body { font-family: 'Arial', sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        h1 { color: #FF6B35; font-size: 2.5em; }
        h2 { color: #4A90E2; font-size: 1.8em; border-bottom: 2px solid #FFD700; }
        h3 { color: #2ECC71; font-size: 1.4em; }
        .logo { font-size: 2em; font-weight: bold; color: #FF6B35; text-shadow: 2px 2px 4px rgba(0,0,0,0.2); }
        .nav { background: #FF6B35; padding: 10px; position: sticky; top: 0; z-index: 100; }
        .nav-mobile { display: none; }
        .download-btn { background: #2ECC71; color: white; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; }
        .login-btn { background: #4A90E2; color: white; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; }
        .btn-container { margin: 20px 0; }
        img { max-width: 100%; height: auto; margin: 15px 0; }
        .footer { background: #333; color: white; padding: 20px; text-align: center; margin-top: 30px; }
        .game-types { margin: 20px 0; }
        .tags { margin: 20px 0; }
        @media (max-width: 768px) {
            .nav { display: none; }
            .nav-mobile { display: block; background: #FF6B35; padding: 10px; text-align: center; }
            .btn-container { text-align: center; }
        }
