: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}a{color:inherit;text-decoration:none}.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)}[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{display:inline-flex}.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-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.form-actions .button{width:auto}.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 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{padding-left:1.2rem;display:grid;gap:.45rem}.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:var(--gray-12)}.conversation-bubble--user span,.conversation-bubble--user p{color:#fff}.conversation-bubble--assistant,.conversation-bubble--system{background:var(--gray-1)}.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{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{display:grid;gap:16px}.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__sections{display:grid;gap:12px}.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:last-child{padding-bottom:0;border-bottom:none}.onboarding-summary__section span{color:var(--gray-6);font-size:14px}.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__divider{height:1px;background:var(--gray-3)}.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 div:last-child{padding-bottom:0;border-bottom:none}.plan-shell__status span{color:var(--gray-6);font-size:14px}.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__composer{margin-top:24px}.plan-chat__actions{display:flex;justify-content:flex-end}.plan-chat__actions button{width:auto}.plan-summary{display:grid;gap:16px}.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-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-day__items{display:grid;gap:12px}.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%}}
