*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg-deep: #030308;--bg-surface: #0a0a12;--bg-elevated: #12121e;--bg-hover: #1a1a2e;--brand: #a78bfa;--brand-deep: #7c3aed;--brand-glow: rgba(167, 139, 250, .15);--cyan: #67e8f9;--text-primary: #f4f6fb;--text-muted: #949eb3;--text-dim: #5c6678;--terminal-green: #4ade80;--border-subtle: rgba(148, 158, 179, .12);--border-active: rgba(167, 139, 250, .3);--font-display: "DM Sans", "Inter", system-ui, -apple-system, sans-serif;--font-body: "Inter", system-ui, -apple-system, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", monospace;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem;--space-4xl: 6rem;--space-5xl: 8rem;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--radius-xl: 24px;--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-spring: cubic-bezier(.34, 1.56, .64, 1)}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);font-size:16px;line-height:1.6;color:var(--text-primary);background:var(--bg-deep);overflow-x:hidden}img,svg{display:block;max-width:100%}a{color:var(--brand);text-decoration:none;transition:color .2s ease}a:hover{color:var(--cyan)}code{font-family:var(--font-mono);font-size:.875em;color:var(--cyan)}::selection{background:#a78bfa4d;color:var(--text-primary)}:focus-visible{outline:2px solid var(--brand);outline-offset:2px;border-radius:var(--radius-sm)}.skip-link{position:fixed;top:-100%;left:var(--space-md);z-index:200;padding:.5rem 1rem;background:var(--brand);color:#fff;font-size:.875rem;font-weight:500;border-radius:var(--radius-sm);text-decoration:none;transition:top .2s}.skip-link:focus{top:var(--space-sm)}.section-header{text-align:center;max-width:640px;margin:0 auto var(--space-3xl);padding:0 var(--space-md)}.section-header__title{font-family:var(--font-display);font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:600;letter-spacing:-.03em;line-height:1.15;color:var(--text-primary);margin-bottom:var(--space-md)}.section-header__subtitle{font-size:clamp(.95rem,1.2vw,1.1rem);color:var(--text-muted);line-height:1.7}.btn{display:inline-flex;align-items:center;gap:var(--space-sm);font-family:var(--font-body);font-size:.9375rem;font-weight:500;padding:.7rem 1.5rem;border-radius:var(--radius-md);border:none;cursor:pointer;transition:all .25s var(--ease-out);text-decoration:none}.btn--primary{background:linear-gradient(135deg,var(--brand),var(--brand-deep));color:#fff;box-shadow:0 0 20px var(--brand-glow)}.btn--primary:hover{transform:translateY(-2px);box-shadow:0 0 30px #a78bfa40;color:#fff}.btn--ghost{background:transparent;color:var(--text-primary);border:1px solid var(--border-subtle)}.btn--ghost:hover{border-color:var(--brand);background:#a78bfa14;color:var(--text-primary)}.nav{position:fixed;top:0;left:0;right:0;z-index:100;backdrop-filter:blur(16px) saturate(1.2);-webkit-backdrop-filter:blur(16px) saturate(1.2);background:#030308b3;border-bottom:1px solid var(--border-subtle)}.nav__inner{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 var(--space-xl);height:60px}.nav__logo{display:flex;align-items:center;gap:var(--space-sm);font-family:var(--font-display);font-weight:600;font-size:1.125rem;color:var(--text-primary);text-decoration:none}.nav__logo:hover{color:var(--text-primary)}.nav__links{display:flex;align-items:center;gap:var(--space-xl)}.nav__link{font-size:.875rem;font-weight:500;color:var(--text-muted);transition:color .2s}.nav__link:hover{color:var(--text-primary)}.nav__cta{display:inline-flex;align-items:center;font-size:.875rem;font-weight:500;padding:.45rem 1.1rem;border-radius:var(--radius-sm);background:linear-gradient(135deg,var(--brand),var(--brand-deep));color:#fff;transition:all .2s var(--ease-out)}.nav__cta:hover{transform:translateY(-1px);box-shadow:0 4px 16px #a78bfa4d;color:#fff}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;padding:100px var(--space-xl) var(--space-4xl)}.hero__bg-glow{position:absolute;top:-30%;left:50%;width:800px;height:800px;transform:translate(-50%);background:radial-gradient(circle at center,rgba(167,139,250,.08) 0%,transparent 60%);pointer-events:none}.hero__inner{position:relative;z-index:1;max-width:1200px;margin:0 auto;width:100%}.hero__tag{display:inline-flex;align-items:center;gap:var(--space-sm);font-size:.8rem;font-weight:500;color:var(--text-muted);background:#a78bfa14;border:1px solid rgba(167,139,250,.15);padding:.3rem .8rem;border-radius:100px;margin-bottom:var(--space-xl);letter-spacing:.02em}.hero__tag-dot{width:6px;height:6px;border-radius:50%;background:var(--terminal-green);animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.hero__title{font-family:var(--font-display);font-size:clamp(2.5rem,7vw,5rem);font-weight:700;letter-spacing:-.04em;line-height:1.05;color:var(--text-primary);margin-bottom:var(--space-lg)}.hero__title-accent{background:linear-gradient(135deg,var(--brand) 0%,var(--cyan) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero__subtitle{font-size:clamp(1rem,1.5vw,1.2rem);line-height:1.7;color:var(--text-muted);max-width:580px;margin-bottom:var(--space-xl)}.hero__actions{display:flex;gap:var(--space-md);margin-bottom:var(--space-3xl);flex-wrap:wrap}.hero__code{max-width:680px}.code-block{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);overflow:hidden;transition:border-color .3s ease}.code-block:hover{border-color:var(--border-active)}.code-block__header{display:flex;align-items:center;gap:var(--space-sm);padding:.6rem 1rem;background:#ffffff05;border-bottom:1px solid var(--border-subtle)}.code-block__dots{display:flex;gap:6px}.code-block__dots span{width:8px;height:8px;border-radius:50%;background:var(--text-dim)}.code-block__dots span:nth-child(1){background:#ef4444}.code-block__dots span:nth-child(2){background:#eab308}.code-block__dots span:nth-child(3){background:#22c55e}.code-block__filename{font-family:var(--font-mono);font-size:.75rem;color:var(--text-muted)}.code-block__body{padding:1rem 1.25rem;font-family:var(--font-mono);font-size:.8rem;line-height:1.7;overflow-x:auto;color:var(--text-muted);-moz-tab-size:2;tab-size:2;white-space:pre}.code-block--terminal .code-block__body{padding:.9rem 1.25rem}.code-block--terminal .code-block__body code{display:block}.code-block--large .code-block__body{font-size:.78rem}.code-block__body code .kw{color:var(--brand)}.code-block__body code .type{color:var(--cyan)}.code-block__body code .fn{color:#fbbf24}.code-block__body code .str{color:var(--terminal-green)}.code-block__body code .num{color:#f472b6}.code-block__body code .op{color:var(--text-dim)}.code-block__body code .comment{color:var(--text-dim);font-style:italic}.code-block__body code .bool{color:#f472b6}.code-block__body code .prompt{color:var(--terminal-green)}.code-block__body code .field{color:#f4f6fb}.code-block__body code .mod{color:var(--brand-deep)}.code-block__body .line-num{color:var(--text-dim);-webkit-user-select:none;user-select:none;padding-right:1em;text-align:right;display:inline-block;min-width:2em}.pipeline{padding:var(--space-5xl) var(--space-xl);position:relative}.pipeline:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:1px;height:100%;background:linear-gradient(to bottom,transparent,var(--border-subtle),transparent);pointer-events:none}.pipeline__flow{display:flex;align-items:center;justify-content:center;gap:0;max-width:1100px;margin:0 auto;flex-wrap:wrap}.pipeline__stage{flex:0 0 150px;text-align:center;padding:var(--space-lg);border-radius:var(--radius-lg);background:var(--bg-surface);border:1px solid var(--border-subtle);transition:all .4s var(--ease-out);position:relative}.pipeline__stage:hover{border-color:var(--brand);background:var(--bg-elevated);transform:translateY(-4px);box-shadow:0 8px 32px #a78bfa1a}.pipeline__stage-icon{width:48px;height:48px;margin:0 auto var(--space-md);display:flex;align-items:center;justify-content:center;color:var(--brand);border-radius:var(--radius-md);background:#a78bfa14;transition:all .3s ease}.pipeline__stage:hover .pipeline__stage-icon{background:#a78bfa26;box-shadow:0 0 20px #a78bfa26}.pipeline__stage-title{font-family:var(--font-display);font-size:.95rem;font-weight:600;color:var(--text-primary);margin-bottom:var(--space-xs)}.pipeline__stage-desc{font-size:.78rem;color:var(--text-muted);line-height:1.5}.pipeline__stage-desc em{color:var(--cyan);font-style:normal}.pipeline__connector{flex:0 0 auto;color:var(--text-dim);opacity:.5}.features{padding:var(--space-5xl) var(--space-xl);position:relative}.features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-lg);max-width:1100px;margin:0 auto}.feature-card{padding:var(--space-xl);border-radius:var(--radius-lg);background:var(--bg-surface);border:1px solid var(--border-subtle);transition:all .35s var(--ease-out)}.feature-card:hover{border-color:var(--border-active);background:var(--bg-elevated);transform:translateY(-3px)}.feature-card--glow{border-color:#a78bfa26}.feature-card__icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md);background:#a78bfa14;color:var(--brand);margin-bottom:var(--space-lg);transition:all .3s ease}.feature-card:hover .feature-card__icon{background:#a78bfa26}.feature-card__title{font-family:var(--font-display);font-size:1.05rem;font-weight:600;color:var(--text-primary);margin-bottom:var(--space-sm)}.feature-card__desc{font-size:.875rem;color:var(--text-muted);line-height:1.65}.feature-card__desc code{font-size:.85em}.code-section{padding:var(--space-5xl) var(--space-xl);position:relative}.code-section__layout{display:grid;grid-template-columns:1fr 340px;gap:var(--space-xl);max-width:1100px;margin:0 auto;align-items:start}.code-section__notes{display:flex;flex-direction:column;gap:var(--space-lg);padding-top:var(--space-sm)}.code-note{display:flex;gap:var(--space-md);padding:var(--space-lg);background:var(--bg-surface);border-radius:var(--radius-md);border:1px solid var(--border-subtle);transition:border-color .3s ease}.code-note:hover{border-color:var(--border-active)}.code-note__num{flex-shrink:0;font-family:var(--font-mono);font-size:.8rem;color:var(--brand);font-weight:600;line-height:1}.code-note h4{font-family:var(--font-display);font-size:.95rem;font-weight:600;color:var(--text-primary);margin-bottom:var(--space-xs)}.code-note p{font-size:.85rem;color:var(--text-muted);line-height:1.6}.code-note p code{font-size:.85em}.quickstart{padding:var(--space-5xl) var(--space-xl)}.quickstart__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-xl);max-width:1100px;margin:0 auto}.quickstart__card{display:flex;flex-direction:column;gap:var(--space-md)}.quickstart__card-title{font-family:var(--font-display);font-size:1.1rem;font-weight:600;color:var(--text-primary)}.quickstart__card .code-block{flex:1}.quickstart__card-footnote{font-size:.8rem;color:var(--text-dim)}.opensource{padding:var(--space-5xl) var(--space-xl)}.opensource__inner{text-align:center;max-width:640px;margin:0 auto}.opensource__badge-group{display:flex;justify-content:center;gap:var(--space-sm);flex-wrap:wrap;margin-bottom:var(--space-xl)}.opensource__badge{font-size:.8rem;font-weight:500;color:var(--text-muted);background:var(--bg-surface);border:1px solid var(--border-subtle);padding:.3rem .8rem;border-radius:100px}.opensource__badge--rust{color:#f74c00;border-color:#f74c0033;background:#f74c000f}.opensource__title{font-family:var(--font-display);font-size:clamp(1.75rem,3vw,2.25rem);font-weight:600;letter-spacing:-.03em;line-height:1.15;color:var(--text-primary);margin-bottom:var(--space-md)}.opensource__desc{font-size:1rem;color:var(--text-muted);line-height:1.7;margin-bottom:var(--space-xl)}.opensource__actions{display:flex;justify-content:center;gap:var(--space-md);flex-wrap:wrap}.footer{border-top:1px solid var(--border-subtle);padding:var(--space-xl) var(--space-xl)}.footer__inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);flex-wrap:wrap}.footer__brand{display:flex;align-items:center;gap:var(--space-sm);font-family:var(--font-display);font-size:.875rem;font-weight:500;color:var(--text-muted)}.footer__links{display:flex;gap:var(--space-lg)}.footer__links a{font-size:.85rem;color:var(--text-muted);transition:color .2s}.footer__links a:hover{color:var(--brand)}.footer__copy{font-size:.8rem;color:var(--text-dim);width:100%;text-align:center;margin-top:var(--space-md)}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s var(--ease-out),transform .6s var(--ease-out)}.reveal--visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}.hero__tag-dot{animation:none}html{scroll-behavior:auto}}@media(max-width:1024px){.code-section__layout{grid-template-columns:1fr}.code-section__notes{flex-direction:row;flex-wrap:wrap}.code-note{flex:1;min-width:200px}.pipeline__flow{justify-content:center}.pipeline__connector{display:none}.pipeline__stage{flex:0 0 calc(50% - var(--space-lg))}}@media(max-width:768px){.hero__title{font-size:clamp(2rem,10vw,3rem)}.features__grid,.quickstart__cards{grid-template-columns:1fr}.code-section__notes{flex-direction:column}.pipeline__stage{flex:0 0 100%}.nav__link{display:none}.nav__inner{padding:0 var(--space-md)}.nav__cta{display:inline-flex}.nav__links{gap:var(--space-md)}}@media(max-width:480px){.hero{padding:80px var(--space-md) var(--space-3xl)}.hero__actions{flex-direction:column}.hero__actions .btn{width:100%;justify-content:center}.pipeline,.features,.code-section,.quickstart,.opensource{padding:var(--space-3xl) var(--space-md)}.opensource__actions{flex-direction:column}.opensource__actions .btn{width:100%;justify-content:center}.footer__links{gap:var(--space-md);flex-wrap:wrap}.code-block__body{font-size:.72rem;padding:.75rem .9rem}.btn,.nav__cta{min-height:44px}.pipeline__stage{min-height:180px}}@media(min-width:1025px){.pipeline__flow{flex-wrap:nowrap;gap:0}}.nav__link--active{color:var(--brand)!important;position:relative}.nav__link--active:after{content:"";position:absolute;bottom:-20px;left:0;right:0;height:2px;background:var(--brand);border-radius:1px}.docs__layout{display:flex;min-height:100vh}.docs__sidebar{position:fixed;top:0;left:0;bottom:0;width:280px;background:var(--bg-surface);border-right:1px solid var(--border-subtle);overflow-y:auto;z-index:50;transition:transform .3s var(--ease-out)}.docs__sidebar-inner{display:flex;flex-direction:column;height:100%}.docs__sidebar-header{padding:var(--space-2xl) var(--space-lg) var(--space-lg);border-bottom:1px solid var(--border-subtle)}.docs__sidebar-title{display:none}.docs__sidebar-brand{display:flex;align-items:center;gap:12px;font-family:var(--font-display);font-weight:700;font-size:1.35rem;color:var(--brand);text-decoration:none;letter-spacing:-.02em;transition:opacity .2s ease}.docs__sidebar-brand:hover{color:var(--brand);opacity:.85}.docs__sidebar-brand svg{flex-shrink:0;transition:transform .3s var(--ease-spring)}.docs__sidebar-brand:hover svg{transform:scale(1.1)}.docs__nav{display:flex;flex-direction:column;padding:var(--space-md) var(--space-sm);flex:1;overflow-y:auto;gap:2px}.docs__nav-link{display:flex;align-items:center;gap:var(--space-sm);padding:.7rem .85rem .7rem calc(.85rem - 3px);border-left:3px solid transparent;font-size:.9rem;font-weight:500;color:var(--text-muted);border-radius:var(--radius-sm);transition:all .2s ease;text-decoration:none;line-height:1.4}.docs__nav-link:hover{color:var(--text-primary);background:var(--bg-hover);border-left-color:#a78bfa33}.docs__nav-link svg{flex-shrink:0;opacity:.5;transition:opacity .2s ease}.docs__nav-link:hover svg{opacity:1}.docs__nav-link--active{color:var(--brand)!important;background:#a78bfa1a;border-left-color:var(--brand)}.docs__nav-link--active svg{opacity:1;color:var(--brand)}.docs__sidebar-footer{padding:var(--space-md) var(--space-lg);border-top:1px solid var(--border-subtle)}.docs__sidebar-github{display:flex;align-items:center;gap:var(--space-sm);font-size:.8rem;color:var(--text-muted);text-decoration:none;transition:color .2s}.docs__sidebar-github:hover{color:var(--text-primary)}.docs__sidebar-toggle{display:none;align-items:center;justify-content:center;position:fixed;top:var(--space-md);left:var(--space-md);z-index:60;width:40px;height:40px;background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);color:var(--text-muted);cursor:pointer;transition:all .2s}.docs__sidebar-toggle:hover{color:var(--text-primary);border-color:var(--border-active)}.docs__mobile-header{display:none;position:fixed;top:0;left:0;right:0;z-index:50;height:56px;padding:0 16px;background:#030308f2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.06);align-items:center;justify-content:space-between}.docs__mobile-brand{display:flex;align-items:center;gap:10px;color:#a78bfa;font-weight:700;font-size:1.05rem;letter-spacing:-.02em;text-decoration:none}.docs__mobile-brand:hover{color:#a78bfa}.docs__sidebar-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#03030899;z-index:45;opacity:0;transition:opacity .3s var(--ease-out);pointer-events:none}.docs__sidebar-overlay--visible{opacity:1;pointer-events:auto}.docs__content{flex:1;margin-left:280px;min-width:0;padding:var(--space-4xl) var(--space-4xl) var(--space-5xl)}.docs__content-inner{max-width:1100px;margin:0 auto}.docs__section{display:none}.docs__section-content{width:100%}.docs__section--active{display:block}.docs__section-header{margin-bottom:var(--space-2xl)}.docs__section-title{font-family:var(--font-display);font-size:clamp(1.75rem,3vw,2.25rem);font-weight:600;letter-spacing:-.03em;line-height:1.15;color:var(--text-primary);margin-bottom:var(--space-sm)}.docs__section-desc{font-size:1.1rem;color:var(--text-muted);line-height:1.7;max-width:800px}.docs__card-list{display:grid;gap:var(--space-md)}.docs__card{display:flex;flex-direction:column;padding:var(--space-lg);background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);text-decoration:none;transition:all .3s var(--ease-out)}.docs__card:hover{border-color:var(--border-active);background:var(--bg-elevated);transform:translateY(-3px);box-shadow:0 8px 32px #a78bfa14}.docs__card-title{font-family:var(--font-display);font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:var(--space-xs)}.docs__card:hover .docs__card-title{color:var(--brand)}.docs__card-desc{font-size:.85rem;color:var(--text-muted);line-height:1.65;margin-bottom:var(--space-sm);flex:1}.docs__card-meta{font-size:.75rem;color:var(--text-dim);font-family:var(--font-mono)}.docs__rendered h1{font-family:var(--font-display);font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;letter-spacing:-.03em;color:var(--text-primary);margin-bottom:var(--space-lg);line-height:1.15}.docs__rendered h2{font-family:var(--font-display);font-size:1.55rem;font-weight:600;letter-spacing:-.02em;color:var(--text-primary);margin-top:var(--space-2xl);margin-bottom:var(--space-md);padding-bottom:var(--space-sm);border-bottom:1px solid var(--border-subtle)}.docs__rendered h3{font-family:var(--font-display);font-size:1.3rem;font-weight:600;color:var(--text-primary);margin-top:var(--space-xl);margin-bottom:var(--space-sm);line-height:1.4}.docs__rendered h4{font-family:var(--font-display);font-size:1rem;font-weight:600;color:var(--text-primary);margin-top:var(--space-lg);margin-bottom:var(--space-sm);line-height:1.4}.docs__rendered p{font-size:1.05rem;color:var(--text-muted);line-height:1.8;margin-bottom:var(--space-md)}.docs__rendered strong{color:var(--text-primary);font-weight:600}.docs__rendered code{font-family:var(--font-mono);font-size:.9em;color:var(--cyan);background:#67e8f914;padding:.2em .45em;border-radius:4px;border:1px solid rgba(103,232,249,.08)}.docs__rendered pre{position:relative;background:var(--bg-elevated);border:1px solid var(--border-subtle);border-left:3px solid var(--brand);border-radius:var(--radius-md);padding:var(--space-lg);overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:var(--space-lg)}.docs__rendered pre code{background:none;padding:0;font-size:.85rem;line-height:1.7;color:var(--text-primary);font-weight:400;-moz-tab-size:2;tab-size:2}.docs__rendered pre code .kw{color:var(--brand)}.docs__rendered pre code .type{color:var(--cyan)}.docs__rendered pre code .fn{color:#fbbf24}.docs__rendered pre code .str{color:var(--terminal-green)}.docs__rendered pre code .num{color:#f472b6}.docs__rendered pre code .op{color:var(--text-dim)}.docs__rendered pre code .com{color:var(--text-dim);font-style:italic}.docs__rendered pre code .bool{color:#f472b6}.docs__rendered pre code .prompt{color:var(--terminal-green)}.docs__rendered pre code.language-lumina{color:#e2e8f0}.docs__rendered pre code.language-bash{color:var(--terminal-green)}.docs__rendered table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%;width:100%;border-collapse:collapse;margin-bottom:var(--space-lg);font-size:.875rem;border:1px solid var(--border-subtle);border-radius:var(--radius-sm)}.docs__rendered thead{background:var(--bg-surface)}.docs__rendered th{font-family:var(--font-display);font-weight:600;color:var(--text-primary);font-size:.8rem;letter-spacing:.03em;padding:.75rem 1rem;border-bottom:2px solid var(--border-active)}.docs__rendered td{padding:.7rem 1rem;color:var(--text-muted);border-bottom:1px solid var(--border-subtle);line-height:1.6}.docs__rendered tbody tr:last-child td{border-bottom:none}.docs__rendered tbody tr:nth-child(2n){background:#ffffff04}.docs__rendered tbody tr:hover{background:#a78bfa0a}.docs__rendered a{color:var(--brand);text-decoration:none;transition:color .2s}.docs__rendered a:hover{color:var(--cyan);text-decoration:underline}.docs__rendered ul,.docs__rendered ol{margin-bottom:var(--space-md);padding-left:var(--space-xl)}.docs__rendered li{font-size:.95rem;color:var(--text-muted);line-height:1.8;margin-bottom:var(--space-xs)}.docs__rendered li>ul,.docs__rendered li>ol{margin-top:var(--space-xs);margin-bottom:0}.docs__rendered li strong{color:var(--text-primary)}.docs__rendered hr{border:none;height:1px;background:linear-gradient(90deg,transparent,var(--border-subtle),var(--border-subtle),transparent);margin:var(--space-2xl) 0}.docs__rendered blockquote{border-left:3px solid var(--brand);padding:var(--space-sm) var(--space-lg);margin-bottom:var(--space-lg);background:#a78bfa0a;border-radius:0 var(--radius-sm) var(--radius-sm) 0}.docs__rendered blockquote p{margin-bottom:0;color:var(--text-muted)}.docs__rendered img{max-width:100%;border-radius:var(--radius-sm);margin:var(--space-lg) 0}.docs__rendered .emoji{font-style:normal}.docs__footer{margin-left:280px}@media(max-width:1024px){.docs__content{padding:var(--space-2xl) var(--space-xl) var(--space-4xl)}}@media(max-width:768px){.docs__mobile-header{display:flex}.docs__sidebar{transform:translate(-100%);width:280px;top:56px;padding-top:0}.docs__sidebar--open{transform:translate(0)}.docs__sidebar-overlay--visible{display:block}.docs__sidebar-toggle{display:flex;position:static}.docs__content{margin-left:0;padding:var(--space-xl) var(--space-md) var(--space-3xl);padding-top:calc(var(--space-xl) + 56px + 16px)}.docs__footer{margin-left:0}.nav__link--active:after{display:none}.docs__nav-link{min-height:44px;padding-top:.65rem;padding-bottom:.65rem}.docs__sidebar-toggle{width:44px;height:44px}.docs__rendered table{font-size:.8rem}.docs__rendered th,.docs__rendered td{padding:.5rem .7rem}}@media(max-width:480px){.docs__content{padding:var(--space-lg) var(--space-sm) var(--space-2xl);padding-top:calc(var(--space-lg) + 56px + 16px)}.docs__section-title{font-size:1.5rem}.docs__sidebar{width:100%}.docs__card{padding:var(--space-md)}.docs__rendered pre{padding:var(--space-md);font-size:.78rem}.docs__rendered pre code{font-size:.78rem}.docs__sidebar-toggle{top:var(--space-sm);left:var(--space-sm)}}
