@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600&family=Geist:wght@300;400;500;600&family=JetBrains+Mono:wght@400;500&display=swap";.landing-root{--accent: #3232c8;--bg: #FAF7F0;--bg-2: #F2EEE3;--fg: #14140C;--fg-2: #3A3829;--fg-3: #6B6856;--fg-4: #9D9985;--line: rgba(20, 20, 12, .1);--line-2: rgba(20, 20, 12, .18);--radius: 6px;--radius-lg: 10px;--font-display: "Space Grotesk", ui-sans-serif, system-ui, sans-serif;--font-sans: "Geist", ui-sans-serif, system-ui, -apple-system, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;background:var(--bg);color:var(--fg);font-family:var(--font-sans);font-size:15px;line-height:1.5;min-height:100vh;position:relative;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.landing-root[data-theme=dark]{--accent: #8ea2ff;--bg: #0a0a0a;--bg-2: #141414;--fg: #F5F2E8;--fg-2: #C8C4B5;--fg-3: #807D6E;--fg-4: #4D4B42;--line: rgba(245, 242, 232, .1);--line-2: rgba(245, 242, 232, .18)}.landing-root *,.landing-root *:before,.landing-root *:after{box-sizing:border-box}.landing-root a{color:inherit;text-decoration:none}.landing-root button{font:inherit;color:inherit;background:none;border:0;cursor:pointer;padding:0}.landing-root ::-moz-selection{background:var(--accent);color:#fff}.landing-root ::selection{background:var(--accent);color:#fff}.landing-root .nav-brand-mark{width:18px;height:18px;background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 100%,white 30%) 0%,var(--accent) 50%,color-mix(in srgb,var(--accent) 100%,black 30%) 100%);border-radius:2px;position:relative;display:inline-block;vertical-align:middle;flex-shrink:0}.landing-root .nav-brand-mark:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border:1.2px solid var(--bg);border-radius:1px}.landing-root .theme-btn{width:30px;height:30px;border-radius:var(--radius);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;color:var(--fg-3);transition:color .15s,border-color .15s;cursor:pointer;background:transparent}.landing-root .theme-btn:hover{color:var(--fg);border-color:var(--line-2)}.landing-root .page{min-height:100vh;display:flex;flex-direction:column;position:relative;z-index:1}.landing-root .pf-bg-canvas{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;pointer-events:none;z-index:0}.landing-root .top{display:flex;justify-content:space-between;align-items:center;padding:22px 32px;font-family:var(--font-mono);font-size:12px;color:var(--fg-3)}.landing-root .top-brand{display:flex;align-items:center;gap:10px;color:var(--fg)}.landing-root .main{flex:1;width:100%;max-width:640px;margin:0 auto;padding:80px 32px 60px}@media (max-width: 720px){.landing-root .top{padding:18px 20px}.landing-root .main{padding:48px 20px}}.landing-root .head{margin-bottom:56px}.landing-root .head-tag{font-family:var(--font-mono);font-size:11px;color:var(--fg-3);text-transform:uppercase;letter-spacing:.08em;margin-bottom:14px}.landing-root .head-title{font-family:var(--font-display);font-size:clamp(36px,5vw,52px);line-height:1;letter-spacing:-.025em;font-weight:500;margin:0 0 10px;color:var(--fg)}.landing-root .head-sub{font-family:var(--font-mono);font-size:13px;color:var(--fg-3);margin:0}.landing-root .head-sub .accent{color:var(--accent)}.landing-root .links{border-top:1px solid var(--line)}.landing-root .link{display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:18px;padding:18px 4px;border-bottom:1px solid var(--line);color:var(--fg);transition:padding .2s ease,color .2s;cursor:pointer}.landing-root .link:hover{padding-left:14px;padding-right:14px}.landing-root .link:hover .link-title{color:var(--accent)}.landing-root .link:hover .link-arrow{color:var(--accent);transform:translate(2px,-2px)}.landing-root .link-num{font-family:var(--font-mono);font-size:11px;color:var(--fg-4);letter-spacing:.05em}.landing-root .link-body{display:flex;flex-direction:column;gap:2px;min-width:0}.landing-root .link-title{font-family:var(--font-display);font-size:20px;font-weight:500;letter-spacing:-.015em;line-height:1.15;transition:color .15s}.landing-root .link-desc{font-family:var(--font-mono);font-size:11.5px;color:var(--fg-3);line-height:1.4}.landing-root .link-arrow{color:var(--fg-4);transition:color .15s,transform .15s;flex-shrink:0}.landing-root .bottom{padding:18px 32px;font-family:var(--font-mono);font-size:11px;color:var(--fg-4);text-transform:uppercase;letter-spacing:.08em;display:flex;justify-content:space-between;border-top:1px solid var(--line)}@media (max-width: 720px){.landing-root .bottom{padding:16px 20px}}
