:root{color-scheme:light;--paper:#fff;--paper-deep:#edf2f6;--surface:#fff;--surface-soft:#f4f7f9;--ink:#080d13;--text:#26313a;--muted:#5b6871;--rule:#d6e0e7;--rule-strong:#9fadb8;--blue:#0c83f3;--blue-dark:#075bb7;--blue-soft:#eaf5ff;--cyan:#10cdb9;--cyan-soft:#e7faf7;--amber:#f1a24a;--amber-soft:#fff4e7;--content-guide-bg:#e7faf7;--content-guide-fg:#08665d;--content-guide-border:#a9e5dc;--content-comparison-bg:#fff2e2;--content-comparison-fg:#87440f;--content-comparison-border:#efc594;--content-kit-bg:#eef1ff;--content-kit-fg:#30499b;--content-kit-border:#cbd4ff;--acid:#10cdb9;--orange:#d66a2f;--tested-bg:#e7f4ea;--tested-fg:#205c36;--progress-bg:#e9eeff;--progress-fg:#1647d8;--research-bg:#f0f2f5;--research-fg:#45505b;--limit-bg:#fce9e3;--limit-fg:#8a2f1c;--white:#fff;--max:1216px;--reading:72ch;--gutter:clamp(1rem, 3vw, 2rem);--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:3rem;--space-8:3.5rem;--space-9:4.25rem;--radius-sm:4px;--radius-md:10px;--radius-lg:18px;--radius-pill:999px;--shadow-card:0 1px 2px #080d1312, 0 14px 36px #080d1312;--shadow-menu:0 20px 50px #181a1b24;--font-editorial:Georgia, "Times New Roman", serif;--font-sans:Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:6rem}body{background:var(--paper);color:var(--text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.6;overflow-x:clip}img{max-width:100%;display:block}a{color:inherit}button,input,summary{font:inherit}a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid var(--blue);outline-offset:3px}h1,h2,h3,p{text-wrap:pretty}h1,h2{color:var(--ink);font-family:var(--font-editorial);letter-spacing:-.035em;font-weight:700}h3{color:var(--ink)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:200;border-radius:var(--radius-md);background:var(--ink);color:var(--white);padding:.75rem 1rem;font-weight:700;text-decoration:none;position:fixed;top:-6rem;left:1rem}.skip-link:focus{top:1rem}.site-header{width:min(calc(100% - 2rem), var(--max));border-bottom:1px solid var(--rule);backdrop-filter:blur(16px);z-index:80;background:#fffffff7;justify-content:space-between;align-items:center;gap:1.5rem;min-height:72px;margin:0 auto;padding:.45rem 0;display:flex;position:sticky;top:0;box-shadow:0 8px 24px #080d130a}.wordmark{min-height:54px;color:var(--ink);align-items:center;gap:.55rem;text-decoration:none;display:inline-flex}.wordmark-mark{place-items:center;width:3.2rem;height:2.5rem;display:grid}.wordmark-mark img{object-fit:contain;width:100%;height:100%}.wordmark-divider{background:#8ba1b2;width:1px;height:2.5rem}.wordmark-copy{white-space:nowrap;flex-direction:column;gap:.08rem;width:6.8rem;line-height:1;display:flex}.wordmark-copy small{color:var(--ink);letter-spacing:.19em;text-transform:uppercase;font-family:Arial Black,Arial,Helvetica,sans-serif;font-size:.7rem;font-weight:900;line-height:.92}.wordmark-copy strong{color:#0000;letter-spacing:-.045em;text-transform:uppercase;background:linear-gradient(90deg,#075dff,#0a8fff 58%,#08bfb1);-webkit-background-clip:text;background-clip:text;font-family:Arial Black,Arial,Helvetica,sans-serif;font-size:1.4rem;font-weight:900;line-height:.8}.desktop-nav{align-items:center;gap:clamp(.7rem,1.5vw,1.2rem);font-size:.84rem;font-weight:650;display:flex}.desktop-nav>a:not(.nav-cta){border-radius:var(--radius-md);min-height:44px;color:var(--text);white-space:nowrap;align-items:center;padding:0 .5rem;text-decoration:none;display:inline-flex}.desktop-nav>a:not(.nav-cta):hover{background:var(--cyan-soft);color:var(--blue-dark)}.desktop-nav>a:not(.nav-cta)[aria-current=page]{background:linear-gradient(90deg, var(--blue), var(--cyan)) bottom center / 72% 3px no-repeat;color:var(--blue-dark)}.nav-topics{z-index:20;position:relative}.nav-topics>summary{border-radius:var(--radius-md);min-height:44px;color:var(--text);cursor:pointer;white-space:nowrap;align-items:center;gap:.28rem;padding:0 .5rem;list-style:none;display:inline-flex}.nav-topics>summary::-webkit-details-marker{display:none}.nav-topics>summary:hover,.nav-topics[open]>summary{background:var(--cyan-soft);color:var(--blue-dark)}.nav-topics>summary:focus-visible{outline:3px solid var(--cyan);outline-offset:2px}.nav-topics>summary>span{transition:transform .16s}.nav-topics[open]>summary>span{transform:rotate(180deg)}.nav-topics>.topic-menu-panel{overscroll-behavior:contain;scrollbar-gutter:stable;border:1px solid var(--rule);border-top:3px solid var(--cyan);border-radius:var(--radius-lg);background:var(--surface);width:min(820px,100vw - 2rem);max-height:min(570px,100vh - 90px);box-shadow:var(--shadow-menu);padding:.8rem;position:absolute;top:calc(100% + .4rem);left:50%;overflow-y:auto;transform:translate(-50%)}.nav-topics[open]>.topic-menu-panel{animation:.16s ease-out both topic-menu-in}@keyframes topic-menu-in{0%{opacity:0;transform:translate(-50%,-.35rem)}to{opacity:1;transform:translate(-50%)}}.topic-menu-groups{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;display:grid}.topic-menu-group{min-width:0}.topic-menu-group+.topic-menu-group{border-left:1px solid var(--rule);padding-left:.75rem}.topic-menu-group>p{color:var(--blue-dark);letter-spacing:.08em;text-transform:uppercase;margin:0 0 .3rem;padding:0 .55rem;font-size:.68rem;font-weight:800}.topic-menu-group>div{gap:.18rem;display:grid}.topic-menu-group a{min-height:44px;color:var(--ink);border-radius:.55rem;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.45rem;padding:.48rem .55rem;line-height:1.15;text-decoration:none;transition:background-color .14s,color .14s;display:grid}.topic-menu-group a:hover{background:var(--blue-soft);color:var(--blue-dark)}.topic-menu-group a:focus-visible,.topic-menu-all:focus-visible{outline:3px solid var(--cyan);outline-offset:1px}.topic-menu-group a span{min-width:0;font-weight:700}.topic-menu-link-arrow{color:var(--blue);opacity:0;transition:opacity .14s,transform .14s;transform:translate(-.2rem)}.topic-menu-group a:hover .topic-menu-link-arrow,.topic-menu-group a:focus-visible .topic-menu-link-arrow{opacity:1;transform:translate(0)}.topic-menu-all{border-top:1px solid var(--rule);min-height:46px;color:var(--blue-dark);justify-content:space-between;align-items:center;margin-top:.7rem;padding:.65rem .55rem .05rem;font-weight:750;text-decoration:none;display:flex}.topic-menu-all:hover{color:var(--blue)}.header-search{border:1px solid var(--rule-strong);border-radius:var(--radius-md);background:var(--surface);height:44px;display:flex;overflow:hidden}.header-search:focus-within{border-color:var(--blue);box-shadow:0 0 0 1px var(--blue)}.header-search input{width:clamp(135px,13vw,190px);min-width:0;color:var(--ink);background:0 0;border:0;outline:0;padding:0 .75rem}.header-search input::placeholder{color:#747b80}.header-search button,.mobile-search button,.search-stage button,.search-page-form button{border:0;border-left:1px solid var(--rule);background:var(--blue-dark);min-width:44px;color:var(--white);cursor:pointer;padding:0 .9rem;font-weight:700}.header-search button:hover,.mobile-search button:hover,.search-stage button:hover,.search-page-form button:hover{background:var(--blue-dark)}.mobile-menu{display:none}main,.site-footer{width:min(100%, var(--max));margin-inline:auto}.eyebrow{color:var(--blue-dark);letter-spacing:.08em;text-transform:uppercase;margin:0 0 .8rem;font-size:.73rem;font-weight:750;line-height:1.3}.button{border:1px solid var(--ink);border-radius:var(--radius-md);justify-content:center;align-items:center;gap:.4rem;min-height:48px;padding:.78rem 1.1rem;font-weight:700;text-decoration:none;transition:background-color .15s,border-color .15s,color .15s;display:inline-flex}.button-primary{border-color:var(--blue-dark);background:linear-gradient(135deg, var(--blue-dark), #064e9e);color:var(--white)}.button-primary:hover{border-color:var(--blue-dark);background:var(--blue-dark)}.text-link{color:var(--blue-dark);text-underline-offset:.25rem;font-weight:700;text-decoration-thickness:1px}.text-link:hover{color:var(--blue-dark)}.closing:before{content:"";background:linear-gradient(90deg, var(--blue), var(--cyan));height:3px;position:absolute;inset:0 0 auto}.section-heading h2,.method h2,.closing h2,.evidence h2,.review-body h2,.review-pending h2,.page-disclosure h2,.next-note h2{margin:0;font-size:clamp(2.1rem,4vw,3.4rem);line-height:1.08}.status{border-radius:var(--radius-pill);letter-spacing:.045em;text-transform:uppercase;align-items:center;min-height:1.75rem;padding:.32rem .58rem;font-size:.67rem;font-weight:750;line-height:1;display:inline-flex}.content-type{border-radius:var(--radius-pill);background:var(--surface-soft);min-height:1.75rem;color:var(--muted);letter-spacing:.04em;text-transform:uppercase;align-items:center;padding:.32rem .58rem;font-size:.7rem;font-weight:750;line-height:1;display:inline-flex}.empty-state>p:not(.eyebrow){max-width:640px;color:var(--muted);margin:1.25rem 0;font-size:1.05rem}.method{padding:var(--space-8) var(--gutter);border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);background:linear-gradient(180deg, #f8fbfd 0%, var(--paper) 100%);grid-template-columns:minmax(260px,.85fr) minmax(0,1.15fr);gap:clamp(2.5rem,6vw,5rem);display:grid}.closing{margin:clamp(1.5rem, 3vw, 2.5rem) var(--gutter) var(--space-6);border-radius:var(--radius-lg);background:var(--ink);color:var(--white);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:2rem;padding:clamp(1.4rem,2.6vw,2.15rem);display:grid;position:relative;overflow:hidden}.closing .eyebrow{color:#b9c9ff}.closing h2{max-width:620px;color:var(--white);font-size:clamp(1.9rem,3.2vw,3rem)}.prefooter-cta{width:min(calc(100% - 2rem), calc(var(--max) - 2rem));border-radius:var(--radius-lg);color:#dce9f3;background:radial-gradient(circle at 88% -20%,#10cdb94d,#0000 40%),linear-gradient(128deg,#07111f 0%,#0a1d35 68%,#063d50 100%);border:1px solid #173653;grid-template-columns:minmax(0,1.35fr) minmax(250px,.65fr);align-items:center;gap:clamp(1.25rem,4vw,3.25rem);margin:clamp(1.5rem,3vw,2.5rem) auto 0;padding:clamp(1.35rem,3vw,2.1rem);display:grid;position:relative;overflow:hidden;box-shadow:0 18px 42px #07111f24}.prefooter-cta:before{content:"";background:linear-gradient(90deg, var(--blue), var(--cyan));height:4px;position:absolute;inset:0 0 auto}.prefooter-cta .eyebrow{color:#7ceee1;margin-bottom:.45rem}.prefooter-cta h2{max-width:760px;color:var(--white);margin:0;font-size:clamp(1.9rem,3.2vw,3rem);line-height:1.02}.prefooter-copy>p:last-child{color:#bfd0de;max-width:68ch;margin:.65rem 0 0;font-size:.94rem}.prefooter-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.75rem 1rem;display:flex}.prefooter-primary{border-color:var(--cyan);background:linear-gradient(135deg, #36e1cf, var(--cyan));color:#031b21;box-shadow:0 10px 24px #10cdb92e}.prefooter-primary:hover{background:#78f2e5;border-color:#78f2e5}.prefooter-secondary{min-height:44px;color:var(--white);text-underline-offset:.25rem;align-items:center;gap:.35rem;font-size:.88rem;font-weight:750;text-decoration-color:#ffffff8c;display:inline-flex}.prefooter-secondary:hover{text-decoration-color:var(--white)}.site-footer{padding:1.65rem var(--gutter) 2rem;grid-template-columns:minmax(190px,.65fr) minmax(360px,1.5fr) auto;align-items:start;gap:clamp(1.25rem,3vw,2.5rem);font-size:.78rem;display:grid}.footer-brand-link{align-items:center;gap:.7rem;text-decoration:none;display:inline-flex}.footer-brand-link img{object-fit:contain;width:48px;height:38px}.footer-brand-link span{gap:.08rem;line-height:1.2;display:grid}.site-footer strong{color:var(--ink);font-size:.92rem}.footer-brand-link small{color:var(--muted);font-size:.68rem}.site-footer p{color:var(--muted);margin:0}.site-footer .disclosure{max-width:690px}.site-footer nav{flex-wrap:wrap;gap:.55rem 1rem;margin-top:.75rem;display:flex}.site-footer nav a{min-height:32px;color:var(--text);text-underline-offset:.2rem;align-items:center;display:inline-flex}.footer-meta{text-align:right}.footer-meta nav{justify-content:flex-end;margin-top:0}.footer-meta>p{white-space:nowrap;margin-top:.55rem}.browse-page{padding:0 var(--gutter) var(--space-9)}.browse-empty>p:not(.eyebrow){max-width:660px;color:var(--muted)}.hub-product-copy>p:not(.eyebrow){color:var(--muted);margin:.45rem 0 0;font-size:.76rem;line-height:1.45}.breadcrumb{color:var(--muted);flex-wrap:wrap;gap:.55rem;padding:1.1rem 0;font-size:.78rem;display:flex}.breadcrumb a{text-underline-offset:.2rem}.research-library-reset:hover:not(:disabled){border-color:var(--blue);background:var(--blue-soft)}.research-library-disclosure{color:var(--muted);background:0 0;border:0;flex-wrap:wrap;align-items:baseline;gap:.2rem .75rem;margin:0 0 .65rem;padding:.12rem .1rem;font-size:.62rem;line-height:1.3;display:flex}.research-library-disclosure>p{margin:0}.research-library-disclosure strong{color:var(--ink)}.research-library-disclosure details{margin-left:auto}.research-library-disclosure summary{min-height:22px;color:var(--blue-dark);cursor:pointer;align-items:center;font-weight:800;display:flex}.research-library-disclosure details[open]{border-top:1px solid var(--rule);flex:1 0 100%;margin-left:0;padding-top:.25rem}.research-library-disclosure details p{max-width:88ch;margin:.15rem 0 0}.research-library-group-head div>p:not(.eyebrow){max-width:740px;color:var(--muted);margin:.45rem 0 0;line-height:1.5}.research-library-groups[data-research-view=compact] .research-library-group-head div>p:not(.eyebrow){margin-top:.25rem;font-size:.78rem}.research-library-empty>p:not(.eyebrow){color:var(--muted);margin:.65rem auto 1rem}@media (width<=760px){.research-library-group-head div>p:not(.eyebrow){font-size:.9rem}}.topic-links a:not(.text-link){color:var(--blue-dark);text-underline-offset:.2rem}.photo-decision-copy p:not(.photo-decision-label){color:var(--muted);margin:0 0 .7rem;font-size:.91rem;line-height:1.5}@media (width<=470px){.photo-decision-copy p:not(.photo-decision-label){font-size:.85rem;line-height:1.42}}.method-hero-copy>p:not(.eyebrow){color:#c5d4df;max-width:58ch;margin:.8rem 0 0;font-size:1rem;line-height:1.55}.method-hero-rule>p:not(.eyebrow){color:#b9cad6;margin:.7rem 0 0;font-size:.88rem;line-height:1.55}.method-visual.is-enhanced .method-panel:not([hidden]){animation:.2s ease-out method-panel-in;display:grid}.method-panel-copy>p:not(.eyebrow){max-width:68ch;color:var(--muted);margin:0;font-size:.94rem;line-height:1.62}@keyframes method-panel-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.brand-hero-fit>p:not(.eyebrow){color:#b9cad6;margin:.75rem 0;font-size:.86rem;line-height:1.55}.brand-boundary-copy>p:not(.eyebrow){color:#c7d8e4;max-width:38ch;margin:.6rem 0 0;font-size:.9rem;line-height:1.5}.about-identity-copy>p:not(.eyebrow){color:#c5d4df;max-width:780px;margin:.75rem 0 .85rem;font-size:clamp(1.04rem,1.5vw,1.18rem);line-height:1.55}.checklist-card li:has([data-checklist-item]:checked){background:var(--cyan-soft);box-shadow:inset 3px 0 var(--cyan)}.checklist-label{color:var(--ink);font-weight:680;line-height:1.45}.copy-buffer{opacity:0;pointer-events:none;width:1px;height:1px;position:fixed;top:0;left:-10000px}.manual-copy{border:1px solid var(--rule-strong);border-radius:var(--radius-md);width:100%;color:var(--text);background:var(--surface-soft);margin-top:1rem;padding:.75rem;line-height:1.45}:where(h2,h3)[id]{scroll-margin-top:6rem}.search-hero>p:not(.eyebrow){max-width:650px;color:var(--muted);margin:1rem auto 0;font-size:1.05rem}.search-closest-note{border-left:4px solid var(--cyan);border-radius:0 var(--radius-sm) var(--radius-sm) 0;background:var(--cyan-soft);color:var(--text);flex-direction:column;gap:.45rem;padding:.9rem 1rem;display:flex}.search-closest-note span{color:var(--muted);font-size:.9rem}.search-result>a{border:1px solid var(--rule);border-radius:var(--radius-md);background:var(--surface);padding:1.4rem;text-decoration:none;display:block}.search-result>a:hover{border-color:var(--blue)}.search-result-meta{color:var(--muted);flex-wrap:wrap;justify-content:space-between;gap:.75rem;font-size:.76rem;display:flex}.search-result h2{margin:1rem 0 .45rem;font-size:1.65rem}.search-result p{color:var(--muted);margin:0}.search-result-action{color:var(--blue-dark);margin-top:1rem;font-size:.86rem;font-weight:700;display:inline-block}.search-empty{border:1px solid var(--rule);border-radius:var(--radius-lg);background:var(--surface);text-align:center;padding:clamp(2rem,5vw,3.5rem)}.search-empty h2{margin:0;font-size:clamp(1.8rem,4vw,2.8rem)}.search-empty>p:not(.eyebrow){max-width:600px;color:var(--muted);margin:1rem auto}.search-empty-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem;display:flex}@media (width<=1100px){.desktop-nav{gap:.55rem}.desktop-nav>a.nav-about{display:none}.header-search input{width:110px}}@media (width<=1040px){.site-header{min-height:68px}.desktop-nav{display:none}.mobile-menu{display:block;position:relative}.mobile-menu>summary{border-radius:var(--radius-md);min-width:76px;min-height:44px;color:var(--blue-dark);cursor:pointer;background:#f8fbfe;border:1px solid #aec8de;place-items:center;padding:.62rem .85rem;font-size:.84rem;font-weight:700;list-style:none;display:grid}.mobile-menu>summary::-webkit-details-marker{display:none}.mobile-menu[open]>summary{border-color:var(--blue-dark);background:var(--blue-soft);color:var(--blue-dark)}.mobile-menu-panel{overscroll-behavior:contain;scrollbar-gutter:stable;border:1px solid var(--rule);border-radius:var(--radius-lg);background:var(--surface);width:min(420px,100vw - 2rem);max-height:calc(100vh - 88px);box-shadow:var(--shadow-menu);padding:1rem;position:absolute;top:calc(100% + .6rem);right:0;overflow-y:auto}.mobile-search>label{color:var(--muted);margin-bottom:.45rem;font-size:.75rem;font-weight:700;display:block}.mobile-search>div{border:1px solid var(--rule-strong);border-radius:var(--radius-md);min-height:48px;display:flex;overflow:hidden}.mobile-search input{border:0;outline:0;flex:1;min-width:0;padding:0 .8rem}.mobile-menu nav{border-top:1px solid var(--rule);margin-top:1rem}.mobile-menu nav>a{border-bottom:1px solid var(--rule);min-height:48px;color:var(--text);align-items:center;font-weight:650;text-decoration:none;display:flex}.mobile-menu nav>a:hover{color:var(--blue-dark)}.mobile-menu nav>a[aria-current=page]{background:linear-gradient(90deg, var(--blue-soft), var(--cyan-soft));color:var(--blue-dark);box-shadow:inset 3px 0 var(--cyan);padding-inline:.75rem}.mobile-topic-nav{border-bottom:1px solid var(--rule)}.mobile-topic-nav>summary{min-height:48px;color:var(--text);cursor:pointer;align-items:center;font-weight:650;list-style:none;display:flex}.mobile-topic-nav>summary::-webkit-details-marker{display:none}.mobile-topic-nav>summary:after{color:var(--blue-dark);content:"+";margin-left:auto;font-weight:800}.mobile-topic-nav[open]>summary:after{content:"−"}.mobile-topic-nav>summary[aria-current=page]{background:linear-gradient(90deg, var(--blue-soft), var(--cyan-soft));color:var(--blue-dark);box-shadow:inset 3px 0 var(--cyan);padding-inline:.75rem}.mobile-topic-panel{padding:.25rem 0 .75rem .5rem}.mobile-topic-panel .topic-menu-groups{grid-template-columns:1fr;gap:.75rem}.mobile-topic-panel .topic-menu-group+.topic-menu-group{border-top:1px solid var(--rule);border-left:0;padding:.75rem 0 0}.mobile-topic-panel .topic-menu-group>p{padding-inline:.25rem}.mobile-topic-panel .topic-menu-group>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:.25rem}.mobile-topic-panel .topic-menu-group a{border:1px solid var(--rule);border-radius:var(--radius-md);min-height:48px;padding:.5rem;font-size:.76rem}.mobile-topic-panel .topic-menu-link-arrow{display:none}.mobile-topic-panel .topic-menu-all{border-bottom:0;min-height:46px;margin-top:.75rem;padding:.65rem .25rem 0;font-size:.8rem}.mobile-socials{gap:1rem;margin-top:1rem;display:flex}.mobile-socials a{min-height:44px;color:var(--blue-dark);align-items:center;font-size:.85rem;font-weight:700;display:inline-flex}}@media (width<=720px){:root{--space-8:3rem;--space-9:3.5rem}.format-grid,.product-grid,.method,.about-strip,.closing,.prefooter-cta,.evidence,.review-body,.review-details,.browse-method,.short-answer,.follow-row,.kit-start,.site-footer,.profile-feature{grid-template-columns:1fr}.method{gap:2.25rem}.site-footer{gap:1.5rem}.prefooter-actions{justify-content:flex-start}.footer-meta{text-align:left}.footer-meta nav{justify-content:flex-start}.article-table-wrap tbody tr:last-child>:not(:last-child){border-bottom:1px solid var(--rule)}}@media (width<=480px){.site-header{width:calc(100% - 1.25rem)}.wordmark-mark{width:2.85rem;height:2.22rem}.wordmark-divider{height:2.15rem}.wordmark-copy{width:5.1rem}.wordmark-copy small{letter-spacing:.14em;font-size:.54rem}.wordmark-copy strong{font-size:1.08rem}.about-identity-copy>p:not(.eyebrow){margin-block:.4rem .45rem;font-size:.86rem;line-height:1.4}.hero-actions,.closing-actions,.search-empty-links{flex-direction:column;align-items:stretch}.hero-actions .button,.closing-actions .button,.search-empty-links .button{width:100%}.breadcrumb{flex-wrap:nowrap;overflow:hidden}.breadcrumb span[aria-current=page]{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media print{.site-header,.breadcrumb,.printing-checklist .article-hero,.printing-checklist .short-answer,.article-rail,.follow-row,.site-footer,.printing-checklist .article-body>:not(.checklist-card){display:none!important}body,.article-page,.article-layout,.article-body{background:#fff;width:100%;max-width:none;margin:0;padding:0}}.spec-table-scroll{border:1px solid var(--rule);background:#fff;border-radius:12px;max-width:100%;max-height:72vh;scroll-margin-top:100px;overflow:auto}@media print{.spec-table-scroll{max-height:none;overflow:visible}}@media print{.spec-note>:not(summary){display:block!important}}.prefooter-cta{margin-top:2rem;padding:1.35rem 1.5rem}.prefooter-cta h2{max-width:28ch;font-size:clamp(1.35rem,2.3vw,1.85rem)}.prefooter-cta .eyebrow{font-size:.7rem}.prefooter-copy>p:last-child{max-width:65ch;font-size:.9rem}.home-start-card p:not(.eyebrow){color:#d9e5ec;font-size:.92rem;line-height:1.55}.worksheet-print-report{display:none}@media (width<=760px){.prefooter-cta{padding:1.1rem}}@media print{.worksheet-page .site-header,.worksheet-page .site-footer,.worksheet-page .prefooter-cta,.worksheet-page .worksheet-actions,.worksheet-printing .article-body>:not(.buyer-worksheet),.worksheet-printing .buyer-worksheet>:not(.worksheet-print-report){display:none!important}.worksheet-printing .worksheet-print-report{white-space:pre-wrap;overflow-wrap:anywhere;font:11pt/1.4 sans-serif;display:block}}.site-header{flex-wrap:wrap;row-gap:.5rem}.desktop-nav{flex-wrap:wrap;flex:540px;justify-content:flex-end;min-width:0}.mobile-menu{margin-left:auto}.home-refreshed h1,.home-refreshed h2,.home-refreshed h3,.reader-diagram,.buyer-worksheet,.article-hero h1,.article-body,.topic-menu-group a span{overflow-wrap:anywhere}.topic-menu-group a{min-width:0}.visual-hero-copy>p:not(.eyebrow){max-width:43ch;font-size:1.08rem;line-height:1.6}.finder-hint{color:#53636e;margin:12px 0 22px;font-size:.92rem}.finder-options{gap:10px;display:grid}.finder-option{cursor:pointer;background:#fff;border:1px solid #c5d2d7;border-radius:12px;align-items:center;gap:14px;padding:17px 18px;display:flex}.finder-option:has(input:checked){background:#f0faf7;border:2px solid #00776c;padding:16px 17px}.finder-option:focus-within{outline-offset:3px;outline:3px solid #0b64c0}.finder-option input{accent-color:#00776c;flex:0 0 20px;width:20px;height:20px;margin:0}.finder-option strong{font-size:1rem;display:block}.finder-option small{color:#53636e;margin-top:4px;font-size:.85rem;line-height:1.45;display:block}.finder-controls button,.report-actions button{cursor:pointer;min-height:44px}.report-heading h2{margin:8px 0 14px;font-size:1.85rem;line-height:1.17}.report-heading>p:last-child{font-size:1rem;line-height:1.6}.report-answers{color:#53636e;border-bottom:1px solid #d1dddf;padding-bottom:18px;font-size:.78rem}.report-checks{background:#fff;border-radius:12px;padding:20px}.report-checks h3{margin:0 0 14px;font-size:1.05rem}.report-checks ol{margin:0;padding-left:22px}.report-checks li{margin:0 0 14px;padding-left:5px;font-size:.95rem;line-height:1.55}.report-checks li:last-child{margin:0}.report-next{flex-wrap:wrap;align-items:center;gap:20px;margin:24px 0 18px;display:flex}.report-next>a{font-size:.92rem}.report-evidence{color:#53636e;font-size:.78rem;line-height:1.5}.report-actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:20px;display:flex}.report-actions a,.report-actions button{color:#006c65;background:#fff;border:1px solid #c6d6d8;border-radius:8px;min-height:44px;padding:10px 12px;font-size:.85rem;text-decoration:none}@media (width<=600px){.finder-option{padding:14px 12px}.finder-option:has(input:checked){padding:13px 11px}.finder-option strong{font-size:.94rem}.report-heading h2{font-size:1.55rem}.report-checks{padding:16px}.report-next{gap:16px}.report-actions{gap:8px}}@media print{body.printing-report header,body.printing-report footer,body.printing-report .skip-link,body.printing-report .utility-page>header,body.printing-report .utility-page>div:not(.article-body),body.printing-report .finder-topline,body.printing-report .report-actions,body.printing-report .report-email-concept,body.printing-report .report-upgrade{display:none!important}body.printing-report .article-body>:not(.report-finder){display:none!important}}.site-footer>*{min-width:0}.footer-meta>p{white-space:normal}.site-footer nav{flex-wrap:wrap}@media (width>=641px) and (width<=1000px){.site-footer{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer .footer-meta{text-align:left;grid-column:1/-1}.site-footer .footer-meta nav{justify-content:flex-start}}.report-jumps,.report-saved{flex-wrap:wrap;gap:10px;margin:16px 0;display:flex}.report-jumps a{background:#eef4f8;border-radius:6px;padding:8px 10px;font-size:.85rem}.report-routes{margin:24px 0}.report-routes table{table-layout:fixed;border-collapse:collapse;width:100%;min-width:0;font-size:.9rem}.report-routes caption{text-align:left;color:#526371;margin:0 0 10px;font-size:.82rem}.report-routes th,.report-routes td{vertical-align:top;overflow-wrap:anywhere;border:1px solid #d7e1e8;line-height:1.45;padding:12px!important}.report-routes th:first-child{width:38%}.report-routes thead th{color:#fff;background:#142c3c}.report-routes tbody th{color:#142c3c;background:#f2f6f9}.report-saved button,.report-actions button{color:#075aba;cursor:pointer;min-height:44px;font:inherit;background:#fff;border:1px solid #adc5d7;border-radius:6px;padding:10px 12px;font-size:.9rem}.report-save-status{color:#536370;font-size:.82rem!important}.report-routes,.report-checks,#report-sources{scroll-margin-top:130px}@media (width<=600px){.report-routes th,.report-routes td{font-size:.85rem;padding:9px!important}}.mag-category{flex:auto;min-width:min-content;max-width:100%;position:relative}.mag-category summary{min-height:46px;font:700 .82rem/1.35 var(--font-sans);color:var(--ink);cursor:pointer;white-space:normal;justify-content:space-between;align-items:center;gap:.5rem;padding:.55rem .3rem;list-style:none;display:flex}.mag-category summary::-webkit-details-marker{display:none}.mag-category summary>span:first-child{overflow-wrap:normal;word-break:normal}.mag-category summary:hover,.mag-category[open] summary{color:var(--blue-dark)}.mag-category nav{background:var(--surface);border:1px solid var(--rule);z-index:10;border-radius:4px;width:max(100%,235px);max-width:calc(100vw - 40px);padding:.4rem;position:absolute;top:100%;left:0;box-shadow:0 8px 20px #080d1317}.mag-category:last-child nav{left:auto;right:0}.mag-category nav a{min-height:44px;color:var(--ink);justify-content:space-between;align-items:center;gap:.65rem;padding:.6rem .7rem;font-size:.85rem;font-weight:600;line-height:1.4;text-decoration:none;display:flex}.mag-category nav a span{color:var(--blue-dark)}.mag-category nav a:hover{background:var(--blue-soft)}.mag-category summary:focus-visible,.magazine-home a:focus-visible{outline:3px solid var(--blue-dark);outline-offset:3px}.mag-category[open]>summary{background:var(--surface-soft);border-radius:4px}.mag-recent article:has(a:focus-visible){outline:3px solid var(--blue-dark);outline-offset:6px}@media (width>=721px) and (width<=1000px){.mag-category{flex:calc(33.333% - 1rem)}.mag-category:nth-child(3n) nav{left:auto;right:0}}@media (width<=720px){.mag-category{flex:calc(50% - 1rem)}.mag-category summary{min-height:44px;padding:.45rem 0;font-size:.8rem}.mag-category[open]{flex-basis:100%}.mag-category nav{width:100%;max-width:none;box-shadow:none;background:var(--surface-soft);border-radius:3px;margin-bottom:.55rem;position:static}}@media (prefers-reduced-motion:no-preference){.mag-category summary,.mag-compare,.mag-section-heading>a{transition:color .13s}}:is(.research-pick-image,.research-library-media,.hub-product-media)[data-affiliate-product-id=ecoflow-delta-3-plus-b0dcc2bvfw] img{transform-origin:50% 45%;transform:scale(1.35)}.catalog-page{max-width:1440px;margin-inline:auto}.catalog-page [hidden]{display:none!important}.catalog-hero{border-bottom:1px solid var(--rule);margin-bottom:2rem;padding:1.6rem 0 2rem}.catalog-hero .eyebrow{color:var(--blue-dark);margin:0 0 .6rem}.catalog-hero h1{max-width:none;margin:0 0 .8rem;font-size:clamp(2rem,3.7vw,3.5rem);line-height:1.08}.catalog-hero>p:last-child{color:var(--muted);max-width:68ch;margin:0;font-size:1.05rem}.catalog-layout{grid-template-columns:232px minmax(0,1fr);align-items:start;gap:clamp(1.4rem,3vw,2.8rem);display:grid}.catalog-results{min-width:0}.catalog-sidebar,.catalog-toolbar{display:none}.catalog-enhanced .catalog-sidebar{scrollbar-width:thin;max-height:calc(100vh - 120px);display:block;position:sticky;top:100px;overflow-y:auto}.catalog-filter-panel{background:#f6f9fb;border:0;border-radius:12px}.catalog-filter-panel>summary{display:none}.catalog-filter-body{padding:1.1rem}.catalog-filter-heading{border-bottom:1px solid var(--rule);justify-content:space-between;align-items:center;gap:.5rem;padding-bottom:1rem;display:flex}.catalog-filter-heading h2{font:750 1.05rem var(--font-sans);margin:0}.catalog-clear{color:var(--blue-dark);font:650 .83rem var(--font-sans);cursor:pointer;background:0 0;border:0;min-height:40px;padding:.4rem 0}.catalog-clear:disabled{color:#69747d;cursor:default}.catalog-categories{border:0;min-width:0;margin:1.1rem 0;padding:0}.catalog-categories legend,.catalog-focus{font-size:.87rem;font-weight:700}.catalog-categories legend{margin-bottom:.5rem}.catalog-category{cursor:pointer;border-radius:5px;grid-template-columns:17px minmax(0,1fr) auto;align-items:center;gap:.55rem;min-height:42px;padding:.4rem .15rem;font-size:.88rem;line-height:1.25;display:grid}.catalog-category:has(input:checked){color:var(--blue-dark);background:#e8f2ff;font-weight:700}.catalog-category:has(input:disabled){color:#767f87;cursor:default}.catalog-category input{accent-color:#095bb8;width:17px;height:17px;margin:0}.catalog-facet-count{color:#5c6a75;font-variant-numeric:tabular-nums;font-size:.8rem}.catalog-focus{border-top:1px solid var(--rule);gap:.55rem;padding-top:1rem;display:grid}.catalog-page select,.catalog-page input[type=search]{width:100%;min-width:0;min-height:46px;color:var(--ink);font:inherit;background:#fff;border:1px solid #acbdcd;border-radius:7px;padding:.65rem .75rem;font-size:.92rem}.catalog-page button:focus-visible,.catalog-page a:focus-visible,.catalog-page input:focus-visible,.catalog-page select:focus-visible,.catalog-page summary:focus-visible{outline-offset:3px;outline:3px solid #058dba}.catalog-show-results{display:none}.catalog-enhanced .catalog-toolbar{grid-template-columns:minmax(0,1fr) 185px;gap:1rem;margin-bottom:1.5rem;display:grid}.catalog-search,.catalog-sort{gap:.4rem;font-size:.85rem;font-weight:650;display:grid}.catalog-results-header{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.5rem 1rem;margin-bottom:.5rem;display:flex}.catalog-results-header h2{font:750 1.3rem var(--font-sans);letter-spacing:-.02em;margin:0}.catalog-results-header p{color:var(--muted);margin:0;font-size:.88rem}.catalog-page .research-library-disclosure{background:0 0;border:0;margin:0 0 1.25rem;padding:0}.catalog-page .research-library-disclosure p{color:#52636e;margin:0;font-size:.78rem;line-height:1.55}.catalog-active-filters{flex-wrap:wrap;gap:.45rem;margin:.7rem 0;display:flex}.catalog-active-filters button{color:#074f9b;overflow-wrap:anywhere;max-width:100%;min-height:40px;font:650 .83rem var(--font-sans);cursor:pointer;background:#eaf3fc;border:1px solid #c8deef;border-radius:5px;padding:.5rem .65rem}.catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:1.1rem;display:grid}.catalog-card{background:#fff;border:1px solid #d4e0e8;border-radius:12px;min-width:0;transition:border-color .15s,box-shadow .15s;overflow:hidden}.catalog-card:hover{border-color:#9abed9;box-shadow:0 5px 18px #1430420a}.catalog-product-image{background:#fff;border-bottom:1px solid #edf1f5;place-items:center;height:224px;padding:8px;display:grid;overflow:hidden}.catalog-product-image img{object-fit:contain;object-position:center;width:100%;height:100%;min-height:0;max-height:none;display:block}.catalog-card-copy{flex-direction:column;padding:1rem;display:flex}.catalog-card-topic{color:#0b7773;margin:0 0 .5rem;font-size:.73rem;font-weight:650;line-height:1.4}.catalog-card h3{font:750 1.13rem/1.24 var(--font-sans);letter-spacing:-.025em;margin:0 0 .75rem}.catalog-card h3 a{color:var(--ink);text-decoration:none}.catalog-card h3 a:hover{color:var(--blue-dark);text-underline-offset:.15em;text-decoration:underline}.catalog-best{color:var(--text);margin:0 0 .8rem;font-size:.87rem;line-height:1.5}.catalog-fit{color:var(--text);margin:0 0 .8rem;font-size:.84rem;line-height:1.5}.catalog-best strong{color:#415463;margin-bottom:.15rem;font-size:.78rem;display:block}.catalog-product-details{background:0 0;border:0;border-top:1px solid #e1e9ee;border-radius:0;margin:0 0 1rem}.catalog-product-details summary{cursor:pointer;color:#31556c;min-height:44px;padding:.7rem 0;font-size:.8rem;font-weight:650}.catalog-product-details p{margin:.3rem 0 .75rem;font-size:.86rem;line-height:1.5}.catalog-product-details strong{font-size:.8rem;display:block}.catalog-product-details .catalog-identity{color:var(--muted);font-size:.73rem}.catalog-actions{gap:.7rem;margin-top:auto;display:grid}.catalog-actions .button{text-align:center;width:100%;min-height:44px;padding:.72rem .6rem;font-size:.88rem}.catalog-actions .text-link{text-align:center;min-height:32px;font-size:.82rem}.catalog-more{text-align:center;padding:2rem 0}.catalog-more p{color:var(--muted);font-size:.85rem}.catalog-empty{border:1px solid var(--rule);background:#f7fafc;border-radius:12px;padding:2rem}.catalog-empty h3{font-size:1.4rem}@media (width<=1190px){.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=959px){.catalog-layout{grid-template-columns:minmax(0,1fr);gap:1rem}.catalog-enhanced .catalog-sidebar{max-height:none;position:static;overflow:visible}.catalog-filter-panel>summary{cursor:pointer;border:1px solid #c5d5e2;border-radius:8px;gap:.5rem;min-height:48px;padding:.9rem 1rem;font-weight:700;display:flex}.catalog-filter-panel>summary>span:last-child{margin-left:auto}.catalog-filter-heading h2{display:none}.catalog-filter-heading{justify-content:flex-end;padding-bottom:.2rem}.catalog-categories{grid-template-columns:repeat(2,minmax(0,1fr));gap:.1rem 1rem;display:grid}.catalog-show-results{justify-content:space-between;margin-top:.8rem;padding:.85rem 0;font-weight:750;display:flex}.catalog-hero{margin-bottom:1rem;padding-top:1rem}}@media (width<=620px){.catalog-grid{grid-template-columns:minmax(0,1fr)}.catalog-enhanced .catalog-toolbar{grid-template-columns:minmax(0,1fr);gap:.75rem}.catalog-sort{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.8rem}.catalog-categories{grid-template-columns:minmax(0,1fr)}.catalog-hero h1{font-size:2.1rem}.catalog-hero>p:last-child{font-size:.98rem}.catalog-product-image{height:236px}.catalog-card-copy{padding:1.05rem}.catalog-card h3{font-size:1.2rem}.catalog-best{font-size:.94rem}.catalog-actions .button{font-size:.93rem}}@media (prefers-reduced-motion:reduce){.catalog-card{transition:none}}.catalog-page:not(.catalog-enhanced) .catalog-layout{grid-template-columns:minmax(0,1fr)}.catalog-grid{align-items:stretch}.catalog-card{flex-direction:column;display:flex}.catalog-card-copy{flex:1}.catalog-product-image{flex-shrink:0}.catalog-page h1,.catalog-page h2,.catalog-page h3,.catalog-page p,.catalog-page a,.catalog-page summary,.catalog-page label,.catalog-page legend{overflow-wrap:anywhere}.measurement-preference{z-index:1000;color:#26313a;background:#fff;border:2px solid #0962b9;border-radius:12px;max-width:680px;margin:auto;padding:16px;font:16px/1.5 system-ui,sans-serif;position:fixed;bottom:16px;left:16px;right:16px;box-shadow:0 6px 24px #132b3b26}.measurement-preference p{margin:0 0 8px}.measurement-preference button{cursor:pointer;min-height:44px;padding:8px 16px}.monitor-setup{--ms-blue:#075bb7;--ms-teal:#08786f;font-family:var(--font-body,sans-serif);color:var(--text,#26313a);background:#fff;border:1px solid #cddde5;border-radius:16px;margin:1.3rem 0 2rem;padding:clamp(16px,3vw,30px);overflow:hidden}.monitor-setup *{box-sizing:border-box;min-width:0}.monitor-setup [hidden]{display:none!important}.monitor-setup p,.monitor-setup li{margin:.65rem 0;font-size:1rem;line-height:1.6}.monitor-setup a{overflow-wrap:anywhere}.monitor-setup .ms-intro{grid-template-columns:1.2fr 1fr;align-items:center;gap:20px;margin-bottom:22px;display:grid}.monitor-setup .ms-intro p{color:var(--muted);margin:0}.ms-progress{border-bottom:1px solid var(--rule);gap:12px;margin:0 0 24px;padding:0 0 14px;display:flex}.ms-progress>span{color:#62727d;flex:1;font-size:.83rem;line-height:1.45}.ms-progress b{margin-left:5px;font-weight:600}.ms-progress [aria-current]{color:var(--ms-blue)}.monitor-setup fieldset{border:0;min-inline-size:0;margin:0;padding:0}.monitor-setup legend{font:700 1.2rem/1.4 var(--font-body,sans-serif);margin:0 0 16px;padding:0}.ms-goal:has(:checked),.ms-monitor:has(:checked){border:2px solid var(--ms-blue);background:#f3f8ff;padding:15px;box-shadow:0 2px 7px #0b5cb711}.monitor-setup select{width:100%;max-width:100%;min-height:48px;font:400 1rem/1.3 var(--font-body,sans-serif);color:#223944;background:#fff;border:1px solid #aebfc9;border-radius:7px;padding:12px 30px 12px 12px}.monitor-setup summary{cursor:pointer;min-height:44px;padding:10px 0;font-size:.9rem;font-weight:600;line-height:1.5}.monitor-setup details p,.monitor-setup details li{font-size:.9rem}.monitor-setup .button{min-height:46px;font:650 .94rem/1.4 var(--font-body,sans-serif);white-space:normal;cursor:pointer;border-radius:8px;justify-content:center;align-items:center;margin:0;padding:11px 17px;text-decoration:none;display:inline-flex}.monitor-setup a.button-primary,.monitor-setup a.button-primary:visited{color:#fff}.ms-result-heading{justify-content:space-between;align-items:center;gap:15px;display:flex}.ms-device{text-align:center;flex-direction:column;flex:1;align-items:center;gap:5px;display:flex}.ms-device strong{font-size:.78rem;line-height:1.4}.ms-device small{color:#48616e;font-size:.73rem;line-height:1.35}.ms-device-icon{color:#255d7b;font-size:2.4rem;line-height:1.1}.ms-arrow{color:var(--ms-teal);font-size:1.4rem}.ms-screen-group{flex:1.7;gap:16px;display:flex}.ms-device img{object-fit:contain;mix-blend-mode:multiply;width:90px;height:58px;margin:0!important}.ms-actions>a:not(.button){font-size:.87rem}.monitor-setup [data-ms-share-fallback]{width:100%;font:inherit;border:1px solid #9eb4c1;border-radius:6px;margin-top:14px;padding:10px;font-size:1rem}.monitor-setup :is(button,a,input,select,summary):focus-visible{outline-offset:4px;outline:3px solid #2473b2}@media (width<=680px){.monitor-setup .ms-intro{grid-template-columns:1fr;gap:10px}.ms-goal:has(:checked){padding:11px}.ms-progress{gap:8px}.ms-progress>span{font-size:.75rem}.ms-progress b{margin:4px 0 0;display:block}.ms-screen-group{gap:9px}.ms-device strong{font-size:.74rem}.ms-device small{font-size:.7rem}}@media (width<=440px){.ms-goal,.ms-goal:has(:checked){justify-content:center;gap:3px;min-height:80px;padding:12px 38px 12px 52px}.ms-goal:has(:checked){padding:11px 37px 11px 51px}.ms-monitor:has(:checked){padding:9px}.ms-laptop,.ms-dock{flex-basis:37%}.ms-screen-group{flex-basis:100%;padding-top:10px}.ms-device-icon{font-size:2rem}.ms-result-heading{align-items:flex-start}}.monitor-setup .button-secondary{color:#24495c;background:#fff;border:1px solid #b4c6d2}.monitor-setup .button-secondary:hover{background:#edf5fa}.monitor-setup .ms-result-heading h3{overflow-wrap:normal}.ms-device-icon svg{width:62px;height:42px;display:block}.monitor-setup{scroll-margin-top:125px}.analytics-choice{border:1px solid #c7d6e2;border-radius:12px;width:calc(100% - 32px);max-width:430px;max-height:calc(100dvh - 24px);margin:0;padding:14px 16px;font:15px/1.4 system-ui,sans-serif;bottom:16px;left:auto;right:16px;overflow:auto;box-shadow:0 6px 24px #132b3b1a}.analytics-choice p{max-width:none;font:inherit;color:#26313a;margin:0 0 12px}.analytics-choice-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.analytics-choice-actions a{color:#075bae;text-underline-offset:3px;margin-right:auto;font-size:14px}.analytics-choice-actions button{color:#153442;background:#fff;border:1px solid #7a93a7;border-radius:8px;min-height:44px;padding:10px 14px;font:600 14px/1.2 system-ui,sans-serif}.analytics-choice-actions button:hover{background:#f0f6fa;border-color:#075bae}.analytics-choice a:focus-visible,.analytics-choice button:focus-visible,.analytics-settings:focus-visible{outline-offset:3px;outline:3px solid #0875d1}.analytics-settings{min-height:44px;color:inherit;text-underline-offset:3px;font:inherit;cursor:pointer;background:0 0;border:0;margin:12px auto;padding:8px 12px;font-size:14px;text-decoration:underline;display:block}@media (width<=360px){.analytics-choice{width:calc(100% - 20px);padding:12px;bottom:10px;left:auto;right:10px}.analytics-choice-actions{grid-template-columns:1fr 1fr;display:grid}.analytics-choice-actions a{grid-column:1/-1;margin:0 0 2px}.analytics-choice-actions button{width:100%;height:100%;padding:10px 8px}}@media (width>=361px) and (width<=480px){.analytics-choice-actions{gap:8px}.analytics-choice-actions button{padding:10px}}@media (width<=959px){.catalog-page:not(.catalog-enhanced) .catalog-filter-body{display:none}}