.ll3,.ll3 *{box-sizing:border-box}body,html.ll3{min-height:100%}body.ll3-body{margin:0;background:radial-gradient(circle at top,color-mix(in srgb,var(--ll3-accent) 6%,transparent),transparent 24%),radial-gradient(circle at 85% 12%,rgba(6,182,212,.05),transparent 18%),var(--ll3-bg);color:var(--ll3-text);font-family:var(--ll3-font-sans);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ll3 .ll3-site{min-height:100vh;display:flex;flex-direction:column}.ll3 .ll3-site,.ll3 .site-main{background:var(--ll3-bg);color:var(--ll3-text)}.ll3 .site-main{flex:1 1 auto}.ll3 a{color:inherit;text-decoration:none}.ll3 img{max-width:100%;height:auto}.ll3 button,.ll3 input,.ll3 select,.ll3 textarea{font:inherit}.ll3 ::selection{background:var(--ll3-accent-soft)}.ll3 :focus-visible{outline:none}.ll3 .container{width:100%;max-width:var(--ll3-container);margin-inline:auto;padding-inline:var(--ll3-pad-x)}.ll3 .site-header .container{max-width:var(--ll3-container-header)}.ll3 .section{padding-block:clamp(22px,3.2vw,42px)}.ll3 .site-main{padding-top:0}@media (max-width:860px){.ll3 .site-main{--ll3-header-h:var(--ll3-header-h-mobile)}}.ll3 .card,.ll3 .panel{background:var(--ll3-panel);border:1px solid var(--ll3-border);border-radius:var(--ll3-r-lg);box-shadow:var(--ll3-shadow);-webkit-backdrop-filter:blur(16px) saturate(1.02);backdrop-filter:blur(16px) saturate(1.02)}.ll3 .card--flat{box-shadow:none}.ll3 .btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 16px;border-radius:var(--ll3-r-pill);border:1px solid var(--ll3-border);background:var(--ll3-panel-strong);color:var(--ll3-text);box-shadow:var(--ll3-shadow-xs);font-size:14px;font-weight:800;line-height:1;letter-spacing:-.01em;cursor:pointer;transition:transform .12s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease,color .16s ease}.ll3 .btn:hover{transform:translateY(-1px);box-shadow:var(--ll3-shadow-sm);border-color:var(--ll3-border-strong)}.ll3 .btn:focus-visible{box-shadow:0 0 0 4px var(--ll3-focus)}.ll3 .btn--primary{background:linear-gradient(180deg,var(--ll3-accent),var(--ll3-accent-strong));color:#ffffff;border-color:transparent;box-shadow:0 10px 24px rgba(79,70,229,.22),inset 0 1px 0 rgba(255,255,255,.18)}.ll3 .btn--ghost{background:var(--ll3-panel);color:var(--ll3-text)}.ll3 .input{width:100%;min-height:46px;padding:0 16px;border-radius:var(--ll3-r-pill);border:1px solid var(--ll3-border);background:var(--ll3-panel-solid);color:var(--ll3-text);box-shadow:var(--ll3-shadow-xs);transition:border-color .14s ease,box-shadow .14s ease,background .14s ease}.ll3 .input::placeholder{color:var(--ll3-muted2)}.ll3 .input:focus{border-color:var(--ll3-accent);box-shadow:var(--ll3-shadow-xs),0 0 0 4px var(--ll3-focus)}.ll3 .text-dim{color:var(--ll3-muted)}.ll3 .stack{display:grid;grid-gap:var(--stack-gap,16px);gap:var(--stack-gap,16px)}.ll3 .stack-8{--stack-gap:8px}.ll3 .stack-12{--stack-gap:12px}.ll3 .stack-16{--stack-gap:16px}.ll3 .stack-20{--stack-gap:20px}.ll3 .stack-24{--stack-gap:24px}.ll3 .stack-32{--stack-gap:32px}.ll3 .stack-48{--stack-gap:48px}.ll3 .site-header{position:-webkit-sticky;position:sticky;top:0;z-index:80;width:100%;min-height:var(--ll3-header-h);background:var(--ll3-header-bg);border-bottom:1px solid var(--ll3-border-soft);box-shadow:0 8px 24px rgba(15,23,42,.04);-webkit-backdrop-filter:var(--ll3-header-sat) var(--ll3-header-blur);backdrop-filter:var(--ll3-header-sat) var(--ll3-header-blur);transition:background .18s ease,border-color .18s ease,box-shadow .18s ease}.ll3 .site-header--menu-open,.ll3 .site-header--scrolled{background:var(--ll3-header-bg-scrolled);border-bottom-color:var(--ll3-border);box-shadow:0 1px 0 rgba(15,23,42,.05),0 14px 34px rgba(15,23,42,.1)}html.dark.ll3 .site-header,html[data-theme=dark].ll3 .site-header{border-bottom-color:rgba(148,163,184,.12);box-shadow:none}html.dark.ll3 .site-header--menu-open,html.dark.ll3 .site-header--scrolled,html[data-theme=dark].ll3 .site-header--menu-open,html[data-theme=dark].ll3 .site-header--scrolled{background:var(--ll3-bg);border-bottom-color:rgba(148,163,184,.18);box-shadow:0 14px 34px rgba(0,0,0,.24)}.ll3 .site-header__inner{width:min(var(--ll3-container-header),calc(100vw - 56px));min-height:var(--ll3-header-h);margin-inline:auto;display:grid;grid-template-columns:minmax(0,auto) minmax(0,1fr) minmax(0,auto);align-items:center;grid-gap:clamp(18px,3vw,42px);gap:clamp(18px,3vw,42px)}.ll3 .site-header__logo{display:inline-flex;align-items:center;gap:10px;min-width:0;color:var(--ll3-text-strong);font-weight:900;text-decoration:none;white-space:nowrap}.ll3 .site-header__logo-img{display:block;width:34px;height:34px;object-fit:contain;flex:0 0 auto;filter:drop-shadow(0 3px 10px rgba(15,23,42,.12))}.ll3 .site-header__logo-text{color:var(--ll3-text-strong);font-family:var(--ll3-font-sans);font-size:1rem;font-weight:850;letter-spacing:-.03em;line-height:1}.ll3 .site-header__nav--desktop{display:flex;align-items:center;justify-content:center;gap:6px}.ll3 .site-header__link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 14px;border:1px solid transparent;border-radius:var(--ll3-r-pill);background:transparent;color:color-mix(in srgb,var(--ll3-text) 78%,transparent);font-size:.93rem;font-weight:850;text-decoration:none;transition:background .14s ease,border-color .14s ease,color .14s ease,transform 90ms ease,box-shadow .14s ease}.ll3 .site-header__link:hover{transform:translateY(-1px);background:var(--ll3-accent-soft);border-color:color-mix(in srgb,var(--ll3-accent) 18%,transparent);color:var(--ll3-text-strong)}.ll3 .site-header__link:focus-visible{outline:none;box-shadow:0 0 0 4px var(--ll3-focus)}.ll3 .site-header__linkIcon{flex:0 0 auto}.ll3 .site-header__link--search{gap:8px;background:color-mix(in srgb,var(--ll3-accent) 7%,transparent);border-color:color-mix(in srgb,var(--ll3-accent) 14%,transparent);color:var(--ll3-text-strong)}.ll3 .site-header__link.is-active,.ll3 .site-header__link[aria-current=page]{background:color-mix(in srgb,var(--ll3-accent) 10%,var(--ll3-panel-strong));border-color:color-mix(in srgb,var(--ll3-accent) 24%,transparent);color:var(--ll3-text-strong)}html.dark.ll3 .site-header__link,html[data-theme=dark].ll3 .site-header__link{color:rgba(226,232,240,.82)}html.dark.ll3 .site-header__link:hover,html[data-theme=dark].ll3 .site-header__link:hover{background:rgba(155,149,255,.14);border-color:rgba(155,149,255,.22);color:#ffffff}html.dark.ll3 .site-header__link.is-active,html.dark.ll3 .site-header__link[aria-current=page],html[data-theme=dark].ll3 .site-header__link.is-active,html[data-theme=dark].ll3 .site-header__link[aria-current=page]{background:rgba(155,149,255,.18);border-color:rgba(155,149,255,.34);color:#ffffff}.ll3 .site-header__actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:10px}.ll3 .site-header__themeToggle,.ll3 .site-header__toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--ll3-border);background:var(--ll3-panel-strong);color:var(--ll3-text);box-shadow:var(--ll3-shadow-xs);cursor:pointer;transition:transform 90ms ease,box-shadow .14s ease,border-color .14s ease,background .14s ease,color .14s ease}.ll3 .site-header__themeToggle{display:inline-flex;align-items:center;justify-content:center;gap:9px;height:44px;padding:0 12px 0 8px;border-radius:var(--ll3-r-pill);font-weight:850}.ll3 .site-header__themeToggle:hover,.ll3 .site-header__toggle:hover{transform:translateY(-1px);border-color:var(--ll3-border-strong);box-shadow:var(--ll3-shadow-sm)}.ll3 .site-header__themeToggle:focus-visible,.ll3 .site-header__toggle:focus-visible{outline:none;box-shadow:var(--ll3-shadow-sm),0 0 0 4px var(--ll3-focus)}.ll3 .site-header__themeTrack{position:relative;width:40px;height:24px;border-radius:var(--ll3-r-pill);background:color-mix(in srgb,var(--ll3-muted2) 18%,transparent);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--ll3-border-strong) 70%,transparent)}.ll3 .site-header__themeThumb{position:absolute;top:3px;left:3px;width:18px;height:18px;display:grid;place-items:center;border-radius:var(--ll3-r-pill);background:var(--ll3-panel-solid);color:var(--ll3-link);box-shadow:0 2px 8px rgba(15,23,42,.18);transition:transform .18s ease}html.dark.ll3 .site-header__themeThumb,html[data-theme=dark].ll3 .site-header__themeThumb{transform:translateX(16px)}.ll3 .site-header__themeToggleText{font-size:.9rem;font-weight:850;letter-spacing:-.01em}html.dark.ll3 .site-header__themeToggle,html.dark.ll3 .site-header__toggle,html[data-theme=dark].ll3 .site-header__themeToggle,html[data-theme=dark].ll3 .site-header__toggle{background:rgba(15,23,42,.78);border-color:rgba(148,163,184,.18);color:#f8fafc}.ll3 .site-header__toggle{display:none;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--ll3-r-pill)}.ll3 .site-header__dd{position:relative;display:inline-flex;align-items:center}.ll3 .site-header__dd-trigger,.ll3 .site-header__mobileGroupTrigger{-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:inherit;cursor:pointer}.ll3 .site-header__dd-trigger{gap:8px}.ll3 .site-header__dd-icon{transition:transform .14s ease}.ll3 .site-header__dd-icon.is-open{transform:rotate(180deg)}.ll3 .site-header__dd-menu{display:none;position:absolute;top:calc(100% + 10px);left:0;z-index:120;min-width:220px;padding:6px;border:1px solid var(--ll3-border);border-radius:16px;background:var(--ll3-panel-strong);box-shadow:var(--ll3-shadow);-webkit-backdrop-filter:blur(14px) saturate(1.05);backdrop-filter:blur(14px) saturate(1.05)}.ll3 .site-header__dd-menu.is-open{display:grid;grid-gap:4px;gap:4px}.ll3 .site-header__dd-item{display:flex;align-items:center;width:100%;padding:11px 12px;border:1px solid transparent;border-radius:12px;background:transparent;color:color-mix(in srgb,var(--ll3-text) 88%,transparent);font-size:13px;font-weight:800;text-decoration:none;transition:background .14s ease,border-color .14s ease,color .14s ease}.ll3 .site-header__dd-item:hover{background:var(--ll3-accent-soft);border-color:color-mix(in srgb,var(--ll3-accent) 18%,transparent)}.ll3 .site-header__dd-item.is-active,.ll3 .site-header__dd-item[aria-current=page]{background:color-mix(in srgb,var(--ll3-accent) 10%,var(--ll3-panel-strong));border-color:color-mix(in srgb,var(--ll3-accent) 22%,transparent);color:var(--ll3-text-strong)}html.dark.ll3 .site-header__dd-menu,html[data-theme=dark].ll3 .site-header__dd-menu{background:rgba(10,18,34,.96);border-color:rgba(148,163,184,.14)}html.dark.ll3 .site-header__dd-item,html[data-theme=dark].ll3 .site-header__dd-item{color:rgba(241,245,249,.88)}.ll3 .site-header__nav--mobile{display:none;width:min(100%,calc(100vw - 32px));margin-inline:auto;padding:10px 0 18px;border-top:1px solid var(--ll3-border-soft);background:var(--ll3-header-bg-open);-webkit-backdrop-filter:var(--ll3-header-sat) var(--ll3-header-blur);backdrop-filter:var(--ll3-header-sat) var(--ll3-header-blur)}.ll3 .site-header__nav--mobile.is-open{display:grid;grid-gap:8px;gap:8px}.ll3 .site-header__nav--mobile .site-header__link{justify-content:flex-start;width:100%;min-height:46px;padding:0 16px;border-radius:16px;background:color-mix(in srgb,var(--ll3-panel) 78%,transparent);font-size:14px;transform:none}.ll3 .site-header__nav--mobile .site-header__link:hover{transform:none}.ll3 .site-header__mobileGroup{display:grid;grid-gap:6px;gap:6px}.ll3 .site-header__nav--mobile .site-header__mobileGroupTrigger{justify-content:space-between}.ll3 .site-header__mobileSubnav{display:none;gap:6px;padding:0 0 2px 14px}.ll3 .site-header__mobileSubnav.is-open{display:grid}.ll3 .site-header__mobileSubnavLink{display:flex;align-items:center;min-height:42px;padding:0 16px;border:1px solid transparent;border-radius:14px;background:color-mix(in srgb,var(--ll3-panel) 62%,transparent);color:color-mix(in srgb,var(--ll3-text) 82%,transparent);font-size:13px;font-weight:800;text-decoration:none;transition:background .14s ease,border-color .14s ease,color .14s ease}.ll3 .site-header__mobileSubnavLink.is-active,.ll3 .site-header__mobileSubnavLink:hover,.ll3 .site-header__mobileSubnavLink[aria-current=page]{background:var(--ll3-accent-soft);border-color:color-mix(in srgb,var(--ll3-accent) 20%,transparent);color:var(--ll3-text-strong)}.ll3 .site-header__mobileThemeRow{display:none;padding-top:8px}html.dark.ll3 .site-header__nav--mobile,html[data-theme=dark].ll3 .site-header__nav--mobile{border-top-color:rgba(148,163,184,.1);background:linear-gradient(180deg,rgba(2,10,24,.98),rgba(2,18,38,.98))}html.dark.ll3 .site-header__mobileSubnavLink,html[data-theme=dark].ll3 .site-header__mobileSubnavLink{background:rgba(15,23,42,.62);color:rgba(226,232,240,.82)}html.dark.ll3 .site-header__mobileSubnavLink.is-active,html.dark.ll3 .site-header__mobileSubnavLink:hover,html.dark.ll3 .site-header__mobileSubnavLink[aria-current=page],html[data-theme=dark].ll3 .site-header__mobileSubnavLink.is-active,html[data-theme=dark].ll3 .site-header__mobileSubnavLink:hover,html[data-theme=dark].ll3 .site-header__mobileSubnavLink[aria-current=page]{background:rgba(155,149,255,.14);border-color:rgba(155,149,255,.24);color:#ffffff}.ll3 .site-footer{position:relative;margin-top:0;border-top:1px solid rgba(99,102,241,.1);background:radial-gradient(circle at top left,rgba(79,70,229,.14),transparent 28%),linear-gradient(180deg,#0b1120,#0f172a 55%,#111827);color:rgba(255,255,255,.82)}.ll3 .site-footer__outer{width:min(1360px,calc(100vw - 56px));max-width:none;margin-inline:auto;padding:clamp(36px,4.5vw,56px) 0 18px}.ll3 .site-footer__top{display:grid;grid-template-columns:minmax(260px,.85fr) minmax(0,2.15fr);grid-gap:clamp(32px,6vw,96px);gap:clamp(32px,6vw,96px);padding-bottom:28px;border-bottom:1px solid rgba(255,255,255,.08)}.ll3 .site-footer__brandblock{max-width:360px}.ll3 .site-footer__brandmark{margin:0 0 10px;color:#ffffff;font-size:15px;font-weight:800;letter-spacing:-.02em}.ll3 .site-footer__tagline{margin:0;color:rgba(255,255,255,.62);font-size:14px;font-weight:500;line-height:1.7}.ll3 .site-footer__grid{justify-self:end;width:min(100%,860px);display:grid;grid-template-columns:repeat(3,minmax(150px,1fr));grid-gap:clamp(24px,4vw,64px);gap:clamp(24px,4vw,64px)}.ll3 .site-footer__heading{margin:0 0 12px;color:rgba(255,255,255,.48);font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.ll3 .site-footer__links{display:grid;grid-gap:10px;gap:10px}.ll3 .site-footer__link,.ll3 .site-footer__text{color:rgba(255,255,255,.78);font-size:14px;font-weight:600;line-height:1.5}.ll3 .site-footer__link:hover{color:#ffffff;text-decoration:none}.ll3 .site-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:14px;padding-top:16px}.ll3 .site-footer__copyright{margin:0;color:rgba(255,255,255,.5);font-size:12px;font-weight:600}.ll3 .site-footer__legal{display:flex;flex-wrap:wrap;gap:14px}html.dark.ll3 .site-footer,html[data-theme=dark].ll3 .site-footer{border-top-color:rgba(99,102,241,.16)}@media (max-width:900px){.ll3 .site-header,.ll3 .site-header__inner{min-height:var(--ll3-header-h-mobile)}.ll3 .site-header__inner{width:min(100%,calc(100vw - 32px))}.ll3 .site-header__logo-img{width:30px;height:30px}.ll3 .site-header__logo-text{font-size:15px}.ll3 .site-header__nav--desktop{display:none}.ll3 .site-header__toggle{display:inline-flex}.ll3 .site-header__actions>.site-header__themeToggle{display:none}.ll3 .site-header__mobileThemeRow{display:flex}.ll3 .site-footer__outer{width:min(100%,calc(100vw - 32px))}.ll3 .site-footer__top{grid-template-columns:1fr}.ll3 .site-footer__grid{justify-self:stretch;width:100%;grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:640px){.ll3 .site-footer__grid{grid-template-columns:1fr}.ll3 .site-footer__bottom{flex-direction:column;align-items:flex-start}}.ll3-globalSearch{position:relative;width:min(100%,760px);margin:1.6rem 0 1.2rem;isolation:auto;z-index:200}.ll3-globalSearch__form{position:relative;display:flex;align-items:center;gap:.8rem;min-height:68px;border:1px solid var(--ll3-border);background:var(--ll3-panel-strong);border-radius:24px;padding:.55rem .55rem .55rem 1.2rem;box-shadow:0 22px 60px rgba(15,23,42,.1),inset 0 1px 0 rgba(255,255,255,.55);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.ll3-globalSearch__icon{flex:0 0 auto;color:var(--ll3-muted)}.ll3-globalSearch__input{flex:1 1;min-width:0;border:0;outline:0;background:transparent;font:inherit;font-size:1.03rem;color:var(--ll3-ink)}.ll3-globalSearch__input::placeholder{color:var(--ll3-muted2)}.ll3-globalSearch__clear{width:30px;height:30px;border:0;border-radius:999px;color:var(--ll3-muted);background:color-mix(in srgb,var(--ll3-text) 8%,transparent)}.ll3-globalSearch__button,.ll3-globalSearch__clear{display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.ll3-globalSearch__button{gap:.45rem;min-width:86px;height:52px;padding:0 1.15rem;border:0;border-radius:18px;color:#fff;background:linear-gradient(135deg,var(--ll3-accent),var(--ll3-accent-strong));box-shadow:0 16px 28px color-mix(in srgb,var(--ll3-accent) 24%,transparent);font:inherit;font-weight:850}.ll3-globalSearch__spin{animation:ll3Spin .85s linear infinite}@keyframes ll3Spin{to{transform:rotate(1turn)}}.ll3-globalSearch__popular{display:grid;grid-gap:.7rem;gap:.7rem;margin-top:1.45rem}.ll3-globalSearch__popularLabel{font-size:.72rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:var(--ll3-muted)}.ll3-globalSearch__popularPills{display:flex;flex-wrap:wrap;gap:.65rem}.ll3-globalSearch__pill{min-height:40px;padding:0 1rem;border:1px solid var(--ll3-border);border-radius:999px;background:var(--ll3-panel-strong);color:var(--ll3-ink);font-size:.88rem;font-weight:750;box-shadow:var(--ll3-shadow-xs);cursor:pointer}.ll3-globalSearch__pill:hover{background:var(--ll3-panel-solid);border-color:var(--ll3-accent-border)}.ll3-globalSearch__panel{position:absolute;top:calc(100% + .65rem);left:0;right:0;overflow:auto;border:1px solid var(--ll3-border);border-radius:24px;background:var(--ll3-panel-solid);box-shadow:var(--ll3-shadow-float);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);padding:.85rem;z-index:500;max-height:min(620px,calc(100dvh - 180px));overscroll-behavior:contain}.ll3-globalSearch__panelTop{display:flex;justify-content:space-between;gap:1rem;padding:.4rem .55rem .65rem;color:var(--ll3-muted);font-size:.78rem;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.ll3-globalSearch__state{padding:1rem;color:var(--ll3-muted)}.ll3-globalSearch__group+.ll3-globalSearch__group{margin-top:.65rem}.ll3-globalSearch__groupTitle{padding:.55rem .65rem;color:var(--ll3-muted2);font-size:.74rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.ll3-globalSearch__item{display:grid;grid-gap:.28rem;gap:.28rem;padding:.85rem .9rem;border-radius:17px;text-decoration:none;color:inherit}.ll3-globalSearch__item:hover{background:var(--ll3-accent-soft)}.ll3-globalSearch__itemTitle{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-weight:850;line-height:1.25;color:var(--ll3-ink)}.ll3-globalSearch__itemSnippet,.ll3-globalSearch__itemSub{font-size:.84rem;line-height:1.4;color:var(--ll3-muted)}.ll3-globalSearch__all{display:flex;align-items:center;justify-content:space-between;gap:.8rem;margin-top:.75rem;padding:.9rem .95rem;border-radius:17px;background:var(--ll3-accent-soft);color:var(--ll3-ink);font-weight:850;text-decoration:none}.ll3-globalSearch--home{width:min(100%,760px);margin:1.6rem 0 1.2rem}.ll3-globalSearch--home .ll3-globalSearch__button{min-width:96px}.ll3-globalSearch--workspace{width:min(100%,1100px);margin:1rem 0 0}.ll3-searchPage.is-results .ll3-globalSearch--workspace{width:min(100%,900px);margin:.2rem 0 0}.ll3-searchPage.is-results .ll3-globalSearch--workspace .ll3-globalSearch__form{min-height:58px;border-radius:20px}.ll3-searchPage.is-results .ll3-globalSearch--workspace .ll3-globalSearch__button{min-width:92px;height:46px;border-radius:16px}@media (max-width:680px){.ll3-globalSearch,.ll3-globalSearch--home,.ll3-globalSearch--workspace{width:100%;max-width:100%}.ll3-globalSearch__form{width:100%;min-width:0;min-height:60px;border-radius:20px;padding:.45rem .45rem .45rem .9rem}.ll3-globalSearch__input{min-width:0;font-size:15px}.ll3-globalSearch__button{flex:0 0 auto;width:64px;min-width:64px;height:46px;padding-inline:0;border-radius:16px}.ll3-globalSearch__buttonText{display:none}.ll3-globalSearch__panel{border-radius:20px}.ll3-globalSearch__popularPills{gap:.5rem}.ll3-globalSearch__pill{min-height:36px;padding-inline:.85rem;font-size:.82rem}}.ll3-globalSearch__form{z-index:2}.ll3-globalSearch__panel{z-index:999}.ll3-globalSearch--workspace{z-index:120}.ll3-globalSearch--searchPage{margin-inline:auto}.ll3-searchPage.is-results .ll3-globalSearch--searchPage{width:min(100%,900px);margin:.2rem auto 0}.ll3-searchPage.is-empty .ll3-globalSearch--searchPage{width:min(100%,1060px);margin:1.6rem auto 1.2rem}@media (max-width:680px){.ll3-globalSearch--searchPage{width:100%;max-width:100%;margin-inline:auto}}html.dark .ll3-globalSearch__form,html[data-theme=dark] .ll3-globalSearch__form{background:rgba(10,18,34,.9);border-color:rgba(148,163,184,.2);box-shadow:0 22px 60px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.06)}html.dark .ll3-globalSearch__input,html[data-theme=dark] .ll3-globalSearch__input{color:#f8fafc}html.dark .ll3-globalSearch__input::placeholder,html[data-theme=dark] .ll3-globalSearch__input::placeholder{color:rgba(203,213,225,.54)}html.dark .ll3-globalSearch__icon,html[data-theme=dark] .ll3-globalSearch__icon{color:rgba(203,213,225,.72)}html.dark .ll3-globalSearch__clear,html[data-theme=dark] .ll3-globalSearch__clear{background:rgba(148,163,184,.14);color:rgba(226,232,240,.82)}html.dark .ll3-globalSearch__clear:hover,html[data-theme=dark] .ll3-globalSearch__clear:hover{background:rgba(148,163,184,.22);color:#ffffff}html.dark .ll3-globalSearch__popularLabel,html[data-theme=dark] .ll3-globalSearch__popularLabel{color:rgba(203,213,225,.64)}html.dark .ll3-globalSearch__pill,html[data-theme=dark] .ll3-globalSearch__pill{background:rgba(15,23,42,.72);border-color:rgba(148,163,184,.18);color:rgba(241,245,249,.9)}html.dark .ll3-globalSearch__pill:hover,html[data-theme=dark] .ll3-globalSearch__pill:hover{background:rgba(30,41,59,.9);border-color:rgba(155,149,255,.34);color:#ffffff}html.dark .ll3-globalSearch__panel,html[data-theme=dark] .ll3-globalSearch__panel{background:rgba(10,18,34,.96);border-color:rgba(148,163,184,.18);box-shadow:0 28px 80px rgba(0,0,0,.46)}html.dark .ll3-globalSearch__panelTop,html[data-theme=dark] .ll3-globalSearch__panelTop{color:rgba(203,213,225,.64)}html.dark .ll3-globalSearch__state,html[data-theme=dark] .ll3-globalSearch__state{color:rgba(203,213,225,.76)}html.dark .ll3-globalSearch__groupTitle,html[data-theme=dark] .ll3-globalSearch__groupTitle{color:rgba(148,163,184,.78)}html.dark .ll3-globalSearch__item,html[data-theme=dark] .ll3-globalSearch__item{color:rgba(226,232,240,.86)}html.dark .ll3-globalSearch__item:hover,html[data-theme=dark] .ll3-globalSearch__item:hover{background:rgba(99,102,241,.15)}html.dark .ll3-globalSearch__itemTitle,html[data-theme=dark] .ll3-globalSearch__itemTitle{color:#f8fafc}html.dark .ll3-globalSearch__itemSnippet,html.dark .ll3-globalSearch__itemSub,html[data-theme=dark] .ll3-globalSearch__itemSnippet,html[data-theme=dark] .ll3-globalSearch__itemSub{color:rgba(203,213,225,.7)}html.dark .ll3-globalSearch__all,html[data-theme=dark] .ll3-globalSearch__all{background:rgba(99,102,241,.18);color:#f8fafc}html.dark .ll3-globalSearch__all:hover,html[data-theme=dark] .ll3-globalSearch__all:hover{background:rgba(99,102,241,.24)}:root{--err-font-sans:"Roboto",system-ui,-apple-system,Segoe UI,Arial,sans-serif;--err-font-serif:var(--font-serif,ui-serif,Georgia,"Times New Roman",Times,serif);--err-font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--err-ink:#0f172a;--err-body:rgba(15,23,42,0.72);--err-muted:rgba(15,23,42,0.56);--err-hint:rgba(15,23,42,0.42);--err-link:#1d4ed8;--err-link-hover:#1e40af;--err-page-bg:linear-gradient(180deg,#f8fafc,#f3f4f6);--err-card:rgba(255,255,255,0.86);--err-card-strong:rgba(255,255,255,0.93);--err-border:rgba(2,8,23,0.10);--err-border2:rgba(2,8,23,0.08);--err-radius:18px;--err-radius-sm:14px;--err-shadow:0 16px 40px rgba(2,8,23,0.08);--err-tint-a:rgba(180,201,232,0.45);--err-tint-b:rgba(232,180,184,0.32);--err-max:72rem;--err-pad-x:clamp(16px,4vw,32px);--err-pad-y:clamp(28px,7vh,56px)}.error-page{min-height:100vh;padding:var(--err-pad-y) var(--err-pad-x);background:var(--err-page-bg);color:var(--err-ink);font-family:var(--err-font-sans)}.error-page__inner{max-width:var(--err-max);margin:0 auto}.error-header{margin-bottom:clamp(20px,4vh,32px)}.error-kicker{font-size:.72rem;font-weight:800;letter-spacing:.22em;text-transform:uppercase;color:var(--err-muted);margin:0 0 8px}.error-title{font-family:var(--err-font-serif);font-weight:900;letter-spacing:-.02em;font-size:clamp(2rem,1.2vw + 1.7rem,2.55rem);line-height:1.1;margin:0 0 12px;color:var(--err-ink)}.error-subtitle{font-size:.98rem;line-height:1.7;color:var(--err-body);max-width:46rem;margin:0 0 18px}.error-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.error-layout{display:grid;grid-gap:22px;gap:22px;align-items:start}@media (min-width:900px){.error-layout{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:32px}}.error-copy-secondary{padding:10px 0}.error-secondary-title{font-size:.85rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:var(--err-muted);margin:0 0 10px}.error-links{list-style:none;padding:0;margin:0 0 10px}.error-links li+li{margin-top:6px}.error-links a{font-size:.96rem;text-decoration:none;color:var(--err-link);font-weight:750}.error-links a:hover{text-decoration:underline;color:var(--err-link-hover)}.error-hint{font-size:.86rem;line-height:1.6;color:var(--err-hint);margin:8px 0 0}.error-linklike{background:none;border:0;padding:0;color:var(--err-link);cursor:pointer;font:inherit;font-weight:750;text-decoration:none}.error-linklike:hover{text-decoration:underline;color:var(--err-link-hover)}.error-figure{background:radial-gradient(900px 520px at 14% 0,var(--err-tint-a),transparent 60%),radial-gradient(900px 520px at 90% 10%,var(--err-tint-b),transparent 62%),var(--err-card);border-radius:var(--err-radius);border:1px solid var(--err-border);padding:12px;margin:0;box-shadow:var(--err-shadow);overflow:hidden}.error-figure__img{display:block;width:100%;height:auto;max-height:460px;object-fit:cover;border-radius:var(--err-radius-sm);border:1px solid rgba(2,8,23,.06);background:rgba(255,255,255,.5)}.error-meta{display:inline-flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:14px;font-size:.86rem;color:var(--err-body)}.error-meta__label{color:var(--err-muted);font-weight:900;letter-spacing:.14em;text-transform:uppercase;font-size:.7rem}.error-meta__code{background:rgba(2,8,23,.04);border:1px solid rgba(2,8,23,.1);border-radius:12px;padding:4px 8px;color:var(--err-ink);font-family:var(--err-font-mono);font-size:.78rem}.error-meta__copy{background:transparent;border:0;padding:0;color:var(--err-link);text-decoration:underline;cursor:pointer;font-size:.86rem;font-weight:750}.error-meta__copy:hover{color:var(--err-link-hover)}.error-devbox{padding:10px}.error-devbox__title{margin:0 0 10px;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:var(--err-muted);font-weight:900}.error-devbox__pre{margin:0;background:rgba(2,8,23,.03);border:1px solid rgba(2,8,23,.1);border-radius:14px;padding:10px;overflow-x:auto;font-size:.75rem;line-height:1.55;color:rgba(15,23,42,.86);font-family:var(--err-font-mono)}.error-details{margin-top:18px;border-top:1px solid rgba(2,8,23,.08);padding-top:14px}.error-details__summary{cursor:pointer;font-size:.92rem;color:var(--err-body);font-weight:750}.error-details__pre{margin-top:10px;background:rgba(2,8,23,.03);border:1px solid rgba(2,8,23,.1);border-radius:14px;padding:12px;overflow-x:auto;font-size:.75rem;line-height:1.55;color:rgba(15,23,42,.86);font-family:var(--err-font-mono)}.error-figure[data-anim=fade-up]{opacity:0;transform:translateY(10px);animation:err-fade-up .38s ease-out forwards;animation-delay:60ms}@keyframes err-fade-up{to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.error-actions{gap:8px}.error-subtitle{font-size:.95rem}.error-figure__img{max-height:380px;object-fit:cover}.error-details__pre,.error-devbox__pre{font-size:.72rem}}html.ll4{--ll4-ink:#191919;--ll4-text:#2d3440;--ll4-muted:#657083;--ll4-faint:#8a94a5;--ll4-paper:#fbfcfe;--ll4-surface:#ffffff;--ll4-surface-soft:#f6f8fb;--ll4-line:#dbe1e8;--ll4-line-strong:#c7d0db;--ll4-accent:#3157e8;--ll4-accent-strong:#2445c8;--ll4-accent-soft:#eef2ff;--ll4-success:#159b6d;--ll4-danger:#d64a4a;--ll4-radius:6px;--ll4-radius-sm:4px;--ll4-shadow:0 8px 24px rgba(25,25,25,0.055);--ll4-content:1280px;--ll4-reading:760px;--ll3-bg:var(--ll4-paper);--ll3-panel:var(--ll4-surface);--ll3-panel-solid:var(--ll4-surface);--ll3-panel-strong:var(--ll4-surface);--ll3-card:var(--ll4-surface);--ll3-text:var(--ll4-text);--ll3-text-strong:var(--ll4-ink);--ll3-ink:var(--ll4-ink);--ll3-muted:var(--ll4-muted);--ll3-muted2:var(--ll4-muted);--ll3-border:var(--ll4-line);--ll3-border-soft:color-mix(in srgb,var(--ll4-line) 78%,transparent);--ll3-border-strong:var(--ll4-line-strong);--ll3-accent:var(--ll4-accent);--ll3-accent-strong:var(--ll4-accent-strong);--ll3-accent-soft:var(--ll4-accent-soft);--ll3-link:var(--ll4-accent);--ll3-font-sans:var(--font-inter),Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--ll3-font-serif:Georgia,"Times New Roman",serif;--ll3-r-sm:4px;--ll3-r-md:6px;--ll3-r-lg:8px;--ll3-r-xl:10px;--ll3-r-pill:999px;--ll3-shadow-xs:none;--ll3-shadow-sm:var(--ll4-shadow);--ll3-shadow-md:var(--ll4-shadow);--ll3-focus:color-mix(in srgb,var(--ll4-accent) 22%,transparent)}html.dark.ll4,html[data-theme=dark].ll4{--ll4-ink:#f2f4f8;--ll4-text:#d1d6df;--ll4-muted:#9aa5b5;--ll4-faint:#748094;--ll4-paper:#0c1119;--ll4-surface:#111824;--ll4-surface-soft:#151d2a;--ll4-line:#2a3443;--ll4-line-strong:#394658;--ll4-accent:#8d7cff;--ll4-accent-strong:#a99cff;--ll4-accent-soft:rgba(141,124,255,0.12);--ll4-success:#4ac891;--ll4-danger:#ff7373;--ll4-shadow:none;color-scheme:dark}body.ll4-body{font-family:Georgia,Times New Roman,serif;font-size:16px;line-height:1.58}.ll4 .ll3-site,.ll4 .site-main,body.ll4-body{background:var(--ll4-paper);color:var(--ll4-text)}.ll4 .ll3-btn,.ll4 .ll3-chip,.ll4 .ll3-eyebrow,.ll4 .ll3-muted,.ll4 .ll3-pill,.ll4 button,.ll4 h1,.ll4 h2,.ll4 h3,.ll4 h4,.ll4 h5,.ll4 h6,.ll4 input,.ll4 label,.ll4 nav,.ll4 select,.ll4 textarea{font-family:var(--ll3-font-sans)}.ll4 h1,.ll4 h2,.ll4 h3,.ll4 h4{color:var(--ll4-ink);letter-spacing:-.035em}.ll4 dd,.ll4 li,.ll4 p,.ll4 td{font-family:Georgia,Times New Roman,serif}.ll4 b,.ll4 strong{color:inherit}.ll4 .ll3-explorerHeader__eyebrow,.ll4 .ll3-eyebrow,.ll4 .ll3-ref__eyebrow,.ll4 .ll3-searchHero__eyebrow,.ll4 .ll4-eyebrow{color:var(--ll4-accent);font-family:var(--ll3-font-sans);font-size:11px;font-weight:800;letter-spacing:.13em;line-height:1.2;text-transform:uppercase}.ll4 .ll3-input,.ll4 .ll3-select,.ll4 .ll4-input{min-height:42px;border:1px solid var(--ll4-line);border-radius:var(--ll4-radius-sm);background:var(--ll4-surface);color:var(--ll4-ink);box-shadow:none}.ll4 .ll3-input:focus,.ll4 .ll3-select:focus,.ll4 .ll4-input:focus{border-color:var(--ll4-accent);outline:2px solid color-mix(in srgb,var(--ll4-accent) 15%,transparent);outline-offset:0}.ll4 .ll3-btn,.ll4 .ll3-explorerLink,.ll4 .ll3-linkBtn,.ll4 .ll3-segmented__item{box-shadow:none!important}.ll4 .ll3-btn--primary,.ll4 .ll4-primaryButton{border:1px solid var(--ll4-accent);border-radius:var(--ll4-radius-sm);background:var(--ll4-accent);color:#fff}.ll4 .ll3-btn--primary:hover,.ll4 .ll4-primaryButton:hover{background:var(--ll4-accent-strong);border-color:var(--ll4-accent-strong)}.ll4 .ll3-card{border:1px solid var(--ll4-line);border-radius:var(--ll4-radius);background:var(--ll4-surface);box-shadow:none}.ll4 .ll3-chip,.ll4 .ll3-pill{border-color:var(--ll4-line);background:transparent;color:var(--ll4-text)}.ll4 ::selection{background:color-mix(in srgb,var(--ll4-accent) 24%,transparent)}@media (max-width:700px){body.ll4-body{font-size:16px}}.ll4 .site-header{min-height:62px;background:color-mix(in srgb,var(--ll4-paper) 96%,transparent);border-bottom:1px solid var(--ll4-line);box-shadow:none;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.ll4 .site-header__inner{width:min(1320px,calc(100vw - 48px));min-height:62px}.ll4 .site-header__logo{gap:9px}.ll4 .site-header__logo-img{width:29px;height:29px;filter:none}.ll4 .site-header__logo-text{color:var(--ll4-ink);font-family:Georgia,Times New Roman,serif;font-size:1.03rem;font-weight:700;letter-spacing:-.02em}.ll4 .site-header__nav--desktop{gap:16px}.ll4 .site-header__link{position:relative;min-height:62px;padding:0 4px;border:0;border-radius:0;background:transparent!important;color:var(--ll4-text);font-size:.89rem;font-weight:600;transform:none!important}.ll4 .site-header__link:after{content:"";position:absolute;left:2px;right:2px;bottom:-1px;height:2px;background:transparent}.ll4 .site-header__link:hover{color:var(--ll4-ink)}.ll4 .site-header__dd-trigger.is-active:after,.ll4 .site-header__link.is-active:after,.ll4 .site-header__link[aria-current=page]:after{background:var(--ll4-accent)}.ll4 .site-header__link--search{gap:6px}.ll4 .site-header__dd{min-height:62px}.ll4 .site-header__dd-menu{border:1px solid var(--ll4-line);border-radius:var(--ll4-radius);background:var(--ll4-surface);box-shadow:var(--ll4-shadow)}.ll4 .site-header__themeToggle{height:34px;padding:0 9px 0 5px;border:1px solid var(--ll4-line);border-radius:999px;background:transparent;color:var(--ll4-text);box-shadow:none}.ll4 .site-header__themeTrack{width:28px;height:20px;background:var(--ll4-surface-soft)}.ll4 .site-header__themeThumb{top:2px;left:2px;width:16px;height:16px;background:var(--ll4-surface);box-shadow:none}html.dark.ll4 .site-header__themeThumb,html[data-theme=dark].ll4 .site-header__themeThumb{transform:translateX(8px)}.ll4 .site-header__themeToggleText{font-size:.78rem;font-weight:600}.ll4 .site-footer{border-top:1px solid var(--ll4-line);background:#101827;color:#d8deea}.ll4 .site-footer__outer{width:min(1120px,calc(100% - 48px))}.ll4 .site-footer__brandmark{font-family:Georgia,Times New Roman,serif}.ll4 .site-footer__tagline,.ll4 .site-footer__text{color:#aeb7c6}.ll4 .site-footer__heading{color:#8f9aae}@media (max-width:760px){.ll4 .site-header__inner{width:calc(100vw - 28px)}.ll4 .site-header__logo-text{font-size:.95rem}.ll4 .site-header__themeToggle{display:none}}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_d0be19{font-family:Inter,Inter Fallback;font-style:normal}.__variable_d0be19{--font-inter:"Inter","Inter Fallback"}