/* The original large-photo and transparent-card language, shared across one site. */
.unified-ready {
  --bg: #f7f8fa;
  --bg-soft: #f0f3f5;
  --bg-card: #fff;
  --bg-hover: #eef2f4;
  --bg-elev: #fff;
  --fg: #263039;
  --fg-muted: #76808b;
  --fg-dim: #969fa8;
  --accent: #28333a;
  --accent-dark: #1e272e;
  --pop: #d65047;
  --pop-soft: rgba(214, 80, 71, 0.08);
  --border: rgba(53, 76, 95, 0.1);
  --border-strong: rgba(53, 76, 95, 0.18);
  --radius: 12px;
  --radius-lg: 18px;
  --shadow: 0 8px 28px rgba(50, 72, 94, 0.065);
  --shadow-sm: 0 3px 14px rgba(50, 72, 94, 0.04);
  --font: "Microsoft YaHei", "PingFang SC", system-ui, sans-serif;
  --font-display: var(--font);
  --nav-h: 90px;
  --max-w: 1440px;
}
.unified-ready[data-theme="dark"] {
  --bg: #242b32;
  --bg-soft: #2b343c;
  --bg-card: #313b43;
  --bg-hover: #39454e;
  --bg-elev: #344049;
  --fg: #f4f6f8;
  --fg-muted: #b7c2cc;
  --fg-dim: #8f9eaa;
  --border: rgba(210, 223, 236, 0.1);
  --border-strong: rgba(210, 223, 236, 0.2);
}
.unified-ready body {
  padding: 0;
  background: var(--bg);
  color: var(--fg);
}
.unified-ready .page:not(#page-home) {
  padding-top: 110px;
}
.unified-ready #page-home {
  padding: 0;
}
.unified-ready .studio-page > div {
  max-width: 1440px;
}
.un-nav {
  position: fixed;
  top: 18px;
  left: 28px;
  right: 28px;
  height: 64px;
  z-index: 160;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 0 25px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.025);
  transition:
    background 0.3s,
    color 0.3s,
    box-shadow 0.3s;
}
.un-nav.is-solid {
  background: rgba(255, 255, 255, 0.86);
  color: var(--fg);
  border-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 32px rgba(56, 72, 94, 0.06);
}
[data-theme="dark"] .un-nav.is-solid {
  background: rgba(44, 55, 64, 0.9);
  border-color: var(--border);
}
.un-brand {
  display: flex;
  align-items: center;
  color: inherit;
  flex-shrink: 0;
  min-height: 44px;
}
.un-brand img {
  display: block;
  width: 78px;
  height: 44px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.un-nav.is-solid .un-brand img {
  filter: none;
}
[data-theme="dark"] .un-nav.is-solid .un-brand img {
  filter: brightness(0) invert(1);
}
.un-nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex: 1;
  white-space: nowrap;
}
.un-nav-links a {
  font-size: 13px;
  color: inherit;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.un-nav-links a:hover,
.un-nav-links a.active {
  opacity: 1;
}
.un-nav-links a.active::after {
  content: "";
  display: block;
  margin: 5px auto -7px;
  width: 12px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
}
.un-nav-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
.un-nav-actions button {
  border: 0;
  background: transparent;
  color: inherit;
  min-width: 38px;
  min-height: 44px;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.un-login {
  padding: 10px 18px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  font-size: 12px;
  white-space: nowrap;
  color: inherit;
  background: rgba(255, 255, 255, 0.12);
}
.un-nav.is-solid .un-login {
  background: var(--fg);
  color: var(--bg);
  border-color: transparent;
}
.un-account {
  display: flex;
  align-items: center;
  gap: 8px;
  color: inherit;
  font-size: 12px;
}
.un-account .st-avatar {
  width: 30px;
  height: 30px;
}
.un-account > span:last-child {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.un-menu {
  position: absolute;
  right: 12px;
  top: 74px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  padding: 12px;
  min-width: 300px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--bg-card);
  color: var(--fg);
  box-shadow: var(--shadow-lg);
}
.un-menu[hidden] {
  display: none;
}
.un-menu a,
.un-menu button {
  font: inherit;
  font-size: 13px;
  color: inherit;
  padding: 13px;
  border: 0;
  border-radius: 9px;
  text-align: left;
  background: transparent;
}
.un-menu a:hover,
.un-menu button:hover {
  background: var(--bg-soft);
}
.un-mobile-nav {
  display: none;
}
.unified-ready .hero {
  min-height: min(920px, 100svh);
  height: max(690px, 92svh);
  border-radius: 0 0 30px 30px;
  background: #4b5361;
}
.unified-ready .hero__overlay {
  background: linear-gradient(
    90deg,
    rgba(21,26,34,0.42),
    rgba(21,26,34,0.14) 62%,
    rgba(21,26,34,0.02)
  );
}
.unified-ready .hero__inner {
  padding: 130px 6vw 135px;
  max-width: 1680px;
}
.unified-ready .hero__left {
  max-width: 670px;
}
.unified-ready .hero__title {
  font-size: clamp(50px, 6vw, 88px);
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: -0.04em;
  filter: drop-shadow(0 3px 16px rgba(0, 0, 0, 0.1));
}
.unified-ready .hero__sub {
  font-size: 16px;
  line-height: 1.9;
  max-width: 440px;
  margin-top: 24px;
  margin-bottom: 38px;
  opacity: 0.96;
}
.unified-ready .hero__gen {
  padding: 8px 8px 8px 23px;
  max-width: 590px;
  min-height: 65px;
  backdrop-filter: blur(26px);
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
}
.unified-ready .hero__input {
  font-size: 14px;
}
.unified-ready .hero__capsule {
  min-height: 46px;
  padding: 10px 24px;
  font-weight: 500;
}
.unified-ready .hero__right {
  right: 5vw;
  bottom: 105px;
  width: 300px;
  gap: 14px;
}
.unified-ready .hero__plan-card {
  padding: 25px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(26px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.06);
  color: #fff;
  animation: un-drift 8s ease-in-out infinite;
}
.un-card-eyebrow {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
}
.unified-ready .hero__plan-title {
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.5;
  margin: 16px 0 12px;
}
.unified-ready .hero__plan-desc {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 1.8;
}
.un-glass-link {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  padding-top: 17px;
  margin-top: 22px;
}
.unified-ready .hero__showcase {
  height: 86px;
  padding: 8px;
  gap: 8px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 16px;
}
.hero__showcase > a {
  flex: 0 0 65px;
  height: 65px;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
}
.hero__showcase > a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.unified-ready .hero__switch {
  bottom: 38px;
  left: 6vw;
}
.un-collection-bar {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 32px 36px;
  color: var(--fg-muted);
  font-size: 12px;
}
.un-collection-bar > a {
  color: inherit;
  display: flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
}
.un-collection-bar b {
  font-size: 27px;
  color: var(--fg);
  font-weight: 400;
}
.un-collection-bar p {
  flex: 1;
}
.un-collection-line {
  height: 26px;
  width: 1px;
  background: var(--border-strong);
}
.un-bar-next {
  color: var(--fg) !important;
}
.un-home-section {
  max-width: 1440px;
  margin: 40px auto 80px;
  padding: 0 36px;
}
.un-section-title {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 30px;
}
.un-section-title span {
  font-size: 12px;
  color: var(--fg-muted);
}
.un-section-title h2 {
  font-size: clamp(26px, 2.6vw, 38px);
  font-weight: 400;
  letter-spacing: -0.035em;
  margin-top: 12px;
}
.un-section-title > a {
  font-size: 12px;
  color: var(--fg-muted);
  white-space: nowrap;
  padding: 8px 0;
}
.un-home-patterns {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 17px;
}
.un-pattern-card {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.8);
  padding: 0;
  border-radius: 18px;
  background: var(--bg-card);
  box-shadow: var(--shadow-sm);
  text-align: left;
  overflow: hidden;
  cursor: pointer;
  transition:
    transform 0.35s var(--ease),
    box-shadow 0.35s;
}
.un-pattern-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(38, 60, 80, 0.11);
}
.un-pattern-picture {
  display: grid;
  place-items: center;
  aspect-ratio: 1.05;
  padding: 16px;
  background: linear-gradient(
    150deg,
    rgba(220, 229, 236, 0.12),
    rgba(236, 231, 224, 0.24)
  );
}
.un-pattern-picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
}
.un-pattern-caption {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
  font-size: 13px;
  color: var(--fg);
}
.un-pattern-caption small {
  font-size: 10px;
  color: var(--fg-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.un-home-banner {
  position: relative;
  max-width: 1368px;
  margin: 0 auto 90px;
  min-height: 440px;
  border-radius: 26px;
  overflow: hidden;
  background: #464c57;
}
.un-home-banner > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.un-home-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15,20,30,0.48), transparent);
}
.un-home-banner > div {
  position: relative;
  z-index: 1;
  padding: 65px;
  color: #fff;
}
.un-home-banner span {
  font-size: 12px;
  opacity: 0.75;
}
.un-home-banner h2 {
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.35;
  font-weight: 400;
  margin: 22px 0 35px;
}
.un-white-button {
  display: inline-block;
  background: rgba(255, 255, 255, 0.9);
  color: #263039;
  padding: 14px 24px;
  border-radius: 30px;
  font-size: 13px;
}
.un-path-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.un-path-cards > a {
  border-radius: 22px;
  overflow: hidden;
  background: var(--bg-card);
  position: relative;
  min-height: 330px;
  color: #fff;
}
.un-path-cards img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s;
}
.un-path-cards a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(21, 30, 30, 0.6), transparent 90%);
}
.un-path-cards a:hover img {
  transform: scale(1.04);
}
.un-path-cards a > div {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  z-index: 1;
}
.un-path-cards h3 {
  font-size: 26px;
  font-weight: 400;
}
.un-path-cards p {
  font-size: 12px;
  opacity: 0.75;
  margin: 12px 0 20px;
}
.un-path-cards span {
  font-size: 12px;
}
.un-footer {
  max-width: 1440px;
  margin: auto;
  padding: 32px 36px 40px;
  font-size: 11px;
  color: var(--fg-muted);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--border);
}
.un-footer > div {
  display: flex;
  gap: 26px;
}
.un-footer a {
  color: inherit;
}
.unified-ready .st-card,
.unified-ready .st-panel {
  border-radius: 18px;
  border-color: rgba(100, 127, 153, 0.08);
  box-shadow: var(--shadow-sm);
}
.unified-ready .st-button {
  border-radius: 30px;
  min-height: 44px;
  padding: 11px 22px;
}
.unified-ready .st-button--dark {
  background: var(--fg);
  color: var(--bg) !important;
}
.unified-ready .st-pagehead {
  padding-top: 15px;
}
.unified-ready .styles-layout {
  max-width: 1440px;
  margin: auto;
  gap: 32px;
}
.unified-ready .styles-title {
  font-weight: 400;
}
.unified-ready .yz-tabs {
  max-width: 1440px;
  margin: auto;
  padding-left: 36px;
}
.unified-ready .card {
  border-radius: 18px;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.unified-ready .st-status {
  border-radius: 30px;
  padding: 6px 12px;
}
@keyframes un-drift {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-9px);
  }
}
@media (max-width: 1200px) {
  .un-nav-links {
    gap: 20px;
  }
  .un-nav {
    gap: 20px;
    padding: 0 20px;
    left: 20px;
    right: 20px;
  }
  .unified-ready .hero__left {
    max-width: 56%;
  }
  .un-home-patterns {
    grid-template-columns: repeat(3, 1fr);
  }
  .unified-ready .hero__right {
    width: 260px;
  }
}
@media (max-width: 800px) {
  .unified-ready {
    --nav-h: 70px;
    --tabbar-h: 62px;
  }
  .unified-ready body {
    padding-bottom: calc(62px + env(safe-area-inset-bottom));
  }
  .un-nav {
    height: 56px;
    top: 10px;
    left: 12px;
    right: 12px;
    padding: 0 15px;
    border-radius: 16px;
    gap: 12px;
  }
  .un-brand img {
    width: 64px;
    height: 36px;
  }
  .un-nav-links {
    display: none;
  }
  .un-nav-actions {
    margin-left: auto;
    gap: 9px;
  }
  .un-login {
    padding: 9px 14px;
    font-size: 11px;
  }
  .un-account > span:last-child {
    display: none;
  }
  .un-menu {
    right: 0;
    top: 65px;
    max-width: calc(100vw - 24px);
    min-width: 290px;
  }
  .unified-ready .page:not(#page-home) {
    padding-top: 90px;
  }
  .un-mobile-nav {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(24px);
    border-top: 1px solid var(--border);
    height: calc(62px + env(safe-area-inset-bottom));
    padding-bottom: env(safe-area-inset-bottom);
    z-index: 150;
  }
  .un-mobile-nav a {
    padding: 18px 12px;
    font-size: 11px;
    color: var(--fg-muted);
  }
  .un-mobile-nav a.active {
    color: var(--fg);
    font-weight: 600;
  }
  .un-mobile-nav a.active::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: var(--pop);
    border-radius: 50%;
    margin: 6px auto -10px;
  }
  .unified-ready .hero {
    height: auto;
    min-height: 800px;
    border-radius: 0 0 24px 24px;
  }
  .unified-ready .hero__inner {
    padding: 145px 28px 350px;
    align-items: start;
  }
  .unified-ready .hero__left {
    max-width: none;
    width: 100%;
  }
  .unified-ready .hero__title {
    font-size: clamp(48px, 10vw, 68px);
    line-height: 1.2;
  }
  .unified-ready .hero__sub {
    font-size: 13px;
    max-width: 280px;
    line-height: 1.9;
    margin-top: 20px;
    margin-bottom: 28px;
  }
  .unified-ready .hero__gen {
    display: flex;
    flex-wrap: nowrap;
    padding: 6px 6px 6px 15px;
    min-height: 58px;
    border-radius: 32px;
  }
  .unified-ready .hero__input {
    flex: 1;
    flex-basis: 0;
    font-size: 12px;
    padding: 0;
    min-width: 0;
  }
  .unified-ready .hero__capsule {
    width: auto;
    min-height: 44px;
    padding: 8px 16px;
    font-size: 12px;
    flex-shrink: 0;
  }
  .unified-ready .hero__right {
    display: flex !important;
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 85px;
    width: auto;
    flex-direction: row;
    align-items: end;
    gap: 12px;
  }
  .unified-ready .hero__plan-card {
    flex: 1;
    padding: 18px;
    border-radius: 18px;
    animation: none;
  }
  .unified-ready .hero__plan-title {
    font-size: 21px;
    margin: 12px 0 9px;
  }
  .unified-ready .hero__plan-desc {
    font-size: 11px;
  }
  .un-glass-link {
    margin-top: 15px;
    padding-top: 12px;
    font-size: 11px;
  }
  .un-card-eyebrow {
    font-size: 10px;
  }
  .unified-ready .hero__showcase {
    display: grid;
    grid-template-columns: 1fr 1fr;
    flex: 0 0 106px;
    height: 106px;
    gap: 5px;
    padding: 6px;
    border-radius: 15px;
  }
  .hero__showcase > a {
    width: 44px;
    height: 44px;
    flex-basis: auto;
  }
  .unified-ready .hero__switch {
    bottom: 24px;
    left: 28px;
  }
  .unified-ready .hero__arrow {
    width: 35px;
    height: 35px;
  }
  .un-collection-bar {
    padding: 26px 24px;
    gap: 22px;
    flex-wrap: wrap;
    font-size: 11px;
  }
  .un-collection-bar b {
    font-size: 25px;
  }
  .un-collection-bar p,
  .un-collection-line {
    display: none;
  }
  .un-collection-bar .un-bar-next {
    margin-left: auto;
  }
  .un-home-section {
    padding: 0 22px;
    margin: 25px auto 50px;
  }
  .un-section-title {
    align-items: start;
    gap: 16px;
  }
  .un-section-title h2 {
    font-size: 27px;
    line-height: 1.4;
    margin-top: 10px;
  }
  .un-section-title > a {
    font-size: 10px;
    max-width: 90px;
    white-space: normal;
    line-height: 1.8;
  }
  .un-home-patterns {
    gap: 12px;
    grid-template-columns: repeat(2, 1fr);
  }
  .un-pattern-caption {
    padding: 14px;
    font-size: 12px;
  }
  .un-pattern-picture {
    padding: 12px;
  }
  .un-home-banner {
    margin: 0 16px 50px;
    min-height: 360px;
    border-radius: 22px;
  }
  .un-home-banner > div {
    padding: 48px 28px;
  }
  .un-home-banner h2 {
    font-size: 35px;
  }
  .un-path-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .un-path-cards > a {
    min-height: 290px;
  }
  .un-path-cards h3 {
    font-size: 23px;
  }
  .un-footer {
    padding: 28px 22px;
    display: block;
    font-size: 10px;
  }
  .un-footer > div {
    margin-top: 16px;
    gap: 20px;
  }
  .unified-ready .yz-tabs {
    padding-left: 22px;
  }
  .unified-ready .styles-layout {
    padding: 22px;
  }
  .unified-ready .st-pagehead {
    padding-top: 0;
  }
  .unified-ready .st-model-dialog {
    max-height: 88dvh;
  }
}
@media (prefers-reduced-motion: reduce) {
  .unified-ready * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
.unified-ready #page-home.page {
  padding: 0 !important;
}
.unified-ready[data-theme="dark"] .un-mobile-nav {
  background: rgba(44, 55, 64, 0.94);
}
