:root {
  --ink: #18181b;
  --muted: #71717a;
  --soft: #a1a1aa;
  --panel: #fafafa;
  --line: #e4e4e7;
  --content: 1392px;
  --side: clamp(24px, calc((100vw - var(--content)) / 2), 264px);
  --wide-offset: calc(var(--side) - 264px);
  --share-left: calc(var(--side) - 444px);
  --ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);
  --ease-out-quint: cubic-bezier(0.22, 1, 0.36, 1);
  --hero-copy-y: 0px;
  --hero-board-y: 0px;
  --hero-accent-y: 0px;
  --hero-fade: 1;
  --scroll-progress: 0;
  --footer-top: 4836px;
  --design-height: 5134px;
  background: #fff;
  color: var(--ink);
  font-family: "IBM Plex Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
}

@font-face {
  font-family: "Lora";
  src: url("./assets/fonts/Lora-SemiBoldItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans SC";
  src: url("./assets/fonts/ibm-plex-sans-sc/IBMPlexSansSC-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans SC";
  src: url("./assets/fonts/ibm-plex-sans-sc/IBMPlexSansSC-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans SC";
  src: url("./assets/fonts/ibm-plex-sans-sc/IBMPlexSansSC-SemiBold.woff") format("woff");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans SC";
  src: url("./assets/fonts/ibm-plex-sans-sc/IBMPlexSansSC-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 1440px;
  overflow-x: hidden;
  background: #fff;
  font-family: "IBM Plex Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
}

body::before {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 30;
  width: calc(var(--scroll-progress) * 100%);
  height: 2px;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, #fb7185, #e879f9);
  transform-origin: left center;
}

img {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.design {
  position: relative;
  width: 100%;
  min-width: 1440px;
  height: var(--design-height);
  overflow: hidden;
  background: #fff;
}

.policy-page {
  position: relative;
  width: 100%;
  min-width: 1440px;
  height: 2528px;
  overflow: hidden;
  background: #fff;
}

.policy-header {
  position: absolute;
  left: var(--side);
  top: 24px;
  display: flex;
  align-items: center;
  gap: 48px;
  height: 36px;
}

.policy-header .logo {
  display: block;
  flex: 0 0 auto;
}

.policy-page h1 {
  position: absolute;
  left: var(--side);
  top: 120px;
  margin: 0;
  color: #18181b;
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  white-space: nowrap;
}

.policy-date {
  position: absolute;
  left: var(--side);
  top: 192px;
  margin: 0;
  color: #a1a1aa;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  white-space: nowrap;
}

.policy-intro {
  position: absolute;
  left: var(--side);
  top: 270px;
  width: var(--content);
  margin: 0;
  color: #71717a;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  white-space: nowrap;
}

.policy-section {
  position: absolute;
  left: var(--side);
  width: var(--content);
  color: #71717a;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.policy-section-narrow {
  width: 544px;
}

.policy-section h2 {
  margin: 0 0 12px;
  color: #27272a;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.policy-section p {
  margin: 0;
}

.policy-section ol {
  margin: 30px 0 0;
  padding: 0;
  list-style-position: inside;
}

.policy-section-1 { top: 324px; }
.policy-section-2 { top: 606px; }
.policy-section-3 { top: 888px; }
.policy-section-5 { top: 1020px; }
.policy-section-6 { top: 1182px; }
.policy-section-7 { top: 1314px; }
.policy-section-8 { top: 1446px; }
.policy-section-9 { top: 1728px; }
.policy-section-10 { top: 1830px; }
.policy-section-11 { top: 1932px; }

.policy-page .footer {
  top: 2230px;
}

.hero {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 780px;
}

.hero-bg {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 780px;
  object-fit: cover;
}

.hero-header {
  position: absolute;
  left: var(--side);
  top: 24px;
  display: flex;
  align-items: center;
  gap: 48px;
}

.logo {
  width: 161px;
  height: 36px;
}

.logo-svg {
  width: 161px;
  height: 36px;
  object-fit: contain;
}

.hero-nav {
  display: flex;
  gap: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.hero-nav a {
  position: relative;
  color: #a1a1aa;
  transition: color 160ms ease;
}

.hero-nav a::after {
  position: absolute;
  left: 50%;
  top: 24px;
  width: 48px;
  height: 8px;
  content: "";
  opacity: 0;
  pointer-events: none;
  background: url("./assets/remote/f107f9fd-b4b2-4155-8538-1e2346b53bcd.svg") center / contain no-repeat;
  transform: translateX(-50%);
  transition: opacity 160ms ease;
}

.hero-nav a.is-active,
.hero-nav a:hover {
  color: #27272a;
}

.hero-nav a.is-active::after,
.hero-nav a:hover::after,
.hero-nav a:focus-visible::after {
  opacity: 1;
}

.hero-nav:has(a:hover) a.is-active:not(:hover)::after {
  opacity: 0;
}

.hero-nav a:hover {
  color: #27272a;
}

.hero-nav a:focus-visible {
  color: #27272a;
  outline: 2px solid #27272a;
  outline-offset: 4px;
}

.scroll-text {
  position: absolute;
  left: var(--side);
  top: 732px;
  font-size: 16px;
  line-height: 24px;
  color: #a1a1aa;
}

.scroll-arrow {
  position: absolute;
  left: calc(var(--side) + 64px);
  top: 728px;
  width: 107.94px;
  height: 96.96px;
  object-fit: contain;
  transform: rotate(-150deg);
}

.accent {
  position: absolute;
  object-fit: contain;
}

.accent-hero {
  left: calc(var(--side) + 498px);
  top: 169px;
  width: 66.14px;
  height: 66.14px;
  transform: translate3d(0, var(--hero-accent-y), 0) rotate(32deg);
  will-change: transform;
}

.hero-title {
  position: absolute;
  left: var(--side);
  top: 210px;
  width: 498px;
  height: 150px;
  font-size: 54px;
  font-weight: 600;
  line-height: 72px;
  white-space: nowrap;
  opacity: var(--hero-fade);
  transform: translate3d(0, var(--hero-copy-y), 0);
  transition: opacity 240ms linear;
}

.hero-title div {
  position: relative;
}

.title-row-1 {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-title span {
  color: transparent;
  background: url("./assets/figma/title-gradient.jpg") 0% 50% / 168% 100% no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  animation: title-gradient-flow 6.8s var(--ease-out-quart) infinite alternate;
  will-change: background-position;
}

@keyframes title-gradient-flow {
  from {
    background-position: 0% 50%;
  }

  to {
    background-position: 100% 50%;
  }
}

.hero-desc {
  position: absolute;
  left: var(--side);
  top: 376px;
  width: 498px;
  height: 72px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 24px;
  opacity: var(--hero-fade);
  transform: translate3d(0, var(--hero-copy-y), 0);
  transition: opacity 240ms linear;
}

.hero-actions {
  position: absolute;
  left: var(--side);
  top: 472px;
  display: flex;
  gap: 16px;
  width: 336px;
  height: 48px;
  opacity: var(--hero-fade);
  transform: translate3d(0, var(--hero-copy-y), 0);
  transition: opacity 240ms linear;
}

.download,
.learn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 48px;
  border-radius: 8px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transform: translate3d(0, 0, 0);
  transition: transform 220ms var(--ease-out-quart), box-shadow 220ms var(--ease-out-quart), border-color 220ms var(--ease-out-quart), background-color 220ms var(--ease-out-quart), color 220ms var(--ease-out-quart), filter 220ms var(--ease-out-quart), opacity 220ms var(--ease-out-quart);
}

.download-wrap {
  position: relative;
  width: 160px;
  height: 48px;
  z-index: 20;
}

.download {
  gap: 8px;
  appearance: none;
  border: 0;
  color: #fff;
  background: #27272a;
  cursor: pointer;
}

.download:hover,
.learn:hover {
  transform: translate3d(0, 0, 0);
}

.download:hover {
  color: rgba(255, 255, 255, 0.6);
  background: #27272a;
  box-shadow: none;
  transform: translate3d(0, 0, 0);
}

.learn:hover {
  color: rgba(39, 39, 42, 0.6);
  border-color: #d4d4d8;
  background: #fafafa;
}

.download:active,
.learn:active {
  transform: translate3d(0, 0, 0) scale(0.98);
}

.download img {
  width: 24px;
  height: 24px;
  opacity: 1;
}

.download:hover img {
  opacity: 0.6;
  filter: none;
}

.download-menu {
  position: absolute;
  left: 0;
  top: 60px;
  width: 308px;
  padding: 8px;
  border: 1px solid #e4e4e7;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px rgba(39, 39, 42, 0.12);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, -8px, 0) scale(0.98);
  transform-origin: top left;
  transition:
    opacity 220ms var(--ease-out-quart),
    transform 260ms var(--ease-out-quart);
  backdrop-filter: blur(18px);
}

.download-wrap.is-open .download-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
}

.download-menu a {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px;
  border-radius: 8px;
  color: #27272a;
  transition:
    background-color 180ms var(--ease-out-quart),
    color 180ms var(--ease-out-quart);
}

.download-menu a:hover,
.download-menu a:focus-visible {
  outline: none;
  background: #f4f4f5;
}

.download-menu span {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.download-menu small {
  color: #71717a;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.learn {
  color: #52525b;
  background: #fafafa;
  border: 1px solid #d4d4d8;
}

.hero-board {
  position: absolute;
  left: calc(var(--side) + 600px);
  top: 24px;
  width: 792px;
  height: 732px;
  overflow: hidden;
  border-radius: 24px;
  transform: translate3d(0, var(--hero-board-y), 0);
  will-change: transform;
}

.board-shadow {
  position: absolute;
  inset: 0;
  width: 792px;
  height: 732px;
  border-radius: 24px;
  background: #f4f4f5;
}

.board-white {
  position: absolute;
  inset: 0;
  width: 792px;
  height: 732px;
  border-radius: 24px;
  background: #fff;
}

.hero-col {
  position: absolute;
  width: 360px;
  overflow: visible;
}

.hero-col-left {
  left: 24px;
  top: -61px;
}

.hero-col-right {
  left: 408px;
  top: 24px;
}

.hero-track {
  display: flex;
  flex-direction: column;
  gap: 24px;
  will-change: transform;
}

.hero-track img {
  width: 360px;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 12px;
  flex-shrink: 0;
}

.hero-track-left {
  animation: hero-scroll-left 34s linear infinite;
}

.hero-track-right {
  animation: hero-scroll-right 52s linear infinite;
}

@keyframes hero-scroll-left {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(0, -1632px, 0); }
}

@keyframes hero-scroll-right {
  from { transform: translate3d(0, -2204px, 0); }
  to { transform: translate3d(0, 0, 0); }
}

.hero-shot {
  position: absolute;
  width: 360px;
  object-fit: cover;
}

.hero-shot-1 {
  left: 24px;
  top: -61px;
  height: 684px;
}

.hero-shot-2 {
  left: 408px;
  top: 24px;
  height: 716px;
}

.hero-shot-3 {
  left: 24px;
  top: 647px;
  height: 504px;
}

.kicker {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  height: 36px;
  color: #52525b;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.kicker img {
  width: 36px;
  height: 36px;
}

.feature-head,
.layout-head,
.share-head,
.faq-head {
  position: absolute;
  left: var(--side);
}

.feature-head {
  left: calc(var(--side) + 368px);
  top: 940px;
  width: 655px;
  height: 132px;
}

.layout-head {
  left: calc(var(--side) + 408px);
  top: 2012px;
  width: 576px;
  height: 132px;
}

.share-head {
  left: calc(var(--side) + 480px);
  top: 3090px;
  width: 432px;
  height: 132px;
}

.faq-head {
  top: 4102px;
  width: 488px;
  height: 136px;
}

.feature-head .kicker,
.layout-head .kicker,
.share-head .kicker,
.faq-head .kicker {
  left: 0;
  top: 0;
}

.feature-head h2,
.layout-head h2,
.share-head h2,
.faq-head h2 {
  position: absolute;
  left: 0;
  top: 48px;
  margin: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 84px;
  white-space: nowrap;
}

.feature-head .kicker {
  left: 255.5px;
}

.feature-accent {
  position: absolute;
  left: 655px;
  top: 30px;
  width: 60px;
  height: 60px;
}

.layout-head .kicker {
  left: 216px;
}

.layout-accent {
  position: absolute;
  left: 576px;
  top: 30px;
  width: 60px;
  height: 60px;
}

.share-head .kicker {
  left: 120px;
}

.share-accent {
  position: absolute;
  left: 444px;
  top: 42px;
  width: 90px;
  height: 48px;
}

.faq-head .kicker {
  left: 0;
}

.faq-head h2 {
  left: 0;
  top: 52px;
}

.faq-accent {
  position: absolute;
  left: 440px;
  top: 28px;
  width: 48px;
  height: 48px;
  transform: rotate(180deg);
}

.features {
  position: absolute;
  left: var(--side);
  top: 1108px;
  width: var(--content);
  height: 744px;
}

.feature-card {
  position: absolute;
  width: 684px;
  height: 360px;
  transform: translate3d(0, 0, 0);
  transition: transform 360ms var(--ease-out-quart);
}

.feature-card:hover {
  transform: translate3d(0, -6px, 0);
}

.f1 {
  left: 0;
  top: 0;
}

.f2 {
  left: 708px;
  top: 0;
}

.f3 {
  left: 0;
  top: 384px;
}

.f4 {
  left: 708px;
  top: 384px;
}

.feature-panel {
  position: absolute;
  inset: 0;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--panel);
}

.feature-pattern {
  position: absolute;
  left: 174px;
  top: 12px;
  width: 336px;
  height: 336px;
  background: url("./assets/remote/637fdf8c-280d-4571-9675-a261a58a30c9.svg") center / cover no-repeat;
  -webkit-mask: url("./assets/remote/4672236f-6c22-4b5e-905f-26babff8aafb.svg") center / cover no-repeat;
  mask: url("./assets/remote/4672236f-6c22-4b5e-905f-26babff8aafb.svg") center / cover no-repeat;
}

.feature-symbol {
  position: absolute;
  left: 24px;
  top: 156px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.feature-symbol img {
  display: block;
}

.symbol-f1 img {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 52.975px;
  height: 52.553px;
}

.symbol-mask {
  position: absolute;
  display: block;
  overflow: hidden;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 60px 60px;
  mask-size: 60px 60px;
}

.symbol-mask img {
  width: 100%;
  height: 100%;
}

.symbol-f2-main {
  left: 5.009px;
  top: 5.004px;
  width: 50.013px;
  height: 49.99px;
  -webkit-mask-image: url("./assets/remote/dd304fbd-738e-4212-bf08-0ab268fa4b63.svg");
  mask-image: url("./assets/remote/dd304fbd-738e-4212-bf08-0ab268fa4b63.svg");
  -webkit-mask-position: -5.009px -5.004px;
  mask-position: -5.009px -5.004px;
}

.symbol-f2-spark {
  left: 35.5px;
  top: 35.875px;
  width: 22.525px;
  height: 22.525px;
  -webkit-mask-image: url("./assets/remote/dd304fbd-738e-4212-bf08-0ab268fa4b63.svg");
  mask-image: url("./assets/remote/dd304fbd-738e-4212-bf08-0ab268fa4b63.svg");
  -webkit-mask-position: -35.5px -35.875px;
  mask-position: -35.5px -35.875px;
}

.symbol-f3-main {
  left: 7.025px;
  top: 8.275px;
  width: 45.925px;
  height: 43.425px;
  -webkit-mask-image: url("./assets/remote/dd304fbd-738e-4212-bf08-0ab268fa4b63.svg");
  mask-image: url("./assets/remote/dd304fbd-738e-4212-bf08-0ab268fa4b63.svg");
  -webkit-mask-position: -7.025px -8.275px;
  mask-position: -7.025px -8.275px;
}

.symbol-f3-spark {
  left: 39.5px;
  top: 38px;
  width: 17.475px;
  height: 17.525px;
  -webkit-mask-image: url("./assets/remote/dd304fbd-738e-4212-bf08-0ab268fa4b63.svg");
  mask-image: url("./assets/remote/dd304fbd-738e-4212-bf08-0ab268fa4b63.svg");
  -webkit-mask-position: -39.5px -38px;
  mask-position: -39.5px -38px;
}

.symbol-f4-main {
  left: 4.425px;
  top: 7.496px;
  width: 46.6px;
  height: 45.004px;
  -webkit-mask-image: url("./assets/remote/dd304fbd-738e-4212-bf08-0ab268fa4b63.svg");
  mask-image: url("./assets/remote/dd304fbd-738e-4212-bf08-0ab268fa4b63.svg");
  -webkit-mask-position: -4.425px -7.496px;
  mask-position: -4.425px -7.496px;
}

.symbol-f4-spark {
  left: 32.975px;
  top: 5.875px;
  width: 22.525px;
  height: 22.525px;
  -webkit-mask-image: url("./assets/remote/dd304fbd-738e-4212-bf08-0ab268fa4b63.svg");
  mask-image: url("./assets/remote/dd304fbd-738e-4212-bf08-0ab268fa4b63.svg");
  -webkit-mask-position: -32.975px -5.875px;
  mask-position: -32.975px -5.875px;
}

.feature-card h3 {
  position: absolute;
  left: 24px;
  top: 240px;
  margin: 0;
  color: #27272a;
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
}

.feature-card > p {
  position: absolute;
  left: 24px;
  top: 300px;
  width: 580px;
  margin: 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 36px;
  white-space: nowrap;
}

.f4 > p {
  top: 300px;
  width: 580px;
  z-index: 2;
  font-size: 20px;
  line-height: 36px;
  white-space: nowrap;
}

.menu-shot,
.prompt-shot,
.share-shot,
.model-shot {
  position: absolute;
  left: 342px;
  top: 24px;
  width: 318px;
  height: 312px;
}

.menu-shot > img:first-child,
.prompt-shot > img:first-child,
.shot-bg {
  position: absolute;
  inset: 0;
  width: 318px;
  height: 312px;
}

.menu-shot span,
.prompt-shot span,
.model-shot span {
  position: absolute;
  font-size: 20px;
  line-height: 30px;
}

.m1 { left: 24px; top: 16px; color: var(--soft); }
.m2 { left: 24px; top: 62px; color: var(--soft); }
.m3 { left: 24px; top: 108px; color: var(--soft); }
.m4 { display: none; }
.m5 { left: 24px; top: 230px; color: var(--soft); }

.menu-active {
  position: absolute;
  left: 12px;
  top: 154px;
  width: 294px;
  height: 60px;
}

.menu-label {
  left: 72px;
  top: 169px;
  color: #27272a;
  font-weight: 500;
  white-space: nowrap;
}

.menu-logo {
  left: 24px;
  top: 166px;
  width: 36px;
  height: 36px;
  overflow: hidden;
  border-radius: 8px;
}

.menu-logo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 161px;
  height: 36px;
  max-width: none;
}

.cursor {
  left: 246px;
  top: 202px;
  width: 36px;
  height: 36px;
}

.cursor img {
  position: absolute;
  inset: 0;
  width: 36px;
  height: 36px;
}

.prompt-shot span {
  left: 16px;
  top: 16px;
  width: 286px;
  color: var(--soft);
  font-size: 16px;
  line-height: 24px;
}

.wallpaper {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 294px;
  height: 220px;
  border-radius: 10px;
  object-fit: cover;
}

.selected {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 294px;
  height: 48px;
  border-radius: 8px;
  background: #f4f4f5;
}

.down {
  position: absolute;
  left: 270px;
  top: 24px;
  width: 24px;
  height: 24px;
}

.model {
  position: absolute;
  left: 24px;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.gemini { top: 24px; }
.minimax { top: 76px; }
.qwen { top: 124px; }
.doubao { top: 172px; }
.deepseek { top: 220px; }

.qwen {
  left: 26.062px;
  top: 126.062px;
  width: 19.877px;
  height: 19.877px;
}

.deepseek {
  left: 25.296px;
  top: 223.698px;
  width: 22.14px;
  height: 16.602px;
}

.model-shot span {
  left: 60px;
  color: #27272a;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  white-space: nowrap;
}

.t-gemini { top: 24px; }
.t-minimax { top: 76px; }
.t-qwen { top: 124px; }
.t-doubao { top: 172px; }
.t-deepseek { top: 220px; }

.layout-toggle {
  position: absolute;
  left: calc(var(--side) + 562px);
  top: 2156px;
  display: flex;
  align-items: center;
  gap: 4px;
  width: 268px;
  height: 60px;
  padding: 6px;
  border-radius: 60px;
  background: #f4f4f5;
  isolation: isolate;
  overflow: hidden;
}

.layout-toggle::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  z-index: 0;
  width: 116px;
  height: 48px;
  border-radius: 60px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(39, 39, 42, 0.04);
  transform: translate3d(0, 0, 0) scaleX(1);
  transform-origin: left center;
  transition:
    transform 420ms var(--ease-out-quart),
    box-shadow 420ms var(--ease-out-quart);
  will-change: transform;
}

.layout-toggle.is-sidebar::before {
  transform: translate3d(120px, 0, 0) scaleX(1.1724);
}

.layout-toggle:hover::before {
  box-shadow: 0 8px 22px rgba(39, 39, 42, 0.08);
}

.layout-toggle button {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  height: 48px;
  border: 0;
  border-radius: 60px;
  background: transparent;
  color: #a1a1aa;
  font: 500 20px/30px "IBM Plex Sans SC", sans-serif;
  white-space: nowrap;
  cursor: pointer;
  transition:
    color 260ms var(--ease-out-quart),
    transform 320ms var(--ease-out-quart);
}

.layout-toggle button:first-child {
  width: 116px;
}

.layout-toggle button:last-child {
  width: 136px;
}

.layout-toggle button.is-active {
  color: #27272a;
  transform: translate3d(0, -1px, 0);
}

.layout-demo {
  position: absolute;
  left: var(--side);
  top: 2252px;
  width: var(--content);
  height: 678px;
  overflow: hidden;
  border-radius: 20px;
  background: #27272a;
}

.layout-window-layer {
  position: absolute;
  inset: 0;
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  transform-origin: center;
  transition:
    opacity 340ms var(--ease-out-quart),
    transform 460ms var(--ease-out-quart);
  will-change: opacity, transform;
}

.layout-mode-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 260ms var(--ease-out-quart);
}

.layout-demo.is-sidebar .layout-window-layer {
  opacity: 0;
  transform: translate3d(-18px, 0, 0) scale(0.985);
  pointer-events: none;
}

.layout-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
  transition: opacity 260ms var(--ease-out-quart);
}

.layout-column {
  position: absolute;
  top: -271px;
  width: 300px;
  opacity: 0.4;
  transition: opacity 260ms var(--ease-out-quart);
}

.layout-column-track {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 300px;
  animation: layout-column-scroll 42s linear infinite;
  will-change: transform;
}

.layout-column-track-reverse {
  animation-name: layout-column-scroll-reverse;
  animation-duration: 48s;
}

.layout-column img,
.layout-card-empty {
  width: 300px;
  border-radius: 12px;
  object-fit: cover;
  flex-shrink: 0;
}

.layout-card-tall,
.layout-card-empty {
  height: 400px;
}

.layout-card-small {
  height: 300px;
}

.layout-card-empty {
  display: block;
}

.layout-column.c1 { left: 60px; top: -271px; }
.layout-column.c2 { left: 384px; top: -149px; }
.layout-column.c3 { left: 708px; top: -321px; }
.layout-column.c4 { left: 1032px; top: -199px; }

.layout-panel {
  position: absolute;
  left: 396px;
  top: 169px;
  width: 600px;
  height: 340px;
  border-radius: 12px;
  background: #fafafa;
  z-index: 2;
  transition: opacity 260ms var(--ease-out-quart);
}

.layout-panel-title {
  position: absolute;
  left: 10px;
  top: 8px;
  color: #27272a;
  font-family: "Smiley_Sans:Oblique", "Smiley Sans", "Smiley_Sans", "IBM Plex Sans SC", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  white-space: nowrap;
}

.layout-divider {
  position: absolute;
  left: 0;
  top: 40px;
  width: 600px;
  height: 1px;
  background: #e4e4e7;
}

.layout-config {
  position: absolute;
  right: 43px;
  top: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  width: 60px;
  height: 24px;
  padding: 4px 8px;
  border: 1px solid #e4e4e7;
  border-radius: 24px;
  color: #52525b;
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
}

.layout-config img,
.layout-actions-mini img {
  width: 16px;
  height: 16px;
}

.layout-avatar {
  position: absolute;
  right: 10px;
  top: 8px;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  overflow: hidden;
  border-radius: 999px;
}

.layout-avatar .layout-avatar-bg,
.layout-avatar .layout-avatar-icon {
  position: absolute;
  left: 0;
  top: 0;
}

.layout-avatar .layout-avatar-bg {
  width: 24px;
  height: 24px;
}

.layout-avatar .layout-avatar-icon {
  left: 4px;
  top: 4px;
  width: 16px;
  height: 16px;
}

.layout-upload,
.layout-result {
  position: absolute;
  top: 50px;
  height: 280px;
  border: 1px solid #f4f4f5;
  background: #fff;
}

.layout-upload {
  left: 10px;
  width: 280px;
  overflow: hidden;
  border-radius: 12px;
}

.layout-preview-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.layout-result {
  left: 300px;
  width: 290px;
  border-radius: 8px;
}

.layout-result p {
  position: absolute;
  left: 11px;
  top: 11px;
  width: 268px;
  margin: 0;
  color: #52525b;
  font-size: 12px;
  line-height: 16px;
}

.layout-actions-mini {
  position: absolute;
  left: 11px;
  bottom: 11px;
  display: flex;
  gap: 8px;
}

.layout-actions-mini button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 130px;
  height: 32px;
  border: 1px solid #e4e4e7;
  border-radius: 6px;
  background: #fff;
  color: #27272a;
  font: 400 12px/16px "IBM Plex Sans SC", sans-serif;
}

.layout-actions-mini button:last-child {
  border-color: transparent;
  background: #27272a;
  color: #fff;
}

.layout-sidebar-layer {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translate3d(18px, 0, 0) scale(0.985);
  transform-origin: center;
  pointer-events: none;
  transition:
    opacity 340ms var(--ease-out-quart),
    transform 460ms var(--ease-out-quart);
  will-change: opacity, transform;
}

.layout-sidebar-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}

