.site-root.landing-shell{display:flex;flex-direction:column;min-height:100dvh;background:var(--canvas)}.site-root.landing-shell .landing-header{position:sticky;top:0;z-index:50;width:100%;background:color-mix(in srgb,var(--canvas) 88%,transparent);border-bottom:1px solid var(--line);-webkit-backdrop-filter:saturate(1.1) blur(10px);backdrop-filter:saturate(1.1) blur(10px)}.site-root.landing-shell .landing-header-inner{width:100%;max-width:var(--container-wide);margin:0 auto;padding:.6rem var(--gutter);display:flex;align-items:center;justify-content:flex-start;min-height:68px}.site-root.landing-shell .landing-logo-link{display:inline-flex;align-items:center;line-height:0;flex-shrink:0;border-radius:var(--radius-sm)}.site-root.landing-shell .landing-logo-link:focus-visible{outline:2px solid var(--brand);outline-offset:4px}.site-root.landing-shell .landing-header .site-logo{height:56px;width:auto;max-width:none;display:block}.site-root.landing-shell .landing-main{flex:1 0 auto;width:100%}.site-root.landing-shell .landing-footer{flex-shrink:0;width:100%;border-top:1px solid var(--line);background:var(--surface)}.site-root.landing-shell .landing-footer-inner{width:100%;max-width:var(--container-wide);margin:0 auto;padding:1.25rem var(--gutter);display:flex;flex-direction:column;align-items:center;gap:.65rem;text-align:center;font-size:var(--t-meta)}.site-root.landing-shell .landing-footer-copyright{color:var(--ink-3);font-weight:var(--fw-medium);white-space:normal}.site-root.landing-shell .landing-footer-links{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:0 0}.site-root.landing-shell .landing-footer-links>li:not(:last-child):after{content:"|";display:inline-block;margin:0 .8rem;color:var(--line)}.site-root.landing-shell .landing-footer-links a{color:var(--ink-2);text-decoration:none;font-weight:var(--fw-medium)}.site-root.landing-shell .landing-footer-links a:focus-visible,.site-root.landing-shell .landing-footer-links a:hover{color:var(--brand);text-decoration:underline}@media (min-width:720px){.site-root.landing-shell .landing-header-inner{padding-block:.75rem;min-height:76px}.site-root.landing-shell .landing-footer-inner{flex-direction:row;justify-content:space-between;align-items:baseline;text-align:left}}