body:has(.home){overflow:hidden;height:100vh;height:100dvh;display:block;grid-template-rows:none}.home{width:min(65ch,100% - clamp(1rem,5vw,3rem) * 2);margin-inline:auto;padding-block:0;height:100vh;height:100dvh;display:grid;place-items:center;overflow:hidden;position:relative}@media(max-width:640px){.home{height:100vh;height:100dvh;padding-block:0}}@media(max-width:480px){.home{padding-block:0}}.theme-toggle-wrapper{position:fixed;top:2rem;right:clamp(1rem,5vw,3rem);z-index:100;display:flex;flex-direction:column;align-items:center;gap:1rem}.language-switcher{display:flex;gap:.5rem}.language-switcher a{color:var(--color-text-secondary);font-size:.75rem;font-weight:500;text-decoration:none;opacity:.4;transition:opacity var(--transition-base);letter-spacing:.05em}.language-switcher a:hover{opacity:.8}@media(max-width:640px){.theme-toggle-wrapper{top:1.3rem;right:clamp(1rem,5vw,3rem)}}@media(max-width:480px){.theme-toggle-wrapper{top:1rem;right:clamp(1rem,5vw,3rem)}}.theme-toggle-wrapper #theme-toggle{color:var(--color-text-secondary);display:inline-flex;align-items:center;justify-content:center;background:0 0;border:none;cursor:pointer;opacity:.4;transition:opacity var(--transition-base);position:relative}.theme-toggle-wrapper #theme-toggle:hover{opacity:.8}.home-color-scheme-toggle{color:var(--color-text-secondary);display:inline-flex;align-items:center;justify-content:center;padding:.5rem;width:32px;height:32px;background:0 0;border:none;cursor:pointer;opacity:.4;transition:opacity var(--transition-base),transform var(--transition-base);font-size:1rem;line-height:1}.home-color-scheme-toggle:hover{opacity:.8;transform:rotate(90deg)}.home #theme-toggle .theme-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:opacity .3s ease,transform .3s ease;width:14px;height:14px}.home #theme-toggle .theme-icon-sun{opacity:1;transform:translate(-50%,-50%)rotate(0)scale(1)}.home #theme-toggle .theme-icon-moon{opacity:0;transform:translate(-50%,-50%)rotate(-90deg)scale(.8)}[data-theme=dark] .home #theme-toggle .theme-icon-sun{opacity:0;transform:translate(-50%,-50%)rotate(90deg)scale(.8)}[data-theme=dark] .home #theme-toggle .theme-icon-moon{opacity:1;transform:translate(-50%,-50%)rotate(0)scale(1)}.home-content-wrapper{display:grid;grid-template-columns:100%;grid-auto-rows:auto;gap:clamp(1rem,3vh,2rem);width:100%;max-width:100%;overflow-y:auto;overflow-x:hidden;padding-block:clamp(1rem,3vh,2rem);justify-items:center;align-content:center}@media(min-width:1024px){.home-content-wrapper{grid-template-columns:1fr 1fr;column-gap:clamp(2rem,5vw,4rem)}.home-content-wrapper>.home-intro,.home-content-wrapper>.home-about,.home-content-wrapper>.home-connect{grid-column:1/-1}.home-content-wrapper>.home-explore{grid-column:1;justify-self:start}.home-content-wrapper>.home-recent{grid-column:2;justify-self:start}}@media(max-width:640px){.home-content-wrapper{gap:clamp(.75rem,2.5vh,1.5rem)}}@media(max-width:480px){.home-content-wrapper{gap:clamp(.5rem,2vh,1rem)}}.home-intro{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:2.5rem;width:100%;text-align:left;justify-self:center}@media(max-width:640px){.home-intro{gap:1.5rem}}@media(max-width:480px){.home-intro{gap:1.3rem}}@media(min-width:769px){.home-intro{gap:1rem}}@media(max-width:640px){.home-intro{gap:1rem}}@media(max-width:480px){.home-intro{gap:.88rem}}.intro-avatar-container,.intro-avatar{width:80px;height:80px;min-width:80px;border-radius:50%;flex-shrink:0;background:var(--color-bg-secondary);position:relative;overflow:hidden}@media(max-width:640px){.intro-avatar-container,.intro-avatar{width:60px;height:60px;min-width:60px}}@media(max-width:480px){.intro-avatar-container,.intro-avatar{width:52px;height:52px;min-width:52px}}.intro-avatar-picture,.intro-avatar-picture-dithered,.intro-avatar{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:cover;border-radius:50%;display:block}.intro-avatar-picture{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;z-index:2;mix-blend-mode:normal;transition:opacity .3s ease;pointer-events:none}.intro-avatar-picture-dithered{position:absolute;top:0;left:0;width:100%;height:100%;opacity:1;z-index:1;mix-blend-mode:luminosity;transition:opacity .3s ease}.intro-avatar-container:hover .intro-avatar-picture{opacity:1;pointer-events:auto}.intro-avatar-container:hover .intro-avatar-picture-dithered{opacity:0}.intro-avatar-dithered{position:absolute;top:0;left:0;width:100%;height:100%;opacity:1;z-index:1;mix-blend-mode:luminosity;transition:opacity .3s ease}.intro-avatar-container:hover .intro-avatar-dithered{opacity:0}.intro-avatar-letter{display:flex;align-items:center;justify-content:center;background:var(--color-text-secondary);color:var(--color-bg)}.intro-avatar-letter-text{font-size:2.5rem;font-weight:600;line-height:1;user-select:none}@media(max-width:640px){.intro-avatar-letter-text{font-size:2rem}}@media(max-width:480px){.intro-avatar-letter-text{font-size:1.8rem}}.intro-text{min-width:0;display:grid;grid-template-columns:1fr;grid-auto-rows:auto;gap:0}.intro-text h1{font-size:clamp(1.8rem,5vw,2.3rem);font-weight:600;color:var(--color-text);margin:0 0 -.5rem;letter-spacing:-.02em;line-height:1.2}@media(max-width:640px){.intro-text h1{font-size:1.5rem}}@media(max-width:480px){.intro-text h1{font-size:1.4rem}}.intro-bio{font-size:.94rem;line-height:1.6;color:var(--color-text-secondary);margin:.5rem 0 0;font-weight:400;opacity:1!important;visibility:visible!important;display:block!important;min-height:1em}@media(max-width:640px){.intro-bio{font-size:.88rem;line-height:1.6}}@media(max-width:480px){.intro-bio{font-size:.81rem;line-height:1.5}}.intro-bio p{margin:0}.home-about{font-size:1.1rem;line-height:1.8;color:var(--color-text);width:100%;text-align:left;justify-self:center}@media(max-width:640px){.home-about{font-size:.94rem;line-height:1.7}}@media(max-width:480px){.home-about{font-size:.88rem;line-height:1.6}}.home-about p{margin:1.3em 0}.home-about p:first-child{margin-top:0}.home-about p:last-child{margin-bottom:0}.home-about a{color:var(--color-text);text-decoration:underline;text-decoration-color:var(--color-text-secondary);text-decoration-thickness:1px;text-underline-offset:.2em;transition:text-decoration-color .2s ease}.home-about a:hover{text-decoration-color:var(--color-text)}.home-explore{display:flex;flex-wrap:nowrap;align-items:baseline;justify-content:flex-start;gap:.75rem 1.5rem;font-size:.94rem;padding-top:.5rem;padding-bottom:.5rem;width:max-content;max-width:100%;text-align:left;justify-self:center}@media(max-width:1023px){.home-explore{flex-wrap:wrap;width:100%}}@media(max-width:640px){.home-explore{font-size:.88rem;gap:.63rem 1.3rem;flex-wrap:wrap;width:100%}}@media(max-width:480px){.home-explore{font-size:.81rem;gap:.5rem 1rem;padding-top:.63rem;padding-bottom:.63rem;flex-wrap:wrap;width:100%}}.explore-label{color:var(--color-text-secondary);opacity:.75;font-size:.81rem;text-transform:uppercase;letter-spacing:.05em;font-weight:500}.home-explore a{color:var(--color-text-secondary);text-decoration:none;transition:color .2s ease;font-weight:400}.home-explore a:hover{color:var(--color-text)}.home-connect{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:.63rem 1.3rem;font-size:.88rem;width:100%;text-align:left;justify-self:center}@media(max-width:640px){.home-connect{font-size:.81rem;gap:.5rem 1rem}}@media(max-width:480px){.home-connect{font-size:.75rem;gap:.5rem .88rem}}.connect-label{color:var(--color-text-secondary);opacity:.75;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;font-weight:500}.connect-links{display:flex;flex-wrap:wrap;gap:.63rem 1.3rem}@media(max-width:640px){.connect-links{gap:.5rem 1rem}}@media(max-width:480px){.connect-links{gap:.5rem .88rem}}.home-connect a{color:var(--color-text-secondary);text-decoration:none;display:inline-flex;align-items:center;gap:.38rem;transition:color .2s ease;font-weight:400}.home-connect a:hover{color:var(--color-text)}.home-connect a svg{width:14px;height:14px;flex-shrink:0}.home-recent{margin-top:0;min-height:0;width:100%;text-align:left;justify-self:center}.home-recent h2{font-size:1.3rem;font-weight:600;color:var(--color-text);margin:0 0 1.5rem;letter-spacing:-.01em}@media(max-width:640px){.home-recent h2{font-size:1.1rem;margin-bottom:1rem}}@media(max-width:480px){.home-recent h2{font-size:1.1rem;margin-bottom:.88rem}}.recent-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;grid-auto-rows:auto;gap:0}.recent-list li{border-bottom:1px solid var(--color-border)}.recent-list li:last-child{border-bottom:none}.recent-list a{display:grid;grid-template-columns:1fr auto;align-items:baseline;gap:1.5rem;padding:.88rem 0;text-decoration:none;color:inherit;transition:opacity .2s ease}@media(max-width:640px){.recent-list a{grid-template-columns:1fr;gap:.25rem;padding:.75rem 0}}@media(max-width:480px){.recent-list a{padding:.63rem 0;gap:.19rem}}.recent-list a:hover{opacity:.6}.recent-title{font-size:.94rem;color:var(--color-text);font-weight:400;min-width:0}@media(max-width:640px){.recent-title{font-size:.88rem}}@media(max-width:480px){.recent-title{font-size:.81rem}}.recent-list time{font-size:.81rem;color:var(--color-text-secondary);opacity:.6;white-space:nowrap;font-variant-numeric:tabular-nums;font-weight:400}@media(max-width:640px){.recent-list time{font-size:.75rem}}@media(max-width:480px){.recent-list time{font-size:.69rem}}.recent-more{display:inline-block;margin-top:1rem;font-size:.88rem;color:var(--color-text-secondary);text-decoration:none;transition:color .2s ease;font-weight:400}.recent-more:hover{color:var(--color-text)}.chroma{background-color:#1a1a1a;color:#e6e6e6}.chroma .err{color:#f6f8fa;background-color:#82071e}.chroma .lnlinks{outline:none;text-decoration:none;color:inherit}.chroma .lntd{vertical-align:top;padding:0;margin:0;border:0}.chroma .lntable{border-spacing:0;padding:0;margin:0;border:0}.chroma .hl{background-color:#2a2a2a}.chroma .lnt{white-space:pre;margin-right:.4em;padding:0 .4em;color:#666}.chroma .ln{white-space:pre;margin-right:.4em;padding:0 .4em;color:#666}.chroma .line{display:flex}.chroma .k{color:#ff79c6}.chroma .kc{color:#ff79c6}.chroma .kd{color:#ff79c6}.chroma .kn{color:#ff79c6}.chroma .kp{color:#ff79c6}.chroma .kr{color:#ff79c6}.chroma .kt{color:#8be9fd}.chroma .na{color:#50fa7b}.chroma .nc{color:#8be9fd}.chroma .no{color:#bd93f9}.chroma .nd{color:#bd93f9}.chroma .ni{color:#bd93f9}.chroma .nl{color:#ffb86c}.chroma .nn{color:#f8f8f2}.chroma .nx{color:#f8f8f2}.chroma .nt{color:#ff79c6}.chroma .nb{color:#8be9fd}.chroma .bp{color:#f8f8f2}.chroma .nv{color:#f8f8f2}.chroma .vc{color:#f8f8f2}.chroma .vg{color:#f8f8f2}.chroma .vi{color:#f8f8f2}.chroma .vm{color:#f8f8f2}.chroma .nf{color:#50fa7b}.chroma .fm{color:#50fa7b}.chroma .s{color:#f1fa8c}.chroma .sa{color:#f1fa8c}.chroma .sb{color:#f1fa8c}.chroma .sc{color:#f1fa8c}.chroma .dl{color:#f1fa8c}.chroma .sd{color:#f1fa8c}.chroma .s2{color:#f1fa8c}.chroma .se{color:#f1fa8c}.chroma .sh{color:#f1fa8c}.chroma .si{color:#f1fa8c}.chroma .sx{color:#f1fa8c}.chroma .sr{color:#f1fa8c}.chroma .s1{color:#f1fa8c}.chroma .ss{color:#f1fa8c}.chroma .m{color:#bd93f9}.chroma .mb{color:#bd93f9}.chroma .mf{color:#bd93f9}.chroma .mh{color:#bd93f9}.chroma .mi{color:#bd93f9}.chroma .il{color:#bd93f9}.chroma .mo{color:#bd93f9}.chroma .o{color:#ff79c6}.chroma .ow{color:#ff79c6}.chroma .p{color:#f8f8f2}.chroma .c{color:#6272a4;font-style:italic}.chroma .ch{color:#6272a4;font-style:italic}.chroma .cm{color:#6272a4;font-style:italic}.chroma .c1{color:#6272a4;font-style:italic}.chroma .cs{color:#6272a4;font-style:italic}.chroma .cp{color:#6272a4;font-style:italic}.chroma .cpf{color:#6272a4;font-style:italic}.chroma .gd{color:#f55;background-color:#44475a}.chroma .ge{font-style:italic}.chroma .gi{color:#50fa7b;background-color:#44475a}.chroma .go{color:#f8f8f2}.chroma .gl{text-decoration:underline}.chroma .w{color:#f8f8f2}@media(prefers-color-scheme:dark){.chroma{background-color:#0d0d0d;color:#e6e6e6}.chroma .hl{background-color:#1a1a1a}.chroma .k{color:#ff92d0}.chroma .kc{color:#ff92d0}.chroma .kd{color:#ff92d0}.chroma .kn{color:#ff92d0}.chroma .kp{color:#ff92d0}.chroma .kr{color:#ff92d0}.chroma .kt{color:#9aedfe}.chroma .na{color:#5af78e}.chroma .nc{color:#9aedfe}.chroma .nf{color:#5af78e}.chroma .fm{color:#5af78e}.chroma .s{color:#f4f99d}.chroma .sa{color:#f4f99d}.chroma .sb{color:#f4f99d}.chroma .sc{color:#f4f99d}.chroma .dl{color:#f4f99d}.chroma .sd{color:#f4f99d}.chroma .s2{color:#f4f99d}.chroma .se{color:#f4f99d}.chroma .sh{color:#f4f99d}.chroma .si{color:#f4f99d}.chroma .sx{color:#f4f99d}.chroma .sr{color:#f4f99d}.chroma .s1{color:#f4f99d}.chroma .ss{color:#f4f99d}.chroma .no{color:#c9a7fa}.chroma .nd{color:#c9a7fa}.chroma .ni{color:#c9a7fa}.chroma .m{color:#c9a7fa}.chroma .mb{color:#c9a7fa}.chroma .mf{color:#c9a7fa}.chroma .mh{color:#c9a7fa}.chroma .mi{color:#c9a7fa}.chroma .il{color:#c9a7fa}.chroma .mo{color:#c9a7fa}.chroma .gd{color:#ff6b6b;background-color:#2a2a2a}.chroma .gi{color:#69ff94;background-color:#2a2a2a}}pre{background:#1a1a1a!important}@media(prefers-color-scheme:dark){pre{background:#0d0d0d!important}}pre code{background:0 0!important;color:inherit}pre .copy-button{position:absolute;top:.5rem;right:.5rem;padding:.38rem .75rem;font-size:.75rem;color:#e0e0e0;background:#2a2a2a;border:1px solid #444;border-radius:3px;cursor:pointer;opacity:0;transition:opacity .2s ease}pre:hover .copy-button{opacity:.7}pre .copy-button:hover{opacity:1;background:#333}@media(prefers-color-scheme:dark){pre .copy-button{background:#1a1a1a;border-color:#333}pre .copy-button:hover{background:#222}}.detail{margin:2rem 0;border-left:3px solid var(--color-accent-tertiary);border-radius:4px;background:var(--color-bg-secondary)}.detail-header{display:flex;align-items:center;gap:.75rem;padding:.5rem 1.5rem;cursor:pointer;list-style:none;font-weight:500;font-size:.88rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-accent-tertiary);user-select:none;transition:background-color .2s ease}.detail-header::-webkit-details-marker{display:none}.detail-header:hover{background:rgba(0,0,0,2%)}@media(prefers-color-scheme:dark){.detail-header:hover{background:rgba(255,255,255,2%)}}.detail-icon{display:inline-flex;align-items:center;justify-content:center;width:1.3rem;height:1.3rem;flex-shrink:0;font-size:.63rem;transition:transform .2s ease;color:var(--color-accent-tertiary)}.detail-title{flex:1}.detail[open] .detail-icon{transform:rotate(90deg)}.detail-content{padding:0 1.5rem 1.3rem;font-size:.94rem;line-height:1.6;color:var(--color-text)}.detail-content p{margin:0}.detail-content p:not(:last-child){margin-bottom:.75rem}.detail-content>*:first-child{margin-top:.75rem}.callout{margin:1.5rem 0;padding:0. em 1.25rem;border:2px solid;border-radius:4px;padding-block:8px}.callout-header{display:flex;align-items:center;margin-bottom:.5rem;font-weight:500;font-size:.88rem;text-transform:uppercase;letter-spacing:.05em}.callout-icon{width:1.5rem;height:1.5rem;min-width:1.5rem;min-height:1.5rem;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.75rem;line-height:1;flex-shrink:0;text-align:center;padding:0;margin:0}.callout-icon::before,.callout-icon::after{content:none}.callout-content{padding-left:1.5rem;font-size:.94rem;line-height:1.6}.callout-content p{margin:0}.callout-content p:not(:last-child){margin-bottom:.5rem}.callout.callout-note{background:0 0;border-color:var(--color-accent-tertiary)}.callout.callout-note .callout-icon,.callout.callout-note .callout-title,.callout.callout-note .callout-content{color:var(--color-accent-tertiary)}.callout.callout-tip{background:0 0;border-color:var(--color-accent-secondary)}.callout.callout-tip .callout-icon,.callout.callout-tip .callout-title,.callout.callout-tip .callout-content{color:var(--color-accent-secondary)}.callout.callout-important{background:0 0;border-color:var(--color-accent)}.callout.callout-important .callout-icon,.callout.callout-important .callout-title,.callout.callout-important .callout-content{color:var(--color-accent)}.callout.callout-warning{background:0 0;border-color:#d4a574}.callout.callout-warning .callout-icon,.callout.callout-warning .callout-title,.callout.callout-warning .callout-content{color:#d4a574}.callout.callout-caution{background:0 0;border-color:#c75b4a}.callout.callout-caution .callout-icon,.callout.callout-caution .callout-title,.callout.callout-caution .callout-content{color:#c75b4a}.quote-block{margin:2rem 0;padding:0;border:none}.quote-text{margin:0;padding:1rem 1.5rem 1rem 2.5rem;font-size:1.1rem;line-height:1.6;font-style:italic;color:var(--color-accent);background:0 0;border:none;border-radius:2px;position:relative}.quote-text::before{content:'"';position:absolute;top:.75rem;left:.5rem;font-size:3rem;line-height:1;color:var(--color-accent);opacity:.15;font-family:Georgia,serif}.quote-text p{margin:0;position:relative;z-index:1}.quote-text p:not(:last-child){margin-bottom:1rem}.quote-cite{margin-top:.75rem;padding-left:1.5rem;font-size:.88rem;color:var(--color-accent);font-style:normal;opacity:.7}.quote-cite::before{content:'— '}@media(max-width:640px){.quote-block{margin:1.5rem 0}.quote-text{padding:.75rem 1.3rem .75rem 2rem;font-size:1rem}.quote-text::before{top:.5rem;left:.25rem;font-size:2.5rem}.quote-cite{padding-left:1.3rem}}.mermaid-container{margin:var(--space-xl)0;padding:0;background:0 0!important;border-radius:0;overflow-x:auto;width:100%}.mermaid-container .mermaid{margin:0 auto;padding:var(--space-md)0;text-align:center;background:0 0!important;width:100%;max-width:100%}.mermaid-container .mermaid svg{background:0 0!important;width:100%!important;max-width:100%;height:auto!important;display:block;margin:0 auto}.mermaid-container .mermaid text{fill:var(--color-text)!important;font-family:inherit!important;font-size:inherit!important}.mermaid-container .mermaid svg g,.mermaid-container .mermaid svg g[id^=mermaid-],.mermaid-container .mermaid svg>g{fill:var(--color-text)!important;font-family:var(--font-family)!important}.mermaid-container .mermaid svg [fill="#1a1a1a"],.mermaid-container .mermaid svg [fill="#333333"],.mermaid-container .mermaid svg [fill="#000000"],.mermaid-container .mermaid svg [fill=black]{fill:var(--color-text)!important}.mermaid-container .mermaid .label text,.mermaid-container .mermaid .nodeLabel,.mermaid-container .mermaid .edgeLabel,.mermaid-container .mermaid .cluster-label text{fill:var(--color-text)!important}.mermaid-container .mermaid .node rect,.mermaid-container .mermaid .node circle,.mermaid-container .mermaid .node ellipse,.mermaid-container .mermaid .node polygon{fill:var(--color-bg-secondary)!important;stroke:var(--color-border)!important;stroke-width:1.5px}.mermaid-container .mermaid .actor{fill:var(--color-bg-secondary)!important;stroke:var(--color-border)!important;stroke-width:1.5px}.mermaid-container .mermaid .messageLine0,.mermaid-container .mermaid .messageLine1{stroke:var(--color-text-secondary)!important}.mermaid-container .mermaid .flowchart-link{stroke:var(--color-text-secondary)!important}.mermaid-container .mermaid .note{fill:var(--color-bg-secondary)!important;stroke:var(--color-accent)!important;opacity:.6}.mermaid-container .mermaid .noteText{fill:var(--color-text)!important}.mermaid-container .mermaid .cluster rect,.mermaid-container .mermaid .cluster polygon{fill:transparent!important;stroke:var(--color-border)!important;opacity:.3}.mermaid-container .mermaid g rect[fill]:not(.quadrant-point):not([class*=quadrant]):not([class*=pie]):not(.er):not([class*=entity]),.mermaid-container .mermaid g polygon[fill]:not([class*=quadrant]):not([class*=pie]){fill:var(--color-bg)!important}.mermaid-container .mermaid rect[style*="fill: rgb(255, 255, 255)"],.mermaid-container .mermaid rect[style*="fill:rgb(255, 255, 255)"],.mermaid-container .mermaid rect[fill="#ffffff"],.mermaid-container .mermaid rect[fill=white]{fill:var(--color-bg)!important}.mermaid-container .mermaid polygon[style*="fill: rgb(255, 255, 255)"],.mermaid-container .mermaid polygon[style*="fill:rgb(255, 255, 255)"],.mermaid-container .mermaid polygon[fill="#ffffff"],.mermaid-container .mermaid polygon[fill=white]{fill:var(--color-bg)!important}.mermaid-container .mermaid .quadrant-point{fill:var(--color-accent)!important}.mermaid-container .mermaid .quadrant-point-label{fill:var(--color-text)!important}.mermaid-container .mermaid .quadrant-label{fill:var(--color-text)!important}.mermaid-container .mermaid .pieOuterCircle,.mermaid-container .mermaid .pieCircle{stroke:var(--color-border)!important}.mermaid-container .mermaid .commit-label{fill:var(--color-text)!important}.mermaid-container .mermaid .commit-id{fill:var(--color-accent)!important}.mermaid-container .mermaid .branch-label{fill:var(--color-accent-secondary)!important}.mermaid-container .mermaid .section0,.mermaid-container .mermaid .section1,.mermaid-container .mermaid .section2,.mermaid-container .mermaid .section3{fill:var(--color-bg-secondary)!important}.mermaid-container .mermaid .task0,.mermaid-container .mermaid .task1,.mermaid-container .mermaid .task2,.mermaid-container .mermaid .task3{fill:var(--color-accent)!important}.mermaid-container .mermaid .taskText0,.mermaid-container .mermaid .taskText1,.mermaid-container .mermaid .taskText2,.mermaid-container .mermaid .taskText3{fill:var(--color-text)!important}.mermaid-container .mermaid svg>rect,.mermaid-container .mermaid svg>g>rect:first-child{fill:var(--color-bg)!important}@media(max-width:640px){.mermaid-container{margin:2rem 0;padding:.5rem 0}}.outdate-alert{margin:2rem 0;padding:1.3rem 1.5rem;background:var(--color-bg-secondary);border-left:4px solid #d4a574;border-radius:4px;display:flex;align-items:flex-start;gap:1rem}.outdate-alert-icon{flex-shrink:0;font-size:1.5rem;color:#d4a574;line-height:1;margin-top:.13rem}.outdate-alert-content{flex:1}.outdate-alert strong{display:block;margin-bottom:.5rem;font-size:.94rem;font-weight:500;color:var(--color-accent)}.outdate-alert p{margin:0;font-size:.88rem;line-height:1.6;color:var(--color-text-secondary);opacity:.9}.katex-display{margin:2rem 0!important;overflow-x:auto;overflow-y:hidden}.katex{font-size:1.1em}.katex-display>.katex{text-align:left;white-space:pre-wrap}.responsive-image{display:block;max-width:100%;margin:2rem auto}.responsive-image picture{display:block;line-height:0}.responsive-image img{width:100%;height:auto;display:block;clip-path:polygon(8% 0,100% 0,92% 100%,0 100%);box-shadow:0 2px 8px rgba(0,0,0,8%),0 4px 16px rgba(0,0,0,5%)}figure.responsive-image{margin:2.5rem auto;padding:0}figure.responsive-image .image-container{position:relative;line-height:0}figure.responsive-image .image-container .dithered-img,figure.responsive-image .image-container .original-img{width:100%;height:auto}figure.responsive-image .image-container .dithered-img,.dithered-img{mix-blend-mode:color-burn;opacity:.85}.consumed-page-content figure.responsive-image:has(.dithered-img),.consumed-content-section figure.responsive-image:has(.dithered-img){mix-blend-mode:color-burn;isolation:auto}@supports not selector(:has(*)){.consumed-page-content .dithered-img,.consumed-content-section .dithered-img{mix-blend-mode:color-burn!important;opacity:.85!important}}.consumed-page-content .dithered-img,.consumed-content-section .dithered-img{mix-blend-mode:normal!important;opacity:.85!important}.consumed-page-content figure.responsive-image .image-container,.consumed-content-section figure.responsive-image .image-container{isolation:auto!important}@media(prefers-color-scheme:dark){figure.responsive-image .image-container .dithered-img,.dithered-img{mix-blend-mode:luminosity;opacity:.9}.consumed-page-content figure.responsive-image:has(.dithered-img),.consumed-content-section figure.responsive-image:has(.dithered-img){mix-blend-mode:luminosity;isolation:auto}@supports not selector(:has(*)){.consumed-page-content .dithered-img,.consumed-content-section .dithered-img{mix-blend-mode:luminosity!important;opacity:.9!important}}.consumed-page-content .dithered-img,.consumed-content-section .dithered-img{mix-blend-mode:normal!important;opacity:.9!important}.consumed-page-content figure.responsive-image .image-container,.consumed-content-section figure.responsive-image .image-container{isolation:auto!important}}figure.responsive-image .image-container .original-img img{mix-blend-mode:normal}figure.responsive-image figcaption{margin-top:.5rem;padding:.5rem 4rem;font-size:.81rem;line-height:1.5;color:var(--color-text-secondary);text-align:center;font-style:normal;font-weight:400;opacity:.9;background:var(--color-bg-secondary);clip-path:polygon(0 0,92% 0,100% 100%,8% 100%);box-shadow:0 1px 4px rgba(0,0,0,5%)}figure.responsive-image figcaption .toggle-original{display:inline-block;margin-left:.5rem;padding:0;border:none;background:0 0;font-size:.88rem;font-weight:500;font-family:inherit;color:var(--color-accent);cursor:pointer;text-decoration:underline;text-decoration-style:dotted;text-underline-offset:2px;opacity:.8;transition:opacity var(--transition-base)}figure.responsive-image figcaption .toggle-original:hover{text-decoration-style:solid;opacity:1}figure.responsive-image figcaption .toggle-original:focus-visible{outline:1px solid var(--color-accent);outline-offset:2px;opacity:1}.image-comparison{margin:3rem auto;max-width:100%}.image-comparison figcaption{margin-bottom:1.5rem;font-size:1rem;font-weight:600;text-align:center;color:#333}@media(prefers-color-scheme:dark){.image-comparison figcaption{color:#ddd}}.image-comparison .comparison-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}@media(max-width:768px){.image-comparison .comparison-grid{grid-template-columns:1fr;gap:1.5rem}}.image-comparison .comparison-item{display:flex;flex-direction:column;gap:.75rem}.image-comparison .comparison-item h4{margin:0;padding:.5rem;font-size:.88rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;text-align:center;background:#f5f5f5;border-radius:4px 4px 0 0;color:#555}@media(prefers-color-scheme:dark){.image-comparison .comparison-item h4{background:#2a2a2a;color:#bbb}}.image-comparison .comparison-item picture{display:block;line-height:0}.image-comparison .comparison-item img{width:100%;height:auto;display:block;clip-path:polygon(8% 0,100% 0,92% 100%,0 100%);box-shadow:0 2px 8px rgba(0,0,0,8%),0 4px 16px rgba(0,0,0,5%)}picture.responsive-image{display:block;max-width:100%;margin:1.5rem auto;line-height:0}picture.responsive-image img{width:100%;height:auto;display:block;clip-path:polygon(8% 0,100% 0,92% 100%,0 100%);box-shadow:0 2px 8px rgba(0,0,0,8%),0 4px 16px rgba(0,0,0,5%)}.responsive-image.small{max-width:400px}.responsive-image.medium{max-width:600px}.responsive-image.large{max-width:1e3px}.responsive-image.full-bleed{max-width:none;width:100vw;margin-left:50%;transform:translateX(-50%)}.responsive-image.full-bleed img{clip-path:none}img[loading=lazy]{min-height:200px}.consumed-poster-image-container[data-category=music] img[loading=lazy]{min-height:0!important;height:auto!important}img[loading=lazy]:not([src]){animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}.responsive-image.zoomable img{cursor:zoom-in;transition:transform .3s ease,box-shadow .3s ease}.responsive-image.zoomable img:active{transform:scale(1.5);cursor:zoom-out;position:relative;z-index:10}img[src*=_dithered],img[src*=dithered]{mix-blend-mode:multiply;opacity:.85}@media(prefers-color-scheme:dark){img[src*=_dithered],img[src*=dithered]{mix-blend-mode:luminosity;opacity:.9}}.img-gallery{display:grid;grid-template-columns:repeat(var(--gallery-columns,3),1fr);gap:2rem;margin:2rem 0}@media(max-width:1024px){.img-gallery{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:640px){.img-gallery{grid-template-columns:1fr;gap:1rem}}.img-gallery .responsive-image{margin:0}.img-gallery figure.responsive-image{margin:0}.img-gallery figure.responsive-image figcaption{padding:.5rem 1rem;font-size:.75rem}@media print{.responsive-image,figure.responsive-image{break-inside:avoid;page-break-inside:avoid}img{max-width:100%!important;box-shadow:none!important}img[src*=_dithered],img[src*=dithered]{mix-blend-mode:normal}.img-gallery{grid-template-columns:repeat(2,1fr)!important}}.zola-anchor{margin-inline-start:var(--space-sm);font-size:.8em;text-decoration:none;opacity:0;transition:opacity var(--transition-base);color:var(--color-text-secondary,#666)}.zola-anchor::before{content:"#"}@media(prefers-color-scheme:dark){.zola-anchor{color:#888}}.zola-anchor:hover{color:var(--color-link,#0066cc)}@media(prefers-color-scheme:dark){.zola-anchor:hover{color:#66b3ff}}:is(h1,h2,h3,h4,h5,h6):hover .zola-anchor{opacity:var(--opacity-full)}.zola-anchor[aria-label*=Anchor]{font-size:0}.zola-anchor[aria-label*=Anchor]::before{font-size:var(--font-size-lg)}