/*
  Espaço Fest - ajustes visuais do Filament (tema claro)
  Não depende de npm/vite.
*/

:root { color-scheme: light; }

html, body {
  background: #f6f7fb !important;
}

.fi-body {
  background: #f6f7fb !important;
}

.fi-topbar, .fi-sidebar {
  background: #ffffff !important;
  border-color: #eef0f4 !important;
}

.fi-section, .fi-card {
  border-radius: 16px !important;
}

.fi-sidebar-item-active > a {
  background: #eff6ff !important;
}

.fi-sidebar-item > a:hover {
  background: #f3f4f6 !important;
}
