:root{font-family:Inter,Noto Sans Thai,system-ui,sans-serif;color:#12372f;background:#ecfdf5}*{box-sizing:border-box}body{margin:0;min-height:100vh;display:grid;place-items:center;padding:20px}button,textarea{font:inherit}.shell{width:min(900px,100%);height:min(760px,calc(100vh - 40px));background:#fff;border:1px solid #a7f3d0;border-radius:24px;box-shadow:0 24px 70px #064e3b22;display:grid;grid-template-rows:auto 1fr auto auto;overflow:hidden}header{padding:20px 24px;background:#064e3b;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:16px}h1{margin:2px 0 0;font-size:clamp(1.3rem,4vw,2rem)}.eyebrow{color:#6ee7b7;font-size:.7rem;letter-spacing:.14em}.auth-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}button{border:0;border-radius:12px;padding:11px 16px;cursor:pointer;font-weight:700}header button{background:#fff;color:#065f46}.messages{overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:12px}.message{max-width:80%;padding:13px 16px;border-radius:16px;white-space:pre-wrap;line-height:1.55}.assistant{background:#d1fae5;align-self:flex-start}.user{background:#0f766e;color:#fff;align-self:flex-end}.composer{display:grid;grid-template-columns:1fr auto;gap:12px;padding:16px 20px;border-top:1px solid #d1fae5}textarea{resize:none;border:1px solid #99f6e4;border-radius:14px;padding:12px;outline:none}.composer button{background:#0f766e;color:#fff;min-width:80px}button:disabled{opacity:.55;cursor:wait}.status{margin:0;padding:0 20px 14px;color:#64748b;font-size:.85rem}@media(max-width:620px){body{padding:0}.shell{height:100vh;border-radius:0}header{align-items:flex-start}#identity{display:none}.message{max-width:92%}}
