:root{
    --bg:#f5f7fb;--card:#ffffff;--text:#172033;--muted:#667085;--line:#dfe5ee;--primary:#1f5eff;--primary-dark:#1747bf;--danger:#d92d20;--success:#039855;--warning:#dc6803;--shadow:0 10px 30px rgba(16,24,40,.08);--radius:18px;
}
*{box-sizing:border-box}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:15px;line-height:1.45}
a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.topbar{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:20px;padding:12px 22px}.brand{display:flex;align-items:center;gap:12px}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,#1f5eff,#00a3ff);color:white;font-size:22px;box-shadow:var(--shadow)}.brand strong{display:block;font-size:16px}.brand small{display:block;color:var(--muted);font-size:12px}.topbar nav{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.topbar nav a{padding:9px 12px;border-radius:999px;color:var(--text);font-weight:600}.topbar nav a:hover{background:#eef3ff;text-decoration:none}.container{width:min(1220px,calc(100% - 28px));margin:22px auto 60px}.footer{text-align:center;padding:24px;color:var(--muted);border-top:1px solid var(--line)}.grid{display:grid;grid-template-columns:repeat(12,1fr);gap:18px}.col-12{grid-column:span 12}.col-8{grid-column:span 8}.col-6{grid-column:span 6}.col-4{grid-column:span 4}.col-3{grid-column:span 3}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px}.card h1,.card h2,.card h3{margin-top:0}.hero{background:linear-gradient(135deg,#0b1f48,#1f5eff);color:#fff;border-radius:24px;padding:24px;box-shadow:var(--shadow);overflow:hidden;position:relative}.hero:after{content:"";position:absolute;right:-80px;top:-80px;width:260px;height:260px;border-radius:50%;background:rgba(255,255,255,.12)}.hero h1{margin:0 0 8px;font-size:clamp(24px,4vw,42px);line-height:1.1}.hero p{margin:4px 0;color:rgba(255,255,255,.86)}.event-logo{width:78px;height:78px;object-fit:contain;border-radius:16px;background:white;padding:8px;margin-bottom:12px}.admin-menu{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.menu-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:var(--shadow);display:block;color:var(--text)}.menu-card:hover{text-decoration:none;transform:translateY(-1px)}.menu-card strong{display:block;font-size:17px;margin-bottom:5px}.menu-card small{color:var(--muted)}.toolbar{display:flex;gap:10px;align-items:center;justify-content:space-between;flex-wrap:wrap;margin-bottom:16px}.actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.btn,button,input[type=submit]{border:0;border-radius:12px;padding:10px 14px;background:var(--primary);color:white;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:7px;min-height:42px}.btn:hover,button:hover,input[type=submit]:hover{background:var(--primary-dark);text-decoration:none}.btn.secondary{background:#eef3ff;color:#1849bf}.btn.secondary:hover{background:#dde8ff}.btn.danger,button.danger{background:var(--danger)}.btn.ghost{background:transparent;color:var(--text);border:1px solid var(--line)}.btn.small{padding:7px 10px;min-height:34px;border-radius:10px;font-size:13px}.form-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:14px}.field{grid-column:span 6}.field.full{grid-column:span 12}.field.third{grid-column:span 4}.field.quarter{grid-column:span 3}label{display:block;font-weight:700;margin-bottom:6px}input,select,textarea{width:100%;border:1px solid var(--line);background:white;border-radius:12px;padding:11px 12px;font:inherit;color:var(--text);min-height:44px}textarea{min-height:100px;resize:vertical}input:focus,select:focus,textarea:focus{outline:3px solid rgba(31,94,255,.13);border-color:var(--primary)}.checkbox-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.check-item{display:flex;gap:8px;align-items:center;border:1px solid var(--line);border-radius:12px;padding:9px;background:#fff}.check-item input{width:auto;min-height:auto}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:16px;background:white}.table{width:100%;border-collapse:collapse;min-width:760px}.table th,.table td{padding:12px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.table th{background:#f8fafc;color:#344054;font-size:13px;text-transform:uppercase;letter-spacing:.03em;position:sticky;top:0}.table tr:last-child td{border-bottom:0}.rank{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#eef3ff;color:#1849bf;font-weight:900}.rank.gold{background:#fff4cc;color:#9a6700}.rank.silver{background:#eef0f4;color:#475467}.rank.bronze{background:#ffe4d5;color:#b93815}.badge{display:inline-flex;align-items:center;border-radius:999px;padding:4px 9px;background:#eef3ff;color:#1849bf;font-weight:700;font-size:12px}.badge.success{background:#d1fadf;color:#027a48}.badge.warning{background:#fef0c7;color:#b54708}.muted{color:var(--muted)}.alert{padding:12px 14px;border-radius:14px;margin-bottom:16px;border:1px solid}.alert.success{background:#ecfdf3;border-color:#abefc6;color:#067647}.alert.error{background:#fef3f2;border-color:#fecdca;color:#b42318}.alert.warning{background:#fffaeb;border-color:#fedf89;color:#b54708}.tabs{display:flex;gap:8px;flex-wrap:wrap;margin:16px 0}.tab{padding:10px 13px;border:1px solid var(--line);border-radius:999px;color:var(--text);background:white;font-weight:700}.tab.active{background:var(--primary);color:white;border-color:var(--primary)}.score-form-wrap{max-width:720px;margin:0 auto}.score-panel{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:22px}.big-input input{font-size:32px;font-weight:900;text-align:center;min-height:72px}.judgesheet-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.sheet{background:#fff;border:1px solid #222;border-radius:12px;padding:14px;min-height:300px;page-break-inside:avoid}.sheet-head{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid #222;padding-bottom:8px;margin-bottom:10px}.sheet-logo{width:58px;height:58px;object-fit:contain}.qr{width:130px;height:130px;object-fit:contain}.print-title{text-align:center;margin:0 0 12px}.signature-row{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px;text-align:center}.signature-box{min-height:110px;display:flex;flex-direction:column;justify-content:space-between}.drawing-number{font-size:22px;font-weight:900}.pole-summary{display:flex;gap:8px;flex-wrap:wrap;margin:10px 0 14px}.pole-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#eef3ff;color:#1849bf;font-weight:800;padding:4px 8px;min-width:38px}.drawing-table th,.drawing-table td{white-space:nowrap}.live-updated{font-size:12px;color:rgba(255,255,255,.75);margin-top:8px}.mobile-scroll-note{display:none;color:var(--muted);font-size:12px;margin-bottom:8px}
@media (max-width:900px){.grid{display:block}.grid>*{margin-bottom:16px}.admin-menu{grid-template-columns:repeat(2,1fr)}.field,.field.third,.field.quarter{grid-column:span 12}.checkbox-grid{grid-template-columns:1fr}.topbar{align-items:flex-start;flex-direction:column}.mobile-scroll-note{display:block}.judgesheet-grid{grid-template-columns:1fr}.signature-row{grid-template-columns:1fr}.table th,.table td{padding:10px;white-space:nowrap}.hero{padding:18px}}
@media print{body{background:white;font-size:12px}.no-print{display:none!important}.container{width:100%;margin:0}.card,.hero{box-shadow:none;border:0;border-radius:0;padding:0;background:white;color:#000}.table-wrap{border:0;overflow:visible}.table{min-width:0}.table th{position:static;background:#eee;color:#000}.sheet{break-inside:avoid}.judgesheet-grid{grid-template-columns:repeat(2,1fr)}a{color:#000;text-decoration:none}@page{size:A4;margin:12mm}}
.print-only{display:none}
@media print{.print-only{display:inline}.no-print{display:none!important}}

.checkline{display:flex;align-items:center;gap:8px;font-weight:700}.checkline input{width:auto}
.alert.warning{background:#fff7ed;border-color:#fed7aa;color:#9a3412}

/* ===== v6: Modern live score, mobile QR entry, admin scoring cards ===== */
.live-board{margin-top:-6px}.modern-live-hero,.score-admin-hero,.qr-entry-hero{background:radial-gradient(circle at top left,rgba(56,189,248,.30),transparent 34%),linear-gradient(135deg,#071733,#102a64 52%,#0b5bd3);color:#fff;border:1px solid rgba(255,255,255,.12);border-radius:28px;box-shadow:0 24px 70px rgba(8,21,51,.25);padding:24px;position:relative;overflow:hidden}.modern-live-hero:after,.qr-entry-hero:after,.score-admin-hero:after{content:"";position:absolute;right:-70px;bottom:-90px;width:260px;height:260px;border-radius:50%;background:rgba(255,255,255,.10)}.live-hero-left{display:flex;align-items:center;gap:18px;position:relative;z-index:1}.live-logo{width:88px;height:88px;border-radius:22px;background:#fff;object-fit:contain;padding:10px;box-shadow:0 15px 35px rgba(0,0,0,.22)}.modern-live-hero{display:flex;justify-content:space-between;gap:18px;align-items:center}.modern-live-hero h1,.qr-entry-hero h1,.score-admin-hero h2{margin:4px 0 6px;font-size:clamp(26px,4vw,48px);letter-spacing:-.03em;line-height:1.02}.modern-live-hero p,.qr-entry-hero p,.score-admin-hero p{margin:0;color:rgba(255,255,255,.82)}.live-kicker{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#bfe6ff}.pulse-dot{width:10px;height:10px;border-radius:50%;background:#22c55e;display:inline-block;box-shadow:0 0 0 0 rgba(34,197,94,.8);animation:pulseLive 1.4s infinite}@keyframes pulseLive{70%{box-shadow:0 0 0 12px rgba(34,197,94,0)}100%{box-shadow:0 0 0 0 rgba(34,197,94,0)}}.live-hero-right{display:flex;flex-direction:column;align-items:flex-end;gap:4px;position:relative;z-index:1}.live-hero-right strong{font-size:28px}.live-hero-right small{color:rgba(255,255,255,.72)}.live-badge{display:inline-flex;border-radius:999px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.20);color:#fff;font-size:12px;font-weight:900;padding:7px 11px}.live-badge.green{background:#dcfce7;color:#166534;border-color:#bbf7d0}.live-category-bar{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:18px 0}.live-tab{display:flex;flex-direction:column;gap:3px;border:1px solid var(--line);background:#fff;color:#172033;border-radius:18px;padding:13px 14px;box-shadow:0 10px 26px rgba(16,24,40,.05);font-weight:900}.live-tab:hover{text-decoration:none;transform:translateY(-1px)}.live-tab small{color:var(--muted);font-weight:700;font-size:12px}.live-tab.active{background:linear-gradient(135deg,#164bc7,#0ea5e9);color:#fff;border-color:transparent}.live-tab.active small{color:rgba(255,255,255,.80)}.live-title-row{display:flex;align-items:end;justify-content:space-between;gap:18px;margin:18px 0}.live-title-row h2{margin:4px 0 2px;font-size:clamp(24px,3vw,36px)}.live-title-row p{margin:0;color:var(--muted)}.live-section-label{font-weight:900;color:#175cd3;text-transform:uppercase;letter-spacing:.10em;font-size:12px}.live-stats{display:flex;gap:10px}.live-stats div,.stat-card{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 10px 28px rgba(16,24,40,.06);padding:14px 16px;min-width:96px}.live-stats strong,.stat-card strong{display:block;font-size:24px;line-height:1}.live-stats span,.stat-card span{display:block;color:var(--muted);font-size:12px;margin-top:5px;font-weight:800}.podium-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:16px 0}.podium-card{border-radius:24px;padding:18px;background:#fff;border:1px solid var(--line);box-shadow:0 18px 45px rgba(16,24,40,.08);position:relative;overflow:hidden}.podium-card:before{content:"";position:absolute;right:-40px;top:-40px;width:120px;height:120px;border-radius:50%;background:rgba(31,94,255,.08)}.podium-rank{font-size:13px;font-weight:900;color:#175cd3}.podium-name{font-weight:900;font-size:20px;margin-top:4px}.podium-meta{color:var(--muted);font-size:12px;margin-top:3px}.podium-score{font-size:36px;font-weight:1000;letter-spacing:-.04em;margin-top:10px}.podium-small{color:var(--muted);font-weight:800}.podium-card.rank-1{border-color:#fde68a;background:linear-gradient(180deg,#fffbea,#fff)}.podium-card.rank-2{background:linear-gradient(180deg,#f8fafc,#fff)}.podium-card.rank-3{border-color:#fed7aa;background:linear-gradient(180deg,#fff7ed,#fff)}.live-table-card{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:0 18px 45px rgba(16,24,40,.08);padding:16px}.live-table-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.live-table-head strong{display:block;font-size:19px}.live-table-head span{display:block;color:var(--muted);font-size:12px}.live-table-wrap{border-radius:20px}.live-table th{background:#0b1f48;color:#e0f2fe}.live-table td{font-size:15px}.live-table tbody tr:nth-child(even){background:#f8fbff}.score-admin-hero{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px}.stat-card{min-width:0}.score-admin-grid .card{height:max-content}.entry-card-admin{position:sticky;top:86px}.compact-form textarea{min-height:74px}.participant-mini-list{display:grid;gap:9px;max-height:620px;overflow:auto;padding-right:4px}.participant-mini-card{border:1px solid var(--line);border-radius:14px;padding:10px;background:#fff}.participant-mini-card strong{display:block}.participant-mini-card span,.participant-mini-card small{display:block;color:var(--muted);font-size:12px;margin-top:2px}.qr-entry-shell{max-width:760px;margin:0 auto 40px}.qr-entry-hero{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.qr-entry-hero h1{font-size:clamp(28px,8vw,44px)}.qr-entry-hero small{display:block;color:rgba(255,255,255,.78);margin-top:5px}.qr-participant-card{display:flex;align-items:center;gap:15px;background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:0 18px 45px rgba(16,24,40,.08);padding:16px;margin-bottom:14px}.bib-circle{width:76px;height:76px;flex:0 0 auto;display:grid;place-items:center;border-radius:22px;background:linear-gradient(135deg,#164bc7,#0ea5e9);color:white;font-weight:1000;font-size:22px;box-shadow:0 14px 28px rgba(14,84,210,.25)}.qr-participant-card h2{margin:0;font-size:24px}.qr-participant-card p,.qr-participant-card small{margin:3px 0 0;color:var(--muted)}.qr-entry-card{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:0 18px 45px rgba(16,24,40,.08);padding:18px;margin-bottom:14px}.round-picker label:first-child{font-weight:900}.round-buttons{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;margin:8px 0 16px}.round-buttons label{margin:0}.round-buttons input{position:absolute;opacity:0;pointer-events:none}.round-buttons span{display:grid;place-items:center;border:1px solid var(--line);border-radius:14px;min-height:46px;font-weight:1000;background:#f8fafc}.round-buttons input:checked+span{background:linear-gradient(135deg,#164bc7,#0ea5e9);color:#fff;border-color:transparent;box-shadow:0 10px 22px rgba(31,94,255,.20)}.qr-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.qr-form-grid .full{grid-column:1/-1}.timer-card{border:1px solid #c7d7fe;background:linear-gradient(180deg,#eff6ff,#fff);border-radius:22px;padding:16px;margin:12px 0}.timer-card.second{background:linear-gradient(180deg,#f0fdf4,#fff);border-color:#bbf7d0}.timer-card h3{margin:0 0 10px}.time-split{display:grid;grid-template-columns:1fr 1fr;gap:12px}.time-split input{font-size:36px;font-weight:1000;min-height:76px;text-align:center;border-radius:18px}.save-score-button{width:100%;justify-content:center;min-height:58px;font-size:18px;border-radius:18px;background:linear-gradient(135deg,#175cd3,#0ea5e9)}.big-success{font-weight:900;font-size:16px}.saved-scores h2{margin-top:0}.score-list{display:grid;gap:9px}.score-row-mobile{display:grid;grid-template-columns:1fr auto;gap:5px;align-items:center;border:1px solid var(--line);border-radius:14px;padding:10px;background:#f8fafc}.score-row-mobile span{font-weight:800}.score-row-mobile strong{font-size:20px}.score-row-mobile small{grid-column:1/-1;color:var(--muted)}
@media (max-width:900px){.modern-live-hero,.qr-entry-hero,.score-admin-hero{flex-direction:column;align-items:flex-start}.live-hero-left{align-items:flex-start}.live-hero-right{align-items:flex-start}.live-category-bar{grid-template-columns:1fr}.live-title-row{display:block}.live-stats{margin-top:12px;display:grid;grid-template-columns:repeat(3,1fr)}.podium-grid{grid-template-columns:1fr}.stat-grid{grid-template-columns:repeat(2,1fr)}.entry-card-admin{position:static}.score-admin-grid{display:block}.score-admin-grid>*{margin-bottom:16px}.qr-entry-shell{width:min(100%,calc(100% - 6px))}.qr-entry-card,.qr-participant-card,.qr-entry-hero{border-radius:20px}.round-buttons{grid-template-columns:repeat(4,1fr)}.qr-form-grid,.time-split{grid-template-columns:1fr}.time-split input{font-size:30px;min-height:68px}.bib-circle{width:66px;height:66px}.topbar nav{max-width:100%;overflow:auto}.container{width:min(100% - 16px,1220px);margin-top:14px}}
@media print{.live-board{margin:0}.live-category-bar,.podium-grid,.live-stats{display:none}.live-table-card{box-shadow:none;border:0}.modern-live-hero{background:#fff;color:#000;border:0;box-shadow:none}.modern-live-hero p{color:#000}.live-kicker,.live-badge{color:#000;background:#fff;border:1px solid #999}.live-table th{background:#eee;color:#000}.entry-card-admin{position:static}}

/* ===== v7: premium F2C-inspired live board + polished admin UI ===== */
:root{
    --v7-dark:#050816;--v7-navy:#0b1638;--v7-blue:#087bff;--v7-cyan:#22d3ee;--v7-green:#39ff88;--v7-gold:#ffd166;--v7-red:#fb3158;--v7-soft:#eaf2ff;
}
body{background:radial-gradient(circle at 10% -10%,rgba(8,123,255,.14),transparent 28%),linear-gradient(180deg,#f3f7ff,#eef4fb 45%,#f8fafc);}
.topbar{background:rgba(5,13,35,.93);border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 14px 40px rgba(6,13,32,.18)}
.brand-mark{background:linear-gradient(135deg,var(--v7-blue),var(--v7-cyan));box-shadow:0 0 30px rgba(34,211,238,.32)}
.brand strong,.topbar nav a{color:#fff}.brand small{color:#b9c7e6}.topbar nav a:hover{background:rgba(255,255,255,.10);color:#fff}.footer{background:#06112e;color:#aebcdf;border-top:1px solid rgba(255,255,255,.08)}
.btn,button,input[type=submit]{background:linear-gradient(135deg,#175cd3,#0ea5e9);box-shadow:0 12px 25px rgba(14,91,211,.18);transition:.18s ease}.btn:hover,button:hover,input[type=submit]:hover{filter:brightness(.97);transform:translateY(-1px)}.btn.secondary{background:#eaf2ff;color:#0f459f;box-shadow:none}.btn.ghost{background:white}.btn.danger,button.danger{background:linear-gradient(135deg,#e11d48,#f97316)}
.card,.premium-card{border:1px solid rgba(15,40,90,.10);border-radius:24px;box-shadow:0 20px 55px rgba(15,40,90,.09);overflow:hidden}.premium-card{background:linear-gradient(180deg,#ffffff,#fbfdff)}
.eyebrow{display:inline-flex;font-size:11px;font-weight:1000;letter-spacing:.14em;text-transform:uppercase;color:#175cd3;margin-bottom:4px}.page-toolbar{align-items:flex-start;background:linear-gradient(135deg,#fff,#eef6ff);border:1px solid rgba(23,92,211,.12);border-radius:24px;padding:18px 20px;box-shadow:0 20px 50px rgba(23,92,211,.08)}.page-toolbar h1{margin:0 0 4px;font-size:clamp(28px,4vw,42px);letter-spacing:-.03em}.page-toolbar p{margin:0}.card-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.card-title-row h2{margin:0}.soft-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:16px;background:linear-gradient(135deg,#eaf2ff,#dff7ff);font-size:22px}.count-badge{display:grid;place-items:center;min-width:48px;height:48px;border-radius:16px;background:linear-gradient(135deg,#175cd3,#0ea5e9);color:#fff;font-size:22px;font-weight:1000}
input,select,textarea{border-radius:15px;border-color:#d7e1f0;background:#fbfdff;transition:.16s ease}input:focus,select:focus,textarea:focus{background:#fff;box-shadow:0 0 0 4px rgba(14,165,233,.12);outline:0}.form-grid label,.qr-form-grid label{color:#263b63}.bib-pill{display:inline-flex;align-items:center;justify-content:center;min-width:54px;border-radius:999px;padding:6px 10px;background:#eaf2ff;color:#0f459f;font-weight:1000}.fancy-admin-table th{background:linear-gradient(135deg,#061437,#0b2d66);color:#dff7ff;border:0}.fancy-admin-table td{background:rgba(255,255,255,.96)}.fancy-admin-table tbody tr:nth-child(even) td{background:#f8fbff}.fancy-admin-table tbody tr:hover td{background:#eff7ff}.admin-menu{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.menu-card{border-radius:22px;position:relative;overflow:hidden;transition:.18s ease}.menu-card:before{content:"";position:absolute;right:-36px;top:-36px;width:104px;height:104px;border-radius:50%;background:rgba(14,165,233,.10)}.menu-card strong{font-size:18px}.menu-card:hover{transform:translateY(-3px);box-shadow:0 24px 54px rgba(15,40,90,.14)}.admin-dashboard-hero{background:radial-gradient(circle at 14% 0%,rgba(34,211,238,.36),transparent 28%),linear-gradient(135deg,#050816,#0b2d66 58%,#087bff)}
.assign-list{display:grid;gap:9px;max-height:560px;overflow:auto;padding:4px 4px 12px 0;margin-bottom:14px}.assign-item{display:flex;gap:10px;align-items:center;border:1px solid #dce7f5;background:#fff;border-radius:16px;padding:12px;margin:0;cursor:pointer}.assign-item:hover{background:#f2f8ff}.assign-item input{width:20px;min-height:20px}.assign-item span{display:block}.assign-item small{display:block;color:var(--muted);font-weight:700;margin-top:3px}.tabs .tab small{display:block;font-size:11px;color:inherit;opacity:.74;margin-top:2px}

/* Live score inspired by the public F2C live-board direction: dark, racing, neon, high contrast */
.ohlg-live-stage{position:relative;margin-top:-6px;border-radius:34px;background:linear-gradient(135deg,#030712,#071733 44%,#0c2a64);padding:18px;color:#e9f5ff;box-shadow:0 30px 90px rgba(4,12,30,.35);overflow:hidden}.scoreboard-glow{position:absolute;border-radius:999px;filter:blur(8px);opacity:.55;pointer-events:none}.glow-one{left:-90px;top:-110px;width:260px;height:260px;background:radial-gradient(circle,rgba(34,211,238,.42),transparent 70%)}.glow-two{right:-120px;bottom:-130px;width:340px;height:340px;background:radial-gradient(circle,rgba(8,123,255,.38),transparent 70%)}.live-score-frame{position:relative;z-index:1}.f2c-topline{display:flex;align-items:center;justify-content:space-between;gap:22px;border:1px solid rgba(255,255,255,.10);border-radius:28px;background:linear-gradient(135deg,rgba(255,255,255,.10),rgba(255,255,255,.04));backdrop-filter:blur(15px);padding:20px;box-shadow:inset 0 1px 0 rgba(255,255,255,.12)}.event-identity{display:flex;align-items:center;gap:16px}.live-emblem{width:92px;height:92px;object-fit:contain;border-radius:24px;padding:10px;background:#fff;box-shadow:0 16px 44px rgba(0,0,0,.35),0 0 0 6px rgba(255,255,255,.07)}.f2c-live-chip{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(57,255,136,.35);background:rgba(57,255,136,.10);color:#bfffd8;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:1000;letter-spacing:.14em}.f2c-topline h1{margin:8px 0 4px;font-size:clamp(26px,4vw,54px);letter-spacing:-.05em;line-height:.98;color:#fff;text-shadow:0 0 26px rgba(34,211,238,.18)}.f2c-topline p{margin:0;color:#bfd2ef;font-weight:700}.live-clock-box{min-width:178px;border:1px solid rgba(34,211,238,.24);border-radius:22px;background:linear-gradient(180deg,rgba(34,211,238,.12),rgba(8,123,255,.08));padding:14px 16px;text-align:right}.live-clock-box span,.scoreboard-label,.section-title-light span,.ranking-title-bar span{display:block;color:#92eaff;font-size:11px;font-weight:1000;letter-spacing:.16em;text-transform:uppercase}.live-clock-box strong{display:block;font-size:34px;letter-spacing:-.04em;color:#fff}.live-clock-box small{color:#b9c7e6;font-weight:700}.competition-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:14px 0}.competition-pill{position:relative;display:flex;flex-direction:column;gap:3px;color:#dbeafe;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.06);border-radius:20px;padding:13px 14px;overflow:hidden}.competition-pill:hover{text-decoration:none;background:rgba(255,255,255,.10)}.competition-pill.active{background:linear-gradient(135deg,#00b4ff,#175cd3);color:#fff;border-color:rgba(255,255,255,.20);box-shadow:0 18px 42px rgba(8,123,255,.32)}.competition-pill:after{content:"";position:absolute;right:-40px;top:-50px;width:100px;height:100px;background:rgba(255,255,255,.12);border-radius:50%}.competition-pill strong{position:relative;z-index:1}.competition-pill small{position:relative;z-index:1;color:rgba(255,255,255,.72);font-weight:800}.category-score-header{display:flex;align-items:end;justify-content:space-between;gap:18px;padding:18px 4px}.category-score-header h2{margin:4px 0 2px;color:#fff;font-size:clamp(28px,4vw,48px);letter-spacing:-.05em}.category-score-header p{margin:0;color:#b9c7e6;font-weight:700}.score-metrics{display:flex;gap:10px}.score-metrics div{min-width:96px;border:1px solid rgba(255,255,255,.10);border-radius:20px;background:rgba(255,255,255,.07);padding:12px 14px;text-align:right}.score-metrics span{display:block;color:#92eaff;font-size:11px;font-weight:900;text-transform:uppercase}.score-metrics strong{display:block;color:#fff;font-size:28px;line-height:1}.live-layout-grid{display:grid;grid-template-columns:390px 1fr;gap:16px}.podium-arena,.ranking-arena{border:1px solid rgba(255,255,255,.10);border-radius:28px;background:rgba(255,255,255,.055);box-shadow:inset 0 1px 0 rgba(255,255,255,.10);backdrop-filter:blur(14px);padding:16px}.section-title-light{display:flex;align-items:end;justify-content:space-between;gap:10px;margin-bottom:12px}.section-title-light strong{font-size:19px;color:#fff}.podium-stage-v7{display:grid;gap:12px}.podium-tile{position:relative;overflow:hidden;border-radius:24px;border:1px solid rgba(255,255,255,.10);background:linear-gradient(180deg,rgba(255,255,255,.11),rgba(255,255,255,.045));padding:16px;min-height:190px}.podium-tile:after{content:"";position:absolute;right:-45px;bottom:-45px;width:126px;height:126px;border-radius:50%;background:rgba(34,211,238,.10)}.podium-no-1{background:linear-gradient(135deg,rgba(255,209,102,.26),rgba(255,255,255,.05));border-color:rgba(255,209,102,.36)}.podium-no-2{background:linear-gradient(135deg,rgba(226,232,240,.22),rgba(255,255,255,.045))}.podium-no-3{background:linear-gradient(135deg,rgba(251,146,60,.20),rgba(255,255,255,.045))}.medal-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#fff;color:#061437;font-size:13px;font-weight:1000;padding:6px 10px}.pilot-bib{margin-top:12px;color:#92eaff;font-size:12px;font-weight:1000;letter-spacing:.12em}.podium-tile h3{margin:4px 0;color:#fff;font-size:22px;line-height:1.05}.podium-tile p{margin:0;color:#b9c7e6;font-weight:700}.big-live-score{margin-top:10px;color:#fff;font-size:42px;line-height:1;font-weight:1000;letter-spacing:-.06em;text-shadow:0 0 22px rgba(34,211,238,.22)}.podium-tile small{display:block;margin-top:5px;color:#dbeafe;font-weight:800}.empty-live-state,.empty-cell{padding:26px;text-align:center;color:#b9c7e6}.ranking-title-bar{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px}.ranking-title-bar strong{display:block;color:#fff;font-size:22px}.ranking-title-bar em{display:inline-flex;align-items:center;gap:8px;border-radius:999px;background:rgba(57,255,136,.12);color:#bfffd8;border:1px solid rgba(57,255,136,.28);padding:7px 10px;font-style:normal;font-weight:1000;font-size:12px}.live-table-scroll{overflow:auto;border-radius:22px;border:1px solid rgba(255,255,255,.10)}.live-racing-table{width:100%;min-width:940px;border-collapse:separate;border-spacing:0;background:rgba(3,7,18,.68)}.live-racing-table th{position:sticky;top:0;background:#071735;color:#92eaff;text-align:left;font-size:12px;text-transform:uppercase;letter-spacing:.12em;padding:13px 12px;border-bottom:1px solid rgba(255,255,255,.10)}.live-racing-table td{padding:13px 12px;border-bottom:1px solid rgba(255,255,255,.08);color:#dbeafe}.live-racing-table tr:last-child td{border-bottom:0}.live-racing-table tbody tr:nth-child(even){background:rgba(255,255,255,.035)}.live-racing-table tbody tr:hover{background:rgba(34,211,238,.08)}.rank-number-v7{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:14px;background:rgba(255,255,255,.12);color:#fff;font-weight:1000}.row-rank-1 .rank-number-v7{background:linear-gradient(135deg,#ffd166,#f59e0b);color:#2b1700}.row-rank-2 .rank-number-v7{background:linear-gradient(135deg,#e2e8f0,#94a3b8);color:#061437}.row-rank-3 .rank-number-v7{background:linear-gradient(135deg,#fb923c,#c2410c);color:#fff}.score-used-v7{display:inline-flex;border-radius:999px;background:rgba(34,211,238,.14);color:#c8f9ff;padding:5px 10px}.light{color:#b9c7e6!important}

/* Entry admin v7 polish */
.score-admin-hero{border-radius:28px;background:radial-gradient(circle at 10% 0%,rgba(34,211,238,.34),transparent 30%),linear-gradient(135deg,#050816,#0b2d66 54%,#087bff);box-shadow:0 28px 70px rgba(8,33,86,.22)}.score-admin-hero .badge{font-size:13px;padding:9px 12px}.stat-grid .stat-card{background:linear-gradient(180deg,#fff,#f7fbff);border-radius:22px}.entry-card-admin{border-top:5px solid #0ea5e9}.participant-mini-card{border-radius:18px;background:linear-gradient(180deg,#fff,#f8fbff);transition:.16s ease}.participant-mini-card:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(15,40,90,.10)}.compact-form .field{grid-column:span 6}.compact-form .field.full{grid-column:span 12}.compact-form input,.compact-form select{min-height:50px}.compact-form input[name="j1_sec"],.compact-form input[name="j2_sec"],.compact-form input[name="j1_min"],.compact-form input[name="j2_min"]{font-size:22px;font-weight:900;text-align:center;background:#f4f9ff}.entry-card-admin h2{letter-spacing:-.02em}.save-score-button{box-shadow:0 18px 36px rgba(14,91,211,.22)}

/* QR/mobile entry v7 polish */
.qr-entry-shell{max-width:820px}.qr-entry-hero{background:radial-gradient(circle at 12% 0%,rgba(57,255,136,.22),transparent 32%),linear-gradient(135deg,#050816,#0b2d66 55%,#087bff)}.qr-participant-card,.qr-entry-card{border-radius:28px}.bib-circle{border-radius:24px;background:linear-gradient(135deg,#087bff,#22d3ee)}.timer-card{box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}.round-buttons span{border-radius:16px}.round-buttons input:checked+span{background:linear-gradient(135deg,#087bff,#22d3ee)}
@media (max-width:1050px){.live-layout-grid{grid-template-columns:1fr}.competition-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:760px){.ohlg-live-stage{padding:10px;border-radius:24px}.f2c-topline,.category-score-header{display:block}.event-identity{align-items:flex-start}.live-emblem{width:70px;height:70px;border-radius:18px}.live-clock-box{text-align:left;margin-top:14px}.competition-strip{grid-template-columns:1fr}.score-metrics{display:grid;grid-template-columns:repeat(3,1fr);margin-top:14px}.score-metrics div{min-width:0;text-align:left}.podium-arena,.ranking-arena{padding:12px;border-radius:22px}.compact-form .field{grid-column:span 12}.page-toolbar{display:block}.page-toolbar .actions{margin-top:12px}.topbar{padding:12px 14px}.topbar nav{gap:6px}.topbar nav a{padding:8px 10px}.container{width:min(100% - 12px,1220px)}}
@media print{body{background:#fff}.ohlg-live-stage{background:#fff;color:#000;box-shadow:none;border-radius:0;padding:0}.scoreboard-glow,.competition-strip,.podium-arena{display:none}.f2c-topline,.ranking-arena,.category-score-header{background:#fff;color:#000;border:0;box-shadow:none;padding:0}.f2c-topline h1,.category-score-header h2,.ranking-title-bar strong{color:#000}.f2c-topline p,.category-score-header p,.live-racing-table td{color:#000}.live-racing-table{background:#fff}.live-racing-table th{background:#eee;color:#000}.live-racing-table td{border-bottom:1px solid #ddd}.rank-number-v7,.score-used-v7{background:#eee;color:#000}}


/* v8 public live score and admin polish */
body.live-public-page{background:radial-gradient(circle at top,#0c2a64 0,#07132d 40%,#030712 100%);min-height:100vh;}
.live-public-page .container{width:min(1460px,calc(100% - 18px));margin:10px auto 18px;}
.page-shell{width:min(1460px,calc(100% - 18px));margin:10px auto 18px;}
.public-live-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:14px;}
.public-event-identity{align-items:flex-start;}
.public-head-right{display:flex;flex-direction:column;gap:12px;align-items:stretch;min-width:260px;}
.leader-chip{border:1px solid rgba(255,255,255,.11);border-radius:22px;background:linear-gradient(135deg,rgba(255,255,255,.11),rgba(255,255,255,.05));padding:14px 16px;box-shadow:inset 0 1px 0 rgba(255,255,255,.12);}
.leader-chip span{display:block;color:#92eaff;font-size:11px;font-weight:1000;letter-spacing:.14em;text-transform:uppercase;}
.leader-chip strong{display:block;color:#fff;font-size:18px;line-height:1.2;margin-top:4px;}
.leader-chip small{display:block;color:#dbeafe;font-weight:700;margin-top:4px;}
.public-category-header{padding-top:10px;}
.live-layout-grid-public{grid-template-columns:420px 1fr;}
.podium-stage-public .podium-tile{min-height:210px;box-shadow:0 22px 44px rgba(3,7,18,.25);}
.podium-stage-public .podium-no-1{transform:scale(1.02);border-width:1px;box-shadow:0 24px 54px rgba(255,209,102,.14);}
.ranking-arena-public{padding-bottom:10px;}
.live-racing-table-public th:first-child,.live-racing-table-public td:first-child{padding-left:16px;}
.live-racing-table-public th:last-child,.live-racing-table-public td:last-child{padding-right:16px;}
.live-racing-table-public tbody tr{transition:.18s ease;}
.live-racing-table-public tbody tr:hover{transform:translateX(2px);}
.row-rank-1{background:linear-gradient(90deg,rgba(255,209,102,.16),rgba(255,255,255,.03))!important;}
.row-rank-2{background:linear-gradient(90deg,rgba(226,232,240,.12),rgba(255,255,255,.02))!important;}
.row-rank-3{background:linear-gradient(90deg,rgba(251,146,60,.12),rgba(255,255,255,.02))!important;}
.admin-menu{gap:16px;}
.menu-card{position:relative;overflow:hidden;padding:20px;border-radius:22px;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 18px 36px rgba(13,32,76,.08);}
.menu-card:after{content:"";position:absolute;right:-30px;top:-34px;width:100px;height:100px;border-radius:50%;background:rgba(31,94,255,.08);}
.card{box-shadow:0 16px 36px rgba(16,24,40,.08);}
.table th{background:linear-gradient(180deg,#f8fbff,#f2f6fc);}
.btn,button,input[type=submit]{box-shadow:0 14px 28px rgba(20,87,227,.18);}
.btn.secondary{box-shadow:none;}
@media (max-width:980px){.public-live-heading{display:block}.public-head-right{margin-top:12px;min-width:0}.live-layout-grid-public{grid-template-columns:1fr;}.live-public-page .container,.page-shell{width:min(100% - 12px,1460px);margin:8px auto 14px;}}
@media (max-width:760px){.public-event-identity{display:block}.public-event-identity .live-emblem{margin-bottom:10px}.f2c-topline h1,.public-live-heading h1{font-size:30px}.leader-chip strong{font-size:16px}}

/* v9: per-category rules and grid entry polish */
.rules-hero-card{background:radial-gradient(circle at 15% 0%,rgba(34,211,238,.18),transparent 36%),linear-gradient(135deg,#ffffff,#f3f8ff);border:1px solid #d8e8ff}
.rules-grid-list{display:grid;grid-template-columns:1fr;gap:16px}.rule-category-panel{border:1px solid #dbe7f4;border-radius:24px;background:linear-gradient(180deg,#fff,#f8fbff);padding:16px;box-shadow:0 16px 34px rgba(15,40,90,.08);position:relative;overflow:hidden}.rule-category-panel:before{content:"";position:absolute;right:-56px;top:-56px;width:150px;height:150px;border-radius:50%;background:rgba(31,94,255,.08)}.rule-category-panel.is-inactive{opacity:.62;filter:grayscale(.25)}.rule-panel-head{position:relative;z-index:1;display:flex;align-items:start;justify-content:space-between;gap:14px;margin-bottom:12px}.rule-title-input{font-size:22px;font-weight:900;letter-spacing:-.03em;border:0;background:transparent;padding:0;min-height:34px;border-radius:8px}.rule-title-input:focus{background:#fff;padding:8px 10px}.switch-line,.checkline{display:flex;gap:8px;align-items:center;font-weight:800}.switch-line input,.checkline input{width:auto;min-height:auto}.big-check{border:1px solid #dbe7f4;border-radius:16px;padding:12px;background:#fff}.rule-inner-grid{position:relative;z-index:1}.rule-panel-footer{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px dashed #d5e2f1;margin-top:14px;padding-top:12px;color:var(--muted)}.clean-list{padding-left:18px;line-height:1.8}.event-modern-card,.rule-info-card{background:linear-gradient(180deg,#fff,#f8fbff)}
.scoring-grid-card{border-top:5px solid #087bff}.score-round-grid{min-width:1080px}.score-round-grid th{white-space:nowrap}.score-round-grid td{vertical-align:middle}.score-cell{min-width:145px}.score-cell.has-score{background:linear-gradient(180deg,#f0fdf4,#ffffff)}.score-cell.empty-score{background:#fbfdff}.score-cell strong{display:block;color:#0f2d63;font-size:16px}.score-cell small{display:block;color:#667085;margin:2px 0 6px}.cell-actions{display:flex;flex-wrap:wrap;gap:5px}.score-add-link{display:inline-flex;align-items:center;justify-content:center;min-width:92px;border-radius:999px;background:#eef6ff;color:#175cd3;font-weight:900;padding:7px 10px;border:1px dashed #8ec5ff}.score-add-link:hover{text-decoration:none;background:#dff0ff}.score-round-grid-wrap{border-radius:22px}.page-toolbar h1{letter-spacing:-.03em}.count-badge{display:grid;place-items:center;min-width:44px;height:44px;border-radius:16px;background:#eef6ff;color:#175cd3;font-size:22px;font-weight:1000}.bib-pill{display:inline-flex;align-items:center;border-radius:999px;background:#eef6ff;color:#175cd3;font-weight:900;padding:5px 9px}.fancy-admin-table tbody tr:hover{background:#f8fbff}.premium-card{border-radius:24px;background:linear-gradient(180deg,#fff,#f8fbff)}.card-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.soft-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:16px;background:#eef6ff}.eyebrow,.live-kicker{display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:1000;letter-spacing:.12em;color:#175cd3;text-transform:uppercase}.assign-list{display:grid;gap:8px;margin:10px 0 14px;max-height:560px;overflow:auto}.assign-item{display:flex;gap:10px;align-items:flex-start;border:1px solid #dbe7f4;border-radius:16px;background:#fff;padding:10px}.assign-item input{width:auto;min-height:auto;margin-top:4px}.assign-item small{display:block;color:var(--muted);font-weight:600}.participant-mini-list{display:grid;gap:10px}.participant-mini-card{padding:12px;border:1px solid #dbe7f4}.stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:16px 0}.stat-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:16px;box-shadow:var(--shadow)}.stat-card strong{display:block;font-size:32px;line-height:1;font-weight:1000}.stat-card span{display:block;color:var(--muted);margin-top:4px;font-weight:700}.score-admin-hero{display:flex;justify-content:space-between;gap:18px;align-items:center;color:#fff;border-radius:28px;padding:20px;margin:12px 0;background:radial-gradient(circle at 10% 0%,rgba(34,211,238,.34),transparent 30%),linear-gradient(135deg,#050816,#0b2d66 54%,#087bff);box-shadow:0 28px 70px rgba(8,33,86,.22)}.score-admin-hero h2{margin:4px 0;font-size:clamp(24px,3vw,42px);letter-spacing:-.04em}.score-admin-hero p{margin:0;color:#dbeafe;font-weight:700}.score-admin-hero .live-kicker{color:#92eaff}.save-score-button{width:100%;justify-content:center}.compact-form textarea{min-height:70px}.entry-card-admin{position:sticky;top:82px}.score-admin-grid{align-items:start}.btn.danger,button.danger{background:var(--danger)!important;color:#fff}
@media (max-width:1100px){.stat-grid{grid-template-columns:repeat(2,1fr)}.entry-card-admin{position:static}.score-admin-grid{display:block}.score-admin-grid>*{margin-bottom:16px}}
@media (max-width:760px){.rule-panel-head,.rule-panel-footer,.score-admin-hero{display:block}.rule-panel-footer .btn{margin-top:10px}.stat-grid{grid-template-columns:1fr}.score-cell{min-width:130px}.rule-title-input{font-size:19px}.rules-card{padding:12px}}

/* v11 autosave entry table */
.autosave-entry-card{border-top:5px solid #0ea5e9;overflow:hidden}.round-select-box{min-width:220px}.round-select-box label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:5px}.round-select-box select{font-weight:900;background:#f4f9ff}.autosave-note{border-radius:18px}.autosave-score-table th.active-round-head{background:linear-gradient(135deg,#087bff,#22d3ee);color:#fff;box-shadow:inset 0 -3px 0 rgba(255,255,255,.24)}.autosave-score-table td.active-entry-cell{background:#f2f8ff;min-width:210px}.autosave-score-table td.has-score{background:#f7fbff}.cell-score-view{display:grid;gap:4px;align-items:start}.cell-score-value{font-size:18px;color:#0b3c91}.inline-score-form{display:grid;gap:7px;min-width:180px;margin-top:4px}.inline-score-form.is-hidden{display:none}.mini-time-row{display:grid;grid-template-columns:1fr auto 1fr;gap:4px;align-items:center}.mini-time-row input{min-height:38px;padding:7px 8px;text-align:center;font-weight:900;border-radius:10px;background:#fff}.mini-time-row span{font-weight:900;color:#475467}.mini-time-row.judge2 input{background:#fff7ed}.inline-score-form textarea{min-height:44px;padding:7px 8px;border-radius:10px;font-size:12px}.autosave-status{display:block;font-weight:800;color:#667085}.autosave-status.saving{color:#b54708}.autosave-status.saved{color:#027a48}.autosave-status.error{color:#b42318}.score-cell.just-saved{outline:3px solid rgba(18,183,106,.18);box-shadow:inset 0 0 0 1px rgba(18,183,106,.25)}.inline-edit-trigger{margin-top:4px;box-shadow:none!important}.score-round-grid-wrap{max-height:70vh}.score-round-grid th:first-child,.score-round-grid td:first-child{position:sticky;left:0;z-index:3}.score-round-grid td:first-child{background:#fff}.score-round-grid th:first-child{z-index:4}.score-round-grid th:nth-child(2),.score-round-grid td:nth-child(2){position:sticky;left:58px;z-index:3}.score-round-grid td:nth-child(2){background:#fff}.score-round-grid th:nth-child(2){z-index:4}@media(max-width:760px){.round-select-box{width:100%;min-width:0}.autosave-score-table td.active-entry-cell{min-width:190px}.score-round-grid th:nth-child(2),.score-round-grid td:nth-child(2){position:static}.score-round-grid th:first-child,.score-round-grid td:first-child{position:static}.score-round-grid-wrap{max-height:none}}

/* v15 live score round table */
.live-ohlg-round-table th:nth-child(2),.live-ohlg-round-table td:nth-child(2){white-space:nowrap}
.live-ohlg-round-table th:nth-child(3),.live-ohlg-round-table td:nth-child(3){min-width:190px}
.live-ohlg-round-table th:nth-child(4),.live-ohlg-round-table td:nth-child(4){min-width:140px}
.live-ohlg-round-table .round-score-cell{font-weight:900;text-align:center;color:#e9f5ff;background:rgba(34,211,238,.055)}
.live-ohlg-round-table tbody tr:hover .round-score-cell{background:rgba(34,211,238,.12)}

/* v18 podium medal styling */
.podium-stage-public{gap:16px;}
.podium-stage-public .podium-tile{position:relative;min-height:230px;padding:18px 18px 20px;border-radius:28px;overflow:hidden;isolation:isolate;}
.podium-stage-public .podium-tile:before{content:"";position:absolute;inset:auto -38px -38px auto;width:150px;height:150px;border-radius:50%;opacity:.55;z-index:0;}
.podium-stage-public .podium-tile > *{position:relative;z-index:1;}
.podium-medal-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px;}
.medal-rank-title{display:inline-flex;align-items:center;justify-content:center;padding:7px 12px;border-radius:999px;font-size:12px;font-weight:1000;letter-spacing:.12em;text-transform:uppercase;border:1px solid rgba(255,255,255,.18);color:#fff;}
.podium-stage-public .pilot-bib{margin-top:6px;color:#e5f4ff;font-size:12px;font-weight:1000;letter-spacing:.16em;text-transform:uppercase;}
.podium-stage-public .podium-tile h3{font-size:26px;margin:6px 0 4px;line-height:1.02;}
.podium-stage-public .podium-tile p{font-size:15px;color:#eef6ff;opacity:.92;min-height:20px;}
.podium-stage-public .big-live-score{margin-top:12px;font-size:50px;font-weight:1000;letter-spacing:-.07em;}
.podium-stage-public .podium-tile small{margin-top:8px;font-size:13px;letter-spacing:.02em;}
.podium-stage-public .podium-no-1{background:linear-gradient(135deg,rgba(255,221,87,.34),rgba(181,126,0,.25) 46%,rgba(255,255,255,.08) 100%);border:1px solid rgba(255,215,96,.72);box-shadow:0 24px 54px rgba(255,191,0,.20), inset 0 1px 0 rgba(255,255,255,.22);}
.podium-stage-public .podium-no-1:before{background:radial-gradient(circle,rgba(255,236,161,.85),rgba(255,202,40,.18) 55%,transparent 72%);}
.podium-stage-public .podium-no-1 .medal-badge{background:linear-gradient(135deg,#fff7cf,#ffd54a 55%,#d89c00);color:#4a2b00;box-shadow:0 10px 24px rgba(255,195,0,.34);}
.podium-stage-public .podium-no-1 .medal-rank-title{background:linear-gradient(135deg,rgba(255,241,178,.28),rgba(255,208,67,.18));color:#fff7cf;border-color:rgba(255,225,123,.42);}
.podium-stage-public .podium-no-1 .big-live-score{text-shadow:0 0 22px rgba(255,217,90,.38);color:#fffaf0;}
.podium-stage-public .podium-no-2{background:linear-gradient(135deg,rgba(226,232,240,.30),rgba(148,163,184,.18) 46%,rgba(255,255,255,.07));border:1px solid rgba(226,232,240,.52);box-shadow:0 20px 48px rgba(148,163,184,.16), inset 0 1px 0 rgba(255,255,255,.20);}
.podium-stage-public .podium-no-2:before{background:radial-gradient(circle,rgba(244,248,252,.90),rgba(203,213,225,.18) 56%,transparent 72%);}
.podium-stage-public .podium-no-2 .medal-badge{background:linear-gradient(135deg,#ffffff,#e2e8f0 55%,#94a3b8);color:#0f172a;box-shadow:0 10px 24px rgba(203,213,225,.28);}
.podium-stage-public .podium-no-2 .medal-rank-title{background:linear-gradient(135deg,rgba(255,255,255,.20),rgba(226,232,240,.12));color:#eef2f7;border-color:rgba(226,232,240,.36);}
.podium-stage-public .podium-no-2 .big-live-score{text-shadow:0 0 20px rgba(226,232,240,.24);}
.podium-stage-public .podium-no-3{background:linear-gradient(135deg,rgba(251,146,60,.28),rgba(180,83,9,.18) 46%,rgba(255,255,255,.07));border:1px solid rgba(251,146,60,.52);box-shadow:0 20px 48px rgba(194,65,12,.16), inset 0 1px 0 rgba(255,255,255,.18);}
.podium-stage-public .podium-no-3:before{background:radial-gradient(circle,rgba(255,210,172,.85),rgba(251,146,60,.18) 56%,transparent 72%);}
.podium-stage-public .podium-no-3 .medal-badge{background:linear-gradient(135deg,#ffd7b0,#fb923c 55%,#9a3412);color:#fff;box-shadow:0 10px 24px rgba(251,146,60,.28);}
.podium-stage-public .podium-no-3 .medal-rank-title{background:linear-gradient(135deg,rgba(255,214,176,.18),rgba(251,146,60,.12));color:#ffe4ce;border-color:rgba(251,146,60,.32);}
.podium-stage-public .podium-no-3 .big-live-score{text-shadow:0 0 20px rgba(251,146,60,.28);}
@media (max-width:760px){.podium-medal-head{align-items:flex-start;flex-direction:column;}.podium-stage-public .podium-tile h3{font-size:22px}.podium-stage-public .big-live-score{font-size:42px}}

/* v20 round usage highlight */
.round-usage-legend{display:flex;gap:10px;flex-wrap:wrap;margin:8px 0 12px;}
.legend-chip{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.12);font-size:12px;font-weight:900;}
.legend-chip.used{background:rgba(34,197,94,.18);color:#c8ffd9;border-color:rgba(74,222,128,.42);}
.legend-chip.dropped{background:rgba(239,68,68,.18);color:#ffd1d1;border-color:rgba(248,113,113,.42);}
.legend-chip.normal{background:rgba(255,255,255,.06);color:#dbeafe;border-color:rgba(255,255,255,.10);}
.live-ohlg-round-table td.round-usage-used{background:rgba(34,197,94,.16) !important;color:#d5ffe2;font-weight:900;box-shadow:inset 0 0 0 1px rgba(74,222,128,.20);}
.live-ohlg-round-table td.round-usage-dropped{background:rgba(239,68,68,.14) !important;color:#ffe3e3;font-weight:800;box-shadow:inset 0 0 0 1px rgba(248,113,113,.16);}
.live-ohlg-round-table td.round-usage-normal{background:rgba(255,255,255,.02);}


/* v21 layout & print polish */
.card{transition:box-shadow .18s ease, transform .18s ease}
.card:hover{box-shadow:0 14px 38px rgba(16,24,40,.10)}
.table-wrap{border-radius:18px;border:1px solid var(--line);background:#fff}
.table th{background:#f3f6fb;color:#344054;font-size:12px;letter-spacing:.04em;text-transform:uppercase}
.table td{vertical-align:middle}
.pole-summary{display:flex;gap:8px;flex-wrap:wrap;margin:10px 0 14px}
.print-only{display:none}
.document-print-header{display:flex;align-items:center;justify-content:center;gap:12px;text-align:center;border-bottom:2px solid #111827;padding-bottom:10px;margin-bottom:10px}
.document-print-header .event-logo{width:58px;height:58px;margin:0}
.document-print-header h2{margin:0;font-size:22px;letter-spacing:.06em}
.document-print-header h3{margin:2px 0;font-size:16px}
.document-print-header p{margin:0;color:#475467}
@media print{
    body{background:#fff!important;color:#111827!important;font-size:10px}
    .topbar,.footer,.no-print,.actions,.toolbar.no-print{display:none!important}
    .container{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
    .card{box-shadow:none!important;border:0!important;border-radius:0!important;padding:0!important;margin:0!important}
    .table-wrap{overflow:visible!important;border:0!important;border-radius:0!important}
    .table{width:100%!important;border-collapse:collapse!important;font-size:9px}
    .table th,.table td{border:1px solid #111827!important;padding:4px 5px!important}
    .table th{background:#e5e7eb!important;color:#111827!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}
    .badge,.pole-badge{border:1px solid #111827!important;background:#fff!important;color:#111827!important}
    .print-only{display:inline!important}
    .print-title{text-align:center!important;margin:2px 0 6px!important}
    .signature-row{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:14mm!important;margin-top:14mm!important;break-inside:avoid!important}
    .signature-box{height:24mm!important;border:0!important;text-align:center!important;padding-top:16mm!important}
    .result-round-used{background:#dcfce7!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}
    .result-round-dropped{background:#fee2e2!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}
}
@media print and (orientation:landscape){
    .drawing-table,.result-round-table{font-size:8.5px!important}
}

/* v22 score entry polish */
.autosave-entry-card{border:1px solid rgba(31,94,255,.16);background:linear-gradient(180deg,#fff,#f8fbff)}
.score-round-grid-wrap{border-radius:24px;box-shadow:inset 0 1px 0 rgba(255,255,255,.9)}
.autosave-score-table th{white-space:nowrap}.autosave-score-table td{vertical-align:top}
.autosave-score-table .active-entry-cell{background:linear-gradient(180deg,#eef5ff,#fff)!important;box-shadow:inset 0 0 0 2px rgba(31,94,255,.18)}
.inline-score-form{display:grid;gap:7px;min-width:150px}.inline-score-form.is-hidden{display:none!important}
.mini-time-row{display:grid;grid-template-columns:1fr 14px 1fr;gap:5px;align-items:center;background:#f8fafc;border:1px solid #dfe5ee;border-radius:12px;padding:5px}.mini-time-row span{text-align:center;font-weight:1000;color:#667085}.mini-time-row input{min-height:34px;padding:6px 7px;border-radius:9px;text-align:center;font-weight:800}.inline-score-form textarea{min-height:48px;border-radius:12px;padding:8px;font-size:12px}.autosave-status{display:block;font-size:11px;font-weight:800;color:#667085}.autosave-status.saving{color:#1d4ed8}.autosave-status.saved{color:#067647}.autosave-status.error{color:#b42318}.cell-score-view{display:grid;gap:4px;place-items:center}.cell-score-value{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:5px 10px;background:#dcfce7;color:#166534;font-size:15px}.score-cell.has-score{background:#f0fdf4}.score-cell.empty-score{background:#fff}.inline-edit-trigger{margin-top:4px}.score-admin-hero{border-radius:28px;background:linear-gradient(135deg,#071a3a,#1f5eff);box-shadow:0 18px 52px rgba(31,94,255,.20)}


/* v23 score entry search and time format */
.admin-score-search{display:grid;grid-template-columns:260px 1fr;gap:12px;align-items:center;margin:12px 0 14px;padding:12px;border:1px solid var(--line);border-radius:16px;background:linear-gradient(135deg,#f8fbff,#fff)}
.admin-score-search label{margin:0;font-weight:900;color:#1747bf}
.admin-score-search input{min-height:46px;border-color:#b9c9ff;box-shadow:0 6px 18px rgba(31,94,255,.06)}
.time-format-hint{display:block;margin:5px 0 3px;color:#1747bf;font-size:11px;font-weight:800;line-height:1.25}
.inline-score-form{background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid #d6e4ff;border-radius:14px;padding:9px}
.inline-score-form textarea{min-height:58px}
.mini-time-row input[title*="1/100"], .time-split input[placeholder*="."]{border-color:#8bb7ff;background:#f8fbff}
@media(max-width:760px){.admin-score-search{grid-template-columns:1fr}.admin-score-search label{font-size:13px}}

/* v23 stronger document print defaults */
@media print{
    .document-print-header{break-inside:avoid}
    .result-legend{break-inside:avoid}
    .result-round-table,.drawing-table{page-break-inside:auto}
    .result-round-table tr,.drawing-table tr{page-break-inside:avoid;page-break-after:auto}
    .signature-row{page-break-inside:avoid}
}


/* v24 compact search + print-fit overrides */
.admin-score-search{display:flex;align-items:center;gap:8px;max-width:560px;margin:8px 0 10px;padding:8px 10px;border-radius:999px;background:#f7faff;border:1px solid #d6e4ff;box-shadow:none}
.admin-score-search label{display:none}
.admin-score-search input{min-height:38px;border-radius:999px;border-color:#c7d8ff;padding:8px 14px;font-size:13px;background:#fff}
.autosave-score-table tr.search-hit{background:linear-gradient(90deg,#fff7d6,#ffffff)!important;box-shadow:inset 4px 0 0 #f59e0b}
.autosave-score-table tr.search-hit td:first-child:before{content:"HASIL";display:inline-flex;margin-right:6px;border-radius:999px;background:#f59e0b;color:#fff;font-size:9px;font-weight:1000;padding:2px 5px;vertical-align:middle}
@media print{
  @page{size:auto;margin:5mm}
  body{print-color-adjust:exact;-webkit-print-color-adjust:exact}
  .table th,.table td{padding:3px 4px!important;line-height:1.18!important}
}

/* v27 podium compact champion style */
.podium-stage-public{gap:12px;}
.podium-stage-public .podium-tile{min-height:198px;padding:14px 14px 16px;border-radius:24px;box-shadow:0 18px 34px rgba(3,7,18,.22);}
.podium-stage-public .podium-tile:before{width:132px;height:132px;inset:auto -34px -34px auto;opacity:.62;}
.podium-medal-head{margin-bottom:4px;align-items:flex-start;}
.podium-stage-public .medal-badge{min-width:62px;height:62px;padding:0;border-radius:20px;font-size:34px;font-weight:1000;letter-spacing:-.05em;line-height:1;box-shadow:0 14px 28px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.45);}
.podium-stage-public .medal-rank-title{padding:6px 10px;border-radius:999px;font-size:10px;letter-spacing:.14em;opacity:.98;}
.podium-stage-public .pilot-bib{margin-top:2px;font-size:11px;letter-spacing:.18em;}
.podium-stage-public .podium-tile h3{font-size:22px;margin:4px 0 2px;line-height:1.02;}
.podium-stage-public .podium-tile p{font-size:13px;min-height:16px;opacity:.9;}
.podium-stage-public .big-live-score{margin-top:10px;font-size:42px;letter-spacing:-.08em;}
.podium-stage-public .podium-tile small{margin-top:6px;font-size:12px;}
.podium-stage-public .podium-no-1{transform:scale(1.015);box-shadow:0 22px 44px rgba(255,191,0,.18), inset 0 1px 0 rgba(255,255,255,.24);}
.podium-stage-public .podium-no-1 .medal-badge{font-size:38px;text-shadow:0 1px 0 rgba(255,255,255,.35);}
.podium-stage-public .podium-no-2 .medal-badge{font-size:36px;}
.podium-stage-public .podium-no-3 .medal-badge{font-size:36px;}
@media (max-width:760px){.podium-stage-public .podium-tile{min-height:184px;padding:12px 12px 14px}.podium-stage-public .medal-badge{min-width:54px;height:54px;font-size:30px;border-radius:18px}.podium-stage-public .podium-no-1 .medal-badge,.podium-stage-public .podium-no-2 .medal-badge,.podium-stage-public .podium-no-3 .medal-badge{font-size:32px}.podium-stage-public .podium-tile h3{font-size:20px}.podium-stage-public .big-live-score{font-size:36px}}


/* v28 time input defaults and participant export */
.time-default-input{font-weight:900;text-align:center;letter-spacing:.03em}
.time-default-input:focus{border-color:#1f5eff!important;box-shadow:0 0 0 3px rgba(31,94,255,.12);outline:none}
.participant-export-note{display:inline-flex;align-items:center;gap:6px}


/* v29 QR entry placeholder-only inputs */
.time-placeholder-input{font-weight:900;text-align:center;letter-spacing:.04em}
.time-placeholder-input::placeholder{color:#9aa8bd;opacity:.78}
.time-placeholder-input:focus{border-color:#1f5eff!important;box-shadow:0 0 0 3px rgba(31,94,255,.12);outline:none;background:#fff}
.next-round-button{font-weight:1000}


/* v30 responsive live score for phone & tablet */
@media (max-width:1180px){
    .live-public-page .container{width:100%;margin:0;padding:0}
    .ohlg-live-stage{border-radius:0;margin:0;padding:14px;min-height:100vh}
    .public-live-heading{align-items:stretch;gap:12px}
    .public-head-right{display:grid;grid-template-columns:1fr 1fr;gap:10px}
    .live-layout-grid-public{grid-template-columns:1fr;gap:14px}
    .podium-stage-public{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
    .podium-stage-public .podium-tile{min-height:176px;padding:12px;border-radius:22px}
    .podium-stage-public .medal-badge{min-width:54px;height:54px;font-size:30px;border-radius:18px}
    .podium-stage-public .podium-no-1 .medal-badge{font-size:34px}
    .podium-stage-public .podium-tile h3{font-size:19px}
    .podium-stage-public .big-live-score{font-size:34px}
}
@media (max-width:900px){
    .public-live-heading,.category-score-header.public-category-header{display:flex;flex-direction:column;align-items:stretch}
    .public-event-identity{align-items:center;gap:12px}
    .live-emblem{width:68px;height:68px;border-radius:18px;padding:7px}
    .f2c-topline h1,.public-live-heading h1{font-size:clamp(24px,7vw,36px);line-height:1.02;margin:6px 0 3px}
    .public-head-right{grid-template-columns:1fr}
    .live-clock-box{text-align:left;min-width:0;padding:12px 14px}
    .live-clock-box strong{font-size:28px}
    .leader-chip{padding:12px 14px;border-radius:18px}
    .competition-strip{display:flex;overflow-x:auto;gap:8px;margin:10px -2px 12px;padding:0 2px 6px;scroll-snap-type:x proximity}
    .competition-pill{min-width:235px;padding:11px 12px;border-radius:16px;scroll-snap-align:start}
    .category-score-header.public-category-header h2{font-size:clamp(24px,7vw,36px)}
    .score-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
    .score-metrics div{min-width:0;text-align:center;padding:10px 8px;border-radius:16px}
    .score-metrics strong{font-size:22px}
    .podium-arena,.ranking-arena{padding:12px;border-radius:22px}
    .section-title-light,.ranking-title-bar{align-items:flex-start;flex-direction:column;gap:6px}
    .live-table-scroll{border-radius:16px}
    .live-racing-table{min-width:760px}
    .live-racing-table th,.live-racing-table td{padding:10px 9px;font-size:13px}
    .rank-number-v7{width:32px;height:32px;border-radius:12px}
}
@media (max-width:620px){
    .ohlg-live-stage{padding:10px}
    .public-event-identity{align-items:flex-start}
    .live-emblem{width:56px;height:56px;border-radius:16px}
    .f2c-live-chip{font-size:10px;padding:5px 8px}
    .competition-pill{min-width:210px}
    .score-metrics{grid-template-columns:1fr 1fr 1fr}
    .score-metrics span{font-size:10px}
    .score-metrics strong{font-size:19px}
    .podium-stage-public{grid-template-columns:1fr;gap:9px}
    .podium-stage-public .podium-tile{min-height:132px;padding:11px 12px;border-radius:20px}
    .podium-medal-head{flex-direction:row!important;align-items:center!important}
    .podium-stage-public .medal-badge{min-width:48px;height:48px;font-size:28px;border-radius:16px}
    .podium-stage-public .podium-no-1 .medal-badge{font-size:32px}
    .podium-stage-public .medal-rank-title{font-size:9px;padding:5px 8px}
    .podium-stage-public .pilot-bib{font-size:10px;margin-top:3px}
    .podium-stage-public .podium-tile h3{font-size:18px;margin:3px 0 1px}
    .podium-stage-public .podium-tile p{font-size:12px;min-height:0}
    .podium-stage-public .big-live-score{font-size:30px;margin-top:6px}
    .podium-stage-public .podium-tile small{font-size:11px;margin-top:3px}
    .round-usage-legend{gap:6px}
    .legend-chip{font-size:10px;padding:5px 7px}
    .mobile-scroll-note.light{font-size:12px}
}
@media (max-width:420px){
    .public-event-identity{gap:8px}
    .public-live-heading h1{font-size:22px}
    .public-live-heading p{font-size:12px}
    .live-clock-box strong{font-size:24px}
    .competition-pill{min-width:190px}
    .live-racing-table{min-width:680px}
    .live-racing-table th,.live-racing-table td{padding:9px 8px;font-size:12px}
}


/* v32 admin scoring flyoff and editable score cells */
.admin-score-tools{display:grid;grid-template-columns:minmax(260px,1fr) auto;gap:12px;align-items:end;margin:12px 0 14px}
.admin-score-tools .admin-score-search{margin:0}
.admin-flyoff-action{display:flex;align-items:end;justify-content:flex-end}
.flyoff-add-btn{background:linear-gradient(135deg,#7c3aed,#2563eb);border:0;color:#fff;box-shadow:0 12px 28px rgba(37,99,235,.22)}
.flyoff-add-btn:hover{text-decoration:none;filter:brightness(1.05)}
.admin-edit-score-form{margin-top:8px;border-color:#bfdbfe;background:linear-gradient(180deg,#ffffff,#f0f7ff)}
.admin-edit-score-form .autosave-status{color:#1747bf}
@media(max-width:760px){.admin-score-tools{grid-template-columns:1fr}.admin-flyoff-action{justify-content:stretch}.admin-flyoff-action .btn{width:100%;justify-content:center}}


/* v34 live score flyoff notes/columns */
.legend-chip.flyoff{background:#f3e8ff!important;color:#d8b4fe!important;border-color:rgba(216,180,254,.45)!important}
.live-flyoff-note{margin:8px 0 12px;padding:10px 12px;border-radius:16px;background:rgba(124,58,237,.14);border:1px solid rgba(216,180,254,.32);color:#f3e8ff;font-weight:800;font-size:12px}
.live-flyoff-tag{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:linear-gradient(135deg,#7c3aed,#2563eb);color:#fff;padding:5px 9px;font-size:11px;font-weight:1000;white-space:nowrap;box-shadow:0 8px 18px rgba(124,58,237,.20)}
.round-usage-flyoff{background:rgba(124,58,237,.20)!important;color:#f5e8ff!important;border-color:rgba(216,180,254,.25)!important;font-weight:900}
.live-flyoff-score{display:inline-flex;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16);padding:5px 9px;color:#fff;font-weight:1000}
@media(max-width:620px){.live-flyoff-note{font-size:11px;padding:8px 10px}.live-flyoff-tag{font-size:10px;padding:4px 7px}.live-flyoff-score{padding:4px 7px}}


/* v35 admin scoring: active column stays open, edit in same cell */
.active-entry-cell .cell-score-view{display:none}
.current-saved-score{display:block;margin:5px 0 3px;color:#067647;font-size:11px;font-weight:900;line-height:1.25}
.current-saved-score.is-hidden{display:none}
.active-entry-cell .inline-score-form{margin-top:0}


/* v37 premium live scoring design */
.live-v37-premium{
    background:
      radial-gradient(circle at 12% 5%,rgba(45,212,191,.30),transparent 28%),
      radial-gradient(circle at 88% 12%,rgba(168,85,247,.28),transparent 30%),
      radial-gradient(circle at 50% 100%,rgba(59,130,246,.30),transparent 34%),
      linear-gradient(145deg,#020617 0%,#081426 38%,#101d3f 70%,#050816 100%);
    box-shadow:0 32px 110px rgba(2,6,23,.50);
}
.live-v37-premium:before{
    content:"";position:absolute;inset:0;
    background-image:
      linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
      linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);
    background-size:34px 34px;
    mask-image:linear-gradient(180deg,rgba(0,0,0,.95),rgba(0,0,0,.25));
    pointer-events:none;
}
.live-v37-premium .public-live-heading{
    border:1px solid rgba(148,163,184,.22);
    background:linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,.045));
    border-radius:30px;
    padding:18px;
    box-shadow:0 24px 70px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.18);
    backdrop-filter:blur(18px);
}
.live-v37-premium .f2c-live-chip{
    background:linear-gradient(135deg,rgba(34,197,94,.24),rgba(6,182,212,.16));
    border-color:rgba(34,211,238,.35);
    color:#d9fff1;
    box-shadow:0 0 26px rgba(45,212,191,.16);
}
.live-v37-premium .public-live-heading h1{
    background:linear-gradient(135deg,#ffffff,#b9e7ff 46%,#e9d5ff);
    -webkit-background-clip:text;background-clip:text;color:transparent;
    text-shadow:none;
}
.live-v37-premium .live-clock-box,.live-v37-premium .leader-chip{
    border:1px solid rgba(125,211,252,.24);
    background:linear-gradient(180deg,rgba(14,165,233,.18),rgba(30,41,59,.32));
    box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 12px 30px rgba(0,0,0,.16);
}
.live-v37-premium .competition-strip{
    gap:12px;
    margin:16px 0;
}
.live-v37-premium .competition-pill{
    border:1px solid rgba(148,163,184,.20);
    background:linear-gradient(135deg,rgba(15,23,42,.72),rgba(30,64,175,.22));
    color:#dbeafe;
    box-shadow:0 14px 32px rgba(0,0,0,.16),inset 0 1px 0 rgba(255,255,255,.08);
}
.live-v37-premium .competition-pill.active{
    background:linear-gradient(135deg,#00d4ff,#255df4 48%,#7c3aed);
    box-shadow:0 22px 46px rgba(37,99,235,.36),0 0 0 1px rgba(255,255,255,.20) inset;
}
.live-v37-premium .public-category-header{
    border-radius:26px;
    padding:16px;
    background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.035));
    border:1px solid rgba(148,163,184,.18);
}
.live-v37-premium .score-metrics div{
    background:linear-gradient(180deg,rgba(15,23,42,.65),rgba(37,99,235,.16));
    border:1px solid rgba(96,165,250,.20);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 12px 28px rgba(0,0,0,.16);
}
.live-v37-premium .score-metrics strong{
    background:linear-gradient(135deg,#fff,#93c5fd);
    -webkit-background-clip:text;background-clip:text;color:transparent;
}

/* Premium podium */
.live-v37-premium .podium-arena,.live-v37-premium .premium-rank-arena{
    border:1px solid rgba(148,163,184,.20);
    background:linear-gradient(135deg,rgba(255,255,255,.09),rgba(255,255,255,.035));
    box-shadow:0 22px 60px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.12);
}
.live-v37-premium .section-title-light strong,.live-v37-premium .ranking-title-bar strong{letter-spacing:-.02em}
.live-v37-premium .podium-stage-public .podium-tile{
    border-width:1px;
    box-shadow:0 20px 44px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.16);
}
.live-v37-premium .podium-stage-public .podium-no-1{
    background:linear-gradient(135deg,rgba(251,191,36,.42),rgba(124,58,237,.12) 50%,rgba(255,255,255,.06));
    box-shadow:0 22px 52px rgba(251,191,36,.22), inset 0 1px 0 rgba(255,255,255,.26);
}
.live-v37-premium .podium-stage-public .podium-no-2{
    background:linear-gradient(135deg,rgba(226,232,240,.32),rgba(56,189,248,.13) 52%,rgba(255,255,255,.05));
}
.live-v37-premium .podium-stage-public .podium-no-3{
    background:linear-gradient(135deg,rgba(249,115,22,.30),rgba(239,68,68,.10) 52%,rgba(255,255,255,.05));
}
.live-v37-premium .podium-stage-public .medal-badge{
    border:1px solid rgba(255,255,255,.34);
    box-shadow:0 16px 34px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.55);
}
.live-v37-premium .podium-stage-public .big-live-score{
    filter:drop-shadow(0 0 12px rgba(125,211,252,.25));
}

/* Premium table */
.premium-rank-arena{position:relative;overflow:hidden}
.premium-rank-arena:before{
    content:"";position:absolute;inset:0 0 auto 0;height:4px;
    background:linear-gradient(90deg,#22c55e,#06b6d4,#2563eb,#a855f7,#f59e0b);
}
.premium-live-table{
    border-collapse:separate!important;
    border-spacing:0 7px!important;
    background:linear-gradient(180deg,rgba(2,6,23,.82),rgba(15,23,42,.70))!important;
    padding:8px;
}
.premium-live-table th{
    background:linear-gradient(180deg,#111c38,#081226)!important;
    color:#b9f5ff!important;
    border-bottom:1px solid rgba(125,211,252,.22)!important;
    padding:12px 11px!important;
    font-size:11px!important;
    letter-spacing:.14em!important;
}
.premium-live-table td{
    background:linear-gradient(180deg,rgba(15,23,42,.92),rgba(30,41,59,.86));
    border-top:1px solid rgba(148,163,184,.16);
    border-bottom:1px solid rgba(15,23,42,.60);
    color:#e2edff!important;
    padding:12px 11px!important;
    vertical-align:middle;
}
.premium-live-table tbody tr td:first-child{border-left:1px solid rgba(125,211,252,.20);border-radius:16px 0 0 16px}
.premium-live-table tbody tr td:last-child{border-right:1px solid rgba(125,211,252,.20);border-radius:0 16px 16px 0}
.premium-live-table tbody tr:hover td{
    background:linear-gradient(180deg,rgba(30,64,175,.55),rgba(15,23,42,.92));
    border-color:rgba(125,211,252,.34);
}
.premium-live-table .row-rank-1 td{
    background:linear-gradient(180deg,rgba(120,76,12,.66),rgba(40,32,18,.90));
    border-color:rgba(251,191,36,.30);
}
.premium-live-table .row-rank-2 td{
    background:linear-gradient(180deg,rgba(71,85,105,.62),rgba(15,23,42,.88));
    border-color:rgba(226,232,240,.24);
}
.premium-live-table .row-rank-3 td{
    background:linear-gradient(180deg,rgba(124,45,18,.58),rgba(15,23,42,.88));
    border-color:rgba(251,146,60,.25);
}
.premium-rank-pill{
    width:42px!important;height:42px!important;border-radius:16px!important;
    font-size:17px;box-shadow:0 10px 22px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.25);
}
.premium-athlete-name{display:flex;flex-direction:column;gap:2px;min-width:160px}
.premium-athlete-name strong{font-size:15px;color:#fff}
.premium-athlete-name small{color:#a8c7ff;font-size:11px;font-weight:800;white-space:normal}
.premium-club-chip{
    display:inline-flex;align-items:center;max-width:180px;
    border-radius:999px;padding:6px 9px;
    background:rgba(59,130,246,.14);
    color:#dbeafe;font-weight:900;font-size:12px;
    border:1px solid rgba(96,165,250,.22);
}
.premium-live-table .round-score-cell{
    border-left:1px solid rgba(255,255,255,.045);
    border-right:1px solid rgba(255,255,255,.045);
    font-weight:900;
    text-align:center;
}
.premium-live-table .round-usage-used{
    background:linear-gradient(180deg,rgba(22,163,74,.42),rgba(15,23,42,.86))!important;
    color:#dcfce7!important;
    border-color:rgba(74,222,128,.28)!important;
}
.premium-live-table .round-usage-dropped{
    background:linear-gradient(180deg,rgba(220,38,38,.38),rgba(15,23,42,.86))!important;
    color:#fee2e2!important;
    border-color:rgba(248,113,113,.24)!important;
}
.premium-live-table .round-usage-normal{
    background:linear-gradient(180deg,rgba(71,85,105,.20),rgba(15,23,42,.84))!important;
    color:#94a3b8!important;
}
.premium-live-table .score-used-v7{
    background:linear-gradient(135deg,#22d3ee,#2563eb)!important;
    color:#fff!important;border:1px solid rgba(255,255,255,.18);
    box-shadow:0 10px 22px rgba(37,99,235,.28);
    font-size:14px;
}
.live-v37-premium .round-usage-legend{
    gap:8px;margin:8px 0 10px;
}
.live-v37-premium .legend-chip{
    border:1px solid rgba(255,255,255,.16);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.12);
}
.live-v37-premium .mobile-scroll-note.light{
    color:#b9d6ff!important;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.10);
    padding:8px 10px;border-radius:12px;
}

/* Responsive premium live */
@media(max-width:1180px){
    .premium-live-table{min-width:900px}
    .live-v37-premium .public-live-heading{border-radius:24px}
}
@media(max-width:900px){
    .live-v37-premium{padding:10px!important}
    .live-v37-premium .public-live-heading{padding:14px;border-radius:22px}
    .premium-live-table{min-width:820px;border-spacing:0 6px!important}
    .premium-live-table th{font-size:10px!important;padding:10px 9px!important}
    .premium-live-table td{padding:10px 9px!important}
    .premium-rank-pill{width:36px!important;height:36px!important;border-radius:14px!important}
    .premium-athlete-name{min-width:140px}
    .premium-club-chip{max-width:150px}
}
@media(max-width:620px){
    .live-v37-premium .public-category-header{padding:12px;border-radius:18px}
    .premium-rank-arena,.live-v37-premium .podium-arena{border-radius:18px!important;padding:10px!important}
    .premium-live-table{min-width:760px;padding:6px;border-spacing:0 5px!important}
    .premium-live-table th{font-size:9px!important;padding:9px 7px!important}
    .premium-live-table td{font-size:12px!important;padding:9px 7px!important}
    .premium-athlete-name strong{font-size:13px}
    .premium-athlete-name small{font-size:10px}
    .premium-club-chip{font-size:10px;padding:5px 7px}
    .premium-live-table .score-used-v7{font-size:12px;padding:5px 8px}
}
@media(min-width:1181px){
    .live-v37-premium .live-layout-grid-public{grid-template-columns:360px 1fr}
}


/* v42: cleaner premium live table, less crowded */
.live-v37-premium .premium-rank-arena{
    background:linear-gradient(135deg,rgba(15,23,42,.82),rgba(15,23,42,.54));
    border-color:rgba(125,211,252,.16);
}
.premium-live-table{
    border-spacing:0 5px!important;
    background:rgba(2,6,23,.72)!important;
    padding:6px!important;
}
.premium-live-table th{
    background:#071225!important;
    color:#a9c7ff!important;
    border-bottom:1px solid rgba(125,211,252,.16)!important;
    letter-spacing:.10em!important;
}
.premium-live-table td{
    background:#0f1a2e!important;
    color:#e5eefc!important;
    border-top:1px solid rgba(148,163,184,.10)!important;
    border-bottom:1px solid rgba(2,6,23,.55)!important;
}
.premium-live-table tbody tr:hover td{
    background:#14223b!important;
    border-color:rgba(125,211,252,.22)!important;
}
.premium-live-table .row-rank-1 td{
    background:#241d12!important;
    border-color:rgba(251,191,36,.22)!important;
}
.premium-live-table .row-rank-2 td{
    background:#1c2432!important;
    border-color:rgba(226,232,240,.18)!important;
}
.premium-live-table .row-rank-3 td{
    background:#241811!important;
    border-color:rgba(251,146,60,.18)!important;
}
.clean-athlete-name{min-width:150px}
.clean-athlete-name strong{
    display:block;
    color:#f8fbff;
    font-size:15px;
    line-height:1.2;
}
.premium-athlete-name small{display:none!important}
.premium-club-chip{
    background:rgba(96,165,250,.10)!important;
    border-color:rgba(96,165,250,.18)!important;
    color:#cfe2ff!important;
}
.premium-live-table .round-score-cell{
    background:#0b1528!important;
    border-left:1px solid rgba(255,255,255,.035)!important;
    border-right:1px solid rgba(255,255,255,.035)!important;
}
.premium-live-table .round-usage-used{
    background:#0e2a1d!important;
    color:#bbf7d0!important;
    border-color:rgba(74,222,128,.18)!important;
}
.premium-live-table .round-usage-dropped{
    background:#2a1114!important;
    color:#fecaca!important;
    border-color:rgba(248,113,113,.16)!important;
}
.premium-live-table .round-usage-normal{
    background:#0b1528!important;
    color:#64748b!important;
}
.premium-live-table .round-usage-flyoff{
    background:#201334!important;
    color:#efe1ff!important;
    border-color:rgba(216,180,254,.18)!important;
}
.premium-live-table .score-used-v7{
    display:inline-flex;
    min-width:76px;
    justify-content:center;
    border-radius:999px;
    padding:7px 11px!important;
    background:linear-gradient(135deg,#0ea5e9,#2563eb)!important;
    box-shadow:none!important;
    font-weight:1000;
    letter-spacing:.02em;
}
.live-v37-premium .legend-chip{
    opacity:.92;
    box-shadow:none!important;
}
.live-v37-premium .round-usage-legend{
    margin-bottom:8px;
}
@media(max-width:620px){
    .clean-athlete-name{min-width:130px}
    .clean-athlete-name strong{font-size:13px}
    .premium-live-table{border-spacing:0 4px!important}
}


/* v43: clearer premium colors for used vs dropped scores */
.premium-live-table .round-usage-used,
.live-v37-premium .premium-live-table .round-usage-used{
    background:linear-gradient(180deg,#064e3b,#052e24)!important;
    color:#d1fae5!important;
    border:1px solid rgba(16,185,129,.55)!important;
    box-shadow:inset 0 0 0 1px rgba(110,231,183,.20),0 0 18px rgba(16,185,129,.10)!important;
    position:relative;
}
.premium-live-table .round-usage-used::before{
    content:"✓";
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:16px;
    height:16px;
    margin-right:5px;
    border-radius:999px;
    background:#10b981;
    color:#052e24;
    font-size:10px;
    font-weight:1000;
    vertical-align:middle;
}
.premium-live-table .round-usage-dropped,
.live-v37-premium .premium-live-table .round-usage-dropped{
    background:linear-gradient(180deg,#4a0f19,#2b0a10)!important;
    color:#fecdd3!important;
    border:1px solid rgba(244,63,94,.52)!important;
    box-shadow:inset 0 0 0 1px rgba(251,113,133,.18),0 0 18px rgba(244,63,94,.08)!important;
    position:relative;
}
.premium-live-table .round-usage-dropped::before{
    content:"×";
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:16px;
    height:16px;
    margin-right:5px;
    border-radius:999px;
    background:#f43f5e;
    color:#fff1f2;
    font-size:11px;
    font-weight:1000;
    vertical-align:middle;
}
.premium-live-table .round-usage-normal,
.live-v37-premium .premium-live-table .round-usage-normal{
    background:#0b1528!important;
    color:#64748b!important;
    border-color:rgba(100,116,139,.12)!important;
}
.round-usage-legend .legend-chip.used,
.live-v37-premium .legend-chip.used{
    background:#064e3b!important;
    color:#d1fae5!important;
    border-color:rgba(16,185,129,.60)!important;
}
.round-usage-legend .legend-chip.dropped,
.live-v37-premium .legend-chip.dropped{
    background:#4a0f19!important;
    color:#fecdd3!important;
    border-color:rgba(244,63,94,.60)!important;
}

/* Print/result document clearer colors too */
.result-round-used{
    background:#dcfce7!important;
    color:#14532d!important;
    border:1px solid #22c55e!important;
    font-weight:1000!important;
}
.result-round-dropped{
    background:#ffe4e6!important;
    color:#9f1239!important;
    border:1px solid #f43f5e!important;
    font-weight:1000!important;
}
.result-round-normal{
    background:#f8fafc!important;
    color:#64748b!important;
}
@media(max-width:620px){
    .premium-live-table .round-usage-used::before,
    .premium-live-table .round-usage-dropped::before{
        width:14px;
        height:14px;
        margin-right:3px;
        font-size:9px;
    }
}


/* v44: live score final polish - cleaner, premium, clearer dropped color */
.live-v37-premium .live-score-frame{
    max-width:1480px;
    margin:0 auto;
}
.live-v37-premium .public-live-heading,
.live-v37-premium .public-category-header,
.live-v37-premium .podium-arena,
.live-v37-premium .premium-rank-arena{
    backdrop-filter:blur(16px);
}
.live-v37-premium .premium-rank-arena{
    padding:16px;
    border-radius:28px;
    background:linear-gradient(145deg,rgba(8,15,31,.92),rgba(13,25,48,.78))!important;
    border:1px solid rgba(116,150,190,.20)!important;
    box-shadow:0 24px 70px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.08)!important;
}
.premium-rank-arena:before{
    height:3px!important;
    opacity:.85;
    background:linear-gradient(90deg,#2dd4bf,#38bdf8,#6366f1,#a78bfa)!important;
}
.premium-live-table{
    width:100%;
    border-collapse:separate!important;
    border-spacing:0 8px!important;
    padding:8px!important;
    background:rgba(2,6,23,.48)!important;
    border-radius:22px;
}
.premium-live-table th{
    background:#081225!important;
    color:#bfdbfe!important;
    border:0!important;
    padding:12px 12px!important;
    font-size:10.5px!important;
    letter-spacing:.12em!important;
    white-space:nowrap;
}
.premium-live-table th:first-child{border-radius:14px 0 0 14px}
.premium-live-table th:last-child{border-radius:0 14px 14px 0}
.premium-live-table td{
    background:#101b30!important;
    border-top:1px solid rgba(148,163,184,.11)!important;
    border-bottom:1px solid rgba(2,6,23,.65)!important;
    color:#eaf2ff!important;
    padding:12px 12px!important;
    vertical-align:middle!important;
}
.premium-live-table tbody tr td:first-child{
    border-left:1px solid rgba(148,163,184,.14)!important;
    border-radius:18px 0 0 18px!important;
}
.premium-live-table tbody tr td:last-child{
    border-right:1px solid rgba(148,163,184,.14)!important;
    border-radius:0 18px 18px 0!important;
}
.premium-live-table tbody tr:hover td{
    background:#13223c!important;
    border-color:rgba(125,211,252,.24)!important;
}

/* rank rows: premium but softer */
.premium-live-table .row-rank-1 td{
    background:linear-gradient(180deg,#292111,#1a1720)!important;
    border-color:rgba(245,158,11,.28)!important;
}
.premium-live-table .row-rank-2 td{
    background:linear-gradient(180deg,#202a3a,#171f2e)!important;
    border-color:rgba(203,213,225,.22)!important;
}
.premium-live-table .row-rank-3 td{
    background:linear-gradient(180deg,#2a1a12,#1a1720)!important;
    border-color:rgba(251,146,60,.23)!important;
}
.premium-rank-pill{
    width:40px!important;
    height:40px!important;
    border-radius:14px!important;
    background:linear-gradient(135deg,#0f172a,#1e40af)!important;
    color:#fff!important;
    border:1px solid rgba(255,255,255,.16);
    box-shadow:none!important;
}
.row-rank-1 .premium-rank-pill{background:linear-gradient(135deg,#f59e0b,#92400e)!important}
.row-rank-2 .premium-rank-pill{background:linear-gradient(135deg,#cbd5e1,#475569)!important;color:#0f172a!important}
.row-rank-3 .premium-rank-pill{background:linear-gradient(135deg,#fb923c,#9a3412)!important}

/* name and club clean */
.clean-athlete-name{
    min-width:150px;
    max-width:240px;
}
.clean-athlete-name strong{
    font-size:14.5px!important;
    line-height:1.18!important;
    color:#f8fbff!important;
    letter-spacing:.01em;
}
.premium-club-chip{
    background:rgba(59,130,246,.10)!important;
    border:1px solid rgba(147,197,253,.16)!important;
    color:#cfe0ff!important;
    font-size:11.5px!important;
    padding:6px 9px!important;
}

/* score cells: clearer but elegant */
.premium-live-table .round-score-cell{
    min-width:76px;
    text-align:center!important;
    font-weight:1000!important;
    letter-spacing:.01em;
}

/* Used score: emerald/green premium */
.premium-live-table .round-usage-used,
.live-v37-premium .premium-live-table .round-usage-used{
    background:linear-gradient(180deg,#0b3f32,#082d25)!important;
    color:#d7fff0!important;
    border-color:rgba(52,211,153,.44)!important;
    box-shadow:inset 0 0 0 1px rgba(110,231,183,.13)!important;
}
.premium-live-table .round-usage-used::before{
    content:"✓";
    background:#34d399!important;
    color:#06251d!important;
    width:15px!important;
    height:15px!important;
    margin-right:5px!important;
    font-size:9px!important;
    box-shadow:none!important;
}

/* Dropped score: premium rose, jelas tapi tidak terlalu merah */
.premium-live-table .round-usage-dropped,
.live-v37-premium .premium-live-table .round-usage-dropped{
    background:linear-gradient(180deg,#4b1823,#321019)!important;
    color:#ffe2e8!important;
    border-color:rgba(251,113,133,.50)!important;
    box-shadow:inset 0 0 0 1px rgba(253,164,175,.14)!important;
}
.premium-live-table .round-usage-dropped::before{
    content:"×";
    background:#fb7185!important;
    color:#fff7f8!important;
    width:15px!important;
    height:15px!important;
    margin-right:5px!important;
    font-size:10px!important;
    box-shadow:none!important;
}
.premium-live-table .round-usage-normal{
    background:#0b1426!important;
    color:#61718a!important;
    border-color:rgba(100,116,139,.10)!important;
}
.premium-live-table .round-usage-flyoff{
    background:linear-gradient(180deg,#26183c,#1a102a)!important;
    color:#f0e3ff!important;
    border-color:rgba(196,181,253,.25)!important;
}

/* final score cleaner */
.premium-live-table .score-used-v7{
    min-width:80px;
    padding:7px 12px!important;
    border-radius:999px!important;
    background:linear-gradient(135deg,#0ea5e9,#1d4ed8)!important;
    color:#fff!important;
    border:1px solid rgba(191,219,254,.22)!important;
    box-shadow:0 8px 18px rgba(29,78,216,.18)!important;
}

/* legend polish */
.live-v37-premium .round-usage-legend{
    align-items:center;
    gap:7px!important;
}
.round-usage-legend .legend-chip.used,
.live-v37-premium .legend-chip.used{
    background:#0b3f32!important;
    color:#d7fff0!important;
    border-color:rgba(52,211,153,.50)!important;
}
.round-usage-legend .legend-chip.dropped,
.live-v37-premium .legend-chip.dropped{
    background:#4b1823!important;
    color:#ffe2e8!important;
    border-color:rgba(251,113,133,.50)!important;
}
.live-v37-premium .mobile-scroll-note.light{
    opacity:.86;
    font-size:11.5px;
}

/* mobile/tablet refinement */
@media(max-width:900px){
    .live-v37-premium .premium-rank-arena{padding:12px;border-radius:22px}
    .premium-live-table{min-width:820px;border-spacing:0 6px!important;padding:6px!important}
    .premium-live-table th{padding:10px 9px!important;font-size:9.5px!important}
    .premium-live-table td{padding:10px 9px!important}
    .premium-rank-pill{width:34px!important;height:34px!important;border-radius:12px!important}
}
@media(max-width:620px){
    .live-v37-premium .premium-rank-arena{padding:9px;border-radius:18px}
    .premium-live-table{min-width:760px;border-spacing:0 5px!important}
    .premium-live-table th{padding:8px 7px!important;font-size:8.8px!important}
    .premium-live-table td{padding:8px 7px!important;font-size:12px!important}
    .premium-live-table .round-score-cell{min-width:66px}
    .clean-athlete-name{min-width:125px}
    .clean-athlete-name strong{font-size:12.8px!important}
    .premium-club-chip{font-size:10px!important;padding:5px 7px!important}
    .premium-live-table .score-used-v7{min-width:68px;padding:6px 9px!important}
}


/* v45: remove check/cross icons from used/dropped live score cells */
.premium-live-table .round-usage-used::before,
.premium-live-table .round-usage-dropped::before{
    content:""!important;
    display:none!important;
}
.premium-live-table .round-usage-used,
.premium-live-table .round-usage-dropped{
    text-align:center!important;
}


/* v46: sticky left columns for live score */
.live-v37-premium .premium-rank-arena{
    overflow:hidden;
}
.live-v37-premium .table-responsive{
    overflow-x:auto;
    position:relative;
    border-radius:22px;
}
.premium-live-table{
    position:relative;
}
.premium-live-table th:nth-child(1),
.premium-live-table td:nth-child(1){
    position:sticky!important;
    left:0;
    z-index:12;
    min-width:70px;
    width:70px;
}
.premium-live-table th:nth-child(2),
.premium-live-table td:nth-child(2){
    position:sticky!important;
    left:70px;
    z-index:12;
    min-width:105px;
    width:105px;
}
.premium-live-table th:nth-child(3),
.premium-live-table td:nth-child(3){
    position:sticky!important;
    left:175px;
    z-index:12;
    min-width:210px;
    width:210px;
    max-width:260px;
}
.premium-live-table th:nth-child(1),
.premium-live-table th:nth-child(2),
.premium-live-table th:nth-child(3){
    z-index:30;
}
.premium-live-table td:nth-child(1),
.premium-live-table td:nth-child(2),
.premium-live-table td:nth-child(3){
    box-shadow:8px 0 18px rgba(2,6,23,.22)!important;
}
.premium-live-table td:nth-child(1){
    background:#101b30!important;
}
.premium-live-table td:nth-child(2){
    background:#101b30!important;
    font-weight:1000;
}
.premium-live-table td:nth-child(3){
    background:#101b30!important;
}
.premium-live-table .row-rank-1 td:nth-child(1),
.premium-live-table .row-rank-1 td:nth-child(2),
.premium-live-table .row-rank-1 td:nth-child(3){
    background:linear-gradient(180deg,#292111,#1a1720)!important;
}
.premium-live-table .row-rank-2 td:nth-child(1),
.premium-live-table .row-rank-2 td:nth-child(2),
.premium-live-table .row-rank-2 td:nth-child(3){
    background:linear-gradient(180deg,#202a3a,#171f2e)!important;
}
.premium-live-table .row-rank-3 td:nth-child(1),
.premium-live-table .row-rank-3 td:nth-child(2),
.premium-live-table .row-rank-3 td:nth-child(3){
    background:linear-gradient(180deg,#2a1a12,#1a1720)!important;
}

/* Club column a little wider and cleaner */
.premium-live-table th:nth-child(4),
.premium-live-table td:nth-child(4){
    min-width:145px;
    width:145px;
}
.premium-club-chip{
    min-width:110px;
    justify-content:center;
    text-align:center;
    white-space:normal!important;
    line-height:1.15;
}

/* Sticky column responsive widths */
@media(max-width:900px){
    .premium-live-table th:nth-child(1),
    .premium-live-table td:nth-child(1){
        left:0;
        min-width:58px;
        width:58px;
    }
    .premium-live-table th:nth-child(2),
    .premium-live-table td:nth-child(2){
        left:58px;
        min-width:88px;
        width:88px;
    }
    .premium-live-table th:nth-child(3),
    .premium-live-table td:nth-child(3){
        left:146px;
        min-width:175px;
        width:175px;
        max-width:205px;
    }
    .premium-live-table th:nth-child(4),
    .premium-live-table td:nth-child(4){
        min-width:135px;
        width:135px;
    }
}
@media(max-width:620px){
    .premium-live-table{
        min-width:980px!important;
    }
    .premium-live-table th:nth-child(1),
    .premium-live-table td:nth-child(1){
        left:0;
        min-width:50px;
        width:50px;
    }
    .premium-live-table th:nth-child(2),
    .premium-live-table td:nth-child(2){
        left:50px;
        min-width:78px;
        width:78px;
    }
    .premium-live-table th:nth-child(3),
    .premium-live-table td:nth-child(3){
        left:128px;
        min-width:155px;
        width:155px;
        max-width:175px;
    }
    .premium-live-table td:nth-child(1),
    .premium-live-table td:nth-child(2),
    .premium-live-table td:nth-child(3){
        box-shadow:6px 0 14px rgba(2,6,23,.24)!important;
    }
    .premium-live-table th:nth-child(4),
    .premium-live-table td:nth-child(4){
        min-width:130px;
        width:130px;
    }
    .premium-club-chip{
        min-width:96px;
    }
}


/* v47: force desktop-style layout on mobile for public Live Score only */
body.live-public-page{
    min-width:1280px;
}
body.live-public-page .container,
body.live-public-page .live-score-frame{
    width:1240px!important;
    max-width:1240px!important;
}
body.live-public-page .live-v37-premium .premium-rank-arena{
    width:100%;
}
body.live-public-page .premium-live-table{
    min-width:1180px!important;
}
body.live-public-page .mobile-scroll-note{
    display:none!important;
}

/* Keep desktop table proportions even on small phones */
@media(max-width:900px){
    body.live-public-page{
        min-width:1280px!important;
    }
    body.live-public-page .container,
    body.live-public-page .live-score-frame{
        width:1240px!important;
        max-width:1240px!important;
    }
    body.live-public-page .premium-live-table{
        min-width:1180px!important;
        border-spacing:0 8px!important;
    }
    body.live-public-page .premium-live-table th{
        padding:12px 12px!important;
        font-size:10.5px!important;
    }
    body.live-public-page .premium-live-table td{
        padding:12px 12px!important;
        font-size:14px!important;
    }
    body.live-public-page .premium-rank-pill{
        width:40px!important;
        height:40px!important;
        border-radius:14px!important;
    }
    body.live-public-page .clean-athlete-name{
        min-width:150px!important;
        max-width:240px!important;
    }
    body.live-public-page .clean-athlete-name strong{
        font-size:14.5px!important;
    }
    body.live-public-page .premium-live-table th:nth-child(1),
    body.live-public-page .premium-live-table td:nth-child(1){
        left:0!important;
        min-width:70px!important;
        width:70px!important;
    }
    body.live-public-page .premium-live-table th:nth-child(2),
    body.live-public-page .premium-live-table td:nth-child(2){
        left:70px!important;
        min-width:105px!important;
        width:105px!important;
    }
    body.live-public-page .premium-live-table th:nth-child(3),
    body.live-public-page .premium-live-table td:nth-child(3){
        left:175px!important;
        min-width:210px!important;
        width:210px!important;
        max-width:260px!important;
    }
    body.live-public-page .premium-live-table th:nth-child(4),
    body.live-public-page .premium-live-table td:nth-child(4){
        min-width:155px!important;
        width:155px!important;
    }
}
@media(max-width:620px){
    body.live-public-page{
        min-width:1280px!important;
    }
    body.live-public-page .container,
    body.live-public-page .live-score-frame{
        width:1240px!important;
        max-width:1240px!important;
    }
    body.live-public-page .premium-live-table{
        min-width:1180px!important;
        border-spacing:0 8px!important;
    }
}


/* v48: remove current rank 1 leader card */
.live-v37-premium .leader-chip{display:none!important}


/* v49: Live Score HP uses tablet-style layout, cleaner and less tiny */
body.live-public-page{
    min-width:1024px!important;
    background:#071225!important;
}
body.live-public-page .container,
body.live-public-page .live-score-frame{
    width:1000px!important;
    max-width:1000px!important;
}
body.live-public-page .live-v37-premium{
    padding-left:12px!important;
    padding-right:12px!important;
}
body.live-public-page .public-live-heading{
    display:grid!important;
    grid-template-columns:1fr auto!important;
    gap:14px!important;
    align-items:center!important;
    padding:16px!important;
    border-radius:24px!important;
}
body.live-public-page .public-head-right{
    align-self:center!important;
}
body.live-public-page .live-clock-box{
    min-width:130px!important;
    padding:10px 12px!important;
    border-radius:18px!important;
    text-align:center!important;
}
body.live-public-page .live-clock-box strong{
    font-size:20px!important;
    line-height:1!important;
}
body.live-public-page .live-clock-box small{
    font-size:11px!important;
}
body.live-public-page .competition-strip{
    gap:8px!important;
    padding:10px!important;
    border-radius:20px!important;
}
body.live-public-page .competition-pill{
    padding:9px 12px!important;
    font-size:11px!important;
    border-radius:999px!important;
}
body.live-public-page .podium-arena{
    grid-template-columns:repeat(3,1fr)!important;
    gap:10px!important;
}
body.live-public-page .podium-card{
    padding:14px!important;
    border-radius:22px!important;
}
body.live-public-page .premium-rank-arena{
    padding:12px!important;
    border-radius:24px!important;
}
body.live-public-page .table-responsive{
    overflow-x:auto!important;
    border-radius:20px!important;
}
body.live-public-page .premium-live-table{
    min-width:990px!important;
    width:990px!important;
    border-spacing:0 7px!important;
    padding:7px!important;
}
body.live-public-page .premium-live-table th{
    padding:10px 9px!important;
    font-size:9.5px!important;
}
body.live-public-page .premium-live-table td{
    padding:10px 9px!important;
    font-size:13px!important;
}
body.live-public-page .premium-rank-pill{
    width:36px!important;
    height:36px!important;
    border-radius:13px!important;
}

/* Tablet sticky widths */
body.live-public-page .premium-live-table th:nth-child(1),
body.live-public-page .premium-live-table td:nth-child(1){
    left:0!important;
    min-width:58px!important;
    width:58px!important;
}
body.live-public-page .premium-live-table th:nth-child(2),
body.live-public-page .premium-live-table td:nth-child(2){
    left:58px!important;
    min-width:92px!important;
    width:92px!important;
}
body.live-public-page .premium-live-table th:nth-child(3),
body.live-public-page .premium-live-table td:nth-child(3){
    left:150px!important;
    min-width:190px!important;
    width:190px!important;
    max-width:210px!important;
}
body.live-public-page .premium-live-table th:nth-child(4),
body.live-public-page .premium-live-table td:nth-child(4){
    min-width:150px!important;
    width:150px!important;
}
body.live-public-page .clean-athlete-name{
    min-width:170px!important;
    max-width:190px!important;
}
body.live-public-page .clean-athlete-name strong{
    font-size:13.5px!important;
    line-height:1.2!important;
}
body.live-public-page .premium-club-chip{
    min-width:112px!important;
    max-width:130px!important;
    padding:6px 8px!important;
    font-size:10.8px!important;
}
body.live-public-page .premium-live-table .round-score-cell{
    min-width:68px!important;
}
body.live-public-page .premium-live-table .score-used-v7{
    min-width:72px!important;
    padding:6px 10px!important;
}
body.live-public-page .mobile-scroll-note{
    display:block!important;
    opacity:.75!important;
}

/* On very small phones still use tablet viewport, not full desktop */
@media(max-width:620px){
    body.live-public-page{
        min-width:1024px!important;
    }
    body.live-public-page .container,
    body.live-public-page .live-score-frame{
        width:1000px!important;
        max-width:1000px!important;
    }
    body.live-public-page .premium-live-table{
        min-width:990px!important;
        width:990px!important;
    }
}


/* v51: Live Score semua layar memakai tampilan tablet yang lebih rapi */
body.live-public-page{
    min-width:1024px!important;
}
body.live-public-page .container,
body.live-public-page .live-score-frame{
    width:1000px!important;
    max-width:1000px!important;
    margin-left:auto!important;
    margin-right:auto!important;
}
body.live-public-page .live-v37-premium{
    padding-left:12px!important;
    padding-right:12px!important;
}
body.live-public-page .public-live-heading{
    grid-template-columns:1fr auto!important;
    padding:16px!important;
    border-radius:24px!important;
}
body.live-public-page .podium-arena{
    grid-template-columns:repeat(3,1fr)!important;
    gap:10px!important;
}
body.live-public-page .premium-rank-arena{
    width:100%!important;
    max-width:100%!important;
    padding:12px!important;
    border-radius:24px!important;
}
body.live-public-page .premium-live-table{
    width:990px!important;
    min-width:990px!important;
    max-width:990px!important;
    border-spacing:0 7px!important;
}
body.live-public-page .premium-live-table th{
    padding:10px 9px!important;
    font-size:9.5px!important;
}
body.live-public-page .premium-live-table td{
    padding:10px 9px!important;
    font-size:13px!important;
}
body.live-public-page .premium-rank-pill{
    width:36px!important;
    height:36px!important;
    border-radius:13px!important;
}
body.live-public-page .premium-live-table th:nth-child(1),
body.live-public-page .premium-live-table td:nth-child(1){
    left:0!important;
    min-width:58px!important;
    width:58px!important;
}
body.live-public-page .premium-live-table th:nth-child(2),
body.live-public-page .premium-live-table td:nth-child(2){
    left:58px!important;
    min-width:92px!important;
    width:92px!important;
}
body.live-public-page .premium-live-table th:nth-child(3),
body.live-public-page .premium-live-table td:nth-child(3){
    left:150px!important;
    min-width:190px!important;
    width:190px!important;
    max-width:210px!important;
}
body.live-public-page .premium-live-table th:nth-child(4),
body.live-public-page .premium-live-table td:nth-child(4){
    min-width:150px!important;
    width:150px!important;
}
body.live-public-page .clean-athlete-name{
    min-width:170px!important;
    max-width:190px!important;
}
body.live-public-page .clean-athlete-name strong{
    font-size:13.5px!important;
}
body.live-public-page .premium-club-chip{
    min-width:112px!important;
    max-width:130px!important;
    padding:6px 8px!important;
    font-size:10.8px!important;
}
body.live-public-page .premium-live-table .round-score-cell{
    min-width:68px!important;
}
body.live-public-page .premium-live-table .score-used-v7{
    min-width:72px!important;
    padding:6px 10px!important;
}

/* tablet preview tetap nyaman di layar desktop besar */
@media(min-width:1280px){
    body.live-public-page .live-score-frame{
        transform:none!important;
    }
}

.section-label{margin:18px 0 10px;color:#0f172a;font-size:16px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;border-left:5px solid #2563eb;padding-left:10px}


/* v257 - Championship page + competition selector */
body.live-public-page .championship-live-heading{
    background:
      radial-gradient(circle at 82% 22%,rgba(39,196,226,.16),transparent 25%),
      linear-gradient(135deg,rgba(12,39,73,.96),rgba(7,24,49,.96));
    border:1px solid rgba(148,202,231,.16)!important;
    box-shadow:0 18px 44px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.06)!important;
}
.championship-event-copy{min-width:0}
.championship-topline{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.championship-back-link{display:inline-flex;align-items:center;min-height:29px;padding:5px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.055);color:#bed5e9!important;text-decoration:none!important;font-size:10px;font-weight:900;letter-spacing:.02em}
.championship-back-link:hover{background:rgba(255,255,255,.10);color:#fff!important}
body.live-public-page .championship-live-heading h1{margin:8px 0 5px!important;letter-spacing:-.035em!important}
body.live-public-page .championship-live-heading p{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:0;color:#9fb7cc!important}
body.live-public-page .championship-live-heading p span{color:#2bc6d8}
.championship-competition-picker{margin:14px 0 16px;border:1px solid rgba(145,191,219,.17);border-radius:26px;background:linear-gradient(180deg,rgba(13,38,69,.92),rgba(8,28,55,.88));box-shadow:0 14px 38px rgba(0,0,0,.14);overflow:hidden}
.championship-picker-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;padding:16px 18px 12px;border-bottom:1px solid rgba(255,255,255,.075)}
.championship-picker-head h2{margin:4px 0 2px;color:#fff;font-size:22px;letter-spacing:-.025em}
.championship-picker-head p{margin:0;color:#90a9bd;font-size:11px;font-weight:700}
.championship-count{display:flex;align-items:baseline;gap:5px;white-space:nowrap;color:#fff;font-size:24px;font-weight:1000;letter-spacing:-.04em}
.championship-count small{color:#7fcadd;font-size:9px;font-weight:950;letter-spacing:.10em}
.championship-competition-scroll{display:flex;gap:9px;overflow-x:auto;padding:12px 14px 14px;scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:rgba(100,190,220,.35) transparent}
.championship-competition-scroll::-webkit-scrollbar{height:5px}
.championship-competition-scroll::-webkit-scrollbar-thumb{background:rgba(100,190,220,.34);border-radius:99px}
.championship-competition-item{position:relative;display:grid;grid-template-columns:45px minmax(190px,1fr) 22px;align-items:center;gap:10px;min-width:285px;max-width:330px;min-height:82px;padding:11px 12px;border:1px solid rgba(255,255,255,.09);border-radius:18px;background:rgba(255,255,255,.045);color:#e8f4fd!important;text-decoration:none!important;scroll-snap-align:start;transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease}
.championship-competition-item:hover{transform:translateY(-1px);border-color:rgba(80,205,231,.30);background:rgba(255,255,255,.075)}
.championship-competition-item.active{border-color:rgba(72,208,231,.52);background:linear-gradient(135deg,rgba(13,133,184,.26),rgba(17,86,150,.24));box-shadow:0 9px 23px rgba(1,148,198,.14),inset 0 1px 0 rgba(255,255,255,.08)}
.championship-competition-item.active:before{content:"";position:absolute;left:12px;right:12px;bottom:-1px;height:2px;border-radius:5px;background:linear-gradient(90deg,#35d7dc,#3e8ee8)}
.championship-code{display:grid;place-items:center;width:45px;height:45px;border-radius:14px;background:linear-gradient(145deg,rgba(38,181,211,.18),rgba(31,114,188,.14));border:1px solid rgba(100,211,229,.20);color:#9ce9f3;font-size:11px;font-weight:1000;letter-spacing:.04em}
.championship-competition-item.active .championship-code{background:linear-gradient(145deg,#17a6c2,#1b6fc0);border-color:transparent;color:#fff;box-shadow:0 7px 18px rgba(17,132,190,.24)}
.championship-item-copy{display:block;min-width:0}
.championship-item-copy small{display:block;color:#72bcd0;font-size:8.5px;font-weight:1000;letter-spacing:.10em;margin-bottom:3px}
.championship-item-copy strong{display:block;color:#f7fbff;font-size:12.5px;line-height:1.2;white-space:normal}
.championship-item-copy em{display:block;margin-top:4px;color:#7f99af;font-size:9px;line-height:1.2;font-style:normal;font-weight:750}
.championship-open{color:#78d9e6;font-size:19px;text-align:right}
.championship-competition-item.is-disabled{opacity:.48;cursor:not-allowed}
.championship-competition-item.is-disabled .championship-open{color:#73889a}
body.live-public-page .category-score-header.public-category-header{margin:2px 0 12px!important;padding:14px 16px!important;border:1px solid rgba(255,255,255,.085);border-radius:22px;background:linear-gradient(135deg,rgba(255,255,255,.055),rgba(255,255,255,.025))}
body.live-public-page .category-score-header.public-category-header h2{font-size:30px!important;margin:3px 0!important}
body.live-public-page .category-score-header.public-category-header p{font-size:10.5px!important;color:#8ea8bd!important}
body.live-public-page .score-metrics div{border-radius:15px!important;padding:9px 11px!important;background:rgba(255,255,255,.045)!important}
body.live-public-page .score-metrics strong{font-size:20px!important}
@media(max-width:1050px){
  .championship-competition-item{min-width:270px}
}
@media print{.championship-competition-picker,.championship-back-link{display:none!important}}

/* V296 — adaptive 1–4 competition logos */
.event-logo-strip{display:flex;align-items:center;justify-content:center;gap:8px;flex:0 0 auto;max-width:330px;flex-wrap:nowrap}
.event-logo-strip .event-logo-tile{transform:scale(var(--logo-scale,1));transform-origin:center}.live-logo-side-v301.left{order:0}.championship-event-copy{order:1}.live-logo-side-v301.right{order:2}.public-event-identity{display:flex;align-items:center;gap:12px;min-width:0}.live-logo-side-v301{max-width:240px}
.event-logo-tile{display:grid;place-items:center;width:64px;height:64px;border-radius:16px;background:#fff;padding:7px;box-shadow:0 10px 28px rgba(0,0,0,.26);overflow:hidden}
.event-logo-tile img{max-width:100%;max-height:100%;object-fit:contain;display:block}
.event-logo-strip.logo-count-1 .event-logo-tile{width:88px;height:88px;border-radius:22px;padding:9px}
.event-logo-strip.logo-count-2 .event-logo-tile{width:72px;height:72px}
.event-logo-strip.logo-count-4{gap:6px}.event-logo-strip.logo-count-4 .event-logo-tile{width:58px;height:58px;padding:6px}
.admin-event-logo-strip{display:flex;gap:8px;align-items:center;flex-wrap:nowrap;margin-bottom:12px}.admin-event-logo-strip span{display:grid;place-items:center;width:58px;height:58px;background:#fff;border-radius:14px;padding:6px;box-shadow:0 8px 22px rgba(0,0,0,.18)}.admin-event-logo-strip img{max-width:100%;max-height:100%;object-fit:contain}.admin-event-logo-strip.logo-count-1 span{width:78px;height:78px}
@media(max-width:760px){.event-logo-strip{max-width:220px;gap:5px}.event-logo-strip .event-logo-tile{width:46px;height:46px;border-radius:12px;padding:5px}.event-logo-strip.logo-count-1 .event-logo-tile{width:64px;height:64px}.event-logo-strip.logo-count-2 .event-logo-tile{width:54px;height:54px}.event-logo-strip.logo-count-4 .event-logo-tile{width:42px;height:42px}.public-event-identity .event-logo-strip{margin-bottom:10px;justify-content:flex-start}}

/* V300 — nilai ronde yang tidak dipakai: angka merah, tanpa coret / tanpa blok merah */
.premium-live-table .round-usage-dropped,
.live-v37-premium .premium-live-table .round-usage-dropped{
    background:#0b1426!important;
    color:#ff5b70!important;
    border-color:rgba(100,116,139,.10)!important;
    box-shadow:none!important;
    text-decoration:none!important;
    font-weight:1000!important;
}
.premium-live-table .round-usage-dropped::before,
.live-v37-premium .premium-live-table .round-usage-dropped::before{
    content:""!important;
    display:none!important;
}

/* v392 - Live Score selector: compact premium dropdown, replaces long horizontal cards */
.championship-dropdown-picker{
    overflow:visible;
    background:
      radial-gradient(circle at 92% 10%,rgba(40,197,226,.11),transparent 32%),
      linear-gradient(180deg,rgba(12,38,69,.96),rgba(7,27,53,.94));
}
.championship-dropdown-head{
    align-items:center;
    padding:17px 19px 14px;
}
.championship-dropdown-head h2{font-size:23px}
.championship-dropdown-head p{max-width:620px;font-size:11.5px;line-height:1.5}
.championship-dropdown-body{
    display:grid;
    grid-template-columns:minmax(260px,.92fr) minmax(360px,1.35fr);
    grid-template-areas:
      "current label"
      "current select"
      "current hint";
    column-gap:18px;
    row-gap:6px;
    padding:15px 18px 17px;
}
.championship-current-live{
    grid-area:current;
    position:relative;
    display:grid;
    grid-template-columns:54px minmax(0,1fr);
    gap:12px;
    align-items:center;
    min-height:88px;
    padding:14px 15px;
    border:1px solid rgba(84,205,229,.22);
    border-radius:20px;
    background:linear-gradient(135deg,rgba(17,132,184,.17),rgba(255,255,255,.04));
    box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
}
.championship-current-code{
    display:grid;
    place-items:center;
    width:54px;
    height:54px;
    border-radius:16px;
    background:linear-gradient(145deg,#18a8c5,#176cb9);
    color:#fff;
    box-shadow:0 9px 22px rgba(10,126,186,.25);
    font-size:12px;
    font-weight:1000;
    letter-spacing:.035em;
}
.championship-current-copy{display:block;min-width:0;padding-right:52px}
.championship-current-copy small{
    display:block;
    margin-bottom:3px;
    color:#78cfe0;
    font-size:8.5px;
    font-weight:1000;
    letter-spacing:.10em;
    text-transform:uppercase;
}
.championship-current-copy strong{
    display:block;
    overflow:hidden;
    color:#fff;
    font-size:14px;
    line-height:1.25;
    text-overflow:ellipsis;
}
.championship-current-copy em{
    display:block;
    margin-top:5px;
    color:#8ea8bb;
    font-size:9.5px;
    line-height:1.25;
    font-style:normal;
    font-weight:750;
}
.championship-live-indicator{
    position:absolute;
    top:12px;
    right:12px;
    display:flex;
    align-items:center;
    gap:5px;
    padding:4px 7px;
    border:1px solid rgba(81,218,184,.16);
    border-radius:999px;
    background:rgba(22,166,126,.10);
    color:#82e2c0;
    font-size:8px;
    font-weight:1000;
    letter-spacing:.08em;
}
.championship-live-indicator i{
    width:6px;
    height:6px;
    border-radius:50%;
    background:#3be0a9;
    box-shadow:0 0 0 4px rgba(59,224,169,.10);
}
.championship-select-label{
    grid-area:label;
    align-self:end;
    color:#7bc9dc;
    font-size:9px;
    font-weight:1000;
    letter-spacing:.13em;
}
.championship-select-wrap{
    grid-area:select;
    position:relative;
    min-width:0;
}
.championship-live-select{
    width:100%;
    min-height:54px;
    appearance:none;
    -webkit-appearance:none;
    padding:0 54px 0 16px;
    border:1px solid rgba(113,190,221,.25);
    border-radius:16px;
    outline:none;
    background:linear-gradient(180deg,rgba(255,255,255,.085),rgba(255,255,255,.045));
    color:#f5fbff;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 10px 24px rgba(0,0,0,.10);
    font:800 12.5px/1.2 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    cursor:pointer;
    transition:border-color .16s ease,box-shadow .16s ease,background .16s ease;
}
.championship-live-select:hover{
    border-color:rgba(93,211,230,.45);
    background:linear-gradient(180deg,rgba(255,255,255,.11),rgba(255,255,255,.06));
}
.championship-live-select:focus{
    border-color:#48cfe3;
    box-shadow:0 0 0 3px rgba(72,207,227,.13),inset 0 1px 0 rgba(255,255,255,.08);
}
.championship-live-select:disabled{opacity:.65;cursor:wait}
.championship-live-select option,
.championship-live-select optgroup{
    background:#0b2b4e;
    color:#f5fbff;
    font-weight:750;
}
.championship-live-select optgroup{color:#7fd4e4;font-weight:950}
.championship-select-chevron{
    position:absolute;
    top:50%;
    right:15px;
    display:grid;
    place-items:center;
    width:28px;
    height:28px;
    transform:translateY(-50%);
    border:1px solid rgba(103,205,224,.18);
    border-radius:10px;
    background:rgba(24,153,194,.12);
    color:#8fe2ef;
    font-size:20px;
    line-height:1;
    pointer-events:none;
}
.championship-select-hint{
    grid-area:hint;
    display:flex;
    align-items:center;
    gap:7px;
    margin-top:2px;
    color:#7892a8;
    font-size:9.5px;
    font-weight:700;
}
.championship-select-hint span{color:#34d0db;font-size:8px}
@media(max-width:820px){
    .championship-dropdown-body{
        grid-template-columns:1fr;
        grid-template-areas:"current" "label" "select" "hint";
        gap:7px;
        padding:13px 14px 15px;
    }
    .championship-current-live{min-height:80px;padding:12px 13px}
    .championship-current-code{width:48px;height:48px;border-radius:14px}
    .championship-current-live{grid-template-columns:48px minmax(0,1fr)}
    .championship-current-copy strong{font-size:13px}
    .championship-select-label{margin-top:5px}
}
@media(max-width:560px){
    .championship-dropdown-head{align-items:flex-start;gap:10px;padding:14px 14px 12px}
    .championship-dropdown-head h2{font-size:20px}
    .championship-dropdown-head p{font-size:10.5px}
    .championship-count{font-size:20px}
    .championship-live-select{min-height:58px;padding-left:14px;font-size:12px;border-radius:15px}
    .championship-current-copy{padding-right:0}
    .championship-live-indicator{display:none}
}

/* v458: override live publik v437-v441 dipindahkan ke assets/live-score-v458.css. */
