:root{--bg: #000000;--bg-surface: #050000;--bg-input: #030000;--bg-hover: #0A0000;--border: #1A1A1A;--border-accent: #CC0000;--text: #FFFFFF;--text-secondary: #666666;--text-meta: #555555;--text-ghost: #333333;--accent: #CC0000;--accent-hover: #FF0000;--radius: 0px;--font-display: "Space Grotesk", system-ui, -apple-system, sans-serif;--font-body: "Space Grotesk", system-ui, -apple-system, sans-serif;--font-mono: "IBM Plex Mono", ui-monospace, "SF Mono", "Cascadia Code", monospace;--transition: .15s;--status-success: #2A6A2A;--status-success-bg: rgba(42, 106, 42, .12);--status-success-border: rgba(42, 106, 42, .25);--status-error: #CC0000;--status-error-bg: rgba(204, 0, 0, .1);--status-error-border: rgba(204, 0, 0, .25);--status-warning: #8A6A00;--status-warning-bg: rgba(138, 106, 0, .12);--status-warning-border: rgba(138, 106, 0, .25);--status-info: #CC0000;--status-info-bg: rgba(204, 0, 0, .08);--bg-card: var(--bg-surface);--text-muted: var(--text-secondary);--mono: var(--font-mono);--font: var(--font-body)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{font-family:var(--font-body);background:var(--bg);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color-scheme:dark}body{min-height:100dvh}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);line-height:1.1}a{color:var(--accent);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--text)}button{cursor:pointer;font-family:var(--font-mono);font-size:.8rem;text-transform:uppercase;letter-spacing:.06em;border:1px solid var(--border);border-radius:0;padding:.5rem 1rem;background:var(--bg-surface);color:var(--text);transition:background var(--transition),border-color var(--transition),color var(--transition)}button:hover{border-color:var(--accent)}button.primary{background:var(--accent);color:#000;border-color:var(--accent);font-weight:600}button.primary:hover{background:var(--accent-hover)}button:disabled{opacity:.4;cursor:not-allowed}input,select,textarea{font-family:var(--font-mono);font-size:.85rem;background:var(--bg-input);color:var(--text);border:1px solid var(--border);border-radius:0;padding:.5rem .75rem;outline:none;transition:border-color var(--transition);width:100%}input:focus,select:focus,textarea:focus{border-color:var(--accent)}input::placeholder,textarea::placeholder{color:var(--text-ghost)}textarea{resize:vertical;min-height:60px}label{font-family:var(--font-mono);font-size:.72rem;font-weight:600;color:var(--text-meta);text-transform:uppercase;letter-spacing:.08em;display:block}pre,code{font-family:var(--font-mono);font-size:.85rem}pre{background:var(--bg-input);border:1px solid var(--border);border-radius:0;padding:1rem;overflow-x:auto;white-space:pre-wrap;word-break:break-word;color:var(--text-secondary);line-height:1.7}pre code{font-size:inherit;color:inherit}img{max-width:100%;display:block}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border)}::-webkit-scrollbar-thumb:hover{background:var(--text-meta)}.h-landing.svelte-1ind66w{min-height:100vh;background:#f7f3ea;color:#111}.h-nav.svelte-1ind66w{max-width:1180px;margin:0 auto;padding:1.1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.h-wordmark.svelte-1ind66w{font-family:var(--font-display);font-weight:800;letter-spacing:-.03em}.h-nav-links.svelte-1ind66w,.h-nav-right.svelte-1ind66w,.h-toggle.svelte-1ind66w,.h-hero-actions.svelte-1ind66w{display:flex;align-items:center;gap:.85rem}.h-nav-links.svelte-1ind66w a:where(.svelte-1ind66w){color:#4d4539;text-decoration:none;font-size:.85rem}.h-toggle.svelte-1ind66w{border:1px solid #d9cdb8;border-radius:999px;padding:.2rem}.h-toggle-tab.svelte-1ind66w,.h-nav-cta.svelte-1ind66w,.h-cta-primary.svelte-1ind66w,.h-cta-ghost.svelte-1ind66w{border:0;border-radius:999px;padding:.6rem .95rem;cursor:pointer;font-family:var(--font-mono);font-size:.72rem;text-transform:uppercase;letter-spacing:.06em}.h-toggle-tab.svelte-1ind66w{background:transparent;color:#6f6556}.h-toggle-active.svelte-1ind66w,.h-nav-cta.svelte-1ind66w,.h-cta-primary.svelte-1ind66w{background:#111;color:#fff}.h-cta-ghost.svelte-1ind66w{background:transparent;color:#111;border:1px solid #cdbfaaa0;text-decoration:none}.h-hero.svelte-1ind66w{max-width:1180px;margin:0 auto;padding:5rem 1.5rem 3rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.h-badge.svelte-1ind66w,.h-eyebrow.svelte-1ind66w{font-family:var(--font-mono);color:#b2442c;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase}.h-title.svelte-1ind66w{font-family:var(--font-display);font-size:clamp(3rem,7vw,6.8rem);line-height:.9;letter-spacing:-.07em;margin:1rem 0}.h-subtitle.svelte-1ind66w{color:#4c463d;font-size:1.15rem;line-height:1.7;max-width:650px}.h-preview.svelte-1ind66w{background:#12100d;color:#eadfcb;border:1px solid #251f18;border-radius:22px;overflow:hidden;box-shadow:0 30px 90px #2b1f1428}.h-preview-bar.svelte-1ind66w,.h-preview-meta.svelte-1ind66w{display:flex;align-items:center;gap:.55rem;padding:.85rem 1rem;background:#1b1712;color:#8f8373;font-family:var(--font-mono);font-size:.7rem;text-transform:uppercase}.h-dot.svelte-1ind66w{width:10px;height:10px;border-radius:50%;display:inline-block}.h-dot-red.svelte-1ind66w{background:#d94d3f}.h-dot-yellow.svelte-1ind66w{background:#d9b33f}.h-dot-green.svelte-1ind66w{background:#64b96a}.h-preview-spacer.svelte-1ind66w{flex:1}.h-preview-badge.svelte-1ind66w{color:#90d08e}.h-preview-code.svelte-1ind66w{padding:1.25rem;overflow:auto;margin:0;font-size:.82rem;line-height:1.55}.h-preview-meta.svelte-1ind66w{justify-content:space-between;border-top:1px solid #251f18}.h-preview-cost.svelte-1ind66w{color:#90d08e}.json-key{color:#e9b15f}.json-string{color:#98d18b}.json-number{color:#78b7ff}.json-bool{color:#f07272}.h-proof-strip.svelte-1ind66w{max-width:1180px;margin:0 auto 2rem;padding:1rem 1.5rem;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.h-proof-strip.svelte-1ind66w div:where(.svelte-1ind66w){background:#fffaf0;border:1px solid #eadcc5;border-radius:18px;padding:1rem}.h-proof-strip.svelte-1ind66w strong:where(.svelte-1ind66w){display:block;font-size:1.55rem}.h-proof-strip.svelte-1ind66w span:where(.svelte-1ind66w){font-family:var(--font-mono);font-size:.72rem;color:#716655;text-transform:uppercase}.h-section.svelte-1ind66w{max-width:1180px;margin:0 auto;padding:4rem 1.5rem}.h-heading.svelte-1ind66w{font-family:var(--font-display);font-size:clamp(2rem,4vw,3.8rem);line-height:1;letter-spacing:-.05em;margin:.7rem 0 1.5rem}.h-steps.svelte-1ind66w,.h-tiers.svelte-1ind66w{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.h-step.svelte-1ind66w,.h-tier.svelte-1ind66w,.h-pack-card.svelte-1ind66w{background:#fffaf0;border:1px solid #eadcc5;border-radius:22px;padding:1.25rem}.h-step-num.svelte-1ind66w{font-family:var(--font-display);color:#2f7d48;font-size:2rem}.h-step-num-coral.svelte-1ind66w{color:#b2442c}.h-step.svelte-1ind66w h3:where(.svelte-1ind66w),.h-tier.svelte-1ind66w h3:where(.svelte-1ind66w),.h-pack-card.svelte-1ind66w h3:where(.svelte-1ind66w){font-family:var(--font-display);font-size:1.35rem;margin:.5rem 0}.h-step.svelte-1ind66w p:where(.svelte-1ind66w),.h-tier.svelte-1ind66w p:where(.svelte-1ind66w),.h-pack-card.svelte-1ind66w p:where(.svelte-1ind66w),.h-safety.svelte-1ind66w p:where(.svelte-1ind66w){color:#51493d;line-height:1.65}.h-pack-grid.svelte-1ind66w{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.h-pack-top.svelte-1ind66w,.h-pack-meta.svelte-1ind66w{display:flex;justify-content:space-between;gap:1rem;align-items:center;font-family:var(--font-mono);font-size:.68rem;text-transform:uppercase;color:#8a5d4d}.h-pack-meta.svelte-1ind66w{align-items:flex-end;margin-top:1rem;text-transform:none;color:#655b4d}.h-pack-meta.svelte-1ind66w code:where(.svelte-1ind66w){background:#f0e3cc;padding:.35rem .45rem;border-radius:8px;color:#111}.h-code.svelte-1ind66w{background:#111;color:#eadfcb;border-radius:18px;padding:1.25rem;overflow:auto}.h-tier-badge.svelte-1ind66w{display:inline-block;margin-top:.5rem;border-radius:999px;padding:.35rem .55rem;font-family:var(--font-mono);font-size:.68rem;text-transform:uppercase}.h-tier-badge-coral.svelte-1ind66w{background:#f2d5ca;color:#9b321e}.h-tier-badge-green.svelte-1ind66w{background:#daf0d4;color:#236437}.h-tier-featured.svelte-1ind66w{background:#111;color:#fff}.h-tier-featured.svelte-1ind66w p:where(.svelte-1ind66w){color:#d3c8b8}.h-safety.svelte-1ind66w{border-top:1px solid #e2d2b9}@media(max-width:850px){.h-nav.svelte-1ind66w{flex-wrap:wrap}.h-nav-links.svelte-1ind66w{display:none}.h-hero.svelte-1ind66w,.h-proof-strip.svelte-1ind66w,.h-steps.svelte-1ind66w,.h-tiers.svelte-1ind66w,.h-pack-grid.svelte-1ind66w{grid-template-columns:1fr}.h-hero.svelte-1ind66w{padding-top:2.5rem}}.landing.svelte-1vmfxt0{background:#000;color:#e5e5e5;min-height:100vh;overflow-x:hidden}.ln-nav.svelte-1vmfxt0{display:flex;align-items:center;justify-content:space-between;max-width:1100px;margin:0 auto;padding:1.25rem 1.5rem;gap:1rem}.ln-logo.svelte-1vmfxt0{font-family:var(--font-display);font-weight:700;font-size:.85rem;text-transform:uppercase;letter-spacing:.15em;color:#fff}.ln-restricted.svelte-1vmfxt0{font-family:var(--font-mono);font-size:.62rem;color:#c00;border:1px solid #cc0000;padding:.25rem .45rem}.ln-nav-links.svelte-1vmfxt0,.ln-toggle.svelte-1vmfxt0,.ln-hero-actions.svelte-1vmfxt0{display:flex;align-items:center;gap:1rem}.ln-nav-links.svelte-1vmfxt0 a:where(.svelte-1vmfxt0){font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.06em;color:#555;text-decoration:none;font-size:.72rem}.ln-nav-links.svelte-1vmfxt0 a:where(.svelte-1vmfxt0):hover{color:#fff}.ln-toggle.svelte-1vmfxt0{border:1px solid #222;padding:.2rem;border-radius:999px}.ln-toggle-tab.svelte-1vmfxt0,.ln-signin-red.svelte-1vmfxt0,.ln-cta-red.svelte-1vmfxt0,.ln-cta-secondary.svelte-1vmfxt0{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;border:0;cursor:pointer}.ln-toggle-tab.svelte-1vmfxt0{background:transparent;color:#555;padding:.45rem .7rem}.ln-toggle-active.svelte-1vmfxt0,.ln-signin-red.svelte-1vmfxt0,.ln-cta-red.svelte-1vmfxt0{background:#c00;color:#fff;border-radius:999px;padding:.55rem .85rem}.ln-cta-secondary.svelte-1vmfxt0{color:#999;text-decoration:none;background:transparent}.ln-hero.svelte-1vmfxt0{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;padding:5rem 1.5rem}.ln-topline.svelte-1vmfxt0{width:80px;height:2px;background:#c00;margin-bottom:1rem}.ln-classify.svelte-1vmfxt0{font-family:var(--font-mono);font-size:.68rem;color:#666;letter-spacing:.12em}.ln-title.svelte-1vmfxt0{font-family:var(--font-display);font-size:clamp(3.5rem,8vw,7rem);line-height:.85;letter-spacing:-.07em;margin:1rem 0}.accent.svelte-1vmfxt0{color:#c00}.ln-subtitle.svelte-1vmfxt0,.ln-section-sub.svelte-1vmfxt0{color:#aaa;line-height:1.75;font-size:1rem}.ln-preview.svelte-1vmfxt0{min-width:0}.ln-terminal.svelte-1vmfxt0{border:1px solid #222;background:#050505;box-shadow:0 0 50px #cc00002e}.ln-terminal-bar.svelte-1vmfxt0{padding:.75rem 1rem;background:#111;border-bottom:1px solid #222;font-family:var(--font-mono);font-size:.7rem;color:#777}.ln-terminal-dot.svelte-1vmfxt0{display:inline-block;width:8px;height:8px;border-radius:50%;background:#c00;margin-right:.5rem}.ln-terminal-body.svelte-1vmfxt0{padding:1rem}.ln-terminal-cmd.svelte-1vmfxt0,.ln-code.svelte-1vmfxt0{font-family:var(--font-mono);font-size:.8rem;color:#ccc}.ln-code.svelte-1vmfxt0{white-space:pre-wrap;color:#7ed27e}.ln-section.svelte-1vmfxt0{max-width:1100px;margin:0 auto;padding:4rem 1.5rem}.ln-section-title.svelte-1vmfxt0{font-family:var(--font-display);font-size:clamp(2.2rem,5vw,4rem);line-height:.95;letter-spacing:-.05em;margin:0 0 .75rem}.ln-manifesto.svelte-1vmfxt0{border-top:1px solid #171717;border-bottom:1px solid #171717}.ln-manifesto-content.svelte-1vmfxt0{background:#070707;border:1px solid #1a1a1a;padding:2rem}.ln-manifesto-label.svelte-1vmfxt0,.ln-manifesto-class.svelte-1vmfxt0{font-family:var(--font-mono);font-size:.68rem;color:#c00;margin-right:1rem}.ln-manifesto-body.svelte-1vmfxt0{color:#ccc;line-height:1.8;font-size:1.15rem}.ln-manifesto-close.svelte-1vmfxt0{font-family:var(--font-display);font-size:1.5rem;color:#fff}.ln-pack-grid.svelte-1vmfxt0,.ln-endpoint-grid.svelte-1vmfxt0,.ln-proof-cards.svelte-1vmfxt0{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.ln-pack-card.svelte-1vmfxt0,.ln-endpoint-card.svelte-1vmfxt0,.ln-proof-card.svelte-1vmfxt0{background:#070707;border:1px solid #1d1d1d;padding:1.25rem}.ln-gen-id.svelte-1vmfxt0{font-family:var(--font-mono);color:#c00;font-size:.68rem}.ln-gen-name.svelte-1vmfxt0{font-family:var(--font-display);font-size:1.4rem;margin:.6rem 0}.ln-pack-meta.svelte-1vmfxt0{display:flex;flex-direction:column;gap:.5rem;color:#999}.ln-pack-meta.svelte-1vmfxt0 code:where(.svelte-1vmfxt0),.ln-endpoint-card.svelte-1vmfxt0 code:where(.svelte-1vmfxt0){color:#7ed27e;background:#0d160d;padding:.25rem .4rem;border-radius:4px;width:max-content}.ln-endpoint-card.svelte-1vmfxt0 p:where(.svelte-1vmfxt0){color:#aaa;line-height:1.6}.ln-proof-cards.svelte-1vmfxt0{grid-template-columns:repeat(3,1fr);margin-top:1.5rem}.ln-proof-num.svelte-1vmfxt0{font-family:var(--font-display);font-size:2.4rem;color:#fff}.ln-proof-label.svelte-1vmfxt0{font-family:var(--font-mono);font-size:.7rem;color:#777}.ln-final-cta.svelte-1vmfxt0{text-align:center}.ln-final-cta.svelte-1vmfxt0 .ln-cta-red:where(.svelte-1vmfxt0){font-size:.85rem;padding:.8rem 1.2rem}@media(max-width:850px){.ln-nav.svelte-1vmfxt0,.ln-nav-links.svelte-1vmfxt0{flex-wrap:wrap}.ln-hero.svelte-1vmfxt0,.ln-pack-grid.svelte-1vmfxt0,.ln-endpoint-grid.svelte-1vmfxt0,.ln-proof-cards.svelte-1vmfxt0{grid-template-columns:1fr}.ln-hero.svelte-1vmfxt0{padding-top:2.5rem}}header.svelte-12qhfyh{background:#050000;border-bottom:1px solid #1A1A1A;padding:.75rem 1.5rem}.header-inner.svelte-12qhfyh{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem}.header-brand.svelte-12qhfyh{display:flex;align-items:center;gap:1.25rem}.header-actions.svelte-12qhfyh{display:flex;align-items:center}.logo.svelte-12qhfyh{font-family:var(--font-display);font-size:.85rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.wm-brand.svelte-12qhfyh{color:#fff}.wm-dim.svelte-12qhfyh{color:#333}.app-nav.svelte-12qhfyh{display:flex;align-items:center;gap:.4rem}.app-nav.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--text-meta);text-decoration:none;font-family:var(--font-mono);font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;padding:.32rem .25rem;border-bottom:2px solid transparent;transition:color .15s,border-color .15s}.app-nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:#fff}.app-nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh){color:#fff;border-bottom-color:#c00}.clearance.svelte-12qhfyh{font-family:var(--font-mono);font-size:.62rem;color:#2a2a2a;text-transform:uppercase;letter-spacing:.08em}.back-btn.svelte-12qhfyh{background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:.85rem;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.06em}.back-btn.svelte-12qhfyh:hover{color:var(--text)}@media(max-width:640px){.header-inner.svelte-12qhfyh{flex-direction:column;align-items:flex-start}.header-brand.svelte-12qhfyh{width:100%;justify-content:space-between;flex-wrap:wrap}}
