.confirm-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;background:#00000073;animation:confirm-backdrop-in .2s ease-out}@keyframes confirm-backdrop-in{0%{opacity:0}to{opacity:1}}.confirm-modal-card{background:#fff;border-radius:12px;box-shadow:0 20px 40px #0003;max-width:420px;width:100%;padding:1.5rem 1.5rem 1.25rem;animation:confirm-card-in .25s ease-out}@keyframes confirm-card-in{0%{opacity:0;transform:scale(.96) translateY(-8px)}to{opacity:1;transform:scale(1) translateY(0)}}.confirm-modal-title{margin:0 0 .75rem;font-size:1.25rem;font-weight:600;color:#111827;line-height:1.3}.confirm-modal-message{margin:0 0 1.5rem;font-size:.9375rem;color:#4b5563;line-height:1.5}.confirm-modal-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-end}.confirm-modal-btn{padding:.5rem 1.25rem;font-size:.9375rem;font-weight:500;border-radius:8px;border:1px solid transparent;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.confirm-modal-btn:focus{outline:none;box-shadow:0 0 0 2px #3b82f680}.confirm-modal-btn-cancel{background:#fff;border-color:#d1d5db;color:#374151}.confirm-modal-btn-cancel:hover{background:#f9fafb;border-color:#9ca3af}.confirm-modal-btn-confirm{color:#fff}.confirm-modal-btn-danger{background:#dc2626;border-color:#dc2626}.confirm-modal-btn-danger:hover{background:#b91c1c;border-color:#b91c1c}.confirm-modal-btn-primary{background:#2563eb;border-color:#2563eb}.confirm-modal-btn-primary:hover{background:#1d4ed8;border-color:#1d4ed8}.confirm-modal-btn-neutral{background:#374151;border-color:#374151}.confirm-modal-btn-neutral:hover{background:#1f2937;border-color:#1f2937}.admin-layout{min-height:100vh}.admin-header{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;height:3.5rem;box-sizing:border-box;background:#1a1a2e;color:#eee;gap:.75rem}.admin-header-title{margin:0;font-size:1.25rem;font-weight:600;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-header-user{display:flex;align-items:center;gap:.75rem;flex-shrink:0;min-width:0}.admin-header-user-info{display:flex;align-items:center;gap:.75rem;min-width:0}.admin-header-user-name,.admin-header-user-email{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:120px}.admin-header-user-role{font-size:.75rem;color:#aaa;text-transform:uppercase}.admin-menu-toggle{display:none;flex-shrink:0;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:0;border:none;background:transparent;color:#eee;cursor:pointer;border-radius:6px}.admin-menu-toggle:hover{background:#ffffff1a}.admin-menu-toggle-line{display:block;width:22px;height:2px;background:currentColor;border-radius:1px;margin:0 auto}@media (min-width: 769px){.admin-header-user-name,.admin-header-user-email{max-width:none}.admin-btn-logout-icon{display:none}.admin-btn-logout-text{display:inline}}.admin-btn-logout-icon{display:inline-flex;align-items:center;justify-content:center}.admin-btn-logout-text{display:none}@media (min-width: 769px){.admin-btn-logout-icon{display:none}.admin-btn-logout-text{display:inline}}@media (max-width: 768px){.admin-header{padding:.5rem .75rem;gap:.5rem}.admin-header-title{font-size:1rem;line-height:1.2}.admin-header-user-info{flex-direction:column;align-items:flex-end;gap:.125rem}.admin-header-user-name{max-width:80px;font-size:.875rem}.admin-header-user-role{font-size:.65rem}.admin-btn-logout{padding:.5rem;min-width:40px}}.admin-btn{padding:.5rem 1rem;border:none;border-radius:6px;font-size:.875rem}.admin-btn-secondary{background:#333;color:#eee}.admin-btn-secondary:hover{background:#444}.admin-btn-primary{background:#4a7cff;color:#fff}.admin-btn-primary:hover{background:#3a6ce8}.admin-btn-danger{background:#c33;color:#fff}.admin-btn-danger:hover{background:#a22}.admin-btn-sm{padding:.35rem .65rem;font-size:.8rem}.admin-body{display:flex;padding-top:3.5rem;min-height:100vh}.admin-sidebar-backdrop{display:none;position:fixed;top:3.5rem;left:0;right:0;bottom:0;background:#0006;z-index:90;opacity:0;pointer-events:none;transition:opacity .2s ease-out}.admin-sidebar-backdrop.open{opacity:1;pointer-events:auto}.admin-sidebar{position:fixed;top:3.5rem;left:0;bottom:0;width:240px;max-width:85vw;z-index:95;background:#252540;color:#eee;border-right:1px solid rgba(255,255,255,.08);overflow-y:auto;overflow-x:hidden;transition:transform .2s ease-out;-webkit-overflow-scrolling:touch}.admin-main{flex:1;margin-left:240px;min-height:calc(100vh - 3.5rem);padding:1.5rem;overflow:auto;background:#f5f5f5;box-sizing:border-box}@media (max-width: 768px){.admin-menu-toggle{display:flex}.admin-body{display:block;padding-left:0}.admin-sidebar-backdrop{display:block}.admin-sidebar{transform:translate(-100%);box-shadow:4px 0 20px #00000040}.admin-sidebar.open{transform:translate(0)}.admin-main{display:block;width:100%;min-width:0;margin-left:0;padding:1rem}.admin-sidebar-link{min-height:44px;display:flex;align-items:center;padding:.75rem 1.25rem}}.admin-sidebar-nav{display:flex;flex-direction:column;padding:1rem 0}.admin-sidebar-link{display:block;padding:.75rem 1.25rem;color:#ccc;font-size:.95rem;text-decoration:none;transition:background .15s,color .15s}.admin-sidebar-link:hover{background:#ffffff0f;color:#fff}.admin-sidebar-link.active{background:#ffffff1a;color:#fff;border-left:3px solid #6c8bff;padding-left:calc(1.25rem - 3px)}.app-loading,.app-error{display:flex;align-items:center;justify-content:center;min-height:100vh;font-size:1rem}.app-error{color:#c00}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem}.login-box{width:100%;max-width:36rem;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 2px 12px #0000001a}.login-box h1{margin:0 0 .25rem;font-size:1.5rem}.login-subtitle{margin:0 0 1.5rem;color:#666;font-size:.9rem}.login-box label{display:block;margin-bottom:1rem;font-size:.875rem;font-weight:500}.login-box input{display:block;width:100%;margin-top:.25rem;padding:.5rem .75rem;border:1px solid #ccc;border-radius:6px;font-size:1rem}.login-error{margin:0 0 1rem;color:#c00;font-size:.875rem}.login-success{margin:0 0 1rem;color:#0a0;font-size:.875rem}.login-link{margin-top:.5rem;background:none;border:none;color:#1a1a2e;font-size:.875rem;text-decoration:underline;cursor:pointer;padding:0}.login-link:hover:not(:disabled){color:#333}.login-btn{width:100%;padding:.75rem;background:#1a1a2e;color:#fff;border:none;border-radius:6px;font-size:1rem}.login-btn:hover:not(:disabled){background:#252540}.login-btn:disabled{opacity:.7;cursor:not-allowed}.reset-password-form .reset-password-field{margin-bottom:1rem}.reset-password-form .reset-password-field label{display:block;margin-bottom:.25rem}.reset-password-form .reset-password-field input[aria-invalid=true]{border-color:#dc2626}.reset-password-rules{margin:.5rem 0 0;padding-left:1.25rem;list-style:none;font-size:.8125rem;color:#6b7280}.reset-password-rules li{margin-bottom:.25rem}.reset-password-rule{color:#6b7280}.reset-password-rule.met{color:#059669}.reset-password-rule-icon{display:inline-block;width:1.25em;margin-right:.35rem;font-weight:700}.reset-password-rule.met .reset-password-rule-icon{color:#059669}.reset-password-rule:not(.met) .reset-password-rule-icon{color:#9ca3af}.reset-password-field-error{margin:.5rem 0 0;font-size:.8125rem;color:#dc2626}.dashboard h2{margin:0 0 .5rem;font-size:1.5rem}.dashboard-intro{margin:0 0 1.5rem;color:#555}.dashboard-cards{display:flex;flex-wrap:wrap;gap:1rem}.dashboard-card{padding:1.25rem;min-width:140px;background:#fff;border-radius:8px;box-shadow:0 1px 4px #00000014}.dashboard-card-value{display:block;font-size:1.75rem;font-weight:600}.dashboard-card-label{font-size:.875rem;color:#666}.dashboard-charts{margin-top:2rem}.dashboard-series .dashboard-charts{margin-top:1rem;margin-bottom:1.5rem}.dashboard-charts h3,.dashboard-overview-title{margin:0 0 .75rem;font-size:1.2rem}.dashboard-chart-wrap{background:#fff;border-radius:8px;box-shadow:0 1px 4px #00000014;padding:1rem;min-height:280px}.dashboard-chart-wrap h4{margin:0 0 .5rem;font-size:.95rem;font-weight:600;color:#444}.dashboard-chart-wrap .recharts-legend-item-text{font-size:12px;color:#334155}.dashboard-chart-wrap .recharts-default-tooltip{padding:8px 12px;font-size:12px;border-radius:6px}.dashboard-chart-wrap .recharts-tooltip-label{font-weight:600;margin-bottom:4px}.dashboard-series{margin-top:2rem}.dashboard-series h3{margin:0 0 .5rem;font-size:1.2rem}.dashboard-series-intro{margin:0 0 1rem;color:#555;font-size:.95rem}.dashboard-series-three{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}@media (min-width: 900px){.dashboard-series-three{grid-template-columns:repeat(3,1fr)}}.dashboard-filter-bar{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;padding:1rem 1.25rem;margin-bottom:1.25rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.dashboard-filter-bar-label{font-size:.875rem;font-weight:600;color:#334155}.dashboard-filter-bar-fields{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.dashboard-filter-field{display:flex;align-items:center;gap:.5rem}.dashboard-filter-field-label{font-size:.8125rem;color:#64748b}.dashboard-filter-input{padding:.5rem .75rem;border:1px solid #cbd5e1;border-radius:6px;font-size:.875rem;background:#fff;min-width:140px}.dashboard-filter-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f626}.dashboard-filter-chart-type{margin-left:.5rem;padding-left:1rem;border-left:1px solid #e2e8f0}.dashboard-filter-preset{padding:.4rem .75rem;font-size:.8125rem;font-weight:500;color:#475569;background:#fff;border:1px solid #cbd5e1;border-radius:6px;cursor:pointer}.dashboard-filter-preset:hover{background:#f1f5f9;border-color:#94a3b8}.dashboard-filter-preset[aria-pressed=true]{background:#3b82f6;color:#fff;border-color:#3b82f6}.dashboard-filter-checkbox{width:1rem;height:1rem;margin:0;margin-right:.5rem;accent-color:#3b82f6;cursor:pointer}.dashboard-filter-chart-type .dashboard-filter-field-label{cursor:pointer;-webkit-user-select:none;user-select:none}.dashboard-series-filters{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1rem}.dashboard-report-cards{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.dashboard-report-card{flex:1;min-width:140px;padding:1.25rem;background:#fff;border-radius:8px;box-shadow:0 1px 4px #00000014;border-left:4px solid #94a3b8}.dashboard-report-card-signups{border-left-color:#3b82f6}.dashboard-report-card-topup{border-left-color:#10b981}.dashboard-report-card-withdraw{border-left-color:#ef4444}.dashboard-report-card-value{display:block;font-size:1.75rem;font-weight:600}.dashboard-report-card-label{display:block;font-size:.875rem;color:#666}.dashboard-report-card-sub{display:block;font-size:.8rem;color:#888;margin-top:.25rem}.dashboard-series-loading{padding:1rem;color:#666}.dashboard-series-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem}.dashboard-loading,.dashboard-error{padding:1rem}.dashboard-error{color:#c00}.dashboard-scope{margin:0 0 1rem;font-size:.9rem;color:#64748b}.dashboard-section-title{margin:1.5rem 0 .75rem;font-size:1.1rem;font-weight:600;color:#334155}.dashboard-section-title:first-of-type{margin-top:0}.distributors-page .page-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.distributors-page .page-header-actions{display:flex;align-items:center;gap:1rem}.distributors-page h2{margin:0;font-size:1.5rem}.stores-tabs-wrap{display:flex;align-items:center;flex-wrap:wrap;gap:1rem}.stores-tabs{display:flex;gap:0;border-bottom:1px solid #ddd}.stores-tab{padding:.5rem 1rem;border:none;background:transparent;font-size:.95rem;color:#666;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;text-decoration:none;display:inline-block}.stores-tab:hover{color:#333}.stores-tab.active{color:#4a7cff;font-weight:500;border-bottom-color:#4a7cff}.table-wrap{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;box-shadow:0 1px 4px #00000014}.admin-table th,.admin-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #eee}.admin-table th{font-weight:600;color:#333}.admin-table .admin-btn-sm{margin-right:.25rem}.page-loading,.page-error{padding:1rem}.page-error{color:#c00}.users-page .page-header{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;margin-bottom:1.25rem}.users-page h2{margin:0;font-size:1.5rem;color:#1a1a2e}.users-page .page-subtitle{margin:0;font-size:.9rem;color:#555}.users-filters-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014,0 4px 12px #0000000a;border:1px solid #e5e7eb;margin-bottom:1.25rem;overflow:hidden}.users-filters-card-header{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1.25rem;background:#f9fafb;border-bottom:1px solid #e5e7eb}.users-filters-card-title{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;color:#374151}.users-filters-icon{color:#6b7280;flex-shrink:0}.users-filters-clear{padding:.35rem .75rem;font-size:.8rem;font-weight:500;color:#6b7280;background:transparent;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;transition:color .15s,border-color .15s,background .15s}.users-filters-clear:hover{color:#374151;border-color:#9ca3af;background:#f3f4f6}.users-filters-body{padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.users-search-wrap{position:relative;display:inline-flex;align-items:center;min-width:200px;max-width:320px}.users-search-icon{position:absolute;left:.75rem;color:#9ca3af;pointer-events:none}.users-search-input{width:100%;padding:.55rem .75rem .55rem 2.25rem;font-size:.9rem;color:#111827;background:#fff;border:1px solid #e5e7eb;border-radius:8px;transition:border-color .15s,box-shadow .15s}.users-search-input::placeholder{color:#9ca3af}.users-search-input:hover{border-color:#d1d5db}.users-search-input:focus{outline:none;border-color:#4a7cff;box-shadow:0 0 0 3px #4a7cff26}.users-filters-row{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;align-items:end}.users-filter-field{display:flex;flex-direction:column;gap:.35rem}.users-filter-field label{font-size:.8rem;font-weight:500;color:#6b7280}.users-filter-field select,.users-filter-field input[type=date]{padding:.55rem .75rem;font-size:.9rem;color:#111827;background:#fff;border:1px solid #e5e7eb;border-radius:8px;min-height:40px;transition:border-color .15s,box-shadow .15s}.users-filter-field select:hover,.users-filter-field input[type=date]:hover{border-color:#d1d5db}.users-filter-field select:focus,.users-filter-field input[type=date]:focus{outline:none;border-color:#4a7cff;box-shadow:0 0 0 3px #4a7cff26}.users-filter-field select:disabled,.users-filter-field input[type=date]:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}@media (max-width: 640px){.users-filters-row{grid-template-columns:1fr 1fr}}.users-filter-group{display:flex;flex-direction:column;gap:.25rem}.users-filter-group label{font-size:.85rem;font-weight:500;color:#555}.users-filter-group select,.users-filter-group input[type=date]{padding:.4rem .5rem;border:1px solid #ccc;border-radius:4px;min-width:120px}.users-filter{display:flex;align-items:center;gap:.5rem}.users-filter input{width:80px;padding:.35rem;border:1px solid #ccc;border-radius:4px}.role-badge{display:inline-block;padding:.2rem .5rem;font-size:.8rem;background:#eee;border-radius:4px}.pagination{display:flex;align-items:center;flex-wrap:wrap;gap:1rem;margin-top:1rem}.pagination-per-page{display:flex;align-items:center;gap:.5rem}.pagination-per-page label{font-size:.9rem;color:#666;white-space:nowrap}.pagination-select{padding:.4rem .6rem;font-size:.9rem;color:#111827;background:#fff;border:1px solid #e5e7eb;border-radius:6px;min-width:4rem;cursor:pointer}.pagination-select:hover{border-color:#d1d5db}.pagination-select:focus{outline:none;border-color:#4a7cff;box-shadow:0 0 0 2px #4a7cff26}.pagination-info{font-size:.9rem;color:#666;flex:1;min-width:0}.pagination-buttons{display:flex;align-items:center;gap:.5rem}.admin-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.admin-table th.sortable:hover{background:#f3f4f6}.admin-table th.sortable .sort-label{display:inline-flex;align-items:center;gap:.5rem}.admin-table th.sortable .sort-icon{display:inline-flex;align-items:center;justify-content:center;color:#9ca3af;transition:color .15s}.admin-table th.sortable:hover .sort-icon{color:#6b7280}.admin-table th.sortable.active .sort-icon{color:#4a7cff}.admin-table th.sortable .sort-icon-svg{width:1rem;height:1rem;flex-shrink:0}.admin-form-page,.distributor-form-page{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 8rem);padding:2rem 1rem;box-sizing:border-box}.admin-form-container{width:100%;max-width:480px;background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #00000014,0 10px 20px -4px #0000000f;border:1px solid #e5e7eb;padding:2rem}.admin-form-container .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.admin-form-container .page-header h2{margin:0;font-size:1.35rem;font-weight:600;color:#1a1a2e}.admin-form-container .page-error{margin-bottom:1rem;padding:.75rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#b91c1c;font-size:.9rem}.admin-form-container .admin-form{max-width:none}.admin-form-container .page-loading{text-align:center;padding:2rem;color:#6b7280}.distributor-form-page .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.distributor-form-page h2{margin:0;font-size:1.5rem}.admin-form{max-width:400px}.admin-form-group{margin-bottom:1rem}.admin-form-group label{display:block;margin-bottom:.25rem;font-weight:500}.admin-form-group input[type=text],.admin-form-group input[type=email],.admin-form-group input[type=password],.admin-form-group select{width:100%;padding:.5rem .75rem;border:1px solid #e5e7eb;border-radius:6px;font-size:.95rem;color:#111827;background:#fff;transition:border-color .15s,box-shadow .15s}.admin-form-group select{min-height:42px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2.25rem}.admin-form-group select:hover{border-color:#d1d5db}.admin-form-group select:focus{outline:none;border-color:#4a7cff;box-shadow:0 0 0 3px #4a7cff26}.admin-form-group select:disabled{background-color:#f3f4f6;color:#9ca3af;cursor:not-allowed}.admin-form-distributor-block{padding:1.25rem;margin-bottom:1.25rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px}.admin-form-distributor-label{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.admin-form-distributor-label-text{font-weight:600;font-size:.95rem;color:#1e293b}.admin-form-distributor-label-badge{font-size:.7rem;font-weight:500;padding:.2rem .5rem;background:#4a7cff;color:#fff;border-radius:4px;text-transform:uppercase;letter-spacing:.02em}.admin-form-distributor-label-badge-optional{background:#64748b;color:#fff}.admin-form-distributor-input{font-weight:500;border-color:#cbd5e1!important;padding:.55rem .75rem!important}.admin-form-distributor-input:focus{border-color:#4a7cff!important;box-shadow:0 0 0 3px #4a7cff26}.admin-form-distributor-select{font-weight:500;border-color:#cbd5e1!important;background-color:#fff!important}.admin-form-distributor-select:focus{border-color:#4a7cff!important}.admin-form-distributor-hint{margin-top:.5rem;color:#64748b;font-size:.85rem}.admin-form-distributor-value .admin-form-readonly{background:#f1f5f9;border-radius:6px;padding:.55rem .75rem}.admin-form-readonly{background:#f0f0f0;color:#666;cursor:not-allowed}.admin-form-hint{display:block;margin-top:.25rem;font-size:.8rem;color:#666}.admin-form-group-checkbox label{display:flex;align-items:center;gap:.5rem}.admin-form-actions{display:flex;gap:.5rem;margin-top:1rem}.profile-page-wrapper{width:100%;box-sizing:border-box}.profile-page{width:100%;max-width:42rem;margin-left:auto;margin-right:auto;padding-bottom:2rem;box-sizing:border-box}.profile-loading{color:#666;margin:0}.profile-header{margin-bottom:1.5rem}.profile-title{margin:0 0 .25rem;font-size:1.5rem;font-weight:600}.profile-subtitle{margin:0;font-size:.9375rem;color:#555}.profile-section{margin-bottom:2rem}.profile-section-title{margin:0 0 .75rem;font-size:1.125rem;font-weight:600;color:#333}.profile-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.25rem 1.5rem;box-shadow:0 1px 2px #0000000a}.profile-card-password{padding:1.5rem}.profile-dl{margin:0;display:flex;flex-direction:column;gap:.75rem}.profile-row{display:grid;grid-template-columns:10rem 1fr;gap:.75rem;align-items:baseline}.profile-row dt{margin:0;font-size:.875rem;font-weight:500;color:#555}.profile-row dd{margin:0;font-size:.9375rem;color:#111}.profile-value,.profile-role{font-family:ui-monospace,monospace;font-size:.875rem}.profile-store-intro{margin:0 0 1rem;font-size:.875rem;color:#555;line-height:1.5}.profile-row-referral dd{word-break:break-all}.profile-referral-block{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.profile-referral-link{font-size:.875rem;color:#4a7cff;text-decoration:none;word-break:break-all}.profile-referral-link:hover{text-decoration:underline}.profile-copy-btn{flex-shrink:0}.profile-referral-placeholder{font-size:.8125rem;color:#6b7280;font-style:italic}.profile-password-intro{margin:0 0 1.25rem;font-size:.875rem;color:#555;line-height:1.5}.profile-password-form{display:flex;flex-direction:column;gap:1rem}.profile-field{display:flex;flex-direction:column;gap:.25rem}.profile-field label{font-size:.875rem;font-weight:500;color:#374151}.profile-field input{padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;max-width:20rem}.profile-field input:focus{outline:none;border-color:#1a1a2e;box-shadow:0 0 0 2px #1a1a2e26}.profile-field input::placeholder{color:#9ca3af}.profile-field input:disabled{background:#f3f4f6;cursor:not-allowed}.profile-field input[aria-invalid=true]{border-color:#dc2626}.profile-field-error{margin:0;font-size:.8125rem;color:#dc2626}.profile-form-error{margin-top:-.5rem}.profile-password-rules{margin:.5rem 0 0;padding-left:1.25rem;list-style:none;font-size:.8125rem;color:#6b7280}.profile-password-rules li{margin-bottom:.25rem}.profile-password-rule{color:#6b7280}.profile-password-rule.met{color:#059669}.profile-password-rule-icon{display:inline-block;width:1.25em;margin-right:.35rem;font-weight:700}.profile-password-rule.met .profile-password-rule-icon{color:#059669}.profile-password-rule:not(.met) .profile-password-rule-icon{color:#9ca3af}.profile-hint{margin:0;font-size:.8125rem;color:#6b7280}.profile-password-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.25rem}.profile-password-actions .admin-btn-primary{min-width:8rem}.profile-password-actions .admin-btn-secondary{min-width:5rem}@media (max-width: 480px){.profile-row{grid-template-columns:1fr;gap:.25rem}.profile-field input{max-width:none}}.reports-page{padding:0 1.5rem 2.5rem;background:#f1f5f9;min-height:100%}.reports-header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:2rem;padding:1.5rem 1.25rem;background:#fff;border-radius:10px;box-shadow:0 1px 3px #0000000f}.reports-header-title{flex:1;min-width:0}.reports-title{margin:0 0 .25rem;font-size:1.5rem;font-weight:700;color:#0f172a}.reports-subtitle{margin:0;font-size:.9rem;color:#64748b}.reports-header-actions{display:flex;align-items:center;gap:1rem}.reports-date-row{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.reports-date-row .dashboard-filter-bar{margin-bottom:0;padding:0;background:transparent;border:none}.reports-date-row .dashboard-filter-bar-label{display:none}.reports-export-btn{padding:.6rem 1.25rem;font-size:.9rem;font-weight:600;color:#fff;background:#3b82f6;border:none;border-radius:8px;cursor:pointer;white-space:nowrap}.reports-export-btn:hover:not(:disabled){background:#2563eb}.reports-export-dropdown{position:relative}.reports-export-dropdown-inline{display:inline-block}.reports-export-menu{position:absolute;top:100%;right:0;margin-top:4px;min-width:160px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 12px #0000001f;z-index:100;overflow:hidden}.reports-export-menu-item{display:block;width:100%;padding:.5rem 1rem;font-size:.875rem;text-align:left;color:#334155;background:none;border:none;cursor:pointer}.reports-export-menu-item:hover{background:#f1f5f9}.reports-export-btn:disabled{opacity:.7;cursor:not-allowed}.reports-export-btn-secondary{padding:.45rem 1rem;font-size:.875rem;font-weight:500;background:#fff;color:#475569;border:1px solid #cbd5e1}.reports-export-btn-secondary:hover:not(:disabled){background:#f8fafc;border-color:#94a3b8}.reports-summary{margin-bottom:2.5rem}.reports-section-heading{margin:0 0 .5rem;font-size:1.15rem;font-weight:600;color:#334155}.reports-range-label{margin:0 0 1.25rem;font-size:.875rem;color:#64748b}.reports-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem}@media (min-width: 900px){.reports-cards{grid-template-columns:repeat(4,1fr)}}.reports-card{padding:1.5rem;background:#fff;border-radius:10px;box-shadow:0 1px 3px #0000000f;border:1px solid rgba(0,0,0,.04)}.reports-card-icon{display:block;width:1.5rem;height:1.5rem;margin-bottom:.5rem;color:#64748b}.reports-card-icon svg{width:100%;height:100%;display:block}.reports-card-value{display:block;font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:.25rem}.reports-card-value-net{font-size:1.6rem}.reports-card-meta{display:block;font-size:.8rem;color:#64748b;margin-bottom:.25rem}.reports-card-label{display:block;font-size:.875rem;color:#64748b;font-weight:500}.reports-charts{margin-bottom:2.5rem;display:flex;flex-direction:column;gap:2rem}.reports-chart-main{background:#fff;border-radius:10px;padding:1.25rem;box-shadow:0 1px 3px #0000000f}.reports-chart-main .dashboard-chart-wrap{background:transparent;box-shadow:none;padding:0}.reports-chart-secondary{background:#fff;border-radius:10px;padding:1.25rem;box-shadow:0 1px 3px #0000000f}.reports-chart-secondary .dashboard-chart-wrap{background:transparent;box-shadow:none;padding:0}.reports-chart-secondary .dashboard-chart-description{margin:0 0 .75rem;font-size:.8rem;color:#64748b;line-height:1.4}.reports-chart-tooltip{padding:.5rem .75rem;font-size:12px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;box-shadow:0 4px 12px #0000001a}.reports-chart-tooltip-label{font-weight:600;margin-bottom:6px;color:#334155}.reports-chart-tooltip-net{margin-top:4px;font-weight:600;color:#059669}.reports-loading{padding:1rem 0;color:#64748b;font-size:.9rem}.reports-table-section{background:#fff;border-radius:10px;padding:1.5rem;box-shadow:0 1px 3px #0000000f}.reports-table-header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem}.reports-table-header .reports-section-heading{margin:0}.reports-table-toolbar{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem;width:100%}.reports-table-filters{flex:1;min-width:0;display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem}.reports-table-filter-item{display:inline-flex;align-items:center;gap:.5rem}.reports-table-filters .reports-table-filter-label{flex-shrink:0;font-size:.875rem;font-weight:500;color:#475569;white-space:nowrap}.reports-type-checkboxes{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;margin-bottom:.5rem}.reports-type-check{display:inline-flex;align-items:center;gap:.35rem;font-size:.8125rem;color:#475569;cursor:pointer;-webkit-user-select:none;user-select:none}.reports-type-check input{margin:0;accent-color:#3b82f6;cursor:pointer}.reports-type-actions{display:flex;align-items:center;gap:.5rem;font-size:.8125rem}.reports-btn-link{padding:.25rem .5rem;font-size:.8125rem;color:#3b82f6;background:transparent;border:none;cursor:pointer}.reports-btn-link:hover{text-decoration:underline}.reports-type-sep{color:#cbd5e1}.reports-table-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.reports-multiselect{position:relative}.reports-multiselect-trigger{display:inline-flex;align-items:center;gap:.5rem;padding:.45rem .75rem;font-size:.875rem;color:#334155;background:#fff;border:1px solid #cbd5e1;border-radius:6px;cursor:pointer;min-width:160px;justify-content:space-between}.reports-multiselect-trigger:hover{border-color:#94a3b8}.reports-multiselect-chevron{font-size:.7rem;color:#64748b}.reports-multiselect-dropdown{position:absolute;top:100%;left:0;margin-top:4px;min-width:220px;max-height:320px;overflow-y:auto;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 12px #0000001f;z-index:100}.reports-multiselect-actions{display:flex;gap:.5rem;padding:.5rem .75rem;border-bottom:1px solid #e2e8f0}.reports-multiselect-action{padding:.25rem .5rem;font-size:.75rem;color:#3b82f6;background:transparent;border:none;cursor:pointer}.reports-multiselect-action:hover{text-decoration:underline}.reports-multiselect-options{padding:.5rem}.reports-multiselect-option{display:flex;align-items:center;gap:.5rem;padding:.4rem .5rem;font-size:.8125rem;color:#334155;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:4px}.reports-multiselect-option:hover{background:#f8fafc}.reports-multiselect-option input{margin:0;accent-color:#3b82f6;cursor:pointer}.reports-table-filter{display:flex;align-items:center;gap:.5rem}.reports-table-filter-label{font-size:.875rem;font-weight:500;color:#475569}.reports-table-select{padding:.45rem .75rem;font-size:.875rem;border:1px solid #cbd5e1;border-radius:6px;background:#fff;min-width:120px}.reports-btn{padding:.45rem 1rem;font-size:.875rem;font-weight:500;border-radius:6px;cursor:pointer;border:1px solid transparent}.reports-btn-apply{color:#fff;background:#10b981;border-color:#10b981}.reports-btn-apply:hover{background:#059669}.reports-table-wrap{overflow-x:auto;margin-bottom:1rem;border-radius:8px;border:1px solid #e2e8f0}.reports-table{width:100%;border-collapse:collapse;font-size:.875rem}.reports-table th,.reports-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #e2e8f0}.reports-table th{font-weight:600;color:#334155;background:#f8fafc}.reports-th-amount{text-align:right}.reports-table tbody tr:hover{background:#f8fafc}.reports-td-date{color:#64748b;font-size:.8125rem}.reports-td-amount{text-align:right;font-weight:600}.reports-amount-in{color:#059669}.reports-amount-out{color:#dc2626}.reports-amount-bonus{color:#b45309}.reports-td-desc{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#475569}.reports-td-game{color:#64748b}.reports-status-badge{display:inline-block;padding:.25rem .6rem;font-size:.75rem;font-weight:600;border-radius:6px}.reports-status-success{background:#d1fae5;color:#065f46}.reports-status-pending{background:#fef3c7;color:#92400e}.reports-status-failed{background:#fee2e2;color:#991b1b}.reports-empty{padding:2rem;color:#64748b;text-align:center;font-size:.9rem}.reports-pagination-wrap{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding-top:1rem;margin-top:.5rem;border-top:1px solid #e2e8f0}.reports-pagination-perpage-label{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;color:#475569}.reports-pagination-perpage-select{padding:.35rem .5rem;font-size:.875rem;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#334155;cursor:pointer}.reports-pagination{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.reports-pagination-info{font-size:.875rem;color:#64748b}.reports-pagination-btns{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.reports-pagination-page{font-size:.875rem;color:#64748b;padding:0 .25rem}.reports-pagination-btn{padding:.4rem .75rem;font-size:.8125rem;border:1px solid #cbd5e1;border-radius:6px;background:#fff;cursor:pointer;color:#334155}.reports-pagination-btn:hover:not(:disabled){background:#f1f5f9}.reports-pagination-btn:disabled{opacity:.5;cursor:not-allowed}.store-features-page h2{margin:0 0 .5rem;font-size:1.5rem}.store-features-intro{margin:0 0 1rem;color:#555}.store-features-section{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #eee}.store-features-section:first-of-type{margin-top:1rem;border-top:none}.store-features-section h3{margin:0 0 .5rem;font-size:1.25rem}.store-features-note{margin:0 0 .75rem;font-size:.875rem;color:#666}.store-features-msg{margin:.5rem 0;padding:.5rem .75rem;border-radius:4px;font-size:.875rem}.store-features-msg-success{background:#dcfce7;color:#166534}.store-features-msg-error{background:#fee2e2;color:#991b1b}.store-features-segment-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1rem}.store-features-segment-count{font-size:.875rem;color:#555}.store-features-form{margin-top:.5rem}.store-features-table-wrap{overflow-x:auto;margin-bottom:1rem}.store-features-table{width:100%;border-collapse:collapse;font-size:.875rem}.store-features-table th,.store-features-table td{padding:.5rem;border:1px solid #e5e7eb;text-align:left}.store-features-table th{background:#f9fafb;font-weight:500}.store-features-input{width:100%;padding:.35rem .5rem;border:1px solid #d1d5db;border-radius:4px;font-size:.875rem}.store-features-hint{margin:.5rem 0 .25rem;font-size:.8125rem;color:#6b7280}.store-features-inline{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.store-features-weights{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.store-features-weights label{display:flex;align-items:center;gap:.25rem;font-size:.875rem}.store-features-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.store-features-btn{padding:.5rem 1rem;border-radius:4px;font-size:.875rem;font-weight:500;cursor:pointer;border:1px solid transparent}.store-features-btn:disabled{opacity:.6;cursor:not-allowed}.store-features-btn-sm{padding:.35rem .75rem;font-size:.8125rem}.store-features-btn-primary{background:#2563eb;color:#fff;border-color:#2563eb}.store-features-btn-primary:hover:not(:disabled){background:#1d4ed8}.store-features-btn-secondary{background:#f3f4f6;color:#374151;border-color:#d1d5db}.store-features-btn-secondary:hover:not(:disabled){background:#e5e7eb}.store-features-btn-outline{background:transparent;color:#374151;border:1px solid #d1d5db}.store-features-btn-outline:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.spin-wheel-page .store-features-intro{max-width:42rem}.spin-wheel-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000000f}.spin-wheel-form{display:flex;flex-direction:column;gap:1.5rem}.spin-wheel-table-card{border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;background:#fafbfc}.spin-wheel-table-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;padding:.75rem 1rem;background:#f3f4f6;border-bottom:1px solid #e5e7eb}.spin-wheel-table-title{font-weight:600;font-size:.9375rem;color:#111827}.spin-wheel-table-meta{display:flex;align-items:center;flex-wrap:wrap;gap:1rem}.spin-wheel-table-count{font-size:.8125rem;color:#6b7280}.spin-wheel-override-when-inline{display:inline-flex;align-items:center;gap:.35rem;font-size:.8125rem;color:#4b5563}.spin-wheel-override-when-inline input{width:2.75rem;padding:.3rem .4rem;font-size:.8125rem}.spin-wheel-override-when-hint{color:#6b7280;font-size:.75rem}.spin-wheel-table-wrap{margin-bottom:0}.spin-wheel-table{font-size:.875rem;background:#fff}.spin-wheel-table thead tr{background:#f9fafb}.spin-wheel-table th{padding:.75rem 1rem;font-weight:600;color:#374151;border-bottom:1px solid #e5e7eb;font-size:.8125rem;text-transform:uppercase;letter-spacing:.02em}.spin-wheel-table td{padding:.6rem 1rem;border-bottom:1px solid #f3f4f6;vertical-align:middle}.spin-wheel-table tbody tr:hover{background:#fafbfc}.spin-wheel-table tbody tr:last-child td{border-bottom:none}.spin-wheel-table .store-features-input{min-width:0;padding:.5rem .6rem;border-radius:6px;border:1px solid #e5e7eb;background:#fff;transition:border-color .15s,box-shadow .15s}.spin-wheel-table .store-features-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26}.spin-wheel-col-type{min-width:8.5rem;width:8.5rem;max-width:10rem}.spin-wheel-select{width:100%;min-width:6rem;max-width:8.5rem}.spin-wheel-col-label{min-width:9rem}.spin-wheel-value-cell{width:1%;max-width:5.5rem;padding-left:.5rem;padding-right:.5rem;box-sizing:border-box}.spin-wheel-table .spin-wheel-value-input,.spin-wheel-value-readonly{width:3.5rem;min-width:3rem;max-width:4rem;box-sizing:border-box}.spin-wheel-value-readonly{background:#f3f4f6!important;color:#6b7280;cursor:not-allowed}.spin-wheel-weights{margin-top:.75rem}.spin-wheel-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding-top:.5rem;border-top:1px solid #e5e7eb;margin-top:.25rem}.spin-wheel-actions-left,.spin-wheel-actions-right{display:flex;flex-wrap:wrap;gap:.5rem}.spin-wheel-actions .store-features-btn-primary{min-width:7rem}@media (max-width: 640px){.spin-wheel-actions{flex-direction:column;align-items:stretch}.spin-wheel-actions-left,.spin-wheel-actions-right{justify-content:center}}.spin-wheel-guide-wrap{margin-bottom:1.5rem}.spin-wheel-guide-toggle{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .75rem;font-size:.875rem;font-weight:500;color:#475569;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:background .15s,border-color .15s}.spin-wheel-guide-toggle:hover{background:#e2e8f0;border-color:#cbd5e1;color:#334155}.spin-wheel-guide-toggle-icon{font-size:.75rem;line-height:1}.spin-wheel-guide{margin-top:.75rem;padding:1rem 1.25rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;font-size:.875rem;color:#334155}.spin-wheel-guide-intro{margin:0 0 1rem;padding-bottom:.75rem;border-bottom:1px solid #e2e8f0;color:#475569}.spin-wheel-guide-columns{margin:0 0 1.25rem;display:grid;grid-template-columns:auto 1fr;gap:.35rem 1.25rem;align-items:baseline}.spin-wheel-guide-columns dt{margin:0;font-weight:600;color:#1e293b}.spin-wheel-guide-columns dd{margin:0;line-height:1.45}.spin-wheel-guide-col-name{min-width:7rem}.spin-wheel-guide-how{padding-top:1rem;border-top:1px solid #e2e8f0}.spin-wheel-guide-how-title{margin:0 0 .5rem;font-weight:600;font-size:.9375rem;color:#1e293b}.spin-wheel-guide-how p{margin:0 0 .75rem;line-height:1.5;color:#475569}.spin-wheel-guide-how p:last-child{margin-bottom:0}@media (max-width: 480px){.spin-wheel-guide-columns{grid-template-columns:1fr}.spin-wheel-guide-columns dd{margin-bottom:.5rem;padding-left:0}}.spin-wheel-portion-num{font-weight:500;color:#6b7280;text-align:center;width:2.25rem;min-width:2.25rem}.spin-wheel-col-drag{width:2.25rem;min-width:2.25rem;padding:.5rem .35rem!important;text-align:center;cursor:grab;color:#94a3b8}.spin-wheel-drag-handle{font-size:1rem;letter-spacing:-.05em;-webkit-user-select:none;user-select:none}.spin-wheel-table tbody tr.spin-wheel-dragging{opacity:.5;background:#e0e7ff}.spin-wheel-table tbody tr:hover .spin-wheel-drag-handle{color:#64748b}.spin-wheel-color-cell{padding:.5rem .75rem;box-sizing:border-box;width:4.5rem;min-width:4.5rem;vertical-align:middle}.spin-wheel-color-inner{display:flex;flex-direction:row;align-items:center;gap:.4rem;min-width:0;max-width:100%}.spin-wheel-color-cell .spin-wheel-color-picker,.spin-wheel-color-inner .spin-wheel-color-picker{width:2.5rem;min-width:2.5rem;height:2.25rem;min-height:2.25rem;padding:2px;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;background:#fff;box-sizing:border-box;display:block;transition:border-color .15s,box-shadow .15s}.spin-wheel-color-cell .spin-wheel-color-picker:hover,.spin-wheel-color-inner .spin-wheel-color-picker:hover{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.spin-wheel-color-picker::-webkit-color-swatch-wrapper{padding:0}.spin-wheel-color-picker::-webkit-color-swatch{border:none;border-radius:4px}.spin-wheel-color-picker::-moz-color-swatch{border:none;border-radius:4px}.spin-wheel-color-inner .store-features-input{width:4.75rem;min-width:4.75rem;max-width:4.75rem;flex-shrink:0;border:1px solid #e5e7eb;padding:.4rem .5rem;box-sizing:border-box}.spin-wheel-color-inner .store-features-input:focus{border-color:#2563eb;outline:none}.spin-wheel-table td:nth-child(7){width:1%;max-width:4.5rem}.spin-wheel-table .spin-wheel-weight-input{width:3.5rem;min-width:3rem;max-width:4.5rem;box-sizing:border-box}.spin-wheel-prob-cell{white-space:nowrap;width:1%;max-width:5.5rem}.spin-wheel-prob-cell .store-features-input{width:4rem;min-width:3.5rem;max-width:4.5rem;display:inline-block;vertical-align:middle;box-sizing:border-box}.spin-wheel-pct{margin-left:.2rem;font-size:.875rem;color:#6b7280;display:inline;vertical-align:middle}.spin-wheel-table td.spin-wheel-prob-cell input[type=number]+.spin-wheel-pct{display:inline}.spin-wheel-col-override{background:#f3f4f6!important;border-left:1px solid #9ca3af;border-right:1px solid #9ca3af;width:1%;box-sizing:border-box}.spin-wheel-col-override.spin-wheel-override-weight-cell{max-width:4.5rem;padding:.6rem 1rem}.spin-wheel-table thead .spin-wheel-col-override{background:#e5e7eb!important;color:#111827}.spin-wheel-table tbody tr:hover .spin-wheel-col-override{background:#e5e7eb!important}.spin-wheel-override-prob-cell{white-space:nowrap;box-sizing:border-box}.spin-wheel-override-prob-input{width:4rem;min-width:3.5rem;max-width:4.5rem;display:inline-block;vertical-align:middle;box-sizing:border-box}.spin-wheel-override-prob-cell .spin-wheel-pct{margin-left:.2rem;vertical-align:middle}.spin-wheel-table-wrap .spin-wheel-table th:last-child,.spin-wheel-table-wrap .spin-wheel-table td:last-child{width:1%;white-space:nowrap}.spin-wheel-remove-btn{padding:.35rem .5rem;display:inline-flex;align-items:center;justify-content:center;min-width:2rem}.spin-wheel-remove-btn svg{width:1.125rem;height:1.125rem;flex-shrink:0}.spin-wheel-totals-row td{padding:.6rem 1rem;font-size:.875rem;background:#f3f4f6;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;vertical-align:middle}.spin-wheel-totals-row .spin-wheel-col-override{background:#f3f4f6!important}.spin-wheel-totals-label{margin-right:.35rem;color:#4b5563}.spin-wheel-totals-value{color:#111827}.spin-wheel-add-row{padding:.75rem 1rem;border-top:1px solid #e5e7eb;background:#fafbfc}.store-features-btn-danger{background:#fef2f2;color:#b91c1c;border-color:#fecaca}.store-features-btn-danger:hover:not(:disabled){background:#fee2e2;border-color:#f87171}.spin-wheel-actions-guide{margin:0 0 .75rem;font-size:.8125rem;color:#6b7280;max-width:42rem}.vip-page h2{margin:0 0 .5rem;font-size:1.5rem}.vip-intro{margin:0 0 1rem;color:#555}.vip-section{margin-top:1.5rem;padding:1.5rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px}.vip-placeholder{margin:0;color:#6b7280;font-size:.9375rem}.vip-outer-card.vip-card{margin-top:1rem}.vip-levels-card,.vip-faq-card{margin-bottom:0}.vip-card-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;padding:.75rem 1rem;background:#f3f4f6;border-bottom:1px solid #e5e7eb}.vip-card-title{font-weight:600;font-size:.9375rem;color:#111827}.vip-card-meta{font-size:.8125rem;color:#6b7280}.vip-card-add-row{padding:.75rem 1rem;background:#fff;border-top:1px solid #e5e7eb;margin-bottom:0}.vip-tab-actions{padding:.75rem 1rem;background:#fff}.vip-tabs{display:flex;gap:0;margin-bottom:1.25rem;border-bottom:2px solid #e5e7eb}.vip-tab{padding:.6rem 1.25rem;font-size:.9375rem;font-weight:500;color:#6b7280;background:transparent;border:none;border-bottom:3px solid transparent;margin-bottom:-2px;cursor:pointer;transition:color .15s,border-color .15s}.vip-tab:hover{color:#374151}.vip-tab-active{color:#111827;border-bottom-color:#3b82f6}.vip-tab-panel{outline:none}.vip-tab-panel[hidden]{display:none}.vip-section-title{margin:0 0 .5rem;font-size:1.25rem}.vip-table-wrap{overflow-x:auto;margin-bottom:0;background:#fff}.vip-table .vip-col-num{width:2.5rem}.vip-add-row{margin-bottom:0}.vip-faq-list{display:flex;flex-direction:column;gap:1rem;margin:0;padding:1rem;background:#fff}.vip-faq-item{padding:1rem 1.25rem;background:#fafbfc;border:1px solid #e5e7eb;border-radius:10px;border-left:3px solid #3b82f6;transition:border-color .15s,box-shadow .15s}.vip-faq-item:hover{border-left-color:#2563eb;box-shadow:0 1px 3px #0000000f}.vip-faq-item-head{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;flex-wrap:wrap}.vip-faq-drag-handle{cursor:grab;color:#94a3b8;font-size:1rem;letter-spacing:-.05em;-webkit-user-select:none;user-select:none;padding:.25rem;line-height:1}.vip-faq-item:hover .vip-faq-drag-handle{color:#64748b}.vip-faq-item:active .vip-faq-drag-handle{cursor:grabbing}.vip-faq-item.vip-faq-dragging{opacity:.6;box-shadow:0 4px 12px #00000026}.vip-faq-item-num{display:inline-flex;align-items:center;justify-content:center;min-width:1.75rem;height:1.75rem;padding:0 .5rem;font-size:.8125rem;font-weight:600;color:#374151;background:#e5e7eb;border-radius:8px}.vip-faq-remove{margin-left:auto}.vip-faq-field-label{display:block;margin-bottom:.5rem}.vip-faq-field-label:last-of-type{margin-bottom:0}.vip-faq-field-label>span{display:block;font-size:.75rem;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.03em;margin-bottom:.35rem}.vip-faq-question{display:block;width:100%;margin-bottom:.75rem;padding:.6rem .75rem;font-size:.9375rem;border-radius:8px;border:1px solid #e5e7eb;background:#fff}.vip-faq-question:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.vip-faq-answer{display:block;width:100%;min-height:4.5rem;padding:.6rem .75rem;font-size:.875rem;line-height:1.5;resize:vertical;border-radius:8px;border:1px solid #e5e7eb;background:#fff}.vip-faq-answer:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.vip-actions{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e5e7eb}.vip-actions-guide{margin:0 0 .75rem;font-size:.875rem;color:#555}.affiliate-page h2{margin:0 0 .5rem;font-size:1.5rem}.affiliate-intro{margin:0 0 1rem;color:#555}.affiliate-settings-card{margin-bottom:0}.affiliate-fields{padding:1rem;background:#fff;display:flex;flex-direction:column;gap:1.25rem}.affiliate-field{display:flex;flex-direction:column;gap:.35rem}.affiliate-label{font-size:.875rem;font-weight:500;color:#374151}.affiliate-radio-group{display:flex;flex-direction:column;gap:.5rem}.affiliate-radio{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;color:#374151;cursor:pointer}.affiliate-radio input{width:1rem;height:1rem}.affiliate-fields .store-features-input{max-width:12rem}.affiliate-guide-body.spin-wheel-guide{margin-top:.75rem}.affiliate-guide-p{margin:0 0 1rem;color:#475569;font-size:.9375rem;line-height:1.5}.affiliate-guide-block{margin-bottom:1.25rem}.affiliate-guide-block:last-child{margin-bottom:0}.affiliate-guide-h4{margin:0 0 .35rem;font-size:.875rem;font-weight:600;color:#334155}.affiliate-guide-block p{margin:0 0 .5rem;font-size:.875rem;color:#475569;line-height:1.45}.affiliate-guide-block ul{margin:0;padding-left:1.25rem;font-size:.875rem;color:#475569;line-height:1.5}.affiliate-guide-block li{margin-bottom:.35rem}.affiliate-guide-block li:last-child{margin-bottom:0}.access-denied{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:1.5rem}.access-denied-box{width:100%;max-width:36rem;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 2px 12px #0000001a;text-align:center}.access-denied-title{margin:0 0 .5rem;font-size:1.5rem;color:#1a1a2e}.access-denied-message{margin:0 0 1.5rem;color:#666;font-size:.95rem}.access-denied-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-bottom:1.25rem}.access-denied-redirect{margin:0;font-size:.85rem;color:#888}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;background:#f5f5f5}#root{min-height:100vh}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}.admin-toaster{position:fixed;top:1rem;right:1rem;z-index:10000;display:flex;flex-direction:column;gap:.5rem;max-width:360px;width:100%;pointer-events:none}.admin-toast{pointer-events:auto;display:flex;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;border-radius:8px;border:1px solid transparent;box-shadow:0 4px 12px #00000026;font-size:.875rem}.admin-toast-success{background:#166534;color:#fff;border-color:#15803d}.admin-toast-error{background:#b91c1c;color:#fff;border-color:#991b1b}.admin-toast-info{background:#374151;color:#f3f4f6;border-color:#4b5563}.admin-toast-message{flex:1;margin:0;font-weight:500;line-height:1.4}.admin-toast-dismiss{flex-shrink:0;padding:.15rem .35rem;background:transparent;border:none;color:inherit;opacity:.85;font-size:1.25rem;line-height:1;border-radius:4px;transition:opacity .15s,background .15s}.admin-toast-dismiss:hover{opacity:1;background:#ffffff26}.admin-toast-enter{animation:admin-toast-in .25s ease-out}.admin-toast-exit{animation:admin-toast-out .25s ease-in forwards}@keyframes admin-toast-in{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes admin-toast-out{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}
