/*
 Theme Name: YouTube AI Studio Child
 Theme URI: https://youtubeaistudio.com
 Description: Child theme of Twenty Twenty-Five for YouTube AI Studio landing page with custom Tailwind CSS styling.
 Author: YouTube AI Studio
 Author URI: https://youtubeaistudio.com
 Template: twentytwentyfive
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: youtube-ai-child
*/



[style*="opacity:0"],[style*="opacity: 0"]{opacity:1!important;filter:none!important;transform:none!important;transition:opacity 0.6s ease,transform 0.6s ease!important;}
[style*="filter:blur"],[style*="filter: blur"]{filter:none!important;}
[style*="translateY"]{transform:none!important;}

/* Keep the mobile navigation overlay hidden until the menu is opened. */
[data-ytai-so]:not(.open){
    opacity:0!important;
    pointer-events:none!important;
}

/* Remove duplicate UI injected by the legacy interaction snippet. */
#ytai-ck{
    display:none!important;
}

/* The sticky dot navigator duplicated the header navigation and overlapped cards. */
[class*="fixed right-4 top-1/2"][class*="flex-col"]{
    display:none!important;
}

/* Do not show broken or unverified animated statistics in the hero. */
.stat-cards-glow{
    display:none!important;
}