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-contextope{
  --paper:#F5F1E8; --paper-2:#FBF8F1; --ink:#1B2B29; --ink-2:#25332F;
  --tinta:#0E3B39; --primary:#B06A3B; --acento:#D98E5F;
  --gray:#3E524E; --gray-2:#7A8B87; --gray-3:#A8C2BE;
  --hairline:#E0DACB; --line-2:#D8D2C2; --pos:#8FD0A0;
  --serif:'IBM Plex Serif',Georgia,serif;
  --sans:'IBM Plex Sans',system-ui,Helvetica,sans-serif;
  --mono:'IBM Plex Mono',ui-monospace,monospace;
  background:var(--paper);
}
body.theme-contextope{background:var(--paper);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased}
body.theme-contextope a{color:inherit;text-decoration:none}
body.theme-contextope a:hover{color:var(--primary)}
body.theme-contextope img{max-width:100%;display:block}
body.theme-contextope .container{max-width:1220px;margin:0 auto;padding:0 40px}

body.theme-contextope .kicker{font:400 11px/1 var(--mono);letter-spacing:.14em;text-transform:uppercase;color:var(--primary)}

body.theme-contextope .news-card{background:transparent;border:0;border-radius:0;box-shadow:none;overflow:visible;display:flex;flex-direction:column;gap:10px}
body.theme-contextope .news-card:hover{transform:none;box-shadow:none}
body.theme-contextope .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-contextope .card-image-link img{width:100%;height:100%;object-fit:cover}
body.theme-contextope .card-placeholder{width:100%;height:100%;background:repeating-linear-gradient(45deg,#EAE3D2,#EAE3D2 12px,#F2ECDD 12px,#F2ECDD 24px)}
body.theme-contextope .card-badge{position:absolute;top:10px;left:10px;right:auto;bottom:auto;background:var(--tinta);color:var(--paper);border:0;border-radius:0;font:400 10px/1 var(--mono);letter-spacing:.14em;text-transform:uppercase;padding:5px 9px}
body.theme-contextope .card-body{padding:0;display:flex;flex-direction:column;gap:6px}
body.theme-contextope .card-title{font-family:var(--serif);font-size:22px;font-weight:700;line-height:1.2;color:var(--ink)}
body.theme-contextope .news-card:hover .card-title{color:var(--primary)}
body.theme-contextope .card-excerpt{font-family:var(--sans);font-size:14px;line-height:1.55;color:var(--gray)}
body.theme-contextope .card-date{font-family:var(--mono);font-size:11px;color:var(--gray-2);text-transform:uppercase;letter-spacing:.05em}
body.theme-contextope .news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:34px 28px}

body.theme-contextope .section-container{max-width:1220px;margin:0 auto;padding:0 40px}
body.theme-contextope .section-title{font-family:var(--serif);font-size:26px;font-weight:700;line-height:1.1;color:var(--ink);text-transform:none;letter-spacing:0;border:0;padding:0;margin:38px 0 20px;display:flex;align-items:center;gap:14px}
body.theme-contextope .section-title::before{content:"";width:14px;height:14px;background:var(--primary);flex:none}
body.theme-contextope .section-title::after{content:"";flex:1;border-top:1px solid var(--tinta)}

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

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

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

body.theme-contextope .site-footer{background:var(--tinta);border:0;color:var(--gray-3)}
body.theme-contextope .footer-brand .logo,body.theme-contextope .footer-brand .logo-clave,body.theme-contextope .footer-brand .logo-nacional{font-family:var(--serif);font-weight:700;color:var(--paper)}
body.theme-contextope .footer-tagline{font-family:var(--mono);color:var(--gray-3);letter-spacing:.1em}
body.theme-contextope .footer-heading{font-family:var(--mono);font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--paper)}
body.theme-contextope .footer-links a{font-family:var(--sans);color:var(--gray-3)}
body.theme-contextope .footer-links a:hover{color:var(--acento)}
body.theme-contextope .footer-contact p{color:var(--gray-3)}
body.theme-contextope .footer-bottom{border-top:1px solid #1C4A47;color:var(--gray-3)}

body.theme-contextope .pauta-empty{border:1px dashed var(--line-2);background:#EFE9DA}
body.theme-contextope .pauta-house-text{font-family:var(--mono);color:var(--gray-2);letter-spacing:.16em;text-transform:uppercase}
body.theme-contextope .pauta-house-sub{font-family:var(--sans);color:var(--gray-3)}
body.theme-contextope .pauta-label{color:var(--gray-3);font-family:var(--mono);letter-spacing:.16em}

@media(max-width:1024px){ body.theme-contextope .news-grid{grid-template-columns:repeat(2,1fr)} }
@media(max-width:720px){
  body.theme-contextope .container,body.theme-contextope .section-container{padding:0 16px}
  body.theme-contextope .news-grid{grid-template-columns:1fr}
  body.theme-contextope .article-title{font-size:30px}
  body.theme-contextope .category-title{font-size:32px}
}

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