:root{--bg:#0f1117;--bg-card:#1a1d27;--bg-hover:#252836;--border:#2d3142;--text:#e8eaed;--text-muted:#9aa0b0;--primary:#6366f1;--primary-hover:#4f46e5;--success:#22c55e;--warning:#f59e0b;--danger:#ef4444;--sidebar-width:260px;--radius:8px}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);min-height:100vh;font-family:Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer;background:0 0;border:none}input,select,textarea{background:var(--bg);border:1px solid var(--border);color:var(--text);border-radius:var(--radius);width:100%;padding:.6rem .75rem}input:focus,select:focus,textarea:focus{outline:2px solid var(--primary);border-color:#0000}label{color:var(--text-muted);margin-bottom:.35rem;font-size:.875rem;font-weight:500;display:block}.table-filters{grid-template-columns:minmax(200px,1fr) 140px 160px auto auto;align-items:center;gap:.75rem;margin-bottom:1rem;display:grid}.table-filters input,.table-filters select{width:100%;min-width:0}.filter-row{flex-wrap:wrap;align-items:flex-end;gap:.75rem;display:flex}.filter-row .form-group{flex:1;min-width:140px;margin-bottom:0}.filter-row .form-group.filter-search{flex:2;min-width:200px}@media (width<=768px){.table-filters{grid-template-columns:1fr 1fr}.table-filters input{grid-column:1/-1}}.table-pagination{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-top:1rem;padding-top:1rem;display:flex}.table-pagination-info{color:var(--text-muted);font-size:.85rem}.table-pagination-actions{align-items:center;gap:.75rem;display:flex}.table-pagination-page{color:var(--text-muted);text-align:center;min-width:5.5rem;font-size:.85rem}.form-group{margin-bottom:1rem}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.btn{border-radius:var(--radius);justify-content:center;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.875rem;font-weight:500;transition:background .15s;display:inline-flex}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover)}.btn:disabled,.btn[disabled]{opacity:.45;cursor:not-allowed;pointer-events:none}.btn-secondary{background:var(--bg-hover);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{background:var(--border)}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover{opacity:.9}.btn-sm{padding:.35rem .65rem;font-size:.8rem}.badge{text-transform:capitalize;border-radius:999px;padding:.2rem .55rem;font-size:.75rem;font-weight:600;display:inline-block}.badge-active,.badge-published{color:#bbf7d0;background:#166534}.badge-inactive,.badge-draft{color:#d1d5db;background:#374151}.badge-started{color:#bfdbfe;background:#1e40af}.badge-completed{color:#a7f3d0;background:#065f46}.badge-cancelled{color:#fecaca;background:#7f1d1d}.badge-available{color:#bbf7d0;background:#14532d}.badge-locked{color:#fde68a;background:#713f12}.badge-booked{color:#93c5fd;background:#1e3a5f}.badge-blocked{color:#ddd6fe;background:#4c1d95}.badge-paid{color:#93c5fd;background:#1e3a5f}.badge-refunded{color:#d1d5db;background:#374151}.badge-pending{color:#fde68a;background:#713f12}.badge-approved{color:#bbf7d0;background:#166534}.badge-rejected{color:#fecaca;background:#7f1d1d}.badge-credit,.badge-manual-credit{color:#bbf7d0;background:#166534}.badge-debit,.badge-manual-debit{color:#fecaca;background:#7f1d1d}.badge-refund{color:#bfdbfe;background:#1e40af}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.5rem}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%}th,td{text-align:left;border-bottom:1px solid var(--border);vertical-align:middle;padding:.75rem 1rem}th{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-size:.8rem;font-weight:600}tr:hover td{background:var(--bg-hover)}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.page-header h1{font-size:1.5rem;font-weight:700}.page-subtitle{color:var(--text-muted);margin-top:.25rem;font-size:.9rem}.alert{border-radius:var(--radius);margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}.alert-error{color:#fecaca;background:#450a0a;border:1px solid #7f1d1d}.alert-success{color:#bbf7d0;background:#052e16;border:1px solid #166534}.modal-overlay{z-index:1000;background:#0009;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;width:100%;max-width:560px;max-height:90vh;padding:1.5rem;overflow-y:auto}.modal-header{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.modal-header h2{font-size:1.15rem}.modal-actions{justify-content:flex-end;gap:.75rem;margin-top:1.5rem;display:flex}.tabs{border-bottom:1px solid var(--border);gap:.25rem;margin-bottom:1.5rem;display:flex;overflow-x:auto}.tab{color:var(--text-muted);white-space:nowrap;border-bottom:2px solid #0000;padding:.65rem 1rem;font-size:.875rem}.tab:hover{color:var(--text)}.tab.active{color:var(--primary);border-bottom-color:var(--primary)}.empty-state{text-align:center;color:var(--text-muted);padding:3rem 1rem}.actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.5rem;display:inline-flex}th.actions-col,td.actions-col{text-align:right;white-space:nowrap;vertical-align:middle}.cell-user-name{font-weight:500;line-height:1.3}.cell-user-sub{color:var(--text-muted);margin-top:.2rem;font-size:.8rem;line-height:1.3}.dashboard-alerts{flex-direction:column;gap:.75rem;margin-bottom:1.25rem;display:flex}.dashboard-alert{border-radius:var(--radius);border:1px solid #0000;padding:.85rem 1rem;font-size:.9rem;transition:opacity .15s;display:block}.dashboard-alert:hover{opacity:.92}.dashboard-alert--warning{color:#fde68a;background:#422006;border-color:#713f12}.dashboard-stat-cards{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.dashboard-stat-link{color:inherit;text-decoration:none;display:block}.dashboard-stat-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;height:100%;padding:1.25rem;transition:border-color .15s,background .15s}.dashboard-stat-link:hover .dashboard-stat-card{border-color:var(--primary);background:var(--bg-hover)}.dashboard-stat-card--warning{background:linear-gradient(135deg,#1a1d27 0%,#2a1f0a 100%);border-color:#713f12}.dashboard-stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.5rem;font-size:.8rem;font-weight:600}.dashboard-stat-value{font-size:1.5rem;font-weight:700;line-height:1.2}.dashboard-stat-meta{color:var(--text-muted);margin-top:.35rem;font-size:.8rem}.dashboard-wallet-chart{margin-bottom:0}.dashboard-charts-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;margin-bottom:1.5rem;display:grid}.dashboard-revenue-trend{grid-column:1/-1}.dashboard-revenue-trend-header{flex-wrap:wrap;justify-content:space-between;gap:1.25rem;margin-bottom:1rem;display:flex}.dashboard-revenue-trend-summary h3{margin:0}.dashboard-revenue-trend-title-row{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.dashboard-revenue-trend-total{margin-top:.35rem;font-size:2rem;font-weight:700;line-height:1.2}.dashboard-revenue-trend-badge{border-radius:999px;align-items:center;padding:.2rem .55rem;font-size:.78rem;font-weight:600;display:inline-flex}.dashboard-revenue-trend-badge--up{color:#4ade80;background:#22c55e26}.dashboard-revenue-trend-badge--down{color:#f87171;background:#ef444426}.dashboard-revenue-trend-badge--new{color:#a5b4fc;background:#6366f126}.dashboard-revenue-trend-range{color:var(--text-muted);align-self:end;padding-bottom:.55rem;font-size:.85rem}.dashboard-area-chart-wrap{position:relative}.dashboard-area-chart-canvas{margin-bottom:.75rem;overflow-x:auto}.dashboard-area-chart-svg{width:100%;min-width:640px;height:auto;display:block}.dashboard-area-chart-line{stroke:#6366f1}.dashboard-area-chart-point{fill:#1a1d27;stroke:#6366f1;stroke-width:2px}.dashboard-area-chart-zero-line{stroke:var(--border);stroke-width:1px;stroke-dasharray:4 4}.dashboard-area-chart-hover-line{stroke:#6366f1;stroke-width:1px;stroke-dasharray:4 4;opacity:.5}.dashboard-area-chart-tooltip{pointer-events:none;white-space:nowrap;z-index:2;background:#111827;border:1px solid #374151;border-radius:8px;padding:.55rem .75rem;position:absolute;top:.5rem;transform:translate(-50%)}.dashboard-area-chart-tooltip-date{color:#9ca3af;margin-bottom:.25rem;font-size:.78rem}.dashboard-area-chart-tooltip-value{color:#f9fafb;align-items:center;gap:.45rem;font-size:.9rem;font-weight:600;display:flex}.dashboard-area-chart-tooltip-dot{background:#6366f1;border-radius:2px;width:8px;height:8px}.dashboard-wallet-chart-legend-dot--slots{background:#6366f1}.dashboard-wallet-chart-legend-dot--prizes{background:#ef4444}.dashboard-wallet-chart-legend-dot--refunds{background:#eab308}.dashboard-wallet-chart-bar--slots{fill:#6366f1}.dashboard-wallet-chart-bar--prizes{fill:#ef4444}.dashboard-wallet-chart-bar--refunds{fill:#eab308}.dashboard-fill-chart-canvas{max-height:none}.dashboard-fill-chart-svg{min-height:120px;max-height:none}.dashboard-fill-chart-label{fill:var(--text-muted);font-size:11px}.dashboard-fill-chart-track{fill:var(--bg-hover)}.dashboard-fill-chart-fill{fill:#6366f1}@media (width<=1100px){.dashboard-charts-grid{grid-template-columns:1fr}}.dashboard-wallet-chart-subtitle{color:var(--text-muted);margin:.25rem 0 0;font-size:.85rem}.dashboard-wallet-chart-filters{flex-wrap:wrap;align-items:end;gap:.75rem;display:flex}.dashboard-wallet-chart-filter{min-width:150px;margin-bottom:0}.dashboard-wallet-chart-legend{color:var(--text-muted);gap:1.25rem;margin-bottom:.5rem;font-size:.85rem;display:flex}.dashboard-wallet-chart-legend-item{align-items:center;gap:.45rem;display:inline-flex}.dashboard-wallet-chart-legend-dot{border-radius:2px;width:10px;height:10px}.dashboard-wallet-chart-legend-dot--recharge{background:#22c55e}.dashboard-wallet-chart-legend-dot--withdrawal{background:#f97316}.dashboard-wallet-chart-canvas{max-height:180px;margin-bottom:.75rem;overflow-x:auto}.dashboard-wallet-chart-svg{width:100%;height:auto;max-height:180px;display:block}.dashboard-wallet-chart-grid{stroke:var(--border);stroke-width:1px}.dashboard-wallet-chart-axis{fill:var(--text-muted);font-size:11px}.dashboard-wallet-chart-bar--recharge{fill:#22c55e}.dashboard-wallet-chart-bar--withdrawal{fill:#f97316}.dashboard-wallet-chart-totals{border-top:1px solid var(--border);grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem;padding-top:.75rem;display:grid}.dashboard-wallet-chart-totals div{flex-direction:column;gap:.25rem;display:flex}.dashboard-wallet-chart-totals span{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.8rem}.dashboard-wallet-chart-totals strong{font-size:1.1rem}.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:1.25rem;display:grid}.dashboard-panel h3{font-size:1rem;font-weight:600}.dashboard-panel-header{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.dashboard-panel-link{color:var(--primary);font-size:.85rem}.dashboard-panel-link:hover{text-decoration:underline}.dashboard-subheading{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin:1.25rem 0 .75rem;font-size:.8rem;font-weight:600}.dashboard-wallet-summary{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;display:grid}.dashboard-wallet-item{background:var(--bg);border-radius:var(--radius);border:1px solid var(--border);padding:.75rem}.dashboard-wallet-item span{color:var(--text-muted);margin-bottom:.25rem;font-size:.75rem;display:block}.dashboard-wallet-item strong{font-size:.95rem}.dashboard-status-bars{flex-direction:column;gap:.75rem;display:flex}.dashboard-status-row-header{color:var(--text-muted);justify-content:space-between;margin-bottom:.35rem;font-size:.85rem;display:flex}.dashboard-status-track{background:var(--bg);border-radius:999px;height:6px;overflow:hidden}.dashboard-status-fill{border-radius:999px;min-width:2px;height:100%;transition:width .3s}.dashboard-list{flex-direction:column;gap:.5rem;display:flex}.dashboard-list-item{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);justify-content:space-between;align-items:flex-start;gap:1rem;padding:.75rem;display:flex}.dashboard-list-item--link:hover{border-color:var(--primary);background:var(--bg-hover)}.dashboard-list-title{font-size:.9rem;font-weight:500;line-height:1.3}.dashboard-list-sub{color:var(--text-muted);margin-top:.2rem;font-size:.8rem;line-height:1.3}.dashboard-list-meta{color:var(--text-muted);white-space:nowrap;flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.35rem;font-size:.75rem;display:flex}@media (width<=768px){.form-row{grid-template-columns:1fr}.dashboard-list-item{flex-direction:column}.dashboard-list-meta{flex-flow:wrap;align-items:flex-start;gap:.5rem}}.sidebar{width:var(--sidebar-width);background:var(--bg-card);border-right:1px solid var(--border);z-index:100;flex-direction:column;height:100vh;display:flex;position:fixed;top:0;left:0}.sidebar-brand{border-bottom:1px solid var(--border);align-items:center;gap:.75rem;padding:1.25rem 1rem;display:flex}.brand-icon{font-size:1.75rem}.brand-title{font-size:1rem;font-weight:700}.brand-sub{color:var(--text-muted);font-size:.75rem}.sidebar-nav{flex:1;padding:1rem .75rem;overflow-y:auto}.nav-link{border-radius:var(--radius);color:var(--text-muted);align-items:center;gap:.6rem;margin-bottom:.15rem;padding:.65rem .85rem;font-size:.9rem;transition:all .15s;display:flex}.nav-badge{color:#fff;background:#dc2626;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;min-width:1.25rem;height:1.25rem;padding:0 .35rem;font-size:.7rem;font-weight:700;line-height:1;display:inline-flex}.nav-link.active .nav-badge{color:#dc2626;background:#fff}.nav-link:hover{background:var(--bg-hover);color:var(--text)}.nav-link.active{background:var(--primary);color:#fff}.nav-link.sub{justify-content:space-between;padding-left:2rem;font-size:.85rem}.nav-group{margin-bottom:.5rem}.nav-group-label{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);align-items:center;gap:.5rem;padding:.5rem .85rem;font-size:.75rem;font-weight:600;display:flex}.sidebar-footer{border-top:1px solid var(--border);padding:1rem}.user-info{margin-bottom:.75rem}.user-name{font-size:.9rem;font-weight:600}.user-role{color:var(--text-muted);font-size:.75rem}.logout-btn{width:100%}@media (width<=768px){.sidebar{transform:translate(-100%)}}.admin-layout{min-height:100vh;display:flex}.main-content{margin-left:var(--sidebar-width);flex:1;min-height:100vh;padding:2rem}@media (width<=768px){.main-content{margin-left:0;padding:1rem}}.login-page{background:radial-gradient(ellipse at top, #1e1b4b 0%, var(--bg) 60%);justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.login-card{width:100%;max-width:400px}.login-header{text-align:center;margin-bottom:1.5rem}.login-icon{margin-bottom:.5rem;font-size:2.5rem;display:block}.login-header h1{margin-bottom:.25rem;font-size:1.5rem}.login-header p{color:var(--text-muted);font-size:.9rem}.login-btn{width:100%;margin-top:.5rem}.login-hint{text-align:center;color:var(--text-muted);margin-top:1rem;font-size:.8rem}.searchable-select{position:relative}.searchable-select-trigger{text-align:left;background:var(--bg);border:1px solid var(--border);width:100%;color:var(--text);border-radius:var(--radius);cursor:pointer;padding:.6rem .75rem}.searchable-select-trigger.open,.searchable-select-trigger:focus{outline:2px solid var(--primary);border-color:#0000}.searchable-select-dropdown{z-index:20;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);position:absolute;top:calc(100% + .35rem);left:0;right:0;overflow:hidden;box-shadow:0 8px 24px #00000059}.searchable-select-search{border:none;border-bottom:1px solid var(--border);border-radius:0;outline:none;width:100%}.searchable-select-search:focus{box-shadow:none;outline:none}.searchable-select-options{max-height:220px;overflow-y:auto}.searchable-select-option{text-align:left;width:100%;color:var(--text);cursor:pointer;background:0 0;border:none;padding:.65rem .75rem;font-size:.875rem}.searchable-select-option-content{flex-direction:column;gap:.15rem;line-height:1.3;display:flex}.searchable-select-option-title{font-weight:500}.searchable-select-option-sub{color:var(--text-muted);font-size:.8rem}.searchable-select-trigger .searchable-select-option-content{align-items:flex-start}.searchable-select-option:hover,.searchable-select-option.selected{background:var(--bg-hover)}.searchable-select-empty{color:var(--text-muted);padding:.75rem;font-size:.875rem}
