* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Arial Unicode MS', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        body {
            background-color: #1a1a2e;
            color: #f0f0f5;
            line-height: 1.9;
            padding-bottom: 100px;
            font-size: 18px;
            letter-spacing: 0.3px;
        }
        .header {
            background-color: #16213e;
            padding: 22px 0;
            position: sticky;
            top: 0;
            z-index: 9999;
            border-bottom: 5px solid #ffc107;
            box-shadow: 0 6px 25px rgba(0,0,0,0.5);
        }
        .nav-container {
            max-width: 1450px;
            margin: 0 auto;
            padding: 0 30px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .logo {
            font-size: 42px;
            font-weight: 900;
            color: #ffc107;
            text-shadow: 0 0 20px rgba(255, 193, 7, 0.95);
            text-decoration: none;
            letter-spacing: 3px;
            display: flex;
            align-items: center;
            text-transform: uppercase;
        }
        .logo span {
            color: #00cfd5;
            margin: 0 12px;
        }
        .nav-links {
            display: flex;
            gap: 35px;
            align-items: center;
        }
        .nav-links a {
            color: #f0f0f5;
            text-decoration: none;
            font-size: 19px;
            font-weight: 600;
            transition: all 0.3s ease;
            padding: 10px 15px;
            border-radius: 12px;
            text-transform: capitalize;
        }
        .nav-links a:hover {
            color: #ffc107;
            background-color: rgba(255, 255, 255, 0.12);
            transform: scale(1.05);
        }
        .daman-link {
            background-color: #ffc107;
            padding: 14px 30px;
            border-radius: 40px;
            font-weight: 800;
            font-size: 20px;
            color: #16213e !important;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        .daman-link:hover {
            background-color: #e0a800;
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(255, 193, 7, 0.6);
        }
        .menu-toggle {
            display: none;
            font-size: 36px;
            cursor: pointer;
            color: #f0f0f5;
            background: transparent;
            border: none;
        }
        .container {
            max-width: 1450px;
            margin: 0 auto;
            padding: 60px 30px;
        }
        h1 {
            font-size: 52px;
            color: #ffc107;
            text-align: center;
            margin-bottom: 70px;
            padding-bottom: 30px;
            border-bottom: 6px solid #00cfd5;
            text-shadow: 0 4px 15px rgba(0,0,0,0.4);
            letter-spacing: 1px;
        }
        h2 {
            font-size: 38px;
            color: #00cfd5;
            margin: 80px 0 40px;
            padding-left: 30px;
            border-left: 7px solid #ffc107;
            display: flex;
            align-items: center;
            text-transform: capitalize;
        }
        h2::before {
            content: "🔥";
            margin-right: 25px;
        }
        h3 {
            font-size: 30px;
            color: #28a745;
            margin: 60px 0 30px;
            padding-bottom: 12px;
            border-bottom: 4px dashed #00cfd5;
            display: flex;
            align-items: center;
            text-transform: capitalize;
        }
        h3::before {
            content: "🎯";
            margin-right: 18px;
        }
        h4 {
            font-size: 26px;
            color: #e83e8c;
            margin: 45px 0 25px;
            display: flex;
            align-items: center;
            text-transform: capitalize;
        }
        h4::before {
            content: "🔍";
            margin-right: 15px;
        }
        p {
            margin-bottom: 32px;
            font-size: 20px;
            text-align: justify;
            padding: 0 10px;
            line-height: 2.0;
        }
        .highlight {
            font-weight: 900;
            color: #ffc107;
            text-shadow: 0 0 8px rgba(255, 193, 7, 0.5);
            letter-spacing: 0.5px;
        }
        .keyterm {
            font-weight: 900;
            color: #00cfd5;
            text-decoration: underline;
            text-underline-offset: 10px;
            text-decoration-thickness: 4px;
        }
        .btn-container {
            display: flex;
            gap: 40px;
            justify-content: center;
            margin: 80px 0;
            flex-wrap: wrap;
        }
        .btn {
            padding: 24px 55px;
            font-size: 26px;
            font-weight: 900;
            border: none;
            border-radius: 70px;
            cursor: pointer;
            transition: all 0.4s ease;
            text-decoration: none;
            display: inline-block;
            text-align: center;
            box-shadow: 0 8px 25px rgba(0,0,0,0.4);
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        .download-btn {
            background-color: #28a745;
            color: #16213e;
            box-shadow: 0 0 30px rgba(40, 167, 69, 0.8);
        }
        .download-btn:hover {
            background-color: #218838;
            transform: translateY(-8px);
            box-shadow: 0 0 35px rgba(40, 167, 69, 1);
        }
        .login-btn {
            background-color: #ffc107;
            color: #16213e;
            box-shadow: 0 0 30px rgba(255, 193, 7, 0.8);
        }
        .login-btn:hover {
            background-color: #e0a800;
            transform: translateY(-8px);
            box-shadow: 0 0 35px rgba(255, 193, 7, 1);
        }
        .img-container {
            text-align: center;
            margin: 70px 0;
        }
        .img-container img {
            max-width: 100%;
            height: auto;
            border-radius: 30px;
            box-shadow: 0 0 50px rgba(0, 0, 0, 0.7);
            border: 5px solid #ffc107;
            transition: transform 0.5s ease;
        }
        .img-container img:hover {
            transform: scale(1.04);
        }
        .stats-table {
            width: 100%;
            border-collapse: collapse;
            margin: 60px 0;
            background-color: #16213e;
            border-radius: 25px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.5);
        }
        .stats-table th, .stats-table td {
            padding: 25px 30px;
            text-align: left;
            border-bottom: 1px solid #2c3e50;
        }
        .stats-table th {
            background-color: #2c3e50;
            color: #ffc107;
            font-size: 24px;
            font-weight: 800;
            text-transform: capitalize;
        }
        .stats-table td {
            font-size: 20px;
        }
        .stats-table tr:hover {
            background-color: #1e2a47;
            transform: scale(1.02);
            transition: background-color 0.4s ease, transform 0.3s ease;
        }
        .strategy-list, .event-list, .review-list, .faq-list, .community-list {
            margin: 40px 0 40px 70px;
        }
        .strategy-list li, .event-list li, .review-list li, .faq-list li, .community-list li {
            margin-bottom: 28px;
            font-size: 20px;
            position: relative;
            padding-left: 35px;
            line-height: 1.9;
        }
        .strategy-list li::before {
            content: "🎯";
            position: absolute;
            left: 0;
            top: 5px;
        }
        .event-list li::before {
            content: "🎉";
            position: absolute;
            left: 0;
            top: 5px;
        }
        .review-list li::before {
            content: "⭐";
            position: absolute;
            left: 0;
            top: 5px;
        }
        .faq-list li::before {
            content: "❓";
            position: absolute;
            left: 0;
            top: 5px;
        }
        .community-list li::before {
            content: "👥";
            position: absolute;
            left: 0;
            top: 5px;
        }
        .community-box {
            background-color: #16213e;
            border-radius: 30px;
            padding: 55px;
            margin: 60px 0;
            border: 4px solid #00cfd5;
            box-shadow: 0 10px 30px rgba(0,0,0,0.4);
        }
        .community-box h3 {
            color: #ffc107;
            margin-top: 0;
            border-bottom: none;
        }
        .faq-item {
            margin-bottom: 35px;
            background-color: #16213e;
            border-radius: 25px;
            padding: 35px;
            transition: transform 0.4s ease;
        }
        .faq-item:hover {
            transform: translateY(-10px);
            box-shadow: 0 12px 35px rgba(0,0,0,0.5);
        }
        .faq-question {
            font-weight: 800;
            color: #00cfd5;
            font-size: 24px;
            margin-bottom: 20px;
            text-transform: capitalize;
        }
        .faq-answer {
            font-size: 20px;
        }
        .game-types {
            background-color: #16213e;
            padding: 50px;
            border-radius: 25px;
            margin: 70px 0;
            box-shadow: 0 8px 25px rgba(0,0,0,0.4);
        }
        .game-types h3 {
            color: #ffc107;
            margin-bottom: 40px;
            border-bottom: none;
            text-align: center;
            justify-content: center;
        }
        .type-links {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            justify-content: center;
        }
        .type-links a {
            color: #00cfd5;
            text-decoration: none;
            background-color: #2c3e50;
            padding: 15px 30px;
            border-radius: 40px;
            font-size: 20px;
            font-weight: 700;
            transition: all 0.4s ease;
            text-transform: capitalize;
        }
        .type-links a:hover {
            background-color: #ffc107;
            color: #16213e;
            transform: translateY(-6px);
            box-shadow: 0 6px 15px rgba(255, 193, 7, 0.4);
        }
        .tags {
            background-color: #16213e;
            padding: 50px;
            border-radius: 25px;
            margin: 70px 0;
            box-shadow: 0 8px 25px rgba(0,0,0,0.4);
        }
        .tags h3 {
            color: #ffc107;
            margin-bottom: 40px;
            border-bottom: none;
            text-align: center;
            justify-content: center;
        }
        .tag-links {
            display: flex;
            flex-wrap: wrap;
            gap: 22px;
            justify-content: center;
        }
        .tag-links a {
            color: #28a745;
            text-decoration: none;
            background-color: #2c3e50;
            padding: 12px 28px;
            border-radius: 40px;
            font-size: 19px;
            transition: all 0.4s ease;
            text-transform: lowercase;
        }
        .tag-links a:hover {
            background-color: #ffc107;
            color: #16213e;
            font-weight: 800;
            transform: translateY(-5px);
            box-shadow: 0 6px 15px rgba(255, 193, 7, 0.3);
        }
        .recommendation {
            background-color: #2c3e50;
            padding: 50px;
            border-radius: 25px;
            margin: 70px 0;
            text-align: center;
            box-shadow: 0 10px 30px rgba(0,0,0,0.5);
        }
        .recommendation p {
            font-size: 24px;
            color: #f0f0f5;
            text-align: center;
            line-height: 2.2;
        }
        .recommendation .highlight {
            color: #ffc107;
            font-size: 26px;
        }
        .copyright {
            text-align: center;
            font-size: 20px;
            color: #a0aec0;
            padding: 40px 30px;
            border-top: 3px solid #2c3e50;
            margin-top: 80px;
        }
        @media (max-width: 1200px) {
            .nav-links {
                gap: 30px;
            }
            h1 {
                font-size: 46px;
            }
            h2 {
                font-size: 34px;
            }
            h3 {
                font-size: 28px;
            }
            h4 {
                font-size: 24px;
            }
            p, li {
                font-size: 19px;
            }
            .btn {
                padding: 22px 50px;
                font-size: 24px;
            }
            .stats-table th, .stats-table td {
                padding: 22px 25px;
                font-size: 22px;
            }
        }
        @media (max-width: 992px) {
            .nav-links {
                gap: 25px;
            }
            .logo {
                font-size: 38px;
            }
            h1 {
                font-size: 42px;
                margin-bottom: 60px;
            }
            h2 {
                font-size: 32px;
                margin: 70px 0 35px;
                padding-left: 25px;
            }
            h3 {
                font-size: 26px;
                margin: 50px 0 28px;
            }
            .strategy-list, .event-list, .review-list, .faq-list, .community-list {
                margin: 35px 0 35px 50px;
            }
            .btn-container {
                gap: 30px;
            }
        }
        @media (max-width: 768px) {
            .nav-links {
                display: none;
                flex-direction: column;
                position: absolute;
                top: 105px;
                left: 0;
                right: 0;
                background-color: #16213e;
                padding: 40px 30px;
                gap: 35px;
                border-bottom: 5px solid #ffc107;
                box-shadow: 0 20px 25px rgba(0,0,0,0.5);
            }
            .nav-links.active {
                display: flex;
            }
            .menu-toggle {
                display: block;
            }
            h1 {
                font-size: 38px;
                margin-bottom: 55px;
            }
            h2 {
                font-size: 30px;
                margin: 60px 0 32px;
                padding-left: 20px;
            }
            h3 {
                font-size: 24px;
                margin: 45px 0 25px;
            }
            h4 {
                font-size: 22px;
            }
            p, li {
                font-size: 18px;
            }
            .btn {
                padding: 20px 45px;
                font-size: 22px;
                width: 100%;
            }
            .stats-table th, .stats-table td {
                padding: 18px 20px;
                font-size: 18px;
            }
            .strategy-list, .event-list, .review-list, .faq-list, .community-list {
                margin: 30px 0 30px 40px;
            }
            .community-box {
                padding: 40px 30px;
            }
            .img-container {
                margin: 60px 0;
            }
            .logo {
                font-size: 34px;
            }
            .game-types, .tags, .recommendation {
                padding: 40px 30px;
            }
            .type-links {
                gap: 25px;
            }
            .tag-links {
                gap: 18px;
            }
        }
        @media (max-width: 480px) {
            .nav-container {
                padding: 0 20px;
            }
            .logo {
                font-size: 30px;
            }
            h1 {
                font-size: 34px;
            }
            h2 {
                font-size: 28px;
            }
            h3 {
                font-size: 22px;
            }
            .btn-container {
                gap: 25px;
            }
            .game-types, .tags, .recommendation {
                padding: 35px 20px;
            }
            .type-links, .tag-links {
                gap: 15px;
            }
            .type-links a {
                padding: 12px 25px;
                font-size: 18px;
            }
            .tag-links a {
                padding: 10px 22px;
                font-size: 17px;
            }
            .copyright {
                font-size: 18px;
                padding: 35px 20px;
            }
            .community-box {
                padding: 35px 25px;
            }
        }
