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-sancarlos{
  --paper:#F2F4F2; --paper-2:#EAEDEA; --ink:#1A211B; --ink-2:#333D36;
  --gray:#4B564E; --gray-2:#66716A; --gray-3:#8F998F;
  --hairline:#C8CEC8; --hairline-2:#E2E6E2;
  --oro:#15803D; --oro-bg:#E3EFE7;
  --serif:'Space Grotesk',Helvetica,Arial,sans-serif; --sans:'IBM Plex Sans',Helvetica,Arial,sans-serif;
  background:var(--paper);
}
body.theme-sancarlos{background:#DEE1DE;color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased}
body.theme-sancarlos a{color:inherit;text-decoration:none}
body.theme-sancarlos a:hover{color:var(--oro)}
body.theme-sancarlos img{max-width:100%;display:block}
body.theme-sancarlos .container{max-width:1220px;margin:0 auto;padding:0 28px}

body.theme-sancarlos .site-header{background:var(--paper);border:0;border-bottom:2px solid var(--ink);box-shadow:none;position:relative}
body.theme-sancarlos .xvx-util{border:0;border-bottom:1px solid var(--hairline)}
body.theme-sancarlos .xvx-util-in{display:flex;justify-content:space-between;align-items:center;padding:8px 0;font:600 11px/1 var(--sans);letter-spacing:.08em;text-transform:uppercase;color:var(--gray-2)}
body.theme-sancarlos .xvx-util-r{display:flex;gap:16px;align-items:center}
body.theme-sancarlos .xvx-util a{color:var(--gray-2)}
body.theme-sancarlos .xvx-util a.cta{color:var(--ink);border:1px solid var(--ink);padding:6px 12px;font-weight:600}
body.theme-sancarlos .xvx-util a.cta:hover{color:var(--oro);border-color:var(--oro)}
body.theme-sancarlos .xvx-masthead{text-align:center;padding:0}
body.theme-sancarlos .xvx-masthead-in{display:flex;align-items:center;justify-content:center;gap:14px;padding:22px 0}
body.theme-sancarlos .xvx-logotype{font-family:var(--serif);font-weight:700;font-size:clamp(28px,4.5vw,40px);line-height:1;letter-spacing:-0.01em;color:var(--ink)}
body.theme-sancarlos .xvx-tagline{margin-top:0;padding:0 0 14px;font:600 11px/1 var(--sans);letter-spacing:.16em;text-transform:uppercase;color:var(--gray-2)}
body.theme-sancarlos .xvx-nav{border:0;border-top:1px solid var(--hairline)}
body.theme-sancarlos .xvx-nav-in{display:flex;justify-content:center;flex-wrap:wrap;gap:6px 20px;padding:12px 0;font:600 12px/1 var(--sans);letter-spacing:.1em;text-transform:uppercase}
body.theme-sancarlos .xvx-nav-in a{color:var(--gray-2)}
body.theme-sancarlos .xvx-nav-in a:hover,body.theme-sancarlos .xvx-nav-in a.alerta{color:var(--oro)}
body.theme-sancarlos .xvx-burger{display:none;position:absolute;left:14px;top:14px;background:none;border:0;flex-direction:column;gap:5px;cursor:pointer;padding:6px}
body.theme-sancarlos .xvx-burger span{display:block;width:22px;height:2px;background:var(--ink)}
body.theme-sancarlos .mobile-menu{background:var(--paper);border-bottom:1px solid var(--hairline)}
body.theme-sancarlos .mobile-menu a{color:var(--ink);font-family:var(--sans)}

body.theme-sancarlos .kicker{font:600 11px/1 var(--sans);letter-spacing:.16em;text-transform:uppercase;color:var(--gray-2)}

body.theme-sancarlos .news-card{background:var(--paper);border:0;border-radius:0;box-shadow:none;overflow:hidden;display:flex;flex-direction:column}
body.theme-sancarlos .news-card:hover{transform:none;box-shadow:none}
body.theme-sancarlos .card-image-link{position:relative;border-radius:0;aspect-ratio:16/10;overflow:hidden;background:var(--paper-2)}
body.theme-sancarlos .card-image-link img{width:100%;height:100%;object-fit:cover}
body.theme-sancarlos .card-placeholder{width:100%;height:100%;background:repeating-linear-gradient(45deg,#E2E6E2,#E2E6E2 10px,#EAEDEA 10px,#EAEDEA 20px)}
body.theme-sancarlos .card-badge{position:absolute;top:10px;left:10px;right:auto;bottom:auto;background:var(--oro-bg);color:var(--oro);border:0;border-radius:0;font:600 10px/1 var(--sans);letter-spacing:.16em;text-transform:uppercase;padding:5px 9px}
body.theme-sancarlos .card-body{padding:16px 18px 20px;display:flex;flex-direction:column;gap:7px}
body.theme-sancarlos .card-title{font-family:var(--serif);font-size:16px;font-weight:600;line-height:1.3;letter-spacing:-0.01em;color:var(--ink)}
body.theme-sancarlos .news-card:hover .card-title{color:var(--oro)}
body.theme-sancarlos .card-excerpt{font-family:var(--sans);font-size:13px;line-height:1.55;color:var(--gray)}
body.theme-sancarlos .card-date{font-family:var(--sans);font-size:11px;color:var(--gray-3);text-transform:none;letter-spacing:0}
body.theme-sancarlos .news-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--hairline);border:1px solid var(--hairline)}

body.theme-sancarlos .section-container{max-width:1220px;margin:0 auto;padding:0 28px}
body.theme-sancarlos .section-title{font-family:var(--serif);font-size:18px;font-weight:700;line-height:1.1;letter-spacing:-0.01em;text-transform:uppercase;color:var(--ink);border:0;padding:0;margin:32px 0 16px;display:flex;align-items:center;gap:12px}
body.theme-sancarlos .section-title::before{content:none}
body.theme-sancarlos .section-title::after{content:"";flex:1;border-top:1px solid var(--hairline)}

body.theme-sancarlos .category-hero{background:var(--paper);padding:26px 0 0;text-align:left}
body.theme-sancarlos .category-badge{display:inline-block;background:none;padding:0;font:700 14px/1 var(--serif);letter-spacing:0;text-transform:uppercase;color:var(--oro)}
body.theme-sancarlos .category-title{font-family:var(--serif);font-size:40px;font-weight:700;line-height:1.05;letter-spacing:-0.02em;color:var(--ink);margin:10px 0 16px;border-bottom:2px solid var(--ink);padding-bottom:18px}
body.theme-sancarlos .latest-section{background:var(--paper);padding:24px 0 52px}

body.theme-sancarlos .pagination{display:flex;gap:8px;align-items:center;justify-content:center;margin-top:28px;font-family:var(--sans);font-size:13px;letter-spacing:0;text-transform:none}
body.theme-sancarlos .page-link{border:1px solid var(--hairline);border-radius:0;color:var(--ink);min-width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;padding:0 12px}
body.theme-sancarlos .page-link:hover{color:var(--oro);border-color:var(--oro)}
body.theme-sancarlos .page-info{background:var(--oro);color:var(--paper);border:0;padding:0 12px;min-width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;font-weight:700}
body.theme-sancarlos .empty-state{color:var(--gray-2);font-family:var(--serif);font-size:18px;padding:28px 0}

body.theme-sancarlos .canton-hero,body.theme-sancarlos .junta-hero{background:var(--paper);color:var(--ink);padding:28px 0 22px;border-bottom:2px solid var(--ink)}
body.theme-sancarlos .canton-hero .badge,body.theme-sancarlos .junta-hero .badge{background:var(--oro-bg);color:var(--oro);border:0;border-radius:0;font-family:var(--sans);font-weight:600;letter-spacing:.16em}
body.theme-sancarlos .canton-hero h1,body.theme-sancarlos .junta-hero h1{font-family:var(--serif);font-weight:700;font-size:2.6rem;line-height:1.06;letter-spacing:-0.02em;color:var(--ink)}
body.theme-sancarlos .canton-hero .cab,body.theme-sancarlos .junta-hero .cab{color:var(--gray-2);opacity:1}
body.theme-sancarlos .junta-hero .cab a{color:var(--oro)}
body.theme-sancarlos .canton-card,body.theme-sancarlos .junta-card{background:var(--paper);border:1px solid var(--hairline);border-radius:0}
body.theme-sancarlos .canton-card h2,body.theme-sancarlos .junta-card h2{font-family:var(--serif);font-weight:600;color:var(--ink)}
body.theme-sancarlos .junta-card .row b{color:var(--ink)}
body.theme-sancarlos .canton-cta{background:var(--oro);color:var(--paper);border-radius:0}
body.theme-sancarlos .canton-emergencia,body.theme-sancarlos .junta-emergencia{background:#FBF0EF;border:1px solid #E7C4C1}
body.theme-sancarlos .canton-emergencia .n,body.theme-sancarlos .junta-emergencia .n{color:#B3261E;font-family:var(--serif)}

body.theme-sancarlos .article-container{max-width:720px;margin:0 auto;padding:0 20px}
body.theme-sancarlos .breadcrumb{font-family:var(--sans);font-size:12px;letter-spacing:.08em;color:var(--gray-2)}
body.theme-sancarlos .breadcrumb a{color:var(--oro)}
body.theme-sancarlos .article-meta-top{font-family:var(--sans);font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-2);border-top:2px solid var(--ink);border-bottom:1px solid var(--hairline);padding:12px 0}
body.theme-sancarlos .article-badge{background:none;color:var(--oro);border:0;border-radius:0;font-family:var(--sans);font-weight:600;text-transform:uppercase;letter-spacing:.16em;font-size:12px;padding:0}
body.theme-sancarlos .read-time{color:var(--gray-2)}
body.theme-sancarlos .article-title{font-family:var(--serif);font-size:38px;font-weight:700;line-height:1.1;letter-spacing:-0.02em;color:var(--ink)}
body.theme-sancarlos .article-subtitle{font-family:var(--sans);font-size:18px;font-weight:400;line-height:1.55;color:var(--gray)}
body.theme-sancarlos .article-share .share-btn{border:1px solid var(--hairline);border-radius:0;font-family:var(--sans);color:var(--ink);background:var(--paper)}
body.theme-sancarlos .article-content{font-family:var(--sans);font-size:16px;line-height:1.7;color:var(--ink-2)}
body.theme-sancarlos .article-content p{margin:0 0 1.1em}
body.theme-sancarlos .article-content h2,body.theme-sancarlos .article-content h3{font-family:var(--serif);color:var(--ink);line-height:1.2;letter-spacing:-0.01em}
body.theme-sancarlos .article-content a{color:var(--oro);text-decoration:underline}
body.theme-sancarlos .article-content blockquote{border-left:3px solid var(--oro);margin:1.4em 0;padding:.2em 0 .2em 20px;font-family:var(--serif);font-style:normal;color:var(--gray)}

body.theme-sancarlos .site-footer{background:var(--ink);border:0;color:var(--gray-3)}
body.theme-sancarlos .footer-brand .logo,body.theme-sancarlos .footer-brand .logo-clave,body.theme-sancarlos .footer-brand .logo-nacional{font-family:var(--serif);font-weight:700;color:var(--paper)}
body.theme-sancarlos .footer-tagline{font-family:var(--sans);color:var(--gray-3)}
body.theme-sancarlos .footer-heading{font-family:var(--serif);font-weight:700;letter-spacing:.12em;color:var(--paper)}
body.theme-sancarlos .footer-links a{font-family:var(--sans);color:var(--gray-3)}
body.theme-sancarlos .footer-links a:hover{color:var(--oro)}
body.theme-sancarlos .footer-contact p{color:var(--gray-3)}
body.theme-sancarlos .footer-bottom{border-top:1px solid #333D36;color:var(--gray-3)}

body.theme-sancarlos .pauta-empty{border:1px solid var(--hairline);background:var(--paper-2)}
body.theme-sancarlos .pauta-house-text{font-family:var(--sans);color:var(--gray-2);letter-spacing:.12em}
body.theme-sancarlos .pauta-house-sub{font-family:var(--sans);color:var(--gray-3)}
body.theme-sancarlos .pauta-label{color:var(--gray-3)}

@media(max-width:1024px){ body.theme-sancarlos .news-grid{grid-template-columns:repeat(2,1fr)} }
@media(max-width:720px){
  body.theme-sancarlos .container,body.theme-sancarlos .section-container{padding:0 16px}
  body.theme-sancarlos .xvx-util{display:none}
  body.theme-sancarlos .xvx-masthead-in{padding:16px 0}
  body.theme-sancarlos .xvx-logotype{font-size:26px}
  body.theme-sancarlos .xvx-nav{display:none}
  body.theme-sancarlos .xvx-burger{display:flex}
  
  body.theme-sancarlos .xvx-masthead-in{padding-top:46px}
  body.theme-sancarlos .news-grid{grid-template-columns:1fr}
  body.theme-sancarlos .article-title{font-size:30px}
  body.theme-sancarlos .category-title{font-size:30px}
  body.theme-sancarlos .canton-hero h1,body.theme-sancarlos .junta-hero h1{font-size:2rem}
}

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