.SLOT {
            margin: 0;
            padding: 0;
            font-family: 'Mulish', ui-sans-serif, system-ui, sans-serif;
            background-color: transparent;
            color: #cabe0c;
            overflow: hidden
        }

        .MALINGLU-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            background: rgba(0, 0, 0, .4);
            backdrop-filter: blur(3px);
            -webkit-backdrop-filter: blur(3px);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 9999;
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            transition: opacity .3s ease, visibility .3s ease
        }

        .MALINGLU-overlay.is-ready {
            opacity: 1;
            visibility: visible;
            pointer-events: auto
        }

        .MALINGLU-container {
            position: relative;
            width: 90%;
            max-width: 420px;
            background: linear-gradient(145deg, rgb(0 0 0 / 90%), rgb(0 0 0 / 85%));
            border-radius: 20px;
            overflow: hidden;
            text-align: center;
            box-shadow: 0 20px 40px rgba(0, 0, 0, .7), 0 0 0 1px rgba(212, 175, 55, .2);
            padding-bottom: 20px;
            border: 1px solid rgb(255, 210, 0);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px)
        }

        .MALINGLU-overlay.is-ready .MALINGLU-container {
            animation: rotateScaleIn .8s cubic-bezier(.175, .885, .32, 1.275), goldPulse 3.5s infinite ease-in-out
        }

        @keyframes goldPulse {

            0%,
            100% {
                box-shadow: 0 20px 40px rgba(0, 0, 0, .7), 0 0 20px rgba(30, 144, 255, .3), 0 0 0 1px rgba(30, 144, 255, .2)
            }

            50% {
                box-shadow: 0 20px 40px rgba(0, 0, 0, .7), 0 0 30px rgba(0, 191, 255, .5), 0 0 0 1px rgba(0, 191, 255, .3)
            }
        }

        .MALINGLU-container::before {
            content: "";
            position: absolute;
            top: -100%;
            left: -100%;
            width: 200%;
            height: 200%;
            background: linear-gradient(135deg, rgba(255, 255, 255, 0) 45%, rgba(0, 191, 255, .28) 50%, rgba(255, 255, 255, 0) 55%);
            animation: shineDiagonal 5s linear infinite;
            z-index: 2;
            pointer-events: none
        }

        @keyframes shineDiagonal {
            0% {
                transform: translate(-100%, -100%) rotate(30deg)
            }

            100% {
                transform: translate(100%, 100%) rotate(30deg)
            }
        }

        .MALINGLU-image,
        .malinglu-banner {
            width: 100%;
            height: auto;
            display: block;
            border-bottom: 1px solid rgb(255, 210, 0)
        }

        .clk-btn-sgp {
            width: 97%;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
            font-family: 'Mulish', ui-sans-serif, system-ui, sans-serif;
            font-weight: 700;
            padding: 20px;
            position: relative;
            overflow: hidden
        }

        .clk-btn-sgp::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: calc(100% - 30px);
            height: 2px;
            background: linear-gradient(90deg, transparent, #faea07, gold, #faea07, transparent);
            opacity: .4;
            filter: blur(1px)
        }

        .clk-btn-sgp a {
            text-align: center;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            padding: 16px 12px;
            margin: 0;
            border-radius: 14px;
            transition: all .4s cubic-bezier(.23, 1, .32, 1);
            position: relative;
            overflow: hidden;
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border: 2px solid transparent;
            box-shadow: 0 8px 0 #000;
            clip-path: polygon(var(--blade-cut) 0, 100% 0, 100% calc(100% - var(--blade-cut)), calc(100% - var(--blade-cut)) 100%, 0 100%, 0 var(--blade-cut));
            z-index: 1
        }

        .clk-btn-sgp a::after {
            content: '';
            position: absolute;
            top: -2px;
            left: -2px;
            right: -2px;
            bottom: -2px;
            background: linear-gradient(45deg, #ffd200, #ffd200, #ffd200, #ffd200, #ffd200);
            border-radius: 16px;
            z-index: -1;
            opacity: 0;
            transition: opacity .3s ease
        }

        .clk-btn-sgp a:hover::after {
            opacity: 1
        }

        .clk-btn-sgp a:hover {
            transform: translateY(-6px) scale(1.03);
            border-color: #ffbf00
        }

        .login {
            color: gold !important;
            background: linear-gradient(145deg, #535050, #000);
            border: 2px solid #cabe0c;
            text-shadow: 0 2px 4px rgba(0, 0, 0, .5);
            position: relative
        }

        .login::before {
            position: absolute;
            left: 15px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 18px;
            opacity: .7;
            transition: all .3s ease;
            filter: drop-shadow(0 0 3px gold)
        }

        .login:hover {
            background: linear-gradient(145deg, #222, #1a1a1a);
            box-shadow: 0 12px 0 #000, 0 20px 40px rgba(212, 175, 55, .4), 0 0 30px rgba(255, 215, 0, .2);
            color: #fff8dc !important;
            border-color: gold
        }

        .login:hover::before {
            opacity: 1;
            transform: translateY(-50%) rotate(15deg);
            filter: drop-shadow(0 0 8px gold)
        }

        .register {
            color: #000000 !important;
            background: linear-gradient(45deg, #ffd200, #ffd200, #ffd200, #ffd200, #ffd200);
            border: 2px solid #000;
            text-shadow: 0 1px 2px rgba(255, 255, 255, .3);
            position: relative
        }

        .register::before {
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 18px;
            opacity: .7;
            transition: all .3s ease
        }

        .register:hover {
            background: linear-gradient(145deg, gold, #faea07);
            box-shadow: 0 12px 0 #000, 0 20px 40px rgba(212, 175, 55, .5), 0 0 35px rgba(255, 215, 0, .3);
            color: #000 !important;
            border-color: #000
        }

        .register:hover::before {
            opacity: 1;
            transform: translateY(-50%) scale(1.2) rotate(360deg);
            filter: drop-shadow(0 0 5px #d1a000)
        }

        .clk-btn-sgp a span {
            display: inline-block;
            transition: transform .3s ease
        }

        .clk-btn-sgp a:hover span {
            transform: translateX(3px)
        }

        @media (max-width:768px) {
            .clk-btn-sgp {
                grid-template-columns: 1fr;
                gap: 12px
            }

            .clk-btn-sgp a {
                padding: 18px 12px
            }

            .login::before,
            .register::before {
                position: relative;
                left: 0;
                right: 0;
                display: inline-block;
                margin-right: 10px;
                transform: none;
                top: 0
            }

            .login:hover::before,
            .register:hover::before {
                transform: none
            }
        }

        @keyframes subtleGlow {

            0%,
            100% {
                box-shadow: 0 15px 35px rgba(0, 0, 0, .6), inset 0 1px 0 rgba(255, 255, 255, .1)
            }

            50% {
                box-shadow: 0 15px 35px rgba(0, 0, 0, .6), inset 0 1px 0 rgba(255, 255, 255, .1), 0 0 20px rgba(212, 175, 55, .15)
            }
        }

        .info-table {
            width: 90%;
            margin: 20px auto;
            border-collapse: collapse;
            color: #eee;
            font-size: 14px;
            position: relative;
            z-index: 3;
            background: rgba(0, 0, 0, .3);
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, .3)
        }

        .info-table th {
            background: linear-gradient(135deg, #00b7ff, #003b8f);
            padding: 14px 10px;
            font-size: 15px;
            color: #000;
            border: none;
            font-weight: 700;
            letter-spacing: .8px;
            text-transform: uppercase
        }

        .info-table td {
            padding: 12px;
            border-bottom: 1px solid rgba(212, 175, 55, .1);
            text-align: left
        }

        .info-table tr:last-child td {
            border-bottom: none
        }

        .MALINGLU-footer {
            font-size: 13px;
            color: #ccc;
            padding: 20px 10px;
            position: relative;
            z-index: 3;
            line-height: 1.6;
            font-family: 'Mulish', ui-sans-serif, system-ui, sans-serif
        }

        @keyframes rotateScaleIn {
            0% {
                opacity: 0;
                transform: scale(.3) rotate(-10deg)
            }

            50% {
                transform: scale(1.05) rotate(2deg)
            }

            100% {
                opacity: 1;
                transform: scale(1) rotate(0)
            }
        }

        .gold-particle {
            position: absolute;
            background: radial-gradient(circle, rgba(255, 215, 0, .8) 0, rgba(212, 175, 55, .4) 100%);
            border-radius: 50%;
            pointer-events: none;
            z-index: 1;
            animation: floatGold 10s infinite ease-in-out;
            box-shadow: 0 0 10px rgba(255, 215, 0, .6)
        }

        @keyframes floatGold {

            0%,
            100% {
                transform: translateY(0) translateX(0);
                opacity: 0
            }

            10% {
                opacity: .8
            }

            90% {
                opacity: .8
            }

            100% {
                transform: translateY(-120px) translateX(40px);
                opacity: 0
            }
        }

        .luxury-border {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border: 1px solid rgba(212, 175, 55, .2);
            border-radius: 20px;
            pointer-events: none;
            z-index: 4;
            background: linear-gradient(135deg, rgba(212, 175, 55, 0) 0, rgba(212, 175, 55, .1) 50%, rgba(212, 175, 55, 0) 100%)
        }

        .close-btn {
            position: absolute;
            top: 15px;
            right: 15px;
            width: 32px;
            height: 32px;
            background: rgba(0, 0, 0, .5);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            z-index: 10;
            transition: all .3s ease;
            border: 1px solid #ffeb3b
        }

        .close-btn:hover {
            background: #ffeb3bb5;
            transform: rotate(90deg)
        }

        .close-btn::after,
        .close-btn::before {
            content: '';
            position: absolute;
            width: 16px;
            height: 2px;
            background: #fff
        }

        .close-btn::before {
            transform: rotate(45deg)
        }

        .close-btn::after {
            transform: rotate(-45deg)
        }

        @media (max-width:480px) {
            .MALINGLU-container {
                width: 95%;
                max-width: 350px
            }

            .MALINGLU-buttons a {
                font-size: 14px;
                padding: 16px 0
            }

            .info-table {
                font-size: 13px
            }

            .MALINGLU-footer {
                font-size: 12px
            }

            .close-btn {
                width: 28px;
                height: 28px
            }
        }