/*
Theme Name: Guia do Achadinho Prime
Theme URI: https://stitch.withgoogle.com
Author: Guia do Achadinho Prime
Description: Landing page de captação para grupo VIP no WhatsApp, criada no Google Stitch e adaptada para funcionar como tema WordPress. Inclui as versões mobile e desktop desenhadas no Stitch, alternadas automaticamente pelo tamanho da tela.
Version: 1.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: achadinho-prime
*/

.glass-panel {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.ambient-glow {
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(0,204,215,0.15) 0%, rgba(17,19,24,0) 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.ambient-glow-purple {
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(233,196,0,0.1) 0%, rgba(17,19,24,0) 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}
