:root { --accent:#ef2b2d; --bg:#08080a; --panel:#111115; --text:#f7f7f7; --muted:#a8a8b0; --line:rgba(255,255,255,.12); }
* { box-sizing:border-box; }
html,body { margin:0; overflow-x:hidden; background:var(--bg); color:var(--text); font-family:Inter,Arial,sans-serif; }
body[data-category="power"] { --accent:#f4c542; }
body[data-category="druzynowka"] { --accent:#29c5b6; }
.results-shell { width:min(1120px,calc(100% - 32px)); margin:0 auto; padding:132px 0 72px; }
.results-back { color:var(--muted); text-decoration:none; font-weight:800; }
.results-hero { padding:42px 0 30px; border-bottom:1px solid var(--line); }
.results-kicker { display:block; color:var(--accent); text-transform:uppercase; font-weight:950; letter-spacing:.16em; font-size:12px; }
.results-hero h1 { margin:10px 0; font-size:clamp(38px,7vw,82px); line-height:.95; text-transform:uppercase; letter-spacing:-.045em; }
.results-hero p { max-width:680px; color:var(--muted); font-size:17px; }
.results-status { min-height:180px; display:grid; place-items:center; margin-top:28px; padding:32px; border:1px solid var(--line); background:var(--panel); text-align:center; color:var(--muted); }
.results-status[data-state="error"] { border-color:#ef2b2d; color:#ff9b9d; }
.results-status[hidden], .results-content[hidden] { display:none; }
.podium { display:grid; grid-template-columns:repeat(3,1fr); align-items:end; gap:14px; margin:34px 0 22px; }
.podium-card { position:relative; isolation:isolate; min-height:360px; overflow:hidden; border:1px solid var(--line); background:linear-gradient(155deg,color-mix(in srgb,var(--accent) 18%,#17171c),#08080a 72%); }
.podium-card::after { content:""; position:absolute; inset:auto 0 0; z-index:1; height:42%; background:linear-gradient(transparent,rgba(5,5,7,.94) 82%); pointer-events:none; }
.podium-card:first-child { order:2; min-height:430px; border-color:var(--accent); box-shadow:0 0 0 1px color-mix(in srgb,var(--accent) 45%,transparent),0 24px 70px color-mix(in srgb,var(--accent) 12%,transparent); }
.podium-card:nth-child(2) { order:1; min-height:390px; }
.podium-card:nth-child(3) { order:3; min-height:370px; }
.podium-photo { position:absolute; inset:12px 8px 0; display:grid; place-items:center; overflow:hidden; }
.podium-photo::before { content:""; position:absolute; left:8%; right:8%; bottom:-28%; aspect-ratio:1; border-radius:50%; background:color-mix(in srgb,var(--accent) 21%,transparent); filter:blur(2px); }
.podium-photo img { position:absolute; z-index:1; left:50%; bottom:0; display:block; width:112%; height:100%; margin:0; object-fit:contain; object-position:center bottom; filter:drop-shadow(0 18px 18px rgba(0,0,0,.45)); transform:translateX(-50%); }
.podium-initials { color:color-mix(in srgb,var(--accent) 35%,transparent); font-size:clamp(78px,10vw,150px); font-weight:950; letter-spacing:-.09em; }
.podium-photo img + .podium-initials { display:none; }
.podium-copy { position:absolute; inset:auto 22px 22px; z-index:2; display:grid; gap:4px; }
.podium-position { color:var(--accent); font-size:46px; line-height:.85; font-style:italic; font-weight:950; }
.podium-card strong { max-width:95%; font-size:clamp(20px,2.2vw,30px); line-height:1; text-wrap:balance; }
.podium-card small { margin-top:5px; color:#d0d0d4; font-size:15px; font-weight:800; }
.results-table-wrap { overflow:auto; border:1px solid var(--line); background:var(--panel); }
.results-table { width:100%; border-collapse:collapse; min-width:620px; }
.results-table th,.results-table td { padding:16px 18px; text-align:left; border-bottom:1px solid var(--line); }
.results-table th { color:var(--muted); font-size:11px; text-transform:uppercase; letter-spacing:.1em; }
.results-table td:first-child { color:var(--accent); font-weight:950; width:72px; }
.results-table td:last-child { font-weight:950; }
.results-shell .results-table-wrap .results-table { display:table!important; width:100%!important; min-width:620px!important; border-collapse:collapse!important; }
.results-shell .results-table-wrap .results-table thead { display:table-header-group!important; position:static!important; background:#090a0c!important; }
.results-shell .results-table-wrap .results-table tbody { display:table-row-group!important; }
.results-shell .results-table-wrap .results-table tr,
body.wkl-standings-page .results-shell .results-table tbody tr,
body.wkl-round-page .results-shell .results-table tbody tr { display:table-row!important; background:#101216!important; }
.results-shell .results-table-wrap .results-table tbody tr:nth-child(even) { background:#15181c!important; }
.results-shell .results-table-wrap .results-table th,
.results-shell .results-table-wrap .results-table td { display:table-cell!important; padding:16px 18px!important; border:0!important; border-bottom:1px solid var(--line)!important; vertical-align:middle!important; }
.results-shell .results-table-wrap .results-table th:first-child,
.results-shell .results-table-wrap .results-table td:first-child { width:82px!important; }
.results-shell .results-table-wrap .results-table th:nth-child(3),
.results-shell .results-table-wrap .results-table td:nth-child(3) { width:140px!important; text-align:center!important; }
.results-shell .results-table-wrap .results-table th:last-child,
.results-shell .results-table-wrap .results-table td:last-child { width:100px!important; text-align:right!important; }
.round-gallery { margin-top:24px; padding:24px; border:1px solid color-mix(in srgb,var(--accent) 55%,transparent); background:color-mix(in srgb,var(--accent) 8%,#111115); }
.round-gallery a { display:inline-block; margin-top:8px; color:var(--accent); font-weight:950; }
@media(max-width:700px){ .results-shell{width:min(100% - 20px,1120px);padding-top:100px}.results-hero{padding-top:24px}.podium{grid-template-columns:1fr 1fr;gap:10px}.podium-card,.podium-card:first-child,.podium-card:nth-child(2),.podium-card:nth-child(3){min-height:290px}.podium-card:first-child{grid-column:1/-1;order:1;min-height:380px}.podium-card:nth-child(2){order:2}.podium-card:nth-child(3){order:3}.podium-copy{inset:auto 16px 17px}.podium-position{font-size:38px}.podium-card strong{font-size:19px}.results-table th,.results-table td{padding:13px 12px}.nav{height:76px}.nav-inner{width:calc(100% - 20px);height:76px}.brand img{width:78px;height:42px}.brand span{display:none}body.has-mobile-nav.nav-open .classification-menu-group .classification-submenu{display:block!important;position:static!important;opacity:1!important;visibility:visible!important;transform:none!important} }
@media(max-width:430px){.podium-card,.podium-card:nth-child(2),.podium-card:nth-child(3){min-height:250px}.podium-card:first-child{min-height:340px}}
