#home-root{--background:oklch(1 0 0);--foreground:oklch(0.145 0 0);--muted:oklch(0.556 0 0);--border:oklch(0.922 0 0);font-family:var(--font-sans),system-ui,-apple-system,sans-serif;background-color:var(--background);color:var(--foreground);flex-direction:column;overflow-x:hidden;margin:0}#home-root,#menu{display:flex;min-height:100vh}#menu{align-items:center;padding:2rem}#menu-content{margin-left:clamp(2rem,10vw,12rem);max-width:32rem}#name{font-size:1.75rem;font-weight:500;letter-spacing:-.01em;margin:0 0 2rem;color:var(--foreground)}#intro{font-size:1.0625rem;line-height:1.7;color:var(--muted);margin:0 0 3rem}#intro a{color:var(--foreground);text-decoration:underline;text-underline-offset:3px;transition:opacity .15s ease}#intro a:hover{opacity:.7}.primary-link{display:inline-block;font-size:.9375rem;font-weight:500;color:var(--background);background:var(--foreground);padding:.625rem 1.25rem;border-radius:4px;margin-bottom:3rem;transition:opacity .15s ease;text-decoration:none;white-space:nowrap}.primary-link:hover{opacity:.85}#menu-items{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:1.25rem}.menu-item{line-height:1}.menu-item a{font-size:.875rem;color:var(--muted);text-decoration:none;transition:color .15s ease}.menu-item a:hover{color:var(--foreground)}#home-root a{cursor:pointer}@media only screen and (max-width:768px){#menu{align-items:center;justify-content:center;padding:4rem 1.5rem 1.5rem}#menu-content{margin-left:0;max-width:100%;text-align:center}#name{font-size:1.5rem;margin-bottom:1.5rem}#intro{font-size:1rem;margin-bottom:2rem}.primary-link{font-size:.875rem;margin-bottom:2rem;display:inline-block}#menu-items{gap:1rem;justify-content:center}.menu-item a{font-size:.8125rem}}