:root{color-scheme:light;--ink:#172d27;--muted:#64736b;--line:#dce2d9;--green:#d5f884;--paper:#f5f6ef}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font:15px/1.5 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}header{height:82px;background:#111d1a;color:white;display:flex;align-items:center;justify-content:space-between;padding:0 max(6vw,24px)}a{color:inherit;text-decoration:none}.brand{font-size:24px;font-weight:800;letter-spacing:-1px}.brand span{color:var(--green);margin-right:12px}.header-note{font-size:10px;letter-spacing:2px;color:#bec8bf}main{max-width:1320px;margin:auto;padding:0 6vw}.intro{display:flex;justify-content:space-between;align-items:center;padding:48px 0 32px}.eyebrow{font-size:11px;letter-spacing:3px;font-weight:700}h1{font-size:clamp(36px,5vw,64px);letter-spacing:-3px;line-height:1.05;margin:18px 0}p{color:var(--muted)}.hero-number{font-size:150px;font-weight:850;line-height:1;color:#dce4d5;letter-spacing:-14px;transform:rotate(-9deg)}.hero-number span{color:#91ab74}.notice{padding:14px 18px;background:#f4e7bb;border:1px solid #decb8f;border-radius:8px;font-size:13px;margin:8px 0 20px}.error{background:#fbe5df;border-color:#d6aba1;color:#7b3122}.toolbar{display:flex;justify-content:space-between;align-items:center;padding:22px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);gap:20px}label{display:block;font-size:10px;letter-spacing:1.5px;font-weight:700;margin-bottom:7px}select,button{font:inherit;color:var(--ink);border:1px solid #cbd4c7;border-radius:6px;background:white;padding:10px 14px}select{font-weight:650;min-width:255px;max-width:100%}button{cursor:pointer}button:hover{background:var(--green)}button:disabled{opacity:.55;cursor:wait}:focus-visible{outline:3px solid #55842c;outline-offset:3px}.sync{display:flex;align-items:center;gap:16px}.sync span{font-size:12px;color:var(--muted)}.content{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);gap:36px;padding:36px 0 52px}.section-title{display:flex;align-items:center;justify-content:space-between;gap:10px}h2{font-size:23px;letter-spacing:-.8px;margin:0}.tag{font-size:10px;letter-spacing:.6px;border:1px solid var(--line);border-radius:4px;padding:5px 8px;white-space:nowrap}.accent{background:var(--green);border-color:var(--green)}.caption{font-size:12px;margin:10px 0 20px}.matches{display:grid;gap:12px}.match{border:1px solid var(--line);border-radius:9px;background:#fff;padding:16px 18px}.match-meta{font-size:10px;color:var(--muted);letter-spacing:1px;margin-bottom:12px}.team-line{display:grid;grid-template-columns:1fr 45px 24px;gap:12px;align-items:center;margin:9px 0}.team-name{font-weight:600;font-size:14px;overflow-wrap:anywhere}.total{color:var(--muted);font-size:12px;text-align:right}.score{font-size:20px;text-align:center;font-weight:750}.winner{color:#40731a}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:9px;background:white}table{border-collapse:collapse;width:100%;text-align:left;font-size:12px}th{font-size:10px;color:var(--muted);background:#edf0e8;font-weight:650}th,td{padding:15px 9px;border-bottom:1px solid var(--line);white-space:nowrap}th:nth-child(2),td:nth-child(2){white-space:normal;min-width:110px}td:nth-child(2){font-weight:650}td:nth-child(5){font-weight:800;font-size:16px}td:nth-child(4){color:#467b23}tbody tr:first-child{background:#f0f8e4}tbody tr:last-child td{border:0}.legend{display:flex;gap:18px;font-size:11px}.legend span:before{content:'•';color:#648948;margin-right:5px}footer{display:flex;justify-content:space-between;gap:16px;border-top:1px solid var(--line);padding:25px 0 35px;color:var(--muted);font-size:11px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}[hidden]{display:none!important}@media(min-width:1400px){main{padding:0 35px}}@media(max-width:950px){.content{grid-template-columns:1fr}.hero-number{font-size:110px}.sync{flex-direction:column;align-items:flex-end;gap:6px}}@media(max-width:540px){header{height:66px}.header-note,.hero-number{display:none}.intro{padding-top:30px}h1{letter-spacing:-1.7px}.toolbar{align-items:stretch;flex-direction:column;gap:15px}select{width:100%}.sync{flex-direction:row;justify-content:space-between;align-items:center}.content{padding-top:26px;gap:30px}th,td{padding:13px 6px}footer{flex-direction:column}.legend{gap:12px}}
button.match{display:block;width:100%;text-align:left;white-space:normal}button.match:hover{background:#f0f8e4;border-color:#91ab74}.match-link{display:block;margin-top:12px;color:#467b23;font-size:11px}dialog{width:min(850px,94vw);max-height:90dvh;padding:24px;border:1px solid var(--line);border-radius:14px;color:var(--ink);background:var(--paper)}dialog::backdrop{background:#111d1aba}.dialog-header{display:flex;justify-content:space-between;align-items:center;gap:16px}.dialog-header h2{font-size:20px}.dialog-header button{flex-shrink:0}.detail-table{table-layout:fixed;background:white}.detail-table th,.detail-table td{white-space:normal!important;min-width:0!important;text-align:center;padding:10px 8px;overflow-wrap:anywhere}.detail-table td:first-child{text-align:left}.detail-table td:last-child{text-align:right}.detail-table tr>*:nth-child(2){width:22%;font-size:11px}.detail-table td{width:39%}.detail-table strong{display:inline-block;margin-left:4px}.detail-table .detail-score td{font-size:22px;font-weight:800}.detail-teams{font-weight:700}.playing{color:#7040ac;font-weight:700}.not-played{text-decoration:line-through;color:#7a807c}@media(max-width:540px){dialog{padding:14px}.dialog-header{align-items:flex-start}.dialog-header h2{font-size:17px}.detail-table th,.detail-table td{padding:9px 4px;font-size:11px}.detail-table tr>*:nth-child(2){width:20%;font-size:9px}}
.competition-picker{max-width:650px;margin:24px auto 32px;padding:28px;background:white;border:1px solid var(--line);border-radius:12px}.competition-picker select{width:100%;margin-bottom:16px}.competition-picker>button{background:var(--green);font-weight:650}.competition-picker p{margin-bottom:24px}#competition-name{display:inline-block;font-weight:700;margin-right:14px}#current-competition{display:flex;align-items:center;gap:8px}@media(max-width:540px){.competition-picker{padding:20px}#current-competition{align-items:flex-start;flex-direction:column}}
