:root{--lb-bg: #0f1923;--lb-surface: #1a2733;--lb-border: #2a3a4a;--lb-text: #e8eaed;--lb-text-dim: #8899aa;--lb-primary: #2e7d32;--lb-primary-light: #43a047;--lb-accent: #ffd600}[data-astro-cid-qw5dklun]{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--lb-bg);color:var(--lb-text);min-height:100vh}.leaderboard-app[data-astro-cid-qw5dklun]{min-height:100vh;display:flex;flex-direction:column}.lb-header[data-astro-cid-qw5dklun]{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:var(--lb-surface);border-bottom:1px solid var(--lb-border)}.header-left[data-astro-cid-qw5dklun]{display:flex;align-items:center;gap:.75rem}.club-logo[data-astro-cid-qw5dklun]{border-radius:6px}.header-title[data-astro-cid-qw5dklun] h1[data-astro-cid-qw5dklun]{font-size:clamp(1rem,2.5vw,1.6rem);font-weight:700;color:var(--lb-text);line-height:1.2}.header-subtitle[data-astro-cid-qw5dklun]{font-size:clamp(.85rem,2vw,1.3rem);color:var(--lb-primary-light);font-weight:500}.header-right[data-astro-cid-qw5dklun]{display:flex;align-items:center;gap:1rem}.status-indicator[data-astro-cid-qw5dklun]{display:flex;align-items:center;gap:.5rem;font-size:clamp(.8rem,1.5vw,1.1rem);color:var(--lb-text-dim)}.status-dot[data-astro-cid-qw5dklun]{width:8px;height:8px;border-radius:50%;background:var(--lb-text-dim)}.status-dot[data-astro-cid-qw5dklun].live{background:var(--lb-primary-light);animation:pulse 2s ease-in-out infinite}.status-dot[data-astro-cid-qw5dklun].error{background:#ef5350}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.fullscreen-btn[data-astro-cid-qw5dklun]{background:var(--lb-border);border:none;color:var(--lb-text);padding:.5rem;border-radius:8px;cursor:pointer;transition:background .2s;display:flex;align-items:center;justify-content:center}.fullscreen-btn[data-astro-cid-qw5dklun]:hover{background:var(--lb-primary)}.comp-selector[data-astro-cid-qw5dklun]{padding:.75rem 1.5rem;background:var(--lb-surface);border-bottom:1px solid var(--lb-border)}.comp-selector[data-astro-cid-qw5dklun] select[data-astro-cid-qw5dklun]{width:100%;max-width:400px;padding:.5rem 1rem;background:var(--lb-bg);color:var(--lb-text);border:1px solid var(--lb-border);border-radius:8px;font-family:inherit;font-size:.9rem;cursor:pointer}.lb-table-wrap[data-astro-cid-qw5dklun]{flex:1;display:flex;align-items:center;justify-content:center;overflow-x:auto;-webkit-overflow-scrolling:touch;padding:1rem 1.5rem}.lb-table[data-astro-cid-qw5dklun]{width:100%;max-width:1200px;border-collapse:collapse;font-size:clamp(1.1rem,2.8vw,1.7rem)}.lb-table[data-astro-cid-qw5dklun].fade-in{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:.6}to{opacity:1}}.lb-table[data-astro-cid-qw5dklun] th[data-astro-cid-qw5dklun]{text-align:left;padding:1rem 1.5rem;font-weight:600;color:var(--lb-text-dim);border-bottom:2px solid var(--lb-border);font-size:clamp(.95rem,2.2vw,1.4rem);text-transform:uppercase;letter-spacing:.5px}.lb-table[data-astro-cid-qw5dklun] td[data-astro-cid-qw5dklun]{padding:1rem 1.5rem;border-bottom:1px solid var(--lb-border)}.row-even[data-astro-cid-qw5dklun]{background:transparent}.row-odd[data-astro-cid-qw5dklun]{background:#ffffff08}.lb-table[data-astro-cid-qw5dklun] tbody[data-astro-cid-qw5dklun] tr[data-astro-cid-qw5dklun]:hover{background:#2e7d321f}.col-pos[data-astro-cid-qw5dklun]{width:60px;text-align:center;font-weight:700;color:var(--lb-accent)}.col-name[data-astro-cid-qw5dklun]{font-weight:500}.col-score[data-astro-cid-qw5dklun]{text-align:center;font-weight:700;font-size:clamp(1.3rem,3.5vw,2.2rem)}.col-thru[data-astro-cid-qw5dklun]{text-align:center;color:var(--lb-text-dim)}.col-round[data-astro-cid-qw5dklun]{text-align:center}.empty-state[data-astro-cid-qw5dklun]{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;text-align:center}.empty-icon[data-astro-cid-qw5dklun]{margin-bottom:1.5rem;color:var(--lb-text-dim);opacity:.5}.empty-state[data-astro-cid-qw5dklun] h2[data-astro-cid-qw5dklun]{font-size:clamp(1.1rem,3vw,1.5rem);margin-bottom:.5rem;color:var(--lb-text)}.empty-state[data-astro-cid-qw5dklun] p[data-astro-cid-qw5dklun]{font-size:clamp(.85rem,2vw,1rem);color:var(--lb-text-dim)}.loading-state[data-astro-cid-qw5dklun]{flex:1;display:flex;align-items:center;justify-content:center;gap:1rem;padding:3rem;color:var(--lb-text-dim)}.spinner[data-astro-cid-qw5dklun]{width:24px;height:24px;border:2px solid var(--lb-border);border-top-color:var(--lb-primary-light);border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:640px){.lb-header[data-astro-cid-qw5dklun]{padding:.75rem 1rem}.lb-table-wrap[data-astro-cid-qw5dklun],.lb-table[data-astro-cid-qw5dklun] th[data-astro-cid-qw5dklun],.lb-table[data-astro-cid-qw5dklun] td[data-astro-cid-qw5dklun]{padding:.5rem}.header-right[data-astro-cid-qw5dklun]{gap:.5rem}.status-text[data-astro-cid-qw5dklun]{display:none}}.lb-footer[data-astro-cid-qw5dklun]{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;background:var(--lb-surface);border-top:1px solid var(--lb-border);font-size:clamp(.9rem,1.8vw,1.2rem)}.footer-message[data-astro-cid-qw5dklun]{color:var(--lb-text-dim);font-style:italic}.footer-page[data-astro-cid-qw5dklun]{color:var(--lb-text-dim);font-weight:500;margin-left:auto}@media(min-width:1400px){.lb-header[data-astro-cid-qw5dklun]{padding:1.25rem 2rem}.club-logo[data-astro-cid-qw5dklun]{width:48px;height:48px}.header-left[data-astro-cid-qw5dklun]{gap:1rem}.lb-table[data-astro-cid-qw5dklun]{font-size:1.8rem;max-width:1400px}.lb-table[data-astro-cid-qw5dklun] th[data-astro-cid-qw5dklun]{font-size:1.3rem}.lb-table[data-astro-cid-qw5dklun] td[data-astro-cid-qw5dklun],.lb-table[data-astro-cid-qw5dklun] th[data-astro-cid-qw5dklun]{padding:1.2rem 1.75rem}.col-score[data-astro-cid-qw5dklun]{font-size:2.4rem}.col-pos[data-astro-cid-qw5dklun]{width:90px}.lb-table-wrap[data-astro-cid-qw5dklun]{padding:1.5rem 2rem}.lb-footer[data-astro-cid-qw5dklun]{padding:1rem 2rem;font-size:1.2rem}.empty-state[data-astro-cid-qw5dklun] h2[data-astro-cid-qw5dklun]{font-size:2rem}.empty-state[data-astro-cid-qw5dklun] p[data-astro-cid-qw5dklun]{font-size:1.2rem}.empty-icon[data-astro-cid-qw5dklun] svg[data-astro-cid-qw5dklun]{width:80px;height:80px}}@media(min-width:1800px){.lb-header[data-astro-cid-qw5dklun]{padding:1.5rem 3rem}.club-logo[data-astro-cid-qw5dklun]{width:56px;height:56px}.lb-table[data-astro-cid-qw5dklun]{font-size:2.2rem;max-width:1600px}.lb-table[data-astro-cid-qw5dklun] th[data-astro-cid-qw5dklun]{font-size:1.6rem;padding:1.4rem 2.25rem}.lb-table[data-astro-cid-qw5dklun] td[data-astro-cid-qw5dklun]{padding:1.4rem 2.25rem}.col-score[data-astro-cid-qw5dklun]{font-size:2.8rem}.col-pos[data-astro-cid-qw5dklun]{width:110px;font-size:2.2rem}.lb-table-wrap[data-astro-cid-qw5dklun]{padding:2rem 3rem}.lb-footer[data-astro-cid-qw5dklun]{padding:1.25rem 3rem;font-size:1.4rem}}
