@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-cyrillic-ext-wght-normal.BOeWTOD4.woff2) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-cyrillic-wght-normal.DqGufNeO.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-greek-ext-wght-normal.DlzME5K_.woff2) format("woff2-variations");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-greek-wght-normal.CkhJZR-_.woff2) format("woff2-variations");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-vietnamese-wght-normal.CBcvBZtf.woff2) format("woff2-variations");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:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-latin-ext-wght-normal.DO1Apj_S.woff2) format("woff2-variations");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:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-latin-wght-normal.Dx4kXJAl.woff2) format("woff2-variations");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}:root{color-scheme:light;--bg: #ffffff;--bg-subtle: #f7f9fc;--text: #1a1d23;--muted: #5b6573;--soft: #8a93a3;--border: #e5e7eb;--card: #ffffff;--code-bg: #f1f5f9;--accent: #2698ba;--accent-hover: #1f7d9c;--accent-soft: rgba(38, 152, 186, .08);--max-content: min(86%, 1000px);--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.5rem;--space-6: 2rem;--space-7: 3rem;--space-8: 4rem;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--font-sans: "Inter Variable", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono: ui-monospace, "SF Mono", SFMono-Regular, Menlo, Consolas, monospace;--transition: .15s ease}html[data-theme=dark]{color-scheme:dark;--bg: #0f1419;--bg-subtle: #161c26;--text: #e8eaed;--muted: #9ca3af;--soft: #6b7280;--border: #2a3142;--card: #161c26;--code-bg: #1e293b;--accent: #6dd3ec;--accent-hover: #9ae0f1;--accent-soft: rgba(109, 211, 236, .16)}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);font-size:17px;line-height:1.7;color:var(--text);background:var(--bg);transition:background var(--transition),color var(--transition);display:flex;flex-direction:column;min-height:100vh}main{flex:1 0 auto;width:100%;max-width:var(--max-content);margin:0 auto;padding:var(--space-7) var(--space-5) var(--space-8)}h1,h2,h3,h4{color:var(--text);font-weight:700;letter-spacing:-.022em;line-height:1.2;margin:0 0 var(--space-4)}h1{font-size:2.25rem;letter-spacing:-.028em}h2{font-size:1.5rem;margin-top:var(--space-8);margin-bottom:var(--space-4);font-weight:700}h3{font-size:1.05rem;font-weight:600}p{margin:0 0 var(--space-4);color:var(--text)}a{color:var(--accent);text-decoration:underline;text-decoration-thickness:.5px;text-underline-offset:3px;text-decoration-color:color-mix(in srgb,var(--accent) 35%,transparent);transition:color var(--transition),text-decoration-color var(--transition)}a:hover{color:var(--accent-hover);text-decoration-color:var(--accent-hover)}strong{font-weight:600;color:var(--text)}em{font-style:italic}code{font-family:var(--font-mono);font-size:.92em;padding:.1em .4em;background:var(--code-bg);border-radius:4px}hr{border:0;border-top:1px solid var(--border);margin:var(--space-6) 0}img{max-width:100%;height:auto;display:block}::selection{background:var(--accent-soft);color:var(--text)}.muted{color:var(--muted)}.section-head{display:flex;align-items:baseline;justify-content:space-between;gap:var(--space-3);margin-top:var(--space-8);margin-bottom:0}.section-head h2{margin:0}.section-head a{font-size:.875rem;color:var(--muted);text-decoration:none}.section-head a:hover{color:var(--accent)}#theme-toggle[data-astro-cid-x3pjskd3]{background:none;border:none;cursor:pointer;color:var(--muted);padding:4px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);transition:color var(--transition),background var(--transition)}#theme-toggle[data-astro-cid-x3pjskd3]:hover{color:var(--text);background:var(--accent-soft)}#theme-toggle[data-astro-cid-x3pjskd3] svg[data-astro-cid-x3pjskd3]{display:none}html[data-theme-setting=system] #icon-system[data-astro-cid-x3pjskd3],html[data-theme-setting=light] #icon-light[data-astro-cid-x3pjskd3],html[data-theme-setting=dark] #icon-dark[data-astro-cid-x3pjskd3]{display:block}html:not([data-theme-setting]) #icon-system[data-astro-cid-x3pjskd3]{display:block}.site-header[data-astro-cid-3ef6ksr2]{border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--bg) 92%,transparent);backdrop-filter:saturate(180%) blur(8px);position:sticky;top:0;z-index:50}.inner[data-astro-cid-3ef6ksr2]{max-width:var(--max-content);margin:0 auto;padding:var(--space-4) var(--space-5);display:flex;align-items:center;justify-content:space-between;gap:var(--space-5)}.brand[data-astro-cid-3ef6ksr2]{font-weight:600;font-size:.98rem;letter-spacing:-.01em;color:var(--text);text-decoration:none}.brand[data-astro-cid-3ef6ksr2]:hover{color:var(--accent)}.nav-list[data-astro-cid-3ef6ksr2]{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:var(--space-5)}.nav-link[data-astro-cid-3ef6ksr2]{color:var(--muted);text-decoration:none;font-size:.92rem;font-weight:500;padding:var(--space-1) 0;border-bottom:1.5px solid transparent;transition:color var(--transition),border-color var(--transition)}.nav-link[data-astro-cid-3ef6ksr2]:hover{color:var(--text)}.nav-link[data-astro-cid-3ef6ksr2].active{color:var(--text);border-bottom-color:var(--accent)}@media(max-width:540px){.inner[data-astro-cid-3ef6ksr2]{gap:var(--space-3)}.nav-list[data-astro-cid-3ef6ksr2]{gap:var(--space-4)}.nav-link[data-astro-cid-3ef6ksr2]{font-size:.88rem}}.site-footer[data-astro-cid-sz7xmlte]{border-top:1px solid var(--border);margin-top:var(--space-8);padding:var(--space-6) var(--space-5);color:var(--muted);font-size:.82rem}.inner[data-astro-cid-sz7xmlte]{max-width:var(--max-content);margin:0 auto;text-align:center}.copy[data-astro-cid-sz7xmlte]{margin:0 0 var(--space-2)}.clustrmaps[data-astro-cid-sz7xmlte]{margin-top:var(--space-3);font-size:.7rem;color:var(--soft)}.clustrmaps[data-astro-cid-sz7xmlte] summary[data-astro-cid-sz7xmlte]{cursor:pointer;list-style:none;user-select:none;color:var(--soft)}.clustrmaps[data-astro-cid-sz7xmlte] summary[data-astro-cid-sz7xmlte]::-webkit-details-marker{display:none}.clustrmaps[data-astro-cid-sz7xmlte] summary[data-astro-cid-sz7xmlte]:before{content:"▸ ";display:inline-block;transition:transform var(--transition)}.clustrmaps[data-astro-cid-sz7xmlte][open] summary[data-astro-cid-sz7xmlte]:before{transform:rotate(90deg)}.clustrmaps[data-astro-cid-sz7xmlte] img[data-astro-cid-sz7xmlte]{margin:var(--space-3) auto 0;max-width:300px}.pub[data-astro-cid-yda2cnew]{padding:var(--space-6) 0;border-bottom:1px solid color-mix(in srgb,var(--border) 60%,transparent)}.pub[data-astro-cid-yda2cnew]:last-child{border-bottom:none}.pub[data-astro-cid-yda2cnew]:first-child{padding-top:var(--space-5)}.pub-title[data-astro-cid-yda2cnew]{font-size:17px;font-weight:600;margin:0 0 var(--space-2);line-height:1.4;color:var(--text)}.pub-authors[data-astro-cid-yda2cnew]{margin:0 0 var(--space-3);font-size:.85rem;color:var(--muted);line-height:1.55;letter-spacing:-.005em}.pub-authors[data-astro-cid-yda2cnew] strong[data-astro-cid-yda2cnew]{color:var(--text);font-weight:600}.pub-authors[data-astro-cid-yda2cnew] sup[data-astro-cid-yda2cnew]{font-size:.7em}.pub-meta[data-astro-cid-yda2cnew]{font-size:.85rem;color:var(--muted);display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-3);row-gap:var(--space-2)}.pub-badge[data-astro-cid-yda2cnew]{display:inline-block;background:var(--accent-soft);color:var(--accent);font-weight:600;font-size:.76rem;letter-spacing:.01em;padding:2px 9px;border-radius:var(--radius-sm);font-variant-numeric:tabular-nums}.pub-links[data-astro-cid-yda2cnew]{display:inline-flex;flex-wrap:wrap;align-items:center;gap:var(--space-2)}.pub-links[data-astro-cid-yda2cnew] a[data-astro-cid-yda2cnew]{color:var(--muted);text-decoration:none;transition:color var(--transition)}.pub-links[data-astro-cid-yda2cnew] a[data-astro-cid-yda2cnew]:hover{color:var(--accent)}.pub-sep[data-astro-cid-yda2cnew]{color:var(--soft);opacity:.6}@media(max-width:540px){.pub[data-astro-cid-yda2cnew]{padding:var(--space-4) 0}}
