:root{--bg-void: #0a0a0a;--bg-ink: #141414;--bg-ash: #262626;--text-white: #ffffff;--text-stone: #e5e5e5;--text-muted: #a3a3a3;--text-faded: #737373;--accent-seal: #c9a227;--bg-primary: var(--bg-void);--bg-secondary: var(--bg-ink);--bg-tertiary: var(--bg-ash);--text-primary: var(--text-white);--text-secondary: var(--text-muted);--text-tertiary: var(--text-faded);--accent: var(--accent-seal);--border: #1a1a1a;--border-light: #2a2a2a;--code-bg: #0d0d0d;--font-display: "Instrument Serif", Georgia, serif;--font-body: "DM Sans", system-ui, sans-serif;--font-mono: "JetBrains Mono", monospace}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden;width:100%}body{background-color:var(--bg-void);color:var(--text-white);font-family:var(--font-body);overflow-x:hidden;width:100%;position:relative;line-height:1.6;font-size:1rem;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{max-width:1400px;margin:0 auto;padding:0 64px}.container-wide{max-width:1600px;margin:0 auto;padding:0 64px}h1,h2,h3{line-height:1.1}h1,h2{font-family:var(--font-display);font-weight:400;letter-spacing:-.02em}h3,h4{font-family:var(--font-body);font-weight:600;letter-spacing:-.01em}.section-label{font-family:var(--font-mono);font-size:.6875rem;font-weight:500;color:var(--text-faded);text-transform:uppercase;letter-spacing:2px;margin-bottom:24px}.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:0;font-family:var(--font-body);font-size:.9375rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .2s ease;border:1px solid var(--border-light);background:transparent;color:var(--text-white)}.btn:hover{border-color:var(--text-white);background:#ffffff0d;color:var(--text-white)}.btn--large{padding:16px 32px;font-size:1rem}.code-block{background:var(--code-bg);border:1px solid var(--border);border-radius:0;padding:24px 28px;font-family:var(--font-mono);font-size:.8125rem;line-height:1.7;overflow-x:auto;color:var(--text-muted);white-space:pre}.code-block .comment{color:#666;font-style:italic}.code-block .keyword{color:#c9c9c9;font-weight:600}.code-block .string{color:#8a8a8a}.code-block .function{color:var(--text-white)}@media(max-width:768px){.container,.container-wide{padding:0 24px}}.hero-content,.hero-visual,.ring-wrapper,.how-step,.dev-code,.cta-command,.cta h2{will-change:transform,opacity}noscript+style,.no-js section,.no-js section *{opacity:1!important;transform:none!important;visibility:visible!important}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}section,section *,.hero-content,.hero-line,.hero-label,.hero-terminal{opacity:1!important;transform:none!important;visibility:visible!important}}.hero:where(.astro-anhloy43){position:relative;height:100vh;min-height:700px;width:100%;background:var(--bg-void);overflow:hidden;color:var(--text-white)}.hero-atmosphere:where(.astro-anhloy43){position:absolute;top:45%;right:10%;transform:translate(20%,-50%);width:800px;height:800px;background:radial-gradient(circle,rgba(201,162,39,.03) 0%,rgba(255,255,255,.025) 25%,rgba(255,255,255,.01) 45%,transparent 70%);pointer-events:none;z-index:2}.hero-ui-layer:where(.astro-anhloy43){position:relative;z-index:10;height:100%;display:grid;grid-template-rows:auto 1fr;padding:2rem 3.5rem 2.5rem;pointer-events:none}.hero-ui-layer:where(.astro-anhloy43)>:where(.astro-anhloy43){pointer-events:auto}.hero-header:where(.astro-anhloy43){display:flex;justify-content:space-between;align-items:center;width:100%}.hero-brand-group:where(.astro-anhloy43){display:flex;align-items:center;gap:1rem}.brand-text:where(.astro-anhloy43){display:flex;flex-direction:column}.brand-title:where(.astro-anhloy43){font-family:var(--font-body);font-weight:700;letter-spacing:.15em;font-size:1.25rem}.brand-subtitle:where(.astro-anhloy43){font-family:var(--font-body);font-size:.625rem;color:var(--text-faded);letter-spacing:.2em}.hero-status-display:where(.astro-anhloy43){display:flex;gap:2rem;font-family:var(--font-mono);font-size:.75rem;align-items:center}.status-item:where(.astro-anhloy43){display:flex;align-items:center;gap:.5rem;color:var(--text-muted)}.hero-docs-link:where(.astro-anhloy43){color:var(--text-faded);text-decoration:none;transition:color .2s;font-size:.75rem}.hero-docs-link:where(.astro-anhloy43):hover{color:var(--text-white)}.hero-content:where(.astro-anhloy43){grid-row:2;display:flex;flex-direction:column;justify-content:center;max-width:700px;z-index:15}.hero-label:where(.astro-anhloy43){display:flex;align-items:center;gap:.75rem;margin-bottom:2rem}.label-line:where(.astro-anhloy43){width:32px;height:1px;background:var(--accent-seal)}.label-text:where(.astro-anhloy43){font-family:var(--font-mono);font-size:.625rem;letter-spacing:.25em;color:#c9a227b3;font-weight:500}.hero-headline:where(.astro-anhloy43){display:flex;flex-direction:column;font-family:var(--font-display);font-size:clamp(4rem,9vw,7.5rem);font-weight:400;letter-spacing:-.02em;line-height:.95;margin:0 0 2rem}.hero-line:where(.astro-anhloy43){display:block}.hero-line-1:where(.astro-anhloy43){color:var(--text-white)}.hero-line-2:where(.astro-anhloy43){color:var(--text-stone)}.hero-tagline:where(.astro-anhloy43){font-family:var(--font-body);font-size:1.0625rem;color:var(--text-muted);line-height:1.7;max-width:520px;margin-bottom:2.5rem}.hero-terminal:where(.astro-anhloy43){width:min(100%,480px);background:#080808e6;backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);border-radius:6px;overflow:hidden;font-family:var(--font-mono);box-shadow:0 8px 32px #00000080,0 0 0 1px #ffffff08;transition:border-color .3s ease,box-shadow .3s ease,transform .3s ease}.hero-terminal:where(.astro-anhloy43):hover{border-color:#c9a2274d;box-shadow:0 12px 40px #0009,0 0 60px #c9a2270a;transform:translateY(-2px)}.terminal-chrome:where(.astro-anhloy43){display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem;background:#ffffff08;border-bottom:1px solid rgba(255,255,255,.05)}.terminal-dots:where(.astro-anhloy43){display:flex;gap:6px}.td:where(.astro-anhloy43){width:10px;height:10px;border-radius:50%;background:#ffffff26}.td:where(.astro-anhloy43).close{background:#ff5f56}.td:where(.astro-anhloy43).minimize{background:#ffbd2e}.td:where(.astro-anhloy43).maximize{background:#27c93f}.terminal-title:where(.astro-anhloy43){font-size:.625rem;color:#ffffff59}.terminal-body:where(.astro-anhloy43){display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;font-size:.8125rem}.prompt:where(.astro-anhloy43){color:var(--accent-seal);user-select:none;font-weight:600}.command:where(.astro-anhloy43){color:#ffffffd9;flex:1;white-space:nowrap;overflow:hidden}.copy-btn:where(.astro-anhloy43){background:transparent;border:none;color:#ffffff59;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s;display:flex;align-items:center;justify-content:center;flex-shrink:0}.copy-btn:where(.astro-anhloy43):hover{background:#ffffff14;color:#fff}.copy-btn:where(.astro-anhloy43):active{transform:scale(.93)}.hero-visual:where(.astro-anhloy43){position:absolute;top:0;right:-5%;width:60%;height:100%;display:flex;justify-content:center;align-items:center;pointer-events:none;z-index:5}.ring-wrapper:where(.astro-anhloy43){position:relative;width:min(65vh,650px);height:min(65vh,650px)}.ring-canvas:where(.astro-anhloy43){width:100%;height:100%}@media(max-width:1100px){.hero-visual:where(.astro-anhloy43){right:-15%;width:65%;opacity:.5}.hero-content:where(.astro-anhloy43){max-width:560px}}@media(max-width:768px){.hero-ui-layer:where(.astro-anhloy43){padding:1.5rem 1.5rem 2rem}.hero-status-display:where(.astro-anhloy43){display:none}.hero-headline:where(.astro-anhloy43){font-size:clamp(3rem,14vw,4.5rem)}.hero-tagline:where(.astro-anhloy43){font-size:.9375rem}.hero-visual:where(.astro-anhloy43){right:-30%;width:80%;opacity:.25}.hero-terminal:where(.astro-anhloy43){width:100%}.hero-atmosphere:where(.astro-anhloy43){width:400px;height:400px;right:-10%}}@media(prefers-reduced-motion:reduce){.hero-terminal:where(.astro-anhloy43){transition:none!important}}.problem:where(.astro-hyx56qyz){min-height:100vh;display:grid;grid-template-columns:45% 55%;border-top:1px solid var(--border);background:var(--bg-void);overflow:hidden}.problem-visual:where(.astro-hyx56qyz){position:relative;background:#050505;overflow:hidden;border-right:1px solid var(--border);display:flex;align-items:center;justify-content:center}.ghost-figure:where(.astro-hyx56qyz){position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:400px;height:600px;filter:blur(30px) contrast(1.2);pointer-events:none}.ghost-figure:where(.astro-hyx56qyz):before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 50% 35% at 50% 18%,rgba(255,255,255,.2) 0%,transparent 70%),radial-gradient(ellipse 60% 70% at 50% 55%,rgba(255,255,255,.12) 0%,rgba(255,255,255,.04) 40%,transparent 70%)}.ghost-figure:where(.astro-hyx56qyz):after{content:"";position:absolute;inset:-40px;background:repeating-linear-gradient(0deg,transparent,transparent 59px,rgba(255,255,255,.02) 59px,rgba(255,255,255,.02) 60px),repeating-linear-gradient(90deg,transparent,transparent 59px,rgba(255,255,255,.02) 59px,rgba(255,255,255,.02) 60px);pointer-events:none}.problem-visual:where(.astro-hyx56qyz):after{content:"";position:absolute;inset:0;opacity:.08;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:256px 256px;pointer-events:none;z-index:1}.problem-content:where(.astro-hyx56qyz){padding:100px 80px;display:flex;flex-direction:column;justify-content:center;position:relative;background:var(--bg-void)}.problem:where(.astro-hyx56qyz) h2:where(.astro-hyx56qyz){font-family:var(--font-display);font-size:clamp(3rem,5vw,4.5rem);font-weight:400;margin-bottom:48px;line-height:1.1;color:var(--text-white)}.problem-body:where(.astro-hyx56qyz){font-family:var(--font-body);font-size:1rem;color:var(--text-muted);line-height:1.7;margin-bottom:56px;max-width:580px;columns:2;column-gap:32px}.problem-body:where(.astro-hyx56qyz) p:where(.astro-hyx56qyz){margin:0}.problem-body:where(.astro-hyx56qyz) p:where(.astro-hyx56qyz)+p:where(.astro-hyx56qyz){margin-top:0}.problem-kicker:where(.astro-hyx56qyz){font-family:var(--font-display);font-size:1.5rem;font-style:italic;color:var(--text-muted);line-height:1.4;padding-top:32px;border-top:1px solid var(--border-light);width:fit-content}.kicker-emphasis:where(.astro-hyx56qyz){color:var(--text-white);font-style:normal;display:block;margin-top:4px}@media(max-width:1024px){.problem:where(.astro-hyx56qyz){grid-template-columns:1fr}.problem-visual:where(.astro-hyx56qyz){height:350px;border-right:none;border-bottom:1px solid var(--border)}.problem-body:where(.astro-hyx56qyz){columns:1}}@media(max-width:768px){.problem-content:where(.astro-hyx56qyz){padding:60px 24px}}.solution:where(.astro-2fqbdyxe){padding:160px 0;background:var(--bg-void);border-top:1px solid var(--border)}.solution-header:where(.astro-2fqbdyxe){text-align:center;margin-bottom:100px}.solution-badge:where(.astro-2fqbdyxe){display:inline-block;font-family:var(--font-mono);font-size:.6875rem;letter-spacing:2px;text-transform:uppercase;padding:8px 20px;border:1px solid var(--border-light);border-radius:100px;color:var(--text-muted);margin-bottom:24px}.solution-header:where(.astro-2fqbdyxe) h2:where(.astro-2fqbdyxe){font-family:var(--font-display);font-size:clamp(2rem,3.5vw,2.75rem);font-weight:400;color:var(--text-white)}.solution-grid:where(.astro-2fqbdyxe){display:grid;grid-template-columns:1.2fr .8fr .6fr;gap:64px;align-items:start}.col-label:where(.astro-2fqbdyxe){font-family:var(--font-mono);font-size:.6875rem;letter-spacing:2px;color:var(--text-faded);text-transform:uppercase;display:block;margin-bottom:32px}.description-text:where(.astro-2fqbdyxe){font-family:var(--font-display);font-size:clamp(1.5rem,2.5vw,2rem);font-weight:400;color:var(--text-stone);line-height:1.4}.description-text:where(.astro-2fqbdyxe) strong:where(.astro-2fqbdyxe){color:var(--text-white);font-weight:400}.platform-list:where(.astro-2fqbdyxe){list-style:none;display:flex;flex-direction:column;gap:8px;padding:0;margin:0}.platform-list:where(.astro-2fqbdyxe) li:where(.astro-2fqbdyxe){font-family:var(--font-body);font-size:clamp(1.25rem,2vw,1.75rem);color:var(--text-faded);font-weight:500;line-height:1.4}.platform-list:where(.astro-2fqbdyxe) li:where(.astro-2fqbdyxe).platform-active{color:var(--text-white)}.platform-more:where(.astro-2fqbdyxe){font-style:italic}.feature-pills:where(.astro-2fqbdyxe){display:flex;flex-wrap:wrap;gap:10px}.pill:where(.astro-2fqbdyxe){font-family:var(--font-body);font-size:.8125rem;padding:8px 18px;border-radius:100px;background:var(--bg-ash);color:var(--text-muted);border:none;font-weight:500}.pill--active:where(.astro-2fqbdyxe){background:var(--text-white);color:var(--bg-void)}@media(max-width:1024px){.solution-grid:where(.astro-2fqbdyxe){grid-template-columns:1fr;gap:56px}}@media(max-width:768px){.solution:where(.astro-2fqbdyxe){padding:100px 0}}.how-section:where(.astro-kojs5727){padding:140px 0;border-top:1px solid var(--border);background:var(--bg-void)}.how-header:where(.astro-kojs5727){display:flex;justify-content:space-between;align-items:center;margin-bottom:80px}.how-header:where(.astro-kojs5727) h2:where(.astro-kojs5727){font-family:var(--font-display);font-size:clamp(2rem,3.5vw,2.75rem);font-weight:400;margin-top:8px}.how-grid:where(.astro-kojs5727){display:grid;grid-template-columns:repeat(3,1fr);gap:48px;position:relative}.how-step:where(.astro-kojs5727){display:flex;flex-direction:column;position:relative;z-index:1;border-top:1px solid var(--border);padding-top:32px}.step-content:where(.astro-kojs5727){display:flex;flex-direction:column;gap:16px}.step-header:where(.astro-kojs5727){display:flex;align-items:center;gap:14px}.step-number:where(.astro-kojs5727){font-family:var(--font-mono);font-size:.875rem;font-weight:700;color:var(--text-faded);min-width:32px;letter-spacing:1px;transition:color .3s ease}.how-step:where(.astro-kojs5727):hover .step-number:where(.astro-kojs5727){color:var(--accent-seal)}.step-title:where(.astro-kojs5727){font-family:var(--font-body);font-size:1.125rem;font-weight:600;color:var(--text-white)}.step-desc:where(.astro-kojs5727){font-family:var(--font-body);color:var(--text-muted);font-size:.9375rem;line-height:1.7}.step-code:where(.astro-kojs5727){background:var(--code-bg);border:1px solid var(--border);padding:16px 20px;font-family:var(--font-mono);font-size:.75rem;line-height:1.8;color:var(--text-muted);transition:border-color .3s ease}.how-step:where(.astro-kojs5727):hover .step-code:where(.astro-kojs5727){border-color:#c9a2274d}.code-line:where(.astro-kojs5727){display:flex;align-items:center;gap:8px}.code-line:where(.astro-kojs5727) .prompt:where(.astro-kojs5727){color:var(--text-faded);user-select:none}.code-line:where(.astro-kojs5727).success{color:var(--accent-seal)}.code-line:where(.astro-kojs5727) .check:where(.astro-kojs5727){color:var(--accent-seal)}.step-code--status:where(.astro-kojs5727){display:flex;flex-direction:column;gap:4px}.status-line:where(.astro-kojs5727){display:flex;gap:8px}.status-label:where(.astro-kojs5727){color:var(--text-faded)}.status-value:where(.astro-kojs5727){color:var(--text-white)}.status-value:where(.astro-kojs5727).success{color:var(--accent-seal)}@media(max-width:1024px){.how-grid:where(.astro-kojs5727){grid-template-columns:1fr;gap:40px}}.developers:where(.astro-zqqky44w){padding:100px 0;border-top:1px solid var(--border);position:relative;background:var(--bg-void)}.dev-header:where(.astro-zqqky44w){margin-bottom:56px;position:relative;z-index:2}.section-label:where(.astro-zqqky44w){display:block;font-family:var(--font-mono);font-size:.6875rem;letter-spacing:2px;text-transform:uppercase;color:var(--text-faded);margin-bottom:16px}.dev-header:where(.astro-zqqky44w) h2:where(.astro-zqqky44w){font-family:var(--font-display);font-size:clamp(2rem,3.5vw,2.75rem);font-weight:400;margin-bottom:12px}.dev-subtitle:where(.astro-zqqky44w){font-family:var(--font-body);font-size:1rem;color:var(--text-muted);margin-bottom:8px;font-weight:500}.dev-desc:where(.astro-zqqky44w){font-family:var(--font-body);color:var(--text-faded);font-size:.875rem}.dev-layout:where(.astro-zqqky44w){display:grid;grid-template-columns:1.2fr 1fr;gap:40px;margin-bottom:48px;position:relative;z-index:2}.dev-code-section:where(.astro-zqqky44w){background:var(--code-bg);border:1px solid var(--border);overflow:hidden}.code-header:where(.astro-zqqky44w){display:flex;align-items:center;gap:12px;padding:12px 16px;background:#ffffff05;border-bottom:1px solid var(--border)}.code-dots:where(.astro-zqqky44w){display:flex;gap:6px}.code-dots:where(.astro-zqqky44w) i:where(.astro-zqqky44w){width:10px;height:10px;border-radius:50%;background:var(--border)}.code-dots:where(.astro-zqqky44w) i:where(.astro-zqqky44w):nth-child(1){background:#ff5f57}.code-dots:where(.astro-zqqky44w) i:where(.astro-zqqky44w):nth-child(2){background:#febc2e}.code-dots:where(.astro-zqqky44w) i:where(.astro-zqqky44w):nth-child(3){background:#28c840}.code-filename:where(.astro-zqqky44w){font-family:var(--font-mono);font-size:.6875rem;color:var(--text-faded);letter-spacing:.5px}.dev-code:where(.astro-zqqky44w){padding:24px;font-family:var(--font-mono);font-size:.8125rem;line-height:1.8;color:var(--text-stone);white-space:pre;overflow-x:auto;scrollbar-width:none}.dev-code:where(.astro-zqqky44w)::-webkit-scrollbar{display:none}.dev-code:where(.astro-zqqky44w) .tag{color:#ff79c6}.dev-code:where(.astro-zqqky44w) .attr{color:#8be9fd}.dev-code:where(.astro-zqqky44w) .string{color:#f1fa8c}.dev-code:where(.astro-zqqky44w) .keyword{color:#bd93f9}.dev-code:where(.astro-zqqky44w) .comment{color:#6272a4;font-style:italic}.dev-preview-section:where(.astro-zqqky44w){display:flex;flex-direction:column;gap:20px}.preview-label:where(.astro-zqqky44w){font-family:var(--font-mono);font-size:.625rem;color:var(--text-faded);letter-spacing:1.5px;text-transform:uppercase}.dev-preview:where(.astro-zqqky44w){background:var(--code-bg);border:1px solid var(--border);padding:40px 32px;display:flex;flex-direction:column;align-items:center;gap:20px}.dev-preview-btn:where(.astro-zqqky44w){display:inline-flex;align-items:center;gap:12px;background:transparent;border:1px solid var(--text-white);color:var(--text-white);padding:14px 28px;font-family:var(--font-mono);font-size:.8125rem;cursor:pointer;transition:all .2s ease;font-weight:500}.dev-preview-btn:where(.astro-zqqky44w):hover{border-color:var(--accent-seal);color:var(--accent-seal);box-shadow:0 0 20px #c9a2271a}.dev-preview-btn:where(.astro-zqqky44w):hover .btn-icon:where(.astro-zqqky44w){color:var(--accent-seal);transform:scale(1.1)}.btn-icon:where(.astro-zqqky44w){width:18px;height:18px;transition:all .2s ease}.btn-icon:where(.astro-zqqky44w) svg:where(.astro-zqqky44w){width:100%;height:100%}.preview-status:where(.astro-zqqky44w){display:flex;align-items:center;gap:8px;font-family:var(--font-mono);font-size:.6875rem;color:var(--text-faded)}.status-indicator:where(.astro-zqqky44w){width:6px;height:6px;border-radius:50%;background:var(--text-faded)}.dev-import:where(.astro-zqqky44w){background:#ffffff05;border:1px solid var(--border);padding:16px 20px}.import-label:where(.astro-zqqky44w){display:block;font-family:var(--font-mono);font-size:.5625rem;color:var(--text-faded);letter-spacing:1px;text-transform:uppercase;margin-bottom:8px}.import-code:where(.astro-zqqky44w){font-family:var(--font-mono);font-size:.75rem;color:var(--text-stone)}.import-code:where(.astro-zqqky44w) .tag{color:#ff79c6}.import-code:where(.astro-zqqky44w) .attr{color:#8be9fd}.import-code:where(.astro-zqqky44w) .string{color:#f1fa8c}.dev-footer:where(.astro-zqqky44w){display:flex;align-items:center;justify-content:space-between;padding-top:32px;border-top:1px solid var(--border);position:relative;z-index:2}.dev-footer:where(.astro-zqqky44w) p:where(.astro-zqqky44w){font-family:var(--font-body);font-size:1rem;color:var(--text-muted);font-weight:500}.dev-footer:where(.astro-zqqky44w) .btn:where(.astro-zqqky44w){font-family:var(--font-body);color:var(--text-muted);text-decoration:none;font-size:.875rem;transition:color .2s ease}.dev-footer:where(.astro-zqqky44w) .btn:where(.astro-zqqky44w):hover{color:var(--text-white)}@media(max-width:1024px){.dev-layout:where(.astro-zqqky44w){grid-template-columns:1fr}}@media(max-width:768px){.dev-footer:where(.astro-zqqky44w){flex-direction:column;align-items:flex-start;gap:20px}}.cta:where(.astro-ihmljexk){padding:160px 0;background:var(--bg-void);border-top:1px solid var(--border);text-align:center}.cta:where(.astro-ihmljexk) h2:where(.astro-ihmljexk){font-family:var(--font-display);font-size:clamp(3rem,6vw,5rem);font-weight:400;color:var(--text-white);line-height:1.1;margin-bottom:24px}.cta-subtitle:where(.astro-ihmljexk){font-family:var(--font-body);font-size:1.125rem;color:var(--text-muted);margin-bottom:64px;letter-spacing:1px}.cta-command:where(.astro-ihmljexk){font-family:var(--font-mono);font-size:1rem;background:var(--code-bg);border:1px solid var(--border);padding:24px 40px;display:inline-flex;gap:.75rem;margin-bottom:48px;color:var(--text-white)}.cmd-prompt:where(.astro-ihmljexk){color:var(--accent-seal);font-weight:600}.cta-actions:where(.astro-ihmljexk){display:flex;justify-content:center;gap:16px}@media(max-width:768px){.cta:where(.astro-ihmljexk){padding:100px 0}.cta:where(.astro-ihmljexk) h2:where(.astro-ihmljexk){font-size:clamp(2rem,6vw,3rem)}.cta-subtitle:where(.astro-ihmljexk){margin-bottom:40px}.cta-command:where(.astro-ihmljexk){font-size:.875rem;padding:16px 24px}.cta-actions:where(.astro-ihmljexk){flex-direction:column;align-items:center}}.footer:where(.astro-scinlfmn){background:var(--bg-void);border-top:1px solid var(--border);padding:80px 0 48px}.footer-top:where(.astro-scinlfmn){display:flex;justify-content:space-between;align-items:baseline;padding-bottom:48px;border-bottom:1px solid var(--border)}.footer-brand:where(.astro-scinlfmn){font-family:var(--font-display);font-style:italic;font-weight:400;font-size:clamp(3rem,5vw,5rem);color:var(--text-white);line-height:1;letter-spacing:-.02em}.footer-description:where(.astro-scinlfmn){font-family:var(--font-body);font-size:1rem;color:var(--text-faded);max-width:280px;text-align:right;line-height:1.5}.footer-nav:where(.astro-scinlfmn){display:flex;flex-wrap:wrap;gap:0;padding:32px 0;border-bottom:1px solid var(--border)}.footer-nav:where(.astro-scinlfmn) a:where(.astro-scinlfmn){font-family:var(--font-body);font-size:.9375rem;color:var(--text-muted);text-decoration:none;padding:6px 0;margin-right:32px;transition:color .2s;letter-spacing:.01em}.footer-nav:where(.astro-scinlfmn) a:where(.astro-scinlfmn):hover{color:var(--text-white)}.footer-bottom:where(.astro-scinlfmn){display:flex;justify-content:space-between;align-items:center;padding-top:32px}.footer-tagline:where(.astro-scinlfmn){font-family:var(--font-body);font-size:.875rem;color:var(--text-faded)}.footer-license:where(.astro-scinlfmn){font-family:var(--font-body);font-size:.875rem;color:var(--text-faded)}@media(max-width:768px){.footer:where(.astro-scinlfmn){padding:48px 0 32px}.footer-top:where(.astro-scinlfmn){flex-direction:column;gap:16px;padding-bottom:32px}.footer-description:where(.astro-scinlfmn){text-align:left}.footer-nav:where(.astro-scinlfmn){flex-direction:column;gap:0;padding:24px 0}.footer-nav:where(.astro-scinlfmn) a:where(.astro-scinlfmn){margin-right:0;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.04)}.footer-nav:where(.astro-scinlfmn) a:where(.astro-scinlfmn):last-child{border-bottom:none}.footer-bottom:where(.astro-scinlfmn){flex-direction:column;align-items:flex-start;gap:8px;padding-top:24px}}
