:root{--bg-dark: #0d0d0d;--bg-light: #ffffff;--bg-gray: #f5f5f5;--accent-orange: #009fe3;--accent-blue: #0077b3;--accent-green: #16a34a;--accent-purple: #9333ea;--text-primary: #111;--text-secondary: #555;--text-muted: #888;--border: #e5e5e5}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg-light);color:var(--text-primary);line-height:1.5}a{text-decoration:none;color:inherit}.site-header{background:var(--bg-light);position:sticky;top:0;z-index:100;border-bottom:1px solid var(--border)}.header-inner{max-width:1600px;margin:0 auto;padding:0 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;height:65px}.logo{display:flex;align-items:center;flex-shrink:0;z-index:1}.logo img{width:auto;height:auto;max-height:44px;max-width:min(220px,42vw);display:block;object-fit:contain}.nav-links{display:flex;gap:.2rem;min-width:0}.header-end{display:flex;align-items:center;gap:.35rem;flex-shrink:0;margin-left:auto}.header-search{display:flex;align-items:stretch;min-width:0;max-width:min(220px,42vw);border-radius:12px;border:1px solid rgba(0,0,0,.08);background:#fff;box-shadow:0 1px 2px #0000000a,0 4px 16px #0000000a;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.header-search:hover{border-color:#0000001a;box-shadow:0 1px 3px #0000000f,0 8px 20px #0000000f}.header-search:focus-within{border-color:#009fe373;box-shadow:0 0 0 3px #009fe31f,0 4px 20px #00000014}.header-search__field{display:flex;align-items:center;gap:.45rem;flex:1;min-width:0;padding-left:.65rem}.header-search__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--text-muted);opacity:.85}.header-search__icon svg{width:17px;height:17px;display:block}.header-search input[type=search]{flex:1;min-width:0;width:4rem;border:none;background:transparent;padding:.55rem .35rem .55rem 0;font-size:.875rem;font-weight:500;font-family:inherit;color:var(--text-primary)}.header-search input[type=search]::placeholder{color:var(--text-muted);font-weight:400}.header-search input[type=search]:focus{outline:none}.header-search input[type=search]::-webkit-search-decoration,.header-search input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none}.header-search-submit{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:44px;border:none;border-left:1px solid rgba(0,0,0,.06);background:linear-gradient(180deg,#5ccbff 0%,var(--accent-orange) 55%,#006bb3 100%);color:#fff;cursor:pointer;transition:filter .18s ease,transform .15s ease}.header-search-submit:hover{filter:brightness(1.06)}.header-search-submit:active{transform:scale(.97)}.header-search-submit:focus-visible{outline:2px solid var(--text-primary);outline-offset:-2px}.header-search-submit svg{filter:drop-shadow(0 1px 1px rgba(0,0,0,.12))}@media(min-width:901px){.header-inner{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1rem 1.75rem;padding:0 1.5rem}.header-end{margin-left:0;gap:.5rem}.nav-links{justify-self:stretch;justify-content:center;width:100%;max-width:45rem;margin:0 auto;gap:clamp(.25rem,.6vw,.55rem)}.header-search{width:min(100%,320px);min-width:260px;max-width:320px}}@media(min-width:1200px){.header-inner{padding:0 clamp(1.5rem,3vw,2.75rem)}.nav-links a,.nav-dropdown__trigger{padding:.5rem clamp(.85rem,1.1vw,1.15rem)}}.nav-links a{color:var(--text-primary);padding:.5rem 1rem;font-weight:600;font-size:.85rem;border-radius:4px;transition:background .2s,color .2s}.nav-links a:hover{background:var(--bg-gray);color:var(--accent-orange)}.nav-links a.active{background:var(--accent-orange);color:#fff}.nav-dropdown{position:relative;display:inline-flex;align-items:stretch}.nav-dropdown__trigger{display:inline-flex;align-items:center;gap:.2rem;color:var(--text-primary);padding:.5rem 1rem;font-weight:600;font-size:.85rem;border-radius:4px;transition:background .2s,color .2s}.nav-dropdown__trigger:hover{background:var(--bg-gray);color:var(--accent-orange)}.nav-dropdown__trigger.active{background:var(--accent-orange);color:#fff}.nav-dropdown__trigger.active .nav-dropdown__chevron{stroke:#fff}.nav-dropdown__chevron{flex-shrink:0;opacity:.85}.nav-dropdown__panel{position:absolute;left:0;top:calc(100% + 2px);min-width:14rem;max-width:min(20rem,85vw);max-height:min(22rem,70vh);overflow-x:hidden;overflow-y:auto;padding:.35rem 0;background:var(--bg-light);border:1px solid var(--border);border-radius:10px;box-shadow:0 10px 40px #0000001f,0 2px 8px #0000000f;z-index:200;opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .15s ease,visibility .15s ease,transform .15s ease;pointer-events:none}.nav-dropdown:hover .nav-dropdown__panel,.nav-dropdown:focus-within .nav-dropdown__panel{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.nav-dropdown__item{display:block;padding:.45rem 1rem;font-size:.8125rem;font-weight:600;color:var(--text-primary);white-space:nowrap;transition:background .12s ease,color .12s ease}.nav-dropdown__item:hover{background:var(--bg-gray);color:var(--accent-orange)}.nav-dropdown__item.active{background:#009fe31f;color:var(--accent-orange)}.header-right{display:flex;align-items:center;gap:.5rem}.hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;background:transparent;border:none;border-radius:0;cursor:pointer;padding:0;gap:0;box-shadow:none;color:var(--text-primary)}.hamburger:focus-visible{outline:2px solid var(--accent-orange);outline-offset:2px}.hamburger__icon{display:block;flex-shrink:0}.hamburger__icon--open{width:30px;height:auto;object-fit:contain}.hamburger__icon--close{display:none}.hamburger:hover .hamburger__icon--open{opacity:.85}.hamburger.active .hamburger__icon--open{display:none}.hamburger.active .hamburger__icon--close{display:block}.hamburger.active{background:transparent;border:none}.mobile-menu{display:none;position:fixed;inset:0;z-index:1000;padding:0;flex-direction:column;justify-content:flex-start;pointer-events:none}.mobile-menu.active{display:flex;pointer-events:auto}.mobile-menu__backdrop{position:absolute;inset:0;z-index:0;border:none;padding:0;margin:0;cursor:pointer;background:#0f172a66;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);opacity:0;transition:opacity .3s ease;pointer-events:none}.mobile-menu.active .mobile-menu__backdrop{opacity:1;pointer-events:auto}.mobile-menu__sheet{position:absolute;inset:0;z-index:1;width:100%;height:100%;min-height:100%;min-height:100dvh;margin:0;padding:0 0 calc(.5rem + env(safe-area-inset-bottom,0px));padding-top:env(safe-area-inset-top,0px);background:linear-gradient(180deg,#f8fafc,#fff 42%);border-radius:0;box-shadow:none;transform:translateY(-100%);transition:transform .38s cubic-bezier(.32,.72,0,1);overflow:hidden;display:flex;flex-direction:column}.mobile-menu.active .mobile-menu__sheet{transform:translateY(0)}.mobile-menu__header{display:flex;align-items:center;justify-content:space-between;flex-shrink:0;padding:.65rem .75rem .65rem 1rem;border-bottom:1px solid rgba(0,0,0,.06);background:#ffffffeb;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.mobile-menu__logo{display:flex;align-items:center;text-decoration:none;color:inherit}.mobile-menu__logo img{width:auto;height:auto;max-height:40px;max-width:min(220px,70vw);display:block;object-fit:contain}.mobile-menu__close{display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;margin:0;padding:0;border:none;border-radius:0;background:transparent;color:var(--text-secondary);cursor:pointer;transition:color .18s ease}.mobile-menu__close:hover{color:var(--text-primary)}.mobile-menu__close:focus-visible{outline:2px solid var(--accent-orange);outline-offset:2px}.mobile-menu__search{flex-shrink:0;padding:.5rem 1.25rem 1rem;border-bottom:1px solid rgba(0,0,0,.08);background:#ffffff80}.mobile-menu__search .header-search--menu{width:100%;max-width:none;min-width:0}.mobile-menu__search .header-search--menu input[type=search]{width:auto;min-width:0}.mobile-menu__list{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:0 1.25rem;display:flex;flex-direction:column;gap:0}.mobile-menu__list>.mobile-menu__link,.mobile-menu__list>.mobile-menu__details{border-bottom:1px solid rgba(0,0,0,.08)}.mobile-menu__list>*:last-child{border-bottom:none}.mobile-menu__link{display:block;color:var(--text-primary);padding:1.05rem 0;font-weight:600;font-size:1.05rem;letter-spacing:-.02em;text-decoration:none;background:transparent;border:none;border-radius:0;box-shadow:none;transition:color .18s ease}.mobile-menu__link:hover,.mobile-menu__link.is-active{color:var(--accent-orange)}.mobile-menu__details{border-radius:0;overflow:visible;border:none;background:transparent;box-shadow:none}.mobile-menu__summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;color:var(--text-primary);padding:1.05rem 0;font-weight:600;font-size:1.05rem;letter-spacing:-.02em;transition:color .18s ease;position:relative}.mobile-menu__summary::-webkit-details-marker{display:none}.mobile-menu__summary:after{content:"";width:8px;height:8px;border-right:2px solid #94a3b8;border-bottom:2px solid #94a3b8;transform:rotate(45deg);transition:transform .28s cubic-bezier(.4,0,.2,1);flex-shrink:0;margin-top:-2px}.mobile-menu__details[open] .mobile-menu__summary{background:transparent;border-bottom:none}.mobile-menu__details[open] .mobile-menu__summary:after{transform:rotate(225deg);margin-top:2px}.mobile-menu__summary:hover{color:var(--accent-orange)}.mobile-menu__sub{display:flex;flex-direction:column;gap:0;padding:0 0 .35rem .75rem;margin:0 0 .35rem;border-left:2px solid rgba(0,0,0,.06);background:transparent}.mobile-menu__sublink{display:block;padding:.65rem 0;font-size:.95rem;font-weight:500;color:var(--text-secondary);text-decoration:none;border-radius:0;border:none;border-bottom:1px solid rgba(0,0,0,.06);border-left:none;transition:color .15s ease}.mobile-menu__sublink:last-child{border-bottom:none}.mobile-menu__sublink:hover{background:transparent;color:var(--text-primary)}.mobile-menu__sublink.is-active{background:transparent;color:var(--accent-orange);font-weight:600}@media(max-width:900px){.nav-links{display:none}.hamburger{display:flex}.header-inner{gap:.5rem;padding:0 1rem}main{padding:1rem .75rem}.ad-slot{padding-left:.75rem;padding-right:.75rem}.ad-slot--1.ad-slot--leaderboard{padding:.5rem .75rem}.category-page__shell{padding-left:.75rem;padding-right:.75rem}.category-page__hero{padding-top:1.25rem;padding-bottom:1.125rem}.footer-inner{padding-left:.75rem;padding-right:.75rem}.hero-main .overlay{padding:1.25rem 1rem}}main{position:relative;z-index:0;max-width:1400px;margin:0 auto;padding:2rem 1.5rem;background:#fff}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.home-filter-bar{margin-bottom:1.75rem;padding:0;background:linear-gradient(165deg,#fafafa,#f3f4f6);border:1px solid rgba(0,0,0,.06);border-radius:16px;box-shadow:0 1px 2px #0000000a,0 8px 24px -8px #00000014;overflow:hidden}.home-filter-inner{max-width:1400px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:stretch;gap:0}.home-filter-primary{flex:1 1 320px;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:1rem;min-width:0}.home-filter-intro{display:flex;flex-direction:column;gap:.25rem}.home-filter-heading{font-size:.8125rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--text-primary)}.home-filter-sub{font-size:.8125rem;line-height:1.45;color:var(--text-secondary);max-width:36rem}.home-filter-types{display:inline-flex;flex-wrap:wrap;align-items:center;padding:5px;gap:4px;background:#0000000d;border-radius:14px;align-self:flex-start;border:1px solid rgba(0,0,0,.04)}.home-filter-pill{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:.5rem 1.125rem;font-size:.875rem;font-weight:600;border-radius:11px;border:none;background:transparent;color:var(--text-secondary);transition:background .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}.home-filter-pill:hover{color:var(--text-primary);background:#ffffffa6}.home-filter-pill:focus-visible{outline:2px solid var(--accent-orange);outline-offset:2px}.home-filter-pill.active{background:#fff;color:var(--accent-orange);box-shadow:0 1px 3px #00000014,0 0 0 1px #009fe31f}.home-filter-secondary{flex:1 1 240px;min-width:220px;padding:1.25rem 1.5rem;border-left:1px solid var(--border);background:#ffffff8c;display:flex;flex-direction:column;justify-content:center;gap:.875rem}.home-filter-secondary-main{display:flex;flex-direction:column;align-items:stretch;gap:.875rem;width:100%;min-width:0}.home-filter-theme-block{display:flex;flex-direction:column;gap:.5rem;width:100%}.home-filter-theme-head{display:flex;flex-direction:column;gap:.15rem}.home-filter-field-title{font-size:.8125rem;font-weight:700;color:var(--text-primary)}.home-filter-field-hint{font-size:.75rem;color:var(--text-muted);line-height:1.35}.home-filter-theme-form{width:100%}.home-filter-select-wrap{position:relative;width:100%;max-width:100%}.home-filter-select-wrap:after{content:"";position:absolute;right:14px;top:50%;width:10px;height:10px;margin-top:-5px;border-right:2px solid var(--text-muted);border-bottom:2px solid var(--text-muted);transform:rotate(45deg);pointer-events:none;opacity:.75}.home-filter-select{width:100%;max-width:100%;min-height:46px;padding:.625rem 2.75rem .625rem 1rem;font-size:.9375rem;font-weight:500;font-family:inherit;line-height:1.3;border:1px solid rgba(0,0,0,.08);border-radius:12px;background:#fff;color:var(--text-primary);cursor:pointer;appearance:none;-webkit-appearance:none;transition:border-color .18s ease,box-shadow .18s ease}.home-filter-select:hover{border-color:#009fe359}.home-filter-select:focus{outline:none;border-color:var(--accent-orange);box-shadow:0 0 0 3px #009fe32e}.home-filter-reset{align-self:flex-start;font-size:.8125rem;font-weight:600;color:var(--accent-orange);text-decoration:underline;text-underline-offset:3px;transition:color .15s ease}.home-filter-reset:hover{color:#d14a24}.home-filter-reset:focus-visible{outline:2px solid var(--accent-orange);outline-offset:3px;border-radius:4px}@media(min-width:901px){.home-filter-bar{margin-bottom:1.35rem;border-radius:14px}.home-filter-inner{align-items:center}.home-filter-primary{flex-direction:row;align-items:center;flex-wrap:wrap;gap:.65rem 1rem;padding:.5rem 1.15rem}.home-filter-sub{display:none}.home-filter-types{padding:3px;gap:3px;border-radius:11px}.home-filter-pill{min-height:30px;padding:.3rem .8rem;font-size:.8125rem;border-radius:8px}.home-filter-secondary{padding:.5rem 1.15rem;gap:.4rem}.home-filter-secondary-main{flex-direction:row;align-items:flex-end;flex-wrap:nowrap;gap:1rem}.home-filter-secondary-main .home-filter-theme-block{flex:1 1 auto;min-width:0}.header-search--home-filter{flex:0 0 auto;min-width:200px;max-width:min(280px,30vw);width:min(100%,280px)}.home-filter-theme-block{gap:.3rem}.home-filter-theme-head{flex-direction:row;align-items:baseline;flex-wrap:wrap;gap:.25rem .5rem}.home-filter-field-title{font-size:.75rem}.home-filter-field-hint{font-size:.6875rem}.home-filter-select{min-height:34px;padding:.3rem 2.35rem .3rem .65rem;font-size:.8125rem;border-radius:9px}.home-filter-select-wrap:after{right:11px;width:7px;height:7px;margin-top:-3.5px}.home-filter-reset{font-size:.75rem}}@media(max-width:900px){.home-filter-bar{margin-bottom:1rem;border-radius:12px}.home-filter-inner{flex-direction:row;flex-wrap:nowrap;align-items:stretch}.home-filter-primary{flex:1 1 50%;min-width:0;padding:.45rem .5rem .5rem .65rem;gap:.35rem}.home-filter-intro{gap:0}.home-filter-heading{font-size:.62rem;letter-spacing:.04em}.home-filter-sub{display:none}.home-filter-types{width:100%;padding:2px;gap:2px;border-radius:8px;flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.home-filter-pill{flex:0 0 auto;min-height:26px;padding:.2rem .42rem;font-size:.68rem;border-radius:6px}.home-filter-secondary{flex:1 1 50%;min-width:0;border-top:none;border-left:1px solid var(--border);padding:.45rem .65rem .5rem .5rem;gap:.2rem;justify-content:center}.header-search--home-filter{display:none}.home-filter-theme-block{gap:.2rem}.home-filter-theme-head{flex-direction:row;align-items:center;flex-wrap:wrap;gap:.15rem .35rem}.home-filter-field-title{font-size:.62rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.home-filter-field-hint{display:none}.home-filter-select{min-height:28px;padding:.22rem 1.65rem .22rem .45rem;font-size:.7rem;border-radius:8px}.home-filter-select-wrap:after{right:8px;width:6px;height:6px;margin-top:-3px;border-width:1.5px}.home-filter-reset{font-size:.62rem;align-self:center;margin-top:.1rem}}@media(max-width:520px){.home-filter-primary{padding:.4rem .45rem .45rem .55rem}.home-filter-secondary{padding:.4rem .55rem .45rem .45rem}}@media(prefers-reduced-motion:reduce){.home-filter-pill,.home-filter-select,.home-filter-reset{transition:none}}.hero-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(0,.45fr) minmax(0,.45fr);gap:1.25rem;align-items:stretch;margin-bottom:3rem}.hero-main{position:relative;border-radius:12px;overflow:hidden;background:var(--bg-dark);min-height:500px;height:100%;align-self:stretch}.hero-main img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}.hero-main .overlay{position:absolute;bottom:0;left:0;right:0;padding:2rem;background:linear-gradient(transparent,#000000e6);color:#fff}.hero-main .category{display:inline-block;background:var(--accent-orange);color:#fff;padding:.25rem .75rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:3px;margin-bottom:1rem}.hero-main h2{font-size:2rem;font-weight:800;line-height:1.2;margin-bottom:.75rem}.hero-main h2 a:hover{color:var(--accent-orange)}.hero-main .meta{font-size:.85rem;color:#aaa}.hero-sidebar{display:flex;flex-direction:column;gap:1rem;min-height:0;height:100%;align-self:stretch}.hero-sidebar-card{position:relative;border-radius:12px;overflow:hidden;background:var(--bg-dark);flex:1;min-height:160px}.hero-sidebar-card img{width:100%;height:100%;object-fit:cover;position:absolute}.hero-sidebar-card .overlay{position:absolute;bottom:0;left:0;right:0;padding:1rem;background:linear-gradient(transparent,#000000d9);color:#fff}.hero-sidebar-card .category{display:inline-block;background:var(--accent-blue);color:#fff;padding:.2rem .5rem;font-size:.6rem;font-weight:700;text-transform:uppercase;border-radius:2px;margin-bottom:.5rem}.hero-sidebar-card h3{font-size:1rem;font-weight:700;line-height:1.3}.hero-sidebar-card h3 a:hover{color:var(--accent-orange)}.hero-latest{min-width:0;min-height:0;height:100%;align-self:stretch;display:flex;flex-direction:column;background:linear-gradient(165deg,#fff,#f3f4f6);border:1px solid rgba(15,23,42,.08);border-radius:16px;padding:0;box-shadow:0 1px #ffffffb3 inset,0 4px 24px #0f172a12,0 0 0 1px #fff6 inset}.hero-latest__title{font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted);margin:0;padding:1.05rem 1.1rem .85rem;border-bottom:1px solid rgba(15,23,42,.07)}.hero-latest__list{list-style:none;margin:0;padding:.55rem .65rem .7rem;overflow-y:auto;flex:1 1 0;min-height:0}.hero-latest__item{border-radius:10px;transition:background .2s ease}.hero-latest__item+.hero-latest__item{margin-top:.3rem}.hero-latest__item:hover{background:#ffffffa6}.hero-latest__item-link{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;padding:.6rem .45rem .65rem;border-radius:9px;text-decoration:none;color:inherit}.hero-latest__item-link:hover{text-decoration:none}.hero-latest__item-link:hover .hero-latest__time,.hero-latest__item-link:hover .hero-latest__headline{color:var(--accent-orange)}.hero-latest__time{order:0;display:block;font-size:.68rem;font-weight:600;font-variant-numeric:tabular-nums;color:#64748b;line-height:1.2}.hero-latest__headline{order:1;font-size:.86rem;font-weight:700;line-height:1.35;color:#0f172a}.hero-latest__byline{order:2;font-size:.72rem;font-weight:500;color:#94a3b8;line-height:1.25}.hero-latest__empty{margin:0;padding:.5rem 1rem 1.1rem;font-size:.85rem;color:var(--text-muted)}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:3px solid var(--bg-dark)}.section-title{font-size:1.25rem;font-weight:800;text-transform:uppercase;letter-spacing:-.02em}.section-title .highlight{color:var(--accent-orange)}.view-all{color:var(--accent-orange);font-weight:600;font-size:.85rem}.view-all:hover{text-decoration:underline}.archive-listing-section .section-title{font-size:clamp(1.35rem,2.5vw,1.75rem);text-transform:none;letter-spacing:-.03em;line-height:1.2}.archive-listing__description{color:var(--text-muted);margin:.5rem 0 0;max-width:42rem;font-size:.95rem;line-height:1.5;font-weight:400}.archive-theme-filter{margin-bottom:1.25rem}.archive-theme-filter__form{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem}.archive-theme-filter__label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.archive-theme-filter__select{padding:.45rem .65rem;border:1px solid var(--border);border-radius:6px;font-size:.9rem;min-width:11rem;background:#fff}.archive-theme-filter__clear{font-size:.85rem;font-weight:600;color:var(--accent-orange)}.archive-theme-filter__clear:hover{text-decoration:underline}.category-themes-hub{margin-bottom:1.25rem;padding:1rem 0 0}.category-themes-hub__label{display:block;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin-bottom:.65rem}.category-themes-hub__list{display:flex;flex-wrap:wrap;gap:.5rem .65rem}.category-themes-hub__pill{display:inline-flex;align-items:center;padding:.4rem .85rem;font-size:.875rem;font-weight:600;border-radius:999px;border:1px solid var(--border);background:var(--bg-gray);color:var(--text-primary);transition:background .15s ease,border-color .15s ease,color .15s ease}.category-themes-hub__pill:hover{border-color:var(--accent-orange);color:var(--accent-orange);background:#fff}.category-page{width:100%;max-width:100%;margin:0;padding:0}.category-page__hero{width:100%;padding:2rem 0 1.75rem;box-sizing:border-box;background-image:none;background-color:var(--category-hero-bg, #E31837)!important}.category-page__shell{max-width:1400px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.category-page__shell--rest{padding-top:1.25rem;padding-bottom:3rem}.category-page__header{margin:0;padding:0;background:transparent;position:static;z-index:auto;border:none}.category-page__title{font-size:clamp(2rem,4.5vw,2.75rem);font-weight:800;letter-spacing:-.03em;line-height:1.1;margin:0 0 .75rem;text-transform:none}.category-page__hero--tone-light .category-page__title{color:#fff}.category-page__hero--tone-dark .category-page__title{color:var(--text-primary)}.category-page__intro{font-size:1.05rem;line-height:1.55;margin:0;max-width:52rem}.category-page__hero--tone-light .category-page__intro{color:#ffffffeb}.category-page__hero--tone-light .category-page__intro a{color:#fff;text-decoration:underline}.category-page__hero--tone-dark .category-page__intro{color:var(--text-secondary, #444)}@media(min-width:1024px){.category-page__intro{max-width:none}}.category-page__empty{color:var(--text-muted);margin:1rem 0 0}.category-page__pagination,.bf-pagination-wrap{margin-top:2rem;display:flex;justify-content:center;width:100%}.bf-pagination{width:100%;max-width:100%}.bf-pagination__list{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.35rem;list-style:none;margin:0;padding:0}.bf-pagination__item{margin:0;padding:0}.bf-pagination__link{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;height:2rem;padding:0 .4rem;box-sizing:border-box;font-size:.8125rem;font-weight:600;line-height:1;text-decoration:none;color:var(--text-primary);background:#fff;border:1px solid var(--border);border-radius:6px;transition:background .15s ease,border-color .15s ease,color .15s ease}.bf-pagination__item--active .bf-pagination__link--current{background:var(--bg-tertiary);border-color:#009fe359;color:#0369a1;cursor:default}a.bf-pagination__link:hover{background:var(--bg-secondary);border-color:#009fe373;color:var(--accent-orange)}.bf-pagination__link--disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.bf-pagination__ellipsis{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;height:2rem;font-size:.75rem;font-weight:700;color:var(--text-muted);letter-spacing:.06em}@media(max-width:480px){.bf-pagination__list{gap:.25rem}.bf-pagination__link{min-width:1.75rem;height:1.85rem;font-size:.75rem;padding:0 .3rem}}.category-featured{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:1.75rem;align-items:start;margin:0 0 2.5rem;padding-bottom:2rem;border-bottom:1px solid var(--border)}.category-featured__media{display:block;border-radius:10px;overflow:hidden;background:var(--bg-gray);aspect-ratio:16 / 10}.category-featured__media img{width:100%;height:100%;object-fit:cover;display:block}.category-featured__body .post-card-category{position:static;display:inline-block;margin-bottom:.5rem}.category-featured__headline{font-size:clamp(1.35rem,2.2vw,1.85rem);font-weight:800;line-height:1.2;margin:0 0 .65rem}.category-featured__headline a{color:inherit;text-decoration:none}.category-featured__headline a:hover{color:var(--accent-orange)}.category-featured__summary{font-size:.98rem;line-height:1.55;color:var(--text-secondary);margin:0 0 1rem}.category-featured__meta{font-size:.88rem;color:var(--text-muted)}.category-featured__meta a{color:var(--accent-orange);font-weight:600}.category-page__posts{margin-top:1.75rem}.category-page__posts .posts-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.35rem 1.25rem}@media(max-width:1100px){.category-page__posts .posts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.category-featured{grid-template-columns:1fr}.category-page__posts .posts-grid{grid-template-columns:1fr;gap:1.25rem}}.content-section{margin-bottom:4rem}.set-cards-section{margin-bottom:3rem}.set-cards-section__head--carousel{margin-bottom:.75rem}.set-cards-section__title{font-size:1.5rem;font-weight:800;letter-spacing:-.02em}.set-cards-carousel{display:flex;align-items:flex-start;gap:.35rem}.set-cards-carousel__btn{flex:0 0 auto;align-self:center;display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:10px;border:1px solid var(--border);background:#fff;color:var(--text-primary);cursor:pointer;box-shadow:0 1px 3px #00000014;transition:border-color .2s,color .2s,background .2s}.set-cards-carousel__btn:hover{border-color:var(--accent-orange);color:var(--accent-orange)}.set-cards-carousel__btn:focus-visible{outline:2px solid var(--accent-orange);outline-offset:2px}.set-cards-carousel__viewport{flex:1 1 0;min-width:0;min-height:0;overflow-x:auto;overflow-y:visible;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.set-cards-carousel__track{min-height:min-content}@media(min-width:1024px){.set-cards-carousel__track--grid{display:grid;width:100%;gap:.5rem;grid-template-columns:repeat(var(--set-cols, 10),minmax(0,1fr))}.set-card--carousel{min-width:0}}@media(max-width:1023px){.set-cards-carousel{position:relative}.set-cards-carousel__track--grid{display:flex;width:max-content;max-width:none;gap:.75rem;padding-bottom:.25rem;grid-template-columns:none}.set-card--carousel{flex:0 0 min(11rem,42vw);min-width:min(11rem,42vw)}.set-cards-carousel__btn{display:none}.set-cards-carousel__viewport{margin-left:0;margin-right:0}}@media(max-width:1023px){.set-cards-carousel__viewport{scroll-snap-type:x mandatory}.set-card--carousel{scroll-snap-align:start}}.set-card{display:flex;flex-direction:column;min-width:0;background:#fff;border-radius:12px;border:1px solid var(--border);overflow:hidden;box-shadow:0 1px 3px #0000000a}.set-card__media{display:block;aspect-ratio:4/5;background:#f0f0f0}.set-cards-section .set-card--carousel .set-card__media{max-height:12rem;aspect-ratio:4/5;width:100%;min-height:0;overflow:hidden}.set-card__media img{width:100%;height:100%;object-fit:cover;display:block}.set-card__media-placeholder{width:100%;height:100%;min-height:8rem;display:flex;align-items:center;justify-content:center;color:#999;font-size:.8125rem}.set-card__caption{font-size:.875rem;font-weight:600;padding:.5rem .75rem 0;margin:0;line-height:1.35;color:var(--text-primary)}.set-card__actions{display:flex;flex-direction:column;gap:.4rem;padding:.75rem;margin-top:auto}.set-card__btn{display:inline-flex;align-items:center;justify-content:center;text-align:center;font-size:.8rem;font-weight:600;padding:.5rem .65rem;border-radius:8px;border:1px solid var(--border);color:var(--text-primary);background:#fafafa;text-decoration:none;transition:background .2s,border-color .2s,color .2s}.set-card__btn:hover{border-color:var(--accent-orange);color:var(--accent-orange)}.set-card__btn--primary{background:var(--accent-orange);color:#fff;border-color:transparent}.set-card__btn--primary:hover{color:#fff;filter:brightness(.95)}.latest-news-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:2rem 2rem;align-items:start}.latest-news-main{min-width:0}.article-page-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:2rem 2rem;align-items:start}.article-page-main{min-width:0}.article-mentioned-wrap--mobile{display:none}.article-sidebar-stack{width:300px;max-width:100%;justify-self:end;display:flex;flex-direction:column;gap:1.25rem;align-items:stretch}.article-sidebar-newsletter{width:100%;padding:1rem 1rem 1.125rem;background:linear-gradient(145deg,#fff,#fafafa);border:1px solid var(--border);border-radius:8px;box-sizing:border-box}.article-sidebar-newsletter__title{font-size:.95rem;font-weight:800;line-height:1.25;margin:0 0 .35rem;color:var(--text-dark, #111)}.article-sidebar-newsletter__lede{font-size:.8rem;line-height:1.4;color:var(--text-muted);margin:0 0 .75rem}.article-sidebar-newsletter__form{display:flex;flex-direction:column;gap:.5rem}.article-sidebar-newsletter__input{width:100%;padding:.5rem .65rem;font-size:.85rem;border:1px solid var(--border);border-radius:6px;box-sizing:border-box}.article-sidebar-newsletter__input:focus{outline:2px solid var(--accent-orange);outline-offset:1px}.article-sidebar-newsletter__btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem .75rem;font-size:.8rem;font-weight:700;color:#fff;background:var(--accent-orange);border:none;border-radius:6px;cursor:pointer;transition:background .15s ease,opacity .15s ease}.article-sidebar-newsletter__btn:hover:not(:disabled){filter:brightness(1.05)}.article-sidebar-newsletter__btn:disabled{opacity:.65;cursor:not-allowed}.article-sidebar-newsletter__privacy{font-size:.7rem;line-height:1.35;color:var(--text-muted);margin:.65rem 0 0}.article-sidebar-newsletter__privacy a{color:var(--accent-orange);text-decoration:underline}.article-sidebar-newsletter__msg{font-size:.75rem;margin:.5rem 0 0;line-height:1.35}.article-sidebar-newsletter__msg--success{color:#166534}.article-sidebar-newsletter__msg--error{color:#b91c1c}.article-content>.ad-slot--7,.set-card-article__body>.ad-slot--7{margin:1.25rem auto;max-width:300px}.latest-news-ad-rail,.article-ad-rail{width:300px;min-height:250px;height:auto;max-width:100%;justify-self:end;background-color:#f7f7f7;box-sizing:border-box}.article-sidebar-stack>.article-ad-rail{margin-top:.75rem}.latest-news-ad-rail .ad-slot--2,.article-ad-rail .ad-slot--2{max-width:300px;width:100%;margin-left:auto;margin-right:0;margin-bottom:0;padding-inline:0;padding-block:clamp(.5rem,5vmin,1.125rem);box-sizing:border-box}.latest-news-ad-rail .ad-slot--2 .ad-slot-inner--image,.latest-news-ad-rail .ad-slot--2 .ad-slot-inner--video,.latest-news-ad-rail .ad-slot--2 .ad-slot-inner--code,.article-ad-rail .ad-slot--2 .ad-slot-inner--image,.article-ad-rail .ad-slot--2 .ad-slot-inner--video,.article-ad-rail .ad-slot--2 .ad-slot-inner--code{max-width:300px}.latest-news-ad-rail .ad-slot--2 .ad-slot-code-mount--inline,.article-ad-rail .ad-slot--2 .ad-slot-code-mount--inline{max-width:300px;margin-left:auto;margin-right:auto;min-height:250px}.latest-news-ad-rail .ad-slot--2 .ad-slot-media-img,.article-ad-rail .ad-slot--2 .ad-slot-media-img{width:300px;max-width:100%;height:auto;max-height:250px;object-fit:contain}.latest-news-ad-rail .ad-slot--2 .ad-slot-media-video,.article-ad-rail .ad-slot--2 .ad-slot-media-video{max-width:300px;max-height:250px;width:100%;height:auto;object-fit:contain}.latest-news-ad-rail .ad-slot--2 .ad-slot-video-frame,.article-ad-rail .ad-slot--2 .ad-slot-video-frame{max-width:300px}.ad-slot--with-overlay .ad-slot-overlay-stack{position:relative;display:block;width:100%;isolation:isolate}.ad-slot--with-overlay .ad-slot-overlay-base{position:relative;z-index:0}.ad-slot--with-overlay .ad-slot-overlay-image{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:contain;pointer-events:none;z-index:50}.ad-slot-overlay-stack--leaderboard{max-width:728px;width:100%;min-height:90px}.ad-slot-overlay-stack--mpu{max-width:300px;width:100%;min-height:250px}.ad-slot-inner--filler-mpu{width:300px;max-width:100%;height:250px;margin:0 auto;background:#e5e5e5;border:1px dashed #ccc;border-radius:4px;box-sizing:border-box}.latest-news-ad-rail .ad-slot--2.ad-slot--with-overlay .ad-slot-overlay-stack--mpu,.article-ad-rail .ad-slot--2.ad-slot--with-overlay .ad-slot-overlay-stack--mpu{margin-left:auto;margin-right:0}.posts-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media(max-width:1100px){.content-section--latest-news .latest-news-main .posts-grid .post-card:nth-child(n+5),#latest-reviews .posts-grid .post-card:nth-child(n+5){display:none}}.post-card{display:flex;flex-direction:column}.post-card-image{position:relative;border-radius:8px;overflow:hidden;aspect-ratio:16/10;background:var(--bg-gray);margin-bottom:.75rem}.post-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.post-card:hover .post-card-image img{transform:scale(1.05)}.post-card-category{position:absolute;top:.75rem;left:.75rem;background:var(--accent-orange);color:#fff;padding:.2rem .5rem;font-size:.6rem;font-weight:700;text-transform:uppercase;border-radius:2px}.post-card-category.reviews{background:var(--accent-blue)}.post-card-category.deals{background:var(--accent-green)}.post-card-category.features{background:var(--accent-purple)}.post-card-content h3{font-size:1rem;font-weight:700;line-height:1.35;margin-bottom:.5rem}.post-card-content h3 a:hover{color:var(--accent-orange)}.post-card-meta{font-size:.75rem;color:var(--text-muted);display:flex;align-items:center;gap:.5rem}.post-card-meta .author{color:var(--text-secondary);font-weight:500}.deals-banner{background:linear-gradient(160deg,#f0f9ff,#e0f2fe 38%,#dbeafe 72%,#d2ecfc);border:1px solid rgba(0,159,227,.2);border-radius:16px;padding:2rem;margin-bottom:4rem;color:var(--text-primary);box-shadow:0 1px 2px #00639b0d,0 18px 44px -18px #0077b82e}.deals-banner .section-header{border-bottom:1px solid rgba(0,159,227,.18);margin-bottom:1.5rem;padding-bottom:1rem}.deals-banner .section-title{color:#0c4a6e}.deals-banner .view-all{color:var(--accent-orange)}.deals-banner .view-all:hover{color:var(--accent-blue)}.deals-banner .posts-grid{grid-template-columns:repeat(4,1fr)}.deals-banner .post-card-content h3 a{color:var(--text-primary)}.deals-banner .post-card-content h3 a:hover{color:var(--accent-orange)}.deals-banner .post-card-meta{color:var(--text-muted)}.deals-banner .post-card-actions--deals{display:flex;flex-direction:column;gap:.5rem;margin-top:.9rem}.deals-banner .post-card-btn{display:inline-flex;align-items:center;justify-content:center;text-align:center;font-size:.8rem;font-weight:700;padding:.5rem .75rem;border-radius:8px;text-decoration:none;transition:background .2s,color .2s,border-color .2s}.deals-banner .post-card-btn--deal-primary{background:var(--accent-orange);color:#fff}.deals-banner .post-card-btn--deal-primary:hover{filter:brightness(.95)}.deals-banner .post-card-btn--deal-secondary{background:#fff;color:var(--text-primary);border:1px solid var(--border)}.deals-banner .post-card-btn--deal-secondary:hover{border-color:var(--accent-orange);color:var(--accent-orange)}.deals-banner .post-card-category.deals{background:var(--accent-orange);color:#fff}.site-footer{background:var(--bg-dark);color:#fff;padding:3rem 0 1.5rem}.footer-inner{max-width:1400px;margin:0 auto;padding:0 1.5rem}.footer-grid{display:grid;grid-template-columns:minmax(0,2fr) repeat(2,minmax(0,1fr));gap:2.5rem 2rem;margin-bottom:1.5rem;align-items:start}.footer-category-nav{margin-bottom:2rem;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.1)}.footer-category-nav__title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin:0 0 .75rem;color:#94a3b8f2}.footer-category-nav__list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.45rem;align-items:center}.footer-category-nav__list li{margin:0}.footer-category-nav__list a{display:inline-block;padding:.4rem .85rem;border-radius:999px;font-size:.8125rem;font-weight:500;color:#e2e8f0;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);transition:background .2s ease,border-color .2s ease,color .2s ease}.footer-category-nav__list a:hover{color:#fff;background:#009fe324;border-color:#009fe361}.footer-brand h3{font-size:1.5rem;font-weight:800;margin-bottom:1rem}.footer-brand p{color:#888;font-size:.9rem;line-height:1.6}.footer-section h4{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;color:#888}.footer-section ul{list-style:none}.footer-section li{margin-bottom:.5rem}.footer-section a{color:#ccc;font-size:.9rem;transition:color .2s}.footer-section a:hover{color:var(--accent-orange)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.35rem;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:.75rem 1.25rem;font-size:.8rem;color:#94a3b8d9;overflow-x:auto;-webkit-overflow-scrolling:touch}.footer-bottom>span{flex-shrink:0;white-space:nowrap}.footer-bottom .footer-contact-link{color:inherit;text-decoration:underline;text-underline-offset:.18em;white-space:nowrap}.footer-bottom .footer-contact-link:hover{color:var(--accent-orange)}.footer-newsletter--mobile-only{display:none}.social-links{display:flex;gap:1rem}.social-links a{color:#888;transition:color .2s}.social-links a:hover{color:#fff}@media(max-width:1100px){.hero-grid{grid-template-columns:1fr}.hero-main{min-height:400px;order:1;height:auto}.hero-latest{order:2;max-height:none;height:auto;align-self:auto}.hero-sidebar{flex-direction:row;order:3;height:auto}.hero-sidebar-card{min-height:200px}.posts-grid,.deals-banner .posts-grid{grid-template-columns:repeat(2,1fr)}.latest-news-layout,.article-page-layout{grid-template-columns:1fr}.article-sidebar-stack{width:100%;max-width:300px;justify-self:center;order:2}.latest-news-ad-rail{width:100%;max-width:300px;min-height:250px;height:auto;justify-self:center}.article-ad-rail{display:none!important}.latest-news-main,.article-page-main{order:1}.article-mentioned-wrap--sidebar{display:none}.article-mentioned-wrap--mobile{display:block;width:100%;max-width:none;margin-top:1.25rem}.article-sidebar-stack .article-sidebar-newsletter{display:none}.footer-newsletter--mobile-only{display:block;max-width:28rem;margin:.5rem auto 1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.08)}.footer-newsletter--mobile-only .article-sidebar-newsletter{background:linear-gradient(165deg,#ffffff14,#ffffff0a);border:1px solid rgba(255,255,255,.12);border-radius:10px;box-shadow:0 1px #ffffff0f inset,0 8px 32px #00000059}.footer-newsletter--mobile-only .article-sidebar-newsletter__title{color:#f1f5f9}.footer-newsletter--mobile-only .article-sidebar-newsletter__lede{color:#94a3b8}.footer-newsletter--mobile-only .article-sidebar-newsletter__input{background:#00000059;border:1px solid rgba(255,255,255,.14);color:#f8fafc}.footer-newsletter--mobile-only .article-sidebar-newsletter__input::placeholder{color:#64748b}.footer-newsletter--mobile-only .article-sidebar-newsletter__input:focus{outline:2px solid var(--accent-orange);outline-offset:1px;border-color:#009fe373}.footer-newsletter--mobile-only .article-sidebar-newsletter__btn{background:linear-gradient(180deg,#5ed0ff 0%,var(--accent-orange) 52%,#006199 100%);box-shadow:0 2px 10px #009fe352}.footer-newsletter--mobile-only .article-sidebar-newsletter__btn:hover:not(:disabled){filter:brightness(1.08)}.footer-newsletter--mobile-only .article-sidebar-newsletter__privacy{color:#94a3b8}.footer-newsletter--mobile-only .article-sidebar-newsletter__privacy a{color:#fdba74}.footer-newsletter--mobile-only .article-sidebar-newsletter__privacy a:hover{color:#fff}.footer-newsletter--mobile-only .article-sidebar-newsletter__msg--success{color:#86efac}.footer-newsletter--mobile-only .article-sidebar-newsletter__msg--error{color:#fca5a5}}@media(max-width:700px){.nav-links{display:none}.posts-grid,.deals-banner .posts-grid{grid-template-columns:1fr}}@media(max-width:900px){.hero-grid{gap:.65rem;margin-bottom:1.35rem}.hero-main{min-height:clamp(200px,52vw,280px);border-radius:10px}.hero-main .overlay{padding:.85rem .9rem 1rem}.hero-main .category{font-size:.58rem;padding:.18rem .45rem;margin-bottom:.4rem}.hero-main h2{font-size:clamp(1.05rem,4.2vw,1.35rem);margin-bottom:.35rem;line-height:1.2}.hero-main .meta{font-size:.75rem}.hero-sidebar{flex-direction:row!important;flex-wrap:nowrap;gap:.6rem;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-padding:0 .75rem 0 .75rem;padding-bottom:.45rem;margin-left:-.75rem;margin-right:-.75rem;padding-left:.75rem;padding-right:.25rem;scrollbar-width:thin}.hero-sidebar-card{flex:0 0 min(82vw,300px);min-height:118px;width:auto;scroll-snap-align:start;border-radius:10px}.hero-sidebar-card .overlay{padding:.5rem .65rem .6rem}.hero-sidebar-card h3{font-size:.8125rem;line-height:1.25}.hero-sidebar-card .category{font-size:.55rem;margin-bottom:.3rem;padding:.14rem .38rem}.deals-banner{padding:1.15rem .85rem;margin-bottom:2.25rem;border-radius:12px}.deals-banner .section-header{margin-bottom:1rem}.deals-banner .posts-grid{display:flex;flex-direction:row;grid-template-columns:unset;gap:.65rem;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;margin-left:-.35rem;margin-right:-.35rem;padding-left:.35rem;padding-right:.35rem;padding-bottom:.35rem}.deals-banner .posts-grid>.post-card{flex:0 0 min(78vw,260px);scroll-snap-align:start;max-width:none}}@media(max-width:900px){.site-footer{padding:1.5rem 0 .65rem}.footer-grid{grid-template-columns:minmax(0,1.35fr) repeat(2,minmax(0,1fr));gap:.65rem .75rem;margin-bottom:.85rem}.footer-category-nav{margin-bottom:1.25rem;padding-top:1rem}.footer-category-nav__title{font-size:.65rem;margin-bottom:.5rem}.footer-category-nav__list{gap:.35rem}.footer-category-nav__list a{padding:.3rem .65rem;font-size:.72rem}.footer-brand h3{font-size:1.1rem;margin-bottom:.3rem;letter-spacing:-.02em}.footer-brand p{font-size:.76rem;line-height:1.4;color:#ffffff73}.footer-section h4{font-size:.6rem;margin-bottom:.32rem;letter-spacing:.07em;color:#ffffff61}.footer-section li{margin-bottom:.2rem}.footer-section a{font-size:.8rem;color:#ffffffb8}.footer-bottom{padding-top:.7rem;font-size:.62rem;line-height:1.45;color:#ffffff61;border-top-color:#ffffff1a}.footer-newsletter--mobile-only{max-width:100%;margin:.15rem 0 .7rem;padding-top:.85rem}.footer-newsletter--mobile-only .article-sidebar-newsletter{padding:.55rem .65rem .7rem}.footer-newsletter--mobile-only .article-sidebar-newsletter__title{font-size:.82rem;margin-bottom:.2rem}.footer-newsletter--mobile-only .article-sidebar-newsletter__lede{font-size:.7rem;margin-bottom:.45rem;line-height:1.35}.footer-newsletter--mobile-only .article-sidebar-newsletter__form{gap:.4rem}.footer-newsletter--mobile-only .article-sidebar-newsletter__input{padding:.42rem .55rem;font-size:.8rem}.footer-newsletter--mobile-only .article-sidebar-newsletter__btn{padding:.42rem .65rem;font-size:.75rem}.footer-newsletter--mobile-only .article-sidebar-newsletter__privacy{font-size:.62rem;margin-top:.45rem}}.loading{text-align:center;padding:3rem;color:var(--text-muted)}.spinner{width:32px;height:32px;border:3px solid var(--border);border-top-color:var(--accent-orange);border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 1rem}@keyframes spin{to{transform:rotate(360deg)}}.ad-slot{max-width:1400px;margin-left:auto;margin-right:auto;padding:0 1.5rem;margin-bottom:1.25rem}.ad-slot--1.ad-slot--leaderboard{position:relative;z-index:2;max-width:none;width:100%;padding:.75rem 1.5rem;margin-bottom:0;background:var(--bg-gray);border-bottom:1px solid var(--border)}.ad-slot--4.ad-slot--leaderboard-embed{max-width:1100px;margin-bottom:1.5rem;padding-top:.35rem;padding-bottom:.65rem}.ad-slot-leaderboard-inner{max-width:728px;width:100%;margin:0 auto;min-height:90px;display:block;text-align:center}.ad-slot-leaderboard-img{display:block;width:728px;max-width:100%;height:auto;aspect-ratio:728 / 90;object-fit:contain;border-radius:4px;background:#e8e8e8}.ad-slot-inner--filler{width:728px;max-width:100%;height:90px;background:#e5e5e5;border:1px dashed #ccc;border-radius:4px;box-sizing:border-box}.ad-slot-inner--leaderboard-code{width:100%;max-width:728px;min-height:90px;margin-left:auto;margin-right:auto;display:block;overflow:visible;text-align:center}.ad-slot-code-mount--leaderboard{width:100%;max-width:728px;min-height:90px;margin:0 auto;display:block;overflow:visible;line-height:0}.ad-slot-code-mount--leaderboard>*{line-height:normal}.ad-slot-code-mount--leaderboard iframe{max-width:100%;vertical-align:top}.ad-slot-code-mount--inline{width:100%;max-width:100%;display:block;overflow:visible;text-align:center}.ad-slot-code-mount--inline iframe{max-width:100%;vertical-align:top}.ad-slot-inner--image{text-align:center;line-height:0}.ad-slot-inner--image img{max-width:100%;height:auto;border-radius:8px}.ad-slot-inner--code{text-align:center;overflow:visible}.ad-slot-media-img{display:block;max-width:100%;height:auto;border-radius:8px}.ad-slot-inner--video{text-align:center;line-height:0}.ad-slot-video-frame{display:inline-block;max-width:100%;line-height:0;border-radius:8px;overflow:hidden;background:#e8e8e8}.ad-slot-media-video{display:block;width:100%;max-width:100%;height:auto}.ad-slot-inner--video-leaderboard .ad-slot-video-frame--leaderboard{width:728px;max-width:100%}.ad-slot-leaderboard-video{display:block;width:728px;max-width:100%;height:auto;aspect-ratio:728 / 90;object-fit:contain;background:#000}.ad-slot-video-cta{line-height:1.4;margin:.5rem 0 0;font-size:.75rem}.ad-slot-video-cta-link{color:var(--accent-orange);text-decoration:underline}.ad-slot-video-cta-link:hover{color:var(--text-primary)}.ad-slot-variant--desktop{display:block;width:100%}.ad-slot-variant--mobile{display:none}@media(max-width:767px){.ad-slot-variant--desktop{display:none!important}.ad-slot-variant--mobile{display:block!important}.article-sidebar-stack{max-width:100%}.latest-news-ad-rail{min-height:0;background-color:transparent;max-width:100%;width:100%}.latest-news-ad-rail .ad-slot--2{max-width:100%;padding-block:.35rem}.latest-news-ad-rail .ad-slot--2 .ad-slot-code-mount--inline{min-height:0;max-width:100%}.latest-news-ad-rail .ad-slot--2 .ad-slot-inner--image,.latest-news-ad-rail .ad-slot--2 .ad-slot-inner--video,.latest-news-ad-rail .ad-slot--2 .ad-slot-inner--code{max-width:100%}.latest-news-ad-rail .ad-slot--2 .ad-slot-media-img{width:100%;max-width:100%;max-height:none;height:auto}.latest-news-ad-rail .ad-slot--2 .ad-slot-media-video{max-width:100%;max-height:none}.latest-news-ad-rail .ad-slot--2 .ad-slot-video-frame{max-width:100%}.latest-news-ad-rail .ad-slot-overlay-stack--mpu{min-height:0;max-width:100%}.latest-news-ad-rail .ad-slot-inner--filler-mpu{display:none}.latest-news-ad-rail div[id^=med_rect_atf],.latest-news-ad-rail div[id^=med_rect_btf]{min-height:0;background-image:none}.hero-latest{display:none}}@media(min-width:768px){.ad-slot--creative-mobile-only.ad-slot--leaderboard{display:none!important}.ad-slot--creative-mobile-only:not(.ad-slot--leaderboard) .ad-slot-variant--mobile{display:block!important}}
