:where(.astro-j7pv25f6){margin:0;padding:0;box-sizing:border-box}:root{--bg: #000000;--text: #FFFFFF;--text-muted: rgba(255, 255, 255, .6);--accent: #00FF41;--accent-secondary: #10B981;--accent-glow: rgba(0, 255, 65, .5);--border: rgba(255, 255, 255, .08);--code-bg: #0A0A0A;--green: #00FF41;--space-xs: 8px;--space-sm: 16px;--space-md: 24px;--space-lg: 32px;--space-xl: 48px;--space-2xl: 64px;--space-3xl: 96px;--space-4xl: 128px}html[data-theme=light]{--bg: #FFFFFF;--text: #000000;--text-muted: rgba(0, 0, 0, .6);--accent: #10B981;--accent-secondary: #059669;--accent-glow: rgba(16, 185, 129, .5);--border: rgba(0, 0, 0, .08);--code-bg: #FAFAFA;--green: #10B981}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);line-height:1.7;letter-spacing:-.01em;overflow-x:hidden}::selection:where(.astro-j7pv25f6){background:#ffffff1a}nav:where(.astro-j7pv25f6){position:fixed;top:0;left:0;right:0;z-index:100;background:#000c;backdrop-filter:blur(10px);border-bottom:1px solid var(--border);height:56px;display:flex;align-items:center;justify-content:space-between;padding:0 var(--space-lg)}html[data-theme=light] nav:where(.astro-j7pv25f6){background:#ffffffe6}.logo:where(.astro-j7pv25f6){display:flex;align-items:center;gap:6px;text-decoration:none;color:var(--text)}.logo-mark:where(.astro-j7pv25f6){flex-shrink:0}.logo-text:where(.astro-j7pv25f6){font-weight:600;font-size:1.25rem;letter-spacing:-.02em}.nav-links:where(.astro-j7pv25f6){display:flex;gap:var(--space-lg);align-items:center}.nav-links:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6){color:var(--text-muted);text-decoration:none;font-size:.9375rem;transition:all .2s;padding:var(--space-xs);display:flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:4px}.nav-links:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6):hover{color:var(--text);border-color:var(--border)}.nav-links:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6) svg:where(.astro-j7pv25f6){width:18px;height:18px;flex-shrink:0}.nav-link-text:where(.astro-j7pv25f6){display:none}.theme-toggle:where(.astro-j7pv25f6){background:none;border:1px solid var(--border);color:var(--text);padding:var(--space-xs);cursor:pointer;font-family:inherit;font-size:.9375rem;transition:all .2s;display:flex;align-items:center;justify-content:center;border-radius:4px}.theme-toggle:where(.astro-j7pv25f6):hover{border-color:var(--accent)}.theme-toggle:where(.astro-j7pv25f6) svg:where(.astro-j7pv25f6){width:18px;height:18px;flex-shrink:0}.hero:where(.astro-j7pv25f6){display:flex;align-items:center;justify-content:center;padding:var(--space-2xl) var(--space-lg) var(--space-xl);margin-top:56px}.hero-content:where(.astro-j7pv25f6){max-width:1200px;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3xl);align-items:stretch}.hero-text:where(.astro-j7pv25f6){max-width:540px;display:flex;flex-direction:column;justify-content:center;height:100%}.hero:where(.astro-j7pv25f6) h1:where(.astro-j7pv25f6){font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;letter-spacing:-.04em;line-height:1.1;margin-bottom:var(--space-sm)}.hero:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){font-size:clamp(1.125rem,2vw,1.25rem);color:var(--text-muted);margin-bottom:var(--space-lg)}.install-section:where(.astro-j7pv25f6){margin-bottom:var(--space-lg)}.mobile-cta:where(.astro-j7pv25f6){display:none}.mobile-cta:where(.astro-j7pv25f6) .btn:where(.astro-j7pv25f6){display:flex;align-items:center;justify-content:center;gap:var(--space-xs);background:transparent;border:1px solid var(--border);color:var(--text-muted);text-decoration:none;font-size:1rem;font-weight:500;transition:all .2s;padding:var(--space-md) var(--space-lg);border-radius:8px}.mobile-cta:where(.astro-j7pv25f6) .btn:where(.astro-j7pv25f6):hover{color:var(--text);border-color:var(--accent);background:#ffffff0d}.mobile-cta:where(.astro-j7pv25f6) .btn:where(.astro-j7pv25f6) svg:where(.astro-j7pv25f6){width:18px;height:18px}.controls-row:where(.astro-j7pv25f6){display:flex;gap:var(--space-sm);margin-bottom:var(--space-sm);align-items:stretch}.os-selector:where(.astro-j7pv25f6){display:inline-flex;background:var(--code-bg);border:1px solid var(--border);border-radius:8px;padding:4px;position:relative;flex-shrink:0;transition:border-color .2s ease}.os-selector:where(.astro-j7pv25f6):hover{border-color:var(--accent)}.os-selector-bg:where(.astro-j7pv25f6){position:absolute;top:4px;height:calc(100% - 8px);background:var(--accent);border-radius:6px;transition:all .3s cubic-bezier(.4,0,.2,1);opacity:.15;box-shadow:0 0 12px var(--accent-glow)}html[data-theme=light] .os-selector-bg:where(.astro-j7pv25f6){background:var(--accent);opacity:1;box-shadow:0 2px 8px var(--accent-glow)}.os-option:where(.astro-j7pv25f6){position:relative;z-index:1;padding:var(--space-xs) var(--space-sm);background:none;border:none;color:var(--text-muted);cursor:pointer;display:flex;align-items:center;gap:var(--space-xs);font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;transition:color .2s;border-radius:6px;white-space:nowrap}.os-option:where(.astro-j7pv25f6):hover{color:var(--text)}.os-option:where(.astro-j7pv25f6).active{color:var(--text)}html[data-theme=light] .os-option:where(.astro-j7pv25f6).active{color:var(--bg)}.os-option:where(.astro-j7pv25f6) svg:where(.astro-j7pv25f6){width:16px;height:16px;fill:currentColor}.os-label:where(.astro-j7pv25f6){display:none}@media (min-width: 480px){.os-label:where(.astro-j7pv25f6){display:inline}}.docs-link:where(.astro-j7pv25f6){flex:1;display:flex;align-items:center;justify-content:center;gap:var(--space-xs);padding:var(--space-xs) var(--space-sm);background:transparent;border:1px solid var(--border);border-radius:8px;color:var(--text-muted);text-decoration:none;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;transition:all .2s}.docs-link:where(.astro-j7pv25f6):hover{color:var(--text);border-color:var(--accent);background:#ffffff0d}.docs-link:where(.astro-j7pv25f6) svg:where(.astro-j7pv25f6){width:16px;height:16px}.install-command:where(.astro-j7pv25f6){display:flex;align-items:center;background:var(--code-bg);border:1px solid var(--border);padding:var(--space-sm) var(--space-md);font-family:JetBrains Mono,SF Mono,Monaco,monospace;font-size:.9375rem;transition:all .3s ease;gap:var(--space-sm);border-radius:8px;position:relative;overflow:hidden}.install-command:where(.astro-j7pv25f6):before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,var(--accent-glow),transparent);transform:translate(-100%);transition:transform .6s}.install-command:where(.astro-j7pv25f6):hover:before{transform:translate(100%)}.install-command:where(.astro-j7pv25f6):hover{border-color:var(--accent);box-shadow:0 0 16px var(--accent-glow)}.command-text:where(.astro-j7pv25f6){flex:1;color:var(--text);user-select:all;font-family:inherit;font-size:inherit;background:none;border:none;outline:none;padding:0}.copy-btn:where(.astro-j7pv25f6){flex-shrink:0;background:transparent;border:none;color:var(--text-muted);cursor:pointer;padding:var(--space-xs);display:flex;align-items:center;justify-content:center;transition:all .2s;border-radius:6px;position:relative}.copy-btn:where(.astro-j7pv25f6):hover{color:var(--text);background:#ffffff0d}.copy-btn:where(.astro-j7pv25f6).copied{color:var(--green)}.copy-btn:where(.astro-j7pv25f6) svg:where(.astro-j7pv25f6){width:20px;height:20px}.cta-buttons:where(.astro-j7pv25f6){display:flex;gap:var(--space-md);margin-bottom:0;flex-wrap:wrap}.btn:where(.astro-j7pv25f6){padding:var(--space-sm) var(--space-lg);font-size:1rem;font-weight:500;text-decoration:none;border:1px solid var(--border);transition:all .2s;cursor:pointer;font-family:inherit;display:inline-block}.btn-primary:where(.astro-j7pv25f6){background:var(--text);color:var(--bg);border-color:var(--text)}.btn-primary:where(.astro-j7pv25f6):hover{transform:translateY(-2px);box-shadow:0 8px 16px #ffffff1a}.btn-secondary:where(.astro-j7pv25f6){background:transparent;color:var(--text)}.btn-secondary:where(.astro-j7pv25f6):hover{border-color:var(--accent)}.terminal-window:where(.astro-j7pv25f6){background:var(--code-bg);border:1px solid var(--border);font-family:JetBrains Mono,SF Mono,Monaco,monospace;font-size:.875rem;line-height:1.6;position:relative;height:450px;display:flex;flex-direction:column;transition:all .3s ease}.terminal-window:where(.astro-j7pv25f6):hover{border-color:var(--accent);box-shadow:0 0 20px var(--accent-glow)}.terminal-header:where(.astro-j7pv25f6){background:#ffffff08;border-bottom:1px solid var(--border);padding:var(--space-sm) var(--space-md);display:flex;align-items:center;gap:var(--space-xs)}.terminal-dot:where(.astro-j7pv25f6){width:12px;height:12px;border-radius:50%;background:var(--text-muted);opacity:.3}.terminal-dot:where(.astro-j7pv25f6):first-child{background:var(--accent);opacity:.6;box-shadow:0 0 8px var(--accent-glow)}.terminal-body:where(.astro-j7pv25f6){padding:var(--space-md);flex:1;overflow-y:auto;overflow-x:hidden;min-height:0}.terminal-line:where(.astro-j7pv25f6){display:flex;margin-bottom:var(--space-xs);opacity:0;animation:fadeIn .3s forwards}@keyframes fadeIn{to{opacity:1}}.prompt:where(.astro-j7pv25f6){color:var(--green);margin-right:var(--space-xs);user-select:none;flex-shrink:0}.cursor:where(.astro-j7pv25f6){display:inline-block;width:8px;height:18px;background:var(--text);margin-left:2px;animation:blink 1s infinite}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.output:where(.astro-j7pv25f6){color:var(--text-muted);margin:var(--space-sm) 0;line-height:1.6}.output:where(.astro-j7pv25f6) div:where(.astro-j7pv25f6){min-height:1.6em}.success:where(.astro-j7pv25f6){color:var(--green)}.warning:where(.astro-j7pv25f6){color:orange}.terminal-box:where(.astro-j7pv25f6){color:var(--green);margin:var(--space-sm) 0;line-height:1.4;font-family:inherit;display:inline-block;min-width:0}.terminal-box-top:where(.astro-j7pv25f6),.terminal-box-bottom:where(.astro-j7pv25f6){user-select:none;line-height:1}.terminal-box-line:where(.astro-j7pv25f6){display:flex;align-items:stretch;line-height:1.4;white-space:nowrap}.terminal-box-border:where(.astro-j7pv25f6){user-select:none;flex-shrink:0}.terminal-box-content:where(.astro-j7pv25f6){flex:1;min-width:0;white-space:pre}.features:where(.astro-j7pv25f6){max-width:1200px;margin:0 auto;padding:var(--space-lg) var(--space-lg) var(--space-3xl)}.section-title:where(.astro-j7pv25f6){font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;letter-spacing:-.03em;margin-bottom:var(--space-sm);text-align:center}.feature-grid:where(.astro-j7pv25f6){display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:var(--space-lg)}.feature-card:where(.astro-j7pv25f6){border:1px solid var(--border);border-left:2px solid var(--border);padding:var(--space-lg);transition:all .3s ease;position:relative;overflow:hidden}.feature-card:where(.astro-j7pv25f6):before{content:"";position:absolute;top:0;left:-2px;width:2px;height:0;background:linear-gradient(180deg,var(--accent) 0%,var(--accent-secondary) 100%);transition:height .3s ease}.feature-card:where(.astro-j7pv25f6):hover{border-color:var(--accent);transform:translateY(-4px);box-shadow:0 8px 24px var(--accent-glow)}.feature-card:where(.astro-j7pv25f6):hover:before{height:100%}.feature-card:where(.astro-j7pv25f6) h3:where(.astro-j7pv25f6){font-size:1.25rem;font-weight:600;letter-spacing:-.02em;margin-bottom:var(--space-sm);transition:color .2s ease}.feature-card:where(.astro-j7pv25f6):hover h3:where(.astro-j7pv25f6){color:var(--accent)}.feature-card:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){color:var(--text-muted);font-size:.9375rem}footer:where(.astro-j7pv25f6){border-top:1px solid var(--border);padding:var(--space-xl) var(--space-lg);text-align:center;color:var(--text-muted);font-size:.875rem}footer:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6){color:var(--text);text-decoration:none}footer:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6):hover{text-decoration:underline}@media (max-width: 968px){.hero-content:where(.astro-j7pv25f6){grid-template-columns:1fr;gap:var(--space-2xl)}.hero-text:where(.astro-j7pv25f6){max-width:100%}.install-section:where(.astro-j7pv25f6){display:none}.mobile-cta:where(.astro-j7pv25f6){display:block}.terminal-window:where(.astro-j7pv25f6){order:-1}}@media (max-width: 768px){nav:where(.astro-j7pv25f6){padding:0 var(--space-md)}.nav-links:where(.astro-j7pv25f6){gap:var(--space-sm)}.hero:where(.astro-j7pv25f6){padding:var(--space-xl) var(--space-md)}.hero:where(.astro-j7pv25f6) h1:where(.astro-j7pv25f6){font-size:2rem}.hero:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){font-size:1rem}.install-command:where(.astro-j7pv25f6){font-size:.75rem;padding:var(--space-sm);gap:var(--space-xs)}.os-icon:where(.astro-j7pv25f6){width:30px;height:30px}.os-icon:where(.astro-j7pv25f6) svg:where(.astro-j7pv25f6){width:8px;height:8px}.cta-buttons:where(.astro-j7pv25f6){flex-direction:column}.btn:where(.astro-j7pv25f6){text-align:center}.feature-grid:where(.astro-j7pv25f6){grid-template-columns:1fr}.terminal-body:where(.astro-j7pv25f6){font-size:.75rem}.terminal-window:where(.astro-j7pv25f6){height:380px}}
