/* 心易全站预览渲染层
   只负责字体、字重和文字抗锯齿,不接管页面布局与交互。移除引用即可回退。 */
@import url('https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600;700&family=Instrument+Serif:ital@0;1&family=Noto+Sans+SC:wght@400;500;600;700&family=Noto+Serif+SC:wght@500;600;700;800;900&display=swap');

:root {
  --xy-font-sans: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  --xy-font-serif: "Noto Serif SC", "Songti SC", "STSong", serif;
}

body.xy-site-render {
  font-family: var(--xy-font-sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.xy-site-render :where(input, textarea, select, button) {
  font-family: var(--xy-font-sans);
}

body.xy-site-render :where(h1, h2, h3, h4, h5, h6, .brand, .logo, .logo-t, .logo .lt, .hero-title, .page-title, .section-title, .modal-title) {
  font-family: var(--xy-font-serif);
  font-weight: 600;
  text-rendering: optimizeLegibility;
}

body.xy-site-render :where(.btn-ink, .btn-paper, .btn-ghost2, .btn-primary, .btn-ghost, .send, .langtog) {
  font-family: var(--xy-font-sans);
  font-weight: 600;
  letter-spacing: .02em;
}

body.xy-site-render :where(.top .nav, .nav-links, .nav-right, .topbar, .mode-row, .prof-btn, .plan-btn) {
  font-family: var(--xy-font-sans);
}

body.xy-site-render :where(.hint, .note, .sub, .desc, .dsub, .dp, .lede, .lead, .cbar-hint, .sb-mt, .hi-m, .hi-time) {
  font-family: var(--xy-font-sans);
  font-weight: 500;
}

body.xy-site-render :where(.hero-title, .lead h1, .hero h1) {
  letter-spacing: .12em;
  text-rendering: geometricPrecision;
}

body.xy-site-render :where(.hero-title, .lead h1, .hero h1, .section-title, .sec-head h2) {
  text-shadow: 0 1px 12px rgba(38, 52, 59, .12);
}

@media (prefers-reduced-motion: reduce) {
  body.xy-site-render * { text-rendering: optimizeLegibility; }
}

/* 阳版预览渲染层
   来自 /preview-scroll?tone=yang#triad 的固定星云太极背景与玻璃界面。
   移除 body 上的 xy-yang-preview 和 /site-render.js 引用即可回退到当前版本。 */
html:has(body.xy-yang-preview) {
  background: #07070a;
}

body.xy-yang-preview {
  --xy-font-sans: "Geist", "Noto Sans SC", -apple-system, "PingFang SC", system-ui, sans-serif;
  --xy-font-serif: "Instrument Serif", "Noto Serif SC", "Songti SC", serif;
  --sans: var(--xy-font-sans);
  --serif: var(--xy-font-serif);
  --paper: #07070a;
  --paper-2: rgba(255, 255, 255, .07);
  --bg: #07070a;
  --bg-2: rgba(255, 255, 255, .07);
  --card: rgba(255, 255, 255, .055);
  --glass: rgba(255, 255, 255, .045);
  --walnut: #fbf9f2;
  --ink: #fbf9f2;
  --ink-strong: #fffdf7;
  --muted: rgba(255, 255, 255, .86);
  --faint: rgba(255, 255, 255, .52);
  --line: rgba(255, 255, 255, .18);
  --line-soft: rgba(255, 255, 255, .10);
  --accent: #fbf9f2;
  --accent-2: rgba(248, 246, 238, .78);
  --green: #d6e1d4;
  --ochre: rgba(248, 246, 238, .68);
  --dai: rgba(248, 246, 238, .72);
  --gold: #c9a36a;
  --gilt: #c9a36a;
  --grad: linear-gradient(160deg, rgba(255, 255, 255, .22), rgba(255, 255, 255, .10));
  --shadow: 0 28px 70px -48px rgba(0, 0, 0, .82);
  --shadow-soft: 0 20px 46px -36px rgba(0, 0, 0, .75);
  background: #07070a !important;
  color: var(--ink);
  isolation: isolate;
}

body.xy-yang-preview::before,
body.xy-yang-preview::after {
  display: none !important;
}

body.xy-yang-preview .xy-yang-bg {
  position: fixed;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  pointer-events: none;
  background: #07070a url("/nebula-taiji.jpg") center center / cover no-repeat;
  opacity: 0;
  transition: opacity 900ms ease;
}

body.xy-yang-preview .xy-yang-bg.is-ready {
  opacity: 1;
}

body.xy-yang-preview .xy-yang-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 55%;
  filter: brightness(1) contrast(1.02) saturate(1);
  transform: scale(1.01);
}

body.xy-yang-preview .xy-yang-bg.is-paused video {
  display: none;
}

body.xy-yang-preview .xy-yang-scrim {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .22) 88%),
    radial-gradient(circle at 50% 26%, rgba(166, 64, 47, .08), transparent 32%),
    linear-gradient(180deg, rgba(0, 0, 0, .34) 0%, rgba(0, 0, 0, .12) 34%, rgba(0, 0, 0, .12) 60%, rgba(0, 0, 0, .46) 100%);
}

body.xy-yang-preview :where(.shell, .wrap, .container, main, section, footer, nav, .topbar, .top, .hero, .hero .container, .main, .sb, .cbar, .floatbar, .deep-experience, .nav-actions) {
  position: relative;
  z-index: 1;
}

body.xy-yang-preview :where(nav, .topbar, .top.nav-frost, .sb, .glass, .cardx, .feat, .tier, .dao, .pt, details, .panel, .dy-panel, .chart-panel, .zw-panel, .reading, .modal-card, .ml-card, .dy-card, .login-card, .welcome-msg, .msg.ai .bub, .deep-menu) {
  background: rgba(255, 255, 255, .04) !important;
  border-color: rgba(255, 255, 255, .16) !important;
  -webkit-backdrop-filter: blur(4px) saturate(1.04);
  backdrop-filter: blur(4px) saturate(1.04);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, .10), 0 24px 64px -52px rgba(0, 0, 0, .76);
}

