:root{font-size:var(--default-font-size)}:root,:host{--default-font-size:1rem;--code-bg:oklch(var(--theme-base00));--color-table-cell-border:oklch(var(--theme-base02));--color-line-break:oklch(var(--theme-base04));--color-img-text:oklch(var(--theme-base04));--light-shadow:rgba(0,0,0,.1);--table-border:oklch(var(--theme-base04));--table-cell-bg:oklch(var(--theme-base00));--table-cell-strong-1:oklch(var(--theme-base09));--table-cell-strong-2:oklch(var(--theme-base0A));--table-cell-shadow:oklch(var(--theme-base0F));--u-list-border:oklch(var(--theme-base07));--o-list-border:oklch(var(--theme-base07))}h2{color:transparent;background-image:linear-gradient(to left,var(--color-text-subtitle-1)0%,var(--color-text-subtitle-2)100%);-webkit-background-clip:text;background-clip:text;width:-moz-fit-content;width:fit-content;margin-bottom:.5rem;padding-top:.5rem;padding-left:.25rem;font-size:1.5rem;font-weight:700}strong{background-image:linear-gradient(to right,var(--color-strong-1),var(--color-strong-2));color:transparent;-webkit-background-clip:text;background-clip:text}.img-container{flex-direction:column;align-items:center;width:100%;margin:3rem 0;display:flex}.img-text{color:var(--color-img-text);font-style:italic}img{border-bottom:.1rem solid var(--color-img-text);width:30rem;margin:0 auto;padding-bottom:.5rem}table{width:-moz-fit-content;width:fit-content;box-shadow:5px 5px 5px var(--light-shadow);border:.2rem solid var(--table-border);border-radius:.2rem;flex-direction:column;align-items:center;margin:2rem auto;display:flex}td{border:.1rem solid var(--color-table-cell-border);text-align:center;background-color:var(--table-cell-bg);width:3rem;height:3rem;padding:.5rem;font-family:monospace}@media (max-width:600px){td{width:1.5rem;height:1.5rem;padding:0;font-size:.75rem}}td strong{text-shadow:0 0 1rem var(--table-cell-shadow);background-image:linear-gradient(to right,var(--table-cell-strong-1),var(--table-cell-strong-2));color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1rem}pre{background:var(--code-bg);color:var(--code-color);box-shadow:5px 5px 5px var(--light-shadow);border-radius:.5rem;justify-content:space-between;margin-top:1rem;margin-bottom:1rem;display:flex}code{text-wrap:wrap;width:100%;padding:1.25rem;font-size:.8rem}hr{color:var(--color-line-break);margin:1rem 0}ul{border-left:.1rem solid var(--u-list-border);margin:1rem 0}li{--top-spacing:calc(var(--default-font-size)*.75)}ul li{--left-gap:2rem;margin-left:var(--left-gap);padding-top:.5rem;position:relative}ul li:before{left:calc(var(--left-gap)*-1);transform:translateY(var(--top-spacing));content:"";border-top:.1rem solid var(--u-list-border);width:1rem;height:100%;position:absolute}@media (max-width:40rem){ul li{min-height:3rem}}ol{margin:2rem}ol li{--left-gap:1.5rem;margin-left:var(--left-gap);position:relative}ol li:before{left:calc(var(--left-gap)*-1);top:var(--top-spacing);content:"";border-top:.2rem solid var(--o-list-border);border-right:.2rem solid var(--o-list-border);width:.5rem;height:.5rem;position:absolute;transform:translateY(-50%)rotate(45deg)}
:root,:host{--color-copy-tick:oklch(var(--theme-base0B));--color-copy-svg:oklch(var(--theme-base05));--color-copy-hover-bg:oklch(var(--theme-base02))}.copy-svg,.tick-svg{pointer-events:none;transition:all .2s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.copy-code{--icon-size:2.5rem;color:#fff;cursor:pointer;width:var(--icon-size);height:var(--icon-size);border-radius:.25rem;margin:.5rem;padding:.25rem;position:relative}.tick-svg{color:var(--color-copy-tick)}.copy-svg{color:var(--color-copy-svg)}.copy-code:hover{background-color:var(--color-copy-hover-bg)}.svg-hidden{width:0;height:0}.svg-show{width:1.5rem;height:1.5rem}.hidden{display:none}
pre code.hljs{padding:1em;display:block;overflow-x:auto}code.hljs{padding:3px 5px}.hljs{color:oklch(var(--theme-base05));background:oklch(var(--theme-base00))}.hljs::selection,.hljs ::selection{background-color:oklch(var(--theme-base02));color:oklch(var(--theme-base05))}.hljs-comment{color:oklch(var(--theme-base03))}.hljs-tag{color:oklch(var(--theme-base04))}.hljs-subst,.hljs-punctuation,.hljs-operator{color:oklch(var(--theme-base05))}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-variable,.hljs-template-variable,.hljs-selector-tag,.hljs-name,.hljs-deletion{color:oklch(var(--theme-base08))}.hljs-symbol,.hljs-number,.hljs-link,.hljs-attr,.hljs-variable.constant_,.hljs-literal{color:oklch(var(--theme-base09))}.hljs-title,.hljs-class .hljs-title,.hljs-title.class_{color:oklch(var(--theme-base0A))}.hljs-strong{color:oklch(var(--theme-base0A));font-weight:700}.hljs-code,.hljs-addition,.hljs-title.class_.inherited__,.hljs-string{color:oklch(var(--theme-base0B))}.hljs-built_in,.hljs-doctag,.hljs-quote,.hljs-keyword.hljs-atrule,.hljs-regexp{color:oklch(var(--theme-base0C))}.hljs-function .hljs-title,.hljs-attribute,.ruby .hljs-property,.hljs-title.function_,.hljs-section{color:oklch(var(--theme-base0D))}.hljs-type,.hljs-template-tag,.diff .hljs-meta,.hljs-keyword{color:oklch(var(--theme-base0E))}.hljs-emphasis{color:oklch(var(--theme-base0E));font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:oklch(var(--theme-base0F))}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}
