/*
Theme Name: Meu Tema WP
Theme URI: https://example.com
Author: Seu Nome
Author URI: https://example.com
Description: Tema WordPress simples, leve e responsivo. Ponto de partida para customização.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: meu-tema-wp
Tags: custom-logo, custom-background, responsive-layout, accessibility-ready
*/

/* Reset e box-sizing */
body {
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
}

/* .background-aurora::before,
.background-aurora::after {
    content: "";
    position: absolute;
    inset: -30%;
    background: radial-gradient(circle at 20% 20%, rgba(56, 189, 248, 0.15), transparent 55%),
        radial-gradient(circle at 80% 30%, rgba(168, 85, 247, 0.18), transparent 60%),
        radial-gradient(circle at 50% 80%, rgba(20, 184, 166, 0.16), transparent 65%);
    filter: blur(45px);
    opacity: 0.8;
    animation: aurora 28s linear infinite;
} */

/* .background-aurora::after {
    animation-delay: 8s;
    transform: rotate(30deg);
} */

.glass-panel {
    backdrop-filter: blur(10px);
    background: linear-gradient(140deg, rgba(15, 23, 42, 0.85), rgba(15, 23, 42, 0.65));
    border: 2px solid rgba(148, 163, 184, 0.15);
}

.background-aurora {
    background: url("https://www.semcodar.com.br/wp-content/uploads/2025/04/tres-agentes-de-ia-525.webp") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}