:root{color-scheme:light;font-family:Pretendard Variable,Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Apple SD Gothic Neo,Noto Sans KR,Malgun Gothic,sans-serif;--blue-600:#2563eb;--blue-500:#3b82f6;--blue-100:#dbeafe;--blue-50:#eff6ff;--ink:#0f172a;--ink-700:#334155;--muted:#64748b;--ink-400:#94a3b8;--line:#e2e8f0;--ink-100:#f1f5f9;--bg:#f6f8fb;--card:#ffffff;--accent:var(--line);--accent-2:var(--blue-600);--accent-soft:var(--blue-50);--border-color:var(--line);--surface-color:var(--card);--text:var(--ink);--text-color:var(--ink);--shadow:0 1px 2px rgba(15,23,42,0.05),0 1px 3px rgba(15,23,42,0.06);--radius:12px}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:inherit;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}button{font-family:inherit}:focus-visible{outline:2px solid var(--blue-600);outline-offset:2px}.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)}.nav-link-icon{display:inline-flex;width:22px;min-width:22px;height:22px;border-radius:6px;align-items:center;justify-content:center;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-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;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.card-header-actions{display:inline-flex;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-tab small{font-size:11px;font-weight:800;line-height:1}.recording-set-tabs>.secondary-button{min-height:34px;padding:7px 12px;border-radius:8px;font-size:13px}.recording-set-tab.active{border-color:#2563eb;background:#dbeafe;color:#1d4ed8}.recording-set-tab.completed{border-color:#bbf7d0;background:#dcfce7;color:#15803d}.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;gap:8px;margin-bottom:6px}.public-schedule-round{color:var(--muted);font-size:12px;font-weight:700}.public-schedule-match{font-weight:700;line-height:1.4}.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}.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-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.tournament-bracket-heading h3{margin:0 0 5px;font-size:20px}.tournament-bracket-legend{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:9px 14px;color:var(--muted);font-size:12px}.tournament-bracket-legend span{display:inline-flex;align-items:center;gap:5px}.tournament-bracket-legend i{width:10px;height:10px;border-radius:50%;background:#cbd5e1}.tournament-bracket-legend i.winner{background:#2563eb}.tournament-bracket-legend i.loser{background:#94a3b8}.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-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}@media (max-width:720px){.tournament-bracket-heading{flex-direction:column}.tournament-bracket-legend{justify-content:flex-start}}.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-gap:12px;gap:12px;margin-top:18px}.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-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:20px;font-weight:700;line-height:1}.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:999px;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-set-list{display:grid;grid-gap:8px;gap:8px}.public-game-set-list-inline{margin-top:16px}.public-game-set-row{display:grid;grid-template-columns:62px minmax(0,1fr) 34px 12px 34px minmax(0,1fr);align-items:center;grid-gap:10px;gap:10px;border:1px solid #e2e8f0;border-radius:10px;background:#ffffff;padding:12px}.public-game-set-team{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.public-game-set-team-left{text-align:right}.public-game-set-team-right{text-align:left}.public-game-set-row b{text-align:center;font-size:18px}.public-game-set-row em{color:var(--muted);font-style:normal;text-align:center}.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);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-game-set-row{grid-template-columns:52px minmax(0,1fr) 30px 10px 30px minmax(0,1fr);gap:6px}}.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-heading{gap:10px;margin-bottom:12px}.tournament-bracket-heading h3{font-size:17px}.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}}.public-game-set-row.active{border-color:#fca5a5;background:#fff7f7;box-shadow:inset 3px 0 0 #ef4444}@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)}}