#root{width:100%;min-height:100vh}.app-shell{box-sizing:border-box;color:#e2e8f0;background:radial-gradient(circle at 0 0,#3b82f61f,#0000 32%),radial-gradient(circle at 100% 100%,#6366f114,#0000 30%),#020617;width:100%;min-height:100vh;padding:24px}.app-frame{background:#0f172ae0;border:1px solid #94a3b82e;border-radius:24px;flex-direction:column;width:min(100%,1180px);min-height:calc(100vh - 48px);margin:0 auto;display:flex;overflow:hidden;box-shadow:0 20px 60px #00000059}.app-header{background:#0f172af5;border-bottom:1px solid #94a3b826;grid-template-columns:minmax(240px,1fr) auto minmax(240px,1fr);align-items:center;gap:24px;padding:20px 28px;display:grid}.brand-block h1{color:#f8fafc;letter-spacing:-.025em;margin:0;font-size:1.4rem;font-weight:700}.brand-block p{color:#94a3b8;margin:5px 0 0;font-size:.82rem;line-height:1.4}.top-nav{background:#1e293be6;border:1px solid #94a3b81a;border-radius:12px;gap:5px;padding:4px;display:flex}.nav-button{color:#94a3b8;background:0 0;border-radius:9px;justify-content:center;align-items:center;padding:9px 18px;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .12s,color .12s;display:inline-flex}.nav-button:hover{color:#f1f5f9;background:#334155a6}.nav-button.active{color:#f8fafc;background:#334155;box-shadow:0 1px 4px #00000040}.header-meta{justify-self:end;align-items:center;gap:10px;display:flex}.user-controls{align-items:center;gap:9px;display:flex}.status-pill,.user-pill{color:#cbd5e1;background:#1e293bbf;border:1px solid #94a3b829;border-radius:999px;align-items:center;min-height:34px;padding:0 12px;font-size:.78rem;font-weight:600;display:inline-flex}.status-ok{color:#86efac;background:#22c55e14;border-color:#22c55e42}.status-bad{color:#fca5a5;background:#ef444414;border-color:#ef444442}.primary-button,.secondary-button{cursor:pointer;border-radius:10px;min-height:38px;padding:0 15px;font-family:inherit;font-size:.86rem;font-weight:650;transition:transform .1s,opacity .1s,background .1s}.primary-button{color:#fff;background:#2563eb;border:1px solid #3b82f6}.primary-button:hover:not(:disabled){background:#3b82f6}.secondary-button{color:#e2e8f0;background:#1e293bd9;border:1px solid #94a3b838}.secondary-button:hover:not(:disabled){background:#334155}.primary-button:active:not(:disabled),.secondary-button:active:not(:disabled){transform:translateY(1px)}.primary-button:disabled,.secondary-button:disabled{cursor:not-allowed;opacity:.48}.global-error-banner,.error-banner{color:#fecaca;background:#7f1d1d38;border:1px solid #ef44443d;border-radius:10px;padding:11px 14px;font-size:.86rem}.global-error-banner{margin:16px 28px 0}.ask-view{flex-direction:column;flex:1;min-height:0;display:flex}.chat-body{flex:1;min-height:0;padding:28px;overflow-y:auto}.auth-notice{color:#bfdbfe;background:#1e40af1a;border:1px solid #3b82f638;border-radius:11px;margin-bottom:18px;padding:12px 15px;font-size:.87rem}.error-banner{margin-bottom:18px}.messages{flex-direction:column;gap:18px;display:flex}.message-row{width:100%;display:flex}.message-row-user{justify-content:flex-end}.message-row-assistant{justify-content:flex-start}.message-bubble{border-radius:16px;max-width:min(75%,760px);padding:14px 16px;line-height:1.55}.message-bubble-user{color:#eff6ff;background:#2563eb4d;border:1px solid #3b82f64d;border-bottom-right-radius:5px}.message-bubble-assistant{color:#e2e8f0;background:#1e293bcc;border:1px solid #94a3b826;border-bottom-left-radius:5px}.message-role{color:#94a3b8;letter-spacing:.045em;text-transform:uppercase;margin-bottom:5px;font-size:.72rem;font-weight:700}.message-content{white-space:pre-wrap;font-size:.94rem}.message-thinking{color:#94a3b8;font-style:italic}.chat-composer{background:#0f172af7;border-top:1px solid #94a3b81f;align-items:flex-end;gap:12px;padding:20px 28px 24px;display:flex}.chat-input{box-sizing:border-box;resize:vertical;color:#f8fafc;background:#1e293bc7;border:1px solid #94a3b838;border-radius:13px;outline:none;flex:1;min-height:74px;max-height:180px;padding:13px 15px;font-family:inherit;font-size:.94rem;line-height:1.5}.chat-input::placeholder{color:#64748b}.chat-input:focus{border-color:#3b82f6b8;box-shadow:0 0 0 3px #3b82f61a}.chat-input:disabled{cursor:not-allowed;opacity:.55}.send-button{min-width:88px;height:42px}.dashboard-view,.admin-view{flex:1;padding:32px;overflow-y:auto}.page-heading{justify-content:space-between;align-items:flex-start;gap:30px;margin-bottom:26px;display:flex}.page-eyebrow{color:#60a5fa;letter-spacing:.08em;text-transform:uppercase;margin:0 0 6px;font-size:.76rem;font-weight:700}.page-heading h2{color:#f8fafc;letter-spacing:-.025em;margin:0;font-size:1.65rem}.page-description{color:#94a3b8;max-width:620px;margin:7px 0 0;line-height:1.55}.page-placeholder-badge{color:#fcd34d;text-transform:uppercase;letter-spacing:.04em;background:#f59e0b14;border:1px solid #f59e0b38;border-radius:999px;padding:6px 10px;font-size:.72rem;font-weight:700}.dashboard-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:22px;display:grid}.metric-card,.dashboard-panel{background:#1e293bb3;border:1px solid #94a3b824;border-radius:18px}.metric-card{flex-direction:column;padding:20px;display:flex}.metric-label{color:#94a3b8;font-size:.84rem;font-weight:600}.metric-value{color:#f8fafc;margin-top:7px;font-size:2.05rem;font-weight:700}.metric-caption{color:#64748b;margin-top:6px;font-size:.78rem}.dashboard-content-grid{grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:18px;display:grid}.dashboard-panel{margin-bottom:18px;padding:21px}.panel-heading{margin-bottom:16px}.panel-heading h3{color:#f1f5f9;margin:0;font-size:1rem}.panel-heading p{color:#64748b;margin:5px 0 0;font-size:.82rem}.placeholder-chart{text-align:center;background:#0f172a4d;border:1px dashed #94a3b840;border-radius:14px;place-items:center;min-height:260px;padding:24px;display:grid}.placeholder-chart-small{min-height:260px}.placeholder-chart div{flex-direction:column;gap:7px;display:flex}.placeholder-chart strong{color:#94a3b8;font-size:.88rem}.placeholder-chart span{color:#64748b;max-width:320px;font-size:.78rem;line-height:1.5}.placeholder-table{border:1px solid #94a3b824;border-radius:13px;overflow-x:auto}.placeholder-table table{border-collapse:collapse;width:100%}.placeholder-table th,.placeholder-table td{text-align:left;border-bottom:1px solid #94a3b81a;padding:12px 14px}.placeholder-table th{color:#94a3b8;text-transform:uppercase;letter-spacing:.04em;background:#0f172a73;font-size:.76rem;font-weight:700}.placeholder-table td{color:#64748b;font-size:.86rem}.placeholder-table tr:last-child td{border-bottom:none}.admin-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.admin-card{background:#1e293bb3;border:1px solid #94a3b824;border-radius:18px;padding:22px}.admin-card-heading{align-items:center;gap:10px;margin-bottom:12px;display:flex}.admin-card-number{color:#93c5fd;background:#3b82f614;border:1px solid #3b82f63d;border-radius:8px;place-items:center;width:28px;height:28px;font-size:.7rem;font-weight:700;display:grid}.admin-card h3{color:#f1f5f9;margin:0;font-size:1rem}.admin-card p{color:#94a3b8;min-height:68px;margin:0 0 19px;font-size:.84rem;line-height:1.55}.admin-placeholder{color:#64748b;text-align:center;background:#0f172a47;border:1px dashed #94a3b83d;border-radius:13px;place-items:center;min-height:135px;padding:20px;font-size:.8rem;display:grid}.admin-note{background:#1e293b8c;border:1px solid #94a3b824;border-radius:14px;margin-top:20px;padding:17px 19px}.admin-note strong{color:#cbd5e1;font-size:.86rem}.admin-note p{color:#64748b;margin:5px 0 0;font-size:.8rem;line-height:1.5}@media (width<=1000px){.app-header{grid-template-columns:1fr}.top-nav,.header-meta{justify-self:start}.dashboard-content-grid{grid-template-columns:1fr}}@media (width<=800px){.app-shell{padding:0}.app-frame{border:none;border-radius:0;min-height:100vh}.app-header{padding:18px}.top-nav{box-sizing:border-box;width:100%}.nav-button{flex:1}.header-meta{flex-wrap:wrap;width:100%}.dashboard-grid,.admin-grid{grid-template-columns:1fr}.chat-body,.dashboard-view,.admin-view{padding:20px}.chat-composer{padding:16px 20px 20px}.message-bubble{max-width:90%}.page-heading{flex-direction:column;gap:12px}}@media (width<=520px){.user-controls{flex-direction:column;align-items:stretch;width:100%}.chat-composer{flex-direction:column;align-items:stretch}.send-button{width:100%}}.auth-view{justify-content:center;padding:2rem;display:flex}.auth-card{background:#ffffff0a;border-radius:12px;flex-direction:column;gap:1rem;width:min(420px,100%);padding:1.5rem;display:flex}.auth-card label{flex-direction:column;gap:.35rem;display:flex}.auth-card input{color:inherit;background:#0003;border:1px solid #ffffff26;border-radius:8px;padding:.65rem .75rem}.placeholder-view,.auth-footer{padding:1.5rem}.recovery-code-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;font-family:monospace;display:grid}.totp-qr{background:#fff;border-radius:8px;align-self:center;padding:.5rem}:root{color:#e2e8f0;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#020617;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{width:100%;min-width:320px;min-height:100%;margin:0}body{min-height:100vh}button,textarea,input,select{font:inherit}
