.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}.app-prose{color:var(--foreground);line-height:1.75}.app-prose h1,.app-prose h2,.app-prose h3,.app-prose h4,.app-prose h5,.app-prose h6,.app-prose th{margin-bottom:.75rem;color:var(--foreground);font-weight:700;line-height:1.25}.app-prose h1{font-size:2.25rem;margin-top:0}.app-prose h2{font-size:1.875rem;margin-top:3rem}.app-prose h3{font-size:1.5rem;margin-top:2.5rem}.app-prose h4{font-size:1.25rem;margin-top:1.5rem}.app-prose p,.app-prose strong,.app-prose ol,.app-prose ul,.app-prose figcaption,.app-prose table,.app-prose code{color:var(--foreground)}.app-prose p{margin-top:1.25rem;margin-bottom:1.25rem}.app-prose li>p:only-of-type{margin:.75rem 0}.app-prose a{word-break:break-word;text-decoration:underline;text-decoration-style:dashed;text-underline-offset:4px}.app-prose a:hover{text-decoration-style:solid}.app-prose a:focus-visible{text-decoration:none}.app-prose h1>a,.app-prose h2>a,.app-prose h3>a,.app-prose h4>a,.app-prose h5>a,.app-prose h6>a{color:var(--foreground);text-decoration:none;&:before{content:"# "}&:hover,&:focus{text-decoration:underline}}.app-prose h2>a:before{content:"# "}.app-prose h3>a:before{content:"## "}.app-prose h4>a:before{content:"### "}.app-prose ul,.app-prose ol{overflow-x:clip;padding-left:1.625rem;margin-top:1.25rem;margin-bottom:1.25rem}.app-prose li{margin-top:.5rem;margin-bottom:.5rem}.app-prose hr{border-color:var(--border);border-top-width:1px;margin-top:3rem;margin-bottom:3rem}.app-prose img{border:1px solid var(--border);margin:0 auto;max-width:100%}.app-prose figcaption{font-size:.875rem;text-align:center;margin-top:0}.app-prose .table-wrapper{overflow-x:auto;max-width:100%;display:block}.app-prose table{width:100%;table-layout:auto;text-align:left;margin-top:2rem;margin-bottom:2rem;border-collapse:collapse}.app-prose table th,.app-prose table td{border:1px solid var(--border);padding:.5rem}.app-prose table th{padding-top:.375rem;padding-bottom:.375rem;font-weight:600}.app-prose table code{word-break:break-all}@media(min-width:640px){.app-prose table code{word-break:normal}}.app-prose code{border-radius:.25rem;background-color:var(--muted);padding:.25rem;word-break:break-word;color:var(--foreground);font-size:.875em}.app-prose code:before,.app-prose code:after{content:none}.app-prose .astro-code code{flex:1 0 100%;background-color:inherit;padding:0}.app-prose blockquote{border-left:4px solid #fff;padding-left:1rem;word-break:break-word;font-style:italic;margin:1.6rem 0;color:var(--foreground)}.app-prose details{display:inline-block;cursor:pointer;color:var(--foreground);user-select:none}.app-prose details p{display:none}.app-prose details ul{margin-top:0!important;margin-bottom:0!important}.app-prose summary{cursor:pointer}.app-prose summary:focus-visible{text-decoration:none;outline-width:2px;outline-offset:1px;outline-color:#fff;outline-style:dashed}.app-prose .code-container{background-color:var(--color-muted);border-radius:.375rem;padding:.5rem;display:flex;flex-direction:column;gap:.5rem;margin:1rem 0}.app-prose .code-header{display:flex;justify-content:space-between}.app-prose .code-filename{font-size:1.2rem}.app-prose .code-copy{background-color:var(--muted);color:var(--foreground);border-radius:5px;border:1px solid var(--border);padding:.25rem .5rem;&:hover,&:focus-visible{background-color:var(--accent);color:var(--background)}}.app-prose pre{margin:0;padding:1rem;overflow-x:auto;border-radius:.375rem;font-size:1.2rem;line-height:1.71}.app-prose pre:focus-visible{border-color:transparent;outline-width:2px;outline-color:#fff;outline-style:dashed}.app-prose.prose-img\:border-0 img{border:0}.astro-code{display:flex;border:1px solid var(--border);background-color:var(--shiki-light-bg);color:var(--shiki-light);outline-color:var(--border);font-family:TX-02,monospace}.astro-code span{color:var(--shiki-light)}html[data-theme=dark] .astro-code{background-color:var(--shiki-dark-bg);color:var(--shiki-dark)}html[data-theme=dark] .astro-code span{color:var(--shiki-dark)}.astro-code .line.diff.add{position:relative;display:inline-block;width:100%;background-color:#22c55e33}.astro-code .line.diff.add:before{content:"+";position:absolute;left:-.75rem;color:#22c55e}.astro-code .line.diff.remove{position:relative;display:inline-block;width:100%;background-color:#ef444433}.astro-code .line.diff.remove:before{content:"-";position:absolute;left:-.75rem;color:#ef4444}.astro-code .line.highlighted{display:inline-block;width:100%;background-color:#94a3b833}.astro-code .highlighted-word{border-radius:.125rem;border:1px solid var(--border);padding-left:.125rem;padding-right:.125rem;padding-top:1px;padding-bottom:1px}html{--background: #000;--foreground: #eaedf3;--accent: #d07838;--muted: #302849;--border: #222;--color-background: var(--background);--color-foreground: var(--foreground);--color-accent: var(--accent);--color-muted: var(--muted);--color-border: var(--border)}*{border-color:var(--border);outline-color:#ffffffbf}html{overflow-y:scroll;scroll-behavior:smooth}body{background-color:var(--background);font-family:TX-02,monospace;font-size:1.125rem;line-height:1.75;color:var(--foreground);width:64rem;max-width:100%;padding:1.5rem;margin:0 auto;box-sizing:border-box}@media(min-width:700px){body{padding:3rem}}h1{font-size:5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}a,button{outline-offset:1px;outline-color:var(--accent)}a:focus-visible,button:focus-visible{text-decoration:none;outline-width:2px;outline-style:dashed}a{color:var(--accent)}button:not(:disabled),[role=button]:not(:disabled){cursor:pointer}.active-nav{text-decoration:underline;text-decoration-style:wavy;text-decoration-thickness:2px;text-underline-offset:4px}.focus-outline{outline-offset:1px;outline-color:var(--accent)}.focus-outline:focus-visible{text-decoration:none;outline-width:2px;outline-style:dashed}:target{scroll-margin-block:1rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@media(min-width:640px){.sm\:not-sr-only{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}}.hidden{display:none}.group:hover .group-hover\:text-accent{color:var(--accent)}.group:hover .group-hover\:fill-transparent{fill:transparent}[data-theme=dark] .dark\:scale-0{transform:scale(0)}[data-theme=dark] .dark\:-rotate-90{transform:rotate(-90deg)}[data-theme=dark] .dark\:scale-100{transform:scale(1)}[data-theme=dark] .dark\:rotate-0{transform:rotate(0)}@font-face{font-family:TX-02;src:url(/assets/TX-02-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:TX-02;src:url(/assets/TX-02-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:TX-02;src:url(/assets/TX-02-Oblique.woff2) format("woff2");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:TX-02;src:url(/assets/TX-02-Bold-Oblique.woff2) format("woff2");font-weight:700;font-style:italic;font-display:swap}.header[data-astro-cid-3ef6ksr2]{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;margin:2rem 0 4rem}.site-title[data-astro-cid-3ef6ksr2]{color:#fff}.site-title[data-astro-cid-3ef6ksr2]>h1[data-astro-cid-3ef6ksr2]{margin:0;font-size:4rem}@media(min-width:640px){.site-title[data-astro-cid-3ef6ksr2]>h1[data-astro-cid-3ef6ksr2]{font-size:5rem}}.nav-list[data-astro-cid-3ef6ksr2]{list-style:none;padding:0;display:grid;grid-template-columns:repeat(2,14ch)}.nav-list[data-astro-cid-3ef6ksr2]>li[data-astro-cid-3ef6ksr2]{display:flex}.nav-list[data-astro-cid-3ef6ksr2]>li[data-astro-cid-3ef6ksr2]>a[data-astro-cid-3ef6ksr2]{flex-grow:1;color:#aaa;text-decoration:none}.nav-list[data-astro-cid-3ef6ksr2]>li[data-astro-cid-3ef6ksr2]>a[data-astro-cid-3ef6ksr2].active{color:var(--accent)}.menu-item-key[data-astro-cid-3ef6ksr2]{display:inline-block;color:#3944bc;width:4ch}.menu-item-main[data-astro-cid-3ef6ksr2]{display:inline-block;text-decoration:underline}.nav-list[data-astro-cid-3ef6ksr2]>li[data-astro-cid-3ef6ksr2]>a[data-astro-cid-3ef6ksr2]:hover>.menu-item-main[data-astro-cid-3ef6ksr2]{background-color:#fff;color:#000}.nav-list[data-astro-cid-3ef6ksr2]>li[data-astro-cid-3ef6ksr2]>a[data-astro-cid-3ef6ksr2].active:hover>.menu-item-main[data-astro-cid-3ef6ksr2]{background-color:var(--accent);color:#000}.hr-container[data-astro-cid-2lh3wrhp]{margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.hr-container[data-astro-cid-2lh3wrhp].no-padding{padding-left:0;padding-right:0}.hr-line[data-astro-cid-2lh3wrhp]{border-color:var(--border)}
