/*
 * 亿媒汇全站业务体验层
 * 目标：真实平台识别、企业级信息层级、低成本业务流程动效。
 * 本文件只覆盖视觉，不改变任何表单、接口或业务数据契约。
 */

body.ym-experience {
  --brand: #1668b7;
  --brand-2: #0d4f8d;
  --brand-3: #287fc7;
  --accent: #dc5a24;
  --accent-2: #bd4214;
  --grad: #1668b7;
  --grad-accent: #dc5a24;
  --grad-soft: #edf4fa;
  --ink: #172231;
  --ink-1: #172231;
  --ink-2: #344255;
  --ink-3: #637083;
  --ink-4: #8b96a5;
  --line: #dfe5eb;
  --bg: #f3f5f7;
  --card: #fff;
  --radius: 10px;
  --shadow-sm: 0 1px 2px rgba(15, 28, 44, .04);
  --shadow-md: 0 8px 22px rgba(15, 28, 44, .07);
  --shadow-lg: 0 18px 48px rgba(15, 28, 44, .16);
  --ym-accent: #1668b7;
  --ym-accent-2: #287fc7;
  --ym-surface: #0d1825;
  color: var(--ink);
  background: var(--bg);
  font-variant-numeric: tabular-nums;
}

body.ym-experience ::selection {
  color: #fff;
  background: var(--ym-accent);
}

body.ym-experience :focus-visible {
  outline: 2px solid var(--ym-accent);
  outline-offset: 2px;
}

