:root{--font-display:"Lilex Variable", ui-monospace, monospace;--font-ui:"Lilex Variable", ui-monospace, monospace;--font-mono:"Lilex Variable", ui-monospace, monospace;--font-prose:"IBM Plex Sans Variable", system-ui, -apple-system, sans-serif;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--radius-sm:.5rem;--radius-md:.75rem;--radius-lg:1rem;--radius-xl:1.5rem;--radius-full:9999px;--transition-base:.15s ease;--transition-theme:.2s ease;--max-width:80rem;--prose-width:42rem;--content-width:64rem;--shadow-card:0 1px 3px 0 #00000014, 0 1px 2px -1px #00000014;--shadow-window:0 4px 16px -2px #0000001f, 0 0 0 1px var(--border);--shadow-header:0 1px 3px 0 #0000000d}:root,:root[data-theme=light]{--crust:#dce0e8;--mantle:#e6e9ef;--base:#eff1f5;--bg:#eff1f5;--bg-secondary:#e6e9ef;--surface-0:#ccd0da;--surface-1:#bcc0cc;--surface-2:#acb0be;--overlay-0:#9ca0b0;--overlay-1:#8c8fa1;--overlay-2:#7c7f93;--border:#bcc0cc;--border-subtle:#ccd0da;--text:#4c4f69;--text-muted:#6c6f85;--text-subtle:#9ca0b0;--on-accent:#eff1f5;--code-bg:#e6e9ef;--code-text:#4c4f69;--code-inline-bg:#dce0e8;--header-bg:#eff1f5d9;--header-ring:#4c4f6914;--card-bg:#fff;--accent:#8839ef;--accent-hover:#7429d6;--accent-contrast:#eff1f5;--syntax-keyword:#8839ef;--syntax-string:#40a02b;--syntax-atom:#d20f39;--syntax-constant:#fe640b;--syntax-operator:#04a5e5;--syntax-function:#1e66f5;--syntax-comment:#7c7f93;--syntax-punctuation:#7c7f93;--link:#1e66f5;--link-hover:#1e66f5}:root[data-theme=dark]{--crust:#11111b;--mantle:#181825;--base:#1e1e2e;--bg:#1e1e2e;--bg-secondary:#181825;--surface-0:#313244;--surface-1:#45475a;--surface-2:#585b70;--overlay-0:#6c7086;--overlay-1:#7f849c;--overlay-2:#9399b2;--border:#313244;--border-subtle:#31324480;--text:#cdd6f4;--text-muted:#bac2de;--text-subtle:#a6adc8;--on-accent:#1e1e2e;--code-bg:#181825;--code-text:#cdd6f4;--code-inline-bg:#313244;--header-bg:#1e1e2ed9;--header-ring:#cdd6f414;--card-bg:#313244;--accent:#89b4fa;--accent-hover:#b4befe;--accent-contrast:#1e1e2e;--syntax-keyword:#cba6f7;--syntax-string:#a6e3a1;--syntax-atom:#f38ba8;--syntax-constant:#fab387;--syntax-operator:#89dceb;--syntax-function:#89b4fa;--syntax-comment:#6c7086;--syntax-punctuation:#9399b2;--link:#89b4fa;--link-hover:#b4befe}:root[data-theme=terminal]{--crust:#11111b;--mantle:#181825;--base:#1e1e2e;--bg:#1e1e2e;--bg-secondary:#181825;--surface-0:#313244;--surface-1:#45475a;--surface-2:#585b70;--overlay-0:#6c7086;--overlay-1:#7f849c;--overlay-2:#9399b2;--border:#313244;--border-subtle:#31324480;--text:#cdd6f4;--text-muted:#bac2de;--text-subtle:#a6adc8;--on-accent:#1e1e2e;--code-bg:#181825;--code-text:#cdd6f4;--code-inline-bg:#313244;--header-bg:#1e1e2ed9;--header-ring:#cdd6f414;--card-bg:#313244;--accent:#cba6f7;--accent-hover:#b4befe;--accent-contrast:#1e1e2e;--syntax-keyword:#cba6f7;--syntax-string:#a6e3a1;--syntax-atom:#f38ba8;--syntax-constant:#fab387;--syntax-operator:#89dceb;--syntax-function:#89b4fa;--syntax-comment:#6c7086;--syntax-punctuation:#9399b2;--link:#89b4fa;--link-hover:#b4befe;--terminal-prompt-symbol:#cba6f7;--terminal-prompt-command:#89b4fa;--terminal-prompt-path:#a6e3a1;--font-prose:var(--font-mono)}:root:not([data-theme=terminal]) .terminal-only,:root[data-theme=terminal] .clean-only{display:none!important}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:var(--font-ui);background-color:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.75}a{color:inherit;text-decoration:none}img,svg,video{max-width:100%;display:block}code,pre{font-family:var(--font-mono)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.disable-transitions *,.disable-transitions :before,.disable-transitions :after{transition:none!important}.skip-link{padding:var(--space-2) var(--space-4);background-color:var(--base);color:var(--text);border-radius:0 0 var(--radius-md) 0;z-index:100;font-family:var(--font-ui);font-size:.875rem;position:absolute;top:-100%;left:0}.skip-link:focus{outline:2px solid var(--accent);outline-offset:-2px;top:0}.container-outer{padding-left:var(--space-4);padding-right:var(--space-4);max-width:var(--max-width);margin:0 auto}@media (width>=640px){.container-outer{padding-left:var(--space-8);padding-right:var(--space-8)}}.container-inner{padding-left:var(--space-4);padding-right:var(--space-4);max-width:var(--prose-width);margin:0 auto;position:relative}@media (width>=640px){.container-inner{padding-left:var(--space-8);padding-right:var(--space-8)}}@media (width>=1024px){.container-inner{padding-left:var(--space-12);padding-right:var(--space-12);max-width:var(--content-width)}}.card{padding:var(--space-5);background-color:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-lg);transition:border-color var(--transition-base), transform var(--transition-base);flex-direction:column;align-items:flex-start;display:flex;position:relative}.card:hover,.card:focus-within{border-color:var(--accent)}.card-link{z-index:0;border-radius:inherit;position:absolute;inset:0}.card-link:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.card-title{z-index:1;font-family:var(--font-ui);letter-spacing:-.015em;color:var(--text);font-size:1.125rem;font-weight:600;position:relative}.card-title a:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:var(--radius-sm)}.card-description{z-index:1;margin-top:var(--space-2);color:var(--text-muted);font-size:.875rem;line-height:1.6;position:relative}.card-eyebrow{z-index:1;margin-bottom:var(--space-3);align-items:center;gap:var(--space-2);font-family:var(--font-mono);color:var(--text-subtle);text-transform:uppercase;letter-spacing:.05em;order:-1;font-size:.75rem;display:flex;position:relative}.card-eyebrow-decorated:before{content:"";border-radius:var(--radius-full);background-color:var(--accent);width:.25rem;height:1rem}.card-cta{z-index:1;margin-top:var(--space-4);width:fit-content;color:var(--accent);align-items:center;gap:var(--space-2);font-size:.875rem;font-weight:500;display:flex;position:relative}.card-cta:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:var(--radius-sm)}.card-slug{z-index:1;margin-top:var(--space-1);font-family:var(--font-mono);color:var(--text-subtle);font-size:.75rem;position:relative}.btn{align-items:center;gap:var(--space-2);border-radius:var(--radius-sm);padding:var(--space-2) var(--space-4);font-family:var(--font-ui);outline-offset:2px;cursor:pointer;transition:background-color var(--transition-base), color var(--transition-base), border-color var(--transition-base);border:1px solid #0000;justify-content:center;font-size:.875rem;font-weight:500;display:inline-flex}.btn-primary{background-color:var(--accent);color:var(--accent-contrast);font-weight:600}.btn-primary:hover{background-color:var(--accent-hover)}.btn-secondary{color:var(--text);border-color:var(--border);background-color:#0000}.btn-secondary:hover{border-color:var(--accent);color:var(--accent)}.section{align-items:baseline;gap:var(--space-4);grid-template-columns:1fr;display:grid}@media (width>=768px){.section{border-left:1px solid var(--border);padding-left:var(--space-6);grid-template-columns:1fr 3fr}}.section-title{font-family:var(--font-ui);color:var(--text);letter-spacing:-.01em;font-size:.875rem;font-weight:600}:root[data-theme=terminal] .section-title{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--accent)}.section-content{gap:var(--space-8);flex-direction:column;display:flex}.social-links{gap:var(--space-4);flex-wrap:wrap;display:flex}.social-link{padding:var(--space-1);color:var(--text-muted);transition:color var(--transition-base);display:flex}.social-link:hover{color:var(--accent)}.social-link:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:var(--radius-sm)}.site-header{z-index:50;padding-top:var(--space-4);padding-bottom:var(--space-4);position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:var(--space-4);display:flex}.header-nav{display:none}@media (width>=640px){.header-nav{align-items:center;gap:var(--space-1);border-radius:var(--radius-full);background-color:var(--header-bg);padding:var(--space-1) var(--space-2);box-shadow:var(--shadow-header), 0 0 0 1px var(--header-ring);-webkit-backdrop-filter:blur(8px);font-size:.875rem;font-weight:500;display:flex}}.nav-link{padding:var(--space-2) var(--space-3);border-radius:var(--radius-full);color:var(--text-muted);transition:color var(--transition-base), background-color var(--transition-base);display:block}.nav-link:hover{color:var(--text)}.nav-link-active{color:var(--accent)}.nav-link:focus-visible{outline:2px solid var(--accent);outline-offset:2px}:root[data-theme=terminal] .nav-link{font-family:var(--font-mono)}:root[data-theme=terminal] .nav-link:before{content:"~/";color:var(--terminal-prompt-path);margin-right:.1em}.mobile-nav-btn{border-radius:var(--radius-full);background-color:var(--header-bg);padding:var(--space-2) var(--space-3);color:var(--text);box-shadow:var(--shadow-header), 0 0 0 1px var(--header-ring);-webkit-backdrop-filter:blur(8px);cursor:pointer;border:none;justify-content:center;align-items:center;font-size:.875rem;font-weight:500;display:flex}.mobile-nav-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media (width>=640px){.mobile-nav-btn{display:none}}.mobile-nav-overlay{z-index:50;-webkit-backdrop-filter:blur(4px);background-color:#00000080;position:fixed;inset:0}.mobile-nav-panel{inset:var(--space-8) var(--space-4);z-index:50;border-radius:var(--radius-xl);background-color:var(--base);padding:var(--space-8);box-shadow:var(--shadow-window);position:fixed}.mobile-nav-link{padding:var(--space-3) 0;color:var(--text);border-bottom:1px solid var(--border-subtle);font-size:1.125rem;display:block}.mobile-nav-link:last-child{border-bottom:none}.mobile-nav-link:hover,.mobile-nav-link:focus-visible,.mobile-nav-link-active{color:var(--accent)}.avatar{border-radius:var(--radius-full);background-color:var(--surface-0);object-fit:cover}.avatar-lg{width:4rem;height:4rem}.avatar-sm{width:2.25rem;height:2.25rem}.avatar-container{border-radius:var(--radius-full);background-color:var(--header-bg);width:2.5rem;height:2.5rem;padding:var(--space-1);box-shadow:var(--shadow-header), 0 0 0 1px var(--header-ring);-webkit-backdrop-filter:blur(8px)}.theme-toggle{border-radius:var(--radius-full);background-color:var(--header-bg);padding:var(--space-2) var(--space-3);box-shadow:var(--shadow-header), 0 0 0 1px var(--header-ring);-webkit-backdrop-filter:blur(8px);cursor:pointer;color:var(--text);transition:color var(--transition-base);border:none;justify-content:center;align-items:center;display:flex}.theme-toggle:hover{color:var(--accent)}.theme-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.theme-toggle svg{width:1rem;height:1rem}.site-footer{border-top:1px solid var(--border);padding-top:var(--space-8);padding-bottom:var(--space-8);margin-top:var(--space-12);background-color:var(--bg-secondary)}.footer-inner{justify-content:space-between;align-items:center;gap:var(--space-4);color:var(--text-subtle);flex-wrap:wrap;font-size:.875rem;display:flex}.terminal-status-bar{font-family:var(--font-mono);align-items:center;gap:var(--space-3);flex-wrap:wrap;font-size:.75rem;display:flex}.terminal-status-bar span+span:before{content:"•";margin-right:var(--space-3);opacity:.5}.terminal-status-bar .status-current{color:var(--accent)}.home-intro{margin-top:var(--space-16)}@media (width>=640px){.home-intro{margin-top:var(--space-20)}}.home-intro-content{max-width:36rem}.home-intro-title{font-family:var(--font-display);letter-spacing:-.03em;color:var(--text);font-size:2.25rem;font-weight:700;line-height:1.15}@media (width>=640px){.home-intro-title{font-size:3rem}}.home-intro-subtitle{margin-top:var(--space-3);color:var(--text-muted);font-size:1.25rem;line-height:1.6}.home-intro-bio{margin-top:var(--space-6);color:var(--text-muted);font-size:1rem}.simple-layout{margin-top:var(--space-16)}@media (width>=640px){.simple-layout{margin-top:var(--space-20)}}.simple-layout-title{font-family:var(--font-display);letter-spacing:-.03em;color:var(--text);font-size:2.25rem;font-weight:700;line-height:1.15}@media (width>=640px){.simple-layout-title{font-size:3rem}}.simple-layout-subtitle{margin-top:var(--space-2);letter-spacing:-.02em;color:var(--text-muted);font-size:1.25rem;line-height:1.6}.simple-layout-intro{margin-top:var(--space-6);color:var(--text-muted);font-size:1rem}.simple-layout-content{margin-top:var(--space-16)}@media (width>=640px){.simple-layout-content{margin-top:var(--space-20)}}.simple-layout-centered .simple-layout-title,.simple-layout-centered .simple-layout-subtitle,.simple-layout-centered .simple-layout-intro{text-align:center}.simple-layout-centered .simple-layout-content{flex-direction:column;align-items:center;display:flex}.article-layout{margin-top:var(--space-16)}@media (width>=1024px){.article-layout{margin-top:var(--space-20)}}.article-back{align-items:center;gap:var(--space-2);border-radius:var(--radius-full);background-color:var(--base);padding:var(--space-2) var(--space-3);box-shadow:0 0 0 1px var(--border);transition:background-color var(--transition-base);font-size:.875rem;display:inline-flex}.article-back:hover{background-color:var(--surface-0)}.article-back:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.article-date{margin-top:var(--space-6);align-items:center;gap:var(--space-3);font-family:var(--font-mono);color:var(--text-subtle);order:-1;font-size:.875rem;display:flex}.article-title{margin-top:var(--space-6);font-family:var(--font-display);letter-spacing:-.03em;color:var(--text);font-size:2.25rem;font-weight:700;line-height:1.15}@media (width>=640px){.article-title{font-size:3rem}}.article-description{margin-top:var(--space-4);color:var(--text-muted);font-size:1.125rem}.article-body{margin-top:var(--space-8)}.article-meta{align-items:center;gap:var(--space-3);font-family:var(--font-mono);color:var(--text-subtle);font-size:.75rem;display:flex}.article-meta-item+.article-meta-item:before{content:"·";margin-right:var(--space-3);opacity:.6}.article-nav{margin-top:var(--space-12);padding-top:var(--space-8);border-top:1px solid var(--border);justify-content:space-between;gap:var(--space-4);display:flex}.article-nav-link{gap:var(--space-1);transition:color var(--transition-base);flex-direction:column;display:flex}.article-nav-link:hover{color:var(--accent)}.article-nav-link:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:var(--radius-sm)}.article-nav-label{font-family:var(--font-mono);color:var(--text-subtle);font-size:.75rem}.article-nav-title{font-size:.875rem;font-weight:500}.article-nav-prev{align-items:flex-start}.article-nav-next{text-align:right;align-items:flex-end}.article-layout-aside{display:none}@media (width>=1024px){.article-layout-with-toc .container-outer{gap:var(--space-12);grid-template-columns:1fr 14rem;align-items:start;display:grid}.article-layout-with-toc .container-inner{max-width:none}.article-layout-aside{display:block;position:sticky;top:6rem}}.article-toc{font-family:var(--font-mono);font-size:.75rem}.article-toc-title{color:var(--text-subtle);text-transform:uppercase;letter-spacing:.1em;margin-bottom:var(--space-3)}.article-toc-list{gap:var(--space-1);flex-direction:column;list-style:none;display:flex}.article-toc-list ul{padding-left:var(--space-4);list-style:none}.article-toc-list a{color:var(--text-muted);padding:var(--space-1) 0;transition:color var(--transition-base);line-height:1.4;display:block}.article-toc-list a:hover{color:var(--accent)}.resume-job-title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text);font-size:1.25rem;font-weight:600}.resume-company-date{margin-top:var(--space-1);font-family:var(--font-mono);color:var(--text-muted);font-size:.875rem}.resume-responsibilities{margin-top:var(--space-4);margin-left:var(--space-6);text-align:left;list-style-type:disc}.resume-responsibilities li{margin-top:var(--space-2);color:var(--text-muted);font-size:.9375rem;line-height:1.6}.resume-highlight{color:var(--text);font-weight:600}.resume-paragraph{margin-top:var(--space-3);color:var(--text-muted);font-size:.9375rem}.resume-logo{border-radius:var(--radius-full);background-color:var(--surface-0);object-fit:contain;width:2.5rem;height:2.5rem;padding:var(--space-1)}@media print{:root,:root[data-theme=dark],:root[data-theme=terminal]{--bg:#fff;--bg-secondary:#fff;--text:#000;--text-muted:#333;--text-subtle:#666;--border:#ccc;--card-bg:#fff;--accent:#00c;--surface-0:#f5f5f5}.site-header,.theme-toggle,.mobile-nav-btn,.article-back,.site-footer,.skip-link,.terminal-only{display:none!important}.simple-layout{margin-top:0}.simple-layout-content{margin-top:var(--space-4)}.section{page-break-inside:avoid}body{font-size:11pt;line-height:1.4}a{color:#000;text-decoration:none}a[href]:after{content:" (" attr(href) ")";color:#666;font-size:.8em}a[href^=\#]:after,a[href^=mailto\:]:after{content:""}}.article-grid{gap:var(--space-6);flex-direction:column;display:flex}.uses-section{margin-top:var(--space-12)}.uses-section:first-child{margin-top:0}.uses-section-title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text);margin-bottom:var(--space-6);font-size:1.5rem;font-weight:600}.uses-item{margin-top:var(--space-8)}.uses-item:first-of-type{margin-top:0}.uses-item-title{font-family:var(--font-display);color:var(--text);font-size:1.125rem;font-weight:600}.uses-item-title a{color:var(--accent)}.uses-item-title a:hover{color:var(--accent-hover)}.uses-item-desc{margin-top:var(--space-2);color:var(--text-muted);font-size:.9375rem;line-height:1.6}.compact-resume{border-radius:var(--radius-lg);border:1px solid var(--border);padding:var(--space-6);background-color:var(--card-bg);transition:border-color var(--transition-base)}.compact-resume:hover{border-color:var(--accent)}.compact-resume-entry{align-items:center;gap:var(--space-4);display:flex}.compact-resume-company{font-family:var(--font-display);color:var(--text);font-size:1rem;font-weight:600}.compact-resume-role{font-family:var(--font-mono);color:var(--text-subtle);font-size:.75rem}.compact-resume-date{font-family:var(--font-mono);color:var(--text-subtle);margin-left:auto;font-size:.75rem}.compact-resume-cta{margin-top:var(--space-4);gap:var(--space-2);flex-wrap:wrap;display:flex}.reading-time{font-family:var(--font-mono);color:var(--text-subtle);font-size:.75rem}.window-chrome{border:1px solid var(--border);border-radius:var(--radius-md);background-color:var(--base);overflow:hidden}.window-titlebar{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);background-color:var(--surface-0);border-bottom:1px solid var(--border);font-family:var(--font-mono);color:var(--text-subtle);font-size:.75rem;display:flex}.window-traffic{gap:var(--space-1);display:flex}.window-traffic-light{border-radius:var(--radius-full);background-color:var(--surface-2);flex-shrink:0;width:.625rem;height:.625rem;display:inline-block}:root[data-theme=terminal] .window-traffic-light:first-child{background-color:#ff5f56}:root[data-theme=terminal] .window-traffic-light:nth-child(2){background-color:#ffbd2e}:root[data-theme=terminal] .window-traffic-light:nth-child(3){background-color:#27c93f}.window-path{margin-left:var(--space-2)}.window-body{padding:var(--space-6)}.prompt{font-family:var(--font-mono);color:var(--text);align-items:baseline;gap:var(--space-2);font-size:.9375rem;display:flex}.prompt-symbol{color:var(--terminal-prompt-symbol);user-select:none}.prompt-command{color:var(--terminal-prompt-command)}.pinned-indicator{align-items:center;gap:var(--space-1);color:var(--accent);display:inline-flex}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.spacer{flex:1}.flow>*+*{margin-top:var(--space-4)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.text-center{text-align:center}.mt-4{margin-top:var(--space-4)}.mt-6{margin-top:var(--space-6)}.mt-8{margin-top:var(--space-8)}.mt-12{margin-top:var(--space-12)}.mt-16{margin-top:var(--space-16)}.mb-4{margin-bottom:var(--space-4)}.mb-8{margin-bottom:var(--space-8)}.gap-2{gap:var(--space-2)}.gap-4{gap:var(--space-4)}.gap-8{gap:var(--space-8)}.prose{max-width:65ch;color:var(--text);font-family:var(--font-prose);margin-left:auto;margin-right:auto;line-height:1.75}.prose h2{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text);margin-top:2.5rem;margin-bottom:1rem;font-size:1.5rem;font-weight:600;line-height:1.333}.prose h3{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text);margin-top:2rem;margin-bottom:.75rem;font-size:1.25rem;font-weight:600;line-height:1.6}.prose h4{font-family:var(--font-display);color:var(--text);margin-top:1.5rem;margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.prose p{margin-top:1.25rem;margin-bottom:1.25rem}.prose a{color:var(--accent);text-underline-offset:2px;font-weight:500;text-decoration:underline}.prose a:hover{color:var(--accent-hover)}.prose strong{color:var(--text);font-weight:600}.prose code{font-family:var(--font-mono);border-radius:var(--radius-sm);background-color:var(--code-inline-bg);color:var(--syntax-atom);padding:.125rem .375rem;font-size:.875em;font-weight:500}.prose code:before,.prose code:after{content:""}.prose pre{border-radius:var(--radius-md);background-color:var(--code-bg);border:1px solid var(--border-subtle);margin-top:1.5rem;margin-bottom:1.5rem;padding:1rem 1.25rem;font-size:.875rem;line-height:1.714;overflow-x:auto}.prose pre code{font-size:inherit;color:var(--code-text);background-color:#0000;border-radius:0;padding:0;font-weight:400}.prose pre code .line{color:var(--code-text)}.prose ul{margin-top:1.25rem;margin-bottom:1.25rem;padding-left:1.625rem;list-style-type:disc}.prose ol{margin-top:1.25rem;margin-bottom:1.25rem;padding-left:1.625rem;list-style-type:decimal}.prose li,.prose li>ul,.prose li>ol{margin-top:.5rem;margin-bottom:.5rem}.prose blockquote{border-left:3px solid var(--accent);color:var(--text-muted);margin-top:1.5rem;margin-bottom:1.5rem;padding-left:1rem;font-style:italic}.prose hr{border:0;border-top:1px solid var(--border);margin-top:2rem;margin-bottom:2rem}.prose table{border-collapse:collapse;width:100%;margin-top:2rem;margin-bottom:2rem;font-size:.875rem;line-height:1.714}.prose thead{border-bottom:1px solid var(--border)}.prose th{text-align:left;font-family:var(--font-display);color:var(--text);padding:.75rem 1rem;font-weight:600}.prose td{padding:.75rem 1rem}.prose tbody tr{border-bottom:1px solid var(--border-subtle)}.prose img{border-radius:var(--radius-lg);border:1px solid var(--border-subtle);margin-top:2rem;margin-bottom:2rem}.prose :not(pre)>code{color:var(--syntax-atom)}@font-face{font-family:Lilex Variable;font-style:normal;font-display:swap;font-weight:100 700;src:url(/_astro/lilex-cyrillic-ext-wght-normal.DSVtyF4q.woff2)format("woff2-variations");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Lilex Variable;font-style:normal;font-display:swap;font-weight:100 700;src:url(/_astro/lilex-cyrillic-wght-normal.2pLOGY8a.woff2)format("woff2-variations");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Lilex Variable;font-style:normal;font-display:swap;font-weight:100 700;src:url(/_astro/lilex-greek-wght-normal.CVi4yp5e.woff2)format("woff2-variations");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Lilex Variable;font-style:normal;font-display:swap;font-weight:100 700;src:url(/_astro/lilex-symbols2-wght-normal.CdwabkRM.woff2)format("woff2-variations");unicode-range:U+2000-2001,U+2004-2008,U+200A,U+23B8-23BD,U+2500-259F}@font-face{font-family:Lilex Variable;font-style:normal;font-display:swap;font-weight:100 700;src:url(/_astro/lilex-vietnamese-wght-normal.YXM8IdOA.woff2)format("woff2-variations");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Lilex Variable;font-style:normal;font-display:swap;font-weight:100 700;src:url(/_astro/lilex-latin-ext-wght-normal.BETfXIuk.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Lilex Variable;font-style:normal;font-display:swap;font-weight:100 700;src:url(/_astro/lilex-latin-wght-normal.DMDQsmS0.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Sans Variable;font-style:normal;font-display:swap;font-weight:100 700;src:url(/_astro/ibm-plex-sans-cyrillic-ext-wght-normal.d45eAU9y.woff2)format("woff2-variations");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Sans Variable;font-style:normal;font-display:swap;font-weight:100 700;src:url(/_astro/ibm-plex-sans-cyrillic-wght-normal.BAAhND-U.woff2)format("woff2-variations");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Sans Variable;font-style:normal;font-display:swap;font-weight:100 700;src:url(/_astro/ibm-plex-sans-greek-wght-normal.CmyJS8uq.woff2)format("woff2-variations");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:IBM Plex Sans Variable;font-style:normal;font-display:swap;font-weight:100 700;src:url(/_astro/ibm-plex-sans-vietnamese-wght-normal.Dg1JeJN0.woff2)format("woff2-variations");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Sans Variable;font-style:normal;font-display:swap;font-weight:100 700;src:url(/_astro/ibm-plex-sans-latin-ext-wght-normal.CIII54If.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:IBM Plex Sans Variable;font-style:normal;font-display:swap;font-weight:100 700;src:url(/_astro/ibm-plex-sans-latin-wght-normal.IvpUvPa2.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.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}.header-actions[data-astro-cid-z4jru4n3]{align-items:center;gap:.5rem;display:flex}.theme-switcher[data-astro-cid-z4jru4n3]{border-radius:var(--radius-full);background-color:var(--header-bg);box-shadow:var(--shadow-header), 0 0 0 1px var(--header-ring);-webkit-backdrop-filter:blur(8px);align-items:center;gap:1px;padding:2px;display:inline-flex}.theme-option[data-astro-cid-z4jru4n3]{border-radius:var(--radius-full);cursor:pointer;width:1.75rem;height:1.75rem;color:var(--text-muted);transition:background-color var(--transition-base), color var(--transition-base);background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.theme-option[data-astro-cid-z4jru4n3] svg[data-astro-cid-z4jru4n3]{width:.9375rem;height:.9375rem}.theme-option[data-astro-cid-z4jru4n3]:hover{color:var(--text)}.theme-option[data-astro-cid-z4jru4n3]:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.theme-option[data-astro-cid-z4jru4n3][aria-pressed=true]{background-color:var(--accent);color:var(--accent-contrast)}.theme-option[data-astro-cid-z4jru4n3][aria-pressed=true]:hover{color:var(--accent-contrast)}:root[data-theme=terminal] .theme-option[data-astro-cid-z4jru4n3][aria-pressed=true]{background-color:var(--accent);color:var(--accent-contrast);box-shadow:0 0 0 1px var(--accent)}
