*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:#f6f7f9;color:#111827}.login{min-height:100vh;display:grid;place-items:center}.login form{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:28px;width:min(380px,92vw);box-shadow:0 20px 60px #0001}.login input,.login button{width:100%;margin-top:12px;padding:12px;border-radius:12px;border:1px solid #d1d5db}.login button,.top button,footer button{background:#111827;color:#fff;border:0;cursor:pointer}.error{color:#b91c1c}.app{display:grid;grid-template-columns:360px 1fr;height:100vh}.sidebar{border-right:1px solid #e5e7eb;background:#fff;overflow:auto}.top{position:sticky;top:0;background:#fff;z-index:2;display:flex;gap:10px;align-items:center;padding:14px;border-bottom:1px solid #e5e7eb}.ok{color:#047857}.warn{color:#b45309}.conv{display:block;width:100%;padding:14px;text-align:left;background:#fff;border:0;border-bottom:1px solid #f0f0f0;cursor:pointer}.conv.active{background:#eef2ff}.conv span,.conv small{display:block;color:#6b7280;margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat{display:flex;flex-direction:column;min-width:0}.chat header{height:60px;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;padding:0 18px}.messages{flex:1;overflow:auto;padding:18px}.msg{max-width:720px;margin:0 0 12px;display:flex;flex-direction:column;gap:4px}.msg span{padding:12px 14px;border-radius:16px;background:#fff;border:1px solid #e5e7eb;white-space:pre-wrap}.msg.outbound{margin-left:auto}.msg.outbound span{background:#111827;color:#fff}.msg small{color:#6b7280;font-size:12px}footer{display:flex;gap:10px;padding:14px;background:#fff;border-top:1px solid #e5e7eb}textarea{flex:1;min-height:52px;max-height:160px;border:1px solid #d1d5db;border-radius:14px;padding:12px;font:inherit}footer button{border-radius:14px;padding:0 18px}.empty{margin:auto;color:#6b7280}@media(max-width:820px){.app{grid-template-columns:1fr}.sidebar{height:42vh}.chat{height:58vh}}
