/*
Theme Name: Vantage Live Theme
Theme URI: https://vantage.live
Author: Vantage Dev
Author URI: https://vantage.live
Description: Tema a medida en Modo Oscuro para plataforma de modelos, integrado con myCRED (HotCoins), BuddyPress y Bunny.net.
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: vantage-theme
*/

/* Reset rápido y color de fondo global */
body {
    background-color: #11111b !important;
    color: #cdd6f4;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

/* Clases auxiliares para el efecto Blur en contenido +18 */
.vantage-blur-content img,
.vantage-blur-content video,
.vantage-blur-content iframe {
    filter: blur(20px) brightness(0.5);
    transform: scale(1.08);
    transition: all 0.3s ease;
    pointer-events: none;
}