* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Arial Unicode MS', 'Nirmala UI', sans-serif;
        }
        body {
            background-color: #f0f4f8;
            color: #1e293b;
            line-height: 1.8;
            padding-bottom: 60px;
        }
        header {
            background-color: #7c3aed;
            padding: 15px 20px;
            position: sticky;
            top: 0;
            z-index: 100;
            box-shadow: 0 3px 10px rgba(0,0,0,0.15);
        }
        .logo {
            color: #ffd700;
            font-size: 28px;
            font-weight: bold;
            text-decoration: none;
            display: inline-block;
            text-shadow: 0 2px 4px rgba(0,0,0,0.3);
            font-family: 'Georgia', serif;
        }
        nav {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .nav-links {
            display: flex;
            list-style: none;
        }
        .nav-links li {
            margin-left: 28px;
        }
        .nav-links a {
            color: white;
            text-decoration: none;
            font-weight: 500;
            transition: all 0.3s ease;
            padding: 6px 0;
            position: relative;
        }
        .nav-links a::after {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            bottom: 0;
            left: 0;
            background-color: #ffd700;
            transition: width 0.3s ease;
        }
        .nav-links a:hover::after {
            width: 100%;
        }
        .mobile-menu-btn {
            display: none;
            background: none;
            border: none;
            color: white;
            font-size: 26px;
            cursor: pointer;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 25px;
        }
        h1, h2, h3 {
            color: #4c1d95;
            margin: 35px 0 20px;
            font-family: 'Times New Roman', serif;
        }
        h1 {
            font-size: 36px;
            text-align: center;
            margin: 50px 0 40px;
            color: #7c3aed;
            padding-bottom: 15px;
            border-bottom: 4px solid #ffd700;
            display: inline-block;
            width: 100%;
        }
        h2 {
            font-size: 30px;
            border-left: 6px solid #7c3aed;
            padding-left: 18px;
            margin-top: 50px;
            color: #4c1d95;
        }
        h3 {
            font-size: 24px;
            color: #7c3aed;
            margin-top: 35px;
            padding-left: 12px;
            border-left: 4px solid #ffd700;
        }
        p {
            margin-bottom: 25px;
            font-size: 17px;
            text-align: justify;
            line-height: 1.8;
        }
        .highlight {
            font-weight: bold;
            color: #7c3aed;
            text-decoration: none;
        }
        .btn {
            display: inline-block;
            padding: 15px 30px;
            background-color: #dc2626;
            color: white;
            text-decoration: none;
            border-radius: 8px;
            font-weight: bold;
            margin: 15px 15px 15px 0;
            transition: all 0.3s;
            box-shadow: 0 4px 8px rgba(0,0,0,0.15);
            text-transform: uppercase;
            letter-spacing: 0.8px;
            font-size: 16px;
        }
        .btn:hover {
            background-color: #b91c1c;
            transform: translateY(-3px);
            box-shadow: 0 6px 12px rgba(0,0,0,0.2);
        }
        .btn-login {
            background-color: #0ea5e9;
        }
        .btn-login:hover {
            background-color: #0284c7;
        }
        .image-container {
            margin: 40px 0;
            text-align: center;
        }
        img {
            max-width: 100%;
            height: auto;
            border-radius: 12px;
            box-shadow: 0 8px 20px rgba(0,0,0,0.18);
            border: 12px solid white;
        }
        .stats-box {
            background-color: white;
            border-radius: 15px;
            padding: 30px;
            margin: 30px 0;
            box-shadow: 0 6px 20px rgba(0,0,0,0.1);
            border-top: 6px solid #7c3aed;
        }
        .review {
            background-color: white;
            border-radius: 10px;
            padding: 25px;
            margin: 30px 0;
            box-shadow: 0 4px 15px rgba(0,0,0,0.08);
            position: relative;
        }
        .review::before {
            content: """;
            font-size: 90px;
            color: #e0e7ff;
            position: absolute;
            top: -20px;
            left: 15px;
            opacity: 0.6;
            font-family: Georgia, serif;
        }
        .tag {
            display: inline-block;
            background-color: #e0e7ff;
            padding: 8px 16px;
            border-radius: 30px;
            margin: 8px;
            text-decoration: none;
            color: #4c1d95;
            font-size: 15px;
            transition: all 0.3s;
            font-weight: 500;
        }
        .tag:hover {
            background-color: #c7d2fe;
            transform: scale(1.08);
        }
        .game-type {
            display: inline-block;
            background-color: #7c3aed;
            padding: 8px 16px;
            border-radius: 30px;
            margin: 8px;
            text-decoration: none;
            color: white;
            font-size: 15px;
            transition: all 0.3s;
            font-weight: 500;
        }
        .game-type:hover {
            background-color: #6d28d9;
            transform: scale(1.08);
        }
        footer {
            background-color: #1e293b;
            color: white;
            padding: 60px 25px;
            margin-top: 80px;
        }
        .footer-container {
            max-width: 1200px;
            margin: 0 auto;
        }
        .footer-section {
            margin-bottom: 40px;
        }
        .footer-section h3 {
            color: #ffd700;
            margin-bottom: 25px;
            font-size: 22px;
            border: none;
        }
        .copyright {
            text-align: center;
            padding-top: 30px;
            border-top: 1px solid #475569;
            margin-top: 30px;
            font-size: 15px;
            opacity: 0.85;
        }
        .tips-box {
            background-color: #f0fdf4;
            border-radius: 10px;
            padding: 25px;
            margin: 30px 0;
            border-left: 5px solid #16a34a;
        }
        .event-card {
            background-color: white;
            border-radius: 12px;
            overflow: hidden;
            margin: 35px 0;
            box-shadow: 0 5px 18px rgba(0,0,0,0.1);
        }
        .event-card img {
            border-radius: 0;
            border: none;
            width: 100%;
            height: 220px;
            object-fit: cover;
        }
        .event-details {
            padding: 25px;
        }
        @media (max-width: 768px) {
            .nav-links {
                display: none;
                flex-direction: column;
                position: absolute;
                top: 80px;
                left: 0;
                width: 100%;
                background-color: #7c3aed;
                padding: 30px;
                box-shadow: 0 6px 15px rgba(0,0,0,0.15);
            }
            .nav-links li {
                margin: 15px 0;
                padding: 8px 0;
                border-bottom: 1px solid rgba(255,255,255,0.15);
            }
            .mobile-menu-btn {
                display: block;
            }
            .nav-active {
                display: flex;
            }
            h1 {
                font-size: 30px;
                margin: 40px 0 30px;
            }
            h2 {
                font-size: 26px;
                margin-top: 40px;
            }
            h3 {
                font-size: 22px;
            }
            .btn {
                display: block;
                width: 100%;
                text-align: center;
                margin: 12px 0;
            }
            p {
                text-align: left;
                font-size: 16.5px;
            }
            .image-container {
                margin: 30px 0;
            }
            img {
                border-width: 8px;
            }
        }
