:root{--c-bg: #fafaf9;--c-surface: #ffffff;--c-text: #1c1917;--c-text-muted: #78716c;--c-border: #e7e5e4;--c-accent: #2563eb;--c-accent-hover: #1d4ed8;--c-code-bg: #f5f5f4;--c-callout-note: #dbeafe;--c-callout-warning: #fef3c7;--c-callout-note-border: #3b82f6;--c-callout-warning-border: #f59e0b;--radius: 6px;--max-width: 720px;--sidebar-width: 260px;--font-body: "Pretendard Variable", "Pretendard", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;--font-code: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace}[data-theme=dark]{--c-bg: #0c0a09;--c-surface: #1c1917;--c-text: #e7e5e4;--c-text-muted: #a8a29e;--c-border: #292524;--c-accent: #60a5fa;--c-accent-hover: #93bbfd;--c-code-bg: #1c1917;--c-callout-note: #1e3a5f;--c-callout-warning: #422006;--c-callout-note-border: #3b82f6;--c-callout-warning-border: #f59e0b}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--c-bg: #0c0a09;--c-surface: #1c1917;--c-text: #e7e5e4;--c-text-muted: #a8a29e;--c-border: #292524;--c-accent: #60a5fa;--c-accent-hover: #93bbfd;--c-code-bg: #1c1917;--c-callout-note: #1e3a5f;--c-callout-warning: #422006;--c-callout-note-border: #3b82f6;--c-callout-warning-border: #f59e0b}}pre.shiki,pre.shiki span{color:var(--shiki-light);background-color:var(--shiki-light-bg)}[data-theme=dark] pre.shiki,[data-theme=dark] pre.shiki span{color:var(--shiki-dark);background-color:var(--shiki-dark-bg)}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) pre.shiki,:root:not([data-theme=light]) pre.shiki span{color:var(--shiki-dark);background-color:var(--shiki-dark-bg)}}*,*:before,*:after{box-sizing:border-box;margin:0}html{font-family:var(--font-body);background:var(--c-bg);color:var(--c-text);line-height:1.7;-webkit-font-smoothing:antialiased}body{min-height:100dvh;display:flex;flex-direction:column}h1,h2,h3,h4{line-height:1.3;font-weight:650}h1{font-size:1.75rem;margin-bottom:.5rem}h2{font-size:1.35rem;margin-top:2rem;margin-bottom:.5rem}h3{font-size:1.15rem;margin-top:1.5rem;margin-bottom:.4rem}p{margin-bottom:1rem}a{color:var(--c-accent);text-decoration:none}a:hover{color:var(--c-accent-hover);text-decoration:underline}code{font-family:var(--font-code);font-size:.875em;background:var(--c-code-bg);padding:.15em .35em;border-radius:3px}pre:not(.shiki){background:var(--c-code-bg);padding:1rem;border-radius:var(--radius);overflow-x:auto;margin-bottom:1.5rem;border:1px solid var(--c-border)}pre code{background:none;padding:0;font-size:.85rem}blockquote{border-left:3px solid var(--c-border);padding-left:1rem;color:var(--c-text-muted);margin-bottom:1rem}hr{border:none;border-top:1px solid var(--c-border);margin:2rem 0}img{max-width:100%;height:auto;border-radius:var(--radius)}.site-header{border-bottom:1px solid var(--c-border);background:var(--c-surface);padding:.6rem 1.5rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem 1rem;position:sticky;top:0;z-index:100}.site-header nav{display:flex;align-items:center;gap:1rem}.site-title{font-weight:700;font-size:1.1rem;color:var(--c-text);display:inline-flex;align-items:center;gap:.4rem;white-space:nowrap}.site-title:hover{text-decoration:none;color:var(--c-text)}.site-nav-link{color:var(--c-text-muted);font-size:.9rem;display:inline-flex;align-items:center;gap:.35rem;white-space:nowrap;padding:.25rem .5rem;border-radius:var(--radius);transition:background .15s,color .15s}.site-nav-link:hover{color:var(--c-text);background:var(--c-code-bg);text-decoration:none}.nav-icon{display:inline-flex;align-items:center}.nav-icon svg{width:16px;height:16px}.site-main{flex:1;width:100%;max-width:calc(var(--max-width) + var(--sidebar-width) + 2rem);margin:0 auto;padding:2rem 1.5rem}.site-footer{border-top:1px solid var(--c-border);padding:1.5rem;display:flex;align-items:center;justify-content:center;gap:.35rem;color:var(--c-text-muted);font-size:.85rem}.reading-progress{position:fixed;top:0;left:0;height:3px;width:0%;background:var(--c-accent);z-index:200;transition:width 50ms linear}.back-to-top{position:fixed;bottom:2rem;right:2rem;width:2.5rem;height:2.5rem;border-radius:50%;border:1px solid var(--c-border);background:var(--c-surface);color:var(--c-text);font-size:1.1rem;cursor:pointer;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s;z-index:100;display:flex;align-items:center;justify-content:center}.back-to-top.visible{opacity:1;visibility:visible}.back-to-top:hover{background:var(--c-code-bg)}:root{--callout-bg: #f5f5f4;--callout-border: #a8a29e}.callout{border-radius:var(--radius);padding:1rem 1.25rem;margin-bottom:1.5rem;border-left:4px solid var(--callout-border);background:var(--callout-bg)}.callout-title{font-weight:600;margin-bottom:.4rem;display:flex;align-items:center;gap:.4rem}.callout-title:before{content:"";display:inline-block;width:1em;height:1em;flex-shrink:0;background-color:var(--callout-border);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.callout-note .callout-title:before,.callout-info .callout-title:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 16v-4'/%3E%3Cpath d='M12 8h.01'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 16v-4'/%3E%3Cpath d='M12 8h.01'/%3E%3C/svg%3E")}.callout-abstract .callout-title:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='8' height='4' x='8' y='2' rx='1' ry='1'/%3E%3Cpath d='M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2'/%3E%3Cpath d='M12 11h4'/%3E%3Cpath d='M12 16h4'/%3E%3Cpath d='M8 11h.01'/%3E%3Cpath d='M8 16h.01'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='8' height='4' x='8' y='2' rx='1' ry='1'/%3E%3Cpath d='M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2'/%3E%3Cpath d='M12 11h4'/%3E%3Cpath d='M12 16h4'/%3E%3Cpath d='M8 11h.01'/%3E%3Cpath d='M8 16h.01'/%3E%3C/svg%3E")}.callout-todo .callout-title:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E")}.callout-tip .callout-title:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 14c.2-1 .7-1.7 1.5-2.5 1-.9 1.5-2.2 1.5-3.5A6 6 0 0 0 6 8c0 1 .2 2.2 1.5 3.5.7.7 1.3 1.5 1.5 2.5'/%3E%3Cpath d='M9 18h6'/%3E%3Cpath d='M10 22h4'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 14c.2-1 .7-1.7 1.5-2.5 1-.9 1.5-2.2 1.5-3.5A6 6 0 0 0 6 8c0 1 .2 2.2 1.5 3.5.7.7 1.3 1.5 1.5 2.5'/%3E%3Cpath d='M9 18h6'/%3E%3Cpath d='M10 22h4'/%3E%3C/svg%3E")}.callout-success .callout-title:before,.callout-done .callout-title:before,.callout-check .callout-title:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E")}.callout-warning .callout-title:before,.callout-attention .callout-title:before,.callout-caution .callout-title:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3'/%3E%3Cpath d='M12 9v4'/%3E%3Cpath d='M12 17h.01'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3'/%3E%3Cpath d='M12 9v4'/%3E%3Cpath d='M12 17h.01'/%3E%3C/svg%3E")}.callout-danger .callout-title:before,.callout-failure .callout-title:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 6 6 18'/%3E%3Cpath d='m6 6 12 12'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 6 6 18'/%3E%3Cpath d='m6 6 12 12'/%3E%3C/svg%3E")}.callout-bug .callout-title:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m8 2 1.88 1.88'/%3E%3Cpath d='M14.12 3.88 16 2'/%3E%3Cpath d='M9 7.13v-1a3.003 3.003 0 1 1 6 0v1'/%3E%3Cpath d='M12 20c-3.3 0-6-2.7-6-6v-3a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v3c0 3.3-2.7 6-6 6'/%3E%3Cpath d='M12 20v-9'/%3E%3Cpath d='M6.53 9C4.6 8.8 3 7.1 3 5'/%3E%3Cpath d='M6 13H2'/%3E%3Cpath d='M3 21c0-2.1 1.7-3.9 3.8-4'/%3E%3Cpath d='M20.97 5c0 2.1-1.6 3.8-3.5 4'/%3E%3Cpath d='M22 13h-4'/%3E%3Cpath d='M17.2 17c2.1.1 3.8 1.9 3.8 4'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m8 2 1.88 1.88'/%3E%3Cpath d='M14.12 3.88 16 2'/%3E%3Cpath d='M9 7.13v-1a3.003 3.003 0 1 1 6 0v1'/%3E%3Cpath d='M12 20c-3.3 0-6-2.7-6-6v-3a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v3c0 3.3-2.7 6-6 6'/%3E%3Cpath d='M12 20v-9'/%3E%3Cpath d='M6.53 9C4.6 8.8 3 7.1 3 5'/%3E%3Cpath d='M6 13H2'/%3E%3Cpath d='M3 21c0-2.1 1.7-3.9 3.8-4'/%3E%3Cpath d='M20.97 5c0 2.1-1.6 3.8-3.5 4'/%3E%3Cpath d='M22 13h-4'/%3E%3Cpath d='M17.2 17c2.1.1 3.8 1.9 3.8 4'/%3E%3C/svg%3E")}.callout-important .callout-title:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' x2='12' y1='8' y2='12'/%3E%3Cline x1='12' x2='12.01' y1='16' y2='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' x2='12' y1='8' y2='12'/%3E%3Cline x1='12' x2='12.01' y1='16' y2='16'/%3E%3C/svg%3E")}.callout-question .callout-title:before,.callout-help .callout-title:before,.callout-faq .callout-title:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3'/%3E%3Cpath d='M12 17h.01'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3'/%3E%3Cpath d='M12 17h.01'/%3E%3C/svg%3E")}.callout-quote .callout-title:before,.callout-cite .callout-title:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z'/%3E%3Cpath d='M5 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z'/%3E%3Cpath d='M5 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z'/%3E%3C/svg%3E")}.callout-example .callout-title:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 12h.01'/%3E%3Cpath d='M3 18h.01'/%3E%3Cpath d='M3 6h.01'/%3E%3Cpath d='M8 12h13'/%3E%3Cpath d='M8 18h13'/%3E%3Cpath d='M8 6h13'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 12h.01'/%3E%3Cpath d='M3 18h.01'/%3E%3Cpath d='M3 6h.01'/%3E%3Cpath d='M8 12h13'/%3E%3Cpath d='M8 18h13'/%3E%3Cpath d='M8 6h13'/%3E%3C/svg%3E")}.callout p:last-child{margin-bottom:0}.callout-note,.callout-info,.callout-abstract,.callout-todo{--callout-bg: #dbeafe;--callout-border: #3b82f6}.callout-warning,.callout-attention,.callout-caution{--callout-bg: #fef3c7;--callout-border: #f59e0b}.callout-tip,.callout-success,.callout-done,.callout-check{--callout-bg: #dcfce7;--callout-border: #22c55e}.callout-danger,.callout-failure,.callout-bug,.callout-important{--callout-bg: #fee2e2;--callout-border: #ef4444}.callout-question,.callout-help,.callout-faq{--callout-bg: #f3e8ff;--callout-border: #a855f7}.callout-quote,.callout-cite,.callout-example{--callout-bg: #f5f5f4;--callout-border: #a8a29e}[data-theme=dark] .callout-note,[data-theme=dark] .callout-info,[data-theme=dark] .callout-abstract,[data-theme=dark] .callout-todo{--callout-bg: #1e3a5f;--callout-border: #3b82f6}[data-theme=dark] .callout-warning,[data-theme=dark] .callout-attention,[data-theme=dark] .callout-caution{--callout-bg: #422006;--callout-border: #f59e0b}[data-theme=dark] .callout-tip,[data-theme=dark] .callout-success,[data-theme=dark] .callout-done,[data-theme=dark] .callout-check{--callout-bg: #052e16;--callout-border: #22c55e}[data-theme=dark] .callout-danger,[data-theme=dark] .callout-failure,[data-theme=dark] .callout-bug,[data-theme=dark] .callout-important{--callout-bg: #450a0a;--callout-border: #ef4444}[data-theme=dark] .callout-question,[data-theme=dark] .callout-help,[data-theme=dark] .callout-faq{--callout-bg: #2e1065;--callout-border: #a855f7}[data-theme=dark] .callout-quote,[data-theme=dark] .callout-cite,[data-theme=dark] .callout-example{--callout-bg: #1c1917;--callout-border: #a8a29e}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .callout-note,:root:not([data-theme=light]) .callout-info,:root:not([data-theme=light]) .callout-abstract,:root:not([data-theme=light]) .callout-todo{--callout-bg: #1e3a5f;--callout-border: #3b82f6}:root:not([data-theme=light]) .callout-warning,:root:not([data-theme=light]) .callout-attention,:root:not([data-theme=light]) .callout-caution{--callout-bg: #422006;--callout-border: #f59e0b}:root:not([data-theme=light]) .callout-tip,:root:not([data-theme=light]) .callout-success,:root:not([data-theme=light]) .callout-done,:root:not([data-theme=light]) .callout-check{--callout-bg: #052e16;--callout-border: #22c55e}:root:not([data-theme=light]) .callout-danger,:root:not([data-theme=light]) .callout-failure,:root:not([data-theme=light]) .callout-bug,:root:not([data-theme=light]) .callout-important{--callout-bg: #450a0a;--callout-border: #ef4444}:root:not([data-theme=light]) .callout-question,:root:not([data-theme=light]) .callout-help,:root:not([data-theme=light]) .callout-faq{--callout-bg: #2e1065;--callout-border: #a855f7}:root:not([data-theme=light]) .callout-quote,:root:not([data-theme=light]) .callout-cite,:root:not([data-theme=light]) .callout-example{--callout-bg: #1c1917;--callout-border: #a8a29e}}details.callout{cursor:default}details.callout>summary.callout-title{cursor:pointer;list-style:none;display:flex;align-items:center;gap:.4rem}details.callout>summary.callout-title:after{content:"▶";font-size:.7em;transition:transform .2s;margin-left:auto}details[open].callout>summary.callout-title:after{transform:rotate(90deg)}details.callout>summary.callout-title::-webkit-details-marker{display:none}.callout-body{margin-top:.5rem}.callout-body p:last-child{margin-bottom:0}.diagram{display:block;margin:1.5rem auto;max-width:100%;height:auto}.diagram-d2 svg,.diagram-typst svg{max-width:100%;height:auto}.diagram-d2,.diagram-typst,.diagram-mermaid{text-align:center;margin-bottom:1.5rem}.image-figure:has(.diagram) figcaption{display:none}.diagram-dark{display:none!important}.diagram-light{display:block}[data-theme=dark] .diagram-light{display:none!important}[data-theme=dark] .diagram-dark{display:block}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .diagram-light{display:none!important}:root:not([data-theme=light]) .diagram-dark{display:block}}.search-overlay{position:fixed;inset:0;background:#00000080;z-index:100;display:flex;align-items:flex-start;justify-content:center;padding-top:15vh}.search-modal{background:var(--c-surface);border:1px solid var(--c-border);border-radius:var(--radius);width:90%;max-width:560px;overflow:hidden;box-shadow:0 16px 48px #0003}.search-input{width:100%;padding:.9rem 1rem;border:none;border-bottom:1px solid var(--c-border);background:var(--c-surface);color:var(--c-text);font-size:1rem;font-family:var(--font-body);outline:none}.search-results{list-style:none;padding:0;margin:0;max-height:400px;overflow-y:auto}.search-result{padding:.75rem 1rem;cursor:pointer;border-bottom:1px solid var(--c-border)}.search-result:last-child{border-bottom:none}.search-result.selected{background:var(--c-code-bg)}.search-result-title{font-weight:600;margin-bottom:.2rem}.search-result-snippet{font-size:.8rem;color:var(--c-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-empty{padding:1.5rem 1rem;text-align:center;color:var(--c-text-muted)}
