.selfbot-scope{--bg:#080b12;--panel:#10151f;--panel-2:#151b27;--line:#242c3a;--line-soft:#1c2430;--text:#eef2f8;--muted:#8e9aac;--accent:#7189ff;--accent-2:#9c6dff;--green:#41d19b;--yellow:#f2b84b;--red:#f46f81;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.selfbot-scope *{box-sizing:border-box}.selfbot-scope html,.selfbot-scope body{min-height:100%}.selfbot-scope body{background:var(--bg);color:var(--text);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.selfbot-scope button,.selfbot-scope input,.selfbot-scope select,.selfbot-scope textarea{font:inherit}.selfbot-scope button,.selfbot-scope a{-webkit-tap-highlight-color:transparent}.selfbot-scope a{color:inherit;text-decoration:none}.selfbot-scope .adminShell{grid-template-columns:248px minmax(0,1fr);min-height:100vh;display:grid}.selfbot-scope .sidebar{border-right:1px solid var(--line-soft);background:#0c1018;flex-direction:column;height:100vh;padding:22px 14px;display:flex;position:sticky;top:0}.selfbot-scope .brand{align-items:center;gap:12px;padding:0 8px 22px;display:flex}.selfbot-scope .brandMark{background:linear-gradient(135deg, var(--accent), var(--accent-2));color:#fff;border-radius:11px;place-items:center;width:38px;height:38px;font-weight:850;display:grid;box-shadow:0 10px 30px #5e64ff35}.selfbot-scope .brand strong{letter-spacing:.01em;font-size:14px;display:block}.selfbot-scope .brand span{color:var(--muted);margin-top:2px;font-size:11px;display:block}.selfbot-scope .nav{gap:3px;display:grid;overflow-y:auto}.selfbot-scope .navGroup{color:#667386;letter-spacing:.11em;text-transform:uppercase;padding:17px 11px 6px;font-size:10px;font-weight:750}.selfbot-scope .navLink{color:#9eabba;border-radius:9px;align-items:center;gap:11px;min-height:39px;padding:0 11px;font-size:13px;font-weight:580;transition:all .16s;display:flex}.selfbot-scope .navLink:hover{color:#e8edf5;background:#151b26}.selfbot-scope .navLink.active{color:#fff;box-shadow:inset 2px 0 var(--accent);background:linear-gradient(90deg,#7189ff1d,#9c6dff12)}.selfbot-scope .navIcon{color:#7c899c;text-align:center;width:19px}.selfbot-scope .sidebarFooter{margin-top:auto;padding:16px 8px 0}.selfbot-scope .connection{color:var(--muted);align-items:center;gap:7px;margin-bottom:10px;font-size:11px;display:flex}.selfbot-scope .connectionDot{background:var(--yellow);border-radius:50%;width:7px;height:7px;box-shadow:0 0 10px}.selfbot-scope .connectionDot.online{background:var(--green)}.selfbot-scope .connectionDot.offline{background:var(--red)}.selfbot-scope .adminMain{min-width:0}.selfbot-scope .topbar{z-index:20;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#080b12e8;border-bottom:1px solid #181f2a;justify-content:space-between;align-items:center;height:68px;padding:0 clamp(20px,3vw,42px);display:flex;position:sticky;top:0}.selfbot-scope .topbarTitle{font-size:14px;font-weight:700}.selfbot-scope .topbarMeta{color:var(--muted);align-items:center;gap:12px;font-size:12px;display:flex}.selfbot-scope .content{width:min(1520px,100%);padding:34px clamp(20px,3vw,42px) 70px}.selfbot-scope .pageHead{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:28px;display:flex}.selfbot-scope .eyebrow{color:#8090aa;letter-spacing:.13em;text-transform:uppercase;margin:0 0 7px;font-size:10px;font-weight:750}.selfbot-scope .pageHead h1{letter-spacing:-.035em;margin:0;font-size:clamp(25px,3vw,34px);line-height:1.12}.selfbot-scope .pageHead p{max-width:680px;color:var(--muted);margin:9px 0 0;font-size:13px;line-height:1.6}.selfbot-scope .stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px;display:grid}.selfbot-scope .stat{border:1px solid var(--line-soft);background:linear-gradient(145deg,#121823,#0e131c);border-radius:13px;min-height:114px;padding:19px}.selfbot-scope .statLabel{color:var(--muted);letter-spacing:.025em;font-size:11px;font-weight:650}.selfbot-scope .statValue{letter-spacing:-.035em;margin-top:14px;font-size:27px;font-weight:780;display:block}.selfbot-scope .statNote{color:#647185;margin-top:5px;font-size:10px;display:block}.selfbot-scope .panelGrid{grid-template-columns:repeat(12,minmax(0,1fr));gap:14px;display:grid}.selfbot-scope .panel{border:1px solid var(--line-soft);background:var(--panel);border-radius:14px;min-width:0;overflow:hidden}.selfbot-scope .panelGrid>.panel{grid-column:span 12}.selfbot-scope .panelGrid>.panel.half{grid-column:span 6}.selfbot-scope .panelGrid>.panel.third{grid-column:span 4}.selfbot-scope .panelHeader{border-bottom:1px solid var(--line-soft);justify-content:space-between;align-items:center;gap:16px;min-height:60px;padding:14px 18px;display:flex}.selfbot-scope .panelTitle{margin:0;font-size:13px;font-weight:700}.selfbot-scope .panelSubtitle{color:var(--muted);margin:4px 0 0;font-size:11px}.selfbot-scope .panelBody{padding:18px}.selfbot-scope .panelBody.flush{padding:0}.selfbot-scope .toolbar{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.selfbot-scope .toolbarEnd{margin-left:auto}.selfbot-scope .input,.selfbot-scope .select,.selfbot-scope .textarea{min-height:38px;color:var(--text);background:#0b1018;border:1px solid #2a3445;border-radius:8px;outline:none;padding:8px 11px;transition:all .15s}.selfbot-scope .input::placeholder,.selfbot-scope .textarea::placeholder{color:#596678}.selfbot-scope .input:focus,.selfbot-scope .select:focus,.selfbot-scope .textarea:focus{border-color:#647cff;box-shadow:0 0 0 3px #647cff16}.selfbot-scope .textarea{resize:vertical;min-height:110px;line-height:1.5}.selfbot-scope .textarea.tall{min-height:150px}.selfbot-scope .search{width:min(320px,100%)}.selfbot-scope .button{color:#dce3ed;cursor:pointer;background:#171e2a;border:1px solid #2d3747;border-radius:8px;justify-content:center;align-items:center;gap:7px;min-height:36px;padding:7px 12px;font-size:12px;font-weight:650;transition:all .15s;display:inline-flex}.selfbot-scope .button:hover:not(:disabled){background:#1c2533;border-color:#46536a;transform:translateY(-1px)}.selfbot-scope .button.primary{color:#fff;background:#7189ff;border-color:#7189ff}.selfbot-scope .button.danger{color:#ff9aaa;background:#30171d;border-color:#743542}.selfbot-scope .button.ghost{color:var(--muted);background:0 0;border-color:#0000}.selfbot-scope .button.small{min-height:30px;padding:5px 9px;font-size:11px}.selfbot-scope .button:disabled{cursor:not-allowed;opacity:.48}.selfbot-scope .button.disabled{cursor:wait;opacity:.48;pointer-events:none}.selfbot-scope .logout{width:100%}.selfbot-scope .tableWrap{width:100%;overflow:auto}.selfbot-scope .table{border-collapse:collapse;width:100%;font-size:12px}.selfbot-scope .table th{border-bottom:1px solid var(--line);color:#6e7b8d;letter-spacing:.055em;text-align:left;text-transform:uppercase;white-space:nowrap;height:40px;padding:0 13px;font-size:10px;font-weight:700}.selfbot-scope .table td{color:#cbd3df;vertical-align:middle;border-bottom:1px solid #1a222e;height:53px;padding:9px 13px}.selfbot-scope .table tr:last-child td{border-bottom:0}.selfbot-scope .table tbody tr:hover{background:#151b24}.selfbot-scope .tablePrimary{color:#f4f6fb;font-weight:650}.selfbot-scope .tableSecondary{color:#718095;text-overflow:ellipsis;white-space:nowrap;max-width:300px;margin-top:3px;font-size:10px;display:block;overflow:hidden}.selfbot-scope .secret{color:#8996aa;font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.selfbot-scope .badge{color:#a4b0c1;white-space:nowrap;background:#161d27;border:1px solid #303a49;border-radius:999px;align-items:center;gap:6px;min-height:23px;padding:2px 8px;font-size:10px;font-weight:700;display:inline-flex}.selfbot-scope .badge:before{content:"";background:currentColor;border-radius:50%;width:5px;height:5px}.selfbot-scope .badge.green{color:#62deb0;background:#102d24;border-color:#225c48}.selfbot-scope .badge.red{color:#fa8596;background:#30171c;border-color:#63323a}.selfbot-scope .badge.yellow{color:#efbd60;background:#2d2414;border-color:#644d27}.selfbot-scope .pager{border-top:1px solid var(--line-soft);color:var(--muted);justify-content:flex-end;align-items:center;gap:10px;padding:13px 16px;font-size:11px;display:flex}.selfbot-scope .formGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.selfbot-scope .field{color:#9ba8b8;gap:7px;font-size:11px;font-weight:650;display:grid}.selfbot-scope .field.full{grid-column:1/-1}.selfbot-scope .field .input,.selfbot-scope .field .select,.selfbot-scope .field .textarea{width:100%}.selfbot-scope .check{color:#a6b0be;align-items:center;gap:8px;font-size:12px;display:flex}.selfbot-scope .check input{accent-color:var(--accent)}.selfbot-scope .modalBackdrop{z-index:100;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#020408bc;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.selfbot-scope .modal{background:#111722;border:1px solid #303a4d;border-radius:15px;width:min(620px,100%);max-height:calc(100vh - 40px);overflow-y:auto;box-shadow:0 30px 100px #000a}.selfbot-scope .modalHeader{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.selfbot-scope .modalHeader h2{margin:0;font-size:15px}.selfbot-scope .modalBody{padding:20px}.selfbot-scope .modalFooter{border-top:1px solid var(--line);justify-content:flex-end;gap:8px;padding:14px 20px;display:flex}.selfbot-scope .empty{color:#68768a;text-align:center;place-items:center;min-height:190px;padding:30px;font-size:12px;display:grid}.selfbot-scope .loadingBar{background:linear-gradient(90deg, transparent, var(--accent), transparent);background-size:200% 100%;height:2px;animation:1.1s linear infinite loading}.selfbot-scope .errorBox{color:#ff9cab;background:#2a151a;border:1px solid #67343d;border-radius:9px;margin:14px;padding:12px;font-size:12px}@keyframes loading{to{background-position:-200% 0}}.selfbot-scope .actionCards{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.selfbot-scope .actionCard{border:1px solid var(--line);background:#121924;border-radius:11px;min-height:105px;padding:16px;transition:all .16s;display:block}.selfbot-scope .actionCard:hover{border-color:#485778;transform:translateY(-2px)}.selfbot-scope .actionCard strong{font-size:12px;display:block}.selfbot-scope .actionCard span{color:var(--muted);margin-top:7px;font-size:10px;line-height:1.55;display:block}.selfbot-scope .poolCards{grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;display:grid}.selfbot-scope .poolCard{border:1px solid var(--line);background:#121823;border-radius:11px;padding:15px}.selfbot-scope .poolCardHead{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.selfbot-scope .poolCard h3{margin:0;font-size:13px}.selfbot-scope .poolCard p{min-height:34px;color:var(--muted);margin:8px 0;font-size:10px;line-height:1.55}.selfbot-scope .importBox{background:#0c121b;border:1px dashed #354259;border-radius:11px;padding:15px}.selfbot-scope .importBox>div:first-child{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.selfbot-scope .importBox p{color:var(--muted);margin:5px 0 12px;font-size:10px;font-weight:400;line-height:1.5}.selfbot-scope .importBox>.button{width:fit-content}.selfbot-scope .importResult{color:#a5e9ce;background:#112a23;border:1px solid #315e4f;border-radius:8px;gap:4px;margin-top:12px;padding:11px;display:grid}.selfbot-scope .importResult.error{color:#ff9cab;background:#2d171c;border-color:#683641}.selfbot-scope .importResult span,.selfbot-scope .importResult small{font-size:10px}.selfbot-scope .importSelection{border-top:1px solid var(--line-soft);color:var(--muted);justify-content:space-between;align-items:center;gap:12px;margin-top:12px;padding-top:12px;font-size:11px;display:flex}.selfbot-scope .importSelection strong{color:var(--text)}.selfbot-scope .schedule{gap:18px;display:grid}.selfbot-scope .chart{border:1px solid var(--line);background-color:#0b1018;background-image:linear-gradient(#7189ff09 1px,#0000 1px),linear-gradient(90deg,#7189ff09 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:100% 25%,4.34783% 100%;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;border-radius:12px;height:250px;position:relative;overflow:hidden}.selfbot-scope .chart svg{width:calc(100% - 62px);height:calc(100% - 48px);position:absolute;inset:18px 20px 30px 42px;overflow:visible}.selfbot-scope .chartLabels{color:#596779;pointer-events:none;font-size:9px;position:absolute;inset:18px 20px 8px 8px}.selfbot-scope .chartLabels span{position:absolute}.selfbot-scope .scheduleSliders{grid-template-columns:repeat(12,minmax(0,1fr));gap:8px;display:grid}.selfbot-scope .hourSlider{color:#738096;justify-items:center;gap:5px;font-size:9px;display:grid}.selfbot-scope .hourSlider input{width:100%;accent-color:var(--accent)}.selfbot-scope .hourSlider strong{color:#c9d2df;font-size:10px}.selfbot-scope .liveValue{color:#9facff;letter-spacing:-.04em;font-size:30px;font-weight:800}.selfbot-scope .matrixFilterGrid{grid-template-columns:repeat(3,minmax(150px,1fr)) minmax(240px,1.35fr);gap:13px;display:grid}.selfbot-scope .filterGroup{border:1px solid var(--line);background:#0d131c;border-radius:10px;min-width:0;margin:0;padding:13px}.selfbot-scope .filterGroup legend{color:#8390a3;letter-spacing:.07em;text-transform:uppercase;padding:0 6px;font-size:10px;font-weight:750}.selfbot-scope .filterOptions{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 12px;display:grid}.selfbot-scope .matrixAdvancedFilters{align-content:start;gap:10px;display:grid}.selfbot-scope .matrixFilterFooter{border-top:1px solid var(--line-soft);justify-content:space-between;align-items:center;gap:16px;margin-top:16px;padding-top:15px;display:flex}.selfbot-scope .matrixSummary{flex-wrap:wrap;gap:8px;display:flex}.selfbot-scope .matrixSummary span{border:1px solid var(--line);color:var(--muted);border-radius:999px;padding:6px 9px;font-size:10px}.selfbot-scope .matrixSummary strong{color:var(--text)}.selfbot-scope .matrixLegend{border-bottom:1px solid var(--line-soft);color:var(--muted);flex-wrap:wrap;align-items:center;gap:16px;padding:11px 16px;font-size:10px;display:flex}.selfbot-scope .matrixLegend span{align-items:center;gap:7px;display:flex}.selfbot-scope .matrixLegend .memberDot{margin:0}.selfbot-scope .matrix{max-height:calc(100vh - 250px);overflow:auto}.selfbot-scope .matrix .table th:first-child,.selfbot-scope .matrix .table td:first-child{z-index:3;background:#10151f;width:42px;min-width:42px;position:sticky;left:0}.selfbot-scope .matrix .table th:nth-child(2),.selfbot-scope .matrix .table td:nth-child(2){z-index:2;background:#10151f;min-width:235px;position:sticky;left:42px;box-shadow:1px 0 #242c3a}.selfbot-scope .matrix .table th:not(:first-child):not(:nth-child(2)){min-width:120px}.selfbot-scope .memberDot{background:#263142;border-radius:50%;width:8px;height:8px;margin:auto;display:block}.selfbot-scope .memberDot.yes{background:var(--green);box-shadow:0 0 7px #41d19b55}.selfbot-scope .memberDot.left{background:var(--yellow);box-shadow:0 0 7px #f2b84b45}.selfbot-scope .matrixPagers{border-top:1px solid var(--line-soft);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.selfbot-scope .matrixPagers .pager{border-top:0}.selfbot-scope .matrixPagers .pager+.pager{border-left:1px solid var(--line-soft)}.selfbot-scope .jobProgress{background:#202a38;border-radius:99px;width:110px;height:5px;overflow:hidden}.selfbot-scope .jobProgress i{border-radius:inherit;background:linear-gradient(90deg, var(--accent), var(--green));height:100%;display:block}.selfbot-scope .fullButton{grid-column:1/-1;width:100%}.selfbot-scope .fieldHint{color:#667489;font-size:10px;font-weight:450;line-height:1.45}.selfbot-scope .reactionStatEmoji{font-family:Segoe UI Emoji,Apple Color Emoji,sans-serif;font-size:31px;line-height:1}.selfbot-scope .messagePreview{border:1px solid var(--line);background:#0c121b;border-radius:12px;min-height:190px;padding:16px}.selfbot-scope .messagePreview header{align-items:center;gap:10px;display:flex}.selfbot-scope .messagePreview header>div:nth-child(2){min-width:0}.selfbot-scope .messagePreview header strong,.selfbot-scope .messagePreview header span{display:block}.selfbot-scope .messagePreview header strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.selfbot-scope .messagePreview header span{color:var(--muted);margin-top:3px;font-size:9px}.selfbot-scope .messagePreview header .button{margin-left:auto}.selfbot-scope .messageAvatar{color:#fff;background:linear-gradient(135deg,#7189ff,#9c6dff);border-radius:50%;flex:0 0 35px;place-items:center;height:35px;font-size:13px;font-weight:800;display:grid}.selfbot-scope .messagePreview p{color:#d7dee8;overflow-wrap:anywhere;white-space:pre-wrap;margin:16px 0 0;font-size:12px;line-height:1.65}.selfbot-scope .messagePreview p em{color:var(--muted)}.selfbot-scope .messagePreview footer{border-top:1px solid var(--line-soft);color:var(--muted);margin-top:14px;padding-top:10px;font-size:10px}.selfbot-scope .reactionGrid{gap:8px;display:grid}.selfbot-scope .reactionGrid.common{grid-template-columns:repeat(5,minmax(0,1fr))}.selfbot-scope .reactionGrid.existing{grid-template-columns:repeat(auto-fill,minmax(105px,1fr))}.selfbot-scope .reactionChoice{border:1px solid var(--line);min-width:0;min-height:74px;color:var(--text);cursor:pointer;background:#0d131c;border-radius:10px;padding:9px;transition:all .15s}.selfbot-scope .reactionChoice:hover{background:#151d29;border-color:#46536a;transform:translateY(-1px)}.selfbot-scope .reactionChoice.selected{background:linear-gradient(145deg,#7189ff24,#9c6dff14);border-color:#7189ff;box-shadow:inset 0 0 0 1px #7189ff55}.selfbot-scope .reactionChoice>span{font-family:Segoe UI Emoji,Apple Color Emoji,sans-serif;font-size:25px;line-height:1.2;display:block}.selfbot-scope .reactionChoice>img{object-fit:contain;width:28px;height:28px;margin:0 auto;display:block}.selfbot-scope .reactionChoice>strong{color:#edf1f7;margin-top:6px;font-size:12px;display:block}.selfbot-scope .reactionChoice>small{color:#79879a;text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:8px;display:block;overflow:hidden}.selfbot-scope .reactionInput{font-family:Segoe UI Emoji,Apple Color Emoji,Inter,sans-serif;font-size:16px}.selfbot-scope .reactionSlots{gap:8px;display:grid}.selfbot-scope .reactionPresetBar{border-bottom:1px solid var(--line-soft);flex-wrap:wrap;align-items:center;gap:8px;padding-bottom:13px;display:flex}.selfbot-scope .reactionPresetBar .select{flex:210px}.selfbot-scope .reactionSlot{border:1px solid var(--line);cursor:pointer;background:#0c121b;border-radius:10px;grid-template-columns:30px minmax(0,1fr) 112px 30px;align-items:center;gap:8px;padding:8px;transition:all .15s;display:grid}.selfbot-scope .reactionSlot:hover{border-color:#3d485b}.selfbot-scope .reactionSlot.active{background:linear-gradient(90deg,#7189ff18,#0c121b);border-color:#7189ff;box-shadow:inset 0 0 0 1px #7189ff35}.selfbot-scope .reactionSlotNumber{color:#9ca9bb;cursor:pointer;background:#202a3a;border:0;border-radius:8px;place-items:center;width:28px;height:28px;font-size:11px;font-weight:800;display:grid}.selfbot-scope .reactionSlot.active .reactionSlotNumber{background:var(--accent);color:#fff}.selfbot-scope .reactionSlot .input{width:100%}.selfbot-scope .reactionSlot>label{color:var(--muted);background:#0b1018;border:1px solid #2a3445;border-radius:8px;grid-template-columns:48px 1fr;align-items:center;font-size:9px;display:grid;overflow:hidden}.selfbot-scope .reactionSlot>label input{width:48px;height:36px;color:var(--text);text-align:right;background:0 0;border:0;border-right:1px solid #2a3445;outline:none;padding:6px}.selfbot-scope .reactionSlot>label span{white-space:nowrap;padding:0 7px}.selfbot-scope .addReactionButton{color:#aeb9ca;border-style:dashed}.selfbot-scope .reactionBundlePreview{background:#0c141f;border:1px solid #304259;border-radius:10px;padding:13px}.selfbot-scope .reactionBundlePreview>span{color:#7189ff;letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:800}.selfbot-scope .reactionBundlePreview>div{flex-wrap:wrap;gap:7px;margin-top:10px;display:flex}.selfbot-scope .reactionBundlePreview strong{border:1px solid var(--line);background:#111a27;border-radius:8px;padding:7px 9px;font-family:Segoe UI Emoji,Apple Color Emoji,sans-serif;font-size:15px}.selfbot-scope .reactionBundlePreview strong small{color:var(--muted);margin-left:4px;font-family:Inter,sans-serif;font-size:9px}.selfbot-scope .reactionBundlePreview p{color:var(--muted);margin:10px 0 0;font-size:9px;font-weight:450}.selfbot-scope .campaignEstimate{background:#0c141f;border:1px solid #304259;border-radius:10px;padding:13px}.selfbot-scope .campaignEstimate span,.selfbot-scope .campaignEstimate strong,.selfbot-scope .campaignEstimate small{display:block}.selfbot-scope .campaignEstimate span{color:#7189ff;letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:800}.selfbot-scope .campaignEstimate strong{color:#e5eaf2;margin-top:5px;font-size:12px}.selfbot-scope .campaignEstimate small{color:var(--muted);margin-top:5px;font-size:9px;font-weight:450}.selfbot-scope .richPresencePreview{background:radial-gradient(circle at 100% 0,#7189ff1c,#0000 42%),#0b111a;border:1px solid #293449;border-radius:13px;grid-template-columns:64px minmax(0,1fr);align-content:center;gap:15px;min-height:205px;padding:20px;display:grid}.selfbot-scope .richPresenceIcon{color:#fff;background:linear-gradient(145deg,#7189ff,#9c6dff);border-radius:16px;place-items:center;width:64px;height:64px;font-size:24px;font-weight:850;display:grid;box-shadow:0 12px 34px #5e64ff38}.selfbot-scope .richPresencePreview>div:last-child{min-width:0}.selfbot-scope .richPresencePreview span{color:#8996aa;letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:750}.selfbot-scope .richPresencePreview h3{text-overflow:ellipsis;white-space:nowrap;margin:5px 0 10px;font-size:15px;overflow:hidden}.selfbot-scope .richPresencePreview p{color:#bac4d2;text-overflow:ellipsis;white-space:nowrap;margin:4px 0;font-size:11px;line-height:1.45;overflow:hidden}.selfbot-scope .richPresencePreview small{color:#6d7b90;margin-top:7px;font-size:9px;display:block}.selfbot-scope .richPresenceButtons{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:13px;display:grid}.selfbot-scope .richPresenceButtons i{color:#d9e0ea;text-align:center;text-overflow:ellipsis;white-space:nowrap;background:#171f2c;border:1px solid #354258;border-radius:6px;padding:6px 8px;font-size:9px;font-style:normal;font-weight:650;overflow:hidden}.selfbot-scope .richModeSwitch{border:1px solid var(--line);background:#0b1018;border-radius:11px;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:16px;padding:6px;display:grid}.selfbot-scope .richLaunchForm{padding-top:2px}.selfbot-scope .accountAuditSection{margin-bottom:14px}.selfbot-scope .tokenAuditIntro{background:linear-gradient(135deg,#121a28,#0c131d);border:1px solid #2d3950;border-radius:12px;justify-content:space-between;align-items:center;gap:18px;padding:16px;display:flex}.selfbot-scope .tokenAuditIntro strong{font-size:12px}.selfbot-scope .tokenAuditIntro p{max-width:470px;color:var(--muted);margin:6px 0 0;font-size:10px;line-height:1.55}.selfbot-scope .tokenAuditIntro .button{flex:none}.selfbot-scope .tokenAuditProgress{border:1px solid var(--line);background:#0b1119;border-radius:11px;margin:13px 0;padding:13px}.selfbot-scope .tokenAuditProgress .jobProgress{width:100%;height:7px}.selfbot-scope .tokenAuditNumbers{color:var(--muted);flex-wrap:wrap;align-items:center;gap:8px 14px;margin-top:11px;font-size:10px;display:flex}.selfbot-scope .tokenAuditNumbers strong{color:#87dab9}.selfbot-scope .tokenAuditNumbers .dangerText{color:#ff8fa0}.selfbot-scope .tokenAuditProgress>p{color:#69778b;margin:8px 0 0;font-size:9px}.selfbot-scope .auditResult{gap:14px;display:grid}.selfbot-scope .auditResult>.stats{margin-bottom:0}.selfbot-scope .auditResult .stat{min-height:88px;padding:13px}.selfbot-scope .auditResult .statValue{margin-top:9px;font-size:21px}.selfbot-scope .auditWarning{gap:6px;margin:0;line-height:1.5;display:grid}.selfbot-scope .auditWarning span{color:#d98b98;font-size:10px}.selfbot-scope .auditTokenList{border:1px solid var(--line);background:#0b1018;border-radius:10px;max-height:260px;display:grid;overflow-y:auto}.selfbot-scope .auditTokenList>div{border-bottom:1px solid var(--line-soft);grid-template-columns:minmax(150px,.8fr) minmax(0,1.2fr);align-items:center;gap:12px;padding:11px 12px;display:grid}.selfbot-scope .auditTokenList>div:last-child{border-bottom:0}.selfbot-scope .auditTokenList strong,.selfbot-scope .auditTokenList small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.selfbot-scope .auditTokenList strong{font-size:10px}.selfbot-scope .auditTokenList small{color:var(--muted);margin-top:3px;font-size:8px}.selfbot-scope .auditTokenList p{color:#cf8b96;margin:0;font-size:9px;line-height:1.45}.selfbot-scope .auditServerList{border-top:1px solid var(--line-soft);padding-top:13px}.selfbot-scope .auditServerList>strong{color:#aab5c5;font-size:10px}.selfbot-scope .auditServerList>div{flex-wrap:wrap;gap:7px;margin-top:9px;display:flex}.selfbot-scope .auditServerList span{border:1px solid var(--line);color:#9ba8b9;background:#0c131c;border-radius:999px;align-items:center;gap:8px;padding:6px 9px;font-size:9px;display:inline-flex}.selfbot-scope .auditServerList b{color:#dce3ed}.selfbot-scope .successBox{background:#10261f;border-color:#285c49}.selfbot-scope .successBox span{color:var(--green)}.selfbot-scope .reactionPermissionWarning{color:#f2c777;background:#2b2113;border:1px solid #75552b;border-radius:10px;padding:13px}.selfbot-scope .reactionPermissionWarning strong{font-family:Segoe UI Emoji,Apple Color Emoji,sans-serif;font-size:13px;display:block}.selfbot-scope .reactionPermissionWarning p{color:#d1b887;margin:6px 0 10px;font-size:10px;line-height:1.5}.selfbot-scope .reactionPermissionWarning label{color:#f3d9a4;align-items:flex-start;gap:8px;font-size:10px;font-weight:650;line-height:1.4;display:flex}.selfbot-scope .reactionPermissionWarning input{accent-color:#dcae58;margin-top:2px}.selfbot-scope .savedChannelHint{color:var(--muted);background:#0c141f;border:1px solid #28364a;border-radius:9px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px 14px;padding:10px 12px;font-size:10px;font-weight:450;display:flex}.selfbot-scope .savedChannelHint a{color:#91a2ff;font-weight:700}.selfbot-scope .savedChannelHint a:hover{color:#bdc7ff}.selfbot-scope .empty.compact{min-height:112px}.selfbot-scope .toastStack{z-index:200;gap:8px;width:min(370px,100vw - 40px);display:grid;position:fixed;bottom:20px;right:20px}.selfbot-scope .toast{color:#99e9ca;background:#112b23ee;border:1px solid #285b4b;border-radius:9px;padding:12px 14px;font-size:12px;box-shadow:0 15px 45px #0008}.selfbot-scope .toastError{color:#ff9baa;background:#31171dee;border-color:#6e3540}.selfbot-scope .controlCenterStatus{border:1px solid var(--line);width:fit-content;color:var(--muted);background:#0d131c;border-radius:999px;align-items:center;gap:8px;margin:-14px 0 24px auto;padding:6px 10px;font-size:10px;font-weight:700;display:flex}.selfbot-scope .controlCenterStatus i{background:var(--yellow);border-radius:50%;width:7px;height:7px;box-shadow:0 0 10px}.selfbot-scope .controlCenterStatus.online{color:var(--green)}.selfbot-scope .controlCenterStatus.offline{color:var(--red)}.selfbot-scope .joinBuilder{gap:16px;margin-bottom:16px;display:grid}.selfbot-scope .joinModeSwitch{border:1px solid var(--line);background:#0b1119;border-radius:11px;gap:6px;width:fit-content;padding:5px;display:inline-flex}.selfbot-scope .joinPickerHead{justify-content:space-between;align-items:center;gap:12px;margin-bottom:9px;display:flex}.selfbot-scope .joinPickerHead strong{font-size:11px}.selfbot-scope .joinAccountPicker,.selfbot-scope .joinServerPicker{border:1px solid var(--line-soft);background:#091018;border-radius:10px;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;max-height:285px;margin-top:9px;padding:8px;display:grid;overflow-y:auto}.selfbot-scope .joinChoice{cursor:pointer;background:#101722;border:1px solid #252f3e;border-radius:9px;align-items:center;gap:9px;min-width:0;padding:10px;display:flex}.selfbot-scope .joinChoice:has(input:checked){background:#7189ff14;border-color:#7189ff}.selfbot-scope .joinChoice input{accent-color:var(--accent);flex:none}.selfbot-scope .joinChoice span{min-width:0}.selfbot-scope .joinChoice strong,.selfbot-scope .joinChoice small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.selfbot-scope .joinChoice strong{color:#dce2eb;font-size:10px}.selfbot-scope .joinChoice small{color:var(--muted);margin-top:4px;font-size:8px}.selfbot-scope .joinChoice small .badge{margin-right:3px;padding-block:2px;font-size:7px}.selfbot-scope .joinTargetPreview{background:#0c141f;border:1px solid #2b3950;border-radius:10px;grid-column:1/-1;gap:5px;padding:13px;display:grid}.selfbot-scope .joinTargetPreview strong{font-size:12px}.selfbot-scope .joinTargetPreview span,.selfbot-scope .joinTargetPreview small{color:var(--muted);font-size:9px}.selfbot-scope .configStrip{border:1px solid var(--line-soft);background:#0d131c;border-radius:12px;flex-wrap:wrap;align-items:center;gap:10px 18px;margin-bottom:16px;padding:12px 15px;display:flex}.selfbot-scope .configStrip>div{color:#bdc6d3;align-items:center;gap:8px;font-size:11px;display:flex}.selfbot-scope .configStrip p{color:#6f7d91;flex:360px;margin:0;font-size:10px;line-height:1.5}.selfbot-scope .chatAdminGrid{grid-template-columns:minmax(270px,340px) minmax(0,1fr);align-items:start;gap:14px;display:grid}.selfbot-scope .chatSidebar{max-height:calc(100vh - 105px);position:sticky;top:84px;overflow-y:auto}.selfbot-scope .chatWorkspace{gap:14px;min-width:0;display:grid}.selfbot-scope .discussionList,.selfbot-scope .botProfileList{gap:7px;display:grid}.selfbot-scope .discussionItem{border:1px solid var(--line);width:100%;color:var(--text);text-align:left;cursor:pointer;background:#0d131c;border-radius:10px;grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:11px;display:grid}.selfbot-scope .discussionItem:hover{background:#131b27;border-color:#3f4b60}.selfbot-scope .discussionItem.active{background:linear-gradient(135deg,#7189ff20,#131925);border-color:#7189ff;box-shadow:inset 2px 0 #7189ff}.selfbot-scope .discussionItem strong,.selfbot-scope .discussionItem small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.selfbot-scope .discussionItem strong{font-size:12px}.selfbot-scope .discussionItem small{color:var(--muted);margin-top:5px;font-size:9px}.selfbot-scope .discussionItem em{color:#637187;grid-column:1/-1;font-size:9px;font-style:normal}.selfbot-scope .sectionDivider{background:var(--line-soft);height:1px;margin:18px 0}.selfbot-scope .panelMiniHead{color:#d8dee8;justify-content:space-between;margin-bottom:10px;font-size:11px;display:flex}.selfbot-scope .panelMiniHead span{color:var(--muted);font-size:9px}.selfbot-scope .botProfileRow{border:1px solid var(--line);background:#0d131c;border-radius:10px;grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:11px;display:grid}.selfbot-scope .botProfileRow strong,.selfbot-scope .botProfileRow small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.selfbot-scope .botProfileRow strong{font-size:11px}.selfbot-scope .botProfileRow small{color:#68768a;margin-top:4px;font-family:ui-monospace,monospace;font-size:8px}.selfbot-scope .botProfileRow p,.selfbot-scope .botProfileRow .toolbar{grid-column:1/-1}.selfbot-scope .botProfileRow p{color:#f18b9a;margin:0;font-size:9px;line-height:1.45}.selfbot-scope .discussionGoal{background:#0c141f;border:1px solid #2b3950;border-radius:11px;padding:13px}.selfbot-scope .discussionGoal span,.selfbot-scope .internalNote span{color:#8798ff;letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:800}.selfbot-scope .discussionGoal p{color:#d8dfe9;white-space:pre-wrap;margin:7px 0 0;font-size:12px;line-height:1.6}.selfbot-scope .chatTools{grid-template-columns:minmax(180px,1fr) 130px auto auto;align-items:end;gap:9px;margin-top:13px;display:grid}.selfbot-scope .generatorBox{border:1px solid var(--line);background:#0b1018;border-radius:11px;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px;margin-top:14px;padding:14px;display:grid}.selfbot-scope .generatorBox>div:first-child strong,.selfbot-scope .generatorBox>div:first-child span{display:block}.selfbot-scope .generatorBox>div:first-child strong{font-size:12px}.selfbot-scope .generatorBox>div:first-child span{color:var(--muted);margin-top:4px;font-size:9px}.selfbot-scope .generatorBox .textarea,.selfbot-scope .generatorBox .replyComposer,.selfbot-scope .generatorBox .warningText{grid-column:1/-1}.selfbot-scope .warningText{color:var(--yellow);font-size:10px}.selfbot-scope .replyComposer{background:#151c29;border-left:2px solid #7189ff;border-radius:5px;padding:9px 38px 9px 11px;position:relative}.selfbot-scope .replyComposer span{color:#98a5b7;font-size:9px}.selfbot-scope .replyComposer p{color:#d4dbe5;margin:4px 0 0;font-size:10px}.selfbot-scope .replyComposer .button{position:absolute;top:5px;right:5px}.selfbot-scope .chatTimeline{gap:10px;display:grid}.selfbot-scope .chatMessage{border:1px solid var(--line);background:#0c121b;border-radius:11px;padding:14px}.selfbot-scope .chatMessage.bot{background:linear-gradient(135deg,#11192a,#0d131d 65%);border-color:#303c5c}.selfbot-scope .chatMessageHead{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.selfbot-scope .chatMessageHead strong,.selfbot-scope .chatMessageHead span{display:block}.selfbot-scope .chatMessageHead strong{font-size:12px}.selfbot-scope .chatMessageHead span{color:#68768a;margin-top:4px;font-size:9px}.selfbot-scope .replyPreview{color:#8190a3;text-overflow:ellipsis;white-space:nowrap;background:#151c27;border-left:2px solid #536580;border-radius:4px;margin-top:10px;padding:7px 9px;font-size:9px;overflow:hidden}.selfbot-scope .replyPreview.full{grid-column:1/-1}.selfbot-scope .chatContent{color:#e2e7ef;overflow-wrap:anywhere;white-space:pre-wrap;margin:13px 0;font-size:12px;line-height:1.65}.selfbot-scope .internalNote{background:#111626;border:1px dashed #37405c;border-radius:8px;padding:9px 11px}.selfbot-scope .internalNote p{color:#8d98aa;white-space:pre-wrap;margin:5px 0 0;font-size:10px;line-height:1.5}.selfbot-scope .chatMessageActions{flex-wrap:wrap;align-items:center;gap:7px;margin-top:12px;display:flex}.selfbot-scope .errorBox.compact{margin:10px 0 0;padding:9px;font-size:10px}.selfbot-scope .campaignContextStrip{background:linear-gradient(100deg,#0d151f,#111526)}.selfbot-scope .campaignTabs{border-bottom:1px solid var(--line);gap:6px;margin:0 0 14px;display:flex}.selfbot-scope .campaignTabs button{color:var(--muted);font:inherit;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;padding:10px 14px;font-size:10px;font-weight:750}.selfbot-scope .campaignTabs button:hover{color:var(--text)}.selfbot-scope .campaignTabs button.active{border-bottom-color:var(--accent);color:#b7c1ff}.selfbot-scope .profileGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.selfbot-scope .profileCard{border:1px solid var(--line);background:#0d131c;border-radius:12px;gap:12px;padding:14px;display:grid}.selfbot-scope .profileCard>header{grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.selfbot-scope .profileCard header strong,.selfbot-scope .profileCard header small{display:block}.selfbot-scope .profileCard header strong{font-size:12px}.selfbot-scope .profileCard header small{color:var(--muted);margin-top:4px;font-size:8px}.selfbot-scope .profileCard>p{color:#cbd3df;margin:0;font-size:10px;line-height:1.6}.selfbot-scope .profileCard>footer,.selfbot-scope .promptLibrary article>footer{border-top:1px solid var(--line-soft);flex-wrap:wrap;gap:7px;padding-top:11px;display:flex}.selfbot-scope .profileDimensions{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.selfbot-scope .profileDimensions span{border:1px solid var(--line-soft);color:#8d99aa;border-radius:8px;padding:9px;font-size:8px;line-height:1.45}.selfbot-scope .profileDimensions b{color:#8ea0ff;letter-spacing:.06em;text-transform:uppercase;margin-bottom:4px;font-size:7px;display:block}.selfbot-scope .promptLibrary{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.selfbot-scope .promptLibrary article{border:1px solid var(--line);background:#0d131c;border-radius:11px;gap:11px;padding:14px;display:grid}.selfbot-scope .promptLibrary article>header{justify-content:space-between;gap:10px;display:flex}.selfbot-scope .promptLibrary strong,.selfbot-scope .promptLibrary small{display:block}.selfbot-scope .promptLibrary strong{font-size:11px}.selfbot-scope .promptLibrary small{color:var(--muted);margin-top:4px;font-size:8px}.selfbot-scope .promptLibrary p{color:#aeb8c7;white-space:pre-wrap;margin:0;font-size:9px;line-height:1.65}.selfbot-scope .promptPicker{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:14px;display:grid}.selfbot-scope .promptPicker label{border:1px solid var(--line-soft);cursor:pointer;background:#0a111a;border-radius:9px;align-items:flex-start;gap:9px;padding:10px;display:flex}.selfbot-scope .promptPicker strong,.selfbot-scope .promptPicker small{display:block}.selfbot-scope .promptPicker strong{font-size:9px}.selfbot-scope .promptPicker small{color:var(--muted);margin-top:3px;font-size:8px}.selfbot-scope .contextSettings{border-top:1px solid var(--line-soft);padding-top:14px}.selfbot-scope .aiCompleteBar{background:linear-gradient(120deg,#121a2b,#17172a);border:1px solid #3b4670;border-radius:10px;justify-content:space-between;align-items:center;gap:14px;padding:12px;display:flex}.selfbot-scope .aiCompleteBar strong,.selfbot-scope .aiCompleteBar span{display:block}.selfbot-scope .aiCompleteBar strong{font-size:10px}.selfbot-scope .aiCompleteBar span{color:var(--muted);margin-top:4px;font-size:8px}.selfbot-scope .directorSummary{gap:10px;display:grid}.selfbot-scope .directorSummary p,.selfbot-scope .directorSummary ol{color:#b9c3d0;margin:0;font-size:9px;line-height:1.6}.selfbot-scope .directorSummary ol{padding-left:18px}.selfbot-scope .directorSummary small{color:var(--muted);font-size:8px}.selfbot-scope .participantDrafts{gap:10px;margin-bottom:10px;display:grid}.selfbot-scope .participantDrafts article{background:#0a1018;border:1px solid #2a3547;border-radius:11px;padding:13px;position:relative}.selfbot-scope .participantDrafts article>.button{margin-top:9px}.selfbot-scope .campaignLayout{grid-template-columns:minmax(270px,310px) minmax(0,1fr);align-items:start;gap:18px;display:grid}.selfbot-scope .campaignSidebar{max-height:calc(100vh - 105px);position:sticky;top:84px;overflow-y:auto}.selfbot-scope .campaignSidebar .panelHeader{min-height:66px}.selfbot-scope .campaignSidebar .panelBody{padding:12px}.selfbot-scope .campaignWorkspace{gap:18px;min-width:0;display:grid}.selfbot-scope .campaignList{gap:9px;display:grid}.selfbot-scope .campaignListItem{border:1px solid var(--line);width:100%;color:var(--text);text-align:left;cursor:pointer;background:linear-gradient(145deg,#0d131c,#0b1119);border-radius:12px;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:14px;transition:border-color .15s,background .15s,transform .15s;display:grid}.selfbot-scope .campaignListItem:hover{background:#131b27;border-color:#46536a;transform:translateY(-1px)}.selfbot-scope .campaignListItem.active{background:linear-gradient(135deg,#7189ff24,#141a28);border-color:#7189ff;box-shadow:inset 3px 0 #7189ff,0 8px 28px #0003}.selfbot-scope .campaignListItem strong,.selfbot-scope .campaignListItem small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.selfbot-scope .campaignListItem strong{white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:35px;font-size:13px;line-height:1.35;display:-webkit-box;overflow:hidden}.selfbot-scope .campaignListItem small{color:var(--muted);margin-top:6px;font-size:10px}.selfbot-scope .campaignListItem>span:last-child{color:#76859a;grid-column:1/-1;font-size:10px}.selfbot-scope .campaignMiniProgress{background:#202a38;border-radius:99px;grid-column:1/-1;height:5px;overflow:hidden}.selfbot-scope .campaignMiniProgress i{background:linear-gradient(90deg, var(--accent), var(--green));height:100%;display:block}.selfbot-scope .campaignHero{grid-template-columns:minmax(0,1fr) 210px;align-items:stretch;gap:14px;display:grid}.selfbot-scope .campaignHero>div:first-child{background:linear-gradient(145deg,#101a29,#0c141f);border:1px solid #2e3b53;border-radius:12px;padding:18px}.selfbot-scope .campaignHero>div:first-child span{color:#98a7ff;letter-spacing:.09em;text-transform:uppercase;font-size:10px;font-weight:800}.selfbot-scope .campaignHero>div:first-child p{color:#e1e6ee;white-space:pre-wrap;margin:9px 0 0;font-size:13px;line-height:1.65}.selfbot-scope .campaignHeroProgress{background:linear-gradient(145deg,#101722,#0a1018);border:1px solid #2b3546;border-radius:12px;align-content:center;padding:18px;display:grid}.selfbot-scope .campaignHeroProgress strong{letter-spacing:-.04em;font-size:32px}.selfbot-scope .campaignHeroProgress span{color:var(--muted);margin-top:3px;font-size:10px}.selfbot-scope .campaignHeroProgress>div{background:#202a38;border-radius:99px;height:6px;margin-top:13px;overflow:hidden}.selfbot-scope .campaignHeroProgress i{border-radius:inherit;background:linear-gradient(90deg, var(--accent), var(--green));height:100%;display:block}.selfbot-scope .campaignControlBar{border-top:1px solid var(--line-soft);flex-wrap:wrap;align-items:center;gap:8px;margin-top:16px;padding-top:16px;display:flex}.selfbot-scope .campaignControlMeta{color:var(--muted);margin-left:auto;font-size:10px}.selfbot-scope .campaignInfoGrid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start;gap:18px;display:grid}.selfbot-scope .campaignParticipants{gap:8px;display:grid}.selfbot-scope .campaignParticipants article{border:1px solid var(--line);background:#0d131c;border-radius:11px;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:11px;padding:12px;display:grid}.selfbot-scope .campaignParticipants article strong,.selfbot-scope .campaignParticipants article span,.selfbot-scope .campaignParticipants article small{display:block}.selfbot-scope .campaignParticipants article strong{font-size:12px}.selfbot-scope .campaignParticipants article span{color:#a7b2c1;margin-top:3px;font-size:10px}.selfbot-scope .campaignParticipants article small{color:#718096;margin-top:4px;font-size:9px}.selfbot-scope .campaignParticipants article p{color:#929fb0;grid-column:2/-1;margin:0;font-size:10px;line-height:1.55}.selfbot-scope .participantAvatar{color:#fff;background:linear-gradient(135deg,#7189ff,#9c6dff);border-radius:10px;place-items:center;width:36px;height:36px;font-size:13px;font-weight:800;display:grid}.selfbot-scope .contextSummary{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.selfbot-scope .contextSummary>div{border:1px solid var(--line);background:#0d131c;border-radius:9px;padding:11px}.selfbot-scope .contextSummary strong,.selfbot-scope .contextSummary span{display:block}.selfbot-scope .contextSummary strong{font-size:18px}.selfbot-scope .contextSummary span{color:var(--muted);margin-top:4px;font-size:8px}.selfbot-scope .contextTags{flex-wrap:wrap;gap:6px;margin-top:12px;display:flex}.selfbot-scope .contextTags span{color:#9aa8bd;background:#111b29;border:1px solid #30415a;border-radius:999px;padding:5px 8px;font-size:8px}.selfbot-scope .contextExplanation{color:#6f7d91;margin:12px 0 0;font-size:9px;line-height:1.5}.selfbot-scope .workflow{display:grid}.selfbot-scope .workflowStep{grid-template-columns:48px minmax(0,1fr);align-items:stretch;display:grid}.selfbot-scope .workflowRail{justify-items:center;display:grid;position:relative}.selfbot-scope .workflowRail>span{z-index:1;color:#b3bdca;background:#151d29;border:1px solid #3a4658;border-radius:50%;place-items:center;width:30px;height:30px;font-size:10px;font-weight:800;display:grid}.selfbot-scope .workflowRail>i{background:linear-gradient(#39465a,#242d3a);width:1px;position:absolute;top:30px;bottom:-1px}.selfbot-scope .workflowStep.sent .workflowRail>span,.selfbot-scope .workflowStep.reacted .workflowRail>span{color:#69deb3;background:#123429;border-color:#2f8a68}.selfbot-scope .workflowStep.failed .workflowRail>span{color:#ff94a4;background:#341920;border-color:#77414b}.selfbot-scope .workflowCard{border:1px solid var(--line);background:linear-gradient(145deg,#0d141e,#0b1119);border-radius:12px;min-width:0;margin-bottom:14px;padding:16px}.selfbot-scope .workflowStep.message .workflowCard{border-left:3px solid #7189ff}.selfbot-scope .workflowStep.reaction .workflowCard{border-left:3px solid #f2b84b}.selfbot-scope .workflowStep.waiting_approval .workflowCard{box-shadow:inset 0 0 0 1px #c6913b55}.selfbot-scope .workflowCard>header{grid-template-columns:40px minmax(0,1fr) auto auto;align-items:center;gap:11px;display:grid}.selfbot-scope .workflowTypeIcon{background:#1b2535;border-radius:10px;place-items:center;width:38px;height:38px;font-family:Segoe UI Emoji,sans-serif;font-size:18px;display:grid}.selfbot-scope .workflowCard header strong,.selfbot-scope .workflowCard header span{display:block}.selfbot-scope .workflowCard header strong{font-size:12px}.selfbot-scope .workflowCard header span{color:var(--muted);margin-top:3px;font-size:9px}.selfbot-scope .workflowCard time{color:#7b899c;white-space:nowrap;font-size:10px}.selfbot-scope .workflowReply{color:#9aa8ba;background:#151e2b;border-left:2px solid #647796;border-radius:0 7px 7px 0;margin-top:12px;padding:8px 10px;font-size:10px}.selfbot-scope .workflowContent{color:#e5e9ef;white-space:pre-wrap;margin:14px 0 0;font-size:13px;line-height:1.65}.selfbot-scope .workflowPrompt{color:#9ba7b8;border:1px dashed #364059;border-radius:8px;margin:12px 0 0;padding:10px;font-size:10px;line-height:1.55}.selfbot-scope .workflowPrompt span{color:#8496ff;letter-spacing:.08em;text-transform:uppercase;margin-bottom:5px;font-size:8px;font-weight:800;display:block}.selfbot-scope .workflowReaction{background:#1c1810;border:1px solid #554729;border-radius:10px;align-items:center;gap:12px;margin-top:14px;padding:12px;display:flex}.selfbot-scope .workflowReaction strong{font-family:Segoe UI Emoji,sans-serif;font-size:26px}.selfbot-scope .workflowReaction span{color:#d1b77f;font-size:10px}.selfbot-scope .workflowNote{color:#8290a3;margin:11px 0 0;font-size:10px;line-height:1.55}.selfbot-scope .workflowCard>footer{border-top:1px solid var(--line-soft);flex-wrap:wrap;gap:6px;margin-top:12px;padding-top:10px;display:flex}.selfbot-scope .modal:has(.campaignEditor){width:min(1060px,100%)}.selfbot-scope .campaignEditor{gap:14px;display:grid}.selfbot-scope .campaignEditorSection{border:1px solid var(--line);background:#0d131c;border-radius:12px;padding:15px}.selfbot-scope .campaignEditorSection>header{align-items:center;gap:10px;margin-bottom:14px;display:flex}.selfbot-scope .campaignEditorSection>header>span{color:#9babff;background:#7189ff24;border-radius:8px;place-items:center;width:28px;height:28px;font-size:10px;font-weight:850;display:grid}.selfbot-scope .campaignEditorSection>header strong,.selfbot-scope .campaignEditorSection>header small{display:block}.selfbot-scope .campaignEditorSection>header strong{font-size:12px}.selfbot-scope .campaignEditorSection>header small{color:var(--muted);margin-top:3px;font-size:8px}.selfbot-scope .participantAdd{align-items:center;gap:12px;margin-bottom:10px;display:flex}.selfbot-scope .participantAdd .select{flex:1}.selfbot-scope .participantAdd>strong{color:var(--muted);font-size:9px}.selfbot-scope .participantEditorList{gap:10px;display:grid}.selfbot-scope .participantEditor{background:#0a1018;border:1px solid #2a3547;border-radius:11px;padding:13px}.selfbot-scope .participantEditor>header{grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:10px;margin-bottom:13px;display:grid}.selfbot-scope .participantEditor>header strong,.selfbot-scope .participantEditor>header small{display:block}.selfbot-scope .participantEditor>header strong{font-size:11px}.selfbot-scope .participantEditor>header small{color:var(--muted);margin-top:3px;font-size:8px}.selfbot-scope .contextChannelPicker{border:1px solid var(--line);background:#091018;border-radius:10px;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;max-height:270px;padding:8px;display:grid;overflow-y:auto}.selfbot-scope .contextChannelChoice{cursor:pointer;background:#101722;border:1px solid #252f3e;border-radius:8px;align-items:center;gap:8px;padding:9px;display:flex}.selfbot-scope .contextChannelChoice:has(input:checked){background:#7189ff14;border-color:#7189ff}.selfbot-scope .contextChannelChoice input{accent-color:var(--accent)}.selfbot-scope .contextChannelChoice strong,.selfbot-scope .contextChannelChoice small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.selfbot-scope .contextChannelChoice strong{font-size:10px}.selfbot-scope .contextChannelChoice small{color:var(--muted);margin-top:3px;font-size:8px}.selfbot-scope .rebuildWorkflow{color:#e1bf7e;background:#251e12;border:1px solid #604a28;border-radius:10px;padding:11px}.selfbot-scope .campaignEditorFooter{z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#111722ed;margin:0 -20px -20px;position:sticky;bottom:-20px}.selfbot-scope .contextPreview{gap:8px;display:grid}.selfbot-scope .contextPreview>p{color:var(--muted);margin:0 0 6px;font-size:10px;line-height:1.5}.selfbot-scope .contextPreview article{border:1px solid var(--line);background:#0c121b;border-radius:9px;padding:10px}.selfbot-scope .contextPreview article header{color:var(--muted);justify-content:space-between;font-size:8px;display:flex}.selfbot-scope .contextPreview article header strong{color:#dce2eb;font-size:10px}.selfbot-scope .contextPreview article p{color:#cbd3df;white-space:pre-wrap;margin:8px 0;font-size:10px;line-height:1.55}.selfbot-scope .contextPreview article small{color:#68768a;font-size:8px}@media (max-width:1050px){.selfbot-scope .adminShell{grid-template-columns:76px minmax(0,1fr)}.selfbot-scope .sidebar{padding-inline:10px}.selfbot-scope .brand{justify-content:center;padding-inline:0}.selfbot-scope .brand>div:last-child,.selfbot-scope .navGroup,.selfbot-scope .navLabel,.selfbot-scope .sidebarFooter .connection span{display:none}.selfbot-scope .navLink{justify-content:center;padding:0}.selfbot-scope .sidebarFooter,.selfbot-scope .logout{padding-inline:0}.selfbot-scope .panelGrid>.panel.third{grid-column:span 6}.selfbot-scope .stats,.selfbot-scope .matrixFilterGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.selfbot-scope .reactionGrid.common{grid-template-columns:repeat(4,minmax(0,1fr))}.selfbot-scope .chatAdminGrid{grid-template-columns:1fr}.selfbot-scope .chatSidebar{max-height:none;position:static}.selfbot-scope .campaignInfoGrid{grid-template-columns:1fr}.selfbot-scope .discussionList,.selfbot-scope .chatTools{grid-template-columns:repeat(2,minmax(0,1fr))}.selfbot-scope .profileGrid,.selfbot-scope .promptLibrary{grid-template-columns:1fr}}@media (max-width:900px){.selfbot-scope .campaignLayout{grid-template-columns:minmax(0,1fr)}.selfbot-scope .campaignSidebar{max-height:none;position:static}.selfbot-scope .campaignSidebar .panelBody{overflow:hidden}.selfbot-scope .campaignList{scroll-snap-type:x proximity;scrollbar-width:none;grid-template-columns:none;grid-auto-columns:minmax(250px,320px);grid-auto-flow:column;overflow-x:auto}.selfbot-scope .campaignList::-webkit-scrollbar{display:none}.selfbot-scope .campaignListItem{scroll-snap-align:start}}@media (max-width:720px){.selfbot-scope .adminShell{padding-bottom:64px;display:block}.selfbot-scope .sidebar{z-index:50;border:1px solid var(--line);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#0c1018f2;width:auto;height:62px;padding:7px;display:block;position:fixed;inset:auto 0 0}.selfbot-scope .brand,.selfbot-scope .navGroup,.selfbot-scope .sidebarFooter{display:none}.selfbot-scope .nav{display:flex;overflow-x:auto}.selfbot-scope .navLink{min-width:47px;height:47px}.selfbot-scope .navLink.active{box-shadow:inset 0 -2px var(--accent)}.selfbot-scope .topbar{height:58px;padding-inline:18px}.selfbot-scope .topbarMeta{display:none}.selfbot-scope .content{padding:24px 14px 40px}.selfbot-scope .pageHead{display:block}.selfbot-scope .pageHead .toolbar{margin-top:17px}.selfbot-scope .stats{gap:8px}.selfbot-scope .stat{min-height:96px;padding:14px}.selfbot-scope .panelGrid>.panel.half,.selfbot-scope .panelGrid>.panel.third{grid-column:span 12}.selfbot-scope .actionCards,.selfbot-scope .poolCards,.selfbot-scope .formGrid{grid-template-columns:1fr}.selfbot-scope .scheduleSliders{grid-template-columns:repeat(6,minmax(0,1fr))}.selfbot-scope .matrixFilterGrid,.selfbot-scope .matrixPagers{grid-template-columns:1fr}.selfbot-scope .matrixFilterFooter{flex-direction:column;align-items:stretch}.selfbot-scope .matrixPagers .pager+.pager{border-top:1px solid var(--line-soft);border-left:0}.selfbot-scope .reactionGrid.common{grid-template-columns:repeat(4,minmax(0,1fr))}.selfbot-scope .messagePreview header{flex-wrap:wrap;align-items:flex-start}.selfbot-scope .messagePreview header .button{width:100%;margin-left:0}.selfbot-scope .reactionSlot{grid-template-columns:30px minmax(0,1fr) 30px}.selfbot-scope .reactionSlot>label{grid-area:2/2/auto/3}.selfbot-scope .discussionList,.selfbot-scope .chatTools{grid-template-columns:1fr}.selfbot-scope .campaignList{grid-auto-columns:minmax(240px,84vw)}.selfbot-scope .campaignHero,.selfbot-scope .contextChannelPicker{grid-template-columns:1fr}.selfbot-scope .campaignControlMeta{width:100%;margin-left:0}.selfbot-scope .workflowCard>header{grid-template-columns:36px minmax(0,1fr) auto}.selfbot-scope .workflowCard time{grid-column:2/-1}.selfbot-scope .generatorBox{grid-template-columns:1fr}.selfbot-scope .generatorBox .button{width:100%}.selfbot-scope .promptPicker,.selfbot-scope .profileDimensions{grid-template-columns:1fr}.selfbot-scope .aiCompleteBar,.selfbot-scope .tokenAuditIntro{flex-direction:column;align-items:stretch}.selfbot-scope .tokenAuditIntro .button{width:100%}.selfbot-scope .auditTokenList>div{grid-template-columns:1fr;gap:6px}.selfbot-scope .joinAccountPicker,.selfbot-scope .joinServerPicker{grid-template-columns:1fr}.selfbot-scope .joinModeSwitch{grid-template-columns:1fr 1fr;width:100%;display:grid}}.selfbot-scope .modalWide{width:min(1220px,100%)}.selfbot-scope .jobDetailStats{grid-template-columns:repeat(4,minmax(0,1fr))}.selfbot-scope .jobDetailToolbar{grid-template-columns:minmax(220px,1.3fr) repeat(4,minmax(130px,auto));align-items:center;gap:9px;margin-bottom:14px;display:grid}.selfbot-scope .jobDetailToolbar .search{width:100%}.selfbot-scope .jobDetailToolbar .toolbar{grid-column:1/-1}.selfbot-scope .jobDetailTable{border:1px solid var(--line-soft);border-radius:10px;max-height:min(52vh,620px)}.selfbot-scope .jobDetailTable .table thead{z-index:2;background:#10151f;position:sticky;top:0}.selfbot-scope .jobItemMessage{color:#cbd3df;overflow-wrap:anywhere;min-width:220px;max-width:520px;font-size:11px;line-height:1.45;display:block}.selfbot-scope .operationsAnalytics{gap:16px;margin-top:20px;display:grid}.selfbot-scope .analyticsHead{border-top:1px solid var(--line-soft);justify-content:space-between;align-items:end;gap:20px;padding-top:26px;display:flex}.selfbot-scope .analyticsHead h2{margin:0;font-size:20px}.selfbot-scope .analyticsHead p{color:var(--muted);margin:7px 0 0;font-size:11px}.selfbot-scope .analyticsFilters{flex-wrap:wrap;justify-content:flex-end;align-items:end;gap:9px;display:flex}.selfbot-scope .analyticsFilters .field{min-width:140px}.selfbot-scope .analyticsStats{margin-bottom:0}.selfbot-scope .analyticsNotice{color:#eabe6f;background:#2b2315;border:1px solid #66512d;border-radius:10px;align-items:center;gap:12px;padding:11px 13px;font-size:10px;display:flex}.selfbot-scope .analyticsNotice span{color:#bfa775}.selfbot-scope .analyticsGrid{grid-template-columns:minmax(0,3fr) minmax(260px,1fr);align-items:start;gap:14px;display:grid}.selfbot-scope .analyticsVolume{background:#0b1018;border-radius:6px;min-width:120px;height:24px;position:relative;overflow:hidden}.selfbot-scope .analyticsVolume i{border-radius:inherit;background:linear-gradient(90deg,#7189ff35,#41d19b35);position:absolute;inset:0 auto 0 0}.selfbot-scope .analyticsVolume span{z-index:1;color:#d8e0eb;align-items:center;height:100%;padding:0 8px;font-size:10px;font-weight:700;display:grid;position:relative}.selfbot-scope .analyticsSources{gap:8px;display:grid}.selfbot-scope .analyticsSources>div:not(.empty){border:1px solid var(--line);color:var(--muted);background:#0c121b;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:9px 10px;font-size:10px;display:flex}.selfbot-scope .analyticsSources strong{color:var(--text)}.selfbot-scope .captchaWorkspace{grid-template-columns:minmax(300px,.78fr) minmax(420px,1.22fr);align-items:start;gap:14px;display:grid}.selfbot-scope .captchaInbox{gap:8px;max-height:620px;display:grid;overflow-y:auto}.selfbot-scope .captchaInboxItem{border:1px solid var(--line);width:100%;color:var(--text);text-align:left;cursor:pointer;background:#0c121b;border-radius:10px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px;display:grid}.selfbot-scope .captchaInboxItem:hover,.selfbot-scope .captchaInboxItem.active{background:#7189ff12;border-color:#7189ff}.selfbot-scope .captchaInboxItem>span{gap:5px;min-width:0;display:grid}.selfbot-scope .captchaInboxItem>span:last-child{justify-items:end}.selfbot-scope .captchaInboxItem strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.selfbot-scope .captchaInboxItem small{color:var(--muted);font-size:9px}.selfbot-scope .captchaDetail{gap:16px;display:grid}.selfbot-scope .captchaMetaGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.selfbot-scope .captchaMetaGrid>span{border:1px solid var(--line);background:#0c121b;border-radius:9px;gap:5px;padding:10px;display:grid}.selfbot-scope .captchaMetaGrid small{color:var(--muted);letter-spacing:.07em;text-transform:uppercase;font-size:8px;font-weight:700}.selfbot-scope .captchaMetaGrid strong{text-overflow:ellipsis;font-size:11px;overflow:hidden}.selfbot-scope .captchaTechnical{gap:8px;display:grid}.selfbot-scope .captchaTechnical label{color:var(--muted);gap:6px;font-size:9px;font-weight:700;display:grid}.selfbot-scope .captchaTechnical a,.selfbot-scope .captchaTechnical code{border:1px solid var(--line);color:#aebcff;overflow-wrap:anywhere;background:#080d14;border-radius:8px;padding:9px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:9px;overflow:auto}.selfbot-scope .captchaTokenForm{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:9px;display:grid}.selfbot-scope .captchaTokenForm .textarea{min-height:86px}.selfbot-scope .changeTagWarning{background:#2d2214;border:1px solid #6a4f2b;border-radius:10px;padding:13px}.selfbot-scope .changeTagWarning strong{color:#f2c778;font-size:11px}.selfbot-scope .changeTagWarning p{color:#bba274;margin:7px 0 12px;font-size:10px;line-height:1.5}@media (max-width:1050px){.selfbot-scope .jobDetailToolbar{grid-template-columns:repeat(2,minmax(0,1fr))}.selfbot-scope .jobDetailToolbar .search{grid-column:1/-1}.selfbot-scope .analyticsHead{flex-direction:column;align-items:stretch}.selfbot-scope .analyticsFilters{justify-content:flex-start}.selfbot-scope .analyticsGrid,.selfbot-scope .captchaWorkspace{grid-template-columns:1fr}}@media (max-width:720px){.selfbot-scope .jobDetailStats{grid-template-columns:repeat(2,minmax(0,1fr))}.selfbot-scope .jobDetailToolbar,.selfbot-scope .captchaMetaGrid,.selfbot-scope .captchaTokenForm{grid-template-columns:1fr}.selfbot-scope .analyticsFilters{grid-template-columns:1fr;display:grid}.selfbot-scope .analyticsFilters .field{min-width:0}.selfbot-scope .captchaInboxItem{grid-template-columns:1fr}.selfbot-scope .captchaInboxItem>span:last-child{justify-items:start}}
