@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";
.Header-module__vcZAwq__header{height:var(--header-height);-webkit-backdrop-filter:saturate(180%)blur(20px);border-bottom:1px solid var(--border-subtle);z-index:1000;background:#fafafacc;justify-content:center;display:flex;position:fixed;top:0;left:0;right:0}.Header-module__vcZAwq__nav{justify-content:space-between;align-items:center;width:100%;max-width:1080px;padding:0 32px;display:flex}.Header-module__vcZAwq__logo{transition:opacity .2s var(--ease);align-items:center;display:flex}.Header-module__vcZAwq__logo:hover{opacity:.6}.Header-module__vcZAwq__logoIcon{object-fit:contain;width:28px;height:28px;display:block}.Header-module__vcZAwq__links{align-items:center;gap:24px;display:flex}.Header-module__vcZAwq__link{color:var(--text-muted);transition:color .15s var(--ease);letter-spacing:-.006em;font-size:13px;font-weight:400;position:relative}.Header-module__vcZAwq__link:hover{color:var(--text-secondary);opacity:1}.Header-module__vcZAwq__link.Header-module__vcZAwq__active{color:var(--text)}@media (max-width:640px){.Header-module__vcZAwq__nav{padding:0 20px}.Header-module__vcZAwq__links{gap:20px}}
:root{--bg:#fafafa;--text:#0a0a0a;--text-secondary:#18181b;--text-muted:#71717a;--text-subtle:#a1a1aa;--border:#0000000f;--border-subtle:#0000000a;--header-height:56px;--max-width:720px;--ease:cubic-bezier(.25,.1,.25,1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;height:100%}body{background-color:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:-.011em;height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;line-height:1.6}h1,h2,h3{letter-spacing:-.022em;color:var(--text);font-weight:600;line-height:1.1}a{color:inherit;transition:opacity .2s var(--ease);text-decoration:none}a:hover{opacity:.6}ul{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-subtle)}::selection{color:var(--text);background:#0000000a}
