@import"https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&family=Barlow+Semi+Condensed:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&family=Exo+2:ital,wght@0,700;0,800;1,700;1,800&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;tab-size:4;scroll-behavior:smooth}body{min-height:100dvh;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit;color:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}a{color:inherit;text-decoration:none}ul,ol{list-style:none}table{border-collapse:collapse;border-spacing:0}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}:root{--color-bg: #eceef1;--color-surface: #ffffff;--color-surface-alt: #f4f5f7;--color-surface-inset: #e8ebef;--color-nav-bg: #1a1d24;--color-nav-text: #9ca3ab;--color-nav-text-active: #ffffff;--color-nav-accent: #5b8def;--color-blue-50: #edf2ff;--color-blue-100: #d4e0fc;--color-blue-200: #a8c1f8;--color-blue-400: #6b9cf0;--color-blue-500: #4a82e4;--color-blue-600: #3a6bcf;--color-blue-700: #2d55a9;--color-blue-900: #1a2f5a;--color-text: #1d2733;--color-text-secondary: #5f6d7a;--color-text-tertiary: #8d99a5;--color-text-placeholder: #a8b2bc;--color-text-on-dark: #e0e4e8;--color-text-link: #4a82e4;--color-border: #dde1e6;--color-border-subtle: #e8ebef;--color-border-strong: #c2c8d0;--color-1st: #e8b830;--color-2nd: #8fa3b5;--color-3rd: #b07340;--color-top4-bg: #edf6ee;--color-top4-border: #4aab5c;--color-bot4-bg: #fdf0f0;--color-bot4-border: #d44a4a;--color-tier-iron: #5e5550;--color-tier-bronze: #8a6240;--color-tier-silver: #7e8a95;--color-tier-gold: #c8963e;--color-tier-platinum: #37a5a0;--color-tier-emerald: #2d9e5c;--color-tier-diamond: #576ace;--color-tier-master: #9d48c9;--color-tier-grandmaster: #dc4545;--color-tier-challenger: #f0c948;--color-success: #27a854;--color-warning: #d4921a;--color-error: #d44a4a;--color-info: #4a82e4;--color-positive: #27a854;--color-negative: #d44a4a;--color-neutral-delta: #5f6d7a;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .06);--shadow-md: 0 2px 8px rgba(0, 0, 0, .08);--shadow-lg: 0 4px 16px rgba(0, 0, 0, .1);--space-1: .125rem;--space-2: .25rem;--space-3: .375rem;--space-4: .5rem;--space-5: .625rem;--space-6: .75rem;--space-8: 1rem;--space-10: 1.25rem;--space-12: 1.5rem;--space-16: 2rem;--space-20: 2.5rem;--space-24: 3rem;--text-xs: .6875rem;--text-sm: .75rem;--text-base: .8125rem;--text-md: .875rem;--text-lg: 1rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 2rem;--font-primary: "Barlow", "Segoe UI", system-ui, sans-serif;--font-condensed: "Barlow Semi Condensed", "Segoe UI", system-ui, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, monospace;--font-display: "Exo 2", "Barlow", system-ui, sans-serif;--weight-normal: 400;--weight-medium: 500;--weight-semibold: 600;--weight-bold: 700;--content-max: 1080px;--sidebar-width: 300px;--nav-height: 48px;--radius-sm: 4px;--radius-md: 6px;--radius-lg: 8px;--radius-full: 9999px;--ease-out: cubic-bezier(.25, 1, .5, 1);--duration-fast: .15s;--duration-normal: .2s;--z-dropdown: 100;--z-sticky: 200;--z-toast: 500}body{font-family:var(--font-primary);font-size:var(--text-md);font-weight:var(--weight-normal);color:var(--color-text);line-height:1.4}h1,h2,h3,h4,h5,h6{font-family:var(--font-primary);font-weight:var(--weight-bold);line-height:1.2;letter-spacing:-.01em;color:var(--color-text)}h1{font-size:var(--text-3xl)}h2{font-size:var(--text-2xl)}h3{font-size:var(--text-xl)}h4{font-size:var(--text-lg)}p{line-height:1.6;max-width:65ch}a:not([class]){color:var(--color-text-link);text-decoration:none}a:not([class]):hover{text-decoration:underline}.mono{font-family:var(--font-mono);font-variant-numeric:tabular-nums}.label{font-size:var(--text-xs);font-weight:var(--weight-semibold);letter-spacing:.04em;text-transform:uppercase;color:var(--color-text-secondary)}body{background-color:var(--color-bg);position:relative}body:before{content:"";position:fixed;inset:0;background:url(/background.webp) center / cover no-repeat;opacity:.14;z-index:-1;pointer-events:none}.container{width:100%;max-width:var(--content-max);margin-inline:auto;padding-inline:var(--space-8)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:focus-visible{outline:2px solid var(--color-blue-500);outline-offset:2px;border-radius:var(--radius-sm)}::selection{background:var(--color-blue-100);color:var(--color-text)}.nav[data-astro-cid-j3tygqaf]{background:var(--color-nav-bg);height:var(--nav-height)}.nav__inner[data-astro-cid-j3tygqaf]{display:flex;align-items:center;justify-content:space-between;height:100%}.nav__logo[data-astro-cid-j3tygqaf]{display:flex;align-items:center;gap:var(--space-3)}.nav__logo-icon[data-astro-cid-j3tygqaf]{height:26px;width:auto}.nav__logo-text[data-astro-cid-j3tygqaf]{font-family:var(--font-display);font-size:var(--text-lg);font-weight:800;font-style:italic;color:var(--color-nav-text-active);letter-spacing:-.02em}.nav__logo-accent[data-astro-cid-j3tygqaf]{color:var(--color-nav-accent)}.nav__links[data-astro-cid-j3tygqaf]{display:flex;gap:var(--space-8)}.nav__link[data-astro-cid-j3tygqaf]{font-size:var(--text-md);font-weight:var(--weight-medium);color:var(--color-nav-text);transition:color var(--duration-fast) var(--ease-out)}.nav__link[data-astro-cid-j3tygqaf]:hover{color:var(--color-nav-text-active)}.page[data-astro-cid-j3tygqaf]{display:flex;flex-direction:column;min-height:100vh}.page[data-astro-cid-j3tygqaf] main[data-astro-cid-j3tygqaf]{flex:1}.footer[data-astro-cid-j3tygqaf]{margin-top:auto;padding:var(--space-8) 0;border-top:1px solid var(--color-border)}.footer__inner[data-astro-cid-j3tygqaf]{text-align:center}.footer__text[data-astro-cid-j3tygqaf]{font-size:var(--text-xs);color:var(--color-text-tertiary);max-width:160ch;margin-inline:auto;line-height:1.5}.footer__copy[data-astro-cid-j3tygqaf]{margin-top:var(--space-2);font-size:var(--text-xs);color:var(--color-text-tertiary);max-width:none}
