/* ==========================================================================
   HEIPPY ID — DESAIN SISTEM V6.0 (ELEGANCE ROYALE, ZERO NEON AI & NO LEFT BARS)
   - Warna biru elegan bergayaeditorial modern (Nordic Sky Azure #38bdf8 & #2563eb)
   - Penghapusan garis-garis dan buletan di samping teks sebelah kiri
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@600;700;800;900&family=Noto+Sans+JP:wght@400;500;700;900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');

:root {
    --bg-main: #06090e;
    --bg-surface: rgba(14, 19, 28, 0.88);
    --bg-card: rgba(22, 29, 42, 0.85);
    /* BIRU ELEGANCY: BUKAN BIRU NEON AI, MELAINKAN AZURE & ROYAL SLATE ELEGAN */
    --accent-cyan: #38bdf8;
    --accent-blue: #2563eb;
    --accent-magenta: #f43f5e;
    --text-primary: #f8fafc;
    --text-secondary: #cbd5e1;
    --text-muted: #64748b;
    --border-subtle: rgba(255, 255, 255, 0.12);
    --border-glow: rgba(56, 189, 248, 0.35);
    --font-heading: 'Orbitron', 'Noto Sans JP', sans-serif;
    --font-body: 'Zen Kaku Gothic New', 'Noto Sans JP', sans-serif;
}

[data-theme="light"] {
    --bg-main: #f1f5f9;
    --bg-surface: rgba(255, 255, 255, 0.92);
    --bg-card: rgba(241, 245, 249, 0.88);
    --accent-cyan: #0284c7;
    --accent-blue: #1d4ed8;
    --accent-magenta: #e11d48;
    --text-primary: #0f172a;
    --text-secondary: #334155;
    --text-muted: #64748b;
    --border-subtle: rgba(0, 0, 0, 0.12);
    --border-glow: rgba(2, 132, 199, 0.35);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: var(--bg-main);
    color: var(--text-primary);
    font-family: var(--font-body);
    overflow-x: hidden;
    line-height: 1.6;
    position: relative;
}

/* KANVAS LATAR KUCING MINIMALIS BERPUTAR DI DALAM Z-INDEX -10 MUTLAK */
.global-cat-bg {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: -10 !important;
    pointer-events: none !important;
    opacity: 0.5;
}

/* SELURUH ELEMEN ANTARMUKA DIJAMIN 100% TERLIHAT DAN DI ATAS LATAR BELAKANG */
main, header, nav, footer, section, div.navbar-clean, div.hero-frame-container, div.content-fluid-section, .trivia-item-card, .profile-minimal-col, .coverflow-clean-box, .artwork-item-clean, .stream-card-minimal {
    position: relative;
    z-index: 100;
}

.content-fluid-section {
    max-width: 1240px;
    margin: 0 auto;
    padding: 70px 32px;
    position: relative;
    z-index: 100;
    background: transparent;
}

/* NAVBAR MINIMALIS TENSI TINGGI */
.navbar-clean {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 72px;
    background: var(--bg-surface);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border-subtle);
    z-index: 1000;
}

.navbar-inner-clean {
    max-width: 1240px;
    height: 100%;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-brand-clean {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    color: var(--text-primary);
}

.nav-logo-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--accent-cyan);
    box-shadow: 0 4px 14px rgba(56, 189, 248, 0.25);
    background: #000;
}

.brand-title-clean {
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    color: var(--text-primary);
}

.nav-links-clean {
    display: flex;
    align-items: center;
    gap: 16px;
}

.mobile-hamburger-btn {
    display: none !important;
}

.nav-social-group {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 10px !important;
    white-space: nowrap !important;
}

#langToggleBtn, #soundToggleBtn, #themeToggleBtn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 34px !important;
    padding: 0 10px !important;
    white-space: nowrap !important;
}



.nav-item-clean {
    font-family: var(--font-heading);
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--text-secondary);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all 0.25s ease;
}

.nav-item-clean:hover, .nav-item-clean.active {
    color: var(--accent-cyan);
    text-shadow: 0 0 10px rgba(56, 189, 248, 0.35);
}

.nav-icon-link {
    color: var(--text-secondary);
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
}

.nav-icon-link:hover {
    color: var(--accent-cyan);
    transform: scale(1.12);
}

.btn-theme-minimal {
    background: none;
    border: 1px solid var(--border-subtle);
    border-radius: 8px;
    padding: 8px;
    color: var(--text-primary);
    cursor: pointer;
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-theme-minimal:hover {
    border-color: var(--accent-cyan);
    color: var(--accent-cyan);
    box-shadow: 0 4px 12px rgba(56, 189, 248, 0.2);
}

/* HERO SECTION FRAME ARSITEK (YOUTUBE JIKOSHOUKAI NO-LOOP & MUTED AUTOPLAY) */
.hero-frame-container {
    padding: 96px 32px 40px;
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
}

.hero-frame-box {
    position: relative;
    width: 100%;
    height: 580px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--border-glow);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.55);
    background: #000;
}

.hero-youtube-embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    z-index: 2;
}

.hero-content-minimal {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 28px 48px;
    background: linear-gradient(0deg, rgba(6,9,14,0.95) 0%, rgba(6,9,14,0.7) 65%, transparent 100%);
    z-index: 5;
    pointer-events: none; /* AGAR KLIK UNMUTE DI KONTROL YOUTUBE LANCAR MASYHUR */
}

.hero-anime-title {
    font-family: var(--font-heading);
    font-size: 3.2rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: 4px;
    line-height: 1.1;
    margin-bottom: 8px;
}

.hero-anime-sub {
    font-size: 1.05rem;
    color: #e2e8f0;
    max-width: 720px;
    line-height: 1.6;
}

