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-duran{
  --paper:#14161B; --paper-2:#181B21; --paper-3:#0E1014;
  --ink:#E8EAED; --ink-2:#C7CCD3;
  --muted:#9AA0A8; --muted-2:#7A8089;
  --hairline:#23262D; --hairline-2:#3A3F48;
  --accent:#E8590C; --accent-2:#FF7A2F;
  --accent-bg:#241A12; --accent-ink:#0E1014;
  --serif:'Libre Franklin',Helvetica,Arial,sans-serif;
  --sans:'Libre Franklin',Helvetica,Arial,sans-serif;
  
  --color-primario:#E8590C; --color-secundario:#0E1014;
  --blanco:#181B21; --rojo:#E8590C;
  background:var(--paper);
}
body.theme-duran{background:var(--paper);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased}
body.theme-duran a{color:inherit;text-decoration:none}
body.theme-duran a:hover{color:var(--accent-2)}
body.theme-duran img{max-width:100%;display:block}
body.theme-duran .container{max-width:1260px;margin:0 auto;padding:0 28px}

body.theme-duran .site-header{background:var(--paper-3);border-bottom:1px solid var(--hairline);box-shadow:0 1px 0 rgba(0,0,0,.4)}
body.theme-duran .header-inner{max-width:1260px}
body.theme-duran .logo,body.theme-duran .logo-clave{font-family:var(--serif);font-weight:900;font-style:italic;letter-spacing:-.02em;text-transform:uppercase;color:var(--ink)}
body.theme-duran .logo-nacional{color:var(--accent);font-weight:900;font-style:italic}
body.theme-duran .main-nav .nav-link,body.theme-duran .nav-link{font-family:var(--sans);font-weight:600;font-size:13px;letter-spacing:.06em;text-transform:uppercase;color:#B7BCC3}
body.theme-duran .nav-link:hover{color:var(--accent-2)}
body.theme-duran .search-form input{background:rgba(255,255,255,.06);border:1px solid var(--hairline);color:var(--ink)}
body.theme-duran .search-form input::placeholder{color:var(--muted-2)}
body.theme-duran .search-form button{color:var(--muted)}
body.theme-duran .search-form button:hover{color:var(--accent-2)}
body.theme-duran .hamburger span{background:var(--ink)}
body.theme-duran .mobile-menu{background:var(--paper-3);border-bottom:1px solid var(--hairline)}
body.theme-duran .mobile-menu a{color:var(--ink)}
body.theme-duran .mobile-search input{background:rgba(255,255,255,.06);border:1px solid var(--hairline);color:var(--ink)}

body.theme-duran .site-footer{background:var(--paper-3);border-top:1px solid var(--hairline);color:var(--muted-2)}
body.theme-duran .footer-brand .logo-clave{font-family:var(--serif);font-weight:900;font-style:italic;text-transform:uppercase;color:var(--ink)}
body.theme-duran .footer-brand .logo-nacional{color:var(--accent)}
body.theme-duran .footer-heading{font-family:var(--sans);font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--ink)}
body.theme-duran .footer-tagline{font-family:var(--sans);color:var(--muted-2);line-height:1.6}
body.theme-duran .footer-links a{font-family:var(--sans);color:var(--muted-2)}
body.theme-duran .footer-links a:hover{color:var(--accent-2)}
body.theme-duran .footer-contact p{color:var(--muted-2)}
body.theme-duran .footer-bottom{border-top:1px solid var(--hairline);color:var(--muted-2)}

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

body.theme-duran .section-container{max-width:1260px;margin:0 auto;padding:0 28px}
body.theme-duran .section-title{font-family:var(--serif);font-size:22px;font-weight:800;line-height:1.1;color:var(--ink);text-transform:uppercase;letter-spacing:-.01em;border:0;padding:0;margin:36px 0 20px;display:flex;align-items:center;gap:14px}
body.theme-duran .section-title::before{content:"";width:10px;height:22px;background:var(--accent);flex:none}
body.theme-duran .section-title::after{content:"";flex:1;border-top:1px solid var(--hairline)}

body.theme-duran .category-hero{background:var(--paper);padding:30px 0 0}
body.theme-duran .category-badge{display:inline-block;background:var(--accent-bg);color:var(--accent-2);padding:5px 10px;font:800 11px/1 var(--sans);letter-spacing:.14em;text-transform:uppercase}
body.theme-duran .category-title{font-family:var(--serif);font-size:40px;font-weight:900;font-style:italic;line-height:1.05;text-transform:uppercase;color:var(--ink);margin:12px 0 16px;border-bottom:1px solid var(--hairline);padding-bottom:18px}
body.theme-duran .latest-section{background:var(--paper);padding:26px 0 52px}

