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-daule{
  --paper:#F4F6F5; --paper-2:#FFFFFF; --paper-3:#E9EDEB;
  --ink:#0F1A17; --ink-2:#2A3835;
  --muted:#5C6B67; --muted-2:#8A9793;
  --hairline:#D3DBD8; --hairline-2:#A9B5B1;
  --accent:#0F766E; --accent-2:#0D9488; --accent-bg:#E0F2EF; --accent-ink:#FFFFFF;
  --serif:'Fraunces',Georgia,serif; --sans:'Sora',Helvetica,Arial,sans-serif;
  
  --color-primario:#0F766E; --color-secundario:#0F1A17;
  --blanco:#FFFFFF; --rojo:#B3261E;
  background:var(--paper);
}
body.theme-daule{background:var(--paper);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased}
body.theme-daule a{color:inherit;text-decoration:none}
body.theme-daule a:hover{color:var(--accent)}
body.theme-daule img{max-width:100%;display:block}
body.theme-daule .container{max-width:1280px;margin:0 auto;padding:0 28px}

body.theme-daule .site-header{background:var(--paper-2);border-bottom:1px solid var(--ink);box-shadow:none}
body.theme-daule .header-inner{max-width:1280px}
body.theme-daule .logo,body.theme-daule .logo-clave{font-family:var(--serif);font-weight:900;font-size:30px;letter-spacing:-.025em;color:var(--ink);font-variation-settings:"opsz" 72}
body.theme-daule .logo-nacional{color:var(--accent);font-weight:900}
body.theme-daule .logo-img{border-radius:0}
body.theme-daule .main-nav{counter-reset:ad-nav}
body.theme-daule .main-nav .nav-link,body.theme-daule .nav-link{font-family:var(--sans);font-weight:600;font-size:11.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-2)}
body.theme-daule .main-nav .nav-link::before{counter-increment:ad-nav;content:counter(ad-nav,decimal-leading-zero);color:var(--accent);font-weight:700;margin-right:6px;font-variant-numeric:tabular-nums}
body.theme-daule .nav-link:hover{color:var(--accent)}
body.theme-daule .search-form input{background:var(--paper);border:1px solid var(--hairline);color:var(--ink);border-radius:0}
body.theme-daule .search-form input::placeholder{color:var(--muted-2)}
body.theme-daule .search-form button{color:var(--muted)}
body.theme-daule .search-form button:hover{color:var(--accent)}
body.theme-daule .hamburger span{background:var(--ink)}
body.theme-daule .mobile-menu{background:var(--paper-2);border-bottom:1px solid var(--hairline)}
body.theme-daule .mobile-menu a{color:var(--ink)}
body.theme-daule .mobile-search input{background:var(--paper);border:1px solid var(--hairline);color:var(--ink)}

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

body.theme-daule .news-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid var(--ink);border-left:1px solid var(--hairline);counter-reset:ad-card}
body.theme-daule .news-card{background:var(--paper-2);border:0;border-right:1px solid var(--hairline);border-bottom:1px solid var(--hairline);border-radius:0;box-shadow:none;overflow:hidden;display:flex;flex-direction:column;position:relative;counter-increment:ad-card}
body.theme-daule .news-card::before{content:counter(ad-card,decimal-leading-zero);position:absolute;top:10px;left:12px;z-index:2;font:700 11px/1 var(--sans);letter-spacing:.06em;color:var(--ink);background:var(--paper-2);padding:4px 6px}
body.theme-daule .news-card:hover{transform:none;box-shadow:none}
body.theme-daule .card-image-link{position:relative;display:block;aspect-ratio:4/3;overflow:hidden;background:var(--paper-3);filter:saturate(.92)}
body.theme-daule .card-image-link img{width:100%;height:100%;object-fit:cover}
body.theme-daule .card-placeholder{width:100%;height:100%;background:repeating-linear-gradient(135deg,#E9EDEB,#E9EDEB 10px,#F4F6F5 10px,#F4F6F5 20px)}
body.theme-daule .card-badge{position:absolute;right:10px;top:10px;left:auto;bottom:auto;background:var(--accent);color:var(--accent-ink);border:0;border-radius:0;font:600 10px/1 var(--sans);letter-spacing:.12em;text-transform:uppercase;padding:5px 8px}
body.theme-daule .card-body{padding:14px 16px 18px;display:flex;flex-direction:column;gap:7px}
body.theme-daule .card-title{font-family:var(--serif);font-size:17px;font-weight:600;line-height:1.25;letter-spacing:-.005em;color:var(--ink);font-variation-settings:"opsz" 24}
body.theme-daule .news-card:hover .card-title{color:var(--accent)}
body.theme-daule .card-excerpt{font-family:var(--sans);font-size:13px;line-height:1.5;color:var(--muted)}
body.theme-daule .card-date{font-family:var(--sans);font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted-2)}

body.theme-daule .section-container{max-width:1280px;margin:0 auto;padding:0 28px}
body.theme-daule .section-title{font-family:var(--sans);font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--ink);border:0;border-top:1px solid var(--ink);padding:10px 0 0;margin:40px 0 18px;display:flex;align-items:center;gap:12px}
body.theme-daule .section-title::after{content:"";flex:1;border-top:1px solid var(--hairline)}

