.postagens-tabs-module__rnJ6_G__tabs{-webkit-backdrop-filter:blur(20px);background:#ffffff05;border:1px solid #ffffff0f;border-radius:16px;align-items:center;gap:4px;margin-bottom:24px;padding:6px;display:flex}.postagens-tabs-module__rnJ6_G__tab{color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:12px;align-items:center;gap:8px;padding:10px 18px;font-size:13px;font-weight:500;transition:all .25s cubic-bezier(.22,1,.36,1);display:inline-flex}.postagens-tabs-module__rnJ6_G__tab:hover{color:var(--text-secondary);background:#ffffff0a}.postagens-tabs-module__rnJ6_G__active{color:#e0d4ff;background:#8b5cf626;border-color:#8b5cf64d;box-shadow:0 0 20px #8b5cf61f,inset 0 1px #ffffff0f}
.emoji-picker-module__BukQEa__picker{z-index:100;-webkit-backdrop-filter:blur(20px);background:#ffffff08;border:1px solid #ffffff0f;border-radius:14px;width:320px;position:absolute;top:100%;left:0;overflow:hidden;box-shadow:0 8px 24px #0006}.emoji-picker-module__BukQEa__categories{border-bottom:1px solid #ffffff0f;gap:0;display:flex;overflow-x:auto}.emoji-picker-module__BukQEa__categoryTab{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-bottom:2px solid #0000;flex-shrink:0;padding:6px 10px;font-size:16px;transition:border-color .15s,color .15s}.emoji-picker-module__BukQEa__categoryTab:hover{color:var(--text-primary)}.emoji-picker-module__BukQEa__categoryTabActive{border-bottom-color:#8b5cf6}.emoji-picker-module__BukQEa__grid{padding:var(--space-2);grid-template-columns:repeat(7,1fr);gap:2px;max-height:200px;display:grid;overflow-y:auto}.emoji-picker-module__BukQEa__grid::-webkit-scrollbar{width:4px}.emoji-picker-module__BukQEa__grid::-webkit-scrollbar-track{background:0 0}.emoji-picker-module__BukQEa__grid::-webkit-scrollbar-thumb{background:#ffffff0f;border-radius:2px}.emoji-picker-module__BukQEa__emojiButton{cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;font-size:20px;line-height:1;transition:background .15s;display:flex}.emoji-picker-module__BukQEa__emojiButton:hover{background:#8b5cf61a}
.message-editor-module__A17uNG__editor{gap:var(--space-1);flex-direction:column;display:flex}.message-editor-module__A17uNG__toolbar{padding:var(--space-1);background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px 12px 0 0;flex-wrap:wrap;gap:2%;display:flex}.message-editor-module__A17uNG__toolbarButton{border-radius:var(--radius-sm);width:28px;height:28px;color:var(--text-secondary);cursor:pointer;background:#ffffff0a;border:none;justify-content:center;align-items:center;transition:background .15s,color .15s;display:inline-flex}.message-editor-module__A17uNG__toolbarButton:hover{color:var(--text-primary);background:#ffffff14}.message-editor-module__A17uNG__toolbarButton:active,.message-editor-module__A17uNG__toolbarButton[data-active=true]{color:#a78bfa;background:#8b5cf626}.message-editor-module__A17uNG__textarea{width:100%;min-height:160px;padding:var(--space-2);color:var(--text-primary);font-family:var(--font-mono);font-size:var(--text-sm);resize:vertical;background:#ffffff08;border:1px solid #ffffff14;border-top:none;border-radius:0 0 12px 12px;outline:none;line-height:1.6;transition:border-color .15s}.message-editor-module__A17uNG__textarea::placeholder{color:var(--text-muted)}.message-editor-module__A17uNG__textarea:focus{border-color:#8b5cf680}.message-editor-module__A17uNG__hint{font-size:var(--text-xs);color:var(--text-muted);padding:var(--space-1) 0}.message-editor-module__A17uNG__hint code{font-family:var(--font-mono);font-size:var(--text-xs);border-radius:var(--radius-sm);color:var(--text-secondary);background:#ffffff08;padding:1px 4px}.message-editor-module__A17uNG__toolbarWrapper{position:relative}
.media-upload-module__C3YJEq__wrapper{gap:var(--space-2);flex-direction:column;display:flex}.media-upload-module__C3YJEq__dropZone{justify-content:center;align-items:center;gap:var(--space-2);padding:var(--space-6) var(--space-3);cursor:pointer;background:0 0;border:1px dashed #ffffff14;border-radius:14px;flex-direction:column;transition:border-color .15s,background .15s;display:flex}.media-upload-module__C3YJEq__dropZone:hover,.media-upload-module__C3YJEq__dragging{background:#8b5cf60a;border-color:#8b5cf64d}.media-upload-module__C3YJEq__uploadIcon{color:var(--text-muted)}.media-upload-module__C3YJEq__spinner{color:#8b5cf6;animation:1s linear infinite media-upload-module__C3YJEq__spin}@keyframes media-upload-module__C3YJEq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.media-upload-module__C3YJEq__dropText{font-size:var(--text-sm);color:var(--text-secondary);font-weight:500}.media-upload-module__C3YJEq__dropHint{font-size:var(--text-xs);color:var(--text-muted)}.media-upload-module__C3YJEq__hiddenInput{display:none}.media-upload-module__C3YJEq__error{font-size:var(--text-xs);color:#f87171}.media-upload-module__C3YJEq__previewContainer{background:#ffffff06;border:1px solid #ffffff0f;border-radius:14px;position:relative;overflow:hidden}.media-upload-module__C3YJEq__previewImage{object-fit:cover;width:100%;max-height:300px;display:block}.media-upload-module__C3YJEq__previewVideo{width:100%;max-height:300px;display:block}.media-upload-module__C3YJEq__previewAudio{width:100%;padding:var(--space-4)}.media-upload-module__C3YJEq__removeButton{top:var(--space-2);right:var(--space-2);color:#fff;cursor:pointer;background:#ef4444d9;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;transition:background .15s;display:inline-flex;position:absolute}.media-upload-module__C3YJEq__removeButton:hover{background:#ef4444}
.inline-buttons-editor-module__YTsjiW__editor{gap:var(--space-2);flex-direction:column;display:flex}.inline-buttons-editor-module__YTsjiW__label{font-size:var(--text-sm);color:var(--text-primary);font-weight:500}.inline-buttons-editor-module__YTsjiW__rowSeparator{height:1px;margin:var(--space-2) 0;background:#ffffff0f}.inline-buttons-editor-module__YTsjiW__rowLabel{font-size:var(--text-xs);color:var(--text-muted);margin-bottom:var(--space-1);display:block}.inline-buttons-editor-module__YTsjiW__rowGroup{gap:var(--space-2);flex-direction:column;display:flex}.inline-buttons-editor-module__YTsjiW__buttonEntry{align-items:center;gap:var(--space-2);display:flex}.inline-buttons-editor-module__YTsjiW__input{padding:var(--space-2) var(--space-3);color:var(--text-primary);font-size:var(--text-sm);background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;outline:none;flex:1;transition:border-color .15s}.inline-buttons-editor-module__YTsjiW__input::placeholder{color:var(--text-muted)}.inline-buttons-editor-module__YTsjiW__input:focus{border-color:#8b5cf680}.inline-buttons-editor-module__YTsjiW__deleteButton{border-radius:var(--radius-sm);width:28px;height:28px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,color .15s;display:inline-flex}.inline-buttons-editor-module__YTsjiW__deleteButton:hover{color:#f87171;background:#f871711a}.inline-buttons-editor-module__YTsjiW__addButton{align-items:center;gap:var(--space-2);padding:6px var(--space-2);color:var(--text-secondary);font-size:var(--text-xs);cursor:pointer;background:0 0;border:1px dashed #ffffff14;border-radius:12px;transition:border-color .15s,color .15s;display:inline-flex}.inline-buttons-editor-module__YTsjiW__addButton:hover:not(:disabled){color:#8b5cf6;border-color:#8b5cf64d}.inline-buttons-editor-module__YTsjiW__addButton:disabled{opacity:.5;cursor:not-allowed}.inline-buttons-editor-module__YTsjiW__limitMessage{font-size:var(--text-xs);color:var(--text-muted)}
.message-preview-module__uxmaGG__preview{padding:var(--space-3);background:#0003;border:1px solid #ffffff0f;border-radius:12px;min-height:120px}.message-preview-module__uxmaGG__bubble{background:#ffffff08;border-radius:14px;max-width:400px;overflow:hidden}.message-preview-module__uxmaGG__media{width:100%}.message-preview-module__uxmaGG__mediaImage{object-fit:cover;border-radius:14px 14px 0 0;width:100%;max-height:300px;display:block}.message-preview-module__uxmaGG__mediaVideo{border-radius:14px 14px 0 0;width:100%;max-height:300px;display:block}.message-preview-module__uxmaGG__mediaAudio{width:100%;padding:var(--space-3)}.message-preview-module__uxmaGG__text{padding:var(--space-3);font-size:var(--text-sm);color:var(--text-primary);word-break:break-word;line-height:1.6}.message-preview-module__uxmaGG__text strong{font-weight:700}.message-preview-module__uxmaGG__text em{font-style:italic}.message-preview-module__uxmaGG__text u{text-decoration:underline}.message-preview-module__uxmaGG__text del{color:var(--text-muted);text-decoration:line-through}.message-preview-module__uxmaGG__text code{font-family:var(--font-mono);font-size:var(--text-xs);background:#ffffff06;border-radius:6px;padding:1px 4px}.message-preview-module__uxmaGG__text blockquote{padding-left:var(--space-2);color:var(--text-secondary);margin:var(--space-1) 0;border-left:3px solid #8b5cf6}.message-preview-module__uxmaGG__text .spoiler{filter:blur(4px);cursor:pointer;-webkit-user-select:none;user-select:none;transition:filter .15s}.message-preview-module__uxmaGG__text .spoiler:hover{filter:none;-webkit-user-select:auto;user-select:auto}.message-preview-module__uxmaGG__buttons{padding:0 var(--space-1) var(--space-1);flex-direction:column;gap:1px;display:flex}.message-preview-module__uxmaGG__buttonRow{gap:1px;display:flex}.message-preview-module__uxmaGG__inlineButton{padding:var(--space-2) var(--space-3);color:#a78bfa;font-size:var(--text-sm);text-align:center;cursor:pointer;background:0 0;border-radius:8px;flex:1;justify-content:center;align-items:center;font-weight:500;text-decoration:none;transition:background .15s;display:flex}.message-preview-module__uxmaGG__inlineButton:hover{background:#8b5cf61a}
.table-module__5GGgVW__wrapper{width:100%;overflow-x:auto}.table-module__5GGgVW__table{border-collapse:collapse;width:100%}.table-module__5GGgVW__header{background:var(--bg-surface)}.table-module__5GGgVW__row{transition:background var(--transition-fast)}.table-module__5GGgVW__row:hover{background:var(--hover-row-bg)}.table-module__5GGgVW__head{text-align:left;padding:var(--space-3) var(--space-4);font-size:var(--text-xs);color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--bg-border);font-weight:600}.table-module__5GGgVW__cell{padding:var(--space-3) var(--space-4);font-size:var(--text-sm);color:var(--text-primary);border-bottom:1px solid var(--bg-border)}.table-module__5GGgVW__emptyCell{padding:0}
.pix-section-module__UU-TGG__section{background:#ffffff06;border:1px solid #ffffff0f;border-radius:16px;flex-direction:column;gap:14px;padding:20px;display:flex}.pix-section-module__UU-TGG__sectionHeader{align-items:center;gap:10px;display:flex}.pix-section-module__UU-TGG__sectionIcon{color:var(--accent,#4a9fea);flex-shrink:0;align-items:center;display:flex}.pix-section-module__UU-TGG__headingGroup{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.pix-section-module__UU-TGG__heading{font-size:var(--text-lg,16px);color:var(--text-primary,#fff);margin:0;font-weight:600;line-height:1.3}.pix-section-module__UU-TGG__help{font-size:var(--text-sm,13px);color:var(--text-secondary,#9ca3af);margin:0;line-height:1.45}.pix-section-module__UU-TGG__field{flex-direction:column;gap:6px;display:flex}.pix-section-module__UU-TGG__fieldRow{grid-template-columns:1fr;gap:14px;display:grid}@media (min-width:600px){.pix-section-module__UU-TGG__fieldRow{grid-template-columns:1fr 1fr}}.pix-section-module__UU-TGG__fieldLabel{font-size:var(--text-sm,13px);color:var(--text-primary,#e4e6eb);align-items:center;gap:6px;font-weight:500;display:flex}.pix-section-module__UU-TGG__fieldHelp{color:var(--text-tertiary,#7e8b97);margin:0;font-size:11.5px;line-height:1.4}.pix-section-module__UU-TGG__toggleRow{justify-content:space-between;align-items:center;gap:16px;padding:6px 0;display:flex}.pix-section-module__UU-TGG__toggleLabel{font-size:var(--text-sm,13px);color:var(--text-primary,#e4e6eb);font-weight:500}.pix-section-module__UU-TGG__toggleSwitch{flex-shrink:0;width:38px;height:22px;display:inline-block;position:relative}.pix-section-module__UU-TGG__toggleSwitch input{opacity:0;width:0;height:0}.pix-section-module__UU-TGG__toggleSlider{cursor:pointer;background-color:#ffffff1a;border-radius:22px;transition:all .2s;position:absolute;inset:0}.pix-section-module__UU-TGG__toggleSlider:before{content:"";background-color:#fff;border-radius:50%;width:16px;height:16px;transition:all .2s;position:absolute;top:3px;left:3px}.pix-section-module__UU-TGG__toggleSwitch input:checked+.pix-section-module__UU-TGG__toggleSlider{background-color:#2b6cb0}.pix-section-module__UU-TGG__toggleSwitch input:checked+.pix-section-module__UU-TGG__toggleSlider:before{transform:translate(16px)}.pix-section-module__UU-TGG__mediaSlot{cursor:pointer;background:#ffffff04;border:1px dashed #ffffff1a;border-radius:10px;align-items:center;gap:12px;padding:12px;transition:border-color .15s,background .15s;display:flex}.pix-section-module__UU-TGG__mediaSlot:hover{background:#6ab3f30d;border-color:#6ab3f366}.pix-section-module__UU-TGG__mediaSlotEmpty{color:var(--text-secondary,#9ca3af);font-size:var(--text-sm,13px);justify-content:center}.pix-section-module__UU-TGG__mediaPreview{background:#0003;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex;overflow:hidden}.pix-section-module__UU-TGG__mediaPreview img,.pix-section-module__UU-TGG__mediaPreview video{object-fit:cover;width:100%;height:100%;display:block}.pix-section-module__UU-TGG__mediaPreviewMeta{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.pix-section-module__UU-TGG__mediaPreviewName{font-size:var(--text-sm,13px);color:var(--text-primary,#e4e6eb);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.pix-section-module__UU-TGG__mediaPreviewHelp{color:var(--text-tertiary,#7e8b97);font-size:11px}.pix-section-module__UU-TGG__mediaRemove{color:var(--text-secondary,#9ca3af);cursor:pointer;background:0 0;border:1px solid #ffffff14;border-radius:6px;align-items:center;gap:4px;padding:6px 8px;font-size:12px;display:flex}.pix-section-module__UU-TGG__mediaRemove:hover{color:#ef4444;background:#ef44441a;border-color:#ef44444d}.pix-section-module__UU-TGG__fileHidden{display:none}.pix-section-module__UU-TGG__uploadingHint{color:var(--text-tertiary,#7e8b97);font-size:12px}.pix-section-module__UU-TGG__uploadError{color:#ef4444;margin:4px 0 0;font-size:12px}.pix-section-module__UU-TGG__variablesLabel{color:var(--text-tertiary,#7e8b97);margin:0 0 -4px;font-size:11.5px}
.pix-display-mode-cards-module__YBHSBG__cardsGrid{grid-template-columns:1fr 1fr;gap:12px;display:grid}@media (max-width:600px){.pix-display-mode-cards-module__YBHSBG__cardsGrid{grid-template-columns:1fr}}.pix-display-mode-cards-module__YBHSBG__card{cursor:pointer;text-align:left;color:var(--text-primary,#e4e6eb);font:inherit;background:#ffffff05;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;align-items:flex-start;gap:8px;padding:16px 14px;transition:all .18s cubic-bezier(.22,1,.36,1);display:flex}.pix-display-mode-cards-module__YBHSBG__card:hover:not(.pix-display-mode-cards-module__YBHSBG__cardActive){background:#ffffff0a;border-color:#ffffff24}.pix-display-mode-cards-module__YBHSBG__cardActive{color:#f1ebff;background:#8b5cf61f;border-color:#8b5cf673;box-shadow:0 0 22px #8b5cf626,inset 0 1px #ffffff14}.pix-display-mode-cards-module__YBHSBG__cardIcon{color:#a78bfa;background:#8b5cf61a;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.pix-display-mode-cards-module__YBHSBG__cardActive .pix-display-mode-cards-module__YBHSBG__cardIcon{color:#ddd0ff;background:#8b5cf638}.pix-display-mode-cards-module__YBHSBG__cardTitle{letter-spacing:.01em;font-size:14px;font-weight:600}.pix-display-mode-cards-module__YBHSBG__cardDescription{color:var(--text-secondary,#9ca3af);font-size:12px;line-height:1.45}.pix-display-mode-cards-module__YBHSBG__cardActive .pix-display-mode-cards-module__YBHSBG__cardDescription{color:#f1ebffc7}
.pix-expired-section-module__ghRE2q__actionInfo{color:var(--text-secondary,#c8d0d8);background:#fbbf240f;border:1px solid #fbbf242e;border-radius:10px;padding:10px 12px;font-size:12px;line-height:1.45}.pix-expired-section-module__ghRE2q__actionInfo p{margin:0}
.prova-social-section-module__rw_dpq__messagesList{flex-direction:column;gap:8px;display:flex}.prova-social-section-module__rw_dpq__messageRow{grid-template-columns:1fr auto;align-items:stretch;gap:8px;display:grid}.prova-social-section-module__rw_dpq__removeBtn{color:var(--text-secondary,#9ca3af);cursor:pointer;background:0 0;border:1px solid #ffffff14;border-radius:8px;justify-content:center;align-items:center;padding:0 12px;transition:all .15s;display:flex}.prova-social-section-module__rw_dpq__removeBtn:hover{color:#ef4444;background:#ef44441a;border-color:#ef44444d}.prova-social-section-module__rw_dpq__addRow{justify-content:space-between;align-items:center;gap:12px;margin-top:4px;display:flex}.prova-social-section-module__rw_dpq__counter{color:var(--text-tertiary,#7e8b97);font-variant-numeric:tabular-nums;font-size:12px}.prova-social-section-module__rw_dpq__emptyHelp{color:var(--text-tertiary,#7e8b97);margin:0;font-size:12.5px;font-style:italic}
.pagamentos-preview-module__hBTzbW__container{background:#0e1621;border:1px solid #ffffff0f;border-radius:12px;flex-direction:column;max-height:calc(100vh - 100px);display:flex;position:sticky;top:24px;overflow:hidden}.pagamentos-preview-module__hBTzbW__telegramHeader{background:#17212b;border-bottom:1px solid #00000040;flex-shrink:0;align-items:center;gap:10px;padding:10px 14px;display:flex}.pagamentos-preview-module__hBTzbW__botAvatar{color:#fff;background:linear-gradient(135deg,#4a9fea,#2b6cb0);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:700;display:flex}.pagamentos-preview-module__hBTzbW__botInfo{flex-direction:column;min-width:0;display:flex}.pagamentos-preview-module__hBTzbW__botName{color:#fff;font-size:14px;font-weight:600;line-height:1.2}.pagamentos-preview-module__hBTzbW__botSubtitle{color:#7e8b97;font-size:11px;line-height:1.2}.pagamentos-preview-module__hBTzbW__previewLabel{color:#6c7b8a;text-transform:uppercase;letter-spacing:.06em;background:#0e1621;padding:6px 14px 0;font-size:10px;font-weight:600}.pagamentos-preview-module__hBTzbW__chatArea{background:#0e1621;flex-direction:column;flex:1;gap:8px;min-height:240px;padding:12px;display:flex;overflow-y:auto}.pagamentos-preview-module__hBTzbW__chatArea::-webkit-scrollbar{width:6px}.pagamentos-preview-module__hBTzbW__chatArea::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.pagamentos-preview-module__hBTzbW__bubbleGroup{flex-direction:column;align-self:flex-start;max-width:92%;display:flex}.pagamentos-preview-module__hBTzbW__bubbleGroupWide{width:100%;max-width:100%}.pagamentos-preview-module__hBTzbW__bubble{color:#e4e6eb;word-break:break-word;background:#1e2d3d;border-radius:10px 10px 10px 4px;max-width:100%;padding:8px 10px 16px;font-size:12.5px;line-height:1.45;position:relative}.pagamentos-preview-module__hBTzbW__bubbleAttached{border-radius:10px 10px 0 0}.pagamentos-preview-module__hBTzbW__bubble strong,.pagamentos-preview-module__hBTzbW__bubble b{color:#fff;font-weight:700}.pagamentos-preview-module__hBTzbW__bubble em,.pagamentos-preview-module__hBTzbW__bubble i{color:#cbd5e1;font-style:italic}.pagamentos-preview-module__hBTzbW__bubble u{text-decoration:underline}.pagamentos-preview-module__hBTzbW__bubble code{font-family:var(--font-mono,ui-monospace, monospace);background:#ffffff0f;border-radius:4px;padding:1px 4px;font-size:11px}.pagamentos-preview-module__hBTzbW__bubblePlaceholder{opacity:.55;font-style:italic}.pagamentos-preview-module__hBTzbW__timestamp{color:#7e8b97;pointer-events:none;font-size:9px;position:absolute;bottom:4px;right:8px}.pagamentos-preview-module__hBTzbW__bubbleMedia{border-radius:10px;width:100%;margin-bottom:8px;overflow:hidden}.pagamentos-preview-module__hBTzbW__bubbleMedia img,.pagamentos-preview-module__hBTzbW__bubbleMedia video{object-fit:cover;width:100%;max-height:180px;display:block}.pagamentos-preview-module__hBTzbW__inlineButton{color:#6ab3f3;cursor:default;white-space:nowrap;text-overflow:ellipsis;background:#1e2d3d;border:none;border-top:1px solid #6ab3f32e;border-radius:0;justify-content:center;align-self:stretch;align-items:center;gap:6px;width:100%;min-height:36px;margin:0;padding:8px 12px;font-size:12.5px;font-weight:500;display:flex;overflow:hidden}.pagamentos-preview-module__hBTzbW__inlineButton:last-child{border-radius:0 0 6px 6px}.pagamentos-preview-module__hBTzbW__pixCode{font-family:var(--font-mono,ui-monospace, monospace);word-break:break-all;color:#cbd5e1;background:#00000059;border-radius:6px;margin:8px 0 4px;padding:8px 10px;font-size:11px;display:block}.pagamentos-preview-module__hBTzbW__pixCodeQuote{word-break:break-all;color:#cbd5e1;background:#4a9fea14;border-left:3px solid #4a9fea;margin:8px 0 4px;padding:4px 10px;font-size:12px;display:block}.pagamentos-preview-module__hBTzbW__qrCard{background:#fff;border-radius:12px;justify-content:center;align-items:center;width:160px;height:160px;margin:10px auto 6px;padding:10px;display:flex;box-shadow:0 1px 2px #0000002e,0 4px 12px #00000038}.pagamentos-preview-module__hBTzbW__qrImage{width:100%;height:100%;image-rendering:pixelated;display:block}.pagamentos-preview-module__hBTzbW__qrSkeleton{background:linear-gradient(90deg,#e9eef3 0%,#f5f7fa 50%,#e9eef3 100%) 0 0/200% 100%;border-radius:4px;width:100%;height:100%;animation:1.4s linear infinite pagamentos-preview-module__hBTzbW__qrShimmer}@keyframes pagamentos-preview-module__hBTzbW__qrShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.pagamentos-preview-module__hBTzbW__divider{text-align:center;color:#6c7b8a;text-transform:uppercase;letter-spacing:.08em;padding:12px 0 4px;font-size:10.5px}.pagamentos-preview-module__hBTzbW__emptyState{color:#6c7b8a;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:32px 16px;font-size:12px;display:flex}.pagamentos-preview-module__hBTzbW__inputBar{color:#6c7b8a;background:#17212b;border-top:1px solid #0003;flex-shrink:0;align-items:center;gap:10px;padding:8px 12px;font-size:12px;font-style:italic;display:flex}
.pagamentos-module__zaT9Ka__tab{flex-direction:column;gap:24px;padding:4px 0 24px;display:flex}.pagamentos-module__zaT9Ka__heading{font-size:var(--text-2xl,24px);color:var(--text-primary,#fff);margin:0;font-weight:700;line-height:1.2}.pagamentos-module__zaT9Ka__subheading{font-size:var(--text-sm,13px);color:var(--text-secondary,#9ca3af);margin:0;line-height:1.5}.pagamentos-module__zaT9Ka__layout{grid-template-columns:1fr;align-items:start;gap:24px;display:grid}@media (min-width:1024px){.pagamentos-module__zaT9Ka__layout{grid-template-columns:minmax(0,1fr) 360px}}.pagamentos-module__zaT9Ka__formColumn{flex-direction:column;gap:20px;min-width:0;display:flex}.pagamentos-module__zaT9Ka__previewColumn{min-width:0}@media (max-width:1023px){.pagamentos-module__zaT9Ka__previewColumn{width:100%;max-width:420px;margin:0 auto}}
.sequence-row-card-module__3Naw_a__card{align-items:center;gap:var(--space-3);padding:var(--space-4);background:var(--bg-elevated);border:1px solid var(--bg-border);border-radius:var(--radius-md);transition:background .12s,border-color .12s;display:flex}.sequence-row-card-module__3Naw_a__card:hover{background:var(--bg-elevated-hover,var(--bg-elevated));border-color:var(--accent-border,var(--bg-border))}.sequence-row-card-module__3Naw_a__dragHandle{color:var(--text-muted);cursor:grab;padding:var(--space-1);border-radius:var(--radius-sm);flex:none;justify-content:center;align-items:center;display:flex}.sequence-row-card-module__3Naw_a__dragHandle:hover{color:var(--text-primary);background:var(--bg-surface)}.sequence-row-card-module__3Naw_a__body{gap:var(--space-1);flex-direction:column;flex:auto;min-width:0;display:flex}.sequence-row-card-module__3Naw_a__timer{align-items:center;gap:var(--space-1);font:600 var(--text-sm) / 1.2 var(--font-sans);color:var(--text-primary);display:inline-flex}.sequence-row-card-module__3Naw_a__preview{font:400 var(--text-sm) / 1.4 var(--font-sans);color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sequence-row-card-module__3Naw_a__actions{gap:var(--space-1);flex:none;display:flex}
.sequence-sub-tab-nav-module__HeT2GG__nav{background:#ffffff05;border:1px solid #ffffff0f;border-radius:10px;align-items:center;margin-bottom:16px;padding:3px;display:flex}.sequence-sub-tab-nav-module__HeT2GG__scrollContainer{scrollbar-width:none;gap:3px;width:100%;padding:2px;display:flex;overflow-x:auto}.sequence-sub-tab-nav-module__HeT2GG__scrollContainer::-webkit-scrollbar{display:none}.sequence-sub-tab-nav-module__HeT2GG__tab{color:var(--text-muted,#7e8b97);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:8px;flex:auto;justify-content:center;align-items:center;min-width:0;padding:7px 14px;font-size:12px;font-weight:500;transition:all .2s;display:inline-flex}.sequence-sub-tab-nav-module__HeT2GG__tab:hover:not(.sequence-sub-tab-nav-module__HeT2GG__active){color:var(--text-secondary,#9ca3af);background:#ffffff0a}.sequence-sub-tab-nav-module__HeT2GG__tab.sequence-sub-tab-nav-module__HeT2GG__active{color:#e0d4ff;background:#8b5cf626;border-color:#8b5cf64d;box-shadow:0 0 12px #8b5cf61a}.sequence-sub-tab-nav-module__HeT2GG__label{font-size:12px}
.sequence-sections-module__ukjc2W__section{background:#ffffff05;border:1px solid #ffffff0f;border-radius:12px;flex-direction:column;gap:12px;margin-bottom:12px;padding:16px;display:flex}.sequence-sections-module__ukjc2W__header{flex-direction:column;gap:4px;display:flex}.sequence-sections-module__ukjc2W__title{color:var(--text-primary,#e5e7eb);margin:0;font-size:14px;font-weight:600}.sequence-sections-module__ukjc2W__subtitle{color:var(--text-muted,#7e8b97);margin:0;font-size:12px}.sequence-sections-module__ukjc2W__radioGroup{flex-direction:column;gap:8px;display:flex}.sequence-sections-module__ukjc2W__radioLabel{cursor:pointer;color:var(--text-primary,#e5e7eb);background:#ffffff05;border:1px solid #ffffff0f;border-radius:8px;align-items:center;gap:8px;padding:8px 12px;font-size:13px;transition:all .18s;display:flex}.sequence-sections-module__ukjc2W__radioLabel:hover{background:#ffffff0a}.sequence-sections-module__ukjc2W__radioLabel input[type=radio]:checked+span{color:#e0d4ff;font-weight:500}.sequence-sections-module__ukjc2W__inputField{flex-direction:column;gap:6px;display:flex}.sequence-sections-module__ukjc2W__inputField>span:first-child{color:var(--text-secondary,#9ca3af);font-size:12px}.sequence-sections-module__ukjc2W__input{color:var(--text-primary,#e5e7eb);background:#0000004d;border:1px solid #ffffff14;border-radius:8px;padding:8px 12px;font-size:13px}.sequence-sections-module__ukjc2W__input:focus{border-color:#8b5cf666;outline:none;box-shadow:0 0 0 2px #8b5cf626}.sequence-sections-module__ukjc2W__hint{color:var(--text-muted,#7e8b97);font-size:11px;font-style:italic}.sequence-sections-module__ukjc2W__checkboxList{flex-direction:column;gap:6px;max-height:240px;padding:4px;display:flex;overflow-y:auto}.sequence-sections-module__ukjc2W__checkboxItem{cursor:pointer;color:var(--text-primary,#e5e7eb);background:#ffffff05;border:1px solid #ffffff0f;border-radius:8px;align-items:center;gap:10px;padding:8px 12px;font-size:13px;display:flex}.sequence-sections-module__ukjc2W__checkboxItem:hover{background:#ffffff0a}.sequence-sections-module__ukjc2W__planName{flex:1}.sequence-sections-module__ukjc2W__planPrice{color:var(--text-secondary,#9ca3af);font-variant-numeric:tabular-nums;font-size:12px}.sequence-sections-module__ukjc2W__mediaGrid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px;display:grid}.sequence-sections-module__ukjc2W__mediaItem{aspect-ratio:1;background:#0000004d;border:1px solid #ffffff0f;border-radius:10px;position:relative;overflow:hidden}.sequence-sections-module__ukjc2W__mediaItem img,.sequence-sections-module__ukjc2W__mediaItem video{object-fit:cover;width:100%;height:100%}.sequence-sections-module__ukjc2W__removeBtn{color:#f87171;cursor:pointer;background:#000000b3;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:14px;display:inline-flex;position:absolute;top:6px;right:6px}.sequence-sections-module__ukjc2W__removeBtn:hover{background:#dc262666}.sequence-sections-module__ukjc2W__addBtn{color:#e0d4ff;cursor:pointer;background:#8b5cf61f;border:1px dashed #8b5cf64d;border-radius:10px;align-self:flex-start;align-items:center;gap:6px;padding:9px 14px;font-size:13px;display:inline-flex}.sequence-sections-module__ukjc2W__addBtn:hover:not(:disabled){background:#8b5cf62e}.sequence-sections-module__ukjc2W__addBtn:disabled{opacity:.4;cursor:not-allowed}.sequence-sections-module__ukjc2W__hiddenFile{display:none}.sequence-sections-module__ukjc2W__headerRow{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.sequence-sections-module__ukjc2W__toggleLabel{color:var(--text-secondary,#9ca3af);cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;align-items:center;gap:8px;font-size:12px;display:inline-flex}.sequence-sections-module__ukjc2W__toggleSwitch{background:#ffffff14;border-radius:999px;width:36px;height:20px;transition:background .18s;position:relative}.sequence-sections-module__ukjc2W__toggleSwitch:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .18s;position:absolute;top:2px;left:2px}.sequence-sections-module__ukjc2W__toggleInput:checked+.sequence-sections-module__ukjc2W__toggleSwitch{background:#8b5cf699}.sequence-sections-module__ukjc2W__toggleInput:checked+.sequence-sections-module__ukjc2W__toggleSwitch:after{transform:translate(16px)}.sequence-sections-module__ukjc2W__toggleInput{opacity:0;pointer-events:none;position:absolute}.sequence-sections-module__ukjc2W__customPlanRow{align-items:center;gap:8px;display:flex}.sequence-sections-module__ukjc2W__customPlanRow input[type=text],.sequence-sections-module__ukjc2W__customPlanRow input[type=number]{min-width:0;color:var(--text-primary,#e5e7eb);background:#0000004d;border:1px solid #ffffff14;border-radius:8px;flex:1 1 0;padding:8px 12px;font-size:13px}.sequence-sections-module__ukjc2W__customPlanRow input[type=text]:focus,.sequence-sections-module__ukjc2W__customPlanRow input[type=number]:focus{border-color:#8b5cf666;outline:none;box-shadow:0 0 0 2px #8b5cf626}.sequence-sections-module__ukjc2W__customPlanRow input[type=number]{flex:0 0 130px}.sequence-sections-module__ukjc2W__customPlanRow input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.sequence-sections-module__ukjc2W__customPlanRow input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.sequence-sections-module__ukjc2W__customPlanRow input[type=number]{-moz-appearance:textfield}.sequence-sections-module__ukjc2W__removeRowBtn{color:#f87171;cursor:pointer;background:#dc26261a;border:1px solid #dc262633;border-radius:8px;flex:none;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.sequence-sections-module__ukjc2W__removeRowBtn:hover{background:#dc262633}.sequence-sections-module__ukjc2W__inlineRow{flex-wrap:wrap;align-items:flex-end;gap:16px;display:flex}.sequence-sections-module__ukjc2W__inlineField{flex-direction:column;gap:4px;display:flex}.sequence-sections-module__ukjc2W__inlineField>span:first-child{color:var(--text-muted,#7e8b97);font-size:11px}.sequence-sections-module__ukjc2W__inlineRow select{min-width:120px}.sequence-sections-module__ukjc2W__inlineRow .select-trigger{min-width:120px}
.upsell-module__AxHmXq__tab{padding:var(--space-8) 0}.upsell-module__AxHmXq__header{justify-content:space-between;align-items:center;gap:var(--space-4);margin-bottom:var(--space-6);display:flex}.upsell-module__AxHmXq__heading{font:700 var(--text-2xl) / 1.2 var(--font-sans);color:var(--text-primary);margin:0}.upsell-module__AxHmXq__loading{padding:var(--space-6);color:var(--text-muted);font:400 var(--text-sm) / 1.5 var(--font-sans)}.upsell-module__AxHmXq__errorState{padding:var(--space-6);background:var(--bg-elevated);border:1px solid var(--bg-border);border-radius:var(--radius-lg);color:var(--color-error,var(--text-primary));font:400 var(--text-base) / 1.5 var(--font-sans)}.upsell-module__AxHmXq__list{gap:var(--space-3);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.upsell-module__AxHmXq__item{list-style:none}.upsell-module__AxHmXq__sortable{outline:none}.upsell-module__AxHmXq__sortable:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px;border-radius:var(--radius-md)}.upsell-module__AxHmXq__accordionWrapper{border-radius:var(--radius-md);flex-direction:column;transition:box-shadow .2s;display:flex;overflow:hidden}.upsell-module__AxHmXq__accordionWrapper.upsell-module__AxHmXq__expanded{box-shadow:0 0 0 1px var(--accent-primary,#8b5cf6)}.upsell-module__AxHmXq__accordionHeader{cursor:pointer}.upsell-module__AxHmXq__accordionHeader:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}.upsell-module__AxHmXq__form{gap:var(--space-5);flex-direction:column;display:flex}.upsell-module__AxHmXq__field{gap:var(--space-2);flex-direction:column;display:flex}.upsell-module__AxHmXq__field>span{font:600 var(--text-sm) / 1.3 var(--font-sans);color:var(--text-primary)}.upsell-module__AxHmXq__row{gap:var(--space-2);align-items:center;display:flex}.upsell-module__AxHmXq__row>:first-child{flex:auto}.upsell-module__AxHmXq__row>:last-child{flex:none;min-width:110px}.upsell-module__AxHmXq__actions{justify-content:flex-end;gap:var(--space-2);margin-top:var(--space-2);display:flex}.upsell-module__AxHmXq__err{color:var(--color-error,#ef4444);font:400 var(--text-sm) / 1.4 var(--font-sans)}
.upsell-sequence-form-module__unLGrW__inlinePanel{background:var(--bg-surface,#ffffff05);border-top:1px solid var(--bg-border,#ffffff0f);border-radius:0 0 var(--radius-md,8px) var(--radius-md,8px);flex-direction:column;padding:16px;animation:.2s ease-out upsell-sequence-form-module__unLGrW__expand;display:flex}@keyframes upsell-sequence-form-module__unLGrW__expand{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.upsell-sequence-form-module__unLGrW__form{flex-direction:column;gap:0;display:flex}.upsell-sequence-form-module__unLGrW__field{flex-direction:column;gap:6px;margin-bottom:14px;display:flex}.upsell-sequence-form-module__unLGrW__field>span:first-child{color:var(--text-secondary,#9ca3af);font-size:12px}.upsell-sequence-form-module__unLGrW__row{align-items:center;gap:8px;display:flex}.upsell-sequence-form-module__unLGrW__row>:first-child{flex:1 1 0;min-width:0}.upsell-sequence-form-module__unLGrW__row>:nth-child(2){flex:0 0 140px}.upsell-sequence-form-module__unLGrW__row input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.upsell-sequence-form-module__unLGrW__row input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.upsell-sequence-form-module__unLGrW__row input[type=number]{-moz-appearance:textfield}.upsell-sequence-form-module__unLGrW__err{color:#f87171;font-size:12px}.upsell-sequence-form-module__unLGrW__actions{border-top:1px solid #ffffff0f;justify-content:flex-end;gap:8px;margin-top:12px;padding-top:16px;display:flex}.upsell-sequence-form-module__unLGrW__subTabPanel{flex-direction:column;gap:0;display:flex}
.bot-card-a-module__shdccG__card{-webkit-backdrop-filter:blur(24px);border-radius:var(--radius-lg);padding:var(--space-6) var(--space-5) 0;background:linear-gradient(#181428b3 0%,#0e0a1cd9 100%);border:1px solid #ffffff14;flex-direction:column;align-items:center;transition:transform .35s cubic-bezier(.22,1,.36,1),border-color .35s,box-shadow .35s;display:flex;position:relative;overflow:hidden}.bot-card-a-module__shdccG__cardFrozen{background:linear-gradient(#3c141c8c 0%,#140a0ed9 100%);border-color:#dc262640}.bot-card-a-module__shdccG__cardFrozen:hover{border-color:#dc262666;box-shadow:0 8px 32px #dc26261a}.bot-card-a-module__shdccG__frozenBadge{top:var(--space-3);left:var(--space-3);color:#fecaca;text-transform:uppercase;letter-spacing:.06em;border-radius:var(--radius-full);z-index:2;background:#dc26262e;border:1px solid #dc262666;align-items:center;gap:4px;padding:3px 8px;font-size:10px;font-weight:600;display:inline-flex;position:absolute}.bot-card-a-module__shdccG__card:before{content:"";border-radius:var(--radius-lg);-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(135deg,#6d28d900 0% 100%);padding:1px;transition:background .4s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.bot-card-a-module__shdccG__card:hover{border-color:#6d28d933;transform:translateY(-2px);box-shadow:0 8px 32px #6d28d914,0 0 0 1px #6d28d91a}.bot-card-a-module__shdccG__card:hover:before{background:linear-gradient(135deg,#6d28d966 0%,#8b5cf626 50%,#6d28d966 100%)}.bot-card-a-module__shdccG__card:after{content:"";border-radius:var(--radius-lg);pointer-events:none;opacity:0;z-index:-1;background:radial-gradient(at 50% 0,#6d28d90f 0%,#0000 70%);transition:opacity .4s;position:absolute;inset:-1px}.bot-card-a-module__shdccG__card:hover:after{opacity:1}.bot-card-a-module__shdccG__hoverActions{top:var(--space-3);right:var(--space-3);gap:var(--space-1);z-index:3;opacity:0;pointer-events:none;transition:opacity .25s,transform .25s;display:flex;position:absolute;transform:translateY(-4px)}.bot-card-a-module__shdccG__card:hover .bot-card-a-module__shdccG__hoverActions{opacity:1;pointer-events:auto;transform:translateY(0)}.bot-card-a-module__shdccG__hoverBtn{-webkit-backdrop-filter:blur(12px);width:30px;height:30px;color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-md);background:#12101ed9;border:1px solid #ffffff14;justify-content:center;align-items:center;transition:color .15s,background .15s,border-color .15s;display:inline-flex}.bot-card-a-module__shdccG__hoverBtn:hover{color:var(--text-primary);background:#ffffff14;border-color:#ffffff26}.bot-card-a-module__shdccG__hoverBtnDanger:hover{color:var(--color-error);background:#ef44441a;border-color:#ef444433}.bot-card-a-module__shdccG__avatarWrap{display:inline-flex;position:relative}.bot-card-a-module__shdccG__avatarRing{background:linear-gradient(135deg,#6d28d9 0%,#8b5cf6 50%,#a78bfa 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:88px;height:88px;padding:2.5px;transition:box-shadow .35s;display:flex;box-shadow:0 4px 16px #6d28d940}.bot-card-a-module__shdccG__card:hover .bot-card-a-module__shdccG__avatarRing{box-shadow:0 6px 24px #6d28d966}.bot-card-a-module__shdccG__avatarRingPaused{background:linear-gradient(135deg,#92400e,#f59e0b,#fcd34d);box-shadow:0 4px 16px #f59e0b33}.bot-card-a-module__shdccG__photo{object-fit:cover;border:2.5px solid var(--bg-page);width:100%;height:100%;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;border-radius:50%}.bot-card-a-module__shdccG__photoFallback{background:var(--bg-elevated);border:2.5px solid var(--bg-page);width:100%;height:100%;color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;display:flex}.bot-card-a-module__shdccG__statusDot{border-radius:var(--radius-full);border:3px solid var(--bg-page);z-index:1;width:18px;height:18px;position:absolute;bottom:4px;right:4px}.bot-card-a-module__shdccG__dotOnline{background:var(--color-success);animation:2s ease-in-out infinite bot-card-a-module__shdccG__pulse-green;box-shadow:0 0 8px #10b98199}.bot-card-a-module__shdccG__dotPaused{background:var(--color-warning);box-shadow:0 0 6px #f59e0b66}@keyframes bot-card-a-module__shdccG__pulse-green{0%,to{box-shadow:0 0 8px #10b98199}50%{box-shadow:0 0 14px #10b981e6}}.bot-card-a-module__shdccG__info{align-items:center;gap:var(--space-2);margin-top:var(--space-4);margin-bottom:var(--space-4);flex-direction:column;display:flex}.bot-card-a-module__shdccG__name{font-size:var(--text-base);color:var(--text-primary);text-align:center;letter-spacing:-.01em;text-overflow:ellipsis;white-space:nowrap;max-width:100%;margin:0;font-weight:600;overflow:hidden}.bot-card-a-module__shdccG__username{color:var(--text-muted);padding:3px var(--space-3);border-radius:var(--radius-full);font-size:11px;font-family:var(--font-mono);letter-spacing:.02em;cursor:pointer;background:#6d28d914;border:1px solid #6d28d926;text-decoration:none;transition:all .2s}.bot-card-a-module__shdccG__username:hover{color:var(--accent-lighter);background:#6d28d926;border-color:#6d28d94d}.bot-card-a-module__shdccG__statsRow{margin-top:var(--space-4);width:calc(100% + var(--space-5) * 2);margin-left:calc(var(--space-5) * -1);margin-right:calc(var(--space-5) * -1);border-top:1px solid #ffffff12;grid-template-columns:1fr 1fr;display:grid}.bot-card-a-module__shdccG__stat{padding:var(--space-3) 0;background:#080212d9;flex-direction:column;align-items:center;gap:2px;display:flex}.bot-card-a-module__shdccG__stat:first-child{border-right:1px solid #ffffff12}.bot-card-a-module__shdccG__statValue{font-size:var(--text-lg);color:var(--text-primary);font-variant-numeric:tabular-nums;letter-spacing:-.02em;font-weight:700;line-height:1}.bot-card-a-module__shdccG__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:10px}.bot-card-a-module__shdccG__flowFooter{justify-content:center;align-items:center;gap:var(--space-2);padding:var(--space-3) 0;cursor:pointer;color:var(--text-muted);font-size:var(--text-xs);width:calc(100% + var(--space-5) * 2);margin-left:calc(var(--space-5) * -1);margin-right:calc(var(--space-5) * -1);padding-left:var(--space-5);padding-right:var(--space-5);border-top:1px solid #ffffff12;font-weight:500;text-decoration:none;transition:background .2s,color .2s;display:flex}.bot-card-a-module__shdccG__flowFooter:hover{color:var(--accent-lighter);background:#6d28d90f}.bot-card-a-module__shdccG__flowName{color:var(--accent-lighter);font-weight:600}.bot-card-a-module__shdccG__flowIcon{flex-shrink:0}
.downsell-module__UdAOaq__tab{padding:var(--space-8) 0}.downsell-module__UdAOaq__header{justify-content:space-between;align-items:center;gap:var(--space-4);margin-bottom:var(--space-6);display:flex}.downsell-module__UdAOaq__heading{font:700 var(--text-2xl) / 1.2 var(--font-sans);color:var(--text-primary);margin:0}.downsell-module__UdAOaq__loading{padding:var(--space-6);color:var(--text-muted);font:400 var(--text-sm) / 1.5 var(--font-sans)}.downsell-module__UdAOaq__errorState{padding:var(--space-6);background:var(--bg-elevated);border:1px solid var(--bg-border);border-radius:var(--radius-lg);color:var(--color-error,var(--text-primary));font:400 var(--text-base) / 1.5 var(--font-sans)}.downsell-module__UdAOaq__list{gap:var(--space-3);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.downsell-module__UdAOaq__item{list-style:none}.downsell-module__UdAOaq__sortable{outline:none}.downsell-module__UdAOaq__sortable:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px;border-radius:var(--radius-md)}.downsell-module__UdAOaq__accordionWrap{border:1px solid var(--bg-border,#ffffff14);border-radius:var(--radius-lg,12px);background:var(--bg-elevated,#ffffff08);transition:border-color .2s;overflow:hidden}.downsell-module__UdAOaq__accordionWrap.downsell-module__UdAOaq__accordionOpen{border-color:var(--accent-primary,#6d28d9)}.downsell-module__UdAOaq__headerRow{align-items:center;gap:var(--space-2,8px);cursor:pointer;outline:none;padding-right:12px;display:flex}.downsell-module__UdAOaq__headerRow:focus-visible{outline:2px solid var(--accent-primary,#6d28d9);outline-offset:-2px}.downsell-module__UdAOaq__headerRow>:first-child{flex:auto}.downsell-module__UdAOaq__chevron{color:var(--text-secondary,#9ca3af);flex:none;transition:transform .2s}.downsell-module__UdAOaq__chevronOpen{color:var(--accent-primary,#6d28d9);transform:rotate(180deg)}.downsell-module__UdAOaq__form{gap:var(--space-5);flex-direction:column;display:flex}.downsell-module__UdAOaq__field{gap:var(--space-2);flex-direction:column;display:flex}.downsell-module__UdAOaq__field>span{font:600 var(--text-sm) / 1.3 var(--font-sans);color:var(--text-primary)}.downsell-module__UdAOaq__row{gap:var(--space-2);align-items:center;display:flex}.downsell-module__UdAOaq__row>:first-child{flex:auto}.downsell-module__UdAOaq__row>:last-child{flex:none;min-width:110px}.downsell-module__UdAOaq__actions{justify-content:flex-end;gap:var(--space-2);margin-top:var(--space-2);display:flex}.downsell-module__UdAOaq__err{color:var(--color-error,#ef4444);font:400 var(--text-sm) / 1.4 var(--font-sans)}
.bot-edit-modal-module__aOAtpq__hero{align-items:center;gap:var(--space-3);padding-bottom:var(--space-5);margin-bottom:var(--space-5);border-bottom:1px solid #ffffff0f;flex-direction:column;display:flex;position:relative}.bot-edit-modal-module__aOAtpq__hero:before{content:"";pointer-events:none;background:radial-gradient(#6d28d91f 0%,#0000 70%);width:200px;height:120px;position:absolute;top:-24px;left:50%;transform:translate(-50%)}.bot-edit-modal-module__aOAtpq__photoUpload{z-index:1;position:relative}.bot-edit-modal-module__aOAtpq__photoUploadBtn{cursor:pointer;background:linear-gradient(135deg,#6d28d9,#8b5cf6,#a78bfa);border:none;border-radius:20px;width:104px;height:104px;padding:3px;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s;position:relative;overflow:hidden}.bot-edit-modal-module__aOAtpq__photoUploadBtn:hover{transform:scale(1.04);box-shadow:0 0 24px #6d28d94d}.bot-edit-modal-module__aOAtpq__photoUploadImg{object-fit:cover;border:2.5px solid var(--bg-elevated);border-radius:17px;width:100%;height:100%}.bot-edit-modal-module__aOAtpq__photoUploadOverlay{-webkit-backdrop-filter:blur(4px);color:#fff;opacity:0;background:#000000a6;border-radius:17px;flex-direction:column;justify-content:center;align-items:center;gap:3px;font-size:11px;font-weight:500;transition:opacity .25s;display:flex;position:absolute;inset:3px}.bot-edit-modal-module__aOAtpq__photoUploadBtn:hover .bot-edit-modal-module__aOAtpq__photoUploadOverlay{opacity:1}.bot-edit-modal-module__aOAtpq__photoUploadEmpty{background:var(--bg-elevated);border:2.5px solid var(--bg-elevated);height:100%;color:var(--text-muted);border-radius:17px;flex-direction:column;justify-content:center;align-items:center;gap:3px;font-size:11px;font-weight:500;display:flex}.bot-edit-modal-module__aOAtpq__photoUploadSpinner{background:var(--bg-elevated);border:2.5px solid var(--bg-elevated);height:100%;color:var(--text-muted);border-radius:17px;justify-content:center;align-items:center;display:flex}.bot-edit-modal-module__aOAtpq__fileInput{display:none}.bot-edit-modal-module__aOAtpq__identity{flex-direction:column;align-items:center;gap:2px;display:flex}.bot-edit-modal-module__aOAtpq__botName{font-size:var(--text-base);color:var(--text-primary);letter-spacing:-.01em;font-weight:600}.bot-edit-modal-module__aOAtpq__botUsername{color:var(--text-muted);border-radius:var(--radius-full);font-size:12px;font-family:var(--font-mono);letter-spacing:.02em;background:#ffffff0f;padding:2px 10px}.bot-edit-modal-module__aOAtpq__form{gap:var(--space-4);flex-direction:column;display:flex}.bot-edit-modal-module__aOAtpq__fieldGroup{flex-direction:column;gap:6px;display:flex}.bot-edit-modal-module__aOAtpq__fieldHeader{justify-content:space-between;align-items:center;display:flex}.bot-edit-modal-module__aOAtpq__fieldLabel{font-size:var(--text-sm);color:var(--text-secondary);font-weight:500}.bot-edit-modal-module__aOAtpq__charCount{color:var(--text-muted);font-variant-numeric:tabular-nums;opacity:.7;font-size:11px}.bot-edit-modal-module__aOAtpq__helperText{color:var(--text-muted);opacity:.8;font-size:11px;line-height:1.4}.bot-edit-modal-module__aOAtpq__textarea{width:100%;min-height:90px;padding:var(--space-3);color:var(--text-primary);font-size:var(--text-sm);resize:vertical;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;outline:none;font-family:inherit;transition:border-color .25s,box-shadow .25s}.bot-edit-modal-module__aOAtpq__textarea::placeholder{color:var(--text-muted)}.bot-edit-modal-module__aOAtpq__textarea:focus{border-color:#8b5cf680;box-shadow:0 0 0 3px #8b5cf614}.bot-edit-modal-module__aOAtpq__actions{justify-content:flex-end;gap:var(--space-3);padding-top:var(--space-4);margin-top:var(--space-1);border-top:1px solid #ffffff0f;display:flex}.bot-edit-modal-module__aOAtpq__spinner{animation:1s linear infinite bot-edit-modal-module__aOAtpq__spin}@keyframes bot-edit-modal-module__aOAtpq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.downsell-sequence-form-module__T7XUqq__inlinePanel{background:var(--bg-elevated,#ffffff05);border-top:1px solid #ffffff0f;padding:16px 20px 20px;animation:.2s ease-out downsell-sequence-form-module__T7XUqq__panelFadeIn}@keyframes downsell-sequence-form-module__T7XUqq__panelFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.downsell-sequence-form-module__T7XUqq__form{flex-direction:column;gap:0;display:flex}.downsell-sequence-form-module__T7XUqq__field{flex-direction:column;gap:6px;margin-bottom:14px;display:flex}.downsell-sequence-form-module__T7XUqq__field>span:first-child{color:var(--text-secondary,#9ca3af);font-size:12px}.downsell-sequence-form-module__T7XUqq__row{align-items:center;gap:8px;display:flex}.downsell-sequence-form-module__T7XUqq__row>:first-child{flex:1 1 0;min-width:0}.downsell-sequence-form-module__T7XUqq__row>:nth-child(2){flex:0 0 140px}.downsell-sequence-form-module__T7XUqq__row input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.downsell-sequence-form-module__T7XUqq__row input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.downsell-sequence-form-module__T7XUqq__row input[type=number]{-moz-appearance:textfield}.downsell-sequence-form-module__T7XUqq__err{color:#f87171;font-size:12px}.downsell-sequence-form-module__T7XUqq__actions{border-top:1px solid #ffffff0f;justify-content:flex-end;gap:8px;margin-top:12px;padding-top:16px;display:flex}.downsell-sequence-form-module__T7XUqq__subTabPanel{flex-direction:column;gap:0;display:flex}
.bot-pause-dialog-module__RyfMEG__content{gap:var(--space-4);flex-direction:column;display:flex}.bot-pause-dialog-module__RyfMEG__header{align-items:flex-start;gap:var(--space-3);display:flex}.bot-pause-dialog-module__RyfMEG__iconWarning{color:var(--color-warning);flex-shrink:0}.bot-pause-dialog-module__RyfMEG__iconDanger{color:var(--color-error);flex-shrink:0}.bot-pause-dialog-module__RyfMEG__title{font-size:var(--text-base);color:var(--text-primary);margin:0;font-weight:600}.bot-pause-dialog-module__RyfMEG__message{font-size:var(--text-sm);color:var(--text-secondary);margin:0;line-height:1.6}.bot-pause-dialog-module__RyfMEG__actions{justify-content:flex-end;gap:var(--space-3);margin-top:var(--space-2);display:flex}
.packs-module__0NyruW__tab{padding:var(--space-8) 0}.packs-module__0NyruW__header{justify-content:space-between;align-items:center;gap:var(--space-4);margin-bottom:var(--space-6);display:flex}.packs-module__0NyruW__heading{font:700 var(--text-2xl) / 1.2 var(--font-sans);color:var(--text-primary);margin:0}.packs-module__0NyruW__subheading{margin:0 0 var(--space-6);font:400 var(--text-sm) / 1.5 var(--font-sans);color:var(--text-muted)}.packs-module__0NyruW__loading{padding:var(--space-6);color:var(--text-muted);font:400 var(--text-sm) / 1.5 var(--font-sans)}.packs-module__0NyruW__errorState{padding:var(--space-6);background:var(--bg-elevated);border:1px solid var(--bg-border);border-radius:var(--radius-lg);color:var(--color-error,var(--text-primary));font:400 var(--text-base) / 1.5 var(--font-sans)}.packs-module__0NyruW__list{gap:var(--space-3);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.packs-module__0NyruW__item{list-style:none}.packs-module__0NyruW__sortable{outline:none}.packs-module__0NyruW__sortable:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px;border-radius:var(--radius-md)}.packs-module__0NyruW__accordion{background:var(--bg-elevated);border:1px solid var(--bg-border);border-radius:var(--radius-md);flex-direction:column;transition:border-color .12s;display:flex;overflow:hidden}.packs-module__0NyruW__accordion:hover{border-color:var(--accent-border,var(--bg-border))}.packs-module__0NyruW__card{align-items:center;gap:var(--space-3);padding:var(--space-4);background:0 0;transition:background .12s;display:flex}.packs-module__0NyruW__card:hover{background:var(--bg-elevated-hover,#ffffff05)}.packs-module__0NyruW__cardExpanded{background:var(--bg-elevated-hover,#ffffff05);border-bottom:1px solid var(--bg-border)}.packs-module__0NyruW__cardDisabled{opacity:.55}.packs-module__0NyruW__headerToggle{align-items:center;gap:var(--space-3);cursor:pointer;text-align:left;color:inherit;font:inherit;background:0 0;border:0;flex:auto;min-width:0;margin:0;padding:0;display:flex}.packs-module__0NyruW__headerToggle:focus-visible{outline:2px solid var(--accent-primary,#8b5cf6);outline-offset:2px;border-radius:var(--radius-sm)}.packs-module__0NyruW__chevron{color:var(--text-muted);flex:none;transition:transform .16s}.packs-module__0NyruW__chevronOpen{color:var(--accent-primary,#8b5cf6);transform:rotate(180deg)}.packs-module__0NyruW__expandedBody{padding:var(--space-4);background:var(--bg-surface,#00000026)}.packs-module__0NyruW__dragHandle{color:var(--text-muted);cursor:grab;padding:var(--space-1);border-radius:var(--radius-sm);flex:none;justify-content:center;align-items:center;display:flex}.packs-module__0NyruW__dragHandle:hover{color:var(--text-primary);background:var(--bg-surface)}.packs-module__0NyruW__body{flex:auto;min-width:0}.packs-module__0NyruW__name{font:600 var(--text-base) / 1.3 var(--font-sans);color:var(--text-primary);margin-bottom:var(--space-1);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.packs-module__0NyruW__meta{align-items:center;gap:var(--space-2);font:400 var(--text-sm) / 1.4 var(--font-sans);color:var(--text-muted);flex-wrap:wrap;display:flex}.packs-module__0NyruW__price{font:600 var(--text-lg) / 1 var(--font-mono);color:var(--text-primary)}.packs-module__0NyruW__dot{color:var(--text-muted)}.packs-module__0NyruW__badge{align-items:center;gap:var(--space-1);padding:2px var(--space-2);background:var(--bg-surface,#ffffff0a);border:1px solid var(--bg-border);border-radius:var(--radius-sm);font:500 var(--text-xs) / 1 var(--font-sans);color:var(--text-secondary,var(--text-muted));display:inline-flex}.packs-module__0NyruW__badgeDisabled{color:var(--color-error,#ef4444);border-color:var(--color-error,#ef4444)}.packs-module__0NyruW__actions{gap:var(--space-1);flex:none;display:flex}.packs-module__0NyruW__form{gap:var(--space-4);flex-direction:column;display:flex}.packs-module__0NyruW__field{gap:var(--space-2);font:500 var(--text-sm) / 1.4 var(--font-sans);color:var(--text-primary);flex-direction:column;display:flex}.packs-module__0NyruW__field>span{color:var(--text-secondary,var(--text-primary))}.packs-module__0NyruW__row{gap:var(--space-3);grid-template-columns:1fr 1fr;display:grid}@media (max-width:640px){.packs-module__0NyruW__row{grid-template-columns:1fr}}.packs-module__0NyruW__err{color:var(--color-error,#ef4444);font:400 var(--text-xs) / 1.4 var(--font-sans)}.packs-module__0NyruW__toggle{align-items:center;gap:var(--space-2);font:500 var(--text-sm) / 1.4 var(--font-sans);color:var(--text-primary);cursor:pointer;-webkit-user-select:none;user-select:none;display:flex}.packs-module__0NyruW__formFooter{justify-content:space-between;align-items:center;gap:var(--space-2);margin-top:var(--space-2);display:flex}.packs-module__0NyruW__formFooterRight{gap:var(--space-2);display:flex}.packs-module__0NyruW__removeBtn{color:var(--color-error,#ef4444)}.packs-module__0NyruW__mediaSection{background:#ffffff05;border:1px solid #ffffff0f;border-radius:12px;flex-direction:column;gap:12px;padding:16px;display:flex}.packs-module__0NyruW__mediaHeader{flex-direction:column;gap:4px;display:flex}.packs-module__0NyruW__mediaTitle{font:600 var(--text-sm) / 1.3 var(--font-sans);color:var(--text-primary,#e5e7eb);margin:0}.packs-module__0NyruW__mediaSubtitle{font:400 var(--text-xs) / 1.4 var(--font-sans);color:var(--text-muted,#7e8b97);margin:0}.packs-module__0NyruW__mediaGrid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px;display:grid}.packs-module__0NyruW__mediaItem{aspect-ratio:1;background:#0000004d;border:1px solid #ffffff0f;border-radius:10px;position:relative;overflow:hidden}.packs-module__0NyruW__mediaItem img,.packs-module__0NyruW__mediaItem video{object-fit:cover;width:100%;height:100%}.packs-module__0NyruW__mediaRemoveBtn{color:#f87171;cursor:pointer;background:#000000b3;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex;position:absolute;top:6px;right:6px}.packs-module__0NyruW__mediaRemoveBtn:hover{background:#dc262666}.packs-module__0NyruW__mediaAddBtn{color:#e0d4ff;font:500 var(--text-sm) / 1 var(--font-sans);cursor:pointer;background:#8b5cf61f;border:1px dashed #8b5cf64d;border-radius:10px;align-self:flex-start;align-items:center;gap:6px;padding:9px 14px;display:inline-flex}.packs-module__0NyruW__mediaAddBtn:hover:not(:disabled){background:#8b5cf62e}.packs-module__0NyruW__mediaAddBtn:disabled{opacity:.4;cursor:not-allowed}.packs-module__0NyruW__mediaHiddenFile{display:none}
.bot-list-a-module__7BAtsW__grid{gap:var(--space-4);grid-template-columns:1fr;display:grid}@media (min-width:640px){.bot-list-a-module__7BAtsW__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.bot-list-a-module__7BAtsW__grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1400px){.bot-list-a-module__7BAtsW__grid{grid-template-columns:repeat(4,1fr)}}.bot-list-a-module__7BAtsW__skeletonGrid{gap:var(--space-4);grid-template-columns:1fr;display:grid}@media (min-width:640px){.bot-list-a-module__7BAtsW__skeletonGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.bot-list-a-module__7BAtsW__skeletonGrid{grid-template-columns:repeat(3,1fr)}}.bot-list-a-module__7BAtsW__connectCard{justify-content:center;align-items:center;gap:var(--space-3);border-radius:var(--radius-lg);cursor:pointer;min-height:220px;padding:var(--space-5);background:#6d28d905;border:1px dashed #6d28d933;flex-direction:column;transition:border-color .3s,background .3s,box-shadow .3s;display:flex;position:relative}.bot-list-a-module__7BAtsW__connectCard:hover{background:#6d28d90d;border-color:#6d28d966;box-shadow:0 0 40px #6d28d90f}.bot-list-a-module__7BAtsW__connectIconWrap{border-radius:var(--radius-full);width:48px;height:48px;color:var(--accent-lighter);background:#6d28d91a;justify-content:center;align-items:center;transition:transform .3s,background .3s;display:flex}.bot-list-a-module__7BAtsW__connectCard:hover .bot-list-a-module__7BAtsW__connectIconWrap{background:#6d28d92e;transform:scale(1.08)}.bot-list-a-module__7BAtsW__connectText{font-size:var(--text-sm);color:var(--text-muted);font-weight:500;transition:color .2s}.bot-list-a-module__7BAtsW__connectCard:hover .bot-list-a-module__7BAtsW__connectText{color:var(--text-secondary)}.bot-list-a-module__7BAtsW__emptyContainer{flex-direction:column;justify-content:center;align-items:center;min-height:50vh;display:flex;position:relative}.bot-list-a-module__7BAtsW__emptyGlow{border-radius:var(--radius-full);pointer-events:none;background:radial-gradient(circle,#6d28d914 0%,#0000 70%);width:320px;height:320px;animation:4s ease-in-out infinite bot-list-a-module__7BAtsW__emptyPulse;position:absolute}@keyframes bot-list-a-module__7BAtsW__emptyPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.15)}}.bot-list-a-module__7BAtsW__emptyContent{align-items:center;gap:var(--space-4);z-index:1;flex-direction:column;display:flex;position:relative}.bot-list-a-module__7BAtsW__emptyIconWrap{-webkit-backdrop-filter:blur(20px);width:80px;height:80px;color:var(--accent-lighter);background:#12101ecc;border:1px solid #ffffff0f;border-radius:20px;justify-content:center;align-items:center;display:flex}.bot-list-a-module__7BAtsW__emptyTitle{font-size:var(--text-xl);color:var(--text-primary);letter-spacing:-.01em;margin:0;font-weight:600}.bot-list-a-module__7BAtsW__emptyDescription{font-size:var(--text-sm);color:var(--text-muted);text-align:center;max-width:360px;margin:0;line-height:1.6}.bot-list-a-module__7BAtsW__emptyCta{align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-6);color:#e0d4ff;font-size:var(--text-sm);cursor:pointer;margin-top:var(--space-2);background:#8b5cf626;border:1px solid #8b5cf64d;border-radius:12px;font-weight:600;transition:all .25s cubic-bezier(.22,1,.36,1);display:inline-flex}.bot-list-a-module__7BAtsW__emptyCta:hover{background:#8b5cf640;border-color:#8b5cf680;box-shadow:0 0 24px #8b5cf626}.bot-list-a-module__7BAtsW__emptyLimit{font-size:var(--text-xs);color:var(--text-muted);margin-top:var(--space-2)}
.basic-mode-intro-banner-module__2sKPdW__banner{align-items:flex-start;gap:var(--space-3);padding:var(--space-6);margin-bottom:var(--space-4);background:var(--bg-elevated);border:1px solid var(--bg-border);border-radius:var(--radius-lg);display:flex;position:relative;overflow:hidden}.basic-mode-intro-banner-module__2sKPdW__stripe{background:var(--accent-primary);width:3px;position:absolute;top:0;bottom:0;left:0}.basic-mode-intro-banner-module__2sKPdW__icon{color:var(--accent-light);flex:none;margin-top:2px}.basic-mode-intro-banner-module__2sKPdW__content{gap:var(--space-2);flex-direction:column;flex:1;display:flex}.basic-mode-intro-banner-module__2sKPdW__heading{font:600 var(--text-lg) / 1.3 var(--font-sans);color:var(--text-primary);margin:0}.basic-mode-intro-banner-module__2sKPdW__body{font:400 var(--text-base) / 1.5 var(--font-sans);color:var(--text-secondary);margin:0}.basic-mode-intro-banner-module__2sKPdW__closeBtn{border-radius:var(--radius-md);width:28px;height:28px;color:var(--text-muted);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);background:0 0;border:0;flex:none;justify-content:center;align-items:center;padding:0;display:inline-flex}.basic-mode-intro-banner-module__2sKPdW__closeBtn:hover{background:var(--hover-row-bg);color:var(--text-primary)}.basic-mode-intro-banner-module__2sKPdW__closeBtn:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}
.bot-card-b-module__uCiTHW__row{align-items:center;gap:var(--space-4);padding:var(--space-4) var(--space-5);border-bottom:1px solid #ffffff12;transition:background .2s;display:flex;position:relative}.bot-card-b-module__uCiTHW__row:first-child{border-top:1px solid #ffffff12}.bot-card-b-module__uCiTHW__row:hover{background:#ffffff05}.bot-card-b-module__uCiTHW__photoWrap{flex-shrink:0;position:relative}.bot-card-b-module__uCiTHW__photo{border-radius:var(--radius-full);object-fit:cover;border:1px solid #ffffff0f;width:44px;height:44px}.bot-card-b-module__uCiTHW__photoFallback{border-radius:var(--radius-full);background:var(--bg-elevated);width:44px;height:44px;color:var(--text-muted);border:1px solid #ffffff0f;justify-content:center;align-items:center;display:flex}.bot-card-b-module__uCiTHW__statusDot{border-radius:var(--radius-full);border:2px solid var(--bg-page);width:10px;height:10px;position:absolute;bottom:0;right:0}.bot-card-b-module__uCiTHW__statusOnline{background:var(--color-success)}.bot-card-b-module__uCiTHW__statusPaused{background:var(--color-warning)}.bot-card-b-module__uCiTHW__infoBlock{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.bot-card-b-module__uCiTHW__nameRow{align-items:center;gap:var(--space-2);display:flex}.bot-card-b-module__uCiTHW__name{font-size:var(--text-sm);color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;margin:0;font-weight:600;overflow:hidden}.bot-card-b-module__uCiTHW__statusLabel{text-transform:uppercase;letter-spacing:.06em;border-radius:var(--radius-sm);padding:1px 6px;font-size:10px;font-weight:600}.bot-card-b-module__uCiTHW__statusLabelOnline{color:var(--color-success);background:#10b9811a}.bot-card-b-module__uCiTHW__statusLabelPaused{color:var(--color-warning);background:#f59e0b1a}.bot-card-b-module__uCiTHW__username{font-size:var(--text-xs);color:var(--text-muted);font-family:var(--font-mono)}.bot-card-b-module__uCiTHW__statsBlock{gap:var(--space-6);flex-shrink:0;display:flex}.bot-card-b-module__uCiTHW__stat{flex-direction:column;align-items:flex-end;gap:1px;display:flex}.bot-card-b-module__uCiTHW__statValue{font-size:var(--text-sm);color:var(--text-primary);font-variant-numeric:tabular-nums;font-weight:600}.bot-card-b-module__uCiTHW__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:10px}.bot-card-b-module__uCiTHW__actionsWrap{align-items:center;gap:var(--space-1);opacity:0;pointer-events:none;flex-shrink:0;transition:opacity .2s,transform .2s;display:flex;transform:translate(8px)}.bot-card-b-module__uCiTHW__row:hover .bot-card-b-module__uCiTHW__actionsWrap{opacity:1;pointer-events:auto;transform:translate(0)}.bot-card-b-module__uCiTHW__actionBtn{width:32px;height:32px;color:var(--text-muted);cursor:pointer;border-radius:var(--radius-md);background:0 0;border:1px solid #0000;justify-content:center;align-items:center;transition:color .15s,background .15s,border-color .15s;display:inline-flex}.bot-card-b-module__uCiTHW__actionBtn:hover{color:var(--text-primary);background:#ffffff17;border-color:#ffffff14}.bot-card-b-module__uCiTHW__actionBtnDanger:hover{color:var(--color-error);background:#ef44440f;border-color:#ef444426}@media (max-width:639px){.bot-card-b-module__uCiTHW__row{gap:var(--space-3);flex-wrap:wrap}.bot-card-b-module__uCiTHW__statsBlock{gap:var(--space-4)}.bot-card-b-module__uCiTHW__actionsWrap{opacity:1;pointer-events:auto;width:100%;padding-top:var(--space-3);border-top:1px solid #ffffff12;justify-content:flex-end;transform:none}}
.bot-channel-selector-module__qVxq2G__selector{gap:var(--space-3);flex-direction:column;display:flex}.bot-channel-selector-module__qVxq2G__sectionLabel{font-size:var(--text-sm);letter-spacing:-.02em;color:var(--text-primary);font-weight:700}.bot-channel-selector-module__qVxq2G__field{gap:var(--space-1);flex-direction:column;display:flex}.bot-channel-selector-module__qVxq2G__label{font-size:var(--text-sm);color:var(--text-secondary);font-weight:500}.bot-channel-selector-module__qVxq2G__select{width:100%;padding:var(--space-2) var(--space-3);color:var(--text-primary);font-size:var(--text-sm);appearance:none;cursor:pointer;background:#ffffff08 url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5' stroke='%23A1A1AA' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;background-position:right var(--space-3) center;padding-right:var(--space-8);border:1px solid #ffffff14;border-radius:12px;outline:none;transition:border-color .25s}.bot-channel-selector-module__qVxq2G__select:focus{border-color:#8b5cf680}.bot-channel-selector-module__qVxq2G__select:disabled{opacity:.5;cursor:not-allowed}.bot-channel-selector-module__qVxq2G__select option{color:var(--text-primary);background:#ffffff08}.bot-channel-selector-module__qVxq2G__chatHeader{justify-content:space-between;align-items:center;display:flex}.bot-channel-selector-module__qVxq2G__refreshButton{padding:var(--space-1);color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;transition:color .25s;display:inline-flex}.bot-channel-selector-module__qVxq2G__refreshButton:hover{color:#8b5cf6}.bot-channel-selector-module__qVxq2G__refreshButton:disabled{opacity:.5;cursor:not-allowed}.bot-channel-selector-module__qVxq2G__chatList{gap:var(--space-1);flex-direction:column;max-height:180px;display:flex;overflow-y:auto}.bot-channel-selector-module__qVxq2G__chatItem{justify-content:space-between;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);cursor:pointer;text-align:left;width:100%;color:inherit;font:inherit;background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;transition:border-color .25s,background .25s;display:flex}.bot-channel-selector-module__qVxq2G__chatItem:hover{border-color:#8b5cf64d}.bot-channel-selector-module__qVxq2G__chatItemSelected{background:#8b5cf60f;border-color:#8b5cf680}.bot-channel-selector-module__qVxq2G__chatItemContent{flex-direction:column;gap:2px;min-width:0;display:flex}.bot-channel-selector-module__qVxq2G__chatItemTop{align-items:center;gap:var(--space-2);display:flex}.bot-channel-selector-module__qVxq2G__chatItemIcon{color:var(--text-muted);flex-shrink:0}.bot-channel-selector-module__qVxq2G__chatItemTitle{color:var(--text-primary);font-weight:500;font-size:var(--text-sm);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.bot-channel-selector-module__qVxq2G__chatTypeBadge{font-size:var(--text-xs);color:var(--text-muted);background:#ffffff0f;border-radius:8px;flex-shrink:0;padding:1px 6px}.bot-channel-selector-module__qVxq2G__chatItemMeta{font-size:var(--text-xs);color:var(--text-muted);padding-left:calc(14px + var(--space-2))}.bot-channel-selector-module__qVxq2G__chatItemCheck{color:#8b5cf6;flex-shrink:0}.bot-channel-selector-module__qVxq2G__loadingState{align-items:center;gap:var(--space-2);padding:var(--space-3);font-size:var(--text-sm);color:var(--text-muted);display:flex}.bot-channel-selector-module__qVxq2G__errorState{align-items:center;gap:var(--space-2);padding:var(--space-2);font-size:var(--text-sm);color:#f87171;display:flex}.bot-channel-selector-module__qVxq2G__retryButton{padding:var(--space-1) var(--space-2);color:var(--text-secondary);font-size:var(--text-xs);cursor:pointer;background:0 0;border:1px solid #ffffff0f;border-radius:10px;margin-left:auto;transition:border-color .25s,color .25s}.bot-channel-selector-module__qVxq2G__retryButton:hover{color:#8b5cf6;border-color:#8b5cf6}.bot-channel-selector-module__qVxq2G__emptyChats{padding:var(--space-3);text-align:center;font-size:var(--text-sm);color:var(--text-muted);background:#ffffff05;border:1px dashed #ffffff14;border-radius:14px}.bot-channel-selector-module__qVxq2G__emptyChats p{margin:0}.bot-channel-selector-module__qVxq2G__addManualLink{align-items:center;gap:var(--space-1);color:var(--text-muted);font-size:var(--text-xs);cursor:pointer;background:0 0;border:none;padding:0;transition:color .25s;display:inline-flex}.bot-channel-selector-module__qVxq2G__addManualLink:hover{color:#8b5cf6}.bot-channel-selector-module__qVxq2G__addManualRow{gap:var(--space-2);display:flex}.bot-channel-selector-module__qVxq2G__input{padding:var(--space-2) var(--space-3);color:var(--text-primary);font-size:var(--text-sm);background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;outline:none;flex:1;transition:border-color .25s}.bot-channel-selector-module__qVxq2G__input::placeholder{color:var(--text-muted)}.bot-channel-selector-module__qVxq2G__input:focus{border-color:#8b5cf680}.bot-channel-selector-module__qVxq2G__input:disabled{opacity:.5;cursor:not-allowed}.bot-channel-selector-module__qVxq2G__spinner{animation:1s linear infinite bot-channel-selector-module__qVxq2G__spin}@keyframes bot-channel-selector-module__qVxq2G__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.bot-channel-selector-module__qVxq2G__disabledMessage{padding:var(--space-3);text-align:center;font-size:var(--text-sm);color:var(--text-muted);opacity:.6}
.bot-stats-b-module__tEBy2q__headerRow{align-items:center;gap:var(--space-6);margin-bottom:var(--space-8);flex-wrap:wrap;display:flex}.bot-stats-b-module__tEBy2q__statPill{align-items:center;gap:var(--space-2);padding:6px var(--space-3);border-radius:var(--radius-full);cursor:default;background:0 0;border:1px solid #ffffff0f;transition:border-color .2s;display:flex}.bot-stats-b-module__tEBy2q__statPill:hover{border-color:#ffffff1a}.bot-stats-b-module__tEBy2q__dot{border-radius:var(--radius-full);width:8px;height:8px}.bot-stats-b-module__tEBy2q__dotTotal{background:var(--accent-lighter)}.bot-stats-b-module__tEBy2q__dotActive{background:var(--color-success)}.bot-stats-b-module__tEBy2q__dotPaused{background:var(--color-warning)}.bot-stats-b-module__tEBy2q__statText{font-size:var(--text-sm);color:var(--text-secondary);font-variant-numeric:tabular-nums}.bot-stats-b-module__tEBy2q__statCount{color:var(--text-primary);font-weight:600}.bot-stats-b-module__tEBy2q__limitPill{align-items:center;gap:var(--space-2);margin-left:auto;display:flex}.bot-stats-b-module__tEBy2q__limitTrack{border-radius:var(--radius-full);background:#ffffff0f;width:48px;height:3px;overflow:hidden}.bot-stats-b-module__tEBy2q__limitFill{background:var(--accent-primary);border-radius:var(--radius-full);height:100%;transition:width .5s}.bot-stats-b-module__tEBy2q__limitLabel{font-size:var(--text-xs);color:var(--text-muted);font-variant-numeric:tabular-nums}@media (max-width:639px){.bot-stats-b-module__tEBy2q__headerRow{gap:var(--space-3)}.bot-stats-b-module__tEBy2q__limitPill{justify-content:flex-start;width:100%;margin-left:0}}
.enviar-agora-form-module__U4vktG__container{gap:var(--space-2);flex-direction:column;display:flex}.enviar-agora-form-module__U4vktG__splitView{gap:var(--space-4);align-items:flex-start;display:flex}.enviar-agora-form-module__U4vktG__editorColumn{gap:var(--space-2);flex-direction:column;flex:3;display:flex}.enviar-agora-form-module__U4vktG__previewColumn{top:calc(var(--topbar-height,64px) + var(--space-4));gap:var(--space-2);flex-direction:column;flex:2;display:flex;position:sticky}.enviar-agora-form-module__U4vktG__compactRow{gap:var(--space-2);display:flex}.enviar-agora-form-module__U4vktG__compactRow>*{flex:1}.enviar-agora-form-module__U4vktG__card{-webkit-backdrop-filter:blur(20px);padding:var(--space-2);gap:var(--space-2);background:#ffffff06;border:1px solid #ffffff0f;border-radius:16px;flex-direction:column;transition:border-color .2s,box-shadow .2s;display:flex}.enviar-agora-form-module__U4vktG__card:hover{border-color:#8b5cf633;box-shadow:0 0 32px #8b5cf60a}.enviar-agora-form-module__U4vktG__primaryCard{-webkit-backdrop-filter:blur(20px);padding:var(--space-3);gap:var(--space-2);background:#ffffff06;border:1px solid #ffffff0f;border-radius:16px;flex-direction:column;transition:border-color .2s,box-shadow .2s;display:flex}.enviar-agora-form-module__U4vktG__primaryCard:hover{border-color:#8b5cf633;box-shadow:0 0 32px #8b5cf60a}.enviar-agora-form-module__U4vktG__previewCard{-webkit-backdrop-filter:blur(20px);padding:var(--space-3);gap:var(--space-2);background:#ffffff08;border:1px solid #ffffff0f;border-radius:14px;flex-direction:column;display:flex}.enviar-agora-form-module__U4vktG__sectionHeader{align-items:center;gap:var(--space-1);padding-bottom:var(--space-1);display:flex}.enviar-agora-form-module__U4vktG__sectionIcon{color:#8b5cf6;width:14px;height:14px}.enviar-agora-form-module__U4vktG__sectionTitle{font-size:var(--text-xs);letter-spacing:-.02em;color:var(--text-secondary);margin:0;font-weight:700}.enviar-agora-form-module__U4vktG__accordionHeader{cursor:pointer;padding:var(--space-2);width:100%;color:var(--text-secondary);background:0 0;border:none;justify-content:space-between;align-items:center;font-family:inherit;transition:background .15s;display:flex}.enviar-agora-form-module__U4vktG__accordionHeader:hover{background:#ffffff08}.enviar-agora-form-module__U4vktG__accordionLeft{align-items:center;gap:var(--space-1);display:flex}.enviar-agora-form-module__U4vktG__accordionContent{padding-top:var(--space-2)}.enviar-agora-form-module__U4vktG__submitButton{width:100%;padding:var(--space-3) var(--space-4);color:#fff;font-size:var(--text-sm);cursor:pointer;justify-content:center;align-items:center;gap:var(--space-2);background:#8b5cf6;border:none;border-radius:12px;font-family:inherit;font-weight:600;transition:background .15s,box-shadow .15s;display:flex}.enviar-agora-form-module__U4vktG__submitButton:hover:not(:disabled){background:#7c3aed;box-shadow:0 0 24px #8b5cf633}.enviar-agora-form-module__U4vktG__submitButton:disabled{opacity:.5;cursor:not-allowed}.enviar-agora-form-module__U4vktG__successMessage{text-align:center;padding:var(--space-2);color:#4ade80;font-size:var(--text-sm);margin-bottom:var(--space-2);background:#4ade801a;border-radius:12px;font-weight:500}.enviar-agora-form-module__U4vktG__errorMessage{text-align:center;padding:var(--space-2);color:#f87171;font-size:var(--text-sm);margin-bottom:var(--space-2);background:#f871711a;border-radius:12px;font-weight:500}.enviar-agora-form-module__U4vktG__historyList{gap:var(--space-1);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.enviar-agora-form-module__U4vktG__historyItem{padding:4px var(--space-2);border-radius:var(--radius-sm);justify-content:space-between;align-items:center;gap:var(--space-2);background:#ffffff08;border:1px solid #ffffff0f;transition:background .15s;display:flex}.enviar-agora-form-module__U4vktG__historyItem:hover{background:#ffffff0d}.enviar-agora-form-module__U4vktG__historyInfo{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.enviar-agora-form-module__U4vktG__historyChat{font-size:var(--text-xs);color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.enviar-agora-form-module__U4vktG__historyCaption{font-size:var(--text-sm);color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.enviar-agora-form-module__U4vktG__historyMeta{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:2px;display:flex}.enviar-agora-form-module__U4vktG__historyTime{font-size:var(--text-xs);color:var(--text-muted)}.enviar-agora-form-module__U4vktG__badge{border-radius:var(--radius-sm);text-transform:uppercase;padding:2px 6px;font-size:10px;font-weight:600;display:inline-block}.enviar-agora-form-module__U4vktG__badgeSent{color:#4ade80;background:#4ade801a}.enviar-agora-form-module__U4vktG__badgeFailed{color:#f87171;background:#f871711a}.enviar-agora-form-module__U4vktG__emptyState{text-align:center;padding:var(--space-2) 0}.enviar-agora-form-module__U4vktG__emptyStateTitle{color:var(--text-muted);font-size:var(--text-sm);margin:0 0 var(--space-1) 0;font-weight:500}.enviar-agora-form-module__U4vktG__emptyStateDesc{color:var(--text-muted);font-size:var(--text-xs);opacity:.7;margin:0}@media (max-width:768px){.enviar-agora-form-module__U4vktG__splitView{flex-direction:column}.enviar-agora-form-module__U4vktG__previewColumn{order:-1;position:static}.enviar-agora-form-module__U4vktG__compactRow{flex-direction:column}}
.bot-list-b-module__t3ZgBG__listContainer{border-radius:var(--radius-lg);background:#12101e4d;border:1px solid #ffffff12;overflow:hidden}.bot-list-b-module__t3ZgBG__listHeader{padding:var(--space-3) var(--space-5);border-bottom:1px solid #ffffff12;align-items:center;display:flex}.bot-list-b-module__t3ZgBG__listHeaderLabel{font-size:var(--text-xs);color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;flex:1}.bot-list-b-module__t3ZgBG__listHeaderStats{font-size:var(--text-xs);color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;gap:var(--space-6);display:flex}.bot-list-b-module__t3ZgBG__listHeaderStat{text-align:right;width:48px}.bot-list-b-module__t3ZgBG__connectRow{justify-content:center;align-items:center;gap:var(--space-2);padding:var(--space-4) var(--space-5);cursor:pointer;width:100%;color:var(--text-muted);font-size:var(--text-sm);background:0 0;border:none;border-top:1px dashed #ffffff0f;transition:color .2s,background .2s;display:flex}.bot-list-b-module__t3ZgBG__connectRow:hover{color:var(--accent-lighter);background:#6d28d908}.bot-list-b-module__t3ZgBG__skeletonList{border-radius:var(--radius-lg);border:1px solid #ffffff12;flex-direction:column;gap:1px;display:flex;overflow:hidden}.bot-list-b-module__t3ZgBG__skeletonRow{background:var(--bg-surface);height:68px;animation:1.5s ease-in-out infinite bot-list-b-module__t3ZgBG__skeleton-pulse}@keyframes bot-list-b-module__t3ZgBG__skeleton-pulse{0%,to{opacity:.4}50%{opacity:.15}}.bot-list-b-module__t3ZgBG__emptyContainer{justify-content:center;align-items:center;gap:var(--space-5);flex-direction:column;min-height:45vh;display:flex}.bot-list-b-module__t3ZgBG__emptyIcon{background:var(--bg-surface);width:64px;height:64px;color:var(--text-muted);border:1px solid #ffffff0f;border-radius:16px;justify-content:center;align-items:center;display:flex}.bot-list-b-module__t3ZgBG__emptyTitle{font-size:var(--text-lg);color:var(--text-primary);margin:0;font-weight:600}.bot-list-b-module__t3ZgBG__emptyDescription{font-size:var(--text-sm);color:var(--text-muted);text-align:center;max-width:320px;margin:0;margin-top:calc(var(--space-1) * -1);line-height:1.5}.bot-list-b-module__t3ZgBG__emptyCta{align-items:center;gap:var(--space-2);padding:10px var(--space-5);background:var(--accent-primary);color:#fff;border-radius:var(--radius-md);font-size:var(--text-sm);cursor:pointer;border:none;font-weight:500;transition:background .15s;display:inline-flex}.bot-list-b-module__t3ZgBG__emptyCta:hover{background:var(--accent-primary-hover)}.bot-list-b-module__t3ZgBG__emptyLimit{font-size:var(--text-xs);color:var(--text-muted)}
.gateway-config-modal-module__dLKBGW__modalHeader{margin-bottom:var(--space-1);align-items:center;gap:10px;display:flex}.gateway-config-modal-module__dLKBGW__modalHeaderIcon{width:28px;height:28px;color:var(--accent-lighter);flex-shrink:0;justify-content:center;align-items:center;display:flex}.gateway-config-modal-module__dLKBGW__modalTitle{font-size:var(--text-lg);color:var(--text-primary);margin:0;font-weight:600}.gateway-config-modal-module__dLKBGW__subtitle{font-size:var(--text-sm);color:var(--text-muted);margin:0 0 var(--space-4) 0;line-height:1.45}.gateway-config-modal-module__dLKBGW__fieldLabel{font-size:var(--text-sm);color:#ffffff80;margin-bottom:6px;font-weight:500;display:block}.gateway-config-modal-module__dLKBGW__flowInput{background:var(--flow-input-bg);width:100%;height:44px;color:var(--text-primary);font-size:var(--text-sm);font-family:var(--font-sans);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);border:1px solid #ffffff14;border-radius:12px;padding:0 40px 0 12px}.gateway-config-modal-module__dLKBGW__flowInput::placeholder{color:var(--text-muted)}.gateway-config-modal-module__dLKBGW__flowInput:focus{border-color:var(--accent-primary);box-shadow:var(--focus-ring);outline:none}.gateway-config-modal-module__dLKBGW__tokenSection{margin-bottom:var(--space-4)}.gateway-config-modal-module__dLKBGW__tokenField{position:relative}.gateway-config-modal-module__dLKBGW__revealBtn{height:44px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0 2px;transition:color .2s;display:inline-flex;position:absolute;top:0;right:10px}.gateway-config-modal-module__dLKBGW__revealBtn:hover{color:var(--accent-lighter)}.gateway-config-modal-module__dLKBGW__escopoDivider{height:1px;margin-bottom:var(--space-4);background:#ffffff0f}.gateway-config-modal-module__dLKBGW__escopoSection{margin-bottom:var(--space-4)}.gateway-config-modal-module__dLKBGW__escopoHeader{letter-spacing:.05em;color:var(--text-muted);margin-bottom:var(--space-3);justify-content:center;align-items:center;gap:6px;font-size:12px;font-weight:600;display:flex}.gateway-config-modal-module__dLKBGW__escopoCards{gap:var(--space-3);grid-template-columns:1fr 1fr;display:grid}.gateway-config-modal-module__dLKBGW__escopoCard{border-radius:var(--radius-lg);color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #ffffff1a;flex-direction:column;align-items:center;gap:6px;padding:20px 16px 16px;transition:background .25s,border-color .25s,color .25s,box-shadow .25s;display:flex}.gateway-config-modal-module__dLKBGW__escopoCard:hover{background:#ffffff05;border-color:#ffffff2e}.gateway-config-modal-module__dLKBGW__escopoCardActive{color:var(--accent-lighter);background:#140c28e6;border-color:#6d28d94d;box-shadow:0 0 20px #6d28d90f}.gateway-config-modal-module__dLKBGW__escopoCardActive .gateway-config-modal-module__dLKBGW__escopoLabel{color:var(--accent-lighter)}.gateway-config-modal-module__dLKBGW__escopoLabel{font-size:var(--text-sm);color:var(--text-primary);font-weight:600;transition:color .25s}.gateway-config-modal-module__dLKBGW__escopoDesc{color:var(--text-muted);text-align:center;font-size:11px;line-height:1.3}.gateway-config-modal-module__dLKBGW__globalInfo{align-items:flex-start;gap:var(--space-2);border-radius:var(--radius-md);margin-bottom:var(--space-4);background:#140c2880;border:1px solid #6d28d91f;padding:12px 16px;animation:.2s gateway-config-modal-module__dLKBGW__fadeSlideIn;display:flex}.gateway-config-modal-module__dLKBGW__globalInfo svg{color:var(--text-muted);flex-shrink:0;margin-top:1px}.gateway-config-modal-module__dLKBGW__globalInfo p{font-size:var(--text-xs);color:var(--text-secondary);margin:0;line-height:1.5}.gateway-config-modal-module__dLKBGW__globalInfo strong{color:var(--text-primary);font-weight:600}.gateway-config-modal-module__dLKBGW__fluxosSection{margin-bottom:var(--space-4);animation:.25s gateway-config-modal-module__dLKBGW__fadeSlideIn}.gateway-config-modal-module__dLKBGW__fluxosContainer{border-radius:var(--radius-lg);background:#08061299;border:1px solid #ffffff14;overflow:hidden}.gateway-config-modal-module__dLKBGW__fluxosHeader{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);border-bottom:1px solid #ffffff0f;align-items:center;gap:6px;padding:14px 16px 10px;font-size:11px;font-weight:600;display:flex}.gateway-config-modal-module__dLKBGW__fluxosList{max-height:220px;overflow-y:auto}.gateway-config-modal-module__dLKBGW__fluxoItem{align-items:center;gap:var(--space-3);cursor:pointer;border-bottom:1px solid #ffffff0a;padding:10px 16px;transition:background .15s;display:flex}.gateway-config-modal-module__dLKBGW__fluxoItem:last-child{border-bottom:none}.gateway-config-modal-module__dLKBGW__fluxoItem:hover{background:#6d28d90f}.gateway-config-modal-module__dLKBGW__fluxoCheckbox{appearance:none;cursor:pointer;background:#ffffff0a;border:1.5px solid #ffffff2e;border-radius:4px;flex-shrink:0;width:16px;height:16px;transition:background .15s,border-color .15s;position:relative}.gateway-config-modal-module__dLKBGW__fluxoCheckbox:checked{background:var(--accent-lighter);border-color:var(--accent-lighter)}.gateway-config-modal-module__dLKBGW__fluxoCheckbox:checked:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:4px;height:8px;position:absolute;top:2px;left:5px;transform:rotate(45deg)}.gateway-config-modal-module__dLKBGW__fluxoName{font-size:var(--text-sm);color:var(--text-primary);flex:1}.gateway-config-modal-module__dLKBGW__fluxoBadge{color:#34d399;letter-spacing:.03em;font-size:10px;font-weight:600}.gateway-config-modal-module__dLKBGW__fluxosLoading,.gateway-config-modal-module__dLKBGW__fluxosEmpty{text-align:center;font-size:var(--text-sm);color:var(--text-muted);padding:20px 16px}.gateway-config-modal-module__dLKBGW__fluxosWarning{align-items:center;gap:var(--space-2);border-radius:var(--radius-md);margin-top:var(--space-3);background:#d9770614;border:1px solid #d9770640;padding:10px 14px;display:flex}.gateway-config-modal-module__dLKBGW__fluxosWarning svg{color:#d9a306;flex-shrink:0}.gateway-config-modal-module__dLKBGW__fluxosWarning p{font-size:var(--text-xs);color:var(--text-secondary);margin:0;line-height:1.4}.gateway-config-modal-module__dLKBGW__saveError{align-items:center;gap:var(--space-2);border-radius:var(--radius-md);padding:var(--space-2) var(--space-3);margin-bottom:var(--space-3);font-size:var(--text-xs);color:#f87171;background:#ef444414;border:1px solid #ef444433;display:flex}.gateway-config-modal-module__dLKBGW__saveSuccess{align-items:center;gap:var(--space-2);border-radius:var(--radius-md);padding:var(--space-2) var(--space-3);margin-bottom:var(--space-3);font-size:var(--text-xs);color:#4ade80;background:#22c55e14;border:1px solid #22c55e33;display:flex}.gateway-config-modal-module__dLKBGW__footer{justify-content:flex-end;gap:var(--space-3);padding-top:var(--space-4);border-top:1px solid #ffffff0f;display:flex}@keyframes gateway-config-modal-module__dLKBGW__fadeSlideIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}
.queue-list-module__OI-35a__container{gap:var(--space-2);flex-direction:column;display:flex}.queue-list-module__OI-35a__header{justify-content:space-between;align-items:center;display:flex}.queue-list-module__OI-35a__title{font-size:var(--text-xs);color:var(--text-secondary);font-weight:500}.queue-list-module__OI-35a__grid{gap:var(--space-3);flex-direction:column;display:flex}.queue-list-module__OI-35a__queueCard{-webkit-backdrop-filter:blur(20px);padding:var(--space-4);align-items:center;gap:var(--space-4);background:#ffffff06;border:1px solid #ffffff0f;border-radius:16px;transition:border-color .15s,box-shadow .15s;display:flex}.queue-list-module__OI-35a__queueCard:hover{border-color:#8b5cf633;box-shadow:0 0 32px #8b5cf60a}.queue-list-module__OI-35a__cardContent{cursor:pointer;gap:var(--space-2);flex-direction:column;flex:1;min-width:0;display:flex}.queue-list-module__OI-35a__cardTop{align-items:center;gap:var(--space-3);display:flex}.queue-list-module__OI-35a__queueName{font-size:var(--text-sm);color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}.queue-list-module__OI-35a__cardMeta{gap:var(--space-4);flex-wrap:wrap;display:flex}.queue-list-module__OI-35a__metaItem{align-items:center;gap:var(--space-1);font-size:var(--text-xs);color:var(--text-secondary);display:inline-flex}.queue-list-module__OI-35a__metaItem svg{flex-shrink:0}.queue-list-module__OI-35a__cardProgress{font-size:var(--text-xs);color:var(--text-tertiary);justify-content:space-between;align-items:center;display:flex}.queue-list-module__OI-35a__nextSend{color:#4ade80}.queue-list-module__OI-35a__cardActions{gap:var(--space-1);flex-shrink:0;display:flex}.queue-list-module__OI-35a__actionBtn{cursor:pointer;padding:var(--space-2);color:var(--text-secondary);background:0 0;border:none;border-radius:12px;justify-content:center;align-items:center;transition:color .15s,background .15s;display:inline-flex}.queue-list-module__OI-35a__actionBtn:hover{color:var(--text-primary);background:#ffffff08}.queue-list-module__OI-35a__actionBtnDanger:hover{color:#f87171;background:#ef44441a}.queue-list-module__OI-35a__actionBtnSuccess:hover{color:#4ade80}.queue-list-module__OI-35a__modalActions{justify-content:flex-end;gap:var(--space-3);margin-top:var(--space-4);display:flex}.queue-list-module__OI-35a__modalText{font-size:var(--text-sm);color:var(--text-secondary);margin:0}.queue-list-module__OI-35a__skeletonGrid{gap:var(--space-3);flex-direction:column;display:flex}
.page-module__YucjYa__page{flex-direction:column;gap:21px;width:100%;display:flex}.page-module__YucjYa__header{justify-content:space-between;align-items:flex-end;gap:var(--space-4);display:flex}.page-module__YucjYa__headerLeft{flex-direction:column;gap:0;display:flex}.page-module__YucjYa__title{font-size:var(--text-4xl);color:var(--text-primary);margin:0;font-weight:600}.page-module__YucjYa__subtitle{font-size:var(--text-sm);color:var(--text-muted);align-items:center;gap:var(--space-2);margin:0;display:flex}.page-module__YucjYa__subtitle:before{content:"";background:#ffffff26;flex-shrink:0;width:1.71px;height:1.315em}.page-module__YucjYa__headerButtons{flex-shrink:0;align-items:center;gap:4px;display:flex}.page-module__YucjYa__headerButtons button{padding-left:calc(var(--space-3) + 5px);padding-right:calc(var(--space-3) + 5px)}@media (max-width:639px){.page-module__YucjYa__header{flex-direction:column}}
.bot-card-c-module__5N_dtW__card{border-radius:var(--radius-lg);padding:var(--space-8) var(--space-6) var(--space-6);align-items:center;gap:var(--space-4);border:1px solid #ffffff12;flex-direction:column;transition:transform .35s cubic-bezier(.22,1,.36,1),border-color .35s,box-shadow .35s;display:flex;position:relative;overflow:hidden}.bot-card-c-module__5N_dtW__cardActive{background:linear-gradient(160deg,#6d28d91a 0%,#12101ef2 40%,#10b9810a 100%)}.bot-card-c-module__5N_dtW__cardPaused{background:linear-gradient(160deg,#f59e0b0f 0%,#12101ef2 40%,#6d28d908 100%)}.bot-card-c-module__5N_dtW__card:hover{border-color:#6d28d933;transform:translateY(-4px);box-shadow:0 16px 48px #0000004d,0 0 0 1px #6d28d914}.bot-card-c-module__5N_dtW__card:before{content:"";border-radius:var(--radius-full);pointer-events:none;opacity:.3;filter:blur(60px);width:200px;height:200px;transition:opacity .4s;position:absolute;top:-40%;right:-30%}.bot-card-c-module__5N_dtW__cardActive:before{background:radial-gradient(circle,#6d28d94d,#0000)}.bot-card-c-module__5N_dtW__cardPaused:before{background:radial-gradient(circle,#f59e0b33,#0000)}.bot-card-c-module__5N_dtW__card:hover:before{opacity:.5}.bot-card-c-module__5N_dtW__menuBtn{top:var(--space-3);right:var(--space-3);width:32px;height:32px;color:var(--text-muted);cursor:pointer;border-radius:var(--radius-md);z-index:2;background:#ffffff12;border:none;justify-content:center;align-items:center;transition:color .15s,background .15s;display:inline-flex;position:absolute}.bot-card-c-module__5N_dtW__menuBtn:hover{color:var(--text-primary);background:#ffffff14}.bot-card-c-module__5N_dtW__dropdown{top:calc(var(--space-3) + 36px);right:var(--space-3);background:var(--bg-elevated);border-radius:var(--radius-md);padding:var(--space-1);z-index:10;border:1px solid #ffffff14;min-width:140px;animation:.15s bot-card-c-module__5N_dtW__dropIn;position:absolute;box-shadow:0 8px 24px #0006}@keyframes bot-card-c-module__5N_dtW__dropIn{0%{opacity:0;transform:translateY(-4px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.bot-card-c-module__5N_dtW__dropdownItem{align-items:center;gap:var(--space-2);width:100%;padding:var(--space-2) var(--space-3);color:var(--text-secondary);font-size:var(--text-sm);cursor:pointer;border-radius:var(--radius-sm);text-align:left;background:0 0;border:none;transition:color .15s,background .15s;display:flex}.bot-card-c-module__5N_dtW__dropdownItem:hover{color:var(--text-primary);background:#ffffff17}.bot-card-c-module__5N_dtW__dropdownItemDanger:hover{color:var(--color-error);background:#ef444414}.bot-card-c-module__5N_dtW__avatarWrap{position:relative}.bot-card-c-module__5N_dtW__avatarRing{border-radius:var(--radius-full);justify-content:center;align-items:center;width:96px;height:96px;padding:3px;display:flex}.bot-card-c-module__5N_dtW__ringActive{background:conic-gradient(#6d28d9,#8b5cf6,#10b981,#8b5cf6,#6d28d9);animation:6s linear infinite bot-card-c-module__5N_dtW__ringRotate}.bot-card-c-module__5N_dtW__ringPaused{background:conic-gradient(#92400e,#f59e0b,#fcd34d,#f59e0b,#92400e)}@keyframes bot-card-c-module__5N_dtW__ringRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.bot-card-c-module__5N_dtW__avatarInner{border-radius:var(--radius-full);border:3px solid var(--bg-page);width:100%;height:100%;overflow:hidden}.bot-card-c-module__5N_dtW__photo{object-fit:cover;width:100%;height:100%}.bot-card-c-module__5N_dtW__photoFallback{background:var(--bg-elevated);width:100%;height:100%;color:var(--text-muted);justify-content:center;align-items:center;display:flex}.bot-card-c-module__5N_dtW__statusBadge{border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.06em;border:2px solid var(--bg-page);align-items:center;gap:4px;padding:3px 8px;font-size:10px;font-weight:700;display:flex;position:absolute;bottom:4px;right:4px}.bot-card-c-module__5N_dtW__statusBadgeOnline{background:var(--color-success);color:#fff}.bot-card-c-module__5N_dtW__statusBadgePaused{background:var(--color-warning);color:#000}.bot-card-c-module__5N_dtW__info{align-items:center;gap:var(--space-1);z-index:1;flex-direction:column;display:flex;position:relative}.bot-card-c-module__5N_dtW__name{font-size:var(--text-xl);color:var(--text-primary);text-align:center;letter-spacing:-.02em;margin:0;font-weight:700}.bot-card-c-module__5N_dtW__username{font-size:var(--text-sm);color:var(--text-muted);font-family:var(--font-mono)}.bot-card-c-module__5N_dtW__statsOverlay{gap:var(--space-8);z-index:1;padding:var(--space-4) 0;display:flex;position:relative}.bot-card-c-module__5N_dtW__stat{flex-direction:column;align-items:center;gap:2px;display:flex}.bot-card-c-module__5N_dtW__statValue{font-size:var(--text-2xl);color:var(--text-primary);letter-spacing:-.03em;font-variant-numeric:tabular-nums;font-weight:800;line-height:1}.bot-card-c-module__5N_dtW__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;font-size:10px}
.gateway-wallet-modal-module__jmzXmq__modalHeader{margin-bottom:var(--space-1);align-items:center;gap:10px;display:flex}.gateway-wallet-modal-module__jmzXmq__modalHeaderIcon{width:28px;height:28px;color:var(--accent-lighter);flex-shrink:0;justify-content:center;align-items:center;display:flex}.gateway-wallet-modal-module__jmzXmq__modalTitle{font-size:var(--text-lg);color:var(--text-primary);margin:0;font-weight:600}.gateway-wallet-modal-module__jmzXmq__subtitle{font-size:var(--text-sm);color:var(--text-muted);margin:0 0 var(--space-4) 0;line-height:1.45}.gateway-wallet-modal-module__jmzXmq__balanceSection{border-radius:var(--radius-lg);padding:var(--space-4);margin-bottom:var(--space-4);background:#08061299;border:1px solid #ffffff14}.gateway-wallet-modal-module__jmzXmq__balanceGrid{gap:var(--space-3);grid-template-columns:1fr 1fr 1fr;display:grid}.gateway-wallet-modal-module__jmzXmq__balanceItem{flex-direction:column;align-items:center;gap:4px;display:flex}.gateway-wallet-modal-module__jmzXmq__balanceLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-size:11px;font-weight:600}.gateway-wallet-modal-module__jmzXmq__balanceValue{font-size:var(--text-xl);color:var(--text-primary);font-weight:700}.gateway-wallet-modal-module__jmzXmq__balanceValueAvailable{color:#4ade80}.gateway-wallet-modal-module__jmzXmq__balanceValuePending{color:#facc15}.gateway-wallet-modal-module__jmzXmq__balanceValueBlocked{color:var(--text-muted)}.gateway-wallet-modal-module__jmzXmq__balanceSkeleton{gap:var(--space-3);grid-template-columns:1fr 1fr 1fr;display:grid}.gateway-wallet-modal-module__jmzXmq__skeletonItem{flex-direction:column;align-items:center;gap:6px;display:flex}.gateway-wallet-modal-module__jmzXmq__skeletonLabel{border-radius:var(--radius-sm);background:#ffffff0f;width:60px;height:12px;animation:1.5s ease-in-out infinite gateway-wallet-modal-module__jmzXmq__pulse}.gateway-wallet-modal-module__jmzXmq__skeletonValue{border-radius:var(--radius-sm);background:#ffffff0f;width:80px;height:24px;animation:1.5s ease-in-out infinite gateway-wallet-modal-module__jmzXmq__pulse}@keyframes gateway-wallet-modal-module__jmzXmq__pulse{0%,to{opacity:1}50%{opacity:.4}}.gateway-wallet-modal-module__jmzXmq__balanceError{align-items:center;gap:var(--space-2);padding:var(--space-3);font-size:var(--text-sm);color:#f87171;display:flex}.gateway-wallet-modal-module__jmzXmq__balanceError svg{flex-shrink:0}.gateway-wallet-modal-module__jmzXmq__retryBtn{border-radius:var(--radius-sm);font-size:var(--text-xs);color:var(--text-secondary);cursor:pointer;background:0 0;border:1px solid #ffffff17;margin-left:auto;padding:2px 8px;transition:border-color .15s,color .15s}.gateway-wallet-modal-module__jmzXmq__retryBtn:hover{border-color:var(--accent-lighter);color:var(--accent-lighter)}.gateway-wallet-modal-module__jmzXmq__divider{height:1px;margin-bottom:var(--space-4);background:#ffffff0f}.gateway-wallet-modal-module__jmzXmq__formSection{gap:var(--space-3);margin-bottom:var(--space-4);flex-direction:column;display:flex}.gateway-wallet-modal-module__jmzXmq__fieldLabel{font-size:var(--text-sm);color:#ffffff80;margin-bottom:6px;font-weight:500;display:block}.gateway-wallet-modal-module__jmzXmq__amountRow{gap:var(--space-2);align-items:flex-end;display:flex}.gateway-wallet-modal-module__jmzXmq__amountInputWrap{flex:1}.gateway-wallet-modal-module__jmzXmq__flowInput{background:var(--flow-input-bg);width:100%;height:44px;color:var(--text-primary);font-size:var(--text-sm);font-family:var(--font-sans);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);border:1px solid #ffffff14;border-radius:12px;padding:0 12px}.gateway-wallet-modal-module__jmzXmq__flowInput::placeholder{color:var(--text-muted)}.gateway-wallet-modal-module__jmzXmq__flowInput:focus{border-color:var(--accent-primary);box-shadow:var(--focus-ring);outline:none}.gateway-wallet-modal-module__jmzXmq__maxBtn{height:44px;font-size:var(--text-xs);color:var(--accent-lighter);cursor:pointer;white-space:nowrap;background:#6d28d91f;border:1px solid #6d28d94d;border-radius:12px;padding:0 14px;font-weight:600;transition:background .15s,border-color .15s}.gateway-wallet-modal-module__jmzXmq__maxBtn:hover{background:#6d28d933;border-color:#6d28d980}.gateway-wallet-modal-module__jmzXmq__maxBtn:disabled{opacity:.4;cursor:not-allowed}.gateway-wallet-modal-module__jmzXmq__pixKeyTypeRow{gap:var(--space-2);flex-wrap:wrap;display:flex}.gateway-wallet-modal-module__jmzXmq__pixKeyTypeBtn{border-radius:var(--radius-full);font-size:var(--text-xs);color:var(--text-secondary);cursor:pointer;background:0 0;border:1px solid #ffffff17;padding:6px 12px;font-weight:500;transition:background .15s,border-color .15s,color .15s}.gateway-wallet-modal-module__jmzXmq__pixKeyTypeBtn:hover{color:var(--text-primary);border-color:#ffffff2e}.gateway-wallet-modal-module__jmzXmq__pixKeyTypeBtnActive{color:var(--accent-lighter);background:#6d28d91f;border-color:#6d28d959}.gateway-wallet-modal-module__jmzXmq__minAmountInfo{align-items:center;gap:var(--space-2);font-size:var(--text-xs);color:var(--text-muted);padding:0 2px;display:flex}.gateway-wallet-modal-module__jmzXmq__minAmountInfo svg{color:var(--text-muted);flex-shrink:0}.gateway-wallet-modal-module__jmzXmq__saveError{align-items:center;gap:var(--space-2);border-radius:var(--radius-md);padding:var(--space-2) var(--space-3);margin-bottom:var(--space-3);font-size:var(--text-xs);color:#f87171;background:#ef444414;border:1px solid #ef444433;display:flex}.gateway-wallet-modal-module__jmzXmq__saveSuccess{align-items:center;gap:var(--space-2);border-radius:var(--radius-md);padding:var(--space-2) var(--space-3);margin-bottom:var(--space-3);font-size:var(--text-xs);color:#4ade80;background:#22c55e14;border:1px solid #22c55e33;display:flex}.gateway-wallet-modal-module__jmzXmq__footer{justify-content:flex-end;gap:var(--space-3);padding-top:var(--space-4);border-top:1px solid #ffffff0f;display:flex}
.welcome-list-module__aEq03a__container{gap:var(--space-5);flex-direction:column;display:flex}.welcome-list-module__aEq03a__header{justify-content:space-between;align-items:center;display:flex}.welcome-list-module__aEq03a__title{letter-spacing:-.02em;color:var(--text-primary);align-items:center;gap:var(--space-2);margin:0;font-size:17px;font-weight:700;display:flex}.welcome-list-module__aEq03a__title:before{content:"";background:linear-gradient(#8b5cf6,#6366f1);border-radius:2px;flex-shrink:0;width:4px;height:1em}.welcome-list-module__aEq03a__subtitle{font-size:var(--text-sm);color:var(--text-secondary);margin-top:var(--space-1)}.welcome-list-module__aEq03a__list{gap:var(--space-2);flex-direction:column;display:flex}.welcome-list-module__aEq03a__configCard{-webkit-backdrop-filter:blur(20px);padding:var(--space-4);align-items:center;gap:var(--space-4);cursor:pointer;background:#ffffff06;border:1px solid #ffffff0f;border-radius:16px;transition:border-color .15s,box-shadow .15s;display:flex}.welcome-list-module__aEq03a__configCard:hover{border-color:#8b5cf633;box-shadow:0 0 32px #8b5cf60a}.welcome-list-module__aEq03a__cardContent{gap:var(--space-2);flex-direction:column;flex:1;min-width:0;display:flex}.welcome-list-module__aEq03a__cardTop{align-items:center;gap:var(--space-3);display:flex}.welcome-list-module__aEq03a__configName{font-size:var(--text-sm);color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}.welcome-list-module__aEq03a__cardMeta{gap:var(--space-3);flex-wrap:wrap;display:flex}.welcome-list-module__aEq03a__metaItem{align-items:center;gap:var(--space-1);font-size:var(--text-xs);color:var(--text-secondary);display:inline-flex}.welcome-list-module__aEq03a__metaItem svg{flex-shrink:0}.welcome-list-module__aEq03a__cardActions{align-items:center;gap:var(--space-3);flex-shrink:0;display:flex}.welcome-list-module__aEq03a__toggleTrack{border-radius:var(--radius-full);cursor:pointer;background:#ffffff1a;border:none;width:32px;height:18px;padding:0;transition:background .15s;position:relative}.welcome-list-module__aEq03a__toggleTrack[data-checked=true]{background:#8b5cf6}.welcome-list-module__aEq03a__toggleThumb{border-radius:var(--radius-full);background:#fff;width:14px;height:14px;transition:transform .15s;position:absolute;top:2px;left:2px}.welcome-list-module__aEq03a__toggleTrack[data-checked=true] .welcome-list-module__aEq03a__toggleThumb{transform:translate(14px)}.welcome-list-module__aEq03a__actionBtn{color:var(--text-secondary);cursor:pointer;padding:var(--space-1);background:0 0;border:none;border-radius:8px;align-items:center;transition:color .15s,background .15s;display:flex}.welcome-list-module__aEq03a__actionBtn:hover{color:var(--text-primary);background:#ffffff08}.welcome-list-module__aEq03a__actionBtn[data-destructive=true]:hover{color:#f87171;background:#ef44441a}.welcome-list-module__aEq03a__skeletonList{gap:var(--space-2);flex-direction:column;display:flex}.welcome-list-module__aEq03a__modalText{font-size:var(--text-sm);color:var(--text-secondary);margin:0}.welcome-list-module__aEq03a__modalActions{justify-content:flex-end;gap:var(--space-3);margin-top:var(--space-4);display:flex}
.topic-browser-module__ganOnq__container{flex-direction:column;min-height:200px;display:flex}.topic-browser-module__ganOnq__emptyState{justify-content:center;align-items:center;gap:var(--space-2);color:var(--text-muted);font-size:var(--text-xs);padding:var(--space-4);text-align:center;display:flex}.topic-browser-module__ganOnq__spinner{animation:1s linear infinite topic-browser-module__ganOnq__spin}@keyframes topic-browser-module__ganOnq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.topic-browser-module__ganOnq__selectAllRow{align-items:center;gap:var(--space-2);padding:var(--space-2);cursor:pointer;border-bottom:1px solid #ffffff0f;display:flex}.topic-browser-module__ganOnq__selectAllLabel{font-size:var(--text-xs);color:var(--text-secondary);font-weight:500}.topic-browser-module__ganOnq__checkbox{accent-color:#8b5cf6;cursor:pointer;flex-shrink:0;width:16px;height:16px}.topic-browser-module__ganOnq__topicRow{align-items:center;gap:var(--space-2);padding:var(--space-2);cursor:pointer;color:var(--text-muted);border-bottom:1px solid #ffffff0f;border-radius:10px;transition:background .15s,border-color .15s;display:flex}.topic-browser-module__ganOnq__topicRow:hover{background:#8b5cf60f;border-color:#8b5cf626}.topic-browser-module__ganOnq__topicIcon{color:var(--text-muted);flex-shrink:0}.topic-browser-module__ganOnq__topicName{font-size:var(--text-sm);color:var(--text-primary);flex:1;font-weight:500}.topic-browser-module__ganOnq__topicCount{font-size:var(--text-xs);color:#a78bfa;background:#8b5cf61a;border-radius:8px;padding:2px 8px}.topic-browser-module__ganOnq__messageList{padding-left:var(--space-4);background:#ffffff06;flex-direction:column;display:flex}.topic-browser-module__ganOnq__messageRow{align-items:center;gap:var(--space-2);padding:var(--space-2);font-size:var(--text-xs);cursor:pointer;border-radius:8px;transition:background .15s;display:flex}.topic-browser-module__ganOnq__messageRow:hover{background:#8b5cf60f}.topic-browser-module__ganOnq__messageCheckbox{accent-color:#8b5cf6;cursor:pointer;flex-shrink:0;width:16px;height:16px}.topic-browser-module__ganOnq__messagePreview{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.topic-browser-module__ganOnq__messageDate{color:var(--text-muted);white-space:nowrap}.topic-browser-module__ganOnq__mediaIcon{color:var(--text-muted);flex-shrink:0;align-items:center;display:flex}
.bot-stats-c-module__wcptRW__statsGrid{gap:var(--space-4);margin-bottom:var(--space-8);grid-template-columns:repeat(3,1fr);display:grid}.bot-stats-c-module__wcptRW__statCard{padding:var(--space-5);border-radius:var(--radius-lg);border:1px solid #ffffff12;transition:border-color .3s,transform .3s;position:relative;overflow:hidden}.bot-stats-c-module__wcptRW__statCard:hover{transform:translateY(-1px)}.bot-stats-c-module__wcptRW__statCardTotal{background:linear-gradient(135deg,#6d28d91f 0%,#12101ecc 100%)}.bot-stats-c-module__wcptRW__statCardTotal:hover{border-color:#6d28d940}.bot-stats-c-module__wcptRW__statCardActive{background:linear-gradient(135deg,#10b9811a 0%,#12101ecc 100%)}.bot-stats-c-module__wcptRW__statCardActive:hover{border-color:#10b98133}.bot-stats-c-module__wcptRW__statCardPaused{background:linear-gradient(135deg,#f59e0b14 0%,#12101ecc 100%)}.bot-stats-c-module__wcptRW__statCardPaused:hover{border-color:#f59e0b33}.bot-stats-c-module__wcptRW__statCardInner{justify-content:space-between;align-items:center;display:flex}.bot-stats-c-module__wcptRW__statInfo{gap:var(--space-1);flex-direction:column;display:flex}.bot-stats-c-module__wcptRW__statLabel{font-size:var(--text-xs);color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em}.bot-stats-c-module__wcptRW__statValue{font-size:var(--text-3xl);color:var(--text-primary);letter-spacing:-.03em;font-weight:800;line-height:1}.bot-stats-c-module__wcptRW__statIcon{border-radius:var(--radius-lg);justify-content:center;align-items:center;width:48px;height:48px;display:flex}.bot-stats-c-module__wcptRW__statIconTotal{color:var(--accent-lighter);background:#6d28d926}.bot-stats-c-module__wcptRW__statIconActive{color:var(--color-success);background:#10b9811f}.bot-stats-c-module__wcptRW__statIconPaused{color:var(--color-warning);background:#f59e0b1a}.bot-stats-c-module__wcptRW__limitBar{margin-top:var(--space-4);align-items:center;gap:var(--space-3);display:flex}.bot-stats-c-module__wcptRW__limitTrack{border-radius:var(--radius-full);background:#ffffff0f;flex:1;height:5px;overflow:hidden}.bot-stats-c-module__wcptRW__limitFill{background:var(--accent-gradient);border-radius:var(--radius-full);height:100%;transition:width .6s cubic-bezier(.22,1,.36,1)}.bot-stats-c-module__wcptRW__limitText{font-size:var(--text-xs);color:var(--text-muted);white-space:nowrap;font-variant-numeric:tabular-nums}@media (max-width:639px){.bot-stats-c-module__wcptRW__statsGrid{grid-template-columns:1fr}}
.queue-detail-module__-WyiYa__container{gap:var(--space-5);flex-direction:column;display:flex}.queue-detail-module__-WyiYa__header{justify-content:space-between;align-items:flex-start;display:flex}.queue-detail-module__-WyiYa__headerLeft{gap:var(--space-1);flex-direction:column;display:flex}.queue-detail-module__-WyiYa__queueName{font-size:var(--text-xl);letter-spacing:-.02em;color:var(--text-primary);margin:0;font-weight:700}.queue-detail-module__-WyiYa__subtitle{font-size:var(--text-sm);color:var(--text-secondary);margin:0}.queue-detail-module__-WyiYa__closeBtn{color:var(--text-secondary);cursor:pointer;padding:var(--space-2);background:0 0;border:none;border-radius:12px;transition:color .15s,background .15s}.queue-detail-module__-WyiYa__closeBtn:hover{color:var(--text-primary);background:#ffffff08}.queue-detail-module__-WyiYa__statGrid{gap:var(--space-3);grid-template-columns:repeat(4,1fr);display:grid}.queue-detail-module__-WyiYa__statCard{padding:var(--space-4);background:#ffffff08;border:1px solid #ffffff0f;border-radius:14px;flex-direction:column;align-items:center;display:flex}.queue-detail-module__-WyiYa__statValue{font-size:var(--text-2xl);font-variant-numeric:tabular-nums;font-weight:700}.queue-detail-module__-WyiYa__statLabel{font-size:var(--text-xs);color:var(--text-secondary);margin-top:var(--space-1)}.queue-detail-module__-WyiYa__statTotal .queue-detail-module__-WyiYa__statValue{color:#a78bfa}.queue-detail-module__-WyiYa__statSent .queue-detail-module__-WyiYa__statValue{color:#4ade80}.queue-detail-module__-WyiYa__statPending .queue-detail-module__-WyiYa__statValue{color:#facc15}.queue-detail-module__-WyiYa__statFailed .queue-detail-module__-WyiYa__statValue{color:#f87171}.queue-detail-module__-WyiYa__statusBar{padding:var(--space-3) var(--space-4);-webkit-backdrop-filter:blur(20px);background:#ffffff06;border:1px solid #ffffff0f;border-radius:16px;justify-content:space-between;align-items:center;display:flex}.queue-detail-module__-WyiYa__statusLeft{align-items:center;gap:var(--space-3);display:flex}.queue-detail-module__-WyiYa__intervalText{font-size:var(--text-sm);color:var(--text-secondary)}.queue-detail-module__-WyiYa__nextSendTime{font-size:var(--text-sm);color:#4ade80;font-weight:500}.queue-detail-module__-WyiYa__postsSection{gap:var(--space-3);flex-direction:column;display:flex}.queue-detail-module__-WyiYa__postsTitle{letter-spacing:-.02em;color:var(--text-primary);align-items:center;gap:var(--space-2);margin:0;font-size:17px;font-weight:700;display:flex}.queue-detail-module__-WyiYa__postsTitle:before{content:"";background:linear-gradient(#8b5cf6,#6366f1);border-radius:2px;flex-shrink:0;width:4px;height:1em}.queue-detail-module__-WyiYa__postsList{gap:var(--space-2);flex-direction:column;display:flex}.queue-detail-module__-WyiYa__postItem{gap:var(--space-3);padding:var(--space-3);background:#ffffff06;border:1px solid #ffffff0f;border-radius:12px;display:flex}.queue-detail-module__-WyiYa__postThumbnail{object-fit:cover;border-radius:8px;flex-shrink:0;width:60px;height:60px}.queue-detail-module__-WyiYa__postInfo{gap:var(--space-1);flex-direction:column;flex:1;display:flex}.queue-detail-module__-WyiYa__postHeader{align-items:center;gap:var(--space-2);display:flex}.queue-detail-module__-WyiYa__orderTag{font-size:var(--text-xs);color:var(--text-muted);font-weight:600}.queue-detail-module__-WyiYa__sentTime{font-size:var(--text-xs);color:var(--text-muted)}.queue-detail-module__-WyiYa__postCaption{font-size:var(--text-sm);color:var(--text-secondary);margin:0;line-height:1.4}.queue-detail-module__-WyiYa__buttonPills{gap:var(--space-1);flex-wrap:wrap;display:flex}.queue-detail-module__-WyiYa__pill{font-size:var(--text-xs);border-radius:var(--radius-full);color:#a78bfa;background:#8b5cf61a;padding:2px 8px}.queue-detail-module__-WyiYa__failedInfo{align-items:center;gap:var(--space-1);color:#f87171;display:flex}.queue-detail-module__-WyiYa__failedReason{font-size:var(--text-xs);color:#f87171;margin:0}.queue-detail-module__-WyiYa__bottomBar{padding-top:var(--space-4);border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;display:flex}@media (max-width:640px){.queue-detail-module__-WyiYa__statGrid{grid-template-columns:repeat(2,1fr)}}
.info-card-module__A_XlNa__card{padding:var(--space-4);background:#8b5cf60f;border:1px solid #8b5cf626;border-radius:14px}.info-card-module__A_XlNa__header{align-items:center;gap:var(--space-2);margin-bottom:var(--space-3);display:flex}.info-card-module__A_XlNa__icon{color:#facc15}.info-card-module__A_XlNa__title{font-size:var(--text-sm);letter-spacing:-.02em;color:var(--text-primary);margin:0;font-weight:700}.info-card-module__A_XlNa__list{padding-left:var(--space-4);gap:var(--space-2);font-size:var(--text-xs);color:var(--text-secondary);flex-direction:column;margin:0;line-height:1.5;list-style:outside;display:flex}
