        :root { 
            /* TEMA BOSS BABY */
            --bb-bg-main: #F0F4F8;       /* Latar belakang utama (Soft Grey) */
            --bb-blue: #7BAFD4;          /* Biru cair ikonik Boss Baby */
            --bb-navy: #1E2A38;          /* Biru gelap (Warna Sut) */
            --bb-gold: #FFC107;          /* Emas eksklusif */
            --bb-white: #FFFFFF;         /* Putih bersih */
            --bb-text: #1E2A38;          /* Warna teks utama */
            
            /* Nilai RGB untuk kesan bayang-bayang (Shadow) lutsinar */
            --rgb-blue: 123, 175, 212;
            --rgb-navy: 30, 42, 56;
            
            --glass-card: rgba(255, 255, 255, 0.93);
        }

        html { font-size: 18px; }
        @media (max-width: 360px) { html { font-size: 16px; } }

        * { margin: 0; padding: 0; box-sizing: border-box; -webkit-tap-highlight-color: transparent; }

        body { 
            font-family: 'Montserrat', sans-serif; /* TUKAR KAT SINI */
            color: var(--bb-text); background-color: var(--bb-bg-main); 
            overflow: hidden; 
            height: 100vh; 
            height: 100dvh; 
            width: 100vw; position: relative; 
        }

        /* --- STAGGERED ANIMATION --- */
        .slide .stagger { opacity: 0; transform: translateY(20px); transition: opacity 0.8s ease-out, transform 0.8s ease-out; }
        .slide.active .stagger { opacity: 1; transform: translateY(0); }
        .slide.active .d-1 { transition-delay: 0.1s; } .slide.active .d-2 { transition-delay: 0.3s; } 
        .slide.active .d-3 { transition-delay: 0.5s; } .slide.active .d-4 { transition-delay: 0.7s; } 
        .slide.active .d-5 { transition-delay: 0.9s; } .slide.active .d-6 { transition-delay: 1.1s; }

        .video-bg-container {
            position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: -1; overflow: hidden;
        }

        #bgVideo {
            width: 100%; height: 100%; object-fit: cover; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); 
        }

        .card-box {
            background: rgba(255, 255, 255, 0.70) !important; 
            backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px);
            
            /* --- GAYA FAIL SULIT (SAMA MACAM PAGE 1) --- */
            border: 2px solid var(--bb-navy) !important; /* Garisan tebal biru gelap */
            border-radius: 4px !important; /* Bucu tajam gaya dokumen */
            box-shadow: 8px 8px 0px rgba(30, 42, 56, 0.2) !important; /* Bayang keras */
            
            padding: 45px 25px 40px 25px; 
            width: 95%; max-width: 460px; max-height: 82vh; 
            overflow-y: auto; text-align: center; position: relative; scrollbar-width: none;
        }
        .card-box::-webkit-scrollbar { display: none; }

        /* --- EFEK BELON TERAPUNG --- */
        .balloon-container { position: fixed; inset: 0; pointer-events: none; z-index: 1; }
        .bubble-balloon { position: absolute; border-radius: 50%; opacity: 0; will-change: transform, opacity; animation: floatUpAnimation 12s linear infinite; }
 
   /* --- EFEK BARANG TERAPUNG (BERGERAK KIRI KANAN) --- */
        @keyframes floatUpAnimation {
            0% { transform: translateY(110vh) translateX(0) rotate(0deg); opacity: 0; }
            25% { transform: translateY(75vh) translateX(30px) rotate(15deg); opacity: 0.8; }
            50% { transform: translateY(50vh) translateX(-30px) rotate(-15deg); opacity: 0.8; }
            75% { transform: translateY(25vh) translateX(20px) rotate(10deg); opacity: 0.8; }
            100% { transform: translateY(-10vh) translateX(-20px) rotate(-20deg); opacity: 0; }
        }
        

        /* --- BUNTING FLAGS --- */
        .bunting-flags { display: flex; justify-content: center; gap: 4px; position: absolute; top: 0; left: 5%; right: 5%; z-index: 10; }
        .flag { width: 0; height: 0; border-left: 14px solid transparent; border-right: 14px solid transparent; border-top: 25px solid var(--bb-blue); animation: swingFlag 3s infinite alternate ease-in-out; transform-origin: top center; }
        .flag:nth-child(even) { border-top-color: var(--bb-navy); animation-delay: 0.5s; }
        .flag:nth-child(3n) { border-top-color: var(--bb-gold); animation-delay: 1s; }
        @keyframes swingFlag { 0% { transform: rotate(-5deg); } 100% { transform: rotate(5deg); } }

        /* --- GATE OVERLAY: VIP PREMIUM ELEVATOR --- */
        .gate-overlay { position: fixed; inset: 0; z-index: 5000; overflow: hidden; transition: visibility 1.2s; background: transparent; }
        
        /* --- PINTU MAKMAL SCI-FI (ATAS & BAWAH) --- */
        .sci-door {
            position: absolute; width: 100%; height: 50%; left: 0;
            background-color: var(--bb-navy);
            /* Trik penting: Lebar 100%, Tinggi 200% (Sebab setiap pintu tinggi dia 50% je) */
            background-size: 100% 200%; 
            background-repeat: no-repeat;
            z-index: 5001; transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1);
            box-shadow: inset 0 0 50px rgba(0,0,0,0.9);
            overflow: hidden;
        }
        
        .sci-door-top { 
            top: 0; border-bottom: 4px solid var(--bb-gold);
            /* Tarik gambar bahagian atas */
            background-position: top center; 
            box-shadow: 0 10px 30px rgba(0,0,0,0.9), inset 0 -5px 15px rgba(255,193,7,0.2); 
        }
        
        .sci-door-bottom { 
            bottom: 0; border-top: 4px solid var(--bb-gold);
            /* Tarik gambar bahagian bawah */
            background-position: bottom center; 
            box-shadow: 0 -10px 30px rgba(0,0,0,0.9), inset 0 5px 15px rgba(255,193,7,0.2); 
        }
        
        /* Corak Besi (Grit) pada pintu - Boleh buang kalau nak gambar 100% jelas */
        .sci-door::before {
            content: ''; position: absolute; inset: 0;
            background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.02) 0px, rgba(255,255,255,0.02) 2px, transparent 2px, transparent 8px);
            opacity: 0.3; /* Aku rendahkan opacity sikit supaya tak lindung gambar comel ni */
        }

        /* --- LASER SCANNER MERAH --- */
        .laser-scanner {
            position: absolute; top: 50%; left: 0; width: 100%; height: 2px;
            background: #ff4747; box-shadow: 0 0 15px #ff4747, 0 0 30px #ff4747;
            z-index: 5002; transform: translateY(-50%);
            animation: scanLaser 3s ease-in-out infinite alternate;
            pointer-events: none;
        }
        
        @keyframes scanLaser {
            0% { top: 35%; opacity: 0.2; }
            50% { opacity: 1; box-shadow: 0 0 20px #ff4747, 0 0 40px #ff4747; }
            100% { top: 65%; opacity: 0.2; }
        }

        /* --- ANIMASI PINTU TERBUKA (ATAS & BAWAH) --- */
        .gate-opened .sci-door-top { transform: translateY(-100%); } 
        .gate-opened .sci-door-bottom { transform: translateY(100%); } 
        .gate-opened .laser-scanner { 
            opacity: 0 !important; 
            animation: none !important; /* Matikan terus animation laser */
            transition: opacity 0.1s ease-out; /* Hilang sepantas kilat */
        }
        
        /* KEKALKAN: Teks Gate (Jangan padam) */
        .gate-opened .gate-text-top, .gate-opened .gate-text-bottom, .gate-opened .elevator-floor-display { transform: translateY(-50px); opacity: 0; }
        .gate-opened .elevator-btn { transform: scale(0); opacity: 0; }
        .gate-opened { visibility: hidden; transition-delay: 1.2s; }
        
                /* --- KEMBALIKAN CSS TEKS & BUTANG YANG TER-DELETE --- */
        .gate-content-wrapper { position: absolute; inset: 0; z-index: 6000; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px; pointer-events: none; }
        .gate-content-wrapper > * { pointer-events: auto; }
        
        .elevator-floor-display {
            background: linear-gradient(to bottom, #FFF3E0, #FFC107, #FF8F00);
            padding: 8px 35px; border-radius: 6px; margin-bottom: 10px; 
            box-shadow: 0 10px 25px rgba(0,0,0,0.6), inset 0 2px 5px rgba(255,255,255,0.9);
            border: 2px solid #FFECB3;
        }
        .floor-text {
            font-family: 'Montserrat', sans-serif; color: #1E2A38; font-size: 1.3rem; 
            font-weight: 900; margin: 0; text-transform: uppercase;
            letter-spacing: 5px; text-shadow: 1px 1px 0px rgba(255,255,255,0.7);
        }

        .gate-text-top { text-align: center; transition: all 0.6s ease; }
        .gate-subtitle { font-family: 'Montserrat', sans-serif; font-size: 1.5rem; letter-spacing: 4px; color: var(--bb-white); font-weight: 800; margin: 0; text-transform: uppercase; text-shadow: 2px 2px 10px rgba(0,0,0,0.9); }
        .gate-subtitle-year { font-family: 'Bebas Neue', cursive; font-size: 4rem; letter-spacing: 2px; color: var(--bb-gold); margin: 0; line-height: 1; filter: drop-shadow(0 5px 15px rgba(0,0,0,0.9)); }
        
        .elevator-btn {
            width: 90px; height: 90px; border-radius: 50%; cursor: pointer; 
            border: 3px solid var(--bb-gold); 
            background: radial-gradient(circle, #2C3E50, #111822); 
            box-shadow: 0 0 25px rgba(255, 193, 7, 0.4), inset 0 5px 15px rgba(0,0,0,0.9); 
            display: flex; align-items: center; justify-content: center; 
            transition: all 0.3s ease; outline: none; animation: premiumPulse 2s infinite;
        }
        .elevator-btn i { font-size: 3rem; color: var(--bb-gold); filter: drop-shadow(0 2px 8px rgba(0,0,0,0.8)); transition: 0.3s; }
        .elevator-btn:hover { box-shadow: 0 0 40px rgba(255, 193, 7, 0.8), inset 0 5px 15px rgba(0,0,0,0.9); transform: scale(1.05); }
        .elevator-btn:hover i { text-shadow: 0 0 15px var(--bb-gold); }
        .elevator-btn:active { transform: scale(0.95); box-shadow: 0 0 10px rgba(255, 193, 7, 0.3); }

        @keyframes premiumPulse {
            0% { box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5), inset 0 5px 15px rgba(0,0,0,0.9); }
            70% { box-shadow: 0 0 0 20px rgba(255, 193, 7, 0), inset 0 5px 15px rgba(0,0,0,0.9); }
            100% { box-shadow: 0 0 0 0 rgba(255, 193, 7, 0), inset 0 5px 15px rgba(0,0,0,0.9); }
        }

        .gate-text-bottom { text-align: center; transition: all 0.6s ease; width: 100%; margin-top: 10px;}
        .gate-title {
            font-family: 'Bebas Neue', cursive; font-size: 7.5rem; letter-spacing: 2px;
            line-height: 1.1; margin: 0; padding: 0 10px; background: linear-gradient(to right, var(--bb-navy), var(--bb-blue), var(--bb-navy)); background-size: 200% auto; -webkit-background-clip: text; -webkit-text-fill-color: transparent; animation: foilShimmer 4s linear infinite; 
            -webkit-text-stroke: 1px var(--bb-navy); 
            filter: drop-shadow(1.5px 1.5px 0px var(--bb-white)) drop-shadow(-1.5px -1.5px 0px var(--bb-white)) drop-shadow(1.5px -1.5px 0px var(--bb-white)) drop-shadow(-1.5px 1.5px 0px var(--bb-white)) drop-shadow(2px 5px 8px rgba(0,0,0,0.5));
        }
        
        /* --- HERO SECTION --- */
        .hero-badge { display: inline-block; background: linear-gradient(135deg, var(--bb-navy), #2C3E50); color: var(--bb-gold); padding: 6px 25px; border-radius: 30px; font-family: 'Montserrat', sans-serif; font-size: 0.85rem; font-weight: 800; letter-spacing: 2px; box-shadow: 0 6px 15px rgba(var(--rgb-navy), 0.3); margin-top: 15px; text-transform: uppercase; border: 2px solid var(--bb-gold); }
         .hero-name-premium { 
            font-family: 'Bebas Neue', cursive; /* TUKAR KAT SINI */
            font-size: 4.5rem; /* Besarkan sikit */
            letter-spacing: 2px;
            line-height: 1.1; margin: 15px 0; background: linear-gradient(to right, var(--bb-navy), var(--bb-blue), var(--bb-navy)); background-size: 200% auto; -webkit-background-clip: text; -webkit-text-fill-color: transparent; animation: foilShimmer 4s linear infinite; filter: drop-shadow(2px 3px 0px var(--bb-white)) drop-shadow(0 5px 10px rgba(var(--rgb-navy), 0.3)); position: relative; z-index: 2; 
        }        
        @keyframes wobble-tag { 0% { transform: rotate(-3deg); } 50% { transform: rotate(3deg); } 100% { transform: rotate(-3deg); } }
        .hero-age-tag { display: inline-block; background: var(--bb-white); border: 2px dashed var(--bb-blue); color: var(--bb-navy); padding: 6px 20px; border-radius: 20px; font-family: 'Montserrat', sans-serif; font-size: 1.1rem; font-weight: 800; box-shadow: 0 5px 15px rgba(0,0,0,0.06); animation: wobble-tag 1.2s infinite ease-in-out; }
        .hero-age-tag:hover { animation-play-state: paused; transform: scale(1.05); }
        .date-box-premium { background: var(--bb-white); border: 2px solid var(--bb-blue); padding: 10px 25px; border-radius: 15px; display: inline-flex; align-items: center; gap: 10px; color: var(--bb-navy); font-weight: bold; box-shadow: inset 0 0 10px rgba(var(--rgb-blue), 0.2); }
        
        .floating-sparkle { position: absolute; color: var(--bb-gold); animation: twinkle 1.5s infinite alternate; z-index: 1; }
        .s1 { top: 0; left: 5%; font-size: 1.4rem; animation-delay: 0s; } .s2 { bottom: 10px; right: 5%; font-size: 1.6rem; animation-delay: 0.5s; color: var(--bb-blue); } .s3 { top: 25px; right: 12%; font-size: 1rem; animation-delay: 1s; color: var(--bb-navy); }
        @keyframes twinkle { 0% { opacity: 0.3; transform: scale(0.6) rotate(0deg); } 100% { opacity: 1; transform: scale(1.2) rotate(20deg); } }

        /* --- TEXT STYLES --- */
        .font-birthday-title { font-family: 'Montserrat', sans-serif; font-size: 3.2rem; color: var(--bb-navy); -webkit-text-stroke: 1px var(--bb-white); filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1)); line-height: 0.7; }
        .font-royal { font-family: 'Montserrat', sans-serif; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; font-size: 0.85rem; color: #666; }
        .font-verse { font-family: 'Montserrat', sans-serif; font-size: 1rem; line-height: 1.6; color: #555; }
        .cute-header { font-family: 'Bebas Neue', cursive; font-size: 2.5rem; color: var(--bb-navy); margin-bottom: 5px; text-shadow: 1px 1px 0px var(--bb-white); letter-spacing: 1px; }
        .divider { height: 4px; width: 50px; background: linear-gradient(90deg, var(--bb-blue), var(--bb-navy)); border-radius: 10px; margin: 15px auto; }

        /* Premium Inner Card (Untuk Jemputan) */
        .premium-inner-card { background: rgba(255, 255, 255, 0.95); border: 2px dashed var(--bb-blue); border-radius: 25px; padding: 25px 15px; margin-top: 15px; box-shadow: inset 0 0 20px rgba(var(--rgb-blue), 0.2); position: relative; }
        .floating-deco { position: absolute; font-size: 1.5rem; opacity: 0.5; }
        
        /* --- KABINET FAIL & FOLDER (LUAR) --- */
        .file-cabinet {
            display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; 
            width: 100%; padding: 15px; background: #2a221b; 
            border-radius: 8px; border: 4px solid #1a130f; box-shadow: inset 0 0 20px rgba(0,0,0,0.8);
        }
        
        .secret-folder {
            position: relative; background: #e6c27a; 
            height: 100px; border-radius: 0 5px 5px 5px; cursor: pointer;
            box-shadow: 2px 4px 8px rgba(0,0,0,0.4); transition: transform 0.2s;
            display: flex; flex-direction: column; align-items: center; justify-content: center;
            border-left: 2px solid #c9a45c;
        }
        .secret-folder:hover { transform: scale(1.05) translateY(-5px); }
        
        .secret-folder::before {
            content: ''; position: absolute; top: -12px; left: 0; width: 45%; height: 12px;
            background: #e6c27a; border-radius: 5px 5px 0 0;
        }

        .folder-name { font-family: 'Bebas Neue', cursive; font-size: 1.5rem; color: #333; margin-top: 5px; }
        .folder-stamp {
            font-family: 'Courier New', monospace; font-size: 0.7rem; font-weight: bold;
            color: #b71c1c; border: 2px solid #b71c1c; padding: 2px 6px; 
            transform: rotate(-10deg); margin-top: 5px; letter-spacing: 1px;
        }
        .folder-meta { font-family: 'Montserrat', sans-serif; font-size: 0.6rem; color: #555; margin-top: 5px; font-weight: bold; }

         /* --- MEJA & GAMBAR POLAROID BERTERABUR --- */
        .top-secret-desk {
            position: relative; width: 100%; height: 400px; margin: 0 auto; overflow: hidden;
            background: #2a221b; 
            border-radius: 8px; border: 4px solid #1a130f;
            box-shadow: inset 0 0 40px rgba(0,0,0,0.8);
        }
        
        .confidential-stamp {
            position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(-15deg);
            font-family: 'Bebas Neue', cursive; font-size: 3.5rem; color: rgba(200, 0, 0, 0.3);
            border: 6px solid rgba(200, 0, 0, 0.3); padding: 5px 15px; pointer-events: none;
            letter-spacing: 4px; z-index: 1;
        }

        .polaroid-file {
            position: absolute; width: 110px; height: 130px; 
            background: #fdfdfd; padding: 6px 6px 25px 6px; 
            box-shadow: 2px 5px 15px rgba(0,0,0,0.6);
            cursor: pointer; transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
            border: 1px solid #ccc; z-index: 10;
        }
        
        .polaroid-file img {
            width: 100%; height: 100%; object-fit: cover; filter: grayscale(30%) sepia(20%);
        }
        
        .polaroid-file::before {
            content: 'CONFIDENTIAL'; position: absolute; bottom: 5px; left: 0; width: 100%; text-align: center;
            font-family: 'Courier New', monospace; font-size: 0.6rem; font-weight: bold; color: #b71c1c;
        }
        
        .polaroid-file::after {
            content: ''; position: absolute; top: -8px; left: 50%; transform: translateX(-50%) rotate(-3deg);
            width: 35px; height: 12px; background: rgba(255,255,255,0.6); border: 1px solid rgba(0,0,0,0.1);
            box-shadow: 0 1px 3px rgba(0,0,0,0.1); backdrop-filter: blur(2px);
        }
        
        .polaroid-file:hover {
            transform: scale(1.2) rotate(0deg) !important; z-index: 100 !important;
            box-shadow: 0 15px 30px rgba(0,0,0,0.8);
        }

        /* --- PREMIUM SWIPE GALLERY --- */
        .gallery-swipe-wrapper { width: 100%; margin-top: 15px; position: relative; }
        
        .gallery-hint { 
            font-family: 'Montserrat', sans-serif; font-size: 0.85rem; color: var(--bb-navy); 
            margin-bottom: 10px; font-weight: bold; animation: slideHint 1.5s infinite; 
        }
        @keyframes slideHint { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(8px); } }
        
        .gallery-swipe-container { 
            display: flex; align-items: center; overflow-x: auto; gap: 15px; padding: 5px 5px 20px 5px; 
            scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch;
        }
        .gallery-swipe-container::-webkit-scrollbar { display: none; }
        
        .gallery-item-swipe { 
            flex: 0 0 auto; height: 350px; max-width: 85vw;
            scroll-snap-align: center; border-radius: 20px; border: 3px solid var(--bb-white); 
            box-shadow: 0 8px 16px rgba(var(--rgb-navy), 0.15); 
            background: var(--bb-bg-main);
            display: flex; justify-content: center; align-items: center; cursor: pointer;
            overflow: hidden;
        }
        
        .gallery-item-swipe img { max-height: 100%; max-width: 100%; width: auto; height: auto; object-fit: contain; display: block; transition: transform 0.3s ease; }
        .gallery-item-swipe:hover img { transform: scale(1.05); }

        /* --- JADUAL OPERASI / TIMELINE SULIT (PAGE 5) --- */
                .agenda-log-card {
            background: #111822; /* Warna gelap asal */
            border: 2px solid #333;
            border-left: 8px solid #ff4747; /* Jalur merah (dikunci) */
            border-radius: 4px;
            padding: 12px 15px;
            text-align: left;
            box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.5);
            margin-bottom: 15px;
            display: flex;
            flex-direction: column;
            position: relative;
            cursor: pointer; /* Tanda boleh tekan */
            transition: all 0.4s ease;
            overflow: hidden;
            min-height: 70px;
        }

        /* --- OVERLAY KUNCI MASA GELAP --- */
        .agenda-lock-overlay {
            position: absolute;
            inset: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            font-family: 'Courier New', monospace;
            font-weight: bold;
            color: #ff4747;
            font-size: 1rem;
            letter-spacing: 2px;
            transition: all 0.4s ease;
            z-index: 2;
        }

        /* --- BILA USER TEKAN (MENYALA) --- */
        .agenda-log-card.revealed {
            background: #fdfdfd;
            border-color: #1E2A38;
            border-left-color: #FFC107; /* Jalur tukar emas */
            box-shadow: 4px 4px 0px rgba(30, 42, 56, 0.9);
        }

        /* Teks menyala bila ditekan */
        .agenda-log-card.revealed .agenda-content {
            opacity: 1 !important;
            filter: blur(0) !important;
        }

        /* Ikon kunci hilang bila ditekan */
        .agenda-log-card.revealed .agenda-lock-overlay {
            opacity: 0;
            transform: scale(1.5);
            pointer-events: none;
        }

        /* Cop APPROVED hanya keluar bila menyala */
        .agenda-log-card.revealed::after {
            content: 'APPROVED';
            position: absolute;
            top: 10px; right: 10px;
            font-family: 'Courier New', monospace;
            font-size: 0.65rem;
            color: #1E2A38;
            border: 1px solid #1E2A38;
            padding: 2px 4px;
            transform: rotate(5deg);
            opacity: 0.3;
            z-index: 1;
        }
.agenda-time-stamp {
    font-family: 'Courier New', monospace;
    background: #1E2A38;
    color: #FFC107;
    padding: 3px 8px;
    font-size: 0.85rem;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 8px;
    width: max-content;
    letter-spacing: 1px;
}
.agenda-task-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #1E2A38;
    font-size: 0.95rem;
    text-transform: uppercase;
}

        /* --- BUBBLE COUNTDOWN --- */
        .cd-minimal { display: flex; justify-content: center; align-items: center; gap: 8px; margin: 20px 0; flex-wrap: nowrap; }
        .cd-item-min { 
            display: flex; flex-direction: column; align-items: center; justify-content: center; 
            width: 65px; height: 65px; background: rgba(255, 255, 255, 0.9); 
            border-radius: 50%; border: 3px solid; 
            box-shadow: 0 8px 15px rgba(var(--rgb-navy), 0.15), inset 0 0 15px rgba(255, 255, 255, 1); 
            position: relative; animation: floatBubbleTimer 3s infinite ease-in-out alternate; flex-shrink: 0; 
        }
        
        .cd-item-min::after { content: ''; position: absolute; top: 10%; left: 15%; width: 25%; height: 15%; background: rgba(255, 255, 255, 0.9); border-radius: 50%; filter: blur(1px); transform: rotate(-30deg); pointer-events: none; }

        .cd-item-min:nth-child(1) { border-color: var(--bb-navy); animation-delay: 0s; }
        .cd-item-min:nth-child(2) { border-color: var(--bb-blue); animation-delay: 0.4s; }
        .cd-item-min:nth-child(3) { border-color: var(--bb-gold); animation-delay: 0.8s; }
        .cd-item-min:nth-child(4) { border-color: var(--bb-blue); animation-delay: 1.2s; }

        .cd-num-min { font-family: 'Bebas Neue', cursive; font-size: 1.8rem; color: var(--bb-navy); line-height: 1; position: relative; z-index: 2; margin-top: 5px; }

        @keyframes floatBubbleTimer { 0% { transform: translateY(0); } 100% { transform: translateY(-8px); } }

        /* Calendar & Details */
        .mini-calendar { width: 95px; margin: 0 auto; background: var(--bb-white); border-radius: 16px; overflow: hidden; border: 2px solid var(--bb-blue); box-shadow: 0 8px 15px rgba(var(--rgb-navy), 0.1); }
        .mc-month { background: var(--bb-navy); color: var(--bb-white); font-size: 0.7rem; font-weight: 700; padding: 6px 0; }
        .mc-day { color: var(--bb-blue); font-family: 'Bebas Neue', cursive; font-size: 2.8rem; line-height: 1; margin-top: 6px; }
        .mc-dayname { color: #666; font-size: 0.6rem; font-weight: 700; margin-bottom: 8px; }

        /* Buttons & Extras */
        .btn { display: flex; justify-content: center; align-items: center; width: 100%; padding: 14px 20px; margin-top: 15px; border-radius: 30px; background: linear-gradient(135deg, var(--bb-navy), var(--bb-blue)); color: var(--bb-white); font-family: 'Montserrat', sans-serif; font-size: 0.9rem; font-weight: 700; text-decoration: none; transition: all 0.2s ease; box-shadow: 0 6px 15px rgba(var(--rgb-navy), 0.2); border: none; cursor: pointer; }
        .btn i { margin-right: 8px; }
        
        /* --- CSS BARU: TEMA FAIL OPERASI (GANTI YANG LAMA) --- */
        .contact-list-premium { display: flex; flex-direction: column; gap: 15px; margin-top: 20px; }
        
        .contact-card-vvip { 
            background: #fdfdfd; border: 2px solid #1E2A38; border-left: 8px solid #b71c1c; 
            border-radius: 4px; padding: 15px; display: flex; flex-direction: column; 
            box-shadow: 4px 4px 0px rgba(30, 42, 56, 0.9); transition: transform 0.2s; text-align: left;
        }
        .contact-card-vvip:active { transform: translate(2px, 2px); box-shadow: 2px 2px 0px rgba(30, 42, 56, 0.9); }
        
        .contact-name-premium { 
            font-family: 'Courier New', monospace; font-size: 1.1rem; color: #1E2A38; 
            font-weight: 900; letter-spacing: 1px; margin-bottom: 12px; 
            border-bottom: 1px dashed #ccc; padding-bottom: 5px;
        }
        .contact-name-premium::before { content: 'EJEN: '; color: #b71c1c; }
        
        .contact-actions-premium { display: flex; gap: 8px; width: 100%; justify-content: center; }
        
        .btn-call-vvip { 
            flex: 1; background: #1E2A38; color: #FFC107 !important; border: 1px solid #1E2A38;
            border-radius: 4px; padding: 10px; font-family: 'Courier New', monospace; 
            font-size: 0.8rem; font-weight: bold; text-decoration: none; display: flex; 
            align-items: center; justify-content: center; gap: 6px;
        }
        .btn-call-vvip:active { background: #111822; }
        
        .btn-wa-vvip { 
            flex: 1; background: #25D366; color: #fff !important; border: 1px solid #20b858;
            border-radius: 4px; padding: 10px; font-family: 'Courier New', monospace; 
            font-size: 0.8rem; font-weight: bold; text-decoration: none; display: flex; 
            align-items: center; justify-content: center; gap: 6px; 
        }
        .btn-wa-vvip:active { background: #1da851; }

        /* --- PRELOADER SCI-FI / TOP SECRET --- */
        #preloader { position: fixed; inset: 0; z-index: 99999; background: #0a0e14; display: flex; justify-content: center; align-items: center; transition: opacity 1s, visibility 1s; }
        #preloader.loaded { opacity: 0; visibility: hidden; }
        
        .loader-text { 
            font-family: 'Courier New', monospace; font-size: 1.2rem; font-weight: bold; 
            color: #25D366; letter-spacing: 3px; margin-top: 25px; 
            animation: blinkText 1s infinite alternate; 
        }
        @keyframes blinkText { 0% { opacity: 0.3; } 100% { opacity: 1; text-shadow: 0 0 10px #25D366; } }
        
        /* Ganti gambar bulat dengan radar / loading ring hijau */
        .preloader-radar { 
            width: 70px; height: 70px; border-radius: 50%;
            border: 4px solid rgba(37, 211, 102, 0.1); border-top: 4px solid #25D366; 
            animation: spinRadar 1s linear infinite; box-shadow: 0 0 20px rgba(37, 211, 102, 0.2); 
        }
        @keyframes spinRadar { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

        /* --- GAYA BARU: ZOOM & SWIPE --- */
        .slider-container { position: relative; width: 100%; height: 100vh; height: 100dvh; opacity: 0; transition: opacity 0.8s; overflow: hidden; }
        .slider-container.show { opacity: 1; }
        
        .slide { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 20px; opacity: 0; visibility: hidden; }
        
        /* Page Baru Masuk (Diperlahankan dari 0.6s ke 1s) */
        .slide.active { 
            visibility: visible; 
            z-index: 10; 
            animation: zoomSwipeIn 1s cubic-bezier(0.16, 1, 0.3, 1) forwards; 
        }
        
        /* Page Lama Keluar (Diperlahankan dari 0.5s ke 0.8s) */
        .slide.flipping-out { 
            visibility: visible; 
            z-index: 5; 
            animation: zoomSwipeOut 0.8s ease-in forwards; 
        }
        
        @keyframes zoomSwipeIn { 
            0% { opacity: 0; transform: scale(0.85) translateX(100px); } 
            100% { opacity: 1; transform: scale(1) translateX(0); } 
        }
        @keyframes zoomSwipeOut { 
            0% { opacity: 1; transform: scale(1) translateX(0); } 
            100% { opacity: 0; transform: scale(0.85) translateX(-100px); } 
        }

        /* --- CONTROLS FLOATING --- */
        .nav-btn, .ctrl-btn { 
            position: fixed; width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 4000; cursor: pointer;
            background: var(--bb-white); border: none; box-shadow: 0 4px 12px rgba(var(--rgb-navy), 0.15); color: var(--bb-navy); transition: all 0.2s ease;
        }
        .nav-btn { top: 50%; transform: translateY(-50%); font-size: 1rem; }
        .prev-btn { left: 10px; } .next-btn { right: 10px; }
        .ctrl-btn { opacity: 0; font-size: 1rem; }
        .home-btn { top: 25px; left: 25px; } .music-btn { top: 25px; right: 25px; } 
        .spin { animation: spinMe 4s linear infinite; } @keyframes spinMe { 100% { transform: rotate(360deg); } }

        /* --- MODAL IMAGE LIGHTBOX --- */
        .modal-overlay { position: fixed; inset: 0; background: rgba(240, 244, 248, 0.9); z-index: 9999; display: flex; justify-content: center; align-items: center; opacity: 0; visibility: hidden; transition: 0.3s; backdrop-filter: blur(5px); }
        .modal-overlay.active { opacity: 1; visibility: visible; }
        .modal-box { padding: 4px; background: var(--bb-white); border-radius: 25px; position: relative; transform: scale(0.9); transition: 0.3s; display: flex; flex-direction: column; max-width: 95%; }
        .modal-overlay.active .modal-box { transform: scale(1); }
        .close-modal { position: absolute; top: -12px; right: -8px; width: 36px; height: 36px; background: var(--bb-navy); color: var(--bb-white); border-radius: 50%; display: flex; justify-content: center; align-items: center; cursor: pointer; z-index: 10; }
        .full-img { width: 100%; border-radius: 20px; }

        /* --- TAP NAVIGATION HINT --- */
        .tap-nav-hint {
            position: fixed; bottom: 25px; left: 50%; transform: translateX(-50%);
            background: rgba(255, 255, 255, 0.95);
            border: 2px dashed var(--bb-navy); color: var(--bb-navy);
            font-family: 'Montserrat', sans-serif; font-size: 0.8rem; font-weight: 700;
            padding: 8px 24px; border-radius: 30px; z-index: 4500; display: flex; align-items: center; gap: 8px;
            box-shadow: 0 5px 15px rgba(var(--rgb-navy), 0.25);
            animation: bounceTap 2s infinite; opacity: 0; visibility: hidden; transition: all 0.5s ease; pointer-events: none; 
        }
        .tap-nav-hint.show-hint { opacity: 1; visibility: visible; }
        @keyframes bounceTap { 0%, 100% { transform: translate(-50%, 0); } 50% { transform: translate(-50%, -8px); } }
        
        /* --- EFEK PISTOL MONEY GUN (GAMBAR AI) --- */
        .money-bill {
            position: fixed;
            bottom: 30vh; 
            left: 50%;
            width: 100px; /* Boleh adjust besarkan/kecilkan kalau gambar nampak kecik */
            height: auto; /* Biar tinggi dia ikut bentuk asal gambar baby.png kau */
            z-index: 9999;
            pointer-events: none;
            filter: drop-shadow(0 6px 10px rgba(0,0,0,0.3)); 
        }
        
                /* --- KAD LAPORAN CLASSIFIED --- */
        .classified-report {
            margin-top: 15px; background: #fdfdfd; border: 2px solid #1E2A38; 
            border-radius: 4px; position: relative; 
            box-shadow: 4px 4px 0px rgba(30, 42, 56, 0.9); 
            text-align: left; overflow: hidden;
        }
        .report-head {
            background: #1E2A38; color: #FFC107; 
            font-family: 'Bebas Neue', cursive; font-size: 1.2rem; 
            padding: 4px 10px; letter-spacing: 3px;
        }
        .report-body {
            padding: 10px; font-family: 'Courier New', monospace; 
            font-size: 0.85rem; font-weight: bold; color: #111; line-height: 1.6;
        }
        .barcode {
            font-family: monospace; font-size: 1.2rem; font-weight: bold;
            color: #111; padding: 0 10px 8px 10px; opacity: 0.5; letter-spacing: -2px;
        }
                /* --- ANIMASI FOLDER MASUK KABINET --- */
        @keyframes folderPopIn {
            0% { transform: scale(0.5) translateY(20px); opacity: 0; }
            70% { transform: scale(1.05) translateY(-5px); opacity: 1; }
            100% { transform: scale(1) translateY(0); opacity: 1; }
        }
        .folder-animate {
            animation: folderPopIn 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
            opacity: 0; /* Mula-mula halimunan sebelum melantun */
        }

        /* --- ANIMASI GAMBAR DISAPU DARI MEJA --- */
        @keyframes sweepAway {
            to { transform: scale(0.2) translateY(-300px) rotate(90deg); opacity: 0; }
        }
        .sweep-out {
            animation: sweepAway 0.4s ease-in forwards !important;
        }
        
/* --- TEMA DOSSIER OPERASI (PAGE 4) --- */
.mission-countdown-box { background: var(--bb-navy); border: 2px solid var(--bb-gold); border-radius: 6px; padding: 12px; box-shadow: inset 0 0 20px rgba(0,0,0,0.8), 0 5px 15px rgba(var(--rgb-navy), 0.2); margin: 15px 0; }
.m-cd-header { font-family: 'Courier New', monospace; color: #ff4747; font-size: 0.8rem; font-weight: bold; letter-spacing: 2px; margin-bottom: 10px; }
.m-cd-body { display: flex; justify-content: center; align-items: center; gap: 15px; font-family: 'Bebas Neue', cursive; color: var(--bb-white); font-size: 2.2rem; }
.m-cd-item { display: flex; flex-direction: column; align-items: center; line-height: 1; }
.m-cd-item span { text-shadow: 0 0 10px rgba(255,255,255,0.4); }
.m-cd-item small { font-family: 'Montserrat', sans-serif; font-size: 0.65rem; color: var(--bb-gold); margin-top: 5px; font-weight: bold; }

/* Calendar Gaya Sulit */
.mission-calendar-override .mini-calendar { border-radius: 4px; border: 2px solid var(--bb-navy); box-shadow: 3px 3px 0px rgba(30, 42, 56, 0.9); width: 90px; margin: 0; }
.mission-calendar-override .mc-month { background: var(--bb-navy); color: var(--bb-gold); letter-spacing: 1px; }
.mission-calendar-override .mc-day { color: #111; font-size: 2.5rem; }
.mission-calendar-override .mc-dayname { font-family: 'Courier New', monospace; font-weight: bold; letter-spacing: 1px; }

/* Butang Decrypt & Efek Teks */
.btn-decrypt { background: #1E2A38; color: #25D366; border: 2px solid #25D366; padding: 12px 20px; border-radius: 4px; font-family: 'Courier New', monospace; font-size: 1rem; font-weight: 900; letter-spacing: 2px; cursor: pointer; box-shadow: 0 0 15px rgba(37, 211, 102, 0.2); transition: 0.3s; width: 100%; display: flex; justify-content: center; align-items: center; gap: 10px; outline: none; }
.btn-decrypt:active { transform: scale(0.95); }
.encrypted-text { font-family: 'Courier New', monospace !important; letter-spacing: 2px; filter: blur(1px); }

 /* ==========================================
   18. RESPONSIVE
   ========================================== */
@media (max-width: 400px) { html { font-size: 15px; } }
@media (max-width: 350px) { 
    html { font-size: 14px; } 
    .card-box { padding: 30px 15px !important; }
    .msg-paper-premium { padding: 25px 15px !important; }
}
@media screen and (max-height: 700px) {
    .card-box { max-height: 88vh !important; }
    .premium-photo-frame { margin-bottom: 15px !important; height: 160px !important; }
    .gate-content-wrapper { gap: 30px !important; }
    .global-nav-container { bottom: 3% !important; }
}
        
                /* --- GAYA 3: TIMBUNAN PROFIL (CARD DECK) --- */
        .target-deck-container {
            position: relative;
            width: 100%;
            height: 350px; /* Ketinggian tetap supaya kad nampak seragam */
            margin: 15px auto;
            perspective: 1000px; /* Efek 3D sikit bila kad bertindih */
        }

        .target-card {
            position: absolute;
            top: 0; left: 0; right: 0; bottom: 0;
            background: #111822; /* Background gelap kat belakang gambar */
            border: 3px solid #fdfdfd;
            border-radius: 8px;
            box-shadow: 0 10px 20px rgba(0,0,0,0.5);
            transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 8px;
            cursor: pointer;
            overflow: hidden;
        }
        
        /* Cop SULIT kat bucu atas setiap kad */
        .target-card::before {
            content: 'CONFIDENTIAL';
            position: absolute;
            top: 15px; left: -35px;
            background: #b71c1c;
            color: #fff;
            font-family: 'Courier New', monospace;
            font-size: 0.75rem;
            font-weight: bold;
            padding: 2px 40px;
            transform: rotate(-45deg);
            z-index: 10;
            box-shadow: 0 2px 5px rgba(0,0,0,0.4);
            pointer-events: none;
        }

        .target-card img {
            width: 100%;
            height: 100%;
            /* Trik paling penting supaya gambar ngam & tak potong: */
            object-fit: contain; 
            filter: grayscale(15%) sepia(10%); /* Filter gaya dokumen lama */
        }

        .deck-controls {
            display: flex;
            justify-content: center;
            margin-top: 15px;
        }

        .btn-deck {
            background: #FFC107;
            color: #1E2A38;
            border: 2px solid #1E2A38;
            padding: 10px 25px;
            border-radius: 4px;
            font-family: 'Courier New', monospace;
            font-weight: 900;
            font-size: 0.9rem;
            box-shadow: 3px 3px 0px rgba(30, 42, 56, 0.9);
            cursor: pointer;
            display: flex; align-items: center;
        }
        
        .btn-deck:active {
            transform: translate(2px, 2px);
            box-shadow: 1px 1px 0px rgba(30, 42, 56, 0.9);
        }

        /* Animasi Khas Bila Kad Dibuang Ke Tepi */
        .card-swipe-out {
            transform: translateX(120%) rotate(25deg) !important;
            opacity: 0 !important;
        }
        
                /* --- GAYA WATERMARK LOGO --- */
        .brand-logo-link {
            display: inline-block;
            transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
        }
        
        .brand-logo-link:hover {
            transform: scale(1.15); /* Membesar bila jari lalu atas logo */
            filter: drop-shadow(0 4px 8px rgba(0,0,0,0.2));
        }
        
        .brand-logo-link:active {
            transform: scale(0.95); /* Kuncup sikit bila ditekan */
        }

        /* --- GAYA PECAHAN TARIKH --- */
        .date-split-box {
            display: flex; 
            flex-direction: column; 
            text-align: center; 
            line-height: 1.3;
        }
        .day-text {
            font-size: 0.75rem; 
            opacity: 0.8; 
            letter-spacing: 3px; 
            border-bottom: 1px dashed rgba(255,193,7,0.5); 
            padding-bottom: 3px; 
            margin-bottom: 2px;
        }
        .full-date-text {
            font-size: 1.05rem; 
            font-weight: bold;
        }
        
                /* --- EFEK KAD GORES --- */
        #scratchCanvas {
            transition: opacity 0.8s ease-out;
            border-radius: 4px; /* Ikut bentuk kotak kad */
        }
        
                /* --- EFEK ANIMASI PENGIMBAS BIOMETRIK --- */
        @keyframes scanMove {
            0% { top: -10px; }
            50% { top: 100%; }
            100% { top: -10px; }
        }
        .scanning-active #scanLine {
            display: block !important;
            animation: scanMove 1.5s infinite linear;
        }
        .scanning-active #fingerIcon {
            color: #25D366 !important;
            transform: scale(1.1);
        }
        
    