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-sambo{
  --paper:#F7F4EE; --paper-2:#EFEBE3; --ink:#211E19; --ink-2:#2B2822;
  --gray:#4A453B; --gray-2:#7A7466; --gray-3:#9C9689; --hairline:#D9D2C3;
  --oro:#A8863C; --oro-bg:#F0E9D8;
  --serif:'EB Garamond',Georgia,serif; --sans:'Jost',Helvetica,sans-serif;
  background:var(--paper);
}
body.theme-sambo{background:var(--paper);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased}
body.theme-sambo a{color:inherit;text-decoration:none}
body.theme-sambo a:hover{color:var(--oro)}
body.theme-sambo img{max-width:100%;display:block}
body.theme-sambo .container{max-width:1180px;margin:0 auto;padding:0 36px}

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

body.theme-sambo .kicker{font:400 11px/1 var(--sans);letter-spacing:.2em;text-transform:uppercase;color:var(--oro)}

body.theme-sambo .news-card{background:transparent;border:0;border-radius:0;box-shadow:none;overflow:visible;display:flex;flex-direction:column;gap:8px}
body.theme-sambo .news-card:hover{transform:none;box-shadow:none}
body.theme-sambo .card-image-link{position:relative;border-radius:0;aspect-ratio:16/10;overflow:hidden;background:var(--paper-2);border:1px solid var(--hairline)}
body.theme-sambo .card-image-link img{width:100%;height:100%;object-fit:cover}
body.theme-sambo .card-placeholder{width:100%;height:100%;background:repeating-linear-gradient(45deg,#E6E0D2,#E6E0D2 12px,#EEE9DD 12px,#EEE9DD 24px)}
body.theme-sambo .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:400 10px/1 var(--sans);letter-spacing:.16em;text-transform:uppercase;padding:5px 9px}
body.theme-sambo .card-body{padding:0;display:flex;flex-direction:column;gap:6px}
body.theme-sambo .card-title{font-family:var(--serif);font-size:23px;font-weight:600;line-height:1.2;color:var(--ink)}
body.theme-sambo .news-card:hover .card-title{color:var(--oro)}
body.theme-sambo .card-excerpt{font-family:var(--sans);font-size:14px;line-height:1.55;color:var(--gray)}
body.theme-sambo .card-date{font-family:var(--sans);font-size:12px;color:var(--gray-2);text-transform:none;letter-spacing:0}
body.theme-sambo .news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px 28px}

body.theme-sambo .section-container{max-width:1180px;margin:0 auto;padding:0 36px}
body.theme-sambo .section-title{font-family:var(--serif);font-size:30px;font-weight:600;line-height:1.1;color:var(--ink);text-transform:none;letter-spacing:0;border:0;padding:0;margin:36px 0 20px;display:flex;align-items:center;gap:16px}
body.theme-sambo .section-title::before{content:none}
body.theme-sambo .section-title::after{content:"";flex:1;border-top:1px solid var(--hairline)}

body.theme-sambo .category-hero{background:var(--paper);padding:30px 0 0;text-align:center}
body.theme-sambo .category-badge{display:inline-block;background:none;padding:0;font:400 12px/1 var(--sans);letter-spacing:.22em;text-transform:uppercase;color:var(--oro)}
body.theme-sambo .category-title{font-family:var(--serif);font-size:52px;font-weight:600;line-height:1.05;color:var(--ink);margin:10px 0 16px;border-bottom:1px solid var(--ink);padding-bottom:20px}
body.theme-sambo .latest-section{background:var(--paper);padding:26px 0 52px}

body.theme-sambo .pagination{display:flex;gap:24px;align-items:center;justify-content:center;margin-top:34px;font-family:var(--sans);font-size:13px;letter-spacing:.12em;text-transform:uppercase}
body.theme-sambo .page-link{border:0;color:var(--ink)}
body.theme-sambo .page-link:hover{color:var(--oro)}
body.theme-sambo .page-info{color:var(--oro);border-bottom:1px solid var(--oro);padding-bottom:4px}
body.theme-sambo .empty-state{color:var(--gray-2);font-family:var(--serif);font-size:19px;padding:28px 0}

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

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

body.theme-sambo .site-footer{background:var(--ink);border:0;color:var(--gray-3)}
body.theme-sambo .footer-brand .logo,body.theme-sambo .footer-brand .logo-clave,body.theme-sambo .footer-brand .logo-nacional{font-family:var(--serif);font-weight:600;color:#F7F4EE}
body.theme-sambo .footer-tagline{font-family:var(--sans);color:var(--gray-3)}
body.theme-sambo .footer-heading{font-family:var(--sans);font-weight:500;letter-spacing:.2em;color:#F7F4EE}
body.theme-sambo .footer-links a{font-family:var(--sans);color:var(--gray-3)}
body.theme-sambo .footer-links a:hover{color:var(--oro)}
body.theme-sambo .footer-contact p{color:var(--gray-3)}
body.theme-sambo .footer-bottom{border-top:1px solid #3A362E;color:var(--gray-3)}

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

@media(max-width:1024px){ body.theme-sambo .news-grid{grid-template-columns:repeat(2,1fr)} }
@media(max-width:720px){
  body.theme-sambo .container,body.theme-sambo .section-container{padding:0 16px}
  body.theme-sambo .nff-util{display:none}
  body.theme-sambo .nff-masthead-in{padding:16px 0}
  body.theme-sambo .nff-logotype{font-size:30px}
  body.theme-sambo .nff-nav{display:none}
  body.theme-sambo .nff-burger{display:flex}
  
  body.theme-sambo .nff-masthead-in{padding-top:46px}
  body.theme-sambo .news-grid{grid-template-columns:1fr}
  body.theme-sambo .article-title{font-size:32px}
  body.theme-sambo .category-title{font-size:34px}
  body.theme-sambo .canton-hero h1,body.theme-sambo .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}}