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: #1a73e8; border-bottom: 3px solid #ff9800; padding-bottom: 10px; }
        h2 { color: #ff5722; margin-top: 30px; }
        h3 { color: #4caf50; }
        .logo { font-size: 28px; font-weight: bold; color: #ff9800; text-shadow: 1px 1px 2px rgba(0,0,0,0.2); }
        .mobile-nav { display: none; background: #1a73e8; color: white; padding: 10px; text-align: center; cursor: pointer; }
        .nav-links { display: flex; justify-content: space-around; background: #1a73e8; padding: 15px 0; }
        .nav-links a { color: white; text-decoration: none; font-weight: bold; }
        .cta-button { display: inline-block; background: #ff5722; color: white; padding: 12px 25px; margin: 15px 0; border-radius: 5px; text-decoration: none; font-weight: bold; }
        .game-image { max-width: 100%; height: auto; margin: 20px 0; }
        @media (max-width: 768px) {
            .nav-links { flex-direction: column; display: none; }
            .mobile-nav { display: block; }
            .show-nav { display: flex !important; }
        }
