        /* VARIABLE WARNA MASTER */
        :root {
            --primary-bg: #f8f9fa; --brand-color: #001f3f; --accent-color: #d4af37; --orange-btn: #ff4500;
            --primary-dark: #0f674a; --primary: #128760; --primary-light: #e8f5e9; --bg-color: #f0f7f4;
            --text-dark: #1e293b; --text-muted: #64748b; --white: #ffffff;
            --card-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
            --border-color: #e2e8f0; --danger: #ef4444; --warning: #f59e0b;
        }

        body { background: var(--primary-bg); font-family: 'Poppins', sans-serif; margin: 0; padding: 0; overflow-x: hidden; }

        /* MODE TAMPILAN PC (MENIRU HP) */
        @media screen and (min-width: 500px) {
            body { background-color: #333; display: flex; justify-content: center; min-height: 100vh; }
            .app-container { width: 100%; max-width: 480px; margin: 0 auto; background-color: #f8f9fa; min-height: 100vh; position: relative; box-shadow: 0 0 50px rgba(0,0,0,0.5); overflow-x: hidden; padding-bottom: 90px; }
            #header, .bottom-navbar, #login-overlay { max-width: 480px; left: 50% !important; transform: translateX(-50%) !important; }
        }

        .app-container { width: 100%; min-height: 100vh; padding-bottom: 90px; }

        /* =================================================== */
        /* A.I SPA ARCHITECTURE HACK (PENGHILANG HALAMAN)      */
        /* =================================================== */
        .view-section { display: none; animation: fadeIn 0.3s ease-in-out; width: 100%; }
        .view-section.active-view { display: block; }
        @keyframes fadeIn { from { opacity: 0; transform: translateY(15px); } to { opacity: 1; transform: translateY(0); } }

        /* UI HEADER UTAMA VIGO */
        #header { background: #02143b; position: fixed; top: 0; left: 0; z-index: 10000; width: 100%; padding: 12px 15px; display: flex; flex-direction: row; justify-content: space-between; align-items: center; gap: 10px; }
        .top-search-box { flex: 1; background: #ffffff; border-radius: 25px; display: flex; align-items: center; padding: 5px 12px; height: 38px; }
        .top-search-box input { border: none; background: transparent; width: 100%; outline: none; font-size: 13px; margin-left: 8px; margin-right: 5px; color: #333; font-family: 'Inter', sans-serif;}
        .header-icon-group { display: flex; align-items: center; gap: 15px; flex-shrink: 0; }
        .top-icon { position: relative; color: white; font-size: 20px; cursor: pointer; }
        .top-badge { position: absolute; top: -5px; right: -8px; background: white; color: #02143b; font-size: 10px; font-weight: bold; padding: 2px 6px; border-radius: 50px; }
        
       /* UI BANNER & SALDO */
        .banner-container { margin-top: 62px; }
        .banner-container img { border-radius: 0; } /* FIX: Lengkungan bawah dihapus menjadi kotak penuh siku */
        .codingasik-box-saldo { display: flex; position: relative; margin: -20px 15px 15px 15px; z-index: 100; box-shadow: 0 5px 15px rgba(0,0,0,0.05); padding: 10px; border-radius: 12px; background: #fff; }
        .saldo-box-item { flex: 1; display: flex; align-items: center; justify-content: center; border-right: 1px solid #eee; cursor: pointer; text-decoration: none !important; }
        .saldo-box-item:last-child { border-right: none; }
        .saldo-box-item img { width: 28px; margin-right: 8px; }
        .saldo-box-item .text h6 { font-size: 10px; color: #888; margin: 0; line-height: 1.2; }
        .saldo-box-item .text p { font-size: 12px; color: var(--brand-color); font-weight: bold; margin: 0; }
        
        /* UI MENU 8 KOTAK */
        .main-menu-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; padding: 0 15px; margin-bottom: 25px; }
        .menu-btn { display: flex; flex-direction: column; align-items: center; text-decoration: none !important; cursor: pointer; }
        .menu-btn img { width: 50px; height: 50px; padding: 10px; border-radius: 15px; background: #fff; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); transition: transform 0.2s; border: 1px solid #f0f0f0; }
        .menu-btn:active img { transform: scale(0.9); }
        .menu-btn p { font-size: 11px; margin-top: 8px; font-weight: 600; text-align: center; color: #333; line-height: 1.2; }
        
        /* UI PROMO SLIDER */
        .promo-section-header { display: flex; justify-content: space-between; align-items: center; padding: 0 15px; margin-bottom: 10px; }
        .promo-section-header h6 { font-weight: 800; font-size: 18px; color: #333; margin: 0; }
        .promo-section-header a { font-size: 14px; font-weight: 700; color: #00bdf2; text-decoration: none; }
        .scrollmenu { overflow-x: auto; white-space: nowrap; padding-left: 15px; padding-right: 15px; padding-bottom: 15px; scrollbar-width: none; -ms-overflow-style: none; display: flex; gap: 12px; }
        .scrollmenu::-webkit-scrollbar { display: none; }
        .promo-card { display: inline-flex; flex-direction: column; width: 150px; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 10px rgba(0,0,0,0.08); background: white; text-decoration: none !important; flex-shrink: 0; transition: transform 0.2s; border: 2px solid #d4af37; background: #fffdf5; align-items: stretch; }
        .promo-card:active { transform: scale(0.97); }
        .promo-card img { width: 100%; height: 150px; object-fit: cover; }
        .promo-btn { background-color: #02143b; padding: 10px 5px; line-height: 1.3; display: flex; flex-direction: column; justify-content: center; min-height: 70px; height: auto; text-align: center; border: none; width: 100%; }
        
        /* BOTTOM NAVBAR UTAMA */
        .bottom-navbar { position: fixed; bottom: 0; left: 0; width: 100%; background: white; display: flex; justify-content: space-around; align-items: flex-end; height: 70px; padding-bottom: 10px; border-radius: 20px 20px 0 0; box-shadow: 0 -2px 15px rgba(0,0,0,0.05); z-index: 9999; }
        .nav-item { text-align: center; color: #888; flex: 1; font-size: 10px; font-weight: 600; text-decoration: none !important; cursor:pointer;}
        .nav-item i { display: block; font-size: 20px; margin-bottom: 5px; color: #888; transition: 0.3s;}
        .nav-item.active, .nav-item.active i { color: #001f3f; transform: translateY(-3px);}
        .nav-center-container { position: relative; top: -15px; flex: 1; display: flex; justify-content: center; }
        .nav-center-button { width: 65px; height: 65px; border-radius: 50%; display: flex; justify-content: center; align-items: center; background: linear-gradient(135deg, #00bdf2 0%, #0A2E78 100%); border: 5px solid white; box-shadow: 0 -2px 15px rgba(0, 189, 242, 0.4); text-decoration: none !important; }
        .nav-center-button i { font-size: 30px; color: white; }

        /* =================================================== */
        /* INJEKSI CSS MASTER DATA (DIOPTIMASI SESUAI GAMBAR)  */
        /* =================================================== */
        .student-toolbar { display: flex; gap: 10px; margin-bottom: 15px; flex-direction: column; font-family: 'Inter', sans-serif;}
        .search-box { position: relative; width: 100%; }
        .search-box i { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); color: var(--text-muted); }
        .search-box input { width: 100%; padding: 12px 15px 12px 40px; border: 1px solid var(--border-color); border-radius: 10px; font-size: 0.9rem; outline: none; transition: 0.3s;}
        .search-box input:focus { border-color: #0ea5e9; box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.1); }
        .filter-box select { width: 100%; padding: 12px 15px; border: 1px solid var(--border-color); border-radius: 10px; font-size: 0.9rem; outline: none; color: #1e293b; font-weight: 500;}
        
        .portal-grid { display: flex; flex-direction: column; gap: 12px; margin-top: 15px; font-family: 'Inter', sans-serif; padding-bottom: 20px;}
        
        .student-card { background: white; border-radius: 16px; padding: 15px; box-shadow: 0 2px 8px rgba(0,0,0,0.04); display: flex; align-items: center; gap: 12px; border: 1px solid var(--border-color); position: relative; overflow: hidden; margin-bottom:10px;}
        .student-card::before { content: ''; position: absolute; left: 0; top: 0; height: 100%; width: 5px; background: var(--text-muted); }
        .student-card.hadir::before { background: #10b981; }
        .student-card.pulang::before { background: #f59e0b; }
        .student-card.absen::before { background: #ef4444; }
        .sc-img { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; border: 2px solid #e2e8f0;}
        .sc-info h4 { font-size: 0.95rem; color: var(--text-dark); margin-bottom: 2px; font-weight:700; text-transform: uppercase;}
        .sc-info p { font-size: 0.75rem; color: var(--text-muted); margin-bottom: 5px;}
        
        .sholat-card-new { background: white; border-radius: 16px; padding: 15px; box-shadow: 0 4px 10px rgba(0,0,0,0.05); border: 1px solid var(--border-color); margin-bottom: 15px; font-family: 'Inter', sans-serif; }
        .sholat-profile { display: flex; align-items: center; gap: 15px; padding-bottom: 15px; border-bottom: 1px dashed #cbd5e1; margin-bottom: 15px; }
        .sholat-profile img { width: 55px; height: 55px; border-radius: 50%; object-fit: cover; border: 2px solid #0ea5e9; padding: 2px; }
        .sholat-profile-info h4 { margin: 0 0 3px 0; font-size: 1rem; font-weight: 800; color: #1e293b; text-transform: uppercase; letter-spacing: 0.5px;}
        .sholat-profile-info p { margin: 0; font-size: 0.75rem; color: #64748b; font-weight: 500;}
        
        .prayer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
        .prayer-box { border-radius: 10px; padding: 12px 5px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 8px; font-weight: 700; font-size: 0.75rem; transition: 0.2s; }
        .prayer-box i { font-size: 1.3rem; }
        
        .prayer-box.missed { background: #ffe4e6; color: #e11d48; border: 1px solid #fecdd3; } 
        .prayer-box.ready { background: #e0f2fe; color: #0284c7; border: 1px solid #bae6fd; } 
        .prayer-box.done { background: #dcfce7; color: #059669; border: 1px solid #a7f3d0; } 
        .prayer-box.locked { background: #f1f5f9; color: #94a3b8; border: 1px solid #e2e8f0; } 

        .pin-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(15, 103, 74, 0.9); backdrop-filter: blur(5px); z-index: 100000; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: 0.4s ease; font-family: 'Inter', sans-serif;}
        .pin-overlay.active { opacity: 1; pointer-events: all; }
        .pin-box { background: white; padding: 30px; border-radius: 20px; text-align: center; width: 90%; max-width: 350px; transform: scale(0.9); transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
        .pin-overlay.active .pin-box { transform: scale(1); }
        .pin-inputs { display: flex; gap: 8px; justify-content: center; margin: 20px 0; }
        .pin-input { width: 40px; height: 50px; font-size: 20px; text-align: center; border: 2px solid #cbd5e1; border-radius: 10px; outline: none; color: var(--primary-dark); font-weight:bold;}
        .pin-input:focus { border-color: var(--primary); }
        
        .bank-card { background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%); color: white; border-radius: 20px; padding: 20px; position: relative; overflow: hidden; margin-bottom: 20px; border: 1px solid rgba(255,255,255,0.1); font-family: 'Inter', sans-serif;}
        .bc-chip { width: 40px; height: 30px; background: linear-gradient(135deg, #d4af37 0%, #aa7c11 100%); border-radius: 6px; margin-bottom:15px;}
        .bc-balance p { font-size: 0.75rem; color: #94a3b8; margin-bottom: 2px; }
        .bc-balance h1 { font-size: 2rem; font-weight: 700; margin-bottom:15px;}
        .bc-footer { display: flex; justify-content: space-between; align-items: flex-end;}
        
        .tx-item { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid var(--border-color); font-family: 'Inter', sans-serif;}
        .tx-left { display: flex; align-items: center; gap: 12px; }
        .tx-icon { width: 40px; height: 40px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; }
        .tx-in { background: #e8f5e9; color: #10b981; }
        .tx-out { background: #fee2e2; color: #ef4444; }
        .tx-details h4 { font-size: 0.9rem; margin:0; font-weight:700;}
        .tx-details p { font-size: 0.7rem; color: var(--text-muted); margin:0;}
        .tx-amount { font-weight: 700; font-size: 0.95rem; }
        .txt-in { color: #10b981; }
        .txt-out { color: #ef4444; }
        .btn { padding:10px 15px; border-radius:8px; border:none; font-weight:600; cursor:pointer;}
        .btn-outline { background:white; border:1px solid #ccc; color:#333;}

       /* =================================================== */
        /* UI UX QUANTUM NOTIFICATION (GLASSMORPHISM NEON)     */
        /* =================================================== */
        #quantum-notif-container { position: fixed; top: 15px; left: 50%; transform: translateX(-50%); width: 95%; max-width: 450px; z-index: 999999; display: flex; flex-direction: column; gap: 15px; pointer-events: none; }
        
        .quantum-toast { 
            background: rgba(20, 30, 48, 0.65); /* Warna dasar gelap transparan */
            backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px);
            border-radius: 20px; padding: 18px 15px; 
            box-shadow: 
                -20px -20px 50px rgba(0, 189, 242, 0.15), /* Glow Biru Kiri Atas */
                20px 20px 50px rgba(244, 114, 182, 0.15), /* Glow Pink Kanan Bawah */
                inset 0 0 0 1px rgba(255, 255, 255, 0.15); /* Border Kaca tipis */
            display: flex; align-items: center; gap: 15px; 
            transform: translateY(-50px) scale(0.9); opacity: 0; 
            animation: slideInDrop 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards; 
            pointer-events: all; cursor: pointer; position: relative; overflow: hidden;
        }
        
        /* Garis menyala di sebelah kiri */
        .quantum-toast::before {
            content: ''; position: absolute; left: 10px; top: 20px; bottom: 20px; width: 3px;
            background: linear-gradient(to bottom, #00bdf2, #f472b6); border-radius: 5px;
        }

        @keyframes slideInDrop { to { transform: translateY(0) scale(1); opacity: 1; } }
        .quantum-toast.hide { animation: fadeOutUp 0.4s ease-in forwards; }
        @keyframes fadeOutUp { to { transform: translateY(-30px); opacity: 0; } }
        
        /* Foto Profil Bersinar */
        .qt-profile { 
            width: 55px; height: 55px; border-radius: 50%; padding: 3px;
            background: linear-gradient(135deg, #00bdf2, #f472b6);
            display: flex; align-items: center; justify-content: center; flex-shrink: 0;
            box-shadow: 0 0 15px rgba(0, 189, 242, 0.5); margin-left: 10px;
        }
        .qt-profile img, .qt-profile i { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; border: 2px solid #141e30; background: #1e293b; display: flex; align-items: center; justify-content: center; font-size:1.5rem; color:white;}
        
        .qt-content { flex: 1; min-width: 0; }
        
        /* Header: Tulisan Notifikasi & Jam */
        .qt-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 5px; }
        .qt-header span { font-size: 0.65rem; color: #cbd5e1; font-weight: 600; letter-spacing: 1px; }
        .qt-time { display: flex; align-items: center; gap: 5px; }
        .qt-dot { width: 6px; height: 6px; background: #00bdf2; border-radius: 50%; box-shadow: 0 0 8px #00bdf2; animation: blink 1.5s infinite; }
        @keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }
        
        /* Judul Gradasi */
        .qt-title { 
            font-size: 1.1rem; font-weight: 800; margin: 0 0 5px 0; font-family: 'Inter', sans-serif;
            background: linear-gradient(90deg, #38bdf8, #f472b6);
            -webkit-background-clip: text; -webkit-text-fill-color: transparent;
            white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
        }
        
        /* Deskripsi */
        .qt-desc { font-size: 0.75rem; color: #e2e8f0; margin: 0 0 10px 0; line-height: 1.4; font-family: 'Inter', sans-serif; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
        
        /* Tombol Detail */
        .qt-btn { 
            background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); 
            color: #fff; font-size: 0.7rem; padding: 5px 12px; border-radius: 20px; 
            display: inline-flex; align-items: center; gap: 5px; font-weight: 600; transition: 0.2s;
        }
        
        /* Ikon Kaca Besar di Kanan */
        .qt-glass-icon { 
            width: 50px; height: 50px; border-radius: 12px; flex-shrink: 0;
            background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.2);
            display: flex; align-items: center; justify-content: center; font-size: 1.8rem; color: white;
            box-shadow: inset 0 0 10px rgba(255,255,255,0.1); margin-right: 5px;
        }

        .akun-lock-box { background: white; border-radius: 16px; padding: 20px; box-shadow: var(--card-shadow); border: 2px dashed var(--primary); text-align: center; margin-top: 15px; font-family: 'Inter', sans-serif; }
 
/* =================================================== */
        /* FAST-BOOT SPLASH SCREEN (LOADING AWAL)              */
        /* =================================================== */
        #splash-screen {
            position: fixed; top: 0; left: 0; width: 100%; height: 100%;
            background: linear-gradient(135deg, #02143b 0%, #0A2E78 100%);
            z-index: 99999999; /* Z-Index Tertinggi, menutupi segalanya */
            display: flex; flex-direction: column; justify-content: center; align-items: center;
            transition: opacity 0.4s ease, visibility 0.4s ease;
            font-family: 'Inter', sans-serif;
        }
        .splash-logo { 
            width: 130px; margin-bottom: 25px; 
            animation: pulseSplash 1.5s infinite cubic-bezier(0.4, 0, 0.2, 1); 
            filter: drop-shadow(0 10px 20px rgba(0,0,0,0.3));
        }
        @keyframes pulseSplash { 
            0%, 100% { transform: scale(1); opacity: 1; } 
            50% { transform: scale(1.08); opacity: 0.85; } 
        }
        .splash-spinner { 
            border: 4px solid rgba(255, 255, 255, 0.1); 
            border-top: 4px solid #00bdf2; 
            border-radius: 50%; width: 40px; height: 40px; 
            animation: spinSplash 0.8s linear infinite; 
        }
        @keyframes spinSplash { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
        
        /* Hapus Scroll saat loading */
        body.is-loading { overflow: hidden; }       
        /* =================================================== */
        /* LOGIN UI WALI MURID                                 */
        /* =================================================== */
        #login-overlay {
            position: fixed; top: 0; left: 0; width: 100%; height: 100%;
            background: linear-gradient(135deg, #02143b 0%, #0A2E78 100%);
            z-index: 1000000; display: flex; flex-direction: column;
            justify-content: center; align-items: center; padding: 20px;
            overflow-y: auto; font-family: 'Inter', sans-serif;
        }
        .login-box {
            background: #ffffff; width: 100%; max-width: 400px;
            padding: 30px; border-radius: 20px; box-shadow: 0 20px 40px rgba(0,0,0,0.3);
            display: flex; flex-direction: column; animation: fadeIn 0.5s;
        }
        .login-title { color: #02143b; font-size: 1.5rem; font-weight: 800; text-align: center; margin-bottom: 20px; }
        .login-label { font-size: 0.8rem; font-weight: 600; color: #333; margin-bottom: 5px; margin-top: 10px; }
        .login-input { width: 100%; padding: 12px; border-radius: 10px; border: 1px solid #cbd5e1; outline: none; background: #f8fafc; font-size: 0.9rem; transition: 0.3s; }
        .login-input:focus { border-color: #00bdf2; background: white; box-shadow: 0 0 0 3px rgba(0, 189, 242, 0.1); }
        .login-btn-submit { width: 100%; padding: 14px; background: #02143b; color: white; border: none; border-radius: 10px; font-weight: 700; margin-top: 20px; font-size: 1rem; transition: 0.3s; cursor: pointer;}
        .login-btn-submit:hover { background: #0A2E78; }
        .login-toggle { text-align: center; margin-top: 15px; font-size: 0.85rem; color: #64748b; cursor: pointer; }
        .login-toggle span { color: #00bdf2; font-weight: 700; }
        .login-error { background: #fee2e2; color: #ef4444; padding: 10px; border-radius: 8px; font-size: 0.8rem; text-align: center; font-weight: bold; margin-bottom: 10px; display: none; border: 1px solid #fca5a5;}

        /* =================================================== */
        /* UI UX MENU RIWAYAT NOTIFIKASI & WIDGET HOME         */
        /* =================================================== */
        .timeline-notif { display: flex; flex-direction: column; gap: 15px; margin-top: 15px; padding-bottom: 30px; font-family: 'Inter', sans-serif;}
        .card-notif { background: white; border-radius: 16px; padding: 15px; box-shadow: 0 4px 10px rgba(0,0,0,0.05); display: flex; gap: 15px; align-items: flex-start; border: 1px solid var(--border-color); position: relative; overflow: hidden; animation: fadeIn 0.4s ease-out;}
        .card-notif::before { content: ''; position: absolute; left: 0; top: 0; width: 4px; height: 100%; background: var(--primary); }
        .cn-icon { width: 45px; height: 45px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; color: white; flex-shrink: 0; }
        .cn-content { flex: 1; }
        .cn-title { font-size: 0.95rem; font-weight: 800; color: var(--text-dark); margin: 0 0 4px 0; }
        .cn-desc { font-size: 0.8rem; color: var(--text-muted); margin: 0 0 8px 0; line-height: 1.4; }
        .cn-time { font-size: 0.7rem; color: #94a3b8; font-weight: 600; display: flex; align-items: center; gap: 4px; }
        
        .widget-notif-home { background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%); border-radius: 16px; padding: 15px; margin: 0 15px 20px 15px; color: white; box-shadow: 0 10px 20px -5px rgba(0,0,0,0.3); position: relative; overflow: hidden; font-family: 'Inter', sans-serif;}
        .widget-notif-home::after { content: '\f0f3'; font-family: 'FontAwesome'; position: absolute; right: -15px; bottom: -15px; font-size: 6rem; opacity: 0.05; transform: rotate(-20deg); }
        .wnh-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 8px;}
        .wnh-header h4 { font-size: 0.9rem; font-weight: 700; margin: 0; color: #fbbf24; }
        .wnh-body { font-size: 0.8rem; color: #cbd5e1; line-height: 1.4; }       
        
       /* INJEKSI: ANIMASI LONCENG RADAR DARI WALIMURID 7 */
        @keyframes ringBell { 0% { transform: rotate(0); } 10% { transform: rotate(15deg); } 20% { transform: rotate(-15deg); } 30% { transform: rotate(10deg); } 40% { transform: rotate(-10deg); } 50% { transform: rotate(0); } 100% { transform: rotate(0); } }
        .ringing { animation: ringBell 1s ease-in-out infinite !important; color: var(--danger) !important; text-shadow: 0 0 10px rgba(239,68,68,0.5);}

        /* =================================================== */
        /* 🛡️ PHANTOM SHIELD: ANTI COPY & SELECTION            */
        /* =================================================== */
        body {
            -webkit-user-select: none; /* Chrome, Safari, Opera */
            -moz-user-select: none; /* Firefox */
            -ms-user-select: none; /* IE / Edge */
            user-select: none; /* Non-prefixed version */
            -webkit-touch-callout: none; /* Mematikan popup tahan-sentuh di HP */
        }
        img { pointer-events: none; } /* Mencegah gambar di drag/didownload */
