:root{--primary: #0050ff;--primary-light: rgba(0, 80, 255, .8);--primary-transparent: rgba(1, 80, 252, .4);--primary-gradient: linear-gradient(45deg, var(--primary), #3b82f6);--background: #000000;--text: #ffffff;--text-transparent: rgba(255, 255, 255, .7);--glass-border: rgba(255, 255, 255, .08);--glass-background: rgba(255, 255, 255, .03);--layout-max: 1440px;--layout-pad: 28px;--soti-bg: var(--background);--soti-panel: var(--glass-background);--soti-panel-strong: rgba(255, 255, 255, .07);--soti-line: var(--glass-border);--soti-line-strong: rgba(255, 255, 255, .16);--soti-text: var(--text);--soti-muted: var(--text-transparent);--soti-accent: var(--primary);--soti-accent-2: #22d3ee;--soti-danger: #ff6b7a;--soti-shell: var(--layout-max);--soti-pad: var(--layout-pad);--soti-shadow: 0 12px 30px rgba(0, 0, 0, .3)}:root[data-theme=dark],body[data-theme=dark]{--primary: #0050ff;--primary-light: rgba(0, 80, 255, .8);--primary-transparent: rgba(1, 80, 252, .4);--primary-gradient: linear-gradient(45deg, #0050ff, #3b82f6);--background: #000000;--text: #ffffff;--text-transparent: rgba(255, 255, 255, .7);--glass-border: rgba(255, 255, 255, .08);--glass-background: rgba(255, 255, 255, .03)}:root[data-theme=light],body[data-theme=light]{--primary: #315efb;--primary-light: rgba(49, 94, 251, .6);--primary-transparent: rgba(90, 126, 255, .22);--primary-gradient: linear-gradient(45deg, #315efb, #7aa2ff);--background: #eef3ff;--text: #121826;--text-transparent: rgba(18, 24, 38, .68);--glass-border: rgba(18, 24, 38, .1);--glass-background: rgba(255, 255, 255, .68)}:root[data-theme=midnight],body[data-theme=midnight]{--primary: #5b8cff;--primary-light: rgba(91, 140, 255, .66);--primary-transparent: rgba(44, 84, 180, .28);--primary-gradient: linear-gradient(45deg, #172554, #3457d5);--background: #050816;--text: #eef2ff;--text-transparent: rgba(238, 242, 255, .72);--glass-border: rgba(142, 168, 255, .12);--glass-background: rgba(18, 25, 48, .5)}:root[data-theme=graphite],body[data-theme=graphite]{--primary: #8b95a7;--primary-light: rgba(139, 149, 167, .45);--primary-transparent: rgba(111, 119, 135, .22);--primary-gradient: linear-gradient(45deg, #2b313d, #5d6675);--background: #0b0d10;--text: #f3f4f6;--text-transparent: rgba(243, 244, 246, .66);--glass-border: rgba(255, 255, 255, .08);--glass-background: rgba(255, 255, 255, .04)}:root[data-theme=ocean],body[data-theme=ocean]{--primary: #22b8cf;--primary-light: rgba(34, 184, 207, .5);--primary-transparent: rgba(34, 184, 207, .22);--primary-gradient: linear-gradient(45deg, #0f3b68, #1d8fd6);--background: #04111c;--text: #ecfeff;--text-transparent: rgba(236, 254, 255, .7);--glass-border: rgba(112, 205, 255, .12);--glass-background: rgba(8, 32, 48, .45)}:root[data-theme=forest],body[data-theme=forest]{--primary: #39c46a;--primary-light: rgba(57, 196, 106, .45);--primary-transparent: rgba(57, 196, 106, .2);--primary-gradient: linear-gradient(45deg, #17462a, #249c53);--background: #041009;--text: #f2fff6;--text-transparent: rgba(242, 255, 246, .68);--glass-border: rgba(112, 255, 168, .12);--glass-background: rgba(10, 34, 18, .44)}*{box-sizing:border-box}html,body,#root{min-height:100%;background:#000}html{overflow-x:clip;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.82) #050505}html[data-theme=light],body[data-theme=light],body[data-theme=light] #root{background:#eef3ff}body{margin:0;background:linear-gradient(135deg,#000,#0a0a0a);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;overflow-x:clip}html::-webkit-scrollbar{width:12px;height:12px}html::-webkit-scrollbar-track{background:#050505}html::-webkit-scrollbar-thumb{border:2px solid #050505;border-radius:999px;background:#ffffffd1}html::-webkit-scrollbar-thumb:hover{background:#fffffff5}body[data-theme=light]{background:linear-gradient(135deg,#eef3ff,#dce7ff)}body[data-theme=midnight]{background:linear-gradient(135deg,#050816,#0b1430)}body[data-theme=graphite]{background:linear-gradient(135deg,#0b0d10,#1a1d23)}body[data-theme=ocean]{background:linear-gradient(135deg,#04111c,#0b2a47)}body[data-theme=forest]{background:linear-gradient(135deg,#041009,#10331d)}img.apple-emoji,.apple-emoji{display:inline-block!important;position:static!important;inset:auto!important;width:1.15em!important;min-width:1.15em!important;max-width:1.15em!important;height:1.15em!important;min-height:1.15em!important;max-height:1.15em!important;margin:0 .02em!important;vertical-align:-.22em!important;object-fit:contain!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;flex:none!important}body:before{content:"";position:fixed;top:15%;left:10%;width:600px;height:600px;background:radial-gradient(circle at center,var(--primary-transparent) 0%,rgba(0,0,0,0) 70%);filter:blur(80px);z-index:-1;animation:sotiFloat 20s ease-in-out infinite}body:after{content:"";position:fixed;right:10%;bottom:15%;width:700px;height:700px;background:radial-gradient(circle at center,var(--primary-transparent) 0%,rgba(0,0,0,0) 70%);filter:blur(90px);z-index:-1;animation:sotiFloat 25s ease-in-out infinite reverse}body[data-theme=light]:before,body[data-theme=light]:after{animation:none;opacity:.72;filter:blur(110px)}@keyframes sotiFloat{0%,to{transform:translate(0)}25%{transform:translate(-2%,2%)}50%{transform:translate(2%,-2%)}75%{transform:translate(-1%,-1%)}}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.soti-shell{width:min(var(--layout-max),calc(100% - 2 * var(--layout-pad)));margin:0 auto}.header{padding:20px 0;background:linear-gradient(180deg,#080c1838,#060a141f);border-bottom:1px solid rgba(255,255,255,.05);backdrop-filter:blur(6px) saturate(112%);-webkit-backdrop-filter:blur(6px) saturate(112%);box-shadow:0 4px 16px #00000024;transition:background .22s ease,border-color .22s ease,box-shadow .22s ease,backdrop-filter .22s ease,-webkit-backdrop-filter .22s ease,transform .25s,opacity .25s;position:fixed;inset:0 0 auto;z-index:1000}.header.header-scrolled,.header.scrolled{background:linear-gradient(180deg,#080c18c7,#060a1494);border-bottom:1px solid rgba(255,255,255,.11);backdrop-filter:blur(12px) saturate(125%);-webkit-backdrop-filter:blur(12px) saturate(125%);box-shadow:0 8px 30px #00000038}.header.header-hidden{transform:translateY(-115%);opacity:0}body[data-theme=light] .header{background:linear-gradient(180deg,#ffffffe6,#f7faffd1);border-bottom-color:#12182614;box-shadow:0 14px 34px #315efb14}body[data-theme=light] .header.header-scrolled,body[data-theme=light] .header.scrolled{background:linear-gradient(180deg,#fffffffa,#f2f7fff0);border-bottom-color:#1218261a;box-shadow:0 18px 36px #315efb1a}.nav-container{max-width:var(--layout-max);margin:0 auto;display:flex;align-items:center;padding:0 var(--layout-pad);gap:20px}.logo{width:50px;height:50px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;transition:transform .3s ease}.logo:hover{transform:scale(1.05)}.logo img{width:50px;height:50px;border-radius:12px;object-fit:cover}.nav-center{flex:1;display:flex;justify-content:center;margin:0 40px}.search-bar{width:min(500px,100%);min-height:52px;padding:0 24px;border:1px solid rgba(255,255,255,.08);border-radius:999px;outline:none;color:var(--text);font-size:14px;background:#ffffff0d;box-shadow:inset 0 1px #ffffff0d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:border-color .22s ease,background-color .22s ease,color .22s ease,transform .22s ease}#headerSearch.search-bar,input.search-bar[type=search]{border-radius:999px!important;-webkit-appearance:none;appearance:none}.search-bar::placeholder{color:#ffffff80}.search-bar:hover,.search-bar:focus{border-color:#ffffff24;background:#fff1;box-shadow:inset 0 1px #ffffff0f}.search-bar:focus{transform:translateY(-1px);border-color:#ffffff29}body[data-theme=light] .search-bar{border-color:#1218261a;background:#ffffffdb;box-shadow:inset 0 1px #ffffffe6}body[data-theme=light] .search-bar::placeholder{color:#1218266b}body[data-theme=light] .search-bar:hover,body[data-theme=light] .search-bar:focus{border-color:#315efb38;background:#fffffff5;box-shadow:0 0 0 3px #315efb14}body[data-theme=light] .nav-links a{color:#121826f0}body[data-theme=light] .nav-links a:hover{color:#12182694}.nav-links{display:flex;gap:10px;align-items:center;margin-left:auto}.nav-links__mobile-head,.nav-links__mobile-footer{display:none}.nav-links__items,.header-auth{display:flex;align-items:center;gap:10px}.nav-link{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 10px;border:0;border-radius:0;color:#fffffff0;background:transparent;font-size:15px;font-weight:720;transition:color .22s ease}.nav-link:hover{color:#ffffff9e}.nav-link__copy{display:inline-flex;align-items:center;min-width:0}.nav-link__icon,.nav-link__copy small{display:none}.header-auth .login-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border:1px solid transparent;border-radius:14px;background:var(--primary);color:var(--text);text-align:center;font-weight:600;transition:background-color .35s ease,border-color .35s ease,color .35s ease}.header-auth .login-btn:hover{border-color:var(--primary-light);background:transparent;color:var(--text)}.header-auth .login-btn--disabled,.header-auth .login-btn--disabled:hover{cursor:not-allowed;border-color:#ffffff1f;background:#ffffff14;color:#ffffff94}.mobile-nav-item--disabled,.mobile-nav-item--disabled:hover{cursor:not-allowed;color:#ffffff85}.burger{display:none;width:52px;height:52px;margin-left:auto;margin-right:4px;padding:0;border:0;border-radius:0;background:transparent;align-items:center;justify-content:center;cursor:pointer;color:var(--text);box-shadow:none}.burger svg{width:28px;height:28px;pointer-events:none}.mobile-nav-sheet{display:none}.userAvatar{position:relative;width:44px;height:44px;border:2px solid var(--glass-border);border-radius:50%;overflow:hidden;cursor:pointer;background:transparent;padding:0}.userAvatar img{width:100%;height:100%;object-fit:cover}.userAvatar--placeholder{display:inline-flex;width:44px;height:44px;border:1px solid rgba(255,255,255,.08);border-radius:50%;background:#ffffff0a;box-shadow:inset 0 1px #ffffff0a;cursor:default}.fallback-avatar{position:relative;display:inline-flex;align-items:center;justify-content:center;background:#ffffff0f;color:#fff;font-weight:900;font-size:22px;overflow:hidden}.fallback-avatar:before{content:attr(data-letter);position:absolute;inset:0;display:grid;place-items:center;font-size:1em;line-height:1;opacity:0}.fallback-avatar>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:inherit;background:#111;z-index:1}.fallback-avatar.is-failed,.fallback-avatar.is-fallback,.fallback-avatar:not(:has(>img)),.fallback-avatar:has(>img[style*="display: none"]){background:var(--primary)}.fallback-avatar.is-failed:before,.fallback-avatar.is-fallback:before,.fallback-avatar:not(:has(>img)):before,.fallback-avatar:has(>img[style*="display: none"]):before{opacity:1}.userAvatar.fallback-avatar{font-size:20px}.header-quick-actions{position:fixed;top:92px;right:var(--layout-pad);z-index:999;display:none;min-width:224px;padding:8px;border:1px solid var(--glass-border);border-radius:16px;background:#0c0c0e94;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 20px 40px #00000057;flex-direction:column;gap:4px}.header-quick-actions.active{display:flex}body[data-theme=light] .header-quick-actions{border-color:#12182614;background:#ffffffe0;box-shadow:0 20px 40px #1218261f}body[data-theme=light] .header-quick-actions .quick-action{color:#121826}body[data-theme=light] .header-quick-actions .quick-action:hover{background:#315efb14}body[data-theme=light] .nav-link{color:#121826eb}body[data-theme=light] .nav-link:hover{color:#12182694}body[data-theme=light] .burger{color:#121826}.header-quick-actions .quick-action{display:flex;align-items:center;justify-content:flex-start;gap:10px;min-width:0;padding:11px 12px;border:0;border-radius:12px;color:#fff;background:transparent;font-size:14px;font-weight:620;transition:background .2s ease,color .2s ease}.header-quick-actions .quick-action svg{flex:0 0 auto;width:16px;height:16px;color:inherit;opacity:.92}.header-quick-actions .quick-action:hover{background:#ffffff14}.header-quick-actions .quick-action.logout{color:#ffb8bd}.header-quick-actions .quick-action.logout:hover{background:#ff5a631f}.soti-main{width:min(var(--layout-max),calc(100% - 2 * var(--layout-pad)));min-height:58vh;margin:0 auto;padding:150px 0 82px}.soti-main--compact{width:min(900px,calc(100% - 2 * var(--layout-pad)))}.soti-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.9fr);gap:40px;align-items:stretch}.soti-panel,.soti-card,.docs-section,.partner-card,.partner-user,.bot-panel,.review-card,.fact-box,.preview-box,.confirm-box,.profile-card,.profile-link-card,.profile-post,.settings-card,.settings-sidebar,.stats-filters,.kpi-card,.charts-card,.heatmap-card,.snapshots-card,.wizard-panel,.wizard-sidebar,.lookup-card,.status-card{border:1px solid var(--glass-border)!important;border-radius:16px!important;background:var(--glass-background)!important;box-shadow:0 12px 30px #0000004d!important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.soti-panel{padding:clamp(24px,4vw,42px)}.soti-kicker,.stats-section-eyebrow,.profile-section-eyebrow,.settings-eyebrow,.addbot-hero__eyebrow,.stats-hero__eyebrow,.success-state__eyebrow{color:var(--text-transparent)!important;font-size:12px!important;letter-spacing:.25em!important;text-transform:uppercase!important}.soti-title{margin:16px 0 0;color:var(--text);font-size:clamp(42px,6vw,72px);line-height:1.04;text-shadow:0 0 30px var(--primary-transparent)}.soti-subtitle{max-width:740px;margin:18px 0 0;color:var(--text-transparent);font-size:clamp(16px,2vw,20px);line-height:1.7}.soti-actions{margin-top:24px;display:flex;flex-wrap:wrap;gap:12px}.soti-button,.button,.profile-button,.settings-button,.stats-button,.docs-links a{min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:0 18px;border:1px solid var(--glass-border)!important;border-radius:10px!important;background:#ffffff0d!important;color:var(--text)!important;font-weight:700;cursor:pointer}.soti-button--primary,.button--primary,.profile-button:not(.profile-button--ghost),.settings-button:not(.settings-button--ghost),.stats-button--primary{border-color:transparent!important;background:var(--primary)!important}.soti-button:disabled,.button:disabled,.profile-button:disabled,.settings-button:disabled,.stats-button:disabled{cursor:not-allowed;opacity:.55}.soti-grid{margin-top:24px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.soti-card{padding:20px}.soti-card h2,.soti-card h3{margin:0}.soti-card p,.soti-muted{color:var(--text-transparent);line-height:1.65}.soti-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.soti-pill,.chip,.settings-tag,.stats-chip,.stats-tab,.category-btn{display:inline-flex;align-items:center;justify-content:center;min-height:34px;border:1px solid rgba(255,255,255,.1)!important;border-radius:999px!important;padding:8px 14px;color:#ffffffc7!important;background:#ffffff0f!important;font-size:13px;font-weight:700}.is-active:not(.editor-banner-history__item),.chip.is-active,.settings-tag--active,.stats-tab--active{border-color:#0050ff59!important;background:#0050ff29!important;color:var(--text)!important}body[data-theme=light] .soti-pill,body[data-theme=light] .chip,body[data-theme=light] .settings-tag,body[data-theme=light] .stats-chip,body[data-theme=light] .stats-tab,body[data-theme=light] .category-btn{border-color:#12182614!important;background:#ffffffd1!important;color:#121826bd!important}body[data-theme=light] .is-active:not(.editor-banner-history__item),body[data-theme=light] .chip.is-active,body[data-theme=light] .settings-tag--active,body[data-theme=light] .stats-tab--active{border-color:#315efb33!important;background:#315efb1a!important;color:#121826!important}.soti-table{width:100%;overflow-x:auto;border:1px solid var(--glass-border);border-radius:12px}.soti-table table{width:100%;min-width:720px;border-collapse:collapse}.soti-table th,.soti-table td{padding:13px 14px;border-bottom:1px solid var(--glass-border);text-align:left;vertical-align:top}.soti-table th{color:var(--text-transparent);font-size:12px;text-transform:uppercase}input,textarea,select,.profile-input,.profile-textarea,.settings-input,.settings-textarea,.settings-select,.docs-sidebar input{border:1px solid rgba(255,255,255,.08)!important;border-radius:14px!important;background:linear-gradient(165deg,#ffffff14,#ffffff05)!important;color:var(--text)!important;outline:none}input::placeholder,textarea::placeholder{color:#ffffff80}body[data-theme=light] input,body[data-theme=light] textarea,body[data-theme=light] select,body[data-theme=light] .profile-input,body[data-theme=light] .profile-textarea,body[data-theme=light] .settings-input,body[data-theme=light] .settings-textarea,body[data-theme=light] .settings-select,body[data-theme=light] .docs-sidebar input{border-color:#12182614!important;background:#ffffffd1!important;color:#121826!important}body[data-theme=light] input::placeholder,body[data-theme=light] textarea::placeholder{color:#1218266b}.addbot-page,.bot-page,.profile-page,.settings-page,.stats-page{min-height:100vh;background:radial-gradient(700px 420px at 22% 16%,rgba(0,80,255,.22),transparent 70%),linear-gradient(135deg,#000,#0a0a0a)!important;color:var(--text)!important}body[data-theme=light] .addbot-page,body[data-theme=light] .bot-page,body[data-theme=light] .profile-page,body[data-theme=light] .settings-page,body[data-theme=light] .stats-page{background:radial-gradient(700px 420px at 22% 16%,rgba(49,94,251,.12),transparent 70%),linear-gradient(135deg,#eef3ff,#dce7ff)!important;color:#121826!important}.addbot-main,.bot-page-main,.profile-page__main,.settings-layout,.stats-page__main{padding-top:150px!important}.soti-footer{position:relative;margin-top:48px;min-height:100svh;border-top:1px solid rgba(255,255,255,.08);padding:clamp(34px,5vw,56px) clamp(16px,3vw,32px) calc(22px + env(safe-area-inset-bottom));background:linear-gradient(180deg,#090909,#0d0d0d 52%,#101010)}.soti-footer:before{content:"";position:absolute;left:-2%;right:-2%;top:-48px;height:80px;background:linear-gradient(180deg,#0a0a0af2,#0a0a0a00);clip-path:polygon(0 100%,12% 35%,24% 72%,37% 28%,49% 64%,62% 24%,74% 68%,87% 34%,100% 100%);opacity:.28;pointer-events:none}.soti-footer-wrap{position:relative;z-index:2;width:100%;max-width:var(--layout-max);margin:0 auto}.soti-footer-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px 30px;align-items:start;padding-top:10px;max-width:900px;margin:0 auto}.soti-footer-col h3{margin:0 0 12px;color:#ffffffc7;font-size:14px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.soti-footer-links{display:grid;gap:12px}.soti-footer-links a{display:inline-block;width:100%;border-bottom:1px solid rgba(255,255,255,0);color:#ffffffe0;font-weight:650;line-height:1.35;padding-bottom:2px;transition:transform .18s ease,border-color .18s ease,opacity .18s ease}.soti-footer-links a:hover{border-bottom-color:#ffffff3d;opacity:1;transform:translate(2px)}.soti-footer-watermark{position:absolute;left:22px;right:22px;bottom:-28px;z-index:1;color:#ffffff0d;font-size:clamp(90px,24vw,360px);font-weight:900;letter-spacing:-.03em;line-height:.9;pointer-events:none;-webkit-user-select:none;user-select:none;white-space:nowrap}.soti-footer-legal{margin-top:56px;color:#ffffff8a;font-size:12px;line-height:1.45;text-align:center}.soti-footer-easter{margin-top:14px;color:#ffffff47;font-size:11px;line-height:1.55;text-align:center}body[data-theme=light] .soti-footer{border-top-color:#12182614;background:linear-gradient(180deg,#edf0f5,#e4e8ef 54%,#dce1e9)}body[data-theme=light] .soti-footer:before{background:linear-gradient(180deg,#edf0f5f2,#edf0f500)}body[data-theme=light] .soti-footer-col h3{color:#1218269e}body[data-theme=light] .soti-footer-links a{color:#121826eb}body[data-theme=light] .soti-footer-links a:hover{border-bottom-color:#1218262e}body[data-theme=light] .soti-footer-watermark{color:#12182612}body[data-theme=light] .soti-footer-legal{color:#1218268a}body[data-theme=light] .soti-footer-easter{color:#12182661}@media(min-width:1500px){.header-quick-actions{right:calc((100vw - var(--layout-max)) / 2 + var(--layout-pad))}}@media(max-width:1024px){.nav-center{display:none}.burger{display:flex}.nav-links,.header-auth{display:none}.mobile-nav-sheet{position:fixed;inset:0;min-height:100dvh;height:100dvh;z-index:1100;display:flex;flex-direction:column;background:#080808f0;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);color:#fff;padding:calc(18px + env(safe-area-inset-top)) 0 calc(18px + env(safe-area-inset-bottom));overflow-y:auto}.mobile-nav-sheet__top{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 18px 10px}.mobile-nav-sheet__brand{display:inline-flex;justify-content:flex-end;align-items:center;gap:12px;min-width:0}.mobile-nav-sheet__brand img{width:40px;height:40px;border-radius:10px;object-fit:cover;flex:0 0 auto}.mobile-nav-sheet__brand strong{color:#fff;font-size:18px;font-weight:700;line-height:1}.mobile-nav-sheet__close{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:0;background:transparent;color:#fff;box-shadow:none;cursor:pointer}.mobile-nav-sheet__close svg{width:20px;height:20px;pointer-events:none}.mobile-nav-sheet__list{display:grid;gap:0;padding:0 18px}.mobile-nav-item{height:44px;min-height:44px;display:flex;align-items:center;justify-content:flex-start;gap:12px;padding:0 4px;border:0;border-radius:0;background:transparent;color:#fff;text-align:left}.mobile-nav-item__icon{display:inline-flex;width:28px;height:28px;align-items:center;justify-content:center;background:transparent;flex:0 0 auto}.mobile-nav-item__icon svg{width:18px;height:18px}.mobile-nav-item__label{color:#fff;font-size:15px;font-weight:600;line-height:1.1}.mobile-nav-sheet__footer{justify-content:stretch;align-items:stretch;display:grid;gap:8px;padding:10px 18px 0;margin-top:auto;border-top:1px solid rgba(255,255,255,.06)}.mobile-nav-item--account{width:100%}.mobile-nav-item__text{display:grid;gap:2px;min-width:0}.mobile-nav-item__text strong{font-size:15px;font-weight:600;color:#fff}.mobile-nav-item__text small{font-size:11px;color:#ffffff8a}.mobile-nav-sheet__account-actions{display:grid;gap:6px;margin-bottom:6px}.mobile-nav-item--secondary{min-height:44px;padding:0 4px}.mobile-nav-item--logout{color:#ffb8bd}.soti-hero,.soti-grid{grid-template-columns:1fr}}@media(max-width:640px){.header{padding:14px 0}.nav-container{gap:12px}.logo,.logo img{width:44px;height:44px}.burger{width:44px;height:44px;margin-right:2px}.mobile-nav-sheet{padding:calc(14px + env(safe-area-inset-top)) 0 calc(16px + env(safe-area-inset-bottom))}.mobile-nav-sheet__top,.mobile-nav-sheet__list,.mobile-nav-sheet__footer{padding-left:12px;padding-right:12px}.mobile-nav-sheet__brand img{width:36px;height:36px}.mobile-nav-sheet__brand strong{font-size:17px}.mobile-nav-sheet__close{width:42px;height:42px}.mobile-nav-item{height:42px;min-height:42px;padding:0 2px}.header-quick-actions{top:76px;left:12px;right:12px;min-width:0}.soti-main{padding-top:132px}}@media(max-width:900px){.soti-footer{min-height:85svh}.soti-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){:root{--layout-pad: 16px;--soti-pad: 16px}.soti-main,.addbot-main,.bot-page-main,.profile-page__main,.settings-layout,.stats-page__main{padding-top:132px!important}.soti-title{font-size:42px}.soti-footer{min-height:100svh;padding:30px 14px calc(20px + env(safe-area-inset-bottom))}.soti-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.soti-footer-watermark{left:10px;right:10px;bottom:-8px}}@media(max-width:560px){.soti-footer-grid{grid-template-columns:1fr}.soti-footer-watermark{font-size:clamp(72px,28vw,132px)}}body,.addbot-page,.bot-page,.profile-page,.settings-page,.stats-page,.soti-main{background:radial-gradient(600px 420px at 12% 15%,rgba(0,80,255,.16),transparent 68%),radial-gradient(680px 460px at 88% 22%,rgba(0,80,255,.09),transparent 70%),linear-gradient(135deg,#000,#090909)!important;color:var(--text)!important}.soti-main{background:transparent!important}.profile-hero,.profile-card,.profile-link-card,.profile-bot-card,.profile-post,.settings-sidebar,.settings-card,.settings-selected-bot,.settings-preview,.settings-empty,.settings-bg-preview,.stats-filters,.kpi-card,.chart-card,.charts-card,.heatmap-card,.snapshots-card,.bot-header,.bot-features,.sidebar-section,.rating-container,.review-form,.review-item,.addbot-container,.modal-content,.soti-panel,.soti-card,.docs-section,.partner-card,.partner-user{border-color:#ffffff14!important;background:#ffffff08!important;box-shadow:0 12px 30px #0000004d!important}.profile-hero__stat,.profile-badge,.settings-tag,.settings-navbtn--active,.settings-preset,.settings-selected-bot__actions a,.stats-chip,.stats-tab,.soti-pill,.chip{border-color:#ffffff1a!important;background:#ffffff0e!important}.settings-tag--active,.settings-preset--active,.stats-tab--active,.chip.is-active,.is-active:not(.editor-banner-history__item){border-color:#0050ff59!important;background:#0050ff29!important}.profile-button:not(.profile-button--ghost),.settings-button:not(.settings-button--ghost),.stats-button--primary,.soti-button--primary,.button--primary,.profile-link--primary,.stats-link--primary{background:#0050ff!important}.soti-footer{background:radial-gradient(900px 430px at 10% 10%,#0050ff2e,#0050ff00 66%),radial-gradient(760px 380px at 92% 20%,#0050ff1a,#0050ff00 70%),linear-gradient(180deg,#050505,#070707 56%,#000)!important}.soti-footer:before{background:linear-gradient(180deg,#000000eb,#0000)!important}.nav-container,.main-container,.soti-main,.profile-shell,.settings-shell,.stats-shell,.addbot-shell,.bot-page .main-container{width:100%!important;max-width:var(--layout-max)!important;margin-left:auto!important;margin-right:auto!important;padding-left:var(--layout-pad)!important;padding-right:var(--layout-pad)!important;box-sizing:border-box!important}.soti-main--compact{max-width:900px!important}body[data-theme=light] .profile-hero,body[data-theme=light] .profile-card,body[data-theme=light] .profile-link-card,body[data-theme=light] .profile-bot-card,body[data-theme=light] .profile-post,body[data-theme=light] .settings-sidebar,body[data-theme=light] .settings-card,body[data-theme=light] .settings-selected-bot,body[data-theme=light] .settings-preview,body[data-theme=light] .settings-empty,body[data-theme=light] .settings-bg-preview,body[data-theme=light] .stats-filters,body[data-theme=light] .kpi-card,body[data-theme=light] .chart-card,body[data-theme=light] .charts-card,body[data-theme=light] .heatmap-card,body[data-theme=light] .snapshots-card,body[data-theme=light] .bot-header,body[data-theme=light] .bot-features,body[data-theme=light] .sidebar-section,body[data-theme=light] .rating-container,body[data-theme=light] .review-form,body[data-theme=light] .review-item,body[data-theme=light] .addbot-container,body[data-theme=light] .modal-content,body[data-theme=light] .soti-panel,body[data-theme=light] .soti-card,body[data-theme=light] .docs-section,body[data-theme=light] .partner-card,body[data-theme=light] .partner-user,body[data-theme=light] .review-card,body[data-theme=light] .wizard-panel,body[data-theme=light] .wizard-sidebar{border-color:#12182614!important;background:linear-gradient(180deg,#ffffffeb,#f4f8ffe0)!important;box-shadow:0 16px 44px #315efb14!important}body[data-theme=light] .soti-pill,body[data-theme=light] .chip,body[data-theme=light] .settings-tag,body[data-theme=light] .stats-chip,body[data-theme=light] .stats-tab,body[data-theme=light] .category-btn,body[data-theme=light] .profile-hero__stat,body[data-theme=light] .profile-badge,body[data-theme=light] .settings-preset,body[data-theme=light] .settings-selected-bot__actions a{box-shadow:inset 0 1px #ffffffbf}body[data-theme=light] input,body[data-theme=light] textarea,body[data-theme=light] select,body[data-theme=light] .profile-input,body[data-theme=light] .profile-textarea,body[data-theme=light] .settings-input,body[data-theme=light] .settings-textarea,body[data-theme=light] .settings-select,body[data-theme=light] .docs-sidebar input{box-shadow:inset 0 1px #ffffffd9}body[data-theme=light] input:focus,body[data-theme=light] textarea:focus,body[data-theme=light] select:focus{border-color:#315efb3d!important;box-shadow:0 0 0 4px #315efb1a,inset 0 1px #ffffffe6}body[data-theme=midnight]{--soti-line: rgba(123, 149, 255, .14);--soti-line-strong: rgba(123, 149, 255, .22);--soti-panel: rgba(14, 20, 40, .76);--soti-panel-strong: rgba(22, 31, 58, .9);--soti-shadow: 0 18px 46px rgba(6, 10, 24, .48)}body[data-theme=graphite]{--soti-line: rgba(255, 255, 255, .08);--soti-line-strong: rgba(255, 255, 255, .14);--soti-panel: rgba(22, 24, 29, .78);--soti-panel-strong: rgba(34, 37, 44, .92);--soti-shadow: 0 18px 42px rgba(0, 0, 0, .42)}body[data-theme=ocean]{--soti-line: rgba(86, 202, 225, .16);--soti-line-strong: rgba(86, 202, 225, .24);--soti-panel: rgba(7, 29, 41, .78);--soti-panel-strong: rgba(10, 42, 59, .92);--soti-shadow: 0 18px 46px rgba(2, 20, 31, .46)}body[data-theme=forest]{--soti-line: rgba(94, 232, 138, .14);--soti-line-strong: rgba(94, 232, 138, .22);--soti-panel: rgba(8, 27, 14, .8);--soti-panel-strong: rgba(12, 40, 21, .92);--soti-shadow: 0 18px 44px rgba(2, 18, 7, .46)}body[data-theme=midnight]:before,body[data-theme=midnight]:after,body[data-theme=graphite]:before,body[data-theme=graphite]:after,body[data-theme=ocean]:before,body[data-theme=ocean]:after,body[data-theme=forest]:before,body[data-theme=forest]:after{opacity:.92;filter:blur(96px)}body[data-theme=midnight] .header{background:linear-gradient(180deg,#0a0e20c7,#080c1a94);border-bottom-color:#7b95ff1f;box-shadow:0 8px 28px #070b1a47}body[data-theme=graphite] .header{background:linear-gradient(180deg,#14161bd1,#1012169e);border-bottom-color:#ffffff14;box-shadow:0 8px 24px #0000003d}body[data-theme=ocean] .header{background:linear-gradient(180deg,#061824d1,#05141f9e);border-bottom-color:#56cae11f;box-shadow:0 8px 28px #02141f47}body[data-theme=forest] .header{background:linear-gradient(180deg,#08180cd6,#07130aa3);border-bottom-color:#5ee88a1f;box-shadow:0 8px 28px #03100647}body[data-theme=midnight] .search-bar,body[data-theme=graphite] .search-bar,body[data-theme=ocean] .search-bar,body[data-theme=forest] .search-bar,body[data-theme=midnight] .header-quick-actions,body[data-theme=graphite] .header-quick-actions,body[data-theme=ocean] .header-quick-actions,body[data-theme=forest] .header-quick-actions{border-color:var(--soti-line);background:linear-gradient(180deg,color-mix(in srgb,var(--background) 32%,rgba(255,255,255,.06)),color-mix(in srgb,var(--background) 52%,rgba(255,255,255,.02)));box-shadow:var(--soti-shadow)}body[data-theme=midnight] .soti-pill,body[data-theme=midnight] .chip,body[data-theme=midnight] .settings-tag,body[data-theme=midnight] .stats-chip,body[data-theme=midnight] .stats-tab,body[data-theme=midnight] .category-btn,body[data-theme=graphite] .soti-pill,body[data-theme=graphite] .chip,body[data-theme=graphite] .settings-tag,body[data-theme=graphite] .stats-chip,body[data-theme=graphite] .stats-tab,body[data-theme=graphite] .category-btn,body[data-theme=ocean] .soti-pill,body[data-theme=ocean] .chip,body[data-theme=ocean] .settings-tag,body[data-theme=ocean] .stats-chip,body[data-theme=ocean] .stats-tab,body[data-theme=ocean] .category-btn,body[data-theme=forest] .soti-pill,body[data-theme=forest] .chip,body[data-theme=forest] .settings-tag,body[data-theme=forest] .stats-chip,body[data-theme=forest] .stats-tab,body[data-theme=forest] .category-btn{border-color:var(--soti-line)!important;background:color-mix(in srgb,var(--background) 52%,rgba(255,255,255,.06))!important;color:var(--text)!important}body[data-theme=midnight] .profile-hero,body[data-theme=midnight] .profile-card,body[data-theme=midnight] .profile-link-card,body[data-theme=midnight] .profile-bot-card,body[data-theme=midnight] .profile-post,body[data-theme=midnight] .settings-sidebar,body[data-theme=midnight] .settings-card,body[data-theme=midnight] .settings-selected-bot,body[data-theme=midnight] .settings-preview,body[data-theme=midnight] .settings-empty,body[data-theme=midnight] .settings-bg-preview,body[data-theme=midnight] .stats-filters,body[data-theme=midnight] .kpi-card,body[data-theme=midnight] .chart-card,body[data-theme=midnight] .charts-card,body[data-theme=midnight] .heatmap-card,body[data-theme=midnight] .snapshots-card,body[data-theme=midnight] .bot-header,body[data-theme=midnight] .bot-features,body[data-theme=midnight] .sidebar-section,body[data-theme=midnight] .rating-container,body[data-theme=midnight] .review-form,body[data-theme=midnight] .review-item,body[data-theme=midnight] .addbot-container,body[data-theme=midnight] .modal-content,body[data-theme=midnight] .soti-panel,body[data-theme=midnight] .soti-card,body[data-theme=midnight] .docs-section,body[data-theme=midnight] .partner-card,body[data-theme=midnight] .partner-user,body[data-theme=midnight] .review-card,body[data-theme=midnight] .wizard-panel,body[data-theme=midnight] .wizard-sidebar,body[data-theme=graphite] .profile-hero,body[data-theme=graphite] .profile-card,body[data-theme=graphite] .profile-link-card,body[data-theme=graphite] .profile-bot-card,body[data-theme=graphite] .profile-post,body[data-theme=graphite] .settings-sidebar,body[data-theme=graphite] .settings-card,body[data-theme=graphite] .settings-selected-bot,body[data-theme=graphite] .settings-preview,body[data-theme=graphite] .settings-empty,body[data-theme=graphite] .settings-bg-preview,body[data-theme=graphite] .stats-filters,body[data-theme=graphite] .kpi-card,body[data-theme=graphite] .chart-card,body[data-theme=graphite] .charts-card,body[data-theme=graphite] .heatmap-card,body[data-theme=graphite] .snapshots-card,body[data-theme=graphite] .bot-header,body[data-theme=graphite] .bot-features,body[data-theme=graphite] .sidebar-section,body[data-theme=graphite] .rating-container,body[data-theme=graphite] .review-form,body[data-theme=graphite] .review-item,body[data-theme=graphite] .addbot-container,body[data-theme=graphite] .modal-content,body[data-theme=graphite] .soti-panel,body[data-theme=graphite] .soti-card,body[data-theme=graphite] .docs-section,body[data-theme=graphite] .partner-card,body[data-theme=graphite] .partner-user,body[data-theme=graphite] .review-card,body[data-theme=graphite] .wizard-panel,body[data-theme=graphite] .wizard-sidebar,body[data-theme=ocean] .profile-hero,body[data-theme=ocean] .profile-card,body[data-theme=ocean] .profile-link-card,body[data-theme=ocean] .profile-bot-card,body[data-theme=ocean] .profile-post,body[data-theme=ocean] .settings-sidebar,body[data-theme=ocean] .settings-card,body[data-theme=ocean] .settings-selected-bot,body[data-theme=ocean] .settings-preview,body[data-theme=ocean] .settings-empty,body[data-theme=ocean] .settings-bg-preview,body[data-theme=ocean] .stats-filters,body[data-theme=ocean] .kpi-card,body[data-theme=ocean] .chart-card,body[data-theme=ocean] .charts-card,body[data-theme=ocean] .heatmap-card,body[data-theme=ocean] .snapshots-card,body[data-theme=ocean] .bot-header,body[data-theme=ocean] .bot-features,body[data-theme=ocean] .sidebar-section,body[data-theme=ocean] .rating-container,body[data-theme=ocean] .review-form,body[data-theme=ocean] .review-item,body[data-theme=ocean] .addbot-container,body[data-theme=ocean] .modal-content,body[data-theme=ocean] .soti-panel,body[data-theme=ocean] .soti-card,body[data-theme=ocean] .docs-section,body[data-theme=ocean] .partner-card,body[data-theme=ocean] .partner-user,body[data-theme=ocean] .review-card,body[data-theme=ocean] .wizard-panel,body[data-theme=ocean] .wizard-sidebar,body[data-theme=forest] .profile-hero,body[data-theme=forest] .profile-card,body[data-theme=forest] .profile-link-card,body[data-theme=forest] .profile-bot-card,body[data-theme=forest] .profile-post,body[data-theme=forest] .settings-sidebar,body[data-theme=forest] .settings-card,body[data-theme=forest] .settings-selected-bot,body[data-theme=forest] .settings-preview,body[data-theme=forest] .settings-empty,body[data-theme=forest] .settings-bg-preview,body[data-theme=forest] .stats-filters,body[data-theme=forest] .kpi-card,body[data-theme=forest] .chart-card,body[data-theme=forest] .charts-card,body[data-theme=forest] .heatmap-card,body[data-theme=forest] .snapshots-card,body[data-theme=forest] .bot-header,body[data-theme=forest] .bot-features,body[data-theme=forest] .sidebar-section,body[data-theme=forest] .rating-container,body[data-theme=forest] .review-form,body[data-theme=forest] .review-item,body[data-theme=forest] .addbot-container,body[data-theme=forest] .modal-content,body[data-theme=forest] .soti-panel,body[data-theme=forest] .soti-card,body[data-theme=forest] .docs-section,body[data-theme=forest] .partner-card,body[data-theme=forest] .partner-user,body[data-theme=forest] .review-card,body[data-theme=forest] .wizard-panel,body[data-theme=forest] .wizard-sidebar{border-color:var(--soti-line)!important;background:linear-gradient(180deg,color-mix(in srgb,var(--soti-panel-strong) 88%,rgba(255,255,255,.04)),color-mix(in srgb,var(--soti-panel) 92%,rgba(255,255,255,.02)))!important;box-shadow:var(--soti-shadow)!important}body[data-theme=midnight] .soti-footer{background:linear-gradient(180deg,#08101b,#0b121f 58%,#0e1624)!important}body[data-theme=graphite] .soti-footer{background:linear-gradient(180deg,#121418,#171a20 58%,#1b1f26)!important}body[data-theme=ocean] .soti-footer{background:linear-gradient(180deg,#0b1620,#101d29 58%,#142332)!important}body[data-theme=forest] .soti-footer{background:linear-gradient(180deg,#0c140f,#101a14 58%,#142019)!important}.legal-page{min-height:calc(100vh - 160px);padding:142px 0 104px;background:radial-gradient(circle at 76% 10%,rgba(0,80,255,.14),transparent 32rem),#000}.legal-progress{position:fixed;inset:0 auto auto 0;z-index:1001;height:2px;width:var(--legal-progress, 0%);background:#fff;transition:width .12s linear}.legal-shell{width:min(100% - 56px,1120px);margin:0 auto}.legal-article{width:min(100%,760px);margin:0 auto}.legal-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:0 0 64px;border:1px solid rgba(255,255,255,.18);border-radius:4px;background:#00000047;overflow:hidden}.legal-tabs a{min-height:42px;display:grid;place-items:center;padding:0 14px;color:#ffffffa8;font-size:13px;font-weight:720;border-right:1px solid rgba(255,255,255,.13);transition:color .18s ease,background .18s ease}.legal-tabs a:last-child{border-right:0}.legal-tabs a:hover,.legal-tabs a.is-active{color:#fff;background:#ffffff14}.legal-hero{padding:0 0 56px;border-bottom:1px solid rgba(255,255,255,.16)}.legal-hero h1{max-width:900px;margin:0;color:#fff;font-size:clamp(48px,6.4vw,84px);font-weight:820;letter-spacing:-.07em;line-height:.96}.legal-hero>p{max-width:710px;margin:32px 0 0;color:#ffffffe0;font-size:18px;font-weight:560;line-height:1.75}.legal-sections{border-bottom:1px solid rgba(255,255,255,.16)}.legal-section{padding:52px 0;border-bottom:1px solid rgba(255,255,255,.16);scroll-margin-top:110px}.legal-section:last-child{border-bottom:0}.legal-section h2,.legal-contact h2{margin:0 0 20px;color:#fff;font-size:clamp(28px,3vw,38px);font-weight:820;letter-spacing:-.052em;line-height:1.06}.legal-section p,.legal-contact p{margin:0 0 18px;color:#ffffffd1;font-size:16px;line-height:1.84}.legal-section p:last-child,.legal-contact p:last-child{margin-bottom:0}.legal-section ul{margin:22px 0 0;padding-left:1.15em;color:#ffffffd1}.legal-section li{margin:0 0 10px;padding-left:.15em;font-size:15px;line-height:1.72}.legal-notice{padding-top:18px;border-top:1px solid rgba(255,255,255,.13);color:#ffffffc2!important}.legal-contact{padding:52px 0 0}.legal-contact a{color:#fff;text-decoration:underline;text-underline-offset:4px}.legal-contact a:hover{opacity:.74}.legal-mobile-trigger,.legal-mobile{display:none}.legal-nav{display:grid;gap:5px}.legal-nav a{width:100%;display:flex;align-items:center;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.11);color:#ffffffb8;font-size:18px;font-weight:720}.legal-nav a:hover,.legal-nav a.is-active{color:#fff}@media(max-width:920px){.legal-page{padding-top:124px}.legal-tabs{margin-bottom:38px}.legal-mobile-trigger{display:block;margin-bottom:20px}.legal-mobile-trigger button{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:0 14px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:#ffffff0f;color:#fff;font:inherit;font-size:13px;font-weight:740}.legal-mobile{display:block;position:fixed;z-index:1100;inset:0;overflow:auto;padding:24px;background:#000000f5;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.legal-mobile__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;color:#fff}.legal-mobile__head button{display:grid;place-items:center;width:40px;height:40px;border:1px solid rgba(255,255,255,.18);border-radius:50%;background:#ffffff0f;color:#fff}}@media(max-width:680px){.legal-page{padding:112px 0 76px}.legal-shell{width:min(100% - 30px,760px)}.legal-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.legal-tabs a:nth-child(2){border-right:0}.legal-tabs a:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.13)}.legal-hero h1{font-size:clamp(42px,13vw,58px)}.legal-hero>p,.legal-section p,.legal-contact p{font-size:15px}.legal-section,.legal-contact{padding-top:40px}}
