:root{--color-bg: hsl(0, 20%, 99%);--color-bg-weak: hsl(0, 8%, 97%);--color-bg-weak-hover: hsl(0, 8%, 94%);--color-bg-strong: hsl(0, 5%, 12%);--color-bg-strong-hover: hsl(0, 5%, 18%);--color-text: hsl(0, 1%, 28%);--color-text-weak: hsl(0, 1%, 45%);--color-text-strong: hsl(0, 5%, 12%);--color-text-inverted: hsl(0, 20%, 99%);--color-border: rgba(15, 0, 0, .12);--color-icon: hsl(0, 1%, 55%);--color-accent: #2563eb;--color-success: #03b000;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--container-max-width: 1080px;--section-padding-x: 80px;--content-width: 720px;--header-height: 72px;--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--space-2xl: 48px;--space-3xl: 64px;--space-4xl: 96px}*,*:before,*:after{box-sizing:border-box}html{font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;font-family:var(--font-sans);font-size:14px;line-height:1.6;color:var(--color-text);background-color:var(--color-bg)}a{color:var(--color-text-strong);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4{color:var(--color-text-strong);font-weight:600;line-height:1.3;margin:0}code,pre{font-family:var(--font-mono)}.landing{display:flex;flex-direction:column;min-height:100vh}.landing-container{max-width:var(--container-max-width);margin:0 auto;border-left:1px solid var(--color-border);border-right:1px solid var(--color-border);border-bottom:1px solid var(--color-border);min-height:100vh}.landing-header{display:flex;align-items:center;justify-content:space-between;height:var(--header-height);padding:0 var(--section-padding-x);border-bottom:1px solid var(--color-border);position:sticky;top:0;background:var(--color-bg);z-index:100}.landing-logo{display:flex;align-items:center;gap:var(--space-sm);font-family:var(--font-mono);font-weight:500;font-size:15px;color:var(--color-text-strong);text-decoration:none}.landing-logo svg{width:24px;height:24px}.landing-nav{display:flex;gap:var(--space-lg)}.landing-nav a{color:var(--color-text);font-size:13px;text-decoration:none}.landing-nav a:hover{color:var(--color-text-strong)}.hero{padding:var(--space-4xl) var(--section-padding-x);text-align:center}.hero h1{font-family:var(--font-mono);font-size:38px;font-weight:500;letter-spacing:-.02em;margin-bottom:var(--space-lg)}.hero-subtitle{font-size:16px;color:var(--color-text);max-width:560px;margin:0 auto var(--space-2xl);line-height:1.7}.install-section{max-width:440px;margin:0 auto}.install-command{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px 16px;background:var(--color-bg-weak);border:1px solid var(--color-border);border-radius:6px;font-family:var(--font-mono);font-size:14px;color:var(--color-text-strong);cursor:pointer;transition:background .15s}.install-command:hover{background:var(--color-bg-weak-hover)}.install-command .cmd{color:var(--color-text)}.install-command .highlight{color:var(--color-text-strong)}.copy-btn{display:flex;align-items:center;color:var(--color-icon)}.copy-btn svg{width:16px;height:16px}.copy-btn .check-icon{display:none;color:var(--color-success)}.copy-btn.copied .copy-icon{display:none}.copy-btn.copied .check-icon{display:block}.code-section{padding:0 var(--section-padding-x) var(--space-3xl)}.code-editor{border:1px solid var(--color-border);border-radius:8px;overflow:hidden;background:var(--color-bg)}.code-editor-header{display:flex;align-items:center;background:var(--color-bg-weak);border-bottom:1px solid var(--color-border);padding:0 var(--space-md);height:40px}.code-editor-dots{display:flex;gap:6px;margin-right:var(--space-md)}.code-editor-dots span{width:10px;height:10px;border-radius:50%;background:var(--color-border)}.code-editor-tabs{display:flex;gap:2px;flex:1}.code-editor-tab{padding:6px 12px;background:none;border:none;border-radius:4px;font-family:var(--font-mono);font-size:12px;color:var(--color-text-weak);cursor:pointer;transition:all .15s}.code-editor-tab[aria-selected=true]{color:var(--color-text-strong);background:var(--color-bg)}.code-editor-panels{display:grid}.code-editor-body{grid-area:1 / 1;padding:var(--space-lg);visibility:hidden;pointer-events:none}.code-editor-body[data-active=true]{visibility:visible;pointer-events:auto}.code-editor-body pre{margin:0;font-size:13px;line-height:1.7;overflow-x:auto}.code-editor-body .keyword,.pg-source .keyword,.pg-value .keyword,.playground-highlight .keyword,.repl-input-highlight .keyword,.repl-entry-input .keyword,.repl-entry-output .keyword{color:#4338ca}.code-editor-body .atom,.pg-source .atom,.pg-value .atom,.playground-highlight .atom,.repl-input-highlight .atom,.repl-entry-input .atom,.repl-entry-output .atom{color:#15803d}.code-editor-body .effect,.pg-source .effect,.pg-value .effect,.playground-highlight .effect,.repl-input-highlight .effect,.repl-entry-input .effect,.repl-entry-output .effect{color:#c2410c}.code-editor-body .operand,.pg-source .operand,.pg-value .operand,.playground-highlight .operand,.repl-input-highlight .operand,.repl-entry-input .operand,.repl-entry-output .operand{color:#0e7490}.code-editor-body .string,.pg-source .string,.pg-value .string,.playground-highlight .string,.repl-input-highlight .string,.repl-entry-input .string,.repl-entry-output .string{color:#b45309}.code-editor-body .number,.pg-source .number,.pg-value .number,.playground-highlight .number,.repl-input-highlight .number,.repl-entry-input .number,.repl-entry-output .number{color:#6d28d9}.code-editor-body .comment,.pg-source .comment,.pg-value .comment,.playground-highlight .comment,.repl-input-highlight .comment,.repl-entry-input .comment,.repl-entry-output .comment{color:#52525b;font-style:italic}.code-editor-body .punct,.pg-source .punct,.pg-value .punct,.playground-highlight .punct,.repl-input-highlight .punct,.repl-entry-input .punct,.repl-entry-output .punct{color:#475569}.code-editor-body .err,.pg-source .err,.pg-value .err,.playground-highlight .err,.repl-input-highlight .err,.repl-entry-input .err,.repl-entry-output .err{color:#b91c1c;font-weight:600}.code-editor-body .set,.pg-source .set,.pg-value .set,.playground-highlight .set,.repl-input-highlight .set,.repl-entry-input .set,.repl-entry-output .set{color:#0891b2}.code-editor-body .vec,.pg-source .vec,.pg-value .vec,.playground-highlight .vec,.repl-input-highlight .vec,.repl-entry-input .vec,.repl-entry-output .vec{color:#a16207}.code-editor-body .result{color:#1f2937}.features-section{padding:var(--space-3xl) var(--section-padding-x);border-top:1px solid var(--color-border)}.features-section h2{font-family:var(--font-mono);font-size:22px;font-weight:500;margin-bottom:var(--space-lg)}.features-section p{max-width:600px;margin-bottom:var(--space-2xl);line-height:1.7}.features-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-lg)}.feature-card{padding:var(--space-lg);border:1px solid var(--color-border);border-radius:6px;transition:background .15s}.feature-card:hover{background:var(--color-bg-weak)}.feature-card h3{font-family:var(--font-mono);font-size:14px;font-weight:500;margin-bottom:var(--space-sm)}.feature-card p{font-size:13px;color:var(--color-text);margin:0;line-height:1.6}.repl-section{padding:var(--space-3xl) var(--section-padding-x);border-top:1px solid var(--color-border)}.repl-section h2{font-family:var(--font-mono);font-size:22px;font-weight:500;margin-bottom:var(--space-sm)}.repl-section>p{color:var(--color-text);margin-bottom:var(--space-xl)}.repl-container{border:1px solid var(--color-border);border-radius:8px;overflow:hidden;background:var(--color-bg)}.repl-input-area{display:flex;align-items:flex-start;padding:var(--space-md);gap:var(--space-sm);border-bottom:1px solid var(--color-border)}.repl-prompt{font-family:var(--font-mono);font-size:14px;color:var(--color-text-weak);line-height:1.7;user-select:none;flex-shrink:0;padding-top:1px}.repl-input-wrap{position:relative;flex:1}.repl-input-highlight{position:absolute;inset:0;margin:0;font-family:var(--font-mono);font-size:14px;line-height:1.7;white-space:pre-wrap;word-break:break-word;overflow:hidden;pointer-events:none;tab-size:2}.repl-input{position:relative;z-index:1;display:block;width:100%;font-family:var(--font-mono);font-size:14px;line-height:1.7;color:transparent;caret-color:var(--color-text-strong);background:none;border:none;outline:none;resize:none;min-height:24px;overflow:hidden;box-sizing:border-box}.repl-output{padding:var(--space-md);font-family:var(--font-mono);font-size:14px;line-height:1.7;color:var(--color-text);min-height:48px;white-space:pre-wrap;word-break:break-word}.repl-output .error{color:#dc2626}.repl-history{overflow:hidden}.repl-entry{border-bottom:1px solid var(--color-border);padding:var(--space-md)}.repl-entry-input{font-family:var(--font-mono);font-size:13px;color:var(--color-text-weak);white-space:pre-wrap;word-break:break-word;margin-bottom:var(--space-xs)}.repl-entry-output{font-family:var(--font-mono);font-size:14px;color:var(--color-text-strong);white-space:pre-wrap}.landing-footer{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--color-border)}.landing-footer a{display:flex;align-items:center;justify-content:center;padding:var(--space-lg);font-size:13px;color:var(--color-text);text-decoration:none;border-right:1px solid var(--color-border);transition:background .15s}.landing-footer a:last-child{border-right:none}.landing-footer a:hover{background:var(--color-bg-weak);text-decoration:underline}.landing-legal{text-align:center;padding:var(--space-xl) 0;font-size:12px;color:var(--color-text-weak)}@media(max-width:900px){:root{--section-padding-x: 24px}.landing-container{border-left:none;border-right:none}.hero h1{font-size:28px}.features-grid{grid-template-columns:1fr}}@media(max-width:600px){:root{--section-padding-x: 16px}.hero{padding:var(--space-2xl) var(--section-padding-x)}.hero h1{font-size:24px}.landing-footer{grid-template-columns:1fr}.landing-footer a{border-right:none;border-bottom:1px solid var(--color-border)}}
