:root{
  --bg:#050505;
  --bg-soft:#090b12;
  --bg-card:#0d1322;
  --bg-card-2:#111827;
  --line:rgba(255,255,255,.09);
  --line-soft:rgba(255,255,255,.06);
  --text:#f5f7fb;
  --muted:#aeb7c8;
  --muted-2:#d5d9e6;
  --gold:#ffd86b;
  --gold-2:#e1b64c;
  --gold-3:#fff0b0;
  --red:#ef1739;
  --green:#19b66a;
  --radius:18px;
  --radius-lg:24px;
  --shadow:0 18px 45px rgba(0,0,0,.42);
  --shadow-soft:0 10px 28px rgba(0,0,0,.32);
}

/* =========================
   RESET
========================= */

*{
  box-sizing:border-box;
}

html,
body{
  margin:0;
  padding:0;
  min-height:100%;
}

html{
  -webkit-text-size-adjust:100%;
  scroll-behavior:smooth;
}

body{
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  color:var(--text);
  background:
    linear-gradient(rgba(0,0,0,.60),rgba(0,0,0,.80)),
    url("https://cdn.ope8k8.com/bandartotowebp/projectbarubandartoto/bgwebbandartotoketiga.webp") center/cover fixed,
    linear-gradient(180deg,#050505,#0b0d12);
  min-height:100vh;
  touch-action:manipulation;
  overscroll-behavior:none;
  -webkit-tap-highlight-color:transparent;
}

body:has(.news-layout),
body:has(.detail-layout),
body:has(.news-index-premium),
body:has(.news-detail-premium){
  background:#000 !important;
}

a{
  color:inherit;
}

button,
input,
select,
textarea{
  font:inherit;
  font-size:16px;
}

button{
  cursor:pointer;
}

img{
  max-width:100%;
}

.container{
  width:94%;
  max-width:1200px;
  margin:0 auto;
}

/* =========================
   TOPBAR
========================= */

.topbar,
.site-header,
.navbar,
header{
  position:sticky;
  top:0;
  z-index:9999;
  width:100%;
  background:rgba(5,5,5,.88);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(255,255,255,.08);
  box-shadow:0 6px 22px rgba(0,0,0,.35);
}

.topbar .wrap{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:10px 6px;
}

.brand{
  display:flex;
  align-items:center;
  gap:10px;
  border:0;
  background:transparent;
  padding:0;
  color:#fff;
}

.logo{
  height:46px;
  border-radius:12px;
  object-fit:contain;
}

.brand-text{
  font-size:22px;
  font-weight:950;
  color:var(--gold);
  letter-spacing:.3px;
  text-shadow:0 2px 10px rgba(0,0,0,.7);
}

/* =========================
   SEARCH
========================= */

.searchbox{
  position:relative;
  flex:1;
  max-width:540px;
}

.searchbox input{
  width:100%;
  height:46px;
  padding:0 42px 0 14px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.12);
  outline:0;
  background:rgba(10,13,22,.92);
  color:#fff;
  font-weight:700;
  transition:.2s ease;
}

.searchbox input:focus{
  border-color:rgba(255,216,107,.55);
  box-shadow:0 0 0 3px rgba(255,216,107,.10);
}

.searchbox svg{
  position:absolute;
  right:13px;
  top:50%;
  transform:translateY(-50%);
  width:18px;
  height:18px;
  fill:#b5b8c6;
}

/* =========================
   TICKER
========================= */

.ticker{
  position:relative;
  margin:12px auto 14px;
  padding:9px 14px;
  border-radius:16px;
  overflow:hidden;
  background:linear-gradient(180deg,rgba(22,24,31,.94),rgba(10,12,18,.94));
  border:1px solid rgba(255,216,107,.20);
  box-shadow:var(--shadow-soft);
}

.ticker__track{
  display:flex;
  gap:64px;
  white-space:nowrap;
  animation:scrollX 28s linear infinite;
}

.ticker:hover .ticker__track{
  animation-play-state:paused;
}

.ticker span{
  color:#f7f7fb;
  font-weight:700;
  opacity:.95;
}

@keyframes scrollX{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}

/* =========================
   HERO
========================= */

.hero{
  position:relative;
  text-align:center;
  padding:30px 20px 20px;
  z-index:2;
}

.hero h1{
  display:inline-block;
  position:relative;
  margin:0;
  color:#fff;
  font-size:clamp(30px,5vw,56px);
  font-weight:950;
  line-height:1.1;
  letter-spacing:.3px;
  text-shadow:
    0 2px 0 #000,
    0 8px 22px rgba(0,0,0,.9),
    0 0 28px rgba(255,216,107,.24);
}

.hero h1::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:-12px;
  width:120px;
  height:4px;
  transform:translateX(-50%);
  border-radius:999px;
  background:linear-gradient(90deg,transparent,var(--gold),transparent);
  box-shadow:0 0 16px rgba(255,216,107,.65);
}

.hero .date{
  margin:26px 0 0;
  color:var(--gold);
  font-size:22px;
  font-weight:850;
  text-shadow:0 2px 10px rgba(0,0,0,.85);
}

/* =========================
   SLIDER
========================= */

