.hc-root{min-height:100vh;background:var(--hc-bg,#f7f8fb);color:var(--hc-fg,#151821);font-family:var(--hc-body-font,var(--hc-font,var(--font-sans),ui-sans-serif,system-ui,sans-serif));--hc-surface-solid:var(--hc-surface,#ffffff);--hc-z-hero:20;--hc-z-dropdown:40;--hc-z-modal:50;--hc-z-lightbox:60}.hc-root h1,.hc-root h2,.hc-root h3,.hc-root h4{font-family:var(--hc-heading-font,var(--hc-body-font,inherit))}.hc-hero{background:var(--hc-hero,#f6f8ff);color:var(--hc-hero-fg,#151821);position:relative;z-index:var(--hc-z-hero,20);overflow:visible}.hc-hero-muted{color:var(--hc-hero-muted,rgba(255,255,255,.85))}.hc-hero--illustreret{position:relative}.hc-hero--illustreret.hc-hero--image{background-image:linear-gradient(180deg,rgba(0,0,0,.28),rgba(0,0,0,.42)),var(--hc-hero-image);background-size:cover;background-position:50%}.hc-hero--bg-image,.hc-hero--bg-overlay{position:relative;background-color:var(--hc-accent,#5b5bf6);background-image:var(--hc-hero-image);background-size:cover;background-position:50%}.hc-hero--bg-image:before{background:linear-gradient(180deg,rgba(0,0,0,.25),rgba(0,0,0,.45))}.hc-hero--bg-image:before,.hc-hero--bg-overlay:before{content:"";position:absolute;inset:0;pointer-events:none}.hc-hero--bg-overlay:before{background:linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.32)),var(--hc-hero-overlay-color,var(--hc-accent,#5b5bf6));opacity:var(--hc-hero-overlay-opacity,.2)}.hc-hero--clean,.hc-hero--minimal{border-bottom:1px solid var(--hc-border,#e6e9f0)}.hc-card{background:var(--hc-card-bg,var(--hc-surface,#fff));border:var(--hc-card-border,1px solid var(--hc-border,#e6e9f0));border-radius:var(--hc-radius,1rem);box-shadow:var(--hc-card-shadow,none);transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.hc-card:hover{border-color:var(--hc-accent,#5b5bf6);box-shadow:0 8px 24px rgba(16,24,40,.1)}@media (prefers-reduced-motion:no-preference){.hc-card:hover{transform:translateY(-2px)}}.hc-icon-badge{background:var(--hc-accent-soft,#eef0fe);color:var(--hc-accent,#5b5bf6)}.hc-article-card{text-align:left}.hc-article-card-img{display:block;width:100%;height:9rem;object-fit:cover;border-bottom:1px solid var(--hc-border,#e6e9f0)}.hc-clamp-3{display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.hc-article-layout{display:grid;grid-template-columns:1fr;gap:2rem;align-items:start}@media (min-width:1024px){.hc-article-layout{grid-template-columns:minmax(0,1fr) 18rem}.hc-article-aside{position:sticky;top:1.5rem}}.hc-article-main{max-width:48rem}.hc-article-aside{display:flex;flex-direction:column;gap:1rem}.hc-aside-card{background:var(--hc-card-bg,var(--hc-surface,#fff));border:var(--hc-card-border,1px solid var(--hc-border,#e6e9f0));border-radius:var(--hc-radius,.9rem);box-shadow:var(--hc-card-shadow,none);padding:1rem 1.1rem}.hc-aside-title{font-size:.7rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--hc-faint,#8a92a3)}.hc-aside-cat{color:var(--hc-accent,#5b5bf6)}.hc-aside-cat:hover{text-decoration:underline;text-underline-offset:2px}.hc-aside-link:hover{background:var(--hc-surface-2,#f1f3f8)}.hc-accent-btn{background:var(--hc-accent,#5b5bf6);color:var(--hc-accent-fg,#fff);transition:filter .15s ease}.hc-accent-btn:hover{filter:brightness(.93)}.hc-search-input{background:var(--hc-surface,#fff);border:1px solid var(--hc-border,#e6e9f0);border-radius:var(--hc-radius,.75rem);color:var(--hc-fg,#151821)}.hc-search-input::placeholder{color:var(--hc-faint,#8a92a3)}.hc-search-input:focus{outline:none;border-color:var(--hc-accent,#5b5bf6);box-shadow:0 0 0 3px var(--hc-accent-soft,#eef0fe)}.hc-prose{color:var(--hc-fg,#151821);font-size:1rem;line-height:1.7}.hc-prose h2{font-size:1.35rem;font-weight:600;margin:1.75rem 0 .75rem;line-height:1.3}.hc-prose h3{font-size:1.15rem;font-weight:600;margin:1.5rem 0 .5rem}.hc-prose h4{font-size:1rem;font-weight:600;margin:1.25rem 0 .5rem}.hc-prose p{margin:.85rem 0}.hc-prose ol,.hc-prose ul{margin:.85rem 0;padding-left:1.4rem}.hc-prose ul{list-style:disc}.hc-prose ol{list-style:decimal}.hc-prose li{margin:.3rem 0}.hc-prose a{color:var(--hc-accent,#5b5bf6);text-decoration:underline;text-underline-offset:2px}.hc-prose strong{font-weight:600}.hc-prose em{font-style:italic}.hc-prose code{border:1px solid var(--hc-border,#e6e9f0);border-radius:.3rem;padding:.1rem .35rem;font-size:.875em;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.hc-prose code,.hc-prose pre{background:var(--hc-surface-2,#f1f3f8)}.hc-prose pre{border:1px solid var(--hc-border,#e6e9f0);border-radius:.6rem;padding:.9rem 1rem;overflow-x:auto;margin:1rem 0}.hc-prose pre code{background:none;border:none;padding:0;font-size:.85rem}.hc-prose blockquote{border-left:3px solid var(--hc-accent,#5b5bf6);background:var(--hc-surface-2,#f1f3f8);padding:.6rem 1rem;margin:1rem 0;border-radius:0 .4rem .4rem 0;color:var(--hc-muted,#5b6472)}.hc-prose hr{border:none;border-top:1px solid var(--hc-border,#e6e9f0);margin:1.75rem 0}.hc-prose table{width:100%;border-collapse:collapse;margin:1rem 0;font-size:.9rem;display:block;overflow-x:auto}.hc-prose td,.hc-prose th{border:1px solid var(--hc-border,#e6e9f0);padding:.5rem .75rem;text-align:left}.hc-prose th{background:var(--hc-surface-2,#f1f3f8);font-weight:600}.hc-prose .hc-img{display:block;margin:1.1rem 0}.hc-prose .hc-lb-toggle{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.hc-prose .hc-lb-open{display:block;cursor:zoom-in}.hc-prose .hc-lb-open img{display:block;max-width:100%;height:auto;border-radius:.7rem;border:1px solid var(--hc-border,#e6e9f0);transition:filter .15s ease}.hc-prose .hc-lb-open:hover img{filter:brightness(.97)}.hc-prose .hc-lb-overlay{display:none;position:fixed;inset:0;z-index:var(--hc-z-lightbox,60);align-items:center;justify-content:center;padding:1.5rem;background:rgba(8,11,18,.82);cursor:zoom-out;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.hc-prose .hc-lb-overlay img{max-width:96vw;max-height:92vh;border-radius:.6rem;box-shadow:0 24px 60px rgba(0,0,0,.5)}.hc-prose .hc-lb-toggle:checked+.hc-lb-open+.hc-lb-overlay{display:flex}.hc-prose .hc-embed{position:relative;width:100%;padding-top:56.25%;margin:1.1rem 0;border-radius:.7rem;overflow:hidden;border:1px solid var(--hc-border,#e6e9f0);background:#000}.hc-prose .hc-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.hc-prose .hc-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.6rem;margin:1.1rem 0}.hc-prose .hc-gallery-item{display:block;min-width:0}.hc-prose .hc-gallery .hc-img{margin:0}.hc-prose .hc-gallery .hc-lb-open img{width:100%;aspect-ratio:4/3;object-fit:cover}@media (max-width:480px){.hc-prose .hc-gallery{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}.hc-prose .hc-callout{display:flex;gap:.75rem;margin:1.25rem 0;padding:.9rem 1rem;border-radius:.7rem;border:1px solid var(--hc-border,#e6e9f0);border-left-width:4px;background:var(--hc-surface-2,#f1f3f8)}.hc-prose .hc-callout-icon{flex:0 0 auto;width:1.25rem;height:1.25rem;margin-top:.1rem}.hc-prose .hc-callout-icon svg{width:100%;height:100%}.hc-prose .hc-callout-body{min-width:0;flex:1 1 auto}.hc-prose .hc-callout-body>:first-child{margin-top:0}.hc-prose .hc-callout-body>:last-child{margin-bottom:0}.hc-prose .hc-callout-title{font-weight:600;margin:0 0 .25rem}.hc-prose .hc-callout--info{border-left-color:#3b82f6;background:color-mix(in srgb,#3b82f6 8%,var(--hc-surface,#fff))}.hc-prose .hc-callout--info .hc-callout-icon{color:#2563eb}.hc-prose .hc-callout--tip{border-left-color:#10b981;background:color-mix(in srgb,#10b981 9%,var(--hc-surface,#fff))}.hc-prose .hc-callout--tip .hc-callout-icon{color:#059669}.hc-prose .hc-callout--warning{border-left-color:#f59e0b;background:color-mix(in srgb,#f59e0b 11%,var(--hc-surface,#fff))}.hc-prose .hc-callout--warning .hc-callout-icon{color:#d97706}.hc-prose .hc-callout--danger{border-left-color:#ef4444;background:color-mix(in srgb,#ef4444 9%,var(--hc-surface,#fff))}.hc-prose .hc-callout--danger .hc-callout-icon{color:#dc2626}.hc-prose .hc-callout--note{border-left-color:var(--hc-accent,#5b5bf6);background:var(--hc-accent-soft,#eef0fe)}.hc-prose .hc-callout--note .hc-callout-icon{color:var(--hc-accent,#5b5bf6)}.hc-prose .hc-steps{list-style:none;margin:1.25rem 0;padding:0;counter-reset:hc-step}.hc-prose .hc-step{display:flex;gap:.85rem;padding:.2rem 0 1.1rem;position:relative}.hc-prose .hc-step:not(:last-child):before{content:"";position:absolute;left:.9rem;top:2rem;bottom:0;width:2px;background:var(--hc-border,#e6e9f0)}.hc-prose .hc-step-num{flex:0 0 auto;width:1.8rem;height:1.8rem;border-radius:50%;background:var(--hc-accent,#5b5bf6);color:var(--hc-accent-fg,#fff);display:inline-flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:600;z-index:1}.hc-prose .hc-step-body{min-width:0;flex:1 1 auto;padding-top:.15rem}.hc-prose .hc-step-body>:first-child{margin-top:0}.hc-prose .hc-step-body>:last-child{margin-bottom:0}.hc-prose .hc-faq{margin:1.25rem 0;border:1px solid var(--hc-border,#e6e9f0);border-radius:.7rem;overflow:hidden}.hc-prose .hc-faq-item+.hc-faq-item{border-top:1px solid var(--hc-border,#e6e9f0)}.hc-prose .hc-faq-q{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.85rem 1rem;font-weight:600;background:var(--hc-surface,#fff);transition:background .12s ease}.hc-prose .hc-faq-q::-webkit-details-marker{display:none}.hc-prose .hc-faq-q:hover{background:var(--hc-surface-2,#f1f3f8)}.hc-prose .hc-faq-chev{flex:0 0 auto;width:1.1rem;height:1.1rem;color:var(--hc-faint,#8a92a3);transition:transform .18s ease}.hc-prose .hc-faq-chev svg{width:100%;height:100%}.hc-prose .hc-faq-item[open] .hc-faq-chev{transform:rotate(180deg)}.hc-prose .hc-faq-a{padding:.2rem 1rem .95rem;background:var(--hc-surface,#fff)}.hc-prose .hc-faq-a>:first-child{margin-top:0}.hc-prose .hc-faq-a>:last-child{margin-bottom:0}.hc-prose .hc-tabs{margin:1.25rem 0;border:1px solid var(--hc-border,#e6e9f0);border-radius:.7rem;overflow:hidden}.hc-prose .hc-tab-radio{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.hc-prose .hc-tab-bar{display:flex;flex-wrap:wrap;gap:.15rem;padding:.35rem .35rem 0;background:var(--hc-surface-2,#f1f3f8);border-bottom:1px solid var(--hc-border,#e6e9f0)}.hc-prose .hc-tab-label{cursor:pointer;padding:.45rem .85rem;border-radius:.5rem .5rem 0 0;font-size:.9rem;font-weight:500;color:var(--hc-muted,#5b6472);border:1px solid transparent;border-bottom:none;transition:background .12s ease,color .12s ease}.hc-prose .hc-tab-label:hover{color:var(--hc-fg,#151821)}.hc-prose .hc-tab-panels>.hc-tab-panel{display:none;padding:1rem}.hc-prose .hc-tab-panel>:first-child{margin-top:0}.hc-prose .hc-tab-panel>:last-child{margin-bottom:0}.hc-prose .hc-tab-radio:first-of-type:checked~.hc-tab-bar .hc-tab-label:first-of-type,.hc-prose .hc-tab-radio:nth-of-type(2):checked~.hc-tab-bar .hc-tab-label:nth-of-type(2),.hc-prose .hc-tab-radio:nth-of-type(3):checked~.hc-tab-bar .hc-tab-label:nth-of-type(3),.hc-prose .hc-tab-radio:nth-of-type(4):checked~.hc-tab-bar .hc-tab-label:nth-of-type(4),.hc-prose .hc-tab-radio:nth-of-type(5):checked~.hc-tab-bar .hc-tab-label:nth-of-type(5),.hc-prose .hc-tab-radio:nth-of-type(6):checked~.hc-tab-bar .hc-tab-label:nth-of-type(6){background:var(--hc-surface,#fff);color:var(--hc-accent,#5b5bf6);border-color:var(--hc-border,#e6e9f0)}.hc-prose .hc-tab-radio:first-of-type:checked~.hc-tab-panels .hc-tab-panel:first-of-type,.hc-prose .hc-tab-radio:nth-of-type(2):checked~.hc-tab-panels .hc-tab-panel:nth-of-type(2),.hc-prose .hc-tab-radio:nth-of-type(3):checked~.hc-tab-panels .hc-tab-panel:nth-of-type(3),.hc-prose .hc-tab-radio:nth-of-type(4):checked~.hc-tab-panels .hc-tab-panel:nth-of-type(4),.hc-prose .hc-tab-radio:nth-of-type(5):checked~.hc-tab-panels .hc-tab-panel:nth-of-type(5),.hc-prose .hc-tab-radio:nth-of-type(6):checked~.hc-tab-panels .hc-tab-panel:nth-of-type(6){display:block}.hc-prose .hc-tab-radio:focus-visible+.hc-tab-bar{outline:2px solid var(--hc-accent,#5b5bf6);outline-offset:-2px}.hc-prose .hc-code{margin:1.1rem 0;border:1px solid var(--hc-border,#e6e9f0);border-radius:.6rem;overflow:hidden}.hc-prose .hc-code-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.3rem .4rem .3rem .7rem;background:var(--hc-surface-2,#f1f3f8);border-bottom:1px solid var(--hc-border,#e6e9f0)}.hc-prose .hc-code-lang{font-size:.7rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--hc-faint,#8a92a3)}.hc-prose .hc-code-copy{display:inline-flex;align-items:center;gap:.35rem;padding:.2rem .5rem;border:1px solid transparent;border-radius:.4rem;background:transparent;color:var(--hc-muted,#5b6472);font-size:.72rem;font-weight:600;cursor:pointer;transition:background .12s ease,color .12s ease,border-color .12s ease}.hc-prose .hc-code-copy:hover{background:var(--hc-surface,#fff);border-color:var(--hc-border,#e6e9f0);color:var(--hc-fg,#151821)}.hc-prose .hc-code-copy:focus-visible{outline:2px solid var(--hc-accent,#5b5bf6);outline-offset:1px}.hc-prose .hc-code-copy-ico{width:.95rem;height:.95rem;flex:0 0 auto}.hc-prose .hc-code-copy-done{display:none;color:#16a34a}.hc-prose .hc-code-copy.is-copied .hc-code-copy-copy{display:none}.hc-prose .hc-code-copy.is-copied .hc-code-copy-done{display:inline}.hc-prose .hc-code-copy.is-copied{color:#16a34a}.hc-prose .hc-code-copy-label:empty{display:none}.hc-toc-list{list-style:none;margin:.5rem 0 0;padding:0}.hc-toc-list li{margin:0}.hc-toc-sub{padding-left:.85rem}.hc-toc-link{display:block;padding:.3rem .5rem;border-radius:.45rem;border-left:2px solid transparent;font-size:.85rem;line-height:1.35;color:var(--hc-muted,#5b6472);text-decoration:none;transition:background .12s ease,color .12s ease,border-color .12s ease}.hc-toc-link:hover{background:var(--hc-surface-2,#f1f3f8);color:var(--hc-fg,#151821);border-left-color:var(--hc-accent,#5b5bf6)}.hc-toc-collapsible{margin-bottom:1.5rem;border:1px solid var(--hc-border,#e6e9f0);border-radius:var(--hc-radius,.7rem);background:var(--hc-surface,#fff);padding:.4rem .6rem}.hc-toc-collapsible>summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.4rem;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--hc-faint,#8a92a3)}.hc-toc-collapsible>summary::-webkit-details-marker{display:none}.hc-toc-chev{width:1rem;height:1rem;transition:transform .18s ease}.hc-toc-collapsible[open] .hc-toc-chev{transform:rotate(180deg)}.hc-prose .hc-code pre{margin:0;border:none;border-radius:0}.hc-prose .tok-kw{color:#8b5cf6;font-weight:600}.hc-prose .tok-str{color:#16a34a}.hc-prose .tok-num{color:#d97706}.hc-prose .tok-com{color:var(--hc-faint,#8a92a3);font-style:italic}.hc-prose .hc-file{display:inline-flex;align-items:center;gap:.7rem;margin:.6rem 0;padding:.6rem .85rem;border:1px solid var(--hc-border,#e6e9f0);border-radius:.6rem;background:var(--hc-surface,#fff);text-decoration:none;color:var(--hc-fg,#151821);max-width:100%;transition:border-color .15s ease,box-shadow .15s ease}.hc-prose .hc-file:hover{border-color:var(--hc-accent,#5b5bf6);box-shadow:0 6px 18px rgba(16,24,40,.08)}.hc-prose .hc-file-icon{flex:0 0 auto;width:1.6rem;height:1.6rem;color:var(--hc-accent,#5b5bf6)}.hc-prose .hc-file-icon svg{width:100%;height:100%}.hc-prose .hc-file-body{min-width:0;display:flex;flex-direction:column;line-height:1.3}.hc-prose .hc-file-name{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hc-prose .hc-file-meta{font-size:.72rem;color:var(--hc-faint,#8a92a3)}.hc-prose .hc-file-dl{flex:0 0 auto;width:1.05rem;height:1.05rem;color:var(--hc-faint,#8a92a3);margin-left:.3rem}.hc-prose .hc-file-dl svg{width:100%;height:100%}.hc-theme--gradient .hc-hero{background-attachment:fixed}.hc-theme--gradient .hc-card:hover{box-shadow:0 12px 30px rgba(91,91,246,.16)}.hc-theme--clean .hc-hero{border-bottom:1px solid var(--hc-border,#e6e9f0)}.hc-theme--clean .hc-card{box-shadow:0 1px 2px rgba(16,24,40,.05)}.hc-theme--minimal .hc-hero{border-bottom:1px solid var(--hc-border,#ececef)}.hc-theme--minimal .hc-hero h1{font-weight:600;letter-spacing:-.01em}.hc-theme--minimal .hc-card{box-shadow:none}.hc-theme--minimal .hc-card:hover{box-shadow:none;border-color:var(--hc-fg,#111317)}.hc-theme--minimal .hc-icon-badge{background:transparent;border:1px solid var(--hc-border,#ececef)}.hc-theme--illustreret .hc-hero{position:relative}.hc-theme--illustreret .hc-hero h1{font-weight:800;letter-spacing:-.02em}.hc-theme--illustreret .hc-card{border-radius:var(--hc-radius-lg,1.75rem)}.hc-theme--illustreret .hc-icon-badge{border-radius:1rem}.hc-theme--illustreret .hc-accent-btn,.hc-theme--illustreret .hc-search-input{border-radius:999px}.hc-theme--editorial .hc-hero{border-bottom:2px solid var(--hc-fg,#1c1a17)}.hc-theme--editorial .hc-hero h1{font-weight:700;letter-spacing:-.01em;line-height:1.1}.hc-theme--editorial .hc-card{border-radius:var(--hc-radius,.25rem);box-shadow:none;border-top:3px solid var(--hc-accent,#9a3412)}.hc-theme--editorial .hc-card:hover{box-shadow:none;background:var(--hc-surface-2,#f3efe7)}.hc-theme--editorial .hc-icon-badge{border-radius:0;background:transparent;color:var(--hc-accent,#9a3412)}.hc-theme--editorial .hc-prose h2{font-family:var(--hc-heading-font);font-weight:700;letter-spacing:-.01em}.hc-theme--bold .hc-hero h1{font-weight:900;letter-spacing:-.03em;font-size:clamp(2rem,7vw,3.5rem)}.hc-theme--bold .hc-card{border-radius:var(--hc-radius-lg,2rem);border:2px solid var(--hc-fg,#171205);box-shadow:6px 6px 0 var(--hc-fg,#171205)}.hc-theme--bold .hc-card:hover{transform:translate(-2px,-2px);box-shadow:8px 8px 0 var(--hc-accent,#f59e0b);border-color:var(--hc-fg,#171205)}.hc-theme--bold .hc-icon-badge{background:var(--hc-accent,#f59e0b);color:var(--hc-fg,#171205);border-radius:1rem}.hc-theme--bold .hc-accent-btn,.hc-theme--bold .hc-search-input{border-radius:999px;border:2px solid var(--hc-fg,#171205)}.hc-theme--bold h2{font-weight:800;letter-spacing:-.02em}.hc-theme--docs .hc-hero{border-bottom:1px solid var(--hc-border,#e3e6ea)}.hc-theme--docs .hc-hero h1{font-weight:600;font-size:clamp(1.4rem,4vw,2rem)}.hc-theme--docs .hc-card{border-radius:var(--hc-radius,.375rem);box-shadow:none}.hc-theme--docs .hc-card:hover{box-shadow:none;border-color:var(--hc-accent,#0969da);background:var(--hc-surface-2,#f4f5f7)}.hc-theme--docs .hc-card>div{padding:1rem 1.1rem;gap:.5rem}.hc-theme--docs .hc-icon-badge{width:2rem;height:2rem;border-radius:var(--hc-radius,.375rem)}.hc-theme--aurora{background-image:radial-gradient(60% 40% at 15% 0,color-mix(in srgb,var(--hc-accent) 22%,transparent),transparent 70%),radial-gradient(50% 45% at 95% 10%,color-mix(in srgb,var(--hc-accent) 16%,transparent),transparent 70%);background-attachment:fixed}.hc-theme--aurora .hc-hero{position:relative}.hc-theme--aurora .hc-hero h1{font-weight:700;letter-spacing:-.02em}.hc-theme--aurora .hc-aside-card,.hc-theme--aurora .hc-card{background:var(--hc-card-bg);border:var(--hc-card-border);border-radius:var(--hc-radius,1.5rem);-webkit-backdrop-filter:blur(14px) saturate(140%);backdrop-filter:blur(14px) saturate(140%)}.hc-theme--aurora .hc-card:hover{border-color:var(--hc-accent);box-shadow:var(--hc-card-shadow)}.hc-theme--aurora .hc-icon-badge{background:var(--hc-accent-soft);color:var(--hc-accent);border:1px solid var(--hc-border);border-radius:1rem}.hc-theme--aurora .hc-search-input{background:var(--hc-surface-2);border-color:var(--hc-border);color:var(--hc-fg);border-radius:var(--hc-radius,1.5rem);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hc-theme--aurora .hc-search-input::placeholder{color:var(--hc-faint)}.hc-theme--aurora .hc-accent-btn{border-radius:var(--hc-radius,1.5rem)}.hc-theme--aurora .hc-prose .hc-callout,.hc-theme--aurora .hc-prose .hc-code,.hc-theme--aurora .hc-prose .hc-faq,.hc-theme--aurora .hc-prose .hc-file,.hc-theme--aurora .hc-prose .hc-tabs,.hc-theme--aurora .hc-prose blockquote,.hc-theme--aurora .hc-prose code,.hc-theme--aurora .hc-prose pre{background:var(--hc-surface-2);border-color:var(--hc-border)}@media (prefers-reduced-motion:reduce){.hc-theme--aurora,.hc-theme--gradient .hc-hero{background-attachment:scroll}.hc-theme--bold .hc-card:hover{transform:none}}.hc-layout--cards .hc-cards-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;list-style:none;margin:0;padding:0}@media (min-width:768px){.hc-layout--cards .hc-cards-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}}.hc-layout--cards .hc-cards-tile{min-height:12.5rem}.hc-layout--cards .hc-cards-tile-icon{width:3.25rem;height:3.25rem}.hc-layout--cards .hc-cards-tile-icon svg{width:1.75rem;height:1.75rem}.hc-layout--cards .hc-cards-tile-arrow{background:var(--hc-accent-soft,#eef0fe);transition:transform .15s ease,background .15s ease}.hc-layout--cards .hc-cards-tile:hover .hc-cards-tile-arrow{transform:translateX(2px)}.hc-layout--sidebar-docs .hc-docs{display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:start}.hc-layout--sidebar-docs .hc-docs-nav-toggle{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.hc-layout--sidebar-docs .hc-docs-nav-btn{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;padding:.7rem .9rem;border:1px solid var(--hc-border,#e6e9f0);border-radius:var(--hc-radius,.75rem);background:var(--hc-surface,#fff);color:var(--hc-fg,#151821);font-size:.9rem;font-weight:600;cursor:pointer;user-select:none}.hc-layout--sidebar-docs .hc-docs-nav-chev{color:var(--hc-faint,#8a92a3);transition:transform .18s ease}.hc-layout--sidebar-docs .hc-docs-nav-toggle:checked~.hc-docs-nav-btn .hc-docs-nav-chev{transform:rotate(180deg)}.hc-layout--sidebar-docs .hc-docs-nav-toggle:focus-visible~.hc-docs-nav-btn{outline:2px solid var(--hc-accent,#5b5bf6);outline-offset:2px}.hc-layout--sidebar-docs .hc-docs-tree{display:none;margin-top:.6rem;padding:.4rem;border:1px solid var(--hc-border,#e6e9f0);border-radius:var(--hc-radius,.75rem);background:var(--hc-surface,#fff)}.hc-layout--sidebar-docs .hc-docs-nav-toggle:checked~.hc-docs-tree{display:block}.hc-layout--sidebar-docs .hc-docs-tree-title{padding:.4rem .55rem;font-size:.68rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--hc-faint,#8a92a3)}.hc-layout--sidebar-docs .hc-docs-tree-list{list-style:none;margin:0;padding:0}.hc-layout--sidebar-docs .hc-docs-tree-link{padding:.5rem .55rem;border-radius:.5rem;font-size:.9rem;color:var(--hc-muted,#5b6472);border-left:2px solid transparent;transition:background .12s ease,color .12s ease,border-color .12s ease}.hc-layout--sidebar-docs .hc-docs-tree-link:hover{background:var(--hc-surface-2,#f1f3f8);color:var(--hc-fg,#151821);border-left-color:var(--hc-accent,#5b5bf6)}.hc-layout--sidebar-docs .hc-docs-tree-count{font-size:.72rem}.hc-layout--sidebar-docs .hc-docs-index{list-style:none;margin:0;padding:0;border-top:1px solid var(--hc-border,#e6e9f0)}.hc-layout--sidebar-docs .hc-docs-index>li{border-bottom:1px solid var(--hc-border,#e6e9f0)}.hc-layout--sidebar-docs .hc-docs-index-row{padding:1.1rem .25rem;transition:background .12s ease}.hc-layout--sidebar-docs .hc-docs-index-row:hover{background:var(--hc-surface-2,#f1f3f8)}.hc-layout--sidebar-docs .hc-docs-index-row:hover .hc-docs-index-ico{color:var(--hc-accent,#5b5bf6)}.hc-layout--sidebar-docs .hc-docs-rail{display:none}@media (min-width:1024px){.hc-layout--sidebar-docs .hc-docs{grid-template-columns:15rem minmax(0,1fr);gap:2.5rem}.hc-layout--sidebar-docs .hc-docs-nav-btn{display:none}.hc-layout--sidebar-docs .hc-docs-tree{display:block;position:sticky;top:1.5rem;margin-top:0}}@media (min-width:1280px){.hc-layout--sidebar-docs .hc-docs{grid-template-columns:15rem minmax(0,1fr) 14rem}.hc-layout--sidebar-docs .hc-docs-rail{display:block;position:sticky;top:1.5rem}}.hc-layout--search-first .hc-sf-wrap{max-width:42rem}.hc-layout--search-first .hc-sf-heading{margin-bottom:.5rem}.hc-layout--search-first .hc-sf-list{list-style:none;margin:0;padding:0;border-top:1px solid var(--hc-border,#e6e9f0)}.hc-layout--search-first .hc-sf-list>li{border-bottom:1px solid var(--hc-border,#e6e9f0)}.hc-layout--search-first .hc-sf-row{padding:1rem .5rem;border-radius:.6rem;transition:background .12s ease}.hc-layout--search-first .hc-sf-row:hover{background:var(--hc-surface-2,#f1f3f8)}.hc-layout--search-first .hc-sf-ico{background:var(--hc-accent-soft,#eef0fe);transition:transform .15s ease}.hc-layout--search-first .hc-sf-row:hover .hc-sf-ico{transform:scale(1.05)}@media (prefers-reduced-motion:reduce){.hc-layout--cards .hc-cards-tile:hover .hc-cards-tile-arrow,.hc-layout--search-first .hc-sf-arrow,.hc-layout--search-first .hc-sf-row:hover .hc-sf-ico{transform:none}}