.modal-overlay[data-v-7e2296d6]{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000}.modal[data-v-7e2296d6]{width:640px;max-height:700px;background:#000;border:1px solid #ffffff;position:relative;overflow-y:auto}.modal__close[data-v-7e2296d6]{position:absolute;top:20px;right:20px;width:32px;height:32px;background:transparent;border:none;cursor:pointer;color:#fff;padding:0;z-index:10}.modal__close[data-v-7e2296d6]:hover{opacity:.7}.modal__close svg[data-v-7e2296d6]{width:100%;height:100%}.modal__content[data-v-7e2296d6]{padding:56px 60px 60px;width:100%}.modal__title[data-v-7e2296d6]{font-family:Sturkopf Grotesk,serif;font-size:32px;font-weight:400;color:#fff;text-align:center;margin:0 0 16px}.modal__subtitle[data-v-7e2296d6]{font-family:Inter,sans-serif;font-size:14px;font-weight:400;color:#fffc;text-align:center;line-height:1.6;margin:0 0 32px}.modal__form[data-v-7e2296d6]{display:flex;flex-direction:column;gap:20px}.modal__input[data-v-7e2296d6]{width:100%;height:56px;background:transparent;border:1px solid #ffffff;padding:0 16px;font-family:Inter,sans-serif;font-size:16px;color:#fff;outline:none;transition:border-color .3s ease}.modal__input[data-v-7e2296d6]::placeholder{color:#ffffff80}.modal__input[data-v-7e2296d6]:focus{border-color:#00ffff80}.modal__textarea[data-v-7e2296d6]{width:100%;height:168px;background:transparent;border:1px solid #ffffff;padding:16px;font-family:Inter,sans-serif;font-size:16px;color:#fff;outline:none;resize:none;transition:border-color .3s ease}.modal__textarea[data-v-7e2296d6]::placeholder{color:#ffffff80}.modal__textarea[data-v-7e2296d6]:focus{border-color:#00ffff80}.modal__btn[data-v-7e2296d6]{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:14px 32px;background:transparent;border:none;cursor:pointer;text-decoration:none;transition:filter .3s ease;align-self:center;margin-top:12px}.modal__btn[data-v-7e2296d6]:disabled{opacity:.6;cursor:not-allowed}.modal__btn-bg[data-v-7e2296d6]{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:fill;z-index:0}.modal__btn span[data-v-7e2296d6]{position:relative;z-index:1;font-family:Inter,sans-serif;font-size:16px;font-weight:500;color:#fff}.modal__btn[data-v-7e2296d6]:hover:not(:disabled){filter:drop-shadow(0 0 12px rgba(0,255,255,.5))}.modal__message[data-v-7e2296d6]{text-align:center;font-family:Inter,sans-serif;font-size:14px;margin-top:16px}.modal__message.success[data-v-7e2296d6]{color:#4ade80}.modal__message.error[data-v-7e2296d6]{color:#f87171}@media (max-width: 700px){.modal[data-v-7e2296d6]{width:90%;max-width:640px}.modal__content[data-v-7e2296d6]{padding:40px 24px}.modal__title[data-v-7e2296d6]{font-size:24px}}:root{--bg: #000000;--accent: #60a5fa;--muted: #94a3b8}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}html,body{margin:0;padding:0;min-height:100%}body{font-family:Sturkopf Grotesk,Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:var(--bg);color:#e6eef8;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{position:relative;width:100%;min-height:100vh}.header[data-v-a70e8ce3]{width:100%;position:absolute;top:0;left:0;z-index:100;background:#010101a3}.header__inner[data-v-a70e8ce3]{max-width:1440px;height:90px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 91px}.header__logo[data-v-a70e8ce3]{display:flex;align-items:center}.header__logo img[data-v-a70e8ce3]{width:143.24px;height:auto;max-height:33.96px;object-fit:contain}.header__nav--desktop[data-v-a70e8ce3]{display:flex;align-items:center;gap:48px}.nav-link[data-v-a70e8ce3]{position:relative;color:#fff;text-decoration:none;font-family:Inter,sans-serif;font-size:18px;font-weight:500;letter-spacing:.02em;padding-bottom:4px;transition:color .2s ease;text-shadow:0 4px 4px rgba(0,0,0,.25)}.nav-link[data-v-a70e8ce3]:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:#c8c8c8;transition:width .3s ease}.nav-link[data-v-a70e8ce3]:hover:after{width:100%}.nav-link[data-v-a70e8ce3]:hover{color:#fff}.header__hamburger[data-v-a70e8ce3]{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;background:transparent;border:none;cursor:pointer;padding:8px;z-index:110}.header__hamburger-line[data-v-a70e8ce3]{display:block;width:24px;height:2px;background:#fff;transition:all .3s ease}.header__hamburger--open .header__hamburger-line[data-v-a70e8ce3]:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.header__hamburger--open .header__hamburger-line[data-v-a70e8ce3]:nth-child(2){opacity:0}.header__hamburger--open .header__hamburger-line[data-v-a70e8ce3]:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.header__mobile-menu[data-v-a70e8ce3]{display:none;flex-direction:column;align-items:stretch;background:#010101f2;padding:0;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.header__mobile-menu--open[data-v-a70e8ce3]{max-height:400px;padding:10px 0 20px}.mobile-nav-link[data-v-a70e8ce3]{position:relative;color:#fff;text-decoration:none;font-family:Sturkopf Grotesk,serif;font-size:28px;font-weight:400;padding:20px 24px;width:100%;text-align:left;transition:background .2s ease;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(255,255,255,.15)}.mobile-nav-link[data-v-a70e8ce3]:last-child{border-bottom:none}.mobile-nav-link[data-v-a70e8ce3]:after{content:"→";font-size:24px;color:#fff9;transition:transform .2s ease,color .2s ease}.mobile-nav-link[data-v-a70e8ce3]:hover{background:#5bcefa1a}.mobile-nav-link[data-v-a70e8ce3]:hover:after{transform:translate(5px);color:#5bcefa}@media (max-width: 1024px){.header__inner[data-v-a70e8ce3]{padding:0 40px}.header__nav--desktop[data-v-a70e8ce3]{gap:32px}.nav-link[data-v-a70e8ce3]{font-size:14px}}@media (max-width: 768px){.header__inner[data-v-a70e8ce3]{padding:0 24px;height:70px}.header__nav--desktop[data-v-a70e8ce3]{display:none}.header__hamburger[data-v-a70e8ce3],.header__mobile-menu[data-v-a70e8ce3]{display:flex}.header__logo img[data-v-a70e8ce3]{width:120px}}@media (max-width: 480px){.header__inner[data-v-a70e8ce3]{padding:0 16px}.mobile-nav-link[data-v-a70e8ce3]{font-size:16px;padding:14px 20px}}.hero[data-v-30537d22]{position:relative;width:100%;min-height:866px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero__bg[data-v-30537d22]{position:absolute;top:0;right:0;bottom:0;left:0;background:url(/assets/Background-XALrJ-w2.png) center top / cover no-repeat;z-index:0}.hero__content[data-v-30537d22]{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding-top:90px;max-width:1440px;width:100%;padding-left:24px;padding-right:24px}.hero__title[data-v-30537d22]{font-family:Sturkopf Grotesk,serif;font-size:120px;font-weight:400;font-style:normal;color:#fff;margin:0 0 24px;letter-spacing:.02em;text-shadow:0 4px 8px rgba(0,0,0,.3)}.hero__divider-line[data-v-30537d22]{width:80px;height:4px;background:#fff;margin-bottom:32px}.hero__tagline[data-v-30537d22]{font-family:Sturkopf Grotesk,serif;font-size:56px;font-weight:400;font-style:normal;color:#fff;margin:0 0 24px;letter-spacing:0;text-shadow:0 4px 8px rgba(0,0,0,.3);white-space:nowrap;transform:scaleX(1.35)}.hero__description[data-v-30537d22]{font-family:Inter,sans-serif;font-size:18px;font-weight:400;color:#fffc;line-height:1.6;margin:0 0 40px}.hero__buttons[data-v-30537d22]{display:flex;gap:24px;align-items:center}.hero__btn[data-v-30537d22]{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:180px;min-height:50px;font-size:16px;font-weight:500;text-decoration:none;transition:all .3s ease;cursor:pointer;background:transparent;border:none;color:#fff}.hero__btn-border[data-v-30537d22]{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:fill;pointer-events:none;opacity:.6;transition:opacity .3s ease}.hero__btn:hover .hero__btn-border[data-v-30537d22]{opacity:1}.hero__btn-text[data-v-30537d22]{position:relative;z-index:1;padding:16px 32px}.hero__btn[data-v-30537d22]:hover{filter:drop-shadow(0 0 25px rgba(91,206,250,.5));background:#5bcefa0d}.hero__btn--glow[data-v-30537d22]{filter:drop-shadow(0 0 15px rgba(91,206,250,.3))}.hero__btn--glow[data-v-30537d22]:hover{filter:drop-shadow(0 0 30px rgba(91,206,250,.6))}.hero__bottom-divider[data-v-30537d22]{position:absolute;top:767px;left:0;right:0;width:100vw;height:60px;z-index:2;pointer-events:none;margin-left:calc(-50vw + 50%)}.hero__divider-img[data-v-30537d22]{width:100%;height:100%;object-fit:fill}@media (max-width: 1024px){.hero[data-v-30537d22]{min-height:700px}.hero__title[data-v-30537d22]{font-size:64px}.hero__tagline[data-v-30537d22]{font-size:28px}}@media (max-width: 768px){.hero[data-v-30537d22]{min-height:600px}.hero__content[data-v-30537d22]{padding-top:100px}.hero__title[data-v-30537d22]{font-size:42px}.hero__tagline[data-v-30537d22]{font-size:20px;letter-spacing:.04em}.hero__description[data-v-30537d22]{font-size:15px}.hero__buttons[data-v-30537d22]{flex-direction:column;gap:16px}.hero__btn[data-v-30537d22]{padding:14px 32px;font-size:14px}}.about[data-v-72ba4305]{position:relative;width:100%;background:#000;padding-top:65px}.about__inner[data-v-72ba4305]{max-width:1440px;margin:0 auto;display:flex;align-items:flex-start;gap:119px;padding-left:90px;padding-right:90px}.about__image[data-v-72ba4305]{width:630px;height:400px;flex-shrink:0}.about__image img[data-v-72ba4305]{width:100%;height:100%;object-fit:cover}.about__content[data-v-72ba4305]{width:414px;flex-shrink:0}.about__title[data-v-72ba4305]{font-family:Sturkopf Grotesk,serif;font-size:48px;font-weight:400;color:#fff;margin:0 0 24px;height:72px;display:flex;align-items:center}.about__text[data-v-72ba4305]{font-family:Inter,sans-serif;font-size:16px;font-weight:400;color:#fffc;line-height:1.6;margin:0 0 16px;width:414px;min-height:82px}.about__platforms[data-v-72ba4305]{margin-top:32px;font-family:Inter,sans-serif}.about__platforms-label[data-v-72ba4305]{display:block;font-size:14px;color:#fff9;margin-bottom:12px}.about__platforms-list[data-v-72ba4305]{display:flex;gap:16px}.about__platform[data-v-72ba4305]{font-size:16px;font-weight:500;color:#fff}@media (max-width: 1200px){.about__inner[data-v-72ba4305]{flex-direction:column;align-items:center;gap:40px;padding-left:24px;padding-right:24px}.about__image[data-v-72ba4305]{width:100%;max-width:630px;height:auto;aspect-ratio:630 / 400}.about__content[data-v-72ba4305]{width:100%;max-width:630px}.about__text[data-v-72ba4305]{width:100%}}@media (max-width: 768px){.about__title[data-v-72ba4305]{font-size:36px;height:auto}.about__text[data-v-72ba4305]{font-size:15px;min-height:auto}}.games[data-v-84b53b14]{position:relative;width:100%;background:#000;padding-top:104px}.games__inner[data-v-84b53b14]{max-width:1440px;margin:0 auto;padding-left:90px;padding-right:90px}.games__title[data-v-84b53b14]{font-family:Sturkopf Grotesk,serif;font-size:48px;font-weight:400;color:#fff;margin:0 0 24px}.games__divider[data-v-84b53b14]{width:1260px;height:1px;background:#fff3}.games__divider--top[data-v-84b53b14]{margin-bottom:49px}.games__divider--bottom[data-v-84b53b14]{margin-top:48px}.games__card[data-v-84b53b14]{display:flex;align-items:flex-start;width:1260px;height:240px}.games__card-content[data-v-84b53b14]{flex:1;padding-right:20px}.games__card-title-link[data-v-84b53b14]{text-decoration:none;display:inline-block;transition:transform .3s ease,filter .3s ease}.games__card-title-link[data-v-84b53b14]:hover{transform:translate(4px);filter:drop-shadow(0 0 8px rgba(0,255,255,.5))}.games__card-title[data-v-84b53b14]{font-family:Sturkopf Grotesk,serif;font-size:24px;font-weight:400;color:#fff;margin:0 0 16px;padding-left:2px}.games__card-description[data-v-84b53b14]{font-family:Inter,sans-serif;font-size:16px;font-weight:400;color:#fffc;line-height:1.6;margin:0 0 24px;max-width:500px;padding-left:2px}.games__card-platforms[data-v-84b53b14]{display:flex;gap:16px;padding-left:2px}.games__platform[data-v-84b53b14]{font-family:Inter,sans-serif;font-size:16px;font-weight:500;color:#fff}.games__card-image[data-v-84b53b14]{width:630px;height:240px;flex-shrink:0}.games__card-image img[data-v-84b53b14]{width:100%;height:100%;object-fit:cover}.games__card--reverse[data-v-84b53b14]{margin-top:49px;height:240px;width:987px}.games__card-image--large[data-v-84b53b14]{width:630px;height:240px;position:relative}.games__card-overlay[data-v-84b53b14]{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#0006}.games__card-overlay-text[data-v-84b53b14]{font-family:Sturkopf Grotesk,serif;font-size:32px;font-weight:400;color:#fff;text-transform:uppercase;letter-spacing:2px}.games__card-content--right[data-v-84b53b14]{padding-left:119px;padding-top:104px;flex:1}.games__card-description--small[data-v-84b53b14]{width:238px;max-width:238px;margin:0;padding-left:0;color:#fff}.games__divider--final[data-v-84b53b14]{margin-top:48px}@media (max-width: 1400px){.games__inner[data-v-84b53b14]{padding-left:24px;padding-right:24px}.games__divider[data-v-84b53b14]{width:100%}.games__card[data-v-84b53b14]{width:100%;flex-direction:column;height:auto}.games__card-content[data-v-84b53b14]{order:2;padding:24px 0 0}.games__card-image[data-v-84b53b14]{order:1;width:100%;height:auto;aspect-ratio:630 / 240}.games__card-title[data-v-84b53b14],.games__card-description[data-v-84b53b14],.games__card-platforms[data-v-84b53b14]{padding-left:0}.games__card--reverse[data-v-84b53b14]{height:auto;width:100%}.games__card-image--large[data-v-84b53b14]{width:100%;height:auto;aspect-ratio:630 / 240}.games__card-content--right[data-v-84b53b14]{padding-left:0;padding-top:24px}.games__card-description--small[data-v-84b53b14]{width:100%;max-width:100%}}@media (max-width: 768px){.games__title[data-v-84b53b14]{font-size:36px}.games__card-title[data-v-84b53b14]{font-size:20px}.games__card-overlay-text[data-v-84b53b14]{font-size:24px}}.team[data-v-c4cf3df8]{position:relative;width:100%;background:#000;padding-top:105px}.team__inner[data-v-c4cf3df8]{max-width:1440px;margin:0 auto;padding-left:90px;padding-right:90px;position:relative}.team__title[data-v-c4cf3df8]{font-family:Sturkopf Grotesk,serif;font-size:48px;font-weight:400;color:#fff;margin:0 0 40px}.team__grid[data-v-c4cf3df8]{display:grid;grid-template-columns:repeat(4,134px);gap:31px 31px;width:630px}.team__card[data-v-c4cf3df8]{width:134px;height:186px;display:flex;flex-direction:column;align-items:flex-start}.team__card-photo[data-v-c4cf3df8]{width:134px;height:134px;background:#ffffff1a;margin-bottom:12px;overflow:hidden}.team__card-photo img[data-v-c4cf3df8]{width:100%;height:100%;object-fit:cover}.team__card-name[data-v-c4cf3df8]{font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:#fff;margin-bottom:4px}.team__card-role[data-v-c4cf3df8]{font-family:Inter,sans-serif;font-size:12px;font-weight:400;color:#fff9}.team__contact[data-v-c4cf3df8]{position:absolute;right:90px;top:213px;width:432px;display:flex;align-items:flex-start;gap:108px}.team__contact-title[data-v-c4cf3df8]{font-family:Sturkopf Grotesk,serif;font-size:32px;font-weight:400;color:#fff;width:108px;line-height:1.2;margin:46px 0 0}.team__contact-content[data-v-c4cf3df8]{flex:1}.team__contact-text[data-v-c4cf3df8]{font-family:Inter,sans-serif;font-size:16px;font-weight:400;color:#fff;line-height:1.6;margin:0 0 24px}.team__contact-btn[data-v-c4cf3df8]{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:14px 32px;background:transparent;border:none;cursor:pointer;text-decoration:none;transition:filter .3s ease}.team__contact-btn-bg[data-v-c4cf3df8]{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:fill;z-index:0}.team__contact-btn span[data-v-c4cf3df8]{position:relative;z-index:1;font-family:Inter,sans-serif;font-size:16px;font-weight:500;color:#fff}.team__contact-btn[data-v-c4cf3df8]:hover{filter:drop-shadow(0 0 12px rgba(0,255,255,.5))}@media (max-width: 1200px){.team__contact[data-v-c4cf3df8]{position:static;margin-top:60px;width:100%;flex-direction:column;gap:24px}.team__contact-title[data-v-c4cf3df8]{width:auto;margin:0}}@media (max-width: 800px){.team__grid[data-v-c4cf3df8]{grid-template-columns:repeat(2,134px);width:auto;justify-content:center}}@media (max-width: 400px){.team__grid[data-v-c4cf3df8]{grid-template-columns:134px}.team__title[data-v-c4cf3df8]{font-size:36px}.team__contact-title[data-v-c4cf3df8]{font-size:24px}}.contact[data-v-2570de02]{position:relative;width:100%;background:#000;padding-top:104px;padding-bottom:60px}.contact__inner[data-v-2570de02]{max-width:1440px;margin:0 auto;padding-left:90px;padding-right:90px;display:flex;align-items:flex-start;justify-content:space-between}.contact__left[data-v-2570de02]{flex-shrink:0;padding-top:60px}.contact__title[data-v-2570de02]{font-family:Sturkopf Grotesk,serif;font-size:48px;font-weight:400;color:#fff;margin:0 0 55px -3px}.contact__info[data-v-2570de02]{width:267px;margin-left:-2px}.contact__info-item[data-v-2570de02]{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}.contact__info-item[data-v-2570de02]:last-child{margin-bottom:0}.contact__icon[data-v-2570de02]{width:20px;height:20px;color:#fff;flex-shrink:0;margin-top:2px}.contact__info-item span[data-v-2570de02]{font-family:Inter,sans-serif;font-size:14px;font-weight:400;color:#fff;line-height:1.5}.contact__image[data-v-2570de02]{width:620px;height:310px;flex-shrink:0}.contact__image img[data-v-2570de02]{width:100%;height:100%;object-fit:cover}@media (max-width: 1200px){.contact__inner[data-v-2570de02]{flex-direction:column;gap:40px}.contact__image[data-v-2570de02]{width:100%;height:auto;aspect-ratio:620 / 310}.contact__title[data-v-2570de02]{margin-left:0}.contact__info[data-v-2570de02]{margin-left:0;width:100%}}@media (max-width: 768px){.contact__inner[data-v-2570de02]{padding-left:24px;padding-right:24px}.contact__title[data-v-2570de02]{font-size:36px}}.footer[data-v-6145ef68]{width:100%;background:#202020;padding:40px 0}.footer__inner[data-v-6145ef68]{max-width:1440px;margin:0 auto;padding-left:90px;padding-right:90px;display:flex;align-items:flex-start;justify-content:space-between}.footer__brand[data-v-6145ef68]{flex-shrink:0}.footer__logo[data-v-6145ef68]{height:40px;width:auto;margin-bottom:12px}.footer__tagline[data-v-6145ef68]{font-family:Inter,sans-serif;font-size:14px;font-weight:400;color:#fff;margin:0}.footer__nav[data-v-6145ef68]{display:flex;gap:32px}.footer__nav-link[data-v-6145ef68]{font-family:Inter,sans-serif;font-size:16px;font-weight:400;color:#fff;text-decoration:none;transition:opacity .3s ease}.footer__nav-link[data-v-6145ef68]:hover{opacity:.7}.footer__contact[data-v-6145ef68]{flex-shrink:0}.footer__contact-item[data-v-6145ef68]{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px}.footer__contact-item[data-v-6145ef68]:last-child{margin-bottom:0}.footer__icon[data-v-6145ef68]{width:18px;height:18px;color:#fff;flex-shrink:0;margin-top:2px}.footer__contact-item span[data-v-6145ef68]{font-family:Inter,sans-serif;font-size:14px;font-weight:400;color:#fff;line-height:1.4}@media (max-width: 1000px){.footer__inner[data-v-6145ef68]{flex-direction:column;gap:32px;align-items:flex-start}.footer__nav[data-v-6145ef68]{flex-wrap:wrap}}@media (max-width: 768px){.footer__inner[data-v-6145ef68]{padding-left:24px;padding-right:24px}.footer__nav[data-v-6145ef68]{flex-direction:column;gap:16px}}.nova-page[data-v-cf569c89]{width:100%;min-height:100vh;background:#000}.nova-header[data-v-cf569c89]{width:100%;height:90px;background:#010101a3;position:fixed;top:0;left:0;z-index:100}.nova-header__inner[data-v-cf569c89]{max-width:1440px;height:100%;margin:0 auto;padding:0 90px;display:flex;align-items:center;justify-content:space-between}.nova-header__logo img[data-v-cf569c89]{height:40px;width:auto}.nova-header__nav[data-v-cf569c89]{display:flex;gap:40px}.nav-link[data-v-cf569c89]{font-family:Inter,sans-serif;font-size:18px;font-weight:400;color:#fff;text-decoration:none;position:relative;transition:color .3s ease}.nav-link[data-v-cf569c89]:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:#c8c8c8;transition:width .3s ease}.nav-link[data-v-cf569c89]:hover:after{width:100%}.nova-header__btn[data-v-cf569c89]{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:10px 24px;background:transparent;border:none;cursor:pointer;transition:filter .3s ease}.nova-header__btn-bg[data-v-cf569c89]{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:fill;z-index:0}.nova-header__btn span[data-v-cf569c89]{position:relative;z-index:1;font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:#fff}.nova-header__btn[data-v-cf569c89]:hover{filter:drop-shadow(0 0 12px rgba(0,255,255,.5))}.nova-header__mobile-btn[data-v-cf569c89]{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;background:transparent;border:none;cursor:pointer;padding:8px}.hamburger-line[data-v-cf569c89]{display:block;width:24px;height:2px;background:#fff;border-radius:2px;transition:transform .3s ease,opacity .3s ease}.nova-mobile-menu[data-v-cf569c89]{display:none;position:absolute;top:90px;left:0;right:0;background:#000000f2;padding:24px;flex-direction:column;align-items:center;gap:24px;opacity:0;transform:translateY(-10px);transition:opacity .3s ease,transform .3s ease;pointer-events:none}.nova-mobile-menu--open[data-v-cf569c89]{opacity:1;transform:translateY(0);pointer-events:auto}.nova-mobile-menu__nav[data-v-cf569c89]{display:flex;flex-direction:column;align-items:center;gap:20px}.nova-mobile-menu__link[data-v-cf569c89]{font-family:Inter,sans-serif;font-size:18px;font-weight:400;color:#fff;text-decoration:none;transition:color .3s ease}.nova-mobile-menu__link[data-v-cf569c89]:hover{color:#0ffc}.nova-mobile-menu__btn[data-v-cf569c89]{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:12px 28px;background:transparent;border:none;cursor:pointer;margin-top:8px}.nova-mobile-menu__btn-bg[data-v-cf569c89]{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:fill;z-index:0}.nova-mobile-menu__btn span[data-v-cf569c89]{position:relative;z-index:1;font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:#fff}.nova-hero[data-v-cf569c89]{width:100%;max-width:1440px;margin:0 auto;height:898px;position:relative;padding-top:90px}.nova-hero__image[data-v-cf569c89]{position:absolute;left:-50px;top:90px;width:720px;height:803px}.nova-hero__image img[data-v-cf569c89]{width:100%;height:100%;object-fit:cover}.nova-hero__content[data-v-cf569c89]{position:absolute;left:789px;top:256px;width:489px}.nova-hero__title[data-v-cf569c89]{font-family:Sturkopf Grotesk,serif;font-size:64px;font-weight:400;color:#fff;margin:0 0 16px;line-height:1.1}.nova-hero__subtitle[data-v-cf569c89]{font-family:Sturkopf Grotesk,serif;font-size:20px;font-weight:400;color:#fff;margin:0 0 24px}.nova-hero__description[data-v-cf569c89]{font-family:Inter,sans-serif;font-size:16px;font-weight:400;color:#fffc;line-height:1.6;width:328px;margin:0 0 24px}.nova-hero__platforms[data-v-cf569c89]{display:flex;gap:16px}.nova-hero__platform[data-v-cf569c89]{font-family:Inter,sans-serif;font-size:16px;font-weight:500;color:#fff}.nova-hero__overlay[data-v-cf569c89]{position:absolute;left:-50px;top:837px;width:1440px;height:59px;z-index:2;pointer-events:none}.nova-about[data-v-cf569c89]{width:100%;padding:80px 0 0;background:#000}.nova-about-frame[data-v-cf569c89]{position:relative;margin:0 auto;width:1264px;min-height:386px;display:flex;background:#000;border-radius:24px;box-shadow:0 4px 32px #0000002e;overflow:hidden}.about-frame__left[data-v-cf569c89]{flex:1 1 50%;padding:40px 32px 40px 40px;display:flex;flex-direction:column;justify-content:flex-start}.about-frame__title[data-v-cf569c89]{font-family:Sturkopf Grotesk,serif;font-size:48px;font-weight:400;color:#fff;margin-bottom:24px}.about-frame__para[data-v-cf569c89]{font-family:Inter,sans-serif;font-size:16px;color:#ffffffd9;margin-bottom:18px;line-height:1.5}.about-frame__right[data-v-cf569c89]{flex:0 0 630px;display:flex;align-items:center;justify-content:flex-end;padding:1px 0}.about-frame__img[data-v-cf569c89]{width:630px;height:384px;object-fit:cover;border-radius:0 24px 24px 0}.nova-dev-section[data-v-cf569c89]{width:100%;padding:40px 0 80px;margin-top:40px;background:#000}.nova-dev-frame[data-v-cf569c89]{position:relative;margin:0 auto;width:1262px;min-height:404px}.nova-dev-header[data-v-cf569c89]{display:flex;align-items:flex-start;width:764px;min-height:185px;gap:24px}.nova-dev-title[data-v-cf569c89]{font-family:Sturkopf Grotesk,serif;font-size:64px;font-weight:400;color:#fff;width:382px;margin:0;line-height:1.1}.nova-dev-paragraph[data-v-cf569c89]{font-family:Inter,sans-serif;font-size:16px;font-weight:400;color:#ffffffd9;line-height:1.6;flex:1}.nova-dev-process[data-v-cf569c89]{margin-top:72px;width:1262px}.nova-dev-process-title[data-v-cf569c89]{font-family:Sturkopf Grotesk,serif;font-size:36px;font-weight:400;color:#fff;margin:0 0 24px}.nova-dev-process-tags[data-v-cf569c89]{width:1262px;height:72px;border-top:1px solid #fff;border-bottom:1px solid #fff;border-left:none;border-right:none;display:flex;align-items:center;gap:24px;padding:0 16px}.nova-dev-tag[data-v-cf569c89]{font-family:Inter,sans-serif;font-size:16px;font-weight:400;color:#fff}.nova-dev-active[data-v-cf569c89]{position:relative;margin-top:72px;width:1260px;height:468px}.nova-dev-active-header[data-v-cf569c89]{position:absolute;left:405.5px;top:0;width:449px;text-align:center}.nova-dev-active-title[data-v-cf569c89]{font-family:Sturkopf Grotesk,serif;font-size:36px;font-weight:400;color:#fff;margin:0 0 16px;line-height:1.2}.nova-dev-active-paragraph[data-v-cf569c89]{font-family:Inter,sans-serif;font-size:16px;font-weight:400;color:#ffffffd9;margin:0}.nova-dev-active-image[data-v-cf569c89]{position:absolute;left:0;top:153px;width:1260px;height:315px;overflow:hidden}.nova-dev-active-image img[data-v-cf569c89]{width:100%;height:100%;object-fit:cover;object-position:left top;box-shadow:none;filter:none}.nova-info-boxes-frame[data-v-cf569c89]{position:relative;margin:40px auto 0;width:1260px;height:192px;display:flex;align-items:center;justify-content:space-between;gap:24px}.nova-info-box[data-v-cf569c89]{width:297px;height:192px;background:#000;border:1px solid #fff;border-radius:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-sizing:border-box;flex-shrink:0}.nova-info-box__main[data-v-cf569c89]{font-family:Sturkopf Grotesk,serif;font-size:40px;font-weight:500;color:#fff;margin-bottom:12px}.nova-info-box__sub[data-v-cf569c89]{font-family:Inter,sans-serif;font-size:16px;color:#fff;margin-bottom:6px}.nova-info-box__divider[data-v-cf569c89]{width:2px;height:120px;background:#fff;border-radius:2px;flex-shrink:0}@media (max-width: 1300px){.nova-hero[data-v-cf569c89]{height:auto;min-height:auto;padding-top:90px;display:flex;flex-direction:column}.nova-hero__image[data-v-cf569c89]{position:relative;left:0;top:0;width:100%;height:400px}.nova-hero__content[data-v-cf569c89]{position:relative;left:0;top:0;width:100%;padding:40px 24px}.nova-hero__overlay[data-v-cf569c89]{display:none}.nova-header__inner[data-v-cf569c89]{padding:0 24px}.nova-about-frame[data-v-cf569c89]{width:100%;flex-direction:column;margin:0;padding:0 24px}.about-frame__left[data-v-cf569c89]{padding:24px}.about-frame__para[data-v-cf569c89]{width:100%!important;height:auto!important}.about-frame__right[data-v-cf569c89]{flex:none;width:100%}.about-frame__img[data-v-cf569c89]{width:100%;height:auto;border-radius:0}.nova-info-boxes-frame[data-v-cf569c89]{width:100%;height:auto;flex-wrap:wrap;margin:40px 0 0;padding:0 24px;justify-content:center}.nova-info-box[data-v-cf569c89]{width:calc(50% - 12px);height:150px}.nova-info-box__main[data-v-cf569c89]{font-size:24px}.nova-dev-frame[data-v-cf569c89]{width:100%;margin:0;padding:0 24px}.nova-dev-header[data-v-cf569c89]{flex-direction:column;width:100%}.nova-dev-title[data-v-cf569c89]{width:100%;font-size:48px;margin-bottom:24px}.nova-dev-process[data-v-cf569c89]{width:100%}.nova-dev-process-tags[data-v-cf569c89]{width:100%;flex-wrap:wrap;height:auto;padding:16px;gap:16px}.nova-dev-active[data-v-cf569c89]{width:100%;height:auto}.nova-dev-active-header[data-v-cf569c89]{position:relative;left:0;width:100%;padding:0 24px;margin-bottom:24px}.nova-dev-active-image[data-v-cf569c89]{position:relative;top:0;width:100%;height:250px}}@media (max-width: 768px){.nova-header__nav[data-v-cf569c89],.nova-header__btn[data-v-cf569c89]{display:none}.nova-header__mobile-btn[data-v-cf569c89],.nova-mobile-menu[data-v-cf569c89]{display:flex}.nova-hero__title[data-v-cf569c89]{font-size:36px}.nova-hero__subtitle[data-v-cf569c89]{font-size:16px}.nova-hero__description[data-v-cf569c89]{width:100%}.about-frame__title[data-v-cf569c89]{font-size:32px}.nova-info-boxes-frame[data-v-cf569c89]{flex-direction:column;align-items:center}.nova-info-box[data-v-cf569c89]{width:100%;max-width:300px;height:120px}.nova-info-box__main[data-v-cf569c89]{font-size:20px}.nova-info-box__sub[data-v-cf569c89]{font-size:14px}.nova-dev-title[data-v-cf569c89]{font-size:32px}.nova-dev-process-title[data-v-cf569c89],.nova-dev-active-title[data-v-cf569c89]{font-size:24px}.nova-dev-active-image[data-v-cf569c89]{height:180px}}@media (max-width: 480px){.nova-hero__title[data-v-cf569c89]{font-size:28px}.nova-dev-title[data-v-cf569c89]{font-size:24px}.nova-dev-process-title[data-v-cf569c89]{font-size:20px}.nova-dev-tag[data-v-cf569c89]{font-size:14px}.nova-dev-active-title[data-v-cf569c89]{font-size:20px}.nova-info-box[data-v-cf569c89]{height:100px}.nova-info-box__main[data-v-cf569c89]{font-size:16px}}@font-face{font-family:Sturkopf Grotesk;src:url("/assets/SturkopfGrotesk%20(Rus%20by%20Rigbi)-DW4WjG-y.ttf") format("truetype");font-weight:100 900;font-style:normal;font-display:swap}body,button,input,textarea,select{font-family:Sturkopf Grotesk,Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}