body.xy-yang-preview :where(.sb, .topbar, .top.nav-frost, nav.nav-frost.scrolled) {
  background: rgba(255, 255, 255, .06) !important;
  z-index: 20;
}

body.xy-yang-preview :where(section, .band, footer, .why, .chat-feat, .cta-band) {
  background-color: transparent !important;
  background-image: none !important;
}

body.xy-yang-preview :where(h1, h2, h3, h4, h5, h6, .logo .lt, .logo-t, .brand, .hero-title, .page-title, .sec-head h2, .lead h1, .tname, .dt) {
  color: #fffdf7 !important;
  font-weight: 500;
  text-shadow: 0 18px 60px rgba(0, 0, 0, .62);
}

body.xy-yang-preview :where(p, li, label, summary, .lead, .lede, .dp, .dsub, .desc, .sub, .note, .hint, .tdesc, .cf-p, .sb-mt, .hi-m, .hi-time, .cbar-hint, .pricing-foot, .disc) {
  color: rgba(255, 255, 255, .76) !important;
  text-shadow: 0 10px 30px rgba(0, 0, 0, .66);
}

body.xy-yang-preview :where(.hero .kicker, .kick, .cf-badge, .sec-head .deco, .band .deco, .dtag, .panel .t, .dy-panel .dsub) {
  color: rgba(255, 255, 255, .64) !important;
}

body.xy-yang-preview :where(.xinyi-bagua) {
  opacity: .13;
  filter: grayscale(1) brightness(1.45);
  mix-blend-mode: screen;
}

body.xy-yang-preview .hero::before {
  background:
    radial-gradient(58% 36% at 50% 24%, rgba(255, 255, 255, .08), transparent 74%),
    linear-gradient(180deg, rgba(7, 7, 10, .08), rgba(7, 7, 10, .18) 72%, rgba(7, 7, 10, .46)) !important;
}

body.xy-yang-preview .hero h1,
body.xy-yang-preview .hero-title,
body.xy-yang-preview .lead h1 {
  -webkit-text-fill-color: #fffdf7;
  background: none !important;
  font-weight: 500 !important;
  letter-spacing: .12em;
  -webkit-text-stroke: .25px rgba(255, 255, 255, .32);
  text-shadow: 0 18px 60px rgba(0, 0, 0, .62) !important;
}

body.xy-yang-preview :where(.btn-primary, .btn-ink, .nav-cta, .send, .btn-ok) {
  background: rgba(255, 255, 255, .94) !important;
  border-color: rgba(255, 255, 255, .18) !important;
  color: #0a0a0a !important;
  box-shadow: 0 18px 44px -30px rgba(0, 0, 0, .78);
}

body.xy-yang-preview :where(.btn-primary:hover, .btn-ink:hover, .nav-cta:hover, .send:hover, .btn-ok:hover) {
  background: #ffffff !important;
  color: #000000 !important;
}

body.xy-yang-preview :where(.btn-ghost, .btn-paper, .nav-login, .langtog, .ic-btn, .mt, .prof-btn, .plan-btn, .deep-btn, .ck, .cf-ck, .hero-chips .ck, input, textarea, select, .seg, .wheels) {
  background: rgba(255, 255, 255, .045) !important;
  border-color: rgba(255, 255, 255, .18) !important;
  color: rgba(255, 255, 255, .86) !important;
  -webkit-backdrop-filter: blur(4px) saturate(1.04);
  backdrop-filter: blur(4px) saturate(1.04);
}

body.xy-yang-preview :where(.btn-ghost:hover, .btn-paper:hover, .nav-login:hover, .langtog:hover, .ic-btn:hover, .mt:hover, .prof-btn:hover, .plan-btn:hover, .deep-btn:hover, .ck:hover, .cf-ck:hover) {
  background: rgba(255, 255, 255, .09) !important;
  color: #fffdf7 !important;
}

body.xy-yang-preview :where(input::placeholder, textarea::placeholder) {
  color: rgba(244, 241, 232, .54) !important;
}

body.xy-yang-preview :where(.mt.on, .seg input:checked + span) {
  background: rgba(255, 255, 255, .94) !important;
  color: #fffdf7 !important;
  border-color: rgba(255, 255, 255, .24) !important;
}

body.xy-yang-preview :where(.mt.on) {
  color: #0a0a0a !important;
}

body.xy-yang-preview :where(.seg input:checked + span) {
  background: rgba(255, 255, 255, .18) !important;
  color: #fffdf7 !important;
}

body.xy-yang-preview :where(.msg.usr .bub) {
  background: rgba(178, 73, 54, .92) !important;
  color: #f7f3ea !important;
  border-color: rgba(255, 255, 255, .10) !important;
}

body.xy-yang-preview :where(.msg.ai .bub, .welcome-msg) {
  color: rgba(248, 246, 238, .88) !important;
}

body.xy-yang-preview :where(.hi:hover, .hi.on, .deep-menu a:hover, .deep-menu a:focus-visible) {
  background: rgba(255, 255, 255, .11) !important;
}

body.xy-yang-preview :where(.hi-t, .ai-txt strong, .cardx p b, .pt .ptx h4, .dy-panel .dt h3, .zw-panel h3, .tier .price, .price, .t, .reading-body) {
  color: #fffdf7 !important;
}

body.xy-yang-preview :where(.topbar, .top.nav-frost, nav, .deep-menu, .prof-btn, .plan-btn, .langtog, .deep-btn, .send, .cbar) {
  z-index: 40;
}

