.Footer-module__EZoWya__footer{background:var(--footer-bg);color:var(--footer-ink);border-top:1px solid var(--footer-line);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:var(--footer-muted);max-width:390px;margin:18px 0 0;font-size:15px;line-height:1.7}.Footer-module__EZoWya__grid h2{text-transform:uppercase;letter-spacing:.15em;color:var(--footer-muted);margin:5px 0 18px;font-size:12px}.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:var(--footer-muted);padding:6px 0;font-size:15px;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 var(--footer-line);justify-content:space-between;align-items:center;gap:20px;min-height:68px;display:flex}.Footer-module__EZoWya__bottom p{color:var(--footer-muted);margin:0;font-size:12px}@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:15px;font-weight:620;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:var(--muted);cursor:pointer;font:700 12px 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{justify-content:flex-end;height:68px}.Header-module__Af2_WG__language,.Header-module__Af2_WG__theme{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}}
.ScrollToTop-module__EOJfaq__button{z-index:80;border:1px solid var(--line);background:var(--ink);width:46px;height:46px;color:var(--paper);box-shadow:var(--shadow-sm);cursor:pointer;opacity:0;pointer-events:none;border-radius:50%;place-items:center;font-size:20px;font-weight:750;transition:opacity .16s,transform .16s,background .16s;display:grid;position:fixed;bottom:24px;right:24px;transform:translateY(12px)}.ScrollToTop-module__EOJfaq__button.ScrollToTop-module__EOJfaq__visible{opacity:1;pointer-events:auto;transform:translateY(0)}.ScrollToTop-module__EOJfaq__button:hover{background:var(--blue-600);color:#fff;transform:translateY(-2px)}@media (max-width:640px){.ScrollToTop-module__EOJfaq__button{width:42px;height:42px;bottom:16px;right:16px}}
: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:#fff;--surface:#fff;--surface-soft:#f4f6f9;--ink:#090f1c;--muted:#536071;--line:#d9e0e9;--header:#fffffff0;--hero-bg:#fff;--hero-surface:#f3f6fa;--hero-ink:#090f1c;--hero-muted:#536071;--hero-line:#d9e0e9;--hero-grid:#0f1f3514;--orbit-line:#3450744d;--footer-bg:#fff;--footer-ink:#090f1c;--footer-muted:#5d6979;--footer-line:#d9e0e9;--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:#050b14;--surface:#0a1422;--surface-soft:#101e31;--ink:#f4f7fb;--muted:#a7b4c7;--line:#253750;--header:#050b14f0;--hero-bg:#050b14;--hero-surface:#101e31;--hero-ink:#f8fafc;--hero-muted:#a7b4c7;--hero-line:#2b3d57;--hero-grid:#ffffff1a;--orbit-line:#869ebc59;--footer-bg:#050b14;--footer-ink:#f4f7fb;--footer-muted:#96a5ba;--footer-line:#253750;--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;font-size:16px;line-height:1.55;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}}

