:root{--bg:linear-gradient(130deg, #f7f2ee, #ebe7fb);--text:#121212;--panel:#ffffffc7}body{background:var(--bg);min-height:100vh;color:var(--text);margin:0;font-family:Avenir Next,Avenir,Segoe UI,sans-serif}main{max-width:1100px;margin:0 auto;padding:2rem}.recipe-view{background:var(--panel);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:20px;padding:1.25rem}.recipe-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (max-width:900px){.recipe-grid{grid-template-columns:1fr}}.fallback{color:#6d6d6d}.muted{color:#555}
