
:root{
  --green:#15803d; --green-dark:#166534; --green-soft:#ecfdf3; --text:#0f172a; --muted:#475569;
  --line:#dbe4ea; --bg:#f8fafc; --white:#ffffff; --footer:#020617; --radius:24px;
  --shadow:0 10px 28px rgba(15,23,42,.08);
}
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{margin:0;font-family:"Inter",system-ui,sans-serif;color:var(--text);background:var(--bg);line-height:1.6}
img{max-width:100%;display:block} a{text-decoration:none;color:inherit}
.container{width:min(1160px,calc(100% - 28px));margin:0 auto}
header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.nav{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:84px}
.brand{display:flex;align-items:center;gap:14px}
.brand img{width:60px;height:60px;object-fit:contain;border-radius:50%;background:#fff}
.brand strong{display:block;font-family:"Montserrat",sans-serif;font-size:1.02rem;line-height:1.2}
.brand span{display:block;color:#64748b;font-size:.88rem}
nav{display:flex;gap:22px;flex-wrap:wrap}
nav a{font-weight:700;color:#334155}
nav a:hover, nav a.active{color:var(--green)}
.hero{background:linear-gradient(rgba(15,23,42,.5),rgba(15,23,42,.38)),url('assets/hero.jpg') center 35%/cover no-repeat;min-height:560px;display:flex;align-items:center}
.hero-inner{padding:84px 0 74px;color:#fff;max-width:760px}
.eyebrow{display:inline-block;margin-bottom:12px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);color:#dcfce7;padding:8px 14px;border-radius:999px;font-size:.84rem;font-weight:800;text-transform:uppercase;letter-spacing:.16em}
h1,h2,h3,h4{margin:0 0 14px;font-family:"Montserrat",sans-serif;line-height:1.12}
h1{font-size:clamp(2.35rem,5vw,4.8rem)} h2{font-size:clamp(1.85rem,3vw,3rem)} h3{font-size:1.24rem}
p{margin:0 0 14px;color:var(--muted)} .hero p{color:#e5edf5;font-size:1.08rem;max-width:60ch}
.btn-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:18px;font-weight:800;transition:.2s ease;border:1px solid transparent}
.btn-primary{background:var(--green);color:#fff}.btn-primary:hover{background:var(--green-dark)}
.btn-secondary{background:rgba(255,255,255,.95);color:var(--text);border-color:#e2e8f0}.btn-secondary:hover{border-color:var(--green);color:var(--green)}
.section{padding:80px 0}.section-white{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.lead{max-width:72ch}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:-52px;position:relative;z-index:2}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}
.stat-card,.feature-card,.text-card,.doc-card,.event-card,.contact-card{padding:26px}
.stat-card strong{display:block;font-size:2rem;font-family:"Montserrat",sans-serif}.stat-card span{color:#64748b}
.grid-2,.grid-3,.grid-4{display:grid;gap:22px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}
.media-card{overflow:hidden}.media-card img{width:100%;height:320px;object-fit:cover;object-position:center}
.gallery img{width:100%;height:260px;object-fit:cover;border-radius:20px}
.list{list-style:none;padding:0;margin:0}.list li{padding:10px 0;border-bottom:1px solid #e7eef3}.list li:last-child{border-bottom:0}
.kicker{font-size:.9rem;font-weight:800;color:var(--green);text-transform:uppercase;letter-spacing:.12em}
.page-hero{background:linear-gradient(135deg,#f0fdf4,#eff6ff);border-bottom:1px solid var(--line)} .page-hero .container{padding:56px 0 48px}
.page-hero p{max-width:70ch}
.table-like{display:grid;gap:12px}
.row{display:grid;grid-template-columns:150px 1fr 160px;gap:16px;align-items:start;padding:14px 16px;border:1px solid var(--line);border-radius:18px;background:#fff}
.badge{display:inline-block;padding:6px 10px;border-radius:999px;background:var(--green-soft);color:var(--green-dark);font-weight:800;font-size:.84rem}
.download-link{display:inline-flex;margin-top:8px;color:var(--green);font-weight:800}
.footer{background:var(--footer);color:#e2e8f0;margin-top:30px}.footer .container{padding:44px 0}
.footer-grid{display:grid;grid-template-columns:1.15fr .85fr 1fr;gap:28px}
.footer p,.footer li,.footer a{color:#cbd5e1}.footer a:hover{color:#86efac}.footer .list li{border-bottom-color:rgba(255,255,255,.08)}
.copy{border-top:1px solid rgba(255,255,255,.08);text-align:center;padding:14px;color:#94a3b8;font-size:.95rem}
@media (max-width:1000px){nav{display:none}.stats,.grid-4,.grid-3,.grid-2,.footer-grid,.row{grid-template-columns:1fr}}
@media (max-width:640px){.hero{min-height:460px}.hero-inner{padding:66px 0 56px}.media-card img,.gallery img{height:220px}}


.hero-highlight{
  margin-top:28px;
  display:inline-block;
  background:linear-gradient(135deg, rgba(21,128,61,.95), rgba(22,101,52,.95));
  color:#fff;
  padding:18px 22px;
  border-radius:22px;
  box-shadow:0 12px 30px rgba(21,128,61,.25);
}
.hero-highlight strong{
  display:block;
  font-family:"Montserrat",sans-serif;
  font-size:1.55rem;
  line-height:1.1;
  margin-bottom:6px;
}
.hero-highlight span{
  display:block;
  font-size:.95rem;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#dcfce7;
  font-weight:700;
}
.highlight-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:26px;
}
.highlight-box{
  padding:22px;
}
.highlight-box h3{margin-bottom:8px}
@media (max-width:1000px){
  .highlight-grid{grid-template-columns:1fr}
}


/* FINAL PRO mobile + compact header */
.nav{min-height:72px}
.brand img{width:52px;height:52px}
.brand strong{font-size:.96rem}
.brand span{font-size:.8rem}
nav{align-items:center;gap:16px}
nav a{padding:10px 0;font-size:.96rem;position:relative}
nav a.active::after,nav a:hover::after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--green);border-radius:999px}
.menu-toggle{display:none;border:1px solid var(--line);background:#fff;color:var(--text);border-radius:14px;padding:9px 12px;font-size:1.15rem;font-weight:800;cursor:pointer;box-shadow:var(--shadow)}

.live-shell{padding:40px 0 70px;background:linear-gradient(180deg,#eef4fb 0%,#f8fafc 100%)}
.live-top{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}
.live-title{display:flex;align-items:center;gap:16px}
.live-title img{width:64px;height:64px;object-fit:contain;border-radius:18px;background:#fff;border:1px solid var(--line)}
.live-note{font-size:.95rem;color:#64748b}
.live-toolbar{display:flex;flex-wrap:wrap;gap:12px;margin:18px 0 22px}
.live-pill{display:inline-flex;align-items:center;padding:10px 14px;border-radius:999px;background:#fff;border:1px solid var(--line);font-weight:800}
.live-grid{display:grid;grid-template-columns:320px 1fr;gap:22px;align-items:start}
.filter-card{padding:24px;background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);position:sticky;top:92px}
.filter-card h3{font-size:1.5rem;margin-bottom:10px}
.filter-group{margin-top:18px}
.filter-group label{display:block;font-weight:800;margin-bottom:8px;color:#334155}
.filter-group input,.filter-group select{width:100%;padding:14px 16px;border-radius:16px;border:1px solid #cfd8e3;font:inherit;background:#fff}
.result-card{padding:26px;background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow)}
.result-card h2{font-size:2.1rem;margin-bottom:8px}
.result-head{display:flex;align-items:end;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:16px}
.result-sub{color:#64748b;font-size:1.05rem}
.result-meta{display:flex;gap:10px;flex-wrap:wrap}
.live-table{width:100%}
.live-table-header,.live-row{display:grid;grid-template-columns:90px minmax(220px,1.45fr) minmax(160px,1.2fr) minmax(160px,1fr) 150px 110px;gap:12px;align-items:center}
.live-table-header{padding:0 20px 12px 20px;color:#64748b;font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:.9rem;border-bottom:1px solid #dce5ef;position:sticky;top:72px;background:#fff;z-index:2}
.live-row{padding:18px 20px;border:1px solid #dce5ef;border-radius:22px;background:#fff;margin-top:16px}
.live-row.top1{border-color:#f6d365;background:linear-gradient(90deg,rgba(246,211,101,.20),#fff 22%)}
.live-row.top2{border-color:#d7dde7;background:linear-gradient(90deg,rgba(215,221,231,.35),#fff 22%)}
.live-row.top3{border-color:#dfb28b;background:linear-gradient(90deg,rgba(223,178,139,.26),#fff 22%)}
.place{font-family:"Montserrat",sans-serif;font-size:2rem;font-weight:800;color:#0f172a}
.shooter{display:flex;flex-direction:column;gap:2px}
.shooter strong{font-size:1.1rem}
.shooter span,.club small{color:#64748b}
.club-badge{display:inline-flex;align-items:center;justify-content:center;padding:11px 16px;border-radius:999px;background:#e7eef9;color:#0f274f;font-weight:800}
.flag{font-size:1.4rem;margin-right:10px}
.score{font-family:"Montserrat",sans-serif;font-size:2rem;font-weight:800;text-align:right}
.tabs{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:20px}
.tab-btn{border:1px solid var(--line);background:#fff;border-radius:999px;padding:11px 16px;font:inherit;font-weight:800;cursor:pointer}
.tab-btn.active{background:var(--green);color:#fff;border-color:var(--green)}
.hidden-panel{display:none}

.screen-page{min-height:100vh;background:#03153a;color:#fff;padding:26px 0 34px}
.screen-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}
.screen-brand{display:flex;align-items:center;gap:18px}
.screen-brand img{width:96px;height:96px;object-fit:contain;border-radius:20px;background:#fff;padding:4px}
.screen-brand h1{font-size:clamp(3rem,5vw,5.3rem);margin-bottom:8px}
.screen-brand p{color:#b3ffcb;font-size:1.05rem;font-weight:700}
.screen-meta{text-align:right;font-size:1.2rem;font-weight:700;color:#f8fafc}
.screen-board{background:rgba(3,21,58,.65);border:1px solid rgba(255,255,255,.08);border-radius:26px;overflow:hidden}
.screen-head,.screen-line{display:grid;grid-template-columns:90px 1.5fr 1.25fr 1fr 160px 110px;gap:18px;align-items:center;padding:18px 26px}
.screen-head{background:rgba(255,255,255,.05);font-weight:800;color:#b9c8ea;text-transform:uppercase;letter-spacing:.08em;font-size:.95rem}
.screen-line{border-top:1px solid rgba(255,255,255,.08);min-height:95px;font-size:1.55rem}
.screen-line .place{color:#fff;font-size:2.7rem}
.screen-line .club-badge{background:rgba(255,255,255,.16);color:#fff;font-size:1.15rem}
.screen-line .score{color:#fff;font-size:3rem}
.screen-line strong{font-size:1.12em}
.screen-footer{margin-top:14px;color:#c7d2fe;font-size:.98rem}

@media (max-width:1000px){
  .menu-toggle{display:inline-flex;align-items:center;justify-content:center}
  .nav{min-height:74px;position:relative}
  nav{display:none;position:absolute;left:0;right:0;top:100%;padding:12px;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 18px 30px rgba(15,23,42,.08)}
  nav.open{display:flex;flex-direction:column;align-items:stretch;gap:0}
  nav a{padding:12px 10px;border-bottom:1px solid #edf2f7}
  nav a:last-child{border-bottom:0}
  nav a.active::after,nav a:hover::after{display:none}
  .live-grid{grid-template-columns:1fr}
  .filter-card{position:static}
}
@media (max-width:860px){
  .live-table-header{display:none}
  .live-row{grid-template-columns:70px 1fr;gap:10px 16px}
  .live-row > div:nth-child(3), .live-row > div:nth-child(4), .live-row > div:nth-child(5), .live-row > div:nth-child(6){grid-column:2}
  .score{text-align:left}
  .screen-header{flex-direction:column}
  .screen-brand img{width:76px;height:76px}
  .screen-head{display:none}
  .screen-line{grid-template-columns:64px 1fr;gap:10px 16px;padding:16px 18px;min-height:auto}
  .screen-line > div:nth-child(3),.screen-line > div:nth-child(4),.screen-line > div:nth-child(5),.screen-line > div:nth-child(6){grid-column:2}
  .screen-line .score{text-align:left}
  .screen-meta{text-align:left}
}
@media (max-width:640px){
  .brand img{width:44px;height:44px}
  .brand strong{font-size:.85rem}
  .brand span{font-size:.72rem}
  .hero{min-height:460px}
  .hero-inner{padding:66px 0 56px}
  .media-card img,.gallery img{height:220px}
  .live-title h1{font-size:1.7rem}
  .result-card h2{font-size:1.6rem}
  .screen-brand h1{font-size:2.55rem}
}


/* FINAL PRO micro update */
header{box-shadow:0 4px 18px rgba(15,23,42,.05)}
.container{width:min(1240px,calc(100% - 24px))}
.nav{min-height:64px;gap:16px}
.brand{gap:12px}
.brand img{width:44px;height:44px}
.brand strong{font-size:.9rem;line-height:1.12}
.brand span{font-size:.74rem}
nav{gap:12px}
nav a{font-size:.92rem;padding:8px 0}

.live-shell{padding:22px 0 44px}
.live-top{margin-bottom:12px}
.live-title img{width:54px;height:54px;border-radius:14px}
.live-title h1{font-size:clamp(1.9rem,3.6vw,3rem);margin-bottom:4px}
.live-note{font-size:.9rem}
.live-toolbar{gap:10px;margin:12px 0 16px}
.live-pill{padding:8px 12px;font-size:.92rem}
.live-grid{grid-template-columns:280px 1fr;gap:16px}
.filter-card{padding:18px;border-radius:20px;top:74px}
.filter-card h3{font-size:1.3rem;margin-bottom:6px}
.filter-group{margin-top:14px}
.filter-group input,.filter-group select{padding:12px 14px;border-radius:14px}
.result-card{padding:18px 18px 20px;border-radius:22px}
.result-card h2{font-size:1.75rem;margin-bottom:6px}
.result-head{margin-bottom:12px}
.result-sub{font-size:.98rem}
.tabs{margin-bottom:14px}
.tab-btn{padding:10px 14px}
.live-table-header,.live-row{grid-template-columns:72px minmax(220px,1.55fr) minmax(170px,1.15fr) minmax(140px,.95fr) 128px 88px;gap:10px}
.live-table-header{padding:0 14px 10px 14px;top:64px;font-size:.8rem}
.live-row{padding:12px 14px;border-radius:18px;margin-top:10px}
.place{font-size:1.55rem;line-height:1}
.shooter strong{font-size:1rem;line-height:1.15}
.shooter span,.club small{font-size:.9rem}
.club-badge{padding:9px 13px;font-size:.92rem}
.flag{font-size:1.2rem;margin-right:8px}
.score{font-size:2.15rem;line-height:1;text-align:right}

.screen-page{padding:18px 0 24px;background:linear-gradient(180deg,#021231 0%,#031944 100%)}
.screen-header{margin-bottom:10px}
.screen-brand{gap:14px}
.screen-brand img{width:72px;height:72px;border-radius:16px}
.screen-brand h1{font-size:clamp(2.5rem,4.8vw,4.6rem);line-height:1.02}
.screen-brand p{font-size:1rem;margin:0}
.screen-meta{font-size:1.05rem}
.screen-board{border-radius:20px;overflow:hidden;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08)}
.screen-head,.screen-line{display:grid;grid-template-columns:84px minmax(240px,1.5fr) minmax(180px,1.15fr) minmax(160px,1fr) 150px 120px;gap:14px;align-items:center}
.screen-head{padding:14px 16px;font-size:1rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#b9d0ff;background:rgba(255,255,255,.05)}
.screen-line{padding:18px 16px;border-top:1px solid rgba(255,255,255,.08);min-height:92px}
.screen-line .place{font-size:2.4rem;color:#fff}
.screen-line strong{font-size:1.65rem;line-height:1.08;display:block}
.screen-line .club-badge{background:rgba(148,163,184,.3);color:#fff;padding:11px 16px;font-size:1.1rem}
.screen-line .flag{font-size:1.7rem}
.screen-line .score{font-size:3.6rem;color:#fff}
.screen-footer{padding-top:10px;font-size:.95rem;color:#c7d2fe}

@media (max-width:1000px){
  .menu-toggle{display:inline-flex;align-items:center;justify-content:center}
  nav{display:none;position:absolute;left:12px;right:12px;top:64px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:10px 14px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch;gap:0}
  nav.open{display:flex}
  nav a{padding:12px 4px;border-bottom:1px solid #edf2f7}
  nav a:last-child{border-bottom:0}
  nav a.active::after,nav a:hover::after{display:none}
  .live-grid{grid-template-columns:1fr}
  .filter-card{position:static}
}

@media (max-width:760px){
  .container{width:min(100%,calc(100% - 18px))}
  .nav{min-height:60px}
  .brand img{width:40px;height:40px}
  .brand strong{font-size:.82rem}
  .brand span{display:none}
  .live-shell{padding:14px 0 30px}
  .live-top{align-items:flex-start}
  .live-title{gap:12px}
  .live-title img{width:46px;height:46px}
  .live-title h1{font-size:1.55rem}
  .result-card,.filter-card{padding:14px}
  .result-card h2{font-size:1.4rem}
  .live-table-header{display:none}
  .live-row{grid-template-columns:56px 1fr;gap:8px;padding:12px}
  .live-row > div:nth-child(3), .live-row > div:nth-child(4), .live-row > div:nth-child(5){grid-column:2}
  .live-row > div:nth-child(6){grid-column:2;justify-self:end;margin-top:2px}
  .place{font-size:1.35rem}
  .score{font-size:1.9rem}
  .screen-header{flex-direction:column;align-items:flex-start}
  .screen-brand img{width:58px;height:58px}
  .screen-brand h1{font-size:2rem}
  .screen-meta{text-align:left;font-size:.98rem}
  .screen-head{display:none}
  .screen-line{grid-template-columns:52px 1fr 1fr;gap:10px;padding:14px 12px;min-height:unset}
  .screen-line > div:nth-child(4), .screen-line > div:nth-child(5){grid-column:2}
  .screen-line > div:nth-child(6){grid-column:3;grid-row:1 / span 2;justify-self:end;align-self:center}
  .screen-line .place{font-size:1.6rem}
  .screen-line strong{font-size:1.1rem}
  .screen-line .club-badge{font-size:.92rem;padding:8px 10px}
  .screen-line .score{font-size:2.3rem}
}


/* LIVE TV */
.live-tv-page{background:#0b1220;color:#e5eef8;min-height:100vh;padding:26px 0 32px}
.live-tv-shell{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(340px,.9fr);gap:18px;align-items:start}
.live-tv-panel,.live-tv-sidebar{background:rgba(15,23,42,.88);border:1px solid rgba(148,163,184,.18);border-radius:22px;box-shadow:0 18px 40px rgba(2,6,23,.35)}
.live-tv-panel{padding:18px}.live-tv-sidebar{padding:18px}
.live-tv-top{display:flex;justify-content:space-between;gap:18px;align-items:center;margin-bottom:14px}
.live-tv-brand{display:flex;align-items:center;gap:14px}.live-tv-brand img{width:56px;height:56px;border-radius:50%;object-fit:contain;background:#fff}
.live-tv-brand h1{font-size:clamp(1.4rem,2.4vw,2.3rem);margin:0}.live-tv-brand p,.live-tv-meta,.live-tv-help p{color:#cbd5e1}
.live-tv-meta{display:flex;flex-direction:column;gap:8px;text-align:right;font-weight:700}
.video-frame-wrap{position:relative;border-radius:18px;overflow:hidden;background:#020617;border:1px solid rgba(148,163,184,.16);aspect-ratio:16/9}
.video-frame-wrap iframe,.video-frame-wrap video{position:absolute;inset:0;width:100%;height:100%}
.video-placeholder{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:28px;background:linear-gradient(135deg,rgba(21,128,61,.2),rgba(2,6,23,.95))}
.video-placeholder strong{font-size:1.35rem;margin-bottom:8px}.video-placeholder code{display:inline-block;margin-top:8px;padding:10px 12px;border-radius:12px;background:rgba(255,255,255,.08);color:#dcfce7;word-break:break-all}
.live-tv-toolbar{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}
.live-tv-input{flex:1 1 320px;min-width:0;padding:13px 14px;border-radius:14px;border:1px solid rgba(148,163,184,.22);background:#0f172a;color:#fff;font:inherit}
.live-tv-btn{padding:13px 16px;border:0;border-radius:14px;background:var(--green);color:#fff;font-weight:800;cursor:pointer}
.live-tv-btn.secondary{background:#1e293b}
.live-tv-note{margin-top:10px;font-size:.92rem;color:#94a3b8}
.live-tv-sidebar h2{font-size:1.2rem;margin-bottom:8px}.live-tv-sidebar h3{font-size:1rem;margin-bottom:8px}
.tv-result-list{display:grid;gap:10px;margin-top:12px}.tv-line{display:grid;grid-template-columns:54px minmax(0,1fr) auto;gap:12px;align-items:center;padding:12px 14px;border-radius:16px;background:rgba(15,23,42,.9);border:1px solid rgba(148,163,184,.12)}
.tv-line.top1{background:linear-gradient(90deg,rgba(245,158,11,.22),rgba(15,23,42,.95))}.tv-line.top2{background:linear-gradient(90deg,rgba(148,163,184,.22),rgba(15,23,42,.95))}.tv-line.top3{background:linear-gradient(90deg,rgba(180,83,9,.22),rgba(15,23,42,.95))}
.tv-place{font-size:1.35rem;font-weight:900;color:#fff}.tv-name strong{display:block;color:#fff}.tv-name span{display:block;color:#cbd5e1;font-size:.9rem}.tv-score{font-size:1.55rem;font-weight:900;color:#dcfce7}
.live-tv-help{margin-top:14px;padding-top:14px;border-top:1px solid rgba(148,163,184,.16)}
.live-tv-help ol{margin:8px 0 0 18px;padding:0;color:#e2e8f0}.live-tv-help li{margin:5px 0}
@media (max-width: 980px){.live-tv-shell{grid-template-columns:1fr}.live-tv-meta{text-align:left}.live-tv-top{flex-direction:column;align-items:flex-start}}
@media (max-width: 640px){.live-tv-page{padding-top:18px}.live-tv-panel,.live-tv-sidebar{padding:14px}.tv-line{grid-template-columns:44px minmax(0,1fr) auto;gap:10px}.tv-score{font-size:1.2rem}.live-tv-brand img{width:48px;height:48px}}

@media (max-width: 900px) {
  html, body {
    overflow-x: hidden !important;
  }

  .wrap,
  .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .topbar,
  .topbar-inner,
  .nav {
    position: relative !important;
    min-height: auto !important;
  }

  .nav,
  .topbar-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px !important;
    padding: 12px !important;
  }

  .brand {
    justify-content: center !important;
    text-align: center !important;
    font-size: 20px !important;
    gap: 10px !important;
  }

  .brand img {
    width: 52px !important;
    height: 52px !important;
  }

  .menu,
  .nav {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    gap: 8px !important;
    padding-bottom: 6px !important;
    justify-content: flex-start !important;
    -webkit-overflow-scrolling: touch;
  }

  .menu a,
  .nav a {
    white-space: nowrap !important;
    flex: 0 0 auto !important;
    font-size: 15px !important;
    padding: 10px 12px !important;
    border-radius: 14px !important;
  }

  .hero,
  .hero-card {
    margin-top: 12px !important;
    padding: 16px !important;
    border-radius: 22px !important;
  }

  .hero,
  .hero-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  h1,
  .hero-copy h1 {
    font-size: 34px !important;
    line-height: 1.05 !important;
    letter-spacing: -0.5px !important;
  }

  .hero p,
  .hero-copy p {
    font-size: 16px !important;
    line-height: 1.35 !important;
  }

  .eyebrow {
    font-size: 13px !important;
    padding: 7px 10px !important;
  }

  .meta-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }

  .meta-card,
  .meta-box {
    padding: 12px !important;
    border-radius: 16px !important;
  }

  .meta-card .big,
  .meta-box strong {
    font-size: 22px !important;
  }

  .meta-card .small,
  .meta-box span {
    font-size: 13px !important;
  }

  .main,
  .panel-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    margin-top: 12px !important;
  }

  .panel,
  .controls,
  .results,
  .card {
    padding: 14px !important;
    border-radius: 20px !important;
  }

  .panel h2,
  .controls h2,
  .results h2,
  .results-head h2 {
    font-size: 24px !important;
    margin-bottom: 6px !important;
  }

  .panel p,
  .controls p,
  .results-head p {
    font-size: 15px !important;
  }

  .control-label,
  .field label {
    font-size: 15px !important;
    margin-top: 12px !important;
  }

  select,
  input,
  .field input,
  .field select {
    height: 46px !important;
    padding: 0 12px !important;
    border-radius: 14px !important;
    font-size: 16px !important;
  }

  .seg,
  .tab-row,
  .btn-row,
  .tabs {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }

  .seg.stack,
  .tabs {
    grid-template-columns: 1fr !important;
  }

  .seg button,
  .tab,
  .btn,
  .tabs button {
    width: 100% !important;
    min-height: 44px !important;
    padding: 10px 12px !important;
    font-size: 16px !important;
    border-radius: 14px !important;
  }

  .results-head {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .pillbar,
  .headline-bar {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
  }

  .pill {
    font-size: 13px !important;
    padding: 7px 10px !important;
  }

  .header-row,
  .table-head {
    display: none !important;
  }

  .result-card,
  .row {
    display: grid !important;
    grid-template-columns: 42px 1fr !important;
    gap: 8px 12px !important;
    padding: 14px !important;
    margin-bottom: 10px !important;
    border-radius: 18px !important;
    min-height: auto !important;
  }

  .rank {
    grid-row: 1 / span 4 !important;
    font-size: 22px !important;
    text-align: left !important;
    align-self: start !important;
  }

  .name,
  .name strong {
    font-size: 21px !important;
    line-height: 1.08 !important;
  }

  .club-pill,
  .club-chip {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 8px 11px !important;
    font-size: 14px !important;
    line-height: 1.15 !important;
    text-align: left !important;
    justify-content: flex-start !important;
  }

  .country {
    justify-content: flex-start !important;
    font-size: 15px !important;
    gap: 7px !important;
  }

  .country img,
  .flag-box {
    width: 28px !important;
    height: 20px !important;
  }

  .series,
  .total {
    text-align: left !important;
    font-size: 17px !important;
  }

  .total {
    font-size: 23px !important;
    font-weight: 900 !important;
  }

  .series::before {
    content: "Serije: ";
    color: #5f7391;
    font-weight: 700;
  }

  .total::before {
    content: "Skupaj: ";
    color: #5f7391;
    font-size: 16px;
    font-weight: 700;
  }

  .sub {
    font-size: 13px !important;
  }

  .note,
  .small-note {
    font-size: 13px !important;
    line-height: 1.35 !important;
  }
}

/* Extra small phones */
@media (max-width: 480px) {
  .brand {
    font-size: 18px !important;
  }

  h1,
  .hero-copy h1 {
    font-size: 29px !important;
  }

  .meta-grid {
    grid-template-columns: 1fr !important;
  }

  .seg,
  .tab-row,
  .btn-row {
    grid-template-columns: 1fr !important;
  }

  .result-card,
  .row {
    grid-template-columns: 36px 1fr !important;
    padding: 12px !important;
  }

  .rank {
    font-size: 20px !important;
  }

  .name,
  .name strong {
    font-size: 19px !important;
  }

  .club-pill,
  .club-chip {
    font-size: 13px !important;
  }

  .country,
  .series {
    font-size: 14px !important;
  }

  .total {
    font-size: 21px !important;
  }
}

/* VK SCREEN na mobitelu naj ne bo prevelik */
@media (max-width: 900px) {
  .screen-header {
    padding: 12px !important;
  }

  .screen-brand {
    gap: 10px !important;
  }

  .screen-logo {
    width: 48px !important;
    height: 48px !important;
    border-radius: 12px !important;
  }

  .screen-brand h1 {
    font-size: 32px !important;
  }

  .screen-brand p {
    font-size: 13px !important;
  }

  .screen-info {
    font-size: 13px !important;
  }

  .screen-row {
    grid-template-columns: 42px 1fr !important;
    gap: 8px 12px !important;
    min-height: auto !important;
    padding: 12px !important;
  }

  .individual-grid,
  .team-grid {
    grid-template-columns: 42px 1fr !important;
  }

  .screen-head {
    display: none !important;
  }

  .section-title {
    font-size: 28px !important;
  }
}
.results {
  transition: opacity 0.25s ease;
}
