:root{color:#e2e8f0;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:radial-gradient(circle at top,#1d4ed8 0%,#0f172a 42%,#020617 100%);font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}body{min-width:320px;min-height:100vh;margin:0}#root{min-height:100vh}:root{color:#0f172a;background:#f8fafc;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}.chat-shell{background:radial-gradient(circle at top,#94a3b829,#0000 38%),linear-gradient(#f8fafc,#eef2ff);place-items:center;min-height:100vh;padding:32px 16px;display:grid}.chat-card{background:#fffffff5;border:1px solid #94a3b838;border-radius:20px;width:min(720px,100%);padding:18px;box-shadow:0 8px 26px #0f172a0f}.chat-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.eyebrow{letter-spacing:.14em;text-transform:uppercase;color:#64748b;margin:0 0 4px;font-size:.72rem}.chat-header h1{color:#0f172a;margin:0;font-size:1.55rem;font-weight:700}.chat-header__meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.secure-badge,.chat-status,.chat-toolbar__state{color:#475569;background:#f1f5f9;border-radius:999px;padding:6px 10px;font-size:.82rem}.setup-screen,.chat-screen{gap:16px;display:grid}.setup-card{padding:6px 2px}.setup-copy{color:#475569;margin:0 0 16px;line-height:1.6}.chat-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.chat-form-grid label{gap:8px;display:grid}.chat-form-grid .full-width{grid-column:1/-1}.chat-form-grid span{color:#334155;font-size:.9rem}input,textarea,button{font:inherit}input,textarea{color:#0f172a;background:#fff;border:1px solid #94a3b880;border-radius:14px;outline:none;width:100%;padding:12px 14px}input:focus,textarea:focus{border-color:#94a3b8;box-shadow:0 0 0 3px #94a3b82e}textarea{resize:vertical;min-height:88px}.chat-toolbar{justify-content:space-between;align-items:center;gap:10px;display:flex}.chat-actions{gap:12px;margin-top:12px;display:flex}.chat-actions.stacked{justify-content:flex-end}button{color:#0f172a;cursor:pointer;background:#e2e8f0;border:none;border-radius:999px;padding:11px 18px;font-weight:600;transition:transform .12s,background .12s}button:hover{background:#cbd5e1;transform:translateY(-1px)}button.ghost{color:#0f172a;background:0 0;border:1px solid #0f172a2e}button:disabled{opacity:.45;cursor:not-allowed}.status-text{color:#64748b;margin:0;font-size:.9rem}.chat-list{background:0 0;flex-direction:column;gap:10px;min-height:280px;max-height:380px;padding:4px 4px 4px 0;display:flex;overflow:auto}.chat-message,.empty-state{background:#f8fafc;border:1px solid #94a3b847;border-radius:16px;padding:11px 12px}.chat-message.self{background:#e2e8f0;align-self:flex-end}.chat-message.other{align-self:flex-start}.chat-message__top{color:#475569;justify-content:space-between;gap:14px;margin-bottom:8px;font-size:.82rem;display:flex}.chat-message p{white-space:pre-wrap;color:#0f172a;margin:0}@media (width<=640px){.chat-shell{padding:12px}.chat-card{padding:16px}.chat-header,.chat-toolbar{flex-direction:column;align-items:flex-start}.chat-form-grid{grid-template-columns:1fr}.chat-actions{flex-direction:column}}
