/* ======= RESET SINGKAT ======= */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body.layout-rfstorm {
    background: radial-gradient(circle at top, #1b0f06 0%, #0b0907 50%, #050505 100%);
    background-attachment: fixed;
    color: #fff;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden !important;
}

.hero,
.hero-bg,
.main,
.main-grid,
.topbar,
.status-strip {
    overflow-x: hidden !important;
}

/* ======= UTIL ======= */

.container {
    width: 100%;
    max-width: 1500px;
    padding: 0 90px;
    margin: 0 auto;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

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

.topbar {
    position: sticky;
    top: 0;
    z-index: 100;
    background: linear-gradient(90deg, #050914 0%, #10182b 40%, #111827 100%);
    border-bottom: 1px solid rgba(148, 163, 184, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.65);
}

.topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    gap: 24px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.brand-logo {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    overflow: hidden;
    background: radial-gradient(circle at 30% 0%, #f97316 0%, #ea580c 35%, #7c2d12 100%);
    box-shadow:
        0 0 35px rgba(248, 113, 113, 0.25),
        0 0 65px rgba(251, 146, 60, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-logo img {
    width: 80%;
    height: auto;
    object-fit: contain;
}

.brand-text {
    display: flex;
    flex-direction: column;
}

.brand-title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #f9fafb;
}

.brand-subtitle {
    font-size: 12px;
    color: #9ca3af;
}

/* NAV */

.nav-main {
    display: flex;
    gap: 16px;
    font-size: 14px;
    align-items: center;
}

.nav-main a {
    position: relative;
    padding: 6px 10px;
    border-radius: 999px;
    color: #e5e7eb;
    opacity: 0.9;
    transition: all 0.18s ease;
}

.nav-main a::after {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: -4px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #f97316, #fb923c);
    transform: scaleX(0);
    transform-origin: center;
    opacity: 0;
    transition: all 0.18s ease;
}

.nav-main a:hover {
    background: rgba(148, 163, 184, 0.12);
    opacity: 1;
}

.nav-main a.active {
    background: rgba(248, 113, 113, 0.14);
    color: #f9fafb;
    box-shadow: 0 0 18px rgba(248, 113, 113, 0.4);
}

.nav-main a.active::after {
    transform: scaleX(1);
    opacity: 1;
}

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

.hero {
    position: relative;
    padding: 36px 0 40px;
    overflow: hidden;
}

.hero-bg {
    background: linear-gradient(to bottom, rgba(10, 15, 30, 0.85), rgba(10, 15, 25, 0.85)), url('../images/hero.jpg');
    background-size: cover;
    background-position: center;
    filter: brightness(0.85);
}

.hero-inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1.4fr);
    gap: 28px;
    align-items: stretch;
}

/* LEFT */

.hero-left {
    padding-right: 8px;
}

.hero-title {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #f9fafb;
}

.hero-title span {
    color: #f97316;
    text-shadow: 0 0 25px rgba(248, 113, 113, 0.7);
}

.hero-desc {
    color: #cbd5f5;
    font-size: 14px;
    max-width: 480px;
    margin-bottom: 18px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

/* BUTTONS */

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.18s ease;
    white-space: nowrap;
}

.btn-primary {
    background: linear-gradient(135deg, #f97316, #ef4444);
    border-color: rgba(248, 113, 113, 0.5);
    color: #111827;
    box-shadow:
        0 0 20px rgba(248, 113, 113, 0.6),
        0 0 60px rgba(248, 113, 113, 0.3);
}

.btn-primary:hover {
    filter: brightness(1.05);
    transform: translateY(-1px);
}

.btn-outline {
    background: transparent;
    border-color: rgba(148, 163, 184, 0.6);
    color: #e5e7eb;
}

.btn-outline:hover {
    background: rgba(15, 23, 42, 0.85);
}

.btn-ghost {
    background: rgba(15, 23, 42, 0.85);
    border-color: rgba(148, 163, 184, 0.4);
    color: #e5e7eb;
}

.btn-ghost:hover {
    background: rgba(15, 23, 42, 1);
}

/* HERO STATUS */

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

.hero-status-item {
    background: radial-gradient(circle at top, rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 0.75));
    border-radius: 14px;
    border: 1px solid rgba(148, 163, 184, 0.35);
    padding: 8px 10px;
    backdrop-filter: blur(14px);
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.8);
}

.hero-status-item .label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #9ca3af;
    margin-bottom: 4px;
}

.hero-status-item .value {
    font-size: 14px;
    font-weight: 600;
    color: #f9fafb;
}

/* RIGHT */

.hero-right {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* CARDS */

.card {
    background: radial-gradient(circle at top left, rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 0.94));
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 184, 0.3);
    padding: 14px 16px;
    box-shadow:
        0 18px 45px rgba(15, 23, 42, 0.9),
        0 0 0 1px rgba(15, 23, 42, 1);
}

.card h2,
.card h3 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #f9fafb;
}

.card-hero {
    min-height: 0;
}

/* LIST PLAIN */

.list-plain {
    list-style: none;
}

.list-plain li {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    padding: 5px 0;
    border-bottom: 1px solid rgba(30, 41, 59, 0.8);
}

.list-plain li:last-child {
    border-bottom: none;
}

.list-plain span:first-child {
    color: #9ca3af;
}

.list-plain span:last-child {
    color: #e5e7eb;
}

/* TEXT KECIL */

.small-text {
    font-size: 12px;
    color: #94a3b8;
    margin-bottom: 6px;
}

/* ======= MAIN CONTENT ======= */

.main {
    padding: 6px 0 26px;
}

.main-grid {
    display: grid;
    grid-template-columns: minmax(0, 2.1fr) minmax(0, 1.2fr);
    gap: 18px;
}

/* SECTION TITLE */

.section-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #e5e7eb;
}

/* CONTENT AREA */

.card-content {
    padding: 14px 16px;
}

/* "#info" tetap dipakai karena file lain mungkin pakai id ini */
#info {
    width: 100%;
}

/* Beri style untuk konten news */

.news-block {
    font-size: 13px;
    color: #e5e7eb;
}

.news-block h1,
.news-block h2,
.news-block h3 {
    margin-bottom: 8px;
    color: #f97316;
}

.news-block p {
    margin-bottom: 8px;
}

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

