.logo-dark{display:none}.logo-light,html.dark .logo-dark{display:block}html.dark .logo-light{display:none}.glossary-tooltip{background-color:var(--x-color-neutral-50,#fafafa);border:1px solid var(--x-color-neutral-200,#e5e5e5);color:var(--x-color-neutral-900,#111111)}html.dark .glossary-tooltip{background-color:var(--x-color-neutral-800,#1a1a1a);border:1px solid var(--x-color-neutral-700,#333333);color:var(--x-color-neutral-50,#fafafa)}:not(pre)>code.nextra-code{background-color:rgba(0,0,0,.06);border-color:rgba(0,0,0,.08);color:inherit}html.dark :not(pre)>code.nextra-code{background-color:rgba(255,255,255,.1);border-color:rgba(255,255,255,.1)}:root{--nextra-primary-hue:210!important;--nextra-primary-saturation:53%!important;--nextra-primary-lightness:44%!important;--x-code-font:Menlo,Consolas,"Courier New",monospace;--nextra-code-font:Menlo,Consolas,"Courier New",monospace}code,kbd,pre{font-family:Menlo,Consolas,Courier New,monospace!important}html.dark{:root{--nextra-primary-hue:210!important;--nextra-primary-saturation:53%!important;--nextra-primary-lightness:55%!important}}.sp-container{border-radius:8px;overflow:hidden;border:1px solid #d4d4d4;font-family:Menlo,Consolas,Courier New,monospace;font-size:.85rem}html.dark .sp-container{border-color:#2a2a2a}.sp-layout{display:flex;align-items:stretch;height:300px}.sp-panel{display:flex;flex-direction:column;flex:1 1;min-width:0}.sp-editor-panel{border-right:1px solid #d4d4d4}html.dark .sp-editor-panel{border-right-color:#2a2a2a}.sp-panel-header{display:flex;align-items:center;padding:0 .75rem;height:36px;flex-shrink:0;background:#f3f3f3;border-bottom:1px solid #d4d4d4}html.dark .sp-panel-header{background:#1c1c1c;border-bottom-color:#2a2a2a}.sp-tab{font-size:.75rem;color:#555;-webkit-user-select:none;user-select:none}html.dark .sp-tab{color:#999}.sp-editor{flex:1 1;width:100%;line-height:1.6;padding:.75rem;resize:none;box-sizing:border-box;outline:none;border:none;background:#ffffff;color:#1a1a1a}html.dark .sp-editor{background:#151515;color:#d4d4d4}.sp-output{flex:1 1;padding:.75rem;white-space:pre-wrap;overflow-y:auto;background:#fafafa;color:#1a1a1a}html.dark .sp-output{background:#1a1a1a;color:#d4d4d4}.sp-footer{display:flex;align-items:center;gap:.5rem;padding:0 .75rem;height:36px;flex-shrink:0;background:#f3f3f3;border-top:1px solid #d4d4d4}html.dark .sp-footer{background:#1c1c1c;border-top-color:#2a2a2a}.sp-run-btn{display:flex;align-items:center;gap:.3rem;padding:.2rem .6rem;font-size:.75rem;font-family:inherit;border-radius:4px;border:1px solid #b0b0b0;background:#ffffff;color:#1a1a1a;cursor:pointer;line-height:1}.sp-run-btn:hover:not(:disabled){background:#e8e8e8}.sp-run-btn:disabled{opacity:.4;cursor:not-allowed}html.dark .sp-run-btn{border-color:#444;background:#2a2a2a;color:#d4d4d4}html.dark .sp-run-btn:hover:not(:disabled){background:#333}.sp-status{font-size:.75rem;color:#777}html.dark .sp-status{color:#666}.sp-stderr{color:#9a5c00}html.dark .sp-stderr{color:#f0a040}.sp-error{color:#b91c1c}html.dark .sp-error{color:#ff6b6b}.sp-placeholder{opacity:.35}@keyframes sp-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.sp-skeleton .sp-editor,.sp-skeleton .sp-output{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:sp-shimmer 1.6s ease-in-out infinite}html.dark .sp-skeleton .sp-editor,html.dark .sp-skeleton .sp-output{background:linear-gradient(90deg,#1e1e1e 25%,#2a2a2a 50%,#1e1e1e 75%);background-size:200% 100%}.sp-skeleton-btn{width:52px;height:22px;border-radius:4px;background:linear-gradient(90deg,#d8d8d8 25%,#c8c8c8 50%,#d8d8d8 75%);background-size:200% 100%;animation:sp-shimmer 1.6s ease-in-out infinite}html.dark .sp-skeleton-btn{background:linear-gradient(90deg,#2a2a2a 25%,#333 50%,#2a2a2a 75%);background-size:200% 100%}@media (max-width:640px){.sp-layout{flex-direction:column}.sp-editor-panel{border-right:none;border-bottom:1px solid #d4d4d4}html.dark .sp-editor-panel{border-bottom-color:#2a2a2a}.sp-editor{resize:vertical}}