@import "https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap";:root{--primary-color:#fca5a5;--secondary-color:#fdbf11;--bg-gradient:linear-gradient(135deg, #fdfbfb 0%, #ebedee 100%);--text-dark:#374151;--text-light:#6b7280;--white:#ffffffe6;--glass-bg:#fff9;--glass-border:#fffc;--glass-shadow:0 8px 32px 0 #1f268712}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg-gradient);color:var(--text-dark);justify-content:center;align-items:center;min-height:100vh;font-family:Zen Maru Gothic,sans-serif;display:flex}#root{flex-direction:column;width:100%;max-width:600px;min-height:100vh;padding:2rem 1.5rem;display:flex}.glass-container{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);border-radius:24px;padding:2rem}.glass-button{color:var(--text-dark);cursor:pointer;background:#ffffff80;border:1px solid #fffc;border-radius:16px;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-family:Zen Maru Gothic,sans-serif;font-size:1.1rem;font-weight:700;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;box-shadow:0 4px 15px #0000000d}.glass-button:hover{background:#fffc;transform:translateY(-3px);box-shadow:0 8px 25px #00000014}.glass-button:active{transform:translateY(1px)}h1{color:var(--text-dark);letter-spacing:-.02em;font-weight:700}p{line-height:1.6}.app-header{text-align:center;margin-bottom:2.5rem}.app-title{background:linear-gradient(90deg,#f87171,#f59e0b);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:2.5rem}.app-subtitle{color:var(--text-light);font-size:1.1rem;font-weight:500}.mood-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.recipe-card{opacity:0;animation:.5s forwards slideUp;transform:translateY(20px)}.recipe-title{color:#111827;margin-bottom:1rem;font-size:1.6rem}.recipe-meta{flex-wrap:wrap;gap:.8rem;margin-bottom:1.5rem;display:flex}.meta-badge{color:#b91c1c;background:#fca5a533;border-radius:999px;align-items:center;gap:.3rem;padding:.4rem .8rem;font-size:.9rem;font-weight:700;display:flex}.recipe-section-title{color:#374151;border-bottom:2px solid #0000000d;margin:1.5rem 0 .8rem;padding-bottom:.3rem;font-size:1.2rem}.ingredient-list{padding-left:0;list-style-type:none}.ingredient-list li{border-bottom:1px dashed #0000001a;align-items:center;padding:.5rem 0;display:flex}.ingredient-list li:before{content:"🥬";margin-right:.8rem;font-size:1.1rem}.step-list{counter-reset:step-counter;padding-left:0;list-style-type:none}.step-list li{background:#ffffff80;border-radius:12px;margin-bottom:.5rem;padding:.8rem 0 .8rem 2.8rem;position:relative}.step-list li:before{counter-increment:step-counter;content:counter(step-counter);background:var(--primary-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.9rem;font-weight:700;display:flex;position:absolute;top:.8rem;left:.6rem}.recipe-message{border-left:4px solid var(--secondary-color);color:#92400e;background:#fdbf1126;border-radius:0 12px 12px 0;margin-top:2rem;padding:1.2rem;font-weight:500}.back-button{width:100%;margin-top:2rem}@keyframes slideUp{to{opacity:1;transform:translateY(0)}}
