:root{--gray-1: oklch(98.5% 0 0);--gray-2: oklch(97% 0 0);--gray-3: oklch(92.2% 0 0);--gray-4: oklch(87% 0 0);--gray-6: oklch(55.6% 0 0);--gray-7: oklch(43.9% 0 0);--gray-8: oklch(37.1% 0 0);--gray-10: oklch(26.9% 0 0);--gray-12: oklch(14.5% 0 0);--brand-50: oklch(98% .02 145);--brand-500: oklch(65% .18 145);--brand-600: oklch(55% .16 145);--brand-700: oklch(48% .14 145);--accent-500: oklch(70% .15 45)}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:system-ui,sans-serif;-webkit-font-smoothing:antialiased;background:var(--gray-2);color:var(--gray-10);font-size:16px;line-height:1.5}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:0 16px;border-radius:999px;background:var(--brand-500);color:#fff;font-weight:500;border:1px solid transparent;transition:transform .15s ease,background .15s ease,border-color .15s ease}.button:hover{transform:translateY(-1px);background:var(--brand-600)}.button:active{transform:translateY(0);background:var(--brand-700)}.button--secondary{background:transparent;color:var(--gray-12);border-color:var(--gray-4)}.button--secondary:hover{background:var(--gray-1)}.button--secondary:active{background:var(--gray-2)}.button--social{width:100%;margin-bottom:22px;background:#fff;color:var(--gray-12);border-color:var(--gray-4)}.button--social:hover{background:var(--gray-1)}.button__google-icon{width:20px;height:20px;flex:0 0 20px;display:block}.auth-divider{display:flex;align-items:center;gap:12px;margin-bottom:22px;color:var(--gray-6);font-size:13px}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--gray-3)}[x-cloak]{display:none}h1,h2,h3,h4,h5,h6{color:var(--gray-12)}header{max-width:1440px;margin:auto;padding:0 30px}header>div{display:flex;justify-content:space-between;align-items:center;height:64px}header nav{display:flex;align-items:center;gap:26px}header nav form{display:inline-flex}header nav form button{width:auto}header nav a{font-weight:500;color:var(--gray-8)}header nav a:hover,header nav a.current{color:var(--gray-12)}main{max-width:1440px;margin:0 30px;display:flex;flex-direction:column;justify-content:space-between;min-height:calc(100vh - 65px);background:#fff;border:1px solid var(--gray-3)}.hero{padding:100px 50px;max-width:880px}.hero--landing{position:relative}.hero__eyebrow,.home-auth__eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:16px;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gray-7)}.hero__actions{display:flex;gap:12px;margin-top:30px;flex-wrap:wrap}.hero h1{margin-bottom:15px;font-size:52px;font-weight:600;letter-spacing:-1px;line-height:1.05}.hero p{font-size:22px;color:var(--gray-7)}.hero .button{margin-top:30px;display:inline-block;padding:10px 16px}.cards{display:grid;grid-template-columns:repeat(3,1fr);padding:0 50px;border-top:1px solid var(--gray-3)}.cards article,.cards a{padding:30px 40px;border-right:1px solid var(--gray-3)}.cards article:first-child,.cards a:first-child{border-left:1px solid var(--gray-3)}.cards article:hover,.cards a:hover{background:var(--gray-1)}.cards h3{margin-bottom:10px;font-size:20px;font-weight:600;letter-spacing:-.4px}.cards p{color:var(--gray-6)}.cards--landing{background:linear-gradient(180deg,#ffffffe6,#fafafaf2)}.home-auth{padding:72px 50px 56px;max-width:980px}.home-auth h1{font-size:clamp(36px,5vw,56px);line-height:1.05;letter-spacing:-1px;max-width:12ch}.home-auth p{max-width:62ch;margin-top:16px;color:var(--gray-7);font-size:18px}.home-auth__actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:28px}.home-auth__logout button{width:auto}.home-auth__card{margin-top:36px;padding:24px;border-radius:24px;background:linear-gradient(135deg,#0f0f0ff5,#2c2c2cf5);color:#fff;max-width:520px}.home-auth__card strong{display:block;margin-bottom:8px;font-size:14px;letter-spacing:.08em;text-transform:uppercase}.home-auth__card p{color:#fffc;margin:0}.form-container{display:flex;flex-direction:column;justify-content:center;max-width:400px;margin:auto}.form-container h1{font-size:32px;letter-spacing:-.5px;margin:5px 0}.form-container p{font-size:18px;margin-bottom:48px;color:var(--gray-6)}form{display:flex;flex-direction:column;gap:24px}label{margin-bottom:4px;display:block;font-size:14px;font-weight:500}input,textarea,select,button{width:100%;border-radius:4px;font:inherit}input{height:40px;border:1px solid var(--gray-4);padding:0 16px}textarea{min-height:120px;border:1px solid var(--gray-4);padding:14px 16px;resize:vertical}select{height:40px;border:1px solid var(--gray-4);padding:0 16px;background:#fff}input:disabled,textarea:disabled,select:disabled{background:var(--gray-1);color:var(--gray-7)}input[data-invalid=true],textarea[data-invalid=true],select[data-invalid=true]{border-color:#fb2c36}input[data-invalid=true]+div,textarea[data-invalid=true]+div{color:#fb2c36;font-size:14px;font-weight:500;margin-top:2px}button{background:var(--brand-500);color:#fff;border:none;padding:10px;font-weight:500}button:hover{background:var(--brand-600)}button:active{background:var(--brand-700)}button:disabled{cursor:wait;opacity:.72}button:disabled:hover{background:var(--brand-500);transform:none}.form-status{font-size:14px;color:var(--gray-6)}.conversation-thread{display:flex;flex-direction:column;flex:1;gap:14px;min-height:240px;min-width:0;overflow-y:auto;overscroll-behavior:contain;scroll-behavior:smooth;padding-right:4px}.conversation-thread__empty{padding:20px;border-radius:20px;background:var(--gray-1);color:var(--gray-7)}.conversation-bubble{max-width:88%;padding:16px 18px;border-radius:22px;border:1px solid var(--gray-3)}.conversation-bubble span{display:block;margin-bottom:8px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gray-6)}.conversation-bubble__markdown ul,.conversation-bubble__markdown ol{padding-left:1.2rem;display:grid;gap:.45rem}.conversation-bubble--user{margin-left:auto;background:var(--gray-12)}.conversation-bubble--user span,.conversation-bubble--user p{color:#fff}.conversation-bubble--assistant,.conversation-bubble--system{background:var(--gray-1)}.onboarding-shell{padding:56px 50px 72px;display:flex;flex-direction:column}.onboarding-shell__header{display:flex;flex-direction:column;gap:16px;max-width:860px;align-items:start;margin-bottom:28px}.onboarding-shell__header h1{font-size:clamp(32px,4.2vw,50px);line-height:1.05;letter-spacing:-1px;max-width:15ch}.onboarding-shell__header p{color:var(--gray-7);font-size:17px;max-width:64ch}.onboarding-shell__grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:24px;align-items:start}.onboarding-chat,.onboarding-summary__card{background:#fff;border:1px solid var(--gray-3);border-radius:28px}.onboarding-chat{padding:24px;display:flex;flex-direction:column;gap:16px;min-height:0;max-height:min(62vh,720px)}.onboarding-chat__messages{display:flex;flex-direction:column;flex:1;min-height:0;max-height:min(38vh,420px)}.onboarding-chat__composer{margin-top:24px}.quick-replies{display:grid;gap:10px}.quick-replies__label{font-size:13px;font-weight:600;color:var(--gray-6)}.quick-replies__list{display:flex;flex-wrap:wrap;gap:10px}.quick-replies__chip{width:auto;min-height:36px;padding:0 14px;border:1px solid var(--gray-3);border-radius:999px;background:var(--gray-1);color:var(--gray-10);font-size:14px;font-weight:500;transition:transform .15s ease,background .15s ease,border-color .15s ease,color .15s ease}.quick-replies__chip:hover:not(:disabled){transform:translateY(-1px);border-color:color-mix(in oklab,var(--brand-500) 20%,var(--gray-3));background:var(--brand-50);color:var(--brand-700)}.quick-replies__chip:disabled{cursor:wait;opacity:.72}.onboarding-chat__actions{display:flex;justify-content:flex-end}.onboarding-chat__actions button,.onboarding-chat__abandon button{width:auto}.onboarding-chat__abandon{margin-top:12px}.onboarding-summary__card{padding:22px}.onboarding-summary__card--panel{display:grid;gap:14px}.onboarding-summary__card strong{display:block;margin-bottom:8px;font-size:14px;letter-spacing:.08em;text-transform:uppercase}.onboarding-summary__card p,.onboarding-summary__card li{color:var(--gray-7)}.onboarding-summary__section{display:flex;justify-content:space-between;gap:16px;align-items:center;padding-bottom:12px;border-bottom:1px solid var(--gray-3)}.onboarding-summary__section strong{display:inline-flex;font-size:15px;margin-bottom:0;font-weight:600;text-align:right;letter-spacing:0;text-transform:none}.onboarding-summary__link{display:inline-flex;margin-top:14px;font-weight:600;color:var(--gray-12)}.plan-shell{padding:56px 50px 72px;background:radial-gradient(circle at top left,rgba(0,0,0,.03),transparent 26%),linear-gradient(180deg,#fffffffa,#f9fafbfa);display:flex;flex-direction:column}.plan-shell__header{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(320px,.8fr);gap:24px;align-items:start;margin-bottom:28px}.plan-shell__header h1{font-size:clamp(34px,5vw,54px);line-height:1.05;letter-spacing:-1px;max-width:14ch}.plan-shell__header p{margin-top:14px;color:var(--gray-7);font-size:18px;max-width:60ch}.plan-shell__status{display:grid;gap:12px;padding:24px;border-radius:24px;background:#fff;border:1px solid var(--gray-3)}.plan-shell__status div{display:flex;justify-content:space-between;gap:16px;align-items:center;padding-bottom:12px;border-bottom:1px solid var(--gray-3)}.plan-shell__status strong{font-weight:600;text-align:right}.plan-shell__quota{display:flex;justify-content:space-between;gap:16px;align-items:center;padding-bottom:0}.plan-shell__quota--warning strong{color:#c2410c}.plan-limit-banner{display:grid;gap:10px;margin-bottom:18px;padding:18px 20px;border-radius:22px;border:1px solid #fdba74;background:#fff7ed}.plan-limit-banner p{color:#9a3412}.plan-limit-banner__actions{display:flex;gap:12px;flex-wrap:wrap}.plan-shell__grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:24px;align-items:start}.plan-chat,.plan-summary__card{background:#fff;border:1px solid var(--gray-3);border-radius:28px}.plan-chat{padding:24px;display:flex;flex-direction:column;gap:16px;min-height:0;max-height:min(62vh,720px)}.plan-chat__messages{display:flex;flex-direction:column;flex:1;min-height:0;max-height:min(38vh,420px)}.plan-chat__actions button{width:auto}.plan-summary__card{padding:22px}.plan-summary__card strong{display:block;margin-bottom:8px;font-size:14px;letter-spacing:.08em;text-transform:uppercase}.plan-summary__card p,.plan-summary__card li{color:var(--gray-7)}.plan-summary__card ul{display:grid;gap:10px;margin-top:14px;list-style:none}.plan-summary__actions{display:grid;gap:10px;margin-top:14px}.plan-summary__link{display:inline-flex;font-weight:600;color:var(--gray-12)}.dashboard-shell,.dashboard-chat-shell{padding:56px 50px 48px;background:radial-gradient(circle at top right,rgba(0,0,0,.04),transparent 30%),linear-gradient(180deg,#fffffff2,#fafafafa)}.dashboard-shell__hero,.dashboard-chat-shell__hero{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:28px}.dashboard-shell__hero h1,.dashboard-chat-shell__hero h1{margin-bottom:10px;font-size:clamp(30px,4vw,48px);letter-spacing:-1px;line-height:1.05;max-width:13ch}.dashboard-shell__hero p,.dashboard-chat-shell__hero p{max-width:68ch;color:var(--gray-7);font-size:16px}.dashboard-shell__hero-actions,.dashboard-chat-shell__actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.dashboard-shell__hero-actions form,.dashboard-chat-shell__actions form,.dashboard-empty form{display:inline-flex}.dashboard-shell__hero-actions .button,.dashboard-chat-shell__actions .button,.dashboard-empty .button,.dashboard-chat-composer__actions button{width:auto}.dashboard-chat-shell__notice{display:grid;gap:10px;margin-bottom:20px;padding:18px 20px;border:1px solid #fbbf24;border-radius:22px;background:#fffbeb}.dashboard-chat-shell__notice p{color:#92400e}.dashboard-cycle-banner,.weekly-review-panel{display:grid;gap:8px;margin-bottom:16px;padding:18px 20px;border:1px solid var(--gray-3);border-radius:22px;background:#fff}.dashboard-cycle-banner strong,.weekly-review-panel strong{color:var(--gray-12)}.dashboard-cycle-banner p,.weekly-review-panel p{color:var(--gray-7)}.dashboard-cycle-banner--ending_soon{border-color:#facc15;background:#fefce8}.dashboard-cycle-banner--ended{border-color:var(--brand-500);background:var(--brand-50)}.dashboard-cycle-banner--generating_next{border-color:#93c5fd;background:#eff6ff}.dashboard-cycle-banner--next_failed{border-color:#fca5a5;background:#fff7f7}.weekly-review-panel__header{display:grid;gap:4px}.weekly-review-form{display:grid;gap:16px}.weekly-review-form__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.weekly-review-meal{display:grid;gap:8px;padding:14px;border:1px solid var(--gray-3);border-radius:16px;background:var(--gray-1)}.weekly-review-meal span{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gray-7)}.weekly-review-meal label{display:flex;align-items:center;gap:8px;color:var(--gray-8);font-size:14px}.weekly-review-form__notes{display:grid;gap:8px;color:var(--gray-8);font-weight:600}.weekly-review-form__notes textarea{width:100%;resize:vertical;min-height:92px;padding:12px 14px;border:1px solid var(--gray-4);border-radius:16px;font:inherit}.weekly-review-form__notes textarea:focus{outline:2px solid var(--brand-500);outline-offset:2px}.weekly-review-form__actions{display:flex;justify-content:flex-end}.dashboard-shell__grid,.dashboard-chat-shell__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:16px}.dashboard-card{padding:20px;border:1px solid var(--gray-3);border-radius:24px;background:#fff;box-shadow:0 1px #11182705}.dashboard-card strong{display:block;margin-bottom:10px;font-size:14px;letter-spacing:.08em;text-transform:uppercase}.dashboard-card p,.dashboard-card li{color:var(--gray-7)}.dashboard-card ul{display:grid;gap:10px;list-style:none}.dashboard-card__error{margin-top:16px;padding:16px;border-radius:18px;background:#fff5f5;border:1px solid #fecaca}.dashboard-card__error span{display:inline-flex;margin-bottom:8px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#b91c1c}.dashboard-card__error p{color:#7f1d1d}.dashboard-card__link{display:inline-flex;margin-top:12px;font-weight:600;color:var(--gray-12)}.dashboard-meal__quick-action{display:inline-flex;margin-top:10px;font-size:14px;font-weight:600;color:var(--gray-12)}.dashboard-week,.dashboard-chat-thread{display:grid;gap:14px}.dashboard-day{padding:18px;border:1px solid var(--gray-3);border-radius:22px;background:#fff}.dashboard-day__header{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:14px}.dashboard-day__header span{font-size:13px;color:var(--gray-6)}.dashboard-meal{padding:14px;border-radius:16px;background:var(--gray-1)}.dashboard-meal h3{margin-bottom:6px;font-size:18px;letter-spacing:-.3px}.dashboard-meal p{color:var(--gray-7);font-size:14px}.dashboard-meal small{display:block;margin-top:6px;color:var(--gray-6)}.dashboard-meal__meta{display:inline-flex;margin-bottom:8px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gray-7)}.dashboard-empty{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:20px;border-radius:22px;border:1px dashed var(--gray-4);background:#ffffffb3}.dashboard-empty p{color:var(--gray-7);max-width:56ch;margin-top:6px}.dashboard-empty--failure{border-style:solid;border-color:#fca5a5;background:#fff7f7}.dashboard-empty__actions{display:flex;gap:12px;flex-wrap:wrap}.dashboard-week--skeleton{display:grid;grid-template-columns:repeat(7,minmax(180px,1fr));gap:14px;overflow-x:auto;padding-bottom:8px}.dashboard-day--skeleton{min-height:260px}.dashboard-meal--skeleton{min-height:92px}.skeleton-line{height:12px;border-radius:999px;background:linear-gradient(90deg,var(--gray-3),var(--gray-2),var(--gray-3));background-size:200% 100%;animation:shimmer 1.5s infinite linear}.skeleton-line--title{width:60%;height:16px}.skeleton-line--short{width:36%}.skeleton-line--tiny{width:24%}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.dashboard-chat-shell__content{display:grid;grid-template-columns:1.15fr .85fr;gap:16px;margin-bottom:20px;align-items:stretch}.dashboard-chat-thread{padding:22px;border:1px solid var(--gray-3);border-radius:24px;background:#fff;min-height:0}.dashboard-chat-thread strong{display:block;margin-bottom:12px;font-size:14px;letter-spacing:.08em;text-transform:uppercase}.dashboard-chat-thread__empty{color:var(--gray-7)}.dashboard-chat-thread__transcript{display:flex;flex-direction:column;flex:1;min-height:0;max-height:min(38vh,420px)}.dashboard-bubble{padding:14px 16px;border-radius:18px;margin-bottom:12px;background:var(--gray-1)}.dashboard-bubble span{display:inline-flex;margin-bottom:8px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gray-7)}.dashboard-bubble p{color:var(--gray-10)}.dashboard-bubble--assistant,.dashboard-bubble--system{background:#f8fafc}.dashboard-bubble--user{background:#eef2ff}.dashboard-chat-composer{padding:22px;border:1px solid var(--gray-3);border-radius:24px;background:#fff}.dashboard-chat-composer label{display:block;margin-bottom:10px;font-size:14px;font-weight:600;color:var(--gray-10)}.dashboard-chat-composer textarea{width:100%;padding:16px;border:1px solid var(--gray-4);border-radius:18px;resize:vertical;font:inherit}.dashboard-chat-composer textarea:focus{outline:2px solid rgba(17,24,39,.15);outline-offset:2px}.dashboard-chat-composer__actions{display:flex;justify-content:flex-end;margin-top:14px;gap:12px;align-items:center}.plan-chat__notice{margin-top:12px;padding:14px 16px;border-radius:18px;background:#fff7ed;color:#9a3412;border:1px solid #fdba74}.dashboard-week--compact{gap:10px}.dashboard-day--compact{padding:14px}.dashboard-meal--compact{padding:12px}.profile-shell{padding:56px 50px 72px;background:radial-gradient(circle at top left,rgba(0,0,0,.03),transparent 28%),linear-gradient(180deg,#fffffffa,#f9fafbfa)}.profile-shell__hero{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:28px}.profile-shell__hero h1{margin-bottom:10px;font-size:clamp(32px,4.5vw,50px);line-height:1.05;letter-spacing:-1px;max-width:16ch}.profile-shell__hero p{max-width:66ch;color:var(--gray-7);font-size:17px}.profile-shell__grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:18px}.profile-form,.profile-summary{padding:24px;border:1px solid var(--gray-3);border-radius:28px;background:#fff}.profile-form{display:grid;gap:16px}.profile-form label{margin-bottom:0}.profile-form textarea{min-height:110px}.profile-form__actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.profile-form__actions .button{width:auto}.profile-form__errors{display:grid;gap:6px;padding:12px 14px;border-radius:18px;background:#fff5f5;color:#b91c1c;border:1px solid #fecaca}.profile-summary strong{display:block;margin-bottom:12px;font-size:14px;letter-spacing:.08em;text-transform:uppercase}.profile-summary ul{display:grid;gap:10px;list-style:none;color:var(--gray-7)}.profile-summary li{padding-bottom:10px;border-bottom:1px solid var(--gray-3)}.profile-summary li:last-child{border-bottom:none;padding-bottom:0}.billing-shell{padding:56px 50px 72px;background:radial-gradient(circle at top right,rgba(0,0,0,.03),transparent 26%),linear-gradient(180deg,#fffffffa,#f9fafbfa)}.billing-shell__hero{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:28px}.billing-shell__hero h1{margin-bottom:10px;font-size:clamp(32px,4.5vw,50px);line-height:1.05;letter-spacing:-1px;max-width:15ch}.billing-shell__hero p{max-width:66ch;color:var(--gray-7);font-size:17px}.billing-shell__actions{display:flex;gap:12px;flex-wrap:wrap}.billing-shell__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.billing-card{padding:24px;border:1px solid var(--gray-3);border-radius:28px;background:#fff}.billing-card strong{display:block;margin-bottom:12px;font-size:14px;letter-spacing:.08em;text-transform:uppercase}.billing-card ul{display:grid;gap:10px;padding-left:18px;color:var(--gray-7)}.billing-card--muted{background:#f8fafc}.alert{background:#fff;position:relative;padding:12px 16px;font-size:14px;min-width:380px;font-weight:500;border:1px solid var(--gray-3);border-radius:10px;animation:scale-up .2s cubic-bezier(.39,.575,.565,1) both}.alert-destructive{color:#fb2c36;background:#fb2c361a;border-color:#fb2c36}.alert-success{color:#00a63e;background:#00a63e1a;border-color:#00a63e}.flash-container{position:fixed;top:80px;left:0;right:0;display:flex;flex-direction:column;align-items:center}@keyframes scale-up{0%{transform:scale(.7)}to{transform:scale(1)}}@media(max-width:920px){main{margin:0 12px}header{padding:0 16px}.hero,.home-auth,.onboarding-shell,.plan-shell{padding-left:20px;padding-right:20px}.cards{grid-template-columns:1fr;padding:0 20px}.cards article,.cards a{border-right:none;border-left:none;border-bottom:1px solid var(--gray-3)}.cards article:first-child,.cards a:first-child{border-left:none}.onboarding-shell__header,.onboarding-shell__grid,.plan-shell__header,.plan-shell__grid{grid-template-columns:1fr}.onboarding-chat,.plan-chat,.conversation-thread,.onboarding-chat__messages,.plan-chat__messages,.dashboard-chat-thread__transcript{max-height:none}.dashboard-shell__hero,.dashboard-chat-shell__hero,.dashboard-shell__grid,.dashboard-chat-shell__grid,.dashboard-chat-shell__content,.dashboard-empty{grid-template-columns:1fr;flex-direction:column}.dashboard-shell,.dashboard-chat-shell{padding-left:20px;padding-right:20px}.onboarding-bubble{max-width:100%}}:root{--gray-1: #fafafa;--gray-2: #f5f7f6;--gray-3: #e5ede9;--gray-4: #d3ddd8;--gray-6: #6b7280;--gray-7: #52606d;--gray-8: #3f4a54;--gray-10: #333333;--gray-12: #1f2933;--surface: #ffffff;--surface-soft: #f5f7f6;--surface-elevated: #fafcfb;--surface-tint: rgba(168, 230, 207, .12);--surface-tint-strong: rgba(132, 197, 227, .14);--primary: #a8e6cf;--primary-hover: #8dddbd;--secondary: #84c5e3;--secondary-hover: #6bb8da;--accent: #fff59d;--success: #6fcf97;--warning: #f2c94c;--error: #eb5757;--shadow-1: 0 1px 3px rgba(51, 51, 51, .06);--shadow-2: 0 8px 24px rgba(51, 51, 51, .08);--shadow-3: 0 16px 40px rgba(51, 51, 51, .12);--brand-glow: 0 12px 32px rgba(168, 230, 207, .35);--font-body: "Open Sans", system-ui, sans-serif;--font-display: "Poppins", system-ui, sans-serif;--font-mono: "Roboto Mono", monospace}html{scroll-behavior:smooth}body{position:relative;isolation:isolate;font-family:var(--font-body);-webkit-font-smoothing:antialiased;background:radial-gradient(circle at top left,rgba(168,230,207,.2),transparent 28%),radial-gradient(circle at top right,rgba(132,197,227,.16),transparent 26%),linear-gradient(180deg,#fff,#fbfcfb 46%,#f6fbf8);color:var(--gray-10);font-size:16px;line-height:1.5;min-height:100%}body:before{content:"";position:fixed;inset:0;background:radial-gradient(circle at 50% 0%,rgba(255,245,157,.12),transparent 24%);pointer-events:none;z-index:-1}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--gray-12);letter-spacing:-.03em}button,input,textarea,select{font:inherit}button{width:auto;border:none;background:transparent;color:inherit;cursor:pointer}main{width:min(1440px,calc(100% - 32px));margin:16px auto 32px;min-height:calc(100vh - 96px)}header{position:sticky;top:0;z-index:30;padding:16px 0 0}header>div.topbar{width:min(1440px,calc(100% - 32px));height:auto;min-height:68px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 18px;border:1px solid var(--gray-3);border-radius:999px;background:#ffffffd6;box-shadow:var(--shadow-1);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.topbar__actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}.topbar__actions nav{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.topbar__link{display:inline-flex;align-items:center;min-height:40px;padding:0 14px;border-radius:999px;border:1px solid transparent;color:var(--gray-7);font-size:14px;font-weight:700;transition:transform .16s ease,background .16s ease,border-color .16s ease,color .16s ease}.topbar__link:hover{background:var(--surface-soft);color:var(--gray-12)}.topbar__link--active{background:#a8e6cf38;border-color:#a8e6cf94;color:var(--gray-12)}.topbar__status{display:inline-flex;align-items:center;min-height:40px;padding:0 14px;border-radius:999px;border:1px solid var(--gray-3);background:var(--surface-soft);color:var(--gray-7);font-size:13px;font-weight:600}.topbar__avatar{display:inline-grid;place-items:center;width:40px;height:40px;border-radius:999px;background:linear-gradient(135deg,#a8e6cff5,#84c5e3c7);color:var(--gray-12);font-weight:700;box-shadow:var(--shadow-1),var(--brand-glow)}.topbar__logout{display:inline-flex}.brand{display:inline-flex;align-items:center;gap:12px;min-width:0}.brand__mark{display:grid;place-items:center;width:40px;height:40px;border-radius:14px;background:linear-gradient(145deg,#a8e6cff2,#84c5e3e0);box-shadow:var(--shadow-1),var(--brand-glow);position:relative}.brand__pulse{width:14px;height:14px;border-radius:999px;background:#fffffff5;box-shadow:0 0 0 8px #ffffff2e}.brand__copy{display:grid;gap:2px;min-width:0}.brand__name{font-family:var(--font-display);font-size:16px;font-weight:700;color:var(--gray-12);line-height:1.1}.brand__tagline{font-size:12px;color:var(--gray-6);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 18px;border-radius:999px;background:linear-gradient(135deg,var(--primary),#c9f2e0);color:var(--gray-12);font-weight:700;border:1px solid rgba(168,230,207,.8);box-shadow:var(--shadow-1);transition:transform .16s ease,box-shadow .16s ease,background .16s ease,border-color .16s ease}.button:hover{transform:translateY(-1px);background:linear-gradient(135deg,var(--primary-hover),#b8ecd8);box-shadow:var(--shadow-2)}.button--secondary{background:#84c5e324;border-color:#84c5e34d;color:#2f80a7}.button--secondary:hover{background:#84c5e338}.button:focus-visible,.topbar__link:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,.dashboard-card__link:focus-visible,.dashboard-meal__quick-action:focus-visible,.plan-summary__link:focus-visible,.onboarding-summary__link:focus-visible,.error-shell a:focus-visible{outline:3px solid rgba(132,197,227,.24);outline-offset:3px}button:disabled,.button:disabled{cursor:not-allowed;opacity:.65;transform:none;box-shadow:var(--shadow-1)}form{display:flex;flex-direction:column;gap:20px}label{display:block;margin-bottom:6px;color:var(--gray-7);font-size:12px;font-weight:700;letter-spacing:.02em;text-transform:uppercase}input,textarea,select{width:100%;border:1px solid var(--gray-3);background:#fffffff2;color:var(--gray-12);border-radius:14px;padding:0 14px;box-shadow:inset 0 1px #fff9;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}input,select{min-height:44px}textarea{min-height:128px;padding:14px;resize:vertical;line-height:1.6}input::placeholder,textarea::placeholder{color:var(--gray-6)}input:focus,textarea:focus,select:focus{border-color:#84c5e3cc;box-shadow:0 0 0 4px #84c5e329}input:disabled,textarea:disabled,select:disabled{background:#f8fbfa;color:var(--gray-6)}input[data-invalid=true],textarea[data-invalid=true],select[data-invalid=true]{border-color:#eb5757cc;box-shadow:0 0 0 4px #eb57571f}input[data-invalid=true]+div,textarea[data-invalid=true]+div,select[data-invalid=true]+div{color:var(--error);font-size:13px;margin-top:4px}.form-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.form-actions .button{width:auto}.form-status{color:var(--gray-6);font-size:14px}.hero,.home-auth,.onboarding-shell,.plan-shell,.dashboard-shell,.dashboard-chat-shell,.profile-shell,.billing-shell,.form-container,.error-shell{padding:clamp(24px,4vw,56px)}.hero__eyebrow,.home-auth__eyebrow{display:inline-flex;align-items:center;gap:8px;width:fit-content;padding:8px 12px;border-radius:999px;background:#a8e6cf33;color:#2a6f5c;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.hero,.home-auth,.onboarding-shell__header,.plan-shell__header,.dashboard-shell__hero,.dashboard-chat-shell__hero,.profile-shell__hero,.billing-shell__hero{display:grid;gap:16px}.hero--landing{position:relative;overflow:hidden}.hero--landing:after{content:"";position:absolute;inset:auto -60px -120px auto;width:340px;height:340px;border-radius:999px;background:radial-gradient(circle,rgba(132,197,227,.18),transparent 72%);pointer-events:none}.hero h1,.home-auth h1,.onboarding-shell__header h1,.plan-shell__header h1,.dashboard-shell__hero h1,.dashboard-chat-shell__hero h1,.profile-shell__hero h1,.billing-shell__hero h1,.error-shell h1{max-width:14ch;font-size:clamp(32px,4.8vw,56px);line-height:1.04}.hero p,.home-auth p,.onboarding-shell__header p,.plan-shell__header p,.dashboard-shell__hero p,.dashboard-chat-shell__hero p,.profile-shell__hero p,.billing-shell__hero p,.error-shell p{max-width:64ch;color:var(--gray-7);font-size:17px}.hero__actions,.home-auth__actions,.dashboard-shell__hero-actions,.dashboard-chat-shell__actions,.billing-shell__actions,.error-shell__actions,.plan-limit-banner__actions,.dashboard-empty__actions,.plan-summary__actions,.dashboard-chat-composer__actions,.onboarding-chat__actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.home-auth{max-width:920px}.home-auth__card{max-width:560px;padding:22px 24px;border-radius:24px;background:linear-gradient(135deg,#a8e6cf2e,#84c5e31f);border:1px solid rgba(168,230,207,.35);box-shadow:var(--shadow-1)}.home-auth__card strong{display:block;margin-bottom:10px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--gray-6)}.home-auth__card p{margin:0}.home-auth__logout{display:inline-flex}.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px}.cards article,.cards a{padding:24px;border:1px solid var(--gray-3);border-radius:22px;background:var(--surface-elevated);box-shadow:var(--shadow-1);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.cards article:hover,.cards a:hover{transform:translateY(-2px);border-color:#a8e6cf80;box-shadow:var(--shadow-2)}.cards h3{margin-bottom:10px;font-size:18px}.cards p{color:var(--gray-7)}.cards--landing{margin-top:22px}.form-container{width:min(680px,calc(100% - 32px));max-width:680px;margin:0 auto;display:grid;gap:24px}.form-container>div:last-child{width:100%;padding:28px;border:1px solid var(--gray-3);border-radius:28px;background:#ffffffeb;box-shadow:var(--shadow-2)}.form-container h1{font-size:clamp(32px,4vw,44px)}.form-container p{margin-top:10px;color:var(--gray-7);font-size:17px}.conversation-thread{display:flex;flex-direction:column;gap:14px;min-height:240px;min-width:0;overflow-y:auto;overscroll-behavior:contain;scroll-behavior:smooth;padding-right:4px}.conversation-thread__empty{padding:18px 20px;border-radius:18px;border:1px dashed rgba(132,197,227,.3);background:#84c5e31f;color:var(--gray-7)}.conversation-bubble{display:grid;gap:8px;max-width:88%;padding:16px 18px;border-radius:22px;border:1px solid var(--gray-3);background:#ffffffeb;box-shadow:var(--shadow-1)}.conversation-bubble span{display:block;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gray-6)}.conversation-bubble p{color:var(--gray-10);white-space:pre-wrap}.conversation-bubble__markdown{color:var(--gray-10)}.conversation-bubble__markdown>*+*{margin-top:.75rem}.conversation-bubble__markdown ul,.conversation-bubble__markdown ol{display:grid;gap:.45rem;padding-left:1.2rem}.conversation-bubble__markdown strong{font-weight:700}.conversation-bubble__markdown code{padding:.1rem .35rem;border-radius:6px;background:#11182714;font-size:.95em}.conversation-bubble--user{margin-left:auto;background:linear-gradient(135deg,#a8e6cff5,#bff1e1e6);border-color:#a8e6cfcc}.conversation-bubble--user span,.conversation-bubble--user p{color:var(--gray-12)}.conversation-bubble--assistant{background:#fffffff0}.conversation-bubble--system{background:#84c5e31f;border-color:#84c5e33d}.conversation-bubble--typing{width:fit-content}.conversation-typing{display:inline-flex;align-items:center;gap:6px;min-height:24px}.conversation-typing span{width:7px;height:7px;margin:0;border-radius:999px;background:var(--gray-6);animation:typing-dot 1.2s infinite ease-in-out}.conversation-typing span:nth-child(2){animation-delay:.15s}.conversation-typing span:nth-child(3){animation-delay:.3s}@keyframes typing-dot{0%,80%,to{transform:translateY(0);opacity:.5}40%{transform:translateY(-4px);opacity:1}}.onboarding-shell,.plan-shell,.dashboard-shell,.dashboard-chat-shell,.profile-shell,.billing-shell{display:grid;gap:28px}.onboarding-shell__grid,.plan-shell__grid,.dashboard-shell__grid,.dashboard-chat-shell__grid,.profile-shell__grid,.billing-shell__grid{display:grid;gap:24px;align-items:start}.onboarding-shell__grid,.plan-shell__grid{grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr)}.dashboard-shell__grid,.dashboard-chat-shell__grid,.profile-shell__grid,.billing-shell__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.onboarding-chat,.onboarding-summary__card,.plan-chat,.plan-summary__card,.dashboard-card,.dashboard-day,.dashboard-meal,.dashboard-empty,.dashboard-chat-shell__notice,.dashboard-chat-thread,.billing-card,.profile-form,.profile-summary,.error-shell__card{border:1px solid var(--gray-3);border-radius:24px;background:#ffffffeb;box-shadow:var(--shadow-1)}.onboarding-chat{display:flex;flex-direction:column;gap:16px;min-height:0;max-height:min(68vh,760px);padding:24px}.onboarding-chat__messages{flex:1;min-height:0;max-height:min(40vh,460px)}.onboarding-summary{display:grid;gap:16px}.onboarding-summary__card{display:grid;gap:14px;padding:24px}.onboarding-summary__card strong,.plan-summary__card strong,.dashboard-card strong,.billing-card strong,.profile-summary strong,.dashboard-chat-thread strong,.dashboard-chat-shell__notice strong{display:block;margin-bottom:2px;color:var(--gray-6);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.onboarding-summary__sections{display:grid;gap:12px}.onboarding-summary__section{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:12px;border-bottom:1px solid var(--gray-3)}.onboarding-summary__section:last-child{padding-bottom:0;border-bottom:none}.onboarding-summary__section span{color:var(--gray-6);font-size:14px}.onboarding-summary__section strong{margin:0;color:var(--gray-12);font-size:15px;font-weight:700;letter-spacing:0;text-transform:none}.onboarding-summary__divider{height:1px;background:var(--gray-3)}.onboarding-summary__link{display:inline-flex;width:fit-content;font-weight:700;color:#2f80a7}.plan-shell__status{display:grid;gap:12px;padding:24px}.plan-shell__status div{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:12px;border-bottom:1px solid var(--gray-3)}.plan-shell__status div:last-child{padding-bottom:0;border-bottom:none}.plan-shell__status span{color:var(--gray-6);font-size:14px}.plan-shell__status strong{text-align:right;font-weight:700}.plan-shell__quota--warning strong{color:#b45309}.plan-limit-banner{display:grid;gap:10px;padding:18px 20px;border:1px solid rgba(242,201,76,.55);border-radius:22px;background:linear-gradient(135deg,#fff59d59,#fffffff5);box-shadow:var(--shadow-1)}.plan-limit-banner p{color:#8a5a00}.plan-chat,.plan-summary__card{padding:24px}.plan-chat{display:flex;flex-direction:column;gap:16px;min-height:0;max-height:min(68vh,760px)}.plan-chat__messages{flex:1;min-height:0;max-height:min(40vh,460px)}.plan-chat__composer{margin-top:24px}.plan-chat__actions{display:flex;justify-content:flex-end}.plan-chat__notice{padding:12px 14px;border-radius:16px;background:#84c5e31f;color:var(--gray-7);font-size:14px}.plan-summary{display:grid;gap:16px}.plan-summary__card{display:grid;gap:12px}.plan-summary__card p,.plan-summary__card li,.onboarding-summary__card p,.dashboard-card p,.billing-card p,.profile-summary li,.dashboard-chat-thread p{color:var(--gray-7)}.plan-summary__card ul{display:grid;gap:10px;list-style:none}.plan-summary__actions,.error-shell__actions{flex-direction:column;align-items:flex-start}.plan-summary__link,.dashboard-card__link{display:inline-flex;width:fit-content;font-weight:700;color:#2f80a7}.dashboard-shell,.dashboard-chat-shell,.profile-shell,.billing-shell,.error-shell{padding-top:clamp(24px,4vw,56px)}.dashboard-shell__hero,.dashboard-chat-shell__hero,.profile-shell__hero,.billing-shell__hero{grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);align-items:start}.dashboard-shell__hero-actions,.dashboard-chat-shell__actions,.billing-shell__actions{display:flex;justify-content:flex-end;gap:12px;flex-wrap:wrap}.dashboard-card{padding:22px 24px;display:grid;gap:14px}.dashboard-card ul,.profile-summary ul,.billing-card ul{display:grid;gap:10px;list-style:none}.dashboard-card ul{color:var(--gray-7)}.dashboard-card__error{display:grid;gap:6px;padding:14px;border-radius:16px;background:#eb575714;border:1px solid rgba(235,87,87,.18);color:#9f1239}.dashboard-card__error span{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.dashboard-empty{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px}.dashboard-empty--failure{border-color:#eb57572e;background:linear-gradient(135deg,#eb57570f,#fffffff5)}.dashboard-empty__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px}.dashboard-week{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(280px,320px);gap:16px;overflow-x:auto;overflow-y:hidden;padding-bottom:8px;scroll-snap-type:x proximity}.dashboard-week--skeleton{grid-auto-columns:minmax(280px,320px)}.dashboard-day{padding:18px;display:grid;gap:14px;align-content:start;grid-auto-rows:min-content;min-height:100%;scroll-snap-align:start}.dashboard-day__header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:nowrap}.dashboard-day__header strong{flex:1 1 auto;min-width:0;font-family:var(--font-display);font-size:18px;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-day__header span{flex-shrink:0;color:var(--gray-6);font-size:12px;font-weight:700;letter-spacing:.02em;white-space:nowrap}.dashboard-day__items{display:grid;gap:12px}.dashboard-meal{padding:16px;display:grid;gap:10px;border-radius:18px;background:var(--surface-elevated)}.dashboard-meal__meta{color:#2f80a7;font-size:12px;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.dashboard-meal h3{font-size:18px;line-height:1.2}.dashboard-meal p,.dashboard-meal small{color:var(--gray-7)}.dashboard-meal__quick-action{display:inline-flex;width:fit-content;font-weight:700;color:#2f80a7}.dashboard-week--compact .dashboard-day{padding:16px}.dashboard-week--compact{grid-auto-flow:row;grid-auto-columns:initial;overflow:visible;padding-bottom:0}@media(min-width:1025px){.dashboard-shell .dashboard-week,.dashboard-shell .dashboard-week--skeleton{align-items:start}}.dashboard-meal--compact{padding:14px}.dashboard-chat-shell__notice{padding:20px 22px;display:grid;gap:10px}.dashboard-chat-shell__content{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.dashboard-chat-thread{padding:22px;display:grid;gap:14px}.dashboard-chat-thread__transcript{max-height:min(38vh,440px)}.dashboard-chat-thread__empty{color:var(--gray-6)}.dashboard-chat-composer{padding:24px;border:1px solid var(--gray-3);border-radius:24px;background:#ffffffeb;box-shadow:var(--shadow-1)}.profile-form,.profile-summary,.billing-card,.error-shell__card{padding:24px}.profile-form__errors{display:grid;gap:8px;padding:14px 16px;border-radius:16px;background:#eb575714;border:1px solid rgba(235,87,87,.18)}.profile-form__errors p{color:#9f1239}.profile-form__actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.profile-summary,.billing-card{display:grid;gap:14px}.billing-status-card{position:relative;overflow:hidden}.billing-status-card:after{content:"";position:absolute;right:-44px;top:-44px;width:144px;height:144px;border-radius:999px;background:radial-gradient(circle,rgba(168,230,207,.32),transparent 68%);pointer-events:none}.billing-status-card__meter{height:12px;overflow:hidden;border-radius:999px;background:#e5ede9d1;box-shadow:inset 0 1px 2px #1f29330f}.billing-status-card__meter span{display:block;height:100%;min-width:12px;border-radius:inherit;background:linear-gradient(135deg,var(--primary),var(--secondary));box-shadow:0 4px 14px #84c5e333}.billing-status-card__headline{color:var(--gray-12);font-family:var(--font-display);font-size:clamp(20px,3vw,28px);font-weight:700;letter-spacing:-.04em}.billing-card--muted{background:linear-gradient(135deg,#84c5e314,#fffffff5)}.billing-card ul{padding-left:18px}.billing-comparison{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.billing-comparison div{display:grid;gap:8px;padding:16px;border:1px solid rgba(229,237,233,.9);border-radius:18px;background:#ffffffad}.billing-comparison span{color:var(--gray-12);font-weight:800}.billing-comparison p,.billing-plan p,.billing-plan li,.billing-status-card p{color:var(--gray-7)}.billing-plans{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(280px,.92fr);gap:18px;align-items:stretch}.billing-plan{position:relative;display:grid;gap:20px;align-content:start;padding:26px;border:1px solid var(--gray-3);border-radius:28px;background:#ffffffeb;box-shadow:var(--shadow-1)}.billing-plan--featured{border-color:#a8e6cfe6;background:radial-gradient(circle at 92% 8%,rgba(168,230,207,.3),transparent 30%),linear-gradient(180deg,#fffffffa,#f6fcf9fa);box-shadow:var(--shadow-2)}.billing-plan__header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.billing-plan__header strong{display:block;margin-bottom:6px;color:var(--gray-12);font-family:var(--font-display);font-size:22px;line-height:1.12;letter-spacing:-.04em}.billing-plan__badge{display:inline-flex;align-items:center;min-height:32px;white-space:nowrap;padding:0 12px;border-radius:999px;background:#a8e6cf42;color:#2a6f5c;font-size:12px;font-weight:800}.billing-plan__price{color:var(--gray-12);font-family:var(--font-display);font-size:clamp(30px,5vw,46px);font-weight:800;letter-spacing:-.06em;line-height:1}.billing-plan__benefits{display:grid;gap:10px;margin:0;padding:0;list-style:none}.billing-plan__benefits li{position:relative;padding-left:26px}.billing-plan__benefits li:before{content:"";position:absolute;top:.58em;left:2px;width:10px;height:10px;border-radius:999px;background:linear-gradient(135deg,var(--primary),var(--secondary));box-shadow:0 0 0 5px #a8e6cf29}.billing-plan form{margin-top:auto}.billing-plan .button,.billing-plan form{width:100%}.billing-success-card{display:flex;align-items:center;gap:18px;padding:26px;border:1px solid rgba(168,230,207,.8);border-radius:28px;background:radial-gradient(circle at 92% 12%,rgba(168,230,207,.24),transparent 34%),#fffffff0;box-shadow:var(--shadow-2)}.billing-success-card__icon{display:grid;place-items:center;flex:0 0 auto;width:58px;height:58px;border-radius:20px;color:var(--gray-12);font-family:var(--font-display);font-size:28px;font-weight:800;background:#84c5e333}.billing-success-card__icon--success{background:linear-gradient(135deg,var(--primary),#d9f7eb)}.billing-success-card__icon--pending{animation:billing-pulse 1.3s infinite ease-in-out}.billing-success-card__icon--attention{background:#f2c94c3d}.billing-success-card strong{display:block;margin-bottom:4px;color:var(--gray-12);font-family:var(--font-display);font-size:clamp(22px,3vw,32px);line-height:1.12;letter-spacing:-.04em}.billing-success-card p{color:var(--gray-7)}.billing-success-card__error{margin-top:10px;color:#9f2d2d;font-weight:700}.billing-success-steps{display:grid;gap:10px}.billing-success-steps__item{position:relative;display:flex;align-items:center;min-height:44px;padding:10px 14px 10px 42px;border:1px solid var(--gray-3);border-radius:16px;color:var(--gray-7);background:#ffffffb3;font-weight:700}.billing-success-steps__item:before{content:"";position:absolute;left:16px;width:12px;height:12px;border-radius:999px;background:var(--gray-4)}.billing-success-steps__item--active{border-color:#84c5e35c;color:var(--gray-12);background:#84c5e314}.billing-success-steps__item--active:before{background:var(--secondary);box-shadow:0 0 0 6px #84c5e324}.billing-success-steps__item--done{border-color:#a8e6cf7a;color:var(--gray-12);background:#a8e6cf1a}.billing-success-steps__item--done:before{background:var(--primary);box-shadow:0 0 0 6px #a8e6cf29}@keyframes billing-pulse{0%,to{transform:scale(1);opacity:.7}50%{transform:scale(1.04);opacity:1}}.error-shell{min-height:calc(100vh - 160px);place-items:center}.error-shell__card{width:min(720px,100%);display:grid;gap:14px}.error-shell__actions{display:flex;flex-wrap:wrap}.skeleton-line{height:12px;border-radius:999px;background:linear-gradient(90deg,#a8e6cf3d,#84c5e32e 45%,#a8e6cf3d);background-size:200% 100%;animation:skeleton-shimmer 1.6s infinite ease-in-out}.skeleton-line--title{height:16px;width:55%}.skeleton-line--short{width:70%}.skeleton-line--tiny{width:38%}.dashboard-day--skeleton .dashboard-day__items{gap:10px}.dashboard-meal--skeleton{min-height:120px}@keyframes skeleton-shimmer{0%{background-position:0% 0%}to{background-position:200% 0%}}.dashboard-shell__grid,.dashboard-chat-shell__grid,.profile-shell__grid,.billing-shell__grid,.onboarding-shell__grid,.plan-shell__grid{grid-template-columns:repeat(2,minmax(0,1fr))}@media(max-width:920px){main{width:min(100% - 20px,1440px);margin:12px auto 24px}header{padding-top:12px}header>div.topbar{width:min(100% - 20px,1440px);padding:14px 16px;border-radius:24px;align-items:flex-start}.topbar__actions{width:100%;justify-content:flex-start}.topbar__actions nav{width:100%;justify-content:flex-start}.hero,.home-auth,.onboarding-shell,.plan-shell,.dashboard-shell,.dashboard-chat-shell,.profile-shell,.billing-shell,.form-container,.error-shell{padding-left:18px;padding-right:18px}.cards,.onboarding-shell__grid,.plan-shell__grid,.dashboard-shell__grid,.dashboard-chat-shell__grid,.dashboard-chat-shell__content,.profile-shell__grid,.billing-shell__grid,.billing-plans,.dashboard-shell__hero,.dashboard-chat-shell__hero,.profile-shell__hero,.billing-shell__hero{grid-template-columns:1fr}.dashboard-shell__hero-actions,.dashboard-chat-shell__actions,.billing-shell__actions,.error-shell__actions,.dashboard-empty__actions,.plan-limit-banner__actions,.plan-summary__actions,.dashboard-chat-composer__actions,.onboarding-chat__actions,.form-actions{width:100%}.dashboard-empty{flex-direction:column;align-items:stretch}.dashboard-empty__actions{justify-content:flex-start}.conversation-bubble{max-width:100%}.home-auth__actions,.hero__actions{align-items:flex-start}}@media(max-width:640px){header>div.topbar{flex-direction:column;align-items:stretch;gap:10px;padding:12px 14px;border-radius:28px}.brand{align-self:flex-start}.brand__tagline{display:none}.brand__name{font-size:15px}.brand__mark{width:36px;height:36px}.brand__pulse{width:12px;height:12px}.topbar__status{display:none}.topbar__actions{width:100%;justify-content:space-between;gap:8px;flex-wrap:nowrap}.topbar__actions nav{flex:1 1 auto;min-width:0;justify-content:flex-start;gap:6px;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.topbar__actions nav::-webkit-scrollbar{display:none}.topbar__link{min-height:36px;padding:0 10px;font-size:13px;flex-shrink:0}.topbar__logout,.topbar__actions>.button{flex-shrink:0}.topbar__actions>.button{min-height:36px;padding:0 12px;font-size:13px;white-space:nowrap}header>div.topbar--auth{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 12px;border-radius:28px}.topbar--auth .brand{align-self:center;min-width:0}.topbar--auth .brand__copy{min-width:0}.topbar--auth .brand__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar--auth .topbar__actions{width:auto;justify-content:flex-end;gap:8px;min-width:0}.topbar--auth .topbar__actions nav{grid-column:1 / -1;order:3;width:100%;padding-top:2px}.topbar--auth .topbar__avatar{width:40px;height:40px}.topbar--auth .topbar__logout .button{min-height:40px;padding:0 14px;font-size:13px}header>div.topbar--auth:not(.topbar--onboarding){grid-template-columns:minmax(0,1fr)}.topbar--auth:not(.topbar--onboarding) .topbar__actions{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;width:100%}.topbar--auth:not(.topbar--onboarding) .topbar__actions nav{display:flex;grid-column:1;grid-row:1;overflow-x:auto;scrollbar-width:none}.topbar--auth:not(.topbar--onboarding) .topbar__avatar{display:none}.topbar--auth:not(.topbar--onboarding) .topbar__logout{grid-column:2;grid-row:1;width:auto;justify-self:end}.topbar--auth:not(.topbar--onboarding) .topbar__logout .button{width:auto;min-height:36px;padding:0 12px;box-shadow:none}.topbar--auth:not(.topbar--onboarding) .topbar__actions nav::-webkit-scrollbar{display:none}.topbar--onboarding .topbar__actions{display:flex}.topbar--guest .topbar__actions{display:flex;width:auto;flex:0 0 auto;gap:0}.topbar--guest .topbar__actions nav{display:none}.topbar--guest .topbar__actions>.button{width:auto;min-height:40px;padding:0 16px;font-size:13px;box-shadow:none}header>div.topbar--guest{flex-direction:row;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:999px}.topbar--guest .brand{align-self:center;flex:1 1 auto;min-width:0}.topbar--guest .brand__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar--guest .brand__copy{min-width:0}.cards{grid-template-columns:1fr}.cards article,.cards a{padding:20px}.billing-shell{gap:22px}.billing-comparison{grid-template-columns:1fr}.billing-plan{padding:22px;border-radius:24px}.billing-plan__header{display:grid}.billing-plan__badge{width:fit-content}.billing-success-card{align-items:flex-start;padding:22px;border-radius:24px}.billing-success-card__icon{width:48px;height:48px;border-radius:16px;font-size:24px}.plan-shell__status,.dashboard-card,.dashboard-chat-thread,.dashboard-chat-shell__notice,.profile-form,.profile-summary,.billing-card,.error-shell__card,.home-auth__card,.onboarding-chat,.onboarding-summary__card,.plan-chat,.plan-summary__card{padding:20px}}
