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: 28px; font-weight: bold; color: #FF5733; text-shadow: 1px 1px 2px rgba(0,0,0,0.2); }
        nav { background: #1a1a2e; padding: 15px; border-radius: 8px; margin-bottom: 25px; }
        nav ul { list-style: none; padding: 0; display: flex; flex-wrap: wrap; justify-content: space-between; }
        nav li { margin: 5px 10px; }
        nav a { color: white; text-decoration: none; font-weight: 500; }
        .mobile-toggle { display: none; background: #FF5733; color: white; border: none; padding: 10px; border-radius: 5px; }
        h1 { color: #16213e; border-bottom: 3px solid #FF5733; padding-bottom: 10px; }
        h2 { color: #0f3460; margin-top: 30px; }
        h3 { color: #e94560; }
        .download-btn { background: #28a745; color: white; padding: 12px 25px; border-radius: 30px; text-decoration: none; font-weight: bold; display: inline-block; margin: 15px 0; }
        .login-btn { background: #007bff; color: white; padding: 12px 25px; border-radius: 30px; text-decoration: none; font-weight: bold; display: inline-block; margin: 15px 10px; }
        .image-container { text-align: center; margin: 25px 0; }
        img { max-width: 100%; height: auto; border-radius: 10px; }
        table { width: 100%; border-collapse: collapse; margin: 20px 0; }
        th, td { border: 1px solid #ddd; padding: 12px; text-align: left; }
        th { background-color: #f2f2f2; }
        .player-review { background: #f8f9fa; padding: 15px; border-radius: 8px; margin: 15px 0; }
        .tag { background: #e9ecef; padding: 5px 10px; border-radius: 20px; margin: 5px; display: inline-block; }
        footer { margin-top: 40px; padding: 20px; background: #1a1a2e; color: white; border-radius: 8px; }
        @media (max-width: 768px) {
            nav ul { flex-direction: column; display: none; }
            .mobile-toggle { display: block; }
            .nav-active { display: flex; }
            body { padding: 10px; }
        }