/* Chat deep-experience menu stays readable and clickable over the moving backdrop. */
body.xy-yang-preview .deep-experience {
  position: relative;
  z-index: 80;
}

body.xy-yang-preview .deep-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 100;
  min-width: 172px;
  padding: 8px;
  background: rgba(250, 251, 249, .98) !important;
  border-color: rgba(31, 43, 49, .20) !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
  backdrop-filter: blur(18px) saturate(1.08);
  box-shadow: 0 18px 44px -18px rgba(10, 16, 20, .48);
}

body.xy-yang-preview .deep-menu a {
  position: relative;
  z-index: 1;
  min-height: 44px;
  padding: 0 14px;
  color: #26343b !important;
  font-weight: 650;
  cursor: pointer;
}

body.xy-yang-preview .deep-menu a::before {
  background: rgba(38, 52, 59, .38);
}

body.xy-yang-preview .deep-menu a:hover,
body.xy-yang-preview .deep-menu a:focus-visible {
  background: rgba(38, 52, 59, .09) !important;
  color: #1f2b31 !important;
  outline: 2px solid rgba(166, 64, 47, .22);
  outline-offset: -2px;
}

body.xy-yang-preview .deep-menu a:hover::before,
body.xy-yang-preview .deep-menu a:focus-visible::before {
  background: #a6402f;
}

body.xy-yang-preview :where(.cbar, .composer, .inputbar, .chatbar) {
  background: rgba(7, 7, 10, .22) !important;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

body.xy-yang-preview :where(.ml-modal, .dy-modal, .dao-modal, .ov) {
  background: rgba(7, 7, 10, .62) !important;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

body.xy-yang-preview #ink-canvas {
  mix-blend-mode: screen;
  opacity: .55;
}

@media (max-width: 680px) {
  body.xy-yang-preview .xy-yang-bg video {
    object-position: center 50%;
  }
}

/* 首页专用:使用 preview-taiji 的全屏太极视觉,并压掉原首页的旋转八卦。 */
body.xy-home-taiji {
  min-height: 100vh;
}

body.xy-home-taiji .xinyi-bagua {
  display: none !important;
}

body.xy-home-taiji nav.nav-frost {
  position: fixed !important;
  top: 24px;
  left: 0;
  right: 0;
  z-index: 80;
  margin: 0 !important;
  padding: 0 24px;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

body.xy-home-taiji nav.nav-frost .container {
  max-width: 1040px;
  height: 64px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(255, 255, 255, .28);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, .12), 0 24px 70px -48px rgba(0, 0, 0, .82);
  -webkit-backdrop-filter: blur(4px) saturate(1.08);
  backdrop-filter: blur(4px) saturate(1.08);
}

body.xy-home-taiji .logo {
  gap: 12px;
}

body.xy-home-taiji .logo .brand-mark {
  width: 30px;
  height: 30px;
  display: block;
  flex: none;
  border-radius: 50%;
  overflow: hidden;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, .45));
}

body.xy-home-taiji .logo .seal-mini {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 16px;
  overflow: hidden;
}

body.xy-home-taiji .logo .lt {
  color: #fffdf7;
  font-size: 20px;
  letter-spacing: 4px;
  text-shadow: 0 10px 28px rgba(0, 0, 0, .62);
}

body.xy-home-taiji .nav-links {
  justify-self: start;
  gap: 24px;
}

body.xy-home-taiji .nav-links a {
  min-width: auto;
  height: 44px;
  padding: 0;
  color: rgba(255, 255, 255, .86);
  font-size: 13px;
  font-weight: 700;
  text-shadow: 0 10px 26px rgba(0, 0, 0, .72);
}

body.xy-home-taiji .nav-links a:hover {
  background: transparent !important;
  color: #ffffff;
}

body.xy-home-taiji .nav-actions {
  gap: 18px;
}

body.xy-home-taiji .langtog {
  width: auto;
  height: 44px;
  padding: 0 8px;
  border: 0 !important;
  background: transparent !important;
  color: rgba(255, 255, 255, .82) !important;
  font: 700 13px var(--xy-font-sans);
  box-shadow: none !important;
}

body.xy-home-taiji .nav-cta {
  min-width: 78px;
  height: 44px;
  padding: 0 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .08) !important;
  border: 1px solid rgba(255, 255, 255, .30) !important;
  color: #fffdf7 !important;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, .14), 0 12px 34px -24px rgba(0, 0, 0, .8) !important;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

body.xy-home-taiji .nav-cta::before,
body.xy-home-taiji .nav-cta::after {
  display: none !important;
}

body.xy-home-taiji .nav-cta:hover {
  background: rgba(255, 255, 255, .14) !important;
  color: #ffffff !important;
}

body.xy-home-taiji .hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(132px, 16vh, 168px) 24px 48px;
  transform: none;
}

body.xy-home-taiji .hero::before {
  display: none !important;
}

body.xy-home-taiji .hero::after {
  display: none !important;
}

body.xy-home-taiji .hero .container {
  width: 100%;
  max-width: 760px;
  padding: 0;
}

body.xy-home-taiji .hero-copy {
  width: 100%;
  max-width: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

body.xy-home-taiji .hero .lead {
  max-width: 760px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, .86) !important;
  font-size: clamp(22px, 2.25vw, 30px);
  line-height: 1.55;
  letter-spacing: .02em;
  font-weight: 600;
  text-align: center;
  text-shadow: 0 10px 30px rgba(0, 0, 0, .72);
}

body.xy-home-taiji .hero .kicker {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, .64) !important;
  font: 600 13px var(--xy-font-sans);
  letter-spacing: .42em;
  text-indent: .42em;
  text-shadow: 0 10px 28px rgba(0, 0, 0, .72);
}

