/*!
 * CybexMag main stylesheet
 * (C) 2026 CybexSoft, GPLv2 or later.
 *
 * 1. Tokens
 * 2. Base
 * 3. Layout
 * 4. Header, ticker, navigation
 * 5. Overlays (search, off-canvas)
 * 6. Post lists and cards
 * 7. Single post and pages
 * 8. Widgets, sidebar, footer
 * 9. Comments, forms, pagination
 * 10. Utilities
 */:root{--cxm-accent:#e63946;--cxm-accent-contrast:#fff;--cxm-bg:#ffffff;--cxm-surface:#f5f6f8;--cxm-text:#111827;--cxm-muted:#6b7280;--cxm-line:#e5e7eb;--cxm-header-bg:#ffffff;--cxm-topbar-bg:#0b1324;--cxm-topbar-text:#cbd5e1;--cxm-footer-bg:#0b1324;--cxm-footer-text:#cbd5e1;--cxm-shadow:0 10px 30px rgba(15, 23, 42, 0.08);--cxm-radius:10px;--cxm-radius-sm:6px;--cxm-container:1240px;--cxm-gutter:clamp(16px, 3vw, 28px);--cxm-gap:clamp(18px, 2.4vw, 30px);--cxm-font-body:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--cxm-font-heading:var(--cxm-font-body);--cxm-header-h:72px;color-scheme:light}[data-scheme=dark]{--cxm-bg:#0d1117;--cxm-surface:#161b22;--cxm-text:#e6edf3;--cxm-muted:#9aa4b2;--cxm-line:#2a313c;--cxm-header-bg:#11161d;--cxm-topbar-bg:#05080d;--cxm-footer-bg:#05080d;--cxm-shadow:0 10px 30px rgba(0, 0, 0, 0.45);color-scheme:dark}*,::after,::before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;background:var(--cxm-bg);color:var(--cxm-text);font-family:var(--cxm-font-body);font-size:1rem;line-height:1.7;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3,h4,h5,h6{margin:0 0 .6em;font-family:var(--cxm-font-heading);font-weight:var(--cxm-heading-weight,700);line-height:1.25;color:var(--cxm-text)}p{margin:0 0 1.2em}a{color:inherit;text-decoration:none;transition:color .2s}a:hover{color:var(--cxm-accent)}iframe,img,video{max-width:100%;height:auto}img{display:block}button,input,select,textarea{font:inherit;color:inherit}:focus-visible{outline:2px solid var(--cxm-accent);outline-offset:2px}::selection{background:var(--cxm-accent);color:var(--cxm-accent-contrast)}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.cxm-skip-link:focus{position:fixed!important;top:8px;inset-inline-start:8px;z-index:1000;width:auto;height:auto;clip:auto;padding:10px 16px;margin:0;background:var(--cxm-accent);color:#fff;border-radius:var(--cxm-radius-sm)}.cxm-icon{display:inline-block;flex-shrink:0;vertical-align:middle}.cxm-container{width:100%;max-width:calc(var(--cxm-container) + var(--cxm-gutter) * 2);margin-inline:auto;padding-inline:var(--cxm-gutter)}.cxm-main{display:grid;grid-template-columns:minmax(0,1fr);gap:calc(var(--cxm-gap) * 1.4);padding-block:clamp(24px,4vw,48px)}.cxm-has-sidebar .cxm-main:not(.cxm-main--full){grid-template-columns:minmax(0,1fr) 320px}@media (min-width:1025px){.cxm-has-sidebar.cxm-sidebar-left .cxm-main:not(.cxm-main--full){grid-template-columns:320px minmax(0,1fr)}.cxm-has-sidebar.cxm-sidebar-left .cxm-main:not(.cxm-main--full) .cxm-sidebar{order:-1}}.cxm-main--single-wide .cxm-content,.cxm-no-sidebar .cxm-main--single-hero .cxm-content,.cxm-no-sidebar .cxm-main--single-standard .cxm-content{max-width:820px;margin-inline:auto;width:100%}.cxm-content{min-width:0}@media (max-width:782px){.cxm-hide-mobile{display:none!important}}.cxm-progress{position:fixed;inset-inline:0;top:0;z-index:200;height:3px;pointer-events:none}.cxm-progress__bar{display:block;height:100%;width:100%;background:var(--cxm-accent);transform:scaleX(0);transform-origin:left center}[dir=rtl] .cxm-progress__bar{transform-origin:right center}.cxm-topbar{background:var(--cxm-topbar-bg);color:var(--cxm-topbar-text);font-size:.8125rem}.cxm-topbar__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:38px}.cxm-topbar__date{display:inline-flex;align-items:center;gap:6px}.cxm-footer__menu,.cxm-topbar__menu{display:flex;flex-wrap:wrap;gap:6px 18px;margin:0;padding:0;list-style:none}.cxm-topbar__menu a:hover{color:#fff}.cxm-header{position:relative;z-index:100;background:var(--cxm-header-bg);border-bottom:1px solid var(--cxm-line)}.cxm-sticky-header .cxm-header{position:sticky;top:0}.admin-bar.cxm-sticky-header .cxm-header{top:32px}@media (max-width:782px){.admin-bar.cxm-sticky-header .cxm-header{top:0}}.cxm-header.is-scrolled{box-shadow:var(--cxm-shadow)}.cxm-header__inner{display:flex;align-items:center;gap:24px;min-height:var(--cxm-header-h)}.cxm-branding__title{margin:0;font-family:var(--cxm-font-heading);font-size:1.6rem;font-weight:800;letter-spacing:-.02em;line-height:1}.cxm-branding .custom-logo{max-height:48px;width:auto}.cxm-nav{flex:1;min-width:0;position:relative}.cxm-header__actions{display:flex;align-items:center;gap:4px;margin-inline-start:auto}.cxm-icon-btn{display:inline-grid;place-items:center;width:40px;height:40px;padding:0;border:0;border-radius:50%;background:0 0;color:var(--cxm-text);cursor:pointer;transition:background-color .2s,color .2s}.cxm-icon-btn:hover{background:var(--cxm-surface);color:var(--cxm-accent)}.cxm-header__menu-btn,.cxm-scheme-toggle__sun,[data-scheme=dark] .cxm-scheme-toggle__moon{display:none}[data-scheme=dark] .cxm-scheme-toggle__sun{display:inline-block}.cxm-menu,.cxm-menu ul{margin:0;padding:0;list-style:none}.cxm-menu{display:flex;flex-wrap:wrap;align-items:center}.cxm-menu>li{position:relative;display:flex;align-items:center}.cxm-menu>li>a{display:block;padding:24px 12px;font-size:.9375rem;font-weight:600;line-height:1.5}.cxm-menu>li.current-menu-ancestor>a,.cxm-menu>li.current-menu-item>a{color:var(--cxm-accent)}.cxm-submenu-toggle{display:inline-grid;place-items:center;width:22px;height:22px;margin-inline-start:-8px;padding:0;border:0;background:0 0;color:var(--cxm-muted);cursor:pointer}.cxm-submenu-toggle .cxm-icon{transition:transform .2s}.cxm-submenu-toggle[aria-expanded=true] .cxm-icon{transform:rotate(180deg)}.cxm-menu .sub-menu{position:absolute;top:100%;inset-inline-start:0;min-width:220px;padding:8px 0;background:var(--cxm-header-bg);border:1px solid var(--cxm-line);border-top:3px solid var(--cxm-accent);border-radius:0 0 var(--cxm-radius-sm) var(--cxm-radius-sm);box-shadow:var(--cxm-shadow);opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .18s,transform .18s,visibility .18s}.cxm-menu .sub-menu .sub-menu{top:-11px;inset-inline-start:100%}.cxm-menu .sub-menu li{position:relative;display:flex;align-items:center}.cxm-menu .sub-menu a{flex:1;padding:8px 18px;font-size:.9rem}.cxm-menu .sub-menu .cxm-submenu-toggle{margin-inline-end:8px;transform:rotate(-90deg)}.cxm-menu li.is-open>.sub-menu,.cxm-menu li:focus-within>.sub-menu,.cxm-menu li:hover>.sub-menu{opacity:1;visibility:visible;transform:none}.cxm-menu>li.cxm-mega{position:static}.cxm-megapanel{position:absolute;top:100%;inset-inline:0;padding:24px;background:var(--cxm-header-bg);border:1px solid var(--cxm-line);border-top:3px solid var(--cxm-accent);border-radius:0 0 var(--cxm-radius) var(--cxm-radius);box-shadow:var(--cxm-shadow);opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .18s,transform .18s,visibility .18s}li.cxm-mega.is-open>.cxm-megapanel,li.cxm-mega:focus-within>.cxm-megapanel,li.cxm-mega:hover>.cxm-megapanel{opacity:1;visibility:visible;transform:none}li.cxm-mega>.sub-menu{display:none}.cxm-megapanel__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.cxm-megapanel__title{margin:10px 0 4px;font-size:.95rem}.cxm-megapanel .cxm-meta{font-size:.75rem}.cxm-ticker{background:var(--cxm-surface);border-bottom:1px solid var(--cxm-line);font-size:.875rem}.cxm-ticker__inner{display:flex;align-items:center;gap:16px;min-height:44px}.cxm-ticker__label{display:inline-flex;align-items:center;gap:6px;flex-shrink:0;padding:4px 12px;background:var(--cxm-accent);color:var(--cxm-accent-contrast);border-radius:999px;font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.cxm-ticker__viewport{flex:1;min-width:0;overflow:hidden;mask-image:linear-gradient(90deg,#000 92%,transparent)}.cxm-ticker__track{display:flex;gap:40px;width:max-content;margin:0;padding:0;list-style:none;white-space:nowrap}.cxm-ticker.is-animated .cxm-ticker__track{animation:cxm-ticker var(--cxm-ticker-duration,40s) linear infinite}.cxm-ticker:focus-within .cxm-ticker__track,.cxm-ticker:hover .cxm-ticker__track{animation-play-state:paused}.cxm-ticker__track li{position:relative}.cxm-ticker__track li+li::before{content:"";position:absolute;top:50%;inset-inline-start:-23px;width:6px;height:6px;border-radius:50%;background:var(--cxm-accent);transform:translateY(-50%)}@keyframes cxm-ticker{to{transform:translateX(-50%)}}[dir=rtl] .cxm-ticker.is-animated .cxm-ticker__track{animation-name:cxm-ticker-rtl}@keyframes cxm-ticker-rtl{to{transform:translateX(50%)}}@media (max-width:1024px){.cxm-has-sidebar .cxm-main:not(.cxm-main--full){grid-template-columns:minmax(0,1fr)}.cxm-nav{display:none}.cxm-header__menu-btn{display:inline-grid;margin-inline-start:-8px}.cxm-header__inner{gap:8px;--cxm-header-h:60px}.cxm-branding__title{font-size:1.35rem}}@media (max-width:600px){.cxm-topbar__nav{display:none}}.cxm-overlay{position:fixed;inset:0;z-index:500;background:rgba(3,7,18,.6);backdrop-filter:blur(4px);animation:.2s cxm-fade}.cxm-overlay[hidden]{display:none}@keyframes cxm-fade{from{opacity:0}}.cxm-search-overlay__panel{position:relative;max-width:720px;margin:12vh auto 0;padding:48px 32px 32px;background:var(--cxm-bg);border-radius:var(--cxm-radius);box-shadow:var(--cxm-shadow)}.cxm-overlay__close{position:absolute;top:8px;inset-inline-end:8px}.cxm-search-overlay .cxm-search-form__field{font-size:1.25rem;padding-block:14px}.cxm-offcanvas__panel{position:absolute;top:0;bottom:0;inset-inline-start:0;display:flex;flex-direction:column;gap:20px;width:min(360px,88vw);padding:20px;overflow-y:auto;background:var(--cxm-bg);animation:.25s cxm-slide}@keyframes cxm-slide{from{transform:translateX(-100%)}}[dir=rtl] .cxm-offcanvas__panel{animation-name:cxm-slide-rtl}@keyframes cxm-slide-rtl{from{transform:translateX(100%)}}.cxm-offcanvas__head{display:flex;align-items:center;justify-content:space-between}.cxm-offcanvas__head .cxm-overlay__close{position:static}.cxm-mobile-menu,.cxm-mobile-menu ul{margin:0;padding:0;list-style:none}.cxm-mobile-menu li{display:flex;flex-wrap:wrap;align-items:center;border-bottom:1px solid var(--cxm-line)}.cxm-mobile-menu a{flex:1;padding:12px 0;font-weight:600}.cxm-mobile-menu .cxm-submenu-toggle{width:40px;height:40px;margin:0}.cxm-mobile-menu .sub-menu{display:none;width:100%;padding-inline-start:16px}.cxm-mobile-menu .sub-menu li:last-child{border-bottom:0}.cxm-mobile-menu .sub-menu a{font-weight:400}.cxm-mobile-menu li.is-open>.sub-menu{display:block}.cxm-mobile-menu .cxm-megapanel,.cxm-mobile-menu li.cxm-mega:not(.menu-item-has-children)>.cxm-submenu-toggle{display:none}body.cxm-lock{overflow:hidden}.cxm-section-title{position:relative;display:flex;align-items:center;gap:12px;margin:0 0 22px;font-size:1.15rem;font-weight:800;letter-spacing:-.01em}.cxm-section-title span{display:inline-flex;align-items:center;gap:10px}.cxm-section-title span::before{content:"";width:4px;height:1.1em;border-radius:2px;background:var(--cxm-accent)}.cxm-section-title::after{content:"";flex:1;height:1px;background:var(--cxm-line);order:1}.cxm-section-title__more{order:2;font-size:.8125rem;font-weight:600;color:var(--cxm-muted)}.cxm-block-posts{margin-block-end:clamp(32px,5vw,56px)}.cxm-posts{display:grid;gap:var(--cxm-gap)}.cxm-posts--grid,.cxm-posts--overlay{grid-template-columns:repeat(var(--cxm-cols,3),minmax(0,1fr))}.cxm-posts--small{grid-template-columns:repeat(var(--cxm-cols,1),minmax(0,1fr));gap:18px var(--cxm-gap)}.cxm-posts--featured{grid-template-columns:minmax(0,1.4fr) minmax(0,1fr)}.cxm-posts__side{display:grid;align-content:start;gap:18px}.cxm-posts--mosaic{grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:minmax(190px,auto)}.cxm-posts--mosaic>:first-child{grid-column:span 2;grid-row:span 2}.cxm-posts--mosaic .cxm-card--overlay .cxm-thumb{height:100%;aspect-ratio:auto}@media (max-width:900px){.cxm-posts--grid,.cxm-posts--overlay{grid-template-columns:repeat(min(var(--cxm-cols,3),2),minmax(0,1fr))}.cxm-posts--featured,.cxm-posts--small{grid-template-columns:minmax(0,1fr)}.cxm-posts--mosaic{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.cxm-posts--grid,.cxm-posts--mosaic,.cxm-posts--overlay{grid-template-columns:minmax(0,1fr)}.cxm-posts--mosaic>:first-child{grid-column:auto;grid-row:auto}}.cxm-card{position:relative;min-width:0}.cxm-card__title{margin:0 0 8px;font-size:1.125rem;line-height:1.35;overflow-wrap:anywhere}.cxm-card__title a{background-image:linear-gradient(currentColor,currentColor);background-size:0 1px;background-repeat:no-repeat;background-position:0 100%;transition:background-size .3s,color .2s}.cxm-card__title a:hover{background-size:100% 1px}.cxm-card__excerpt{margin-top:8px;color:var(--cxm-muted);font-size:.9375rem;line-height:1.6}.cxm-card__excerpt p{margin:0}.cxm-thumb{position:relative;display:block;overflow:hidden;border-radius:var(--cxm-radius);background:var(--cxm-surface);aspect-ratio:3/2}.cxm-thumb--wide{aspect-ratio:16/9}.cxm-thumb--square{aspect-ratio:1}.cxm-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.cxm-card:hover .cxm-thumb img{transform:scale(1.04)}.cxm-thumb__format{position:absolute;top:10px;inset-inline-end:10px;display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:rgba(0,0,0,.6);color:#fff}.cxm-badge{display:inline-block;margin-bottom:8px;vertical-align:top;padding:3px 9px;border-radius:4px;background:var(--cxm-badge,var(--cxm-accent));color:var(--cxm-accent-contrast);font-size:.6875rem;font-weight:700;letter-spacing:.06em;line-height:1.5;text-transform:uppercase}.cxm-badge:hover{color:var(--cxm-accent-contrast);filter:brightness(1.1)}.cxm-flag{--cxm-flag-bg:var(--cxm-text);--cxm-flag-fg:var(--cxm-bg);display:inline-flex;align-items:center;gap:5px;margin:0 0 8px 4px;padding:3px 8px;border-radius:4px;background:var(--cxm-flag-bg);color:var(--cxm-flag-fg);font-size:.6875rem;font-weight:700;letter-spacing:.06em;line-height:1.5;text-transform:uppercase;vertical-align:top;white-space:nowrap}.cxm-card__body>.cxm-flag:first-child{margin-inline-start:0}.cxm-flag .cxm-icon{width:11px;height:11px}.cxm-flag--breaking{--cxm-flag-bg:#dc2626;--cxm-flag-fg:#fff}.cxm-flag--live{--cxm-flag-bg:#fff;--cxm-flag-fg:#dc2626;box-shadow:inset 0 0 0 1.5px #dc2626}.cxm-flag--breaking::before,.cxm-flag--live::before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor;animation:1.4s ease-in-out infinite cxm-flag-pulse}.cxm-flag--exclusive{--cxm-flag-bg:#111;--cxm-flag-fg:#f4dc8f}.cxm-flag--trending{--cxm-flag-bg:#ea580c;--cxm-flag-fg:#fff}.cxm-flag--new{--cxm-flag-bg:#16a34a;--cxm-flag-fg:#fff}.cxm-flag--updated{--cxm-flag-bg:#2563eb;--cxm-flag-fg:#fff}.cxm-flag--opinion{--cxm-flag-bg:#7c3aed;--cxm-flag-fg:#fff}.cxm-flag--analysis{--cxm-flag-bg:#0f766e;--cxm-flag-fg:#fff}[data-scheme=dark] .cxm-flag--live{--cxm-flag-bg:transparent;--cxm-flag-fg:#f87171;box-shadow:inset 0 0 0 1.5px #f87171}[data-scheme=dark] .cxm-flag--exclusive{--cxm-flag-bg:#f4dc8f;--cxm-flag-fg:#111}.cxm-card--overlay .cxm-flag{box-shadow:0 0 0 1px rgba(255,255,255,.35)}.cxm-card--overlay .cxm-flag--live{--cxm-flag-bg:#dc2626;--cxm-flag-fg:#fff}.cxm-card--small .cxm-flag{margin:0 0 4px;padding:1px 6px;font-size:.625rem}@keyframes cxm-flag-pulse{50%{opacity:.35}}.cxm-meta__views{display:inline-flex;align-items:center;gap:4px}.cxm-meta{display:flex;flex-wrap:wrap;align-items:center;gap:4px 10px;color:var(--cxm-muted);font-size:.8125rem;line-height:1.5}.cxm-meta>a,.cxm-meta>span{display:inline-flex;align-items:center;gap:4px}.cxm-meta__author a{color:var(--cxm-text);font-weight:600}.cxm-meta__sep{width:3px;height:3px;border-radius:50%;background:currentColor;opacity:.6}.cxm-card--grid .cxm-card__body{padding-top:14px}.cxm-card--lead .cxm-card__title{font-size:clamp(1.35rem, 2.4vw, 1.75rem)}.cxm-posts--list{gap:28px}.cxm-card--list{display:grid;grid-template-columns:minmax(0,38%) minmax(0,1fr);gap:22px;align-items:center}.cxm-card--list:not(:has(.cxm-thumb)){grid-template-columns:minmax(0,1fr)}.cxm-card--list .cxm-card__title{font-size:1.3rem}@media (max-width:600px){.cxm-card--list{grid-template-columns:minmax(0,1fr);gap:12px}}.cxm-posts--classic{gap:44px}.cxm-card--classic .cxm-card__body{padding-top:18px}.cxm-card--classic .cxm-card__title{font-size:clamp(1.4rem, 2.8vw, 1.9rem)}.cxm-card--classic .cxm-card__excerpt{font-size:1rem}.cxm-readmore{display:inline-flex;align-items:center;gap:6px;margin-top:12px;color:var(--cxm-accent);font-weight:600;font-size:.9375rem}.cxm-readmore .cxm-icon{transition:transform .2s}.cxm-readmore:hover .cxm-icon{transform:translateX(3px)}.cxm-card--overlay{overflow:hidden;border-radius:var(--cxm-radius);background:var(--cxm-topbar-bg);isolation:isolate}.cxm-card--overlay .cxm-thumb{border-radius:0;aspect-ratio:4/5}.cxm-card--overlay.cxm-card--lead .cxm-thumb{aspect-ratio:4/3}.cxm-card--overlay .cxm-thumb::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 35%,rgba(0,0,0,.85) 100%)}.cxm-card--overlay .cxm-card__body{position:absolute;inset-inline:0;bottom:0;z-index:1;padding:20px;color:#fff}.cxm-card--no-image .cxm-card__body{position:relative;min-height:220px;display:flex;flex-direction:column;justify-content:flex-end}.cxm-card--overlay .cxm-card__title,.cxm-card--overlay .cxm-card__title a,.cxm-card--overlay .cxm-meta{color:#fff}.cxm-card--overlay.cxm-card--lead .cxm-card__title{font-size:clamp(1.4rem, 2.6vw, 2rem)}.cxm-stretched::before{content:"";position:absolute;inset:0;z-index:0}.cxm-card--overlay .cxm-badge{position:relative;z-index:2}.cxm-card--small{display:grid;grid-template-columns:88px minmax(0,1fr);gap:14px;align-items:center}.cxm-card--small:not(:has(.cxm-thumb)){grid-template-columns:minmax(0,1fr)}.cxm-card--small .cxm-thumb{border-radius:var(--cxm-radius-sm)}.cxm-card--small .cxm-card__title{margin-bottom:4px;font-size:.9375rem}.cxm-card--small .cxm-meta{font-size:.75rem}.cxm-page-header{margin-bottom:32px}.cxm-page-header__title{margin-bottom:8px;font-size:clamp(1.75rem, 3.6vw, 2.5rem);letter-spacing:-.02em}.cxm-page-header__title span{color:var(--cxm-accent)}.cxm-page-header__desc{color:var(--cxm-muted);max-width:70ch}.cxm-page-header__author{display:flex;align-items:center;gap:18px}.cxm-page-header__author img{border-radius:50%}.cxm-breadcrumbs{margin-bottom:14px;color:var(--cxm-muted);font-size:.8125rem}.cxm-breadcrumbs ol{display:flex;flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none}.cxm-breadcrumbs li+li::before{content:"/";margin-inline-end:6px;opacity:.6}.cxm-empty{padding:48px 0;text-align:center}.cxm-empty .cxm-search-form{max-width:480px;margin-inline:auto}.cxm-single__header{margin-bottom:24px}.cxm-single__title{margin-bottom:14px;font-size:clamp(1.9rem, 4.2vw, 3rem);letter-spacing:-.025em;line-height:1.15}.cxm-single__lead{margin-bottom:18px;color:var(--cxm-muted);font-size:1.2rem;line-height:1.55}.cxm-single__byline{display:flex;align-items:center;gap:12px}.cxm-single__avatar{border-radius:50%}.cxm-single__featured{margin:0 0 32px}.cxm-single__featured img{width:100%;border-radius:var(--cxm-radius)}.cxm-single__featured figcaption{margin-top:8px;color:var(--cxm-muted);font-size:.8125rem;text-align:center}.cxm-hero{position:relative;display:flex;align-items:flex-end;min-height:clamp(360px,62vh,640px);color:#fff;isolation:isolate}.cxm-hero__media{position:absolute;inset:0;z-index:-1}.cxm-hero__media img{width:100%;height:100%;object-fit:cover}.cxm-hero__media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.1) 20%,rgba(0,0,0,.85) 100%)}.cxm-hero__inner{padding-block:48px;max-width:calc(900px + var(--cxm-gutter) * 2)}.cxm-hero__title{margin-bottom:16px;color:#fff;font-size:clamp(2rem, 5vw, 3.4rem);letter-spacing:-.025em;line-height:1.1}.cxm-hero .cxm-meta,.cxm-hero .cxm-meta a{color:rgba(255,255,255,.9)}.cxm-entry-content{font-size:var(--cxm-article-size, 1.125rem);line-height:1.8;overflow-wrap:break-word}.cxm-entry-content>*{margin-block:0 1.4em}.cxm-entry-content h2,.cxm-entry-content h3,.cxm-entry-content h4{margin-top:1.8em;margin-bottom:.6em}.cxm-entry-content h2{font-size:1.75rem}.cxm-entry-content h3{font-size:1.4rem}.cxm-entry-content a{color:var(--cxm-accent);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.cxm-entry-content a:hover{text-decoration-thickness:2px}.cxm-entry-content .wp-block-button__link{text-decoration:none}.cxm-entry-content img{border-radius:var(--cxm-radius-sm)}.cxm-entry-content ol,.cxm-entry-content ul{padding-inline-start:1.4em}.cxm-entry-content li+li{margin-top:.4em}.cxm-entry-content blockquote{margin-inline:0;padding:4px 0 4px 1.25rem;border-inline-start:4px solid var(--cxm-accent);font-size:1.25rem;font-style:italic}.cxm-entry-content blockquote cite{display:block;margin-top:8px;color:var(--cxm-muted);font-size:.9rem;font-style:normal}.cxm-entry-content code,.cxm-entry-content kbd{padding:2px 6px;border-radius:4px;background:var(--cxm-surface);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.875em}.cxm-entry-content pre{overflow-x:auto;padding:18px 20px;border:1px solid var(--cxm-line);border-radius:var(--cxm-radius-sm);background:var(--cxm-surface);font-size:.9rem;line-height:1.6}.cxm-entry-content pre code{padding:0;background:0 0}.cxm-entry-content table{width:100%;border-collapse:collapse;font-size:.95rem}.cxm-entry-content td,.cxm-entry-content th{padding:10px 12px;border:1px solid var(--cxm-line);text-align:start}.cxm-entry-content th{background:var(--cxm-surface)}.cxm-entry-content .alignleft{float:left;margin-inline-end:1.5em}.cxm-entry-content .alignright{float:right;margin-inline-start:1.5em}.cxm-entry-content .aligncenter{margin-inline:auto}.wp-caption-text,.wp-element-caption{color:var(--cxm-muted);font-size:.8125rem;text-align:center}.gallery-caption{display:block}.cxm-page-links{display:flex;flex-wrap:wrap;gap:8px;clear:both}.cxm-single__footer{display:grid;gap:20px;margin-top:32px;padding-top:24px;border-top:1px solid var(--cxm-line);clear:both}.cxm-tags{display:flex;flex-wrap:wrap;gap:8px}.cxm-tags a,.tagcloud a,.wp-block-tag-cloud a{display:inline-block;padding:4px 12px;border:1px solid var(--cxm-line);border-radius:999px;font-size:.8125rem!important}.cxm-tags a:hover,.tagcloud a:hover,.wp-block-tag-cloud a:hover{border-color:var(--cxm-accent)}.cxm-share{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.cxm-share__label{margin-inline-end:6px;font-size:.8125rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.cxm-share__btn{display:inline-grid;place-items:center;width:38px;height:38px;padding:0;border:1px solid var(--cxm-line);border-radius:50%;background:0 0;color:var(--cxm-text);cursor:pointer;transition:.2s}.cxm-share__btn:hover{border-color:var(--cxm-accent);background:var(--cxm-accent);color:#fff}.cxm-share__btn.is-copied{border-color:#16a34a;background:#16a34a;color:#fff}.cxm-author-box{display:flex;gap:20px;margin-top:36px;padding:24px;border-radius:var(--cxm-radius);background:var(--cxm-surface)}.cxm-author-box__avatar{flex-shrink:0;border-radius:50%}.cxm-author-box__name{margin-bottom:6px;font-size:1.125rem}.cxm-author-box__bio{margin:0;color:var(--cxm-muted);font-size:.9375rem}.cxm-post-nav{margin-top:36px}.cxm-post-nav .nav-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.cxm-post-nav a{display:block;height:100%;padding:18px;border:1px solid var(--cxm-line);border-radius:var(--cxm-radius)}.cxm-post-nav a:hover{border-color:var(--cxm-accent)}.cxm-post-nav .nav-next{grid-column:2;text-align:end}.cxm-post-nav__label{display:block;margin-bottom:4px;color:var(--cxm-muted);font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.cxm-post-nav__title{font-weight:700;line-height:1.35}@media (max-width:600px){.cxm-post-nav .nav-links{grid-template-columns:minmax(0,1fr)}.cxm-post-nav .nav-next{grid-column:auto}.cxm-author-box{flex-direction:column}}.cxm-related{margin-top:48px}.cxm-404{text-align:center;max-width:960px;margin-inline:auto}.cxm-404__code{margin:0;color:var(--cxm-accent);font-family:var(--cxm-font-heading);font-size:clamp(5rem, 16vw, 9rem);font-weight:800;line-height:1;letter-spacing:-.05em}.cxm-404 .cxm-search-form{max-width:480px;margin:24px auto 56px}.cxm-404__latest{text-align:start}.cxm-sidebar__inner{position:static;top:calc(var(--cxm-header-h) + 24px);display:grid;gap:36px}.cxm-widget{font-size:.9375rem}.cxm-widget .wp-block-heading,.cxm-widget__title{position:relative;display:flex;align-items:center;gap:10px;margin-bottom:18px;font-size:1rem;font-weight:800}.cxm-widget__title::after{content:"";flex:1;height:1px;background:var(--cxm-line)}.cxm-widget__title span::before{content:"";display:inline-block;width:4px;height:1em;margin-inline-end:8px;border-radius:2px;background:var(--cxm-accent);vertical-align:-2px}.cxm-widget ul{margin:0;padding:0;list-style:none}.cxm-widget li{padding:8px 0;border-bottom:1px solid var(--cxm-line)}.cxm-widget li:last-child{border-bottom:0}.wp-block-latest-posts__post-date{display:block;margin-top:2px;color:var(--cxm-muted);font-size:.8125rem}.cxm-footer .wp-block-latest-posts__post-date{color:inherit;opacity:.75}.cxm-widget .wp-block-latest-posts__featured-image img{border-radius:var(--cxm-radius-sm)}.cxm-footer{--cxm-footer-heading:#fff;--cxm-footer-line:rgba(255, 255, 255, 0.1);--cxm-footer-hover:#fff;margin-top:40px;background:var(--cxm-footer-bg);color:var(--cxm-footer-text)}.cxm-footer a:hover{color:var(--cxm-footer-hover)}.cxm-footer__widgets{display:grid;grid-template-columns:repeat(var(--cxm-footer-cols,3),minmax(0,1fr));gap:40px;padding-block:56px}.cxm-footer .cxm-widget__title,.cxm-footer .wp-block-heading,.cxm-footer h2,.cxm-footer h3{color:var(--cxm-footer-heading)}.cxm-footer .cxm-widget li,.cxm-footer .cxm-widget__title::after{border-color:var(--cxm-footer-line);background-color:var(--cxm-footer-line)}.cxm-footer .cxm-widget li{background:0 0}.cxm-footer__bottom{border-top:1px solid var(--cxm-footer-line);font-size:.875rem}.cxm-footer__bottom-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px 24px;padding-block:20px}.cxm-footer__copyright{margin:0}@media (max-width:900px){.cxm-footer__widgets{grid-template-columns:minmax(0,1fr);gap:32px}.cxm-sidebar__inner{position:static}}.cxm-back-to-top{position:fixed;bottom:24px;inset-inline-end:24px;z-index:90;display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--cxm-accent);color:#fff;box-shadow:var(--cxm-shadow);opacity:0;visibility:hidden;transform:translateY(12px);transition:.25s}.cxm-back-to-top:hover{color:#fff}.cxm-back-to-top.is-visible{opacity:1;visibility:visible;transform:none}input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{width:100%;padding:10px 14px;border:1px solid var(--cxm-line);border-radius:var(--cxm-radius-sm);background:var(--cxm-bg);transition:border-color .2s,box-shadow .2s}input:focus,select:focus,textarea:focus{border-color:var(--cxm-accent);outline:0;box-shadow:0 0 0 3px color-mix(in srgb,var(--cxm-accent) 20%,transparent)}.cxm-button,button[type=submit],input[type=submit]{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 22px;border:0;border-radius:var(--cxm-radius-sm);background:var(--cxm-accent);color:var(--cxm-accent-contrast);font-weight:600;cursor:pointer;transition:filter .2s}.cxm-button:hover,button[type=submit]:hover,input[type=submit]:hover{filter:brightness(1.08)}.cxm-button:hover{color:var(--cxm-accent-contrast)}.cxm-button--outline{background:0 0;box-shadow:inset 0 0 0 2px var(--cxm-accent);color:var(--cxm-accent);transition:background-color .2s,color .2s}.cxm-button--outline:hover{background:var(--cxm-accent);color:var(--cxm-accent-contrast);filter:none}.cxm-search-form{position:relative;display:flex}.cxm-search-form__field{padding-inline-end:52px!important}.cxm-search-form__submit{position:absolute;top:4px;bottom:4px;inset-inline-end:4px;padding:0 12px!important;border-radius:max(2px,calc(var(--cxm-radius-sm) - 3px))}.cxm-pagination{margin-top:44px}.cxm-pagination .nav-links{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.cxm-page-links .post-page-numbers,.cxm-pagination .page-numbers{display:inline-grid;place-items:center;min-width:42px;height:42px;padding:0 12px;border:1px solid var(--cxm-line);border-radius:var(--cxm-radius-sm);font-weight:600}.cxm-page-links .post-page-numbers.current,.cxm-pagination .page-numbers.current,.cxm-pagination a.page-numbers:hover{border-color:var(--cxm-accent);background:var(--cxm-accent);color:#fff}.cxm-comments{margin-top:48px}.cxm-comment-list,.cxm-comment-list .children{margin:0;padding:0;list-style:none}.cxm-comment-list .children{padding-inline-start:clamp(16px,4vw,48px)}.cxm-comment-list .comment-body{margin-bottom:20px;padding:20px;border:1px solid var(--cxm-line);border-radius:var(--cxm-radius)}.cxm-comment-list .comment-author{display:flex;align-items:center;gap:10px;font-weight:700}.cxm-comment-list .comment-author .says{display:none}.cxm-comment-list .avatar{border-radius:50%}.cxm-comment-list .comment-metadata{margin:4px 0 10px;color:var(--cxm-muted);font-size:.8125rem}.cxm-comment-list .bypostauthor>.comment-body{border-color:var(--cxm-accent)}.cxm-comment-list .reply a{color:var(--cxm-accent);font-size:.875rem;font-weight:600}.comment-form{display:grid;gap:14px}.comment-form label{display:block;margin-bottom:4px;font-size:.875rem;font-weight:600}.comment-form-cookies-consent{display:flex;gap:8px;align-items:flex-start}.comment-form-cookies-consent label{font-weight:400}.cxm-entry-content .cxm-block-posts a,.cxm-widget .cxm-block-posts a{color:inherit;text-decoration:none}.cxm-entry-content .cxm-block-posts a:hover{color:var(--cxm-accent)}.cxm-entry-content .cxm-block-posts .cxm-badge,.cxm-entry-content .cxm-block-posts .cxm-badge:hover{color:var(--cxm-accent-contrast)}.cxm-entry-content .cxm-block-posts .cxm-card--overlay a{color:#fff}.cxm-entry-content .cxm-block-posts h2,.cxm-entry-content .cxm-block-posts h3{margin-top:0}.cxm-entry-content .cxm-card__title{font-size:1.125rem}.cxm-entry-content .cxm-card--lead .cxm-card__title{font-size:clamp(1.35rem, 2.4vw, 1.75rem)}.cxm-entry-content .cxm-card--small .cxm-card__title{font-size:.9375rem}.cxm-entry-content .cxm-card--list .cxm-card__title{font-size:1.3rem}.cxm-entry-content .cxm-block-posts img{border-radius:0}.cxm-main--home{padding-top:clamp(20px,3vw,32px)}.cxm-main--home .cxm-entry-content{font-size:1rem;line-height:1.7}.cxm-home__section+.cxm-home__section{margin-top:clamp(36px,5vw,60px)}.cxm-home__row{display:grid;gap:clamp(28px,3vw,44px);align-items:start}.cxm-home__row--2-1{grid-template-columns:minmax(0,2fr) minmax(0,1fr)}.cxm-home__row--1-1{grid-template-columns:repeat(2,minmax(0,1fr))}.cxm-home__col{min-width:0}.cxm-home__row--sticky>.cxm-home__col:last-child{position:sticky;top:calc(var(--cxm-header-h) + 24px)}.admin-bar .cxm-home__row--sticky>.cxm-home__col:last-child{top:calc(var(--cxm-header-h) + 56px)}.cxm-home__row--1-1 .cxm-posts--featured{grid-template-columns:minmax(0,1fr)}.cxm-home__block--hero .cxm-card--overlay .cxm-thumb{aspect-ratio:16/9}.cxm-home__block--hero .cxm-posts[style*="--cxm-cols:1"] .cxm-card--overlay .cxm-thumb{aspect-ratio:21/9}.cxm-home__section--newsletter .wp-block-group{margin:0}.cxm-home__block--hero .cxm-card--overlay .cxm-card__title{font-size:clamp(1.25rem, 2.2vw, 1.6rem)}.cxm-home__block--hero .cxm-posts[style*="--cxm-cols:1"] .cxm-card--overlay .cxm-card__title{max-width:760px;font-size:clamp(1.5rem, 3.4vw, 2.5rem);line-height:1.2}.cxm-home .cxm-posts--featured .cxm-card--lead .cxm-thumb{aspect-ratio:16/9}.cxm-home--minimal .cxm-main--home .cxm-content{width:100%;max-width:860px;margin-inline:auto}.cxm-home--minimal .cxm-card--list{grid-template-columns:180px minmax(0,1fr);align-items:start}.cxm-home--minimal .cxm-card--list .cxm-card__title{font-size:1.2rem}@media (max-width:600px){.cxm-home--minimal .cxm-card--list{grid-template-columns:110px minmax(0,1fr);gap:14px}.cxm-home--minimal .cxm-card--list .cxm-card__title{font-size:1rem}.cxm-home__block--hero .cxm-card--overlay .cxm-thumb,.cxm-home__block--hero .cxm-posts[style*="--cxm-cols:1"] .cxm-card--overlay .cxm-thumb{aspect-ratio:4/3}}.cxm-content--shop .products{margin-top:24px}@media (prefers-reduced-motion:reduce){.cxm-flag--breaking::before,.cxm-flag--live::before{animation:none}*,::after,::before{animation-duration:0s!important;animation-iteration-count:1!important;transition-duration:0s!important;scroll-behavior:auto!important}}.cxm-sticky-sidebar .cxm-sidebar__inner{position:sticky}.cxm-boxed{background:var(--cxm-surface)}.cxm-boxed .cxm-site{max-width:calc(var(--cxm-container) + var(--cxm-gutter) * 2 + 40px);margin:0 auto;background:var(--cxm-bg);box-shadow:0 0 40px rgba(15,23,42,.08)}.cxm-radius-none .cxm-share__btn,.cxm-radius-none .cxm-tags a,.cxm-radius-none .cxm-ticker__label{border-radius:0}.cxm-branding__tagline{margin:6px 0 0;color:var(--cxm-muted);font-size:.8125rem;line-height:1.3}.cxm-logo-dark,[data-scheme=dark] .cxm-branding--has-dark .custom-logo-link{display:none}[data-scheme=dark] .cxm-branding--has-dark .cxm-logo-dark{display:inline-block}.cxm-header__cta{margin-inline-start:8px;padding:8px 16px;font-size:.875rem;white-space:nowrap}.cxm-header__top{padding-block:18px}.cxm-header__bar{border-top:1px solid var(--cxm-line)}.cxm-header__bottom{min-height:0}.cxm-header__bottom .cxm-menu>li>a{padding-block:14px}.cxm-header--centered .cxm-header__top{justify-content:center;text-align:center}.cxm-header--centered .cxm-branding__title{font-size:clamp(1.8rem, 3.4vw, 2.6rem)}.cxm-header--centered .cxm-branding .custom-logo{max-height:72px;margin-inline:auto}.cxm-header--banner .cxm-header__top{justify-content:space-between}.cxm-header__banner{margin-inline-start:auto;max-width:728px}.cxm-header__banner .cxm-ad{margin:0}.cxm-header__mobile-actions{display:none}@media (max-width:1024px){.cxm-home__row--1-1,.cxm-home__row--2-1{grid-template-columns:minmax(0,1fr)}.cxm-home__row--sticky>.cxm-home__col:last-child,.cxm-sticky-sidebar .cxm-sidebar__inner{position:static}.cxm-header--banner .cxm-header__bar,.cxm-header--centered .cxm-header__bar,.cxm-header__banner{display:none}.cxm-header__mobile-actions{display:block;margin-inline-start:auto}.cxm-header--centered .cxm-header__top{justify-content:flex-start;padding-block:8px;text-align:start}.cxm-header--centered .cxm-branding .custom-logo{margin-inline:0;max-height:44px}.cxm-branding__tagline,.cxm-header__cta{display:none}}.cxm-topbar__right{display:flex;align-items:center;gap:18px;margin-inline-start:auto}.cxm-social{display:flex;flex-wrap:wrap;gap:4px;margin:0;padding:0;list-style:none}.cxm-social a{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;transition:background-color .2s,color .2s}.cxm-social--topbar a{width:26px;height:26px}.cxm-social--topbar a:hover{background:rgba(255,255,255,.1);color:#fff}.cxm-social--footer a:hover{background:var(--cxm-footer-line);color:var(--cxm-footer-hover)}.cxm-social--footer a{width:36px;height:36px;border:1px solid var(--cxm-footer-line)}.cxm-social--author{margin-top:10px}.cxm-social--author a{border:1px solid var(--cxm-line);background:var(--cxm-bg)}.cxm-social--author a:hover{border-color:var(--cxm-accent);color:var(--cxm-accent)}.cxm-single__badges{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:8px}.cxm-single__badges .cxm-badge,.cxm-single__badges .cxm-flag{margin:0}.cxm-sponsored{display:inline-block;padding:3px 9px;border:1px solid #d97706;border-radius:4px;color:#b45309;font-size:.6875rem;font-weight:700;letter-spacing:.06em;line-height:1.5;text-transform:uppercase}.cxm-hero .cxm-sponsored{border-color:#fbbf24;color:#fde68a}.cxm-meta__updated time{font-weight:600}.cxm-share--top{margin-bottom:28px}.cxm-toc{margin-block:0 1.8em;border:1px solid var(--cxm-line);border-radius:var(--cxm-radius);background:var(--cxm-surface);font-size:1rem}.cxm-toc__title{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;cursor:pointer;font-family:var(--cxm-font-heading);font-weight:700;list-style:none}.cxm-toc__title::-webkit-details-marker{display:none}.cxm-toc__title::after{content:"";width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform .2s}.cxm-toc details[open] .cxm-toc__title::after{transform:rotate(-135deg)}.cxm-entry-content .cxm-toc ol{margin:0;padding-block:0;padding-inline:1.4em 0}.cxm-entry-content .cxm-toc ol.cxm-toc__list{margin:0;padding-block:0 16px;padding-inline:2.6em 20px}.cxm-entry-content .cxm-toc li+li,.cxm-entry-content .cxm-toc ol ol{margin-top:.3em}.cxm-entry-content .cxm-toc a{color:var(--cxm-text);text-decoration:none}.cxm-entry-content .cxm-toc a:hover{color:var(--cxm-accent);text-decoration:underline}.cxm-entry-content :is(h2,h3)[id]{scroll-margin-top:calc(var(--cxm-header-h) + 20px)}.cxm-ad{margin-block:28px;text-align:center;clear:both}.cxm-ad__label{display:block;margin-bottom:6px;color:var(--cxm-muted);font-size:.6875rem;letter-spacing:.08em;text-transform:uppercase}.cxm-ad__inner{display:flex;justify-content:center;overflow:hidden}.cxm-ad__inner img{height:auto}.cxm-posts>.cxm-ad{grid-column:1/-1;margin-block:0}.cxm-loadmore{display:flex;justify-content:center;margin-top:44px}.cxm-loadmore__btn[aria-busy=true]{opacity:.7;pointer-events:none}.cxm-loadmore[data-cxm-loadmore=infinite].is-js .cxm-loadmore__btn{visibility:hidden}.cxm-loadmore.is-loading::after{content:"";width:28px;height:28px;border:3px solid var(--cxm-line);border-top-color:var(--cxm-accent);border-radius:50%;animation:.8s linear infinite cxm-spin}.cxm-loadmore.is-loading .cxm-loadmore__btn{display:none}@keyframes cxm-spin{to{transform:rotate(360deg)}}.cxm-hero__lead{max-width:720px;margin:-4px 0 18px;color:rgba(255,255,255,.88);font-size:1.15rem;line-height:1.55}.sticky .cxm-card__title::before{content:"";display:inline-block;width:8px;height:8px;margin-inline-end:8px;border-radius:50%;background:var(--cxm-accent);vertical-align:middle}.bypostauthor>.comment-body .fn::after{content:"\2605";margin-inline-start:4px;color:var(--cxm-accent)}.is-style-cxm-shadow img{border-radius:var(--cxm-radius);box-shadow:0 18px 40px rgba(15,23,42,.18)}.wp-block-heading.is-style-cxm-section{display:flex;align-items:center;gap:12px;font-size:1.15rem}.wp-block-heading.is-style-cxm-section::before{content:"";width:4px;height:1.1em;border-radius:2px;background:var(--cxm-accent)}.wp-block-heading.is-style-cxm-section::after{content:"";flex:1;height:1px;background:var(--cxm-line)}.wp-block-group.is-style-cxm-card{padding:clamp(18px,3vw,28px);border:1px solid var(--cxm-line);border-radius:var(--cxm-radius);background:var(--cxm-surface)}.cxm-entry-content ul.is-style-cxm-checklist{padding-inline-start:0;list-style:none}.cxm-entry-content ul.is-style-cxm-checklist li{position:relative;padding-inline-start:1.8em}.cxm-entry-content ul.is-style-cxm-checklist li::before{content:"";position:absolute;top:.45em;inset-inline-start:0.2em;width:.45em;height:.8em;border-right:2px solid var(--cxm-accent);border-bottom:2px solid var(--cxm-accent);transform:rotate(45deg)}.cxm-header--masthead .cxm-masthead{padding-block:0}.cxm-masthead__meta{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:36px;border-bottom:1px solid var(--cxm-line);color:var(--cxm-muted);font-size:.8125rem}.cxm-masthead__date{display:inline-flex;align-items:center;gap:6px}.cxm-social--masthead a{width:26px;height:26px}.cxm-masthead__brand{justify-content:center;padding-block:22px 18px;text-align:center}.cxm-header--masthead .cxm-branding__title{font-size:clamp(2.2rem, 5vw, 3.6rem);letter-spacing:-.02em}.cxm-header--masthead .cxm-branding .custom-logo{max-height:84px;margin-inline:auto}.cxm-header--masthead .cxm-header__bar{border-top:4px double var(--cxm-text);border-bottom:1px solid var(--cxm-line)}.cxm-header--masthead .cxm-header__bottom{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)}.cxm-header--masthead .cxm-header__bottom .cxm-nav{grid-column:2;flex:none}.cxm-header--masthead .cxm-header__bottom .cxm-header__actions{grid-column:3;justify-self:end}.cxm-header__main{padding-block:14px}.cxm-header__search{flex:1;max-width:560px;margin-inline:auto}.cxm-header__search .cxm-search-form__field{border-radius:999px;background:var(--cxm-surface)}.cxm-header__search .cxm-search-form__submit{aspect-ratio:1;padding:0!important;border-radius:50%}.cxm-header--search .cxm-header__main .cxm-header__actions{margin-inline-start:0}.cxm-header--search [data-cxm-open-search]{display:none}.cxm-header__split{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)}.cxm-header__split-start{display:flex;align-items:center;min-width:0}.cxm-header--split .cxm-branding{justify-self:center;text-align:center}.cxm-header__split-end{display:flex;align-items:center;justify-content:flex-end;min-width:0}.cxm-header--split .cxm-header__split-end .cxm-header__actions{margin-inline-start:12px}.cxm-header--split .cxm-menu{flex-wrap:nowrap}.cxm-header--split .cxm-menu>li>a{padding-inline:9px}.cxm-header--split .cxm-header__split{column-gap:32px}.cxm-header--split.is-collapsed .cxm-nav,.cxm-header--split.is-compact .cxm-header__cta{display:none}.cxm-header--split.is-collapsed .cxm-header__menu-btn{display:inline-grid;margin-inline-start:-8px}.cxm-header--split .cxm-nav--end .cxm-menu{justify-content:flex-end}.cxm-header--minimal .cxm-header__menu-btn{display:inline-grid;margin-inline-start:-8px}@media (max-width:1024px){.cxm-header--masthead .cxm-header__bar,.cxm-header--masthead .cxm-masthead__meta,.cxm-header--search .cxm-header__bar,.cxm-header__search{display:none}.cxm-masthead__brand{justify-content:flex-start;padding-block:8px;text-align:start}.cxm-header--masthead .cxm-branding__title{font-size:1.35rem}.cxm-header--masthead .cxm-branding .custom-logo{max-height:44px;margin-inline:0}.cxm-header__main{padding-block:0}.cxm-header--search [data-cxm-open-search]{display:inline-grid}.cxm-header--search .cxm-header__main .cxm-header__actions{margin-inline-start:auto}}.cxm-footer-light .cxm-footer{--cxm-footer-bg:var(--cxm-surface);--cxm-footer-text:var(--cxm-muted);--cxm-footer-heading:var(--cxm-text);--cxm-footer-line:var(--cxm-line);--cxm-footer-hover:var(--cxm-accent);border-top:1px solid var(--cxm-line)}.cxm-footer__brand{display:inline-block;color:var(--cxm-footer-heading)}.cxm-footer__logo{width:auto;max-height:48px}.cxm-footer__site-title{font-family:var(--cxm-font-heading);font-size:1.5rem;font-weight:800;letter-spacing:-.02em}.cxm-footer__about-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,3fr);gap:40px;padding-block:56px}.cxm-footer__about-grid:not(:has(.cxm-footer__widgets)){grid-template-columns:minmax(0,560px)}.cxm-footer__about-grid .cxm-footer__widgets{max-width:none;margin:0;padding:0}.cxm-footer__tagline{margin:14px 0 18px}.cxm-footer__centered{display:flex;flex-direction:column;align-items:center;gap:18px;padding-block:48px;text-align:center}.cxm-footer__centered .cxm-footer__menu{justify-content:center}.cxm-footer__centered .cxm-footer__copyright{font-size:.875rem}.cxm-footer--minimal{margin-top:56px;font-size:.875rem}@media (max-width:900px){.cxm-footer__about-grid{grid-template-columns:minmax(0,1fr)}}.cxm-newsletter{--cxm-nl-heading:var(--cxm-text);--cxm-nl-text:var(--cxm-muted);--cxm-nl-field-bg:var(--cxm-bg);--cxm-nl-field-line:var(--cxm-line);--cxm-nl-field-text:var(--cxm-text)}.cxm-newsletter__card{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);gap:24px 48px;align-items:center}.cxm-newsletter__intro{display:flex;align-items:flex-start;gap:18px}.cxm-newsletter__icon{display:grid;flex-shrink:0;place-items:center;width:56px;height:56px;border-radius:16px;background:color-mix(in srgb,var(--cxm-accent) 16%,transparent);color:var(--cxm-accent)}.cxm-newsletter__title{margin:2px 0 6px;color:var(--cxm-nl-heading);font-size:clamp(1.3rem, 2.4vw, 1.7rem);letter-spacing:-.01em;line-height:1.2}.cxm-newsletter__text{margin:0;color:var(--cxm-nl-text);font-size:.975rem}.cxm-newsletter__row{display:flex;gap:8px;padding:6px;border:1px solid var(--cxm-nl-field-line);border-radius:calc(var(--cxm-radius-sm) + 6px);background:var(--cxm-nl-field-bg);box-shadow:0 8px 24px rgba(15,23,42,.08);transition:border-color .2s,box-shadow .2s}.cxm-newsletter__row:focus-within{border-color:var(--cxm-accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--cxm-accent) 22%,transparent)}.cxm-newsletter__field{display:flex;flex:1;align-items:center;gap:10px;min-width:0;padding-inline-start:12px;color:var(--cxm-muted)}.cxm-newsletter__field input[type=email]{width:100%;min-width:0;padding:10px 4px;border:0;background:0 0;box-shadow:none;color:var(--cxm-nl-field-text);font-size:1rem;outline:0}.cxm-newsletter__field input::placeholder{color:var(--cxm-muted);opacity:.85}.cxm-newsletter__submit{flex-shrink:0;padding:12px 22px;border-radius:var(--cxm-radius-sm);white-space:nowrap}.cxm-newsletter__submit .cxm-icon{transition:transform .2s}.cxm-newsletter__submit:hover .cxm-icon{transform:translateX(3px)}.cxm-newsletter__form.is-loading .cxm-newsletter__submit{cursor:wait;opacity:.7}.cxm-newsletter__consent{display:flex;align-items:flex-start;gap:8px;margin-top:12px;color:var(--cxm-nl-text);font-size:.8125rem;line-height:1.5;cursor:pointer}.cxm-newsletter__consent input{flex-shrink:0;width:16px;height:16px;margin-top:2px;accent-color:var(--cxm-accent)}.cxm-newsletter__consent a{color:inherit;text-decoration:underline;text-underline-offset:2px}.cxm-newsletter__note{margin:10px 0 0;color:var(--cxm-nl-text);font-size:.8125rem}.cxm-newsletter__msg{margin:8px 0 0;font-size:.875rem;font-weight:600}.cxm-newsletter__msg:empty{display:none}.cxm-newsletter__msg.is-error{color:#dc2626}.cxm-newsletter__done{display:flex;align-items:center;gap:12px;margin:0;padding:16px 18px;border-radius:calc(var(--cxm-radius-sm) + 6px);background:color-mix(in srgb,#16a34a 14%,transparent);color:var(--cxm-nl-heading);font-weight:600;outline:0}.cxm-newsletter__done::before{content:"";flex-shrink:0;width:28px;height:28px;border-radius:50%;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/16px no-repeat #16a34a}.cxm-newsletter.is-highlighted .cxm-newsletter__row{animation:1.6s ease-out cxm-newsletter-glow}@keyframes cxm-newsletter-glow{0%,40%{border-color:var(--cxm-accent);box-shadow:0 0 0 6px color-mix(in srgb,var(--cxm-accent) 35%,transparent)}}.cxm-newsletter__done.is-pending{background:color-mix(in srgb,var(--cxm-accent) 12%,transparent)}.cxm-newsletter__done.is-pending::before{background:var(--cxm-accent) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='20' height='16' x='2' y='4' rx='2'/%3E%3Cpath d='m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7'/%3E%3C/svg%3E") center/15px no-repeat}.cxm-newsletter__hp{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.cxm-newsletter__embed{width:100%}.cxm-newsletter--footer{--cxm-nl-heading:var(--cxm-footer-heading);--cxm-nl-text:var(--cxm-footer-text);position:relative;overflow:hidden;border-bottom:1px solid var(--cxm-footer-line);background:radial-gradient(60% 140% at 100% 0,color-mix(in srgb,var(--cxm-accent) 26%,transparent),transparent 60%),color-mix(in srgb,var(--cxm-accent) 7%,transparent)}.cxm-newsletter--footer .cxm-newsletter__card{padding-block:clamp(36px,5vw,56px)}.cxm-newsletter--home .cxm-newsletter__card{--cxm-nl-heading:#fff;--cxm-nl-text:rgba(255, 255, 255, 0.78);position:relative;overflow:hidden;padding:clamp(28px,5vw,56px);border-radius:var(--cxm-radius);background:radial-gradient(70% 120% at 100% 0,color-mix(in srgb,var(--cxm-accent) 55%,transparent),transparent 65%),linear-gradient(135deg,var(--cxm-topbar-bg),color-mix(in srgb,var(--cxm-topbar-bg) 70%,var(--cxm-accent)));box-shadow:var(--cxm-shadow)}.cxm-newsletter--home .cxm-newsletter__icon{background:rgba(255,255,255,.12);color:#fff}.cxm-newsletter--home .cxm-newsletter__row{--cxm-nl-field-line:transparent;box-shadow:0 12px 32px rgba(0,0,0,.25)}.cxm-newsletter--home .cxm-newsletter__done{background:rgba(255,255,255,.12)}.cxm-newsletter--post{margin-block:40px 8px}.cxm-newsletter--post .cxm-newsletter__card{grid-template-columns:minmax(0,1fr);gap:18px;padding:24px;border:1px solid var(--cxm-line);border-inline-start:4px solid var(--cxm-accent);border-radius:var(--cxm-radius);background:var(--cxm-surface)}.cxm-newsletter--post .cxm-newsletter__icon{width:46px;height:46px;border-radius:12px}.cxm-newsletter--post .cxm-newsletter__title{font-size:1.25rem}.cxm-newsletter--post .cxm-newsletter__row{box-shadow:none}.cxm-newsletter-setup{margin-block:16px;padding:12px 16px;border:1px dashed #d97706;border-radius:var(--cxm-radius-sm);background:#fffbeb;color:#78350f;font-size:.875rem}.cxm-newsletter-setup--footer{margin:0;border-radius:0;text-align:center}.cxm-newsletter-setup p{margin:0}@media (max-width:900px){.cxm-newsletter__card{grid-template-columns:minmax(0,1fr)}}@media (max-width:520px){.cxm-newsletter__row{flex-direction:column;padding:8px}.cxm-newsletter__field{padding-inline-start:8px}.cxm-newsletter__submit{justify-content:center;width:100%}.cxm-newsletter__icon{display:none}}.cxm-nl-notice{position:fixed;left:50%;bottom:max(20px,env(safe-area-inset-bottom));z-index:1000;display:flex;align-items:flex-start;gap:14px;width:min(560px,calc(100vw - 32px));padding:18px 18px 18px 20px;border:1px solid var(--cxm-line);border-top:4px solid var(--cxm-accent);border-radius:var(--cxm-radius);background:var(--cxm-bg);box-shadow:0 24px 60px rgba(15,23,42,.25);color:var(--cxm-text);transform:translateX(-50%);animation:.3s ease-out cxm-nl-notice-in}.cxm-nl-notice--success{border-top-color:#16a34a}.cxm-nl-notice--error{border-top-color:#dc2626}.cxm-nl-notice__icon{display:grid;flex-shrink:0;place-items:center;width:40px;height:40px;border-radius:50%;background:color-mix(in srgb,var(--cxm-accent) 14%,transparent);color:var(--cxm-accent)}.cxm-nl-notice--success .cxm-nl-notice__icon{background:color-mix(in srgb,#16a34a 14%,transparent);color:#16a34a}.cxm-nl-notice--error .cxm-nl-notice__icon{background:color-mix(in srgb,#dc2626 12%,transparent);color:#dc2626}.cxm-nl-notice__body{flex:1;min-width:0}.cxm-nl-notice__title{margin:0 0 4px;font-size:1.05rem;font-weight:700}.cxm-nl-notice__text{margin:0;color:var(--cxm-muted);overflow-wrap:anywhere}.cxm-nl-notice--error .cxm-nl-notice__text,.cxm-nl-notice--success .cxm-nl-notice__text{margin-top:8px;color:var(--cxm-text);font-weight:600}.cxm-nl-notice__text strong{color:var(--cxm-text)}.cxm-nl-notice__form{margin-top:14px}.cxm-nl-notice__close{display:grid;flex-shrink:0;place-items:center;width:32px;height:32px;padding:0;border:0;border-radius:50%;background:0 0;color:var(--cxm-muted);cursor:pointer}.cxm-nl-notice__close:hover{background:var(--cxm-surface);color:var(--cxm-text)}@keyframes cxm-nl-notice-in{from{opacity:0;transform:translate(-50%,16px)}}.cxm-review{margin:var(--cxm-gap) 0;padding:clamp(18px,3vw,28px);border:1px solid var(--cxm-line);border-radius:var(--cxm-radius);background:var(--cxm-surface)}.cxm-review__head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.cxm-review__eyebrow{margin:0 0 2px;color:var(--cxm-muted);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.cxm-review__title{margin:0;font-size:clamp(20px, 2.6vw, 26px);line-height:1.25}.cxm-score{--cxm-score-color:var(--cxm-accent);display:inline-flex;align-items:baseline;gap:2px;padding:4px 10px;border-radius:var(--cxm-radius-sm);background:var(--cxm-score-color);color:#fff;font-family:var(--cxm-font-heading);font-weight:800;font-variant-numeric:tabular-nums;line-height:1.1}.cxm-score--outstanding{--cxm-score-color:#15803d}.cxm-score--great{--cxm-score-color:#4d7c0f}.cxm-score--good{--cxm-score-color:#a16207}.cxm-score--fair{--cxm-score-color:#c2410c}.cxm-score--poor{--cxm-score-color:#b91c1c}.cxm-score--large{flex-direction:column;align-items:center;gap:0;min-width:96px;padding:12px 16px}.cxm-score--large .cxm-score__value{font-size:34px}.cxm-score--large .cxm-score__scale{font-size:13px;opacity:.8}.cxm-score__grade{margin-top:4px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;opacity:.9}.cxm-score--card{padding:2px 7px;font-size:12px}.cxm-score--card .cxm-score__grade{display:none}.cxm-stars{position:relative;display:inline-block;font-size:22px;letter-spacing:2px;line-height:1}.cxm-stars__empty{color:var(--cxm-line)}.cxm-stars__full{position:absolute;inset:0;width:var(--cxm-stars,0%);overflow:hidden;color:#eab308;white-space:nowrap}.cxm-review__stars{margin:0 0 14px}.cxm-review__summary{margin-bottom:18px;color:var(--cxm-text)}.cxm-review__summary p:last-child{margin-bottom:0}.cxm-review__criteria{display:grid;gap:10px;margin-bottom:18px}.cxm-review__criterion{display:grid;grid-template-columns:minmax(80px,150px) minmax(0,1fr) 46px;align-items:center;gap:12px}.cxm-review__label{font-size:14px;font-weight:600}.cxm-review__bar{height:9px;overflow:hidden;border-radius:999px;background:var(--cxm-line)}.cxm-review__fill{display:block;height:100%;border-radius:999px;background:var(--cxm-accent)}.cxm-review__fill--outstanding{background:#15803d}.cxm-review__fill--great{background:#4d7c0f}.cxm-review__fill--good{background:#a16207}.cxm-review__fill--fair{background:#c2410c}.cxm-review__fill--poor{background:#b91c1c}.cxm-review__number{font-weight:700;font-variant-numeric:tabular-nums;text-align:right}.cxm-review__verdict{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px;padding-top:18px;border-top:1px solid var(--cxm-line)}.cxm-review__list h3{margin:0 0 8px;font-size:14px;letter-spacing:.02em;text-transform:uppercase}.cxm-review__list ul{margin:0;padding:0;list-style:none}.cxm-review__list li{position:relative;margin-bottom:6px;padding-left:24px;font-size:15px}.cxm-review__list li::before{position:absolute;left:0;font-weight:700}.cxm-review__list--pros li::before{content:"+";color:#15803d}.cxm-review__list--cons li::before{content:"\2212";color:#b91c1c}.cxm-rating{display:flex;flex-wrap:wrap;align-items:center;gap:8px 14px;margin-top:18px;padding-top:18px;border-top:1px solid var(--cxm-line)}.cxm-rating__label{font-size:14px;font-weight:600}.cxm-rating__stars{display:inline-flex;flex-direction:row-reverse;gap:2px}.cxm-rating__stars input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.cxm-rating__star{color:var(--cxm-line);cursor:pointer;font-size:26px;line-height:1;transition:color .12s}.cxm-rating__star:hover,.cxm-rating__star:hover~.cxm-rating__star,.cxm-rating__stars input:checked~.cxm-rating__star{color:#eab308}.cxm-rating__stars input:focus-visible+.cxm-rating__star{outline:2px solid var(--cxm-accent);outline-offset:2px}.cxm-rating.is-voted .cxm-rating__star{cursor:default}.cxm-rating__result{color:var(--cxm-muted);font-size:14px;font-variant-numeric:tabular-nums}.cxm-rating__result strong{color:var(--cxm-text);font-size:16px}@media (prefers-reduced-motion:reduce){.cxm-newsletter.is-highlighted .cxm-newsletter__row,.cxm-nl-notice{animation:none}.cxm-rating__star{transition:none}}@media (max-width:600px){.cxm-review__criterion{grid-template-columns:minmax(0,1fr) 46px}.cxm-review__bar{grid-column:1/-1;order:3}}.cxm-live{margin-top:18px;text-align:left}.cxm-live__status{margin:0 0 10px;color:var(--cxm-muted);font-size:13px;letter-spacing:.02em;text-transform:uppercase}.cxm-live__results{display:grid;gap:2px;max-height:min(52vh,460px);overflow-y:auto;overscroll-behavior:contain}.cxm-result{display:grid;grid-template-columns:76px minmax(0,1fr);gap:14px;align-items:center;padding:8px;border-radius:var(--cxm-radius-sm);color:inherit;text-decoration:none}.cxm-result:focus-visible,.cxm-result:hover{background:var(--cxm-surface);color:inherit}.cxm-result__thumb{aspect-ratio:4/3;overflow:hidden;border-radius:var(--cxm-radius-sm);background:var(--cxm-surface)}.cxm-result__thumb img{width:100%;height:100%;object-fit:cover}.cxm-result__body{display:grid;gap:3px;min-width:0}.cxm-result__title{display:-webkit-box;overflow:hidden;font-family:var(--cxm-font-heading);font-size:15px;font-weight:700;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.cxm-result__meta{display:flex;flex-wrap:wrap;gap:4px 10px;color:var(--cxm-muted);font-size:12px}.cxm-result__cat{color:var(--cxm-accent);font-weight:700;text-transform:uppercase;letter-spacing:.04em}.cxm-live__more{display:inline-block;margin-top:12px;font-size:14px;font-weight:600}@media (max-width:480px){.cxm-result{grid-template-columns:58px minmax(0,1fr);gap:10px}}.cxm-ad__creative--desktop{display:none}.cxm-ad__creative--mobile{display:block}@media (min-width:782px){.cxm-ad__creative--desktop{display:block}.cxm-ad__creative--mobile{display:none}}.cxm-ad__creative[hidden]{display:none}.cxm-sticky-ad{position:fixed;right:0;bottom:0;left:0;z-index:90;display:flex;align-items:center;justify-content:center;min-height:56px;padding:8px 44px 8px 12px;padding-bottom:max(8px,env(safe-area-inset-bottom));border-top:1px solid var(--cxm-line);background:var(--cxm-bg);box-shadow:0 -6px 24px rgba(15,23,42,.12)}.cxm-sticky-ad .cxm-ad{margin:0}.cxm-sticky-ad .cxm-ad__label{display:none}.cxm-sticky-ad__close{position:absolute;top:6px;right:8px;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:1px solid var(--cxm-line);border-radius:50%;background:var(--cxm-bg);color:var(--cxm-muted);cursor:pointer}.cxm-sticky-ad__close:hover{color:var(--cxm-text)}.cxm-has-sticky-ad .cxm-back-to-top{bottom:84px}@media (max-width:600px){.cxm-sticky-ad{min-height:52px}}.cxm-canvas{margin:0;padding:0;background:var(--cxm-bg)}.cxm-canvas .cxm-canvas__content{min-height:100vh}