body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        h1, h2, h3 { color: #e74c3c; margin: 25px 0 15px; }
        h1 { font-size: 2.5em; }
        h2 { font-size: 2em; }
        h3 { font-size: 1.5em; }
        .logo { font-size: 2.8em; font-weight: bold; color: #e74c3c; text-align: center; margin: 30px 0; }
        nav { background: #2c3e50; padding: 15px; position: sticky; top: 0; z-index: 100; }
        nav ul { list-style: none; padding: 0; display: flex; justify-content: center; flex-wrap: wrap; }
        nav ul li { margin: 0 15px; }
        nav ul li a { color: white; text-decoration: none; }
        .mobile-menu { display: none; background: #2c3e50; color: white; padding: 10px; text-align: center; cursor: pointer; }
        .download-btn, .login-btn { display: inline-block; padding: 12px 25px; background: #e74c3c; color: white; text-decoration: none; margin: 15px 0; border-radius: 5px; }
        .img-container { text-align: center; margin: 30px 0; }
        img { max-width: 100%; height: auto; border-radius: 10px; }
        .game-stats { background: #f9f9f9; padding: 20px; border-radius: 10px; margin: 20px 0; }
        footer { background: #2c3e50; color: white; padding: 20px; text-align: center; margin-top: 50px; }
        @media (max-width: 768px) {
            nav ul { display: none; }
            .mobile-menu { display: block; }
            .active { display: flex !important; flex-direction: column; }
            body { padding: 10px; }
        }
