body { font-family: 'Segoe UI', Arial, sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 0 15px; }
        h1, h2, h3 { color: #2c3e50; margin: 25px 0 15px; }
        h1 { font-size: 2.2em; border-bottom: 2px solid #e74c3c; }
        h2 { font-size: 1.8em; border-bottom: 1px solid #ddd; }
        h3 { font-size: 1.4em; }
        .nav-mobile { display: none; background: #2c3e50; color: white; padding: 10px; text-align: center; cursor: pointer; }
        .nav-desktop { display: flex; justify-content: space-between; align-items: center; background: #2c3e50; color: white; padding: 15px; }
        .nav-links a { color: white; margin: 0 15px; text-decoration: none; }
        .logo { font-size: 1.8em; font-weight: bold; letter-spacing: 1px; }
        .download-btn { display: inline-block; background: #e74c3c; color: white; padding: 12px 25px; margin: 15px 0; border-radius: 5px; text-decoration: none; font-weight: bold; }
        .login-btn { display: inline-block; background: #3498db; color: white; padding: 12px 25px; margin: 15px 0; border-radius: 5px; text-decoration: none; font-weight: bold; }
        img { max-width: 100%; height: auto; margin: 20px 0; border-radius: 8px; }
        .game-stats { background: #f9f9f9; padding: 15px; border-radius: 8px; margin: 20px 0; }
        .community { background: #e8f4fc; padding: 15px; border-radius: 8px; margin: 20px 0; }
        .tag { display: inline-block; background: #95a5a6; color: white; padding: 5px 10px; margin: 5px; border-radius: 15px; font-size: 0.9em; }
        @media (max-width: 768px) {
            .nav-desktop { display: none; }
            .nav-mobile { display: block; }
            .nav-links { display: none; flex-direction: column; }
            .nav-links.active { display: flex; }
            .nav-links a { padding: 10px; }
        }
