body {
  --font-heading: 'Inter', sans-serif;
  --font-body: 'Inter', sans-serif;
  --color-primario: #C41E1E;
  --color-secundario: #1A1A1A;
  --header-bg: #FFFFFF;
  --header-text: #1A1A1A;
  --header-border: var(--color-primario);
  --card-radius: 8px;
  --card-shadow: 0 2px 8px rgba(0,0,0,0.08);
  --card-border: none;
  --section-accent: var(--color-primario);
}

body { font-family: var(--font-body); }
h1, h2, h3, h4, h5, h6,
.hero-title, .section-title, .article-title, .card-title,
.logo, .category-title {
  font-family: var(--font-heading);
}

.theme-magazine {
  --font-heading: 'DM Serif Display', Georgia, serif;
  --font-body: 'DM Sans', -apple-system, sans-serif;
  --card-radius: 12px;
  --card-shadow: 0 4px 20px rgba(0,0,0,0.06);
  --card-border: none;
}

.theme-magazine .site-header {
  border-bottom: none;
  border-top: 5px solid var(--color-primario);
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.theme-magazine .logo {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 1.6rem;
  letter-spacing: -0.5px;
}
.theme-magazine .nav-link {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 0.88rem;
  border-radius: 20px;
}

.theme-magazine .hero { max-height: 480px; }
.theme-magazine .hero-overlay {
  background: linear-gradient(transparent 20%, rgba(0,0,0,0.75));
}
.theme-magazine .hero-title {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 2.6rem;
  font-weight: 400;
}
.theme-magazine .hero-badge {
  border-radius: 20px;
  padding: 6px 18px;
  font-family: 'DM Sans', sans-serif;
}

.theme-magazine .news-card {
  border-radius: 12px;
  overflow: hidden;
}
.theme-magazine .news-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}
.theme-magazine .card-image-link {
  aspect-ratio: 16/9;
}
.theme-magazine .card-badge {
  border-radius: 20px;
  padding: 4px 14px;
  font-family: 'DM Sans', sans-serif;
}
.theme-magazine .card-title {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 1.1rem;
  font-weight: 400;
}
.theme-magazine .card-body { padding: 20px; }

.theme-magazine .section-title {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 1.6rem;
  font-weight: 400;
  padding-left: 16px;
}
.theme-magazine .section-title::before {
  width: 5px;
  border-radius: 3px;
}

.theme-magazine .site-footer {
  background: var(--color-secundario);
}
.theme-magazine .footer-brand .logo {
  font-family: 'DM Serif Display', Georgia, serif;
}

.theme-magazine .news-grid {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .theme-magazine .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .theme-magazine .news-grid .news-card:first-child {
    grid-column: 1 / -1;
  }
  .theme-magazine .news-grid .news-card:first-child .card-image-link {
    aspect-ratio: 21/9;
  }
  .theme-magazine .news-grid .news-card:first-child .card-title {
    font-size: 1.5rem;
  }
}

.theme-magazine .article-title {
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 400;
}
.theme-magazine .article-content {
  font-family: 'DM Sans', sans-serif;
  line-height: 1.8;
}
.theme-magazine .article-badge { border-radius: 20px; }

@media (max-width: 768px) {
  .theme-magazine .hero-title { font-size: 1.8rem; }

  .theme-magazine .news-grid {
    grid-template-columns: 1fr;
  }
  .theme-magazine .news-grid .news-card:first-child .card-image-link {
    aspect-ratio: 16/9;
  }
  .theme-magazine .news-grid .news-card:first-child .card-title {
    font-size: 1.1rem;
  }
}

.pauta-slot{position:relative;margin:18px auto;text-align:center;max-width:100%}
.pauta-slot .pauta-label{display:block;font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:#9aa2b1;opacity:.7;margin-bottom:4px;font-family:system-ui,-apple-system,sans-serif}
.pauta-slot .pauta-link{display:inline-block;line-height:0;max-width:100%}
.pauta-slot .pauta-img{max-width:100%;height:auto;border-radius:8px;display:block;margin:0 auto}
.pauta-slot .pauta-beacon{position:absolute;left:-9999px;width:1px;height:1px;opacity:0;pointer-events:none}
.pauta-top .pauta-img,.pauta-footer .pauta-img{max-width:970px}
.pauta-in_article{margin:26px auto}
.pauta-in_article .pauta-img{max-width:728px}
.pauta-sidebar .pauta-img{max-width:336px}
@media(max-width:600px){.pauta-top .pauta-img,.pauta-footer .pauta-img,.pauta-in_article .pauta-img{max-width:100%}}

.pauta-empty .pauta-house{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;text-decoration:none;box-sizing:border-box;width:100%;margin:0 auto;padding:10px 14px;border:2px dashed #cbd5e3;border-radius:8px;background:repeating-linear-gradient(45deg,#f7f9fc,#f7f9fc 10px,#eef2f8 10px,#eef2f8 20px);color:#5b6472;transition:border-color .2s ease,color .2s ease,background .2s ease}
.pauta-empty .pauta-house:hover{border-color:#1CA9E0;color:#0A2A43;background:#f4f9fd}
.pauta-empty .pauta-house-text{font-family:system-ui,-apple-system,sans-serif;font-weight:800;letter-spacing:.06em;font-size:15px;text-transform:uppercase;line-height:1.1}
.pauta-empty .pauta-house-sub{font-family:system-ui,-apple-system,sans-serif;font-size:11px;opacity:.85}
.pauta-top .pauta-house,.pauta-footer .pauta-house{max-width:970px;min-height:90px}
.pauta-in_article .pauta-house{max-width:728px;min-height:90px}
.pauta-sidebar .pauta-house{max-width:336px;min-height:280px}
@media(max-width:600px){.pauta-top .pauta-house,.pauta-footer .pauta-house,.pauta-in_article .pauta-house{min-height:70px}.pauta-empty .pauta-house-text{font-size:13px}}

body.theme-magazine .site-header{border-bottom:3px solid var(--color-primario)}
body.theme-magazine .section-title{font-family:'DM Serif Display',Georgia,serif;font-weight:400;font-size:1.7rem;color:var(--color-secundario)}
body.theme-magazine .news-card{border:none;border-radius:10px;overflow:hidden;background:#fff;box-shadow:0 8px 26px rgba(0,0,0,.10)}
body.theme-magazine .news-card .card-body{border-top:3px solid var(--color-primario)}
body.theme-magazine .card-title{font-family:'DM Serif Display',Georgia,serif;font-weight:400}
body.theme-magazine .card-badge{background:var(--color-primario);color:#fff;border-radius:4px;font-weight:700}