* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Arial Rounded MT Bold', 'Helvetica Neue', sans-serif;
            line-height: 1.7;
        }
        body {
            background-color: #0f0a1e;
            color: #f0f2f5;
            scroll-behavior: smooth;
            padding-bottom: 150px;
        }
        .container {
            max-width: 1450px;
            margin: 0 auto;
            padding: 0 20px;
        }
        header {
            background-color: #1a1238;
            padding: 25px 0;
            position: sticky;
            top: 0;
            z-index: 9999;
            box-shadow: 0 8px 35px rgba(0,0,0,0.9);
        }
        .nav-wrapper {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 20px;
        }
        .logo {
            font-size: 2.4rem;
            font-weight: 900;
            color: #ff3e5e;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            text-shadow: 0 5px 12px rgba(255,62,94,0.4);
            line-height: 1.3;
        }
        .logo span {
            color: #ffd166;
        }
        .desktop-nav {
            display: flex;
            gap: 40px;
            align-items: center;
        }
        .desktop-nav a {
            color: #f0f2f5;
            text-decoration: none;
            font-weight: 600;
            font-size: 1.1rem;
            transition: all 0.3s ease;
            padding: 10px 0;
            border-bottom: 3px solid transparent;
        }
        .desktop-nav a:hover {
            color: #ff3e5e;
            border-bottom: 3px solid #ff3e5e;
        }
        .daman-link {
            background-color: #ff3e5e;
            padding: 14px 32px;
            border-radius: 15px;
            border-bottom: none !important;
            font-weight: 700;
            box-shadow: 0 6px 20px rgba(255,62,94,0.5);
        }
        .daman-link:hover {
            background-color: #e02a4a;
            color: #ffffff !important;
            transform: translateY(-4px);
            box-shadow: 0 8px 25px rgba(255,62,94,0.7);
        }
        .hamburger {
            display: none;
            font-size: 2.8rem;
            cursor: pointer;
            color: #f0f2f5;
            background: none;
            border: none;
        }
        .mobile-nav {
            display: none;
            flex-direction: column;
            gap: 30px;
            padding: 40px 0;
            background-color: #1a1238;
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            box-shadow: 0 20px 40px rgba(0,0,0,0.9);
            border-top: 2px solid #2d2255;
        }
        .mobile-nav a {
            color: #f0f2f5;
            text-decoration: none;
            font-weight: 600;
            font-size: 1.2rem;
            padding: 0 20px;
            transition: color 0.3s ease;
        }
        .mobile-nav a:hover {
            color: #ff3e5e;
        }
        .mobile-nav.active {
            display: flex;
        }
        .btn {
            display: inline-block;
            padding: 22px 45px;
            border-radius: 20px;
            font-weight: 800;
            text-decoration: none;
            transition: all 0.4s ease;
            margin: 25px 12px;
            text-align: center;
            font-size: 1.3rem;
            box-shadow: 0 10px 28px rgba(0,0,0,0.7);
            border: none;
            text-transform: uppercase;
            letter-spacing: 0.8px;
        }
        .btn-download {
            background-color: #38ef7d;
            color: #0f0a1e;
        }
        .btn-download:hover {
            background-color: #20d160;
            transform: translateY(-7px);
            box-shadow: 0 15px 35px rgba(56,239,125,0.8);
        }
        .btn-login {
            background-color: #64b5f6;
            color: #ffffff;
        }
        .btn-login:hover {
            background-color: #42a5f5;
            transform: translateY(-7px);
            box-shadow: 0 15px 35px rgba(100,181,246,0.8);
        }
        h1 {
            font-size: 4.2rem;
            color: #ff3e5e;
            margin: 100px 0 70px;
            text-align: center;
            line-height: 1.5;
            text-shadow: 0 6px 18px rgba(0,0,0,0.8);
            letter-spacing: 1px;
        }
        h2 {
            font-size: 2.9rem;
            color: #ffd166;
            margin: 120px 0 50px;
            padding-bottom: 25px;
            border-bottom: 4px solid #2d2255;
            line-height: 1.4;
            letter-spacing: 0.5px;
        }
        h3 {
            font-size: 2.2rem;
            color: #64b5f6;
            margin: 80px 0 45px;
            line-height: 1.4;
            letter-spacing: 0.3px;
        }
        p {
            margin-bottom: 35px;
            font-size: 1.35rem;
            color: #e1e4e8;
            padding: 0 5px;
        }
        .highlight {
            font-weight: 900;
            color: #ff3e5e;
            font-size: 1.5rem;
        }
        .desi-note {
            background-color: #1a1238;
            padding: 40px;
            border-left: 10px solid #ff3e5e;
            border-radius: 0 20px 20px 0;
            margin: 70px 0;
            font-size: 1.4rem;
            box-shadow: 0 10px 30px rgba(0,0,0,0.8);
        }
        .desi-note strong {
            color: #ffd166;
            font-size: 1.6rem;
        }
        .game-img {
            width: 100%;
            border-radius: 30px;
            margin: 70px 0;
            box-shadow: 0 20px 45px rgba(0,0,0,0.9);
            border: 6px solid #64b5f6;
        }
        ul, ol {
            margin: 50px 0 70px 60px;
            color: #e1e4e8;
            font-size: 1.35rem;
            line-height: 2.4;
        }
        li {
            margin-bottom: 30px;
            position: relative;
            padding-left: 35px;
        }
        li:before {
            content: "⚔️";
            position: absolute;
            left: -45px;
            font-size: 1.5rem;
        }
        ol li:before {
            content: none;
        }
        ol {
            list-style-type: decimal;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            margin: 70px 0;
            background-color: #1a1238;
            border-radius: 30px;
            overflow: hidden;
            box-shadow: 0 20px 45px rgba(0,0,0,0.8);
        }
        th, td {
            padding: 30px;
            text-align: left;
            border-bottom: 2px solid #2d2255;
            font-size: 1.3rem;
        }
        th {
            background-color: #2d2255;
            color: #f0f2f5;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        tr:hover {
            background-color: #221745;
        }
        .game-types {
            margin: 140px 0 120px;
        }
        .game-types h3 {
            margin-bottom: 60px;
            text-align: center;
        }
        .type-links {
            display: flex;
            flex-wrap: wrap;
            gap: 35px;
            justify-content: center;
        }
        .type-links a {
            color: #64b5f6;
            background-color: #1a1238;
            padding: 20px 40px;
            border-radius: 50px;
            text-decoration: none;
            transition: all 0.3s ease;
            font-size: 1.25rem;
            font-weight: 700;
            border: 2px solid #64b5f6;
            text-transform: capitalize;
        }
        .type-links a:hover {
            background-color: #64b5f6;
            color: #0f0a1e;
            transform: translateY(-6px);
            box-shadow: 0 10px 25px rgba(100,181,246,0.7);
        }
        .tags {
            margin: 120px 0 140px;
        }
        .tags h3 {
            margin-bottom: 60px;
            text-align: center;
        }
        .tag-links {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            justify-content: center;
        }
        .tag-links a {
            color: #ffd166;
            background-color: #1a1238;
            padding: 18px 36px;
            border-radius: 50px;
            text-decoration: none;
            font-size: 1.2rem;
            transition: all 0.3s ease;
            border: 2px solid #ffd166;
            text-transform: capitalize;
        }
        .tag-links a:hover {
            background-color: #ffd166;
            color: #0f0a1e;
            transform: translateY(-6px);
            box-shadow: 0 10px 25px rgba(255,209,102,0.7);
        }
        .recommendation {
            background-color: #1a1238;
            padding: 50px;
            border-radius: 30px;
            margin: 100px 0;
            text-align: center;
            font-size: 1.5rem;
            box-shadow: 0 20px 40px rgba(0,0,0,0.8);
            border: 3px solid #ff3e5e;
        }
        .recommendation strong {
            color: #ff3e5e;
            font-size: 1.7rem;
        }
        .community-section {
            background-color: #1a1238;
            padding: 50px;
            border-radius: 30px;
            margin: 100px 0;
            box-shadow: 0 20px 40px rgba(0,0,0,0.8);
        }
        .community-links {
            display: flex;
            flex-wrap: wrap;
            gap: 35px;
            justify-content: center;
            margin-top: 50px;
        }
        .community-links a {
            color: #38ef7d;
            background-color: #0f0a1e;
            padding: 20px 40px;
            border-radius: 50px;
            text-decoration: none;
            transition: all 0.3s ease;
            font-size: 1.25rem;
            font-weight: 700;
            border: 2px solid #38ef7d;
        }
        .community-links a:hover {
            background-color: #38ef7d;
            color: #0f0a1e;
            transform: translateY(-5px);
            box-shadow: 0 8px 22px rgba(56,239,125,0.6);
        }
        footer {
            background-color: #1a1238;
            padding: 90px 0;
            margin-top: 180px;
            border-top: 6px solid #2d2255;
        }
        .copyright {
            text-align: center;
            color: #a3a9b3;
            font-size: 1.3rem;
            line-height: 2.8;
            margin-top: 70px;
        }
        .footer-note {
            text-align: center;
            color: #c0c6cf;
            font-size: 1.4rem;
            margin-bottom: 60px;
            line-height: 2.4;
            max-width: 1300px;
            margin-left: auto;
            margin-right: auto;
            padding: 0 25px;
        }
        .footer-recommendation {
            text-align: center;
            color: #f0f2f5;
            font-size: 1.5rem;
            margin-bottom: 50px;
            line-height: 2.4;
            padding: 0 25px;
        }
        .footer-recommendation a {
            color: #ff3e5e;
            text-decoration: none;
            font-weight: 800;
        }
        @media (max-width: 1200px) {
            .desktop-nav {
                gap: 35px;
            }
            h1 {
                font-size: 3.8rem;
            }
            h2 {
                font-size: 2.7rem;
            }
            h3 {
                font-size: 2.1rem;
            }
            .logo {
                font-size: 2.2rem;
            }
            .btn {
                padding: 20px 40px;
                font-size: 1.25rem;
            }
        }
        @media (max-width: 992px) {
            .desktop-nav {
                gap: 30px;
            }
            .logo {
                font-size: 2.0rem;
            }
            h1 {
                font-size: 3.4rem;
                margin: 90px 0 60px;
            }
            h2 {
                font-size: 2.5rem;
                margin: 110px 0 45px;
            }
            h3 {
                font-size: 2.0rem;
                margin: 75px 0 40px;
            }
            p, ul, ol, .desi-note {
                font-size: 1.3rem;
            }
            th, td {
                padding: 28px;
                font-size: 1.25rem;
            }
            .btn {
                padding: 19px 38px;
                font-size: 1.2rem;
            }
        }
        @media (max-width: 768px) {
            .desktop-nav {
                display: none;
            }
            .hamburger {
                display: block;
            }
            .logo {
                font-size: 1.9rem;
                margin-bottom: 0;
            }
            h1 {
                font-size: 3.0rem;
                margin: 80px 0 55px;
            }
            h2 {
                font-size: 2.3rem;
                margin: 100px 0 40px;
            }
            h3 {
                font-size: 1.9rem;
                margin: 70px 0 35px;
            }
            p, ul, ol, .desi-note {
                font-size: 1.25rem;
            }
            .btn {
                width: 100%;
                margin: 20px 0;
                padding: 19px 38px;
            }
            .container {
                padding: 0 18px;
            }
            th, td {
                padding: 25px;
                font-size: 1.2rem;
            }
            .type-links, .tag-links, .community-links {
                gap: 25px;
            }
            .type-links a {
                padding: 18px 35px;
                font-size: 1.2rem;
            }
            .tag-links a {
                padding: 16px 32px;
                font-size: 1.15rem;
            }
            .community-links a {
                padding: 18px 35px;
                font-size: 1.2rem;
            }
            .recommendation {
                padding: 45px;
                font-size: 1.4rem;
            }
            footer {
                padding: 80px 0;
            }
        }
        @media (max-width: 576px) {
            h1 {
                font-size: 2.6rem;
                margin: 70px 0 50px;
            }
            h2 {
                font-size: 2.0rem;
                margin: 90px 0 35px;
            }
            h3 {
                font-size: 1.7rem;
                margin: 65px 0 30px;
            }
            .logo {
                font-size: 1.8rem;
            }
            .mobile-nav {
                gap: 28px;
                padding: 35px 0;
            }
            .game-img {
                margin: 60px 0;
                border-width: 5px;
            }
            .desi-note {
                padding: 35px;
                margin: 60px 0;
            }
            table {
                margin: 60px 0;
            }
            th, td {
                padding: 22px;
                font-size: 1.15rem;
            }
            .recommendation {
                padding: 40px;
                font-size: 1.3rem;
            }
            .copyright {
                font-size: 1.2rem;
            }
            .footer-note, .footer-recommendation {
                font-size: 1.3rem;
            }
            .type-links a {
                padding: 16px 30px;
                font-size: 1.15rem;
            }
            .tag-links a {
                padding: 14px 28px;
                font-size: 1.1rem;
            }
        }
