:root{--kb-border:#dfe5e1;--kb-muted:#6f7d75}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--kb-bg);color:var(--kb-text);font-family:Inter,Arial,sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%;height:auto}
button,input{font:inherit}
.kb-container{width:min(1240px,calc(100% - 40px));margin-inline:auto}
.kb-site-content{width:100%;overflow:visible}
.kb-img{display:block;width:100%;height:100%;object-fit:cover}
.kb-skip{position:absolute;left:-9999px}
.kb-skip:focus{left:10px;top:10px;z-index:9999;background:#fff;padding:8px}
.kb-ad{display:none!important}

/* HEADER */
.kb-site-header{position:relative;z-index:50;background:var(--kb-header);color:#fff}
.kb-utility{border-bottom:1px solid rgba(255,255,255,.1)}
.kb-utility-inner{height:32px;display:flex;align-items:center;gap:20px;font-size:11px;color:#9caca3}
.kb-date{margin-right:auto}
.kb-utility-menu{display:flex;gap:16px;list-style:none;margin:0;padding:0}
.kb-search-toggle{border:0;background:transparent;color:#fff;font-size:20px;cursor:pointer}
.kb-masthead-inner{height:104px;display:flex;align-items:center;justify-content:space-between}
.kb-brand{font-weight:950;white-space:nowrap}
.kb-brand-main{font-size:58px;line-height:1;letter-spacing:-.07em}
.kb-brand-dotcom{font-size:.38em;color:var(--kb-accent);margin-left:4px}
.kb-masthead-tag{font-size:10px;line-height:1.4;letter-spacing:.18em;color:#819188;text-align:right;font-weight:800}
.kb-menu-toggle{display:none}
.kb-main-nav{background:#fff;color:#0b120f;border-bottom:1px solid var(--kb-border);position:sticky;top:0;z-index:45}
.admin-bar .kb-main-nav{top:32px}
.kb-nav-inner{overflow:hidden}
.kb-primary-menu{height:48px;display:flex;align-items:center;gap:24px;list-style:none;margin:0;padding:0;white-space:nowrap;font-size:12px;font-weight:800}
.kb-primary-menu>li>a{display:flex;align-items:center;height:48px}
.kb-primary-menu .sub-menu{display:none}
.kb-search-panel{display:none}
.kb-search-open .kb-search-panel{display:block;background:#fff;padding:14px}
.kb-search-form{display:flex;max-width:700px;margin:auto}
.kb-search-form input{flex:1;min-width:0;padding:12px;border:1px solid #cfd8d3}
.kb-search-form button,.kb-btn{border:0;background:var(--kb-primary);color:#fff;padding:0 18px;font-weight:800}
.kb-ticker{background:#0b2218;border-bottom:1px solid rgba(255,255,255,.08)}
.kb-ticker-inner{height:38px;display:flex;align-items:center;overflow:hidden}
.kb-ticker strong{height:38px;display:flex;align-items:center;background:var(--kb-accent);color:#06120c;padding:0 14px;font-size:9px;letter-spacing:.08em;flex:0 0 auto}
.kb-ticker-track{display:flex;gap:28px;white-space:nowrap;overflow:hidden;padding-left:16px;font-size:11px;color:#dae6df}
.kb-ticker-track a:before{content:"•";color:var(--kb-accent);margin-right:8px}

/* COMMON */
.kb-home>section{position:relative;clear:both;width:100%}
.kb-section-head{display:flex;align-items:flex-end;gap:16px;margin:0 0 20px;min-width:0}
.kb-section-head>div{min-width:0}
.kb-section-head h2{font-size:24px;line-height:1.05;margin:0;font-weight:900;letter-spacing:-.035em;white-space:normal}
.kb-eyebrow{display:block;font-size:9px;letter-spacing:.13em;color:#718078;margin-bottom:5px;font-weight:850}
.kb-section-line{height:1px;background:#d7ded9;flex:1;min-width:20px;margin-bottom:5px}
.inverse .kb-section-line{background:#294035}
.inverse h2{color:#fff}
.kb-kicker{display:inline-block;font-size:9px;font-weight:900;letter-spacing:.07em;text-transform:uppercase;color:var(--kb-primary);margin-bottom:5px}
.kb-meta{display:flex;gap:6px;align-items:center;flex-wrap:wrap;font-size:10px;line-height:1.35;color:#77837c}

/* HERO */
.kb-hero-wrap{background:#08130e;color:#fff;padding:24px 0 30px}
.kb-hero-safe-grid{display:grid;grid-template-columns:minmax(0,1.78fr) minmax(300px,.92fr);gap:24px;align-items:stretch}
.kb-hero-safe-main{display:grid;grid-template-rows:360px auto;min-width:0;background:#0d1b14;border-radius:4px;overflow:hidden}
.kb-hero-safe-image{display:block;height:360px;overflow:hidden;background:#122118}
.kb-hero-safe-image .kb-img{width:100%;height:100%;object-fit:cover}
.kb-hero-safe-copy{min-width:0;padding:18px 20px 20px}
.kb-hero-safe-copy .kb-kicker{color:var(--kb-accent)}
.kb-hero-safe-copy h1{font-size:clamp(31px,3.4vw,47px);line-height:1.03;letter-spacing:-.045em;margin:0 0 10px;font-weight:900;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
.kb-hero-safe-copy p{font-size:14px;line-height:1.5;color:#dbe4df;margin:0 0 11px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.kb-hero-safe-copy .kb-meta{color:#b8c5be}
.kb-hero-safe-side{display:flex;flex-direction:column;min-width:0;background:#0d1c15;border-top:4px solid var(--kb-accent);border-radius:4px;overflow:hidden}
.kb-hero-side-head{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.1)}
.kb-hero-side-head strong{font-size:12px;letter-spacing:.1em}
.kb-hero-side-head span{font-size:10px;color:#7f8f86}
.kb-hero-safe-story{display:grid;grid-template-columns:38px minmax(0,1fr);gap:10px;padding:15px 16px;border-bottom:1px solid rgba(255,255,255,.08);min-width:0;flex:1;align-content:center}
.kb-hero-safe-story:last-child{border-bottom:0}
.kb-hero-side-num{font-size:20px;font-weight:900;color:#385144}
.kb-hero-safe-story-copy{min-width:0}
.kb-hero-safe-story .kb-kicker{color:var(--kb-accent);margin-bottom:3px}
.kb-hero-safe-story h2{font-size:16px;line-height:1.18;margin:2px 0 7px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}

/* MATCH CENTER */
.kb-match-section{background:#07110d;color:#fff;padding:38px 0}
.kb-match-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.kb-match-card{min-width:0;background:#10231a;border:1px solid #1b3628;border-radius:4px;padding:14px}
.kb-match-top{display:flex;justify-content:space-between;gap:8px;font-size:9px;color:#809288}
.kb-match-top b.live{background:var(--kb-accent);color:#07110d;border-radius:99px;padding:3px 7px}
.kb-match-teams{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:8px;align-items:center;text-align:center;margin-top:17px}
.kb-match-teams>div:not(.kb-score){display:flex;flex-direction:column;align-items:center;gap:7px;min-width:0}
.kb-match-teams i{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#1c392b;font-style:normal;font-size:10px}
.kb-match-teams strong{font-size:11px;line-height:1.2}
.kb-score{display:flex;gap:4px}
.kb-match-time{text-align:center;font-size:10px;color:#7c8c83;margin-top:12px}

/* BIG MATCH - COMPACT, WHITE, NO OVERLAY */
.kb-big-match{background:#fff;padding:46px 0;border-bottom:1px solid #e8ece9}
.kb-big-match-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(300px,.78fr);gap:26px;align-items:stretch}
.kb-big-match-lead{display:grid;grid-template-columns:minmax(0,1.16fr) minmax(260px,.84fr);min-width:0;background:#f4f6f5;border:1px solid #e3e8e5;border-radius:5px;overflow:hidden}
.kb-big-match-image{display:block;min-height:300px;overflow:hidden;background:#dfe5e1}
.kb-big-match-image .kb-img{width:100%;height:100%;object-fit:cover}
.kb-big-match-copy{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:24px}
.kb-big-match-copy h3{font-size:30px;line-height:1.06;letter-spacing:-.04em;margin:4px 0 10px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
.kb-big-match-copy p{font-size:13px;line-height:1.55;color:#59665f;margin:0 0 12px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
.kb-big-match-side{display:grid;grid-template-rows:repeat(4,minmax(0,1fr));min-width:0;border-top:4px solid var(--kb-primary);background:#fff}
.kb-big-match-side article{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:13px 0;border-bottom:1px solid var(--kb-border)}
.kb-big-match-side article:last-child{border-bottom:0}
.kb-story-label{font-size:9px;font-weight:900;letter-spacing:.09em;color:var(--kb-primary)}
.kb-big-match-side h3{font-size:16px;line-height:1.18;margin:4px 0 7px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}

/* MODULAR SECTIONS */
.kb-mod-section{padding:50px 0}
.kb-bg-white{background:#fff}
.kb-bg-soft,.kb-bg-default{background:#f3f5f4}
.kb-bg-dark{background:#0a1510;color:#fff}
.kb-card{min-width:0;overflow:hidden}
.kb-card-media{display:block;overflow:hidden;background:#dfe5e1;border-radius:3px;aspect-ratio:16/10}
.kb-card-media .kb-img{width:100%;height:100%;object-fit:cover}
.kb-card-body{padding-top:11px}
.kb-card h3{font-size:17px;line-height:1.18;margin:2px 0 8px;font-weight:820;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.kb-four-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;align-items:start}

/* LEAD + LIST / TIMNAS */
.kb-lead-list{display:grid;grid-template-columns:minmax(0,1.42fr) minmax(300px,.78fr);gap:28px;align-items:stretch}
.kb-lead-card{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(250px,.88fr);min-width:0;border:1px solid var(--kb-border);border-radius:4px;overflow:hidden;background:#fff}
.kb-lead-image{display:block;min-height:270px;overflow:hidden;background:#dfe5e1}
.kb-lead-image .kb-img{width:100%;height:100%;object-fit:cover}
.kb-lead-copy{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:20px}
.kb-lead-copy h3{font-size:25px;line-height:1.08;letter-spacing:-.035em;margin:3px 0 10px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
.kb-lead-copy p{font-size:13px;line-height:1.55;color:#59665f;margin:0 0 11px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
.kb-story-list{display:flex;flex-direction:column;min-width:0;border-top:3px solid var(--kb-primary)}
.kb-story-list article{display:grid;grid-template-columns:100px minmax(0,1fr);gap:12px;align-items:center;min-width:0;padding:11px 0;border-bottom:1px solid var(--kb-border);flex:1}
.kb-story-list article:last-child{border-bottom:0}
.kb-mini-media{display:block;height:68px;overflow:hidden;border-radius:2px;background:#dfe5e1}
.kb-mini-media .kb-img{width:100%;height:100%;object-fit:cover}
.kb-mini-copy{min-width:0}
.kb-story-list h3{font-size:14px;line-height:1.18;margin:2px 0 6px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}

/* VISUAL GRID */
.kb-visual-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;grid-auto-rows:210px;gap:10px}
.kb-visual-card{position:relative;overflow:hidden;border-radius:3px}
.kb-visual-card.is-featured{grid-row:span 2}
.kb-visual-card .kb-card-media{height:100%;aspect-ratio:auto;position:relative}
.kb-image-shade{position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(0,0,0,.82) 100%)}
.kb-overlay-copy{position:absolute;left:16px;right:16px;bottom:15px;color:#fff;z-index:2;min-width:0}
.kb-overlay-copy .kb-kicker{color:var(--kb-accent)}
.kb-overlay-copy h3{font-size:19px;line-height:1.12;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.kb-visual-card.is-featured .kb-overlay-copy h3{font-size:30px;-webkit-line-clamp:3}

/* TRANSFER CENTER - DARK, NO OVERLAY */
.kb-transfer{background:#08120d;color:#fff;padding:52px 0}
.kb-transfer-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.75fr);gap:26px;align-items:stretch}
.kb-transfer-lead{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);min-width:0;background:#0d1c15;border:1px solid #1d3429;border-radius:5px;overflow:hidden}
.kb-transfer-image{display:block;min-height:290px;overflow:hidden;background:#10231a}
.kb-transfer-image .kb-img{width:100%;height:100%;object-fit:cover}
.kb-transfer-copy{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:22px}
.kb-transfer-copy .kb-kicker{color:var(--kb-accent)}
.kb-transfer-copy h3{font-size:29px;line-height:1.06;letter-spacing:-.035em;margin:3px 0 10px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
.kb-transfer-copy p{font-size:13px;line-height:1.55;color:#b9c7bf;margin:0 0 11px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
.kb-transfer-copy .kb-meta{color:#829188}
.kb-transfer-list{display:grid;grid-template-rows:repeat(4,minmax(0,1fr));min-width:0;border-top:1px solid #294035}
.kb-transfer-list article{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:11px 0;border-bottom:1px solid #294035;overflow:hidden}
.kb-transfer-list article:last-child{border-bottom:0}
.kb-transfer-status{display:inline-block;font-size:9px;color:var(--kb-accent);font-weight:900;letter-spacing:.08em;margin-bottom:5px}
.kb-transfer-list h3{font-size:16px;line-height:1.18;margin:0 0 6px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.kb-transfer-list .kb-meta{color:#788a80}

/* KOLOM LIGA */
.kb-multi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;align-items:start}
.kb-multi-col{display:flex;flex-direction:column;min-width:0;overflow:hidden}
.kb-multi-head{display:flex;align-items:flex-end;justify-content:space-between;gap:8px;min-width:0;border-top:3px solid var(--kb-primary);padding-top:9px;margin-bottom:10px}
.kb-multi-head h3{margin:0;min-width:0;font-size:12px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.kb-multi-head a{flex:0 0 auto;font-size:9px;color:#6a776f}
.kb-multi-feature{min-width:0;overflow:hidden}
.kb-multi-image{display:block;width:100%;height:150px;overflow:hidden;background:#dfe5e1;border-radius:3px}
.kb-multi-image .kb-img{width:100%;height:100%;object-fit:cover}
.kb-multi-feature h4{font-size:15px;line-height:1.18;margin:8px 0 6px;min-height:2.36em;max-height:2.36em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere}
.kb-multi-list{list-style:none;margin:9px 0 0;padding:0;border-top:1px solid #e1e6e2;min-width:0}
.kb-multi-list li{min-width:0;padding:8px 0;border-bottom:1px solid #e1e6e2}
.kb-multi-list li:last-child{border-bottom:0}
.kb-multi-list a{font-size:11px;line-height:1.35;font-weight:700;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere}

/* NUMBERED / HORIZONTAL */
.kb-horizontal-scroll{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.kb-numbered{list-style:none;counter-reset:item;margin:0;padding:0}
.kb-numbered li{counter-increment:item;display:grid;grid-template-columns:36px minmax(0,1fr);gap:9px;padding:12px 0;border-bottom:1px solid #dde3df}
.kb-numbered li:before{content:counter(item,decimal-leading-zero);font-size:19px;font-weight:900;color:#b5c0ba}
.kb-numbered-large{display:grid;grid-template-columns:1fr 1fr;gap:0 35px}

/* LATEST + STICKY SIDEBAR */
.kb-latest{background:#fff;padding:56px 0}
.kb-content-sidebar{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:40px;align-items:start}
.kb-latest-feed{min-width:0}
.kb-latest-item{display:grid;grid-template-columns:260px minmax(0,1fr);gap:20px;min-width:0;padding:0 0 22px;margin-bottom:22px;border-bottom:1px solid var(--kb-border)}
.kb-latest-media{display:block;height:160px;overflow:hidden;background:#e2e6e4;border-radius:3px}
.kb-latest-media .kb-img{width:100%;height:100%;object-fit:cover}
.kb-latest-copy{min-width:0}
.kb-latest-copy h3{font-size:23px;line-height:1.1;margin:2px 0 8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.kb-latest-copy p{font-size:13px;line-height:1.55;color:#5d6962;margin:0 0 10px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.kb-sidebar{min-width:0;align-self:start}
.kb-sticky{position:sticky;top:72px}
.admin-bar .kb-sticky{top:104px}
.kb-widget{background:#f3f6f4;border-top:4px solid var(--kb-primary);padding:16px;margin-bottom:20px}
.kb-widget-title{font-size:13px;letter-spacing:.07em;margin:0 0 8px}
.kb-newsletter{background:#0c2016;color:#fff;border-top-color:var(--kb-accent)}
.kb-newsletter>span{font-size:8px;color:var(--kb-accent)}
.kb-newsletter h3{font-size:20px;line-height:1.1}
.kb-newsletter p{font-size:12px;line-height:1.5;color:#adc0b5}
.kb-pagination{display:flex;gap:6px;flex-wrap:wrap;margin-top:20px}
.kb-pagination .page-numbers{min-width:36px;height:36px;display:grid;place-items:center;border:1px solid #d7ddd9}
.kb-pagination .current{background:var(--kb-primary);color:#fff}

/* ARTICLE / ARCHIVE */
.kb-single-layout{display:grid;grid-template-columns:minmax(0,820px) 320px;gap:50px;padding:48px 0 65px}
.kb-article-head{border-bottom:1px solid var(--kb-border);padding-bottom:24px;margin-bottom:28px}
.kb-article-head h1{font-size:clamp(38px,5vw,64px);line-height:.99;letter-spacing:-.05em;margin:6px 0 14px}
.kb-deck{font-size:19px;line-height:1.45;color:#526059}
.kb-byline{display:flex;justify-content:space-between;gap:15px}
.kb-share{display:flex;gap:6px;flex-wrap:wrap}
.kb-share a,.kb-share button{background:#edf1ee;border:1px solid #d8dfda;border-radius:999px;padding:7px 10px;font-size:10px}
.kb-featured .kb-img{width:100%;aspect-ratio:16/10;object-fit:cover}
.kb-article-body{font-family:Georgia,serif;font-size:18px;line-height:1.78}
.kb-article-body img,.kb-article-body iframe,.kb-article-body video,.kb-article-body table{max-width:100%}
.kb-archive{padding:45px 0 65px}
.kb-archive-head h1{font-size:52px;line-height:1;margin:0 0 10px}
.kb-list-card{display:grid;grid-template-columns:220px minmax(0,1fr);gap:18px;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid var(--kb-border)}
.kb-list-media{height:140px;overflow:hidden}
.kb-list-media .kb-img{width:100%;height:100%;object-fit:cover}
.kb-list-card h2{font-size:22px;line-height:1.1;margin:3px 0 8px}
.kb-page{padding:50px 0}
.kb-page-article{max-width:820px;margin:auto}

/* FOOTER */
.kb-footer{background:var(--kb-footer);color:#fff;text-align:center;padding:45px 0 24px}
.kb-footer-inner{display:flex;flex-direction:column;align-items:center}
.kb-footer-brand{font-size:32px;font-weight:950}
.kb-footer-brand strong{color:var(--kb-accent)}
.kb-footer-brand b{font-size:10px}
.kb-footer-desc{max-width:700px;color:#9fb0a7;font-size:12px;line-height:1.6;margin:14px auto 18px}
.kb-footer-menu{display:flex;gap:20px;flex-wrap:wrap;justify-content:center;list-style:none;padding:0;margin:0 0 20px;font-size:11px}
.kb-copyright{width:100%;padding-top:18px;border-top:1px solid rgba(255,255,255,.1);font-size:10px;color:#708178}

@media(max-width:1100px){
  .kb-four-grid,.kb-match-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .kb-multi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .kb-hero-safe-grid{grid-template-columns:minmax(0,1.45fr) minmax(280px,.9fr)}
  .kb-big-match-grid,.kb-transfer-grid,.kb-lead-list{grid-template-columns:minmax(0,1.25fr) minmax(270px,.85fr)}
  .kb-big-match-lead,.kb-transfer-lead,.kb-lead-card{grid-template-columns:1fr}
  .kb-big-match-image,.kb-transfer-image,.kb-lead-image{min-height:240px;height:240px}
  .kb-content-sidebar{grid-template-columns:minmax(0,1fr) 290px;gap:28px}
}

@media(max-width:782px){
  .kb-container{width:min(100% - 28px,1240px)}
  .kb-utility{display:none}
  .kb-masthead-inner{height:72px}
  .kb-brand-main{font-size:34px}
  .kb-masthead-tag{display:none}
  .kb-menu-toggle{display:flex;flex-direction:column;gap:4px;border:0;background:none}
  .kb-menu-toggle span{width:22px;height:2px;background:#fff}
  .kb-main-nav{display:none;position:absolute;left:0;right:0;top:72px}
  .kb-menu-open .kb-main-nav{display:block}
  .kb-primary-menu{display:block;height:auto;white-space:normal}
  .kb-primary-menu li{border-bottom:1px solid #e7ebe8}
  .kb-primary-menu>li>a{height:auto;padding:13px 18px}
  .kb-hero-safe-grid,.kb-big-match-grid,.kb-transfer-grid,.kb-lead-list,.kb-content-sidebar,.kb-single-layout{grid-template-columns:1fr}
  .kb-hero-safe-main{grid-template-rows:300px auto}
  .kb-hero-safe-image{height:300px}
  .kb-big-match-lead,.kb-transfer-lead,.kb-lead-card{grid-template-columns:1fr}
  .kb-big-match-image,.kb-transfer-image,.kb-lead-image{height:240px;min-height:240px}
  .kb-big-match-side,.kb-transfer-list,.kb-story-list{margin-top:0}
  .kb-visual-grid{grid-template-columns:1fr 1fr;grid-auto-rows:180px}
  .kb-visual-card.is-featured{grid-column:span 2;grid-row:span 1}
  .kb-latest-item{grid-template-columns:135px minmax(0,1fr);gap:13px}
  .kb-latest-media{height:100px}
  .kb-latest-copy h3{font-size:18px}
  .kb-latest-copy p{display:none}
  .kb-sidebar{margin-top:30px}
  .kb-sticky{position:static;top:auto}
  .kb-numbered-large{grid-template-columns:1fr}
  .kb-list-card{grid-template-columns:130px minmax(0,1fr)}
  .kb-list-media{height:90px}
}

@media(max-width:480px){
  .kb-four-grid,.kb-multi-grid,.kb-match-grid,.kb-horizontal-scroll{grid-template-columns:1fr}
  .kb-hero-safe-copy h1{font-size:29px}
  .kb-big-match-copy h3,.kb-transfer-copy h3,.kb-lead-copy h3{font-size:24px}
  .kb-multi-image{height:190px}
  .kb-visual-grid{grid-template-columns:1fr}
  .kb-visual-card.is-featured{grid-column:auto}
  .kb-latest-item{grid-template-columns:110px minmax(0,1fr)}
  .kb-latest-media{height:84px}
}

/* =========================================================
   KolomBola v1.0.7
   Brand wordmark, dynamic hero count, sticky sidebars, B1-B3
   ========================================================= */

/* Wordmark follows the supplied reference: KOLOM white, BOLA lime, .COM white. */
.kb-brand-main{display:inline-flex;align-items:baseline;font-weight:950;letter-spacing:-.055em}
.kb-brand-kolom{color:#fff}
.kb-brand-bola{color:var(--kb-accent)}
.kb-brand-dotcom{color:#fff;font-size:.30em;margin-left:4px;letter-spacing:-.02em;font-weight:900}
.kb-footer-brand>span{color:#fff}
.kb-footer-brand strong{color:var(--kb-accent)}
.kb-footer-brand b{color:#fff}

/* Hero LATEST now grows/shrinks with Hero post count (main headline + remaining posts). */
.kb-hero-safe-side{height:auto;min-height:100%}
.kb-hero-safe-story{flex:1 1 0;min-height:0;padding:12px 16px;align-content:center}
.kb-hero-safe-story h2{font-size:15px;line-height:1.18;-webkit-line-clamp:2}

/* Real sticky behavior: sticky is applied to the grid item itself.
   No ancestor in Latest News clips its vertical movement. */
.kb-latest,.kb-latest>.kb-container,.kb-content-sidebar{overflow:visible!important}
.kb-content-sidebar{align-items:start!important}
.kb-sidebar{position:sticky!important;top:72px!important;align-self:start!important;height:max-content;min-width:0}
.admin-bar .kb-sidebar{top:104px!important}
.kb-sticky{position:static!important;top:auto!important}

/* Sidebar shared */
.kb-sidebar .kb-widget{margin:0 0 20px;padding:16px;background:#f3f6f4;border-top:4px solid var(--kb-primary);overflow:hidden}
.kb-sidebar-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:10px;margin-bottom:4px;border-bottom:1px solid #dce3df}
.kb-sidebar-heading h3{margin:0;font-size:13px;line-height:1;letter-spacing:.08em;font-weight:900}
.kb-sidebar-heading>span{font-size:9px;color:#7d8982;text-transform:uppercase;letter-spacing:.06em}
.kb-sidebar-numbered li{grid-template-columns:34px minmax(0,1fr);padding:12px 0}
.kb-sidebar-numbered li a{font-size:13px;line-height:1.28;font-weight:800;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.kb-sidebar-text-story{padding:11px 0;border-bottom:1px solid #dce3df}
.kb-sidebar-text-story:last-child{border-bottom:0}
.kb-sidebar-text-story .kb-kicker{margin-bottom:3px}
.kb-sidebar-text-story h4{font-size:14px;line-height:1.22;margin:0 0 6px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}

/* B2 — visual sidebar */
.kb-sidebar-b2-block{background:#fff!important}
.kb-sidebar-feature{padding-top:10px}
.kb-sidebar-feature-image{display:block;height:155px;overflow:hidden;border-radius:3px;background:#e2e6e4;margin-bottom:10px}
.kb-sidebar-feature-image .kb-img{width:100%;height:100%;object-fit:cover}
.kb-sidebar-feature h4{font-size:18px;line-height:1.15;margin:2px 0 13px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.kb-sidebar-thumb-list article{display:grid;grid-template-columns:82px minmax(0,1fr);gap:10px;padding:10px 0;border-top:1px solid #e1e6e3;min-width:0}
.kb-sidebar-thumb{display:block;height:58px;overflow:hidden;border-radius:2px;background:#e2e6e4}
.kb-sidebar-thumb .kb-img{width:100%;height:100%;object-fit:cover}
.kb-sidebar-thumb-list h4{font-size:12px;line-height:1.25;margin:0 0 5px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}

/* B3 — dark football desk */
.kb-sidebar .kb-sidebar-b3-block{background:#0b1b13;color:#fff;border-top-color:var(--kb-accent)}
.kb-sidebar-b3-eyebrow{display:block;color:var(--kb-accent);font-size:8px;font-weight:900;letter-spacing:.14em;margin-bottom:7px}
.kb-sidebar-b3-block .kb-sidebar-heading{border-color:#294035}
.kb-sidebar-b3-block .kb-sidebar-heading span{color:#809188}
.kb-sidebar-dark-story{padding:11px 0;border-bottom:1px solid #294035}
.kb-sidebar-dark-story:last-child{border-bottom:0}
.kb-sidebar-dark-story>span{display:block;color:var(--kb-accent);font-size:8px;font-weight:900;letter-spacing:.08em;margin-bottom:4px}
.kb-sidebar-dark-story h4{font-size:13px;line-height:1.23;margin:0 0 6px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.kb-sidebar-dark-story .kb-meta{color:#75877d}
.kb-sidebar-b3-most{background:#fff!important}

/* More than four side stories in Big Match/Transfer remain contained and balanced. */
.kb-big-match-side{display:flex;flex-direction:column}
.kb-big-match-side article{flex:1 1 auto;min-height:72px}
.kb-transfer-list{display:flex;flex-direction:column}
.kb-transfer-list article{flex:1 1 auto;min-height:68px}

@media(max-width:782px){
  .kb-sidebar{position:static!important;top:auto!important;height:auto}
  .kb-hero-safe-story{padding:13px 14px}
}

/* =========================================================
   KolomBola v1.0.8
   Flexible league count, homepage latest controls, new section
   layouts, and rebuilt single article presentation.
   ========================================================= */

/* Extra modular layouts */
.kb-two-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.kb-two-feature-card{display:grid;grid-template-columns:minmax(180px,.9fr) minmax(0,1.1fr);gap:16px;align-items:center;min-width:0;border-bottom:1px solid var(--kb-border);padding-bottom:18px}
.kb-two-feature-media{display:block;height:170px;overflow:hidden;border-radius:3px;background:#dfe5e1}
.kb-two-feature-media .kb-img{width:100%;height:100%;object-fit:cover}
.kb-two-feature-card h3{font-size:21px;line-height:1.1;margin:2px 0 8px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
.kb-two-feature-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0 22px;margin-top:18px;border-top:3px solid var(--kb-primary)}
.kb-two-feature-list article{padding:13px 0;border-bottom:1px solid var(--kb-border);min-width:0}
.kb-two-feature-list article>span{font-size:8px;color:var(--kb-primary);font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.kb-two-feature-list h3{font-size:14px;line-height:1.25;margin:4px 0 0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}

.kb-compact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px 22px}
.kb-compact-card{display:grid;grid-template-columns:110px minmax(0,1fr);gap:12px;align-items:center;min-width:0;padding-bottom:15px;border-bottom:1px solid var(--kb-border)}
.kb-compact-media{display:block;height:76px;overflow:hidden;border-radius:3px;background:#dfe5e1}
.kb-compact-media .kb-img{width:100%;height:100%;object-fit:cover}
.kb-compact-card h3{font-size:14px;line-height:1.2;margin:2px 0 5px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}

.kb-split-news{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.75fr);gap:28px;align-items:stretch}
.kb-split-lead{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(250px,.8fr);background:#fff;border:1px solid var(--kb-border);border-radius:4px;overflow:hidden;min-width:0}
.kb-split-media{display:block;min-height:285px;overflow:hidden;background:#dfe5e1}
.kb-split-media .kb-img{width:100%;height:100%;object-fit:cover}
.kb-split-copy{display:flex;flex-direction:column;justify-content:center;padding:22px;min-width:0}
.kb-split-copy h3{font-size:28px;line-height:1.06;letter-spacing:-.035em;margin:3px 0 10px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
.kb-split-copy p{font-size:13px;line-height:1.5;color:#5d6962;margin:0}
.kb-split-list{border-top:3px solid var(--kb-primary);display:flex;flex-direction:column}
.kb-split-list article{display:grid;grid-template-columns:38px minmax(0,1fr);gap:10px;align-items:center;flex:1;padding:12px 0;border-bottom:1px solid var(--kb-border);min-width:0}
.kb-split-list article:last-child{border-bottom:0}
.kb-split-index{font-size:20px;font-weight:900;color:#b8c2bc}
.kb-split-list h3{font-size:15px;line-height:1.18;margin:0 0 5px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.kb-split-list time{font-size:9px;color:#7b8780}

/* Single article: author/date row and WartaMataram-inspired circular share controls */
.kb-article-head{border-bottom:0;padding-bottom:0;margin-bottom:20px}
.kb-article-head h1{margin-bottom:14px}
.kb-article-postbar{display:flex;align-items:center;justify-content:space-between;gap:22px;margin:0 0 26px;padding:12px 0;border-top:1px solid var(--kb-border);border-bottom:1px solid var(--kb-border)}
.kb-article-author{display:flex;align-items:center;gap:12px;min-width:0}
.kb-author-avatar{width:48px;height:48px;flex:0 0 48px;border-radius:50%;object-fit:cover;background:#e6ebe8}
.kb-author-meta{display:flex;flex-direction:column;gap:3px;min-width:0;line-height:1.25}
.kb-author-meta strong{font-size:13px;font-weight:900}
.kb-author-meta em{font-size:11px;font-style:normal;color:#718078}
.kb-sharebar{display:flex;align-items:center;justify-content:flex-end;gap:9px;flex-wrap:nowrap;min-height:42px}
.kb-share-label{margin-right:5px;font-size:11px;font-weight:900;letter-spacing:.02em}
.kb-share-btn{width:40px;height:40px;display:inline-grid;place-items:center;flex:0 0 40px;padding:0;border:1px solid #101814;border-radius:50%;background:#fff;color:#101814;cursor:pointer;transition:background .18s ease,color .18s ease,transform .18s ease}
.kb-share-btn:hover,.kb-share-btn:focus-visible,.kb-share-btn.is-copied{background:#101814;color:#fff;transform:translateY(-1px)}
.kb-share-btn svg{width:17px;height:17px;fill:currentColor}
.kb-copy-status{width:0;overflow:visible;white-space:nowrap;font-size:10px;color:#718078}
.kb-featured{margin:0 0 28px}
.kb-featured .kb-img{border-radius:3px}
.kb-featured figcaption{padding-top:7px;font-size:10px;line-height:1.4;color:#77837c}
.kb-article-body p{margin:0 0 1.25em}

/* BACA JUGA injected inside article content */
.kb-read-also{margin:30px 0;padding:17px 18px 16px;border-top:3px solid var(--kb-primary);border-bottom:1px solid var(--kb-border);background:#f4f6f5;font-family:Inter,Arial,sans-serif}
.kb-read-also-label{display:block;margin-bottom:9px;color:var(--kb-primary);font-size:11px;font-weight:950;letter-spacing:.04em}
.kb-read-also-links{display:grid;gap:8px}
.kb-read-also a{color:#101814!important;text-decoration:none!important;font-family:Inter,Arial,sans-serif;font-size:15px;font-weight:850;line-height:1.28}
.kb-read-also a:before{content:"›";display:inline-block;margin-right:8px;color:var(--kb-primary);font-weight:950}

/* Tags, writer box and navigation */
.kb-article-footer{margin-top:34px}
.kb-tags{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:17px 0;margin:0 0 28px;border-top:1px solid var(--kb-border);border-bottom:1px solid var(--kb-border)}
.kb-tags-label{margin-right:4px;font-size:10px;font-weight:950;letter-spacing:.08em;color:var(--kb-primary)}
.kb-tags a{display:inline-flex;align-items:center;min-height:30px;padding:6px 10px;border:1px solid #d8dfda;border-radius:999px;background:#f5f7f6;font-size:11px;font-weight:750;color:#3b4942;transition:border-color .15s ease,background .15s ease}
.kb-tags a:hover{border-color:var(--kb-primary);background:#fff}
.kb-author-box{display:grid;grid-template-columns:80px minmax(0,1fr);gap:18px;align-items:center;margin:0 0 30px;padding:20px;border:1px solid #dce3df;border-radius:6px;background:#f5f7f6}
.kb-author-box-avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;background:#e1e7e3}
.kb-author-box span{display:block;margin-bottom:3px;font-size:9px;font-weight:950;letter-spacing:.09em;color:var(--kb-primary)}
.kb-author-box h3{margin:0 0 6px;font-size:23px;line-height:1.1}
.kb-author-box p{margin:0;color:#647169;font-size:13px;line-height:1.55}
.kb-post-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:0 0 38px}
.kb-post-nav>div{padding:14px 15px;border:1px solid var(--kb-border);border-radius:4px;min-width:0}
.kb-post-nav>div:last-child{text-align:right}
.kb-post-nav span{display:block;margin-bottom:4px;font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#7a867f}
.kb-post-nav a{display:block;font-size:13px;line-height:1.3;font-weight:800;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}

/* Related articles: two-column compact editorial cards */
.kb-related{margin-top:8px;padding-top:8px}
.kb-related-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.kb-related-card{display:grid;grid-template-columns:145px minmax(0,1fr);gap:13px;align-items:center;min-width:0;padding-bottom:16px;border-bottom:1px solid var(--kb-border)}
.kb-related-media{display:block;height:96px;overflow:hidden;border-radius:3px;background:#e2e6e4}
.kb-related-media .kb-img{width:100%;height:100%;object-fit:cover}
.kb-related-copy{min-width:0}
.kb-related-copy h3{font-size:16px;line-height:1.18;margin:1px 0 6px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
.kb-related-copy time{font-size:9px;color:#7b8780}

@media(max-width:1100px){
  .kb-two-feature-card{grid-template-columns:1fr}
  .kb-two-feature-media{height:190px}
  .kb-compact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .kb-split-news{grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr)}
  .kb-split-lead{grid-template-columns:1fr}
  .kb-split-media{min-height:235px;height:235px}
  .kb-related-card{grid-template-columns:120px minmax(0,1fr)}
}

@media(max-width:782px){
  .kb-two-feature-grid,.kb-split-news{grid-template-columns:1fr}
  .kb-two-feature-list{grid-template-columns:1fr 1fr}
  .kb-compact-grid{grid-template-columns:1fr 1fr}
  .kb-article-postbar{align-items:flex-start;flex-direction:column;gap:13px}
  .kb-sharebar{justify-content:flex-start;flex-wrap:wrap}
  .kb-copy-status{width:auto}
  .kb-related-grid{grid-template-columns:1fr}
}

@media(max-width:480px){
  .kb-two-feature-list,.kb-compact-grid{grid-template-columns:1fr}
  .kb-two-feature-card{grid-template-columns:120px minmax(0,1fr);gap:12px}
  .kb-two-feature-media{height:88px}
  .kb-two-feature-card h3{font-size:16px}
  .kb-compact-card{grid-template-columns:105px minmax(0,1fr)}
  .kb-split-copy h3{font-size:23px}
  .kb-author-avatar{width:44px;height:44px;flex-basis:44px}
  .kb-share-label{width:100%;margin:0 0 2px}
  .kb-share-btn{width:38px;height:38px;flex-basis:38px}
  .kb-author-box{grid-template-columns:62px minmax(0,1fr);padding:16px;gap:13px}
  .kb-author-box-avatar{width:62px;height:62px}
  .kb-author-box h3{font-size:20px}
  .kb-post-nav{grid-template-columns:1fr}
  .kb-post-nav>div:last-child{text-align:left}
  .kb-related-card{grid-template-columns:112px minmax(0,1fr)}
  .kb-related-media{height:80px}
  .kb-related-copy h3{font-size:14px;-webkit-line-clamp:2}
}
