:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif;color:#1b1b1f;background:#f5f6fa}*{box-sizing:border-box}[hidden]{display:none!important}body{margin:0}.auth{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 70% 20%,#d8e6ff,transparent 35%),#f6f8fc}.card{width:min(390px,92vw);padding:42px;background:#fff;border-radius:24px;box-shadow:0 22px 60px #23365b1a;text-align:center}.logo,.shield{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;margin:auto;background:#2c6bed;color:#fff;font-size:30px;font-weight:800}.card h1{margin:18px 0 4px}.card p,.empty p{color:#737781}.card input,.modal input{display:block;width:100%;margin:12px 0;padding:14px 15px;border:1px solid #dce0e9;border-radius:12px;font-size:15px}button{border:0;background:#2c6bed;color:#fff;padding:12px 18px;border-radius:12px;font-weight:700;cursor:pointer}.card button{width:100%;margin-top:8px}.ghost{background:transparent;color:#2c6bed}.error{color:#c63232;margin-top:10px;font-size:14px}main{height:100vh;display:grid;grid-template-columns:350px 1fr;max-width:1500px;margin:auto;background:#fff;box-shadow:0 0 40px #0000000c}aside{border-right:1px solid #e9eaf0;overflow:auto}aside header,.conversation header{height:72px;padding:14px 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eee}.headerActions{display:flex;gap:6px}.icon{background:#eef3ff;color:#2c6bed;padding:9px 12px}.search{display:flex;gap:8px;padding:13px}.search input{min-width:0;flex:1;padding:11px;border:0;background:#f1f3f7;border-radius:12px}.search button{padding:9px 13px}.contacts{padding:0 12px}.contact{display:inline-flex;margin:3px;padding:6px 10px;background:#eaf1ff;color:#2859b8;border-radius:20px;cursor:pointer;font-size:13px}.chat{display:flex;gap:12px;padding:14px 16px;cursor:pointer;border-left:3px solid transparent}.chat:hover,.chat.active{background:#f3f6fc;border-left-color:#2c6bed}.chatDelete{opacity:0;background:transparent;color:#9b3b3b;padding:2px 5px;margin-left:5px}.chat:hover .chatDelete{opacity:1}.avatar{width:44px;height:44px;flex:0 0 44px;border-radius:50%;background:linear-gradient(135deg,#7b9fff,#2c6bed);color:#fff;display:grid;place-items:center;font-weight:800}.chatText{min-width:0;flex:1}.line{display:flex;justify-content:space-between}.preview{color:#80838c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:5px;font-size:14px}.badge{background:#2c6bed;color:#fff;border-radius:12px;padding:2px 7px;font-size:11px}.conversation{background:#f8f9fc}.empty{height:100%;display:grid;place-content:center;text-align:center;max-width:480px;margin:auto;padding:30px}.shield{background:#edf2ff;color:#2c6bed}#room{height:100%;display:grid;grid-template-rows:72px 1fr auto}#room header{justify-content:flex-start;gap:12px;background:#fff}#room header small{display:block;color:#8a8d95;margin-top:3px}#messages{padding:28px;overflow:auto;display:flex;flex-direction:column;gap:8px}.msg{max-width:70%;padding:10px 14px;background:#fff;border-radius:6px 16px 16px 16px;box-shadow:0 2px 7px #0000000a;white-space:pre-wrap}.msg.mine{align-self:flex-end;background:#2c6bed;color:#fff;border-radius:16px 6px 16px 16px}.meta{font-size:11px;opacity:.65;margin-bottom:4px}#composer{padding:16px 22px;background:#fff;display:flex;gap:12px}textarea{flex:1;resize:none;border:0;background:#f2f3f7;border-radius:18px;padding:13px 16px;font:inherit;outline:none}#composer button{border-radius:50%;width:46px}.modal{min-width:360px}.modal h2{margin-top:0}dialog{border:0;border-radius:20px;box-shadow:0 20px 60px #0003}dialog::backdrop{background:#17223d66}#groupUsers{max-height:260px;overflow:auto}.pick{display:block;padding:8px}.actions{display:flex;justify-content:flex-end;gap:8px;margin-top:18px}.toast{position:fixed;z-index:1000;top:24px;left:50%;transform:translate(-50%,-18px);padding:12px 20px;border-radius:12px;background:#1f2937;color:#fff;box-shadow:0 12px 32px #0003;opacity:0;pointer-events:none;transition:.22s ease}.toast.show{opacity:1;transform:translate(-50%,0)}.toast.success{background:#18864b}.toast.error{background:#c53b3b}@media(max-width:720px){main{grid-template-columns:120px 1fr}.chatText,.search input,aside header small{display:none}aside header{padding:12px}.chat{justify-content:center}.contacts{display:none}.msg{max-width:88%}}
