.public-shell{min-width:0;min-height:100vh;background:radial-gradient(circle at 50% 18%,rgb(201 169 115 / 8%),transparent 34rem),var(--landing-bg)}.skip-link{position:fixed;top:1rem;left:1rem;z-index:100;padding:.7rem 1rem;border:1px solid var(--landing-accent);border-radius:.45rem;background:var(--landing-bg-raised);color:var(--landing-ink);text-decoration:none;transform:translateY(calc(-100% - 2rem))}.skip-link:focus-visible{transform:translateY(0)}.public-header{position:sticky;top:0;z-index:10;display:grid;grid-template-columns:minmax(12rem,1fr) auto minmax(12rem,1fr);align-items:center;gap:2rem;min-height:5.25rem;padding:1rem 2.25rem;border-bottom:1px solid var(--landing-rule-soft);background:#0b0b0edb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.public-header__brand,.public-footer__brand{justify-self:start;text-decoration:none}.brand-mark{display:inline-flex;align-items:center;gap:.65rem;color:var(--landing-ink)}.brand-mark__symbol{width:1.75rem;height:1.75rem}.brand-mark__apex{fill:var(--landing-accent)}.brand-mark__wordmark{font-size:1.22rem;font-weight:500;letter-spacing:.04em}.brand-mark__wordmark span{color:var(--landing-muted);font-weight:400}.public-header__nav,.public-header__account,.public-footer__nav{display:flex;align-items:center;min-width:0;flex-wrap:wrap}.public-header__nav{gap:2rem;color:var(--landing-ink-secondary);font-size:.92rem}.public-header__nav a,.public-footer__nav a{text-decoration:none}.public-header__nav a,.public-header__account a,.public-footer__nav a{white-space:nowrap}.public-header__nav a:hover,.public-footer__nav a:hover{color:var(--landing-accent)}.public-header__account{justify-self:end;gap:.75rem}.public-link-button{padding:.62rem 1rem;border:1px solid var(--landing-rule);border-radius:.55rem;font-size:.87rem;text-decoration:none}.public-link-button--strong{border-color:var(--landing-accent-light);background:var(--landing-accent-light);color:#1a1a1a;font-weight:600}.public-shell__main{width:min(76rem,calc(100% - 4.5rem));min-width:0;min-height:calc(100vh - 10.5rem);margin:0 auto}.home-identity,.public-route-frame{position:relative;display:grid;place-items:center;min-height:30rem;text-align:center}.home-identity h1,.public-route-frame h1{margin:0;font-size:clamp(4rem,11vw,9rem);font-weight:400;letter-spacing:-.055em}.home-identity__ridge{position:absolute;width:min(38rem,72%);height:10rem;border-top:1px solid var(--landing-accent);opacity:.24;transform:skew(-28deg) rotate(-6deg)}.home-sections{border-top:1px solid var(--landing-rule)}.home-section{display:grid;grid-template-columns:5rem 1fr;align-items:center;min-height:13rem;border-bottom:1px solid var(--landing-rule);scroll-margin-top:6rem}.home-section__number{color:var(--landing-accent);font-size:.72rem;letter-spacing:.16em}.home-section h2{margin:0;color:var(--landing-ink-secondary);font-size:clamp(2.2rem,5vw,4.5rem);font-weight:400;letter-spacing:-.035em}.public-route-frame__rule{position:absolute;width:min(34rem,64%);border-top:1px solid var(--landing-accent);opacity:.3;transform:rotate(-8deg)}.public-footer{display:flex;align-items:center;justify-content:space-between;gap:2rem;min-height:5.25rem;padding:1rem 2.25rem;border-top:1px solid var(--landing-rule-soft);color:var(--landing-muted)}.public-footer__brand{display:inline-flex;align-items:center;gap:.6rem}.public-footer__nav{gap:1.5rem;font-size:.84rem}@media(max-width:72rem){.public-header{grid-template-columns:minmax(0,1fr) auto;gap:1rem 1.5rem}.public-header__nav{grid-column:1 / -1;grid-row:2;justify-content:center}.public-header__account{grid-column:2;grid-row:1}}@media(max-width:48rem){.public-header{position:static;padding:1rem 1.25rem}.public-header__nav{justify-content:flex-start;gap:.8rem 1.25rem}.public-shell__main{width:calc(100% - 2.5rem);min-height:0}.home-identity,.public-route-frame{min-height:22rem}.home-section{grid-template-columns:3.5rem minmax(0,1fr);min-height:10rem;scroll-margin-top:1rem}.public-footer{align-items:flex-start;flex-wrap:wrap;padding:1.25rem}}@media(max-width:30rem){.public-header{grid-template-columns:minmax(0,1fr)}.public-header__brand,.public-header__account{justify-self:stretch}.public-header__nav{grid-column:1;grid-row:2}.public-header__account{grid-column:1;grid-row:3;gap:.5rem}.public-link-button{flex:1 1 0;padding-inline:.6rem;text-align:center}.public-shell__main{width:calc(100% - 2rem)}.home-identity,.public-route-frame{min-height:18rem}.home-identity h1,.public-route-frame h1{font-size:clamp(3.25rem,20vw,5rem)}.home-identity__ridge,.public-route-frame__rule{width:88%}.home-identity__ridge{width:72%;transform:rotate(-6deg)}.home-section{grid-template-columns:2.5rem minmax(0,1fr);min-height:9rem}.home-section h2{font-size:clamp(1.85rem,10vw,3rem)}.public-footer{flex-direction:column}.public-footer__nav{gap:.75rem 1rem}}:root{color-scheme:dark;--landing-bg: #0b0b0e;--landing-bg-raised: #101015;--landing-panel: #13131a;--landing-ink: #edeae2;--landing-ink-secondary: #b5b0a4;--landing-muted: #858074;--landing-rule: #22222b;--landing-rule-soft: #1b1b23;--landing-accent: #c9a973;--landing-accent-light: #e8dcc8}*{box-sizing:border-box}html{background:var(--landing-bg)}body{margin:0;min-height:100vh;background:var(--landing-bg);color:var(--landing-ink);font-family:Helvetica Neue,Helvetica,Arial,sans-serif;overflow-wrap:break-word;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-width:0}a{color:inherit}:where(a,[tabindex]):focus-visible{outline:2px solid var(--landing-accent);outline-offset:4px}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
