:root{--bg: #0c0f0a;--surface: #141a12;--surface2: #1a2218;--border: rgba(120, 180, 80, .12);--border-bright: rgba(120, 180, 80, .25);--text: #e8f0e2;--text-dim: rgba(200, 220, 190, .55);--accent: #78c44e;--accent-dim: rgba(120, 196, 78, .15);--accent-glow: rgba(120, 196, 78, .3);--danger: #e06050;--warn: #e8b84e;--radius: .75rem;--radius-sm: .4rem;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;color-scheme:dark}*{box-sizing:border-box;margin:0}html,body,#root{min-height:100vh;background:var(--bg);color:var(--text)}.app{min-height:100vh;display:flex;flex-direction:column}.header{border-bottom:1px solid var(--border);background:linear-gradient(180deg,rgba(120,196,78,.04) 0%,transparent 100%);padding:1.25rem 1.5rem;position:sticky;top:0;z-index:50;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.header-inner{max-width:960px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.75rem}.logo-emoji{font-size:2rem;line-height:1}.logo-title{font-size:1.4rem;font-weight:700;letter-spacing:-.03em;background:linear-gradient(135deg,var(--accent),#a8e06c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.logo-sub{font-size:.78rem;color:var(--text-dim);letter-spacing:.01em}.main{flex:1;max-width:960px;width:100%;margin:0 auto;padding:2rem 1.5rem 4rem}.input-section{margin-bottom:1.5rem}.input-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.section-title{font-size:1.05rem;font-weight:600;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.section-icon{font-size:1.15rem}.ingredient-input-wrap{display:flex;gap:.5rem;align-items:flex-start}.ingredient-tags{flex:1;display:flex;flex-wrap:wrap;gap:.4rem;padding:.5rem .75rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:text;min-height:44px;transition:border-color .2s}.ingredient-tags:focus-within{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-dim)}.ingredient-tag{display:inline-flex;align-items:center;gap:.25rem;background:var(--accent-dim);border:1px solid var(--border-bright);color:var(--accent);padding:.15rem .55rem;border-radius:999px;font-size:.82rem;font-weight:500;animation:tagIn .15s ease-out}@keyframes tagIn{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.tag-remove{background:none;border:none;color:var(--accent);cursor:pointer;font-size:1rem;line-height:1;padding:0 .1rem;opacity:.6;transition:opacity .15s}.tag-remove:hover{opacity:1}.ingredient-input-field{flex:1;min-width:140px;border:none;background:transparent;color:var(--text);font-size:.9rem;outline:none;padding:.3rem 0}.ingredient-input-field::placeholder{color:var(--text-dim)}.add-btn{background:var(--accent);color:#0a1200;font-weight:600;font-size:.85rem;border:none;border-radius:var(--radius-sm);padding:0 1.25rem;height:44px;cursor:pointer;transition:background .15s,transform .1s;white-space:nowrap}.add-btn:hover{background:#8ad45e}.add-btn:active{transform:scale(.97)}.filter-section-wrap{margin-bottom:1rem}.filter-bar{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.75rem}.filter-section{display:flex;align-items:center;gap:.75rem}.filter-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-dim);min-width:36px}.filter-pills{display:flex;flex-wrap:wrap;gap:.35rem}.diet-pills{max-width:100%}.pill{background:transparent;border:1px solid var(--border);color:var(--text-dim);font-size:.78rem;padding:.3rem .7rem;border-radius:999px;cursor:pointer;transition:all .15s;white-space:nowrap}.pill:hover{border-color:var(--border-bright);color:var(--text)}.pill-active{background:var(--accent-dim);border-color:var(--accent);color:var(--accent);font-weight:600}.stats-bar{font-size:.82rem;color:var(--text-dim);margin-bottom:1.25rem;display:flex;align-items:center;gap:.6rem}.stats-divider{opacity:.3}.results-section{min-height:300px}.recipe-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(420px,1fr));gap:1rem}@media(max-width:500px){.recipe-grid{grid-template-columns:1fr}}.recipe-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;cursor:pointer;transition:border-color .2s,box-shadow .2s,transform .15s;position:relative}.recipe-card:hover{border-color:var(--border-bright);box-shadow:0 4px 24px #00000040;transform:translateY(-2px)}.recipe-card-expanded{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-dim)}.recipe-header{display:flex;align-items:flex-start;gap:.85rem;margin-bottom:.6rem}.recipe-emoji{font-size:2.2rem;line-height:1;flex-shrink:0}.recipe-info{flex:1;min-width:0}.recipe-name{font-size:1.05rem;font-weight:700;letter-spacing:-.01em;margin-bottom:.15rem}.recipe-meta{font-size:.78rem;color:var(--text-dim);text-transform:capitalize}.recipe-score-wrap{display:flex;flex-direction:column;align-items:center;gap:.35rem;flex-shrink:0}.score-ring{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(var(--accent) calc(var(--pct) * 1%),var(--surface2) calc(var(--pct) * 1%));position:relative}.score-ring:before{content:"";position:absolute;top:4px;right:4px;bottom:4px;left:4px;border-radius:50%;background:var(--surface)}.score-num{position:relative;z-index:1;font-size:.75rem;font-weight:700;color:var(--accent)}.badge{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;padding:.15rem .5rem;border-radius:999px}.badge-perfect{background:#78c44e33;color:#78c44e}.badge-great{background:#a0d25a26;color:#a0d25a}.badge-good{background:#e8b84e26;color:#e8b84e}.badge-partial{background:#e060501f;color:#e08878}.recipe-desc{font-size:.85rem;color:var(--text-dim);margin-bottom:.75rem;line-height:1.55}.recipe-ingredients-row{display:flex;flex-wrap:wrap;gap:.3rem;margin-bottom:.5rem}.ingredient-chips{display:flex;flex-wrap:wrap;gap:.3rem}.chip{font-size:.72rem;padding:.15rem .5rem;border-radius:999px;font-weight:500}.chip-match{background:var(--accent-dim);color:var(--accent);border:1px solid rgba(120,196,78,.25)}.chip-missing{background:#e0605014;color:#c07060;border:1px solid rgba(224,96,80,.15);text-decoration:line-through;opacity:.7}.recipe-steps{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.recipe-steps h4{font-size:.85rem;font-weight:600;margin-bottom:.6rem;color:var(--accent)}.recipe-steps ol{padding-left:1.25rem;font-size:.85rem;color:var(--text-dim);display:flex;flex-direction:column;gap:.45rem;line-height:1.6}.recipe-steps li::marker{color:var(--accent);font-weight:700}.optional-note{margin-top:.75rem;font-size:.8rem;color:var(--text-dim);padding:.5rem .75rem;background:var(--accent-dim);border-radius:var(--radius-sm)}.optional-note strong{color:var(--accent)}.expand-hint{display:block;text-align:center;font-size:.7rem;color:var(--text-dim);margin-top:.6rem;opacity:0;transition:opacity .2s}.recipe-card:hover .expand-hint{opacity:1}.empty-state{text-align:center;padding:4rem 2rem}.empty-emoji{font-size:4rem;margin-bottom:1rem;animation:bounce 2s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.empty-state h2{font-size:1.35rem;font-weight:700;margin-bottom:.5rem}.empty-state p{color:var(--text-dim);font-size:.95rem;max-width:400px;margin:0 auto 1.5rem}.example-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:.4rem}.example-chip{background:var(--surface2);border:1px solid var(--border);color:var(--text-dim);font-size:.8rem;padding:.25rem .75rem;border-radius:999px}.footer{text-align:center;padding:2rem 1rem;font-size:.8rem;color:var(--text-dim);border-top:1px solid var(--border)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-bright);border-radius:3px}
