*{box-sizing:border-box}body{margin:0}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0a0a0a;--surface:#141414;--surface2:#1c1c1c;--border:#2a2a2a;--border2:#333;--text:#f5f5f5;--sub:#888;--yellow:#f5c400;--yellow2:#ffd93d;--yellow-dim:#f5c4001f;--quiet:#4ade80;--moderate:#f5c400;--busy:#f97316;--packed:#ef4444;--radius:10px}body{background:var(--bg);color:var(--text);min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px}.splash{justify-content:center;align-items:center;height:100vh;display:flex}.spinner{border:3px solid var(--border2);border-top-color:var(--yellow);border-radius:50%;width:36px;height:36px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.login-wrapper{background:radial-gradient(ellipse at 50% -10%, #f5c40014 0%, var(--bg) 60%);justify-content:center;align-items:center;min-height:100vh;padding:16px;display:flex}.login-card{background:var(--surface);border:1px solid var(--border2);border-radius:var(--radius);flex-direction:column;gap:16px;width:100%;max-width:380px;padding:40px 36px;display:flex}.login-logo{text-align:center;margin-bottom:4px}.login-logo-text{letter-spacing:-1px;color:var(--yellow);font-size:36px;font-weight:900;line-height:1}.login-logo-sub{letter-spacing:.25em;text-transform:uppercase;color:var(--sub);margin-top:4px;font-size:11px}.login-card h1{display:none}.error-banner{border:1px solid var(--packed);color:var(--packed);background:#ef44441a;border-radius:8px;padding:10px 14px;font-size:13px}.login-card label{color:var(--sub);letter-spacing:.06em;text-transform:uppercase;flex-direction:column;gap:6px;font-size:11px;font-weight:600;display:flex}.login-card input{background:var(--bg);border:1px solid var(--border2);color:var(--text);border-radius:8px;outline:none;padding:11px 14px;font-size:14px;transition:border-color .15s}.login-card input:focus{border-color:var(--yellow)}.login-card button[type=submit]{background:var(--yellow);color:#000;cursor:pointer;letter-spacing:.02em;border:none;border-radius:8px;margin-top:8px;padding:13px;font-size:14px;font-weight:700;transition:background .15s,transform .1s}.login-card button[type=submit]:hover{background:var(--yellow2)}.login-card button[type=submit]:active{transform:scale(.98)}.login-card button[type=submit]:disabled{opacity:.4;cursor:not-allowed}.dashboard{flex-direction:column;min-height:100vh;display:flex}.dash-header{border-bottom:2px solid var(--yellow);z-index:10;background:#000;justify-content:space-between;align-items:center;height:56px;padding:0 24px;display:flex;position:sticky;top:0}.dash-brand{align-items:center;gap:12px;display:flex}.brand-wordmark{letter-spacing:-.5px;color:var(--yellow);font-size:22px;font-weight:900;line-height:1}.brand-tagline{letter-spacing:.2em;text-transform:uppercase;color:var(--sub);border-left:1px solid var(--border2);padding-left:12px;font-size:10px}.logout-btn{border:1px solid var(--border2);color:var(--sub);cursor:pointer;background:0 0;border-radius:6px;padding:6px 14px;font-size:12px;font-weight:500;transition:all .15s}.logout-btn:hover{border-color:var(--yellow);color:var(--yellow)}.club-select{background:var(--surface);border:1px solid var(--border2);color:var(--text);cursor:pointer;border-radius:6px;outline:none;padding:6px 12px;font-size:13px;transition:border-color .15s}.club-select:focus{border-color:var(--yellow)}.dash-main{flex-direction:column;gap:20px;width:100%;max-width:1100px;margin:0 auto;padding:24px;display:flex}.top-row{grid-template-columns:auto 1fr;align-items:start;gap:20px;display:grid}.live-card{border:1px solid var(--yellow);border-radius:var(--radius);text-align:center;background:#000;min-width:210px;padding:28px 36px;position:relative;box-shadow:0 0 40px #f5c4000f}.live-card.pulse{animation:.5s ease-out pulse-anim}@keyframes pulse-anim{0%{box-shadow:0 0 #f5c40080}to{box-shadow:0 0 0 18px #f5c40000}}.live-badge{letter-spacing:.1em;color:var(--yellow);align-items:center;gap:5px;margin-bottom:14px;font-size:10px;font-weight:700;display:inline-flex}.live-badge:before{content:"";background:var(--yellow);border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite blink;display:inline-block}@keyframes blink{0%,to{opacity:1}50%{opacity:.2}}.live-count{color:var(--yellow);letter-spacing:-3px;font-size:72px;font-weight:900;line-height:1}.live-label{color:var(--sub);margin-top:8px;font-size:12px}.live-time{color:var(--border2);border-top:1px solid var(--border);margin-top:12px;padding-top:10px;font-size:11px}.stat-cards{grid-template-columns:1fr 1fr;gap:16px;display:grid}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px 22px;transition:border-color .15s}.stat-card:hover{border-color:var(--border2)}.stat-label{color:var(--sub);text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px;font-size:10px;font-weight:600}.stat-value{letter-spacing:-.5px;margin-bottom:4px;font-size:30px;font-weight:800}.stat-sub{color:var(--sub);font-size:12px}.quiet-text{color:var(--quiet)}.packed-text{color:var(--yellow)}.period-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.period-tabs{background:var(--surface);border:1px solid var(--border);border-radius:8px;gap:2px;padding:3px;display:flex}.period-tab{color:var(--sub);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:7px 18px;font-size:13px;font-weight:500;transition:all .15s}.period-tab:hover{color:var(--text)}.period-tab.active{background:var(--yellow);color:#000;font-weight:700}.date-nav{align-items:center;gap:8px;display:flex}.date-nav button{background:var(--surface);border:1px solid var(--border);color:var(--text);cursor:pointer;border-radius:6px;padding:5px 11px;font-size:16px;transition:border-color .15s}.date-nav button:hover:not(:disabled){border-color:var(--yellow);color:var(--yellow)}.date-nav button:disabled{opacity:.2;cursor:not-allowed}.date-nav input[type=date]{background:var(--surface);border:1px solid var(--border);color:var(--text);border-radius:6px;outline:none;padding:5px 10px;font-size:13px}.date-nav input[type=date]:focus{border-color:var(--yellow)}.chart-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:24px}.card-title{letter-spacing:.04em;text-transform:uppercase;color:var(--sub);margin-bottom:20px;font-size:13px;font-weight:600}.chart-placeholder{justify-content:center;align-items:center;height:280px;display:flex}.chart-container{flex-direction:column;gap:12px;display:flex}.chart-tooltip{border:1px solid var(--yellow);background:#000;border-radius:8px;padding:10px 14px;font-size:13px}.tooltip-time{color:var(--sub);margin-bottom:6px;font-size:11px}.tooltip-row{justify-content:space-between;gap:20px;display:flex}.tooltip-row strong{color:var(--yellow)}.chart-legend{flex-wrap:wrap;gap:16px;display:flex}.legend-item{color:var(--sub);align-items:center;gap:5px;font-size:11px;display:flex}.legend-item:before{content:"";border-radius:2px;width:10px;height:10px;display:inline-block}.legend-item.quiet:before{background:var(--quiet)}.legend-item.moderate:before{background:var(--moderate)}.legend-item.busy:before{background:var(--busy)}.legend-item.packed:before{background:var(--packed)}.best-hours-grid{grid-template-columns:1fr 1fr;gap:40px;display:grid}.best-section{flex-direction:column;gap:10px;display:flex}.section-label{letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px;font-size:11px;font-weight:700}.quiet-label{color:var(--quiet)}.busy-label{color:var(--packed)}.hour-row{align-items:center;gap:10px;display:flex}.hour-time{min-width:42px;color:var(--text);font-size:13px;font-weight:600}.hour-bar-wrap{background:#ffffff0a;border-radius:4px;flex:1;height:6px;overflow:hidden}.hour-bar{border-radius:4px;min-width:4px;height:100%;transition:width .6s}.hour-bar.quiet{background:var(--quiet)}.hour-bar.packed{background:var(--yellow)}.hour-count{text-align:right;min-width:28px;color:var(--sub);font-size:12px}@media (width<=700px){.top-row{grid-template-columns:1fr}.stat-cards{grid-template-columns:1fr 1fr}.best-hours-grid{grid-template-columns:1fr}.dash-main{padding:16px}.brand-tagline{display:none}}
