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);
}

body.theme-deportes .site-header{
  background:var(--color-secundario);
  border-bottom:4px solid var(--color-primario);
  box-shadow:0 2px 10px rgba(0,0,0,.18);
}
body.theme-deportes .nav-link{color:#e9edf2;font-family:'Oswald',sans-serif;text-transform:uppercase;letter-spacing:.02em;font-weight:500}
body.theme-deportes .nav-link:hover{color:#fff}
body.theme-deportes .logo-clave{color:#fff;font-family:'Oswald',sans-serif;font-weight:700;letter-spacing:.01em}
body.theme-deportes .search-form input{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);color:#fff}
body.theme-deportes .search-form input::placeholder{color:#c7d0da}
body.theme-deportes .search-form button{color:#fff}
body.theme-deportes .hamburger span{background:#fff}

body.theme-deportes .section-title{
  font-family:'Oswald',sans-serif;font-weight:700;text-transform:uppercase;
  letter-spacing:.02em;border-left:9px solid var(--color-primario);
  padding-left:12px;line-height:1.1;
}

body.theme-deportes .news-card{
  border:1px solid #e6e8ee;border-radius:10px;overflow:hidden;background:#fff;
  box-shadow:0 4px 16px rgba(15,23,42,.06);transition:transform .15s ease,box-shadow .15s ease;
}
body.theme-deportes .news-card:hover{transform:translateY(-3px);box-shadow:0 10px 26px rgba(15,23,42,.12)}
body.theme-deportes .card-title{font-family:'Oswald',sans-serif;font-weight:600;letter-spacing:.005em;line-height:1.18}
body.theme-deportes .card-excerpt{font-family:'Inter',system-ui,sans-serif}

body.theme-deportes .card-badge{
  background:color-mix(in srgb, var(--color-primario) 16%, #fff);
  color:var(--color-secundario);
  border:1px solid color-mix(in srgb, var(--color-primario) 55%, #fff);
  border-radius:999px;font-family:'Oswald',sans-serif;font-weight:600;
  text-transform:uppercase;letter-spacing:.04em;
}

body.theme-deportes .hero-badge{
  background:var(--color-secundario);color:#fff;border-left:4px solid var(--color-primario);
  font-family:'Oswald',sans-serif;font-weight:600;text-transform:uppercase;letter-spacing:.05em;
}
body.theme-deportes .hero-title{font-family:'Oswald',sans-serif;font-weight:700;letter-spacing:.005em}

body.theme-deportes a{color:var(--color-primario)}
body.theme-deportes .section-container,body.theme-deportes .latest-section{scroll-margin-top:80px}

@supports not (background:color-mix(in srgb,#000 10%,#fff)){
  body.theme-deportes .card-badge{background:var(--color-secundario);color:#fff;border:none}
}

.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}}