body.ym-experience :is(.site-header, .portal-app-topbar, .m-topbar, .m-tabbar, .hero-panel, .ph-stat, .hre-panel, .rc-header, .rc-hero-panel, .select-bar, .modal-mask, .rd-mask, .ym-dialog-mask) {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.ym-experience :is(.btn, .svc, .plat-card, .feat, .star-card, .role-card, .tm, .res-card, .rpt, .wb-kpi, .customer-project-card, .recommendation-library-card, .integration-status-grid > a):hover {
  transform: none !important;
}

body.ym-experience .btn {
  min-height: 38px;
  border-radius: 7px;
  box-shadow: none;
  transition: color .16s ease, background-color .16s ease, border-color .16s ease;
}

body.ym-experience .btn-primary {
  color: #fff;
  background: var(--ym-accent);
  border: 1px solid var(--ym-accent);
  box-shadow: none;
}

body.ym-experience .btn-primary:hover {
  color: #fff;
  background: color-mix(in srgb, var(--ym-accent) 86%, #000);
  border-color: color-mix(in srgb, var(--ym-accent) 86%, #000);
  box-shadow: none;
}

body.ym-experience .btn-accent {
  color: #fff;
  background: #d95722;
  border: 1px solid #d95722;
  box-shadow: none;
}

body.ym-experience .btn-accent:hover {
  color: #fff;
  background: #b94114;
  border-color: #b94114;
  box-shadow: none;
  filter: none;
}

body.ym-experience .btn-credit {
  color: #fff;
  background: #5e50a1;
  border-color: #5e50a1;
  box-shadow: none;
}

body.ym-experience .btn-outline {
  color: var(--ym-accent);
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--ym-accent) 65%, #dfe5eb);
}

body.ym-experience .btn-outline:hover {
  color: color-mix(in srgb, var(--ym-accent) 82%, #000);
  background: color-mix(in srgb, var(--ym-accent) 5%, #fff);
}

body.ym-experience :is(.input, textarea.input, select.input, input:not([type="checkbox"]):not([type="radio"]), select, textarea) {
  border-radius: 7px;
}

body.ym-experience :is(.input, textarea.input, select.input):focus {
  border-color: var(--ym-accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--ym-accent) 12%, transparent);
}

body.ym-experience :is(.card, .stat-card, .filter-bar, .res-panel, .res-card, .modal, .ym-dialog, .rd-modal) {
  border-color: var(--line);
  border-radius: 10px;
  box-shadow: none;
}

body.ym-experience :is(.card-title, .wb-panel-head > div > b, .project-section .card-title) {
  letter-spacing: -.01em;
}

body.ym-experience :is(.modal-mask, .rd-mask, .ym-dialog-mask, .login-role-overlay) {
  background: rgba(13, 24, 37, .58);
}

body.ym-experience :is(.modal, .ym-dialog, .rd-modal, .rp-card) {
  border-radius: 12px;
}

body.ym-experience .ym-dialog > header {
  background: #f5f7f9;
}

/* 顶部导航与页脚 */
body.ym-experience .site-header {
  border-bottom: 1px solid #dfe5eb;
  background: #fff;
  box-shadow: 0 1px 0 rgba(15, 28, 44, .02);
}

body.ym-experience .site-header .container {
  height: 64px;
}

body.ym-experience .main-nav {
  height: 64px;
  gap: 2px;
}

body.ym-experience .main-nav > a,
body.ym-experience .nav-item > a {
  position: relative;
  height: 64px;
  padding: 0 12px;
  border-radius: 0;
  display: flex;
  align-items: center;
  font-size: 14px;
}

body.ym-experience .main-nav > a:hover,
body.ym-experience .main-nav > a.active,
body.ym-experience .nav-item > a:hover,
body.ym-experience .nav-item.active > a {
  color: var(--ym-accent);
  background: transparent;
}

body.ym-experience .main-nav > a.active::after,
body.ym-experience .nav-item.active > a::after {
  position: absolute;
  right: 12px;
  bottom: -1px;
  left: 12px;
  height: 3px;
  background: var(--ym-accent);
  content: "";
}

body.ym-experience .main-nav > a.nav-recruit {
  height: 36px;
  margin: 14px 5px;
  padding: 0 10px;
  color: #b23e25;
  background: #fff3ee;
  border: 1px solid #f3cbbf;
  border-radius: 7px;
}

body.ym-experience .main-nav > a.nav-recruit:hover {
  color: #9a301c;
  background: #ffeae2;
}

body.ym-experience .mega {
  top: calc(100% + 1px);
  padding: 14px;
  border-radius: 8px;
  border-top: 3px solid var(--ym-accent);
  box-shadow: 0 16px 38px rgba(15, 28, 44, .14);
}

body.ym-experience .mega a {
  border-radius: 6px;
}

body.ym-experience .mega img {
  border-radius: 6px;
}

body.ym-experience .user-chip {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7f8fa;
}

body.ym-experience .user-menu {
  border-radius: 8px;
}

body.ym-experience .site-footer {
  color: #91a0b0;
  background: #101923;
  border-top: 4px solid #1e3245;
}

body.ym-experience .site-footer a:hover {
  color: #fff;
}

/* 纯 CSS 菜单图标，替代字符图标 */
.ym-menu-glyph {
  display: inline-flex;
  width: 20px;
  height: 16px;
  flex-direction: column;
  justify-content: space-between;
}

.ym-menu-glyph i {
  display: block;
  width: 100%;
  height: 2px;
  background: currentColor;
  transition: transform .18s ease, opacity .18s ease;
}

.nav-toggle.is-open .ym-menu-glyph i:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle.is-open .ym-menu-glyph i:nth-child(2) {
  opacity: 0;
}

.nav-toggle.is-open .ym-menu-glyph i:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* 首页：深色运营中枢，不使用光斑和玻璃拟态 */
body.ym-experience .hero {
  color: #fff;
  background-color: #0a1622;
  background-image:
    linear-gradient(rgba(127, 160, 190, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(127, 160, 190, .08) 1px, transparent 1px);
  background-size: 32px 32px;
  border-bottom: 1px solid #203244;
}

body.ym-experience .hero::before,
body.ym-experience .hero::after,
body.ym-experience .data-band::before,
body.ym-experience .data-band::after,
body.ym-experience .cta-band::before,
body.ym-experience .cta-band::after,
body.ym-experience .page-hero::before,
body.ym-experience .plat-hero::after,
body.ym-experience .auth-side::before {
  content: none;
}

body.ym-experience .hero-video {
  display: none !important;
}

body.ym-experience .hero.video-mode .hero-inner,
body.ym-experience .hero.video-mode .hero-marquee,
body.ym-experience .hero .hero-inner,
body.ym-experience .hero .hero-marquee {
  opacity: 1 !important;
  transform: none !important;
}

body.ym-experience .hero-inner {
  padding-top: 82px;
  padding-bottom: 76px;
}

body.ym-experience .hero-badge {
  padding: 6px 10px;
  color: #b8cce0;
  background: #122536;
  border-color: #30465a;
  border-radius: 6px;
}

body.ym-experience .hero h1 {
  max-width: 680px;
  margin-bottom: 20px;
  font-size: clamp(38px, 4vw, 54px);
  line-height: 1.16;
  letter-spacing: -.035em;
}

body.ym-experience .hero h1 .grad,
body.ym-experience .hero-stats .hs b,
body.ym-experience .hp-num,
body.ym-experience .db-item b,
body.ym-experience .star-fans b,
body.ym-experience .ind-num b,
body.ym-experience .ph-stat b,
body.ym-experience .pi-card-num b {
  color: inherit;
  background: none;
  -webkit-text-fill-color: currentColor;
}

body.ym-experience .hero h1 .grad {
  color: #8bc5f4;
}

body.ym-experience .hero p.lead {
  color: #a8b8c8;
}

body.ym-experience .hero-stats {
  gap: 0;
  margin-top: 42px;
  border-top: 1px solid #2b3d4e;
  border-bottom: 1px solid #2b3d4e;
}

body.ym-experience .hero-stats .hs {
  min-width: 118px;
  padding: 15px 22px 15px 0;
  margin-right: 22px;
  border-right: 1px solid #2b3d4e;
}

body.ym-experience .hero-stats .hs b {
  font-size: 26px;
}

body.ym-experience .hero-panel {
  padding: 0;
  overflow: hidden;
  border: 1px solid #35495d;
  border-radius: 10px;
  background: #0e1e2d;
  box-shadow: 12px 12px 0 rgba(0, 0, 0, .16);
}

body.ym-experience .hp-head {
  min-height: 43px;
  padding: 0 18px;
  color: #bed1e2;
  background: #14283a;
  border-bottom: 1px solid #35495d;
}

body.ym-experience .hp-dot {
  width: 7px;
  height: 7px;
  border-radius: 1px;
  background: #4fc38a;
  box-shadow: none;
  animation: none;
}

body.ym-experience .hp-live {
  color: #8edaae;
  border-color: #326c4c;
  border-radius: 4px;
  letter-spacing: .04em;
}

body.ym-experience .hp-total,
body.ym-experience .hp-bars,
body.ym-experience .hp-foot {
  margin-right: 18px;
  margin-left: 18px;
}

body.ym-experience .hp-num {
  color: #fff;
  font-size: 38px;
}

body.ym-experience .hp-bar-track {
  height: 5px;
  border-radius: 1px;
  background: #27394a;
}

body.ym-experience .hp-bar-track i {
  border-radius: 1px;
  background: #428fd0;
}

body.ym-experience .hp-bar-row img {
  border-radius: 4px;
}

body.ym-experience .hero-marquee {
  padding: 12px 24px;
  background: #0d1b29;
  -webkit-mask-image: none;
  mask-image: none;
}

body.ym-experience .hm-track {
  width: auto;
  justify-content: center;
  gap: 10px 22px;
  flex-wrap: wrap;
  animation: none;
}

body.ym-experience .hm-track span {
  color: #8195a8;
}

body.ym-experience .hm-track span:nth-child(n + 16) {
  display: none;
}

.ym-home-flow {
  margin: 17px 18px 0;
  padding: 14px 0 12px;
  border-top: 1px solid #304354;
  border-bottom: 1px solid #304354;
}

.ym-home-flow header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 11px;
}

.ym-home-flow header b {
  color: #d9e6f1;
  font-size: 12px;
}

.ym-home-flow header span {
  color: #738da4;
  font-size: 10px;
}

.ym-home-flow ol {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
}

.ym-home-flow ol::before {
  position: absolute;
  z-index: -1;
  top: 10px;
  right: 10%;
  left: 10%;
  height: 1px;
  background: #3a5267;
  content: "";
}

.ym-home-flow li {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #9db1c2;
  font-size: 9px;
}

.ym-home-flow li i {
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  margin-bottom: 5px;
  border: 1px solid #4c6981;
  border-radius: 3px;
  color: #c4d6e5;
  background: #102333;
  font-size: 8px;
  font-style: normal;
}

.ym-home-flow__packet {
  width: 18%;
  height: 2px;
  margin-top: -41px;
  background: #66b3ee;
  animation: ym-flow-packet 4.8s linear infinite;
  pointer-events: none;
}

body.ym-experience .home-recruit-entry {
  color: #fff;
  background-color: #2a1b19;
  background-image:
    linear-gradient(rgba(255, 189, 170, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 189, 170, .08) 1px, transparent 1px);
  background-size: 28px 28px;
  border-top: 4px solid #d45a3b;
}

body.ym-experience .home-recruit-entry::after {
  content: none;
}

body.ym-experience .hre-kicker {
  border-radius: 5px;
  color: #f0c3b7;
  background: #3a2420;
}

body.ym-experience .hre-panel {
  border-radius: 9px;
  background: #372521;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, .14);
}

body.ym-experience .hre-flow span,
body.ym-experience .hre-data span {
  border-radius: 6px;
}

body.ym-experience .hre-flow i {
  border-radius: 4px;
  background: #d45a3b;
}

body.ym-experience .data-band {
  padding: 70px 0;
  background-color: #101923;
  background-image:
    linear-gradient(rgba(116, 143, 169, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(116, 143, 169, .07) 1px, transparent 1px);
  background-size: 34px 34px;
}

body.ym-experience .db-grid {
  gap: 0;
  border-top: 1px solid #30404f;
  border-bottom: 1px solid #30404f;
}

body.ym-experience .db-item {
  padding: 28px 12px;
  border: 0;
  border-right: 1px solid #30404f;
  border-radius: 0;
  background: transparent;
}

body.ym-experience .db-item:last-child {
  border-right: 0;
}

body.ym-experience .db-item:hover {
  background: #14212d;
}

body.ym-experience .db-item b {
  color: #fff;
}

/* 营销页面：从同质化卡片改为业务模块 */
body.ym-experience .section {
  padding: 72px 0;
}

body.ym-experience .section.alt {
  background: #f1f3f5;
  border-top: 1px solid #e4e8ec;
  border-bottom: 1px solid #e4e8ec;
}

body.ym-experience .sec-head {
  max-width: none;
  margin: 0 0 34px;
  padding-left: 17px;
  border-left: 3px solid var(--ym-accent);
  text-align: left;
}

body.ym-experience .sec-head .kicker,
body.ym-experience .pi-text .kicker {
  margin-bottom: 3px;
  color: var(--ym-accent);
  font-size: 11px;
  letter-spacing: .06em;
}

body.ym-experience .sec-head h2 {
  margin-bottom: 7px;
  font-size: clamp(27px, 3vw, 34px);
  letter-spacing: -.025em;
}

body.ym-experience :is(.svc, .feat, .plat-card, .star-card, .tm, .role-card, .step) {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fff;
  box-shadow: none;
}

body.ym-experience :is(.svc, .feat, .plat-card, .star-card, .tm, .role-card):hover {
  border-color: color-mix(in srgb, var(--ym-accent) 42%, var(--line));
  box-shadow: 0 6px 18px rgba(15, 28, 44, .06);
}

body.ym-experience .svc {
  min-height: 240px;
  padding: 26px 25px;
}

body.ym-experience .svc::before {
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: 3px;
  height: auto;
  opacity: 1;
  background: var(--ym-accent);
}

body.ym-experience .svc-ic {
  width: 46px;
  height: 46px;
  border-radius: 7px;
  box-shadow: none;
}

body.ym-experience .svc-ic.c1 { background: #1668b7; }
body.ym-experience .svc-ic.c2 { background: #c75b22; }
body.ym-experience .svc-ic.c3 { background: #207d89; }
body.ym-experience .svc-ic.c4 { background: #52677d; }
body.ym-experience .svc-ic.c5 { background: #2f7d5a; }
body.ym-experience .svc-ic.c6 { background: #6650a3; }

body.ym-experience .plat-card {
  padding: 22px 20px 20px 23px;
}

body.ym-experience .plat-card::after {
  inset: 0 auto 0 0;
  width: 3px;
  height: auto;
  opacity: 1;
  background: var(--pc, var(--ym-accent));
}

body.ym-experience .plat-card img,
body.ym-experience .p-ic-svg {
  width: 42px;
  height: 42px;
  border: 1px solid #e5e9ee;
  border-radius: 7px;
  background: #fff;
  object-fit: contain;
}

body.ym-experience .plat-card .p-link {
  color: var(--pc, var(--ym-accent));
}

body.ym-experience .feat-grid {
  counter-reset: ym-feature;
}

body.ym-experience .feat {
  position: relative;
  padding: 25px 23px;
  counter-increment: ym-feature;
}

body.ym-experience .feat::after {
  position: absolute;
  top: 15px;
  right: 17px;
  color: #c8d0d8;
  content: counter(ym-feature, decimal-leading-zero);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
}

body.ym-experience .feat .f-icon {
  width: 43px;
  height: 43px;
  margin-bottom: 15px;
  border: 1px solid color-mix(in srgb, var(--ym-accent) 18%, #dfe5eb);
  border-radius: 6px;
  color: var(--ym-accent);
  background: color-mix(in srgb, var(--ym-accent) 7%, #fff);
}

body.ym-experience .star-card {
  padding: 22px 18px 20px;
}

body.ym-experience .star-ava img:first-child,
body.ym-experience .star-ava > span {
  box-shadow: none;
}

body.ym-experience .star-fans b {
  color: var(--ink);
}

body.ym-experience .ind-tabs {
  justify-content: flex-start;
  padding-bottom: 1px;
  border-bottom: 1px solid var(--line);
}

body.ym-experience .ind-tabs button {
  margin-bottom: -1px;
  border: 0;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  background: transparent;
}

body.ym-experience .ind-tabs button.on {
  color: var(--ym-accent);
  background: transparent;
  border-color: var(--ym-accent);
  box-shadow: none;
}

body.ym-experience .ind-panel {
  padding: 34px;
  border-radius: 9px;
}

body.ym-experience .ind-panel.on {
  animation: ym-panel-in .22s ease both;
}

body.ym-experience .ind-num {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #f5f7f9;
}

body.ym-experience .ind-num b {
  color: var(--ym-accent);
}

body.ym-experience .flow-line::before {
  height: 1px;
  background: #b9c7d4;
}

body.ym-experience .fn-dot,
body.ym-experience .step .s-num {
  border-radius: 5px;
  background: var(--ym-accent);
  box-shadow: 0 0 0 5px #fff;
}

body.ym-experience .section.alt .fn-dot {
  box-shadow: 0 0 0 5px #f1f3f5;
}

body.ym-experience .tm p {
  min-height: 0;
}

body.ym-experience .tm-ava.c1 { background: #1668b7; }
body.ym-experience .tm-ava.c2 { background: #c75b22; }
body.ym-experience .tm-ava.c3 { background: #2f7d5a; }

body.ym-experience .role-card .r-tag {
  border-radius: 4px;
  color: var(--ym-accent);
  background: color-mix(in srgb, var(--ym-accent) 8%, #fff);
}

body.ym-experience .faq {
  border-radius: 7px;
}

body.ym-experience .faq.open {
  border-color: color-mix(in srgb, var(--ym-accent) 45%, var(--line));
}

body.ym-experience .cta-band {
  padding: 52px 40px;
  border: 1px solid #2b3e50;
  border-radius: 10px;
  background-color: #101923;
  background-image:
    linear-gradient(rgba(116, 143, 169, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(116, 143, 169, .07) 1px, transparent 1px);
  background-size: 30px 30px;
}

/* 普通页头与账号页 */
body.ym-experience .page-hero {
  padding: 52px 0;
  color: #fff;
  background-color: #101923;
  background-image:
    linear-gradient(rgba(122, 151, 178, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(122, 151, 178, .07) 1px, transparent 1px);
  background-size: 30px 30px;
  border-bottom: 4px solid var(--ym-accent);
}

body.ym-experience .page-hero h1 {
  letter-spacing: -.03em;
}

body.ym-experience .auth-side {
  background-color: #101923;
  background-image:
    linear-gradient(rgba(122, 151, 178, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(122, 151, 178, .08) 1px, transparent 1px);
  background-size: 30px 30px;
  border-right: 4px solid var(--ym-accent);
}

body.ym-experience .auth-side li::before {
  top: 13px;
  left: 6px;
  width: 7px;
  height: 7px;
  content: "";
  background: #6aa9dd;
}

body.ym-experience .auth-tabs {
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #f3f5f7;
}

body.ym-experience .auth-tabs button {
  border-radius: 5px;
}

body.ym-experience .wechat-auth-btn,
body.ym-experience .wx-profile-preview,
body.ym-experience .wx-login-stage {
  background: #f4faf6;
  border-radius: 8px;
}

body.ym-experience .adm-login {
  border: 1px solid #33465a;
  border-radius: 10px;
  box-shadow: 16px 16px 0 rgba(0, 0, 0, .24);
}

body.ym-experience.ym-area-admin {
  background-color: #101923 !important;
  background-image:
    linear-gradient(rgba(122, 151, 178, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(122, 151, 178, .08) 1px, transparent 1px) !important;
  background-size: 32px 32px !important;
}

body.ym-experience.ym-area-admin.admin-body,
body.ym-experience.ym-area-admin.mobile-admin {
  background: var(--bg) !important;
  background-image: none !important;
}

/* 平台详情：真实平台色和业务生态执行台 */
body.ym-experience .plat-hero {
  padding-bottom: 38px;
  background-color: var(--ym-surface);
  background-image:
    linear-gradient(color-mix(in srgb, var(--ym-accent) 12%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--ym-accent) 12%, transparent) 1px, transparent 1px);
  background-size: 30px 30px;
  border-bottom-color: var(--ym-accent);
  box-shadow: inset 5px 0 var(--ym-accent);
}

body.ym-platform-douyin .plat-hero,
body.ym-platform-tiktok .plat-hero {
  box-shadow: inset 4px 0 var(--ym-accent-2), inset 8px 0 var(--ym-accent);
}

body.ym-platform-bilibili .plat-hero {
  box-shadow: inset 4px 0 var(--ym-accent), inset 8px 0 var(--ym-accent-2);
}

body.ym-experience .ph-title img {
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 9px;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, .18);
}

body.ym-experience .ph-biz {
  color: color-mix(in srgb, var(--ym-accent) 68%, #fff);
}

body.ym-platform-twitter .ph-biz,
body.ym-platform-x .ph-biz {
  color: #c8d0d8;
}

body.ym-experience .ph-stat {
  border-radius: 7px;
  background: #152433;
  border-color: rgba(255, 255, 255, .16);
}

body.ym-experience .ph-stat b {
  color: #fff;
}

.ym-platform-console {
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
  background: rgba(4, 10, 16, .74);
}

.ym-platform-console > header {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  padding: 8px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .045);
}

.ym-platform-console > header > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ym-platform-console > header span {
  display: flex;
  flex-direction: column;
}

.ym-platform-console > header small {
  color: color-mix(in srgb, var(--ym-accent) 62%, #fff);
  font-size: 9px;
}

.ym-platform-console > header b {
  color: #fff;
  font-size: 13px;
}

.ym-platform-console > header em {
  padding: 4px 7px;
  border: 1px solid color-mix(in srgb, var(--ym-accent) 55%, transparent);
  border-radius: 4px;
  color: color-mix(in srgb, var(--ym-accent) 60%, #fff);
  font-size: 9px;
  font-style: normal;
}

.ym-platform-console ol {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
}

.ym-platform-console li {
  position: relative;
  min-height: 88px;
  padding: 17px 15px 14px 46px;
  border-right: 1px solid rgba(255, 255, 255, .11);
  transition: background-color .2s ease;
}

.ym-platform-console li:last-child {
  border-right: 0;
}

.ym-platform-console li i {
  position: absolute;
  top: 18px;
  left: 15px;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 3px;
  color: #a8b7c5;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 8px;
  font-style: normal;
}

.ym-platform-console li b,
.ym-platform-console li small {
  display: block;
}

.ym-platform-console li b {
  color: #e8eef4;
  font-size: 11px;
}

.ym-platform-console li small {
  margin-top: 4px;
  color: #788b9c;
  font-size: 8px;
}

.ym-platform-console li.is-live {
  background: color-mix(in srgb, var(--ym-accent) 11%, transparent);
}

.ym-platform-console li.is-live i {
  color: #fff;
  background: var(--ym-accent);
  border-color: var(--ym-accent);
}

.ym-platform-channel {
  position: relative;
  height: 4px;
  overflow: hidden;
  background: rgba(255, 255, 255, .08);
}

.ym-platform-channel span {
  position: absolute;
  inset: 0;
  width: 100%;
  background: var(--ym-accent);
  opacity: .28;
}

.ym-platform-channel i {
  position: absolute;
  inset: 0;
  width: 18%;
  background: var(--ym-accent-2);
  animation: ym-flow-packet 4.2s linear infinite;
}

.ym-platform-channel b {
  display: none;
}

body.ym-experience .pi-card {
  border-top: 3px solid var(--ym-accent);
  border-radius: 9px;
  box-shadow: none;
}

body.ym-experience .pi-card img {
  border-radius: 8px;
}

body.ym-experience .pi-card-num {
  border-radius: 6px;
  background: color-mix(in srgb, var(--ym-accent) 7%, #fff);
}

body.ym-experience .pi-card-num b {
  color: var(--ym-accent);
}

/* 路由识别的业务流程条 */
.ym-process {
  position: relative;
  width: 100%;
  margin: 0 0 18px;
  overflow: hidden;
  border: 1px solid #dce3e9;
  border-top: 3px solid var(--ym-accent);
  border-radius: 8px;
  color: #243244;
  background: #fff;
  box-shadow: none;
}

.ym-process__head {
  display: flex;
  min-height: 52px;
  align-items: center;
  gap: 11px;
  padding: 8px 15px;
  border-bottom: 1px solid #e6eaee;
  background: #f6f8f9;
}

.ym-machine-mark {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  grid-template-columns: repeat(2, 7px);
  grid-template-rows: repeat(2, 7px);
  place-content: center;
  gap: 3px;
  border: 1px solid color-mix(in srgb, var(--ym-accent) 36%, #dce3e9);
  border-radius: 4px;
  color: var(--ym-accent);
  background: color-mix(in srgb, var(--ym-accent) 6%, #fff);
}

.ym-machine-mark i {
  display: block;
  width: 7px;
  height: 7px;
  background: currentColor;
}

.ym-machine-mark i:nth-child(3) {
  grid-column: 1 / -1;
  width: 17px;
  height: 3px;
}

.ym-process__head > div {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
}

.ym-process__head small {
  color: var(--ym-accent);
  font-size: 9px;
  line-height: 1.25;
}

.ym-process__head b {
  overflow: hidden;
  margin-top: 1px;
  font-size: 13px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ym-process__head > em {
  position: relative;
  padding-left: 13px;
  color: #587067;
  font-size: 9px;
  font-style: normal;
}

.ym-process__head > em::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 1px;
  background: #2f9d6a;
  transform: translateY(-50%);
  content: "";
}

.ym-process__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
}

.ym-process__steps li {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 68px;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  padding: 10px 13px;
  border-right: 1px solid #e8ecef;
}

.ym-process__steps li:last-child {
  border-right: 0;
}

.ym-process__steps li > i {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 1px solid #cdd5dc;
  border-radius: 4px;
  color: #8a96a3;
  background: #fff;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 8px;
  font-style: normal;
}

.ym-process__steps li > span {
  min-width: 0;
}

.ym-process__steps b,
.ym-process__steps small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ym-process__steps b {
  color: #2c3a4b;
  font-size: 11px;
}

.ym-process__steps small {
  margin-top: 2px;
  color: #96a0aa;
  font-size: 8px;
}

.ym-process__steps li.is-done > i {
  color: #267852;
  border-color: #9dd0b8;
  background: #edf8f2;
}

.ym-process__steps li.is-active {
  background: color-mix(in srgb, var(--ym-accent) 6%, #fff);
}

.ym-process__steps li.is-active > i {
  color: #fff;
  border-color: var(--ym-accent);
  background: var(--ym-accent);
}

.ym-process__steps li.is-active b {
  color: var(--ym-accent);
}

.ym-process__track {
  position: relative;
  height: 4px;
  overflow: hidden;
  background: #e8edf1;
}

.ym-process__track i {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--ym-progress);
  background: color-mix(in srgb, var(--ym-accent) 68%, #7ba3c4);
}

.ym-process__track b {
  position: absolute;
  inset: 0 auto 0 0;
  width: 18%;
  background: var(--ym-accent);
  animation: ym-flow-packet 5.4s linear infinite;
}

.page-hero + .ym-process,
.rc-square-hero + .ym-process {
  width: min(1192px, calc(100% - 48px));
  margin: 18px auto;
}

/* PC 业务中心 */
body.portal-pc.ym-experience {
  color: #243244;
  background: #eef1f4;
}

body.portal-pc.ym-experience .portal-app-topbar {
  height: 66px;
  grid-template-columns: 260px minmax(0, 1fr) auto;
  color: #dce6ef;
  background: #101923;
  border-bottom-color: #263746;
  box-shadow: none;
}

body.portal-pc.ym-experience .pat-brand {
  color: #fff;
  border-right-color: #2a3a49;
}

body.portal-pc.ym-experience :is(.pat-brand small, .pat-context small, .pat-user small) {
  color: #8295a7;
}

body.portal-pc.ym-experience .pat-context b {
  color: #eaf0f5;
}

body.portal-pc.ym-experience .pat-actions > a {
  color: #9fb0bf;
  border-radius: 6px;
}

body.portal-pc.ym-experience .pat-actions > a:hover {
  color: #fff;
  background: #1b2b39;
}

body.portal-pc.ym-experience .pat-user {
  border-color: #334453;
  border-radius: 7px;
  color: #e6edf3;
  background: #182735;
}

body.portal-pc.ym-experience .pat-user-menu {
  border-radius: 7px;
  color: var(--ink);
}

body.portal-pc.ym-experience .portal-pc-shell {
  min-height: calc(100vh - 66px);
  background: #eef1f4;
}

body.portal-pc.ym-experience .portal-side {
  top: 66px;
  height: calc(100vh - 66px);
  padding: 13px 11px 28px;
  background: #f7f8f9;
}

body.portal-pc.ym-experience .ps-workbench-home,
body.portal-pc.ym-experience .ps-workbench-home:hover {
  color: #fff;
  background: var(--ym-accent);
  box-shadow: none;
  border-radius: 7px;
}

body.portal-pc.ym-experience .portal-side .ps-group {
  color: #8c97a2;
  letter-spacing: .06em;
}

body.portal-pc.ym-experience .portal-side > a:not(.ps-workbench-home) {
  border-radius: 6px;
}

body.portal-pc.ym-experience .portal-side > a.active:not(.ps-workbench-home) {
  color: var(--ym-accent);
  background: color-mix(in srgb, var(--ym-accent) 7%, #fff);
  box-shadow: inset 3px 0 var(--ym-accent);
}

body.portal-pc.ym-experience .portal-side > a:not(.ps-workbench-home):hover {
  color: var(--ym-accent);
  background: color-mix(in srgb, var(--ym-accent) 5%, #fff);
}

body.portal-pc.ym-experience .portal-main {
  min-height: calc(100vh - 66px);
  padding: 18px 20px 44px;
}

body.portal-pc.ym-experience .portal-route-tabs {
  margin: -18px -20px 16px;
  border-color: #d6dde4;
  background: #e3e8ed;
}

body.portal-pc.ym-experience .portal-route-tab {
  border-radius: 6px 6px 0 0;
}

body.portal-pc.ym-experience .portal-route-tab.is-active {
  color: var(--ym-accent);
  box-shadow: inset 0 3px var(--ym-accent);
}

body.portal-pc.ym-experience :is(.card, .wb-panel, .wb-kpi, .stat-card, .filter-bar, .res-panel) {
  border-color: #dce2e8;
  border-radius: 8px;
  box-shadow: none;
}

body.portal-pc.ym-experience .card-title {
  color: #263447;
}

body.portal-pc.ym-experience .wb-page-head {
  margin-bottom: 16px;
  padding: 2px 0 10px 15px;
  border-left: 3px solid var(--ym-accent);
}

body.portal-pc.ym-experience .wb-page-head small {
  color: var(--ym-accent);
  letter-spacing: .05em;
}

body.portal-pc.ym-experience .wb-page-head h1 {
  font-size: 25px;
}

body.portal-pc.ym-experience .wb-kpi {
  min-height: 116px;
  border-top: 3px solid var(--ym-accent);
}

body.portal-pc.ym-experience .wb-kpi > i {
  border-radius: 6px;
  color: var(--ym-accent);
  background: color-mix(in srgb, var(--ym-accent) 8%, #fff);
}

body.portal-pc.ym-experience .wb-kpi:hover {
  border-color: color-mix(in srgb, var(--ym-accent) 42%, #dce2e8);
  border-top-color: var(--ym-accent);
  box-shadow: none;
}

body.portal-pc.ym-experience .wb-panel {
  padding: 16px 17px;
}

body.portal-pc.ym-experience .wb-attention > a,
body.portal-pc.ym-experience .wb-quick-links > a {
  border-radius: 6px;
  background: #f7f9fa;
}

body.portal-pc.ym-experience .wb-attention i,
body.portal-pc.ym-experience .wb-focus-kind {
  border-radius: 5px;
  color: var(--ym-accent);
  background: color-mix(in srgb, var(--ym-accent) 8%, #fff);
}

body.portal-pc.ym-experience .wb-progress em {
  background: var(--ym-accent);
}

body.portal-pc.ym-experience .wb-customer-hero {
  border-radius: 8px;
  background: #172a3c;
  border-left: 5px solid var(--ym-accent);
  box-shadow: none;
}

body.portal-pc.ym-experience .wb-customer-hero.locked {
  background: #283544;
}

body.ym-experience :is(.res-page-title, .integration-title, .resource-demand-cta, .order-project-assignment) {
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}

body.ym-experience .res-page-title {
  border-left: 4px solid var(--ym-accent);
}

body.ym-experience .ro-card,
body.ym-experience .ro-card.primary {
  color: var(--ink);
  border: 1px solid var(--line);
  border-top: 3px solid var(--ym-accent);
  border-radius: 7px;
  background: #fff;
  box-shadow: none;
}

body.ym-experience .ro-card.primary :is(small, em) {
  color: var(--ink-3);
}

body.ym-experience .ro-card.primary b {
  color: var(--ink);
}

body.ym-experience .res-filters {
  background: #fafbfc;
}

body.ym-experience .rf-chip.active,
body.ym-experience .pg-btn.active {
  color: #fff;
  background: var(--ym-accent);
  box-shadow: none;
}

body.ym-experience .res-plat-tabs .rpt,
body.ym-experience .fchip {
  border-radius: 6px;
  box-shadow: none;
}

body.ym-experience .res-plat-tabs .rpt:hover {
  transform: none;
  box-shadow: none;
}

body.ym-experience .res-tbl thead th,
body.ym-experience .tbl th {
  color: #59687a;
  background: #eef2f5;
}

body.ym-experience .res-tbl tbody tr:hover td,
body.ym-experience .tbl tr:hover td {
  background: #f5f8fa;
}

body.ym-experience :is(.project-detail-hero, .profile-hero, .customer-credit-hero) {
  border-radius: 8px;
  background: #172a3c;
  border-left: 5px solid var(--ym-accent);
  box-shadow: none;
}

body.ym-experience .project-progress-track i,
body.ym-experience .project-kpi-grid > span > i u,
body.ym-experience .project-order-progress i {
  background: var(--ym-accent);
}

body.ym-experience .customer-project-card {
  border-radius: 8px;
  box-shadow: none;
}

body.ym-experience .customer-project-card:hover {
  border-color: color-mix(in srgb, var(--ym-accent) 42%, var(--line));
  box-shadow: none;
}

body.ym-experience .manager-float-launcher,
body.ym-experience .mfw-header {
  background: #1668b7;
}

body.ym-experience .manager-float-launcher {
  border: 0;
  border-radius: 9px;
  box-shadow: 0 10px 24px rgba(16, 42, 67, .2);
}

body.ym-experience .manager-float-launcher:hover {
  transform: none;
  box-shadow: 0 10px 24px rgba(16, 42, 67, .2);
}

/* 后台 */
body.admin-body.ym-experience .adm-side {
  color: #98a8b7;
  background: #101923;
  border-right: 1px solid #263746;
}

body.admin-body.ym-experience .adm-logo {
  border-bottom: 1px solid #263746;
}

body.admin-body.ym-experience .adm-group-toggle {
  border-radius: 5px;
}

body.admin-body.ym-experience .adm-menu a {
  border-radius: 5px;
}

body.admin-body.ym-experience .adm-menu a.active {
  color: #fff;
  background: var(--ym-accent);
  box-shadow: none;
}

body.admin-body.ym-experience .adm-top {
  height: 56px;
  background: #fff;
  box-shadow: none;
}

body.admin-body.ym-experience .adm-body {
  background: #eef1f4;
}

body.admin-body.ym-experience .stat-card {
  border-top: 3px solid var(--ym-accent);
}

body.admin-body.ym-experience .stat-card .sc-icon svg {
  border-radius: 5px;
  color: var(--ym-accent);
  background: color-mix(in srgb, var(--ym-accent) 8%, #fff);
}

body.admin-body.ym-experience .dash-grid .card {
  border-radius: 8px;
}

/* 亿媒通告：暖色业务产品，不再使用紫橙光斑 */
body.recruit-app.ym-experience {
  --rc-primary: #d65338;
  --rc-primary-dark: #ad3e29;
  --rc-bg: #f5f2ef;
  --rc-card: #fff;
  --rc-line: #e3ddd8;
  --ym-accent: #d65338;
  background: #f5f2ef;
}

body.recruit-app.ym-experience .rc-header {
  border-bottom: 1px solid #e2dcd7;
  background: #fff;
  box-shadow: none;
}

body.recruit-app.ym-experience .rc-brand-mark {
  border-radius: 6px;
  background: #d65338;
  box-shadow: none;
}

body.recruit-app.ym-experience :is(.rc-btn, .rc-card, .rc-notice-card, .rc-stat, .rc-quick-grid a) {
  border-radius: 8px;
  box-shadow: none;
}

body.recruit-app.ym-experience .rc-btn-primary {
  color: #fff;
  background: #d65338;
  box-shadow: none;
}

body.recruit-app.ym-experience .rc-btn-primary:hover {
  background: #b8402a;
  transform: none;
  box-shadow: none;
}

body.recruit-app.ym-experience .rc-square-hero {
  color: #fff;
  background-color: #241b18;
  background-image:
    linear-gradient(rgba(238, 181, 162, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(238, 181, 162, .08) 1px, transparent 1px);
  background-size: 30px 30px;
  border-bottom: 4px solid #d65338;
}

body.recruit-app.ym-experience .rc-square-hero::before,
body.recruit-app.ym-experience .rc-square-hero::after {
  content: none;
}

body.recruit-app.ym-experience .rc-hero-kicker {
  border-radius: 5px;
  color: #efc5ba;
  background: #33231f;
}

body.recruit-app.ym-experience .rc-hero-kicker > svg {
  display: none;
}

body.recruit-app.ym-experience .rc-square-hero h1 em {
  color: #f08b72;
  background: none;
  -webkit-text-fill-color: currentColor;
}

body.recruit-app.ym-experience .rc-square-search {
  border-radius: 7px;
  background: #fff;
  box-shadow: none;
}

body.recruit-app.ym-experience .rc-hero-panel {
  border-radius: 8px;
  background: #30231f;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, .16);
}

body.recruit-app.ym-experience .rc-hero-preview {
  display: block;
  overflow: hidden;
  border-radius: 7px;
}

body.recruit-app.ym-experience .rc-hero-panel-head span {
  color: #ef9a84;
}

body.recruit-app.ym-experience .rc-platform-strip {
  border-bottom: 1px solid #e1dcd7;
  background: #fff;
}

body.recruit-app.ym-experience .rc-platform-grid {
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
  backdrop-filter: none;
}

body.recruit-app.ym-experience .rc-platform-grid a {
  border-radius: 6px;
}

body.recruit-app.ym-experience .rc-notice-card {
  border: 1px solid #e2ddd8;
  border-left: 3px solid #d65338;
  background: #fff;
}

body.recruit-app.ym-experience .rc-notice-card:hover {
  transform: none;
  border-color: #d6b9b0;
  border-left-color: #d65338;
  box-shadow: none;
}

body.recruit-app.ym-experience .rc-bottom-cta {
  background: #2b201d;
  box-shadow: none;
}

body.recruit-app.ym-experience .rc-mobile-tabs {
  background: #fff;
  box-shadow: 0 -1px 0 #e2ddd8;
  backdrop-filter: none;
}

body.recruit-app.ym-experience .rc-mobile-tabs .main i {
  background: #d65338;
  box-shadow: none;
}

/* 移动端 */
body.mobile-app.ym-experience {
  --m-brand: var(--ym-accent);
  --m-brand-dark: color-mix(in srgb, var(--ym-accent) 82%, #000);
  --m-accent: #d95722;
  --m-ink: #182433;
  --m-muted: #6f7b8a;
  --m-line: #dfe5eb;
  --m-bg: #f1f3f5;
  --m-card: #fff;
  --m-radius: 9px;
  --m-shadow: none;
  background: #f1f3f5;
}

body.mobile-app.ym-experience .m-topbar {
  border-bottom: 1px solid #dce2e8;
  background: #fff;
  box-shadow: none;
}

body.mobile-app.ym-experience .m-topbar.is-home {
  background: #fff;
}

body.mobile-app.ym-experience .m-brand img,
body.mobile-app.ym-experience .m-user-avatar,
body.mobile-app.ym-experience .m-icon-button {
  border-radius: 7px;
  box-shadow: none;
}

body.mobile-app.ym-experience .m-user-avatar {
  background: var(--ym-accent);
}

body.mobile-app.ym-experience .m-home-search {
  border: 1px solid #ccd7e1;
  border-radius: 7px;
  background: #f5f7f9;
}

body.mobile-app.ym-experience .m-home-search em {
  border-radius: 5px;
  background: var(--ym-accent);
}

body.mobile-app.ym-experience .m-tabbar {
  border-top: 1px solid #d8dfe6;
  background: #fff;
  box-shadow: none;
}

body.mobile-app.ym-experience .m-tabbar > a > span {
  border-radius: 6px;
}

body.mobile-app.ym-experience .m-tabbar > a.active > span {
  background: color-mix(in srgb, var(--ym-accent) 9%, #fff);
}

body.mobile-app.ym-experience .m-tabbar .m-tab-main {
  border-radius: 8px;
  background: var(--ym-accent);
  box-shadow: none;
}

body.mobile-app.ym-experience .m-sheet {
  border-radius: 14px 14px 0 0;
  box-shadow: 0 -12px 32px rgba(15, 28, 44, .16);
}

body.mobile-app.ym-experience .m-global-search {
  border: 1px solid #ccd7e1;
  border-radius: 7px;
  background: #f5f7f9;
}

body.mobile-app.ym-experience .m-global-search button {
  border-radius: 5px;
  background: var(--ym-accent);
}

body.mobile-app.ym-experience .m-service-grid i {
  border-radius: 7px;
  box-shadow: none;
  background: #1668b7;
}

body.mobile-app.ym-experience .m-service-grid .c2 { background: #c75b22; }
body.mobile-app.ym-experience .m-service-grid .c3 { background: #52677d; }
body.mobile-app.ym-experience .m-service-grid .c4 { background: #2f7d5a; }
body.mobile-app.ym-experience .m-service-grid .c5 { background: #6650a3; }
body.mobile-app.ym-experience .m-service-grid .c6 { background: #207d89; }
body.mobile-app.ym-experience .m-service-grid .c7 { background: #1668b7; }
body.mobile-app.ym-experience .m-service-grid .c8 { background: #596676; }

body.mobile-app.ym-experience .m-service-contact {
  border: 1px solid var(--m-line);
  border-radius: 8px;
  background: #f5f7f9;
}

body.mobile-app.ym-experience .m-menu-item > i,
body.mobile-app.ym-experience .m-menu-item.active > i {
  border-radius: 6px;
}

body.mobile-app.ym-experience .m-menu-item > i {
  color: var(--ym-accent);
  background: color-mix(in srgb, var(--ym-accent) 8%, #fff);
}

body.mobile-app.ym-experience .m-menu-item.active > i {
  color: #fff;
  background: var(--ym-accent);
}

body.mobile-app.ym-experience :is(.card, .stat-card, .customer-order-card, table.m-card-table tr, .ro-card, .res-panel) {
  border: 1px solid var(--m-line);
  border-radius: 8px;
  box-shadow: none;
}

body.mobile-app.ym-experience .stat-card {
  border-top: 3px solid var(--ym-accent);
}

body.mobile-app.ym-experience .stat-card .sc-icon svg {
  border-radius: 5px;
  color: var(--ym-accent);
  background: color-mix(in srgb, var(--ym-accent) 8%, #fff);
}

body.mobile-app.ym-experience .btn-primary {
  background: var(--ym-accent);
  box-shadow: none;
}

body.mobile-app.ym-experience .page-hero {
  padding: 30px 0;
}

body.mobile-app.ym-experience .hero {
  background-size: 24px 24px;
}

body.mobile-app.ym-experience .hero-inner {
  padding: 38px 0 34px;
}

body.mobile-app.ym-experience .hero h1 {
  font-size: 30px;
}

body.mobile-app.ym-experience .hero-panel {
  box-shadow: 7px 7px 0 rgba(0, 0, 0, .15);
}

body.mobile-app.ym-experience .hero-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

body.mobile-app.ym-experience .hero-stats .hs {
  min-width: 0;
  padding: 12px 10px 12px 0;
  margin: 0;
}

body.mobile-app.ym-experience .hm-track {
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow-x: auto;
}

body.mobile-app.ym-experience .hm-track span {
  flex: 0 0 auto;
}

body.mobile-app.ym-experience .section {
  padding: 46px 0;
}

body.mobile-app.ym-experience .sec-head {
  margin-bottom: 24px;
  padding-left: 12px;
}

body.mobile-app.ym-experience .svc,
body.mobile-app.ym-experience .feat {
  min-height: 0;
  padding: 20px 18px;
}

body.mobile-app.ym-experience .plat-card {
  padding: 18px 16px 17px 19px;
}

body.mobile-app.ym-experience .cta-band {
  padding: 36px 20px;
}

body.mobile-app.ym-experience .ym-process {
  margin-bottom: 12px;
}

body.mobile-app.ym-experience .ym-process__head {
  min-height: 47px;
  padding: 7px 10px;
}

body.mobile-app.ym-experience .ym-machine-mark {
  width: 25px;
  height: 25px;
  flex-basis: 25px;
}

body.mobile-app.ym-experience .ym-process__steps {
  display: flex;
  overflow-x: auto;
}

body.mobile-app.ym-experience .ym-process__steps li {
  min-width: 118px;
  min-height: 55px;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 6px;
  padding: 8px 9px;
}

body.mobile-app.ym-experience .ym-process__steps li > i {
  width: 22px;
  height: 22px;
}

body.mobile-app.ym-experience .ym-process__steps small {
  display: none;
}

body.mobile-app.ym-experience .page-hero + .ym-process {
  width: calc(100% - 24px);
  margin: 12px;
}

body.mobile-app.ym-experience .ym-platform-console {
  margin-top: 24px;
}

body.mobile-app.ym-experience .ym-platform-console > header {
  min-height: 48px;
  padding: 7px 10px;
}

body.mobile-app.ym-experience .ym-platform-console > header em {
  display: none;
}

body.mobile-app.ym-experience .ym-platform-console ol {
  display: flex;
  overflow-x: auto;
}

body.mobile-app.ym-experience .ym-platform-console li {
  min-width: 145px;
  min-height: 76px;
  padding: 14px 11px 12px 40px;
}

body.mobile-app.ym-experience .ym-platform-console li i {
  top: 14px;
  left: 11px;
}

body.mobile-app.ym-experience .plat-hero {
  padding-bottom: 28px;
}

body.mobile-app.ym-experience .ph-stat {
  min-width: 0;
}

body.mobile-app.ym-experience .manager-float-launcher {
  border-radius: 8px;
}

body.mobile-app.ym-experience :is(.m-wx-follow-banner, .m-order-follow-hero, .m-order-follow-benefits span) {
  border-radius: 7px;
  background-image: none;
}

body.mobile-app.ym-experience .m-wx-follow-banner {
  box-shadow: none;
}

/* 移动首页：保留可滑动业务 Banner，改为真实业务色与结构化面板 */
body.mobile-app.ym-experience .m-home {
  padding: 10px 10px 22px;
}

body.mobile-app.ym-experience .m-home .m-adv-carousel {
  border: 1px solid #263c50;
  border-radius: 8px;
  background: #102131;
  box-shadow: none;
}

body.mobile-app.ym-experience .m-home .m-adv-slide {
  height: 150px;
  color: #fff;
  background-color: #102131;
  background-image:
    linear-gradient(rgba(123, 158, 188, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(123, 158, 188, .08) 1px, transparent 1px);
  background-size: 24px 24px;
  border-left: 4px solid #2985cf;
}

body.mobile-app.ym-experience .m-home .m-adv-slide.orange {
  background-color: #2a1d17;
  background-image:
    linear-gradient(rgba(226, 146, 103, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(226, 146, 103, .08) 1px, transparent 1px);
  border-left-color: #d36a2e;
}

body.mobile-app.ym-experience .m-home .m-adv-slide.violet {
  background-color: #211d31;
  background-image:
    linear-gradient(rgba(166, 145, 220, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(166, 145, 220, .08) 1px, transparent 1px);
  border-left-color: #7865b6;
}

body.mobile-app.ym-experience .m-home .m-adv-slide.coral {
  background-color: #2c1d1a;
  background-image:
    linear-gradient(rgba(224, 144, 121, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(224, 144, 121, .08) 1px, transparent 1px);
  border-left-color: #d65338;
}

body.mobile-app.ym-experience .m-home .m-adv-copy small {
  color: #aebfd0;
  letter-spacing: .04em;
}

body.mobile-app.ym-experience .m-home .m-adv-copy h2 {
  max-width: 260px;
  font-size: 20px;
  letter-spacing: -.025em;
}

body.mobile-app.ym-experience .m-home .m-adv-copy p {
  color: #b4c2cf;
  font-size: 10px;
}

body.mobile-app.ym-experience .m-home .m-adv-copy span {
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 5px;
  color: #fff;
  background: transparent;
}

body.mobile-app.ym-experience .m-home .m-adv-slide > i {
  right: 16px;
  bottom: 18px;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 7px;
  color: #d9e7f2;
  background: rgba(0, 0, 0, .14);
  transform: none;
}

body.mobile-app.ym-experience .m-home .m-adv-dots button {
  width: 10px;
  height: 3px;
  border-radius: 1px;
  background: rgba(255, 255, 255, .35);
}

body.mobile-app.ym-experience .m-home .m-adv-dots button.active {
  width: 22px;
  background: #fff;
}

body.mobile-app.ym-experience .m-home .ym-process--mobile-home {
  margin-top: 10px;
}

body.mobile-app.ym-experience .m-home :is(.m-business-panel, .m-home-section) {
  margin-top: 10px;
  padding: 14px;
  border: 1px solid #dfe5eb;
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}

body.mobile-app.ym-experience .m-home .m-business-grid i {
  width: 42px;
  height: 42px;
  border-radius: 7px;
  background: #1668b7;
  box-shadow: none;
}

body.mobile-app.ym-experience .m-home .m-business-grid a:nth-child(2) i { background: #c75b22; }
body.mobile-app.ym-experience .m-home .m-business-grid a:nth-child(3) i { background: #6650a3; }
body.mobile-app.ym-experience .m-home .m-business-grid a:nth-child(4) i { background: #2f7d5a; }
body.mobile-app.ym-experience .m-home .m-business-grid a:nth-child(5) i { background: #d65338; }
body.mobile-app.ym-experience .m-home .m-business-grid a:nth-child(6) i { background: #207d89; }
body.mobile-app.ym-experience .m-home .m-business-grid a:nth-child(7) i { background: #596676; }
body.mobile-app.ym-experience .m-home .m-business-grid a:nth-child(8) i { background: #4e6b85; }

body.mobile-app.ym-experience .m-home .m-home-ticker {
  min-height: 43px;
  border: 1px solid #d9e1e8;
  border-left: 3px solid var(--ym-accent);
  border-radius: 7px;
  color: #35465a;
  background: #fff;
  box-shadow: none;
}

body.mobile-app.ym-experience .m-home .m-home-ticker > svg:first-child,
body.mobile-app.ym-experience .m-home .m-home-ticker span {
  color: var(--ym-accent);
}

body.mobile-app.ym-experience .m-home .m-home-section-head {
  padding-bottom: 10px;
  border-bottom: 1px solid #e8ecef;
}

body.mobile-app.ym-experience .m-home .m-home-section-head b {
  font-size: 14px;
}

body.mobile-app.ym-experience .m-home .m-home-data .m-home-section-head > span {
  color: #2f7d5a;
  letter-spacing: .03em;
}

body.mobile-app.ym-experience .m-home .m-home-data .m-home-section-head > span i {
  width: 6px;
  height: 6px;
  border-radius: 1px;
  background: #2f9d6a;
  box-shadow: none;
}

body.mobile-app.ym-experience .m-home .m-home-data-kpis {
  gap: 0;
  margin-top: 10px;
  border: 1px solid #e3e8ed;
}

body.mobile-app.ym-experience .m-home .m-home-data-kpis span {
  padding: 10px 3px;
  border-right: 1px solid #e3e8ed;
  border-radius: 0;
  background: #f7f9fa;
}

body.mobile-app.ym-experience .m-home .m-home-data-kpis span:last-child {
  border-right: 0;
}

body.mobile-app.ym-experience .m-home .m-home-data-kpis b {
  color: #243449;
  font-size: 14px;
}

body.mobile-app.ym-experience .m-home .m-home-data-bars i {
  border-radius: 1px;
}

body.mobile-app.ym-experience .m-home .m-home-data-bars i em {
  border-radius: 1px;
  background: var(--ym-accent);
}

body.mobile-app.ym-experience .m-home .m-platform-grid {
  margin-top: 12px;
}

body.mobile-app.ym-experience .m-home .m-platform-grid img {
  width: 38px;
  height: 38px;
  border-color: #e1e6eb;
  border-radius: 7px;
  background: #fff;
}

body.mobile-app.ym-experience .m-home .m-creator-scroll {
  margin-top: 12px;
}

body.mobile-app.ym-experience .m-home .m-creator-card {
  border-color: #dfe5eb;
  border-radius: 7px;
  background: #fff;
}

body.mobile-app.ym-experience .m-home .m-creator-avatar {
  border-radius: 7px;
  background: #edf3f8;
}

body.mobile-app.ym-experience .m-home .m-creator-data b {
  color: #bd421c;
}

body.mobile-app.ym-experience .m-home .m-home-service-list > a > i {
  border-radius: 6px;
  color: var(--ym-accent);
  background: color-mix(in srgb, var(--ym-accent) 8%, #fff);
}

body.mobile-app.ym-experience .m-home .m-home-future span {
  border: 1px solid #e0e5ea;
  border-radius: 6px;
  color: #586579;
  background: #f6f7f9;
}

body.mobile-app.ym-experience .m-home .m-home-partners > a {
  border: 1px solid #dfe5eb;
  border-left: 3px solid var(--ym-accent);
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}

body.mobile-app.ym-experience .m-home .m-home-partners > a:nth-child(2) {
  border-left-color: #6650a3;
  background: #fff;
}

body.mobile-app.ym-experience .m-home .m-home-partners > a > i {
  border-radius: 6px;
  background: #f2f5f7;
}

/* 低性能设备、后台标签页和系统减少动效偏好 */
body.ym-motion-lite .ym-home-flow__packet,
body.ym-motion-lite .ym-platform-channel i,
body.ym-motion-lite .ym-process__track b,
body.ym-motion-paused .ym-home-flow__packet,
body.ym-motion-paused .ym-platform-channel i,
body.ym-motion-paused .ym-process__track b {
  animation-play-state: paused !important;
}

body.ym-motion-lite .ym-home-flow__packet,
body.ym-motion-lite .ym-platform-channel i,
body.ym-motion-lite .ym-process__track b {
  display: none;
}

@keyframes ym-flow-packet {
  from { transform: translateX(0); }
  to { transform: translateX(455%); }
}

@keyframes ym-panel-in {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 1080px) {
  body.ym-experience .sec-head {
    margin-bottom: 28px;
  }

  .ym-process__steps small {
    display: none;
  }
}

@media (max-width: 768px) {
  body.ym-experience .site-header .container {
    height: 60px;
  }

  body.ym-experience .main-nav {
    top: 60px;
    height: auto;
    padding: 10px 14px;
    background: #fff;
  }

  body.ym-experience .main-nav > a,
  body.ym-experience .nav-item > a {
    height: 46px;
    padding: 0 12px;
    border-bottom: 1px solid #edf0f3;
  }

  body.ym-experience .main-nav > a.active::after,
  body.ym-experience .nav-item.active > a::after {
    top: 10px;
    right: auto;
    bottom: 10px;
    left: 0;
    width: 3px;
    height: auto;
  }

  body.ym-experience .main-nav > a.nav-recruit {
    height: 42px;
    margin: 4px 0;
  }

  body.ym-experience .hero-inner {
    padding: 48px 0 42px;
  }

  body.ym-experience .hero h1 {
    font-size: 31px;
  }

  body.ym-experience .hero-stats {
    gap: 0;
  }

  body.ym-experience .db-grid {
    grid-template-columns: 1fr 1fr;
  }

  body.ym-experience .db-item {
    border-right: 1px solid #30404f;
    border-bottom: 1px solid #30404f;
  }

  body.ym-experience .db-item:nth-child(2n) {
    border-right: 0;
  }

  body.ym-experience .section {
    padding: 50px 0;
  }

  body.ym-experience .sec-head {
    margin-bottom: 25px;
  }

  .page-hero + .ym-process,
  .rc-square-hero + .ym-process {
    width: calc(100% - 28px);
    margin: 14px;
  }

  .ym-process__steps {
    grid-template-columns: 1fr 1fr;
  }

  .ym-process__steps li:nth-child(2) {
    border-right: 0;
  }

  .ym-process__steps li:nth-child(-n + 2) {
    border-bottom: 1px solid #e8ecef;
  }

  .ym-process__track {
    display: none;
  }

  .ym-platform-console ol {
    grid-template-columns: 1fr 1fr;
  }

  .ym-platform-console li:nth-child(2) {
    border-right: 0;
  }

  .ym-platform-console li:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, .11);
  }
}

@media (max-width: 480px) {
  body.ym-experience .hero h1 {
    font-size: 28px;
  }

  body.ym-experience .hero-cta {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.ym-experience .hero-cta .btn {
    width: 100%;
  }

  body.ym-experience .hero-stats .hs b {
    font-size: 22px;
  }

  body.ym-experience .hp-bar-row b {
    min-width: 46px;
  }

  body.ym-experience .plat-grid,
  body.ym-experience .feat-grid,
  body.ym-experience .steps,
  body.ym-experience .stat-cards {
    grid-template-columns: 1fr;
  }

  .ym-platform-console > header small {
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ym-home-flow__packet,
  .ym-platform-channel i,
  .ym-process__track b {
    display: none !important;
  }

  body.ym-experience *,
  body.ym-experience *::before,
  body.ym-experience *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