.sidebar-column {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 24px;
  opacity: 0.5;
  overflow: visible;
}

.sidebar-column-1 {
  left: 60px;
  top: -235px;
  border-radius: 12px;
  width: 300px;
}

.sidebar-column-2 {
  left: 382px;
  top: -381px;
  width: 302px;
}

.sidebar-column-3 {
  left: 708px;
  top: -334px;
  width: 300px;
}

.sidebar-column-track {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  will-change: transform;
}

.sidebar-column-track-1172 {
  animation: sidebar-scroll-1172 44s linear infinite;
}

.sidebar-column-track-1148 {
  animation: sidebar-scroll-1148 42s linear infinite;
}

.sidebar-column-track-1072 {
  animation: sidebar-scroll-1072 40s linear infinite;
}

.sidebar-column-track-reverse {
  animation-direction: reverse;
}

.sidebar-column img {
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
  flex-shrink: 0;
}

.sidebar-card-tall {
  height: 400px;
}

.sidebar-card-small {
  height: 300px;
}

.sidebar-card-short {
  height: 200px;
}

.layout-sidebar-panel {
  position: absolute;
  left: 1032px;
  top: 24px;
  width: 300px;
  height: 630px;
  border-radius: 10px;
  background: #fafafa;
}

.sidebar-panel-title {
  position: absolute;
  left: 10px;
  top: 8px;
  color: #27272a;
  font-family: "Smiley_Sans:Oblique", "Smiley Sans", "Smiley_Sans", "IBM Plex Sans SC", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  white-space: nowrap;
}

