/* landing contrast + no-blank 2026090513 */
:root {
  --color-text: #1F2937 !important;
  --color-text-light: #4B5563 !important;
  --color-bg: #F8FAFC !important;
  --color-bg-white: #FFFFFF !important;
  --color-surface: #FFFFFF !important;
  --color-primary: #2B9BA6 !important;
  --color-primary-dark: #1E5F66 !important;
}
html, body { background:#F8FAFC !important; color:#1F2937 !important; }
.home-biblioteca, .landing-mesh, .page-intro, .page-title-main, .page-lead,
.category-card, .category-card h3, .category-card p,
.stat-item, .stat-number, .stat-label {
  color:#1F2937 !important; opacity:1 !important; visibility:visible !important;
}
.page-title-main { color:#1E5F66 !important; }
.page-lead, .category-card p, .stat-label { color:#4B5563 !important; }
.category-card, .stat-item {
  background:#FFFFFF !important;
  border:1px solid rgba(43,155,166,.18) !important;
}
#landing-static-fallback {
  font-family:"Nunito","Segoe UI",sans-serif;
  max-width:1100px; margin:0 auto; padding:3rem 1.25rem 2rem; color:#1F2937;
}
#landing-static-fallback h1 {
  font-size:clamp(2rem,5vw,3rem); color:#1E5F66; margin:0 0 .75rem;
}
#landing-static-fallback .lead {
  color:#4B5563; font-size:1.05rem; line-height:1.6; margin-bottom:1.75rem;
}
#landing-static-fallback .cards {
  display:grid; grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); gap:1rem;
}
#landing-static-fallback a.card {
  display:block; background:#fff; border:1px solid rgba(43,155,166,.18);
  border-radius:1rem; padding:1.25rem; text-decoration:none; color:#1F2937;
  box-shadow:0 8px 24px rgba(15,23,42,.06);
}
#landing-static-fallback a.card strong {
  display:block; color:#1E5F66; margin-bottom:.4rem; font-size:1.1rem;
}
body.vue-mounted #landing-static-fallback { display:none !important; }
