@import"https://fonts.googleapis.com/css2?family=Epilogue:wght@300;400;500;600;700;800&family=Be+Vietnam+Pro:wght@300;400;500;600;700;800&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root,[data-theme=light]{--shell-bg: #f7f7fb;--bg-1: #ffffff;--bg: #ffffff;--bg-2: #f7f7fb;--bg-3: #f0f0f8;--border: rgba(0, 0, 0, .08);--border-strong: rgba(0, 0, 0, .14);--accent: #5b45f6;--accent-2: #7c6af8;--accent-light: rgba(91, 69, 246, .08);--accent-glow: rgba(91, 69, 246, .2);--green: #22c55e;--cyan: #06b6d4;--text-primary: #0d0d14;--text-secondary: #5a5a72;--text-muted: #9898b0;--shadow-sm: 0 2px 8px rgba(0,0,0,.06);--shadow-md: 0 8px 32px rgba(0,0,0,.1);--shadow-lg: 0 24px 64px rgba(0,0,0,.12)}[data-theme=dark]{--shell-bg: #f7f7fb;--bg-1: #0d0d14;--bg: #0d0d14;--bg-2: #13131f;--bg-3: #1a1a2e;--border: rgba(255, 255, 255, .07);--border-strong: rgba(255, 255, 255, .13);--accent: #7c6af8;--accent-2: #9d8ff9;--accent-light: rgba(124, 106, 248, .12);--accent-glow: rgba(124, 106, 248, .25);--green: #22c55e;--cyan: #06b6d4;--text-primary: #f0f0f8;--text-secondary: #9898b0;--text-muted: #5a5a72;--shadow-sm: 0 2px 8px rgba(0,0,0,.3);--shadow-md: 0 8px 32px rgba(0,0,0,.4);--shadow-lg: 0 24px 64px rgba(0,0,0,.5)}html{scroll-behavior:smooth;background:var(--shell-bg)}body,#root{min-height:100vh;background:var(--shell-bg)}body{color:var(--text-primary);font-family:Outfit,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;transition:background .3s,color .3s}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;font-family:inherit}.app{display:flex;flex-direction:column;min-height:100vh;background:var(--shell-bg)}.app__content{flex:1;background:var(--shell-bg)}.app__loader{min-height:60vh;background:var(--shell-bg)}.header{position:sticky;top:0;z-index:100;width:100%;background:#f7f7fb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(0,0,0,.04);transition:border-color .3s ease,box-shadow .3s ease,background .3s ease}[data-theme=dark] .header{background:#f7f7fb}.header--scrolled{border-bottom-color:#0000000f;box-shadow:0 2px 14px #0000000b}.header__inner{width:min(100%,1120px);height:44px;margin:0 auto;padding:0 26px;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between}.header__logo{display:inline-flex;align-items:center;text-decoration:none}.header__logo-text{font-family:Outfit,sans-serif;font-weight:900;font-size:12px;line-height:1;color:#171717;letter-spacing:-.035em}.header__nav{display:flex;align-items:center;gap:5px}.header__nav-link{padding:7px 9px;border-radius:8px;font-family:Outfit,sans-serif;font-size:11px;line-height:1;font-weight:700;color:#4f4f4f;text-decoration:none;transition:color .2s ease,background .2s ease}.header__nav-link:hover{color:#171717;background:#0000000a}.header__nav-link--active{color:#171717;background:#ffb8002e;font-weight:800}.header__cta{margin-left:8px;padding:9px 14px;border-radius:999px;background:#ffb800;color:#2d2d2d;font-family:Outfit,sans-serif;font-size:11px;line-height:1;font-weight:900;text-decoration:none;transition:background .2s ease,transform .15s ease;white-space:nowrap}.header__cta:hover{background:#e6a500;transform:translateY(-1px)}.header__hamburger{display:none;flex-direction:column;justify-content:center;gap:4px;width:30px;height:30px;background:none;border:none;padding:4px;cursor:pointer}.header__hamburger span{display:block;width:20px;height:2px;background:#373737;border-radius:2px;transition:transform .25s ease,opacity .25s ease}.header__hamburger--open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.header__hamburger--open span:nth-child(2){opacity:0}.header__hamburger--open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.header__mobile-nav{display:none;flex-direction:column;padding:0 20px;gap:4px;border-top:1px solid transparent;background:#f7f7fb;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease,border-color .3s ease}.header__mobile-nav--open{max-height:360px;padding:12px 20px 16px;border-top-color:#0000000f}.header__mobile-nav .header__nav-link{font-size:14px;line-height:1;padding:11px 12px}.header__mobile-nav .header__cta{margin-left:0;margin-top:6px;width:fit-content;font-size:13px;padding:12px 20px}@media(max-width:900px){.header__inner{height:44px;padding:0 22px}.header__logo-text{font-size:12px}.header__nav-link{font-size:10.5px;padding:7px 8px}.header__cta{font-size:10.5px;padding:9px 13px}}@media(max-width:700px){.header__nav{display:none}.header__hamburger,.header__mobile-nav{display:flex}.header__inner{height:52px;padding:0 18px}.header__logo-text{font-size:14px}}.footer{border-top:1px solid rgba(0,0,0,.06);background:#f7f7fb}.footer__inner{max-width:1120px;margin:0 auto;padding:52px 56px 36px;display:flex;justify-content:space-between;gap:52px;flex-wrap:wrap}.footer__left{display:flex;flex-direction:column;gap:12px;max-width:300px}.footer__brand-name{font-family:Outfit,sans-serif;font-size:14px;line-height:1;font-weight:900;color:#191919;letter-spacing:-.035em;text-decoration:none}.footer__tagline{font-size:12px;color:#8a8a8a;line-height:1.7}.footer__socials{display:flex;gap:8px;margin-top:4px}.footer__social-link{width:28px;height:28px;border-radius:50%;border:1.2px solid rgba(0,0,0,.12);display:flex;align-items:center;justify-content:center;color:#676b82;text-decoration:none;transition:border-color .2s,color .2s,transform .2s}.footer__social-link svg{width:12px;height:12px}.footer__social-link:hover{border-color:#00000042;color:#191919;transform:translateY(-1px)}.footer__nav-groups{display:flex;gap:74px}.footer__nav-group{display:flex;flex-direction:column;gap:8px}.footer__nav-label{font-size:9px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#8a8a8a;margin-bottom:5px}.footer__nav-link{font-size:11.5px;font-weight:700;color:#555;text-decoration:none;transition:color .2s;line-height:1.55}.footer__nav-link:hover{color:#171717}.footer__bottom{max-width:1120px;margin:0 auto;padding:16px 56px 18px;border-top:1px solid rgba(0,0,0,.06);display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.footer__bottom p{font-size:10px;color:#9a9a9a;line-height:1.6}@media(max-width:900px){.footer__inner{padding:42px 24px 32px;gap:32px}.footer__bottom{padding:14px 24px}.footer__nav-groups{gap:42px}.footer__brand-name{font-size:14px}.footer__tagline{font-size:12px}.footer__nav-link{font-size:11.5px}}@media(max-width:560px){.footer__inner{flex-direction:column;padding:36px 20px 28px;gap:26px}.footer__bottom{flex-direction:column;align-items:flex-start;padding:14px 20px;gap:4px}.footer__nav-groups{gap:28px;flex-wrap:wrap}.footer__brand-name{font-size:14px}.footer__tagline,.footer__nav-link,.footer__bottom p{font-size:12px}}.lang-bubble{position:fixed;z-index:9999;right:22px;top:86px;width:46px;height:46px;padding:0;border:1px solid rgba(55,55,55,.16);border-radius:999px;background:#ffffffc7;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 12px 34px #0000001f;color:#373737;font-family:inherit;font-weight:900;letter-spacing:-.04em;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease}.lang-bubble:hover{transform:translateY(-2px);background:#fffffff0;border-color:#37373747;box-shadow:0 16px 38px #00000029}.lang-bubble:active{transform:translateY(0) scale(.96)}.lang-bubble:focus-visible{outline:2px solid #373737;outline-offset:4px}.lang-bubble__current,.lang-bubble__next{font-size:14px;line-height:1}.lang-bubble__current{transition:transform .18s ease,opacity .18s ease}.lang-bubble__next{position:absolute;opacity:0;transform:translateY(14px);transition:transform .18s ease,opacity .18s ease}.lang-bubble:hover .lang-bubble__current{opacity:0;transform:translateY(-14px)}.lang-bubble:hover .lang-bubble__next{opacity:1;transform:translateY(0)}@media(max-width:560px){.lang-bubble{top:72px;right:14px;width:40px;height:40px}.lang-bubble__current,.lang-bubble__next{font-size:12px}}
