:root{--bg:#000;--fg:#fff;--muted:#a6a6a6;--faint:#9a9a9a;--hairline:#333;--hover:var(--fg);--seed-r:#ff4d4d;--seed-g:#4dff88;--seed-b:#4d8bff;--background:var(--bg);--foreground:var(--fg);--gutter:32px;--gap:16px;--gap-tight:10px;--toggle:14px;--transition:90ms cubic-bezier(.2, 0, 0, 1);--rollover-fade:.16s cubic-bezier(.2, 0, 0, 1)}[data-theme=light]{--bg:#fff;--fg:#0a0a0a;--muted:#4a4a4a;--faint:#565656;--hairline:#d6d6d6;--seed-r:#d81b1b;--seed-g:#10883a;--seed-b:#2450c8}[data-motion=reduced]{--transition:0s}[data-motion=reduced] *,[data-motion=reduced] :before,[data-motion=reduced] :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}@media (max-width:640px){:root{--gutter:18px;--gap:12px}}*{box-sizing:border-box;margin:0;padding:0}html,body,#__next{width:100%;max-width:100vw;min-height:100%;overflow-x:clip}body{color:var(--fg);background:var(--bg);font-family:var(--font-geist-mono), ui-monospace, monospace;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-user-select:none;user-select:none}body ::selection{background:var(--fg);color:var(--bg)}@keyframes fade-in{0%{opacity:0}to{opacity:1}}canvas.fade-in{pointer-events:none;opacity:0;touch-action:none;animation:5s 1s forwards fade-in}.char{color:#373737;margin:0;padding:0;font-size:18vw;font-weight:800;line-height:.8em;position:absolute}a{color:inherit;text-underline-offset:3px;text-decoration:underline}a,button{-webkit-tap-highlight-color:transparent}