body.theme-daule .category-hero{background:var(--paper);padding:30px 0 0}
body.theme-daule .category-badge{display:inline-block;background:var(--accent-bg);color:var(--accent);padding:5px 10px;font:600 11px/1 var(--sans);letter-spacing:.14em;text-transform:uppercase}
body.theme-daule .category-title{font-family:var(--serif);font-size:44px;font-weight:700;letter-spacing:-.02em;line-height:1.02;color:var(--ink);margin:12px 0 16px;border-bottom:1px solid var(--ink);padding-bottom:18px;font-variation-settings:"opsz" 96}
body.theme-daule .latest-section{background:var(--paper);padding:26px 0 52px}

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

body.theme-daule .canton-hero,body.theme-daule .junta-hero{background:var(--paper-2);color:var(--ink);padding:30px 0 22px;border-bottom:1px solid var(--ink)}
body.theme-daule .canton-hero .badge,body.theme-daule .junta-hero .badge{background:var(--accent-bg);color:var(--accent);border:0;font-family:var(--sans);font-weight:600;letter-spacing:.12em}
body.theme-daule .canton-hero h1,body.theme-daule .junta-hero h1{font-family:var(--serif);font-weight:700;letter-spacing:-.02em;font-size:2.6rem;line-height:1.04;color:var(--ink)}
body.theme-daule .canton-hero .cab,body.theme-daule .junta-hero .cab{color:var(--muted);opacity:1}
body.theme-daule .junta-hero .cab a{color:var(--accent)}
body.theme-daule .canton-card,body.theme-daule .junta-card{background:var(--paper-2);border:1px solid var(--hairline);border-radius:0}
body.theme-daule .canton-card h2,body.theme-daule .junta-card h2{font-family:var(--serif);font-weight:600;color:var(--ink)}
body.theme-daule .junta-card .row b{color:var(--ink)}
body.theme-daule .canton-cta{background:var(--accent);color:var(--accent-ink);border-radius:0}
body.theme-daule .canton-emergencia,body.theme-daule .junta-emergencia{background:#FBEAEA;border:1px solid #E7B9B9}
body.theme-daule .canton-emergencia .n,body.theme-daule .junta-emergencia .n{color:#B3261E;font-family:var(--sans);font-weight:700}

body.theme-daule .article-container{max-width:760px;margin:0 auto;padding:0 20px}
body.theme-daule .breadcrumb{font-family:var(--sans);font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted-2)}
body.theme-daule .breadcrumb a{color:var(--accent)}
body.theme-daule .article-meta-top{font-family:var(--sans);font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);border-top:1px solid var(--ink);border-bottom:1px solid var(--hairline);padding:12px 0}
body.theme-daule .article-badge{background:var(--accent-bg);color:var(--accent);border:0;border-radius:0;font-family:var(--sans);font-weight:600;text-transform:uppercase;letter-spacing:.12em;font-size:11px;padding:5px 10px}
body.theme-daule .read-time{color:var(--muted-2)}
body.theme-daule .article-title{font-family:var(--serif);font-size:42px;font-weight:700;line-height:1.08;letter-spacing:-.02em;color:var(--ink);font-variation-settings:"opsz" 96}
body.theme-daule .article-subtitle{font-family:var(--sans);font-size:18px;font-weight:400;line-height:1.55;color:var(--muted)}
body.theme-daule .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-daule .article-content{font-family:var(--serif);font-size:18px;line-height:1.7;color:var(--ink-2);font-variation-settings:"opsz" 14}
body.theme-daule .article-content p{margin:0 0 1.1em}
body.theme-daule .article-content h2,body.theme-daule .article-content h3{font-family:var(--sans);font-weight:700;letter-spacing:-.01em;color:var(--ink);line-height:1.2}
body.theme-daule .article-content a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}
body.theme-daule .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-daule .pauta-empty{border:1px dashed var(--hairline-2);background:transparent}
body.theme-daule .pauta-house-text{font-family:var(--sans);color:var(--muted-2);letter-spacing:.14em}
body.theme-daule .pauta-house-sub{font-family:var(--sans);color:var(--muted-2)}
body.theme-daule .pauta-label{color:var(--muted-2)}

@media(max-width:1024px){ body.theme-daule .news-grid{grid-template-columns:repeat(2,1fr)} }
@media(max-width:720px){
  body.theme-daule .container,body.theme-daule .section-container{padding:0 16px}
  body.theme-daule .news-grid{grid-template-columns:1fr}
  body.theme-daule .logo,body.theme-daule .logo-clave{font-size:24px}
  body.theme-daule .article-title{font-size:30px}
  body.theme-daule .category-title{font-size:30px}
  body.theme-daule .canton-hero h1,body.theme-daule .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}}