:root{--color-bg:#F6F6F2;--color-text:#111110;--color-muted:#72726E;--color-rule:#DEDED8;--color-placeholder:#3E3C38;--color-nav-bg:rgba(246,246,242,0.92);--color-bg-muted:rgba(246,246,242,0.5);--color-bg-subtle:rgba(246,246,242,0.3);--color-bg-faint:rgba(246,246,242,0.1);--color-text-overlay:rgba(17,17,16,0.3);--font-sans:"aktiv-grotesk",system-ui,sans-serif;--text-sm:0.833rem;--text-base:1rem;--text-lg:1.2rem;--text-xl:1.44rem;--text-2xl:1.728rem;--text-3xl:2.074rem;--text-4xl:2.488rem;--text-5xl:2.985rem;--text-6xl:3.583rem;--text-display:clamp(2.985rem,5vw,4.5rem);--text-hero:clamp(2.985rem,5vw,4.5rem);--lh-xs:16px;--lh-sm:20px;--lh-lg:24px;--lh-xl:28px;--lh-2xl:32px;--lh-3xl:36px;--lh-4xl:40px;--lh-5xl:48px;--lh-6xl:56px;--font-light:300;--font-regular:400;--font-medium:500;--leading-tight:1.1;--leading-snug:1.35;--leading-base:1.65;--tracking-tight:-0.02em;--tracking-tighter:-0.03em;--tracking-wide:0.06em;--tracking-wider:0.1em;--sp-xs:4px;--sp-sm:8px;--sp-md:12px;--sp-lg:16px;--sp-xl:24px;--sp-xxl:32px;--sp-xxxl:40px;--sp-section:48px;--sp-large-section:64px;--sp-10:80px;--sp-12:96px;--sp-16:128px;--sp-20:160px;--max-w:1160px;--gutter:48px;--col-gap:24px;--nav-h:56px;--label-col:200px}@media (max-width:768px){:root{--gutter:24px;--col-gap:16px;--sp-12:64px;--sp-16:96px;--sp-20:112px}}[data-theme=ux]{--color-bg:#111110;--color-text:#F0F0EC;--color-muted:#969690;--color-rule:#252520;--color-nav-bg:rgba(17,17,16,0.92);--color-essay-panel:#F6F6F2;--color-essay-text:#111110;--color-essay-muted:#72726E}html:has([data-theme=ux]),html:has([data-theme=ux]) body{background-color:#111110}.ux-bg-logo{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:100vmax;height:100vmax;color:#454540;pointer-events:none;z-index:0;display:none}.ux-bg-logo svg{width:100%;height:100%}.ux-root:has(.ux-home)>.ux-bg-logo{display:block}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:14px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--lh-lg);font-weight:var(--font-regular);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}ol,ul{list-style:none}img{display:block;max-width:100%}.stub{padding-top:var(--nav-h);min-height:100svh;display:flex;align-items:center;justify-content:center}.stub p{font-size:var(--text-sm);font-weight:var(--font-medium);letter-spacing:var(--tracking-wide);color:var(--color-muted)}