body.theme-duran .pagination{display:flex;gap:8px;align-items:center;justify-content:center;margin-top:28px;font-family:var(--sans);font-size:13px}
body.theme-duran .page-link{border:1px solid var(--hairline-2);color:var(--ink);background:transparent;min-width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;padding:0 12px}
body.theme-duran .page-link:hover{border-color:var(--accent);color:var(--accent-2)}
body.theme-duran .page-info{background:var(--accent);color:var(--accent-ink);border:0;padding:0 12px;height:34px;display:inline-flex;align-items:center;font-weight:800}
body.theme-duran .empty-state{color:var(--muted);font-family:var(--serif);font-size:18px;padding:28px 0}

body.theme-duran .canton-hero,body.theme-duran .junta-hero{background:var(--paper-3);color:var(--ink);padding:30px 0 22px;border-bottom:1px solid var(--hairline)}
body.theme-duran .canton-hero .badge,body.theme-duran .junta-hero .badge{background:var(--accent-bg);color:var(--accent-2);border:0;font-family:var(--sans);font-weight:800;letter-spacing:.12em}
body.theme-duran .canton-hero h1,body.theme-duran .junta-hero h1{font-family:var(--serif);font-weight:900;font-style:italic;text-transform:uppercase;font-size:2.6rem;line-height:1.06;color:var(--ink)}
body.theme-duran .canton-hero .cab,body.theme-duran .junta-hero .cab{color:var(--muted);opacity:1}
body.theme-duran .junta-hero .cab a{color:var(--accent-2)}
body.theme-duran .canton-card,body.theme-duran .junta-card{background:var(--paper-2);border:1px solid var(--hairline);border-radius:0}
body.theme-duran .canton-card h2,body.theme-duran .junta-card h2{font-family:var(--serif);font-weight:800;color:var(--ink)}
body.theme-duran .junta-card .row b{color:var(--ink)}
body.theme-duran .canton-cta{background:var(--accent);color:var(--accent-ink);border-radius:0}
body.theme-duran .canton-emergencia,body.theme-duran .junta-emergencia{background:#2A1416;border:1px solid #5A2A2A}
body.theme-duran .canton-emergencia .n,body.theme-duran .junta-emergencia .n{color:#FF6B6B;font-family:var(--serif)}

body.theme-duran .article-container{max-width:760px;margin:0 auto;padding:0 20px}
body.theme-duran .breadcrumb{font-family:var(--sans);font-size:12px;letter-spacing:.06em;color:var(--muted-2)}
body.theme-duran .breadcrumb a{color:var(--accent-2)}
body.theme-duran .article-meta-top{font-family:var(--sans);font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);border-top:1px solid var(--hairline);border-bottom:1px solid var(--hairline);padding:12px 0}
body.theme-duran .article-badge{background:var(--accent-bg);color:var(--accent-2);border:0;border-radius:0;font-family:var(--sans);font-weight:800;text-transform:uppercase;letter-spacing:.12em;font-size:12px;padding:5px 10px}
body.theme-duran .read-time{color:var(--muted-2)}
body.theme-duran .article-title{font-family:var(--serif);font-size:40px;font-weight:800;line-height:1.1;letter-spacing:-.01em;color:var(--ink)}
body.theme-duran .article-subtitle{font-family:var(--serif);font-size:19px;font-weight:400;line-height:1.5;color:var(--muted)}
body.theme-duran .article-share .share-btn{border:1px solid var(--hairline-2);border-radius:0;font-family:var(--sans);color:var(--ink);background:var(--paper-2)}
body.theme-duran .article-content{font-family:var(--serif);font-size:18px;line-height:1.7;color:var(--ink-2)}
body.theme-duran .article-content p{margin:0 0 1.1em}
body.theme-duran .article-content h2,body.theme-duran .article-content h3{font-family:var(--serif);font-weight:800;color:var(--ink);line-height:1.2}
body.theme-duran .article-content a{color:var(--accent-2);text-decoration:underline}
body.theme-duran .article-content blockquote{border-left:3px solid var(--accent);margin:1.4em 0;padding:.2em 0 .2em 20px;font-family:var(--serif);font-style:italic;color:var(--muted)}

body.theme-duran .pauta-empty{border:1px dashed var(--hairline-2);background:transparent}
body.theme-duran .pauta-house-text{font-family:var(--sans);color:var(--muted-2);letter-spacing:.14em}
body.theme-duran .pauta-house-sub{font-family:var(--sans);color:var(--muted-2)}
body.theme-duran .pauta-label{color:var(--muted-2)}

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

.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-duran .site-header{background:var(--color-secundario);border-bottom:3px solid var(--color-primario);box-shadow:0 2px 8px rgba(0,0,0,.15)}
body.theme-duran .nav-link{color:#e9edf2}
body.theme-duran .nav-link:hover{color:#fff}
body.theme-duran .logo-clave{color:#fff}
body.theme-duran .search-form input{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);color:#fff}
body.theme-duran .search-form input::placeholder{color:#c7d0da}
body.theme-duran .search-form button{color:#fff}
body.theme-duran .hamburger span{background:#fff}