@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";.sm-backdrop{position:fixed;inset:0;z-index:1000;background:#0f0f128c;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:flex-end;justify-content:center;animation:sm-fade .18s ease-out}@keyframes sm-fade{0%{opacity:0}to{opacity:1}}.sm-sheet{position:relative;width:100%;max-width:420px;background:var(--card-bg, #fff);border-radius:22px 22px 0 0;padding:22px 20px calc(20px + env(safe-area-inset-bottom));box-shadow:0 -8px 40px #00000040;animation:sm-rise .26s cubic-bezier(.22,1,.36,1)}@keyframes sm-rise{0%{transform:translateY(100%)}to{transform:translateY(0)}}.sm-close{position:absolute;top:12px;right:14px;width:32px;height:32px;min-width:32px;min-height:32px;border:none;border-radius:50%;background:#0000000d;color:var(--text-secondary, #666);font-size:1.4rem;line-height:1;cursor:pointer;transition:background .15s;display:flex;align-items:center;justify-content:center;padding:0;flex-shrink:0;z-index:2}.sm-close:hover{background:#0000001a}@media(max-width:420px){.sm-close{top:calc(10px + env(safe-area-inset-top,0px));right:12px}}.sm-head{text-align:center;margin-bottom:14px;padding:0 28px}.sm-title{font-size:1.25rem;font-weight:800;color:var(--text, #1a1a1a);letter-spacing:-.01em;text-wrap:balance}.sm-wins{color:var(--share-accent, #3f51b5)}.sm-sub{font-size:.82rem;color:var(--text-secondary, #666);margin-top:4px}.sm-sub strong{color:var(--text, #1a1a1a)}.sm-preview{width:232px;aspect-ratio:1080 / 1920;margin:0 auto 16px;border-radius:16px;overflow:hidden;background:#0b0b0d;border:1px solid rgba(0,0,0,.12);box-shadow:0 8px 28px #00000042}.sm-preview-img{width:100%;height:100%;object-fit:contain;display:block}.sm-reload{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#0000004d}.sm-preview{position:relative}.sm-themes{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;margin-bottom:16px}.sm-theme{display:inline-flex;align-items:center;gap:7px;padding:7px 12px 7px 9px;border-radius:999px;border:1.5px solid var(--card-border, #e0e0e0);background:var(--card-bg, #fff);color:var(--text-secondary, #666);font-size:.82rem;font-weight:600;cursor:pointer;transition:border-color .15s,color .15s,transform .1s}.sm-theme:active{transform:scale(.97)}.sm-theme.is-active{border-color:var(--share-accent, #3f51b5);color:var(--text, #1a1a1a)}.sm-theme-swatch{width:16px;height:16px;border-radius:50%;border:1px solid rgba(0,0,0,.12);flex-shrink:0}.sm-theme-dark .sm-theme-swatch{background:#000}.sm-theme-light .sm-theme-swatch{background:#f4f4f5}.sm-theme-blue .sm-theme-swatch{background:linear-gradient(135deg,#26348f,#0f1642)}.sm-theme-court .sm-theme-swatch{background:linear-gradient(135deg,#17654a,#0a3626)}.sm-skeleton,.sm-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.sm-fallback{color:#ffffffb3;font-size:.8rem;text-align:center;padding:0 14px}.sm-spinner{width:26px;height:26px;border:3px solid rgba(255,255,255,.2);border-top-color:var(--share-accent, #3f51b5);border-radius:50%;animation:sm-spin .7s linear infinite}@keyframes sm-spin{to{transform:rotate(360deg)}}.sm-actions{display:flex;flex-direction:column;gap:10px}.sm-row{display:flex;gap:10px}.sm-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 16px;border-radius:14px;font-size:.95rem;font-weight:700;cursor:pointer;border:1px solid transparent;transition:transform .1s,opacity .15s,background .15s}.sm-btn:active{transform:scale(.98)}.sm-btn:disabled{opacity:.5;cursor:default}.sm-btn-primary{background:var(--share-accent, #3f51b5);color:#fff}.sm-btn-primary:hover:not(:disabled){opacity:.92}.sm-btn-ghost{background:#0000000a;color:var(--text, #1a1a1a);border-color:var(--card-border, #e0e0e0)}.sm-btn-ghost:hover{background:#00000012}@media(min-width:520px){.sm-backdrop{align-items:center}.sm-sheet{border-radius:22px}}@media(prefers-reduced-motion:reduce){.sm-backdrop,.sm-sheet{animation:none}.sm-spinner{animation-duration:1.4s}}:root{--bg: #ececec;--card-bg: #ffffff;--card-border: #e0e0e0;--text: #1a1a1a;--text-secondary: #666;--text-muted: #999;--winner-bg: #ede8f5;--green: #4caf50;--live-blue: #3f51b5;--accent: #FF6F36;--radius: 10px;--shadow: 0 2px 8px rgba(0,0,0,.08)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden;max-width:100vw}html{overflow-x:hidden;max-width:100vw}.tournament-header{background:#fff;border-bottom:1px solid var(--card-border);padding:18px 28px;position:sticky;top:0;z-index:100}.th-inner{max-width:1400px;margin:0 auto;display:flex;align-items:center;gap:10px;flex-wrap:nowrap}.th-ace-logo{height:56px;width:auto;object-fit:contain;flex-shrink:0}.th-name{font-size:1.4rem;font-weight:800;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.th-spacer{flex:1}.th-clock{font-size:2rem;font-weight:800;color:#000;font-variant-numeric:tabular-nums;letter-spacing:1px}.th-live-btn{display:none;align-items:center;gap:7px;background:var(--live-blue);color:#fff;border:none;padding:10px 22px;border-radius:24px;font-size:.88rem;font-weight:700;cursor:default;letter-spacing:.3px}.th-live-btn.visible{display:flex}.th-logo{display:flex;align-items:center;flex-shrink:0;padding-left:12px;border-left:2px solid var(--card-border);margin-left:4px}.th-logo-img{height:28px;width:auto;display:block;object-fit:contain}.th-live-dot{width:9px;height:9px;background:#fff;border-radius:50%;animation:livePulse 1.5s ease-in-out infinite}@keyframes livePulse{0%,to{opacity:1}50%{opacity:.4}}.offline-banner{background:#c0392b;color:#fff;text-align:center;padding:8px;font-size:.85rem;font-weight:600;display:none}.offline-banner.show{display:block}.main{max-width:1400px;margin:0 auto;padding:24px 28px 95px}.filter-tabs{display:flex;gap:10px;margin-bottom:24px}.tab-btn{flex:1;justify-content:center;border:2px solid var(--live-blue);background:transparent;color:var(--live-blue);padding:9px 22px;border-radius:24px;font-size:.92rem;font-weight:700;font-family:inherit;cursor:pointer;transition:background .15s,color .15s;display:flex;align-items:center;gap:8px;white-space:nowrap}.tab-btn:hover{background:#3f51b514}.tab-btn.active{background:var(--live-blue);color:#fff}.tab-btn .tab-count{font-size:.78rem;font-weight:700;background:#ffffff40;padding:1px 7px;border-radius:10px;line-height:1.4}.tab-btn:not(.active) .tab-count{background:#3f51b51f}.courts-grid,.history-grid{display:grid;grid-template-columns:repeat(2,1fr);align-items:start;gap:24px}.venue-section{margin-bottom:30px}.venue-section:last-child{margin-bottom:0}.venue-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 2px 10px;margin-bottom:14px;border-bottom:2px solid #3f51b5}.venue-name{font-size:1.05rem;font-weight:800;letter-spacing:.01em;color:var(--text, #16161a)}.venue-live{font-size:.74rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#3f51b5;background:#eef0ff;padding:3px 10px;border-radius:12px;white-space:nowrap}.history-empty{text-align:center;padding:80px 20px;color:var(--text-muted);grid-column:1 / -1}.history-empty .es-icon{font-size:3rem;margin-bottom:12px;opacity:.3}.history-empty .es-title{font-size:1.15rem;font-weight:700;color:var(--text-secondary);margin-bottom:6px}.history-empty .es-desc{font-size:.9rem}.time-ago{font-size:.82rem;color:var(--text-muted);font-weight:500}.court-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:14px;overflow:hidden;box-shadow:0 1px 2px #1018280a,0 4px 16px #1018280f;transition:box-shadow .2s,transform .2s;display:flex;flex-direction:column}.court-card:hover{box-shadow:0 2px 4px #1018280f,0 8px 24px #1018281a}.court-card.court-live{box-shadow:0 1px 2px #1018280a,0 6px 22px #3f51b51f}.court-card.court-empty{opacity:.6;box-shadow:0 1px 2px #10182808}.cc-top{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 14px 0}.cc-top .cc-court-name{font-size:1rem;font-weight:800;letter-spacing:-.01em;color:var(--text)}.cc-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:2px 14px 7px;border-bottom:1px solid var(--card-border)}.cc-meta-cat{font-size:.78rem;font-weight:600;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.cc-meta-round{font-size:.72rem;font-weight:800;color:#3f51b5;background:#eef0fb;padding:2px 9px;border-radius:20px;white-space:nowrap;flex-shrink:0}.cc-top-time{font-size:.78rem;font-weight:600;color:var(--text-muted);white-space:nowrap;flex-shrink:0}.cc-meta-right{display:flex;align-items:center;gap:6px;flex-shrink:0}.cc-meta-outcome{font-size:.72rem;font-weight:800;color:#b45309;background:#fff3e0;padding:2px 9px;border-radius:20px;white-space:nowrap}.cc-foot.cc-foot-end{justify-content:flex-end}.cc-timer{display:inline-flex;align-items:center;gap:5px;font-size:.8rem;font-weight:600;color:var(--text-secondary);flex-shrink:0;font-variant-numeric:tabular-nums;white-space:nowrap}.cc-timer svg{opacity:.75}.cc-pill{display:inline-flex;align-items:center;gap:6px;font-size:.72rem;font-weight:800;letter-spacing:.04em;padding:4px 10px;border-radius:20px;flex-shrink:0}.cc-pill-live{background:#fdecec;color:#d32f2f}.cc-pill-live .cc-dot{width:7px;height:7px;border-radius:50%;background:#d32f2f;animation:cc-blink 1.4s ease-in-out infinite}.cc-pill-done{background:#e8f5e9;color:#2e7d32}.cc-pill-hold{background:#fff3e0;color:#e65100}@keyframes cc-blink{0%,to{opacity:1}50%{opacity:.35}}@media(prefers-reduced-motion:reduce){.cc-pill-live .cc-dot{animation:none}}.cc-head{padding:20px 24px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px}.cc-court-name{font-size:1.3rem;font-weight:800;color:var(--text)}.cc-round{font-size:.75rem;font-weight:600;color:#6366f1;background:#6366f11f;padding:2px 8px;border-radius:4px;white-space:nowrap}.cc-category{font-size:.85rem;font-weight:600;color:var(--text-secondary);text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:-.005em}.cc-status-row{padding:0 24px 14px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.cc-status{font-size:.95rem;font-weight:700}.cc-status.status-live{color:var(--text-secondary)}.cc-status.status-complete{color:var(--text)}.cc-status.status-special{color:#ef5350;font-style:italic}.cc-status.status-postponed{color:#e65100}.cc-status.status-suspended{color:#1565c0}.cc-share-btn{margin-left:auto;background:linear-gradient(135deg,#3f51b5,#303f9f);color:#fff;border:none;border-radius:20px;padding:6px 16px;font-size:.82rem;font-weight:700;cursor:pointer;letter-spacing:.03em;transition:opacity .15s,transform .1s;display:inline-flex;align-items:center}.cc-share-btn:hover{opacity:.88;transform:scale(1.04)}.cc-share-btn:active{transform:scale(.97)}.livestream-badge{display:inline-flex;align-items:center;gap:6px;background:var(--green);color:#fff;font-size:.85rem;font-weight:700;padding:5px 14px;border-radius:5px;letter-spacing:.3px}.livestream-badge:before{content:"";width:8px;height:8px;background:#fff;border-radius:50%}.cc-body{border-top:1px solid var(--card-border)}.cc-rows{flex:1;display:flex;flex-direction:column;justify-content:center}.cc-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:7px 14px;border-top:1px solid var(--card-border)}.cc-foot-time{font-size:.74rem;font-weight:600;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1 1 auto}.cc-foot-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.cc-foot .cc-stats-toggle{height:30px;box-sizing:border-box;background:#f1f2f4;color:var(--text-secondary);border:none;padding:0 12px;border-radius:15px;font-size:.76rem;font-weight:700;font-family:inherit;cursor:pointer;white-space:nowrap;line-height:1;display:inline-flex;align-items:center;gap:6px}.cc-foot .cc-stats-toggle:disabled{opacity:.6;cursor:default}.cc-share-icon{width:30px;height:30px;border-radius:50%;padding:0;background:var(--live-blue);color:#fff;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:opacity .15s,transform .1s;flex-shrink:0}.cc-share-icon:hover{opacity:.9;transform:scale(1.06)}.cc-share-icon:active{transform:scale(.95)}.cc-beta-tag{font-size:.55rem;font-weight:800;letter-spacing:.04em;line-height:1.4;background:var(--live-blue);color:#fff;padding:1px 5px;border-radius:6px}.player-row{display:flex;align-items:center;padding:7px 14px;gap:10px;min-height:38px}.player-row+.player-row{border-top:1px solid #f2f2f4}.player-row.winner-row{background:var(--winner-bg)}.team-row{display:flex;align-items:center;padding:6px 14px;gap:10px;min-height:44px}.team-row+.team-row{border-top:1px solid #f2f2f4}.team-row.winner-row{background:var(--winner-bg)}.team-names{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.team-member{font-size:.95rem;font-weight:500;letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.35}.serve-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.serve-dot.serving{background:var(--green)}.serve-dot.not-serving{background:transparent}.p-name{flex:1;font-size:1rem;font-weight:500;letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.p-scores{display:flex;align-items:center;gap:7px;flex-shrink:0;margin-left:auto}.winner-check{width:14px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;color:var(--green);font-size:1rem;font-weight:700;line-height:1}.set-score{width:22px;height:26px;display:flex;align-items:center;justify-content:center;font-size:1.02rem;font-weight:500;color:var(--text);font-variant-numeric:tabular-nums;border-radius:6px;position:relative}.set-score.score-note{min-width:auto;padding:0 10px;font-size:.82rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#e65100;white-space:nowrap}.set-score.current-set{background:#eef0fb;color:var(--live-blue);font-weight:600}.set-score sup{font-size:.7rem;font-weight:600;position:absolute;top:-2px;right:-6px;color:var(--text-secondary);line-height:1}.set-score.current-set sup{color:#3f51b599}.game-score{width:22px;height:26px;display:flex;align-items:center;justify-content:center;font-size:1.02rem;font-weight:600;color:var(--live-blue);font-variant-numeric:tabular-nums}.cc-empty{flex:1;display:flex;align-items:center;justify-content:center;padding:22px 16px;text-align:center;color:var(--text-muted);font-size:.9rem;font-weight:500}.empty-state{text-align:center;padding:100px 20px;color:var(--text-muted)}.empty-state .es-icon{font-size:3.5rem;margin-bottom:16px;opacity:.3}.empty-state .es-title{font-size:1.25rem;font-weight:700;color:var(--text-secondary);margin-bottom:8px}.empty-state .es-desc{font-size:.95rem}.page-footer{position:fixed;bottom:0;left:0;right:0;z-index:100;text-align:center;padding:12px 28px;background:#fff;border-top:1px solid var(--card-border);box-shadow:0 -2px 8px #0000000f}.sponsor-strip{display:flex;align-items:center;justify-content:space-evenly;padding:0;width:100%;max-width:900px;margin:0 auto}.sponsor-logo{height:54px;width:auto;object-fit:contain;filter:grayscale(.1);opacity:.9;transition:opacity .2s,filter .2s}.sponsor-logo:hover{opacity:1;filter:grayscale(0)}.sponsor-prince{height:66px}.footer-powered{font-size:.65rem;color:var(--text-muted);margin-top:2px}.oop-pdf-bar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:28px;padding:14px 20px;background:#fff;border:1px solid var(--card-border);border-radius:var(--radius);box-shadow:var(--shadow)}.oop-pdf-bar-label{font-size:.9rem;font-weight:700;color:var(--text);margin-right:4px}.oop-pdf-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 18px;background:var(--live-blue);color:#fff;border-radius:8px;font-size:.875rem;font-weight:700;text-decoration:none;transition:opacity .15s}.oop-pdf-btn:hover{opacity:.85}.oop-pdf-btn:before{content:"📄";font-size:.95rem}.queue-tab{padding-top:8px}.queue-list{display:flex;flex-direction:column;background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.queue-row{display:flex;align-items:flex-start;gap:12px;padding:10px 14px;border-bottom:1px solid #f2f2f4;transition:background .12s}.queue-row:last-child{border-bottom:none}.queue-row:hover{background:#fafafb}.queue-row-assigned{background:#f2fbf6}.queue-row-assigned:hover{background:#e9f8f0}.queue-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.queue-when{display:flex;align-items:center;gap:9px}.queue-order{width:22px;height:22px;border-radius:50%;background:#eef0f4;color:var(--text-secondary);font-size:.7rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.queue-time{font-size:.98rem;font-weight:800;font-variant-numeric:tabular-nums;color:var(--live-blue);white-space:nowrap;letter-spacing:-.01em}.queue-time-tbd{color:var(--text-muted);font-weight:600;font-size:.82rem}.queue-time-est{color:#6366f1;font-weight:700;font-size:.85rem;font-style:italic}.queue-delay-badge{font-size:.72rem;font-weight:800;padding:3px 10px;border-radius:20px;flex-shrink:0;letter-spacing:.03em;white-space:nowrap}.queue-tags{display:flex;flex-direction:column;align-items:flex-end;gap:5px;flex-shrink:0}.queue-match{display:flex;flex-direction:column;gap:0;min-width:0;padding-left:31px}.queue-side{display:flex;flex-direction:column;min-width:0}.queue-player{font-size:.9rem;font-weight:600;color:var(--text);line-height:1.2;letter-spacing:-.01em;overflow-wrap:break-word;word-break:normal}.queue-vs{display:block;font-size:.62rem;color:var(--text-muted);font-weight:700;margin:1px 0;text-transform:lowercase;letter-spacing:.04em}.queue-day-heading{margin:18px 0 10px;font-size:.76rem;font-weight:800;letter-spacing:.1em;color:#3f51b5;display:flex;align-items:center;gap:10px}.queue-day-heading:after{content:"";flex:1;height:1px;background:#dfe3f3}.queue-venue-block>:first-child.queue-day-heading,.queue-venue-heading+.queue-day-heading{margin-top:4px}.queue-cat-block{margin-bottom:14px}.queue-cat-block:last-child{margin-bottom:0}.queue-cat-head{background:#fff;border:1px solid var(--card-border);border-bottom:none;border-radius:var(--radius) var(--radius) 0 0;padding:12px 20px 11px}.queue-cat-title{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.queue-cat-name{font-size:.95rem;font-weight:800;letter-spacing:.01em;color:var(--text);text-transform:uppercase}.queue-cat-count{font-size:.7rem;font-weight:700;letter-spacing:.05em;color:var(--text-muted);text-transform:uppercase;white-space:nowrap}.queue-rules{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.queue-rule{font-size:.72rem;font-weight:600;color:#5b616e;background:#f1f2f4;padding:3px 10px;border-radius:20px;white-space:nowrap}.queue-rr-badge{display:inline-block;margin:6px 0 2px;font-size:.72rem;font-weight:700;color:#3f51b5;background:#eef0fb;padding:3px 10px;border-radius:20px;white-space:nowrap}.queue-cat-block .queue-list{border-top-left-radius:0;border-top-right-radius:0;border-top:1px solid #eceef7}.queue-meta{display:flex;gap:6px;align-items:center;flex-shrink:0}.queue-cat{font-size:.75rem;font-weight:600;color:var(--text-secondary);background:#f0f0f0;padding:2px 9px;border-radius:10px}.queue-venue{font-size:.72rem;font-weight:700;color:#047857;background:#ecfdf5;padding:2px 8px;border-radius:10px;white-space:nowrap}.queue-venue-block{margin-bottom:22px}.queue-venue-block:last-child{margin-bottom:0}.queue-venue-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 4px 8px;margin-bottom:10px;border-bottom:2px solid #3f51b5}.queue-venue-name{font-size:.98rem;font-weight:800;letter-spacing:.01em;color:var(--text, #16161a)}.queue-venue-count{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#3f51b5;background:#eef0ff;padding:3px 10px;border-radius:12px;white-space:nowrap}.queue-type{font-size:.72rem;font-weight:700;color:#3730a3;background:#e0e7ff;padding:2px 8px;border-radius:10px}.queue-court-badge{font-size:.78rem;font-weight:800;background:#dcfce7;color:#166534;padding:4px 12px;border-radius:20px;flex-shrink:0;white-space:nowrap}.queue-court-badge.queue-court-planned{background:transparent;color:#15803d;box-shadow:inset 0 0 0 1px #bbe7ca}.queue-group-badge{font-size:.74rem;font-weight:800;background:#eef0fb;color:#3f51b5;padding:4px 11px;border-radius:20px;flex-shrink:0;white-space:nowrap}@media(max-width:600px){.queue-row{gap:10px;padding:11px 14px}.queue-rail{width:56px}.queue-player{font-size:.92rem}.queue-cat-head{padding:11px 14px 10px}.queue-cat-name{font-size:.85rem}.queue-rule{font-size:.68rem;padding:3px 8px}.queue-day-heading{margin:14px 0 8px;font-size:.72rem}.oop-pdf-bar{padding:10px 14px;gap:8px}.oop-pdf-btn{padding:7px 14px;font-size:.82rem}}@media(max-width:400px){.queue-row{gap:9px;padding:10px 12px}.queue-rail{width:50px}.queue-player{font-size:.88rem}.queue-time{font-size:.8rem}.queue-vs{font-size:.7rem}.queue-order{width:20px;height:20px;font-size:.65rem}.queue-court-badge{font-size:.7rem;padding:3px 9px}.oop-pdf-bar{padding:8px 10px;gap:6px;margin-top:20px}.oop-pdf-bar-label{font-size:.8rem}.oop-pdf-btn{padding:6px 10px;font-size:.78rem}}@media(max-width:360px){.queue-row{gap:8px;padding:9px 10px}.queue-rail{width:46px}.queue-player{font-size:.84rem}.queue-meta{display:none}.queue-time{font-size:.78rem}}@media(max-width:1100px){.courts-grid,.history-grid{gap:20px}.main{max-width:100%;padding:20px 20px 95px}}@media(max-width:768px){.courts-grid,.history-grid{gap:16px}.tournament-header{padding:14px 16px}.th-name{font-size:1.1rem}.th-logo-img{height:24px}.main{padding:16px 14px 85px}.sponsor-logo{height:46px}.sponsor-prince{height:52px}.page-footer{padding:10px 16px}.th-ace-logo{height:44px}.cc-head{padding:16px 18px 12px}.cc-status-row{padding:0 18px 12px}}@media(max-width:540px){.courts-grid,.history-grid{grid-template-columns:1fr;gap:14px}.filter-tabs{gap:6px;margin-bottom:14px}.tab-btn{flex:1;justify-content:center;padding:9px 6px;font-size:.78rem;gap:5px}.tab-btn .tab-count{font-size:.7rem;padding:1px 5px}.tournament-header{padding:10px 12px}.th-inner{gap:8px}.th-name{font-size:.95rem}.th-clock{font-size:1.2rem}.th-logo{padding-left:6px;margin-left:2px;border-left:none}.th-logo-img{height:20px}.th-ace-logo{height:36px}.main{padding:14px 16px 72px}.sponsor-logo{height:40px}.sponsor-prince{height:46px}.page-footer{padding:8px 12px}.p-name{font-size:.95rem}.cc-head{padding:14px 16px 10px}.cc-status-row{padding:0 16px 10px}}@media(max-width:400px){.tournament-header{padding:8px}.th-inner{gap:6px}.th-name{font-size:.82rem}.th-clock{font-size:1rem}.th-logo-img{height:16px}.th-logo{padding-left:4px;border-left:none}.th-live-btn{padding:6px 10px;font-size:.72rem;gap:4px}.th-live-dot{width:7px;height:7px}.th-ace-logo{height:30px}.main{padding:12px 14px 68px}.sponsor-logo{height:36px}.sponsor-prince{height:40px}.page-footer{padding:7px 8px}.footer-powered{font-size:.6rem;margin-top:2px}.filter-tabs{gap:4px;margin-bottom:12px}.tab-btn{padding:8px 4px;font-size:.7rem;gap:4px}.tab-btn .tab-count{font-size:.65rem;padding:1px 4px}}@media(max-width:360px){.th-ace-logo{height:26px}.th-name{font-size:.75rem}.th-clock{font-size:.92rem}.sponsor-logo{height:32px}.sponsor-prince{height:36px}.tab-btn{padding:7px 3px;font-size:.65rem;gap:3px}}@media(max-width:340px){.th-logo{display:none}.th-clock{font-size:.85rem}.th-ace-logo{height:22px}.th-name{font-size:.68rem}.main{padding:10px 12px 64px}.sponsor-logo{height:30px}.sponsor-prince{height:34px}}@media print{.tournament-header,.page-footer{display:none}body{background:#fff}.court-card{break-inside:avoid;box-shadow:none;border:1px solid #ccc}}.cc-stats-toggle{background:transparent;border:1px solid rgba(63,81,181,.25);color:var(--live-blue);font-weight:600;font-size:.78rem;padding:4px 10px;border-radius:14px;cursor:pointer;transition:background .15s,border-color .15s;display:inline-flex;align-items:center;gap:4px;white-space:nowrap;margin-left:auto}.cc-share-btn+.cc-stats-toggle{margin-left:0}.cc-stats-toggle:hover{background:#3f51b514;border-color:var(--live-blue)}.cc-stats-toggle:disabled{opacity:.5;cursor:wait}.cc-beta-tag{display:inline-block;margin-left:4px;padding:1px 5px;font-size:.58rem;font-weight:800;letter-spacing:.06em;color:#fff;background:var(--live-blue);border-radius:4px;vertical-align:1px;line-height:1.3}.msp-beta-tag{display:inline-block;margin-left:6px;padding:1px 5px;font-size:.56rem;font-weight:800;letter-spacing:.08em;color:#fff;background:var(--live-blue);border-radius:3px;vertical-align:2px;line-height:1.3}.msp{margin:0;padding:14px 24px 12px;background:linear-gradient(180deg,#3f51b50a,#3f51b504);border-top:1px solid rgba(63,81,181,.08);animation:msp-fade-in .18s ease-out}.msp>*{max-width:400px;margin-left:auto;margin-right:auto}@keyframes msp-fade-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.msp-title{font-size:.66rem;font-weight:800;letter-spacing:.14em;color:var(--text-secondary);text-transform:uppercase;text-align:center;margin-bottom:2px}.msp-meta{font-size:.76rem;color:var(--text-muted);margin-bottom:8px;text-align:center;font-variant-numeric:tabular-nums}.msp-section-label{font-size:.62rem;font-weight:800;letter-spacing:.16em;color:var(--live-blue);text-transform:uppercase;text-align:center;margin:10px auto 4px;padding:0;border:0;width:auto}.msp-section-label:after{content:"";display:block;width:26px;height:2px;border-radius:1px;background:#3f51b552;margin:3px auto 0}.msp-meta+.msp-section-label{margin-top:4px}.msp-bar{height:6px;border-radius:999px;overflow:hidden;background:#0000000f;display:flex;margin:2px auto 4px}.msp-bar-a{background:var(--live-blue);height:100%;transition:width .3s}.msp-bar-b{background:var(--accent);height:100%;transition:width .3s}.msp-bar-stats{display:flex;justify-content:space-between;align-items:flex-start;padding:0 14%;margin-bottom:0}.msp-bar-stat{display:flex;flex-direction:column;gap:0}.msp-bar-stat-a{text-align:left}.msp-bar-stat-b{text-align:right}.msp-bar-pct{font-size:1rem;font-weight:800;color:var(--text);font-variant-numeric:tabular-nums;line-height:1.15}.msp-bar-raw{font-size:.7rem;color:var(--text-muted);font-variant-numeric:tabular-nums;line-height:1.2}.msp-bar-stat.msp-winner .msp-bar-pct{color:var(--live-blue)}.msp-bar-stat-b.msp-winner .msp-bar-pct{color:var(--accent)}.msp-row{display:flex;align-items:center;justify-content:center;gap:12px;padding:3px 0;font-size:.82rem}.msp-cell{font-variant-numeric:tabular-nums;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.msp-cell-a{text-align:right;font-weight:600;color:var(--text);flex:0 1 120px}.msp-cell-b{text-align:left;font-weight:600;color:var(--text);flex:0 1 120px}.msp-cell.msp-winner{font-weight:800;color:var(--live-blue)}.msp-cell-b.msp-winner{color:var(--accent)}.msp-cell-label{text-align:center;color:var(--text-secondary);font-weight:500;font-size:.74rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 2px;flex:0 1 150px}.msp-single{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:6px 0 2px;margin-top:6px;border-top:1px solid rgba(0,0,0,.06);font-size:.78rem;flex-wrap:wrap}.msp-single-label{color:var(--text-secondary);font-weight:500}.msp-single-value{color:var(--text);font-weight:700;font-variant-numeric:tabular-nums;text-align:right}.msp-set-row{display:grid;grid-template-columns:46px 1fr 56px;align-items:center;gap:10px;padding:3px 0;font-size:.82rem;font-variant-numeric:tabular-nums}.msp-set-num{color:var(--text-secondary);font-weight:600;font-size:.74rem}.msp-set-score{text-align:center;font-weight:800;color:var(--text);font-size:.92rem;letter-spacing:.02em}.msp-set-pts{text-align:right;color:var(--text-muted);font-size:.68rem;white-space:nowrap}.msp-unavailable{text-align:center;color:var(--text-muted);font-size:.82rem;padding:14px 0 4px;font-style:italic}.msp-footer{margin-top:10px;padding-top:8px;border-top:1px solid rgba(0,0,0,.05);font-size:.7rem;color:var(--text-muted);text-align:center}.msp-footer a{color:var(--live-blue);text-decoration:none;font-weight:600}.msp-footer a:hover{text-decoration:underline}.msp-loading{padding:8px 0;display:flex;flex-direction:column;gap:6px}.msp-shimmer{height:14px;border-radius:4px;background:linear-gradient(90deg,#f0f0f0,#f7f7f7,#f0f0f0);background-size:200% 100%;animation:msp-shimmer-move 1.2s infinite}.msp-shimmer:nth-child(2){width:80%}.msp-shimmer:nth-child(3){width:60%}@keyframes msp-shimmer-move{0%{background-position:100% 0}to{background-position:-100% 0}}@media(max-width:768px){.msp{padding:14px 18px 12px}.msp-row{gap:12px;padding:4px 0;font-size:.8rem}.msp-cell-a,.msp-cell-b{flex-basis:108px}.msp-cell-label{font-size:.7rem;flex-basis:140px}.msp-bar-pct{font-size:1rem}.msp-set-row{grid-template-columns:50px 1fr 56px;gap:10px}}@media(max-width:540px){.msp{padding:12px 16px 10px}.msp>*{max-width:100%}.msp-row{gap:10px;padding:4px 0}.msp-cell-a,.msp-cell-b{flex:0 0 auto;font-size:.76rem}.msp-cell-label{flex:1 1 0;min-width:0;font-size:.66rem;line-height:1.2;padding:0 4px}.msp-section-label{font-size:.6rem;margin:10px auto 4px}.msp-section-label:after{width:24px;margin-top:3px}.msp-title{font-size:.62rem}.msp-meta{font-size:.74rem;margin-bottom:6px}.msp-bar{height:6px}.msp-bar-pct{font-size:.95rem}.msp-bar-raw{font-size:.68rem}.msp-bar-stats{padding:0 10%}.msp-set-row{grid-template-columns:42px 1fr 50px;gap:8px;font-size:.8rem;padding:3px 0}.msp-set-score{font-size:.88rem}.msp-set-pts{font-size:.66rem}.msp-single{font-size:.76rem;padding:6px 0 2px;margin-top:6px}.msp-footer{font-size:.66rem;margin-top:8px;padding-top:6px}}@media(max-width:400px){.msp{padding:12px 14px 10px}.msp-row{gap:8px}.msp-cell-a,.msp-cell-b{font-size:.72rem}.msp-cell-label{font-size:.62rem;padding:0 2px}.msp-bar-pct{font-size:.88rem}.msp-bar-stats{padding:0 8%}.msp-set-row{grid-template-columns:38px 1fr 46px;gap:6px}}@media(max-width:360px){.msp{padding:10px 12px 8px}.msp-row{gap:6px;padding:3px 0}.msp-cell-a,.msp-cell-b{font-size:.7rem}.msp-cell-label{white-space:normal;line-height:1.15;padding:0 2px;font-size:.58rem}.msp-section-label{letter-spacing:.12em;font-size:.58rem}.msp-bar-stats{padding:0 4%}.msp-set-row{grid-template-columns:34px 1fr 40px;gap:4px;font-size:.76rem}.msp-set-score{font-size:.84rem}.msp-set-pts{font-size:.62rem}}.queue-eta{display:flex;flex-direction:column;align-items:flex-end;gap:1px;font-size:.72rem;font-weight:700;line-height:1.25;padding:4px 10px;border-radius:20px;flex-shrink:0;white-space:nowrap;min-width:78px}.queue-eta-oncourt{background:#dcfce7;color:#166534}.queue-eta-ontime{background:#f1f5f9;color:#64748b;font-weight:600}.queue-eta-late{background:#fef9c3;color:#854d0e}.queue-eta-bad{background:#fee2e2;color:#991b1b}.queue-eta-time{font-size:.82rem;font-weight:800}.queue-eta-late-by{font-size:.66rem;font-weight:600;opacity:.85}@media(max-width:600px){.queue-eta{font-size:.66rem;padding:3px 8px;min-width:68px}.queue-eta-time{font-size:.74rem}}.queue-ai-note{display:block;margin:0 0 12px;padding:10px 12px;background:#f5f7ff;border:1px solid #e0e6ff;border-radius:10px}.queue-ai-badge{display:inline-block;vertical-align:baseline;margin-right:7px;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#fff;background:#3f51b5;padding:3px 7px;border-radius:999px;white-space:nowrap}.queue-ai-text{display:inline;font-size:11.5px;line-height:1.55;color:#5b6472}@media(min-width:1024px){.th-inner,.main{max-width:1180px}.queue-ai-note{padding:12px 14px}.queue-ai-text{max-width:780px;font-size:12.5px}}@media(max-width:700px){.tab-btn{flex:1;white-space:normal;text-align:center;justify-content:center;padding:8px;font-size:.8rem;line-height:1.25;gap:5px}}
