:root{color-scheme:light;--bg:#f6f7f8;--surface:#ffffff;--surface-soft:#f1f3f5;--surface-muted:#e7eaee;--border:#dde2e8;--border-strong:#c9d0d9;--text:#131722;--text-soft:#5f6674;--text-faint:#8891a0;--accent:#151b26;--accent-contrast:#ffffff;--bubble-user:#e9edf3;--bubble-user-border:#d8dde6;--danger:#b53a3a;--danger-bg:#fff2f2;--danger-border:#f0c7c7;--alert-bg:#f6f8fa;--alert-border:#dde2e8;--alert-text:#516072;--shadow:0 8px 28px rgba(12,16,25,0.08)}html[data-theme=dark]{color-scheme:dark;--bg:#1a1b1d;--surface:#202226;--surface-soft:#2a2d31;--surface-muted:#343940;--border:#343a43;--border-strong:#444d59;--text:#ecedf0;--text-soft:#b8bec8;--text-faint:#8e97a4;--accent:#edf0f5;--accent-contrast:#14171c;--bubble-user:#303640;--bubble-user-border:#404854;--danger:#ffb7b7;--danger-bg:#3b2021;--danger-border:#6a3e40;--alert-bg:#282d34;--alert-border:#3a414c;--alert-text:#c7d0de;--shadow:0 10px 34px rgba(0,0,0,0.34)}*,:after,:before{box-sizing:border-box}body,html{margin:0;min-height:100%;background:var(--bg);color:var(--text);transition:background-color .2s ease,color .2s ease}body{font-family:Inter,Helvetica Neue,Arial Nova,Segoe UI,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;transition:background-color .2s ease,color .2s ease,border-color .2s ease}button{cursor:pointer}.page-shell{min-height:100vh;display:flex;flex-direction:column}.shell{padding:0 20px}.shell,.site-header{width:min(100%,1080px);margin:0 auto}.site-header{padding:14px 20px;display:flex;align-items:center;justify-content:space-between;gap:12px}.brand{font-size:.94rem;font-weight:600;letter-spacing:-.015em;color:var(--text)}.site-header-actions{display:inline-flex;align-items:center;gap:8px}.icon-button,.icon-link,.theme-toggle{width:34px;height:34px;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--text-soft);display:inline-flex;align-items:center;justify-content:center}.icon-button:hover,.icon-link:hover,.theme-toggle:hover{border-color:var(--border-strong);color:var(--text)}.theme-toggle-mark{width:16px;height:16px}.theme-toggle-mark svg{width:100%;height:100%;display:block}.site-footer{width:min(100%,1080px);margin:auto auto 0;padding:10px 20px 22px;color:var(--text-faint);font-size:.8rem;display:flex;align-items:center;justify-content:space-between;gap:12px}.site-footer-links{display:inline-flex;gap:12px}.site-footer-links a:hover{color:var(--text-soft)}.home-page{flex:1 1;display:grid;place-items:center;padding-bottom:72px}.home-stage{max-width:680px;display:grid;grid-gap:20px;gap:20px;justify-items:center;text-align:center}.home-stage h1,.legal-hero h1{margin:0;font-size:clamp(2rem,4.4vw,3.45rem);font-weight:550;letter-spacing:-.04em;line-height:1.03}.history-card p,.history-sidebar p,.home-stage p,.legal-card p,.legal-hero p,.loading-panel p,.waiting-room h2+p{margin:0;color:var(--text-soft)}.hero-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border-radius:999px;border:1px solid transparent;padding:0 16px;font-size:.9rem;font-weight:500}.hero-button-primary{background:var(--accent);color:var(--accent-contrast)}.hero-button-secondary{background:var(--surface);border-color:var(--border);color:var(--text)}.hero-button-danger{background:var(--danger-bg);border-color:var(--danger-border);color:var(--danger)}.hero-button:hover:not(:disabled){transform:translateY(-1px)}.hero-button:disabled{opacity:.6;cursor:default;transform:none}.chat-page{flex:1 1;display:flex}.chat-container{width:min(100%,860px);margin:8px auto 24px;height:calc(100vh - 82px);min-height:560px;border:1px solid var(--border);border-radius:20px;background:var(--surface);box-shadow:var(--shadow);display:flex;flex-direction:column;position:relative;overflow:hidden}.chat-topbar{padding:12px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid var(--border)}.chat-topbar-controls{display:inline-flex;align-items:center;gap:8px;min-width:0}.model-menu-wrap{position:relative}.model-trigger{min-width:140px;max-width:240px;border:1px solid var(--border);border-radius:999px;background:var(--surface-soft);color:var(--text);font-size:.85rem;min-height:34px;padding:0 11px 0 12px;display:inline-flex;align-items:center;justify-content:space-between;gap:8px}.model-trigger:hover{border-color:var(--border-strong)}.model-trigger-chevron{color:var(--text-faint);transition:transform .16s ease}.model-trigger-chevron.open{transform:rotate(180deg)}.model-menu{position:absolute;left:0;top:calc(100% + 8px);width:min(280px,80vw);border:1px solid var(--border);border-radius:14px;background:var(--surface);box-shadow:var(--shadow);padding:6px;z-index:14;display:grid;grid-gap:2px;gap:2px}.model-option{width:100%;min-height:37px;border:0;border-radius:10px;background:transparent;color:var(--text);font-size:.82rem;padding:0 10px;text-align:left;display:inline-flex;align-items:center;justify-content:space-between;gap:8px}.model-option.active,.model-option:hover{background:var(--surface-soft)}.model-option.active{font-weight:500}.model-option-mark{color:var(--text-soft)}.chat-status{color:var(--text-faint);font-size:.78rem;white-space:nowrap}.menu-wrap{position:relative}.overflow-menu{position:absolute;right:0;top:calc(100% + 8px);width:min(320px,86vw);border:1px solid var(--border);border-radius:14px;background:var(--surface);box-shadow:var(--shadow);padding:12px;z-index:12;display:grid;grid-gap:12px;gap:12px}.overflow-menu h3{margin:0;font-size:.86rem;font-weight:600}.menu-actions{display:flex;gap:8px;flex-wrap:wrap}.report-form{display:grid;grid-gap:8px;gap:8px}.report-form label{display:grid;grid-gap:6px;gap:6px;font-size:.78rem;color:var(--text-soft)}.composer textarea,.report-form select,.report-form textarea{width:100%;border:1px solid var(--border);background:var(--surface-soft);color:var(--text);border-radius:12px;padding:10px 12px}.report-form textarea{min-height:78px;resize:vertical}.inline-alert{margin:0 12px;padding:10px 12px;border:1px solid var(--alert-border);border-radius:10px;background:var(--alert-bg);color:var(--alert-text);font-size:.83rem}.chat-scroll,.message-list{flex:1 1;min-height:0;overflow-y:auto;padding:18px 18px 8px;display:grid;align-content:start;grid-gap:14px;gap:14px}.waiting-room{margin:auto;text-align:center;max-width:420px;display:grid;grid-gap:10px;gap:10px;justify-items:center}.history-empty h2,.loading-panel h1,.waiting-room h2{margin:0;font-size:1.15rem;font-weight:550;letter-spacing:-.02em}.history-empty,.loading-panel{display:grid;grid-gap:8px;gap:8px;align-content:center;justify-items:center;text-align:center;min-height:220px}.message-row{display:grid;grid-gap:4px;gap:4px;max-width:84%;animation:fade-in .18s ease}.message-row-user{margin-left:auto;justify-items:end}.message-meta{display:inline-flex;gap:8px;color:var(--text-faint);font-size:.72rem}.message-bubble{padding:10px 13px;border-radius:16px;background:var(--surface-soft)}.message-row-user .message-bubble{background:var(--bubble-user);border:1px solid var(--bubble-user-border)}.message-bubble p{margin:0;white-space:pre-wrap;line-height:1.5}.thinking-bubble{display:inline-flex;align-items:center;gap:6px}.thinking-bubble span{width:6px;height:6px;border-radius:999px;background:var(--text-faint);animation:pulse 1.2s ease-in-out infinite}.thinking-bubble span:nth-child(2){animation-delay:.14s}.thinking-bubble span:nth-child(3){animation-delay:.28s}.composer{border-top:1px solid var(--border);padding:10px 12px 12px;display:grid;grid-gap:8px;gap:8px}.composer-field{display:flex;align-items:flex-end;gap:10px;border-radius:22px;border:1px solid var(--border);background:var(--surface-soft);padding:8px 8px 8px 12px}.composer textarea{border:0;border-radius:0;background:transparent;padding:4px 0;resize:none;min-height:24px;max-height:160px}.composer textarea:focus,.model-trigger:focus,.report-form select:focus,.report-form textarea:focus{outline:none}.model-trigger:focus-visible{box-shadow:0 0 0 2px var(--border-strong)}.send-button{width:34px;height:34px;border-radius:999px;border:0;background:var(--accent);color:var(--accent-contrast);flex-shrink:0}.send-button:disabled{opacity:.45}.composer-note{margin:0;color:var(--text-faint);font-size:.74rem}.composer>p{margin:0}.history-page,.legal-page{flex:1 1;display:grid;grid-gap:18px;gap:18px;padding:14px 0 32px}.history-content{display:grid;grid-gap:10px;gap:10px}.history-card,.history-detail,.history-sidebar,.legal-card{background:var(--surface);border:1px solid var(--border);border-radius:14px}.history-sidebar{display:grid;grid-gap:10px;gap:10px;padding:18px}.history-sidebar h1{margin:0;font-size:1.35rem;font-weight:560;letter-spacing:-.03em}.history-grid{display:grid;grid-template-columns:minmax(220px,300px) minmax(0,1fr);grid-gap:12px;gap:12px}.history-list{display:grid;grid-gap:8px;gap:8px;align-content:start}.history-card{padding:12px;display:grid;grid-gap:4px;gap:4px}.history-card.active,.history-card:hover{border-color:var(--border-strong)}.history-card strong,.history-detail h2{margin:0;font-weight:550}.history-card span,.history-detail-header p,.site-footer p{color:var(--text-faint);margin:0}.history-detail{padding:14px;min-height:420px;display:grid;grid-template-rows:auto minmax(0,1fr)}.history-detail-header{display:grid;grid-gap:2px;gap:2px;margin-bottom:10px}.transcript-list{max-height:560px}.legal-hero{max-width:760px;display:grid;grid-gap:10px;gap:10px}.eyebrow{margin:0;color:var(--text-faint);text-transform:uppercase;letter-spacing:.09em;font-size:.72rem}.legal-sections{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr))}.legal-card{padding:16px;display:grid;grid-gap:8px;gap:8px}.legal-card h2{margin:0;font-size:1rem;font-weight:560}.sr-only{width:1px;height:1px;margin:-1px;padding:0;border:0;overflow:hidden;position:absolute;clip:rect(0 0 0 0)}@keyframes pulse{0%,80%,to{opacity:.3;transform:translateY(0)}40%{opacity:1;transform:translateY(-2px)}}@keyframes fade-in{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}@media (max-width:920px){.chat-container{height:calc(100vh - 78px)}.legal-sections{grid-template-columns:1fr 1fr}}@media (max-width:760px){.shell,.site-footer,.site-header{padding-left:14px;padding-right:14px}.chat-container{width:100%;border-radius:14px;margin-bottom:16px}.history-grid,.legal-sections{grid-template-columns:1fr}.site-footer{flex-direction:column;align-items:flex-start}.message-row{max-width:94%}}