body.xy-home-taiji .home-title {
  margin: 0 0 28px;
  color: #fffdf7 !important;
  font-family: var(--xy-font-serif);
  font-size: clamp(86px, 9vw, 128px);
  font-weight: 500 !important;
  line-height: .9;
  letter-spacing: .18em;
  text-indent: .18em;
  white-space: nowrap;
  -webkit-text-fill-color: #fffdf7;
  -webkit-text-stroke: .2px rgba(255, 255, 255, .32);
  text-shadow: 0 18px 60px rgba(0, 0, 0, .62) !important;
}

body.xy-home-taiji .home-askbar {
  width: min(100%, 600px);
  min-height: 66px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 auto 20px;
  padding: 8px 8px 8px 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .04) !important;
  border: 1px solid rgba(255, 255, 255, .30) !important;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, .12), 0 18px 58px -42px rgba(0, 0, 0, .86);
  -webkit-backdrop-filter: blur(4px) saturate(1.08);
  backdrop-filter: blur(4px) saturate(1.08);
}

body.xy-home-taiji .home-askbar input {
  flex: 1;
  min-width: 0;
  height: 48px;
  border: 0 !important;
  outline: 0;
  background: transparent !important;
  color: #fffdf7 !important;
  font: 500 18px var(--xy-font-sans);
  box-shadow: none !important;
}

body.xy-home-taiji .home-askbar input::placeholder {
  color: rgba(255, 255, 255, .38) !important;
}

body.xy-home-taiji .home-submit {
  width: 52px;
  height: 52px;
  flex: none;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .94) !important;
  color: #070707 !important;
  cursor: pointer;
  box-shadow: 0 16px 42px -28px rgba(0, 0, 0, .82);
  transition: transform .18s ease, background .18s ease;
}

body.xy-home-taiji .home-submit:hover {
  background: #ffffff !important;
  transform: translateY(-1px);
}

body.xy-home-taiji .home-submit svg {
  width: 31px;
  height: 31px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.xy-home-taiji .home-note {
  max-width: 660px;
  margin: 0 auto 26px;
  color: rgba(255, 255, 255, .72) !important;
  font: 600 14px/1.9 var(--xy-font-sans);
  letter-spacing: .04em;
  text-align: center;
  text-shadow: 0 10px 28px rgba(0, 0, 0, .68);
}

body.xy-home-taiji .hero .triad {
  color: rgba(255, 255, 255, .76);
}

body.xy-home-taiji .hero .tagline,
body.xy-home-taiji .hero .triad {
  display: none !important;
}

body.xy-home-taiji .hero-cta {
  gap: 16px;
  margin: 0 0 108px;
}

body.xy-home-taiji .hero-cta .btn-primary {
  background: rgba(255, 255, 255, .94) !important;
  color: #0a0a0a !important;
}

body.xy-home-taiji .hero-cta .btn-ghost {
  background: rgba(255, 255, 255, .04) !important;
  color: rgba(255, 255, 255, .88) !important;
  border-color: rgba(255, 255, 255, .24) !important;
}

body.xy-home-taiji .hero-cta .btn {
  min-width: 136px;
  min-height: 52px;
  padding: 0 28px;
  font: 700 15px var(--xy-font-sans);
  letter-spacing: .04em;
}

body.xy-home-taiji .hero-cta .btn-ink::before,
body.xy-home-taiji .hero-cta .btn-ink::after {
  display: none !important;
}

body.xy-home-taiji :where(#triad, #chat-feat, #why, #pts, #pricing, #faq, .cta-band, .band, footer) {
  background: transparent !important;
}

body.xy-home-taiji #triad {
  position: relative;
  z-index: 2;
  margin-top: -88px;
  padding-top: calc(88px + clamp(70px, 8vw, 104px)) !important;
}

body.xy-home-taiji #triad::before {
  content: "";
  position: absolute;
  inset: -220px 0 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(7, 7, 10, 0) 0%, rgba(7, 7, 10, .08) 32%, rgba(7, 7, 10, .16) 58%, rgba(7, 7, 10, .20) 100%);
}

body.xy-home-taiji #triad > * {
  position: relative;
  z-index: 1;
}

body.xy-home-taiji #chat-feat {
  padding: 90px 0 110px;
}

body.xy-home-taiji #chat-feat .container {
  max-width: 1080px;
}

body.xy-home-taiji .cf-inner {
  min-height: 470px;
  display: grid;
  grid-template-columns: .9fr 1.08fr;
  gap: 54px;
  align-items: center;
  padding: clamp(44px, 5vw, 64px);
  border-radius: 18px;
  background: rgba(255, 255, 255, .055) !important;
  border: 1px solid rgba(255, 255, 255, .16);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, .12), 0 36px 88px -58px rgba(0, 0, 0, .86);
  -webkit-backdrop-filter: blur(9px) saturate(1.05);
  backdrop-filter: blur(9px) saturate(1.05);
}

body.xy-home-taiji .cf-left {
  max-width: 430px;
}

body.xy-home-taiji .cf-badge {
  display: none !important;
}

body.xy-home-taiji .cf-h {
  margin: 0 0 18px;
  color: #fffdf7 !important;
  font-family: var(--xy-font-serif);
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: .14em;
  text-shadow: 0 18px 54px rgba(0, 0, 0, .66);
}

body.xy-home-taiji .cf-p {
  margin: 0 0 30px;
  color: rgba(255, 255, 255, .76) !important;
  font: 500 16px/2 var(--xy-font-sans);
  letter-spacing: .04em;
  text-shadow: 0 10px 30px rgba(0, 0, 0, .68);
}

body.xy-home-taiji .cf-modes {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.xy-home-taiji .cf-modes a,
body.xy-home-taiji .cf-modes span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .045);
  color: rgba(255, 255, 255, .72) !important;
  font: 600 13px var(--xy-font-sans);
  letter-spacing: .04em;
  text-decoration: none;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

