body { font-family: 'Segoe UI', sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        .mobile-nav { display: none; }
        @media (max-width: 768px) {
            .desktop-nav { display: none; }
            .mobile-nav { display: block; background: #FF6B35; color: white; padding: 10px; text-align: center; cursor: pointer; }
            .nav-links { display: none; }
            .nav-links.active { display: block; }
        }
        .logo { font-size: 28px; font-weight: bold; color: #FF6B35; text-shadow: 1px 1px 2px #ccc; }
        h1 { color: #2C3E50; border-bottom: 3px solid #FF6B35; padding-bottom: 10px; }
        h2 { color: #3498DB; margin-top: 30px; }
        h3 { color: #E74C3C; }
        .download-btn { background: #2ECC71; color: white; padding: 12px 25px; border-radius: 30px; text-decoration: none; display: inline-block; margin: 20px 0; }
        .login-btn { background: #3498DB; color: white; padding: 12px 25px; border-radius: 30px; text-decoration: none; display: inline-block; margin: 20px 10px; }
        .game-image { width: 100%; max-width: 800px; margin: 20px 0; border-radius: 10px; }
        .tags { margin: 20px 0; }
        .tag { background: #F1C40F; color: #333; padding: 5px 10px; border-radius: 20px; margin: 5px; display: inline-block; }
        .copyright { margin-top: 50px; padding-top: 20px; border-top: 1px solid #eee; font-size: 14px; color: #777; }
