body.landing-home{position:relative;min-height:100vh;overflow-x:clip;--landing-page-bg:var(--color-light);--landing-surface-rail:#e9e1da;--landing-surface-panel:#e2dbd5;--landing-surface-elevated:#d7cfc8;--landing-border:#c6beb8;--landing-border-strong:#9e9790;--landing-text-primary:#141311;--landing-text-secondary:#3c3b37;--landing-text-muted:#6f6d68;--landing-guide-solid:rgb(80 78 72 / .12);--landing-guide-dashed:rgb(80 78 72 / .18);--landing-rule-soft:rgb(80 78 72 / .3);--landing-rule-strong:rgb(80 78 72 / .18);--landing-rule-fade:rgb(80 78 72 / 0);--landing-layout-width:1080px;--landing-column-padding:0px;--landing-header-clear-height:7rem;background-color:var(--landing-page-bg);color:var(--landing-text-primary);color-scheme:light}@media screen and (min-width:1024px){body.landing-home{--landing-column-padding:32px}}@media screen and (min-width:1536px){body.landing-home{--landing-header-clear-height:8rem}}.dark body.landing-home{--landing-page-bg:#171717;--landing-surface-rail:#191918;--landing-surface-panel:#202020;--landing-surface-elevated:#262626;--landing-border:#404040;--landing-border-strong:#525252;--landing-text-primary:#ffffff;--landing-text-secondary:#cfceca;--landing-text-muted:#808080;--landing-guide-solid:rgb(82 82 82 / .18);--landing-guide-dashed:rgb(82 82 82 / .28);--landing-rule-soft:rgb(82 82 82 / .42);--landing-rule-strong:rgb(82 82 82 / .28);--landing-rule-fade:rgb(82 82 82 / 0);color-scheme:dark}.dark body.landing-home:before{content:"";position:fixed;inset:0;background:radial-gradient(circle at top,rgb(255 255 255/.03),transparent 24rem),linear-gradient(180deg,rgb(38 38 38/.14),transparent 22rem);pointer-events:none;z-index:0}.landing-home__shell{position:relative;min-height:100vh;isolation:isolate}.landing-home__guides{position:absolute;top:var(--landing-header-clear-height);right:0;bottom:0;left:0;z-index:0;pointer-events:none}.landing-home__guides-frame{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));width:min(100%,calc(var(--landing-layout-width) + (var(--landing-column-padding)*2)));height:100%;margin-inline:auto;padding-inline:var(--landing-column-padding)}.landing-home__guide{justify-self:start;width:1px;background:linear-gradient(180deg,var(--landing-guide-dashed),var(--landing-guide-dashed) 50%,transparent 0,transparent);background-size:1px 8px}.landing-home__guide--solid{background:var(--landing-guide-solid)}.landing-home__guide--right{position:absolute;top:0;right:0;height:100%}.landing-home__content{position:relative;z-index:1}body.landing-home a{color:inherit}.landing-home__content>header,.landing-home__content>footer,.landing-home__content main>section:last-child>div:first-child{position:relative;border-color:transparent}.landing-home__content>header:after,.landing-home__content>footer:before,.landing-home__content main>section:last-child>div:first-child:before{content:"";position:absolute;left:50%;right:50%;height:1px;margin-inline:-50vw;background:linear-gradient(90deg,var(--landing-rule-fade) 0%,var(--landing-rule-soft) 8%,var(--landing-rule-soft) 92%,var(--landing-rule-fade) 100%);background-repeat:no-repeat;background-position:center;background-size:100% 1px;opacity:.88;pointer-events:none}.landing-home__content>header:after{bottom:0}.landing-home__content>footer:before,.landing-home__content main>section:last-child>div:first-child:before{top:0}.landing-home__content>header nav a{color:var(--landing-text-secondary)}.landing-home__content>header nav a:hover{color:var(--landing-text-primary)}.landing-home__content>section .tagline,.landing-home__content>section #info-text,.landing-home__content main article p,.landing-home__content main>section:last-child p{color:var(--landing-text-secondary);opacity:1}.landing-home__content>section .tagline{color:var(--landing-text-muted)}.landing-home__content main>section:not(:last-child)>div:first-child>h2{color:var(--landing-text-secondary);position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:auto;min-height:1.5rem;margin-inline:auto;padding-inline:1.25rem;padding-block:.1rem .02rem;line-height:1;background:0 0}.landing-home__content main>section:not(:last-child)>div:first-child>h2:before,.landing-home__content main>section:not(:last-child)>div:first-child>h2:after{content:"";position:absolute;top:50%;height:1px;width:calc(50vw - 50%);transform:translateY(-50%);border:0;background-repeat:no-repeat;background-position:center;background-size:100% 1px;pointer-events:none;z-index:-1}.landing-home__content main>section:not(:last-child)>div:first-child>h2:before{right:100%;background-image:linear-gradient(90deg,var(--landing-rule-fade) 0%,var(--landing-rule-soft) 14%,var(--landing-rule-soft) 100%)}.landing-home__content main>section:not(:last-child)>div:first-child>h2:after{left:100%;background-image:linear-gradient(90deg,var(--landing-rule-soft) 0%,var(--landing-rule-soft) 86%,var(--landing-rule-fade) 100%)}.landing-home__content main>section:not(:last-child)>div:first-child{position:relative;display:flex;align-items:center;justify-content:center;min-height:32px}.landing-home__content main article h2,.landing-home__content main>section:last-child h2{color:var(--landing-text-primary)}.landing-home__content main article .font-mono{color:var(--landing-text-muted);opacity:1}.landing-home__content main article .read-more{color:var(--landing-text-secondary)}.landing-home__content main article a:hover .read-more{color:var(--color-light-primary)}.dark .landing-home__content main article a:hover .read-more{color:var(--color-primary)}body.landing-home .form-container input,body.landing-home #form-container input{background-color:var(--landing-surface-panel);border-color:var(--landing-border-strong);color:var(--landing-text-primary)}body.landing-home .form-container input::placeholder,body.landing-home #form-container input::placeholder{color:var(--landing-text-muted)}body.landing-home .form-container input:focus,body.landing-home #form-container input:focus{border-color:var(--landing-border-strong);box-shadow:0 0 0 1px var(--landing-border-strong)}body.landing-home footer p{color:var(--landing-text-muted);opacity:1}@media screen and (max-width:899px){.landing-home__guide:nth-child(2n){display:none}}@media screen and (max-width:599px){.landing-home__guide:nth-child(3n){display:none}}