body { font-family: 'Arial', sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        h1, h2, h3 { color: #FF6B35; margin-top: 30px; }
        h1 { font-size: 2.5em; border-bottom: 3px solid #FF6B35; }
        h2 { font-size: 1.8em; }
        h3 { font-size: 1.5em; }
        .nav-mobile { display: none; background: #FF6B35; color: white; padding: 10px; text-align: center; cursor: pointer; }
        @media (max-width: 768px) {
            .nav-desktop { display: none; }
            .nav-mobile { display: block; }
        }
        .logo { font-size: 2em; font-weight: bold; color: #FF6B35; text-decoration: none; }
        .cta-button { background: #FF6B35; color: white; padding: 12px 25px; border-radius: 30px; text-decoration: none; margin: 15px 0; display: inline-block; }
        .game-image { max-width: 100%; height: auto; margin: 20px 0; }
        .tag { background: #f0f0f0; padding: 5px 10px; margin: 5px; border-radius: 20px; display: inline-block; }
        .copyright { margin-top: 50px; font-size: 0.9em; color: #666; }
