@media (prefers-color-scheme:dark){.markdown-alert{--color-border-default:#30363d;--color-accent-fg:#58a6ff;--color-accent-emphasis:#1f6feb;--color-danger-fg:#f85149;--color-danger-emphasis:#da3633;--color-attention-fg:#d29922;--color-attention-emphasis:#9e6a03;--color-done-fg:#a371f7;--color-done-emphasis:#8957e5;--color-success-fg:#3fb950;--color-success-emphasis:#238636}}@media (prefers-color-scheme:light){.markdown-alert{--color-border-default:#d0d7de;--color-accent-fg:#0969da;--color-accent-emphasis:#0969da;--color-danger-fg:#d1242f;--color-danger-emphasis:#cf222e;--color-attention-fg:#9a6700;--color-attention-emphasis:#9a6700;--color-done-fg:#8250df;--color-done-emphasis:#8250df;--color-success-fg:#1a7f37;--color-success-emphasis:#1f883d}}.markdown-alert{border-left:.25em solid var(--borderColor-default,var(--color-border-default));color:inherit;margin-bottom:16px;padding:.5rem 1em}.markdown-alert .markdown-alert-title{align-items:center;font-size:14px;font-weight:500;line-height:1;display:flex}.markdown-alert .markdown-alert-title svg.octicon{fill:currentColor;margin-right:8px!important;margin-right:var(--base-size-8,8px)!important}.markdown-alert.markdown-alert-note{border-left-color:var(--borderColor-accent-emphasis,var(--color-accent-emphasis))}.markdown-alert.markdown-alert-note .markdown-alert-title{color:var(--fgColor-accent,var(--color-accent-fg))}.markdown-alert.markdown-alert-tip{border-left-color:var(--borderColor-success-emphasis,var(--color-success-emphasis))}.markdown-alert.markdown-alert-tip .markdown-alert-title{color:var(--fgColor-success,var(--color-success-fg))}.markdown-alert.markdown-alert-important{border-left-color:var(--borderColor-done-emphasis,var(--color-done-emphasis))}.markdown-alert.markdown-alert-important .markdown-alert-title{color:var(--fgColor-done,var(--color-done-fg))}.markdown-alert.markdown-alert-warning{border-left-color:var(--borderColor-attention-emphasis,var(--color-attention-emphasis))}.markdown-alert.markdown-alert-warning .markdown-alert-title{color:var(--fgColor-attention,var(--color-attention-fg))}.markdown-alert.markdown-alert-caution{border-left-color:var(--borderColor-danger-emphasis,var(--color-danger-emphasis))}.markdown-alert.markdown-alert-caution .markdown-alert-title{color:var(--fgColor-danger,var(--color-danger-fg))}.Socials{gap:.5rem;display:flex}a.button.Button-variant,.Button-variant{color:var(--text-main);background-color:var(--gray-1);border:1px solid var(--gray-a7)}a.button.Button--small,.Button--small{height:2rem;padding:0 1rem;font-size:.875rem}a.button.Button-variant>svg,.Button-variant>svg{color:var(--yellow-indicator)}a.button.Button-variant:hover,.Button-variant:hover{background-color:var(--gray-a3);border:1px solid var(--gray-a8)}.BackTo>svg{stroke-width:2px;stroke:currentColor;vertical-align:middle;width:1rem;height:1rem;display:block;overflow:visible}.BackTo>svg>line{transition-property:transform;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1);transform:matrix(0,0,0,1,8,0)}.BackTo:hover>svg>line{transform:matrix(1,0,0,1,0,0)}.BackTo>svg>polyline{fill:#0000;transition-property:transform;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1);transform:matrix(1,0,0,1,4,0)}.BackTo:hover>svg>polyline{transform:matrix(1,0,0,1,0,0)}html .BackToTop{pointer-events:none;opacity:0;border-radius:9999px;width:2.5rem;height:2.5rem;margin:0;padding:0;transition-property:opacity;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1);position:fixed;bottom:1rem;right:.5rem}html .BackToTop>svg{stroke-width:2px;stroke:currentColor;width:1rem;height:1rem;position:absolute;top:50%;left:12px;transform:matrix(0,1,-1,0,0,-8)}html .BackToTop>svg>line{transition-property:transform;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1);transform:matrix(0,0,0,1,8,0)}html .BackToTop:hover>svg>line{transform:matrix(1,0,0,1,0,0)}html .BackToTop>svg>polyline{fill:#0000;transition-property:transform;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1);transform:matrix(1,0,0,1,4,0)}html .BackToTop:hover>svg>polyline{transform:matrix(1,0,0,1,0,0)}html.scrolled .BackToTop{pointer-events:auto;opacity:.3}html.scrolled .BackToTop:hover{opacity:1}.header-anchor{opacity:0;border:none;margin-left:4px;transition:color .3s ease-in-out;display:inline}.header-anchor:hover{color:oklch(from var(--links) calc(l + .1) c h)}.header-anchor svg{width:.75em;max-width:100%;height:auto;display:inline}h1:hover>.header-anchor,h2:hover>.header-anchor,h3:hover>.header-anchor,h4:hover>.header-anchor,h5:hover>.header-anchor,h6:hover>.header-anchor{opacity:1;border:none}.Lightbox{cursor:pointer}.rds-link>img{vertical-align:text-bottom;border-radius:9999px;width:14px;height:14px;margin-bottom:2px;margin-right:4px;line-height:2rem;text-decoration:underline;display:inline-block}.rds-badge,.rds-link{background:var(--background);color:var(--links);transition:background-color var(--animation-duration) linear, color var(--animation-duration) linear;border:none;border-radius:6px;padding:2.5px 5px;font-size:1em}.rds-badge:hover,.rds-link:hover{background-color:var(--background-alt);color:oklch(from var(--links) calc(l + .1) c h);border:none}.rds-link:hover>img{opacity:1}.Header{justify-content:space-between;margin-bottom:4rem;display:flex}.Header-logo{border-bottom:none;border-radius:9999px;text-decoration:none}.Header-logo:hover{border-bottom:none;text-decoration:none}.Section{margin-bottom:4rem}.Section-header{word-wrap:break-word;justify-content:space-between;margin-bottom:1.5rem;display:flex}.Items{flex-direction:column;gap:1rem;display:flex}.Item{height:92px;color:var(--text-main);background-color:var(--background);border:none;border-radius:.5rem;flex-direction:row;align-items:center;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1);display:flex;position:relative}.Item-content{text-wrap:balance;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;padding-left:1rem;padding-right:2.5rem;display:-webkit-box;overflow:hidden}.Item-cover{border-top-left-radius:var(--border-radius);border-bottom-left-radius:var(--border-radius);width:35%;min-width:40px;max-width:200px;height:inherit;background-color:var(--yellow-12);text-align:center;flex-shrink:0;overflow:hidden}.Item-cover>img{object-fit:cover;width:100%;height:100%}.Item:hover{background-color:var(--background-alt);border-color:var(--gray-7);color:var(--text-bright);border:none;text-decoration:none}.Item>svg{stroke-width:2px;stroke:currentColor;fill:none;width:1.25rem;height:1.25rem;position:absolute;top:50%;right:.5rem;transform:matrix(1,0,0,1,0,-10)}.Item>svg>line{transition-property:transform;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1);transform:matrix(0,0,0,1,12,0)}.Item:hover>svg>line{transform:matrix(1,0,0,1,0,0)}.Item>svg>polyline{transition-property:transform;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1);transform:matrix(1,0,0,1,-4,0)}.Item:hover>svg>polyline{transform:matrix(1,0,0,1,0,0)}.Gallery{scrollbar-width:thin;column-gap:8px;min-width:100%;display:flex;overflow:auto hidden}.Gallery a:hover,.Gallery a{border:none;display:block}.Gallery img{border:1px solid var(--border);object-fit:cover;border-radius:var(--border-radius);max-width:fit-content;height:60px;transform:translateZ(0)}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;tab-size:4;font-family:system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;line-height:1.15}body{margin:0}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{border-color:currentColor}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:100%;line-height:1.15}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}:root{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-serif:ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--animation-duration:.3s;--border-radius:6px;--background-body:#fff;--background:#efefef;--background-alt:#f7f7f7;--selection:#9e9e9e;--text-main:#363636;--text-bright:#000;--text-muted:#70777f;--links:#0076d1;--focus:#0096bfab;--border:#dbdbdb;--code:#000;--button-base:#d0cfcf;--button-hover:#9b9b9b;--scrollbar-thumb:#aaa;--scrollbar-thumb-hover:var(--button-hover);--form-placeholder:#949494;--form-text:#1d1d1d;--variable:#39a33c;--highlight:#ff0}@media (prefers-color-scheme:dark){:root{color-scheme:dark;--background-body:#202b38;--background:#161f27;--background-alt:#1a242f;--text-main:#dbdbdb;--text-bright:#fff;--text-muted:#a9b1ba;--form-placeholder:#a9a9a9;--form-text:green;--form-background:var(--background-alt);--form-accent:red;--form-focus:blue;--selection:#1c76c5;--links:#41adff;--focus:#0096bfab;--border:#526980;--button-base:#0c151c;--button-hover:#040a0f;--scrollbar-track:var(--background-body);--scrollbar-thumb:var(--button-hover);--scrollbar-thumb-hover:#000;--code:#ffbe85;--variable:#d941e2;--highlight:#efdb43}}html{scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track);scrollbar-width:thin}body{font-family:var(--sans-font);word-wrap:break-word;max-width:800px;color:var(--text-main);background:var(--background-body);text-rendering:optimizelegibility;margin:20px auto;padding:0 10px;line-height:1.4}button,a.button,input,textarea{transition:background-color var(--animation-duration) linear, border-color var(--animation-duration) linear, color var(--animation-duration) linear, box-shadow var(--animation-duration) linear, transform var(--animation-duration) ease}h1{margin-top:0;font-size:2.2em}h1,h2,h3,h4,h5,h6{margin-top:24px;margin-bottom:12px}h1,h2,h3,h4,h5,h6,strong{color:var(--text-bright)}h1,h2,h3,h4,h5,h6,b,strong,th{font-weight:600}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}blockquote{border-left:4px solid var(--focus);margin:1.5em 0;padding:.5em 1em;font-style:italic}blockquote>footer{border:0;font-style:normal}cite{color:var(--text-muted);font-size:.9rem;font-style:normal}mark{background-color:var(--highlight);color:#000;border-radius:2px;padding:0 2px}a>code,a>strong{color:inherit}code,samp,time{background:var(--background);color:var(--code);border-radius:var(--border-radius);padding:2.5px 5px;font-size:1em}pre>code{padding:10px;display:block;overflow-x:auto}var{color:var(--variable);font-family:monospace;font-style:normal}kbd{background:var(--background);border:1px solid var(--border);color:var(--text-main);border-radius:2px;padding:2px 4px}abbr[title]{cursor:help;text-decoration-line:underline;text-decoration-style:dotted}a{color:var(--links);text-decoration:none}a:hover{text-decoration:underline}button,select,input[type=submit],input[type=reset],input[type=button],input[type=checkbox],input[type=range],input[type=radio]{cursor:pointer}input,button,a.button,textarea,select{color:var(--form-text);background-color:var(--form-background);font-family:inherit;font-size:inherit;border-radius:var(--border-radius);border:none;outline:none;max-width:100%;margin-bottom:6px;margin-right:6px;padding:10px;text-decoration:none;display:inline-block}button,a.button,input[type=submit],input[type=reset],input[type=button]{background-color:var(--button-base);color:var(--text-accent);vertical-align:top;text-align:center;justify-content:center;align-items:center;gap:8px;height:36px;padding:0 2rem;display:inline-flex}button:hover,a.button:hover,input[type=submit]:hover,input[type=reset]:hover,input[type=button]:hover{background:var(--button-hover)}input[type=color]{cursor:pointer;min-height:2.5rem;padding:8px}input[type=checkbox],input[type=radio]{vertical-align:middle;width:min-content;position:relative}input[type=checkbox]+label,input[type=radio]+label{display:inline-block}input[type=radio]{border-radius:100%}input[type=checkbox]:checked,input[type=radio]:checked{background-color:var(--form-accent)}input[type=checkbox]:checked:after{content:" ";border-right:solid var(--text-accent) .08em;border-bottom:solid var(--text-accent) .08em;background-color:#0000;border-radius:0;width:.18em;height:.32em;font-size:2.5em;position:absolute;top:.05em;left:.17em;transform:rotate(45deg)}input[type=radio]:checked:after{content:" ";background-color:var(--text-accent);border-radius:100%;width:.25em;height:.25em;font-size:2.5em;position:absolute;top:.125em;left:.125em}label{margin-bottom:4px;display:block}input,select,button,textarea{appearance:none}textarea{box-sizing:border-box;resize:vertical;margin-right:0;display:block}textarea:not([cols]){width:100%}textarea:not([rows]){height:140px;min-height:40px}select:not([multiple]){background-image:linear-gradient(45deg, transparent 49%, var(--form-text) 51%), linear-gradient(135deg, var(--form-text) 51%, transparent 49%);background-position:calc(100% - 15px),calc(100% - 10px);background-repeat:no-repeat;background-size:5px 5px,5px 5px;padding-inline-end:25px}[dir=rtl] select:not([multiple]){background-position:10px,15px}select::-ms-expand{display:none}select[multiple]{overflow-y:auto}select option:checked{background-color:var(--form-accent);color:var(--text-accent);border-radius:var(--border-radius);appearance:none}select:focus option:checked{box-shadow:0 0 10px 100px var(--form-accent) inset;appearance:none;border-radius:6px;background:var(--form-accent)!important;color:var(--text-accent)!important}input:focus,select:focus,textarea:focus{box-shadow:0 0 0 2px var(--form-focus)}input[type=checkbox]:active,input[type=radio]:active,input[type=submit]:active,input[type=reset]:active,input[type=button]:active,input[type=range]:active,a.button:active,button:active{transform:translateY(2px)}input:disabled,select:disabled,a.button[aria-disabled=true],button:disabled,textarea:disabled{cursor:not-allowed;opacity:.5}::placeholder{color:var(--form-placeholder)}fieldset{border:2px var(--border) solid;border-radius:var(--border-radius);margin:0 0 12px;padding:10px}legend{padding:0 .5rem;font-size:.9em;font-weight:600}input[type=range]{appearance:none;cursor:pointer;background:0 0;min-width:fit-content}input[type=range]:focus{outline:none}input[type=range]::-webkit-slider-runnable-track{background-color:var(--form-background);border-radius:.5rem;height:.5rem}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background-color:var(--form-accent);width:1rem;height:1rem;transition:background-color var(--animation-duration) linear;border-radius:.5rem;margin-top:-4px}input[type=range]:hover::-webkit-slider-thumb{background-color:var(--form-accent)}input[type=range]::-moz-range-track{background-color:var(--form-accent);border-radius:.5rem;height:.5rem}input[type=range]::-moz-range-thumb{background-color:var(--form-accent);width:1rem;height:1rem;transition:background-color var(--animation-duration) linear;border:none;border-radius:.5rem}input[type=range]:hover::-moz-range-thumb{background-color:var(--form-accent)}progress{appearance:none;width:100%;height:.5rem}progress:indeterminate{background-color:var(--form-background)}progress::-webkit-progress-bar{border-radius:var(--border-radius);background-color:var(--form-background)}progress::-webkit-progress-value{border-radius:var(--border-radius);background-color:var(--form-accent)}progress::-moz-progress-bar{border-radius:var(--border-radius);background-color:var(--form-accent);transition-property:width;transition-duration:.3s}progress:indeterminate::-moz-progress-bar{background-color:var(--form-background)}@media only screen and (width<=720px){textarea,select,input{width:100%}}img,video{max-width:100%;height:auto}figure{margin:0;display:block;overflow-x:auto}figure>img,figure>picture>img{margin-inline:auto;display:block}figcaption{text-align:center;color:var(--text-muted);margin-block:1rem;font-size:.9rem}hr{border:none;border-top:1px solid var(--border)}table{border-collapse:collapse;table-layout:fixed;width:100%;margin:1.5rem 0}figure>table{width:max-content;margin:0}table caption{text-align:left;color:var(--text-bright);margin-bottom:.5rem;font-weight:700}td,th{text-align:start;word-wrap:break-word;padding:6px}td[align=right],th[align=right]{text-align:right}td[align=center],th[align=center]{text-align:center}td[align=left],th[align=left]{text-align:left}thead{border-bottom:1px solid var(--border)}tfoot{border-top:1px solid var(--border)}tbody tr:nth-child(2n){background-color:var(--background)}tbody tr:nth-child(2n) button{background-color:var(--background-alt)}tbody tr:nth-child(2n) button:hover{background-color:var(--background-body)}::selection{background-color:var(--selection);color:var(--text-bright)}details{background-color:var(--background);border-radius:var(--border-radius);flex-direction:column;align-items:flex-start;margin:1em 0;padding:10px 10px 0;display:flex;overflow:hidden}details[open]{background-color:var(--background-alt);padding:10px}details>:last-child{margin-bottom:0}details[open] summary{background-color:var(--background);margin-bottom:10px}summary{cursor:pointer;width:fill-available;outline:none;width:-webkit-fill-available;margin:-10px -10px 0;padding:10px;display:list-item}summary:hover,summary:focus{text-decoration:underline}details>:not(summary){margin-top:0}summary::marker{color:var(--text-main)}dialog{background-color:var(--background-alt);color:var(--text-main);border:none;border-color:var(--border);border-radius:6px;padding:10px 30px}dialog>header:first-child{background-color:var(--background);text-align:center;border-radius:6px 6px 0 0;margin:-10px -30px 10px;padding:10px}dialog::backdrop{backdrop-filter:blur(4px);background:#0000009c}footer{border-top:1px solid var(--border);color:var(--text-muted);padding-top:10px}body>footer{margin-top:40px}@media print{body,pre,code,summary,details,button,input,textarea{background-color:#fff}button,input,textarea{border:1px solid #000}body,h1,h2,h3,h4,h5,h6,pre,code,button,input,textarea,footer,summary,strong,summary::marker,summary::marker{color:#000}tbody tr:nth-child(2n){background-color:#f2f2f2}a{color:#00f;text-decoration:underline}}.pswp{--pswp-bg:#000;--pswp-placeholder-bg:#222;--pswp-root-z-index:100000;--pswp-preloader-color:#4f4f4f66;--pswp-preloader-color-secondary:#ffffffe6;--pswp-icon-color:#fff;--pswp-icon-color-secondary:#4f4f4f;--pswp-icon-stroke-color:#4f4f4f;--pswp-icon-stroke-width:2px;--pswp-error-text-color:var(--pswp-icon-color);width:100%;height:100%;z-index:var(--pswp-root-z-index);touch-action:none;opacity:.003;contain:layout style size;-webkit-tap-highlight-color:#0000;outline:0;display:none;position:fixed;top:0;left:0}.pswp:focus{outline:0}.pswp *{box-sizing:border-box}.pswp img{max-width:none}.pswp--open{display:block}.pswp,.pswp__bg{will-change:opacity;transform:translateZ(0)}.pswp__bg{opacity:.005;background:var(--pswp-bg)}.pswp,.pswp__scroll-wrap{overflow:hidden}.pswp__scroll-wrap,.pswp__bg,.pswp__container,.pswp__item,.pswp__content,.pswp__img,.pswp__zoom-wrap{width:100%;height:100%;position:absolute;top:0;left:0}.pswp__img,.pswp__zoom-wrap{width:auto;height:auto}.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,.pswp__img{cursor:-webkit-zoom-out;cursor:-moz-zoom-out;cursor:zoom-out}.pswp__container,.pswp__img,.pswp__button,.pswp__counter{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__item{z-index:1;overflow:hidden}.pswp__hidden{display:none!important}.pswp__content{pointer-events:none}.pswp__content>*{pointer-events:auto}.pswp__error-msg-container{display:grid}.pswp__error-msg{color:var(--pswp-error-text-color);margin:auto;font-size:1em;line-height:1}.pswp .pswp__hide-on-close{opacity:.005;will-change:opacity;transition:opacity var(--pswp-transition-duration) cubic-bezier(.4, 0, .22, 1);z-index:10;pointer-events:none}.pswp--ui-visible .pswp__hide-on-close{opacity:1;pointer-events:auto}.pswp__button{cursor:pointer;width:50px;height:60px;box-shadow:none;opacity:.85;-webkit-appearance:none;-webkit-touch-callout:none;background:0 0;border:0;margin:0;padding:0;display:block;position:relative;overflow:hidden}.pswp__button:hover,.pswp__button:active,.pswp__button:focus{box-shadow:none;opacity:1;background:0 0;border:0;padding:0;transition:none}.pswp__button:disabled{opacity:.3;cursor:auto}.pswp__icn{fill:var(--pswp-icon-color);color:var(--pswp-icon-color-secondary);pointer-events:none;width:32px;height:32px;position:absolute;top:14px;left:9px;overflow:hidden}.pswp__icn-shadow{stroke:var(--pswp-icon-stroke-color);stroke-width:var(--pswp-icon-stroke-width);fill:none}.pswp__icn:focus{outline:0}div.pswp__img--placeholder,.pswp__img--with-bg{background:var(--pswp-placeholder-bg)}.pswp__top-bar{z-index:10;flex-direction:row;justify-content:flex-end;width:100%;height:60px;display:flex;position:absolute;top:0;left:0;pointer-events:none!important}.pswp__top-bar>*{pointer-events:auto;will-change:opacity}.pswp__button--close{margin-right:6px}.pswp__button--arrow{width:75px;height:100px;margin-top:-50px;position:absolute;top:50%}.pswp__button--arrow:disabled{cursor:default;display:none}.pswp__button--arrow .pswp__icn{background:0 0;border-radius:0;width:60px;height:60px;margin-top:-30px;top:50%}.pswp--one-slide .pswp__button--arrow{display:none}.pswp--touch .pswp__button--arrow{visibility:hidden}.pswp--has_mouse .pswp__button--arrow{visibility:visible}.pswp__button--arrow--prev{left:0;right:auto}.pswp__button--arrow--next{right:0}.pswp__button--arrow--next .pswp__icn{left:auto;right:14px;transform:scaleX(-1)}.pswp__button--zoom{display:none}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__zoom-icn-bar-v{display:none}.pswp__preloader{width:50px;height:60px;margin-right:auto;position:relative;overflow:hidden}.pswp__preloader .pswp__icn{opacity:0;transition:opacity .2s linear;animation:.6s linear infinite pswp-clockwise}.pswp__preloader--active .pswp__icn{opacity:.85}@keyframes pswp-clockwise{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pswp__counter{margin-top:15px;height:30px;color:var(--pswp-icon-color);text-shadow:1px 1px 3px var(--pswp-icon-color-secondary);opacity:.85;margin-inline-start:20px;font-size:14px;line-height:30px}.pswp--one-slide .pswp__counter{display:none}:root{--yellow-1:#eceae7;--yellow-2:#efe6d7;--yellow-3:#fcdca8;--yellow-4:#fed286;--yellow-5:#fac566;--yellow-6:#e8b65d;--yellow-7:#d4a85a;--yellow-8:#c19030;--yellow-9:#a87808;--yellow-10:#9b6b00;--yellow-11:#855700;--yellow-12:#483a23;--yellow-a1:#99441806;--yellow-a2:#ff66000f;--yellow-a3:#ffd99ad2;--yellow-a4:#ffd180f0;--yellow-a5:#ffb42fb4;--yellow-a6:#e592009b;--yellow-a7:#c47d009e;--yellow-a8:#b57801cc;--yellow-a9:#a67501f7;--yellow-a10:#9b6b00;--yellow-a11:#855700;--yellow-a12:#2b1b01da;--yellow-contrast:#fff;--yellow-surface:#efe4d2cc;--yellow-indicator:#a87808;--yellow-track:#a87808;--gray-1:#edeade;--gray-2:#e8e5d9;--gray-3:#dedacf;--gray-4:#d4d1c9;--gray-5:#ccc9bd;--gray-6:#c1c0bc;--gray-7:#b7b4ab;--gray-8:#a4a196;--gray-9:#77746b;--gray-10:#6d6a5f;--gray-11:#504e47;--gray-12:#21201e;--gray-a1:#dfaf0d10;--gray-a2:#a6810615;--gray-a3:#6f4f0520;--gray-a4:#3f2b0226;--gray-a5:#44350133;--gray-a6:#120d0134;--gray-a7:#291e0347;--gray-a8:#241b015d;--gray-a9:#1610028c;--gray-a10:#17120199;--gray-a11:#0d0a01b3;--gray-a12:#040200df;--gray-contrast:#fff;--gray-surface:#fffc;--gray-indicator:#77746b;--gray-track:#77746b;--color-background:#eeeeec;--background-body:var(--color-background);--background:var(--gray-surface);--background-alt:var(--gray-a1);--text-bright:var(--gray-12);--text-main:var(--gray-11);--text-muted:var(--gray-10);--text-accent:var(--gray-contrast);--form-placeholder:var(--text-muted);--form-text:var(--text-bright);--form-background:var(--gray-surface);--form-accent:var(--yellow-indicator);--form-focus:var(--yellow-5);--selection:var(--yellow-5);--links:var(--yellow-11);--focus:var(--yellow-5);--border:var(--gray-6);--button-base:var(--yellow-9);--button-hover:var(--yellow-10);--scrollbar-track:var(--background-body);--scrollbar-thumb:var(--gray-4);--scrollbar-thumb-hover:#000;--code:#ffbe85;--variable:#d941e2;--highlight:#efdb43}@media (prefers-color-scheme:dark){:root{--yellow-1:#25201a;--yellow-2:#2c271d;--yellow-3:#3b2e17;--yellow-4:#4a3407;--yellow-5:#563a00;--yellow-6:#644400;--yellow-7:#775300;--yellow-8:#946500;--yellow-9:#a87808;--yellow-10:#9b6b00;--yellow-11:#f1be63;--yellow-12:#ffe0a4;--yellow-a1:#ee000005;--yellow-a2:#f997000d;--yellow-a3:#fe90001e;--yellow-a4:#fb860030;--yellow-a5:#ff8a003d;--yellow-a6:#ff95004d;--yellow-a7:#ffa20063;--yellow-a8:#fea30085;--yellow-a9:#feaf009c;--yellow-a10:#fea7008d;--yellow-a11:#ffc968ef;--yellow-a12:#ffe0a4;--yellow-contrast:#fff;--yellow-surface:#372d1a80;--yellow-indicator:#a87808;--yellow-track:#a87808;--gray-1:#212120;--gray-2:#282827;--gray-3:#31302f;--gray-4:#373634;--gray-5:#3d3c3a;--gray-6:#454441;--gray-7:#52504c;--gray-8:#696862;--gray-9:#75736c;--gray-10:#807e77;--gray-11:#b7b5af;--gray-12:#eeeeec;--gray-a1:#21210208;--gray-a2:#e8e8cb09;--gray-a3:#f8eadd13;--gray-a4:#f9efdc1a;--gray-a5:#faf2e321;--gray-a6:#fbf5e32a;--gray-a7:#fcf3e139;--gray-a8:#fffce953;--gray-a9:#fef9e761;--gray-a10:#fdf9e86e;--gray-a11:#fefbf2ad;--gray-a12:#fffffdec;--gray-contrast:#fff;--gray-surface:#0000000d;--gray-indicator:#75736c;--gray-track:#75736c;--color-background:#212121;color-scheme:dark;--background-body:#191918;--background:var(--gray-2);--background-alt:var(--gray-3);--text-bright:var(--gray-12);--text-main:var(--gray-11);--text-muted:var(--gray-10);--text-accent:var(--gray-contrast);--form-placeholder:var(--text-muted);--form-text:var(--text-bright);--form-background:var(--background);--form-accent:var(--yellow-indicator);--form-focus:var(--yellow-5);--selection:var(--yellow-5);--links:var(--yellow-11);--focus:var(--yellow-5);--border:var(--gray-6);--button-base:var(--yellow-9);--button-hover:var(--yellow-10);--scrollbar-track:var(--background-body);--scrollbar-thumb:var(--yellow-2);--scrollbar-thumb-hover:#000;--code:#ffbe85;--variable:#d941e2;--highlight:#efdb43}}:where(:root) body{max-width:720px;margin:40px auto;padding:0 30px}small{color:var(--text-muted)}a{border-bottom:1px solid oklch(from var(--links) l c h / .2);text-decoration:none;transition:border .3s ease-in-out}a:hover{border-bottom:1px solid var(--links);text-decoration:none}a.button:hover{border:none}ul.Socials,ul.Items,ul.contains-task-list,.reset-list{padding:0!important;list-style:none!important}.contains-task-list input:disabled{opacity:initial}.twitter-tweet{background-color:var(--background);border-radius:6px;border:none!important}.link-preview{--link-preview-corners:6px;--link-preview-padding-inline:.75rem;--link-preview-padding-block:.75rem;background-color:var(--background);margin:1.5rem auto;border-radius:6px!important}.link-preview a{width:fit-content}.bluesky-post-container{--bluesky-color-link:var(--links)!important;background-color:var(--background)!important;border:none!important;border-radius:6px!important}.bluesky-post-container a{width:fit-content;text-decoration:none!important}.expressive-code{margin:20px 0}.markdown-alert{background-color:var(--background)}.markdown-alert>:last-child{margin-bottom:inherit!important}[data-icon]{vertical-align:text-bottom;opacity:.75;margin-bottom:2px;display:inline-block}nav{align-items:center;gap:4px;display:flex}.expressive-code{scrollbar-color:var(--scrollbar-thumb) transparent;scrollbar-width:thin}.image-hero{text-align:center}.image-hero>img{object-fit:contain;max-height:200px;margin:0 auto}blockquote p{margin:0;padding:0}figure{margin-top:3rem;margin-bottom:3rem}.mb1-5{margin-bottom:1.5rem}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.m-0{margin:0}.gap-0{gap:0}.gap-1{gap:1rem}.gap-2{gap:2rem}.relative{position:relative}.animate{opacity:0;transition-property:all;transition-duration:.7s;transition-timing-function:cubic-bezier(0,0,.2,1);transform:translateY(.75rem)}.animate.show{opacity:1;transform:translate(0)}.astro-route-announcer{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;top:0;left:0;overflow:hidden}
