body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        .logo { font-size: 2.5em; font-weight: bold; color: #FF9900; text-shadow: 2px 2px 4px rgba(0,0,0,0.2); }
        nav { background-color: #1E3A8A; padding: 15px; margin-bottom: 30px; }
        nav ul { list-style: none; display: flex; justify-content: space-between; padding: 0; }
        nav li a { color: white; text-decoration: none; font-weight: bold; }
        .mobile-menu { display: none; }
        h1 { color: #1E3A8A; border-bottom: 3px solid #FF9900; padding-bottom: 10px; }
        h2 { color: #1D4ED8; margin-top: 30px; }
        h3 { color: #3B82F6; }
        .download-btn { background-color: #10B981; color: white; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; display: inline-block; margin: 20px 0; }
        .login-btn { background-color: #8B5CF6; color: white; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; display: inline-block; margin: 20px 10px; }
        img { max-width: 100%; height: auto; margin: 20px 0; border-radius: 8px; }
        .game-stats { background-color: #E5E7EB; padding: 15px; border-radius: 8px; margin: 20px 0; }
        footer { background-color: #1E3A8A; color: white; padding: 20px; text-align: center; margin-top: 40px; }
        .tag { background-color: #60A5FA; color: white; padding: 5px 10px; border-radius: 20px; margin: 5px; display: inline-block; }
        @media (max-width: 768px) {
            nav ul { flex-direction: column; }
            .mobile-menu { display: block; text-align: right; }
            .desktop-menu { display: none; }
            .show { display: block; }
        }