.sidebar-panel-divider {
  position: absolute;
  left: 0;
  top: 40px;
  width: 300px;
  height: 1px;
  background: #e4e4e7;
}

.sidebar-panel-config {
  position: absolute;
  left: 196px;
  top: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  width: 60px;
  height: 24px;
  padding: 4px 8px;
  border: 1px solid #e4e4e7;
  border-radius: 24px;
  color: #52525b;
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
}

.sidebar-panel-config img,
.sidebar-panel-actions img {
  width: 16px;
  height: 16px;
}

.sidebar-panel-close {
  position: absolute;
  left: 266px;
  top: 8px;
  width: 24px;
  height: 24px;
}

.sidebar-close-bg,
.sidebar-close-icon {
  position: absolute;
  left: 0;
  top: 0;
}

.sidebar-close-bg {
  width: 24px;
  height: 24px;
}

.sidebar-close-icon {
  left: 4px;
  top: 4px;
  width: 16px;
  height: 16px;
}

.sidebar-panel-preview,
.sidebar-panel-result {
  position: absolute;
  left: 10px;
  width: 280px;
  border: 1px solid #f4f4f5;
  background: #fff;
}

.sidebar-panel-preview {
  top: 50px;
  height: 280px;
  overflow: hidden;
  border-radius: 12px;
}

