:root{color-scheme:light;--font-fallback: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;--font-sans: "IBM Plex Sans", var(--font-fallback);--font-body: var(--font-sans);--font-display: "IBM Plex Serif", "IBM Plex Sans", Georgia, "Times New Roman", serif;--font-mono: "IBM Plex Mono", "SF Mono", SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;--neutral-50: #f6f7f9;--neutral-100: #eceef2;--neutral-200: #e0e3e9;--neutral-300: #cdd2da;--neutral-400: #9aa2ae;--neutral-500: #6b7480;--neutral-600: #4a515b;--neutral-700: #343a43;--neutral-800: #20252c;--neutral-900: #12161b;--brand-400: #3ad6a3;--brand-500: #16b088;--brand-600: #0e9370;--brand-700: #0a7359;--color-base-white: 0, 0%;--color-gray-40: 214, 12%, 55%;--color-black: #10161d;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--hairline: 1px solid var(--theme-divider);--theme-bg: #f7f8fa;--theme-bg-offset: #ffffff;--theme-bg-hover: #edeff3;--theme-bg-accent: rgba(14, 147, 112, .09);--theme-text: #15191e;--theme-text-light: #434a54;--theme-text-lighter: #697280;--theme-text-accent: var(--brand-700);--theme-color: #ffffff;--theme-accent: var(--brand-600);--theme-accent-opacity: .12;--theme-on-accent: #ffffff;--theme-divider: #e4e7ec;--theme-code-bg: #10161d;--theme-code-text: #e6edf3;--theme-code-inline-bg: #edeff3;--theme-code-inline-text: #0a7359;--theme-navbar-bg: rgba(247, 248, 250, .85);--theme-navbar-height: 4rem;--theme-sidebar-offset: 5rem;--theme-selection-color: #ffffff;--theme-selection-bg: var(--theme-accent);--theme-glow: 0 1px 2px rgba(16, 24, 32, .05), 0 10px 28px -12px rgba(16, 24, 32, .14);--background: var(--theme-bg);--foreground: var(--theme-text);--muted: var(--theme-bg-hover);--accent: var(--theme-accent);--primary: var(--theme-text-accent);--secondary: #7c3aed;--success: var(--brand-600);--error: #ef4444;--accents-1: var(--theme-bg-hover);--accents-2: var(--theme-divider);--accents-3: var(--neutral-400);--accents-4: var(--neutral-500);--accents-5: var(--neutral-700)}:root.theme-dark{color-scheme:dark;--color-black: #05080b;--color-gray-40: 214, 12%, 62%;--theme-bg: #0b0f14;--theme-bg-offset: #11161d;--theme-bg-hover: #1a212a;--theme-bg-accent: rgba(58, 214, 163, .13);--theme-text: #e7edf3;--theme-text-light: #adb7c2;--theme-text-lighter: #7b8593;--theme-text-accent: var(--brand-400);--theme-color: #ffffff;--theme-accent: var(--brand-400);--theme-accent-opacity: .18;--theme-on-accent: #052018;--theme-divider: #202834;--theme-code-bg: #05080b;--theme-code-text: #e6edf3;--theme-code-inline-bg: #1a212a;--theme-code-inline-text: #7ee7b7;--theme-navbar-bg: rgba(11, 15, 20, .85);--theme-selection-color: #052018;--theme-selection-bg: var(--brand-400);--theme-glow: 0 1px 2px rgba(0, 0, 0, .5), 0 14px 36px -14px rgba(0, 0, 0, .6)}body{background:var(--background);color:var(--foreground)}::selection{color:var(--theme-selection-color);background-color:var(--theme-selection-bg)}:root{--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-8: 2rem;--container-width: min(100% - 2rem, 70ch);--header-height: 4rem;--user-font-scale: 1rem - 16px;--max-width: calc(100% - 1rem) }@media (min-width: 50em){:root{--max-width: 46em}}*{box-sizing:border-box;margin:0;padding:0}*:focus:not(:focus-visible){outline:none}body{display:flex;flex-direction:column;min-height:100vh;font-family:var(--font-sans);font-size:clamp(.95rem,.9rem + .2vw,1.05rem);line-height:1.7;letter-spacing:-.005em;max-width:100vw;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"kern","liga","calt"}nav ul{list-style:none;padding:0}.content>section>*+*{margin-top:1.25rem}.content>section>:first-child{margin-top:0}h1,h2,h3,h4,h5,h6{color:var(--theme-text);font-weight:600;line-height:1.2;margin-bottom:var(--space-4);letter-spacing:-.014em}h1,h2{font-family:var(--font-display);max-width:34ch;letter-spacing:-.01em}h2:not(:first-child){margin-top:2.75rem}h3:not(:first-child){margin-top:2.25rem}h4:not(:first-child),h5:not(:first-child),h6:not(:first-child){margin-top:1.75rem}h1{font-size:clamp(1.95rem,1.5rem + 1.9vw,2.6rem);font-weight:600;line-height:1.12}h2{font-size:clamp(1.5rem,1.2rem + 1.1vw,1.9rem)}h3{font-size:1.3rem}h4{font-size:1.08rem}h5{font-size:.95rem}.main-section h1:not(.content-title){font-family:var(--font-sans);font-size:1.15rem;font-weight:500;line-height:1.45;letter-spacing:normal;color:var(--theme-text-lighter);max-width:none;margin:-.5rem 0 2rem}p{line-height:1.7}.content ul{line-height:1.6}p,.content ul{color:var(--theme-text-light)}small,.text_small{font-size:.833rem}a{color:var(--theme-text-accent);font-weight:500;text-decoration:none;text-underline-offset:.18em;text-decoration-thickness:1px;transition:color .15s ease}a:hover{text-decoration:underline}article>section>:is(ul,ol)>*+*{margin-top:.75rem}article>section nav :is(ul,ol)>*+*{margin-top:inherit}article>section li>:is(p,pre,blockquote):not(:first-child){margin-top:1rem}article>section :is(ul,ol){padding-left:1em}article>section nav :is(ul,ol){padding-left:inherit}article>section nav{margin-top:1rem;margin-bottom:2rem}article>section ::marker{font-weight:700;color:var(--theme-text-light)}article>section iframe{width:100%;height:auto;aspect-ratio:16 / 9}.hh-video,.hh-figure{margin:2rem 0}.hh-video video{width:100%;display:block;border:1px solid var(--theme-divider);border-radius:var(--radius-lg);background:#05070a;box-shadow:var(--theme-glow)}.hh-figure img{width:100%;display:block;border:1px solid var(--theme-divider);border-radius:var(--radius-lg);background:var(--theme-bg-offset)}.hh-video figcaption,.hh-figure figcaption{margin-top:.7rem;font-size:.9rem;color:var(--theme-text-lighter);text-align:center}a>code{position:relative;color:var(--theme-text-accent);background:transparent;text-underline-offset:var(--padding-block)}a>code:before{content:"";position:absolute;inset:0;display:block;background:var(--theme-accent);opacity:var(--theme-accent-opacity)}a:focus-visible{outline:2px solid var(--theme-accent);outline-offset:2px;border-radius:2px}strong{font-weight:600;color:var(--theme-text)}code{--border-radius: 3px;--padding-block: .2rem;--padding-inline: .33rem;font-family:var(--font-mono);font-size:.85em;color:var(--theme-code-inline-text);background-color:var(--theme-code-inline-bg);padding:var(--padding-block) var(--padding-inline);margin:calc(var(--padding-block) * -1) -.125em;border-radius:var(--border-radius);word-break:break-word}pre.astro-code>code{all:unset}pre>code{font-size:1em}table,pre{position:relative;--padding-block: 1rem;--padding-inline: 2rem;padding:var(--padding-block) var(--padding-inline);padding-right:calc(var(--padding-inline) * 2);margin-left:calc(var(--padding-inline) * -1);margin-right:calc(var(--padding-inline) * -1);font-family:var(--font-mono);line-height:1.5;font-size:.85em;overflow-y:hidden;overflow-x:auto}table{width:100%;padding:var(--padding-block) 0;margin:0;border-collapse:separate;border-spacing:0}tr:nth-of-type(odd){background:var(--theme-bg-hover)}th{background:var(--color-black);color:var(--theme-color);font-weight:700}td,th{border:1px solid var(--accents-2);padding:var(--space-2) var(--space-3)}pre{background-color:var(--theme-code-bg);color:var(--theme-code-text)}blockquote code{background-color:var(--theme-bg)}@media (min-width: 37.75em){pre{--padding-inline: 1.25rem;border-radius:8px;margin-left:0;margin-right:0}}blockquote{margin:2rem 0;padding:var(--space-4);border-left:4px solid var(--primary);background:var(--accents-1);border-radius:0 .5rem .5rem 0;line-height:1.7}img{max-width:100%}.flex{display:flex;align-items:center;gap:var(--space-2)}button{font:inherit;color:inherit;background:none;border:none;cursor:pointer}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;background:var(--theme-accent);color:var(--theme-on-accent);border-radius:.6rem;padding:.7rem 1.4rem;font-weight:600;text-decoration:none;transition:transform .15s ease,box-shadow .2s ease,filter .2s ease}.btn-primary:hover,.btn-primary:focus{transform:translateY(-1px);filter:brightness(1.05);box-shadow:var(--theme-glow);text-decoration:none;opacity:1}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;background:var(--theme-bg-hover);color:var(--theme-text);border:1px solid var(--theme-divider);border-radius:.6rem;padding:.7rem 1.4rem;font-weight:600;text-decoration:none;transition:transform .15s ease,border-color .2s ease}.btn-secondary:hover,.btn-secondary:focus{transform:translateY(-1px);border-color:var(--theme-accent);text-decoration:none;opacity:1}h2.heading{font-size:1rem;font-weight:700;padding:.1rem 1rem;text-transform:uppercase;margin-bottom:.5rem}.heading-link{font-size:1rem;padding:.1rem 0 .1rem 1rem;border-left:4px solid var(--theme-divider)}.heading-link:hover,.heading-link:focus{border-left-color:var(--theme-accent);color:var(--theme-accent)}.heading-link:focus-within{color:var(--theme-text-light);border-left-color:hsla(var(--color-gray-40),1)}.heading-link svg{opacity:.6}.heading-link:hover svg{opacity:.8}.heading-link a{display:inline-flex;gap:.5em;width:100%;padding:.15em 0}.heading-link.depth-3{padding-left:2rem}.heading-link.depth-4{padding-left:3rem}.heading-link a{font:inherit;color:inherit;text-decoration:none}.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}.focus\:not-sr-only:focus,.focus\:not-sr-only:focus-visible{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}:target{scroll-margin:calc(var(--theme-sidebar-offset, 5rem) + 2rem) 0 2rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:fadeIn .3s ease-in-out}:focus-visible{outline:2px solid var(--primary);outline-offset:2px}
