/* ==========================================================
   CYBER GPT - PROTEKSI TOTAL ANTI TEKAN LAMA & SAVE GAMBAR
   ========================================================== */

/* Matikan aksi long-press pada semua gambar tag img */
img {
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    user-select: none !important;
    -webkit-user-drag: none !important;
    pointer-events: none !important;
}

/* Kelas Khusus Logo Welcome Screen */
.welcome-logo-bg {
    width: 64px;
    height: 64px;
    margin-bottom: 16px;
    border-radius: 14px;
    background-image: url('../image/aplikasi.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    user-select: none !important;
}

/* KELAS BARU: Khusus Logo Kecil di Header Atas */
.header-logo-bg {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background-image: url('pages/image/aplikasi.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    user-select: none !important;
}