/* GRID LAYOUT & CARDS DENGAN TRANSLUSENSI AMAN DARI LATAR KUCING */
.fluid-grid-row {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 36px;
    align-items: stretch;
    position: relative;
    z-index: 100;
}

@media (max-width: 900px) {
    .fluid-grid-row {
        grid-template-columns: 1fr;
    }
    .hero-frame-box {
        height: 440px;
    }
    .hero-anime-title {
        font-size: 2.2rem;
    }
    .hero-content-minimal {
        padding: 20px 24px;
    }
}

/* PENGHAPUSAN GARIS DAN BULETAN DI SAMPING TULISAN SEBELAH KIRI (POIN 3) */
.section-title-minimal {
    font-family: var(--font-heading);
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 28px;
    letter-spacing: 2px;
    color: var(--text-primary);
    /* BORDER-LEFT DAN PADDING DIHAPUS SUPAYA BERSIH TANPA GARIS */
    border-left: none !important;
    padding-left: 0 !important;
}

.profile-minimal-col {
    background: var(--bg-card);
    backdrop-filter: blur(16px);
    padding: 36px;
    border-radius: 16px;
    border: 1px solid var(--border-subtle);
    box-shadow: 0 12px 32px rgba(0,0,0,0.4);
    position: relative;
    z-index: 100;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.motto-text-minimal {
    font-family: var(--font-heading);
    font-size: 1.38rem;
    font-style: italic;
    color: var(--accent-cyan);
    margin-bottom: 18px;
    line-height: 1.5;
    /* BORDER-LEFT DAN PADDING DIHAPUS SUPAYA BERSIH TANPA GARIS DEKORATIF */
    border-left: none !important;
    padding-left: 0 !important;
}

.bio-text-minimal {
    font-size: 1.05rem;
    color: var(--text-secondary);
    margin-bottom: 24px;
    line-height: 1.7;
}

.anime-tag-pill {
    display: inline-block;
    background: rgba(56, 189, 248, 0.12);
    color: var(--accent-cyan);
    font-family: var(--font-heading);
    font-size: 0.82rem;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 20px;
    border: 1px solid rgba(56, 189, 248, 0.35);
    margin-right: 8px;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.profile-meta-table {
    margin-top: 18px;
    border-top: 1px solid var(--border-subtle);
    padding-top: 16px;
}

.meta-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.08);
    font-size: 0.96rem;
}

.meta-label {
    font-family: var(--font-heading);
    font-size: 0.82rem;
    color: var(--text-muted);
    letter-spacing: 1px;
}

.meta-val {
    font-weight: 700;
    color: var(--text-primary);
}

.meta-link {
    color: var(--accent-cyan);
    text-decoration: none;
    font-weight: 700;
    transition: text-shadow 0.2s;
}
.meta-link:hover {
    text-shadow: 0 0 8px var(--accent-cyan);
}

/* KARTU POTRET HEIDI TRAINEE (TANPA BULETAN SEBELAH KIRI) */
.trainee-portrait-card {
    background: var(--bg-card);
    backdrop-filter: blur(16px);
    border: 1px solid var(--border-glow);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(0,0,0,0.5);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 100;
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
}

.portrait-header {
    background: rgba(56, 189, 248, 0.12);
    padding: 15px 22px;
    border-bottom: 1px solid var(--border-subtle);
    display: flex;
    align-items: center;
    /* TANPA BULETAN ATAU DOT DI SAMPING KIRI */
}

.portrait-header-title {
    font-family: var(--font-heading);
    font-size: 0.88rem;
    font-weight: 800;
    color: var(--text-primary);
    letter-spacing: 1.5px;
}

.portrait-img-box {
    width: 100%;
    height: 480px;
    overflow: hidden;
    background: #000;
    position: relative;
}

.portrait-img-full {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.trainee-portrait-card:hover .portrait-img-full {
    transform: scale(1.05);
}

.portrait-footer-caption {
    padding: 15px 22px;
    background: var(--bg-surface);
    border-top: 1px solid var(--border-subtle);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.caption-name {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 800;
    color: var(--accent-cyan);
}

.caption-role {
    font-size: 0.85rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* TATA LETAK SIARAN LANGSUNG RAPI (ANTI-KEGEDEAN FOTO!) */
.live-stream-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 360px));
    gap: 28px;
    justify-content: flex-start;
    align-items: stretch;
    position: relative;
    z-index: 100;
}

.stream-card-minimal {
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    border-radius: 16px;
    padding: 22px;
    backdrop-filter: blur(16px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease, border-color 0.3s ease;
    width: 100%;
    max-width: 360px;
    box-shadow: 0 10px 28px rgba(0,0,0,0.38);
}

.stream-card-minimal:hover {
    transform: translateY(-5px);
    border-color: var(--accent-cyan);
    box-shadow: 0 16px 40px rgba(56, 189, 248, 0.22);
}

.stream-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

.platform-label {
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--text-primary);
    letter-spacing: 1px;
}

