*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#0f1115;color:#e6e8ec;height:100vh}#root{height:100vh}.login{max-width:320px;margin:12vh auto;display:flex;flex-direction:column;gap:12px;padding:24px;background:#171a21;border-radius:12px}.login h1{margin:0 0 8px;font-size:20px}input,textarea,button{font:inherit;padding:10px 12px;border-radius:8px;border:1px solid #2a2f3a;background:#0f1115;color:#e6e8ec}button{background:#3b82f6;border:none;cursor:pointer;font-weight:600}button:disabled{opacity:.5;cursor:default}.err{color:#f87171;font-size:13px}.app{display:grid;grid-template-columns:320px 1fr;height:100vh}.sidebar{border-right:1px solid #202632;overflow-y:auto}.sidebar-head{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-bottom:1px solid #202632;position:sticky;top:0;background:#0f1115}.sidebar-head button{background:transparent;color:#8b95a5;padding:4px 8px;font-size:13px}.conv{padding:12px 16px;border-bottom:1px solid #171b23;cursor:pointer}.conv:hover{background:#141821}.conv.active{background:#1a2030}.conv .top{display:flex;justify-content:space-between}.conv .phone{font-weight:600}.conv .time{font-size:12px;color:#8b95a5}.conv .dot{width:8px;height:8px;border-radius:50%;background:#3b82f6;display:inline-block;margin-left:6px}.thread{display:flex;flex-direction:column;height:100vh}.thread-head{padding:14px 18px;border-bottom:1px solid #202632;font-weight:600}.msgs{flex:1;overflow-y:auto;padding:18px;display:flex;flex-direction:column;gap:8px}.bubble{max-width:62%;padding:9px 13px;border-radius:14px;font-size:14px;line-height:1.35}.bubble.in{background:#232a37;align-self:flex-start;border-bottom-left-radius:4px}.bubble.out{background:#3b82f6;align-self:flex-end;border-bottom-right-radius:4px}.bubble .meta{font-size:11px;opacity:.7;margin-top:4px}.composer{display:flex;gap:8px;padding:14px;border-top:1px solid #202632}.composer textarea{flex:1;resize:none;height:44px}.empty{display:grid;place-items:center;height:100vh;color:#8b95a5}
