@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";.sua-page{--sua-blue: #006eac;--sua-mid: #0a8cc8;--sua-ink: #0b1f33;--sua-muted: #5a7d96;--sua-line: rgba(0, 110, 172, .14);--sua-wash: #f0f7fc;display:flex;flex-direction:column;gap:1rem;padding:.25rem .1rem 1.5rem;border-radius:18px;background:radial-gradient(ellipse 70% 40% at 100% 0%,rgba(0,110,172,.07),transparent 55%),var(--sua-wash)}.sua-toast{position:fixed;top:1rem;right:1rem;z-index:2000;padding:.75rem 1rem;border-radius:10px;font-size:.86rem;font-weight:700;box-shadow:0 10px 28px #0046782e;color:#fff}.sua-toast.is-success{background:#0d8a6a}.sua-toast.is-danger{background:#d6284a}.sua-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.sua-crumb{display:flex;align-items:center;gap:.35rem;font-size:.8rem;color:var(--sua-muted);margin-bottom:.25rem}.sua-crumb a{color:var(--sua-blue);font-weight:700;text-decoration:none}.sua-crumb strong{color:var(--sua-ink)}.sua-head h1{margin:0;font-size:1.45rem;font-weight:800;color:var(--sua-ink);letter-spacing:-.02em}.sua-head p{margin:.25rem 0 0;color:var(--sua-muted);font-size:.88rem}.sua-grid{display:block;width:100%}.sua-card{background:#fff;border:1px solid var(--sua-line);border-radius:16px;box-shadow:0 8px 22px #005a8c12;width:100%}.sua-form{padding:1.25rem 1.35rem 1.35rem;display:flex;flex-direction:column;gap:1.15rem;width:100%}.sua-form section h3{margin:0 0 .75rem;font-size:.88rem;font-weight:800;color:var(--sua-blue);display:flex;align-items:center;gap:.4rem;padding-bottom:.5rem;border-bottom:1px dashed var(--sua-line)}.sua-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem 1rem}.sua-field{display:flex;flex-direction:column;gap:.28rem;min-width:0}.sua-field.is-full{grid-column:1 / -1}.sua-field>span{font-size:.68rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--sua-muted)}.sua-input{display:flex;align-items:center;gap:.45rem;border:1px solid var(--sua-line);border-radius:10px;background:#f7fbfe;padding:0 .7rem;transition:border-color .12s,box-shadow .12s}.sua-input:focus-within{border-color:#006eac73;box-shadow:0 0 0 3px #006eac1f;background:#fff}.sua-input i{color:var(--sua-blue);font-size:1rem;flex-shrink:0}.sua-input input,.sua-input select{flex:1;min-width:0;border:0;background:transparent;padding:.65rem 0;font-size:.88rem;font-weight:600;color:var(--sua-ink);font-family:inherit;outline:none}.sua-field textarea{width:100%;border:1px solid var(--sua-line);border-radius:10px;background:#f7fbfe;padding:.65rem .75rem;font-size:.88rem;font-weight:600;color:var(--sua-ink);font-family:inherit;resize:vertical;outline:none}.sua-field textarea:focus{border-color:#006eac73;box-shadow:0 0 0 3px #006eac1f;background:#fff}.sua-error{padding:.7rem .85rem;border-radius:10px;background:#fde8ed;color:#d6284a;font-size:.84rem;font-weight:700}.sua-actions{display:flex;justify-content:flex-end;gap:.55rem;padding-top:.25rem;border-top:1px dashed var(--sua-line)}.sua-ghost{display:inline-flex;align-items:center;gap:.3rem;padding:.55rem .9rem;border-radius:10px;border:1px solid var(--sua-line);background:#fff;color:var(--sua-blue);font-size:.84rem;font-weight:700;font-family:inherit;text-decoration:none;cursor:pointer}.sua-ghost:hover{background:#e8f4fb}.sua-submit{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1.1rem;border:0;border-radius:10px;background:linear-gradient(135deg,var(--sua-blue) 0%,var(--sua-mid) 100%);color:#fff;font-size:.88rem;font-weight:800;font-family:inherit;cursor:pointer;box-shadow:0 8px 18px #006eac47}.sua-submit:hover:not(:disabled){filter:brightness(1.05)}.sua-submit:disabled{opacity:.7;cursor:wait}.sua-preview{padding:1.15rem 1.1rem;position:sticky;top:5.5rem;background:radial-gradient(circle at 100% 0%,rgba(0,110,172,.12),transparent 45%),#fff}.sua-preview-top{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.sua-avatar{width:52px;height:52px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:800;color:#fff;background:linear-gradient(145deg,var(--sua-blue),var(--sua-mid));box-shadow:0 6px 14px #006eac47;flex-shrink:0}.sua-preview-top h2{margin:0;font-size:1.05rem;font-weight:800;color:var(--sua-ink);line-height:1.2}.sua-preview-top p{margin:.15rem 0 0;color:var(--sua-blue);font-size:.82rem;font-weight:700}.sua-preview-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem}.sua-preview-list li{display:flex;align-items:flex-start;gap:.55rem;padding:.55rem .6rem;border-radius:10px;background:#f4f9fc;border:1px solid rgba(0,110,172,.08)}.sua-preview-list i{color:var(--sua-blue);font-size:1.05rem;margin-top:.1rem}.sua-preview-list em{display:block;font-style:normal;font-size:.6rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:var(--sua-muted)}.sua-preview-list strong{display:block;font-size:.82rem;font-weight:700;color:var(--sua-ink);word-break:break-word}.sua-preview-note{margin-top:.9rem;display:flex;gap:.4rem;align-items:flex-start;font-size:.74rem;color:var(--sua-muted);line-height:1.4}.sua-preview-note i{color:var(--sua-blue);margin-top:.05rem}.sua-denied{text-align:center;padding:3rem 1.5rem;background:#fff;border-radius:16px;border:1px solid var(--sua-line)}.sua-denied i{font-size:2.2rem;color:var(--sua-blue)}.sua-denied h2{margin:.75rem 0 .35rem;color:var(--sua-ink)}.sua-denied p{color:var(--sua-muted);margin-bottom:1rem}.sua-back{color:var(--sua-blue);font-weight:700}@media (max-width: 1100px){.sua-fields{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.sua-fields{grid-template-columns:1fr}}:root{--primary-rgb: 0, 110, 172;--sz-blue: #006eac;--sz-blue-soft: #e6f3fa;--sz-bg: #f3f7fb;--sz-card: #ffffff;--sz-text: #0f172a;--sz-muted: #94a3b8;--sz-border: #e2eef6;--sz-sidebar: #0a042e;--sz-sidebar-text: #b9c0d4;--sz-radius: 16px;--sz-shadow: 0 8px 24px rgba(10, 4, 46, .05);--sz-font: "Plus Jakarta Sans", system-ui, sans-serif}[data-menu-styles=dark][data-theme-mode=light],[data-menu-styles=light][data-theme-mode=light]{--menu-bg: #0a042e;--menu-prime-color: #b9c0d4;--primary-rgb: 0, 110, 172}.subscriber-info-page .subscriber-avatar{width:5rem;height:5rem;flex-shrink:0}.subscriber-info-page .subscriber-meta-line{font-size:12px}.subscriber-info-page .subscriber-divider{border-color:#d3cccc;margin:1rem 0}.subscriber-info-page .subscriber-usage-row{flex-shrink:0}.subscriber-info-page .subscriber-usage-stat{min-width:110px}.subscriber-info-page .subscriber-usage-value{color:#686868;font-weight:600;text-shadow:1px 1px 1px #b5b4b4;font-size:large;white-space:nowrap;margin-bottom:0}.subscriber-info-page .subscriber-actions-scroll{white-space:nowrap;overflow-x:auto;display:flex;gap:.35rem;padding-bottom:4px}.subscriber-info-page .subscriber-tab-nav{background-color:#edededa6;padding:10px}.subscriber-info-page .subscriber-tab-nav .nav-link{border-radius:.25rem;margin-bottom:2px}.subscriber-info-page .subscriber-profile-meta{min-width:180px}body.sz-theme{background:var(--sz-bg)!important;font-family:var(--sz-font);font-size:16.5px;color:var(--sz-text);-webkit-font-smoothing:antialiased}body.sz-theme .page,body.sz-theme .app-sidebar,body.sz-theme .app-header,body.sz-theme .main-content,body.sz-theme .footer{display:none!important}.sz-app{display:grid;grid-template-columns:260px minmax(0,1fr);min-height:100vh;background:var(--sz-bg)}.sz-sidebar{position:sticky;top:0;height:100vh;background:var(--sz-sidebar);border-right:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;padding:1.1rem .9rem 1rem;z-index:40;color:var(--sz-sidebar-text)}.sz-brand{padding:.2rem .55rem 1rem}.sz-brand-link{display:block;text-decoration:none}.sz-brand-logo{display:block;width:100%;max-width:200px;height:auto;object-fit:contain}.sz-nav{flex:1;min-height:0;overflow-y:auto;padding:0 .2rem .5rem}.sz-nav-label{margin:.85rem .7rem .45rem;font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#b9c0d4a6}.sz-nav-list{list-style:none;margin:0;padding:0}.sz-nav-item{display:flex;align-items:center;gap:.7rem;width:100%;padding:.72rem .85rem;border-radius:12px;border:0;background:transparent;color:var(--sz-sidebar-text);text-decoration:none;font-weight:600;font-size:.98rem;position:relative;transition:background .15s ease,color .15s ease;text-align:left;cursor:pointer;font-family:inherit}.sz-nav-item i:first-child{font-size:1.2rem}.sz-nav-item:hover{background:#ffffff0f;color:#fff}.sz-nav-item.active{background:#006eac47;color:#7dd3fc}.sz-nav-item.active:before{content:"";position:absolute;left:-.9rem;top:8px;bottom:8px;width:4px;border-radius:0 6px 6px 0;background:#006eac}.sz-nav-item.disabled{opacity:.4;cursor:default}.sz-nav-chevron{margin-left:auto;font-size:1rem}.sz-subnav{list-style:none;margin:.15rem 0 .4rem 1.1rem;padding:0 0 0 .75rem;border-left:1px dashed rgba(255,255,255,.12)}.sz-subnav-item{display:block;padding:.4rem .65rem;border-radius:8px;color:var(--sz-sidebar-text);text-decoration:none;font-size:.84rem;font-weight:500}.sz-subnav-item:hover,.sz-subnav-item.active{color:#7dd3fc;background:#ffffff0d}.sz-subnav-item.disabled{opacity:.4;cursor:default}.sz-sidebar-foot{margin-top:auto;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.08)}.sz-logout-btn{width:100%;color:#fda4af!important}.sz-logout-btn:hover{background:#e11d482e!important;color:#fecdd3!important}.sz-sidebar-promo{display:none}.sz-promo-icon{width:42px;height:42px;margin:0 auto .55rem;border-radius:12px;background:#ffffff1a;color:#7dd3fc;display:flex;align-items:center;justify-content:center;font-size:1.3rem}.sz-sidebar-promo h4{margin:0;font-size:.95rem;font-weight:700;color:#fff}.sz-sidebar-promo p{margin:.35rem 0 .8rem;color:var(--sz-sidebar-text);font-size:.75rem;line-height:1.4}.sz-promo-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:.65rem .85rem;border-radius:999px;background:linear-gradient(135deg,#0088d1,#006eac);color:#fff!important;text-decoration:none;font-size:.82rem;font-weight:700;box-shadow:0 8px 18px #006eac59}.sz-shell{min-width:0;display:flex;flex-direction:column;min-height:100vh}.sz-header{position:sticky;top:0;z-index:30;display:flex;align-items:center;gap:1rem;padding:.95rem 1.4rem;background:#f4f7fbe0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid transparent}.sz-header-left{display:flex;align-items:center;gap:.65rem;min-width:140px}.sz-menu-toggle{display:none;width:38px;height:38px;border:1px solid var(--sz-border);border-radius:10px;background:#fff;color:#64748b;align-items:center;justify-content:center;font-size:1.25rem}.sz-page-title{margin:0;font-size:1.35rem;font-weight:800;letter-spacing:-.02em}.sz-search-box{position:relative;flex:1;max-width:460px;margin:0 auto;z-index:50}.sz-search-inner{display:flex;align-items:center;gap:.45rem;padding:.35rem .75rem .35rem .85rem;border-radius:999px;border:1px solid var(--sz-border);background:#fff;color:var(--sz-muted);box-shadow:var(--sz-shadow)}.sz-search-inner>i{font-size:1.05rem;flex-shrink:0}.sz-search-type{border:0;outline:0;background:#f1f5f9;border-radius:999px;padding:.35rem .45rem;font-size:.72rem;font-weight:600;color:#475569;max-width:100px}.sz-search-inner input{flex:1;border:0;outline:0;background:transparent;font-size:.88rem;color:var(--sz-text);font-family:inherit;min-width:0}.sz-search-dropdown{position:absolute;left:0;right:0;top:calc(100% + .4rem);margin:0;padding:.35rem;list-style:none;background:#fff;border:1px solid var(--sz-border);border-radius:14px;box-shadow:0 16px 40px #0f172a1f;max-height:280px;overflow-y:auto}.sz-search-dropdown li button{width:100%;border:0;background:transparent;text-align:left;padding:.65rem .75rem;border-radius:10px;display:flex;flex-direction:column;gap:.1rem;cursor:pointer;font-family:inherit}.sz-search-dropdown li button:hover{background:#f5f8fc}.sz-search-dropdown strong{font-size:.88rem;color:var(--sz-text)}.sz-search-dropdown small{color:var(--sz-muted);font-size:.72rem}.sz-search-empty{padding:.75rem;text-align:center;color:var(--sz-muted);font-size:.84rem}.sz-header-right{display:flex;align-items:center;gap:.55rem;margin-left:auto}.sz-wallet{display:flex;flex-direction:column;align-items:flex-end;padding:.35rem .75rem;border-radius:12px;background:#fff;border:1px solid var(--sz-border);line-height:1.15}.sz-wallet span{font-size:.65rem;color:var(--sz-muted);text-transform:uppercase;letter-spacing:.04em}.sz-wallet strong{font-size:.85rem;color:var(--sz-blue)}.sz-profile-btn{display:inline-flex;align-items:center;gap:.55rem;padding:.25rem .45rem .25rem .25rem;border-radius:999px;border:1px solid var(--sz-border);background:#fff}.sz-avatar{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,#0088d1,#006eac);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem}.sz-profile-meta{display:none;text-align:left;line-height:1.15}.sz-profile-meta strong{display:block;font-size:.8rem}.sz-profile-meta small{color:var(--sz-muted);font-size:.68rem}.sz-dropdown{border:1px solid var(--sz-border);border-radius:12px;box-shadow:var(--sz-shadow);overflow:hidden}.sz-content{flex:1;padding:.5rem 1.4rem 1.4rem}.sz-footer{display:flex;justify-content:space-between;align-items:center;padding:.85rem 1.4rem 1.2rem;color:var(--sz-muted);font-size:.8rem}.sz-footer-ver{background:#fff;border:1px solid var(--sz-border);border-radius:999px;padding:.2rem .55rem}.sz-sidebar-backdrop{display:none}.sz-dashboard{display:flex;flex-direction:column;gap:1.1rem}.sz-welcome{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.sz-welcome h2{margin:0;font-size:1.85rem;font-weight:800;letter-spacing:-.03em}.sz-welcome p{margin:.25rem 0 0;color:var(--sz-muted);font-size:.95rem}.sz-welcome-actions{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap}.sz-online-strip{display:flex;align-items:center;gap:.85rem;padding:.55rem .85rem;background:#fff;border:1px solid var(--sz-border);border-radius:14px;box-shadow:var(--sz-shadow)}.sz-online-strip>div{display:flex;flex-direction:column;line-height:1.15}.sz-online-strip span{font-size:.65rem;color:var(--sz-muted);text-transform:uppercase;letter-spacing:.04em}.sz-online-strip strong{font-size:.95rem}.sz-mini-select{border:1px solid var(--sz-border);background:#f8fafc;border-radius:999px;padding:.3rem .55rem;font-size:.72rem;color:#64748b;outline:0}.sz-export-btn,.sz-action-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.65rem .95rem;border-radius:12px;background:#fff;color:#334155!important;border:1px solid var(--sz-border);text-decoration:none;font-size:.85rem;font-weight:600;box-shadow:var(--sz-shadow)}.sz-action-btn-dark,.sz-export-btn{background:var(--sz-text);color:#fff!important;border-color:var(--sz-text)}.sz-top-half{display:grid;grid-template-columns:.82fr 1.18fr;gap:.9rem;align-items:stretch;min-height:280px}.sz-top-half>.sz-card{height:100%;min-height:100%;max-height:none;overflow:hidden}.sz-gauge-card{position:relative;display:flex;flex-direction:column;height:100%;overflow:hidden;background:radial-gradient(circle at 18% 78%,rgba(0,110,172,.1),transparent 42%),radial-gradient(circle at 92% 12%,rgba(51,160,214,.14),transparent 38%),linear-gradient(165deg,#eaf5fb,#fff 55%,#f7fbfe);border-color:#006eac24;transition:box-shadow .35s ease,transform .35s ease}.sz-online-bg-graph{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;opacity:1}.sz-gauge-card>.sz-card-head,.sz-gauge-card>.sz-online-split,.sz-gauge-card>.sz-online-strip-tiles{position:relative;z-index:1}.sz-gauge-card>.sz-refresh-progress{position:absolute;left:0;right:0;top:0;z-index:3}.sz-gauge-card.is-refreshing{box-shadow:0 0 0 1px #006eac2e,0 10px 28px #006eac1f}.sz-gauge-card.is-refreshing .sz-online-hero-num,.sz-gauge-card.is-refreshing .sz-online-strip-tile strong{animation:sz-count-flash .7s ease}.sz-gauge-card.is-refreshing .sz-online-split-ring{animation:sz-ring-pulse .7s ease}.sz-refresh-progress{position:absolute;left:0;right:0;top:0;height:3px;background:#006eac1a;overflow:hidden;z-index:2}.sz-refresh-progress:after{content:"";position:absolute;inset:0 auto 0 0;width:0%;background:linear-gradient(90deg,#006eac,#33a0d6);animation-name:sz-refresh-fill;animation-duration:inherit;animation-timing-function:linear;animation-fill-mode:forwards;box-shadow:0 0 10px #006eac73}@keyframes sz-refresh-fill{0%{width:0%}to{width:100%}}@keyframes sz-count-flash{0%{transform:scale(1)}35%{transform:scale(1.04);color:#00558a}to{transform:scale(1)}}@keyframes sz-ring-pulse{0%{transform:scale(1)}40%{transform:scale(1.05)}to{transform:scale(1)}}.sz-gauge-card .sz-card-head{margin-bottom:.25rem;flex-shrink:0}.sz-online-head-right{display:inline-flex;align-items:center;gap:.45rem}.sz-live-badge{display:inline-flex;align-items:center;gap:.3rem;padding:.22rem .55rem;border-radius:999px;background:#006eac1f;color:#006eac;font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.sz-live-badge:before{content:"";width:6px;height:6px;border-radius:50%;background:#006eac;box-shadow:0 0 #006eac73;animation:sz-live-pulse 1.8s ease-out infinite}@keyframes sz-live-pulse{0%{box-shadow:0 0 #006eac73}70%{box-shadow:0 0 0 7px #006eac00}to{box-shadow:0 0 #006eac00}}.sz-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;height:100%}.sz-metrics.sz-metrics-4{grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem;align-self:stretch;min-height:0;height:100%}.sz-metrics-stack{display:flex;flex-direction:column;gap:.5rem;min-width:0;height:100%;align-self:stretch}.sz-metrics-stack>.sz-metrics{flex:1 1 0;min-height:0;height:auto}.sz-metrics-stack .sz-metrics.sz-metrics-4 .sz-metric{padding:.55rem .5rem;gap:.2rem;min-width:0;height:100%}.sz-metrics-stack .sz-metrics.sz-metrics-4 .sz-metric-label{font-size:.68rem}.sz-metrics-stack .sz-metrics.sz-metrics-4 .sz-metric h3,.sz-metrics-stack .sz-metrics.sz-metrics-4 .sz-metric-num{font-size:1.7rem;line-height:1.05;margin:.05rem 0;white-space:nowrap;overflow:hidden;text-overflow:clip;max-width:100%;letter-spacing:-.04em}.sz-metrics-stack .sz-metric-num.digits-5{font-size:1.4rem}.sz-metrics-stack .sz-metric-num.digits-6{font-size:1.15rem}.sz-metrics-stack .sz-metric-num.digits-7{font-size:.95rem}.sz-metrics-stack .sz-metrics.sz-metrics-4 .sz-metric-pct{font-size:.6rem;padding:.1rem .3rem}.sz-metrics-stack .sz-metrics.sz-metrics-4 .sz-metric-go{font-size:.62rem;margin-top:auto}.sz-metric-cyan{border-top:3px solid #5ba8cc}.sz-metric-cyan .sz-metric-go{color:#006eac}.sz-metric-cyan .sz-metric-pct{background:#006eac1a;color:#006eac}.sz-metric{background:linear-gradient(165deg,#f7fbfe,#fff 52%);border:1px solid var(--sz-border);border-radius:14px;box-shadow:var(--sz-shadow);padding:.75rem .85rem;display:flex;flex-direction:column;justify-content:space-between;gap:.35rem;min-height:0}a.sz-metric.is-link{text-decoration:none;color:inherit;cursor:pointer;transition:transform .12s,box-shadow .12s,border-color .12s}a.sz-metric.is-link:hover{transform:translateY(-2px);box-shadow:0 12px 28px #006eac1f;border-color:#006eac47}.sz-metric.is-clickable:hover{box-shadow:0 12px 28px #006eac1a}.sz-metric-value-link{display:block;min-width:0;max-width:100%;overflow:hidden;text-decoration:none;color:inherit}.sz-metric-value-link h3{margin:0}.sz-metric-go{display:inline-flex;align-items:center;gap:.2rem;margin-top:.15rem;font-size:.72rem;font-weight:700;color:#006eac;text-decoration:none}.sz-metric-green .sz-metric-go,.sz-metric-orange .sz-metric-go,.sz-metric-purple .sz-metric-go,.sz-metric-sky .sz-metric-go,.sz-metric-steel .sz-metric-go,.sz-metric-navy .sz-metric-go,.sz-metric-ice .sz-metric-go,.sz-metric-mist .sz-metric-go,.sz-metric-soft .sz-metric-go,.sz-metric-deep .sz-metric-go{color:#006eac}.sz-metric-meta-row.is-link{text-decoration:none;color:inherit;border-radius:8px;padding:.15rem .25rem;margin:0 -.25rem;transition:background .12s}.sz-metric-meta-row.is-link:hover{background:#006eac14}.sz-metric-meta-row.is-link strong{color:#006eac}.sue-filters{padding:.85rem 1rem}.sue-filter-row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:end}.sue-filter-row .sz-filter-field{min-width:160px}.sue-filter-row .sz-filter-field input[type=date]{min-height:42px;border:1px solid var(--sz-border);border-radius:10px;padding:0 .75rem;font-family:inherit;font-weight:600;color:var(--sz-text);background:#fff}.sue-search{margin-left:auto;min-width:220px}.sz-metric-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.4rem}.sz-metric-pct{display:inline-flex;align-items:center;padding:.18rem .45rem;border-radius:999px;background:#006eac1a;color:#006eac;font-size:.68rem;font-weight:700;flex-shrink:0}.sz-metric-blue{border-top:3px solid #006eac;background:linear-gradient(165deg,#eaf5fb,#fff 55%)}.sz-metric-sky{border-top:3px solid #33a0d6;background:linear-gradient(165deg,#eef7fc,#fff 55%)}.sz-metric-steel{border-top:3px solid #4d93b8;background:linear-gradient(165deg,#f0f7fb,#fff 55%)}.sz-metric-navy{border-top:3px solid #00558a;background:linear-gradient(165deg,#e8f2f9,#fff 55%)}.sz-metric-ice{border-top:3px solid #7eb8d6;background:linear-gradient(165deg,#f3f9fc,#fff 55%)}.sz-metric-mist{border-top:3px solid #5ba8cc;background:linear-gradient(165deg,#f1f8fc,#fff 55%)}.sz-metric-soft{border-top:3px solid #8ebfd6;background:linear-gradient(165deg,#f5fafd,#fff 55%)}.sz-metric-deep{border-top:3px solid #3d7ea6;background:linear-gradient(165deg,#edf5fa,#fff 55%)}.sz-metric-green{border-top:3px solid #33a0d6;background:linear-gradient(165deg,#eef7fc,#fff 55%)}.sz-metric-orange{border-top:3px solid #4d93b8;background:linear-gradient(165deg,#f0f7fb,#fff 55%)}.sz-metric-purple{border-top:3px solid #00558a;background:linear-gradient(165deg,#e8f2f9,#fff 55%)}.sz-metric-cyan{border-top:3px solid #7eb8d6;background:linear-gradient(165deg,#f3f9fc,#fff 55%)}.sz-metric-amber{border-top:3px solid #5ba8cc;background:linear-gradient(165deg,#f1f8fc,#fff 55%)}.sz-metric-rose{border-top:3px solid #3d7ea6;background:linear-gradient(165deg,#edf5fa,#fff 55%)}.sz-metric-slate{border-top:3px solid #6b91a8;background:linear-gradient(165deg,#f2f7fb,#fff 55%)}.sz-metrics-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.sz-metric-blue .sz-metric-go,.sz-metric-sky .sz-metric-go,.sz-metric-steel .sz-metric-go,.sz-metric-navy .sz-metric-go,.sz-metric-ice .sz-metric-go,.sz-metric-mist .sz-metric-go,.sz-metric-soft .sz-metric-go,.sz-metric-deep .sz-metric-go,.sz-metric-slate .sz-metric-go,.sz-metric-rose .sz-metric-go,.sz-metric-amber .sz-metric-go,.sz-metric-green .sz-metric-go,.sz-metric-orange .sz-metric-go,.sz-metric-purple .sz-metric-go,.sz-metric-cyan .sz-metric-go{color:#006eac}.sz-metric-label{display:block;color:var(--sz-muted);font-size:.75rem;font-weight:600}.sz-metric h3,.sz-metric-num{margin:0;font-size:1.7rem;font-weight:800;letter-spacing:-.03em;line-height:1.1;white-space:nowrap;overflow:hidden;max-width:100%}.sz-metric-num.digits-5{font-size:1.45rem}.sz-metric-num.digits-6{font-size:1.2rem}.sz-metric-num.digits-7{font-size:1rem}.sz-metric-meta{margin-top:auto;padding-top:.4rem;border-top:1px dashed var(--sz-border);display:flex;flex-direction:column;gap:.2rem}.sz-metric-meta-row{display:flex;align-items:center;justify-content:space-between;gap:.4rem}.sz-metric-meta-row span{color:var(--sz-muted);font-size:.68rem;font-weight:500}.sz-metric-meta-row strong{font-size:.75rem;font-weight:700;color:var(--sz-text)}.sz-mid-grid,.sz-bottom-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(240px,.75fr);gap:.9rem;align-items:stretch}.sz-expire-stack{display:flex;flex-direction:column;gap:.75rem}.sz-expire-stack .sz-mini-stat{flex:1}.sz-card{background:var(--sz-card);border:1px solid var(--sz-border);border-radius:var(--sz-radius);box-shadow:var(--sz-shadow);padding:1.1rem 1.2rem}.sz-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.sz-card-head h3{margin:0;font-size:1.12rem;font-weight:700}.sz-card-head p{margin:.15rem 0 0;color:var(--sz-muted);font-size:.84rem}.sz-toggle{display:inline-flex;padding:.2rem;border-radius:999px;background:#f1f5f9}.sz-toggle button{border:0;background:transparent;color:#64748b;padding:.35rem .75rem;border-radius:999px;font-size:.78rem;font-weight:600}.sz-toggle button.active{background:#0f172a;color:#fff}.sz-chart-body,.sz-gauge-wrap{min-height:220px}.sz-topup-combo{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(260px,.7fr);gap:0;background:var(--sz-card);border:1px solid var(--sz-border);border-radius:var(--sz-radius);box-shadow:var(--sz-shadow);overflow:hidden;align-items:stretch}.sz-topup-combo>.sz-card{border:0;box-shadow:none;border-radius:0;background:transparent;height:100%;min-width:0}.sz-topup-combo>.sz-chart-card{border-right:1px solid var(--sz-border)}.sz-topup-combo .sz-table-card,.sz-topup-combo .sz-recent-mini{display:flex;flex-direction:column;padding:.85rem .9rem}.sz-topup-combo .sz-recent-mini .sz-card-head{margin-bottom:.35rem}.sz-topup-combo .sz-recent-mini .sz-card-head h3{font-size:.95rem}.sz-table-search-mini{padding:.28rem .55rem}.sz-table-search-mini input{min-width:64px;width:72px;font-size:.75rem}.sz-recent-list{display:flex;flex-direction:column;gap:.15rem;flex:1;min-height:0;overflow-y:auto}.sz-recent-row{display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:.55rem;padding:.45rem .15rem;border-bottom:1px solid #f1f5f9}.sz-recent-row:last-child{border-bottom:0}.sz-recent-row>img,.sz-recent-icon{width:28px;height:28px;border-radius:50%;object-fit:cover;background:#f8fafc;flex-shrink:0}.sz-recent-icon{display:inline-flex;align-items:center;justify-content:center;background:var(--sz-blue-soft);color:var(--sz-blue);border:1px solid rgba(0,110,172,.16)}.sz-stream-pill{display:inline-flex;align-items:center;gap:.28rem;padding:.18rem .5rem;border-radius:999px;font-size:.62rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.sz-stream-pill:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.sz-stream-pill.on{background:var(--sz-blue-soft);color:var(--sz-blue)}.sz-stream-pill.on:before{box-shadow:0 0 #006eac73;animation:sz-live-pulse 1.8s ease-out infinite}.sz-stream-pill.off{background:#f1f5f9;color:#94a3b8}.sz-badlogs-mini{background:radial-gradient(circle at 92% 8%,rgba(0,110,172,.08),transparent 42%),linear-gradient(165deg,#eef6fb,#fff 48%,#f7fbfe);border-color:#006eac24}.sz-badlogs-mini .sz-card-head h3{color:#00558a}.sz-badlogs-mini .sz-card-head p{color:#6b91a8;font-size:.72rem}.sz-badlogs-mini .sz-recent-row{border-bottom-color:#006eac14;border-radius:10px;padding:.5rem .35rem;margin:0 -.15rem}.sz-badlogs-mini .sz-recent-row:hover{background:#006eac0a}.sz-badlog-icon{background:#006eac1a!important;color:#006eac!important;border-color:#006eac29!important}.sz-badlogs-mini .sz-badge.pending{background:#006eac1a;color:#006eac;border:1px solid rgba(0,110,172,.14)}.sz-badlog-mac{font-style:normal;font-size:.62rem;font-weight:600;color:#6b91a8;max-width:86px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sz-badlog-row{animation:sz-badlog-in .35s ease}@keyframes sz-badlog-in{0%{opacity:.35;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.sz-recent-meta{min-width:0}.sz-recent-meta strong{display:block;font-size:.8rem;font-weight:700;color:var(--sz-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.sz-recent-meta small{display:block;margin-top:.12rem;color:var(--sz-muted);font-size:.65rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sz-recent-right{display:flex;flex-direction:column;align-items:flex-end;gap:.18rem;flex-shrink:0}.sz-badge-mini{padding:.12rem .4rem;font-size:.62rem}.sz-recent-right .sz-amount{font-size:.8rem;font-style:normal;font-weight:800}.sz-gauge-meta{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:.25rem}.sz-online-split{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex:1 1 auto;min-height:0;padding:.15rem .1rem .35rem}.sz-online-split-left{min-width:0;flex:1}.sz-online-kicker{display:block;color:#6b91a8;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.sz-online-hero-num{display:block;font-weight:800;letter-spacing:-.05em;color:#006eac;line-height:.95;white-space:nowrap;font-size:3.65rem}.sz-online-hero-num.digits-5{font-size:3.05rem}.sz-online-hero-num.digits-6{font-size:2.55rem}.sz-online-hero-num.digits-7{font-size:2.15rem}.sz-online-split-left small{display:block;margin-top:.35rem;color:#5b8eab;font-size:.74rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sz-online-split-ring{width:112px;height:112px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at center,#fff,#e8f4fb 78%,#006eac14);border:1px solid rgba(0,110,172,.14);border-radius:50%;box-shadow:0 8px 18px #006eac1a}.sz-online-split-ring .apexcharts-canvas{filter:drop-shadow(0 4px 10px rgba(0,110,172,.16))}.sz-online-ring-loading{width:72px;height:72px;border-radius:50%;border:6px solid rgba(0,110,172,.12);border-top-color:#006eac;animation:sz-spin .9s linear infinite}@keyframes sz-spin{to{transform:rotate(360deg)}}.sz-online-strip-tiles{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.45rem;margin-top:auto;flex-shrink:0;padding-top:.85rem}.sz-online-strip-tile{background:linear-gradient(160deg,#fff,#eaf4fb);border:1px solid rgba(0,110,172,.12);border-radius:12px;padding:.45rem .4rem;text-align:center;min-width:0}.sz-online-strip-tile span{display:block;color:#6b91a8;font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;margin-bottom:.18rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sz-online-strip-tile strong{display:block;font-size:.92rem;font-weight:800;color:#0f172a;letter-spacing:-.02em;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sz-gauge-meta>div{background:#f8fafc;border-radius:12px;padding:.7rem .85rem}.sz-gauge-meta span{display:block;color:var(--sz-muted);font-size:.72rem;margin-bottom:.15rem}.sz-gauge-meta strong{font-size:1rem}.sz-expire-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}.sz-mini-stat{background:#fff;border:1px solid var(--sz-border);border-radius:14px;padding:.9rem 1rem;box-shadow:var(--sz-shadow)}.sz-mini-stat span{display:block;color:var(--sz-muted);font-size:.78rem;margin-bottom:.25rem}.sz-mini-stat strong{font-size:1.25rem;font-weight:800}.sz-table-head{flex-wrap:wrap}.sz-table-tools{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap}.sz-table-search{display:flex;align-items:center;gap:.4rem;padding:.45rem .75rem;border-radius:999px;border:1px solid var(--sz-border);background:#f8fafc;color:var(--sz-muted)}.sz-table-search input{border:0;outline:0;background:transparent;font-size:.82rem;color:var(--sz-text);min-width:120px}.sz-filter-btn{display:inline-flex;align-items:center;gap:.3rem;padding:.45rem .8rem;border-radius:999px;border:1px solid var(--sz-border);background:#fff;color:#64748b;font-size:.82rem;font-weight:600}.sz-table-wrap{overflow-x:auto}.sz-table{width:100%;border-collapse:collapse;font-size:.86rem}.sz-table th{text-align:left;color:var(--sz-muted);font-weight:600;padding:.7rem .55rem;border-bottom:1px solid var(--sz-border);white-space:nowrap}.sz-table td{padding:.9rem .55rem;border-bottom:1px solid #f1f5f9;vertical-align:middle;color:#334155;white-space:nowrap}.sz-table tr:last-child td{border-bottom:0}.sz-user-cell{display:flex;align-items:center;gap:.65rem}.sz-user-cell img{width:34px;height:34px;border-radius:50%;object-fit:cover;background:#f8fafc}.sz-user-cell strong{display:block;color:var(--sz-text);font-weight:600;font-size:.86rem}.sz-user-cell small{color:var(--sz-muted);font-size:.72rem}.sz-badge{display:inline-flex;align-items:center;padding:.28rem .65rem;border-radius:999px;font-size:.72rem;font-weight:700}.sz-badge.done{background:#e7f8ef;color:#15803d}.sz-badge.pending{background:#fff4e8;color:#c2410c}.sz-amount{font-weight:700;color:var(--sz-text)}.sz-empty{text-align:center;color:var(--sz-muted);padding:2rem 1rem;font-size:.88rem}.sz-shimmer{background:linear-gradient(90deg,#eef2f7 25%,#f8fafc,#eef2f7 75%);background-size:200% 100%;animation:sz-shimmer 1.4s infinite linear;color:transparent!important;border-radius:4px;min-width:2.5rem;display:inline-block}@keyframes sz-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}body.sz-theme .sz-content .card.custom-card{border:1px solid var(--sz-border);border-radius:var(--sz-radius);box-shadow:var(--sz-shadow)}@media (min-width: 1100px){.sz-profile-meta{display:block}}@media (max-width: 1199px){.sz-metrics,.sz-metrics.sz-metrics-4,.sz-metrics-row{grid-template-columns:repeat(2,minmax(0,1fr))}.sz-top-half,.sz-mid-grid,.sz-bottom-grid{grid-template-columns:1fr}}@media (max-width: 991px){.sz-app{grid-template-columns:1fr}.sz-sidebar{position:fixed;left:0;top:0;transform:translate(-105%);transition:transform .22s ease;box-shadow:0 20px 50px #0f172a2e}body.sz-sidebar-open .sz-sidebar{transform:translate(0)}body.sz-sidebar-open .sz-sidebar-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a59;z-index:35}.sz-topup-combo{display:flex;flex-direction:column;gap:1.1rem;background:transparent;border:0;box-shadow:none;border-radius:0;overflow:visible}.sz-topup-combo>.sz-card{background:var(--sz-card);border:1px solid var(--sz-border);border-radius:var(--sz-radius);box-shadow:var(--sz-shadow)}.sz-topup-combo>.sz-chart-card{border-right:1px solid var(--sz-border)}.sz-menu-toggle{display:inline-flex}.sz-search-box{order:3;flex:1 1 100%;max-width:none;margin:0}.sz-header{flex-wrap:wrap}.sz-expire-row{grid-template-columns:1fr}.sz-top-half>.sz-card{max-height:none}.sz-online-hero-num{font-size:3.1rem}.sz-online-hero-num.digits-5{font-size:2.6rem}.sz-online-hero-num.digits-6{font-size:2.2rem}.sz-online-hero-num.digits-7{font-size:1.85rem}}@media (max-width: 575px){.sz-metrics,.sz-metrics.sz-metrics-4,.sz-metrics-row{grid-template-columns:1fr}.sz-content{padding:.35rem .85rem 1rem}.sz-header{padding:.75rem .85rem}.sz-online-strip{width:100%;overflow-x:auto}.sz-wallet{display:none}}@media (max-width: 1199px){.subscriber-info-page .subscriber-usage-row{width:100%;overflow-x:auto}}.sz-users-page{display:flex;flex-direction:column;gap:1rem}.sz-users-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.sz-users-head h2{margin:0;font-size:1.7rem;font-weight:800;letter-spacing:-.03em;color:var(--sz-text)}.sz-users-page.is-active .sz-users-head h2,.sz-users-page.is-expire .sz-users-head h2,.sz-users-page.is-upcoming .sz-users-head h2,.sz-users-page.is-disable .sz-users-head h2,.sz-users-page.is-disableActive .sz-users-head h2,.sz-users-page.is-disableExpire .sz-users-head h2,.sz-users-page.is-online .sz-users-head h2{color:var(--sz-text)}.sz-online-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.sz-online-card{text-align:left;border:1px solid var(--sz-border);border-radius:14px;padding:.85rem 1rem;cursor:pointer;transition:border-color .15s,box-shadow .15s,transform .12s}.sz-online-card span{display:block;color:var(--sz-muted);font-size:.75rem;font-weight:600}.sz-online-card strong{display:block;margin-top:.25rem;font-size:1.45rem;font-weight:800;color:var(--sz-text);letter-spacing:-.03em}.sz-online-card:hover{border-color:#006eac59;box-shadow:0 10px 24px #006eac1a;transform:translateY(-1px)}.sz-online-card.is-active{border-color:#006eac73;box-shadow:0 0 0 1px #006eac33,0 10px 24px #006eac1f}.sz-online-toolbar{align-items:flex-end;flex-wrap:wrap;gap:.75rem}.sz-online-toolbar .sz-action-btn{margin-left:auto}.sz-muted-line{color:var(--sz-muted);font-size:.72rem;font-weight:600}.sz-online-status{display:inline-flex;align-items:center;padding:.18rem .5rem;border-radius:999px;font-size:.68rem;font-weight:700}.sz-online-status.is-active{background:#006eac1a;color:#006eac}.sz-online-status.is-expire{background:#00558a1a;color:#00558a}.sz-users-error{padding:.75rem 1rem;border-radius:12px;background:#fff1f2;color:#be123c;font-size:.86rem;font-weight:600}@media (max-width: 991px){.sz-online-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 575px){.sz-online-cards{grid-template-columns:1fr}.sz-online-toolbar .sz-action-btn{margin-left:0;width:100%}}.sz-users-head p{margin:.2rem 0 0;color:var(--sz-muted);font-size:.88rem}.sz-users-crumb{display:inline-flex;align-items:center;gap:.4rem;font-size:.82rem;color:var(--sz-muted)}.sz-users-crumb a{color:var(--sz-blue);text-decoration:none;font-weight:600}.sz-users-crumb strong{color:var(--sz-text);font-weight:700}.sz-users-filters{background:radial-gradient(circle at 96% 8%,rgba(51,160,214,.16),transparent 36%),linear-gradient(145deg,#eaf5fb,#fff 55%);border:1px solid rgba(0,110,172,.14);border-radius:var(--sz-radius);box-shadow:var(--sz-shadow);padding:1rem 1.1rem}.sz-filter-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr)) auto;gap:.75rem;align-items:end}.sz-filter-field{display:flex;flex-direction:column;gap:.35rem;min-width:0;margin:0}.sz-filter-field>span{display:inline-flex;align-items:center;gap:.35rem;color:#5b8eab;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.sz-filter-field>span i{font-size:.95rem;color:var(--sz-blue)}.sz-filter-locked{display:flex;align-items:center;min-height:42px;padding:0 .85rem;border-radius:10px;border:1px solid rgba(0,110,172,.18);background:#e8f4fb;color:#006eac;font-size:.86rem;font-weight:800}.sz-users-page.is-active .sz-users-filters,.sz-users-page.is-expire .sz-users-filters{border-color:#006eac2e}.sz-filter-field select{width:100%;border:1px solid rgba(0,110,172,.16);background:#ffffffeb;border-radius:12px;padding:.65rem .8rem;font-size:.88rem;font-weight:600;color:var(--sz-text);font-family:inherit;outline:0;box-shadow:0 1px #fffc inset;transition:border-color .15s ease,box-shadow .15s ease}.sz-filter-field select:focus{border-color:var(--sz-blue);box-shadow:0 0 0 3px #006eac1f}.sz-sselect{position:relative;width:100%}.sz-sselect-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.5rem;border:1px solid rgba(0,110,172,.16);background:#ffffffeb;border-radius:12px;padding:.65rem .8rem;font-size:.88rem;font-weight:600;color:var(--sz-text);font-family:inherit;cursor:pointer;text-align:left}.sz-sselect.is-open .sz-sselect-trigger{border-color:var(--sz-blue);box-shadow:0 0 0 3px #006eac1f}.sz-sselect-trigger span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sz-sselect-trigger i{color:var(--sz-blue);flex-shrink:0}.sz-sselect-panel{position:absolute;left:0;right:0;top:calc(100% + 6px);z-index:40;background:#fff;border:1px solid rgba(0,110,172,.16);border-radius:14px;box-shadow:0 16px 36px #0a042e1f;overflow:hidden}.sz-sselect-search{display:flex;align-items:center;gap:.4rem;padding:.55rem .75rem;border-bottom:1px solid var(--sz-border);color:var(--sz-muted);background:#f8fbfe}.sz-sselect-search input{border:0;outline:0;width:100%;background:transparent;font-size:.86rem;font-family:inherit;color:var(--sz-text)}.sz-sselect-list{list-style:none;margin:0;padding:.35rem;max-height:240px;overflow-y:auto}.sz-sselect-list button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.65rem;border:0;background:transparent;border-radius:10px;padding:.55rem .65rem;text-align:left;font-family:inherit;font-size:.84rem;font-weight:600;color:var(--sz-text);cursor:pointer}.sz-sselect-list button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sz-sselect-list button em{flex-shrink:0;font-style:normal;font-size:.72rem;font-weight:700;color:var(--sz-blue);background:var(--sz-blue-soft);border-radius:999px;padding:.15rem .45rem}.sz-sselect-list button:hover,.sz-sselect-list button.is-active{background:var(--sz-blue-soft);color:var(--sz-blue)}.sz-sselect-empty{padding:.85rem;text-align:center;color:var(--sz-muted);font-size:.82rem;font-weight:600}.sz-filter-submit{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;height:44px;padding:0 1.25rem;border:0;border-radius:12px;background:linear-gradient(135deg,#006eac,#0a8ac8);color:#fff;font-size:.9rem;font-weight:700;font-family:inherit;cursor:pointer;box-shadow:0 8px 18px #006eac38;white-space:nowrap;transition:transform .15s ease,box-shadow .15s ease}.sz-filter-submit:hover{transform:translateY(-1px);box-shadow:0 10px 22px #006eac47}.sz-filter-submit i{font-size:1.1rem}.sz-users-panel{background:var(--sz-card);border:1px solid var(--sz-border);border-radius:var(--sz-radius);box-shadow:var(--sz-shadow);overflow:hidden}.sz-users-toolbar{display:flex;align-items:center;justify-content:space-between;gap:.85rem;flex-wrap:wrap;padding:.85rem 1.05rem;border-bottom:1px solid var(--sz-border);background:linear-gradient(180deg,#f8fbfe,#fff)}.sz-users-toolbar-left{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap}.sz-rows-select select{border:1px solid var(--sz-border);background:#fff;border-radius:999px;padding:.4rem .85rem;font-size:.8rem;font-weight:600;color:var(--sz-text);font-family:inherit;outline:0}.sz-users-count{color:var(--sz-muted);font-size:.8rem;font-weight:600}.sz-selected-chip{display:inline-flex;align-items:center;padding:.22rem .55rem;border-radius:999px;background:var(--sz-blue-soft);color:var(--sz-blue);font-size:.72rem;font-weight:700}.sz-users-search{display:flex;align-items:center;gap:.4rem;min-width:220px;padding:.45rem .8rem;border-radius:999px;border:1px solid var(--sz-border);background:#fff;color:var(--sz-muted)}.sz-users-search input{border:0;outline:0;background:transparent;width:100%;font-size:.86rem;color:var(--sz-text);font-family:inherit}.sz-users-table-wrap{overflow-x:auto}.sz-users-table{width:100%;border-collapse:separate;border-spacing:0;font-size:.86rem}.sz-users-table thead th{position:sticky;top:0;z-index:1;text-align:left;padding:.75rem .85rem;background:#f3f8fc;color:#5b8eab;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--sz-border);white-space:nowrap}.sz-users-table tbody td{padding:.85rem;border-bottom:1px solid #eef4f9;vertical-align:middle;color:#334155;white-space:nowrap}.sz-users-table tbody tr{transition:background .12s ease}.sz-users-table tbody tr:hover{filter:brightness(.985)}.sz-users-table tbody tr.sz-row-enabled{background:linear-gradient(90deg,#10b9811f 0,#10b9811f 4px,#fff 4px)}.sz-users-table tbody tr.sz-row-disabled{background:linear-gradient(90deg,#e11d4829 0,#e11d4829 4px,#fff7f8 4px)}.sz-users-table tbody tr.sz-row-disabled .sz-user-link,.sz-users-table tbody tr.sz-row-disabled .sz-user-name{color:#9f1239}.sz-users-table tbody tr:last-child td{border-bottom:0}.sz-col-num{width:48px;color:var(--sz-muted)!important;font-weight:600}.sz-user-link{color:var(--sz-blue);font-weight:700;text-decoration:none}.sz-user-link:hover{text-decoration:underline}.sz-user-cell-stack{display:flex;flex-direction:column;gap:.2rem;min-width:160px}.sz-user-top{display:inline-flex;align-items:center;gap:.4rem;flex-wrap:wrap}.sz-user-name{font-weight:700;color:var(--sz-text);font-size:.82rem}.sz-online-dot{display:inline-block;width:8px;height:8px;min-width:8px;border-radius:50%;background:#16a34a;vertical-align:middle}.sz-online-dot.is-on{animation:sz-online-blink 1.1s ease-in-out infinite}.sz-online-dot.is-off{background:#94a3b8;animation:none}.sz-online-dot.is-expire{background:#f59e0b;animation:sz-online-blink 1.1s ease-in-out infinite}.sz-online-dot.is-disable{background:#e11d48;animation:sz-online-blink 1.1s ease-in-out infinite}.sz-session-cell{display:flex;flex-direction:column;gap:.2rem;min-width:9.5rem}.sz-session-login{font-size:.78rem;color:var(--sz-text);font-weight:600;white-space:nowrap}.sz-session-uptime{display:inline-flex;align-items:center;width:fit-content;padding:.12rem .45rem;border-radius:999px;font-size:.68rem;font-weight:700;letter-spacing:.01em}.sz-session-uptime.is-up{color:#0f766e;background:#14b8a624}.sz-session-uptime.is-down{color:#b45309;background:#f59e0b29}.sz-usage-pill{display:inline-flex;align-items:center;gap:.25rem;padding:.2rem .5rem;border-radius:999px;font-size:.68rem;font-weight:700;white-space:nowrap;color:#92400e;background:#f59e0b24}.sz-usage-pill .bx{font-size:.85rem;line-height:1}.sz-usage-sep{opacity:.55;margin:0 .1rem}@keyframes sz-online-blink{0%,to{opacity:1}50%{opacity:.28}}.sz-online-legend,.sz-enable-legend{display:inline-flex;align-items:center;gap:.35rem;color:var(--sz-muted);font-size:.72rem;font-weight:700}.sz-leg-swatch{display:inline-block;width:12px;height:12px;border-radius:3px}.sz-leg-swatch.is-on{background:#10b98159;border:1px solid #10b981}.sz-leg-swatch.is-off{background:#e11d4840;border:1px solid #e11d48}.sz-cell-muted{color:#64748b}.sz-pill{display:inline-flex;align-items:center;max-width:180px;padding:.28rem .6rem;border-radius:999px;font-size:.72rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sz-pill-owner{background:#fff7e8;color:#b45309;border:1px solid rgba(245,158,11,.22)}.sz-pill-service{background:var(--sz-blue-soft);color:var(--sz-blue);border:1px solid rgba(0,110,172,.16)}.sz-exp-tip{position:relative;display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .55rem;border-radius:10px;cursor:help;white-space:nowrap}.sz-exp-tip.is-ok{background:#ecfdf5;color:#047857;border:1px solid rgba(16,185,129,.22)}.sz-exp-tip.is-ok .sz-exp-date{color:#059669}.sz-exp-tip.is-expired{background:#fff1f2;color:#be123c;border:1px solid rgba(225,29,72,.18)}.sz-exp-tip.is-expired .sz-exp-date{color:#e11d48}.sz-exp-date{font-size:.8rem;font-weight:700}.sz-exp-tip>i{font-size:.95rem;opacity:.85}.sz-exp-popup{position:absolute;left:50%;bottom:calc(100% + 8px);transform:translate(-50%) translateY(4px);min-width:170px;padding:.55rem .7rem;border-radius:10px;background:#0f172a;color:#fff;font-size:.72rem;font-weight:600;line-height:1.35;text-align:center;box-shadow:0 10px 24px #0f172a38;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .15s ease,transform .15s ease;z-index:5;white-space:normal}.sz-exp-popup:after{content:"";position:absolute;top:100%;left:50%;margin-left:-6px;border:6px solid transparent;border-top-color:#0f172a}.sz-exp-tip:hover .sz-exp-popup{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.sz-muted-dash{color:var(--sz-muted)}.sz-users-empty{text-align:center!important;padding:2.4rem 1rem!important;color:var(--sz-muted)!important;font-weight:600}.sz-users-spinner{display:inline-block;width:18px;height:18px;margin-right:.45rem;border-radius:50%;border:2px solid rgba(0,110,172,.15);border-top-color:var(--sz-blue);vertical-align:-3px;animation:sz-spin .8s linear infinite}.sz-users-pager{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.85rem 1.05rem;border-top:1px solid var(--sz-border);background:#f8fbfe;color:var(--sz-muted);font-size:.82rem;font-weight:600}.sz-pager-btn{display:inline-flex;align-items:center;gap:.25rem;padding:.45rem .85rem;border-radius:999px;border:1px solid rgba(0,110,172,.18);background:#fff;color:var(--sz-blue);font-size:.82rem;font-weight:700;font-family:inherit;cursor:pointer}.sz-pager-btn:disabled{opacity:.45;cursor:not-allowed}.sz-pager-btn:not(:disabled):hover{background:var(--sz-blue-soft)}@media (max-width: 1100px){.sz-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sz-filter-submit{grid-column:1 / -1;width:100%}}@media (max-width: 575px){.sz-filter-grid{grid-template-columns:1fr}.sz-users-search{min-width:0;width:100%}}.sz-filter-field input[type=date]{width:100%;min-height:42px;border:1px solid rgba(0,110,172,.16);background:#ffffffeb;border-radius:12px;padding:.55rem .8rem;font-size:.88rem;font-weight:600;font-family:inherit;color:var(--sz-text);outline:0;box-shadow:0 1px #fffc inset;transition:border-color .15s ease,box-shadow .15s ease}.sz-filter-field input[type=date]:focus{border-color:var(--sz-blue);box-shadow:0 0 0 3px #006eac1f}.sz-filter-grid-topup{grid-template-columns:repeat(4,minmax(0,1fr)) auto}.sz-topup-shell{background:linear-gradient(180deg,#e6f3fa8c,#ffffffeb 28%),#fff;border:1px solid rgba(0,110,172,.12);border-radius:18px;box-shadow:0 10px 28px #0a042e0a;overflow:hidden}.sz-topup-idle{padding:3.2rem 1.5rem;text-align:center}.sz-topup-idle-icon{width:56px;height:56px;margin:0 auto .85rem;display:grid;place-items:center;border-radius:16px;background:#006eac1a;color:var(--sz-blue);font-size:1.55rem}.sz-topup-idle h3{margin:0 0 .35rem;font-size:1.05rem;color:var(--sz-text)}.sz-topup-idle p{margin:0;color:var(--sz-muted);font-size:.88rem;font-weight:600}.sz-topup-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;padding:1rem 1rem .35rem}.sz-topup-stat{position:relative;padding:.85rem .95rem;border-radius:14px;background:#ffffffdb;border:1px solid rgba(0,110,172,.1);overflow:hidden}.sz-topup-stat:after{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--sz-blue)}.sz-topup-stat span{display:block;font-size:.68rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#6b8fa8;margin-bottom:.2rem}.sz-topup-stat strong{display:block;font-size:1.35rem;font-weight:800;color:var(--sz-text);font-variant-numeric:tabular-nums;line-height:1.15}.sz-topup-stat small{display:block;margin-top:.2rem;font-size:.72rem;font-weight:700;color:var(--sz-muted)}.sz-topup-stat.is-recv:after{background:#0d9488}.sz-topup-stat.is-send:after{background:#e11d48}.sz-topup-stat.is-net.is-up:after{background:#0284c7}.sz-topup-stat.is-net.is-down:after{background:#ea580c}.sz-topup-toolbar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;padding:.85rem 1rem .75rem;border-bottom:1px dashed rgba(0,110,172,.14)}.sz-topup-toolbar-left{display:inline-flex;align-items:center;gap:.65rem;flex-wrap:wrap}.sz-topup-ledger{display:flex;flex-direction:column;gap:.55rem;padding:.85rem 1rem 1rem;max-height:min(68vh,820px);overflow:auto}.sz-topup-empty{display:flex;align-items:center;justify-content:center;gap:.55rem;min-height:140px;color:var(--sz-muted);font-weight:700}.sz-topup-row{--rail: #006eac;position:relative;display:grid;grid-template-columns:88px minmax(180px,1.15fr) minmax(200px,1.35fr) minmax(140px,.9fr);gap:.85rem 1rem;align-items:center;padding:.85rem .95rem .85rem 1.05rem;border-radius:14px;background:#fff;border:1px solid rgba(15,23,42,.06);box-shadow:0 1px #fffc inset;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.sz-topup-row:hover{transform:translateY(-1px);border-color:#006eac2e;box-shadow:0 10px 22px #006eac12}.sz-topup-row.is-recv{--rail: #0d9488}.sz-topup-row.is-send{--rail: #e11d48}.sz-topup-rail{position:absolute;left:0;top:10px;bottom:10px;width:4px;border-radius:0 6px 6px 0;background:var(--rail)}.sz-topup-when{display:flex;flex-direction:column;gap:.12rem;min-width:0}.sz-topup-idx{font-size:.62rem;font-weight:800;letter-spacing:.04em;color:#8aa4b8}.sz-topup-when strong{font-size:.86rem;font-weight:800;color:var(--sz-text);font-variant-numeric:tabular-nums}.sz-topup-when small{font-size:.72rem;font-weight:600;color:var(--sz-muted)}.sz-topup-flow{display:grid;grid-template-columns:1fr auto 1fr;gap:.45rem;align-items:center;min-width:0}.sz-topup-party{min-width:0;padding:.4rem .55rem;border-radius:10px;background:#f3f7fbe6;border:1px solid rgba(0,110,172,.06)}.sz-topup-party span{display:block;font-size:.58rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:#7b98ad;margin-bottom:.1rem}.sz-topup-party strong{display:block;font-size:.82rem;font-weight:800;color:var(--sz-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sz-topup-arrow{width:28px;height:28px;display:grid;place-items:center;border-radius:999px;background:#006eac14;color:var(--sz-blue);font-size:1rem}.sz-topup-row.is-recv .sz-topup-arrow{background:#0d94881a;color:#0f766e}.sz-topup-row.is-send .sz-topup-arrow{background:#e11d481a;color:#be123c}.sz-topup-meta{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center;min-width:0}.sz-topup-tran{display:inline-flex;align-items:center;gap:.28rem;max-width:100%;border:0;cursor:pointer;font:inherit;font-size:.7rem;font-weight:700;padding:.28rem .5rem;border-radius:8px;color:var(--sz-blue);background:#006eac1a;transition:background .15s ease,color .15s ease}.sz-topup-tran span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sz-topup-tran:hover{background:#006eac29}.sz-topup-tran.is-copied{color:#0f766e;background:#0d948824}.sz-topup-pay,.sz-topup-note{display:inline-flex;max-width:100%;padding:.22rem .45rem;border-radius:8px;font-size:.68rem;font-weight:700;color:#475569;background:#94a3b81f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sz-topup-note{max-width:160px;color:#64748b;font-weight:600}.sz-topup-side{display:flex;flex-direction:column;align-items:flex-end;gap:.35rem;min-width:0}.sz-topup-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.2rem .5rem;border-radius:999px;font-size:.64rem;font-weight:800;letter-spacing:.04em}.sz-topup-badge.is-recv{color:#0f766e;background:#0d94881f}.sz-topup-badge.is-send{color:#be123c;background:#e11d481a}.sz-topup-amount{text-align:right;font-variant-numeric:tabular-nums}.sz-topup-amount small{display:block;font-size:.58rem;font-weight:800;letter-spacing:.06em;color:#94a3b8}.sz-topup-amount strong{font-size:1.05rem;font-weight:800;letter-spacing:-.01em}.sz-topup-amount.is-recv strong{color:#0f766e}.sz-topup-amount.is-send strong{color:#be123c}.sz-topup-pager{border-top:1px dashed rgba(0,110,172,.12);margin:0;border-radius:0;background:transparent}@media (max-width: 1100px){.sz-topup-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.sz-topup-row{grid-template-columns:1fr 1fr}.sz-topup-side{align-items:flex-start}}@media (max-width: 700px){.sz-topup-stats{grid-template-columns:1fr}.sz-topup-row{grid-template-columns:1fr;gap:.65rem}.sz-topup-flow{grid-template-columns:1fr}.sz-topup-arrow{transform:rotate(90deg);margin:0 auto}}.sz-filter-grid-recharge{grid-template-columns:repeat(3,minmax(0,1fr)) auto}.sz-rch-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.sz-rch-row{grid-template-columns:88px minmax(150px,1fr) minmax(180px,1.1fr) minmax(140px,.9fr) minmax(120px,.75fr)}.sz-rch-user{display:flex;flex-direction:column;gap:.12rem;min-width:0}.sz-rch-user-link{color:var(--sz-blue);font-weight:800;font-size:.88rem;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sz-rch-user-link:hover{text-decoration:underline}.sz-rch-name{font-size:.8rem;font-weight:700;color:var(--sz-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sz-rch-contact{font-size:.7rem;font-weight:600;color:var(--sz-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sz-rch-meta{align-content:flex-start}.sz-rch-exp{display:flex;flex-direction:column;gap:.35rem;min-width:0}.sz-rch-exp>div{min-width:0;padding:.35rem .5rem;border-radius:10px;background:#f3f7fbe6;border:1px solid rgba(0,110,172,.06)}.sz-rch-exp span{display:block;font-size:.58rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:#7b98ad}.sz-rch-exp strong{display:block;margin-top:.08rem;font-size:.74rem;font-weight:700;color:var(--sz-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sz-rch-footer-total{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;margin:0 1rem .85rem;padding:.7rem .95rem;border-radius:12px;background:linear-gradient(90deg,#006eac14,#0d94881a);border:1px solid rgba(0,110,172,.12)}.sz-rch-footer-total span{font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#5b8eab}.sz-rch-footer-total strong{font-size:1.05rem;font-weight:800;color:#0f766e;font-variant-numeric:tabular-nums}@media (max-width: 1100px){.sz-rch-stats{grid-template-columns:1fr}.sz-rch-row{grid-template-columns:1fr 1fr}}@media (max-width: 700px){.sz-filter-grid-recharge,.sz-rch-row{grid-template-columns:1fr}}.sz-export-btns{display:inline-flex;align-items:center;gap:.4rem;flex-wrap:wrap}.sz-export-btn{display:inline-flex;align-items:center;gap:.28rem;border:0;border-radius:10px;padding:.42rem .7rem;font:inherit;font-size:.75rem;font-weight:800;cursor:pointer;color:#fff;transition:opacity .15s ease,transform .15s ease}.sz-export-btn:hover:not(:disabled){transform:translateY(-1px)}.sz-export-btn:disabled{opacity:.45;cursor:not-allowed}.sz-export-btn.is-excel{background:linear-gradient(180deg,#0f9d58,#0b7a44)}.sz-export-btn.is-pdf{background:linear-gradient(180deg,#e53935,#c62828)}.sz-export-btn i{font-size:.95rem}.sz-filter-grid-commission{grid-template-columns:repeat(2,minmax(160px,220px)) auto;align-items:end}@media (max-width: 720px){.sz-filter-grid-commission{grid-template-columns:1fr}}.sz-comm-stats{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.75rem;margin-bottom:1rem}.sz-comm-stat{background:#fff;border:1px solid rgba(0,110,172,.12);border-radius:14px;padding:.95rem 1rem;box-shadow:0 8px 20px #0a042e0a}.sz-comm-stat span{display:block;font-size:.72rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#6b8fa8;margin-bottom:.25rem}.sz-comm-stat strong{display:block;font-size:1.25rem;font-weight:800;color:var(--sz-text);font-variant-numeric:tabular-nums;line-height:1.2}.sz-comm-stat.is-isolate{border-color:#d9770640}.sz-comm-stat.is-pending{border-color:#0d948847;background:linear-gradient(180deg,#f0fdfae6,#fff)}.sz-comm-pending-row{display:flex;align-items:center;justify-content:space-between;gap:.65rem}.sz-comm-collect-btn{border:0;border-radius:10px;padding:.45rem .85rem;font:inherit;font-size:.78rem;font-weight:800;color:#fff;background:linear-gradient(180deg,#16a34a,#15803d);cursor:pointer;white-space:nowrap}.sz-comm-collect-btn:disabled{opacity:.45;cursor:not-allowed}.sz-filter-grid-commission-page{grid-template-columns:repeat(3,minmax(150px,200px)) auto;align-items:end}.sz-comm-main{display:flex;flex-direction:column;gap:.35rem;min-width:0}.sz-comm-owner{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap;min-width:0}.sz-comm-owner strong{font-size:.9rem;color:var(--sz-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sz-comm-actype{font-size:.65rem;font-weight:800;padding:.15rem .45rem;border-radius:999px;background:#006eac1a;color:var(--sz-blue)}.sz-comm-sub span{display:block;font-size:.65rem;font-weight:700;color:var(--sz-muted);text-transform:uppercase;letter-spacing:.04em}.sz-comm-sub strong{font-size:.85rem;color:var(--sz-text)}.sz-topup-badge.is-isolate{background:#d977061f;color:#b45309}.sz-comm-isolate-badge{display:flex;flex-direction:column;align-items:flex-end;gap:.15rem}.sz-comm-isolate-badge small{font-size:.65rem;font-weight:700;color:#b45309}.sz-comm-row.is-isolate .sz-topup-rail{background:#d97706}.sz-comm-row.is-pending .sz-topup-rail{background:#e11d48}.sz-comm-row.is-received .sz-topup-rail{background:#0d9488}.sz-comm-modal-meta{display:grid;grid-template-columns:1fr 1fr;gap:.85rem;margin-bottom:.85rem}.sz-comm-modal-meta span{display:block;font-size:.72rem;font-weight:700;color:var(--sz-muted);margin-bottom:.2rem}.sz-comm-modal-meta strong{font-size:.95rem;color:var(--sz-text)}.sz-comm-modal-note{padding:.75rem .85rem;border-radius:10px;background:#f7f7f7;color:#475569;font-size:.82rem;font-weight:600;line-height:1.45;margin-bottom:.85rem}.sz-comm-modal-amount{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem .85rem;border-radius:10px;border:1px solid rgba(13,148,136,.2);background:#f0fdfab3}.sz-comm-modal-amount span{font-size:.78rem;font-weight:700;color:var(--sz-muted)}.sz-comm-modal-amount strong{font-size:1.05rem;font-weight:800;color:#0f766e}.sz-comm-modal-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.65rem;min-height:180px;text-align:center}.sz-comm-modal-state i{font-size:3rem;color:#16a34a}.sz-comm-modal-state h5{margin:0;font-size:1.1rem}.sz-comm-modal-state p{margin:0;color:var(--sz-muted);font-weight:600}.sz-comm-refresh-link{border:0;background:transparent;color:var(--sz-blue);font:inherit;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;gap:.3rem;margin-top:.35rem}@media (max-width: 1100px){.sz-comm-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 720px){.sz-comm-stats,.sz-filter-grid-commission-page{grid-template-columns:1fr}}.sz-mgr-shell{background:#fff;border:1px solid rgba(0,110,172,.12);border-radius:16px;box-shadow:0 10px 28px #0a042e0a;overflow:hidden}.sz-mgr-card-head{display:flex;align-items:center;justify-content:space-between;gap:.85rem;flex-wrap:wrap;padding:.95rem 1.1rem;border-bottom:1px solid rgba(0,110,172,.1)}.sz-mgr-card-head h3{margin:0;font-size:.95rem;font-weight:800;color:var(--sz-text)}.sz-mgr-type-btns{display:inline-flex;align-items:center;gap:.4rem;flex-wrap:wrap}.sz-mgr-type-btn{border:0;border-radius:9px;padding:.4rem .75rem;font:inherit;font-size:.75rem;font-weight:800;color:#fff;background:linear-gradient(180deg,#006eac,#055a8c);cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:.25rem}.sz-mgr-type-btn.is-active{box-shadow:0 0 0 2px #006eac47;filter:brightness(1.08)}.sz-mgr-type-btn.is-add{background:linear-gradient(180deg,#0d9488,#0f766e)}.sz-mgr-sub-legend{display:flex;gap:.25rem;font-size:.62rem;font-weight:700;color:#7a93a8;margin-top:.15rem}.sz-mgr-name{font-weight:800;color:var(--sz-blue);text-decoration:none}.sz-mgr-name:hover{text-decoration:underline}.sz-mgr-created{font-size:.68rem;font-weight:600;color:#7a93a8;margin-top:.15rem}.sz-mgr-counts{display:inline-flex;border-radius:8px;overflow:hidden}.sz-mgr-count{border:0;min-width:2.1rem;padding:.28rem .42rem;font:inherit;font-size:.72rem;font-weight:800;cursor:pointer}.sz-mgr-count.is-total{background:#e8eef3;color:#475569}.sz-mgr-count.is-active{background:#dbeafe;color:#1d4ed8}.sz-mgr-count.is-expire{background:#fee2e2;color:#b91c1c}.sz-mgr-count.is-online{background:#dcfce7;color:#15803d}.sz-mgr-balance{display:inline-block;padding:.25rem .55rem;border-radius:8px;background:#f59e0b1f;color:#b45309;font-weight:900;font-size:.9rem;font-variant-numeric:tabular-nums}.sz-mgr-actions{display:inline-flex;align-items:center;gap:.35rem;flex-wrap:wrap}.sz-mgr-action{display:inline-flex;align-items:center;justify-content:center;gap:.2rem;border:1px solid transparent;border-radius:8px;padding:.32rem .55rem;font:inherit;font-size:.72rem;font-weight:800;text-decoration:none;cursor:pointer;line-height:1}.sz-mgr-action.is-jump{background:#e11d481f;color:#be123c;border-color:#e11d4833}.sz-mgr-action.is-view{background:#f59e0b1f;color:#b45309;border-color:#f59e0b40;width:2rem;height:2rem;padding:0}.sz-mgr-action.is-delete{background:#dc26261a;color:#dc2626;border-color:#dc262640;width:2rem;height:2rem;padding:0}.sz-mgr-action:disabled{opacity:.5;cursor:wait}.sz-mgr-jump-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;background:#0a042e59;display:grid;place-items:center}.sz-mgr-jump-card{background:#fff;border-radius:14px;padding:1.4rem 1.6rem;display:flex;flex-direction:column;align-items:center;gap:.65rem;min-width:220px;box-shadow:0 18px 40px #0a042e33}.sz-mgr-jump-card p{margin:0;font-weight:700;color:var(--sz-text)}.sz-mgr-profile{padding:1.15rem 1.2rem 1.35rem}.sz-mgr-profile-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.sz-mgr-profile-head h3{margin:0 0 .2rem;font-size:1.2rem}.sz-mgr-profile-head p{margin:0;color:var(--sz-muted);font-weight:600}.sz-mgr-profile-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.sz-mgr-profile-grid>div{padding:.75rem .85rem;border-radius:12px;background:#e6f3fa8c;border:1px solid rgba(0,110,172,.1)}.sz-mgr-profile-grid>div.is-full{grid-column:1 / -1}.sz-mgr-profile-grid span{display:block;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:#6b8fa8;margin-bottom:.2rem}.sz-mgr-profile-grid strong{font-size:.92rem;color:var(--sz-text);word-break:break-word}.sz-jump-back{display:inline-flex;align-items:center;gap:.35rem;border:0;border-radius:10px;padding:.45rem .75rem;font:inherit;font-size:.75rem;font-weight:800;color:#fff;background:linear-gradient(180deg,#e11d48,#be123c);cursor:pointer;white-space:nowrap}.sz-jump-back:disabled{opacity:.6;cursor:wait}@media (max-width: 900px){.sz-mgr-profile-grid{grid-template-columns:1fr}}#subscriberProfileOffcanvas.offcanvas{width:min(480px,100vw)}#subscriberProfileOffcanvas .profile-offcanvas-header{position:relative;overflow:hidden;padding:1rem 1.25rem;background:linear-gradient(135deg,rgba(var(--primary-rgb),.08),rgba(var(--primary-rgb),.02));border-bottom:1px solid var(--default-border, #e9edf4)}#subscriberProfileOffcanvas .offcanvas-status-ribbon{position:absolute;z-index:2;top:17px;right:-38px;width:140px;padding:.3rem 0;color:#fff;background:linear-gradient(135deg,#f06548,#d93636);box-shadow:0 3px 10px #d936364d;font-size:.65rem;font-weight:800;letter-spacing:.1em;text-align:center;text-transform:uppercase;transform:rotate(45deg)}#subscriberProfileOffcanvas .offcanvas-status-ribbon.is-active{background:linear-gradient(135deg,#20b486,#12825f);box-shadow:0 3px 10px #20b4864d}#subscriberProfileOffcanvas .profile-avatar-wrap{position:relative;flex:0 0 76px;width:76px;height:76px;border:2px solid;border-radius:50%}#subscriberProfileOffcanvas .profile-avatar-wrap.is-enabled{border-color:#20b486;box-shadow:0 0 0 4px #20b4861f,0 0 18px #20b48659}#subscriberProfileOffcanvas .profile-avatar-wrap.is-disabled{border-color:#e6533c;box-shadow:0 0 0 4px #e6533c1a,0 0 16px #e6533c47}#subscriberProfileOffcanvas .profile-offcanvas-avatar{width:100%;height:100%;border-radius:50%;object-fit:cover;border:3px solid #fff}#subscriberProfileOffcanvas #offcanvas-enable-badge{position:absolute;z-index:3;left:50%;bottom:-9px;transform:translate(-50%)}#subscriberProfileOffcanvas .profile-avatar-state{display:inline-flex;align-items:center;gap:.18rem;padding:.2rem .42rem;color:#fff;border:2px solid #fff;border-radius:1rem;box-shadow:0 2px 7px #00000029;font-size:.56rem;font-weight:700;white-space:nowrap}#subscriberProfileOffcanvas .profile-avatar-state.is-enabled{background:#20b486}#subscriberProfileOffcanvas .profile-avatar-state.is-disabled{background:#e6533c}#subscriberProfileOffcanvas .offcanvas-recharge-action{position:relative;display:inline-flex;align-items:center;gap:.45rem;min-height:34px;padding:.25rem .45rem .25rem .3rem;overflow:hidden;color:#fff;background:linear-gradient(135deg,#20b486,#15946e);border:0;border-radius:.65rem;box-shadow:0 4px 12px #20b48640;text-decoration:none}#subscriberProfileOffcanvas .offcanvas-profile-action{background:linear-gradient(135deg,rgb(var(--primary-rgb)),#6548c7)}#subscriberProfileOffcanvas .offcanvas-recharge-icon{display:inline-flex;align-items:center;justify-content:center;width:27px;height:27px;border-radius:.5rem;background:#ffffff2e;font-size:1rem}#subscriberProfileOffcanvas .offcanvas-recharge-copy{display:flex;flex-direction:column;min-width:70px;line-height:1.05}#subscriberProfileOffcanvas .offcanvas-recharge-label{font-size:.7rem;font-weight:700}#subscriberProfileOffcanvas .offcanvas-recharge-amount{margin-top:.18rem;color:#ffffffc7;font-size:.58rem}#subscriberProfileOffcanvas .profile-detail-section{padding:.85rem 1.25rem;border-bottom:1px solid var(--default-border, #e9edf4)}#subscriberProfileOffcanvas .profile-detail-title{font-size:.75rem;font-weight:600;text-transform:uppercase;color:var(--text-muted, #6c757d);margin-bottom:.65rem;letter-spacing:.03em}#subscriberProfileOffcanvas .profile-detail-row{display:flex;justify-content:space-between;gap:.75rem;padding:.35rem 0;font-size:.875rem}#subscriberProfileOffcanvas .profile-detail-label{color:var(--text-muted, #6c757d)}#subscriberProfileOffcanvas .profile-detail-value{text-align:right;font-weight:500;word-break:break-word}#subscriberProfileOffcanvas .offcanvas-session-status{display:block;padding:.7rem .75rem;border:1px solid rgba(32,180,134,.2);border-radius:.75rem;background:linear-gradient(135deg,#20b4861a,#20b48606)}#subscriberProfileOffcanvas .offcanvas-session-status.is-offline{border-color:#e6533c33;background:linear-gradient(135deg,#e6533c17,#e6533c05)}#subscriberProfileOffcanvas .offcanvas-session-status-top{display:flex;align-items:center;justify-content:space-between;gap:.75rem}#subscriberProfileOffcanvas .offcanvas-live-indicator{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:#20b48621}#subscriberProfileOffcanvas .offcanvas-live-indicator span{width:9px;height:9px;border-radius:50%;background:#20b486;animation:offcanvas-session-pulse 1.8s infinite}#subscriberProfileOffcanvas .offcanvas-live-indicator.is-offline span{background:#e6533c;animation:none}@keyframes offcanvas-session-pulse{70%{box-shadow:0 0 0 8px #20b48600}to{box-shadow:0 0 #20b48600}}#subscriberProfileOffcanvas .offcanvas-kick-action{display:inline-flex;align-items:center;gap:.25rem;padding:.3rem .5rem;color:#e6533c;background:#fff;border:1px solid rgba(230,83,60,.28);border-radius:.5rem;font-size:.65rem;font-weight:700}#subscriberProfileOffcanvas .offcanvas-session-traffic{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:hidden;border:1px solid var(--default-border, #e9edf4);border-radius:.7rem;margin-top:.7rem}#subscriberProfileOffcanvas .offcanvas-session-traffic>div{position:relative;padding:.65rem .7rem .65rem 2.55rem}#subscriberProfileOffcanvas .offcanvas-session-traffic>div+div{border-left:1px solid var(--default-border, #e9edf4)}#subscriberProfileOffcanvas .traffic-icon{position:absolute;top:50%;left:.65rem;width:26px;height:26px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;transform:translateY(-50%)}#subscriberProfileOffcanvas .traffic-icon.download{color:#e6533c;background:#e6533c1a}#subscriberProfileOffcanvas .traffic-icon.upload{color:#20b486;background:#20b4861a}#subscriberProfileOffcanvas .offcanvas-session-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;margin-top:.7rem}#subscriberProfileOffcanvas .offcanvas-session-item{display:flex;align-items:center;gap:.55rem;padding:.6rem;border:1px solid var(--default-border, #e9edf4);border-radius:.65rem;background:#fff;min-width:0}#subscriberProfileOffcanvas .offcanvas-session-item.is-wide{grid-column:1 / -1}#subscriberProfileOffcanvas .offcanvas-session-item-icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;flex:0 0 30px;border-radius:.55rem;font-size:.95rem}#subscriberProfileOffcanvas .offcanvas-session-item-icon.is-blue{color:#3b82f6;background:#3b82f61c}#subscriberProfileOffcanvas .offcanvas-session-item-icon.is-purple{color:#845adf;background:#845adf1c}#subscriberProfileOffcanvas .offcanvas-session-item-icon.is-green{color:#20b486;background:#20b4861c}#subscriberProfileOffcanvas .offcanvas-session-item strong{display:block;overflow:hidden;font-size:.68rem;text-overflow:ellipsis;white-space:nowrap}#subscriberProfileOffcanvas .offcanvas-usage-circle{width:82px;height:82px;margin:0 auto;border-radius:50%;display:flex;align-items:center;justify-content:center;background:radial-gradient(farthest-side,#fff 68%,transparent 70%),conic-gradient(var(--ring-color, rgb(var(--primary-rgb))) calc(var(--ring-pct, 0) * 1%),#eef0f7 0);font-size:11px;font-weight:700}#subscriberProfileOffcanvas .offcanvas-usage-item{min-width:90px;text-align:center}.search-modal-box{position:relative}.search-modal-box .list-group{position:absolute;width:100%;z-index:1056;top:100%;left:0;border-radius:0 0 .5rem .5rem;border-top:none;max-height:240px;overflow-y:auto}.search-modal-box .list-group-item{cursor:pointer}.search-modal-box .list-group-item:hover{background-color:#f8f9fa}.search-result-row{cursor:pointer}.sip-page{display:flex;flex-direction:column;gap:1rem;padding-bottom:1.5rem}.sip-breadcrumb{display:flex;align-items:center;gap:.35rem;font-size:.84rem;color:var(--sz-muted)}.sip-breadcrumb a{display:inline-flex;align-items:center;gap:.3rem;color:var(--sz-blue);text-decoration:none;font-weight:600}.sip-breadcrumb a:hover{text-decoration:underline}.sip-breadcrumb strong{color:var(--sz-text);font-weight:700}.sip-hero{position:relative;border-radius:var(--sz-radius);overflow:hidden;border:1px solid rgba(0,110,172,.14);box-shadow:var(--sz-shadow)}.sip-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 85% 15%,rgba(51,160,214,.35),transparent 45%),radial-gradient(circle at 10% 90%,rgba(10,4,46,.5),transparent 50%),linear-gradient(135deg,#0a042e,#006eac 55%,#33a0d6)}.sip-hero-content{position:relative;padding:1.5rem 1.6rem 1.35rem;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1.25rem}.sip-profile-block{display:flex;flex-wrap:wrap;align-items:center;gap:1.1rem;flex:1;min-width:260px}.sip-avatar-wrap{position:relative;flex-shrink:0}.sip-avatar{width:88px;height:88px;border-radius:50%;object-fit:cover;border:3px solid rgba(255,255,255,.9);box-shadow:0 8px 24px #00000040}.sip-avatar-status{position:absolute;bottom:4px;right:4px;width:16px;height:16px;border-radius:50%;border:2.5px solid #fff}.sip-avatar-wrap.is-online .sip-avatar-status{background:#22c55e;box-shadow:0 0 #22c55e80;animation:sip-pulse 2s ease-out infinite}.sip-avatar-wrap.is-offline .sip-avatar-status{background:#ef4444}@keyframes sip-pulse{0%{box-shadow:0 0 #22c55e80}70%{box-shadow:0 0 0 8px #22c55e00}to{box-shadow:0 0 #22c55e00}}.sip-profile-text h1{margin:0;font-size:1.55rem;font-weight:800;color:#fff;letter-spacing:-.02em}.sip-profile-meta-row{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:.4rem}.sip-username,.sip-expiry{display:inline-flex;align-items:center;gap:.3rem;font-size:.82rem;color:#ffffffd1;font-weight:500}.sip-badges{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.65rem}.sip-badge{display:inline-flex;align-items:center;gap:.28rem;padding:.28rem .65rem;border-radius:999px;font-size:.72rem;font-weight:700;border:0;font-family:inherit;cursor:default}.sip-badge-active{background:#22c55e33;color:#86efac;border:1px solid rgba(34,197,94,.35)}.sip-badge-expired{background:#ef444433;color:#fca5a5;border:1px solid rgba(239,68,68,.35)}.sip-badge-online{background:#22c55e40;color:#bbf7d0;border:1px solid rgba(34,197,94,.4)}.sip-badge-offline{background:#ef444433;color:#fecaca;border:1px solid rgba(239,68,68,.3)}.sip-badge-kick{background:#ef444459;color:#fff;border:1px solid rgba(255,255,255,.2);cursor:pointer;transition:background .15s}.sip-badge-kick:hover{background:#ef44448c}.sip-enable-toggle{display:flex;flex-direction:column;align-items:center;gap:.35rem;cursor:pointer;margin-left:auto}.sip-enable-toggle input{display:none}.sip-toggle-track{width:48px;height:26px;border-radius:999px;background:#fff3;border:1px solid rgba(255,255,255,.3);position:relative;transition:background .2s}.sip-toggle-track:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;transition:transform .2s;box-shadow:0 2px 6px #0003}.sip-enable-toggle input:checked+.sip-toggle-track{background:#22c55e80;border-color:#22c55e99}.sip-enable-toggle input:checked+.sip-toggle-track:after{transform:translate(22px)}.sip-toggle-label{font-size:.68rem;font-weight:700;color:#ffffffbf;text-transform:uppercase;letter-spacing:.04em}.sip-quota-strip{display:flex;flex-wrap:wrap;align-items:center;gap:.85rem;background:#ffffff1f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.18);border-radius:14px;padding:.85rem 1rem}.sip-quota-card{display:flex;flex-direction:column;align-items:center;gap:.35rem;min-width:90px}.sip-quota-ring-wrap{position:relative;width:72px;height:72px}.sip-quota-ring{width:100%;height:100%;transform:rotate(-90deg)}.sip-quota-ring-bg{fill:none;stroke:#ffffff26;stroke-width:6}.sip-quota-ring-fill{fill:none;stroke-width:6;stroke-linecap:round;transition:stroke-dashoffset .6s ease}.sip-quota-ring-center{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1.1}.sip-quota-ring-center strong{font-size:.95rem;font-weight:800;color:#fff}.sip-quota-ring-center small{font-size:.62rem;color:#ffffffb3;font-weight:600}.sip-quota-label{font-size:.68rem;font-weight:700;color:#fffc;text-transform:uppercase;letter-spacing:.04em}.sip-buy-quota{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1rem;border-radius:10px;border:1px solid rgba(239,68,68,.5);background:#ef444440;color:#fff;font-size:.8rem;font-weight:700;font-family:inherit;cursor:pointer;transition:background .15s;margin-left:.25rem}.sip-buy-quota:hover{background:#ef444473}.sip-actions-panel{background:var(--sz-card);border:1px solid var(--sz-border);border-radius:var(--sz-radius);box-shadow:var(--sz-shadow);padding:1rem 1.15rem}.sip-actions-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.85rem}.sip-actions-head h3{margin:0;font-size:.95rem;font-weight:700;color:var(--sz-text);display:flex;align-items:center;gap:.4rem}.sip-actions-head h3 i{color:var(--sz-blue)}.sip-refresh-btn{width:34px;height:34px;border-radius:10px;border:1px solid var(--sz-border);background:#f8fbfe;color:var(--sz-blue);display:inline-flex;align-items:center;justify-content:center;font-size:1.1rem;cursor:pointer;transition:background .15s,transform .15s}.sip-refresh-btn:hover{background:var(--sz-blue-soft);transform:rotate(90deg)}.sip-actions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.55rem}.sip-action-btn{display:flex;flex-direction:column;align-items:center;gap:.35rem;padding:.75rem .5rem;border-radius:12px;border:1px solid var(--sz-border);background:#fff;cursor:pointer;font-family:inherit;transition:transform .15s,box-shadow .15s,border-color .15s}.sip-action-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #006eac1f}.sip-action-btn:disabled{opacity:.55;cursor:not-allowed}.sip-action-icon{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.15rem}.sip-action-label{font-size:.72rem;font-weight:700;color:var(--sz-text);text-align:center;line-height:1.2}.sip-action-primary .sip-action-icon{background:var(--sz-blue-soft);color:var(--sz-blue)}.sip-action-primary:hover:not(:disabled){border-color:var(--sz-blue)}.sip-action-orange .sip-action-icon{background:#fff7ed;color:#ea580c}.sip-action-orange:hover:not(:disabled){border-color:#fdba74}.sip-action-cyan .sip-action-icon{background:#ecfeff;color:#0891b2}.sip-action-cyan:hover:not(:disabled){border-color:#67e8f9}.sip-action-green .sip-action-icon{background:#ecfdf5;color:#16a34a}.sip-action-green:hover:not(:disabled){border-color:#86efac}.sip-action-teal .sip-action-icon{background:#f0fdfa;color:#0d9488}.sip-action-teal:hover:not(:disabled){border-color:#5eead4}.sip-action-danger .sip-action-icon{background:#fff1f2;color:#e11d48}.sip-action-danger:hover:not(:disabled){border-color:#fda4af}.sip-action-dark .sip-action-icon{background:#f1f5f9;color:#334155}.sip-action-dark:hover:not(:disabled){border-color:#94a3b8}.sip-main-panel{display:grid;grid-template-columns:220px minmax(0,1fr);gap:0;background:var(--sz-card);border:1px solid var(--sz-border);border-radius:var(--sz-radius);box-shadow:var(--sz-shadow);overflow:hidden;min-height:420px}.sip-tabs-rail{display:flex;flex-direction:column;gap:.15rem;padding:.85rem .65rem;background:linear-gradient(180deg,#f0f7fc,#f8fbfe);border-right:1px solid var(--sz-border);overflow-y:auto}.sip-tab-btn{display:flex;align-items:center;gap:.55rem;width:100%;padding:.62rem .75rem;border:0;border-radius:10px;background:transparent;color:#5b8eab;font-size:.82rem;font-weight:600;font-family:inherit;cursor:pointer;text-align:left;transition:background .12s,color .12s}.sip-tab-btn i{font-size:1.05rem;flex-shrink:0}.sip-tab-btn:hover{background:#006eac14;color:var(--sz-blue)}.sip-tab-btn.active{background:linear-gradient(135deg,#006eac,#0a8ac8);color:#fff;box-shadow:0 4px 12px #006eac40}.sip-tab-badge{margin-left:auto;font-style:normal;font-size:.65rem;font-weight:700;background:#ffffff40;color:inherit;padding:.12rem .4rem;border-radius:999px}.sip-tab-btn:not(.active) .sip-tab-badge{background:var(--sz-blue-soft);color:var(--sz-blue)}.sip-tab-body{padding:1.15rem 1.25rem;overflow-x:auto}.sip-edit-form{display:flex;flex-direction:column;gap:1.25rem}.sip-form-section h4{margin:0 0 .75rem;font-size:.88rem;font-weight:700;color:var(--sz-blue);display:flex;align-items:center;gap:.4rem;padding-bottom:.5rem;border-bottom:1px dashed var(--sz-border)}.sip-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.sip-form-grid-full{grid-template-columns:1fr}.sip-field{display:flex;flex-direction:column;gap:.3rem}.sip-field-full{grid-column:1 / -1}.sip-field-label{font-size:.72rem;font-weight:700;color:#5b8eab;text-transform:uppercase;letter-spacing:.04em}.sip-field-input-wrap{display:flex;align-items:center;gap:0;border:1px solid var(--sz-border);border-radius:10px;background:#f8fbfe;overflow:hidden;transition:border-color .15s,box-shadow .15s}.sip-field-input-wrap.is-editable{background:#fff}.sip-field-input-wrap:focus-within{border-color:var(--sz-blue);box-shadow:0 0 0 3px #006eac1a}.sip-field-icon{padding:0 .65rem;color:var(--sz-blue);font-size:1rem;flex-shrink:0}.sip-field-input{flex:1;border:0;outline:0;background:transparent;padding:.65rem .75rem;font-size:.88rem;font-weight:600;color:var(--sz-text);font-family:inherit;min-width:0}.sip-field-input:read-only{color:#64748b;cursor:default}.sip-field-action{flex-shrink:0;margin:.3rem;padding:.3rem .65rem;border:0;border-radius:7px;background:#fff1f2;color:#e11d48;font-size:.72rem;font-weight:700;font-family:inherit;cursor:pointer;transition:background .15s}.sip-field-action:hover{background:#ffe4e6}.sip-field-textarea{width:100%;border:1px solid var(--sz-border);border-radius:10px;padding:.65rem .75rem;font-size:.88rem;font-family:inherit;color:var(--sz-text);resize:vertical;outline:0;transition:border-color .15s,box-shadow .15s}.sip-field-textarea:focus{border-color:var(--sz-blue);box-shadow:0 0 0 3px #006eac1a}.sip-form-footer{padding-top:.5rem;border-top:1px solid var(--sz-border)}.sip-submit-btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;width:100%;padding:.75rem 1.25rem;border:0;border-radius:12px;background:linear-gradient(135deg,#006eac,#0a8ac8);color:#fff;font-size:.9rem;font-weight:700;font-family:inherit;cursor:pointer;box-shadow:0 6px 18px #006eac40;transition:transform .15s,box-shadow .15s}.sip-submit-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 22px #006eac52}.sip-submit-btn:disabled{opacity:.65;cursor:not-allowed}.sip-btn-spinner{display:inline-block;width:16px;height:16px;border-radius:50%;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;animation:sip-spin .7s linear infinite}@keyframes sip-spin{to{transform:rotate(360deg)}}@media (max-width: 991px){.sip-main-panel{grid-template-columns:1fr}.sip-tabs-rail{flex-direction:row;flex-wrap:nowrap;overflow-x:auto;border-right:0;border-bottom:1px solid var(--sz-border);padding:.65rem}.sip-tab-btn{flex-shrink:0;width:auto;white-space:nowrap}.sip-hero-content{flex-direction:column}.sip-enable-toggle{margin-left:0;flex-direction:row;align-self:flex-start}.sip-quota-strip{width:100%;justify-content:center}}@media (max-width: 575px){.sip-form-grid{grid-template-columns:1fr}.sip-actions-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sip-profile-text h1{font-size:1.25rem}}.sid2-page{display:flex;flex-direction:column;gap:.85rem;padding-bottom:1.5rem}.sid2-crumb{display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:var(--sz-muted)}.sid2-crumb a{color:var(--sz-blue);text-decoration:none;font-weight:600}.sid2-crumb strong{color:var(--sz-text);font-weight:700}.sid2-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:1rem;align-items:start}.sid2-sidebar{display:flex;flex-direction:column;gap:.85rem;position:sticky;top:5.5rem}.sid2-side-card{background:var(--sz-card);border:1px solid var(--sz-border);border-radius:var(--sz-radius);box-shadow:var(--sz-shadow);padding:1.25rem 1.1rem}.sid2-avatar-ring{width:96px;height:96px;margin:0 auto .85rem;border-radius:50%;padding:3px;background:linear-gradient(145deg,#94a3b8,#cbd5e1)}.sid2-avatar-ring.on{background:linear-gradient(145deg,#16a34a,#4ade80);box-shadow:0 0 0 4px #16a34a26}.sid2-avatar-ring.off{background:linear-gradient(145deg,#e11d48,#fb7185);box-shadow:0 0 0 4px #e11d481f}.sid2-avatar-ring img{width:100%;height:100%;border-radius:50%;object-fit:cover;border:3px solid #fff;display:block}.sid2-side-card>h2{margin:0;text-align:center;font-size:1.15rem;font-weight:800;letter-spacing:-.02em;color:var(--sz-text)}.sid2-handle{margin:.2rem 0 0;text-align:center;color:var(--sz-blue);font-size:.84rem;font-weight:600}.sid2-status-row{display:flex;justify-content:center;flex-wrap:wrap;gap:.35rem;margin-top:.75rem}.sid2-chip{display:inline-flex;align-items:center;padding:.22rem .6rem;border-radius:999px;font-size:.7rem;font-weight:700}.sid2-chip.ok{background:#ecfdf5;color:#047857;border:1px solid rgba(16,185,129,.25)}.sid2-chip.bad{background:#fff1f2;color:#be123c;border:1px solid rgba(225,29,72,.2)}.sid2-chip.live:before{content:"";width:6px;height:6px;border-radius:50%;background:#16a34a;margin-right:.3rem;animation:sid2-blink 1.2s ease-in-out infinite}@keyframes sid2-blink{0%,to{opacity:1}50%{opacity:.3}}.sid2-kick{display:flex;align-items:center;justify-content:center;gap:.35rem;width:100%;margin-top:.75rem;padding:.5rem;border:1px solid rgba(225,29,72,.3);border-radius:10px;background:#fff1f2;color:#e11d48;font-size:.78rem;font-weight:700;font-family:inherit;cursor:pointer}.sid2-kick:hover{background:#ffe4e6}.sid2-meta-list{margin-top:1rem;display:flex;flex-direction:column;gap:.55rem;padding-top:.85rem;border-top:1px dashed var(--sz-border)}.sid2-meta-list>div{display:flex;flex-direction:column;gap:.1rem}.sid2-meta-list span{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#5b8eab}.sid2-meta-list strong{font-size:.82rem;font-weight:700;color:var(--sz-text);word-break:break-word}.sid2-switch{display:flex;align-items:center;gap:.55rem;margin-top:1rem;padding-top:.85rem;border-top:1px dashed var(--sz-border);cursor:pointer}.sid2-switch input{display:none}.sid2-switch-ui{width:40px;height:22px;border-radius:999px;background:#e2e8f0;position:relative;flex-shrink:0;transition:background .2s}.sid2-switch-ui:after{content:"";position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 4px #00000026;transition:transform .2s}.sid2-switch input:checked+.sid2-switch-ui{background:#006eac}.sid2-switch input:checked+.sid2-switch-ui:after{transform:translate(18px)}.sid2-switch-text{font-size:.78rem;font-weight:600;color:#475569}.sid2-quota-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.sid2-quota-head h3{margin:0;font-size:.9rem;font-weight:700;color:var(--sz-text)}.sid2-icon-btn{width:30px;height:30px;border-radius:8px;border:1px solid var(--sz-border);background:#f8fbfe;color:var(--sz-blue);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem}.sid2-icon-btn:hover{background:var(--sz-blue-soft)}.sid2-quota-bar{margin-bottom:.7rem}.sid2-quota-bar-top{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.3rem}.sid2-quota-bar-top span{font-size:.72rem;font-weight:600;color:#64748b}.sid2-quota-bar-top strong{font-size:.88rem;font-weight:800;color:var(--sz-text)}.sid2-quota-bar-top em{font-style:normal;font-size:.65rem;font-weight:600;color:var(--sz-muted)}.sid2-quota-track{height:8px;border-radius:999px;background:#eef4f9;overflow:hidden}.sid2-quota-fill{height:100%;border-radius:999px;transition:width .5s ease;min-width:0}.sid2-buy{display:flex;align-items:center;justify-content:center;gap:.35rem;width:100%;margin-top:.35rem;padding:.55rem;border:0;border-radius:10px;background:linear-gradient(135deg,#e11d48,#f43f5e);color:#fff;font-size:.8rem;font-weight:700;font-family:inherit;cursor:pointer;box-shadow:0 4px 12px #e11d4840}.sid2-main{display:flex;flex-direction:column;gap:.85rem;min-width:0}.sid2-toolbar{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;background:linear-gradient(135deg,#0a042ef7,#006eac);border-radius:var(--sz-radius);padding:.7rem .9rem;box-shadow:0 8px 22px #0a042e2e}.sid2-toolbar-label{display:inline-flex;align-items:center;gap:.35rem;color:#ffffffb3;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;flex-shrink:0;padding-right:.65rem;border-right:1px solid rgba(255,255,255,.15)}.sid2-toolbar-actions{display:flex;flex-wrap:wrap;gap:.4rem;flex:1}.sid2-tool{display:inline-flex;align-items:center;gap:.35rem;padding:.42rem .7rem;border-radius:999px;border:1px solid transparent;font-size:.75rem;font-weight:700;font-family:inherit;cursor:pointer;transition:transform .12s,background .12s;white-space:nowrap}.sid2-tool:hover:not(:disabled){transform:translateY(-1px)}.sid2-tool:disabled{opacity:.5;cursor:not-allowed}.sid2-tool-blue{background:#fffffff2;color:#006eac}.sid2-tool-orange{background:#fff7ed;color:#ea580c}.sid2-tool-cyan{background:#ecfeff;color:#0891b2}.sid2-tool-green{background:#ecfdf5;color:#16a34a}.sid2-tool-teal{background:#f0fdfa;color:#0d9488}.sid2-tool-red{background:#fff1f2;color:#e11d48}.sid2-tool-slate{background:#f1f5f9;color:#334155}.sid2-content-card{background:var(--sz-card);border:1px solid var(--sz-border);border-radius:var(--sz-radius);box-shadow:var(--sz-shadow);overflow:hidden;min-height:480px}.sid2-tabs{display:flex;flex-wrap:nowrap;gap:.15rem;padding:.55rem .65rem 0;background:linear-gradient(180deg,#f0f7fc,#fff);border-bottom:1px solid var(--sz-border);overflow-x:auto}.sid2-tab{display:inline-flex;align-items:center;gap:.4rem;padding:.65rem .9rem;border:0;border-bottom:2.5px solid transparent;background:transparent;color:#5b8eab;font-size:.8rem;font-weight:600;font-family:inherit;cursor:pointer;white-space:nowrap;transition:color .12s,border-color .12s;margin-bottom:-1px}.sid2-tab i{font-size:1rem}.sid2-tab:hover{color:var(--sz-blue)}.sid2-tab.active{color:var(--sz-blue);border-bottom-color:var(--sz-blue);font-weight:700}.sid2-tab em{font-style:normal;font-size:.62rem;font-weight:700;background:var(--sz-blue-soft);color:var(--sz-blue);padding:.1rem .4rem;border-radius:999px}.sid2-tab.active em{background:var(--sz-blue);color:#fff}.sid2-tab-panel{padding:1.15rem 1.25rem}@media (max-width: 991px){.sid2-layout{grid-template-columns:1fr}.sid2-sidebar{position:static}.sid2-toolbar-label{border-right:0;padding-right:0;width:100%}}@media (max-width: 575px){.sid2-tool span{display:none}.sid2-tool{padding:.5rem}}.sid3-page{display:flex;flex-direction:column;gap:.9rem;padding-bottom:1.5rem}.sid3-topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding:.85rem 1rem;background:var(--sz-card);border:1px solid var(--sz-border);border-radius:var(--sz-radius);box-shadow:var(--sz-shadow);position:relative;overflow:hidden}.sid3-topbar:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#0a042e,#006eac)}.sid3-identity{display:flex;align-items:center;gap:.75rem;min-width:0;flex:1}.sid3-back{width:36px;height:36px;border-radius:10px;border:1px solid var(--sz-border);background:#f8fbfe;color:var(--sz-blue);display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:1.15rem;flex-shrink:0}.sid3-back:hover{background:var(--sz-blue-soft)}.sid3-avatar{width:52px;height:52px;border-radius:14px;padding:2px;flex-shrink:0;background:#cbd5e1}.sid3-avatar.on{background:linear-gradient(135deg,#16a34a,#4ade80)}.sid3-avatar.off{background:linear-gradient(135deg,#e11d48,#fb7185)}.sid3-avatar img{width:100%;height:100%;border-radius:12px;object-fit:cover;border:2px solid #fff;display:block}.sid3-id-text{min-width:0}.sid3-name-row{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem}.sid3-name-row h1{margin:0;font-size:1.2rem;font-weight:800;letter-spacing:-.02em;color:var(--sz-text)}.sid3-pill{display:inline-flex;align-items:center;padding:.15rem .5rem;border-radius:999px;font-size:.65rem;font-weight:700}.sid3-pill.ok{background:#ecfdf5;color:#047857}.sid3-pill.bad{background:#fff1f2;color:#be123c}.sid3-pill.live{background:#ecfdf5;color:#047857}.sid3-pill.live:before{content:"";width:6px;height:6px;border-radius:50%;background:#16a34a;margin-right:.3rem;animation:sid3-pulse 1.2s ease-in-out infinite}@keyframes sid3-pulse{0%,to{opacity:1}50%{opacity:.25}}.sid3-submeta{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.25rem}.sid3-submeta span{display:inline-flex;align-items:center;gap:.25rem;font-size:.78rem;color:#64748b;font-weight:600}.sid3-submeta i{color:var(--sz-blue);font-size:.9rem}.sid3-top-actions{display:flex;align-items:center;gap:.55rem;flex-shrink:0}.sid3-btn-kick{display:inline-flex;align-items:center;gap:.3rem;padding:.4rem .75rem;border-radius:999px;border:1px solid rgba(225,29,72,.3);background:#fff1f2;color:#e11d48;font-size:.75rem;font-weight:700;font-family:inherit;cursor:pointer}.sid3-btn-ghost{width:36px;height:36px;border-radius:10px;border:1px solid var(--sz-border);background:#fff;color:var(--sz-blue);display:inline-flex;align-items:center;justify-content:center;font-size:1.1rem;cursor:pointer}.sid3-btn-ghost:hover{background:var(--sz-blue-soft)}.sid3-enable{display:inline-flex;align-items:center;gap:.4rem;cursor:pointer;font-size:.75rem;font-weight:700;color:#64748b}.sid3-enable input{display:none}.sid3-enable-track{width:38px;height:20px;border-radius:999px;background:#e2e8f0;position:relative;transition:background .2s}.sid3-enable-track:after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000026;transition:transform .2s}.sid3-enable input:checked+.sid3-enable-track{background:#006eac}.sid3-enable input:checked+.sid3-enable-track:after{transform:translate(18px)}.sid3-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.sid3-metric{display:flex;align-items:center;gap:.75rem;padding:.95rem 1rem;background:var(--sz-card);border:1px solid var(--sz-border);border-radius:14px;box-shadow:var(--sz-shadow);position:relative;overflow:hidden}.sid3-metric:after{content:"";position:absolute;right:-12px;top:-12px;width:64px;height:64px;border-radius:50%;opacity:.12}.sid3-metric-blue:after{background:#006eac}.sid3-metric-green:after{background:#16a34a}.sid3-metric-red:after{background:#e11d48}.sid3-metric-icon{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.sid3-metric-blue .sid3-metric-icon{background:var(--sz-blue-soft);color:var(--sz-blue)}.sid3-metric-green .sid3-metric-icon{background:#ecfdf5;color:#16a34a}.sid3-metric-red .sid3-metric-icon{background:#fff1f2;color:#e11d48}.sid3-metric-body{display:flex;flex-direction:column;gap:.1rem;min-width:0}.sid3-metric-body span{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#5b8eab}.sid3-metric-body strong{font-size:1.35rem;font-weight:800;letter-spacing:-.03em;color:var(--sz-text);line-height:1.1}.sid3-metric-body small{font-size:.7rem;font-weight:600;color:var(--sz-muted);margin-left:.15rem}.sid3-buy-tile{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;padding:.85rem;border:0;border-radius:14px;background:linear-gradient(145deg,#e11d48,#f43f5e);color:#fff;font-size:.82rem;font-weight:700;font-family:inherit;cursor:pointer;box-shadow:0 6px 16px #e11d4840}.sid3-buy-tile i{font-size:1.3rem}.sid3-metrics:has(.sid3-buy-tile){grid-template-columns:repeat(3,minmax(0,1fr)) auto}.sid3-command{display:flex;flex-wrap:wrap;gap:.65rem;align-items:stretch}.sid3-cmd-group{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;padding:.55rem .7rem;background:var(--sz-card);border:1px solid var(--sz-border);border-radius:14px;box-shadow:var(--sz-shadow);flex:1;min-width:0}.sid3-cmd-danger{flex:0 1 auto;background:snow;border-color:#e11d4826}.sid3-cmd-label{font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;padding-right:.5rem;border-right:1px solid var(--sz-border);margin-right:.15rem}.sid3-cmd-danger .sid3-cmd-label{color:#fb7185;border-right-color:#e11d4833}.sid3-cmd-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.45rem .75rem;border-radius:10px;border:1px solid rgba(0,110,172,.14);background:#f8fbfe;color:var(--sz-blue);font-size:.78rem;font-weight:700;font-family:inherit;cursor:pointer;transition:background .12s,transform .12s}.sid3-cmd-btn:hover:not(:disabled){background:var(--sz-blue-soft);transform:translateY(-1px)}.sid3-cmd-btn.danger{background:#fff;border-color:#e11d4833;color:#e11d48}.sid3-cmd-btn.danger:hover:not(:disabled){background:#fff1f2}.sid3-cmd-btn:disabled{opacity:.5;cursor:not-allowed}.sid3-workspace{background:var(--sz-card);border:1px solid var(--sz-border);border-radius:var(--sz-radius);box-shadow:var(--sz-shadow);overflow:hidden;min-height:460px}.sid3-seg{display:flex;flex-wrap:wrap;gap:.3rem;padding:.7rem .85rem;background:radial-gradient(circle at 0% 0%,rgba(0,110,172,.08),transparent 45%),linear-gradient(180deg,#f3f8fc,#fff);border-bottom:1px solid var(--sz-border)}.sid3-seg-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.48rem .8rem;border:1px solid transparent;border-radius:999px;background:transparent;color:#5b8eab;font-size:.78rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .12s;white-space:nowrap}.sid3-seg-btn i{font-size:.95rem}.sid3-seg-btn:hover{background:#006eac0f;color:var(--sz-blue)}.sid3-seg-btn.active{background:linear-gradient(135deg,#0a042e,#006eac);color:#fff;border-color:transparent;box-shadow:0 4px 12px #006eac47}.sid3-seg-btn em{font-style:normal;font-size:.62rem;font-weight:700;background:#fff3;padding:.1rem .35rem;border-radius:999px}.sid3-seg-btn:not(.active) em{background:var(--sz-blue-soft);color:var(--sz-blue)}.sid3-workspace-body{padding:1.15rem 1.25rem}@media (max-width: 900px){.sid3-metrics{grid-template-columns:1fr}.sid3-metrics:has(.sid3-buy-tile){grid-template-columns:1fr}}@media (max-width: 575px){.sid3-cmd-btn span,.sid3-cmd-btn{font-size:.72rem}.sid3-name-row h1{font-size:1.05rem}}.sid4-page{display:flex;flex-direction:column;gap:.75rem;padding-bottom:1.5rem}.sid4-crumb{display:flex;align-items:center;gap:.35rem;font-size:.82rem;color:#5b8eab}.sid4-crumb a{display:inline-flex;align-items:center;gap:.15rem;color:#006eac;text-decoration:none;font-weight:700}.sid4-crumb strong{color:#0f172a;font-weight:700}.sid4-sheet{background:#fff;border:1px solid rgba(0,110,172,.18);border-radius:var(--sz-radius);box-shadow:0 10px 28px #006eac14;overflow:hidden}.sid4-header{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(240px,.85fr);gap:0;border-bottom:1px solid rgba(0,110,172,.14);background:radial-gradient(circle at 8% 20%,rgba(0,110,172,.14),transparent 42%),linear-gradient(115deg,#e8f4fb,#f5fbff 48%,#fff)}.sid4-profile{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.35rem;min-width:0}.sid4-avatar{width:72px;height:72px;border-radius:18px;padding:2.5px;flex-shrink:0;background:linear-gradient(145deg,#006eac,#33a0d6);box-shadow:0 6px 16px #006eac47}.sid4-avatar.on{background:linear-gradient(145deg,#059669,#34d399);box-shadow:0 6px 16px #05966947}.sid4-avatar.off{background:linear-gradient(145deg,#dc2626,#fb7185);box-shadow:0 6px 16px #dc262640}.sid4-avatar img{width:100%;height:100%;border-radius:15px;object-fit:cover;border:2px solid #fff;display:block}.sid4-profile-info{flex:1;min-width:0}.sid4-profile-info h1{margin:0;font-size:1.35rem;font-weight:800;letter-spacing:-.02em;color:#0a042e;line-height:1.2}.sid4-profile-info>p{margin:.3rem 0 0;display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;font-size:.8rem;color:#3d6f8c;font-weight:600}.sid4-dot{width:4px;height:4px;border-radius:50%;background:#006eac;opacity:.45}.sid4-badges{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.55rem}.sid4-badge{display:inline-flex;align-items:center;padding:.25rem .65rem;border-radius:999px;font-size:.7rem;font-weight:700;border:0;font-family:inherit}.sid4-badge.ok{background:#d1fae5;color:#047857;border:1px solid rgba(16,185,129,.35)}.sid4-badge.bad{background:#fecdd3;color:#be123c;border:1px solid rgba(225,29,72,.3)}.sid4-badge.live{background:#d1fae5;color:#047857;border:1px solid rgba(16,185,129,.35)}.sid4-badge.live:before{content:"";width:6px;height:6px;border-radius:50%;background:#059669;margin-right:.3rem;animation:sid4-blink 1.2s ease-in-out infinite}@keyframes sid4-blink{0%,to{opacity:1}50%{opacity:.3}}.sid4-badge.kick{background:#e11d48;color:#fff;cursor:pointer;border:0;box-shadow:0 3px 8px #e11d484d}.sid4-badge.kick:hover{background:#be123c}.sid4-switch{flex-shrink:0;cursor:pointer}.sid4-switch input{display:none}.sid4-switch span{display:block;width:44px;height:24px;border-radius:999px;background:#b8d4e8;position:relative;transition:background .2s}.sid4-switch span:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 4px #0000002e;transition:transform .2s}.sid4-switch input:checked+span{background:#006eac;box-shadow:inset 0 0 0 1px #00588c33}.sid4-switch input:checked+span:after{transform:translate(20px)}.sid4-quota{padding:1.15rem 1.35rem;border-left:1px solid rgba(0,110,172,.16);display:flex;flex-direction:column;justify-content:center;gap:.55rem;background:linear-gradient(160deg,#006eac1f,#e8f4fbe6)}.sid4-quota-nums{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.sid4-quota-nums em{display:block;font-style:normal;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#006eac;margin-bottom:.1rem}.sid4-quota-nums strong{font-size:1.2rem;font-weight:800;color:#0a042e;letter-spacing:-.02em}.sid4-quota-nums strong.used{color:#059669}.sid4-quota-nums strong.left{color:#e11d48}.sid4-quota-nums small{font-size:.65rem;font-weight:600;color:#5b8eab;margin-left:.15rem}.sid4-quota-track{height:8px;border-radius:999px;background:#ffffffd9;border:1px solid rgba(0,110,172,.15);overflow:hidden}.sid4-quota-used{height:100%;border-radius:999px;background:linear-gradient(90deg,#0a042e,#006eac 55%,#33a0d6);transition:width .5s ease;box-shadow:0 0 8px #006eac59}.sid4-quota-foot{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.sid4-refresh{display:inline-flex;align-items:center;gap:.25rem;border:0;background:transparent;color:#006eac;font-size:.75rem;font-weight:700;font-family:inherit;cursor:pointer;padding:0}.sid4-refresh:hover{color:#0a042e}.sid4-buy{border:0;border-radius:8px;padding:.35rem .75rem;background:#e11d48;color:#fff;font-size:.72rem;font-weight:700;font-family:inherit;cursor:pointer;box-shadow:0 3px 8px #e11d4847}.sid4-buy:hover{background:#be123c}.sid4-actions{display:flex;flex-wrap:wrap;gap:.45rem;padding:.75rem 1.15rem;border-bottom:1px solid rgba(0,110,172,.14);background:linear-gradient(180deg,#dff0fa,#eef7fc)}.sid4-action{display:inline-flex;align-items:center;gap:.35rem;padding:.45rem .8rem;border-radius:9px;border:1px solid rgba(0,110,172,.28);background:linear-gradient(180deg,#fff,#e8f4fb);color:#006eac;font-size:.76rem;font-weight:700;font-family:inherit;cursor:pointer;box-shadow:0 2px 6px #006eac14;transition:background .12s,border-color .12s,transform .12s}.sid4-action i{font-size:.95rem}.sid4-action:hover:not(:disabled){background:linear-gradient(180deg,#006eac,#0088c9);border-color:#006eac;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #006eac40}.sid4-action.danger{color:#e11d48;border-color:#e11d484d;background:linear-gradient(180deg,#fff,#fff1f2)}.sid4-action.danger:hover:not(:disabled){background:linear-gradient(180deg,#e11d48,#f43f5e);border-color:#e11d48;color:#fff;box-shadow:0 4px 12px #e11d4847}.sid4-action:disabled{opacity:.5;cursor:not-allowed}.sid4-body{display:grid;grid-template-columns:200px minmax(0,1fr);min-height:440px}.sid4-nav{display:flex;flex-direction:column;gap:.15rem;padding:.85rem .6rem;background:linear-gradient(180deg,#d6ebf7,#eaf5fb 55%,#f5fbff);border-right:1px solid rgba(0,110,172,.14)}.sid4-nav-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.6rem .7rem;border:0;border-radius:10px;background:transparent;color:#2d6a8a;font-size:.82rem;font-weight:600;font-family:inherit;cursor:pointer;text-align:left;transition:background .12s,color .12s}.sid4-nav-item i{font-size:1.05rem;flex-shrink:0;color:#006eac}.sid4-nav-item:hover{background:#006eac1f;color:#0a042e}.sid4-nav-item.active{background:linear-gradient(135deg,#0a042e,#006eac);color:#fff;box-shadow:0 5px 14px #006eac52}.sid4-nav-item.active i{color:#7dd3fc}.sid4-nav-item em{margin-left:auto;font-style:normal;font-size:.62rem;font-weight:700;padding:.1rem .4rem;border-radius:999px;background:#ffffff38}.sid4-nav-item:not(.active) em{background:#006eac;color:#fff}.sid4-panel{padding:1.15rem 1.25rem;background:#fff}.sid4-panel .sip-form-section h4,.sid4-panel .sip-field-label{color:#006eac}.sid4-panel .sip-submit-btn{background:linear-gradient(135deg,#0a042e,#006eac 55%,#0088c9);box-shadow:0 6px 18px #006eac4d}@media (max-width: 991px){.sid4-header{grid-template-columns:1fr}.sid4-quota{border-left:0;border-top:1px solid rgba(0,110,172,.14)}.sid4-body{grid-template-columns:1fr}.sid4-nav{flex-direction:row;flex-wrap:nowrap;overflow-x:auto;border-right:0;border-bottom:1px solid rgba(0,110,172,.14)}.sid4-nav-item{flex-shrink:0;width:auto}}@media (max-width: 575px){.sid4-profile{flex-wrap:wrap}.sid4-profile-info h1{font-size:1.15rem}}.sid5-page{padding-bottom:1.5rem}.sid5-frame{background:#fff;border:1px solid rgba(0,110,172,.18);border-radius:var(--sz-radius);box-shadow:0 10px 28px #006eac14;overflow:hidden}.sid5-ribbon{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(230px,.8fr);background:radial-gradient(circle at 90% 10%,rgba(51,160,214,.35),transparent 40%),linear-gradient(125deg,#d4ebf8,#b8dff3 42%,#9fd0ea);border-bottom:1px solid rgba(0,110,172,.18)}.sid5-ribbon-main{display:flex;align-items:center;gap:.9rem;padding:1.2rem 1.25rem;min-width:0}.sid5-back{width:36px;height:36px;border-radius:10px;background:#ffffffbf;border:1px solid rgba(0,110,172,.2);color:#006eac;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:1.15rem;flex-shrink:0}.sid5-back:hover{background:#fff}.sid5-avatar{width:68px;height:68px;border-radius:18px;padding:2.5px;flex-shrink:0;background:linear-gradient(145deg,#006eac,#33a0d6);box-shadow:0 6px 14px #006eac40}.sid5-avatar.on{background:linear-gradient(145deg,#059669,#34d399)}.sid5-avatar.off{background:linear-gradient(145deg,#dc2626,#fb7185)}.sid5-avatar img{width:100%;height:100%;border-radius:15px;object-fit:cover;border:2px solid #fff;display:block}.sid5-who{flex:1;min-width:0}.sid5-who h1{margin:0;font-size:1.3rem;font-weight:800;color:#0a042e;letter-spacing:-.02em}.sid5-who-meta{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:.25rem;font-size:.78rem;font-weight:600;color:#1e5f82}.sid5-flags{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.5rem}.sid5-flag{display:inline-flex;align-items:center;padding:.22rem .6rem;border-radius:999px;font-size:.7rem;font-weight:700;border:0;font-family:inherit}.sid5-flag.ok{background:#bbf7d0;color:#047857}.sid5-flag.bad{background:#fecdd3;color:#be123c}.sid5-flag.live{background:#bbf7d0;color:#047857}.sid5-flag.live:before{content:"";width:6px;height:6px;border-radius:50%;background:#059669;margin-right:.3rem;animation:sid5-blink 1.2s ease-in-out infinite}@keyframes sid5-blink{0%,to{opacity:1}50%{opacity:.25}}.sid5-flag.kick{background:#e11d48;color:#fff;cursor:pointer}.sid5-toggle{display:flex;flex-direction:column;align-items:center;gap:.3rem;cursor:pointer;flex-shrink:0}.sid5-toggle input{display:none}.sid5-toggle-ui{width:44px;height:24px;border-radius:999px;background:#ffffff8c;border:1px solid rgba(0,110,172,.25);position:relative;transition:background .2s}.sid5-toggle-ui:after{content:"";position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 4px #00000026;transition:transform .2s}.sid5-toggle input:checked+.sid5-toggle-ui{background:#006eac;border-color:#006eac}.sid5-toggle input:checked+.sid5-toggle-ui:after{transform:translate(20px)}.sid5-toggle em{font-style:normal;font-size:.65rem;font-weight:700;color:#1e5f82;text-transform:uppercase;letter-spacing:.03em}.sid5-quota-box{margin:.95rem 1rem .95rem 0;padding:.9rem 1rem;border-radius:14px;background:#ffffffb8;border:1px solid rgba(0,110,172,.2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;flex-direction:column;gap:.5rem}.sid5-quota-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.4rem}.sid5-quota-row small{display:block;font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#006eac}.sid5-quota-row b{font-size:1.1rem;font-weight:800;color:#0a042e}.sid5-quota-row b.u{color:#059669}.sid5-quota-row b.l{color:#e11d48}.sid5-quota-row i{font-style:normal;font-size:.62rem;font-weight:600;color:#5b8eab;margin-left:.12rem}.sid5-bar{height:7px;border-radius:999px;background:#006eac1f;overflow:hidden}.sid5-bar>div{height:100%;border-radius:999px;background:linear-gradient(90deg,#006eac,#33a0d6);transition:width .5s ease}.sid5-quota-tools{display:flex;justify-content:space-between;align-items:center}.sid5-quota-tools button{border:0;background:transparent;color:#006eac;font-size:.72rem;font-weight:700;font-family:inherit;cursor:pointer;display:inline-flex;align-items:center;gap:.2rem;padding:0}.sid5-quota-tools .buy{padding:.28rem .65rem;border-radius:8px;background:#e11d48;color:#fff}.sid5-actions{display:flex;flex-wrap:wrap;gap:.45rem;padding:.85rem 1.15rem;background:#f3f9fd;border-bottom:1px solid rgba(0,110,172,.12)}.sid5-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.45rem .8rem;border-radius:999px;border:1px solid transparent;font-size:.76rem;font-weight:700;font-family:inherit;cursor:pointer;transition:transform .12s,box-shadow .12s}.sid5-chip:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #006eac26}.sid5-chip:disabled{opacity:.5;cursor:not-allowed}.sid5-blue{background:#dbeafe;color:#006eac;border-color:#006eac40}.sid5-orange{background:#ffedd5;color:#ea580c;border-color:#ea580c40}.sid5-cyan{background:#cffafe;color:#0891b2;border-color:#0891b240}.sid5-green{background:#d1fae5;color:#059669;border-color:#05966940}.sid5-teal{background:#ccfbf1;color:#0d9488;border-color:#0d948840}.sid5-red{background:#fecdd3;color:#e11d48;border-color:#e11d4840}.sid5-slate{background:#e2e8f0;color:#334155;border-color:#33415533}.sid5-tabs{display:flex;flex-wrap:nowrap;gap:.1rem;padding:0 .85rem;overflow-x:auto;background:#fff;border-bottom:1px solid rgba(0,110,172,.12)}.sid5-tabs button{display:inline-flex;align-items:center;gap:.35rem;padding:.85rem .95rem;border:0;border-bottom:2.5px solid transparent;background:transparent;color:#3d6f8c;font-size:.8rem;font-weight:600;font-family:inherit;cursor:pointer;white-space:nowrap;margin-bottom:-1px;transition:color .12s,border-color .12s}.sid5-tabs button i{font-size:1rem;color:#006eac}.sid5-tabs button:hover{color:#006eac}.sid5-tabs button.active{color:#0a042e;border-bottom-color:#006eac;font-weight:800}.sid5-tabs button.active i{color:#006eac}.sid5-tabs em{font-style:normal;font-size:.62rem;font-weight:700;background:#006eac;color:#fff;padding:.1rem .4rem;border-radius:999px}.sid5-content{padding:1.15rem 1.25rem;min-height:420px}.sid5-content .sip-form-section h4,.sid5-content .sip-field-label{color:#006eac}.sid5-content .sip-submit-btn{background:linear-gradient(135deg,#006eac,#0088c9);box-shadow:0 6px 16px #006eac47}@media (max-width: 991px){.sid5-ribbon{grid-template-columns:1fr}.sid5-quota-box{margin:0 1rem 1rem}.sid5-toggle{flex-direction:row}}.sid6-page{--d6-blue: #006eac;--d6-blue-mid: #0a8cc8;--d6-blue-soft: #e8f4fb;--d6-blue-wash: #f0f7fc;--d6-ink: #0b1f33;--d6-muted: #5a7d96;--d6-line: rgba(0, 110, 172, .14);--d6-line-strong: rgba(0, 110, 172, .22);--d6-shadow: 0 8px 22px rgba(0, 90, 140, .08);--d6-ok: #0d8a6a;--d6-ok-soft: #e6f7f2;--d6-bad: #d6284a;--d6-bad-soft: #fde8ed;display:flex;flex-direction:column;gap:.75rem;padding:.35rem .15rem 1.5rem;border-radius:18px;background:radial-gradient(ellipse 80% 40% at 100% 0%,rgba(0,110,172,.07),transparent 55%),radial-gradient(ellipse 60% 35% at 0% 100%,rgba(10,140,200,.05),transparent 50%),var(--d6-blue-wash)}.sid6-crumb{display:flex;align-items:center;gap:.35rem;font-size:.82rem;color:var(--d6-muted)}.sid6-crumb a{display:inline-flex;align-items:center;color:var(--d6-blue);text-decoration:none;font-weight:700}.sid6-crumb strong{color:var(--d6-ink);font-weight:700}.sid6-grid{display:grid;grid-template-columns:minmax(280px,340px) minmax(0,1fr);gap:1rem;align-items:start}.sid6-col-left{display:flex;flex-direction:column;gap:.85rem;position:sticky;top:5.5rem}.sid6-col-right{min-width:0}.sid6-card{background:#fff;border:1px solid var(--d6-line);border-radius:var(--sz-radius);box-shadow:var(--d6-shadow)}.sid6-profile{padding:1.25rem 1.1rem 1.1rem;text-align:center;background:radial-gradient(circle at 50% 0%,rgba(0,110,172,.14),transparent 55%),linear-gradient(180deg,#f7fbfe,#fff 55%)}.sid6-avatar{width:84px;height:84px;margin:0 auto .75rem;border-radius:22px;padding:3px;background:linear-gradient(145deg,var(--d6-blue),var(--d6-blue-mid));box-shadow:0 8px 18px #006eac47}.sid6-avatar.on{background:linear-gradient(145deg,#0d8a6a,#34d399)}.sid6-avatar.off{background:linear-gradient(145deg,var(--d6-bad),#fb7185)}.sid6-avatar img{width:100%;height:100%;border-radius:19px;object-fit:cover;border:2px solid #fff;display:block}.sid6-profile h1{margin:0;font-size:1.2rem;font-weight:800;color:var(--d6-ink);letter-spacing:-.02em}.sid6-handle{margin:.2rem 0 0;color:var(--d6-blue);font-size:.84rem;font-weight:700}.sid6-flags{display:flex;flex-wrap:wrap;justify-content:center;gap:.35rem;margin-top:.7rem}.sid6-flag{display:inline-flex;align-items:center;padding:.22rem .6rem;border-radius:999px;font-size:.7rem;font-weight:700;border:0;font-family:inherit}.sid6-flag.ok{background:#bbf7d0;color:#047857}.sid6-flag.bad{background:#fecdd3;color:#be123c}.sid6-flag.live{background:#bbf7d0;color:#047857}.sid6-flag.live:before{content:"";width:6px;height:6px;border-radius:50%;background:#059669;margin-right:.3rem;animation:sid6-blink 1.2s ease-in-out infinite}@keyframes sid6-blink{0%,to{opacity:1}50%{opacity:.25}}.sid6-flag.kick{background:#e11d48;color:#fff;cursor:pointer}.sid6-facts{margin-top:1rem;padding-top:.85rem;border-top:1px dashed rgba(0,110,172,.2);display:flex;flex-direction:column;gap:.55rem;text-align:left}.sid6-facts em{display:block;font-style:normal;font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--d6-blue)}.sid6-facts strong{font-size:.84rem;font-weight:700;color:var(--d6-ink);word-break:break-word}.sid6-fact-mac .sid6-mac-row{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.sid6-vlan-line{display:block;margin-top:.2rem;font-size:.72rem;font-weight:600;color:#5b8eab}.sid6-vlan-line b{color:#006eac;font-weight:800;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.sid6-clear-mac{border:0;border-radius:7px;padding:.2rem .5rem;background:#fecdd3;color:#e11d48;font-size:.65rem;font-weight:700;font-family:inherit;cursor:pointer;flex-shrink:0}.sid6-clear-mac:hover{background:#fda4af}.sid6-switch{display:flex;align-items:center;gap:.55rem;margin-top:1rem;padding-top:.85rem;border-top:1px dashed rgba(0,110,172,.2);cursor:pointer;font-size:.8rem;font-weight:700;color:#1e5f82}.sid6-switch input{display:none}.sid6-switch-ui{width:42px;height:22px;border-radius:999px;background:#b8d4e8;position:relative;flex-shrink:0;transition:background .2s}.sid6-switch-ui:after{content:"";position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 4px #00000026;transition:transform .2s}.sid6-switch input:checked+.sid6-switch-ui{background:#006eac}.sid6-switch input:checked+.sid6-switch-ui:after{transform:translate(20px)}.sid6-quota{padding:1rem 1.1rem;background:linear-gradient(160deg,#dff0fa,#fff 70%)}.sid6-quota-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.7rem}.sid6-quota-head h3,.sid6-tools h3{margin:0;font-size:.88rem;font-weight:800;color:#0a042e}.sid6-quota-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.35rem;margin-bottom:.55rem}.sid6-quota-stats em{display:block;font-style:normal;font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#006eac}.sid6-quota-stats b{font-size:1.05rem;font-weight:800;color:#0a042e}.sid6-quota-stats b.u{color:#059669}.sid6-quota-stats b.l{color:#e11d48}.sid6-quota-stats i{font-style:normal;font-size:.6rem;font-weight:600;color:#5b8eab;margin-left:.1rem}.sid6-facts-compact{margin-top:.85rem}.sid6-profile-top{display:flex;justify-content:flex-end;margin:-.25rem 0 .65rem}.sid6-switch-top{margin-top:0;padding-top:0;border-top:0}.sid6-left-session{margin-top:1rem;padding-top:.9rem;border-top:1px dashed rgba(0,110,172,.22);text-align:left}.sid6-left-stats{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.65rem}.sid6-left-timer{text-align:center;padding:.55rem .45rem;border-radius:12px 12px 0 0;background:linear-gradient(180deg,#e8f4fb,#f4fafd);border:1px solid var(--d6-line-strong);border-bottom:0}.sid6-left-timer small{display:block;font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--d6-blue)}.sid6-left-timer strong{display:block;margin-top:.1rem;font-size:1.15rem;font-weight:800;color:#0a042e;font-variant-numeric:tabular-nums}.sid6-left-traffic{display:grid;grid-template-columns:1fr 1fr;gap:0;border:1px solid var(--d6-line-strong);border-radius:0 0 12px 12px;overflow:hidden;background:#fff}.sid6-left-traffic>div{padding:.5rem .55rem;text-align:center}.sid6-left-traffic>div:first-child{border-right:1px solid var(--d6-line)}.sid6-left-traffic em{display:block;font-style:normal;font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#006eac}.sid6-left-traffic strong{display:block;margin-top:.1rem;font-size:.86rem;font-weight:800;color:#0f172a}.sid6-left-session .sid6-facts{margin-top:0;padding-top:0;border-top:0}.sid6-left-session.is-offline{border-top-color:#e11d4840}.sid6-session-pill{display:inline-flex;padding:.18rem .55rem;border-radius:999px;font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.sid6-session-pill.ok{background:#059669;color:#fff}.sid6-session-pill.bad{background:#e11d48;color:#fff}.sid6-session-offline{margin:0;font-size:.8rem;color:#64748b;font-weight:600}.sid6-kick-full{display:flex;align-items:center;justify-content:center;gap:.35rem;width:100%;margin-top:.75rem;padding:.55rem;border:0;border-radius:10px;background:#e11d48;color:#fff;font-size:.8rem;font-weight:700;font-family:inherit;cursor:pointer}.sid6-kick-full:hover:not(:disabled){background:#be123c}.sid6-kick-full:disabled{opacity:.55;cursor:not-allowed}.sid6-bar{height:7px;border-radius:999px;background:#006eac1f;overflow:hidden}.sid6-bar>div{height:100%;border-radius:999px;background:linear-gradient(90deg,#006eac,#33a0d6);transition:width .5s ease}.sid6-bar-sm{height:5px;margin-top:.35rem}.sid6-buy{width:100%;margin-top:.65rem;padding:.5rem;border:0;border-radius:10px;background:#e11d48;color:#fff;font-size:.8rem;font-weight:700;font-family:inherit;cursor:pointer}.sid6-buy:hover{background:#be123c}.sid6-buy-sm{margin-top:.45rem;padding:.28rem .55rem;font-size:.68rem;width:auto;align-self:flex-end}.sid6-icon-btn{width:30px;height:30px;border-radius:8px;border:1px solid rgba(0,110,172,.2);background:#fff;color:#006eac;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.sid6-icon-btn-sm{width:24px;height:24px;font-size:.85rem}.sid6-userinfo{display:flex;flex-direction:column;gap:.95rem}.sid6-ui-account{border:1px solid rgba(0,110,172,.16);border-radius:16px;padding:1.05rem 1.1rem;background:#fff;box-shadow:0 6px 18px #006eac0d}.sid6-ui-block-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.85rem;margin-bottom:.85rem}.sid6-ui-account-head{flex-wrap:wrap;padding-bottom:.85rem;border-bottom:1px solid rgba(0,110,172,.12)}.sid6-ui-title{display:flex;align-items:center;gap:.65rem;min-width:0}.sid6-ui-title-icon{width:40px;height:40px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;font-size:1.15rem;flex-shrink:0;background:#dbeafe;color:#006eac}.sid6-ui-title-icon.navy{background:#e0e7ff;color:#0a042e}.sid6-ui-title h3{margin:0;font-size:.95rem;font-weight:800;color:var(--d6-ink);line-height:1.2}.sid6-ui-title small{display:block;margin-top:.12rem;font-size:.7rem;font-weight:600;color:var(--d6-muted)}.sid6-ui-head-quota{display:flex;flex-direction:column;gap:.3rem;min-width:220px;padding:.55rem .7rem;border-radius:12px;background:linear-gradient(145deg,#e3f1fa,#f7fbfe);border:1px solid var(--d6-line)}.sid6-ui-head-quota-title{display:flex;align-items:center;gap:.35rem;font-size:.72rem;font-weight:800;color:#006eac;text-transform:uppercase;letter-spacing:.03em}.sid6-ui-head-quota-title i:first-child{font-size:.95rem}.sid6-ui-head-quota-title .sid6-icon-btn{margin-left:auto}.sid6-ui-head-quota-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.35rem}.sid6-ui-head-quota-stats em{display:block;font-style:normal;font-size:.58rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:#5b8eab}.sid6-ui-head-quota-stats b{font-size:.88rem;font-weight:800;color:#0a042e}.sid6-ui-head-quota-stats b.u{color:#059669}.sid6-ui-head-quota-stats b.l{color:#e11d48}.sid6-ui-head-quota-stats i{font-style:normal;font-size:.58rem;font-weight:600;color:#5b8eab;margin-left:.1rem}.sid6-ui-account-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.sid6-ui-account-item{display:flex;align-items:flex-start;gap:.55rem;padding:.7rem .75rem;border-radius:12px;background:linear-gradient(180deg,#f8fbfe,#fff);border:1px solid rgba(0,110,172,.12);min-width:0;transition:border-color .12s,box-shadow .12s}.sid6-ui-account-item:hover{border-color:#006eac47;box-shadow:0 4px 12px #006eac14}.sid6-ui-account-ico{width:34px;height:34px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:#dbeafe;color:#006eac;font-size:1.05rem;flex-shrink:0}.sid6-ui-account-body{min-width:0;flex:1}.sid6-ui-account-body em{display:block;font-style:normal;font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#5b8eab;margin-bottom:.15rem}.sid6-ui-account-value{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.sid6-ui-account-value strong{font-size:.84rem;font-weight:800;color:#0f172a;word-break:break-word;line-height:1.25}@media (max-width: 1100px){.sid6-ui-account-grid{grid-template-columns:1fr 1fr}.sid6-ui-head-quota{width:100%;min-width:0}}@media (max-width: 575px){.sid6-ui-account-grid{grid-template-columns:1fr}}.sid6-tools{padding:1rem 1.1rem}.sid6-tools-inline{margin-top:0}.sid6-tools h3{margin-bottom:.7rem}.sid6-actions-2col{display:grid;grid-template-columns:1fr 1fr;gap:.45rem}.sid6-actions-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem}@media (max-width: 1100px){.sid6-actions-row{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 575px){.sid6-actions-row{grid-template-columns:repeat(2,minmax(0,1fr))}}.sid6-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.3rem;padding:.7rem .4rem;border-radius:12px;border:1px solid transparent;font-size:.72rem;font-weight:700;font-family:inherit;cursor:pointer;text-align:center;line-height:1.2;transition:transform .12s,box-shadow .12s}.sid6-btn i{font-size:1.15rem}.sid6-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 5px 14px #006eac26}.sid6-btn:disabled{opacity:.5;cursor:not-allowed}.sid6-blue{background:#e3f1fa;color:#006eac;border-color:#006eac42}.sid6-orange{background:#fff1e6;color:#c45c12;border-color:#c45c1238}.sid6-cyan{background:#e4f6fb;color:#0a7ea4;border-color:#0a7ea43d}.sid6-green{background:#e6f7f2;color:#0d8a6a;border-color:#0d8a6a3d}.sid6-teal{background:#e6f5f4;color:#0b7f7a;border-color:#0b7f7a38}.sid6-red{background:#fde8ed;color:#d6284a;border-color:#d6284a3d}.sid6-slate{background:#eef3f7;color:#3d5568;border-color:#3d55682e}.sid6-workspace{overflow:hidden;min-height:640px;display:flex;flex-direction:column;background:linear-gradient(180deg,#fff,#f7fbfe)}.sid6-tabs{display:flex;flex-wrap:wrap;gap:.3rem;padding:.75rem .85rem;background:linear-gradient(180deg,#dff0fa,#eef6fb);border-bottom:1px solid var(--d6-line)}.sid6-tabs button{display:inline-flex;align-items:center;gap:.35rem;padding:.48rem .75rem;border:1px solid transparent;border-radius:999px;background:transparent;color:var(--d6-muted);font-size:.78rem;font-weight:600;font-family:inherit;cursor:pointer;white-space:nowrap}.sid6-tabs button i{color:var(--d6-blue)}.sid6-tabs button:hover{background:#006eac1a;color:var(--d6-ink)}.sid6-tabs button.active{background:linear-gradient(135deg,#006eac,#0a8cc8);color:#fff;box-shadow:0 4px 12px #006eac47}.sid6-tabs button.active i{color:#ccebff}.sid6-tabs em{font-style:normal;font-size:.62rem;font-weight:700;background:#ffffff38;padding:.1rem .35rem;border-radius:999px}.sid6-tabs button:not(.active) em{background:var(--d6-blue);color:#fff}.sid6-panel{padding:1.15rem 1.25rem;flex:1;background:transparent}.sid6-panel .sip-form-section h4,.sid6-panel .sip-field-label{color:#006eac}.sid6-panel .sip-submit-btn{background:linear-gradient(135deg,#006eac,#0088c9)}@media (max-width: 991px){.sid6-grid{grid-template-columns:1fr}.sid6-col-left{position:static}}.modal-content.rcg-sheet{border:0;border-radius:18px;overflow:hidden;box-shadow:0 24px 60px #00467847}.rcg{position:relative;padding:1.35rem 1.35rem 1.25rem;background:radial-gradient(circle at 100% 0%,rgba(0,110,172,.14),transparent 42%),radial-gradient(circle at 0% 100%,rgba(5,150,105,.1),transparent 40%),#fff}.rcg-close{position:absolute;top:.85rem;right:.85rem;width:2rem;height:2rem;border:0;border-radius:999px;background:#0a042e0f;color:#0a042e;display:inline-flex;align-items:center;justify-content:center;font-size:1.15rem;cursor:pointer}.rcg-close:hover{background:#0a042e1f}.rcg-head{display:flex;align-items:center;gap:.85rem;padding-right:2rem;margin-bottom:1.15rem}.rcg-badge{width:3rem;height:3rem;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;font-size:1.35rem;color:#fff;background:linear-gradient(145deg,#006eac,#33a0d6);box-shadow:0 8px 18px #006eac4d;flex-shrink:0}.rcg-head h5{margin:0;font-size:1.05rem;font-weight:800;color:#0a042e}.rcg-head p{margin:.15rem 0 0;font-size:.82rem;color:#5b8eab;display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}.rcg-head p strong{color:#006eac;font-weight:700}.rcg-amount{text-align:center;padding:1.1rem .75rem 1rem;border-radius:16px;background:linear-gradient(160deg,#006eac1a,#006eac08);border:1px solid rgba(0,110,172,.14);margin-bottom:1rem}.rcg-currency{display:block;font-size:.75rem;font-weight:700;letter-spacing:.08em;color:#5b8eab;margin-bottom:.15rem}.rcg-amount strong{display:block;font-size:2.35rem;line-height:1.1;font-weight:800;color:#006eac;letter-spacing:-.03em}.rcg-amount em{display:inline-block;margin-top:.45rem;font-style:normal;font-size:.78rem;font-weight:700;color:#059669;background:#0596691f;padding:.2rem .55rem;border-radius:999px}.rcg-path{display:grid;grid-template-columns:1fr auto 1fr;gap:.5rem;align-items:center;margin-bottom:.9rem}.rcg-path-node{padding:.7rem .75rem;border-radius:12px;background:#f4f8fb;border:1px solid rgba(0,110,172,.1);min-width:0}.rcg-path-node span{display:block;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#5b8eab;margin-bottom:.2rem}.rcg-path-node strong{display:block;font-size:.9rem;font-weight:800;color:#0a042e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rcg-path-node-new{background:#05966914;border-color:#05966938}.rcg-path-node-new strong{color:#047857}.rcg-path-arrow{width:1.75rem;height:1.75rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#fff;border:1px solid rgba(0,110,172,.18);color:#006eac;font-size:1rem}.rcg-meta{display:grid;grid-template-columns:1fr 1fr;gap:.65rem;margin-bottom:1.1rem}.rcg-meta>div{padding:.55rem .7rem;border-radius:10px;background:#0a042e08}.rcg-meta span{display:block;font-size:.68rem;font-weight:700;color:#5b8eab;text-transform:uppercase;letter-spacing:.04em}.rcg-meta strong{display:block;margin-top:.15rem;font-size:.86rem;font-weight:700;color:#0a042e;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.rcg-submit{width:100%;border:0;border-radius:12px;padding:.85rem 1rem;font-size:.95rem;font-weight:800;color:#fff;background:linear-gradient(135deg,#059669,#10b981);box-shadow:0 10px 22px #05966947;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;cursor:pointer}.rcg-submit:hover:not(:disabled){filter:brightness(1.05)}.rcg-submit:disabled{opacity:.75;cursor:wait}.rcg-loading,.rcg-error{text-align:center;padding:2rem 1rem;color:#5b8eab;font-size:.9rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.rcg-error{color:#dc2626}.rcg-success{text-align:center;padding:2.25rem 1rem 1.75rem}.rcg-success-ring{width:4.25rem;height:4.25rem;margin:0 auto 1rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:2rem;color:#fff;background:linear-gradient(145deg,#059669,#34d399);box-shadow:0 12px 28px #05966959;animation:rcg-pop .45s ease}.rcg-success h5{margin:0;font-weight:800;color:#0a042e}.rcg-success p{margin:.35rem 0 0;color:#5b8eab;font-size:.88rem}@keyframes rcg-pop{0%{transform:scale(.6);opacity:0}70%{transform:scale(1.08)}to{transform:scale(1);opacity:1}}@media (max-width: 480px){.rcg-amount strong{font-size:1.9rem}.rcg-path{grid-template-columns:1fr}.rcg-path-arrow{margin:0 auto;transform:rotate(90deg)}}.sid-sess{padding:.15rem}.sid-sess-table thead th{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.03em;color:#006eac;background:#006eac0f;white-space:nowrap}.sid-inv-refund-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1rem}.sid-inv-refund-grid span{display:block;font-size:.7rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.03em}.sid-inv-refund-grid strong{display:block;margin-top:.15rem;font-size:.9rem;color:#0a042e}.sid-inv-refund-sum{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1rem;border-radius:12px;background:#05966914;border:1px solid rgba(5,150,105,.18);margin-bottom:.75rem}.sid-inv-refund-sum em{display:block;font-style:normal;font-weight:800;color:#0a042e}.sid-inv-refund-sum span{font-size:.78rem;color:#64748b}.sid-inv-refund-sum strong{font-size:1.25rem;color:#059669}.sid-inv-refund-note{font-size:.75rem;color:#64748b;margin-bottom:1rem}.sid-inv-refund-actions{display:flex;justify-content:flex-end;gap:.5rem}.invc-wrap{display:flex;flex-direction:column;gap:.45rem}.invc-summary{display:flex;gap:.4rem;flex-wrap:wrap}.invc-summary>div{flex:1;min-width:110px;padding:.35rem .65rem;border-radius:8px;background:linear-gradient(135deg,#006eac1a,#006eac05);border:1px solid var(--d6-line)}.invc-summary em{display:block;font-style:normal;font-size:.58rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:var(--d6-muted)}.invc-summary strong{display:block;margin-top:.05rem;font-size:.92rem;font-weight:800;color:var(--d6-ink)}.invc-empty{display:flex;align-items:center;justify-content:center;gap:.4rem;padding:1.5rem 1rem;color:#5b8eab;font-size:.82rem;border-radius:10px;border:1px dashed rgba(0,110,172,.25);background:#006eac08}.invc-list{display:flex;flex-direction:column;gap:.35rem}.invc{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:stretch;border-radius:10px;overflow:hidden;background:#fff;border:1px solid var(--d6-line);box-shadow:0 2px 8px #005a8c0d}.invc:hover{border-color:var(--d6-line-strong)}.invc.is-latest{border-color:#0d8a6a59}.invc-rail{display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,var(--d6-blue) 0%,var(--d6-blue-mid) 100%);color:#fff}.invc.is-used .invc-rail{background:linear-gradient(180deg,#6b8499,#93a8b8)}.invc.is-open .invc-rail{background:linear-gradient(180deg,#0d8a6a,#1aad88)}.invc-rail-num{font-size:.62rem;font-weight:800;letter-spacing:.02em}.invc-body{padding:.35rem .55rem;min-width:0;display:flex;align-items:center}.invc-main{display:grid;grid-template-columns:minmax(110px,1.1fr) minmax(120px,1.2fr) minmax(140px,1.1fr) minmax(90px,.9fr) auto;gap:.45rem .65rem;align-items:center;width:100%}.invc-id{min-width:0}.invc-id strong{display:block;font-size:.72rem;font-weight:800;color:#0a042e;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.invc-id em{display:block;font-style:normal;font-size:.6rem;color:#5b8eab;line-height:1.2}.invc-pkg{display:flex;align-items:center;gap:.3rem;flex-wrap:wrap;min-width:0}.invc-pkg-name{font-size:.65rem;font-weight:800;padding:.1rem .4rem;border-radius:999px;background:#006eac1a;color:#006eac;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.invc-days{font-size:.6rem;font-weight:700;color:#64748b}.invc-type{font-size:.58rem;font-weight:700;color:#94a3b8}.invc.is-open .invc-type{color:#059669}.invc-expire{display:flex;align-items:center;gap:.2rem;min-width:0;font-size:.68rem}.invc-expire strong{font-weight:800;white-space:nowrap}.invc-expire .is-old{color:#dc2626}.invc-expire .is-new{color:#059669}.invc-expire>i{color:#94a3b8;font-size:.9rem;flex-shrink:0}.invc-usage{min-width:0}.invc-usage-bar{height:4px;border-radius:99px;background:#e2e8f0;overflow:hidden}.invc-usage-bar span{display:block;height:100%;border-radius:99px;background:linear-gradient(90deg,#006eac,#33a0d6)}.invc-usage em{display:block;margin-top:.12rem;font-style:normal;font-size:.58rem;font-weight:700;color:#64748b}.invc-amount{text-align:right;flex-shrink:0;white-space:nowrap}.invc-amount strong{display:block;font-size:.88rem;font-weight:800;color:#006eac;line-height:1.1}.invc-amount span{display:block;font-size:.55rem;font-weight:800;letter-spacing:.05em;color:#5b8eab}.invc-side{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;padding:.3rem .55rem;border-left:1px dashed rgba(0,110,172,.16);background:#f8fbfe;min-width:78px}.invc-used{display:inline-flex;padding:.15rem .45rem;border-radius:999px;background:#fef3c7;color:#b45309;font-size:.62rem;font-weight:800}.invc-refund{border:0;border-radius:7px;padding:.22rem .5rem;background:linear-gradient(135deg,#e11d48,#fb7185);color:#fff;font-size:.65rem;font-weight:800;cursor:pointer;box-shadow:0 3px 8px #e11d4833}.invc-refund:hover:not(:disabled){filter:brightness(1.05)}.invc-refund:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}.invc-timer{font-size:.55rem;font-weight:700;color:#5b8eab;white-space:nowrap}@media (max-width: 1100px){.invc-main{grid-template-columns:minmax(100px,1fr) minmax(110px,1fr) auto}.invc-usage,.invc-expire{grid-column:span 1}}@media (max-width: 720px){.invc{grid-template-columns:28px minmax(0,1fr)}.invc-main{grid-template-columns:1fr 1fr;gap:.3rem .45rem}.invc-amount{text-align:left}.invc-side{grid-column:1 / -1;flex-direction:row;justify-content:space-between;border-left:0;border-top:1px dashed rgba(0,110,172,.16);min-width:0;padding:.3rem .55rem}}.sid-sess-table tbody td{vertical-align:middle;font-size:.8rem}.sid-sess-time strong{font-size:.78rem;font-weight:700;color:#0f172a}.sid-sess-pill{display:inline-block;padding:.2rem .5rem;border-radius:999px;background:#006eac1a;color:#006eac;font-size:.72rem;font-weight:700}.sid-sess-code{font-size:.72rem;color:#334155;background:#f1f5f9;padding:.15rem .4rem;border-radius:6px}.sid-sess-vlan{display:inline-block;padding:.15rem .45rem;border-radius:6px;background:#0596691a;color:#047857;font-size:.72rem;font-weight:800;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}
