:root{font-family:Inter,ui-sans-serif,system-ui,sans-serif;color:#17202a;background:#f3f6f8;line-height:1.5}*{box-sizing:border-box}
body{margin:0}header{display:flex;justify-content:space-between;align-items:center;padding:1rem max(1rem,calc((100% - 850px)/2));background:#102a43;color:#fff}h1{margin:.15rem 0;font-size:1.6rem}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.7rem;margin:0;color:#8ed1c2}.chat-shell{max-width:850px;margin:1.5rem auto;padding:0 1rem}.notice{padding:1rem;border-left:4px solid #d69e2e;background:#fff8dc;border-radius:.3rem;margin-bottom:1rem}#messages{display:flex;flex-direction:column;gap:.8rem;min-height:40vh}.assistant,.user{max-width:82%;padding:.9rem 1rem;border-radius:1rem;background:#fff;box-shadow:0 2px 8px #102a4312;white-space:pre-wrap}.user{align-self:flex-end;background:#147d70;color:#fff}.error{color:#9b2c2c}details{margin-top:.75rem;font-size:.82rem}pre{overflow:auto;background:#edf2f7;padding:.6rem;color:#17202a}.composer{display:flex;gap:.7rem;margin-top:.4rem}textarea,input{width:100%;padding:.75rem;border:1px solid #bcccdc;border-radius:.4rem;font:inherit}button{border:0;border-radius:.4rem;background:#147d70;color:#fff;padding:.75rem 1.1rem;font-weight:700;cursor:pointer}button:disabled{opacity:.55}.quiet{background:#ffffff20}.login{min-height:100vh;display:grid;place-items:center;padding:1rem}.card{width:min(430px,100%);background:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 10px 30px #102a4320}.card label{display:block;margin:1rem 0}.card button{width:100%;margin-bottom:1rem}@media(max-width:600px){.assistant,.user{max-width:94%}.composer{flex-direction:column}header{align-items:flex-start;gap:1rem}}