.sidebar-panel-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sidebar-panel-result {
  top: 340px;
  height: 280px;
  border-radius: 8px;
}

.sidebar-panel-result p {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 260px;
  margin: 0;
  color: #52525b;
  font-size: 12px;
  line-height: 16px;
}

.sidebar-panel-actions {
  position: absolute;
  left: 10px;
  bottom: 11px;
  display: flex;
  gap: 12px;
}

.sidebar-panel-actions button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 124px;
  height: 32px;
  border: 1px solid #e4e4e7;
  border-radius: 6px;
  background: #fff;
  color: #27272a;
  font: 400 12px/16px "IBM Plex Sans SC", sans-serif;
}

.sidebar-panel-actions button:last-child {
  border-color: transparent;
  background: #27272a;
  color: #fff;
}

.layout-demo.is-sidebar .layout-bg,
.layout-demo.is-sidebar .layout-column,
.layout-demo.is-sidebar .layout-panel {
  opacity: 0;
  pointer-events: none;
}

.layout-demo.is-sidebar .layout-sidebar-layer {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

@keyframes layout-column-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, -1172px, 0);
  }
}

@keyframes layout-column-scroll-reverse {
  from {
    transform: translate3d(0, -1172px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes sidebar-scroll-1172 {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, -1172px, 0);
  }
}

@keyframes sidebar-scroll-1148 {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, -1148px, 0);
  }
}

