.lu-product { padding: 50px 0 70px; color: #f5f7fa; }
.lu-product-crumb { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; font-size: 12px; color: #b5bdca; }
.lu-product-crumb a { color: var(--lu-accent); }
.lu-product-hero { display: flex; align-items: center; gap: 28px; margin-bottom: 36px; }
.lu-product-hero img { width: 144px; height: 144px; object-fit: cover; border-radius: 18px; }
.lu-product-hero > div { min-width: 0; }
.lu-product-hero h1 { font-size: clamp(26px, 3.5vw, 40px); line-height: 1.2; margin-bottom: 12px; }
.lu-product-hero p { color: #b5bdca; margin-bottom: 12px; }
.lu-product-eyebrow { font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.lu-product-source { display: inline-block; color: var(--lu-accent); font-size: 12px; }
.lu-product-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 24px; align-items: start; }
.lu-product-panel { min-width: 0; background: var(--lu-card-bg); border: 1px solid var(--lu-border); border-radius: 16px; padding: 24px; }
.lu-product h2 { font-size: 21px; line-height: 1.4; margin: 0 0 12px; }
.lu-product-heading { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 22px; }
.lu-product-heading h2 { margin: 0 0 5px; }
.lu-product-heading p { margin: 0; color: #b5bdca; font-size: 12px; }
.lu-product-step { flex: 0 0 30px; height: 30px; display: grid; place-items: center; background: var(--lu-accent); color: #17210a; border-radius: 8px; font-weight: 800; }
.lu-product-group { margin: 0 0 26px; padding: 0; min-width: 0; border: 0; }
.lu-product-group:last-child { margin-bottom: 0; }
.lu-product-group legend { float: none; width: auto; font-size: 15px; font-weight: 600; margin-bottom: 14px; }
.lu-product-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.lu-product-option { display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; gap: 18px; min-height: 110px; padding: 16px 12px; border: 1px solid #46505f; border-radius: 10px; background: #171d27; color: #f5f7fa; font-size: 12px; line-height: 1.5; overflow-wrap: anywhere; }
.lu-product-option strong { color: var(--lu-accent); font-size: 15px; font-variant-numeric: tabular-nums; }
.lu-product-option:hover, .lu-product-option[aria-pressed="true"] { border-color: var(--lu-accent); color: #fff; background: #293522; }
.lu-product a:focus-visible, .lu-product summary:focus-visible { outline: 3px solid var(--lu-accent); outline-offset: 4px; }
.lu-product-sidebar { min-width: 0; position: sticky; top: 24px; display: grid; gap: 20px; }
.lu-product-summary #selected-name { font-size: 14px; margin-bottom: 8px; }
.lu-product-total { display: block; font-family: 'Oxanium', sans-serif; font-size: 30px; color: var(--lu-accent); }
.lu-product-fee, .lu-product-handoff { font-size: 12px; line-height: 1.8; color: #b5bdca; margin: 16px 0; }
.lu-product-primary { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 14px 18px; border-radius: 8px; background: var(--lu-accent); color: #17210a; font-size: 14px; font-weight: 700; text-align: center; }
.lu-product-primary:hover { color: #17210a; background: #bbf75b; }
.lu-product-primary[aria-disabled="true"] { background: #3a4351; color: #c4cbd4; cursor: not-allowed; }
.lu-product-handoff { margin-bottom: 0; }
.lu-product-guide h2 { font-size: 17px; }
.lu-product-guide p, .lu-product-guide li { font-size: 12px; line-height: 1.8; color: #b5bdca; overflow-wrap: anywhere; }
.lu-product-guide ul { padding-left: 20px; margin-bottom: 14px; }
.lu-product-guide li { list-style: disc; }
.lu-product-faq { margin-top: 36px; max-width: 850px; }
.lu-product-faq details { border-bottom: 1px solid #46505f; padding: 18px 0; }
.lu-product-faq summary { cursor: pointer; font-size: 14px; font-weight: 600; }
.lu-product-faq p { padding-top: 14px; font-size: 13px; line-height: 1.9; color: #b5bdca; white-space: pre-line; }
.lu-product-actions { display: flex; flex-wrap: wrap; gap: 24px; align-items: center; margin-top: 20px; }
.lu-product-mobile-checkout { display: none; }
@media (max-width: 991px) {
    .lu-product { padding-bottom: 170px; }
    .lu-product-mobile-checkout:not([hidden]) { display: flex; align-items: center; justify-content: space-between; gap: 14px; position: fixed; z-index: 100; bottom: 0; left: 0; right: 0; padding: 14px 18px calc(14px + env(safe-area-inset-bottom)); background: #1e2430; border-top: 1px solid #46505f; box-shadow: 0 -8px 24px #0005; }
    .lu-product-mobile-checkout > div { min-width: 0; }
    .lu-product-mobile-checkout span { display: block; font-size: 11px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .lu-product-mobile-checkout strong { color: var(--lu-accent); display: block; }
    .lu-product-mobile-checkout small { display: block; font-size: 9px; line-height: 1.5; color: #b5bdca; }
    .lu-product-mobile-checkout .lu-product-primary { flex-shrink: 0; font-size: 11px; padding: 12px; }
}
@media (max-width: 1199px) { .lu-product-layout { grid-template-columns: minmax(0, 1fr) 290px; } .lu-product-options { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 991px) { .lu-product-layout { grid-template-columns: minmax(0, 1fr); } .lu-product-sidebar { position: static; } .lu-product-options { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 575px) { .lu-product { padding-top: 28px; } .lu-product-hero { gap: 16px; align-items: flex-start; } .lu-product-hero img { width: 80px; height: 80px; border-radius: 12px; } .lu-product-hero h1 { font-size: 25px; } .lu-product-hero p { font-size: 12px; } .lu-product-panel { padding: 18px; } .lu-product-options { grid-template-columns: repeat(2, minmax(0, 1fr)); } .lu-product-option { padding: 12px 10px; } }

/* ---------------------------------------------------------------
   Baris berjalan peringkat hero (selebar layar, di bawah navigasi)
   --------------------------------------------------------------- */
.lu-strip {
    display: flex;
    align-items: center;
    gap: 0;
    background: #11161f;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    overflow: hidden;
}

.lu-strip-tag {
    flex: 0 0 auto;
    padding: 9px 16px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #0d1117;
    background: #a3e635;
    white-space: nowrap;
}

/* Isi memudar di tepi kanan, bukan terpotong mendadak */
.lu-strip-window {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to right, #000 92%, transparent);
    mask-image: linear-gradient(to right, #000 92%, transparent);
}

.lu-strip-track {
    display: flex;
    width: max-content;
    align-items: center;
    animation: lu-strip-run 70s linear infinite;
    will-change: transform;
}

.lu-strip:hover .lu-strip-track,
.lu-strip:focus-within .lu-strip-track {
    animation-play-state: paused;
}

@keyframes lu-strip-run {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

.lu-strip-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 18px;
    white-space: nowrap;
    font-size: 12px;
    border-right: 1px solid rgba(255, 255, 255, .06);
}

.lu-strip-item img {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    object-fit: cover;
    background: #1e2430;
}

.lu-strip-item b { color: #fff; font-weight: 700; }

.lu-strip-item i {
    font-style: normal;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}

.lu-strip-item i.win { color: #4ade80; }
.lu-strip-item i.pick { color: #38bdf8; }
.lu-strip-item i.ban { color: #f87171; }

@media (prefers-reduced-motion: reduce) {
    .lu-strip-track { animation: none; }
    .lu-strip-window { overflow-x: auto; }
}

@media (max-width: 575px) {
    .lu-strip-tag { padding: 8px 11px; font-size: 10px; }
    .lu-strip-item { padding: 7px 13px; font-size: 11.5px; }
}

/* ---------------------------------------------------------------
   Tabel peringkat hero di kolom samping
   --------------------------------------------------------------- */
.lu-rank {
    margin-top: 14px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 14px;
    background: #171d27;
}

.lu-rank-head h2 {
    margin: 0;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
}

.lu-rank-head span {
    display: block;
    margin: 2px 0 12px;
    font-size: 11px;
    color: #6b7686;
}

.lu-rank-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 11.5px;
}

.lu-rank-table th {
    padding: 0 0 7px;
    text-align: left;
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: .4px;
    text-transform: uppercase;
    color: #6b7686;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.lu-rank-table td {
    padding: 7px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .04);
    vertical-align: middle;
}

.lu-rank-table tr:last-child td { border-bottom: 0; }

.lu-rank-table .c-no {
    width: 20px;
    color: #6b7686;
    font-weight: 700;
    text-align: center;
}

.lu-rank-table .c-num {
    text-align: right;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    padding-left: 5px;
}

.lu-rank-table td.win { color: #4ade80; }
.lu-rank-table td.pick { color: #38bdf8; }
.lu-rank-table td.ban { color: #f87171; }

.lu-rank-table .c-hero {
    display: flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
}

.lu-rank-table .c-hero img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
    flex: 0 0 auto;
    background: #11161f;
}

.lu-rank-table .c-hero span {
    color: #fff;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Navigasi halaman */
.lu-rank-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 12px;
}

.lu-rank-nav button {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: transparent;
    color: #9aa4b2;
    font: inherit;
    cursor: pointer;
    transition: all .15s ease;
}

.lu-rank-nav button:hover:not(:disabled) {
    color: #0d1117;
    background: #a3e635;
    border-color: #a3e635;
}

.lu-rank-nav button:disabled { opacity: .3; cursor: default; }

.lu-rank-nav span {
    font-size: 11.5px;
    font-weight: 700;
    color: #9aa4b2;
    font-variant-numeric: tabular-nums;
}

/*
 * Sidebar dipatok sticky. Setelah tabel peringkat hero ditambahkan, isinya
 * bisa lebih tinggi daripada layar, dan bagian bawahnya menjadi mustahil
 * dijangkau karena bagian atasnya selalu dipaku. Membatasi tingginya lalu
 * membiarkannya bergulir sendiri membuat seluruh isi tetap terbaca.
 *
 * Hanya berlaku di lebar besar; pada layar kecil sidebar sudah tidak sticky.
 */
@media (min-width: 992px) {
    .lu-product-sidebar {
        max-height: calc(100vh - 48px);
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: rgba(255, 255, 255, .15) transparent;
        /* Ruang agar bayangan panel terakhir tidak terpotong tepi gulir */
        padding-bottom: 2px;
    }

    .lu-product-sidebar::-webkit-scrollbar { width: 6px; }
    .lu-product-sidebar::-webkit-scrollbar-track { background: transparent; }
    .lu-product-sidebar::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, .15);
        border-radius: 999px;
    }
}

/* Peran champion pada baris berjalan, untuk game tanpa angka rate */
.lu-strip-item i.role { color: #9aa4b2; font-weight: 600; }

/* Tabel statistik di kolom samping halaman produk */
.lu-product-sidebar .lu-gs { margin-top: 0; }
