:root{--bg-primary:#0b0520;--bg-surface:#150930;--bg-card:#1e0d3e;--border:#2d1557;--border-light:#3d1f70;--accent-purple:#8b5cf6;--accent-purple-light:#a78bfa;--accent-gold:#f5c518;--accent-gold-light:#fde047;--accent-pink:#d946ef;--text-primary:#f3f0ff;--text-secondary:#a78bfa;--text-muted:#6b5b9b;--success:#10b981;--warning:#f59e0b;--error:#ef4444}*{box-sizing:border-box}html{overflow-x:hidden}body{background:var(--bg-primary);color:var(--text-primary);min-height:100vh;font-family:Arial,Helvetica,sans-serif}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-surface)}::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--accent-purple)}.glow-gold{box-shadow:0 0 20px #f5c5184d}.glow-purple{box-shadow:0 0 20px #8b5cf666}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;padding:1rem}.progress-bar{background:var(--border);border-radius:999px;height:8px;overflow:hidden}.progress-fill{background:linear-gradient(90deg, var(--accent-purple), var(--accent-gold));border-radius:999px;height:100%;transition:width .5s}.badge{border-radius:999px;align-items:center;padding:2px 10px;font-size:.75rem;font-weight:600;display:inline-flex}.nav-active{border-left:2px solid var(--accent-purple);color:var(--accent-purple-light);background:linear-gradient(90deg,#8b5cf633,#0000)}.sidebar-desktop{display:none}.sidebar-mobile-top{z-index:200;background:var(--bg-surface);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex;position:fixed;top:0;left:0;right:0}.admin-main{background:var(--bg-primary);flex:1;min-width:0;padding:calc(52px + 1rem) 1rem 1rem;overflow:hidden auto}.rg-4{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.rg-2{grid-template-columns:1fr;gap:1rem;display:grid}.rg-3{grid-template-columns:1fr;gap:.75rem;display:grid}.rg-3-half{grid-template-columns:repeat(2,1fr);gap:.625rem;display:grid}.cal-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:1.25rem;display:flex}.cal-grid-card{padding:.5rem}.cal-day{height:52px;padding:4px;overflow:hidden}.cal-days-grid{grid-template-columns:repeat(7,1fr);align-items:stretch;gap:4px;display:grid}.cal-day-num{font-size:.72rem}.cal-event{padding:1px 3px;font-size:.58rem}.cal-list-row{flex-wrap:wrap;gap:.375rem}@media (min-width:769px){.card{border-radius:12px;padding:1.5rem}.sidebar-desktop{background:var(--bg-surface);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;width:240px;min-height:100vh;display:flex}.sidebar-mobile-top{display:none}.admin-main{padding:2rem}.rg-4{grid-template-columns:repeat(4,1fr);gap:1rem}.rg-2{grid-template-columns:1fr 1fr}.rg-3,.rg-3-half{grid-template-columns:repeat(3,1fr);gap:.75rem}.cal-header{flex-wrap:nowrap;gap:0;margin-bottom:2rem}.cal-grid-card{padding:1.5rem}.cal-day{height:72px;padding:6px;overflow:hidden}.cal-day-num{font-size:.8rem}.cal-event{padding:2px 5px;font-size:.68rem}.cal-list-row{flex-wrap:nowrap;gap:1rem}table{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto}}.stats-grid{grid-template-columns:repeat(2,1fr)!important;gap:.75rem!important}
