:root{--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-7:32px;--radius-sm:8px;--radius-md:10px;--font-size-xs:.78rem;--font-size-sm:.88rem;--font-size-md:1rem;--font-size-lg:1.25rem;--line-height-tight:1.2;--line-height-base:1.45;--color-bg-page:#f5f7f8;--color-bg-surface:#fff;--color-bg-subtle:#f8fbfc;--color-bg-nav:#e8eef0;--color-border:#d9e2e5;--color-border-strong:#c9d5d9;--color-text:#1b2428;--color-text-muted:#647276;--color-primary:#0f766e;--color-primary-strong:#15383c;--color-danger:#b42318;--shadow-panel:0 10px 24px #2031360f;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:var(--color-bg-page);color:var(--color-text);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}.auth-shell{min-height:100vh;padding:var(--space-5);place-items:center;display:grid}.auth-panel{gap:var(--space-6);width:min(480px,100%);display:grid}.auth-panel h1,.auth-panel p{margin-top:0}.auth-logo{width:112px;height:auto}.auth-form,.auth-form label{gap:var(--space-3);display:grid}.auth-success{gap:var(--space-3);padding:var(--space-4);border-radius:var(--radius-sm);color:#0f5c55;background:#e9f8f4;border:1px solid #93d5cb;grid-template-columns:auto minmax(0,1fr);display:grid}.auth-success-message{margin:var(--space-1) 0 0;display:block}.auth-success .button{grid-column:1/-1}.auth-footnote{color:var(--color-text-muted);font-size:var(--font-size-sm);margin:0}.auth-loading{text-align:center}.auth-global-error{z-index:10;top:var(--space-4);width:min(560px,100% - 32px);padding:var(--space-3) var(--space-4);border-radius:var(--radius-sm);color:var(--color-danger);background:#fff1f0;border:1px solid #f3b4af;position:fixed;left:50%;transform:translate(-50%)}.session-bar{justify-content:flex-end;align-items:center;gap:var(--space-3);margin-bottom:var(--space-3);color:var(--color-text-muted);font-size:var(--font-size-sm);display:flex}.session-bar .text-button{gap:var(--space-1);min-height:32px}button,input,select{font:inherit}button{cursor:pointer}.app-shell{width:min(1440px,100%);padding:var(--space-6);margin:0 auto}.judge-standalone-shell{width:min(1180px,100%);padding:var(--space-4)}.app-header{justify-content:space-between;align-items:flex-start;gap:var(--space-6);margin-bottom:var(--space-6);display:flex}.app-brand{gap:var(--space-2);display:grid}.app-brand-text{gap:0;display:grid}.app-logo{flex:none;width:96px;height:auto}.app-header h1{font-size:clamp(1.7rem,2.4vw,2.4rem);line-height:var(--line-height-tight);letter-spacing:0;margin:0}.eyebrow{margin:0 0 var(--space-2);color:#0e766d;font-size:var(--font-size-xs);letter-spacing:0;text-transform:uppercase;font-weight:800}.muted{color:var(--color-text-muted);line-height:var(--line-height-base)}.compact-text{font-size:var(--font-size-sm);margin:-4px 0 0}.header-actions,.button-row,.quick-actions{align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.session-actions{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.sync-control{color:#0f5c55;min-height:32px;font-size:var(--font-size-xs);background:#dff5ef;border:1px solid #93d5cb;border-radius:999px;align-items:center;gap:6px;padding:0 10px;font-weight:800;display:inline-flex}.sync-control.pending{color:#6f4e00;background:#fff8e6;border-color:#f1c870}.sync-control.conflict{color:#842018;background:#fff1f0;border-color:#f5b8b1}.sync-control:disabled{cursor:wait}.judge-standalone-shell>.sync-control{margin:0 0 var(--space-3) auto}.judge-standalone-session{align-items:center;gap:var(--space-3);margin-bottom:var(--space-3);justify-content:space-between;display:flex}.judge-standalone-session>div{gap:2px;display:grid}.judge-standalone-session small{color:var(--muted)}.sync-conflict-panel{margin-bottom:var(--space-4);border-color:#f5b8b1}.sync-conflict-panel>p{color:var(--muted)}.sync-conflict-item{border-top:1px solid var(--border);align-items:center;gap:var(--space-4);padding-top:var(--space-4);justify-content:space-between;display:flex}.sync-conflict-item p{margin:var(--space-1) 0 0}.spin{animation:.9s linear infinite sync-spin}@keyframes sync-spin{to{transform:rotate(360deg)}}.header-select,.header-select select{min-width:290px}.main-nav{justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-3);margin-bottom:var(--space-6);background:var(--color-bg-nav);border:1px solid var(--color-border);border-radius:var(--radius-sm);display:flex}.main-nav-primary{gap:var(--space-2);display:flex;overflow-x:auto}.main-nav-secondary{align-items:center;display:flex;position:relative}.nav-menu{top:calc(100% + var(--space-2));z-index:30;gap:var(--space-2);min-width:220px;padding:var(--space-3);display:grid;position:absolute;right:0}.nav-menu .button{justify-content:flex-start;width:100%}.tab,.button,.text-button{justify-content:center;align-items:center;gap:var(--space-2);border-radius:var(--radius-sm);background:var(--color-bg-surface);min-height:40px;color:var(--color-text);border:1px solid #0000;font-weight:700;text-decoration:none;transition:background .16s,border-color .16s,color .16s;display:inline-flex}.tab{white-space:nowrap;padding:0 var(--space-4)}.tab.active{background:var(--color-primary-strong);color:#fff}.tab.locked{color:#8a979c;background:#f3f6f7;border-color:#d6e0e3}.button.locked{color:#8a979c;border-style:dashed}.button{padding:0 var(--space-4);box-shadow:0 1px 1px #1b24280a}.button.primary{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.button.subtle{background:var(--color-bg-subtle);border-color:var(--color-border)}.button.danger{background:var(--color-danger);color:#fff;border-color:var(--color-danger)}.button.full{width:100%}.button:disabled{cursor:not-allowed;opacity:.55}.tab:disabled{cursor:default;opacity:1}.text-button{color:#0f766e;background:0 0;min-height:32px;padding:0 8px}.text-button.danger{color:#b42318}.notice{gap:var(--space-3);padding:var(--space-3) var(--space-4);background:#fff8e6;border:1px solid #f1c870;border-radius:8px;align-items:flex-start;display:flex}.notice p{flex:1;margin:0}.notice-stack{gap:var(--space-2);margin-bottom:var(--space-6);display:grid}.notice-info{color:#1b3a5c;background:#eef6ff;border-color:#b5d3f5}.notice-success{color:#0f5c55;background:#dff5ef;border-color:#93d5cb}.notice-warning{color:#6f4e00;background:#fff8e6;border-color:#f1c870}.notice-error{color:#842018;background:#fff1f0;border-color:#f5b8b1}.notice-dismiss{color:inherit;cursor:pointer;opacity:.7;background:0 0;border:0;padding:0 6px;font-size:1.4rem;line-height:1}.notice-dismiss:hover{opacity:1}.dialog-panel{width:min(560px,100%);max-height:calc(100dvh - 40px);padding:var(--space-5);border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-bg-surface);margin:auto;overflow:auto;box-shadow:0 16px 48px #1b24283d}.dialog-panel::backdrop{background:#141d2175}.dialog-panel--wide{width:min(1020px,100%)}.dialog-panel h2{margin:0 0 var(--space-3)}.dialog-body{gap:var(--space-3);display:grid}.dialog-body p{color:#415055;margin:0}.dialog-actions{justify-content:flex-end;gap:var(--space-3);margin-top:var(--space-4);display:flex}.grid{gap:var(--space-4);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.panel,.metric{background:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);box-shadow:var(--shadow-panel)}.panel{min-width:0;padding:var(--space-6)}.panel h2,.panel h3{margin:0 0 var(--space-3);letter-spacing:0;line-height:var(--line-height-tight)}.wide{grid-column:1/-1}.metric{min-height:118px;padding:var(--space-5)}.metric span{color:#647276;margin-bottom:10px;font-weight:700;display:block}.metric strong{font-size:2rem}.metric.warn strong{color:#b7791f}.metric.bad strong{color:#b42318}.stack{gap:var(--space-5);min-width:0;display:grid}.section-heading{justify-content:space-between;align-items:center;gap:var(--space-4);margin-bottom:var(--space-4);display:flex}.form-grid{gap:var(--space-4);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.form-grid.compact{grid-template-columns:repeat(6,minmax(0,1fr))}.setup-section-switch{gap:var(--space-2);padding:var(--space-2);flex-wrap:wrap;align-items:center;display:flex}.empty-state{padding:var(--space-7)}.empty-state-hero{gap:var(--space-6);grid-template-columns:140px minmax(0,1fr);align-items:start;display:grid}.empty-state-logo{width:120px;height:auto}.empty-state-content{gap:var(--space-4);max-width:720px;display:grid}.empty-state-content h1{margin:0;font-size:clamp(2rem,2.8vw,2.8rem)}.empty-state-content .muted{margin:0;font-size:1.08rem}.empty-state-form{padding:var(--space-4);margin:0}.empty-state-form.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.empty-state-available{margin-top:var(--space-7)}.competition-list-toolbar{justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);margin-bottom:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-bg-subtle);display:flex}.competition-list-backup-actions{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.competition-editor-form{grid-template-columns:repeat(2,minmax(0,1fr))}.competition-row-meta{color:var(--color-text-muted);font-size:var(--font-size-sm);margin-top:3px;display:block}.active-competition-badge{min-height:26px;padding:0 var(--space-2);color:#0f5c55;background:#dff5ef;border:1px solid #93d5cb;border-radius:999px;align-items:center;font-size:.78rem;font-weight:800;display:inline-flex}.competition-row-actions{justify-content:flex-start;align-items:center;gap:var(--space-1);text-align:left;flex-wrap:wrap;width:100%;display:flex}.competition-actions-column{text-align:left;min-width:540px}.competition-select-action{justify-content:flex-start}.competition-participants-action{min-height:34px;padding:0 var(--space-3)}.athletes-merge-form{align-items:end;gap:var(--space-4) var(--space-4);margin:var(--space-2) 0 var(--space-5);grid-template-columns:minmax(280px,1fr) minmax(280px,1fr) auto}.athletes-merge-actions{grid-column:auto;justify-content:flex-start;align-self:end}.athletes-merge-actions .button{min-width:220px}.athletes-summary{margin-top:var(--space-2)}.athletes-category-switch{margin-bottom:var(--space-4)}.athletes-help{margin:0 0 var(--space-4);font-size:.92rem}.athletes-table-wrap{margin-top:var(--space-2)}.athletes-empty-row{text-align:center;padding:var(--space-6) var(--space-4);font-size:1.02rem}.athletes-history-trigger{min-height:24px;padding:0;font-weight:600}.athlete-status-ok{color:#0f5c55;background:#e9f8f4;border:1px solid #b8e5da;border-radius:999px;align-items:center;min-height:24px;padding:0 8px;font-size:.78rem;font-weight:700;display:inline-flex}.warning-indicator-button{cursor:pointer}.athlete-issue-modal p{margin:0 0 var(--space-3)}.athlete-issue-modal ul{margin:0 0 var(--space-3);padding-left:1.1rem}.athlete-issue-modal li{margin:0 0 var(--space-1)}.athlete-canonical-row{margin-top:var(--space-2);align-items:center}.athlete-canonical-row select{min-width:280px}label{gap:var(--space-2);color:#415055;font-size:var(--font-size-sm);font-weight:700;display:grid}input,select{width:100%;min-height:42px;padding:0 var(--space-3);border:1px solid var(--color-border-strong);border-radius:var(--radius-sm);background:var(--color-bg-surface);color:var(--color-text);line-height:var(--line-height-base)}input:focus,select:focus{border-color:#0f766e;outline:3px solid #b9ece7}:focus-visible{outline-offset:2px;border-radius:6px;outline:3px solid #b9ece7}button:focus-visible,.tab:focus-visible,.button:focus-visible,.text-button:focus-visible{outline-offset:2px;outline:3px solid #b9ece7}.skip-link{top:-100px;left:var(--space-4);z-index:3000;padding:var(--space-3) var(--space-4);background:var(--color-primary-strong);color:#fff;border-radius:var(--radius-sm);font-weight:700;text-decoration:none;transition:top .16s;position:absolute}.skip-link:focus,.skip-link:focus-visible{top:var(--space-3);outline:3px solid #b9ece7}.checkbox-line{align-items:center;gap:var(--space-2);min-height:42px;display:flex}.checkbox-line input{width:18px;min-height:18px}.form-action{align-self:end}.hidden{display:none}.table-wrap{background:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);width:100%;min-width:0;max-width:100%;overflow:auto}table{border-collapse:collapse;width:100%;min-width:760px}th,td{padding:var(--space-3) var(--space-4);text-align:left;vertical-align:top;white-space:nowrap;border-bottom:1px solid #e7eef0}th{color:#36474d;font-size:var(--font-size-xs);text-transform:uppercase;letter-spacing:0;background:#eef4f5}.table-entry{grid-template-columns:420px minmax(0,1fr)}.judge-layout{gap:var(--space-4);grid-template-columns:320px minmax(280px,420px) minmax(0,1fr);align-items:start;display:grid}.judge-layout.judge-standalone{grid-template-columns:minmax(280px,420px) minmax(0,1fr)}.judge-standalone .judge-block-panel{padding:var(--space-3) var(--space-4);grid-column:1/-1}.judge-standalone.judge-locked-block .judge-block-panel{box-shadow:none;background:0 0;border-color:#0000;padding:0 2px}.judge-block-panel,.judge-search-panel,.judge-score-panel{gap:var(--space-4);display:grid}.judge-current-block{color:#fff;background:#15383c;border-radius:8px;justify-content:center;align-items:center;min-width:68px;min-height:52px;font-size:1.45rem;display:inline-flex}.judge-standalone-block-header{color:#415055;align-items:center;gap:10px;min-height:42px;font-weight:900;display:inline-flex}.judge-standalone-block-header strong{color:#fff;background:#15383c;border-radius:8px;justify-content:center;align-items:center;min-width:54px;min-height:36px;font-size:1.1rem;display:inline-flex}.judge-standalone-block-header small{color:#647276;font-size:var(--font-size-sm)}.judge-block-grid{grid-template-columns:repeat(auto-fill,minmax(70px,1fr));gap:8px;display:grid}.judge-block-button{color:#1b2428;background:#f8fbfc;border:1px solid #c9d5d9;border-radius:8px;min-height:54px;font-weight:900}.judge-block-button.selected{color:#fff;background:#15383c;border-color:#15383c}.judge-locked-note{color:#0f5c55;background:#e9f8f4;border:1px solid #b8e5da;border-radius:8px;margin:0;padding:12px 14px;font-weight:900}.judge-block-link{gap:8px;display:grid}.judge-block-link label{color:#415055;font-size:var(--font-size-sm);gap:8px;font-weight:800;display:grid}.judge-block-link input{text-overflow:ellipsis;white-space:nowrap;min-width:0;min-height:42px;overflow:hidden}.judge-last-mark{color:#0f5c55;text-align:left;cursor:pointer;background:#e9f8f4;border:1px solid #b8e5da;border-radius:8px;gap:4px;width:100%;padding:10px 12px;display:grid}.judge-last-mark:hover{background:#d6efe7}.judge-last-mark-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#0f5c55;opacity:.78;font-size:.7rem;font-weight:800}.judge-last-mark-line{align-items:center;gap:8px;font-weight:800;display:inline-flex}.judge-last-mark-line strong{color:#352600;background:#f2d27a;border-radius:6px;justify-content:center;align-items:center;min-width:36px;min-height:28px;font-size:.92rem;display:inline-flex}.judge-last-mark-name{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.judge-last-mark-detail{opacity:.8;font-size:.84rem}.judge-search-label{color:#415055;gap:8px;font-weight:800;display:grid}.judge-search-box{border:1px solid var(--color-border-strong);background:var(--color-bg-surface);border-radius:8px;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:8px;min-height:52px;padding:0 12px;display:grid}.judge-search-box input{border:0;outline:0;min-height:48px;padding:0}.judge-competitor-list{gap:8px;max-height:62vh;padding-right:2px;display:grid;overflow:auto}.judge-competitor-row{color:#1b2428;text-align:left;background:#f8fbfc;border:1px solid #d9e2e5;border-radius:8px;grid-template-columns:54px minmax(0,1fr);align-items:center;gap:4px 10px;min-height:64px;padding:10px;display:grid}.judge-competitor-row strong{color:#352600;background:#f2d27a;border-radius:8px;grid-row:span 2;justify-content:center;align-items:center;min-height:42px;font-size:1.15rem;display:inline-flex}.judge-competitor-row span,.judge-competitor-row small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.judge-competitor-row span{font-weight:900}.judge-competitor-row small{color:#647276;font-weight:800}.judge-competitor-row.selected{color:#fff;background:#15383c;border-color:#15383c}.judge-competitor-row.selected small{color:#d7f2ed}.judge-athlete-heading{gap:var(--space-3);display:grid}.judge-athlete-heading h2,.judge-athlete-heading p{margin:0}.judge-result-summary{color:#0f5c55;background:#e9f8f4;border:1px solid #b8e5da;border-radius:8px;gap:6px;padding:14px;display:grid}.judge-result-summary.pending{color:#526166;background:#f8fbfc;border-color:#d9e2e5}.judge-result-summary.complete{background:#dff5ef;border-color:#93d5cb}.judge-result-summary span,.judge-result-summary small{font-weight:800}.judge-result-summary strong{font-size:1.35rem}.judge-next-attempt{justify-content:space-between;align-items:center;gap:var(--space-4);color:#473200;background:#fff8e6;border:1px solid #edcf83;border-radius:8px;padding:12px 14px;font-weight:900;display:flex}.judge-next-attempt strong{font-size:2rem;line-height:1}.judge-action-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.judge-score-toolbar{justify-content:space-between;align-items:center;gap:8px;display:flex}.judge-list-button,.judge-undo-button{color:#15383c;width:max-content;min-height:34px;font-size:var(--font-size-sm);background:#fff;border:1px solid #c9d5d9;border-radius:8px;padding:0 12px;font-weight:900}.judge-list-button{justify-content:center;align-items:center;gap:8px;display:none}.judge-undo-button{justify-content:center;align-items:center;gap:8px;display:inline-flex}.judge-attempt-button{color:#1b2428;text-align:center;background:#f8fbfc;border:1px solid #c9d5d9;border-radius:8px;place-items:center;gap:8px;min-height:96px;padding:12px;font-size:1.18rem;font-weight:900;display:grid}.judge-attempt-button.fall{color:#473200;background:#fff8e6;border-color:#edcf83;grid-column:1/-1}.judge-attempt-button.top{color:#fff;background:#15383c;border-color:#15383c;min-height:110px;font-size:1.45rem}.judge-attempt-button.top .judge-attempt-label{letter-spacing:.05em;font-size:1.5rem}.judge-attempt-label{font-size:1.4rem}.judge-fall-button{color:#6f4e00;background:#fff8e6;border:1px solid #e0c87a;border-radius:8px;justify-content:center;align-items:center;width:100%;min-height:72px;margin-top:10px;padding:0 16px;font-size:1.1rem;font-weight:800;display:inline-flex}.judge-fall-button:hover{background:#fff1c8;border-color:#d9b94d}.judge-fall-button:disabled{cursor:not-allowed;opacity:.5}.judge-attempt-button:disabled{cursor:not-allowed;opacity:.56}.judge-empty-state{align-content:center;place-items:center;gap:var(--space-3);text-align:center;min-height:320px;display:grid}.judge-empty-state h2,.judge-empty-state p{margin:0}.entry-form{gap:14px;display:grid}.dorsal-input{min-height:58px;padding-right:44px;font-size:2rem;font-weight:800}.dorsal-input-wrap{position:relative}.dorsal-clear-button{border:1px solid var(--color-border-strong);background:var(--color-bg-surface);width:26px;height:26px;color:var(--color-text-muted);border-radius:999px;justify-content:center;align-items:center;padding:0;display:inline-flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.result-buttons{border:0;grid-template-columns:repeat(5,1fr);gap:8px;min-width:0;margin:0;padding:0;display:grid}.result-buttons legend{color:#415055;grid-column:1/-1;margin-bottom:2px;font-size:.88rem;font-weight:700}.block-picker{border:0;gap:8px;margin:0;padding:0;display:grid}.block-picker legend{color:#415055;margin-bottom:2px;font-size:.88rem;font-weight:700}.block-picker-grid{grid-template-columns:repeat(auto-fill,minmax(64px,1fr));gap:8px;display:grid}.block-chip{color:#1b2428;background:#f8fbfc;border:1px solid #c9d5d9;border-radius:8px;min-height:42px;font-weight:800}.block-chip.selected{color:#fff;background:#15383c;border-color:#15383c}.block-chip.done{border-color:#93d5cb}.block-chip.done:after{content:"✓";color:#0f766e;margin-left:6px;font-weight:900}.block-chip.selected.done:after{color:#9be7da}.attempt-control{border:0;gap:8px;margin:0;padding:0;display:grid}.attempt-control legend{color:#415055;margin-bottom:2px;font-size:.88rem;font-weight:700}.attempt-control-body{grid-template-columns:44px 1fr 44px;align-items:center;gap:8px;display:grid}.attempt-stepper{background:#f8fbfc;border:1px solid #c9d5d9;border-radius:8px;min-height:42px;font-size:1.25rem;font-weight:900}.attempt-value{background:#fff;border:1px solid #c9d5d9;border-radius:8px;justify-content:center;align-items:center;min-height:42px;font-size:1.1rem;display:inline-flex}.attempt-quick-buttons{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;display:grid}.attempt-chip{background:#f8fbfc;border:1px solid #c9d5d9;border-radius:8px;min-height:38px;font-weight:800}.attempt-chip.selected{color:#fff;background:#15383c;border-color:#15383c}.attempt-control:disabled{opacity:.6}.score-button{background:#f8fbfc;border:1px solid #c9d5d9;border-radius:8px;min-height:62px;font-size:1.1rem;font-weight:900}.score-button.selected{color:#fff;background:#15383c;border-color:#15383c}.category-switch{border:0;gap:8px;margin:0;padding:0;display:grid}.category-switch legend{color:#415055;font-size:var(--font-size-xs);margin-bottom:8px;font-weight:800}.category-switch-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;display:grid}.category-chip{color:#1b2428;min-height:32px;font-size:var(--font-size-xs);white-space:nowrap;background:#f8fbfc;border:1px solid #c9d5d9;border-radius:8px;padding:0 8px;font-weight:900}.category-chip.selected{color:#fff;background:#15383c;border-color:#15383c}.split-actions{grid-template-columns:1fr 1fr;display:grid}.entry-status,.status-line{border:1px solid #d9e2e5;border-radius:8px;margin:0;padding:10px 12px;font-weight:800}.status-line{gap:6px;display:grid}.entry-status.pending{color:#526166;background:#f8fbfc}.entry-status.registered{color:#0f5c55;background:#e9f8f4;border-color:#b8e5da}.entry-empty-state{color:#526166;text-align:center;background:#f8fbfc;border:1px dashed #c9d5d9;border-radius:8px;margin:0;padding:18px 14px;font-weight:800}.status-line.pending{color:#6f4e00;background:#fff8e6;border-color:#edcf83}.status-line.complete{color:#0f5c55;background:#e9f8f4;border-color:#b8e5da}.status-main,.status-detail{display:block}.status-detail{color:inherit;font-size:var(--font-size-sm);opacity:.82;font-weight:700}.status-progress{background:#ffffffc7;border-radius:999px;height:6px;display:block;overflow:hidden}.status-progress span{border-radius:inherit;background:currentColor;height:100%;display:block}.competitor-summary h3{font-size:1.6rem}.competitor-summary>.category-switch{margin-bottom:10px}.competitor-summary>h2{margin-top:0;margin-bottom:10px}.competitor-summary .desk-summary-heading{margin-top:0}.desk-summary{gap:14px;display:grid}.desk-summary-heading{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.desk-summary-heading h3{margin:2px 0 0}.pending-dorsals{gap:10px;display:grid}.pending-dorsals-title{color:#415055;font-size:var(--font-size-sm);margin:0;font-weight:900}.pending-dorsals-grid{grid-template-columns:repeat(auto-fit,minmax(82px,1fr));gap:8px;display:grid}.pending-dorsal-chip{color:#473200;text-align:center;background:#fff8e6;border:1px solid #edcf83;border-radius:8px;min-height:44px;padding:8px 10px}.pending-dorsal-chip strong{font-size:var(--font-size-md);display:block}.dorsal-badge{color:#352600;background:#f2d27a;border-radius:8px;align-items:center;min-height:32px;margin:0 0 10px;padding:0 10px;font-weight:900;display:inline-flex}.result-strip{grid-template-columns:repeat(auto-fit,minmax(72px,1fr));gap:8px;margin-top:16px;display:grid}.result-strip div{background:#f8fbfc;border:1px solid #d9e2e5;border-radius:8px;min-height:56px;padding:8px}.result-strip div.registered{background:#e9f8f4;border-color:#b8e5da}.result-strip span{color:#647276;font-size:.76rem;font-weight:800;display:block}.result-strip strong{margin-top:4px;display:block}.finding-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.finding{border:1px solid #d9e2e5;border-radius:8px;align-items:flex-start;gap:12px;padding:12px;display:flex}.finding.info{background:#eef6ff}.finding.warning{background:#fff8e6}.finding.error{background:#fff1f0}.print-document-grid{gap:var(--space-3);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.document-section-heading{margin-bottom:var(--space-5)}.print-document-card{align-items:flex-start;gap:var(--space-3);min-height:210px;padding:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg-subtle);flex-direction:column;display:flex}.print-document-icon{border-radius:var(--radius-sm);width:38px;height:38px;color:var(--color-primary);background:#dff3ef;place-items:center;display:grid}.print-document-content{align-content:start;gap:var(--space-2);flex:1;display:grid}.print-document-content h3{font-size:1rem}.print-document-content p{font-size:var(--font-size-sm)}.print-document-content h3,.print-document-content p{margin:0}.print-document-card .button{min-height:38px;padding-right:var(--space-3);padding-left:var(--space-3);width:100%;font-size:var(--font-size-sm)}.history-panel{border-top:1px solid #d9e2e5;margin-top:18px;padding-top:14px}.history-panel h3{font-size:1rem}.history-panel ul{gap:8px;margin:0;padding:0;list-style:none;display:grid}.history-panel li{color:#415055;background:#f8fbfc;border-radius:8px;padding:8px 10px;font-size:.9rem}.checklist{gap:8px;margin:0 0 12px;padding:0;list-style:none;display:grid}.checklist li{border:1px solid #d9e2e5;border-radius:8px;padding:9px 11px;font-weight:700}.checklist li.ok{color:#0f5c55;background:#e9f8f4;border-color:#b8e5da}.checklist li.warn{color:#8c5511;background:#fff8e6;border-color:#f1c870}.classification-view{gap:12px}.classification-mode-switch,.classification-category-switch,.classification-quick-filters{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.classification-controls{gap:var(--space-3);padding:var(--space-3);display:grid}.classification-controls-main{align-items:center;gap:var(--space-3);grid-template-columns:max-content minmax(max-content,1fr) minmax(210px,.7fr) max-content;display:grid}.classification-control-group{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-bg-subtle);flex-wrap:nowrap;min-width:0;margin:0;padding:3px}.classification-view .classification-control-group .tab{min-height:34px;padding:0 var(--space-3);background:0 0;font-size:.84rem}.classification-view .classification-control-group .tab.active{background:var(--color-primary-strong)}.participants-category-switch{margin-bottom:12px}.participants-empty-row{text-align:center;padding:14px 12px}.import-issue-athlete,.import-issue-description{gap:4px;display:grid}.import-review-table-wrap table{min-width:980px}.import-review-table th:nth-child(3),.import-review-table td:nth-child(3){width:320px;min-width:320px}.import-resolution-select{min-width:300px}.import-review-stack{max-height:70vh;overflow-y:auto}.import-issue-cards{gap:var(--space-3);display:grid}.import-issue-card{padding:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-bg-subtle);gap:var(--space-2);display:grid}.import-issue-card.critical{background:#fff5f4;border-color:#f5b8b1}.import-issue-card-header{justify-content:space-between;align-items:flex-start;gap:var(--space-3);display:flex}.import-issue-badge{color:#0f5c55;text-transform:uppercase;letter-spacing:.06em;background:#e9f8f4;border:1px solid #b8e5da;border-radius:999px;align-self:flex-start;align-items:center;padding:2px 10px;font-size:.74rem;font-weight:800;display:inline-flex}.import-issue-badge.critical{color:#842018;background:#fff1f0;border-color:#f5b8b1}.import-issue-title{color:var(--color-text);margin:0;font-weight:800}.import-resolution-radios{gap:var(--space-2);margin:var(--space-2) 0 0;border:0;padding:0;display:grid}.import-resolution-radios legend{margin-bottom:4px}.import-resolution-option{gap:var(--space-2);padding:var(--space-2) var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-bg-surface);cursor:pointer;color:var(--color-text);grid-template-columns:22px 1fr;align-items:start;font-weight:500;display:grid}.import-resolution-option input{width:18px;min-height:18px;margin-top:3px}.import-resolution-option:has(input:checked){background:#e9f8f4;border-color:#0f766e}.competitors-form-actions{grid-column:1/-1}.classification-topbar{justify-content:space-between;align-items:end;gap:10px;display:flex}.classification-search{min-width:0;display:block;position:relative}.classification-search svg{top:50%;left:var(--space-3);z-index:1;color:#607176;pointer-events:none;position:absolute;transform:translateY(-50%)}.classification-search input{min-height:42px;padding-left:38px}.classification-filter-button{min-height:42px}.classification-filter-button.active{color:#0f5c55;background:#e9f8f4;border-color:#78aaa5}.classification-filters-drawer{padding-top:var(--space-3);border-top:1px solid var(--color-border);gap:10px;display:grid}.classification-toolbar{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.classification-toolbar label{font-size:.8rem}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.classification-table-wrap{max-height:70vh}.classification-table{table-layout:auto;min-width:0}.classification-table thead th{z-index:5;background:#eef4f5;position:sticky;top:0}.classification-table-event tbody td:nth-child(-n+3),.classification-table-event thead th:nth-child(-n+3),.classification-table-league tbody td:nth-child(-n+2),.classification-table-league thead th:nth-child(-n+2){background:var(--color-bg-surface);z-index:4;position:sticky}.classification-table-event thead th:nth-child(-n+3),.classification-table-league thead th:nth-child(-n+2){z-index:6;background:#eef4f5}.classification-table-event tbody td:first-child,.classification-table-event thead th:first-child{left:0}.classification-table-event tbody td:nth-child(2),.classification-table-event thead th:nth-child(2){left:40px}.classification-table-event tbody td:nth-child(3),.classification-table-event thead th:nth-child(3){left:84px;box-shadow:4px 0 0 -3px #1b242814}.classification-table-league tbody td:first-child,.classification-table-league thead th:first-child{left:0}.classification-table-league tbody td:nth-child(2),.classification-table-league thead th:nth-child(2){left:64px;box-shadow:4px 0 0 -3px #1b242814}.classification-table tbody tr:nth-child(2n) td{background:#f9fbfc}.classification-table tbody tr:nth-child(2n) td:nth-child(-n+3){background:#f4f8f9}.classification-table tbody td,.classification-table thead th{white-space:normal;vertical-align:top;padding:9px 10px;font-size:.88rem}.classification-table-event th:first-child{width:40px}.classification-table-event th:nth-child(2){width:44px}.classification-table-event th:nth-child(3){width:190px}.classification-table-event th:nth-child(n+4){width:62px}.classification-table-event th:last-child{width:68px}.classification-table-event th span{color:#5c6a6f;font-size:.68rem;font-weight:700}.classification-table-event{table-layout:fixed;min-width:962px}.classification-table-event tbody td,.classification-table-event thead th{padding:7px 5px;font-size:.8rem}.classification-table-event .participant-cell{min-width:0}.classification-table-event .participant-cell strong{font-size:.84rem}.classification-table-event .participant-cell span{text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;overflow:hidden}.classification-table-event td.block-score-cell{white-space:nowrap;font-size:.76rem}.classification-table-event .total-score{min-width:50px;padding-inline:5px}.classification-table-league th:first-child{width:64px}.classification-table-league th:nth-child(2){min-width:260px}.classification-table-league th:nth-child(3){text-align:center;width:90px}.classification-table-league th:nth-child(4){min-width:260px}.classification-table-league th:nth-child(n+5){text-align:center;min-width:90px}.filter-badge{min-width:22px;height:20px;color:inherit;background:#0f383c1a;border-radius:999px;justify-content:center;align-items:center;margin-left:6px;padding:0 6px;font-size:.72rem;font-weight:800;display:inline-flex}.tab.active .filter-badge{background:#ffffff2e}.warning-indicator{color:#8c5511;background:#fff8e6;border:1px solid #f1c870;border-radius:999px;justify-content:center;align-items:center;gap:4px;min-width:42px;padding:2px 6px;font-size:.78rem;font-weight:700;display:inline-flex}button.warning-indicator{font:inherit}.classification-table-league th span{color:#5c6a6f;font-size:.68rem;font-weight:700}.classification-table-wrap.no-scroll{overflow:visible}.participant-cell{gap:2px;display:grid}.participant-cell strong{color:#142126;font-size:.95rem;font-weight:800;line-height:1.2}.participant-cell span{color:#5f6f74;font-size:.79rem;line-height:1.22}.block-score-cell{white-space:nowrap;text-align:center;font-variant-numeric:tabular-nums;color:#1f2d32;font-weight:700}.block-score-cell.empty{color:#71848a;font-weight:600}.total-score{font-variant-numeric:tabular-nums;border:1px solid #c8d6db;border-radius:999px;justify-content:center;min-width:58px;padding:2px 8px;display:inline-flex}.total-score.positive{color:#0f5c55;background:#e9f8f4;border-color:#b8e5da}.print-root{display:none}.print-fill{background:0 0;border:0;width:100%;min-height:28px;padding:0}@media (width<=1180px){.classification-controls-main{grid-template-columns:max-content minmax(0,1fr) max-content}.classification-view .classification-category-switch{grid-area:2/1/auto/-1}.classification-search{grid-area:1/2}.classification-filter-button{grid-area:1/3}}@media (width<=980px){.judge-standalone-session,.sync-conflict-item{flex-direction:column;align-items:stretch}.session-bar,.competition-list-toolbar{flex-direction:column;align-items:flex-start}.app-header,.section-heading{display:grid}.main-nav{flex-direction:column;align-items:stretch}.main-nav-primary{width:100%;overflow-x:auto}.main-nav-secondary{justify-content:flex-end}.app-brand{gap:6px}.empty-state{padding:var(--space-5)}.empty-state-hero{gap:var(--space-4);grid-template-columns:1fr}.empty-state-logo{width:96px}.empty-state-form.form-grid{grid-template-columns:1fr}.app-logo{width:78px}.grid,.form-grid,.form-grid.compact,.judge-layout,.judge-layout.judge-standalone,.table-entry{grid-template-columns:1fr}.print-document-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.judge-standalone-shell{padding:var(--space-3)}.judge-competitor-list{max-height:360px}.judge-layout.judge-mobile-list .judge-score-panel{display:none}.judge-layout.judge-mobile-list .judge-competitor-list{max-height:calc(100dvh - 320px)}.judge-standalone.judge-mobile-list .judge-competitor-list{max-height:calc(100dvh - 200px)}.judge-standalone.judge-mobile-list.judge-locked-block .judge-competitor-list{max-height:calc(100dvh - 150px)}.judge-layout.judge-mobile-score .judge-search-panel{display:none}.judge-layout.judge-mobile-score .judge-block-panel{padding:var(--space-4)}.judge-layout.judge-mobile-score .judge-block-panel .section-heading{margin-bottom:0}.judge-layout.judge-mobile-score .judge-block-grid,.judge-layout.judge-mobile-score .judge-block-link,.judge-layout.judge-mobile-score .judge-locked-note{display:none}.judge-list-button{display:inline-flex}.category-switch-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.athletes-merge-actions{grid-column:auto}.classification-toolbar{grid-template-columns:1fr}.classification-control-group{overflow-x:auto}.classification-table-wrap{max-height:none}}@media (width<=620px){.classification-controls-main{gap:var(--space-2);grid-template-columns:minmax(0,1fr) max-content}.classification-view .classification-mode-switch{grid-column:1/-1;width:100%}.classification-view .classification-mode-switch .tab{flex:1}.classification-view .classification-category-switch{grid-area:2/1/auto/-1}.classification-search{grid-area:3/1}.classification-filter-button{padding:0 var(--space-3);grid-area:3/2}.print-document-grid{grid-template-columns:1fr}}@media (width<=430px) and (height<=740px){.judge-standalone-shell{padding:8px}.judge-layout{gap:8px}.judge-standalone .judge-block-panel{padding:8px 12px}.judge-standalone.judge-locked-block .judge-block-panel{padding:0}.judge-standalone-block-header{gap:6px;min-height:24px;font-size:.78rem}.judge-standalone-block-header strong{border-radius:6px;min-width:34px;min-height:24px;font-size:.82rem}.judge-standalone-block-header small{display:none}.judge-score-panel{gap:6px;padding:10px}.judge-list-button,.judge-undo-button{min-height:30px;padding:0 10px;font-size:.82rem;display:inline-flex}.judge-athlete-heading{gap:8px}.judge-athlete-heading .dorsal-badge{min-height:24px;margin-bottom:0;font-size:.88rem}.judge-athlete-heading h2{margin-bottom:2px;font-size:1.22rem;line-height:1.08}.judge-athlete-heading .muted{font-size:.84rem;line-height:1.18}.judge-result-summary{gap:4px;padding:8px 10px}.judge-result-summary strong{font-size:1.1rem}.judge-next-attempt{min-height:48px;padding:8px 12px}.judge-next-attempt strong{font-size:1.45rem}.judge-action-grid{gap:8px}.judge-undo-button{min-height:44px;font-size:.95rem}.judge-attempt-button{min-height:68px;padding:8px;font-size:1rem}.judge-attempt-button.fall{min-height:76px}}@media print{@page{size:A4 portrait;margin:0}body{background:#fff}.app-shell{display:none}.print-root{color:#000;font-family:Arial,sans-serif;display:block}.print-page{page-break-after:always;padding:18mm}.scorecard-sheet{box-sizing:border-box;grid-template-rows:repeat(2,148.5mm);width:210mm;height:297mm;padding:0;display:grid;overflow:hidden}.scorecard-pages .scorecard-sheet:last-child{page-break-after:auto}.scorecard{flex-direction:column;min-width:0;padding:8mm 18mm 7mm;display:flex;position:relative;overflow:hidden}.scorecard-cut-line:after{content:"";border-bottom:.3mm dashed #9a9a9a;position:absolute;bottom:0;left:7mm;right:7mm}.scorecard-event{text-align:center;text-transform:uppercase;margin:0 0 2mm;font-size:10pt;font-weight:800}.scorecard-title{justify-content:center;align-items:center;min-height:13mm;margin-bottom:1.5mm;display:flex;position:relative}.print-page .scorecard-title h1{margin:0;font-size:15pt}.scorecard-title img{width:25mm;height:auto;position:absolute;right:0}.scorecard-participant{text-align:center;grid-template-columns:25mm minmax(0,1fr) 31mm;gap:5mm;margin:0 0 3mm;display:grid}.scorecard-participant div{min-width:0}.scorecard-participant dt{margin-bottom:1mm;font-size:10pt;font-weight:800}.scorecard-participant dd{text-transform:uppercase;margin:0;font-size:12pt;font-weight:800;line-height:1.05}.scorecard-participant-name dd{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.print-page .scorecard-table{table-layout:fixed;width:118mm;margin:0 auto}.print-page .scorecard-table th,.print-page .scorecard-table td{text-align:center;border:.3mm solid #000;height:5.2mm;padding:.7mm 1.5mm;font-size:9pt;line-height:1}.print-page .scorecard-spacious .scorecard-table th,.print-page .scorecard-spacious .scorecard-table td{height:7.4mm;padding-top:1mm;padding-bottom:1mm}.print-page .scorecard-medium .scorecard-table th,.print-page .scorecard-medium .scorecard-table td{height:6.1mm;padding-top:.8mm;padding-bottom:.8mm}.print-page .scorecard-table thead th:first-child{border-top-color:#0000;border-left-color:#0000}.print-page .scorecard-table tbody th{width:23mm;font-size:10pt}.judge-sheet{box-sizing:border-box;width:297mm;min-height:210mm;padding:10mm 9mm}.judge-sheet-pages .judge-sheet:last-child{page-break-after:auto}.judge-sheet-header{align-items:center;gap:6mm;margin-bottom:3mm;display:flex}.judge-sheet-header img{flex:none;width:31mm;height:auto}.judge-sheet-header h1{text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;min-width:0;margin:0;font-size:14pt;font-weight:700;line-height:1.1;overflow:hidden}.judge-sheet-header p{text-transform:uppercase;margin:1mm 0 0;font-size:8.5pt;font-weight:700;line-height:1}.judge-sheet-fields{border:.4mm solid #000;border-bottom:0;grid-template-columns:minmax(65mm,1fr) minmax(85mm,1.3fr) 58mm;align-items:center;display:grid}.judge-sheet-fields>*{border-right:.3mm solid #000;align-items:center;min-height:10mm;padding:1.5mm 3mm;font-size:11pt;display:flex}.judge-sheet-fields>:last-child{border-right:0}.judge-sheet-fields>strong{-webkit-print-color-adjust:exact;print-color-adjust:exact;background:#e8f2e1;justify-content:center;font-size:12pt;box-shadow:inset 0 0 0 100mm #e8f2e1}.print-page .judge-sheet-table{table-layout:fixed;width:100%}.print-page .judge-sheet-table th,.print-page .judge-sheet-table td{box-sizing:border-box;text-align:center;vertical-align:middle;border:.25mm solid #777;height:6.5mm;padding:.8mm .55mm;font-size:7.5pt;line-height:1.15}.print-page .judge-sheet-table thead th{text-transform:uppercase;-webkit-print-color-adjust:exact;print-color-adjust:exact;background:#dbe8d4;border-color:#000;height:6.5mm;font-weight:800;box-shadow:inset 0 0 0 100mm #dbe8d4}.print-page .judge-sheet-table .judge-sheet-groups th{height:6.5mm;box-shadow:none;color:#000;background:#fff}.print-page .judge-sheet-table .judge-sheet-groups th:nth-child(2){background:#dbe8d4;box-shadow:inset 0 0 0 100mm #dbe8d4}.judge-dorsal-column{width:9mm}.judge-name-column{width:28mm}.judge-surname-column{width:68mm}.judge-attempt-column{width:6.7mm}.print-page .judge-sheet-table th:first-child,.print-page .judge-sheet-table td:first-child{padding-left:.2mm;padding-right:.2mm;font-weight:800}.print-page .judge-sheet-table th:nth-child(2),.print-page .judge-sheet-table td:nth-child(2),.print-page .judge-sheet-table th:nth-child(3),.print-page .judge-sheet-table td:nth-child(3){text-align:center;white-space:nowrap}.print-page .judge-sheet-table tbody td:nth-child(2),.print-page .judge-sheet-table tbody td:nth-child(3){text-overflow:ellipsis;padding-left:1mm;padding-right:1mm;font-weight:700;overflow:hidden}.print-page .judge-sheet-table th:nth-child(n+4),.print-page .judge-sheet-table td:nth-child(n+4){padding-left:.2mm;padding-right:.2mm}.participant-list-sheet{box-sizing:border-box;width:210mm;min-height:297mm;padding:14mm 16mm}.participant-list-pages .participant-list-sheet:last-child{page-break-after:auto}.participant-list-header{align-items:center;gap:7mm;margin-bottom:5mm;display:flex}.participant-list-header img{width:34mm;height:auto}.participant-list-header h1{text-transform:uppercase;margin:0 0 1mm;font-size:16pt}.participant-list-header p{text-transform:uppercase;margin:0;font-size:9pt;font-weight:700}.participant-list-title{text-align:center;text-transform:uppercase;border:.35mm solid #000;margin-bottom:4mm}.participant-list-title h2,.participant-list-title strong{margin:0;padding:2mm;display:block}.participant-list-title h2{font-size:15pt}.participant-list-title strong{-webkit-print-color-adjust:exact;print-color-adjust:exact;background:#dbe8d4;font-size:13pt;box-shadow:inset 0 0 0 100mm #dbe8d4}.print-page .participant-list-table{table-layout:fixed;width:100%}.participant-list-category-column{width:22mm}.participant-list-dorsal-column{width:17mm}.participant-list-surname-column{width:48mm}.participant-list-name-column{width:34mm}.participant-list-club-column{width:auto}.print-page .participant-list-table th,.print-page .participant-list-table td{box-sizing:border-box;vertical-align:middle;border:.3mm solid #000;height:8mm;padding:1mm 1.5mm;font-size:9pt;line-height:1.1}.print-page .participant-list-table th{text-align:center;text-transform:uppercase;-webkit-print-color-adjust:exact;print-color-adjust:exact;background:#e7eee3;box-shadow:inset 0 0 0 100mm #e7eee3}.print-page .participant-list-table td:first-child,.print-page .participant-list-table td:nth-child(2){text-align:center;font-weight:800}.print-page .participant-list-table td:nth-child(3),.print-page .participant-list-table td:nth-child(4){font-weight:700}.print-page .participant-list-table td{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.print-page h1{margin:0 0 4mm;font-size:18pt}.print-page h2{margin:0 0 3mm;font-size:14pt}.print-heading{justify-content:space-between;align-items:flex-start;gap:8mm;margin-bottom:5mm;display:flex}.print-heading h1,.print-heading p{margin:0 0 2mm}.print-heading strong{border:1px solid #000;padding:2mm 4mm;font-size:16pt}.print-page table{border-collapse:collapse;width:100%;min-width:0}.print-page th,.print-page td{white-space:normal;border:1px solid #000;height:10mm;padding:2mm;font-size:10pt}.official-sheet{box-sizing:border-box;width:297mm;min-height:210mm;padding:10mm 8mm 8mm}.official-sheet-pages .official-sheet:last-child{page-break-after:auto}.official-header{border-bottom:.6mm solid #85a83d;grid-template-columns:36mm 1fr 36mm;align-items:center;gap:6mm;margin-bottom:4mm;padding-bottom:3mm;display:grid}.official-header:after{content:""}.official-header img{width:32mm;height:auto}.official-header h1{text-align:center;margin:0;font-size:17pt;line-height:1.1}.official-header h2{text-align:center;color:#52751e;margin:1.5mm 0 1mm;font-size:13.5pt;line-height:1.15}.official-header p{text-align:center;margin:0 0 1mm;font-size:9pt;font-weight:700}.official-header strong{text-align:center;font-size:11pt;display:block}.print-page .official-table{table-layout:fixed;width:100%}.official-table th,.official-table td{box-sizing:border-box;text-align:center;vertical-align:middle;white-space:nowrap;border-color:#adb2b7;height:7.2mm;padding:.7mm;font-size:7.5pt;line-height:1.1}.official-position-column{width:8mm}.official-dorsal-column{width:10mm}.official-name-column{width:18mm}.official-surname-column{width:34mm}.official-club-column{width:64mm}.official-block-column{width:auto}.official-total-column{width:14mm}.official-table th{color:#35412f;-webkit-print-color-adjust:exact;print-color-adjust:exact;background:#e7eee3;font-weight:800;box-shadow:inset 0 0 0 100mm #e7eee3}.official-table th span{color:#6d7469;margin-top:.5mm;font-size:6pt;display:inline-block}.official-table td:nth-child(3),.official-table td:nth-child(4),.official-table td:nth-child(5){text-align:left;text-overflow:ellipsis;padding-left:1mm;padding-right:1mm;overflow:hidden}.official-table td:first-child,.official-table td:last-child{font-weight:800}.official-sheet-medium .official-table th,.official-sheet-medium .official-table td{font-size:7pt}.official-sheet-compact .official-table th,.official-sheet-compact .official-table td{padding-left:.35mm;padding-right:.35mm;font-size:6.4pt}.official-sheet-compact .official-name-column{width:16mm}.official-sheet-compact .official-surname-column{width:30mm}.official-sheet-compact .official-club-column{width:54mm}.official-footer{color:#555b61;text-align:center;border-top:1px solid #adb2b7;margin-top:3mm;padding-top:1.5mm;font-size:8pt}.league-sheet{box-sizing:border-box;width:297mm;min-height:210mm;padding:11mm 10mm 8mm}.league-sheet-pages .league-sheet:last-child{page-break-after:auto}.league-sheet-header{border-bottom:.6mm solid #85a83d;grid-template-columns:36mm 1fr 36mm;align-items:center;gap:6mm;margin-bottom:5mm;padding-bottom:3mm;display:grid}.league-sheet-header:after{content:""}.league-sheet-header img{width:32mm;height:auto}.league-sheet-header h1{text-align:center;margin:0 0 1.5mm;font-size:18pt}.league-sheet-header p{text-align:center;margin:0;font-size:12pt;font-weight:800}.print-page .league-sheet-table{table-layout:fixed;width:100%}.league-position-column{width:11mm}.league-name-column{width:25mm}.league-surname-column{width:48mm}.league-club-column{width:68mm}.league-event-column{width:auto}.league-total-column{width:17mm}.print-page .league-sheet-table th,.print-page .league-sheet-table td{box-sizing:border-box;text-align:center;vertical-align:middle;border:.3mm solid #aeb6bb;height:9mm;padding:1mm;font-size:8.5pt;line-height:1.1}.print-page .league-sheet-table th{color:#35412f;text-transform:uppercase;-webkit-print-color-adjust:exact;print-color-adjust:exact;background:#e7eee3;font-weight:800;box-shadow:inset 0 0 0 100mm #e7eee3}.print-page .league-sheet-table th span{margin-top:.8mm;font-size:6.5pt;font-weight:700;display:block}.print-page .league-sheet-table td:nth-child(2),.print-page .league-sheet-table td:nth-child(3),.print-page .league-sheet-table td:nth-child(4){text-align:left;text-overflow:ellipsis;white-space:nowrap;padding-left:1.5mm;padding-right:1.5mm;overflow:hidden}.print-page .league-sheet-table td:first-child,.print-page .league-sheet-table td:last-child{font-weight:900}.league-sheet-footer{color:#555b61;text-align:center;border-top:.3mm solid #aeb6bb;margin-top:4mm;padding-top:2mm;font-size:8pt}}
