:root{--ui-red:#ff0000;--ui-red-hover:#e00000;--ui-red-soft:rgba(255,0,0,.11);--ui-red-border:rgba(255,0,0,.28);--ui-bg:#050505;--ui-sidebar:#090909;--ui-surface:rgb(22,22,22);--ui-surface-2:rgb(28,28,28);--ui-surface-3:rgb(34,34,34);--ui-border:rgb(34,34,34);--ui-border-strong:rgb(48,48,48);--ui-text:#f7f7f7;--ui-muted:#8d8d8d;--ui-muted-strong:#b9b9b9;--ui-green:#40d98b;--ui-amber:#ffb547;--ui-sidebar-width:252px;--ui-topbar-height:66px;--ui-radius:12px;--ui-radius-sm:8px;--ui-shadow:0 18px 50px rgba(0,0,0,.32);--bg:var(--ui-bg);--surface:var(--ui-surface);--surface-raised:var(--ui-surface-2);--surface-hover:var(--ui-surface-3);--border:rgba(255,255,255,.08);--border-strong:rgba(255,255,255,.14);--text:var(--ui-text);--muted:var(--ui-muted);--muted-strong:var(--ui-muted-strong);--accent:var(--ui-red);--accent-bright:#ff4545;--accent-soft:var(--ui-red-soft);--red:var(--ui-red);--red-soft:var(--ui-red-soft)}*{box-sizing:border-box}body,html{background:var(--ui-bg)}body{margin:0;min-width:320px;color:var(--ui-text);font-family:var(--font-titan-sans),Inter,Arial,sans-serif;font-size:14px;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button{color:inherit}a,button{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:2px solid var(--ui-red);outline-offset:2px}input:focus-visible,select:focus-visible,textarea:focus-visible{outline:0}::selection{background:var(--ui-red);color:#fff}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#080808}::-webkit-scrollbar-thumb{border:3px solid #080808;border-radius:10px;background:#333}.tc-shell{min-height:100vh;background:var(--ui-bg)}.tc-sidebar{position:fixed;inset:0 auto 0 0;z-index:50;display:flex;width:var(--ui-sidebar-width);flex-direction:column;border-right:1px solid var(--ui-border);background:var(--ui-sidebar)}.tc-brand{display:flex;height:var(--ui-topbar-height);align-items:center;padding:0 20px;border-bottom:1px solid var(--ui-border)}.tc-wordmark{display:inline-flex;align-items:baseline;gap:5px;white-space:nowrap}.tc-wordmark em,.tc-wordmark strong{font-size:17px;font-style:normal;font-weight:820;letter-spacing:-.055em;line-height:1}.tc-wordmark strong{color:#fff}.tc-wordmark em{color:var(--ui-red)}.tc-nav-close{display:none;width:34px;height:34px;margin-left:auto;place-items:center;border:0;border-radius:8px;background:transparent;cursor:pointer}.tc-nav-close svg{width:18px}.tc-navigation{flex:1;overflow-y:auto;padding:20px 12px}.tc-nav-group+.tc-nav-group{margin-top:23px}.tc-nav-group-label{display:block;padding:0 10px 8px;color:#575757;font-size:9px;font-weight:800;letter-spacing:.17em;text-transform:uppercase}.tc-nav-group>div{display:grid;gap:3px}.tc-nav-group button{position:relative;display:grid;min-height:42px;grid-template-columns:32px 1fr auto;align-items:center;gap:4px;width:100%;padding:0 10px 0 7px;border:1px solid transparent;border-radius:9px;background:transparent;color:#8f8f8f;text-align:left;cursor:pointer;transition:.15s ease}.tc-nav-group button:before{position:absolute;inset:8px auto 8px -13px;width:3px;border-radius:0 3px 3px 0;background:var(--ui-red);content:"";opacity:0;transform:scaleY(.4);transition:.15s ease}.tc-nav-group button:hover{background:#121212;color:#ddd}.tc-nav-group button.active{border-color:#292929;background:#181818;color:#fff;box-shadow:inset 0 1px rgba(255,255,255,.025)}.tc-nav-group button.active:before{opacity:1;transform:scaleY(1)}.tc-nav-icon{display:grid;width:28px;height:28px;place-items:center;border-radius:7px;color:#747474}.tc-nav-icon svg{width:17px;height:17px;stroke-width:1.8}.tc-nav-group button.active .tc-nav-icon{background:var(--ui-red-soft);color:var(--ui-red)}.tc-nav-group button>span:nth-child(2){overflow:hidden;font-size:12px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.tc-nav-group button small{min-width:23px;padding:3px 6px;border:1px solid #333;border-radius:99px;background:#0c0c0c;color:#bcbcbc;font-size:9px;text-align:center}.tc-nav-chevron{width:14px;color:#4d4d4d}.tc-user{display:grid;grid-template-columns:36px 1fr 32px;align-items:center;gap:10px;margin:12px;padding:10px;border:1px solid var(--ui-border);border-radius:11px;background:#101010}.tc-user-avatar{display:grid;width:36px;height:36px;place-items:center;overflow:hidden;border:1px solid #333;border-radius:9px;background:#1a1a1a;color:#fff;font-size:11px;font-weight:800}.tc-user-avatar img{width:100%;height:100%;object-fit:cover}.tc-user-copy{display:flex;min-width:0;flex-direction:column;gap:3px}.tc-user-copy strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.tc-user-copy small{color:var(--ui-muted);font-size:9px}.tc-user>a{display:grid;width:32px;height:32px;place-items:center;border-radius:8px;color:#666;transition:.15s ease}.tc-user>a:hover{background:var(--ui-red-soft);color:var(--ui-red)}.tc-user>a svg{width:16px}.tc-workspace{min-height:100vh;margin-left:var(--ui-sidebar-width)}.tc-topbar{position:sticky;top:0;z-index:35;min-height:var(--ui-topbar-height);justify-content:space-between;gap:20px;padding:0 28px;border-bottom:1px solid var(--ui-border);background:rgba(5,5,5,.9);backdrop-filter:blur(18px)}.tc-topbar,.tc-topbar-actions,.tc-topbar-context{display:flex;align-items:center}.tc-topbar-context{gap:9px;min-width:0;color:#666;font-size:11px}.tc-topbar-context i{width:3px;height:3px;border-radius:50%;background:var(--ui-red)}.tc-topbar-context strong{overflow:hidden;color:#d4d4d4;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.tc-topbar-actions{gap:8px}.tc-nav-trigger{display:none;width:36px;height:36px;place-items:center;border:1px solid var(--ui-border);border-radius:8px;background:#101010;cursor:pointer}.tc-nav-trigger svg{width:18px}.tc-canvas{width:min(100%,1600px);margin:0 auto;padding:28px clamp(20px,3vw,46px) 54px}.tc-nav-scrim{display:none}.tc-shell-storefront .tc-workspace{margin-left:var(--ui-sidebar-width)}.tc-topbar-storefront{position:sticky;top:12px;width:calc(100% - 40px);min-height:66px;margin:12px 20px 0;padding:0 20px;border:1px solid #292929;border-radius:16px;background:rgba(12,12,12,.9);box-shadow:0 18px 50px rgba(0,0,0,.3),inset 0 1px rgba(255,255,255,.025);backdrop-filter:blur(22px) saturate(1.15)}.tc-shell-storefront .tc-canvas{padding-top:30px}.section-intro,.ui-page-header,.workspace-page-header{display:flex!important;min-height:86px;align-items:center!important;justify-content:space-between!important;gap:24px;margin:0 0 24px!important;padding:0 0 22px!important;border:0!important;border-bottom:1px solid var(--ui-border)!important;background:transparent!important;box-shadow:none!important}.ui-page-heading,.workspace-page-heading{display:flex;align-items:center;gap:14px}.reseller-page-icon,.ui-page-icon,.workspace-page-icon{display:grid!important;width:42px!important;height:42px!important;flex:0 0 42px;place-items:center;border:1px solid var(--ui-red-border)!important;border-radius:10px!important;background:var(--ui-red-soft)!important;color:var(--ui-red)!important;box-shadow:none!important}.reseller-page-icon svg,.ui-page-icon svg,.workspace-page-icon svg{width:19px!important;height:19px!important}.section-intro .eyebrow,.ui-page-heading>div>span,.workspace-page-kicker{color:var(--ui-red)!important;font-size:9px!important;font-weight:850!important;letter-spacing:.16em!important}.section-intro h1,.ui-page-heading h1,.workspace-page-heading h1{margin:3px 0!important;color:var(--ui-text)!important;font-size:clamp(22px,2.2vw,30px)!important;font-weight:720!important;letter-spacing:-.045em!important;line-height:1.05!important}.section-intro p,.ui-page-heading p,.workspace-page-heading p{max-width:680px;margin:0!important;color:var(--ui-muted)!important;font-size:11px!important;line-height:1.55!important}.ui-page-actions,.workspace-page-actions{display:flex;align-items:center;gap:8px}.connection-chip,.status-pill,.workspace-sync-state{display:inline-flex!important;min-height:30px;align-items:center;gap:7px;padding:0 10px!important;border:1px solid var(--ui-border)!important;border-radius:8px!important;background:#0c0c0c!important;color:var(--ui-muted-strong)!important;font-size:9px!important;font-weight:750!important;box-shadow:none!important}.connection-chip i,.status-pill i,.workspace-sync-state i{width:5px!important;height:5px!important;border-radius:50%;background:var(--ui-green)!important;box-shadow:0 0 8px rgba(64,217,139,.45)}.connection-chip i.offline,.status-disabled i,.workspace-sync-state.offline i{background:var(--ui-red)!important;box-shadow:0 0 8px rgba(255,0,0,.35)}.preview-link,.refresh-button,.workspace-refresh{display:inline-flex!important;min-height:34px;align-items:center;justify-content:center;gap:7px;padding:0 11px!important;border:1px solid var(--ui-border)!important;border-radius:8px!important;background:#111!important;color:#c7c7c7!important;font-size:10px!important;font-weight:700!important;text-decoration:none;cursor:pointer}.preview-link:hover,.refresh-button:hover,.workspace-refresh:hover{border-color:var(--ui-red-border)!important;background:var(--ui-red-soft)!important;color:#fff!important}.preview-link svg,.refresh-button svg,.workspace-refresh svg{width:14px!important;height:14px!important}.astrix-library,.astrix-library-body,.content-stack,.workspace-page{width:100%!important;min-height:0!important;padding:0!important;background:transparent!important}.content-stack{display:grid!important;gap:16px!important}.button,button.button{display:inline-flex;min-height:36px;align-items:center;justify-content:center;gap:7px;padding:0 14px;border:1px solid var(--ui-border-strong);border-radius:8px;background:#171717;color:#e5e5e5;font-size:10px;font-weight:750;cursor:pointer;transition:.14s ease}.button:hover:not(:disabled){border-color:#484848;background:#202020}.button.primary{border-color:var(--ui-red);background:var(--ui-red);color:#fff;box-shadow:0 8px 24px rgba(255,0,0,.17)}.button.primary:hover:not(:disabled){border-color:var(--ui-red-hover);background:var(--ui-red-hover);transform:translateY(-1px)}.button.danger,.button.danger-soft,button.danger{border-color:var(--ui-red-border);background:var(--ui-red-soft);color:#ff6666}.button:disabled,button:disabled{opacity:.45;cursor:not-allowed}.danger-text-button,.text-button{border:0;background:transparent;color:#c7c7c7;font-size:10px;font-weight:700;cursor:pointer}.text-button:hover{color:#fff}.danger-text-button{color:#ff6666}label{color:#a7a7a7;font-size:10px;font-weight:650}input,select,textarea{width:100%;border:1px solid var(--ui-border);border-radius:8px;outline:0;background:#0a0a0a;color:#eee;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}input,select{min-height:39px;padding:0 11px}textarea{min-height:100px;padding:11px;resize:vertical}input:hover,select:hover,textarea:hover{border-color:#383838}input:focus,select:focus,textarea:focus{border-color:rgba(255,0,0,.72);background:#0d0d0d;box-shadow:0 0 0 2px rgba(255,0,0,.13)}input::placeholder,textarea::placeholder{color:#4f4f4f}select{color-scheme:dark}.app-shell input:focus:not([type=checkbox]):not([type=radio]),.app-shell textarea:focus,.reseller-shell input:focus:not([type=checkbox]):not([type=radio]),.reseller-shell textarea:focus{border-color:rgba(255,0,0,.72)!important;background:#0d0d0d!important;box-shadow:0 0 0 2px rgba(255,0,0,.13)!important;outline:0!important}.pricing-price-input:focus-within{border-color:rgba(255,0,0,.72)!important;background:#0d0d0d!important;box-shadow:0 0 0 2px rgba(255,0,0,.13)!important}.pricing-price-input input:focus{border:0!important;background:transparent!important;box-shadow:none!important}code{border:1px solid #292929;border-radius:6px;background:#080808;color:#d9d9d9}.ui-select{position:relative;width:100%;min-width:0;color:#eee}.ui-select-trigger{display:grid;width:100%;min-height:40px;grid-template-columns:minmax(0,1fr) 16px;align-items:center;gap:10px;padding:0 11px 0 13px;border:1px solid var(--ui-border);border-radius:9px;background:#0a0a0a;color:#e7e7e7;text-align:left;cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.ui-select-trigger:hover:not(:disabled){border-color:#404040;background:#101010}.ui-select.open .ui-select-trigger{border-color:rgba(255,0,0,.75);background:#0d0d0d;box-shadow:0 0 0 2px rgba(255,0,0,.13)}.ui-select-trigger>span{overflow:hidden;font-size:10px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.ui-select-trigger>svg{width:15px;height:15px;color:#777;transition:color .15s ease,transform .17s ease}.ui-select.open .ui-select-trigger>svg{color:var(--ui-red);transform:rotate(180deg)}.ui-select-menu{position:absolute;top:calc(100% + 7px);right:0;left:0;z-index:90;display:grid;gap:3px;max-height:250px;overflow-y:auto;padding:5px;border:1px solid #343434;border-radius:10px;background:#111;box-shadow:0 18px 48px rgba(0,0,0,.58),inset 0 1px rgba(255,255,255,.025);animation:ui-select-in .15s ease both}.ui-select-menu>button{display:grid;min-height:38px;grid-template-columns:minmax(0,1fr) 18px;align-items:center;gap:8px;padding:7px 9px;border:1px solid transparent;border-radius:7px;background:transparent;color:#9b9b9b;text-align:left;cursor:pointer;transition:color .12s ease,border-color .12s ease,background .12s ease,transform .12s ease}.ui-select-menu>button.highlighted,.ui-select-menu>button:hover{border-color:#303030;background:#1a1a1a;color:#fff;transform:translateX(1px)}.ui-select-menu>button.selected{border-color:var(--ui-red-border);background:var(--ui-red-soft);color:#fff}.ui-select-menu>button:disabled{opacity:.4}.ui-select-menu>button>span{display:grid;min-width:0;gap:3px}.ui-select-menu strong{overflow:hidden;font-size:10px;font-weight:720;text-overflow:ellipsis;white-space:nowrap}.ui-select-menu small{color:#666;font-size:8px;font-weight:500}.ui-select-menu svg{width:14px;height:14px;color:var(--ui-red)}@keyframes ui-select-in{0%{opacity:0;transform:translateY(-5px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.dashboard-v3-card,.panel,.rebrand-workspace,.reseller-data-panel,.saved-rebrands,.table-panel{overflow:hidden;border:1px solid var(--ui-border)!important;border-radius:var(--ui-radius)!important;background:var(--ui-surface)!important;box-shadow:none!important}.panel-heading,.ui-panel-header{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:18px;padding:18px 20px!important;border-bottom:1px solid var(--ui-border)!important;background:#111!important}.panel-heading h3,.ui-panel-header h2{margin:3px 0 4px!important;color:#f3f3f3!important;font-size:15px!important;font-weight:700!important;letter-spacing:-.025em!important}.panel-copy,.panel-heading p,.ui-panel-header p{max-width:680px;margin:0!important;color:var(--ui-muted)!important;font-size:10px!important;line-height:1.55!important}.eyebrow,.ui-panel-header>div>span{color:#696969!important;font-size:8px!important;font-weight:850!important;letter-spacing:.16em!important}.eyebrow.accent{color:var(--ui-red)!important}.activity-metrics,.dashboard-v3-metrics,.reseller-summary-bar,.ui-metric-band{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:0!important;overflow:hidden;border:1px solid var(--ui-border)!important;border-radius:var(--ui-radius)!important;background:var(--ui-surface)!important}.activity-metrics article,.dashboard-v3-metrics article,.reseller-summary-bar>div,.ui-metric-band article{display:flex!important;min-height:88px!important;align-items:center!important;gap:12px!important;padding:16px 18px!important;border:0!important;border-right:1px solid var(--ui-border)!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.activity-metrics article:last-child,.dashboard-v3-metrics article:last-child,.reseller-summary-bar>div:last-child,.ui-metric-band article:last-child{border-right:0!important}.activity-metric-icon,.ui-metric-band article>span{display:grid!important;width:34px!important;height:34px!important;flex:0 0 34px;place-items:center;border:1px solid #303030!important;border-radius:8px!important;background:#181818!important;color:var(--ui-red)!important;font-size:11px!important}.ui-metric-band svg{width:16px}.activity-metrics small,.dashboard-v3-metrics small,.reseller-summary-bar span,.ui-metric-band small{color:#707070!important;font-size:8px!important;font-weight:800!important;letter-spacing:.08em;text-transform:uppercase}.activity-metrics strong,.dashboard-v3-metrics strong,.reseller-summary-bar strong,.ui-metric-band strong{margin-top:2px!important;color:#fff!important;font-size:22px!important;font-weight:720!important;letter-spacing:-.045em!important}.activity-metrics p,.dashboard-v3-metrics p,.reseller-summary-bar small,.ui-metric-band p{margin:2px 0 0!important;color:#626262!important;font-size:9px!important}.table-panel,.table-wrap{overflow-x:auto}.table-panel table,.table-wrap table{width:100%;border-collapse:collapse}table th{height:40px;padding:0 14px!important;border-bottom:1px solid var(--ui-border)!important;background:#0c0c0c!important;color:#626262!important;font-size:8px!important;font-weight:850!important;letter-spacing:.1em!important;text-align:left;text-transform:uppercase;white-space:nowrap}table td{min-height:54px;padding:11px 14px!important;border-bottom:1px solid #1d1d1d!important;color:#bdbdbd!important;font-size:10px!important;vertical-align:middle}table tbody tr{transition:.12s ease}table tbody tr:hover{background:#141414!important}table tbody tr:last-child td{border-bottom:0!important}.activity-toolbar,.saved-rebrands-toolbar,.toolbar{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:12px;margin:0!important;padding:14px!important;border:1px solid var(--ui-border)!important;border-radius:var(--ui-radius)!important;background:var(--ui-surface)!important}.toolbar-controls{display:flex;flex-wrap:wrap;gap:9px}.admin-filter-label .ui-select{min-width:150px}.activity-toolbar .activity-search{flex:1 1 320px}.activity-toolbar>.ui-select{width:190px;flex:0 0 190px}.activity-search,.search-box{display:flex!important;min-width:min(340px,70vw);align-items:center;border:1px solid var(--ui-border)!important;border-radius:8px!important;background:#090909!important;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.activity-search input,.search-box input{border:0!important;background:transparent!important;box-shadow:none!important}.activity-search:focus-within,.search-box:focus-within{border-color:rgba(255,0,0,.72)!important;background:#0d0d0d!important;box-shadow:0 0 0 2px rgba(255,0,0,.13)!important}.result-count{display:inline-flex;min-height:27px;align-items:center;padding:0 9px;border:1px solid var(--ui-border);border-radius:7px;background:#0b0b0b;color:#898989;font-size:9px;font-weight:750}.user-cell{display:flex;align-items:center;gap:9px}.user-cell .avatar{display:grid;width:32px;height:32px;flex:0 0 32px;place-items:center;overflow:hidden;border:1px solid #303030;border-radius:8px;background:#181818;color:#ddd;font-size:9px;font-weight:800}.user-cell .avatar img{width:100%;height:100%;object-fit:cover}.user-cell>div{display:flex;flex-direction:column;gap:2px}.table-primary-text,.user-cell strong{color:#e5e5e5;font-size:10px}.table-secondary-text,.user-cell small{color:#656565;font-size:9px}.duration-badge,.product-tag{display:inline-flex!important;min-height:24px;align-items:center;padding:0 8px!important;border:1px solid #303030!important;border-radius:6px!important;background:#161616!important;color:#bcbcbc!important;font-size:8px!important;font-weight:800!important}.row-actions{display:flex;gap:5px}.row-actions button{min-width:29px;min-height:29px;border:1px solid var(--ui-border);border-radius:7px;background:#151515;color:#aaa;cursor:pointer}.row-actions button:hover{border-color:var(--ui-red-border);color:#fff}.activity-empty,.empty-state,.reseller-directory-empty,.saved-rebrands-empty,.ui-empty-state{display:flex!important;min-height:220px;align-items:center!important;justify-content:center!important;flex-direction:column!important;padding:36px!important;color:var(--ui-muted);text-align:center}.empty-state>span,.ui-empty-state>span{display:grid;width:42px;height:42px;place-items:center;border:1px solid var(--ui-red-border);border-radius:10px;background:var(--ui-red-soft);color:var(--ui-red)}.empty-state>span svg,.ui-empty-state svg{width:19px;height:19px}.empty-state h3,.ui-empty-state h3{margin:13px 0 5px;color:#ddd;font-size:13px}.empty-state p,.ui-empty-state p{max-width:440px;margin:0;color:#707070;font-size:10px;line-height:1.6}.tc-overview{display:grid;gap:14px}.tc-overview-hero{position:relative;display:flex;min-height:150px;align-items:center;justify-content:space-between;gap:28px;overflow:hidden;padding:26px 28px;border:1px solid var(--ui-border);border-radius:var(--ui-radius);background:linear-gradient(110deg,#121212,#0b0b0b 68%,rgba(255,0,0,.08))}.tc-overview-hero:before{position:absolute;inset:0 auto 0 0;width:3px;background:var(--ui-red);content:""}.tc-overview-hero-copy{min-width:0}.tc-overview-hero-copy>span{display:flex;align-items:center;gap:7px;color:var(--ui-red);font-size:8px;font-weight:850;letter-spacing:.16em}.tc-overview-hero-copy>span i{width:5px;height:5px;border-radius:50%;background:var(--ui-red);box-shadow:0 0 9px rgba(255,0,0,.45)}.tc-overview-hero-copy h2{margin:11px 0 8px;color:#fff;font-size:clamp(25px,3vw,36px);font-weight:720;letter-spacing:-.055em;line-height:1}.tc-overview-hero-copy p{max-width:620px;margin:0;color:#777;font-size:10px;line-height:1.6}.tc-overview-live{display:grid;min-width:230px;grid-template-columns:8px 1fr;align-items:start;gap:0 12px;padding:16px 18px;border:1px solid #2d2d2d;border-radius:10px;background:rgba(5,5,5,.72)}.tc-live-dot{width:7px;height:7px;margin-top:5px;border-radius:50%;background:var(--ui-green);box-shadow:0 0 10px rgba(64,217,139,.5)}.tc-overview-live div{display:grid;grid-template-columns:1fr auto;align-items:center;gap:2px 16px}.tc-overview-live small{color:#777;font-size:8px;font-weight:750;text-transform:uppercase}.tc-overview-live strong{grid-row:span 2;color:#fff;font-size:30px;line-height:1;letter-spacing:-.06em}.tc-overview-live p{margin:2px 0 0;color:#5f5f5f;font-size:8px}.tc-overview-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;border:1px solid var(--ui-border);border-radius:var(--ui-radius);background:var(--ui-surface)}.tc-overview-metrics article{display:grid;min-width:0;min-height:86px;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:11px;padding:15px 16px;border-right:1px solid var(--ui-border)}.tc-overview-metrics article:last-child{border-right:0}.tc-overview-metrics article>span{display:grid;width:34px;height:34px;place-items:center;border:1px solid #303030;border-radius:8px;background:#181818;color:var(--ui-red)}.tc-overview-metrics svg{width:16px;height:16px}.tc-overview-metrics article>div{display:grid;min-width:0;grid-template-columns:1fr auto;align-items:baseline;gap:2px 9px}.tc-overview-metrics small{overflow:hidden;color:#707070;font-size:7px;font-weight:800;letter-spacing:.08em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.tc-overview-metrics strong{grid-row:span 2;color:#fff;font-size:22px;line-height:1;letter-spacing:-.05em}.tc-overview-metrics p{margin:1px 0 0;overflow:hidden;color:#5d5d5d;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.tc-overview-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:14px}.tc-overview-panel{min-width:0;overflow:hidden;border:1px solid var(--ui-border);border-radius:var(--ui-radius);background:var(--ui-surface)}.tc-overview-panel>header{display:flex;min-height:64px;align-items:center;justify-content:space-between;gap:16px;padding:13px 17px;border-bottom:1px solid var(--ui-border);background:#111}.tc-overview-panel>header>div{min-width:0}.tc-overview-panel>header span{color:#666;font-size:7px;font-weight:850;letter-spacing:.15em}.tc-overview-panel>header h3{margin:3px 0 2px;color:#e9e9e9;font-size:12px;font-weight:700;letter-spacing:-.02em}.tc-overview-panel>header p{margin:0;color:#606060;font-size:8px}.tc-overview-panel>header>svg{width:17px;color:var(--ui-red)}.tc-overview-panel>header button,.tc-overview-system>button{display:inline-flex;align-items:center;gap:4px;border:0;background:transparent;color:var(--ui-red);font-size:8px;font-weight:750;white-space:nowrap;cursor:pointer}.tc-overview-panel>header button svg,.tc-overview-system>button svg{width:13px}.tc-product-list{display:grid;padding:5px 14px}.tc-product-list>button{display:grid;min-height:58px;grid-template-columns:34px minmax(105px,1fr) auto auto 14px;align-items:center;gap:10px;padding:8px 2px;border:0;border-bottom:1px solid #202020;background:transparent;color:inherit;text-align:left;cursor:pointer}.tc-product-list>button:last-child{border-bottom:0}.tc-product-list>button:hover{background:#141414}.tc-product-list>button>svg{width:13px;color:#555}.tc-product-symbol{display:grid;width:30px;height:30px;place-items:center;border:1px solid #303030;border-radius:7px;background:#181818;color:var(--ui-red)}.tc-product-symbol svg{width:14px;height:14px;stroke-width:1.9}.tc-product-name{display:grid;min-width:0;gap:2px}.tc-product-name small{color:#555;font-size:6px;font-weight:850;letter-spacing:.1em}.tc-product-name strong{overflow:hidden;color:#d8d8d8;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.tc-product-clients{display:flex;align-items:baseline;gap:4px;white-space:nowrap}.tc-product-clients strong{color:#d0d0d0;font-size:12px}.tc-product-clients small{color:#5f5f5f;font-size:7px}.tc-product-status{display:inline-flex;align-items:center;gap:5px;color:#777;font-size:7px;font-weight:750;white-space:nowrap}.tc-product-status i{width:5px;height:5px;border-radius:50%;background:var(--ui-red)}.tc-product-status.online i{background:var(--ui-green)}.tc-broadcast-form{display:grid;gap:10px;padding:15px 16px}.tc-broadcast-form textarea{min-height:100px}.tc-broadcast-form footer{display:flex;align-items:center;justify-content:space-between;gap:10px}.tc-broadcast-form footer>span{color:#5f5f5f;font-size:7px}.tc-broadcast-form button{display:inline-flex;min-height:33px;align-items:center;gap:6px;padding:0 11px;border:1px solid var(--ui-red);border-radius:7px;background:var(--ui-red);color:#fff;font-size:8px;font-weight:750;cursor:pointer}.tc-broadcast-form button:disabled{opacity:.4}.tc-broadcast-form button svg{width:13px}.tc-activity-list{display:grid;padding:4px 14px}.tc-activity-list>div{display:grid;min-height:58px;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:10px;padding:8px 2px;border-bottom:1px solid #202020}.tc-activity-list>div:last-child{border-bottom:0}.tc-activity-list>div>span{display:grid;width:30px;height:30px;place-items:center;border:1px solid #2d2d2d;border-radius:7px;background:#171717;color:var(--ui-red)}.tc-activity-list svg{width:14px}.tc-activity-list p{display:grid;min-width:0;gap:3px;margin:0}.tc-activity-list p strong{color:#d3d3d3;font-size:9px}.tc-activity-list p small,.tc-activity-list p strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tc-activity-list p small{color:#5f5f5f;font-size:7px}.tc-activity-list time{color:#555;font-size:7px;white-space:nowrap}.tc-activity-empty{display:flex!important;min-height:150px!important;align-items:center!important;justify-content:center!important;gap:8px!important;border-bottom:0!important;color:#666;font-size:8px}.tc-overview-system{position:relative}.tc-system-score{display:flex;align-items:center;justify-content:space-between;padding:18px 17px 14px}.tc-system-score strong{color:#fff;font-size:30px;letter-spacing:-.06em}.tc-system-score span{display:inline-flex;align-items:center;gap:6px;color:#777;font-size:8px;font-weight:750}.tc-system-score i{width:5px;height:5px;border-radius:50%;background:var(--ui-green)}.tc-overview-system dl{display:grid;margin:0 17px}.tc-overview-system dl div{display:flex;align-items:center;justify-content:space-between;min-height:34px;border-top:1px solid #222}.tc-overview-system dt{color:#696969;font-size:8px}.tc-overview-system dd{margin:0;color:#c7c7c7;font-size:8px;font-weight:750}.tc-overview-system>button{margin:14px 17px 16px}.dashboard-v3{display:grid!important;gap:16px!important}.dashboard-v3-welcome{position:relative;display:flex!important;min-height:142px!important;align-items:center!important;justify-content:space-between!important;gap:20px;overflow:hidden;padding:24px 26px!important;border:1px solid var(--ui-border)!important;border-radius:var(--ui-radius)!important;background:linear-gradient(105deg,#121212,#0c0c0c 68%,rgba(255,0,0,.08))!important;box-shadow:none!important}.dashboard-v3-welcome:before{position:absolute;inset:0 auto 0 0;width:3px;background:var(--ui-red);content:""}.dashboard-v3-welcome h2{margin:5px 0 6px!important;color:#fff!important;font-size:clamp(23px,3vw,34px)!important;letter-spacing:-.055em!important}.dashboard-v3-welcome p{margin:0!important;color:#797979!important;font-size:11px!important}.dashboard-v3-eyebrow{color:var(--ui-red)!important;font-size:8px!important;font-weight:850!important;letter-spacing:.15em!important}.dashboard-v3-online{display:grid!important;min-width:190px!important;grid-template-columns:auto 1fr;align-items:center;gap:4px 12px;padding:15px 18px!important;border:1px solid #2a2a2a!important;border-radius:10px!important;background:rgba(5,5,5,.7)!important}.dashboard-v3-online>strong{grid-row:span 2;color:#fff!important;font-size:30px!important;letter-spacing:-.06em}.dashboard-v3-online span{color:#d4d4d4!important;font-size:9px!important;font-weight:750!important}.dashboard-v3-online small{color:#666!important;font-size:8px!important}.dashboard-v3-grid{display:grid!important;grid-template-columns:minmax(0,1.5fr) minmax(280px,.8fr)!important;gap:16px!important}.dashboard-v3-card{min-width:0}.dashboard-v3-card-head{display:flex!important;align-items:center!important;justify-content:space-between!important;min-height:56px;padding:0 18px!important;border-bottom:1px solid var(--ui-border)!important}.dashboard-v3-card-head h3{margin:0!important;color:#e9e9e9!important;font-size:12px!important}.dashboard-v3-card-head button{border:0;background:transparent;color:var(--ui-red);font-size:9px;font-weight:750;cursor:pointer}.dashboard-v3-activity-list,.dashboard-v3-product-list{display:grid!important;padding:7px 14px!important}.dashboard-v3-activity-list article,.dashboard-v3-product-list article{display:grid!important;min-height:54px!important;align-items:center;gap:10px;padding:8px 3px!important;border:0!important;border-bottom:1px solid #1f1f1f!important;border-radius:0!important;background:transparent!important}.dashboard-v3-product-list article{grid-template-columns:34px minmax(0,1fr) auto auto}.dashboard-v3-activity-list article:last-child,.dashboard-v3-product-list article:last-child{border-bottom:0!important}.dashboard-v3-product-mark{display:grid;width:30px;height:30px;place-items:center;border:1px solid #303030;border-radius:7px;background:#181818;color:var(--ui-red);font-size:9px;font-weight:900}.dashboard-v3-product-copy{display:flex;flex-direction:column;gap:2px}.dashboard-v3-product-copy small{color:#5f5f5f;font-size:7px;font-weight:800}.dashboard-v3-product-copy strong{color:#d9d9d9;font-size:10px}.dashboard-v3-product-count{display:flex;align-items:baseline;gap:4px;color:#666;font-size:8px}.dashboard-v3-product-count strong{color:#ccc;font-size:12px}.dashboard-v3-product-state{display:inline-flex;align-items:center;gap:5px;color:#777;font-size:8px;font-weight:750}.dashboard-v3-product-state i{width:5px;height:5px;border-radius:50%;background:var(--ui-red)}.dashboard-v3-product-state.online i{background:var(--ui-green)}.dashboard-v3-broadcast{padding-bottom:15px}.dashboard-v3-broadcast>footer,.dashboard-v3-broadcast>p,.dashboard-v3-broadcast>textarea{margin-right:16px!important;margin-left:16px!important}.dashboard-v3-broadcast>p{margin-top:14px!important;color:#747474!important;font-size:9px!important}.dashboard-v3-broadcast>footer{display:flex;align-items:center;justify-content:space-between;margin-top:9px!important}.dashboard-v3-health{padding-bottom:15px}.dashboard-v3-health dl,.dashboard-v3-health-score{margin-right:16px!important;margin-left:16px!important}.dashboard-v3-health-score{padding:16px 0}.dashboard-v3-health-score strong{color:#fff!important;font-size:30px!important}.dashboard-v3-health dl{display:grid;gap:0;margin-top:0}.dashboard-v3-health dl div{display:flex;justify-content:space-between;padding:10px 0;border-top:1px solid #222}.dashboard-v3-health dt{color:#686868;font-size:9px}.dashboard-v3-health dd{margin:0;color:#ccc;font-size:9px;font-weight:750}.tc-dashboard{display:grid;gap:14px}.tc-dashboard-welcome{position:relative;display:grid;min-height:150px;grid-template-columns:minmax(0,1fr) minmax(250px,.42fr);align-items:stretch;overflow:hidden;border:1px solid var(--ui-border);border-radius:var(--ui-radius);background:#0e0e0e}.tc-dashboard-welcome:before{position:absolute;inset:0 auto 0 0;width:3px;background:var(--ui-red);content:""}.tc-dashboard-welcome-copy{display:flex;min-width:0;justify-content:center;flex-direction:column;padding:27px 30px}.tc-dashboard-welcome-copy>span{color:var(--ui-red);font-size:8px;font-weight:850;letter-spacing:.17em}.tc-dashboard-welcome-copy h2{margin:8px 0 7px;color:#fafafa;font-size:clamp(25px,3vw,34px);font-weight:750;letter-spacing:-.055em}.tc-dashboard-welcome-copy p{max-width:650px;margin:0;color:#858585;font-size:11px;line-height:1.6}.tc-dashboard-session{display:grid;grid-template-columns:46px minmax(0,1fr);align-items:center;gap:15px;margin:20px;padding:20px;border-left:1px solid #292929;background:linear-gradient(115deg,transparent,rgba(255,0,0,.045))}.tc-dashboard-session>span{display:grid;width:46px;height:46px;place-items:center;border:1px solid var(--ui-red-border);border-radius:11px;background:var(--ui-red-soft);color:var(--ui-red)}.tc-dashboard-session svg{width:20px;height:20px}.tc-dashboard-session div{display:grid;min-width:0;grid-template-columns:1fr auto;align-items:baseline;gap:4px 12px}.tc-dashboard-session small{color:#989898;font-size:9px;font-weight:750}.tc-dashboard-session strong{grid-column:2;grid-row:1/3;color:#fff;font-size:34px;font-weight:760;letter-spacing:-.06em}.tc-dashboard-session p{margin:0;color:#606060;font-size:8px;white-space:nowrap}.tc-dashboard-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.tc-dashboard-metrics article{position:relative;min-width:0;min-height:122px;padding:16px 18px;overflow:hidden;border:1px solid var(--ui-border);border-radius:10px;background:#0f0f0f;transition:border-color .15s ease,background .15s ease,transform .15s ease}.tc-dashboard-metrics article:hover{border-color:#373737;background:#121212;transform:translateY(-1px)}.tc-dashboard-metrics article:after{position:absolute;right:-20px;bottom:-42px;width:90px;height:90px;border:1px solid rgba(255,0,0,.08);border-radius:50%;content:""}.tc-dashboard-metrics header{display:flex;align-items:center;gap:9px}.tc-dashboard-metrics header>span{display:grid;width:28px;height:28px;place-items:center;border:1px solid #303030;border-radius:7px;background:#181818;color:var(--ui-red)}.tc-dashboard-metrics header svg{width:14px;height:14px}.tc-dashboard-metrics small{overflow:hidden;color:#838383;font-size:8px;font-weight:800;letter-spacing:.08em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.tc-dashboard-metrics article>strong{display:block;margin-top:13px;color:#f4f4f4;font-size:24px;font-weight:740;letter-spacing:-.05em}.tc-dashboard-metrics article>p{margin:4px 0 0;color:#626262;font-size:8px}.tc-dashboard-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(310px,.65fr);gap:14px}.tc-dashboard-panel{overflow:hidden;border:1px solid var(--ui-border);border-radius:var(--ui-radius);background:#0f0f0f}.tc-dashboard-panel>header{display:flex;min-height:76px;align-items:center;justify-content:space-between;gap:18px;padding:15px 18px;border-bottom:1px solid var(--ui-border)}.tc-dashboard-panel>header>div{min-width:0}.tc-dashboard-panel>header>div>span{color:#626262;font-size:7px;font-weight:850;letter-spacing:.16em}.tc-dashboard-panel>header h3{margin:5px 0 3px;color:#e9e9e9;font-size:13px;letter-spacing:-.025em}.tc-dashboard-panel>header p{margin:0;color:#676767;font-size:8px}.tc-dashboard-panel>header>button{display:inline-flex;flex:0 0 auto;align-items:center;gap:5px;border:0;background:transparent;color:#b5b5b5;font-size:8px;font-weight:750;cursor:pointer;transition:color .14s ease,transform .14s ease}.tc-dashboard-panel>header>button:hover{color:#fff;transform:translateX(2px)}.tc-dashboard-panel>header>button svg{width:13px;height:13px;color:var(--ui-red)}.tc-dashboard-panel>header>svg{width:17px;height:17px;color:var(--ui-red)}.tc-dashboard-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;padding:12px}.tc-dashboard-product-grid>button{display:flex;min-width:0;min-height:150px;justify-content:space-between;flex-direction:column;padding:13px;border:1px solid #272727;border-radius:9px;background:#0b0b0b;color:inherit;text-align:left;cursor:pointer;transition:border-color .15s ease,background .15s ease,transform .15s ease}.tc-dashboard-product-grid>button:hover{border-color:#3b3b3b;background:#121212;transform:translateY(-1px)}.tc-dashboard-product-grid>button>header{display:flex;align-items:center;justify-content:space-between;gap:8px}.tc-dashboard-product-grid>button>header>span{display:grid;width:32px;height:32px;place-items:center;border:1px solid var(--ui-red-border);border-radius:8px;background:var(--ui-red-soft);color:var(--ui-red)}.tc-dashboard-product-grid header svg{width:15px;height:15px}.tc-dashboard-product-grid header i{position:relative;padding-left:9px;color:#727272;font-size:7px;font-style:normal;font-weight:700}.tc-dashboard-product-grid header i:before{position:absolute;top:50%;left:0;width:5px;height:5px;border-radius:50%;background:#777;content:"";transform:translateY(-50%)}.tc-dashboard-product-grid header i.online{color:var(--ui-green)}.tc-dashboard-product-grid header i.online:before{background:var(--ui-green)}.tc-dashboard-product-grid header i.offline{color:#ff7777}.tc-dashboard-product-grid header i.offline:before{background:var(--ui-red)}.tc-dashboard-product-grid>button>div{display:grid;gap:4px;margin-top:15px}.tc-dashboard-product-grid>button>div small{color:#545454;font-size:7px;font-weight:800;letter-spacing:.12em}.tc-dashboard-product-grid>button>div strong{overflow:hidden;color:#dedede;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.tc-dashboard-product-grid footer{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-top:11px;border-top:1px solid #242424;color:#6f6f6f;font-size:8px}.tc-dashboard-product-grid footer b{color:#ddd;font-size:12px}.tc-dashboard-product-grid footer svg{width:13px;height:13px;color:#656565}.tc-dashboard-broadcast-form{display:grid;gap:10px;padding:12px}.tc-dashboard-broadcast-form textarea{min-height:92px}.tc-dashboard-broadcast-form footer{display:flex;align-items:center;justify-content:space-between;gap:10px}.tc-dashboard-broadcast-form footer>span{color:#575757;font-size:8px}.tc-dashboard-broadcast-form button{display:inline-flex;min-height:34px;align-items:center;gap:7px;padding:0 11px;border:1px solid var(--ui-red);border-radius:8px;background:var(--ui-red);color:#fff;font-size:8px;font-weight:750;cursor:pointer}.tc-dashboard-broadcast-form button:disabled{opacity:.38}.tc-dashboard-broadcast-form button svg{width:13px;height:13px}.tc-dashboard-activity{grid-column:1/-1}.tc-dashboard-activity-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.tc-dashboard-activity-list>div{display:grid;min-width:0;min-height:64px;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 16px;border-right:1px solid var(--ui-border);border-bottom:1px solid var(--ui-border)}.tc-dashboard-activity-list>div:nth-child(2n){border-right:0}.tc-dashboard-activity-list>div:nth-last-child(-n+2){border-bottom:0}.tc-dashboard-activity-list>div>span{display:grid;width:30px;height:30px;place-items:center;border:1px solid #2d2d2d;border-radius:7px;background:#171717;color:var(--ui-red)}.tc-dashboard-activity-list svg{width:14px;height:14px}.tc-dashboard-activity-list p{display:grid;min-width:0;gap:4px;margin:0}.tc-dashboard-activity-list p small,.tc-dashboard-activity-list p strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tc-dashboard-activity-list p strong{color:#cfcfcf;font-size:9px}.tc-dashboard-activity-list p small,.tc-dashboard-activity-list time{color:#626262;font-size:8px}.tc-dashboard-activity-list time{white-space:nowrap}.tc-products-page{display:grid;gap:16px}.tc-products-summary{position:relative;display:flex;min-height:104px;align-items:center;justify-content:space-between;gap:24px;overflow:hidden;padding:21px 23px;border:1px solid var(--ui-border);border-radius:var(--ui-radius);background:linear-gradient(105deg,#121212,#0d0d0d 72%,rgba(255,0,0,.075))}.tc-products-summary:before{position:absolute;inset:0 auto 0 0;width:3px;background:var(--ui-red);content:""}.tc-products-summary>div:first-child>span{color:var(--ui-red);font-size:8px;font-weight:850;letter-spacing:.16em}.tc-products-summary h2{margin:6px 0;color:#f3f3f3;font-size:20px;letter-spacing:-.035em}.tc-products-summary p{margin:0;color:#777;font-size:10px;line-height:1.55}.tc-products-summary-state{display:grid;min-width:152px;justify-items:end;gap:5px;padding-left:24px;border-left:1px solid #292929}.tc-products-summary-state strong{color:#fff;font-size:28px;letter-spacing:-.055em}.tc-products-summary-state span{display:flex;align-items:center;gap:6px;color:#909090;font-size:9px;font-weight:700;white-space:nowrap}.tc-product-manage-status i,.tc-products-summary-state i{width:6px;height:6px;border-radius:50%;background:#777;box-shadow:0 0 8px rgba(255,255,255,.12)}.tc-product-manage-status.online i,.tc-products-summary-state i.online{background:var(--ui-green);box-shadow:0 0 9px rgba(64,217,139,.35)}.tc-products-summary-state i.warning{background:var(--ui-amber);box-shadow:0 0 9px rgba(255,181,71,.3)}.tc-products-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:12px}.tc-product-manage-card{position:relative;display:flex;min-width:0;min-height:320px;flex-direction:column;overflow:hidden;border:1px solid var(--ui-border);border-radius:var(--ui-radius);background:#0e0e0e;box-shadow:inset 0 1px rgba(255,255,255,.018);transition:border-color .15s ease,background .15s ease,transform .15s ease}.tc-product-manage-card:hover{border-color:#373737;background:#111;transform:translateY(-1px)}.tc-product-manage-card:before{position:absolute;inset:0 0 auto;height:2px;background:linear-gradient(90deg,var(--ui-red),transparent 72%);content:"";opacity:.7}.tc-product-manage-header{display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:11px;padding:17px 17px 14px}.tc-product-manage-icon{display:grid;width:40px;height:40px;place-items:center;border:1px solid var(--ui-red-border);border-radius:9px;background:var(--ui-red-soft);color:var(--ui-red)}.tc-product-manage-icon svg{width:18px;height:18px;stroke-width:1.8}.tc-product-manage-header>div{min-width:0}.tc-product-manage-header>div>span{display:block;overflow:hidden;color:#5f5f5f;font-size:7px;font-weight:800;letter-spacing:.14em;text-overflow:ellipsis;white-space:nowrap}.tc-product-manage-header h3{margin:4px 0 0;overflow:hidden;color:#eee;font-size:13px;letter-spacing:-.025em;text-overflow:ellipsis;white-space:nowrap}.tc-product-manage-status{display:flex;align-items:center;gap:6px;min-height:26px;padding:0 8px;border:1px solid #303030;border-radius:7px;background:#141414;color:#8b8b8b;font-size:8px;font-weight:750;white-space:nowrap}.tc-product-manage-status.online{border-color:rgba(64,217,139,.19);background:rgba(64,217,139,.055);color:var(--ui-green)}.tc-product-manage-status.offline{border-color:var(--ui-red-border);background:var(--ui-red-soft);color:#ff7171}.tc-product-manage-message{min-height:76px;margin:0 17px;padding:12px 13px;border:1px solid #242424;border-radius:8px;background:#090909}.tc-product-manage-message>span{display:block;color:#5d5d5d;font-size:7px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.tc-product-manage-message p{display:-webkit-box;margin:7px 0 0;overflow:hidden;color:#a7a7a7;font-size:9px;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tc-product-manage-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:14px 17px 0;padding:0;border-top:1px solid #222;border-bottom:1px solid #222}.tc-product-manage-meta>div{min-width:0;padding:11px 8px;border-right:1px solid #222}.tc-product-manage-meta>div:first-child{padding-left:0}.tc-product-manage-meta>div:last-child{padding-right:0;border-right:0}.tc-product-manage-meta dt{color:#575757;font-size:7px}.tc-product-manage-meta dd,.tc-product-manage-meta dt{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tc-product-manage-meta dd{margin:5px 0 0;color:#c7c7c7;font-size:9px;font-weight:700}.tc-product-manage-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding:14px 17px 17px}.tc-product-manage-footer p{margin:0;color:#5e5e5e;font-size:8px;line-height:1.4}.tc-product-manage-footer .button{min-height:34px;flex:0 0 auto;margin:0;padding:0 11px;white-space:nowrap}.tc-products-announcement{display:grid;grid-template-columns:minmax(230px,.38fr) minmax(0,1fr);align-items:center;min-height:90px;overflow:hidden;border:1px solid var(--ui-border);border-radius:var(--ui-radius);background:#0e0e0e}.tc-products-announcement>header{display:grid;grid-template-columns:36px 1fr;align-items:center;gap:11px;height:100%;padding:17px 19px;border-right:1px solid var(--ui-border)}.tc-products-announcement>header>span{display:grid;width:36px;height:36px;place-items:center;border:1px solid #303030;border-radius:8px;background:#171717;color:var(--ui-red)}.tc-products-announcement>header svg{width:16px;height:16px}.tc-products-announcement>header small{display:block;color:var(--ui-red);font-size:7px;font-weight:850;letter-spacing:.14em}.tc-products-announcement>header h3{margin:5px 0 0;color:#ddd;font-size:11px}.tc-products-announcement-content{min-width:0;padding:17px 20px}.tc-products-announcement-content p{margin:0;overflow:hidden;color:#b5b5b5;font-size:10px;line-height:1.5;text-overflow:ellipsis;white-space:nowrap}.tc-products-announcement-content span{display:block;margin-top:7px;color:#626262;font-size:8px}.tc-products-announcement-empty{display:flex;min-width:0;align-items:center;gap:11px;padding:17px 20px;color:#565656}.tc-products-announcement-empty>svg{width:18px;height:18px;flex:0 0 auto}.tc-products-announcement-empty strong{display:block;color:#999;font-size:9px}.tc-products-announcement-empty p{margin:4px 0 0;color:#5d5d5d;font-size:8px}.tc-resellers-page{display:grid;gap:14px}.tc-reseller-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden;border:1px solid var(--ui-border);border-radius:var(--ui-radius);background:#0f0f0f}.tc-reseller-stats article{display:grid;min-height:92px;grid-template-columns:36px minmax(0,1fr);align-items:center;gap:12px;padding:15px 18px;border-right:1px solid var(--ui-border)}.tc-reseller-stats article:last-child{border-right:0}.tc-reseller-stats article>span{display:grid;width:36px;height:36px;place-items:center;border:1px solid #303030;border-radius:8px;background:#181818;color:var(--ui-red)}.tc-reseller-stats svg{width:16px;height:16px}.tc-reseller-stats small{color:#777;font-size:8px;font-weight:750}.tc-reseller-stats strong{display:block;margin-top:3px;color:#f1f1f1;font-size:20px;letter-spacing:-.04em}.tc-reseller-stats p{margin:2px 0 0;color:#5f5f5f;font-size:8px}.tc-reseller-workspace{display:grid;grid-template-columns:minmax(290px,.45fr) minmax(0,1fr);align-items:start;gap:14px}.tc-reseller-create,.tc-reseller-directory{overflow:hidden;border:1px solid var(--ui-border);border-radius:var(--ui-radius);background:#0f0f0f}.tc-reseller-create>header{display:grid;grid-template-columns:38px minmax(0,1fr);gap:12px;padding:18px;border-bottom:1px solid var(--ui-border)}.tc-reseller-create>header>span{display:grid;width:38px;height:38px;place-items:center;border:1px solid var(--ui-red-border);border-radius:9px;background:var(--ui-red-soft);color:var(--ui-red)}.tc-reseller-create>header svg{width:17px;height:17px}.tc-reseller-create>header small,.tc-reseller-directory>header small{color:var(--ui-red);font-size:7px;font-weight:850;letter-spacing:.15em}.tc-reseller-create>header h3,.tc-reseller-directory>header h3{margin:5px 0 4px;color:#ececec;font-size:13px}.tc-reseller-create>header p,.tc-reseller-directory>header p{margin:0;color:#6e6e6e;font-size:8px;line-height:1.5}.tc-reseller-create>form{display:grid;gap:13px;padding:18px}.tc-reseller-create label{display:grid;gap:7px}.tc-reseller-create label>span{color:#767676;font-size:7px;font-weight:800;letter-spacing:.1em}.tc-reseller-create .button svg,.tc-reseller-discount .button svg{width:14px;height:14px}.tc-percent-field{position:relative}.tc-percent-field input{padding-right:34px}.tc-percent-field b{position:absolute;top:50%;right:12px;color:#777;font-size:10px;transform:translateY(-50%);pointer-events:none}.tc-reseller-note{display:grid;grid-template-columns:24px 1fr;align-items:start;gap:9px;margin:0 18px 18px;padding:11px;border:1px solid #272727;border-radius:8px;background:#0a0a0a;color:#686868}.tc-reseller-note svg{width:14px;height:14px;margin:2px auto 0;color:#8d8d8d}.tc-reseller-note p{margin:0;font-size:8px;line-height:1.55}.tc-reseller-directory>header{display:flex;min-height:82px;align-items:center;justify-content:space-between;gap:16px;padding:17px 19px;border-bottom:1px solid var(--ui-border)}.tc-reseller-directory>header>span{flex:0 0 auto;padding:6px 9px;border:1px solid #303030;border-radius:7px;background:#161616;color:#a0a0a0;font-size:8px;font-weight:700}.tc-reseller-list{display:grid;gap:9px;padding:11px}.tc-reseller-card{overflow:hidden;border:1px solid #282828;border-radius:10px;background:#0b0b0b;transition:border-color .15s ease,background .15s ease}.tc-reseller-card:hover{border-color:#373737;background:#0e0e0e}.tc-reseller-card>header{display:grid;grid-template-columns:38px minmax(0,1fr) auto 30px;align-items:center;gap:11px;padding:12px 13px;border-bottom:1px solid #232323}.tc-reseller-avatar{display:grid;width:38px;height:38px;place-items:center;overflow:hidden;border:1px solid #333;border-radius:9px;background:#191919;color:#ddd;font-size:9px;font-weight:800}.tc-reseller-avatar img{width:100%;height:100%;object-fit:cover}.tc-reseller-card>header>div{display:grid;min-width:0;gap:4px}.tc-reseller-card>header small,.tc-reseller-card>header strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tc-reseller-card>header strong{color:#e5e5e5;font-size:10px}.tc-reseller-card>header small{color:#656565;font-size:8px}.tc-reseller-status{display:inline-flex;align-items:center;gap:6px;padding:5px 8px;border:1px solid #303030;border-radius:7px;color:#888;font-size:8px;font-weight:700}.tc-reseller-status i{width:5px;height:5px;border-radius:50%;background:#777}.tc-reseller-status.active{border-color:rgba(64,217,139,.18);background:rgba(64,217,139,.05);color:var(--ui-green)}.tc-reseller-status.active i{background:var(--ui-green)}.tc-reseller-remove{display:grid;width:30px;height:30px;place-items:center;border:1px solid transparent;border-radius:7px;background:transparent;color:#626262;cursor:pointer;transition:.14s ease}.tc-reseller-remove:hover{border-color:var(--ui-red-border);background:var(--ui-red-soft);color:#ff6b6b}.tc-reseller-remove svg{width:14px;height:14px}.tc-reseller-card dl{display:grid;grid-template-columns:1fr 1fr;margin:0;padding:10px 13px;border-bottom:1px solid #232323}.tc-reseller-card dl>div{min-width:0;padding-right:12px}.tc-reseller-card dl>div+div{padding-left:12px;border-left:1px solid #252525}.tc-reseller-card dt{color:#565656;font-size:7px;font-weight:750;text-transform:uppercase}.tc-reseller-card dd{display:flex;align-items:center;gap:6px;min-width:0;margin:5px 0 0;color:#a3a3a3;font-size:8px}.tc-reseller-card dd code{max-width:100%;overflow:hidden;padding:3px 5px;text-overflow:ellipsis;white-space:nowrap}.tc-reseller-card dd svg{width:12px;height:12px;color:#696969}.tc-reseller-discount{display:grid;grid-template-columns:minmax(130px,1fr) 96px auto;align-items:center;gap:10px;padding:11px 13px 13px}.tc-reseller-discount>label{display:grid;gap:3px}.tc-reseller-discount>label span{color:#b0b0b0;font-size:8px;font-weight:700}.tc-reseller-discount>label small{color:#595959;font-size:7px}.tc-reseller-discount .button,.tc-reseller-discount input{min-height:34px}.rebrand-editor-grid,.reseller-rebrand-layout{display:grid!important;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr)!important;gap:0!important}.rebrand-form,.reseller-form-stack{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px!important;padding:20px!important}.rebrand-form label,.reseller-form-stack label{display:grid;gap:6px}.rebrand-actions,.rebrand-form .wide-field,.reseller-form-actions,.reseller-product-picker{grid-column:1/-1}.rebrand-preview,.reseller-package-note{padding:20px!important;border:0!important;border-left:1px solid var(--ui-border)!important;background:#0c0c0c!important}.reseller-brand-list,.saved-rebrand-list{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;padding:16px!important}.reseller-brand-card,.saved-rebrand{padding:15px!important;border:1px solid var(--ui-border)!important;border-radius:9px!important;background:#0b0b0b!important;box-shadow:none!important}.reseller-brand-card:hover,.saved-rebrand:hover{border-color:#3a3a3a!important}.artifact-layout,.reseller-admin-grid{display:grid!important;grid-template-columns:minmax(320px,.65fr) minmax(0,1.35fr)!important;gap:16px!important}.artifact-form,.reseller-access-form,.storm-offer-form{display:grid!important;gap:12px!important;padding:18px!important}.artifact-workspace,.base-dll-workspace{min-width:0}.dll-management{gap:16px!important}.artifact-workspace form label{display:grid;gap:6px}.tc-stock-workbench{overflow:visible;border:1px solid var(--ui-border);border-radius:var(--ui-radius);background:#0f0f0f}.tc-stock-controls{display:grid;grid-template-columns:minmax(280px,1fr) minmax(210px,.55fr) 150px;align-items:end;gap:12px;padding:16px}.tc-stock-field{display:grid;min-width:0;gap:7px}.tc-stock-field>span{color:#777;font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.tc-stock-product-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;padding:4px;border:1px solid #292929;border-radius:9px;background:#090909}.tc-stock-product-tabs button{display:flex;min-height:40px;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:7px;background:transparent;color:#737373;font-size:9px;font-weight:750;cursor:pointer;transition:border-color .14s ease,background .14s ease,color .14s ease}.tc-stock-product-tabs button:hover{background:#151515;color:#c7c7c7}.tc-stock-product-tabs button.active{border-color:var(--ui-red-border);background:var(--ui-red-soft);color:#fff}.tc-stock-product-tabs svg{width:14px;height:14px;color:var(--ui-red)}.tc-stock-balance{display:grid;min-height:48px;grid-template-columns:32px minmax(0,1fr);align-items:center;gap:9px;padding:7px 11px;border:1px solid #292929;border-radius:9px;background:#0a0a0a}.tc-stock-balance>span{display:grid;width:32px;height:32px;place-items:center;border-radius:7px;background:var(--ui-red-soft);color:var(--ui-red)}.tc-stock-balance svg{width:14px;height:14px}.tc-stock-balance strong{display:block;color:#f1f1f1;font-size:16px;line-height:1}.tc-stock-balance small{display:block;margin-top:3px;color:#666;font-size:7px}.tc-stock-status{display:flex;min-height:39px;align-items:center;gap:18px;padding:0 16px;border-top:1px solid var(--ui-border);color:#666;font-size:8px}.tc-stock-status span{white-space:nowrap}.tc-stock-status span strong{color:#bdbdbd}.tc-stock-status>b{margin-left:auto;color:#999;font-size:8px;font-weight:720}.tc-stock-actions{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);align-items:stretch;gap:14px}.tc-stock-card{display:grid;min-width:0;align-content:start;gap:13px;padding:18px;border:1px solid var(--ui-border);border-radius:var(--ui-radius);background:#0f0f0f}.tc-stock-card>header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:13px;border-bottom:1px solid var(--ui-border)}.tc-stock-card>header h3{margin:0;color:#ededed;font-size:14px;letter-spacing:-.025em}.tc-stock-card>header span{display:block;margin-top:4px;color:#6b6b6b;font-size:8px}.tc-stock-card label{display:grid;grid-template-columns:1fr auto;gap:7px;color:#8b8b8b;font-size:8px;font-weight:750;letter-spacing:.06em;text-transform:uppercase}.tc-stock-card label>small{color:#575757;font-size:7px;font-weight:600;letter-spacing:0;text-transform:lowercase}.tc-stock-card label>.ui-select,.tc-stock-card label>input,.tc-stock-card label>textarea{grid-column:1/-1}.tc-stock-card textarea{min-height:156px;font-family:var(--font-geist-mono),monospace;line-height:1.55}.tc-stock-card>.button{width:100%}.tc-stock-assign{grid-template-rows:auto auto auto 1fr auto}.tc-stock-assignment-summary{display:grid;align-content:center;gap:4px;min-height:82px;padding:13px;border:1px solid #292929;border-radius:9px;background:#0a0a0a}.tc-stock-assignment-summary span{color:#5f5f5f;font-size:7px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.tc-stock-assignment-summary strong{color:#d6d6d6;font-size:10px}.tc-stock-assignment-summary small{color:#6a6a6a;font-size:8px}.tc-stock-history>header{display:flex;min-height:61px;align-items:center;justify-content:space-between;gap:14px;padding:12px 16px;border-bottom:1px solid var(--ui-border)}.tc-stock-history>header strong{color:#dcdcdc;font-size:11px}.tc-stock-history>header div>span{display:block;margin-top:4px;color:#666;font-size:8px}.tc-stock-empty-row{margin:0;padding:26px 16px;color:#666;font-size:9px;text-align:center}.stock-product-switch,.storm-product-options{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.stock-product-switch button,.storm-product-options button{min-height:82px!important;padding:14px!important;border:1px solid var(--ui-border)!important;border-radius:10px!important;background:#0e0e0e!important;text-align:left;cursor:pointer}.stock-product-switch button.active,.storm-product-options button.selected{border-color:var(--ui-red)!important;background:var(--ui-red-soft)!important;box-shadow:inset 0 0 0 1px var(--ui-red-border)!important}.stock-duration-tabs{display:flex!important;gap:6px!important;overflow-x:auto;padding:4px!important;border:1px solid var(--ui-border)!important;border-radius:9px!important;background:#090909!important}.stock-duration-tabs button{min-width:100px;min-height:46px;border:0!important;border-radius:7px!important;background:transparent!important;color:#777;cursor:pointer}.stock-duration-tabs button.active{background:var(--ui-red)!important;color:#fff!important}.tc-pricing-editor>form{display:grid}.tc-pricing-editor-bar{display:flex;min-height:58px;align-items:center;justify-content:space-between;gap:16px;padding:11px 16px;border-bottom:1px solid var(--ui-border)}.tc-pricing-editor-bar>div{display:flex;align-items:baseline;gap:9px}.tc-pricing-editor-bar strong{color:#dedede;font-size:11px}.tc-pricing-editor-bar>div>span{color:#616161;font-size:8px}.tc-pricing-editor-bar .status-pill{min-height:27px!important}.pricing-table-wrap{overflow-x:auto}.tc-pricing-editor .pricing-table-wrap{border:0!important;border-radius:0!important}.tc-pricing-table{min-width:680px!important}.tc-pricing-table th:first-child{width:145px}.tc-pricing-table th:not(:first-child){width:calc((100% - 145px)/2)}.tc-pricing-table td{padding:10px 15px!important}.tc-pricing-plan strong{display:block;color:#d2d2d2;font-size:9px}.tc-pricing-plan>span{display:block;margin-top:4px;color:#5f5f5f;font-size:7px}.tc-pricing-offer{display:grid;grid-template-columns:minmax(130px,1fr) 86px;align-items:center;gap:12px}.tc-pricing-offer .pricing-price-input{min-width:0;border-color:#2d2d2d;background:#0a0a0a}.tc-pricing-offer .pricing-switch{min-width:0}.tc-pricing-offer .pricing-switch small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pricing-save-bar{display:flex!important;min-height:61px;align-items:center;justify-content:space-between;gap:16px;padding:11px 16px!important;border-top:1px solid var(--ui-border)!important;background:#0c0c0c!important}.pricing-save-bar>span{color:#606060;font-size:8px}.activity-feed{display:grid}.activity-entry{display:grid!important;grid-template-columns:40px minmax(0,1fr) auto!important;gap:12px!important;padding:14px 18px!important;border:0!important;border-bottom:1px solid var(--ui-border)!important;border-radius:0!important;background:transparent!important}.activity-entry:last-child{border-bottom:0!important}.activity-avatar{position:relative;display:grid;width:36px!important;height:36px!important;place-items:center;overflow:visible;border:1px solid #303030;border-radius:9px;background:#181818;color:#ddd;font-size:9px;font-weight:800}.activity-avatar img{width:100%;height:100%;overflow:hidden;border-radius:8px;object-fit:cover}.activity-avatar>i{position:absolute;right:-3px;bottom:-3px;width:9px;height:9px;border:2px solid #0f0f0f;border-radius:50%;background:#777}.activity-avatar>i.stock,.activity-avatar>i.user{background:var(--ui-green)}.activity-avatar>i.pricing,.activity-avatar>i.revocation{background:var(--ui-red)}.activity-identity{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.activity-identity strong{color:#ddd;font-size:10px}.activity-entry time,.activity-identity small,.activity-identity span{color:#626262;font-size:8px}.stock-product-symbol svg{width:20px;height:20px;stroke-width:1.8}.artifact-file-icon svg,.settings-icon svg{width:18px;height:18px;stroke-width:1.8}.search-box>span svg{width:14px;height:14px}.reseller-home-view,.reseller-rebrand-view{display:grid!important;gap:16px!important}.reseller-home-hero{position:relative;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center;gap:22px;min-height:170px!important;padding:25px!important;border:1px solid var(--ui-border)!important;border-radius:var(--ui-radius)!important;background:linear-gradient(110deg,#121212,#0c0c0c 70%,rgba(255,0,0,.08))!important;box-shadow:none!important}.reseller-home-hero:before{position:absolute;inset:0 auto 0 0;width:3px;background:var(--ui-red);content:""}.reseller-home-hero h2{margin:5px 0 8px!important;color:#fff!important;font-size:28px!important;letter-spacing:-.05em!important}.reseller-home-hero p{max-width:590px;color:#767676!important;font-size:10px!important;line-height:1.6}.reseller-home-actions{display:flex;gap:8px;margin-top:18px}.reseller-progress{display:flex!important;max-width:320px;align-items:center;gap:13px;padding:15px!important;border:1px solid #292929!important;border-radius:10px!important;background:rgba(5,5,5,.68)!important}.reseller-progress>span{color:var(--ui-red)!important;font-size:20px!important;font-weight:800}.reseller-action-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:8px!important}.reseller-action-grid button{display:grid!important;min-height:112px!important;grid-template-columns:30px 1fr auto;align-items:start!important;gap:9px;padding:14px!important;border:1px solid var(--ui-border)!important;border-radius:10px!important;background:#0f0f0f!important;color:#aaa;text-align:left;cursor:pointer}.reseller-action-grid button:hover{border-color:var(--ui-red-border)!important;background:#141414!important;transform:translateY(-1px)}.action-icon{display:grid;width:28px;height:28px;place-items:center;border:1px solid #303030;border-radius:7px;color:var(--ui-red);font-size:9px;font-weight:850}.action-icon svg,.activity-metric-icon svg,.activity-search svg{width:14px;height:14px}.package-icon svg,.portal-discord-symbol svg{width:17px;height:17px}.reseller-action-grid strong{display:block;color:#ddd;font-size:10px}.reseller-action-grid small{display:block;margin-top:5px;color:#666;font-size:8px;line-height:1.45}.reseller-home-bottom{display:grid!important;grid-template-columns:1.4fr .6fr!important;gap:16px!important}.reseller-guide{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:0!important;overflow:hidden;border:1px solid var(--ui-border)!important;border-radius:var(--ui-radius)!important;background:#0e0e0e!important}.reseller-guide>div{min-height:90px;padding:17px!important;border-right:1px solid var(--ui-border)}.reseller-guide>div:last-child{border-right:0}.preview-banner{display:flex!important;align-items:center;gap:12px;margin-bottom:16px!important;padding:10px 13px!important;border:1px solid var(--ui-red-border)!important;border-radius:9px!important;background:var(--ui-red-soft)!important;color:#ddd;font-size:9px}.preview-banner a{margin-left:auto;color:#fff;font-weight:750}.portal-login{min-height:100vh!important;display:grid!important;grid-template-rows:66px 1fr 52px;overflow:hidden;background:radial-gradient(circle at 80% 25%,rgba(255,0,0,.09),transparent 28rem),#050505!important;color:var(--ui-text)}.portal-login-footer,.portal-login-header{display:flex!important;align-items:center;justify-content:space-between;padding:0 clamp(20px,5vw,72px)!important;border-color:var(--ui-border)!important;background:rgba(5,5,5,.72)!important}.portal-login-header{border-bottom:1px solid var(--ui-border)!important}.portal-login-footer{border-top:1px solid var(--ui-border)!important;color:#555!important;font-size:9px!important}.portal-brand{display:flex;align-items:center;gap:10px}.portal-brand-mark{display:grid!important;width:34px!important;height:34px!important;place-items:center;overflow:hidden;border:1px solid var(--ui-red-border)!important;border-radius:9px!important;background:#111!important}.portal-brand-mark img{width:100%;height:100%}.portal-brand-mark svg{width:17px;height:17px;color:var(--ui-red)}.portal-brand>div{display:flex;flex-direction:column}.portal-brand strong{font-size:13px}.portal-brand small{margin-top:3px;color:var(--ui-red);font-size:8px;font-weight:850;letter-spacing:.16em;text-transform:uppercase}.portal-system-status{display:inline-flex;align-items:center;gap:7px;color:#787878;font-size:9px}.portal-system-status i{width:5px;height:5px;border-radius:50%;background:var(--ui-green);box-shadow:0 0 8px rgba(64,217,139,.45)}.portal-login-stage{display:grid!important;width:min(1180px,calc(100% - 40px));grid-template-columns:minmax(0,1.3fr) minmax(330px,.7fr)!important;align-items:center!important;gap:clamp(45px,8vw,110px)!important;margin:0 auto!important;padding:55px 0!important}.portal-overline{color:var(--ui-red)!important;font-size:9px!important;font-weight:850!important;letter-spacing:.18em!important}.portal-login-copy h1{max-width:720px;margin:15px 0 16px!important;color:#fff!important;font-size:clamp(42px,6vw,76px)!important;font-weight:740!important;letter-spacing:-.068em!important;line-height:.95!important}.portal-login-copy>p{max-width:620px;margin:0;color:#858585!important;font-size:13px!important;line-height:1.65!important}.portal-login-capabilities{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:9px!important;margin-top:34px!important}.portal-login-capabilities article{display:flex!important;min-height:82px!important;align-items:flex-start!important;gap:10px;padding:13px!important;border:1px solid var(--ui-border)!important;border-radius:10px!important;background:rgba(16,16,16,.82)!important;box-shadow:none!important}.portal-login-capabilities article>span{display:grid;width:28px;height:28px;flex:0 0 28px;place-items:center;border:1px solid #303030;border-radius:7px;color:var(--ui-red)}.portal-login-capabilities svg{width:14px}.portal-login-capabilities strong{color:#d8d8d8;font-size:9px}.portal-login-capabilities small{display:block;margin-top:5px;color:#666;font-size:8px;line-height:1.45}.portal-access-card{padding:26px!important;border:1px solid var(--ui-border)!important;border-radius:14px!important;background:#0e0e0e!important;box-shadow:var(--ui-shadow)!important}.portal-access-head{display:flex;align-items:center;gap:12px}.portal-access-icon{display:grid;width:42px;height:42px;place-items:center;border:1px solid var(--ui-red-border);border-radius:10px;background:var(--ui-red-soft);color:var(--ui-red)}.portal-access-icon svg{width:19px}.portal-access-head small{color:var(--ui-red);font-size:8px;font-weight:850;letter-spacing:.15em}.portal-access-head strong{display:block;margin-top:3px;color:#fff;font-size:16px}.portal-access-card>p{margin:20px 0;color:#777;font-size:10px;line-height:1.6}.portal-discord-button{display:grid!important;min-height:50px!important;grid-template-columns:30px 1fr auto;align-items:center;gap:8px;padding:0 12px!important;border:1px solid var(--ui-red)!important;border-radius:9px!important;background:var(--ui-red)!important;color:#fff!important;font-size:11px!important;font-weight:760!important;text-decoration:none;box-shadow:0 12px 28px rgba(255,0,0,.18)!important;transition:.15s ease}.portal-discord-button:hover{background:var(--ui-red-hover)!important;transform:translateY(-1px)}.portal-discord-symbol{display:grid;width:28px;height:28px;place-items:center;border-radius:7px;background:rgba(0,0,0,.18);font-size:9px;font-weight:900}.portal-discord-button svg{width:16px}.portal-preview-button{display:flex;min-height:38px;align-items:center;justify-content:center;margin-top:9px;border:1px solid var(--ui-border);border-radius:8px;background:#151515;color:#bdbdbd;font-size:9px;font-weight:750;text-decoration:none}.portal-preview-button:hover{border-color:var(--ui-red-border);color:#fff}.portal-access-meta{display:flex;justify-content:space-between;margin-top:15px;color:#5f5f5f;font-size:8px}.toast{position:fixed!important;right:20px!important;bottom:20px!important;z-index:100;display:flex!important;max-width:min(390px,calc(100vw - 40px));align-items:center;gap:9px;padding:12px 14px!important;border:1px solid var(--ui-border-strong)!important;border-radius:9px!important;background:#151515!important;color:#eee!important;font-size:10px!important;box-shadow:var(--ui-shadow)!important}.toast>span{display:grid;width:22px;height:22px;place-items:center;border-radius:6px;background:var(--ui-red-soft);color:var(--ui-red)}.ui-dialog-layer{position:fixed;inset:0;z-index:200;display:grid;place-items:center;padding:20px;background:rgba(0,0,0,.76);backdrop-filter:blur(5px)}.ui-dialog{width:min(440px,100%);overflow:hidden;border:1px solid var(--ui-border-strong);border-radius:13px;background:#101010;box-shadow:0 30px 100px rgba(0,0,0,.65)}.ui-dialog>header{display:grid;grid-template-columns:38px 1fr 30px;align-items:start;gap:12px;padding:20px;border-bottom:1px solid var(--ui-border)}.ui-dialog>header>span{display:grid;width:38px;height:38px;place-items:center;border:1px solid #30483d;border-radius:9px;background:rgba(64,217,139,.08);color:var(--ui-green)}.ui-dialog>header>span.danger{border-color:var(--ui-red-border);background:var(--ui-red-soft);color:var(--ui-red)}.ui-dialog>header svg{width:17px}.ui-dialog h2{margin:1px 0 5px;color:#f3f3f3;font-size:14px}.ui-dialog p{margin:0;color:#777;font-size:10px;line-height:1.55}.ui-dialog>header>button{display:grid;width:30px;height:30px;place-items:center;border:0;border-radius:7px;background:transparent;color:#666;cursor:pointer}.ui-dialog>label{display:grid;gap:6px;padding:18px 20px 0}.ui-dialog>footer{display:flex;justify-content:flex-end;gap:8px;padding:18px 20px 20px}.connection-error,.loading-view{display:flex!important;min-height:420px!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;border:1px solid var(--ui-border)!important;border-radius:var(--ui-radius)!important;background:var(--ui-surface)!important;text-align:center}.loading-bar{width:150px;height:2px;overflow:hidden;border-radius:4px;background:#252525}.loading-bar:after{display:block;width:50%;height:100%;background:var(--ui-red);content:"";animation:ui-loading 1s ease-in-out infinite}.connection-error p,.loading-view p{color:#707070!important;font-size:10px!important}.connection-error>span{display:grid;width:42px;height:42px;place-items:center;border:1px solid var(--ui-red-border);border-radius:10px;background:var(--ui-red-soft);color:var(--ui-red);font-weight:850}@keyframes ui-loading{0%{transform:translateX(-100%)}to{transform:translateX(200%)}}@media (max-width:1120px){.tc-dashboard-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.tc-dashboard-product-grid{grid-template-columns:1fr}.tc-dashboard-product-grid>button{min-height:126px}.tc-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tc-reseller-workspace{grid-template-columns:minmax(280px,.55fr) minmax(0,1fr)}.tc-overview-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.tc-overview-metrics article:nth-child(2){border-right:0}.tc-overview-metrics article:nth-child(-n+2){border-bottom:1px solid var(--ui-border)}.activity-metrics,.dashboard-v3-metrics,.reseller-summary-bar,.ui-metric-band{grid-template-columns:repeat(2,minmax(0,1fr))!important}.activity-metrics article:nth-child(2),.dashboard-v3-metrics article:nth-child(2),.ui-metric-band article:nth-child(2){border-right:0!important}.activity-metrics article:nth-child(-n+2),.dashboard-v3-metrics article:nth-child(-n+2),.ui-metric-band article:nth-child(-n+2){border-bottom:1px solid var(--ui-border)!important}.reseller-action-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (max-width:860px){.tc-sidebar{visibility:hidden;transform:translateX(-102%);transition:transform .18s ease,visibility .18s ease;box-shadow:25px 0 70px rgba(0,0,0,.45)}.tc-navigation-open .tc-sidebar{visibility:visible;transform:translateX(0)}.tc-nav-close,.tc-nav-trigger{display:grid}.tc-nav-scrim{position:fixed;inset:0;z-index:45;display:block;border:0;background:rgba(0,0,0,.7);opacity:0;pointer-events:none;transition:opacity .18s ease}.tc-navigation-open .tc-nav-scrim{opacity:1;pointer-events:auto}.tc-shell-storefront .tc-workspace,.tc-workspace{margin-left:0}.tc-topbar{padding:0 16px}.tc-topbar-storefront{top:10px;width:calc(100% - 32px);margin:10px 16px 0;padding:0 10px 0 14px}.tc-topbar-context>i,.tc-topbar-context>span{display:none}.tc-canvas{padding:20px 16px 42px}.tc-dashboard-welcome{grid-template-columns:1fr}.tc-dashboard-session{margin:0 20px 20px;padding:17px 10px 0;border-top:1px solid #292929;border-left:0;background:transparent}.tc-dashboard-grid{grid-template-columns:1fr}.tc-dashboard-activity{grid-column:auto}.tc-overview-grid,.tc-products-announcement{grid-template-columns:1fr}.tc-products-announcement>header{border-right:0;border-bottom:1px solid var(--ui-border)}.tc-reseller-workspace,.tc-stock-actions{grid-template-columns:1fr}.artifact-layout,.dashboard-v3-grid,.product-page-footer,.rebrand-editor-grid,.reseller-admin-grid,.reseller-home-bottom,.reseller-rebrand-layout{grid-template-columns:1fr!important}.rebrand-preview,.reseller-package-note{border-top:1px solid var(--ui-border)!important;border-left:0!important}.portal-login-stage,.reseller-brand-list,.saved-rebrand-list{grid-template-columns:1fr!important}.portal-login-stage{gap:42px!important;overflow-y:auto}.portal-login-copy h1{font-size:clamp(38px,10vw,60px)!important}}@media (max-width:620px){.tc-sidebar{width:min(86vw,290px)}.tc-topbar-actions .connection-chip,.tc-topbar-actions .preview-link,.workspace-page-actions .workspace-sync-state{display:none!important}.tc-shell-storefront .tc-topbar-actions .preview-link{display:inline-flex!important}.tc-topbar-storefront{width:calc(100% - 20px);margin:10px 10px 0;padding:0 8px 0 12px}.section-intro,.ui-page-header,.workspace-page-header{align-items:flex-start!important;flex-direction:column!important;gap:14px}.ui-page-actions,.workspace-page-actions,.workspace-refresh{width:100%}.activity-metrics,.dashboard-v3-metrics,.reseller-summary-bar,.ui-metric-band{grid-template-columns:1fr!important}.activity-metrics article,.dashboard-v3-metrics article,.reseller-summary-bar>div,.ui-metric-band article{min-height:76px!important;border-right:0!important;border-bottom:1px solid var(--ui-border)!important}.activity-metrics article:last-child,.dashboard-v3-metrics article:last-child,.reseller-summary-bar>div:last-child,.ui-metric-band article:last-child{border-bottom:0!important}.dashboard-v3-welcome,.reseller-home-hero{align-items:flex-start!important;grid-template-columns:1fr!important;flex-direction:column!important}.tc-overview-hero{min-height:0;align-items:stretch;flex-direction:column;padding:21px 22px}.tc-dashboard-welcome-copy{padding:23px 21px}.tc-dashboard-session{grid-template-columns:40px minmax(0,1fr);margin:0 20px 20px}.tc-dashboard-session>span{width:40px;height:40px}.tc-dashboard-session strong{font-size:29px}.tc-dashboard-metrics{grid-template-columns:1fr}.tc-dashboard-metrics article{min-height:108px}.tc-dashboard-panel>header{align-items:flex-start}.tc-dashboard-panel>header p{display:none}.tc-dashboard-product-grid>button{min-height:132px}.tc-dashboard-activity-list{grid-template-columns:1fr}.tc-dashboard-activity-list>div,.tc-dashboard-activity-list>div:nth-child(2n),.tc-dashboard-activity-list>div:nth-last-child(-n+2){border-right:0;border-bottom:1px solid var(--ui-border)}.tc-dashboard-activity-list>div:last-child{border-bottom:0}.tc-overview-live{width:100%;min-width:0}.tc-overview-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.tc-overview-metrics article{min-height:92px;grid-template-columns:30px minmax(0,1fr);gap:8px;padding:13px 11px}.tc-overview-metrics article:nth-child(odd){border-right:1px solid var(--ui-border)}.tc-overview-metrics article:nth-child(2n){border-right:0}.tc-overview-metrics article:nth-child(-n+2){border-bottom:1px solid var(--ui-border)}.tc-overview-metrics article>span{width:30px;height:30px}.tc-overview-metrics article>div,.tc-overview-metrics p,.tc-overview-metrics small{display:block}.tc-overview-metrics strong{display:block;margin:4px 0 3px;font-size:20px}.tc-overview-panel>header{align-items:flex-start}.tc-overview-panel>header p{display:none}.tc-product-list>button{grid-template-columns:30px minmax(90px,1fr) auto 13px;gap:8px}.tc-product-status{grid-column:2/4}.tc-product-list>button>svg{grid-column:4;grid-row:1}.tc-products-summary{align-items:flex-start;flex-direction:column;gap:17px}.tc-products-summary-state{width:100%;min-width:0;align-items:center;grid-template-columns:auto 1fr;justify-items:start;padding:13px 0 0;border-top:1px solid #292929;border-left:0}.tc-products-summary-state span{justify-self:end}.tc-products-grid,.tc-reseller-stats{grid-template-columns:1fr}.tc-reseller-stats article{border-right:0;border-bottom:1px solid var(--ui-border)}.tc-reseller-stats article:last-child{border-bottom:0}.tc-reseller-card>header{grid-template-columns:38px minmax(0,1fr) 30px}.tc-reseller-status{grid-column:2;justify-self:start}.tc-reseller-remove{grid-column:3;grid-row:1}.tc-reseller-card dl{grid-template-columns:1fr;gap:10px}.tc-reseller-card dl>div+div{padding:10px 0 0;border-top:1px solid #252525;border-left:0}.tc-reseller-discount{grid-template-columns:1fr 84px auto}.tc-reseller-discount>label{grid-column:1/-1}.tc-stock-controls{grid-template-columns:1fr}.tc-stock-status{flex-wrap:wrap;gap:7px 14px;padding:10px 14px}.tc-stock-status>b{width:100%;margin-left:0;padding-top:8px;border-top:1px solid #242424}.tc-pricing-editor-bar{min-height:54px}.tc-pricing-table{display:block;min-width:0!important}.tc-pricing-table thead{display:none}.tc-pricing-table tbody{display:grid;gap:8px;padding:10px}.tc-pricing-table tbody tr{display:grid;gap:8px;padding:11px;border:1px solid #282828;border-radius:9px;background:#0b0b0b}.tc-pricing-table td{display:block;padding:0!important;border:0!important}.tc-pricing-plan{display:flex!important;align-items:baseline;justify-content:space-between;padding-bottom:8px!important;border-bottom:1px solid #252525!important}.tc-pricing-plan>span{margin-top:0}.tc-pricing-table td:nth-child(2):before,.tc-pricing-table td:nth-child(3):before{display:block;margin:0 0 6px;color:#626262;font-size:7px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.tc-pricing-table td:nth-child(2):before{content:"Titan Full"}.tc-pricing-table td:nth-child(3):before{content:"Titan Legit"}.pricing-save-bar{align-items:stretch!important;flex-direction:column}.pricing-save-bar .button{width:100%}.tc-product-manage-footer{align-items:stretch;flex-direction:column}.tc-product-manage-footer .button{width:100%}.tc-activity-list p small{white-space:normal}.dashboard-v3-online,.reseller-progress{width:100%;max-width:none}.dashboard-v3-product-list article{grid-template-columns:32px minmax(0,1fr) auto!important}.dashboard-v3-product-state{grid-column:2/-1}.reseller-action-grid{grid-template-columns:1fr!important}.reseller-action-grid button{min-height:78px!important}.reseller-guide{grid-template-columns:1fr!important}.reseller-guide>div{min-height:78px;border-right:0;border-bottom:1px solid var(--ui-border)}.reseller-guide>div:last-child{border-bottom:0}.rebrand-form,.reseller-form-stack{grid-template-columns:1fr}.rebrand-form>*,.reseller-form-stack>*{grid-column:1!important}.stock-product-switch,.storm-product-options{grid-template-columns:1fr!important}.activity-toolbar,.toolbar{align-items:stretch!important;flex-direction:column!important}.activity-search,.search-box{min-width:0;width:100%}.portal-login{grid-template-rows:60px 1fr 44px;overflow:auto}.portal-login-footer,.portal-login-header{padding:0 16px!important}.portal-login-stage{width:calc(100% - 32px);padding:38px 0!important}.portal-login-capabilities{grid-template-columns:1fr!important}.portal-login-copy h1{font-size:40px!important}.portal-access-card{padding:20px!important}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.checkout-page,.storefront{min-height:100vh;background:#070707;color:var(--ui-text)}.checkout-header,.storefront-header{position:sticky;top:0;z-index:20;display:flex;height:74px;align-items:center;justify-content:space-between;padding:0 clamp(20px,5vw,84px);border-bottom:1px solid rgba(255,255,255,.08);background:rgba(7,7,7,.92);backdrop-filter:blur(18px)}.storefront-wordmark{display:inline-flex;align-items:baseline;gap:7px;color:#fff;font-size:20px;font-weight:800;letter-spacing:-.06em;text-decoration:none}.storefront-wordmark em{color:var(--ui-red);font-size:.78em;font-style:normal;letter-spacing:-.04em}.storefront-nav{display:flex;align-items:center;gap:30px;margin-left:auto;margin-right:38px}.storefront-footer a,.storefront-nav a{color:#959595;font-size:13px;text-decoration:none;transition:color .15s ease}.storefront-footer a:hover,.storefront-nav a:hover{color:#fff}.storefront-actions{display:flex;align-items:center;gap:10px}.store-account-button,.store-cart-button,.store-login-button,.store-mobile-toggle{display:inline-flex;height:38px;align-items:center;gap:8px;border:1px solid var(--ui-border);border-radius:9px;background:#101010;color:#e8e8e8;cursor:pointer;font-size:12px;text-decoration:none;transition:border-color .15s ease,background .15s ease,transform .15s ease}.store-cart-button{padding:0 11px}.store-account-button:hover,.store-cart-button:hover,.store-login-button:hover{border-color:#545454;background:#171717;transform:translateY(-1px)}.store-account-button svg,.store-cart-button svg,.store-login-button svg{width:15px;height:15px}.store-cart-button b{display:grid;min-width:17px;height:17px;place-items:center;border-radius:50%;background:var(--ui-red);color:#fff;font-size:10px}.store-cart-button span{color:#b9b9b9;font-variant-numeric:tabular-nums}.store-account-button,.store-login-button{padding:0 13px}.store-login-button{border-color:var(--ui-red);background:var(--ui-red);color:#fff;font-weight:700}.store-login-button:hover{border-color:#e00000;background:#e00000}.store-mobile-toggle{display:none;width:38px;justify-content:center;padding:0}.store-mobile-toggle svg{width:18px}.storefront-hero{display:grid;min-height:610px;grid-template-columns:minmax(0,1fr) minmax(320px,.85fr);align-items:center;gap:40px;max-width:1320px;margin:0 auto;padding:86px clamp(20px,5vw,84px) 92px}.storefront-hero-copy{position:relative;z-index:1;max-width:640px}.store-eyebrow{display:inline-flex;align-items:center;gap:7px;color:#ff4545;font-size:10px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.store-eyebrow svg{width:13px;height:13px}.storefront-hero h1{max-width:650px;margin:20px 0 18px;font-size:clamp(44px,6vw,76px);font-weight:850;letter-spacing:-.075em;line-height:.98}.storefront-hero h1 em{color:var(--ui-red);font-style:normal}.storefront-hero-copy>p{max-width:500px;margin:0;color:#999;font-size:16px;line-height:1.65}.storefront-hero-actions{display:flex;align-items:center;gap:22px;margin-top:34px}.store-primary-button{display:inline-flex;min-height:43px;align-items:center;justify-content:center;gap:9px;border:1px solid var(--ui-red);border-radius:8px;padding:0 18px;background:var(--ui-red);color:#fff;cursor:pointer;font-size:12px;font-weight:750;text-decoration:none;transition:background .15s ease,transform .15s ease,box-shadow .15s ease}.store-primary-button:hover{background:#df0000;box-shadow:0 8px 26px rgba(255,0,0,.18);transform:translateY(-1px)}.store-primary-button:disabled{cursor:not-allowed;opacity:.45;transform:none}.store-primary-button svg{width:16px;height:16px}.store-text-link{display:inline-flex;align-items:center;gap:7px;border:0;background:transparent;color:#bdbdbd;cursor:pointer;font-size:12px;text-decoration:none}.store-text-link:hover{color:#fff}.store-text-link svg{width:14px;height:14px}.store-trust-row{display:flex;flex-wrap:wrap;gap:20px;margin-top:44px;color:#727272;font-size:11px}.store-trust-row span{display:inline-flex;align-items:center;gap:6px}.store-trust-row svg{width:14px;height:14px;color:#999}.storefront-hero-art{position:relative;display:grid;min-height:430px;place-items:center;overflow:hidden}.store-glow{position:absolute;width:380px;height:380px;border-radius:50%;background:radial-gradient(circle,rgba(255,0,0,.2),transparent 67%);filter:blur(3px)}.store-hero-orbit{position:absolute;border:1px solid rgba(255,0,0,.3);border-radius:50%;transform:rotate(-24deg)}.orbit-one{width:330px;height:190px}.orbit-two{width:470px;height:270px;border-color:rgba(255,255,255,.08);transform:rotate(36deg)}.store-hero-card{position:relative;display:flex;width:210px;height:260px;flex-direction:column;justify-content:flex-end;gap:4px;overflow:hidden;border:1px solid rgba(255,255,255,.18);border-radius:16px;padding:25px;background:linear-gradient(145deg,#1d1d1d,#090909 65%);box-shadow:0 35px 80px rgba(0,0,0,.6),0 0 70px rgba(255,0,0,.12);transform:rotate(-8deg)}.store-hero-card:before{position:absolute;top:-30px;right:-30px;width:160px;height:160px;border:1px solid rgba(255,0,0,.4);border-radius:50%;content:""}.store-hero-card span{color:#fff;font-size:26px;font-weight:850;letter-spacing:-.08em}.store-hero-card strong{color:var(--ui-red);font-size:11px;letter-spacing:.34em}.store-hero-card small{margin-top:10px;color:#777;font-size:8px;letter-spacing:.12em}.storefront-section{max-width:1320px;margin:0 auto;padding:88px clamp(20px,5vw,84px);border-top:1px solid rgba(255,255,255,.07)}.store-section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:32px}.store-section-heading h2{margin:10px 0 6px;font-size:clamp(27px,3vw,39px);letter-spacing:-.06em}.store-section-heading p{margin:0;color:#858585;font-size:13px}.store-availability{display:inline-flex;align-items:center;gap:8px;color:#969696;font-size:11px;white-space:nowrap}.store-availability i{width:7px;height:7px;border-radius:50%;background:var(--ui-green);box-shadow:0 0 0 4px rgba(64,217,139,.1)}.store-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.store-product-card{position:relative;overflow:hidden;border:1px solid var(--ui-border);border-radius:14px;padding:26px;background:#101010}.store-product-card.full{border-top:2px solid var(--ui-red)}.store-product-card.legit{border-top:2px solid #575757}.store-product-top{display:flex;align-items:center;justify-content:space-between}.store-product-icon{display:grid;width:41px;height:41px;place-items:center;border:1px solid var(--ui-border-strong);border-radius:10px;background:#181818;color:var(--ui-red)}.store-product-icon svg{width:19px}.store-product-tag{color:#777;font-size:9px;font-weight:800;letter-spacing:.12em}.store-product-card h3{margin:22px 0 8px;font-size:25px;letter-spacing:-.05em}.store-product-card>p{min-height:42px;margin:0;color:#888;font-size:12px;line-height:1.55}.store-product-card ul{display:flex;flex-wrap:wrap;gap:10px 18px;margin:20px 0 24px;padding:0;list-style:none}.store-product-card li{display:inline-flex;align-items:center;gap:6px;color:#aaa;font-size:11px}.store-product-card li svg{width:13px;height:13px;color:var(--ui-red)}.store-offer-list{border-top:1px solid var(--ui-border)}.store-offer-empty{padding:18px 0;color:#777;font-size:11px}.store-offer-row{display:grid;grid-template-columns:minmax(105px,1fr) auto auto;align-items:center;gap:14px;min-height:59px;border-bottom:1px solid rgba(255,255,255,.06)}.store-offer-row:last-child{border-bottom:0}.store-offer-row>div{display:flex;flex-direction:column;gap:3px}.store-offer-row>div>strong{color:#ededed;font-size:12px}.store-offer-row small{color:#747474;font-size:10px}.store-offer-price{color:#fff;font-size:13px;font-variant-numeric:tabular-nums}.store-offer-row button{border:1px solid #3b3b3b;border-radius:6px;padding:7px 10px;background:transparent;color:#d5d5d5;cursor:pointer;font-size:10px;font-weight:700;transition:all .15s ease}.store-offer-row button:hover{border-color:var(--ui-red);background:var(--ui-red-soft);color:#fff}.store-offer-row button:disabled{cursor:not-allowed;opacity:.4}.store-offer-row.unavailable{opacity:.55}.storefront-footer{display:flex;align-items:center;justify-content:space-between;min-height:88px;border-top:1px solid rgba(255,255,255,.07);padding:0 clamp(20px,5vw,84px);color:#666;font-size:11px}.storefront-toast{position:fixed;right:22px;bottom:22px;z-index:40;display:flex;align-items:center;gap:9px;max-width:min(380px,calc(100vw - 44px));border:1px solid rgba(255,0,0,.35);border-radius:9px;padding:12px 15px;background:#171010;box-shadow:var(--ui-shadow);color:#eee;font-size:12px;animation:store-toast-in .18s ease-out}.storefront-toast svg{width:15px;color:var(--ui-red)}@keyframes store-toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.checkout-page{background:#090909}.checkout-header{position:static}.checkout-header>div{display:flex;align-items:center;gap:22px}.checkout-header>div>a{display:inline-flex;align-items:center;gap:7px;color:#999;font-size:11px;text-decoration:none}.checkout-header>div>a:hover{color:#fff}.checkout-header>div>a svg{width:14px}.checkout-secure{display:inline-flex;align-items:center;gap:6px;color:#8f8f8f;font-size:11px}.checkout-secure svg{width:14px;color:var(--ui-green)}.checkout-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.75fr);align-items:start;gap:28px;max-width:1100px;margin:0 auto;padding:42px 24px 100px}.checkout-title{margin-bottom:28px}.checkout-title h1{margin:11px 0 8px;font-size:38px;letter-spacing:-.065em}.checkout-title p{margin:0;color:#808080;font-size:13px}.checkout-form-section,.checkout-payment-result,.checkout-summary{border:1px solid var(--ui-border);border-radius:12px;background:#101010}.checkout-form-section{margin-bottom:14px;padding:22px}.checkout-section-heading{display:flex;align-items:center;gap:12px;margin-bottom:20px}.checkout-section-heading>span{display:grid;width:28px;height:28px;place-items:center;border:1px solid var(--ui-red-border);border-radius:7px;color:var(--ui-red);font-size:10px;font-weight:800}.checkout-section-heading small,.checkout-section-heading strong{display:block}.checkout-section-heading strong{font-size:13px}.checkout-section-heading small{margin-top:3px;color:#777;font-size:10px}.checkout-cart-list{border-top:1px solid var(--ui-border)}.checkout-cart-item{display:grid;grid-template-columns:35px minmax(0,1fr) auto auto 26px;align-items:center;gap:12px;min-height:69px;border-bottom:1px solid rgba(255,255,255,.06)}.checkout-cart-item:last-child{border-bottom:0}.checkout-product-mark{display:grid;width:35px;height:35px;place-items:center;border:1px solid #3b3b3b;border-radius:8px;background:#191919;color:var(--ui-red)}.checkout-product-mark.legit{color:#aaa}.checkout-product-mark svg{width:16px;height:16px}.checkout-cart-info span,.checkout-cart-info strong{display:block}.checkout-cart-info strong{font-size:12px}.checkout-cart-info span{margin-top:3px;color:#777;font-size:10px}.checkout-quantity{display:inline-flex;align-items:center;gap:10px;border:1px solid #333;border-radius:7px;padding:4px 6px}.checkout-quantity button,.checkout-remove{display:grid;width:22px;height:22px;place-items:center;border:0;background:transparent;color:#999;cursor:pointer}.checkout-quantity button:hover,.checkout-remove:hover{color:#fff}.checkout-quantity svg{width:13px}.checkout-quantity b{min-width:15px;color:#eee;font-size:11px;text-align:center}.checkout-line-total{min-width:78px;color:#eee;font-size:12px;text-align:right}.checkout-remove svg{width:14px}.checkout-empty{display:grid;min-height:140px;place-items:center;gap:10px;border-top:1px solid var(--ui-border);color:#777;font-size:12px;text-align:center}.checkout-empty svg{width:24px;color:#555}.checkout-empty a{color:#ddd;font-size:11px}.checkout-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.checkout-fields label{display:flex;flex-direction:column;gap:7px;color:#999;font-size:10px;font-weight:700}.checkout-fields input{width:100%;min-height:42px;border:1px solid #303030;border-radius:7px;outline:0;padding:0 12px;background:#0b0b0b;color:#eee;font-size:12px;transition:border-color .15s ease,box-shadow .15s ease}.checkout-fields input:focus{border-color:var(--ui-red);box-shadow:0 0 0 3px rgba(255,0,0,.1)}.checkout-error{margin-bottom:14px;border:1px solid rgba(255,0,0,.3);border-radius:7px;padding:11px 12px;background:rgba(255,0,0,.07);color:#ff9a9a;font-size:11px}.checkout-submit{width:100%}.checkout-submit .checkout-arrow{width:15px;transform:rotate(180deg)}.checkout-summary{position:sticky;top:28px;padding:22px}.checkout-summary-head,.checkout-summary-total{display:flex;align-items:center;justify-content:space-between}.checkout-summary-head{padding-bottom:17px;border-bottom:1px solid var(--ui-border)}.checkout-summary-head span{display:inline-flex;align-items:center;gap:8px;color:#ddd;font-size:13px;font-weight:700}.checkout-summary-head svg{width:16px;color:var(--ui-red)}.checkout-summary-head b{color:#777;font-size:10px;font-weight:500}.checkout-summary-lines{display:flex;flex-direction:column;gap:13px;padding:18px 0}.checkout-summary-lines>div{display:flex;justify-content:space-between;gap:12px;color:#858585;font-size:10px;line-height:1.4}.checkout-summary-lines strong{color:#ddd;font-size:11px;white-space:nowrap}.checkout-summary-total{border-top:1px solid var(--ui-border);padding-top:17px;color:#aaa;font-size:12px}.checkout-summary-total strong{color:#fff;font-size:23px;letter-spacing:-.05em}.checkout-summary-note{display:flex;gap:9px;margin-top:22px;border:1px solid rgba(255,255,255,.08);border-radius:7px;padding:11px;background:#0b0b0b}.checkout-summary-note svg{flex:0 0 auto;width:15px;color:var(--ui-green)}.checkout-summary-note p{margin:0;color:#777;font-size:10px;line-height:1.45}.checkout-payment-result{padding:25px}.checkout-result-head{display:flex;align-items:flex-start;gap:14px}.checkout-result-icon{display:grid;width:36px;height:36px;flex:0 0 auto;place-items:center;border-radius:9px;background:rgba(64,217,139,.12);color:var(--ui-green)}.checkout-result-icon svg{width:19px}.checkout-result-head h2{margin:8px 0 5px;font-size:22px;letter-spacing:-.04em}.checkout-result-head p{margin:0;color:#858585;font-size:12px}.checkout-pix-box{display:grid;grid-template-columns:160px minmax(0,1fr);align-items:center;gap:25px;margin-top:28px;border-top:1px solid var(--ui-border);padding-top:28px}.checkout-pix-box img{width:160px;height:160px;border-radius:8px;background:#fff;object-fit:contain}.checkout-pix-box>div{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.checkout-pix-box small,.checkout-pix-box>div>span{color:#777;font-size:10px}.checkout-pix-box>div>strong{color:#fff;font-size:28px;letter-spacing:-.05em}.checkout-pix-box code{display:block;width:100%;overflow:hidden;border:1px solid #303030;border-radius:6px;padding:10px;background:#0a0a0a;color:#aaa;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.checkout-pix-box button{min-height:37px}.checkout-result-actions{display:flex;align-items:center;gap:18px;margin-top:28px;border-top:1px solid var(--ui-border);padding-top:22px}.checkout-result-error{margin:18px 0 0}.checkout-cancel-button{display:inline-flex;min-height:40px;align-items:center;justify-content:center;gap:7px;border:1px solid rgba(255,0,0,.28);border-radius:8px;padding:0 15px;background:rgba(255,0,0,.055);color:#ff8c8c;font-size:10px;font-weight:800;cursor:pointer;transition:border-color .18s ease,background .18s ease,color .18s ease,transform .18s ease}.checkout-cancel-button svg{width:14px;height:14px}.checkout-cancel-button:hover:not(:disabled){border-color:rgba(255,0,0,.65);background:rgba(255,0,0,.13);color:#fff;transform:translateY(-1px)}.checkout-cancel-button:disabled{cursor:wait;opacity:.55}.spin{animation:store-spin .8s linear infinite}@keyframes store-spin{to{transform:rotate(1turn)}}@media (max-width:900px){.storefront-nav{gap:16px;margin-right:18px}.storefront-hero{grid-template-columns:minmax(0,1fr) 300px}.storefront-hero h1{font-size:52px}.checkout-layout{grid-template-columns:minmax(0,1fr)}.checkout-summary{position:static;grid-row:1}}@media (max-width:680px){.storefront-header{height:66px;padding:0 16px}.storefront-nav{position:absolute;top:66px;right:12px;left:12px;display:none;flex-direction:column;align-items:stretch;gap:0;margin:0;border:1px solid var(--ui-border);border-radius:10px;padding:8px;background:#111;box-shadow:var(--ui-shadow)}.storefront-nav.open{display:flex}.storefront-nav a{padding:11px}.store-account-button span,.store-cart-button span{display:none}.store-mobile-toggle{display:inline-flex}.storefront-hero{display:block;min-height:auto;padding:68px 20px 40px}.storefront-hero h1{font-size:clamp(42px,13vw,60px)}.storefront-hero-copy>p{font-size:14px}.storefront-hero-art{min-height:260px;transform:scale(.85)}.storefront-section{padding:58px 20px}.store-section-heading{align-items:flex-start;flex-direction:column;margin-bottom:22px}.store-product-grid{grid-template-columns:1fr}.store-product-card{padding:20px}.store-offer-row{grid-template-columns:minmax(95px,1fr) auto;gap:9px}.store-offer-row button{grid-column:2;grid-row:1}.store-offer-price{grid-column:1;grid-row:2;justify-self:start}.storefront-footer{align-items:flex-start;flex-direction:column;gap:11px;padding:24px 20px}.checkout-header{height:66px;padding:0 16px}.checkout-secure{display:none}.checkout-header>div{gap:0}.checkout-layout{padding:42px 16px 70px}.checkout-title h1{font-size:34px}.checkout-form-section,.checkout-payment-result,.checkout-summary{padding:17px}.checkout-cart-item{grid-template-columns:32px minmax(0,1fr) auto 24px;gap:8px}.checkout-line-total{grid-column:2;grid-row:2;justify-self:start;margin-bottom:9px}.checkout-quantity{grid-column:3;grid-row:1}.checkout-remove{grid-column:4;grid-row:1}.checkout-fields,.checkout-pix-box{grid-template-columns:1fr}.checkout-pix-box{justify-items:center}.checkout-pix-box>div{width:100%}.checkout-result-actions{align-items:stretch;flex-direction:column}}.customer-loader-setting>form{display:grid;grid-template-columns:minmax(260px,1fr) minmax(220px,.8fr) auto;align-items:end;gap:14px;padding:18px 20px}.customer-loader-setting>form>label{display:grid;gap:7px}.customer-loader-setting-summary>span,.customer-loader-setting>form>label>span{color:#717171;font-size:8px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.customer-loader-setting-summary{display:flex;min-height:40px;flex-direction:column;justify-content:center;gap:2px;border-left:1px solid var(--ui-border);padding-left:14px}.customer-loader-setting-summary strong{color:#e4e4e4;font-size:11px}.customer-loader-setting-summary small{color:#666;font-size:9px}.customer-loader-setting .button svg{width:14px}.customer-canvas,.customer-download-view,.customer-home{display:grid;gap:16px}.customer-welcome{position:relative;display:grid;min-height:190px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:30px;overflow:hidden;border:1px solid var(--ui-border);border-radius:var(--ui-radius);padding:28px;background:linear-gradient(112deg,#121212,#0c0c0c 66%,rgba(255,0,0,.1))}.customer-welcome:before{position:absolute;inset:0 auto 0 0;width:3px;background:var(--ui-red);content:""}.customer-welcome h2{margin:6px 0 9px;color:#fff;font-size:clamp(22px,2.5vw,31px);letter-spacing:-.05em}.customer-welcome p{max-width:650px;margin:0;color:#797979;line-height:1.65}.customer-welcome-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:20px}.customer-download-button svg,.customer-welcome-actions svg{width:15px;height:15px}.customer-access-seal{display:grid;min-width:160px;place-items:center;border:1px solid #2d2d2d;border-radius:12px;padding:20px;background:rgba(7,7,7,.72);text-align:center}.customer-access-seal svg{width:29px;height:29px;margin-bottom:10px;color:var(--ui-red)}.customer-access-seal strong{color:#fff;font-size:15px}.customer-access-seal small{margin-top:4px;color:#656565;font-size:8px}.customer-action-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.customer-action-grid>button{display:grid;min-height:92px;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:13px;border:1px solid var(--ui-border);border-radius:10px;padding:16px;background:var(--ui-surface);color:#fff;text-align:left;cursor:pointer;transition:border-color .15s ease,background .15s ease,transform .15s ease}.customer-action-grid>button:hover{border-color:#3c3c3c;background:#151515;transform:translateY(-1px)}.customer-action-grid>button>span{display:grid;width:38px;height:38px;place-items:center;border:1px solid #303030;border-radius:9px;background:#181818;color:var(--ui-red)}.customer-action-grid>button>span svg{width:18px}.customer-action-grid small,.customer-action-grid strong{display:block}.customer-action-grid strong{font-size:12px}.customer-action-grid small{margin-top:5px;color:#696969;line-height:1.4}.customer-products-summary>div:last-child{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.customer-products-summary article{display:grid;min-height:78px;grid-template-columns:34px minmax(0,1fr) 18px;align-items:center;gap:12px;padding:15px 20px;border-right:1px solid var(--ui-border)}.customer-products-summary article:last-child{border-right:0}.customer-products-summary article>svg:first-child{width:20px;color:var(--ui-red)}.customer-products-summary article>svg:last-child{width:16px;color:var(--ui-green)}.customer-products-summary small,.customer-products-summary strong{display:block}.customer-products-summary strong{color:#e7e7e7;font-size:11px}.customer-products-summary small{margin-top:4px;color:#666;font-size:9px}.customer-loader-card{display:grid;min-height:195px;grid-template-columns:68px minmax(0,1fr) auto;align-items:center;gap:22px;border:1px solid var(--ui-border);border-radius:var(--ui-radius);padding:27px;background:linear-gradient(110deg,#121212,#0d0d0d)}.customer-loader-icon{display:grid;width:68px;height:68px;place-items:center;border:1px solid var(--ui-red-border);border-radius:15px;background:var(--ui-red-soft);color:var(--ui-red)}.customer-loader-icon svg{width:29px;height:29px}.customer-loader-copy h2{margin:5px 0 6px;color:#fff;font-size:24px;letter-spacing:-.045em}.customer-loader-copy>p{max-width:630px;margin:0;color:#747474;line-height:1.55}.customer-loader-copy>div{display:flex;flex-wrap:wrap;gap:15px;margin-top:14px}.customer-loader-copy>div span{display:inline-flex;align-items:center;gap:5px;color:#8a8a8a;font-size:9px}.customer-loader-copy>div svg{width:13px;color:var(--ui-green)}.customer-download-button{min-width:145px}.customer-install-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);gap:16px}.customer-install-grid ol{display:grid;margin:0;padding:8px 20px 13px;list-style:none}.customer-install-grid li{display:grid;min-height:63px;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:12px;border-bottom:1px solid #202020}.customer-install-grid li:last-child{border-bottom:0}.customer-install-grid li>span{display:grid;width:27px;height:27px;place-items:center;border:1px solid #303030;border-radius:7px;color:var(--ui-red);font-size:9px;font-weight:800}.customer-install-grid li small,.customer-install-grid li strong{display:block}.customer-install-grid li strong{color:#ddd;font-size:10px}.customer-install-grid li small{margin-top:4px;color:#666;font-size:9px}.customer-install-grid>aside{display:flex;align-items:flex-start;gap:13px;border:1px solid #2d2d2d;border-radius:var(--ui-radius);padding:22px;background:#101010}.customer-install-grid>aside svg{width:20px;flex:0 0 auto;color:var(--ui-green)}.customer-install-grid>aside strong{color:#e5e5e5;font-size:11px}.customer-install-grid>aside p{margin:7px 0 0;color:#6e6e6e;font-size:9px;line-height:1.55}.customer-support-view{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(250px,.6fr);gap:16px}.customer-support-view>article{display:grid;min-height:290px;grid-template-columns:58px minmax(0,1fr);align-items:start;gap:20px;border:1px solid var(--ui-border);border-radius:var(--ui-radius);padding:28px;background:linear-gradient(125deg,#121212,#0d0d0d)}.customer-support-view>article>span{display:grid;width:58px;height:58px;place-items:center;border:1px solid var(--ui-red-border);border-radius:13px;background:var(--ui-red-soft);color:var(--ui-red)}.customer-support-view>article>span svg{width:25px}.customer-support-view h2{margin:7px 0 8px;color:#fff;font-size:25px;letter-spacing:-.045em}.customer-support-view p{max-width:650px;margin:0;color:#777;font-size:10px;line-height:1.6}.customer-support-view ul{display:grid;gap:9px;margin:18px 0;padding:0;list-style:none}.customer-support-view li{display:flex;align-items:center;gap:7px;color:#aaa;font-size:10px}.customer-support-view li svg{width:14px;color:var(--ui-green)}.customer-support-view>aside{display:flex;align-items:flex-start;gap:13px;border:1px solid var(--ui-border);border-radius:var(--ui-radius);padding:22px;background:#101010}.customer-support-view>aside svg{width:20px;flex:0 0 auto;color:var(--ui-red)}.customer-support-view>aside strong{color:#ddd;font-size:11px}.customer-support-view>aside p{margin:8px 0 0;color:#696969;font-size:9px;line-height:1.6}.customer-canvas{--customer-gray:rgb(22,22,22);--customer-gray-raised:rgb(34,34,34);gap:20px}.customer-canvas>.ui-page-header{position:relative;overflow:hidden;border:1px solid var(--customer-gray-raised);border-radius:14px;padding:20px 22px;background:var(--customer-gray);animation:customer-view-in .48s cubic-bezier(.2,.75,.2,1) both}.customer-canvas>.ui-page-header:after{position:absolute;top:0;right:-12%;width:34%;height:1px;background:linear-gradient(90deg,transparent,#ff0000,transparent);content:"";animation:customer-header-scan 4.8s linear infinite}.customer-canvas>.ui-page-header .ui-page-icon{border-color:rgba(255,0,0,.48)!important;background:#ff0000!important;color:#fff!important;box-shadow:0 10px 30px rgba(255,0,0,.18)!important}.customer-canvas .reseller-stock-view,.customer-download-view,.customer-home{animation:customer-view-in .52s cubic-bezier(.2,.75,.2,1) both}.customer-welcome{min-height:220px;border-color:var(--customer-gray-raised);border-radius:15px;padding:30px;background:linear-gradient(110deg,rgb(22,22,22),rgb(22,22,22) 62%,rgb(34,34,34));box-shadow:0 22px 60px rgba(0,0,0,.24)}.customer-welcome:before{width:4px;box-shadow:0 0 28px rgba(255,0,0,.5);animation:customer-red-pulse 2.4s ease-in-out infinite}.customer-welcome:after{position:absolute;top:-150px;right:-110px;width:350px;height:350px;border:1px solid rgba(255,0,0,.16);border-radius:50%;box-shadow:0 0 0 50px rgba(255,0,0,.025),0 0 0 100px rgba(255,0,0,.015);content:"";pointer-events:none}.customer-access-seal,.customer-welcome>div{position:relative;z-index:1}.customer-welcome h2{font-size:clamp(25px,2.8vw,36px);font-weight:780}.customer-welcome p{color:#a0a0a0;font-size:12px}.customer-welcome-actions .button{min-height:42px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.customer-welcome-actions .button:hover{transform:translateY(-3px)}.customer-welcome-actions .button.primary:hover{box-shadow:0 14px 34px rgba(255,0,0,.26)}.customer-access-seal{min-width:174px;border-color:rgba(255,0,0,.35);border-radius:14px;padding:24px;background:rgb(22,22,22);box-shadow:inset 0 0 28px rgba(255,0,0,.04)}.customer-access-seal strong{color:#ff0000;font-size:46px;font-weight:850;letter-spacing:-.07em;line-height:1;text-shadow:0 0 24px rgba(255,0,0,.22)}.customer-access-seal small{max-width:110px;color:#b0b0b0;font-size:9px;line-height:1.45}.customer-action-grid{gap:14px}.customer-action-grid>button{position:relative;min-height:108px;overflow:hidden;border-color:var(--customer-gray-raised);border-radius:13px;padding:18px;background:var(--customer-gray);transition:border-color .22s ease,background .22s ease,box-shadow .22s ease,transform .22s ease}.customer-action-grid>button:after{position:absolute;right:0;bottom:0;left:0;height:2px;background:linear-gradient(90deg,transparent,#ff0000,transparent);content:"";opacity:0;transform:scaleX(.2);transition:opacity .22s ease,transform .22s ease}.customer-action-grid>button:hover{border-color:rgba(255,0,0,.45);background:var(--customer-gray-raised);box-shadow:0 18px 45px rgba(0,0,0,.28);transform:translateY(-5px)}.customer-action-grid>button:hover:after{opacity:1;transform:scaleX(1)}.customer-action-grid>button>span{border-color:rgba(255,0,0,.38);background:var(--customer-gray-raised);color:#ff0000;transition:background .22s ease,color .22s ease,transform .22s ease}.customer-action-grid>button:hover>span{background:#ff0000;color:#fff;transform:rotate(-5deg) scale(1.06)}.customer-action-grid strong{font-size:13px}.customer-action-grid small{color:#8f8f8f;font-size:9px}.customer-products-summary{overflow:hidden;border-color:var(--customer-gray-raised)!important}.customer-products-summary,.customer-products-summary .panel-heading{background:var(--customer-gray)!important}.customer-products-summary>div:last-child{border-top:1px solid var(--customer-gray-raised);background:rgb(18,18,18)}.customer-products-summary article{border-color:var(--customer-gray-raised);transition:background .2s ease}.customer-products-summary article:hover{background:var(--customer-gray-raised)}.customer-products-summary article>svg:first-child,.customer-products-summary article>svg:last-child{color:#ff0000}.customer-loader-card{position:relative;overflow:hidden;border-color:var(--customer-gray-raised);border-radius:15px;padding:30px;background:linear-gradient(110deg,rgb(22,22,22),rgb(34,34,34));box-shadow:0 22px 60px rgba(0,0,0,.25)}.customer-loader-card:after{position:absolute;top:-30%;right:-7%;width:240px;height:240px;border-radius:50%;background:rgba(255,0,0,.12);filter:blur(70px);content:"";animation:customer-loader-glow 3s ease-in-out infinite alternate;pointer-events:none}.customer-loader-card>*{position:relative;z-index:1}.customer-loader-icon{border-color:rgba(255,0,0,.45);background:#ff0000;color:#fff;box-shadow:0 16px 38px rgba(255,0,0,.18);animation:customer-icon-float 3.2s ease-in-out infinite}.customer-loader-copy h2{font-size:28px}.customer-loader-copy>p{color:#969696;font-size:11px}.customer-loader-copy>div span{color:#b0b0b0}.customer-loader-copy>div svg{color:#ff0000}.customer-download-button{min-width:164px;min-height:44px;box-shadow:0 12px 30px rgba(255,0,0,.2)}.customer-install-grid>.panel,.customer-install-grid>aside{border-color:var(--customer-gray-raised)!important;background:var(--customer-gray)!important}.customer-install-grid li{border-color:var(--customer-gray-raised)}.customer-install-grid li>span{border-color:rgba(255,0,0,.38);background:var(--customer-gray-raised);color:#ff0000}.customer-install-grid li strong{color:#f0f0f0}.customer-install-grid li small,.customer-install-grid>aside p{color:#8c8c8c}.customer-install-grid>aside svg{color:#ff0000}.customer-canvas .reseller-owned-stock{overflow:hidden;border-color:var(--customer-gray-raised)!important;border-radius:15px!important;background:var(--customer-gray)!important;box-shadow:0 22px 60px rgba(0,0,0,.22)}.customer-canvas .reseller-owned-stock .panel-heading{border-color:var(--customer-gray-raised)!important;background:var(--customer-gray)!important}.customer-canvas .stock-duration-tabs{margin:14px;border-color:var(--customer-gray-raised)!important;background:rgb(12,12,12)!important}.customer-canvas .stock-duration-tabs button{color:#9a9a9a;transition:background .18s ease,color .18s ease,transform .18s ease}.customer-canvas .stock-duration-tabs button:hover{background:var(--customer-gray-raised)!important;color:#fff;transform:translateY(-2px)}.customer-canvas .stock-duration-tabs button.active{background:#ff0000!important;box-shadow:0 8px 24px rgba(255,0,0,.22);color:#fff!important}.customer-canvas .reseller-owned-stock .table-wrap{border-top:1px solid var(--customer-gray-raised);background:rgb(18,18,18)}.customer-canvas .reseller-owned-stock thead th{background:var(--customer-gray)!important}.customer-canvas .reseller-owned-stock tbody tr{transition:background .18s ease}.customer-canvas .reseller-owned-stock tbody tr:hover{background:var(--customer-gray-raised)!important}.customer-canvas .duration-badge,.customer-canvas .product-tag{border-color:rgb(48,48,48)!important;background:var(--customer-gray-raised)!important;color:#e0e0e0!important}.customer-canvas .status-working{border-color:rgba(255,0,0,.34)!important;background:rgba(255,0,0,.08)!important;color:#fff!important}.customer-canvas .status-working i{background:#ff0000!important;box-shadow:0 0 12px rgba(255,0,0,.45)!important}.customer-canvas .stock-empty-duration{border-color:var(--customer-gray-raised);background:rgb(18,18,18)}.customer-canvas .stock-empty-duration>span{border-color:rgba(255,0,0,.35);background:var(--customer-gray-raised);color:#ff0000}.customer-canvas>.ui-page-header{min-height:auto;padding:18px 20px}.customer-canvas>.ui-page-header h1{font-size:clamp(22px,2.2vw,30px)}.customer-canvas>.ui-page-header p{max-width:720px;color:#999;font-size:10px}.customer-home{gap:0}.customer-welcome{min-height:178px;grid-template-columns:minmax(0,1fr) minmax(190px,235px);gap:42px;padding:30px 32px}.customer-welcome:after{top:-205px;right:-185px;width:430px;height:430px;opacity:.7}.customer-welcome-copy{position:relative;z-index:1}.customer-welcome h2{max-width:680px;margin:7px 0 9px;font-size:clamp(27px,3vw,38px);line-height:1.02}.customer-welcome p{max-width:560px;font-size:11px}.customer-welcome-actions{position:relative;z-index:1;display:grid;gap:8px;margin:0}.customer-welcome-actions .button{width:100%;min-height:40px;justify-content:flex-start;border-radius:9px;padding-inline:14px}.customer-welcome-actions .button:not(.primary){border-color:rgb(52,52,52);background:rgb(22,22,22)}.customer-welcome-actions .button:not(.primary):hover{border-color:rgba(255,0,0,.55);background:rgb(34,34,34)}.customer-loader-card{min-height:150px;grid-template-columns:58px minmax(0,1fr) auto;gap:19px;padding:24px 26px}.customer-loader-icon{width:58px;height:58px;border-radius:13px;animation:none}.customer-loader-icon svg{width:25px;height:25px}.customer-loader-copy h2{margin:4px 0 6px;font-size:25px}.customer-loader-copy>p{max-width:580px;color:#999;font-size:10px}.customer-download-button{min-width:156px}.customer-install-panel{overflow:hidden;border-color:var(--customer-gray-raised)!important;border-radius:14px!important;background:var(--customer-gray)!important}.customer-install-panel .panel-heading{min-height:auto;padding:18px 20px 13px;background:transparent!important}.customer-install-panel ol{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin:0;padding:0 12px 14px;list-style:none}.customer-install-panel li{display:grid;min-height:92px;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:11px;border-right:1px solid var(--customer-gray-raised);padding:14px 18px;background:rgb(18,18,18);transition:background .2s ease,transform .2s ease}.customer-install-panel li:first-child{border-radius:10px 0 0 10px}.customer-install-panel li:last-child{border-right:0;border-radius:0 10px 10px 0}.customer-install-panel li:hover{z-index:1;background:rgb(34,34,34);transform:translateY(-2px)}.customer-install-panel li>span{display:grid;width:29px;height:29px;place-items:center;border:1px solid rgba(255,0,0,.42);border-radius:8px;background:rgba(255,0,0,.06);color:#ff0000;font-size:9px;font-weight:850}.customer-install-panel li small,.customer-install-panel li strong{display:block}.customer-install-panel li strong{color:#f2f2f2;font-size:10px}.customer-install-panel li small{margin-top:4px;color:#858585;font-size:8px;line-height:1.45}.customer-support-view{grid-template-columns:minmax(0,1fr)}.customer-support-view>article{min-height:250px;padding:30px;background:linear-gradient(120deg,rgb(22,22,22),rgb(22,22,22) 68%,rgb(34,34,34));box-shadow:0 22px 60px rgba(0,0,0,.22)}.customer-support-view>article>span{background:#ff0000;color:#fff;box-shadow:0 14px 34px rgba(255,0,0,.18)}.customer-support-view h2{font-size:28px}.customer-support-view p{color:#969696;font-size:11px}.customer-canvas .reseller-owned-stock{padding:0 14px 14px}.customer-canvas .reseller-owned-stock .panel-heading{margin-inline:-14px;padding-inline:20px}.customer-canvas .stock-duration-tabs{width:fit-content;max-width:calc(100% - 8px);gap:4px!important;margin:14px 0 18px 4px;border-radius:11px!important;padding:4px!important}.customer-canvas .stock-duration-tabs button{min-width:104px;min-height:50px;gap:3px;border-radius:8px!important;padding:8px 13px;text-align:left}.customer-canvas .stock-duration-tabs button span{font-size:10px}.customer-canvas .stock-duration-tabs button small{color:#707070;font-size:8px}.customer-canvas .stock-duration-tabs button.active small{color:rgba(255,255,255,.76)}.customer-canvas .reseller-owned-stock .table-wrap{overflow-x:auto;border:0;border-radius:12px;padding:5px 10px 10px;background:rgb(12,12,12)}.customer-canvas .reseller-owned-stock table{width:100%;border-collapse:separate;border-spacing:0 8px}.customer-canvas .reseller-owned-stock thead th{border:0!important;padding:7px 12px!important;background:transparent!important;color:#777!important}.customer-canvas .reseller-owned-stock tbody tr{filter:drop-shadow(0 7px 16px rgba(0,0,0,.18));transition:filter .2s ease,transform .2s ease}.customer-canvas .reseller-owned-stock tbody tr:hover{background:transparent!important;filter:drop-shadow(0 12px 24px rgba(0,0,0,.3));transform:translateY(-2px)}.customer-canvas .reseller-owned-stock tbody td{border-top:1px solid rgb(42,42,42)!important;border-bottom:1px solid rgb(42,42,42)!important;padding:13px 12px!important;background:rgb(22,22,22)!important}.customer-canvas .reseller-owned-stock tbody td:first-child{border-left:1px solid rgb(42,42,42)!important;border-radius:10px 0 0 10px}.customer-canvas .reseller-owned-stock tbody td:last-child{border-right:1px solid rgb(42,42,42)!important;border-radius:0 10px 10px 0}.customer-canvas .reseller-owned-stock tbody tr:hover td{border-color:rgba(255,0,0,.34)!important;background:rgb(28,28,28)!important}.customer-canvas .stock-key-actions .button{min-height:32px;border-radius:8px;transition:border-color .18s ease,background .18s ease,transform .18s ease}.customer-canvas .stock-key-actions .button:hover{border-color:#ff0000;background:#ff0000;color:#fff;transform:translateY(-2px)}.stock-key-actions{flex-wrap:wrap}.stock-key-actions .hwid-reset-button{gap:6px;white-space:nowrap}.stock-key-actions .hwid-reset-button svg{width:13px;height:13px}.stock-key-actions .hwid-reset-button:disabled{cursor:not-allowed;opacity:.42;transform:none!important}.hwid-last-reset{display:block;margin-top:5px;color:#777;font-size:7px;white-space:nowrap}.license-reset-summary{display:flex;align-items:flex-end;flex-direction:column;gap:7px}.license-reset-summary>span:last-child{display:inline-flex;min-height:28px;align-items:center;gap:7px;padding:0 9px;border:1px solid rgba(255,0,0,.24);border-radius:8px;background:rgba(255,0,0,.05);color:#d4d4d4;font-size:8px;font-weight:750;white-space:nowrap}.license-reset-summary>span:last-child.unlimited{border-color:#333;background:#191919}.license-reset-summary svg{width:12px;height:12px;color:#ff0000}.customer-license-groups{display:grid;gap:14px;padding-top:16px}.customer-license-group{overflow:hidden;border:1px solid rgb(42,42,42);border-radius:14px;background:rgb(18,18,18);animation:customer-license-in .42s cubic-bezier(.2,.75,.2,1) both}.customer-license-group:nth-child(2){animation-delay:90ms}.customer-license-group>header{display:grid;min-height:82px;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:13px;padding:15px 18px;background:linear-gradient(100deg,rgb(22,22,22),rgb(18,18,18))}.customer-license-group>header>span{display:grid;width:42px;height:42px;place-items:center;border:1px solid rgba(255,0,0,.42);border-radius:11px;background:rgba(255,0,0,.07);color:#ff0000}.customer-license-group>header>span svg{width:19px;height:19px}.customer-license-group>header small{color:#ff0000;font-size:7px;font-weight:850;letter-spacing:.15em}.customer-license-group>header h4{margin:3px 0 2px;color:#f4f4f4;font-size:15px;letter-spacing:-.025em}.customer-license-group>header p{margin:0;color:#777;font-size:8px}.customer-license-group>header b{border:1px solid rgb(48,48,48);border-radius:999px;padding:7px 10px;background:rgb(28,28,28);color:#bbb;font-size:8px;font-weight:700;white-space:nowrap}.customer-license-group .table-wrap{border-top:1px solid rgb(42,42,42)!important;border-radius:0!important;padding:4px 10px 10px!important}.customer-license-panel .stock-empty-duration{margin-top:16px;border:1px solid rgb(42,42,42);border-radius:13px}.customer-license-panel .stock-empty-duration>span svg{width:18px;height:18px}@keyframes customer-view-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes customer-header-scan{0%{transform:translateX(-360%)}to{transform:translateX(360%)}}@keyframes customer-red-pulse{50%{box-shadow:0 0 34px rgba(255,0,0,.72)}}@keyframes customer-loader-glow{0%{opacity:.45;transform:scale(.9)}to{opacity:1;transform:scale(1.12)}}@keyframes customer-icon-float{50%{transform:translateY(-5px)}}@keyframes customer-license-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.customer-loader-setting>form{grid-template-columns:1fr;align-items:stretch}.customer-loader-setting-summary{border-top:1px solid var(--ui-border);border-left:0;padding:12px 0 0}.customer-loader-setting .button{justify-self:start}.customer-action-grid,.customer-install-grid,.customer-support-view{grid-template-columns:1fr}.customer-loader-card{grid-template-columns:58px minmax(0,1fr)}.customer-loader-icon{width:58px;height:58px}.customer-download-button{grid-column:1/-1;justify-self:start}.customer-install-panel ol{grid-template-columns:1fr}.customer-install-panel li{border-right:0;border-bottom:1px solid var(--customer-gray-raised)}.customer-install-panel li:first-child{border-radius:10px 10px 0 0}.customer-install-panel li:last-child{border-bottom:0;border-radius:0 0 10px 10px}}@media (max-width:680px){.customer-welcome{grid-template-columns:1fr;padding:22px}.customer-access-seal{display:none}.customer-products-summary>div:last-child{grid-template-columns:1fr}.customer-products-summary article{border-right:0;border-bottom:1px solid var(--ui-border)}.customer-products-summary article:last-child{border-bottom:0}.customer-loader-card{grid-template-columns:1fr;padding:21px}.customer-download-button{width:100%}.customer-support-view>article{grid-template-columns:1fr;padding:22px}.customer-canvas .stock-duration-tabs{width:calc(100% - 8px)}.customer-canvas .stock-duration-tabs button{min-width:92px}.customer-license-group>header{grid-template-columns:38px minmax(0,1fr)}.customer-license-group>header>span{width:38px;height:38px}.customer-license-group>header b{grid-column:2;justify-self:start}.license-reset-summary{width:100%;align-items:flex-start}}