.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}.top-bar{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;--backdrop-background:rgba(0, 0, 0, .7);--backdrop-blur:12px;border-bottom:1px solid var(--border);position:fixed;top:0;left:0;right:0;z-index:100;transform:translateY(0);transition:transform .24s ease,opacity .2s ease;will-change:transform}.top-bar.top-bar--hidden{transform:translateY(-100%);opacity:0}.top-bar-left{display:flex;align-items:center;gap:2rem}.logo-link{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--foreground);font-weight:500;font-size:1.125rem;transition:color .2s}.logo-link:hover{color:var(--primary)}.logo-icon{width:32px;height:32px;flex-shrink:0}.site-name{font-family:var(--font-headline);font-weight:var(--weight-headline)}.categories{display:flex;gap:1.5rem}.category-link{color:var(--text-secondary);text-decoration:none;font-size:.9375rem;transition:color .2s;position:relative}.category-link:hover,.category-link.active{color:var(--primary)}.category-link.active:after{content:"";position:absolute;bottom:-1.1rem;left:0;right:0;height:2px;background:var(--primary)}.top-bar-right{display:flex;align-items:center;gap:1.5rem}.social-links{display:flex;align-items:center;gap:.5rem}.social-link{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem}.social-icon{width:1.25rem;height:1.25rem;background-color:var(--foreground);mask-image:var(--icon-url);mask-size:contain;mask-repeat:no-repeat;mask-position:center;transition:background-color .2s}.social-link:hover .social-icon{background-color:var(--primary)}.social-link:nth-child(2) .social-icon{--icon-url:url(/telegram.svg)}.social-link:nth-child(3) .social-icon{--icon-url:url(/github.svg)}.social-link:nth-child(4) .social-icon{--icon-url:url(/x.svg);width:1.0625rem;height:1.0625rem}.social-link:nth-child(5) .social-icon{--icon-url:url(/linkedin.svg)}.social-link:nth-child(6) .social-icon{--icon-url:url(/mail.svg)}.lang-link{padding:.5rem 1rem;background:var(--muted);border-radius:.25rem;text-decoration:none;color:var(--foreground);font-size:.875rem;transition:background .2s}.lang-link:hover{background:var(--primary);color:var(--on-primary)}.rss-container{position:relative;display:flex;align-items:center}.rss-trigger{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:0 0;border:0;cursor:pointer;padding:0}.rss-icon{width:1.25rem;height:1.25rem;background-color:var(--foreground);mask-image:url(/rss.svg);mask-size:contain;mask-repeat:no-repeat;mask-position:center;transition:background-color .2s}.rss-trigger:hover .rss-icon,.rss-container:hover .rss-icon{background-color:var(--primary)}.rss-dropdown{position:absolute;top:calc(100% + .75rem);right:0;min-width:240px;--backdrop-background:rgba(0, 0, 0, .85);--backdrop-blur:20px;border:1px solid var(--border);border-radius:.5rem;padding:.5rem;opacity:0;visibility:hidden;transform:translateY(-.5rem);transition:opacity .2s ease,transform .2s ease,visibility .2s;z-index:110;box-shadow:0 8px 24px #0006}.rss-container:hover .rss-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.rss-dropdown-header{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);padding:.5rem .75rem;margin-bottom:.25rem}.rss-item{width:100%;padding:.625rem .75rem;background:0 0;border:0;color:var(--foreground);font-size:.9375rem;border-radius:.25rem;transition:background .2s;cursor:pointer;text-align:left}.rss-item:hover{background:var(--muted)}.toast{position:fixed;top:5rem;left:50%;transform:translate(-50%) translateY(-100px);--backdrop-background:rgba(0, 0, 0, .7);--backdrop-blur:20px;border:1px solid var(--border);border-radius:.5rem;padding:1rem 1.5rem;color:var(--foreground);font-size:.9375rem;z-index:120;opacity:0;visibility:hidden;transition:opacity .3s ease,transform .3s ease,visibility .3s;box-shadow:0 8px 24px #00000080;pointer-events:none}.toast-message{position:relative;z-index:1}.toast.show{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.mobile-menu-toggle{display:none}.hamburger{display:none;flex-direction:column;gap:.375rem;cursor:pointer;padding:.5rem;z-index:102}.hamburger span{display:block;width:1.5rem;height:.125rem;background:var(--foreground);border-radius:.125rem;transition:all .3s ease}.mobile-menu-toggle:checked~.top-bar .hamburger span:nth-child(1){transform:translateY(.5rem) rotate(45deg)}.mobile-menu-toggle:checked~.top-bar .hamburger span:nth-child(2){opacity:0}.mobile-menu-toggle:checked~.top-bar .hamburger span:nth-child(3){transform:translateY(-.5rem) rotate(-45deg)}.mobile-menu-toggle:checked~.top-bar{transform:translateY(0);opacity:1}.mobile-menu-backdrop{display:none;position:fixed;inset:0;background:#00000080;z-index:99;opacity:0;transition:opacity .3s ease;cursor:pointer}.mobile-menu-toggle:checked~.mobile-menu-backdrop{display:block;opacity:1}.mobile-menu{position:fixed;top:0;left:0;right:0;--backdrop-background:rgba(0, 0, 0, .85);--backdrop-blur:20px;border-bottom:1px solid var(--border);z-index:101;transform:translateY(-100%);transition:transform .3s ease}.mobile-menu-toggle:checked~.mobile-menu{transform:translateY(0)}.mobile-menu-content{padding:5rem 2rem 2rem;display:flex;flex-direction:column;gap:2rem}.mobile-categories{display:flex;flex-direction:column;gap:1rem}.mobile-category-link{color:var(--foreground);text-decoration:none;font-size:1.25rem;padding:.75rem 0;transition:color .2s;border-bottom:1px solid var(--border)}.mobile-category-link:hover,.mobile-category-link.active{color:var(--primary)}.mobile-social-links{display:flex;gap:1.5rem;justify-content:center;padding:1rem 0}.mobile-social-link{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem}.mobile-social-icon{width:1.5rem;height:1.5rem;background-color:var(--foreground);mask-image:var(--icon-url);mask-size:contain;mask-repeat:no-repeat;mask-position:center;transition:background-color .2s}.mobile-social-link:hover .mobile-social-icon{background-color:var(--primary)}.mobile-social-link:nth-child(1) .mobile-social-icon{--icon-url:url(/telegram.svg)}.mobile-social-link:nth-child(2) .mobile-social-icon{--icon-url:url(/github.svg)}.mobile-social-link:nth-child(3) .mobile-social-icon{--icon-url:url(/x.svg);width:1.3125rem;height:1.3125rem}.mobile-social-link:nth-child(4) .mobile-social-icon{--icon-url:url(/linkedin.svg)}.mobile-social-link:nth-child(5) .mobile-social-icon{--icon-url:url(/mail.svg)}.mobile-rss-section{display:flex;flex-direction:column;gap:0}.mobile-rss-header{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);padding:.75rem 0;border-bottom:1px solid var(--border)}.mobile-rss-item{width:100%;padding:.75rem 0;background:0 0;border:0;color:var(--foreground);font-size:1.25rem;text-align:left;cursor:pointer;transition:color .2s;border-bottom:1px solid var(--border)}.mobile-rss-item:hover,.mobile-rss-item:active{color:var(--primary)}@media (max-width:768px){.top-bar{padding:1rem}.top-bar-left .categories,.top-bar-right .social-links,.rss-container{display:none}.toast{top:5rem;left:1rem;right:1rem;transform:translateY(-100px);max-width:calc(100vw - 2rem)}.toast.show{transform:translateY(0)}.hamburger{display:flex}}:root{--image-viewer-overlay:rgba(5, 7, 12, .78);--image-viewer-shadow:0 32px 90px rgba(0, 0, 0, .5)}html[data-theme=light]{--image-viewer-overlay:rgba(244, 246, 251, .8);--image-viewer-shadow:0 28px 72px rgba(15, 23, 42, .22)}html[data-theme=dark]{--image-viewer-overlay:rgba(5, 7, 12, .78);--image-viewer-shadow:0 32px 90px rgba(0, 0, 0, .5)}.image-viewer-target{cursor:zoom-in;transition:transform .2s ease,box-shadow .2s ease}.image-viewer-target:hover{transform:translateY(-1px);box-shadow:0 18px 40px #0003}.medium-zoom-overlay{backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);pointer-events:auto;z-index:1200}.medium-zoom-image,.medium-zoom-image--opened{border-radius:1rem}.medium-zoom-image--opened{cursor:zoom-out;box-shadow:var(--image-viewer-shadow);pointer-events:auto;z-index:1201}@media (max-width:720px){.medium-zoom-image--opened{border-radius:.75rem}}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-content:""}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-red-500:oklch(63.7% .237 25.331);--color-green-400:oklch(79.2% .209 151.711);--color-green-500:oklch(72.3% .219 149.579);--color-slate-400:oklch(70.4% .04 256.788);--spacing:.25rem;--radius-sm:.25rem;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);--color-muted:var(--muted)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);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{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}.app-prose{color:var(--tw-prose-body);max-width:65ch}.app-prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.app-prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);margin-top:1.2em;margin-bottom:1.2em;font-size:1.25em;line-height:1.6}.app-prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);font-weight:500;text-decoration:underline}.app-prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.app-prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)),.app-prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)),.app-prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.app-prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:decimal}.app-prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.app-prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.app-prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.app-prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.app-prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.app-prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.app-prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.app-prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.app-prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.app-prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:disc}.app-prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-counters);font-weight:400}.app-prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.app-prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.25em;font-weight:600}.app-prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.app-prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em;font-style:italic;font-weight:500}.app-prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.app-prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.app-prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:0;margin-bottom:.888889em;font-size:2.25em;font-weight:800;line-height:1.11111}.app-prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:900}.app-prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:2em;margin-bottom:1em;font-size:1.5em;font-weight:700;line-height:1.33333}.app-prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:800}.app-prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.6em;margin-bottom:.6em;font-size:1.25em;font-weight:600;line-height:1.6}.app-prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.app-prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.5em;margin-bottom:.5em;font-weight:600;line-height:1.5}.app-prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.app-prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.app-prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em;display:block}.app-prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.app-prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;border-radius:.3125rem;padding-inline-start:.375em;font-family:inherit;font-size:.875em;font-weight:500}.app-prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-size:.875em;font-weight:600}.app-prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before,.app-prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.app-prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)),.app-prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.app-prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.app-prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.app-prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)),.app-prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)),.app-prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.app-prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);padding-top:.857143em;padding-inline-end:1.14286em;padding-bottom:.857143em;border-radius:.375rem;margin-top:1.71429em;margin-bottom:1.71429em;padding-inline-start:1.14286em;font-size:.875em;font-weight:400;line-height:1.71429;overflow-x:auto}.app-prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;background-color:#0000;border-width:0;border-radius:0;padding:0}.app-prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before,.app-prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.app-prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){table-layout:auto;width:100%;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.71429}.app-prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.app-prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);vertical-align:bottom;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em;font-weight:600}.app-prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.app-prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.app-prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.app-prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.app-prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.app-prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.app-prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.app-prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);margin-top:.857143em;font-size:.875em;line-height:1.42857}.app-prose{--tw-prose-body:oklch(37.3% .034 259.733);--tw-prose-headings:oklch(21% .034 264.665);--tw-prose-lead:oklch(44.6% .03 256.802);--tw-prose-links:oklch(21% .034 264.665);--tw-prose-bold:oklch(21% .034 264.665);--tw-prose-counters:oklch(55.1% .027 264.364);--tw-prose-bullets:oklch(87.2% .01 258.338);--tw-prose-hr:oklch(92.8% .006 264.531);--tw-prose-quotes:oklch(21% .034 264.665);--tw-prose-quote-borders:oklch(92.8% .006 264.531);--tw-prose-captions:oklch(55.1% .027 264.364);--tw-prose-kbd:oklch(21% .034 264.665);--tw-prose-kbd-shadows:oklab(21% -.00316127 -.0338527/.1);--tw-prose-code:oklch(21% .034 264.665);--tw-prose-pre-code:oklch(92.8% .006 264.531);--tw-prose-pre-bg:oklch(27.8% .033 256.848);--tw-prose-th-borders:oklch(87.2% .01 258.338);--tw-prose-td-borders:oklch(92.8% .006 264.531);--tw-prose-invert-body:oklch(87.2% .01 258.338);--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:oklch(70.7% .022 261.325);--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:oklch(70.7% .022 261.325);--tw-prose-invert-bullets:oklch(44.6% .03 256.802);--tw-prose-invert-hr:oklch(37.3% .034 259.733);--tw-prose-invert-quotes:oklch(96.7% .003 264.542);--tw-prose-invert-quote-borders:oklch(37.3% .034 259.733);--tw-prose-invert-captions:oklch(70.7% .022 261.325);--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:#ffffff1a;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:oklch(87.2% .01 258.338);--tw-prose-invert-pre-bg:#00000080;--tw-prose-invert-th-borders:oklch(44.6% .03 256.802);--tw-prose-invert-td-borders:oklch(37.3% .034 259.733);font-size:1rem;line-height:1.75}.app-prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.app-prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.app-prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)),.app-prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.app-prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.app-prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.app-prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.app-prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.app-prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.app-prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.app-prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.app-prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.app-prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)),.app-prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)),.app-prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)),.app-prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.app-prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.app-prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.app-prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.571429em;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em}.app-prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.app-prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.app-prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.app-prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.app-prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.app-prose{max-width:none}.app-prose h1{margin-bottom:calc(var(--spacing)*3);color:var(--secondary)}.app-prose h2,.app-prose h3,.app-prose h4,.app-prose h5,.app-prose th{margin-bottom:calc(var(--spacing)*3);color:var(--primary)}.app-prose h6{margin-bottom:calc(var(--spacing)*3);color:var(--secondary)}.app-prose p,.app-prose ol,.app-prose ul,.app-prose figcaption,.app-prose table{color:rgb(from var(--on-background) r g b/.87)}.app-prose strong{color:var(--on-background);font-weight:var(--weight-body-bold)}.app-prose a{overflow-wrap:break-word;color:var(--primary);text-underline-offset:4px;text-decoration-line:underline}@media (hover:hover){.app-prose a:hover{color:var(--primary)}@supports (color:color-mix(in lab,red,red)){.app-prose a:hover{color:color-mix(in oklab,var(--primary) 80%,transparent)}}}.app-prose a:focus-visible{text-decoration-line:none}.app-prose ul{overflow-x:clip}.app-prose li ::marker{color:var(--primary)}.app-prose li::marker{color:var(--primary)}.app-prose li ::-webkit-details-marker{color:var(--primary)}.app-prose li::-webkit-details-marker{color:var(--primary)}.app-prose hr{border-color:var(--error)}.app-prose s,.app-prose del{color:rgb(from var(--on-background) r g b/.6)}.app-prose img{margin-inline:auto}.app-prose figcaption{opacity:.75}.app-prose table th,.app-prose table td{border-style:var(--tw-border-style);border-width:1px;border-color:var(--border);padding:calc(var(--spacing)*2)}.app-prose table th{padding-block:calc(var(--spacing)*1.5)}.app-prose table code{word-break:break-all}@media (min-width:40rem){.app-prose table code{overflow-wrap:normal;word-break:normal}}.app-prose code{background-color:var(--muted);border-radius:.25rem}@supports (color:color-mix(in lab,red,red)){.app-prose code{background-color:color-mix(in oklab,var(--muted) 75%,transparent)}}.app-prose code{padding:calc(var(--spacing)*1);overflow-wrap:break-word;color:var(--on-background)}.app-prose code:before,.app-prose code:after{content:var(--tw-content);--tw-content:none;content:none}.app-prose .astro-code code{background-color:inherit;padding:calc(var(--spacing)*0);flex:1 0 100%}.app-prose blockquote{overflow-wrap:break-word;border-inline-start-color:rgb(from var(--error) r g b/.8)}.app-prose mark{background-color:rgb(from var(--error) r g b/.2);color:var(--on-background)}.app-prose details{cursor:pointer;color:var(--foreground);-webkit-user-select:none;user-select:none;display:inline-block}.app-prose details p{display:none}.app-prose details ul{margin-block:calc(var(--spacing)*0)!important}.app-prose summary:focus-visible{outline-style:var(--tw-outline-style);outline-offset:1px;outline-width:2px;outline-color:var(--primary);--tw-outline-style:dashed;outline-style:dashed;text-decoration-line:none}.app-prose pre:focus-visible{outline-style:var(--tw-outline-style);outline-width:2px;outline-color:var(--primary);--tw-outline-style:dashed;border-color:#0000;outline-style:dashed}.astro-code{border-style:var(--tw-border-style);background-color:var(--shiki-light-bg);color:var(--shiki-light);outline-color:var(--border);border-width:1px;display:flex}.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{background-color:#05df7233;width:100%;display:inline-block;position:relative}@supports (color:color-mix(in lab,red,red)){.astro-code .line.diff.add{background-color:color-mix(in oklab,var(--color-green-400) 20%,transparent)}}.astro-code .line.diff.add:before{left:calc(var(--spacing)*-3);color:var(--color-green-500);--tw-content:"+";content:var(--tw-content);position:absolute}.astro-code .line.diff.remove{background-color:#fb2c3633;width:100%;display:inline-block;position:relative}@supports (color:color-mix(in lab,red,red)){.astro-code .line.diff.remove{background-color:color-mix(in oklab,var(--color-red-500) 20%,transparent)}}.astro-code .line.diff.remove:before{left:calc(var(--spacing)*-3);color:var(--color-red-500);--tw-content:"-";content:var(--tw-content);position:absolute}.astro-code .line.highlighted{background-color:#90a1b933;width:100%;display:inline-block}@supports (color:color-mix(in lab,red,red)){.astro-code .line.highlighted{background-color:color-mix(in oklab,var(--color-slate-400) 20%,transparent)}}.astro-code .highlighted-word{border-radius:var(--radius-sm);border-style:var(--tw-border-style);border-width:1px;border-color:var(--border);padding-inline:calc(var(--spacing)*.5);padding-block:1px}*{border-color:var(--border);outline-color:var(--primary)}@supports (color:color-mix(in lab,red,red)){*{outline-color:color-mix(in oklab,var(--primary) 75%,transparent)}}*{scrollbar-width:auto;scrollbar-color:var(--color-muted) transparent}html{scroll-behavior:smooth;overflow-y:scroll}body{background-color:var(--background);min-height:100svh;color:var(--on-background);flex-direction:column;display:flex}body ::selection{background-color:var(--primary)}@supports (color:color-mix(in lab,red,red)){body ::selection{background-color:color-mix(in oklab,var(--primary) 75%,transparent)}}body::selection{background-color:var(--primary)}@supports (color:color-mix(in lab,red,red)){body::selection{background-color:color-mix(in oklab,var(--primary) 75%,transparent)}}body ::selection{color:var(--on-primary)}body::selection{color:var(--on-primary)}body{font-family:var(--font-body);font-weight:var(--weight-body)}h1,h6{color:var(--foreground)}h2,h3,h4,h5{color:var(--primary)}h1{font-family:var(--font-headline);font-weight:var(--weight-headline)}h2,h3,h4,h5,h6{font-family:var(--font-title);font-weight:var(--weight-title)}code,pre{font-family:var(--font-code);font-weight:var(--weight-code)}a,button{outline-offset:1px;outline-color:var(--primary)}:is(a,button):focus-visible{outline-style:var(--tw-outline-style);--tw-outline-style:dashed;outline-width:2px;outline-style:dashed;text-decoration-line:none}button:not(:disabled),[role=button]:not(:disabled){cursor:pointer}section,footer{max-width:var(--page-width-post);padding-inline:calc(var(--spacing)*4);margin-inline:auto}}@layer components;@layer utilities{.collapse{visibility:collapse}.invisible{visibility:hidden}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.top-5{top:calc(var(--spacing)*5)}.isolate{isolation:isolate}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.block{display:block}.flex{display:flex}.hidden{display:none}.inline{display:inline}.table{display:table}.grow{flex-grow:1}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.resize{resize:both}.flex-wrap{flex-wrap:wrap}.rounded{border-radius:.25rem}.border{border-style:var(--tw-border-style);border-width:1px}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.blur{--tw-blur:blur(8px);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}}:root,html[data-theme=light],html[data-theme=dark]{--primary:#ff4d6d;--secondary:#5ce1ff;--error:#f35;--on-primary:#0b0a10;--on-secondary:#07141b;--on-error:#0b0a10;--background:#0a0a10;--foreground:#f7f7fb;--on-background:#f7f7fb;--muted:#1c1c28;--border:#2a2a3a;--surface:#101018d9;--text-secondary:#c3c4d4;--font-headline:"Space Grotesk", sans-serif;--font-title:"Space Grotesk", sans-serif;--font-body:"Manrope", sans-serif;--font-code:"Monaspace Argon", monospace;--weight-headline:600;--weight-title:600;--weight-body:400;--weight-body-bold:700;--weight-code:400;--page-width-post:920px;--page-width-home:1380px;--noise-texture:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.05'/%3E%3C/svg%3E")}.active-nav{text-underline-offset:4px;text-decoration-line:underline;text-decoration-style:wavy;text-decoration-thickness:2px}.card{background:var(--surface);border:1px solid var(--border);border-radius:1rem;padding:1.5rem;box-shadow:0 12px 30px #00000059}.card-lg{background:var(--surface);border:1px solid var(--border);border-radius:1.25rem;padding:2rem;box-shadow:0 16px 40px #0006}.noise-surface:before{content:"";background-image:var(--noise-texture);border-radius:inherit;pointer-events:none;position:absolute;inset:0}.backdrop-surface{background:var(--backdrop-background,var(--surface));-webkit-backdrop-filter:blur(var(--backdrop-blur,20px))}:target{scroll-margin-block:1rem}body{padding-top:4rem}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-content{syntax:"*";inherits:false;initial-value:""}