.slider{
  position:relative;
  margin:14px auto 12px;
  border-radius:20px;
  overflow:hidden;
  background:#080b12;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:var(--shadow);
}

.slide-track{
  display:flex;
  transition:transform .55s cubic-bezier(.22,.61,.36,1);
  will-change:transform;
}

.slide{
  min-width:100%;
  aspect-ratio:3/1;
  display:grid;
  place-items:center;
  background:linear-gradient(180deg,#090b12,#111827);
}

.slide img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  display:block;
}

.ctrl{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(0,0,0,.50);
  color:#fff;
  transition:.2s ease;
}

.ctrl:hover{
  background:rgba(0,0,0,.78);
  border-color:rgba(255,216,107,.45);
}

.prev{left:12px}
.next{right:12px}

.dots{
  position:absolute;
  left:0;
  right:0;
  bottom:10px;
  display:flex;
  justify-content:center;
  gap:7px;
}

.dot{
  width:8px;
  height:8px;
  padding:0;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.35);
  background:rgba(255,255,255,.38);
}

.dot.active{
  width:24px;
  background:linear-gradient(180deg,var(--gold),var(--gold-2));
}

/* =========================
   CTA BUTTON
========================= */

.authbar{
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  gap:14px;
  margin:14px auto 8px;
}

.btn-cta{
  position:relative;
  min-width:160px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 26px;
  border-radius:999px;
  overflow:hidden;
  font-weight:900;
  letter-spacing:.35px;
  text-decoration:none;
  box-shadow:0 12px 28px rgba(0,0,0,.35);
  transition:transform .16s ease,filter .16s ease;
}

.btn-cta::before{
  content:"";
  position:absolute;
  top:-130%;
  left:-40%;
  width:44%;
  height:320%;
  pointer-events:none;
  transform:translateX(-150%) rotate(10deg);
  background:linear-gradient(115deg,transparent,rgba(255,255,255,.20),rgba(255,255,255,.48),rgba(255,255,255,.16),transparent);
  animation:btnSweep 3s linear infinite;
}

.btn-cta:hover{
  filter:brightness(1.06);
}

.btn-cta:active{
  transform:translateY(1px);
}