.badge {
    font-family: var(--font-heading);
    font-size: 0.75rem;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.badge-onair {
    background: rgba(244, 63, 94, 0.2);
    color: var(--accent-magenta);
    border: 1px solid var(--accent-magenta);
}

.badge-offline {
    background: rgba(100, 116, 139, 0.15);
    color: var(--text-muted);
    border: 1px solid var(--border-subtle);
}

.stream-visual-wrap {
    width: 100%;
    height: 190px !important;
    max-height: 190px !important;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 16px;
    border: 1px solid var(--border-subtle);
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.live-img-fit {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block;
    transition: transform 0.4s ease;
}

.stream-card-minimal:hover .live-img-fit {
    transform: scale(1.05);
}

.stream-room-title {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 6px;
}

.stream-room-desc {
    font-size: 0.88rem;
    color: var(--text-secondary);
    margin-bottom: 20px;
    flex: 1;
}

.btn-clean-action {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: rgba(56, 189, 248, 0.14);
    color: var(--accent-cyan);
    border: 1px solid var(--accent-cyan);
    padding: 10px 18px;
    font-family: var(--font-heading);
    font-size: 0.85rem;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.25s ease;
}

.btn-clean-action:hover {
    background: var(--accent-cyan);
    color: #000;
    box-shadow: 0 4px 16px rgba(56, 189, 248, 0.4);
}

/* TRIVIA / FUN FACTS GRID ELEGAN (TANPA GARIS BORDER KIRI) */
.trivia-grid-clean {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 24px;
    position: relative;
    z-index: 100;
}

.trivia-item-card {
    background: rgba(18, 24, 34, 0.92);
    backdrop-filter: blur(14px);
    border: 1px solid var(--border-subtle);
    /* BORDER-LEFT DIHAPUS MUTLAK SAAT INI */
    border-left: 1px solid var(--border-subtle) !important;
    border-radius: 12px;
    padding: 22px 24px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(0,0,0,0.35);
    position: relative;
    z-index: 100;
}

.trivia-item-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(56, 189, 248, 0.2);
    border-color: var(--accent-cyan);
}

.trivia-badge {
    font-family: var(--font-heading);
    font-size: 0.85rem;
    color: var(--accent-cyan);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: 800;
}

.trivia-text {
    font-size: 0.96rem;
    color: var(--text-primary);
    line-height: 1.68;
}

/* BUTTONS MINIMALIS ELEGANCY */
.btn-action-minimal {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(56, 189, 248, 0.14);
    color: var(--accent-cyan);
    border: 1px solid var(--accent-cyan);
    padding: 12px 26px;
    font-family: var(--font-heading);
    font-size: 0.9rem;
    font-weight: 700;
    border-radius: 10px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-action-minimal:hover {
    background: var(--accent-cyan);
    color: #000;
    box-shadow: 0 4px 18px rgba(56, 189, 248, 0.45);
    transform: translateY(-2px);
}

.coverflow-clean-box {
    position: relative;
    width: 100%;
    height: 480px !important;
    min-height: 480px !important;
    margin-bottom: 24px;
    overflow: hidden;
    border-radius: 20px;
    background: rgba(12, 16, 24, 0.85);
    border: 1px solid var(--border-subtle);
    backdrop-filter: blur(14px);
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 20px !important;
    box-shadow: 0 16px 40px rgba(0,0,0,0.6);
}

#diaryCarousel, .gallery-slider-wrapper {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 440px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.gallery-slider-img {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 320px !important;
    max-width: 90% !important;
    height: 440px !important;
    object-fit: cover !important;
    border-radius: 18px !important;
    border: 2px solid var(--accent-cyan) !important;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.65) !important;
    transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out !important;
}

.empty-schedule-state {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    padding: 36px 24px !important;
    background: rgba(15, 23, 42, 0.9) !important;
    border: 1px dashed #38bdf8 !important;
    border-radius: 16px !important;
    text-align: center !important;
    font-family: var(--font-heading) !important;
    font-size: 1.15rem !important;
    font-weight: 700 !important;
    color: #38bdf8 !important;
    backdrop-filter: blur(12px) !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5) !important;
}

/* HORIZONTAL TEATER CARD CLEAN (PRESISI SESUAI WEBSITE RESMI JKT48) */
.schedule-clean-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.sched-horizontal-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(15, 23, 42, 0.7);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    padding: 20px 24px;
    border: 1px solid var(--border-subtle);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
    transition: all 0.3s ease;
}

.sched-horizontal-card:hover {
    border-color: var(--accent-cyan);
    box-shadow: 0 10px 30px rgba(56, 189, 248, 0.2);
    transform: translateY(-2px);
}

.sched-date-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    border-right: 1px solid var(--border-subtle);
    padding-right: 20px;
}

.sched-day-num {
    font-family: var(--font-heading);
    font-size: 2.2rem;
    font-weight: 900;
    color: #e11d48;
    line-height: 1;
}

.sched-month-year {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--text-secondary);
    letter-spacing: 1px;
    margin-top: 4px;
}

.sched-info-col {
    flex: 1;
    padding: 0 24px;
}

.sched-meta-tags {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}

.sched-tag-pill {
    background: rgba(225, 29, 72, 0.15);
    color: #f43f5e;
    border: 1px solid rgba(225, 29, 72, 0.3);
    font-size: 0.75rem;
    font-weight: 700;
    padding: 2px 10px;
    border-radius: 12px;
}

.sched-tag-show {
    background: rgba(56, 189, 248, 0.15);
    color: var(--accent-cyan);
    font-size: 0.75rem;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 12px;
}

.sched-title-clean {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 800;
    color: #ffffff;
    margin: 4px 0;
}

.sched-time-clean {
    font-size: 0.88rem;
    color: var(--text-secondary);
}

.btn-detail-clean {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    border: 1.5px solid #e11d48;
    border-radius: 24px;
    color: #e11d48;
    background: transparent;
    font-family: var(--font-heading);
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.btn-detail-clean:hover {
    background: #e11d48;
    color: #ffffff;
    box-shadow: 0 4px 16px rgba(225, 29, 72, 0.4);
}

@media (max-width: 768px) {
    .sched-horizontal-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .sched-date-col {
        border-right: none;
        border-bottom: 1px solid var(--border-subtle);
        padding-right: 0;
        padding-bottom: 12px;
        width: 100%;
        flex-direction: row;
        gap: 10px;
    }
    .sched-info-col {
        padding: 0;
    }
}
    letter-spacing: 2px;
    color: var(--accent-cyan);
    text-transform: uppercase;
}

