:root{--bg:#070a10;--panel:#101722;--panel2:#151f2e;--muted:#8fa1b7;--text:#edf4ff;--line:#26364b;--accent:#ff8a00;--good:#16c784;--bad:#ef4444;--warn:#fbbf24}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:radial-gradient(circle at top left,#17263a,#070a10 42%,#03050a);color:var(--text)}button,input,select,textarea{font:inherit}button,.fileBtn{border:0;border-radius:14px;padding:12px 16px;background:#223044;color:var(--text);cursor:pointer;transition:.18s transform,.18s filter,.18s background;display:inline-flex;gap:8px;align-items:center;justify-content:center}button:hover,.fileBtn:hover{transform:translateY(-1px);filter:brightness(1.15)}button.primary{background:linear-gradient(135deg,#ff8a00,#ffb347);color:#190b00;font-weight:800}button.danger{background:#7f1d1d;color:#fff}.ghost{background:#1b2535}.layout{width:min(1540px,96vw);margin:0 auto;padding:24px}.topbar{display:flex;justify-content:space-between;gap:18px;align-items:center;margin-bottom:18px}.brand{display:flex;align-items:center;gap:14px}.brand img{width:58px;height:58px;border-radius:14px;background:#fff;padding:6px}.brand h1{margin:0;font-size:clamp(24px,3vw,42px)}.brand p,.sectionHead p,.empty,small{color:var(--muted);margin:3px 0 0}.topActions,.actions{display:flex;flex-wrap:wrap;gap:10px}.liveStrip{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr auto;gap:12px;align-items:stretch;background:rgba(8,13,21,.94);backdrop-filter:blur(18px);border:1px solid var(--line);border-radius:22px;padding:14px;margin-bottom:14px;box-shadow:0 20px 45px #0006}.liveStrip>div{background:var(--panel2);border:1px solid var(--line);border-radius:16px;padding:11px 14px}.liveStrip small{display:block;text-transform:uppercase;letter-spacing:.08em;font-size:11px}.liveStrip strong{font-size:22px}.navTabs{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;margin:12px 0 18px}.navBtn{background:#111a27;border:1px solid var(--line);font-weight:700}.navBtn.active{background:linear-gradient(135deg,#ff8a00,#ffb347);color:#160900;border-color:#ffb347}.panel,.card{background:rgba(16,23,34,.9);border:1px solid var(--line);border-radius:24px;padding:20px;box-shadow:0 18px 45px #0005}.sectionHead{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;border-bottom:1px solid var(--line);padding-bottom:14px;margin-bottom:18px}.sectionHead h2{margin:0;font-size:28px}label{display:grid;gap:7px;color:#c7d5e8;font-weight:700;margin-bottom:14px}input,select,textarea{width:100%;border:1px solid var(--line);background:#080d15;color:var(--text);border-radius:14px;padding:12px;outline:none}textarea{min-height:130px;resize:vertical}.formGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.twoCols{display:grid;grid-template-columns:1fr 1fr;gap:18px}.scoreGrid{display:grid;grid-template-columns:1fr auto 1fr;gap:18px;align-items:center}.scoreCard{background:linear-gradient(180deg,#151f2e,#0e1420);border:1px solid var(--line);border-radius:26px;padding:22px}.teamTitle{display:flex;align-items:center;gap:14px;margin-bottom:20px}.miniLogo{width:64px;height:64px;border-radius:18px;background:#fff;display:grid;place-items:center;overflow:hidden}.miniLogo img{width:100%;height:100%;object-fit:contain;padding:6px}.teamTitle h3{margin:0;font-size:25px}.teamTitle p{margin:3px 0;color:var(--muted)}.bigScore{min-height:220px;border-radius:30px;display:grid;place-items:center;font-weight:1000;font-size:clamp(120px,15vw,260px);line-height:1;color:#fff;text-shadow:0 7px 25px #0009;box-shadow:inset 0 -25px 70px #0005}.versus{font-size:32px;font-weight:1000;color:var(--muted)}.timerBox{margin-top:18px;background:#080d15;border:1px solid var(--line);border-radius:24px;padding:22px;text-align:center}.timerBox [data-time]{font-size:clamp(60px,8vw,150px);font-weight:1000;line-height:1}.timerBox small{font-size:24px}.quickGrid{display:grid;grid-template-columns:repeat(5,1fr);gap:9px;margin-bottom:18px}.playerGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(145px,1fr));gap:9px}.playerGrid button{display:grid;text-align:left;justify-content:stretch;gap:4px}.playerGrid b{font-size:18px}.foulBox{background:#0a1019;border:1px solid var(--line);border-radius:18px;padding:14px;margin-bottom:14px}.foulBox span{color:var(--muted)}.foulBox strong{float:right;font-size:24px}.foulBox div{clear:both;height:12px;background:#202a39;border-radius:99px;overflow:hidden;margin-top:10px}.foulBox i{display:block;height:100%;background:var(--good);transition:.25s width}.foulBox.warn i{background:var(--warn)}.foulBox.limit i{background:var(--bad)}.teamCards,.fileGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px}.teamCard{background:#0b111b;border:1px solid var(--line);border-radius:18px;padding:14px;display:grid;gap:8px}.swatch{height:10px;border-radius:99px}.eventList{display:grid;gap:10px}.eventList article{background:#0b111b;border:1px solid var(--line);border-radius:18px;padding:14px;display:grid;gap:8px}.eventList p{margin:0;color:#d7e2f2}table{width:100%;border-collapse:collapse;overflow:hidden;border-radius:18px}th,td{border-bottom:1px solid var(--line);padding:12px;text-align:left}th{background:#182335;color:#cfe0f6}.fileBtn{position:relative;overflow:hidden}.fileBtn input{position:absolute;inset:0;opacity:0;cursor:pointer}.check{display:flex;align-items:center;gap:8px}.check input{width:auto}.bump{animation:bump .42s ease}@keyframes bump{50%{transform:scale(1.12);filter:brightness(1.25)}}@media(max-width:1000px){.liveStrip,.formGrid,.twoCols,.scoreGrid{grid-template-columns:1fr}.navTabs{grid-template-columns:repeat(2,1fr)}.versus{display:none}.topbar{display:grid}.quickGrid{grid-template-columns:repeat(2,1fr)}}
.overlayBody{background:#020409;overflow:hidden}.ov{width:100vw;height:100vh;display:grid;grid-template-rows:1fr auto;gap:min(4vh,35px);padding:min(4vw,60px)}.ovTeams{display:grid;grid-template-columns:1fr auto 1fr;align-items:stretch;gap:min(3vw,42px)}.ovTeam{position:relative;overflow:hidden;border:1px solid #223149;border-radius:min(4vw,54px);background:linear-gradient(180deg,#101827,#050811);display:grid;grid-template-rows:auto 1fr;gap:min(2vh,25px);padding:min(3vw,46px);box-shadow:0 0 70px #000}.ovTeam h2{position:relative;z-index:2;margin:0;text-align:center;font-size:clamp(32px,5vw,96px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-shadow:0 4px 25px #000}.ovScore{position:relative;z-index:2;border-radius:min(4vw,55px);display:grid;place-items:center;font-size:clamp(180px,34vw,520px);font-weight:1000;line-height:.85;color:#fff;text-shadow:0 16px 70px #000;box-shadow:inset 0 -50px 100px #0006,0 25px 70px #0008}.ovBlurLogo{position:absolute;inset:4%;z-index:1;display:grid;place-items:center;opacity:.18;filter:blur(9px);transform:scale(1.08)}.ovBlurLogo img{width:82%;height:82%;object-fit:contain}.ovVs{align-self:center;font-size:clamp(25px,4vw,70px);font-weight:1000;color:#8fa1b7}.ovTime{text-align:center;background:rgba(7,10,16,.85);border:1px solid #26364b;border-radius:min(3vw,40px);padding:min(2vh,28px)}.ovTime strong{display:block;font-size:clamp(92px,13vw,220px);line-height:.9;font-weight:1000}.ovTime span{display:block;margin-top:10px;color:#b8c7dd;font-size:clamp(24px,3vw,54px);font-weight:800}.goalFlash{position:fixed;inset:0;display:grid;place-items:center;font-size:clamp(80px,16vw,260px);font-weight:1000;color:#fff;text-shadow:0 15px 50px #000;opacity:0;pointer-events:none;transform:scale(.9)}.goalFlash.show{animation:goalFlash 1.2s ease}@keyframes goalFlash{15%,70%{opacity:1;transform:scale(1.04)}100%{opacity:0;transform:scale(1.16)}}@media(max-aspect-ratio:1/1){.ovTeams{grid-template-columns:1fr;grid-template-rows:1fr auto 1fr}.ovVs{text-align:center}.ovScore{font-size:clamp(150px,45vw,420px)}}

/* v11: overlay stabile e pulsanti evento più leggibili */
.eventBtn{font-weight:900;border-radius:16px;padding:12px 14px;box-shadow:none;border:1px solid rgba(255,255,255,.10);color:#fff;text-shadow:none;min-height:50px}
.eventBtn:hover{transform:translateY(-1px);filter:brightness(1.08)}
.eventIcon{width:28px;height:28px;display:inline-grid;place-items:center;flex:0 0 28px;font-size:19px;border-radius:9px;background:rgba(255,255,255,.18)}
.eventBtn span:last-child{white-space:nowrap}.goalBtn{background:#15803d}.foulBtn{background:#b45309}.yellowBtn{background:#facc15;color:#171100}.yellowBtn .eventIcon{background:rgba(0,0,0,.16)}.redBtn{background:#dc2626}.noteBtn{background:#475569}.shotBtn{background:#2563eb}.minusBtn{background:#334155}.cardIcon::before{content:'';width:15px;height:22px;display:block;border-radius:3px;background:currentColor;transform:rotate(-8deg);box-shadow:0 1px 0 rgba(0,0,0,.22)}.yellowBtn .cardIcon::before{background:#171100}.redBtn .cardIcon::before{background:#fff}.quickGrid.eventGrid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.scoreCard .actions{margin-top:14px}.scoreCard .actions .eventBtn{flex:1;min-width:130px}
.panel,.card{box-shadow:0 10px 24px rgba(0,0,0,.28)}.liveStrip{box-shadow:0 10px 28px rgba(0,0,0,.35)}.bigScore{box-shadow:inset 0 -16px 40px rgba(0,0,0,.35);text-shadow:0 4px 12px rgba(0,0,0,.65)}
.overlayBody{background:#020409;overflow:hidden}.ov{width:100vw;height:100vh;display:grid;grid-template-rows:minmax(0,1fr) auto;gap:clamp(18px,3vh,34px);padding:clamp(24px,4vw,64px);background:radial-gradient(circle at center,#07101d 0,#020409 62%)}.ovTeams{min-height:0;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:stretch;gap:clamp(18px,3vw,48px)}.ovTeam{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.10);border-radius:clamp(26px,3vw,52px);background:#07101a;display:grid;grid-template-rows:auto minmax(0,1fr);gap:clamp(16px,2vh,30px);padding:clamp(22px,3vw,48px);box-shadow:none}.ovTeam h2{position:relative;z-index:3;margin:0;text-align:center;font-size:clamp(34px,4.8vw,92px);line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-shadow:0 3px 10px rgba(0,0,0,.55)}.ovScore{position:relative;z-index:2;border-radius:clamp(28px,4vw,64px);display:grid;place-items:center;font-size:clamp(190px,31vw,520px);font-weight:1000;line-height:.82;color:#fff;text-shadow:0 8px 22px rgba(0,0,0,.72);box-shadow:inset 0 -20px 50px rgba(0,0,0,.35)}.ovBlurLogo{position:absolute;inset:10%;z-index:1;display:grid;place-items:center;opacity:.14;filter:blur(3px);transform:scale(1.02);pointer-events:none}.ovBlurLogo img{width:78%;height:78%;object-fit:contain}.ovVs{align-self:center;font-size:clamp(28px,4vw,66px);font-weight:1000;color:#94a3b8;text-shadow:none}.ovTime{width:min(900px,88vw);justify-self:center;text-align:center;background:#070b13;border:1px solid rgba(255,255,255,.10);border-radius:clamp(24px,3vw,42px);padding:clamp(14px,2vh,28px);box-shadow:none}.ovTime strong{display:block;font-size:clamp(96px,13vw,220px);line-height:.88;font-weight:1000;letter-spacing:-.05em;text-shadow:0 5px 16px rgba(0,0,0,.65)}.ovTime span{display:block;margin-top:8px;color:#cbd5e1;font-size:clamp(22px,3vw,48px);font-weight:900}.goalFlash{text-shadow:0 8px 22px rgba(0,0,0,.72)}
@media(max-width:1100px){.quickGrid.eventGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.ov{padding:clamp(16px,3vw,34px)}.ovTeams{gap:clamp(12px,2vw,24px)}.ovScore{font-size:clamp(160px,28vw,380px)}}
@media(max-aspect-ratio:1/1){.ov{grid-template-rows:minmax(0,1fr) auto;padding:clamp(16px,4vw,40px)}.ovTeams{grid-template-columns:1fr;grid-template-rows:minmax(0,1fr) auto minmax(0,1fr)}.ovTeam{padding:clamp(16px,4vw,34px)}.ovVs{text-align:center;font-size:clamp(24px,8vw,56px)}.ovScore{font-size:clamp(130px,39vw,360px)}.ovTeam h2{font-size:clamp(28px,8vw,68px)}.ovTime strong{font-size:clamp(80px,22vw,170px)}}

/* v12: icone SVG e overlay ripristinata/ordinata */
.svgIcon{width:1.15em;height:1.15em;display:inline-block;vertical-align:-.18em;flex:0 0 auto}
button,.fileBtn,.navBtn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem}
.navBtn{flex-direction:column;gap:5px;min-height:58px}.navBtn .svgIcon{width:22px;height:22px}.sectionHead h2{display:flex;align-items:center;gap:10px}.sectionHead h2 .svgIcon{width:30px;height:30px;color:#ffb347}.fileBtn{min-height:44px;border:1px solid var(--line);background:#111a27;color:#fff;border-radius:12px;padding:12px;cursor:pointer;font-weight:800}.eventBtn .eventIcon{background:rgba(255,255,255,.18);color:currentColor}.eventBtn .eventIcon .svgIcon{width:22px;height:22px}.yellowBtn{background:#facc15;color:#171100}.yellowBtn .eventIcon{background:rgba(0,0,0,.12)}.redBtn{background:#dc2626;color:#fff}.goalBtn{background:#15803d}.foulBtn{background:#b45309}.shotBtn{background:#2563eb}.noteBtn{background:#475569}.minusBtn{background:#334155}.miniLogo .svgIcon{width:38px;height:38px;color:#0f172a}.teamCard .actions,.eventList .actions{display:flex;flex-wrap:wrap;gap:8px}

.overlayBody{background:#020409!important;overflow:hidden!important;margin:0}.ov{width:100vw;height:100vh;box-sizing:border-box;display:grid!important;grid-template-rows:minmax(0,1fr) auto!important;gap:clamp(22px,3vh,38px)!important;padding:clamp(28px,4vw,70px)!important;background:radial-gradient(circle at center,#09111d 0,#020409 70%)!important}.ovTeams{min-height:0;display:grid!important;grid-template-columns:minmax(0,1fr) clamp(64px,8vw,130px) minmax(0,1fr)!important;align-items:stretch!important;gap:clamp(16px,2.5vw,44px)!important}.ovTeam{min-width:0;min-height:0;display:grid!important;grid-template-rows:auto minmax(0,1fr)!important;gap:clamp(14px,2vh,26px)!important;padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important}.ovNameBox{height:clamp(70px,10vh,128px);display:grid;place-items:center;border-radius:clamp(18px,2vw,32px);background:#0b1220;border:1px solid rgba(255,255,255,.14);box-shadow:0 8px 18px rgba(0,0,0,.32);padding:0 clamp(18px,2vw,32px);min-width:0}.ovNameBox span{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:clamp(34px,4vw,86px);line-height:1;font-weight:1000;color:#fff;text-shadow:0 3px 8px rgba(0,0,0,.55)}.ovScoreWrap{position:relative;min-height:0;overflow:hidden;border-radius:clamp(28px,3.5vw,62px);border:1px solid rgba(255,255,255,.16);box-shadow:0 12px 28px rgba(0,0,0,.34);background:#07101a}.ovScore{position:absolute!important;inset:0!important;z-index:2!important;display:grid!important;place-items:center!important;border-radius:inherit!important;font-size:clamp(220px,32vw,560px)!important;line-height:.78!important;font-weight:1000!important;color:#fff!important;text-shadow:0 8px 18px rgba(0,0,0,.68)!important;box-shadow:inset 0 -22px 48px rgba(0,0,0,.34)!important}.ovBlurLogo{position:absolute!important;inset:8%!important;z-index:1!important;display:grid!important;place-items:center!important;opacity:.18!important;filter:blur(4px)!important;transform:scale(1.03)!important;pointer-events:none!important}.ovBlurLogo img{width:86%!important;height:86%!important;object-fit:contain!important}.ovVs{align-self:center;justify-self:center;font-size:clamp(28px,4.2vw,76px)!important;font-weight:1000!important;color:#94a3b8!important;text-shadow:none!important}.ovTime{width:min(980px,90vw)!important;justify-self:center!important;text-align:center!important;background:#07101a!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:clamp(24px,3vw,44px)!important;padding:clamp(16px,2vh,30px)!important;box-shadow:0 10px 24px rgba(0,0,0,.32)!important}.ovTime strong{display:block!important;font-size:clamp(100px,14vw,230px)!important;line-height:.86!important;font-weight:1000!important;letter-spacing:-.05em!important;color:#fff!important;text-shadow:0 6px 14px rgba(0,0,0,.62)!important}.ovTime span{display:block!important;margin-top:8px!important;color:#dbe7f7!important;font-size:clamp(22px,2.8vw,46px)!important;font-weight:900!important}.goalFlash{text-shadow:0 8px 18px rgba(0,0,0,.68)!important}
@media(max-width:1100px){.ov{padding:clamp(18px,3vw,34px)!important}.ovTeams{grid-template-columns:minmax(0,1fr) clamp(48px,7vw,90px) minmax(0,1fr)!important;gap:clamp(10px,2vw,22px)!important}.ovScore{font-size:clamp(160px,29vw,390px)!important}.ovNameBox span{font-size:clamp(26px,4vw,58px)!important}.ovTime strong{font-size:clamp(84px,13vw,150px)!important}}
@media(max-aspect-ratio:1/1){.ov{grid-template-rows:minmax(0,1fr) auto!important}.ovTeams{grid-template-columns:1fr!important;grid-template-rows:minmax(0,1fr) auto minmax(0,1fr)!important}.ovVs{font-size:clamp(24px,7vw,48px)!important}.ovNameBox{height:clamp(54px,8vh,86px)!important}.ovNameBox span{font-size:clamp(24px,7vw,54px)!important}.ovScore{font-size:clamp(130px,42vw,330px)!important}.ovTime strong{font-size:clamp(78px,22vw,165px)!important}}
.playerGrid button{display:grid!important;text-align:left!important;justify-content:stretch!important;align-items:start!important;gap:4px!important}.liveStrip button[data-run]{min-width:120px}.actions{display:flex;flex-wrap:wrap;gap:10px}.fileGrid .card{display:grid;align-content:start;gap:10px}


/* Overlay 2.1: ripristino layout stile v8, senza badge versione visibile */
body.overlay, body.overlayBody{background:#02040a!important;overflow:hidden!important;margin:0!important;width:100vw;height:100vh}
body.overlay #app{width:100vw;height:100vh}
.overlayCanvas{position:relative;width:100vw;height:100vh;box-sizing:border-box;display:grid;grid-template-rows:minmax(0,1fr) minmax(18vh,24vh);gap:clamp(10px,2vh,28px);padding:clamp(14px,2.2vmin,40px);overflow:hidden;background:radial-gradient(circle at 20% 10%,rgba(255,138,0,.16),transparent 28%),radial-gradient(circle at 80% 90%,rgba(100,210,255,.10),transparent 34%),linear-gradient(180deg,#02040a 0%,#060a13 48%,#010207 100%)}
.ovScores{min-height:0;display:grid;grid-template-columns:minmax(0,1fr) clamp(54px,7vmin,140px) minmax(0,1fr);gap:clamp(10px,2vmin,34px);align-items:stretch}
.ovSide{--team-color:#ff8a00;min-width:0;min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr);gap:clamp(10px,1.8vmin,28px);padding:clamp(18px,3vmin,58px);border-radius:clamp(22px,4vmin,62px);background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.02));border:clamp(2px,.45vmin,7px) solid color-mix(in srgb,var(--team-color) 70%,#fff 30%);box-shadow:0 24px 72px rgba(0,0,0,.62),inset 0 0 46px rgba(255,255,255,.035)}
.ovName{width:100%;min-width:0;text-align:center;color:#fff;font-size:clamp(24px,4.6vmin,78px);line-height:1;font-weight:1000;text-transform:uppercase;letter-spacing:.025em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-shadow:0 5px 16px rgba(0,0,0,.75);padding:.28em .55em;border-radius:999px;background:rgba(0,0,0,.42);border:1px solid rgba(255,255,255,.18)}
.ovScorePlate{position:relative;min-height:0;align-self:stretch;justify-self:stretch;display:grid;place-items:center;border-radius:clamp(20px,4vmin,70px);background:linear-gradient(180deg,color-mix(in srgb,var(--team-color) 86%,#fff 8%),color-mix(in srgb,var(--team-color) 64%,#000 36%));box-shadow:inset 0 0 64px rgba(255,255,255,.10),inset 0 -44px 88px rgba(0,0,0,.28),0 18px 58px rgba(0,0,0,.48);border:clamp(3px,.55vmin,10px) solid color-mix(in srgb,var(--team-color) 55%,#fff 45%);overflow:hidden}
.ovScoreNum{position:relative;z-index:2;font-size:clamp(160px,42vmin,620px);line-height:.72;font-weight:1000;letter-spacing:-.08em;color:#fff;text-shadow:0 12px 34px rgba(0,0,0,.86),0 0 18px rgba(255,255,255,.24)}
.ovScoreLogo{position:absolute;z-index:1;inset:8%;width:84%;height:84%;object-fit:contain;opacity:.18;filter:blur(3px);transform:scale(1.05);pointer-events:none}
.ovScorePlate.bump{animation:scoreMegaPulse .72s cubic-bezier(.18,1.35,.2,1)}
.ovVs{align-self:center;justify-self:center;width:clamp(54px,7vmin,140px);height:clamp(54px,7vmin,140px);border-radius:50%;display:grid;place-items:center;background:linear-gradient(180deg,#ffcf4d,#ff8a00);color:#070a12;font-size:clamp(18px,2.7vmin,48px);font-weight:1000;box-shadow:0 16px 46px rgba(0,0,0,.60),0 0 24px rgba(255,138,0,.28)}
.ovTime{min-height:0;align-self:stretch;justify-self:stretch;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:clamp(16px,3vmin,44px);padding:clamp(14px,2.5vmin,36px) clamp(24px,4vmin,70px);border-radius:clamp(24px,4vmin,66px);background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.055));border:clamp(2px,.45vmin,7px) solid rgba(255,255,255,.16);box-shadow:0 20px 60px rgba(0,0,0,.55),inset 0 0 34px rgba(255,255,255,.045)}
.ovTimeValue{font-size:clamp(84px,18vmin,260px);line-height:.8;font-weight:1000;letter-spacing:-.06em;text-align:center;text-shadow:0 10px 30px rgba(0,0,0,.82),0 0 16px rgba(255,255,255,.12)}
.ovTime>div:last-child{display:grid;gap:clamp(6px,1vmin,14px);justify-items:end;text-align:right;font-size:clamp(22px,4vmin,72px);line-height:1;font-weight:1000;color:var(--gold);text-transform:uppercase;text-shadow:0 6px 18px rgba(0,0,0,.75)}
.ovRunValue{color:#ffb1ad}.ovGoalFlash{position:absolute;inset:0;display:grid;place-items:center;pointer-events:none;animation:flashFade 2.2s ease forwards}.ovGoalText{font-size:clamp(80px,14vw,220px);font-weight:1000;color:#fff;text-shadow:0 0 35px var(--gold),0 0 90px var(--orange);letter-spacing:.04em}
body.overlay .overlayCanvas,body.overlay .ovTimeValue{animation:none!important;transition:none!important}
@media(max-aspect-ratio:4/3){.overlayCanvas{grid-template-rows:minmax(0,1fr) minmax(14vh,20vh)}.ovScores{grid-template-columns:1fr;grid-template-rows:minmax(0,1fr) auto minmax(0,1fr)}.ovScoreNum{font-size:clamp(120px,32vmin,340px)}.ovSide{padding:clamp(12px,2vmin,32px)}.ovName{font-size:clamp(22px,4vmin,54px)}.ovTime{grid-template-columns:1fr}.ovTime>div:last-child{grid-auto-flow:column;justify-content:center;justify-items:center;text-align:center}.ovTimeValue{font-size:clamp(70px,16vmin,180px)}}
@media(max-height:620px) and (orientation:landscape){.overlayCanvas{grid-template-rows:minmax(0,1fr) minmax(96px,21vh);padding:12px}.ovName{font-size:clamp(20px,5vh,44px)}.ovScoreNum{font-size:clamp(140px,58vh,360px)}.ovTimeValue{font-size:clamp(58px,15vh,120px)}.ovTime>div:last-child{font-size:clamp(18px,5vh,42px)}}

/* 2.2 - overlay ripristinata allo stile V8, senza loghi squadra */
.brand p{display:none!important}
body.overlay{width:100vw!important;height:100vh!important;background:transparent!important;overflow:hidden!important;margin:0!important}
body.overlay #app{width:100vw!important;height:100vh!important}
.ovScoreOnly{position:absolute;left:50%;top:42px;transform:translateX(-50%);min-width:min(1120px,96vw);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:22px;padding:26px 40px;border-radius:34px;background:linear-gradient(180deg,rgba(5,8,15,.93),rgba(7,10,18,.82));border:3px solid rgba(255,207,77,.72);box-shadow:0 28px 100px rgba(0,0,0,.68),0 0 42px rgba(255,138,0,.22);backdrop-filter:blur(12px);animation:dropIn .55s cubic-bezier(.2,1.2,.2,1)}
.ovName{text-align:center;font-size:42px;font-weight:1000;letter-spacing:.03em;text-transform:uppercase;text-shadow:0 6px 20px rgba(0,0,0,.7);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ovCore{text-align:center}.ovScoreBig{font-size:180px;line-height:.82;font-weight:1000;color:var(--gold);letter-spacing:-12px;text-shadow:0 0 28px rgba(255,207,77,.72),0 12px 38px rgba(0,0,0,.9)}.ovScoreBig.bump{animation:scorePulse .7s ease}.ovTimeUnder{margin:18px auto 0;display:inline-flex;align-items:center;gap:18px;padding:12px 26px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);font-size:58px;line-height:1;font-weight:1000;color:#fff;text-shadow:0 0 20px rgba(255,255,255,.25)}.ovPeriodSmall{font-size:24px;color:var(--gold);font-weight:900;text-transform:uppercase}.ovPaused{font-size:22px;color:#ffb1ad;font-weight:900}.blink{width:15px;height:15px;border-radius:50%;background:var(--red);box-shadow:0 0 20px var(--red)}.ovGoalFlash{position:absolute;inset:0;display:grid;place-items:center;pointer-events:none;animation:flashFade 2.4s ease forwards}.ovGoalText{font-size:150px;font-weight:1000;color:#fff;text-shadow:0 0 35px var(--gold),0 0 90px var(--orange);letter-spacing:.04em}@keyframes dropIn{from{transform:translate(-50%,-35px);opacity:0}to{transform:translate(-50%,0);opacity:1}}@keyframes scorePulse{0%{transform:scale(.85);filter:brightness(1.8)}45%{transform:scale(1.08)}100%{transform:scale(1);filter:brightness(1)}}
@media(max-width:1150px){.ovScoreOnly{grid-template-columns:1fr;padding:20px}.ovScoreBig{font-size:128px}.ovTimeUnder{font-size:42px}.ovName{font-size:30px}}


/* 2.3 - overlay grande stile V7/V8, senza loghi squadra */
.brand p{display:none!important}
body.overlay, body.overlayBody{width:100vw!important;height:100vh!important;margin:0!important;background:#02040a!important;overflow:hidden!important}
body.overlay #app{width:100vw!important;height:100vh!important}
body.overlay .ovScoreOnly{display:none!important}
.overlayCanvas{position:relative;width:100vw;height:100vh;box-sizing:border-box;display:grid;grid-template-rows:minmax(0,1fr) minmax(18vh,24vh);gap:clamp(10px,2vh,28px);padding:clamp(14px,2.2vmin,40px);overflow:hidden;background:radial-gradient(circle at 20% 10%,rgba(255,138,0,.16),transparent 28%),radial-gradient(circle at 80% 90%,rgba(100,210,255,.10),transparent 34%),linear-gradient(180deg,#02040a 0%,#060a13 48%,#010207 100%)}
.ovScores{min-height:0;display:grid;grid-template-columns:minmax(0,1fr) clamp(54px,7vmin,140px) minmax(0,1fr);gap:clamp(10px,2vmin,34px);align-items:stretch}
.ovSide{--team-color:#ff8a00;min-width:0;min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr);gap:clamp(10px,1.8vmin,28px);padding:clamp(18px,3vmin,58px);border-radius:clamp(22px,4vmin,62px);background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.02));border:clamp(2px,.45vmin,7px) solid color-mix(in srgb,var(--team-color) 70%,#fff 30%);box-shadow:0 20px 60px rgba(0,0,0,.60),inset 0 0 42px rgba(255,255,255,.035)}
.ovName{width:100%;min-width:0;text-align:center;color:#fff;font-size:clamp(24px,4.6vmin,78px);line-height:1;font-weight:1000;text-transform:uppercase;letter-spacing:.025em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-shadow:0 6px 18px rgba(0,0,0,.78);padding:.28em .55em;border-radius:999px;background:rgba(0,0,0,.42);border:1px solid rgba(255,255,255,.18)}
.ovScoreNum{min-height:0;align-self:stretch;justify-self:stretch;display:grid;place-items:center;border-radius:clamp(20px,4vmin,70px);background:linear-gradient(180deg,color-mix(in srgb,var(--team-color) 86%,#fff 8%),color-mix(in srgb,var(--team-color) 64%,#000 36%));box-shadow:inset 0 0 70px rgba(255,255,255,.11),inset 0 -48px 85px rgba(0,0,0,.30),0 18px 55px rgba(0,0,0,.48);border:clamp(3px,.55vmin,10px) solid color-mix(in srgb,var(--team-color) 55%,#fff 45%);font-size:clamp(160px,42vmin,620px);line-height:.72;font-weight:1000;letter-spacing:-.08em;color:#fff;text-shadow:0 12px 40px rgba(0,0,0,.88),0 0 18px rgba(255,255,255,.22);overflow:hidden}
.ovScoreNum.bump{animation:scoreMegaPulse .72s cubic-bezier(.18,1.35,.2,1)}
.ovVs{align-self:center;justify-self:center;width:clamp(54px,7vmin,140px);height:clamp(54px,7vmin,140px);border-radius:50%;display:grid;place-items:center;background:linear-gradient(180deg,#ffcf4d,#ff8a00);color:#070a12;font-size:clamp(18px,2.7vmin,48px);font-weight:1000;box-shadow:0 16px 46px rgba(0,0,0,.60),0 0 24px rgba(255,138,0,.28)}
.ovTime{min-height:0;align-self:stretch;justify-self:stretch;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:clamp(16px,3vmin,44px);padding:clamp(14px,2.5vmin,36px) clamp(24px,4vmin,70px);border-radius:clamp(24px,4vmin,66px);background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.055));border:clamp(2px,.45vmin,7px) solid rgba(255,255,255,.16);box-shadow:0 20px 60px rgba(0,0,0,.55),inset 0 0 34px rgba(255,255,255,.045)}
.ovTimeValue{font-size:clamp(84px,18vmin,260px);line-height:.8;font-weight:1000;letter-spacing:-.06em;text-align:center;text-shadow:0 10px 30px rgba(0,0,0,.82),0 0 16px rgba(255,255,255,.12)}
.ovTime>div:last-child{display:grid;gap:clamp(6px,1vmin,14px);justify-items:end;text-align:right;font-size:clamp(22px,4vmin,72px);line-height:1;font-weight:1000;color:var(--warn);text-transform:uppercase;text-shadow:0 6px 18px rgba(0,0,0,.75)}
.ovRunValue{color:#ffb1ad}.ovGoalFlash{position:absolute;inset:0;display:grid;place-items:center;pointer-events:none;animation:flashFade 2.2s ease forwards}.ovGoalText{font-size:clamp(80px,14vw,220px);font-weight:1000;color:#fff;text-shadow:0 0 35px var(--warn),0 0 90px var(--accent);letter-spacing:.04em}
@keyframes scoreMegaPulse{0%{transform:scale(.92);filter:brightness(1.55)}45%{transform:scale(1.055)}100%{transform:scale(1);filter:brightness(1)}}
@media(max-aspect-ratio:4/3){.overlayCanvas{grid-template-rows:minmax(0,1fr) minmax(14vh,20vh)}.ovScores{grid-template-columns:1fr;grid-template-rows:minmax(0,1fr) auto minmax(0,1fr)}.ovScoreNum{font-size:clamp(120px,32vmin,340px)}.ovSide{padding:clamp(12px,2vmin,32px)}.ovName{font-size:clamp(22px,4vmin,54px)}.ovTime{grid-template-columns:1fr}.ovTime>div:last-child{grid-auto-flow:column;justify-content:center;justify-items:center;text-align:center}.ovTimeValue{font-size:clamp(70px,16vmin,180px)}}
@media(max-height:620px) and (orientation:landscape){.overlayCanvas{grid-template-rows:minmax(0,1fr) minmax(96px,21vh);padding:12px}.ovName{font-size:clamp(20px,5vh,44px)}.ovScoreNum{font-size:clamp(140px,58vh,360px)}.ovTimeValue{font-size:clamp(58px,15vh,120px)}.ovTime>div:last-child{font-size:clamp(18px,5vh,42px)}}

/* 2.4 - allineamenti overlay e crediti */
.credits{margin:18px 0 8px;padding:14px 18px;border:1px solid var(--line);border-radius:18px;background:rgba(8,13,21,.72);color:var(--muted);display:flex;flex-wrap:wrap;gap:10px 18px;align-items:center;justify-content:center;font-size:13px}
.credits span{display:inline-flex;align-items:center;gap:8px}.credits span+span:before{content:"";width:5px;height:5px;border-radius:50%;background:#53657d;margin-right:8px}
body.overlay .ovScores{grid-template-columns:minmax(0,1fr) clamp(64px,7vmin,132px) minmax(0,1fr)!important;align-items:stretch!important}
body.overlay .ovVs{align-self:center!important;justify-self:center!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;line-height:1!important;padding:0!important;margin:0!important;letter-spacing:-.03em;transform:none!important}
body.overlay .ovTime{display:grid!important;grid-template-columns:1fr!important;grid-template-rows:minmax(0,1fr) auto!important;place-items:center!important;text-align:center!important;align-content:center!important;justify-content:center!important;gap:clamp(6px,1.2vmin,16px)!important;padding:clamp(14px,2.4vmin,34px) clamp(24px,4vmin,70px)!important}
body.overlay .ovTimeValue{display:block!important;width:100%!important;text-align:center!important;line-height:.86!important;margin:0 auto!important;letter-spacing:-.045em!important}
body.overlay .ovTime>div:last-child{width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;justify-items:center!important;text-align:center!important;gap:clamp(18px,3vmin,46px)!important;margin:0!important;color:var(--warn)!important}
body.overlay .ovTime>div:last-child span{display:inline-flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;line-height:1!important}
@media(max-aspect-ratio:4/3){body.overlay .ovScores{grid-template-columns:1fr!important;grid-template-rows:minmax(0,1fr) auto minmax(0,1fr)!important}body.overlay .ovVs{width:clamp(54px,9vmin,120px)!important;height:clamp(54px,9vmin,120px)!important;margin-inline:auto!important}body.overlay .ovTime>div:last-child{gap:clamp(12px,2vmin,30px)!important}}

/* 2.4.1 - rifinitura overlay: quadranti, VS e timer perfettamente centrati */
.credits a{color:#ffd166;text-decoration:none;font-weight:800}.credits a:hover{text-decoration:underline}
body.overlay .overlayCanvas{
  grid-template-rows:minmax(0,1fr) clamp(128px,20vh,230px)!important;
  gap:clamp(14px,2.2vh,30px)!important;
  padding:clamp(14px,2.4vmin,42px)!important;
}
body.overlay .ovScores{
  grid-template-columns:minmax(0,1fr) clamp(74px,8vmin,128px) minmax(0,1fr)!important;
  gap:clamp(14px,2.2vmin,32px)!important;
  align-items:stretch!important;
  min-height:0!important;
}
body.overlay .ovSide{
  min-height:0!important;
  display:grid!important;
  grid-template-rows:clamp(58px,10vmin,118px) minmax(0,1fr)!important;
  gap:clamp(10px,1.6vmin,22px)!important;
  padding:clamp(14px,2.3vmin,42px)!important;
}
body.overlay .ovName{
  box-sizing:border-box!important;
  height:100%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 clamp(18px,2.4vmin,40px)!important;
  font-size:clamp(22px,4.2vmin,68px)!important;
  line-height:1!important;
  letter-spacing:.015em!important;
}
body.overlay .ovScoreNum{
  box-sizing:border-box!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  padding:0 .10em .07em 0!important;
  font-size:clamp(150px,39vmin,560px)!important;
  line-height:.74!important;
  letter-spacing:-.075em!important;
  text-align:center!important;
}
body.overlay .ovVs{
  box-sizing:border-box!important;
  width:clamp(64px,7.5vmin,116px)!important;
  height:clamp(64px,7.5vmin,116px)!important;
  align-self:center!important;
  justify-self:center!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
  margin:0!important;
  border-radius:999px!important;
  font-size:clamp(20px,2.45vmin,38px)!important;
  line-height:1!important;
  letter-spacing:0!important;
  text-align:center!important;
  transform:none!important;
}
body.overlay .ovTime{
  box-sizing:border-box!important;
  width:min(1120px,100%)!important;
  height:100%!important;
  justify-self:center!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  grid-template-rows:minmax(0,1fr) auto!important;
  align-items:center!important;
  justify-items:center!important;
  align-content:center!important;
  justify-content:center!important;
  gap:clamp(6px,1vmin,14px)!important;
  padding:clamp(12px,1.9vmin,26px) clamp(22px,4vmin,70px)!important;
  overflow:hidden!important;
}
body.overlay .ovTimeValue{
  box-sizing:border-box!important;
  width:100%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  font-size:clamp(76px,15vmin,190px)!important;
  line-height:.82!important;
  letter-spacing:-.045em!important;
  margin:0!important;
  padding:0 0 .03em 0!important;
}
body.overlay .ovTime>div:last-child{
  width:100%!important;
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  justify-content:center!important;
  gap:clamp(14px,2.4vmin,38px)!important;
  font-size:clamp(18px,3vmin,42px)!important;
  line-height:1!important;
  text-align:center!important;
  margin:0!important;
}
@media(max-aspect-ratio:4/3){
  body.overlay .overlayCanvas{grid-template-rows:minmax(0,1fr) clamp(108px,18vh,185px)!important}
  body.overlay .ovScores{grid-template-columns:1fr!important;grid-template-rows:minmax(0,1fr) clamp(56px,8vmin,96px) minmax(0,1fr)!important}
  body.overlay .ovVs{width:clamp(52px,8vmin,86px)!important;height:clamp(52px,8vmin,86px)!important;font-size:clamp(18px,3vmin,30px)!important}
  body.overlay .ovSide{grid-template-rows:clamp(46px,7.5vmin,76px) minmax(0,1fr)!important;padding:clamp(10px,2vmin,24px)!important}
  body.overlay .ovName{font-size:clamp(20px,5vmin,42px)!important}
  body.overlay .ovScoreNum{font-size:clamp(110px,34vmin,300px)!important}
  body.overlay .ovTimeValue{font-size:clamp(60px,13vmin,125px)!important}
}
@media(max-height:620px) and (orientation:landscape){
  body.overlay .overlayCanvas{grid-template-rows:minmax(0,1fr) clamp(90px,22vh,130px)!important;padding:12px!important;gap:10px!important}
  body.overlay .ovSide{grid-template-rows:clamp(38px,10vh,56px) minmax(0,1fr)!important;gap:8px!important;padding:10px!important}
  body.overlay .ovName{font-size:clamp(18px,6vh,34px)!important}
  body.overlay .ovScoreNum{font-size:clamp(120px,55vh,330px)!important}
  body.overlay .ovTimeValue{font-size:clamp(54px,15vh,96px)!important}
  body.overlay .ovTime>div:last-child{font-size:clamp(16px,4vh,30px)!important}
}


/* 2.5 visual polish: sezioni pulite, eventi cromatici, timer stabile */
.compactTabs{grid-template-columns:repeat(5,1fr)}
.navBtn .svgIcon,.sectionHead .svgIcon{width:22px;height:22px;flex:0 0 22px}.sectionHead h2{display:flex;align-items:center;gap:10px}.heroHead{background:linear-gradient(135deg,rgba(255,138,0,.16),rgba(50,183,255,.08));border:1px solid rgba(255,255,255,.08);border-radius:22px;padding:18px;margin:-4px 0 18px}.sectionBadge{padding:8px 12px;border:1px solid var(--line);border-radius:999px;color:#ffcc8a;background:#111827;font-weight:900}.settingsStack{display:grid;gap:18px}.settingsBlock{background:linear-gradient(180deg,rgba(21,31,46,.75),rgba(8,13,21,.75));border:1px solid rgba(255,255,255,.06);border-radius:22px;padding:18px}.settingsBlock h3{margin-top:0}.card h3{display:flex;align-items:center;gap:8px}.scoreCard,.card,.panel{box-shadow:0 18px 45px rgba(0,0,0,.28)}.scoreCard{position:relative;overflow:hidden}.scoreCard:before,.actionTeamCard:before{content:'';position:absolute;inset:0 0 auto 0;height:5px;background:var(--team-color,#ff8a00);opacity:.95}.scoreCard .bigScore{box-shadow:inset 0 -24px 60px rgba(0,0,0,.34)}.actionTeamCard{position:relative;overflow:hidden;padding-top:22px}.teamMiniHeader{display:flex;align-items:center;gap:13px;background:linear-gradient(90deg,color-mix(in srgb,var(--team-color) 22%,#0b111b),#0b111b);border:1px solid color-mix(in srgb,var(--team-color) 45%,#26364b);border-radius:18px;padding:12px;margin-bottom:14px}.teamMiniHeader strong{display:block;font-size:20px}.teamMiniHeader small{display:block;color:var(--muted);margin-top:2px}.teamLogoSmall{width:48px;height:48px;border-radius:14px;background:#fff;display:grid;place-items:center;overflow:hidden;color:#0b111b}.teamLogoSmall img{width:100%;height:100%;object-fit:contain;padding:5px}.quickGrid.eventGrid .eventBtn{display:grid;grid-template-columns:auto 1fr;align-items:center}.eventBtn .svgIcon{width:21px;height:21px}.eventIcon .svgIcon{width:22px;height:22px}.eventList{margin-top:14px}.eventItem{position:relative;overflow:hidden;border-left:7px solid var(--team-color,#64748b)!important;background:linear-gradient(90deg,color-mix(in srgb,var(--team-color) 12%,#0b111b),#0b111b 42%)!important}.eventTop{display:flex;align-items:center;gap:12px}.eventTop strong{display:block}.eventTop em{font-style:normal;color:var(--muted);display:block;margin-top:2px;font-size:13px}.eventPictogram{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:rgba(255,255,255,.10);color:#fff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}.eventPictogram .svgIcon{width:24px;height:24px}.event-goal .eventPictogram{background:#15803d}.event-foul .eventPictogram{background:#b45309}.event-yellow .eventPictogram{background:#facc15;color:#171100}.event-red .eventPictogram{background:#dc2626}.event-shot .eventPictogram{background:#2563eb}.event-note .eventPictogram{background:#475569}.event-score .eventPictogram{background:#334155}.liveStrip{box-shadow:0 18px 45px rgba(0,0,0,.32)}.credits{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;color:var(--muted);font-size:13px;margin:18px 0 8px}.credits a{color:#ffb347;text-decoration:none;font-weight:800}.svgIcon{width:20px;height:20px;vertical-align:-.18em}.foulBox{box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}
@media(max-width:1000px){.compactTabs{grid-template-columns:repeat(2,1fr)}.settingsBlock{padding:14px}.heroHead{display:grid;align-items:start}.sectionBadge{width:max-content}.quickGrid.eventGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}


/* 2.6 - funzioni live: ultimo evento, marcatori, referto, overlay status, finale */
.topActions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.topActions button{white-space:nowrap}
.liveStrip [data-overlay-status].ok{color:#86efac}.lastEvent{display:flex;align-items:center;gap:12px;background:linear-gradient(90deg,color-mix(in srgb,var(--team-color,#64748b) 18%,#0f172a),#0b111b);border:1px solid color-mix(in srgb,var(--team-color,#64748b) 40%,#26364b);border-left:7px solid var(--team-color,#64748b);border-radius:18px;padding:13px 16px;margin:12px 0;color:#e5edf7;box-shadow:0 16px 42px rgba(0,0,0,.28)}
.lastEvent>span{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:rgba(255,255,255,.10)}.lastEvent small{display:block;color:var(--muted);font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:11px}.lastEvent strong{display:block;font-size:15px}.emptyLast{--team-color:#475569}.scoreTools{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 18px}.scoreTools button{font-weight:900}.scorersCard{margin-top:18px}.compactTwo{gap:12px}.scorerTeam{border:1px solid color-mix(in srgb,var(--team-color) 38%,#26364b);border-left:7px solid var(--team-color);border-radius:18px;padding:14px;background:linear-gradient(180deg,color-mix(in srgb,var(--team-color) 12%,#111827),#0b111b)}.scorerTeam strong{display:block;margin-bottom:10px}.scorerTeam p{display:flex;justify-content:space-between;gap:10px;margin:8px 0}.scorerTeam b{background:var(--team-color);color:white;border-radius:999px;padding:3px 9px;min-width:28px;text-align:center}.finalCard{border:1px solid rgba(255,209,102,.35);background:radial-gradient(circle at top,rgba(255,209,102,.18),rgba(17,24,39,.95) 45%);border-radius:26px;padding:24px;margin-bottom:18px;text-align:center;box-shadow:0 24px 70px rgba(0,0,0,.35)}.finalCard h2{font-size:clamp(26px,4vw,54px);margin:8px 0 16px}.finalCard h2 span{color:#ffd166;white-space:nowrap}.finalKicker{text-transform:uppercase;letter-spacing:.16em;color:#ffd166;font-weight:950;font-size:13px}.finalActions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}@media(max-width:900px){.topActions{justify-content:flex-start}.compactTwo{grid-template-columns:1fr}.liveStrip{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* v2.6.1 - ripristino allineamenti e bordi coerenti */
.compactTabs{grid-template-columns:repeat(6,minmax(0,1fr))!important;align-items:stretch}
.navTabs{gap:10px;margin:14px 0 18px}.navBtn{min-height:54px;border-radius:16px;display:flex;align-items:center;justify-content:center;gap:9px;padding:12px 10px}.navBtn span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.navBtn .svgIcon{width:21px;height:21px;flex:0 0 21px}
.panel{padding:22px;border-radius:26px;overflow:hidden}.sectionHead.heroHead{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 20px;padding:18px 20px;border-radius:22px;border:1px solid rgba(255,255,255,.085);border-bottom:1px solid rgba(255,255,255,.085);background:linear-gradient(135deg,rgba(255,138,0,.17),rgba(50,183,255,.075));box-shadow:inset 0 1px 0 rgba(255,255,255,.045)}
.sectionHead.heroHead h2{display:flex;align-items:center;gap:10px;margin:0;font-size:clamp(24px,2.2vw,32px);line-height:1.05}.sectionHead.heroHead p{max-width:920px;margin-top:6px}.sectionHead.heroHead .svgIcon{width:25px;height:25px;flex:0 0 25px}.sectionBadge{white-space:nowrap}
.settingsStack{gap:18px}.settingsBlock,.card,.scoreCard,.eventList article,.teamCard,.foulBox,.timerBox,.liveStrip>div{border-color:rgba(148,163,184,.18)}.settingsBlock{padding:18px;border-radius:22px}.card{padding:18px;border-radius:22px}.scoreGrid{gap:18px}.scoreCard{height:100%;display:grid;grid-template-rows:auto 1fr auto;gap:16px;padding:20px}.scoreCard .actions{align-items:stretch}.scoreCard .actions button{flex:1}.teamTitle{margin-bottom:0}.bigScore{min-height:220px}.timerBox{display:grid;justify-items:center;gap:14px}.timerBox .actions{justify-content:center}.twoCols{align-items:start}.actionTeamCard{height:100%;display:grid;gap:12px}.quickGrid.eventGrid{grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch}.eventBtn{min-height:48px}.eventBtn span:last-child{text-align:left}.fileGrid{align-items:stretch}.fileGrid .card{display:grid;align-content:start;gap:10px}.lastEvent{margin:12px 0 18px}.credits{padding-bottom:10px}
@media(max-width:1180px){.compactTabs{grid-template-columns:repeat(3,minmax(0,1fr))!important}.liveStrip{grid-template-columns:repeat(3,minmax(0,1fr))}.liveStrip button{grid-column:auto}}
@media(max-width:780px){.compactTabs{grid-template-columns:repeat(2,minmax(0,1fr))!important}.quickGrid.eventGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.sectionHead.heroHead{display:grid}.scoreCard{grid-template-rows:auto auto auto}.bigScore{min-height:150px}.liveStrip{grid-template-columns:1fr 1fr}.topbar{align-items:start}}
@media(max-width:520px){.layout{width:100%;padding:14px}.compactTabs{grid-template-columns:1fr!important}.liveStrip{grid-template-columns:1fr}.topActions button,.scoreTools button,.timerBox .actions button{width:100%}}

/* v2.6.2 header/navigation cleanup */
.topbar.appHeader{
  position:sticky;
  top:0;
  z-index:40;
  display:grid;
  gap:14px;
  align-items:stretch;
  margin:0 0 16px;
  padding:14px;
  background:rgba(8,13,21,.94);
  border:1px solid rgba(148,163,184,.18);
  border-radius:24px;
  box-shadow:0 18px 45px rgba(0,0,0,.32);
  backdrop-filter:blur(18px);
}
.headerRow{display:flex;justify-content:space-between;gap:18px;align-items:center;min-width:0}
.headerTabs.navTabs{margin:0;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}
.headerTabs .navBtn{min-height:50px}
.liveStrip{position:relative;top:auto;z-index:10;grid-template-columns:1.35fr 1fr 1fr 1fr auto;margin-bottom:18px}
.liveStrip button[data-run]{height:100%}
.lastEvent,.emptyLast{display:none!important}
@media(max-width:1180px){.headerTabs.compactTabs{grid-template-columns:repeat(3,minmax(0,1fr))!important}.liveStrip{grid-template-columns:repeat(2,minmax(0,1fr))}.liveStrip button{grid-column:span 2}}
@media(max-width:780px){.headerRow{display:grid}.topActions{justify-content:stretch}.topActions button{flex:1}.headerTabs.compactTabs{grid-template-columns:repeat(2,minmax(0,1fr))!important}.liveStrip{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.topbar.appHeader{border-radius:18px;padding:10px}.headerTabs.compactTabs{grid-template-columns:1fr!important}.liveStrip{grid-template-columns:1fr}.liveStrip button{grid-column:auto}}

/* v2.6.4 - header full-width, statistiche sopra sezioni, senza tiri */
.topbar.appHeader{gap:12px}
.headerStats.liveStrip{
  margin:0;
  position:relative;
  top:auto;
  z-index:1;
  grid-template-columns:1.2fr .85fr .9fr .9fr .75fr 1.15fr auto;
  gap:10px;
  padding:12px;
  border-radius:20px;
  box-shadow:none;
  background:rgba(6,10,18,.62);
  border-color:rgba(148,163,184,.16);
}
.headerStats.liveStrip>div{
  min-width:0;
  padding:10px 12px;
  border-radius:15px;
  background:linear-gradient(180deg,rgba(21,31,46,.92),rgba(11,17,27,.92));
}
.headerStats.liveStrip small{font-size:10px;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.headerStats.liveStrip strong{display:block;font-size:clamp(15px,1.25vw,21px);line-height:1.08;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:4px}
.headerStats.liveStrip [data-time]{font-size:clamp(20px,1.8vw,30px);letter-spacing:-.03em}
.headerStats.liveStrip button[data-run]{min-width:112px;height:auto;align-self:stretch;border-radius:15px;font-weight:950}
@media(max-width:1320px){.headerStats.liveStrip{grid-template-columns:repeat(3,minmax(0,1fr)) auto}.headerStats.liveStrip button{grid-column:auto}}
@media(max-width:900px){.headerStats.liveStrip{grid-template-columns:repeat(2,minmax(0,1fr))}.headerStats.liveStrip button[data-run]{grid-column:span 2}}
@media(max-width:520px){.headerStats.liveStrip{grid-template-columns:1fr}.headerStats.liveStrip button[data-run]{grid-column:auto}}


/* v2.6.4 - header full-width e ordine corretto statistiche/menu */
.layout{
  width:100%;
  max-width:none;
  padding:0 24px 24px;
}
.topbar.appHeader{
  width:calc(100% + 48px);
  margin-left:-24px;
  margin-right:-24px;
  margin-bottom:18px;
  border-left:0;
  border-right:0;
  border-top:0;
  border-radius:0 0 24px 24px;
  padding:14px 24px 16px;
}
.panel,.credits{
  max-width:1540px;
  margin-left:auto;
  margin-right:auto;
}
.headerStats.liveStrip{
  order:2;
  grid-template-columns:minmax(180px,1.25fr) minmax(120px,.8fr) minmax(120px,.8fr) minmax(120px,.8fr) minmax(180px,1fr) auto;
  margin:0;
}
.headerTabs.navTabs{
  order:3;
  margin:0;
}
.headerRow{order:1;max-width:1540px;width:100%;margin:0 auto}
.headerStats,.headerTabs{max-width:1540px;width:100%;margin-left:auto!important;margin-right:auto!important}
.headerStats.liveStrip button[data-run]{min-width:128px}
@media(max-width:1320px){
  .headerStats.liveStrip{grid-template-columns:repeat(3,minmax(0,1fr)) auto}
}
@media(max-width:900px){
  .layout{padding:0 14px 18px}
  .topbar.appHeader{width:calc(100% + 28px);margin-left:-14px;margin-right:-14px;padding:12px 14px 14px}
  .headerStats.liveStrip{grid-template-columns:repeat(2,minmax(0,1fr))}
  .headerStats.liveStrip button[data-run]{grid-column:span 2}
}
@media(max-width:520px){
  .layout{padding:0 10px 14px}
  .topbar.appHeader{width:calc(100% + 20px);margin-left:-10px;margin-right:-10px;padding:10px}
  .headerStats.liveStrip{grid-template-columns:1fr}
  .headerStats.liveStrip button[data-run]{grid-column:auto}
}


/* v2.6.5 - header con bordi originali e blocchi interni allungati */
.layout{
  width:min(1540px,96vw);
  max-width:1540px;
  margin:0 auto;
  padding:24px;
}
.topbar.appHeader{
  width:100%;
  margin:0 0 16px;
  padding:14px;
  border:1px solid rgba(148,163,184,.18);
  border-radius:24px;
  background:rgba(8,13,21,.94);
}
.panel,.credits{
  max-width:none;
  width:100%;
}
.headerRow,.headerStats,.headerTabs{
  max-width:none!important;
  width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
}
.headerStats.liveStrip{
  display:grid;
  width:100%!important;
  grid-template-columns:minmax(220px,1.55fr) minmax(130px,1fr) minmax(130px,1fr) minmax(130px,1fr) minmax(210px,1.25fr) minmax(132px,auto);
  align-items:stretch;
}
.headerStats.liveStrip>div,
.headerStats.liveStrip>button{
  min-width:0;
}
.headerTabs.navTabs{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
}
.headerTabs .navBtn{
  width:100%;
}
@media(max-width:1320px){
  .headerStats.liveStrip{grid-template-columns:repeat(3,minmax(0,1fr));}
  .headerStats.liveStrip button[data-run]{grid-column:span 3;}
}
@media(max-width:900px){
  .layout{width:min(100%,96vw);padding:14px;}
  .topbar.appHeader{width:100%;margin:0 0 14px;padding:12px;border-radius:20px;}
  .headerStats.liveStrip{grid-template-columns:repeat(2,minmax(0,1fr));}
  .headerStats.liveStrip button[data-run]{grid-column:span 2;}
  .headerTabs.navTabs{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:520px){
  .layout{width:100%;padding:10px;}
  .headerStats.liveStrip,.headerTabs.navTabs{grid-template-columns:1fr;}
  .headerStats.liveStrip button[data-run]{grid-column:auto;}
}


/* v2.6.6 - header non sticky e blocchi allineati senza spazio vuoto */
.topbar.appHeader{
  position:static!important;
  top:auto!important;
  z-index:auto!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  width:100%!important;
  max-width:none!important;
  margin:0 0 16px!important;
  padding:14px!important;
  overflow:hidden;
}
.headerRow{
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr)!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  align-items:center!important;
  gap:18px!important;
}
.headerRow .brand{min-width:0;}
.headerRow .topActions{
  width:100%!important;
  min-width:0!important;
  display:flex!important;
  justify-content:flex-end!important;
  align-items:stretch!important;
  gap:10px!important;
}
.headerStats.liveStrip,
.headerTabs.navTabs{
  justify-self:stretch!important;
  align-self:stretch!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  margin-left:0!important;
  margin-right:0!important;
}
.headerStats.liveStrip{
  grid-template-columns:minmax(0,1.6fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1.35fr) auto!important;
  gap:10px!important;
  padding:12px!important;
}
.headerStats.liveStrip > div,
.headerStats.liveStrip > button,
.headerTabs.navTabs > button{
  width:100%!important;
  min-width:0!important;
}
.headerStats.liveStrip button[data-run]{min-width:0!important;white-space:nowrap;}
.headerTabs.navTabs{
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:10px!important;
}
@media(max-width:1180px){
  .headerStats.liveStrip{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
  .headerStats.liveStrip button[data-run]{grid-column:span 3!important;}
}
@media(max-width:780px){
  .headerRow{grid-template-columns:1fr!important;}
  .headerRow .topActions{justify-content:stretch!important;}
  .headerRow .topActions button{flex:1 1 auto;}
  .headerStats.liveStrip{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .headerStats.liveStrip button[data-run]{grid-column:span 2!important;}
  .headerTabs.navTabs{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:520px){
  .topbar.appHeader{padding:10px!important;border-radius:18px!important;}
  .headerStats.liveStrip,
  .headerTabs.navTabs{grid-template-columns:1fr!important;}
  .headerStats.liveStrip button[data-run]{grid-column:auto!important;}
}


/* v2.7.1 - base grafica dal ramo 2.6.8 */
.sectionBadge{white-space:nowrap;}
.timerBox .actions{justify-content:center;}
.settingsBlock .formGrid{margin-bottom:0;}

/* v2.7.1 - timeout, archivio, referto PDF e modali custom */
.headerStats.liveStrip{
  grid-template-columns:minmax(0,1.45fr) minmax(0,.9fr) minmax(0,.9fr) minmax(0,.9fr) minmax(0,1fr) minmax(0,1.25fr) auto!important;
}
.timeoutMini strong{color:#fbbf24;}
.timeoutBtn{border-color:rgba(251,191,36,.45)!important;background:linear-gradient(180deg,rgba(251,191,36,.22),rgba(251,191,36,.08))!important;color:#fde68a!important;}
.timeoutPanel{
  margin:18px 0;
  border:1px solid rgba(251,191,36,.35);
  background:linear-gradient(135deg,rgba(251,191,36,.18),rgba(15,23,42,.9));
  border-radius:24px;
  padding:18px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto auto;
  gap:16px;
  align-items:center;
  box-shadow:0 18px 36px rgba(0,0,0,.22);
}
.timeoutPanel>div{display:flex;gap:12px;align-items:center;min-width:0;}
.timeoutPanel .svgIcon{width:34px;height:34px;color:#fbbf24;}
.timeoutPanel b{display:block;font-size:1.05rem;}
.timeoutPanel small{color:#cbd5e1;}
.timeoutPanel>strong{font-size:clamp(2.2rem,6vw,4.6rem);line-height:1;color:#fbbf24;font-weight:950;letter-spacing:-.05em;}
.archiveList .archiveItem{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;border-left:5px solid #38bdf8;}
.archiveItem p{margin:.3rem 0 0;color:#94a3b8;}
.event-timeout{border-left-color:#fbbf24!important;}
.event-timeout .eventPictogram{background:rgba(251,191,36,.16);color:#fbbf24;}
.modalBackdrop{position:fixed;inset:0;z-index:99999;background:rgba(2,6,23,.72);backdrop-filter:blur(8px);display:grid;place-items:center;padding:22px;}
.customModal{width:min(560px,100%);border:1px solid rgba(148,163,184,.28);background:linear-gradient(180deg,#121a29,#0b111b);border-radius:28px;box-shadow:0 30px 80px rgba(0,0,0,.55);padding:24px;display:grid;grid-template-columns:auto minmax(0,1fr);gap:18px;animation:modalIn .18s ease-out;}
@keyframes modalIn{from{transform:translateY(10px) scale(.98);opacity:0}to{transform:none;opacity:1}}
.modalIcon{width:58px;height:58px;border-radius:20px;display:grid;place-items:center;background:rgba(56,189,248,.16);color:#38bdf8;}
.modalIcon .svgIcon{width:31px;height:31px;}
.modal-warning .modalIcon{background:rgba(251,191,36,.16);color:#fbbf24;}
.modal-danger .modalIcon{background:rgba(239,68,68,.16);color:#f87171;}
.modal-success .modalIcon{background:rgba(34,197,94,.16);color:#4ade80;}
.modal-prompt .modalIcon{background:rgba(129,140,248,.16);color:#a5b4fc;}
.modalBody h3{margin:0 0 8px;font-size:1.35rem;}
.modalBody p{margin:0 0 16px;color:#cbd5e1;line-height:1.45;}
.modalBody textarea{width:100%;min-height:120px;border-radius:16px;border:1px solid rgba(148,163,184,.28);background:#0f172a;color:#f8fafc;padding:12px;resize:vertical;}
.modalActions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px;}
@media(max-width:1180px){.headerStats.liveStrip{grid-template-columns:repeat(3,minmax(0,1fr))!important}.headerStats.liveStrip button[data-run]{grid-column:span 3!important;}}
@media(max-width:780px){.timeoutPanel{grid-template-columns:1fr;text-align:center}.timeoutPanel>div{justify-content:center}.archiveList .archiveItem{grid-template-columns:1fr}.customModal{grid-template-columns:1fr;text-align:center}.modalIcon{margin:auto}.modalActions{justify-content:center}.headerStats.liveStrip{grid-template-columns:repeat(2,minmax(0,1fr))!important}.headerStats.liveStrip button[data-run]{grid-column:span 2!important;}}

/* 2.7.2 - timeout per squadra una volta per tempo e falli piccoli in overlay */
.timeoutUsedHint,.timeoutAvailableHint{display:block;margin:8px 0 12px;font-weight:900;font-size:12px;text-transform:uppercase;letter-spacing:.04em}
.timeoutUsedHint{color:#fca5a5}.timeoutAvailableHint{color:#86efac}
button:disabled,.eventBtn:disabled{opacity:.42;cursor:not-allowed;filter:grayscale(.25);box-shadow:none!important;transform:none!important}
body.overlay .ovSide{position:relative!important}
body.overlay .ovFoulBadge{position:absolute;z-index:5;left:50%;bottom:clamp(18px,3vmin,44px);transform:translateX(-50%);display:inline-flex;align-items:center;justify-content:center;min-width:clamp(115px,13vmin,190px);padding:clamp(8px,1.2vmin,14px) clamp(14px,2vmin,24px);border-radius:999px;background:rgba(2,6,12,.62);border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(7px);color:#fff;font-weight:1000;font-size:clamp(18px,2.5vmin,42px);line-height:1;text-align:center;text-shadow:0 3px 9px rgba(0,0,0,.7);box-shadow:0 10px 22px rgba(0,0,0,.32)}
body.overlay .ovScoreNum{padding-bottom:clamp(35px,6vmin,92px)!important;box-sizing:border-box!important}
@media(max-aspect-ratio:4/3){body.overlay .ovFoulBadge{bottom:clamp(10px,2vmin,24px);font-size:clamp(15px,3.2vmin,28px);min-width:clamp(90px,22vmin,150px)}body.overlay .ovScoreNum{padding-bottom:clamp(28px,7vmin,70px)!important}}

/* Skore v1.4.1 torneo e autosave */
.tournamentDash{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:14px 0 18px}.tournamentCard{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.10);border-radius:22px;padding:18px;background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.03));box-shadow:0 16px 34px rgba(0,0,0,.20)}.tournamentCard>span{width:42px;height:42px;border-radius:16px;display:grid;place-items:center;background:rgba(255,255,255,.10);margin-bottom:12px}.tournamentCard small{display:block;color:var(--muted);font-weight:700;text-transform:uppercase;letter-spacing:.08em}.tournamentCard strong{display:block;font-size:clamp(24px,4vw,42px);line-height:1.05;margin:6px 0}.tournamentCard em{font-style:normal;color:var(--muted)}.tournamentCard.gold{background:linear-gradient(145deg,rgba(255,186,73,.24),rgba(255,255,255,.035))}.tournamentCard.green{background:linear-gradient(145deg,rgba(31,197,118,.22),rgba(255,255,255,.035))}.tournamentCard.muted{opacity:.85}.tableCard{border:1px solid rgba(255,255,255,.10);border-radius:22px;background:rgba(255,255,255,.045);padding:16px;margin:14px 0;overflow:auto}.standingsTable .points{font-size:1.25rem;font-weight:900;color:#fff}.teamDot{display:inline-block;width:12px;height:12px;border-radius:50%;margin-right:9px;box-shadow:0 0 0 3px rgba(255,255,255,.08)}.splitGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:14px 0}.miniRank{display:grid;gap:8px}.miniRank>div{display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:9px 11px;background:rgba(0,0,0,.16)}.miniRank b{width:28px;height:28px;border-radius:10px;display:grid;place-items:center;background:rgba(255,255,255,.08)}.miniRank small{display:block;color:var(--muted);font-size:.78rem}.miniRank strong{font-size:1.1rem}.modalIcon.success,.modalIcon.warning,.modalIcon.danger{box-shadow:none}@media(max-width:900px){.tournamentDash,.splitGrid{grid-template-columns:1fr}}

/* Skore v1.4.1 - identità commerciale */
:root{--accent:#ff6336;--accent2:#ff9a6d;--bg:#030303;--panel:#101010;--panel2:#171717;--line:#2b2b2b;--muted:#a3a3a3;--text:#ffffff;--good:#22c55e;--bad:#ef4444;--warn:#f59e0b}
body.controlBody{background:radial-gradient(circle at 18% -10%,rgba(255,99,54,.24),transparent 34%),linear-gradient(180deg,#050505,#0d0d0f 45%,#050505);}
.brand img{width:138px;height:54px;object-fit:contain;border-radius:0;background:transparent;padding:0}.brand h1{font-size:0;line-height:0}.topbar.appHeader{background:rgba(10,10,10,.92);border:1px solid rgba(255,255,255,.10);border-radius:26px;padding:16px;box-shadow:0 20px 50px rgba(0,0,0,.35)}
button.primary,.navBtn.active{background:linear-gradient(135deg,var(--accent),var(--accent2));color:#120503}.navBtn.active .svgIcon{color:#120503}.liveStrip,.panel,.card,.eventList article,.teamCard,.tableCard{border-color:rgba(255,255,255,.10);background:rgba(18,18,18,.92)}.liveStrip>div{background:#181818;border-color:rgba(255,255,255,.08)}input,select,textarea{background:#080808;border-color:#313131}.navBtn{background:#151515;border-color:#2b2b2b}.credits{background:#0d0d0d;border-color:#2b2b2b}.credits a{color:var(--accent2)}
.commercialHero{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.6fr);gap:18px;align-items:stretch;margin:10px 0 18px}.commercialHero>div:first-child{border:1px solid rgba(255,255,255,.10);border-radius:28px;padding:26px;background:linear-gradient(135deg,rgba(255,99,54,.18),rgba(255,255,255,.035));display:grid;gap:16px}.commercialHero img{width:min(360px,85%);height:auto}.commercialHero p{max-width:780px;color:#d6d6d6;line-height:1.55;margin:0}.licenseStatus{border:1px solid rgba(255,255,255,.10);border-radius:28px;padding:24px;background:#111;display:flex;flex-direction:column;justify-content:center;gap:8px}.licenseStatus.ok{box-shadow:inset 0 0 0 1px rgba(34,197,94,.18)}.licenseStatus.warn{box-shadow:inset 0 0 0 1px rgba(245,158,11,.22)}.licenseStatus small,.currentPlan small,.planCard small{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:900}.licenseStatus strong{font-size:clamp(28px,4vw,46px);line-height:1}.licenseStatus span{color:#cfcfcf}.commerceGrid{display:grid;grid-template-columns:1.05fr 1fr .9fr;gap:16px;margin:16px 0}.accountMeta{display:grid;gap:8px;margin:12px 0}.accountMeta p{margin:0;color:#d8d8d8}.pill{display:inline-flex;align-items:center;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:1000;text-transform:uppercase;letter-spacing:.06em;background:#2b2b2b;color:#fff}.pill.good{background:rgba(34,197,94,.18);color:#86efac}.pill.warn{background:rgba(245,158,11,.18);color:#fcd34d}.pill.bad{background:rgba(239,68,68,.18);color:#fca5a5}.currentPlan{display:grid;gap:8px;margin:8px 0 18px}.currentPlan strong,.planCard strong{font-size:clamp(36px,5vw,54px);line-height:1;color:#fff}.currentPlan em,.planCard em{font-size:16px;font-style:normal;color:var(--muted);font-weight:700}.subTitle{margin:24px 0 12px}.plansGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:18px}.planCard{border:1px solid rgba(255,255,255,.10);border-radius:26px;padding:20px;background:linear-gradient(180deg,#151515,#0c0c0c);display:grid;gap:16px}.planCard.active{border-color:rgba(255,99,54,.65);box-shadow:0 0 0 1px rgba(255,99,54,.28),0 18px 40px rgba(255,99,54,.08)}.planCard ul{display:grid;gap:8px;padding:0;margin:0;list-style:none;color:#ddd}.planCard li{display:flex;align-items:center;gap:8px}.planCard p,.hint{color:var(--muted);margin:0}.standingsTable code,.accountMeta code{background:#050505;border:1px solid #292929;border-radius:8px;padding:4px 8px;color:#ffd5c9}.modalIcon{color:var(--accent);background:rgba(255,99,54,.14)}
body.overlay .overlayCanvas{background:radial-gradient(circle at 20% 10%,rgba(255,99,54,.17),transparent 28%),radial-gradient(circle at 80% 90%,rgba(255,255,255,.08),transparent 34%),linear-gradient(180deg,#020202 0%,#080808 48%,#010101 100%)}body.overlay .ovVs{background:linear-gradient(180deg,var(--accent2),var(--accent));}
@media(max-width:1100px){.commerceGrid,.plansGrid,.commercialHero{grid-template-columns:1fr}.brand img{width:112px;height:44px}}

/* Skore Pro v1.2 access/account gating */
.lockedBody{min-height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at top,#2b1600 0,#08090d 52%,#05060a 100%);}
.lockShell{width:min(980px,calc(100vw - 32px));margin:0 auto;padding:24px;}
.lockCard{border:1px solid rgba(255,138,0,.28);background:linear-gradient(180deg,rgba(23,24,32,.96),rgba(10,11,16,.96));border-radius:28px;padding:34px;text-align:center;box-shadow:0 24px 80px rgba(0,0,0,.42)}
.lockLogo{width:120px;height:auto;margin:0 auto 14px;display:block}.lockIcon{width:56px;height:56px;margin:0 auto 14px;border-radius:18px;background:rgba(255,138,0,.12);color:#ff8a00;display:grid;place-items:center}.lockIcon .svgIcon{width:30px;height:30px}.lockCard h1{margin:0;color:#fff;font-size:clamp(2rem,5vw,3.4rem)}.lockCard p{color:#b9beca;max-width:680px;margin:12px auto 0}.lockInfo{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:24px 0}.lockInfo>div{border:1px solid rgba(255,255,255,.10);border-radius:16px;padding:14px;background:rgba(255,255,255,.04);text-align:left}.lockInfo small{display:block;color:#8f97a8;margin-bottom:6px}.lockInfo strong{color:#fff;word-break:break-word}.lockActions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.buttonLike{display:inline-flex;align-items:center;justify-content:center;border-radius:14px;padding:12px 16px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);color:#fff;text-decoration:none;font-weight:800}.buttonLike.primary{background:#ff8a00;border-color:#ff8a00;color:#130800}.lockHint{font-size:.95rem;color:#8f97a8!important}.topActions .ghost:first-child{border-color:rgba(255,138,0,.28)}@media(max-width:760px){.lockInfo{grid-template-columns:1fr}.lockCard{padding:24px}}

/* Skore Pro v1.3 - licenza unica, account panel e selezione squadre */
.accountTopBtn .svgIcon{color:var(--accent2)!important}
.singleLicenseInfo{grid-template-columns:repeat(3,minmax(0,1fr));}
.activationBox{margin:22px auto 18px;max-width:720px;border:1px solid rgba(255,138,0,.22);background:linear-gradient(135deg,rgba(255,138,0,.12),rgba(255,255,255,.035));border-radius:22px;padding:18px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:end;text-align:left}
.activationBox label{display:grid;gap:8px;color:#d7dbe4;font-weight:900}.activationBox input{height:48px;font-weight:1000;letter-spacing:.08em;text-transform:uppercase}.activationBox button{height:48px}.lockHint{display:none!important}
.accountModal{width:min(620px,calc(100vw - 28px));border:1px solid rgba(255,255,255,.14);background:linear-gradient(180deg,#151515,#090909);border-radius:30px;padding:24px;box-shadow:0 34px 90px rgba(0,0,0,.62);position:relative}.modalClose{position:absolute;right:16px;top:14px;width:38px;height:38px;border-radius:999px;padding:0;font-size:24px;line-height:1;background:rgba(255,255,255,.06);color:#fff;border:1px solid rgba(255,255,255,.12)}.accountHero{display:grid;grid-template-columns:auto minmax(0,1fr);gap:16px;align-items:center;margin-bottom:16px}.accountAvatar{width:74px;height:74px;border-radius:24px;display:grid;place-items:center;background:linear-gradient(135deg,var(--accent),var(--accent2));color:#170805;box-shadow:0 18px 38px rgba(255,105,56,.22)}.accountAvatar .svgIcon{width:38px;height:38px}.accountHero small{display:block;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);font-weight:1000}.accountHero h3{margin:3px 0 2px;font-size:clamp(28px,4vw,42px);line-height:1}.accountHero p{margin:0;color:#cfcfcf}.accountStatus{display:flex;align-items:center;gap:10px;border-radius:18px;padding:12px 14px;margin:12px 0 16px;font-weight:1000}.accountStatus.ok{background:rgba(34,197,94,.14);color:#86efac;border:1px solid rgba(34,197,94,.28)}.accountStatus.warn{background:rgba(245,158,11,.14);color:#fde68a;border:1px solid rgba(245,158,11,.3)}.accountGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:14px 0}.accountGrid>div{border:1px solid rgba(255,255,255,.1);border-radius:18px;background:#101010;padding:14px}.accountGrid small{display:block;color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:900;margin-bottom:5px}.accountGrid strong{color:#fff;word-break:break-word}.accountActions{display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap;margin-top:18px}.accountActions .buttonLike{gap:8px}.matchTeamsBoard{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:18px;align-items:stretch;margin:8px 0 18px}.matchTeamSlot{position:relative;overflow:hidden;border:1px solid color-mix(in srgb,var(--team-color) 40%,rgba(255,255,255,.12));background:radial-gradient(circle at 20% 0,color-mix(in srgb,var(--team-color) 20%,transparent),transparent 38%),linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.026));border-radius:30px;padding:22px;display:grid;gap:14px;min-height:300px}.matchTeamSlot:before{content:"";position:absolute;inset:auto -30px -80px auto;width:220px;height:220px;border-radius:50%;background:color-mix(in srgb,var(--team-color) 16%,transparent);filter:blur(8px)}.slotTop{display:flex;justify-content:space-between;align-items:center;gap:12px;position:relative;z-index:1}.slotTop span{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-weight:1000}.slotTop b{background:var(--team-color);color:#fff;border-radius:999px;padding:6px 12px;text-shadow:0 2px 7px rgba(0,0,0,.45)}.slotLogo{width:86px;height:86px;border-radius:24px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);display:grid;place-items:center;position:relative;z-index:1}.slotLogo img{max-width:72px;max-height:72px;object-fit:contain}.slotLogo .svgIcon{width:42px;height:42px;color:var(--team-color)}.matchTeamSlot h3{font-size:clamp(28px,4vw,48px);line-height:1;margin:0;position:relative;z-index:1}.matchTeamSlot p{margin:0;color:#cbd5e1;position:relative;z-index:1}.matchTeamSlot label{position:relative;z-index:1;margin-top:auto}.matchVsBadge{align-self:center;width:74px;height:74px;border-radius:999px;display:grid;place-items:center;background:linear-gradient(135deg,var(--accent),var(--accent2));color:#170805;font-weight:1000;font-size:20px;box-shadow:0 18px 40px rgba(255,105,56,.22)}.teamUtilityBar{display:flex;gap:10px;flex-wrap:wrap;margin:14px 0 18px}.teamEditorGrid{align-items:stretch}.newTeamCard,.libraryHint{min-height:100%}.libraryHint p{color:var(--muted);line-height:1.55}.miniSelectedTeams{margin-top:22px;border:1px solid rgba(255,255,255,.1);border-radius:22px;padding:16px;background:#0b0b0b;display:grid;grid-template-columns:1fr auto 1fr;gap:12px;align-items:center;text-align:center}.miniSelectedTeams span{background:var(--team-color);border-radius:999px;padding:10px 12px;color:#fff;font-weight:1000}.miniSelectedTeams b{font-size:30px}.upgradedTeamCards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px}.upgradedTeamCard{position:relative;display:grid!important;grid-template-columns:auto minmax(0,1fr);gap:14px;align-items:center;border-color:color-mix(in srgb,var(--team-color) 32%,rgba(255,255,255,.12))!important}.teamLogoBadge{width:54px;height:54px;border-radius:18px;background:color-mix(in srgb,var(--team-color) 17%,#111);display:grid;place-items:center;overflow:hidden}.teamLogoBadge img{max-width:44px;max-height:44px;object-fit:contain}.teamLogoBadge .svgIcon{color:var(--team-color);width:28px;height:28px}.teamColorLine{grid-column:1/-1;height:5px;border-radius:999px;background:linear-gradient(90deg,var(--team-color),transparent)}.upgradedTeamCard .actions{grid-column:1/-1}
@media(max-width:900px){.matchTeamsBoard{grid-template-columns:1fr}.matchVsBadge{margin:auto}.activationBox{grid-template-columns:1fr}.singleLicenseInfo,.accountGrid{grid-template-columns:1fr}}


/* Skore Pro 1.3.2 - layout stabile sezione Azioni */
.actionTeamsGrid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  align-items:start;
}
.actionTeamCard{
  min-width:0;
  display:grid!important;
  grid-template-rows:auto auto auto auto auto 1fr;
  align-content:start;
  gap:12px!important;
  overflow:hidden;
}
.actionTeamCard > *{
  min-width:0;
}
.actionTeamCard label{
  margin-bottom:0;
}
.actionTeamCard select{
  min-width:0;
  max-width:100%;
}
.actionTeamCard h4.actionSubTitle{
  margin:4px 0 -2px;
  display:flex;
  align-items:center;
  gap:8px;
  color:#dbeafe;
}
.teamMiniHeader{
  min-width:0;
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr);
  align-items:center;
  gap:13px;
}
.teamMiniText{
  min-width:0;
  overflow:hidden;
}
.teamMiniText strong,
.teamMiniText small{
  display:block;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.quickGrid.eventGrid{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(124px,1fr))!important;
  gap:10px!important;
  margin:0!important;
  width:100%;
}
.quickGrid.eventGrid .eventBtn{
  width:100%;
  min-width:0;
  min-height:54px;
  padding:10px 12px;
  display:grid!important;
  grid-template-columns:34px minmax(0,1fr)!important;
  justify-content:stretch;
  align-items:center;
  gap:9px;
}
.quickGrid.eventGrid .eventBtn span:last-child{
  min-width:0;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  text-align:left;
}
.quickGrid.eventGrid .eventIcon{
  width:34px;
  height:34px;
  border-radius:12px;
  display:grid;
  place-items:center;
  flex:0 0 34px;
}
.actionPlayerGrid{
  display:grid!important;
  grid-template-columns:repeat(auto-fill,minmax(158px,1fr))!important;
  gap:10px!important;
  align-items:stretch;
}
.actionPlayerGrid button{
  min-width:0;
  min-height:74px;
  padding:11px 12px;
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr);
  grid-template-rows:auto auto;
  align-items:start!important;
  column-gap:8px!important;
  row-gap:2px!important;
}
.actionPlayerGrid button b{
  grid-row:1 / span 2;
  align-self:start;
  min-width:42px;
  color:#fff;
}
.actionPlayerGrid button small{
  grid-column:2;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.actionPlayerGrid button{
  overflow:hidden;
  text-overflow:ellipsis;
}
.timeoutUsedHint,.timeoutAvailableHint{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  width:max-content;
  max-width:100%;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  margin:0;
}
.timeoutAvailableHint{background:rgba(22,199,132,.11);color:#9af5c6;}
.timeoutUsedHint{background:rgba(239,68,68,.12);color:#fecaca;}
@media(max-width:1180px){
  .actionTeamsGrid{grid-template-columns:1fr;}
  .quickGrid.eventGrid{grid-template-columns:repeat(3,minmax(120px,1fr))!important;}
}
@media(max-width:640px){
  .quickGrid.eventGrid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .actionPlayerGrid{grid-template-columns:1fr!important;}
  .teamMiniHeader{grid-template-columns:auto minmax(0,1fr);}
}

.logoutBtn svg{stroke-width:2.35}

/* Skore Pro v1.5 - layout scoreboard con menu laterale e rifiniture grafiche */
.sidebarBody{background:radial-gradient(circle at 82% 0,rgba(255,105,56,.16),transparent 30%),linear-gradient(180deg,#050609,#090d14 55%,#050609)}
.skoreShell{min-height:100vh;display:grid;grid-template-columns:290px minmax(0,1fr);color:var(--text)}
.skoreSidebar{position:sticky;top:0;height:100vh;display:grid;grid-template-rows:auto 1fr auto;gap:20px;padding:22px;border-right:1px solid rgba(255,255,255,.10);background:linear-gradient(180deg,rgba(10,12,17,.96),rgba(8,10,14,.92));box-shadow:18px 0 55px rgba(0,0,0,.28);z-index:50}
.sidebarBrand{display:flex;align-items:center;gap:14px;padding:8px 4px 18px;border-bottom:1px solid rgba(255,255,255,.09)}
.sidebarBrand img{width:68px;height:68px;object-fit:contain;border-radius:18px;background:#fff;padding:7px;box-shadow:0 14px 32px rgba(0,0,0,.30)}
.sidebarBrand h1{margin:0;font-size:32px;line-height:1}.sidebarBrand p{margin:3px 0 0;color:var(--muted);font-weight:800;font-size:13px;text-transform:uppercase;letter-spacing:.08em}
.sideNav{display:grid;gap:10px;align-content:start}.sideNav .navBtn{width:100%;justify-content:flex-start;min-height:56px;padding:13px 15px;border-radius:16px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.10);color:#e9f2ff;font-weight:900}.sideNav .navBtn.active{background:linear-gradient(135deg,#ff6938,#ffae63);color:#170805;border-color:#ffb080;box-shadow:0 16px 34px rgba(255,105,56,.18)}.sideNav .navBtn .svgIcon{width:22px;height:22px}.sideFooter{display:grid;gap:10px;padding-top:16px;border-top:1px solid rgba(255,255,255,.09)}.sideFooter button,.logoutSide{width:100%;justify-content:flex-start;text-decoration:none;border-radius:16px;border:1px solid rgba(255,255,255,.10);padding:12px 14px;display:inline-flex;align-items:center;gap:9px;font-weight:900;color:#e9f2ff;background:rgba(255,255,255,.045)}.logoutSide{background:rgba(239,68,68,.14);color:#fecaca;border-color:rgba(239,68,68,.35)}.skoreWorkspace{min-width:0;padding:22px clamp(18px,2.4vw,34px) 28px}.liveDock{position:sticky;top:0;z-index:42;padding-bottom:14px;background:linear-gradient(180deg,rgba(7,10,16,.98),rgba(7,10,16,.88) 72%,rgba(7,10,16,0));backdrop-filter:blur(14px)}.skoreWorkspace .panel{max-width:1560px;margin:0 auto}.skoreWorkspace .credits{max-width:1560px;margin-left:auto;margin-right:auto}.liveDock .liveStrip{position:relative;top:auto;margin:0;grid-template-columns:1.25fr .9fr .75fr .95fr .85fr 1.25fr auto auto auto;align-items:stretch}.liveDock .liveStrip>div,.liveDock .liveStrip button{min-width:0}.liveDock .liveStrip strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.liveDock .liveStrip button{min-height:52px;white-space:nowrap}.appHeader,.headerTabs{display:none!important}.layout{width:auto;max-width:none;margin:0;padding:0}.panel{padding:22px}.sectionHead{border-bottom:1px solid rgba(255,255,255,.10)}
.skoreTeamSelector{background:linear-gradient(135deg,rgba(255,105,56,.09),rgba(101,169,255,.06));border:1px solid rgba(255,255,255,.08);border-radius:26px;padding:18px}.skoreImportBar{border:1px solid rgba(255,255,255,.10);border-radius:20px;padding:12px;background:#0b111b;margin:16px 0 18px;align-items:center}.uploadTeamBtn{background:linear-gradient(135deg,rgba(101,169,255,.24),rgba(255,255,255,.06));border:1px solid rgba(101,169,255,.40)}.logoUploadBtn{width:100%;background:rgba(101,169,255,.14);border:1px dashed rgba(101,169,255,.45);justify-content:center}.logoPreview{min-height:70px;border:1px dashed rgba(255,255,255,.14);border-radius:16px;display:flex;align-items:center;justify-content:center;gap:12px;color:var(--muted);background:rgba(255,255,255,.035);margin-bottom:14px}.logoPreview img{width:54px;height:54px;object-fit:contain;border-radius:14px;background:#fff;padding:5px}.stableTeamCards .teamCard{grid-template-columns:auto minmax(0,1fr);align-items:center;position:relative;overflow:hidden;min-height:150px}.teamCardInfo{min-width:0}.teamCardInfo strong,.teamCardInfo span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stableTeamCards .actions{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.stableTeamCards .actions button,.stableTeamCards .tinyFileBtn{width:100%;min-width:0;padding:10px 9px;border-radius:13px}.tinyFileBtn{background:rgba(101,169,255,.13);border:1px solid rgba(101,169,255,.33)}
@media(max-width:1180px){.skoreShell{grid-template-columns:240px minmax(0,1fr)}.liveDock .liveStrip{grid-template-columns:repeat(3,minmax(0,1fr))}.liveDock .liveStrip button{width:100%}.stableTeamCards .actions{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:860px){.skoreShell{display:block}.skoreSidebar{position:relative;height:auto}.sideNav{grid-template-columns:repeat(2,minmax(0,1fr))}.skoreWorkspace{padding:16px}.liveDock{position:relative}.liveDock .liveStrip{grid-template-columns:1fr 1fr}.skoreTeamSelector{padding:12px}}
@media(max-width:560px){.sideNav{grid-template-columns:1fr}.liveDock .liveStrip{grid-template-columns:1fr}.stableTeamCards .actions{grid-template-columns:1fr}.skoreWorkspace{padding:12px}.panel{padding:16px}}

/* Skore Pro v1.6 - scoreboard nello stesso stile minimal del pannello admin */
body.controlBody.sidebarBody{
  background:linear-gradient(135deg,#07080b,#0d1118 52%,#11151d);
  color:var(--text);
}
.skoreShell{
  min-height:100vh;
  display:grid;
  grid-template-columns:278px minmax(0,1fr);
  background:transparent;
}
.skoreSidebar{
  min-height:100vh;
  background:#0b0d12;
  border-right:1px solid rgba(255,255,255,.08);
  padding:20px 16px;
  display:flex;
  flex-direction:column;
  gap:18px;
  position:sticky;
  top:0;
  align-self:start;
}
.sidebarBrand{
  display:flex;
  align-items:center;
  gap:12px;
  padding:8px 8px 16px;
  border-bottom:1px solid rgba(255,255,255,.07);
}
.sidebarBrand img{width:52px;height:52px;object-fit:contain;border-radius:14px;background:#fff;padding:6px}
.sidebarBrand h1{margin:0;font-size:28px;line-height:1}
.sidebarBrand p{margin:3px 0 0;color:var(--muted);font-size:13px}
.sideNav{display:grid;gap:8px}
.sideNav .navBtn{
  width:100%;
  min-height:48px;
  padding:12px 14px;
  display:flex!important;
  flex-direction:row!important;
  justify-content:flex-start!important;
  align-items:center!important;
  gap:12px!important;
  border-radius:14px;
  background:transparent;
  border:1px solid transparent;
  color:#c8d3e2;
  font-size:15px;
  font-weight:850;
  text-align:left;
}
.sideNav .navBtn .svgIcon{width:20px;height:20px;flex:0 0 20px}
.sideNav .navBtn span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sideNav .navBtn:hover{background:#151923;border-color:rgba(255,255,255,.08);transform:none;filter:none}
.sideNav .navBtn.active{background:rgba(255,105,56,.14);border-color:rgba(255,105,56,.34);color:#ffb79e;box-shadow:none}
.sideFooter{margin-top:auto;display:grid;gap:8px;padding-top:14px;border-top:1px solid rgba(255,255,255,.07)}
.sideFooter button,.sideFooter a{
  width:100%;
  min-height:46px;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.08);
  background:#121722;
  color:#e8eef8;
  text-decoration:none;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:11px;
  font-weight:850;
}
.sideFooter .logoutSide{background:rgba(255,75,95,.15);border-color:rgba(255,75,95,.38);color:#ffd2d8}
.skoreWorkspace{min-width:0;padding:24px;display:grid;gap:18px;align-content:start}
.liveDock{background:transparent;border:0;padding:0;margin:0}
.headerStats.liveStrip{
  position:relative!important;
  top:auto!important;
  margin:0!important;
  padding:12px!important;
  border-radius:22px!important;
  background:#0d1118!important;
  border:1px solid rgba(255,255,255,.08)!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  display:grid!important;
  grid-template-columns:1.25fr .85fr .85fr .85fr 1fr 1fr auto auto auto!important;
  gap:10px!important;
}
.headerStats.liveStrip>div,.headerStats.liveStrip>button{
  min-width:0!important;
  border-radius:15px!important;
  background:#141a24!important;
  border:1px solid rgba(255,255,255,.07)!important;
  box-shadow:none!important;
}
.headerStats.liveStrip button{font-size:14px;font-weight:900;padding:10px 12px!important;white-space:nowrap}
.headerStats.liveStrip small{font-size:10px;letter-spacing:.08em;color:#8796aa;text-transform:uppercase}
.headerStats.liveStrip strong{font-size:18px;line-height:1.1;color:#f3f7ff}
.headerStats.liveStrip [data-time]{font-size:24px!important;letter-spacing:-.02em}
.skoreWorkspace>.panel{
  background:#0d1118;
  border:1px solid rgba(255,255,255,.08);
  border-radius:24px;
  padding:22px;
  box-shadow:none;
}
.sectionHead,.sectionHead.heroHead{
  background:transparent!important;
  border:0!important;
  border-bottom:1px solid rgba(255,255,255,.08)!important;
  border-radius:0!important;
  padding:0 0 16px!important;
  margin:0 0 20px!important;
}
.sectionHead h2{font-size:28px;gap:12px;align-items:center}
.sectionHead h2 .svgIcon{width:25px;height:25px;color:#ff7843}
.card,.scoreCard,.settingsBlock,.teamCard,.eventList article,.foulBox,.timerBox{
  background:#121722!important;
  border:1px solid rgba(255,255,255,.08)!important;
  border-radius:20px!important;
  box-shadow:none!important;
}
.card h3,.scoreCard h3{font-size:18px;margin-top:0;color:#f5f7fb}
button,.fileBtn{box-shadow:none!important;text-shadow:none!important}
button:hover,.fileBtn:hover{transform:none!important;filter:brightness(1.08)!important}
.teamSelectionGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:18px}
.teamSlotCard{background:#121722;border:1px solid rgba(255,255,255,.08);border-radius:22px;padding:18px;display:grid;gap:14px;position:relative;overflow:hidden}
.teamSlotCard:before{content:"";position:absolute;inset:0 auto 0 0;width:6px;background:var(--team-color,#ff6938)}
.teamSlotCard .slotLogo{width:72px;height:72px;border-radius:18px;background:#fff;display:grid;place-items:center;overflow:hidden;color:#0b0d12}
.teamSlotCard .slotLogo img{width:100%;height:100%;object-fit:contain;padding:6px}
.teamSlotHead{display:flex;align-items:center;gap:14px;min-width:0}
.teamSlotHead strong{display:block;font-size:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.teamSlotHead small{display:block;color:var(--muted);margin-top:2px}
.teamUtilityBar{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin:0 0 18px}
.skoreImportBar .fileBtn,.skoreImportBar button{min-height:44px}
.logoPreview{min-height:66px;border:1px dashed rgba(255,255,255,.16);border-radius:16px;display:flex;align-items:center;gap:12px;padding:10px;color:var(--muted);background:#0d1118}
.logoPreview img{width:48px;height:48px;border-radius:12px;object-fit:contain;background:#fff;padding:4px}
.upgradedTeamCards.stableTeamCards{grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:12px}
.upgradedTeamCard{min-width:0;grid-template-columns:auto minmax(0,1fr);align-items:center}
.upgradedTeamCard .actions{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.tinyFileBtn{width:100%}
.credits{background:transparent;border:0;padding:0;justify-content:flex-start;color:#8796aa}
@media(max-width:1280px){.headerStats.liveStrip{grid-template-columns:repeat(3,minmax(0,1fr))!important}.headerStats.liveStrip button{grid-column:auto!important}}
@media(max-width:980px){.skoreShell{grid-template-columns:1fr}.skoreSidebar{position:relative;min-height:auto}.sideNav{grid-template-columns:repeat(2,minmax(0,1fr))}.sideFooter{grid-template-columns:repeat(3,minmax(0,1fr))}.teamSelectionGrid{grid-template-columns:1fr}.headerStats.liveStrip{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:560px){.skoreWorkspace{padding:14px}.sideNav,.sideFooter,.headerStats.liveStrip{grid-template-columns:1fr!important}.upgradedTeamCard .actions{grid-template-columns:1fr}}
/* Selezione squadre v1.6: card più pulite e stabili */
.matchTeamsBoard.skoreTeamSelector{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:14px;align-items:stretch;margin-bottom:18px}
.matchTeamSlot{position:relative;overflow:hidden;background:#121722;border:1px solid rgba(255,255,255,.08);border-radius:22px;padding:18px;display:grid;gap:12px;align-content:start;min-width:0}
.matchTeamSlot:before{content:"";position:absolute;left:0;top:0;bottom:0;width:6px;background:var(--team-color,#ff6938)}
.matchTeamSlot .slotTop{display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:900}
.matchTeamSlot .slotTop b{color:#fff;background:color-mix(in srgb,var(--team-color) 28%,#151923);border:1px solid color-mix(in srgb,var(--team-color) 45%,#26364b);border-radius:999px;padding:5px 9px;max-width:110px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.matchTeamSlot .slotLogo{width:76px;height:76px;border-radius:20px;background:#fff;display:grid;place-items:center;overflow:hidden;color:#10131a}
.matchTeamSlot .slotLogo img{width:100%;height:100%;object-fit:contain;padding:7px}
.matchTeamSlot h3{margin:0;font-size:24px;line-height:1.05;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.matchTeamSlot p{margin:0;color:var(--muted)}
.matchTeamSlot label{margin-bottom:0}
.matchVsBadge{align-self:center;justify-self:center;width:56px;height:56px;border-radius:18px;background:rgba(255,105,56,.15);border:1px solid rgba(255,105,56,.34);display:grid;place-items:center;color:#ffb79e;font-weight:1000}
@media(max-width:900px){.matchTeamsBoard.skoreTeamSelector{grid-template-columns:1fr}.matchVsBadge{width:100%;height:42px}}

/* Skore Pro v1.9 - rifinitura colori, live bar e stile admin-like */
body.controlBody.sidebarBody{
  --bg:#050506;
  --panel:#101114;
  --panel2:#161820;
  --text:#f8f8f5;
  --muted:#a6abb7;
  --line:rgba(255,255,255,.12);
  --accent:#ff6938;
  --good:#3ddc97;
  --bad:#ff4b5f;
  --warn:#ffcc4d;
}
.skoreSidebar{background:rgba(8,9,12,.86)!important;border-right:1px solid var(--line)!important;padding:26px!important}
.sidebarBrand.logoOnly{display:block!important;padding:0 0 28px!important;border:0!important}
.sidebarBrand.logoOnly img{width:180px!important;height:auto!important;object-fit:contain!important;border-radius:0!important;background:transparent!important;padding:0!important;box-shadow:none!important;display:block!important}
.sideNav{gap:10px!important}.sideNav .navBtn{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:12px!important;border:1px solid var(--line)!important;background:rgba(255,255,255,.04)!important;color:var(--text)!important;border-radius:14px!important;min-height:50px!important;padding:12px 14px!important;font-weight:850!important;box-shadow:none!important}.sideNav .navBtn .svgIcon{width:20px!important;height:20px!important;flex:0 0 20px!important}.sideNav .navBtn.active{border-color:rgba(255,105,56,.70)!important;background:linear-gradient(135deg,rgba(255,105,56,.24),rgba(255,255,255,.05))!important;color:#ffd5c7!important}.sideNav .navBtn:hover{filter:none!important;transform:none!important;border-color:rgba(255,105,56,.45)!important;background:rgba(255,105,56,.10)!important}.sideFooter{gap:10px!important}.sideFooter button,.sideFooter a{border-radius:14px!important;border:1px solid var(--line)!important;background:rgba(255,255,255,.04)!important}.sideFooter a.logoutSide{background:rgba(255,75,95,.15)!important;border-color:rgba(255,75,95,.38)!important;color:#ffd2d8!important}
.skoreWorkspace{background:transparent!important}.liveDock{background:linear-gradient(180deg,rgba(5,5,6,.98),rgba(5,5,6,.92) 74%,rgba(5,5,6,0))!important}.liveDock .liveStrip{grid-template-columns:1.35fr .8fr .75fr .88fr .85fr 1.1fr auto auto!important;background:rgba(13,14,18,.94)!important;border-color:var(--line)!important;box-shadow:none!important;border-radius:22px!important}.liveDock .liveStrip>div{background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025))!important;border-color:var(--line)!important}.liveDock .liveStrip button{border:1px solid var(--line)!important;box-shadow:none!important}.liveDock .liveStrip button.primary,.timerToggleBtn{background:linear-gradient(135deg,var(--accent),#ff8d5f)!important;color:#170805!important;font-weight:950!important}.timerToggleBtn.isRunning{background:linear-gradient(135deg,#ffcc4d,#ffdf87)!important;color:#1f1300!important}.newMatchLiveBtn,.liveDock .liveStrip button.danger{background:rgba(255,75,95,.18)!important;color:#ffd1d7!important;border-color:rgba(255,75,95,.42)!important}
.panel,.card,.scoreCard,.settingsBlock,.eventList article,.teamCard,.tableCard{background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025))!important;border:1px solid var(--line)!important;box-shadow:none!important}.sectionHead.heroHead{background:linear-gradient(135deg,rgba(255,105,56,.16),rgba(255,255,255,.04))!important;border-color:rgba(255,255,255,.10)!important;box-shadow:none!important}.sectionBadge{background:rgba(255,105,56,.14)!important;border-color:rgba(255,105,56,.34)!important;color:#ffd5c7!important}
button:not(.primary):not(.danger):not(.goalBtn):not(.foulBtn):not(.yellowBtn):not(.redBtn):not(.shotBtn):not(.timeoutBtn):not(.minusBtn),.fileBtn{background:rgba(255,255,255,.065)!important;border:1px solid var(--line)!important;color:var(--text)!important;box-shadow:none!important}button.primary{background:linear-gradient(135deg,var(--accent),#ff8d5f)!important;color:#170805!important}button.danger{background:rgba(255,75,95,.18)!important;color:#ffd1d7!important;border:1px solid rgba(255,75,95,.42)!important}button:hover,.fileBtn:hover{transform:none!important;filter:none!important;border-color:rgba(255,105,56,.45)!important}
input,select,textarea{background:#0b0c10!important;border:1px solid var(--line)!important;color:var(--text)!important;box-shadow:none!important;accent-color:var(--accent)}select:focus,input:focus,textarea:focus{border-color:rgba(255,105,56,.70)!important;box-shadow:0 0 0 3px rgba(255,105,56,.12)!important}input[type="color"]{height:48px;padding:4px}.check input,input[type="checkbox"],input[type="radio"]{accent-color:var(--accent)!important}.teamSelectionGrid{gap:16px!important}.teamSlotCard{background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025))!important;border-color:var(--line)!important;box-shadow:none!important}.teamSlotCard.home{border-color:rgba(255,105,56,.28)!important}.teamSlotCard.away{border-color:rgba(101,169,255,.28)!important}.matchVsBadge{background:rgba(255,105,56,.14)!important;border-color:rgba(255,105,56,.34)!important;color:#ffb79e!important}.upgradedTeamCard{background:rgba(255,255,255,.035)!important;border-color:var(--line)!important}.teamLogoBadge,.slotLogo{background:rgba(255,255,255,.08)!important}.logoPreview{background:rgba(255,255,255,.035)!important;border-color:rgba(255,255,255,.14)!important}.uploadTeamBtn,.logoUploadBtn,.tinyFileBtn{background:rgba(101,169,255,.12)!important;border-color:rgba(101,169,255,.35)!important;color:#d8ebff!important}.timeoutBtn{background:rgba(101,169,255,.16)!important;border:1px solid rgba(101,169,255,.38)!important;color:#d8ebff!important}.goalBtn{background:rgba(61,220,151,.20)!important;border:1px solid rgba(61,220,151,.45)!important;color:#c6ffe7!important}.foulBtn{background:rgba(255,138,0,.18)!important;border:1px solid rgba(255,138,0,.42)!important;color:#ffe0bd!important}.yellowBtn{background:rgba(255,204,77,.22)!important;border:1px solid rgba(255,204,77,.45)!important;color:#ffefb7!important}.redBtn{background:rgba(255,75,95,.20)!important;border:1px solid rgba(255,75,95,.46)!important;color:#ffd2d8!important}.shotBtn{background:rgba(101,169,255,.18)!important;border:1px solid rgba(101,169,255,.42)!important;color:#d8ebff!important}.minusBtn{background:rgba(255,255,255,.07)!important;border:1px solid var(--line)!important;color:var(--text)!important}.eventBtn:disabled,.timeoutBtn:disabled{opacity:.45!important;cursor:not-allowed!important;filter:grayscale(.2)!important}
@media(max-width:1180px){.liveDock .liveStrip{grid-template-columns:repeat(3,minmax(0,1fr))!important}.liveDock .liveStrip button{width:100%!important}}
@media(max-width:980px){.sidebarBrand.logoOnly img{width:150px!important}.skoreSidebar{padding:18px!important}.liveDock .liveStrip{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:560px){.liveDock .liveStrip{grid-template-columns:1fr!important}}

/* Skore Pro v1.9 - ripristino colori, sfumature e animazioni */
body.controlBody.sidebarBody{
  background:
    radial-gradient(circle at 18% 0%, rgba(255,105,56,.13), transparent 30%),
    radial-gradient(circle at 85% 12%, rgba(53,181,245,.10), transparent 28%),
    #050506!important;
}
.skoreSidebar{
  background:linear-gradient(180deg,rgba(14,15,20,.98),rgba(7,8,11,.98))!important;
}
.sideNav .navBtn{
  background:rgba(255,255,255,.035)!important;
  color:#f7f7f4!important;
  border-color:rgba(255,255,255,.10)!important;
  transition:border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease!important;
}
.sideNav .navBtn.active,
.sideNav .navBtn[aria-current="page"]{
  background:linear-gradient(135deg,rgba(255,105,56,.28),rgba(255,105,56,.10))!important;
  border-color:rgba(255,105,56,.82)!important;
  color:#ffb79e!important;
  box-shadow:inset 3px 0 0 #ff6938!important;
}
.sideNav .navBtn.active .svgIcon{color:#ff6938!important;filter:drop-shadow(0 0 8px rgba(255,105,56,.30));}
.sideNav .navBtn:hover{background:rgba(255,105,56,.10)!important;border-color:rgba(255,105,56,.45)!important;color:#ffd9cf!important;}
.liveDock{background:linear-gradient(180deg,rgba(5,5,6,.98),rgba(5,5,6,.90) 76%,rgba(5,5,6,0))!important;}
.liveDock .liveStrip{
  background:linear-gradient(180deg,rgba(19,20,26,.96),rgba(10,11,15,.94))!important;
  border:1px solid rgba(255,255,255,.11)!important;
  box-shadow:0 18px 50px rgba(0,0,0,.28)!important;
}
.liveDock .liveStrip>div,
.panel,.card,.scoreCard,.settingsBlock,.eventList article,.teamCard,.tableCard{
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.027))!important;
  border-color:rgba(255,255,255,.115)!important;
}
.sectionHead.heroHead{
  background:
    radial-gradient(circle at 8% 0%,rgba(255,105,56,.20),transparent 42%),
    linear-gradient(135deg,rgba(255,255,255,.07),rgba(255,255,255,.025))!important;
}
button.primary,.timerToggleBtn{
  background:linear-gradient(135deg,#ff6938,#ff9a66)!important;
  color:#170805!important;
}
.timerToggleBtn.iconOnlyTimer{
  width:54px!important;
  min-width:54px!important;
  height:52px!important;
  padding:0!important;
  border-radius:16px!important;
  display:inline-grid!important;
  place-items:center!important;
  gap:0!important;
}
.timerToggleBtn.iconOnlyTimer .svgIcon{width:28px!important;height:28px!important;}
.timerToggleBtn.iconOnlyTimer.isRunning{
  background:linear-gradient(135deg,#ffcc4d,#ffdf87)!important;
  color:#1f1300!important;
}
.newMatchLiveBtn,.liveDock .liveStrip button.danger{
  background:linear-gradient(135deg,rgba(255,75,95,.28),rgba(255,75,95,.15))!important;
  color:#ffd2d8!important;
  border-color:rgba(255,75,95,.48)!important;
}
input,select,textarea{
  background:#0b0c10!important;
  color:#f8f8f5!important;
  border-color:rgba(255,255,255,.13)!important;
}
select option{background:#111217;color:#f8f8f5;}
input:focus,select:focus,textarea:focus{
  border-color:rgba(255,105,56,.84)!important;
  box-shadow:0 0 0 3px rgba(255,105,56,.16)!important;
}
.matchTeamSlot,.teamSlotCard,.upgradedTeamCard{
  background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.028))!important;
}
.matchTeamSlot:before,.teamCard:before{background:var(--team-color,#ff6938)!important;}
.goalBtn{background:linear-gradient(135deg,rgba(61,220,151,.26),rgba(61,220,151,.14))!important;}
.foulBtn{background:linear-gradient(135deg,rgba(255,138,0,.26),rgba(255,138,0,.12))!important;}
.yellowBtn{background:linear-gradient(135deg,rgba(255,204,77,.30),rgba(255,204,77,.14))!important;color:#fff1bd!important;}
.redBtn{background:linear-gradient(135deg,rgba(255,75,95,.28),rgba(255,75,95,.13))!important;}
.timeoutBtn{background:linear-gradient(135deg,rgba(53,181,245,.24),rgba(53,181,245,.12))!important;}
.shotBtn{background:linear-gradient(135deg,rgba(101,169,255,.24),rgba(101,169,255,.12))!important;}
/* overlay: sfumature pulite e animazioni evento */
body.overlay .overlayCanvas{
  background:
    radial-gradient(circle at 18% 12%,rgba(255,105,56,.18),transparent 30%),
    radial-gradient(circle at 82% 88%,rgba(53,181,245,.12),transparent 34%),
    linear-gradient(180deg,#020202 0%,#08090d 48%,#010101 100%)!important;
}
body.overlay .ovSide{
  background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.018))!important;
  border-color:rgba(255,255,255,.14)!important;
  box-shadow:0 22px 70px rgba(0,0,0,.34)!important;
}
body.overlay .ovScoreNum{
  background:linear-gradient(160deg,var(--team-color),color-mix(in srgb,var(--team-color) 72%,#000))!important;
  box-shadow:inset 0 -34px 90px rgba(0,0,0,.35),0 22px 55px rgba(0,0,0,.32)!important;
}
body.overlay .ovName{
  background:rgba(255,255,255,.08)!important;
  border-color:rgba(255,255,255,.14)!important;
}
body.overlay .ovVs{
  background:linear-gradient(180deg,#ff9a66,#ff6938)!important;
  color:#170805!important;
  box-shadow:0 18px 45px rgba(255,105,56,.18)!important;
}
body.overlay .ovTime{
  background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025))!important;
  border-color:rgba(255,255,255,.13)!important;
}
.ovEventFlash{position:fixed;inset:0;z-index:30;display:grid;place-items:center;pointer-events:none;animation:ovEventFade 2.45s cubic-bezier(.18,.9,.2,1) forwards;}
.ovEventFlash:before{content:"";position:absolute;inset:-8%;background:radial-gradient(circle at center,color-mix(in srgb,var(--event-color) 45%,transparent),transparent 54%);opacity:.82;animation:ovEventHalo 2.45s ease forwards;}
.ovEventCard{position:relative;display:flex;align-items:center;gap:clamp(18px,3vmin,40px);padding:clamp(22px,4vmin,54px) clamp(30px,6vmin,82px);border-radius:clamp(26px,4vmin,58px);background:linear-gradient(135deg,color-mix(in srgb,var(--event-color) 34%,#070707),rgba(5,5,5,.90));border:2px solid color-mix(in srgb,var(--event-color) 72%,#fff);box-shadow:0 35px 120px rgba(0,0,0,.72),0 0 70px color-mix(in srgb,var(--event-color) 36%,transparent);}
.ovEventIcon{width:clamp(72px,10vmin,150px);height:clamp(72px,10vmin,150px);border-radius:32%;display:grid;place-items:center;background:rgba(255,255,255,.13);color:#fff;}
.ovEventIcon .svgIcon{width:62%;height:62%;}
.ovEventTitle{font-size:clamp(58px,10vmin,170px);font-weight:1000;line-height:.9;letter-spacing:-.04em;color:#fff;text-shadow:0 12px 45px rgba(0,0,0,.65);}
.ovEventMeta{margin-top:clamp(10px,1.5vmin,22px);font-size:clamp(24px,3.3vmin,62px);font-weight:900;color:rgba(255,255,255,.86);}
.ovEvent-giallo .ovEventCard{color:#1c1300}.ovEvent-giallo .ovEventTitle,.ovEvent-giallo .ovEventMeta{color:#fff8d7}.ovEvent-rosso .ovEventCard{border-color:#ff7b8a}.ovEvent-timeout .ovEventCard{border-color:#7ec9ff}
@keyframes ovEventFade{0%{opacity:0;transform:scale(.92) translateY(24px)}14%,78%{opacity:1;transform:scale(1) translateY(0)}100%{opacity:0;transform:scale(1.08) translateY(-18px)}}
@keyframes ovEventHalo{0%{opacity:0;transform:scale(.8)}20%,70%{opacity:.86;transform:scale(1)}100%{opacity:0;transform:scale(1.28)}}

/* Skore Pro v1.9 - pulizia sfumature titoli e selettore squadre */
body.controlBody.sidebarBody{
  --surface-soft:rgba(255,255,255,.055);
  --surface-softer:rgba(255,255,255,.026);
}
.sideNav .navBtn.active{
  background:linear-gradient(90deg,rgba(255,105,56,.22),rgba(255,105,56,.06))!important;
  border-color:rgba(255,105,56,.62)!important;
  color:#fff2ec!important;
  box-shadow:inset 4px 0 0 var(--accent)!important;
}
.sectionHead,.sectionHead.heroHead{
  position:relative!important;
  background:linear-gradient(180deg,var(--surface-soft),var(--surface-softer))!important;
  border:1px solid rgba(255,255,255,.08)!important;
  border-radius:20px!important;
  padding:16px 18px!important;
  margin:0 0 20px!important;
  overflow:hidden!important;
}
.sectionHead:before,.sectionHead.heroHead:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:5px;
  background:linear-gradient(180deg,#ff6938,#ff9a66);
}
.sectionHead:after,.sectionHead.heroHead:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(255,105,56,.08),transparent 42%);
  pointer-events:none;
}
.sectionHead h2,.sectionHead p,.sectionHead .actions,.sectionHead > *{
  position:relative;
  z-index:1;
}
.sectionHead h2 .svgIcon{
  width:26px!important;
  height:26px!important;
  color:#ff8a5f!important;
  background:rgba(255,105,56,.12);
  border:1px solid rgba(255,105,56,.22);
  border-radius:10px;
  padding:5px;
}
.matchTeamsBoard.skoreTeamSelector{
  gap:16px!important;
  align-items:stretch!important;
}
.matchTeamSlot,.teamSlotCard{
  background:linear-gradient(180deg,#151821 0%,#10131a 100%)!important;
  border:1px solid rgba(255,255,255,.10)!important;
  border-radius:22px!important;
  box-shadow:none!important;
}
.matchTeamSlot:after,.teamSlotCard:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,color-mix(in srgb,var(--team-color,#ff6938) 13%,transparent),transparent 44%)!important;
  pointer-events:none;
  opacity:.75;
}
.matchTeamSlot > *,.teamSlotCard > *{
  position:relative;
  z-index:1;
}
.matchTeamSlot:before,.teamSlotCard:before{
  width:5px!important;
  background:linear-gradient(180deg,var(--team-color,#ff6938),color-mix(in srgb,var(--team-color,#ff6938) 62%,#000))!important;
}
.matchTeamSlot .slotTop b{
  background:rgba(255,255,255,.06)!important;
  border-color:color-mix(in srgb,var(--team-color,#ff6938) 48%,rgba(255,255,255,.10))!important;
  color:#fff!important;
}
.matchTeamSlot .slotLogo,.teamSlotCard .slotLogo,.teamLogoBadge,.slotLogo{
  background:#f7f7f3!important;
  border:1px solid rgba(255,255,255,.14)!important;
  box-shadow:0 8px 20px rgba(0,0,0,.20)!important;
}
.matchVsBadge{
  background:linear-gradient(180deg,rgba(255,105,56,.18),rgba(255,105,56,.08))!important;
  border-color:rgba(255,105,56,.36)!important;
  box-shadow:none!important;
}
.teamSelectionGrid .teamSlotCard.home,
.teamSelectionGrid .teamSlotCard.away{
  border-color:rgba(255,255,255,.10)!important;
}
.upgradedTeamCard{
  background:linear-gradient(180deg,#151821,#10131a)!important;
  border-color:rgba(255,255,255,.10)!important;
}
.panel .sectionHead + .teamUtilityBar,
.panel .sectionHead + .matchTeamsBoard{
  margin-top:2px;
}

/* Skore Pro v1.9: polish grafico, selezione chiara e overlay stabile */
:root{--accent:#ff6938;--accent-2:#ff8a00;--accent-soft:rgba(255,105,56,.13);--accent-line:rgba(255,105,56,.46)}
.sectionHead,.sectionHead.heroHead{
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025))!important;
  border:1px solid rgba(255,255,255,.10)!important;
  border-left:4px solid var(--accent)!important;
  border-radius:22px!important;
  padding:16px 18px!important;
  margin-bottom:18px!important;
  box-shadow:none!important;
  overflow:hidden!important;
}
.sectionHead:before,.sectionHead:after,.sectionHead.heroHead:before,.sectionHead.heroHead:after{display:none!important;content:none!important}
.sectionHead p,.sectionHead.heroHead p{display:none!important}
.sectionHead h2{display:flex!important;align-items:center!important;gap:12px!important;margin:0!important;font-size:clamp(22px,2.4vw,30px)!important;line-height:1.1!important}
.sectionHead h2 .svgIcon{color:var(--accent)!important;filter:none!important}

.sideNav .navBtn{
  position:relative!important;
  border-radius:16px!important;
  transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease!important;
}
.sideNav .navBtn.active{
  background:linear-gradient(135deg,rgba(255,105,56,.24),rgba(255,105,56,.08))!important;
  border-color:rgba(255,105,56,.68)!important;
  color:#fff0ea!important;
  box-shadow:inset 4px 0 0 var(--accent),0 0 0 1px rgba(255,105,56,.10)!important;
}
.sideNav .navBtn.active:after{
  content:'Attiva';
  margin-left:auto;
  font-size:10px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#190805;
  background:var(--accent);
  border-radius:999px;
  padding:4px 7px;
  font-weight:950;
}
.sideNav .navBtn:hover{transform:translateX(2px)!important;background:rgba(255,105,56,.11)!important;border-color:rgba(255,105,56,.42)!important}

button,.fileBtn,a.logoutSide{transition:transform .17s ease,background .17s ease,border-color .17s ease,color .17s ease,box-shadow .17s ease!important}
button:hover,.fileBtn:hover,a.logoutSide:hover{
  transform:translateY(-1px)!important;
  border-color:rgba(255,105,56,.50)!important;
  box-shadow:0 8px 18px rgba(0,0,0,.18)!important;
  filter:none!important;
}
button:active,.fileBtn:active,a.logoutSide:active{transform:translateY(0) scale(.985)!important}
.svgIcon.iconPressed{animation:skoreIconConfirm .36s ease both!important}
@keyframes skoreIconConfirm{0%{transform:scale(1) rotate(0)}40%{transform:scale(1.25) rotate(-7deg);color:var(--accent)}100%{transform:scale(1) rotate(0)}}

.timerToggleBtn.iconOnlyTimer{
  width:58px!important;height:58px!important;min-width:58px!important;padding:0!important;border-radius:18px!important;
  display:inline-grid!important;place-items:center!important;line-height:0!important;
}
.timerToggleBtn.iconOnlyTimer .svgIcon{width:34px!important;height:34px!important;display:block!important;margin:0!important}
.liveDock .timerToggleBtn.iconOnlyTimer{align-self:stretch!important;width:100%!important;height:auto!important;min-height:58px!important}

.skoreTeamSelector,.matchTeamsBoard{
  background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.018))!important;
  border:1px solid rgba(255,255,255,.09)!important;
  border-radius:26px!important;
  padding:16px!important;
}
.matchTeamSlot,.teamSlotCard{
  background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.028))!important;
  border:1px solid color-mix(in srgb,var(--team-color) 34%,rgba(255,255,255,.13))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06)!important;
}
.matchTeamSlot:before,.matchTeamSlot:after,.teamSlotCard:before,.teamSlotCard:after{display:none!important;content:none!important}
.matchTeamSlot .slotTop span,.matchTeamSlot .slotTop b{position:relative;z-index:1}
.matchVsBadge{background:var(--accent)!important;color:#190805!important;border:0!important;box-shadow:none!important;font-weight:1000!important}
.slotLogo,.teamLogoBadge,.miniLogo{background:rgba(255,255,255,.06)!important;border:1px solid rgba(255,255,255,.10)!important}

.customModal{border:1px solid rgba(255,255,255,.12)!important;background:linear-gradient(180deg,#141923,#0b0e14)!important;box-shadow:0 24px 70px rgba(0,0,0,.55)!important}
.modalIcon{width:60px!important;height:60px!important;border-radius:18px!important;display:grid!important;place-items:center!important;background:rgba(255,105,56,.14)!important;color:var(--accent)!important;border:1px solid rgba(255,105,56,.28)!important}
.modalIcon .svgIcon{width:32px!important;height:32px!important}
.modal-success .modalIcon{background:rgba(41,205,131,.16)!important;color:#42e5a0!important;border-color:rgba(41,205,131,.34)!important}
.modal-danger .modalIcon{background:rgba(255,75,95,.16)!important;color:#ff7182!important;border-color:rgba(255,75,95,.36)!important}
.modal-warning .modalIcon{background:rgba(255,204,77,.16)!important;color:#ffcc4d!important;border-color:rgba(255,204,77,.36)!important}

body.overlay .overlayCanvas{background:radial-gradient(circle at 50% 0%,#101827 0%,#05070c 58%,#020308 100%)!important}
body.overlay .ovScores{display:grid!important;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)!important;gap:clamp(18px,3vw,44px)!important;align-items:stretch!important}
body.overlay .ovSide{display:grid!important;grid-template-rows:auto minmax(0,1fr)!important;gap:clamp(12px,1.8vh,24px)!important;background:rgba(255,255,255,.035)!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:clamp(26px,3vw,54px)!important;box-shadow:none!important;overflow:hidden!important}
body.overlay .ovName{background:rgba(0,0,0,.24)!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:clamp(18px,2vw,32px)!important;margin:0!important;text-align:center!important;color:#fff!important}
body.overlay .ovScoreNum{background:linear-gradient(180deg,var(--team-color),color-mix(in srgb,var(--team-color) 74%,#000))!important;border-radius:clamp(24px,3vw,48px)!important;box-shadow:inset 0 -18px 42px rgba(0,0,0,.28)!important;text-shadow:0 8px 20px rgba(0,0,0,.45)!important}
body.overlay .ovFoulBadge{display:none!important}
body.overlay .ovBottomLine{display:grid!important;grid-template-columns:minmax(145px,.34fr) minmax(360px,1fr) minmax(145px,.34fr)!important;gap:clamp(12px,2vw,28px)!important;align-items:stretch!important;justify-content:center!important}
body.overlay .ovTime{width:100%!important;margin:0!important;justify-self:stretch!important;background:rgba(7,11,19,.92)!important}
body.overlay .ovFoulsTime{display:grid!important;place-items:center!important;text-align:center!important;border-radius:clamp(18px,2vw,34px)!important;background:rgba(255,105,56,.16)!important;border:1px solid rgba(255,105,56,.42)!important;color:#fff!important;font-weight:1000!important;font-size:clamp(22px,3vw,46px)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)!important}
body.overlay .ovFoulsTime:first-child{background:rgba(53,181,245,.18)!important;border-color:rgba(53,181,245,.42)!important}
body.overlay #goalLayer{pointer-events:none!important}
body.overlay .ovEventFlash{animation:skoreEventPop 2.4s ease both!important}
@keyframes skoreEventPop{0%{opacity:0;transform:translateY(20px) scale(.96)}12%,82%{opacity:1;transform:translateY(0) scale(1)}100%{opacity:0;transform:translateY(-14px) scale(1.02)}}
@media(max-width:900px){body.overlay .ovBottomLine{grid-template-columns:1fr!important}.ovFoulsTime{min-height:70px}.sideNav .navBtn.active:after{display:none}}


/* Skore Pro v1.9: nav senza etichetta attiva, feedback più rapido */
.sideNav .navBtn.active:after,
.sideNav .navBtn[aria-current="page"]:after{
  content:''!important;
  position:absolute!important;
  left:0!important;
  top:10px!important;
  bottom:10px!important;
  width:4px!important;
  margin:0!important;
  padding:0!important;
  border-radius:999px!important;
  background:var(--accent)!important;
}
.sideNav .navBtn.active,
.sideNav .navBtn[aria-current="page"]{
  border-color:rgba(255,105,56,.72)!important;
  background:rgba(255,105,56,.13)!important;
  box-shadow:inset 0 0 0 1px rgba(255,105,56,.10)!important;
}
.svgIcon.iconPressed{animation:skoreIconConfirmFast .18s ease both!important}
@keyframes skoreIconConfirmFast{0%{transform:scale(1)}45%{transform:scale(1.16);color:var(--accent)}100%{transform:scale(1)}}
.publicTopCards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:14px}.publicLeader{display:flex;align-items:center;gap:14px}.publicLeader .leadIcon{width:54px;height:54px;border-radius:18px;background:rgba(255,105,56,.16);color:var(--accent);display:grid;place-items:center}.publicLeader .leadIcon svg{width:28px;height:28px}.publicLeader small{display:block;text-transform:uppercase;letter-spacing:.09em;color:#8fa1b7;font-weight:950}.publicLeader strong{display:block;font-size:clamp(24px,3vw,42px);line-height:1}.publicLeader em{font-style:normal;color:#8fa1b7}.publicGrid.statsOnly{grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:900px){.publicTopCards,.publicGrid.statsOnly{grid-template-columns:1fr}}

/* Skore Pro v1.9: rifiniture grafiche, rigori e overlay stabile */
.sideNav .navBtn.active{
  background:linear-gradient(90deg,rgba(255,105,56,.18),rgba(255,255,255,.035))!important;
  border-color:rgba(255,105,56,.72)!important;
  border-left:4px solid var(--accent)!important;
  color:#fff2ed!important;
  box-shadow:inset 0 0 0 1px rgba(255,105,56,.18)!important;
}
.sideNav .navBtn.active:after{display:none!important}
.sectionHead,.sectionHead.heroHead{
  background:rgba(255,255,255,.035)!important;
  border:1px solid rgba(255,255,255,.10)!important;
  border-left:4px solid var(--accent)!important;
  border-radius:20px!important;
  padding:16px 18px!important;
  margin-bottom:18px!important;
  box-shadow:none!important;
}
.sectionHead h2{font-size:clamp(22px,2vw,28px)!important}
.matchTeamsBoard.skoreTeamSelector{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)!important;
  gap:16px!important;
  align-items:stretch!important;
  margin-bottom:18px!important;
}
.matchTeamSlot{
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.02))!important;
  border:1px solid rgba(255,255,255,.10)!important;
  border-top:4px solid var(--team-color)!important;
  border-radius:24px!important;
  padding:18px!important;
  box-shadow:none!important;
  overflow:hidden!important;
}
.matchTeamSlot:before,.matchTeamSlot:after,.teamSlotCard:before,.teamSlotCard:after{display:none!important;content:none!important}
.matchVsBadge{align-self:center!important;justify-self:center!important;background:rgba(255,105,56,.14)!important;color:#ffd3c4!important;border:1px solid rgba(255,105,56,.35)!important;border-radius:999px!important;padding:12px 14px!important;font-weight:950!important}
.slotTop{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;margin-bottom:12px!important}
.slotTop span{color:var(--muted)!important;text-transform:uppercase!important;letter-spacing:.08em!important;font-size:12px!important;font-weight:900!important}
.slotTop b{background:rgba(255,255,255,.07)!important;border:1px solid rgba(255,255,255,.10)!important;border-radius:10px!important;padding:6px 9px!important}
.slotLogo{width:86px!important;height:86px!important;border-radius:22px!important;border:1px solid rgba(255,255,255,.12)!important;margin-bottom:12px!important}
.slotLogo img{width:100%!important;height:100%!important;object-fit:contain!important;padding:8px!important}
.timerToggleBtn.iconOnlyTimer{
  width:54px!important;height:54px!important;min-width:54px!important;padding:0!important;border-radius:18px!important;display:inline-grid!important;place-items:center!important;
}
.timerToggleBtn.iconOnlyTimer .svgIcon{width:30px!important;height:30px!important}
button,.fileBtn,a.logoutSide{will-change:transform,background,border-color!important}
button:hover,.fileBtn:hover,a.logoutSide:hover{transform:translateY(-1px)!important;box-shadow:0 10px 22px rgba(0,0,0,.18)!important}
button:active,.fileBtn:active,a.logoutSide:active{transform:translateY(0) scale(.985)!important}
.iconPressed{animation:iconConfirm .12s ease!important}
@keyframes iconConfirm{50%{transform:scale(1.16);color:var(--accent)}}
.customModal .modalIcon{background:rgba(255,105,56,.15)!important;border:1px solid rgba(255,105,56,.35)!important;color:var(--accent)!important}.customModal.modal-danger .modalIcon{background:rgba(255,75,95,.15)!important;border-color:rgba(255,75,95,.38)!important;color:#ff5f73!important}.customModal.modal-success .modalIcon{background:rgba(22,199,132,.14)!important;border-color:rgba(22,199,132,.34)!important;color:#16c784!important}.customModal.modal-warning .modalIcon{background:rgba(255,204,77,.14)!important;border-color:rgba(255,204,77,.34)!important;color:#ffcc4d!important}
.penaltyHeader{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;margin-bottom:16px!important}.penaltyHeader div{display:grid;gap:4px}.penaltyHeader small{text-transform:uppercase;letter-spacing:.08em;font-weight:900}.penaltyHeader strong{font-size:clamp(38px,5vw,72px);line-height:1;color:#fff}.penaltyHeader span{color:var(--muted)}
.penaltyTeamsGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.penaltyTeam{border-top:4px solid var(--team-color)!important}.penaltyScore{margin:14px 0;padding:14px;border-radius:18px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.09);display:grid;grid-template-columns:1fr auto;gap:4px 12px;align-items:center}.penaltyScore small,.penaltyScore span{color:var(--muted);font-weight:800}.penaltyScore strong{grid-row:1/3;grid-column:2;font-size:54px;color:#fff}.penaltyMarks{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0}.penMark{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.05)}.penMark .svgIcon{width:22px;height:22px}.penMark.made{background:rgba(22,199,132,.17);border-color:rgba(22,199,132,.42);color:#72f5bd}.penMark.saved{background:rgba(53,181,245,.17);border-color:rgba(53,181,245,.42);color:#9adeff}.penMark.empty{background:rgba(255,255,255,.035);border-style:dashed}.penaltyActions{grid-template-columns:repeat(3,minmax(0,1fr))!important}.penaltyActions button:disabled{opacity:.45;cursor:not-allowed}
body.penaltyOverlayBody{background:#020409;overflow:hidden}.penaltyOverlayCanvas{width:100vw;height:100vh;padding:clamp(28px,4vw,64px);display:grid;grid-template-rows:minmax(0,1fr) auto minmax(0,1fr);gap:clamp(18px,3vh,38px);background:radial-gradient(circle at center,#101827 0,#05070c 58%,#020308 100%)}.poTeam{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto 1fr;gap:16px;align-items:center;border:1px solid rgba(255,255,255,.13);border-left:8px solid var(--team-color);border-radius:34px;padding:24px;background:rgba(255,255,255,.045)}.poName{font-size:clamp(34px,5vw,86px);font-weight:1000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.poScore{grid-row:1/3;grid-column:2;font-size:clamp(110px,18vw,260px);font-weight:1000;line-height:.8;color:#fff;text-shadow:0 12px 24px rgba(0,0,0,.45)}.poMarks{display:flex;flex-wrap:wrap;gap:12px}.poMark{width:clamp(46px,6vw,84px);height:clamp(46px,6vw,84px);border-radius:22px;display:grid;place-items:center;border:2px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06)}.poMark .svgIcon{width:50%;height:50%}.poMark.made{color:#65f3b2;background:rgba(22,199,132,.18);border-color:rgba(22,199,132,.48)}.poMark.saved{color:#9adeff;background:rgba(53,181,245,.18);border-color:rgba(53,181,245,.48)}.poMark.empty{opacity:.35;border-style:dashed}.poCenter{text-align:center;display:grid;place-items:center;gap:2px;padding:14px 24px;border-radius:24px;background:rgba(255,105,56,.12);border:1px solid rgba(255,105,56,.35)}.poCenter span{color:#ffb79e;font-weight:1000;letter-spacing:.16em}.poCenter strong{font-size:clamp(42px,7vw,96px);line-height:1}.poCenter em{font-style:normal;color:#d7e2f2;font-weight:800}
body.overlay .ovBottomLine{display:grid!important;grid-template-columns:minmax(160px,.4fr) auto minmax(160px,.4fr)!important;gap:16px!important;align-items:center!important}body.overlay .ovFoulsTime{display:grid!important;place-items:center!important;min-height:80px!important;border-radius:22px!important;background:rgba(255,105,56,.16)!important;border:1px solid rgba(255,105,56,.35)!important;color:#fff!important;font-weight:1000!important;font-size:clamp(22px,2.4vw,42px)!important;box-shadow:none!important}body.overlay #goalLayer .ovEventFlash{animation:none!important}.ovEventFlash{animation:ovEventOnce 2.4s ease both!important}@keyframes ovEventOnce{0%{opacity:0;transform:translateY(18px) scale(.96)}12%,78%{opacity:1;transform:translateY(0) scale(1)}100%{opacity:0;transform:translateY(-12px) scale(1.02)}}
@media(max-width:980px){.matchTeamsBoard.skoreTeamSelector,.penaltyTeamsGrid{grid-template-columns:1fr!important}.matchVsBadge{order:2}.penaltyHeader{display:grid!important}.penaltyActions{grid-template-columns:1fr!important}}

/* Skore Pro v2.2 additions */
.compactProfileFooter{display:grid;grid-template-columns:1fr auto auto;gap:8px;align-items:center}
.profileMini{display:flex;align-items:center;gap:10px;min-width:0;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.10);border-radius:16px;padding:8px 10px;color:var(--text,#fff);cursor:pointer;transition:.16s ease}
.profileMini:hover{border-color:rgba(255,107,26,.55);background:rgba(255,107,26,.10);transform:translateY(-1px)}
.profileAvatarMini,.profileAvatarLarge{display:grid;place-items:center;overflow:hidden;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14)}
.profileAvatarMini{width:34px;height:34px;border-radius:50%;flex:0 0 auto}.profileAvatarMini img,.profileAvatarLarge img{width:100%;height:100%;object-fit:cover}.profileNameMini{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:800;font-size:.92rem}.iconOnlySide,.logoutIconOnly{width:40px;height:40px;border-radius:14px;display:grid;place-items:center}.logoutIconOnly{background:rgba(239,68,68,.12);border:1px solid rgba(239,68,68,.32);color:#ffb4b4}.logoutIconOnly:hover{background:rgba(239,68,68,.22);transform:translateY(-1px)}
.profileAvatarLarge{width:74px;height:74px;border-radius:24px}.miniInputLabel{display:block;margin-top:10px;color:var(--muted,#9aa);font-size:.78rem}.miniInputLabel input{margin-top:4px;width:100%;padding:9px 10px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);color:inherit}.onboardingBanner{margin:0 0 16px;padding:14px 16px;border:1px solid rgba(255,107,26,.28);background:linear-gradient(135deg,rgba(255,107,26,.16),rgba(255,255,255,.035));border-radius:20px;display:flex;align-items:center;justify-content:space-between;gap:12px}.onboardingBanner>div{display:flex;gap:12px;align-items:center}.onboardingBanner .svgIcon{color:#ff6b1a}.onboardingBanner strong{display:block}.onboardingBanner span{display:block;color:var(--muted,#9aa);font-size:.9rem}.onboardGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.onboardStep{border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.045);border-radius:18px;padding:16px;min-height:145px}.onboardStep span{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:rgba(255,107,26,.13);color:#ff6b1a;margin-bottom:10px}.onboardStep b{display:block}.onboardStep p{color:var(--muted,#9aa);font-size:.9rem;line-height:1.35}.groupManager{margin:14px 0}.groupAssignGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:10px;margin-top:12px}.groupAssignGrid label{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.09);border-radius:14px;padding:10px;display:grid;gap:8px}.groupAssignGrid label span{display:flex;align-items:center;gap:8px;font-weight:800;min-width:0}.groupAssignGrid select{width:100%;padding:9px 10px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:#111827;color:#fff}.groupTables{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px;margin:14px 0}.groupTable h3{display:flex;gap:8px;align-items:center}.portalActions.licenseToolbar{display:flex;gap:12px;align-items:end;flex-wrap:wrap}.portalActions.licenseToolbar label{display:grid;gap:6px;color:#94a3b8;font-size:.85rem}.portalActions.licenseToolbar input{min-width:150px;padding:10px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);color:#fff}

/* Skore Pro v2.1 refinements */
.liveDock .liveStrip{grid-template-columns:1.35fr .75fr .7fr .8fr .85fr 1fr 54px 54px 54px auto!important;align-items:stretch!important}
.liveDock .liveStrip .iconOnlyTimer{min-width:54px!important;width:54px!important;min-height:56px!important;padding:0!important;border-radius:16px!important;display:grid!important;place-items:center!important}
.liveDock .liveStrip .iconOnlyTimer .svgIcon{width:30px!important;height:30px!important}
.compactProfileFooter{grid-template-columns:minmax(0,1fr) auto!important}
.profileMini{min-width:0!important;width:100%!important;justify-content:flex-start!important}
.profileNameMini{max-width:168px!important;display:block!important}
@media(max-width:1280px){.liveDock .liveStrip{grid-template-columns:repeat(5,minmax(0,1fr))!important}.liveDock .liveStrip .iconOnlyTimer{width:100%!important}}
@media(max-width:980px){.liveDock .liveStrip{grid-template-columns:repeat(2,minmax(0,1fr))!important}.compactProfileFooter{grid-template-columns:1fr auto!important}.profileNameMini{max-width:none!important}}
@media(max-width:560px){.liveDock .liveStrip{grid-template-columns:1fr!important}}

/* Skore v2.2 - calendario, schermo pubblico, rigori e protezioni */
.calendarLayout{display:grid;grid-template-columns:2fr 1fr;gap:16px;margin-bottom:16px}.calendarCreate .formGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.calendarList{display:grid;gap:12px}.calendarMatch{display:grid;grid-template-columns:110px 1fr auto auto;gap:14px;align-items:center;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025));border:1px solid rgba(255,255,255,.10);border-radius:20px;padding:14px}.calendarMatch.live{border-color:rgba(255,105,56,.55);box-shadow:0 0 0 1px rgba(255,105,56,.18) inset}.calendarMatch.done{opacity:.82}.calendarDate strong{display:block;font-size:22px}.calendarDate small,.calendarTeams small{display:block;color:var(--muted,#94a3b8)}.calendarTeams{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.calendarTeams span{border-left:4px solid var(--team-color);background:rgba(255,255,255,.06);border-radius:12px;padding:8px 10px;font-weight:900}.calendarTeams small{flex-basis:100%;margin-left:2px}.calendarResult strong{font-size:24px}.calendarActions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.calendarTips p{color:var(--muted,#94a3b8);line-height:1.55}.enhancedPenaltyOverlay .poTeam{position:relative;overflow:hidden}.enhancedPenaltyOverlay .poTeam.nextKick:after{content:'PROSSIMO RIGORE';position:absolute;right:24px;top:18px;background:var(--team-color);color:#080808;border-radius:999px;padding:8px 14px;font-weight:1000;letter-spacing:.08em}.enhancedPenaltyOverlay .poMark{position:relative}.enhancedPenaltyOverlay .poMark b{position:absolute;top:-11px;left:50%;transform:translateX(-50%);font-size:11px;color:rgba(255,255,255,.65)}.poCenter em{display:block;max-width:min(520px,80vw);margin:6px auto 0}.publicScreenLink{display:inline-flex;align-items:center;gap:8px}@media(max-width:980px){.calendarLayout{grid-template-columns:1fr}.calendarCreate .formGrid{grid-template-columns:1fr}.calendarMatch{grid-template-columns:1fr}.calendarActions{justify-content:flex-start}}

/* v2.3 collegamenti e stabilità */
.sideUtilityLinks{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:8px}
.sideUtilityLinks a{display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.035);color:#dce8f7;text-decoration:none;border-radius:14px;min-height:42px;font-weight:850;transition:transform .16s ease, border-color .16s ease, background .16s ease}
.sideUtilityLinks a:hover{transform:translateY(-1px);border-color:rgba(255,105,56,.42);background:rgba(255,105,56,.10);color:#ffd9cf}
.sideUtilityLinks .svgIcon{width:18px;height:18px}
button,.fileBtn,.navBtn{will-change:transform}
@media(max-width:560px){.sideUtilityLinks{grid-template-columns:1fr}}

/* v2.4 - link guida compatto nella dashboard */
.sideUtilityLinks{grid-template-columns:1fr!important;}
.sideUtilityLinks .guideCompact{min-height:34px!important;padding:7px 10px!important;font-size:12px!important;border-radius:11px!important;justify-content:flex-start!important;}
.sideUtilityLinks .guideCompact .svgIcon{width:15px!important;height:15px!important;}

/* Skore v2.5 refinements */
.noticeCenter{margin:18px 0;display:grid;gap:10px}.noticeCenter h3{display:flex;align-items:center;gap:10px;margin:0 0 4px}.noticeItem{display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px;padding:12px 14px;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:rgba(255,255,255,.035);border-left:4px solid rgba(255,105,56,.8)}.noticeItem p{margin:4px 0;color:#9fb0c5}.noticeItem button{min-width:42px}.notice-warning{border-left-color:#ffb020}.notice-danger{border-left-color:#ff4d4d}.notice-info{border-left-color:#35b5f5}.soundGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:8px;margin:12px 0}.reportOrder .primary{box-shadow:0 0 0 1px rgba(255,105,56,.28),0 10px 28px rgba(255,105,56,.18)}.nextMatchBanner{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px;border-left:4px solid var(--accent,#ff6938)}.nextMatchBanner>div{display:flex;align-items:center;gap:12px}.nextMatchBanner .svgIcon{color:#ff6938}.nextMatchBanner small,.nextMatchBanner em{display:block;color:#8fa1b7;font-style:normal}.knockoutCard{margin:18px 0}.knockoutGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px}.knockoutMatch{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;padding:14px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:rgba(255,255,255,.035)}.knockoutMatch input{width:64px;text-align:center;margin-top:8px}.knockoutMatch em{grid-column:1/-1;color:#ffb18f;font-style:normal;font-weight:800}.soundGrid .check,.fileGrid .check{background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:10px}.tableCard h3,.card h3{gap:9px}.tableCard h3 .svgIcon,.card h3 .svgIcon{color:#ff6938}.eventBtn:hover,.quickGrid button:hover,.calendarActions button:hover,.scoreTools button:hover,.actions button:hover,.fileBtn:hover{transform:translateY(-1px);filter:brightness(1.08)}.eventBtn:active,.quickGrid button:active,.calendarActions button:active,.scoreTools button:active,.actions button:active,.fileBtn:active{transform:translateY(0) scale(.98)}

/* Skore Pro v2.5.2 refinements */
.sideUtilityLinks{grid-template-columns:1fr 44px!important;align-items:center!important}
.volumeSlider{accent-color:var(--accent,#ff6938);width:100%;margin-top:8px}.volumeValue{float:right;color:#ffb18f;font-weight:900}.skoreImportBar{justify-content:flex-end!important}.skoreImportBar .uploadTeamBtn{order:2!important}.skoreImportBar button{order:1!important}


/* Skore Universal 3.0 */
.tournamentHubBody{background:#090b10;color:#f6f7fb;min-height:100vh}.tournamentHubShell{max-width:1440px;margin:auto;padding:38px}.tournamentHubHeader{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:22px;margin-bottom:26px}.tournamentHubHeader img{width:88px}.tournamentHubHeader h1{margin:0;font-size:clamp(2rem,5vw,4.5rem)}.tournamentHubHeader p{color:#9da5b4;margin:.4rem 0 0}.licenseUsage{display:grid;grid-template-columns:minmax(220px,auto) 1fr auto;align-items:center;gap:18px;padding:18px 20px;background:#12151c;border:1px solid #262c37;border-radius:18px;margin-bottom:24px}.licenseUsage small,.licenseUsage em{color:#9da5b4}.licenseUsage strong{display:block;font-size:1.15rem}.usageTrack{height:9px;border-radius:99px;background:#252a34;overflow:hidden}.usageTrack span{display:block;height:100%;background:#ff6b1a;border-radius:inherit}.tournamentFilters{display:grid;grid-template-columns:1fr 220px 220px;gap:12px;margin-bottom:18px}.tournamentFilters input,.tournamentFilters select,.wizardGrid input,.wizardGrid select,.wizardGrid textarea{background:#11151d;border:1px solid #2b313d;color:#fff;border-radius:12px;padding:12px 14px}.tournamentGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(310px,1fr));gap:18px}.tournamentCardUniversal{overflow:hidden;border:1px solid #262d39;background:#11151c;border-radius:20px;transition:.2s ease}.tournamentCardUniversal:hover{transform:translateY(-3px);border-color:#ff6b1a}.tournamentCover{height:128px;background:linear-gradient(135deg,color-mix(in srgb,var(--sport-accent) 28%,#11151c),#11151c);display:flex;align-items:center;justify-content:center;position:relative}.tournamentCover>span{font-size:3.4rem}.tournamentCover img{width:76px;height:76px;object-fit:contain}.tournamentCover b{position:absolute;left:14px;bottom:12px;background:#0c0f14cc;padding:6px 10px;border-radius:8px}.tournamentCardBody{padding:18px}.tournamentCardBody h2{margin:8px 0;font-size:1.3rem}.tournamentCardBody p{color:#9da5b4;min-height:42px}.statusBadge{display:inline-flex;padding:5px 9px;border-radius:99px;background:#252b35;font-size:.78rem}.status-active{background:#183c2b;color:#7af0ac}.status-finished,.status-archived{background:#252832;color:#abb2c0}.tournamentDates{display:flex;justify-content:space-between;gap:12px;color:#c7ccd5;font-size:.85rem;margin:14px 0}.tournamentCardBody .actions{display:flex;gap:8px}.tournamentCardBody .actions button{min-width:40px}.emptyTournamentState{grid-column:1/-1;text-align:center;padding:70px 20px;border:1px dashed #343b48;border-radius:20px}.emptyTournamentState svg{width:48px;height:48px;color:#ff6b1a}.tournamentWizard{max-width:760px}.wizardGrid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.wizardGrid label{display:grid;gap:7px;color:#c9ced8}.wizardGrid .full{grid-column:1/-1}.wizardGrid textarea{min-height:110px}.tournamentBreadcrumb{display:flex;align-items:center;gap:10px;padding:12px 18px;background:#0f131a;border-bottom:1px solid #252b35;color:#9fa7b4}.tournamentBreadcrumb button{background:none;border:0;color:#ff8a42;padding:0}.tournamentBreadcrumb em{margin-left:auto;font-style:normal;background:#222832;padding:5px 9px;border-radius:99px}.tournamentBackBtn{border-bottom:1px solid #303643;margin-bottom:8px}.sportAdapterNotice{margin:14px 0;padding:14px 16px;border:1px solid #3c342b;background:#1c1713;border-radius:14px;display:flex;gap:12px;align-items:center}.sportAdapterNotice svg{color:#ff6b1a}.sportAdapterNotice span{display:block;color:#b8bec8;margin-top:3px;font-size:.9rem}@media(max-width:760px){.tournamentHubShell{padding:20px}.tournamentHubHeader{grid-template-columns:auto 1fr}.tournamentHubHeader>button{grid-column:1/-1}.tournamentFilters{grid-template-columns:1fr}.licenseUsage{grid-template-columns:1fr}.wizardGrid{grid-template-columns:1fr}.wizardGrid .full{grid-column:auto}}

/* Skore Universal 3.5 design system repair */
:root{--sk-bg:#070a10;--sk-surface:#101722;--sk-surface-2:#151e2c;--sk-line:rgba(255,255,255,.10);--sk-text:#f8fafc;--sk-muted:#94a3b8;--sk-orange:#ff6b1a;--sk-radius:20px}
*{box-sizing:border-box}html,body{max-width:100%;overflow-x:hidden}button,input,select,textarea{font:inherit}button{min-width:0}.panel,.card,.tableCard{min-width:0}
.tournamentHubBody{background:radial-gradient(circle at 15% 0,#182437 0,#070a10 48%);color:var(--sk-text);min-height:100vh}.tournamentHubShell{width:min(1440px,calc(100% - 40px));margin:auto;padding:34px 0 70px}.tournamentHubHeader{display:grid;grid-template-columns:auto 1fr auto;gap:22px;align-items:center;padding:22px 0}.tournamentHubHeader img{width:142px;height:auto}.tournamentHubHeader h1{margin:0;font-size:clamp(32px,5vw,54px)}.tournamentHubHeader p{color:var(--sk-muted);margin:.4rem 0 0}.licenseUsageCard,.tournamentFilters{background:rgba(16,23,34,.84);border:1px solid var(--sk-line);border-radius:var(--sk-radius);box-shadow:0 18px 50px rgba(0,0,0,.22)}.tournamentFilters{display:grid;grid-template-columns:minmax(220px,1fr) 220px 220px;gap:12px;padding:14px;margin:18px 0 22px}.tournamentFilters input,.tournamentFilters select{width:100%;background:#0b111a;border:1px solid var(--sk-line);color:white;border-radius:13px;padding:13px}.tournamentGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:18px}.tournamentCardUniversal{overflow:hidden;background:linear-gradient(180deg,rgba(22,31,45,.98),rgba(12,18,28,.98));border:1px solid var(--sk-line);border-radius:24px;box-shadow:0 20px 50px rgba(0,0,0,.25);transition:.2s transform,.2s border-color}.tournamentCardUniversal:hover{transform:translateY(-3px);border-color:rgba(255,107,26,.5)}.tournamentCover{height:150px;display:flex;align-items:center;justify-content:center;position:relative;background:linear-gradient(135deg,color-mix(in srgb,var(--sport-accent) 25%,#111827),#090d14)}.tournamentCover>span{font-size:58px}.tournamentCover>b{position:absolute;left:16px;bottom:14px;background:rgba(0,0,0,.52);padding:7px 10px;border-radius:999px}.tournamentCardBody{padding:18px}.tournamentCardBody h2{margin:10px 0 6px}.tournamentCardBody p{color:var(--sk-muted);min-height:42px}.tournamentCardBody .actions{display:flex;gap:8px;flex-wrap:wrap}.tournamentCardBody .actions button{flex:0 0 auto}.statusBadge{display:inline-flex;padding:5px 9px;border-radius:999px;font-size:12px;border:1px solid var(--sk-line)}
.sportLive{background:linear-gradient(145deg,#101927,#080c13);border:1px solid var(--sk-line);border-radius:26px;padding:24px;max-width:1100px;margin:auto}.sportLive header{text-align:center;padding:18px}.sportLive header span{letter-spacing:.16em;color:var(--sk-muted);font-weight:800}.sportLive header h2{font-size:clamp(58px,10vw,110px);line-height:1;margin:10px 0}.sportLive header p{color:var(--sk-muted);font-size:18px}.sportActions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.sportAction{padding:14px 18px;border-radius:14px;border:1px solid var(--sk-line);background:#172233;color:white;font-weight:750}.sportAction.primary{background:var(--sk-orange);border-color:var(--sk-orange);color:#120b06}.sportAction.danger{background:#6f1620;border-color:#a42a38}.basketColumns{display:grid;grid-template-columns:1fr 1fr;gap:18px}.basketColumns section{padding:18px;border:1px solid var(--sk-line);border-radius:18px;text-align:center}.basketColumns button{margin:4px}.tennisLive header h2,.padelLive header h2{color:#d9ff5a}.basketballLive header h2{color:#ffb347}.volleyballLive header h2,.beachLive header h2{color:#6ee7ff}
@media(max-width:760px){.tournamentHubShell{width:min(100% - 22px,1440px)}.tournamentHubHeader{grid-template-columns:1fr}.tournamentHubHeader>a{display:none}.tournamentFilters{grid-template-columns:1fr}.basketColumns{grid-template-columns:1fr}.tournamentGrid{grid-template-columns:1fr}.sportLive{padding:14px}}

/* Skore 3.6 — Tournament hub refinement */
:root{--hub-bg:#070b12;--hub-surface:#0f1622;--hub-surface-2:#131d2b;--hub-border:rgba(255,255,255,.09);--hub-muted:#8e9bad;--hub-accent:#ff6b1a;--hub-radius:20px}
.tournamentHubBody{background:radial-gradient(circle at 80% -10%,rgba(255,107,26,.10),transparent 34%),var(--hub-bg)}
.tournamentHubShellV2{min-height:100vh}
.sidebarSectionLabel{margin:8px 12px 10px;color:#667489;font-size:10px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}
.hubSidebar .sideNav{gap:5px}.hubSidebar .navBtn{min-height:46px}.hubSidebar .navBtn.active{box-shadow:inset 3px 0 0 var(--hub-accent)}
.sidebarFuture{display:flex;gap:11px;margin:22px 4px 14px;padding:14px;border:1px solid rgba(255,107,26,.18);border-radius:16px;background:rgba(255,107,26,.055)}
.sidebarFuture>span{display:grid;place-items:center;width:31px;height:31px;border-radius:10px;background:rgba(255,107,26,.14);color:#ff9b67;flex:none}.sidebarFuture .svgIcon{width:17px}.sidebarFuture strong,.sidebarFuture small{display:block}.sidebarFuture strong{font-size:12px;color:#e9eef5}.sidebarFuture small{margin-top:4px;color:#7f8b9c;font-size:10px;line-height:1.45}
.tournamentWorkspace{padding:0 30px 26px;min-width:0}.hubTopbar{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:34px 0 25px;border-bottom:1px solid var(--hub-border)}
.eyebrow{display:block;color:#ff8a4c;font-size:11px;font-weight:950;letter-spacing:.14em;text-transform:uppercase;margin-bottom:8px}.hubTopbar h1{font-size:40px;line-height:1;margin:0;color:#f8fafc;letter-spacing:-.035em}.hubTopbar p{margin:10px 0 0;color:var(--hub-muted);font-size:15px}.hubCreateButton{min-height:48px;padding:0 18px!important;border-radius:14px!important;white-space:nowrap}.hubCreateButton:disabled{opacity:.42;cursor:not-allowed;filter:grayscale(.4)}
.hubMetrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:22px 0}.hubMetrics article{display:flex;align-items:center;gap:14px;min-height:94px;padding:17px 18px;background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.018));border:1px solid var(--hub-border);border-radius:18px;box-shadow:0 12px 35px rgba(0,0,0,.14)}
.metricIcon{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:rgba(255,107,26,.11);color:#ff8d51;flex:none}.metricIcon .svgIcon{width:21px;height:21px}.hubMetrics small,.hubMetrics strong,.hubMetrics em{display:block}.hubMetrics small{color:#8b98a9;font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.07em}.hubMetrics strong{font-size:29px;line-height:1.05;margin:4px 0;color:#fff}.hubMetrics em{font-style:normal;color:#69778a;font-size:12px}
.hubToolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:4px 0 18px}.hubSearch{display:flex;align-items:center;gap:10px;width:min(450px,100%);height:46px;padding:0 14px;border:1px solid var(--hub-border);border-radius:14px;background:#0c131e;color:#738196}.hubSearch:focus-within{border-color:rgba(255,107,26,.55);box-shadow:0 0 0 3px rgba(255,107,26,.08)}.hubSearch .svgIcon{width:18px}.hubSearch input{width:100%;border:0!important;background:transparent!important;color:#f8fafc!important;padding:0!important;outline:0!important;box-shadow:none!important}.hubSearch input::placeholder{color:#657286}
.licenseCompact{display:flex;align-items:center;gap:13px}.licenseCompact small,.licenseCompact strong{display:block;text-align:right}.licenseCompact small{font-size:10px;color:#758398;text-transform:uppercase;font-weight:850;letter-spacing:.06em}.licenseCompact strong{font-size:13px;color:#dce3ec;margin-top:2px}.licenseCompact .usageTrack{display:block;width:90px;height:6px;border-radius:999px;background:#202a38;overflow:hidden}.licenseCompact .usageTrack i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#ff6b1a,#ff9a5f)}
.refinedTournamentGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(285px,1fr));gap:16px;align-items:stretch}.refinedTournamentCard{overflow:hidden;border:1px solid var(--hub-border)!important;border-radius:20px!important;background:linear-gradient(160deg,#111a27,#0d141f)!important;box-shadow:0 18px 45px rgba(0,0,0,.16)!important;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.refinedTournamentCard:hover{transform:translateY(-3px);border-color:rgba(255,107,26,.28)!important;box-shadow:0 24px 55px rgba(0,0,0,.24)!important}
.refinedTournamentCard .tournamentCover{position:relative;display:grid;place-items:center;height:132px;background:radial-gradient(circle at 50% 30%,rgba(255,107,26,.16),transparent 52%),linear-gradient(145deg,#151f2d,#0c121c);border-bottom:1px solid var(--hub-border);overflow:hidden}.refinedTournamentCard .tournamentCover:after{content:"";position:absolute;inset:auto -10% -60% 35%;height:150px;border:1px solid rgba(255,255,255,.035);border-radius:50%;transform:rotate(-14deg)}.refinedTournamentCard .tournamentCover>img{width:76px;height:76px;object-fit:contain;filter:drop-shadow(0 12px 18px rgba(0,0,0,.3));z-index:1}.futsalBall{display:grid;place-items:center;width:68px;height:68px;color:#ff8443;z-index:1}.futsalBall .svgIcon{width:60px;height:60px;stroke-width:1.25}.sportPill{position:absolute;left:14px;bottom:12px;display:flex;align-items:center;gap:6px;padding:6px 9px;border:1px solid rgba(255,255,255,.09);border-radius:999px;background:rgba(7,11,18,.72);backdrop-filter:blur(8px);color:#dbe3ed;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.07em;z-index:2}.sportPill .svgIcon{width:13px;height:13px;color:#ff7c37}
.refinedTournamentCard .tournamentCardBody{display:flex;flex-direction:column;padding:17px;min-height:250px}.cardTopline{display:flex;align-items:center;justify-content:space-between;gap:10px}.statusBadge{display:inline-flex!important;align-items:center;gap:7px;width:max-content;padding:6px 9px!important;border-radius:999px!important;font-size:10px!important;font-weight:900!important;text-transform:uppercase;letter-spacing:.06em}.statusBadge i{width:6px;height:6px;border-radius:50%;background:currentColor}.status-draft{color:#ffd27d!important;background:rgba(245,178,60,.10)!important;border:1px solid rgba(245,178,60,.2)!important}.status-active{color:#8ff0bd!important;background:rgba(43,190,116,.10)!important;border:1px solid rgba(43,190,116,.2)!important}.status-finished,.status-archived{color:#aeb9c8!important;background:rgba(148,163,184,.09)!important;border:1px solid rgba(148,163,184,.16)!important}
.iconAction,.secondaryActions button,.rowActions button{display:grid!important;place-items:center;width:34px;height:34px;padding:0!important;border:1px solid var(--hub-border)!important;border-radius:10px!important;background:rgba(255,255,255,.035)!important;color:#9ba8b9!important}.iconAction:hover,.secondaryActions button:hover,.rowActions button:hover{color:#fff!important;border-color:rgba(255,107,26,.35)!important;background:rgba(255,107,26,.09)!important}.iconAction .svgIcon,.secondaryActions .svgIcon{width:16px;height:16px}.refinedTournamentCard h2{margin:14px 0 7px!important;color:#f6f8fb!important;font-size:21px!important;line-height:1.2;letter-spacing:-.02em}.refinedTournamentCard p{min-height:42px;margin:0!important;color:#8491a3!important;font-size:13px!important;line-height:1.55}.tournamentMeta{display:grid;gap:8px;margin:15px 0 18px}.tournamentMeta span{display:flex;align-items:center;gap:8px;color:#a7b2c1;font-size:12px}.tournamentMeta .svgIcon{width:15px;height:15px;color:#66758a}.cardActions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto}.openTournamentBtn{flex:1;justify-content:center;min-height:40px!important;border-radius:12px!important}.secondaryActions{display:flex;gap:6px}.secondaryActions .danger{color:#e78b96!important}.refinedEmpty{grid-column:1/-1;min-height:330px;border:1px dashed rgba(255,255,255,.13)!important;border-radius:22px!important;background:rgba(255,255,255,.018)!important}.refinedEmpty>.svgIcon{width:42px;height:42px;color:#ff7c37}.refinedEmpty h2{font-size:22px!important}.refinedEmpty p{max-width:470px!important}
.refinedWizard{width:min(700px,calc(100vw - 30px))!important}.modalIntro{color:#8794a5;margin:-3px 0 20px;line-height:1.5}.lockedSport{display:flex;align-items:center;gap:11px;min-height:49px;padding:10px 12px;border:1px solid rgba(255,255,255,.09);border-radius:13px;background:rgba(255,255,255,.035)}.lockedSport>.svgIcon{width:24px;color:#ff7c37}.lockedSport strong,.lockedSport small{display:block}.lockedSport small{margin-top:2px;color:#78869a;font-size:10px}.refinedWizard textarea{min-height:92px;resize:vertical}
@media(max-width:950px){.hubMetrics{grid-template-columns:1fr}.hubTopbar{align-items:flex-start;flex-direction:column}.hubCreateButton{width:100%;justify-content:center}.hubToolbar{align-items:stretch;flex-direction:column}.hubSearch{width:auto}.licenseCompact{justify-content:space-between}.licenseCompact small,.licenseCompact strong{text-align:left}.tournamentWorkspace{padding:0 18px 20px}}
@media(max-width:620px){.refinedTournamentGrid{grid-template-columns:1fr}.hubTopbar h1{font-size:34px}.hubMetrics article{min-height:76px}.cardActions{align-items:stretch;flex-direction:column}.secondaryActions{justify-content:flex-end;width:100%}.openTournamentBtn{width:100%}}

/* Skore 3.6.1 — tournament hub and profile polish */
.hubSidebar .sideUtilityLinks{display:grid;gap:8px;margin-top:auto;padding-top:18px}.hubSidebar .guideCompact{min-height:43px;padding:0 12px;border-radius:13px}.hubSidebar .sideFooter{margin-top:12px}.hubSidebar .compactProfileFooter{padding-top:12px;border-top:1px solid rgba(255,255,255,.08)}.profileMini{min-height:48px;padding:7px 9px!important;background:linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.025))!important;box-shadow:0 10px 28px rgba(0,0,0,.16)}.profileAvatarMini{width:36px!important;height:36px!important;border-radius:12px!important;background:#111a27!important}.profileAvatarMini img,.profileAvatarLarge img{display:block;width:100%;height:100%;object-fit:cover}.profileNameMini{font-size:13px!important}.accountModal{background:linear-gradient(155deg,#131d2b,#0c131d)!important;border:1px solid rgba(255,255,255,.1)!important;box-shadow:0 32px 90px rgba(0,0,0,.48)!important}.accountHero{padding:4px 0 18px;border-bottom:1px solid rgba(255,255,255,.08)}.accountAvatar{background:#111a27!important;border-radius:22px!important}.accountGrid>div{background:rgba(255,255,255,.03)!important;border:1px solid rgba(255,255,255,.075)!important}.accountActions{gap:9px!important}.accountActions>*{min-height:44px!important}.refinedTournamentCard{background:linear-gradient(160deg,#121c2a,#0c131e)!important}.refinedTournamentCard .tournamentCardBody{background:linear-gradient(180deg,rgba(255,255,255,.018),rgba(255,255,255,.005))}.refinedTournamentCard .tournamentCover{background:radial-gradient(circle at 50% 28%,rgba(255,107,26,.2),transparent 48%),linear-gradient(145deg,#182435,#0c131d)!important}.sidebarFuture{margin-top:18px!important;margin-bottom:10px!important}.hubTopbar{padding-top:32px!important}.hubToolbar{margin-top:2px!important;margin-bottom:20px!important}.svgIcon{stroke-width:1.8}.sideNav .svgIcon,.guideCompact .svgIcon{width:19px;height:19px}.logoutIconOnly{flex:0 0 42px!important;width:42px!important;height:48px!important;border-radius:13px!important}

/* Skore 3.6.2 — Tournament hub and creation polish */
@media (min-width: 901px){
  .tournamentHubShellV2{display:block!important;min-height:100vh;padding-left:272px!important}
  .tournamentHubShellV2>.hubSidebar{position:fixed!important;inset:0 auto 0 0!important;width:272px!important;height:100vh!important;z-index:80;overflow-y:auto;overscroll-behavior:contain}
  .tournamentHubShellV2>.tournamentWorkspace{min-width:0;width:100%;min-height:100vh;overflow:visible!important}
}
.hubSidebar .sideUtilityLinks{grid-template-columns:minmax(0,1fr) 44px!important;gap:9px!important}
.hubSidebar .adminIconLink{display:grid!important;place-items:center!important;width:44px!important;min-width:44px!important;padding:0!important}
.hubSidebar .adminIconLink .svgIcon{width:19px!important;height:19px!important}
.hubCreateButton .svgIcon,.refinedEmpty .primary .svgIcon,.refinedWizard .primary .svgIcon{color:#1b0d07!important;stroke:#1b0d07!important}
.refinedEmpty .primary{gap:9px!important}
.refinedWizard{width:min(760px,calc(100vw - 32px))!important;padding:30px!important;border-radius:24px!important;background:linear-gradient(155deg,#142031 0%,#0c141f 72%)!important;border:1px solid rgba(255,255,255,.11)!important;box-shadow:0 34px 100px rgba(0,0,0,.58)!important}
.refinedWizard .modalIcon{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;margin-bottom:18px;background:rgba(255,107,26,.12);border:1px solid rgba(255,107,26,.24);color:#ff8650}
.refinedWizard .modalIcon .svgIcon{width:23px;height:23px}
.refinedWizard h3{margin:7px 0 9px!important;font-size:28px!important;letter-spacing:-.025em}
.refinedWizard .modalIntro{max-width:590px;margin:0 0 24px!important;color:#8f9caf!important;line-height:1.6}
.refinedWizard .wizardGrid{gap:16px!important}
.refinedWizard .wizardGrid label{gap:8px!important;font-size:12px!important;font-weight:800!important;color:#cbd4df!important}
.refinedWizard .wizardGrid input,.refinedWizard .wizardGrid textarea{min-height:48px!important;padding:12px 14px!important;border-radius:13px!important;background:#0a111b!important;border:1px solid rgba(255,255,255,.1)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.025)!important}
.refinedWizard .wizardGrid input:focus,.refinedWizard .wizardGrid textarea:focus{outline:none!important;border-color:rgba(255,107,26,.72)!important;box-shadow:0 0 0 3px rgba(255,107,26,.12)!important}
.refinedWizard .lockedSport{min-height:48px;border-radius:13px!important;padding:8px 12px!important;background:rgba(255,255,255,.035)!important;border:1px solid rgba(255,255,255,.09)!important}
.refinedWizard .lockedSport>.svgIcon{width:21px;height:21px;color:#ff7c3e}
.refinedWizard .modalActions{margin-top:26px!important;padding-top:20px!important;border-top:1px solid rgba(255,255,255,.075)!important;gap:10px!important}
.refinedWizard .modalActions button{min-height:44px!important;border-radius:12px!important;padding:0 18px!important}
.refinedWizard .modalActions .primary{min-width:154px;gap:9px!important}
.refinedWizard .modalActions .primary.isLoading{opacity:.75;cursor:wait}
@media(max-width:900px){.tournamentHubShellV2{padding-left:0!important}.refinedWizard{padding:24px 20px!important}}

/* Skore 4.6.1 — tournament hub reliability and alignment */
.refinedTournamentGrid{align-items:stretch}
.refinedEmpty{display:flex!important;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:56px 28px!important}
.refinedEmpty h2,.refinedEmpty p{width:100%;text-align:center;margin-left:auto!important;margin-right:auto!important}
.refinedEmpty .primary{display:inline-flex!important;align-items:center;justify-content:center;margin-top:8px}
.hubErrorBanner{display:flex;align-items:center;gap:13px;margin:18px 0 0;padding:14px 16px;border:1px solid rgba(239,91,91,.35);border-radius:14px;background:rgba(121,31,31,.18);color:#f4f6f8}
.hubErrorBanner>.svgIcon{width:22px;height:22px;color:#ff8b8b;flex:0 0 auto}.hubErrorBanner>div{display:grid;gap:2px;flex:1}.hubErrorBanner strong{font-size:14px}.hubErrorBanner span{font-size:12px;color:#c7ced8}.hubErrorBanner button{padding:8px 12px;border-radius:9px}
@media(max-width:620px){.hubErrorBanner{align-items:flex-start;flex-wrap:wrap}.hubErrorBanner button{width:100%}}


/* Skore 4.0 — visual system consolidation */
:root{
  --sk-surface-0:#070b11;
  --sk-surface-1:#0d141f;
  --sk-surface-2:#111b29;
  --sk-surface-3:#172231;
  --sk-border-soft:rgba(255,255,255,.075);
  --sk-border-strong:rgba(255,255,255,.12);
  --sk-shadow-card:0 18px 52px rgba(0,0,0,.24);
  --sk-shadow-hover:0 28px 72px rgba(0,0,0,.34);
}
.tournamentWorkspace{background:linear-gradient(180deg,#090e16 0,#070b11 100%)}
.hubTopbar{padding-bottom:22px!important;border-bottom:1px solid var(--sk-border-soft)}
.hubTopbar p{max-width:660px;line-height:1.65}
.hubMetrics{gap:14px!important;margin:22px 0 16px!important}
.hubMetrics article{border-color:var(--sk-border-soft)!important;background:linear-gradient(145deg,rgba(18,28,42,.96),rgba(11,18,28,.96))!important;box-shadow:0 12px 34px rgba(0,0,0,.14)!important}
.hubToolbar{padding:12px!important;border:1px solid var(--sk-border-soft)!important;border-radius:16px!important;background:rgba(13,20,31,.82)!important;backdrop-filter:blur(16px)}
.hubSearch{min-height:46px!important;border-radius:12px!important;background:#0a1019!important}
.licenseCompact{padding:0 8px 0 14px!important}
.refinedTournamentGrid{grid-template-columns:repeat(auto-fill,minmax(310px,1fr))!important;gap:20px!important}
.refinedTournamentCard{isolation:isolate;border-radius:22px!important;background:var(--sk-surface-1)!important;border-color:var(--sk-border-soft)!important;box-shadow:var(--sk-shadow-card)!important;transform:translateZ(0)}
.refinedTournamentCard:hover{transform:translateY(-5px)!important;border-color:rgba(255,111,42,.34)!important;box-shadow:var(--sk-shadow-hover)!important}
.refinedTournamentCard .tournamentCover.sportCover{height:172px!important;position:relative!important;overflow:hidden!important;background:#0b121c!important;border-bottom:1px solid var(--sk-border-soft)!important}
.refinedTournamentCard .tournamentCover.sportCover::before{content:"";position:absolute;inset:-8px;background:var(--sport-cover) center/cover no-repeat;filter:blur(2.5px) saturate(.88) contrast(1.03);transform:scale(1.045);z-index:0;transition:transform .45s ease,filter .45s ease}
.refinedTournamentCard .tournamentCover.sportCover::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,10,16,.02) 20%,rgba(6,10,16,.15) 58%,rgba(6,10,16,.72) 100%),linear-gradient(110deg,rgba(255,105,27,.14),rgba(13,34,61,.20));z-index:1}
.refinedTournamentCard:hover .tournamentCover.sportCover::before{transform:scale(1.085);filter:blur(1.7px) saturate(1) contrast(1.05)}
.tournamentLogoBadge{position:absolute;left:16px;bottom:14px;display:grid;place-items:center;width:48px;height:48px;border:1px solid rgba(255,255,255,.18);border-radius:14px;background:rgba(8,12,18,.72);box-shadow:0 10px 30px rgba(0,0,0,.3);backdrop-filter:blur(12px);z-index:2}
.tournamentLogoBadge img{width:36px!important;height:36px!important;object-fit:contain!important;filter:none!important}
.refinedTournamentCard .tournamentCardBody{padding:19px!important;min-height:264px!important;background:linear-gradient(180deg,rgba(255,255,255,.018),transparent 34%)!important}
.refinedTournamentCard h2{margin-top:15px!important;font-size:22px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.refinedTournamentCard p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:41px!important}
.tournamentMeta{padding:12px 0;margin:12px 0 17px!important;border-top:1px solid rgba(255,255,255,.055);border-bottom:1px solid rgba(255,255,255,.055)}
.cardActions{gap:12px!important}.openTournamentBtn{min-height:43px!important}.secondaryActions button{width:36px!important;height:36px!important}
.emptyTournamentState.refinedEmpty{min-height:360px!important;background:radial-gradient(circle at 50% 20%,rgba(255,107,26,.055),transparent 45%),rgba(255,255,255,.015)!important}
.hubSidebar{box-shadow:20px 0 55px rgba(0,0,0,.14)}
.hubSidebar .sideNav{gap:6px!important}.hubSidebar .navBtn{min-height:46px!important}
.hubSidebar .sideUtilityLinks{padding-top:16px!important;border-top:1px solid rgba(255,255,255,.06)}
.hubSidebar .guideCompact{min-height:44px!important}
.hubSidebar .compactProfileFooter{margin-top:10px!important;padding-top:12px!important}
.profileMini{border:1px solid rgba(255,255,255,.075)!important}.profileMini:hover{border-color:rgba(255,107,26,.24)!important}
.modalCard.refinedWizard{border-color:var(--sk-border-strong)!important}
.refinedWizard .wizardGrid{gap:17px 16px!important}.refinedWizard .wizardGrid label{gap:7px!important}
.refinedWizard .wizardGrid input,.refinedWizard .wizardGrid textarea{min-height:48px!important}
.refinedWizard .wizardGrid textarea{min-height:104px!important;resize:vertical}
@media(max-width:900px){.refinedTournamentGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))!important}}
@media(max-width:620px){.refinedTournamentGrid{grid-template-columns:1fr!important;gap:15px!important}.refinedTournamentCard .tournamentCover.sportCover{height:154px!important}.hubToolbar{padding:10px!important}}
@media(prefers-reduced-motion:reduce){.refinedTournamentCard,.refinedTournamentCard .tournamentCover.sportCover::before{transition:none!important}}

/* Skore 4.6.1 — tournament hub alignment and monochrome sport covers */
@media (min-width: 901px){
  .tournamentHubShellV2{
    display:block!important;
    width:100%!important;
    min-height:100vh!important;
    padding-left:0!important;
  }
  .tournamentHubShellV2>.hubSidebar{
    position:fixed!important;
    top:0!important;
    bottom:0!important;
    left:0!important;
    width:272px!important;
    height:100vh!important;
    z-index:80!important;
    overflow-y:auto!important;
    overscroll-behavior:contain!important;
  }
  .tournamentHubShellV2>.tournamentWorkspace{
    width:calc(100% - 272px)!important;
    max-width:none!important;
    min-height:100vh!important;
    margin-left:272px!important;
    padding-left:30px!important;
    padding-right:30px!important;
    box-sizing:border-box!important;
    overflow:visible!important;
  }
}
@media (max-width: 900px){
  .tournamentHubShellV2>.tournamentWorkspace{
    width:100%!important;
    margin-left:0!important;
  }
}
.refinedTournamentCard .tournamentCover.sportCover::before{
  inset:0!important;
  filter:grayscale(1) saturate(0) contrast(1.04)!important;
  transform:scale(1.01)!important;
  transition:transform .42s ease,filter .42s ease!important;
}
.refinedTournamentCard .tournamentCover.sportCover::after{
  display:none!important;
  content:none!important;
  background:none!important;
}
.refinedTournamentCard:hover .tournamentCover.sportCover::before{
  filter:grayscale(0) saturate(1.04) contrast(1.03)!important;
  transform:scale(1.055)!important;
}

/* Skore 4.2 — professional UX edition */
@media (min-width: 901px){
  .tournamentHubShellV2{display:block!important;width:100%!important;min-height:100vh!important;margin:0!important;padding:0!important;max-width:none!important}
  .tournamentHubShellV2>.hubSidebar{position:fixed!important;inset:0 auto 0 0!important;width:272px!important;height:100vh!important;box-sizing:border-box!important;overflow-y:auto!important}
  .tournamentHubShellV2>.tournamentWorkspace{display:block!important;width:auto!important;max-width:none!important;min-height:100vh!important;margin:0 0 0 272px!important;padding:0 22px 28px!important;box-sizing:border-box!important}
  .tournamentHubShellV2>.tournamentWorkspace>*{max-width:none!important;margin-left:0!important;margin-right:0!important}
}
.hubSidebar .sideUtilityLinks{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;padding-top:14px!important}
.hubSidebar .guideCompact{min-width:0!important;min-height:72px!important;padding:11px!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;gap:7px!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:15px!important;background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.018))!important;color:#dce4ee!important}
.hubSidebar .guideCompact:hover{border-color:rgba(255,107,26,.32)!important;background:rgba(255,107,26,.08)!important;transform:translateY(-1px)}
.hubSidebar .guideCompact .svgIcon{width:21px!important;height:21px!important;color:#ff8a4c!important}
.hubSidebar .guideCompact span{font-size:12px!important;font-weight:900!important}
.hubSidebar .adminIconLink{width:auto!important;padding:11px!important}
.refinedTournamentCard .tournamentCover.sportCover::before{filter:grayscale(1) saturate(0) contrast(1.06)!important;transform:scale(1.01)!important}
.refinedTournamentCard:hover .tournamentCover.sportCover::before{filter:grayscale(0) saturate(1.05) contrast(1.03)!important;transform:scale(1.055)!important}
.refinedTournamentCard .tournamentCover.sportCover::after{display:none!important}

/* Shared documentation + marketing */
.docsBody,.marketingBody{margin:0;background:#070b11;color:#eef2f7;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.docsShell{display:grid;grid-template-columns:290px minmax(0,1fr);min-height:100vh}
.docsAside{position:sticky;top:0;height:100vh;overflow:auto;padding:22px 18px;border-right:1px solid rgba(255,255,255,.08);background:#0b111a;box-sizing:border-box}
.docsBrand{display:flex;align-items:center;gap:10px;margin-bottom:22px;color:#fff;text-decoration:none}.docsBrand img{width:126px}.docsSearch{display:flex;align-items:center;gap:8px;padding:10px 12px;border:1px solid rgba(255,255,255,.09);border-radius:12px;background:#080d14;margin-bottom:18px}.docsSearch input{width:100%;border:0;outline:0;background:transparent;color:#fff}.docsNav{display:grid;gap:5px}.docsNav a{padding:9px 11px;border-radius:10px;color:#9eabba;text-decoration:none;font-size:13px}.docsNav a:hover,.docsNav a.active{background:rgba(255,107,26,.1);color:#ff9b67}.docsAsideFoot{margin-top:22px;padding-top:16px;border-top:1px solid rgba(255,255,255,.07);display:grid;gap:8px}.docsAsideFoot a{color:#b8c4d2;text-decoration:none;font-size:12px}
.docsMain{padding:34px clamp(22px,4vw,58px) 70px;min-width:0}.docsHero{padding:32px;border:1px solid rgba(255,255,255,.08);border-radius:24px;background:radial-gradient(circle at 90% 0,rgba(255,107,26,.16),transparent 42%),linear-gradient(145deg,#121c2a,#0b121c)}.docsHero h1{margin:7px 0 12px;font-size:clamp(34px,5vw,62px);letter-spacing:-.045em}.docsHero p{max-width:840px;color:#a8b4c3;line-height:1.7}.docsKicker{color:#ff8a4c;font-size:11px;font-weight:950;letter-spacing:.14em;text-transform:uppercase}.docsGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:22px 0}.docsCard,.docsSection{border:1px solid rgba(255,255,255,.08);border-radius:18px;background:#0d151f}.docsCard{padding:18px}.docsCard h3{margin:8px 0}.docsCard p,.docsSection p,.docsSection li{color:#a5b1c0;line-height:1.65}.docsSection{padding:25px;margin:18px 0;scroll-margin-top:18px}.docsSection h2{margin:0 0 12px;font-size:28px}.docsSection h3{margin-top:24px}.docsSection code{background:#070b11;border:1px solid rgba(255,255,255,.08);padding:2px 7px;border-radius:7px;color:#ffc09e}.docsCallout{margin:15px 0;padding:14px 16px;border-left:3px solid #ff6b1a;border-radius:10px;background:rgba(255,107,26,.08);color:#d8e0ea}.docsTable{width:100%;border-collapse:collapse;min-width:680px}.docsTable th,.docsTable td{padding:12px;border-bottom:1px solid rgba(255,255,255,.07);text-align:left}.docsTable th{color:#7f8da0;font-size:11px;text-transform:uppercase}.docsTableWrap{overflow:auto}.faqItem{padding:14px 0;border-bottom:1px solid rgba(255,255,255,.07)}.faqItem:last-child{border-bottom:0}.faqItem strong{display:block;margin-bottom:5px}

.marketingHeader{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:14px clamp(18px,4vw,58px);border-bottom:1px solid rgba(255,255,255,.07);background:rgba(7,11,17,.86);backdrop-filter:blur(16px)}.marketingHeader img{width:122px}.marketingHeader nav{display:flex;gap:18px}.marketingHeader a{color:#c4ceda;text-decoration:none}.marketingHeader .cta{padding:10px 14px;border-radius:11px;background:#ff6b1a;color:#180b05;font-weight:900}
.marketingHero{padding:92px clamp(20px,6vw,88px) 70px;text-align:center;background:radial-gradient(circle at 50% 0,rgba(255,107,26,.18),transparent 42%)}.marketingHero h1{max-width:980px;margin:12px auto;font-size:clamp(44px,8vw,88px);line-height:.96;letter-spacing:-.055em}.marketingHero p{max-width:800px;margin:22px auto;color:#a8b4c3;font-size:19px;line-height:1.7}.heroActions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.heroActions a{padding:14px 18px;border-radius:13px;text-decoration:none;font-weight:900}.heroActions .primary{background:#ff6b1a;color:#170905}.heroActions .secondary{border:1px solid rgba(255,255,255,.12);color:#fff;background:rgba(255,255,255,.04)}
.marketingSection{padding:72px clamp(20px,6vw,88px)}.marketingSection.alt{background:#0a1018}.sectionIntro{max-width:780px;margin:0 auto 34px;text-align:center}.sectionIntro h2{font-size:clamp(32px,5vw,54px);margin:8px 0}.sectionIntro p{color:#9eabba;line-height:1.7}.featureGrid,.sportGrid,.pricingGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;max-width:1240px;margin:auto}.featureBox,.sportBox,.priceCard{padding:24px;border:1px solid rgba(255,255,255,.08);border-radius:22px;background:linear-gradient(145deg,#111a27,#0c131d)}.featureBox h3,.sportBox h3,.priceCard h3{margin:10px 0}.featureBox p,.sportBox p,.priceCard p,.priceCard li{color:#a5b1c0;line-height:1.6}.sportVisual{height:160px;border-radius:16px;background-size:cover;background-position:center;filter:grayscale(1);transition:.35s}.sportBox:hover .sportVisual{filter:grayscale(0)}.priceCard.featured{border-color:rgba(255,107,26,.5);box-shadow:0 25px 70px rgba(255,107,26,.12);transform:translateY(-8px)}.priceLabel{color:#ff9b67;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.11em}.priceLimit{font-size:38px;font-weight:950;margin:12px 0}.priceCard ul{padding-left:19px}.compareWrap{max-width:1100px;margin:34px auto 0;overflow:auto;border:1px solid rgba(255,255,255,.08);border-radius:18px}.compareTable{width:100%;min-width:760px;border-collapse:collapse}.compareTable th,.compareTable td{padding:14px;border-bottom:1px solid rgba(255,255,255,.07);text-align:center}.compareTable th:first-child,.compareTable td:first-child{text-align:left}.compareTable th{background:#0c131d;color:#8997a8}.checkYes{color:#7ce0a8}.checkNo{color:#687587}.roadmap{max-width:900px;margin:auto;display:grid;gap:12px}.roadmapRow{display:flex;align-items:center;gap:14px;padding:16px 18px;border:1px solid rgba(255,255,255,.08);border-radius:15px;background:#0d151f}.roadmapRow span:first-child{width:28px;text-align:center}.marketingFooter{padding:34px clamp(20px,6vw,88px);border-top:1px solid rgba(255,255,255,.07);display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;color:#8290a2}
@media(max-width:950px){.docsShell{grid-template-columns:1fr}.docsAside{position:relative;height:auto}.docsNav{grid-template-columns:repeat(2,minmax(0,1fr))}.docsGrid,.featureGrid,.sportGrid,.pricingGrid{grid-template-columns:1fr}.priceCard.featured{transform:none}.marketingHeader nav{display:none}}
@media(max-width:620px){.docsMain{padding:20px 14px 50px}.docsHero{padding:22px}.docsNav{grid-template-columns:1fr}.marketingHero{padding-top:60px}}

/* Skore 4.2 — definitive tournament workspace geometry */
@media (min-width:901px){
  .tournamentHubShellV2{
    display:block!important;
    width:100%!important;
    min-height:100vh!important;
    margin:0!important;
    padding:0!important;
  }
  .tournamentHubShellV2>.hubSidebar{
    position:fixed!important;
    inset:0 auto 0 0!important;
    width:272px!important;
    height:100vh!important;
    box-sizing:border-box!important;
    overflow-y:auto!important;
  }
  .tournamentHubShellV2>.tournamentWorkspace{
    position:relative!important;
    display:block!important;
    width:calc(100vw - 272px)!important;
    max-width:none!important;
    min-width:0!important;
    min-height:100vh!important;
    margin:0 0 0 272px!important;
    padding:0 18px 28px!important;
    box-sizing:border-box!important;
  }
  .tournamentHubShellV2>.tournamentWorkspace>.hubTopbar,
  .tournamentHubShellV2>.tournamentWorkspace>.hubErrorBanner,
  .tournamentHubShellV2>.tournamentWorkspace>.hubMetrics,
  .tournamentHubShellV2>.tournamentWorkspace>.hubToolbar,
  .tournamentHubShellV2>.tournamentWorkspace>.tournamentGrid{
    width:100%!important;
    max-width:none!important;
    margin-left:0!important;
    margin-right:0!important;
  }
}
.hubSidebar .sideUtilityLinks,
.adminSidebar .sideUtilityLinks{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:9px!important;
  margin-top:auto!important;
  padding-top:14px!important;
  border-top:1px solid rgba(255,255,255,.07)!important;
}
.hubSidebar .guideCompact,
.adminSidebar .guideCompact{
  min-width:0!important;
  min-height:64px!important;
  padding:10px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  gap:6px!important;
  border:1px solid rgba(255,255,255,.08)!important;
  border-radius:14px!important;
  background:rgba(255,255,255,.028)!important;
  color:#dce4ee!important;
  text-decoration:none!important;
}
.hubSidebar .guideCompact:hover,
.adminSidebar .guideCompact:hover{
  border-color:rgba(255,107,26,.34)!important;
  background:rgba(255,107,26,.08)!important;
}

/* Skore 4.2 — richer public website */
.marketingHeroV42{position:relative;overflow:hidden;padding:104px clamp(20px,6vw,88px) 82px;text-align:center;background:radial-gradient(circle at 18% 10%,rgba(56,182,255,.12),transparent 30rem),radial-gradient(circle at 78% 0,rgba(255,107,26,.22),transparent 34rem)}
.marketingHeroV42:after{content:"";position:absolute;inset:auto 10% -1px;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent)}
.marketingHeroV42 h1{max-width:1060px;margin:14px auto 18px;font-size:clamp(48px,8vw,92px);line-height:.94;letter-spacing:-.06em}
.marketingHeroV42 p{max-width:840px;margin:0 auto 28px;color:#aab6c5;font-size:19px;line-height:1.72}
.heroProof{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:28px}.heroProof span{padding:8px 11px;border:1px solid rgba(255,255,255,.08);border-radius:999px;background:rgba(255,255,255,.035);color:#b9c5d2;font-size:12px;font-weight:800}
.multiTournamentBand{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:.9fr 1.1fr;gap:22px;align-items:stretch}.multiTournamentCopy,.multiTournamentVisual{padding:28px;border:1px solid rgba(255,255,255,.08);border-radius:24px;background:linear-gradient(145deg,#111a27,#0b121b)}.multiTournamentCopy h2{font-size:clamp(34px,5vw,56px);line-height:1;margin:8px 0 15px}.multiTournamentCopy p{color:#a4b0bf;line-height:1.7}.miniTournamentGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.miniTournamentCard{overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:#0a1018}.miniTournamentCard .miniCover{height:92px;background-size:cover;background-position:center;filter:grayscale(1)}.miniTournamentCard div:last-child{padding:12px}.miniTournamentCard strong,.miniTournamentCard small{display:block}.miniTournamentCard small{margin-top:4px;color:#7f8da0}
.licenseNote{max-width:820px;margin:20px auto 0;text-align:center;color:#8e9bad;line-height:1.6}
@media(max-width:900px){.multiTournamentBand{grid-template-columns:1fr}.miniTournamentGrid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.miniTournamentGrid{grid-template-columns:1fr}}

/* Skore 4.6.1 — stable tournament hub layout */
@media (min-width: 901px) {
  .tournamentHubShellV2 {
    display: block !important;
    width: 100% !important;
    min-height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .tournamentHubShellV2 > .hubSidebar {
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 272px !important;
    height: 100vh !important;
    overflow-y: auto !important;
    box-sizing: border-box !important;
    z-index: 100 !important;
  }
  .tournamentHubShellV2 > .tournamentWorkspace {
    display: block !important;
    width: calc(100% - 272px) !important;
    max-width: none !important;
    min-width: 0 !important;
    min-height: 100vh !important;
    margin: 0 0 0 272px !important;
    padding: 0 20px 28px !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }
  .tournamentHubShellV2 > .tournamentWorkspace > * {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }
}



/* Skore 4.6.1 — Beach Tennis bracket, Silver and score UI fixes */
.btVisibleScores{display:flex!important;align-items:center;gap:10px;min-width:150px;justify-content:flex-end}
.btVisibleScores select,.btGroupScoreRows select,.btKnockoutMatch select{appearance:auto!important;background:#0b111a!important;color:#f8fafc!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:10px!important;font-weight:900!important;font-size:16px!important;min-width:62px!important;height:42px!important;padding:0 8px!important;opacity:1!important;color-scheme:dark}
.btVisibleScores select:hover,.btGroupScoreRows select:hover,.btKnockoutMatch select:hover{border-color:rgba(255,107,26,.65)!important}
.btVisibleScores select:focus,.btGroupScoreRows select:focus,.btKnockoutMatch select:focus{outline:3px solid rgba(255,107,26,.18)!important;border-color:#ff6b1a!important}
.btVisibleScores select:disabled,.btKnockoutMatch select:disabled{opacity:.38!important;cursor:not-allowed!important}
.btManualGroups{display:grid;gap:14px}.btManualGroup{border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.025);border-radius:14px;padding:14px;display:grid;gap:9px}.btManualGroup>div{display:flex;justify-content:space-between}.btManualGroup span{display:flex;justify-content:space-between;align-items:center;background:#101824;color:#e8edf4;padding:8px 10px;border-radius:9px}.btManualGroup span button,.btInlineRemove{border:0;background:rgba(239,68,68,.15);color:#fda4af;border-radius:999px;width:25px;height:25px;font-weight:900}.btManualGroup select{width:100%;min-height:42px;background:#0b111a;color:#f8fafc;border:1px solid rgba(255,255,255,.14);border-radius:10px;color-scheme:dark}.btAssignmentStatus{font-weight:700;margin-top:12px}
.btMatchEditor{display:grid!important;grid-template-columns:110px minmax(0,1fr)!important;align-items:stretch!important;gap:14px!important;background:rgba(255,255,255,.025)!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:14px!important;padding:12px!important}.btMatchEditor.completed{border-color:rgba(34,197,94,.25)!important}.btMatchCode{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;gap:5px!important}.btMatchCode small{color:#ff9b67!important;font-weight:950!important}.btMatchCode span{color:#77869a!important;font-size:11px!important}.btGroupScoreRows{display:grid;gap:7px}.btGroupScoreRows label{display:grid;grid-template-columns:minmax(0,1fr) 64px;align-items:center;gap:12px;background:#0f1722;border:1px solid rgba(255,255,255,.07);border-radius:10px;padding:7px 8px 7px 11px}.btGroupScoreRows strong{color:#eef2f7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btGroupScoreRows em{color:#fda4af;font-size:11px;font-style:normal;font-weight:800}
.btBracketSetting,.btSilverToggle{display:flex;align-items:center;gap:8px;font-weight:850;color:#cbd5e1}.btBracketSetting select{min-height:40px;background:#0b111a;color:#f8fafc;border:1px solid rgba(255,255,255,.16);border-radius:10px;padding:0 10px;color-scheme:dark}.btSilverToggle{min-height:40px;padding:0 12px;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:rgba(255,255,255,.035)}.btSilverToggle input{accent-color:#94a3b8;width:17px;height:17px}
.btQualificationSummary{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:0 0 18px;padding:12px 14px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.025);border-radius:14px}.btQualificationSummary span{padding:7px 10px;border-radius:999px;background:#111a27;color:#cbd5e1}.btQualificationSummary span:first-child{border:1px solid rgba(245,158,11,.28)}.btQualificationSummary span:nth-child(2){border:1px solid rgba(148,163,184,.25)}.btQualificationSummary b{color:#fff}.btQualificationSummary small{color:#7f8da0}
.btBracketStack{display:grid;gap:22px}.btBracketPanel{overflow:hidden!important;background:linear-gradient(180deg,rgba(20,29,42,.98),rgba(11,17,26,.98))!important;border:1px solid rgba(255,255,255,.09)!important}.btBracketPanel.gold{box-shadow:inset 3px 0 0 #f59e0b,0 18px 48px rgba(0,0,0,.16)!important}.btBracketPanel.silver{box-shadow:inset 3px 0 0 #94a3b8,0 18px 48px rgba(0,0,0,.16)!important}.btBracketPanel .panelHeader h2,.btBracketPanel .panelHeader p{color:#f8fafc}.btBracketPanel .panelHeader p{color:#8795a8}.btBracketPanel.silver .eyebrow{color:#bdc7d5}.btBracketScroll{overflow-x:auto;padding-bottom:5px}.btBracketBoard{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(245px,1fr);gap:34px;min-width:max-content;padding:14px 8px 24px}.btBracketRound{display:flex;flex-direction:column;min-width:245px}.btBracketRound h3{text-align:center;margin:0 0 15px;padding:8px 10px;border-radius:10px;background:#0b111a;border:1px solid rgba(255,255,255,.08);color:#d8e0ea;font-size:13px;text-transform:uppercase;letter-spacing:.08em}.btRoundMatches{display:flex;flex:1;flex-direction:column;justify-content:space-around;gap:24px}.btKnockoutMatch{position:relative;border:1px solid rgba(255,255,255,.1)!important;background:#101824!important;color:#edf2f7!important;border-radius:14px;padding:10px;box-shadow:0 10px 28px rgba(0,0,0,.22)}.btKnockoutMatch:after{content:"";position:absolute;right:-35px;top:50%;width:35px;border-top:2px solid rgba(148,163,184,.38)}.btBracketRound:last-child .btKnockoutMatch:after{display:none}.btKnockoutMatch>small{display:block;color:#718096;font-weight:900;margin:0 0 5px 7px}.btKnockoutMatch>div{display:grid;grid-template-columns:minmax(0,1fr) 64px;align-items:center;gap:8px;padding:7px;border-radius:9px}.btKnockoutMatch>div+div{border-top:1px solid rgba(255,255,255,.07)}.btKnockoutMatch strong{color:#e8edf4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btKnockoutMatch .winner{background:rgba(34,197,94,.12)!important}.btKnockoutMatch .winner strong{color:#86efac!important}.btKnockoutMatch.waiting strong{color:#657286}.btKnockoutMatch em{display:block;color:#fda4af;font-size:11px;margin:6px 7px 0;font-style:normal;font-weight:800}.btChampion{background:rgba(245,158,11,.11)!important;color:#fbbf24!important;border:1px solid rgba(245,158,11,.34)!important;border-radius:999px;padding:10px 14px;font-weight:950}.btBracketPanel.silver .btChampion{background:rgba(148,163,184,.1)!important;color:#dbe4ee!important;border-color:rgba(148,163,184,.3)!important}
@media(max-width:760px){.btMatchEditor{grid-template-columns:1fr!important}.btMatchCode{flex-direction:row!important;justify-content:space-between!important}.btVisibleScores{min-width:130px}.btBracketBoard{grid-auto-columns:minmax(225px,1fr)}}

/* =========================================================
   SKORE 4.6.1 — MODULO PALLAVOLO 3x3 MISTO
   ========================================================= */
.volleyballBody{background:#070b11;color:#eef3f8}
.vbShell{min-height:100vh;background:linear-gradient(180deg,#070b11 0%,#09111b 45%,#070b11 100%)}
.vbSidebar{background:#080d14!important;border-right:1px solid rgba(255,255,255,.08)!important}
.vbWorkspace{background:transparent!important;padding-bottom:34px!important}
.vbPageHeader{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin:8px 0 22px;padding:4px 2px 0}
.vbPageHeader h1{margin:7px 0 6px;font-size:clamp(31px,4vw,46px);letter-spacing:-.045em;color:#f8fafc}
.vbPageHeader p{margin:0;color:#8f9daf;max-width:780px;line-height:1.5}
.vbHeaderActions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}
.vbHeaderActions select,.vbLiveSelect{min-height:42px;max-width:520px;background:#0d1622;color:#f8fafc;border:1px solid rgba(255,255,255,.13);border-radius:12px;padding:0 12px;color-scheme:dark}
.vbStats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}
.vbStat,.vbPanel,.vbTeamCard,.vbMatchCard{background:linear-gradient(180deg,rgba(19,29,42,.98),rgba(11,18,28,.98));border:1px solid rgba(255,255,255,.085);box-shadow:0 18px 48px rgba(0,0,0,.17)}
.vbStat{border-radius:18px;padding:17px;display:flex;gap:13px;align-items:center}.vbStat>span{width:43px;height:43px;border-radius:13px;display:grid;place-items:center;color:#ff7a35;background:rgba(255,92,20,.11);border:1px solid rgba(255,92,20,.2)}.vbStat>span svg{width:21px}.vbStat small,.vbStat em{display:block;color:#75869a;font-style:normal}.vbStat strong{display:block;font-size:28px;line-height:1.05;color:#fff;margin:2px 0}.vbStat em{font-size:11px}
.vbGrid2{display:grid;grid-template-columns:1fr 1fr;gap:16px}.vbPanel{border-radius:20px;padding:19px;overflow:hidden}.vbPanel h2{color:#f8fafc;margin-top:0}.vbPanel .panelHeader{margin-bottom:14px}.vbFormatList{display:grid;gap:10px}.vbFormatList>div{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 13px;border:1px solid rgba(255,255,255,.07);border-radius:12px;background:#0b131e}.vbFormatList strong{color:#f6f8fb}.vbFormatList span{color:#8190a2;text-align:right;font-size:13px}
.vbCompactList{display:grid;gap:8px}.vbCompactRow{border:1px solid rgba(255,255,255,.07);background:#0b131e;border-radius:12px;padding:11px 12px}.vbCompactRow span{display:block;color:#718196;font-size:11px;margin-bottom:3px}.vbCompactRow strong{color:#edf2f7}.vbCompactRow em{color:#ff7a35;font-style:normal;font-size:11px;margin:0 4px}
.vbToolbar{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:16px}.vbTeamGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.vbTeamCard{position:relative;border-radius:16px;padding:15px 14px 15px 20px;display:grid;grid-template-columns:1fr auto;gap:12px;overflow:hidden}.vbTeamColor{position:absolute;left:0;top:0;bottom:0;width:5px}.vbTeamCard h3{margin:0 0 5px;color:#fff}.vbTeamCard p{margin:0;color:#aab5c2;line-height:1.5}.vbTeamCard p small{display:inline-flex;padding:2px 5px;margin-left:2px;border-radius:6px;background:rgba(255,255,255,.07);color:#ced6df}.vbTeamCard>div>span{display:block;color:#63d59c;font-size:11px;margin-top:7px}.vbTeamCard .rowActions{display:flex;gap:7px;align-self:center}.vbTeamCard .rowActions button{width:35px;height:35px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#0b131e;color:#cbd5e1;display:grid;place-items:center}.vbTeamCard .rowActions button.danger{color:#fb7185}.vbTeamCard .rowActions svg{width:17px}
.vbFormInline{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap;margin-bottom:16px;padding:13px;border-radius:14px;background:#0b131e;border:1px solid rgba(255,255,255,.07)}.vbFormInline label,.vbFormGrid label{display:grid;gap:6px;color:#8fa0b2;font-size:12px;font-weight:800}.vbFormInline input,.vbFormInline select,.vbFormGrid input,.vbFormGrid select{min-height:40px;background:#0a111b;color:#f8fafc;border:1px solid rgba(255,255,255,.15);border-radius:10px;padding:0 11px;color-scheme:dark}.vbFormGrid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.vbInfoBox{margin-top:14px;padding:13px;border-radius:12px;background:rgba(56,182,255,.08);border:1px solid rgba(56,182,255,.18);color:#bcd9ed;line-height:1.5}
.vbGroupGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.vbGroupCard{padding:15px;border-radius:16px;background:#0c1420;border:1px solid rgba(255,255,255,.075)}.vbGroupTeams{display:grid;gap:8px}.vbGroupTeams>div{display:grid;grid-template-columns:10px 1fr 112px;gap:9px;align-items:center;padding:9px 10px;border-radius:10px;background:#101a27;border:1px solid rgba(255,255,255,.06)}.vbMiniColor{width:8px;height:28px;border-radius:999px}.vbGroupTeams strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vbGroupTeams select{min-height:34px;background:#0a111b;color:#dce4ed;border:1px solid rgba(255,255,255,.12);border-radius:8px;color-scheme:dark}
.vbScheduleGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.vbMatchCard{border-radius:15px;padding:13px}.vbMatchCard.done{border-color:rgba(57,217,138,.24)}.vbMatchMeta{display:flex;justify-content:space-between;gap:10px;color:#76879a;font-size:11px}.vbMatchMeta strong{color:#ff9b69}.vbMatchTeams{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:9px;margin:13px 0}.vbMatchTeams span{font-weight:900;color:#f1f5f9}.vbMatchTeams span:last-child{text-align:right}.vbMatchTeams b{font-size:20px;color:#fff}.vbMatchActions{display:flex;gap:8px}.vbMatchActions button{flex:1;min-height:36px;border:1px solid rgba(255,255,255,.1);background:#0b131e;color:#d8e1ea;border-radius:10px}.vbMatchActions svg{width:16px}
.vbStandingsStack,.vbBracketStack{display:grid;gap:16px}.vbTableWrap{overflow:auto;border-radius:12px;border:1px solid rgba(255,255,255,.07)}.vbTable{width:100%;border-collapse:collapse;min-width:680px;background:#0b131e}.vbTable th,.vbTable td{padding:11px 12px;border-bottom:1px solid rgba(255,255,255,.065);text-align:center}.vbTable th:first-child,.vbTable td:first-child,.vbTable th:nth-child(2),.vbTable td:nth-child(2){text-align:left}.vbTable th{color:#74869a;font-size:11px;text-transform:uppercase;letter-spacing:.07em;background:#0a111a}.vbTable td{color:#dce3eb}.vbTable tbody tr:hover{background:rgba(255,255,255,.025)}
.vbQualification{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px}.vbQualification span{padding:13px 15px;border-radius:14px;background:#0d1622;border:1px solid rgba(255,255,255,.08);color:#8494a6;line-height:1.5}.vbQualification b{display:block;color:#ffb36e;margin-bottom:4px}.vbQualification span+span b{color:#d1d8e2}.vbBracketPanel.gold{box-shadow:inset 3px 0 0 #f59e0b,0 18px 48px rgba(0,0,0,.16)}.vbBracketPanel.silver{box-shadow:inset 3px 0 0 #a8b3c2,0 18px 48px rgba(0,0,0,.16)}.vbBracketScroll{overflow-x:auto;padding-bottom:5px}.vbBracketBoard{display:grid;grid-template-columns:minmax(250px,1fr) minmax(250px,1fr) minmax(260px,1fr);gap:34px;min-width:870px;padding:8px 5px 18px}.vbBracketBoard>section{display:flex;flex-direction:column;gap:17px}.vbBracketBoard h3{text-align:center;margin:0;padding:9px;border-radius:10px;background:#0a111b;border:1px solid rgba(255,255,255,.08);color:#bac5d2;text-transform:uppercase;letter-spacing:.08em;font-size:12px}.vbKO{position:relative;border:1px solid rgba(255,255,255,.1);background:#0f1926;border-radius:13px;padding:9px;box-shadow:0 10px 26px rgba(0,0,0,.2)}.vbKO small{display:block;color:#697b8f;font-size:10px;font-weight:900;margin:0 0 5px 6px}.vbKO>div{display:grid;grid-template-columns:1fr 54px;gap:7px;align-items:center;padding:7px;border-radius:8px}.vbKO>div+div{border-top:1px solid rgba(255,255,255,.06)}.vbKO strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#e9eef4}.vbKO select{min-height:32px;background:#070d14;color:#fff;border:1px solid rgba(255,255,255,.13);border-radius:8px;color-scheme:dark}.vbKO .winner{background:rgba(57,217,138,.1)}.vbKO .winner strong{color:#82eab2}.vbKO.waiting strong{color:#667589}.vbKO>button{width:100%;min-height:34px;margin-top:7px;border-radius:8px;border:1px solid rgba(255,92,20,.25);background:rgba(255,92,20,.08);color:#ff9b69}.vbKO:after{content:"";position:absolute;right:-35px;top:50%;width:35px;border-top:2px solid rgba(148,163,184,.24)}.vbBracketBoard>section:last-child .vbKO:after{display:none}
.vbLiveArena{border:1px solid rgba(255,255,255,.09);border-radius:24px;background:radial-gradient(circle at 50% -30%,rgba(255,92,20,.14),transparent 42%),linear-gradient(180deg,#111b29,#090f17);overflow:hidden;box-shadow:0 26px 70px rgba(0,0,0,.28)}.vbSetTop{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:13px 18px;border-bottom:1px solid rgba(255,255,255,.08);color:#7e8fa3;font-size:12px}.vbSetTop span:last-child{text-align:right;color:#ff9b69}.vbSetTop strong{color:#dfe6ee}.vbScoreboard{display:grid;grid-template-columns:1fr 150px 1fr;gap:20px;align-items:center;padding:28px}.vbScoreboard>article{text-align:center}.vbLiveTeam{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px}.vbLiveTeam h2{width:100%;font-size:25px;margin:7px 0 0}.vbLiveTeam small{width:100%;color:#8090a2}.vbLiveColor{width:38px;height:6px;border-radius:999px}.vbBigPoint{display:block;font-size:clamp(76px,9vw,126px);line-height:.9;letter-spacing:-.07em;color:#fff;margin:18px 0}.vbVs{text-align:center;display:grid;gap:7px}.vbVs span{color:#ff7a35;font-size:11px;font-weight:950;letter-spacing:.12em}.vbVs b{font-size:36px}.vbVs em{font-size:11px;color:#7c8da0;font-style:normal;line-height:1.5}.vbPointControls{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.vbPointControls button{min-width:46px;min-height:40px;border-radius:11px;border:1px solid rgba(255,255,255,.12);background:#0a121c;color:#dbe5ef}.vbPointControls button.primary{background:#ff5c14;color:#160801;border-color:#ff5c14}.vbLiveBottom{padding:14px 18px;border-top:1px solid rgba(255,255,255,.08);display:flex;align-items:flex-start;gap:9px}.vbLiveBottom>button{min-height:38px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#0b131e;color:#cbd5e1}.vbLiveEvents{margin-left:auto;display:grid;gap:4px;min-width:260px;text-align:right}.vbLiveEvents span{color:#8595a8;font-size:11px}.vbLiveEvents b{color:#ff9a67;margin-right:5px}
.vbResultModal .vbSetEditor{display:grid;gap:10px;margin:18px 0}.vbSetEditor>div{display:grid;grid-template-columns:1fr 92px auto 92px;align-items:center;gap:10px;padding:10px;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:#0b131e}.vbSetEditor select{min-height:40px;background:#080f17;color:#fff;border:1px solid rgba(255,255,255,.15);border-radius:9px;color-scheme:dark}.vbEmpty{text-align:center;padding:40px 20px;color:#8291a3}.vbEmpty>svg{width:40px;height:40px;color:#ff7a35}.vbEmpty h3{color:#f4f7fa;margin:12px 0 6px}.vbEmpty p{margin:0 auto 14px;max-width:480px;line-height:1.5}
@media(max-width:1050px){.vbStats{grid-template-columns:1fr 1fr}.vbGrid2,.vbTeamGrid,.vbGroupGrid,.vbScheduleGrid,.vbQualification{grid-template-columns:1fr}.vbScoreboard{grid-template-columns:1fr}.vbVs{order:-1}.vbSetTop{grid-template-columns:1fr;text-align:center;gap:5px}.vbSetTop span:last-child{text-align:center}.vbLiveEvents{margin-left:0;text-align:left;min-width:0}.vbLiveBottom{flex-wrap:wrap}}
@media(max-width:720px){.vbPageHeader{align-items:flex-start;flex-direction:column}.vbHeaderActions{width:100%;justify-content:flex-start}.vbStats{grid-template-columns:1fr}.vbFormGrid{grid-template-columns:1fr}.vbGroupTeams>div{grid-template-columns:8px 1fr}.vbGroupTeams select{grid-column:2}.vbBracketBoard{min-width:760px}.vbBigPoint{font-size:82px}.vbSetEditor>div{grid-template-columns:1fr 72px auto 72px}}