.btn-gold{
  color:#171006;
  background:linear-gradient(180deg,#ffe58f,var(--gold) 55%,var(--gold-2));
  border:1px solid rgba(255,216,107,.75);
  text-shadow:0 1px 0 rgba(255,255,255,.45);
}

.btn-rgb{
  color:#f5f7fb;
  background:linear-gradient(180deg,#151923,#0e1118);
  border:1px solid rgba(255,255,255,.16);
}

@keyframes btnSweep{
  to{transform:translateX(285%) rotate(10deg)}
}

/* =========================
   MATCH PANEL
========================= */

.panel{
  margin:24px 0;
  background:#09111f;
  border-radius:24px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 14px 38px rgba(0,0,0,.42);
}

.panel .head{
  min-height:64px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:14px 20px;
  background:linear-gradient(180deg,#ffe596,var(--gold) 55%,var(--gold-2));
  color:#111;
  font-size:18px;
  font-weight:950;
  letter-spacing:.45px;
  text-align:center;
  text-transform:uppercase;
  border-bottom:1px solid rgba(0,0,0,.12);
}

.home-match-grid{
  display:flex;
  flex-direction:column;
  gap:16px;
  padding:18px;
  background:#09111f;
}

.home-match-card{
  display:grid;
  grid-template-columns:170px minmax(0,1fr) 170px;
  align-items:center;
  min-height:150px;
  overflow:hidden;
  border-radius:22px;
  background:linear-gradient(180deg,#07101d,#090f1c);
  border:1px solid rgba(255,255,255,.065);
  box-shadow:0 8px 24px rgba(0,0,0,.25);
}

.home-left{
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  border-right:1px solid rgba(255,255,255,.06);
}

.match-time{
  padding:20px;
  color:#fff;
  font-size:16px;
  line-height:1.6;
  font-weight:850;
  text-align:center;
}

.home-center{
  display:grid;
  grid-template-columns:1fr 110px 1fr;
  align-items:center;
  gap:10px;
  padding:22px;
}

.home-team{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-width:0;
  text-align:center;
}

.home-team img{
  width:76px;
  height:76px;
  object-fit:contain;
  filter:drop-shadow(0 5px 12px rgba(0,0,0,.45));
}

.home-team strong{
  color:#fff;
  font-size:20px;
  font-weight:850;
  line-height:1.35;
}

.home-vs{
  display:flex;
  align-items:center;
  justify-content:center;
}

.home-vs span{
  color:#fff;
  font-size:40px;
  font-weight:950;
  letter-spacing:1px;
  text-shadow:0 3px 12px rgba(0,0,0,.55);
}

.home-right{
  height:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:16px;
  text-align:center;
  border-left:1px solid rgba(255,255,255,.06);
}

.predict-score{
  color:var(--gold);
  font-size:52px;
  font-weight:950;
  line-height:1;
}

.home-right small{
  color:#fff;
  font-size:16px;
  font-weight:750;
}

/* =========================
   EMPTY STATE
========================= */

.empty-panel{
  background:rgba(9,17,31,.94);
}

.empty-state{
  padding:34px 18px;
  text-align:center;
}

.empty-state strong{
  display:block;
  margin-bottom:8px;
  color:var(--gold);
  font-size:22px;
}

.empty-state p{
  margin:0;
  color:var(--muted);
}

/* =========================
   TABLE
========================= */

.twrap{
  overflow:auto;
  border-radius:14px;
  margin-top:12px;
}

.t{
  width:100%;
  border-collapse:collapse;
  font-size:15px;
}

.t th,
.t td{
  border:1px solid #34343f;
  padding:10px 8px;
}

.t thead th{
  background:#1d1d26;
  color:var(--gold);
  font-weight:900;
}

.t tbody tr{
  background:#14141a;
}

.t tbody tr:nth-child(odd){
  background:#191922;
}

.t td.time{
  white-space:nowrap;
}

.t td.score{
  text-align:center;
  font-weight:900;
  color:#ffe38f;
}

/* =========================
   LIVE PANEL
========================= */

:root{
  --live:#ff3b3b;
  --live2:#ff7a7a;
}

.panel.live .head{
  position:relative;
  overflow:hidden;
  padding-left:38px;
  background:linear-gradient(180deg,#ffe596,var(--gold) 55%,var(--gold-2));
  color:#211700;
  text-shadow:0 1px 0 rgba(255,255,255,.45);
}

.panel.live .head::after{
  content:"";
  position:absolute;
  left:14px;
  top:50%;
  width:10px;
  height:10px;
  transform:translateY(-50%);
  border-radius:50%;
  background:radial-gradient(circle,var(--live2),var(--live));
  animation:pulseLive 1.4s ease-in-out infinite;
}

.panel.live .head::before{
  content:"";
  position:absolute;
  inset:-30% -45%;
  pointer-events:none;
  transform:translateX(-120%);
  background:linear-gradient(115deg,transparent,rgba(255,255,255,.18),rgba(255,255,255,.48),rgba(255,255,255,.14),transparent);
  animation:liveShine 3.4s linear infinite;
}

.panel.live .t td.score{
  color:#ffe08e;
  font-weight:850;
}

@keyframes pulseLive{
  0%{box-shadow:0 0 0 0 rgba(255,59,59,.8),0 0 18px rgba(255,59,59,.6)}
  70%{box-shadow:0 0 0 12px rgba(255,59,59,0),0 0 10px rgba(255,59,59,.45)}
  100%{box-shadow:0 0 0 0 rgba(255,59,59,0),0 0 18px rgba(255,59,59,.6)}
}

@keyframes liveShine{
  to{transform:translateX(120%)}
}

/* =========================
   LOADER
========================= */

.loader{
  position:fixed;
  inset:0;
  z-index:99999;
  display:none;
  place-items:center;
  background:rgba(0,0,0,.62);
  backdrop-filter:blur(3px);
}

.loader.show{
  display:grid;
}

.loader-card{
  padding:20px 24px;
  border-radius:18px;
  background:#0d1322;
  border:1px solid rgba(255,255,255,.10);
  box-shadow:var(--shadow);
  text-align:center;
}

.spin{
  width:24px;
  height:24px;
  margin:10px auto 0;
  border-radius:999px;
  border:3px solid rgba(255,255,255,.22);
  border-top-color:var(--gold);
  animation:spin 1s linear infinite;
}

@keyframes spin{
  to{transform:rotate(360deg)}
}

.footer{
  margin:28px 0;
  color:#c9cbd7;
  text-align:center;
}

/* =========================
   QUICK MENU
========================= */

.mc-fab{
  position:fixed;
  left:14px;
  bottom:16px;
  z-index:9999;
  padding:11px 18px;
  border:0;
  border-radius:16px;
  background:linear-gradient(180deg,#ffe27d,#f3b500);
  color:#5c1a00;
  font-weight:950;
  box-shadow:0 12px 28px rgba(0,0,0,.38);
}

.mc-fab:active{
  transform:translateY(1px);
}

.mc-sheet{
  position:fixed;
  left:14px;
  bottom:78px;
  width:330px;
  max-width:92vw;
  z-index:9998;
  color:#fff;
  background:linear-gradient(180deg,#101725,#080d18);
  border:1px solid rgba(255,216,107,.30);
  border-radius:20px;
  box-shadow:0 18px 45px rgba(0,0,0,.55);
  transform:translateY(10px) scale(.98);
  opacity:0;
  pointer-events:none;
  transition:.22s ease;
  overflow:hidden;
}

.mc-sheet.show{
  transform:none;
  opacity:1;
  pointer-events:auto;
}

.mc-head{
  padding:16px 16px 4px;
  font-size:18px;
  font-weight:950;
  color:var(--gold);
}

.mc-sub{
  padding:0 16px 8px;
  color:var(--muted);
  font-size:12px;
}

.mc-list{
  padding:8px 14px 16px;
}

.mc-item{
  display:flex;
  align-items:center;
  gap:12px;
  margin:10px 0;
  padding:12px;
  border-radius:16px;
  color:#e9ebf5;
  background:#0b1020;
  border:1px solid rgba(255,255,255,.08);
}

.mc-icon{
  width:44px;
  height:44px;
  flex:0 0 44px;
  display:grid;
  place-items:center;
  overflow:hidden;
  border-radius:12px;
  background:#171d2b;
}

.mc-icon img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
}

.mc-ttl{
  margin-bottom:4px;
  font-weight:900;
}

.mc-desc{
  color:#b6b9c6;
  font-size:12px;
}

.mc-close{
  display:block;
  width:calc(100% - 24px);
  margin:10px auto 14px;
  padding:11px 14px;
  border-radius:999px;
  border:1px solid rgba(255,216,107,.45);
  background:linear-gradient(180deg,#ffe08e,#d9aa38);
  color:#251800;
  font-weight:950;
}

/* =========================
   NEWS HERO
========================= */

.news-hero,
.news-hero-premium{
  padding:30px 0 18px;
  background:transparent !important;
  border:0 !important;
}

.news-hero .container,
.news-hero-premium .container{
  max-width:1300px;
}

.news-kicker{
  display:inline-flex;
  align-items:center;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(255,216,107,.10);
  border:1px solid rgba(255,216,107,.24);
  color:#ffe08e;
  font-size:11px;
  font-weight:950;
  letter-spacing:.8px;
}

.news-hero h1,
.news-hero-premium h1{
  margin:12px 0 8px;
  color:#fff;
  font-size:clamp(34px,4vw,52px);
  line-height:1.08;
  font-weight:950;
  text-shadow:0 2px 0 #000;
}

.news-hero p,
.news-hero-premium p{
  max-width:760px;
  margin:0;
  color:#d7ddec;
  font-size:15px;
  line-height:1.75;
  font-weight:650;
}

/* =========================
   NEWS LAYOUT
========================= */

.news-layout,
.detail-layout,
.news-index-premium,
.news-detail-premium{
  width:94%;
  max-width:1300px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 330px;
  gap:28px;
  align-items:start;
  margin:24px auto 0;
  padding-bottom:46px;
  background:transparent !important;
}

.news-list{
  display:grid;
  gap:24px;
}

.news-card{
  display:block;
  padding:18px;
  overflow:hidden;
  border-radius:22px;
  background:linear-gradient(180deg,rgba(18,24,39,.98),rgba(10,15,28,.98));
  border:1px solid rgba(255,255,255,.13);
  box-shadow:var(--shadow);
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}

.news-card:hover{
  transform:translateY(-3px);
  border-color:rgba(255,216,107,.34);
  box-shadow:0 22px 58px rgba(0,0,0,.46);
}

.news-thumb{
  display:block;
  width:100%;
  aspect-ratio:16/9;
  overflow:hidden;
  margin-bottom:18px;
  border-radius:18px;
  background:#0b1020;
}

.news-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.news-card-body{
  padding:0 4px 4px;
}

.news-meta-top{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:9px;
  margin-bottom:12px;
  color:#c9d1e6;
  font-size:13px;
  font-weight:800;
}

.news-badge{
  display:inline-flex;
  align-items:center;
  width:max-content;
  padding:7px 12px;
  border-radius:999px;
  background:var(--red);
  color:#fff;
  font-size:11px;
  line-height:1;
  font-weight:950;
  text-transform:uppercase;
  text-decoration:none;
  letter-spacing:.35px;
}

.news-card h2{
  margin:0 0 10px;
  color:#fff;
  font-size:clamp(28px,3.1vw,46px);
  line-height:1.12;
  font-weight:950;
  letter-spacing:-.8px;
  text-shadow:0 2px 0 #000;
}

.news-card h2 a{
  color:#fff;
  text-decoration:none;
}

.news-card h2 a:hover{
  color:#ffe08e;
}

.news-meta{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
  margin:0 0 14px;
  color:#aeb7cd;
  font-size:13px;
  line-height:1.6;
}

.news-card p,
.news-excerpt{
  margin:0 0 16px;
  color:#e2e8f8;
  font-size:15px;
  line-height:1.75;
  font-weight:650;
}

.read-more{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border-radius:999px;
  color:#fff;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.18);
  font-size:13px;
  font-weight:950;
  text-decoration:none;
}

.read-more:hover{
  background:rgba(255,216,107,.16);
  border-color:rgba(255,216,107,.30);
}

.news-empty{
  padding:24px;
  border-radius:18px;
  background:#0b1020;
  border:1px solid rgba(255,255,255,.12);
  color:#dce3f7;
}

/* =========================
   NEWS SIDEBAR
========================= */

.news-sidebar{
  position:sticky;
  top:86px;
  display:flex;
  flex-direction:column;
  gap:18px;
}

.side-box{
  padding:18px;
  border-radius:18px;
  background:linear-gradient(180deg,rgba(18,24,39,.98),rgba(10,15,28,.98));
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 14px 34px rgba(0,0,0,.32);
}

.side-box h3{
  margin:0 0 14px;
  color:#fff;
  font-size:18px;
  line-height:1.25;
  font-weight:950;
}

.news-search{
  display:flex;
  gap:8px;
}

.news-search input{
  min-width:0;
  flex:1;
  padding:12px 13px;
  border-radius:11px;
  border:1px solid rgba(255,255,255,.14);
  background:#0b1020;
  color:#fff;
  outline:0;
}

.news-search input:focus{
  border-color:rgba(255,216,107,.48);
}

.news-search button{
  border:0;
  border-radius:11px;
  background:var(--red);
  color:#fff;
  font-weight:950;
  padding:0 15px;
}

.trend-list{
  display:grid;
  gap:14px;
}

.trend-item{
  display:grid;
  grid-template-columns:68px minmax(0,1fr);
  gap:12px;
  align-items:start;
  color:#fff;
  text-decoration:none;
  padding-bottom:14px;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.trend-item:last-child{
  border-bottom:0;
  padding-bottom:0;
}

.trend-item img,
.trend-ph{
  width:68px;
  height:68px;
  border-radius:12px;
  object-fit:cover;
  background:#0b1020;
  display:grid;
  place-items:center;
  flex-shrink:0;
}

.trend-item strong{
  display:block;
  color:#fff;
  font-size:14px;
  line-height:1.35;
  text-decoration:underline;
}

.trend-item small{
  display:block;
  margin-top:6px;
  color:#aab3c8;
  font-size:11px;
}

.cat-list{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
}

.cat-list a{
  padding:8px 11px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.06);
  color:#e7edff;
  font-size:12px;
  text-decoration:none;
}

.side-banner img,
.sidebar-ads img{
  width:100%;
  display:block;
  border-radius:18px;
  object-fit:cover;
  border:1px solid rgba(255,255,255,.13);
  background:#000;
}

.sidebar-ads{
  padding:14px !important;
  overflow:hidden;
}

.sidebar-ads a{
  display:block;
  width:100%;
}

/* =========================
   ARTICLE DETAIL
========================= */

.article-wrap{
  padding:34px;
  border-radius:24px;
  background:linear-gradient(180deg,rgba(18,24,39,.98),rgba(10,15,28,.98)) !important;
  border:1px solid rgba(255,255,255,.13);
  box-shadow:var(--shadow);
}

.article-wrap::before,
.article-wrap::after,
.news-layout::before,
.news-layout::after,
.detail-layout::before,
.detail-layout::after{
  display:none !important;
  background:none !important;
}

.article-wrap > h1{
  margin:18px 0 12px;
  color:#fff;
  font-size:clamp(36px,4.6vw,62px);
  line-height:1.08;
  font-weight:950;
  letter-spacing:-1px;
  text-shadow:0 2px 0 #000;
}

.article-cover{
  width:100%;
  aspect-ratio:16/9;
  max-height:none;
  object-fit:cover;
  display:block;
  margin:24px 0 30px;
  border-radius:20px;
  border:1px solid rgba(255,255,255,.13);
}

.article-content{
  max-width:900px;
  color:#f1f5ff;
  font-size:19px;
  line-height:2.02;
  overflow-wrap:break-word;
  word-break:break-word;
}

.article-content p{
  margin:0 0 30px;
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4{
  color:#fff;
  font-weight:950;
  line-height:1.25;
  margin:46px 0 18px;
  letter-spacing:-.5px;
}

.article-content h1{font-size:38px}
.article-content h2{font-size:32px}
.article-content h3{font-size:26px}
.article-content h4{font-size:22px}

.article-content strong{
  color:#fff;
  font-weight:900;
}

.article-content a{
  color:#79bdff;
  font-weight:850;
  text-decoration:none;
}

.article-content a:hover{
  text-decoration:underline;
}

.article-content ul,
.article-content ol{
  margin:0 0 30px 26px;
  padding:0;
}

.article-content li{
  margin:0 0 10px;
  line-height:1.9;
}

.article-content img{
  width:100%;
  height:auto;
  display:block;
  border-radius:18px;
  margin:34px 0;
}

.article-content blockquote{
  margin:34px 0;
  padding:22px 24px;
  border-left:4px solid var(--gold);
  border-radius:16px;
  background:rgba(255,216,107,.08);
  color:#fff;
}

.article-content table{
  width:100%;
  border-collapse:collapse;
  margin:34px 0;
  overflow:hidden;
  border-radius:16px;
}

.article-content table td,
.article-content table th{
  border:1px solid rgba(255,255,255,.10);
  padding:14px;
}

.article-content hr{
  border:0;
  border-top:1px solid rgba(255,255,255,.10);
  margin:38px 0;
}

.tag-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:34px;
}

.tag-row span{
  padding:9px 13px;
  border-radius:999px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.12);
  color:#fff;
  font-size:13px;
}

.related{
  margin-top:46px;
}

.related h2{
  margin:0 0 18px;
  color:#fff;
  font-size:28px;
}

.related-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}

.related-grid a{
  display:block;
  overflow:hidden;
  border-radius:16px;
  background:#0b1020;
  border:1px solid rgba(255,255,255,.12);
  color:#fff;
  text-decoration:none;
}

.related-grid img{
  width:100%;
  height:130px;
  object-fit:cover;
  display:block;
}

.related-grid strong{
  display:block;
  padding:13px;
  font-size:14px;
  line-height:1.45;
}

/* =========================
   ADMIN PREVIEW
========================= */

.preview-box{
  width:100%;
  max-width:520px;
  padding:16px;
  overflow:hidden;
  border-radius:24px;
  background:#0f1729;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 15px 40px rgba(0,0,0,.35);
}

.preview-title{
  margin-bottom:14px;
  color:#fff;
  font-size:15px;
  font-weight:800;
}

.preview-image{
  width:100%;
  max-width:100%;
  display:block;
  object-fit:cover;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.06);
  background:#000;
}

.preview-box.sidebar-preview{
  max-width:360px;
}

.preview-box.sidebar-preview .preview-image{
  aspect-ratio:4/5;
  object-fit:cover;
}

/* =========================
   CALCULATOR ODDS
========================= */

.calc-hero{
  padding:24px 0 10px;
  text-align:center;
}

.calc-hero-inner{
  position:relative;
  overflow:hidden;
  padding:26px 18px;
  border-radius:24px;
  background:linear-gradient(180deg,rgba(20,20,24,.86),rgba(9,9,12,.72));
  border:1px solid rgba(255,216,107,.28);
  box-shadow:0 20px 60px rgba(0,0,0,.42);
}

.calc-hero-inner::before{
  content:"";
  position:absolute;
  inset:-1px;
  pointer-events:none;
  background:radial-gradient(circle at 50% 0%,rgba(255,216,107,.22),transparent 42%);
}

.calc-badge{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-bottom:10px;
  padding:7px 14px;
  border-radius:999px;
  background:linear-gradient(180deg,#ffe08e,#d9a938);
  color:#171006;
  font-size:12px;
  font-weight:950;
  letter-spacing:.4px;
  text-transform:uppercase;
}

.calc-hero h1{
  position:relative;
  margin:0;
  color:#fff;
  font-size:clamp(28px,5vw,48px);
  line-height:1.05;
  text-shadow:0 2px 0 #000,0 0 22px rgba(255,216,107,.45);
}

.calc-hero p{
  position:relative;
  max-width:720px;
  margin:12px auto 0;
  color:#d5d8e6;
  font-weight:650;
  line-height:1.6;
}

.calc-page{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);
  gap:18px;
  align-items:start;
  margin-top:18px;
}

.calc-card{
  padding:18px;
  border-radius:22px;
  background:linear-gradient(180deg,rgba(18,18,24,.94),rgba(12,12,17,.92));
  border:1px solid rgba(255,216,107,.23);
  box-shadow:0 18px 55px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.05);
}

.calc-card-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:16px;
  padding-bottom:14px;
  border-bottom:1px solid rgba(255,216,107,.18);
}

.calc-card h2,
.calc-card h3{
  margin:0;
  color:#fff;
}

.calc-card h2{font-size:22px}
.calc-card h3{font-size:16px}

.calc-eyebrow{
  display:block;
  margin-bottom:4px;
  color:var(--gold);
  font-size:12px;
  font-weight:950;
  letter-spacing:.5px;
  text-transform:uppercase;
}

.calc-icon{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border-radius:16px;
  background:linear-gradient(180deg,#ffe08e,#d4a335);
  color:#1b1405;
  font-size:26px;
  font-weight:950;
}

.calc-field{
  margin-bottom:16px;
}

.calc-field label{
  display:block;
  margin-bottom:8px;
  color:var(--gold);
  font-weight:950;
}

.calc-money{
  display:flex;
  align-items:center;
  gap:10px;
  padding:0 12px;
  border-radius:16px;
  border:1px solid #34343f;
  background:#0d0d12;
}

.calc-money span{
  color:var(--gold);
  font-weight:950;
}

.calc-money input,
.calc-leg input{
  width:100%;
  border:0;
  outline:0;
  background:transparent;
  color:#fff;
  font-weight:850;
  padding:14px 0;
}

.calc-money:focus-within,
.calc-leg:focus-within{
  border-color:var(--gold);
  box-shadow:0 0 0 3px rgba(255,216,107,.12);
}

.calc-row-title{
  display:flex;
  align-items:end;
  justify-content:space-between;
  margin:12px 0 10px;
}

.calc-row-title small{
  color:#b5b8c6;
  font-weight:750;
}

.calc-legs{
  display:grid;
  gap:10px;
}

.calc-leg{
  display:grid;
  grid-template-columns:38px minmax(0,1fr) 42px;
  align-items:center;
  gap:10px;
  padding:8px 10px;
  border-radius:16px;
  background:rgba(5,5,8,.72);
  border:1px solid #30313b;
  transition:.18s ease;
}

.calc-leg-no{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:rgba(255,216,107,.13);
  border:1px solid rgba(255,216,107,.3);
  color:var(--gold);
  font-weight:950;
}

.calc-remove{
  width:34px;
  height:34px;
  border:0;
  border-radius:11px;
  background:rgba(255,75,75,.14);
  color:#ff8b8b;
  font-size:24px;
  line-height:1;
}

.calc-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:16px;
}

.calc-btn{
  border:0;
  border-radius:14px;
  padding:13px 16px;
  font-weight:950;
  transition:.18s ease;
}

.calc-btn:hover{
  transform:translateY(-2px);
  filter:brightness(1.06);
}

.calc-btn-gold{
  background:linear-gradient(180deg,#ffe08e,#e1b64c);
  color:#171006;
}

.calc-btn-green{
  background:linear-gradient(180deg,#34d399,#168756);
  color:#fff;
}

.calc-btn-dark{
  background:#171922;
  border:1px solid #34343f;
  color:#f4f5fb;
}

.calc-notice{
  display:none;
  margin-top:14px;
  padding:12px 14px;
  border-radius:14px;
  background:rgba(255,78,78,.12);
  border:1px solid rgba(255,78,78,.28);
  color:#ffd0d0;
  font-weight:800;
}

.calc-notice.show{
  display:block;
}

.calc-result-grid{
  display:grid;
  gap:12px;
}

.calc-result-item{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:15px;
  border-radius:16px;
  background:linear-gradient(180deg,rgba(255,216,107,.09),rgba(255,216,107,.03));
  border:1px solid rgba(255,216,107,.18);
}

.calc-result-item span{
  color:#c7cad8;
  font-weight:800;
}

.calc-result-item strong{
  color:var(--gold);
  font-size:clamp(18px,3vw,24px);
  text-align:right;
}

.calc-info-box{
  margin-top:14px;
  padding:15px;
  border-radius:16px;
  background:rgba(0,0,0,.24);
  border:1px solid rgba(255,216,107,.16);
}

.calc-info-box p{
  margin:8px 0 0;
  color:#d7d9e4;
  line-height:1.55;
}

.calc-guide{
  margin-top:18px;
}

.calc-guide-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:14px;
}

.calc-guide-grid div{
  display:flex;
  align-items:center;
  gap:10px;
  padding:14px;
  border-radius:16px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
}

.calc-guide-grid b{
  min-width:32px;
  height:32px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:var(--gold);
  color:#171006;
}

.calc-guide-grid span{
  color:#e2e4ee;
  font-weight:750;
}

/* =========================
   PARLAY CALCULATOR
========================= */

.odds-page,
.parlay-calc-wrap{
  position:relative;
  z-index:2;
  padding:36px 0 75px;
}

.parlay-calc-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
}

.parlay-card{
  position:relative;
  overflow:hidden;
  padding:26px;
  border-radius:22px;
  background:linear-gradient(180deg,rgba(10,10,14,.95),rgba(18,18,24,.92));
  border:1px solid rgba(255,255,255,.08);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  box-shadow:0 10px 35px rgba(0,0,0,.35),inset 0 1px 0 rgba(255,255,255,.04);
}

.parlay-card::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:radial-gradient(circle at top right,rgba(255,180,0,.10),transparent 40%);
}

.parlay-card-title{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:24px;
  padding-bottom:16px;
  border-bottom:1px solid rgba(255,255,255,.08);
  color:#fff;
  font-size:22px;
  font-weight:900;
}

.parlay-card-title i{
  color:#ffb300;
  font-size:22px;
}

.parlay-form-group{
  margin-bottom:26px;
}

.parlay-form-group label{
  display:block;
  margin-bottom:12px;
  color:#fff;
  font-size:15px;
  font-weight:800;
}

.parlay-input{
  width:100%;
  height:54px;
  padding:0 18px;
  border:0;
  border-radius:14px;
  background:rgba(12,22,45,.88);
  color:#fff;
  font-size:15px;
  transition:.2s;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.06);
}

