.header[data-astro-cid-3ef6ksr2]{position:sticky;top:0;z-index:var(--t-z-sticky);height:var(--site-header-height);background:color-mix(in hsl,var(--t-color-background) 85%,transparent);border-bottom:1px solid var(--t-color-border);backdrop-filter:blur(8px)}.header-inner[data-astro-cid-3ef6ksr2]{max-width:var(--site-max-width);margin:0 auto;padding:0 var(--t-space-m);height:100%;display:flex;align-items:center;justify-content:space-between}.logo[data-astro-cid-3ef6ksr2]{display:inline-flex;align-items:center;gap:var(--t-space-xs);text-decoration:none}.logo-mark[data-astro-cid-3ef6ksr2]{display:block;flex-shrink:0}.logo-text[data-astro-cid-3ef6ksr2]{font-family:var(--t-font-brand);font-size:var(--t-text-l);font-weight:var(--t-weight-bold);color:var(--t-color-content)}.logo[data-astro-cid-3ef6ksr2]:hover{text-decoration:none}.desktop-nav[data-astro-cid-3ef6ksr2]{display:flex;gap:var(--t-space-l)}.nav-link[data-astro-cid-3ef6ksr2]{font-size:var(--t-text-m);font-weight:var(--t-weight-medium);color:var(--t-color-content2);text-decoration:none;transition:color var(--t-transition-hover)}.nav-link[data-astro-cid-3ef6ksr2]:hover{color:var(--t-color-content);text-decoration:none}.nav-link[data-astro-cid-3ef6ksr2].active{color:var(--t-color-content);font-weight:var(--t-weight-semibold)}.nav-dropdown[data-astro-cid-3ef6ksr2]{position:relative}.nav-dropdown-trigger[data-astro-cid-3ef6ksr2]{display:inline-flex;align-items:center;gap:var(--t-space-xs);padding:0;background:none;border:none;cursor:pointer;font-family:inherit}.nav-dropdown-chevron[data-astro-cid-3ef6ksr2]{transition:transform var(--t-transition-hover)}.nav-dropdown[data-astro-cid-3ef6ksr2]:hover .nav-dropdown-chevron[data-astro-cid-3ef6ksr2],.nav-dropdown[data-astro-cid-3ef6ksr2]:focus-within .nav-dropdown-chevron[data-astro-cid-3ef6ksr2]{transform:rotate(180deg)}.nav-dropdown-menu[data-astro-cid-3ef6ksr2]{position:absolute;top:calc(100% + var(--t-space-xs));left:0;min-width:12rem;display:flex;flex-direction:column;padding:var(--t-space-xs);background:var(--t-color-background);border:1px solid var(--t-color-border);border-radius:var(--t-radius-m);box-shadow:var(--t-shadow-m);opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity var(--t-transition-hover),transform var(--t-transition-hover),visibility var(--t-transition-hover)}.nav-dropdown[data-astro-cid-3ef6ksr2]:hover .nav-dropdown-menu[data-astro-cid-3ef6ksr2],.nav-dropdown[data-astro-cid-3ef6ksr2]:focus-within .nav-dropdown-menu[data-astro-cid-3ef6ksr2]{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown-item[data-astro-cid-3ef6ksr2]{padding:var(--t-space-xs) var(--t-space-s);border-radius:var(--t-radius-s);font-size:var(--t-text-m);font-weight:var(--t-weight-medium);color:var(--t-color-content2);text-decoration:none;white-space:nowrap;transition:color var(--t-transition-hover),background var(--t-transition-hover)}.nav-dropdown-item[data-astro-cid-3ef6ksr2]:hover{color:var(--t-color-content);background:var(--t-color-background2);text-decoration:none}.nav-dropdown-item[data-astro-cid-3ef6ksr2].active{color:var(--t-color-content);font-weight:var(--t-weight-semibold)}.header-actions[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:var(--t-space-m)}.desktop-only[data-astro-cid-3ef6ksr2]{display:none}.cta-button[data-astro-cid-3ef6ksr2]{display:inline-flex;align-items:center;padding:var(--t-space-xs) var(--t-space-m);font-size:var(--t-text-m);font-weight:var(--t-weight-semibold);color:var(--site-color-onAccent);background:var(--t-color-selection);border-radius:var(--t-radius-m);text-decoration:none;transition:background var(--t-transition-hover)}.cta-button[data-astro-cid-3ef6ksr2]:hover{background:var(--t-color-blue7);text-decoration:none}.nav-toggle[data-astro-cid-3ef6ksr2]{display:none;padding:var(--t-space-xs);margin-right:calc(-1 * var(--t-space-xs));background:none;border:none;border-radius:var(--t-radius-s);color:var(--t-color-content);cursor:pointer}.nav-toggle-box[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:column;justify-content:space-between;width:20px;height:14px}.nav-toggle-bar[data-astro-cid-3ef6ksr2]{height:2px;border-radius:2px;background:currentColor}.mobile-nav[data-astro-cid-3ef6ksr2]{position:fixed;inset:0;z-index:var(--t-z-modal);pointer-events:none}.mobile-nav[data-astro-cid-3ef6ksr2][data-open]{pointer-events:auto}.mobile-nav[data-astro-cid-3ef6ksr2][hidden]{display:none}.mobile-nav-overlay[data-astro-cid-3ef6ksr2]{position:absolute;inset:0;z-index:var(--t-z-overlay);background:#00000073;opacity:0;transition:opacity var(--t-transition-hover)}.mobile-nav-panel[data-astro-cid-3ef6ksr2]{position:absolute;top:0;right:0;z-index:var(--t-z-modal);display:flex;flex-direction:column;width:min(20rem,85vw);height:100%;padding:var(--t-space-m);overflow-y:auto;background:var(--t-color-background);border-left:1px solid var(--t-color-border);transform:translate(100%);transition:transform var(--t-transition-hover)}.mobile-nav[data-astro-cid-3ef6ksr2][data-open] .mobile-nav-overlay[data-astro-cid-3ef6ksr2]{opacity:1}.mobile-nav[data-astro-cid-3ef6ksr2][data-open] .mobile-nav-panel[data-astro-cid-3ef6ksr2]{transform:translate(0)}.mobile-nav-head[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--t-space-m)}.mobile-nav-title[data-astro-cid-3ef6ksr2]{font-family:var(--t-font-brand);font-size:var(--t-text-l);font-weight:var(--t-weight-bold);color:var(--t-color-content)}.mobile-nav-close[data-astro-cid-3ef6ksr2]{display:inline-flex;padding:var(--t-space-xs);margin-right:calc(-1 * var(--t-space-xs));background:none;border:none;border-radius:var(--t-radius-s);color:var(--t-color-content2);cursor:pointer}.mobile-nav-close[data-astro-cid-3ef6ksr2]:hover{color:var(--t-color-content)}.mobile-nav-list[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:column;gap:2px}.mobile-nav-group[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:column;gap:2px;margin-block:var(--t-space-xs)}.mobile-nav-group-label[data-astro-cid-3ef6ksr2]{margin:0;padding:var(--t-space-xs) var(--t-space-s);font-size:var(--t-text-s);font-weight:var(--t-weight-semibold);text-transform:uppercase;letter-spacing:.04em;color:var(--t-color-content3, var(--t-color-content2))}.mobile-nav-group-label[data-astro-cid-3ef6ksr2].active{color:var(--t-color-content)}.mobile-nav-item[data-astro-cid-3ef6ksr2]{padding:var(--t-space-s);border-radius:var(--t-radius-s);font-size:var(--t-text-m);font-weight:var(--t-weight-medium);color:var(--t-color-content2);text-decoration:none}.mobile-nav-child[data-astro-cid-3ef6ksr2]{margin-left:var(--t-space-s)}.mobile-nav-item[data-astro-cid-3ef6ksr2]:hover{background:var(--t-color-background2);color:var(--t-color-content);text-decoration:none}.mobile-nav-item[data-astro-cid-3ef6ksr2].active{color:var(--t-color-content);font-weight:var(--t-weight-semibold);background:var(--t-color-background2)}.mobile-nav-cta[data-astro-cid-3ef6ksr2]{margin-top:var(--t-space-m);padding:var(--t-space-s) var(--t-space-m);border-radius:var(--t-radius-m);font-size:var(--t-text-m);font-weight:var(--t-weight-semibold);text-align:center;color:var(--site-color-onAccent);background:var(--t-color-selection);text-decoration:none}.mobile-nav-cta[data-astro-cid-3ef6ksr2]:hover{background:var(--t-color-blue7);text-decoration:none}@media(prefers-reduced-motion:reduce){.mobile-nav-overlay[data-astro-cid-3ef6ksr2],.mobile-nav-panel[data-astro-cid-3ef6ksr2]{transition:none}}@media(max-width:768px){.desktop-nav[data-astro-cid-3ef6ksr2],.header-actions[data-astro-cid-3ef6ksr2] .desktop-only[data-astro-cid-3ef6ksr2],.header-actions[data-astro-cid-3ef6ksr2] .cta-button[data-astro-cid-3ef6ksr2]{display:none}.nav-toggle[data-astro-cid-3ef6ksr2]{display:block}}@media(min-width:769px){.mobile-nav[data-astro-cid-3ef6ksr2]{display:none}}.footer[data-astro-cid-sz7xmlte]{border-top:1px solid var(--t-color-border);padding:var(--t-space-l2) 0;margin-top:auto}.footer-inner[data-astro-cid-sz7xmlte]{max-width:var(--site-max-width);margin:0 auto;padding:0 var(--t-space-m)}.footer-grid[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:var(--t-space-l2);margin-bottom:var(--t-space-l2)}.footer-logo[data-astro-cid-sz7xmlte]{display:inline-flex;align-items:center;gap:var(--t-space-xs)}.footer-logo-mark[data-astro-cid-sz7xmlte]{display:block;flex-shrink:0}.footer-logo-text[data-astro-cid-sz7xmlte]{font-family:var(--t-font-brand);font-size:var(--t-text-l);font-weight:var(--t-weight-bold)}.footer-tagline[data-astro-cid-sz7xmlte]{font-size:var(--t-text-m);color:var(--t-color-content2);margin:var(--t-space-xs) 0 0}.footer-heading[data-astro-cid-sz7xmlte]{font-size:var(--t-text-m);font-weight:var(--t-weight-semibold);margin:0 0 var(--t-space-s)}.footer-column[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:var(--t-space-xs)}.footer-link[data-astro-cid-sz7xmlte]{font-size:var(--t-text-m);color:var(--t-color-content2);text-decoration:none;transition:color var(--t-transition-hover)}.footer-link[data-astro-cid-sz7xmlte]:hover{color:var(--t-color-content);text-decoration:none}.footer-bottom[data-astro-cid-sz7xmlte]{display:flex;align-items:center;justify-content:space-between;gap:var(--t-space-s);padding-top:var(--t-space-m);border-top:1px solid var(--t-color-border);font-size:var(--t-text-s);color:var(--t-color-content2)}.footer-bottom[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{margin:0}.footer-status[data-astro-cid-sz7xmlte]{display:inline-flex;align-items:center;opacity:.9;transition:opacity var(--t-transition-hover)}.footer-status[data-astro-cid-sz7xmlte]:hover{opacity:1}.footer-status-badge[data-astro-cid-sz7xmlte]{display:block;height:20px;width:auto}@media(max-width:768px){.footer-grid[data-astro-cid-sz7xmlte]{grid-template-columns:1fr 1fr}.footer-brand[data-astro-cid-sz7xmlte]{grid-column:1 / -1}.footer-bottom[data-astro-cid-sz7xmlte]{flex-direction:column;align-items:flex-start;gap:var(--t-space-xs)}}@layer base{:root{--t-unit: 8px}:root{--t-text-s: 12px;--t-text-m: 14px;--t-text-l: 18px;--t-text-xl: 24px;--t-text-xxl: 30px}:root{--t-icon-s: 14px;--t-icon-m: 18px;--t-icon-l: 22px;--t-icon-xl: 28px;--t-icon-xxl: 36px}:root{--t-weight-normal: 400;--t-weight-medium: 500;--t-weight-semibold: 600;--t-weight-bold: 700}:root{--t-space-xs: calc(var(--t-unit) * .5);--t-space-s: calc(var(--t-unit) * 1);--t-space-s2: calc(var(--t-unit) * 1.5);--t-space-m: calc(var(--t-unit) * 2);--t-space-l: calc(var(--t-unit) * 3);--t-space-l2: calc(var(--t-unit) * 4);--t-space-xl: calc(var(--t-unit) * 5);--t-space-xl2: calc(var(--t-unit) * 6);--t-space-xxl: calc(var(--t-unit) * 7)}:root{--t-radius-xs: 3px;--t-radius-s: 6px;--t-radius-m: 8px;--t-radius-l: 10px}:root:has(body[data-experiment-squircle=true]){--rr: 1.8375;--t-radius-xs: calc(3px * var(--rr));--t-radius-s: calc(6px * var(--rr));--t-radius-m: calc(8px * var(--rr));--t-radius-l: calc(10px * var(--rr))}[data-experiment-squircle=true] *{corner-shape:squircle}[data-experiment-squircle=true] [data-mantine-scrollbar],[data-experiment-squircle=true] [data-mantine-scrollbar] *{corner-shape:round!important}[data-experiment-new-brand-radii=true]{--t-radius-xs: 4px;--t-radius-s: 8px;--t-radius-m: 12px;--t-radius-l: 16px}[data-experiment-squircle=true][data-experiment-new-brand-radii=true]{--rr: 1.8375;--t-radius-xs: calc(4px * var(--rr));--t-radius-s: calc(8px * var(--rr));--t-radius-m: calc(12px * var(--rr));--t-radius-l: calc(16px * var(--rr))}:root{--t-transition-slow: .4s;--t-transition-fast: .2s;--t-transition-xFast: .16s;--t-transition-xxFast: 80ms;--t-transition-leave: var(--t-transition-slow);--t-transition-hover: var(--t-transition-fast);--t-transition-active: var(--t-transition-xxFast)}:root{--t-z-base: 0;--t-z-raised: 1;--t-z-dropdown: 100;--t-z-sticky: 200;--t-z-overlay: 300;--t-z-modal: 400;--t-z-popover: 500;--t-z-toast: 600;--t-z-editorBubble: 1100}:root{--t-focus-ring-color: var(--t-color-selection);--t-focus-ring-width: 2px;--t-focus-ring-offset: 2px;--t-focus-ring: var(--t-focus-ring-width) solid var(--t-focus-ring-color)}@media(prefers-reduced-motion:reduce){:root{--t-transition-slow: 0ms;--t-transition-fast: 0ms;--t-transition-xFast: 0ms;--t-transition-xxFast: 0ms}}:root,[data-theme]{--t-field-paddingX: var(--t-space-s2);--t-field-paddingX-m: var(--t-space-s2);--t-field-paddingX-l: var(--t-textbox-paddingX-l);--t-field-border-color: var(--t-color-fade3);--t-field-border-color-hover: var(--t-color-fade6);--t-field-border-color-focus: var(--t-color-shade9);--t-field-border-color-disabled: var(--t-color-shade5);--t-field-background-disabled: var(--t-color-shade2);--t-field-placeholder-color: var(--t-color-shade7)}:root{--t-textbox-height-s: 28px;--t-textbox-paddingX-s: var(--t-space-s);--t-textbox-radius-s: var(--t-radius-xs);--t-textbox-text-s: var(--t-text-s);--t-textbox-height-m: 40px;--t-textbox-paddingX-m: var(--t-space-m);--t-textbox-radius-m: var(--t-radius-s);--t-textbox-text-m: var(--t-text-m);--t-textbox-height-l: 48px;--t-textbox-paddingX-l: 18px;--t-textbox-radius-l: var(--t-radius-m);--t-textbox-text-l: var(--t-text-m)}:root{--t-clearbutton-height: 36px}[data-experiment-compact-textbox=true]{--t-textBoxHeight: 36px;--t-textbox-height-m: 36px;--t-textbox-paddingX-m: var(--t-space-s2)}:root [data-experiment-lighter-fields=true],[data-theme][data-experiment-lighter-fields=true]{--t-field-border-color: var(--t-color-fade2)}[data-experiment-match-button-and-field-padding=true]{--t-field-paddingX: 14px;--t-field-paddingX-m: 14px;--t-textbox-paddingX-m: 14px}:root{@supports not (font-size: 1cap){--t-cap-value: .74em }@supports (font-size: 1cap){--t-cap-value: 1cap }@supports not (height: 1lh){--t-lh-value: var(--t-lineHeight-global) }@supports (height: 1lh){--t-lh-value: 1lh }}:root{--t-cap: var(--t-cap-value);--t-lh: var(--t-lh-value);--t-cap-lh-offset: calc((var(--t-lh) - var(--t-cap)) / 2);--t-cap-lh-offset-neg: calc((var(--t-lh) - var(--t-cap)) / -2)}:root{--t-border-size: 1px}:root{--t-form-title-content-gap: var(--t-space-l);--t-form-contents-gap: var(--t-space-m);--t-form-content-actions-gap: var(--t-space-xl);--t-form-control-label-gap: var(--t-space-s)}:root{--t-transition-leave: var(--t-transition-slow);--t-transition-hover: var(--t-transition-fast);--t-transition-active: var(--t-transition-xxFast)}:root{--sh-h: 13.85;--bf-l: 20%;--wf-l: calc(100% - var(--bf-l))}:root{--t-color-red1: hsl(9 74% 97%);--t-color-red2: hsl(9 74% 91%);--t-color-red3: hsl(9 74% 82%);--t-color-red4: hsl(9 74% 72%);--t-color-red5: hsl(9 74% 63%);--t-color-red6: hsl(9 74% 48%);--t-color-red7: hsl(9 74% 42%);--t-color-red8: hsl(9 74% 35%);--t-color-red9: hsl(9 74% 28%);--t-color-red10: hsl(9 74% 21%);--t-color-red11: hsl(9 74% 15%);--t-color-red12: hsl(9 74% 8%);--t-color-yellow1: hsl(50 96% 95%);--t-color-yellow2: hsl(50 96% 88%);--t-color-yellow3: hsl(50 96% 78%);--t-color-yellow4: hsl(50 96% 68%);--t-color-yellow5: hsl(50 96% 50%);--t-color-yellow6: hsl(50 96% 43%);--t-color-yellow7: hsl(50 96% 37%);--t-color-yellow8: hsl(50 96% 35%);--t-color-yellow9: hsl(50 96% 31%);--t-color-yellow10: hsl(50 96% 26%);--t-color-yellow11: hsl(50 95% 16%);--t-color-yellow12: hsl(50 96% 8%);--t-color-green1: hsl(109 40% 95%);--t-color-green2: hsl(109 40% 88%);--t-color-green3: hsl(109 40% 75%);--t-color-green4: hsl(109 40% 62%);--t-color-green5: hsl(109 40% 49%);--t-color-green6: hsl(109 40% 42%);--t-color-green7: hsl(109 40% 37%);--t-color-green8: hsl(109 40% 34%);--t-color-green9: hsl(109 40% 27%);--t-color-green10: hsl(109 40% 21%);--t-color-green11: hsl(109 40% 13%);--t-color-green12: hsl(109 40% 8%);--t-color-blue1: hsl(215 100% 97%);--t-color-blue2: hsl(215 100% 92%);--t-color-blue3: hsl(216 96% 82%);--t-color-blue4: hsl(218 93% 71%);--t-color-blue5: hsl(218 89% 59%);--t-color-blue6: hsl(219 91% 48%);--t-color-blue7: hsl(219 91% 41%);--t-color-blue8: hsl(220 92% 35%);--t-color-blue9: hsl(220 92% 29%);--t-color-blue10: hsl(220 95% 22%);--t-color-blue11: hsl(220 95% 15%);--t-color-blue12: hsl(220 96% 9%)}:root{--t-color-red: var(--t-color-red6);--t-color-yellow: var(--t-color-yellow5);--t-color-green: var(--t-color-green5);--t-color-blue: var(--t-color-blue5)}:root{--core-s13: 20%;--core-s12: 22%;--core-s11: 15%;--core-s10: 12%;--core-s9: 9%;--core-s8: 7%;--core-s7: 5%;--core-s6: 6%;--core-s5: 7%;--core-s4: 7%;--core-s3: 7%;--core-s2: 6%;--core-s1: 6%}:root{--sh-s13: var(--core-s13);--sh-s12: var(--core-s12);--sh-s11: var(--core-s11);--sh-s10: var(--core-s10);--sh-s9: var(--core-s9);--sh-s8: var(--core-s8);--sh-s7: var(--core-s7);--sh-s6: var(--core-s6);--sh-s5: var(--core-s5);--sh-s4: var(--core-s4);--sh-s3: var(--core-s3);--sh-s2: var(--core-s2);--sh-s1: var(--core-s1)}[data-theme=dark],[data-theme=invert]{--sh-s13: var(--core-s1);--sh-s12: var(--core-s1);--sh-s11: var(--core-s1);--sh-s10: var(--core-s1);--sh-s9: var(--core-s1);--sh-s8: var(--core-s1);--sh-s7: var(--core-s1);--sh-s6: var(--core-s1);--sh-s5: var(--core-s1);--sh-s4: var(--core-s1);--sh-s3: var(--core-s1);--sh-s2: var(--core-s1);--sh-s1: var(--core-s1)}:root,[data-theme]{--t-color-shadeTone13: hsl(var(--sh-h) var(--sh-s13) 10%);--t-color-shadeTone12: hsl(var(--sh-h) var(--sh-s12) 11.5%);--t-color-shadeTone11: hsl(var(--sh-h) var(--sh-s11) 15%);--t-color-shadeTone10: hsl(var(--sh-h) var(--sh-s10) 21%);--t-color-shadeTone9: hsl(var(--sh-h) var(--sh-s9) 28%);--t-color-shadeTone8: hsl(var(--sh-h) var(--sh-s8) 38%);--t-color-shadeTone7: hsl(var(--sh-h) var(--sh-s7) 51%);--t-color-shadeTone6: hsl(var(--sh-h) var(--sh-s6) 70%);--t-color-shadeTone5: hsl(var(--sh-h) var(--sh-s5) 82%);--t-color-shadeTone4: hsl(var(--sh-h) var(--sh-s4) 90%);--t-color-shadeTone3: hsl(var(--sh-h) var(--sh-s3) 95%);--t-color-shadeTone2: hsl(var(--sh-h) var(--sh-s2) 97.5%);--t-color-shadeTone1: hsl(var(--sh-h) var(--sh-s1) 100%);--al-10: 73%;--al-9: 66%;--al-8: 59%;--al-7: 52%;--al-6: 45%;--al-5: 38%;--al-4: 31%;--al-3: 23%;--al-2: 15%;--al-1: 8%;--t-color-lightFade10: hsl(var(--sh-h) 14% var(--wf-l) / var(--al-10));--t-color-lightFade9: hsl(var(--sh-h) 14% var(--wf-l) / var(--al-9));--t-color-lightFade8: hsl(var(--sh-h) 14% var(--wf-l) / var(--al-8));--t-color-lightFade7: hsl(var(--sh-h) 14% var(--wf-l) / var(--al-7));--t-color-lightFade6: hsl(var(--sh-h) 14% var(--wf-l) / var(--al-6));--t-color-lightFade5: hsl(var(--sh-h) 13% var(--wf-l) / var(--al-5));--t-color-lightFade4: hsl(var(--sh-h) 12% var(--wf-l) / var(--al-4));--t-color-lightFade3: hsl(var(--sh-h) 11% var(--wf-l) / var(--al-3));--t-color-lightFade2: hsl(var(--sh-h) 10% var(--wf-l) / var(--al-2));--t-color-lightFade1: hsl(var(--sh-h) 9% var(--wf-l) / var(--al-1));--t-color-darkFade10: hsl(var(--sh-h) 9% var(--bf-l) / var(--al-10));--t-color-darkFade9: hsl(var(--sh-h) 10% var(--bf-l) / var(--al-9));--t-color-darkFade8: hsl(var(--sh-h) 11% var(--bf-l) / var(--al-8));--t-color-darkFade7: hsl(var(--sh-h) 12% var(--bf-l) / var(--al-7));--t-color-darkFade6: hsl(var(--sh-h) 13% var(--bf-l) / var(--al-6));--t-color-darkFade5: hsl(var(--sh-h) 14% var(--bf-l) / var(--al-5));--t-color-darkFade4: hsl(var(--sh-h) 14% var(--bf-l) / var(--al-4));--t-color-darkFade3: hsl(var(--sh-h) 14% var(--bf-l) / var(--al-3));--t-color-darkFade2: hsl(var(--sh-h) 14% var(--bf-l) / var(--al-2));--t-color-darkFade1: hsl(var(--sh-h) 14% var(--bf-l) / var(--al-1))}:root{--t-color-warning: var(--t-color-yellow4);--t-color-danger: var(--t-color-red7);--t-color-success: var(--t-color-green9);--t-color-selection: var(--t-color-blue6)}:root,[data-theme=light],[data-theme=dark] [data-theme=invert]{--t-color-fade10: var(--t-color-darkFade10);--t-color-fade9: var(--t-color-darkFade9);--t-color-fade8: var(--t-color-darkFade8);--t-color-fade7: var(--t-color-darkFade7);--t-color-fade6: var(--t-color-darkFade6);--t-color-fade5: var(--t-color-darkFade5);--t-color-fade4: var(--t-color-darkFade4);--t-color-fade3: var(--t-color-darkFade3);--t-color-fade2: var(--t-color-darkFade2);--t-color-fade1: var(--t-color-darkFade1);--t-color-shade1: var(--t-color-shadeTone1);--t-color-shade2: var(--t-color-shadeTone2);--t-color-shade3: var(--t-color-shadeTone3);--t-color-shade4: var(--t-color-shadeTone4);--t-color-shade5: var(--t-color-shadeTone5);--t-color-shade6: var(--t-color-shadeTone6);--t-color-shade7: var(--t-color-shadeTone7);--t-color-shade8: var(--t-color-shadeTone8);--t-color-shade9: var(--t-color-shadeTone9);--t-color-shade10: var(--t-color-shadeTone10);--t-color-shade11: var(--t-color-shadeTone11);--t-color-shade12: var(--t-color-shadeTone12);--t-color-shade13: var(--t-color-shadeTone13)}[data-theme=dark],[data-theme=light] [data-theme=invert]{--t-color-fade10: var(--t-color-lightFade10);--t-color-fade9: var(--t-color-lightFade9);--t-color-fade8: var(--t-color-lightFade8);--t-color-fade7: var(--t-color-lightFade7);--t-color-fade6: var(--t-color-lightFade6);--t-color-fade5: var(--t-color-lightFade5);--t-color-fade4: var(--t-color-lightFade4);--t-color-fade3: var(--t-color-lightFade3);--t-color-fade2: var(--t-color-lightFade2);--t-color-fade1: var(--t-color-lightFade1);--t-color-shade1: var(--t-color-shadeTone13);--t-color-shade2: var(--t-color-shadeTone12);--t-color-shade3: var(--t-color-shadeTone11);--t-color-shade4: var(--t-color-shadeTone10);--t-color-shade5: var(--t-color-shadeTone9);--t-color-shade6: var(--t-color-shadeTone8);--t-color-shade7: var(--t-color-shadeTone7);--t-color-shade8: var(--t-color-shadeTone6);--t-color-shade9: var(--t-color-shadeTone5);--t-color-shade10: var(--t-color-shadeTone4);--t-color-shade11: var(--t-color-shadeTone3);--t-color-shade12: var(--t-color-shadeTone2);--t-color-shade13: var(--t-color-shadeTone1)}:root,[data-theme=light],[data-theme=dark] [data-theme=invert]{--content-l: 20%;--background-l: 80%;--fade-l: var(--bf-l);--t-color-floatingBackground: var(--t-color-shade1)}[data-theme=dark],[data-theme=light] [data-theme=invert]{--content-l: 80%;--background-l: 20%;--fade-l: var(--wf-l);--t-color-floatingBackground: var(--t-color-shade2)}:root,[data-theme]{--t-color-content: var(--t-color-shade12);--t-color-content2: var(--t-color-fade7);--t-color-content3: var(--t-color-fade5);--t-color-disabledContent: var(--t-color-shade7);--t-color-icon: var(--t-color-fade7);--t-color-iconDanger: color-mix(in hsl, var(--t-color-contentDanger), transparent 48%);--t-color-disabledIcon: var(--t-color-fade4);--t-color-background: var(--t-color-shade1);--t-color-background2: var(--t-color-shade2);--t-color-background3: var(--t-color-shade3);--t-color-disabledBackground: var(--t-color-shade4);--t-color-backdrop: color-mix(in hsl, var(--t-color-shadeTone12), transparent 40%);--t-color-border: color-mix(in hsl, var(--t-color-shade10), transparent 88%);--t-color-border2: color-mix(in hsl, var(--t-color-shade10), transparent 80%);--t-color-overlay: var(--t-color-fade1);--t-color-overlay2: var(--t-color-fade2);--t-color-overlayDanger: color-mix(in hsl, var(--t-color-red7), transparent 89%);--t-color-overlayDanger2: color-mix(in hsl, var(--t-color-red7), transparent 82%)}[data-theme=dark],[data-theme=light] [data-theme=invert]{--t-color-iconDanger: color-mix(in hsl, var(--t-color-red5), transparent 40%);--t-color-background2: color-mix(in hsl, var(--t-color-shade1), black)}:root,[data-theme]{--t-color-contentDanger: var(--t-color-red7);--t-color-backgroundDanger: var(--t-color-red6);--t-color-onBackgroundDanger: white;--t-color-backgroundDangerSubtle: var(--t-color-red2);--t-color-onBackgroundDangerSubtle: var(--t-color-red10);--t-color-backgroundDangerSubtleLarge: var(--t-color-red1);--t-color-contentWarning: var(--t-color-yellow10);--t-color-backgroundWarning: var(--t-color-yellow4);--t-color-onBackgroundWarning: var(--t-color-yellow11);--t-color-backgroundWarningSubtle: var(--t-color-yellow2);--t-color-onBackgroundWarningSubtle: var(--t-color-yellow11);--t-color-backgroundWarningSubtleLarge: var(--t-color-yellow1);--t-color-contentSuccess: var(--t-color-green10);--t-color-backgroundSuccess: var(--t-color-green7);--t-color-onBackgroundSuccess: white;--t-color-backgroundSuccessSubtle: var(--t-color-green2);--t-color-onBackgroundSuccessSubtle: var(--t-color-green11);--t-color-backgroundSuccessSubtleLarge: var(--t-color-green1);--t-color-contentInfo: var(--t-color-blue7);--t-color-backgroundInfo: var(--t-color-blue6);--t-color-onBackgroundInfo: white;--t-color-backgroundInfoSubtle: var(--t-color-blue2);--t-color-onBackgroundInfoSubtle: var(--t-color-blue10);--t-color-backgroundInfoSubtleLarge: var(--t-color-blue1)}[data-theme=dark],[data-theme=dark] [data-theme=invert]{--t-color-contentDanger: var(--t-color-red5);--t-color-backgroundDangerSubtle: var(--t-color-red11);--t-color-onBackgroundDangerSubtle: var(--t-color-red1);--t-color-backgroundDangerSubtleLarge: var(--t-color-red12);--t-color-contentWarning: var(--t-color-yellow5);--t-color-backgroundWarningSubtle: var(--t-color-yellow11);--t-color-onBackgroundWarningSubtle: var(--t-color-yellow1);--t-color-backgroundWarningSubtleLarge: var(--t-color-yellow12);--t-color-contentSuccess: var(--t-color-green5);--t-color-backgroundSuccessSubtle: var(--t-color-green11);--t-color-onBackgroundSuccessSubtle: var(--t-color-green1);--t-color-backgroundSuccessSubtleLarge: var(--t-color-green12);--t-color-contentInfo: var(--t-color-blue5);--t-color-backgroundInfoSubtle: var(--t-color-blue11);--t-color-onBackgroundInfoSubtle: var(--t-color-blue1);--t-color-backgroundInfoSubtleLarge: var(--t-color-blue12)}[data-experiment-darker-content-2-and-3=true]{--t-color-content2: hsl(var(--sh-h) 12% var(--content-l) / 67%);--t-color-content3: hsl(var(--sh-h) 12% var(--content-l) / 42%)}:root,[data-theme=light],[data-theme=dark] [data-theme=invert]{--alphaRatio: .6}[data-theme=dark],[data-theme=light] [data-theme=invert]{--alphaRatio: .8}:root,[data-theme]{--c: 0 0% 0%;--blurRatio: 1.7;--yRatio: 1.1;--spreadRatio: 2;--ratioCurve: .9;--rc1: var(--ratioCurve) * 1;--rc2: var(--ratioCurve) * 2;--rc3: var(--ratioCurve) * 3;--rc4: var(--ratioCurve) * 4;--b1: 1px;--b2: calc(var(--b1) * var(--rc2) * var(--blurRatio));--b3: calc(var(--b2) * var(--rc3) * var(--blurRatio));--b4: calc(var(--b3) * var(--rc4) * var(--blurRatio));--y1: 1px;--y2: calc(var(--y1) * var(--rc2) * var(--yRatio));--y3: calc(var(--y2) * var(--rc3) * var(--yRatio));--y4: calc(var(--y3) * var(--rc4) * var(--yRatio));--a1: 5%;--a2: calc(var(--a1) * var(--rc2) * var(--alphaRatio));--a3: calc(var(--a2) * var(--rc3) * var(--alphaRatio));--a4: calc(var(--a3) * var(--rc4) * var(--alphaRatio));--s1: -.1px;--s2: calc(var(--s1) * var(--rc2) * var(--spreadRatio));--s3: calc(var(--s2) * var(--rc3) * var(--spreadRatio));--s4: calc(var(--s3) * var(--rc4) * var(--spreadRatio));--shadow1: 0 var(--y1) var(--b1) var(--s1) hsl(var(--c) / var(--a1));--shadow2: 0 var(--y2) var(--b2) var(--s2) hsl(var(--c) / var(--a2));--shadow3: 0 var(--y3) var(--b3) var(--s3) hsl(var(--c) / var(--a3));--shadow4: 0 var(--y4) var(--b4) var(--s4) hsl(var(--c) / var(--a4));--t-shadow-s: var(--shadow1), var(--shadow2);--t-shadow-m: var(--t-shadow-s), var(--shadow3);--t-shadow-l: var(--t-shadow-m), var(--shadow4)}:root{--t-lineHeight-fixed: 7px;--t-lineHeight-relative: .9em;--t-lineHeight-global: calc(var(--t-lineHeight-fixed) + var(--t-lineHeight-relative));--t-font-global: "Inter", "Noto Sans", sans-serif}.t-context,.t-context *{line-height:var(--t-lineHeight-global);outline-color:var(--t-color-selection)}.t-context{font-family:var(--t-font-global);font-size:var(--t-text-m);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[data-theme],.t-context{color:var(--t-color-content)}*,*:before,*:after{box-sizing:border-box}.t-link-context a{transition:var(--t-transition-slow);text-underline-position:under;text-underline-offset:calc(2px - .1em);color:inherit;cursor:pointer;text-decoration-color:var(--t-color-fade3)}.t-link-context a:hover{transition:var(--t-transition-fast);text-decoration-color:currentColor}.t-link-context a:active{transition:var(--t-transition-xxFast)}.t-card-container{container-type:inline-size}.t-card{--t-card-radius: var(--t-radius-m);--t-card-padding: var(--t-space-m)}@container (120px <= inline-size){.t-card{--t-card-radius: var(--t-radius-m);--t-card-padding: var(--t-space-m)}}@container (200px <= inline-size){.t-card{--t-card-radius: var(--t-radius-m);--t-card-padding: var(--t-space-l)}}@container (320px <= inline-size){.t-card{--t-card-radius: var(--t-radius-l);--t-card-padding: var(--t-space-l2)}}@container (472px <= inline-size){.t-card{--t-card-radius: var(--t-radius-l);--t-card-padding: var(--t-space-xl)}}@container (648px <= inline-size){.t-card{--t-card-radius: var(--t-radius-l);--t-card-padding: var(--t-space-xl2)}}@container (840px <= inline-size){.t-card{--t-card-radius: var(--t-radius-l);--t-card-padding: var(--t-space-xxl)}}}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-ext-400-normal.BQZuk6qB.woff2) format("woff2"),url(/assets/inter-cyrillic-ext-400-normal.DQukG94-.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-400-normal.obahsSVq.woff2) format("woff2"),url(/assets/inter-cyrillic-400-normal.HOLc17fK.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-ext-400-normal.DGGRlc-M.woff2) format("woff2"),url(/assets/inter-greek-ext-400-normal.KugGGMne.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-400-normal.B4URO6DV.woff2) format("woff2"),url(/assets/inter-greek-400-normal.q2sYcFCs.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-vietnamese-400-normal.DMkecbls.woff2) format("woff2"),url(/assets/inter-vietnamese-400-normal.Bbgyi5SW.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:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-ext-400-normal.C1nco2VV.woff2) format("woff2"),url(/assets/inter-latin-ext-400-normal.77YHD8bZ.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:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-400-normal.C38fXH4l.woff2) format("woff2"),url(/assets/inter-latin-400-normal.CyCys3Eg.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:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-cyrillic-ext-500-normal.B0yAr1jD.woff2) format("woff2"),url(/assets/inter-cyrillic-ext-500-normal.BmqWE9Dz.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-cyrillic-500-normal.BasfLYem.woff2) format("woff2"),url(/assets/inter-cyrillic-500-normal.CxZf_p3X.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-greek-ext-500-normal.C4iEst2y.woff2) format("woff2"),url(/assets/inter-greek-ext-500-normal.2j5mBUwD.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-greek-500-normal.BIZE56-Y.woff2) format("woff2"),url(/assets/inter-greek-500-normal.Xzm54t5V.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-vietnamese-500-normal.DOriooB6.woff2) format("woff2"),url(/assets/inter-vietnamese-500-normal.mJboJaSs.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:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-latin-ext-500-normal.CV4jyFjo.woff2) format("woff2"),url(/assets/inter-latin-ext-500-normal.BxGbmqWO.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:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-latin-500-normal.Cerq10X2.woff2) format("woff2"),url(/assets/inter-latin-500-normal.BL9OpVg8.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:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-cyrillic-ext-600-normal.Dfes3d0z.woff2) format("woff2"),url(/assets/inter-cyrillic-ext-600-normal.Bcila6Z-.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-cyrillic-600-normal.CWCymEST.woff2) format("woff2"),url(/assets/inter-cyrillic-600-normal.4D_pXhcN.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-greek-ext-600-normal.DRtmH8MT.woff2) format("woff2"),url(/assets/inter-greek-ext-600-normal.B8X0CLgF.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-greek-600-normal.plRanbMR.woff2) format("woff2"),url(/assets/inter-greek-600-normal.BZpKdvQh.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-vietnamese-600-normal.Cc8MFFhd.woff2) format("woff2"),url(/assets/inter-vietnamese-600-normal.BuLX-rYi.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:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-latin-ext-600-normal.D2bJ5OIk.woff2) format("woff2"),url(/assets/inter-latin-ext-600-normal.CIVaiw4L.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:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-latin-600-normal.LgqL8muc.woff2) format("woff2"),url(/assets/inter-latin-600-normal.CiBQ2DWP.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:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-cyrillic-ext-700-normal.BjwYoWNd.woff2) format("woff2"),url(/assets/inter-cyrillic-ext-700-normal.LO58E6JB.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-cyrillic-700-normal.CjBOestx.woff2) format("woff2"),url(/assets/inter-cyrillic-700-normal.DrXBdSj3.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-greek-ext-700-normal.qfdV9bQt.woff2) format("woff2"),url(/assets/inter-greek-ext-700-normal.BoQ6DsYi.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-greek-700-normal.C3JjAnD8.woff2) format("woff2"),url(/assets/inter-greek-700-normal.BUv2fZ6O.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-vietnamese-700-normal.DlLaEgI2.woff2) format("woff2"),url(/assets/inter-vietnamese-700-normal.BZaoP0fm.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:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-latin-ext-700-normal.Ca8adRJv.woff2) format("woff2"),url(/assets/inter-latin-ext-700-normal.TidjK2hL.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:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-latin-700-normal.Yt3aPRUw.woff2) format("woff2"),url(/assets/inter-latin-700-normal.BLAVimhd.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(/assets/space-grotesk-vietnamese-500-normal.BmEvtly_.woff2) format("woff2"),url(/assets/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(/assets/space-grotesk-latin-ext-500-normal.DUe3BAxM.woff2) format("woff2"),url(/assets/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(/assets/space-grotesk-latin-500-normal.lFbtlQH6.woff2) format("woff2"),url(/assets/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:600;src:url(/assets/space-grotesk-vietnamese-600-normal.DUi7WF5p.woff2) format("woff2"),url(/assets/space-grotesk-vietnamese-600-normal.D6zpsUhD.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:600;src:url(/assets/space-grotesk-latin-ext-600-normal.DxxdqCpr.woff2) format("woff2"),url(/assets/space-grotesk-latin-ext-600-normal.VcznFIpX.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:600;src:url(/assets/space-grotesk-latin-600-normal.DjKNqYRj.woff2) format("woff2"),url(/assets/space-grotesk-latin-600-normal.BflQw4A9.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(/assets/space-grotesk-vietnamese-700-normal.DMty7AZE.woff2) format("woff2"),url(/assets/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(/assets/space-grotesk-latin-ext-700-normal.BQnZhY3m.woff2) format("woff2"),url(/assets/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(/assets/space-grotesk-latin-700-normal.RjhwGPKo.woff2) format("woff2"),url(/assets/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}:root{--site-max-width: 1200px;--site-header-height: 64px;--t-font-brand: "Space Grotesk", sans-serif;--site-font-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;--site-color-onAccent: #fff;--t-color-content2: hsl(var(--sh-h) 12% var(--content-l) / 70%);--t-focus-ring-color: var(--t-color-content)}*,*:before,*:after{box-sizing:border-box}:focus-visible{outline:var(--t-focus-ring);outline-offset:var(--t-focus-ring-offset)}html{scroll-behavior:smooth;overflow-x:clip}body{margin:0;font-family:var(--t-font-global);font-size:var(--t-text-m);line-height:var(--t-lineHeight-global);color:var(--t-color-content);background:var(--t-color-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:clip}a{color:var(--t-color-selection);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto}.prose{max-width:72ch;line-height:1.75}.prose h1,.prose h2,.prose h3{overflow-wrap:anywhere;min-width:0}.prose h1{font-family:var(--t-font-brand);font-size:var(--t-text-xxl);font-weight:var(--t-weight-bold);margin:var(--t-space-l2) 0 var(--t-space-m);line-height:1.2}.prose h2{font-family:var(--t-font-brand);font-size:var(--t-text-xl);font-weight:var(--t-weight-semibold);margin:var(--t-space-l2) 0 var(--t-space-s2);line-height:1.3;padding-bottom:var(--t-space-xs);border-bottom:1px solid var(--t-color-border)}.prose h3{font-size:var(--t-text-l);font-weight:var(--t-weight-semibold);margin:var(--t-space-l) 0 var(--t-space-xs);line-height:1.4}.prose p{margin:0 0 var(--t-space-l)}.prose ul,.prose ol{margin:0 0 var(--t-space-l);padding-left:var(--t-space-l2)}.prose li{margin-bottom:var(--t-space-xs)}.prose code{font-family:var(--site-font-mono);font-size:.875em;padding:.1em .4em;border-radius:var(--t-radius-xs);background:var(--t-color-shade2)}.prose pre{font-family:var(--site-font-mono);font-size:var(--t-text-s);line-height:1.7;padding:var(--t-space-m);border-radius:var(--t-radius-s);background:var(--t-color-shade12);color:var(--t-color-shade1);overflow-x:auto;margin:0 0 var(--t-space-l)}.prose pre code{padding:0;background:none;font-size:inherit}.prose blockquote{margin:0 0 var(--t-space-l);padding:var(--t-space-m);border-left:3px solid var(--t-color-selection);background:var(--t-color-backgroundInfoSubtle);border-radius:0 var(--t-radius-s) var(--t-radius-s) 0}.prose blockquote>:first-child{margin-top:0}.prose blockquote>:last-child{margin-bottom:0}.prose table{display:block;overflow-x:auto;width:100%;border-collapse:collapse;margin:0 0 var(--t-space-l)}.prose th,.prose td{padding:var(--t-space-xs) var(--t-space-s);border:1px solid var(--t-color-border);text-align:left}.prose th{font-weight:var(--t-weight-semibold);background:var(--t-color-shade2)}.prose hr{border:none;border-top:1px solid var(--t-color-border);margin:var(--t-space-l2) 0}.prose img{border-radius:var(--t-radius-m)}body{display:flex;flex-direction:column;min-height:100vh}main[data-astro-cid-37fxchfa]{flex:1}
