.Footer-module__EZoWya__footer{background:var(--navy-950);color:#fff;padding-top:68px}.Footer-module__EZoWya__grid{grid-template-columns:2fr 1fr 1fr;gap:60px;padding-bottom:56px;display:grid}.Footer-module__EZoWya__wordmark{letter-spacing:-.05em;font-size:28px;font-weight:800}.Footer-module__EZoWya__wordmark span{color:var(--orange-500)}.Footer-module__EZoWya__about p{color:#94a2b7;max-width:390px;margin:18px 0 0;line-height:1.7}.Footer-module__EZoWya__grid h2{text-transform:uppercase;letter-spacing:.15em;color:#728198;margin:5px 0 18px;font-size:11px}.Footer-module__EZoWya__grid>div:not(.Footer-module__EZoWya__about){flex-direction:column;align-items:flex-start;display:flex}.Footer-module__EZoWya__grid>div:not(.Footer-module__EZoWya__about) a{color:#c5cfdd;padding:6px 0;font-size:14px;transition:color .16s}.Footer-module__EZoWya__grid>div:not(.Footer-module__EZoWya__about) a:hover{color:var(--cyan-400)}.Footer-module__EZoWya__bottom{border-top:1px solid #1d2a3d;justify-content:space-between;align-items:center;gap:20px;min-height:68px;display:flex}.Footer-module__EZoWya__bottom p{color:#728198;margin:0;font-size:11px}@media (max-width:680px){.Footer-module__EZoWya__grid{grid-template-columns:1fr 1fr;gap:38px 26px}.Footer-module__EZoWya__about{grid-column:1/-1}.Footer-module__EZoWya__bottom{flex-direction:column;align-items:flex-start;padding:22px 0}}
.Header-module__Af2_WG__header{z-index:50;background:var(--header);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);position:sticky;top:0}.Header-module__Af2_WG__inner{justify-content:space-between;align-items:center;gap:32px;height:76px;display:flex}.Header-module__Af2_WG__nav{align-items:center;gap:30px;display:flex}.Header-module__Af2_WG__nav>a{color:var(--muted);font-size:14px;font-weight:580;transition:color .16s}.Header-module__Af2_WG__nav>a:hover{color:var(--blue-600)}.Header-module__Af2_WG__actions{align-items:center;gap:14px;display:flex}.Header-module__Af2_WG__theme{border:1px solid var(--line);background:var(--surface);width:36px;height:36px;color:var(--ink);cursor:pointer;border-radius:50%;place-items:center;display:grid}.Header-module__Af2_WG__language{border-left:1px solid var(--line);align-items:center;gap:7px;padding-left:20px;display:flex}.Header-module__Af2_WG__language span{color:#abb2be;font-size:11px}.Header-module__Af2_WG__language button,.Header-module__Af2_WG__mobileLanguage button{color:#9199a8;cursor:pointer;font:700 11px var(--font-mono), monospace;background:0 0;border:0;padding:5px 2px}.Header-module__Af2_WG__language button.Header-module__Af2_WG__active,.Header-module__Af2_WG__mobileLanguage button.Header-module__Af2_WG__active{color:var(--blue-600)}.Header-module__Af2_WG__menu{border:1px solid var(--line);background:var(--surface);cursor:pointer;border-radius:50%;width:42px;height:42px;display:none;position:relative}.Header-module__Af2_WG__menu span{background:var(--ink);width:16px;height:1.5px;position:absolute;top:17px;left:12px}.Header-module__Af2_WG__menu span:last-child{top:23px}.Header-module__Af2_WG__mobileLanguage{display:none}@media (max-width:780px){.Header-module__Af2_WG__inner{height:68px}.Header-module__Af2_WG__language{display:none}.Header-module__Af2_WG__menu{display:block}.Header-module__Af2_WG__nav{background:var(--surface);border-bottom:1px solid var(--line);box-shadow:var(--shadow-sm);flex-direction:column;align-items:stretch;gap:0;padding:12px 20px 22px;display:none;position:absolute;top:68px;left:0;right:0}.Header-module__Af2_WG__nav.Header-module__Af2_WG__open{display:flex}.Header-module__Af2_WG__nav>a{border-bottom:1px solid var(--line);padding:14px 0;font-size:16px}.Header-module__Af2_WG__mobileLanguage{gap:14px;padding-top:15px;display:flex}}@media (max-width:420px){.Header-module__Af2_WG__inner{gap:12px}}
:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--font-sans:Inter, "Segoe UI", Arial, Helvetica, sans-serif;--font-mono:"Cascadia Code", "SFMono-Regular", Consolas, "Liberation Mono", monospace;--navy-950:#07111f;--navy-900:#0b1728;--navy-800:#13243b;--blue-600:#1769e0;--blue-500:#2f80ed;--blue-100:#dcecff;--cyan-400:#40d7d0;--orange-500:#ff7a3d;--orange-100:#ffebe1;--paper:#f4f6f8;--surface:#fff;--surface-soft:#eef2f6;--ink:#101828;--muted:#657084;--line:#dce1e8;--header:#f4f6f8eb;--radius-sm:12px;--radius-md:20px;--radius-lg:30px;--shadow-sm:0 10px 30px #0e1f3514;--shadow-lg:0 24px 70px #07111f29}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--paper:#081321;--surface:#0e1b2c;--surface-soft:#13243b;--ink:#edf4ff;--muted:#9eacc0;--line:#263750;--header:#081321e6;--blue-100:#17365f;--orange-100:#4a2b21;--shadow-sm:0 14px 34px #0000003d;--shadow-lg:0 28px 80px #0000005c}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;transition:background-color .18s,color .18s}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,label{-webkit-tap-highlight-color:transparent}img{max-width:100%;display:block}main{min-height:calc(100vh - 160px)}.container{width:min(1160px,100% - 40px);margin-inline:auto}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}:focus-visible{outline:3px solid var(--orange-500);outline-offset:3px}@media (max-width:640px){.container{width:min(100% - 28px,1160px)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}