.parlay-input::placeholder{
  color:#8b93a7;
}

.parlay-input:focus{
  outline:0;
  background:rgba(16,28,55,.95);
  box-shadow:inset 0 0 0 1px rgba(255,179,0,.55),0 0 0 3px rgba(255,179,0,.08);
}

.parlay-odds-item{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:12px;
}

.removeOdds{
  width:52px;
  height:52px;
  flex-shrink:0;
  border:0;
  border-radius:14px;
  background:rgba(120,25,35,.45);
  color:#ff6b6b;
  font-size:22px;
  font-weight:800;
  transition:.2s;
}

.removeOdds:hover{
  background:rgba(160,30,45,.65);
  color:#fff;
}

.parlay-buttons{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:10px;
}

.parlay-buttons button{
  height:50px;
  border:0;
  border-radius:14px;
  padding:0 20px;
  font-size:14px;
  font-weight:900;
  transition:.2s;
}

.parlay-buttons button:hover{
  transform:translateY(-2px);
}

.btn-yellow{
  background:linear-gradient(135deg,#ffb300,#ff8400);
  color:#1a1200;
}

.btn-green{
  background:linear-gradient(135deg,#00b96b,#00d27b);
  color:#fff;
}

.btn-red{
  background:linear-gradient(135deg,#d92d45,#b71d35);
  color:#fff;
}

.parlay-result{
  margin-top:28px;
  padding:24px;
  border-radius:18px;
  background:rgba(8,16,35,.78);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.05);
}

.parlay-result h3{
  margin:0 0 20px;
  color:#fff;
  text-align:center;
  font-size:24px;
  font-weight:900;
}

.result-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:14px 0;
  border-bottom:1px solid rgba(255,255,255,.06);
}

.result-row:last-child{
  border-bottom:0;
}

.result-row span{
  color:#c9d1e2;
  font-size:15px;
}

.result-row strong{
  color:#ffb300;
  font-size:20px;
  font-weight:900;
}

.parlay-info-box{
  margin-bottom:22px;
  padding:22px;
  border-radius:18px;
  background:rgba(8,16,35,.72);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.05);
}