body.xy-home-taiji .cf-modes a:hover {
  background: rgba(255, 255, 255, .09);
  color: #fff !important;
}

body.xy-home-taiji .cf-right {
  perspective: none;
}

body.xy-home-taiji .cf-mock {
  min-height: 400px;
  border-radius: 18px;
  overflow: visible;
  background: rgba(255, 255, 255, .055) !important;
  border: 1px solid rgba(255, 255, 255, .15) !important;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, .12), 0 30px 70px -54px rgba(0, 0, 0, .86);
  transform: none !important;
  -webkit-backdrop-filter: blur(7px) saturate(1.04);
  backdrop-filter: blur(7px) saturate(1.04);
}

body.xy-home-taiji .cf-mock-body {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: center;
  padding: 40px;
}

body.xy-home-taiji .cf-bubble {
  max-width: 78%;
  padding: 18px 22px;
  border-radius: 14px;
  color: rgba(255, 255, 255, .84) !important;
  font: 500 17px/1.85 var(--xy-font-serif);
  letter-spacing: .03em;
  text-shadow: 0 8px 22px rgba(0, 0, 0, .52);
}

body.xy-home-taiji .cf-bubble.ai {
  align-self: flex-start;
  background: rgba(255, 255, 255, .075) !important;
  border: 1px solid rgba(255, 255, 255, .12) !important;
}

body.xy-home-taiji .cf-bubble.usr {
  align-self: flex-end;
  background: rgba(178, 73, 54, .92) !important;
  border: 1px solid rgba(255, 255, 255, .10) !important;
  color: #fff1e7 !important;
}

@media (max-width: 820px) {
  body.xy-home-taiji .cf-inner {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 30px 22px;
  }

  body.xy-home-taiji .cf-left {
    max-width: none;
  }

  body.xy-home-taiji .cf-mock-body {
    min-height: auto;
    padding: 24px;
  }

  body.xy-home-taiji .cf-bubble {
    max-width: 92%;
    font-size: 15px;
  }
}

/* 工具页专用:内页使用云层背景,太极动效只保留在首页。 */
body.xy-cloud-preview {
  --xy-font-sans: "Geist", "Noto Sans SC", -apple-system, "PingFang SC", system-ui, sans-serif;
  --xy-font-serif: "Instrument Serif", "Noto Serif SC", "Songti SC", serif;
  --sans: var(--xy-font-sans);
  --serif: var(--xy-font-serif);
  background: #dde4e2 !important;
  color: rgba(255, 253, 247, .90);
  isolation: isolate;
}

body.xy-cloud-preview::before {
  content: "" !important;
  display: block !important;
  position: fixed;
  inset: -14%;
  z-index: -1;
  pointer-events: none;
  opacity: .38;
  background:
    radial-gradient(46% 34% at 24% 26%, rgba(255, 255, 255, .70), transparent 68%),
    radial-gradient(34% 30% at 78% 22%, rgba(197, 210, 213, .58), transparent 72%),
    radial-gradient(44% 36% at 72% 78%, rgba(255, 255, 255, .52), transparent 70%),
    radial-gradient(38% 34% at 18% 80%, rgba(165, 182, 185, .48), transparent 74%),
    linear-gradient(180deg, rgba(255, 255, 255, .18), rgba(221, 228, 226, .08));
  filter: blur(30px) saturate(1.04);
  animation: xyCloudMistDrift 58s ease-in-out infinite alternate;
}

body.xy-cloud-preview::after {
  content: "" !important;
  display: block !important;
  position: fixed;
  inset: -4%;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 18%, rgba(255, 255, 255, .10), transparent 48%),
    radial-gradient(ellipse at 50% 58%, transparent 42%, rgba(31, 43, 49, .14) 100%),
    linear-gradient(180deg, rgba(245, 248, 247, .10) 0%, rgba(221, 228, 226, .24) 54%, rgba(221, 228, 226, .44) 100%),
    #dde4e2 url("/cloud-sea-motion-bg.png") center center / cover no-repeat;
  filter: saturate(.98) contrast(1.12) brightness(.86);
  transform-origin: center;
  animation: xyCloudImageDrift 82s ease-in-out infinite alternate;
}

/* 非首页顶栏统一为首页同款大胶囊:品牌在左,功能入口在右,保持工具页内容不被重排。 */
body.xy-cloud-preview .shell > .top.nav-frost {
  position: sticky !important;
  top: 24px !important;
  z-index: 70 !important;
  width: min(1040px, calc(100vw - 48px));
  min-height: 64px;
  margin: 0 0 44px 50% !important;
  padding: 0 24px !important;
  transform: translateX(-50%);
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 255, 255, .28) !important;
  background: rgba(255, 255, 255, .045) !important;
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, .12),
    0 24px 70px -48px rgba(0, 0, 0, .82) !important;
  -webkit-backdrop-filter: blur(4px) saturate(1.08) !important;
  backdrop-filter: blur(4px) saturate(1.08) !important;
}

body.xy-cloud-preview .shell > .top.nav-frost .logo {
  flex: none;
  gap: 12px;
  min-height: 44px;
}

body.xy-cloud-preview .shell > .top.nav-frost .logo .brand-mark {
  width: 30px;
  height: 30px;
  display: block;
  flex: none;
  border-radius: 50%;
  overflow: hidden;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, .34));
}

body.xy-cloud-preview .shell > .top.nav-frost .logo .seal-mini {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 16px;
  overflow: hidden;
  box-shadow: 0 12px 28px -18px rgba(166, 64, 47, .85);
}

body.xy-cloud-preview .shell > .top.nav-frost .logo .lt {
  color: #fffdf7;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 4px;
  text-shadow: 0 10px 28px rgba(0, 0, 0, .62);
}

