:root{
  --ink:#211f1b;
  --muted:#68635b;
  --paper:#fff;
  --warm:#f5f2ed;
  --orange:#e94e16;
  --orange-dark:#b9340b;
  --yellow:#f0db00;
  --line:#dfd9d0;
  --green:#17834d;
  --shadow:0 18px 45px rgba(33,31,27,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);font:16px/1.55 Arial,Helvetica,sans-serif;background:var(--warm)}
a{color:inherit}
.wrap{width:min(1240px,calc(100% - 48px));margin:auto}
.topline{height:6px;background:linear-gradient(90deg,var(--orange) 0 78%,var(--yellow) 78%)}
header{background:#fff;border-bottom:1px solid var(--line)}
.nav{min-height:96px;display:flex;align-items:center;justify-content:space-between;gap:25px}
.brand{display:flex;align-items:center;gap:15px;text-decoration:none}
.logo{width:112px;height:58px;overflow:hidden;position:relative;flex:0 0 auto}
.logo img{position:absolute;width:112px;height:112px;object-fit:contain;top:-25px}
.brand strong,.brand small{display:block}
.brand strong{text-transform:uppercase;letter-spacing:.04em}
.brand small{color:var(--orange-dark);font-weight:800}
.back{font-weight:800;text-decoration:none}
.hero{padding:70px 0 54px;background:#fff6f1;position:relative;overflow:hidden}
.hero:after{content:"";position:absolute;width:300px;height:300px;border:50px solid rgba(240,219,0,.25);border-radius:50%;right:-150px;top:-180px}
.eyebrow{margin:0 0 10px;color:var(--orange-dark);font-size:12px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.hero h1{margin:0;font:700 clamp(50px,7vw,82px)/1 Georgia,serif;letter-spacing:-.04em}
.lead{max-width:720px;color:var(--muted);font:20px/1.5 Georgia,serif}
.status{display:flex;align-items:center;gap:9px;margin-top:27px;font-weight:800}
.status small{color:var(--muted);font-weight:400}
.dot{width:10px;height:10px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 6px rgba(233,78,22,.13)}
.dot.good{background:var(--green);box-shadow:0 0 0 6px rgba(23,131,77,.13)}
.controls{display:flex;align-items:end;gap:8px;padding:30px 0 18px}
.tab{border:1px solid var(--line);background:#fff;padding:12px 17px;border-radius:7px;font-weight:900;cursor:pointer}
.tab.active{background:var(--ink);color:#fff;border-color:var(--ink)}
.search{margin-left:auto;display:grid;gap:3px;color:var(--muted);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.search input{width:280px;padding:10px;border:1px solid var(--line);border-radius:7px;font:inherit;background:#fff}
.content{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px;padding-bottom:70px}
#results,.info,.help{background:#fff;border:1px solid var(--line);border-radius:12px}
#results{overflow:hidden}
.empty{min-height:410px;padding:55px;display:grid;place-content:center;text-align:center}
.target{margin:auto;width:67px;height:67px;border-radius:50%;display:grid;place-items:center;background:var(--orange);color:var(--yellow);border:12px solid var(--ink);box-shadow:0 0 0 8px var(--yellow);font-size:12px}
.empty h2{margin:30px 0 8px;font:700 30px Georgia,serif}
.empty p{max-width:570px;margin:0;color:var(--muted)}
aside{display:grid;align-content:start;gap:15px}
.info{padding:26px}
.info h2{margin:0 0 12px;font:700 27px Georgia,serif}
.info>p:not(.eyebrow){color:var(--muted)}
.info ul{padding-left:20px;color:var(--muted)}
.info li{margin:10px 0}
.help{padding:21px;text-decoration:none;border-left:5px solid var(--yellow)}
.help strong,.help span{display:block}
.help span{color:var(--orange-dark);font-weight:800;margin-top:4px}
.result-list{display:grid;gap:0}
.result-item{padding:22px;border-bottom:1px solid var(--line)}
.result-item:last-child{border-bottom:0}
.result-card-layout{display:grid;grid-template-columns:minmax(250px,.66fr) minmax(0,1.78fr);gap:22px;align-items:start}
.result-summary-panel{position:relative;min-height:0;padding:26px;border-radius:11px;background:linear-gradient(145deg,#2b2924,#181714);color:#fff;display:flex;flex-direction:column;justify-content:flex-start;overflow:hidden;align-self:start}
.result-summary-panel:before{content:"";position:absolute;inset:auto -70px -120px auto;width:230px;height:230px;border:32px solid rgba(240,219,0,.16);border-radius:50%}
.result-summary-panel>*{position:relative;z-index:1}
.result-kicker{margin:0 0 12px;color:#d7d1c8;font-size:12px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.result-summary-panel h2{margin:0;font:700 clamp(30px,3vw,40px)/.98 Georgia,serif;letter-spacing:-.025em}
.result-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:15px;color:#f5f2ed;font-size:14px}
.result-meta span{padding:5px 9px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.07)}
.result-note{margin:14px 0 0;color:#e8e1d8;font-size:13px;line-height:1.45;max-width:34ch}
.result-status-row{display:flex;align-items:center;justify-content:flex-start;gap:12px;margin-top:22px}
.badge{display:inline-flex;align-items:center;max-width:max-content;padding:7px 10px;border-radius:999px;background:#fff1eb;color:var(--orange-dark);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}
.result-updated{color:#d7d1c8;font-size:12px}
.result-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:18px 0 0}
.result-facts div{padding:10px;border:1px solid rgba(255,255,255,.14);border-radius:9px;background:rgba(255,255,255,.08)}
.result-facts dt{color:#d7d1c8;font-size:9px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}
.result-facts dd{margin:4px 0 0;font-weight:900;line-height:1.15;font-size:19px}
.result-standings-panel{min-width:0;display:flex;align-items:stretch}
.score-table{width:100%;overflow:auto;border:1px solid var(--line);border-radius:10px;background:#fff}
.score-table table{width:100%;border-collapse:collapse;min-width:340px}
 .score-table th,.score-table td{padding:12px 16px;border-bottom:1px solid var(--line);text-align:left;vertical-align:middle}
.score-table th{background:#fbfaf7;color:#4b463f;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}
.score-table tbody tr:nth-child(even){background:#fffaf5}
.score-table tbody tr:last-child td{border-bottom:0}
.score-table .num,.score-table td:first-child{font-weight:900;font-variant-numeric:tabular-nums}
.no-rows{width:100%;margin:0;padding:24px;color:var(--muted);border:1px dashed var(--line);border-radius:10px;background:#fbfaf7}
footer{background:var(--ink);color:#fff;padding:25px 0}
footer .wrap{display:flex;justify-content:space-between;gap:18px}
footer a{color:var(--yellow)}
@media(max-width:1050px){.content{grid-template-columns:1fr}.result-card-layout{grid-template-columns:1fr}.result-summary-panel{min-height:0}.result-facts{grid-template-columns:repeat(3,1fr)}}
@media(max-width:800px){.wrap{width:calc(100% - 28px)}.controls{flex-wrap:wrap}.search{width:100%;margin:12px 0 0}.search input{width:100%}.empty{min-height:330px;padding:35px 20px}.brand strong{font-size:14px}.logo{width:82px;height:44px}.logo img{width:82px;height:82px;top:-18px}.back{font-size:13px}.status{align-items:flex-start;flex-wrap:wrap}.status small{width:100%;margin-left:19px}.result-facts{grid-template-columns:1fr}.result-status-row{align-items:flex-start;flex-direction:column}.score-table table{min-width:0}.score-table thead{display:none}.score-table tr{display:grid;padding:10px 12px;border-bottom:1px solid var(--line)}.score-table td{display:flex;justify-content:space-between;gap:18px;padding:6px 0;border-bottom:0}.score-table td:before{content:attr(data-label);color:var(--muted);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.score-table td:first-child{font-size:18px}}
@media(max-width:520px){.hero{padding:48px 0 38px}.hero h1{font-size:43px}.lead{font-size:18px}.result-item{padding:14px}.result-summary-panel{padding:22px}.controls .tab{flex:1 1 auto}.footer .wrap,footer .wrap{flex-direction:column}}





.result-item.is-league .result-card-layout{grid-template-columns:1fr;gap:14px}
.result-item.is-league .result-summary-panel{position:relative;top:auto;display:block;min-height:0;padding:22px 26px;overflow:hidden}
.result-item.is-league .result-summary-panel:before{width:190px;height:190px;right:-80px;bottom:-130px}
.result-item.is-league .result-summary-panel h2{font-size:clamp(27px,3vw,38px);max-width:none}
.result-item.is-league .result-meta{margin-top:12px}
.result-item.is-league .result-note{margin:12px 0 0;max-width:68ch}
.result-item.is-league .result-status-row{margin-top:18px;justify-content:flex-start;align-items:center;flex-direction:row;flex-wrap:wrap}
.result-item.is-league .result-facts{margin-top:16px;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:10px}
.result-item.is-league .result-facts dd{font-size:18px;overflow-wrap:anywhere}



@media(max-width:900px){.result-item.is-league .result-facts{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.result-item.is-league .result-facts{grid-template-columns:1fr}.result-item.is-league .result-summary-panel{padding:20px}}




