:root{--bg:#0f0f10;--fg:#f5f5f5;--muted:#9a9a9f;--accent:#21aea9}*{box-sizing:border-box}body,html{margin:0;padding:0}body{background:var(--mantine-color-body);color:var(--mantine-color-text);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}html{scroll-behavior:smooth}:root[data-mantine-color-scheme=light]{--mantine-color-body:#f6f8f9}@keyframes fadeInUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.animate-in{animation:fadeInUp .5s cubic-bezier(.16,1,.3,1) backwards}.page-enter{animation:pageEnter .3s ease both}@keyframes pageEnter{0%{opacity:0}to{opacity:1}}.stagger>*{animation:fadeInUp .5s cubic-bezier(.16,1,.3,1) backwards}.stagger>:first-child{animation-delay:.09s}.stagger>:nth-child(2){animation-delay:.14s}.stagger>:nth-child(3){animation-delay:.19s}.stagger>:nth-child(4){animation-delay:.24s}.stagger>:nth-child(5){animation-delay:.29s}.stagger>:nth-child(6){animation-delay:.34s}.stagger>:nth-child(7){animation-delay:.39s}.stagger>:nth-child(8){animation-delay:.44s}.stagger>:nth-child(9){animation-delay:.49s}.stagger>:nth-child(10){animation-delay:.54s}.stagger>:nth-child(11){animation-delay:.59s}.stagger>:nth-child(12){animation-delay:.64s}.hoverLift{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.hoverLift:hover{transform:translateY(-3px);box-shadow:var(--mantine-shadow-md)}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}.animate-in,.page-enter,.stagger>*{animation:none!important}.hoverLift:hover{transform:none!important}}.LanguageSwitcher_group__PSCGS{display:inline-flex;align-items:center;gap:.35rem;padding:.2rem .35rem;border-radius:.6rem;background:var(--mantine-color-brand-light)}.LanguageSwitcher_flagBtn__deWoq{display:inline-flex;align-items:center;justify-content:center;padding:.25rem;border:none;border-radius:.45rem;background:rgba(0,0,0,0);line-height:0;cursor:pointer;opacity:.45;transition:opacity .15s ease,transform .15s ease,background-color .15s ease}.LanguageSwitcher_flagBtn__deWoq:hover{opacity:.8}.LanguageSwitcher_flagBtn__deWoq.LanguageSwitcher_active__YtxCS{opacity:1;transform:scale(1.08)}.LanguageSwitcher_flagBtn__deWoq:focus-visible{outline:2px solid var(--mantine-primary-color-filled);outline-offset:2px}.LanguageSwitcher_flagBtn__deWoq:disabled{cursor:default}.LanguageSwitcher_flagBtn__deWoq .fi{width:1.35rem;height:1rem;border-radius:2px}.LanguageSwitcher_srOnly__GcWki{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.SiteHeader_header__mRyBB{border-bottom:1px solid var(--mantine-color-default-border);position:sticky;top:0;z-index:100;background:var(--mantine-color-body)}.SiteHeader_inner__r2Sb0{position:relative;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem}.SiteHeader_brand___9ndm{display:inline-flex;align-items:center;gap:.4rem;white-space:nowrap}.SiteHeader_brand___9ndm svg{color:var(--mantine-primary-color-filled);display:block}.SiteHeader_centerNav__y4Twf{position:absolute;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:1.25rem}@media(max-width:48em){.SiteHeader_centerNav__y4Twf{display:none}}.SiteHeader_navLink__J9EBe svg{display:block;opacity:.7}