:root{color:#e8edf2;font-synthesis:none;background:#0e141a;font-family:Inter,ui-sans-serif,system-ui,sans-serif}*{box-sizing:border-box}body{min-width:320px;margin:0}button,input,textarea{font:inherit}button{cursor:pointer}.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}.centered-page{place-items:center;min-height:100vh;padding:24px;display:grid}.auth-card{background:#151e26;border:1px solid #293640;border-radius:20px;width:min(100%,420px);padding:32px;box-shadow:0 24px 70px #00000040}.eyebrow{color:#78d6a5;letter-spacing:.1em;text-transform:uppercase;margin:0 0 12px;font-size:.75rem;font-weight:800}h1,h2,p{margin-top:0}h1{margin-bottom:12px;font-size:clamp(2rem,5vw,3.5rem);line-height:1.05}h2{margin-bottom:8px;font-size:1.35rem}.muted{color:#aeb8c3;line-height:1.6}form{gap:10px;margin-top:28px;display:grid}label{color:#dbe3e9;font-size:.9rem;font-weight:700}input{color:#f5f8fa;background:#0e141a;border:1px solid #3b4b57;border-radius:10px;width:100%;min-height:46px;padding:10px 12px}input:focus-visible,button:focus-visible{outline-offset:2px;outline:3px solid #78d6a580}button{color:#0d1713;background:#78d6a5;border:0;border-radius:10px;min-height:46px;padding:10px 16px;font-weight:800}button:disabled{cursor:wait;opacity:.6}.form-error{color:#ff9f9f;margin:8px 0 0}.app-shell{grid-template-columns:250px 1fr;min-height:100vh;display:grid}.sidebar{background:#111920;border-right:1px solid #293640;flex-direction:column;gap:36px;padding:28px 20px;display:flex}.brand{margin:0;font-size:1.1rem;font-weight:800}nav{gap:8px;display:grid}.nav-item{color:#aeb8c3;text-align:left;background:0 0;width:100%}.nav-item.active,.nav-item:hover{color:#0d1713;background:#78d6a5}.sidebar-footer{gap:12px;margin-top:auto;display:grid}.user-email{overflow-wrap:anywhere;color:#aeb8c3;font-size:.85rem}.secondary-button{color:#e8edf2;background:#25323d}.content{width:100%;max-width:1200px;padding:48px clamp(24px,6vw,80px)}.content-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:48px;display:flex}.content-header h1{margin-bottom:0}.session-badge{color:#a9e8c5;background:#193126;border:1px solid #315e49;border-radius:999px;padding:8px 12px;font-size:.8rem}.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.panel{background:#151e26;border:1px solid #293640;border-radius:16px;min-height:180px;padding:24px}.health-panel{align-items:flex-start;gap:16px;display:flex}.panel-label{color:#78d6a5;letter-spacing:.06em;text-transform:uppercase;margin-bottom:12px;font-size:.8rem;font-weight:800}.placeholder-panel{max-width:720px}.status-dot{background:#78d6a5;border-radius:999px;flex:none;width:12px;height:12px;margin-top:5px;box-shadow:0 0 0 6px #78d6a51f}.status-dot.offline{background:#ff9f9f;box-shadow:0 0 0 6px #ff9f9f1f}.chat-workspace{grid-template-columns:minmax(220px,280px) minmax(0,1fr);gap:20px;min-height:620px;display:grid}.chat-conversation-list,.chat-panel{background:#151e26;border:1px solid #293640;border-radius:16px;min-width:0;padding:20px}.chat-conversation-list{flex-direction:column;gap:18px;display:flex}.chat-list-header,.chat-panel-header,.composer-footer{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.chat-header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.chat-list-header .panel-label,.chat-list-header .muted{margin-bottom:4px}.chat-list-header button{min-height:40px;padding:8px 12px}.conversation-items{gap:8px;display:grid;overflow:auto}.conversation-item{color:#e8edf2;text-align:left;background:#111920;border:1px solid #0000;gap:5px;min-height:60px;padding:12px;display:grid}.conversation-item:hover,.conversation-item.active{color:#0d1713;background:#78d6a5;border-color:#315e49}.conversation-item span{color:#aeb8c3;font-size:.78rem}.conversation-item:hover span,.conversation-item.active span{color:#315e49}.chat-panel{grid-template-rows:auto minmax(260px,1fr) auto auto;gap:16px;display:grid}.chat-panel-header{border-bottom:1px solid #293640;padding-bottom:16px}.chat-panel-header h2{overflow-wrap:anywhere;margin-bottom:0}.streaming-badge{color:#0d1713;background:#78d6a5;border-radius:999px;flex:none;padding:7px 10px;font-size:.8rem;font-weight:800}.message-list{flex-direction:column;gap:14px;padding:4px 2px;display:flex;overflow:auto}.empty-chat{text-align:center;align-self:center;margin:auto}.message-bubble{background:#111920;border:1px solid #293640;border-radius:14px;max-width:min(82%,720px);padding:13px 16px}.message-bubble.user{background:#193126;border-color:#315e49;align-self:flex-end}.message-bubble p{white-space:pre-wrap;overflow-wrap:anywhere;margin:5px 0 0;line-height:1.55}.message-role{color:#78d6a5;letter-spacing:.04em;text-transform:uppercase;font-size:.75rem;font-weight:800}.chat-composer{gap:12px;margin-top:0;display:grid}textarea{resize:vertical;color:#f5f8fa;background:#0e141a;border:1px solid #3b4b57;border-radius:10px;width:100%;min-height:100px;padding:12px;line-height:1.5}textarea:focus-visible{outline-offset:2px;outline:3px solid #78d6a580}.composer-footer{align-items:center}.composer-footer .muted{margin:0;font-size:.8rem}@media (width<=760px){.app-shell{display:block}.sidebar{border-bottom:1px solid #293640;border-right:0;gap:20px;padding:20px}nav{grid-template-columns:repeat(2,minmax(0,1fr))}.content{padding:32px 20px}.content-header{margin-bottom:32px;display:block}.session-badge{margin-top:16px;display:inline-block}.dashboard-grid{grid-template-columns:1fr}.chat-workspace{grid-template-columns:1fr;min-height:0}.chat-conversation-list{max-height:260px}.chat-panel{min-height:600px}.message-bubble{max-width:94%}.composer-footer{flex-direction:column;align-items:flex-end}.composer-footer button{width:100%}}