.ticket-pass-badge {
    background: rgba(56, 189, 248, 0.2);
    color: #ffffff;
    border: 1px solid var(--accent-cyan);
    font-size: 0.72rem;
    font-weight: 800;
    padding: 3px 10px;
    border-radius: 12px;
    box-shadow: 0 0 12px rgba(56, 189, 248, 0.4);
}

.ticket-show-title {
    font-family: var(--font-heading);
    font-size: 1.3rem;
    font-weight: 900;
    color: #ffffff;
    margin: 10px 0 4px;
    line-height: 1.25;
}

.ticket-show-setlist {
    font-size: 0.88rem;
    color: var(--text-secondary);
    margin-bottom: 14px;
}

.ticket-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    background: rgba(255, 255, 255, 0.04);
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.ticket-info-item .lbl {
    font-size: 0.65rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ticket-info-item .val {
    font-family: var(--font-heading);
    font-size: 0.85rem;
    font-weight: 700;
    color: #ffffff;
    margin-top: 2px;
}

.ticket-barcode-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed rgba(255, 255, 255, 0.15);
}

.ticket-barcode-lines {
    width: 100%;
    height: 32px;
    background: repeating-linear-gradient(
        90deg,
        #ffffff,
        #ffffff 2px,
        transparent 2px,
        transparent 4px,
        #ffffff 4px,
        #ffffff 7px,
        transparent 7px,
        transparent 9px
    );
    opacity: 0.85;
    border-radius: 4px;
}

.ticket-barcode-num {
    font-family: monospace;
    font-size: 0.72rem;
    color: var(--text-muted);
    letter-spacing: 3px;
    margin-top: 4px;
}

.btn-flip-ticket {
    width: 100%;
    padding: 9px;
    background: rgba(56, 189, 248, 0.12);
    border: 1px solid var(--accent-cyan);
    border-radius: 12px;
    color: var(--accent-cyan);
    font-family: var(--font-heading);
    font-size: 0.82rem;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 8px;
}

.btn-flip-ticket:hover {
    background: var(--accent-cyan);
    color: #000000;
    box-shadow: 0 4px 16px rgba(56, 189, 248, 0.4);
}
    background: var(--bg-card);
    color: var(--text-primary);
    border: 1px solid var(--border-subtle);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
}

.btn-slider-minimal:hover {
    border-color: var(--accent-cyan);
    color: var(--accent-cyan);
    box-shadow: 0 4px 14px rgba(56, 189, 248, 0.3);
    transform: scale(1.08);
}

/* FORMS & INPUTS */
.input-clean {
    width: 100%;
    background: var(--bg-surface);
    border: 1px solid var(--border-subtle);
    border-radius: 8px;
    padding: 12px 16px;
    color: var(--text-primary);
    font-family: var(--font-body);
    font-size: 0.95rem;
    margin-bottom: 14px;
    outline: none;
    transition: border-color 0.25s ease;
}

.input-clean:focus {
    border-color: var(--accent-cyan);
    box-shadow: 0 0 10px rgba(56, 189, 248, 0.2);
}

.letter-item-clean {
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    border-radius: 10px;
    padding: 18px;
    margin-bottom: 14px;
    position: relative;
    z-index: 100;
}

.letter-meta-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.letter-author {
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--accent-cyan);
}

.letter-time {
    font-size: 0.8rem;
    color: var(--text-muted);
}

.letter-text {
    font-size: 0.92rem;
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 10px;
}

.btn-pill-action {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.05);
    color: var(--text-primary);
    border: 1px solid var(--border-subtle);
    border-radius: 20px;
    padding: 4px 12px;
    font-size: 0.78rem;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-pill-action:hover {
    border-color: var(--accent-cyan);
    color: var(--accent-cyan);
}

.artwork-item-clean {
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 16px;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 100;
}

.artwork-item-clean:hover {
    transform: translateY(-3px);
    border-color: var(--border-glow);
}

.artwork-soon-box {
    width: 100%;
    height: 200px;
    background: radial-gradient(circle, rgba(25,34,46,0.85) 0%, rgba(10,14,20,0.95) 100%);
    border: 1px dashed var(--accent-cyan);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.soon-label-text {
    font-family: var(--font-heading);
    font-size: 1.6rem;
    font-weight: 800;
    letter-spacing: 6px;
    color: var(--accent-cyan);
    text-transform: uppercase;
}

.artwork-author {
    font-size: 0.82rem;
    color: var(--text-muted);
    display: block;
}

.artwork-name {
    font-family: var(--font-heading);
    font-size: 1.05rem;
    color: var(--text-primary);
    display: block;
    margin-top: 4px;
}

/* WIDGET HEIPPY AI POJOK KANAN BAWAH (ZERO TYPOS!) */
#aiTriggerBtn {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 9990;
    background: var(--accent-cyan);
    color: #05080e;
    border: none;
    border-radius: 35px;
    padding: 8px 22px 8px 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(56, 189, 248, 0.4);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

#aiTriggerBtn:hover {
    transform: scale(1.06);
    box-shadow: 0 12px 32px rgba(56, 189, 248, 0.55);
}

.ai-avatar-circle {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #000;
    background: #000;
}

.ai-trigger-label {
    font-family: var(--font-heading);
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 1px;
}

#aiChatModal {
    position: fixed;
    bottom: 85px;
    right: 28px;
    width: 360px;
    height: 480px;
    background: rgba(14, 19, 28, 0.96);
    backdrop-filter: blur(20px);
    border: 1px solid var(--border-glow);
    border-radius: 16px;
    z-index: 9995;
    display: none;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.6);
}

