:root{--brand-primary:#2563eb;--brand-secondary:#111827}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0;font-family:Arial,sans-serif}body{color:#172033;background:#f5f7fb}.app-shell{min-height:100vh;display:flex}.sidebar{background:var(--brand-secondary);color:#fff;width:240px;padding:24px 16px}.brand{align-items:center;gap:12px;margin-bottom:30px;display:flex}.brand-logo{width:42px;height:42px;color:var(--brand-secondary);background:#fff;border-radius:10px;place-items:center;font-weight:700;display:grid}.brand span{color:#94a3b8;font-size:12px;display:block}nav{flex-direction:column;gap:5px;display:flex}.nav-item{color:#aab4c4;border-radius:8px;padding:11px 12px;text-decoration:none}.nav-item:hover{color:#fff;background:#1f2937}.nav-item.active{background:var(--brand-primary);color:#fff}.main{flex:1}.topbar{background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;height:70px;padding:0 28px;display:flex}.topbar span{color:#7c8799;font-size:12px;display:block}.online{align-items:center;gap:8px;display:flex}.dot{background:#16a34a;border-radius:50%;width:8px;height:8px}.content{padding:28px}.page-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.page-header h1{margin:0 0 4px}.page-header p{color:#788395;margin:0}button{background:var(--brand-primary);color:#fff;cursor:pointer;border:0;border-radius:8px;padding:11px 16px}button:disabled{opacity:.6;cursor:default}.stats{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px}.card span{color:#778196;margin-bottom:10px;display:block}.card strong{font-size:28px}.notice{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:18px;padding:12px}.panel{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:10px;overflow:auto}table{border-collapse:collapse;width:100%}th,td{text-align:left;border-bottom:1px solid #edf0f4;padding:13px}th{color:#667085;background:#fafbfc}.channel{align-items:center;gap:12px;display:flex}.channel img{object-fit:contain;width:48px;height:34px}.channel small{color:#8893a5;display:block}.badge{background:#e5e7eb;border-radius:14px;padding:4px 8px;display:inline-block}.badge.ok{color:#166534;background:#dcfce7}@media (width<=900px){.sidebar{width:200px}.stats{grid-template-columns:repeat(2,1fr)}}.login-page{background:var(--brand-secondary);place-items:center;min-height:100vh;display:grid}.login-card{background:#fff;border-radius:14px;width:100%;max-width:390px;padding:38px;box-shadow:0 20px 50px #00000040}.login-logo{background:var(--brand-primary);color:#fff;border-radius:12px;place-items:center;width:54px;height:54px;margin-bottom:22px;font-weight:800;display:grid}.login-card h1{margin:0 0 5px}.login-card p{color:#778196;margin:0 0 28px}.login-card label{margin:16px 0 7px;font-size:13px;font-weight:600;display:block}.login-card input{border:1px solid #d8dee8;border-radius:8px;width:100%;height:43px;padding:0 12px;font-size:14px}.login-card input:focus{border-color:var(--brand-primary);outline:none}.login-card button{width:100%;margin-top:22px}.login-error{color:#991b1b;background:#fee2e2;border-radius:7px;margin-top:15px;padding:10px 12px;font-size:13px}.topbar-actions{align-items:center;gap:18px;display:flex}.logout-button{color:#334155;background:#f1f5f9;padding:8px 12px;font-size:13px}.logout-button:hover{background:#e2e8f0}.clients-grid{grid-template-columns:minmax(320px,400px) minmax(600px,1fr);gap:22px;display:grid}.client-create-card,.client-list-card{padding:22px}.client-create-card h2,.client-list-card h2{margin-top:0}.client-form{flex-direction:column;display:flex}.client-form label{margin:13px 0 6px;font-size:13px;font-weight:600}.client-form input,.client-form textarea{width:100%;font:inherit;box-sizing:border-box;background:#fff;border:1px solid #d8dee8;border-radius:8px;padding:10px 11px}.client-form input{height:42px}.client-form textarea{resize:vertical}.client-form button{margin-top:20px}.panel-header-row{justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;display:flex}.panel-header-row h2{margin-bottom:3px}.panel-header-row span{opacity:.7;font-size:13px}.danger-button{color:#991b1b;background:#fee2e2}@media (width<=1150px){.clients-grid{grid-template-columns:1fr}}.connections-card{padding:22px}.connections-summary{align-items:baseline;gap:8px;margin-bottom:20px;display:flex}.connections-summary strong{font-size:28px}.connections-summary span{opacity:.7;font-size:14px}.client-search{box-sizing:border-box;width:100%;max-width:380px;height:40px;font:inherit;background:#fff;border:1px solid #d8dee8;border-radius:8px;margin-bottom:18px;padding:0 12px}.client-actions{flex-wrap:wrap;gap:6px;display:flex}.client-actions button{padding:7px 10px;font-size:12px}.badge.expired{color:#be123c;background:#fff1f2}.modal-backdrop{z-index:1000;background:#0f172a8c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-card{background:#fff;border-radius:14px;width:100%;max-width:470px;padding:24px;box-shadow:0 24px 70px #0f172a40}.modal-card h2{margin-top:0}.modal-actions{gap:10px;margin-top:20px;display:flex}.secondary-button{color:#334155;background:#e2e8f0}.client-form select{box-sizing:border-box;width:100%;height:42px;font:inherit;background:#fff;border:1px solid #d8dee8;border-radius:8px;padding:0 11px}.client-form input:disabled{color:#475569;cursor:not-allowed;background:#f8fafc}.m3u-modal{width:100%;max-width:1000px;max-height:90vh;overflow-y:auto}.m3u-modal-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px;display:flex}.m3u-modal-header h2{margin:0 0 5px}.m3u-modal-header p{margin:0}.m3u-password-block{max-width:480px;margin-bottom:24px}.m3u-menu-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.m3u-option-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:9px;padding:18px;display:flex}.m3u-option-card h3{margin:0;font-size:17px}.m3u-option-card label{margin-top:5px;font-size:12px;font-weight:600}.m3u-option-card input,.m3u-option-card select,.m3u-option-card textarea{box-sizing:border-box;width:100%;font:inherit;background:#fff;border:1px solid #d8dee8;border-radius:7px;padding:9px 10px}.m3u-option-card textarea{resize:vertical;font-size:12px}.m3u-help{color:#64748b;min-height:36px;margin:0 0 5px;font-size:12px;line-height:1.45}.m3u-actions{flex-wrap:wrap;gap:7px;display:flex}.m3u-option-card button{margin-top:auto}.m3u-actions button{margin-top:0}@media (width<=950px){.m3u-menu-grid{grid-template-columns:1fr}.m3u-help{min-height:0}}.delete-client-button{color:#fff;background:#dc2626;border:1px solid #dc2626}.delete-client-button:hover{background:#b91c1c}.delete-client-button:focus{outline-offset:2px;outline:2px solid #fecaca}.resellers-grid{grid-template-columns:minmax(320px,390px) minmax(650px,1fr);gap:22px;display:grid}.reseller-create-card,.reseller-list-card,.reseller-management-card{padding:22px}.reseller-create-card h2,.reseller-list-card h2,.reseller-management-card h2,.reseller-management-card h3{margin-top:0}.reseller-id{color:#94a3b8;word-break:break-all;margin-top:4px;font-size:11px;display:block}.badge.suspended{color:#991b1b;background:#fee2e2}.reseller-management-card{margin-top:22px}.reseller-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;display:grid}.reseller-detail-grid section{min-width:0}.reseller-account-list{gap:9px;margin-bottom:18px;display:grid}.reseller-account-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:9px;justify-content:space-between;align-items:center;gap:15px;padding:12px 14px;display:flex}.reseller-account-card span{color:#64748b;font-size:13px}.muted-text{color:#64748b;font-size:13px;line-height:1.5}@media (width<=1150px){.resellers-grid,.reseller-detail-grid{grid-template-columns:1fr}}.reseller-login-footer{opacity:.65;text-align:center;margin-top:18px;font-size:12px}.reseller-portal-shell{background:#f5f7fb;min-height:100vh}.reseller-portal-topbar{background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:20px;min-height:72px;padding:12px 28px;display:flex}.reseller-portal-brand{align-items:center;gap:12px;display:flex}.reseller-portal-brand img{object-fit:contain;border-radius:8px;width:42px;height:42px}.reseller-portal-brand span{color:#7c8799;margin-top:2px;font-size:12px;display:block}.reseller-portal-content{width:min(1180px,100%);margin:0 auto;padding:30px 28px}.reseller-portal-stats{margin-bottom:22px}.portal-status-text{color:#166534}.reseller-portal-accounts{padding:22px}.portal-account-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.portal-account-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:11px;padding:18px}.portal-account-card span{color:#64748b;margin:10px 0 3px;font-size:12px;display:block}.portal-account-card span:first-child{margin-top:0}.portal-account-card strong{font-size:17px}.portal-coming-soon{color:#64748b;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:9px;margin-top:22px;padding:13px 15px;font-size:13px;line-height:1.5}@media (width<=900px){.reseller-portal-topbar{padding:12px 18px}.reseller-portal-content{padding:22px 18px}.portal-account-grid{grid-template-columns:1fr}.reseller-portal-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}.reseller-app-shell{background:#f3f4f6;grid-template-columns:250px minmax(0,1fr);min-height:100vh;display:grid}.reseller-sidebar{background:var(--brand-secondary,#111827);color:#fff;flex-direction:column;height:100vh;padding:22px 16px;display:flex;position:sticky;top:0}.reseller-sidebar-brand{align-items:center;gap:12px;min-height:56px;margin-bottom:28px;display:flex}.reseller-sidebar-brand img{object-fit:contain;border-radius:8px;width:42px;height:42px}.reseller-sidebar-brand>div:last-child{flex-direction:column;min-width:0;display:flex}.reseller-sidebar-brand strong{font-size:17px;line-height:1.2}.reseller-sidebar-brand span{opacity:.7;margin-top:3px;font-size:12px}.reseller-nav{flex-direction:column;gap:5px;display:flex}.reseller-nav-item{color:#ffffffc7;border-radius:8px;align-items:center;min-height:42px;padding:0 13px;font-size:14px;font-weight:600;text-decoration:none;transition:background .15s,color .15s;display:flex}.reseller-nav-item:hover{color:#fff;background:#ffffff14}.reseller-nav-item.active{color:#fff;background:var(--brand-primary,#2563eb)}.reseller-sidebar-footer{border-top:1px solid #ffffff1f;margin-top:auto;padding-top:18px}.reseller-sidebar-user{flex-direction:column;margin-bottom:14px;display:flex}.reseller-sidebar-user span{text-transform:uppercase;letter-spacing:.08em;opacity:.6;font-size:11px}.reseller-sidebar-user strong{margin-top:4px;font-size:14px}.reseller-sidebar-user small{opacity:.72;margin-top:3px}.reseller-logout-button{color:#fff;cursor:pointer;width:100%;min-height:38px;font:inherit;background:#ffffff14;border:1px solid #fff3;border-radius:8px;font-size:13px;font-weight:600}.reseller-logout-button:hover{background:#ffffff24}.reseller-main{min-width:0}.reseller-mobile-topbar,.reseller-mobile-nav{display:none}.reseller-content{width:min(1280px,100% - 48px);margin:0 auto;padding:32px 0 48px}.reseller-page-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;display:flex}.reseller-page-eyebrow{color:var(--brand-primary,#2563eb);text-transform:uppercase;letter-spacing:.06em;margin-bottom:5px;font-size:12px;font-weight:700;display:block}.reseller-page-header h1{margin:0;font-size:28px;line-height:1.2}.reseller-page-header p{color:#6b7280;margin:7px 0 0;font-size:14px}.reseller-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:20px;display:grid}.reseller-stat-card,.reseller-panel{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 2px #0f172a0a}.reseller-stat-card{flex-direction:column;min-height:128px;padding:20px;display:flex}.reseller-stat-card>span{color:#6b7280;font-size:13px;font-weight:600}.reseller-stat-card>strong{margin-top:12px;font-size:30px;line-height:1}.reseller-stat-card>small{color:#9ca3af;margin-top:auto;padding-top:13px;font-size:12px}.reseller-panel{padding:22px}.reseller-panel-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px;display:flex}.reseller-panel-header h2{margin:0;font-size:19px}.reseller-panel-header p{color:#6b7280;margin:5px 0 0;font-size:13px}.reseller-count{color:#374151;background:#f3f4f6;border-radius:999px;justify-content:center;align-items:center;min-width:34px;height:28px;padding:0 9px;font-size:12px;font-weight:700;display:inline-flex}.reseller-text-link{color:var(--brand-primary,#2563eb);font-size:13px;font-weight:700;text-decoration:none}.reseller-text-link:hover{text-decoration:underline}.reseller-account-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;display:grid}.reseller-account-summary{background:#fafafa;border:1px solid #e5e7eb;border-radius:10px;flex-direction:column;min-height:112px;padding:17px;display:flex}.reseller-account-summary>span{color:#6b7280;font-size:12px;font-weight:600}.reseller-account-summary>strong{margin-top:10px;font-size:22px}.reseller-account-summary>small{color:#6b7280;margin-top:auto;padding-top:9px}.reseller-account-card-v2{background:#fafafa;border:1px solid #e5e7eb;border-radius:11px;flex-direction:column;min-height:155px;padding:20px;display:flex}.reseller-account-card-v2>div{justify-content:space-between;align-items:center;gap:12px;display:flex}.reseller-account-card-v2>div span{color:#374151;font-weight:700}.reseller-account-card-v2>div small{color:#6b7280;font-weight:700}.reseller-account-card-v2>strong{margin:23px 0 19px;font-size:25px}.reseller-account-card-v2>.reseller-pill{align-self:flex-start}.reseller-plan-grid{grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:16px;display:grid}.reseller-plan-card{background:#fafafa;border:1px solid #e5e7eb;border-radius:11px;padding:19px}.reseller-plan-title{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.reseller-plan-title>div>span{color:#6b7280;font-size:11px;font-weight:700}.reseller-plan-title h3{margin:3px 0 0;font-size:17px}.reseller-plan-card dl{grid-template-columns:repeat(2,1fr);gap:14px;margin:20px 0 0;display:grid}.reseller-plan-card dl>div{border-top:1px solid #e5e7eb;padding-top:11px}.reseller-plan-card dt{color:#6b7280;font-size:11px}.reseller-plan-card dd{color:#111827;margin:5px 0 0;font-size:13px;font-weight:700}.reseller-pill{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:25px;padding:3px 9px;font-size:11px;font-weight:700;display:inline-flex}.reseller-pill.ok{color:#166534;background:#dcfce7}.reseller-pill.warn{color:#92400e;background:#fef3c7}.reseller-pill.danger{color:#991b1b;background:#fee2e2}.reseller-pill.muted{color:#4b5563;background:#e5e7eb}.reseller-table-wrapper{overflow-x:auto}.reseller-table{width:100%;min-width:780px}.reseller-table th{white-space:nowrap}.reseller-table td{vertical-align:middle}.reseller-empty,.reseller-loading{color:#6b7280;text-align:center;padding:34px 20px;font-size:14px}.reseller-alert{border-radius:9px;margin-bottom:18px;padding:12px 14px;font-size:13px;font-weight:600}.reseller-alert.error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.reseller-amount.positive{color:#166534}.reseller-amount.negative{color:#991b1b}@media (width<=1050px){.reseller-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=820px){.reseller-app-shell{display:block}.reseller-sidebar{display:none}.reseller-mobile-topbar{background:var(--brand-secondary,#111827);color:#fff;justify-content:space-between;align-items:center;gap:14px;min-height:62px;padding:10px 16px;display:flex}.reseller-mobile-brand{flex-direction:column;min-width:0;display:flex}.reseller-mobile-brand strong,.reseller-mobile-brand span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.reseller-mobile-brand span{opacity:.7;margin-top:2px;font-size:11px}.reseller-mobile-topbar .reseller-logout-button{width:auto;min-width:70px;padding:0 12px}.reseller-mobile-nav{background:#fff;border-bottom:1px solid #e5e7eb;gap:7px;padding:10px 12px;display:flex;overflow-x:auto}.reseller-mobile-nav-item{color:#4b5563;border-radius:8px;flex:none;padding:8px 11px;font-size:12px;font-weight:700;text-decoration:none}.reseller-mobile-nav-item.active{background:var(--brand-primary,#2563eb);color:#fff}.reseller-content{width:calc(100% - 28px);padding:22px 0 36px}.reseller-page-header{margin-bottom:18px}.reseller-page-header h1{font-size:24px}}@media (width<=600px){.reseller-stats{grid-template-columns:1fr}.reseller-stat-card{min-height:112px}.reseller-panel{padding:16px}.reseller-panel-header{align-items:center}.reseller-plan-grid,.reseller-account-grid,.reseller-plan-card dl{grid-template-columns:1fr}.reseller-page-header{gap:12px}}
