:root{color-scheme:light;--ink: #17201c;--muted: #65716c;--line: #d9e0dc;--paper: #fbfcfa;--panel: #ffffff;--accent: #0f7b63;--accent-strong: #075947;--accent-soft: #dff3ed;--gold: #c78d24;--rose: #b24559;--shadow: 0 18px 60px rgba(18, 32, 27, .12);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;line-height:1.5;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(180deg,#dff3edd9,#fbfcfa00 42%),var(--paper);color:var(--ink)}button,input,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.58}.app-shell{width:min(1440px,100%);margin:0 auto;padding:28px}.auth-shell{display:grid;min-height:100vh;place-items:center;padding:28px}.auth-hero{display:grid;width:min(1180px,100%);grid-template-columns:minmax(0,1.1fr) 420px;gap:28px;align-items:center}.auth-copy h1{max-width:760px}.auth-copy p:last-child{max-width:640px;color:var(--muted);font-size:1.08rem}.auth-card,.loading-panel{border:1px solid var(--line);border-radius:8px;background:#ffffffeb;box-shadow:var(--shadow)}.auth-card{display:grid;gap:18px;padding:24px}.auth-card-header{display:flex;gap:14px;align-items:center}.auth-card h2{margin-bottom:4px;font-size:1.45rem}.auth-card p{margin-bottom:0;color:var(--muted)}.google-mark,.google-icon{display:grid;place-items:center;border-radius:8px;font-weight:900}.google-mark{width:54px;height:54px;background:var(--accent-soft);color:var(--accent-strong);font-size:1.5rem}.google-button{display:flex;min-height:52px;width:100%;align-items:center;justify-content:center;gap:12px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);font-weight:850}.google-button:hover:not(:disabled){border-color:var(--accent);box-shadow:0 10px 24px #12201b17}.google-icon{width:28px;height:28px;background:#f4f7f5;color:#2f6feb}.text-button{justify-self:center;border:0;background:transparent;color:var(--accent-strong);font-weight:800}.auth-notice{margin-bottom:0}.loading-panel{padding:24px 28px;color:var(--muted);font-weight:800}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line);padding-bottom:16px}.topbar-identity{display:flex;flex-wrap:wrap;gap:8px 14px;align-items:baseline}.topbar-brand{font-size:1.05rem;font-weight:900}.topbar-status{color:var(--muted);font-size:.92rem}.nav-tabs{display:flex;gap:6px;align-items:center;border:1px solid var(--line);border-radius:8px;padding:4px;background:#ffffffc2}.nav-tab{min-height:34px;border:0;border-radius:6px;padding:0 12px;background:transparent;color:var(--muted);font-size:.9rem;font-weight:800}.nav-tab:hover,.nav-tab.active{background:var(--accent-soft);color:var(--accent-strong)}.home-page,.dashboard-page,.dashboard-empty{padding:28px 0 0}.home-hero{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px;align-items:stretch;min-height:500px}.home-copy{display:flex;flex-direction:column;justify-content:center;max-width:880px;padding:34px 0}.home-copy h1,.dashboard-heading h1,.dashboard-empty h1{margin-bottom:18px;font-size:clamp(2.3rem,4.6vw,5.2rem);line-height:.98;letter-spacing:0}.home-copy p:not(.eyebrow),.dashboard-heading p:not(.eyebrow),.dashboard-empty p{max-width:700px;color:var(--muted);font-size:1.05rem}.home-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px}.large-button{min-height:48px}.home-summary{display:flex;flex-direction:column;justify-content:end;border:1px solid var(--line);border-radius:8px;padding:22px;background:linear-gradient(180deg,#dff3edb3,#fffffff0),#fff;box-shadow:var(--shadow)}.summary-number{font-size:5.6rem;line-height:.9;font-weight:950;color:var(--accent-strong)}.summary-label{margin:10px 0 12px;font-weight:850}.home-summary p{margin-bottom:0;color:var(--muted)}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:24px}.feature-grid article,.history-list,.saved-advice-panel{border:1px solid var(--line);border-radius:8px;background:#ffffffe6;box-shadow:var(--shadow)}.feature-grid article{padding:18px}.feature-grid span{color:var(--gold);font-size:.82rem;font-weight:950}.feature-grid h3{margin:8px 0;font-size:1.05rem}.feature-grid p{margin-bottom:0;color:var(--muted)}.dashboard-heading{display:flex;align-items:start;justify-content:space-between;gap:18px;margin-bottom:22px}.dashboard-layout{display:grid;grid-template-columns:340px minmax(0,1fr);gap:22px;align-items:start}.history-list{display:grid;gap:8px;position:sticky;top:18px;padding:12px}.history-item{display:grid;gap:5px;width:100%;border:1px solid transparent;border-radius:8px;padding:12px;background:transparent;color:var(--ink);text-align:left}.history-item:hover,.history-item.active{border-color:var(--accent);background:var(--accent-soft)}.history-item span,.history-item small{color:var(--muted)}.history-item strong{font-size:.98rem}.history-item small{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.35}.saved-advice-panel{min-height:620px;padding:22px}.profile-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.profile-chips span{border:1px solid var(--line);border-radius:999px;padding:6px 10px;background:#fbfcfb;color:var(--muted);font-size:.86rem;font-weight:750}.dashboard-empty{display:grid;min-height:620px;place-items:center;align-content:center;text-align:center}.dashboard-empty .empty-mark{margin-bottom:20px}.hero{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px;align-items:end;padding:34px 0 24px}.hero-copy{max-width:820px}.eyebrow{margin:0 0 8px;color:var(--accent-strong);font-size:.76rem;font-weight:800;letter-spacing:0;text-transform:uppercase}h1,h2,h3,h4,p{margin-top:0}h1{max-width:920px;margin-bottom:18px;font-size:clamp(2.4rem,5vw,5.7rem);line-height:.96;letter-spacing:0}.hero-copy p:last-child{max-width:720px;color:var(--muted);font-size:1.08rem}.status-panel,.profile-panel,.results-panel{border:1px solid var(--line);border-radius:8px;background:#ffffffe0;box-shadow:var(--shadow)}.status-panel{padding:18px}.status-panel>div:first-child{display:flex;align-items:baseline;justify-content:space-between;gap:16px}.status-panel strong{font-size:2.2rem;line-height:1}.status-label{color:var(--muted);font-size:.9rem;font-weight:700}.meter{height:10px;margin:16px 0 12px;overflow:hidden;border-radius:999px;background:#e8edea}.meter span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--accent),var(--gold));transition:width .18s ease}.status-panel p{margin-bottom:0;color:var(--muted);font-size:.93rem}.workspace{display:grid;grid-template-columns:minmax(380px,.9fr) minmax(0,1.1fr);gap:24px;align-items:start}.profile-panel,.results-panel{padding:22px}.profile-panel{position:sticky;top:18px}.panel-heading,.form-actions{display:flex;align-items:center;justify-content:space-between;gap:16px}.panel-heading h2{margin-bottom:0;font-size:1.55rem}.field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.field{display:grid;gap:7px}.field-large{grid-column:1 / -1}.field span{color:var(--ink);font-size:.88rem;font-weight:750}input,textarea{width:100%;border:1px solid var(--line);border-radius:8px;background:#fbfcfb;color:var(--ink);outline:none;transition:border .16s ease,box-shadow .16s ease,background .16s ease}input{min-height:46px;padding:11px 12px}textarea{min-height:118px;resize:vertical;padding:12px}input:focus,textarea:focus{border-color:var(--accent);background:#fff;box-shadow:0 0 0 4px #0f7b6321}.form-actions{margin-top:18px}.form-actions p{max-width:280px;margin-bottom:0;color:var(--muted);font-size:.86rem}.primary-button,.ghost-button{min-height:42px;border-radius:8px;font-weight:800}.primary-button{border:0;padding:0 18px;background:var(--accent);color:#fff;box-shadow:0 12px 26px #0f7b633d}.primary-button:hover:not(:disabled){background:var(--accent-strong)}.ghost-button{border:1px solid var(--line);padding:0 14px;background:#fff;color:var(--ink)}.ghost-button:hover:not(:disabled){border-color:var(--accent);color:var(--accent-strong)}.error-message{margin:14px 0 0;border-left:4px solid var(--rose);padding:10px 12px;background:#fff1f3;color:#842337;font-weight:700}.results-panel{min-height:620px}.empty-state{display:grid;min-height:460px;place-items:center;align-content:center;padding:28px;text-align:center}.empty-mark{display:grid;width:76px;height:76px;margin-bottom:20px;place-items:center;border-radius:8px;background:var(--accent-soft);color:var(--accent-strong);font-weight:900}.empty-state h3{margin-bottom:8px;font-size:1.35rem}.empty-state p{max-width:440px;color:var(--muted)}.notice{margin-bottom:16px;border:1px solid #edd7a6;border-radius:8px;padding:12px;background:#fff8e8;color:#6f4a09;font-size:.9rem}.notice code{font-weight:800}.advice-list{display:grid;gap:14px}.advice-section{border:1px solid var(--line);border-radius:8px;padding:18px;background:#fff}.advice-section h3{margin-bottom:12px;color:var(--accent-strong);font-size:1.16rem}.advice-section h4{margin:18px 0 8px;font-size:1rem}.advice-body p{margin-bottom:10px;color:#29332f}.bullet-line{display:grid;grid-template-columns:9px minmax(0,1fr);gap:10px;align-items:start}.bullet-line>span:first-child{width:7px;height:7px;margin-top:8px;border-radius:999px;background:var(--gold)}.bullet-line strong{color:var(--ink)}@media(max-width:1050px){.auth-hero,.home-hero,.dashboard-layout,.hero,.workspace{grid-template-columns:1fr}.profile-panel,.history-list{position:static}}@media(max-width:680px){.app-shell,.auth-shell{padding:18px}.hero{padding-top:16px}h1{font-size:2.5rem}.topbar,.dashboard-heading{align-items:stretch;flex-direction:column}.nav-tabs{overflow-x:auto;width:100%}.nav-tab{flex:1 0 auto}.home-copy h1,.dashboard-heading h1,.dashboard-empty h1{font-size:2.55rem}.home-hero{min-height:auto}.feature-grid,.field-grid,.panel-heading,.form-actions{grid-template-columns:1fr}.field-grid{display:grid}.field:not(.field-large){grid-column:1 / -1}.panel-heading,.form-actions{align-items:stretch}.form-actions{display:grid}.form-actions p{max-width:none}}.auth-shell-premium{position:relative;overflow:hidden;background:radial-gradient(circle at top left,rgba(124,58,237,.22),transparent 30%),radial-gradient(circle at top right,rgba(34,211,238,.16),transparent 28%),radial-gradient(circle at bottom left,rgba(99,102,241,.12),transparent 30%),linear-gradient(180deg,#081120,#0b1220);color:#f8fafc}.auth-shell-premium:before{content:"";position:absolute;inset:0;background:linear-gradient(to right,rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.03) 1px,transparent 1px);background-size:48px 48px;opacity:.18;pointer-events:none}.auth-hero-premium{position:relative;z-index:1;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);gap:40px;align-items:center}.auth-copy-premium h1{max-width:760px;margin:0 0 18px;font-size:clamp(2.7rem,5vw,5.8rem);line-height:.95;letter-spacing:-.04em;color:#f8fafc}.auth-copy-premium .eyebrow{margin-bottom:16px;color:#67e8f9;letter-spacing:.18em;text-transform:uppercase;font-weight:800;font-size:.8rem}.auth-subcopy{max-width:680px;margin:0;color:#94a3b8;font-size:1.08rem;line-height:1.75}.gradient-text{background:linear-gradient(90deg,#67e8f9,#a78bfa,#f0abfc);-webkit-background-clip:text;background-clip:text;color:transparent}.landing-pill-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px}.landing-pill{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:#ffffff0f;color:#e2e8f0;font-size:.82rem;font-weight:700;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.landing-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}.large-button{min-height:56px;padding:0 22px;border-radius:18px;font-weight:800;font-size:.98rem}.hero-button{border:0;background:linear-gradient(135deg,#8b5cf6,#22d3ee);color:#081120;box-shadow:0 16px 40px #22d3ee38}.hero-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 20px 48px #22d3ee47}.ghost-button-premium{border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:#f8fafc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ghost-button-premium:hover:not(:disabled){border-color:#fff3;background:#ffffff1a}.landing-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:34px;max-width:720px}.stat-card{display:grid;gap:6px;padding:18px 16px;border:1px solid rgba(255,255,255,.1);border-radius:24px;background:#ffffff0f;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.stat-card strong{font-size:1.7rem;line-height:1;color:#f8fafc}.stat-card span{color:#94a3b8;font-size:.92rem;line-height:1.45}.auth-preview-column{display:grid;gap:18px}.preview-card-premium{position:relative;overflow:hidden;padding:22px;border:1px solid rgba(255,255,255,.1);border-radius:32px;background:#ffffff0f;box-shadow:0 30px 80px #0206178c;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.preview-header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;padding-bottom:18px;margin-bottom:18px;border-bottom:1px solid rgba(255,255,255,.08)}.preview-header h3{margin:8px 0 0;font-size:1.35rem;color:#f8fafc}.preview-label,.preview-mini-label{margin:0;color:#94a3b8;text-transform:uppercase;letter-spacing:.18em;font-size:.72rem;font-weight:800}.preview-live{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border:1px solid rgba(52,211,153,.18);border-radius:999px;background:#34d3991a;color:#86efac;font-size:.76rem;font-weight:800}.preview-block,.preview-panel,.preview-highlight{border-radius:24px}.preview-block,.preview-panel{padding:16px;border:1px solid rgba(255,255,255,.08);background:#0c172b}.preview-highlight{margin-top:14px;padding:18px;border:1px solid rgba(167,139,250,.18);background:linear-gradient(135deg,#8b5cf629,#22d3ee1a)}.preview-highlight p:last-child{margin:10px 0 0;color:#e2e8f0;line-height:1.65}.chip-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.chip-row span{padding:8px 12px;border-radius:999px;background:#ffffff12;color:#e2e8f0;font-size:.82rem;font-weight:700}.preview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:14px}.preview-list{display:grid;gap:10px;margin-top:12px}.preview-list div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:18px;background:#ffffff0d}.preview-list.vertical div{justify-content:flex-start}.preview-list span{color:#e2e8f0;font-size:.9rem}.preview-list em{font-style:normal;font-size:.72rem;font-weight:800;color:#67e8f9;background:#22d3ee1a;padding:6px 10px;border-radius:999px}.mini-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.mini-feature-card{padding:18px;border:1px solid rgba(255,255,255,.1);border-radius:24px;background:#ffffff0d;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transition:transform .22s ease,border-color .22s ease,background .22s ease}.mini-feature-card:hover{transform:translateY(-3px);border-color:#a78bfa47;background:#ffffff12}.mini-feature-top{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px}.mini-feature-dot{width:12px;height:12px;border-radius:999px;background:linear-gradient(135deg,#8b5cf6,#22d3ee);box-shadow:0 0 18px #8b5cf680}.mini-feature-tag{padding:6px 10px;border-radius:999px;background:#ffffff0f;color:#cbd5e1;font-size:.72rem;font-weight:800}.mini-feature-card h3{margin:0 0 10px;color:#f8fafc;font-size:1rem}.mini-feature-card p{margin:0;color:#94a3b8;font-size:.9rem;line-height:1.6}.auth-notice-premium{margin-top:18px;border:1px solid rgba(250,204,21,.18);border-radius:18px;background:#facc1514;color:#fde68a}@media(max-width:980px){.auth-hero-premium,.landing-stats,.mini-feature-grid,.preview-grid{grid-template-columns:1fr}.auth-copy-premium h1{font-size:clamp(2.4rem,12vw,4rem)}}@media(max-width:640px){.auth-shell{padding:18px}.landing-actions{flex-direction:column}.large-button{width:100%}.preview-card-premium{padding:18px;border-radius:26px}.stat-card,.mini-feature-card,.preview-block,.preview-panel,.preview-highlight{border-radius:20px}}.auth-hero-premium{gap:32px;align-items:start;padding-block:12px}.auth-copy-premium{padding-top:28px}.auth-copy-premium h1{max-width:700px;margin:0 0 16px;font-size:clamp(2.9rem,4.6vw,5.1rem);line-height:.94}.auth-subcopy{max-width:620px;font-size:1rem;line-height:1.72}.landing-pill-row{margin-bottom:16px}.landing-actions{margin-top:26px;gap:12px}.large-button{min-height:54px;padding:0 20px;border-radius:16px;font-size:.96rem}.hero-button{box-shadow:0 14px 34px #22d3ee2e}.hero-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 18px 40px #22d3ee38}.ghost-button-premium{box-shadow:inset 0 1px #ffffff0a}.ghost-button-premium:hover:not(:disabled){transform:translateY(-1px)}.landing-stats{margin-top:28px;gap:12px;max-width:640px}.stat-card{min-height:108px;padding:16px 15px;border-radius:22px}.stat-card strong{font-size:1.55rem}.stat-card span{font-size:.88rem;line-height:1.4}.auth-preview-column{gap:14px}.preview-card-premium{padding:20px;border-radius:28px}.preview-header{padding-bottom:16px;margin-bottom:16px}.preview-header h3{font-size:1.2rem}.preview-block,.preview-panel,.preview-highlight{border-radius:20px}.preview-block,.preview-panel{padding:14px}.preview-highlight{padding:16px}.preview-grid{gap:12px;margin-top:12px}.preview-list{gap:8px;margin-top:10px}.preview-list div{padding:10px 12px;border-radius:16px}.preview-list span{font-size:.86rem;line-height:1.4}.preview-list em{padding:5px 9px;font-size:.68rem}.chip-row span{padding:7px 11px;font-size:.78rem}.mini-feature-grid{gap:12px;align-items:stretch}.mini-feature-card{display:flex;flex-direction:column;justify-content:flex-start;min-height:210px;padding:16px;border-radius:22px}.mini-feature-top{margin-bottom:12px}.mini-feature-card h3{font-size:.98rem;margin-bottom:8px}.mini-feature-card p{font-size:.88rem;line-height:1.55}.auth-notice-premium{margin-top:16px;padding:14px 16px;border-radius:16px;background:linear-gradient(135deg,#facc1514,#fbbf240a);color:#f8e7a3;box-shadow:inset 0 1px #ffffff08}.auth-notice-premium code{color:#fde68a}.error-message{margin-top:14px;border-left:0;border-radius:14px;padding:12px 14px;background:#f43f5e1f;color:#fecdd3;font-weight:700}@media(min-width:1200px){.auth-hero-premium{min-height:calc(100vh - 80px)}}@media(max-width:980px){.auth-copy-premium{padding-top:8px}.auth-copy-premium h1{max-width:100%;font-size:clamp(2.5rem,10vw,4.2rem)}.auth-subcopy{max-width:100%}.preview-card-premium{order:-1}}@media(max-width:640px){.auth-hero-premium{gap:24px;padding-block:4px}.auth-copy-premium h1{font-size:clamp(2.25rem,12vw,3.35rem);line-height:.98}.auth-subcopy{font-size:.96rem;line-height:1.65}.landing-stats{grid-template-columns:1fr}.stat-card,.mini-feature-card{min-height:auto}}.app-shell{width:min(1440px,100%);margin:0 auto;padding:24px;color:#f8fafc}.app-shell,.home-page,.dashboard-page,.dashboard-empty{position:relative}.app-shell:before{content:"";position:fixed;inset:0;background:radial-gradient(circle at top left,rgba(124,58,237,.18),transparent 28%),radial-gradient(circle at top right,rgba(34,211,238,.14),transparent 24%),radial-gradient(circle at bottom left,rgba(99,102,241,.1),transparent 28%),linear-gradient(180deg,#081120,#0b1220);z-index:-2}.app-shell:after{content:"";position:fixed;inset:0;background:linear-gradient(to right,rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.025) 1px,transparent 1px);background-size:48px 48px;opacity:.14;z-index:-1;pointer-events:none}.topbar{align-items:center;gap:18px;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:18px;margin-bottom:8px}.topbar-brand{color:#f8fafc;font-size:1.08rem;font-weight:900}.topbar-status{color:#8aa0b8}.nav-tabs{border:1px solid rgba(255,255,255,.09);border-radius:18px;padding:5px;background:#ffffff0d;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.nav-tab{min-height:38px;border-radius:12px;padding:0 14px;color:#94a3b8;font-weight:800}.nav-tab:hover,.nav-tab.active{background:#ffffff1a;color:#f8fafc}.home-page,.dashboard-page,.dashboard-empty{padding-top:24px}.home-hero,.dashboard-layout,.workspace{gap:20px}.home-copy{padding:20px 0 8px}.home-copy h1,.dashboard-heading h1,.dashboard-empty h1,.hero-copy h1,h1{color:#f8fafc;letter-spacing:-.04em;line-height:.94}.home-copy p:not(.eyebrow),.dashboard-heading p:not(.eyebrow),.dashboard-empty p,.hero-copy p:last-child,.status-panel p,.feature-grid p,.saved-advice-panel p,.advice-body p,.form-actions p{color:#94a3b8}.eyebrow{color:#67e8f9;letter-spacing:.18em;font-size:.76rem;font-weight:800}.home-summary,.feature-grid article,.history-list,.saved-advice-panel,.status-panel,.profile-panel,.results-panel,.auth-card,.loading-panel,.advice-section{border:1px solid rgba(255,255,255,.08);border-radius:24px;background:#ffffff0f;box-shadow:0 24px 80px #02061761;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.home-summary{background:linear-gradient(135deg,#7c3aed1a,#22d3ee0d),#ffffff0f;padding:22px}.summary-number{color:#67e8f9}.summary-label{color:#f8fafc}.feature-grid article{padding:20px}.feature-grid span{color:#67e8f9}.feature-grid h3,.panel-heading h2,.advice-section h3,.advice-section h4,.history-item strong,.profile-chips span,.saved-advice-panel h2,.saved-advice-panel h3{color:#f8fafc}.feature-grid p,.history-item span,.history-item small,.profile-chips span,.notice,.status-label{color:#94a3b8}.dashboard-heading{margin-bottom:20px}.dashboard-layout{grid-template-columns:320px minmax(0,1fr)}.history-list{gap:10px;padding:12px;top:18px}.history-item{border-radius:18px;padding:14px;color:#e2e8f0}.history-item:hover,.history-item.active{border-color:#67e8f93d;background:#ffffff14}.saved-advice-panel,.profile-panel,.results-panel{padding:22px}.profile-panel,.results-panel{min-height:620px}.profile-panel{top:18px}.panel-heading{margin-bottom:18px}.field span{color:#dbe7f3;font-weight:700}input,textarea{border:1px solid rgba(255,255,255,.08);border-radius:16px;background:#0811208c;color:#f8fafc}input::placeholder,textarea::placeholder{color:#6f8398}input:focus,textarea:focus{border-color:#67e8f973;background:#081120b8;box-shadow:0 0 0 4px #22d3ee1f}.primary-button,.ghost-button,.google-button{min-height:46px;border-radius:16px;font-weight:800;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.primary-button{border:0;background:linear-gradient(135deg,#8b5cf6,#22d3ee);color:#081120;box-shadow:0 14px 34px #22d3ee2e}.primary-button:hover:not(:disabled){transform:translateY(-2px);background:linear-gradient(135deg,#9d72ff,#5ee7f7);box-shadow:0 18px 42px #22d3ee38}.ghost-button,.google-button{border:1px solid rgba(255,255,255,.1);background:#ffffff0f;color:#f8fafc}.ghost-button:hover:not(:disabled),.google-button:hover:not(:disabled){transform:translateY(-1px);border-color:#ffffff2e;background:#ffffff1a;box-shadow:none}.text-button{color:#67e8f9}.text-button:hover:not(:disabled){color:#a78bfa}.notice{border:1px solid rgba(250,204,21,.18);border-radius:18px;background:linear-gradient(135deg,#facc1514,#fbbf240a);color:#f8e7a3;padding:14px 16px}.notice code{color:#fde68a}.error-message{border-left:0;border-radius:16px;background:#f43f5e1f;color:#fecdd3}.profile-chips span{border:1px solid rgba(255,255,255,.08);background:#ffffff0d;color:#cbd5e1}.empty-state,.dashboard-empty{text-align:center}.empty-mark{border-radius:24px;background:#67e8f91f;color:#67e8f9}.advice-section{background:#0811205c}.advice-section h3{color:#67e8f9}.advice-body p{color:#d6e2ee}.bullet-line>span:first-child{background:linear-gradient(135deg,#8b5cf6,#22d3ee)}.hero,.home-hero{align-items:stretch}.home-summary,.status-panel{min-height:100%}.results-panel .empty-state,.saved-advice-panel .empty-state{min-height:420px}@media(max-width:1050px){.dashboard-layout,.workspace,.home-hero,.hero{grid-template-columns:1fr}.history-list,.profile-panel{position:static}}@media(max-width:680px){.app-shell{padding:18px}.home-copy h1,.dashboard-heading h1,.dashboard-empty h1,h1{font-size:clamp(2.2rem,10vw,3.3rem);line-height:.98}.feature-grid,.dashboard-layout,.workspace{gap:16px}.history-list,.saved-advice-panel,.profile-panel,.results-panel,.feature-grid article,.home-summary,.status-panel,.advice-section{border-radius:20px}}p,span,li,small,label{color:#dbe7f3}.text-muted,.status-label,.feature-grid p,.preview-mini-label,.form-actions p{color:#8ea4bb}h1,h2,h3,h4{color:#f8fafc}.preview-highlight p,.match-reason p,.advice-body p{color:#e6f0fa}.bullet-line strong{color:#f1f5f9}.field span{color:#cbd5e1}input,textarea{color:#f8fafc}input::placeholder,textarea::placeholder{color:#64748b}.results-panel p,.saved-advice-panel p,.preview-highlight p{color:#e2ecf7}.preview-mini-label{color:#7dd3fc}.results-panel h2,.results-panel h3{color:#f8fafc}.notice{color:#fde68a}button,.text-button{color:inherit}.bullet-label{color:#67e8f9;font-weight:700}
