:root{--ink:#222;--ash:#f5f5f5;--muted:#a3a3a3}*{box-sizing:border-box}html,body{background-color:#161616;height:100%}body{color:var(--ash);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#161616;margin:0;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,Inter,Arial,Apple Color Emoji,Segoe UI Emoji}.bg-ink{background-color:var(--ink)}.text-ash{color:var(--ash)}.min-h-screen{min-height:100vh}.grid{display:grid}.place-items-center{place-items:center}.p-6{padding:24px}.wrap{place-items:center;min-height:100vh;padding:48px 24px;display:grid}.hero{z-index:2;justify-items:center;gap:20px;display:grid;position:relative}.mark{width:max(160px,min(32vw,320px));height:auto;display:block}.edge{stroke:rgba(255,255,255,.9)}.hidden-edge{stroke:rgba(255,255,255,.25);stroke-dasharray:3 4}.nodes circle{fill:rgba(255,255,255,.85)}.title{letter-spacing:.45em;text-indent:.45em;font-size:max(16px,min(3vw,28px));font-weight:800}.sub{color:var(--muted);letter-spacing:.35em;text-indent:.35em;font-size:12px}.contact a{color:#fff;text-decoration:underline}.contact a:hover{text-decoration:underline}
