/* GROUPPY CHAT V87 */
.tbchat-page{padding:22px!important;min-height:680px}.tbchat-shell{display:flex;flex-direction:column;min-height:650px;height:min(78vh,820px);border-radius:28px;overflow:hidden;border:1px solid rgba(126,100,255,.24);background:linear-gradient(180deg,rgba(11,16,34,.94),rgba(7,10,23,.96));box-shadow:0 24px 90px rgba(0,0,0,.34)}.tbchat-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:22px;border-bottom:1px solid rgba(255,255,255,.08);background:linear-gradient(90deg,rgba(126,92,255,.14),rgba(255,255,255,.02))}.tbchat-head h1,.tbchat-head h2{margin:0 0 8px;color:#fff;font-size:34px;line-height:1.05;font-weight:1000}.tbchat-head h2{font-size:26px}.tbchat-head p{margin:0;color:rgba(255,255,255,.68);font-weight:750;line-height:1.45}.tbchat-counter{min-width:92px;text-align:center;padding:12px 14px;border-radius:18px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08)}.tbchat-counter b{display:block;font-size:24px;color:#fff}.tbchat-counter span{font-size:11px;text-transform:uppercase;color:rgba(255,255,255,.58);font-weight:900}.tbchat-pin,.tbchat-rules{margin:14px 18px 0;padding:13px 15px;border-radius:16px;line-height:1.45;font-weight:800}.tbchat-pin{background:linear-gradient(90deg,rgba(126,92,255,.24),rgba(255,255,255,.04));border:1px solid rgba(126,92,255,.26);color:#fff}.tbchat-rules{background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.08);color:rgba(255,255,255,.68);font-size:13px}.tbchat-messages{flex:1;overflow:auto;padding:18px;display:flex;flex-direction:column;gap:12px;scroll-behavior:smooth}.tbchat-loading,.tbchat-error,.tbchat-disabled{padding:20px;border-radius:18px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);color:#fff}.tbchat-msg{display:grid;grid-template-columns:42px minmax(0,1fr);gap:10px;align-items:end;max-width:78%;animation:tbchat-in .18s ease}.tbchat-msg.mine{margin-left:auto;grid-template-columns:minmax(0,1fr) 42px}.tbchat-msg.mine .tbchat-avatar{order:2}.tbchat-avatar{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(180deg,#6a62ff,#8f62ff);color:#fff;font-weight:1000;box-shadow:0 12px 32px rgba(98,82,255,.25)}.tbchat-bubble{min-width:0;padding:13px 14px;border-radius:18px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.08);color:#fff;box-shadow:0 14px 36px rgba(0,0,0,.18)}.tbchat-msg.mine .tbchat-bubble{background:linear-gradient(180deg,rgba(103,85,255,.32),rgba(103,85,255,.16));border-color:rgba(128,112,255,.28)}.tbchat-msg.admin .tbchat-bubble{background:linear-gradient(180deg,rgba(109,94,255,.42),rgba(25,37,78,.42));border-color:rgba(135,123,255,.44);box-shadow:0 18px 52px rgba(100,88,255,.18)}.tbchat-msg.system{max-width:100%;margin:auto}.tbchat-msg.system .tbchat-avatar{display:none}.tbchat-msg.system .tbchat-bubble{text-align:center;background:rgba(255,255,255,.04)}.tbchat-msg.deleted .tbchat-bubble{opacity:.65}.tbchat-bubble header{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:7px}.tbchat-bubble header b{font-size:13px}.tbchat-bubble time{margin-left:auto;font-size:11px;color:rgba(255,255,255,.5);font-weight:800}.tbchat-badge{display:inline-flex;align-items:center;min-height:22px;padding:0 8px;border-radius:999px;background:rgba(255,255,255,.15);color:#fff;font-size:10px;font-weight:1000;text-transform:uppercase;letter-spacing:.03em}.tbchat-badge.system{background:rgba(255,255,255,.08)}.tbchat-bubble p{margin:0;white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.48;color:rgba(255,255,255,.92);font-weight:650}.tbchat-compose{display:grid;grid-template-columns:minmax(0,1fr) 150px;gap:12px;padding:16px 18px;border-top:1px solid rgba(255,255,255,.08);background:rgba(0,0,0,.22)}.tbchat-compose textarea{width:100%;min-height:54px;max-height:160px;resize:vertical;border-radius:18px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);color:#fff;padding:15px 16px;outline:none;font:inherit;font-weight:700}.tbchat-compose button,.tbchat-save,.tbchat-admin-btn,.tbchat-admin-help button{border:0;border-radius:18px;background:linear-gradient(135deg,#6b5cff,#8e48ff);color:#fff;font-weight:1000;cursor:pointer;box-shadow:0 16px 40px rgba(108,92,255,.25)}.tbchat-compose button:disabled{opacity:.55;cursor:wait}.tbchat-hint{padding:0 20px 16px;color:rgba(255,255,255,.55);font-size:12px;font-weight:800}.tbchat-hint.ok{color:#89ffc0}.tbchat-mod{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.tbchat-mod button{min-height:28px;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:rgba(0,0,0,.24);color:#fff;font-size:11px;font-weight:900;cursor:pointer}.tbchat-admin-wrap{display:grid;gap:18px}.tbchat-admin-top{display:flex;justify-content:space-between;align-items:center;gap:16px}.tbchat-admin-top h1{margin:0 0 8px;font-size:32px;color:#fff}.tbchat-admin-top p{margin:0;color:rgba(255,255,255,.68);font-weight:700}.tbchat-admin-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;text-decoration:none}.tbchat-admin-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.tbchat-admin-stats div{padding:16px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.045)}.tbchat-admin-stats b{display:block;font-size:28px;color:#fff}.tbchat-admin-stats span{font-size:12px;color:rgba(255,255,255,.62);font-weight:900;text-transform:uppercase}.tbchat-admin-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:16px}.tbchat-shell.admin{height:calc(100vh - 250px);min-height:620px}.tbchat-admin-help{padding:18px;border-radius:24px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.04);display:grid;align-content:start;gap:10px}.tbchat-admin-help h3{margin:6px 0;color:#fff}.tbchat-admin-help p{margin:0 0 8px;color:rgba(255,255,255,.68);line-height:1.5}.tbchat-admin-help button{min-height:40px;text-align:left;padding:0 12px}.tbchat-settings-form{display:grid;gap:18px}.tbchat-settings-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.tbchat-settings-head h1{margin:0 0 8px;color:#fff;font-size:34px}.tbchat-settings-head p{margin:0;color:rgba(255,255,255,.68);font-weight:700}.tbchat-status{min-width:220px;padding:16px;border-radius:18px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.045);display:grid;gap:5px}.tbchat-status.on{border-color:rgba(86,255,165,.28)}.tbchat-status.off{border-color:rgba(255,92,123,.28)}.tbchat-status b{color:#fff}.tbchat-status span{color:rgba(255,255,255,.58);font-size:12px;font-weight:900}.tbchat-settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.tbchat-settings-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.tbchat-card{padding:18px;border-radius:24px;border:1px solid rgba(255,255,255,.09);background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.025));display:grid;gap:12px}.tbchat-card.wide{grid-column:1/-1}.tbchat-card h2{margin:0 0 4px;width:max-content;min-height:32px;padding:0 12px;display:inline-flex;align-items:center;border-radius:12px;background:rgba(0,0,0,.25);color:#fff;font-size:13px;text-transform:uppercase;letter-spacing:.04em}.tbchat-switch{display:grid;grid-template-columns:minmax(0,1fr) 54px;gap:14px;align-items:center;min-height:72px;padding:13px;border-radius:16px;background:rgba(0,0,0,.14);border:1px solid rgba(255,255,255,.08)}.tbchat-switch span,.tbchat-field{display:grid;gap:6px}.tbchat-switch b,.tbchat-field span{color:#fff;font-size:13px;font-weight:950}.tbchat-switch small,.tbchat-field small{color:rgba(255,255,255,.6);font-size:12px;line-height:1.4;font-weight:700}.tbchat-switch input{display:none}.tbchat-switch i{width:54px;height:30px;border-radius:999px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.12);position:relative}.tbchat-switch i:before{content:"";position:absolute;top:4px;left:4px;width:20px;height:20px;border-radius:50%;background:#fff;transition:.2s ease}.tbchat-switch input:checked+i{background:linear-gradient(90deg,#6c5cff,#9b5cff)}.tbchat-switch input:checked+i:before{left:28px}.tbchat-field input,.tbchat-field textarea{width:100%;min-width:0;border-radius:16px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.055);color:#fff;outline:0;padding:12px 14px}.tbchat-field input{min-height:44px}.tbchat-field textarea{min-height:110px;resize:vertical;line-height:1.5}.tbchat-save{min-height:52px;font-size:16px}@keyframes tbchat-in{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
.side-menu a[href="/cabinet/chat"]{position:relative}.side-menu a[href="/cabinet/chat"]:after{content:"";display:none;position:absolute;right:16px;top:50%;width:9px;height:9px;border-radius:50%;background:#8b6bff;box-shadow:0 0 18px #8b6bff;transform:translateY(-50%)}body.tbchat-has-unread .side-menu a[href="/cabinet/chat"]:after,.side-menu a[href="/cabinet/chat"].tbchat-link-has-unread:after{display:block}.side-menu a[href="/cabinet/chat"].tbchat-link-has-unread span:after{content:attr(data-chat-unread);display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;margin-left:8px;padding:0 6px;border-radius:999px;background:linear-gradient(135deg,#6b5cff,#984dff);color:#fff;font-size:10px;font-weight:1000;box-shadow:0 0 18px rgba(126,92,255,.55)}.tbchat-global-toast{position:fixed;right:24px;bottom:24px;z-index:99999;max-width:min(420px,calc(100vw - 32px));min-height:76px;border:1px solid rgba(139,107,255,.38);border-radius:22px;background:linear-gradient(135deg,rgba(18,23,50,.96),rgba(65,43,132,.94));box-shadow:0 24px 90px rgba(0,0,0,.45),0 0 32px rgba(126,92,255,.24);backdrop-filter:blur(18px);color:#fff;display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:14px;align-items:center;padding:14px 16px;cursor:pointer;opacity:0;transform:translateY(18px) scale(.98);pointer-events:none;transition:.22s ease;text-align:left}.tbchat-toast-open .tbchat-global-toast{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.tbchat-global-toast__icon{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,#6b5cff,#8e48ff);box-shadow:0 16px 40px rgba(108,92,255,.32);font-size:22px}.tbchat-global-toast b{display:block;font-size:14px;line-height:1.15;margin-bottom:5px}.tbchat-global-toast small{display:block;color:rgba(255,255,255,.72);font-size:12px;font-weight:800;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tbchat-global-toast em{min-width:28px;height:28px;padding:0 8px;border-radius:999px;background:#fff;color:#5c43e8;display:inline-flex;align-items:center;justify-content:center;font-style:normal;font-size:12px;font-weight:1000}
@media(max-width:1200px){.tbchat-admin-grid{grid-template-columns:1fr}.tbchat-admin-help{order:-1}.tbchat-admin-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.tbchat-settings-grid,.tbchat-settings-grid.two{grid-template-columns:1fr}.tbchat-settings-head{display:grid}.tbchat-status{width:100%}}
@media(max-width:760px){.tbchat-page{padding:12px!important}.tbchat-shell{height:calc(100dvh - 170px);min-height:560px;border-radius:20px}.tbchat-head{padding:16px}.tbchat-head h1{font-size:25px}.tbchat-counter{display:none}.tbchat-rules,.tbchat-pin{margin:10px 12px 0;font-size:12px}.tbchat-messages{padding:12px;gap:10px}.tbchat-msg,.tbchat-msg.mine{max-width:100%;grid-template-columns:34px minmax(0,1fr)}.tbchat-msg.mine .tbchat-avatar{order:0}.tbchat-avatar{width:34px;height:34px;border-radius:12px}.tbchat-bubble{border-radius:16px;padding:11px}.tbchat-compose{grid-template-columns:1fr;gap:10px;padding:12px}.tbchat-compose textarea{min-height:48px}.tbchat-compose button{min-height:46px}.tbchat-admin-stats{grid-template-columns:1fr}.tbchat-admin-top{display:grid}.tbchat-shell.admin{height:calc(100dvh - 250px);min-height:540px}.tbchat-settings-head h1{font-size:26px}.tbchat-card{padding:14px;border-radius:18px}.tbchat-switch{grid-template-columns:1fr}.tbchat-switch i{justify-self:start}}
