:root{font-family:Inter,ui-sans-serif,system-ui,sans-serif;color:#e7edf7;background:#101828}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at top,#20335a,#101828 55%);min-height:100vh}main{width:min(760px,calc(100% - 32px));margin:0 auto;padding:48px 0 72px}h1{font-size:clamp(2rem,7vw,3.5rem);letter-spacing:-.06em;margin:.1rem 0 1rem}h2{margin-top:0}.eyebrow{font-weight:700;font-size:.75rem;letter-spacing:.15em;color:#7dd3fc}.muted,.notice{color:#afbdd4;line-height:1.5}.panel{background:#18243b;border:1px solid #31415f;border-radius:18px;padding:22px;margin:22px 0;box-shadow:0 18px 55px #0004}.setup label{display:grid;gap:7px;font-size:.9rem;margin:14px 0}input,textarea{background:#0e1728;border:1px solid #506281;border-radius:10px;color:#f8fbff;font:inherit;padding:12px;width:100%}textarea{resize:vertical}button{border:0;border-radius:10px;padding:11px 16px;background:#22c55e;color:#06210f;font-weight:700;font:inherit;cursor:pointer}button.secondary{background:#263753;color:#e7edf7}.actions{display:flex;gap:10px;flex-wrap:wrap}#messages{display:grid;gap:12px;min-height:180px;max-height:52vh;overflow:auto;margin-bottom:15px}.message{padding:13px 15px;border-radius:14px;line-height:1.45;white-space:pre-wrap}.message.user{background:#1d4ed8;margin-left:12%}.message.assistant{background:#263753;margin-right:12%}.message.tool{background:#374151;color:#dbeafe;font-size:.86rem}.message.error{background:#7f1d1d}.notice{font-size:.86rem}@media(max-width:520px){main{width:min(100% - 20px,760px);padding-top:25px}.panel{padding:17px}}
