:root{--x-color-slate-900:#1c2b35;--x-color-slate-700:#2e4657;--x-color-gray-900:#1c2b35;--x-color-gray-600:#476b85;--x-color-slate-200:#d7efff;--x-color-slate-100:#eaf7ff;--x-color-gray-100:#eaf7ff;--x-color-gray-300:#bcd8ea;--x-color-gray-400:#9dbed4;--x-color-neutral-400:#9dbed4;--probe-brand:#0065a8;--probe-muted:#476b85;--probe-rule:#608cab;--x-font-sans:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,var(--font-jp),sans-serif,"Apple Color Emoji","Segoe UI Emoji"}:root.dark{--probe-brand:#7fcbf7;--probe-muted:#9dbed4;--probe-rule:#608cab}:root .nextra-border,:root.dark .nextra-border{border-color:#608cab}:root article :is(h2,h3,h4,h5){color:#2e4657}:root.dark article :is(h2,h3,h4,h5){color:#d7efff}:root article :is(h1,h2,h3,h4){font-family:var(--font-display),var(--font-jp),sans-serif;font-weight:500;font-synthesis-weight:none;letter-spacing:0}:root[lang=ja] article :is(h1,h2,h3,h4){font-family:var(--font-jp),sans-serif;font-weight:900}:root .nextra-navbar>nav{max-width:none}:root .nextra-navbar-blur{border-bottom-width:0}:root hr.nextra-border:has(+footer){display:none}:root div:has(>.nextra-sidebar){max-width:none}:root:not(:has(.lp)) div:has(>.nextra-sidebar)>article{max-width:62rem;margin-inline:auto}:root:has(.lp) div:has(>footer)>div:first-child{max-width:none;background-color:var(--lp-paper)}:root footer{justify-content:center}:root .nextra-sidebar-footer{border-top-width:0}:root.dark .nextra-code>pre{background-color:#172630}.probe-logo{display:inline-flex;align-items:center}.probe-logo__img{height:1.6rem;width:auto}.dark .probe-logo__img--light,.probe-logo__img--dark{display:none}.dark .probe-logo__img--dark{display:inline-block}.probe-locale{position:relative}.probe-locale__button{display:inline-flex;align-items:center;gap:.5rem;border:1px solid var(--probe-rule);background-color:transparent;padding:.3rem .6rem;font:inherit;font-size:.8125rem;line-height:1.4;color:var(--probe-muted);cursor:pointer;transition:color .15s ease,border-color .15s ease}.probe-locale__button:hover,.probe-locale__button[aria-expanded=true]{color:var(--probe-brand);border-color:var(--probe-brand)}.probe-locale__caret{width:.35rem;height:.35rem;border-right:1px solid;border-bottom:1px solid;transform:translateY(-.1em) rotate(45deg);transition:transform .15s ease}.probe-locale__button[aria-expanded=true] .probe-locale__caret{transform:translateY(.1em) rotate(-135deg)}.probe-locale__menu{position:absolute;top:calc(100% - 1px);right:0;z-index:30;min-width:100%;margin:0;padding:0;list-style:none;border:1px solid var(--probe-brand);background-color:rgb(var(--nextra-bg))}.probe-locale__menu[hidden]{display:none}.probe-locale__menu li+li{border-top:1px solid var(--probe-rule)}.probe-locale__option{display:block;padding:.35rem .6rem;font-size:.8125rem;line-height:1.4;white-space:nowrap;color:var(--probe-muted);transition:color .15s ease}.probe-locale__option:hover,.probe-locale__option[aria-current=true]{color:var(--probe-brand)}.probe-locale :is(button,a):focus-visible{outline:2px solid var(--probe-brand);outline-offset:2px}