.home-grid{display:grid;grid-template-columns:minmax(0,2fr) 320px;gap:22px}

.headline-slider{position:relative;border-radius:16px;overflow:hidden;margin-bottom:18px;background:#111827}
.headline-slide{display:none;position:relative}
.headline-slide.active{display:block}
.headline-imagebox{aspect-ratio:16/9;background:#e5e7eb;overflow:hidden}
.headline-slide img{width:100%;height:100%;object-fit:cover;display:block}
.headline-overlay{position:absolute;left:0;right:0;bottom:0;padding:24px 20px;color:#fff;background:linear-gradient(transparent,rgba(0,0,0,.82))}
.headline-overlay h1{margin:8px 0 0;font-size:28px;line-height:1.2}
.headline-nav{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:50%;border:0;background:rgba(255,255,255,.9);font-size:26px;font-weight:900;cursor:pointer}
.headline-nav.prev{left:12px}.headline-nav.next{right:12px}
.headline-dots{position:absolute;right:16px;bottom:14px;display:flex;gap:6px}
.headline-dots button{width:9px;height:9px;border-radius:50%;border:0;background:rgba(255,255,255,.45)}
.headline-dots button.active{width:24px;border-radius:999px;background:#f59e0b}

.live-update-bar{background:#fff;border-radius:14px;padding:12px 14px;margin-bottom:14px;display:flex;justify-content:space-between;align-items:center;gap:12px;box-shadow:0 4px 14px rgba(0,0,0,.05)}
.live-update-bar strong{display:block;color:#b91c1c}.live-update-bar span{font-size:12px;color:#6b7280}
.live-update-bar button,.load-more-wrap button{border:0;background:#b91c1c;color:#fff;border-radius:999px;padding:10px 16px;font-weight:900;cursor:pointer}

.feed-list,.box,.index-section{background:#fff;border-radius:14px;padding:14px}
.feed-item{border-bottom:1px solid #eee;padding:14px 0}
.feed-item:last-child{border-bottom:0}
.feed-item a{display:grid;grid-template-columns:150px 1fr;gap:14px;align-items:center}
.feed-item img{width:150px;aspect-ratio:16/9;object-fit:cover;border-radius:10px}
.feed-item h2{font-size:18px;margin:5px 0;line-height:1.3}
.feed-item p{font-size:14px;color:#555;margin:0}
.cat{display:inline-block;background:#fff1f2;color:#b91c1c;font-weight:900;padding:3px 8px;border-radius:999px;font-size:12px}

.sidebar{display:flex;flex-direction:column;gap:16px;position:sticky;top:70px;align-self:start}
.box h3{margin:0 0 10px;display:flex;align-items:center;gap:8px}
.box h3:before{content:"";width:6px;height:22px;border-radius:99px;background:#f59e0b}
.pop-item{display:grid;grid-template-columns:30px 1fr;gap:10px;padding:10px 0;border-bottom:1px solid #eee}
.pop-item span{background:#b91c1c;color:#fff;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-weight:900}
.side-item{display:block;padding:10px 0;border-bottom:1px solid #eee}
.side-item small,.pop-item small{display:block;color:#6b7280;margin-top:5px;font-size:12px}.section-head-det{display:flex;align-items:end;justify-content:space-between;margin:24px 0 14px}
.section-head-det h2{margin:0;font-size:24px;color:#111827}
.section-head-det h2:after{content:"";display:block;width:48px;height:4px;background:#f59e0b;border-radius:99px;margin-top:7px}
.section-head-det span{color:#6b7280;font-size:13px}

.photo-grid,.editor-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.highlight-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.photo-card,.editor-card,.highlight-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 6px 18px rgba(0,0,0,.06)}
.photo-card img,.editor-card img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}
.photo-caption,.editor-card div{padding:13px}
.highlight-card{display:flex;gap:12px;padding:14px}
.rank{width:34px;height:34px;border-radius:50%;background:#b91c1c;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900}

.index-tabs{display:flex;gap:8px;margin-bottom:12px;border-bottom:1px solid #eee;padding-bottom:10px}
.index-tabs button{border:0;background:#f3f4f6;color:#374151;padding:9px 13px;border-radius:999px;font-weight:900;cursor:pointer}
.index-tabs button.active{background:#b91c1c;color:#fff}
.index-panel{display:none}
.index-panel.active{display:block}
.index-row{display:grid;grid-template-columns:58px 1fr;gap:12px;padding:11px 0;border-bottom:1px solid #eee}
.index-row span{color:#f59e0b;font-weight:900;font-size:13px}

.load-more-wrap{text-align:center;margin-top:18px}

@media(max-width:900px){
  .home-grid{grid-template-columns:1fr}
  .sidebar{position:static}
  .feed-item a{grid-template-columns:100px 1fr}
  .feed-item img{width:100px}
  .headline-overlay h1{font-size:22px}
  .headline-nav{display:none}
  .photo-grid,.editor-grid,.highlight-grid{grid-template-columns:1fr}
}

/* sidebar mini rubrik */
.rubrik-mini-box{
    margin-top:20px;
    border-radius:18px;
    background:#fff;
    padding:18px;
    border:1px solid #eee;
}
.rubrik-mini-box h3{
    margin:0 0 14px;
    font-size:22px;
    font-weight:800;
    color:#b30000;
}
.mini-link{
    display:block;
    text-decoration:none;
    color:#111827;
    font-weight:700;
    line-height:1.5;
    padding:10px 0;
    border-bottom:1px solid #f1f1f1;
}
.mini-link:last-child{
    border-bottom:none;
}
.mini-empty{
    color:#6b7280;
    font-size:14px;
}

/* ===== HOME FOTO CLEAN ===== */
.snt-home-photo{
    display:block!important;
    margin:36px 0 42px!important;
    clear:both!important;
}

.snt-home-photo-head{
    display:flex!important;
    align-items:flex-end!important;
    justify-content:space-between!important;
    gap:16px!important;
    margin:0 0 16px!important;
}

.snt-home-photo-head h2{
    margin:0!important;
    color:#111827!important;
    font-size:28px!important;
    line-height:1.2!important;
    font-weight:900!important;
    letter-spacing:-.4px!important;
}

.snt-home-photo-head h2::after{
    content:""!important;
    display:block!important;
    width:48px!important;
    height:4px!important;
    margin-top:9px!important;
    border-radius:999px!important;
    background:#f59e0b!important;
}

.snt-home-photo-head span{
    display:block!important;
    margin-top:8px!important;
    color:#6b7280!important;
    font-size:14px!important;
    line-height:1.4!important;
}

.snt-home-photo-head a{
    color:#b91c1c!important;
    font-size:14px!important;
    line-height:1!important;
    font-weight:900!important;
    text-decoration:none!important;
    white-space:nowrap!important;
}

.snt-home-photo-grid{
    display:grid!important;
    grid-template-columns:repeat(5, minmax(0, 1fr))!important;
    gap:14px!important;
    overflow:visible!important;
}

.snt-home-photo-card{
    display:block!important;
    background:#fff!important;
    border:1px solid #e5e7eb!important;
    border-radius:18px!important;
    overflow:hidden!important;
    text-decoration:none!important;
    color:#111827!important;
}

.snt-home-photo-card img{
    display:block!important;
    width:100%!important;
    aspect-ratio:16/9!important;
    height:auto!important;
    object-fit:cover!important;
}

.snt-home-photo-card div{
    padding:13px!important;
}

.snt-home-photo-card strong{
    display:block!important;
    color:#111827!important;
    font-size:15px!important;
    line-height:1.35!important;
    font-weight:900!important;
}

@media(max-width:900px){
    .snt-home-photo-grid{
        grid-template-columns:repeat(2, minmax(0, 1fr))!important;
    }
}

@media(max-width:520px){
    .snt-home-photo-head{
        align-items:flex-start!important;
    }

    .snt-home-photo-head h2{
        font-size:24px!important;
    }

    .snt-home-photo-grid{
        grid-template-columns:1fr!important;
    }
}

/* ===== HOME HIGHLIGHT CLEAN ===== */
.highlight-section{
    display:block!important;
    margin:36px 0 42px!important;
    clear:both!important;
}

.highlight-section .section-head-det{
    display:flex!important;
    align-items:flex-end!important;
    justify-content:space-between!important;
    gap:16px!important;
    margin:0 0 16px!important;
}

.highlight-grid{
    display:grid!important;
    grid-template-columns:repeat(4, minmax(0, 1fr))!important;
    gap:14px!important;
}

.highlight-card{
    display:grid!important;
    grid-template-columns:34px minmax(0, 1fr)!important;
    gap:12px!important;
    align-items:flex-start!important;
    min-height:98px!important;
    padding:18px!important;
    border-radius:18px!important;
    background:#fff!important;
    box-shadow:0 10px 28px rgba(15,23,42,.07)!important;
    text-decoration:none!important;
    color:#111827!important;
}

.highlight-card .rank{
    width:30px!important;
    height:44px!important;
    min-width:30px!important;
    min-height:44px!important;
    border-radius:999px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:#b91c1c!important;
    color:#fff!important;
    font-size:18px!important;
    line-height:1!important;
    font-weight:900!important;
    flex:0 0 30px!important;
}

.highlight-card strong{
    display:block!important;
    margin:0 0 4px!important;
    color:#111827!important;
    font-size:17px!important;
    line-height:1.22!important;
    font-weight:900!important;
}

.highlight-card small{
    display:block!important;
    color:#4b5563!important;
    font-size:14px!important;
    line-height:1.35!important;
}

@media(max-width:900px){
    .highlight-grid{
        grid-template-columns:repeat(2, minmax(0, 1fr))!important;
    }
}

@media(max-width:520px){
    .highlight-grid{
        grid-template-columns:1fr!important;
    }
}

/* ===== HOME HIGHLIGHT CLEAN FINAL ===== */
.highlight-section{
    display:block!important;
    margin:44px 0 42px!important;
    clear:both!important;
}

.highlight-section .highlight-grid{
    display:grid!important;
    grid-template-columns:repeat(4, minmax(0, 1fr))!important;
    gap:18px!important;
    align-items:stretch!important;
}

.highlight-section .highlight-card{
    display:grid!important;
    grid-template-columns:42px minmax(0, 1fr)!important;
    gap:14px!important;
    align-items:start!important;
    min-height:178px!important;
    padding:22px 20px!important;
    background:#fff!important;
    border-radius:18px!important;
    box-shadow:0 12px 32px rgba(15,23,42,.06)!important;
    text-decoration:none!important;
    color:#111827!important;
}

.highlight-section .rank{
    width:34px!important;
    height:52px!important;
    min-width:34px!important;
    border-radius:999px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:#c5161d!important;
    color:#fff!important;
    font-size:20px!important;
    line-height:1!important;
    font-weight:900!important;
}

.highlight-section .highlight-card > div:last-child{
    display:flex!important;
    flex-direction:column!important;
    min-height:134px!important;
}

.highlight-section .highlight-card strong{
    display:-webkit-box!important;
    -webkit-line-clamp:4!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
    min-height:104px!important;
    margin:0!important;
    color:#111827!important;
    font-size:18px!important;
    line-height:1.45!important;
    font-weight:900!important;
}

.highlight-section .highlight-card small{
    display:block!important;
    margin-top:auto!important;
    color:#374151!important;
    font-size:15px!important;
    line-height:1.35!important;
    font-weight:500!important;
}

@media(max-width:900px){
    .highlight-section .highlight-grid{
        grid-template-columns:repeat(2, minmax(0, 1fr))!important;
    }
}

@media(max-width:560px){
    .highlight-section .highlight-grid{
        grid-template-columns:1fr!important;
    }
}

/* ===== HOME HIGHLIGHT DESIGN 2 CLEAN ===== */
.highlight-grid{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:18px!important;
}

.highlight-card{
    display:grid!important;
    grid-template-columns:54px minmax(0,1fr)!important;
    gap:14px!important;
    min-height:210px!important;
    padding:24px 20px 20px!important;
    border-radius:20px!important;
    background:#fff!important;
    box-shadow:0 14px 34px rgba(15,23,42,.08)!important;
    text-decoration:none!important;
    color:#111827!important;
    overflow:hidden!important;
}

.highlight-card .rank{
    position:relative!important;
    width:48px!important;
    height:58px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:18px!important;
    background:linear-gradient(180deg,#d71920,#a90f16)!important;
    color:#fff!important;
    font-size:28px!important;
    line-height:1!important;
    font-weight:950!important;
    transform:skew(-8deg)!important;
    box-shadow:10px 12px 0 rgba(197,22,29,.12)!important;
    opacity:1!important;
}

.highlight-card .rank::before{
    content:none!important;
}

.highlight-card .rank::after{
    content:attr(class);
    display:none!important;
}

.highlight-card > div:last-child{
    display:flex!important;
    flex-direction:column!important;
    min-height:100%!important;
    min-width:0!important;
}

.highlight-card strong{
    display:-webkit-box!important;
    -webkit-line-clamp:4!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
    min-height:108px!important;
    margin:0!important;
    color:#111827!important;
    font-size:20px!important;
    line-height:1.35!important;
    font-weight:900!important;
}

.highlight-card small{
    margin-top:auto!important;
    padding-top:14px!important;
    color:#4b5563!important;
    font-size:15px!important;
    line-height:1.35!important;
    font-weight:600!important;
}

@media(max-width:900px){
    .highlight-grid{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }
}

@media(max-width:520px){
    .highlight-grid{
        grid-template-columns:1fr!important;
    }
}

/* ===== HIGHLIGHT BADGE LEFT SPACING FIX ===== */
.highlight-card{
    grid-template-columns:46px minmax(0,1fr)!important;
    gap:24px!important;
}

.highlight-card .rank{
    margin-left:-10px!important;
}

/* ===== HOME FONT BALANCE FINAL ===== */
.headline-overlay h1{
    font-weight:650!important;
    letter-spacing:0!important;
    line-height:1.24!important;
}

.feed-item h2,
.photo-card strong,
.video-card strong{
    font-weight:620!important;
    letter-spacing:0!important;
    line-height:1.34!important;
}

.section-head-det h2{
    font-weight:650!important;
    letter-spacing:0!important;
}

/* ===== HOME FEED SOFT FINAL ===== */
.feed-item h2,
.feed-detik-text h2{
    font-weight:620!important;
    letter-spacing:-0.006em!important;
    line-height:1.32!important;
}

.feed-item p,
.feed-item small,
.feed-detik-text small{
    font-weight:400!important;
    letter-spacing:0!important;
}