@keyframes sidebar-scroll-1072 {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, -1072px, 0);
  }
}

.share-row {
  position: absolute;
  left: var(--share-left);
  top: 3258px;
  display: flex;
  gap: 24px;
  width: max-content;
  height: 684px;
  animation: share-marquee 64s linear infinite;
  will-change: transform;
}

.share-image {
  flex: 0 0 auto;
  width: 360px;
  height: 684px;
  object-fit: cover;
  border-radius: 12px;
  transform: translate3d(0, 0, 0);
  transition: transform 360ms var(--ease-out-quart), box-shadow 360ms var(--ease-out-quart);
}

.share-image:hover {
  transform: translate3d(0, -8px, 0);
  box-shadow: 0 18px 48px rgba(24, 24, 27, 0.12);
}

@keyframes share-marquee {
  to {
    transform: translateX(-2304px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .share-row {
    animation: none;
  }
}

.faq {
  position: absolute;
  left: var(--side);
  top: 4270px;
  display: grid;
  grid-template-columns: repeat(2, 684px);
  column-gap: 24px;
  align-items: start;
  width: var(--content);
  min-height: 406px;
  padding-top: 17px;
}

.top-line {
  position: absolute;
  left: 0;
  top: 0;
  width: var(--content);
  height: 1px;
  background: #f4f4f5;
}

.faq-col {
  width: 684px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

details {
  position: relative;
  min-height: 65px;
  border-bottom: 1px solid #f4f4f5;
}

summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  list-style: none;
  color: #27272a;
  font-size: 24px;
  font-weight: 500;
  line-height: 48px;
  cursor: pointer;
  transition: color 220ms var(--ease-out-quart), transform 220ms var(--ease-out-quart);
}

summary:hover {
  color: #27272a;
  background: none;
  -webkit-text-fill-color: currentColor;
  transform: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary img {
  width: 36px;
  height: 36px;
  transition: transform 260ms var(--ease-out-quart), opacity 260ms var(--ease-out-quart);
}

summary:hover img {
  opacity: 0.72;
  transform: rotate(-6deg);
}

details p {
  display: none;
  width: 684px;
  margin: 12px 0 16px;
  color: var(--muted);
  font-size: 16px;
  line-height: 24px;
}

details[open] p {
  display: block;
}

details[open] summary img {
  transform: rotate(180deg);
}

.footer {
  position: absolute;
  left: var(--wide-offset);
  top: var(--footer-top);
  width: 1920px;
  height: 298px;
  overflow: hidden;
  background: #fff;
}

.footer-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 1920px;
  height: 238px;
  background: url("./assets/figma/footer-union.png") 50% 0 / 1920px 238px no-repeat;
}

.footer-bottom {
  position: absolute;
  left: 0;
  top: 238px;
  width: 1920px;
  height: 60px;
  background: #27272a;
}

.footer-desc,
.designer,
.footer-legal,
.footer nav {
  position: absolute;
}

.footer-desc {
  left: 1316px;
  top: 16px;
  color: #71717a;
  font-size: 20px;
  line-height: 30px;
}

.designer,
.footer-legal {
  top: 260px;
  color: #a1a1aa;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.designer {
  left: 264px;
  top: 252px;
  display: flex;
  align-items: center;
  height: 32px;
}

.designer img {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 36px;
  object-fit: cover;
}

.designer a {
  color: #fff;
  font-weight: 500;
  line-height: 16px;
  white-space: nowrap;
}

.designer a span {
  border-bottom: 1px solid transparent;
  transition: border-color 220ms var(--ease-out-quart);
}

.designer a:hover span {
  border-color: currentColor;
}

.footer-legal {
  left: 50%;
  display: flex;
  gap: 12px;
  align-items: center;
  transform: translateX(-50%);
  font-weight: 400;
  white-space: nowrap;
}

.footer-legal a {
  color: inherit;
  border-bottom: 1px solid transparent;
  transition: color 220ms var(--ease-out-quart), border-color 220ms var(--ease-out-quart);
}

.footer-legal a:hover,
.footer-legal a:focus-visible {
  color: #fff;
  border-color: currentColor;
  outline: none;
}

.footer nav {
  left: 1488px;
  top: 256px;
  display: flex;
  gap: 24px;
  width: 168px;
  height: 24px;
}

.footer nav a {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
}

.footer nav img {
  width: 24px;
  height: 24px;
  opacity: 1;
  transition: opacity 220ms var(--ease-out-quart);
}

.footer nav a:hover,
.footer nav a:focus-visible {
  outline: none;
}

.footer nav a:hover img,
.footer nav a:focus-visible img {
  opacity: 0.5;
}

.motion-ready .reveal-item {
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  transition: opacity 680ms var(--ease-out-quint), transform 680ms var(--ease-out-quint);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.motion-ready .reveal-item.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.motion-ready .feature-card.reveal-item {
  transform: translate3d(0, 34px, 0) scale(0.985);
}

.motion-ready .feature-card.reveal-item.is-visible {
  transform: translate3d(0, 0, 0) scale(1);
}

.motion-ready .feature-card.reveal-item.is-visible:hover {
  transform: translate3d(0, -6px, 0) scale(1);
}

.motion-ready .share-image.reveal-item {
  transform: translate3d(0, 34px, 0) scale(0.985);
}

.motion-ready .share-image.reveal-item.is-visible {
  transform: translate3d(0, 0, 0) scale(1);
}

.motion-ready .share-image.reveal-item.is-visible:hover {
  transform: translate3d(0, -8px, 0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  :root {
    --hero-copy-y: 0px !important;
    --hero-board-y: 0px !important;
    --hero-accent-y: 0px !important;
    --hero-fade: 1 !important;
  }

  .motion-ready .reveal-item,
  .motion-ready .feature-card.reveal-item,
  .motion-ready .share-image.reveal-item {
    opacity: 1;
    transform: none;
  }

  .hero-title span {
    animation: none;
    background-position: center;
  }
}
