
        *,
        *::before,
        *::after {
            box-sizing: border-box
        }

        :root {
            --bg: #2b51a4;
            --bg-2: #0b2458;
            --card: #050f26;
            --card-2: #08193a;
            --text: #ffffff;
            --muted: #ffffff;
            --accent: #00eeff;
            --accent-2: #ffd54a;
            --chip: #172d5f;
            --ring: 0 0 0 2px rgba(25, 95, 111, .45), 0 8px 18px rgba(0, 0, 0, .35);
            --shadow: 0 10px 20px rgba(0, 0, 0, .35);
            --radius: 16px
        }

        @font-face {
            font-display: swap;
            font-family: 'Ubuntu';
            font-style: normal;
            font-weight: 300;
            src: url('fonts/ubuntu-v20-latin-300.woff2') format('woff2'), url('fonts/ubuntu-v20-latin-300.woff') format('woff')
        }

        @font-face {
            font-display: swap;
            font-family: 'Ubuntu';
            font-style: normal;
            font-weight: 400;
            src: url('fonts/ubuntu-v20-latin-regular.woff2') format('woff2'), url('fonts/ubuntu-v20-latin-regular.woff') format('woff')
        }

        @font-face {
            font-display: swap;
            font-family: 'Ubuntu';
            font-style: normal;
            font-weight: 500;
            src: url('fonts/ubuntu-v20-latin-500.woff2') format('woff2'), url('fonts/ubuntu-v20-latin-500.woff') format('woff')
        }

        @font-face {
            font-display: swap;
            font-family: 'Ubuntu';
            font-style: normal;
            font-weight: 700;
            src: url('fonts/ubuntu-v20-latin-700.woff2') format('woff2'), url('fonts/ubuntu-v20-latin-700.woff') format('woff')
        }

        html,
        body {
            height: 100%;
            color: var(--text);
            font-family: 'Ubuntu', Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
            background-color: #000a1e;
            background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyNTAnIGhlaWdodD0nMzAnIHZpZXdCb3g9JzAgMCAxMDAwIDEyMCc+PHJlY3QgZmlsbD0nIzA4MWI0MScgd2lkdGg9JzEwMDAnIGhlaWdodD0nMTIwJy8+PGcgZmlsbD0nbm9uZScgc3Ryb2tlPScjMTcyZDVmJyBzdHJva2Utd2lkdGg9JzEwJyBzdHJva2Utb3BhY2l0eT0nMSc+PHBhdGggZD0nTS01MDAgNzVjMCAwIDEyNS0zMCAyNTAtMzBTMCA3NSAwIDc1czEyNSAzMCAyNTAgMzBzMjUwLTMwIDI1MC0zMHMxMjUtMzAgMjUwLTMwczI1MCAzMCAyNTAgMzBzMTI1IDMwIDI1MCAzMHMyNTAtMzAgMjUwLTMwJy8+PHBhdGggZD0nTS01MDAgNDVjMCAwIDEyNS0zMCAyNTAtMzBTMCA0NSAwIDQ1czEyNSAzMCAyNTAgMzBzMjUwLTMwIDI1MC0zMHMxMjUtMzAgMjUwLTMwczI1MCAzMCAyNTAgMzBzMTI1IDMwIDI1MCAzMHMyNTAtMzAgMjUwLTMwJy8+PHBhdGggZD0nTS01MDAgMTA1YzAgMCAxMjUtMzAgMjUwLTMwUzAgMTA1IDAgMTA1czEyNSAzMCAyNTAgMzBzMjUwLTMwIDI1MC0zMHMxMjUtMzAgMjUwLTMwczI1MCAzMCAyNTAgMzBzMTI1IDMwIDI1MCAzMHMyNTAtMzAgMjUwLTMwJy8+PHBhdGggZD0nTS01MDAgMTVjMCAwIDEyNS0zMCAyNTAtMzBTMCAxNSAwIDE1czEyNSAzMCAyNTAgMzBzMjUwLTMwIDI1MC0zMHMxMjUtMzAgMjUwLTMwczI1MCAzMCAyNTAgMzBzMTI1IDMwIDI1MCAzMHMyNTAtMzAgMjUwLTMwJy8+PHBhdGggZD0nTS01MDAtMTVjMCAwIDEyNS0zMCAyNTAtMzBTMC0xNSAwLTE1czEyNSAzMCAyNTAgMzBzMjUwLTMwIDI1MC0zMHMxMjUtMzAgMjUwLTMwczI1MCAzMCAyNTAgMzBzMTI1IDMwIDI1MCAzMHMyNTAtMzAgMjUwLTMwJy8+PHBhdGggZD0nTS01MDAgMTM1YzAgMCAxMjUtMzAgMjUwLTMwUzAgMTM1IDAgMTM1czEyNSAzMCAyNTAgMzBzMjUwLTMwIDI1MC0zMHMxMjUtMzAgMjUwLTMwczI1MCAzMCAyNTAgMzBzMTI1IDMwIDI1MCAzMHMyNTAtMzAgMjUwLTMwJy8+PC9nPjwvc3ZnPg==");
            background-attachment: fixed;
            background-size: 250px 30px;
        }

        body {
            margin: 0;
            overflow-x: hidden
        }

        body.sidebar-open {
            overflow: hidden
        }

        img {
            display: block;
            max-width: 100%;
            height: auto
        }

        a {
            color: inherit;
            text-decoration: none
        }

        .app {
            position: relative;
            min-height: 100dvh
        }

        .topbar {
            position: sticky;
            top: 0;
            z-index: 5;
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 7px 12px;
            background: linear-gradient(180deg, rgba(0, 42, 133, 0.8), rgba(12, 37, 89, .7));
            backdrop-filter: blur(7px);
            border-bottom: 1px solid rgba(129, 173, 255, 0.300)
        }

        .brand {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 4px
        }

        .brand-logo {
            width: 30px;
            height: 25px;
            border-radius: 5px;
            overflow: hidden;
            box-shadow: var(--ring);
            background: #000
        }

        .brand-logo img {
            width: 100%;
            height: 100%;
            object-fit: cover
        }

        .brand-name {
            font-weight: 700;
            letter-spacing: .2px
        }

        .top-icon-btn,
        .menu-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 36px;
            height: 36px;
            background: linear-gradient(135deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, .07));
            border: 1px solid rgba(255, 255, 255, .15);
            border-radius: 10px;
            cursor: pointer;
            padding: 8px;
            z-index: 15;
            box-shadow: 0 4px 12px rgba(0, 0, 0, .25);
            transition: background .2s ease;
            color: var(--text);
            text-decoration: none
        }

        .top-icon-btn:active,
        .menu-btn:active {
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.104), rgba(255, 255, 255, .1))
        }

        .top-icon-btn svg {
            width: 15px;
            height: 20px;
            flex-shrink: 0
        }

        .update-btn {
            width: auto !important;
            padding-inline: 12px;
            gap: 5px;
            font-size: 13px;
            font-weight: 500;
            color: rgb(0, 238, 255);
            border: 1px solid rgba(0, 255, 255, 0.27);
            background: linear-gradient(135deg, rgba(0, 255, 255, 0), rgba(0, 247, 255, 0));
            animation: slideInRight 0.6s ease-out backwards;
            animation-delay: 0.1s
        }

        .menu-btn {
            flex-direction: column;
            justify-content: space-around;
            margin-left: auto
        }

        .menu-btn span {
            width: 100%;
            height: 2px;
            background-color: var(--text);
            border-radius: 2px;
            transition: all 0.3s ease-in-out;
            transform-origin: center
        }

        .menu-btn.is-open span:nth-child(1) {
            transform: translateY(6px) rotate(45deg)
        }

        .menu-btn.is-open span:nth-child(2) {
            opacity: 0;
            transform: translateX(-20px)
        }

        .menu-btn.is-open span:nth-child(3) {
            transform: translateY(-6px) rotate(-45deg)
        }

        .sidebar {
            position: fixed;
            top: 64px;
            right: 12px;
            width: 260px;
            background: linear-gradient(180deg, rgba(0, 28, 39, 0.9) 0%, rgba(8, 25, 58, 0.95) 100%);
            backdrop-filter: blur(12px);
            box-shadow: var(--shadow);
            border: 1px solid rgba(255, 255, 255, .3);
            border-radius: var(--radius);
            transform: translateX(calc(100% + 24px)) scale(0.98);
            transform-origin: top right;
            opacity: 0;
            visibility: hidden;
            transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.3s ease, visibility 0.3s ease;
            z-index: 10;
            padding: 16px
        }

        .sidebar.is-open {
            transform: translateX(0) scale(1);
            opacity: 1;
            visibility: visible
        }

        .sidebar-title {
            text-align: center;
            color: var(--accent);
            font-size: 16px;
            font-weight: 700;
            margin: 0 0 16px;
            text-transform: uppercase;
            letter-spacing: .5px
        }

        .sidebar-nav {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-direction: column;
            gap: 8px
        }

        .sidebar-nav a {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 10px 14px;
            border-radius: 10px;
            background: linear-gradient(135deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .05));
            border: 1px solid rgba(255, 255, 255, .12);
            color: var(--text);
            font-weight: 500;
            font-size: 16px;
            text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
            transition: all .2s ease
        }

        .sidebar-nav a:hover {
            background: linear-gradient(135deg, rgba(0, 238, 255, .15), rgba(0, 238, 255, .1));
            color: var(--accent);
            border-color: rgba(0, 238, 255, .3);
            transform: translateY(-1px);
            box-shadow: 0 4px 10px rgba(0, 0, 0, .2)
        }

        .sidebar-nav .icon {
            width: 22px;
            height: 22px;
            color: var(--accent);
            transition: color .2s ease
        }

        .sidebar-footer {
            margin-top: 20px;
            padding-top: 16px;
            border-top: 1px solid rgba(255, 255, 255, .1);
            text-align: center
        }

        .footer-links {
            display: flex;
            justify-content: center;
            align-items: baseline;
            gap: 6px;
            margin-bottom: 8px
        }

        .footer-links span {
            color: rgba(255, 255, 255, 0.4)
        }

        .privacy-link {
            display: inline-block;
            font-size: 13px;
            font-weight: 500;
            background: linear-gradient(90deg, var(--accent), rgb(81, 255, 162));
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent
        }

        .copyright-text {
            margin: 0;
            font-size: 12px;
            color: rgba(255, 255, 255, .5)
        }

        .menu-overlay {
            position: fixed;
            inset: 0;
            background: rgba(0, 0, 0, .5);
            z-index: 9;
            opacity: 0;
            visibility: hidden;
            transition: opacity .3s ease, visibility .3s ease
        }

        .menu-overlay.is-open {
            opacity: 1;
            visibility: visible
        }

        .content {
            position: relative;
            z-index: 1;
            padding: 7px 7px 7px
        }

        #dynamic-message-strip {
            width: 100%;
            position: relative;
            z-index: 4;
        }

        .message-wrapper {
            overflow: hidden;
        }

        .message-section {
            margin: 7px;
            margin-bottom: 0px;
            padding: 6px;
            padding-left: 10px;
            background: var(--card);
            border-radius: 10px;
            border: 1px solid rgb(0, 117, 121);
            position: relative;
            overflow: hidden;
            isolation: isolate;
        }

        .message-section .message-content {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-items: center;
            justify-content: space-between;
            gap: 1px;
            width: 100%;
        }

        .message-text-container {
            flex: 1;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-items: center;
            min-width: 0;
            gap: 0px;
        }

        .message-text {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 13px;
            font-weight: 500;
            color: #ffffff;
            min-width: 0;
        }

        .message-text.expanded {
            white-space: normal;
        }

        .more-toggle {
            font-size: 13px;
            color: var(--accent-2);
            cursor: pointer;
            font-weight: 500;
            white-space: nowrap;
            display: none;
            flex-shrink: 0;
        }

        .message-btn {
            background: rgba(0, 0, 0, 0.5); /* dark background for white text */
            color: #ffffff !important;
            padding: 4px 8px;
            border-radius: 6px;
            font-weight: 900;
            font-size: 12px;
            flex-shrink: 0;
            white-space: nowrap;
            margin-left: 10px;
            border: 2px solid transparent;
            animation: rgbBorder 3s infinite linear;
        }

        @keyframes rgbBorder {
            0% { border-color: #ff0000; box-shadow: 0 0 8px #ff0000; }
            33% { border-color: #00ff00; box-shadow: 0 0 8px #00ff00; }
            66% { border-color: #0000ff; box-shadow: 0 0 8px #0000ff; }
            100% { border-color: #ff0000; box-shadow: 0 0 8px #ff0000; }
        }

        .message-btn:active {
            transform: scale(0.98);
        }

        @media (min-width:540px) {
            .content {
                max-width: 520px;
                margin-inline: auto
            }

            .topbar {
                padding-inline: 20px;
                border-radius: 0 0 16px 16px;
                width: min(520px, 100%);
                margin: 0 auto
            }

            #dynamic-message-strip {
                width: min(520px, 100%);
                margin: 0 auto
            }
        }

        .section {
            margin-top: 0px;
            margin-bottom: 12px;
            background: linear-gradient(180deg, var(--card) 0%, var(--card-2) 100%);
            border-radius: var(--radius);
            padding: 10px;
            box-shadow: var(--shadow);
            border: 1px solid rgba(255, 255, 255, .3);
            position: relative;
            overflow: hidden;
            isolation: isolate
        }

        .section h3 {
            margin: 2px 4px 12px;
            font-size: 16px;
            font-weight: 900;
            text-align: center;
            letter-spacing: .4px;
            color: var(--accent);
            text-transform: uppercase
        }

        #supporters-section .section-content {
            display: flex;
            flex-direction: column
        }

        .supporter-list {
            display: flex;
            flex-direction: column;
            gap: 8px;
            flex-grow: 1
        }

        .supporter-card {
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-radius: 10px;
            padding: 7px 9px;
            padding-left: 12px;
            transition: transform .2s ease;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }

        .supporter-card {
            display: flex;
            align-items: center;
            justify-content: space-between;
            background: linear-gradient(135deg, rgba(0, 66, 74, 0.467), rgba(83, 54, 0, 0.324));
            border: 1px solid rgba(226, 196, 0, 0.331);
            border-radius: 10px;
            padding: 7px 9px;
            padding-left: 12px;
            transition: transform .2s ease
        }

        .section h2 {
            margin: 2px 4px 12px;
            font-size: 13px;
            font-weight: 900;
            text-align: center;
            letter-spacing: .5px;
            color: rgb(255, 255, 255);
        }

        .supporter-info {
            display: flex;
            flex-direction: column;
            gap: 4px
        }

        .supporter-name {
            font-weight: 600;
            color: var(--accent);
            font-size: 18px
        }

        .supporter-college {
            font-size: 11px;
            color: var(--text);
            opacity: 0.9
        }

        .supporter-amount {
            font-family: 'Ubuntu', monospace;
            font-weight: 700;
            color: var(--accent-2);
            font-size: 20px;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
            padding: 4px 8px;
            background: rgba(255, 213, 74, 0.1);
            border: 1px solid rgba(255, 213, 74, 0.3);
            border-radius: 8px
        }

        .grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 10px
        }

        .grid-social {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 10px
        }

        .tile {
            background: linear-gradient(180deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .07));
            border: 1px solid rgba(255, 255, 255, .2);
            border-radius: 10px;
            padding: 9px;
            padding-left: 2px;
            padding-right: 2px;
            text-align: center;
            transition: transform .12s ease;
            position: relative;
            overflow: hidden
        }

        .tile:active {
            transform: scale(.98);
            background: rgba(199, 217, 255, 0.151);
            border: 1px solid rgba(204, 255, 138, 0.377)
        }

        .thumb {
            width: 100%;
            max-width: 80%;
            aspect-ratio: 1 / 1;
            height: auto;
            margin: auto;
            border-radius: 10px;
            overflow: hidden;
            background: #000000;
            border: 1px solid rgba(255, 255, 255, .12);
            box-shadow: 0 6px 12px rgba(0, 0, 0, .35), inset 0 0 0 1px rgba(255, 255, 255, .06)
        }

        .thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover
        }

        .label {
            font-size: 12px;
            color: var(--muted);
            margin-top: 7px;
            font-weight: 700
        }

        .full-width-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 5px;
            width: 100%;
            padding: 10px;
            margin-top: 7px;
            border-radius: 12px;
            text-align: center;
            font-weight: 700;
            font-size: 15px;
            color: var(--text);
            text-decoration: none;
            border: 1px solid rgba(0, 82, 65, 0.645);
            box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
            transition: all .2s ease
        }

        .full-width-btn:active {
            background: linear-gradient(90deg, #16292e, #13212d);
            border: 1.5px solid rgb(35, 110, 110)
        }

        .full-width-btn svg {
            width: 13px;
            height: 13px;
            fill: currentColor
        }

        .support-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
            width: 100%;
            text-align: center;
            font-weight: 700;
            color: var(--text);
            background: linear-gradient(135deg, #250c00, #00260d);
            padding: 7px;
            font-size: 13px;
            margin-top: 8px;
            border-radius: 8px;
            border: 1px solid rgba(226, 196, 0, 0.331);
        }

        .support-btn:active {
            background: linear-gradient(135deg, #00260d, #250c00);
        }

        .support-btn svg {
            width: 17px;
            height: 17px;
            padding-top: 1px;
        }

        .whatsapp-btn {
            background: linear-gradient(135deg, #002c2b, #004014);
            padding: 5px;
            padding-bottom: 7px;
            font-size: 11px;
            margin-top: 10px;
            border-radius: 8px;
            border: 1px solid rgba(0, 255, 13, 0.235)
        }

        .telegram-btn {
            background: linear-gradient(135deg, #002e6d, #002e42);
            padding: 5px;
            padding-bottom: 7px;
            font-size: 11px;
            margin-top: 10px;
            border-radius: 8px;
            border: 1px solid rgba(0, 255, 255, 0.235)
        }

        .routine-btn {
            background: linear-gradient(90deg, #002e6d, #004014);
            padding: 5px;
            padding-bottom: 7px;
            font-size: 11px;
            margin-top: 10px;
            border-radius: 8px;
            border: 1px solid rgba(255, 204, 0, 0.284)
        }

        .button-row {
            display: flex;
            gap: 8px
        }

        .button-row .full-width-btn {
            flex: 1;
            width: auto
        }

        .app-version {
            position: fixed;
            left: 50%;
            bottom: 7px;
            transform: translateX(-50%);
            font: 600 11px/1 Ubuntu, system-ui, sans-serif;
            color: rgba(126, 193, 255, 0.509);
            background: rgba(0, 255, 225, 0);
            border: 1px solid rgba(0, 0, 0, 0);
            padding: 3px 5px;
            border-radius: 5px;
            z-index: -1;
            pointer-events: none
        }

        .section-loader {
            position: absolute;
            inset: 0;
            display: none;
            align-items: center;
            justify-content: center;
            z-index: 20;
            transition: opacity 0.3s ease;
            opacity: 0
        }

        .section-content {
            transition: opacity 0.3s ease;
            opacity: 1;
            flex: 1;
            display: flex;
            flex-direction: column
        }

        html.returning-user .section-loader {
            display: flex;
            opacity: 1
        }

        html.returning-user.fading-out .section-loader {
            opacity: 0
        }

        html.returning-user .section-content {
            opacity: 0;
            pointer-events: none
        }

        html.returning-user.fading-out .section-content {
            opacity: 1;
            pointer-events: auto
        }

        .async-loading .section-loader {
            display: flex;
            opacity: 1;
            background: inherit
        }

        .async-loading .section-content {
            opacity: 0
        }

        .loaded .section-loader {
            display: none !important;
        }

        .loaded .section-content {
            opacity: 1 !important;
            pointer-events: auto !important;
        }

        .spinner {
            width: 50px;
            height: 50px;
            border: 5px solid rgba(255, 255, 255, 0.2);
            border-top-color: var(--accent);
            border-radius: 50%;
            animation: spin 1s linear infinite
        }

        @keyframes spin {
            0% {
                transform: rotate(0deg)
            }

            100% {
                transform: rotate(360deg)
            }
        }
        
        @keyframes rgbText {
            0% { color: #ff0000; }
            33% { color: #00ff00; }
            66% { color: #0000ff; }
            100% { color: #ff0000; }
        }

        .features-section {
            display: flex;
            margin-top: 0px;
            margin-bottom: 5px;
            background: linear-gradient(180deg, var(--card) 0%, var(--card-2) 100%);
            border-radius: var(--radius);
            padding: 12px;
            box-shadow: var(--shadow);
            border: 1px solid rgba(255, 255, 255, .3);
            position: relative;
            overflow: hidden;
            isolation: isolate
        }

        .feature-item {
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            padding: 0 10px;
            position: relative
        }

        .feature-item:not(:last-child)::after {
            content: '';
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            height: 100%;
            width: 1px;
            background-color: rgba(145, 255, 200, 0.24)
        }

        .feature-icon {
            width: 20px;
            height: 20px;
            margin-bottom: 10px;
            fill: #c9b4ff00
        }

        .feature-title {
            font-weight: 700;
            font-size: 10px;
            margin: 0 0 5px 0;
            color: var(--accent);
            text-transform: uppercase;
            letter-spacing: .5px
        }

        .feature-subtitle {
            font-size: 10px;
            color: rgba(255, 255, 255, 0.944);
            line-height: 1.3;
            margin: 0
        }

        .modal-backdrop {
            position: fixed;
            inset: 0;
            background: rgba(0, 5, 15, 0.9);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            z-index: 9999;
            display: none;
            justify-content: center;
            align-items: center;
            opacity: 0;
            transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            padding: 20px
        }

        .modal-backdrop.active {
            opacity: 1
        }

        .update-modal {
            background: linear-gradient(160deg, rgba(13, 31, 66, 0.95) 0%, rgba(3, 8, 20, 0.98) 100%);
            width: 100%;
            max-width: 340px;
            border-radius: 14px;
            padding: 14px 14px 14px;
            box-shadow: 0 0 0 1px rgba(0, 238, 255, 0.15), 0 20px 50px -10px rgba(0, 0, 0, 0.8), 0 0 30px rgba(0, 238, 255, 0.1);
            text-align: center;
            transform: scale(0.9) translateY(20px);
            transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
            position: relative;
            overflow: visible
        }

        .modal-backdrop.active .update-modal {
            transform: scale(1) translateY(0)
        }

        .update-modal::after {
            content: '';
            position: absolute;
            top: 0;
            left: 25%;
            width: 50%;
            height: 1px;
            background: linear-gradient(90deg, transparent, var(--accent), transparent);
            opacity: 0.5
        }

        .modal-icon {
            width: 72px;
            height: 72px;
            background: linear-gradient(135deg, rgba(0, 238, 255, 0.15), rgba(0, 238, 255, 0.05));
            border: 1px solid rgba(0, 238, 255, 0.3);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: -50px auto 20px;
            color: var(--accent);
            position: relative;
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
            backdrop-filter: blur(5px)
        }

        .modal-icon::before {
            content: '';
            position: absolute;
            inset: -4px;
            border-radius: 50%;
            border: 2px solid var(--accent);
            opacity: 0;
            animation: pulse-ring 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite
        }

        .modal-icon svg {
            width: 34px;
            height: 34px;
            filter: drop-shadow(0 0 5px rgba(0, 238, 255, 0.6))
        }

        @keyframes pulse-ring {
            0% {
                transform: scale(0.8);
                opacity: 0.8
            }

            100% {
                transform: scale(1.5);
                opacity: 0
            }
        }

        .modal-title {
            color: #ffffff;
            font-size: 18px;
            font-weight: 800;
            margin: 10px 0 8px;
            letter-spacing: 0.5px;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5)
        }

        .modal-desc {
            font-size: 13px;
            color: rgba(255, 255, 255, 0.7);
            line-height: 1.6;
            margin-bottom: 14px;
            max-height: 160px;
            overflow-y: auto;
            padding-inline: 4px;
            scrollbar-width: thin;
            scrollbar-color: var(--accent) transparent
        }

        .modal-desc::before {
            content: 'NEW VERSION FOUND';
            display: block;
            font-size: 10px;
            font-weight: 700;
            color: var(--accent);
            letter-spacing: 1px;
            margin-bottom: 8px;
            opacity: 0.8
        }

        .modal-actions {
            display: flex;
            flex-direction: column;
            gap: 12px
        }

        .btn-update-now {
            position: relative;
            background: linear-gradient(90deg, var(--accent), #00aaff);
            color: #002a4d;
            border: none;
            padding: 7px;
            border-radius: 10px;
            font-family: inherit;
            font-weight: 800;
            font-size: 16px;
            cursor: pointer;
            box-shadow: 0 4px 20px rgba(0, 238, 255, 0.25);
            transition: all 0.2s ease;
            overflow: hidden;
            text-transform: uppercase;
            letter-spacing: 0.5px
        }

        .btn-update-now::after {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
            transition: 0.5s
        }

        .btn-update-now:active {
            transform: scale(0.98);
            box-shadow: 0 2px 10px rgba(0, 238, 255, 0.2)
        }

        .update-modal:hover .btn-update-now::after {
            left: 100%;
            transition: 0.7s ease-in-out
        }

        .btn-later {
            background: transparent;
            color: rgba(255, 255, 255, 0.4);
            border: 1px solid transparent;
            font-size: 13px;
            font-weight: 600;
            cursor: pointer;
            border-radius: 10px;
            transition: all 0.2s;
            font-family: inherit
        }

        .btn-later:active {
            color: rgba(255, 255, 255, 0.8)
        }

        * {
            -webkit-tap-highlight-color: transparent
        }

        .testimonials-container {
            display: flex;
            overflow-x: auto;
            gap: 9px;
            padding-bottom: 0px;
            scroll-snap-type: x mandatory;
            scrollbar-width: none;
            -ms-overflow-style: none;
        }

        .testimonials-container::-webkit-scrollbar {
            display: none;
        }

        .testimonial-card {
            min-width: 275px;
            background: linear-gradient(135deg, rgba(0, 39, 43, 0.467), rgba(56, 36, 0, 0.324));
            border: 1px solid rgb(93, 81, 0);
            border-radius: 10px;
            padding: 10px 12px;
            scroll-snap-align: start;
            display: flex;
            flex-direction: column;
            gap: 4px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }

        .testimonial-header {
            display: flex;
            flex-direction: column;
        }

        .testimonial-name {
            font-weight: 500;
            color: var(--accent-2);
            font-size: 15px;
            text-align: center;
        }

        .testimonial-meta {
            font-size: 11px;
            color: rgba(255, 255, 255, 0.7);
        }

        .testimonial-message {
            font-size: 12px;
            color: #ffffff;
            line-height: 1.4;
            font-style: italic;
        }
    