.astro-animated-tabs[data-astro-cid-i3rqwbdm]{width:100%;font-family:system-ui,-apple-system,sans-serif;--tab-accent: var(--tabs-color, #3b82f6);--tab-bg-inactive: var(--tabs-bg-inactive, #f1f5f9);--tab-text-inactive: var(--tabs-text-inactive, #64748b);--tab-text-active: var(--tabs-text-active, #ffffff);--tab-border: #e2e8f0}.tablist[data-astro-cid-i3rqwbdm]{display:flex;gap:.25rem;background:var(--tab-bg-inactive);padding:.25rem;border-radius:.5rem;position:relative;overflow-x:auto;scrollbar-width:none}.tablist[data-astro-cid-i3rqwbdm]::-webkit-scrollbar{display:none}.indicator[data-astro-cid-i3rqwbdm]{position:absolute;height:calc(100% - .5rem);top:.25rem;left:0;background:var(--tab-accent);border-radius:.375rem;width:0;transform:translate(0);transition:transform .25s cubic-bezier(.4,0,.2,1),width .25s cubic-bezier(.4,0,.2,1);pointer-events:none;opacity:0}[data-astro-cid-i3rqwbdm][data-ready=true] .indicator[data-astro-cid-i3rqwbdm]{opacity:1;transform:translate(calc(var(--indicator-x, 0) * 1px));width:calc(var(--indicator-w, 0) * 1px)}[data-astro-cid-i3rqwbdm][data-variant=underline] .tablist[data-astro-cid-i3rqwbdm]{background:transparent;border-bottom:2px solid var(--tab-border);border-radius:0;padding:0}[data-astro-cid-i3rqwbdm][data-variant=underline] .indicator[data-astro-cid-i3rqwbdm]{height:2px;top:auto;bottom:-2px;left:0;border-radius:0}.tab[data-astro-cid-i3rqwbdm]{border:none;background:transparent;color:var(--tab-text-inactive);font-weight:500;cursor:pointer;position:relative;z-index:1;white-space:nowrap;transition:color .15s ease;padding:.625rem 1rem;font-size:.95rem;flex:0 0 auto;text-align:center}[data-astro-cid-i3rqwbdm][data-full-width=true] .tab[data-astro-cid-i3rqwbdm]{flex:1}.tab[data-astro-cid-i3rqwbdm][data-active=true]{color:var(--tab-text-active)}[data-astro-cid-i3rqwbdm][data-variant=underline] .tab[data-astro-cid-i3rqwbdm][data-active=true]{color:var(--tab-accent)}[data-astro-cid-i3rqwbdm][data-size=sm] .tab[data-astro-cid-i3rqwbdm]{padding:.4rem .75rem;font-size:.875rem}[data-astro-cid-i3rqwbdm][data-size=lg] .tab[data-astro-cid-i3rqwbdm]{padding:.75rem 1.25rem;font-size:1rem}.panels[data-astro-cid-i3rqwbdm]{margin-top:1rem}.panel[data-astro-cid-i3rqwbdm]{display:none;padding:1rem;background:#fff;border-radius:.5rem}[data-astro-cid-i3rqwbdm][data-show-border=true] .panel[data-astro-cid-i3rqwbdm]{border:1px solid var(--tab-border)}.panel[data-astro-cid-i3rqwbdm][data-active=true]{display:block;animation:astroTabsFadeIn .2s ease}@keyframes astroTabsFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.indicator[data-astro-cid-i3rqwbdm],.tab[data-astro-cid-i3rqwbdm],.panel[data-astro-cid-i3rqwbdm][data-active=true]{transition:none!important;animation:none!important}}.created-by[data-astro-cid-gywxpcax]{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding:0;justify-content:right;border-radius:8px}.created-by-avatar[data-astro-cid-gywxpcax]{width:24px;height:24px;border-radius:4px;overflow:hidden;flex-shrink:0}.created-by-avatar[data-astro-cid-gywxpcax] img[data-astro-cid-gywxpcax]{width:100%;height:100%;object-fit:cover}.created-by-info[data-astro-cid-gywxpcax]{display:flex;flex-direction:column;gap:2px}.created-by-label[data-astro-cid-gywxpcax]{font-family:Inter,sans-serif;font-size:14px;color:#4b5563}.created-by-name[data-astro-cid-gywxpcax]{font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:#f9fafb}.playground-container[data-astro-cid-gywxpcax]{display:grid;border:1px solid #1f2937;background:#050505;border-radius:12px;overflow:hidden;width:100%;max-width:100%;min-width:0}.playground-preview[data-astro-cid-gywxpcax]{padding:12px 16px;background:#fff;border-right:1px solid #1f2937;display:flex;align-items:center;justify-content:center;min-width:0;overflow:hidden;box-sizing:border-box}.playground-code[data-astro-cid-gywxpcax]{background:#0d0d0d;padding:0;display:flex;flex-direction:column;min-width:0;max-width:100%;overflow:hidden}.animated-tabs-preview-stage[data-astro-cid-gywxpcax],.animated-tabs-preview-stage[data-astro-cid-gywxpcax] .astro-animated-tabs{width:100%}.animated-tabs-preview-stage[data-astro-cid-gywxpcax] .indicator{display:none!important}.animated-tabs-preview-stage[data-astro-cid-gywxpcax] .tab{flex:1 1 0!important;width:auto!important;min-width:0!important}.animated-tabs-preview-stage[data-astro-cid-gywxpcax] .tab[data-active=true]{background:var(--tab-accent);color:var(--tab-text-active);border-radius:.375rem}.code-header[data-astro-cid-gywxpcax]{background:#15191e;padding:12px 16px;border-bottom:1px solid #2a2a2a;display:flex;align-items:center;justify-content:space-between}.code-header-left[data-astro-cid-gywxpcax]{display:flex;align-items:center;gap:8px;font-family:JetBrains Mono,monospace;font-size:13px;color:#fff}.astro-logo[data-astro-cid-gywxpcax]{color:#ff5d01}.code-content[data-astro-cid-gywxpcax]{padding:20px;font-family:JetBrains Mono,monospace;font-size:13px;line-height:1.6;overflow-x:auto}.code-content[data-astro-cid-gywxpcax] pre[data-astro-cid-gywxpcax]{margin:0;color:#e0e0e0}.code-selector[data-astro-cid-gywxpcax],.code-property[data-astro-cid-gywxpcax]{color:#9cdcfe}.code-value[data-astro-cid-gywxpcax]{color:#ce9178}.installation-block[data-astro-cid-gywxpcax]{background:transparent;border:1px solid #1f2937;border-radius:8px;overflow:hidden}.installation-header[data-astro-cid-gywxpcax]{background:#0b0d10;padding:8px 16px;border-bottom:1px solid #2a2a2a;display:flex;align-items:center;justify-content:space-between}.bash-label[data-astro-cid-gywxpcax]{font-family:JetBrains Mono,monospace;font-size:12px;color:#9ca3af}.copy-icon[data-astro-cid-gywxpcax]{color:#9ca3af;cursor:pointer;transition:color .2s ease}.copy-icon[data-astro-cid-gywxpcax]:hover{color:#f9fafb}.installation-block[data-astro-cid-gywxpcax] pre[data-astro-cid-gywxpcax]{margin:0;padding:16px;background:transparent;font-family:JetBrains Mono,monospace;font-size:14px;color:#e0e0e0}.code-header-text[data-astro-cid-gywxpcax]{color:#9ca3af;font-size:12px;font-family:Inter,sans-serif}.package-name[data-astro-cid-gywxpcax]{color:#10b981}.docs-code-block[data-astro-cid-gywxpcax]{background:#0b0d10;border:1px solid #1f2937;border-radius:8px;overflow:hidden}.docs-code-block[data-astro-cid-gywxpcax] pre[data-astro-cid-gywxpcax]{margin:0;padding:16px;background:transparent;font-family:JetBrains Mono,monospace;font-size:14px;color:#e0e0e0}.string[data-astro-cid-gywxpcax]{color:#ce9178}.comment[data-astro-cid-gywxpcax]{color:#6a9955}.component-name[data-astro-cid-gywxpcax]{color:#4ec9b0}.component[data-astro-cid-gywxpcax]{color:#dcdcaa}.prop[data-astro-cid-gywxpcax]{color:#9cdcfe}.tag[data-astro-cid-gywxpcax]{color:#569cd6}.docs-table[data-astro-cid-gywxpcax]{width:100%;border-collapse:separate;border-spacing:0;background:transparent;border-radius:8px;overflow:hidden}.docs-table[data-astro-cid-gywxpcax] th[data-astro-cid-gywxpcax],.docs-table[data-astro-cid-gywxpcax] td[data-astro-cid-gywxpcax]{padding:12px 16px;text-align:left;border-right:1px solid #1f2937;font-family:Inter,sans-serif}.docs-table[data-astro-cid-gywxpcax] th[data-astro-cid-gywxpcax]:last-child,.docs-table[data-astro-cid-gywxpcax] td[data-astro-cid-gywxpcax]:last-child{border-right:none}.docs-table[data-astro-cid-gywxpcax] th[data-astro-cid-gywxpcax]{background:#0b0d10;font-weight:500;font-size:14px;border-bottom:1px solid #1f2937}.docs-table[data-astro-cid-gywxpcax] td[data-astro-cid-gywxpcax]{color:#9ca3af;font-size:14px;border-bottom:1px solid #1f2937;background:transparent}.docs-table[data-astro-cid-gywxpcax] tr[data-astro-cid-gywxpcax]:last-child td[data-astro-cid-gywxpcax]{border-bottom:none}.docs-table[data-astro-cid-gywxpcax] td[data-astro-cid-gywxpcax]:first-child code[data-astro-cid-gywxpcax]{background:transparent;padding:2px 6px;border-radius:4px;font-family:Inter,sans-serif;font-size:14px}.docs-table[data-astro-cid-gywxpcax] td[data-astro-cid-gywxpcax]:not(:first-child) code[data-astro-cid-gywxpcax]{background:#1f2937;padding:2px 6px;border-radius:4px;font-family:JetBrains Mono,monospace;font-size:12px;margin-right:8px;display:inline-block;margin-bottom:6px}.docs-table[data-astro-cid-gywxpcax] td[data-astro-cid-gywxpcax]:not(:first-child) code[data-astro-cid-gywxpcax]:last-child{margin-right:0}.related-grid[data-astro-cid-gywxpcax]{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:24px}.related-card[data-astro-cid-gywxpcax]{aspect-ratio:16/9;border:1px solid #1f2937;background:#050505;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#4b5563;font-family:Inter,sans-serif;font-size:14px}.related-card[data-astro-cid-gywxpcax].empty{background:#0a0a0a}.docs-footer-nav[data-astro-cid-gywxpcax]{margin-top:60px;padding-top:40px;border-top:1px solid #1f2937}.component-link[data-astro-cid-gywxpcax]{color:#9ca3af}.credits-link[data-astro-cid-gywxpcax]{color:#60a5fa}.component-link[data-astro-cid-gywxpcax]:hover{color:#ff953d}.highlight-preview-grid[data-astro-cid-gywxpcax]{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;width:100%;color:#111827;font-family:Inter,sans-serif}.highlight-preview-item[data-astro-cid-gywxpcax]{min-height:150px;padding:22px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;display:flex;flex-direction:column;justify-content:center;gap:14px}.highlight-preview-item[data-astro-cid-gywxpcax] span[data-astro-cid-gywxpcax]{color:#6b7280;font-size:13px;font-weight:500}.highlight-preview-item[data-astro-cid-gywxpcax] strong[data-astro-cid-gywxpcax]{color:#111827;font-size:24px;line-height:1.5;font-weight:700}.profile-content[data-astro-cid-gywxpcax],.settings-content[data-astro-cid-gywxpcax]{color:#000}@media(max-width:760px){.highlight-preview-grid[data-astro-cid-gywxpcax]{grid-template-columns:1fr}}@media(max-width:1024px){.playground-container[data-astro-cid-gywxpcax]{grid-template-columns:1fr;min-height:auto}.playground-preview[data-astro-cid-gywxpcax]{border-right:none;border-bottom:1px solid #1f2937;padding:12px 16px}.animated-card-container[data-astro-cid-gywxpcax]{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.related-grid[data-astro-cid-gywxpcax]{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.playground-container[data-astro-cid-gywxpcax]{width:min(100%,calc(100vw - 48px));max-width:100%;grid-template-columns:minmax(0,1fr);margin-inline:auto}.playground-preview[data-astro-cid-gywxpcax]{width:100%;max-width:100%;padding:12px 16px}}
