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: #FF6B35; margin-bottom: 20px; text-align: center; }
        nav { background-color: #1A1A2E; padding: 15px; margin-bottom: 30px; }
        nav ul { list-style: none; display: flex; justify-content: center; flex-wrap: wrap; padding: 0; }
        nav li { margin: 0 15px; }
        nav a { color: white; text-decoration: none; font-weight: bold; }
        .mobile-nav-toggle { display: none; background: #FF6B35; color: white; border: none; padding: 10px; position: absolute; top: 10px; right: 10px; }
        h1 { color: #16213E; border-bottom: 3px solid #FF6B35; padding-bottom: 10px; }
        h2 { color: #0F3460; margin-top: 40px; }
        h3 { color: #4A148C; }
        .download-btn { background-color: #4CAF50; color: white; padding: 15px 30px; text-decoration: none; font-weight: bold; display: inline-block; margin: 20px 0; border-radius: 5px; }
        .login-btn { background-color: #2196F3; color: white; padding: 15px 30px; text-decoration: none; font-weight: bold; display: inline-block; margin: 20px 10px; border-radius: 5px; }
        .game-image { max-width: 100%; height: auto; margin: 20px 0; border-radius: 10px; }
        .stats-box { background-color: #f8f9fa; padding: 20px; border-radius: 10px; margin: 20px 0; }
        .tag { background-color: #e0e0e0; padding: 5px 10px; margin: 5px; display: inline-block; border-radius: 20px; }
        footer { margin-top: 50px; padding-top: 30px; border-top: 2px solid #FF6B35; text-align: center; }
        @media (max-width: 768px) {
            nav ul { flex-direction: column; align-items: center; display: none; }
            nav ul.active { display: flex; }
            .mobile-nav-toggle { display: block; }
            .logo { font-size: 1.8em; }
        }
