:root {
  --brand: #e61817;
  --brand-dark: #c62828;
  --brand-light: #ff0a12;
  --gradient-red-start: #fc6f6f;
  --gradient-red-end: #ff0a12;
  --gradient-red: linear-gradient(135deg, var(--gradient-red-start) 0%, var(--gradient-red-end) 100%);
  --brand-bg: #fff5f5;
  --text-1: #1a1a1a;
  --text-2: #383838;
  --text-3: #666;
  --text-4: #999;
  --border: #e6e6e6;
  --surface: #fff;
  --canvas: #fafafa;
  --blue: #4590e6;
  --green: #2e7d32;
  --orange: #ed6c02;
  --sidebar: 264px;
  --topbar: 64px;
  --site-header: 64px;
  --font: "HarmonyOS Sans SC", "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--site-header) + 28px); }
body { margin: 0; color: var(--text-1); background: var(--canvas); font-family: var(--font); font-size: 14px; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
code, pre { font-family: "SFMono-Regular", Consolas, monospace; }
svg { flex: none; stroke-width: 2; }

.app-shell { min-height: 100vh; }
.sidebar { position: fixed; inset: var(--site-header) auto 0 0; z-index: 20; width: var(--sidebar); overflow-y: auto; background: #fff; border-right: 1px solid var(--border); }
.brand { display: none; align-items: center; height: 94px; padding: 22px 28px 16px; border-bottom: 1px solid #f2f2f2; }
.brand img { display: block; width: 178px; height: auto; }
#sidebar-nav { padding: 18px 12px 36px; }
.nav-section { margin-bottom: 18px; }
.nav-title { margin: 0 12px 8px; color: var(--text-4); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.nav-group { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 9px 12px; border: 0; background: none; color: var(--text-2); font-weight: 700; }
.nav-group svg { width: 16px; height: 16px; color: #aaa; }
.nav-children { display: grid; gap: 2px; overflow: hidden; }
.nav-children.collapsed { display: none; }
.nav-item { display: flex; align-items: center; gap: 10px; min-height: 36px; padding: 8px 12px 8px 24px; border-radius: 4px; color: var(--text-3); font-size: 13px; transition: .16s ease; }
.nav-item svg { width: 16px; height: 16px; }
.nav-item:hover { color: var(--brand); background: #fff8f8; }
.nav-item.active { color: var(--brand); background: var(--brand-bg); font-weight: 700; }

.main-shell { margin-left: var(--sidebar); padding-top: var(--site-header); }
.topbar { position: sticky; top: var(--site-header); z-index: 15; display: none; align-items: center; justify-content: space-between; height: var(--topbar); padding: 0 38px; border-bottom: 1px solid var(--border); background: rgba(255,255,255,.94); backdrop-filter: blur(12px); }
.search-box { position: relative; display: flex; align-items: center; gap: 10px; width: min(480px, 55vw); height: 38px; padding: 0 12px; border-radius: 6px; background: #f5f5f7; color: var(--text-4); }
.search-box svg { width: 16px; height: 16px; }
.search-box input { flex: 1; min-width: 0; border: 0; outline: 0; background: transparent; color: var(--text-2); }
.search-box kbd { display: inline-flex; align-items: center; gap: 4px; padding: 0; border: 0; background: transparent; color: #8d8d92; font-family: var(--font); font-size: 10px; }
.search-box kbd span { display: grid; min-width: 22px; height: 22px; place-items: center; padding: 0 5px; border: 1px solid #dfe0e4; border-bottom-color: #c9cbd1; border-radius: 5px; background: #fff; box-shadow: 0 1px 1px rgba(0,0,0,.05); }
.search-box kbd span:last-child { min-width: 22px; padding: 0; }
.search-results { position: absolute; top: calc(100% + 10px); left: 0; z-index: 30; width: 100%; max-height: min(460px, 60vh); overflow-y: auto; padding: 6px; border: 1px solid var(--border); border-radius: 10px; background: #fff; box-shadow: 0 16px 40px rgba(18,18,18,.14); color: var(--text-2); }
.search-results[hidden] { display: none; }
.search-result { display: grid; grid-template-columns: 32px 1fr auto; align-items: center; gap: 10px; width: 100%; min-height: 52px; padding: 8px 10px; border: 0; border-radius: 7px; background: transparent; color: inherit; text-align: left; }
.search-result:hover, .search-result.is-active { background: var(--brand-bg); }
.search-result-icon { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 7px; background: #fff1f1; color: var(--brand); }
.search-result-icon svg { width: 16px; height: 16px; }
.search-result-copy { min-width: 0; }
.search-result-copy strong, .search-result-copy span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.search-result-copy strong { margin-bottom: 3px; font-size: 13px; }
.search-result-copy span { color: var(--text-4); font-size: 11px; }
.search-result kbd { display: inline-grid; min-width: 24px; height: 22px; place-items: center; border: 1px solid #e3e3e6; border-radius: 5px; background: #fff; color: #999; font-size: 10px; }
.search-empty { padding: 18px 14px; color: var(--text-4); text-align: center; }
.search-empty strong { display: block; margin-bottom: 5px; color: var(--text-2); font-size: 13px; }
.top-actions { display: flex; align-items: center; gap: 12px; }
.version { padding: 5px 9px; border-radius: 20px; background: var(--brand-bg); color: var(--brand); font-size: 12px; font-weight: 700; }
.icon-button { display: inline-grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--border); border-radius: 5px; background: #fff; color: var(--text-3); }
.icon-button svg { width: 16px; }
.mobile-menu { display: none; }

#content { width: min(1180px, calc(100% - 80px)); margin: 0 auto; padding-bottom: 100px; }
.doc-section { padding: 74px 0 18px; }
.doc-section.search-hidden { display: none; }
.hero-section { min-height: calc(100vh - var(--topbar)); display: flex; flex-direction: column; justify-content: center; padding: 80px 0; background: radial-gradient(circle at 80% 35%, rgba(230,24,23,.08), transparent 30%); }
.eyebrow { color: var(--brand); font-size: 12px; font-weight: 800; letter-spacing: .16em; }
h1 { max-width: 800px; margin: 20px 0 24px; font-size: clamp(42px, 6vw, 76px); line-height: 1.08; letter-spacing: -.055em; }
h1 span { color: var(--brand); }
.hero-section > p { max-width: 680px; margin: 0; color: var(--text-3); font-size: 17px; line-height: 1.8; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.hero-stats { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 760px; margin-top: 74px; border-top: 1px solid var(--border); }
.hero-stats div { display: flex; flex-direction: column; gap: 6px; padding: 20px 20px 0 0; }
.hero-stats strong { font-size: 24px; }
.hero-stats span { color: var(--text-4); font-size: 12px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 28px; }
.section-heading > div { position: relative; }
.section-index { display: block; margin-bottom: 8px; color: var(--brand); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
h2 { margin: 0 0 8px; font-size: 30px; letter-spacing: -.03em; }
.section-heading p { margin: 0; color: var(--text-3); line-height: 1.7; }
.template-badge { color: var(--text-4); font-size: 10px; font-weight: 800; letter-spacing: .16em; }

.dp-button { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 36px; padding: 0 16px; border: 1px solid transparent; border-radius: 4px; font-weight: 600; transition: .16s ease; }
.dp-button svg { width: 16px; height: 16px; }
.dp-button.primary { border-color: var(--brand); background: var(--brand); color: #fff; }
.dp-button.primary:hover { background: var(--brand-dark); border-color: var(--brand-dark); }
.dp-button.secondary { border-color: #ddd; background: #fff; color: var(--text-2); }
.dp-button.secondary:hover { color: var(--brand); border-color: var(--brand); }
.dp-button.text { background: #fff5f5; color: var(--brand); }
.dp-button[disabled] { opacity: .42; cursor: not-allowed; }
.dp-button.small { min-height: 30px; padding: 0 10px; font-size: 12px; }

.color-system { display: grid; gap: 34px; }.color-token-group { padding-top: 2px; }.color-group-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 16px; }.color-group-heading span { display: block; color: var(--brand); font-size: 10px; font-weight: 800; letter-spacing: .12em; }.color-group-heading h3 { margin: 5px 0 0; font-size: 18px; letter-spacing: -.02em; }.color-group-heading p { margin: 0; color: var(--text-4); font-size: 12px; line-height: 1.6; }.color-brand-layout { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(0,.85fr); gap: 14px; }.color-token-feature, .color-token { overflow: hidden; border: 1px solid var(--border); border-radius: 10px; background: #fff; }.color-token-feature { display: grid; grid-template-columns: 44% 1fr; min-height: 192px; }.color-token-swatch { min-height: 62px; background: var(--token-color); }.color-token-feature .color-token-swatch { min-height: 100%; }.color-token-copy { display: flex; flex-direction: column; justify-content: center; padding: 24px; }.color-token-copy span, .color-token > div:last-child span, .color-foundation-token > span { color: var(--text-4); font-family: "SFMono-Regular", Consolas, monospace; font-size: 11px; }.color-token-copy strong { margin-top: 7px; font-size: 21px; letter-spacing: -.03em; }.color-token-copy code { margin-top: 6px; color: var(--brand); font-size: 13px; }.color-token-copy small { margin-top: 18px; color: var(--text-3); font-size: 12px; line-height: 1.55; }.color-brand-support { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }.color-brand-support .color-token--gradient { grid-column: 1 / -1; }.color-token { display: grid; grid-template-rows: 76px auto; }.color-token > div:last-child { padding: 13px 14px 14px; }.color-token strong, .color-token code { display: block; }.color-token strong { margin-top: 5px; font-size: 14px; }.color-token code { margin-top: 5px; color: var(--text-4); font-size: 11px; }.color-semantic-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }.color-semantic-token { display: grid; grid-template-columns: 12px minmax(0,1fr) auto; align-items: center; gap: 11px; min-height: 72px; padding: 14px 16px; border: 1px solid var(--border); border-radius: 8px; background: #fff; }.color-semantic-token i, .color-foundation-token i { display: block; width: 12px; height: 12px; border-radius: 50%; background: var(--token-color); }.color-semantic-token strong, .color-semantic-token span { display: block; }.color-semantic-token strong { font-size: 14px; }.color-semantic-token span { margin-top: 3px; color: var(--text-4); font-family: "SFMono-Regular", Consolas, monospace; font-size: 10px; }.color-semantic-token code, .color-foundation-token code { color: var(--text-4); font-size: 11px; }.color-foundation-list { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--border); border-left: 1px solid var(--border); border-radius: 8px; overflow: hidden; }.color-foundation-token { display: grid; grid-template-columns: 12px minmax(0,1fr); column-gap: 10px; align-items: center; min-height: 86px; padding: 15px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); background: #fff; }.color-foundation-token i { grid-row: span 2; border: 1px solid rgba(0,0,0,.08); }.color-foundation-token strong { margin-top: 3px; font-size: 13px; }.color-foundation-token code { grid-column: 2; margin-top: 4px; }
@media (max-width: 760px) { .color-group-heading { align-items: flex-start; flex-direction: column; gap: 7px; }.color-brand-layout { grid-template-columns: 1fr; }.color-foundation-list { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 560px) { .color-system { gap: 28px; }.color-token-feature { grid-template-columns: 1fr; }.color-token-feature .color-token-swatch { min-height: 112px; }.color-brand-support, .color-semantic-list, .color-foundation-list { grid-template-columns: 1fr; }.color-brand-support .color-token--gradient { grid-column: auto; }.color-foundation-token { min-height: 72px; } }
.color-brand-support { grid-template-columns: 1fr; }.color-brand-support .color-token--gradient { grid-column: auto; }.color-semantic-token { grid-template-columns: 48px minmax(0,1fr) auto; gap: 14px; min-height: 86px; }.color-semantic-token i { width: 48px; height: 48px; border-radius: 8px; box-shadow: inset 0 0 0 1px rgba(0,0,0,.06); }
.color-token-feature { position: relative; display: block; overflow: hidden; background: var(--token-color); }.color-token-feature .color-token-swatch { display: none; }.color-token-feature .color-token-copy { position: relative; z-index: 1; min-height: 192px; justify-content: flex-start; padding: 26px; color: #fff; }.color-token-feature .color-token-copy span { color: rgba(255,255,255,.78); }.color-token-feature .color-token-copy strong { color: #fff; }.color-token-feature .color-token-copy code { color: #fff; }.color-token-feature .color-token-copy small { color: rgba(255,255,255,.86); }.color-token { position: relative; display: block; min-height: 126px; overflow: hidden; background: var(--token-color); }.color-token .color-token-swatch { position: absolute; inset: 0; min-height: 0; }.color-token > div:last-child { position: relative; z-index: 1; padding: 20px; }.color-token > div:last-child span { color: rgba(255,255,255,.78); }.color-token > div:last-child strong { color: #fff; font-size: 15px; }.color-token > div:last-child code { color: rgba(255,255,255,.9); }.color-token--subtle > div:last-child span { color: var(--text-4); }.color-token--subtle > div:last-child strong { color: var(--text-1); }.color-token--subtle > div:last-child code { color: var(--text-3); }
.color-group-heading h3 { margin: 0; }.color-semantic-token { display: flex; align-items: flex-start; min-height: 146px; padding: 22px; border: 0; border-radius: 10px; background: var(--token-color); color: #fff; }.color-semantic-token > div { display: block; }.color-semantic-token strong, .color-semantic-token span, .color-semantic-token code { display: block; }.color-semantic-token span { margin: 0; color: rgba(255,255,255,.78); font-family: "SFMono-Regular", Consolas, monospace; font-size: 11px; }.color-semantic-token strong { margin-top: 7px; color: #fff; font-size: 19px; letter-spacing: -.02em; }.color-semantic-token code { margin-top: 7px; color: rgba(255,255,255,.9); font-size: 12px; }.color-foundation-list { gap: 12px; border: 0; border-radius: 0; overflow: visible; }.color-foundation-token { display: flex; align-items: flex-start; min-height: 128px; padding: 20px; border: 0; border-radius: 10px; background: var(--token-color); color: #fff; }.color-foundation-token > div { display: block; }.color-foundation-token span, .color-foundation-token strong, .color-foundation-token code { display: block; }.color-foundation-token span { color: rgba(255,255,255,.76); font-family: "SFMono-Regular", Consolas, monospace; font-size: 11px; }.color-foundation-token strong { margin-top: 7px; color: #fff; font-size: 15px; }.color-foundation-token code { margin-top: 7px; color: rgba(255,255,255,.88); font-size: 11px; }.color-foundation-token--light { border: 1px solid var(--border); color: var(--text-1); }.color-foundation-token--light span { color: var(--text-4); }.color-foundation-token--light strong { color: var(--text-1); }.color-foundation-token--light code { color: var(--text-3); }
.type-specimen { border-top: 1px solid var(--border); }
.type-row { display: grid; grid-template-columns: 140px 1fr 110px; align-items: center; min-height: 76px; border-bottom: 1px solid var(--border); }
.type-row > span, .type-row code { color: var(--text-4); font-size: 12px; }
.type-row p { margin: 0; }
.title-xl strong { font-size: 20px; }.title-md strong { font-size: 16px; }.title-sm strong { font-size: 14px; }
@media (max-width: 700px) {
  .type-row { grid-template-columns: 86px minmax(0,1fr) 76px; min-height: 68px; gap: 10px; }
  .type-row > span, .type-row code { font-size: 10px; }
  .title-xl strong { font-size: 18px; }.title-md strong { font-size: 15px; }
}
.token-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 12px; }
.token-card { display: flex; flex-direction: column; gap: 6px; padding: 18px; border: 1px solid var(--border); border-radius: 8px; background: #fff; }
.token-card span { color: var(--text-4); font-size: 11px; }
.space-demo { width: 72px; height: 24px; margin-bottom: 14px; background: repeating-linear-gradient(90deg, var(--brand-bg), var(--brand-bg) 3px, var(--brand) 4px); }
.s8 { width: 56px }.s16 { width: 44px }.s24 { width: 32px }
.radius-demo { width: 62px; height: 42px; margin-bottom: 6px; background: var(--brand-bg); border: 1px solid #ffcaca; }
.r2 { border-radius: 2px }.r4 { border-radius: 4px }.r8 { border-radius: 8px }
.shadow-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.shadow-card, .motion-card { display: flex; min-height: 150px; flex-direction: column; justify-content: end; gap: 8px; padding: 22px; border-radius: 8px; background: #fff; }
.shadow-card span, .shadow-card code, .motion-card span { color: var(--text-4); font-size: 12px; }
.level-1 { box-shadow: 0 2px 8px rgba(0,0,0,.08); }.level-2 { box-shadow: 0 8px 24px rgba(0,0,0,.12); }
.motion-card { border: 1px solid var(--border); }
.motion-dot { width: 24px; height: 24px; border-radius: 50%; background: var(--brand); animation: pulse 1.6s ease infinite; }
@keyframes pulse { 50% { transform: translateX(calc(100% + 70px)); opacity: .5; } }
.icon-board { display: grid; grid-template-columns: 220px 1fr; border: 1px solid var(--border); border-radius: 8px; overflow: hidden; background: #fff; }
.icon-size { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; min-height: 220px; background: var(--brand); color: #fff; }
.icon-size svg { width: 48px; height: 48px; }
.icon-size span { opacity: .75; font-size: 12px; }
.icon-list { display: grid; grid-template-columns: repeat(3, 1fr); }
.icon-list div { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; min-height: 110px; border: solid var(--border); border-width: 0 0 1px 1px; }
.icon-list svg { width: 24px; height: 24px; }
.icon-list span { color: var(--text-4); font-size: 11px; }

.demo-card, .table-card { overflow: hidden; border: 1px solid var(--border); border-radius: 8px; background: #fff; }
.demo-toolbar { display: flex; align-items: center; justify-content: space-between; padding: 10px 14px; border-bottom: 1px solid var(--border); background: #fcfcfc; }
.segmented { display: flex; gap: 3px; padding: 3px; border-radius: 5px; background: #f0f0f0; }
.segmented button { padding: 5px 12px; border: 0; border-radius: 3px; background: transparent; color: var(--text-3); font-size: 12px; }
.segmented button.active { background: #fff; color: var(--text-1); box-shadow: 0 1px 3px rgba(0,0,0,.08); }
.copy-button { display: flex; align-items: center; gap: 6px; border: 0; background: none; color: var(--text-4); font-size: 12px; }
.copy-button svg { width: 14px; }
.demo-preview { display: flex; align-items: center; min-height: 150px; padding: 32px; }
.button-demo { gap: 14px; flex-wrap: wrap; }
.code-panel { display: none; min-height: 150px; margin: 0; padding: 24px; overflow: auto; background: #1f2023; color: #f4f4f4; line-height: 1.7; }
.demo-card.show-code .demo-preview { display: none; }.demo-card.show-code .code-panel { display: block; }
.form-demo { gap: 24px; flex-wrap: wrap; }
.form-demo label { display: grid; gap: 8px; color: var(--text-2); }
.dp-input { display: flex; align-items: center; gap: 8px; width: 230px; height: 36px; padding: 0 11px; border: 1px solid #ddd; border-radius: 4px; }
.dp-input:focus-within { border-color: var(--brand); box-shadow: 0 0 0 2px rgba(230,24,23,.08); }
.dp-input svg { width: 16px; color: var(--text-4); }
.dp-input input { min-width: 0; border: 0; outline: 0; }
.dp-select { height: 36px; min-width: 160px; padding: 0 32px 0 11px; border: 1px solid #ddd; border-radius: 4px; background: #fff; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; padding: 12px; background: #f5f5f5; }
.metric-card { display: flex; min-height: 140px; flex-direction: column; justify-content: center; padding: 20px; background: #fff; }
.metric-card > span { color: var(--text-3); font-size: 12px; }
.metric-card > strong { margin: 10px 0; font-size: 27px; }
.metric-card em { color: var(--brand); font-style: normal; }
.metric-card strong small { margin-left: 2px; font-size: 12px; }
.metric-card > small { color: var(--text-4); font-size: 10px; }.up { color: var(--brand); }.down { color: var(--green); }
.page-tabs { display: flex; align-items: end; height: 52px; padding: 0 14px; border-bottom: 1px solid var(--border); background: #f5f6f8; }
.page-tabs button { display: flex; align-items: center; gap: 6px; height: 40px; padding: 0 18px; border: 0; background: transparent; color: var(--text-4); }
.page-tabs button.active { border-radius: 4px 4px 0 0; background: #fff; color: var(--brand); border-bottom: 2px solid var(--brand); }
.page-tabs svg { width: 13px; }
.status-row { display: flex; flex-wrap: wrap; gap: 16px; padding: 28px; border: 1px solid var(--border); border-radius: 8px; background: #fff; }
.status { display: inline-flex; align-items: center; min-height: 24px; padding: 0 8px; border-radius: 3px; font-size: 12px; white-space: nowrap; }
.status.success { background: #edf7ed; color: var(--green); }.status.warning { background: #fff4e5; color: var(--orange); }.status.danger { background: var(--brand-bg); color: var(--brand); }.status.info { background: #edf5fd; color: var(--blue); }.status.neutral { background: #f2f2f2; color: var(--text-3); }
.quick-grid { display: flex; gap: 30px; padding: 28px; border: 1px solid var(--border); border-radius: 8px; background: #fff; }
.quick-grid button { display: grid; justify-items: center; gap: 9px; border: 0; background: transparent; color: var(--text-3); }
.quick-grid button span { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 8px; background: var(--brand-bg); color: var(--brand); }
.quick-grid button svg { width: 24px; height: 24px; }
.quick-grid .add span { border: 1px dashed #bbb; background: #fff; color: var(--text-4); }
.table-actions { display: flex; align-items: center; justify-content: space-between; padding: 14px 16px; }
.table-actions > span { font-weight: 700; }.table-actions > div { display: flex; gap: 8px; }
.table-scroll { overflow: auto; }
table { width: 100%; min-width: 860px; border-collapse: collapse; }
th, td { height: 48px; padding: 0 14px; border-top: 1px solid #eee; text-align: left; white-space: nowrap; font-size: 12px; }
th { height: 44px; background: #fafafa; color: var(--text-3); font-weight: 600; }
th svg { width: 12px; vertical-align: middle; }
tbody tr:hover { background: #fafafa; }.selected { background: var(--brand-bg) !important; }
input[type="checkbox"] { accent-color: var(--brand); }
.pagination { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 22px; border: 1px solid var(--border); border-radius: 8px; background: #fff; color: var(--text-3); }
.pagination button { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid #ddd; border-radius: 4px; background: #fff; }
.pagination button.active { border-color: var(--brand); background: var(--brand); color: #fff; }.pagination button:disabled { opacity: .35; }
.pagination button svg { width: 14px; }.pagination select { height: 32px; border: 1px solid #ddd; border-radius: 4px; }

.rtm-frame { overflow: hidden; border: 1px solid #ddd; border-radius: 8px; background: #f5f6f8; box-shadow: 0 18px 55px rgba(0,0,0,.1); }
.rtm-header { display: flex; align-items: center; gap: 28px; height: 54px; padding: 0 16px; background: #fff; color: var(--text-3); font-size: 10px; }
.rtm-header > strong { color: var(--brand); font-size: 12px; }.rtm-search { display: flex; align-items: center; gap: 8px; width: 160px; height: 28px; margin-left: auto; padding: 0 9px; border-radius: 4px; background: #f5f5f5; color: var(--text-4); }.rtm-search svg { width: 12px; }.avatar { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: var(--brand); color: #fff; }
.rtm-body { display: flex; min-height: 500px; }.rtm-rail { display: flex; width: 48px; flex-direction: column; align-items: center; gap: 27px; padding-top: 22px; background: #fff; color: var(--text-4); }.rtm-rail svg { width: 15px; }
.rtm-content { flex: 1; min-width: 0; padding: 12px; }.welcome { display: flex; align-items: center; height: 70px; padding: 0 18px; background: linear-gradient(90deg, #fff, #fff3f3); }.welcome div { display: grid; gap: 6px; }.welcome strong { font-size: 16px; }.welcome span { color: var(--text-4); }
.rtm-dashboard-grid { display: grid; grid-template-columns: 2fr 2fr 1.6fr; gap: 10px; margin-top: 10px; }.rtm-panel { min-width: 0; padding: 14px; background: #fff; }.span-2 { grid-column: span 2; }.rtm-panel h4 { display: flex; align-items: center; gap: 5px; margin: 0 0 15px; }.rtm-panel h4 svg { width: 13px; color: var(--text-4); }
.mini-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }.mini-metrics div { display: grid; gap: 8px; padding: 14px; background: #fcfcfc; }.mini-metrics span { color: var(--text-3); font-size: 10px; }.mini-metrics b { font-size: 21px; }.mini-metrics .red { color: var(--brand); }.mini-metrics small { font-size: 10px; }
.account { display: flex; flex-direction: column; }.account > b { margin: 10px 0; font-size: 22px; }.account > span { color: var(--brand); font-size: 10px; }
.mini-actions { display: flex; gap: 30px; }.mini-actions span { display: grid; justify-items: center; gap: 8px; color: var(--text-3); font-size: 10px; }.mini-actions svg { width: 22px; color: var(--brand); }
.alerts p { display: flex; align-items: center; gap: 8px; padding: 10px; background: #fafafa; font-size: 11px; }.alerts svg { width: 20px; padding: 3px; border-radius: 4px; background: #ff9e43; color: #fff; }.alerts b { color: var(--brand); }
.rtm-frame-hi { border-radius: 4px; background: #f5f6f8; box-shadow: 0 18px 55px rgba(0,0,0,.1); }
.rtm-frame-hi .rtm-header { height: 58px; gap: 18px; padding: 0 14px; border-bottom: 1px solid #f1f1f1; }
.rtm-brand { display: flex; align-items: center; width: 124px; height: 48px; }
.rtm-brand img { display: block; width: 106px; max-height: 40px; object-fit: contain; object-position: left center; }
.rtm-collapse { display: grid; place-items: center; width: 24px; height: 30px; padding: 0; border: 0; background: transparent; color: #999; }
.rtm-collapse svg, .rtm-platform svg { width: 15px; height: 15px; }
.rtm-platform { display: flex; align-items: center; gap: 7px; height: 34px; padding: 0 10px; color: #777; white-space: nowrap; }
.rtm-platform.active { border-radius: 4px; background: #f5f5f7; color: #333; }
.rtm-frame-hi .rtm-search { width: 170px; height: 30px; margin-left: auto; }
.rtm-user { max-width: 145px; overflow: hidden; color: #666; text-overflow: ellipsis; white-space: nowrap; }
.rtm-chevron { width: 12px; color: #aaa; }
.rtm-frame-hi .rtm-body { min-height: 650px; align-items: stretch; }
.rtm-side { flex: 0 0 166px; padding: 10px 8px 24px; background: #fff; }
.rtm-side a { display: flex; align-items: center; gap: 10px; min-height: 38px; padding: 0 10px; border-radius: 4px; color: #666; font-size: 10px; }
.rtm-side a > svg:first-child { width: 15px; height: 15px; color: #999; }
.rtm-side a > svg:last-child { width: 12px; height: 12px; margin-left: auto; color: #bbb; }
.rtm-side a.active { background: #fff3f3; color: var(--brand); }
.rtm-side a.active svg { color: var(--brand); }
.rtm-side a.sub { min-height: 31px; padding-left: 34px; color: #777; }
.rtm-side a.sub::before { content: "•"; margin-right: 5px; color: #bbb; }
.rtm-main { flex: 1; min-width: 0; }
.rtm-tabs { display: flex; align-items: end; height: 42px; padding-left: 10px; background: #f5f6f8; }
.rtm-tabs span { display: flex; align-items: center; gap: 6px; min-width: 84px; height: 32px; padding: 0 15px; color: #aaa; font-size: 10px; }
.rtm-tabs span.active { background: #fff; color: var(--brand); }
.rtm-tabs svg { width: 11px; }
.rtm-frame-hi .rtm-content { padding: 10px; }
.rtm-frame-hi .welcome { height: 66px; padding: 0 16px; background: linear-gradient(90deg,#fff,#fff6f6 74%,#fff0f0); }
.rtm-frame-hi .welcome::after { content: ""; width: 200px; height: 100%; margin-left: auto; opacity: .25; background: radial-gradient(ellipse at 70% 100%,transparent 45%,#f7bfc2 46%,transparent 48%); }
.rtm-frame-hi .welcome strong { font-size: 15px; }.rtm-frame-hi .welcome span { font-size: 11px; }
.rtm-frame-hi .rtm-dashboard-grid { grid-template-columns: 1.5fr 1.5fr 1.25fr; gap: 9px; }
.rtm-frame-hi .rtm-panel { padding: 12px; min-height: 118px; }
.rtm-frame-hi .rtm-panel h4 { margin-bottom: 11px; font-size: 11px; }
.rtm-frame-hi .rtm-panel h4 small { margin-left: 5px; color: #aaa; font-size: 8px; font-weight: 400; }
.overview-panel { grid-column: span 2; }
.rtm-frame-hi .mini-metrics { gap: 8px; }
.rtm-frame-hi .mini-metrics div { min-width: 0; padding: 12px; }
.rtm-frame-hi .mini-metrics span { font-size: 9px; }.rtm-frame-hi .mini-metrics b { font-size: 20px; }
.rtm-frame-hi .mini-metrics em { color: #aaa; font-size: 7px; font-style: normal; white-space: nowrap; }
.rtm-frame-hi .mini-metrics em i { color: var(--brand); font-style: normal; }.rtm-frame-hi .mini-metrics em u { color: var(--green); text-decoration: none; }
.rtm-panel-head { display: flex; align-items: center; justify-content: space-between; }
.rtm-panel-head > span { display: flex; align-items: center; gap: 3px; color: #999; font-size: 8px; }
.rtm-panel-head > span b { padding: 2px 7px; background: #fff3f3; color: var(--brand); font-weight: 500; }
.rtm-panel-head svg { width: 10px; height: 10px; }
.rtm-frame-hi .account { padding-bottom: 9px; }
.account-grid { display: grid; grid-template-columns: 1.1fr .9fr; height: 74px; }
.account-grid > div { display: flex; flex-direction: column; gap: 8px; padding: 10px; background: #fcfcfc; }
.account-grid > div + div { margin-left: 8px; }
.account-grid span { color: #666; font-size: 9px; }.account-grid span svg { width: 11px; height: 11px; vertical-align: middle; }
.account-grid b { font-size: 18px; }.account-grid b small { font-size: 8px; }.account-grid em { color: var(--brand); font-size: 8px; font-style: normal; }
.quick-panel { grid-column: span 2; min-height: 142px !important; }
.rtm-frame-hi .mini-actions { gap: 24px; padding: 8px 7px 0; }
.rtm-frame-hi .mini-actions span { min-width: 52px; }
.rtm-frame-hi .mini-actions svg { width: 20px; height: 20px; padding: 7px; box-sizing: content-box; border-radius: 5px; background: #fff3f3; }
.rtm-frame-hi .mini-actions .add svg { border: 1px dashed #bbb; background: #fff; color: #999; }
.rtm-frame-hi .alerts { min-height: 142px; }
.rtm-frame-hi .alerts p { align-items: flex-start; margin: 0 0 8px; padding: 8px; }
.rtm-frame-hi .alerts p > svg { flex: 0 0 auto; width: 22px; height: 22px; padding: 4px; }
.rtm-frame-hi .alerts p:nth-of-type(2) > svg { background: var(--brand); }
.rtm-frame-hi .alerts p span { display: block; line-height: 1.3; }.rtm-frame-hi .alerts p em { display: block; margin-top: 4px; color: #aaa; font-size: 7px; font-style: normal; }
.list-panel { min-height: 160px !important; }
.list-panel ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.list-panel li { display: flex; gap: 12px; color: #666; font-size: 9px; white-space: nowrap; }
.list-panel li::before { content: "•"; color: #ccc; }.list-panel time { margin-left: auto; color: #999; }
.list-template, .form-template { border: 1px solid var(--border); border-radius: 8px; background: #fff; }
.list-title, .form-title { display: flex; align-items: center; justify-content: space-between; min-height: 60px; padding: 0 18px; border-bottom: 1px solid var(--border); }
.filter-bar { display: flex; align-items: end; gap: 12px; flex-wrap: wrap; padding: 16px 18px; border-bottom: 1px solid var(--border); }
.filter-bar label { display: flex; align-items: center; gap: 8px; color: var(--text-3); font-size: 12px; }
.filter-bar input { width: 130px; height: 36px; padding: 0 10px; border: 1px solid #ddd; border-radius: 4px; }
.filter-bar .dp-select { min-width: 75px; }
.template-table { margin: 16px; overflow: hidden; border: 1px solid var(--border); }
.template-th, .template-tr { display: grid; grid-template-columns: .5fr 1.3fr 1fr 1fr 1.7fr 1.3fr .6fr; align-items: center; min-width: 800px; }
.template-th { height: 44px; background: #fafafa; color: var(--text-3); font-size: 12px; }
.template-tr { min-height: 48px; border-top: 1px solid var(--border); font-size: 12px; }.template-tr.active { background: var(--brand-bg); }
.template-th span, .template-tr span { padding: 0 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.form-title span { color: var(--text-4); font-size: 12px; }.form-title em, .form-template em { color: var(--brand); font-style: normal; }
fieldset { margin: 22px; padding: 22px; border: 1px solid var(--border); border-radius: 5px; } legend { padding: 0 8px; font-weight: 700; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 28px; }.form-grid label { display: grid; grid-template-columns: 100px 1fr; align-items: center; gap: 10px; }.form-grid label > span { text-align: right; color: var(--text-3); }.form-grid input, .form-grid select { width: 100%; height: 36px; padding: 0 10px; border: 1px solid #ddd; border-radius: 4px; background: #fff; }.form-grid .full { grid-column: span 2; }
.form-footer { display: flex; justify-content: center; gap: 12px; padding: 18px; border-top: 1px solid var(--border); }
.empty-state { display: flex; min-height: 330px; flex-direction: column; align-items: center; justify-content: center; padding: 30px; border: 1px solid var(--border); border-radius: 8px; background: #fff; text-align: center; }.empty-illustration { display: grid; place-items: center; width: 94px; height: 78px; margin-bottom: 18px; border-radius: 50%; background: #f5f5f5; color: #bbb; }.empty-illustration svg { width: 40px; height: 40px; }.empty-state p { margin: 8px 0 18px; color: var(--text-4); }
.roadmap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }.roadmap-grid div { display: flex; align-items: center; justify-content: space-between; min-height: 78px; padding: 18px; border: 1px solid var(--border); border-radius: 8px; background: #fff; }.roadmap-grid strong { color: var(--text-4); font-size: 11px; }.roadmap-grid .done { border-color: #ffc8c8; background: var(--brand-bg); }.roadmap-grid .done strong { color: var(--brand); }
.ppt-hero { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 60px; min-height: 620px; }
.ppt-hero h2 { margin: 16px 0 20px; font-size: clamp(42px, 5vw, 68px); line-height: 1.1; }
.ppt-hero h2 span { color: var(--brand); }
.ppt-hero-copy > p { max-width: 580px; color: var(--text-3); font-size: 16px; line-height: 1.8; }
.ppt-preview-card { position: relative; display: flex; min-height: 330px; flex-direction: column; justify-content: center; overflow: hidden; padding: 34px; background: var(--gradient-red); color: #fff; box-shadow: 0 22px 60px rgba(198,40,40,.24); transition: .2s ease; }
.ppt-preview-card::before { content: ""; position: absolute; width: 330px; height: 330px; right: -90px; bottom: -180px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; box-shadow: 0 0 0 50px rgba(255,255,255,.035), 0 0 0 100px rgba(255,255,255,.025); }
.ppt-preview-card:hover { transform: translateY(-4px); box-shadow: 0 28px 72px rgba(198,40,40,.3); }
.ppt-preview-top { position: absolute; inset: 28px 30px auto; display: flex; justify-content: space-between; font-weight: 800; letter-spacing: .05em; }
.ppt-preview-top small { opacity: .7; }
.ppt-preview-card > strong { position: relative; font-size: 32px; line-height: 1.28; }
.ppt-preview-en { margin-top: 12px; opacity: .75; font-size: 11px; letter-spacing: .12em; }
.ppt-preview-open { position: absolute; right: 28px; bottom: 24px; display: flex; align-items: center; gap: 7px; font-size: 12px; }
.ppt-preview-open svg { width: 15px; }
.ppt-foundation-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.ppt-rule-card { display: flex; min-height: 160px; flex-direction: column; justify-content: end; gap: 8px; padding: 22px; border: 1px solid var(--border); background: #fff; }
.ppt-rule-card > span, .ppt-rule-card small { color: var(--text-4); }.ppt-rule-card strong { font-size: 24px; }
.ppt-rule-card.red { border: 0; background: var(--gradient-red); color: #fff; }.ppt-rule-card.red > span, .ppt-rule-card.red small { color: rgba(255,255,255,.76); }
.ppt-principles { display: grid; gap: 1px; margin-top: 16px; background: var(--border); border: 1px solid var(--border); }
.ppt-principles div { display: flex; align-items: center; gap: 12px; padding: 17px 20px; background: #fff; color: var(--text-3); }.ppt-principles svg { width: 18px; color: var(--brand); }.ppt-principles strong { margin-right: 8px; color: var(--text-1); }
.ppt-layout-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.ppt-layout { position: relative; display: flex; min-height: 172px; flex-direction: column; justify-content: flex-start; overflow: hidden; padding: 52px 18px 18px; border: 1px solid var(--border); background: #fff; }
.ppt-layout::after { display: none; }
.ppt-page-head { position: absolute; inset: 16px 18px auto 18px; z-index: 2; display: flex; justify-content: space-between; align-items: center; }
.ppt-page-head span { color: var(--brand); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.ppt-page-head small { color: var(--text-4); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ppt-layout strong { position: relative; z-index: 2; margin-bottom: 5px; color: var(--text-1); font-size: 17px; line-height: 1.2; }
.ppt-layout > small { position: relative; z-index: 2; color: var(--text-4); }
.ppt-layout em { position: relative; z-index: 2; margin-top: 16px; color: rgba(255,255,255,.78); font-style: normal; font-size: 11px; }
.ppt-layout.red { border: 0; background: var(--gradient-red); color: #fff; }
.ppt-layout.red::before { display: none; }
.ppt-layout.red .ppt-page-head span, .ppt-layout.red .ppt-page-head small, .ppt-layout.red > small { color: rgba(255,255,255,.78); }
.ppt-layout.red strong { color: #fff; }
.ppt-layout:not(.cover-template)::before { content: ""; position: absolute; right: 0; bottom: 0; z-index: 0; width: 58%; height: 54%; background: linear-gradient(135deg, rgba(255,255,255,.76), rgba(255,255,255,.36)), url("./ppt/images/dp-ppt-bg1.png") right bottom/cover; opacity: .28; pointer-events: none; }
.ppt-layout > *:not(.ppt-page-head) { position: relative; z-index: 2; }
.ppt-layout .ppt-page-head { position: absolute; inset: 16px 18px auto 18px; z-index: 3; }
.cover-template { display: flex; min-height: 172px; flex-direction: column; padding: 0; border: 1px solid var(--border); background: #fff; }
.cover-template .ppt-red-field { position: relative; display: flex; flex: 1; min-height: 134px; flex-direction: column; justify-content: center; padding: 18px 24px; overflow: hidden; background: linear-gradient(90deg, rgba(210,0,12,.18), rgba(255,10,18,.08)), url("./ppt/images/dp-ppt-bg1.png") center/cover; color: #fff; }
.cover-template .ppt-red-field::after { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, rgba(255,255,255,.07) 0 38%, transparent 38% 100%); opacity: .5; }
.cover-template .ppt-dp { position: absolute; left: 18px; top: 16px; z-index: 2; color: #fff; font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.cover-template .ppt-white-logo { position: absolute; right: 18px; top: 16px; z-index: 2; color: #fff; font-size: 10px; font-weight: 900; letter-spacing: .02em; }
.cover-template strong { max-width: 70%; margin: 0 0 5px; color: #fff; font-size: 17px; font-weight: 500; letter-spacing: -.04em; }
.cover-template small { color: rgba(255,255,255,.92); font-size: 11px; letter-spacing: .02em; }
.cover-template em { margin: 9px 0 0 24px; color: #333; font-size: 10px; font-style: normal; }
.divider { align-items: center; justify-content: center; padding: 44px 18px 22px; text-align: center; }
.divider b { color: var(--brand); font-size: 26px; font-weight: 400; line-height: 1; }
.divider strong { margin: 8px 0 8px; color: var(--brand); font-size: 25px; font-weight: 400; }
.divider i { display: block; width: 42%; height: 1px; margin-bottom: 8px; background: var(--brand); }
.divider > small { color: var(--brand); font-size: 12px; }
.quote { align-items: center; justify-content: center; padding: 46px 16px 30px; text-align: center; }
.quote strong { color: var(--text-1); font-size: 18px; font-weight: 400; line-height: 1.25; }
.quote > small { max-width: 92%; margin-top: 8px; color: var(--brand); font-size: 16px; font-weight: 900; line-height: 1.25; }
.quote p { width: 22px; height: 3px; margin: 14px 0 0; background: var(--brand); }
.closing-template { align-items: center; justify-content: center; padding: 52px 18px 30px; text-align: center; }
.closing-template strong { max-width: 88%; color: var(--brand); font-size: 19px; font-weight: 700; line-height: 1.25; }
.closing-template > small { margin-top: 8px; color: var(--text-3); }
.ppt-layout.toc ol { position: relative; z-index: 2; display: grid; gap: 5px; margin: 12px 0 0; padding: 0; list-style: none; color: var(--text-3); font-size: 11px; }
.ppt-layout.toc li::before { content: "0" counter(item); counter-increment: item; margin-right: 8px; color: var(--brand); font-weight: 900; }
.ppt-layout.toc ol { counter-reset: item; }
.ppt-layout.quote::before, .ppt-layout.closing-template::before { content: ""; position: absolute; inset: auto 0 0 0; z-index: 0; width: 100%; height: 28%; background: linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.18)), url("./ppt/images/dp-ppt-bg1.png") center bottom/cover; opacity: .34; pointer-events: none; }
.ppt-image-block { position: relative; z-index: 1; display: grid; place-items: center; width: 48%; height: 62px; margin-top: auto; margin-left: auto; background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(230,0,18,.18)), url("./ppt/images/dp-ppt-bg1.png") center/cover; border: 1px solid #f1d5d5; }
.ppt-image-block svg { width: 25px; color: var(--brand); opacity: .7; }
.ppt-icons-row { position: relative; z-index: 2; display: flex; gap: 9px; margin-top: auto; padding-top: 16px; }
.ppt-icons-row i { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: #fff2f2; color: var(--brand); }
.ppt-icons-row svg { width: 18px; }
.ppt-layout.icon-cols .ppt-icons-row i { width: 28px; height: 28px; border-radius: 0; background: transparent; color: var(--text-1); }
.ppt-layout.icon-cols .ppt-icons-row svg { width: 22px; height: 22px; }
.ppt-kpi-row { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: auto; padding-top: 16px; }
.ppt-kpi-row b { padding-top: 9px; border-top: 3px solid var(--brand); color: var(--brand); font-size: 18px; line-height: 1; }
.ppt-node-map { position: absolute; right: 22px; bottom: 22px; z-index: 2; width: 118px; height: 78px; }
.ppt-node-map b, .ppt-node-map span { position: absolute; display: grid; place-items: center; border-radius: 50%; background: #fff; border: 1px solid rgba(230,0,18,.24); color: var(--brand); font-size: 10px; font-weight: 800; }
.ppt-node-map b { left: 34px; top: 20px; width: 48px; height: 48px; background: var(--brand); color: #fff; }
.ppt-node-map span { width: 34px; height: 34px; }.ppt-node-map span:nth-child(2) { left: 0; top: 2px; }.ppt-node-map span:nth-child(3) { right: 0; top: 0; }.ppt-node-map span:nth-child(4) { right: 8px; bottom: 0; }
.ppt-product-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; margin-top: auto; padding-top: 16px; }
.ppt-product-grid i { height: 36px; background: linear-gradient(135deg, rgba(255,255,255,.35), rgba(230,0,18,.14)), url("./ppt/images/dp-ppt-bg1.png") center/cover; border: 1px solid #eee; }
.ppt-product-grid i:nth-child(2) { background-position: 35% 50%; }.ppt-product-grid i:nth-child(3) { background-position: 65% 50%; }.ppt-product-grid i:nth-child(4) { background-position: 85% 50%; }
.ppt-chart-mini { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); align-items: end; gap: 8px; height: 54px; margin-top: auto; padding: 8px 8px 0; border-left: 1px solid #eee; border-bottom: 1px solid #eee; }
.ppt-chart-mini i { display: block; background: linear-gradient(180deg, #ff6b6b, var(--brand)); }.ppt-chart-mini i:nth-child(1) { height: 20px; }.ppt-chart-mini i:nth-child(2) { height: 32px; }.ppt-chart-mini i:nth-child(3) { height: 25px; }.ppt-chart-mini i:nth-child(4) { height: 40px; }
.ppt-chart-mini svg { position: absolute; inset: 9px 8px auto; width: calc(100% - 16px); height: 36px; fill: none; stroke: #333; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; opacity: .78; }
.ppt-table-mini { position: relative; z-index: 2; display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 1px; margin-top: auto; background: #e7e7e7; border: 1px solid #e7e7e7; }
.ppt-table-mini i { height: 17px; background: #fff; }.ppt-table-mini i:nth-child(-n+3) { background: #fff2f2; }
.ppt-layout.closing { justify-content: flex-start; }
.ppt-layout-grid .ppt-layout { min-height: 178px; padding: 46px 18px 18px; }
.ppt-layout-grid .ppt-page-head { inset: 14px 18px auto 18px; }
.ppt-layout-grid .ppt-page-head span { font-size: 10px; }
.ppt-layout-grid .ppt-page-head small { font-size: 9px; }
.cover-template { padding: 0 !important; }
.cover-template .ppt-red-field { min-height: 136px; padding: 18px 24px 14px; }
.cover-template strong { max-width: 78%; font-size: 18px; font-weight: 500; }
.cover-template small { font-size: 10px; }
.cover-template em { height: 32px; margin: 0; padding: 9px 0 0 24px; background: #fff; color: #333; font-size: 10px; }
.ppt-toc-mini { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px 14px; margin-top: auto; padding-left: 92px; }
.ppt-toc-mini span { display: grid; grid-template-columns: 24px 1fr; gap: 8px; align-items: center; border-left: 1px solid var(--brand); padding-left: 10px; color: #111; font-size: 10px; white-space: nowrap; }
.ppt-toc-mini b { color: var(--brand); font-size: 20px; font-weight: 400; line-height: 1; }
.chapter-red, .swot-red, .stair-red { border: 0; background: linear-gradient(90deg, rgba(230,0,18,.12), rgba(255,10,18,.08)), url("./ppt/images/dp-ppt-bg1.png") center/cover; color: #fff; }
.chapter-red::before, .swot-red::before, .stair-red::before { display: none; }
.chapter-red .ppt-page-head span, .chapter-red .ppt-page-head small, .swot-red .ppt-page-head span, .swot-red .ppt-page-head small, .stair-red .ppt-page-head span, .stair-red .ppt-page-head small { color: rgba(255,255,255,.92); }
.chapter-red { align-items: center; justify-content: center; padding: 42px 18px 22px !important; text-align: center; }
.chapter-red b { color: #fff; font-size: 26px; font-weight: 400; line-height: 1; }
.chapter-red strong { margin: 8px 0 8px; color: #fff; font-size: 25px; font-weight: 400; }
.chapter-red i { display: block; width: 46%; height: 1px; margin-bottom: 8px; background: rgba(255,255,255,.9); }
.chapter-red > small { color: #fff; font-size: 12px; }
.quote strong { font-size: 17px; }
.quote > small { font-size: 15px; }
.image-text { display: grid; grid-template-columns: 44% 56%; align-content: end; column-gap: 0; }
.image-text strong, .image-text > small { grid-column: 1; }
.image-text .ppt-image-block { grid-column: 2; grid-row: 2 / span 2; align-self: end; width: 100%; height: 70px; margin: 0; }
.swot-red { padding: 42px 20px 24px !important; }
.ppt-swot-mini { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; width: 100%; height: 104px; margin-top: auto; }
.ppt-swot-mini span { display: grid; grid-template-columns: 38px 1fr; align-items: center; gap: 12px; padding: 10px 14px; border: solid rgba(255,255,255,.72); border-width: 0 1px 1px 0; color: #fff; }
.ppt-swot-mini span:nth-child(2), .ppt-swot-mini span:nth-child(4) { border-right: 0; }
.ppt-swot-mini span:nth-child(n+3) { border-bottom: 0; }
.ppt-swot-mini b { font-size: 44px; line-height: 1; font-weight: 700; }
.ppt-swot-mini em { margin: 0; color: #fff; font-size: 11px; font-style: normal; font-weight: 700; }
.keyword-chain { align-items: center; justify-content: center; padding: 48px 18px 28px !important; }
.ppt-chain-mini { display: flex; align-items: center; justify-content: center; width: 100%; gap: 8px; }
.ppt-chain-mini::before { content: ""; position: absolute; left: 20px; right: 20px; top: 50%; border-top: 1px dashed rgba(230,0,18,.28); }
.ppt-chain-mini span, .ppt-chain-mini b, .ppt-chain-mini strong { position: relative; z-index: 2; display: grid; place-items: center; border-radius: 50%; text-align: center; }
.ppt-chain-mini span { width: 42px; height: 42px; background: #ffe3e7; color: var(--brand); font-size: 10px; font-weight: 700; }
.ppt-chain-mini b { width: 58px; height: 58px; background: var(--gradient-red); color: #fff; font-size: 11px; }
.ppt-chain-mini strong { width: 92px; height: 92px; margin: 0; border: 2px solid var(--brand); background: #fff; color: var(--brand); font-size: 15px; }
.keyword-steps { align-items: center; justify-content: center; padding: 50px 18px 28px !important; }
.ppt-steps-mini { display: flex; align-items: center; justify-content: space-between; width: 100%; gap: 12px; }
.ppt-steps-mini b { display: grid; place-items: center; width: 86px; height: 86px; border-radius: 50%; background: var(--gradient-red); color: #fff; font-size: 14px; text-align: center; }
.ppt-steps-mini > i { color: #ff777c; font-size: 28px; font-style: normal; font-weight: 200; }
.ppt-steps-mini span { display: grid; gap: 3px; color: var(--brand); font-size: 14px; font-weight: 700; text-align: center; }
.ppt-steps-mini small { color: var(--brand); font-size: 10px; font-weight: 400; }
.stair-red { padding: 46px 18px 18px !important; }
.stair-red strong, .stair-red > small { color: #fff; max-width: 36%; }
.stair-red strong { font-size: 18px; font-weight: 400; }
.stair-red > small { color: rgba(255,255,255,.9); font-size: 10px; line-height: 1.5; }
.ppt-stair-mini { position: absolute !important; right: 20px; bottom: 20px; left: 38%; z-index: 2; display: grid; grid-template-columns: repeat(4,1fr); align-items: end; gap: 0; height: 108px; }
.ppt-stair-mini span { display: block; background: linear-gradient(180deg, rgba(255,255,255,.95), rgba(255,255,255,.08)); }
.ppt-stair-mini span:nth-child(1) { height: 30%; }.ppt-stair-mini span:nth-child(2) { height: 48%; }.ppt-stair-mini span:nth-child(3) { height: 68%; }.ppt-stair-mini span:nth-child(4) { height: 90%; }
.ppt-stair-mini b { display: block; transform: translateY(-24px); color: #fff; font-size: 16px; line-height: 1; }
.donut-layout { display: grid; grid-template-columns: 42% 58%; column-gap: 0; align-content: center; }
.donut-layout strong, .donut-layout > small { grid-column: 1; }
.ppt-donut-mini { grid-column: 2; grid-row: 1 / span 3; display: grid; grid-template-columns: 1fr 54px; align-items: center; gap: 8px; }
.ppt-donut-mini i { display: block; width: 96px; height: 96px; border-radius: 50%; background: conic-gradient(#f0151d 0 35%, #ffe2e5 35% 45%, #f58c92 45% 55%, #ef686f 55% 65%, #fff0f1 65% 100%); -webkit-mask: radial-gradient(circle 33px, transparent 99%, #000 100%); mask: radial-gradient(circle 33px, transparent 99%, #000 100%); }
.ppt-donut-mini ul { display: grid; gap: 4px; margin: 0; padding: 0; list-style: none; color: var(--brand); font-size: 10px; }
.ppt-donut-mini li::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 4px; background: var(--brand); }
.table .ppt-table-mini { grid-template-columns: repeat(5,1fr); margin-top: 10px; }
.table .ppt-table-mini i { height: 14px; border: 0; }
.icon-summary { padding: 42px 18px 20px !important; }
.icon-summary strong { max-width: 44%; font-size: 18px; font-weight: 400; }
.ppt-icon-summary-mini { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; margin-top: auto; padding-top: 12px; border-top: 1px solid rgba(230,0,18,.35); }
.ppt-icon-summary-mini span { display: grid; justify-items: center; gap: 8px; padding: 0 6px; border-right: 1px solid rgba(230,0,18,.38); text-align: center; }
.ppt-icon-summary-mini span:last-child { border-right: 0; }
.ppt-icon-summary-mini svg { width: 24px; height: 24px; color: var(--brand); }
.ppt-icon-summary-mini b { font-size: 10px; }

/* PPT layout thumbnails - closer to Dongpeng standard template screenshots */
.ppt-layout-grid {
  gap: 14px;
}
.ppt-layout-grid .ppt-layout {
  aspect-ratio: 16 / 9;
  min-height: 0;
  padding: 38px 20px 18px;
  border-color: #e8e8e8;
  background:
    linear-gradient(180deg, transparent 0 58%, rgba(255,240,242,.9) 58% 100%),
    radial-gradient(circle at 96% 96%, rgba(230,0,18,.17), transparent 42%),
    #fff;
}
.ppt-layout-grid .ppt-layout:not(.cover-template)::before,
.ppt-layout-grid .ppt-layout.quote::before,
.ppt-layout-grid .ppt-layout.closing-template::before {
  display: none !important;
}
.ppt-layout-grid .ppt-layout > *:not(.ppt-page-head) {
  z-index: 2;
}
.ppt-layout-grid .ppt-page-head {
  inset: 14px 20px auto 20px;
}
.ppt-layout-grid .ppt-page-head span {
  color: #e60012;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
}
.ppt-layout-grid .ppt-page-head small {
  color: #999;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
}
.ppt-layout-grid .ppt-layout strong {
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1.18;
  letter-spacing: -.04em;
}
.ppt-layout-grid .ppt-layout > small {
  font-size: 11px;
  line-height: 1.35;
}
.cover-template {
  background: #fff !important;
}
.cover-template .ppt-red-field {
  min-height: auto;
  flex: 1 1 auto;
  justify-content: center;
  padding: 34px 28px 22px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.06) 0 25%, transparent 25%),
    url("./ppt/images/dp-ppt-bg1.png") center/cover;
}
.cover-template .ppt-red-field::after {
  display: none;
}
.cover-template .ppt-dp {
  left: 18px;
  top: 16px;
  font-size: 10px;
}
.cover-template .ppt-white-logo {
  right: 18px;
  top: 16px;
  font-size: 10px;
}
.cover-template strong {
  max-width: 86%;
  font-size: 18px !important;
  font-weight: 500;
  line-height: 1.15;
}
.cover-template small {
  font-size: 10px !important;
}
.cover-template em {
  height: 28px;
  padding: 8px 0 0 28px;
  font-size: 9px;
}
.ppt-layout.toc {
  justify-content: flex-start;
  background:
    radial-gradient(circle at 88% 92%, rgba(230,0,18,.22), transparent 44%),
    linear-gradient(180deg, transparent 0 55%, rgba(255,240,242,.82) 55% 100%),
    #fff;
}
.ppt-layout.toc strong {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -.08em;
}
.ppt-layout.toc > small {
  color: #e60012;
  font-size: 16px;
  letter-spacing: .18em;
}
.ppt-toc-mini {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px 18px;
  margin-top: auto;
  padding: 0 2px 0 82px;
}
.ppt-toc-mini span {
  grid-template-columns: 22px minmax(0,1fr);
  gap: 8px;
  padding-left: 10px;
  border-left: 1px solid #e60012;
  font-size: 10px;
}
.ppt-toc-mini b {
  font-size: 20px;
  font-weight: 400;
}
.chapter-red,
.swot-red,
.stair-red {
  background:
    linear-gradient(90deg, rgba(255,255,255,.08), rgba(255,255,255,0) 42%),
    url("./ppt/images/dp-ppt-bg1.png") center/cover !important;
}
.chapter-red {
  padding: 44px 20px 22px !important;
}
.chapter-red b {
  font-size: 26px;
  font-weight: 300;
}
.chapter-red strong {
  color: #fff !important;
  font-size: 26px !important;
  font-weight: 300;
  letter-spacing: -.05em;
}
.chapter-red i {
  width: 48%;
  height: 1px;
  background: rgba(255,255,255,.9);
}
.chapter-red > small {
  color: #fff;
  font-size: 11px;
}
.quote {
  padding: 46px 18px 34px !important;
  background:
    linear-gradient(180deg, transparent 0 58%, rgba(255,226,231,.95) 58% 100%),
    #fff !important;
}
.quote strong {
  font-size: 18px !important;
  font-weight: 400;
}
.quote > small {
  max-width: 94%;
  color: #e60012;
  font-size: 15px !important;
  line-height: 1.25;
}
.quote p {
  width: 28px;
  height: 3px;
  margin-top: 14px;
}
.image-text {
  grid-template-columns: 44% 56%;
  align-content: end;
  padding-bottom: 20px !important;
}
.image-text .ppt-image-block {
  align-self: end;
  height: 72px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.55), rgba(230,0,18,.05)),
    url("./ppt/images/dp-ppt-bg1.png") center/cover;
}
.swot-red {
  padding: 38px 22px 22px !important;
}
.ppt-swot-mini {
  height: 118px;
  margin-top: auto;
}
.ppt-swot-mini span {
  grid-template-columns: 48px 1fr;
  gap: 16px;
  padding: 12px 16px;
}
.ppt-swot-mini b {
  color: #fff;
  font-size: 52px;
  font-weight: 600;
}
.ppt-swot-mini em {
  font-size: 11px;
}
.keyword-chain,
.keyword-steps {
  padding: 42px 18px 26px !important;
  background:
    linear-gradient(180deg, transparent 0 66%, rgba(255,226,231,.95) 100%),
    #fff !important;
}
.ppt-chain-mini {
  gap: 10px;
}
.ppt-chain-mini span {
  width: 40px;
  height: 40px;
  font-size: 9px;
}
.ppt-chain-mini b {
  width: 58px;
  height: 58px;
  font-size: 10px;
}
.ppt-chain-mini strong {
  width: 96px;
  height: 96px;
  font-size: 16px;
  font-weight: 400;
}
.ppt-steps-mini {
  justify-content: center;
  gap: 16px;
}
.ppt-steps-mini b {
  width: 94px;
  height: 94px;
  font-size: 15px;
  font-weight: 400;
}
.ppt-steps-mini span {
  min-width: 72px;
  font-size: 15px;
  font-weight: 400;
}
.stair-red strong {
  max-width: 34%;
  color: #fff !important;
  font-size: 19px !important;
  font-weight: 300;
}
.stair-red > small {
  max-width: 34%;
}
.ppt-stair-mini {
  right: 24px;
  bottom: 26px;
  left: 36%;
  height: 110px;
}
.ppt-stair-mini span {
  background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.08));
}
.ppt-stair-mini b {
  transform: translateY(-26px);
  font-size: 17px;
}
.donut-layout,
.icon-summary {
  background:
    linear-gradient(180deg, transparent 0 66%, rgba(255,226,231,.94) 100%),
    #fff !important;
}
.donut-layout {
  grid-template-columns: 42% 58%;
  padding-top: 48px !important;
}
.donut-layout strong,
.icon-summary strong {
  font-size: 19px !important;
  font-weight: 300;
}
.ppt-donut-mini i {
  width: 108px;
  height: 108px;
}
.ppt-donut-mini ul {
  font-size: 10px;
}
.ppt-layout.table {
  background: #fff !important;
  padding-top: 44px !important;
}
.ppt-layout.table strong {
  text-align: center;
  color: #fff;
  padding: 12px;
  background: linear-gradient(180deg, #ffd3d6, #e60012);
  font-size: 13px !important;
  font-weight: 700;
}
.ppt-layout.table .ppt-table-mini {
  grid-template-columns: repeat(6,1fr);
  gap: 1px;
  margin-top: 0;
  border-color: #f5dada;
  background: #f5dada;
}
.ppt-layout.table .ppt-table-mini i {
  height: 15px;
  background: #fff;
}
.ppt-layout.table .ppt-table-mini i:nth-child(-n+6) {
  background: #f06b72;
}
.icon-summary {
  padding: 38px 18px 20px !important;
}
.icon-summary strong {
  max-width: 48%;
  line-height: 1.15;
}
.ppt-icon-summary-mini {
  grid-template-columns: repeat(4,1fr);
  gap: 0;
  padding-top: 14px;
  border-top: 0;
}
.ppt-icon-summary-mini span {
  gap: 8px;
  min-height: 70px;
  justify-content: center;
  border-right-color: #e60012;
}
.ppt-icon-summary-mini svg {
  width: 28px;
  height: 28px;
}

/* PPT thumbnails — restored compact catalogue style */
.ppt-layout-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.ppt-layout-grid .ppt-layout {
  aspect-ratio: 16 / 9;
  min-height: 0;
  justify-content: flex-end;
  padding: 18px;
  border: 1px solid var(--border);
  background: linear-gradient(135deg, #fff 0 62%, #fff2f3 100%);
  text-align: left;
}
.ppt-layout-grid .ppt-layout::before,
.ppt-layout-grid .ppt-layout::after {
  display: none !important;
}
.ppt-layout-grid .ppt-page-head {
  inset: 15px 18px auto;
}
.ppt-layout-grid .ppt-page-head span {
  color: var(--brand);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
}
.ppt-layout-grid .ppt-page-head small {
  color: #8f8f92;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .06em;
}
.ppt-layout-grid .ppt-layout strong {
  max-width: 72%;
  margin: 0 0 5px;
  color: var(--text-1);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}
.ppt-layout-grid .ppt-layout > small {
  color: var(--text-4);
  font-size: 11px;
  line-height: 1.35;
}
.ppt-layout-grid .ppt-layout em {
  margin-top: 12px;
  font-size: 10px;
  font-style: normal;
}
.ppt-layout-grid .ppt-layout.red {
  border-color: transparent;
  background: linear-gradient(135deg, #fc6f6f 0%, #ff0a12 100%) !important;
  color: #fff;
}
.ppt-layout-grid .ppt-layout.red .ppt-page-head span,
.ppt-layout-grid .ppt-layout.red .ppt-page-head small,
.ppt-layout-grid .ppt-layout.red > small,
.ppt-layout-grid .ppt-layout.red em {
  color: rgba(255,255,255,.84);
}
.ppt-layout-grid .ppt-layout.red strong {
  color: #fff !important;
}
.ppt-layout-grid .ppt-layout.toc ol {
  display: grid;
  gap: 4px;
  margin: 10px 0 0;
  padding: 0;
  color: var(--text-3);
  font-size: 10px;
  list-style: none;
}
.ppt-layout-grid .ppt-layout.toc ol { counter-reset: item; }
.ppt-layout-grid .ppt-layout.toc li::before {
  content: "0" counter(item);
  counter-increment: item;
  margin-right: 8px;
  color: var(--brand);
  font-weight: 900;
}
.ppt-layout-grid .ppt-layout.quote p {
  max-width: 68%;
  margin: 8px 0 0;
  color: var(--brand);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.35;
}
.ppt-layout-grid .ppt-layout.quote {
  display: block;
  padding: 18px !important;
  background: linear-gradient(135deg, #fff 0 62%, #fff2f3 100%) !important;
  text-align: left;
}
.ppt-layout-grid .ppt-layout.quote strong {
  position: absolute !important;
  left: 18px;
  bottom: 54px;
  max-width: 72%;
  margin: 0;
}
.ppt-layout-grid .ppt-layout.quote > small {
  position: absolute !important;
  left: 18px;
  bottom: 28px;
  max-width: 78%;
  margin: 0;
  color: var(--brand);
  font-weight: 700;
}
.ppt-layout-grid .ppt-layout.quote p {
  position: absolute !important;
  left: 18px;
  bottom: 18px;
  max-width: none;
  margin: 0;
  white-space: nowrap;
}
.ppt-layout-grid .ppt-layout.quote::before {
  content: "“";
  display: block !important;
  position: absolute;
  top: 34px;
  right: 24px;
  width: auto;
  height: auto;
  background: none;
  color: rgba(230,0,18,.14);
  font-size: 72px;
  font-weight: 900;
  line-height: 1;
}
.ppt-layout-grid .ppt-image-block {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 42%;
  height: 68px;
  margin: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.2), rgba(230,0,18,.12)), url("./ppt/images/dp-ppt-bg1.png") center/cover;
}
.ppt-layout-grid .ppt-icons-row {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  padding: 0;
}
.ppt-layout-grid .ppt-icons-row i {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 0;
  background: transparent;
  color: var(--text-1);
}
.ppt-layout-grid .ppt-icons-row svg { width: 20px; height: 20px; }
.ppt-layout-grid .ppt-kpi-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
  padding: 0;
}
.ppt-layout-grid .ppt-kpi-row b {
  padding-top: 8px;
  border-top: 3px solid var(--brand);
  color: var(--brand);
  font-size: 19px;
  line-height: 1;
  white-space: nowrap;
}
.ppt-layout-grid .ppt-node-map {
  position: absolute !important;
  right: 16px;
  bottom: 18px;
  width: 100px;
  height: 70px;
  margin: 0;
}
.ppt-layout-grid .ppt-node-map b {
  left: 30px;
  top: 18px;
  width: 42px;
  height: 42px;
}
.ppt-layout-grid .ppt-node-map span { width: 29px; height: 29px; font-size: 8px; }
.ppt-layout-grid .ppt-layout.relation strong,
.ppt-layout-grid .ppt-layout.relation > small {
  position: absolute !important;
  left: 18px;
  max-width: 43%;
  margin: 0;
}
.ppt-layout-grid .ppt-layout.relation strong {
  top: 54px;
}
.ppt-layout-grid .ppt-layout.relation > small {
  top: 80px;
}
.ppt-layout-grid .ppt-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  margin-top: 12px;
  padding: 0;
}
.ppt-layout-grid .ppt-product-grid i { height: 35px; }
.ppt-layout-grid .ppt-chart-mini {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: end;
  gap: 8px;
  height: 52px;
  margin-top: 10px;
  padding: 8px 8px 0;
}
.ppt-layout-grid .ppt-chart-mini svg {
  inset: 8px 7px auto;
  width: calc(100% - 14px);
  height: 38px;
  stroke: #383838;
  stroke-width: 1.4;
}
.ppt-layout-grid .ppt-table-mini {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 11px;
  border: 1px solid #e4e4e4;
  background: #e4e4e4;
}
.ppt-layout-grid .ppt-table-mini i { height: 15px; background: #fff; }
.ppt-layout-grid .ppt-table-mini i:nth-child(-n+3) { background: #fff0f1; }
.ppt-layout-grid .ppt-layout.closing {
  justify-content: center;
}

.skill-panel { padding: 28px; border: 1px solid var(--border); background: #fff; }
.skill-main { display: flex; align-items: center; gap: 18px; }.skill-icon { display: grid; place-items: center; width: 56px; height: 56px; background: var(--brand-bg); color: var(--brand); }.skill-icon svg { width: 26px; height: 26px; }.skill-main strong { font-size: 20px; }.skill-main p { margin: 6px 0 0; color: var(--text-3); line-height: 1.7; }
.skill-flow { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin: 28px 0; padding: 20px; background: #fafafa; }.skill-flow span { display: flex; align-items: center; gap: 8px; color: var(--text-3); font-size: 12px; }.skill-flow b { color: var(--brand); }.skill-flow svg { width: 15px; color: #bbb; }
.skill-actions { display: flex; gap: 10px; }
#toast { position: fixed; right: 28px; bottom: 28px; z-index: 50; padding: 11px 16px; border-radius: 5px; background: #1f2023; color: #fff; opacity: 0; transform: translateY(12px); pointer-events: none; transition: .2s ease; box-shadow: 0 8px 24px rgba(0,0,0,.2); } #toast.show { opacity: 1; transform: translateY(0); }

.zxb-section { --zxb-red: #ff0a12; --zxb-red-soft: #fff1f2; --zxb-grad: var(--gradient-red); --zxb-ink: #303136; --zxb-muted: #85858a; --zxb-bg: #f7f7f7; }
.zxb-foundation-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(min(100%,320px),1fr)); gap: 24px; align-items: stretch; }
.zxb-foundation-grid > * { min-width: 0; }
.zxb-foundation-grid .zxb-phone { justify-self: center; width: min(100%, 375px); }
.zxb-phone { position: relative; overflow: hidden; width: 375px; min-height: 812px; border: 1px solid #ececec; border-radius: 26px; background: var(--zxb-bg); box-shadow: 0 24px 70px rgba(0,0,0,.13); color: var(--zxb-ink); }
.zxb-phone.mini { min-height: 520px; background: linear-gradient(180deg,#fff 0,#fff 54%,#f8f8f8); }
.zxb-status { display: flex; align-items: center; justify-content: space-between; height: 44px; padding: 0 32px; color: #111; font-size: 14px; font-weight: 900; }
.zxb-status span { width: 54px; height: 14px; border-radius: 12px; background: linear-gradient(90deg,#111 0 18%,transparent 18% 28%,#111 28% 46%,transparent 46% 56%,#111 56% 74%,transparent 74%), linear-gradient(#111,#111); background-size: 34px 12px, 18px 10px; background-position: left center, right center; background-repeat: no-repeat; }
.zxb-status.white { color: #fff; }.zxb-status.white span { filter: invert(1); }
.zxb-mini-logo { display: inline-flex; align-items: center; justify-content: center; min-width: 0; height: 34px; padding: 0 12px; border-radius: 999px; background: #fff; color: #111; font-weight: 900; letter-spacing: -.06em; box-shadow: 0 2px 8px rgba(255,255,255,.1); }
.zxb-mini-logo img { display: block; width: 70px; height: 16px; object-fit: contain; }
.zxb-mini-logo em { color: var(--zxb-red); font-size: 10px; line-height: .8; font-style: normal; letter-spacing: -.02em; }
.zxb-hero-card { position: relative; overflow: hidden; margin: 0 16px; padding: 22px 22px 24px; border-radius: 0 0 28px 28px; background: radial-gradient(circle at 72% 0,rgba(255,255,255,.12) 0 34%,transparent 35%), var(--zxb-grad); color: #fff; box-shadow: 0 16px 32px rgba(255,22,31,.26); }
.zxb-hero-card > strong { display: block; margin: 14px 0 10px; font-size: 16px; }
.zxb-hero-card h4 { margin: 16px 0 10px; font-size: 19px; }
.zxb-hero-card p, .zxb-home-hero .zxb-date { display: inline-flex; margin: 0; padding: 7px 18px; border-radius: 999px; background: rgba(255,255,255,.16); }
.zxb-kpi-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px 8px; margin: 16px 0 18px; text-align: left; }
.zxb-kpi-row span, .zxb-home-kpis span { display: grid; gap: 4px; color: rgba(255,255,255,.82); }
.zxb-kpi-row b, .zxb-home-kpis b { color: #fff8ab; font-size: 25px; line-height: 1; text-shadow: 0 1px 0 rgba(0,0,0,.03); }
.zxb-hero-card button, .zxb-home-hero button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; width: 100%; height: 44px; border: 0; border-radius: 999px; background: rgba(255,255,255,.92); color: var(--zxb-red); font-size: 14px; font-weight: 900; }
.zxb-hero-card button svg, .zxb-home-hero button svg { width: 19px; }
.zxb-token-panel, .zxb-comp-card, .zxb-template-notes { min-width: 0; padding: 22px; border: 1px solid var(--border); border-radius: 16px; background: #fff; }
.zxb-token-panel h3, .zxb-comp-card h3, .zxb-template-notes h3 { margin: 0 0 16px; font-size: 18px; }
.zxb-color-row { display: flex; align-items: center; gap: 13px; padding: 12px 0; border-bottom: 1px solid #f0f0f0; }
.zxb-color-row:last-child { border-bottom: 0; }
.zxb-color-row > span { width: 48px; height: 48px; border-radius: 14px; border: 1px solid rgba(0,0,0,.06); background: var(--c); }
.zxb-color-row div { display: grid; gap: 3px; }.zxb-color-row code, .zxb-color-row small { color: var(--text-4); }
.zxb-icon-rules { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); grid-template-rows: repeat(3,auto); column-gap: 6px; row-gap: 18px; }
.zxb-icon-rules div { display: grid; grid-template-rows: 50px auto; justify-items: center; align-items: center; gap: 7px; min-width: 0; padding: 0 2px; color: var(--zxb-ink); font-size: 11px; text-align: center; }
.zxb-icon-rules .row-red { grid-row: 1; }
.zxb-icon-rules .row-yellow { grid-row: 2; }
.zxb-icon-rules .row-green { grid-row: 3; }
.zxb-icon-rules img { display: block; width: 50px; height: 50px; object-fit: contain; }
.zxb-icon-rules span { display: flex; min-height: 28px; align-items: flex-start; justify-content: center; line-height: 1.25; overflow-wrap: anywhere; }
.zxb-token-panel p { margin: 18px 0 0; color: var(--text-3); line-height: 1.7; }
.zxb-component-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.zxb-comp-card { min-height: 230px; }
.zxb-comp-card code { display: block; margin-top: 16px; color: var(--text-4); white-space: normal; }
.zxb-btn { display: flex; align-items: center; justify-content: center; width: 100%; height: 46px; margin: 10px 0; border: 0; border-radius: 999px; background: var(--zxb-grad); color: #fff; font-size: 16px; font-weight: 800; box-shadow: 0 8px 18px rgba(255,22,31,.18); }
.zxb-btn.ghost { border: 1px solid #e8e8e8; background: #fff; color: var(--zxb-ink); box-shadow: none; }
.zxb-btn.soft { background: var(--zxb-red-soft); color: var(--zxb-red); box-shadow: none; }
.zxb-field { display: flex; align-items: center; gap: 14px; height: 54px; border-bottom: 1px solid #eee; color: var(--zxb-muted); }
.zxb-field span { flex: 0 0 48px; color: #666; font-weight: 700; }.zxb-field input { flex: 1; min-width: 0; border: 0; outline: 0; background: transparent; color: var(--zxb-ink); font-size: 17px; }
.zxb-field svg { width: 18px; color: #999; }
.zxb-card-sample { padding: 16px; border-radius: 18px; background: #fff; box-shadow: 0 8px 28px rgba(0,0,0,.06); }
.zxb-card-sample div { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; margin-top: 12px; }
.zxb-card-sample span { display: grid; gap: 6px; padding: 12px; border-radius: 14px; background: #fffafa; color: var(--text-3); }.zxb-card-sample em { color: var(--zxb-red); font-style: normal; font-weight: 800; }
.zxb-tabs { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; padding: 4px; border-radius: 999px; background: #f3f3f3; }
.zxb-tabs span { display: grid; place-items: center; height: 34px; border-radius: 999px; color: var(--zxb-muted); font-weight: 700; }.zxb-tabs .active { background: #f2dedf; color: var(--zxb-ink); }
.zxb-comp-card mark, .zxb-insight-card mark { display: inline-flex; margin: 10px 4px 0 0; padding: 3px 8px; border-radius: 6px; background: #ff5a63; color: #fff; font-weight: 700; }
.zxb-comp-card mark.purple, .zxb-insight-card mark.purple { background: #8e61cc; }.zxb-comp-card mark.outline { border: 1px solid var(--zxb-red); background: #fff; color: var(--zxb-red); }
.zxb-dialog-demo { overflow: hidden; width: 230px; margin: 0 auto; border-radius: 10px; background: #fff; text-align: center; box-shadow: 0 10px 28px rgba(0,0,0,.16); }
.zxb-dialog-demo strong { display: block; padding-top: 20px; font-size: 16px; }.zxb-dialog-demo > span { display: block; padding: 12px 0 20px; color: #999; }
.zxb-dialog-demo div { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid #eee; }.zxb-dialog-demo button { height: 44px; border: 0; background: #fff; font-weight: 700; }.zxb-dialog-demo button + button { border-left: 1px solid #eee; color: var(--zxb-red); }
.zxb-progress { display: grid; gap: 8px; margin: 18px 0; }.zxb-progress span { overflow: hidden; height: 8px; border-radius: 999px; background: #ffe2e4; }.zxb-progress i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg,#ff2631,#ff9970); }.zxb-progress b { color: var(--zxb-red); }
.zxb-progress.orange i { background: linear-gradient(90deg,#ff4b54,#ffba6e); }
.zxb-business-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin: 54px 0 18px; }
.zxb-business-heading span, .zxb-business-card-head span { color: var(--zxb-red); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.zxb-business-heading h3 { margin: 0; font-size: 25px; }
.zxb-business-heading p { max-width: 540px; margin: 0; color: var(--text-3); font-size: 13px; line-height: 1.7; text-align: right; }
.zxb-business-components { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; align-items: start; }
.zxb-business-card { min-width: 0; padding: 22px; border: 1px solid var(--border); border-radius: 18px; background: linear-gradient(180deg,#fff 0,#fcfcfc 100%); }
.zxb-business-card-head { min-height: 92px; margin-bottom: 18px; }
.zxb-business-card-head h3 { margin: 0 0 8px; font-size: 19px; }
.zxb-business-card-head p { max-width: 520px; margin: 0; color: var(--text-3); font-size: 12px; line-height: 1.65; }
.zxb-business-card .zxb-phone { width: min(100%,410px); margin: 0 auto; box-shadow: 0 18px 48px rgba(31,32,38,.11); }
.zxb-page-title b { display: inline-flex; align-items: center; gap: 4px; }
.zxb-page-title b svg { width: 18px; height: 18px; }

.zxb-customer-list { min-height: 748px; background: #f7f7f7; }
.zxb-customer-list .zxb-page-title, .zxb-loss-selector .zxb-page-title { height: 52px; padding: 0 18px; border-bottom: 1px solid #f3f3f3; background: #fff; }
.zxb-customer-tabs { display: grid; grid-template-columns: repeat(4,1fr); gap: 5px; padding: 10px 12px 8px; background: #fff; }
.zxb-customer-tabs button { display: flex; min-width: 0; height: 28px; align-items: center; justify-content: center; gap: 3px; padding: 0 6px; border: 1px solid #e9e9e9; border-radius: 999px; background: #fff; color: #999; font-size: 10px; white-space: nowrap; }
.zxb-customer-tabs button b { display: grid; min-width: 18px; height: 18px; place-items: center; padding: 0 4px; border-radius: 999px; background: #ff444c; color: #fff; font-size: 9px; }
.zxb-customer-tabs button.is-active { border-color: var(--zxb-red); color: var(--zxb-red); font-weight: 800; }
.zxb-customer-filters { display: grid; grid-template-columns: repeat(4,1fr); padding: 0 12px 9px; border-bottom: 1px solid #f0f0f0; background: #fff; }
.zxb-customer-filters button { position: relative; display: flex; height: 38px; align-items: center; justify-content: center; gap: 3px; border: 0; background: transparent; color: #888; font-size: 13px; font-weight: 700; }
.zxb-customer-filters button svg { width: 14px; height: 14px; fill: currentColor; }
.zxb-customer-filters button.is-active { color: var(--zxb-red); }
.zxb-customer-filters button.is-active::after { content: ""; position: absolute; right: 22%; bottom: -1px; left: 22%; height: 3px; border-radius: 99px; background: var(--zxb-red); }
.zxb-customer-cards { display: grid; gap: 14px; padding: 14px; }
.zxb-customer-card { overflow: hidden; padding: 16px 16px 14px; border: 1px solid transparent; border-radius: 22px; background: #fff; box-shadow: 0 7px 24px rgba(25,25,28,.045); transition: border-color .18s ease,box-shadow .18s ease; }
.zxb-customer-card.is-selected { border-color: rgba(255,10,18,.12); box-shadow: 0 8px 28px rgba(255,10,18,.075); }
.zxb-customer-card-top { display: grid; grid-template-columns: 36px 38px minmax(0,1fr) 58px; gap: 8px; align-items: center; }
.zxb-customer-select { display: grid; width: 26px; height: 26px; place-items: center; border: 1.5px solid #ccc; border-radius: 50%; background: #fff; color: transparent; }
.zxb-customer-select svg { width: 15px; height: 15px; stroke-width: 3; }
.zxb-customer-select[aria-pressed="true"] { border-color: transparent; background: linear-gradient(145deg,#ff757a,#ff121a); color: #fff; }
.zxb-source-badge { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 9px; color: #fff; font-size: 11px; font-weight: 900; line-height: 1; box-shadow: inset 0 0 0 1px rgba(255,255,255,.25); }
.zxb-source-badge.tmall { background: linear-gradient(145deg,#fb2534,#bd0713); }
.zxb-source-badge.guobu { background: linear-gradient(145deg,#37b25b,#07882e); }
.zxb-customer-name { display: flex; min-width: 0; align-items: center; gap: 7px; padding: 0; border: 0; background: transparent; color: #222; font-size: 15px; text-align: left; white-space: nowrap; }
.zxb-customer-name b { overflow: hidden; color: #333; font-weight: 500; text-overflow: ellipsis; }
.zxb-customer-name svg { flex: 0 0 auto; width: 15px; color: #bbb; }
.zxb-pin-action { display: grid; justify-items: center; gap: 2px; padding: 0; border: 0; background: transparent; color: #aaa; font-size: 9px; white-space: nowrap; }
.zxb-pin-action svg { width: 18px; height: 18px; }.zxb-pin-action.is-pinned { color: #ff6a70; }
.zxb-customer-meta { display: grid; gap: 4px; margin: 14px 0 12px; padding: 12px 0; border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; }
.zxb-customer-meta p { overflow: hidden; margin: 0; color: #5f6065; font-size: 11.5px; line-height: 1.6; text-overflow: ellipsis; white-space: nowrap; }
.zxb-customer-meta p span { color: #999; }.zxb-customer-meta p b { color: var(--zxb-red); font-size: 13px; }.zxb-customer-meta small { margin-left: 5px; color: #aaa; }
.zxb-customer-actions { display: flex; align-items: center; gap: 8px; }
.zxb-customer-actions button { display: inline-flex; height: 34px; align-items: center; justify-content: center; gap: 4px; padding: 0; border: 0; background: transparent; color: #555; font-size: 11px; font-weight: 700; white-space: nowrap; }
.zxb-customer-actions button svg { width: 14px; height: 14px; color: #777; }
.zxb-customer-actions .primary, .zxb-customer-actions .outline { margin-left: auto; padding: 0 13px; border-radius: 999px; }
.zxb-customer-actions .primary { background: var(--zxb-grad); color: #fff; box-shadow: 0 7px 16px rgba(255,22,31,.13); }
.zxb-customer-actions .outline { margin-left: auto; border: 1px solid var(--zxb-red); color: var(--zxb-red); }
.zxb-customer-actions .outline + .primary { margin-left: 0; }
.zxb-foundation-preview { min-height: 0; background: #f7f7f7; box-shadow: 0 18px 48px rgba(32,34,39,.11); }
.zxb-foundation-preview .zxb-page-title { height: 52px; padding-top: 4px; }
.zxb-foundation-preview .zxb-customer-tabs { padding-top: 8px; padding-bottom: 7px; }
.zxb-foundation-preview .zxb-customer-filters { padding-bottom: 7px; }
.zxb-foundation-preview .zxb-customer-cards { gap: 10px; padding: 10px; }
.zxb-foundation-preview .zxb-customer-card { padding: 13px 13px 11px; border-radius: 18px; }
.zxb-foundation-preview .zxb-customer-meta { margin: 10px 0 9px; padding: 8px 0; }

.zxb-loss-selector { min-height: 912px; padding-bottom: 82px; background: #fff; }
.zxb-reason-groups { padding: 0 20px 148px; }
.zxb-reason-groups section { padding: 16px 0 15px; border-bottom: 1px solid #f1f1f1; }
.zxb-reason-groups h4 { margin: 0 0 12px; color: #999; font-size: 15px; font-weight: 600; }
.zxb-reason-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.zxb-reason-chips button { min-height: 34px; padding: 0 14px; border: 1px solid transparent; border-radius: 999px; background: #f3f3f3; color: #666; font-size: 12px; transition: border-color .15s ease,background .15s ease,color .15s ease,transform .15s ease; }
.zxb-reason-chips button:hover { transform: translateY(-1px); }
.zxb-reason-chips button.is-selected { border-color: var(--zxb-red); background: #fff8f8; color: var(--zxb-red); font-weight: 700; }
.zxb-business-specimens { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.zxb-business-specimens .zxb-business-card { height: 100%; padding: 20px; background: #fff; }
.zxb-business-specimens .zxb-business-card-head { min-height: 92px; margin-bottom: 12px; }
.zxb-component-stage { display: grid; min-height: 300px; place-items: center; padding: 10px 0 0; background: transparent; }
.zxb-followup-card { width: 100%; padding: 25px 24px 27px; border: 1px solid #f1f1f1; border-radius: 24px; background: #fff; box-shadow: 0 12px 32px rgba(32,34,39,.045); }
.zxb-followup-card h4 { margin: 0; color: #38393d; font-size: 20px; font-weight: 800; letter-spacing: -.02em; }
.zxb-followup-divider { height: 1px; margin: 20px 0 22px; background: #ececec; }
.zxb-followup-row { display: grid; grid-template-columns: minmax(0,.78fr) minmax(0,1.35fr); gap: 14px; align-items: center; }
.zxb-followup-row + .zxb-followup-row { margin-top: 16px; }
.zxb-followup-row > span { color: #999; font-size: 15px; line-height: 1.35; white-space: nowrap; }
.zxb-followup-value { display: flex; min-width: 0; height: 46px; align-items: center; justify-content: center; gap: 8px; padding: 0 14px; border: 0; border-radius: 999px; background: #f5f5f5; color: #343539; font-size: 15px; font-weight: 700; transition: color .18s ease,background .18s ease,transform .18s ease; }
.zxb-followup-value:hover { background: #fff1f2; color: var(--zxb-red); transform: translateY(-1px); }
.zxb-followup-value b { overflow: hidden; font: inherit; text-overflow: ellipsis; white-space: nowrap; }
.zxb-followup-value svg { width: 18px; height: 18px; flex: 0 0 auto; color: #bbb; stroke-width: 2; }
.zxb-followup-time { justify-content: space-between; }
.zxb-selection-specimen { width: 100%; padding: 6px 4px; }
.zxb-selection-specimen h4 { margin: 0 0 20px; color: #999; font-size: 19px; font-weight: 500; }
.zxb-reason-chips-large { gap: 12px 9px; }
.zxb-reason-chips-large button { min-height: 46px; padding: 0 18px; background: #f1f1f1; color: #595b60; font-size: 15px; }
.zxb-reason-chips-large button.is-selected { background: #fff7f7; }
.zxb-component-divider { height: 1px; margin-top: 22px; background: #ececec; }
.zxb-customer-summary-card { width: 100%; padding: 20px 18px 16px; border-color: #f1f1f1; border-radius: 24px; box-shadow: 0 12px 32px rgba(32,34,39,.045); }
.zxb-customer-summary-card .zxb-customer-card-top { grid-template-columns: 32px 38px minmax(0,1fr) 48px; gap: 7px; }
.zxb-customer-summary-card .zxb-customer-select { width: 25px; height: 25px; }
.zxb-source-badge.jd { background: linear-gradient(145deg,#ef2828,#d90e12); }
.zxb-customer-summary-card .zxb-customer-name,
.zxb-customer-summary-card .zxb-customer-name b { font-size: 14px; }
.zxb-customer-summary-card .zxb-customer-meta { margin: 13px 0 10px; padding: 10px 0; }
.zxb-customer-summary-card .zxb-customer-meta p { font-size: 10.5px; }
.zxb-customer-summary-card .zxb-customer-meta p b { font-size: 12px; }
.zxb-customer-summary-card .zxb-customer-actions { gap: 6px; }
.zxb-customer-summary-card .zxb-customer-actions button { height: 31px; font-size: 10px; }
.zxb-customer-summary-card .zxb-customer-actions .primary,
.zxb-customer-summary-card .zxb-customer-actions .outline { padding: 0 10px; }
.zxb-customer-summary-card .zxb-pin-action { width: 70px; justify-content: flex-end; text-align: right; }
.zxb-reason-groups .zxb-other-reason { border-bottom: 0; }
.zxb-other-reason textarea { width: 100%; min-height: 76px; resize: none; border: 0; border-radius: 14px; outline: 0; padding: 13px; background: #f5f5f5; color: var(--zxb-ink); font: inherit; font-size: 12px; line-height: 1.6; }
.zxb-other-reason textarea::placeholder { color: #aaa; }
.zxb-record-button { position: absolute; left: 50%; bottom: 74px; display: grid; width: 78px; height: 78px; place-items: center; align-content: center; gap: 3px; border: 9px solid #ffd5d7; border-radius: 50%; background: var(--zxb-grad); color: #fff; font-size: 10px; transform: translateX(-50%); box-shadow: 0 9px 20px rgba(255,22,31,.16); }
.zxb-record-button svg { width: 24px; height: 24px; }.zxb-record-button.is-recording { animation: zxb-recording 1.1s ease-in-out infinite alternate; }
@keyframes zxb-recording { to { box-shadow: 0 0 0 8px rgba(255,22,31,.11),0 12px 26px rgba(255,22,31,.2); } }
.zxb-selector-summary { position: absolute; right: 20px; bottom: 92px; color: var(--zxb-red); font-size: 10px; }
.zxb-selector-actions { position: absolute; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 11px 20px; border-top: 1px solid #f1f1f1; background: rgba(255,255,255,.96); backdrop-filter: blur(10px); }
.zxb-selector-actions button { height: 42px; border: 1px solid #ddd; border-radius: 999px; background: #fff; color: #333; font-size: 15px; font-weight: 800; }
.zxb-selector-actions button:last-child { border: 0; background: var(--zxb-grad); color: #fff; box-shadow: 0 8px 18px rgba(255,22,31,.16); }
.zxb-showcase { display: grid; grid-template-columns: minmax(390px,410px) minmax(0,1fr); gap: 32px; align-items: start; }
#zxb-home .zxb-interface-template-showcase { grid-template-columns: repeat(auto-fit,minmax(360px,1fr)); justify-items: center; }
#zxb-home .zxb-interface-templates { display: contents; }
#zxb-home .zxb-interface-templates .zxb-business-card { width: 100%; max-width: 420px; }
#zxb-home .zxb-interface-templates .zxb-phone { width: min(100%,375px); margin: 0 auto; }
#zxb-home > .zxb-template-notes { margin-top: 32px; }
#zxb-home .zxb-phone.home { height: 920px; min-height: 920px; }
/* 业务界面卡片包含标题与说明区，缩短手机画布以与首页整体底部对齐。 */
#zxb-home .zxb-interface-templates .zxb-phone { height: 780px; min-height: 780px; }
#zxb-home .zxb-customer-list .zxb-customer-card-top {
  display: grid;
  grid-template-columns: 26px minmax(0,1fr) 70px;
  grid-template-rows: auto;
  gap: 8px;
}
#zxb-home .zxb-customer-list .zxb-pin-action {
  grid-column: 3;
  grid-row: 1;
  width: 70px;
  margin-left: 0;
  justify-self: end;
  justify-content: flex-end;
  text-align: right;
}
.zxb-phone.home { min-height: 920px; padding-bottom: 96px; }
.zxb-home-hero { position: relative; overflow: hidden; margin: 0; padding: 20px 28px 24px; border-radius: 0 0 28px 28px; background: radial-gradient(circle at 74% 2%,rgba(255,255,255,.14) 0 34%,transparent 35%), var(--zxb-grad); color: #fff; box-shadow: 0 15px 32px rgba(255,22,31,.23); }
.zxb-home-top { display: flex; align-items: center; gap: 10px; }.zxb-home-top strong { flex: 1; font-size: 13px; font-weight: 500; line-height: 1.35; }.zxb-home-top small { padding: 8px 12px; border-radius: 999px; background: rgba(0,0,0,.16); font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.zxb-home-hero .zxb-date { margin-top: 24px; }.zxb-home-kpi-heading { display: flex; align-items: baseline; justify-content: space-between; margin: 16px 0 10px; gap: 12px; }.zxb-internal { color: rgba(255,255,255,.88); font-size: 11px; font-style: normal; font-weight: 400; white-space: nowrap; }
.zxb-home-hero h4 { margin: 0; font-size: 17px; }
.zxb-home-kpis { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px 8px; margin-bottom: 18px; text-align: center; }.zxb-home-kpis span:nth-child(n+5) { grid-column: span 1; }
.zxb-home-kpis b { color: #fff; font-size: 22px; }
.zxb-mobile-card { margin: 14px 16px 0; padding: 20px; border-radius: 20px; background: #fff; box-shadow: 0 10px 28px rgba(0,0,0,.045); }
.zxb-card-title { display: flex; justify-content: space-between; margin-bottom: 16px; font-size: 17px; font-weight: 900; }.zxb-card-title span { color: #888; font-size: 13px; font-weight: 500; }
.zxb-target-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }.zxb-target-grid div { display: grid; gap: 8px; padding: 10px; border-radius: 14px; background: #fffafa; }.zxb-target-grid b { font-size: 12px; }.zxb-target-grid p { margin: 0; color: #777; }.zxb-target-grid em { color: var(--zxb-red); font-style: normal; font-weight: 800; }.zxb-target-grid span { height: 7px; border-radius: 999px; background: #ffe2e4; }.zxb-target-grid i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg,#ff3440,#ffb169); }
.zxb-tool-row { display: grid; grid-template-columns: repeat(5,1fr); gap: 8px; }.zxb-tool-row span { display: grid; justify-items: center; gap: 8px; color: #777; font-size: 11px; text-align: center; }.zxb-tool-row i { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: #fff1f3; color: #111; }
.zxb-tool-row svg { width: 24px; height: 24px; }.zxb-tool-row span:nth-child(2) i, .zxb-tool-row span:nth-child(4) i { background: #fffbe9; }.zxb-tool-row span:nth-child(3) i, .zxb-tool-row span:nth-child(5) i { background: #f4f1ff; }
.zxb-mobile-card.radar p { display: grid; margin: 0 0 12px; }.zxb-mobile-card.radar small { color: #999; }.zxb-mobile-card.radar strong { display: block; line-height: 1.6; }.zxb-mobile-card.radar strong span { color: var(--zxb-red); }.zxb-mobile-card.radar button { display: block; margin: 14px 0 0 auto; padding: 7px 16px; border: 1px solid #ddd; border-radius: 999px; background: #fff; }
.zxb-bottom-nav { position: absolute; left: 30px; right: 30px; bottom: 16px; display: grid; grid-template-columns: 1.1fr 1fr 1fr 1fr; align-items: center; height: 66px; border-radius: 999px; background: #2b2c31; color: #fff; box-shadow: 0 12px 30px rgba(0,0,0,.25); }
.zxb-bottom-nav span { display: grid; justify-items: center; gap: 3px; color: rgba(255,255,255,.72); font-size: 11px; }.zxb-bottom-nav svg { width: 22px; height: 22px; }.zxb-bottom-nav .ai { overflow: hidden; width: 54px; height: 54px; margin-left: 8px; place-items: center; border-radius: 50%; background: #ff2765; color: #fff; font-size: 24px; font-weight: 900; }.zxb-bottom-nav .ai img { display: block; width: 54px; height: 54px; object-fit: contain; transform: scale(1.16); }
.zxb-template-notes ol { margin: 0 0 24px; padding-left: 20px; color: var(--text-3); line-height: 1.9; }.zxb-template-notes p { color: var(--text-3); line-height: 1.7; }
.zxb-two-phones { display: grid; grid-template-columns: repeat(2,410px); gap: 30px; justify-content: center; }
.zxb-phone.login { min-height: 812px; padding: 0 28px; background: #fff; }
.zxb-login-hero { position: relative; margin: 0 -28px; min-height: 318px; padding: 0 28px; border-radius: 0 0 36px 36px; background: radial-gradient(circle at 72% 0,rgba(255,255,255,.16) 0 34%,transparent 35%), var(--gradient-red); color: #fff; }
.zxb-page-title { display: flex; align-items: center; justify-content: space-between; height: 44px; font-size: 18px; font-weight: 900; }
.zxb-page-title.white { color: #fff; }.zxb-page-title span { padding: 8px 14px; border-radius: 999px; background: rgba(255,255,255,.18); font-size: 12px; letter-spacing: .08em; }
.zxb-login-hero > strong { display: block; margin-top: 62px; color: #fff; font-size: 26px; line-height: 1.2; }
.zxb-login-hero > em { display: block; margin-top: 6px; color: rgba(255,255,255,.13); font-size: 54px; font-style: normal; font-weight: 900; letter-spacing: -.07em; }
.zxb-login-panel { position: relative; z-index: 2; margin-top: -58px; padding: 0 22px 20px; border-radius: 20px; background: #fff; box-shadow: 0 15px 42px rgba(0,0,0,.12); }
.zxb-login-tabs { display: grid; grid-template-columns: repeat(2,1fr); height: 66px; align-items: center; font-size: 18px; }.zxb-login-tabs span { color: #777; }
.zxb-login-panel label { display: flex; justify-content: end; gap: 8px; margin-top: 12px; color: #666; }
.zxb-phone.login > .zxb-btn { margin-top: 18px; height: 54px; font-size: 18px; }
.zxb-agree { display: flex; align-items: flex-start; gap: 8px; margin-top: 18px; color: #666; line-height: 1.45; }.zxb-agree input, .zxb-login-panel input[type="checkbox"] { accent-color: var(--zxb-red); }
.zxb-login-footer { position: absolute; left: 0; right: 0; bottom: 42px; display: grid; justify-items: center; gap: 12px; text-align: center; color: #777; line-height: 1.8; }
.zxb-login-footer .zxb-mini-logo { min-width: auto; height: 28px; padding: 0; box-shadow: none; }
.zxb-phone.form { min-height: 940px; padding: 0 12px 76px; }
.zxb-phone.form h3, .zxb-phone.form h4 { margin: 8px 4px 12px; }.zxb-phone.form h4 { color: #666; font-size: 13px; }
.zxb-form-card { overflow: hidden; margin-bottom: 14px; border-radius: 14px; background: #fff; }
.zxb-form-row { display: flex; align-items: center; min-height: 48px; padding: 0 14px; border-bottom: 1px solid #f0f0f0; gap: 12px; }.zxb-form-row:last-child { border-bottom: 0; }
.zxb-form-row span { flex: 0 0 76px; color: #777; font-size: 12px; }.zxb-form-row.required span::before { content: "* "; color: var(--zxb-red); }
.zxb-form-row b { color: #333; font-size: 12px; }.zxb-form-row b.selected { margin-left: auto; padding: 7px 16px; border-radius: 6px; background: var(--zxb-red); color: #fff; }.zxb-form-row em { color: #aaa; font-style: normal; font-size: 12px; }.zxb-form-row svg { width: 15px; margin-left: auto; color: #bbb; }.zxb-form-row small { margin-left: auto; color: #999; }
.zxb-form-actions { position: absolute; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1.2fr; gap: 10px; padding: 12px 20px; background: #fff; }.zxb-form-actions button { height: 38px; border: 1px solid #eee; border-radius: 999px; background: #fff; }.zxb-form-actions button:last-child { border: 0; background: var(--zxb-grad); color: #fff; font-weight: 800; }
.zxb-phone.list { min-height: 812px; background: #f7f7f7; }
.zxb-state-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(360px,375px)); gap: 30px; justify-content: center; align-items: start; }
.zxb-phone.state { min-height: 640px; background: #fff; padding: 0 24px; }.zxb-phone.state h3, .zxb-phone.insight h3 { margin: 8px 0 0; font-size: 18px; }
.zxb-success { display: flex; min-height: 540px; flex-direction: column; align-items: center; justify-content: center; text-align: center; }.zxb-success-icon { display: grid; place-items: center; width: 76px; height: 76px; margin-bottom: 16px; border-radius: 50%; background: var(--zxb-grad); color: #fff; box-shadow: 0 10px 22px rgba(255,22,31,.18); }.zxb-success-icon svg { width: 42px; height: 42px; stroke-width: 3; }.zxb-success strong { font-size: 25px; }.zxb-success p { margin: 46px 0 70px; color: #999; line-height: 1.8; }
.zxb-dim { position: absolute; inset: 0; background: rgba(0,0,0,.55); }.zxb-dialog-demo.floating { position: absolute; top: 230px; left: 50%; transform: translateX(-50%); width: 250px; }
.zxb-phone.insight { min-height: 812px; padding: 0 16px 94px; background: linear-gradient(180deg,#ffcbd0 0 136px,#f7f7f7 136px); }
.zxb-phone.insight .zxb-page-title { padding: 0 2px; }
.zxb-insight-card { margin-top: 28px; padding: 18px; border-radius: 18px; background: rgba(255,255,255,.96); box-shadow: 0 10px 28px rgba(0,0,0,.06); }
.zxb-insight-top { display: grid !important; grid-template-columns: 1fr 70px !important; gap: 10px; margin: 0 !important; padding: 0 !important; border: 0 !important; text-align: left !important; }
.zxb-insight-card b { font-size: 29px; }.zxb-insight-card p { margin: 12px 0; color: var(--zxb-red); font-weight: 700; }.zxb-insight-card small { color: #999; }.zxb-insight-card mark.black { background: #111; }
.zxb-insight-card > div:last-child { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 20px; padding-top: 18px; border-top: 1px dashed #ddd; text-align: center; color: #888; }.zxb-insight-card div b { color: #333; font-size: 26px; }

/* TDesign-inspired Dongpeng portal */
.dp-site-header { position: fixed; inset: 0 0 auto; z-index: 60; display: flex; align-items: center; height: var(--site-header); padding: 0 28px; border-bottom: 1px solid #ececef; background: rgba(255,255,255,.96); backdrop-filter: blur(16px); }
.dp-site-brand { display: flex; align-items: center; width: var(--sidebar); height: 100%; padding-right: 24px; }
.dp-site-brand img { display: block; width: 188px; max-height: 48px; object-fit: contain; object-position: left center; }
.dp-site-search { flex: 0 1 360px; width: auto; min-width: 220px; margin-left: 12px; }
.dp-site-nav { display: flex; align-items: center; gap: 38px; height: 100%; margin-left: auto; }
.dp-site-nav a { position: relative; display: flex; align-items: center; height: 100%; color: #29292c; font-size: 14px; font-weight: 600; }
.dp-site-nav a::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: var(--brand); transform: scaleX(0); transition: transform .18s ease; }
.dp-site-nav a:hover { color: var(--brand); }.dp-site-nav a:hover::after { transform: scaleX(1); }
.dp-site-tools { display: flex; align-items: center; gap: 8px; margin-left: 28px; padding-left: 22px; border-left: 1px solid #ececef; }
.dp-site-tools .version { margin-right: 4px; white-space: nowrap; }
.dp-site-tools a { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 6px; color: #303033; }
.dp-site-tools a:hover { background: var(--brand-bg); color: var(--brand); }.dp-site-tools svg { width: 18px; height: 18px; }

#overview.dp-home { display: block; min-height: auto; padding: 28px 0 18px; background: none; }
.dp-hero-stage { position: relative; display: grid; grid-template-columns: 1fr; min-height: clamp(540px, 58vh, 660px); overflow: hidden; border: 1px solid #ececef; border-radius: 20px; background: #f7f8fa url("./assets/hero-glass-cube.png") right center / cover no-repeat; box-shadow: 0 20px 60px rgba(28,28,32,.06); }
.dp-hero-stage::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(255,255,255,.9) 0%, rgba(255,255,255,.74) 34%, rgba(255,255,255,.25) 62%, rgba(255,255,255,.04) 100%); pointer-events: none; }
.dp-hero-video { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; object-position: right center; pointer-events: none; }
.dp-hero-video-forward, .dp-hero-video-reverse { transition: opacity .08s linear; }
.dp-hero-video-reverse { opacity: 0; }
.dp-hero-stage.is-reversing .dp-hero-video-forward { opacity: 0; }
.dp-hero-stage.is-reversing .dp-hero-video-reverse { opacity: 1; }
.dp-hero-video-hint { position: absolute; right: 22px; bottom: 18px; z-index: 3; display: inline-flex; align-items: center; gap: 6px; padding: 6px 9px; border: 1px solid rgba(255,255,255,.76); border-radius: 20px; background: rgba(255,255,255,.64); color: #777; font-size: 10px; backdrop-filter: blur(8px); pointer-events: none; }
.dp-hero-video-hint svg { width: 13px; height: 13px; }
.dp-hero-copy { position: relative; z-index: 2; display: flex; width: min(58%, 680px); min-height: clamp(540px, 58vh, 660px); flex-direction: column; justify-content: center; padding: 70px 20px 90px 64px; }
.dp-hero-copy h1 { max-width: none; margin: 18px 0 22px; font-size: clamp(52px,5.3vw,78px); line-height: .98; letter-spacing: -.07em; }.dp-hero-copy h1 span { color: var(--brand); }
.dp-hero-copy > p { max-width: 560px; margin: 0; color: #5f6065; font-size: 16px; line-height: 1.8; }
.dp-hero-copy .hero-actions { margin-top: 48px; }
.dp-hero-art { display: none; }
.dp-art-core { position: absolute; top: 50%; left: 50%; z-index: 4; display: grid; place-items: center; width: 142px; height: 142px; border-radius: 28px; background: var(--gradient-red); color: #fff; font-family: Arial,sans-serif; font-size: 42px; font-weight: 900; letter-spacing: -.08em; transform: translate(-50%,-50%) rotate(7deg); box-shadow: 0 32px 60px rgba(230,24,23,.28),inset 0 1px 0 rgba(255,255,255,.45); }
.dp-art-ring { position: absolute; top: 50%; left: 50%; border: 3px solid rgba(230,24,23,.38); border-radius: 50%; transform: translate(-50%,-50%) rotateX(64deg) rotateZ(-12deg); }
.dp-art-ring::after { content: ""; position: absolute; top: 50%; right: -7px; width: 14px; height: 14px; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 8px rgba(230,24,23,.1); }
.ring-a { width: 410px; height: 230px; }.ring-b { width: 530px; height: 310px; border-color: rgba(230,24,23,.14); transform: translate(-50%,-50%) rotateX(64deg) rotateZ(16deg); }
.dp-art-tile { position: absolute; z-index: 3; display: grid; place-items: center; width: 92px; height: 92px; border: 1px solid rgba(255,255,255,.9); border-radius: 22px; background: rgba(255,255,255,.82); color: var(--brand); box-shadow: 0 20px 46px rgba(31,32,38,.11); backdrop-filter: blur(12px); }.dp-art-tile svg { width: 34px; height: 34px; }
.tile-a { top: 88px; left: 12%; transform: rotate(-9deg); }.tile-b { top: 92px; right: 12%; transform: rotate(10deg); }.tile-c { right: 8%; bottom: 66px; transform: rotate(-7deg); }
.dp-art-dot { position: absolute; border-radius: 50%; background: var(--brand); box-shadow: 0 12px 28px rgba(230,24,23,.22); }.dot-a { left: 12%; bottom: 92px; width: 40px; height: 40px; opacity: .78; }.dot-b { right: 25%; top: 60px; width: 18px; height: 18px; opacity: .45; }

.dp-home-updates { position: relative; z-index: 6; display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin: 28px 0 0; }
.dp-home-updates a { position: relative; display: flex; min-height: 116px; flex-direction: column; padding: 17px 18px; border: 1px solid #ececef; border-radius: 10px; background: #fff; transition: transform .18s ease,border-color .18s ease,box-shadow .18s ease; }
.dp-home-updates a:hover { border-color: rgba(230,24,23,.3); transform: translateY(-3px); box-shadow: 0 12px 28px rgba(31,32,38,.07); }.dp-home-updates span { color: var(--brand); font-size: 10px; font-weight: 800; letter-spacing: .1em; }.dp-home-updates strong { margin: 8px 0 5px; font-size: 14px; }.dp-home-updates small { overflow: hidden; color: var(--text-3); font-size: 11px; line-height: 1.5; text-overflow: ellipsis; white-space: nowrap; }.dp-home-updates time { margin-top: auto; padding-top: 8px; color: #b1b1b5; font-size: 9px; font-weight: 700; letter-spacing: .1em; }
.dp-home-updates .dp-ai-studio-entry { display: grid; grid-column: 1 / -1; grid-template-columns: minmax(240px,1.05fr) minmax(220px,.7fr) minmax(245px,.85fr); align-items: stretch; min-height: 224px; gap: 30px; padding: 28px 30px; border-color: rgba(226,20,19,.22); background: #fff; box-shadow: inset 3px 0 0 #e21413,0 12px 30px rgba(31,32,38,.04); }.dp-ai-studio-intro { display: flex; flex-direction: column; justify-content: center; }.dp-home-updates .dp-ai-studio-intro > span, .dp-ai-studio-case > span { color: #e21413; font-size: 10px; font-weight: 800; letter-spacing: .12em; }.dp-home-updates .dp-ai-studio-intro > strong { display: block; margin-top: 9px; color: var(--text-1); font-size: 26px; letter-spacing: -.04em; }.dp-home-updates .dp-ai-studio-intro > small { display: block; max-width: 390px; margin-top: 10px; color: var(--text-3); font-size: 13px; line-height: 1.65; white-space: normal; }.dp-ai-studio-intro > b { margin-top: 22px; color: var(--text-4); font-size: 10px; letter-spacing: .13em; }.dp-ai-studio-flow { display: grid; align-content: center; gap: 0; margin: 0; padding: 4px 28px; border-right: 1px solid var(--border); border-left: 1px solid var(--border); list-style: none; }.dp-ai-studio-flow li { position: relative; padding: 7px 0 14px; }.dp-ai-studio-flow li:last-child { padding-bottom: 7px; }.dp-ai-studio-flow li:not(:last-child)::after { position: absolute; bottom: 0; left: 4px; color: #e21413; content: '↓'; font-size: 13px; font-weight: 800; }.dp-ai-studio-flow span, .dp-ai-studio-flow strong { display: block; }.dp-ai-studio-flow span { margin-bottom: 3px; color: var(--text-4); font-size: 10px; font-weight: 700; letter-spacing: .04em; }.dp-ai-studio-flow strong { margin: 0; color: var(--text-1); font-size: 13px; }.dp-ai-studio-case { display: flex; flex-direction: column; justify-content: center; padding: 2px 0; }.dp-ai-studio-case > strong { margin-top: 8px; color: var(--text-1); font-size: 17px; }.dp-ai-studio-case > small { margin-top: 5px; color: var(--text-3); font-size: 12px; }.dp-ai-studio-case p { margin: 16px 0 10px; color: var(--text-3); font-size: 11px; line-height: 1.7; }.dp-ai-studio-case em { color: #e21413; font-size: 12px; font-style: normal; font-weight: 800; }.dp-ai-studio-case > b { display: inline-flex; align-items: center; justify-content: center; gap: 7px; width: max-content; min-height: 34px; margin-top: 16px; padding: 0 13px; border-radius: 4px; background: linear-gradient(148.66deg,#f96766 0%,#e21413 100%); color: #fff; font-size: 12px; font-weight: 700; box-shadow: 0 6px 14px rgba(226,20,19,.16); }.dp-ai-studio-case > b svg { width: 14px; height: 14px; }

@media (max-width: 1000px) {
  :root { --sidebar: 230px; }
  #content { width: calc(100% - 44px); }
  .dp-site-search { flex-basis: 250px; min-width: 180px; }.dp-site-nav { gap: 20px; }.dp-site-tools { margin-left: 16px; padding-left: 14px; }
  .dp-hero-stage { grid-template-columns: 1fr; }.dp-hero-copy { padding: 64px 48px 30px; }.dp-hero-art { min-height: 360px; }
  .dp-home-updates { grid-template-columns: repeat(2,1fr); margin-top: 24px; }
  .dp-home-updates .dp-ai-studio-entry { grid-template-columns: 1fr; gap: 16px; }
  .token-grid { grid-template-columns: repeat(4, 1fr); }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .rtm-dashboard-grid { grid-template-columns: 1fr; }.span-2 { grid-column: auto; }
  .form-grid { grid-template-columns: 1fr; }.form-grid .full { grid-column: auto; }
  .ppt-foundation-grid, .ppt-layout-grid { grid-template-columns: repeat(2, 1fr); }
  .zxb-foundation-grid, .zxb-component-grid, .zxb-business-components, .zxb-showcase { grid-template-columns: 1fr; }
  .zxb-two-phones, .zxb-state-grid { grid-template-columns: 1fr; justify-items: center; }
}
@media (max-width: 760px) {
  .sidebar { transform: translateX(-100%); transition: .22s ease; box-shadow: 12px 0 30px rgba(0,0,0,.12); }.sidebar.open { transform: translateX(0); }
  html { scroll-padding-top: calc(var(--site-header) + 60px); }.main-shell { margin-left: 0; }.mobile-menu { display: inline-grid; }.topbar { display: flex; height: 48px; justify-content: flex-start; padding: 0 16px; gap: 10px; }.search-box kbd, .version { display: none; }
  .dp-site-header { padding: 0 16px; }.dp-site-brand { width: auto; flex: 1; }.dp-site-brand img { width: 150px; }.dp-site-search { display: none; }.dp-site-nav { display: none; }.dp-site-tools { margin-left: 0; padding-left: 10px; }
  #content { width: calc(100% - 32px); }.doc-section { padding-top: 58px; }
  .hero-section { min-height: auto; padding-top: 90px; }.hero-stats { grid-template-columns: repeat(2, 1fr); }
  #overview.dp-home { padding-top: 18px; }.dp-hero-stage { border-radius: 14px; }.dp-hero-stage::before { background: linear-gradient(90deg, rgba(255,255,255,.92), rgba(255,255,255,.62)); }.dp-hero-video { object-position: 62% center; }.dp-hero-video-hint { display: none; }.dp-hero-copy { width: 100%; padding: 48px 24px 14px; }.dp-hero-copy h1 { font-size: 48px; }.dp-hero-art { min-height: 300px; }.ring-a { width: 300px; }.ring-b { width: 390px; }.dp-art-core { width: 112px; height: 112px; font-size: 34px; }.dp-art-tile { width: 68px; height: 68px; border-radius: 18px; }.dp-art-tile svg { width: 26px; height: 26px; }
  .dp-home-updates { grid-template-columns: 1fr; margin: 18px 0 0; }.dp-home-updates a { min-height: 110px; }
  .dp-ai-studio-flow { flex-wrap: wrap; gap: 7px; }
  .color-grid, .shadow-grid, .roadmap-grid { grid-template-columns: 1fr 1fr; }.color-card.large { grid-column: span 2; }
  .token-grid { grid-template-columns: repeat(2, 1fr); }.icon-board { grid-template-columns: 1fr; }.icon-list { grid-template-columns: repeat(2, 1fr); }
  .metric-grid { grid-template-columns: 1fr; }.quick-grid { flex-wrap: wrap; }.pagination { flex-wrap: wrap; }
  .rtm-frame { overflow-x: auto; }.rtm-frame > * { min-width: 760px; }
  .form-grid label { grid-template-columns: 1fr; }.form-grid label > span { text-align: left; }
  .ppt-hero { grid-template-columns: 1fr; gap: 32px; }.ppt-preview-card { min-height: 280px; }
  .skill-flow { align-items: stretch; flex-direction: column; }.skill-flow > svg { display: none; }.skill-actions { flex-direction: column; }
  .zxb-phone { width: min(320px, 100%); }
  .zxb-foundation-grid, .zxb-showcase { justify-items: center; }
  .zxb-component-grid { grid-template-columns: 1fr; }
  .zxb-business-heading { align-items: flex-start; flex-direction: column; }.zxb-business-heading p { text-align: left; }
  .zxb-business-card { padding: 14px; }.zxb-business-card-head { min-height: 0; }
  .zxb-component-stage { min-height: 280px; padding: 8px 0 0; border-radius: 0; }
  .zxb-followup-card { padding: 22px 18px 24px; border-radius: 22px; }
  .zxb-followup-card h4 { font-size: 18px; }
  .zxb-followup-divider { margin: 18px 0 20px; }
  .zxb-followup-row { grid-template-columns: 96px minmax(0,1fr); gap: 10px; }
  .zxb-followup-row + .zxb-followup-row { margin-top: 14px; }
  .zxb-followup-row > span, .zxb-followup-value { font-size: 14px; }
  .zxb-followup-value { height: 44px; padding: 0 12px; }
  .zxb-followup-value svg { width: 17px; height: 17px; }
  .zxb-selection-specimen h4 { margin-bottom: 18px; font-size: 18px; }
  .zxb-reason-chips-large { gap: 10px 8px; }
  .zxb-reason-chips-large button { min-height: 44px; padding: 0 16px; font-size: 14px; }
  .zxb-customer-summary-card { padding: 18px 16px 15px; }
  .zxb-customer-tabs { gap: 4px; padding-inline: 8px; }.zxb-customer-tabs button { padding-inline: 4px; font-size: 9px; }.zxb-customer-tabs button b { min-width: 17px; height: 17px; font-size: 8px; }
  .zxb-customer-card-top { grid-template-columns: 28px 34px minmax(0,1fr) 48px; gap: 6px; }.zxb-customer-select { width: 25px; height: 25px; }.zxb-source-badge { width: 34px; height: 34px; }
  .zxb-customer-name { font-size: 13px; }.zxb-customer-actions { gap: 5px; }.zxb-customer-actions .primary, .zxb-customer-actions .outline { padding-inline: 10px; }
  .zxb-token-panel, .zxb-comp-card, .zxb-template-notes { width: 100%; }
}
.zxb-customer-card-top,
.zxb-customer-summary-card .zxb-customer-card-top {
  grid-template-columns: 26px minmax(0, 1fr) max-content;
}

.zxb-customer-card-top > :nth-child(2) {
  min-width: 0;
}

.zxb-customer-card-top > :last-child {
  justify-self: end;
  margin-left: auto;
}
/* 助销宝客户卡片：姓名与手机号保留在中间，置顶操作固定右对齐 */
.zxb-customer-card-top,
.zxb-customer-summary-card .zxb-customer-card-top {
  grid-template-columns: 26px minmax(0, 1fr) max-content;
}

.zxb-customer-card-top > :nth-child(2) {
  min-width: 0;
}

.zxb-customer-card-top > :last-child {
  justify-self: end;
  margin-left: auto;
}
/* 助销宝组件标题：与上方“标签页 / 状态、弹窗”等卡片标题保持一致 */
#zxb-tab-style-spec .zxb-title-eyebrow-hidden {
  display: none !important;
}

#zxb-tab-style-spec .zxb-title-unified {
  margin: 8px 0 16px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  letter-spacing: 0 !important;
}

/* Homepage AI Design Studio product entry */
.dp-home-updates .dp-ai-studio-entry { grid-template-columns: minmax(260px,1fr) auto auto; align-items: center; min-height: 128px; gap: 28px; padding: 24px 28px; border-color: rgba(226,20,19,.24); background: #fff; box-shadow: inset 3px 0 0 #e21413; }
.dp-home-updates .dp-ai-studio-intro { display: block; }
.dp-home-updates .dp-ai-studio-intro > strong { margin: 0; font-size: 22px; letter-spacing: -.03em; }
.dp-home-updates .dp-ai-studio-intro > small { max-width: 460px; margin-top: 9px; font-size: 13px; line-height: 1.65; }
.dp-ai-studio-capabilities { display: flex; flex-wrap: wrap; gap: 8px; max-width: 360px; margin: 0; padding: 0; list-style: none; }
.dp-ai-studio-capabilities li { padding: 7px 10px; border: 1px solid var(--border); border-radius: 4px; color: var(--text-2); background: var(--brand-bg); font-size: 11px; font-weight: 700; white-space: nowrap; }
.dp-ai-studio-cta { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 36px; padding: 0 14px; border-radius: 4px; background: linear-gradient(148.66deg,#f96766 0%,#e21413 100%); color: #fff !important; font-size: 12px !important; font-weight: 700; white-space: nowrap; box-shadow: 0 6px 14px rgba(226,20,19,.16); }
.dp-ai-studio-cta svg { width: 14px; height: 14px; }
@media (max-width: 1000px) { .dp-home-updates .dp-ai-studio-entry { grid-template-columns: 1fr; gap: 16px; }.dp-ai-studio-capabilities { max-width: none; }.dp-ai-studio-cta { width: max-content; } }
@media (max-width: 560px) { .dp-home-updates .dp-ai-studio-entry { padding: 22px; }.dp-ai-studio-capabilities { gap: 6px; }.dp-ai-studio-capabilities li { width: 100%; } }

/* AI Design Studio platform entry */
.dp-home-updates .dp-ai-studio-entry { display: grid; grid-column: 1 / -1; grid-template-columns: minmax(230px,.68fr) minmax(0,1.32fr); align-items: stretch; min-height: 188px; gap: 28px; padding: 24px 28px; border: 1px solid rgba(226,20,19,.24); border-radius: 10px; background: #fff; box-shadow: inset 3px 0 0 #e21413; }
.dp-home-updates .dp-ai-studio-intro { display: flex; justify-content: center; flex-direction: column; }.dp-home-updates .dp-ai-studio-intro > strong { margin: 0; font-size: 23px; letter-spacing: -.03em; }.dp-home-updates .dp-ai-studio-intro > small { max-width: 280px; margin-top: 10px; color: var(--text-3); font-size: 13px; line-height: 1.7; }
.dp-ai-studio-products { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }.dp-home-updates .dp-ai-product-card { display: flex; min-height: 0; padding: 18px; border: 1px solid var(--border); border-radius: 8px; background: #fff; box-shadow: none; }.dp-home-updates .dp-ai-product-card:hover { border-color: rgba(226,20,19,.35); box-shadow: 0 10px 22px rgba(31,32,38,.06); transform: translateY(-2px); }.dp-ai-product-card > span { color: #e21413; font-size: 10px; font-weight: 800; letter-spacing: .08em; }.dp-ai-product-card > strong { margin: 7px 0 4px; color: var(--text-1); font-size: 16px; }.dp-ai-product-card > small { color: var(--text-3); font-size: 11px; line-height: 1.65; white-space: normal; }.dp-ai-product-card > b { display: inline-flex; align-items: center; gap: 5px; margin-top: auto; padding-top: 11px; color: var(--text-2); font-size: 11px; }.dp-ai-product-card > b svg { width: 13px; height: 13px; color: #e21413; }.dp-home-updates .dp-ai-product-card--planner { border-color: rgba(226,20,19,.28); background: linear-gradient(120deg,#fff 0%,var(--brand-bg) 100%); }
@media (max-width: 1000px) { .dp-home-updates .dp-ai-studio-entry { grid-template-columns: 1fr; }.dp-home-updates .dp-ai-studio-intro > small { max-width: 560px; } }
@media (max-width: 560px) { .dp-home-updates .dp-ai-studio-entry { padding: 22px; }.dp-ai-studio-products { grid-template-columns: 1fr; }.dp-home-updates .dp-ai-product-card { min-height: 144px; } }

/* Homepage: AI Native Design System information architecture */
.dp-home-updates { display: grid; grid-template-columns: 1fr; gap: 48px; margin-top: 28px; }
.dp-intelligence-platform { display: grid; grid-template-columns: minmax(270px,.9fr) minmax(460px,1.45fr) auto; align-items: center; gap: 42px; min-height: 250px; padding: 38px 42px; border: 1px solid rgba(226,20,19,.24); border-radius: 14px; background: #fff; box-shadow: inset 3px 0 0 #e21413,0 18px 42px rgba(31,32,38,.045); }
.dp-platform-intro > span,.dp-home-section header span,.dp-case-card span { color: #e21413; font-size: 10px; font-weight: 800; letter-spacing: .13em; }.dp-platform-intro h2 { margin: 12px 0 12px; color: var(--text-1); font-size: 30px; line-height: 1.25; letter-spacing: -.045em; }.dp-platform-intro p { max-width: 380px; margin: 0; color: var(--text-3); font-size: 13px; line-height: 1.75; }
.dp-platform-flow { display: grid; grid-template-columns: 1fr 24px 1fr 24px 1fr; align-items: center; gap: 10px; }.dp-platform-flow a { display: flex; min-height: 140px; flex-direction: column; padding: 18px; border: 1px solid var(--border); border-radius: 8px; background: #fff; color: inherit; transition: border-color .18s ease,transform .18s ease,box-shadow .18s ease; }.dp-platform-flow a:hover { border-color: rgba(226,20,19,.35); transform: translateY(-2px); box-shadow: 0 10px 22px rgba(31,32,38,.06); }.dp-platform-flow a > i { width: 19px; height: 19px; color: #e21413; }.dp-platform-flow a > span { margin-top: 12px; color: #a4a5aa; font-size: 10px; font-weight: 700; }.dp-platform-flow a > strong { margin-top: 4px; color: var(--text-1); font-size: 14px; }.dp-platform-flow a > small { margin-top: 5px; color: var(--text-3); font-size: 11px; line-height: 1.55; }.dp-flow-arrow { width: 16px; height: 16px; color: #e21413; }.dp-platform-cta { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 38px; padding: 0 16px; border-radius: 4px; background: linear-gradient(148.66deg,#f96766 0%,#e21413 100%); color: #fff; font-size: 12px; font-weight: 700; white-space: nowrap; box-shadow: 0 7px 16px rgba(226,20,19,.16); }.dp-platform-cta svg { width: 14px; height: 14px; }
.dp-home-section { padding-top: 0; }.dp-home-section header { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 20px; }.dp-home-section header h2 { margin: 8px 0 0; color: var(--text-1); font-size: 24px; letter-spacing: -.035em; }.dp-home-section header p { margin: 0; color: var(--text-4); font-size: 12px; text-align: right; }
.dp-foundation-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }.dp-foundation-grid a { display: flex; min-height: 140px; flex-direction: column; padding: 22px; border: 1px solid var(--border); border-radius: 10px; background: #fff; color: inherit; transition: border-color .18s ease,transform .18s ease,box-shadow .18s ease; }.dp-foundation-grid a:hover { border-color: rgba(226,20,19,.3); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(31,32,38,.06); }.dp-foundation-grid i { width: 22px; height: 22px; color: #e21413; }.dp-foundation-grid strong { margin-top: auto; color: var(--text-1); font-size: 16px; }.dp-foundation-grid small { margin-top: 6px; color: var(--text-3); font-size: 12px; }
.dp-case-card { display: grid; grid-template-columns: 1fr auto 24px; align-items: center; gap: 32px; min-height: 132px; padding: 26px 28px; border: 1px solid var(--border); border-radius: 10px; background: #fff; color: inherit; transition: border-color .18s ease,box-shadow .18s ease; }.dp-case-card:hover { border-color: rgba(226,20,19,.35); box-shadow: 0 12px 28px rgba(31,32,38,.06); }.dp-case-card strong { display: block; margin-top: 8px; color: var(--text-1); font-size: 19px; }.dp-case-card small { display: block; margin-top: 7px; color: var(--text-3); font-size: 12px; }.dp-case-meta { display: flex; gap: 8px; }.dp-case-meta b { padding: 7px 10px; border-radius: 4px; background: var(--brand-bg); color: var(--text-2); font-size: 10px; font-weight: 700; }.dp-case-card > i,.dp-compliance-score > i { color: #e21413; }
.dp-compliance-score { display: grid; grid-template-columns: 220px 1fr 24px; align-items: center; gap: 28px; min-height: 136px; padding: 24px 28px; border: 1px solid rgba(226,20,19,.22); border-radius: 10px; background: linear-gradient(100deg,#fff 0%,#fff8f8 100%); color: inherit; }.dp-compliance-score span { color: #a4a5aa; font-size: 10px; font-weight: 800; letter-spacing: .1em; }.dp-compliance-score strong { display: block; margin-top: 4px; color: #e21413; font-size: 50px; line-height: 1; letter-spacing: -.06em; }.dp-compliance-score strong small { margin-left: 4px; color: var(--text-3); font-size: 14px; letter-spacing: 0; }.dp-compliance-score p { margin: 0; color: var(--text-3); font-size: 13px; line-height: 1.7; }.dp-compliance-score p b { color: #e21413; font-size: 12px; }
@media (max-width: 1100px) { .dp-intelligence-platform { grid-template-columns: 1fr; gap: 24px; }.dp-platform-intro p { max-width: 620px; }.dp-platform-flow { max-width: 760px; }.dp-platform-cta { width: max-content; }.dp-case-card { grid-template-columns: 1fr 24px; }.dp-case-meta { grid-column: 1; flex-wrap: wrap; } }
@media (max-width: 760px) { .dp-home-updates { gap: 36px; }.dp-intelligence-platform { padding: 28px 24px; }.dp-platform-intro h2 { font-size: 25px; }.dp-platform-flow { grid-template-columns: 1fr; gap: 8px; }.dp-platform-flow a { min-height: 104px; }.dp-flow-arrow { justify-self: center; transform: rotate(90deg); }.dp-home-section header { align-items: start; flex-direction: column; gap: 8px; }.dp-home-section header p { text-align: left; }.dp-foundation-grid { grid-template-columns: 1fr; }.dp-foundation-grid a { min-height: 112px; }.dp-case-card,.dp-compliance-score { grid-template-columns: 1fr 20px; gap: 16px; }.dp-case-meta { grid-column: 1; }.dp-compliance-score > div,.dp-compliance-score p { grid-column: 1; }.dp-compliance-score > i { grid-column: 2; grid-row: 1 / span 2; }.dp-case-card > i { grid-column: 2; grid-row: 1 / span 2; } }
