:root{--bg-main:#000;--panel-bg:#09090b;--panel-card:#111114;--panel-hover:#18181c;--border-color:#222226;--border-hover:#3f3f46;--border-accent:#fff;--text-main:#fff;--text-muted:#a1a1aa;--text-dark:#71717a;--btn-bg:#fff;--btn-text:#000;--btn-hover:#e4e4e7;--danger-bg:#181212;--danger-border:#381a1a;--danger-text:#f87171;--radius-std:8px;--radius-lg:12px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-main);color:var(--text-main);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow:hidden}h1,h2,h3,h4,.title-large,.title-medium,.brand-logo{font-family:Outfit,Inter,sans-serif}code,.channel-id-code code{font-family:JetBrains Mono,monospace}#root{width:100vw;height:100vh;display:flex;overflow:hidden}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#27272a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#3f3f46}.app-container{background-color:var(--bg-main);width:100%;height:100%;display:flex}.sidebar{background-color:var(--panel-bg);border-right:1px solid var(--border-color);z-index:10;flex-direction:column;width:300px;padding:20px 16px;display:flex}.brand-logo{align-items:center;gap:12px;display:flex}.brand-icon{color:#000;letter-spacing:-.05em;background:#fff;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;font-size:1rem;font-weight:800;display:flex;box-shadow:0 2px 10px #ffffff26}.main-content{background-color:var(--bg-main);flex-direction:column;flex:1;gap:14px;padding:18px 20px;display:flex;overflow-y:auto}.panel{background-color:var(--panel-bg);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:16px 20px;box-shadow:0 4px 16px #0006}.header-panel{justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.panel-header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.title-large{letter-spacing:-.02em;color:var(--text-main);font-size:1.12rem;font-weight:700}.title-medium{color:var(--text-main);letter-spacing:-.01em;font-size:1rem;font-weight:600}.subtitle{color:var(--text-muted);font-size:.78rem}.header-account-avatar{color:#000;background:#fff;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.15rem;font-weight:800;display:flex;box-shadow:0 2px 12px #ffffff26}.header-account-avatar.placeholder{color:var(--text-muted);border:1px solid var(--border-color);box-shadow:none;background:#18181b}.account-live-badge{color:#fff;background:#ffffff0f;border:1px solid #ffffff26;border-radius:20px;align-items:center;gap:6px;padding:2px 8px;font-size:.72rem;font-weight:600;display:inline-flex}.pulsing-green-dot{background-color:#fff;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse-dot;box-shadow:0 0 6px #fffc}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.85)}}.header-meta-pill{color:var(--text-muted);border:1px solid var(--border-color);background:#141417;border-radius:6px;padding:3px 8px;font-size:.75rem;transition:all .15s}.header-meta-pill.clickable:hover{color:#fff;cursor:pointer;background:#222226;border-color:#fff;transform:translateY(-1px)}.status-pill{color:#fff;border:1px solid var(--border-color);background-color:#141417;border-radius:20px;align-items:center;gap:6px;padding:3px 10px;font-size:.75rem;font-weight:500;display:inline-flex}.status-pill-channels{color:#fff;background:#18181b;border-color:#27272a}.status-dot{background-color:#fff;border-radius:50%;width:6px;height:6px}.btn{border-radius:var(--radius-std);cursor:pointer;-webkit-user-select:none;user-select:none;border:1px solid #0000;justify-content:center;align-items:center;gap:7px;padding:8px 15px;font-size:.83rem;font-weight:600;transition:all .15s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn:active{transform:scale(.98)}.btn-primary{color:#000;background:#fff;border-color:#fff}.btn-primary:hover{background:#e4e4e7;border-color:#e4e4e7}.btn-glow{color:#000;background:#fff;border-color:#fff;font-weight:700;box-shadow:0 2px 12px #ffffff2e}.btn-glow:hover{background:#f4f4f5;transform:translateY(-1px);box-shadow:0 4px 18px #ffffff4d}.btn-primary:disabled,.btn-glow:disabled{opacity:.3;cursor:not-allowed;box-shadow:none!important;transform:none!important}.btn-outline{color:var(--text-main);border:1px solid var(--border-color);background-color:#121215}.btn-outline:hover{background-color:#1c1c20;border-color:#52525b;transform:translateY(-1px)}.btn-clean-acc:hover,.btn-export-acc:hover{color:#fff;border-color:#fff}.btn-danger{color:#f87171;background-color:#1f1414;border:1px solid #3b1f1f}.btn-danger:hover{color:#000;background-color:#f87171;border-color:#f87171}.btn-warning{color:#fbbf24;background-color:#1c1a14;border:1px solid #383017}.btn-warning:hover{color:#000;background-color:#fbbf24;border-color:#fbbf24}.tab-switcher{border-radius:var(--radius-std);border:1px solid var(--border-color);background-color:#121215;gap:2px;padding:3px;display:flex}.tab-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:5px 12px;font-size:.76rem;font-weight:600;transition:all .15s}.tab-btn:hover{color:#fff}.tab-btn.active{color:#000;background:#fff}.account-card{border:1px solid var(--border-color);border-radius:var(--radius-std);cursor:pointer;background-color:#111114;justify-content:space-between;align-items:center;padding:10px 12px;transition:all .15s;display:flex;position:relative}.account-card:hover{background-color:#18181c;border-color:#3f3f46;transform:translate(2px)}.account-card.active{background:#18181c;border-color:#fff}.account-card.active:before{content:"";background:#fff;border-radius:0 3px 3px 0;width:3px;position:absolute;top:6px;bottom:6px;left:0}.account-avatar{color:#fff;border:1px solid var(--border-color);background:#202024;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:.9rem;font-weight:700;display:flex}.account-card.active .account-avatar{color:#000;background:#fff;border-color:#fff}.btn-delete-acc{color:var(--text-dark);cursor:pointer;opacity:.5;background:0 0;border:none;border-radius:4px;padding:3px 6px;font-size:.9rem;transition:all .15s}.account-card:hover .btn-delete-acc{opacity:1}.btn-delete-acc:hover{color:#fff;background-color:#27272a}.empty-accounts-box{text-align:center;border:1px dashed var(--border-color);border-radius:var(--radius-std);color:var(--text-muted);flex-direction:column;align-items:center;padding:24px 12px;font-size:.82rem;display:flex}.quick-filter-bar{gap:8px;margin-bottom:12px;padding-bottom:2px;display:flex;overflow-x:auto}.quick-filter-btn{border:1px solid var(--border-color);color:var(--text-muted);cursor:pointer;white-space:nowrap;background:#111114;border-radius:20px;align-items:center;gap:4px;padding:5px 12px;font-size:.77rem;font-weight:600;transition:all .15s;display:inline-flex}.quick-filter-btn:hover{color:#fff;background:#1c1c20;border-color:#3f3f46}.quick-filter-btn.active{color:#000;background:#fff;border-color:#fff}.search-wrapper{align-items:center;display:flex;position:relative}.search-icon{opacity:.5;pointer-events:none;font-size:.78rem;position:absolute;left:10px}.search-input{width:220px;border-radius:var(--radius-std)!important;padding-left:30px!important;padding-right:28px!important}.search-clear{color:var(--text-muted);cursor:pointer;background:0 0;border:none;font-size:1.1rem;line-height:1;position:absolute;right:8px}.search-clear:hover{color:#fff}.dashboard-grid{flex:1;grid-template-columns:minmax(0,1fr) 350px;gap:16px;width:100%;min-height:0;display:grid}@media (width<=1200px){.dashboard-grid{grid-template-columns:minmax(0,1fr) 320px}}@media (width<=990px){.dashboard-grid{grid-template-columns:1fr}}.channel-grid{flex:1;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-auto-rows:max-content;align-content:start;align-items:start;gap:14px;padding-right:4px;display:grid;overflow-y:auto}.channel-card{background-color:var(--panel-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);flex-direction:column;gap:12px;padding:15px;transition:all .18s cubic-bezier(.4,0,.2,1);display:flex;position:relative;box-shadow:0 2px 10px #0000004d}.channel-card:hover{background-color:var(--panel-hover);border-color:#3f3f46;transform:translateY(-2px);box-shadow:0 6px 20px #00000080}.channel-card.selected{background-color:#17171c;border-color:#fff;box-shadow:0 0 0 1px #fff,0 6px 20px #00000080}.channel-card-top{align-items:flex-start;gap:12px;display:flex}.channel-checkbox-wrapper{cursor:pointer;justify-content:center;align-items:center;padding:2px;display:flex}.channel-checkbox{cursor:pointer;accent-color:#fff;width:16px;height:16px}.channel-photo-wrapper{border:1px solid var(--border-color);background-color:#1e1e24;border-radius:10px;flex-shrink:0;width:46px;height:46px;overflow:hidden}.channel-photo{object-fit:cover;width:100%;height:100%}.channel-avatar-fallback{color:#fff;-webkit-user-select:none;user-select:none;background:#1e1e24;justify-content:center;align-items:center;width:100%;height:100%;font-family:Outfit,Inter,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-size:1.25rem;font-weight:700;display:flex}.channel-info{flex:1;min-width:0}.channel-title-row{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.channel-title{color:#fff;white-space:nowrap;text-overflow:ellipsis;letter-spacing:-.01em;margin:0;font-size:.94rem;font-weight:700;overflow:hidden}.badge-members{color:#fff;border:1px solid var(--border-color);white-space:nowrap;background:#18181c;border-radius:10px;padding:2px 7px;font-size:.72rem;font-weight:600}.channel-meta-row{flex-wrap:wrap;align-items:center;gap:8px;margin-top:3px;display:flex}.channel-id-code{color:var(--text-muted);align-items:center;gap:4px;font-size:.75rem;display:inline-flex}.channel-id-code code{color:#d4d4d8;background:#1c1c20;border:1px solid #27272a;border-radius:4px;padding:1px 5px}.clickable-copy{cursor:pointer;transition:all .15s}.clickable-copy:hover code{color:#fff;background:#27272a;border-color:#fff}.copy-icon{opacity:.5;font-size:.72rem;transition:opacity .15s}.clickable-copy:hover .copy-icon{opacity:1}.channel-username{color:#d4d4d8;border:1px solid var(--border-color);background:#18181c;border-radius:4px;padding:1px 6px;font-size:.74rem;font-weight:500}.channel-username.clickable-copy:hover{color:#fff;border-color:#fff}.channel-tags-row{flex-wrap:wrap;align-items:center;gap:6px;margin-top:6px;display:flex}.badge-tag{color:#e4e4e7;background:#18181c;border:1px solid #27272a;border-radius:4px;align-items:center;gap:4px;padding:1px 6px;font-size:.68rem;font-weight:600;display:inline-flex}.badge-creator{color:#fff;border-color:#3f3f46}.badge-restricted{color:#f87171;background:#241414;border-color:#3f1e1e}.badge-protected{color:#e4e4e7;border-color:#3f3f46}.channel-desc{color:var(--text-muted);-webkit-line-clamp:2;background:#0d0d0f;border-left:2px solid #52525b;border-radius:6px;-webkit-box-orient:vertical;margin:0;padding:8px 10px;font-size:.78rem;line-height:1.4;display:-webkit-box;overflow:hidden}.channel-card-actions{border-top:1px solid #1c1c20;grid-template-columns:repeat(4,1fr);gap:6px;margin-top:2px;padding-top:10px;display:grid}.btn-action{border:1px solid var(--border-color);color:var(--text-muted);cursor:pointer;white-space:nowrap;background-color:#141418;border-radius:6px;justify-content:center;align-items:center;gap:4px;padding:6px 4px;font-size:.74rem;font-weight:600;transition:all .15s;display:flex}.btn-action .action-icon{font-size:.82rem}.btn-action:hover{color:#000;background-color:#fff;border-color:#fff;transform:translateY(-1px)}.btn-action.btn-bots:hover,.btn-action.btn-edit:hover{color:#000;background:#fff;border-color:#fff}.btn-action.btn-clear:hover{color:#000;background:#fbbf24;border-color:#fbbf24}.btn-action.btn-delete:hover{color:#000;background:#f87171;border-color:#f87171}.channel-list-container{flex-direction:column;flex:1;gap:7px;padding-right:4px;display:flex;overflow-y:auto}.channel-list-row{background-color:var(--panel-card);border:1px solid var(--border-color);border-radius:var(--radius-std);align-items:center;gap:12px;padding:9px 14px;transition:all .15s;display:flex}.channel-list-row:hover{background-color:var(--panel-hover);border-color:#3f3f46;transform:translate(2px)}.channel-list-row.selected{background-color:#18181c;border-color:#fff}.channel-list-photo{border:1px solid var(--border-color);background:#1e1e24;border-radius:8px;flex-shrink:0;width:38px;height:38px;overflow:hidden}.channel-list-photo img{object-fit:cover;width:100%;height:100%}.channel-list-main{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.channel-list-title-box{align-items:center;gap:8px;display:flex}.channel-list-title{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;overflow:hidden}.channel-list-sub{color:var(--text-muted);align-items:center;gap:10px;font-size:.73rem;display:flex}.channel-list-sub code{color:#d4d4d8;background:#1c1c20;border-radius:4px;padding:1px 5px}.channel-list-stats{align-items:center;margin-right:8px;display:flex}.channel-list-actions{gap:5px;display:flex}.channel-list-actions .btn-action{padding:5px 9px}.input-group{flex-direction:column;gap:5px;display:flex}.input-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.76rem;font-weight:600}.input-field{border:1px solid var(--border-color);color:var(--text-main);border-radius:var(--radius-std);background-color:#111114;outline:none;padding:9px 12px;font-family:inherit;font-size:.86rem;transition:all .15s}.input-field:focus{background-color:#16161a;border-color:#fff;box-shadow:0 0 0 2px #ffffff26}.textarea-field{resize:vertical;min-height:110px;line-height:1.5}.font-toolbar{flex-wrap:wrap;gap:4px;margin-bottom:6px;display:flex}.font-btn{border:1px solid var(--border-color);color:var(--text-muted);cursor:pointer;background:#141418;border-radius:5px;padding:4px 8px;font-size:.72rem;font-weight:600;transition:all .15s}.font-btn:hover{color:#fff;background:#27272a;border-color:#52525b}.creation-photo-preview-wrapper{border:2px solid #fff;border-radius:10px;width:52px;height:52px;position:relative;overflow:hidden}.creation-photo-img{object-fit:cover;width:100%;height:100%}.creation-photo-remove{color:#f87171;cursor:pointer;background:#000;border:1px solid #333;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.8rem;line-height:1;display:flex;position:absolute;top:2px;right:2px}.dynamic-bot-container{border:1px solid var(--border-color);border-radius:var(--radius-std);background:#111114;flex-direction:column;gap:8px;padding:12px;display:flex}.dynamic-bot-header{justify-content:space-between;align-items:center;display:flex}.btn-add-bot-pill{color:#fff;cursor:pointer;background:#1c1c20;border:1px dashed #3f3f46;border-radius:20px;align-items:center;gap:5px;padding:3px 10px;font-size:.75rem;font-weight:600;transition:all .15s;display:inline-flex}.btn-add-bot-pill:hover{color:#000;background:#fff;border-color:#fff;transform:translateY(-1px)}.btn-add-bot-pill .plus-icon{font-size:.95rem;font-weight:700;line-height:1}.dynamic-bot-list{flex-direction:column;gap:7px;max-height:190px;padding-right:2px;display:flex;overflow-y:auto}.dynamic-bot-row{border:1px solid var(--border-color);border-radius:var(--radius-std);background:#0d0d0f;align-items:center;gap:8px;padding:3px 6px 3px 8px;transition:all .15s;display:flex}.dynamic-bot-row:focus-within{background:#141418;border-color:#fff}.dynamic-bot-badge{color:#a1a1aa;white-space:nowrap;-webkit-user-select:none;user-select:none;background:#1c1c20;border:1px solid #27272a;border-radius:4px;padding:3px 7px;font-size:.72rem;font-weight:700}.dynamic-bot-input{color:#fff;flex:1;font-size:.85rem;box-shadow:none!important;background:0 0!important;border:none!important;outline:none!important;padding:6px 8px!important}.btn-remove-bot{color:var(--text-dark);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:2px 7px;font-size:1.2rem;line-height:1;transition:all .15s;display:flex}.btn-remove-bot:hover{color:#f87171;background:#f8717126}.dynamic-bot-info{color:var(--text-dark);margin-top:2px;font-size:.73rem;line-height:1.3}.modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background-color:#000000d9;justify-content:center;align-items:center;animation:.15s fadeIn;display:flex;position:fixed;inset:0}.modal-content{background-color:var(--panel-bg);border:1px solid var(--border-color);border-radius:var(--radius-lg);width:100%;max-width:460px;padding:22px;animation:.15s scaleUp;box-shadow:0 20px 40px #000000e6}.modal-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:10px;display:flex}.modal-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;font-size:1.3rem;line-height:1}.modal-close:hover{color:#fff}.floating-toast{color:#000;z-index:9999;pointer-events:none;background:#fff;border:1px solid #fff;border-radius:30px;align-items:center;gap:8px;padding:9px 18px;font-size:.84rem;font-weight:700;animation:.2s cubic-bezier(.4,0,.2,1) toastSlideUp;display:inline-flex;position:fixed;bottom:30px;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #0009,0 0 20px #fff3}.floating-toast .toast-icon{font-size:.95rem}@keyframes toastSlideUp{0%{opacity:0;transform:translate(-50%,12px)}to{opacity:1;transform:translate(-50%)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleUp{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.modal-tab-switcher{border-bottom:1px solid var(--border-color);gap:8px;padding-bottom:8px;display:flex}.channel-admins-list-wrapper{max-height:380px;padding-right:4px;overflow-y:auto}.admins-list{flex-direction:column;gap:8px;display:flex}.admin-card{border:1px solid var(--border-color);border-radius:var(--radius-std);background:#111114;align-items:center;gap:12px;padding:10px 12px;transition:all .15s;display:flex}.admin-card:hover{background:#18181c;border-color:#3f3f46}.admin-avatar-box{border:1px solid var(--border-color);background:#1e1e24;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex;overflow:hidden}.admin-avatar-img{object-fit:cover;width:100%;height:100%}.admin-avatar-fallback{color:#fff;font-size:.92rem;font-weight:700}.admin-info{flex:1;min-width:0}.admin-name-row{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:3px;display:flex}.admin-name{color:var(--text-main);white-space:nowrap;text-overflow:ellipsis;font-size:.88rem;font-weight:600;overflow:hidden}.admin-sub-row{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:8px;font-size:.74rem;display:flex}.admin-id code{color:#a1a1aa;font-size:.72rem}.badge-bot{color:#fff;background:#1c1c20;border:1px solid #3f3f46;border-radius:4px;padding:1px 6px;font-size:.68rem;font-weight:600}.badge-self{color:#000;background:#fff;border:1px solid #fff;border-radius:4px;padding:1px 6px;font-size:.68rem;font-weight:700}.admin-title-badge{color:#a1a1aa;border:1px solid var(--border-color);background:#18181c;border-radius:3px;padding:1px 5px;font-size:.7rem}.admin-actions{align-items:center;gap:6px;display:flex}.notification-bell-btn{border:1px solid var(--border-color);color:var(--text-main);cursor:pointer;background:#121215;border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.1rem;transition:all .15s;display:flex;position:relative}.notification-bell-btn:hover{background:#1c1c20;border-color:#52525b}.notification-badge{color:#000;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.68rem;font-weight:800;display:flex;position:absolute;top:-4px;right:-4px;box-shadow:0 0 8px #fff6}.edit-photo-preview-box{border:1px solid var(--border-color);background-color:#18181c;border-radius:12px;justify-content:center;align-items:center;width:90px;height:90px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #0006}.edit-photo-img{object-fit:cover!important;width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important;display:block!important}.edit-photo-placeholder{color:#fff;background-color:#1e1e24;justify-content:center;align-items:center;width:100%;height:100%;font-size:1.8rem;font-weight:700;display:flex}.error-banner{background-color:var(--danger-bg);border:1px solid var(--danger-border);color:var(--danger-text);border-radius:var(--radius-std);margin-bottom:14px;padding:10px 12px;font-size:.82rem}.warning-banner{color:#fbbf24;border-radius:var(--radius-std);background-color:#1c1a14;border:1px solid #383017;margin-bottom:14px;padding:10px 12px;font-size:.82rem}.hint-banner{border:1px solid var(--border-color);color:#fff;border-radius:var(--radius-std);background-color:#141418;align-items:center;gap:6px;margin-bottom:14px;padding:10px 14px;font-size:.82rem;display:flex}.password-input-wrapper{align-items:center;width:100%;display:flex;position:relative}.password-input-wrapper .input-field,.password-input{width:100%!important;padding-right:95px!important}.btn-toggle-password{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:4px;line-height:1;transition:all .15s;display:flex;position:absolute;top:50%;right:6px;transform:translateY(-50%);color:#a1a1aa!important;background:#1c1c20!important;border:1px solid #2e2e33!important;border-radius:5px!important;padding:4px 8px!important;font-size:.74rem!important;font-weight:600!important}.btn-toggle-password:hover{color:#000!important;background:#fff!important;border-color:#fff!important}.bulk-floating-bar{z-index:1000;background:#0d0d10;border:1px solid #fff;border-radius:40px;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;max-width:95vw;padding:8px 14px 8px 16px;animation:.22s cubic-bezier(.4,0,.2,1) toastSlideUp;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 16px 40px #000000e6,0 0 20px #ffffff26}.bulk-badge{color:#000;white-space:nowrap;letter-spacing:-.01em;background:#fff;border-radius:20px;padding:5px 12px;font-size:.78rem;font-weight:800}.bulk-btn-group{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.bulk-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#18181c;border:1px solid #2e2e33;border-radius:20px;align-items:center;gap:5px;padding:6px 12px;font-size:.76rem;font-weight:600;transition:all .15s;display:inline-flex}.bulk-btn:hover{color:#000;background:#fff;border-color:#fff;transform:translateY(-1px)}.bulk-btn.danger{color:#f87171;background:#241414;border-color:#3f1e1e}.bulk-btn.danger:hover{color:#000;background:#f87171;border-color:#f87171}.bulk-btn-close{color:#a1a1aa;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0 4px;font-size:1.3rem;line-height:1;transition:color .15s;display:flex}.bulk-btn-close:hover{color:#fff}.modal-medium{max-width:540px!important}.modal-large{max-width:720px!important}.filter-grid{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.filter-card{border:1px solid var(--border-color);border-radius:var(--radius-std);cursor:pointer;-webkit-user-select:none;user-select:none;background:#111114;align-items:center;gap:12px;padding:10px 14px;transition:all .15s;display:flex}.filter-card:hover{background:#18181c;border-color:#3f3f46}.filter-card.active{background:#16161a;border-color:#fff}.filter-card input[type=checkbox]{accent-color:#fff;cursor:pointer;flex-shrink:0;width:17px;height:17px}.filter-card-text{flex-direction:column;flex:1;gap:2px;display:flex}.filter-card-title{color:#fff;font-size:.86rem;font-weight:600}.filter-card-sub{color:var(--text-muted);font-size:.74rem;line-height:1.3}select.input-field{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a1a1aa' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-position:right 10px center;background-repeat:no-repeat;background-size:14px;padding-right:32px}select.input-field option{color:#fff;background-color:#111114;padding:8px}.exporter-stats-bar{border:1px solid var(--border-color);border-radius:var(--radius-std);background:#111114;justify-content:space-between;align-items:center;gap:10px;margin-bottom:16px;padding:8px 14px;display:flex}.exporter-stat-item{color:var(--text-muted);align-items:center;gap:6px;font-size:.78rem;display:flex}.exporter-stat-num{color:#fff;background:#1c1c20;border:1px solid #27272a;border-radius:4px;padding:2px 7px;font-weight:700}.exporter-stat-num.valid{color:#000;background:#fff;border-color:#fff}.exporter-stat-num.ignored{color:#f87171;background:#241414;border-color:#3f1e1e}.preview-textarea{resize:vertical;box-sizing:border-box;outline:none;width:100%;min-height:110px;max-height:180px;line-height:1.5;color:#fff!important;border:1px solid var(--border-color)!important;border-radius:var(--radius-std)!important;background:#09090b!important;padding:10px 12px!important;font-family:JetBrains Mono,monospace!important;font-size:.8rem!important}.preview-textarea:focus{border-color:#fff!important;box-shadow:0 0 0 2px #ffffff26!important}.copy-toast{color:#fff;background:#1c1c20;border:1px solid #3f3f46;border-radius:4px;padding:2px 8px;font-size:.72rem;animation:.2s fadeIn}.exporter-format-selector,.exporter-filters-grid{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:8px;margin-top:8px;display:grid}.exporter-format-card,.exporter-filter-card{border:1px solid var(--border-color);border-radius:var(--radius-std);cursor:pointer;background:#111114;flex-direction:column;gap:4px;padding:10px;transition:all .15s;display:flex}.exporter-format-card:hover,.exporter-filter-card:hover{background:#18181c;border-color:#3f3f46}.exporter-format-card.active,.exporter-filter-card.active{background:#18181c;border-color:#fff}.clean-account-modal{flex-direction:column;max-height:90vh;display:flex;width:95vw!important;max-width:660px!important}.clean-modal-body{flex-direction:column;gap:12px;padding:8px 0 0;display:flex;overflow-y:auto}.clean-filters-bar{border:1px solid var(--border-color);border-radius:var(--radius-std);background:#111114;flex-direction:column;gap:10px;padding:12px;display:flex}.clean-filter-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.clean-filter-group{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.clean-filter-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.76rem;font-weight:600}.clean-selection-toolbar{justify-content:space-between;align-items:center;padding:2px 4px;display:flex}.clean-selection-count{color:var(--text-muted);font-size:.8rem}.clean-selection-count strong{color:#fff;font-weight:700}.clean-chats-list{border:1px solid var(--border-color);border-radius:var(--radius-std);background:#09090b;flex-direction:column;gap:6px;max-height:250px;padding:8px;display:flex;overflow-y:auto}.clean-chat-item{border:1px solid var(--border-color);border-radius:var(--radius-std);cursor:pointer;-webkit-user-select:none;user-select:none;background:#111114;align-items:center;gap:12px;padding:9px 12px;transition:all .15s;display:flex}.clean-chat-item:hover{background:#18181c;border-color:#3f3f46}.clean-chat-item.selected{background:#18181c;border-color:#fff}.clean-chat-checkbox{accent-color:#fff;cursor:pointer;flex-shrink:0;width:17px;height:17px}.clean-chat-avatar{border:1px solid var(--border-color);background:#1e1e24;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex;overflow:hidden}.clean-chat-avatar img{object-fit:cover;width:100%;height:100%;display:block}.clean-chat-avatar span{color:#fff;font-family:Outfit,Inter,sans-serif;font-size:1.15rem;font-weight:700}.clean-chat-info{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.clean-chat-title-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.clean-chat-title{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:.88rem;font-weight:600;overflow:hidden}.role-badge{border-radius:4px;padding:1px 6px;font-size:.68rem;font-weight:600}.role-badge.owner{color:#fff;background:#18181c;border:1px solid #3f3f46}.role-badge.admin{color:#a1a1aa;background:#18181c;border:1px solid #2e2e33}.role-badge.member{color:#71717a;background:#141418;border:1px solid #27272a}.clean-chat-subinfo{color:var(--text-muted);align-items:center;gap:6px;font-size:.74rem;display:flex}.clean-chat-subinfo code{color:#d4d4d8;background:#1c1c20;border-radius:4px;padding:1px 5px;font-family:JetBrains Mono,monospace;font-size:.72rem}.clean-actions-box{border:1px solid var(--border-color);border-radius:var(--radius-std);background:#111114;padding:12px}.clean-actions-grid{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px;display:grid}.clean-action-card{border:1px solid var(--border-color);border-radius:var(--radius-std);cursor:pointer;background:#0d0d0f;align-items:flex-start;gap:10px;padding:10px 12px;transition:all .15s;display:flex}.clean-action-card:hover{background:#18181c;border-color:#3f3f46}.clean-action-card.active{background:#18181c;border-color:#fff}.clean-action-card.danger.active{background:#1c1414;border-color:#f87171}.clean-action-card input[type=radio]{accent-color:#fff;cursor:pointer;flex-shrink:0;width:16px;height:16px;margin-top:2px}.clean-action-content{flex-direction:column;gap:2px;display:flex}.clean-action-title{color:#fff;font-size:.84rem;font-weight:700}.clean-action-desc{color:var(--text-muted);font-size:.72rem;line-height:1.3}.clean-option-checkbox{border:1px solid var(--border-color);border-radius:var(--radius-std);color:#fff;cursor:pointer;background:#0d0d0f;align-items:center;gap:10px;padding:8px 12px;font-size:.8rem;transition:all .15s;display:flex}.clean-option-checkbox:hover{background:#18181c;border-color:#3f3f46}.clean-option-checkbox.active{background:#18181c;border-color:#fff}.clean-option-checkbox input[type=checkbox]{accent-color:#fff;cursor:pointer;flex-shrink:0;width:16px;height:16px}.clean-modal-footer{border-top:1px solid var(--border-color);justify-content:flex-end;gap:12px;margin-top:14px;padding-top:12px;display:flex}
