.sidebar-sticky{overflow-x:hidden;position:sticky;top:calc(var(--header-height, 80px) + 2rem)}.widget-header{align-items:center;border-bottom:1px solid var(--color-neutral-200);display:flex;gap:.5rem;margin-bottom:1rem;padding-bottom:.75rem}html.dark .widget-header{border-bottom-color:var(--color-neutral-700)}.widget-header h3{font-size:1.125rem;font-weight:700;margin:0}.trending-rank{align-items:center;background:var(--color-mato-green-50);border-radius:50%;color:var(--color-mato-green-600);display:flex;flex-shrink:0;font-size:.875rem;font-weight:700;height:2rem;justify-content:center;width:2rem}html.dark .trending-rank{background:var(--color-mato-green-900);color:var(--color-mato-green-300)}.trending-posts-widget .widget-post-item:first-child .trending-rank{background:linear-gradient(135deg,gold,orange);box-shadow:0 2px 8px #ffd7004d;color:#8b4513}.trending-posts-widget .widget-post-item:nth-child(2) .trending-rank{background:linear-gradient(135deg,silver,#a9a9a9);box-shadow:0 2px 8px #bfbfbf4d;color:#2c3e50}.trending-posts-widget .widget-post-item:nth-child(3) .trending-rank{background:linear-gradient(135deg,#cd7f32,#b87333);box-shadow:0 2px 8px #cd7f324d;color:#fff}.widget-post-item{align-items:flex-start;display:flex;gap:.75rem}.widget-post-item img{border-radius:.5rem;transition:transform .3s ease}.widget-post-item:hover img{transform:scale(1.05)}.search-widget .search-form{margin-top:0}.search-widget input[type=search]{-webkit-appearance:none}.search-widget input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}.search-widget kbd{display:inline-block;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.categories-widget a{text-decoration:none}.ad-widget{align-items:center;display:flex;justify-content:center;min-height:250px}@media (max-width:1023px){.sidebar-sticky{display:none!important}}@media (max-width:767px){.news-sidebar-card{padding:1rem}.widget-header{margin-bottom:.75rem;padding-bottom:.5rem}.widget-post-item{gap:.5rem}.widget-post-item img{height:60px;width:60px}}@media (prefers-reduced-motion:reduce){.news-sidebar-card,.sidebar-sticky,.widget-post-item img{transition:none!important}}.categories-widget a:focus,.news-sidebar-card a:focus,.search-widget button:focus{outline:2px solid var(--color-mato-green-500);outline-offset:2px}@media (prefers-contrast:high){.news-sidebar-card{border:1px solid}.widget-header{border-bottom-width:2px}}.animate-pulse{background:var(--color-neutral-200);overflow:hidden;position:relative}.animate-pulse:before{animation:shimmer 2s ease-in-out infinite;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.6) 50%,transparent);content:"";height:100%;left:-100%;position:absolute;top:0;width:100%}html.dark .animate-pulse{background:var(--color-neutral-700)}html.dark .animate-pulse:before{background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.1) 50%,transparent)}.sidebar-sticky.loaded{animation:fadeIn .4s ease-out}.widget-post-item{animation:slideInLeft .3s ease-out backwards}.widget-post-item:first-child{animation-delay:.05s}.widget-post-item:nth-child(2){animation-delay:.1s}.widget-post-item:nth-child(3){animation-delay:.15s}.widget-post-item:nth-child(4){animation-delay:.2s}.widget-post-item:nth-child(5){animation-delay:.25s}.news-sidebar-card{background:var(--wp--preset--color--card-background);border:1px solid var(--wp--preset--color--mato-earth-100,#f5f0e8);border-radius:var(--radius-2xl,16px);margin-bottom:var(--space-6,1.5rem);padding:var(--space-6,1.5rem)}.news-sidebar-card-title{border-bottom:2px solid var(--wp--preset--color--mato-green-500,#2a8c4e);color:var(--wp--preset--color--mato-green-600,#2a8c4e);font-family:var(--wp--preset--font-family--dm-mono,"DM Mono",monospace);font-size:.7rem;font-weight:500;letter-spacing:.12em;margin-bottom:1rem;padding-bottom:.75rem;text-transform:uppercase}.news-list-item{border-bottom:1px solid var(--wp--preset--color--mato-earth-50,#faf7f2);display:flex;gap:var(--space-3,.875rem);padding:var(--space-3,.75rem) 0;text-decoration:none}.news-list-item:last-child{border-bottom:none;padding-bottom:0}.news-list-item-thumb{border-radius:8px;flex-shrink:0;height:48px;-o-object-fit:cover;object-fit:cover;width:64px}.news-list-item-title{color:var(--wp--preset--color--mato-earth-900,#1c1412);font-size:.8125rem;font-weight:600;line-height:1.4}.news-list-item-meta{color:var(--wp--preset--color--mato-earth-400,#a89880);font-family:var(--wp--preset--font-family--dm-mono,"DM Mono",monospace);font-size:.7rem;margin-top:.25rem}.news-sidebar-newsletter{background:linear-gradient(135deg,var(--wp--preset--color--mato-green-950,#052e16),var(--wp--preset--color--mato-green-900,#14532d));border-radius:var(--radius-2xl,16px);color:#fff;margin-bottom:var(--space-6,1.5rem);padding:var(--space-6,1.5rem)}.news-sidebar-newsletter-title{color:#fff;font-size:1rem;font-weight:700;margin-bottom:.5rem}.news-sidebar-newsletter-desc{color:#ffffffbf;font-size:.875rem;line-height:1.5;margin-bottom:1rem}.news-sidebar-newsletter-form{display:flex;flex-direction:column;gap:.5rem}.news-sidebar-newsletter-input{background:#ffffff1a;border:1px solid hsla(0,0%,100%,.2);border-radius:8px;color:#fff;font-size:.875rem;padding:.625rem .875rem;width:100%}.news-sidebar-newsletter-input::-moz-placeholder{color:#ffffff80}.news-sidebar-newsletter-input::placeholder{color:#ffffff80}.news-sidebar-newsletter-btn{background:var(--wp--preset--color--mato-sun-500,#f59e0b);border:none;border-radius:8px;color:var(--wp--preset--color--mato-earth-900,#1c1412);cursor:pointer;font-size:.875rem;font-weight:700;padding:.625rem;transition:var(--transition-normal,all .2s);width:100%}.news-sidebar-newsletter-btn:hover{background:var(--wp--preset--color--mato-sun-400,#fbbf24)}html.dark .news-sidebar-card{background:#052e164d;border-color:#52b87a26}html.dark .news-sidebar-card-title{border-bottom-color:#52b87a4d;color:var(--wp--preset--color--mato-green-300,#86efac)}html.dark .news-list-item{border-bottom-color:#52b87a1a}html.dark .news-list-item-title{color:#e5e7eb}html.dark .news-list-item-meta{color:#a7f3d099}.reading-progress-bar{background:linear-gradient(to right,var(--wp--preset--color--mato-green-500,#22c55e),var(--wp--preset--color--mato-green-400,#4ade80));height:3px;left:0;position:fixed;right:0;top:0;transform:scaleX(0);transform-origin:left;transition:transform .1s linear;z-index:9999}.post-breadcrumb{background:var(--wp--preset--color--mato-green-50,#f5f0e8);border-bottom:1px solid var(--wp--preset--color--mato-earth-100,#f5f0e8);padding:.875rem 2rem}.post-breadcrumb-inner{align-items:center;display:flex;font-family:var(--wp--preset--font-family--dm-mono,"DM Mono",monospace);font-size:.8125rem;gap:.5rem;margin:0 auto;max-width:1280px}.post-breadcrumb-inner,.post-breadcrumb-inner a{color:var(--wp--preset--color--mato-earth-400,#a8926f)}.post-breadcrumb-inner a{text-decoration:none;transition:color .2s}.post-breadcrumb-inner a:hover{color:var(--wp--preset--color--mato-green-600,#16a34a)}.post-hero-noticias{height:60vh;min-height:480px;overflow:hidden;position:relative}.post-hero-noticias-img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.post-hero-noticias-overlay{background:linear-gradient(0deg,rgba(5,46,22,.9) 0,rgba(5,46,22,.3) 50%,transparent);top:0;right:0;bottom:0;left:0;position:absolute}.post-hero-noticias-content{bottom:0;left:0;padding:3rem 2rem;position:absolute;right:0}.post-hero-noticias-inner{margin:0 auto;max-width:860px}.post-cat-badge-noticias{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0ea5e933;border:1px solid rgba(14,165,233,.4);border-radius:100px;color:#7dd3fc;display:inline-flex;font-family:var(--wp--preset--font-family--dm-mono,"DM Mono",monospace);font-size:.7rem;gap:.375rem;letter-spacing:.12em;margin-bottom:1rem;padding:.3rem .875rem;text-transform:uppercase}.post-hero-noticias-title{color:#fff;font-family:var(--wp--preset--font-family--fraunces,"Fraunces",Georgia,serif);font-size:clamp(1.75rem,4vw,3rem);font-weight:900;letter-spacing:-.02em;line-height:1.1;margin-bottom:1.25rem}.post-hero-noticias-meta{align-items:center;display:flex;flex-wrap:wrap;gap:1.25rem}.post-author-row{align-items:center;display:flex;gap:.625rem}.post-author-avatar{align-items:center;background:linear-gradient(135deg,var(--wp--preset--color--mato-green-400,#4ade80),#0ea5e9);border:2px solid hsla(0,0%,100%,.3);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:.8125rem;font-weight:700;height:36px;justify-content:center;overflow:hidden;width:36px}.post-author-avatar img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.post-author-name{color:#ffffffe6;font-size:.875rem;font-weight:500}.post-hero-date,.post-hero-read-time{color:#ffffff8c;font-family:var(--wp--preset--font-family--dm-mono,"DM Mono",monospace);font-size:.8125rem}.post-hero-read-time{background:#ffffff14;border-radius:100px;padding:.2rem .625rem}.post-hero-views{color:#ffffff73;font-family:var(--wp--preset--font-family--dm-mono,"DM Mono",monospace);font-size:.8125rem}.article-layout-noticias{align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 300px;margin:0 auto;max-width:1280px;padding:3rem 2rem}.article-lead{border-bottom:1px solid var(--wp--preset--color--mato-earth-100,#f5f0e8);font-size:1.1875rem;font-weight:400;line-height:1.75;margin-bottom:2rem;padding-bottom:2rem}.article-lead,.prose-noticias{color:var(--wp--preset--color--mato-earth-600,#6d5a44)}.prose-noticias{font-size:1rem;font-weight:300;line-height:1.85}.prose-noticias p{margin-bottom:1.5rem}.prose-noticias strong{color:var(--wp--preset--color--mato-earth-800,#3d3226);font-weight:600}.prose-noticias h2{font-size:1.625rem;margin:2.5rem 0 1rem}.prose-noticias h2,.prose-noticias h3{color:var(--wp--preset--color--mato-earth-900,#2d241a);font-family:var(--wp--preset--font-family--fraunces,"Fraunces",Georgia,serif);font-weight:700;line-height:1.3}.prose-noticias h3{font-size:1.25rem;margin:2rem 0 .75rem}.prose-noticias blockquote{background:var(--wp--preset--color--mato-green-50,#f0fdf4);border-left:3px solid var(--wp--preset--color--mato-green-400,#4ade80);border-radius:0 12px 12px 0;color:var(--wp--preset--color--mato-earth-600,#6d5a44);font-size:1.0625rem;font-style:italic;margin:2rem 0;padding:.75rem 1.5rem}.prose-noticias ol,.prose-noticias ul{margin-bottom:1.5rem;padding-left:1.5rem}.prose-noticias li{margin-bottom:.5rem}.prose-noticias a{border-bottom:1px solid var(--wp--preset--color--mato-green-200,#bbf7d0);color:var(--wp--preset--color--mato-green-600,#16a34a);text-decoration:none;transition:border-color .2s}.prose-noticias a:hover{border-color:var(--wp--preset--color--mato-green-500,#22c55e)}.article-inline-img{border-radius:16px;margin:2rem 0;overflow:hidden;width:100%}.article-inline-img img{display:block;height:400px;-o-object-fit:cover;object-fit:cover;width:100%}.article-inline-img figcaption{background:var(--wp--preset--color--mato-earth-50,#faf8f5);color:var(--wp--preset--color--mato-earth-400,#a8926f);font-family:var(--wp--preset--font-family--dm-mono,"DM Mono",monospace);font-size:.8125rem;padding:.625rem 1rem;text-align:center}.article-highlight-box{background:linear-gradient(135deg,var(--wp--preset--color--mato-green-50,#f0fdf4),#f0f9ff);border:1px solid var(--wp--preset--color--mato-green-200,#bbf7d0);border-radius:16px;margin:2rem 0;padding:1.75rem}.article-highlight-box h4{color:var(--wp--preset--color--mato-green-800,#166534);font-family:var(--wp--preset--font-family--fraunces,"Fraunces",Georgia,serif);font-size:1.125rem;font-weight:700;margin-bottom:.75rem}.article-highlight-box p{color:var(--wp--preset--color--mato-earth-600,#6d5a44);font-size:.9375rem;line-height:1.7;margin:0}.article-footer-noticias{border-top:1px solid var(--wp--preset--color--mato-earth-100,#f5f0e8);margin-top:3rem;padding-top:2rem}.article-tags-wrap{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.article-tag{background:var(--wp--preset--color--mato-earth-100,#f5f0e8);border-radius:100px;color:var(--wp--preset--color--mato-earth-600,#6d5a44);font-size:.8125rem;padding:.35rem .875rem;text-decoration:none;transition:all .2s}.article-tag:hover{background:var(--wp--preset--color--mato-green-100,#dcfce7);color:var(--wp--preset--color--mato-green-700,#15803d)}.article-share-row{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.article-share-label{color:var(--wp--preset--color--mato-earth-500,#8b7355);font-size:.875rem;font-weight:500}.article-share-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.article-share-btn{align-items:center;background:#fff;border:1px solid var(--wp--preset--color--mato-earth-200,#e8dccf);border-radius:8px;color:var(--wp--preset--color--mato-earth-600,#6d5a44);cursor:pointer;display:inline-flex;font-family:var(--wp--preset--font-family--dm-sans,"DM Sans",sans-serif);font-size:.8125rem;gap:.375rem;padding:.5rem 1rem;text-decoration:none;transition:all .2s}.article-share-btn:hover{background:var(--wp--preset--color--mato-green-50,#f0fdf4);border-color:var(--wp--preset--color--mato-green-300,#86efac);color:var(--wp--preset--color--mato-green-700,#15803d)}.author-box-noticias{align-items:flex-start;border:1px solid var(--wp--preset--color--mato-earth-100,#f5f0e8);border-radius:20px;display:flex;gap:1.5rem;margin-top:2rem;padding:2rem}.author-box-avatar{align-items:center;background:linear-gradient(135deg,var(--wp--preset--color--mato-green-400,#4ade80),#0ea5e9);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.5rem;font-weight:700;height:64px;justify-content:center;overflow:hidden;width:64px}.author-box-avatar img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.author-box-name{color:var(--wp--preset--color--mato-earth-900,#2d241a);font-family:var(--wp--preset--font-family--fraunces,"Fraunces",Georgia,serif);font-size:1.125rem;font-weight:700;margin-bottom:.25rem}.author-box-role{color:var(--wp--preset--color--mato-green-600,#16a34a);font-family:var(--wp--preset--font-family--dm-mono,"DM Mono",monospace);font-size:.8125rem;letter-spacing:.05em;margin-bottom:.625rem}.author-box-bio{color:var(--wp--preset--color--mato-earth-500,#8b7355);font-size:.875rem;font-weight:300;line-height:1.7}.article-sidebar-noticias{position:sticky;top:88px}.toc-list-noticias{list-style:none;margin:0;padding:0}.toc-list-noticias li{margin-bottom:.5rem}.toc-list-noticias a{align-items:center;border-radius:8px;color:var(--wp--preset--color--mato-earth-500,#8b7355);display:flex;font-size:.875rem;gap:.5rem;padding:.375rem .5rem;text-decoration:none;transition:all .2s}.toc-list-noticias a:before{background:var(--wp--preset--color--mato-earth-200,#e8dccf);border-radius:50%;content:"";flex-shrink:0;height:6px;transition:background .2s;width:6px}.toc-list-noticias a.active,.toc-list-noticias a:hover{background:var(--wp--preset--color--mato-green-50,#f0fdf4);color:var(--wp--preset--color--mato-green-700,#15803d)}.toc-list-noticias a.active:before,.toc-list-noticias a:hover:before{background:var(--wp--preset--color--mato-green-500,#22c55e)}@media (max-width:1024px){.article-layout-noticias{gap:2rem;grid-template-columns:1fr}.article-sidebar-noticias{display:none}}@media (max-width:768px){.post-hero-noticias{height:50vh}.post-hero-noticias-content{padding:2rem 1.25rem}.author-box-noticias{flex-direction:column;gap:1rem}}html.dark .post-breadcrumb{background:#052e1680;border-bottom-color:#52b87a26}html.dark .post-breadcrumb-inner,html.dark .post-breadcrumb-inner a{color:#a7f3d0b3}html.dark .post-breadcrumb-inner a:hover{color:#86efac}html.dark .article-lead{border-bottom-color:#52b87a26;color:#d1d5db}html.dark .prose-noticias{color:#d1d5db}html.dark .prose-noticias h2,html.dark .prose-noticias h3,html.dark .prose-noticias strong{color:#f9fafb}html.dark .prose-noticias a{border-bottom-color:#86efac4d;color:#86efac}html.dark .prose-noticias a:hover{border-bottom-color:#86efac}html.dark .prose-noticias blockquote{background:#052e1666;color:#d1d5db}html.dark .article-inline-img figcaption{background:#052e1666;color:#a7f3d0b3}html.dark .article-highlight-box{background:#052e1666;border-color:#52b87a33}html.dark .article-highlight-box h4{color:#86efac}html.dark .article-highlight-box p{color:#d1d5db}html.dark .article-footer-noticias{border-top-color:#52b87a26}html.dark .article-tag{background:#052e1680;color:#a7f3d0}html.dark .article-tag:hover{background:#052e16cc;color:#d1fae5}html.dark .article-share-label{color:#9ca3af}html.dark .article-share-btn{background:#ffffff0f;border-color:#ffffff26;color:#d1d5db}html.dark .article-share-btn:hover{background:#52b87a26;border-color:#52b87a66;color:#86efac}html.dark .author-box-noticias{border-color:#52b87a26}html.dark .author-box-name{color:#f9fafb}html.dark .author-box-bio,html.dark .toc-list-noticias a{color:#9ca3af}html.dark .toc-list-noticias a.active,html.dark .toc-list-noticias a:hover{background:#052e1666;color:#86efac}