.parlay-info-box h3{
  margin:0 0 14px;
  color:#fff;
  font-size:21px;
  font-weight:900;
}

.parlay-info-box p{
  margin:0 0 14px;
  color:#c8d0e0;
  line-height:1.8;
  font-size:15px;
}

.parlay-info-box ul{
  margin:0 0 16px 20px;
  padding:0;
}

.parlay-info-box li{
  margin-bottom:10px;
  color:#dbe3f3;
  line-height:1.7;
}

.formula-box{
  padding:18px;
  border-radius:14px;
  background:rgba(255,179,0,.08);
  border-left:4px solid #ffb300;
}

.formula-box p{
  margin:0 0 10px;
  color:#fff0c7;
  font-style:italic;
}

.formula-box p:last-child{
  margin-bottom:0;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:1100px){
  .home-match-card{
    grid-template-columns:145px minmax(0,1fr) 145px;
  }

  .home-center{
    grid-template-columns:1fr 86px 1fr;
  }

  .home-team img{
    width:66px;
    height:66px;
  }

  .home-team strong{
    font-size:17px;
  }

  .predict-score{
    font-size:42px;
  }
}

@media(max-width:980px){
  .news-layout,
  .detail-layout,
  .news-index-premium,
  .news-detail-premium{
    grid-template-columns:1fr;
    max-width:900px;
  }

  .news-sidebar{
    position:static;
  }

  .related-grid{
    grid-template-columns:1fr;
  }

  .calc-page,
  .parlay-calc-grid{
    grid-template-columns:1fr;
  }

  .calc-guide-grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:768px){
  .container{
    width:94%;
  }

  .topbar .wrap{
    padding:10px;
  }

  .logo{
    height:42px;
  }

  .brand-text{
    font-size:18px;
  }

  .slide{
    aspect-ratio:16/9;
  }

  .authbar{
    gap:10px;
  }

  .btn-cta{
    width:calc(50% - 5px);
    min-width:0;
    padding:14px 0;
    font-size:14px;
  }

  .hero{
    padding:22px 14px 18px;
  }

  .hero .date{
    margin-top:22px;
    font-size:16px;
  }

  .panel{
    border-radius:22px;
  }

  .panel .head{
    min-height:58px;
    padding:12px;
    font-size:15px;
  }

  .home-match-grid{
    padding:14px;
    gap:14px;
  }

  .home-match-card{
    grid-template-columns:1fr;
    min-height:auto;
  }

  .home-left{
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.06);
  }

  .match-time{
    padding:16px 10px;
    font-size:14px;
  }

  .home-center{
    grid-template-columns:1fr 64px 1fr;
    gap:8px;
    padding:22px 12px;
  }

  .home-team img{
    width:56px;
    height:56px;
  }

  .home-team strong{
    font-size:14px;
    line-height:1.35;
  }

  .home-vs span{
    font-size:28px;
  }

  .home-right{
    border-left:0;
    border-top:1px solid rgba(255,255,255,.06);
    padding:16px 10px;
  }

  .predict-score{
    font-size:38px;
  }

  .home-right small{
    font-size:13px;
  }

  .news-layout,
  .detail-layout,
  .news-index-premium,
  .news-detail-premium{
    width:94%;
    gap:20px;
    margin-top:16px;
  }

  .news-card,
  .article-wrap{
    padding:15px;
    border-radius:18px;
  }

  .news-card h2{
    font-size:28px;
  }

  .article-wrap > h1{
    font-size:34px;
    line-height:1.16;
  }

  .article-content{
    font-size:17px;
    line-height:1.95;
  }

  .article-content p{
    margin-bottom:26px;
  }

  .article-content h1{font-size:30px}
  .article-content h2{font-size:26px}
  .article-content h3{font-size:23px}

  .news-search{
    flex-direction:column;
  }

  .news-search button{
    padding:12px;
  }

  .preview-box,
  .preview-box.sidebar-preview{
    max-width:100%;
  }

  .calc-card,
  .parlay-card{
    padding:18px;
    border-radius:18px;
  }

  .calc-actions .calc-btn{
    flex:1 1 140px;
  }

  .parlay-buttons{
    flex-direction:column;
  }

  .parlay-buttons button{
    width:100%;
  }
}

@media(max-width:480px){
  .searchbox input{
    height:42px;
  }

  .hero h1{
    font-size:28px;
  }

  .hero .date{
    font-size:14px;
  }

  .home-center{
    grid-template-columns:1fr 52px 1fr;
    gap:6px;
    padding:18px 8px;
  }

  .home-team img{
    width:50px;
    height:50px;
  }

  .home-team strong{
    font-size:13px;
  }

  .home-vs span{
    font-size:23px;
  }

  .predict-score{
    font-size:34px;
  }

  .ctrl{
    width:34px;
    height:34px;
  }

  .mc-sheet{
    left:10px;
    bottom:74px;
  }

  .t{
    font-size:14px;
  }

  .t th,
  .t td{
    padding:10px 8px;
  }
}