#aiChatModal.open {
    display: flex;
}

.ai-chat-header {
    background: rgba(56, 189, 248, 0.1);
    border-bottom: 1px solid var(--border-subtle);
    padding: 14px 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ai-header-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ai-status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #10b981;
    box-shadow: 0 0 8px #10b981;
}

.ai-title-text {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 800;
    color: var(--text-primary);
    letter-spacing: 1px;
}

.btn-ai-close {
    background: none;
    border: none;
    color: var(--text-secondary);
    font-size: 1.5rem;
    cursor: pointer;
}

.ai-messages-box {
    flex: 1;
    padding: 16px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ai-msg {
    max-width: 82%;
    padding: 10px 14px;
    border-radius: 12px;
    font-size: 0.9rem;
    line-height: 1.5;
}

.msg-bot {
    background: rgba(56, 189, 248, 0.12);
    color: var(--text-primary);
    border: 1px solid rgba(56, 189, 248, 0.25);
    align-self: flex-start;
    border-bottom-left-radius: 2px;
}

.msg-user {
    background: var(--accent-cyan);
    color: #05080e;
    font-weight: 600;
    align-self: flex-end;
    border-bottom-right-radius: 2px;
}

.ai-input-bar {
    padding: 12px;
    border-top: 1px solid var(--border-subtle);
    display: flex;
    gap: 8px;
    background: var(--bg-surface);
}

.ai-input-field {
    flex: 1;
    background: rgba(0,0,0,0.4);
    border: 1px solid var(--border-subtle);
    border-radius: 8px;
    padding: 10px 12px;
    color: var(--text-primary);
    outline: none;
}

.btn-ai-send {
    background: var(--accent-cyan);
    color: #05080e;
    border: none;
    border-radius: 8px;
    padding: 0 16px;
    font-family: var(--font-heading);
    font-weight: 700;
    cursor: pointer;
}

/* ANIMASI OPENING LUSION x CAVALLERY (PENGHAPUSAN MUTLAK KOTAK BINGKAI TEKS) */
#animeOpeningOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, #0e121a 0%, #030509 100%);
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: opacity 0.8s ease, transform 0.8s ease;
}

#spaceWarpCanvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#introSkipBtn {
    position: absolute;
    top: 36px;
    right: 36px;
    z-index: 10;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 25px;
    padding: 10px 22px;
    font-family: var(--font-heading);
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 2px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s;
}

#introSkipBtn:hover {
    background: var(--accent-cyan);
    color: #05080e;
    box-shadow: 0 0 20px rgba(56, 189, 248, 0.5);
}

#proceduralCatAvatar {
    position: absolute !important;
    z-index: 5;
    width: 280px;
    height: 250px;
    pointer-events: none;
    transition: transform 0.1s cubic-bezier(0.2, 0.8, 0.2, 1);
    top: 50%;
    left: 50%;
}

