*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{background-color:var(--color-gray-800);color:var(--color-gray-400);min-height:100vh;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6;overflow-x:hidden}main{flex-direction:column;min-height:100vh;display:flex}button,input,textarea,select{font-family:inherit;font-size:inherit;background:0 0;border:none;outline:none}img,picture,video,canvas,svg{max-width:100%;height:auto;display:block}ul,ol{list-style:none}table{border-collapse:collapse;width:100%}h1{color:var(--color-gray-400);flex-direction:row;justify-content:flex-start;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:2.5rem;font-weight:700;line-height:1.2;display:flex}h2{color:var(--color-gray-400);margin-top:2rem;margin-bottom:.75rem;font-size:1.75rem;font-weight:600;line-height:1.3}p{color:var(--color-gray-500);max-width:600px;line-height:1.6}:root{--color-gray-100:#f8f9fc;--color-gray-200:#f1f3f9;--color-gray-300:#dee3ed;--color-gray-400:#c2c9d6;--color-gray-500:#98a0ae;--color-gray-600:#5e636e;--color-gray-650:#44474e;--color-gray-700:#2f3237;--color-gray-750:#232528;--color-gray-800:#1d1e20;--color-gray-900:#111213;--color-gray-1000:#0a0a0b;--color-indigo-100:#e0e7ff;--color-indigo-200:#c7d2ff;--color-indigo-300:#a4b3ff;--color-indigo-400:#7d87ff;--color-indigo-500:#625fff;--color-indigo-600:#4f39f6;--color-indigo-700:#432dd7;--color-pink-100:#fce7f3;--color-pink-400:#fb64b6;--color-pink-500:#f6339a;--color-pink-600:#e30076;--color-pink-900:#861043;--color-rose-700:#c20039;--transition:.2s ease;--border-radius:8px}button,a{transition:var(--transition)}a.link{border-radius:var(--border-radius);color:var(--color-gray-400);cursor:pointer;justify-content:center;align-items:center;gap:.5rem;width:fit-content;padding:.625rem 1rem;font-weight:500;text-decoration:none;display:inline-flex}a.link:hover{background-color:var(--color-gray-750);color:var(--color-gray-300);transform:translateY(-1px)}button.button,a.button{background-color:var(--color-gray-750);border:2px solid var(--color-gray-650);border-radius:var(--border-radius);color:var(--color-gray-300);cursor:pointer;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-weight:500;text-decoration:none;display:inline-flex}button.button:hover,a.button:hover{background-color:var(--color-gray-700);border-color:var(--color-gray-600);color:var(--color-gray-200);transform:translateY(-2px)}button.button:active,a.button:active{transform:translateY(0)}button.button-small,a.button-small{padding:.5rem .875rem;font-size:.875rem}button.button-primary,a.button-primary{background-color:var(--color-indigo-700);border-color:var(--color-indigo-600);color:var(--color-gray-100)}button.button-primary:hover,a.button-primary:hover{background-color:var(--color-indigo-600);border-color:var(--color-indigo-500)}.content{flex-direction:column;flex:1;width:100%;min-height:100vh;display:flex}.optionContainer{flex-direction:column;gap:.75rem;width:100%;padding:2rem;display:flex}.hidden{display:none!important}.visually-hidden{clip:rect(0 0 0 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (min-width:768px){.content{padding-bottom:1rem;padding-right:5rem}.optionContainer{flex-direction:row;align-items:center;gap:1rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
.Navbar-module__ZERf_q__nav{background-color:var(--color-gray-800);border:2px solid var(--color-gray-700);border-radius:var(--border-radius);z-index:900;justify-content:center;align-items:center;gap:1rem;width:80vw;height:4.5rem;padding:0 1.25rem;display:flex;position:fixed;bottom:1rem;left:50%;transform:translate(-50%)}.Navbar-module__ZERf_q__navItem{color:var(--color-gray-500);transition:color var(--transition);flex:none;justify-content:center;align-items:center;text-decoration:none;display:flex;position:relative}.Navbar-module__ZERf_q__navItem:hover{color:var(--color-gray-300)}.Navbar-module__ZERf_q__navItem.Navbar-module__ZERf_q__active{color:var(--color-gray-200)}.Navbar-module__ZERf_q__inner{letter-spacing:.2px;flex-direction:column;justify-content:center;align-items:center;gap:.4rem;font-size:.875rem;display:flex}.Navbar-module__ZERf_q__icon{justify-content:center;align-items:center;font-size:1.5rem;display:flex}.Navbar-module__ZERf_q__label{opacity:.9;text-align:center;font-size:.8125rem;font-weight:500;display:none}.Navbar-module__ZERf_q__indicator{background-color:var(--color-indigo-500);border-radius:2px;width:50%;height:3px;position:absolute;bottom:-.75rem;left:25%}@media (min-width:768px){.Navbar-module__ZERf_q__nav{border-radius:calc(var(--border-radius)*1.5);flex-direction:column;width:auto;height:auto;padding:1.25rem .875rem;inset:50% 1.5rem auto auto;transform:translateY(-50%)}.Navbar-module__ZERf_q__navItem{width:100%;height:5rem}.Navbar-module__ZERf_q__label{display:block}.Navbar-module__ZERf_q__indicator{border-radius:3px;width:4px;height:60%;top:20%;bottom:auto;left:-.5rem}}@media (min-width:1024px){.Navbar-module__ZERf_q__nav{padding:1.5rem 1rem;right:2rem}.Navbar-module__ZERf_q__navItem{height:5.5rem}.Navbar-module__ZERf_q__inner{gap:.5rem}.Navbar-module__ZERf_q__icon{font-size:1.625rem}.Navbar-module__ZERf_q__label{font-size:.875rem}}@media (max-width:480px){.Navbar-module__ZERf_q__nav{border-radius:calc(var(--border-radius)*1.5);gap:.75rem;width:90vw;height:4rem;padding:0 1rem;bottom:.75rem}.Navbar-module__ZERf_q__icon{font-size:1.375rem}.Navbar-module__ZERf_q__indicator{height:2.5px;bottom:-.625rem}}
.LanguageSwitcher-module__vDU4Sq__wrapper{z-index:1000;position:fixed;top:1.25rem;left:1.25rem}.LanguageSwitcher-module__vDU4Sq__trigger{background-color:var(--color-gray-800);border:2px solid var(--color-gray-700);border-radius:var(--border-radius);cursor:pointer;text-align:left;min-width:160px;transition:border-color var(--transition),transform var(--transition);align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;display:flex}.LanguageSwitcher-module__vDU4Sq__trigger:hover{border-color:var(--color-gray-600);transform:translateY(-2px)}.LanguageSwitcher-module__vDU4Sq__menu{background-color:var(--color-gray-800);border:2px solid var(--color-gray-700);border-radius:var(--border-radius);z-index:1001;min-width:160px;margin-top:.5rem;padding:.5rem;list-style:none;animation:.2s LanguageSwitcher-module__vDU4Sq__fadeIn;position:absolute;top:100%;left:0;box-shadow:0 10px 25px #0000004d}@keyframes LanguageSwitcher-module__vDU4Sq__fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.LanguageSwitcher-module__vDU4Sq__option{cursor:pointer;text-align:left;transition:background-color var(--transition);background:0 0;border:none;border-radius:6px;align-items:center;gap:.75rem;width:100%;padding:.625rem .75rem;display:flex}.LanguageSwitcher-module__vDU4Sq__option:hover{background-color:var(--color-gray-750)}.LanguageSwitcher-module__vDU4Sq__option.LanguageSwitcher-module__vDU4Sq__active{background-color:var(--color-gray-700)}.LanguageSwitcher-module__vDU4Sq__text{color:var(--color-gray-400);flex-direction:column;line-height:1.2;display:flex}.LanguageSwitcher-module__vDU4Sq__name{font-size:.875rem;font-weight:500}.LanguageSwitcher-module__vDU4Sq__short{opacity:.7;font-size:.75rem}@media (max-width:768px){.LanguageSwitcher-module__vDU4Sq__wrapper{top:1rem;left:1rem}.LanguageSwitcher-module__vDU4Sq__trigger{min-width:140px;padding:.625rem .875rem}.LanguageSwitcher-module__vDU4Sq__name{font-size:.8125rem}.LanguageSwitcher-module__vDU4Sq__short{font-size:.6875rem}}@media (prefers-reduced-motion:reduce){.LanguageSwitcher-module__vDU4Sq__trigger,.LanguageSwitcher-module__vDU4Sq__option{transition:none}.LanguageSwitcher-module__vDU4Sq__menu{animation:none}}
