/* assets/css/style-futuro.css */
body {
    background-color: #0b0e11; /* Color Cripto (Binance style) */
    font-family: 'Inter', sans-serif;
}

.bg-glass {
    background: rgba(18, 22, 28, 0.85);
    backdrop-filter: blur(10px);
}

.hero-glow {
    position: absolute;
    top: -50%;
    left: -20%;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(255, 193, 7, 0.1) 0%, rgba(0,0,0,0) 70%);
    z-index: -1;
}

.glass-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    backdrop-filter: blur(5px);
}

.bg-dark-variant {
    background-color: #12161c;
}

.edu-au-vic-wa-nt-arrows-bonitas {
    font-family: 'Edu AU VIC WA NT Arrows', cursive;
}