:root{--bg-page:#0A0A0F;--bg-secondary:#111118;--bg-card:#1A1A22;--bg-card-elevated:#222230;--accent:#E8FF3C;--accent-cta:#E8FF3C;--accent-text:#E8FF3C;--text-primary:#F0EDE8;--text-muted:rgba(240,237,232,0.45);--text-muted-2:rgba(240,237,232,0.25);--border:rgba(240,237,232,0.07);--border-strong:rgba(240,237,232,0.12);--nav-bg:rgba(10,10,15,0.95);--card-shadow:none;--rally-red:#FF4B2B;--green-member:#5A9A5A;--lime-dim:rgba(232,255,60,0.1);--lime-border:rgba(232,255,60,0.25);--card-booked-bg:rgba(90,154,90,0.05);--card-unbooked-bg:rgba(245,166,35,0.05);--accent-rgb:232,255,60;--text-primary-rgb:240,237,232;--rally-red-rgb:255,75,43;--green-member-rgb:90,154,90}html.light{--bg-page:#F5F3EE;--bg-secondary:#EDEBE6;--bg-card:#FFFFFF;--bg-card-elevated:#F0EDE8;--accent:#B8CC00;--accent-cta:#B8CC00;--accent-text:#8A9500;--text-primary:#0F0F0F;--text-muted:rgba(15,15,15,0.45);--text-muted-2:rgba(15,15,15,0.25);--border:rgba(15,15,15,0.08);--border-strong:rgba(15,15,15,0.15);--nav-bg:rgba(245,243,238,0.95);--card-shadow:0 1px 3px rgba(0,0,0,0.06);--rally-red:#E8320A;--green-member:#3D7A3D;--lime-dim:rgba(138,149,0,0.08);--lime-border:rgba(138,149,0,0.2);--card-booked-bg:rgba(90,154,90,0.08);--card-unbooked-bg:rgba(245,166,35,0.08);--accent-rgb:184,204,0;--text-primary-rgb:15,15,15;--rally-red-rgb:232,50,10;--green-member-rgb:61,122,61}*{transition:background-color .2s ease,color .2s ease,border-color .2s ease;margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}body,html{background:#0A0A0F;color:#F0EDE8;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;-webkit-font-smoothing:antialiased;overscroll-behavior:none}#app-root{max-width:430px;margin:0 auto;min-height:100vh;position:relative;background:#0A0A0F}.page-content{padding-bottom:calc(64px + env(safe-area-inset-bottom))}.section-eyebrow{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:#E8FF3C}.section-eyebrow:before{content:"";display:block;width:24px;height:1px;background:#E8FF3C;flex-shrink:0}::-webkit-scrollbar{display:none}*{scrollbar-width:none}@keyframes spin{to{transform:rotate(1turn)}}@keyframes pulse{0%,to{opacity:.4}50%{opacity:.8}}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes pageIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.skeleton{background:linear-gradient(90deg,#1A1A22 25%,#222230 50%,#1A1A22 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px}.page-enter{animation:pageIn .18s ease-out}.page-root{background:var(--bg-page)!important;color:var(--text-primary)!important;min-height:100vh}html.light .page-root [style*="background: #1A1A22"],html.light .page-root [style*="background:#1A1A22"]{background:var(--bg-card)!important;box-shadow:var(--card-shadow)!important}html.light .page-root [style*="background: #111118"],html.light .page-root [style*="background:#111118"]{background:var(--bg-secondary)!important}html.light .page-root [style*="background: #222230"],html.light .page-root [style*="background:#222230"]{background:var(--bg-card-elevated)!important}html.light .page-root [style*="color: rgba(240,237,232,0.4)"],html.light .page-root [style*="color: rgba(240,237,232,0.45)"]{color:var(--text-muted)!important}html.light .page-root [style*="color: rgba(240,237,232,0.25)"],html.light .page-root [style*="color: rgba(240,237,232,0.3)"]{color:var(--text-muted-2)!important}html.light .page-root [style*="border: 0.5px solid rgba(240,237,232,0.07)"],html.light .page-root [style*="border:0.5px solid rgba(240,237,232,0.07)"]{border-color:var(--border)!important}html.light .page-root [style*="borderBottom: 0.5px solid rgba(240,237,232"],html.light .page-root [style*="borderBottom:0.5px solid rgba(240,237,232"]{border-bottom-color:var(--border)!important}html.light .page-root [style*="borderTop: 0.5px solid rgba(240,237,232"],html.light .page-root [style*="borderTop:0.5px solid rgba(240,237,232"]{border-top-color:var(--border)!important}html.light .page-root [style*="background: #E8FF3C"],html.light .page-root [style*="background:#E8FF3C"]{background:var(--accent-cta)!important}html.light nav[style*="background: #0A0A0F"],html.light nav[style*="background:#0A0A0F"]{background:var(--nav-bg)!important;border-top-color:var(--border)!important}html.light .page-root [style*="background: #1A1A22"][style*="border-radius: 20px"]{background:var(--bg-card)!important;border-color:var(--border)!important;color:var(--text-muted)!important}html.light body{background:var(--bg-page)!important}html.light ::-webkit-scrollbar-track{background:var(--bg-secondary)}html.light .greeting-name,html.light .greeting-text{color:var(--text-primary)!important}html.light .greeting-sub{color:var(--text-muted)!important}html.light .stats-strip{border:.5px solid var(--border)!important;box-shadow:var(--card-shadow)!important}html.light .stats-strip *{color:var(--text-primary)!important}html.light .stats-strip [style*="color: #E8FF3C"],html.light .stats-strip [style*="color:#E8FF3C"]{color:var(--accent-text)!important}html.light .stats-strip [style*="color: #FF4B2B"],html.light .stats-strip [style*="color: var(--rally-red)"]{color:var(--rally-red)!important}html.light .urgent-card{border-color:var(--border)!important;box-shadow:var(--card-shadow)!important}html.light .urgent-card *{color:var(--text-primary)!important}html.light .urgent-card [style*="color: #E8FF3C"],html.light .urgent-card [style*="color:#E8FF3C"]{color:var(--accent-text)!important}html.light .urgent-card [style*="background: #E8FF3C"],html.light .urgent-card [style*="background:#E8FF3C"]{background:var(--accent-cta)!important;color:#0F0F0F!important}html.light .urgent-card [style*="color: rgba(240,237,232"]{color:var(--text-muted)!important}html.light .match-feed-card{background:var(--bg-card)!important;border-color:var(--border)!important;box-shadow:var(--card-shadow)!important}html.light .match-feed-card *{color:var(--text-primary)!important}html.light .match-feed-card [style*="color: #E8FF3C"],html.light .match-feed-card [style*="color:#E8FF3C"]{color:var(--accent-text)!important}html.light .match-feed-card [style*="color: rgba(240,237,232"]{color:var(--text-muted)!important}html.light .match-feed-card [style*="background: #E8FF3C"],html.light .match-feed-card [style*="background:#E8FF3C"]{background:var(--accent-cta)!important;color:#0F0F0F!important}html.light .match-feed-card [style*="background: rgba(232,255,60"]{background:rgba(138,149,0,.1)!important}html.light .match-feed-card [style*="color: rgba(232,255,60"]{color:var(--accent-text)!important}html.light .match-feed-card [style*="border-top: 0.5px solid rgba(240,237,232"],html.light .match-feed-card [style*="borderTop: 0.5px solid rgba(240,237,232"]{border-top-color:var(--border)!important}html.light .match-feed-card [style*="background: rgba(255,255,255,0.03)"]{background:var(--bg-secondary)!important;border-color:var(--border)!important}html.light .match-feed-card [style*="color: #5A9A5A"]{color:var(--green-member)!important}html.light .lb-month-selector{border-color:var(--border)!important}html.light .lb-month-selector,html.light .lb-podium *{color:var(--text-primary)!important}html.light .lb-podium [style*="background: #E8FF3C"],html.light .lb-podium [style*="background:#E8FF3C"]{background:var(--accent-cta)!important;color:#0F0F0F!important}html.light .lb-player-row,html.light .lb-podium [style*="background: #1A1A22"],html.light .lb-podium [style*="background:#1A1A22"]{background:var(--bg-card)!important;box-shadow:var(--card-shadow)!important}html.light .lb-player-row{border-color:var(--border)!important}html.light .lb-player-row *{color:var(--text-primary)!important}html.light .lb-player-row [style*="color: #E8FF3C"],html.light .lb-player-row [style*="color:#E8FF3C"]{color:var(--accent-text)!important}html.light .lb-player-row [style*="color: rgba(240,237,232"]{color:var(--text-muted)!important}html.light .lb-player-row [style*="background: #E8FF3C"],html.light .lb-player-row [style*="background:#E8FF3C"]{background:var(--accent-cta)!important;color:#0F0F0F!important}html.light .lb-player-name,html.light .profile-name{color:var(--text-primary)!important}html.light .profile-stats-strip{border-bottom:.5px solid var(--border)!important}html.light .profile-stats-strip *{color:var(--text-primary)!important}html.light .profile-stat-label{color:var(--accent-text)!important}html.light .profile-tab{color:var(--text-muted)!important}html.light .profile-tab.active{color:var(--accent-text)!important}html.light .profile-match-row{background:var(--bg-card)!important;border-color:var(--border)!important;box-shadow:var(--card-shadow)!important}html.light .profile-match-row *{color:var(--text-primary)!important}html.light .profile-match-row [style*="color: rgba(240,237,232"]{color:var(--text-muted)!important}html.light .profile-match-row [style*="color: rgba(240,237,232,0.2"],html.light .profile-match-row [style*="color: rgba(240,237,232,0.25"]{color:var(--text-muted-2)!important}html.light .profile-match-location{color:var(--text-primary)!important}html.light .profile-empty-text,html.light .profile-match-date{color:var(--text-muted)!important}html.light .profile-match-row [style*="color: #5A9A5A"]{color:var(--green-member)!important}html.light .profile-match-row [style*="color: #FF4B2B"]{color:var(--rally-red)!important}html.light .page-root [style*="color: #E8FF3C"],html.light .page-root [style*="color:#E8FF3C"]{color:var(--accent-text)!important}html.light .membership-card{color:#F0EDE8!important}html.light .membership-card *{color:inherit!important}html.light .stats-strip [style*="color: #FF4B2B"],html.light .stats-strip [style*="color:#FF4B2B"]{color:var(--rally-red)!important}html.light .page-root [style*="color: rgba(232,255,60"]{color:var(--accent-text)!important}html.light .profile-stat-label{color:var(--text-muted)!important}html.light .profile-stat-value{color:var(--text-primary)!important}html.light .profile-stat-value[style*="color: #E8FF3C"],html.light .profile-stat-value[style*="color:#E8FF3C"],html.light .profile-stats-strip [style*="color: #E8FF3C"],html.light .profile-stats-strip [style*="color:#E8FF3C"]{color:var(--accent-text)!important}html.light .profile-stats-strip [style*="color: rgba(240,237,232,0.3)"],html.light .profile-stats-strip [style*="color: rgba(240,237,232,0.4)"]{color:var(--text-muted)!important}html.light .page-root[style*=paddingBottom]{background:var(--bg-page)!important}html.light .profile-tab{border-bottom-color:transparent!important}html.light .profile-tab.active{border-bottom-color:var(--accent-text)!important}html.light .page-root [style*="background: linear-gradient(135deg, #E8FF3C"]{background:linear-gradient(135deg,var(--accent-cta),#a8bc00)!important}html.light .lb-player-row{border:.5px solid var(--border)!important;box-shadow:0 1px 3px rgba(0,0,0,.05)!important}html.light .lb-player-row [style*="color: #5A9A5A"],html.light .lb-player-row [style*="color:#5A9A5A"]{color:var(--green-member)!important}html.light .lb-player-row [style*="color: rgba(240,237,232,0.4)"],html.light .lb-player-row [style*="color: rgba(240,237,232,0.45)"],html.light .lb-podium [style*="color: rgba(240,237,232"],html.light .lb-rank{color:var(--text-muted)!important}html.light .lb-month-selector,html.light .lb-podium [style*="color: #E8FF3C"],html.light .lb-podium [style*="color:#E8FF3C"],html.light .lb-points{color:var(--accent-text)!important}html.light .lb-month-selector{background:var(--bg-card)!important;border-color:var(--border-strong)!important}html.light .membership-trial-banner{background:var(--bg-card)!important;border:.5px solid var(--border)!important;border-left:3px solid var(--accent-text)!important}html.light .membership-trial-banner *{color:var(--text-primary)!important}html.light .membership-trial-banner [style*="color: #E8FF3C"],html.light .membership-trial-banner [style*="color:#E8FF3C"]{color:var(--accent-text)!important}html.light .membership-trial-banner [style*="color: rgba(245"]{color:var(--rally-red)!important}html.light .membership-heading{color:var(--text-primary)!important}html.light .membership-heading+*,html.light .page-root>div>[style*="color: rgba(240,237,232,0.45)"],html.light .page-root>div>[style*="color: rgba(240,237,232,0.5)"]{color:var(--text-muted)!important}html.light .membership-card{background:#1A1A22!important}html.light .membership-card *{color:#F0EDE8!important}html.light .membership-card [style*="color: #E8FF3C"],html.light .membership-card [style*="color:#E8FF3C"]{color:#E8FF3C!important}html.light .page-root [style*="color: #F0EDE8"],html.light .page-root [style*="color: rgba(240,237,232,0.7)"],html.light .page-root [style*="color: rgba(240,237,232,0.8)"],html.light .page-root [style*="color:#F0EDE8"]{color:var(--text-primary)!important}html.light .page-root [style*="color: rgba(240,237,232,0.4)"],html.light .page-root [style*="color: rgba(240,237,232,0.45)"],html.light .page-root [style*="color: rgba(240,237,232,0.5)"]{color:var(--text-muted)!important}html.light .page-root [style*="color: rgba(240,237,232,0.2)"],html.light .page-root [style*="color: rgba(240,237,232,0.25)"],html.light .page-root [style*="color: rgba(240,237,232,0.3)"]{color:var(--text-muted-2)!important}html.light .page-root [style*="border-bottom: 0.5px solid rgba(240,237,232"],html.light .page-root [style*="borderBottom: 0.5px solid rgba(240,237,232"]{border-bottom-color:var(--border)!important}html.light .page-root [style*="border-top: 0.5px solid rgba(240,237,232"],html.light .page-root [style*="borderTop: 0.5px solid rgba(240,237,232"]{border-top-color:var(--border)!important}html.light .page-root [style*="background: rgba(240,237,232,0.07)"],html.light .page-root [style*="background:rgba(240,237,232,0.07)"]{background:var(--border)!important}html.light .md-date{color:var(--text-muted)!important}html.light .md-time{color:var(--text-primary)!important}html.light .md-court-tag,html.light .md-level-tag,html.light .md-spots-tag{color:inherit!important}html.light .md-section-label{color:var(--accent-text)!important}html.light .md-player-name{color:var(--text-primary)!important}html.light .md-host-badge,html.light .md-tap-join{color:var(--accent-text)!important}html.light .md-vs{color:var(--text-muted-2)!important}html.light .md-join-slot{border-color:var(--accent-text)!important;color:var(--accent-text)!important;background:rgba(138,149,0,.06)!important}html.light .md-booking-desc,html.light .md-bottom-hint{color:var(--text-muted)!important}html.light .md-bottom-overlay{background:linear-gradient(to top,var(--bg-page) 60%,transparent)!important}html.light .md-info-table{background:#1A1A22!important}html.light .md-info-table *{color:#F0EDE8!important}html.light .md-join-btn{background:var(--accent-cta)!important;color:#0F0F0F!important}html.light .page-root *{color:var(--text-primary)}html.light .page-root .filter-pill.active,html.light .page-root .greeting-name+div span,html.light .page-root .mc-price,html.light .page-root .mc-team-a,html.light .page-root .stats-strip [class=""],html.light .page-root [style*="color: #E8FF3C"],html.light .page-root [style*="color:#E8FF3C"]{color:var(--accent-text)!important}html.light .page-root .greeting-name,html.light .page-root .greeting-sub,html.light .page-root .mc-city,html.light .page-root .mc-date,html.light .page-root .mc-hint,html.light .page-root .mc-price-sub,html.light .page-root .mc-share,html.light .page-root .mc-venue,html.light .page-root .mc-vs{color:var(--text-muted)!important}html.light .page-root .mc-vs{color:var(--text-muted-2)!important}html.light .page-root [style*="color: #5A9A5A"],html.light .page-root [style*="color:#5A9A5A"]{color:var(--green-member)!important}html.light .page-root [style*="color: #FF4B2B"],html.light .page-root [style*="color:#FF4B2B"]{color:var(--rally-red)!important}html.light .page-root [style*="color: rgba(200,140,60"],html.light .page-root [style*="color: rgba(245,166,35"]{color:rgba(160,110,0,.9)!important}html.light .page-root [style*="background: #E8FF3C"] *,html.light .page-root [style*="background:#E8FF3C"] *{color:#0A0A0F!important}html.light .page-root .mc-level{color:inherit!important}html.light .page-root .mc-court-status{color:rgba(160,110,0,.9)!important}html.light .page-root .match-feed-card,html.light .page-root .urgent-card{background:var(--bg-card)!important;border-color:var(--border)!important;box-shadow:var(--card-shadow)!important}html.light .page-root .match-feed-card.match-booked{background:var(--card-booked-bg)!important}html.light .page-root .match-feed-card [style*="background: rgba(255,255,255,0.03)"],html.light .page-root .match-feed-card [style*="background:rgba(255,255,255,0.03)"]{background:var(--bg-secondary)!important}html.light .page-root .match-feed-card [style*="border-top: 0.5px solid rgba(240,237,232"],html.light .page-root .match-feed-card [style*="borderTop: 0.5px solid rgba(240,237,232,0.06)"]{border-top-color:var(--border)!important}html.light .page-root .mc-join-slot{border-color:var(--accent-text)!important;color:var(--accent-text)!important;background:rgba(138,149,0,.06)!important}html.light .filter-pill,html.light .stats-strip{background:var(--bg-card)!important;border-color:var(--border)!important}html.light .filter-pill{color:var(--text-muted)!important}html.light .filter-pill.active{background:rgba(138,149,0,.1)!important;border-color:rgba(138,149,0,.3)!important}html.light .filter-pill.active,html.light .page-root [style*="color: #E8FF3C"][style*=OPEN],html.light .page-root [style*="letterSpacing: '0.15em'"]{color:var(--accent-text)!important}html.light .page-root [style*="background: rgba(232,255,60,0.1)"]{background:rgba(138,149,0,.1)!important;color:var(--accent-text)!important}html.light .urgent-section *{color:var(--text-primary)!important}html.light .urgent-card{background:var(--bg-card)!important;border-color:rgba(160,110,0,.25)!important}html.light .page-root [style*="borderLeft: '3px solid var(--accent)'"] *{color:var(--text-primary)!important}html.light .page-root .md-date{color:var(--text-muted)!important}html.light .page-root .md-time{color:var(--text-primary)!important}html.light .page-root .md-section-label{color:var(--accent-text)!important}html.light .page-root .md-player-name{color:var(--text-primary)!important}html.light .page-root .md-host-badge,html.light .page-root .md-tap-join{color:var(--accent-text)!important}html.light .page-root .md-vs{color:var(--text-muted-2)!important}html.light .page-root .md-join-slot{border-color:var(--accent-text)!important;color:var(--accent-text)!important;background:rgba(138,149,0,.06)!important}html.light .page-root .md-empty-slot{border-color:var(--border-strong)!important;color:var(--border-strong)!important}html.light .page-root .md-booking-desc,html.light .page-root .md-bottom-hint{color:var(--text-muted)!important}html.light .page-root .md-bottom-overlay{background:linear-gradient(to top,var(--bg-page) 60%,transparent)!important}html.light .page-root .md-join-btn{background:var(--accent-cta)!important;color:#0F0F0F!important}html.light .mc-time{color:var(--text-primary)!important}html.light .mc-level,html.light .mc-spots{color:inherit!important}html.light .mc-share{color:var(--text-muted-2)!important}html.light .mc-court-status{color:inherit!important;background:rgba(245,166,35,.1)!important;border-color:rgba(245,166,35,.25)!important}html.light .mc-team-label{color:var(--text-muted)!important}html.light .mc-team-a{color:var(--accent-text)!important}html.light .mc-vs{color:var(--text-muted-2)!important}html.light .mc-player-name{color:var(--text-primary)!important}html.light .mc-hint{color:var(--text-muted)!important}html.light .mc-venue{color:var(--text-primary)!important}html.light .mc-city{color:var(--text-muted)!important}html.light .mc-price{color:var(--accent-text)!important}html.light .mc-price-sub{color:var(--text-muted)!important}html.light .mc-join-slot{border-color:var(--accent-text)!important;color:var(--accent-text)!important;background:rgba(138,149,0,.06)!important}html.light .mc-join-slot:hover{border-color:var(--accent-text)!important;background:rgba(138,149,0,.12)!important}html.light .urgent-section{color:var(--text-primary)!important}html.light .urgent-section [style*="color: rgba(245,166,35"]{color:rgba(180,120,0,.9)!important}html.light .urgent-section [style*="background: rgba(245,166,35"]{background:rgba(245,166,35,.15)!important}html.light .mc-joined-text{color:var(--green-member)!important}html.light .shop-dark-card *,html.light .shop-dark-card [style*="color: #F0EDE8"],html.light .shop-dark-card [style*="color:#F0EDE8"]{color:#F0EDE8!important}html.light .shop-dark-card [style*="color: rgba(240,237,232"],html.light .shop-dark-card [style*="color:rgba(240,237,232"]{color:rgba(240,237,232,.55)!important}html.light .shop-dark-card [style*="color: #E8FF3C"],html.light .shop-dark-card [style*="color:#E8FF3C"]{color:#E8FF3C!important}html.light .shop-dark-card [style*="background: #E8FF3C"],html.light .shop-dark-card [style*="background:#E8FF3C"]{background:#E8FF3C!important;color:#0A0A0F!important}html.light .shop-dark-card [style*="background: #E8FF3C"] *,html.light .shop-dark-card [style*="background:#E8FF3C"] *{color:#0A0A0F!important}