@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");:root{--brand:#e50914;--brand-hover:#f40612;--brand-muted:rgba(229,9,20,.14);--brand-border:rgba(229,9,20,.3);--brand-glow:0 12px 32px rgba(229,9,20,.22);--bg-base:#0b0b0f;--bg-sidebar:#0f0f14;--bg-card:#1a1a22;--bg-hover:#1f1f28;--bg-input:rgba(20,20,26,.8);--bg-topbar:rgba(11,11,15,.88);--text-primary:#fff;--text-secondary:#b7bbc7;--text-muted:#7e8494;--text-disabled:#4a4d5a;--line:#1f2027;--line-strong:#2a2b35;--success:#1dbe73;--success-bg:rgba(29,190,115,.1);--success-border:rgba(29,190,115,.2);--warning:#f5b942;--warning-bg:rgba(245,185,66,.1);--danger:#ff4d5a;--danger-bg:rgba(255,77,90,.1);--info:#62b6ff;--info-bg:rgba(98,182,255,.1);--r-sm:8px;--r-md:12px;--r-lg:16px;--r-xl:20px;--r-pill:999px;--sidebar-w:280px;--brand-primary:#e50914;--brand-active:#b81d24;--border-subtle:#1f2027;--border-default:#2a2b35;--border-strong:#3a3b45;--bg-elevated:#14141a;color-scheme:dark}.u-text-brand{color:var(--brand)}.u-bg-card{background:var(--bg-card)}.u-border{border:1px solid var(--line)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg-base);color:var(--text-primary);line-height:1.6;min-height:100vh;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;letter-spacing:-.02em}a{color:inherit;text-decoration:none}button{cursor:pointer}button,input,select,textarea{font-family:inherit}body.reseller-app{background:radial-gradient(ellipse 80% 50% at 50% -10%,rgba(229,9,20,.18),transparent 60%),radial-gradient(ellipse 60% 50% at 90% 20%,rgba(168,85,247,.12),transparent 50%),radial-gradient(ellipse 70% 60% at 10% 80%,rgba(59,130,246,.1),transparent 50%),linear-gradient(180deg,#0a0a0f,#060608 50%,#08080c);color:var(--text-primary);min-height:100vh;position:relative}body.reseller-app:before{background-image:linear-gradient(hsla(0,0%,100%,.025) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.025) 1px,transparent 0);background-size:64px 64px;mask-image:radial-gradient(ellipse 80% 60% at 50% 30%,#000 30%,transparent 80%);-webkit-mask-image:radial-gradient(ellipse 80% 60% at 50% 30%,#000 30%,transparent 80%);z-index:0}body.reseller-app:after,body.reseller-app:before{content:"";position:fixed;inset:0;pointer-events:none}body.reseller-app:after{background:radial-gradient(circle at 50% 100%,transparent 40%,rgba(0,0,0,.6) 100%);z-index:1}.aurora-bg{position:absolute;top:0;left:0;right:0;height:120vh;background:radial-gradient(ellipse 50% 40% at 20% 30%,rgba(229,9,20,.22),transparent 60%),radial-gradient(ellipse 40% 35% at 80% 20%,rgba(168,85,247,.18),transparent 60%),radial-gradient(ellipse 45% 40% at 70% 70%,rgba(59,130,246,.15),transparent 60%),radial-gradient(ellipse 35% 30% at 10% 90%,rgba(34,197,94,.1),transparent 60%);filter:blur(100px);z-index:0;pointer-events:none;animation:aurora-drift 24s ease-in-out infinite alternate}@keyframes aurora-drift{0%{transform:translateZ(0) scale(1);opacity:.85}50%{transform:translate3d(-3%,2%,0) scale(1.05);opacity:1}to{transform:translate3d(3%,-2%,0) scale(1.02);opacity:.9}}.reseller-shell{display:grid;grid-template-columns:var(--sidebar-w) minmax(0,1fr);min-height:100vh;position:relative;z-index:2}.reseller-sidebar{position:-webkit-sticky;position:sticky;top:0;height:100vh;overflow-y:auto;gap:16px;padding:20px 14px;background:rgba(0,0,0,.45);border-right:1px solid var(--line);-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.08) transparent}.reseller-brand,.reseller-sidebar{display:flex;flex-direction:column}.reseller-brand{gap:8px;padding-bottom:16px;border-bottom:1px solid var(--line)}.reseller-brand-logo{display:flex;align-items:center;gap:12px}.reseller-brand-image{width:44px;height:44px;object-fit:contain;background:transparent;flex-shrink:0}.reseller-brand-word{font-size:26px;font-weight:900;letter-spacing:-.06em;color:#fff}.reseller-brand-user{font-size:11px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.12em;padding-left:2px}.reseller-nav{display:flex;flex-direction:column;gap:4px;flex:1 1 auto}.reseller-nav-section{display:flex;flex-direction:column;gap:2px}.reseller-nav-separator{height:1px;background:var(--line);margin:8px 0}.reseller-nav-group{padding-top:10px;margin-top:4px}.reseller-nav-group-header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:4px 10px 8px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.14em;color:var(--text-muted)}.reseller-nav-group-header-sub{display:flex;align-items:center;gap:10px;padding:11px 13px;border-radius:var(--r-md);font-size:13px;font-weight:700;color:rgba(229,9,20,.9);background:var(--brand-muted);border:1px solid var(--brand-border);cursor:pointer;transition:background .18s ease,border-color .18s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.reseller-nav-group-header-sub:hover{background:rgba(229,9,20,.2);border-color:rgba(229,9,20,.42)}.reseller-nav-group-icon{display:flex;align-items:center;flex-shrink:0}.reseller-nav-group-items{padding-left:8px;margin-top:2px}.reseller-nav-group-items,.reseller-nav-standalone,.reseller-nav-subsection{display:flex;flex-direction:column;gap:2px}.reseller-nav-link,.reseller-nav-subitem{display:flex;align-items:center;gap:10px;padding:11px 13px;border-radius:var(--r-md);border:1px solid transparent;color:var(--text-secondary);font-weight:600;font-size:13px;text-decoration:none;transition:background .16s ease,color .16s ease,border-color .16s ease,transform .16s ease}.reseller-nav-link:hover,.reseller-nav-subitem:hover{transform:translateX(2px)}.reseller-nav-link.active,.reseller-nav-link:hover,.reseller-nav-subitem.active,.reseller-nav-subitem:hover{background:var(--bg-hover);color:#fff;border-color:var(--line)}.reseller-nav-subitem{padding-left:18px;font-size:12.5px}.reseller-sidebar-footer{margin-top:auto;border-top:1px solid var(--line);padding-top:14px}.reseller-sidebar-card{display:grid;grid-gap:12px;gap:12px;padding:14px;border-radius:var(--r-lg);background:hsla(0,0%,100%,.035);border:1px solid var(--line)}.reseller-sidebar-card-top{display:flex;align-items:center;gap:12px}.reseller-sidebar-card-avatar{width:40px;height:40px;border-radius:10px;display:grid;place-items:center;background:linear-gradient(135deg,#e50914,#b81d24);color:#fff;font-weight:800;font-size:13px;flex-shrink:0;box-shadow:0 6px 18px rgba(229,9,20,.2)}.reseller-sidebar-card-copy{min-width:0;flex:1 1}.reseller-sidebar-card-title{font-size:13px;font-weight:700;color:#fff}.reseller-sidebar-card-subtitle{font-size:10px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em}.reseller-sidebar-card-status{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:var(--r-pill);font-size:10px;font-weight:700;color:#a7f3d0;background:rgba(16,185,129,.12);border:1px solid rgba(16,185,129,.22);white-space:nowrap}.reseller-sidebar-card-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.reseller-sidebar-action{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:38px;border-radius:var(--r-md);border:1px solid var(--line);background:hsla(0,0%,100%,.04);color:var(--text-secondary);font-size:12px;font-weight:700;cursor:pointer;transition:background .16s ease,color .16s ease}.reseller-sidebar-action:hover{background:hsla(0,0%,100%,.08);color:#fff}.reseller-sidebar-action-danger{background:rgba(229,9,20,.1);border-color:rgba(229,9,20,.22);color:#ffb4bb}.reseller-sidebar-action-danger:hover{background:rgba(229,9,20,.18);border-color:rgba(229,9,20,.36)}.reseller-shell-main{display:flex;flex-direction:column;min-width:0;min-height:100vh}.reseller-topbar{position:-webkit-sticky;position:sticky;top:14px;z-index:100;display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:70px;padding:14px 20px;margin:14px 14px 0;border-radius:18px;background:rgba(8,10,16,.88);border:1px solid var(--line);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 16px 48px rgba(0,0,0,.28)}.reseller-topbar-copy{display:flex;flex-direction:column;gap:2px;min-width:0}.reseller-topbar-kicker{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.16em;color:var(--text-muted)}.reseller-topbar-title{font-size:clamp(18px,2vw,26px);font-weight:800;letter-spacing:-.04em;color:#fff;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reseller-topbar-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;flex-shrink:0}.reseller-search{display:flex;align-items:center;gap:8px;height:44px;min-width:min(34vw,320px);padding:0 14px;border-radius:14px;background:hsla(0,0%,100%,.045);border:1px solid var(--line);color:var(--text-muted);transition:border-color .16s ease,box-shadow .16s ease}.reseller-search:focus-within{border-color:var(--brand-border);box-shadow:0 0 0 3px rgba(229,9,20,.12)}.reseller-search input{flex:1 1;min-width:0;background:transparent!important;border:none;outline:none;color:#fff;font-size:13px;box-shadow:none!important}.reseller-search input::placeholder{color:var(--text-muted)}.reseller-search input:-webkit-autofill,.reseller-search input:-webkit-autofill:focus{-webkit-text-fill-color:#fff!important;box-shadow:inset 0 0 0 1000px transparent!important;-webkit-transition:background-color 9999s;transition:background-color 9999s}.reseller-bell,.reseller-credit,.reseller-language{display:inline-flex;align-items:center;justify-content:center;gap:7px;height:44px;padding:0 14px;border-radius:14px;background:hsla(0,0%,100%,.045);border:1px solid var(--line);color:var(--text-secondary);font-size:13px;font-weight:600;cursor:pointer;transition:background .16s ease,color .16s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.reseller-credit{color:#ffb4bb}.reseller-bell:hover,.reseller-credit:hover,.reseller-language:hover{background:hsla(0,0%,100%,.07);color:#fff}.reseller-bell{width:44px;padding:0;position:relative}.reseller-bell-badge{position:absolute;top:-6px;right:-6px;min-width:20px;height:20px;padding:0 5px;border-radius:var(--r-pill);background:var(--brand);font-size:10px;font-weight:800;display:inline-flex;border:2px solid var(--bg-base)}.reseller-bell-badge,.reseller-mobile-toggle{color:#fff;align-items:center;justify-content:center}.reseller-mobile-toggle{display:none;width:44px;height:44px;border-radius:12px;background:hsla(0,0%,100%,.05);border:1px solid var(--line);cursor:pointer;transition:background .16s ease,transform .16s ease}.reseller-mobile-toggle:hover{background:hsla(0,0%,100%,.1);transform:scale(1.04)}.reseller-shell-content{flex:1 1;padding:18px 18px 24px;display:flex;justify-content:center}.reseller-footer{display:flex;align-items:center;justify-content:space-between;gap:32px;min-height:64px;padding:0 32px;background:rgba(6,6,10,.96);border-top:1px solid var(--line);margin-top:auto;flex-wrap:wrap}.reseller-footer-left,.reseller-footer-right{display:flex;align-items:center;gap:10px;font-size:12.5px;font-weight:600;color:var(--text-muted);white-space:nowrap}.reseller-footer-left:after{content:"•";opacity:.3;margin-left:8px}@media (max-width:960px){.reseller-footer{padding:16px 24px!important;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px!important}.reseller-footer-left:after{display:none}}.reseller-dashboard-page,.reseller-page-stack{width:min(100%,1320px);display:grid;grid-gap:16px;gap:16px}.reseller-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:20px 22px;border-radius:var(--r-xl);background:var(--bg-card);border:1px solid var(--line);box-shadow:0 16px 48px rgba(0,0,0,.22);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.reseller-page-title-wrap{display:flex;align-items:center;gap:14px;min-width:0}.reseller-page-logo{display:flex;align-items:center;justify-content:center;background:transparent;border:none;flex-shrink:0}.reseller-page-kicker{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.16em;color:var(--text-muted);margin-bottom:4px}.reseller-page-title{font-size:clamp(22px,2.4vw,32px);font-weight:800;letter-spacing:-.04em;color:#fff;margin:0;line-height:1.1}.reseller-page-description{font-size:13.5px;color:var(--text-secondary);margin:5px 0 0;line-height:1.55;max-width:720px}.reseller-page-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;flex-shrink:0}.reseller-card,.reseller-panel,.reseller-stat-card{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--r-xl);box-shadow:0 8px 32px rgba(0,0,0,.24);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);padding:22px;position:relative;overflow:hidden;transition:border-color .2s ease,transform .2s ease,background .2s ease,box-shadow .2s ease}.reseller-card:hover,.reseller-panel:hover{border-color:var(--line-strong);background:var(--bg-hover);transform:translateY(-2px);box-shadow:0 16px 48px rgba(0,0,0,.32)}.reseller-card:before,.reseller-panel:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--brand),transparent);opacity:.2}.reseller-card-title,.reseller-panel-title{font-size:clamp(16px,1.4vw,20px);font-weight:800;letter-spacing:-.03em;color:#fff;margin:0}.reseller-card-text,.reseller-muted,.reseller-panel-text{font-size:13px;color:var(--text-secondary);line-height:1.55}.reseller-stat-card{padding:16px;display:grid;grid-gap:6px;gap:6px}.reseller-stat-label{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.14em;color:var(--text-muted)}.reseller-stat-value{font-size:clamp(24px,3.5vw,38px);font-weight:800;letter-spacing:-.05em;color:#fff}.reseller-stat-helper{font-size:12px;color:var(--text-secondary)}.reseller-grid-2{display:grid;grid-gap:18px;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr))}.reseller-grid-3{display:grid;grid-gap:18px;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr))}.reseller-grid-4{display:grid;grid-gap:18px;gap:18px;grid-template-columns:repeat(4,minmax(0,1fr))}.reseller-split-grid{display:grid;grid-gap:18px;gap:18px;grid-template-columns:1.4fr .95fr;align-items:start}.reseller-equal-grid-2{display:grid;grid-gap:14px;gap:14px;grid-template-columns:1.1fr 1fr}.reseller-search-grid{display:grid;grid-gap:14px;gap:14px;grid-template-columns:1fr auto;align-items:end}.btn-primary,.button,.reseller-dashboard-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 20px;border-radius:14px;border:1px solid rgba(229,9,20,.38);background:linear-gradient(135deg,#e50914,#b81d24);color:#fff;font-weight:700;font-size:13.5px;box-shadow:0 10px 28px rgba(229,9,20,.22);cursor:pointer;transition:background .16s ease,transform .16s ease,box-shadow .16s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-decoration:none}.btn-primary:hover,.button:hover,.reseller-dashboard-button:hover{background:linear-gradient(135deg,#ff1a25,#c1242d);transform:translateY(-2px);box-shadow:0 16px 36px rgba(229,9,20,.3)}.btn-primary:disabled,.button:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.btn-glass{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 18px;border-radius:14px;background:hsla(0,0%,100%,.05);border:1px solid var(--line);color:var(--text-secondary);font-weight:600;font-size:13.5px;cursor:pointer;transition:background .16s ease,color .16s ease,border-color .16s ease}.btn-glass:hover{background:hsla(0,0%,100%,.09);color:#fff;border-color:var(--line-strong)}.btn-glass.small,.btn-primary.small{min-height:34px;padding:0 12px;font-size:12px}.reseller-badge{display:inline-flex;align-items:center;gap:5px;min-height:26px;padding:3px 10px;border-radius:var(--r-pill);border:1px solid transparent;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.reseller-badge.neutral{background:hsla(0,0%,100%,.05);border-color:var(--line);color:var(--text-secondary)}.reseller-badge.success{background:var(--success-bg);border-color:var(--success-border);color:#6ee7b7}.reseller-badge.warning{background:var(--warning-bg);border-color:rgba(245,158,11,.22);color:#fde68a}.reseller-badge.danger{background:var(--danger-bg);border-color:rgba(239,68,68,.22);color:#fca5a5}.reseller-badge.info{background:var(--info-bg);border-color:rgba(59,130,246,.22);color:#93c5fd}.reseller-input,.reseller-shell-content input:not([type=checkbox]):not([type=radio]),.reseller-shell-content select,.reseller-shell-content textarea{width:100%;min-height:44px;padding:11px 14px;border-radius:14px;border:1px solid var(--line);background:var(--bg-input);color:#fff;font-size:13.5px;outline:none;transition:border-color .16s ease,box-shadow .16s ease}.reseller-input::placeholder,.reseller-shell-content input::placeholder,.reseller-shell-content textarea::placeholder{color:var(--text-disabled)}.reseller-input:focus,.reseller-shell-content input:focus,.reseller-shell-content select:focus,.reseller-shell-content textarea:focus{border-color:rgba(229,9,20,.48);box-shadow:0 0 0 3px rgba(229,9,20,.12)}.reseller-table-wrap{width:100%;overflow-x:auto;border-radius:var(--r-xl)}.reseller-table{width:100%;border-collapse:collapse;min-width:680px}.reseller-table th{padding:13px 16px;text-align:left;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted);background:hsla(0,0%,100%,.04);border-bottom:1px solid var(--line)}.reseller-table td{padding:14px 16px;border-bottom:1px solid var(--line);color:var(--text-secondary);font-size:13.5px;vertical-align:middle}.reseller-table tbody tr:hover{background:hsla(0,0%,100%,.025)}.reseller-table tbody tr:last-child td{border-bottom:none}.reseller-search-row{display:flex;align-items:center;gap:10px;padding:12px 16px}.reseller-loading-screen{min-height:100vh;display:grid;place-items:center;padding:24px;background:var(--bg-base);color:var(--text-primary);position:relative;overflow:hidden}.reseller-loading-screen:before{content:"";position:fixed;inset:0;background-image:linear-gradient(hsla(0,0%,100%,.025) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.025) 1px,transparent 0);background-size:64px 64px;mask-image:radial-gradient(ellipse 80% 60% at 50% 30%,#000 30%,transparent 80%);-webkit-mask-image:radial-gradient(ellipse 80% 60% at 50% 30%,#000 30%,transparent 80%);pointer-events:none;z-index:0}.reseller-loading-container{text-align:center;max-width:360px;padding:32px;position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:12px}.reseller-loading-logo-wrap{width:72px;height:72px;margin:0 auto 8px;display:grid;place-items:center;background:transparent}.reseller-loading-logo{object-fit:contain}.reseller-loading-title{font-size:19px;font-weight:700;margin-top:8px;color:#fff;letter-spacing:-.02em}.reseller-loading-subtitle{color:var(--text-secondary);font-size:14px;line-height:1.5;margin-bottom:8px}.reseller-loading-bar{width:120px;height:3px;border-radius:var(--r-pill);background:hsla(0,0%,100%,.07);overflow:hidden;margin-top:4px}.reseller-loading-bar span{display:block;height:100%;width:40%;border-radius:inherit;background:linear-gradient(90deg,rgba(229,9,20,.7),#fff 50%,rgba(229,9,20,.7));animation:loadingWave 1.2s ease-in-out infinite alternate}@keyframes loadingWave{0%{transform:translateX(-20%)}to{transform:translateX(200%)}}.reseller-sidebar-overlay{position:fixed;inset:0;background:rgba(0,0,0,.65);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:110;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.reseller-dashboard-topline{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:18px 22px;border-radius:var(--r-xl);background:var(--bg-card);border:1px solid var(--line);box-shadow:0 16px 48px rgba(0,0,0,.22);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.reseller-dashboard-topline-copy{display:grid;grid-gap:5px;gap:5px;min-width:0}.reseller-dashboard-topline-kicker{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.16em;color:var(--text-muted)}.reseller-dashboard-topline-title{font-size:clamp(20px,2vw,26px);font-weight:800;letter-spacing:-.04em;color:#fff}.reseller-dashboard-topline-description{font-size:13px;color:var(--text-secondary);max-width:660px;margin:0}.reseller-dashboard-topline-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;flex-shrink:0}.reseller-dashboard-topline-chip,.reseller-dashboard-topline-chip-soft{border-radius:var(--r-pill);background:hsla(0,0%,100%,.04);border:1px solid var(--line);color:var(--text-secondary);cursor:default}.reseller-dashboard-topline-bell,.reseller-dashboard-topline-chip,.reseller-dashboard-topline-chip-soft{display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:0 14px;font-size:13px;font-weight:600}.reseller-dashboard-topline-bell{justify-content:center;border-radius:var(--r-pill);background:var(--brand-muted);border:1px solid var(--brand-border);color:#fff;cursor:pointer}.reseller-dashboard-hero-shell{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(260px,.9fr);grid-gap:16px;gap:16px;align-items:stretch}.reseller-dashboard-hero{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(220px,.78fr);grid-gap:20px;gap:20px;align-items:start;padding:26px;border-radius:22px;background:radial-gradient(circle at 0 0,rgba(229,9,20,.18),transparent 38%),radial-gradient(circle at 100% 100%,rgba(59,130,246,.09),transparent 32%),var(--bg-card);border:1px solid var(--line);box-shadow:0 20px 56px rgba(0,0,0,.22);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.reseller-dashboard-hero-copy-block{display:grid;grid-gap:12px;gap:12px;align-content:start}.reseller-dashboard-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:var(--r-pill);background:var(--brand-muted);border:1px solid var(--brand-border);color:#ffb4bb;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;width:-moz-fit-content;width:fit-content}.reseller-dashboard-hero-title{font-size:clamp(26px,3.4vw,40px);font-weight:800;letter-spacing:-.05em;line-height:1.06;color:#fff;margin:4px 0 0}.reseller-dashboard-hero-copy{font-size:14px;color:var(--text-secondary);line-height:1.7;max-width:640px;margin:0}.reseller-dashboard-hero-cta-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:4px}.reseller-dashboard-hero-meta{display:grid;grid-gap:12px;gap:12px;align-content:start}.reseller-dashboard-hero-stat{padding:16px;border-radius:16px;background:hsla(0,0%,100%,.045);border:1px solid var(--line)}.reseller-dashboard-hero-stat span{display:block;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.14em;color:var(--text-muted);margin-bottom:8px}.reseller-dashboard-hero-stat strong{font-size:17px;font-weight:700;color:#fff}.reseller-dashboard-rail{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;padding:16px;border-radius:var(--r-xl);background:var(--bg-card);border:1px solid var(--line);box-shadow:0 16px 48px rgba(0,0,0,.2);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);align-content:start}.reseller-dashboard-rail-item{display:grid;grid-gap:5px;gap:5px;padding:14px 16px;border-radius:14px;background:hsla(0,0%,100%,.04);border:1px solid var(--line)}.reseller-dashboard-rail-item span{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.14em;color:var(--text-muted)}.reseller-dashboard-rail-item strong{font-size:17px;font-weight:800;letter-spacing:-.03em;color:#fff}.reseller-dashboard-grid{display:grid;grid-gap:16px;gap:16px;align-items:stretch}.reseller-dashboard-grid--triple{grid-template-columns:minmax(0,1.3fr) minmax(0,.85fr) minmax(0,.85fr)}.reseller-dashboard-grid--stacked{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:stretch}.reseller-dashboard-stack{display:grid;grid-gap:16px;gap:16px;align-content:start}.reseller-dashboard-panel{padding:22px;display:grid;grid-gap:14px;gap:14px}.reseller-dashboard-panel-title{font-size:17px;font-weight:800;letter-spacing:-.03em;color:#fff}.reseller-dashboard-panel-heading{font-size:15px;font-weight:700;color:var(--text-secondary)}.reseller-dashboard-report-card{display:grid;grid-gap:16px;gap:16px}.reseller-dashboard-report-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:12px;gap:12px;margin-top:6px}.reseller-dashboard-report-field{display:grid;grid-gap:7px;gap:7px}.reseller-dashboard-report-field span{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted)}.reseller-dashboard-report-status{font-size:13px;color:var(--text-secondary);padding:10px 0 0}.reseller-dashboard-metric-card{display:flex;flex-direction:column;justify-content:space-between;gap:14px;min-height:200px}.reseller-dashboard-credit-block{display:grid;grid-gap:6px;gap:6px}.reseller-dashboard-credit-value{font-size:clamp(32px,4.5vw,52px);font-weight:800;letter-spacing:-.06em;color:#fff;line-height:1}.reseller-dashboard-credit-caption{font-size:13px;color:var(--text-secondary)}.reseller-dashboard-chart-panel{padding:22px;display:grid;grid-gap:14px;gap:14px}.reseller-dashboard-activity-header{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.reseller-dashboard-activity-body{min-height:220px;padding:20px;border-radius:16px;border:1px dashed hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.025);display:grid;place-items:center}.reseller-dashboard-activity-placeholder{display:grid;grid-gap:10px;gap:10px;place-items:center;text-align:center;color:var(--text-secondary)}.reseller-notifications-feed{padding:22px;display:grid;grid-gap:14px;gap:14px}.reseller-notifications-feed-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--line)}.reseller-notification-item{padding:14px 16px;border-radius:14px;background:var(--bg-card);border:1px solid var(--line)}.reseller-notification-kicker{display:inline-flex;align-items:center;gap:7px;margin-bottom:8px;color:#ffb4bb;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.reseller-notification-item h4{color:#fff;font-size:15px;font-weight:700;margin:0 0 6px;line-height:1.3}.reseller-notification-item p{color:var(--text-secondary);font-size:13px;line-height:1.65;margin:0}.reseller-notification-item p+p{margin-top:4px}.reseller-dashboard-top-plans-panel{display:flex;flex-direction:column;gap:14px}.reseller-dashboard-summary-grid{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.reseller-dashboard-summary-item{padding:16px;border-radius:14px;border:1px solid var(--line);background:hsla(0,0%,100%,.035);text-align:center}.reseller-dashboard-summary-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:8px}.reseller-dashboard-summary-value{font-size:24px;font-weight:800;letter-spacing:-.04em;color:#fff}.reseller-dashboard-summary-small{font-size:12px;color:var(--text-secondary);margin-top:4px}.reseller-dashboard-empty{padding:20px;display:grid;grid-gap:8px;gap:8px}.reseller-notifications{position:fixed;top:96px;right:18px;width:min(360px,calc(100vw - 32px));z-index:150;border-radius:18px;overflow:hidden;background:rgba(11,14,22,.98);border:1px solid var(--line);box-shadow:0 24px 72px rgba(0,0,0,.4);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.reseller-notifications-header{position:relative;padding:18px 18px 14px;border-bottom:1px solid var(--line)}.reseller-notifications-header h3{color:#fff;font-size:17px;font-weight:700}.reseller-notification-close{position:absolute;top:12px;right:12px;display:inline-flex;width:32px;height:32px;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:9px;background:hsla(0,0%,100%,.05);color:#fff;cursor:pointer}.reseller-apk-grid{display:grid;grid-template-columns:repeat(3,minmax(260px,1fr));grid-gap:22px;gap:22px}.reseller-apk-card{display:flex;flex-direction:column;gap:16px;padding:22px 24px;border-radius:22px;border:1px solid var(--line);background:var(--bg-card);box-shadow:0 18px 52px rgba(0,0,0,.22);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;overflow:hidden}.reseller-apk-card:hover{transform:translateY(-3px);border-color:rgba(229,9,20,.28);box-shadow:0 28px 72px rgba(0,0,0,.28)}.reseller-apk-icon-container{position:relative;display:inline-flex;width:64px;height:64px;align-items:center;justify-content:center;border-radius:14px;background:hsla(0,0%,100%,.07);border:1px solid var(--line)}.reseller-apk-icon{font-size:32px;line-height:1}.reseller-apk-badge-new{position:absolute;top:-8px;right:-8px;padding:4px 10px;border-radius:var(--r-pill);background:linear-gradient(135deg,#ff4d5a,#e50914);color:#fff;font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;border:2px solid var(--bg-base);box-shadow:0 4px 12px rgba(229,9,20,.28)}.reseller-apk-content{flex:1 1;display:flex;flex-direction:column;gap:14px}.reseller-apk-title{font-size:17px;font-weight:800;letter-spacing:-.03em;color:#fff;line-height:1.3;margin:0}.reseller-apk-meta{display:flex;flex-direction:column;gap:10px}.reseller-apk-meta-item{display:flex;align-items:center;gap:8px}.reseller-apk-label{font-size:12px;color:var(--text-secondary);line-height:1.5;word-break:break-word}.reseller-apk-link{color:#ffb4bb;text-decoration:none;display:inline-flex;align-items:center;gap:5px;word-break:break-word;transition:color .16s ease}.reseller-apk-link:hover{color:#ffd5d9;text-decoration:underline}.reseller-apk-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 18px;background:linear-gradient(135deg,#e50914,#b81d24);color:#fff;border:none;border-radius:14px;font-size:14px;font-weight:700;cursor:pointer;box-shadow:0 10px 24px rgba(229,9,20,.22);transition:transform .16s ease,filter .16s ease}.reseller-apk-button:hover{transform:translateY(-2px);filter:brightness(1.08)}.reseller-floating-buttons{position:fixed;right:18px;bottom:18px;display:flex;gap:12px;z-index:50}.reseller-floating-left{position:fixed;left:18px;bottom:18px;z-index:50}.reseller-round-btn{width:52px;height:52px;border-radius:var(--r-pill);border:none;color:#fff;display:grid;place-items:center;box-shadow:0 10px 22px rgba(0,0,0,.18);cursor:pointer;transition:transform .16s ease,filter .16s ease}.reseller-round-btn:hover{transform:translateY(-3px) scale(1.04);filter:brightness(1.08)}.reseller-round-btn.whatsapp{background:#1fbf54}.reseller-round-btn.theme{background:var(--brand)}.reseller-round-btn.telegram{background:#2da7df}.animate-spin{animation:spin .85s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.list-item-hover:hover{border-color:rgba(229,9,20,.22)!important;background:hsla(0,0%,100%,.035)!important}@media (max-width:1200px){.reseller-shell{grid-template-columns:260px minmax(0,1fr)}.reseller-dashboard-grid--stacked,.reseller-dashboard-grid--triple,.reseller-dashboard-hero,.reseller-dashboard-hero-shell{grid-template-columns:1fr}.reseller-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:960px){.reseller-shell{grid-template-columns:1fr}.reseller-sidebar{position:fixed!important;inset:0 auto 0 0;width:min(88vw,320px)!important;height:100vh!important;transform:translateX(-104%);transition:transform .22s cubic-bezier(.4,0,.2,1);z-index:120!important}.reseller-sidebar.open{transform:translateX(0)!important}.reseller-mobile-toggle{display:inline-flex}.reseller-topbar{margin:12px 12px 0;padding:13px 16px}.reseller-shell-content{padding:16px;display:block}.reseller-dashboard-hero,.reseller-dashboard-hero-shell,.reseller-equal-grid-2,.reseller-search-grid,.reseller-split-grid{grid-template-columns:1fr}.reseller-grid-3,.reseller-grid-4{grid-template-columns:1fr 1fr}.reseller-apk-grid{grid-template-columns:repeat(2,minmax(240px,1fr))}.reseller-footer{padding:12px 16px!important;flex-direction:column;align-items:flex-start;justify-content:center;min-height:auto!important;gap:4px!important}}@media (max-width:640px){.reseller-topbar{margin:10px 10px 0;padding:12px 14px;border-radius:14px;flex-wrap:wrap;gap:10px}.reseller-topbar-actions{width:100%;flex-wrap:wrap}.reseller-search{min-width:0;width:100%}.reseller-credit,.reseller-language{flex:1 1 auto}.reseller-shell-content{padding:13px 13px 20px}.reseller-dashboard-grid--stacked,.reseller-dashboard-grid--triple,.reseller-grid-2,.reseller-grid-3,.reseller-grid-4{grid-template-columns:1fr!important}.reseller-apk-grid,.reseller-dashboard-rail{grid-template-columns:1fr}.reseller-apk-grid{gap:16px}.reseller-topbar-title{font-size:20px}}.reseller-shell-content article,.reseller-shell-content section{transition:border-color .2s ease,transform .2s ease}.reseller-shell-content article:hover,.reseller-shell-content section:hover{border-color:rgba(229,9,20,.22);transform:translateY(-1px)}.reseller-theme-toggle{display:inline-flex;align-items:center;justify-content:center;gap:7px;height:44px;padding:0 14px;border-radius:14px;background:hsla(0,0%,100%,.045);border:1px solid var(--line);color:var(--text-secondary);font-size:13px;font-weight:600;cursor:pointer;transition:background .16s ease,color .16s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.reseller-theme-toggle:hover{background:hsla(0,0%,100%,.07);color:#fff}.reseller-apk-title-row{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}input[type=date],input[type=datetime-local],input[type=month],input[type=time],input[type=week]{color-scheme:dark}.reseller-login-wrapper{display:grid;place-items:center;min-height:100vh;padding:clamp(18px,4vw,36px);background:radial-gradient(circle at 18% 20%,rgba(229,9,20,.14),transparent 28%),radial-gradient(circle at 82% 18%,rgba(59,130,246,.1),transparent 24%),radial-gradient(circle at 50% 100%,hsla(0,0%,100%,.04),transparent 34%),#07080c}.reseller-login-shell{width:min(1120px,100%);display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);grid-gap:clamp(20px,3vw,36px);gap:clamp(20px,3vw,36px);align-items:center}.reseller-login-hero{display:grid;grid-gap:18px;gap:18px;align-content:start;padding:clamp(16px,2vw,24px)}.reseller-login-eyebrow{display:inline-flex;align-items:center;gap:8px;width:-moz-fit-content;width:fit-content;padding:8px 12px;border-radius:999px;background:rgba(229,9,20,.12);border:1px solid rgba(229,9,20,.24);color:#ffb4bb;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.14em}.reseller-login-hero-title{margin:0;max-width:640px;font-size:clamp(32px,4.8vw,58px);line-height:1.02;letter-spacing:-.06em;color:#fff}.reseller-login-hero-copy{margin:0;max-width:580px;font-size:clamp(15px,1.6vw,18px);line-height:1.7;color:var(--text-secondary)}.reseller-login-points{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));max-width:620px}.reseller-login-point{display:flex;align-items:center;gap:10px;min-height:52px;padding:14px 16px;border-radius:16px;border:1px solid var(--line);background:hsla(0,0%,100%,.04);color:#fff;font-size:13.5px;font-weight:600}.reseller-login-panel{width:100%;max-width:520px;margin-left:auto;display:grid;grid-gap:20px;gap:20px;padding:clamp(24px,3vw,34px)}.reseller-login-panel-head{display:grid;grid-gap:18px;gap:18px;text-align:center}.reseller-login-form{display:grid;grid-gap:16px;gap:16px}.reseller-login-alert{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:14px;border:1px solid rgba(239,68,68,.22);background:rgba(239,68,68,.08);color:#ffd2d6;font-size:13px;line-height:1.5}.reseller-login-button{width:100%;margin-top:4px;justify-content:center;padding-inline:18px}.reseller-login-footer{display:grid;grid-gap:8px;gap:8px;padding-top:4px;border-top:1px solid var(--line)}.reseller-login-footer p{margin:0;color:var(--text-muted);font-size:12.5px;line-height:1.6}.reseller-plan-grid{display:grid;grid-gap:18px;gap:18px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.reseller-plan-card{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--r-xl);padding:22px;display:grid;grid-gap:14px;gap:14px;transition:border-color .2s ease,transform .2s ease}.reseller-plan-card:hover{border-color:rgba(229,9,20,.26);transform:translateY(-2px)}.reseller-plan-card-featured{border-color:rgba(229,9,20,.32);background:radial-gradient(circle at 0 0,rgba(229,9,20,.12),transparent 36%),var(--bg-card)}.reseller-form-group{display:flex;flex-direction:column;gap:6px}.reseller-field-label{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted)}.reseller-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:40px 20px;text-align:center;color:var(--text-secondary)}.reseller-empty-state strong{font-size:18px;font-weight:700;color:#fff}.reseller-empty-state p{font-size:14px;max-width:380px;line-height:1.65;color:var(--text-secondary)}.reseller-divider{height:1px;background:var(--line);margin:2px 0}body.reseller-app:not(:has(.reseller-sidebar)){display:flex;align-items:center;justify-content:center;min-height:100vh}@media (max-width:960px){.reseller-login-shell{grid-template-columns:1fr}.reseller-login-panel{max-width:100%;margin-left:0}}@media (max-width:640px){.reseller-login-wrapper{padding:14px}.reseller-login-hero{padding:8px 4px 0}.reseller-login-panel{padding:20px 18px;border-radius:22px}.reseller-login-points{grid-template-columns:1fr}.reseller-login-point{min-height:48px}}@media (max-width:960px){.reseller-shell-content [style*=grid-template-columns],.reseller-shell-content [style*=gridTemplateColumns]{grid-template-columns:1fr!important}.reseller-shell-content>*{min-width:0}.reseller-table-wrap{width:100%;overflow-x:auto}.reseller-table{min-width:680px}}@media (max-width:640px){.reseller-shell-content [style*=grid-template-columns],.reseller-shell-content [style*=gridTemplateColumns]{gap:16px!important}.reseller-table{min-width:600px}}