/*
Theme Name: AuditoriaDeAnuncios
Theme URI: https://auditoriadeanuncios
Author: AuditoriaDeAnuncios
Description: Tema customizado para AuditoriaDeAnuncios - Proteja sua Presença Digital. Baseado no design da landing page com Tailwind CSS.
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: auditoriadeanuncios
*/

/* --- Base (estrutura mínima, expansível) --- */
body {
  margin: 0;
  font-family: 'Inter', Arial, sans-serif;
  visibility: visible !important;
  opacity: 1 !important;
}
#main-content {
  visibility: visible !important;
  opacity: 1 !important;
}

.hero {
  padding: 80px 20px;
  text-align: center;
  background: #f8fafc;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.btn-primary {
  display: inline-block;
  padding: 12px 24px;
  background: #2563eb;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
}

.btn-primary:hover {
  background: #1d4ed8;
}

.page-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* --- Tema (Tailwind / componentes) --- */
.bg-grid {
  background-image: radial-gradient(circle, #e2e8f0 1px, transparent 1px);
  background-size: 24px 24px;
}
.glass-card {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
}
.dashboard-gradient {
  background: linear-gradient(135deg, #2463eb 0%, #7c3aed 100%);
}
