.MobileNav-module-scss-module__ykQTUa__mobileNavOverlay{z-index:9999;background:#00000080;animation:.3s ease-out MobileNav-module-scss-module__ykQTUa__fadeIn;position:fixed;inset:0}@keyframes MobileNav-module-scss-module__ykQTUa__fadeIn{0%{opacity:0}to{opacity:1}}.MobileNav-module-scss-module__ykQTUa__mobileNav{background:var(--color-background,#fff);flex-direction:column;width:100%;max-width:320px;animation:.3s ease-out MobileNav-module-scss-module__ykQTUa__slideIn;display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-4px 0 24px #00000026}@keyframes MobileNav-module-scss-module__ykQTUa__slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@media (max-width:375px){.MobileNav-module-scss-module__ykQTUa__mobileNav{max-width:100%}}.MobileNav-module-scss-module__ykQTUa__navHeader{border-bottom:1px solid var(--color-border,#e5e7eb);flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.MobileNav-module-scss-module__ykQTUa__navTitle{color:var(--color-text,#1f2937);margin:0;font-size:18px;font-weight:600}.MobileNav-module-scss-module__ykQTUa__closeButton{cursor:pointer;color:var(--color-text-secondary,#6b7280);background:0 0;border:none;border-radius:4px;padding:4px;transition:background-color .2s}.MobileNav-module-scss-module__ykQTUa__closeButton svg{width:24px;height:24px}.MobileNav-module-scss-module__ykQTUa__closeButton:hover{background:var(--color-hover,#f3f4f6)}.MobileNav-module-scss-module__ykQTUa__navContent{flex:1;padding:20px;overflow-y:auto}.MobileNav-module-scss-module__ykQTUa__userSection{background:var(--color-background-secondary,#f9fafb);border-radius:12px;align-items:center;gap:12px;margin-bottom:24px;padding:16px;display:flex}.MobileNav-module-scss-module__ykQTUa__userAvatar{border-radius:50%;flex-shrink:0;width:48px;height:48px;overflow:hidden}.MobileNav-module-scss-module__ykQTUa__userAvatar svg{object-fit:cover;width:100%;height:100%}.MobileNav-module-scss-module__ykQTUa__avatarPlaceholder{background:var(--color-primary,#2563eb);color:#fff;justify-content:center;align-items:center;width:100%;height:100%;font-size:18px;font-weight:600;display:flex}.MobileNav-module-scss-module__ykQTUa__userInfo{flex:1;min-width:0}.MobileNav-module-scss-module__ykQTUa__userName{color:var(--color-text,#1f2937);white-space:nowrap;text-overflow:ellipsis;margin-bottom:2px;font-size:16px;font-weight:600;overflow:hidden}.MobileNav-module-scss-module__ykQTUa__userEmail{color:var(--color-text-secondary,#6b7280);white-space:nowrap;text-overflow:ellipsis;font-size:14px;overflow:hidden}.MobileNav-module-scss-module__ykQTUa__mainMenu{margin-bottom:24px}.MobileNav-module-scss-module__ykQTUa__menuGroup{margin-bottom:16px}.MobileNav-module-scss-module__ykQTUa__menuGroup:last-child{margin-bottom:0}.MobileNav-module-scss-module__ykQTUa__groupTitle{color:var(--color-text-secondary,#6b7280);text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;padding-left:8px;font-size:14px;font-weight:600}.MobileNav-module-scss-module__ykQTUa__groupTitle.MobileNav-module-scss-module__ykQTUa__level0{color:var(--color-text,#1f2937);text-transform:none;letter-spacing:normal;margin-bottom:12px;padding-left:0;font-size:16px}.MobileNav-module-scss-module__ykQTUa__groupItems{flex-direction:column;gap:4px;display:flex}.MobileNav-module-scss-module__ykQTUa__menuItem.MobileNav-module-scss-module__ykQTUa__level0{margin-bottom:8px}.MobileNav-module-scss-module__ykQTUa__menuItem.MobileNav-module-scss-module__ykQTUa__level1{margin-left:16px}.MobileNav-module-scss-module__ykQTUa__menuLink,.MobileNav-module-scss-module__ykQTUa__menuButton{width:100%;color:var(--color-text,#1f2937);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:12px 16px;font-size:16px;text-decoration:none;transition:background-color .2s;display:block}.MobileNav-module-scss-module__ykQTUa__menuLink:hover,.MobileNav-module-scss-module__ykQTUa__menuButton:hover{background:var(--color-hover,#f3f4f6);text-decoration:none}.MobileNav-module-scss-module__ykQTUa__menuLink:focus,.MobileNav-module-scss-module__ykQTUa__menuButton:focus{background:var(--color-hover,#f3f4f6);outline:none}.MobileNav-module-scss-module__ykQTUa__level1 .MobileNav-module-scss-module__ykQTUa__menuLink,.MobileNav-module-scss-module__ykQTUa__level1 .MobileNav-module-scss-module__ykQTUa__menuButton{color:var(--color-text-secondary,#6b7280);padding:8px 12px;font-size:14px}.MobileNav-module-scss-module__ykQTUa__authSection{border-top:1px solid var(--color-border,#e5e7eb);flex-direction:column;gap:12px;padding-top:20px;display:flex}.MobileNav-module-scss-module__ykQTUa__loginButton,.MobileNav-module-scss-module__ykQTUa__accountButton{background:var(--color-primary,#2563eb);color:#fff;text-align:center;border-radius:8px;width:100%;padding:12px 16px;font-size:16px;font-weight:500;text-decoration:none;transition:all .2s;display:block}.MobileNav-module-scss-module__ykQTUa__loginButton:hover,.MobileNav-module-scss-module__ykQTUa__accountButton:hover{background:var(--color-primary-hover,#1d4ed8);text-decoration:none;transform:translateY(-1px)}.MobileNav-module-scss-module__ykQTUa__loginButton:active,.MobileNav-module-scss-module__ykQTUa__accountButton:active{transform:translateY(0)}.MobileNav-module-scss-module__ykQTUa__accountButton{background:var(--color-background-secondary,#f3f4f6);color:var(--color-text,#1f2937);border:1px solid var(--color-border,#e5e7eb)}.MobileNav-module-scss-module__ykQTUa__accountButton:hover{background:var(--color-hover,#e5e7eb)}.MobileNav-module-scss-module__ykQTUa__logoutButton{border:1px solid var(--color-danger,#dc2626);width:100%;color:var(--color-danger,#dc2626);text-align:center;cursor:pointer;background:0 0;border-radius:8px;padding:12px 16px;font-size:16px;font-weight:500;transition:all .2s;display:block}.MobileNav-module-scss-module__ykQTUa__logoutButton:hover{background:var(--color-danger,#dc2626);color:#fff}[data-theme=dark] .MobileNav-module-scss-module__ykQTUa__mobileNav{--color-background:#1f2937;--color-background-secondary:#374151;--color-border:#4b5563;--color-text:#f9fafb;--color-text-secondary:#d1d5db;--color-hover:#4b5563;--color-danger:#f87171}
.Header-module-scss-module__6VCihG__header{z-index:1000;background:#0076ff;width:100%;height:64px;transition:all .2s;position:sticky;top:0;right:0}.Header-module-scss-module__6VCihG__container{justify-content:space-between;align-items:center;height:100%;margin:0 auto;padding:0 24px;display:flex}@media screen and (max-width:767px){.Header-module-scss-module__6VCihG__container{height:56px;padding:0 16px}}.Header-module-scss-module__6VCihG__logoSection{flex-shrink:0}.Header-module-scss-module__6VCihG__logoLink{color:inherit;align-items:center;text-decoration:none;display:flex}.Header-module-scss-module__6VCihG__logoLink:hover{text-decoration:none}.Header-module-scss-module__6VCihG__logo{align-items:baseline;gap:4px;display:flex}.Header-module-scss-module__6VCihG__logoImage{object-fit:contain;width:140px;height:50px}.Header-module-scss-module__6VCihG__logoText{color:#fff;font-size:24px;font-weight:700}@media screen and (max-width:767px){.Header-module-scss-module__6VCihG__logoText{font-size:20px}}.Header-module-scss-module__6VCihG__logoSubtext{color:#fffc;font-size:14px;font-weight:500}@media screen and (max-width:767px){.Header-module-scss-module__6VCihG__logoSubtext{font-size:12px}}.Header-module-scss-module__6VCihG__navigationSection{flex:1;gap:40px;padding:0 32px;display:flex}@media screen and (max-width:767px){.Header-module-scss-module__6VCihG__navigationSection{display:none}}.Header-module-scss-module__6VCihG__userSection{flex-shrink:0;align-items:center;gap:16px;display:flex}.Header-module-scss-module__6VCihG__authActions{align-items:center;gap:20px;display:flex}.Header-module-scss-module__6VCihG__navLink{color:#c2edff;font-size:16px;font-weight:400;text-decoration:none;transition:all .2s}.Header-module-scss-module__6VCihG__navLink:hover{color:#fff;text-decoration:none}.Header-module-scss-module__6VCihG__navLink.Header-module-scss-module__6VCihG__active{color:#fff;font-weight:600}.Header-module-scss-module__6VCihG__loginButton{color:#c2edff;font-size:16px;font-weight:600;text-decoration:none;transition:all .2s}.Header-module-scss-module__6VCihG__loginButton:hover{color:#fff;text-decoration:none}@media screen and (max-width:767px){.Header-module-scss-module__6VCihG__loginButton{font-size:14px}}.Header-module-scss-module__6VCihG__signUpButton{color:#0a5af8;background:#fff;border-radius:8px;padding:12px 24px;font-size:16px;font-weight:600;text-decoration:none;transition:all .2s}.Header-module-scss-module__6VCihG__signUpButton:hover{background:#fffffff2;text-decoration:none;transform:translateY(-1px)}.Header-module-scss-module__6VCihG__signUpButton:active{transform:translateY(0)}@media screen and (max-width:767px){.Header-module-scss-module__6VCihG__signUpButton{padding:10px 20px;font-size:14px}}.Header-module-scss-module__6VCihG__userMenu{align-items:center;gap:24px;display:flex}.Header-module-scss-module__6VCihG__userMenuItem{color:var(--background-background);cursor:pointer;font-size:16px;font-weight:600;text-decoration:none;transition:all .2s;position:relative}.Header-module-scss-module__6VCihG__userMenuItem:hover{text-decoration:none}.Header-module-scss-module__6VCihG__userMenuItem.Header-module-scss-module__6VCihG__active{color:#fff;font-weight:700}.Header-module-scss-module__6VCihG__userMenuItem.Header-module-scss-module__6VCihG__withDropdown{align-items:center;gap:8px;display:flex}.Header-module-scss-module__6VCihG__userMenuItem.Header-module-scss-module__6VCihG__withDropdown svg{width:12px;height:12px;transition:transform .2s}.Header-module-scss-module__6VCihG__userMenuItem.Header-module-scss-module__6VCihG__withDropdown:hover svg{transform:rotate(180deg)}.Header-module-scss-module__6VCihG__userMenuItem.Header-module-scss-module__6VCihG__menuBtn{background:var(--background-background);color:var(--primary);border-radius:6px;padding:6px 16px}.Header-module-scss-module__6VCihG__userMenuItem.Header-module-scss-module__6VCihG__menuBtn:hover{opacity:.9}.Header-module-scss-module__6VCihG__userAvatar{cursor:pointer;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:all .2s;display:flex}.Header-module-scss-module__6VCihG__userAvatar:hover{transform:scale(1.05)}.Header-module-scss-module__6VCihG__mobileMenuTrigger{cursor:pointer;background:0 0;border:none;border-radius:4px;padding:8px;transition:background-color .2s;display:none}.Header-module-scss-module__6VCihG__mobileMenuTrigger:hover{background:var(--color-hover,#f3f4f6)}@media screen and (max-width:767px){.Header-module-scss-module__6VCihG__mobileMenuTrigger{justify-content:center;align-items:center;display:flex}}.Header-module-scss-module__6VCihG__hamburger{cursor:pointer;width:24px;height:18px;position:relative}.Header-module-scss-module__6VCihG__hamburger span{opacity:1;background:#fff;border-radius:1px;width:100%;height:2px;transition:all .25s ease-in-out;display:block;position:absolute;left:0;transform:rotate(0)}.Header-module-scss-module__6VCihG__hamburger span:first-child{top:0}.Header-module-scss-module__6VCihG__hamburger span:nth-child(2){top:8px}.Header-module-scss-module__6VCihG__hamburger span:nth-child(3){top:16px}.Header-module-scss-module__6VCihG__hamburger.Header-module-scss-module__6VCihG__active span:first-child{top:8px;transform:rotate(135deg)}.Header-module-scss-module__6VCihG__hamburger.Header-module-scss-module__6VCihG__active span:nth-child(2){opacity:0;left:-60px}.Header-module-scss-module__6VCihG__hamburger.Header-module-scss-module__6VCihG__active span:nth-child(3){top:8px;transform:rotate(-135deg)}.Header-module-scss-module__6VCihG__subNav{flex-direction:column;gap:4px;display:flex}.Header-module-scss-module__6VCihG__subNav .Header-module-scss-module__6VCihG__subNavLink{width:100%;color:var(--text);cursor:pointer;align-items:center;padding:14px;font-size:16px;font-weight:500;line-height:20px;text-decoration:none;transition:all .2s;display:flex}.Header-module-scss-module__6VCihG__subNav .Header-module-scss-module__6VCihG__subNavLink:hover{color:#00a4f7;background:var(--cover-02);border-radius:8px;text-decoration:none}.Header-module-scss-module__6VCihG__subNav .Header-module-scss-module__6VCihG__subNavLink.Header-module-scss-module__6VCihG__active{color:#00a4f7;background:var(--cover-02);border-radius:8px;font-weight:600}.Header-module-scss-module__6VCihG__activeIcon svg{color:#fff;fill:#fff}@media screen and (max-width:767px){.Header-module-scss-module__6VCihG__navigationSection{display:none}.Header-module-scss-module__6VCihG__mobileMenuTrigger{display:block}}[data-theme=dark] .Header-module-scss-module__6VCihG__header{--color-background:#1f2937;--color-border:#374151;--color-text:#f9fafb;--color-text-secondary:#9ca3af;--color-hover:#374151}.Header-module-scss-module__6VCihG__modalLoading{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Header-module-scss-module__6VCihG__modalLoading .Header-module-scss-module__6VCihG__loadingSpinner{background:#fff;border-radius:12px;flex-direction:column;align-items:center;gap:16px;padding:32px;display:flex;box-shadow:0 20px 25px -5px #0000001a}.Header-module-scss-module__6VCihG__modalLoading .Header-module-scss-module__6VCihG__loadingSpinner .Header-module-scss-module__6VCihG__spinner{border:3px solid #e5e7eb;border-top-color:#0076ff;border-radius:50%;width:32px;height:32px;animation:1s linear infinite Header-module-scss-module__6VCihG__spin}.Header-module-scss-module__6VCihG__modalLoading .Header-module-scss-module__6VCihG__loadingSpinner span{color:#6b7280;font-family:Inter,sans-serif;font-size:14px;font-weight:500}@keyframes Header-module-scss-module__6VCihG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.index-module-scss-module__m80jbW__page_container{flex-direction:column;width:100%;min-height:100vh;display:flex}.index-module-scss-module__m80jbW__main{background-color:var(--background-background);color:var(--text-100);flex:1;width:100%}
@font-face{font-family:BittimePro;font-display:swap;src:url(/fonts/website/Light.woff2)format("woff2"),url(/fonts/website/Light.otf)format("opentype");font-weight:200}@font-face{font-family:BittimePro;font-display:swap;src:url(/fonts/website/Light.woff2)format("woff2"),url(/fonts/website/Light.otf)format("opentype");font-weight:300}@font-face{font-family:BittimePro;font-display:swap;src:url(/fonts/website/Regular.woff2)format("woff2"),url(/fonts/website/Regular.otf)format("opentype");font-weight:400}@font-face{font-family:BittimePro;font-display:swap;src:url(/fonts/website/Medium.woff2)format("woff2"),url(/fonts/website/Medium.otf)format("opentype");font-weight:500}@font-face{font-family:BittimePro;font-display:swap;src:url(/fonts/website/SemiBold.woff2)format("woff2"),url(/fonts/website/SemiBold.otf)format("opentype");font-weight:600}@font-face{font-family:BittimePro;font-display:swap;src:url(/fonts/website/SemiBold.woff2)format("woff2"),url(/fonts/website/SemiBold.otf)format("opentype");font-weight:700}@font-face{font-family:BittimePro;font-display:swap;src:url(/fonts/website/SemiBold.woff2)format("woff2"),url(/fonts/website/SemiBold.otf)format("opentype");font-weight:800}@font-face{font-family:ArchivoBlack;font-display:swap;src:url(/fonts/website/ArchivoBlack.ttf)format("truetype");font-weight:400;font-style:normal}html body{font-family:BittimePro}
:root{--primary-120:#0848c6;--primary-110:#0951df;--primary:#0a5af8;--primary-80:#0a5af8cc;--primary-60:#0a5af899;--primary-40:#0a5af866;--primary-20:#0a5af833;--primary-08:#0a5af814;--primary-05:#0a5af80d;--complementary-green-110:#079e6e;--complementary-green:#0abe82;--complementary-green-80:#0abe82cc;--complementary-green-60:#0abe8299;--complementary-green-40:#0abe8266;--complementary-green-20:#0abe8233;--complementary-green-12:#0abe821f;--complementary-green-08:#0abe8214;--complementary-red-110:#cc3a47;--complementary-red:#f04b55;--complementary-red-80:#f04b55cc;--complementary-red-60:#f04b5599;--complementary-red-40:#f04b5566;--complementary-red-20:#f04b5533;--complementary-red-12:#f04b551f;--complementary-red-08:#f04b5514;--warning-yellow-110:#e6a415;--warning-yellow:#ffb617;--warning-yellow-80:#ffb617cc;--warning-yellow-60:#ffb61799;--warning-yellow-40:#ffb61766;--warning-yellow-20:#ffb61733;--warning-yellow-12:#ffb6171f;--warning-yellow-08:#ffb61714;--cover:#364d7a;--cover-16:#364d7a29;--cover-12:#364d7a1f;--cover-08:#364d7a14;--cover-04:#364d7a0a;--cover-02:#364d7a05;--divider:#232832;--divider-16:#23283229;--divider-08:#23283214;--divider-04:#2328320a;--divider-02:#23283205;--text:#232832;--text-80:#232832cc;--text-60:#23283299;--text-40:#23283266;--text-30:#2328324d;--text-20:#23283233;--text-emphasize:#fff;--background-overlay:#fbfbfb;--background-background:#fff;--icon:#373c46;--icon-60:#373c4699;--icon-40:#373c4666;--icon-20:#373c4633;--icon-emphasize:#bbc3cc;--mask:#2328324d;--bullet-layer-1:#fff;--bullet-layer-2:#373c46;--bullet-layer-3:#232832;--color-phantom-background:#aba0f2;--color-google-background:#fff;--color-telegram-background:#189cdf;--font-family:BittimePro;--font-size-10:10px;--font-size-12:12px;--font-size-14:14px;--font-size-16:16px;--font-size-18:18px;--font-size-20:20px;--font-size-22:22px;--font-size-24:24px;--font-size-28:28px;--font-size-32:32px;--font-size-36:36px;--font-size-48:48px;--font-size-56:56px;--font-weight-light:300;--font-weight-regular:400;--font-weight-medium:500;--font-weight-bold:600;--spacing-unit:8px;--fix-z-index:1100;--drawer-z-index:1200;--modal-z-index:1300;--tooltip-z-index:1400;--connect-modal-z-index:1410;--notice-z-index:1500;--dropdown-z-index:1600}html,body{background:var(--background-background);max-width:100vw;min-height:100vh}body{font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overscroll-behavior:none}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}li{list-style:none}em{font-style:normal}::-webkit-scrollbar{background:0 0;width:3px;height:6px}::-webkit-scrollbar-thumb{background:#bec6cd66;border-radius:6px;height:60px;display:block}