body.xy-cloud-preview .shell > .top.nav-frost .nav {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  color: rgba(255, 255, 255, .86);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-shadow: 0 10px 26px rgba(0, 0, 0, .72);
}

body.xy-cloud-preview .shell > .top.nav-frost .nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: inherit;
  white-space: nowrap;
}

body.xy-cloud-preview .shell > .top.nav-frost .nav a:hover,
body.xy-cloud-preview .shell > .top.nav-frost .nav a.on {
  color: #ffffff;
}

body.xy-cloud-preview .shell > .top.nav-frost .langtog,
body.xy-cloud-preview .shell > .top.nav-frost .nav-login {
  min-width: 58px;
  height: 44px;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px !important;
  border: 0 !important;
  background: transparent !important;
  color: rgba(255, 255, 255, .82) !important;
  box-shadow: none !important;
  font: 700 13px var(--xy-font-sans);
  letter-spacing: .04em;
}

body.xy-cloud-preview .shell > .top.nav-frost .nav-login {
  min-width: 78px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, .42) !important;
  background: rgba(255, 255, 255, .18) !important;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, .26), 0 12px 34px -28px rgba(31, 43, 49, .74) !important;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

body.xy-cloud-preview .shell > .top.nav-frost .langtog:hover,
body.xy-cloud-preview .shell > .top.nav-frost .nav-login:hover {
  color: #ffffff !important;
  background: rgba(255, 255, 255, .30) !important;
}

body.xy-cloud-preview .logo-lk {
  gap: 12px;
}

body.xy-cloud-preview .logo-lk .brand-mark {
  width: 30px;
  height: 30px;
  display: block;
  flex: none;
  border-radius: 50%;
  overflow: hidden;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, .28));
}

body.xy-cloud-preview .logo-lk .seal {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font: 700 16px var(--xy-font-serif);
  overflow: hidden;
  box-shadow: 0 12px 28px -18px rgba(166, 64, 47, .85);
}

body.xy-cloud-preview .logo-lk .logo-t {
  font-family: var(--xy-font-serif);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 4px;
  color: #26343b;
}

body.xy-cloud-preview :where(.lead .kick, .lead .kick .cn, .hero .kicker) {
  color: rgba(255, 255, 255, .72) !important;
  font-family: var(--xy-font-sans);
  text-shadow: 0 10px 30px rgba(0, 0, 0, .52);
}

body.xy-cloud-preview :where(.lead h1, .hero-title, .page-title) {
  color: #fffdf7 !important;
  -webkit-text-fill-color: #fffdf7 !important;
  background: none !important;
  font-family: var(--xy-font-serif);
  font-weight: 500 !important;
  text-shadow: 0 18px 60px rgba(0, 0, 0, .56) !important;
  filter: none !important;
}

body.xy-cloud-preview :where(.lead .lede, .lead .lede b, .hero .lead, .hero .sub, .hero .motto) {
  color: rgba(255, 255, 255, .82) !important;
  font-family: var(--xy-font-sans);
  text-shadow: 0 10px 30px rgba(0, 0, 0, .58);
}

body.xy-cloud-preview :where(.cardx, .ml-card, .dy-card, .zw-panel, .chart-panel, .panel, .reading, .modal-card, .ml-dialog, .dao, .pt, details, form, input, textarea, select) {
  color: #26343b;
}

body.xy-cloud-preview :where(.cardx h3, .cardx h4, .ml-card h3, .dy-card h3, .zw-panel h3, .panel h3, .reading h3, .modal-card h3) {
  color: #26343b;
}

@keyframes xyCloudImageDrift {
  from { transform: scale(1.025) translate3d(-1.2%, -.8%, 0); }
  to { transform: scale(1.07) translate3d(1.3%, 1%, 0); }
}

@keyframes xyCloudMistDrift {
  from { transform: rotate(-1deg) scale(1.02) translate3d(.5%, -.4%, 0); }
  to { transform: rotate(2.5deg) scale(1.08) translate3d(-1.8%, 1.1%, 0); }
}

