:root{--bg: #0f1217;--panel: #171c24;--text: #edf2fb;--accent: #3b82f6;--accent-2: #f59e0b;--border: #2a3240}*{box-sizing:border-box}html,body{width:100%;overflow-x:hidden}body{margin:0;font-family:Segoe UI,Tahoma,sans-serif;color:var(--text);background:radial-gradient(circle at 15% 10%,#1c2433 0,transparent 30%),radial-gradient(circle at 80% 20%,#1b2738 0,transparent 38%),var(--bg)}body.theme-light{background:radial-gradient(circle at 15% 10%,#efe4d2 0,transparent 30%),radial-gradient(circle at 80% 20%,#e8dbc8 0,transparent 38%),#f4efe6}body.theme-high-contrast{background:#fff}.page{width:min(1200px,100%);margin:0 auto;padding:16px;overflow-x:hidden}.page.darkTheme{--bg: #0f1217;--panel: #171c24;--text: #edf2fb;--accent: #3b82f6;--accent-2: #f59e0b;--border: #2a3240}.page.lightTheme{--bg: #f4efe6;--panel: #fffaf2;--text: #1f1b16;--accent: #0a6e4f;--accent-2: #f27f0c;--border: #d9c9ae}.page.highContrast{--bg: #ffffff;--panel: #ffffff;--text: #000000;--accent: #0b4ea2;--accent-2: #000000;--border: #000000}.hero{position:relative;background:linear-gradient(120deg,#173f35,#235445);color:#fff;border-radius:24px;padding:28px;display:grid;grid-template-columns:1fr auto;gap:12px 18px;align-items:start}.assistantHero{margin-top:14px}.badge{margin:0;display:inline-block;justify-self:start;background:var(--accent-2);padding:8px 14px;border-radius:999px;font-size:18px;font-weight:700}.menuBtn{position:fixed!important;top:12px;right:12px;z-index:2000;min-height:40px;min-width:96px;padding:0 10px;border-radius:10px;background:#f7edd8;color:#1e1a15;font-size:18px;font-weight:400;line-height:1;box-shadow:0 6px 18px #0003}.menuPanel{position:fixed!important;top:58px;right:12px;z-index:1990;display:grid;gap:8px;width:min(260px,calc(100vw - 24px));background:#fffaf2;border:2px solid var(--border);border-radius:14px;padding:10px}.menuItem{background:#eadfc8;color:#1e1a15}h1{font-size:clamp(32px,5vw,52px);margin:16px 0 12px;grid-column:1 / -1}.heroText{font-size:clamp(20px,3vw,26px);margin:0;grid-column:1 / -1}.trialBanner{margin:0;grid-column:1 / -1;justify-self:stretch;background:#ffffff24;border:1px solid rgba(255,255,255,.34);border-radius:12px;padding:8px 10px;font-size:16px;line-height:1.35}.contrastBtn{min-height:40px;font-size:16px;padding:8px 10px}.themeControls{grid-column:2;justify-self:end;display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.page.darkTheme .hero{background:linear-gradient(120deg,#111827,#1f2937)}.page.darkTheme .menuBtn{background:#1f2937;color:#e5e7eb}.page.darkTheme .menuPanel{background:#111827}.page.darkTheme .menuItem,.page.darkTheme .secondary{background:#243041;color:#e5e7eb}.page.lightTheme,.page.highContrast,.page.lightTheme label,.page.lightTheme .meta,.page.lightTheme .status,.page.lightTheme .placeholder,.page.lightTheme p,.page.lightTheme li,.page.lightTheme h1,.page.lightTheme h2,.page.lightTheme h3,.page.highContrast label,.page.highContrast .meta,.page.highContrast .status,.page.highContrast .placeholder,.page.highContrast p,.page.highContrast li,.page.highContrast h1,.page.highContrast h2,.page.highContrast h3{color:var(--text)}.page.lightTheme .hero,.page.highContrast .hero,.page.lightTheme .hero h1,.page.lightTheme .hero .heroText,.page.highContrast .hero h1,.page.highContrast .hero .heroText{color:#fff}.page.lightTheme input,.page.lightTheme textarea,.page.lightTheme pre,.page.lightTheme .historyItem,.page.lightTheme .contractText,.page.highContrast input,.page.highContrast textarea,.page.highContrast pre,.page.highContrast .historyItem,.page.highContrast .contractText{color:var(--text);background:#fff}.authShell{min-height:auto;display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:start;margin-top:16px;margin-bottom:20px}.authBrand{border:2px solid var(--border);border-radius:20px;padding:28px;background:radial-gradient(circle at 18% 12%,rgba(59,130,246,.2),transparent 36%),radial-gradient(circle at 80% 20%,rgba(37,99,235,.16),transparent 40%),linear-gradient(130deg,#121a26,#1a2638)}.authCard{align-self:start}.card.authCard{margin-top:0}.authCard label{display:block;margin-top:10px}.authCard input{margin-top:6px}.authCard .row{margin-top:16px}.authShell>*{min-height:100%}.authBrand h1{margin-top:20px}.page.lightTheme .authBrand{background:radial-gradient(circle at 18% 12%,rgba(10,110,79,.16),transparent 36%),radial-gradient(circle at 80% 20%,rgba(4,82,120,.12),transparent 40%),linear-gradient(130deg,#fff7ea,#f6ead8)}.grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:18px}.card{background:var(--panel);border:2px solid var(--border);border-radius:20px;padding:20px;margin-top:18px}h2{font-size:36px;margin:0 0 14px}h3{font-size:24px;margin:18px 0 8px}label,.meta,.status,.placeholder,.footer,li,pre,p,input{font-size:22px;line-height:1.5}input{width:100%;padding:10px 12px;border-radius:12px;border:2px solid var(--border);background:#fff}.requiredMark{color:#ff7a7a;font-weight:700}.invalidField{border-color:#ff6b6b!important;box-shadow:0 0 0 2px #ff6b6b33}.authInlineError{margin:8px 0 0;color:#ff9b9b;font-weight:600}.policyWarn{margin:8px 0 0;color:#ffd166;font-weight:600}.warnButton{background:#c2410c!important}.testModeBanner{margin-top:8px;margin-bottom:14px;border:2px solid #8b5cf6;background:#8b5cf62e;border-radius:14px;padding:10px 12px}.testModeBanner p{margin:0;font-size:16px}.checkboxLabel{display:flex;gap:10px;align-items:flex-start}.checkboxLabel input[type=checkbox]{width:18px;height:18px;margin-top:6px;flex:0 0 auto}.checkboxLabel a{color:var(--accent)}textarea{width:100%;min-height:240px;font-size:24px;padding:14px;border-radius:16px;border:2px solid var(--border);resize:vertical}.row{display:flex;flex-wrap:wrap;gap:12px;margin-top:14px}button{border:none;border-radius:14px;padding:14px 20px;min-height:56px;font-size:22px;font-weight:700;cursor:pointer}.primary{background:var(--accent);color:#fff}.secondary{background:#eadfc8;color:#1e1a15}.danger{background:#8f1d1d;color:#fff}button:focus,textarea:focus,input:focus{outline:4px solid #0f66f8;outline-offset:2px}.voiceWrap{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.voiceWrap .status,.holdToTalk{width:100%}.holdToTalk.isListening{background:#c84d2f;color:#fff}.sttRow{align-items:center}.sttCta{width:100%}.mobileAudioActions{width:100%;display:grid;gap:10px}.mobileOr{margin:0;text-align:center}.sttHoldBtn{width:100%}.sttHoldBtn.isRecording{background:#c84d2f;color:#fff}.audioInputHidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;padding:0;margin:-1px}pre{white-space:pre-wrap;background:#fff;border:2px solid var(--border);border-radius:14px;padding:12px}.page.darkTheme textarea,.page.darkTheme input,.page.darkTheme pre,.page.darkTheme .contractText,.page.darkTheme .historyItem{background:#0f1621;color:#e5e7eb}.contractText{margin-top:12px;max-height:360px;overflow:auto;background:#fff;border:2px solid var(--border);border-radius:14px;padding:12px}.riskMark{background:#ffcece;padding:0 2px;border-radius:4px}.historyList{margin-top:14px;display:grid;gap:10px}.historyItem{background:#fff;border:2px solid var(--border);border-radius:12px;padding:10px 12px}.footer{margin-top:18px;background:#fff2d8;border:2px solid #f2d39b;border-radius:14px;padding:12px}.legalFooter p{margin:8px 0}.legalFooter a{color:var(--accent)}.adminMenuRow{margin-top:8px}.topNavRow{margin-top:0}.cookieBanner{position:fixed;left:12px;right:12px;bottom:12px;z-index:2500;background:var(--panel);border:2px solid var(--border);border-radius:14px;padding:12px;display:flex;gap:12px;align-items:center;justify-content:space-between}.cookieBanner p{margin:0;font-size:16px}.cookieBanner a{color:var(--accent)}.cookieBanner .primary{min-height:40px;font-size:16px;white-space:nowrap}.page.darkTheme .footer{background:#1a2230;border-color:#314158}.page.highContrast .footer{background:#111;border-color:#444;color:#f5f5f5}.page.highContrast .footer p,.page.highContrast .footer span{color:#f5f5f5!important}.page.highContrast .legalFooter a{color:#9ed0ff}@media (max-width: 920px){.authShell{grid-template-columns:1fr;min-height:auto}.authBrand{padding:20px}.hero{grid-template-columns:1fr}.themeControls{grid-column:1;justify-self:stretch;justify-content:flex-end}.grid{grid-template-columns:1fr}h2{font-size:30px}label,.meta,.status,.placeholder,.footer,li,pre,p,input{font-size:18px}textarea{min-height:180px;font-size:18px}button{font-size:18px;min-height:50px}.card{padding:16px;border-radius:16px}.hero{padding:20px;border-radius:18px}.trialBanner{max-width:none;font-size:14px}.menuBtn{top:10px;right:10px;min-height:36px;min-width:36px}.row>*{width:100%}.themeControls .contrastBtn{width:auto}.voiceWrap .secondary{width:calc(50% - 6px)}}@media (max-width: 560px){.page{padding:10px}.badge{font-size:14px;padding:6px 10px}h1{margin:10px 0 8px}h2{font-size:24px}h3{font-size:20px}label,.meta,.status,.placeholder,.footer,li,pre,p,input{font-size:16px}textarea{min-height:150px;font-size:16px;padding:12px}button{font-size:16px;min-height:46px;padding:10px 12px}.card{margin-top:12px;padding:12px;border-radius:14px}.grid{gap:12px;margin-top:12px}.row{gap:8px;margin-top:10px}.voiceWrap .secondary{width:100%}.menuBtn{font-size:20px}.menuPanel{top:54px;right:10px;left:auto;width:calc(100vw - 20px)}.cookieBanner{flex-direction:column;align-items:stretch}}
