html{scroll-behavior:smooth}body{margin:0;padding:0;background:#151519}:where(.astro-j7pv25f6){margin:0;padding:0;box-sizing:border-box}:root{--bg-dark: #0f0f11;--bg: #151519;--bg-alt: #1c1c22;--bg-card: #25252d;--text: #ececf1;--text-muted: #9898a8;--accent: #3b82f6;--accent-hover: #60a5fa;--green: #10b981;--red: #ef4444;--yellow: #f59e0b;--border: #35353f;--code-bg: #16161b}.page:where(.astro-j7pv25f6){min-height:100vh;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.container:where(.astro-j7pv25f6){max-width:1200px;margin:0 auto;padding:0 24px}header:where(.astro-j7pv25f6){position:sticky;top:0;z-index:100;background:#0f0f11f2;backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.header-content:where(.astro-j7pv25f6){max-width:1200px;margin:0 auto;padding:0 24px;height:64px;display:flex;align-items:center;justify-content:space-between}.logo:where(.astro-j7pv25f6){display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--text);font-weight:600;font-size:18px}nav:where(.astro-j7pv25f6){display:flex;align-items:center;gap:24px}nav:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6){color:var(--text-muted);text-decoration:none;font-size:15px;transition:color .2s}nav:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6):hover{color:var(--text)}nav:where(.astro-j7pv25f6) .github:where(.astro-j7pv25f6){display:flex;align-items:center}.hero:where(.astro-j7pv25f6){padding:80px 24px 100px;max-width:1200px;margin:0 auto}.hero-content:where(.astro-j7pv25f6){display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.hero-left:where(.astro-j7pv25f6) h1:where(.astro-j7pv25f6){font-size:52px;font-weight:700;margin-bottom:0;background:linear-gradient(135deg,#fff,#a1a1aa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subtitle:where(.astro-j7pv25f6){font-size:24px;color:var(--text-muted);margin-bottom:24px;font-weight:400}.description:where(.astro-j7pv25f6){font-size:16px;color:var(--text-muted);margin-bottom:32px;line-height:1.8}.description:where(.astro-j7pv25f6) .highlight:where(.astro-j7pv25f6){color:var(--text);font-style:normal;font-weight:600}.install-box:where(.astro-j7pv25f6),.code-box:where(.astro-j7pv25f6){background:var(--bg-alt);border:1px solid var(--border);border-radius:12px;overflow:hidden}.tabs:where(.astro-j7pv25f6){display:flex;border-bottom:1px solid var(--border)}.tab:where(.astro-j7pv25f6){flex:1;padding:12px 16px;background:none;border:none;color:var(--text-muted);font-size:14px;cursor:pointer;transition:all .2s}.tab:where(.astro-j7pv25f6):hover{color:var(--text);background:var(--bg-card)}.tab:where(.astro-j7pv25f6).active{color:var(--text);background:var(--bg-card);border-bottom:2px solid var(--accent);margin-bottom:-1px}.tab-content:where(.astro-j7pv25f6){display:none;padding:16px;align-items:center;justify-content:space-between;gap:12px}.tab-content:where(.astro-j7pv25f6).active{display:flex}.tab-content:where(.astro-j7pv25f6) code:where(.astro-j7pv25f6){font-family:SF Mono,Monaco,Cascadia Code,monospace;font-size:14px;color:var(--accent)}.copy-btn:where(.astro-j7pv25f6){background:none;border:none;color:var(--text-muted);cursor:pointer;padding:8px;border-radius:6px;transition:all .2s;display:flex;align-items:center;justify-content:center;flex-shrink:0}.copy-btn:where(.astro-j7pv25f6):hover{color:var(--text);background:var(--border)}.copy-btn:where(.astro-j7pv25f6).copied{color:var(--green)}.hero-right:where(.astro-j7pv25f6){padding-top:76px}.code-box:where(.astro-j7pv25f6) .tabs:where(.astro-j7pv25f6) .tab:where(.astro-j7pv25f6){flex:none;padding:12px 24px}.code-body:where(.astro-j7pv25f6){background:var(--code-bg)}.code-header:where(.astro-j7pv25f6){display:flex;align-items:center;padding:8px 16px;background:#111113;border-bottom:1px solid var(--border)}.filename:where(.astro-j7pv25f6){font-size:12px;color:var(--text-muted);font-family:SF Mono,Monaco,monospace}.code-box:where(.astro-j7pv25f6) pre:where(.astro-j7pv25f6){padding:16px 20px;overflow-x:auto;font-size:12px;line-height:1.5;margin:0}.code-box:where(.astro-j7pv25f6) code:where(.astro-j7pv25f6){font-family:SF Mono,Monaco,Cascadia Code,monospace;color:#c9d1d9}.code-box:where(.astro-j7pv25f6) .key:where(.astro-j7pv25f6){color:var(--accent)}.code-box:where(.astro-j7pv25f6) .value:where(.astro-j7pv25f6){color:var(--text)}.problem-solution:where(.astro-j7pv25f6){padding:80px 0;background:var(--bg-alt)}.grid:where(.astro-j7pv25f6){display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.card:where(.astro-j7pv25f6){padding:32px;border-radius:12px;border:1px solid var(--border);background:var(--bg)}.card:where(.astro-j7pv25f6).problem{border-color:#ef44444d}.card:where(.astro-j7pv25f6).solution{border-color:#10b9814d}.card:where(.astro-j7pv25f6) h3:where(.astro-j7pv25f6){font-size:20px;margin-bottom:20px}.card:where(.astro-j7pv25f6) ul:where(.astro-j7pv25f6){list-style:none}.card:where(.astro-j7pv25f6) li:where(.astro-j7pv25f6){padding:8px 0 8px 24px;position:relative;color:var(--text-muted);font-size:15px}.card:where(.astro-j7pv25f6) li:where(.astro-j7pv25f6):before{content:"";position:absolute;left:0;top:16px;width:8px;height:8px;border-radius:50%}.card:where(.astro-j7pv25f6).problem li:where(.astro-j7pv25f6):before{background:var(--red)}.card:where(.astro-j7pv25f6).solution li:where(.astro-j7pv25f6):before{background:var(--green)}.features:where(.astro-j7pv25f6){padding:80px 0}.features:where(.astro-j7pv25f6) h2:where(.astro-j7pv25f6){font-size:32px;text-align:center;margin-bottom:48px}.feature-grid:where(.astro-j7pv25f6){display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:32px}.feature:where(.astro-j7pv25f6){text-align:center;padding:24px}.feature:where(.astro-j7pv25f6) .icon:where(.astro-j7pv25f6){display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;background:var(--bg-alt);border:1px solid var(--border);border-radius:12px;margin-bottom:16px;color:var(--accent)}.feature:where(.astro-j7pv25f6) h4:where(.astro-j7pv25f6){font-size:18px;margin-bottom:8px}.feature:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){color:var(--text-muted);font-size:15px}footer:where(.astro-j7pv25f6){padding:60px 0 40px;background:var(--bg-dark);border-top:1px solid var(--border)}.footer-content:where(.astro-j7pv25f6){display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:32px;margin-bottom:32px}.footer-brand:where(.astro-j7pv25f6) strong:where(.astro-j7pv25f6){font-size:18px}.footer-brand:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){color:var(--text-muted);font-size:14px;margin-top:4px}.footer-links:where(.astro-j7pv25f6){display:flex;gap:24px}.footer-links:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6){color:var(--text-muted);text-decoration:none;font-size:14px;transition:color .2s}.footer-links:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6):hover{color:var(--text)}.footer-bottom:where(.astro-j7pv25f6){text-align:center;padding-top:24px;border-top:1px solid var(--border)}.footer-bottom:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){color:var(--text-muted);font-size:14px}@media(max-width:900px){.hero-content:where(.astro-j7pv25f6){grid-template-columns:1fr;gap:40px}.hero-left:where(.astro-j7pv25f6) h1:where(.astro-j7pv25f6){font-size:40px}.hero-right:where(.astro-j7pv25f6){padding-top:0}.hero:where(.astro-j7pv25f6){padding:60px 24px 80px}}@media(max-width:640px){.header-content:where(.astro-j7pv25f6){padding:0 16px}nav:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6):not(.github){display:none}.hero:where(.astro-j7pv25f6){padding:40px 16px 60px}.tabs:where(.astro-j7pv25f6){flex-direction:column}.tab:where(.astro-j7pv25f6){border-bottom:1px solid var(--border)}.tab:where(.astro-j7pv25f6).active{border-bottom-color:var(--accent)}}
