: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{color:#fff;letter-spacing:-4px;font-family:Inter,sans-serif;font-size:158.042px;font-style:normal;font-weight:700;line-height:normal}.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}.nav-item{color:#fff;cursor:pointer;width:-moz-fit-content;width:fit-content;margin-bottom:4px;text-decoration:none;display:block;position:relative}.nav-item:after{content:"";background-color:#fff;width:0;height:2px;transition:width .3s ease-out;position:absolute;bottom:0;left:0}.nav-item:hover:after{width:100%}
