:root{color:#18212f;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#e8edf3;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.6}.app-shell{background:linear-gradient(135deg,#0a567c1f,#0000 38%),linear-gradient(315deg,#a044321f,#0000 42%),#e8edf3;place-items:center;min-height:100vh;padding:24px;display:grid}.chat-panel{background:#f8fafc;border:1px solid #ccd5df;border-radius:8px;grid-template-rows:auto auto auto 1fr auto auto;width:min(1040px,100%);height:min(860px,100vh - 48px);min-height:620px;display:grid;overflow:hidden;box-shadow:0 20px 60px #18212f2e}.chat-header{background:#fff;border-bottom:1px solid #dce3ea;justify-content:space-between;align-items:center;gap:16px;padding:22px 24px;display:flex}.header-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.eyebrow{color:#4e6377;text-transform:uppercase;margin:0 0 4px;font-size:.78rem;font-weight:700}h1,h2,p{margin-top:0}h1{margin-bottom:0;font-size:clamp(1.45rem,2vw,2rem);line-height:1.1}.group-summary{color:#4e6377;margin:8px 0 0;font-size:.88rem;font-weight:700}.system-summary{color:#344960;background:#edf4f8;border-bottom:1px solid #dce3ea;padding:14px 24px;font-size:.94rem}.error-banner{color:#7a2218;background:#fff0ee;border:1px solid #f0b4aa;border-radius:8px;margin:16px 24px 0;padding:12px 14px}.login-panel{grid-template-rows:auto auto 1fr auto;max-width:620px}.login-form{align-self:center;gap:10px;width:min(420px,100% - 48px);margin:0 auto;display:grid}.login-form label{color:#344960;font-size:.86rem;font-weight:800}.login-form input{color:#18212f;background:#fff;border:1px solid #bdc9d5;border-radius:8px;width:100%;min-height:44px;padding:10px 12px}.login-form input:focus{border-color:#195a72;outline:3px solid #195a722e}.login-form .primary-button{height:46px;margin-top:8px}.message-list{min-height:0;padding:24px;overflow-y:auto}.empty-state{text-align:center;color:#4e6377;width:min(560px,100%);margin:52px auto}.empty-state h2{color:#18212f;margin-bottom:8px;font-size:1.45rem}.message-row{margin-bottom:16px;display:flex}.message-row.user{justify-content:flex-end}.message-row.assistant{justify-content:flex-start}.message-bubble{overflow-wrap:anywhere;background:#fff;border:1px solid #d4dde7;border-radius:8px;width:fit-content;max-width:min(720px,84%);padding:13px 15px;box-shadow:0 8px 22px #18212f0f}.message-row.user .message-bubble{color:#fff;background:#195a72;border-color:#195a72}.message-text{line-height:1.55}.message-text>:first-child{margin-top:0}.message-text>:last-child{margin-bottom:0}.message-text p{margin:0 0 10px}.message-text ul,.message-text ol{margin:0 0 10px;padding-left:22px}.message-text li{margin-bottom:4px}.message-text pre{background:#18212f0f;border-radius:6px;margin:0 0 10px;padding:10px 12px;font-size:.85rem;overflow-x:auto}.message-row.user .message-text pre{background:#ffffff26}.message-text code{background:#18212f14;border-radius:4px;padding:1px 5px;font-size:.88em}.message-row.user .message-text code{background:#ffffff2e}.message-text pre code{background:0 0;padding:0}.message-text blockquote{color:#4e6377;border-left:3px solid #bdc9d5;margin:0 0 10px;padding-left:12px}.message-row.user .message-text blockquote{color:#ffffffd9;border-left-color:#ffffff80}.message-text table{border-collapse:collapse;margin:0 0 10px}.message-text th,.message-text td{border:1px solid #d4dde7;padding:4px 8px}.message-text a{color:inherit}.message-meta{color:#5d7184;justify-content:space-between;align-items:center;gap:18px;margin-bottom:8px;font-size:.78rem;font-weight:700;display:flex}.message-row.user .message-meta{color:#ffffffc7}.token-chip{color:#4e6377;margin-top:10px;font-size:.78rem;font-weight:700;display:inline-block}.loading-bubble{color:#4e6377}.composer{background:#fff;border-top:1px solid #dce3ea;grid-template-columns:1fr auto;gap:12px;padding:18px 24px;display:grid}textarea{resize:vertical;color:#18212f;background:#fff;border:1px solid #bdc9d5;border-radius:8px;width:100%;min-height:52px;max-height:160px;padding:12px 13px}textarea:focus{border-color:#195a72;outline:3px solid #195a722e}.primary-button,.secondary-button{border:0;border-radius:8px;min-height:44px;font-weight:800}.primary-button{color:#fff;background:#b34b3b;align-self:stretch;min-width:96px;padding:0 20px}.secondary-button{color:#195a72;background:#e6f0f4;padding:0 16px}.stats-bar{color:#4e6377;background:#f2f5f8;border-top:1px solid #dce3ea;flex-wrap:wrap;gap:12px 20px;padding:13px 24px;font-size:.88rem;font-weight:700;display:flex}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=720px){.app-shell{padding:0}.chat-panel{border:0;border-radius:0;height:100vh;min-height:100vh}.chat-header{flex-direction:column;align-items:flex-start;padding:18px}.header-actions{justify-content:stretch;width:100%}.header-actions .secondary-button{flex:140px}.system-summary,.message-list,.composer,.stats-bar{padding-left:18px;padding-right:18px}.message-bubble{max-width:92%}.composer{grid-template-columns:1fr}.primary-button{align-self:start;width:100%;height:46px;min-height:46px}}
