.trg-chat{position:fixed;right:22px;bottom:20px;z-index:80;font-family:var(--body,'Segoe UI',sans-serif)}.trg-chat *{box-sizing:border-box}.trg-chat button{font:inherit}.trg-chat-launcher{position:relative;display:flex;align-items:center;gap:9px;border:1px solid #704d99;border-radius:14px;padding:12px 16px;background:linear-gradient(135deg,#221a36,#151124);color:#fff;font-weight:900;box-shadow:0 16px 45px #0009,0 0 25px #8b5cf62b;cursor:pointer}.trg-chat-controller{color:#d988ff}.trg-chat-live-dot,.trg-chat-members i{width:8px;height:8px;border-radius:50%;background:#51e0a0;box-shadow:0 0 10px #51e0a0}.trg-chat-unread{position:absolute;right:-7px;top:-8px;min-width:21px;height:21px;padding:0 5px;display:grid;place-items:center;border-radius:99px;background:#ff3f9f;color:#fff;font-size:10px}.trg-chat-panel{position:absolute;right:0;bottom:58px;width:min(920px,calc(100vw - 44px));height:min(650px,calc(100vh - 110px));border:1px solid #4d3d69;border-radius:18px;background:#0d0b17;box-shadow:0 28px 80px #000d,0 0 35px #8b5cf622;overflow:hidden;color:#e8e3ef}.trg-chat-panel[hidden]{display:none}.trg-chat-head{height:72px;display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:linear-gradient(135deg,#241738,#151226);border-bottom:1px solid #342a48}.trg-chat-kicker{font-size:8px;letter-spacing:.18em;color:#ffab47;font-weight:900}.trg-chat-head h2{font-size:18px;margin:3px 0 0}.trg-chat-head h2 span{color:#ff4fa3}.trg-chat-head-actions{display:flex;gap:8px}.trg-chat-head-actions button,.trg-chat-mobile-nav{border:1px solid #ffffff10;background:#ffffff08;color:#bdb6c9;border-radius:9px;height:34px;min-width:34px;cursor:pointer}.trg-chat-close{font-size:21px}.trg-chat-mobile-nav{display:none}.trg-chat-layout{height:calc(100% - 72px);display:grid;grid-template-columns:190px minmax(360px,1fr) 190px}.trg-chat-channels,.trg-chat-members{padding:17px 12px;background:#100e19}.trg-chat-channels{border-right:1px solid #2d263d}.trg-chat-members{border-left:1px solid #2d263d}.trg-chat-channels>strong,.trg-chat-members>strong{display:block;padding:0 8px 11px;color:#777087;font-size:9px;letter-spacing:.12em}.trg-chat-channels>button{width:100%;display:flex;align-items:center;gap:9px;padding:10px;border:1px solid transparent;border-radius:9px;background:none;color:#aaa4bd;text-align:left;font-size:12px;cursor:pointer}.trg-chat-channels>button span{color:#6f687e;font-weight:900}.trg-chat-channels>button:hover,.trg-chat-channels>button.is-active{color:#fff;background:#ff3f9f12;border-color:#ff3f9f55}.trg-chat-channels>button.is-active span{color:#ff58aa}.trg-chat-lfg{margin-top:22px;padding:13px;border:1px solid #4b3764;border-radius:12px;background:linear-gradient(145deg,#21162f,#15101f)}.trg-chat-lfg b,.trg-chat-lfg span{display:block}.trg-chat-lfg b{font-size:11px}.trg-chat-lfg span{margin:6px 0 11px;color:#91899e;font-size:9px;line-height:1.45}.trg-chat-lfg button{width:100%;padding:7px;border:1px solid #ff3f9f88;border-radius:7px;background:none;color:#ff81bd;font-size:9px;cursor:pointer}.trg-chat-main{position:relative;min-width:0;background:radial-gradient(circle at 50% 0,#21163355,transparent 45%),#0d0b17}.trg-chat-pin{height:68px;margin:12px 14px 0;padding:11px 13px;display:flex;gap:10px;border:1px solid #3b304e;border-radius:11px;background:#151222}.trg-chat-pin>span{color:#ff4fa3}.trg-chat-pin b{font-size:10px}.trg-chat-pin p{margin:4px 0;color:#8e8799;font-size:9px}.trg-chat-messages{height:calc(100% - 182px);padding:10px 14px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#5d437c #12101d}.trg-chat-loading,.trg-chat-empty{height:100%;display:grid;place-content:center;text-align:center;color:#777087;font-size:11px}.trg-chat-empty b,.trg-chat-empty span{display:block}.trg-chat-empty b{color:#c8c1d2;font-size:13px}.trg-chat-empty span{margin-top:5px}.trg-chat-message{display:grid;grid-template-columns:36px 1fr;gap:10px;padding:10px 8px;border-radius:10px}.trg-chat-message:hover{background:#ffffff05}.trg-chat-avatar{width:32px;height:32px;display:grid;place-items:center;border:2px solid #2d2440;border-radius:50%;background:linear-gradient(135deg,#7752d8,#e83e93);color:#fff;font-size:8px;font-weight:900;text-decoration:none}.trg-chat-message>div>header{display:flex;align-items:center;gap:7px}.trg-chat-message header a{color:#f09bc9;font-size:11px;font-weight:900;text-decoration:none}.trg-chat-role{padding:2px 5px;border-radius:4px;background:#8b5cf626;color:#c2a8ff;font-size:7px}.trg-chat-message time{color:#6f687e;font-size:8px}.trg-chat-message p{margin:3px 0;color:#d0cbd9;font-size:11px;line-height:1.45;overflow-wrap:anywhere}.trg-chat-message footer{display:flex;align-items:center;gap:8px;margin-top:4px}.trg-chat-message footer>button{padding:0;border:0;background:none;color:#777087;font-size:8px;cursor:pointer}.trg-chat-reactions{display:flex;gap:3px;opacity:0;transition:.15s}.trg-chat-message:hover .trg-chat-reactions,.trg-chat-reactions:has(.is-mine),.trg-chat-reactions button:has(b){opacity:1}.trg-chat-reactions button{padding:2px 5px;border:1px solid #393146;border-radius:6px;background:#171421;color:#bbb4c5;font-size:9px;cursor:pointer}.trg-chat-reactions button.is-mine{border-color:#ff4fa388;background:#ff4fa314}.trg-chat-reactions b{font-size:7px}.trg-chat-quoted{margin-bottom:5px;padding:5px 8px;border-left:2px solid #8b5cf6;background:#ffffff04;color:#8e8799;font-size:8px}.trg-chat-quoted b{color:#bf9dff}.trg-chat-reply{position:absolute;left:0;right:0;bottom:78px;height:28px;padding:6px 13px;display:flex;justify-content:space-between;background:#1c1728;border-top:1px solid #342a48;color:#90889c;font-size:8px}.trg-chat-reply button{border:0;background:none;color:#aaa4bd;cursor:pointer}.trg-chat-form{position:absolute;left:0;right:0;bottom:0;height:78px;padding:10px 12px;background:#12101d;border-top:1px solid #302741}.trg-chat-form textarea{width:100%;height:38px;max-height:100px;padding:9px 44px 9px 12px;resize:none;border:1px solid #403653;border-radius:9px;background:#1b1728;color:#eee9f4;font-size:11px}.trg-chat-form>button{position:absolute;right:20px;top:15px;width:29px;height:29px;border:0;border-radius:8px;background:linear-gradient(135deg,#8b5cf6,#ff3f9f);color:#fff;cursor:pointer}.trg-chat-form small{display:block;margin-top:2px;color:#6f687e;font-size:7px}.trg-chat-member{position:relative;display:grid;grid-template-columns:32px 1fr;align-items:center;gap:8px;padding:7px;text-decoration:none}.trg-chat-member i{position:absolute;left:31px;bottom:8px;width:7px;height:7px}.trg-chat-member em{color:#c8c2d0;font-size:10px;font-style:normal;overflow:hidden}.trg-chat-member small{display:block;margin-top:2px;color:#716a7d;font-size:7px}.trg-chat-nobody{padding:12px;color:#777087;font-size:9px}.trg-chat-login{height:calc(100% - 68px);display:grid;place-content:center;text-align:center;padding:30px}.trg-chat-login p{color:#aaa4bd;font-size:12px}
@media(max-width:780px){.trg-chat{right:12px;bottom:12px}.trg-chat-launcher span:nth-child(2){display:none}.trg-chat-panel{position:fixed;inset:64px 8px 8px;width:auto;height:auto}.trg-chat-mobile-nav{display:block}.trg-chat-layout{grid-template-columns:1fr}.trg-chat-channels,.trg-chat-members{position:absolute;z-index:3;top:72px;bottom:0;width:min(280px,85vw);transition:transform .2s;box-shadow:20px 0 45px #000b}.trg-chat-channels{left:0;transform:translateX(-105%)}.trg-chat-members{right:0;transform:translateX(105%)}.trg-chat-panel.show-channels .trg-chat-channels{transform:translateX(0)}.trg-chat-panel.show-members .trg-chat-members{transform:translateX(0)}.trg-chat-main{grid-column:1}.trg-chat-pin{margin:9px 10px 0}.trg-chat-messages{padding:8px 9px}.trg-chat-message{grid-template-columns:34px 1fr;padding:9px 4px}.trg-chat-reactions{opacity:1}.trg-chat-head-actions>button:first-child{display:block}}