@media (max-width: 760px) {
  body.xy-home-taiji {
    background: #07070a !important;
  }

  body.xy-home-taiji .xy-yang-bg {
    background-position: center center;
    animation: xyMobileTaijiFloat 18s ease-in-out infinite alternate;
    will-change: transform;
  }

  body.xy-home-taiji .xy-yang-bg video {
    object-position: center center;
    animation: xyMobileVideoFloat 16s ease-in-out infinite alternate;
    will-change: transform;
  }

  body.xy-home-taiji .xy-yang-bg.is-paused {
    animation-duration: 10s;
  }

  body.xy-cloud-preview .shell > .top.nav-frost {
    top: 14px !important;
    width: calc(100vw - 28px);
    min-height: 60px;
    margin-bottom: 32px !important;
    padding: 0 16px !important;
    gap: 14px;
  }

  body.xy-cloud-preview .shell > .top.nav-frost .logo .seal-mini {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }

  body.xy-cloud-preview .shell > .top.nav-frost .logo .brand-mark {
    width: 30px;
    height: 30px;
  }

  body.xy-cloud-preview .shell > .top.nav-frost .logo .lt {
    font-size: 18px;
    letter-spacing: 4px;
  }

  body.xy-cloud-preview .shell > .top.nav-frost .nav {
    gap: 10px;
    font-size: 13px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  body.xy-cloud-preview .shell > .top.nav-frost .nav::-webkit-scrollbar {
    display: none;
  }

  body.xy-cloud-preview .shell > .top.nav-frost .nav a {
    min-height: 40px;
  }

  body.xy-cloud-preview .shell > .top.nav-frost .langtog,
  body.xy-cloud-preview .shell > .top.nav-frost .nav-login {
    min-width: 48px;
    height: 40px;
    padding: 0 12px;
    font-size: 12px;
  }

  body.xy-home-taiji nav.nav-frost {
    top: 14px;
    padding: 0 14px;
  }

  body.xy-home-taiji nav.nav-frost .container {
    height: 58px;
    padding: 0 14px;
    gap: 10px;
    grid-template-columns: auto 1fr auto;
  }

  body.xy-home-taiji .nav-links {
    display: none;
  }

  body.xy-home-taiji .logo {
    min-width: 0;
  }

  body.xy-home-taiji .logo .seal-mini {
    width: 34px;
    height: 34px;
    font-size: 17px;
  }

  body.xy-home-taiji .logo .brand-mark {
    width: 34px;
    height: 34px;
  }

  body.xy-home-taiji .logo .lt {
    font-size: 18px;
    letter-spacing: 3px;
  }

  body.xy-home-taiji .nav-actions {
    justify-self: end;
    gap: 8px;
  }

  body.xy-home-taiji .langtog {
    height: 42px;
    padding: 0 10px;
    font-size: 12px;
  }

  body.xy-home-taiji .nav-cta {
    min-width: 74px;
    height: 42px;
    padding: 0 18px;
    font-size: 13px;
  }

  body.xy-home-taiji .hero {
    min-height: 100svh;
    padding: 104px 18px 48px;
    align-items: center;
  }

  body.xy-home-taiji .hero::after {
    display: none !important;
  }

  body.xy-home-taiji .hero .container {
    max-width: 100%;
  }

  body.xy-home-taiji .hero-copy {
    width: 100%;
  }

  body.xy-home-taiji .hero .kicker {
    margin-bottom: 18px;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: .34em;
    text-indent: .34em;
    white-space: nowrap;
  }

  body.xy-home-taiji .home-title {
    margin-bottom: 24px;
    font-size: clamp(68px, 23vw, 104px);
    letter-spacing: .12em;
    text-indent: .12em;
  }

  body.xy-home-taiji .hero .lead {
    max-width: 9.5em;
    margin-bottom: 26px;
    font-size: clamp(25px, 7.2vw, 34px);
    line-height: 1.42;
    letter-spacing: .01em;
  }

  body.xy-home-taiji .home-askbar {
    width: min(100%, 430px);
    min-height: 62px;
    margin-bottom: 24px;
    padding: 7px 7px 7px 22px;
  }

  body.xy-home-taiji .home-askbar input {
    height: 48px;
    font-size: 16px;
  }

  body.xy-home-taiji .home-submit {
    width: 50px;
    height: 50px;
  }

  body.xy-home-taiji .home-submit svg {
    width: 29px;
    height: 29px;
  }

  body.xy-home-taiji .home-note {
    max-width: 19.5em;
    margin-bottom: 28px;
    font-size: 15px;
    line-height: 1.78;
  }

  body.xy-home-taiji .hero-cta {
    width: 100%;
    max-width: 340px;
    justify-content: center;
    gap: 14px;
    margin-bottom: 56px;
  }

  body.xy-home-taiji .hero-cta .btn {
    min-width: 0;
    flex: 1;
    min-height: 56px;
    padding: 0 18px;
    font-size: 16px;
  }

  body.xy-home-taiji :where(#triad, #chat-feat, #why, #pts, #pricing, #faq, .cta-band, .band, footer) {
    background: transparent !important;
  }

  body.xy-home-taiji #triad {
    margin-top: -58px;
    padding-top: 102px !important;
  }

  body.xy-home-taiji #triad::before {
    inset: -150px 0 0;
    background:
      linear-gradient(180deg, rgba(7, 7, 10, 0) 0%, rgba(7, 7, 10, .12) 34%, rgba(7, 7, 10, .24) 62%, rgba(7, 7, 10, .28) 100%);
  }

  body.xy-home-taiji section {
    padding: 44px 0;
  }

  body.xy-home-taiji .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  body.xy-home-taiji .sec-head {
    margin-bottom: 22px;
  }

  body.xy-home-taiji .sec-head .deco {
    transform: scale(.82);
    margin-bottom: 10px;
  }

  body.xy-home-taiji .sec-head h2 {
    font-size: 24px !important;
    line-height: 1.25;
    letter-spacing: .28em;
    text-indent: .28em;
    margin-bottom: 8px;
  }

  body.xy-home-taiji .sec-head p {
    max-width: 20em;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px !important;
    line-height: 1.65;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  body.xy-home-taiji :where(.triad-grid, .feat-grid, .pricing-grid) {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    margin-left: -18px;
    margin-right: -18px;
    padding: 0 18px 10px;
    scrollbar-width: none;
  }

  body.xy-home-taiji :where(.triad-grid, .feat-grid, .pricing-grid)::-webkit-scrollbar {
    display: none;
  }

  body.xy-home-taiji :where(.reveal, .reveal-group > *) {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }

  body.xy-home-taiji :where(.dao, .feat, .tier) {
    flex: 0 0 min(78vw, 292px);
    scroll-snap-align: center;
    border-radius: 14px;
    transform: none !important;
    translate: none !important;
  }

  body.xy-home-taiji .dao {
    min-height: 238px;
    padding: 22px 18px 18px;
  }

  body.xy-home-taiji .dao .medal {
    width: 54px;
    height: 54px;
    margin-bottom: 10px;
  }

  body.xy-home-taiji .dao .medal svg {
    width: 48px;
    height: 48px;
  }

  body.xy-home-taiji .dao .dt {
    font-size: 25px;
    letter-spacing: .16em;
  }

  body.xy-home-taiji .dao .dsub {
    margin: 8px 0 10px;
    font-size: 9px;
    letter-spacing: .22em;
  }

  body.xy-home-taiji .dao .dp {
    margin: 0;
    font-size: 13px;
    line-height: 1.65;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  body.xy-home-taiji .dao .dtag {
    margin-top: 12px;
    padding: 4px 12px;
    font-size: 11px;
  }

  body.xy-home-taiji #chat-feat {
    padding: 44px 0 56px;
  }

  body.xy-home-taiji .cf-inner {
    border-radius: 14px;
    min-height: auto;
    padding: 22px 18px;
    gap: 18px;
  }

  body.xy-home-taiji .cf-h {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: .12em;
  }

  body.xy-home-taiji .cf-p {
    margin-bottom: 16px;
    font-size: 13.5px;
    line-height: 1.75;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  body.xy-home-taiji .cf-modes {
    gap: 8px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  body.xy-home-taiji .cf-modes::-webkit-scrollbar {
    display: none;
  }

  body.xy-home-taiji .cf-modes a,
  body.xy-home-taiji .cf-modes span {
    flex: 0 0 auto;
    min-height: 30px;
    padding: 0 12px;
    font-size: 12px;
  }

  body.xy-home-taiji .feat {
    min-height: 190px;
    padding: 18px 16px;
  }

  body.xy-home-taiji .feat .ico {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    margin-bottom: 18px;
  }

  body.xy-home-taiji .feat .ico svg {
    width: 18px;
    height: 18px;
  }

  body.xy-home-taiji .feat h3 {
    margin-bottom: 8px;
    font-size: 16px;
    letter-spacing: .12em;
  }

  body.xy-home-taiji .feat p {
    font-size: 12.5px;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  body.xy-home-taiji .pts {
    gap: 0;
  }

  body.xy-home-taiji .pt {
    gap: 14px;
    padding: 16px 2px;
    align-items: flex-start;
  }

  body.xy-home-taiji .pt .num {
    min-width: 34px;
    font-size: 16px;
  }

  body.xy-home-taiji .pt .ptx h4 {
    margin-bottom: 4px;
    font-size: 16px;
  }

  body.xy-home-taiji .pt .ptx p {
    font-size: 12.5px;
    line-height: 1.65;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  body.xy-home-taiji .tier {
    min-height: auto;
    padding: 20px 16px;
  }

  body.xy-home-taiji .tier.popular {
    scale: 1;
  }

  body.xy-home-taiji .tier .tname {
    font-size: 18px;
  }

  body.xy-home-taiji .tier .tdesc {
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  body.xy-home-taiji .tier .price {
    margin: 8px 0 10px;
    font-size: 32px;
  }

  body.xy-home-taiji .tier ul {
    margin: 0 0 14px;
    padding-left: 16px;
  }

  body.xy-home-taiji .tier li {
    font-size: 12px;
    line-height: 1.6;
  }

  body.xy-home-taiji .tier li:nth-child(n+4) {
    display: none;
  }

  body.xy-home-taiji .tier .btn {
    width: 100%;
    min-height: 42px;
    font-size: 13px;
  }

  body.xy-home-taiji .faq details {
    padding: 16px 16px;
    border-radius: 12px;
  }

  body.xy-home-taiji .faq summary {
    font-size: 14px;
    line-height: 1.55;
  }

  body.xy-home-taiji .faq p {
    font-size: 12.5px;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  body.xy-home-taiji .cta-band {
    padding: 48px 0 20px;
  }

  body.xy-home-taiji .cta-band h2,
  body.xy-home-taiji .band h2 {
    font-size: 22px;
    line-height: 1.35;
    letter-spacing: .18em;
  }

  body.xy-home-taiji .band {
    padding: 42px 0 18px;
  }

  body.xy-home-taiji .band .vals {
    flex-wrap: wrap;
    gap: 8px;
    font-size: 13px;
    letter-spacing: .16em;
  }

  body.xy-home-taiji .band .vals span {
    padding: 0 10px;
  }
}

@keyframes xyMobileTaijiFloat {
  from { transform: scale(1.015) translate3d(-1.5%, -.7%, 0); }
  to { transform: scale(1.07) translate3d(1.4%, 1%, 0); }
}

@media (max-width: 480px) {
  body.xy-cloud-preview .shell > .top.nav-frost {
    top: 10px !important;
    width: calc(100vw - 20px);
    min-height: 52px;
    margin-bottom: 24px !important;
    padding: 0 10px !important;
    gap: 8px;
  }

  body.xy-cloud-preview .shell > .top.nav-frost .logo {
    gap: 6px;
    min-height: 36px;
  }

  body.xy-cloud-preview .shell > .top.nav-frost .logo .brand-mark,
  body.xy-cloud-preview .shell > .top.nav-frost .logo .seal-mini {
    width: 25px;
    height: 25px;
  }

  body.xy-cloud-preview .shell > .top.nav-frost .logo .lt {
    font-size: 15px;
    letter-spacing: 2px;
  }

  body.xy-cloud-preview .shell > .top.nav-frost .nav {
    min-width: 0;
    gap: 8px;
    font-size: 11px;
  }

  body.xy-cloud-preview .shell > .top.nav-frost .nav a {
    min-height: 34px;
  }

  body.xy-cloud-preview .shell > .top.nav-frost .langtog,
  body.xy-cloud-preview .shell > .top.nav-frost .nav-login {
    min-width: 36px;
    height: 34px;
    padding: 0 7px;
    font-size: 10px;
  }
}

@keyframes xyMobileVideoFloat {
  from { transform: scale(1.03) translate3d(-1.2%, -.5%, 0); }
  to { transform: scale(1.09) translate3d(1.1%, .8%, 0); }
}

@media (prefers-reduced-motion: reduce) {
  body.xy-cloud-preview::before,
  body.xy-cloud-preview::after {
    animation: none;
  }
}
