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 { color: #ff6b35; font-size: 2.5em; text-align: center; margin-bottom: 10px; }
        h2 { color: #0077b6; border-bottom: 2px solid #ff6b35; padding-bottom: 5px; margin-top: 30px; }
        h3 { color: #4895ef; margin-top: 25px; }
        .logo { font-size: 2.2em; font-weight: bold; color: #ff6b35; text-shadow: 2px 2px 4px rgba(0,0,0,0.2); }
        .nav { background-color: #003566; padding: 15px; position: sticky; top: 0; z-index: 100; }
        .nav a { color: white; text-decoration: none; margin: 0 15px; font-weight: bold; }
        .mobile-toggle { display: none; color: white; cursor: pointer; }
        .download-btn { display: inline-block; background-color: #ff6b35; color: white; padding: 12px 25px; border-radius: 30px; font-weight: bold; margin: 20px 0; text-decoration: none; }
        .login-btn { display: inline-block; background-color: #0077b6; color: white; padding: 12px 25px; border-radius: 30px; font-weight: bold; margin: 20px 10px; text-decoration: none; }
        .game-image { max-width: 100%; height: auto; margin: 20px 0; border-radius: 10px; }
        .tag { background-color: #e0f2fe; padding: 5px 10px; border-radius: 20px; margin: 5px; display: inline-block; }
        .footer { background-color: #003566; color: white; padding: 20px; text-align: center; margin-top: 40px; }
        @media (max-width: 768px) {
            .nav { flex-direction: column; }
            .nav a { display: none; margin: 10px 0; }
            .nav.active a { display: block; }
            .mobile-toggle { display: block; position: absolute; right: 20px; top: 15px; }
            h1 { font-size: 2em; }
        }
