.chatWidget{position:fixed;right:28px;bottom:122px;z-index:70}.chatToggle{width:62px;height:62px;border:0;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#8f2bff,#00d8ff);color:#fff;font-size:25px;cursor:pointer;box-shadow:0 14px 38px rgba(0,216,255,.38)}.chatPanel{position:absolute;right:0;bottom:76px;width:min(390px,calc(100vw - 28px));height:min(600px,calc(100vh - 165px));display:grid;grid-template-rows:auto 1fr auto;overflow:hidden;border:1px solid rgba(255,255,255,.13);border-radius:20px;background:#081126;box-shadow:0 25px 70px rgba(0,0,0,.55)}.chatPanel>header{padding:17px 18px;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(120deg,#6724ce,#087fad)}.chatPanel>header>div{display:flex;align-items:center;gap:11px}.chatPanel header small,.chatPanel header strong{display:block}.chatPanel header small{color:#d8e9fb;font-size:11px}.chatPanel header button{border:0;background:transparent;color:#fff;font-size:20px}.chatOnlineDot{width:10px;height:10px;border-radius:50%;background:#72f591;box-shadow:0 0 12px #72f591}.chatMessages{padding:16px;overflow:auto;display:flex;flex-direction:column;gap:13px}.chatMessages article{display:grid;grid-template-columns:34px 1fr;gap:9px}.chatMessages article>span{width:34px;height:34px;border-radius:50%;overflow:hidden;display:grid;place-items:center;background:#263354}.chatMessages article>span img{width:100%;height:100%;object-fit:cover}.chatMessages article p{margin:0 0 4px;display:flex;gap:8px}.chatMessages article b{font-size:12px}.chatMessages article time{color:#72829f;font-size:10px}.chatMessages article>div>div{width:fit-content;max-width:270px;padding:9px 11px;border-radius:4px 12px 12px;background:#121d36;font-size:13px;overflow-wrap:anywhere}.chatMessages article.isMine>div>div{background:linear-gradient(135deg,#6724ce,#087fad)}.chatPanel>form{padding:11px 14px 14px;border-top:1px solid rgba(255,255,255,.08)}.chatPanel>form p{min-height:15px;margin:0 0 5px;color:#fda4af;font-size:11px}.chatPanel>form>div{display:grid;grid-template-columns:1fr 42px;gap:8px}.chatPanel input{height:42px;border:1px solid rgba(255,255,255,.12);border-radius:11px;background:#101a30;color:#fff;padding:0 12px}.chatPanel form button{border:0;border-radius:11px;background:linear-gradient(135deg,#8f2bff,#00d8ff);color:#fff}.chatLogin{margin:auto;text-align:center;padding:30px}.chatLogin>i{font-size:35px;color:#8b5cf6}.chatLogin strong{display:block;margin:13px}.chatEmpty,.chatLogin p{color:#91a0ba;font-size:13px}.chatLogin a{display:inline-flex;padding:10px 14px;border-radius:9px;background:linear-gradient(135deg,#8f2bff,#00d8ff);font-weight:900}.chatAdmin{min-width:0;padding:30px}.chatAdmin>header{display:flex;justify-content:space-between;padding:26px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:linear-gradient(120deg,rgba(103,36,206,.35),rgba(0,216,255,.12))}.chatAdmin header span{color:var(--cyan);font-size:11px;font-weight:950;text-transform:uppercase}.chatAdmin h1{margin:5px 0;font-size:34px}.chatAdmin header p{margin:0;color:#aebbd2}.chatAdmin header>i{font-size:56px;color:rgba(0,216,255,.45)}.chatAdminGrid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,.8fr);gap:18px;margin-top:18px}.chatAdminGrid>section{border:1px solid rgba(255,255,255,.08);border-radius:16px;background:#0a1328;overflow:hidden}.chatAdminTitle{padding:17px 18px;display:flex;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.07)}.chatAdminTitle h2{margin:0;font-size:18px}.chatAdminMessages{max-height:680px;overflow:auto}.chatAdminMessages article{padding:15px 18px;display:grid;grid-template-columns:1fr auto;gap:14px;border-bottom:1px solid rgba(255,255,255,.06)}.chatAdminMessages article.is-automod,.chatAdminMessages article.is-hidden{border-left:3px solid #fb7185}.chatAdminMessages em,.chatAdminMessages small{display:block;color:#7787a5;font-size:11px}.chatAdminMessages p{margin:9px 0}.chatAdminMessages aside{display:flex;gap:6px;align-items:center}.chatAdminMessages button,.chatWordForm button{height:34px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#121e38;color:#dfe8f7;padding:0 10px;font-weight:900}.chatAdminMessages .isDanger{color:#fb7185}.chatAdminMessages .isSafe{color:#6ee7b7}.chatWordForm{padding:14px;display:grid;grid-template-columns:1fr auto;gap:8px}.chatWordForm input{height:38px;border:1px solid rgba(255,255,255,.12);border-radius:9px;background:#071020;color:#fff;padding:0 11px}.chatWords{padding:0 14px;display:grid;gap:7px}.chatWords>div{display:flex;justify-content:space-between;padding:10px;background:rgba(255,255,255,.04)}.chatWords button{border:0;background:transparent;color:#fb7185}.chatAutomodInfo{margin:16px;padding:14px;display:flex;gap:11px;border-radius:11px;background:rgba(143,43,255,.1)}.chatAutomodInfo p{font-size:12px}.chatAdminNotice,.chatAdminState{margin-top:18px;padding:14px;background:#0a1328}@media(max-width:900px){.chatAdminGrid,.chatAdminMessages article{grid-template-columns:1fr}}@media(max-width:640px){.chatWidget{right:14px;bottom:114px}.chatToggle{width:54px;height:54px}.chatPanel{bottom:65px}.chatAdmin{padding:14px}.chatAdmin header>i{display:none}}.chatMessages .chatDelete{margin-left:auto;border:0;background:transparent;color:#71809b;padding:0 3px;font-size:10px;cursor:pointer}.chatMessages .chatDelete:hover{color:#fb7185}