:root{--teal:#c45c26;--teal-dark:#a34a1c;--teal-deep:#5c2e1f;--teal-soft:#f8ebe1;--teal-muted:#e0a878;--bg:#f7f1ea;--surface:#fffdf9;--text:#2a1c14;--text-muted:#7a6254;--border:#ead9c8;--shadow:0 1px 2px #5c2e1f0d, 0 10px 28px #5c2e1f14;--radius:14px;--radius-sm:10px;--sidebar-w:240px;--right-w:320px;--topbar-h:68px;--font:"DM Sans", system-ui, sans-serif;--display:"Fraunces", Georgia, serif;--kitchen-warm:#e07a3d;--kitchen-bread:#d4a574}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;margin:0;line-height:1.5}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}img{max-width:100%;display:block}h1,h2,h3{font-family:var(--display);letter-spacing:-.02em;margin:0;font-weight:700}.app-shell{grid-template-columns:var(--sidebar-w) 1fr;min-height:100vh;display:grid}.app-shell.with-right{grid-template-columns:var(--sidebar-w) 1fr var(--right-w)}.sidebar{border-right:1px solid var(--border);z-index:30;background:#f3e8dc;flex-direction:column;height:100vh;padding:20px 14px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:10px;padding:4px 8px 20px;display:flex}.brand-mark{background:var(--teal);color:#fff;border-radius:10px;flex-shrink:0;place-items:center;width:36px;height:36px;display:grid}.brand-text strong{color:var(--teal-deep);font-size:.95rem;font-weight:700;font-family:var(--font);display:block}.brand-text span{color:var(--text-muted);font-size:.7rem}.nav-list{flex-direction:column;flex:1;gap:4px;margin:0;padding:0;list-style:none;display:flex}.nav-link{color:var(--text-muted);border-radius:10px;align-items:center;gap:10px;padding:10px 12px;font-size:.92rem;font-weight:500;transition:all .15s;display:flex}.nav-link:hover{color:var(--teal-deep);background:#c45c2614}.nav-link.active{background:var(--teal);color:#fff;box-shadow:0 4px 12px #c45c2640}.sidebar-card{background:var(--surface);border-radius:var(--radius-sm);box-shadow:var(--shadow);margin-top:auto;padding:14px}.sidebar-card h4{font-size:.85rem;font-family:var(--font);margin:8px 0 4px}.sidebar-card p{color:var(--text-muted);margin:0 0 10px;font-size:.75rem}.score-ring{background:conic-gradient(var(--teal) 92%, #d7e8e6 0);border-radius:50%;place-items:center;width:64px;height:64px;margin:0 auto 8px;display:grid}.score-ring span{width:48px;height:48px;color:var(--teal);background:#fff;border-radius:50%;place-items:center;font-weight:700;display:grid}.main-column{flex-direction:column;min-width:0;min-height:100vh;display:flex}.topbar{height:var(--topbar-h);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);z-index:20;background:#ffffffd9;align-items:center;gap:16px;padding:0 24px;display:flex;position:sticky;top:0}.search-box{flex:1;max-width:480px;margin:0 auto;position:relative}.search-box input{border:1px solid var(--border);background:#f7fafa;border-radius:999px;outline:none;width:100%;height:42px;padding:0 16px 0 40px}.search-box input:focus{border-color:var(--teal-muted);box-shadow:0 0 0 3px #c45c261f}.search-box svg{color:var(--text-muted);position:absolute;top:50%;left:14px;transform:translateY(-50%)}.topbar-actions{align-items:center;gap:10px;margin-left:auto;display:flex}.credit-chip{border:1px solid color-mix(in srgb, var(--teal) 35%, var(--border));background:color-mix(in srgb, var(--teal) 10%, #fff);color:var(--teal-deep);cursor:pointer;font-family:var(--font);border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:.8rem;display:inline-flex}.credit-chip strong{font-variant-numeric:tabular-nums;font-size:.95rem}.credit-chip span{color:var(--text-muted);font-weight:500}.icon-btn{border:1px solid var(--border);cursor:pointer;width:40px;height:40px;color:var(--text-muted);background:#fff;border-radius:10px;place-items:center;display:grid;position:relative}.icon-btn .badge{background:#e53935;border-radius:50%;width:8px;height:8px;position:absolute;top:6px;right:6px}.user-chip{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:999px;align-items:center;gap:8px;padding:4px 10px 4px 4px;display:flex}.user-chip img{object-fit:cover;border-radius:50%;width:32px;height:32px}.user-chip span{font-size:.85rem;font-weight:600}.content{flex:1;padding:24px}.right-rail{border-left:1px solid var(--border);background:#faf4ee;flex-direction:column;gap:14px;height:100vh;padding:16px;display:flex;position:sticky;top:0;overflow:auto}.panel{background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow);padding:16px}.panel h3{font-size:.95rem;font-family:var(--font);justify-content:space-between;align-items:center;gap:8px;margin-bottom:10px;display:flex}.btn{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:10px 16px;font-size:.9rem;font-weight:600;transition:all .15s;display:inline-flex}.btn-primary{background:var(--teal);color:#fff}.btn-primary:hover{background:var(--teal-dark)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-outline{color:var(--teal-deep);border:1px solid var(--border);background:#fff}.btn-outline:hover{border-color:var(--teal-muted);background:var(--teal-soft)}.btn-ghost{color:var(--text-muted);background:0 0;padding:6px 10px}.btn-block{width:100%}.btn-sm{padding:7px 12px;font-size:.8rem}.page-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.page-header h1{color:var(--teal-deep);font-size:1.85rem}.page-header p{color:var(--text-muted);max-width:520px;margin:6px 0 0}.filters{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:14px;display:flex}.pill{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;background:#fff;border-radius:999px;padding:7px 14px;font-size:.82rem;font-weight:600}.pill.active{background:var(--teal);border-color:var(--teal);color:#fff}.meta-row{color:var(--text-muted);justify-content:space-between;align-items:center;margin-bottom:16px;font-size:.85rem;display:flex}.recipe-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;display:grid}.ai-wide .recipe-card .media{aspect-ratio:16/10;min-height:180px}@media (width>=1100px){.recipe-grid.ai-wide{grid-template-columns:repeat(3,1fr)}}.recipe-card{border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;flex-direction:column;transition:transform .18s,box-shadow .18s;display:flex;overflow:hidden}.recipe-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px #0f4c4a1a}.recipe-card .media{aspect-ratio:4/3;background:#e8eeed;position:relative;overflow:hidden}.recipe-card .media img{object-fit:cover;width:100%;height:100%}.fav-btn{cursor:pointer;color:#999;background:#ffffffeb;border:none;border-radius:50%;place-items:center;width:34px;height:34px;display:grid;position:absolute;top:10px;right:10px}.fav-btn.on{color:#e53935}.recipe-card .body{flex-direction:column;flex:1;gap:8px;padding:12px 14px 14px;display:flex}.recipe-card h3{font-size:.98rem;font-family:var(--font);line-height:1.3}.stats{color:var(--text-muted);gap:12px;font-size:.78rem;display:flex}.stats span{align-items:center;gap:4px;display:inline-flex}.desc{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.8rem;display:-webkit-box;overflow:hidden}.tags{flex-wrap:wrap;gap:6px;margin-top:auto;display:flex}.tag{border-radius:999px;padding:3px 8px;font-size:.68rem;font-weight:600}.chat-bubble{border-radius:12px;max-width:100%;margin-bottom:8px;padding:10px 12px;font-size:.85rem;line-height:1.45}.chat-bubble.assistant{background:var(--teal-soft);color:var(--teal-deep)}.chat-bubble.user{background:var(--teal);color:#fff;white-space:pre-wrap;margin-left:auto}.chat-bubble .md{white-space:normal}.chat-bubble .md>:first-child{margin-top:0}.chat-bubble .md>:last-child{margin-bottom:0}.chat-bubble .md p{margin:0 0 .55em}.chat-bubble .md p:last-child{margin-bottom:0}.chat-bubble .md strong{color:var(--teal-deep);font-weight:700}.chat-bubble .md em{font-style:italic}.chat-bubble .md ul,.chat-bubble .md ol{margin:.35em 0 .55em;padding-left:1.25em}.chat-bubble .md li{margin:.2em 0}.chat-bubble .md li::marker{color:var(--teal)}.chat-bubble .md h1,.chat-bubble .md h2,.chat-bubble .md h3,.chat-bubble .md h4{font-family:var(--font);color:var(--teal-deep);margin:.55em 0 .3em;font-size:.92rem;font-weight:700}.chat-bubble .md h1:first-child,.chat-bubble .md h2:first-child,.chat-bubble .md h3:first-child{margin-top:0}.chat-bubble .md a{color:var(--teal);text-underline-offset:2px;text-decoration:underline}.chat-bubble .md code{background:#c45c261a;border-radius:4px;padding:.1em .35em;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.8em}.chat-bubble .md pre{background:#0f4c4a14;border-radius:8px;margin:.45em 0;padding:8px 10px;overflow-x:auto}.chat-bubble .md pre code{background:0 0;padding:0;font-size:.78rem}.chat-bubble .md blockquote{border-left:3px solid var(--teal-muted);color:var(--text-muted);margin:.45em 0;padding:4px 0 4px 10px}.chat-bubble .md hr{border:none;border-top:1px solid var(--teal-muted);margin:.65em 0}.chat-bubble .md table{border-collapse:collapse;width:100%;margin:.45em 0;font-size:.78rem}.chat-bubble .md th,.chat-bubble .md td{border:1px solid var(--teal-muted);text-align:left;padding:4px 6px}.quick-actions{flex-direction:column;gap:6px;margin:10px 0;display:flex}.quick-action{text-align:left;border:1px solid var(--border);cursor:pointer;width:100%;color:var(--text);background:#fff;border-radius:10px;justify-content:space-between;align-items:center;gap:8px;padding:9px 11px;font-size:.8rem;display:flex}.quick-action:hover{border-color:var(--teal-muted);background:var(--teal-soft)}.chat-input{gap:8px;margin-top:auto;display:flex}.chat-input input,.field input,.field select,.field textarea{border:1px solid var(--border);background:#fff;border-radius:10px;outline:none;width:100%;padding:10px 12px}.chat-input input:focus,.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--teal-muted);box-shadow:0 0 0 3px #c45c261f}.plan-row{border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:8px 0;display:flex}.plan-row:last-child{border-bottom:none}.plan-row img{object-fit:cover;border-radius:8px;width:42px;height:42px}.plan-row strong{font-size:.8rem;display:block}.plan-row small{color:var(--text-muted);font-size:.72rem}.ai-hero{border:1px solid var(--border);border-radius:var(--radius);background:linear-gradient(135deg,#f8ebe1 0%,#faf6f1 55%,#f3e0d0 100%);grid-template-columns:1.4fr 1fr;align-items:center;gap:20px;margin-bottom:20px;padding:28px;display:grid;position:relative;overflow:visible}.ai-hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#c45c261f,#0000 70%);border-radius:50%;width:220px;height:220px;position:absolute;bottom:-60px;right:-40px}.ingredient-chips{flex-wrap:wrap;gap:8px;margin:14px 0;display:flex}.chip{border:1px solid var(--border);background:#fff;border-radius:999px;align-items:center;gap:6px;padding:7px 12px;font-size:.85rem;font-weight:500;display:inline-flex}.chip button{cursor:pointer;color:var(--text-muted);background:0 0;border:none;place-items:center;padding:0;display:grid}.chip-add{color:var(--teal);cursor:pointer;background:0 0;border-style:dashed}.chip-photo{padding-left:6px}.chip-photo img{object-fit:cover;background:#f0f5f4;border-radius:50%;width:22px;height:22px}.ingredient-picker{width:100%;position:relative}.ingredient-picker-input{position:relative}.ingredient-picker-input svg{color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.ingredient-picker-input input{border:1px solid var(--border);background:#fff;border-radius:10px;outline:none;width:100%;height:42px;padding:0 12px 0 36px}.ingredient-picker-input input:focus{border-color:var(--teal-muted);box-shadow:0 0 0 3px #c45c261f}.ingredient-suggest{border:1px solid var(--border);background:#fff;border-radius:12px;margin:0;padding:6px;list-style:none;overflow:auto;box-shadow:0 12px 40px #0f4c4a2e}.ingredient-suggest-portal{z-index:9999}.ingredient-suggest .empty-msg,.ingredient-suggest.empty{color:var(--text-muted);padding:12px;font-size:.82rem}.ingredient-suggest button{text-align:left;cursor:pointer;width:100%;color:var(--text);background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;padding:8px;display:flex}.ingredient-suggest button:hover,.ingredient-suggest button.active{background:var(--teal-soft)}.ingredient-suggest img{object-fit:cover;background:#f0f5f4;border-radius:8px;flex-shrink:0;width:36px;height:36px}.ingredient-suggest strong{font-size:.88rem;display:block}.ingredient-suggest small{color:var(--text-muted);font-size:.72rem;line-height:1.3;display:block}.ingredient-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.ingredient-list li{border:1px solid var(--border);background:#f7fafa;border-radius:10px;align-items:flex-start;gap:12px;padding:8px;display:flex}.ingredient-list img{object-fit:cover;background:#e8f0ef;border-radius:10px;flex-shrink:0;width:48px;height:48px}.ingredient-list.dense img{width:36px;height:36px}.ingredient-list strong{font-size:.9rem;display:block}.ingredient-list p{color:var(--text-muted);margin:2px 0 0;font-size:.75rem;line-height:1.35}.pantry-item{align-items:center;gap:12px;display:flex;padding:12px!important}.pantry-item img{object-fit:cover;background:#e8f0ef;border-radius:10px;width:48px;height:48px}.chat-widget{z-index:1200;pointer-events:none;flex-direction:column;align-items:flex-end;gap:12px;display:flex;position:fixed;bottom:20px;right:20px}.chat-widget>*{pointer-events:auto}.chat-fab{background:var(--teal);color:#fff;cursor:pointer;border:none;border-radius:50%;place-items:center;width:58px;height:58px;transition:transform .15s,background .15s;display:grid;position:relative;box-shadow:0 10px 28px #c45c2659}.chat-fab:hover{background:var(--teal-dark);transform:scale(1.05)}.chat-fab.open{background:var(--teal-deep)}.chat-fab-pulse{border:2px solid #c45c2673;border-radius:50%;animation:2s ease-out infinite chat-pulse;position:absolute;inset:-4px}@keyframes chat-pulse{0%{opacity:.9;transform:scale(.92)}to{opacity:0;transform:scale(1.35)}}.chat-popup{border:1px solid var(--border);background:#fff;border-radius:18px;flex-direction:column;width:min(380px,100vw - 32px);height:min(560px,100vh - 120px);max-height:calc(100dvh - 100px);animation:.22s chat-rise;display:flex;overflow:hidden;box-shadow:0 20px 50px #0f282638}@keyframes chat-rise{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:none}}.chat-popup-header{background:linear-gradient(135deg, var(--teal) 0%, var(--teal-deep) 100%);color:#fff;flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;padding:12px 12px 12px 14px;display:flex}.chat-popup-header>div:first-child{align-items:center;gap:8px;min-width:0;display:flex}.chat-popup-header strong{font-size:.9rem}.chat-popup-header .tag{color:#fff;background:#fff3;font-size:.65rem}.chat-popup-actions{gap:4px;display:flex}.chat-popup-actions .icon-btn{color:#fff;background:#ffffff1f;border-color:#0000;width:32px;height:32px}.chat-popup-body{background:#faf4ee;flex:1;min-height:0;padding:12px;overflow-y:auto}.chat-popup-suggestions{border-top:1px solid var(--border);background:#fff;flex-wrap:wrap;flex-shrink:0;gap:6px;padding:8px 12px;display:flex}.chat-popup-suggestions .pill{align-items:center;gap:2px;padding:5px 10px;font-size:.72rem;display:inline-flex}.chat-popup-input{border-top:1px solid var(--border);background:#fff;flex-shrink:0;margin:0;padding:10px 12px 12px}.mobile-chat-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:2px;padding:4px 8px;font-family:inherit;font-size:.65rem;display:flex}.pot-illu{color:#fff;background:linear-gradient(160deg,#e8c4a0,#c45c26);border-radius:50%;justify-self:end;place-items:center;width:160px;height:160px;animation:4s ease-in-out infinite float;display:grid;box-shadow:0 16px 40px #c45c2640}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.ai-recipe-card .steps{color:var(--text-muted);margin:0;padding-left:18px;font-size:.78rem}.ai-recipe-card .steps li{margin-bottom:4px}.plan-toolbar{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:16px;display:flex}.meal-grid{grid-template-columns:90px repeat(7,minmax(100px,1fr));gap:8px;padding-bottom:8px;display:grid;overflow-x:auto}.meal-grid .head,.meal-grid .slot{color:var(--text-muted);text-align:center;padding:8px 4px;font-size:.75rem;font-weight:700}.meal-cell{border:1px solid var(--border);background:#fff;border-radius:12px;min-height:120px;position:relative;overflow:hidden}.meal-cell img{object-fit:cover;width:100%;height:70px}.meal-cell .label{padding:6px 8px 10px;font-size:.72rem;font-weight:600;line-height:1.25}.meal-cell .fav-btn{width:26px;height:26px;top:6px;right:6px}.insight-row{flex-wrap:wrap;gap:10px;margin-top:16px;display:flex}.insight{border:1px solid var(--border);color:var(--text-muted);background:#fff;border-radius:999px;align-items:center;gap:8px;padding:8px 14px;font-size:.8rem;display:inline-flex}.landing{background:radial-gradient(80% 50% at 20% 0,#c45c262e,#0000),radial-gradient(60% 40% at 90% 10%,#e0a87866,#0000),linear-gradient(#faf6f1 0%,#f3e8dc 100%);min-height:100vh}.landing-nav{justify-content:space-between;align-items:center;max-width:1100px;margin:0 auto;padding:20px 24px;display:flex}.landing-hero{grid-template-columns:1.1fr .9fr;align-items:center;gap:40px;max-width:1100px;margin:0 auto;padding:40px 24px 80px;display:grid}.landing-hero h1{color:var(--teal-deep);margin-bottom:14px;font-size:clamp(2.4rem,5vw,3.6rem);line-height:1.1}.landing-hero .brand-hero{font-family:var(--display);color:var(--teal);margin-bottom:10px;font-size:clamp(1.1rem,2vw,1.35rem);font-weight:700}.landing-hero p{color:var(--text-muted);max-width:440px;margin:0 0 22px;font-size:1.05rem}.hero-visual{aspect-ratio:4/3;background:#dfecea;border-radius:24px;animation:.8s both rise;overflow:hidden;box-shadow:0 24px 60px #0f4c4a2e}.hero-visual img{object-fit:cover;width:100%;height:100%}@keyframes rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}.section{max-width:1100px;margin:0 auto;padding:48px 24px}.section h2{color:var(--teal-deep);margin-bottom:8px;font-size:1.8rem}.feature-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px;display:grid}.feature{border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;padding:20px}.feature .icon{background:var(--teal-soft);width:42px;height:42px;color:var(--teal);border-radius:12px;place-items:center;margin-bottom:12px;display:grid}.auth-card{border-radius:var(--radius);border:1px solid var(--border);max-width:420px;box-shadow:var(--shadow);background:#fff;margin:60px auto;padding:28px}.auth-card h1{margin-bottom:6px;font-size:1.6rem}.auth-page{background:var(--bg);grid-template-columns:1.05fr .95fr;min-height:100dvh;display:grid}.auth-visual{color:#fff;background:radial-gradient(70% 50% at 20% 10%,#e07a3d59,#0000),linear-gradient(165deg,#5c2e1f 0%,#c45c26 55%,#e07a3d 100%);padding:36px clamp(24px,4vw,48px);position:relative;overflow:hidden}.auth-visual-inner{z-index:1;flex-direction:column;gap:16px;max-width:460px;height:100%;display:flex;position:relative}.auth-visual .brand-text strong,.auth-visual .brand-text span{color:#fff}.auth-visual .brand-text span{opacity:.8}.auth-visual .brand-mark{background:#ffffff2e}.auth-visual h2{font-family:var(--display);color:#fff;margin:24px 0 0;font-size:clamp(1.8rem,3vw,2.5rem);line-height:1.15}.auth-visual p{opacity:.88;max-width:380px;margin:0;font-size:1.02rem}.auth-visual img{object-fit:cover;border-radius:20px;width:100%;max-height:42vh;margin-top:auto;box-shadow:0 24px 50px #00000047}.auth-panel{flex-direction:column;justify-content:center;padding:28px clamp(18px,4vw,48px);display:flex;position:relative}.auth-back{color:var(--text-muted);font-size:.85rem;font-weight:600;position:absolute;top:20px;left:clamp(18px,4vw,48px)}.auth-back:hover{color:var(--teal)}.auth-card-modern{border:1px solid var(--border);width:100%;max-width:420px;box-shadow:var(--shadow);background:#fff;border-radius:20px;margin:0 auto;padding:clamp(22px,4vw,32px)}.auth-mobile-brand{padding:0 0 16px;display:none}.auth-card-modern h1{color:var(--teal-deep);margin-bottom:6px;font-size:clamp(1.5rem,3vw,1.85rem)}.auth-sub{color:var(--text-muted);margin:0 0 18px;font-size:.9rem}.auth-tabs{background:#f3e8dc;border-radius:12px;grid-template-columns:1fr 1fr;gap:6px;margin-bottom:18px;padding:4px;display:grid}.auth-tabs button{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:10px;padding:10px;font-size:.88rem;font-weight:600}.auth-tabs button.active{color:var(--teal-deep);background:#fff;box-shadow:0 1px 4px #0f4c4a14}.auth-form .field{margin-bottom:14px}.input-icon{align-items:center;display:flex;position:relative}.input-icon>svg:first-child{color:var(--text-muted);pointer-events:none;position:absolute;left:12px}.input-icon input{border:1px solid var(--border);background:#fafcfc;border-radius:12px;outline:none;width:100%;padding:12px 42px 12px 38px}.input-icon input:focus{border-color:var(--teal-muted);background:#fff;box-shadow:0 0 0 3px #c45c261f}.pw-toggle{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;place-items:center;width:36px;height:36px;display:grid;position:absolute;right:8px}.pw-toggle:hover{background:var(--teal-soft);color:var(--teal)}.auth-demo{border-top:1px solid var(--border);margin-top:20px;padding-top:16px}.auth-demo>p{color:var(--text-muted);margin:0 0 8px;font-size:.8rem;font-weight:700}.auth-demo-btns{flex-direction:column;gap:8px;display:flex}.auth-demo-btns .btn{text-align:left;white-space:normal;justify-content:flex-start;height:auto;min-height:40px;line-height:1.3}.auth-demo small{color:var(--text-muted);margin-top:8px;font-size:.75rem;display:block}@media (width<=900px){.auth-page{grid-template-columns:1fr}.auth-visual{display:none}.auth-mobile-brand{display:flex}.auth-panel{min-height:100dvh;padding:72px 16px 32px}.auth-card-modern{max-width:100%;box-shadow:none;background:0 0;border:none;padding:0}.auth-back{left:16px}}@media (width<=480px){.landing-nav{padding:14px 16px}.landing-nav .btn-sm{padding:8px 12px;font-size:.8rem}.landing-hero{padding:28px 16px 48px}.landing-hero h1{font-size:2rem}.auth-demo-btns .btn{font-size:.78rem}}.field{margin-bottom:12px}.field label{color:var(--text-muted);margin-bottom:4px;font-size:.8rem;font-weight:600;display:block}.stat-grid{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:20px;display:grid}.stat{border:1px solid var(--border);border-radius:var(--radius);background:#fff;padding:16px}.stat strong{color:var(--teal-deep);font-size:1.6rem;font-family:var(--display);display:block}.stat span{color:var(--text-muted);font-size:.8rem}.table{border-collapse:collapse;border-radius:var(--radius);border:1px solid var(--border);background:#fff;width:100%;overflow:hidden}.table th,.table td{text-align:left;border-bottom:1px solid var(--border);padding:12px 14px;font-size:.88rem}.table th{color:var(--text-muted);background:#f4f8f7;font-weight:600}.status{border-radius:999px;padding:3px 8px;font-size:.72rem;font-weight:700;display:inline-flex}.status.active{color:#2e7d32;background:#e8f5e9}.status.paused{color:#ef6c00;background:#fff3e0}.alert{color:#6d4c00;background:#fff8e1;border:1px solid #ffe082;border-radius:10px;margin-bottom:14px;padding:12px 14px;font-size:.85rem}.alert.error{color:#8a1f1f;background:#fdecea;border-color:#f5c6cb}.mobile-nav,.menu-toggle{display:none}.empty{text-align:center;color:var(--text-muted);padding:40px 20px}.modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#2a1c148c;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal{border-radius:var(--radius);background:#fff;width:100%;max-width:560px;max-height:90vh;padding:22px;overflow:auto;box-shadow:0 24px 60px #0003}.recipe-modal{background:var(--surface);border-radius:22px;flex-direction:column;width:min(920px,100%);max-height:min(92vh,900px);animation:.25s chat-rise;display:flex;overflow:hidden;box-shadow:0 28px 80px #2a1c1459}.recipe-modal-hero{background:#3d2314;flex-shrink:0;height:clamp(200px,32vh,300px);position:relative}.recipe-modal-hero>img{object-fit:cover;width:100%;height:100%}.recipe-modal-hero-fade{pointer-events:none;background:linear-gradient(#2a1c1426 0%,#2a1c14bf 100%);position:absolute;inset:0}.recipe-modal-hero-actions{z-index:2;justify-content:space-between;align-items:center;gap:8px;display:flex;position:absolute;top:14px;left:14px;right:14px}.recipe-modal-close{color:var(--teal-deep)!important;background:#fffffff2!important;border:none!important}.recipe-modal-hero-title{color:#fff;z-index:1;padding:20px 24px 22px;position:absolute;bottom:0;left:0;right:0}.recipe-ai-badge{letter-spacing:.04em;text-transform:uppercase;background:#e07a3df2;border-radius:999px;margin-bottom:8px;padding:4px 10px;font-size:.68rem;font-weight:700;display:inline-block}.recipe-modal-hero-title h2{color:#fff;margin:0 0 6px;font-size:clamp(1.4rem,3vw,1.9rem)}.recipe-modal-hero-title p{opacity:.9;max-width:640px;margin:0;font-size:.92rem}.recipe-modal-body{flex:1;min-height:0;padding:20px 24px 22px;overflow:auto}.recipe-modal-stats{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:16px;display:grid}.recipe-modal-stats>div{background:var(--teal-soft);border:1px solid var(--border);color:var(--teal-deep);border-radius:14px;align-items:center;gap:10px;padding:12px 14px;display:flex}.recipe-modal-stats strong{font-size:.95rem;display:block}.recipe-modal-stats span{color:var(--text-muted);font-size:.72rem}.recipe-modal-grid{grid-template-columns:1fr 1.15fr;gap:22px;display:grid}.recipe-modal-grid h3{font-family:var(--font);color:var(--teal-deep);margin:0 0 10px;font-size:1rem}.recipe-steps{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.recipe-steps li{align-items:flex-start;gap:12px;display:flex}.step-num{background:var(--teal);color:#fff;border-radius:50%;flex-shrink:0;place-items:center;width:28px;height:28px;font-size:.78rem;font-weight:700;display:grid}.recipe-steps p{color:var(--text);margin:0;padding-top:4px;font-size:.9rem;line-height:1.45}.recipe-modal-footer{border-top:1px solid var(--border);justify-content:flex-end;gap:10px;margin-top:20px;padding-top:16px;display:flex}@media (width<=720px){.recipe-modal-grid,.recipe-modal-stats{grid-template-columns:1fr}.recipe-modal-body{padding:16px}.recipe-modal-footer{flex-direction:column-reverse}.recipe-modal-footer .btn{width:100%}}.skeleton{vertical-align:middle;background:linear-gradient(90deg,#e8efee 25%,#f5f9f8 50%,#e8efee 75%) 0 0/200% 100%;animation:1.2s ease-in-out infinite shimmer;display:inline-block}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-card .media{min-height:140px;position:relative}.thinking{align-items:center;gap:6px;font-weight:600;display:inline-flex}.thinking-label{white-space:nowrap}.thinking-dots{align-items:center;gap:4px;display:inline-flex}.thinking-dots span{opacity:.35;background:currentColor;border-radius:50%;width:6px;height:6px;animation:1.05s ease-in-out infinite think-bounce}.thinking-dots span:first-child{animation-delay:0s}.thinking-dots span:nth-child(2){animation-delay:.15s}.thinking-dots span:nth-child(3){animation-delay:.3s}@keyframes think-bounce{0%,80%,to{opacity:.3;transform:translateY(0)}40%{opacity:1;transform:translateY(-4px)}}.btn .thinking{color:inherit}.grocery-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.grocery-list li{border:1px solid var(--border);background:#fff;border-radius:12px;align-items:flex-start;gap:10px;padding:10px 12px;display:flex}.grocery-list li.done{opacity:.55}.grocery-list li.done strong{text-decoration:line-through}.grocery-list strong{font-size:.9rem;display:block}.grocery-list span{color:var(--text-muted);font-size:.78rem;display:block}.check-btn{border:1.5px solid var(--teal-muted);cursor:pointer;color:#fff;background:#fff;border-radius:7px;flex-shrink:0;place-items:center;width:24px;height:24px;margin-top:1px;padding:0;display:grid}.check-btn.on{background:var(--teal);border-color:var(--teal)}.meal-plan-layout{gap:16px;display:grid}.chip-skel{display:inline-block!important}.modal h2{margin-bottom:12px}@media (width<=1100px){.app-shell.with-right{grid-template-columns:var(--sidebar-w) 1fr}.right-rail{display:none}.stat-grid{grid-template-columns:repeat(2,1fr)}.landing-hero,.ai-hero,.feature-grid{grid-template-columns:1fr}.pot-illu{justify-self:start}}@media (width<=820px){.app-shell,.app-shell.with-right{grid-template-columns:1fr}.meal-plan-layout{grid-template-columns:1fr!important}.meal-plan-layout>.right-rail{display:none}.sidebar{width:min(280px,86vw);box-shadow:var(--shadow);transition:transform .25s;position:fixed;top:0;left:0;transform:translate(-105%)}.sidebar.open{transform:none}.menu-toggle{display:grid}.search-box{display:none}.mobile-nav{border-top:1px solid var(--border);z-index:40;padding:8px 6px calc(8px + env(safe-area-inset-bottom));background:#fff;justify-content:space-around;display:flex;position:fixed;bottom:0;left:0;right:0}.chat-widget{right:16px;bottom:calc(72px + env(safe-area-inset-bottom))}.chat-popup{height:min(520px,100dvh - 160px);max-height:calc(100dvh - 150px)}.mobile-nav a{color:var(--text-muted);flex-direction:column;align-items:center;gap:2px;padding:4px 8px;font-size:.65rem;display:flex}.mobile-nav a.active{color:var(--teal)}.content{padding:16px 16px 88px}.user-chip span,.credit-chip span,.meal-grid{display:none}.mobile-plan{display:flex!important}}.mobile-plan{flex-direction:column;gap:12px;display:none}.day-tabs{gap:8px;padding-bottom:4px;display:flex;overflow-x:auto}.day-tabs button{flex-shrink:0}.backdrop{z-index:25;background:#00000059;display:none;position:fixed;inset:0}.backdrop.show{display:block}