#introSpeechBox {
    position: absolute !important;
    top: 55% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 100000 !important;
    text-align: center !important;
    pointer-events: none !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.intro-speech-pure {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    color: #fff;
    font-family: var(--font-heading);
    font-weight: 900;
    letter-spacing: 4px;
    animation: bounceInCenter 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

.intro-text-massive {
    font-family: var(--font-heading);
    font-weight: 900;
    color: #fff;
    letter-spacing: 16px;
    text-shadow: 0 8px 36px rgba(56, 189, 248, 0.45), 0 16px 52px rgba(37, 99, 235, 0.3);
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    animation: zoomRevealCenter 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

@keyframes bounceInCenter {
    0% { transform: translate(-50%, -50%) scale(0.6); opacity: 0; }
    100% { transform: translate(-50%, -50%) scale(1); opacity: 1; }
}
@keyframes zoomRevealCenter {
    0% { transform: translate(-50%, -50%) scale(0.25); opacity: 0; filter: blur(25px); }
    100% { transform: translate(-50%, -50%) scale(1); opacity: 1; filter: blur(0); }
}

/* KEYFRAMES KUCING CHIBI LUCU TANPA BACKGROUND */
.tail-wag {
    transform-origin: 185px 130px;
    animation: catTailWag 2.6s ease-in-out infinite alternate;
}
@keyframes catTailWag {
    0% { transform: rotate(-16deg); }
    100% { transform: rotate(18deg); }
}
.ear-wiggle-left {
    transform-origin: 65px 55px;
    animation: earWiggleLeft 3.5s ease-in-out infinite;
}
@keyframes earWiggleLeft {
    0%, 85%, 100% { transform: rotate(0deg); }
    90% { transform: rotate(-10deg) scale(1.05); }
    95% { transform: rotate(5deg); }
}
.ear-wiggle-right {
    transform-origin: 195px 55px;
    animation: earWiggleRight 3.5s ease-in-out infinite 0.3s;
}
@keyframes earWiggleRight {
    0%, 85%, 100% { transform: rotate(0deg); }
    90% { transform: rotate(10deg) scale(1.05); }
    95% { transform: rotate(-5deg); }
}
.anime-blink {
    transform-origin: 130px 85px;
    animation: eyeBlink 4.5s infinite;
}
@keyframes eyeBlink {
    0%, 92%, 96%, 100% { transform: scaleY(1); }
    94% { transform: scaleY(0.08); }
}
.blush-pulse {
    animation: blushPulse 2s infinite alternate;
}
@keyframes blushPulse {
    0% { opacity: 0.5; transform: scale(0.95); }
    100% { opacity: 0.85; transform: scale(1.1); }
}
.paw-wave-cute {
    transform-origin: 78px 140px;
    animation: pawWave 0.9s ease-in-out infinite alternate;
}
@keyframes pawWave {
    0% { transform: rotate(-22deg) translate(-2px, 2px); }
    100% { transform: rotate(20deg) translate(2px, -4px); }
}
.floating-heart {
    animation: floatHeart 2.2s infinite ease-out;
    opacity: 0;
}
@keyframes floatHeart {
    0% { transform: translate(30px, 110px) scale(0.5); opacity: 1; }
    50% { transform: translate(15px, 60px) scale(1.2); opacity: 0.9; }
    100% { transform: translate(0px, 10px) scale(1.4); opacity: 0; }
}

/* FOOTER RESMI MEGAH TANPA GARIS KIRI (POIN 3) */
.footer-container {
    background: var(--bg-surface);
    border-top: 1px solid var(--border-subtle);
    padding: 70px 32px 30px;
    position: relative;
    z-index: 100;
    margin-top: 80px;
}

.footer-inner {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1.2fr;
    gap: 48px;
    margin-bottom: 48px;
}

@media (max-width: 850px) {
    .footer-inner {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .intro-speech-pure {
        font-size: 2.4rem !important;
    }
    .intro-text-massive {
        font-size: 4.2rem !important;
    }
    .gallery-card-side {
        display: none;
    }
    .live-stream-grid {
        grid-template-columns: 1fr;
    }
    .stream-card-minimal {
        max-width: 100%;
    }
}

.footer-col {
    display: flex;
    flex-direction: column;
}

.footer-header-img {
    width: 72px;
    height: 72px;
    border-radius: 12px;
    object-fit: cover;
    border: 2px solid var(--accent-cyan);
    box-shadow: 0 4px 16px rgba(56, 189, 248, 0.3);
    margin-bottom: 18px;
}

.footer-desc {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.7;
    max-width: 420px;
}

.footer-heading {
    font-family: var(--font-heading);
    font-size: 1.08rem;
    font-weight: 800;
    color: var(--text-primary);
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    /* TANPA GARIS BORDER-LEFT DALAM POIN 3 */
    border-left: none !important;
    padding-left: 0 !important;
}

.footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-links li a {
    color: var(--text-secondary);
    text-decoration: none;
    font-size: 0.94rem;
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-links li a:hover {
    color: var(--accent-cyan);
    transform: translateX(6px);
}

.footer-bottom {
    max-width: 1240px;
    margin: 0 auto;
    padding-top: 28px;
    border-top: 1px solid var(--border-subtle);
    text-align: center;
    font-size: 0.88rem;
    color: var(--text-muted);
    letter-spacing: 0.5px;
}

.lusion-reveal {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
}

.lusion-reveal.revealed {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* ==========================================================================
   HEIPPY ID V8.2: STYLE JADWAL, NEWS TICKER, FCFS WAR, & COUNTDOWN
   ========================================================================== */
.news-ticker-bar {
    background: var(--bg-surface);
    border-bottom: 1px solid var(--border-subtle);
    height: 36px;
    display: flex;
    align-items: center;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}
.ticker-inner {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 32px;
}
.ticker-label {
    font-family: var(--font-heading);
    font-size: 0.78rem;
    font-weight: 800;
    background: var(--accent-blue);
    color: #fff;
    padding: 3px 10px;
    border-radius: 6px;
    margin-right: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    flex-shrink: 0;
}
.ticker-track {
    display: flex;
    gap: 32px;
    white-space: nowrap;
    overflow: hidden;
    color: var(--text-secondary);
    font-size: 0.88rem;
}
.ticker-item-link {
    color: var(--text-primary);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
}
.ticker-item-link:hover {
    color: var(--accent-cyan);
}

.floating-live-banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, #e11d48 0%, #be123c 50%, #881337 100%);
    color: #fff;
    z-index: 999999;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 8px 32px rgba(225, 29, 72, 0.5);
    font-family: var(--font-heading);
    font-weight: 700;
    letter-spacing: 0.5px;
    animation: slideDownBanner 0.4s ease-out forwards;
}
@keyframes slideDownBanner {
    0% { transform: translateY(-100%); }
    100% { transform: translateY(0); }
}
.btn-live-watch-now {
    background: #fff;
    color: #e11d48;
    font-weight: 800;
    padding: 6px 16px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 0.82rem;
    text-transform: uppercase;
    transition: all 0.25s ease;
    border: none;
    cursor: pointer;
}
.btn-live-watch-now:hover {
    transform: scale(1.05);
    box-shadow: 0 0 16px #fff;
}

.sts-countdown-widget {
    background: linear-gradient(135deg, rgba(14,23,38,0.95) 0%, rgba(30,41,59,0.95) 100%);
    border: 1px solid var(--accent-cyan);
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}
.countdown-title {
    font-family: var(--font-heading);
    font-size: 1.3rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
}
.countdown-sub {
    font-size: 0.92rem;
    color: var(--accent-cyan);
    margin-top: 4px;
}
.countdown-timer-box {
    display: flex;
    gap: 16px;
}
.time-unit-col {
    background: rgba(0,0,0,0.45);
    border: 1px solid var(--border-subtle);
    border-radius: 10px;
    padding: 12px 18px;
    text-align: center;
    min-width: 76px;
}
.time-num {
    font-family: var(--font-heading);
    font-size: 1.6rem;
    font-weight: 900;
    color: #fff;
    line-height: 1;
}
.time-lbl {
    font-size: 0.72rem;
    color: var(--text-muted);
    text-transform: uppercase;
    margin-top: 4px;
    letter-spacing: 1px;
}

.schedule-clean-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 24px;
}
.schedule-card-item {
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    border-radius: 14px;
    padding: 24px;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.schedule-card-item:hover {
    transform: translateY(-5px);
    border-color: var(--accent-cyan);
    box-shadow: 0 12px 32px rgba(56, 189, 248, 0.15);
}
.schedule-date-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px dashed var(--border-subtle);
}
.show-date-text {
    font-family: var(--font-heading);
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--accent-cyan);
}
.show-time-text {
    font-size: 0.85rem;
    color: var(--text-secondary);
}
.show-title {
    font-family: var(--font-heading);
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 8px;
    line-height: 1.35;
}
.show-setlist {
    font-size: 0.88rem;
    color: var(--text-secondary);
    margin-bottom: 18px;
}
.fcfs-tag-badge {
    display: inline-block;
    background: linear-gradient(90deg, #f59e0b 0%, #d97706 100%);
    color: #000;
    font-family: var(--font-heading);
    font-size: 0.75rem;
    font-weight: 900;
    padding: 5px 12px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 0 12px rgba(245, 158, 11, 0.4);
}
.std-ticket-badge {
    display: inline-block;
    background: var(--bg-surface);
    color: var(--text-secondary);
    border: 1px solid var(--border-subtle);
    font-size: 0.78rem;
    padding: 5px 12px;
    border-radius: 6px;
}
.empty-schedule-state {
    background: var(--bg-card);
    border: 1px dashed var(--border-subtle);
    border-radius: 16px;
    padding: 38px;
    text-align: center;
    font-family: var(--font-heading);
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--accent-cyan);
    letter-spacing: 0.5px;
    width: 100%;
    grid-column: 1 / -1;
}

/* ==========================================================================
   HEIPPY ID: 3D HOLOGRAPHIC KTA CARD
   ========================================================================== */
.kta-scene {
    perspective: 1200px;
    width: 100%;
    max-width: 320px;
    height: 180px;
    margin: 0 auto;
}

.kta-card-3d {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.1s ease-out; /* Smooth tilt tracking */
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 100%), #1a1a2e;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(56, 189, 248, 0.4);
    box-shadow: 0 15px 35px rgba(0,0,0,0.5), inset 0 0 0 1px rgba(255,255,255,0.1);
    overflow: hidden;
    cursor: crosshair;
}

/* Holographic Glare overlay */
.kta-card-3d::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    border-radius: 16px;
    background: linear-gradient(105deg, 
        transparent 20%, 
        rgba(56, 189, 248, 0.5) 25%, 
        rgba(255, 255, 255, 0.6) 30%, 
        transparent 35%
    );
    background-size: 200% 200%;
    background-position: var(--x, 100%) var(--y, 100%);
    mix-blend-mode: color-dodge;
    pointer-events: none;
    transition: background-position 0.1s ease-out, opacity 0.3s;
    opacity: 0.8;
}

