
        :root {
            --container-bg: #ffffff;
        }

       

        body,
        html {
            margin: 0;
            padding: 0;
            overflow-x: hidden;
            background-color: #f2f2f2;

            font-family: "Google Sans", sans-serif;
            font-optical-sizing: auto;
        }

        .alert {
            opacity: 1 !important;
        }

        img {
            pointer-events: none;
            /* Mencegah interaksi klik kanan */
            user-select: none;
        }

        img.protected {
            -webkit-user-drag: none;
            -webkit-touch-callout: none;
            user-select: none;
            touch-action: manipulation;
        }



        

        .header-overlay {
            position: relative;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.4);
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            text-align: center;
        }

        .main-content {
            position: relative;
            z-index: 10;
            background-color: var(--container-bg);
            border-top-left-radius: 25px;
            border-top-right-radius: 30px;
            margin-top: 250px;
            width: 101%;
            /* menyapu header */
            padding: 1rem 1rem 1rem 0.5rem;
            box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
        }

        .mc-mt-1 {
            margin-top: 5rem;
        }

        .image-boxxx {
            border-radius: 16px;
            overflow: hidden;
            position: relative;
        }

        .image-boxxx img {
            width: 100%;
            display: block;
        }

        .masonry {
            column-count: 2;
            /* Bisa jadi 3 untuk desktop */
            column-gap: 1rem;
        }



        /* .image-box {
            break-inside: avoid;
            margin-bottom: 1rem;
            border-radius: 5px;
            overflow: hidden;
            border-radius: 10px;
        }

        .image-box img {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 5px;
            cursor: pointer;
        } */


        .overlay-actions {
            position: absolute;
            bottom: 10px;
            left: 10px;
            display: flex;
            flex-direction: column;
            background: rgba(0, 0, 0, 0.6);
            padding: 8px;
            border-radius: 8px;
            z-index: 10;
        }

        .photo-wrapper {
            position: relative;
            overflow: hidden;
        }

        .image-box {
            position: relative;
            width: 100%;
            height: auto;
        }

        .image-box img {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 15px;
            object-fit: cover;
        }


        .horizontal-overlay {
            position: absolute;
            bottom: 6px;
            right: 3px;
            z-index: 10;
            display: flex;
            gap: 6px;
            background: rgba(0, 0, 0, 0.5);
            backdrop-filter: blur(4px);

            -webkit-backdrop-filter: blur(3px);
            padding: 6px 8px;
            border-radius: 8px;
        }



        .gallery-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
            gap: 0.5rem;
        }

        @media (min-width: 768px) {
            .main-content {
                padding: 5rem 2rem 6rem;
            }
        }
    

    <!-- STYLE MODAL -->
    
        .image-modal {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 9999;
            backdrop-filter: blur(10px);
            background-color: rgba(0, 0, 0, 0.6);
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
        }

        .image-modal .modal-overlay {
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: 0;
        }

        .modal-dialog {
            /* max-width: 90% !important; */
            /* width: 70% !important; */
            margin: auto;
            padding-left: 3rem;
            padding-right: 3rem;
        }

        /* 
        .modal {
            z-index: 2055 !important;
        }

        .modal-backdrop {
            z-index: 2040 !important;
        } */

        /* Background blur fullscreen saat modal muncul */
        .modal-backdrop.show {
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(9.5px);
            background-color: rgba(0, 0, 0, 1);
            /* semi-transparan */
        }

        .custom-blur-backdrop {
            position: fixed;
            inset: 0;
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            background-color: rgba(255, 255, 255, 0.5);
            /* semi-transparent */
            z-index: 1040;
            /* di bawah modal (1045 di Bootstrap 5) */
            display: none;
        }

        .custom-blur-backdrop.show {
            display: block;
        }


        .modal-content {
            position: relative;
            z-index: 2100;
            /* From https://css.glass */
            background: rgba(255, 255, 255, 0.31);
            border-radius: 16px;
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
            backdrop-filter: blur(9.5px);
            -webkit-backdrop-filter: blur(9.5px);
            border: 1px solid rgba(255, 255, 255, 0.53);
            border-radius: 20px;
            overflow: hidden;
            color: #ffffff;
        }

        .modal-content .modal-header {
            border-bottom: none;
        }

        .modal-content .modal-footer {
            border-top: none;
        }


        .modal-content img {
            /* max-width: 100%; */
            max-height: 70vh;
            border-radius: 10px;
        }

        .modal-controls {
            margin-top: 15px;
            display: flex;
            justify-content: center;
            gap: 10px;
        }

        .modal-controls button {
            padding: 8px 12px;
            font-size: 18px;
            border: none;
            border-radius: 8px;
            background: #ffffff33;
            color: white;
            cursor: pointer;
            backdrop-filter: blur(5px);
        }



        .btn-close {
            position: absolute;
            top: 10px;
            left: 15px;
            font-size: 28px;
            background: none;
            border: none;
            color: white;
            cursor: pointer;
        }

        select.glass-select {
            appearance: none;
            /* hilangkan style default browser */
            background: rgba(255, 255, 255, 0.31);
            border-radius: 16px;
            border: 1px solid rgba(255, 255, 255, 0.53);
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
            backdrop-filter: blur(9.5px);
            -webkit-backdrop-filter: blur(9.5px);
            color: #fff;
            padding: 10px 16px;
            font-size: 1rem;
            font-family: inherit;
            outline: none;
            transition: all 0.3s ease;
            cursor: pointer;
            width: 100%;
        }

        /* Tambahan efek hover/focus */
        select.glass-select:hover,
        select.glass-select:focus {
            background: rgba(255, 255, 255, 0.4);
            border: 1px solid rgba(255, 255, 255, 0.8);
        }

        /* Untuk Firefox: biar dropdown-nya juga tidak terlalu kontras */
        select.glass-select option {
            background-color: rgba(0, 0, 0, 0.5);
            color: #fff;
        }

        .sort-link {
            text-decoration: none;
            font-weight: 400;
            border-bottom: 2px solid transparent;
            padding-bottom: 3px;
            transition: all 0.2s ease;
            color: #000000ff;
            font-size: 14px;
        }

        .sort-link.active {
            font-weight: 600;
            border-bottom: 2px solid currentColor;
        }

        .sort-link:hover {
            opacity: 0.85;
        }

        .header-text {
            color: <?= $datascan['htext_clr'] ?>;
        }

        .header-subtitle {
            font-size: 15px;
            /* Adjust font size as needed for mobile */
            /*padding-top:1rem;*/
            /* padding-left: 2rem; */
            /*color : #f3efe4;*/
        }

        .header-subtitle:a.text-a {
            text-decoration: none;
            /*color : #f3efe4;*/
        }

        .checkbox-top-right {
            position: absolute;
            top: 8px;
            right: 8px;
            /* z-index: 9999; */
            background: rgba(0, 0, 0, 0.4);
            /* semi-transparan gelap */
            backdrop-filter: blur(3px);
            -webkit-backdrop-filter: blur(3px);
            /* untuk Safari */
            padding: 4px 8px;
            border-radius: 11px;
            display: flex;
            align-items: center;
        }



        .checkbox-top-right input[type="checkbox"] {
            width: 25px;
            height: 25px;
            cursor: pointer;
            margin-bottom: 3px;
        }

        .bg-transparent {
            background: rgba(0, 0, 0, 0.5);
            backdrop-filter: blur(5px);
            -webkit-backdrop-filter: blur(5px);

        }

        .btn-transparent {
            background: rgba(0, 0, 0, 0.5);
            /* Transparansi hitam */
            backdrop-filter: blur(5px);
            /* Efek blur */
            -webkit-backdrop-filter: blur(5px);
            /* Safari support */
            border: none;
            /* Hilangkan border default */
            color: white !important;
            /* Warna teks/icon */
            border-radius: 25%;
            /* Tombol bulat */
            transition: all 0.3s ease;
            /* Animasi smooth */
        }

        .btn-transparent:hover {
            background: rgba(0, 0, 0, 0.6);
            /* Lebih gelap saat hover */
        }

        .btn-transparent:disabled,
        .btn-transparent.disabled {
            background: rgba(0, 0, 0, 0.3);
            /* Lebih redup */
            backdrop-filter: blur(3px);
            /* Tetap blur, tapi ringan */
            -webkit-backdrop-filter: blur(3px);
            color: rgba(255, 255, 255, 0.5) !important;
            /* Warna teks/icon pudar */
            pointer-events: none;
            /* Nonaktifkan klik */
            opacity: 0.6;
            /* Tambahan efek buram */
        }

        .btn-transparent-white {
            background: rgba(255, 255, 255, 0.5);
            /* Transparansi hitam */
            backdrop-filter: blur(5px);
            /* Efek blur */
            -webkit-backdrop-filter: blur(5px);
            /* Safari support */
            border: none;
            /* Hilangkan border default */
            color: white !important;
            /* Warna teks/icon */
            border-radius: 25%;
            /* Tombol bulat */
            transition: all 0.3s ease;
            /* Animasi smooth */
        }

        .btn-transparent-white:hover {
            background: rgba(255, 255, 255, 0.6);
            /* Lebih gelap saat hover */
        }

        .btn-transparent-white:disabled,
        .btn-transparent-white.disabled {
            background: rgba(0, 0, 0, 0.3);
            /* Lebih redup */
            backdrop-filter: blur(3px);
            /* Tetap blur, tapi ringan */
            -webkit-backdrop-filter: blur(3px);
            color: rgba(255, 255, 255, 0.5) !important;
            /* Warna teks/icon pudar */
            pointer-events: none;
            /* Nonaktifkan klik */
            opacity: 0.6;
            /* Tambahan efek buram */
        }

        .btn-transparent-blue {
            background: rgba(40, 49, 167, 0.5);
            /* Transparansi hitam */
            backdrop-filter: blur(5px);
            /* Efek blur */
            -webkit-backdrop-filter: blur(5px);
            /* Safari support */
            border: none;
            /* Hilangkan border default */
            color: white !important;
            /* Warna teks/icon */
            border-radius: 25%;
            /* Tombol bulat */
            transition: all 0.3s ease;
            /* Animasi smooth */
        }

        .btn-transparent-blue:hover {
            background: rgba(40, 49, 167, 0.6);
            /* background: rgba(255, 255, 255, 0.6); */
            /* Lebih gelap saat hover */
        }

        .btn-transparent-blue:disabled,
        .btn-transparent-blue.disabled {
            background: rgba(40, 49, 167, 0.3);
            /* Lebih redup */
            backdrop-filter: blur(3px);
            /* Tetap blur, tapi ringan */
            -webkit-backdrop-filter: blur(3px);
            color: rgba(255, 255, 255, 0.5) !important;
            /* Warna teks/icon pudar */
            pointer-events: none;
            /* Nonaktifkan klik */
            opacity: 0.6;
            /* Tambahan efek buram */
        }

        .btn-glassmor {
            color: white !important;
            /* Warna teks/icon */
            transition: all 0.3s ease;
            /* Animasi smooth */

            /* From https://css.glass */
            background: rgba(255, 255, 255, 0.13);
            border-radius: 14px;
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
            backdrop-filter: blur(13.4px);
            -webkit-backdrop-filter: blur(13.4px);
            border: 1px solid rgba(255, 255, 255, 0.35);
            font-weight: 500;
            transition: background 0.3s;
        }

        .btn-glassmor:hover {
            background: rgba(255, 255, 255, 0.6);
            /* Lebih gelap saat hover */
        }

        .btn-glassmor:disabled,
        .btn-glassmor.disabled {
            background: rgba(0, 0, 0, 0.3);
            /* Lebih redup */
            backdrop-filter: blur(3px);
            /* Tetap blur, tapi ringan */
            -webkit-backdrop-filter: blur(3px);
            color: rgba(255, 255, 255, 0.5) !important;
            /* Warna teks/icon pudar */
            pointer-events: none;
            /* Nonaktifkan klik */
            opacity: 0.6;
            /* Tambahan efek buram */
        }

        .btn-glassmor2 {
            color: white !important;
            /* Warna teks/icon */
            transition: all 0.3s ease;
            /* Animasi smooth */

            /* From https://css.glass */
            background: rgba(255, 255, 255, 0.13);
            border-radius: 8px;
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
            backdrop-filter: blur(13.4px);
            -webkit-backdrop-filter: blur(13.4px);
            border: 1px solid rgba(255, 255, 255, 0.35);
            font-weight: 500;
            transition: background 0.3s;
            padding: 2px 7px
        }

        .btn-glassmor2:hover {
            background: rgba(255, 255, 255, 0.6);
            /* Lebih gelap saat hover */
        }

        .btn-glassmor2:disabled,
        .btn-glassmor2.disabled {
            background: rgba(0, 0, 0, 0.3);
            /* Lebih redup */
            backdrop-filter: blur(3px);
            /* Tetap blur, tapi ringan */
            -webkit-backdrop-filter: blur(3px);
            color: rgba(255, 255, 255, 0.5) !important;
            /* Warna teks/icon pudar */
            pointer-events: none;
            /* Nonaktifkan klik */
            opacity: 0.6;
            /* Tambahan efek buram */
        }

        .btn-square {
            width: 40px;
            /* atau ukuran lain sesuai kebutuhan */
            height: 40px;
            padding: 0;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        @media (max-width: 768px) {
            .btn-square {
                width: 40px;
                height: 40px;
            }

        }

        @media (max-width: 576px) {}

        .popup-menu {
            position: fixed;
            inset: 0;
            z-index: 9999;
        }

        .popup-overlay {
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0.6);
            backdrop-filter: blur(10px);
        }

        .popup-content {
            position: relative;
            z-index: 2;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding-top: 60px;
        }

        .popup-logo {
            max-width: 120px;
            margin-bottom: 30px;
        }

        .menu-buttons .btn-glass {
            width: 250px;
            padding: 14px 0;
            border-radius: 15px;
            color: #fff;

            /* From https://css.glass */
            background: rgba(255, 255, 255, 0.25);
            border-radius: 16px;
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
            backdrop-filter: blur(13.4px);
            -webkit-backdrop-filter: blur(13.4px);
            border: 2px solid rgba(255, 255, 255, 0.59);
            font-weight: 500;
            transition: background 0.3s;
        }

        .menu-buttons .btn-glass:hover {
            background: rgba(255, 255, 255, 0.6);
        }

        .menu-buttons .btn-glass.disabled {
            pointer-events: none;
            opacity: 0.5;
            cursor: default;
        }

        .btn-close-menu {
            top: 20px;
            left: 20px;
            z-index: 3;
            background: rgba(255, 255, 255, 0.3);
            backdrop-filter: blur(6px);
            border: none;
            color: #fff;
        }



        .guestbook-form {
            max-width: 500px;
            margin: 0 auto;
            font-family: "Google Sans", sans-serif;
        }

        .form-label {
            font-weight: 600;
            font-size: 14px;
            margin-bottom: 6px;
            display: block;
        }

        .form-input {
            width: 100%;
            padding: 10px 4px;
            font-size: 15px;
            border: none;
            border-bottom: 1px solid rgba(0, 0, 0, 0.2);
            border-radius: 10px;
            background: transparent;
            outline: none;
            transition: border-color 0.3s;
        }

        .form-input:focus {
            border-bottom: 3px solid rgba(0, 0, 0, 0.6);
            background-color: rgba(0, 0, 0, 0.02);
        }

        textarea.form-input {
            resize: vertical;
            min-height: 80px;
        }

        .btn-submit {
            width: 100%;
            padding: 10px;
            background-color: #222;
            color: white;
            font-size: 15px;
            font-weight: 500;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            transition: background-color 0.25s ease;
        }

        .btn-submit:hover {
            background-color: #444;
        }

        .guestbook-card {
            background: #fff;
            transition: all 0.3s;
        }

        .guest-message-text {
            overflow: hidden;
            white-space: pre-line;
        }

        .guestbook-card a.toggle-message {
            cursor: pointer;
        }

        .section-heading {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 1rem;
        }

        .section-heading .line {
            flex-grow: 1;
            height: 1px;
            background-color: #000;
            opacity: 0.3;
        }

        .section-heading .text {
           font-family: "Google Sans", sans-serif;
            font-size: 1rem;
            color: #000;
            white-space: nowrap;
            font-weight: 600;
        }

        .mobile-nav {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            height: 65px;
            /* background: <?= $datascan['hbg_clr'] ?>; */
            /* border-top: 1px solid #ddd; */
            display: flex;
            justify-content: space-around;
            align-items: center;
            z-index: 1000;
            box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
        }

        .mobile-nav .nav-item {
            flex: 1;
            text-align: center;
            color: #ffffffff;
            opacity: 1;
            font-size: 14px;
            text-decoration: none;
        }

        .mobile-nav .nav-item i {
            display: block;
            font-size: 20px;
            margin-bottom: 3px;
        }

        .mobile-nav .nav-item.active,
        .mobile-nav .nav-item:hover {
            color: #000000ff;
            opacity: 1;
            font-weight: bold;
            background-color: #fff;
            border-radius: 31px;
            /* transition: all 0.3s ease; */
            padding-top: 6px;
            padding-bottom: 3px;
            margin: 5px;
        }

        .nav-transparent {
            background: rgba(0, 0, 0, 0.5);
            backdrop-filter: blur(5px);
            -webkit-backdrop-filter: blur(5px);
            border-top: 1px solid #fff;
        }

        .timeline-container {
            position: relative;
            /* margin: 50px auto; */
            padding-left: 40px;
            border-right: 4px solid #ccc;
            max-width: 800px;
        }

        .story-item {
            position: relative;
            margin-bottom: 50px;
        }

        .story-dot {
            position: absolute;
            right: -12px;
            top: 30px;
            width: 20px;
            height: 20px;
            background-color: #4e73df;
            border-radius: 50%;
            border: 2px solid white;
            box-shadow: 0 0 0 3px #4e73df33;
            z-index: 1;
        }

        .story-time {
            font-size: 0.85rem;
            color: #888;
            margin-right: 15px;
            margin-bottom: 5px;
            text-align: end;
        }

        .story-card {
            background: rgba(212, 212, 212, 1);
            border-radius: 15px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            padding: 15px;
            margin-left: 0px;
            max-width: 600px;
            position: relative;
            right: 25px;
        }

        .story-media {
            /* max-height: 400px; */
            width: 100%;
            border-radius: 15px;
            margin-bottom: 10px;
        }

        .story-caption {
            font-size: 1rem;
            font-weight: 500;
        }

        .story-name {
            font-size: 0.9rem;
            color: #555;
        }

        .report-badge {
            position: absolute;
            top: 10px;
            right: 10px;
            z-index: 99;
            background-color: #f44336;
            color: white;
            padding: 15px 10px;
            font-size: 0.75rem;
            border-radius: 12px;
            cursor: pointer;
        }

        .report-badge:hover {
            background-color: #d32f2f;
        }

        .btn-story {
            background-color: #00aeffff;
            color: white;
            padding: 5px 10px;
            font-size: 0.75rem;
            border-radius: 16px;
            cursor: pointer;
            text-decoration: none;
        }

        .btn-story:hover {
            background-color: #0083c0ff;
        }
    
    
        /* Container tombol */
        .photo-action-btns {
            display: flex;
            gap: 8px;
            /* jarak antar tombol */
            position: absolute;
            /* jika ingin melayang di atas foto */
            bottom: 10px;
            right: 10px;
        }

        /* Tombol glassmorphism */
        .btn-glass-vd {
            padding: 6px 14px;
            /* border-radius: 17px; */
            /* rounded corner */
            background: rgba(255, 255, 255, 0.25);
            border-radius: 16px;

            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
            border: 1px solid rgba(170, 170, 170, 0.59);
            color: #fff;
            text-decoration: none;
            font-weight: 400;
            transition: all .2s ease;
            box-shadow: 0px -1px 22px -4px rgba(20, 20, 20, 0.78);
            -webkit-box-shadow: 0px -1px 22px -4px rgba(20, 20, 20, 0.78);
            -moz-box-shadow: 0px -1px 22px -4px rgba(20, 20, 20, 0.78);
        }

        .btn-glass-vd:hover {
            background: rgba(27, 3, 161, 0.6);
            border-color: rgba(27, 3, 161, 0.6);
            /* Lebih gelap saat hover */
        }

        /* Tombol glassmorphism */
        .btn-glass-dark {
            padding: 6px 14px;
            /* border-radius: 17px; */
            /* rounded corner */
            background: rgba(15, 15, 15, 0.45);
            border-radius: 16px;

            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
            border: 2px solid rgba(170, 170, 170, 0.59);
            color: #fff;
            text-decoration: none;
            font-weight: 600;
            transition: all .2s ease;
            box-shadow: 0px -1px 22px -4px rgba(20, 20, 20, 0.78);
            -webkit-box-shadow: 0px -1px 22px -4px rgba(20, 20, 20, 0.78);
            -moz-box-shadow: 0px -1px 22px -4px rgba(20, 20, 20, 0.78);
        }

        .btn-glass-dark:hover {
            background: rgba(27, 3, 161, 0.6);
            border-color: rgba(27, 3, 161, 0.6);
            /* Lebih gelap saat hover */
        }
    
    
        /* Membuat kontainer tombol menjadi acuan koordinat */
        .position-relative {
            position: relative !important;
            display: inline-block;
        }

        /* Styling Badge NEW */
        .badge-new {
            position: absolute;
            top: -8px;
            /* Mengatur jarak dari atas */
            right: -5px;
            /* Mengatur jarak dari kanan */
            background: linear-gradient(45deg, #ff0000, #ff5f6d);
            /* Warna merah gradasi agar mencolok */
            color: white;
            font-size: 9px;
            /* Ukuran teks kecil */
            font-weight: 800;
            padding: 2px 6px;
            border-radius: 50px;
            /* Bentuk pill */
            line-height: 1;
            box-shadow: 0 2px 5px rgba(255, 0, 0, 0.3);
            text-transform: uppercase;
            letter-spacing: 0.5px;
            animation: pulse-new 2s infinite;
            /* Efek berdenyut agar menarik perhatian */
        }

        /* Animasi berdenyut (opsional) */
        @keyframes pulse-new {
            0% {
                transform: scale(1);
            }

            50% {
                transform: scale(1.1);
            }

            100% {
                transform: scale(1);
            }
        }
    
    
  

    /* Base Button Style */
    .btn-mono {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 8px 16px;
        font-size: 13px;
        font-weight: 600;
        text-decoration: none !important;
        border: 1px solid #e0e0e0;
        background: #fff;
        color: #333;
        transition: all 0.2s ease;
        border-radius: 10px; /* Rounded sedikit sesuai request */
    }

    .btn-mono:hover {
        background: #f5f5f5;
        border-color: #333;
    }

    /* Toggle Logic (Active State) */
    .btn-mono.active {
        background: #333;
        color: #fff;
        border-color: #333;
    }

    /* Button Group for Sorting */
    .mono-group {
        display: inline-flex;
        border: 1px solid #e0e0e0;
        border-radius: 10px;
        overflow: hidden;
    }

    .mono-group .btn-mono {
        border: none;
        border-radius: 0;
        border-right: 1px solid #e0e0e0;
    }

    .mono-group .btn-mono:last-child {
        border-right: none;
    }

    /* Badge New Monochrome */
    .badge-mono {
        font-size: 8px;
        background: #333;
        color: #fff;
        padding: 2px 5px;
        border-radius: 4px;
        margin-left: 5px;
        vertical-align: middle;
    }

    .info-filter {
        background: #f8f9fa;
        padding: 10px 20px;
        border-radius: 10px;
        font-size: 13px;
        border: 1px dashed #ccc;
    }
    
   /* 1. Kapsul Utama */
    .glass-navbar {
        /* Fallback 1: Untuk mengatasi warning editor */
        background: rgb(255, 255, 255); 
        
        /* Fallback 2: Warna agak solid jika browser di HP gagal render efek blur */
        background: rgba(255, 255, 255, 0.85); 
        
        border: 1px solid rgba(255, 255, 255, 0.4);
        box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
        padding: 8px 12px;

        /* Trik mengatasi bug render di Chrome Mobile */
        transform: translateZ(0); 
        -webkit-transform: translateZ(0);
        overflow: visible !important;
    }

    /* Jika browser HP mendukung efek blur, baru jalankan mode Glassmorphism */
    @supports (backdrop-filter: blur(12px)) or (-webkit-backdrop-filter: blur(12px)) {
        .glass-navbar {
            background: rgba(255, 255, 255, 0.25); /* Kembali ke transparansi asli */
            -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
            overflow: visible !important;
        }
    }

    /* 2. Tombol-tombol di dalam Kapsul */
    .btn-glass-nav {
        background: rgb(255, 255, 255); /* Fallback warning */
        background: rgba(255, 255, 255, 0.4);
        border: 1px solid rgba(255, 255, 255, 0.5);
        color: #333;
        font-weight: 600;
        transition: all 0.3s ease;
    }

    .btn-glass-nav:hover {
        background: rgba(255, 255, 255, 0.7);
        color: #000;
    }

    /* 3. Dropdown Glassmorphism */
    .glass-dropdown {
        background: rgb(255, 255, 255) !important; /* Fallback warning */
        background: rgba(255, 255, 255, 0.75) !important;
        border: 1px solid rgba(255, 255, 255, 0.5) !important;
        border-radius: 15px !important;
        overflow: hidden;
        transform: translateZ(0); /* Fix bug mobile di dropdown */
    }

    @supports (backdrop-filter: blur(10px)) or (-webkit-backdrop-filter: blur(10px)) {
        .glass-dropdown {
            -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
        }
    }

