:root{--bg-deep:#09090f;--bg-surface:#111118;--bg-card:#16161f;--indigo:#6366f1;--indigo-light:#818cf8;--indigo-dim:#6366f126;--emerald:#10b981;--emerald-dim:#10b98126;--amber:#f59e0b;--amber-dim:#f59e0b26;--text:#9ca3af;--text-muted:#6b7280;--text-head:#f3f4f6;--border:#ffffff14;--border-strong:#ffffff24;--shadow-sm:0 1px 3px #0006;--shadow-md:0 4px 16px #00000080;--shadow-glow:0 0 32px #6366f140;--font-sans:"Inter", system-ui, -apple-system, sans-serif;--font-mono:ui-monospace, "Cascadia Code", "Fira Code", Consolas, monospace;--section-gap:96px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--text);background-color:var(--bg-deep);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.6}h1,h2,h3,h4{color:var(--text-head);letter-spacing:-.03em;font-weight:700;line-height:1.15}h1{font-size:clamp(2.25rem,5vw,3.5rem)}h2{font-size:clamp(1.5rem,3vw,2rem)}h3{font-size:1.125rem;font-weight:600}p{line-height:1.7}a{color:var(--indigo-light);text-decoration:none;transition:color .2s}a:hover{color:#fff}code,kbd,pre{font-family:var(--font-mono)}#root{flex-direction:column;min-height:100svh;display:flex}.container{width:100%;max-width:1100px;margin-inline:auto;padding-inline:24px}section{padding-block:var(--section-gap)}.badge{letter-spacing:.04em;text-transform:uppercase;border:1px solid var(--border-strong);color:var(--text-muted);background:var(--bg-surface);border-radius:999px;align-items:center;gap:6px;padding:4px 12px;font-size:.75rem;font-weight:600;display:inline-flex}.badge--indigo{color:var(--indigo-light);background:var(--indigo-dim);border-color:#6366f14d}.btn{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:8px;align-items:center;gap:8px;padding:10px 22px;font-size:.9375rem;font-weight:600;line-height:1;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{background:var(--indigo);color:#fff;border-color:var(--indigo)}.btn-primary:hover{background:var(--indigo-light);border-color:var(--indigo-light);color:#fff;box-shadow:var(--shadow-glow);transform:translateY(-1px)}.btn-ghost{color:var(--text-head);border-color:var(--border-strong);background:0 0}.btn-ghost:hover{background:var(--bg-card);border-color:var(--border-strong);color:#fff;transform:translateY(-1px)}.section-divider{border:none;border-top:1px solid var(--border);margin:0}.section-label{letter-spacing:.1em;text-transform:uppercase;color:var(--indigo-light);margin-bottom:12px;font-size:.75rem;font-weight:600;display:inline-block}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-ring{0%,to{opacity:.6;r:8}50%{opacity:1;r:10}}.animate-fade-in{animation:.6s both fadeInUp}.animate-delay-1{animation-delay:.1s}.animate-delay-2{animation-delay:.2s}.animate-delay-3{animation-delay:.3s}section[id]{scroll-margin-top:72px}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (width<=768px){:root{--section-gap:64px}}.navbar{z-index:100;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#09090fbf;position:sticky;top:0}.navbar__inner{justify-content:space-between;align-items:center;height:60px;display:flex}.navbar__brand{color:var(--text-head);align-items:center;gap:10px;font-size:.9375rem;font-weight:600;text-decoration:none;transition:opacity .2s;display:flex}.navbar__brand:hover{opacity:.85;color:var(--text-head)}.navbar__logo{flex-shrink:0;display:block}.navbar__name{white-space:nowrap}.navbar__name-accent{color:var(--indigo-light)}.navbar__links{align-items:center;gap:16px;display:flex}.navbar__npm-badge{opacity:.9;align-items:center;transition:opacity .2s;display:flex}.navbar__npm-badge:hover{opacity:1}.navbar__icon-link{color:var(--text-muted);border-radius:6px;align-items:center;padding:4px;transition:color .2s;display:flex}.navbar__icon-link:hover{color:var(--text-head)}@media (width<=480px){.navbar__name-accent{display:none}}.hero{padding-block:80px 96px;position:relative;overflow:hidden}.hero__glow{pointer-events:none;z-index:0;background:radial-gradient(60% 50% at 50% -10%,#6366f12e 0%,#0000 70%),radial-gradient(40% 30% at 80% 60%,#10b9810f 0%,#0000 60%);position:absolute;inset:0}.hero__inner{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid;position:relative}.hero__text{flex-direction:column;align-items:flex-start;gap:24px;display:flex}.hero__badge{font-size:.6875rem}.hero__badge-dot{background:var(--indigo-light);width:6px;height:6px;box-shadow:0 0 6px var(--indigo);border-radius:50%}.hero__title{letter-spacing:-.04em;font-size:clamp(2rem,4.5vw,3.25rem);line-height:1.1}.hero__title-accent{background:linear-gradient(135deg, var(--indigo-light) 0%, #a78bfa 50%, var(--emerald) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero__sub{color:var(--text);max-width:48ch;font-size:1.0625rem;line-height:1.75}.hero__code{font-family:var(--font-mono);color:var(--indigo-light);background:var(--indigo-dim);border-radius:4px;padding:1px 6px;font-size:.9em}.hero__actions{flex-wrap:wrap;gap:12px;display:flex}.hero__install{background:var(--bg-surface);border:1px solid var(--border-strong);cursor:pointer;font-family:var(--font-mono);color:var(--text-head);text-align:left;border-radius:8px;align-items:center;gap:10px;width:100%;max-width:420px;padding:10px 14px;font-size:.875rem;transition:border-color .2s,box-shadow .2s;display:inline-flex}.hero__install:hover{border-color:#6366f180;box-shadow:0 0 0 3px #6366f114}.hero__install-prompt{color:var(--indigo-light);-webkit-user-select:none;user-select:none;flex-shrink:0}.hero__install-cmd{color:var(--text-head);flex:1}.hero__install-copy{color:var(--text-muted);font-family:var(--font-sans);border-left:1px solid var(--border);flex-shrink:0;align-items:center;gap:5px;padding-left:10px;font-size:.75rem;font-weight:600;transition:color .2s;display:inline-flex}.hero__install:hover .hero__install-copy{color:var(--indigo-light)}.hero__visual{justify-content:center;align-items:center;display:flex}.hero__screenshot{border:1px solid var(--border);width:100%;max-width:560px;height:auto;box-shadow:var(--shadow-md), 0 0 56px #6366f11a;border-radius:12px;display:block}@media (width<=900px){.hero__inner{grid-template-columns:1fr;gap:48px}.hero__text{text-align:center;align-items:center}.hero__sub{max-width:56ch}.hero__install{max-width:100%}.hero__visual{order:-1}.hero__screenshot{max-width:100%}}@media (width<=480px){.hero{padding-block:48px 64px}.hero__actions{flex-direction:column;width:100%}.hero__actions .btn{justify-content:center}}.features{border-top:1px solid var(--border);background:var(--bg-surface)}.features__header{text-align:center;flex-direction:column;align-items:center;gap:12px;max-width:560px;margin:0 auto 56px;display:flex}.features__title{margin:0}.features__subtitle{color:var(--text-muted);font-size:1rem;line-height:1.7}.features__grid{background:var(--border);border:1px solid var(--border);border-radius:16px;grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}.feature-card{background:var(--bg-card);flex-direction:column;gap:14px;padding:32px 28px;transition:background .2s;display:flex}.feature-card:hover{background:var(--bg-surface)}.feature-card__icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:box-shadow .2s;display:flex}.feature-card--indigo .feature-card__icon{background:var(--indigo-dim);color:var(--indigo-light);border:1px solid #6366f140}.feature-card--indigo:hover .feature-card__icon{box-shadow:0 0 16px #6366f14d}.feature-card--emerald .feature-card__icon{background:var(--emerald-dim);color:var(--emerald);border:1px solid #10b98140}.feature-card--emerald:hover .feature-card__icon{box-shadow:0 0 16px #10b98140}.feature-card--amber .feature-card__icon{background:var(--amber-dim);color:var(--amber);border:1px solid #f59e0b40}.feature-card--amber:hover .feature-card__icon{box-shadow:0 0 16px #f59e0b33}.feature-card__title{color:var(--text-head);margin:0;font-size:1rem;font-weight:600}.feature-card__desc{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.7}@media (prefers-reduced-motion:no-preference){.features__grid:not(.in-view) .feature-card{opacity:0;transform:translateY(18px)}.feature-card{transition:opacity .45s,transform .45s}.features__grid.in-view .feature-card{opacity:1;transform:translateY(0)}.features__grid.in-view .feature-card:first-child{transition-delay:0s}.features__grid.in-view .feature-card:nth-child(2){transition-delay:70ms}.features__grid.in-view .feature-card:nth-child(3){transition-delay:.14s}.features__grid.in-view .feature-card:nth-child(4){transition-delay:.21s}.features__grid.in-view .feature-card:nth-child(5){transition-delay:.28s}.features__grid.in-view .feature-card:nth-child(6){transition-delay:.35s}}@media (width<=900px){.features__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=540px){.features__grid{border-radius:12px;grid-template-columns:1fr}.feature-card{padding:24px 20px}.features__header{margin-bottom:40px}}.code-block{border:1px solid var(--border);font-family:var(--font-mono);background:#0d0d16;border-radius:10px;font-size:.875rem;line-height:1.65;overflow:hidden}.code-block__header{border-bottom:1px solid var(--border);background:#ffffff08;justify-content:space-between;align-items:center;padding:8px 14px;display:flex}.code-block__lang{font-size:.7rem;font-family:var(--font-sans);letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);font-weight:600}.code-block__copy{border:1px solid var(--border);color:var(--text-muted);font-size:.7rem;font-family:var(--font-sans);cursor:pointer;background:0 0;border-radius:5px;align-items:center;gap:5px;padding:3px 8px;font-weight:600;transition:color .15s,border-color .15s;display:inline-flex}.code-block__copy:hover{color:var(--text-head);border-color:var(--border-strong)}.code-block__pre{white-space:pre;margin:0;padding:18px 20px;overflow-x:auto}.code-block__pre code{font-family:inherit;font-size:inherit}.token--comment{color:#4b5563;font-style:italic}.token--string{color:#86efac}.token--decorator{color:#f59e0b}.token--keyword{color:#818cf8}.token--type-name{color:#67e8f9}.token--number{color:#fb923c}.token--property{color:#9ca3af}.token--plain{color:#e2e8f0}.qs{border-top:1px solid var(--border)}.qs__header{text-align:center;flex-direction:column;align-items:center;gap:12px;max-width:520px;margin:0 auto 64px;display:flex}.qs__title{margin:0}.qs__subtitle{color:var(--text-muted);font-size:1rem;line-height:1.7}.qs__steps{flex-direction:column;gap:0;max-width:720px;margin:0 auto;list-style:none;display:flex}.qs__step{grid-template-columns:64px 1fr;gap:0 24px;display:grid}.qs__step-aside{flex-direction:column;align-items:center;padding-top:2px;display:flex}.qs__step-num{background:var(--indigo-dim);width:40px;height:40px;color:var(--indigo-light);letter-spacing:.04em;font-size:.8125rem;font-weight:700;font-family:var(--font-mono);border:1px solid #6366f159;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.qs__step-line{background:linear-gradient(#6366f14d,#0000);flex:1;width:1px;min-height:24px;margin-top:8px}.qs__step:last-child .qs__step-line{display:none}.qs__step-body{flex-direction:column;gap:8px;padding-bottom:48px;display:flex}.qs__step:last-child .qs__step-body{padding-bottom:0}.qs__step-title{color:var(--text-head);margin:0;padding-top:8px;font-size:1.0625rem;font-weight:600;line-height:1.4}.qs__step-desc{color:var(--text-muted);margin:0;font-size:.9375rem;line-height:1.7}.qs__inline-code{font-family:var(--font-mono);color:var(--indigo-light);background:var(--indigo-dim);border-radius:4px;padding:1px 5px;font-size:.875em}.qs__step-code{margin-top:12px}@media (prefers-reduced-motion:no-preference){.qs__steps:not(.in-view) .qs__step{opacity:0;transform:translateY(16px)}.qs__step{transition:opacity .4s,transform .4s}.qs__steps.in-view .qs__step{opacity:1;transform:translateY(0)}.qs__steps.in-view .qs__step:first-child{transition-delay:0s}.qs__steps.in-view .qs__step:nth-child(2){transition-delay:.1s}.qs__steps.in-view .qs__step:nth-child(3){transition-delay:.2s}}@media (width<=600px){.qs__step{grid-template-columns:48px 1fr;gap:0 16px}.qs__step-num{width:34px;height:34px;font-size:.75rem}.qs__header{margin-bottom:40px}}.hiw{border-top:1px solid var(--border);background:var(--bg-surface)}.hiw__header{text-align:center;flex-direction:column;align-items:center;gap:12px;max-width:520px;margin:0 auto 56px;display:flex}.hiw__title{margin:0}.hiw__subtitle{color:var(--text-muted);font-size:1rem;line-height:1.7}.hiw__body{grid-template-columns:1fr 340px;align-items:start;gap:48px;display:grid}.hiw__steps{flex-direction:column;gap:0;list-style:none;display:flex}.hiw__step{grid-template-columns:40px 1fr;gap:16px;padding-bottom:32px;display:grid;position:relative}.hiw__step:not(:last-child):after{content:"";background:linear-gradient(to bottom, var(--border-strong), transparent);width:1px;position:absolute;top:28px;bottom:0;left:19px}.hiw__step-num{background:var(--bg-card);border:1px solid var(--border-strong);width:38px;height:38px;font-size:.7rem;font-family:var(--font-mono);color:var(--indigo-light);letter-spacing:.04em;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex}.hiw__step-content{flex-direction:column;gap:4px;padding-top:8px;display:flex}.hiw__step-label{color:var(--text-head);font-size:.9375rem;font-weight:600;display:block}.hiw__step-detail{color:var(--text-muted);margin:0;font-size:.875rem;line-height:1.7}.hiw__code{font-family:var(--font-mono);color:var(--indigo-light);background:var(--indigo-dim);border-radius:4px;padding:1px 5px;font-size:.82em}.hiw__legend-card{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;flex-direction:column;gap:20px;padding:24px;display:flex;position:sticky;top:80px}.hiw__legend-title{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin:0;font-size:.75rem;font-weight:600}.hiw__legend-list{flex-direction:column;gap:16px;list-style:none;display:flex}.hiw__legend-item{align-items:flex-start;gap:12px;display:flex}.hiw__legend-swatch{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.hiw__legend-dot{border-radius:3px;width:10px;height:10px}.hiw__legend-label{font-size:.875rem;font-weight:600;line-height:1.3;display:block}.hiw__legend-desc{color:var(--text-muted);margin:2px 0 0;font-size:.8125rem;line-height:1.55}.hiw__legend-edge{border-top:1px solid var(--border);align-items:center;gap:8px;padding-top:16px;display:flex}.hiw__edge-line{background:#fb923c80;flex:1;max-width:28px;height:1px}.hiw__edge-arrow{color:#fb923cb3;margin-left:-6px;font-size:.5rem;line-height:1}.hiw__edge-label{color:var(--text-muted);font-size:.78rem;line-height:1.4}@media (prefers-reduced-motion:no-preference){.hiw__body:not(.in-view) .hiw__step,.hiw__body:not(.in-view) .hiw__legend-card{opacity:0;transform:translateY(14px)}.hiw__step,.hiw__legend-card{transition:opacity .4s,transform .4s}.hiw__body.in-view .hiw__step,.hiw__body.in-view .hiw__legend-card{opacity:1;transform:translateY(0)}.hiw__body.in-view .hiw__step:first-child{transition-delay:0s}.hiw__body.in-view .hiw__step:nth-child(2){transition-delay:70ms}.hiw__body.in-view .hiw__step:nth-child(3){transition-delay:.14s}.hiw__body.in-view .hiw__step:nth-child(4){transition-delay:.21s}.hiw__body.in-view .hiw__step:nth-child(5){transition-delay:.28s}.hiw__body.in-view .hiw__step:nth-child(6){transition-delay:.35s}.hiw__body.in-view .hiw__legend-card{transition-delay:.15s}}@media (width<=900px){.hiw__body{grid-template-columns:1fr;gap:40px}.hiw__legend-card{position:static}}@media (width<=540px){.hiw__header{margin-bottom:40px}.hiw__step{grid-template-columns:34px 1fr;gap:12px}.hiw__step-num{width:34px;height:34px;font-size:.65rem}}.cfg{border-top:1px solid var(--border)}.cfg__header{text-align:center;flex-direction:column;align-items:center;gap:12px;max-width:540px;margin:0 auto 52px;display:flex}.cfg__title{margin:0}.cfg__subtitle{color:var(--text-muted);font-size:1rem;line-height:1.7}.cfg__inline-code{font-family:var(--font-mono);color:var(--indigo-light);background:var(--indigo-dim);border-radius:4px;padding:1px 5px;font-size:.875em}.cfg__body{flex-direction:column;gap:32px;max-width:860px;margin:0 auto;display:flex}.cfg__table-wrap{border:1px solid var(--border);border-radius:12px;overflow-x:auto}.cfg__table{border-collapse:collapse;white-space:nowrap;width:100%;font-size:.875rem}.cfg__table thead tr{background:var(--bg-surface);border-bottom:1px solid var(--border)}.cfg__table th{text-align:left;letter-spacing:.07em;text-transform:uppercase;color:var(--text-muted);padding:12px 20px;font-size:.72rem;font-weight:600}.cfg__table tbody tr{border-bottom:1px solid var(--border);transition:background .15s}.cfg__table tbody tr:last-child{border-bottom:none}.cfg__table tbody tr:hover{background:var(--bg-surface)}.cfg__table td{vertical-align:top;color:var(--text);padding:14px 20px}.cfg__opt-name{font-family:var(--font-mono);color:var(--indigo-light);background:var(--indigo-dim);border-radius:5px;padding:2px 7px;font-size:.875rem;font-weight:600}.cfg__type{font-family:var(--font-mono);color:#67e8f9;font-size:.8125rem}.cfg__default{font-family:var(--font-mono);color:#86efac;font-size:.8125rem}.cfg__desc{white-space:normal;color:var(--text-muted);min-width:220px;line-height:1.6}.cfg__example{flex-direction:column;gap:10px;display:flex}.cfg__example-label{color:var(--text-muted);letter-spacing:.03em;margin:0;font-size:.8125rem;font-weight:600}@media (width<=640px){.cfg__header{margin-bottom:36px}.cfg__table th,.cfg__table td{padding:10px 14px}}.footer{border-top:1px solid var(--border);background:var(--bg-surface);margin-top:auto;padding-block:48px}.footer__inner{text-align:center;flex-direction:column;align-items:center;gap:20px;display:flex}.footer__tagline{color:var(--text-muted);margin:0;font-size:.9375rem;font-style:italic}.footer__code{font-family:var(--font-mono);color:var(--indigo-light);background:var(--indigo-dim);border-radius:4px;padding:1px 5px;font-size:.875em;font-style:normal}.footer__meta{color:var(--text-muted);flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;font-size:.8125rem;display:flex}.footer__brand{color:var(--text-head);align-items:center;gap:6px;font-size:.8125rem;font-weight:600;display:flex}.footer__logo{opacity:.8;display:block}.footer__sep{color:var(--border-strong);-webkit-user-select:none;user-select:none}.footer__link{color:var(--text-muted);text-decoration:none;transition:color .15s}.footer__link:hover{color:var(--text-head)}.footer__links{align-items:center;gap:8px;display:flex}.footer__icon-link{border:1px solid var(--border);color:var(--text-muted);background:var(--bg-card);border-radius:7px;align-items:center;gap:6px;padding:6px 14px;font-size:.8125rem;font-weight:600;text-decoration:none;transition:color .15s,border-color .15s,background .15s;display:inline-flex}.footer__icon-link:hover{color:var(--text-head);border-color:var(--border-strong);background:var(--bg-surface)}