.kta-content {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 2;
    transform: translateZ(40px); /* 3D Pop out */
}

.kta-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.kta-logo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--accent-cyan);
}

.kta-title {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 800;
    color: var(--accent-cyan);
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(56,189,248,0.5);
}

.kta-body {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.kta-info {
    flex-grow: 1;
}

.kta-name {
    font-family: var(--font-heading);
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}

.kta-number {
    font-family: monospace;
    font-size: 0.95rem;
    color: var(--accent-cyan);
    letter-spacing: 2px;
}

.kta-photo {
    width: 65px;
    height: 65px;
    border-radius: 12px;
    object-fit: cover;
    border: 2px solid var(--accent-cyan);
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    background: #111;
}

/* ==========================================================================
   HEIPPY ID: VIRTUAL EXHIBITION MUSEUM (STEP 8)
   ========================================================================== */
.museum-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    padding: 20px 0;
    perspective: 1200px;
}

.museum-frame {
    position: relative;
    background: #000;
    border: 15px solid #111; /* Bingkai Hitam Klasik */
    border-bottom-width: 25px; /* Bingkai lebih tebal di bawah */
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.9), 
        inset 0 0 10px rgba(255,255,255,0.2), 
        0 0 0 1px #333; /* Glow bingkai tipis */
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.6s ease;
    cursor: pointer;
}

.museum-frame::before {
    /* Plat nama Museum */
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 6px;
    background: #d4af37; /* Emas */
    border-radius: 2px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.8);
}

.museum-frame:hover {
    transform: translateZ(50px) rotateY(-5deg) scale(1.05);
    box-shadow: 
        -20px 20px 50px rgba(0,0,0,0.9),
        0 0 30px rgba(56, 189, 248, 0.3); /* Cahaya sorot biru museum */
}

.museum-art {
    width: 100%;
    height: 350px;
    object-fit: cover;
    display: block;
    filter: brightness(0.9) contrast(1.1);
    transition: filter 0.4s;
}

.museum-frame:hover .museum-art {
    filter: brightness(1.1) contrast(1.2);
}

/* Spot light effect */
.museum-spotlight {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: radial-gradient(circle at 50% 0%, rgba(255,255,255,0.15) 0%, transparent 60%);
    pointer-events: none;
    z-index: 2;
}

.museum-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
    padding: 40px 15px 15px;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s ease;
    text-align: center;
    z-index: 3;
}

.museum-frame:hover .museum-meta {
    opacity: 1;
    transform: translateY(0);
}

.museum-title {
    font-family: var(--font-heading);
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 5px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.8);
}

.museum-creator {
    font-family: monospace;
    color: var(--accent-cyan);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ==========================================================================
   HEIPPY ID V12.0: FOOTER 4-KOLOM & LEGAL MODAL / COOKIE CONSENT STYLES
   ========================================================================== */
.footer-inner {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1.1fr 1.2fr !important;
    gap: 36px;
    margin-bottom: 48px;
}

@media (max-width: 992px) {
    .footer-inner {
        grid-template-columns: 1fr 1fr !important;
        gap: 32px;
    }
}

@media (max-width: 600px) {
    .footer-inner {
        grid-template-columns: 1fr !important;
        gap: 28px;
    }
}

/* LEGAL MODAL OVERLAY & BOX */
.legal-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(2, 6, 23, 0.92);
    backdrop-filter: blur(16px);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.35s ease;
}

