:root{color:#1b241f;font-synthesis:none;text-rendering:optimizelegibility;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}*{box-sizing:border-box}body{min-width:320px;margin:0}button,input,textarea{font:inherit}:root{background:#f5f8fc}h1,h2,h3,h4,p{margin:0}h1{letter-spacing:0;font-size:1.65rem}h2{font-size:1.5rem;line-height:1.2}h3{font-size:1rem}.eyebrow{color:#49627d;letter-spacing:.06em;text-transform:uppercase;font-size:.72rem;font-weight:800}.muted{color:#5d6c80}button{color:#fff;cursor:pointer;background:#0e73c9;border:1px solid #0e73c9;border-radius:6px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:0 14px;font-weight:750;display:inline-flex}button:hover{background:#082a5e}button:disabled{cursor:wait;opacity:.65}label{color:#40526b;gap:6px;font-size:.84rem;font-weight:750;display:grid}input,textarea,select{color:#0b1e3a;background:#fff;border:1px solid #c0d7e7;border-radius:5px;min-height:44px;padding:10px}select{appearance:auto;width:100%}textarea{resize:vertical}form{gap:14px;margin-top:22px;display:grid}code{background:#eaf2f8;border-radius:4px;padding:2px 5px}.centered-state,.setup-page,.auth-page,.onboarding-page{background:#f5f8fc;justify-content:center;align-items:center;min-height:100vh;padding:24px;display:grid}.centered-state{color:#53657c}.error-state{text-align:center;gap:10px}.setup-page>section,.auth-panel,.onboarding-page>section{background:#fff;border:1px solid #d8e3ee;border-radius:8px;gap:16px;max-width:560px;padding:32px;display:grid}.setup-steps{grid-template-columns:28px 1fr;gap:8px;margin-top:8px;display:grid}.setup-steps span{color:#0e73c9;background:#d8eef9;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.78rem;font-weight:800;display:grid}.auth-page{background:#e9f2f8}.auth-panel{width:min(100%,440px)}.auth-options{background:#edf8fe;border:1px solid #dceaf3;border-radius:6px;grid-template-columns:repeat(3,1fr);gap:3px;padding:3px;display:grid}.auth-options button{color:#0a5fa8;background:0 0;border-color:#0000;min-height:36px;padding:0 4px;font-size:.78rem}.auth-options button:hover,.auth-options button.selected{color:#0b1e3a;background:#fff;border-color:#d4e6f0}.forgot-password{color:#0a5fa8;background:0 0;border-color:#0000;justify-content:flex-start;min-height:30px;padding:0;font-size:.82rem}.forgot-password:hover{color:#082a5e;background:0 0;text-decoration:underline}.cancel-setup{color:#0a5fa8;background:0 0;border-color:#0000;justify-content:flex-start;padding:0}.cancel-setup:hover{color:#082a5e;background:0 0;text-decoration:underline}.player-start-page{background:#f5f8fc;min-height:100vh}.player-start-page>header{color:#fff;background:#061b3e;justify-content:space-between;align-items:center;min-height:68px;padding:0 32px;display:flex}.player-start-page>section{gap:14px;max-width:700px;margin:0 auto;padding:88px 32px;display:grid}.player-start-page h1{font-size:clamp(2rem,5vw,3.5rem);line-height:1.04}.player-start-page .muted{max-width:630px;font-size:1.05rem}.player-start-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:18px;display:grid}.player-start-actions button{min-height:76px}.player-start-actions button:disabled{color:#8090a2;cursor:not-allowed;opacity:1;background:#e8f1f7;border-color:#d7e7f0}.player-start-actions .secondary-action{color:#0e73c9;background:#fff;border-color:#90c9eb}.player-start-actions .secondary-action:hover{background:#e8f6fe}.player-note,.signed-in-email{color:#5d6c80;font-size:.86rem}.sign-out-light{color:#d6e9f4;background:0 0;border-color:#0000;min-height:36px;padding:0}.sign-out-light:hover{color:#fff;background:0 0}.auth-logo{object-fit:contain;width:108px;height:108px;margin:0 0 18px;display:block}.player-dashboard{background:#f5f8fc;min-height:100vh}.player-dashboard>header{color:#fff;background:#061b3e;justify-content:space-between;align-items:center;min-height:68px;padding:0 32px;display:flex}.player-header-actions{color:#d6e9f4;align-items:center;gap:14px;font-size:.84rem;display:flex}.player-dashboard-content{max-width:1160px;margin:0 auto;padding:38px 32px 56px}.active-game-banner{color:#fff;background:#061b3e;border:1px solid #087fc5;border-radius:8px;grid-template-columns:minmax(190px,.55fr) 1fr;align-items:center;gap:18px;margin-bottom:20px;padding:18px 20px;display:grid}.active-game-banner .eyebrow{color:#59c6f6;margin-bottom:4px}.active-game-banner h2{font-size:1.1rem}.active-game-list{gap:8px;display:grid}.active-game-row{border-left:1px solid #3b638d;justify-content:space-between;align-items:center;gap:14px;padding-left:18px;display:flex}.active-game-row>div:not(.active-game-actions){flex:auto;gap:3px;min-width:0;display:grid}.active-game-row strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.active-game-row span{color:#c6e5f4;font-size:.8rem}.active-game-actions{white-space:nowrap;flex-flow:row;flex:none;align-items:center;gap:8px;display:flex}.active-game-actions button{color:#061b3e;background:#29b6f6;border-color:#29b6f6;min-height:38px;padding:0 12px}.active-game-actions button:hover:not(:disabled){background:#70d5fc;border-color:#70d5fc}.active-game-actions .delete-active-game{color:#fff;background:#b64336;border-color:#b64336;width:38px;padding:0}.active-game-actions .delete-active-game:hover:not(:disabled){color:#fff;background:#d4594b;border-color:#d4594b}.friend-live-banner{background:#fff;border:1px solid #87cdef;border-radius:8px;grid-template-columns:minmax(190px,.55fr) 1fr;align-items:center;gap:18px;margin-bottom:20px;padding:18px 20px;display:grid}.friend-live-banner .eyebrow{color:#087fc5;margin-bottom:4px}.friend-live-banner h2{font-size:1.1rem}.friend-live-list{gap:8px;display:grid}.friend-live-row{border-left:1px solid #d4e5f0;justify-content:space-between;align-items:center;gap:14px;padding-left:18px;display:flex}.friend-live-row>div{flex:auto;gap:3px;min-width:0;display:grid}.friend-live-row strong{color:#0b1e3a;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.friend-live-row span{color:#5d6c80;font-size:.8rem}.friend-live-row button{color:#0a5fa8;background:#edf8fe;border-color:#87cdef;flex:none;min-height:38px;padding:0 12px}.friend-live-row button:hover{background:#ddf3fd;border-color:#29b6f6}.account-settings-page{max-width:760px;margin:0 auto;padding:38px 32px 56px}.account-setting-panel{background:#fff;border:1px solid #d8e3ee;border-radius:8px;gap:22px;padding:24px;display:grid}.account-setting-panel+.account-setting-panel{margin-top:16px}.account-details-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.account-details-wide{grid-column:span 2}.account-setting-panel>button{width:100%}.account-setting-panel h2{font-size:1.1rem}.account-setting-panel p{color:#5d6c80;margin-top:6px}.privacy-checkbox{background:#f6fafd;border:1px solid #e2ecf3;border-radius:6px;align-items:center;gap:12px;padding:14px;display:flex}.privacy-checkbox input{accent-color:#0e73c9;width:20px;height:20px;min-height:auto}.privacy-checkbox span{gap:3px;font-weight:750;display:grid}.privacy-checkbox small{color:#5d6c80;font-size:.8rem;font-weight:400}.admin-member-panel>button{width:100%}.admin-match-list{border-top:1px solid #e1eaf2;display:grid}.admin-match-row{border-bottom:1px solid #e1eaf2;align-items:center;gap:10px;padding:10px 0;display:flex}.admin-match-link{color:#0b1e3a;text-align:left;background:0 0;border:0;flex:auto;justify-content:space-between;align-items:center;min-width:0;padding:0;display:flex}.admin-match-link:hover{color:#0a5fa8;background:0 0}.admin-match-link span{gap:3px;min-width:0;display:grid}.admin-match-link strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.admin-match-link small{color:#5d6c80;font-size:.76rem}.admin-match-link b{color:#0e73c9;flex:none;margin-left:12px;font-size:.9rem}.admin-match-delete{color:#fff;background:#b64336;border-color:#b64336;flex:none;width:34px;height:34px;min-height:34px;padding:0}.admin-match-delete:hover:not(:disabled){background:#d4594b;border-color:#d4594b}.player-dashboard-heading{justify-content:space-between;align-items:flex-end;margin-bottom:20px;display:flex}.player-dashboard-heading .eyebrow{margin-bottom:5px}.create-org-button{min-height:42px}.player-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.player-stat{background:#fff;border:1px solid #d8e3ee;border-radius:8px;gap:5px;padding:18px;display:grid}.player-stat svg{color:#087fc5}.player-stat span{color:#5d6c80;font-size:.8rem;font-weight:750}.player-stat strong{font-size:1.55rem;line-height:1.1}.player-stat small{color:#6c7a8c;font-size:.74rem}.player-stat-primary{background:#061b3e;border-color:#061b3e}.player-stat-primary svg{color:#1cb8f4}.player-stat-primary span,.player-stat-primary small{color:#c6e5f4}.player-stat-primary strong{color:#fff;font-size:1.8rem}.player-dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:16px;display:grid}.dashboard-panel{background:#fff;border:1px solid #d8e3ee;border-radius:8px;min-height:240px;padding:20px}.dashboard-panel-wide{grid-column:span 2;min-height:180px}.panel-title{justify-content:space-between;align-items:flex-start;display:flex}.panel-title .eyebrow{margin-bottom:5px}.panel-title>span{color:#49627d;background:#edf8fe;border-radius:4px;padding:4px 7px;font-size:.76rem;font-weight:800}.empty-trend,.empty-list{color:#607189;text-align:center;place-items:center;min-height:150px;padding:20px;display:grid}.empty-trend svg,.empty-list svg{color:#29b6f6}.empty-trend p,.empty-list p{max-width:320px}.empty-list{align-content:center;gap:9px;min-height:144px}.empty-list button{color:#8090a2;cursor:not-allowed;background:#e8f1f7;border-color:#d7e7f0;min-height:36px}.live-score-start{gap:16px;margin-top:26px;display:grid}.live-score-start p{color:#5d6c80}.dashboard-new-game-action{width:100%}.player-dashboard:not(.game-setup-page) .live-score-start>:not(.dashboard-new-game-action),.game-setup-page .dashboard-new-game-action,.game-setup-page .player-stat-grid,.game-setup-page .create-org-button,.game-setup-page .player-dashboard-grid>.dashboard-panel:not(.live-scoring-panel){display:none}.game-setup-page .player-dashboard-grid{grid-template-columns:minmax(0,720px)}.opponent-mode{background:#edf8fe;border:1px solid #dceaf3;border-radius:6px;grid-template-columns:1fr 1fr;gap:3px;padding:3px;display:grid}.game-format-picker{grid-template-columns:1fr 1fr;gap:10px;display:grid}.game-format-picker button{min-height:68px}.game-format-picker button:last-child{color:#0e73c9;background:#fff;border-color:#90c9eb}.doubles-setup-notice{background:#fff8e5;border:1px solid #e4d29a;border-radius:6px;gap:8px;padding:14px;display:grid}.doubles-setup-notice p{color:#695d38;font-size:.84rem}.doubles-setup-notice>button{justify-self:stretch;width:100%;min-height:44px}.doubles-setup-notice label{width:100%}.opponent-mode button{color:#0a5fa8;background:0 0;border-color:#0000;min-height:38px}.opponent-mode button.selected{color:#0b1e3a;background:#fff;border-color:#d4e6f0}.friends-panel{gap:11px;margin-top:18px;display:grid}.friends-panel>button{justify-self:start}.social-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:28px;margin-top:18px;display:grid}.social-grid .friends-panel{grid-column:span 2;margin-top:0}.social-grid .friends-panel>button{justify-self:stretch;width:100%}.friend-activity{border-left:1px solid #e1eaf2;padding-left:28px}.friend-activity .panel-title h3{font-size:1rem}.friend-results-list{gap:8px;margin-top:12px;display:grid}.friend-results-list article{background:#f8fbfe;border:1px solid #e1eaf2;border-radius:6px;justify-content:space-between;align-items:center;padding:11px;display:flex}.friend-results-list article div{gap:3px;display:grid}.friend-results-list article span{color:#5d6c80;font-size:.8rem}.friend-results-list article>strong{color:#0e73c9}.friend-tournaments{border-left:1px solid #e1eaf2;padding-left:28px}.friend-tournament-list{gap:8px;margin-top:12px;display:grid}.friend-tournament-list article{background:#f8fbfe;border:1px solid #e1eaf2;border-radius:6px;justify-content:space-between;align-items:center;gap:16px;padding:11px;display:flex}.friend-tournament-list article div{gap:3px;display:grid}.friend-tournament-list article span{color:#5d6c80;font-size:.8rem}.friend-tournament-list article p{color:#0e73c9;text-align:right;font-size:.84rem;font-weight:750}.friend-request{background:#f6fafd;border:1px solid #e2ecf3;border-radius:6px;justify-content:space-between;align-items:center;gap:10px;padding:10px;font-size:.84rem;display:flex}.friend-request button{min-height:34px;padding:0 10px}.friend-summary{color:#5d6c80;font-size:.82rem}.friends-list{border-top:1px solid #e1eaf2;display:grid}.friend-list-row{border-bottom:1px solid #e1eaf2;justify-content:space-between;align-items:center;gap:12px;padding:10px 0;display:flex}.friend-list-row>div{gap:2px;min-width:0;display:grid}.friend-list-row strong{color:#0b1e3a;text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;overflow:hidden}.friend-list-row span{color:#5d6c80;font-size:.78rem}.friend-remove{color:#a53b31;background:#fff;border-color:#d7e4ed;flex:none;width:34px;height:34px;min-height:34px;padding:0}.friend-remove:hover:not(:disabled){background:#fbecea;border-color:#d6a39b}.result-filters{background:#edf8fe;border:1px solid #dceaf3;border-radius:6px;gap:3px;width:fit-content;margin-top:16px;padding:3px;display:flex}.result-filters button{color:#0a5fa8;background:0 0;border-color:#0000;min-height:34px;padding:0 12px}.result-filters button.selected{color:#0b1e3a;background:#fff;border-color:#d4e6f0}.recent-results{gap:8px;margin-top:14px;display:grid}.recent-results article{background:#f8fbfe;border:1px solid #e1eaf2;border-radius:6px;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;padding:11px;display:grid}.result-mark{border-radius:4px;justify-content:center;align-items:center;width:30px;height:30px;font-size:.76rem;font-weight:900;display:grid}.result-mark.win{color:#0e73c9;background:#dcebdd}.result-mark.loss{color:#98422d;background:#f1e3df}.recent-results h3{font-size:.9rem}.recent-results p{color:#5d6c80;margin-top:2px;font-size:.78rem}.recent-results strong{color:#0e73c9}.recent-result{color:#0b1e3a;text-align:left;background:#f8fbfe;border-color:#e1eaf2;grid-template-columns:34px 1fr auto;gap:10px;width:100%;padding:11px;display:grid}.recent-result:hover{background:#eef9ff;border-color:#8ed4f7}.game-summary-page{background:#f5f8fc;min-height:100vh;overflow-x:hidden}.game-summary-page>header{color:#d6e9f4;background:#061b3e;justify-content:space-between;align-items:center;min-height:62px;padding:0 32px;display:flex}.game-summary-content{max-width:1040px;margin:0 auto;padding:32px 24px 56px}.game-summary-content,.game-summary-content>section,.game-summary-content>div{box-sizing:border-box;width:100%;min-width:0}.summary-date{color:#5d6c80;margin-top:6px;font-size:.84rem}.game-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:16px;display:grid}.game-player-summary{background:#fff;border:1px solid #d8e3ee;border-radius:8px;padding:18px}.summary-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:14px;display:grid}.summary-stat-grid span{background:#f7fbfe;border:1px solid #e2ecf3;border-radius:5px;gap:3px;min-height:64px;padding:8px;display:grid}.summary-stat-grid small{color:#5d6c80;font-size:.68rem;font-weight:750}.summary-stat-grid strong{color:#0e73c9;font-size:.95rem}.summary-stat-grid .ciq-positive{background:#dcebdd;border-color:#b7e5fa}.summary-stat-grid .ciq-positive strong{color:#0e73c9}.summary-stat-grid .ciq-negative{background:#f3e1dc;border-color:#e3bcb1}.summary-stat-grid .ciq-negative strong{color:#98422d}.summary-round-table{margin-top:16px;display:grid}.summary-round-row{border-bottom:1px solid #e7eff5;grid-template-columns:64px 1fr 124px 1fr;align-items:center;gap:8px;padding:11px 8px;font-size:.84rem;display:grid}.summary-round-header{color:#5d6c80;text-transform:uppercase;font-size:.74rem;font-weight:800}.summary-round-row small{color:#718095;font-size:.72rem}.summary-round-row strong{color:#0e73c9}.summary-round-row>:nth-child(3){text-align:center}.summary-round-row>:nth-child(4){text-align:right}.summary-round-row .round-dominant{color:#0e73c9;background:#dcebdd;border-radius:4px;padding:5px}.summary-round-row .round-catastrophic{color:#98422d;background:#f3e1dc;border-radius:4px;padding:5px}.summary-round-row .round-dominant small,.summary-round-row .round-catastrophic small{color:inherit}.game-charts{gap:16px;width:100%;min-width:0;margin-top:16px;display:grid}.chart-panel{box-sizing:border-box;background:#fff;border:1px solid #d8e3ee;border-radius:8px;width:100%;min-width:0;padding:18px}.chart-key{flex-wrap:wrap;gap:10px;margin-top:12px;display:flex}.chart-key span{align-items:center;gap:5px;font-size:.74rem;font-weight:800;display:flex}.chart-key span:before{content:"";border-radius:2px;width:10px;height:10px}.chart-key .team-a:before{background:#087fc5}.chart-key .team-b:before{background:#b56e38}.line-graph{width:100%;min-width:0;max-width:100%;margin-top:10px;overflow-x:auto}.line-graph svg{width:100%;min-width:580px;display:block}.graph-axis{stroke:#b2beca;stroke-width:1px}.graph-grid{stroke:#e0ebf3;stroke-dasharray:3 4;stroke-width:1px}.graph-label{fill:#5d6c80;font-size:11px;font-weight:700}.graph-line{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:3px}.graph-line.team-a{stroke:#087fc5}.graph-line.team-b{stroke:#b56e38}.graph-dot.team-a{fill:#087fc5}.graph-dot.team-b{fill:#b56e38}.graph-dot{cursor:pointer;stroke:#fff;stroke-width:2px}.graph-dot:focus{stroke:#0b1e3a;stroke-width:3px;outline:none}.graph-tooltip{pointer-events:none}.graph-tooltip rect{fill:#0b1e3a;opacity:.94}.graph-tooltip text{fill:#fff;font-size:10px;font-weight:800}.bag-stat-line{background:#f6fafd;border:1px solid #e2ecf3;border-radius:6px;grid-template-columns:repeat(4,1fr);gap:6px;margin-top:18px;padding:12px;display:grid}.bag-stat-line span{color:#5d6c80;gap:2px;font-size:.76rem;display:grid}.bag-stat-line strong{color:#0e73c9;font-size:1.2rem}.live-score-page{background:#f5f8fc;min-height:100vh}.live-score-page>header{color:#d6e9f4;background:#061b3e;justify-content:space-between;align-items:center;min-height:62px;padding:0 32px;display:flex}.back-button{color:#fff;background:0 0;border-color:#0000;min-height:36px;padding:0}.back-button:hover{background:0 0;text-decoration:underline}.live-header-actions{align-items:center;gap:12px;display:flex}.cancel-game-button{color:#ffe3dc;background:0 0;border-color:#e1a99b;min-height:34px;padding:0 10px}.cancel-game-button:hover{background:#6c3126;border-color:#f0b6a7}.live-score-content{flex-direction:column;max-width:900px;margin:0 auto;padding:32px 24px 56px;display:flex}.live-score-content>.live-score-heading{order:1}.live-score-content>.score-banner{order:2}.live-score-content>.round-entry{order:3}.live-score-content>.live-match-summary{order:4}.live-score-content>.live-game-stats{order:5}.live-score-content>.result-confirmation{order:6}.live-score-content>.notice{order:7}.live-score-content>.round-history{order:8}.live-score-content>.game-charts{order:9}.live-score-heading{justify-content:space-between;align-items:flex-end;margin-bottom:18px;display:flex}.live-score-heading .eyebrow{margin-bottom:5px}.game-status{color:#0e73c9;text-transform:capitalize;background:#dcebdd;border-radius:4px;padding:5px 8px;font-size:.78rem;font-weight:800}.game-status.complete{color:#53657c;background:#ebf2f7}.game-status.confirmation{color:#765a12;background:#f3ead1}.score-banner{color:#fff;text-align:center;background:#061b3e;border-radius:8px;grid-template-columns:1fr auto 1fr;align-items:center;min-height:224px;margin-bottom:18px;padding:28px 24px;display:grid}.score-banner div{gap:4px;display:grid}.score-banner span{color:#c6e5f4;font-size:.95rem;font-weight:750}.score-banner>div>strong{font-size:10.5rem;line-height:.78}.score-banner p{color:#c6e5f4;gap:5px;padding:0 20px;font-size:.8rem;font-weight:750;display:grid}.score-banner p strong{color:#fff;font-size:1rem}.score-banner p span{text-transform:uppercase;font-size:.7rem}.live-game-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:18px;display:grid}.player-game-stats{background:#fff;border:1px solid #d8e3ee;border-radius:8px;padding:15px}.player-game-stats h3{text-overflow:ellipsis;white-space:nowrap;margin-bottom:12px;overflow:hidden}.player-game-stats>div{grid-template-columns:repeat(4,1fr);display:grid}.player-game-stats span{border-right:1px solid #e3ebf3;gap:2px;padding:2px 8px;display:grid}.player-game-stats span:last-child{border-right:0}.player-game-stats small{color:#5d6c80;font-size:.72rem;font-weight:750}.player-game-stats strong{color:#0e73c9;font-size:1.2rem}.round-entry,.round-history{background:#fff;border:1px solid #d8e3ee;border-radius:8px;margin-top:16px;padding:20px}.live-score-content>.round-entry{margin-bottom:18px}.round-input-grid{grid-template-columns:1fr .7fr 1fr;align-items:stretch;gap:12px;margin:18px 0;display:grid}.doubles-round-input-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bag-inputs{border:1px solid #d8e3ee;border-radius:6px;gap:10px;margin:0;padding:12px;display:grid}.bag-inputs legend{color:#0b1e3a;padding:0 4px;font-size:.9rem;font-weight:800}.bag-count-picker{gap:5px;display:grid}.bag-count-picker>span{color:#5d6c80;font-size:.76rem;font-weight:800}.bag-count-picker>div{grid-template-columns:repeat(5,minmax(0,1fr));gap:5px;display:grid}.bag-count-picker button{color:#0b1e3a;background:#f7fbfe;border-color:#d0e2ed;min-height:42px;padding:0}.bag-count-picker button:hover{background:#e5f4fb;border-color:#59c6f6}.bag-count-picker button.selected{color:#fff;background:#0e73c9;border-color:#0e73c9}.bag-count-picker button:disabled{color:#a7b4c2;cursor:not-allowed;opacity:1;background:#f4f8fc;border-color:#e4ecf4}.bag-count-picker button.selected:disabled{color:#fff;background:#0e73c9;border-color:#0e73c9}.round-preview{text-align:center;background:#edf8fe;border:1px solid #d8edf8;border-radius:6px;align-content:center;justify-items:center;gap:4px;padding:12px;display:grid}.round-preview span,.round-preview small{color:#49627d;font-size:.75rem;font-weight:700}.round-preview strong{color:#0e73c9;font-size:1.05rem}.round-actions{flex-wrap:wrap;align-items:center;gap:10px;margin-top:16px;display:flex}.finish-button{color:#0e73c9;background:#fff;border-color:#90c9eb}.finish-button:hover{background:#e8f6fe}.result-confirmation{background:#fff8e5;border:1px solid #e4d29a;border-radius:8px;justify-content:space-between;align-items:center;gap:18px;margin-top:16px;padding:20px;display:flex}.result-confirmation .eyebrow{color:#765a12;margin-bottom:5px}.result-confirmation p:last-child{color:#695d38;margin-top:5px}.round-table{margin-top:16px;display:grid}.round-table-row{border-bottom:1px solid #e7eff5;grid-template-columns:72px 1fr 76px 1fr;gap:8px;padding:11px 8px;font-size:.86rem;display:grid}.round-table-header{color:#5d6c80;text-transform:uppercase;font-size:.74rem;font-weight:800}.round-table-row strong{color:#0e73c9}.round-table-row small{color:#718095;margin-top:2px;font-size:.72rem;display:block}.round-table-row>:nth-child(3){text-align:center}.round-table-row>:nth-child(4){text-align:right}.notice{color:#0e73c9;font-size:.88rem;font-weight:700}.field-error{color:#b42318;margin-top:-8px;font-size:.8rem}.app-layout{grid-template-columns:244px 1fr;min-height:100vh;display:grid}aside{color:#fff;background:#061b3e;flex-direction:column;min-height:100vh;padding:24px 14px;display:flex}.logo{width:122px;padding:0 10px;display:block}.logo img{filter:brightness(0)invert();width:100%;height:auto;display:block}.logo-home{color:inherit;text-decoration:none}.logo-home:hover{color:#d6e9f4}.organization-name{color:#bbd6e8;text-overflow:ellipsis;white-space:nowrap;margin:4px 10px 28px;font-size:.82rem;overflow:hidden}nav{gap:4px;display:grid}nav a{color:#d6e9f4;border-radius:6px;align-items:center;gap:10px;min-height:42px;padding:0 10px;font-size:.9rem;font-weight:700;text-decoration:none;display:flex}nav a:hover,nav a.active{color:#fff;background:#0a5fa8}.sign-out{color:#d6e9f4;background:0 0;border-color:#0000;justify-content:flex-start;margin-top:auto}.sign-out:hover{background:#0a5fa8}.workspace-main{min-width:0}.workspace-main>header{background:#fff;border-bottom:1px solid #dae6ef;justify-content:space-between;align-items:center;min-height:82px;padding:16px 32px;display:flex}.workspace-main>header>span{color:#5d6c80;font-size:.85rem}.page{max-width:1160px;margin:0 auto;padding:36px 32px}.page-heading{justify-content:space-between;align-items:flex-end;margin-bottom:22px;display:flex}.page-heading .eyebrow{margin-bottom:5px}.metric-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.metric{background:#fff;border:1px solid #d8e3ee;border-radius:8px;gap:8px;padding:18px;display:grid}.metric svg{color:#087fc5}.metric span{color:#5d6c80;font-size:.84rem;font-weight:700}.metric strong{font-size:1.45rem}.next-step{background:#e8f6fe;border:1px solid #d1e8f4;border-radius:8px;align-items:flex-start;gap:12px;margin-top:20px;padding:18px;display:flex}.next-step svg{color:#0e73c9;flex:none}.next-step p{color:#50617a;margin-top:4px}.venue-layout{grid-template-columns:minmax(300px,.8fr) minmax(0,1.2fr);gap:18px;display:grid}.panel{background:#fff;border:1px solid #d8e3ee;border-radius:8px;padding:20px}.venue-list{gap:10px;margin-top:16px;display:grid}.venue-list article{background:#f8fbfe;border:1px solid #e1eaf2;border-radius:6px;justify-content:space-between;align-items:start;padding:14px;display:flex}.venue-list h4{margin:0 0 4px}.venue-list p,.venue-list small{color:#5d6c80;font-size:.85rem;display:block}.venue-list strong{color:#0e73c9;white-space:nowrap;font-size:.86rem}@media (width<=760px){.app-layout{grid-template-columns:1fr}aside{min-height:auto;padding:16px}.organization-name{margin-bottom:14px}nav{display:flex;overflow-x:auto}nav a{flex:none}.sign-out{display:none}.workspace-main>header{padding:14px 18px}.workspace-main>header>span{display:none}.page{padding:24px 16px}.metric-grid,.venue-layout{grid-template-columns:1fr}.setup-page>section,.auth-panel,.onboarding-page>section{padding:24px}.player-start-page>header{padding:0 16px}.player-start-page>section{padding:56px 16px}.player-start-actions{grid-template-columns:1fr}.player-dashboard>header{padding:0 16px}.player-header-actions>span{display:none}.player-dashboard-content{padding:26px 16px 40px}.active-game-banner{grid-template-columns:1fr;align-items:stretch;padding:16px}.active-game-row{border-top:1px solid #3b638d;border-left:0;padding:12px 0 0}.friend-live-banner{grid-template-columns:1fr;align-items:stretch;padding:16px}.friend-live-row{border-top:1px solid #d4e5f0;border-left:0;padding:12px 0 0}.player-dashboard-heading{flex-direction:column;align-items:flex-start;gap:14px}.player-stat-grid,.player-dashboard-grid{grid-template-columns:1fr}.dashboard-panel-wide{grid-column:span 1}.social-grid{grid-template-columns:1fr}.social-grid .friends-panel{grid-column:span 1}.friend-activity,.friend-tournaments{border-top:1px solid #e1eaf2;border-left:0;padding-top:20px;padding-left:0}.friend-tournament-list article{flex-direction:column;align-items:flex-start}.friend-tournament-list article p{text-align:left}.account-details-grid{grid-template-columns:1fr}.account-details-wide{grid-column:span 1}.live-score-page>header{padding:0 16px}.live-score-page>header>span,.live-header-actions>span{display:none}.live-score-content{padding:24px 16px 40px}.live-score-heading{flex-direction:column;align-items:flex-start;gap:10px}.score-banner{min-height:208px;padding:18px 8px}.score-banner>div>strong{font-size:6.5rem}.score-banner p{padding:0 8px}.live-game-stats,.bag-stat-line,.round-input-grid{grid-template-columns:1fr}.round-table-row{grid-template-columns:42px 1fr 48px 1fr;font-size:.76rem}.result-confirmation{flex-direction:column;align-items:flex-start}.game-summary-page>header{padding:0 16px}.game-summary-page>header>span{display:none}.game-summary-content{padding:24px 16px 40px}.game-summary-grid,.game-charts{grid-template-columns:1fr}.summary-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.summary-round-row{grid-template-columns:38px 1fr 60px 1fr;font-size:.75rem}}@media (width<=900px){.game-summary-content{padding:24px 16px 40px}.game-summary-grid{grid-template-columns:1fr}}
