:root{
  --korarab-gold:#d6ad45;
  --korarab-gold-2:#ffe384;
  --korarab-ink:#070b14;
  --korarab-panel:#101827;
  --korarab-panel-2:#172238;
  --korarab-text:#f7f8fb;
  --korarab-muted:rgba(247,248,251,.68);
  --korarab-line:rgba(231,190,82,.24);
  --korarab-radius:24px;
  --korarab-shadow:0 24px 70px rgba(0,0,0,.28);
}

.korarab-cms,
.korarab-section,
.korarab-hero,
.korarab-prediction-card,
.korarab-live-center-front{
  box-sizing:border-box;
  font-family:Inter,"Noto Kufi Arabic","Noto Sans Arabic",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.korarab-cms *,
.korarab-section *,
.korarab-hero *,
.korarab-prediction-card *,
.korarab-live-center-front *{box-sizing:border-box}
.korarab-cms{background:var(--korarab-ink);color:var(--korarab-text);overflow:hidden}
.korarab-shell{width:min(1240px,calc(100% - 40px));margin-inline:auto}
.korarab-section{padding:48px 0;background:linear-gradient(180deg,#080d18,#0b111f);color:var(--korarab-text)}
.korarab-section:nth-of-type(even){background:linear-gradient(180deg,#0a101d,#0d1424)}
.korarab-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:22px}
.korarab-section-head span,.korarab-eyebrow{display:block;color:var(--korarab-gold-2);font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.korarab-section-head h2{margin:7px 0 0;color:#fff;font-size:clamp(25px,3.2vw,42px);line-height:1.05;letter-spacing:-.035em}
.korarab-section-head>small{color:var(--korarab-muted);font-size:13px}

/* Top matches live date/time header */
.korarab-top-datetime{display:inline-flex;align-items:center;gap:9px;padding:8px 13px;border:1px solid rgba(231,190,82,.26);border-radius:999px;background:rgba(255,255,255,.045);color:#fff!important;font-weight:850;line-height:1;white-space:nowrap;box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}
.korarab-top-datetime span{display:inline!important;color:#fff!important;font-size:12px!important;letter-spacing:0!important;text-transform:none!important;font-weight:850!important}
.korarab-top-datetime b{display:inline-block;color:#ffe384;font-variant-numeric:tabular-nums;font-size:12px;min-width:62px;text-align:start}
@media(max-width:720px){.korarab-top-datetime{width:100%;justify-content:center;margin-top:10px;border-radius:16px;white-space:normal}.korarab-top-datetime span,.korarab-top-datetime b{font-size:11px!important}}
.korarab-empty{border:1px dashed var(--korarab-line);border-radius:20px;padding:28px;text-align:center;color:var(--korarab-muted);background:rgba(255,255,255,.025)}

/* Premium Hero */
.korarab-hero{position:relative;min-height:var(--hero-height,760px);display:flex;align-items:center;overflow:hidden;background:#060a13;color:#fff;isolation:isolate}
.korarab-hero__bg{position:absolute;inset:-2%;z-index:-2;background-image:linear-gradient(105deg,rgba(4,7,15,var(--hero-overlay,.68)) 5%,rgba(4,7,15,.58) 45%,rgba(4,7,15,.28)),var(--hero-bg);background-size:cover;background-position:center;transform:scale(1.025);will-change:transform}
.korarab-hero:after{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at 15% 20%,rgba(255,220,110,.16),transparent 34%),linear-gradient(180deg,transparent 55%,#080d18 100%);pointer-events:none}
.korarab-hero.is-kenburns .korarab-hero__bg{animation:korarabKenBurns 18s ease-in-out infinite alternate}
.korarab-hero__content{position:relative;z-index:1;padding-block:96px;max-width:900px;margin-inline:0}
.korarab-hero h1{margin:14px 0 16px;color:#fff;font-size:clamp(58px,10vw,138px);line-height:.84;letter-spacing:-.06em;font-weight:1000;text-shadow:0 14px 38px rgba(0,0,0,.28)}
.korarab-hero__subtitle{margin:0;max-width:760px;color:#fff;font-size:clamp(20px,2.6vw,34px);line-height:1.35;font-weight:850}
.korarab-hero__description{margin:14px 0 0;max-width:680px;color:var(--korarab-muted);font-size:clamp(15px,1.5vw,19px);line-height:1.75}
.korarab-hero__actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.korarab-hero__actions a,.korarab-primary-button,.korarab-bookmaker-card .bookmaker-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border-radius:14px;padding:11px 21px;background:linear-gradient(135deg,var(--korarab-gold-2),#bd8829);color:#171105!important;text-decoration:none!important;font-weight:950;box-shadow:0 12px 34px rgba(214,173,69,.2);transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}
.korarab-hero__actions a:hover,.korarab-primary-button:hover,.korarab-bookmaker-card .bookmaker-actions a:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(214,173,69,.3);filter:brightness(1.04)}
.korarab-hero__actions a.secondary{background:rgba(255,255,255,.08);color:#fff!important;border:1px solid rgba(255,255,255,.18);box-shadow:none;backdrop-filter:blur(10px)}
@keyframes korarabKenBurns{0%{transform:scale(1.025) translate3d(0,0,0)}100%{transform:scale(1.12) translate3d(-1.4%,1%,0)}}
@media(prefers-reduced-motion:reduce){.korarab-hero.is-kenburns .korarab-hero__bg{animation:none}.korarab-hero__actions a,.korarab-primary-button{transition:none}}

/* Top Matches */
.korarab-match-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.korarab-match-list article{position:relative;overflow:hidden;border:1px solid var(--korarab-line);border-radius:22px;padding:17px;background:linear-gradient(145deg,rgba(24,34,57,.96),rgba(7,11,20,.98));box-shadow:0 18px 45px rgba(0,0,0,.18)}
.korarab-match-list article:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 0 0,rgba(255,220,110,.11),transparent 42%);pointer-events:none}
.match-league{position:relative;display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:9px;margin-bottom:18px}
.match-league img{width:28px;height:28px;object-fit:contain}
.match-league strong{font-size:12px;color:var(--korarab-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.match-league span{border-radius:999px;padding:5px 9px;background:rgba(255,255,255,.08);font-size:10px;font-weight:900;color:#fff}
.match-league span.live{background:#ef3758;box-shadow:0 0 20px rgba(239,55,88,.35)}
.match-teams{position:relative;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;text-align:center}
.match-teams>div{display:grid;justify-items:center;gap:8px;min-width:0}
.match-teams img{width:50px;height:50px;object-fit:contain}
.match-teams b{font-size:13px;line-height:1.25;overflow-wrap:anywhere}
.match-teams>strong{color:var(--korarab-gold-2);font-size:24px;white-space:nowrap}
.korarab-match-list article>small{display:block;margin-top:15px;color:var(--korarab-muted);font-size:11px;text-align:center}

/* Prediction PRO - intentionally compact */
.korarab-prediction-card{--prediction-primary:#f5c542;--prediction-bg:#111827;position:relative;width:min(100%,430px);margin:38px auto;padding:17px;border:1px solid color-mix(in srgb,var(--prediction-primary) 52%,transparent);border-radius:24px;background:linear-gradient(160deg,color-mix(in srgb,var(--prediction-bg) 94%,#27334f),var(--prediction-bg));background-size:cover;background-position:center;color:#fff;box-shadow:var(--korarab-shadow);overflow:hidden}
.korarab-prediction-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 10% 0,color-mix(in srgb,var(--prediction-primary) 16%,transparent),transparent 38%);pointer-events:none}
.korarab-prediction-card>*{position:relative}
.korarab-prediction-card.size-small{width:min(100%,360px);padding:14px;border-radius:20px}
.korarab-prediction-card.size-medium{width:min(100%,480px)}
.korarab-prediction-card.size-large{width:min(100%,600px);padding:24px}
.korarab-prediction-card.template-wide{width:min(100%,720px)}
.korarab-prediction-card .prediction-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.korarab-prediction-card .prediction-header h3{margin:0;color:#fff;font-size:clamp(15px,2vw,21px);line-height:1.14;letter-spacing:-.02em}
.korarab-prediction-card .prediction-header span{display:grid;place-items:center;width:31px;height:31px;border:1px solid color-mix(in srgb,var(--prediction-primary) 45%,transparent);border-radius:10px;background:color-mix(in srgb,var(--prediction-primary) 10%,transparent)}
.korarab-prediction-card .prediction-meta{display:grid;justify-items:center;gap:7px;margin:13px 0}
.korarab-prediction-card .prediction-meta b{border-radius:999px;padding:5px 10px;background:color-mix(in srgb,var(--prediction-primary) 14%,transparent);border:1px solid color-mix(in srgb,var(--prediction-primary) 42%,transparent);color:var(--prediction-primary);font-size:10px;letter-spacing:.06em}
.korarab-prediction-card .prediction-meta small{color:rgba(255,255,255,.65);font-size:10px}
.korarab-prediction-card .prediction-teams{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;text-align:center}
.korarab-prediction-card .prediction-teams>div{display:grid;justify-items:center;gap:7px;min-width:0}
.korarab-prediction-card .prediction-teams img,.korarab-prediction-card .team-initial{width:48px;height:48px;border-radius:50%;object-fit:contain;background:#fff;padding:5px;color:#111;display:grid;place-items:center;font-weight:950}
.korarab-prediction-card .prediction-teams strong{font-size:12px;line-height:1.2;overflow-wrap:anywhere}
.korarab-prediction-card .prediction-score-value{font-size:clamp(25px,4vw,36px);color:var(--prediction-primary);white-space:nowrap}
.korarab-prediction-card .prediction-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:14px}
.korarab-prediction-card .prediction-kpis span{padding:9px 6px;border-radius:12px;background:rgba(255,255,255,.055);color:rgba(255,255,255,.55);font-size:9px;text-align:center;text-transform:uppercase}
.korarab-prediction-card .prediction-kpis b{display:block;margin-top:3px;color:#fff;font-size:13px;text-transform:none}
.korarab-prediction-card .prediction-analysis{margin:13px 0 0;color:rgba(255,255,255,.72);font-size:12px;line-height:1.65}
.korarab-prediction-card .korarab-primary-button{width:100%;margin-top:13px;min-height:42px;font-size:12px;background:linear-gradient(135deg,var(--prediction-primary),color-mix(in srgb,var(--prediction-primary) 68%,#8a5e14))}

/* Bookmakers PRO */
.korarab-bookmakers-pro{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.korarab-bookmaker-card{--bookmaker-accent:var(--korarab-gold);position:relative;min-height:310px;display:flex;flex-direction:column;align-items:flex-start;gap:9px;padding:20px;border:1px solid color-mix(in srgb,var(--bookmaker-accent) 38%,transparent);border-radius:22px;background-image:linear-gradient(145deg,rgba(15,23,39,.9),rgba(5,9,17,.97)),var(--bookmaker-bg,none);background-size:cover;background-position:center;color:#fff;overflow:hidden;box-shadow:0 18px 45px rgba(0,0,0,.2)}
.korarab-bookmaker-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 0 0,color-mix(in srgb,var(--bookmaker-accent) 16%,transparent),transparent 43%);pointer-events:none}
.korarab-bookmaker-card>*{position:relative}
.korarab-bookmaker-card.is-green{--bookmaker-accent:#61d68d}.korarab-bookmaker-card.is-blue{--bookmaker-accent:#67aaf9}.korarab-bookmaker-card.is-dark{--bookmaker-accent:#b8c0ce}
.korarab-bookmaker-card .rank{align-self:flex-end;border-radius:999px;padding:5px 9px;background:color-mix(in srgb,var(--bookmaker-accent) 14%,transparent);color:var(--bookmaker-accent);font-size:11px;font-weight:950}
.korarab-bookmaker-card>img{display:block;width:100%;max-width:none;height:68px;object-fit:contain;object-position:center center;margin:0 0 4px}
.korarab-bookmaker-card h3{margin:3px 0 0;color:#fff;font-size:22px;line-height:1.05}
.korarab-bookmaker-card p{margin:0;width:100%;color:var(--bookmaker-accent);font-size:22px;font-weight:950;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.05}
.korarab-bookmaker-card>strong{color:#fff;font-size:12px}
.korarab-bookmaker-card code{display:flex;align-items:center;justify-content:center;width:100%;box-sizing:border-box;border:1px dashed color-mix(in srgb,var(--bookmaker-accent) 46%,transparent);border-radius:10px;padding:9px 12px;background:color-mix(in srgb,var(--bookmaker-accent) 10%,transparent);color:var(--bookmaker-accent);font-weight:900;text-align:center}
.korarab-bookmaker-card .bookmaker-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;width:100%;margin-top:auto}
.korarab-bookmaker-card .bookmaker-actions a{min-height:42px;padding:9px 11px;font-size:12px;background:linear-gradient(135deg,var(--bookmaker-accent),color-mix(in srgb,var(--bookmaker-accent) 60%,#8a5e14))}
.korarab-bookmaker-card .bookmaker-actions a.secondary{background:rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.14);color:#fff!important;box-shadow:none}
.korarab-bookmaker-card .bookmaker-actions a.is-clicked{filter:brightness(1.12)}

/* News */
.korarab-news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.korarab-news-grid article{overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:22px;background:linear-gradient(145deg,#141e31,#0a0f1c);box-shadow:0 18px 42px rgba(0,0,0,.18);transition:transform .2s ease,border-color .2s ease}
.korarab-news-grid article:hover{transform:translateY(-3px);border-color:var(--korarab-line)}
.korarab-news-grid a{display:block;color:#fff!important;text-decoration:none!important}
.korarab-news-grid img{display:block;width:100%;height:210px;object-fit:cover;background:#111827}
.korarab-news-grid article a>div{padding:17px}
.korarab-news-grid small{color:var(--korarab-gold-2);font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.korarab-news-grid h3{margin:8px 0;color:#fff;font-size:19px;line-height:1.25}
.korarab-news-grid p{margin:0;color:var(--korarab-muted);font-size:13px;line-height:1.55}

/* Live Center */
.korarab-live-center-front{position:relative;padding:44px 0;background:linear-gradient(180deg,#080d18,#0c1322);color:#fff}
.korarab-live-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px;border:1px solid var(--korarab-line);border-radius:18px;padding:14px 16px;background:linear-gradient(135deg,#101827,#1d2a45)}
.korarab-live-head strong{color:var(--korarab-gold-2);letter-spacing:.08em}
.korarab-live-head span{color:var(--korarab-muted);font-size:12px}
.korarab-live-center-front.is-refreshing:after{content:"";position:absolute;inset:0;background:rgba(5,8,15,.35);backdrop-filter:blur(1px);pointer-events:none}
.korarab-live-front-card{border:1px solid var(--korarab-line);border-radius:22px;background:linear-gradient(165deg,#151f34,#070b14);color:#fff;padding:18px;box-shadow:0 18px 48px rgba(0,0,0,.22);margin-bottom:14px}
.korarab-live-front-card .top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}
.korarab-live-front-card .top span{border-radius:999px;padding:5px 10px;background:#ef3758;color:#fff;font-size:11px;font-weight:950;box-shadow:0 0 18px rgba(239,55,88,.3)}
.korarab-live-front-card .top small{color:var(--korarab-muted)}
.korarab-live-front-card .score{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;text-align:center}
.korarab-live-front-card .score b{font-size:15px;overflow-wrap:anywhere}
.korarab-live-front-card .score strong{font-size:30px;color:var(--korarab-gold-2);white-space:nowrap}
.korarab-live-front-card .stats{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:15px}
.korarab-live-front-card .stats span{border-radius:12px;padding:10px 8px;background:rgba(255,255,255,.055);color:rgba(255,255,255,.6);font-size:10px;text-align:center}
.korarab-live-front-card .stats b{display:block;margin-top:4px;color:#fff;font-size:13px}
.korarab-live-front-card .live-timeline{display:grid;gap:5px;margin-top:13px}
.korarab-live-front-card .live-timeline span{display:grid;grid-template-columns:38px 1fr;gap:8px;border-top:1px solid rgba(255,255,255,.07);padding-top:7px;color:rgba(255,255,255,.72);font-size:11px}
.korarab-live-front-card .live-timeline b{color:var(--korarab-gold-2)}
.korarab-live-center-front.has-error .korarab-live-head{border-color:rgba(239,68,68,.45)}

/* Supporting sections / footer */
.korarab-simple-section p{margin:0;border:1px solid var(--korarab-line);border-radius:18px;padding:18px;background:rgba(255,255,255,.035);color:var(--korarab-muted)}
.korarab-footer{padding:42px 0;background:#050810;color:#fff;border-top:1px solid var(--korarab-line)}
.korarab-footer strong{font-size:28px;color:var(--korarab-gold-2)}
.korarab-footer p{max-width:680px;color:var(--korarab-muted)}
.korarab-footer small{color:rgba(255,255,255,.45)}

/* RTL */
[dir="rtl"] .korarab-section-head,[dir="rtl"] .korarab-live-head{direction:rtl}
[dir="rtl"] .korarab-hero__content{text-align:right}
[dir="rtl"] .korarab-bookmaker-card{align-items:flex-start;text-align:right}
[dir="rtl"] .korarab-bookmaker-card>img{object-position:right center}
[dir="rtl"] .korarab-live-front-card .live-timeline span{grid-template-columns:1fr 38px}
[dir="rtl"] .korarab-live-front-card .live-timeline b{grid-column:2}

/* Tablet */
@media(max-width:1024px){
  .korarab-match-list,.korarab-bookmakers-pro,.korarab-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .korarab-live-front-card .stats{grid-template-columns:repeat(3,1fr)}
  .korarab-hero__content{padding-block:74px}
}

/* Mobile PRO */
@media(max-width:768px){
  .korarab-shell{width:min(100% - 24px,720px)}
  .korarab-section{padding:34px 0}
  .korarab-section-head{align-items:flex-start;flex-direction:column;gap:8px;margin-bottom:16px}
  .korarab-section-head h2{font-size:27px}
  .korarab-hero{min-height:var(--hero-mobile-height,620px)}
  .korarab-hero__bg{background-image:linear-gradient(180deg,rgba(4,7,15,var(--hero-overlay,.7)),rgba(4,7,15,.5)),var(--hero-mobile-bg);background-position:center}
  .korarab-hero__content{padding-block:58px;text-align:center}
  .korarab-hero h1{font-size:clamp(52px,19vw,82px)}
  .korarab-hero__subtitle{font-size:22px}
  .korarab-hero__description{font-size:14px;line-height:1.7}
  .korarab-hero__actions{display:grid;grid-template-columns:1fr;width:100%}
  .korarab-hero__actions a{min-height:52px;width:100%}
  .korarab-match-list,.korarab-bookmakers-pro,.korarab-news-grid{grid-template-columns:1fr}
  .match-teams img{width:44px;height:44px}
  .korarab-prediction-card,.korarab-prediction-card.size-small,.korarab-prediction-card.size-medium,.korarab-prediction-card.size-large,.korarab-prediction-card.template-wide{width:100%;margin:24px auto;padding:14px}
  .korarab-prediction-card .prediction-kpis{gap:5px}
  .korarab-prediction-card .prediction-analysis{font-size:11px}
  .korarab-bookmaker-card{min-height:285px}
  .korarab-bookmaker-card>img{height:58px}
  .korarab-bookmaker-card p{font-size:18px}
  .korarab-news-grid img{height:190px}
  .korarab-live-head{align-items:flex-start;flex-direction:column}
  .korarab-live-front-card{padding:14px}
  .korarab-live-front-card .score{grid-template-columns:1fr auto 1fr;gap:7px}
  .korarab-live-front-card .score b{font-size:12px}
  .korarab-live-front-card .score strong{font-size:23px}
  .korarab-live-front-card .stats{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:420px){
  .korarab-shell{width:calc(100% - 18px)}
  .korarab-prediction-card .prediction-teams img,.korarab-prediction-card .team-initial{width:42px;height:42px}
  .korarab-prediction-card .prediction-score-value{font-size:25px}
  .korarab-bookmaker-card .bookmaker-actions{grid-template-columns:1fr}
  .korarab-live-front-card .score{grid-template-columns:1fr}
  .korarab-live-front-card .score strong{order:-1}
}

/* ===== Ultimate 7 production frontend additions ===== */
.korarab-home-section{min-width:0}
@media (min-width:769px){.korarab-hide-desktop{display:none!important}}
@media (max-width:768px){.korarab-hide-mobile{display:none!important}}

.korarab-prediction-card.has-background-image{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background-image:linear-gradient(145deg,rgba(8,12,24,.84),rgba(12,18,34,.94)),var(--prediction-image);
  background-position:center;
  background-size:cover;
}
.korarab-prediction-card.has-background-image>*{position:relative;z-index:1}
.korarab-news-image{aspect-ratio:16/9;overflow:hidden;background:rgba(255,255,255,.04)}
.korarab-news-image img{width:100%;height:100%;object-fit:cover;display:block}
.korarab-reading-time{display:inline-flex;margin-top:10px;color:var(--korarab-muted);font-size:12px;font-weight:700}

.korarab-config-cards,.korarab-player-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}
.korarab-config-cards>span,.korarab-player-cards>span{
  min-height:68px;display:flex;align-items:center;gap:12px;padding:14px 16px;border:1px solid var(--korarab-line);
  border-radius:16px;background:rgba(255,255,255,.035)
}
.korarab-player-cards i{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--korarab-gold);color:#111;font-style:normal;font-weight:900}
.korarab-highlight-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:14px}
.korarab-highlight-grid a{
  position:relative;min-height:150px;display:flex;flex-direction:column;justify-content:flex-end;gap:8px;padding:18px;overflow:hidden;
  border:1px solid var(--korarab-line);border-radius:18px;color:#fff;text-decoration:none;background:
  linear-gradient(to top,rgba(5,8,17,.96),rgba(5,8,17,.2)),var(--highlight-cover,linear-gradient(135deg,#171d2f,#0b1020));background-size:cover;background-position:center
}
.korarab-highlight-grid a span{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:var(--korarab-gold);color:#111}
.korarab-highlight-grid a:hover{transform:translateY(-2px);border-color:var(--korarab-gold)}

.korarab-footer-grid{display:grid;grid-template-columns:minmax(220px,1.4fr) minmax(140px,.8fr) minmax(140px,.8fr);gap:28px;align-items:start}
.korarab-footer-grid>div img{max-width:180px;max-height:64px;object-fit:contain}
.korarab-footer-grid nav{display:flex;flex-direction:column;gap:9px}
.korarab-footer-grid nav a{color:inherit;text-decoration:none;opacity:.82}
.korarab-footer-grid nav a:hover{color:var(--korarab-gold);opacity:1}
.korarab-footer-grid>small{grid-column:1/-1;padding-top:18px;border-top:1px solid var(--korarab-line)}

.korarab-ad-zone{margin:16px 0}
.korarab-ad-inner{position:relative;overflow:hidden;min-height:72px;padding:14px 18px;border:1px solid rgba(245,197,66,.32);border-radius:18px;background:rgba(14,20,36,.82);display:flex;align-items:center;justify-content:center;gap:18px;text-align:center}
.korarab-ad-inner>img{max-width:100%;max-height:160px;object-fit:contain;border-radius:10px}
.korarab-ad-label{position:absolute;top:7px;inset-inline-start:10px;font-size:9px;line-height:1;letter-spacing:.12em;text-transform:uppercase;color:var(--korarab-muted)}
.korarab-ad-html{max-width:100%}
.korarab-ad-zone.is-mobile{display:none}
@media (max-width:768px){
  .korarab-footer-grid{grid-template-columns:1fr;gap:20px}
  .korarab-footer-grid>small{grid-column:auto}
  .korarab-ad-zone.is-desktop{display:none!important}
  .korarab-ad-zone.is-mobile{display:block}
  .korarab-ad-inner{min-height:64px;padding:18px 12px;flex-direction:column}
  .korarab-config-cards,.korarab-player-cards,.korarab-highlight-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:480px){
  .korarab-config-cards,.korarab-player-cards,.korarab-highlight-grid{grid-template-columns:1fr}
}

/* Ultimate 7 final match and Prediction details */
.korarab-match-list article{border-color:color-mix(in srgb,var(--match-accent,var(--korarab-gold)) 38%,transparent)}
.korarab-match-list article:before{background:radial-gradient(circle at 0 0,color-mix(in srgb,var(--match-accent,var(--korarab-gold)) 17%,transparent),transparent 43%)}
.match-league strong{color:color-mix(in srgb,var(--match-accent,var(--korarab-gold)) 72%,#fff)}
.match-odds{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-top:13px}
.match-odds span{display:grid;grid-template-columns:1fr auto;align-items:center;gap:6px;padding:8px 9px;border:1px solid color-mix(in srgb,var(--match-accent,var(--korarab-gold)) 28%,transparent);border-radius:11px;background:rgba(255,255,255,.045);color:var(--korarab-muted);font-size:10px}
.match-odds b{color:#fff}
.korarab-prediction-card .prediction-analysis:empty{display:none}
.korarab-prediction-card .prediction-sponsor{display:flex;align-items:center;justify-content:center;gap:8px;margin:12px 0 0;padding:8px 10px;border:1px solid color-mix(in srgb,var(--prediction-primary) 25%,transparent);border-radius:12px;background:rgba(255,255,255,.045);color:rgba(255,255,255,.76);font-size:10px;font-weight:800}
.korarab-prediction-card .prediction-sponsor img{width:28px;height:28px;object-fit:contain;border-radius:8px;background:#fff;padding:3px}
@media(max-width:420px){.match-odds{grid-template-columns:1fr}.korarab-prediction-card .prediction-sponsor{font-size:9px}}

/* News CMS PRO single-article media */
.korarab-news-pro-content{margin-block:30px;display:grid;gap:24px}
.korarab-news-pro-meta{display:flex;flex-wrap:wrap;gap:8px}
.korarab-news-pro-meta span{display:inline-flex;align-items:center;min-height:30px;padding:6px 11px;border:1px solid var(--korarab-line,rgba(214,173,69,.24));border-radius:999px;background:rgba(214,173,69,.09);color:var(--korarab-gold-2,#ffe384);font-size:11px;font-weight:850;letter-spacing:.04em;text-transform:uppercase}
.korarab-news-pro-video,.korarab-news-pro-gallery,.korarab-related-news{margin:0}
.korarab-news-pro-embed{position:relative;overflow:hidden;aspect-ratio:16/9;border:1px solid var(--korarab-line,rgba(214,173,69,.24));border-radius:var(--korarab-radius,24px);background:#050810;box-shadow:var(--korarab-shadow,0 24px 70px rgba(0,0,0,.28))}
.korarab-news-pro-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.korarab-news-pro-video video{display:block;width:100%;max-height:72vh;border:1px solid var(--korarab-line,rgba(214,173,69,.24));border-radius:var(--korarab-radius,24px);background:#050810;box-shadow:var(--korarab-shadow,0 24px 70px rgba(0,0,0,.28))}
.korarab-news-pro-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.korarab-news-pro-gallery a{display:block;overflow:hidden;aspect-ratio:16/10;border:1px solid var(--korarab-line,rgba(214,173,69,.24));border-radius:16px;background:#0b111f}
.korarab-news-pro-gallery img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
.korarab-news-pro-gallery a:hover img{transform:scale(1.035)}
.korarab-related-news{padding-top:22px;border-top:1px solid var(--korarab-line)}
.korarab-related-news h2{margin:0 0 16px;color:inherit;font-size:clamp(22px,3vw,32px)}
.korarab-related-news-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.korarab-related-news article{overflow:hidden;border:1px solid var(--korarab-line,rgba(214,173,69,.24));border-radius:16px;background:rgba(255,255,255,.035)}
.korarab-related-news article a{display:block;color:inherit;text-decoration:none}
.korarab-related-news-image{aspect-ratio:16/10;overflow:hidden;background:rgba(255,255,255,.035)}
.korarab-related-news-image img{display:block;width:100%;height:100%;object-fit:cover}
.korarab-related-news article strong{display:block;padding:12px;font-size:13px;line-height:1.45}
@media(max-width:900px){.korarab-news-pro-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.korarab-related-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:480px){.korarab-news-pro-gallery,.korarab-related-news-grid{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.korarab-news-pro-gallery img{transition:none}}


/* Ultimate 7.0.6 — inline homepage news, no inner-page navigation */
.korarab-news-section.is-inline-only .korarab-section-head small{color:var(--korarab-gold-2,#ffe384);font-weight:850}
.korarab-news-inline-grid{align-items:start}
.korarab-news-inline-card{overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:22px;background:linear-gradient(145deg,#141e31,#0a0f1c);box-shadow:0 18px 42px rgba(0,0,0,.18);color:#fff}
.korarab-news-inline-card:hover{transform:none!important;border-color:var(--korarab-line,rgba(214,173,69,.24))}
.korarab-news-inline-card .korarab-news-image{aspect-ratio:16/9;overflow:hidden;background:rgba(255,255,255,.04)}
.korarab-news-inline-card .korarab-news-image img{display:block;width:100%;height:100%;object-fit:cover}
.korarab-news-inline-body{padding:17px;display:grid;gap:9px}
.korarab-news-inline-body small{color:var(--korarab-gold-2,#ffe384);font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.korarab-news-inline-body h3{margin:0;color:#fff;font-size:19px;line-height:1.25}
.korarab-news-inline-excerpt{margin:0;color:var(--korarab-muted,rgba(255,255,255,.68));font-size:13px;line-height:1.55}
.korarab-news-inline-details{border-top:1px solid rgba(255,255,255,.08);padding-top:10px;margin-top:4px}
.korarab-news-inline-details summary{cursor:pointer;display:inline-flex;align-items:center;min-height:34px;padding:7px 12px;border-radius:999px;background:linear-gradient(135deg,#ffe86d,#e0a51d);color:#17120a;font-weight:950;font-size:12px;list-style:none}
.korarab-news-inline-details summary::-webkit-details-marker{display:none}
.korarab-news-inline-full{margin-top:12px;color:rgba(255,255,255,.78);font-size:14px;line-height:1.7}
.korarab-news-inline-full p{margin:0 0 12px;color:inherit}
.korarab-news-no-link{display:inline-flex;width:max-content;max-width:100%;border:1px solid rgba(214,173,69,.24);border-radius:999px;padding:5px 9px;color:var(--korarab-gold-2,#ffe384);font-size:10px;font-weight:850;opacity:.86}
.korarab-news-inline-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:12px}
.korarab-news-inline-gallery img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:12px;border:1px solid rgba(255,255,255,.1)}
.korarab-news-inline-embed{position:relative;overflow:hidden;aspect-ratio:16/9;border-radius:16px;border:1px solid rgba(214,173,69,.24);background:#050810;margin-top:12px}
.korarab-news-inline-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.korarab-news-inline-video video{display:block;width:100%;border-radius:16px;margin-top:12px;background:#050810}
@media(max-width:700px){.korarab-news-inline-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.korarab-news-inline-body{padding:14px}.korarab-news-inline-body h3{font-size:17px}}


/* ===== Ultimate 7.0.6 inline homepage news ===== */
.korarab-news-inline-section .korarab-section-head small{color:var(--korarab-muted);font-size:12px;font-weight:800}
.korarab-news-inline-grid article{overflow:visible!important;transition:border-color .2s ease;background:linear-gradient(145deg,#141e31,#0a0f1c)}
.korarab-news-inline-grid article:hover{transform:none;border-color:var(--korarab-line)}
.korarab-news-inline-card{display:flex!important;flex-direction:column;color:#fff!important;text-decoration:none!important}
.korarab-news-inline-body{padding:17px}
.korarab-news-inline-body h3{margin:8px 0;color:#fff;font-size:19px;line-height:1.25}
.korarab-news-inline-body p{margin:0 0 10px;color:var(--korarab-muted);font-size:13px;line-height:1.6}
.korarab-news-inline-body .korarab-reading-time{display:inline-flex;margin:4px 0 10px;padding:5px 9px;border-radius:999px;background:rgba(214,173,69,.1);border:1px solid var(--korarab-line);color:var(--korarab-gold-2);font-size:10px;font-weight:900}
.korarab-news-inline-more{margin-top:10px;border-top:1px solid rgba(255,255,255,.08);padding-top:10px}
.korarab-news-inline-more summary{cursor:pointer;display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:999px;background:linear-gradient(135deg,var(--korarab-gold),var(--korarab-gold-2));color:#120f08;font-size:12px;font-weight:950;list-style:none}
.korarab-news-inline-more summary::-webkit-details-marker{display:none}
.korarab-news-inline-more summary:after{content:'+';font-weight:1000}
.korarab-news-inline-more[open] summary:after{content:'−'}
.korarab-news-inline-content{margin-top:12px;color:rgba(255,255,255,.78);font-size:13px;line-height:1.72}
.korarab-news-inline-content p{margin:0 0 12px!important;color:rgba(255,255,255,.78)!important}
.korarab-news-inline-embed{position:relative;overflow:hidden;aspect-ratio:16/9;margin:12px 0;border:1px solid var(--korarab-line);border-radius:14px;background:#050810}
.korarab-news-inline-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.korarab-news-inline-video video{display:block;width:100%;max-height:320px;margin:12px 0;border:1px solid var(--korarab-line);border-radius:14px;background:#050810}
.korarab-news-video-label{display:inline-flex;margin:10px 0;color:var(--korarab-gold-2);font-size:11px;font-weight:900}

/* ===== KORARAB Ultimate 7.1 homepage production polish ===== */
body.home .korarab-cms, body.front-page .korarab-cms{margin-top:0;background:#070b14}
.korarab-homepage{background:#070b14;color:#fff}
.korarab-homepage .korarab-section{position:relative}
.korarab-homepage .korarab-section:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 12% 0,rgba(255,220,110,.07),transparent 34%)}
.korarab-homepage .korarab-section>.korarab-shell{position:relative;z-index:1}
.korarab-top-matches .korarab-empty{display:none}
.korarab-news-inline-section{scroll-margin-top:110px}
.korarab-news-inline-card .korarab-news-image:empty{background:linear-gradient(135deg,#1d2740,#0a0f1c)}
.korarab-news-inline-card .korarab-news-image:empty:before{content:"KORARAB";display:grid;place-items:center;height:100%;color:rgba(255,255,255,.32);font-size:28px;font-weight:1000;letter-spacing:.05em}
.korarab-bookmakers-section .korarab-section-head h2,.korarab-top-matches .korarab-section-head h2,.korarab-news-section .korarab-section-head h2{font-weight:1000}
.korarab-match-list article,.korarab-bookmaker-card,.korarab-news-inline-card{backdrop-filter:blur(10px)}
@media(max-width:768px){
  .korarab-hero{min-height:620px}
  .korarab-hero h1{letter-spacing:-.045em}
  .korarab-bookmakers-pro{gap:12px}
  .korarab-news-inline-grid{gap:12px}
}

/* ===== KORARAB Ultimate 7.1.1 — Classic Premium Homepage Layout ===== */
body.home .korarab-homepage-classic,
body.front-page .korarab-homepage-classic{
  padding-top:82px;
  background:
    radial-gradient(circle at 86% 8%,rgba(41,105,206,.36),transparent 34%),
    radial-gradient(circle at 12% 22%,rgba(214,173,69,.12),transparent 30%),
    linear-gradient(180deg,#06142d 0%,#080d18 42%,#05070c 100%)!important;
}
body.admin-bar .kora-header{top:32px}
@media(max-width:782px){body.admin-bar .kora-header{top:46px}}
.korarab-homepage-classic .korarab-home-section{position:relative;min-width:0}
.korarab-homepage-classic .korarab-section{background:transparent!important;padding:42px 0;color:#fff}
.korarab-homepage-classic .korarab-section:nth-of-type(even){background:transparent!important}
.korarab-homepage-classic .korarab-section:before{background:radial-gradient(circle at 16% 0,rgba(255,220,110,.065),transparent 34%)}
.korarab-homepage-classic .korarab-shell{width:min(1390px,calc(100% - 48px))}

/* Classic split Hero: editable photo on one side, content on one side */
.korarab-classic-hero{display:block!important;min-height:auto!important;padding:24px 0 34px!important;background:transparent!important;isolation:auto!important;overflow:visible!important}
.korarab-classic-hero:after{display:none!important}
.korarab-classic-hero__shell{position:relative;z-index:2}
.korarab-classic-hero__grid{position:relative;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);align-items:stretch;direction:ltr;overflow:hidden;min-height:clamp(470px,calc(var(--hero-height,760px) - 180px),620px);border:1px solid rgba(229,201,143,.42);border-radius:24px;background:linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.018)),#05070b;box-shadow:0 30px 90px rgba(0,0,0,.48),inset 0 1px 0 rgba(255,255,255,.07)}
.korarab-classic-hero__grid:before{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(90deg,rgba(0,0,0,.04),transparent 43%,rgba(5,8,16,.34) 100%),radial-gradient(circle at 20% 46%,rgba(229,193,100,.16),transparent 30%)}
.korarab-classic-hero__visual{position:relative;z-index:1;min-height:470px;overflow:hidden;background:#020407}
.korarab-classic-hero__image{position:absolute;inset:0;background-image:var(--hero-bg);background-size:cover;background-position:center;transform:scale(1.015);filter:saturate(1.05) contrast(1.04)}
.korarab-classic-hero__visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,transparent 72%,rgba(5,7,11,.78) 100%),linear-gradient(180deg,rgba(0,0,0,.10),rgba(0,0,0,.16));pointer-events:none}
.korarab-classic-hero.is-kenburns .korarab-classic-hero__image{animation:korarabKenBurns 20s ease-in-out infinite alternate}
.korarab-classic-hero__content{position:relative;z-index:3;direction:rtl;text-align:right;display:flex;flex-direction:column;justify-content:center;padding:50px 56px 50px 42px;background:linear-gradient(90deg,rgba(4,9,18,.55),rgba(7,18,39,.74));backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px);border-left:1px solid rgba(229,201,143,.16)}
.korarab-classic-hero .korarab-eyebrow{color:#fff;font-size:24px;letter-spacing:0;text-transform:none;text-shadow:0 0 22px rgba(255,255,255,.18)}
.korarab-classic-hero h1{margin:10px 0 16px!important;font-size:clamp(56px,6.7vw,92px)!important;line-height:.95!important;letter-spacing:.01em!important;font-weight:1000!important;background:linear-gradient(180deg,#fff3ad 0%,#f4c858 42%,#b87918 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 8px 22px rgba(199,168,107,.22));text-shadow:none!important}
.korarab-classic-hero .korarab-hero__subtitle{max-width:680px;color:#fff;font-size:clamp(21px,2.05vw,31px);font-weight:950;line-height:1.35}
.korarab-classic-hero .korarab-hero__description{max-width:660px;color:rgba(255,255,255,.78);font-size:16px;line-height:1.8}
.korarab-classic-hero__features{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:28px 0 0;border-top:1px solid rgba(229,201,143,.16);border-bottom:1px solid rgba(229,201,143,.16)}
.korarab-classic-hero__features span{display:grid;place-items:center;gap:8px;min-height:96px;border-left:1px solid rgba(229,201,143,.16);text-align:center;color:#fff}
.korarab-classic-hero__features span:last-child{border-left:0}
.korarab-classic-hero__features b{display:grid;place-items:center;width:44px;height:44px;border:1px solid rgba(229,201,143,.3);border-radius:50%;color:#ffe384;background:rgba(255,255,255,.045);font-size:18px}
.korarab-classic-hero__features small{font-size:12px;color:rgba(255,255,255,.78);font-weight:850}
.korarab-classic-hero .korarab-hero__actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:26px}
.korarab-classic-hero .korarab-hero__actions a{width:100%;min-height:54px;border-radius:15px;font-size:14px}

/* One-line top matches */
.korarab-homepage-classic .is-matches .korarab-section{padding-top:22px;padding-bottom:38px}
.korarab-homepage-classic .korarab-section-head{align-items:center;margin-bottom:22px}
.korarab-homepage-classic .korarab-section-head h2{font-size:clamp(32px,3.2vw,48px);font-weight:1000;text-shadow:0 0 22px rgba(255,255,255,.28)}
.korarab-homepage-classic .korarab-section-head span{color:#ffe384}
.korarab-homepage-classic .korarab-match-list{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;align-items:stretch}
.korarab-homepage-classic .korarab-match-list article:nth-child(n+5){display:none}
.korarab-homepage-classic .korarab-match-list article{min-height:190px;border-radius:22px;padding:16px;background:linear-gradient(155deg,rgba(31,46,77,.92),rgba(7,12,22,.98));box-shadow:0 20px 52px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.04)}
.korarab-homepage-classic .match-teams img{width:48px;height:48px}
.korarab-homepage-classic .match-odds{margin-top:14px}

/* Six bookmaker cards like the old production layout */
.korarab-homepage-classic .is-bookmakers .korarab-section{padding-top:34px;padding-bottom:40px}
.korarab-homepage-classic .korarab-bookmakers-pro{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:12px!important;align-items:stretch}
.korarab-homepage-classic .korarab-bookmaker-card{min-height:326px;padding:16px;border-radius:20px;box-shadow:0 22px 60px rgba(0,0,0,.22)}
.korarab-homepage-classic .korarab-bookmaker-card>img{height:48px;max-width:135px}
.korarab-homepage-classic .korarab-bookmaker-card h3{font-size:18px;line-height:1.1}
.korarab-homepage-classic .korarab-bookmaker-card p{font-size:24px;line-height:1.1}
.korarab-homepage-classic .korarab-bookmaker-card .bookmaker-actions{gap:7px}
.korarab-homepage-classic .korarab-bookmaker-card .bookmaker-actions a{min-height:40px;font-size:11px;border-radius:12px}

/* Prediction + featured story + latest news in one premium row */
.korarab-homepage-classic .is-prediction-news .korarab-section{padding-top:44px;padding-bottom:46px}
.korarab-classic-story-grid{display:grid;grid-template-columns:minmax(280px,.92fr) minmax(0,1.42fr) minmax(280px,.92fr);gap:20px;align-items:stretch;direction:ltr}
.korarab-classic-story-grid:not(.has-prediction){grid-template-columns:minmax(0,1.42fr) minmax(280px,.92fr)}
.korarab-classic-story-grid:not(.has-news){grid-template-columns:minmax(280px,410px);justify-content:center}
.korarab-classic-story-col{min-width:0;direction:rtl}
.korarab-classic-story-col.is-prediction .korarab-prediction-card{width:100%!important;height:100%;min-height:500px;margin:0!important;display:flex;flex-direction:column;justify-content:center;padding:18px;border-radius:24px;background:linear-gradient(160deg,rgba(24,34,57,.96),rgba(8,13,24,.99));box-shadow:0 24px 70px rgba(0,0,0,.28)}
.korarab-classic-story-col.is-prediction .korarab-prediction-card .korarab-primary-button{margin-top:auto}
.korarab-featured-analysis-card,.korarab-latest-news-box{height:100%;overflow:hidden;border:1px solid rgba(231,190,82,.28);border-radius:24px;background:linear-gradient(145deg,rgba(20,30,49,.94),rgba(8,13,24,.98));box-shadow:0 24px 70px rgba(0,0,0,.25);color:#fff}
.korarab-featured-analysis-card{display:grid;grid-template-rows:auto 1fr}
.korarab-featured-analysis-image{position:relative;overflow:hidden;min-height:250px;aspect-ratio:16/9;background:#050810}
.korarab-featured-analysis-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(7,11,20,.94) 100%)}
.korarab-featured-analysis-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.korarab-featured-analysis-card:hover .korarab-featured-analysis-image img{transform:scale(1.035)}
.korarab-featured-analysis-body{display:flex;flex-direction:column;gap:12px;padding:22px}
.korarab-featured-analysis-body span,.korarab-latest-news-head span{color:#ffe384;font-size:11px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}
.korarab-featured-analysis-body h3{margin:0;color:#fff;font-size:clamp(24px,2.3vw,36px);line-height:1.2;font-weight:1000}
.korarab-featured-analysis-body p{margin:0;color:rgba(255,255,255,.74);font-size:14px;line-height:1.75}
.korarab-featured-analysis-cta,.korarab-featured-analysis-more summary,.korarab-latest-news-button{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;min-height:42px;margin-top:auto;padding:10px 16px;border-radius:14px;background:linear-gradient(135deg,#ffe86d,#bd8829);color:#171105!important;text-decoration:none!important;font-size:12px;font-weight:950;box-shadow:0 12px 34px rgba(214,173,69,.2);cursor:pointer;list-style:none}
.korarab-featured-analysis-more{margin-top:auto;border-top:1px solid rgba(255,255,255,.08);padding-top:12px}
.korarab-featured-analysis-more summary::-webkit-details-marker{display:none}
.korarab-featured-analysis-more div{margin-top:12px;color:rgba(255,255,255,.78);font-size:13px;line-height:1.7}
.korarab-latest-news-box{display:flex;flex-direction:column;padding:20px}
.korarab-latest-news-head{margin-bottom:14px}
.korarab-latest-news-head h3{margin:6px 0 0;color:#fff;font-size:clamp(21px,2vw,28px);line-height:1.15;font-weight:1000;text-shadow:0 0 18px rgba(255,255,255,.18)}
.korarab-latest-news-list{display:grid;gap:12px}
.korarab-latest-news-list article{display:grid;grid-template-columns:78px 1fr;gap:12px;align-items:center;padding:10px;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:rgba(255,255,255,.035)}
.korarab-latest-news-thumb{overflow:hidden;width:78px;height:64px;border:1px solid rgba(231,190,82,.24);border-radius:12px;background:#050810}
.korarab-latest-news-thumb img{display:block;width:100%;height:100%;object-fit:cover}
.korarab-latest-news-list h4{margin:0 0 5px;color:#fff;font-size:13px;line-height:1.35;font-weight:900}
.korarab-latest-news-list span{color:#ffe384;font-size:11px;font-weight:850}
.korarab-latest-news-button{width:100%;margin-top:auto;background:rgba(255,255,255,.06);border:1px solid rgba(231,190,82,.28);color:#fff!important;box-shadow:none}

/* Supporting sections made cleaner */
.korarab-homepage-classic .korarab-config-cards,.korarab-homepage-classic .korarab-player-cards,.korarab-homepage-classic .korarab-highlight-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.korarab-homepage-classic .korarab-config-cards span,.korarab-homepage-classic .korarab-player-cards span,.korarab-homepage-classic .korarab-highlight-grid a{min-height:66px;display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid rgba(231,190,82,.24);border-radius:16px;background:rgba(255,255,255,.035);color:#fff;text-decoration:none;font-weight:900}
.korarab-homepage-classic .korarab-footer{background:rgba(5,8,16,.82);border-top:1px solid rgba(231,190,82,.24)}

@media(max-width:1280px){
  .korarab-homepage-classic .korarab-bookmakers-pro{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .korarab-classic-story-grid{grid-template-columns:minmax(250px,.9fr) minmax(0,1.2fr) minmax(250px,.9fr);gap:16px}
}
@media(max-width:1100px){
  .korarab-homepage-classic .korarab-match-list{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .korarab-classic-hero__grid{grid-template-columns:1fr;min-height:auto}
  .korarab-classic-hero__visual{min-height:430px}
  .korarab-classic-hero__content{border-left:0;border-top:1px solid rgba(229,201,143,.16);padding:38px}
  .korarab-classic-story-grid{grid-template-columns:1fr 1fr}
  .korarab-classic-story-col.is-prediction{grid-column:1/-1;max-width:420px;width:100%;justify-self:center}
}
@media(max-width:768px){
  body.home .korarab-homepage-classic,body.front-page .korarab-homepage-classic{padding-top:72px}
  .korarab-homepage-classic .korarab-shell{width:min(100% - 24px,720px)}
  .korarab-classic-hero{padding:0 0 22px!important}
  .korarab-classic-hero__grid{border-radius:0;border-left:0;border-right:0;box-shadow:none;margin-inline:-12px}
  .korarab-classic-hero__visual{min-height:min(420px,var(--hero-mobile-height,620px))}
  .korarab-classic-hero__image{background-image:var(--hero-mobile-bg);background-position:center;background-size:cover}
  .korarab-classic-hero__visual:after{background:linear-gradient(180deg,transparent 40%,rgba(7,11,20,.88) 100%)}
  .korarab-classic-hero__content{text-align:center;align-items:center;padding:32px 18px 38px;background:linear-gradient(180deg,rgba(7,18,39,.72),rgba(4,9,18,.92))}
  .korarab-classic-hero .korarab-eyebrow{font-size:20px}
  .korarab-classic-hero h1{font-size:clamp(52px,17vw,78px)!important}
  .korarab-classic-hero .korarab-hero__subtitle{font-size:22px}
  .korarab-classic-hero .korarab-hero__description{font-size:15px}
  .korarab-classic-hero__features{grid-template-columns:repeat(2,minmax(0,1fr));width:100%}
  .korarab-classic-hero__features span:nth-child(2n){border-left:0}
  .korarab-classic-hero .korarab-hero__actions{grid-template-columns:1fr;width:100%}
  .korarab-homepage-classic .korarab-match-list,.korarab-homepage-classic .korarab-bookmakers-pro,.korarab-classic-story-grid,.korarab-homepage-classic .korarab-config-cards,.korarab-homepage-classic .korarab-player-cards,.korarab-homepage-classic .korarab-highlight-grid{grid-template-columns:1fr!important}
  .korarab-classic-story-col.is-prediction{max-width:none}
  .korarab-classic-story-col.is-prediction .korarab-prediction-card{min-height:0}
  .korarab-featured-analysis-image{min-height:220px}
  .korarab-latest-news-list article{grid-template-columns:72px 1fr}
}
@media(max-width:420px){
  .korarab-classic-hero__visual{min-height:330px}
  .korarab-latest-news-list article{grid-template-columns:1fr}.korarab-latest-news-thumb{width:100%;height:150px}
}

/* KORARAB 7.1.2 — professional Top Matches cards: LIVE, minute, half, date and odds */
.korarab-match-list-pro article.korarab-match-card{display:flex;flex-direction:column;gap:12px;min-height:258px;padding:15px 15px 16px!important}
.korarab-match-card .match-league{margin-bottom:0!important;grid-template-columns:26px 1fr auto}
.match-league-dot{display:block;width:26px;height:26px;border-radius:50%;background:radial-gradient(circle at 35% 30%,var(--match-accent,var(--korarab-gold)),rgba(255,255,255,.08));border:1px solid color-mix(in srgb,var(--match-accent,var(--korarab-gold)) 52%,transparent);box-shadow:0 0 18px color-mix(in srgb,var(--match-accent,var(--korarab-gold)) 18%,transparent)}
.match-status-badge{display:inline-flex!important;align-items:center;gap:5px;border:1px solid rgba(255,255,255,.12);letter-spacing:.035em;text-transform:uppercase}
.match-status-badge.live,.match-status-badge.status-live{background:linear-gradient(135deg,#ff375f,#b91032)!important;color:#fff!important;box-shadow:0 0 24px rgba(239,55,88,.42)!important}
.match-status-badge.live:before{content:"";width:6px;height:6px;border-radius:50%;background:#fff;box-shadow:0 0 0 4px rgba(255,255,255,.14)}
.match-status-badge.status-break{background:linear-gradient(135deg,#f59e0b,#9a5d04)!important;color:#171105!important}
.match-status-badge.status-finished{background:rgba(255,255,255,.12)!important;color:#dfe7f4!important}
.match-status-badge.status-alert{background:linear-gradient(135deg,#fb7185,#991b1b)!important;color:#fff!important}
.match-meta-row{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}
.match-meta-row span{min-width:0;padding:8px 7px;border:1px solid rgba(255,255,255,.075);border-radius:12px;background:rgba(255,255,255,.04);text-align:center}
.match-meta-row small{display:block;margin-bottom:3px;color:rgba(255,255,255,.52);font-size:8px;font-weight:850;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}
.match-meta-row b{display:block;color:#fff;font-size:10.5px;font-weight:950;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.match-meta-row .is-minute{border-color:rgba(255,70,103,.35);background:rgba(239,55,88,.12)}
.match-meta-row .is-minute b{color:#ffe384;font-size:12px}
.korarab-match-card.status-live{border-color:color-mix(in srgb,#ff375f 42%,var(--match-accent,var(--korarab-gold)) 28%)!important;box-shadow:0 20px 58px rgba(0,0,0,.27),0 0 0 1px rgba(255,55,95,.05),inset 0 1px 0 rgba(255,255,255,.04)!important}
.korarab-match-card.status-live:after{content:"LIVE";position:absolute;right:14px;bottom:12px;font-size:44px;line-height:1;font-weight:1000;color:rgba(255,55,95,.055);letter-spacing:-.05em;pointer-events:none}
.korarab-match-card.status-break:after{content:"HT";position:absolute;right:14px;bottom:12px;font-size:46px;line-height:1;font-weight:1000;color:rgba(245,158,11,.06);pointer-events:none}
.korarab-match-card .match-teams{margin-top:2px}
.korarab-match-card .match-teams img{width:46px;height:46px}
.korarab-match-card .match-teams>strong{font-size:25px;letter-spacing:-.03em;text-shadow:0 0 18px color-mix(in srgb,var(--match-accent,var(--korarab-gold)) 24%,transparent)}
.match-extra-line{position:relative;display:flex;align-items:center;justify-content:center;gap:8px;min-height:16px;color:rgba(255,255,255,.58);font-size:10.5px;text-align:center;line-height:1.25}
.match-extra-line span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}
.korarab-match-list-pro .match-odds{margin-top:auto!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important}
.korarab-match-list-pro .match-odds span{display:grid!important;grid-template-columns:auto 1fr!important;justify-items:center;align-items:center;gap:6px;min-height:38px;padding:8px 7px!important;border-radius:12px!important;background:rgba(255,255,255,.045)!important}
.korarab-match-list-pro .match-odds em{font-style:normal;color:var(--korarab-gold-2);font-size:10px;font-weight:950}
.korarab-match-list-pro .match-odds b{font-size:13px;font-weight:1000;color:#fff!important}
.korarab-match-list-pro .match-odds span.is-empty{opacity:.58}
.korarab-match-list-pro .match-odds span.is-empty b{color:rgba(255,255,255,.58)!important}
.korarab-homepage-classic .korarab-match-list-pro article:nth-child(n+5){display:none}
.korarab-homepage-classic .korarab-match-list-pro{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important}
@media(max-width:1280px){.match-meta-row{grid-template-columns:repeat(2,minmax(0,1fr))}.korarab-homepage-classic .korarab-match-list-pro{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:768px){.korarab-match-list-pro article.korarab-match-card{min-height:0}.korarab-homepage-classic .korarab-match-list-pro{grid-template-columns:1fr!important}.match-meta-row{grid-template-columns:repeat(2,minmax(0,1fr))}.korarab-match-card.status-live:after,.korarab-match-card.status-break:after{font-size:36px}}


/* KORARAB 7.1.3 — AJAX/live API protection for Top Matches */
.korarab-top-matches[data-korarab-top-matches].is-refreshing .korarab-match-list{opacity:.72;filter:saturate(.92);transition:opacity .18s ease,filter .18s ease}
.korarab-top-matches[data-korarab-top-matches].has-error .korarab-section-head small:after{content:" · refresh retry";color:#fb7185;font-weight:900}
.korarab-top-matches .korarab-api-empty{border:1px solid rgba(231,190,82,.22);border-radius:18px;padding:18px;background:rgba(255,255,255,.035);color:rgba(255,255,255,.78)}

/* KORARAB 7.1.4 — Elite-only Top Matches whitelist; no lower divisions/friendlies. */

/* KORARAB 7.1.4 — visible elite-only empty state. */
.korarab-top-matches .korarab-empty.korarab-api-empty{
  display:block!important;
  max-width:780px;
  margin:18px auto 0;
  padding:18px 22px;
  border:1px solid rgba(231,190,82,.28);
  border-radius:18px;
  background:linear-gradient(145deg,rgba(21,32,54,.92),rgba(8,13,24,.98));
  color:rgba(255,255,255,.82);
  text-align:center;
  font-weight:800;
  line-height:1.55;
  box-shadow:0 18px 48px rgba(0,0,0,.22);
}


/* KORARAB 7.1.7 — Bookmaker card polish: centered logos, compact single-line bonus, centered wider promo. */
.korarab-bookmaker-card{
  align-items:stretch!important;
}
.korarab-bookmaker-card>img,
[dir="rtl"] .korarab-bookmaker-card>img{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  height:68px!important;
  object-fit:contain!important;
  object-position:center center!important;
  margin:0 auto 6px!important;
}
.korarab-bookmaker-card p{
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  font-size:15.4px!important;
  line-height:1.12!important;
  letter-spacing:-.02em!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:clip!important;
  text-align:center!important;
  direction:ltr!important;
  unicode-bidi:isolate!important;
}
.korarab-bookmaker-card code{
  width:calc(100% + 28px)!important;
  max-width:calc(100% + 28px)!important;
  align-self:center!important;
  box-sizing:border-box!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:36px!important;
  padding:9px 14px!important;
  margin-block:auto!important;
  margin-inline:auto!important;
  text-align:center!important;
  direction:ltr!important;
  unicode-bidi:isolate!important;
}
.korarab-bookmaker-card .bookmaker-actions{
  margin-top:0!important;
}
[dir="rtl"] .korarab-bookmaker-card{
  text-align:center!important;
}
[dir="rtl"] .korarab-bookmaker-card h3,
[dir="rtl"] .korarab-bookmaker-card p,
[dir="rtl"] .korarab-bookmaker-card code{
  text-align:center!important;
}
@media(max-width:768px){
  .korarab-bookmaker-card>img,
  [dir="rtl"] .korarab-bookmaker-card>img{
    height:58px!important;
  }
  .korarab-bookmaker-card p{
    font-size:14px!important;
  }
  .korarab-bookmaker-card code{
    width:100%!important;
    max-width:100%!important;
    margin-block:12px!important;
  }
}



/* KORARAB 7.1.8 — Bookmaker promo code refinement: wider, contained, larger text. */
.korarab-bookmaker-card{
  overflow:hidden!important;
}
.korarab-bookmaker-card code{
  width:100%!important;
  max-width:100%!important;
  min-width:100%!important;
  box-sizing:border-box!important;
  padding:10px 16px!important;
  min-height:38px!important;
  margin-top:auto!important;
  margin-bottom:auto!important;
  margin-inline:auto!important;
  align-self:stretch!important;
  font-size:15.6px!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:.01em!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
[dir="rtl"] .korarab-bookmaker-card code{
  text-align:center!important;
  direction:ltr!important;
}
@media(max-width:768px){
  .korarab-bookmaker-card code{
    font-size:14.2px!important;
    padding:9px 12px!important;
  }
}


/* KORARAB 7.1.9 — Managed homepage article block. */
.korarab-featured-analysis-body{
  min-height:0;
}
.korarab-featured-analysis-more{
  width:100%;
  margin-top:6px!important;
  padding-top:12px!important;
}
.korarab-featured-analysis-more summary{
  margin-top:0!important;
  user-select:none;
}
.korarab-featured-analysis-more[open] summary{
  margin-bottom:10px!important;
}
.korarab-featured-analysis-more div{
  max-height:230px;
  overflow:auto;
  padding:12px 14px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.045);
  scrollbar-width:thin;
}
.korarab-featured-analysis-more div p{
  margin:0 0 10px;
  color:rgba(255,255,255,.82);
}
.korarab-featured-analysis-more div p:last-child{
  margin-bottom:0;
}
.korarab-featured-analysis-card .korarab-featured-analysis-cta{
  margin-top:12px;
}


/* KORARAB 7.2.0 — Fully managed expandable Quick News block. */
.korarab-latest-news-box[data-korarab-quick-news]{
  overflow:hidden;
}
.korarab-latest-news-list{
  gap:12px!important;
}
.korarab-latest-news-list .korarab-quick-news-item{
  overflow:hidden;
  border:1px solid rgba(255,255,255,.1);
  border-radius:16px;
  background:rgba(255,255,255,.035);
  transition:border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.korarab-latest-news-list .korarab-quick-news-item[open]{
  border-color:rgba(231,190,82,.42);
  background:rgba(255,255,255,.055);
  box-shadow:0 18px 40px rgba(0,0,0,.18);
}
.korarab-quick-news-item summary{
  display:grid;
  grid-template-columns:78px minmax(0,1fr);
  gap:12px;
  align-items:center;
  padding:10px;
  cursor:pointer;
  list-style:none;
}
.korarab-quick-news-item summary::-webkit-details-marker{display:none}
.korarab-quick-news-summary{min-width:0}
.korarab-quick-news-summary h4{
  margin:0 0 6px;
  color:#fff;
  font-size:13px;
  line-height:1.35;
  font-weight:950;
}
.korarab-quick-news-summary time{
  display:block;
  color:#ffe384;
  font-size:11px;
  font-weight:900;
  line-height:1.2;
}
.korarab-quick-news-body{
  margin:0 10px 10px;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(4,8,16,.42);
  color:rgba(255,255,255,.82);
}
.korarab-quick-news-excerpt{
  margin:0 0 10px!important;
  color:#fff!important;
  font-size:12px!important;
  line-height:1.6!important;
  font-weight:850;
}
.korarab-quick-news-content{
  max-height:210px;
  overflow:auto;
  padding-inline-end:6px;
  font-size:12px;
  line-height:1.7;
  scrollbar-width:thin;
}
.korarab-quick-news-content p{
  margin:0 0 10px;
  color:rgba(255,255,255,.78);
}
.korarab-quick-news-content p:last-child{margin-bottom:0}
.korarab-quick-news-close{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  margin-top:12px;
  padding:7px 14px;
  border:1px solid rgba(231,190,82,.34);
  border-radius:999px;
  background:rgba(255,255,255,.055);
  color:#fff;
  font-weight:900;
  cursor:pointer;
}
.korarab-latest-news-button.is-static{
  cursor:default;
  pointer-events:none;
  opacity:.86;
}
@media(max-width:768px){
  .korarab-quick-news-item summary{grid-template-columns:72px minmax(0,1fr)}
  .korarab-quick-news-content{max-height:260px}
}


/* KORARAB 7.2.1 — Elite Standings Hub with API-Football tabs, fixtures and affiliate boxes. */
.korarab-elite-standings .korarab-standings-tabs{display:flex;gap:10px;overflow:auto;padding:8px 2px 18px;scrollbar-width:thin}
.korarab-standings-tab{display:inline-flex;align-items:center;gap:9px;min-height:46px;padding:10px 15px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.045);color:#fff;font-weight:950;white-space:nowrap;cursor:pointer;transition:border-color .2s ease,background .2s ease,transform .2s ease}
.korarab-standings-tab:hover,.korarab-standings-tab.is-active{border-color:rgba(231,190,82,.55);background:linear-gradient(135deg,rgba(231,190,82,.18),rgba(255,255,255,.045));transform:translateY(-1px)}
.korarab-standings-tab img{width:22px;height:22px;object-fit:contain;border-radius:50%}
.korarab-standings-panel[hidden]{display:none!important}
.korarab-standings-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,.75fr);gap:20px;align-items:start}
.korarab-standings-table-card,.korarab-standings-affiliate,.korarab-standings-fixtures{border:1px solid rgba(255,255,255,.1);border-radius:24px;background:linear-gradient(145deg,rgba(17,27,46,.9),rgba(7,11,22,.96));box-shadow:0 22px 54px rgba(0,0,0,.22)}
.korarab-standings-table-card{padding:18px;overflow:hidden;border-color:color-mix(in srgb,var(--standing-accent,#d4a932) 30%,rgba(255,255,255,.1))}
.korarab-standing-league-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:15px}
.korarab-standing-league-head span,.korarab-standings-affiliate>span,.korarab-standings-fixtures .mini-head span{display:block;color:#f7d46c;font-size:11px;font-weight:1000;text-transform:uppercase;letter-spacing:.06em}
.korarab-standing-league-head h3{margin:4px 0 0;color:#fff;font-size:clamp(24px,3vw,38px);line-height:1.05;text-shadow:0 0 24px rgba(255,255,255,.3)}
.korarab-standing-league-head small{color:rgba(255,255,255,.62);font-size:11px;font-weight:800;white-space:nowrap}
.korarab-standings-table-wrap{overflow:auto;scrollbar-width:thin}
.korarab-standings-table{width:100%;min-width:720px;border-collapse:separate;border-spacing:0 8px;color:#fff}
.korarab-standings-table th{padding:0 8px 8px;color:rgba(255,255,255,.54);font-size:10px;text-align:center;text-transform:uppercase}
.korarab-standings-table th:nth-child(2){text-align:start}
.korarab-standings-table td{padding:10px 8px;background:rgba(255,255,255,.045);font-size:12px;text-align:center;font-weight:850}
.korarab-standings-table tr td:first-child{border-start-start-radius:14px;border-end-start-radius:14px;color:#f7d46c;font-weight:1000}
.korarab-standings-table tr td:last-child{border-start-end-radius:14px;border-end-end-radius:14px}
.korarab-standings-table .team-cell{display:flex;align-items:center;gap:9px;text-align:start;min-width:220px}
.korarab-standings-table .team-cell img{width:24px;height:24px;object-fit:contain}
.korarab-standings-table .team-cell b{line-height:1.15}
.korarab-standings-table .team-cell small{display:block;color:rgba(255,255,255,.42);font-size:10px;font-weight:800}
.korarab-form-badges{display:inline-flex;gap:4px;justify-content:center}
.korarab-form-badges i{display:grid;place-items:center;width:19px;height:19px;border-radius:50%;font-size:10px;font-style:normal;font-weight:1000;color:#05101d}
.korarab-form-badges .win{background:#65ff8b}.korarab-form-badges .draw{background:#ffd861}.korarab-form-badges .loss{background:#ff6d79}
.korarab-standings-side{display:grid;gap:14px}
.korarab-standings-affiliate{padding:16px;display:grid;gap:12px;border-color:rgba(231,190,82,.24)}
.korarab-standings-partner-main{display:flex;align-items:center;gap:12px}
.korarab-standings-partner-main img{width:84px;height:46px;object-fit:contain;border-radius:10px;background:rgba(0,0,0,.22);padding:6px}
.korarab-standings-partner-main h4{margin:0;color:#fff;font-size:18px}.korarab-standings-partner-main p{margin:3px 0 0;color:#f7d46c;font-weight:1000}
.korarab-standings-affiliate code{display:flex;align-items:center;justify-content:center;min-height:38px;border:1px dashed rgba(231,190,82,.46);border-radius:12px;background:rgba(231,190,82,.1);color:#ffe279;font-weight:1000;text-align:center}
.korarab-standings-affiliate a{display:flex;align-items:center;justify-content:center;min-height:42px;border-radius:14px;background:linear-gradient(135deg,#ffd84a,#bf8122);color:#161005!important;text-decoration:none!important;font-weight:1000}
.korarab-standings-affiliate small{color:rgba(255,255,255,.52);font-size:10px;font-weight:800;text-align:center}
.korarab-standings-fixtures{padding:16px;display:grid;gap:11px}
.korarab-standings-fixtures .mini-head{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;margin-bottom:2px}.korarab-standings-fixtures .mini-head b{color:#fff;font-size:14px}
.korarab-standing-fixture{display:grid;gap:8px;padding:12px;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:rgba(255,255,255,.035)}
.korarab-standing-fixture.is-live{border-color:rgba(255,80,80,.55);box-shadow:0 0 24px rgba(255,50,50,.12)}
.korarab-standing-fixture .fixture-top,.korarab-standing-fixture .fixture-teams,.korarab-standing-fixture .fixture-odds{display:flex;align-items:center;justify-content:space-between;gap:10px}
.korarab-standing-fixture .fixture-top span{padding:4px 8px;border-radius:999px;background:rgba(255,255,255,.08);color:#ffe279;font-size:10px;font-weight:1000}.korarab-standing-fixture.is-live .fixture-top span{background:#ff3b3b;color:#fff}
.korarab-standing-fixture time,.korarab-standing-fixture small{color:rgba(255,255,255,.62);font-size:11px;font-weight:800}
.korarab-standing-fixture .fixture-teams b{min-width:0;max-width:36%;color:#fff;font-size:12px;line-height:1.2}.korarab-standing-fixture .fixture-teams strong{color:#ffe279;white-space:nowrap}
.korarab-standing-fixture .fixture-odds span{flex:1;display:flex;align-items:center;justify-content:center;gap:5px;min-height:30px;border:1px solid rgba(255,255,255,.12);border-radius:10px;color:#fff;font-size:11px;font-weight:900}.korarab-standing-fixture .fixture-odds b{color:#f7d46c}
@media(max-width:1050px){.korarab-standings-layout{grid-template-columns:1fr}.korarab-standings-table{min-width:660px}}
@media(max-width:768px){.korarab-standing-league-head{display:block}.korarab-standing-league-head small{display:block;margin-top:6px;white-space:normal}.korarab-standings-tab{padding:9px 12px;font-size:12px}.korarab-standings-table-card,.korarab-standings-affiliate,.korarab-standings-fixtures{border-radius:18px}.korarab-standings-table{min-width:590px}.korarab-standings-table th,.korarab-standings-table td{font-size:10px;padding:8px 6px}.korarab-standings-table .team-cell{min-width:170px}.korarab-standings-partner-main img{width:72px}}


/* KORARAB 7.2.2 — Standings manager polish: clean editable heading and fitting league tabs. */
.korarab-elite-standings .korarab-standings-heading small{
  display:none;
}
.korarab-standings-description{
  max-width:720px;
  margin:6px 0 0;
  color:rgba(255,255,255,.68);
  font-size:14px;
  font-weight:750;
  line-height:1.5;
}
.korarab-elite-standings .korarab-standings-tabs{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(148px,1fr));
  gap:10px!important;
  overflow:visible!important;
  padding:10px 0 20px!important;
  scrollbar-width:none!important;
}
.korarab-elite-standings .korarab-standings-tabs::-webkit-scrollbar{
  display:none!important;
}
.korarab-standings-tab{
  width:100%!important;
  justify-content:center!important;
  min-height:52px!important;
  padding:9px 10px!important;
  white-space:normal!important;
  text-align:center!important;
  line-height:1.12!important;
  direction:ltr!important;
  unicode-bidi:isolate!important;
}
.korarab-standings-tab span{
  min-width:0!important;
  white-space:normal!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  text-align:center!important;
  font-size:13px!important;
  line-height:1.15!important;
  display:block!important;
}
.korarab-standings-tab img{
  flex:0 0 auto!important;
}
@media(max-width:768px){
  .korarab-elite-standings .korarab-standings-tabs{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px!important;
  }
  .korarab-standings-tab{
    min-height:48px!important;
    padding:8px 8px!important;
  }
  .korarab-standings-tab span{
    font-size:12px!important;
  }
}


/* KORARAB 7.2.5 — Star Players Radar */
.korarab-players-radar-section{
  position:relative;
  overflow:hidden;
}
.korarab-players-radar-section:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 12% 18%,rgba(245,197,66,.10),transparent 32%),
    radial-gradient(circle at 88% 12%,rgba(82,160,255,.10),transparent 34%);
}
.korarab-players-radar-section .korarab-shell{position:relative}
.korarab-players-head .korarab-section-head p,
.korarab-players-head p{
  margin:.35rem 0 0;
  max-width:720px;
  color:rgba(255,255,255,.72);
  font-weight:700;
  line-height:1.55;
}
.korarab-player-radar-tabs{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin:24px 0 22px;
}
.korarab-player-radar-tab{
  border:1px solid rgba(245,197,66,.25);
  border-radius:18px;
  padding:14px 16px;
  background:linear-gradient(145deg,rgba(18,27,45,.82),rgba(8,13,24,.92));
  color:#fff;
  cursor:pointer;
  text-align:left;
  box-shadow:0 16px 40px rgba(0,0,0,.16);
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}
[dir="rtl"] .korarab-player-radar-tab{text-align:right}
.korarab-player-radar-tab strong{
  display:block;
  font-size:15px;
  font-weight:1000;
  color:#fff;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.korarab-player-radar-tab span{
  display:block;
  margin-top:4px;
  font-size:11px;
  line-height:1.25;
  color:rgba(255,255,255,.62);
}
.korarab-player-radar-tab:hover,
.korarab-player-radar-tab.is-active{
  transform:translateY(-2px);
  border-color:rgba(245,197,66,.72);
  background:linear-gradient(145deg,rgba(44,35,14,.86),rgba(12,18,31,.96));
}
.korarab-player-radar-panel{display:none}
.korarab-player-radar-panel.is-active{display:block}
.korarab-star-player-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.korarab-star-player-card{
  position:relative;
  min-height:420px;
  display:flex;
  flex-direction:column;
  gap:14px;
  padding:18px;
  border:1px solid rgba(245,197,66,.22);
  border-radius:26px;
  background:
    linear-gradient(145deg,rgba(18,27,45,.86),rgba(4,8,16,.96)),
    radial-gradient(circle at top left,rgba(245,197,66,.10),transparent 42%);
  color:#fff;
  overflow:hidden;
  box-shadow:0 20px 55px rgba(0,0,0,.22);
}
.korarab-star-player-card:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(115deg,rgba(255,255,255,.08),transparent 28%,rgba(245,197,66,.08));
  opacity:.72;
}
.korarab-star-player-card>*{position:relative}
.korarab-star-player-top{
  display:grid;
  grid-template-columns:84px minmax(0,1fr) 72px;
  gap:12px;
  align-items:center;
}
.korarab-star-player-photo{
  width:84px;
  height:84px;
  border-radius:22px;
  overflow:hidden;
  background:linear-gradient(145deg,rgba(245,197,66,.25),rgba(255,255,255,.06));
  display:grid;
  place-items:center;
  border:1px solid rgba(245,197,66,.28);
}
.korarab-star-player-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.korarab-star-player-photo span{
  font-size:34px;
  font-weight:1000;
  color:var(--korarab-gold,#f5c542);
}
.korarab-star-player-main{min-width:0}
.korarab-player-rank{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:32px;
  height:22px;
  padding:0 8px;
  border-radius:999px;
  background:rgba(245,197,66,.14);
  color:var(--korarab-gold,#f5c542);
  font-size:11px;
  font-weight:1000;
}
.korarab-star-player-main h3{
  margin:8px 0 4px;
  font-size:clamp(18px,2vw,26px);
  line-height:1.02;
  color:#fff;
}
.korarab-star-player-main p{
  margin:0;
  display:flex;
  gap:6px;
  align-items:center;
  color:rgba(255,255,255,.72);
  font-size:12px;
  font-weight:800;
  line-height:1.3;
}
[dir="rtl"] .korarab-star-player-main p{justify-content:flex-end}
.korarab-star-player-main p img{
  width:18px;
  height:18px;
  object-fit:contain;
}
.korarab-star-player-stat{
  align-self:stretch;
  display:grid;
  place-items:center;
  padding:10px 8px;
  border-radius:18px;
  background:rgba(245,197,66,.10);
  border:1px solid rgba(245,197,66,.24);
}
.korarab-star-player-stat small{
  color:rgba(255,255,255,.62);
  font-size:10px;
  text-transform:uppercase;
  font-weight:900;
}
.korarab-star-player-stat strong{
  color:var(--korarab-gold,#f5c542);
  font-size:28px;
  line-height:1;
  font-weight:1000;
}
.korarab-star-player-kpis{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
}
.korarab-star-player-kpis span{
  min-width:0;
  padding:10px 7px;
  border-radius:14px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.08);
  color:rgba(255,255,255,.56);
  font-size:10px;
  text-align:center;
  font-weight:850;
}
.korarab-star-player-kpis b{
  display:block;
  margin-top:3px;
  color:#fff;
  font-size:13px;
  white-space:nowrap;
}
.korarab-player-next-match{
  padding:13px;
  border-radius:18px;
  background:linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.035));
  border:1px solid rgba(255,255,255,.10);
}
.korarab-player-next-match small{
  display:block;
  color:var(--korarab-gold,#f5c542);
  text-transform:uppercase;
  font-weight:1000;
  font-size:10px;
}
.korarab-player-next-match strong{
  display:block;
  margin:4px 0;
  color:#fff;
  font-size:14px;
  line-height:1.25;
}
.korarab-player-next-match span{
  color:rgba(255,255,255,.66);
  font-size:12px;
  font-weight:750;
}
.korarab-player-odds{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:6px;
  margin-top:10px;
}
.korarab-player-odds em{
  border:1px solid rgba(245,197,66,.24);
  border-radius:10px;
  padding:7px 6px;
  font-style:normal;
  color:rgba(255,255,255,.62);
  text-align:center;
  font-size:10px;
  font-weight:900;
}
.korarab-player-odds b{
  color:#fff;
  font-size:12px;
}
.korarab-player-analysis{
  margin-top:auto;
  border:1px solid rgba(245,197,66,.23);
  border-radius:18px;
  background:rgba(0,0,0,.16);
  overflow:hidden;
}
.korarab-player-analysis summary{
  cursor:pointer;
  list-style:none;
  padding:13px 15px;
  color:var(--korarab-gold,#f5c542);
  font-weight:1000;
  text-align:center;
}
.korarab-player-analysis summary::-webkit-details-marker{display:none}
.korarab-player-analysis[open] summary{
  border-bottom:1px solid rgba(245,197,66,.16);
}
.korarab-player-analysis-body{
  padding:14px 15px 15px;
}
.korarab-player-analysis-body p{
  margin:0 0 10px;
  color:rgba(255,255,255,.76);
  font-size:12px;
  line-height:1.6;
}
.korarab-player-analysis-body ul{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:7px;
}
.korarab-player-analysis-body li{
  color:rgba(255,255,255,.72);
  font-size:12px;
}
.korarab-player-analysis-body li strong{
  color:#fff;
}
.korarab-player-affiliate{
  margin-top:13px;
  padding:12px;
  border-radius:16px;
  background:linear-gradient(145deg,rgba(245,197,66,.13),rgba(255,255,255,.04));
  border:1px solid rgba(245,197,66,.22);
  display:grid;
  gap:8px;
}
.korarab-player-affiliate span{
  color:#fff;
  font-size:12px;
  font-weight:900;
}
.korarab-player-affiliate a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  border-radius:12px;
  text-decoration:none!important;
  background:linear-gradient(135deg,var(--korarab-gold,#f5c542),#bd8829);
  color:#171105!important;
  font-weight:1000;
}
.korarab-player-affiliate small{
  color:rgba(255,255,255,.55);
  font-size:10px;
  text-align:center;
}
@media(max-width:1100px){
  .korarab-player-radar-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}
  .korarab-star-player-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:680px){
  .korarab-player-radar-tabs{grid-template-columns:1fr}
  .korarab-star-player-grid{grid-template-columns:1fr}
  .korarab-star-player-top{grid-template-columns:72px minmax(0,1fr);align-items:start}
  .korarab-star-player-photo{width:72px;height:72px}
  .korarab-star-player-stat{grid-column:1/-1;display:flex;justify-content:space-between}
  .korarab-star-player-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}
}



/* KORARAB 7.2.6 — Highlights Video Studio */
.korarab-highlights-studio-section{
  position:relative;
  overflow:hidden;
}
.korarab-highlights-studio-section:before{
  content:"";
  position:absolute;
  inset:8% 4% auto auto;
  width:360px;
  height:360px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(245,197,66,.16),transparent 65%);
  pointer-events:none;
  filter:blur(6px);
}
.korarab-highlights-studio-section .korarab-shell{position:relative}
.korarab-highlights-head p{max-width:760px;margin:.45rem 0 0;color:rgba(255,255,255,.72);font-weight:700;line-height:1.6}
.korarab-highlights-studio-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.85fr);gap:22px;align-items:stretch}
.korarab-highlight-side-list{display:grid;gap:14px}
.korarab-highlight-card{position:relative;border:1px solid rgba(245,197,66,.28);border-radius:24px;background:linear-gradient(145deg,rgba(17,26,44,.94),rgba(7,12,23,.98));box-shadow:0 20px 58px rgba(0,0,0,.24);overflow:hidden;color:#fff}
.korarab-highlight-card summary{list-style:none;min-height:230px;display:flex;flex-direction:column;justify-content:flex-end;gap:10px;padding:22px;cursor:pointer;background:linear-gradient(to top,rgba(5,8,15,.98) 0%,rgba(5,8,15,.62) 46%,rgba(5,8,15,.16) 100%),var(--highlight-cover,linear-gradient(135deg,#18243f,#07111f));background-size:cover;background-position:center}
.korarab-highlight-card summary::-webkit-details-marker{display:none}
.korarab-highlight-card.is-featured summary{min-height:430px;padding:28px}
.korarab-highlight-play{width:58px;height:58px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,var(--korarab-gold,#f5c542),#d69227);color:#101522;font-weight:1000;box-shadow:0 16px 36px rgba(245,197,66,.32)}
.korarab-highlight-badge{width:max-content;border:1px solid rgba(245,197,66,.38);border-radius:999px;padding:7px 11px;background:rgba(245,197,66,.1);color:var(--korarab-gold,#f5c542);font-size:11px;font-weight:1000;text-transform:uppercase;letter-spacing:.06em}
.korarab-highlight-card summary strong{max-width:820px;color:#fff;font-size:clamp(20px,3.2vw,42px);line-height:1.05;font-weight:1000;text-shadow:0 8px 24px rgba(0,0,0,.5)}
.korarab-highlight-card:not(.is-featured) summary strong{font-size:18px;line-height:1.16}
.korarab-highlight-card summary em{font-style:normal;color:rgba(255,255,255,.72);font-size:13px;font-weight:800}
.korarab-highlight-card summary b{width:max-content;border-radius:14px;padding:11px 16px;background:linear-gradient(135deg,var(--korarab-gold,#f5c542),#d7932b);color:#15100a;font-size:12px;font-weight:1000;box-shadow:0 12px 30px rgba(245,197,66,.22)}
.korarab-highlight-card[open]{border-color:rgba(245,197,66,.52)}
.korarab-highlight-expanded{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(260px,.8fr);gap:18px;padding:18px;border-top:1px solid rgba(245,197,66,.22);background:rgba(5,8,16,.74)}
.korarab-highlight-embed{min-height:260px;border-radius:18px;overflow:hidden;background:#050812;border:1px solid rgba(255,255,255,.08)}
.korarab-highlight-embed iframe{display:block;width:100%!important;min-height:360px!important;height:100%!important;border:0!important;border-radius:18px;background:#000}
.korarab-highlight-copy{display:flex;flex-direction:column;gap:10px;min-width:0}
.korarab-highlight-copy>span{color:var(--korarab-gold,#f5c542);font-size:11px;font-weight:1000;text-transform:uppercase;letter-spacing:.07em}
.korarab-highlight-copy h3{margin:0;color:#fff;font-size:22px;line-height:1.14}
.korarab-highlight-copy p{margin:0;color:rgba(255,255,255,.75);font-weight:700;line-height:1.6}
.korarab-highlight-affiliate{display:grid;gap:8px;margin-top:auto;padding:14px;border-radius:16px;border:1px solid rgba(245,197,66,.24);background:rgba(245,197,66,.06)}
.korarab-highlight-affiliate strong{display:block;color:#fff;font-size:16px}.korarab-highlight-affiliate small{display:block;color:rgba(255,255,255,.56);font-size:11px}.korarab-highlight-affiliate a{display:flex;align-items:center;justify-content:center;min-height:42px;border-radius:12px;background:linear-gradient(135deg,var(--korarab-gold,#f5c542),#d89225);color:#12100a!important;text-decoration:none!important;font-weight:1000}
.korarab-highlight-close{min-height:40px;border-radius:12px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.06);color:#fff;font-weight:900;cursor:pointer}
.korarab-highlights-note{margin:14px 0 0;color:rgba(255,255,255,.6);font-size:12px;font-weight:700}
@media(max-width:980px){.korarab-highlights-studio-grid,.korarab-highlight-expanded{grid-template-columns:1fr}.korarab-highlight-card.is-featured summary{min-height:320px}.korarab-highlight-embed iframe{min-height:260px!important}}
@media(max-width:640px){.korarab-highlight-card summary,.korarab-highlight-card.is-featured summary{min-height:240px;padding:18px}.korarab-highlight-card summary strong{font-size:22px}.korarab-highlight-play{width:48px;height:48px}.korarab-highlight-expanded{padding:12px}.korarab-highlight-embed iframe{min-height:220px!important}}


/* KORARAB 7.2.7 — Highlights setup and polished empty state */
.korarab-highlights-studio-section .korarab-section-head small{opacity:.78}
.korarab-highlights-setup-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:14px;margin-top:22px}
.korarab-highlights-setup-card{min-height:130px;border:1px dashed rgba(245,197,66,.35);border-radius:22px;background:linear-gradient(145deg,rgba(20,31,52,.82),rgba(7,12,23,.94));padding:18px;color:#fff;box-shadow:0 18px 46px rgba(0,0,0,.18)}
.korarab-highlights-setup-card.is-main{border-style:solid;background:radial-gradient(circle at top left,rgba(245,197,66,.16),transparent 42%),linear-gradient(145deg,rgba(20,31,52,.9),rgba(7,12,23,.96))}
.korarab-highlights-setup-card strong,.korarab-highlights-setup-card b{display:block;color:#fff;font-size:18px;line-height:1.2}.korarab-highlights-setup-card p{margin:9px 0 0;color:rgba(255,255,255,.68);font-weight:700;line-height:1.55}.korarab-highlights-setup-card span{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,var(--korarab-gold,#f5c542),#d89525);color:#111;font-weight:1000;margin-bottom:10px}
@media(max-width:980px){.korarab-highlights-setup-grid{grid-template-columns:1fr 1fr}.korarab-highlights-setup-card.is-main{grid-column:1/-1}}
@media(max-width:640px){.korarab-highlights-setup-grid{grid-template-columns:1fr}}


/* KORARAB 7.3.2 — Highlights Single Premium Player */
.korarab-highlights-layout-single .korarab-shell{
  max-width:1180px;
}
.korarab-highlights-layout-single.is-compact-header .korarab-section-head{
  margin-bottom:14px!important;
  align-items:flex-end!important;
}
.korarab-highlights-layout-single.is-compact-header .korarab-section-head h2{
  font-size:clamp(32px,4.2vw,58px)!important;
  line-height:.98!important;
}
.korarab-highlights-layout-single.is-compact-header .korarab-section-head p{
  max-width:560px!important;
  font-size:13px!important;
  line-height:1.45!important;
  opacity:.76!important;
}
.korarab-highlights-single-wrap{
  max-width:1120px;
  margin:0 auto;
}
.korarab-highlights-layout-single .korarab-highlight-card{
  border-radius:28px;
  box-shadow:0 26px 80px rgba(0,0,0,.34),0 0 0 1px rgba(245,197,66,.08) inset;
}
.korarab-highlights-layout-single .korarab-highlight-card.is-featured summary{
  min-height:520px;
  padding:34px;
  background:linear-gradient(to top,rgba(5,8,15,.97) 0%,rgba(5,8,15,.58) 38%,rgba(5,8,15,.10) 100%),var(--highlight-cover,linear-gradient(135deg,#18243f,#07111f));
  background-size:cover;
  background-position:center;
}
.korarab-highlights-layout-single .korarab-highlight-card summary strong{
  max-width:720px;
  font-size:clamp(28px,4.8vw,64px);
}
.korarab-highlights-layout-single .korarab-highlight-card summary em{
  font-size:14px;
}
.korarab-highlights-layout-single .korarab-highlight-expanded{
  grid-template-columns:1fr;
  gap:14px;
  padding:18px;
}
.korarab-highlights-layout-single .korarab-highlight-embed{
  min-height:560px;
  border-radius:22px;
}
.korarab-highlights-layout-single .korarab-highlight-embed iframe{
  min-height:560px!important;
  border-radius:22px;
}
.korarab-highlights-layout-single .korarab-highlight-copy{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(240px,320px);
  gap:16px;
  align-items:end;
}
.korarab-highlights-layout-single .korarab-highlight-copy>span,
.korarab-highlights-layout-single .korarab-highlight-copy h3,
.korarab-highlights-layout-single .korarab-highlight-copy p{
  grid-column:1/2;
}
.korarab-highlights-layout-single .korarab-highlight-affiliate,
.korarab-highlights-layout-single .korarab-highlight-close{
  grid-column:2/3;
}
@media(max-width:980px){
  .korarab-highlights-layout-single .korarab-highlight-card.is-featured summary{min-height:360px;padding:24px}
  .korarab-highlights-layout-single .korarab-highlight-embed,.korarab-highlights-layout-single .korarab-highlight-embed iframe{min-height:340px!important}
  .korarab-highlights-layout-single .korarab-highlight-copy{grid-template-columns:1fr}
  .korarab-highlights-layout-single .korarab-highlight-affiliate,.korarab-highlights-layout-single .korarab-highlight-close{grid-column:1/2}
}
@media(max-width:640px){
  .korarab-highlights-layout-single.is-compact-header .korarab-section-head h2{font-size:34px!important}
  .korarab-highlights-layout-single .korarab-highlight-card.is-featured summary{min-height:270px;padding:18px}
  .korarab-highlights-layout-single .korarab-highlight-embed,.korarab-highlights-layout-single .korarab-highlight-embed iframe{min-height:240px!important}
}

.korarab-admin-refresh{display:inline-flex;align-items:center;justify-content:center;margin-top:10px;border:1px solid var(--korarab-line);border-radius:999px;padding:8px 12px;background:rgba(255,227,132,.12);color:var(--korarab-gold-2)!important;text-decoration:none!important;font-weight:900;font-size:12px}
.korarab-admin-refresh:hover{background:rgba(255,227,132,.2)}

/* KORARAB 7.3.8 — always-visible upcoming match cards */
.match-status-badge.status-scheduled{background:linear-gradient(135deg,rgba(245,197,66,.95),rgba(216,150,25,.9))!important;color:#17120a!important;border-color:rgba(255,230,125,.45)!important;box-shadow:0 0 22px rgba(245,197,66,.25)!important}
.korarab-match-card.status-scheduled{border-color:rgba(245,197,66,.34)!important;box-shadow:0 18px 54px rgba(0,0,0,.25),inset 0 1px 0 rgba(255,255,255,.035)!important}
.korarab-match-card.status-scheduled:after{content:"NEXT";position:absolute;right:14px;bottom:12px;font-size:42px;line-height:1;font-weight:1000;color:rgba(245,197,66,.065);letter-spacing:-.05em;pointer-events:none}
.korarab-match-card .match-teams>strong.is-vs{font-size:20px!important;letter-spacing:.08em;color:var(--korarab-gold-2,#ffe47a)!important;text-shadow:0 0 22px rgba(245,197,66,.25)}
.korarab-match-card.status-scheduled .match-extra-line{color:rgba(255,231,160,.82);font-weight:800}
.korarab-match-card.status-scheduled .match-meta-row span:nth-child(1),
.korarab-match-card.status-scheduled .match-meta-row span:nth-child(2){border-color:rgba(245,197,66,.2);background:rgba(245,197,66,.08)}


/* KORARAB 7.3.9 — restored premium Top Matches cards */
.korarab-match-list-pro article.korarab-match-card{gap:14px;min-height:278px;padding:16px 16px 18px!important;border-radius:24px;background:linear-gradient(160deg,rgba(20,31,54,.94),rgba(7,12,22,.99))!important;border:1px solid rgba(231,190,82,.24)!important;overflow:hidden}
.korarab-match-card .match-league{display:grid;align-items:center;gap:10px}
.korarab-match-card .match-league strong{font-size:14px;line-height:1.15;font-weight:950;color:#ffe07a}
.korarab-match-card .match-league img{width:28px;height:28px;object-fit:contain;border-radius:50%;background:rgba(255,255,255,.05);padding:2px}
.korarab-match-card .match-kickoff-row{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;min-height:22px}
.korarab-match-card .match-kickoff-main,.korarab-match-card .match-kickoff-side{display:flex;align-items:center;flex-wrap:wrap;gap:8px}
.korarab-match-card .match-kickoff-date,.korarab-match-card .match-kickoff-time,.korarab-match-card .match-kickoff-period,.korarab-match-card .match-kickoff-minute{font-size:12px;line-height:1.25;font-weight:850}
.korarab-match-card .match-kickoff-date{color:rgba(255,255,255,.86)}
.korarab-match-card .match-kickoff-time{color:#ffe384}
.korarab-match-card .match-kickoff-period{color:rgba(255,255,255,.62)}
.korarab-match-card .match-kickoff-minute{display:inline-flex;align-items:center;justify-content:center;min-width:40px;padding:3px 9px;border-radius:999px;background:rgba(255,70,103,.13);border:1px solid rgba(255,70,103,.28);color:#ffd6db}
.korarab-match-card .match-kickoff-sep{color:rgba(255,255,255,.35);font-size:11px}
.korarab-match-card .match-teams{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:12px;margin-top:0}
.korarab-match-card .match-team{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;min-width:0}
.korarab-match-card .match-team img,.korarab-match-card .match-team-fallback{width:52px;height:52px;border-radius:50%;object-fit:contain;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(231,190,82,.26);background:radial-gradient(circle at 35% 30%,rgba(255,255,255,.14),rgba(255,255,255,.04));box-shadow:0 12px 24px rgba(0,0,0,.18)}
.korarab-match-card .match-team-fallback{font-size:16px;font-weight:1000;color:#ffe384;letter-spacing:.04em}
.korarab-match-card .match-team b{display:block;max-width:100%;color:#fff;font-size:17px;line-height:1.18;font-weight:900;white-space:normal;word-break:break-word}
.korarab-match-card .match-teams>strong{font-size:30px;line-height:1;font-weight:1000;color:#ffe384;text-align:center;white-space:nowrap}
.korarab-match-card .match-teams>strong.is-vs{font-size:21px!important;letter-spacing:.16em}
.korarab-match-card .match-extra-line{justify-content:center;min-height:18px;color:rgba(255,255,255,.64);font-size:11px}
.korarab-match-card .match-extra-line span{white-space:normal;overflow:visible;text-overflow:unset}
.korarab-match-list-pro .match-odds{margin-top:auto!important;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px!important}
.korarab-match-list-pro .match-odds span{display:flex!important;flex-direction:column!important;justify-content:center;align-items:flex-start;gap:3px;min-height:48px;padding:9px 10px!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:14px!important;background:rgba(255,255,255,.04)!important}
.korarab-match-list-pro .match-odds em{font-size:10px;font-weight:950;color:rgba(255,255,255,.52);letter-spacing:.08em;text-transform:uppercase}
.korarab-match-list-pro .match-odds b{font-size:15px;font-weight:1000;color:#fff!important}
.korarab-match-list-pro .match-odds span.is-empty b{color:rgba(255,255,255,.56)!important}
.korarab-match-card.status-live .match-kickoff-time{color:#ffd7df}
.korarab-match-card.status-scheduled .match-kickoff-date,.korarab-match-card.status-scheduled .match-kickoff-period{color:rgba(255,241,189,.86)}
.korarab-match-card.status-scheduled .match-kickoff-time{font-size:15px}
@media(max-width:1280px){.korarab-match-card .match-teams>strong{font-size:26px}.korarab-match-card .match-team b{font-size:15px}}
@media(max-width:768px){.korarab-match-list-pro article.korarab-match-card{min-height:0;padding:15px!important}.korarab-match-card .match-kickoff-row{flex-direction:column;align-items:flex-start}.korarab-match-card .match-teams{grid-template-columns:1fr}.korarab-match-card .match-teams>strong{order:2}.korarab-match-card .match-team.is-away{order:3}.korarab-match-list-pro .match-odds span{align-items:center;text-align:center}}


/* KORARAB 7.4.0 — final clean Top Matches cards */
.korarab-match-card.status-scheduled:after,.korarab-match-card.is-reserve-match:after{display:none!important;content:none!important}
.korarab-match-list-pro article.korarab-match-card{min-height:270px!important;border-radius:22px!important;padding:16px!important;gap:12px!important;background:linear-gradient(155deg,rgba(23,34,58,.94),rgba(6,11,21,.98))!important;border:1px solid rgba(231,190,82,.28)!important;box-shadow:0 22px 56px rgba(0,0,0,.26),inset 0 1px 0 rgba(255,255,255,.045)!important}
.korarab-match-card .match-league{grid-template-columns:28px minmax(0,1fr) auto!important;gap:9px!important;min-height:32px!important}
.korarab-match-card .match-league strong{font-size:13px!important;line-height:1.2!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;color:#ffe384!important}
.korarab-match-card .match-status-badge{font-size:9px!important;min-height:24px!important;padding:4px 8px!important;border-radius:999px!important}
.korarab-match-card .match-kickoff-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;padding:0!important;margin:0!important;border:0!important;background:transparent!important}
.korarab-match-card .match-kickoff-main{display:flex!important;align-items:center!important;gap:7px!important;min-width:0!important;flex-wrap:nowrap!important}
.korarab-match-card .match-kickoff-side{display:flex!important;align-items:center!important;gap:6px!important;flex:0 0 auto!important}
.korarab-match-card .match-kickoff-date{display:inline!important;color:rgba(255,255,255,.86)!important;font-size:12px!important;font-weight:850!important;white-space:nowrap!important}
.korarab-match-card .match-kickoff-time{display:inline!important;color:#ffe384!important;font-size:15px!important;font-weight:1000!important;white-space:nowrap!important;text-shadow:0 0 14px rgba(255,227,132,.18)}
.korarab-match-card .match-kickoff-sep{display:inline!important;color:rgba(255,255,255,.35)!important}
.korarab-match-card .match-kickoff-period{font-size:10px!important;color:rgba(255,255,255,.58)!important;white-space:nowrap!important}
.korarab-match-card .match-kickoff-minute{font-size:11px!important;font-weight:950!important;color:#fff!important;background:rgba(255,55,95,.16)!important;border:1px solid rgba(255,55,95,.35)!important;border-radius:999px!important;padding:4px 8px!important;white-space:nowrap!important}
.korarab-match-card .match-teams{grid-template-columns:minmax(0,1fr) 64px minmax(0,1fr)!important;gap:8px!important;margin-top:2px!important;align-items:center!important}
.korarab-match-card .match-team{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;gap:7px!important;min-width:0!important;text-align:center!important}
.korarab-match-card .match-team img,.korarab-match-card .match-team-fallback{width:50px!important;height:50px!important;min-width:50px!important;border-radius:50%!important;object-fit:contain!important;border:1px solid rgba(231,190,82,.34)!important;background:radial-gradient(circle at 35% 30%,rgba(255,231,132,.18),rgba(255,255,255,.04))!important;box-shadow:0 12px 28px rgba(0,0,0,.22),0 0 18px rgba(231,190,82,.08)!important}
.korarab-match-card .match-team-fallback{display:inline-flex!important;align-items:center!important;justify-content:center!important;color:#ffe384!important;font-size:13px!important;font-weight:1000!important;letter-spacing:.06em!important}
.korarab-match-card .match-team b{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;max-width:100%!important;min-height:34px!important;color:#fff!important;font-size:14px!important;line-height:1.18!important;font-weight:900!important;text-align:center!important;word-break:normal!important;hyphens:auto!important}
.korarab-match-card .match-teams>strong{display:flex!important;align-items:center!important;justify-content:center!important;min-width:58px!important;color:#ffe384!important;font-size:24px!important;line-height:1!important;font-weight:1000!important;text-align:center!important;text-shadow:0 0 18px rgba(255,227,132,.22)!important;white-space:nowrap!important}
.korarab-match-card .match-teams>strong.is-vs{font-size:18px!important;letter-spacing:.12em!important}
.korarab-match-card .match-extra-line{min-height:16px!important;margin-top:0!important;color:rgba(255,231,160,.68)!important;font-size:10.5px!important;font-weight:750!important;line-height:1.25!important;text-align:center!important}
.korarab-match-card.is-reserve-match .match-extra-line{color:rgba(255,255,255,.45)!important;font-size:10px!important}
.korarab-match-list-pro .match-odds{margin-top:auto!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important}
.korarab-match-list-pro .match-odds span{min-height:43px!important;padding:8px 9px!important;border-radius:13px!important;border:1px solid rgba(255,255,255,.11)!important;background:rgba(255,255,255,.045)!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;gap:2px!important}
.korarab-match-list-pro .match-odds em{font-size:9px!important;color:#ffe384!important;font-weight:950!important;font-style:normal!important;line-height:1!important}
.korarab-match-list-pro .match-odds b{font-size:15px!important;color:#fff!important;font-weight:1000!important;line-height:1.1!important}
.korarab-match-list-pro .match-odds span.is-empty{opacity:.72!important}
.korarab-match-list-pro .match-odds span.is-empty b{font-size:16px!important;color:rgba(255,255,255,.64)!important}
.korarab-match-card.is-reserve-match .match-status-badge{background:rgba(255,227,132,.13)!important;color:#ffe384!important;border-color:rgba(255,227,132,.25)!important;box-shadow:none!important}
@media(max-width:1280px){.korarab-match-card .match-kickoff-row{align-items:flex-start!important;flex-direction:column!important}.korarab-match-card .match-teams{grid-template-columns:minmax(0,1fr) 54px minmax(0,1fr)!important}.korarab-match-card .match-team b{font-size:13px!important}.korarab-match-card .match-teams>strong{font-size:22px!important}}
@media(max-width:768px){.korarab-match-card .match-kickoff-row{flex-direction:row!important;align-items:center!important}.korarab-match-card .match-teams{grid-template-columns:minmax(0,1fr) 60px minmax(0,1fr)!important}.korarab-match-card .match-team img,.korarab-match-card .match-team-fallback{width:46px!important;height:46px!important;min-width:46px!important}.korarab-match-list-pro .match-odds span{align-items:center!important;text-align:center!important}}


/* KORARAB 7.4.1 — clean schedule placeholder cards when API has no real pairs yet */
.korarab-match-card.is-schedule-placeholder{min-height:220px!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important;background:linear-gradient(155deg,rgba(24,35,58,.92),rgba(7,12,22,.98))!important}
.korarab-match-card.is-schedule-placeholder .match-kickoff-row{margin-top:2px!important;margin-bottom:8px!important}
.korarab-match-card.is-schedule-placeholder .match-status-badge{background:rgba(255,227,132,.10)!important;color:#ffe384!important;border-color:rgba(255,227,132,.24)!important;box-shadow:none!important}
.korarab-match-card.is-schedule-placeholder .match-schedule-awaiting{margin-top:auto;margin-bottom:auto;display:grid;place-items:center;text-align:center;gap:8px;padding:12px 10px;border:1px solid rgba(255,227,132,.12);border-radius:18px;background:radial-gradient(circle at 50% 0,rgba(255,227,132,.10),rgba(255,255,255,.025) 65%)}
.korarab-match-card.is-schedule-placeholder .match-schedule-ball{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,227,132,.28);background:rgba(255,227,132,.08);box-shadow:0 12px 28px rgba(0,0,0,.18),0 0 22px rgba(255,227,132,.08);font-size:24px}
.korarab-match-card.is-schedule-placeholder .match-schedule-awaiting strong{color:#ffe384;font-size:18px;line-height:1.05;font-weight:1000;text-shadow:0 0 16px rgba(255,227,132,.18)}
.korarab-match-card.is-schedule-placeholder .match-schedule-awaiting p{max-width:260px;margin:0;color:rgba(255,255,255,.70);font-size:11px;line-height:1.45;font-weight:750}
.korarab-match-card.is-schedule-placeholder .match-kickoff-date{color:rgba(255,255,255,.88)!important}
.korarab-match-card.is-schedule-placeholder .match-kickoff-time{font-size:16px!important;color:#ffe384!important}
.korarab-match-card.is-schedule-placeholder:after{display:none!important;content:none!important}
@media(max-width:768px){.korarab-match-card.is-schedule-placeholder .match-schedule-awaiting p{max-width:100%}}


/* KORARAB 7.4.2 — classic four-card Top Matches final */
.korarab-homepage-classic .korarab-match-list-pro,
.korarab-top-matches .korarab-match-list-pro{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;align-items:stretch!important}
.korarab-top-matches .korarab-match-list-pro article:nth-child(n+5){display:none!important}
.korarab-match-card.is-schedule-placeholder .match-schedule-awaiting{display:none!important}
.korarab-match-card.is-schedule-placeholder{min-height:258px!important;justify-content:initial!important}
.korarab-match-card.is-schedule-placeholder .match-teams,
.korarab-match-card.is-reserve-match .match-teams{display:grid!important;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)!important;align-items:center!important;gap:12px!important;margin:10px 0 6px!important}
.korarab-match-card.is-schedule-placeholder .match-team-fallback,
.korarab-match-card.is-reserve-match .match-team-fallback{width:54px!important;height:54px!important;font-size:15px!important;background:radial-gradient(circle at 35% 25%,rgba(255,227,132,.18),rgba(255,255,255,.035))!important;border-color:rgba(255,227,132,.28)!important;color:#ffe384!important;box-shadow:0 13px 26px rgba(0,0,0,.18),0 0 22px rgba(255,227,132,.08)!important}
.korarab-match-card.is-schedule-placeholder .match-team b,
.korarab-match-card.is-reserve-match .match-team b{font-size:14px!important;color:rgba(255,255,255,.82)!important}
.korarab-match-card.is-schedule-placeholder .match-extra-line,
.korarab-match-card.is-reserve-match .match-extra-line{font-size:10px!important;color:rgba(255,255,255,.55)!important;min-height:18px!important}
.korarab-match-list-pro .match-odds{display:grid!important;visibility:visible!important;opacity:1!important}
.korarab-match-list-pro .match-odds span{min-height:42px!important}
.korarab-match-list-pro .match-odds span.is-empty{opacity:.72!important;background:rgba(255,255,255,.035)!important}
.korarab-match-list-pro .match-odds span.is-empty b{color:rgba(255,255,255,.7)!important}
@media(max-width:1280px){.korarab-homepage-classic .korarab-match-list-pro,.korarab-top-matches .korarab-match-list-pro{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:768px){.korarab-homepage-classic .korarab-match-list-pro,.korarab-top-matches .korarab-match-list-pro{grid-template-columns:1fr!important}.korarab-match-card.is-schedule-placeholder .match-teams,.korarab-match-card.is-reserve-match .match-teams{grid-template-columns:1fr!important}.korarab-match-card.is-schedule-placeholder .match-teams>strong,.korarab-match-card.is-reserve-match .match-teams>strong{order:2}.korarab-match-card.is-schedule-placeholder .match-team.is-away,.korarab-match-card.is-reserve-match .match-team.is-away{order:3}}


/* KORARAB 7.4.4 — live homepage controls and clean demo markers */
.korarab-top-admin-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:-10px 0 18px}
.korarab-top-admin-actions .korarab-admin-refresh{margin-top:0}
.korarab-top-admin-actions small{color:rgba(255,255,255,.58);font-size:11px;font-weight:800}
.match-demo-badge{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:4px 8px;border-radius:999px;border:1px solid rgba(255,227,132,.28);background:rgba(255,227,132,.08);color:#ffe384;font-size:9px;font-weight:950;letter-spacing:.08em}
.kora-live-mini-preview{display:grid;gap:8px;padding:16px;border:1px solid rgba(212,175,55,.22);border-radius:16px;background:linear-gradient(145deg,rgba(15,23,42,.96),rgba(7,11,20,.98));color:#fff}
.kora-live-mini-preview span{width:max-content;border-radius:999px;padding:4px 8px;background:#ef335f;color:#fff;font-size:10px;font-weight:950}
.kora-live-mini-preview strong{font-size:18px;color:#ffe384}.kora-live-mini-preview small{color:rgba(255,255,255,.65)}

/* KORARAB 7.5.2 — public cleanup: hidden admin buttons, clean clock, compact elite Live Center */
.korarab-top-admin-actions{display:none!important}
.korarab-top-datetime,
.korarab-top-datetime.is-clock-only{display:inline-flex!important;align-items:center!important;gap:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#ffe384!important;font-weight:1000!important;line-height:1!important;white-space:nowrap!important}
.korarab-top-datetime span,.korarab-top-datetime [data-korarab-top-date]{display:none!important}
.korarab-top-datetime b,.korarab-top-datetime [data-korarab-top-clock]{display:inline-block!important;min-width:0!important;color:#ffe384!important;font-size:18px!important;line-height:1!important;text-align:start!important;font-variant-numeric:tabular-nums!important;letter-spacing:.02em!important;text-shadow:0 0 15px rgba(255,227,132,.25)}
.korarab-live-center-front{padding:22px 0!important;background:linear-gradient(180deg,#080d18,#0b1220)!important}
.korarab-live-center-front .korarab-shell{width:min(1180px,calc(100% - 40px))!important}
.korarab-live-head{margin-bottom:10px!important;padding:10px 13px!important;border-radius:14px!important;background:rgba(255,255,255,.035)!important;border:1px solid rgba(231,190,82,.18)!important}
.korarab-live-head strong{font-size:12px!important;color:#ffe384!important;letter-spacing:.12em!important}
.korarab-live-head span{font-size:11px!important;color:rgba(255,255,255,.62)!important}
.korarab-live-front-card{margin-bottom:8px!important;padding:10px 12px!important;border-radius:15px!important;background:linear-gradient(145deg,rgba(17,26,44,.92),rgba(7,11,20,.98))!important;box-shadow:0 10px 26px rgba(0,0,0,.18)!important}
.korarab-live-front-card .top{margin-bottom:8px!important}
.korarab-live-front-card .top span{padding:4px 9px!important;font-size:10px!important;line-height:1!important;text-transform:uppercase!important;background:#ef3758!important;color:#fff!important}
.korarab-live-front-card .top small{font-size:11px!important;color:#ffe384!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.korarab-live-front-card .score{gap:9px!important}
.korarab-live-front-card .score b{font-size:13px!important;line-height:1.15!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.korarab-live-front-card .score strong{font-size:22px!important;line-height:1!important;color:#ffe384!important}
.korarab-live-front-card .stats{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important;margin-top:9px!important}
.korarab-live-front-card .stats span{padding:7px 6px!important;border-radius:9px!important;font-size:9px!important;background:rgba(255,255,255,.06)!important;color:rgba(255,255,255,.58)!important}
.korarab-live-front-card .stats b{font-size:11px!important;margin-top:2px!important}
.korarab-live-front-card .live-timeline{display:none!important}
@media(max-width:720px){.korarab-top-datetime{width:auto!important;justify-content:flex-start!important;margin-top:0!important}.korarab-top-datetime b{font-size:16px!important}.korarab-live-center-front{padding:18px 0!important}.korarab-live-front-card .score{grid-template-columns:1fr!important}.korarab-live-front-card .score strong{order:2}.korarab-live-front-card .stats{grid-template-columns:1fr 1fr 1fr!important}}


/* KORARAB 7.5.3 — Top Matches English team names and date+clock */
.korarab-top-datetime,
.korarab-top-datetime.is-clock-only{display:inline-flex!important;align-items:center!important;gap:8px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#ffe384!important;font-weight:1000!important;line-height:1!important;white-space:nowrap!important}
.korarab-top-datetime span,
.korarab-top-datetime [data-korarab-top-date]{display:inline-block!important;color:#ffe384!important;font-size:14px!important;line-height:1!important;font-weight:950!important;letter-spacing:.01em!important;text-transform:none!important;text-shadow:0 0 15px rgba(255,227,132,.22)}
.korarab-top-datetime .korarab-date-sep{display:inline-block!important;color:rgba(255,227,132,.55)!important;font-style:normal!important;font-weight:900!important;line-height:1!important}
.korarab-top-datetime b,
.korarab-top-datetime [data-korarab-top-clock]{display:inline-block!important;min-width:0!important;color:#ffe384!important;font-size:18px!important;line-height:1!important;text-align:start!important;font-variant-numeric:tabular-nums!important;letter-spacing:.02em!important;text-shadow:0 0 15px rgba(255,227,132,.25)}
.korarab-match-card .match-team[translate="no"],
.korarab-match-card .korarab-team-name.notranslate{translate:no;unicode-bidi:isolate!important;direction:ltr!important;hyphens:none!important}
@media(max-width:720px){.korarab-top-datetime{display:flex!important;flex-wrap:wrap!important;gap:6px 8px!important;width:auto!important;justify-content:flex-start!important;margin-top:0!important}.korarab-top-datetime span,.korarab-top-datetime [data-korarab-top-date]{font-size:12px!important}.korarab-top-datetime b,.korarab-top-datetime [data-korarab-top-clock]{font-size:16px!important}}


/* KORARAB 7.5.4 — elite-only La Liga, center kickoff over score, centered odds */
.korarab-match-card .match-kickoff-row{justify-content:space-between!important;margin-bottom:4px!important}
.korarab-match-card .match-kickoff-main{max-width:72%!important}
.korarab-match-card .match-kickoff-date{font-size:12px!important;color:rgba(255,255,255,.86)!important;white-space:nowrap!important}
.korarab-match-card .match-kickoff-time,.korarab-match-card .match-kickoff-sep,.korarab-match-card .match-kickoff-minute{display:none!important}
.korarab-match-card .match-kickoff-period{font-size:10px!important;font-weight:950!important;color:#fff!important;background:rgba(255,55,95,.16)!important;border:1px solid rgba(255,55,95,.35)!important;border-radius:999px!important;padding:4px 8px!important;white-space:nowrap!important}
.korarab-match-card .match-teams{grid-template-columns:minmax(0,1fr) 74px minmax(0,1fr)!important;gap:10px!important;align-items:center!important}
.korarab-match-card .match-score-stack{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:5px!important;min-width:68px!important;text-align:center!important}
.korarab-match-card .match-center-time{display:block!important;color:#ffe384!important;font-size:13px!important;line-height:1!important;font-weight:1000!important;letter-spacing:.01em!important;text-shadow:0 0 14px rgba(255,227,132,.20)!important;white-space:nowrap!important}
.korarab-match-card .match-score-stack>strong{display:block!important;color:#ffe384!important;font-size:28px!important;line-height:.95!important;font-weight:1000!important;text-align:center!important;text-shadow:0 0 18px rgba(255,227,132,.22)!important;white-space:nowrap!important}
.korarab-match-card .match-score-stack>strong.is-vs{font-size:18px!important;letter-spacing:.13em!important}
.korarab-match-card .match-teams>strong{display:none!important}
.korarab-match-list-pro .match-odds span{align-items:center!important;justify-content:center!important;text-align:center!important;padding:9px 8px!important;gap:4px!important}
.korarab-match-list-pro .match-odds em,.korarab-match-list-pro .match-odds b{text-align:center!important;width:100%!important;display:block!important}
.korarab-match-list-pro .match-odds em{font-size:10px!important;color:#ffe384!important;opacity:.95!important}
.korarab-match-list-pro .match-odds b{font-size:16px!important;line-height:1!important;color:#fff!important}
@media(max-width:1280px){.korarab-match-card .match-teams{grid-template-columns:minmax(0,1fr) 66px minmax(0,1fr)!important}.korarab-match-card .match-score-stack>strong{font-size:24px!important}.korarab-match-card .match-center-time{font-size:12px!important}}
@media(max-width:768px){.korarab-match-card .match-kickoff-row{flex-direction:row!important;align-items:center!important}.korarab-match-card .match-kickoff-main{max-width:70%!important}.korarab-match-card .match-teams{grid-template-columns:minmax(0,1fr) 66px minmax(0,1fr)!important}.korarab-match-card .match-score-stack{min-width:60px!important}}

/* KORARAB 7.5.5 — live filter labels, premium match expand, clean live minute */
.korarab-live-head .korarab-live-filter-label{display:inline-flex!important;align-items:center!important;gap:7px!important;flex-wrap:wrap!important;font-size:12px!important;font-weight:1000!important;letter-spacing:.02em!important}
.korarab-live-head .korarab-live-filter-label .is-live{display:inline-flex!important;align-items:center!important;gap:6px!important;padding:6px 10px!important;border-radius:999px!important;background:linear-gradient(135deg,#ff314f,#b90e25)!important;color:#fff!important;box-shadow:0 0 22px rgba(255,49,79,.38)!important;text-transform:uppercase!important}
.korarab-live-head .korarab-live-filter-label .is-live:before{content:"";width:7px;height:7px;border-radius:50%;background:#fff;box-shadow:0 0 0 4px rgba(255,255,255,.16)}
.korarab-live-head .korarab-live-filter-label .is-elite{display:inline-flex!important;align-items:center!important;padding:6px 10px!important;border-radius:999px!important;border:1px solid rgba(255,227,132,.38)!important;background:rgba(255,227,132,.1)!important;color:#ffe384!important;text-transform:uppercase!important}
.korarab-live-head .korarab-live-filter-label i{font-style:normal!important;color:rgba(255,227,132,.55)!important}
.korarab-match-card[data-korarab-match-card]{cursor:pointer!important;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease!important}
.korarab-match-card[data-korarab-match-card]:hover{border-color:rgba(255,227,132,.56)!important;box-shadow:0 24px 66px rgba(0,0,0,.3),0 0 0 1px rgba(255,227,132,.08),inset 0 1px 0 rgba(255,255,255,.055)!important}
.korarab-match-card .match-kickoff-period{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:38px!important;padding:4px 9px!important;border-radius:999px!important;background:rgba(255,55,95,.16)!important;border:1px solid rgba(255,55,95,.36)!important;color:#fff!important;font-size:10px!important;font-weight:1000!important;line-height:1!important;white-space:nowrap!important;text-transform:uppercase!important}
.korarab-match-card .match-kickoff-minute{display:none!important}
.korarab-match-card .match-score-stack{transform:translateY(-6px)!important;gap:6px!important}
.korarab-match-card .match-center-time{color:#fff!important;font-size:13px!important;line-height:1!important;font-weight:1000!important;letter-spacing:.02em!important;text-shadow:0 0 18px rgba(255,255,255,.28),0 0 16px rgba(255,227,132,.18)!important;margin-bottom:1px!important;white-space:nowrap!important}
.korarab-match-card.status-live .match-center-time{color:#fff!important}
.korarab-match-card .match-score-stack>strong{margin-top:0!important}
.korarab-match-card .match-details-hint{appearance:none!important;border:1px solid rgba(255,227,132,.22)!important;border-radius:999px!important;background:rgba(255,227,132,.07)!important;color:rgba(255,227,132,.92)!important;font-size:10px!important;font-weight:950!important;line-height:1!important;padding:8px 10px!important;cursor:pointer!important;margin:2px auto 0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;transition:.18s ease!important}
.korarab-match-card .match-details-hint:hover,.korarab-match-card.is-expanded .match-details-hint{background:rgba(255,227,132,.16)!important;border-color:rgba(255,227,132,.42)!important;color:#fff!important}
.korarab-match-card .match-details-panel[hidden]{display:none!important}
.korarab-match-card .match-details-panel{display:grid!important;gap:10px!important;margin-top:2px!important;padding:11px!important;border:1px solid rgba(255,227,132,.18)!important;border-radius:16px!important;background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.025))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.04)!important}
.korarab-match-card .match-details-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:7px!important}
.korarab-match-card .match-details-grid span{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;min-height:46px!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:12px!important;background:rgba(255,255,255,.035)!important;text-align:center!important;padding:7px 5px!important}
.korarab-match-card .match-details-grid small{font-size:8px!important;line-height:1.1!important;font-weight:900!important;color:rgba(255,255,255,.55)!important;text-transform:uppercase!important;letter-spacing:.06em!important;margin-bottom:4px!important}
.korarab-match-card .match-details-grid b{font-size:12px!important;line-height:1.15!important;font-weight:1000!important;color:#fff!important}
.korarab-match-card .match-details-timeline{display:grid!important;gap:6px!important;max-height:148px!important;overflow:auto!important;padding-right:3px!important}
.korarab-match-card .match-details-timeline span{display:grid!important;grid-template-columns:42px 1fr!important;gap:7px!important;align-items:center!important;padding:7px 8px!important;border-radius:11px!important;background:rgba(255,255,255,.035)!important;color:rgba(255,255,255,.82)!important;font-size:10px!important;line-height:1.35!important}
.korarab-match-card .match-details-timeline b{color:#ffe384!important;font-size:10px!important}
.korarab-match-card .match-details-note{margin:0!important;color:rgba(255,255,255,.6)!important;font-size:10px!important;line-height:1.45!important;text-align:center!important}
@media(max-width:1280px){.korarab-match-card .match-details-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.korarab-match-card .match-score-stack{transform:translateY(-4px)!important}}
@media(max-width:768px){.korarab-match-card .match-details-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.korarab-match-card .match-center-time{font-size:12px!important}.korarab-live-head .korarab-live-filter-label{gap:5px!important}.korarab-live-head .korarab-live-filter-label .is-live,.korarab-live-head .korarab-live-filter-label .is-elite{padding:5px 8px!important;font-size:10px!important}}


/* KORARAB 7.5.7 — top cards stay compact; details open only in Live Center */
.korarab-match-card[data-korarab-match-card],
.korarab-match-card{cursor:default!important}
.korarab-match-card .match-details-hint,
.korarab-match-card .match-details-panel{display:none!important}
.korarab-match-card:hover{transform:none!important}
.korarab-live-front-card[data-korarab-live-match-card]{cursor:pointer!important;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease!important}
.korarab-live-front-card[data-korarab-live-match-card]:hover,.korarab-live-front-card.is-expanded{border-color:rgba(255,227,132,.42)!important;box-shadow:0 16px 42px rgba(0,0,0,.24),0 0 0 1px rgba(255,227,132,.08)!important}
.korarab-live-details-toggle{appearance:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:max-content!important;margin:10px auto 0!important;min-height:30px!important;padding:7px 14px!important;border-radius:999px!important;border:1px solid rgba(255,227,132,.32)!important;background:rgba(255,227,132,.08)!important;color:#ffe384!important;font-size:10px!important;font-weight:1000!important;line-height:1!important;cursor:pointer!important}
.korarab-live-front-card.is-expanded .korarab-live-details-toggle{background:linear-gradient(135deg,#ffe477,#d4a229)!important;color:#171105!important;border-color:transparent!important}
.korarab-live-front-card .match-details-panel[hidden]{display:none!important}
.korarab-live-front-card .match-details-panel{display:grid!important;gap:10px!important;margin-top:10px!important;padding:12px!important;border:1px solid rgba(255,227,132,.18)!important;border-radius:15px!important;background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.024))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.04)!important}
.korarab-live-front-card .match-details-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:7px!important}
.korarab-live-front-card .match-details-grid span{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;min-height:46px!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:12px!important;background:rgba(255,255,255,.035)!important;text-align:center!important;padding:7px 5px!important;color:rgba(255,255,255,.62)!important}
.korarab-live-front-card .match-details-grid small{font-size:8px!important;line-height:1.1!important;font-weight:900!important;color:rgba(255,255,255,.55)!important;text-transform:uppercase!important;letter-spacing:.06em!important;margin-bottom:4px!important}
.korarab-live-front-card .match-details-grid b{font-size:12px!important;line-height:1.15!important;font-weight:1000!important;color:#fff!important}
.korarab-live-front-card .match-details-timeline{display:grid!important;gap:6px!important;max-height:220px!important;overflow:auto!important;padding-right:3px!important;margin-top:2px!important}
.korarab-live-front-card .match-details-timeline span{display:grid!important;grid-template-columns:44px 1fr!important;gap:8px!important;align-items:center!important;padding:8px 9px!important;border-radius:11px!important;background:rgba(255,255,255,.035)!important;color:rgba(255,255,255,.82)!important;font-size:11px!important;line-height:1.35!important}
.korarab-live-front-card .match-details-timeline b{color:#ffe384!important;font-size:11px!important}
.korarab-live-front-card .match-details-note{margin:0!important;color:rgba(255,255,255,.62)!important;font-size:11px!important;line-height:1.45!important;text-align:center!important}
@media(max-width:768px){.korarab-live-front-card .match-details-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.korarab-live-front-card .match-details-timeline span{grid-template-columns:38px 1fr!important}}


/* KORARAB 7.5.8 — Premium ScoreBat highlights guard */
.korarab-highlights-studio-section .korarab-admin-refresh{border-color:rgba(245,197,66,.42);background:rgba(245,197,66,.11);color:#ffe384!important}
.korarab-highlights-studio-section .korarab-highlight-card{border-color:rgba(245,197,66,.38);box-shadow:0 24px 78px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.04)}
.korarab-highlight-badge{background:linear-gradient(135deg,rgba(245,197,66,.18),rgba(245,197,66,.06));border-color:rgba(245,197,66,.5);color:#ffe384}
.korarab-highlight-card summary b{box-shadow:0 14px 36px rgba(245,197,66,.28)}


/* KORARAB 7.6.0 — ScoreBat connected empty-state clarity */
.korarab-highlights-setup-card.is-main small{display:block;margin-top:8px;color:rgba(255,232,130,.82);font-size:11px;line-height:1.45;font-weight:850}
.korarab-highlights-setup-card.is-main p br+small{opacity:.92}

/* KORARAB 7.8.0 — Top Matches Board 2.0 */
.korarab-top-board-strip{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(220px,260px);gap:12px;margin-top:14px;overflow-x:auto;overscroll-behavior-inline:contain;padding:4px 2px 8px;scroll-snap-type:x proximity}
.korarab-top-board-strip::-webkit-scrollbar{height:7px}.korarab-top-board-strip::-webkit-scrollbar-thumb{border-radius:999px;background:rgba(231,190,82,.38)}
.korarab-top-board-chip{scroll-snap-align:start;display:flex;flex-direction:column;gap:8px;min-height:118px;padding:12px;border:1px solid rgba(231,190,82,.22);border-radius:18px;background:linear-gradient(145deg,rgba(24,35,60,.86),rgba(7,12,22,.96));box-shadow:0 15px 38px rgba(0,0,0,.22);color:#fff}
.korarab-top-board-chip .chip-league{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#ffe384;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.03em}
.korarab-top-board-chip .chip-league b{display:inline-flex;align-items:center;justify-content:center;min-width:40px;min-height:22px;padding:3px 8px;border-radius:999px;background:rgba(255,231,132,.13);border:1px solid rgba(255,231,132,.26);font-size:10px;color:#ffe384}
.korarab-top-board-chip.status-live .chip-league b{background:linear-gradient(135deg,#ff354f,#b50e22);border-color:rgba(255,255,255,.22);color:#fff;box-shadow:0 0 18px rgba(255,53,79,.32)}
.korarab-top-board-chip .chip-teams{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:8px;align-items:center;text-align:center}
.korarab-top-board-chip .chip-teams span{display:flex;flex-direction:column;align-items:center;gap:5px;min-width:0;font-size:12px;font-weight:900;line-height:1.12;color:#fff;overflow:hidden;text-overflow:ellipsis}
.korarab-top-board-chip .chip-teams img{width:30px;height:30px;border-radius:50%;object-fit:contain;background:rgba(255,255,255,.08);border:1px solid rgba(231,190,82,.18)}
.korarab-top-board-chip .chip-teams strong{font-size:14px;line-height:1;color:#ffe384;font-weight:1000;white-space:nowrap}
.korarab-top-board-chip small{margin-top:auto;color:rgba(255,255,255,.7);font-size:11px;font-weight:850;text-align:center}
.korarab-top-matches .korarab-match-list-pro article:nth-child(n+5){display:none!important}
@media(max-width:768px){.korarab-top-board-strip{grid-auto-columns:minmax(200px,78vw);margin-inline:-2px}.korarab-top-board-chip{min-height:108px}}