.legal-modal-overlay.open {
    opacity: 1;
    pointer-events: all;
}

.legal-modal-box {
    width: 100%;
    max-width: 750px;
    max-height: 85vh;
    background: #0f172a;
    border: 1px solid var(--border-glow);
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.7);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.legal-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    background: rgba(15, 23, 42, 0.95);
    border-bottom: 1px solid var(--border-subtle);
}

.legal-modal-tabs {
    display: flex;
    gap: 8px;
    overflow-x: auto;
}

.legal-tab-btn {
    background: transparent;
    color: var(--text-secondary);
    border: 1px solid transparent;
    padding: 8px 16px;
    border-radius: 12px;
    font-family: var(--font-heading);
    font-size: 0.85rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.25s ease;
    white-space: nowrap;
}

.legal-tab-btn.active {
    background: rgba(56, 189, 248, 0.15);
    color: var(--accent-cyan);
    border-color: var(--accent-cyan);
}

.legal-modal-close {
    background: none;
    border: none;
    color: #94a3b8;
    font-size: 2rem;
    cursor: pointer;
    line-height: 1;
    transition: color 0.2s;
}

.legal-modal-close:hover {
    color: #fff;
}

.legal-modal-body {
    padding: 28px;
    overflow-y: auto;
    color: var(--text-primary);
    line-height: 1.7;
    font-size: 0.95rem;
}

.legal-tab-content {
    display: none;
}

.legal-tab-content.active {
    display: block;
}

.legal-tab-content h3 {
    font-family: var(--font-heading);
    color: var(--accent-cyan);
    font-size: 1.35rem;
    margin-bottom: 6px;
}

.legal-date {
    font-size: 0.8rem;
    color: var(--text-muted);
    margin-bottom: 18px;
    font-style: italic;
}

.legal-tab-content h4 {
    color: var(--text-primary);
    font-family: var(--font-heading);
    font-size: 1rem;
    margin-top: 20px;
    margin-bottom: 8px;
}

.legal-tab-content ul {
    padding-left: 20px;
    margin-top: 10px;
}

/* FLOATING COOKIE CONSENT BANNER */
.cookie-banner-floating {
    position: fixed;
    bottom: 24px;
    left: 24px;
    right: 24px;
    max-width: 680px;
    margin: 0 auto;
    background: rgba(15, 23, 42, 0.96);
    backdrop-filter: blur(20px);
    border: 1px solid var(--accent-cyan);
    border-radius: 16px;
    padding: 16px 22px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.6);
    z-index: 9998;
    animation: cookieSlideUp 0.5s ease;
}

@keyframes cookieSlideUp {
    from { transform: translateY(100px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.cookie-banner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.cookie-banner-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
    min-width: 260px;
}

.cookie-banner-text strong {
    color: var(--accent-cyan);
    font-size: 0.92rem;
}

.cookie-banner-text span {
    color: var(--text-secondary);
    font-size: 0.85rem;
    line-height: 1.5;
}

.cookie-banner-btns {
    display: flex;
    gap: 10px;
}

.btn-cookie-accept {
    background: linear-gradient(135deg, var(--accent-blue), var(--accent-cyan));
    color: #000;
    font-weight: 800;
    border: none;
    padding: 9px 18px;
    border-radius: 10px;
    font-size: 0.84rem;
    cursor: pointer;
    transition: all 0.25s ease;
}

.btn-cookie-accept:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(56, 189, 248, 0.4);
}

.btn-cookie-setting {
    background: transparent;
    color: var(--text-secondary);
    border: 1px solid var(--border-subtle);
    padding: 8px 16px;
    border-radius: 10px;
    font-size: 0.84rem;
    cursor: pointer;
    transition: all 0.25s ease;
}

.btn-cookie-setting:hover {
    border-color: var(--text-primary);
    color: var(--text-primary);
}

/* RESPONSIVE MOBILE NAVBAR HAMBURGER MENU FIX */
.mobile-menu-trigger {
    display: none;
    background: transparent;
    border: 1px solid var(--border-subtle);
    border-radius: 8px;
    color: var(--text-primary);
    font-size: 1.4rem;
    padding: 4px 10px;
    cursor: pointer;
    transition: all 0.25s ease;
}

.mobile-menu-trigger:hover {
    border-color: var(--accent-cyan);
    color: var(--accent-cyan);
}

@media (max-width: 768px) {
    .navbar-inner-clean {
        padding: 12px 16px;
        position: relative;
        justify-content: space-between;
    }

    .mobile-menu-trigger {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .nav-links-clean {
        display: none !important;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: rgba(12, 16, 24, 0.98);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        padding: 20px 24px;
        border-bottom: 1px solid rgba(56, 189, 248, 0.3);
        box-shadow: 0 16px 40px rgba(0, 0, 0, 0.85);
        gap: 16px;
        z-index: 9999;
    }

    .nav-links-clean.mobile-open {
        display: flex !important;
    }

    .nav-item-clean {
        font-size: 1.05rem;
        padding: 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

    .nav-social-group {
        padding-top: 8px;
        border-top: 1px dashed rgba(255, 255, 255, 0.15);
        justify-content: flex-start;
    }

    .hero-frame-container {
        padding-top: 80px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .hero-anime-title {
        font-size: 2rem !important;
    }

    main {
        padding-top: 75px !important;
    }

    .event-hero-banner {
        margin: 10px 10px 30px !important;
        padding: 40px 14px !important;
        border-radius: 18px !important;
    }
}

