:root{--site-bg: #f3f4f6;--site-bg-elevated: #f7f8fa;--site-surface: #fcfcfd;--site-surface-strong: #e8edf2;--site-surface-contrast: #dae2e9;--site-text: #0d1728;--site-text-soft: #1a2738;--site-text-muted: #42536a;--site-text-faint: #617186;--site-border: rgba(13, 23, 40, .12);--site-border-strong: rgba(13, 23, 40, .18);--site-border-accent: rgba(19, 56, 118, .22);--site-accent: #173b7a;--site-accent-soft: #23498e;--site-accent-strong: #122f63;--site-accent-deep: #0b2348;--site-accent-ink: #081a35;--site-success-surface: #eef6f2;--site-success-border: #c7ddd0;--site-success-text: #1d4931;--site-warning-surface: #f8f2e8;--site-warning-border: #e3ccb0;--site-warning-text: #77451a;--site-header-max-width: 1180px;--site-page-max-width: 1180px;--site-prose-width: 1100px;--site-radius: 18px;--site-radius-sm: 12px;--site-radius-xs: 8px;--site-shadow: 0 10px 24px rgba(8, 18, 34, .06);--site-shadow-soft: 0 4px 12px rgba(8, 18, 34, .035);--site-shadow-strong: 0 16px 34px rgba(8, 18, 34, .09);--site-shadow-panel: 0 18px 40px rgba(6, 16, 32, .14);--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.5rem;--space-6: 2rem;--space-7: 3rem;--space-8: 4rem;--space-9: 5rem;--font-sans: "Inter", "Söhne", "Suisse Int'l", "Neue Haas Grotesk Text Pro", "Helvetica Neue", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;--font-display: "Inter", "Söhne", "Suisse Int'l", "Neue Haas Grotesk Display Pro", "Helvetica Neue", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;--font-prose: "Inter", "Söhne", "Suisse Int'l", "Neue Haas Grotesk Text Pro", "Helvetica Neue", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif}*,*:before,*:after{box-sizing:border-box}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:var(--font-sans);color:var(--site-text);background:var(--site-bg);scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;line-height:inherit;color:var(--site-text);background:radial-gradient(ellipse 120% 52% at 50% 10%,rgba(255,243,214,.08),transparent 62%),linear-gradient(180deg,#f7f8fa,#f3f4f6 52%,#f6f7f9);background-repeat:no-repeat}img,picture,svg,canvas,video{display:block;max-width:100%}img{height:auto}button,input,textarea,select{font:inherit}button{color:inherit}a{color:inherit;text-decoration:none}p,h1,h2,h3,h4,h5,h6,ul,ol,dl,blockquote,figure{margin-top:0}p:last-child,ul:last-child,ol:last-child,dl:last-child,blockquote:last-child,figure:last-child{margin-bottom:0}ul,ol{padding-left:1.25rem}h1,h2,h3{text-wrap:balance}:focus-visible{outline:2px solid var(--site-accent);outline-offset:2px}::selection{background:#173b7a24;color:var(--site-text)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;white-space:nowrap;border:0;clip:rect(0,0,0,0);clip-path:inset(50%)}details{color:inherit}summary{cursor:pointer}summary::marker,summary::-webkit-details-marker{color:var(--site-accent)}@supports (view-transition-name: none){.site-main{view-transition-name:site-main}::view-transition-old(site-main),::view-transition-new(site-main){animation-duration:.5s;animation-timing-function:cubic-bezier(.22,1,.36,1)}::view-transition-old(site-main){animation-name:site-fade-out}::view-transition-new(site-main){animation-name:site-fade-in}}@keyframes site-fade-in{0%{opacity:0}to{opacity:1}}@keyframes site-fade-out{0%{opacity:1}to{opacity:0}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}}.content-prose p,.content-prose ul,.content-prose ol{margin:0 0 var(--space-5);color:var(--site-text);font-size:18px;line-height:1.72}.content-prose li+li{margin-top:.45rem}.content-prose strong{color:var(--site-text)}.content-prose a{color:var(--site-accent);text-decoration:underline;text-decoration-thickness:.06em;text-underline-offset:.14em}.content-prose a:hover,.content-prose a:focus-visible{color:var(--site-accent-soft)}.content-prose blockquote{margin:0 0 var(--space-5);padding:var(--space-4) var(--space-5);border-left:4px solid var(--site-accent);border-radius:0 var(--site-radius-sm) var(--site-radius-sm) 0;background:#ffffffd1;color:var(--site-text-soft)}.content-prose hr{margin:var(--space-6) 0;border:0;border-top:1px solid var(--site-border)}.content-section{padding-bottom:var(--space-7)}.content-section--wide{max-width:min(100%,1180px)}.breadcrumbs{margin:0}.breadcrumbs__list{display:flex;align-items:center;flex-wrap:wrap;gap:var(--space-2);margin:0;padding:0;list-style:none}.breadcrumbs__item{display:inline-flex;align-items:center;gap:var(--space-2);min-width:0;color:var(--site-text-faint);font-size:.9rem}.breadcrumbs__separator{color:var(--site-border-strong)}.breadcrumbs__link{color:var(--site-text-faint);transition:color .12s ease}.breadcrumbs__link:hover,.breadcrumbs__link:focus-visible{color:var(--site-accent)}.breadcrumbs__current{color:var(--site-text-soft);font-weight:600}.answer-box{max-width:var(--site-prose-width);margin-bottom:var(--space-6);padding:var(--space-5);border:1px solid var(--site-border-strong);border-radius:var(--site-radius);background:linear-gradient(180deg,rgba(255,255,255,.99) 0%,var(--site-surface) 100%);box-shadow:var(--site-shadow-soft)}.answer-box__title{margin-bottom:var(--space-3);color:var(--site-text);font-family:var(--font-display);font-size:1.18rem;font-weight:650;letter-spacing:-.02em}.answer-box__text{color:var(--site-text-muted);line-height:1.74}.definition-list{display:grid;gap:var(--space-4);max-width:var(--site-prose-width)}.definition-item{contain:layout paint;padding:var(--space-4);border:1px solid var(--site-border);border-radius:var(--site-radius-sm);background:#ffffffd6}.definition-item__term{margin-bottom:var(--space-2);color:var(--site-text);font-size:.98rem;font-weight:700}.definition-item__body{color:var(--site-text-muted);line-height:1.72}@media(max-width:720px){.answer-box,.definition-item{padding:var(--space-4)}}.site-shell{width:min(100% - 2rem,var(--site-header-max-width));margin-inline:auto}.site-main{padding:var(--space-1) 0 0}.site-main__inner{width:100%;min-width:0}.site-main__inner>*{min-width:0}.site-main__inner>:not(.home-page){width:min(100% - 2rem,var(--site-page-max-width));max-width:none;margin-inline:auto}.site-main__inner>.home-page{width:100%;max-width:none}.site-main__inner>.insights-page,.site-main__inner>.insight-article{width:100%;max-width:none;margin-inline:0}.page-shell{display:block}.page-shell__breadcrumbs{padding-top:var(--space-4)}.page-shell__answer,.page-shell__proof-boundary,.page-shell__related-links{margin-bottom:var(--space-6)}.page-shell__proof-boundary,.page-shell__related-links{content-visibility:auto;contain-intrinsic-size:1px 700px}.page-hero{padding:var(--space-5) 0 var(--space-5)}.page-title{margin-bottom:var(--space-4);color:var(--site-text);font-family:var(--font-display);font-size:clamp(2.35rem,4.2vw,3.8rem);font-weight:660;line-height:.94;letter-spacing:-.055em}.page-lead{max-width:64ch;color:var(--site-text-muted);font-size:1.06rem;line-height:1.74}.skip-link{position:absolute;left:1rem;top:1rem;z-index:10000;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}@media(max-width:720px){.site-shell{width:min(100% - 1.25rem,var(--site-header-max-width))}.site-main__inner>:not(.home-page){width:min(100% - 1.25rem,var(--site-page-max-width))}.site-main__inner>.insights-page,.site-main__inner>.insight-article{width:100%}.site-main{padding:var(--space-7) 0 0}.page-title{max-width:none}}:root{--frosted-glass-texture: url(../images/features/frostedglass-480.webp);--site-mobile-header-height: 72px}html.site-mobile-menu-is-open,body.site-mobile-menu-is-open{overflow:hidden}.site-header{position:sticky;top:0;z-index:10003;color:#f5f7fb;background:linear-gradient(180deg,#07162dfc,#0b1f40fc);border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 8px 22px #0710201f;backdrop-filter:blur(10px)}.site-header__inner{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1.25rem;min-height:78px}.site-brand-wrap,.site-header-menu-trigger{position:relative}.site-brand{display:inline-flex;align-items:center;gap:.9rem;min-width:0;color:#fff}.site-brand:hover,.site-brand:focus-visible,.site-brand--active{color:#fff}.site-brand__mark{display:inline-grid;place-items:center;width:2.1rem;height:2.1rem;border-radius:999px;background:#ffffff14;color:#fff;font-size:1rem;line-height:1;box-shadow:0 5px 14px #0000001f}.site-brand__logo{display:block;width:38px;height:38px;object-fit:contain;filter:brightness(0) invert(1);opacity:.96}.site-brand__text{font-family:Inter var,Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";font-size:1.72rem;font-weight:450;line-height:1}.site-nav{min-width:0}.site-nav__list{display:flex;align-items:center;justify-content:center;gap:.15rem;flex-wrap:wrap;margin:0;padding:0;list-style:none}.site-nav__list--secondary{justify-content:flex-end}.site-nav__item{margin:0}.site-nav__link{display:inline-flex;align-items:center;gap:.32rem;min-height:2.5rem;padding:.58rem .76rem;border-radius:999px;color:#f1f5ffd6;font-size:.92rem;font-weight:600;line-height:1;transition:color .12s ease,background-color .12s ease,box-shadow .12s ease,border-color .12s ease}.site-nav__initial{color:#fffffff5;font-weight:800;letter-spacing:.018em}.site-nav__link-caret{display:inline-block;color:#f1f5ff9e;font-size:.68rem;line-height:1;transform:translateY(-.02rem);transition:color .12s ease,transform .12s ease}.site-nav__link--evidential-mark{line-height:1}.site-nav__link:hover,.site-nav__link:focus-visible,.site-header-menu-trigger:hover .site-nav__link,.site-header-menu-trigger--open .site-nav__link{color:#fff;background:#ffffff12}.site-nav__link:hover .site-nav__link-caret,.site-nav__link:focus-visible .site-nav__link-caret,.site-header-menu-trigger:hover .site-nav__link-caret,.site-header-menu-trigger:focus-within .site-nav__link-caret,.site-header-menu-trigger--open .site-nav__link-caret{color:#fff;transform:translateY(-.02rem) rotate(180deg)}.site-nav__link[aria-expanded=true]{color:#fff;background:#ffffff12}.site-nav__link[aria-expanded=true] .site-nav__link-caret{color:#fff;transform:translateY(-.02rem) rotate(180deg)}.site-nav__link--secondary{color:#f1f5ffb8}.site-nav__link--active{color:#fff;background:#ffffff1c;box-shadow:inset 0 0 0 1px #ffffff1f}.site-header__actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:.85rem;min-width:0}.site-header__verify-cta{display:inline-flex;align-items:center;justify-content:center;gap:.42rem;min-height:2.55rem;padding:.62rem .92rem;border:1px solid rgba(255,255,255,.18);border-radius:999px;color:#fff;background:linear-gradient(180deg,#ffffff24,#ffffff14);box-shadow:inset 0 1px #ffffff29,0 8px 18px #0000001f;font-size:.9rem;font-weight:700;line-height:1;text-decoration:none;white-space:nowrap;transition:color .12s ease,background-color .12s ease,border-color .12s ease,box-shadow .12s ease,transform .12s ease}.site-header__verify-cta:hover,.site-header__verify-cta:focus-visible,.site-header__verify-cta--active{color:#fff;border-color:#ffffff4d;background:linear-gradient(180deg,#fff3,#ffffff1c);box-shadow:inset 0 1px #fff3,0 10px 22px #00000029;transform:translateY(-1px)}.site-header__verify-cta-mark{display:inline-grid;place-items:center;width:1.18rem;height:1.18rem;border-radius:999px;color:#fff;font-size:1rem;font-weight:700;line-height:1}.site-header__menu-button{display:none!important}.site-header__menu-line{display:block;width:.95rem;height:1px;margin-inline:auto;background:#ffffffeb}.site-header__mobile-toggle{display:none;align-items:center;justify-content:center;gap:.62rem;min-height:2.72rem;padding:.56rem .72rem .56rem .9rem;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:linear-gradient(180deg,#ffffff17,#ffffff0b);color:#fff;cursor:pointer;font:inherit;box-shadow:inset 0 1px #ffffff0f,0 10px 22px #0000001f}.site-header__mobile-toggle:hover,.site-header__mobile-toggle:focus-visible{border-color:#ffffff3d;background:linear-gradient(180deg,#ffffff24,#fff1)}.site-header__mobile-toggle-text{color:#fff;font-size:.88rem;font-weight:680;line-height:1}.site-header__mobile-toggle-icon{display:grid;gap:.24rem;width:1.08rem}.site-header__mobile-toggle-line{display:block;width:100%;height:1px;border-radius:999px;background:#fffffff0;transform-origin:center;transition:opacity .14s ease,transform .14s ease}.site-header__mobile-toggle--open .site-header__mobile-toggle-line:nth-child(1),.site-header__mobile-toggle[aria-expanded=true] .site-header__mobile-toggle-line:nth-child(1){transform:translateY(.25rem) rotate(45deg)}.site-header__mobile-toggle--open .site-header__mobile-toggle-line:nth-child(2),.site-header__mobile-toggle[aria-expanded=true] .site-header__mobile-toggle-line:nth-child(2){opacity:0}.site-header__mobile-toggle--open .site-header__mobile-toggle-line:nth-child(3),.site-header__mobile-toggle[aria-expanded=true] .site-header__mobile-toggle-line:nth-child(3){transform:translateY(-.25rem) rotate(-45deg)}.site-mobile-header,.site-mobile-header__toggle,.site-mobile-menu-toggle,.site-mobile-menu-panel,[data-mobile-menu-panel],.site-mobile-menu[hidden],.site-mobile-menu-panel[hidden],[data-mobile-menu-panel][hidden]{display:none!important}.site-mobile-menu{display:none!important;position:fixed;top:var(--site-mobile-header-height);right:0;bottom:auto;left:0;height:calc(100dvh - var(--site-mobile-header-height));min-height:calc(100dvh - var(--site-mobile-header-height));z-index:10002;color:#f5f7fb;background:#0208149e;backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px)}#site-mobile-menu.site-mobile-menu--open,#site-mobile-menu.site-mobile-menu-panel--open,#site-mobile-menu:not([hidden])[aria-hidden=false],#site-mobile-menu[data-mobile-menu-open=true],html.site-mobile-menu-is-open #site-mobile-menu,body.site-mobile-menu-is-open #site-mobile-menu{display:block!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;height:calc(100dvh - var(--site-mobile-header-height))!important;min-height:calc(100dvh - var(--site-mobile-header-height))!important}.site-mobile-menu__backdrop{position:absolute;inset:0;z-index:0;background:radial-gradient(circle at 72% 0%,rgba(49,92,255,.18),transparent 34%),#02081433}.site-mobile-menu__surface{position:absolute;inset:0 0 0 auto;z-index:1;display:flex;flex-direction:column;width:min(100vw,28.5rem);height:100%;min-height:100%;max-height:100%;overflow-y:auto;overscroll-behavior:contain;border-left:1px solid rgba(255,255,255,.14);background:radial-gradient(circle at 16% 0%,rgba(49,92,255,.2),transparent 34%),linear-gradient(180deg,#07162dfb,#081a36fb 52%,#040d1dfb);box-shadow:0 28px 70px #0000006b,inset 0 1px #ffffff12}.site-mobile-menu__top{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex:0 0 auto;padding:1rem;border-bottom:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#07162dfb,#07162df0);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.site-mobile-menu__brand{display:inline-flex;align-items:center;gap:.78rem;min-width:0;color:#fff;font-family:Inter var,Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";font-size:1.34rem;font-weight:540;letter-spacing:-.045em;line-height:1;text-decoration:none}.site-mobile-menu__brand:hover,.site-mobile-menu__brand:focus-visible,.site-mobile-menu__brand--active{color:#fff}.site-mobile-menu__brand-logo{display:block;width:36px;height:36px;object-fit:contain;filter:brightness(0) invert(1);opacity:.96;flex:0 0 auto}.site-mobile-menu__close{display:inline-grid;place-items:center;width:2.72rem;height:2.72rem;padding:0;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:linear-gradient(180deg,#ffffff1a,#ffffff0d);color:#fff;cursor:pointer;font:inherit;box-shadow:inset 0 1px #ffffff0f,0 10px 22px #0000001f}.site-mobile-menu__close:hover,.site-mobile-menu__close:focus-visible{border-color:#ffffff3d;background:linear-gradient(180deg,#ffffff26,#ffffff12)}.site-mobile-menu__close span{display:block;color:inherit;font-size:1.6rem;font-weight:300;line-height:1;transform:translateY(-.04rem)}.site-mobile-menu__intro{display:grid;gap:.36rem;flex:0 0 auto;padding:.95rem 1rem;border-bottom:1px solid rgba(255,255,255,.07)}.site-mobile-menu__nav,.site-mobile-menu__quick-row{flex:0 0 auto}.site-mobile-menu__nav{overflow:visible}.site-mobile-menu__surface>.site-mobile-menu__nav,.site-mobile-menu__surface>.site-mobile-menu__quick-row{flex-shrink:0}.site-mobile-menu__eyebrow,.site-mobile-menu__subsection-title,.site-mobile-menu__nav-label{color:#e2c78e;font-size:.68rem;font-weight:780;letter-spacing:.14em;line-height:1.2;text-transform:uppercase}.site-mobile-menu__intro h2{margin:0;color:#fff;font-family:var(--font-display);font-size:clamp(1.45rem,4vw,2rem);font-weight:680;letter-spacing:-.045em;line-height:1.05}.site-mobile-menu__intro p{max-width:28rem;margin:0;color:#f1f5ffbd;font-size:.9rem;font-weight:520;line-height:1.45}.site-mobile-menu__nav{padding:.72rem}.site-mobile-menu__nav--secondary{padding-top:.56rem;border-top:1px solid rgba(255,255,255,.07)}.site-mobile-menu__nav-label{margin:0 0 .55rem;padding:0 .18rem;color:#e2c78edb;font-size:.68rem;font-weight:780;letter-spacing:.14em;line-height:1.2;text-transform:uppercase}.site-mobile-menu__list,.site-mobile-menu__sublist{display:grid;gap:.46rem;margin:0;padding:0;list-style:none}.site-mobile-menu__item{min-width:0}.site-mobile-menu__item-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;gap:.44rem}.site-mobile-menu__link{display:flex;align-items:center;justify-content:space-between;gap:.85rem;min-width:0;padding:.78rem .84rem;border:1px solid transparent;border-radius:.9rem;background:#ffffff09;color:#f1f5ffe6;text-decoration:none;box-shadow:inset 0 1px #ffffff06}.site-mobile-menu__link:hover,.site-mobile-menu__link:focus-visible{color:#fff;background:#ffffff13;border-color:#ffffff17}.site-mobile-menu__link--active{color:#fff;background:linear-gradient(180deg,#ffffff21,#ffffff13);border-color:#ffffff24;box-shadow:inset 0 1px #ffffff0f,0 12px 26px #0000001f}.site-mobile-menu__link-content{display:inline-flex;align-items:center;gap:.78rem;min-width:0}.site-mobile-menu__icon{flex:0 0 auto;width:1.28rem;height:1.28rem;color:#e2c78e;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round;fill:none;opacity:.96;filter:drop-shadow(0 0 8px rgba(226,199,142,.14))}.site-mobile-menu__icon--mark{width:1.34rem;height:1.34rem}.site-mobile-menu__link:hover .site-mobile-menu__icon,.site-mobile-menu__link:focus-visible .site-mobile-menu__icon,.site-mobile-menu__link--active .site-mobile-menu__icon{color:#f0d99d;opacity:1}.site-mobile-menu__link-main{display:grid;gap:.18rem;min-width:0}.site-mobile-menu__link-label{color:inherit;font-size:.96rem;font-weight:720;line-height:1.12}.site-mobile-menu__link-description{color:#f1f5ff8c;font-size:.74rem;font-weight:540;line-height:1.28}.site-mobile-menu__link--evidential-mark .site-mobile-menu__link-label{font-size:1.02rem}.site-mobile-menu__expand{display:inline-grid;place-items:center;width:2.52rem;min-height:100%;padding:0;border:1px solid rgba(255,255,255,.1);border-radius:.9rem;background:#ffffff0e;color:#ffffffe6;cursor:pointer}.site-mobile-menu__expand:hover,.site-mobile-menu__expand:focus-visible{color:#fff;background:#ffffff18;border-color:#ffffff29}.site-mobile-menu__expand span{display:inline-block;font-size:1.05rem;font-weight:520;line-height:1;transition:transform .14s ease}.site-mobile-menu__expand[aria-expanded=true] span{transform:rotate(180deg)}.site-mobile-menu__panel{display:grid;gap:.56rem;margin:.38rem 0 .2rem .38rem;padding:.58rem;max-height:min(24rem,50vh);overflow:auto;border-left:1px solid rgba(226,199,142,.28);border-radius:0 .9rem .9rem 0;background:#ffffff09}.site-mobile-menu__panel[hidden]{display:none!important}.site-mobile-menu__primary-action,.site-mobile-menu__subitem{display:grid;gap:.26rem;padding:.68rem .72rem;border:1px solid rgba(255,255,255,.075);border-radius:.78rem;background:#ffffff0a;color:#f1f5ffe6;text-decoration:none}.site-mobile-menu__primary-action:hover,.site-mobile-menu__primary-action:focus-visible,.site-mobile-menu__subitem:hover,.site-mobile-menu__subitem:focus-visible{color:#fff;border-color:#e2c78e52;background:#ffffff12}.site-mobile-menu__primary-action span,.site-mobile-menu__subitem span{color:inherit;font-size:.85rem;font-weight:700;line-height:1.18}.site-mobile-menu__primary-action small,.site-mobile-menu__subitem small{color:#f1f5ff94;font-size:.74rem;font-weight:510;line-height:1.36}.site-mobile-menu__subsection{display:grid;gap:.48rem}.site-mobile-menu__subsection-title{margin:0;color:#e2c78edb;font-size:.64rem}.site-mobile-menu__group{display:grid;gap:.44rem}.site-mobile-menu__group+.site-mobile-menu__group{margin-top:.42rem}.site-mobile-menu__group-description{margin:0;color:#f1f5ff94;font-size:.75rem;font-weight:510;line-height:1.4}.site-mobile-menu__subitem-title-row{display:flex;align-items:center;justify-content:space-between;gap:.7rem}.site-mobile-menu__subitem-title-row em{flex:0 0 auto;padding:.18rem .38rem;border:1px solid rgba(226,199,142,.32);border-radius:999px;color:#e2c78e;font-size:.56rem;font-style:normal;font-weight:760;letter-spacing:.05em;line-height:1;text-transform:uppercase}.site-mobile-menu__assist{display:grid;gap:.34rem;padding:.72rem .78rem;border:1px solid rgba(226,199,142,.2);border-radius:.82rem;background:#e2c78e14;color:#f1f5ffbd}.site-mobile-menu__assist strong{color:#fff;font-size:.76rem;font-weight:760;line-height:1.2}.site-mobile-menu__assist p{margin:0;color:inherit;font-size:.76rem;font-weight:530;line-height:1.4}.site-mobile-menu__assist a{width:fit-content;color:#e2c78e;font-size:.78rem;font-weight:720}.site-mobile-menu__assist--boundary{border-color:#e2c78e40;background:#e2c78e17}.site-mobile-menu__assist--help{border-color:#315cff42;background:#315cff1c}.site-mobile-menu__assist--status{border-color:#ffffff1f;background:#ffffff0e}.site-mobile-menu__quick-row{position:sticky;bottom:0;z-index:2;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.36rem;padding:.72rem;border-top:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#07162de0,#040d1dfb);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.site-mobile-menu__quick-link{display:inline-flex;align-items:center;justify-content:center;min-width:0;min-height:2.25rem;padding:.52rem .34rem;border:1px solid rgba(255,255,255,.09);border-radius:999px;background:#ffffff0b;color:#f1f5ffd1;font-size:.72rem;font-weight:700;line-height:1.05;text-align:center;text-decoration:none}.site-mobile-menu__quick-link:hover,.site-mobile-menu__quick-link:focus-visible,.site-mobile-menu__quick-link--active{color:#fff;border-color:#e2c78e47;background:#ffffff18}@media(max-width:390px){.site-mobile-menu__surface{width:100vw}.site-mobile-menu__quick-row{gap:.28rem;padding-inline:.56rem}.site-mobile-menu__quick-link{min-height:2.15rem;padding-inline:.24rem;font-size:.66rem;letter-spacing:-.02em}.site-mobile-menu__link{padding-inline:.72rem}.site-mobile-menu__link-description{font-size:.7rem}}.site-header__mega-wrap{display:block}[data-header-menu-panel],.site-header__mega-panel-root{position:fixed;top:78px;left:0;right:0;z-index:9999;display:block;width:100vw;height:36.5rem;min-height:36.5rem;max-height:36.5rem;color:#07162d;opacity:0;visibility:hidden;pointer-events:none;transform:translate3d(0,-1.35rem,0);transform-origin:top center;transition:opacity .22s ease,visibility 0s linear .22s,transform .26s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}[data-header-menu-panel][hidden],.site-header__mega-panel-root[hidden]{display:none!important}[data-header-menu-panel]:not([hidden]),.site-header__mega-panel-root--active{opacity:1;visibility:visible;pointer-events:auto;transform:translateZ(0);transition:opacity .18s ease,visibility 0s linear 0s,transform .26s cubic-bezier(.22,1,.36,1)}.site-header--menu-closing [data-header-menu-panel]:not([hidden]),.site-header--menu-closing .site-header__mega-panel-root--active{opacity:0;visibility:visible;pointer-events:none;transform:translate3d(0,-1.35rem,0);transition:opacity .22s ease,visibility 0s linear .28s,transform .26s cubic-bezier(.22,1,.36,1)}.site-header-mega{position:relative;top:auto;left:auto;right:auto;z-index:auto;display:block;width:100%;height:36.5rem;min-height:36.5rem;max-height:36.5rem;padding-top:0;color:#07162d;opacity:1;visibility:visible;pointer-events:auto;transform:none;transition:none;will-change:auto}.site-header-mega__panel{position:relative;overflow:hidden;width:100%;height:36.5rem;min-height:36.5rem;max-height:36.5rem;margin-top:0;border:0;border-top:1px solid rgba(255,255,255,.9);border-bottom:1px solid rgba(7,22,45,.24);border-radius:0;background:linear-gradient(135deg,#fffffff7,#f8fbffeb 42%,#eef6fcd6);box-shadow:0 34px 82px #030a1833,0 18px 42px #07162d24,0 4px #07162d14,inset 0 1px #fff,inset 0 -1px #07162d24;backdrop-filter:blur(42px) saturate(128%) contrast(104%) brightness(114%);-webkit-backdrop-filter:blur(42px) saturate(128%) contrast(104%) brightness(114%);transition:background .16s ease,box-shadow .16s ease,border-color .16s ease}.site-header-mega__panel:before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:radial-gradient(circle at 16% 10%,rgba(255,255,255,.9),rgba(255,255,255,.34) 24%,transparent 48%),linear-gradient(105deg,#ffffff85,#ffffff29 28%,#ffffff0a 52%,#ffffff47),linear-gradient(180deg,#ffffff80,#ffffff47 48%,#ffffff2e);opacity:.82}.site-header-mega__panel:after{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:linear-gradient(180deg,#ffffff5c,#fff3),var(--frosted-glass-texture);background-size:100% 100%,cover;background-position:center center,center center;background-repeat:no-repeat,no-repeat;filter:saturate(88%) contrast(94%) brightness(112%);mix-blend-mode:normal;opacity:.38}.site-header-mega__content-swap{position:relative;z-index:1;height:36.5rem;min-height:36.5rem;max-height:36.5rem;opacity:1;transform:none;transition:none;will-change:auto}.site-header-mega__layout{position:relative;z-index:1;display:grid;gap:2.2rem;width:min(100% - 2rem,82rem);height:36.5rem;min-height:36.5rem;max-height:36.5rem;margin-inline:auto;padding:clamp(1.6rem,2.4vw,2.4rem)}.site-header-mega__layout--home{grid-template-columns:minmax(15rem,.78fr) minmax(0,1.35fr)}.site-header-mega__layout--evidencing,.site-header-mega__layout--verification,.site-header-mega__layout--guidance,.site-header-mega__layout--about,.site-header-mega__layout--contact{grid-template-columns:minmax(15rem,.55fr) minmax(0,1.45fr)}.site-header-mega__layout--evidential-mark{grid-template-columns:minmax(10rem,.35fr) minmax(0,1.65fr);align-items:stretch}.site-header-mega__layout--insights{grid-template-columns:minmax(15rem,.5fr) minmax(0,1.5fr)}.site-header-mega__intro{min-width:0;padding-right:clamp(1.2rem,2vw,2.2rem);border-right:1px solid rgba(7,22,45,.1)}.site-header-mega__content,.site-header-mega__orientation{min-width:0}.site-header-mega__eyebrow,.site-header-mega__section-label,.site-header-mega-card__guidance,.site-header-mega-article__category{display:inline-flex;align-items:center;color:#315cff;font-size:.72rem;font-weight:760;letter-spacing:.15em;line-height:1.2;text-transform:uppercase}.site-header-mega__title{max-width:13ch;margin:.72rem 0 0;color:#07162d;font-family:var(--font-display);font-size:clamp(1.55rem,2.2vw,2.3rem);font-weight:680;letter-spacing:-.045em;line-height:1.02}.site-header-mega__description{max-width:24rem;margin:.95rem 0 0;color:#07162db8;font-size:.98rem;font-weight:520;line-height:1.65}.site-header-mega__primary{display:inline-flex;align-items:center;gap:.72rem;width:fit-content;margin-top:1.55rem;padding:.8rem 1rem;border:1px solid rgba(7,22,45,.16);border-radius:.82rem;background:#07162d;color:#fff;font-size:.88rem;font-weight:720;line-height:1.1;box-shadow:0 14px 30px #07162d2e,inset 0 1px #ffffff1f;transition:background-color .12s ease,color .12s ease,transform .12s ease,box-shadow .12s ease}.site-header-mega__primary:hover,.site-header-mega__primary:focus-visible{color:#fff;background:#0d2447;transform:translateY(-1px);box-shadow:0 18px 38px #07162d38,inset 0 1px #ffffff24}.site-header-mega__primary small{display:block;max-width:13rem;color:#ffffffb8;font-size:.75rem;font-weight:520;line-height:1.35}.site-header-mega__card-grid,.site-header-mega__compact-grid,.site-header-mega__document-grid,.site-header-mega__contact-grid,.site-header-mega__intent-grid{display:grid;gap:.88rem}.site-header-mega__card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.site-header-mega__compact-grid,.site-header-mega__document-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-header-mega__contact-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.site-header-mega__intent-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:1rem}.site-header-mega-card,.site-header-mega-intent{position:relative;display:grid;min-width:0;min-height:100%;padding:1rem;border:1px solid rgba(7,22,45,.08);border-radius:1rem;background:linear-gradient(180deg,#fff9,#f7fafe61);color:#07162d;box-shadow:inset 0 1px #ffffffb8,inset 0 -1px #07162d09,0 12px 28px #07162d0e;backdrop-filter:blur(14px) saturate(135%);-webkit-backdrop-filter:blur(14px) saturate(135%);transition:border-color .13s ease,background .13s ease,box-shadow .13s ease,transform .13s ease}.site-header-mega-card:hover,.site-header-mega-card:focus-visible,.site-header-mega-intent:hover,.site-header-mega-intent:focus-visible{color:#07162d;border-color:#315cff3d;background:linear-gradient(180deg,#ffffffb8,#fafcff80);box-shadow:inset 0 1px #ffffffd6,inset 0 -1px #07162d0a,0 16px 36px #07162d16;transform:translateY(-1px)}.site-header-mega-card:after,.site-header-mega-intent:after{content:"→";align-self:end;justify-self:start;margin-top:1rem;color:#315cff;font-size:1rem;line-height:1}.site-header-mega-card--row{display:grid;grid-template-columns:minmax(12rem,.45fr) minmax(0,1fr);align-items:start;gap:.85rem 1.25rem;min-height:auto;padding:.9rem 1rem}.site-header-mega-card--row:after{grid-column:2;margin-top:.35rem}.site-header-mega-card__title-row{display:flex;align-items:center;gap:.55rem;min-width:0;margin-top:.42rem}.site-header-mega-card--row .site-header-mega-card__title-row{margin-top:0}.site-header-mega-card__title{color:#07162d;font-family:var(--font-display);font-size:1.02rem;font-weight:680;letter-spacing:-.035em;line-height:1.1}.site-header-mega-card__description{display:block;margin-top:.58rem;color:#07162dad;font-size:.84rem;font-weight:510;line-height:1.55}.site-header-mega-card--row .site-header-mega-card__description{grid-column:2;margin-top:0}.site-header-mega-card__status{display:inline-flex;flex:0 0 auto;padding:.22rem .42rem;border:1px solid rgba(49,92,255,.16);border-radius:999px;background:#315cff14;color:#315cff;font-size:.62rem;font-weight:740;letter-spacing:.04em;line-height:1;text-transform:uppercase}.site-header-mega-card__status--backendRequired{border-color:#e2c78e6b;background:#e2c78e2e;color:#7b5a12}.site-header-mega__row-list{display:grid;gap:.72rem}.site-header-mega__row-list--compact{gap:.64rem}.site-header-mega-assist{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1rem;padding:.82rem 1rem;border:1px solid rgba(7,22,45,.08);border-radius:.95rem;background:#ffffff70;color:#07162db8;backdrop-filter:blur(10px) saturate(130%);-webkit-backdrop-filter:blur(10px) saturate(130%)}.site-header-mega-assist--boundary{border-color:#7b5a1233;background:#f7ecd27a}.site-header-mega-assist--help{border-color:#315cff21;background:#ebf1ff75}.site-header-mega-assist--status{border-color:#07162d1a;background:#f4f7fb7a}.site-header-mega-assist p{margin:0;color:inherit;font-size:.84rem;font-weight:560;line-height:1.45}.site-header-mega-assist__title{display:block;margin-bottom:.18rem;color:#07162d;font-size:.78rem;font-weight:760;line-height:1.2}.site-header-mega-assist__action{flex:0 0 auto;color:#315cff;font-size:.82rem;font-weight:760}.site-header-mega-assist__action:hover,.site-header-mega-assist__action:focus-visible{color:#07162d}.site-header-mega--home .site-header-mega__title{max-width:10ch}.site-header-mega-intent strong{color:#07162d;font-family:var(--font-display);font-size:1rem;font-weight:690;letter-spacing:-.035em;line-height:1.1}.site-header-mega-intent span{display:block;margin-top:.55rem;color:#07162da8;font-size:.84rem;font-weight:540;line-height:1.5}.site-header-mega__mark-panel{display:grid;place-items:center;min-height:100%;border:1px solid rgba(49,92,255,.12);border-radius:1.05rem;background:radial-gradient(circle,rgba(49,92,255,.13),transparent 60%),linear-gradient(180deg,#ffffff7a,#f6faff47);box-shadow:inset 0 1px #ffffffbd,inset 0 -1px #07162d09;backdrop-filter:blur(12px) saturate(140%);-webkit-backdrop-filter:blur(12px) saturate(140%)}.site-header-mega__mark-panel span{color:#07162d;font-family:var(--font-display);font-size:clamp(4rem,9vw,7.5rem);font-weight:560;line-height:1}.site-header-mega--guidance .site-header-mega-card{min-height:10.25rem;background:linear-gradient(180deg,#ffffffb3,#f8fafc80)}.site-header-mega--guidance .site-header-mega__document-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-content:start}.site-header-mega--guidance .site-header-mega-card__description{max-width:25rem}.site-header-mega--guidance .site-header-mega-assist{margin-top:.9rem}.site-header-mega__insights-grid{display:grid;grid-template-columns:minmax(18rem,.95fr) minmax(14rem,.75fr);gap:1rem;align-items:start}.site-header-mega--insights .site-header-mega__topics{margin-top:.35rem}.site-header-mega--insights .site-header-mega-topic{min-height:2rem}.site-header-mega--insights .site-header-mega__latest{align-content:start}.site-header-mega--insights .site-header-mega__latest-list{grid-template-columns:1fr}.site-header-mega-article{display:grid;overflow:hidden;border:1px solid rgba(7,22,45,.08);border-radius:1rem;background:#ffffff94;color:#07162d;box-shadow:inset 0 1px #ffffffc2,inset 0 -1px #07162d09,0 12px 28px #07162d0e;backdrop-filter:blur(12px) saturate(140%);-webkit-backdrop-filter:blur(12px) saturate(140%);transition:border-color .13s ease,background .13s ease,box-shadow .13s ease,transform .13s ease}.site-header-mega-article:hover,.site-header-mega-article:focus-visible{color:#07162d;border-color:#315cff3d;background:#ffffffb3;box-shadow:inset 0 1px #ffffffd6,inset 0 -1px #07162d0a,0 16px 36px #07162d16;transform:translateY(-1px)}.site-header-mega-article__image-wrap{display:block;aspect-ratio:16 / 8.2;overflow:hidden;background:#07162d14}.site-header-mega-article__image{display:block;width:100%;height:100%;object-fit:cover}.site-header-mega-article__body{display:grid;gap:.48rem;padding:1rem}.site-header-mega-article__title{color:#07162d;font-family:var(--font-display);font-size:1.12rem;font-weight:680;letter-spacing:-.04em;line-height:1.12}.site-header-mega-article__description{color:#07162da8;font-size:.84rem;font-weight:510;line-height:1.5}.site-header-mega-article__meta{color:#07162d8a;font-size:.76rem;font-weight:620;line-height:1.2}.site-header-mega__latest{display:grid;gap:.82rem}.site-header-mega__latest-list{display:grid;gap:.72rem}.site-header-mega__latest-list .site-header-mega-article{grid-template-columns:1fr}.site-header-mega__latest-list .site-header-mega-article__body{padding:.88rem}.site-header-mega__latest-list .site-header-mega-article__title{font-size:.98rem}.site-header-mega__latest-list .site-header-mega-article__description{display:none}.site-header-mega__topics{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.15rem}.site-header-mega-topic{display:inline-flex;align-items:center;padding:.42rem .62rem;border:1px solid rgba(49,92,255,.14);border-radius:999px;background:#ffffff6b;color:#315cff;font-size:.75rem;font-weight:720;line-height:1;backdrop-filter:blur(8px) saturate(130%);-webkit-backdrop-filter:blur(8px) saturate(130%)}.site-header-mega-topic:hover,.site-header-mega-topic:focus-visible{color:#07162d;border-color:#07162d24;background:#ffffff9e}.site-header-mega--contact .site-header-mega-card{min-height:11rem}.site-footer{margin-top:var(--space-8);color:#ecf1fb;border-top:1px solid rgba(255,255,255,.07);background:linear-gradient(180deg,#091d3efc,#03060b)}.site-footer__inner{display:grid;grid-template-columns:minmax(240px,1fr) minmax(0,2.55fr);align-items:start;gap:var(--space-6);padding:3.75rem 0 3.25rem}.site-footer__meta{max-width:68ch}.site-footer__brand{display:inline-flex;align-items:center;gap:.9rem;margin-bottom:1.1rem;color:#fff}.site-footer__brand:hover,.site-footer__brand:focus-visible{color:#fff}.site-footer__brand-logo{display:block;width:44px;height:44px;object-fit:contain;filter:brightness(0) invert(1);opacity:.96}.site-footer__brand-text{font-family:Inter var,Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";font-size:1.85rem;font-weight:450;letter-spacing:-.04em;line-height:1}.site-footer__strap{max-width:32rem;margin:0 0 1rem;color:#f7f9fd;font-family:var(--font-display);font-size:1.32rem;font-weight:600;line-height:1.14;letter-spacing:-.03em}.site-footer__copy{max-width:34rem;margin-bottom:var(--space-2);color:#e8eefae0;font-size:.98rem;font-weight:500;line-height:1.75}.site-footer__note{max-width:34rem;margin-top:var(--space-3);color:#e8eefab8;font-size:.95rem;line-height:1.8}.site-footer__nav-groups{display:grid;grid-template-columns:repeat(auto-fit,minmax(9.5rem,1fr));gap:2.25rem 2rem}.site-footer__nav{min-width:0}.site-footer__nav--system{justify-self:end}.site-footer__heading{display:flex;align-items:center;gap:.9rem;margin:0 0 .95rem;color:#e2c78e;font-size:.88rem;font-weight:700;letter-spacing:-.01em;line-height:1.2}.site-footer__heading:after{content:"";flex:1 1 auto;height:1px;background:#ffffff1a}.site-footer__links{display:grid;gap:.6rem;margin:0;padding:0;list-style:none}.site-footer__link-item{margin:0}.site-footer__link{color:#e8eefacc;font-size:.75rem;font-weight:500;line-height:1.45;transition:color .12s ease}.site-footer__link:hover,.site-footer__link:focus-visible{color:#fff}.site-footer__policy-block{grid-column:1 / -1;margin-top:.5rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.08)}.site-footer__policy-groups{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem 2rem}.site-footer__nav--policy .site-footer__heading{color:#f4f7fde6}.site-footer__nav--policy .site-footer__heading:after{background:#ffffff1f}.site-footer__symbols{display:flex;flex-wrap:wrap;gap:.9rem 2rem;align-items:center;margin-top:2rem;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.06)}.site-footer__symbol-line{display:inline-flex;align-items:center;gap:.65rem;margin:0;min-width:0;color:#e8eefad1;font-size:.92rem;line-height:1.5}.site-footer__symbol-mark{display:inline-flex;align-items:center;justify-content:center;width:1.6rem;height:1.6rem;border:1px solid rgba(255,255,255,.12);border-radius:999px;color:#fff;font-size:.84rem;font-weight:700;line-height:1;background:#ffffff0a;flex:0 0 auto}.site-footer__symbol-text{color:#e8eefad1;font-size:.92rem;font-weight:500;line-height:1.5}.site-footer__legal-block{grid-column:1 / -1;width:100%;margin-top:.5rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.08)}.site-footer__legal-heading{margin:0 0 1.25rem}.site-footer__legal-groups{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1.9rem 2.25rem;width:100%}.site-footer__legal-group{min-width:0}.site-footer__legal-group-heading{display:flex;align-items:center;gap:.9rem;margin:0 0 .95rem;color:#e2c78e;font-size:.88rem;font-weight:700;letter-spacing:-.01em;line-height:1.2}.site-footer__legal-group-heading:after{content:"";flex:1 1 auto;height:1px;background:#ffffff1a}.site-footer__legal-links{display:grid;gap:.6rem;list-style:none;margin:0;padding:0}.site-footer__legal-link-item{min-width:0;margin:0}.site-footer__legal-link{display:inline;color:#e8eefacc;font-size:.75rem;font-weight:500;line-height:1.45;text-decoration:none;overflow-wrap:normal;word-break:normal;hyphens:none;transition:color .12s ease}.site-footer__legal-link:hover,.site-footer__legal-link:focus-visible{color:#fff;text-decoration:none}@media(max-width:1100px){.site-footer__legal-groups{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:720px){.site-footer__legal-groups{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:460px){.site-footer__legal-groups{grid-template-columns:1fr}}@media(max-width:1180px){.site-header__inner{grid-template-columns:auto 1fr}.site-header__actions{grid-column:1 / -1;justify-content:flex-start}.site-nav__list--secondary{justify-content:flex-start}[data-header-menu-panel],.site-header__mega-panel-root{top:110px;height:36.5rem;min-height:36.5rem;max-height:36.5rem}}@media(max-width:1024px){:root{--site-mobile-header-height: 72px}html{scroll-padding-top:var(--site-mobile-header-height)}body{padding-top:var(--site-mobile-header-height)}.site-header{position:fixed;top:0;right:0;left:0;z-index:10003;width:100%;background:linear-gradient(180deg,#07162dfc,#091c3afc)}.site-header__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;min-height:var(--site-mobile-header-height)}.site-brand{gap:.74rem}.site-brand__logo{width:34px;height:34px}.site-brand__text{font-size:1.42rem}.site-header__mega-wrap,.site-nav--desktop-primary,.site-nav--desktop-secondary,[data-header-menu-panel],.site-header__mega-panel-root{display:none!important}.site-header__actions{grid-column:auto;justify-self:end;justify-content:flex-end}.site-header__mobile-toggle{display:inline-flex}.site-mobile-menu[data-mobile-menu-open=true],html.site-mobile-menu-is-open #site-mobile-menu,body.site-mobile-menu-is-open #site-mobile-menu{display:block!important}.site-footer__legal-groups{grid-template-columns:repeat(2,minmax(10rem,1fr))}.site-footer__inner{grid-template-columns:1fr}.site-footer__nav-groups,.site-footer__policy-groups{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer__nav--system{justify-self:start}}@media(max-width:720px){:root{--site-mobile-header-height: 66px}html{scroll-padding-top:var(--site-mobile-header-height)}body{padding-top:var(--site-mobile-header-height)}.site-mobile-menu__surface{width:min(100vw,27rem)}.site-header__inner{min-height:var(--site-mobile-header-height)}.site-brand{gap:.66rem}.site-brand__logo{width:32px;height:32px}.site-brand__text{font-size:1.32rem}.site-header__mobile-toggle{min-height:2.58rem;padding-inline:.72rem}.site-header__mobile-toggle-text{display:none}.site-mobile-menu__intro{padding:.78rem .86rem .84rem}.site-mobile-menu__intro h2{font-size:1.28rem}.site-mobile-menu__nav{padding:.58rem}.site-mobile-menu__item-head{gap:.36rem}.site-mobile-menu__link{padding:.72rem .76rem}.site-mobile-menu__expand{width:2.42rem}.site-mobile-menu__panel{margin-left:.32rem;padding:.58rem;max-height:min(21rem,44vh)}.site-mobile-menu__link-description,.site-mobile-menu__primary-action small,.site-mobile-menu__subitem small,.site-mobile-menu__group-description{font-size:.72rem}.site-footer__legal-block{padding-top:1.5rem}.site-footer__legal-groups{grid-template-columns:1fr;gap:1.35rem}.site-footer__nav-groups,.site-footer__policy-groups{grid-template-columns:1fr}.site-footer__policy-block{padding-top:1.5rem}.site-footer__symbols{flex-direction:column;align-items:flex-start;gap:.8rem}}@media(max-width:420px){.site-mobile-menu__surface{width:100vw;border-left:0}.site-mobile-menu__top{padding:.76rem .78rem .66rem}.site-mobile-menu__brand{font-size:1.16rem}.site-mobile-menu__brand-logo{width:30px;height:30px}.site-mobile-menu__intro p,.site-mobile-menu__link-description,.site-mobile-menu__primary-action small,.site-mobile-menu__subitem small,.site-mobile-menu__group-description{display:none}.site-mobile-menu__panel{max-height:min(20rem,42vh)}}@media(prefers-reduced-motion:reduce){[data-header-menu-panel],.site-header__mega-panel-root,.site-header-mega,.site-header-mega__content-swap,.site-header__mobile-toggle-line,.site-mobile-header__toggle span,.site-mobile-menu__expand span{transition:none!important;transform:none!important}[data-header-menu-panel]:not([hidden]),.site-header__mega-panel-root--active,.site-header--menu-open .site-header-mega,.site-header--menu-closing .site-header-mega{transform:none!important;transition:none!important}}[data-verify-results-list] [class*=value],[data-verify-receipt-list] [class*=value]{white-space:pre-line}
