        html,
        body {
            margin: 0 !important;
            padding: 0 !important;
        }

        #global-particles-container {
            position: fixed;
            inset: 0;
            pointer-events: none;
            z-index: -1;
            overflow: hidden;
        }

        #globalParticles {
            width: 100%;
            height: 100%;
            display: block;
            opacity: 0.95;
        }

        .site-bg-video {
            position: fixed;
            inset: 0;
            z-index: -2;
            pointer-events: none;
            overflow: hidden;
            background: #0f0d0b;
        }

        .site-bg-video video {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            opacity: 0.48;
            filter: saturate(1.18) contrast(1.08) brightness(0.72);
        }

        .site-bg-video::after {
            content: "";
            position: absolute;
            inset: 0;
        }

        .site-music-control {
            position: fixed;
            top: auto;
            left: 24px;
            bottom: 30px;
            z-index: 1500;
            display: inline-flex;
            align-items: center;
            gap: 9px;
            min-height: 42px;
            padding: 10px 15px;
            border: 1px solid rgba(225, 190, 142, 0.38);
            border-radius: 999px;
            background: linear-gradient(135deg, rgba(26, 21, 18, 0.92), rgba(42, 35, 32, 0.84));
            color: #e8dcc8;
            font: 700 13px/1 "Onest", sans-serif;
            letter-spacing: 0.02em;
            box-shadow: 0 14px 30px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(225, 190, 142, 0.12);
            cursor: pointer;
            transition: transform 0.2s ease, filter 0.2s ease, opacity 0.2s ease;
        }

        .site-music-control:hover {
            transform: translateY(-2px);
            filter: brightness(1.08);
        }

        .site-music-control i {
            font-size: 14px;
        }

        .site-music-control.is-off {
            background: rgba(15, 13, 11, 0.72);
            color: rgba(232, 220, 200, 0.82);
        }

        .site-music-control.is-hidden {
            display: none;
        }

        .hero {
            position: relative;
            overflow: hidden;
        }

        .hero-bg-video {
            position: absolute;
            inset: 0;
            z-index: 0;
            pointer-events: none;
        }

        .hero-bg-video video {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            opacity: 0.62;
            transform: scale(1.02);
        }

        .hero-overlay {
            position: absolute;
            inset: 0;
            z-index: 1;
        }

        .hero-content {
            position: relative;
            z-index: 2;
        }

        @media (prefers-reduced-motion: reduce) {
            #global-particles-container {
                display: none;
            }

            .site-bg-video,
            .hero-bg-video {
                display: none;
            }
        }

        @media (max-width: 768px),
        (hover: none),
        (pointer: coarse) {
            .site-music-control {
                display: none !important;
            }
        }

        .lova2-launch-hub {
            width: min(760px, 96%);
            margin: 112px auto 16px;
            padding: 8px 6px 16px;
            border-radius: 0;
            border: 0;
            background: transparent;
            box-shadow: none;
            text-align: center;
            backdrop-filter: none;
        }

        .launch-hero-logo {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            margin: 0 auto 8px;
            text-decoration: none;
        }

        .launch-hero-logo img {
            display: block;
            width: min(500px, 92vw);
            height: auto;
            filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.46));
        }

        .topbar-left {
            position: absolute;
            left: 14px;
            top: 50%;
            transform: translateY(-50%);
        }

        .topbar-right {
            width: 100%;
            display: flex;
            justify-content: center;
        }

        .topbar-right .nav-links {
            margin: 0 auto;
            justify-content: center !important;
            text-align: center;
        }

        .um2-client-shell {
            width: 100%;
            margin: 0;
            padding: 0;
            border: 0;
            background: transparent;
            box-shadow: none;
        }

        .um2-client-shell::before {
            display: none;
        }

        .um2-client-head {
            text-align: left;
            margin-bottom: 12px;
        }

        .um2-client-title {
            margin: 0;
            color: #e9cba9;
            font-size: 1.6rem;
            font-weight: 800;
            letter-spacing: 0.04em;
            text-transform: uppercase;
        }

        .um2-client-title span {
            color: #bd994b;
        }

        .um2-client-sub {
            margin: 6px 0 0;
            color: rgba(222, 197, 168, 0.78);
            font-size: 0.95rem;
        }

        .um2-client-limit {
            display: inline-flex;
            margin: 0 0 12px;
            padding: 6px 10px;
            border-radius: 8px;
            border: 1px solid rgba(189, 164, 138, 0.28);
            background: rgba(20, 14, 11, 0.45);
            color: rgba(189, 153, 75, 0.92);
            font-size: 0.75rem;
            font-weight: 900;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            white-space: nowrap;
        }

        .um2-client-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 14px;
            width: 100%;
        }

        .um2-client-card {
            display: flex;
            flex-direction: column;
            height: 100%;
            min-width: 0;
            border-radius: 14px;
            border: 1px solid rgba(189, 164, 138, 0.22);
            background: linear-gradient(160deg, rgba(16, 12, 9, 0.72), rgba(36, 24, 18, 0.78));
            overflow: hidden;
            box-shadow: 0 8px 14px rgba(0, 0, 0, 0.28);
        }

        .um2-client-image {
            position: relative;
            aspect-ratio: 3 / 4;
            overflow: hidden;
            border-bottom: 1px solid rgba(189, 164, 138, 0.2);
            background: #121212;
        }

        .um2-client-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

        .um2-client-badge {
            position: absolute;
            top: 8px;
            right: 8px;
            padding: 4px 7px;
            border-radius: 8px;
            color: #fff;
            font-size: 0.62rem;
            font-weight: 900;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            background: rgba(16, 185, 129, 0.9);
            box-shadow: 0 0 14px rgba(16, 185, 129, 0.35);
        }

        .um2-client-node {
            position: absolute;
            left: 10px;
            bottom: 10px;
            color: rgba(255, 255, 255, 0.5);
            font-size: 0.68rem;
            font-weight: 800;
            letter-spacing: 0.08em;
        }

        .um2-client-info {
            padding: 10px;
            text-align: center;
            display: grid;
            gap: 6px;
            min-height: 84px;
            align-content: center;
        }

        .um2-client-name {
            margin: 0;
            color: #f0ddc4;
            font-size: 0.86rem;
            font-weight: 900;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }

        .um2-client-desc {
            margin: 0;
            color: #bd994b;
            font-size: 0.82rem;
            font-weight: 800;
            letter-spacing: 0.04em;
            text-transform: uppercase;
        }

        .um2-client-footer {
            margin: 14px 0 0;
            padding-top: 12px;
            border-top: 1px solid rgba(189, 164, 138, 0.22);
            text-align: center;
            color: rgba(189, 153, 75, 0.95);
            font-size: 0.82rem;
            font-weight: 900;
            letter-spacing: 0.1em;
            text-transform: uppercase;
        }

        .feature-card.multi-farm-card {
            display: block !important;
            grid-template-columns: 1fr !important;
        }

        .feature-card.multi-farm-card .multi-farm-header {
            margin-bottom: 0;
        }

        .feature-card.streamer-hub-core {
            display: block !important;
            grid-template-columns: 1fr !important;
            padding: 14px;
            border-radius: 16px;
            border: 1px solid rgba(189, 153, 75, 0.22);
            background:
                radial-gradient(circle at 10% 0%, rgba(255, 191, 74, 0.08), rgba(255, 191, 74, 0) 40%),
                linear-gradient(150deg, rgba(19, 11, 7, 0.8), rgba(41, 24, 16, 0.72));
            box-shadow: inset 0 1px 0 rgba(255, 233, 200, 0.06), 0 10px 20px rgba(0, 0, 0, 0.24);
        }

        .streamer-hub-head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
            margin-bottom: 10px;
            padding: 8px 10px;
            border-radius: 10px;
            border: 1px solid rgba(199, 158, 79, 0.2);
            background: rgba(10, 8, 6, 0.4);
        }

        .streamer-hub-title-wrap {
            min-width: 0;
        }

        .streamer-hub-title {
            margin: 0;
            color: #f2ddc0;
            font-size: 0.92rem;
            font-weight: 900;
            letter-spacing: 0.09em;
            text-transform: uppercase;
        }

        .streamer-hub-subtitle {
            margin: 2px 0 0;
            color: rgba(230, 205, 170, 0.72);
            font-size: 0.72rem;
            font-weight: 600;
            letter-spacing: 0.04em;
        }

        .streamer-hub-count {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            height: 30px;
            padding: 0 10px;
            border-radius: 999px;
            border: 1px solid rgba(255, 196, 87, 0.34);
            background: rgba(19, 12, 8, 0.7);
            color: #f2be55;
            font-size: 0.68rem;
            font-weight: 900;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            white-space: nowrap;
        }

        .streamer-hub-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
            gap: 10px;
        }

        .streamer-hub-grid-wrap {
            max-height: 460px;
            overflow-y: auto;
            padding-right: 4px;
        }

        .streamer-hub-grid-wrap::-webkit-scrollbar {
            width: 7px;
        }

        .streamer-hub-grid-wrap::-webkit-scrollbar-track {
            background: rgba(255, 255, 255, 0.05);
            border-radius: 999px;
        }

        .streamer-hub-grid-wrap::-webkit-scrollbar-thumb {
            background: linear-gradient(180deg, rgba(245, 196, 93, 0.8), rgba(135, 88, 23, 0.9));
            border-radius: 999px;
        }

        .streamer-hub-card {
            border-radius: 12px;
            border: 1px solid rgba(199, 158, 79, 0.2);
            background: linear-gradient(170deg, rgba(11, 9, 7, 0.76), rgba(31, 20, 13, 0.84));
            box-shadow: 0 8px 14px rgba(0, 0, 0, 0.24);
            overflow: hidden;
            display: flex;
            flex-direction: column;
            transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
        }

        .streamer-hub-card:hover {
            transform: translateY(-2px);
            border-color: rgba(246, 194, 90, 0.34);
            box-shadow: 0 10px 18px rgba(0, 0, 0, 0.3);
        }

        .streamer-hub-media {
            position: relative;
            aspect-ratio: 1 / 1.02;
            border-bottom: 1px solid rgba(199, 158, 79, 0.2);
            overflow: hidden;
            background: #15100c;
        }

        .streamer-hub-media img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            display: block;
            transition: transform 0.25s ease;
        }

        .streamer-hub-card:hover .streamer-hub-media img {
            transform: scale(1.03);
        }

        .streamer-hub-badge {
            position: absolute;
            top: 6px;
            right: 6px;
            padding: 3px 6px;
            border-radius: 7px;
            border: 1px solid rgba(249, 210, 123, 0.32);
            background: rgba(11, 8, 6, 0.64);
            color: #f4c468;
            font-size: 0.56rem;
            font-weight: 900;
            letter-spacing: 0.09em;
            text-transform: uppercase;
        }

        .streamer-hub-info {
            padding: 8px 6px 10px;
            text-align: center;
            display: grid;
            gap: 3px;
            align-content: center;
        }

        .streamer-hub-name {
            margin: 0;
            color: #f2ddc0;
            font-size: 0.74rem;
            font-weight: 900;
            letter-spacing: 0.05em;
            text-transform: uppercase;
        }

        .streamer-hub-role {
            margin: 0;
            color: #c89c4b;
            font-size: 0.62rem;
            font-weight: 800;
            letter-spacing: 0.07em;
            text-transform: uppercase;
        }

        .feature-card.starting-game-core {
            display: grid !important;
            grid-template-columns: 1fr 1.6fr;
            gap: 12px;
            align-items: center;
            overflow: visible;
            border: 0;
            background: transparent;
            padding: 1em;
            box-shadow: none;
        }

        .feature-text {
            padding: 1em;
        }

        .feature-card.uretim-panel-core .uretim-panel-layout {
            grid-template-columns: minmax(280px, 0.9fr) minmax(420px, 0.35fr);
            align-items: center;
        }

        .feature-card.uretim-panel-core .uretim-panel-img-wrap {
            min-height: 430px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .feature-card.uretim-panel-core .uretim-panel-img {
            width: 100%;
            height: auto;
            max-height: 560px;
            object-fit: contain;
        }

        @media (max-width: 768px) {
            .feature-card.uretim-panel-core .uretim-panel-layout {
                grid-template-columns: 1fr;
            }

            .feature-card.uretim-panel-core .uretim-panel-img-wrap {
                min-height: 0;
                order: 2;
            }

            .feature-card.uretim-panel-core .uretim-panel-content {
                order: 1;
            }

            .feature-card.uretim-panel-core .uretim-panel-img {
                max-height: none;
            }
        }

        .starting-game-media {
            border: 0;
            border-radius: 0;
            background: transparent;
            padding: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .starting-game-media .feature-img {
            width: 100%;
            height: auto;
            max-height: 380px;
            min-height: 0;
            object-fit: contain;
            display: block;
        }

        .starting-game-body {
            display: grid;
            align-content: center;
            gap: 10px;
        }

        .starting-game-kicker {
            margin: 0;
            color: #cf4d36;
            font-size: 11px;
            font-weight: 900;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }

        .starting-game-points {
            margin: 0;
            padding-left: 18px;
            display: grid;
            gap: 6px;
            color: rgba(240, 219, 185, 0.86);
            font-size: 0.91rem;
            line-height: 1.45;
        }

        .starting-game-points strong {
            color: #f3cb84;
        }

        .starting-game-tag {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-top: 6px;
            padding: 6px 10px;
            border-radius: 999px;
            border: 1px solid rgba(189, 153, 75, 0.3);
            background: rgba(13, 10, 8, 0.5);
            color: rgba(231, 194, 119, 0.92);
            font-size: 0.7rem;
            font-weight: 900;
            letter-spacing: 0.11em;
            text-transform: uppercase;
            width: fit-content;
        }

        .sg-pack-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 10px;
            margin-top: 10px;
        }

        .sg-pack-card {
            display: flex;
            flex-direction: column;
            border: 1px solid rgba(189, 153, 75, 0.45);
            border-radius: 10px;
            padding: 0;
            background: linear-gradient(160deg, rgba(14, 10, 7, 0.85), rgba(34, 22, 12, 0.8));
            box-shadow: inset 0 0 0 1px rgba(255, 196, 87, 0.08), 0 6px 14px rgba(0, 0, 0, 0.3);
            text-align: center;
            gap: 4px;
            transition: transform 0.2s ease, border-color 0.2s ease;
        }

        .sg-pack-card:hover {
            transform: translateY(-3px);
            border-color: rgba(245, 184, 68, 0.65);
        }

        .sg-pack-card-image {
            display: block;
            width: 100%;
            aspect-ratio: 1 / 1;
            border-radius: 7px;
            object-fit: cover;
            background: rgba(12, 9, 7, 0.72);
            border: 1px solid rgba(189, 153, 75, 0.28);
        }

        .sg-pack-card-name {
            color: #f5c84a;
            font-size: 0.68rem;
            font-weight: 900;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            line-height: 1.3;
            padding-bottom: 5px;
            border-bottom: 1px solid rgba(189, 153, 75, 0.25);
        }

        .sg-pack-card-stats {
            color: rgba(230, 210, 175, 0.88);
            font-size: 0.64rem;
            line-height: 1.5;
            flex: 1;
            padding: 5px 0;
        }

        .sg-pack-card-duration {
            color: rgba(218, 192, 163, 0.6);
            font-size: 0.58rem;
            font-weight: 700;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }

        .sg-pack-card-label {
            margin-top: 6px;
            color: #f5a623;
            font-size: 0.72rem;
            font-weight: 900;
            letter-spacing: 0.06em;
            text-transform: uppercase;
        }

        #patent-info.feature-text,
        #patent-info .mission-patent-media,
        #patent-info .mission-patent-media .feature-img {
            background: transparent !important;
            box-shadow: none !important;
        }

        #patent-info .mission-patent-media {
            border: 0 !important;
            padding: 0 !important;
        }

        .footer-sponsor-wrap {
            width: min(1180px, 100%);
            margin-top: 14px;
            padding-top: 14px;
            border-top: 1px solid rgba(189, 164, 138, 0.2);
        }

        .footer-sponsor-title {
            margin: 0 0 12px;
            text-align: center;
            color: rgba(231, 192, 114, 0.86);
            font-size: 0.64rem;
            font-weight: 900;
            letter-spacing: 0.3em;
            text-transform: uppercase;
        }

        .footer-sponsor-grid {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            gap: 10px 18px;
        }

        .footer-sponsor-item {
            opacity: 0.9;
            transition: opacity 0.2s ease, transform 0.2s ease;
        }

        .footer-sponsor-item:hover {
            opacity: 1;
            transform: translateY(-1px);
        }

        .footer-sponsor-item img {
            display: block;
            width: auto;
            height: 30px;
            max-width: 170px;
            object-fit: contain;
        }

        .launch-secondary-btn,
        .launch-cta-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            border-radius: 14px;
            text-decoration: none;
            font-weight: 700;
            letter-spacing: 0.3px;
            transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
        }

        .launch-secondary-btn:hover,
        .launch-cta-btn:hover {
            transform: translateY(-2px);
            filter: brightness(1.04);
        }

        .launch-secondary-row {
            margin-top: 10px;
            display: flex;
            justify-content: center;
            gap: 14px;
            flex-wrap: wrap;
        }

        .launch-secondary-btn {
            min-width: 190px;
            padding: 12px 18px;
            font-size: 1.03rem;
        }

        .launch-secondary-btn.play {
            color: #1f1507;
            background: linear-gradient(180deg, #f1bb2e 0%, #c58700 100%);
            box-shadow: inset 0 1px 0 rgba(255, 244, 183, 0.55), 0 8px 16px rgba(0, 0, 0, 0.3);
        }

        .launch-secondary-btn.download {
            color: #dca745;
            border: 1px solid rgba(238, 177, 67, 0.6);
            background: rgba(10, 9, 8, 0.65);
            box-shadow: 0 8px 14px rgba(0, 0, 0, 0.24);
        }

        .launch-support-line {
            margin: 12px 0 10px;
            color: rgba(245, 225, 186, 0.9);
            font-size: 0.97rem;
        }

        .launch-support-line strong {
            color: #fff7d4;
        }

        .launch-support-line a {
            color: #f3be3f;
            text-decoration: underline;
            text-underline-offset: 2px;
            font-weight: 700;
        }

        .launch-story-line {
            margin: 18px auto 12px;
            max-width: 760px;
            color: rgba(243, 224, 188, 0.88);
            font-size: 0.95rem;
            line-height: 1.52;
            text-wrap: balance;
        }

        .launch-countdown-title {
            margin: 12px 0 16px;
            color: #ffcc41;
            font-weight: 800;
            letter-spacing: 0.2em;
            font-size: 1.65rem;
            text-transform: uppercase;
            text-shadow: 0 0 14px rgba(255, 166, 0, 0.25);
        }

        .launch-countdown {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
            flex-wrap: nowrap;
        }

        .launch-time-box {
            min-width: 104px;
            padding: 16px 14px 14px;
            border-radius: 14px;
            border: 1px solid rgba(248, 184, 68, 0.56);
            background: rgba(8, 6, 5, 0.68);
            box-shadow: inset 0 0 0 1px rgba(255, 208, 110, 0.1);
        }

        .launch-time-value {
            display: block;
            font-size: 2.45rem;
            line-height: 1.05;
            font-weight: 800;
            color: #ffce4d;
            font-family: "Cinzel", serif;
        }

        .launch-time-label {
            display: block;
            margin-top: 5px;
            font-size: 0.95rem;
            letter-spacing: 0.18em;
            font-weight: 700;
            color: #f2c772;
            text-transform: uppercase;
        }

        .launch-time-separator {
            color: #d3921e;
            font-size: 2.15rem;
            font-weight: 700;
            margin: 0 1px;
            transform: translateY(-6px);
        }

        .launch-cta-btn {
            margin-top: 18px;
            min-width: 280px;
            padding: 13px 24px;
            font-size: 1.16rem;
            color: #211406;
            background: linear-gradient(180deg, #ffcb39 0%, #dc9402 100%);
            box-shadow: 0 16px 24px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 244, 174, 0.65);
        }

        .mobile-social-bar {
            display: none;
        }

        @media (max-width: 768px) {

            body,
            body.nav-collapsed {
                margin-left: 0 !important;
            }

            .lova2-launch-hub {
                margin: 124px auto 14px;
                padding: 4px 4px 14px;
            }

            .topbar {
                padding: 10px 10px 10px 58px;
            }

            .topbar-left {
                left: 8px;
            }

            .topbar-right {
                justify-content: flex-start;
            }

            .topbar-right .nav-links {
                display: flex;
                width: 100%;
                justify-content: flex-start;
                flex-wrap: nowrap;
                overflow-x: auto;
                overflow-y: hidden;
                gap: 8px;
                padding-right: 6px;
                scrollbar-width: thin;
            }

            .topbar-right .nav-link {
                flex: 0 0 auto;
                white-space: nowrap;
                font-size: 0.9rem;
                padding: 6px 10px;
            }

            .mobile-social-bar {
                position: fixed;
                top: 56px;
                left: 0;
                right: 0;
                z-index: 1285;
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 10px;
                padding: 7px 12px 10px;
                background: linear-gradient(180deg, rgba(12, 8, 5, 0.82) 0%, rgba(12, 8, 5, 0.28) 72%, rgba(12, 8, 5, 0) 100%);
                pointer-events: none;
            }

            .mobile-social-bar .mobile-social-link {
                display: inline-flex;
                width: 36px;
                height: 36px;
                align-items: center;
                justify-content: center;
                padding: 0;
                border-radius: 50%;
                font-size: 1rem;
                color: #fff2d3;
                text-decoration: none;
                background: linear-gradient(145deg, rgba(43, 31, 21, 0.94), rgba(18, 14, 11, 0.92));
                border: 1px solid rgba(255, 207, 100, 0.42);
                box-shadow: 0 10px 22px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 239, 184, 0.14);
                pointer-events: auto;
            }

            .mobile-social-bar .mobile-social-link .fa-whatsapp {
                color: #25d366;
            }

            .mobile-social-bar .mobile-social-link .fa-instagram {
                color: #f6a1c9;
            }

            .mobile-social-bar .mobile-social-link .fa-facebook-f {
                color: #7db3ff;
            }

            .sidebar-navigation {
                width: min(270px, 82vw) !important;
                transform: translateX(0);
                transition: transform 0.25s ease, box-shadow 0.25s ease;
                z-index: 1300;
            }

            .sidebar-navigation.collapsed {
                transform: translateX(100%);
                box-shadow: none;
            }

            .sidebar-navigation:not(.collapsed) {
                box-shadow: -8px 0 24px rgba(0, 0, 0, 0.45);
            }

            .lova2-support-widget {
                display: none !important;
            }

            .launch-countdown-title {
                font-size: 1.2rem;
                letter-spacing: 0.11em;
            }

            .launch-story-line {
                margin-top: 14px;
                font-size: 0.87rem;
                line-height: 1.48;
            }

            .launch-countdown {
                display: grid;
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 8px;
                max-width: 320px;
                margin-inline: auto;
            }

            .launch-time-separator {
                display: none;
            }

            .launch-time-box {
                min-width: 0;
                width: 100%;
                padding: 14px 10px;
            }

            .launch-time-value {
                font-size: 2rem;
            }

            .launch-secondary-btn {
                min-width: 168px;
            }

            .launch-cta-btn {
                min-width: 230px;
            }

            .um2-client-title {
                font-size: 1.45rem;
            }

            .um2-client-grid {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 1280px) {
            .streamer-hub-grid {
                grid-template-columns: repeat(5, minmax(0, 1fr));
            }
        }

        @media (max-width: 980px) {
            .streamer-hub-grid {
                grid-template-columns: repeat(4, minmax(0, 1fr));
            }

            .streamer-hub-grid-wrap {
                max-height: 430px;
            }
        }

        @media (max-width: 700px) {
            .feature-card.streamer-hub-core {
                padding: 12px;
            }

            .streamer-hub-head {
                flex-direction: column;
                align-items: flex-start;
            }

            .streamer-hub-count {
                height: 28px;
            }

            .streamer-hub-grid {
                grid-template-columns: repeat(3, minmax(0, 1fr));
                gap: 8px;
            }

            .streamer-hub-grid-wrap {
                max-height: 400px;
                padding-right: 2px;
            }

            .feature-card.starting-game-core {
                grid-template-columns: 1fr !important;
                padding: 12px;
                gap: 12px;
            }

            .starting-game-media {
                min-height: 0;
            }

            .starting-game-points {
                font-size: 0.86rem;
            }

            .footer-sponsor-item img {
                height: 24px;
                max-width: 140px;
            }

        }

        @media (max-width: 520px) {
            .topbar-right .nav-link {
                font-size: 0.82rem;
                padding: 6px 8px;
            }

            .streamer-hub-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .streamer-hub-grid-wrap {
                max-height: 360px;
            }

            .starting-game-tag {
                width: 100%;
                justify-content: center;
            }
        }

        html,
        body {
            overflow-x: hidden;
        }

        img,
        video {
            max-width: 100%;
            height: auto;
        }

        @media (max-width: 1024px) {
            .feature-title.big {
                margin-left: 0;
            }

            .dungeon-content {
                padding: 0 0.75rem;
            }
        }

        :root {
            --c1: #0f0d0b;
            --c2: #1a1512;
            --c3: #2a2320;
            --c4: #100905;
            --t1: #e8dcc8;
            --t2: #e1be8e;
        }

        body {
            background: transparent;
        }

        .hero-bg-video {
            display: none;
        }

        .hero {
            background: transparent !important;
        }

        .topbar {
            background: linear-gradient(180deg, rgba(10, 5, 4, 0.72), rgba(26, 15, 10, 0.22));
            border-bottom-color: rgba(225, 190, 142, 0.12);
            box-shadow: none;
        }

        .topbar .nav-toggle,
        .nav-link:hover,
        .nav-link:focus {
            background: rgba(225, 190, 142, 0.12);
            border-color: rgba(225, 190, 142, 0.38);
        }

        .sidebar-navigation {
            background:
                radial-gradient(circle at 18% 0, rgba(225, 190, 142, 0.12), transparent 34%),
                linear-gradient(155deg, rgba(10, 5, 4, 0.98), rgba(18, 13, 10, 0.985) 58%, rgba(4, 7, 9, 0.98));
            border-right-color: rgba(225, 190, 142, 0.28);
            box-shadow: inset -1px 0 0 rgba(255, 245, 224, 0.04), 18px 0 46px rgba(0, 0, 0, 0.28);
        }

        .sidebar-navigation .nav-scroll {
            padding-inline: 12px;
        }

        .nav-search-shell {
            display: grid;
            grid-template-columns: 22px minmax(0, 1fr) auto;
            align-items: center;
            gap: 10px;
            margin: 12px 2px 18px;
            padding: 12px 12px;
            border: 1px solid rgba(225, 190, 142, 0.18);
            border-radius: 10px;
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.025));
            box-shadow: inset 0 1px 0 rgba(255, 245, 224, 0.08), 0 12px 24px rgba(0, 0, 0, 0.22);
        }

        .nav-search-shell i {
            color: #fff5e0;
            opacity: 0.92;
        }

        .nav-search-input {
            width: 100%;
            border: 0;
            outline: 0;
            color: #fff5e0;
            background: transparent;
            font-size: 0.92rem;
        }

        .nav-search-input::placeholder {
            color: rgba(255, 245, 224, 0.54);
        }

        .nav-search-shortcut {
            padding: 5px 7px;
            border-radius: 7px;
            color: rgba(255, 245, 224, 0.68);
            background: rgba(0, 0, 0, 0.22);
            border: 1px solid rgba(255, 245, 224, 0.08);
            font-size: 0.72rem;
            white-space: nowrap;
        }

        .nav-popular {
            margin: 0 0 18px;
            padding: 0 2px 16px;
            border-bottom: 1px solid rgba(225, 190, 142, 0.1);
        }

        .nav-popular-title,
        .category-header {
            display: flex;
            align-items: center;
            gap: 10px;
            color: #e1be8e;
            text-transform: uppercase;
            letter-spacing: 0.07em;
            font-weight: 800;
        }

        .nav-chip-row {
            display: flex;
            flex-wrap: wrap;
            gap: 7px;
            margin-top: 12px;
        }

        .nav-chip {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            padding: 8px 10px;
            border-radius: 8px;
            color: #fff5e0;
            background: linear-gradient(135deg, rgba(225, 190, 142, 0.14), rgba(255, 245, 224, 0.035));
            border: 1px solid rgba(225, 190, 142, 0.14);
            font-size: 0.78rem;
            text-decoration: none;
            transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
        }

        .nav-chip:hover,
        .nav-chip:focus {
            transform: translateY(-1px);
            border-color: rgba(225, 190, 142, 0.34);
            background: linear-gradient(135deg, rgba(225, 190, 142, 0.24), rgba(255, 245, 224, 0.06));
            outline: 0;
        }

        .nav-category {
            margin: 0;
            padding: 15px 0 14px;
            border-bottom: 1px solid rgba(225, 190, 142, 0.28);
            box-shadow: inset 0 -1px 0 rgba(255, 245, 224, 0.04);
        }

        .category-header {
            min-height: 34px;
            padding: 0 8px;
            cursor: pointer;
            user-select: none;
        }

        .category-icon {
            width: 27px;
            height: 27px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #e1be8e;
            font-size: 1rem;
        }

        .category-title {
            flex: 1;
            font-size: 0.9rem;
        }

        .category-arrow {
            color: #e1be8e;
            font-size: 0.78rem;
            transition: transform 0.2s ease;
        }

        .nav-category:not(.expanded) .category-arrow {
            transform: rotate(-90deg);
        }

        .category-items {
            display: none;
            margin-top: 9px;
        }

        .nav-category.expanded .category-items,
        .nav-category.is-searching .category-items {
            display: grid;
            gap: 3px;
        }

        .nav-item {
            position: relative;
            display: grid;
            grid-template-columns: 30px minmax(0, 1fr);
            align-items: center;
            gap: 8px;
            min-height: 39px;
            padding: 7px 10px;
            border: 1px solid transparent;
            border-radius: 8px;
            color: rgba(255, 245, 224, 0.88);
            text-decoration: none;
            transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
        }

        .nav-item::before {
            content: "";
            position: absolute;
            inset: 6px auto 6px 0;
            width: 2px;
            border-radius: 999px;
            background: #e1be8e;
            opacity: 0;
            box-shadow: 0 0 12px rgba(225, 190, 142, 0.65);
            transition: opacity 0.2s ease;
        }

        .nav-item .korean {
            width: 28px;
            height: 28px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #e1be8e;
            font-size: 0.92rem;
        }

        .nav-item .english {
            color: inherit;
            font-size: 0.91rem;
            line-height: 1.24;
        }

        .nav-item:hover,
        .nav-item:focus,
        .nav-item.active {
            color: #fff5e0;
            background: linear-gradient(90deg, rgba(225, 190, 142, 0.24), rgba(255, 245, 224, 0.045));
            border-color: rgba(225, 190, 142, 0.26);
            outline: 0;
        }

        .nav-item:hover,
        .nav-item:focus {
            transform: translateX(-2px);
        }

        .nav-item.active::before {
            opacity: 1;
        }

        .sidebar-navigation .nav-item.nav-item-new {
            background: linear-gradient(90deg, rgba(43, 159, 93, 0.34), rgba(43, 159, 93, 0.08));
            border-color: rgba(94, 222, 142, 0.32);
            box-shadow: inset 0 1px 0 rgba(191, 255, 210, 0.08), 0 8px 18px rgba(16, 92, 48, 0.16);
        }

        .sidebar-navigation .nav-item.nav-item-new::after {
            content: "Yeni";
            position: absolute;
            top: 4px;
            right: 6px;
            padding: 2px 5px;
            border-radius: 999px;
            color: #eaffef;
            background: rgba(28, 151, 73, 0.82);
            border: 1px solid rgba(183, 255, 204, 0.24);
            font-size: 0.58rem;
            font-weight: 800;
            letter-spacing: 0.04em;
            line-height: 1;
            pointer-events: none;
        }

        .sidebar-navigation .nav-item.nav-item-new .english {
            padding-right: 0;
        }

        .sidebar-navigation .nav-item {
            display: grid !important;
            grid-template-columns: 30px minmax(0, 1fr);
            align-items: center;
            gap: 8px;
        }

        .sidebar-navigation .nav-item .korean {
            display: inline-flex !important;
            align-items: center;
            justify-content: center;
            width: 28px;
            height: 28px;
            color: #e1be8e;
            font-size: 0.92rem;
            line-height: 1;
            text-align: center;
        }

        .sidebar-navigation .nav-item .english {
            display: block;
            min-width: 0;
            color: inherit;
            font-size: 0.91rem;
            line-height: 1.24;
            white-space: normal;
        }

        .nav-category.is-hidden,
        .nav-chip.is-hidden {
            display: none;
        }

        .nav-empty {
            margin: 14px 4px;
            padding: 12px;
            border: 1px dashed rgba(225, 190, 142, 0.22);
            border-radius: 10px;
            color: rgba(255, 245, 224, 0.72);
            text-align: center;
            font-size: 0.86rem;
        }

        .nav-discord-cta {
            display: grid;
            grid-template-columns: 28px minmax(0, 1fr) 14px;
            align-items: center;
            gap: 10px;
            margin: 16px 2px 12px;
            padding: 12px;
            border: 1px solid rgba(225, 190, 142, 0.18);
            border-radius: 10px;
            color: #fff5e0;
            background: linear-gradient(135deg, rgba(88, 101, 242, 0.22), rgba(255, 245, 224, 0.045));
            text-decoration: none;
        }

        .nav-discord-cta .fa-discord {
            color: #8fa1ff;
            font-size: 1.2rem;
        }

        .nav-discord-cta span {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .ranking-rewards-card {
            display: block !important;
            padding: 1.4rem;
            overflow: hidden;
            background:
                radial-gradient(circle at 18% 0, rgba(225, 190, 142, 0.15), transparent 34%),
                linear-gradient(145deg, rgba(15, 13, 11, 0.94), rgba(26, 21, 18, 0.9)) !important;
            border: 1px solid rgba(225, 190, 142, 0.22);
        }

        .guild-tournament-panel {
            margin-top: 14px;
            padding: 16px;
            border: 1px solid rgba(225, 190, 142, 0.22);
            border-radius: 14px;
            background:
                radial-gradient(circle at 10% 0, rgba(225, 190, 142, 0.14), transparent 42%),
                linear-gradient(145deg, rgba(10, 5, 4, 0.62), rgba(42, 35, 32, 0.5));
        }

        .guild-tournament-card {
            margin-top: 18px;
        }

        .individual-tournament-panel {
            margin-top: 14px;
            padding: 16px;
            border: 1px solid rgba(225, 190, 142, 0.2);
            border-radius: 14px;
            background:
                radial-gradient(circle at 10% 0, rgba(225, 190, 142, 0.1), transparent 42%),
                linear-gradient(145deg, rgba(10, 5, 4, 0.5), rgba(42, 35, 32, 0.42));
        }

        .tournament-subhead {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 10px;
        }

        .tournament-subhead span {
            width: 36px;
            height: 36px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 10px;
            color: #fff5e0;
            background: linear-gradient(145deg, rgba(225, 190, 142, 0.24), rgba(138, 107, 66, 0.4));
            border: 1px solid rgba(225, 190, 142, 0.26);
        }

        .tournament-subhead h4 {
            margin: 0;
            color: #fff5e0;
            font-size: 1.05rem;
        }

        .individual-tournament-list {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 8px;
        }

        .individual-tournament-desc {
            margin: 0 0 12px;
            padding: 12px;
            border: 1px solid rgba(225, 190, 142, 0.16);
            border-radius: 10px;
            background: rgba(255, 245, 224, 0.045);
            color: rgba(232, 220, 200, 0.86);
            line-height: 1.58;
        }

        .individual-tournament-desc strong {
            color: #ffd36b;
            font-weight: 900;
            text-shadow: 0 0 12px rgba(255, 211, 107, 0.26);
        }

        .individual-tournament-row {
            display: grid;
            grid-template-columns: 54px minmax(0, 1fr) auto;
            align-items: center;
            gap: 10px;
            padding: 10px 12px;
            border-radius: 10px;
            background: rgba(255, 245, 224, 0.055);
            color: rgba(232, 220, 200, 0.9);
        }

        .individual-tournament-row img {
            width: 54px;
            height: 54px;
            object-fit: contain;
            filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.36));
        }

        .individual-tournament-row span {
            color: #fff5e0;
            font-weight: 800;
        }

        .individual-tournament-row .reward-tl {
            color: #ffd36b;
            text-shadow: 0 0 12px rgba(255, 211, 107, 0.28);
        }

        .guild-tournament-head {
            display: grid;
            grid-template-columns: 46px minmax(0, 1fr);
            gap: 12px;
            align-items: start;
            margin-bottom: 14px;
        }

        .guild-tournament-head > span {
            width: 46px;
            height: 46px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 12px;
            color: #fff5e0;
            background: linear-gradient(145deg, rgba(225, 190, 142, 0.28), rgba(138, 107, 66, 0.46));
            border: 1px solid rgba(225, 190, 142, 0.3);
        }

        .guild-tournament-head h4 {
            margin: 0 0 6px;
            color: #fff5e0;
            font-size: 1.05rem;
        }

        .guild-tournament-head p,
        .guild-tournament-note {
            margin: 0;
            color: rgba(232, 220, 200, 0.82);
            line-height: 1.55;
        }

        .guild-salary-table {
            display: grid;
            gap: 7px;
            margin-top: 12px;
        }

        .guild-salary-row {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            gap: 10px;
            align-items: center;
            padding: 10px 12px;
            border-radius: 10px;
            background: rgba(255, 245, 224, 0.055);
            color: rgba(232, 220, 200, 0.88);
        }

        .guild-salary-header {
            color: #e1be8e;
            background: rgba(225, 190, 142, 0.11);
            font-size: 0.78rem;
            font-weight: 900;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }

        .guild-salary-row .reward-tl {
            color: #ffd36b;
            text-shadow: 0 0 12px rgba(255, 211, 107, 0.28);
        }

        .guild-tournament-note {
            margin-top: 12px;
            padding-top: 12px;
            border-top: 1px solid rgba(225, 190, 142, 0.14);
            font-weight: 700;
        }

        .ranking-rewards-head {
            max-width: 860px;
            margin-bottom: 18px;
        }

        .ranking-rewards-kicker {
            margin: 0 0 8px;
            color: #e1be8e;
            font-size: 0.78rem;
            font-weight: 900;
            letter-spacing: 0.12em;
            text-transform: uppercase;
        }

        .ranking-rewards-summary {
            display: grid;
            grid-template-columns: repeat(5, minmax(0, 1fr));
            gap: 10px;
            margin: 18px 0 24px;
        }

        .ranking-summary-group {
            min-height: 132px;
            padding: 12px;
            border: 1px solid rgba(225, 190, 142, 0.18);
            border-radius: 12px;
            background: linear-gradient(145deg, rgba(255, 245, 224, 0.06), rgba(0, 0, 0, 0.16));
        }

        .ranking-summary-group strong {
            display: block;
            margin-bottom: 9px;
            color: #fff5e0;
            font-size: 0.9rem;
        }

        .ranking-summary-group span {
            display: block;
            margin-top: 5px;
            color: rgba(232, 220, 200, 0.78);
            font-size: 0.8rem;
            line-height: 1.28;
        }

        .ranking-reward-section {
            margin-top: 22px;
        }

        .ranking-reward-section h4 {
            display: flex;
            align-items: center;
            gap: 10px;
            margin: 0 0 12px;
            color: #e1be8e;
            font-size: 1rem;
            font-weight: 900;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }

        .ranking-reward-section h4::before {
            content: "";
            width: 18px;
            height: 2px;
            border-radius: 99px;
            background: #e1be8e;
            box-shadow: 0 0 14px rgba(225, 190, 142, 0.48);
        }

        .ranking-reward-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 12px;
        }

        .ranking-reward-grid.two {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .ranking-reward-grid.single {
            grid-template-columns: minmax(0, 1fr);
        }

        .ranking-reward-grid.boss-island {
            grid-template-columns: repeat(4, minmax(0, 1fr));
        }

        .ranking-reward-boss {
            display: grid;
            grid-template-columns: 86px minmax(0, 1fr);
            gap: 12px;
            align-items: center;
            min-height: 132px;
            padding: 12px;
            border: 1px solid rgba(225, 190, 142, 0.18);
            border-radius: 14px;
            background:
                radial-gradient(circle at 0 0, rgba(225, 190, 142, 0.14), transparent 42%),
                linear-gradient(145deg, rgba(10, 5, 4, 0.72), rgba(42, 35, 32, 0.56));
            box-shadow: inset 0 1px 0 rgba(255, 245, 224, 0.06), 0 12px 26px rgba(0, 0, 0, 0.22);
        }

        .ranking-reward-boss img {
            width: 86px;
            height: 86px;
            object-fit: contain;
            filter: drop-shadow(0 10px 14px rgba(0, 0, 0, 0.42));
        }

        .ranking-reward-boss h5 {
            margin: 0 0 8px;
            color: #fff5e0;
            font-size: 0.98rem;
            line-height: 1.25;
        }

        .ranking-reward-boss h5 small {
            display: block;
            margin-top: 4px;
            color: rgba(225, 190, 142, 0.82);
            font-size: 0.72rem;
            font-weight: 700;
        }

        .ranking-reward-boss ol {
            display: grid;
            gap: 5px;
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .ranking-reward-boss li {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
            padding: 6px 8px;
            border-radius: 8px;
            background: rgba(255, 245, 224, 0.055);
            color: rgba(232, 220, 200, 0.9);
            font-size: 0.84rem;
        }

        .ranking-reward-boss li strong {
            color: #e1be8e;
            font-weight: 900;
        }

        .ranking-reward-boss li span {
            color: #fff5e0;
            font-weight: 800;
        }

        .ranking-reward-boss li .reward-tl {
            color: #ffd36b;
            text-shadow: 0 0 12px rgba(255, 211, 107, 0.28);
        }

        .ranking-reward-boss li .reward-ep {
            color: #ff9f43;
            text-shadow: 0 0 12px rgba(255, 159, 67, 0.28);
        }

        .dual-dungeon-head {
            max-width: 940px;
            margin: 0 auto 24px;
            text-align: center;
        }

        .dnm-req-actions {
            display: flex;
            gap: 8px;
            flex-wrap: wrap;
            margin-top: 12px;
        }

        .dnm-req-btn {
            flex: 1 1 120px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 38px;
            border: 1px solid rgba(255, 211, 107, 0.38);
            border-radius: 999px;
            color: #1a1512;
            background: linear-gradient(135deg, #ffd36b, #b9822d);
            font-weight: 900;
            letter-spacing: 0.05em;
            cursor: pointer;
        }

        .dnm-req-btn.is-transform {
            color: #fff5e0;
            background: linear-gradient(135deg, rgba(138, 107, 66, 0.78), rgba(42, 35, 32, 0.88));
        }

        .dnm-req-missing .dnm-req-btn {
            filter: grayscale(0.45);
        }

        body.transform-req-open {
            overflow: hidden;
        }

        .transform-req-modal[hidden] {
            display: none;
        }

        .transform-req-modal {
            position: fixed;
            inset: 0;
            z-index: 3000;
            display: grid;
            place-items: center;
            padding: 22px;
        }

        .transform-req-backdrop {
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0.74);
            backdrop-filter: blur(8px);
        }

        .transform-req-card {
            position: relative;
            z-index: 1;
            width: min(1120px, 96vw);
            max-height: 88vh;
            overflow: hidden;
            border: 1px solid rgba(225, 190, 142, 0.32);
            border-radius: 20px;
            background:
                radial-gradient(circle at 18% 0, rgba(225, 190, 142, 0.13), transparent 34%),
                linear-gradient(145deg, rgba(15, 13, 11, 0.98), rgba(26, 21, 18, 0.96));
            box-shadow: 0 34px 90px rgba(0, 0, 0, 0.62);
        }

        .transform-req-close {
            position: absolute;
            top: 14px;
            right: 14px;
            z-index: 2;
            width: 38px;
            height: 38px;
            border: 1px solid rgba(255, 245, 224, 0.28);
            border-radius: 50%;
            color: #fff5e0;
            background: rgba(0, 0, 0, 0.32);
            cursor: pointer;
        }

        .transform-req-head {
            padding: 22px 24px 14px;
            border-bottom: 1px solid rgba(225, 190, 142, 0.14);
        }

        .transform-req-head h3 {
            margin: 0 48px 8px 0;
            color: #fff5e0;
            font-size: clamp(1.25rem, 2.3vw, 2rem);
        }

        .transform-req-head p {
            margin-bottom: 0;
            color: rgba(232, 220, 200, 0.78);
        }

        .transform-req-tabs {
            display: flex;
            gap: 8px;
            padding: 14px 24px;
            border-bottom: 1px solid rgba(225, 190, 142, 0.12);
        }

        .transform-req-tab {
            padding: 9px 14px;
            border: 1px solid rgba(225, 190, 142, 0.22);
            border-radius: 999px;
            color: #fff5e0;
            background: rgba(255, 245, 224, 0.06);
            font-weight: 900;
            cursor: pointer;
        }

        .transform-req-tab.is-active {
            color: #1a1512;
            background: linear-gradient(135deg, #ffd36b, #b9822d);
            border-color: rgba(255, 211, 107, 0.46);
        }

        .transform-req-body {
            max-height: calc(88vh - 166px);
            overflow: auto;
            padding: 14px 18px 20px;
        }

        .transform-req-panel {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 12px;
        }

        .transform-req-panel[hidden] {
            display: none !important;
        }

        .transform-req-step {
            padding: 12px;
            border: 1px solid rgba(225, 190, 142, 0.18);
            border-radius: 14px;
            background: linear-gradient(145deg, rgba(255, 245, 224, 0.055), rgba(0, 0, 0, 0.12));
        }

        .transform-req-step.is-transform {
            border-color: rgba(255, 211, 107, 0.28);
            background: rgba(255, 211, 107, 0.06);
        }

        .transform-req-step-title {
            display: grid;
            grid-template-columns: 38px minmax(0, 1fr);
            gap: 9px;
            align-items: center;
            margin-bottom: 8px;
        }

        .transform-req-step-title img {
            width: 38px;
            height: 38px;
            object-fit: contain;
        }

        .transform-req-step-title strong {
            display: block;
            color: #fff5e0;
            font-size: 1rem;
        }

        .transform-req-step-title span,
        .transform-req-muted {
            color: rgba(232, 220, 200, 0.72);
            font-size: 0.84rem;
        }

        .transform-req-options {
            display: grid;
            grid-template-columns: 1fr;
            gap: 4px;
        }

        .transform-req-option {
            display: grid;
            grid-template-columns: 56px 112px minmax(0, 1fr);
            gap: 8px;
            align-items: center;
            padding: 6px 8px;
            border: 0;
            border-radius: 9px;
            background: rgba(0, 0, 0, 0.16);
        }

        .transform-req-option-head {
            display: contents;
            margin-bottom: 0;
            color: #ffd36b;
            font-weight: 900;
        }

        .transform-req-option-head strong {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 50px;
            min-height: 25px;
            padding: 3px 6px;
            border-radius: 8px;
            color: #ffd36b;
            background: rgba(255, 211, 107, 0.1);
            border: 1px solid rgba(255, 211, 107, 0.22);
            font-size: 0.7rem;
            letter-spacing: 0.02em;
        }

        .transform-req-option-head strong.is-hidden {
            display: none;
        }

        .transform-req-option-head span {
            color: #ffd36b;
            font-size: 0.78rem;
            font-weight: 900;
        }

        .transform-req-materials {
            display: flex;
            flex-wrap: wrap;
            gap: 5px;
        }

        .transform-req-material {
            display: inline-flex;
            align-items: center;
            gap: 5px;
            padding: 4px 6px;
            border: 1px solid rgba(225, 190, 142, 0.16);
            border-radius: 8px;
            color: #fff5e0;
            background: rgba(255, 245, 224, 0.055);
            font-size: 0.74rem;
            font-weight: 800;
        }

        .transform-req-material img {
            width: 22px;
            height: 22px;
            object-fit: contain;
        }

        .transform-req-empty {
            padding: 14px;
            border: 1px dashed rgba(225, 190, 142, 0.22);
            border-radius: 12px;
            color: rgba(232, 220, 200, 0.74);
            background: rgba(255, 245, 224, 0.035);
        }

        .dual-dungeon-head .feature-title.big {
            margin-bottom: 10px;
            line-height: 1.15;
        }

        .dual-dungeon-highlight {
            color: #ffd36b;
            text-shadow: 0 0 16px rgba(255, 211, 107, 0.34);
        }

        .dual-dungeon-head p:last-child {
            margin: 0;
            color: rgba(232, 220, 200, 0.86);
            font-size: 1.04rem;
            font-weight: 700;
        }

        .dual-dungeon-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 18px;
        }

        .dual-dungeon-card {
            position: relative;
            min-height: 430px;
            overflow: hidden;
            border: 1px solid rgba(225, 190, 142, 0.26);
            border-radius: 18px;
            background: #0f0d0b;
            box-shadow: inset 0 1px 0 rgba(255, 245, 224, 0.08), 0 24px 44px rgba(0, 0, 0, 0.32);
        }

        .dual-dungeon-bg {
            position: absolute;
            inset: 0;
            background-size: cover;
            background-position: center;
            filter: saturate(1.12) contrast(1.08);
            transform: scale(1.04);
        }

        .dual-dungeon-card.catacomb .dual-dungeon-bg {
            background-image: linear-gradient(180deg, rgba(10, 5, 4, 0.2), rgba(10, 5, 4, 0.86)), url('../new_presentation/img/dungeons/dc-bg.png');
        }

        .dual-dungeon-card.beran .dual-dungeon-bg {
            background-image: linear-gradient(180deg, rgba(10, 5, 4, 0.2), rgba(10, 5, 4, 0.86)), url('../new_presentation/img/dungeons/beran-bg.png');
        }

        .dual-dungeon-card::before {
            content: "";
            position: absolute;
            inset: 0;
            background:
                radial-gradient(circle at 76% 30%, rgba(225, 190, 142, 0.16), transparent 34%),
                linear-gradient(90deg, rgba(10, 5, 4, 0.88), rgba(10, 5, 4, 0.28) 52%, rgba(10, 5, 4, 0.68));
            z-index: 1;
        }

        .dual-dungeon-content {
            position: relative;
            z-index: 3;
            width: min(58%, 340px);
            min-height: 430px;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding: 24px;
        }

        .dual-dungeon-tag {
            width: fit-content;
            margin-bottom: 10px;
            padding: 6px 9px;
            border: 1px solid rgba(225, 190, 142, 0.3);
            border-radius: 999px;
            color: #ffd36b;
            background: rgba(10, 5, 4, 0.48);
            font-size: 0.72rem;
            font-weight: 900;
            letter-spacing: 0.1em;
            text-transform: uppercase;
        }

        .dual-dungeon-content h4 {
            margin: 0 0 8px;
            color: #fff5e0;
            font-size: clamp(1.6rem, 3vw, 2.45rem);
            line-height: 1;
            text-shadow: 0 10px 28px rgba(0, 0, 0, 0.58);
        }

        .dual-dungeon-content p {
            margin: 0;
            color: rgba(232, 220, 200, 0.88);
            line-height: 1.55;
            font-weight: 700;
        }

        .dual-dungeon-meta {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-top: 14px;
        }

        .dual-dungeon-meta span {
            padding: 7px 10px;
            border-radius: 999px;
            color: #fff5e0;
            background: rgba(255, 245, 224, 0.08);
            border: 1px solid rgba(225, 190, 142, 0.18);
            font-size: 0.78rem;
            font-weight: 800;
        }

        .dual-dungeon-drop-btn {
            width: fit-content;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            margin-top: 16px;
            padding: 10px 16px;
            border: 1px solid rgba(255, 211, 107, 0.46);
            border-radius: 999px;
            color: #1a1512;
            background: linear-gradient(135deg, #ffd36b, #b9822d);
            box-shadow: 0 12px 22px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 245, 224, 0.38);
            font-weight: 900;
            letter-spacing: 0.08em;
            cursor: pointer;
            transition: transform 0.2s ease, filter 0.2s ease;
        }

        .dual-dungeon-drop-btn:hover,
        .dual-dungeon-drop-btn:focus {
            transform: translateY(-2px);
            filter: brightness(1.08);
            outline: none;
        }

        .boss-tabs {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-bottom: 16px;
        }

        .boss-tab-btn {
            padding: 10px 12px;
            border: 1px solid rgba(225, 190, 142, 0.22);
            border-radius: 999px;
            color: rgba(255, 245, 224, 0.82);
            background: rgba(255, 245, 224, 0.055);
            font-weight: 900;
            cursor: pointer;
            transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
        }

        .boss-tab-btn:hover,
        .boss-tab-btn:focus,
        .boss-tab-btn.is-active {
            color: #1a1512;
            background: linear-gradient(135deg, #ffd36b, #b9822d);
            border-color: rgba(255, 211, 107, 0.46);
            transform: translateY(-1px);
            outline: none;
        }

        .boss-tab-panel[hidden] {
            display: none;
        }

        .boss-drop-list {
            display: grid;
            gap: 10px;
        }

        .boss-drop-row {
            display: grid;
            grid-template-columns: minmax(0, 1fr) auto;
            align-items: center;
            gap: 12px;
            padding: 12px;
            border: 1px solid rgba(225, 190, 142, 0.18);
            border-radius: 12px;
            background: rgba(255, 245, 224, 0.055);
        }

        .boss-drop-row span {
            color: #fff5e0;
            font-weight: 900;
        }

        .dual-dungeon-boss {
            position: absolute;
            z-index: 2;
            right: -2%;
            bottom: -4%;
            width: min(54%, 360px);
            max-height: 92%;
            object-fit: contain;
            filter: drop-shadow(0 28px 34px rgba(0, 0, 0, 0.58));
        }

        .dual-dungeon-card.beran .dual-dungeon-boss {
            right: 2%;
            width: min(58%, 390px);
        }

        @media (max-width: 1180px) {
            .ranking-rewards-summary {
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }

            .ranking-reward-grid,
            .ranking-reward-grid.boss-island {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .dual-dungeon-grid {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 720px) {
            .ranking-rewards-card {
                padding: 1em;
            }

            .ranking-rewards-summary,
            .ranking-reward-grid,
            .ranking-reward-grid.two,
            .ranking-reward-grid.single,
            .ranking-reward-grid.boss-island {
                grid-template-columns: 1fr;
            }

            .guild-tournament-panel {
                padding: 12px;
            }

            .individual-tournament-panel {
                padding: 12px;
            }

            .guild-tournament-head {
                grid-template-columns: 38px minmax(0, 1fr);
            }

            .guild-tournament-head > span {
                width: 38px;
                height: 38px;
            }

            .guild-salary-row {
                grid-template-columns: 1fr;
                gap: 4px;
            }

            .individual-tournament-list {
                grid-template-columns: 1fr;
            }

            .individual-tournament-row {
                grid-template-columns: 48px minmax(0, 1fr) auto;
            }

            .individual-tournament-row img {
                width: 48px;
                height: 48px;
            }

            .ranking-reward-boss {
                grid-template-columns: 70px minmax(0, 1fr);
                min-height: 0;
            }

            .ranking-reward-boss img {
                width: 70px;
                height: 70px;
            }

            .dual-dungeon-card {
                min-height: 390px;
            }

            .dual-dungeon-content {
                width: 100%;
                min-height: 390px;
                padding: 18px;
                padding-top: 150px;
            }

            .dual-dungeon-boss {
                right: -16px;
                bottom: 118px;
                width: min(58%, 230px);
                max-height: 220px;
            }

            .dual-dungeon-card.beran .dual-dungeon-boss {
                right: -8px;
                width: min(64%, 250px);
            }

            .boss-drop-row {
                grid-template-columns: 1fr;
            }

            .transform-req-modal {
                padding: 12px;
            }

            .transform-req-head,
            .transform-req-tabs,
            .transform-req-body {
                padding-left: 14px;
                padding-right: 14px;
            }

            .transform-req-option-head {
                display: contents;
            }

            .transform-req-option {
                grid-template-columns: 48px 1fr;
            }

            .transform-req-materials {
                grid-column: 1 / -1;
            }
        }

        .sidebar-navigation.collapsed .nav-search-shell,
        .sidebar-navigation.collapsed .nav-popular,
        .sidebar-navigation.collapsed .nav-discord-cta,
        .sidebar-navigation.collapsed .nav-empty {
            display: none;
        }

        .faq-panel {
            position: relative;
            overflow: hidden;
            margin-bottom: 2rem;
            padding: 2rem;
            background:
                linear-gradient(145deg, rgba(26, 21, 18, 0.94), rgba(15, 13, 11, 0.92)),
                repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 14px);
            border: 1px solid rgba(225, 190, 142, 0.24);
            border-radius: 8px;
            box-shadow: inset 0 1px 0 rgba(225, 190, 142, 0.08), 0 18px 36px rgba(0, 0, 0, 0.24);
        }

        .faq-panel::before {
            content: "";
            position: absolute;
            inset: 0 0 auto;
            height: 3px;
            background: linear-gradient(90deg, #8a6b42, #e1be8e, #8a6b42);
            opacity: 0.72;
        }

        .faq-title-row {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 1rem;
            flex-wrap: wrap;
            position: relative;
            z-index: 1;
        }

        .faq-kicker {
            margin: 0 0 0.65rem;
            color: #ddb87a;
            font-size: 0.78rem;
            font-weight: 800;
            letter-spacing: 0;
            text-transform: uppercase;
        }

        .faq-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 1rem;
            margin-top: 1.35rem;
            position: relative;
            z-index: 1;
        }

        .faq-item {
            display: grid;
            grid-template-columns: 42px minmax(0, 1fr);
            gap: 0.85rem;
            min-height: 128px;
            padding: 1rem;
            background: linear-gradient(145deg, rgba(15, 13, 11, 0.66), rgba(42, 35, 32, 0.44));
            border: 1px solid rgba(225, 190, 142, 0.16);
            border-radius: 8px;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
        }

        .faq-icon {
            width: 42px;
            height: 42px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 8px;
            background: linear-gradient(145deg, rgba(225, 190, 142, 0.3), rgba(138, 107, 66, 0.48));
            border: 1px solid rgba(225, 190, 142, 0.35);
            color: #fff5e0;
            font-size: 1rem;
            box-shadow: 0 8px 18px rgba(10, 5, 4, 0.32);
        }

        .faq-item strong {
            display: block;
            color: #fff5e0;
            font-size: 1rem;
            line-height: 1.35;
        }

        .faq-item p {
            margin: 0.65rem 0 0;
            padding: 0.7rem 0.8rem;
            background: rgba(255, 255, 255, 0.035);
            border: 1px solid rgba(255, 255, 255, 0.055);
            border-radius: 8px;
            color: #e8dcc8;
            line-height: 1.55;
        }

        @media (max-width: 768px) {
            .faq-panel {
                padding: 1.2rem;
            }

            .faq-grid {
                grid-template-columns: 1fr;
            }

            .faq-item {
                min-height: 0;
                grid-template-columns: 38px minmax(0, 1fr);
            }

            .faq-icon {
                width: 38px;
                height: 38px;
            }

        }

        .content-section,
        .content-section.core-systems,
        .content-section.game-features,
        .content-section.qol,
        .content-section.gameplay,
        .content-section.pvp,
        .content-section.dungeons,
        .content-section.mission-hub-section,
        .content-section.elv-shop-section,
        .content-section.game-drops-section {
            background: linear-gradient(145deg, rgba(15, 13, 11, 0.9), rgba(26, 21, 18, 0.84)) !important;
            border-color: rgba(225, 190, 142, 0.18);
        }

        .mission-copy,
        .mission-patent,
        .mission-warning,
        .mission-patent-media,
        .management-flow,
        .management-flow-shell,
        .management-flow-row,
        .management-flow-btn,
        .flow-time,
        .flow-tag {
            background: linear-gradient(145deg, rgba(15, 13, 11, 0.9), rgba(26, 21, 18, 0.84)) !important;
            border-color: rgba(225, 190, 142, 0.22) !important;
        }

        .mission-warning {
            text-align: center;
        }

        .mission-final-line {
            margin-top: 18px;
            text-align: center;
            font-weight: 700;
            color: #fff5e0 !important;
        }

        .removed-systems-item-card {
            position: relative;
        }

        .removed-system-zoom-btn {
            position: absolute;
            top: 10px;
            right: 10px;
            z-index: 5;
            width: 38px;
            height: 38px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border: 1px solid rgba(255, 245, 224, 0.42);
            border-radius: 50%;
            color: #fff5e0;
            background: rgba(12, 9, 7, 0.68);
            box-shadow: 0 10px 24px rgba(0, 0, 0, 0.36);
            cursor: pointer;
            transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
        }

        .removed-system-zoom-btn:hover,
        .removed-system-zoom-btn:focus {
            transform: scale(1.08);
            background: rgba(138, 107, 66, 0.86);
            border-color: rgba(255, 245, 224, 0.7);
            outline: none;
        }

        .removed-system-modal[hidden] {
            display: none;
        }

        .removed-system-modal {
            position: fixed;
            inset: 0;
            z-index: 1000;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 22px;
        }

        .removed-system-modal-backdrop {
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0.72);
            backdrop-filter: blur(8px);
        }

        .removed-system-modal-card {
            position: relative;
            width: min(940px, 94vw);
            max-height: 92vh;
            overflow: hidden;
            border: 1px solid rgba(225, 190, 142, 0.32);
            border-radius: 18px;
            background: linear-gradient(145deg, rgba(15, 13, 11, 0.96), rgba(26, 21, 18, 0.94));
            box-shadow: 0 30px 90px rgba(0, 0, 0, 0.54);
        }

        .removed-system-modal-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            padding: 16px 18px;
            border-bottom: 1px solid rgba(225, 190, 142, 0.18);
        }

        .removed-system-modal-title {
            margin: 0;
            color: #fff5e0;
            font-size: 1.1rem;
            font-weight: 700;
        }

        .removed-system-modal-close {
            width: 38px;
            height: 38px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border: 1px solid rgba(255, 245, 224, 0.22);
            border-radius: 50%;
            color: #fff5e0;
            background: rgba(255, 255, 255, 0.06);
            cursor: pointer;
        }

        .removed-system-modal-body {
            padding: 18px;
        }

        .removed-system-modal-img {
            width: 100%;
            max-height: calc(92vh - 112px);
            object-fit: contain;
            border-radius: 12px;
            background: rgba(0, 0, 0, 0.28);
        }

        .management-flow::before {
            background:
                radial-gradient(circle at 8% 20%, rgba(225, 190, 142, 0.12), transparent 42%),
                radial-gradient(circle at 92% 10%, rgba(225, 190, 142, 0.08), transparent 38%);
        }

        .management-flow-shell.is-running .management-flow-row.is-live,
        .management-flow-shell.is-paused .management-flow-row.is-live {
            background: linear-gradient(90deg, rgba(138, 107, 66, 0.3), rgba(26, 15, 10, 0.42)) !important;
            border-bottom-color: rgba(225, 190, 142, 0.24) !important;
        }

        .management-flow-state,
        .management-flow-btn.is-active,
        .flow-tag.is-event,
        .flow-tag.is-maint {
            background: linear-gradient(135deg, rgba(138, 107, 66, 0.76), rgba(42, 35, 32, 0.88)) !important;
            border-color: rgba(225, 190, 142, 0.42) !important;
            color: #fff5e0 !important;
        }

        .hero-overlay {
            background:
                radial-gradient(circle at 50% 12%, rgba(225, 190, 142, 0.12), transparent 40%),
                linear-gradient(to bottom, rgba(10, 5, 4, 0.06) 0, rgba(26, 15, 10, 0.28) 58%, rgba(10, 5, 4, 0.58) 100%);
        }

        .section-title,
        .feature-title,
        .feature-title.big,
        .category-title,
        .category-korean,
        .nav-item .english,
        .nav-item .korean,
        .nav-link,
        .launch-story-line,
        .launch-countdown-title,
        .launch-time-value,
        .launch-time-label,
        .launch-time-separator,
        .launch-secondary-btn.download,
        .um2-client-title,
        .um2-client-title span,
        .um2-client-desc,
        .um2-client-footer,
        .streamer-hub-title,
        .streamer-hub-count,
        .streamer-hub-badge,
        .streamer-hub-name,
        .streamer-hub-role,
        .starting-game-kicker,
        .starting-game-points,
        .starting-game-points strong,
        .starting-game-tag,
        .footer-sponsor-title {
            color: #fff5e0;
        }

        .mission-label,
        .mission-quote,
        .mission-points,
        .mission-points strong,
        .mission-warning-title,
        .mission-warning-text,
        .management-flow-kicker,
        .management-flow-description,
        .management-flow-ledger,
        .management-flow-state,
        .flow-time,
        .flow-tag,
        .flow-entry,
        .flow-entry strong,
        .management-flow-footnote {
            color: #fff5e0;
        }

        .launch-support-line a,
        .topbar .nav-toggle,
        .nav-link:hover,
        .nav-link:focus {
            color: #fff5e0;
        }

        .um2-client-name,
        .launch-support-line strong {
            color: #e1be8e;
        }

        .launch-story-line,
        .launch-support-line,
        .um2-client-sub,
        .streamer-hub-subtitle,
        .starting-game-points {
            color: rgba(232, 220, 200, 0.84);
        }

        .um2-client-limit,
        .um2-client-card,
        .feature-card.streamer-hub-core,
        .streamer-hub-head,
        .streamer-hub-card,
        .feature-card.starting-game-core,
        .starting-game-media,
        .starting-game-tag,
        .launch-time-box,
        .launch-secondary-btn.download {
            border-color: rgba(225, 190, 142, 0.28);
        }

        .um2-client-card,
        .streamer-hub-card {
            background: linear-gradient(155deg, rgba(26, 21, 18, 0.86), rgba(42, 35, 32, 0.72));
            box-shadow: inset 0 1px 0 rgba(225, 190, 142, 0.08), 0 12px 24px rgba(0, 0, 0, 0.3);
        }

        .feature-card.streamer-hub-core {
            background:
                radial-gradient(circle at 10% 0%, rgba(225, 190, 142, 0.13), transparent 42%),
                linear-gradient(150deg, rgba(26, 21, 18, 0.84), rgba(42, 35, 32, 0.72));
        }

        .streamer-hub-grid-wrap::-webkit-scrollbar-thumb,
        .launch-secondary-btn.play,
        .launch-cta-btn {
            background: linear-gradient(180deg, #e1be8e 0%, #8a6b42 100%);
        }

        .launch-secondary-btn.play,
        .launch-cta-btn {
            color: #1a1512;
            box-shadow: 0 14px 24px rgba(10, 5, 4, 0.38), inset 0 1px 0 rgba(255, 245, 224, 0.38);
        }

        .launch-secondary-btn.download,
        .launch-time-box,
        .um2-client-limit,
        .streamer-hub-head,
        .streamer-hub-badge,
        .starting-game-tag {
            background: rgba(26, 21, 18, 0.72);
        }

        .launch-countdown-title {
            text-shadow: 0 0 16px rgba(225, 190, 142, 0.34);
        }

        .topbar-brand-logo {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 178px;
            height: 38px;
            margin-left: 6px;
        }

        .topbar-brand-logo img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: contain;
            filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.45));
        }

        @media (max-width: 768px) {
            .topbar-brand-logo {
                width: 126px;
                height: 30px;
                margin-left: 2px;
            }
        }

        body.launch-pop-open {
            overflow: hidden;
        }

        .launch-pop-modal[hidden] {
            display: none;
        }

        .launch-pop-modal {
            position: fixed;
            inset: 0;
            z-index: 2600;
            display: grid;
            place-items: center;
            padding: 22px;
            background: rgba(10, 5, 4, 0.76);
            backdrop-filter: blur(8px);
        }

        .launch-pop-card {
            position: relative;
            width: min(92vw, 620px);
            max-height: min(86vh, 620px);
            border: 1px solid rgba(225, 190, 142, 0.34);
            border-radius: 18px;
            overflow: hidden;
            background: rgba(15, 13, 11, 0.96);
            box-shadow: 0 32px 80px rgba(0, 0, 0, 0.62), 0 0 45px rgba(225, 190, 142, 0.18);
        }

        .launch-pop-card img {
            display: block;
            width: 100%;
            height: auto;
            max-height: min(86vh, 620px);
            object-fit: contain;
        }

        .launch-pop-close {
            position: absolute;
            top: 12px;
            right: 12px;
            width: 38px;
            height: 38px;
            border: 1px solid rgba(232, 220, 200, 0.38);
            border-radius: 50%;
            background: rgba(15, 13, 11, 0.78);
            color: #fff5e0;
            font-size: 24px;
            line-height: 1;
            cursor: pointer;
            display: grid;
            place-items: center;
            transition: transform 0.2s ease, background 0.2s ease;
        }

        .launch-pop-close:hover {
            transform: scale(1.06);
            background: rgba(138, 107, 66, 0.88);
        }

        @media (max-width: 640px) {
            .topbar-brand-logo {
                display: none;
            }

            .feature-card {
                padding: 1em;
            }

            .section-title {
                height: 55px;
            }

            .launch-pop-modal {
                padding: 14px;
            }

            .launch-pop-card {
                width: min(94vw, 520px);
                border-radius: 14px;
            }

            .launch-pop-close {
                top: 9px;
                right: 9px;
                width: 34px;
                height: 34px;
                font-size: 22px;
            }
        }
