.app-shell{display:grid;grid-template-columns:240px 1fr;min-height:100vh;transition:grid-template-columns .2s ease;align-items:start}.app-shell.sidebar-collapsed{grid-template-columns:96px 1fr}.app-sidebar{position:-webkit-sticky;position:sticky;top:0;align-self:start;z-index:30;padding:24px 16px;background:var(--card);color:var(--ink-700);border-right:1px solid var(--line);display:flex;flex-direction:column;gap:24px;transition:padding .2s ease;height:100vh;overflow-y:auto}.app-sidebar.collapsed{padding:20px 10px;gap:18px}.sidebar-top{justify-content:flex-start}.brand,.sidebar-top{display:flex;align-items:center}.brand{gap:12px}.app-sidebar.collapsed .brand,.brand-mark{justify-content:center}.brand-mark{display:inline-flex;width:32px;height:32px;align-items:center;background:var(--blue-600);color:#ffffff;border-radius:9px;font-weight:800;font-size:16px}.brand-title{font-weight:800;font-size:17px;letter-spacing:-.02em;color:var(--ink)}.brand-subtitle{font-size:11.5px;color:var(--muted)}.sidebar-edge-toggle{position:fixed;top:18px;left:calc(240px - 12px);z-index:60;width:24px;height:24px;border:1px solid var(--line);border-radius:999px;background:var(--card);color:var(--muted);display:grid;place-items:center;box-shadow:0 2px 8px rgba(15,23,42,.15);cursor:pointer;transition:left .2s ease,color .14s ease,border-color .14s ease}.app-shell.sidebar-collapsed .sidebar-edge-toggle{left:calc(96px - 12px)}.sidebar-edge-toggle:hover{color:var(--blue-600);border-color:var(--blue-500)}.sidebar-edge-glyph{font-size:11px;font-weight:700;line-height:1}.nav-list{display:flex;flex-direction:column;gap:2px}.nav-link{padding:9px 12px;border-radius:8px;color:var(--ink-700);font-weight:500;font-size:13.5px;background:transparent;transition:background .15s ease,color .15s ease;display:flex;align-items:center;gap:10px}.nav-link:hover{background:var(--ink-100);color:var(--ink)}.nav-link.active{background:var(--blue-50);color:var(--blue-600);font-weight:700}.sidebar-bottom{margin-top:auto;padding-top:12px;border-top:1px solid var(--line)}.sidebar-contact{margin:0 0 10px;padding:10px 12px;border:1px solid var(--blue-100);border-radius:10px;background:var(--blue-50);color:var(--ink-700);font-size:12px;line-height:1.55;word-break:keep-all}.sidebar-contact a{color:var(--blue-600);font-weight:700;text-decoration:none;white-space:nowrap}.sidebar-contact a:hover{text-decoration:underline}.sidebar-contact-compact{display:flex;width:34px;height:34px;margin:0 auto 8px;border:1px solid var(--blue-100);border-radius:10px;background:var(--blue-50);color:var(--blue-600);font-size:15px;text-decoration:none}.nav-link-icon,.sidebar-contact-compact{align-items:center;justify-content:center}.nav-link-icon{display:inline-flex;width:22px;min-width:22px;height:22px;border-radius:6px;font-size:11px;font-weight:700;background:var(--ink-100);color:var(--muted)}.nav-link.active .nav-link-icon{background:var(--blue-100);color:var(--blue-600)}.app-sidebar.collapsed .nav-link{justify-content:center;padding:10px}.app-main{display:flex;flex-direction:column;min-width:0}.topbar{padding:24px 32px 16px;justify-content:space-between}.topbar,.topbar-actions{display:flex;align-items:center}.topbar-actions{gap:12px}.topbar-left{display:flex;align-items:center;gap:14px}.topbar-title{font-size:22px;font-weight:800;letter-spacing:-.02em}.topbar-title-link{display:inline-flex;align-items:center;gap:8px;color:inherit;text-decoration:none}.topbar-title-link svg{flex-shrink:0}.topbar-title-link:hover{opacity:.8}.topbar-subtitle{font-size:13px;color:var(--muted);margin-top:3px}.topbar-user-name{font-size:14px;font-weight:600;color:var(--text);white-space:nowrap}.app-content{padding:0 32px 40px}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:20px 22px;box-shadow:var(--shadow)}.card+.card{margin-top:16px}.card-header h3{margin:0;font-size:16px;font-weight:700;letter-spacing:-.01em}.card-header{display:flex;justify-content:space-between;gap:12px;margin-bottom:12px}.card-header,.card-header-actions{align-items:center}.schedule-date-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}.schedule-date-button{border:1px solid #d7dce3;background:#ffffff;color:#1f2937;min-height:32px;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:600;cursor:pointer}.schedule-date-button.active{background:var(--accent);border-color:var(--accent);color:#ffffff}@media (max-width:640px){.player-register-optional-row,.player-register-required-row{grid-template-columns:1fr}.card-header{align-items:flex-start;flex-direction:column}.card-header-actions{width:100%}.schedule-date-actions{justify-content:flex-start}}.ghost-button{border:1px solid var(--line);background:var(--card);color:var(--ink-700);padding:9px 14px;border-radius:9px;font-weight:700;font-size:12.5px;cursor:pointer;transition:background .15s ease,border-color .15s ease}.ghost-button:hover{background:var(--ink-100)}.ghost-button:active{background:var(--line)}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:12px;gap:12px}.input{display:flex;flex-direction:column;gap:5px;font-size:11.5px;font-weight:700;color:var(--muted)}.input input,.input select,.input textarea{padding:8px 12px;border-radius:9px;border:1px solid var(--line);font-size:13px;font-weight:400;color:var(--ink);background:var(--card);font-family:inherit}.input input:focus,.input select:focus,.input textarea:focus{outline:2px solid var(--blue-600);outline-offset:0;border-color:var(--blue-600)}.set-max-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px;padding:8px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}.set-max-item{margin:0}.set-max-item select{background:#ffffff}.game-edit-form{display:grid;grid-gap:18px;gap:18px}.game-edit-section{display:grid;grid-gap:10px;gap:10px}.game-edit-section+.game-edit-section{padding-top:16px;border-top:1px solid #e2e8f0}.game-edit-section-title{font-size:13px;font-weight:700;color:#111827}.match-score-summary{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:stretch;grid-gap:8px;gap:8px;width:min(560px,100%)}.match-score-summary>div:not(.match-score-separator){display:grid;grid-gap:4px;gap:4px;padding:12px;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc}.match-score-summary span{min-width:0;overflow-wrap:anywhere;color:var(--muted);font-size:12px}.match-score-summary strong{font-size:24px;line-height:1}.match-score-separator{display:grid;align-items:center;color:var(--muted);font-weight:700}.set-score-grid{display:grid;grid-gap:8px;gap:8px}.set-score-row{display:grid;grid-template-columns:110px minmax(0,1fr) minmax(0,1fr);align-items:end;grid-gap:10px;gap:10px;padding:10px;border:1px solid #e2e8f0;border-radius:10px;background:#ffffff}.set-score-meta{display:grid;grid-gap:3px;gap:3px}.set-score-meta strong{font-size:14px}.set-score-meta span{color:var(--muted);font-size:12px}.set-score-input input{width:100%}.game-edit-actions{display:flex;justify-content:flex-end;gap:8px}.roster-save-actions,.roster-temp-actions{flex-wrap:wrap;gap:8px}.roster-temp-actions{justify-content:flex-start}.game-stats-tools{margin-top:18px;padding-top:16px;border-top:1px solid #e2e8f0}.recording-roster-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;grid-gap:14px;gap:14px}.recording-team-panel{min-width:0;display:grid;align-self:start;grid-gap:10px;gap:10px;border:1px solid #e2e8f0;border-radius:8px;background:#ffffff;padding:12px}.recording-events h4,.recording-team-panel h4{margin:0;font-size:15px}.recording-team-panel-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.recording-team-panel-header>span{flex:0 0 auto;color:var(--muted);font-size:12px;font-weight:800}.recording-team-panel-header>span.valid{color:#15803d}.recording-team-panel-header>span.invalid{color:#dc2626}.recording-team-body{display:grid;grid-template-columns:minmax(0,1fr);align-items:start;grid-gap:8px;gap:8px}.recording-events,.recording-player-select-list{display:flex;flex-direction:column;gap:8px}.recording-origin-player-add{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;grid-gap:8px;gap:8px;margin-top:4px;padding-top:12px;border-top:1px solid #e2e8f0}.recording-origin-player-add small{grid-column:1/-1;color:var(--muted);font-size:11px}.recording-entry-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:6px;gap:6px}.recording-player-select{display:grid;grid-template-columns:minmax(0,1fr) 82px 104px;grid-gap:8px;gap:8px;align-items:center;min-height:42px;padding:6px 8px;border:1px solid #e5e7eb;border-radius:8px;background:#f8fafc}.recording-player-select span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text);font-size:14px}.recording-player-select b{display:inline-flex;min-width:28px;color:var(--muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.recording-player-select em{margin-left:6px;color:var(--muted);font-size:12px;font-style:normal}.recording-back-number-input,.recording-player-select select{width:100%;min-height:32px;padding:5px 8px;border:1px solid #d7dce3;border-radius:8px;background:#ffffff}.recording-back-number-editor{display:flex;gap:8px;align-items:center}.recording-back-number-editor .recording-back-number-input{width:88px}.recording-toolbar{display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px;margin-bottom:12px}.recording-toolbar-group{display:inline-flex;flex-wrap:wrap;gap:8px}.recording-local-backup{display:flex;flex-wrap:wrap;align-items:center;gap:8px 14px;margin-bottom:12px;padding:10px 12px;border:1px solid #bbf7d0;border-radius:9px;background:#f0fdf4;color:#166534;font-size:13px}.recording-local-backup span{color:#3f6212}.recording-local-backup.error{border-color:#fecaca;background:#fef2f2;color:#b91c1c}.recording-local-backup.error span{color:#991b1b}.recording-set-controls{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:8px;margin-bottom:12px;padding:10px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc}.recording-set-controls>button{flex:0 0 auto}.recording-set-tabs{display:inline-flex;flex-wrap:wrap;gap:6px}.recording-set-tab{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-height:34px;padding:7px 10px;border:1px solid #d7dce3;border-radius:8px;background:#ffffff;color:#64748b;font-size:13px;font-weight:700}.recording-set-tabs>.secondary-button{min-height:34px;padding:7px 12px;border-radius:8px;font-size:13px}.recording-set-tab.completed{color:#334155}.recording-set-tab.active,.recording-set-tab.active.completed{border-color:#2563eb;background:#2563eb;color:#ffffff;font-weight:800}.recording-entry{display:grid;align-content:start;grid-gap:5px;gap:5px;padding:7px;border:1px solid #e2e8f0;border-radius:7px;background:#f8fafc}.recording-player-select.changed{border-color:#f59e0b;background:#fffbeb;box-shadow:inset 3px 0 0 #f59e0b}.recording-entry-head{gap:6px;flex-wrap:wrap}.recording-entry-head,.recording-live-team-header{display:flex;align-items:center;justify-content:space-between}.recording-live-team-header{gap:8px}.recording-live-team-header h4{margin:0}.recording-live-team-title{display:flex;align-items:center;min-width:0;gap:8px}.recording-live-team-title h4{min-width:0}.recording-set-win-markers{display:inline-flex;flex:0 0 auto;align-items:center;gap:4px}.recording-set-win-markers i{display:block;width:11px;height:11px;border:2px solid #94a3b8;border-radius:999px;background:#ffffff;box-shadow:inset 0 0 0 2px #ffffff}.recording-set-win-markers i.won{border-color:#2563eb;background:#2563eb}.recording-live-team-header span{color:var(--muted);font-size:11px;font-weight:700;white-space:nowrap}.recording-entry-name{flex:1 1 110px;display:flex;align-items:center;gap:4px;min-width:0}.recording-entry-name strong{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.recording-substitute-open-button{flex:0 0 auto;min-height:24px;padding:3px 6px;border-radius:6px;font-size:10px}.recording-replacement-state{background:#fef3c7;color:#92400e}.recording-replacement-state,.wildcard-badge{flex:0 0 auto;padding:2px 5px;border-radius:999px;font-size:9px;font-weight:800;white-space:nowrap}.wildcard-badge{font-style:normal;background:#ede9fe;color:#6d28d9}.recording-substitution-picker{display:grid;grid-template-columns:minmax(0,1fr) auto auto;grid-gap:4px;gap:4px;padding:5px;border:1px solid #bfdbfe;border-radius:7px;background:#eff6ff}.recording-substitution-picker button,.recording-substitution-picker select{min-height:30px;padding:4px 6px;font-size:10px}.recording-entry-tools{flex:0 0 auto;display:inline-flex;align-items:center;gap:4px}.recording-entry-tools>span{padding:2px 5px;border-radius:999px;background:#e2e8f0;color:var(--muted);font-size:10px;font-weight:700;white-space:nowrap}.recording-entry .recording-back-number-editor{gap:3px}.recording-entry .recording-back-number-editor .recording-back-number-input{width:42px;min-height:26px;padding:3px 4px;border-radius:6px;font-size:11px}.recording-entry .recording-back-number-editor .secondary-button{min-height:26px;padding:3px 6px;border-radius:6px;font-size:10px}.recording-stat-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:3px;gap:3px}.recording-stat-summary span{min-width:0;padding:2px 3px;border-radius:5px;background:#ffffff;color:#374151;font-size:10px;font-weight:700;text-align:center;white-space:nowrap}.recording-buttons{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:3px;gap:3px}.recording-stat-button{min-width:0;min-height:34px;padding:4px 2px;border-radius:6px;font-size:11px;line-height:1.15}.recording-stat-button:first-child{background:#dbeafe;color:#1d4ed8}.recording-stat-button:nth-child(2){background:#ede9fe;color:#6d28d9}.recording-stat-button:nth-child(3){background:#ffedd5;color:#c2410c}.recording-stat-button:nth-child(4){background:#dcfce7;color:#15803d}.recording-events{margin-top:16px;padding-top:14px;border-top:1px solid #e2e8f0}.team-recording-events{min-width:0;max-height:280px;margin-top:2px;padding:8px 4px 0 0;border-top:1px solid #e2e8f0;overflow-y:auto}.recording-event-row,.recording-event-set-head,.recording-events-head{display:flex;align-items:center;gap:8px}.recording-events-head{justify-content:space-between;margin-bottom:10px}.recording-events-head h4{margin:0}.recording-events-actions{display:inline-flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}.recording-delete-button{min-height:32px;padding:6px 12px;border-radius:8px;font-size:12px}.recording-event-set{display:grid;grid-gap:6px;gap:6px;margin-top:10px}.recording-event-set.recording-event-drop-ready .recording-event-set-head{outline:1px dashed #60a5fa;outline-offset:2px}.recording-event-set.recording-event-drop-ready:hover .recording-event-set-head{background:#dbeafe;color:#1d4ed8}.recording-event-set-head{justify-content:space-between;padding:6px 8px;border-radius:8px;background:#f1f5f9;color:#334155;font-size:13px}.recording-event-set-toggle{display:inline-flex;align-items:center;min-width:0;gap:6px;padding:0;border:none;background:transparent;color:inherit;font:inherit;cursor:pointer}.recording-event-set-toggle em,.recording-event-set-toggle span{color:var(--muted);font-style:normal;font-size:12px;font-weight:700}.recording-event-set-head label{display:inline-flex;align-items:center;gap:5px;color:var(--muted);font-size:12px;font-weight:700}.recording-event-set-actions{display:inline-flex;align-items:center;gap:6px}.recording-event-set-actions .primary-button,.recording-event-set-actions .secondary-button{min-height:28px;padding:4px 8px;border-radius:6px;font-size:11px}.recording-event-row{justify-content:space-between;min-height:36px;padding:8px;border:1px solid #e2e8f0;border-radius:8px;background:#ffffff;font-size:13px}.recording-event-row span{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recording-event-row strong{white-space:nowrap}.recording-event-row input,.recording-event-set-head input{flex:0 0 auto}.finished-record-summary{display:grid;grid-gap:14px;gap:14px}.recording-overall-stat-section{display:grid;min-width:0;grid-gap:8px;gap:8px}.recording-overall-stat-section h4{margin:0;font-size:15px}.recording-overall-player-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px;margin-top:18px}.finished-set-summary{display:grid;grid-gap:10px;gap:10px;padding:12px;border:1px solid #e2e8f0;border-radius:8px;background:#ffffff}.finished-set-summary h4,.finished-summary-panel h5{margin:0}.finished-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.finished-set-team-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.finished-summary-panel{display:grid;min-width:0;grid-gap:8px;gap:8px}.finished-summary-table{display:grid;overflow-x:auto;border:1px solid #e2e8f0;border-radius:8px}.finished-summary-row{display:grid;grid-template-columns:minmax(120px,1.5fr) repeat(5,minmax(42px,.5fr));align-items:center;min-width:360px;border-top:1px solid #e2e8f0}.finished-summary-row:first-child{border-top:none}.finished-summary-row.header{background:#f8fafc;color:#475569;font-size:12px}.finished-summary-row span,.finished-summary-row strong{min-width:0;padding:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.finished-summary-row strong{text-align:center}.finished-summary-empty{padding:18px 12px;color:var(--muted);font-size:12px;text-align:center}.primary-button{background:var(--blue-600);color:#ffffff;border:1px solid transparent;padding:9px 16px;border-radius:9px;font-weight:700;cursor:pointer;transition:background .15s ease}.primary-button:hover:not(:disabled){background:#1d4ed8}.primary-button:disabled{opacity:.6;cursor:default}.secondary-button{background:var(--card);border:1px solid var(--line);color:var(--ink-700);padding:9px 16px;border-radius:9px;font-weight:700;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:background .15s ease}.secondary-button:hover:not(:disabled){background:var(--ink-100)}.danger-button{background:#dc2626;border:1px solid transparent;color:#ffffff;padding:9px 16px;border-radius:9px;font-weight:700;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.admin-option-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.admin-option-title{font-weight:600;color:var(--text)}.admin-option-desc{margin-top:4px;color:var(--muted);font-size:13px}.card-header-button{padding:6px 12px;border-radius:10px;font-size:13px;line-height:1.1;white-space:nowrap}.quick-actions{display:flex;gap:12px;flex-wrap:wrap}.quick-action-button{background:var(--card);color:var(--ink-700);padding:9px 14px;border-radius:999px;font-size:13px;font-weight:700;text-decoration:none;border:1px solid var(--line);transition:background .15s ease,border-color .15s ease,color .15s ease}.quick-action-button:hover{border-color:var(--blue-500)}.quick-action-button.active{background:var(--blue-600);color:#ffffff}.quick-action-button.active,.quick-action-button.active:hover{border-color:var(--blue-600)}.dropzone{border:1px dashed #cbd5e1;border-radius:12px;padding:16px;display:grid;place-items:center;grid-gap:8px;gap:8px;text-align:center;background:#f8fafc}.dropzone.dragging{border-color:var(--blue-500);background:var(--blue-50)}.dropzone p{margin:0}.dropzone-caption{color:var(--muted);font-size:12px}.hidden-file-input{display:none}.table-scroll{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table{width:100%;border-collapse:collapse;font-size:14px}.table-scroll .table{min-width:720px}.stat-table{min-width:860px}.public-schedule-table{min-width:max(720px,calc(var(--court-count, 1) * 260px));table-layout:fixed}.player-register-form,.player-register-row{display:grid;grid-gap:12px;gap:12px}.player-register-row{align-items:end}.player-register-required-row{grid-template-columns:repeat(3,minmax(0,1fr))}.player-register-optional-row{grid-template-columns:repeat(5,minmax(0,1fr))}.player-register-submit{justify-self:end}.required-mark{color:#dc2626;font-weight:800}.public-schedule-sections{display:grid;grid-gap:20px;gap:20px}.recording-action-control{display:inline-flex}.recording-action-control>button{width:100%}.public-schedule-court-filter,.public-schedule-date-filter{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:14px}.public-schedule-date-filter{padding-bottom:12px;border-bottom:1px solid var(--border-color)}.public-schedule-court-filter>span,.public-schedule-date-filter>span{margin-right:2px;color:var(--muted);font-size:13px;font-weight:800}.public-schedule-court-button,.public-schedule-date-button{padding:7px 13px;border:1px solid var(--border-color);border-radius:999px;background:var(--surface-color);color:var(--text-color);font-size:13px;font-weight:700;cursor:pointer}.public-schedule-court-button:hover,.public-schedule-date-button:hover{border-color:#60a5fa}.public-schedule-court-button.active,.public-schedule-date-button.active{border-color:#2563eb;background:#2563eb;color:#ffffff}.public-tournament-row{cursor:pointer}.public-tournament-row.active{background:var(--blue-50)}.public-tournament-row.active td:first-child{font-weight:700;color:var(--blue-600)}.public-schedule-filter-grid{margin-bottom:12px}.public-schedule-section{min-width:0}.public-schedule-date{margin:0 0 8px;font-size:16px}.public-schedule-court-cell{min-width:260px;padding:8px;vertical-align:top}.public-schedule-game{position:relative;padding:10px;border:1px solid var(--border-color);border-radius:8px;background:var(--surface-color)}.public-schedule-game-link{position:absolute;inset:0;z-index:1;border-radius:inherit}.public-schedule-game.is-clickable{cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.public-schedule-game.is-clickable:hover{border-color:#60a5fa;box-shadow:0 5px 16px rgb(15 23 42/10%);transform:translateY(-1px)}.public-schedule-game-link:focus-visible{outline:3px solid #2563eb;outline-offset:2px}.public-schedule-game+.public-schedule-game{margin-top:8px}.public-schedule-game.status-live{border-color:#ef4444}.public-schedule-game-topline{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.public-schedule-game-topline .public-schedule-round{margin-left:6px}.public-schedule-status{padding:2px 8px;border-radius:999px;background:#f1f5f9;color:var(--muted);font-size:11px;font-weight:800;white-space:nowrap}.public-schedule-status.live{background:#fee2e2;color:#b91c1c}.public-schedule-status.live:before{content:"";display:inline-block;width:6px;height:6px;margin-right:5px;border-radius:50%;background:#ef4444;vertical-align:middle;animation:public-live-blink 1.2s ease-in-out infinite}.public-schedule-team-rows{display:grid;grid-gap:4px;gap:4px}.public-schedule-team-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;grid-gap:10px;gap:10px;min-height:26px}.public-schedule-team-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:700;color:#475569}.public-schedule-team-row.lead .public-schedule-team-name{color:var(--text-color);font-weight:800}.public-schedule-set-dots{display:inline-flex;gap:4px}.public-schedule-set-dots i{width:8px;height:8px;border-radius:50%;border:1.5px solid #cbd5e1;background:transparent}.public-schedule-set-dots i.won{border-color:#fb923c;background:#f97316}.public-schedule-team-score{min-width:28px;text-align:right;font-size:20px;font-weight:900;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;line-height:1;color:#64748b}.public-schedule-team-row.lead .public-schedule-team-score{color:var(--text-color)}.public-schedule-team-score.small{font-size:15px;font-weight:800;color:#334155}.public-schedule-team-score.dash{color:#cbd5e1}.public-schedule-round{color:var(--muted);font-size:12px;font-weight:700}.public-schedule-match{font-weight:700;line-height:1.4}.public-schedule-match .serving{color:#c2410c}.public-schedule-game-meta{display:flex;flex-wrap:wrap;gap:4px 10px;margin-top:6px;color:var(--muted);font-size:12px}.public-schedule-score{color:var(--text-color)}.public-live-set-label{color:#dc2626;font-weight:800}.public-schedule-empty{margin:0;padding:24px;text-align:center;color:var(--muted)}.public-schedule-hint{margin:0 0 12px;color:var(--muted);font-size:13px}.card--danger{border:2px dashed #dc2626}.card-danger-note{margin:-4px 0 12px;color:#dc2626;font-size:12px}.help-tip{position:relative;display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;margin-left:6px;border:1px solid var(--muted);border-radius:50%;color:var(--muted);font-size:11px;font-weight:700;line-height:1;cursor:help}.help-tip:after{content:attr(data-tip);position:absolute;bottom:calc(100% + 8px);left:50%;transform:translateX(-50%);padding:6px 10px;border-radius:8px;background:#0f172a;color:#f8fafc;font-size:12px;font-weight:500;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .12s ease;z-index:30}.help-tip:focus-visible:after,.help-tip:hover:after{opacity:1}.public-team-division-tabs{margin-top:20px}.public-team-division{min-width:0;margin-top:24px}.public-team-division-title{display:flex;align-items:center;gap:8px;margin:0 0 12px;padding:10px 14px;border-radius:10px;background:var(--blue-50);color:var(--blue-600);font-size:14px;font-weight:800;letter-spacing:-.01em}.public-team-division-count{margin-left:auto;padding:2px 10px;border-radius:999px;background:var(--blue-100);color:var(--blue-600);font-size:12px;font-weight:700}.public-team-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(148px,1fr));grid-gap:10px;gap:10px}.public-team-card{display:flex;flex-direction:column;align-items:center;gap:8px;padding:18px 12px 14px;border:1px solid var(--accent);border-radius:14px;background:var(--card);color:inherit;text-align:center;text-decoration:none;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.public-team-card:hover{border-color:var(--accent-2);box-shadow:0 10px 24px rgba(15,23,42,.12);transform:translateY(-2px)}.public-team-card-name{font-size:14px;line-height:1.3;word-break:keep-all}.public-team-card-meta{color:var(--muted);font-size:12px}.public-team-logo{width:64px;height:64px;flex-shrink:0;object-fit:contain}.public-team-logo-placeholder{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--accent-soft);color:var(--muted);font-size:22px;font-weight:800}.public-team-stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:10px;gap:10px}.public-team-stat-grid+.public-team-stat-grid{margin-top:10px}.public-team-stat-tile{display:flex;flex-direction:column;gap:4px;padding:14px 16px;border:1px solid var(--line);border-radius:10px;background:var(--card)}.public-team-stat-tile span{color:var(--muted);font-size:12px;font-weight:700}.public-team-stat-tile strong{font-size:22px;font-weight:800;letter-spacing:-.02em}.public-team-stat-tile em{font-style:normal;color:var(--muted);font-size:12.5px;font-weight:600;margin-left:4px}.public-team-h2h-group+.public-team-h2h-group{margin-top:18px}.public-team-h2h-overall-meta{display:flex;flex-wrap:wrap;justify-content:space-between;gap:4px 12px;margin-bottom:8px;font-size:13px;color:var(--ink-700)}.public-team-h2h-overall-meta span:last-child,.public-team-h2h-toggle-cell{color:var(--muted);font-size:12px}.public-team-h2h-toggle-cell{width:24px;padding-right:0!important;text-align:center}.public-team-h2h-overall-row{cursor:pointer}.public-team-h2h-overall-row.expanded,.public-team-h2h-overall-row:hover{background:var(--blue-50)}.public-team-h2h-overall-row.expanded td:nth-child(2){font-weight:700}.public-team-h2h-breakdown-row td{padding-top:5px!important;padding-bottom:5px!important;color:var(--ink-700);font-size:12px;background:#f8fafc}.public-team-h2h-breakdown-row{cursor:pointer}.public-team-h2h-breakdown-row:hover td{background:var(--blue-50)}.public-team-h2h-game-date{display:inline-block;min-width:82px;color:var(--muted)}.public-team-h2h-win{color:var(--blue-600);font-weight:700}.public-team-h2h-loss{color:#dc2626;font-weight:700}.list-row-hint{margin-left:8px;color:var(--muted);font-size:11.5px;font-weight:400}.public-team-h2h-squads{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:14px;gap:14px;align-items:start}.public-team-h2h-squad{min-width:0}.public-team-h2h-squad-name{margin-bottom:6px;color:var(--ink-700);font-size:13px;font-weight:800}.public-team-h2h-squad .table-scroll .table{min-width:0}.public-team-h2h-title{margin:0 0 8px;padding:8px 12px;border-radius:8px;background:var(--blue-50);color:var(--blue-600);font-size:13.5px;font-weight:800}.public-team-profile{display:flex;align-items:flex-start;gap:20px}.public-team-profile-logo{width:96px;height:96px;flex-shrink:0;object-fit:contain}.public-team-profile-info{flex:1 1;min-width:0}@media (max-width:640px){.public-team-profile{flex-direction:column;align-items:center}.public-team-profile-info{width:100%}}.results-group-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px 18px;gap:12px 18px}.results-group-block{min-width:0;overflow:hidden;border:1px solid var(--border-color);border-radius:8px;background:var(--surface-color)}.results-group-title{padding:10px 12px;border-bottom:1px solid var(--border-color);font-weight:700}.results-group-table{min-width:0;table-layout:fixed}.results-group-block .table-scroll{overflow-x:hidden}.table-scroll .results-group-table{min-width:0}.results-group-table td,.results-group-table th{text-align:center;padding:8px 3px;font-size:13px;line-height:1.25;white-space:nowrap}.results-group-table td:first-child,.results-group-table th:first-child{width:30px}.results-group-table td:nth-child(2),.results-group-table th:nth-child(2){width:auto;text-align:left;white-space:normal;overflow-wrap:anywhere}.results-group-table td:nth-child(3),.results-group-table td:nth-child(4),.results-group-table th:nth-child(3),.results-group-table th:nth-child(4){width:28px}.results-group-table td:nth-child(5),.results-group-table th:nth-child(5){width:62px}@media (max-width:900px){.results-group-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px}.results-group-title{padding:8px 10px}.results-group-table td,.results-group-table th{padding:7px 2px;font-size:12px}.results-group-table td:first-child,.results-group-table th:first-child{width:26px}.results-group-table td:nth-child(3),.results-group-table td:nth-child(4),.results-group-table th:nth-child(3),.results-group-table th:nth-child(4){width:24px}.results-group-table td:nth-child(5),.results-group-table th:nth-child(5){width:54px}}@media (max-width:640px){.results-group-grid{grid-template-columns:1fr}.results-group-table td,.results-group-table th{padding:8px 3px;font-size:13px}.results-group-table td:first-child,.results-group-table th:first-child{width:30px}.results-group-table td:nth-child(3),.results-group-table td:nth-child(4),.results-group-table th:nth-child(3),.results-group-table th:nth-child(4){width:28px}.results-group-table td:nth-child(5),.results-group-table th:nth-child(5){width:62px}}.tournament-bracket-wrap{min-width:0}.tournament-bracket-scroll{max-width:100%;overflow-x:auto;overflow-y:hidden;padding:4px 2px 14px;border:1px solid #e2e8f0;border-radius:12px;background:linear-gradient(180deg,rgba(239,246,255,.78),rgba(255,255,255,0) 100px),#ffffff}.tournament-bracket{position:relative;min-width:100%}.tournament-bracket-lines{position:absolute;inset:0;overflow:visible;pointer-events:none}.tournament-bracket-lines path{fill:none;stroke:#cbd5e1;stroke-width:2;vector-effect:non-scaling-stroke}.tournament-bracket-lines path.pending{stroke-dasharray:5 5}.tournament-bracket-lines path.advanced{stroke:#2563eb;stroke-width:3}.tournament-bracket-round-label{position:absolute;top:16px;color:#475569;font-size:14px;font-weight:800;text-align:center}.tournament-bracket-round-label.champion{color:#b45309}.tournament-bracket-round-label.third-place{font-size:13px}.tournament-match-card{position:absolute;z-index:2;overflow:hidden;border:1px solid #cbd5e1;border-radius:10px;background:#ffffff;color:#0f172a;box-shadow:0 4px 14px rgba(15,23,42,.08);text-decoration:none;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.tournament-match-card:hover{transform:translateY(-1px);border-color:#60a5fa;box-shadow:0 7px 18px rgba(37,99,235,.15)}.tournament-match-card.status-live{border-color:#ef4444;box-shadow:0 0 0 2px rgba(239,68,68,.1)}.prelim-results-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.prelim-results-group{min-width:0;padding:14px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}.prelim-results-group-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.prelim-results-group-header strong{font-size:15px}.prelim-results-section-title{margin:12px 0 6px;color:#475569;font-size:12px;font-weight:800}.prelim-standings-table-wrap{overflow-x:auto;border:1px solid #e2e8f0;border-radius:8px;background:#ffffff}.prelim-standings-table{width:100%;min-width:470px;border-collapse:collapse;table-layout:fixed;font-size:11px}.prelim-standings-table td,.prelim-standings-table th{padding:7px 4px;border-bottom:1px solid #edf2f7;text-align:center;white-space:nowrap}.prelim-standings-table th{background:#f8fafc;color:#64748b;font-weight:800}.prelim-standings-table tbody tr:last-child td{border-bottom:0}.prelim-standings-table td:first-child,.prelim-standings-table th:first-child{width:36px}.prelim-standings-table td:nth-child(2),.prelim-standings-table th:nth-child(2){width:auto;overflow:hidden;text-align:left;text-overflow:ellipsis}.prelim-standings-table td:nth-child(3),.prelim-standings-table td:nth-child(4),.prelim-standings-table th:nth-child(3),.prelim-standings-table th:nth-child(4){width:30px}.prelim-standings-table td:nth-child(5),.prelim-standings-table td:nth-child(6),.prelim-standings-table th:nth-child(5),.prelim-standings-table th:nth-child(6){width:42px}.prelim-standings-table td:nth-child(7),.prelim-standings-table th:nth-child(7){width:58px}.prelim-results-group-header span{color:#64748b;font-size:12px;font-weight:700}.prelim-match-list{display:grid;grid-gap:10px;gap:10px}.tournament-match-card.prelim-match-card{position:relative;top:auto!important;left:auto!important;display:block;width:100%!important;height:92px!important}.tournament-match-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;height:27px;padding:0 10px;border-bottom:1px solid #e2e8f0;background:#f8fafc;color:#64748b;font-size:11px;font-weight:700}.tournament-match-meta em{color:#64748b;font-style:normal}.tournament-match-court{overflow:hidden;flex:1 1 auto;color:#2563eb;text-align:center;text-overflow:ellipsis;white-space:nowrap}.status-live .tournament-match-meta em{color:#dc2626}.tournament-match-team{display:grid;grid-template-columns:minmax(0,1fr) 26px;align-items:center;min-height:31px;padding:0 9px 0 11px;font-size:12px}.tournament-match-team+.tournament-match-team{border-top:1px solid #f1f5f9}.tournament-match-team-info{display:flex;align-items:center;min-width:0;gap:7px}.tournament-match-team-info>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tournament-match-team-logo{width:21px;height:21px;flex:0 0 21px;border-radius:50%;object-fit:contain;background:#ffffff}.tournament-match-team-logo.placeholder{display:inline-flex;align-items:center;justify-content:center;border:1px solid #cbd5e1;background:#f1f5f9;color:#64748b;font-size:10px;font-weight:800}.tournament-match-team strong{text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.tournament-match-team.winner{background:#eff6ff;color:#1d4ed8;font-weight:800}.tournament-match-team.loser{background:#f8fafc;color:#94a3b8}.tournament-champion-card{position:absolute;z-index:2;display:flex;align-items:center;justify-content:center;gap:9px;width:214px;min-height:68px;padding:12px;border:2px dashed #fbbf24;border-radius:12px;background:#fffbeb;color:#92400e;text-align:center}.tournament-champion-card.decided{border-style:solid;background:linear-gradient(135deg,#fffbeb,#fef3c7);box-shadow:0 8px 20px rgba(180,83,9,.14)}.tournament-champion-card span{font-size:24px}.tournament-champion-card strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stat-player-table{table-layout:fixed}.stat-player-table td:first-child,.stat-player-table th:first-child{width:180px}.stat-player-table td:nth-child(2),.stat-player-table th:nth-child(2){width:220px}.stat-player-table td:nth-child(3),.stat-player-table th:nth-child(3){width:64px;text-align:center}.public-stat-table{table-layout:fixed;min-width:760px;width:100%}.public-stat-name-col{width:24%}.public-stat-team-col{width:30%}.public-stat-metric-col,.public-stat-rank-col{width:7.6%}.public-stat-rank-cell,.public-stat-table td:not(:first-child),.public-stat-table th:not(:first-child){text-align:center}.public-stat-name-cell,.public-stat-team-cell{white-space:normal;overflow-wrap:anywhere;line-height:1.35}.public-stat-table .sort-header-button{width:100%;text-align:center}@media (max-width:640px){.public-stat-table{min-width:680px;font-size:13px}.public-stat-name-col{width:120px}.public-stat-team-col{width:190px}.public-stat-metric-col,.public-stat-rank-col{width:62px}}.table th{text-align:left;color:var(--muted);font-size:11.5px;font-weight:700;padding:10px 12px;border-bottom:1px solid var(--line);background:#fafbfd;white-space:nowrap}.table td{text-align:left;font-size:13px;padding:11px 12px;border-bottom:1px solid var(--ink-100)}.table tbody tr{transition:background .12s ease}.table tbody tr:hover{background:var(--blue-50)}.compact-filter-grid{margin-bottom:12px;max-width:360px}.league-division-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(180px,320px) 120px;grid-gap:8px;gap:8px;margin-top:8px;align-items:end}@media (max-width:720px){.league-division-row{grid-template-columns:1fr}}.sort-header-button{border:0;background:transparent;color:inherit;font:inherit;font-weight:600;padding:0;cursor:pointer}.match-detail-link{color:#0f172a;font-weight:700;text-decoration:none}.match-detail-link:hover{text-decoration:underline}.public-set-score-grid{margin-top:14px}.public-game-detail{display:grid;grid-gap:18px;gap:18px;width:100%;min-width:0;max-width:960px;margin:0 auto}.public-game-detail>*{min-width:0}.public-game-detail .table-scroll{width:100%;max-width:100%}.public-game-card-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.public-game-card-title{display:inline-flex;align-items:center;min-width:0;gap:10px}.public-game-card-header h3{margin:0;font-size:18px}.public-game-back-button{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;min-height:34px;padding:0;font-size:18px;line-height:1}.public-game-share-button{min-height:34px;padding:7px 12px;font-size:13px;font-weight:700;white-space:nowrap}.public-game-score-card{position:relative;border:1px solid #d1d5db;background:#ffffff;padding:28px 28px 32px}.public-game-score-topline{position:absolute;top:0;left:0;right:0;height:6px;background:#082238}.public-game-meta{display:grid;grid-gap:3px;gap:3px;color:var(--muted);font-size:13px;line-height:1.35}.public-game-meta strong{max-width:100%;color:var(--text);font-size:16px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.public-game-meta span{color:#777777}.public-game-live-set{display:inline-flex;align-items:center;gap:7px;width:-moz-fit-content;width:fit-content;margin-top:12px;padding:7px 11px;border:1px solid #fecaca;border-radius:999px;background:#fef2f2;color:#b91c1c;font-size:13px}.recording-event-row[draggable=true]{cursor:-webkit-grab;cursor:grab}.recording-event-row[draggable=true]:active{cursor:-webkit-grabbing;cursor:grabbing}.recording-event-row.dragging{opacity:.45}.recording-event-empty{padding:7px 8px;border:1px dashed #dbe3ec;border-radius:8px;color:var(--muted);font-size:12px;text-align:center}.public-game-live-set>span{width:8px;height:8px;border-radius:50%;background:#ef4444;box-shadow:0 0 0 4px rgb(239 68 68/14%)}.public-game-scoreboard{display:grid;grid-template-columns:minmax(0,1fr) minmax(84px,auto) minmax(0,1fr);align-items:center;grid-column-gap:12px;column-gap:12px;grid-row-gap:0;row-gap:0;margin-top:18px}.public-game-scoreboard>.public-game-set-score,.public-game-scoreboard>.public-game-team{margin-bottom:12px}.public-game-set-divider{grid-column:1/-1;height:1px;margin:2px 0 6px;background:var(--line)}.public-game-set-empty{grid-column:1/-1;margin:4px 0 0}.public-game-set-line{display:contents}.public-game-set-cell{display:flex;align-items:center;justify-content:center;min-height:38px;color:var(--text);font-size:18px;font-weight:700;line-height:1}.public-game-set-cell.won{color:var(--blue-600);background:var(--blue-50);border-radius:8px}.public-game-set-cell.lost,.public-game-set-label{color:var(--muted);font-weight:600}.public-game-set-label{flex-direction:column;gap:3px;font-size:12px}.public-game-set-label em{color:#dc2626;font-size:11px;font-style:normal}.public-game-team{display:grid;justify-items:center;grid-gap:8px;gap:8px;min-width:0}.public-game-team-logo{width:64px;height:64px;object-fit:contain}.public-game-team-logo-placeholder{background:transparent}.public-game-team-logo-link{display:inline-flex;border-radius:12px;transition:transform .15s ease}.public-game-team-logo-link:hover{transform:scale(1.06)}.public-game-h2h{margin-top:16px;padding-top:14px;border-top:1px solid var(--line)}.public-game-h2h-heading{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:10px}.public-game-h2h-heading h4{margin:0;font-size:14px}.public-game-h2h-heading span{color:var(--muted);font-size:12px}.public-game-h2h-summary{display:grid;grid-template-columns:minmax(0,1fr) auto auto auto minmax(0,1fr);align-items:center;justify-items:center;grid-gap:10px;gap:10px;margin-bottom:14px}.public-game-h2h-summary .public-game-h2h-team{max-width:100%;color:var(--text);font-size:14px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.public-game-h2h-summary strong{color:var(--text);font-size:14px;font-weight:700;line-height:1.2}.public-game-h2h-summary em{color:var(--text);font-style:normal;font-weight:700}.public-game-roster-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.public-game-roster-panel{min-width:0;border:1px solid var(--line);border-radius:12px;padding:12px}.public-game-roster-panel-header{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:8px}.public-game-roster-panel-header h4{margin:0;min-width:0;font-size:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.public-game-roster-panel-header span{flex-shrink:0;color:var(--muted);font-size:12px}.public-game-roster-group+.public-game-roster-group{margin-top:8px;padding-top:8px;border-top:1px dashed var(--line)}.public-game-roster-group-label{display:block;margin-bottom:4px;color:var(--muted);font-size:12px;font-weight:700}.public-game-roster-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.public-game-roster-list li{display:grid;grid-template-columns:44px minmax(0,1fr);align-items:center;grid-gap:8px;gap:8px;min-height:34px;padding:0 4px;font-size:14px;border-bottom:1px solid var(--line)}.public-game-roster-list li:last-child{border-bottom:0}.public-game-roster-list li b{color:var(--muted);font-size:13px;font-weight:600;text-align:right}@media (max-width:640px){.public-game-roster-grid{grid-template-columns:minmax(0,1fr)}}.public-game-h2h-row{cursor:pointer}.public-game-h2h-row:hover{background:var(--blue-50)}.public-game-team-name{max-width:100%;color:var(--text);font-size:15px;font-weight:700;line-height:1.25;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.public-game-set-score{display:inline-grid;grid-template-columns:auto auto auto;align-items:center;justify-content:center;gap:8px;color:var(--text);font-size:30px;font-weight:700;line-height:1}.public-game-set-score strong{min-width:28px;text-align:center}.public-game-tabs{display:flex;flex-wrap:wrap;gap:8px;padding:8px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}.public-game-tabs button{display:inline-flex;align-items:center;justify-content:center;gap:4px;min-width:0;min-height:36px;max-width:100%;border:1px solid transparent;border-radius:10px;background:#ffffff;color:#374151;padding:8px 12px;font:inherit;font-size:13px;font-weight:700;cursor:pointer}.public-game-tabs button:last-child{border-right:1px solid transparent}.public-game-tabs button.active{background:var(--accent);border-color:var(--accent);color:#ffffff}.public-game-tabs button span{min-width:0;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.public-game-record-section{display:grid;grid-gap:14px;gap:14px}.public-game-record-section h2{position:relative;margin:0;padding-top:16px;color:#2f3437;font-size:28px;font-weight:500;line-height:1.25}.public-game-record-section h2:before{content:"";position:absolute;top:0;left:0;width:76px;height:7px;background:#1f5f92}.public-game-record-table{min-width:720px;table-layout:fixed;font-size:14px}.public-game-record-table th{color:var(--muted);font-size:12px;font-weight:700;text-transform:none}.public-game-record-table td,.public-game-record-table th{padding:10px 8px;text-align:center;border-bottom:1px solid #e2e8f0}.public-game-record-table tbody tr:nth-child(2n){background:transparent}.table-scroll .public-game-player-record-table{min-width:0;width:100%;table-layout:fixed}.public-game-player-record-table td,.public-game-player-record-table th{padding-right:4px;padding-left:4px}.public-game-record-table td:first-child,.public-game-record-table th:first-child{width:32%;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.public-game-back-number{display:inline-flex;align-items:center;justify-content:flex-end;flex:0 0 34px;min-width:34px;color:#6b7280;font-size:.82em;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.public-game-back-number.empty{visibility:hidden}.public-game-player-cell{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;grid-column-gap:10px;column-gap:10px;min-width:0}.public-game-player-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.public-game-back-link{display:grid;place-items:center;min-height:60px;background:#555555;color:#ffffff;text-decoration:none;font-size:24px}@media (max-width:640px){.recording-origin-player-add{grid-template-columns:minmax(0,1fr)}.recording-origin-player-add small{grid-column:auto}.public-game-detail{gap:14px}.public-game-score-card{padding:24px 10px 28px}.public-game-meta strong{font-size:15px}.public-game-scoreboard{grid-template-columns:minmax(0,1fr) 72px minmax(0,1fr);column-gap:8px}.public-game-team-logo{width:54px;height:54px}.public-game-team-name{font-size:13px}.public-game-set-score{gap:6px;font-size:26px}.public-game-tabs button{min-height:34px;padding:7px 10px;font-size:12px}.public-game-tabs button span{max-width:110px}.public-game-record-section h2{font-size:24px}.public-game-record-table{min-width:680px;font-size:13px}.table-scroll .public-game-player-record-table{min-width:0;font-size:11px}.public-game-player-record-table th{font-size:10px;line-height:1.15}.public-game-player-record-table td,.public-game-player-record-table th{padding:7px 2px}.public-game-player-record-table td:first-child,.public-game-player-record-table th:first-child{width:36%}.public-game-player-record-table .public-game-player-cell{grid-template-columns:27px minmax(0,1fr);column-gap:4px}.public-game-player-record-table .public-game-back-number{flex-basis:27px;min-width:27px}}.public-set-score-row{grid-template-columns:86px minmax(0,1fr) minmax(0,1fr);align-items:stretch}.public-set-team-score{display:grid;grid-gap:4px;gap:4px;min-width:0;padding:10px;border-radius:8px;background:#f8fafc}.public-set-team-score span{min-width:0;overflow-wrap:anywhere;color:var(--muted);font-size:12px}.public-set-team-score strong{font-size:20px}@media (max-width:720px){.public-set-score-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.public-set-score-row .set-score-meta{grid-column:1/-1}}.table td.player-link-cell{padding:0}.game-order-row{cursor:-webkit-grab;cursor:grab;transition:transform .22s ease,opacity .22s ease,background-color .22s ease;will-change:transform,opacity}.game-order-row:active{cursor:-webkit-grabbing;cursor:grabbing}.game-order-row-dragging{opacity:.42;background:#eff6ff}.game-order-row-drop-target td{background:rgba(37,99,235,.06)}.game-order-handle{width:40px;min-width:40px;padding:4px 8px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.court-schedule-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px;color:var(--muted);font-size:13px}.game-schedule-filters{display:grid;grid-template-columns:minmax(150px,220px) minmax(170px,240px) auto 1fr;align-items:end;grid-gap:10px;gap:10px;margin:0 0 12px;padding:12px;border:1px solid var(--border);border-radius:10px;background:#f8fafc}.manual-game-create-panel{display:grid;grid-gap:12px;gap:12px;margin-bottom:18px;padding:16px;border:1px solid #bfdbfe;border-radius:12px;background:linear-gradient(135deg,#eff6ff,#f8fafc)}.manual-game-create-heading{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding-bottom:10px;border-bottom:1px solid #dbeafe}.manual-game-create-heading strong{color:#1d4ed8;font-size:15px}.manual-game-create-heading span{color:var(--muted);font-size:12px}.manual-game-submit{display:grid;align-content:end;grid-gap:6px;gap:6px}.manual-game-submit span{color:var(--muted);font-size:12px}.overview-edit-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.overview-courts-editor{display:grid;grid-column:1/-1;grid-gap:8px;gap:8px;padding:12px;border:1px solid var(--border);border-radius:10px;background:#f8fafc}.overview-court-row{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:8px;gap:8px}.overview-court-row input{width:100%}.overview-edit-actions{display:flex;grid-column:1/-1;justify-content:flex-end;gap:8px}.game-filter-reset{align-self:end}.game-filter-count{align-self:center;justify-self:end;color:var(--muted);font-size:13px;font-weight:600}.court-schedule-toolbar label{display:inline-flex;align-items:center;gap:7px;color:var(--text);font-weight:600}.court-schedule-board{display:grid;grid-template-columns:repeat(var(--schedule-court-count,1),minmax(260px,1fr));grid-gap:12px;gap:12px;overflow-x:auto;padding:2px 2px 10px}.court-schedule-column{min-height:220px;border:1px solid var(--border);border-radius:12px;background:#f8fafc;transition:border-color .16s ease,background-color .16s ease}.court-schedule-column-target{border-color:#2563eb;background:#eff6ff}.court-schedule-header{position:-webkit-sticky;position:sticky;top:0;z-index:1;display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid var(--border);border-radius:12px 12px 0 0;background:#fff}.court-schedule-header span{color:var(--muted);font-size:12px}.court-schedule-list{display:grid;grid-gap:9px;gap:9px;min-height:170px;padding:10px}.court-game-card{position:relative;display:grid;grid-gap:8px;gap:8px;padding:12px;border:1px solid #dbe3ee;border-radius:10px;background:#fff;box-shadow:0 1px 2px rgba(15,23,42,.04);cursor:-webkit-grab;cursor:grab;transition:opacity .16s ease,transform .16s ease,border-color .16s ease,box-shadow .16s ease}.court-game-card:hover{border-color:#93c5fd;box-shadow:0 6px 18px rgba(15,23,42,.08)}.court-game-card-dragging{opacity:.38;transform:scale(.98)}.court-game-card-target{border-color:#2563eb;box-shadow:0 -3px 0 #2563eb}.court-game-card-topline,.court-game-meta{display:flex;align-items:center;justify-content:space-between;gap:8px}.court-game-order{color:#2563eb;font-size:12px;font-weight:700}.court-game-match{color:var(--text);font-weight:700;line-height:1.35;text-decoration:none}.court-game-match:hover{text-decoration:underline}.court-game-meta{justify-content:flex-start;flex-wrap:wrap;color:var(--muted);font-size:12px}.court-game-meta span+span:before{content:"·";margin-right:8px}.court-game-date{display:grid;grid-gap:4px;gap:4px;color:var(--muted);font-size:12px}.court-game-date input{width:100%}.court-game-delete{justify-self:end;padding:4px 9px;font-size:12px}.court-schedule-drop-hint,.court-schedule-empty{display:grid;min-height:120px;place-items:center;padding:20px;border:1px dashed #cbd5e1;border-radius:9px;color:var(--muted);text-align:center}@media (max-width:720px){.manual-game-create-heading{align-items:flex-start;flex-direction:column}.game-schedule-filters,.overview-edit-form{grid-template-columns:1fr}.game-filter-count{justify-self:start}.court-schedule-toolbar{align-items:flex-start;flex-direction:column}.court-schedule-board{grid-template-columns:repeat(var(--schedule-court-count,1),minmax(240px,82vw))}}.table td .player-cell-link{display:block;width:100%;padding:10px 8px;color:inherit;text-decoration:none}.table td .player-cell-link:hover{text-decoration:underline}.player-name-with-team{display:inline-flex;align-items:baseline;gap:8px;flex-wrap:wrap}.player-team-inline{color:var(--muted);font-size:12px}.stats-match-col{min-width:320px;white-space:normal}.records-schedule-table{min-width:860px}.record-status-pill{display:inline-flex;align-items:center;justify-content:center;min-width:54px;padding:4px 8px;border-radius:999px;background:#f1f5f9;color:#475569;font-size:12px;font-weight:700}.record-status-pill.live{background:#dcfce7;color:#166534}.record-status-pill.finished{background:#e0e7ff;color:#3730a3}.record-status-pill.cancelled{background:#fee2e2;color:#991b1b}.list-row{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px dashed #e2e8f0}.stat-pill{background:var(--accent-soft);color:#374151;padding:6px 10px;border-radius:999px;display:inline-flex;gap:8px;align-items:center;font-size:12px}.empty-state{padding:16px;border-radius:12px;background:#f8fafc;border:1px dashed #e2e8f0}.empty-title{font-weight:600}.empty-desc{color:var(--muted);font-size:13px}.page-grid{display:grid;grid-gap:18px;gap:18px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:24px;cursor:default}.auth-card{width:min(420px,90vw);background:var(--card);box-shadow:var(--shadow);padding:32px;border-radius:var(--radius);display:grid;grid-gap:16px;gap:16px}.auth-shell div,.auth-shell form,.auth-shell h1,.auth-shell label,.auth-shell p{cursor:default}.auth-shell input,.auth-shell textarea{cursor:text}.auth-shell select{cursor:default}.auth-card h1{margin:0}.error-text{color:#b91c1c;font-size:13px}.global-loading{position:fixed;top:14px;left:50%;z-index:3000;width:min(360px,calc(100vw - 32px));overflow:hidden;transform:translateX(-50%);border:1px solid #bfdbfe;border-radius:12px;background:rgba(255,255,255,.97);color:#1e3a8a;box-shadow:0 12px 30px rgba(15,23,42,.2);pointer-events:none}.global-loading-content{display:flex;align-items:center;justify-content:center;gap:9px;padding:11px 16px 10px;font-size:14px;font-weight:700}.global-loading-spinner{width:17px;height:17px;flex:0 0 auto;border:2px solid #bfdbfe;border-top-color:#2563eb;border-radius:50%;animation:global-loading-spin .75s linear infinite}.global-loading-bar{height:3px;width:45%;border-radius:999px;background:linear-gradient(90deg,#60a5fa,#2563eb,#60a5fa);animation:global-loading-slide 1.15s ease-in-out infinite}@keyframes global-loading-spin{to{transform:rotate(1turn)}}@keyframes global-loading-slide{0%{transform:translateX(-110%)}to{transform:translateX(245%)}}@media (prefers-reduced-motion:reduce){.global-loading-bar,.global-loading-spinner{animation:none}}.notice-overlay{position:fixed;inset:0;background:rgba(15,23,42,.45);display:grid;place-items:center;z-index:1000;padding:20px}.notice-modal{width:min(460px,92vw);background:#ffffff;border-radius:14px;border:1px solid #e2e8f0;padding:18px;box-shadow:0 20px 50px rgba(15,23,42,.2)}.notice-modal.success{border-left:5px solid #16a34a}.notice-modal.error{border-left:5px solid #dc2626}.notice-modal.info{border-left:5px solid #2563eb}.notice-title{margin:0 0 8px;font-size:18px}.notice-message{margin:0;font-size:14px;line-height:1.5;color:#334155;white-space:pre-line}.notice-close{margin-top:16px}.set-score-modal{width:min(560px,94vw)}.set-score-modal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;margin-top:12px}.set-score-modal-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;margin-top:16px}.upload-progress-overlay{z-index:1300;pointer-events:all}.upload-progress-modal{display:grid;justify-items:center;grid-gap:10px;gap:10px;text-align:center}.upload-progress-spinner{width:34px;height:34px;border:3px solid #dbeafe;border-top-color:#2563eb;border-radius:50%;animation:upload-progress-spin .8s linear infinite}@keyframes upload-progress-spin{to{transform:rotate(1turn)}}.danger-button:disabled,.ghost-button:disabled,.primary-button:disabled,.secondary-button:disabled,.sidebar-edge-toggle:disabled,button:disabled{cursor:default!important;pointer-events:none}.pagination-row{margin-top:12px;display:flex;align-items:center;gap:10px}.pagination-status{color:var(--muted);font-size:13px}@media (max-width:980px){.app-shell,.app-shell.sidebar-collapsed,.prelim-results-grid{grid-template-columns:1fr}.app-sidebar{position:relative;top:0;margin:0;border-radius:0;border-right:0;border-bottom:1px solid var(--line);height:auto;overflow:visible}.app-shell.sidebar-collapsed .sidebar-edge-toggle,.sidebar-edge-toggle{position:absolute;top:16px;left:auto;right:12px}.topbar{padding:18px 20px 12px}.app-content{padding:0 20px 28px}.topbar-title{font-size:18px}.topbar-subtitle{font-size:12px}.admin-option-row{align-items:stretch;flex-direction:column}.set-score-row{grid-template-columns:1fr}.match-score-summary{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)}.recording-roster-grid{grid-template-columns:1fr}.player-register-optional-row,.player-register-required-row{grid-template-columns:repeat(2,minmax(0,1fr))}.recording-team-body{grid-template-columns:1fr}.recording-buttons{grid-template-columns:repeat(2,minmax(0,1fr))}.set-score-modal-grid{grid-auto-flow:row}.finished-set-team-grid,.finished-summary-grid,.recording-overall-player-grid,.set-score-modal-grid{grid-template-columns:1fr}}@media (max-width:640px){.player-register-optional-row,.player-register-required-row{grid-template-columns:1fr}}.dashboard-operations{display:grid;grid-gap:18px;gap:18px}.dashboard-filter-grid{display:grid;grid-template-columns:minmax(240px,2fr) minmax(170px,1fr) repeat(2,minmax(140px,auto));align-items:end;grid-gap:12px;gap:12px}.dashboard-publish-status{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:42px;padding:8px 12px;border:1px solid var(--border-color);border-radius:10px;background:#f8fafc;color:var(--muted);font-size:12px}.dashboard-publish-status strong{padding:4px 9px;border-radius:999px;font-size:12px}.dashboard-publish-status strong.published{background:#dcfce7;color:#166534}.dashboard-publish-status strong.private{background:#f1f5f9;color:#475569}.dashboard-status-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.dashboard-status-card{display:flex;align-items:center;justify-content:space-between;min-height:82px;padding:17px 20px;border:1px solid var(--border-color);border-left:5px solid #94a3b8;border-radius:14px;background:var(--card);box-shadow:0 4px 14px rgba(15,23,42,.05)}.dashboard-status-card span{color:var(--muted);font-size:13px;font-weight:700}.dashboard-status-card strong{font-size:27px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.dashboard-status-card.scheduled{border-left-color:#64748b}.dashboard-status-card.live{border-left-color:#ef4444}.dashboard-status-card.finished{border-left-color:#4f46e5}.dashboard-status-card.cancelled{border-left-color:#f59e0b}.dashboard-court-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:12px;gap:12px}.dashboard-court-card{overflow:hidden;border:1px solid var(--border-color);border-radius:12px;background:#f8fafc}.dashboard-court-card>header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 13px;border-bottom:1px solid var(--border-color);background:#ffffff}.dashboard-court-card>header span{color:var(--muted);font-size:11px}.dashboard-court-game{display:grid;grid-gap:5px;gap:5px;padding:12px 13px}.dashboard-court-game+.dashboard-court-game{border-top:1px solid var(--border-color)}.dashboard-court-game>span{color:var(--muted);font-size:11px;font-weight:700}.dashboard-court-game>strong{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.dashboard-court-game>a{justify-self:start;color:#2563eb;font-size:12px;font-weight:700;text-decoration:none}.dashboard-court-game.live{background:#fef2f2}.dashboard-court-game.live>a,.dashboard-court-game.live>span{color:#dc2626}.dashboard-court-complete{padding:18px 13px;color:var(--muted);font-size:12px}.dashboard-main-grid{display:grid;grid-template-columns:minmax(0,3fr) minmax(320px,2fr);grid-gap:18px;gap:18px;align-items:start}.dashboard-attention-list,.dashboard-game-list{display:grid;grid-gap:9px;gap:9px}.dashboard-game-row{display:grid;grid-template-columns:76px minmax(0,1fr) auto;align-items:center;grid-gap:12px;gap:12px;padding:11px 12px;border:1px solid var(--border-color);border-radius:11px;background:#ffffff}.dashboard-game-row.status-live{border-color:#fca5a5;background:#fffafa}.dashboard-game-content,.dashboard-game-time{display:grid;min-width:0;grid-gap:3px;gap:3px}.dashboard-game-time strong{font-size:14px}.dashboard-game-meta>span:first-child,.dashboard-game-score,.dashboard-game-time span{color:var(--muted);font-size:11px}.dashboard-game-meta{display:flex;align-items:center;gap:8px}.dashboard-game-match{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.dashboard-row-action{white-space:nowrap}.dashboard-court-pending,.dashboard-row-action-disabled{color:#94a3b8;font-size:11px;font-weight:700;white-space:nowrap}.dashboard-row-action-disabled{padding:8px 10px;border-radius:8px;background:#f1f5f9;text-align:center}.dashboard-attention-list article{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;grid-gap:10px;gap:10px;padding:11px 12px;border:1px solid #fde68a;border-radius:10px;background:#fffbeb}.dashboard-attention-list article>div:first-child{display:grid;min-width:0;grid-gap:3px;gap:3px}.dashboard-attention-list article>div:first-child strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.dashboard-attention-list article>a,.dashboard-attention-list article>div:first-child span{color:#64748b;font-size:11px}.dashboard-attention-list article>a{font-weight:700;white-space:nowrap}.dashboard-attention-reasons{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:4px}.dashboard-attention-reasons span{padding:3px 6px;border-radius:999px;background:#fef3c7;color:#92400e;font-size:10px;font-weight:800}.dashboard-clear-state{padding:22px;border:1px solid #bbf7d0;border-radius:11px;background:#f0fdf4;color:#166534;font-size:13px;text-align:center}.public-nav{margin-bottom:12px}@media (max-width:720px){.public-topbar{align-items:flex-start;gap:10px;padding:14px 12px 10px}.public-topbar .topbar-title{font-size:18px}.public-topbar .topbar-subtitle{font-size:11px}.public-topbar-actions{justify-content:flex-end;gap:5px}.public-topbar-actions .ghost-button{min-height:38px;padding:7px 10px;font-size:11px}.public-content{padding:0 10px 24px}.public-nav{position:-webkit-sticky;position:sticky;top:0;z-index:20;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:6px;gap:6px;margin:0 -2px 10px;padding:6px 2px;background:rgba(246,248,252,.96);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.public-nav .quick-action-button{display:grid;min-width:0;min-height:42px;place-items:center;padding:8px 4px;font-size:11px;line-height:1.2;text-align:center}.public-layout .card{padding:14px 12px;border-radius:14px}.public-layout .card+.card{margin-top:12px}.public-layout .card-header{gap:9px;margin-bottom:10px}.public-layout .card-header h3{font-size:15px;line-height:1.35}.public-layout .card-header-actions .quick-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.public-layout .card-header-actions .quick-action-button{min-height:40px;text-align:center}.public-layout .form-grid{grid-template-columns:1fr;gap:9px}.public-layout .input input,.public-layout .input select{min-height:44px}.public-schedule-court-filter,.public-schedule-date-filter{flex-wrap:nowrap;margin:0 -2px 12px;padding:2px;overflow-x:auto;scrollbar-width:none}.public-schedule-date-filter{padding-bottom:12px;border-bottom:1px solid var(--border-color)}.public-schedule-court-filter::-webkit-scrollbar,.public-schedule-date-filter::-webkit-scrollbar{display:none}.public-schedule-court-button,.public-schedule-court-filter>span,.public-schedule-date-button,.public-schedule-date-filter>span{flex:0 0 auto}.public-schedule-court-button,.public-schedule-date-button{min-height:40px;padding:8px 12px}.public-schedule-table,.table-scroll .public-schedule-table{width:100%;min-width:100%}.public-schedule-table th{padding:8px 6px;font-size:12px}.public-schedule-court-cell{min-width:0;padding:6px}.public-schedule-game{padding:9px}.public-schedule-match{overflow-wrap:anywhere;font-size:12px}.prelim-results-grid{gap:12px}.prelim-results-group{padding:10px}.prelim-results-group-header strong{font-size:16px}.prelim-standings-table{min-width:0;font-size:10px}.prelim-standings-table td,.prelim-standings-table th{padding:7px 2px}.prelim-standings-table td:first-child,.prelim-standings-table th:first-child{width:28px}.prelim-standings-table td:nth-child(2),.prelim-standings-table th:nth-child(2){width:auto;white-space:normal;overflow-wrap:anywhere}.prelim-standings-table td:nth-child(3),.prelim-standings-table td:nth-child(4),.prelim-standings-table th:nth-child(3),.prelim-standings-table th:nth-child(4){width:24px}.prelim-standings-table td:nth-child(5),.prelim-standings-table td:nth-child(6),.prelim-standings-table th:nth-child(5),.prelim-standings-table th:nth-child(6){width:34px}.prelim-standings-table td:nth-child(7),.prelim-standings-table th:nth-child(7){width:47px}.tournament-bracket-scroll{margin:0 -4px;border-radius:9px;overscroll-behavior-x:contain;scroll-snap-type:x proximity}.public-stat-table td:first-child,.public-stat-table th:first-child{position:-webkit-sticky;position:sticky;left:0;z-index:2;background:#ffffff;box-shadow:1px 0 0 #e2e8f0}.public-stat-table th:first-child{z-index:3;background:#f8fafc}.public-game-card-header{align-items:center}.public-game-back-button,.public-game-share-button{min-height:40px}.public-game-tabs{overflow-x:auto}.public-game-tabs button{flex:1 0 auto;min-height:42px}.public-game-record-section{padding:16px 10px}.public-game-record-section h2{font-size:20px}}@media (max-width:900px){.dashboard-filter-grid,.dashboard-main-grid{grid-template-columns:1fr}.dashboard-status-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.recording-team-panel-header{align-items:flex-start;flex-direction:column;gap:5px}.dashboard-game-row{grid-template-columns:64px minmax(0,1fr)}.dashboard-row-action{grid-column:1/-1;justify-self:stretch;text-align:center}.dashboard-attention-list article{grid-template-columns:1fr}.dashboard-attention-reasons{justify-content:flex-start}}@media (min-width:641px) and (max-width:980px){.recording-buttons{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:640px){.recording-buttons,.recording-entry-list{grid-template-columns:repeat(2,minmax(0,1fr))}.team-recording-events{max-height:150px}}@media (max-width:420px){.recording-entry-list{grid-template-columns:minmax(0,1fr)}.recording-buttons{grid-template-columns:repeat(4,minmax(0,1fr))}}.site-analytics-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px 14px;margin-bottom:14px}.site-analytics-range{display:inline-flex;gap:6px;padding:4px;border:1px solid var(--line);border-radius:999px;background:#f8fafc}.site-analytics-range button{border:1px solid transparent;border-radius:999px;background:transparent;color:var(--ink-700);padding:6px 12px;font:inherit;font-size:13px;font-weight:700;cursor:pointer}.site-analytics-range button.active{background:#ffffff;border-color:var(--line);color:var(--blue-600)}.site-analytics-range button:disabled{cursor:default;opacity:.7}.site-analytics-note{color:var(--muted);font-size:12px}.site-analytics-tiles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;margin-bottom:16px}.site-analytics-tile{display:flex;flex-direction:column;gap:4px;padding:12px 14px;border:1px solid var(--line);border-radius:12px;background:#f8fafc}.site-analytics-tile span{color:var(--muted);font-size:12px}.site-analytics-tile strong{color:var(--ink);font-size:22px;font-weight:700;line-height:1.2}.site-analytics-tile em{color:var(--muted);font-size:14px;font-style:normal;font-weight:600}.site-analytics-section h4{margin:0 0 8px;font-size:14px}.site-analytics-section+.site-analytics-section{margin-top:16px}.site-analytics-chart{display:flex;align-items:flex-end;gap:2px;height:120px;padding:6px 6px 0;border-bottom:1px solid var(--line);border:solid var(--line);border-width:1px 1px 2px;border-radius:12px 12px 0 0;background:#ffffff}.site-analytics-bar{flex:1 1;min-width:0;height:100%;display:flex;align-items:flex-end}.site-analytics-bar-fill{width:100%;min-height:2px;border-radius:3px 3px 0 0;background:var(--blue-500);transition:height .2s ease}.site-analytics-bar:hover .site-analytics-bar-fill{background:var(--blue-600)}.site-analytics-axis{display:flex;justify-content:space-between;padding:4px 6px 0;color:var(--muted);font-size:12px}.site-analytics-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px;margin-top:16px}.site-analytics-columns .site-analytics-section+.site-analytics-section{margin-top:0}.site-analytics-table td,.site-analytics-table th{font-size:13px}.site-analytics-table .num{text-align:right;white-space:nowrap}@media (max-width:760px){.site-analytics-columns,.site-analytics-tiles{grid-template-columns:minmax(0,1fr)}}.public-schedule-court-filter-mobile,.public-schedule-mobile{display:none}.public-schedule-team-filter{margin-bottom:10px}.public-schedule-my-next{display:block;margin-bottom:12px;padding:10px 12px;border:1px solid var(--blue-100);border-radius:12px;background:var(--blue-50);color:var(--text);text-decoration:none}.public-schedule-my-next-head{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:4px}.public-schedule-my-next-head strong{font-size:13px;color:var(--blue-600)}.public-schedule-my-next-head span{flex-shrink:0;font-size:12px;color:var(--muted)}.public-schedule-my-next-match{font-size:15px;font-weight:700}.public-schedule-my-next-match em{color:var(--muted);font-style:normal;font-weight:400}.public-schedule-my-next-meta{margin-top:2px;color:var(--ink-700);font-size:12px}.public-schedule-my-next-empty{margin:0 0 12px;color:var(--muted);font-size:13px}.public-schedule-court-section+.public-schedule-court-section{margin-top:16px}.public-schedule-court-section-head{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:6px}.public-schedule-court-section-head h4{margin:0;font-size:14px}.public-schedule-court-section-head span{min-width:0;color:var(--muted);font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.public-schedule-court-section-head span.live{color:#dc2626;font-weight:700}.public-schedule-court-section-head span.live i{display:inline-block;width:7px;height:7px;margin-right:5px;border-radius:50%;background:#ef4444;vertical-align:1px}.public-schedule-court-rows{border:1px solid var(--line);border-radius:10px;overflow:hidden}.public-schedule-court-row{display:grid;grid-template-columns:54px minmax(0,1fr) 44px;grid-gap:8px;gap:8px;align-items:center;padding:8px 10px;border-bottom:1px solid var(--line);background:#ffffff;color:var(--text);font-size:13px;text-decoration:none}.public-schedule-court-row:last-child{border-bottom:0}.public-schedule-court-row.live{background:#fff7f7}.public-schedule-court-row-order{display:flex;flex-direction:column;gap:1px;color:var(--muted);font-size:11px;font-weight:600;line-height:1.3}.public-schedule-court-row-order b{color:var(--ink-700);font-weight:700}.public-schedule-court-row.live .public-schedule-court-row-match small,.public-schedule-court-row.live .public-schedule-court-row-order,.public-schedule-court-row.live .public-schedule-court-row-order b,.public-schedule-court-row.live .public-schedule-court-row-time{color:#b91c1c}.public-schedule-court-row-match{display:grid;grid-template-columns:minmax(0,1fr) 22px 8px 22px minmax(0,1fr);grid-gap:4px;gap:4px;align-items:center;min-width:0}.public-schedule-court-row-team{min-width:0;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.public-schedule-court-row-team.left{text-align:right}.public-schedule-court-row-team.won,.public-schedule-court-row.live .public-schedule-court-row-team{color:var(--text);font-weight:700}.public-schedule-court-row-match b{color:var(--muted);font-weight:600;text-align:center}.public-schedule-court-row-match b.won{color:var(--blue-600);font-weight:700}.public-schedule-court-row.live .public-schedule-court-row-match b{color:var(--text);font-weight:700}.public-schedule-court-row-match em{color:var(--muted);font-style:normal;text-align:center}.public-schedule-court-row-match small{grid-column:1/-1;margin-top:2px;font-size:11px;font-weight:700;text-align:center}.public-schedule-court-row-time{display:flex;flex-direction:column;align-items:flex-end;gap:1px;color:var(--muted);font-size:11px;font-weight:600;line-height:1.3;text-align:right}.public-schedule-court-row-time b{font-weight:700}@media (max-width:640px){.public-schedule-mobile{display:block}.public-schedule-court-filter-mobile{display:flex}.public-schedule-court-filter-desktop,.public-schedule-sections,.public-schedule-status-filter{display:none}}.sheet-banner{margin:0 0 12px;padding:10px 12px;border-radius:10px;background:var(--blue-50);color:var(--blue-600);font-size:14px}.sheet-set-tabs{margin-bottom:14px}.sheet-lock{margin:0 0 12px;padding:10px 12px;border-radius:10px;background:#fff7ed;color:#9a3412;font-size:13px}.sheet-court-change{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:12px;gap:12px;margin:0 0 14px;padding:12px 14px;border:1px solid #fca5a5;border-radius:12px;background:#fff1f2;color:#991b1b;font-size:13px}.sheet-court-change strong{font-size:15px}.sheet-signatures{display:grid;grid-gap:10px;gap:10px;margin:14px 0 0;padding:12px 14px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}.sheet-sign-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));grid-gap:10px;gap:10px}.sheet-sign-grid-coaches{grid-template-columns:repeat(2,minmax(0,1fr))}.sheet-sign-grid-officials{margin-top:10px;grid-template-columns:repeat(5,minmax(0,1fr))}@media (max-width:760px){.sheet-sign-grid-officials{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}}.sheet-sign-slot{display:grid;grid-gap:6px;gap:6px;padding:10px;border:1px dashed #cbd5e1;border-radius:10px;background:#fff}.sheet-sign-slot.signed{border-style:solid;border-color:#93c5fd}.sheet-sign-label{font-size:12px;font-weight:700;color:var(--ink-700)}.sheet-sign-img{width:100%;height:64px;object-fit:contain;border-radius:6px;background:#fff}.sheet-sign-meta{font-size:12px;color:#64748b}.sheet-sign-form{display:grid;grid-gap:10px;gap:10px;padding:12px;border:1px solid #93c5fd;border-radius:10px;background:#fff}.signature-pad canvas{display:block;width:100%;border:1px solid #cbd5e1;border-radius:8px;background:#fff;touch-action:none;cursor:crosshair}.signature-pad-actions{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:6px}.sheet-start-options{display:flex;flex-wrap:wrap;gap:8px 20px}.sheet-check{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--ink-700)}.sheet-check input{width:16px;height:16px}@media (max-width:640px){.sheet-court-change{grid-template-columns:minmax(0,1fr)}}.sheet-set-tabs button.live{color:#b91c1c}.sheet-set-tabs button.active{background:var(--blue-600);color:#ffffff}.sheet-board{display:grid;grid-template-columns:minmax(0,1fr) 150px minmax(0,1fr);grid-gap:16px;gap:16px;align-items:start}.sheet-team{min-width:0;display:flex;flex-direction:column;gap:8px}.sheet-team.right .sheet-team-head{flex-direction:row-reverse}.sheet-team.right .sheet-team-actions,.sheet-team.right .sheet-team-meta,.sheet-team.right .sheet-team-row{justify-content:flex-end;text-align:right}.sheet-team-head{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.sheet-team-head strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sheet-team-head span{flex-shrink:0;color:var(--muted);font-size:12px}.sheet-order{display:grid;grid-template-columns:repeat(auto-fit,minmax(30px,1fr));grid-gap:4px;gap:4px}.sheet-order-chip{display:inline-flex;align-items:center;justify-content:center;min-height:32px;border:1px solid var(--line);border-radius:8px;background:#ffffff;font-size:13px;font-weight:700}.sheet-order-chip.serving{border-color:var(--blue-600);background:var(--blue-50);color:var(--blue-600)}.sheet-court{position:relative;display:grid;grid-template-rows:1fr 1fr;align-items:center;justify-items:center;grid-column-gap:10px;column-gap:10px;grid-row-gap:0;row-gap:0;aspect-ratio:3/1.9;margin:22px 10px 10px;padding:8px 10px;border:3px solid #ffffff;border-top:0;outline:1px solid #c2561a;background:#e5762a}.sheet-court:before{content:"";position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;z-index:0;border-radius:0 0 10px 10px;background:#f2a26b}.sheet-court:after{content:"";position:absolute;left:0;right:0;top:50%;z-index:1;border-top:3px solid #ffffff;pointer-events:none}.sheet-court-net{position:absolute;top:-10px;left:-10px;right:-10px;z-index:2;height:8px;border-radius:4px 4px 0 0;background:repeating-linear-gradient(90deg,#1e3a8a 0 8px,#2563eb 8px 16px);color:transparent;font-size:0;overflow:hidden}.sheet-pos{position:relative;z-index:2;display:flex;justify-content:center;gap:1px;width:80%;aspect-ratio:1;padding:9px 2px 4px;border:1.5px solid #fbd7bf;border-radius:9px;background:#ffffff;color:#1e3a8a;font-size:13px;font-weight:700}.sheet-pos,.sheet-pos b{flex-direction:column;align-items:center}.sheet-pos b{display:inline-flex;gap:2px;font-size:15px;line-height:1}.sheet-pos b i{padding:0 5px;border-radius:999px;background:#dbeafe;color:#1d4ed8;font-size:9px;font-style:normal;font-weight:700;letter-spacing:.04em;line-height:1.4}.sheet-pos em{max-width:100%;overflow:hidden;font-size:10px;font-style:normal;font-weight:500;color:#5f5e5a;text-overflow:ellipsis;white-space:nowrap}.sheet-pos-tag{position:absolute;bottom:5px;color:#dbeafe}.sheet-pos.empty{border-style:dashed;background:rgba(255,255,255,.75);color:#c2561a}.sheet-pos small{position:absolute;top:3px;left:5px;font-size:9px;font-weight:700;color:#c2561a}.sheet-pos.back{background:#ffffff}.sheet-pos.serving{border-color:#2563eb;background:#2563eb;color:#ffffff}.sheet-pos.serving em,.sheet-pos.serving small{color:#dbeafe}.sheet-pos.serving b i{background:rgba(255,255,255,.25);color:#ffffff}.sheet-pos.libero{border-color:#f59e0b;background:#fffbeb;color:#92400e}.sheet-pos.libero b i{background:#f59e0b;color:#ffffff}.sheet-libero-alert{margin:6px 0 0;padding:8px 10px;border:1px solid #fcd34d;border-radius:8px;background:#fffbeb;color:#92400e;font-size:12px}.sheet-start-liberos{margin-top:6px;padding-top:6px;border-top:1px dashed var(--line)}.print-libero{display:flex;flex-wrap:wrap;gap:4px 12px;font-size:11px;color:#92400e}.sheet-team-meta{min-height:16px;color:var(--muted);font-size:12px}.sheet-team-meta .serving{color:var(--blue-600);font-weight:700}.sheet-team-row{display:flex;flex-wrap:wrap;align-items:center;gap:6px;font-size:12px}.sheet-team-row-label{color:var(--muted);font-weight:700}.sheet-slot{padding:2px 8px;border:1px dashed var(--line);border-radius:999px;color:var(--muted);white-space:nowrap}.sheet-slot.used{border-style:solid;background:#f8fafc;color:var(--text)}.sheet-team-actions{display:flex;flex-wrap:wrap;gap:6px}.sheet-team-actions .secondary-button{padding:6px 10px;font-size:12px}.sheet-inline-form{display:grid;grid-gap:8px;gap:8px;padding:10px;border:1px solid var(--line);border-radius:10px;background:#f8fafc;text-align:left}.sheet-inline-actions{display:flex;gap:8px;flex-wrap:wrap}.sheet-center{display:flex;flex-direction:column;align-items:center;gap:6px;padding-top:34px;text-align:center}.sheet-center-label,.sheet-center-sub{color:var(--muted);font-size:12px}.sheet-score{display:inline-grid;grid-template-columns:auto auto auto;align-items:center;gap:6px;font-size:44px;font-weight:800;letter-spacing:-.02em;line-height:1}.sheet-score em{color:var(--muted);font-size:24px;font-style:normal}.sheet-center-ready{margin-top:4px;padding:2px 8px;border-radius:999px;background:#dcfce7;color:#166534;font-size:11px;font-weight:700}.sheet-center-done{margin-top:4px;color:var(--blue-600);font-size:12px;font-weight:700}.sheet-point-row{display:grid;grid-template-columns:minmax(0,1fr) 64px;grid-gap:6px;gap:6px;margin-top:2px}.sheet-point{min-height:46px;font-size:15px;font-weight:800}.sheet-point-minus{min-width:0;padding-left:0;padding-right:0;font-size:18px}.sheet-actions{display:flex;align-items:center;gap:8px;margin-top:10px}.sheet-actions-spacer{flex:1 1}.sheet-log,.sheet-sanctions{display:flex;flex-direction:column;gap:6px;margin-top:14px;padding-top:12px;border-top:1px solid var(--line)}.sheet-sanctions{flex-direction:row;flex-wrap:wrap;align-items:center;font-size:12px}.sheet-log-list{display:flex;flex-wrap:wrap;gap:4px}.sheet-log-item{padding:2px 8px;border-radius:6px;background:#f1f5f9;font-size:12px}.sheet-log-item.team1{background:var(--blue-50);color:var(--blue-600)}.sheet-log-item small{color:var(--muted);font-size:11px}.sheet-start{display:flex;flex-direction:column;gap:12px}.sheet-start-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.sheet-start-team{display:flex;flex-direction:column;gap:8px}.sheet-start-slots{display:grid;grid-gap:6px;gap:6px}.sheet-start-slot{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;grid-gap:6px;gap:6px;font-size:12px;color:var(--muted)}.sheet-start-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px;padding-top:10px;border-top:1px solid var(--line)}.sheet-danger{margin-top:18px;border-top:1px dashed #fecaca;padding-top:8px}.sheet-danger-toggle{background:none;border:0;padding:4px 0;color:#b91c1c;font-size:12px;font-weight:800;cursor:pointer}.sheet-danger-body{display:grid;grid-gap:8px;gap:8px;margin-top:6px;padding:10px;border:1px solid #fecaca;border-radius:10px;background:#fff5f5}.sheet-danger-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.sheet-danger-row>div{display:grid;grid-gap:2px;gap:2px;min-width:0}.sheet-danger-row strong{font-size:13px;color:#991b1b}.sheet-danger-row span{font-size:12px;color:var(--muted)}.sheet-danger-row .danger-button{flex-shrink:0}@media (max-width:640px){.sheet-danger-row{flex-direction:column;align-items:stretch}}.sheet-first-serve{display:flex;flex-wrap:wrap;align-items:center;gap:12px;font-size:13px}.sheet-first-serve>span{color:var(--muted);font-weight:700}.sheet-first-serve label{display:inline-flex;align-items:center;gap:5px}@media (max-width:760px){.sheet-board{grid-template-columns:minmax(0,1fr)}.sheet-center{order:-1;padding-top:0}.sheet-team.right .sheet-team-actions,.sheet-team.right .sheet-team-head,.sheet-team.right .sheet-team-meta,.sheet-team.right .sheet-team-row{flex-direction:row;justify-content:flex-start;text-align:left}.sheet-start-grid{grid-template-columns:minmax(0,1fr)}}.recording-mode-tabs{margin:0 0 16px}.recording-mode-tabs button.active{background:var(--blue-600);color:#ffffff}.recording-mode-tabs button:disabled{opacity:.45;cursor:not-allowed}.delegation-form{display:grid;grid-template-columns:minmax(220px,1fr) auto auto;grid-gap:12px;gap:12px;align-items:end;margin:12px 0 16px}.delegation-permissions{display:flex;flex-wrap:wrap;gap:8px 14px;padding-bottom:8px}.delegation-permission{display:inline-flex;align-items:center;gap:6px;font-size:13px;cursor:pointer}.delegation-table td strong{display:block}.delegation-email{display:block;color:var(--muted);font-size:12px}.delegation-chips{display:flex;flex-wrap:wrap;gap:6px}.delegation-chip{display:inline-flex;align-items:center;gap:4px;padding:3px 6px 3px 10px;border-radius:999px;background:var(--blue-50);color:var(--blue-600);font-size:12px;font-weight:700}.delegation-chip button{border:0;background:transparent;color:var(--blue-600);font:inherit;font-size:14px;line-height:1;cursor:pointer;padding:0 2px}.delegation-badge{display:inline-block;margin-left:8px;padding:2px 8px;border-radius:999px;background:var(--blue-50);color:var(--blue-600);font-size:11px;font-weight:700;vertical-align:middle}.input .input-checkbox-row{display:inline-flex;align-items:center;gap:6px;min-height:36px;font-size:13px;font-weight:400;color:var(--ink);cursor:pointer}.input .input-checkbox-row input[type=checkbox]{width:16px;height:16px;margin:0;padding:0;accent-color:var(--blue-600)}.delegated-league-summary{display:flex;flex-direction:column;gap:4px;font-size:14px}.delegated-league-summary strong{font-size:16px}.delegated-league-summary span{color:var(--ink-700)}@media (max-width:760px){.delegation-form{grid-template-columns:minmax(0,1fr);align-items:stretch}}.public-game-player-cell+.wildcard-badge,.public-game-roster-list li .wildcard-badge,td .wildcard-badge{margin-left:6px;vertical-align:middle}.print-sheet{max-width:1120px;margin:0 auto;padding:16px;background:#fff;color:#111827;font-size:12px;line-height:1.35}.print-toolbar{display:flex;align-items:center;gap:12px;margin-bottom:14px;padding:10px 12px;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc}.print-toolbar .dropzone-caption{flex:1 1}.print-head{display:grid;grid-gap:8px;gap:8px;margin-bottom:12px}.print-title{display:flex;align-items:center;gap:8px;font-size:18px}.print-title span{font-size:13px;color:#475569}.print-meta,.print-order,.print-table{width:100%;border-collapse:collapse}.print-meta td,.print-meta th,.print-order td,.print-order th,.print-table td,.print-table th{border:1px solid #94a3b8;padding:3px 6px;text-align:center;vertical-align:middle}.print-meta th,.print-order th,.print-table th{background:#f1f5f9;font-weight:700;white-space:nowrap}.print-meta td{text-align:left}.print-set{margin-bottom:12px;padding:8px 10px;border:1px solid #94a3b8;border-radius:6px;page-break-inside:avoid;break-inside:avoid}.print-set-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:6px;font-size:13px}.print-set-score{font-size:15px}.print-set-body{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.print-team{display:grid;grid-gap:5px;gap:5px}.print-team-head{display:flex;align-items:center;gap:8px}.print-badge,.print-sr{font-size:15px}.print-side{margin-left:auto;font-size:11px;color:#64748b}.print-order td{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:700}.print-sub-row td{font-size:10px;font-weight:400;color:#1e3a8a;min-height:18px}.print-strip{display:flex;flex-wrap:wrap;gap:2px}.print-strip span{width:20px;height:18px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #cbd5e1;font-size:10px;color:#94a3b8}.print-strip span.hit{background:#dbeafe;border-color:#60a5fa;color:#1e3a8a;text-decoration:line-through}.print-team-foot{display:flex;gap:14px;font-size:11px;color:#334155}.print-rally,.print-set-note{margin-top:6px;font-size:11px;color:#334155}.print-rally{display:flex;gap:8px}.print-rally-label{font-weight:700;white-space:nowrap}.print-rally-seq{word-break:break-word;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.print-rally-rows{flex:1 1 auto;min-width:0}.print-rally-table{width:100%;border-collapse:collapse;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.print-rally-table th{width:1%;padding:0 5px;border:1px solid #94a3b8;font-size:9px;font-weight:700;color:#334155;text-align:left;white-space:nowrap}.print-rally-table td{height:14px;padding:0;border:1px solid #cbd5e1;font-size:9px;font-weight:700;text-align:center;color:transparent}.print-rally-table.dense td{height:12px;font-size:7.5px}.print-rally-table td.hit{color:#0f172a;background:#e2e8f0;print-color-adjust:exact;-webkit-print-color-adjust:exact}.print-approval-row,.print-set-signs{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:8px;gap:8px;margin-top:8px}.print-sign{display:grid;grid-gap:2px;gap:2px;padding:6px 8px;border:1px dashed #94a3b8;border-radius:6px}.print-sign-label{font-size:11px;font-weight:700}.print-sign img,.print-sign-empty{height:46px;width:100%;object-fit:contain}.print-sign-name{font-size:10px;color:#475569}.print-bottom{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;margin-bottom:12px}.print-box{display:grid;grid-gap:6px;gap:6px;align-content:start;padding:8px 10px;border:1px solid #94a3b8;border-radius:6px;page-break-inside:avoid;break-inside:avoid}.print-remark{margin:0;font-size:11px}.print-result th:first-child{text-align:left}.print-result-meta{display:grid;grid-gap:2px;gap:2px;font-size:11px}.print-approval{display:grid;grid-gap:4px;gap:4px;margin-bottom:10px;page-break-inside:avoid;break-inside:avoid}.print-foot{font-size:10px;color:#64748b;text-align:right}@media (max-width:720px){.print-bottom,.print-set-body{grid-template-columns:1fr}}@media print{@page{size:A4 landscape;margin:10mm}body{background:#fff!important}.app-sidebar,.no-print,.topbar{display:none!important}.app-content,.app-main,.app-shell{display:block!important;margin:0!important;padding:0!important;max-width:none!important}.print-sheet{max-width:none;padding:0;font-size:11px}.print-strip span.hit{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.practice-teams{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:14px;gap:14px;margin-top:12px}.practice-team{display:grid;grid-gap:8px;gap:8px;align-content:start;padding:12px;border:1px solid var(--line);border-radius:12px;background:#f8fafc}.practice-roster input,.practice-roster select{width:100%;min-width:0;padding:4px 6px;border:1px solid var(--line);border-radius:6px;font-size:13px}.practice-roster input[type=number]{width:64px}.practice-roster input[type=checkbox]{width:auto}.practice-roster td,.practice-roster th{padding:4px 6px}.practice-composition-title{margin:16px 0 0;text-align:center;font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--blue-600)}select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:32px;border:1px solid #d5dde8;border-radius:10px;background-color:#ffffff;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");background-repeat:no-repeat;background-position:right 10px center;background-size:16px 16px;color:var(--ink);font-family:inherit;font-size:13px;line-height:1.3;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}select:hover:not(:disabled){border-color:#93c5fd}.input select:focus,select:focus,select:focus-visible{outline:none;border-color:var(--blue-600);box-shadow:0 0 0 3px rgba(37,99,235,.18)}select:disabled{cursor:not-allowed;background-color:#f8fafc;color:#94a3b8;opacity:1}.input select{min-height:38px;padding:8px 32px 8px 12px}.practice-roster select,.sheet-inline-form select,.sheet-start-slot select{min-height:36px;padding:6px 30px 6px 10px;border-radius:10px}.sheet-court.editable .sheet-pos{width:92%;padding:12px 3px}.sheet-pos select{width:92%;min-width:0;height:30px;min-height:30px;padding:0 18px 0 6px;border:1px solid #bfdbfe;border-radius:8px;background-color:#ffffff;background-position:right 4px center;background-size:12px 12px;color:#1e3a8a;font-size:11px;font-weight:700;text-align:center;text-align-last:center}.sheet-pos.serving select{border-color:#ffffff;background-color:#ffffff;color:#1d4ed8}.sheet-center-status{padding:3px 10px;border-radius:999px;background:#dbeafe;color:#1d4ed8;font-size:11px;font-weight:700}.sheet-center-controls{display:grid;grid-gap:6px;gap:6px;width:100%;margin-top:12px}.sheet-center-controls button{width:100%}@media (max-width:760px){.sheet-board{grid-template-columns:1fr}.sheet-center{order:-1;padding-top:0}}.notice-modal.sheet-modal{width:min(520px,94vw);max-height:90vh;overflow-y:auto;border-left:1px solid #e2e8f0}.sheet-modal .sheet-inline-form,.sheet-modal .sheet-sign-form{margin:0;padding:0;border:0;background:transparent}.sheet-modal .notice-title{margin-bottom:12px}.sheet-serve-now{display:flex;flex-direction:column;align-items:center;gap:2px;width:100%;margin-top:4px;padding:8px 10px;border:1.5px solid #bfdbfe;border-radius:12px;background:#eff6ff;color:#1e3a8a}.sheet-serve-now-label{font-size:12px;font-weight:700;color:#1d4ed8;letter-spacing:.02em}.sheet-serve-now b{font-size:30px;font-weight:800;line-height:1.05;color:#2563eb}.sheet-serve-now-name{font-size:14px;font-weight:700}.sheet-progress{margin-top:14px}.sheet-progress-scroll{overflow-x:auto;margin-top:6px;padding-bottom:4px}.sheet-progress-table{border-collapse:separate;border-spacing:2px}.sheet-progress-table th{position:-webkit-sticky;position:sticky;left:0;z-index:1;min-width:26px;padding:0 6px;border-radius:6px;background:var(--card);color:var(--muted);font-size:11px;font-weight:700;text-align:center}.sheet-progress-table tr.serving th{color:#1d4ed8;background:#eff6ff}.sheet-progress-table td{min-width:26px;height:24px;border-radius:6px;background:#f8fafc;font-size:12px;font-weight:700;text-align:center;color:transparent}.sheet-progress-table td.hit{color:#1e3a8a;background:#dbeafe}.sheet-progress-table td.hit.team2{color:#0f172a;background:#e2e8f0}.sheet-progress-table td.hit.last{color:#ffffff;background:#2563eb}.sheet-progress-table td.hit.cancelled{color:#b91c1c;background:#fee2e2}.recording-team-panel-header>h4{margin-right:auto}.sheet-code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-weight:800;letter-spacing:.08em;padding:2px 6px;border-radius:6px;background:#fff7ed;color:#c2410c}.sheet-team-head-tools{display:inline-flex;gap:6px}.notice-modal.sheet-scan-modal{width:min(720px,96vw)}.sheet-scan-subtitle{margin:-6px 0 12px;color:var(--muted);font-size:13px;font-weight:700}.sheet-scan-tabs{display:flex;gap:6px;margin-bottom:12px}.sheet-scan-tab{flex:1 1;padding:8px 10px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;font-weight:800;font-size:13px;color:var(--muted);cursor:pointer}.sheet-scan-tab.active{border-color:#f97316;background:#fff7ed;color:#c2410c}.sheet-scan-camera video{width:100%;max-height:52vh;border-radius:12px;background:#0f172a;object-fit:cover}.sheet-scan-image{display:grid;grid-gap:10px;gap:10px;justify-items:start}.sheet-scan-file{cursor:pointer}.sheet-scan-text textarea{width:100%;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;border:1px solid #e2e8f0;border-radius:10px;padding:10px;resize:vertical}.sheet-preview{display:grid;grid-gap:10px;gap:10px}.sheet-preview-meta{display:flex;flex-wrap:wrap;gap:6px 14px;color:var(--muted);font-size:12px;font-weight:700}.sheet-preview-issues{margin:0;padding:8px 12px 8px 28px;border-radius:10px;font-size:13px;font-weight:700}.sheet-preview-issues.error{background:#fee2e2;color:#b91c1c}.sheet-preview-issues.warning{background:#fef3c7;color:#b45309}.sheet-preview-summary{display:flex;gap:10px;font-size:12px;font-weight:800}.sheet-preview-summary .ok{color:#15803d}.sheet-preview-summary .check{color:#b45309}.sheet-preview-summary .missing{color:#b91c1c}.sheet-preview-table td,.sheet-preview-table th{font-size:13px;vertical-align:top}.sheet-preview-table tr.status-not_found td{background:#fff1f2}.sheet-preview-table tr.status-ambiguous td,.sheet-preview-table tr.status-check td{background:#fffbeb}.sheet-preview-status{display:inline-block;padding:2px 8px;border-radius:999px;font-size:12px;font-weight:800}.sheet-preview-status.ok{background:#dcfce7;color:#15803d}.sheet-preview-status.ambiguous,.sheet-preview-status.check{background:#fef3c7;color:#b45309}.sheet-preview-status.not_found{background:#fee2e2;color:#b91c1c}.sheet-preview-badge{display:inline-block;margin-left:4px;padding:1px 6px;border-radius:999px;background:#f1f5f9;color:#334155;font-size:11px;font-weight:800}.sheet-preview-note{margin-top:2px;color:var(--muted);font-size:12px}.sheet-preview-table select{width:100%;min-width:140px}.roster-source{display:inline-block;margin-left:6px;padding:1px 7px;border-radius:999px;background:#f1f5f9;color:#475569;font-size:11px;font-style:normal;font-weight:800}.roster-source.sheet{background:#fff7ed;color:#c2410c}.muted-text{color:var(--muted);font-size:12px}.sheet-sms-compose{display:grid;grid-gap:8px;gap:8px}.sheet-sms-compose textarea{width:100%;resize:vertical;font:inherit;font-size:13px;border:1px solid #e2e8f0;border-radius:10px;padding:8px 10px}.sheet-sms-tools{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.sheet-sms-sample pre{margin:4px 0 0;padding:10px 12px;border-radius:10px;background:#f8fafc;border:1px solid #e2e8f0;font:inherit;font-size:13px;white-space:pre-wrap;word-break:break-word}.roster-readonly-list{list-style:none;margin:0;padding:0;display:grid;grid-gap:4px;gap:4px}.roster-readonly-list li{display:flex;align-items:center;gap:8px;font-size:13px}.roster-readonly-list li b{min-width:34px}.roster-readonly-list li em{font-style:normal;font-size:11px;font-weight:800;padding:1px 7px;border-radius:999px;background:#f1f5f9;color:#475569}.public-live-ball{display:none}.public-schedule-court-row-team.serving{color:#c2410c}.public-live-board{margin-top:12px;padding:14px 16px 12px;border-radius:16px;background:#0f172a;color:#f8fafc;display:grid;grid-template-columns:minmax(0,1fr);grid-gap:12px;gap:12px}.public-live-board-head{display:flex;justify-content:space-between;align-items:center;gap:8px;font-size:12px;color:#94a3b8}.public-live-head-right{display:inline-flex;align-items:center;gap:8px}@keyframes public-live-blink{0%,to{opacity:1}50%{opacity:.55}}.public-live-badge{display:inline-flex;align-items:center;gap:6px;padding:3px 9px;border-radius:999px;background:#fee2e2;color:#b91c1c;font-size:11px;font-weight:800}.public-live-badge i{width:7px;height:7px;border-radius:50%;background:#ef4444;box-shadow:0 0 0 3px rgb(239 68 68/25%)}.public-live-main{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);grid-template-rows:auto auto auto auto;align-items:center;justify-items:center;grid-column-gap:10px;column-gap:10px;grid-row-gap:6px;row-gap:6px}.public-live-main .public-live-teamblock.team1{grid-area:1/1}.public-live-main .public-live-teamblock.team2{grid-area:1/3}.public-live-main .public-live-center{grid-area:1/2/3/3}.public-live-main .public-live-teamname.team1{grid-area:2/1}.public-live-main .public-live-teamname.team2{grid-area:2/3}.public-live-main .public-live-dots.set.team1{grid-area:3/1}.public-live-main .public-live-dots.set.team2{grid-area:3/3}.public-live-main .public-live-dots.timeout.team1{grid-area:4/1}.public-live-main .public-live-dots.timeout.team2{grid-area:4/3}.public-live-main .public-live-dots-label.set{grid-area:3/2}.public-live-main .public-live-dots-label.timeout{grid-area:4/2}.public-live-dots{display:inline-flex;align-items:center;gap:6px}.public-live-dots i{width:12px;height:12px;border-radius:50%;border:2px solid #94a3b8;background:transparent}.public-live-dots i.on{border-color:#fdba74;background:#f97316}.public-live-dots.timeout i{width:8px;height:8px;border-width:1.5px}.public-live-dots.timeout.active i.on{animation:public-live-blink 1.2s ease-in-out infinite}.public-live-dots-label{font-size:10px;font-weight:800;letter-spacing:.08em;color:#64748b}.public-live-dots-label.active{color:#fdba74;animation:public-live-blink 1.2s ease-in-out infinite}.public-live-teamblock{display:grid;justify-items:center;padding:8px 14px;border-radius:16px;background:#ffffff}.public-live-teamblock .public-live-logo.placeholder{background:#e2e8f0}.public-live-logo{width:64px;height:64px;object-fit:contain;background:transparent}.public-live-logo.placeholder{display:block;border-radius:50%;background:#1e293b}.public-live-teamname{display:grid;max-width:100%;min-width:0;font-size:15px;font-weight:800;line-height:1.2;color:#e2e8f0;text-align:center}.public-live-teamname>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.public-live-center{display:grid;justify-items:center;grid-gap:4px;gap:4px}.public-live-scoreline{display:grid;grid-template-columns:26px auto 26px;align-items:center;grid-gap:6px;gap:6px}.public-live-scoreline strong{font-size:48px;font-weight:800;letter-spacing:.02em;line-height:1;white-space:nowrap;color:#ffffff}.public-live-scoreline strong em{font-style:normal;color:#475569;margin:0 6px}.public-live-arrow-slot{display:inline-flex;justify-content:center;width:26px}.public-live-arrow{color:#f97316;animation:public-live-nudge 1.1s ease-in-out infinite}.public-live-arrow.left{transform:scaleX(-1)}@keyframes public-live-nudge{0%,to{opacity:1}50%{opacity:.45}}.public-live-server{font-size:12px;font-weight:700;color:#fdba74;white-space:nowrap}.public-live-setlines{display:grid;grid-gap:4px;gap:4px;justify-items:center}.public-live-setline{display:grid;grid-template-columns:40px 110px 40px;align-items:center;font-size:13px;color:#cbd5e1}.public-live-setline b{font-weight:800;color:#e2e8f0}.public-live-setline b:first-child{text-align:right}.public-live-setline b:last-child{text-align:left}.public-live-setline b.won{color:#ffffff}.public-live-setline b.lost{color:#64748b}.public-live-setline span{text-align:center;font-size:11px;color:#94a3b8}.public-live-setline.active span{color:#fdba74}.public-live-progress{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:2px;gap:2px;min-width:0;overflow:hidden;padding-bottom:2px}.public-live-progress-labels{display:grid;grid-template-rows:24px 24px;grid-gap:2px;gap:2px}.public-live-progress-labels span{display:flex;align-items:center;justify-content:center;min-width:34px;padding:0 6px;border-radius:6px;background:#1e293b;color:#94a3b8;font-size:11px;font-weight:800;white-space:nowrap}.public-live-progress-scroll{overflow-x:auto;min-width:0;scrollbar-width:none}.public-live-progress-scroll::-webkit-scrollbar{display:none}.public-live-progress-table{border-collapse:separate;border-spacing:2px;margin:-2px 0 0 -2px}.public-live-progress-table td{min-width:26px;height:24px;border-radius:6px;background:#1e293b;font-size:12px;font-weight:800;text-align:center;color:transparent}.public-live-progress-table td.hit{color:#e2e8f0;background:#334155}.public-live-progress-table td.hit.last{color:#0f172a;background:#f97316}@media (max-width:640px){.public-live-main{gap:6px}.public-live-logo{width:50px;height:50px}.public-live-teamname{font-size:13px}.public-live-scoreline strong{font-size:38px}}.public-preview-badge{display:inline-block;margin-left:6px;padding:1px 7px;border-radius:999px;background:#fef3c7;color:#92400e;font-size:11px;font-weight:800;vertical-align:1px}.public-preview-notice{margin:0 0 10px;padding:8px 12px;border-radius:10px;background:#fef3c7;color:#92400e;font-size:12px;font-weight:700}.public-game-lineup-tabs{margin-bottom:12px}.public-game-lineup-list{list-style:none;margin:0;padding:0;display:grid;grid-gap:4px;gap:4px}.public-game-lineup-list li{display:flex;align-items:center;gap:8px;font-size:13px}.public-game-lineup-list li b{min-width:34px;color:#1d4ed8}.public-game-lineup-pos{min-width:32px;padding:1px 6px;border-radius:6px;background:#f1f5f9;color:#475569;font-size:11px;font-weight:800;text-align:center}.sheet-side-swap{margin-top:6px;font-size:12px}.recording-bench-toggle{margin:6px 0 10px;font-size:12px}.recording-position-select{min-width:78px}.recording-player-select.has-position{grid-template-columns:minmax(0,1fr) 70px 84px 96px}@media (max-width:760px){.recording-player-select.has-position{grid-template-columns:minmax(0,1fr) 58px 72px 82px;gap:6px;padding:6px}.recording-player-select.has-position .recording-back-number-input,.recording-player-select.has-position select{padding:5px 4px;font-size:12px}}.recording-action-with-note{align-items:center;gap:10px;flex-wrap:wrap}.recording-action-with-note>button{width:auto;flex:0 0 auto}.recording-toolbar-note{margin:0}.recording-roster-summary{display:flex;flex-wrap:wrap;gap:6px 16px;font-size:13px;font-weight:700;color:#334155}.card-header-actions{display:inline-flex;gap:8px;flex-wrap:wrap}.elite-badge-row{display:inline-flex;flex-wrap:wrap;gap:4px;align-items:center}.elite-badge{display:inline-block;padding:2px 7px;border-radius:999px;font-size:11px;font-weight:800;font-style:normal;line-height:1.4;white-space:nowrap;background:#f1f5f9;color:#334155}.elite-badge.elite{background:#fee2e2;color:#b91c1c}.elite-badge.mismatch{background:#ffffff;color:#b91c1c;border:1px solid #fca5a5}.elite-badge.ambiguous{background:#fef3c7;color:#b45309}.elite-badge.error{background:#fee2e2;color:#7f1d1d}.elite-badge.none{background:#ecfdf5;color:#047857}.elite-badge.skipped,.elite-badge.unchecked{background:#f1f5f9;color:#64748b}.elite-cell{display:flex;flex-direction:column;gap:3px;min-width:180px}.elite-cell-summary{font-size:12px;color:#475569}.elite-details summary{cursor:pointer;font-size:12px;color:#2563eb}.elite-candidate+.elite-candidate{margin-top:6px;padding-top:6px;border-top:1px dashed #e2e8f0}.elite-candidate-head{display:flex;align-items:center;gap:6px;margin-top:4px;font-size:12px;font-weight:700;color:#334155}.elite-details ul{margin:4px 0 0;padding-left:14px;font-size:12px;color:#334155}.elite-details li.elite{font-weight:700;color:#b91c1c}.notice-modal.roster-modal-wide{width:min(880px,94vw)}.elite-check-progress{align-self:center;margin:0}.public-game-court{position:relative;aspect-ratio:1/.86;border:2px solid #94a3b8;border-radius:6px;background:#f1f5f9;overflow:hidden}.public-game-court-net{position:absolute;left:0;right:0;top:0;height:6px;background:#334155}.public-game-court-net:after{content:"네트";position:absolute;right:8px;top:8px;font-size:10px;font-weight:800;letter-spacing:.06em;color:#64748b}.public-game-court-attack{position:absolute;left:0;right:0;top:33.3%;border-top:2px dashed #cbd5e1}.public-game-court-cell{position:absolute;width:33.33%;display:flex;align-items:center;justify-content:center}.public-game-court-cell.front{top:8%;height:24%}.public-game-court-cell.back{top:55%;height:34%}.public-game-court-cell.c1{left:0}.public-game-court-cell.c2{left:33.33%}.public-game-court-cell.c3{left:66.66%}.public-game-court-chip{position:relative;display:flex;flex-direction:column;align-items:center;gap:2px;min-width:68px;max-width:96%;padding:7px 8px 6px;border:1px solid #cbd5e1;border-radius:10px;background:#ffffff;box-shadow:0 1px 2px rgba(15,23,42,.06)}.public-game-court-chip b{font-size:15px;line-height:1;color:#2563eb}.public-game-court-chip span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:700}.public-game-court-chip.serve:after{content:"서브";left:-6px;background:#fef3c7;color:#92400e}.public-game-court-chip.serve:after,.public-game-court-chip.sub:before{position:absolute;top:-9px;padding:1px 6px;border-radius:999px;font-size:10px;font-weight:800}.public-game-court-chip.sub:before{content:"교대";right:-6px;background:#dbeafe;color:#1d4ed8}.public-game-court-chip.sub{border-color:#93c5fd}.public-game-sub-mark{margin-left:6px;padding:1px 6px;border-radius:999px;background:#dbeafe;color:#1d4ed8;font-size:10px;font-style:normal;font-weight:800}.public-game-liberos{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin-top:10px}.public-game-libero{display:flex;align-items:center;gap:8px;min-width:0;padding:8px 10px;border:1px solid var(--line);border-radius:10px;background:#f8fafc}.public-game-libero em{flex:0 0 auto;padding:2px 7px;border-radius:999px;background:#e0f2fe;color:#0369a1;font-size:11px;font-style:normal;font-weight:800;white-space:nowrap}.public-game-libero b{color:#2563eb}.public-game-libero span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700}.public-game-libero.empty{justify-content:center;border-style:dashed;background:#ffffff;color:var(--muted);font-size:12px}.public-game-pos{display:inline-block;margin-left:6px;padding:1px 6px;border-radius:999px;background:#eef2ff;color:#4338ca;font-size:10px;font-style:normal;font-weight:800;vertical-align:middle}.public-game-roster-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.public-game-court-chip .public-game-pos{margin-left:0;margin-top:1px}.public-game-bench{display:grid;grid-template-columns:1fr 1fr;grid-gap:0 16px;gap:0 16px;margin-top:12px;padding-top:10px;border-top:1px solid var(--line)}.public-game-bench-col{min-width:0}.public-game-bench-col+.public-game-bench-col{padding-left:16px;border-left:1px solid var(--line)}.public-game-bench .public-game-roster-list li.on-court b{color:#1d4ed8}.public-game-bench .dropzone-caption{margin:0}@media (max-width:640px){.public-game-liberos{grid-template-columns:1fr}}.sheet-start-previous{display:flex;flex-wrap:wrap;gap:4px 14px;margin-bottom:8px;font-size:12px;color:#64748b}.sheet-start-previous b{color:#0f172a}.kva-sheet-page{display:flex;flex-direction:column;height:100vh;background:#f1f5f9}.kva-sheet-toolbar{display:flex;align-items:center;gap:10px;padding:10px 14px;background:#ffffff;border-bottom:1px solid #e2e8f0}.kva-sheet-toolbar strong{margin-right:auto;font-size:15px}.kva-sheet-page .dropzone-caption,.kva-sheet-page .notice-message{padding:16px}.kva-sheet-preview{flex:1 1 auto;width:100%;border:0}.offline-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:24px;text-align:center;color:#0f172a}.offline-page h1{margin:6px 0 0;font-size:20px}.offline-page p{margin:0 0 8px;color:#64748b;font-size:14px}.line-icon{display:block;color:#2563eb}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;padding:0;border:0;border-radius:10px;background:transparent;cursor:pointer}.icon-button:hover{background:#eff6ff}.brand-emblem{display:inline-block;background:transparent;border-radius:0}