/* [project]/src/features/marketing/marketing-office.css [app-client] (css) */
.marketing-office {
  z-index: 0;
  pointer-events: none;
  background: #3a4250;
  border-radius: 22px;
  position: fixed;
  inset: 14px;
  overflow: hidden;
}

.marketing-office:after {
  content: "";
  pointer-events: none;
  border: 1px solid #ffffff2e;
  border-radius: 22px;
  position: absolute;
  inset: 0;
  box-shadow: inset 0 1px #ffffff47, 0 0 0 1px #0b111866;
}

.marketing-home {
  isolation: isolate;
  background: #0b1118;
  min-height: 100%;
  position: relative;
}

.marketing-home .unai-scroll-world {
  z-index: 1;
  position: relative;
}

.unai-scroll-world.is-live .sw-sky, .unai-scroll-world.is-live .sw-stage, .unai-scroll-world.is-live .sw-scene {
  display: none;
}

@media (max-width: 860px) {
  .marketing-office {
    border-radius: 16px;
    inset: 10px;
  }

  .marketing-office:after {
    border-radius: 16px;
  }
}

/* [project]/src/features/marketing/scroll-world-mink.css [app-client] (css) */
.unai-scroll-world {
  --sw-bg: #0b1118;
  --sw-ink: #f6fafff7;
  --sw-ink-soft: #e0ecf8b8;
  --sw-accent: #22a8cc;
  --sw-font-display: "IBM Plex Sans", "PingFang SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  --sw-font-body: "IBM Plex Sans", "PingFang SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  min-height: 100vh;
}

.unai-scroll-world .sw-nav {
  -webkit-backdrop-filter: blur(22px) saturate(180%);
  backdrop-filter: blur(22px) saturate(180%);
  background: #22a8cc1a;
  border: 1px solid #ffffff29;
  box-shadow: inset 0 1px #ffffff47;
}

.unai-scroll-world .sw-nav__item.is-active {
  color: #f7fcff;
  background: #22a8cc;
}

.unai-scroll-world .sw-topcta {
  color: #f7fcfffa;
  background: #22a8cc38;
  border: 1px solid #22a8cc8c;
  box-shadow: inset 0 1px #ffffff38;
}

.unai-scroll-world .sw-btn--primary {
  color: #f7fcfffa;
  background: #22a8cc;
  box-shadow: inset 0 1px #ffffff47, 0 0 22px #22d3ee47;
}

.unai-scroll-world .sw-btn--ghost {
  color: #f6fafff7;
  background: #22a8cc14;
  border-color: #ffffff2e;
}

.unai-scroll-world .sw-copy__tags li {
  color: #f6faffeb;
  background: #22a8cc1f;
  border-color: #ffffff24;
}

.unai-scroll-world .sw-route__label {
  color: #f6fafff7;
  background: #0b1118c7;
  border-color: #ffffff24;
}

.unai-scroll-world .sw-copylayer:before {
  background: linear-gradient(90deg, #0b1118d1 0%, #0b111861 22%, #0b11181a 44%, #0000 64%);
  width: min(42vw, 560px);
}

.unai-scroll-world .sw-copy {
  width: min(36vw, 420px);
}

.unai-scroll-world .sw-copy__title {
  text-shadow: 0 2px 18px #0b11188c;
  font-size: clamp(1.85rem, 3.5vw, 2.85rem);
}

.unai-scroll-world .sw-copy__body {
  text-shadow: 0 1px 10px #0b111880;
}

.unai-scroll-world .sw-stage:after {
  content: "";
  pointer-events: none;
  z-index: 200;
  border: 1px solid #ffffff2e;
  border-radius: 22px;
  position: absolute;
  inset: 14px;
  box-shadow: inset 0 1px #ffffff47, 0 0 0 1px #0b111866;
}

.unai-scroll-world .sw-scene {
  border-radius: 18px;
  inset: 18px;
}

.unai-scroll-world .sw-scene__still, .unai-scroll-world .sw-scene__video {
  border-radius: 18px;
  width: 100%;
  height: 100%;
  inset: 0;
}

@media (max-width: 860px) {
  .unai-scroll-world .sw-copylayer:before {
    background: linear-gradient(0deg, #0b1118 8%, #0b111894 42%, #0000 100%);
    width: 100%;
  }

  .unai-scroll-world .sw-copy {
    width: auto;
  }

  .unai-scroll-world .sw-stage:after {
    border-radius: 16px;
    inset: 10px;
  }

  .unai-scroll-world .sw-scene {
    border-radius: 14px;
    inset: 12px;
  }

  .unai-scroll-world .sw-scene__still, .unai-scroll-world .sw-scene__video {
    border-radius: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .unai-scroll-world .sw-stage:after {
    box-shadow: inset 0 1px #ffffff47;
  }
}

/*# sourceMappingURL=src_features_marketing_ba228303._.css.map*/