@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";.lang-switcher[data-astro-cid-a2mxz4y6]{display:flex;align-items:center;gap:2px;font-size:.875rem;font-weight:500;color:#ced4da;text-decoration:none}.lang-switcher__option[data-astro-cid-a2mxz4y6]{padding:.25rem .5rem;border-radius:4px;transition:color .15s ease,background-color .15s ease}.lang-switcher__option--active[data-astro-cid-a2mxz4y6]{color:#fff;background-color:#ffffff26}.lang-switcher__separator[data-astro-cid-a2mxz4y6]{color:#868e96}.lang-switcher[data-astro-cid-a2mxz4y6]:hover .lang-switcher__option[data-astro-cid-a2mxz4y6]:not(.lang-switcher__option--active){color:#fff}.cookie-consent[data-astro-cid-garwan2p]{position:fixed;bottom:0;left:0;right:0;z-index:150;background-color:#1a1a2e;color:#fff;padding:1rem;box-shadow:0 -4px 12px #00000026}.cookie-consent__inner[data-astro-cid-garwan2p]{width:100%;max-width:1440px;margin-inline:auto;padding-inline:1rem;display:flex;flex-direction:column;gap:1rem}@media(min-width:768px){.cookie-consent__inner[data-astro-cid-garwan2p]{flex-direction:row;align-items:center;justify-content:space-between}}.cookie-consent__text[data-astro-cid-garwan2p]{font-size:.875rem;line-height:1.6;color:#dee2e6}.cookie-consent__link[data-astro-cid-garwan2p]{color:#fff;text-decoration:underline}.cookie-consent__actions[data-astro-cid-garwan2p]{display:flex;gap:.75rem;flex-shrink:0}.cookie-consent__btn[data-astro-cid-garwan2p]{padding:.5rem 1.25rem;border-radius:4px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .15s ease}.cookie-consent__btn--accept[data-astro-cid-garwan2p]{background-color:#e63946;color:#fff;border:none}.cookie-consent__btn--accept[data-astro-cid-garwan2p]:hover{background-color:#c1121f}.cookie-consent__btn--reject[data-astro-cid-garwan2p]{background-color:transparent;color:#ced4da;border:1px solid #868e96}.cookie-consent__btn--reject[data-astro-cid-garwan2p]:hover{background-color:#ffffff0d;color:#fff}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;font-size:1rem;line-height:1.6;color:#212529;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,button,textarea,select{font:inherit}a{color:inherit;text-decoration:none}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.2;overflow-wrap:break-word}p{overflow-wrap:break-word}table{border-collapse:collapse;border-spacing:0}button{cursor:pointer;border:none;background:none}h1{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.2;color:#212529;margin-bottom:1.5rem}@media(min-width:768px){h1{font-size:3rem}}h2{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:1.2;color:#212529;margin-bottom:1rem}h3{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.2;color:#212529;margin-bottom:.75rem}h4{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.2;color:#212529;margin-bottom:.75rem}.text-lead{font-size:1.125rem;line-height:1.8;color:#495057}.text-small{font-size:.875rem;color:#868e96}.text-xs{font-size:.75rem;color:#adb5bd}.text-center{text-align:center}.text-uppercase{text-transform:uppercase}.font-bold{font-weight:700}.font-semibold{font-weight:600}.site-header{background-color:#1a1a2e;position:sticky;top:0;z-index:100}.site-header__top{width:100%;max-width:1440px;margin-inline:auto;padding-inline:1rem;display:flex;align-items:center;justify-content:space-between;padding-block:.75rem;border-bottom:1px solid rgba(255,255,255,.1)}.site-header__logo{display:flex;align-items:center;gap:.5rem}.site-header__logo img{height:40px;width:auto}.site-header__logo span{color:#fff;font-size:1.5rem;font-weight:800;letter-spacing:-.02em}.site-header__actions{display:flex;align-items:center;gap:1rem}.site-header__search-toggle{color:#fff;padding:.5rem;border-radius:9999px;transition:background-color .15s ease}.site-header__search-toggle:hover{background-color:#ffffff1a}.nav{background-color:#1a1a2e;border-top:1px solid rgba(255,255,255,.05)}.nav__list{width:100%;max-width:1440px;margin-inline:auto;padding-inline:1rem;display:flex;gap:0;overflow-x:auto;scrollbar-width:none}.nav__list::-webkit-scrollbar{display:none}.nav__item{flex-shrink:0}.nav__link{display:block;padding:.75rem 1rem;color:#dee2e6;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;transition:color .15s ease,background-color .15s ease}.nav__link:focus-visible{outline:2px solid #e63946;outline-offset:2px}.nav__link:hover,.nav__link--active{color:#fff;background-color:#ffffff0d}.nav__link--active{border-bottom:2px solid #e63946}.mobile-menu-toggle{display:flex;color:#fff;padding:.5rem}@media(min-width:992px){.mobile-menu-toggle{display:none}}.search-overlay{position:fixed;inset:0;background-color:#000000e6;z-index:200;display:flex;align-items:center;justify-content:center;padding:1rem}.search-overlay__input{width:100%;max-width:600px;padding:1rem 1.5rem;font-size:1.5rem;border:none;border-bottom:2px solid #e63946;background:transparent;color:#fff;outline:none}.search-overlay__input::placeholder{color:#adb5bd}.search-overlay__close{position:absolute;top:1.5rem;right:1.5rem;color:#fff;font-size:1.875rem;padding:.5rem}.site-footer{background-color:#1a1a2e;color:#ced4da;padding-block:3rem 2rem}.site-footer__grid{width:100%;max-width:1440px;margin-inline:auto;padding-inline:1rem;display:grid;grid-template-columns:repeat(1,1fr);gap:2rem}@media(min-width:768px){.site-footer__grid{grid-template-columns:2fr 1fr 1fr 1fr}}.site-footer__brand p{font-size:.875rem;line-height:1.8;margin-top:1rem;color:#adb5bd}.site-footer__logo{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.site-footer__logo img{height:36px;width:auto}.site-footer__logo span{color:#fff;font-size:1.25rem;font-weight:700}.site-footer__heading{color:#fff;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.site-footer__links{display:flex;flex-direction:column;gap:.5rem}.site-footer__links a{font-size:.875rem;color:#ced4da;transition:color .15s ease}.site-footer__links a:hover{color:#fff}.site-footer__social{display:flex;gap:.75rem;margin-top:1rem}.site-footer__social a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:9999px;background-color:#ffffff1a;color:#ced4da;transition:background-color .15s ease,color .15s ease}.site-footer__social a:hover{background-color:#e63946;color:#fff}.site-footer__social a svg{width:18px;height:18px}.site-footer__bottom{width:100%;max-width:1440px;margin-inline:auto;padding-inline:1rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding-top:2rem;margin-top:2rem;border-top:1px solid rgba(255,255,255,.1);font-size:.75rem;color:#868e96}.site-footer__bottom a{color:#adb5bd;transition:color .15s ease}.site-footer__bottom a:hover{color:#fff}.site-footer__bottom-links{display:flex;gap:1rem;flex-wrap:wrap}.article-card{background:#fff;border-radius:8px;box-shadow:0 1px 3px #00000014;overflow:hidden;transition:box-shadow .25s ease}.article-card:hover{box-shadow:0 4px 12px #0000001a}.article-card{display:flex;flex-direction:column}.article-card__image-wrapper{display:block;position:relative;aspect-ratio:3/2;overflow:hidden;background-color:#f1f3f5}.article-card__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.article-card:hover .article-card__image{transform:scale(1.05)}.article-card__body{padding:1rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.article-card__meta{display:flex;align-items:center;gap:.75rem}.article-card__category{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#e63946;text-decoration:none}.article-card__category:hover{color:#c1121f}.article-card__date{font-size:.75rem;color:#adb5bd}.article-card__title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:600;line-height:1.2;color:#212529;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;transition:color .15s ease}.article-card__title a:focus-visible{outline:2px solid #e63946;outline-offset:2px}.article-card__title a:hover{color:#e63946}.article-card__excerpt{font-size:.875rem;color:#868e96;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-top:auto}.article-card--compact{flex-direction:row;gap:.75rem}.article-card--compact .article-card__image-wrapper{width:120px;min-width:120px;aspect-ratio:auto;height:80px}.article-card--compact .article-card__body{padding:.5rem 0}.article-card--compact .article-card__title{font-size:.875rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-card--large .article-card__image-wrapper{aspect-ratio:16/9}.article-card--large .article-card__title{font-size:1.25rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hero{position:relative;margin-bottom:2.5rem}.hero__featured{position:relative;border-radius:12px;overflow:hidden;aspect-ratio:16/9}@media(min-width:992px){.hero__featured{aspect-ratio:21/9}}.hero__image{width:100%;height:100%;object-fit:cover;display:block;position:absolute;inset:0}.hero__overlay{position:absolute;inset:0;background:linear-gradient(to top,#000000d9,#0006 40%,#0000001a)}.hero__content{position:absolute;bottom:0;left:0;right:0;padding:1.5rem}@media(min-width:992px){.hero__content{padding:2.5rem;max-width:70%}}.hero__category{display:inline-block;padding:.25rem .75rem;background-color:#e63946;color:#fff;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-radius:4px;margin-bottom:.75rem}.hero__title{color:#fff;font-size:1.5rem;font-weight:700;line-height:1.2;margin-bottom:.75rem}@media(min-width:768px){.hero__title{font-size:1.875rem}}@media(min-width:992px){.hero__title{font-size:2.25rem}}.hero__title a{color:inherit}.hero__title a:focus-visible{outline:2px solid #e63946;outline-offset:2px}.hero__title a:hover{text-decoration:underline;text-underline-offset:4px}.hero__excerpt{color:#dee2e6;font-size:.875rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:.75rem}@media(min-width:768px){.hero__excerpt{font-size:1rem}}.hero__meta{display:flex;align-items:center;gap:1rem;color:#ced4da;font-size:.75rem}.hero--category .hero__featured{aspect-ratio:16/7}@media(min-width:992px){.hero--category .hero__featured{aspect-ratio:21/7}}@media(min-width:992px){.hero--category .hero__title{font-size:1.875rem}}.sidebar{display:flex;flex-direction:column;gap:2rem}.sidebar__section{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #00000014}.sidebar__title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.2;color:#212529;padding-bottom:.75rem;margin-bottom:1.5rem;border-bottom:3px solid #e63946;text-transform:uppercase;letter-spacing:.02em;font-size:1rem}.sidebar__list{display:flex;flex-direction:column;gap:1rem}.sidebar__item{display:flex;gap:.75rem;padding-bottom:1rem;border-bottom:1px solid #e9ecef}.sidebar__item:last-child{padding-bottom:0;border-bottom:none}.sidebar__number{display:flex;align-items:center;justify-content:center;width:28px;height:28px;min-width:28px;border-radius:9999px;background-color:#e63946;color:#fff;font-size:.75rem;font-weight:700}.sidebar__item-content{flex:1;min-width:0}.sidebar__item-category{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#e63946;text-decoration:none}.sidebar__item-category:hover{color:#c1121f}.sidebar__item-category{margin-bottom:.25rem}.sidebar__item-title{font-size:.875rem;font-weight:600;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sidebar__item-title a{color:#212529;transition:color .15s ease}.sidebar__item-title a:hover{color:#e63946}.sidebar__item-date{font-size:.75rem;color:#adb5bd;margin-top:.25rem}.newsletter-widget{background:#e63946;color:#fff;border-radius:8px;padding:1.5rem;text-align:center}.newsletter-widget__title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.newsletter-widget__text{font-size:.875rem;opacity:.9;margin-bottom:1rem}.newsletter-widget__form{display:flex;flex-direction:column;gap:.5rem}.newsletter-widget__input{padding:.75rem 1rem;border:none;border-radius:4px;font-size:.875rem;outline:none}.newsletter-widget__input::placeholder{color:#adb5bd}.newsletter-widget__button{padding:.75rem 1rem;background-color:#1a1a2e;color:#fff;border:none;border-radius:4px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .15s ease}.newsletter-widget__button:hover{background-color:#2c2c4f}.article-body{font-size:1.125rem;line-height:1.8;color:#343a40}.article-body h2{font-size:1.875rem;font-weight:700;margin-top:2.5rem;margin-bottom:1rem;color:#212529}.article-body h3{font-size:1.5rem;font-weight:600;margin-top:2rem;margin-bottom:.75rem;color:#212529}.article-body h4{font-size:1.25rem;font-weight:600;margin-top:1.5rem;margin-bottom:.75rem;color:#212529}.article-body p{margin-bottom:1.25rem}.article-body a{color:#e63946;text-decoration:underline;text-underline-offset:2px}.article-body a:hover{color:#c1121f}.article-body strong{font-weight:700}.article-body em{font-style:italic}.article-body ul,.article-body ol{margin-bottom:1.25rem;padding-left:2rem}.article-body ul{list-style-type:disc}.article-body ol{list-style-type:decimal}.article-body li{margin-bottom:.5rem;line-height:1.6}.article-body blockquote{margin:2rem 0;padding:1.5rem;border-left:4px solid #e63946;background-color:#f8f9fa;border-radius:0 8px 8px 0;font-style:italic;color:#495057}.article-body blockquote p:last-child{margin-bottom:0}.article-body .pullquote,.article-body .quote--highlight{margin:2rem 0;padding:2rem;border-left:5px solid #e63946;background-color:#fff;box-shadow:0 4px 12px #0000001a;border-radius:0 8px 8px 0;font-size:1.5rem;font-style:italic;font-weight:500;color:#212529;position:relative}@media(min-width:768px){.article-body .pullquote,.article-body .quote--highlight{float:right;width:45%;margin-left:2rem;margin-right:-1rem}}.article-body .pullquote:before,.article-body .quote--highlight:before{content:"“";font-size:4rem;color:#e63946;opacity:.3;position:absolute;top:-10px;left:1rem;line-height:1}.article-body .pullquote p:last-child,.article-body .quote--highlight p:last-child{margin-bottom:0}.article-body .pullquote cite,.article-body .quote--highlight cite{display:block;margin-top:.75rem;font-size:.875rem;font-style:normal;font-weight:600;color:#adb5bd}.article-body .pullquote cite:before,.article-body .quote--highlight cite:before{content:"— "}.article-body .blockquote--featured,.article-body .quote--block{margin:2.5rem 0;padding:2rem 2.5rem;background-color:#1a1a2e;color:#fff;border-radius:8px;font-size:1.25rem;text-align:center;font-style:italic;border-left:none}.article-body .blockquote--featured p:last-child,.article-body .quote--block p:last-child{margin-bottom:0}.article-body .blockquote--featured cite,.article-body .quote--block cite{display:block;margin-top:1rem;font-size:.875rem;font-style:normal;opacity:.8}.article-body .blockquote--featured cite:before,.article-body .quote--block cite:before{content:"— "}.article-body .infobox{margin:2rem 0;padding:1.5rem 2rem;background-color:#e8f4fd;border-left:4px solid #2196f3;border-radius:0 8px 8px 0}.article-body .infobox p:first-child{font-weight:600;color:#1565c0;margin-bottom:.5rem}.article-body .infobox p:last-child{margin-bottom:0}.article-body .infobox ul,.article-body .infobox ol{margin-bottom:.75rem}.article-body .alert--breaking{margin:2rem 0;padding:1.5rem 2rem;background-color:#fff5f5;border:2px solid #e63946;border-radius:8px;position:relative}.article-body .alert--breaking:before{content:"⚡ ÚLTIMA HORA";display:inline-block;background-color:#e63946;color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:.25rem .75rem;border-radius:4px;margin-bottom:.75rem}.article-body .alert--breaking p:first-child{font-weight:600}.article-body .alert--breaking p:last-child{margin-bottom:0}.article-body .key-points{margin:2rem 0;padding:1.5rem 2rem;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px}.article-body .key-points:before{content:"📋 Lo que debes saber";display:block;font-size:1.25rem;font-weight:700;color:#212529;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid #e63946}.article-body .key-points ul{list-style:none;padding-left:0;margin-bottom:0}.article-body .key-points ul li{position:relative;padding-left:1.5rem;margin-bottom:.75rem}.article-body .key-points ul li:before{content:"→";position:absolute;left:0;color:#e63946;font-weight:700}.article-body .key-points ul li:last-child{margin-bottom:0}.article-body .key-points p:last-child{margin-bottom:0}.article-body .timeline-entry{margin:1.5rem 0;padding:1rem 1.5rem 1rem 2rem;border-left:3px solid #e63946;position:relative}.article-body .timeline-entry:before{content:"";position:absolute;left:-7px;top:1.25rem;width:12px;height:12px;background-color:#e63946;border-radius:9999px;border:2px solid #ffffff}.article-body .timeline-entry p:first-child{font-size:.875rem;font-weight:700;color:#e63946;text-transform:uppercase;letter-spacing:.03em;margin-bottom:.25rem}.article-body .timeline-entry p:last-child{margin-bottom:0}.article-body .data-highlight{margin:2rem 0;padding:2rem;text-align:center;background-color:#f8f9fa;border-radius:8px}.article-body .data-highlight p:first-child{font-size:3rem;font-weight:700;color:#e63946;line-height:1.1;margin-bottom:.5rem}@media(min-width:768px){.article-body .data-highlight p:first-child{font-size:4rem}}.article-body .data-highlight p:nth-child(2){font-size:1.25rem;color:#212529;font-weight:500;margin-bottom:.25rem}.article-body .data-highlight p:last-child:not(:first-child):not(:nth-child(2)){font-size:.875rem;color:#adb5bd;margin-bottom:0}.article-body .caption--editorial,.article-body .text--caption{font-size:.875rem;color:#adb5bd;font-style:italic;padding:.5rem 0;border-bottom:1px solid #e9ecef;margin-top:-1rem;margin-bottom:1.5rem}.article-body .read-also{margin:2rem 0;padding:1rem 1.5rem;background-color:#f8f9fa;border-left:4px solid #1a1a2e;border-radius:0 8px 8px 0}.article-body .read-also:before{content:"📰 Lee también:";display:block;font-size:.875rem;font-weight:700;color:#adb5bd;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.article-body .read-also a{font-size:1.125rem;font-weight:600;color:#1a1a2e;text-decoration:none}.article-body .read-also a:hover{text-decoration:underline;color:#e63946}.article-body .read-also p{margin-bottom:0}.article-body .author-note{margin:2rem 0;padding:1rem 1.5rem;font-style:italic;color:#868e96;border-top:1px solid #e9ecef;border-bottom:1px solid #e9ecef;font-size:.875rem;line-height:1.8}.article-body .author-note:before{content:"✍️ "}.article-body .correction{margin:2rem 0;padding:1rem 1.5rem;background-color:#fff8e1;border:1px solid #ffca28;border-radius:8px;font-size:.875rem}.article-body .correction:before{content:"⚠️ Corrección / Actualización";display:block;font-weight:700;color:#f57f17;margin-bottom:.5rem}.article-body .correction p:last-child{margin-bottom:0}.article-body .embed-container{margin:2rem 0;position:relative;width:100%;max-width:640px;margin-inline:auto}.article-body .embed-container iframe{width:100%;aspect-ratio:16/9;border:none;border-radius:8px;margin:0}.article-body .embed-container .twitter-tweet{margin-inline:auto!important}.article-body .embed-container .instagram-media{margin-inline:auto!important;max-width:100%!important}.article-body .embed-container .tiktok-embed{margin-inline:auto!important}.article-body .embed-container .fb-post,.article-body .embed-container .fb-video{margin-inline:auto}.article-body .text--lead{font-size:1.25rem;line-height:1.8;color:#495057;font-weight:500}.article-body img{max-width:100%;height:auto;border-radius:8px;margin-block:1.5rem}.article-body figure{margin:2rem 0}.article-body figure img{margin-block:0;width:100%}.article-body figure figcaption{font-size:.875rem;color:#adb5bd;font-style:italic;padding-top:.5rem;border-top:1px solid #e9ecef;margin-top:.5rem}.article-body .media--full-width{margin-inline:-1rem;width:calc(100% + 2rem)}@media(min-width:992px){.article-body .media--full-width{margin-inline:-2.5rem;width:calc(100% + 5rem)}}.article-body .media--float-left,.article-body .media--float-right{width:100%;margin-bottom:1rem}@media(min-width:768px){.article-body .media--float-left,.article-body .media--float-right{width:45%}}@media(min-width:768px){.article-body .media--float-left{float:left;margin-right:1.5rem}}@media(min-width:768px){.article-body .media--float-right{float:right;margin-left:1.5rem}}.article-body iframe{width:100%;border:none;border-radius:8px;margin-block:1.5rem}.article-body .embed-responsive{position:relative;width:100%;padding-bottom:56.25%;margin-block:2rem;border-radius:8px;overflow:hidden}.article-body .embed-responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;border-radius:0}.article-body .social-embed{margin:2rem auto;max-width:550px}.article-body .social-embed .twitter-tweet{margin-inline:auto!important}.article-body .social-embed .instagram-media{margin-inline:auto!important;max-width:100%!important}.article-body drupal-media,.article-body .embedded-entity{margin-block:1.5rem;display:block}.article-body table{width:100%;margin-block:1.5rem;border:1px solid #e9ecef;border-radius:8px;overflow:hidden}.article-body table th,.article-body table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #e9ecef}.article-body table th{background-color:#f1f3f5;font-weight:600;font-size:.875rem}.article-body table td{font-size:.875rem}.article-body table tr:last-child td{border-bottom:none}.article-body hr{border:none;border-top:1px solid #e9ecef;margin-block:2.5rem}.article-body:after{content:"";display:table;clear:both}.featured-card{background:#fff;border-radius:8px;box-shadow:0 1px 3px #00000014;overflow:hidden;transition:box-shadow .25s ease}.featured-card:hover{box-shadow:0 4px 12px #0000001a}.featured-card{display:flex;flex-direction:column;height:100%}.featured-card--breaking .featured-card__img{outline:2px solid #e63946;outline-offset:-2px}.featured-card__img-link{display:block}.featured-card__img{position:relative;aspect-ratio:16/10;overflow:hidden;background-color:#f1f3f5}.featured-card__img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.featured-card:hover .featured-card__img img{transform:scale(1.05)}.featured-card__badge{position:absolute;top:.5rem;left:.5rem;padding:.25rem .5rem;background-color:#e63946;color:#fff;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:4px;z-index:1}.featured-card__body{padding:1.25rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.featured-card__title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.2;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media(min-width:992px){.featured-card__title{font-size:1.875rem}}.featured-card__title a{color:#212529;transition:color .15s ease}.featured-card__title a:focus-visible{outline:2px solid #e63946;outline-offset:2px}.featured-card__title a:hover{color:#e63946}.featured-card__excerpt{font-size:.875rem;color:#868e96;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media(min-width:768px){.featured-card__excerpt{font-size:1rem}}.featured-card__meta{display:flex;align-items:center;gap:1rem;font-size:.75rem;color:#adb5bd;margin-top:auto}.cb--hero-list .cb__body{display:grid;gap:1.5rem}@media(min-width:768px){.cb--hero-list .cb__body{grid-template-columns:1fr 1fr}}@media(min-width:992px){.cb--hero-list .cb__body{grid-template-columns:3fr 2fr}}.cb--hero-list .cb__hero{min-width:0}.cb--hero-list .cb__list{display:flex;flex-direction:column;gap:0}.cb--hero-list .cb__list :global(.article-card--compact){padding-block:1rem;border-bottom:1px solid #e9ecef;border-radius:0;box-shadow:none}.cb--hero-list .cb__list :global(.article-card--compact):first-child{padding-top:0}.cb--hero-list .cb__list :global(.article-card--compact):last-child{border-bottom:none;padding-bottom:0}.cb--hero-list .cb__list :global(.article-card--compact):hover{box-shadow:none;background-color:#f8f9fa}.cb--hero-cards .cb__body{display:grid;gap:1.5rem}@media(min-width:768px){.cb--hero-cards .cb__body{grid-template-columns:1fr 1fr}}@media(min-width:992px){.cb--hero-cards .cb__body{grid-template-columns:3fr 2fr}}.cb--hero-cards .cb__hero{min-width:0}.cb--hero-cards .cb__side{display:grid;gap:1.5rem;align-content:start}@media(min-width:768px){.cb--hero-cards .cb__side{grid-template-rows:1fr 1fr}}.cb--featured-grid .cb__top{display:grid;gap:1.5rem;margin-bottom:1.5rem}@media(min-width:768px){.cb--featured-grid .cb__top{grid-template-columns:3fr 2fr}}.cb--featured-grid .cb__top-hero,.cb--featured-grid .cb__top-side{min-width:0}.cb--featured-grid .cb__top-side :global(.article-card){height:100%}.cb--featured-grid .cb__top-side :global(.article-card__image-wrapper){flex:1}.cb--featured-grid .cb__bottom{display:grid;gap:1.5rem}@media(min-width:576px){.cb--featured-grid .cb__bottom{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.cb--featured-grid .cb__bottom{grid-template-columns:repeat(3,1fr)}}.most-viewed--inline{background-color:#f8f9fa;border-radius:12px;padding:1.25rem 1.5rem;margin-bottom:2rem}.most-viewed--inline .most-viewed__title{text-align:center;margin-bottom:1rem}.most-viewed--inline .most-viewed__list{display:grid;gap:1rem}@media(min-width:576px){.most-viewed--inline .most-viewed__list{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.most-viewed--inline .most-viewed__list{grid-template-columns:repeat(3,1fr)}}@media(min-width:992px){.most-viewed--inline .most-viewed__list{grid-template-columns:repeat(5,1fr)}}.most-viewed--inline .most-viewed__item{padding-bottom:0;border-bottom:none;margin-bottom:0}@media(max-width:991px){.most-viewed--inline .most-viewed__item{padding-bottom:1rem;border-bottom:1px solid #e9ecef}}.above-fold{display:grid;gap:1rem;padding-bottom:1.5rem;margin-bottom:1.5rem;border-bottom:2px solid #e9ecef;grid-template-areas:"center" "left" "right"}@media(min-width:992px){.above-fold{grid-template-columns:280px 1fr 300px;grid-template-areas:"left center right"}}@media(min-width:1200px){.above-fold{grid-template-columns:300px 1fr 320px}}.above-fold__left{grid-area:left}.above-fold__center{grid-area:center}.above-fold__right{grid-area:right}.af-compact{display:flex;gap:.75rem;padding-bottom:.75rem;border-bottom:1px solid #e9ecef;margin-bottom:.75rem}.af-compact:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.af-compact__img{display:block;width:120px;min-width:120px;height:80px;overflow:hidden;border-radius:4px;background-color:#f1f3f5}.af-compact__img img{width:100%;height:100%;object-fit:cover;display:block}.af-compact__body{flex:1;min-width:0}.af-compact__title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:600;line-height:1.2;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.af-compact__title a{color:#212529;transition:color .15s ease}.af-compact__title a:hover{color:#e63946}.af-compact__byline{font-size:.75rem;color:#adb5bd;margin-top:.25rem}.af-compact--with-meta .af-compact__title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.main-story{margin-bottom:1rem}.main-story__title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:1.2;margin-bottom:.75rem}@media(min-width:992px){.main-story__title{font-size:2.25rem}}.main-story__title a{color:#212529;transition:color .15s ease}.main-story__title a:hover{color:#e63946}.main-story__image{display:block;width:100%;aspect-ratio:16/9;overflow:hidden;border-radius:4px;margin-bottom:.5rem;background-color:#f1f3f5}.main-story__image img{width:100%;height:100%;object-fit:cover;display:block}.main-story__byline{font-size:.875rem;color:#868e96;margin-bottom:.5rem}.main-story__byline a{color:#212529;font-weight:600}.main-story__byline a:hover{color:#e63946}.main-story__source{color:#adb5bd}.main-story__excerpt{font-size:1rem;line-height:1.6;color:#212529}@media(min-width:992px){.main-story__excerpt{font-size:1.125rem}}.main-story__more{padding-top:.75rem;border-top:1px solid #e9ecef}.af-social{margin-bottom:1rem}.af-social__title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:700;margin-bottom:.75rem}.af-social__icons{display:flex;gap:.5rem}.af-social__icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:4px;color:#fff;transition:opacity .15s ease}.af-social__icon:hover{opacity:.85}.af-social__icon--fb{background-color:#1877f2}.af-social__icon--x{background-color:#000}.af-social__icon--ig{background-color:#e4405f}.af-social__icon--yt{background-color:red}.af-video{margin-bottom:1rem}.af-video__thumb{display:block;position:relative;aspect-ratio:16/9;overflow:hidden;border-radius:4px;margin-bottom:.5rem;background-color:#f1f3f5}.af-video__thumb img{width:100%;height:100%;object-fit:cover;display:block}.af-video__play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#0000004d;color:#fff;transition:background .15s ease}.af-video__thumb:hover .af-video__play{background:#00000080}.af-video__more{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:700;color:#212529;text-transform:uppercase;letter-spacing:.03em}.af-video__more:hover{color:#e63946}.af-opinion__title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:700;color:#fff;background-color:#e63946;padding:.5rem .75rem;border-radius:4px;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.03em}.af-opinion__item{display:flex;gap:.75rem;padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid #e9ecef}.af-opinion__item:last-of-type{border-bottom:none;margin-bottom:.75rem}.af-opinion__photo{width:64px;height:64px;min-width:64px;border-radius:4px;object-fit:cover;background-color:#e9ecef}.af-opinion__photo--placeholder{display:block}.af-opinion__body{flex:1;min-width:0}.af-opinion__author{display:block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:700;margin-bottom:.25rem}.af-opinion__headline{font-size:.875rem;font-weight:500;line-height:1.2;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.af-opinion__headline a{color:#212529;transition:color .15s ease}.af-opinion__headline a:hover{color:#e63946}.af-opinion__more{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:700;color:#212529;text-transform:uppercase;letter-spacing:.03em}.af-opinion__more:hover{color:#e63946}.cat-cols{margin-bottom:2rem}.cat-cols__header{margin-bottom:1rem}.cat-cols__title{display:inline-block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:700;color:#fff;background-color:#212529;padding:.5rem 1rem;text-transform:uppercase;letter-spacing:.05em}.cat-cols__grid{display:grid;gap:1.5rem}@media(min-width:576px){.cat-cols__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.cat-cols__grid{grid-template-columns:repeat(3,1fr)}}.cat-col__featured{display:block;position:relative;aspect-ratio:16/10;overflow:hidden;margin-bottom:1rem;background-color:#f1f3f5}.cat-col__featured img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.cat-col__featured:hover img{transform:scale(1.05)}.cat-col__badge{position:absolute;top:.5rem;left:.5rem;display:flex;align-items:center;gap:.5rem;padding:.25rem .75rem;background-color:#000000bf;border-radius:4px}.cat-col__badge a{color:#fff;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.cat-col__badge a:hover{color:#e63946}.cat-col__item{padding-bottom:.75rem;margin-bottom:.75rem;border-bottom:1px solid #e9ecef}.cat-col__item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.cat-col__item--first .cat-col__headline{font-size:1rem}.cat-col__cat-tag{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#e63946;margin-bottom:.25rem}.cat-col__cat-tag:hover{color:#c1121f}.cat-col__headline{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:600;line-height:1.2;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.cat-col__headline a{color:#212529;transition:color .15s ease}.cat-col__headline a:hover{color:#e63946}.opinion-strip{background-color:#1a1a2e;padding-block:2.5rem;margin-bottom:2rem;margin-inline:-1rem;padding-inline:1rem}.opinion-strip__inner{max-width:1440px;margin-inline:auto}.opinion-strip__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.opinion-strip__title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.03em;padding-bottom:.75rem;border-bottom:3px solid #e63946}.opinion-strip__more{font-size:.875rem;font-weight:600;color:#e63946;white-space:nowrap;transition:color .15s ease}.opinion-strip__more:hover{color:#f4a261}.opinion-strip__grid{display:grid;gap:1.5rem}@media(min-width:576px){.opinion-strip__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.opinion-strip__grid{grid-template-columns:repeat(4,1fr)}}.opinion-strip__card{border-radius:8px;overflow:hidden;transition:transform .25s ease}.opinion-strip__card:hover{transform:translateY(-2px)}.opinion-strip__card-link{display:block;text-decoration:none}.opinion-strip__photo{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:8px;background-color:#495057;margin-bottom:1rem}.opinion-strip__photo--placeholder{display:block}.opinion-strip__body{padding-inline:.25rem}.opinion-strip__author{display:block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:700;color:#f4a261;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.03em}.opinion-strip__headline{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:600;line-height:1.2;color:#e9ecef;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;transition:color .15s ease}.opinion-strip__card:hover .opinion-strip__headline{color:#fff}.video-gallery{margin-bottom:2rem}.video-gallery__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.video-gallery__more{font-size:.875rem;font-weight:600;color:#e63946;white-space:nowrap;transition:color .15s ease}.video-gallery__more:hover{color:#c1121f}.video-gallery .section-title{margin-bottom:0}.video-gallery__body{display:grid;gap:1.5rem}@media(min-width:992px){.video-gallery__body{grid-template-columns:3fr 2fr}}.video-gallery__hero{display:block;position:relative;aspect-ratio:16/9;overflow:hidden;border-radius:8px;background-color:#212529}.video-gallery__hero img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.video-gallery__hero:hover img{transform:scale(1.05)}.video-gallery__hero-overlay{position:absolute;bottom:0;left:0;right:0;padding:1.25rem;background:linear-gradient(to top,rgba(0,0,0,.85) 0%,transparent 100%)}.video-gallery__hero-title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:700;color:#fff;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(min-width:992px){.video-gallery__hero-title{font-size:1.5rem}}.video-gallery__play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#fff;z-index:1;pointer-events:none}.video-gallery__play svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.5));transition:transform .15s ease}.video-gallery__play--lg svg{width:64px;height:64px}.video-gallery__hero:hover .video-gallery__play svg,.video-gallery__item:hover .video-gallery__play svg{transform:scale(1.15)}.video-gallery__grid{display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);align-content:start}.video-gallery__item{display:block}.video-gallery__thumb{position:relative;aspect-ratio:16/9;overflow:hidden;border-radius:4px;background-color:#f1f3f5;margin-bottom:.5rem}.video-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.video-gallery__item:hover .video-gallery__thumb img{transform:scale(1.05)}.video-gallery__item-title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:600;line-height:1.2;color:#212529;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .15s ease}.video-gallery__item:hover .video-gallery__item-title{color:#e63946}.editors-picks{background-color:#f8f9fa;border-radius:12px;padding:2rem;margin-bottom:2rem;border-top:4px solid #f4a261}.editors-picks__header{margin-bottom:1.5rem}.editors-picks__title{display:flex;align-items:center;gap:.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:#212529}.editors-picks__icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background-color:#f4a261;border-radius:9999px;color:#fff;flex-shrink:0}.editors-picks__body{display:grid;gap:1.5rem}@media(min-width:768px){.editors-picks__body{grid-template-columns:1fr 1fr}}@media(min-width:992px){.editors-picks__body{grid-template-columns:3fr 2fr}}.editors-picks__hero{min-width:0}.editors-picks__cards{display:flex;flex-direction:column;gap:0}.editors-picks__cards :global(.article-card--compact){padding-block:1rem;border-bottom:1px solid #e9ecef;border-radius:0;box-shadow:none}.editors-picks__cards :global(.article-card--compact):first-child{padding-top:0}.editors-picks__cards :global(.article-card--compact):last-child{border-bottom:none;padding-bottom:0}.editors-picks__cards :global(.article-card--compact):hover{box-shadow:none;background-color:#fff}.newsletter-cta{background-color:#e63946;border-radius:12px;padding:2rem 1.5rem;margin-bottom:2rem}.newsletter-cta__inner{display:flex;flex-direction:column;gap:1.5rem;align-items:center;text-align:center}@media(min-width:768px){.newsletter-cta__inner{flex-direction:row;text-align:left}}.newsletter-cta__content{flex:1}.newsletter-cta__title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}@media(min-width:992px){.newsletter-cta__title{font-size:1.875rem}}.newsletter-cta__text{font-size:1rem;color:#ffffffe6;line-height:1.6;max-width:480px}.newsletter-cta__form{display:flex;flex-direction:column;gap:.75rem;width:100%}@media(min-width:576px){.newsletter-cta__form{flex-direction:row;max-width:420px}}.newsletter-cta__input{flex:1;padding:.75rem 1rem;border:2px solid rgba(255,255,255,.3);border-radius:8px;background-color:#ffffff26;color:#fff;font-size:1rem;outline:none;transition:border-color .15s ease,background-color .15s ease}.newsletter-cta__input::placeholder{color:#fff9}.newsletter-cta__input:focus{border-color:#fff;background-color:#ffffff40}.newsletter-cta__button{padding:.75rem 1.5rem;background-color:#fff;color:#e63946;font-size:1rem;font-weight:700;border:none;border-radius:8px;cursor:pointer;white-space:nowrap;transition:background-color .15s ease,transform .15s ease}.newsletter-cta__button:hover{background-color:#f1f3f5;transform:translateY(-1px)}.newsletter-cta__button:active{transform:translateY(0)}main{padding-top:1rem}.container{width:100%;max-width:1440px;margin-inline:auto;padding-inline:1rem}.grid-main{display:grid;gap:2rem}@media(min-width:992px){.grid-main{grid-template-columns:1fr 320px}}.grid-cards{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}@media(min-width:576px){.grid-cards{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.grid-cards{grid-template-columns:repeat(3,1fr)}}.section{padding-block:2.5rem}.section--alt{background-color:#f8f9fa}.section-title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.2;color:#212529;padding-bottom:.75rem;margin-bottom:1.5rem;border-bottom:3px solid #e63946;text-transform:uppercase;letter-spacing:.02em}.category-tag{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#e63946;text-decoration:none}.category-tag:hover{color:#c1121f}.date-meta{font-size:.75rem;color:#adb5bd;font-weight:500}a.link{color:#e63946;text-decoration:underline;text-underline-offset:2px}a.link:hover{color:#c1121f}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.separator{border:none;border-top:1px solid #e9ecef;margin-block:2rem}
