.navbar.svelte-rfuq4y{position:sticky;top:0;z-index:30;background-color:color-mix(in srgb,var(--paper) 88%,transparent);-webkit-backdrop-filter:saturate(1.4) blur(8px);backdrop-filter:saturate(1.4) blur(8px);border-bottom:1px solid var(--rule)}.navbar-inner.svelte-rfuq4y{display:flex;justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-3) var(--space-6)}.wordmark.svelte-rfuq4y{display:flex;flex-direction:column;line-height:1.05;text-decoration:none;color:var(--ink)}.wordmark.svelte-rfuq4y:hover{color:var(--ink)}.wordmark-name.svelte-rfuq4y{font-family:var(--font-display);font-weight:700;font-size:1.15rem;letter-spacing:-.02em}.wordmark.svelte-rfuq4y:hover .wordmark-name:where(.svelte-rfuq4y){color:var(--pine)}.wordmark-tag.svelte-rfuq4y{font-family:var(--font-mono);font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-faint);margin-top:.15rem}.menu-toggle.svelte-rfuq4y{display:none;background:none;border:1px solid var(--rule);border-radius:var(--radius);width:2.5rem;height:2.5rem;cursor:pointer;align-items:center;justify-content:center;color:var(--ink)}.menu-toggle.svelte-rfuq4y:hover{border-color:var(--sage)}.menu-icon.svelte-rfuq4y{display:block;width:20px;height:14px;position:relative}.menu-icon.svelte-rfuq4y span:where(.svelte-rfuq4y){position:absolute;left:0;height:2px;width:100%;background:currentColor;border-radius:2px;transition:transform .22s ease,opacity .22s ease,top .22s ease}.menu-icon.svelte-rfuq4y span:where(.svelte-rfuq4y):nth-child(1){top:0}.menu-icon.svelte-rfuq4y span:where(.svelte-rfuq4y):nth-child(2){top:6px}.menu-icon.svelte-rfuq4y span:where(.svelte-rfuq4y):nth-child(3){top:12px}.menu-icon.open.svelte-rfuq4y span:where(.svelte-rfuq4y):nth-child(1){top:6px;transform:rotate(45deg)}.menu-icon.open.svelte-rfuq4y span:where(.svelte-rfuq4y):nth-child(2){opacity:0}.menu-icon.open.svelte-rfuq4y span:where(.svelte-rfuq4y):nth-child(3){top:6px;transform:rotate(-45deg)}@media(max-width:900px){.menu-toggle.svelte-rfuq4y{display:flex}}.sidebar.svelte-129hoe0{width:var(--sidebar-w);position:fixed;top:3.9rem;left:0;bottom:0;overflow-y:auto;background-color:var(--paper);border-right:1px solid var(--rule);padding:var(--space-6) 0 var(--space-8);z-index:20}nav.svelte-129hoe0{display:flex;flex-direction:column}.sidebar-section-title.svelte-129hoe0{font-family:var(--font-mono);padding:var(--space-6) var(--space-6) var(--space-2);font-size:.68rem;text-transform:uppercase;letter-spacing:.14em;font-weight:400;color:var(--ink-faint)}.sidebar-link.svelte-129hoe0{display:block;padding:var(--space-2) var(--space-6);color:var(--ink-soft);text-decoration:none;font-family:var(--font-display);font-size:.95rem;font-weight:400;border-left:2px solid transparent;transition:color .15s ease,background-color .15s ease,border-color .15s ease}.sidebar-link.svelte-129hoe0:hover{color:var(--pine);background-color:var(--sage-tint)}.sidebar-link.active.svelte-129hoe0{border-left-color:var(--signal);color:var(--pine);font-weight:500;background-color:color-mix(in srgb,var(--sage-tint) 60%,transparent)}.sidebar-footer.svelte-129hoe0{margin-top:var(--space-8);padding:var(--space-6) var(--space-6) 0;border-top:1px solid var(--rule);display:flex;flex-direction:column;gap:var(--space-2)}.sidebar-footer.svelte-129hoe0 a:where(.svelte-129hoe0){font-family:var(--font-mono);font-size:.78rem;letter-spacing:.02em;color:var(--ink-faint);text-decoration:none}.sidebar-footer.svelte-129hoe0 a:where(.svelte-129hoe0):hover{color:var(--signal)}.scrim.svelte-129hoe0{display:none;position:fixed;inset:0;z-index:15;border:none;background:color-mix(in srgb,var(--ink) 32%,transparent);opacity:0;transition:opacity .22s ease;cursor:pointer}@media(max-width:900px){.sidebar.svelte-129hoe0{top:0;padding-top:4.5rem;transform:translate(-100%);visibility:hidden;transition:transform .24s ease,visibility .24s ease;box-shadow:2px 0 24px color-mix(in srgb,var(--ink) 12%,transparent);width:min(20rem,82vw)}.sidebar.open.svelte-129hoe0{transform:translate(0);visibility:visible}.scrim.show.svelte-129hoe0{display:block;opacity:1}}:root{--paper: #f7f6f1;--paper-raised: #fffffe;--ink: #1c1e1b;--ink-soft: #4c534b;--ink-faint: #7d857b;--pine: #2c4a3b;--pine-deep: #203a2e;--sage: #8fa99b;--sage-tint: #e9ece4;--rule: #dcdfd5;--signal: #e4552e;--signal-deep: #c13f1e;--sky: #3b6fb0;--font-display: "Space Grotesk", ui-sans-serif, system-ui, sans-serif;--font-body: "Newsreader", Georgia, "Times New Roman", serif;--font-mono: "Space Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-6: 1.5rem;--space-8: 2rem;--space-12: 3rem;--space-16: 4rem;--sidebar-w: 18rem;--content-max: 44rem;--radius: 4px;--radius-lg: 8px}*{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%}body{font-family:var(--font-body);font-size:1.125rem;line-height:1.65;color:var(--ink);background-color:var(--paper);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:600;line-height:1.15;color:var(--ink);letter-spacing:-.015em;margin-top:var(--space-12);margin-bottom:var(--space-4)}h1{font-size:clamp(2.1rem,1.6rem + 2.2vw,2.9rem);font-weight:700;letter-spacing:-.03em;margin-top:0}h2{font-size:clamp(1.5rem,1.3rem + 1vw,1.85rem);padding-bottom:var(--space-3);border-bottom:1px solid var(--rule)}h3{font-size:1.3rem}h1:first-child,h2:first-child,h3:first-child{margin-top:0}p{margin:var(--space-4) 0}a{color:var(--pine);font-weight:500;text-decoration:underline;text-decoration-color:var(--sage);text-underline-offset:.15em;text-decoration-thickness:1px;transition:color .15s ease,text-decoration-color .15s ease}a:hover{color:var(--signal);text-decoration-color:var(--signal)}:focus-visible{outline:2px solid var(--signal);outline-offset:2px;border-radius:2px}code{font-family:var(--font-mono);color:var(--pine-deep);padding:.12em .4em;font-size:.82em;background-color:var(--sage-tint);border-radius:var(--radius)}pre{font-family:var(--font-mono);background-color:var(--ink);color:var(--paper);padding:var(--space-6);overflow-x:auto;border-radius:var(--radius-lg);line-height:1.5;font-size:.9rem;margin:var(--space-6) 0}pre code{color:inherit;padding:0;background-color:transparent;border-radius:0;font-size:1em}img{max-width:100%;height:auto}blockquote{margin:var(--space-6) 0;padding:var(--space-2) var(--space-6);border-left:3px solid var(--sage);color:var(--ink-soft);font-style:italic}hr{border:none;border-top:1px solid var(--rule);margin:var(--space-12) 0}table{border-collapse:collapse;width:100%;font-size:.95rem}.eyebrow{font-family:var(--font-mono);font-size:.72rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:var(--signal)}.dateline{font-family:var(--font-mono);font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-faint);margin:calc(-1 * var(--space-2)) 0 var(--space-8)}#sw-image img{border-radius:50%;width:200px;height:200px;object-fit:cover}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:400;src:url(./space-grotesk-vietnamese-400-normal.B7xT_GF5.woff2) format("woff2"),url(./space-grotesk-vietnamese-400-normal.BIWiOVfw.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:400;src:url(./space-grotesk-latin-ext-400-normal.CfP_5XZW.woff2) format("woff2"),url(./space-grotesk-latin-ext-400-normal.DRPE3kg4.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,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:Space Grotesk;font-style:normal;font-display:swap;font-weight:400;src:url(./space-grotesk-latin-400-normal.CJ-V5oYT.woff2) format("woff2"),url(./space-grotesk-latin-400-normal.BnQMeOim.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:500;src:url(./space-grotesk-vietnamese-500-normal.BmEvtly_.woff2) format("woff2"),url(./space-grotesk-vietnamese-500-normal.BTqKIpxg.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:500;src:url(./space-grotesk-latin-ext-500-normal.DUe3BAxM.woff2) format("woff2"),url(./space-grotesk-latin-ext-500-normal.3dgZTiw9.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,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:Space Grotesk;font-style:normal;font-display:swap;font-weight:500;src:url(./space-grotesk-latin-500-normal.lFbtlQH6.woff2) format("woff2"),url(./space-grotesk-latin-500-normal.CNSSEhBt.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:700;src:url(./space-grotesk-vietnamese-700-normal.DMty7AZE.woff2) format("woff2"),url(./space-grotesk-vietnamese-700-normal.Duxec5Rn.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:700;src:url(./space-grotesk-latin-ext-700-normal.BQnZhY3m.woff2) format("woff2"),url(./space-grotesk-latin-ext-700-normal.HVCqSBdx.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,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:Space Grotesk;font-style:normal;font-display:swap;font-weight:700;src:url(./space-grotesk-latin-700-normal.RjhwGPKo.woff2) format("woff2"),url(./space-grotesk-latin-700-normal.CwsQ-cCU.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Newsreader;font-style:normal;font-display:swap;font-weight:400;src:url(./newsreader-vietnamese-400-normal.DdKr49mV.woff2) format("woff2"),url(./newsreader-vietnamese-400-normal.BekUZro8.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Newsreader;font-style:normal;font-display:swap;font-weight:400;src:url(./newsreader-latin-ext-400-normal.svq1FPys.woff2) format("woff2"),url(./newsreader-latin-ext-400-normal.DYA1XoQK.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,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:Newsreader;font-style:normal;font-display:swap;font-weight:400;src:url(./newsreader-latin-400-normal.BFBkh4jY.woff2) format("woff2"),url(./newsreader-latin-400-normal.gRTjlS2D.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Newsreader;font-style:italic;font-display:swap;font-weight:400;src:url(./newsreader-vietnamese-400-italic.bZegYFuM.woff2) format("woff2"),url(./newsreader-vietnamese-400-italic.QbB8kb5s.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Newsreader;font-style:italic;font-display:swap;font-weight:400;src:url(./newsreader-latin-ext-400-italic.BMTE_bNQ.woff2) format("woff2"),url(./newsreader-latin-ext-400-italic.qdgKLcPG.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,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:Newsreader;font-style:italic;font-display:swap;font-weight:400;src:url(./newsreader-latin-400-italic.CEihAR-f.woff2) format("woff2"),url(./newsreader-latin-400-italic.CNZoH1hn.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Newsreader;font-style:normal;font-display:swap;font-weight:600;src:url(./newsreader-vietnamese-600-normal.CaH84vfx.woff2) format("woff2"),url(./newsreader-vietnamese-600-normal.CVAR0otO.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Newsreader;font-style:normal;font-display:swap;font-weight:600;src:url(./newsreader-latin-ext-600-normal.BXv5iMHi.woff2) format("woff2"),url(./newsreader-latin-ext-600-normal.BrbfzHZ5.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,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:Newsreader;font-style:normal;font-display:swap;font-weight:600;src:url(./newsreader-latin-600-normal.30OJ_TG_.woff2) format("woff2"),url(./newsreader-latin-600-normal.DUnT2r2g.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Mono;font-style:normal;font-display:swap;font-weight:400;src:url(./space-mono-vietnamese-400-normal.BNOj0Qhp.woff2) format("woff2"),url(./space-mono-vietnamese-400-normal.B0PMp_xB.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Mono;font-style:normal;font-display:swap;font-weight:400;src:url(./space-mono-latin-ext-400-normal.DTLbW2xa.woff2) format("woff2"),url(./space-mono-latin-ext-400-normal.D4cJI_B-.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,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:Space Mono;font-style:normal;font-display:swap;font-weight:400;src:url(./space-mono-latin-400-normal.Rg4St2Dn.woff2) format("woff2"),url(./space-mono-latin-400-normal._3DlpgIW.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Mono;font-style:normal;font-display:swap;font-weight:700;src:url(./space-mono-vietnamese-700-normal.DWQgDHuA.woff2) format("woff2"),url(./space-mono-vietnamese-700-normal.D-KrLuLr.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Mono;font-style:normal;font-display:swap;font-weight:700;src:url(./space-mono-latin-ext-700-normal.B2s3bDs2.woff2) format("woff2"),url(./space-mono-latin-ext-700-normal.B_E7P90g.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,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:Space Mono;font-style:normal;font-display:swap;font-weight:700;src:url(./space-mono-latin-700-normal.mWgeinG7.woff2) format("woff2"),url(./space-mono-latin-700-normal.D7A851RN.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.theme-container.svelte-12qhfyh{min-height:100vh}.page-wrapper.svelte-12qhfyh{display:flex}.page-content.svelte-12qhfyh{flex:1;min-width:0;margin-left:var(--sidebar-w);padding:var(--space-12) var(--space-16);max-width:calc(var(--content-max) + var(--space-16) * 2)}@media(max-width:900px){.page-content.svelte-12qhfyh{margin-left:0;padding:var(--space-8) var(--space-6)}}