.sidebar {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* STATUS BOX */

.status-box {
    font-size: 13px;
    padding: 6px 0 2px;
}

/* TOP LIST (PvP & PK) */

.top-list {
    font-size: 13px;
    max-height: 260px;
    overflow-y: auto;
    scrollbar-width: thin;
}

/* Sidebar links */

.sidebar-links {
    list-style: none;
    font-size: 13px;
}

.sidebar-links li+li {
    margin-top: 5px;
}

.sidebar-links a {
    color: #cbd5f5;
}

.sidebar-links a:hover {
    color: #f97316;
}

/* ======= FOOTER ======= */

.footer {
    border-top: 1px solid rgba(30, 41, 59, 0.9);
    background: radial-gradient(circle at top, #020617, #020617);
    padding: 12px 0;
    font-size: 12px;
    color: #9ca3af;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

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

@media (max-width: 960px) {
    .hero-inner {
        grid-template-columns: minmax(0, 1fr);
    }

    .hero-left {
        padding-right: 0;
    }

    .hero-right {
        order: -1;
    }

    .main-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .sidebar {
        order: -1;
    }
}

@media (max-width: 720px) {
    .topbar-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .nav-main {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .hero-status {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 480px) {
    .hero-status {
        grid-template-columns: minmax(0, 1fr);
    }

    .hero-title {
        font-size: 26px;
    }
}

/* ======= STATUS STRIP (TOTAL ONLINE + CHIP WAR + SERVER) ======= */

.status-strip {
    margin-top: -12px;
    margin-bottom: 20px;
}

.status-grid {
    display: grid;
    grid-template-columns: minmax(0, 2.2fr) minmax(0, 1.6fr) minmax(0, 1.4fr);
    gap: 14px;
    height: 200px;
}

.status-card {
    background: radial-gradient(circle at top left, rgba(15, 23, 42, 0.95), rgba(15, 23, 42, 0.9));
    border-radius: 14px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    padding: 12px 14px;
    box-shadow:
        0 12px 35px rgba(15, 23, 42, 0.9),
        0 0 0 1px rgba(15, 23, 42, 1);
    position: relative;
    overflow: hidden;
}

.status-card::before {
    content: "";
    position: absolute;
    inset: -40%;
    background:
        radial-gradient(circle at 0% 0%, rgba(249, 115, 22, 0.15), transparent 55%),
        radial-gradient(circle at 100% 100%, rgba(56, 189, 248, 0.12), transparent 55%);
    opacity: 0.9;
    pointer-events: none;
}

.status-card>* {
    position: relative;
    z-index: 1;
}

.status-card-title {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #9ca3af;
    margin-bottom: 6px;
}

.status-card-number {
    font-size: 24px;
    font-weight: 700;
    color: #e5e7eb;
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 10px;
}

.status-card-number span {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #9ca3af;
}

/* race bars */

.status-race-bars {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 11px;
}

.race-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 6px;
    align-items: center;
}

.race-name {
    font-weight: 600;
    color: #e5e7eb;
}

.race-name.acc {
    color: #f97316;
}

.race-name.bell {
    color: #38bdf8;
}

.race-name.cora {
    color: #a855f7;
}

.race-bar {
    position: relative;
    height: 10px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.85);
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.9);
}

.race-bar-fill {
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #f97316, #fb923c);
    box-shadow: 0 0 10px rgba(248, 113, 113, 0.8);
    transition: width 0.3s ease-out;
}

.race-bar-fill.bell {
    background: linear-gradient(90deg, #38bdf8, #0ea5e9);
    box-shadow: 0 0 10px rgba(56, 189, 248, 0.8);
}

.race-bar-fill.cora {
    background: linear-gradient(90deg, #a855f7, #e879f9);
    box-shadow: 0 0 10px rgba(168, 85, 247, 0.8);
}

.race-value {
    font-variant-numeric: tabular-nums;
    color: #9ca3af;
}

/* chip war status */

.chip-status {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 12px;
}

.chip-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.chip-pill-active {
    background: rgba(34, 197, 94, 0.15);
    color: #4ade80;
    box-shadow: 0 0 15px rgba(22, 163, 74, 0.6);
}

.chip-pill-idle {
    background: rgba(148, 163, 184, 0.16);
    color: #e5e7eb;
}

.chip-text {
    color: #e5e7eb;
    font-size: 12px;
    line-height: 1.4;
}

.chip-holder {
    color: #fbbf24;
}

/* server status pill */

.server-status-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border-radius: 500px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.server-status-pill {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 80%;
    height: 72px;

    margin: 20px auto 0;
}

.server-down {
    background: linear-gradient(180deg, #ff3b3b, #b80000);
}

.status-subtext {
    font-size: 11px;
    color: #9ca3af;
}

/* responsive for status strip */

@media (max-width: 1024px) {
    .status-grid {
        grid-template-columns: minmax(0, 2fr) minmax(0, 2fr);
    }
}

@media (max-width: 768px) {
    .status-strip {
        margin-top: 0;
    }

    .status-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .status-card {
        padding: 10px 12px;
    }
}

.status-strip {
    margin-top: 35px !important;
    margin-bottom: 40px;
    position: relative;
    z-index: 20;
}

.status-card {
    background: rgba(20, 25, 40, 0.72);
    backdrop-filter: blur(12px);
    padding: 18px 20px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.status-card-title {
    margin-bottom: 12px;
    padding-top: 5px;
}

.race-row {
    margin-top: 5px;
    margin-bottom: 4px;
}


/* ======= CUSTOM TWEAKS: STYLE C3 + FIRE THEME ======= */

/* Fire-theme overall background */
body {
    background: radial-gradient(circle at top, #2b0b0b 0%, #050308 45%, #020103 100%);
}

/* Hero fire glow */
.hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(248, 113, 113, 0.26), transparent 58%),
        radial-gradient(circle at top right, rgba(251, 146, 60, 0.26), transparent 58%),
        linear-gradient(to bottom, #050308 0%, #020103 100%);
    background-size: cover;
    background-position: center;
    filter: brightness(0.95);
}

/* Status strip spacing a bit tighter */
.status-strip {
    margin-top: 10px !important;
    margin-bottom: 24px;
}

/* Layout C3: Online besar, Chip War & Server compact */
.status-grid {
    grid-template-columns: minmax(0, 2.2fr) minmax(0, 1.5fr) minmax(0, 1.2fr);
}

/* Chip war strip styling */
.chip-strip {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 11px;
    color: #e5e7eb;
}

.chip-strip-row {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    column-gap: 6px;
}

.chip-strip-label {
    font-weight: 500;
    color: #e5e7eb;
}

.chip-strip-bar {
    position: relative;
    height: 7px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.8);
    overflow: hidden;
}

.chip-strip-bar-fill {
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #f97316, #fb923c);
    box-shadow: 0 0 8px rgba(248, 113, 113, 0.7);
}

.chip-strip-bar-fill.bell {
    background: linear-gradient(90deg, #38bdf8, #0ea5e9);
    box-shadow: 0 0 8px rgba(56, 189, 248, 0.7);
}

.chip-strip-bar-fill.cora {
    background: linear-gradient(90deg, #a855f7, #e879f9);
    box-shadow: 0 0 8px rgba(168, 85, 247, 0.7);
}

.chip-strip-value {
    font-size: 11px;
    color: #e5e7eb;
}

.chip-strip-meta {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 0px;
    font-size: 12px;
    color: #e5e7eb;
}

.chip-strip-meta strong {
    color: #f97316;
    font-weight: 600;
}

/* Make status cards slightly glowing like RF-Storm */
.status-card {
    background: radial-gradient(circle at top left, rgba(15, 23, 42, 0.96), rgba(10, 10, 20, 0.94));
    box-shadow:
        0 18px 35px rgba(0, 0, 0, 0.85),
        0 0 18px rgba(248, 113, 113, 0.22);
}

/* Top PvP & Useful Links: smaller, panjang ke bawah */
.main-grid {
    grid-template-columns: minmax(0, 2.4fr) minmax(0, 1.1fr);
}

.top-list {
    font-size: 12px;
    line-height: 1.35;
    max-height: none;
    overflow-y: visible;
}

/* News position a bit higher, sejajar lebih rapat dengan hero */
.hero {
    padding-bottom: 26px;
}

.main {
    padding-top: 0;
}

.main-grid {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 30px;
    margin-top: 40px;
}

/* Kotak utama News */
.content-area .news-block {
    background: rgba(20, 20, 28, 0.75);
    border: 1px solid rgba(255, 180, 90, 0.15);
    border-radius: 18px;
    padding: 28px 30px;
    box-shadow:
        0 0 20px rgba(0, 0, 0, 0.6),
        inset 0 0 12px rgba(255, 140, 60, 0.08);
    backdrop-filter: blur(6px);
}

/* Title News */
.section-title {
    color: #ffa44d !important;
    font-size: 26px !important;
    font-weight: 800;
    margin-bottom: 18px;
    text-shadow: 0 0 10px rgba(255, 160, 70, 0.4);
}

/* Judul artikel */
.news-block h2,
.news-block h3 {
    color: #ff8b34;
    font-weight: 700;
    margin-bottom: 6px;
    text-shadow: 0 0 6px rgba(255, 130, 40, 0.4);
}

/* Tanggal artikel */
.news-block small {
    color: #aaaaaa;
}

/* Isi berita */
.news-block p {
    color: #dddddd;
    line-height: 1.55;
    margin: 10px 0 15px;
}

/* Garis pemisah */
.news-block hr {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    margin: 18px 0;
}

/* Sidebar card biar match */
.sidebar .card {
    background: rgba(20, 20, 28, 0.75);
    border: 1px solid rgba(255, 180, 90, 0.15);
    border-radius: 18px;
    padding: 20px 25px;
    box-shadow:
        0 0 20px rgba(0, 0, 0, 0.55),
        inset 0 0 12px rgba(255, 140, 60, 0.06);
}

/* ===========================================================
   FIX FINAL FIRE THEME – Background Full Mulus Premium
   =========================================================== */

/* Override semua background lain */
body.layout-rfstorm {
    background: radial-gradient(circle at 30% 0%, #3b0f0f 0%, #1a0707 35%, #0a0404 70%, #030101 100%) !important;
    background-attachment: fixed !important;
}

/* Hero background dibuat menyatu */
.hero-bg {
    background:
        radial-gradient(circle at 20% 0%, rgba(255, 120, 60, 0.25), transparent 60%),
        radial-gradient(circle at 80% 0%, rgba(255, 70, 40, 0.20), transparent 60%),
        linear-gradient(to bottom, rgba(10, 5, 5, 0.9), rgba(5, 3, 3, 0.9)),
        url('../images/hero.jpg');
    background-size: cover;
    background-position: center;
    filter: brightness(0.92);
}

/* Status strip agar glow selaras */
.status-card {
    background: linear-gradient(180deg, rgba(30, 10, 10, 0.85), rgba(12, 6, 6, 0.92)) !important;
    border: 1px solid rgba(255, 150, 70, 0.18) !important;
    box-shadow:
        0 0 25px rgba(255, 120, 60, 0.18),
        inset 0 0 20px rgba(255, 120, 60, 0.08) !important;
}

/* News block menyatu dengan tema api */
.content-area .news-block {
    background: linear-gradient(180deg, rgba(40, 15, 10, 0.8), rgba(18, 8, 8, 0.92)) !important;
    border: 1px solid rgba(255, 120, 60, 0.18) !important;
    box-shadow:
        0 0 25px rgba(255, 120, 60, 0.25),
        inset 0 0 15px rgba(255, 120, 60, 0.1) !important;
}

/* Sidebar mengikuti tema */
.sidebar .card {
    background: linear-gradient(180deg, rgba(40, 15, 10, 0.8), rgba(18, 8, 8, 0.92)) !important;
    border: 1px solid rgba(255, 120, 60, 0.18) !important;
    box-shadow:
        0 0 25px rgba(255, 120, 60, 0.25),
        inset 0 0 15px rgba(255, 120, 60, 0.1) !important;
}

body.layout-rfstorm {
    background:
        radial-gradient(circle at 30% 0%, #4e1a0d 0%, #200806 40%, #0a0302 75%, #000 100%),
        url('../images/fire-noise.png');
    background-size: cover, 600px;
    background-attachment: fixed;
    animation: fireGlow 8s ease-in-out infinite alternate;
}

/* 🔥 Glow background bernafas */
@keyframes fireGlow {
    0% {
        filter: brightness(0.80) saturate(1.1);
    }

    50% {
        filter: brightness(1.05) saturate(1.35);
    }

    100% {
        filter: brightness(0.85) saturate(1.15);
    }
}

/* 🔥 Efek magma bergerak halus */
body.layout-rfstorm::before {
    position: fixed;
    inset: 0;
    background: url('../images/fire-magma.png');
    opacity: 0.12;
    mix-blend-mode: screen;
    animation: magmaFlow 18s linear infinite;
    pointer-events: none;
}

@keyframes magmaFlow {
    0% {
        transform: translate(0, 0) scale(1.1);
    }

    50% {
        transform: translate(10px, -10px) scale(1.12);
    }

    100% {
        transform: translate(0, 0) scale(1.1);
    }
}

/* ===========================================================
   🔥 HERO SECTION UPGRADE
   =========================================================== */

.hero-bg {
    background:
        radial-gradient(circle at 20% 0%, rgba(255, 120, 60, 0.28), transparent 60%),
        radial-gradient(circle at 80% 0%, rgba(255, 60, 20, 0.22), transparent 60%),
        linear-gradient(to bottom, rgba(12, 5, 5, 0.95), rgba(8, 3, 3, 0.92)),
        url('../images/hero.jpg');
    background-size: cover;
    background-position: center;
    filter: brightness(0.95);
    animation: heroGlow 6s ease-in-out infinite alternate;
}

@keyframes heroGlow {
    0% {
        filter: brightness(0.92);
    }

    100% {
        filter: brightness(1.06);
    }
}

/* ===========================================================
   🔥 FIRE CARDS (Status Strip, News, Sidebar)
   =========================================================== */

.status-card,
.content-area .news-block,
.sidebar .card {
    background: linear-gradient(180deg, rgba(50, 18, 12, 0.85), rgba(22, 10, 8, 0.92));
    border: 1px solid rgba(255, 150, 60, 0.28) !important;
    box-shadow:
        0 0 25px rgba(255, 100, 20, 0.20),
        inset 0 0 25px rgba(255, 120, 60, 0.08);
    backdrop-filter: blur(6px);
    animation: blockGlow 5s ease-in-out infinite alternate;
}

@keyframes blockGlow {
    0% {
        box-shadow: 0 0 18px rgba(255, 100, 30, 0.22), inset 0 0 20px rgba(255, 120, 70, 0.08);
    }

    100% {
        box-shadow: 0 0 28px rgba(255, 140, 40, 0.30), inset 0 0 30px rgba(255, 140, 60, 0.12);
    }
}

/* 🔥 TITLE FIRE GLOW */
.section-title,
.news-block h3,
.card h3 {
    text-shadow: 0 0 12px rgba(255, 140, 40, 0.6), 0 0 22px rgba(255, 80, 20, 0.4);
}

.top-pvp-box {
    background: linear-gradient(180deg, rgba(40, 20, 10, 0.75), rgba(20, 10, 5, 0.65));
    padding: 20px;
    border-radius: 18px;
    border: 1px solid rgba(255, 130, 40, 0.35);
    box-shadow:
        0 0 18px rgba(255, 100, 20, 0.4),
        inset 0 0 25px rgba(255, 120, 40, 0.15);
    margin-bottom: 30px;
    backdrop-filter: blur(4px);
}

.top-pvp-header {
    font-size: 20px;
    font-weight: 800;
    color: #ffb56b;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-shadow: 0 0 8px rgba(255, 150, 60, 0.7);
}

.top-pvp-header img {
    width: 22px;
}

/* tabel utama */
.top-pvp-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    overflow: hidden;
}

.top-pvp-table th {
    padding: 10px;
    background: rgba(255, 150, 60, 0.15);
    color: #ffdcb4;
    font-weight: 700;
    text-align: left;
}

.top-pvp-table td {
    padding: 12px;
    color: #fff;
}

.top-pvp-rank-badge {
    background: #ffda4b;
    color: #000;
    font-weight: 700;
    border-radius: 50%;
    padding: 8px 14px;
    display: inline-block;
    box-shadow: 0 0 10px rgba(255, 200, 40, 0.7);
}

.race-badge {
    background: #ff7e22;
    padding: 4px 10px;
    border-radius: 8px;
    color: #000;
    font-weight: 600;
    box-shadow: 0 0 10px rgba(255, 120, 40, 0.6);
}

.card-hero {
    background: linear-gradient(180deg, rgba(40, 15, 5, 0.85), rgba(25, 10, 5, 0.70));
    border-radius: 18px;
    padding: 22px 25px;
    border: 1px solid rgba(255, 120, 40, 0.35);
    box-shadow:
        0 0 22px rgba(255, 110, 30, 0.45),
        inset 0 0 25px rgba(255, 110, 40, 0.18);
    backdrop-filter: blur(5px);
    margin-bottom: 25px;
}

.card-hero h2 {
    color: #ffb56b;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 15px;
    text-shadow: 0 0 8px rgba(255, 150, 60, 0.7);
}

.card-hero ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.card-hero ul li {
    display: flex;
    justify-content: space-between;
    padding: 9px 0;
    border-bottom: 1px solid rgba(255, 150, 60, 0.15);
    color: #ffe8c8;
    font-size: 14px;
}

.card-hero ul li:last-child {
    border-bottom: none;
}

.card-hero ul li span {
    color: #ffffff;
    font-weight: 600;
}

/* FIRE STORM BADGE (Optional, jika mau ditambahkan icon api kecil) */
.icon-fire {
    color: #ff7e22;
    margin-right: 6px;
}

.hero-status {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 20px;
    width: 100%;
}

.hero-status-item {
    background: linear-gradient(180deg, rgba(30, 20, 35, 0.85), rgba(20, 15, 25, 0.75));
    border-radius: 14px;
    padding: 18px 22px;
    border: 1px solid rgba(255, 140, 60, 0.25);
    box-shadow:
        0 0 18px rgba(255, 110, 40, 0.25),
        inset 0 0 18px rgba(255, 130, 50, 0.10);
    backdrop-filter: blur(4px);
    color: #fff;
    min-height: 82px;
}

.hero-status-item .label {
    font-size: 13px;
    color: #ffcf99;
    font-weight: 600;
    margin-bottom: 6px;
}

.hero-status-item .value {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
}

.status-strip {
    background: radial-gradient(circle at center,
            rgba(255, 120, 20, 0.25) 0%,
            rgba(100, 20, 0, 0.25) 40%,
            rgba(10, 5, 5, 0.9) 100%);
    padding: 40px 0;
    margin-bottom: 0px;
    border-bottom: 1px solid rgba(255, 130, 40, 0.25);
    box-shadow:
        0 0 40px rgba(255, 80, 20, 0.35) inset,
        0 0 60px rgba(255, 120, 40, 0.25);
}

.status-box {
    background: linear-gradient(180deg,
            rgba(40, 10, 5, 0.85),
            rgba(20, 5, 0, 0.80));
    border-radius: 18px;
    border: 1px solid rgba(255, 150, 70, 0.25);
    padding: 28px;
    box-shadow:
        0 0 25px rgba(255, 110, 30, 0.35),
        inset 0 0 20px rgba(255, 100, 30, 0.20);
    backdrop-filter: blur(4px);
}

.status-box h2,
.status-box h3 {
    color: #ffb664;
    text-shadow:
        0 0 12px rgba(255, 140, 40, 0.75),
        0 0 18px rgba(255, 80, 20, 0.35);
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 18px;
}

.status-bar {
    height: 10px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.status-bar .fill {
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 0 10px currentColor;
}

.server-online {
    background: linear-gradient(180deg,
            #29a6ff,
            #0062ff);
    padding: 12px 28px;
    border-radius: 14px;
    color: white;
    font-size: 18px;
    font-weight: 800;
    box-shadow:
        0 0 20px rgba(0, 120, 255, 0.7),
        inset 0 0 15px rgba(255, 255, 255, 0.15);
}

.navbar,
.header,
.top-bar {
    background: linear-gradient(180deg, #3b0f00, #8a2800, #ff3c00);
    box-shadow: 0 0 25px #ff3c00;
}

/* ==== BOX PANEL WARNA API ==== */
.panel,
.status-box,
.info-box,
.chipwar-box {
    background: rgba(40, 10, 0, 0.7);
    border: 1px solid #ff6600;
    box-shadow: 0 0 15px #ff4000;
}

/* Hilangkan warna item/item abu-abu */
.panel * {
    background: transparent !important;
}

.panel::before,
.panel::after,
.status-box::before,
.status-box::after {
    display: none !important;
}

html,
body {
    overflow-y: auto;
}

body {
    height: auto !important;
}

.server-status-box {
    width: 100%;
    height: 100%;
    padding: 10px;
    border-radius: 18px;

    /* FULL background api */
    background: url('img/fire-bg.jpg') center/cover no-repeat,
        linear-gradient(180deg, #3b0f00, #8a2800, #ff3c00);

    border: 1px solid #ff6600;
    box-shadow: 0 0 25px #ff3c00, inset 0 0 20px #ff4000;

    color: #ffd27f;
    font-family: 'Cinzel', serif;
}

/* Hilangkan area gelap bawaan panel */
.server-status-box * {
    background: transparent !important;
}

/* ==== STATUS BUTTON ==== */
.server-online-btn {
    background: linear-gradient(180deg, #ff7c00, #ff3c00);
    padding: 10px 28px;
    font-weight: bold;
    border-radius: 10px;
    border: 1px solid #ffae00;
    color: white;
    font-size: 200px;
    box-shadow: 0 0 12px #ff3c00;
    display: inline-block;
}

/* Hover efek api */
.server-online-btn:hover {
    box-shadow: 0 0 25px #ff6a00;
    transform: scale(1.05);
    transition: 0.2s;
}

.hero-logo-wrapper {
    width: 100%;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
}

.hero-logo-main {
    width: 230px;
    filter: drop-shadow(0 0 35px #ff4800);
    animation: pulseLogo 2.4s infinite ease-in-out;
}

@keyframes pulseLogo {
    0% {
        filter: drop-shadow(0 0 10px #ff4800);
    }

    50% {
        filter: drop-shadow(0 0 35px #ff2400);
    }

    100% {
        filter: drop-shadow(0 0 10px #ff4800);
    }
}

/* GLOW STRIP UNDER LOGO */
.hero-logo-strip {
    width: 100%;
    height: 5px;
    margin-top: 25px;
    background: linear-gradient(90deg,
            #ff2c00,
            #ffa247,
            #ff2c00);
    box-shadow: 0 0 22px #ff3c00;
}

.oldverse-swiper {
    width: 600;
    height: 400px;
    margin: 0 auto;
    border-radius: 14px;
    border: 2px solid #ff6a00;
    box-shadow: 0 0 35px rgba(255, 80, 0, 0.45);
    position: relative;
    z-index: 9999 !important;
}

.oldverse-swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
    color: #ff6a00 !important;
    text-shadow: 0 0 12px #ff6a00;
    z-index: 10000 !important;
}

/* Biar nggak ketutup status-strip */
.status-strip {
    z-index: 1 !important;
}

.swiper-slide img {
    max-width: 100%;
    /* Memastikan gambar tidak pernah lebih lebar dari wadahnya */
    height: auto;
    /* Menjaga proporsi (aspect ratio) gambar agar tidak gepeng */
    display: block;
    /* Menghapus sedikit ruang kosong di bawah gambar yang kadang muncul */
}

.oldverse-swiper img {
    max-width: 100%;
    /* Memastikan gambar tidak pernah lebih lebar dari wadahnya */
    height: auto;
    /* Menjaga proporsi (aspect ratio) gambar agar tidak gepeng */
    display: block;
    /* Menghapus sedikit ruang kosong di bawah gambar yang kadang muncul */
}

.oldverse-swiper {
    width: 100%;
    height: 400px;
}

.slide-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* dari cover ke contain */
    background: #000;
    /* biar tidak ada ruang putih */
}

/* =========================
   CHIP WAR STRIP (FINAL)
   ========================= */

.chip-strip-row {
    display: grid;
    grid-template-columns: 100px 1fr 50px;
    align-items: center;
    margin: 3px 0;
}

.chip-strip-label {
    font-weight: bold;
    font-size: 18px;
}

.chip-strip-bar {
    height: 46px;
    /* SAMA KAYA ONLINE */
    background: #141417;
    padding: 4px;
    border-radius: 26px;
    overflow: hidden;
    border: 1px solid rgba(255, 180, 80, 0.35);
    box-shadow:
        inset 0 0 16px rgba(0, 0, 0, 0.85),
        0 0 16px rgba(255, 140, 40, 0.25);
}

.chip-strip-bar-fill {
    height: 100%;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}

/* WARNA */
.chip-strip-bar-fill.acc {
    background: linear-gradient(90deg, #ff9a2f, #ff5a00);
}

.chip-strip-bar-fill.bell {
    background: linear-gradient(90deg, #62caff, #2587ff);
}

.chip-strip-bar-fill.cora {
    background: linear-gradient(90deg, #ffbaff, #d043ff);
}

.status-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    gap: 14px;
    align-items: stretch;
}

.chipwar-fire {
    max-width: 100%;
    overflow: hidden;
}

.server-status-pill {
    padding: 26px 48px;
    border-radius: 18px;
    font-weight: bold;
    font-size: 200px;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
    min-width: 200px;
}

/* =========================================
   FINAL OVERRIDE – JANGAN TARUH DI ATAS
   TARUH PALING BAWAH FILE CSS
   ========================================= */

/* GRID PASTI 3 KOLOM */
.status-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr !important;
    gap: 18px !important;
    align-items: stretch !important;
}

/* CARD SERVER STATUS FULL CENTER */
.status-card.server-status {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 100px !important;
}

/* OFFLINE / ONLINE BADGE SUPER BESAR */
.server-status-pill {
    padding: 50px 90px !important;
    font-size: 40px !important;
    /* ⬅️ INI YANG GEDE */
    font-weight: 900 !important;
    letter-spacing: 4px !important;
    border-radius: 26px !important;
    text-align: center !important;
    min-width: 300px !important;
    margin: 130px auto !important;
}

/* OFFLINE WARNA API */
.server-down {
    background: linear-gradient(180deg, #ff3b3b, #9c0000) !important;
    box-shadow:
        0 0 40px rgba(255, 60, 60, 1),
        0 0 90px rgba(255, 0, 0, .7),
        inset 0 0 18px rgba(255, 255, 255, .25) !important;
}

/* ONLINE WARNA BIRU */
.server-up {
    background: linear-gradient(180deg, #4fd1ff, #0066ff) !important;
    box-shadow:
        0 0 40px rgba(80, 160, 255, 1),
        0 0 90px rgba(0, 100, 255, .7),
        inset 0 0 18px rgba(255, 255, 255, .25) !important;
}

/* PASTIKAN TIDAK ADA RULE KECIL NYELIP */
.server-status-pill * {
    font-size: inherit !important;
}

/* === FIX: BESARIN TEKS OFFLINE SAJA === */
.server-status-pill {
    padding: 14px 24px !important;
    /* kotak tetap kecil */
    font-size: 48px !important;
    /* ⬅️ INI YANG BESAR */
    font-weight: 900 !important;
    letter-spacing: 4px !important;
    text-align: center !important;
    border-radius: 16px !important;
    line-height: 1.1 !important;
}

/* Biar teks benar2 center */
.status-card.server-status {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
}

/* ===============================
   SERVER STATUS – FINAL FIX
   =============================== */

/* Card center */
.status-card.server-status {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Badge OFFLINE / ONLINE */
.server-status-pill {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 30px 48px !important;
    /* kotak proporsional */
    font-size: 30px !important;
    /* BESAR TAPI WARAS */
    font-weight: 900 !important;
    letter-spacing: 6px !important;
    line-height: 1 !important;

    border-radius: 18px !important;
    text-align: center !important;
    white-space: nowrap !important;
}

/* OFFLINE */
.server-down {
    background: linear-gradient(180deg, #ff3b3b, #8a0000) !important;
    color: #fff !important;
    box-shadow:
        0 0 25px rgba(255, 60, 60, .9),
        0 0 60px rgba(255, 0, 0, .6),
        inset 0 0 12px rgba(255, 255, 255, .25) !important;
}

/* ONLINE */
.server-up {
    background: linear-gradient(180deg, #4fd1ff, #0066ff) !important;
    color: #fff !important;
    box-shadow:
        0 0 25px rgba(80, 160, 255, .9),
        0 0 60px rgba(0, 100, 255, .6),
        inset 0 0 12px rgba(255, 255, 255, .25) !important;
}

/* ===============================
   LARVA / LAVA FLOW CHIP WAR
   =============================== */

/* pastikan panel TIDAK bunuh pseudo element */
.chip-strip-bar,
.chip-strip-bar-fill {
    background-clip: padding-box !important;
}

/* LARVA EFFECT */
.chip-strip-bar-fill::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 200, 120, 0.35) 40%,
            rgba(255, 120, 40, 0.55) 50%,
            rgba(255, 200, 120, 0.35) 60%,
            rgba(255, 255, 255, 0) 100%);
    background-size: 200% 100%;
    animation: lavaMove 2.8s linear infinite;
    mix-blend-mode: screen;
    pointer-events: none;
}

/* GERAK KIRI ➜ KANAN */
@keyframes lavaMove {
    from {
        background-position: 200% 0;
    }

    to {
        background-position: -200% 0;
    }
}

.chip-strip-bar-fill {
    animation: lavaPulse 3s ease-in-out infinite;
}

@keyframes lavaPulse {
    0% {
        filter: brightness(0.9);
    }

    50% {
        filter: brightness(1.15);
    }

    100% {
        filter: brightness(0.95);
    }
}

/* ===============================
   CHIP WAR – PURE FIRE EFFECT
   =============================== */

.chip-strip-bar-fill {
    position: relative;
    overflow: hidden;
    filter: saturate(1.25);
}

/* API NYALA DI DALAM BAR */
.chip-strip-bar-fill::after {
    content: "";
    position: absolute;
    inset: -40%;
    background:
        radial-gradient(circle at 30% 60%, rgba(255, 200, 120, .55), transparent 55%),
        radial-gradient(circle at 70% 40%, rgba(255, 120, 40, .65), transparent 60%),
        radial-gradient(circle at 50% 80%, rgba(255, 60, 0, .75), transparent 65%);
    animation: fireMove 3.2s ease-in-out infinite;
    mix-blend-mode: screen;
    pointer-events: none;
}

/* GERAK API LEMBUT */
@keyframes fireMove {
    0% {
        transform: translateX(-6%) translateY(2%) scale(1);
        opacity: .7;
    }

    50% {
        transform: translateX(6%) translateY(-2%) scale(1.05);
        opacity: 1;
    }

    100% {
        transform: translateX(-6%) translateY(2%) scale(1);
        opacity: .75;
    }
}

.chip-strip-bar-fill {
    box-shadow:
        0 0 12px rgba(255, 120, 40, .7),
        0 0 26px rgba(255, 60, 0, .45),
        inset 0 0 14px rgba(255, 180, 90, .25);
    animation: firePulse 2.4s ease-in-out infinite;
}

@keyframes firePulse {
    0% {
        filter: brightness(.95);
    }

    50% {
        filter: brightness(1.2);
    }

    100% {
        filter: brightness(1);
    }
}

.chip-strip-bar-fill.acc {
    background: linear-gradient(90deg, #ffb347, #ff5a00, #ff2a00);
}

.chip-strip-bar-fill.bell {
    background: linear-gradient(90deg, #6be1ff, #1aa3ff, #0077ff);
}

.chip-strip-bar-fill.cora {
    background: linear-gradient(90deg, #ffc1ff, #e056ff, #b400ff);
}

.chip-strip-bar-fill {
    position: relative;
    overflow: hidden;
    filter: saturate(1.35) contrast(1.15);
}

.chip-strip-bar-fill {
    box-shadow:
        0 0 14px rgba(255, 140, 40, .85),
        0 0 30px rgba(255, 60, 0, .55),
        inset 0 0 18px rgba(255, 200, 120, .3);
    animation: heatShake 3.0s ease-in-out infinite;
}

@keyframes heatShake {
    0% {
        filter: brightness(.95);
    }

    50% {
        filter: brightness(1.3);
    }

    100% {
        filter: brightness(1);
    }
}

.chip-strip-bar-fill.acc {
    background: linear-gradient(90deg, #ffd66b, #ff8c00, #ff2a00);
}

.chip-strip-bar-fill.bell {
    background: linear-gradient(90deg, #7ce3ff, #1cb4ff, #0066ff);
}

.chip-strip-bar-fill.cora {
    background: linear-gradient(90deg, #ffd1ff, #e660ff, #b400ff);

    .chip-strip-bar-fill::before,
    .chip-strip-bar-fill::after,
    .race-bar-fill::before,
    .race-bar-fill::after {
        content: none !important;
        display: none !important;
    }

    /* ===============================
   CLEAN BREATHING ANIMATION
   =============================== */

    @keyframes barBreath {
        0% {
            box-shadow:
                0 0 10px rgba(255, 120, 40, .45),
                inset 0 0 10px rgba(255, 180, 90, .25);
            filter: brightness(0.95);
        }

        50% {
            box-shadow:
                0 0 18px rgba(255, 150, 60, .7),
                inset 0 0 16px rgba(255, 200, 120, .35);
            filter: brightness(1.15);
        }

        100% {
            box-shadow:
                0 0 10px rgba(255, 120, 40, .45),
                inset 0 0 10px rgba(255, 180, 90, .25);
            filter: brightness(1);
        }
    }

    .chip-strip-bar-fill,
    .race-bar-fill {
        animation: barBreath 2.8s ease-in-out infinite;
        transition: width .6s cubic-bezier(.4, 0, .2, 1);
    }

    /* =========================================================
   🔒 FINAL LOCK – CLEAN & STABLE (WAJIB PALING BAWAH)
   ========================================================= */

    /* 1️⃣ MATIKAN TOTAL SEMUA EFEK LIAR */
    .chip-strip-bar-fill::before,
    .chip-strip-bar-fill::after,
    .race-bar-fill::before,
    .race-bar-fill::after {
        content: none !important;
        display: none !important;
    }

    /* 2️⃣ KUNCI STRUKTUR BAR */
    .chip-strip-bar {
        height: 46px !important;
        border-radius: 26px !important;
        overflow: hidden !important;
    }

    .chip-strip-bar-fill,
    .race-bar-fill {
        position: relative !important;
        height: 100% !important;
        border-radius: 20px !important;
        overflow: hidden !important;
        filter: none !important;
    }

    /* 3️⃣ WARNA FINAL (BERSIH) */
    .chip-strip-bar-fill.acc,
    .race-bar-fill.acc {
        background: linear-gradient(90deg, #ffb347, #ff6a00, #ff2a00) !important;
    }

    .chip-strip-bar-fill.bell,
    .race-bar-fill.bell {
        background: linear-gradient(90deg, #7ce3ff, #1cb4ff, #0066ff) !important;
    }

    .chip-strip-bar-fill.cora,
    .race-bar-fill.cora {
        background: linear-gradient(90deg, #ffd1ff, #e660ff, #b400ff) !important;
    }

    /* 4️⃣ ANIMASI HIDUP TAPI WARAS */
    @keyframes barBreath {
        0% {
            box-shadow: 0 0 10px rgba(255, 120, 40, .4);
            filter: brightness(.95);
        }

        50% {
            box-shadow: 0 0 18px rgba(255, 150, 60, .7);
            filter: brightness(1.12);
        }

        100% {
            box-shadow: 0 0 10px rgba(255, 120, 40, .4);
            filter: brightness(1);
        }
    }

    .chip-strip-bar-fill,
    .race-bar-fill {
        animation: barBreath 2.8s ease-in-out infinite !important;
        transition: width .6s cubic-bezier(.4, 0, .2, 1) !important;
    }

    /* ===============================
   SMOOTH BREATH – STABLE
   =============================== */

    .chip-strip-bar-fill,
    .race-bar-fill {
        position: relative;
        overflow: hidden;
        animation: smoothBreath 3.2s linear infinite;
        transition: width .6s cubic-bezier(.4, 0, .2, 1);
    }

    /* NAPAS RATA */
    @keyframes smoothBreath {
        0% {
            box-shadow: 0 0 10px rgba(255, 140, 60, .45);
            opacity: .95;
        }

        50% {
            box-shadow: 0 0 14px rgba(255, 160, 80, .65);
            opacity: 1;
        }

        100% {
            box-shadow: 0 0 10px rgba(255, 140, 60, .45);
            opacity: .95;
        }
    }

    /* WARNA */
    .chip-strip-bar-fill.acc,
    .race-bar-fill.acc {
        background: linear-gradient(90deg, #ffb347, #ff6a00, #ff2a00);
    }

    .chip-strip-bar-fill.bell,
    .race-bar-fill.bell {
        background: linear-gradient(90deg, #7ce3ff, #1cb4ff, #0066ff);
    }

    .chip-strip-bar-fill.cora,
    .race-bar-fill.cora {
        background: linear-gradient(90deg, #ffd1ff, #e660ff, #b400ff);
    }

    /* MATIKAN TOTAL EFEK LAIN */
    .chip-strip-bar-fill::before,
    .chip-strip-bar-fill::after,
    .race-bar-fill::before,
    .race-bar-fill::after {
        display: none !important;
        content: none !important;
    }

    /* =========================================================
   FINAL CLEAN OVERRIDE – CHIP WAR & ONLINE BAR
   FIX KEDET • NO DUPLICATE • NO FILTER • NO PSEUDO
   ========================================================= */

    /* ===============================
   HARD RESET – MATIKAN SEMUA EFEK LIAR
   =============================== */
    .chip-strip-bar-fill::before,
    .chip-strip-bar-fill::after,
    .race-bar-fill::before,
    .race-bar-fill::after {
        content: none !important;
        display: none !important;
    }

    /* ===============================
   STRUKTUR BAR (KUNCI)
   =============================== */
    .chip-strip-bar,
    .race-bar {
        overflow: hidden !important;
        border-radius: 999px !important;
    }

    .chip-strip-bar-fill,
    .race-bar-fill {
        position: relative !important;
        height: 100% !important;
        border-radius: inherit !important;

        /* ❌ PASTIKAN TIDAK ADA FILTER */
        filter: none !important;

        /* ✅ SATU ANIMASI SAJA */
        animation: smoothBreath 3.6s linear infinite !important;
        transition: width .6s cubic-bezier(.4, 0, .2, 1) !important;
    }

    /* ===============================
   ANIMASI FINAL (RATA & HALUS)
   =============================== */
    @keyframes smoothBreath {
        0% {
            box-shadow: 0 0 10px rgba(255, 140, 60, .45);
            opacity: .95;
        }

        50% {
            box-shadow: 0 0 14px rgba(255, 160, 80, .65);
            opacity: 1;
        }

        100% {
            box-shadow: 0 0 10px rgba(255, 140, 60, .45);
            opacity: .95;
        }
    }

    /* ===============================
   WARNA FINAL (SATU SUMBER)
   =============================== */

    /* ACCRETIA */
    .chip-strip-bar-fill.acc,
    .race-bar-fill.acc {
        background: linear-gradient(90deg,
                #ffb347,
                #ff6a00,
                #ff2a00) !important;
    }

    /* BELLATO */
    .chip-strip-bar-fill.bell,
    .race-bar-fill.bell {
        background: linear-gradient(90deg,
                #7ce3ff,
                #1cb4ff,
                #0066ff) !important;
    }

    /* CORA */
    .chip-strip-bar-fill.cora,
    .race-bar-fill.cora {
        background: linear-gradient(90deg,
                #ffd1ff,
                #e660ff,
                #b400ff) !important;
    }

    /* =================================================
   FIX TOTAL – ISOLASI STATUS STRIP
   ================================================= */

    /* 1️⃣ MATIKAN SEMUA EFEK DARI FILE LAIN */
    .status-strip *,
    .status-strip *::before,
    .status-strip *::after {
        animation: none !important;
        filter: none !important;
        transition: none !important;
    }

    /* 2️⃣ KUNCI STRUKTUR BAR */
    .race-bar,
    .chip-strip-bar {
        height: 46px !important;
        border-radius: 999px !important;
        overflow: hidden !important;
        background: #141417 !important;
    }

    .race-bar-fill,
    .chip-strip-bar-fill {
        height: 100% !important;
        border-radius: 999px !important;
        opacity: 1 !important;
        transition: width .6s linear !important;
    }

    /* 3️⃣ WARNA SAJA (TANPA ANIMASI) */
    .race-bar-fill.acc,
    .chip-strip-bar-fill.acc {
        background: linear-gradient(90deg, #ffb347, #ff6a00, #ff2a00) !important;
    }

    .race-bar-fill.bell,
    .chip-strip-bar-fill.bell {
        background: linear-gradient(90deg, #7ce3ff, #1cb4ff, #0066ff) !important;
    }

    .race-bar-fill.cora,
    .chip-strip-bar-fill.cora {
        background: linear-gradient(90deg, #ffd1ff, #e660ff, #b400ff) !important;
    }

    /* 4️⃣ SERVER STATUS AMAN */
    .server-status-pill {
        font-size: 28px !important;
        padding: 24px 40px !important;
        font-weight: 900 !important;
    }

    /* =================================================
   FINAL KILL SWITCH – CHIP WAR STRIP
   HILANGKAN SEMUA KEDIP & GERAK
   ================================================= */

    /* 1. Matikan SEMUA animasi & efek di chip war */
    .chip-strip-bar,
    .chip-strip-bar-fill,
    .chip-strip-bar *,
    .chip-strip-bar-fill *,
    .chip-strip-bar::before,
    .chip-strip-bar::after,
    .chip-strip-bar-fill::before,
    .chip-strip-bar-fill::after {
        animation: none !important;
        transition: none !important;
        filter: none !important;
        box-shadow: none !important;
        content: none !important;
    }

    /* 2. Kunci bentuk bar */
    .chip-strip-bar {
        height: 46px !important;
        border-radius: 999px !important;
        overflow: hidden !important;
        background: #141417 !important;
        border: 1px solid rgba(255, 180, 80, .35) !important;
    }

    /* 3. Bar fill STABIL (TANPA GERAK) */
    .chip-strip-bar-fill {
        height: 100% !important;
        border-radius: inherit !important;
        opacity: 1 !important;
    }

    /* 4. Warna final bersih */
    .chip-strip-bar-fill.acc {
        background: linear-gradient(90deg, #ffb347, #ff6a00, #ff2a00) !important;
    }

    .chip-strip-bar-fill.bell {
        background: linear-gradient(90deg, #7ce3ff, #1cb4ff, #0066ff) !important;
    }

    .chip-strip-bar-fill.cora {
        background: linear-gradient(90deg, #ffd1ff, #e660ff, #b400ff) !important;
    }

    .status-strip {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 12px;
    }

    .status-icon {
        width: 38px;
        height: 38px;
    }

    .status-icon img {
        width: 100%;
    }

    /* BAR */
    .status-bar {
        flex: 1;
        height: 26px;
        background: #2b0f08;
        border-radius: 4px;
        overflow: hidden;
        position: relative;
    }

    /* FIRE FILL */
    .status-fill {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 13px;
        color: #fff;
        position: relative;
        z-index: 2;
    }

    /* FIRE GRADIENT + FLOW */
    .fire-flow {
        background:
            linear-gradient(120deg,
                #ff9800 0%,
                #ff5722 20%,
                #ffeb3b 40%,
                #ff5722 60%,
                #ff9800 80%);
        background-size: 300% 100%;
        animation: fireMove 4s linear infinite;
    }

    /* ANIMASI API JALAN */
    @keyframes fireMove {
        from {
            background-position: 0% 50%;
        }

        to {
            background-position: 300% 50%;
        }
    }

    /* TEKS DI ATAS API */
    .status-fill span {
        position: relative;
        z-index: 3;
        text-shadow: 0 0 6px rgba(0, 0, 0, .8);
    }

    /* =========================================================
   FINAL CLEAN BASE – NO ANIMATION, NO BLINK
   TARUH PALING BAWAH CSS
   ========================================================= */

    /* 1️⃣ MATIKAN SEMUA ANIMASI, TRANSISI, FILTER */
    .status-strip *,
    .status-strip *::before,
    .status-strip *::after {
        animation: none !important;
        transition: none !important;
        filter: none !important;
        backdrop-filter: none !important;
    }

    /* 2️⃣ MATIKAN KHUSUS BAR */
    .race-bar,
    .race-bar-fill,
    .chip-strip-bar,
    .chip-strip-bar-fill,
    .status-bar,
    .status-fill {
        animation: none !important;
        transition: none !important;
        box-shadow: none !important;
        filter: none !important;
    }

    /* 3️⃣ MATIKAN SEMUA PSEUDO ELEMENT */
    .race-bar::before,
    .race-bar::after,
    .race-bar-fill::before,
    .race-bar-fill::after,
    .chip-strip-bar::before,
    .chip-strip-bar::after,
    .chip-strip-bar-fill::before,
    .chip-strip-bar-fill::after,
    .status-fill::before,
    .status-fill::after {
        content: none !important;
        display: none !important;
    }

    .race-bar {
        height: 46px !important;
        border-radius: 999px !important;
        background: #141417 !important;
        overflow: hidden !important;
        border: 1px solid rgba(255, 180, 80, .35);
    }

    .race-bar-fill {
        height: 100% !important;
        border-radius: inherit !important;
    }

    .race-bar {
        height: 46px !important;
        border-radius: 999px !important;
        background: #141417 !important;
        overflow: hidden !important;
        border: 1px solid rgba(255, 180, 80, .35);
    }

    .race-bar-fill {
        height: 100% !important;
        border-radius: inherit !important;
    }

    .chip-strip-bar {
        height: 46px !important;
        border-radius: 999px !important;
        background: #141417 !important;
        overflow: hidden !important;
        border: 1px solid rgba(255, 180, 80, .35);
    }

    .chip-strip-bar-fill {
        height: 100% !important;
        border-radius: inherit !important;
    }

    /* ACCRETIA */
    .race-bar-fill.acc,
    .chip-strip-bar-fill.acc {
        background: linear-gradient(90deg, #ffb347, #ff6a00, #ff2a00) !important;
    }

    /* BELLATO */
    .race-bar-fill.bell,
    .chip-strip-bar-fill.bell {
        background: linear-gradient(90deg, #7ce3ff, #1cb4ff, #0066ff) !important;
    }

    /* CORA */
    .race-bar-fill.cora,
    .chip-strip-bar-fill.cora {
        background: linear-gradient(90deg, #ffd1ff, #e660ff, #b400ff) !important;
    }
	/* FIX: HILANGKAN RUANG KOSONG DI BAWAH */
html, body {
    height: auto !important;
    min-height: 100% !important;
}

.main,
.main-grid,
.content-area {
    min-height: unset !important;
    height: auto !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

/* Footer nempel natural */
.footer {
    position: relative !important;
    margin-top: 20px !important;
}/* HANYA BODY YANG BOLEH SCROLL */
html {
    overflow-y: auto !important;
}

body {
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

/* MATIKAN SCROLL DALAM */
.main,
.container,
.main-grid,
.content-area,
.sidebar {
    overflow: visible !important;
}/* ANTI SCROLL DALAM PAKSA */
* {
    scrollbar-width: auto;
}

.main::-webkit-scrollbar,
.container::-webkit-scrollbar,
.main-grid::-webkit-scrollbar {
    display: none;
}