@font-face{font-family:Atkinson Hyperlegible Next;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/atkinson-400.ttf)format("truetype")}@font-face{font-family:Atkinson Hyperlegible Next;font-style:italic;font-weight:400;font-display:swap;src:url(/fonts/atkinson-400-italic.ttf)format("truetype")}@font-face{font-family:Atkinson Hyperlegible Next;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/atkinson-600.ttf)format("truetype")}@font-face{font-family:Atkinson Hyperlegible Next;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/atkinson-700.ttf)format("truetype")}:root{--blue:#2461a8;--blue-dark:#173f70;--violet:#397489;--berry:#c45e73;--teal:#0f7f83;--ice:#e8f3f7;--ice-soft:#f6fafc;--ink:#172b3a;--text:#334b5b;--muted:#617582;--line:#d9e5ea;--white:#fff;--shadow:0 16px 38px #173f7017;--radius:14px;--gradient-blue:linear-gradient(135deg, #173f70 0%, #2461a8 52%, #3487bd 100%);--gradient-violet:linear-gradient(135deg, #286477 0%, #397489 55%, #5c9cac 100%);--gradient-teal:linear-gradient(135deg, #08666e 0%, #0f7f83 52%, #32a7a5 100%);--gradient-berry:linear-gradient(135deg, #a64763 0%, #c45e73 52%, #df8794 100%);--gradient-ice:linear-gradient(135deg, #edf7fb 0%, #e8f3f7 48%, #f8fcfd 100%);--gradient-positive:linear-gradient(135deg, #e6f7ec 0%, #f7fdf9 100%);--gradient-note:linear-gradient(135deg, #fff0f5 0%, #fff9fb 100%);--gradient-warm:linear-gradient(135deg, #fff3d7 0%, #fffaf0 100%);--forest:var(--blue);--sage:var(--violet);--paper:var(--gradient-ice);--ivory:var(--white);--soft:var(--gradient-ice);--note:var(--gradient-note);--accent:var(--berry);color-scheme:light;font-family:Atkinson Hyperlegible Next,Arial,Helvetica,sans-serif}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--white);color:var(--ink);text-rendering:optimizelegibility;margin:0;font-size:19px;line-height:1.68}body,button,input,textarea,select{font-family:inherit}a{color:var(--blue-dark);text-underline-offset:.18em;text-decoration-thickness:.09em}a:hover{color:var(--berry)}:focus-visible{outline:4px solid var(--berry);outline-offset:4px}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4,p,ul,ol{margin-top:0}h1,h2,h3,h4{color:var(--ink);letter-spacing:-.02em;font-weight:700;line-height:1.12}.site-shell{min-height:100vh;overflow:hidden}.container{width:min(1220px,100% - 40px);margin-inline:auto}.narrow{width:min(820px,100% - 40px);margin-inline:auto}.skip-link{background:var(--ink);color:var(--white);z-index:999;padding:12px 18px;position:fixed;top:-80px;left:16px}.skip-link:focus{top:16px}.eyebrow{color:var(--teal);letter-spacing:.1em;text-transform:uppercase;margin-bottom:10px;font-size:.82rem;font-weight:700}.page-title{letter-spacing:-.04em;font-size:clamp(2.5rem,5vw,4.8rem);line-height:1.02}.section-title{letter-spacing:-.03em;font-size:clamp(2rem,3.6vw,3.25rem);line-height:1.08}.lead{color:var(--text);font-size:clamp(1.14rem,2vw,1.35rem);line-height:1.55}.muted{color:var(--muted)}.section{padding:82px 0}.section-tight{padding:48px 0}.button{border:2px solid #0000;border-radius:9px;justify-content:center;align-items:center;gap:10px;min-height:54px;padding:0 22px;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .16s,box-shadow .16s,background .16s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--gradient-blue);color:var(--white);box-shadow:0 8px 20px #2461a82e}.button-primary:hover{color:var(--white);background:linear-gradient(135deg,#12355f 0%,#1c5798 55%,#287bb3 100%)}.button-secondary{background:var(--white);border-color:var(--line);color:var(--blue-dark)}.card,.editorial-box{background:var(--white);border:1px solid var(--line);border-radius:var(--radius)}.grid-2,.grid-3{gap:24px;display:grid}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.pill{background:var(--gradient-ice);color:var(--blue-dark);border-radius:999px;align-items:center;padding:8px 13px;font-size:.88rem;font-weight:700;display:inline-flex}.prose,.imported-prose{color:var(--text);max-width:72ch;font-size:1.08rem;line-height:1.78}.prose>:first-child,.imported-prose>:first-child{margin-top:0}.prose h2,.imported-prose h2{margin:2.4em 0 .65em;scroll-margin-top:30px;font-size:clamp(1.65rem,2.7vw,2.2rem);line-height:1.2}.prose h3,.imported-prose h3{margin:1.9em 0 .55em;font-size:clamp(1.32rem,2.4vw,1.72rem)}.prose h4,.imported-prose h4{margin:1.5em 0 .45em;font-size:1.16rem}.prose p,.prose ul,.prose ol,.imported-prose p,.imported-prose ul,.imported-prose ol{margin-bottom:1.15em}.prose li+li,.imported-prose li+li{margin-top:.45em}.prose a,.imported-prose a{color:var(--blue-dark);font-weight:700}.prose blockquote,.imported-prose blockquote{background:var(--white);border:1px solid var(--line);border-left:5px solid var(--teal);margin:2em 0;padding:20px 24px}.prose img,.imported-prose img{border-radius:16px;margin:28px auto}.imported-prose img[src*=black-wh]{background:var(--gradient-ice);filter:sepia(.28)saturate(1.7)hue-rotate(188deg)}.prose figure,.imported-prose figure{margin:30px 0}.prose figcaption,.imported-prose figcaption{color:var(--muted);text-align:center;margin-top:-16px;font-size:.9rem}.prose table,.imported-prose table{border-collapse:collapse;width:100%;max-width:100%;margin:26px 0;display:block;overflow-x:auto}.prose th,.prose td,.imported-prose th,.imported-prose td{border:1px solid var(--line);text-align:left;padding:12px 14px}.prose th,.imported-prose th{background:var(--gradient-blue);color:var(--white)}.imported-prose .elementor,.imported-prose .elementor-element,.imported-prose .elementor-widget-container,.imported-prose .e-con-inner,.imported-prose .wrap{display:contents}.imported-prose .section,.imported-prose .hero{padding:16px 0}.imported-prose .product-meta{flex-wrap:wrap;gap:9px;margin:16px 0 24px;display:flex}.imported-prose .product-meta span{background:var(--white);border:1px solid var(--line);color:var(--blue-dark);border-radius:999px;padding:7px 11px;font-size:.86rem;font-weight:700}.imported-prose .info-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:24px 0;display:grid}.imported-prose .comparison-criteria .info-grid{gap:10px;margin:16px 0}.imported-prose .comparison-criteria .info-card{background:linear-gradient(135deg, #f7fbff 0%, var(--white) 72%);border-left:4px solid var(--blue);min-height:0;margin:0;padding:16px 16px 16px 66px;position:relative}.imported-prose .comparison-criteria .info-card:before{background:var(--gradient-blue);color:var(--white);content:"✓";border-radius:9px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.1rem;font-weight:700;display:flex;position:absolute;top:18px;left:17px}.imported-prose .comparison-criteria .info-card:nth-child(2){border-left-color:var(--violet)}.imported-prose .comparison-criteria .info-card:nth-child(2):before{background:var(--gradient-violet);content:"↔"}.imported-prose .comparison-criteria .info-card:nth-child(3){border-left-color:var(--teal)}.imported-prose .comparison-criteria .info-card:nth-child(3):before{background:var(--gradient-teal);content:"↗"}.imported-prose .comparison-criteria .info-card h3{margin:0 0 5px;font-size:1.15rem;line-height:1.2}.imported-prose .comparison-criteria .info-card p{margin:0;font-size:.93rem;line-height:1.48}.imported-prose .info-card,.imported-prose .notice,.imported-prose .answer-box,.imported-prose .advice-card,.imported-prose .checkitem,.imported-prose .device,.imported-prose .faq details{background:var(--white);border:1px solid var(--line);border-radius:16px;margin:14px 0;padding:18px}.imported-prose .answer-box,.imported-prose .advice-card{border-left:5px solid var(--teal)}.imported-prose .answer-box h2,.imported-prose .notice h2,.imported-prose .advice-card h2{align-items:center;gap:12px;display:flex}.imported-prose .answer-box h2:before,.imported-prose .notice h2:before,.imported-prose .advice-card h2:before{background:var(--gradient-ice);color:var(--teal);content:"✓";border-radius:9px;flex:none;justify-content:center;align-items:center;width:38px;height:38px;font-size:1rem;display:inline-flex}.imported-prose .notice h2:before{content:"?"}.imported-prose .advice-card h2:before{content:"→"}.imported-prose .checklist,.imported-prose .compare-list{gap:14px;margin:22px 0;display:grid}.imported-prose .compare-item,.imported-prose .product{background:var(--white);border:1px solid var(--line);border-radius:12px;margin:22px 0;padding:20px;overflow:hidden;box-shadow:0 8px 24px #173f700f}.imported-prose .compare-item{grid-template-columns:142px minmax(0,1fr);align-items:center;gap:20px;display:grid}.imported-prose .compare-item img{background:var(--gradient-ice);border:1px solid var(--line);object-fit:contain;border-radius:10px;width:142px;height:106px;margin:0;padding:8px}.imported-prose .product-layout{grid-template-columns:210px minmax(0,1fr);align-items:start;gap:22px;display:grid}@media (width<=560px){.imported-prose .compare-item{grid-template-columns:98px minmax(0,1fr);align-items:start;gap:14px;padding:14px}.imported-prose .compare-item img{width:98px;height:82px;padding:6px}}.imported-prose .product-media img{width:100%;margin:0}.imported-prose .proscons{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:18px 0;display:grid}.imported-prose .plus,.imported-prose .minus{border-radius:14px;padding:14px}.imported-prose .plus{background:var(--gradient-positive);border:1px solid #b9e2c7}.imported-prose .minus{background:var(--gradient-note);border:1px solid #f2bfd1}.imported-prose .btn,.imported-prose .srg-button{background:var(--gradient-blue);color:var(--white);border-radius:8px;align-items:center;min-height:50px;padding:0 18px;font-weight:700;text-decoration:none;display:inline-flex}.imported-prose .cta,.imported-prose .final{background:var(--gradient-blue);color:var(--white);border-radius:12px;margin:28px 0;padding:24px}.imported-prose .cta h2,.imported-prose .cta h3,.imported-prose .final h2,.imported-prose .final h3,.imported-prose .cta a,.imported-prose .final a{color:var(--white)}.imported-prose #ez-toc-container,.imported-prose .srg-toc{background:var(--white);border:1px solid var(--line);border-radius:16px;margin:28px 0;padding:20px}.imported-prose #ez-toc-container nav ul,.imported-prose .srg-toc ul{columns:2;padding:0;list-style:none}.imported-prose details summary{color:var(--blue-dark);cursor:pointer;font-weight:700}.imported-prose details summary:before{color:var(--teal);content:"+";margin-right:9px;font-size:1.15em;display:inline-block}@media (width<=820px){body{font-size:18px}.container,.narrow{width:min(100% - 24px,1220px)}.section{padding:48px 0}.prose,.imported-prose{font-size:1.02rem;line-height:1.72}.grid-2,.grid-3,.imported-prose .info-grid,.imported-prose .product-layout,.imported-prose .proscons{grid-template-columns:1fr}.imported-prose #ez-toc-container nav ul,.imported-prose .srg-toc ul{columns:1}}@media print{.site-header,.site-footer,.article-actions,.affiliate-notice{display:none!important}body{color:#000;font-size:12pt}a{color:#000}}.brand-logo[data-astro-cid-uivuhh7y]{align-items:center;gap:15px;min-width:0;display:inline-flex}.logo-mark[data-astro-cid-uivuhh7y]{flex:none;justify-content:center;align-items:center;width:62px;height:62px;display:flex}.logo-mark[data-astro-cid-uivuhh7y] img[data-astro-cid-uivuhh7y]{width:58px;height:58px}.wordmark[data-astro-cid-uivuhh7y] strong[data-astro-cid-uivuhh7y],.wordmark[data-astro-cid-uivuhh7y] small[data-astro-cid-uivuhh7y]{display:block}.wordmark[data-astro-cid-uivuhh7y] strong[data-astro-cid-uivuhh7y]{color:var(--ink);letter-spacing:-.04em;font-size:clamp(1.9rem,3.4vw,2.55rem);font-weight:700;line-height:.98}.wordmark[data-astro-cid-uivuhh7y] small[data-astro-cid-uivuhh7y]{color:var(--muted);margin-top:7px;font-size:.9rem}.inverse[data-astro-cid-uivuhh7y] .wordmark[data-astro-cid-uivuhh7y] strong[data-astro-cid-uivuhh7y],.inverse[data-astro-cid-uivuhh7y] .wordmark[data-astro-cid-uivuhh7y] small[data-astro-cid-uivuhh7y]{color:var(--white)}.inverse[data-astro-cid-uivuhh7y] .logo-mark[data-astro-cid-uivuhh7y] img[data-astro-cid-uivuhh7y]{filter:drop-shadow(0 0 .8px #ffffffe0)}.compact[data-astro-cid-uivuhh7y] .logo-mark[data-astro-cid-uivuhh7y]{width:48px;height:48px}.compact[data-astro-cid-uivuhh7y] .logo-mark[data-astro-cid-uivuhh7y] img[data-astro-cid-uivuhh7y]{width:44px;height:44px}.compact[data-astro-cid-uivuhh7y] .wordmark[data-astro-cid-uivuhh7y] strong[data-astro-cid-uivuhh7y]{font-size:1.65rem}@media (width<=620px){.logo-mark[data-astro-cid-uivuhh7y]{width:50px;height:50px}.logo-mark[data-astro-cid-uivuhh7y] img[data-astro-cid-uivuhh7y]{width:48px;height:48px}.wordmark[data-astro-cid-uivuhh7y] strong[data-astro-cid-uivuhh7y]{font-size:1.7rem}.wordmark[data-astro-cid-uivuhh7y] small[data-astro-cid-uivuhh7y]{display:none}}.site-search{position:relative}.site-search label{display:block}.site-search label span{clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;position:absolute;overflow:hidden}.site-search input{background:var(--ivory);border:1px solid var(--line);color:var(--ink);font:inherit;border-radius:14px;width:100%;min-height:48px;padding:0 16px;font-size:1rem}.site-search input::placeholder{color:var(--muted)}.site-search-header{width:min(280px,28vw)}.site-search-panel{width:100%}.site-search-panel input{min-height:48px}.search-results{background:var(--ivory);border:1px solid var(--line);box-shadow:var(--shadow);z-index:30;border-radius:14px;gap:0;max-height:420px;margin-top:8px;display:grid;position:absolute;left:0;right:0;overflow:auto}.site-search-panel .search-results{position:static}.search-results a,.search-results .empty{border-bottom:1px solid var(--line);gap:4px;padding:12px;text-decoration:none;display:grid}.search-results a:last-child{border-bottom:0}.search-results span{color:var(--violet);letter-spacing:.06em;text-transform:uppercase;font-size:.76rem;font-weight:800}.search-results strong{font-size:1rem;line-height:1.18}.search-results small,.empty{color:var(--muted);font-size:.86rem;line-height:1.4}[data-article-card][hidden]{display:none}@media (width<=920px){.site-search-header{display:none}}.site-header[data-astro-cid-fzpbxy5g]{background:var(--white);border-bottom:1px solid var(--line);z-index:50;position:relative}.service-bar[data-astro-cid-fzpbxy5g]{background:var(--gradient-ice);border-bottom:1px solid var(--line);color:var(--text);font-size:.84rem}.service-inner[data-astro-cid-fzpbxy5g]{justify-content:space-between;align-items:center;min-height:38px;display:flex}.service-bar[data-astro-cid-fzpbxy5g] a[data-astro-cid-fzpbxy5g]{color:var(--blue-dark);font-weight:700}.masthead[data-astro-cid-fzpbxy5g]{grid-template-columns:minmax(0,1fr) minmax(280px,420px);align-items:center;gap:32px;min-height:104px;display:grid}.masthead-band[data-astro-cid-fzpbxy5g]{background:radial-gradient(circle at 82% -30%, #4dbec585, transparent 38%), linear-gradient(112deg, var(--blue-dark) 0%, var(--blue) 58%, #287bb3 100%)}.brand[data-astro-cid-fzpbxy5g]{color:var(--white);text-decoration:none}.nav-bar[data-astro-cid-fzpbxy5g]{border-top:1px solid var(--line);box-shadow:0 3px 10px #173f7006}.nav-inner[data-astro-cid-fzpbxy5g],.desktop-nav[data-astro-cid-fzpbxy5g]{align-items:center;display:flex}.nav-inner[data-astro-cid-fzpbxy5g]{justify-content:space-between;min-height:56px}.desktop-nav[data-astro-cid-fzpbxy5g]{gap:clamp(14px,2.2vw,30px)}.desktop-nav[data-astro-cid-fzpbxy5g] a[data-astro-cid-fzpbxy5g],.latest-link[data-astro-cid-fzpbxy5g]{color:var(--ink);font-size:.94rem;font-weight:700;text-decoration:none}.desktop-nav[data-astro-cid-fzpbxy5g] a[data-astro-cid-fzpbxy5g]:hover,.latest-link[data-astro-cid-fzpbxy5g]:hover{color:var(--teal)}.latest-link[data-astro-cid-fzpbxy5g]{color:var(--blue-dark)}.mobile-menu[data-astro-cid-fzpbxy5g]{justify-self:end;display:none;position:relative}.mobile-menu[data-astro-cid-fzpbxy5g] summary[data-astro-cid-fzpbxy5g]{cursor:pointer;background:linear-gradient(135deg,#ffffff38,#4dbec533);border:1px solid #ffffff73;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:50px;height:50px;list-style:none;display:inline-flex}.mobile-menu[data-astro-cid-fzpbxy5g] summary[data-astro-cid-fzpbxy5g]::-webkit-details-marker{display:none}.mobile-menu[data-astro-cid-fzpbxy5g] summary[data-astro-cid-fzpbxy5g] span[data-astro-cid-fzpbxy5g]{background:var(--white);width:22px;height:2px}.mobile-menu[data-astro-cid-fzpbxy5g] nav[data-astro-cid-fzpbxy5g]{background:var(--white);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:16px;gap:4px;width:min(310px,100vw - 28px);padding:12px;display:grid;position:absolute;top:62px;right:0}.mobile-menu[data-astro-cid-fzpbxy5g] a[data-astro-cid-fzpbxy5g]{color:var(--ink);border-radius:10px;padding:12px;font-weight:700;text-decoration:none}.mobile-menu[data-astro-cid-fzpbxy5g] a[data-astro-cid-fzpbxy5g]:hover{background:var(--gradient-ice)}@media (width<=980px){.masthead[data-astro-cid-fzpbxy5g]{grid-template-columns:minmax(0,1fr) auto;gap:16px}.header-search[data-astro-cid-fzpbxy5g],.nav-bar[data-astro-cid-fzpbxy5g]{display:none}.mobile-menu[data-astro-cid-fzpbxy5g]{display:block}}@media (width<=620px){.service-bar[data-astro-cid-fzpbxy5g]{display:none}.masthead[data-astro-cid-fzpbxy5g]{min-height:78px}}.site-footer[data-astro-cid-nns7i3if]{background:var(--ink);color:#ffffffdb;padding:0 0 28px}.footer-accent[data-astro-cid-nns7i3if]{grid-template-columns:1.3fr .8fr .55fr;height:12px;display:grid}.footer-accent[data-astro-cid-nns7i3if] span[data-astro-cid-nns7i3if]:first-child{background:var(--gradient-blue)}.footer-accent[data-astro-cid-nns7i3if] span[data-astro-cid-nns7i3if]:nth-child(2){background:var(--gradient-violet)}.footer-accent[data-astro-cid-nns7i3if] span[data-astro-cid-nns7i3if]:nth-child(3){background:var(--gradient-berry)}.footer-grid[data-astro-cid-nns7i3if]{grid-template-columns:1.35fr .7fr .8fr 1fr;gap:38px;padding-top:62px;padding-bottom:50px;display:grid}.footer-brand[data-astro-cid-nns7i3if]{text-decoration:none;display:inline-block}.footer-intro[data-astro-cid-nns7i3if] p[data-astro-cid-nns7i3if]{max-width:410px}nav[data-astro-cid-nns7i3if]{align-content:start;gap:9px;display:grid}nav[data-astro-cid-nns7i3if] strong[data-astro-cid-nns7i3if],.health-note[data-astro-cid-nns7i3if] strong[data-astro-cid-nns7i3if]{color:var(--ice);margin-bottom:6px}nav[data-astro-cid-nns7i3if] a[data-astro-cid-nns7i3if]{color:#fffc}.footer-link-button[data-astro-cid-nns7i3if]{color:#fffc;cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;padding:0;text-decoration:underline}.health-note[data-astro-cid-nns7i3if]{background:#ffffff12;border:1px solid #ffffff24;border-radius:16px;padding:18px}.health-note[data-astro-cid-nns7i3if] p[data-astro-cid-nns7i3if]{margin:8px 0 0;font-size:.92rem}.footer-bottom[data-astro-cid-nns7i3if]{border-top:1px solid #ffffff26;justify-content:space-between;padding-top:24px;font-size:.86rem;display:flex}.footer-bottom[data-astro-cid-nns7i3if] a[data-astro-cid-nns7i3if]{color:inherit}@media (width<=920px){.footer-grid[data-astro-cid-nns7i3if]{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=620px){.footer-grid[data-astro-cid-nns7i3if]{grid-template-columns:1fr}.footer-bottom[data-astro-cid-nns7i3if]{flex-direction:column;gap:8px}}.consent-banner[data-astro-cid-kror3uvh]{border:1px solid var(--line);z-index:1000;background:#fff;border-radius:14px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;width:calc(100% - 36px);max-width:1080px;padding:22px;display:grid;position:fixed;bottom:18px;left:50%;transform:translate(-50%);box-shadow:0 20px 60px #122b4533}.consent-banner[data-astro-cid-kror3uvh][hidden],.consent-dialog[data-astro-cid-kror3uvh][hidden],.consent-backdrop[data-astro-cid-kror3uvh][hidden]{display:none}.consent-copy[data-astro-cid-kror3uvh] strong[data-astro-cid-kror3uvh]{color:var(--ink);font-size:1.08rem}.consent-copy[data-astro-cid-kror3uvh] p[data-astro-cid-kror3uvh]{color:var(--text);max-width:730px;margin:5px 0;font-size:.92rem;line-height:1.5}.consent-copy[data-astro-cid-kror3uvh] a[data-astro-cid-kror3uvh]{color:var(--blue-dark);font-size:.86rem;font-weight:700}.consent-actions[data-astro-cid-kror3uvh],.consent-dialog-actions[data-astro-cid-kror3uvh]{flex-wrap:wrap;gap:9px;display:flex}.consent-button[data-astro-cid-kror3uvh]{border:1px solid var(--blue);cursor:pointer;font:inherit;border-radius:8px;min-height:44px;padding:10px 15px;font-size:.88rem;font-weight:700}.consent-button[data-astro-cid-kror3uvh].primary{background:var(--gradient-blue);color:#fff}.consent-button[data-astro-cid-kror3uvh].secondary{color:var(--blue-dark);background:#fff}.consent-button[data-astro-cid-kror3uvh]:focus-visible,.consent-close[data-astro-cid-kror3uvh]:focus-visible,.consent-option[data-astro-cid-kror3uvh] input[data-astro-cid-kror3uvh]:focus-visible{outline-offset:3px;outline:3px solid #f5bd3d}.consent-backdrop[data-astro-cid-kror3uvh]{z-index:1001;background:#0a1f3694;position:fixed;inset:0}.consent-dialog[data-astro-cid-kror3uvh]{z-index:1002;background:#fff;border-radius:16px;width:calc(100% - 32px);max-width:680px;max-height:calc(100vh - 40px);padding:28px;position:fixed;top:50%;left:50%;overflow:auto;transform:translate(-50%,-50%);box-shadow:0 26px 80px #0a1f3659}.consent-dialog-heading[data-astro-cid-kror3uvh]{justify-content:space-between;align-items:start;display:flex}.consent-kicker[data-astro-cid-kror3uvh]{color:var(--blue);letter-spacing:.08em;text-transform:uppercase;margin:0 0 4px;font-size:.76rem;font-weight:700}.consent-dialog[data-astro-cid-kror3uvh] h2[data-astro-cid-kror3uvh]{margin:0;font-size:1.8rem}.consent-close[data-astro-cid-kror3uvh]{background:var(--gradient-ice);color:var(--ink);cursor:pointer;border:0;border-radius:999px;width:40px;height:40px;font-size:1.55rem;line-height:1}.consent-explanation[data-astro-cid-kror3uvh]{color:var(--text);margin:18px 0 22px;font-size:.95rem}.consent-option[data-astro-cid-kror3uvh]{border-top:1px solid var(--line);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:20px;padding:17px 0;display:grid}.consent-option[data-astro-cid-kror3uvh] strong[data-astro-cid-kror3uvh]{color:var(--ink)}.consent-option[data-astro-cid-kror3uvh] p[data-astro-cid-kror3uvh]{color:var(--muted);margin:4px 0 0;font-size:.86rem}.consent-option[data-astro-cid-kror3uvh] input[data-astro-cid-kror3uvh]{accent-color:var(--blue);width:24px;height:24px}.consent-status[data-astro-cid-kror3uvh]{color:var(--blue-dark);font-size:.78rem;font-weight:700}.consent-dialog-actions[data-astro-cid-kror3uvh]{border-top:1px solid var(--line);justify-content:flex-end;padding-top:20px}body.consent-open{overflow:hidden}@media (width<=800px){.consent-banner[data-astro-cid-kror3uvh]{grid-template-columns:1fr;align-items:stretch}.consent-actions[data-astro-cid-kror3uvh]{grid-template-columns:1fr 1fr;display:grid}.consent-actions[data-astro-cid-kror3uvh] .primary[data-astro-cid-kror3uvh]{grid-area:1/1/auto/-1}}@media (width<=520px){.consent-banner[data-astro-cid-kror3uvh]{width:calc(100% - 16px);padding:16px;bottom:8px}.consent-actions[data-astro-cid-kror3uvh]{grid-template-columns:1fr}.consent-actions[data-astro-cid-kror3uvh] .primary[data-astro-cid-kror3uvh]{grid-column:auto}.consent-dialog[data-astro-cid-kror3uvh]{padding:20px}.consent-dialog-actions[data-astro-cid-kror3uvh]{display:grid}}
