:root{--color-bg: #fef9f0;--color-surface: #ffffff;--color-primary: #e85d3a;--color-primary-light: #ff7f5c;--color-secondary: #4caf50;--color-secondary-light: #81c784;--color-accent: #ffc107;--color-text: #2d1b0e;--color-text-muted: #6b5240;--color-border: #f0dcc8;--color-card-bg: #fffdf8;--radius-sm: .5rem;--radius-md: 1rem;--radius-lg: 1.5rem;--radius-xl: 2rem;font-family:Nunito,ui-rounded,Segoe UI,system-ui,sans-serif;line-height:1.6;color-scheme:light}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body,#root{min-height:100vh;background:var(--color-bg);color:var(--color-text)}.app{max-width:56rem;margin:0 auto;padding:1rem}.hero{text-align:center;padding:3rem 1.5rem 2.5rem;background:linear-gradient(135deg,#fff3e0,#fce4ec,#e8f5e9);border-radius:var(--radius-xl);margin-bottom:2rem;border:3px solid var(--color-accent)}.hero-badge{display:inline-block;background:var(--color-primary);color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.3rem 1rem;border-radius:999px;margin-bottom:1rem}.hero-title{font-size:2.5rem;font-weight:900;line-height:1.2;margin-bottom:.75rem;color:var(--color-text)}.highlight{background:linear-gradient(120deg,var(--color-primary),var(--color-primary-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.1rem;color:var(--color-text-muted);max-width:30rem;margin:0 auto 1.25rem}.hero-emoji-row{display:flex;justify-content:center;gap:1rem;font-size:2.5rem}.section{margin-bottom:2.5rem}.section-title{font-size:1.75rem;font-weight:800;margin-bottom:.25rem;color:var(--color-primary)}.section-desc{color:var(--color-text-muted);margin-bottom:1.25rem;font-size:.95rem}.ingredients-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(10rem,1fr));gap:.75rem}.ingredient-card{display:flex;align-items:center;gap:.75rem;background:var(--color-card-bg);border:2px solid var(--color-border);border-radius:var(--radius-md);padding:.75rem 1rem;transition:transform .15s ease,box-shadow .15s ease}.ingredient-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.ingredient-icon{font-size:1.75rem;flex-shrink:0}.ingredient-name{font-weight:700;font-size:.85rem}.ingredient-amount{font-size:.75rem;color:var(--color-text-muted)}.steps-list{display:flex;flex-direction:column;gap:.5rem}.step-card{width:100%;text-align:left;background:var(--color-card-bg);border:2px solid var(--color-border);border-radius:var(--radius-md);padding:1rem 1.25rem;cursor:pointer;transition:all .2s ease;font-family:inherit;font-size:inherit;color:inherit}.step-card:hover{border-color:var(--color-primary-light)}.step-active{border-color:var(--color-primary);background:linear-gradient(135deg,#fff8f0,#fff3e6);box-shadow:0 4px 16px #e85d3a1a}.step-header{display:flex;align-items:center;gap:.75rem}.step-number{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:var(--color-primary);color:#fff;font-weight:800;font-size:.85rem;border-radius:50%;flex-shrink:0}.step-active .step-number{background:var(--color-secondary)}.step-icon{font-size:1.5rem}.step-title{font-weight:700;font-size:1rem}.step-desc{margin-top:.75rem;padding-left:3.5rem;color:var(--color-text-muted);font-size:.9rem;animation:fadeSlide .25s ease}@keyframes fadeSlide{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.facts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(14rem,1fr));gap:.75rem}.fact-card{display:flex;gap:.75rem;align-items:flex-start;background:var(--color-card-bg);border:2px solid var(--color-border);border-radius:var(--radius-md);padding:1rem}.fact-star{font-size:1.25rem;flex-shrink:0}.fact-card p{font-size:.85rem;color:var(--color-text-muted)}.safety-section{background:linear-gradient(135deg,#fff3e0,#fffde7);border-radius:var(--radius-xl);padding:2rem 1.5rem;border:2px solid var(--color-accent)}.safety-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(12rem,1fr));gap:1rem}.safety-card{background:var(--color-surface);border-radius:var(--radius-md);padding:1.25rem;text-align:center;box-shadow:0 2px 8px #0000000a}.safety-icon{font-size:2rem;display:block;margin-bottom:.5rem}.safety-card h3{font-size:.95rem;font-weight:700;margin-bottom:.35rem}.safety-card p{font-size:.8rem;color:var(--color-text-muted)}.footer{text-align:center;padding:2rem 1rem;border-top:2px solid var(--color-border);margin-top:1rem}.footer p{font-weight:700;color:var(--color-primary);font-size:.95rem}.footer-small{font-size:.75rem!important;color:var(--color-text-muted)!important;font-weight:400!important;margin-top:.35rem}@media(max-width:40rem){.hero-title{font-size:1.75rem}.hero{padding:2rem 1rem}.ingredients-grid{grid-template-columns:repeat(2,1fr)}.facts-grid,.safety-grid{grid-template-columns:1fr}}
