/* Generated local SCRM native scoped data-center styles. Source: css/data-center/styles.css */

.data-center-native {
  --bg: #f4f6f3;
  --panel: #ffffff;
  --ink: #17201c;
  --muted: #66736d;
  --line: #dce4dd;
  --nav: #1e2d2a;
  --nav-soft: #2d403b;
  --green: #2f6f55;
  --teal: #26777a;
  --blue: #2f5f8f;
  --red: #b04747;
  --gold: #ac7a28;
}
.data-center-native * {
  box-sizing: border-box;
}
.data-center-native {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  letter-spacing: 0;
}
.data-center-native button, .data-center-native input, .data-center-native select {
  font: inherit;
}
.data-center-native .login-screen {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
}
.data-center-native .login-card {
  width: min(420px, 100%);
  padding: 30px;
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: 0 24px 70px rgba(30, 45, 42, 0.12);
}
.data-center-native .eyebrow {
  margin: 0 0 8px;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
}
.data-center-native h1, .data-center-native h2, .data-center-native h3, .data-center-native p {
  margin: 0;
}
.data-center-native .login-card h1 {
  font-size: 34px;
}
.data-center-native .login-form {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}
.data-center-native label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}
.data-center-native input, .data-center-native select {
  min-height: 40px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
}
.data-center-native .primary-button, .data-center-native .ghost-button, .data-center-native .nav-button {
  min-height: 40px;
  border: 0;
  cursor: pointer;
  font-weight: 800;
}
.data-center-native .primary-button {
  background: var(--green);
  color: #fff;
}
.data-center-native .ghost-button {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--blue);
}
.data-center-native .report-create-panel,
.data-center-native .report-section {
  margin-bottom: 18px;
}
.data-center-native .report-panel-heading,
.data-center-native .report-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}
.data-center-native .report-panel-heading p,
.data-center-native .report-section-title p {
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
}
.data-center-native .report-panel-heading > span {
  padding: 6px 10px;
  border-radius: 999px;
  background: #e7f2ec;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
}
.data-center-native .report-heading-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.data-center-native .report-heading-actions > span {
  padding: 6px 10px;
  border-radius: 999px;
  background: #e7f2ec;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
}
.data-center-native .report-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr)) auto;
  gap: 14px;
  align-items: end;
}
.data-center-native .report-form .primary-button {
  padding: 0 22px;
}
.data-center-native .report-readonly {
  align-self: center;
  max-width: 280px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}
.data-center-native .report-feedback {
  min-height: 20px;
  margin-top: 10px;
  color: var(--blue);
  font-size: 13px;
}
.data-center-native .report-steps {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 12px;
}
.data-center-native .report-steps span {
  padding: 7px 10px;
  border: 1px solid var(--line);
  background: #f7f9f7;
}
.data-center-native .report-list,
.data-center-native .report-files {
  display: grid;
  gap: 10px;
}
.data-center-native .report-unit-folders {
  display: grid;
  gap: 18px;
}
.data-center-native .report-unit-folder {
  padding: 16px;
  border: 1px solid var(--line);
  background: #f8faf8;
}
.data-center-native .report-unit-folder > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}
.data-center-native .report-unit-folder h4 { margin: 0; font-size: 16px; }
.data-center-native .report-unit-folder header p { margin: 5px 0 0; color: var(--muted); font-size: 12px; }
.data-center-native .report-unit-folder header > span {
  padding: 5px 9px;
  border-radius: 999px;
  background: #e7f2ec;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}
.data-center-native .report-unit-folder .report-file { background: #fff; }
.data-center-native .report-row {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(180px, .7fr) auto;
  gap: 18px;
  align-items: center;
  padding: 15px 16px;
  border: 1px solid var(--line);
  background: #fff;
}
.data-center-native .report-row p,
.data-center-native .report-row small,
.data-center-native .report-file small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
}
.data-center-native .report-progress em {
  display: block;
  margin-top: 5px;
  color: var(--red);
  font-size: 12px;
  font-style: normal;
}
.data-center-native .report-status {
  display: inline-flex;
  padding: 4px 8px;
  border-radius: 999px;
  background: #eef1f0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}
.data-center-native .report-status.running,
.data-center-native .report-status.queued { background: #e9f1fa; color: var(--blue); }
.data-center-native .report-status.succeeded { background: #e7f2ec; color: var(--green); }
.data-center-native .report-status.failed { background: #faeaea; color: var(--red); }
.data-center-native .report-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.data-center-native .report-actions .primary-button { min-height: 36px; padding: 0 14px; }
.data-center-native .report-link {
  display: inline-grid;
  place-items: center;
  padding: 0 14px;
  text-decoration: none;
}
.data-center-native .report-file {
  display: grid;
  grid-template-columns: auto minmax(220px, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid var(--line);
  color: var(--ink);
}
.data-center-native .report-file:hover { border-color: #a9c8b8; background: #f7faf8; }
.data-center-native .report-file-icon { font-size: 24px; }
.data-center-native .report-file-actions { display: flex; align-items: center; justify-content: flex-end; gap: 8px; }
.data-center-native .report-file-actions .primary-button { min-height: 36px; padding: 0 14px; }
.data-center-native .report-page-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 22px;
  padding: 26px 28px;
  border: 1px solid #d9e4dd;
  border-radius: 16px;
  background: linear-gradient(135deg, #f9fbf9 0%, #eef5f0 100%);
}
.data-center-native .report-page-kicker {
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
}
.data-center-native .report-page-hero h2 { margin: 7px 0 5px; font-size: 30px; }
.data-center-native .report-page-hero p { margin: 0; color: var(--muted); font-size: 14px; }
.data-center-native .report-page-route { display: flex; align-items: center; gap: 12px; white-space: nowrap; }
.data-center-native .report-page-route span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #456052;
  font-size: 13px;
  font-weight: 700;
}
.data-center-native .report-page-route b {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-size: 11px;
}
.data-center-native .report-page-route i { color: #9aaba1; font-style: normal; }
.data-center-native .report-workflow-group {
  margin-bottom: 22px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}
.data-center-native .report-workflow-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
  padding-bottom: 17px;
  border-bottom: 1px solid #e8edea;
}
.data-center-native .report-workflow-heading > span:first-child {
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  height: 42px;
  border-radius: 12px;
  background: #203c31;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}
.data-center-native .report-workflow-heading > div { flex: 1; }
.data-center-native .report-workflow-heading h3 { margin: 0; font-size: 20px; }
.data-center-native .report-workflow-heading p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }
.data-center-native .report-generator-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.data-center-native .report-generator-grid.single { grid-template-columns: minmax(0, 760px); }
.data-center-native .report-generator-card {
  min-width: 0;
  padding: 20px;
  border: 1px solid #dfe6e2;
  border-radius: 13px;
  background: #fbfcfb;
}
.data-center-native .report-generator-card.market-card { border-top: 4px solid #b99252; }
.data-center-native .report-generator-card.design-card { border-top: 4px solid var(--green); }
.data-center-native .report-generator-head { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.data-center-native .report-generator-head > div { flex: 1; }
.data-center-native .report-generator-head h4 { margin: 0; font-size: 18px; }
.data-center-native .report-generator-head p { margin: 5px 0 0; color: var(--muted); font-size: 12px; }
.data-center-native .report-generator-icon {
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  height: 38px;
  border-radius: 10px;
  background: #edf3ef;
  color: var(--green);
  font-size: 16px;
  font-weight: 800;
}
.data-center-native .market-card .report-generator-icon { background: #f5eee1; color: #8a672f; }
.data-center-native .report-generator-head .ghost-button { min-height: 34px; padding: 0 11px; }
.data-center-native .report-generator-form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.data-center-native .report-generator-form .report-unit-field { grid-column: 1 / -1; }
.data-center-native .report-generator-form .primary-button,
.data-center-native .report-generator-form .report-readonly { grid-column: 1 / -1; width: 100%; }
.data-center-native .report-generator-note {
  margin: 8px 0 0;
  padding-top: 12px;
  border-top: 1px dashed #dce3df;
  color: #738078;
  font-size: 12px;
}
.data-center-native .report-config-hint { margin-bottom: -7px; }
.data-center-native .report-workflow-group.report-collection-panel { border-top: 1px solid var(--line); }
.data-center-native .report-collection-ready-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 2px 12px;
}
.data-center-native .report-collection-ready-head strong { font-size: 15px; }
.data-center-native .report-collection-ready-head p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }
.data-center-native .report-collection-ready-head > span {
  padding: 5px 9px;
  border-radius: 999px;
  background: #e7f2ec;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
}
.data-center-native .report-period-state {
  display: inline-block;
  margin-bottom: 5px;
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
}
.data-center-native .report-collection-period.is-ready { border-left: 4px solid var(--green); }
.data-center-native .report-collection-period.is-incomplete { margin-top: 10px; opacity: .8; }
.data-center-native .report-collection-period.is-incomplete .report-period-state { color: #9b7440; }
.data-center-native .report-incomplete-periods {
  margin-top: 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fafaf8;
}
.data-center-native .report-incomplete-periods > summary {
  padding: 13px 15px;
  color: #6f6d66;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}
.data-center-native .report-incomplete-periods > div { padding: 0 12px 12px; }
.data-center-native .report-latest-task {
  padding: 16px;
  border: 1px solid #dfe6e2;
  border-radius: 11px;
  background: #fafcfa;
}
.data-center-native .report-subheading { display: flex; align-items: baseline; gap: 12px; margin-bottom: 12px; }
.data-center-native .report-subheading span { font-size: 15px; font-weight: 800; }
.data-center-native .report-subheading p { margin: 0; color: var(--muted); font-size: 12px; }
.data-center-native .report-library-list { display: grid; gap: 10px; margin-top: 14px; }
.data-center-native .report-library {
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #fff;
}
.data-center-native .report-library > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  list-style: none;
  cursor: pointer;
}
.data-center-native .report-library > summary::-webkit-details-marker { display: none; }
.data-center-native .report-library > summary b,
.data-center-native .report-library > summary small { display: block; }
.data-center-native .report-library > summary b { font-size: 15px; }
.data-center-native .report-library > summary small { margin-top: 4px; color: var(--muted); font-size: 12px; }
.data-center-native .report-library > summary em { color: var(--blue); font-size: 12px; font-style: normal; }
.data-center-native .report-library[open] > summary { border-bottom: 1px solid var(--line); background: #f8faf8; }
.data-center-native .report-library[open] > summary em { font-size: 0; }
.data-center-native .report-library[open] > summary em::after { content: "收起"; font-size: 12px; }
.data-center-native .report-library > div { padding: 14px; }
.data-center-native .report-collection-panel {
  border-top: 3px solid #b99252;
}
.data-center-native .report-collection-badge {
  padding: 6px 10px;
  border-radius: 999px;
  background: #f2eadb;
  color: #8a672f;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}
.data-center-native .report-collection-periods {
  display: grid;
  gap: 12px;
}
.data-center-native .report-collection-period {
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fbfcfb;
}
.data-center-native .report-collection-period > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 13px 15px;
  border-bottom: 1px solid var(--line);
  background: #f4f7f5;
}
.data-center-native .report-collection-period h4,
.data-center-native .report-collection-history-title h4 { margin: 0; font-size: 15px; }
.data-center-native .report-collection-period header p,
.data-center-native .report-collection-history-title p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }
.data-center-native .report-collection-period header .ghost-button { min-height: 34px; padding: 0 12px; }
.data-center-native .report-collection-checklist {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1px;
  background: var(--line);
}
.data-center-native .report-collection-option {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 66px;
  padding: 12px 14px;
  background: #fff;
  cursor: pointer;
}
.data-center-native .report-collection-option:hover { background: #f8fbf9; }
.data-center-native .report-collection-option input { width: 17px; height: 17px; accent-color: var(--green); }
.data-center-native .report-collection-option b,
.data-center-native .report-collection-option small { display: block; }
.data-center-native .report-collection-option small { margin-top: 4px; color: var(--muted); font-size: 11px; }
.data-center-native .report-collection-option a { color: var(--blue); font-size: 12px; text-decoration: none; }
.data-center-native .report-collection-option.market b { color: #8a672f; }
.data-center-native .report-collection-create {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 14px;
}
.data-center-native .report-collection-create .report-feedback { margin: 0; }
.data-center-native .report-collection-create .primary-button { flex: 0 0 auto; padding: 0 22px; }
.data-center-native .report-collection-history-title {
  margin: 24px 0 10px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.data-center-native .report-collection-history { display: grid; gap: 8px; }
.data-center-native .report-collection-history article {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  background: #fff;
}
.data-center-native .report-collection-history small { display: block; margin-top: 4px; color: var(--muted); font-size: 11px; }
@media (max-width: 960px) {
  .data-center-native .report-page-hero { align-items: flex-start; flex-direction: column; }
  .data-center-native .report-generator-grid { grid-template-columns: 1fr; }
  .data-center-native .report-form { grid-template-columns: 1fr 1fr; }
  .data-center-native .report-row { grid-template-columns: 1fr; }
  .data-center-native .report-actions { justify-content: flex-start; }
  .data-center-native .report-file { grid-template-columns: auto 1fr; }
  .data-center-native .report-file-actions { grid-column: 1 / -1; justify-content: flex-start; flex-wrap: wrap; padding-left: 36px; }
  .data-center-native .report-unit-folder { padding: 12px; }
  .data-center-native .report-collection-create,
  .data-center-native .report-collection-history article { align-items: stretch; flex-direction: column; }
  .data-center-native .report-collection-create .primary-button { width: 100%; }
}
@media (max-width: 600px) {
  .data-center-native .report-page-hero { padding: 20px; }
  .data-center-native .report-page-route { align-items: flex-start; flex-direction: column; }
  .data-center-native .report-page-route > i { display: none; }
  .data-center-native .report-workflow-group { padding: 16px; }
  .data-center-native .report-workflow-heading { align-items: flex-start; flex-wrap: wrap; }
  .data-center-native .report-workflow-heading .report-collection-badge,
  .data-center-native .report-workflow-heading > button { margin-left: 56px; }
  .data-center-native .report-generator-card { padding: 16px; }
  .data-center-native .report-generator-form { grid-template-columns: 1fr; }
  .data-center-native .report-generator-form .report-unit-field,
  .data-center-native .report-generator-form .primary-button,
  .data-center-native .report-generator-form .report-readonly { grid-column: auto; }
  .data-center-native .report-collection-period > header { align-items: stretch; flex-direction: column; }
  .data-center-native .report-collection-checklist { grid-template-columns: 1fr; }
}
.data-center-native .error {
  color: var(--red);
  min-height: 20px;
  font-size: 13px;
}
.data-center-native .shell {
  display: grid;
  grid-template-columns: clamp(184px, 14vw, 248px) minmax(0, 1fr);
  min-height: 100vh;
}
.data-center-native .sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 22px 14px;
  background: var(--nav);
  color: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.data-center-native .brand {
  margin-bottom: 24px;
}
.data-center-native .brand h1 {
  font-size: 22px;
}
.data-center-native .brand p {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
}
.data-center-native .nav {
  display: grid;
  gap: 8px;
  overflow-y: auto;
  padding-right: 4px;
}
.data-center-native .nav-button {
  width: 100%;
  padding: 11px 12px;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  text-align: left;
}
.data-center-native .nav-button.active {
  background: var(--nav-soft);
  color: #fff;
}
.data-center-native .nav-section {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.data-center-native .nav-section-title {
  width: 100%;
  min-height: 34px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 8px;
  align-items: center;
  padding: 6px 10px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.58);
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  text-align: left;
}
.data-center-native .nav-section-title::after {
  content: "⌄";
  color: rgba(255, 255, 255, 0.44);
  font-size: 14px;
  line-height: 1;
}
.data-center-native .nav-section.collapsed .nav-section-title::after {
  content: "›";
}
.data-center-native .nav-section-title:hover {
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.82);
}
.data-center-native .nav-section-title em {
  min-width: 24px;
  padding: 2px 7px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.56);
  font-size: 11px;
  font-style: normal;
  text-align: center;
}
.data-center-native .nav-sublist {
  display: grid;
  gap: 5px;
}
.data-center-native .nav-sublist[hidden], .data-center-native .nav-section.collapsed .nav-sublist {
  display: none;
}
.data-center-native .nav-subbutton {
  width: 100%;
  min-height: 42px;
  padding: 8px 10px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  text-align: left;
}
.data-center-native .nav-subbutton span, .data-center-native .nav-subbutton small {
  display: block;
}
.data-center-native .nav-subbutton span {
  font-weight: 900;
}
.data-center-native .nav-subbutton small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 11px;
}
.data-center-native .nav-subbutton.active, .data-center-native .nav-subbutton:hover {
  background: var(--nav-soft);
  color: #fff;
}
.data-center-native .nav-empty {
  padding: 8px 10px;
  color: rgba(255, 255, 255, 0.38);
  font-size: 12px;
}
.data-center-native .user-box {
  margin-top: 18px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
}
.data-center-native .user-box strong {
  display: block;
}
.data-center-native .user-box span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
}
.data-center-native .content {
  position: relative;
  min-width: 0;
  padding: clamp(14px, 2vw, 26px);
  overflow-x: hidden;
}
.data-center-native .route-overlay {
  position: absolute;
  inset: clamp(14px, 2vw, 26px);
  z-index: 20;
  min-height: calc(100vh - clamp(28px, 4vw, 52px));
  background: var(--bg);
}
.data-center-native .topbar {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-end;
  margin-bottom: 18px;
}
.data-center-native .topbar h2 {
  font-size: 30px;
}
.data-center-native .muted {
  color: var(--muted);
}
.data-center-native .filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: end;
  margin-bottom: 18px;
  padding: 16px;
  background: var(--panel);
  border: 1px solid var(--line);
}
.data-center-native .account-panel {
  margin-bottom: 16px;
}
.data-center-native .account-form {
  display: grid;
  grid-template-columns: repeat(6, minmax(120px, 1fr));
  gap: 12px;
  align-items: end;
  margin-top: 14px;
}
.data-center-native .account-form .primary-button {
  min-width: 120px;
}
.data-center-native .account-message {
  min-height: 20px;
  margin-top: 10px;
  color: var(--green);
  font-weight: 800;
}
.data-center-native .password-cell {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.data-center-native .password-value {
  min-width: 86px;
  display: inline-block;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  letter-spacing: 1px;
}
.data-center-native .password-toggle {
  width: 26px;
  height: 26px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--muted);
  cursor: pointer;
}
.data-center-native .password-toggle svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
}
.data-center-native .password-toggle.is-visible {
  color: var(--blue);
  border-color: rgba(40, 91, 137, 0.35);
  background: #eef6ff;
}
.data-center-native .compact-button {
  min-width: auto;
  padding: 6px 10px;
  font-size: 12px;
}
.data-center-native .password-edit {
  display: none;
  align-items: center;
  gap: 6px;
  margin-left: 8px;
}
.data-center-native .password-edit.active {
  display: inline-flex;
}
.data-center-native .password-new-input {
  width: 120px;
  min-height: 30px;
  padding: 5px 8px;
  border: 1px solid var(--line);
  background: #fff;
  font: inherit;
}
.data-center-native .period-banner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
  margin-bottom: 14px;
  padding: 14px 16px;
  background: #ffffff;
  border: 1px solid var(--line);
}
.data-center-native .period-banner strong {
  color: var(--green);
}
.data-center-native .period-banner span {
  color: var(--ink);
  font-weight: 900;
}
.data-center-native .period-banner em {
  color: var(--muted);
  font-style: normal;
  font-size: 13px;
}
.data-center-native .dashboard-root {
  min-width: 0;
}
.data-center-native .sheet-tabs {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  gap: 6px;
  overflow-x: auto;
  margin: 0 0 14px;
  padding: 8px;
  background: rgba(244, 246, 243, 0.96);
  border: 1px solid var(--line);
}
.data-center-native .sheet-tab {
  flex: 0 0 auto;
  min-height: 36px;
  padding: 0 16px;
  border: 1px solid transparent;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-weight: 900;
}
.data-center-native .sheet-tab.active {
  background: var(--nav);
  color: #fff;
  border-color: var(--nav);
}
.data-center-native .sheet-panel {
  min-width: 0;
}
.data-center-native .agent-panel {
  margin-bottom: 14px;
  padding: 16px;
  background: var(--panel);
  border: 1px solid var(--line);
}
.data-center-native .agent-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
}
.data-center-native .agent-head h3 {
  font-size: 18px;
}
.data-center-native .agent-status {
  padding: 5px 9px;
  background: #eef1ef;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}
.data-center-native .agent-status.ready {
  background: #e6f1ec;
  color: var(--green);
}
.data-center-native .agent-log {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}
.data-center-native .agent-message {
  max-width: 82%;
  padding: 10px 12px;
  border: 1px solid var(--line);
  background: #fff;
}
.data-center-native .agent-message.user {
  justify-self: end;
  background: #edf3f5;
}
.data-center-native .agent-message.assistant {
  justify-self: start;
}
.data-center-native .agent-message strong {
  display: block;
  margin-bottom: 4px;
  color: var(--green);
  font-size: 12px;
}
.data-center-native .agent-message p {
  white-space: pre-wrap;
  line-height: 1.58;
  font-size: 14px;
}
.data-center-native .agent-form {
  display: grid;
  grid-template-columns: 1fr 92px;
  gap: 10px;
  margin-top: 12px;
}
.data-center-native .metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
}
.data-center-native .module-section {
  margin-top: 14px;
  padding: 16px;
  background: #ffffff;
  border: 1px solid var(--line);
}
.data-center-native .module-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-end;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}
.data-center-native .module-head h3 {
  font-size: 22px;
}
.data-center-native .module-head p {
  color: var(--muted);
  font-size: 13px;
}
.data-center-native .module-metrics {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
.data-center-native .overview-section {
  border: none;
  background: linear-gradient(135deg, #1e2d2a 0%, #2f6f55 100%);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.data-center-native .overview-section::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 4px;
  padding: 3px;
  background: linear-gradient(135deg, #4ecb89, #26c6da, #7c4dff);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.data-center-native .overview-section .module-head {
  border-bottom-color: rgba(255,255,255,0.15);
}
.data-center-native .overview-section .module-head h3 {
  color: #fff;
}
.data-center-native .overview-section .module-head p {
  color: rgba(255,255,255,0.6);
}
.data-center-native .overview-section .metric {
  background: rgba(255,255,255,0.08);
  border-radius: 6px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,0.12);
}
.data-center-native .overview-section .metric-label {
  color: rgba(255,255,255,0.7);
}
.data-center-native .overview-section .metric-value {
  color: #fff;
  font-size: 2rem;
  white-space: nowrap;
}
.data-center-native .overview-section .metric-note {
  color: rgba(255,255,255,0.5);
}
.data-center-native .overview-metrics {
  grid-template-columns: repeat(5, 1fr);
}
.data-center-native .overview-layout {
  display: grid;
  gap: 10px;
}
.data-center-native .overview-top-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 10px;
}
.data-center-native .overview-top-grid .metric {
  min-height: 132px;
}
.data-center-native .overview-top-grid .metric-value {
  font-size: 1.65rem;
  line-height: 1.18;
}
.data-center-native .overview-top-grid .metric-note {
  font-size: 11px;
  line-height: 1.55;
}
.data-center-native .arrival-band {
  display: grid;
  grid-template-columns: minmax(190px, 0.24fr) minmax(0, 1fr);
  gap: 10px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 6px;
  padding: 16px;
}
.data-center-native .arrival-total {
  border-right: 1px solid rgba(255,255,255,0.15);
  padding-right: 16px;
}
.data-center-native .arrival-breakdown {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.data-center-native .arrival-segment {
  display: grid;
  grid-template-columns: minmax(90px, 0.35fr) minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-width: 0;
  padding: 12px 14px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 6px;
}
.data-center-native .arrival-segment-main {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: rgba(255,255,255,0.68);
  font-size: 12px;
}
.data-center-native .arrival-segment-main strong {
  color: #fff;
  font-size: 1.45rem;
  line-height: 1;
}
.data-center-native .arrival-segment-detail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  color: rgba(255,255,255,0.56);
  font-size: 12px;
}
.data-center-native .arrival-segment-detail b {
  display: block;
  color: rgba(255,255,255,0.86);
  font-weight: 700;
  margin-top: 3px;
}
.data-center-native .conversion-funnel {
  display: grid;
  gap: 12px;
  padding: 16px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 6px;
}
.data-center-native .conversion-funnel.local-funnel {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,220,100,0.18);
}
.data-center-native .funnel-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}
.data-center-native .funnel-head h4 {
  margin: 0;
  color: #fff;
  font-size: 16px;
}
.data-center-native .funnel-head span {
  color: rgba(255,255,255,0.56);
  font-size: 12px;
  font-weight: 700;
}
.data-center-native .funnel-flow {
  display: grid;
  grid-template-columns: minmax(150px, 1.18fr) minmax(98px, 0.68fr) minmax(142px, 1fr) minmax(98px, 0.68fr) minmax(134px, 0.84fr) minmax(98px, 0.68fr) minmax(126px, 0.72fr);
  min-width: 820px;
  gap: 8px;
  align-items: stretch;
}
.data-center-native .conversion-funnel {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.data-center-native .funnel-stage, .data-center-native .funnel-link {
  min-width: 0;
  min-height: 86px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.data-center-native .funnel-stage {
  position: relative;
  padding: 14px 24px 14px 16px;
  border: 1px solid rgba(255,255,255,0.13);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 0 100%, 12px 50%);
}
.data-center-native .funnel-stage-1 {
  background: rgba(78,203,137,0.28);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 0 100%);
}
.data-center-native .funnel-stage-2 {
  background: rgba(38,198,218,0.24);
}
.data-center-native .funnel-stage-3 {
  background: rgba(124,77,255,0.22);
}
.data-center-native .funnel-stage-4 {
  background: rgba(255,220,100,0.2);
}
.data-center-native .funnel-stage span, .data-center-native .funnel-link span {
  color: rgba(255,255,255,0.62);
  font-size: 12px;
  font-weight: 800;
}
.data-center-native .funnel-stage strong {
  margin-top: 8px;
  font-size: 1.55rem;
  line-height: 1.05;
}
.data-center-native .funnel-link {
  align-items: center;
  padding: 10px 8px;
  text-align: center;
  background: rgba(0,0,0,0.14);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 6px;
}
.data-center-native .funnel-link strong {
  margin-top: 7px;
  font-size: 1.12rem;
}
.data-center-native .group-funnel-panel {
  display: grid;
  gap: 12px;
  padding: 16px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 6px;
}
.data-center-native .group-funnel-list {
  display: grid;
  gap: 8px;
}
.data-center-native .group-funnel-row {
  display: grid;
  grid-template-columns: minmax(118px, 0.9fr) minmax(92px, 1fr) minmax(92px, 0.86fr) minmax(92px, 1fr) minmax(92px, 0.86fr) minmax(92px, 1fr);
  min-width: 650px;
  gap: 8px;
  align-items: stretch;
}
.data-center-native .group-funnel-list {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.data-center-native .group-funnel-name, .data-center-native .group-funnel-stage, .data-center-native .group-funnel-rate {
  min-width: 0;
  min-height: 66px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.data-center-native .group-funnel-name {
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}
.data-center-native .group-funnel-stage {
  padding: 10px 12px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
}
.data-center-native .group-funnel-rate {
  align-items: center;
  padding: 10px 8px;
  background: rgba(0,0,0,0.14);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 6px;
  text-align: center;
}
.data-center-native .group-funnel-stage span, .data-center-native .group-funnel-rate span {
  color: rgba(255,255,255,0.58);
  font-size: 11px;
  font-weight: 800;
}
.data-center-native .group-funnel-stage strong, .data-center-native .group-funnel-rate strong {
  margin-top: 5px;
  color: #fff;
  font-size: 20px;
  line-height: 1.05;
}
.data-center-native .group-funnel-rate strong {
  color: #d7eef3;
  font-size: 18px;
}
.data-center-native .area-section {
  border: 0;
  padding: 20px;
  background: linear-gradient(135deg, #20332f 0%, #326f57 100%);
  border-radius: 4px;
}
.data-center-native .area-section .module-head {
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom-color: rgba(255,255,255,0.15);
}
.data-center-native .area-section .module-head h3 {
  color: #fff;
  font-size: 22px;
}
.data-center-native .area-section .module-head p {
  color: rgba(255,255,255,0.62);
  font-size: 13px;
}
.data-center-native .area-distribution-panel {
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 14px;
  padding: 14px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 6px;
}
.data-center-native .area-distribution-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
  gap: 14px;
}
.data-center-native .area-dist-card {
  min-width: 0;
  padding: 18px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 6px;
}
.data-center-native .area-dist-title {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: baseline;
  margin-bottom: 14px;
}
.data-center-native .area-dist-title strong {
  color: #fff;
  font-size: 16px;
}
.data-center-native .area-dist-title span {
  color: rgba(255,255,255,0.58);
  font-size: 12px;
  font-weight: 800;
}
.data-center-native .area-dist-title span b {
  color: #fff;
  font-size: 15px;
}
.data-center-native .area-stack {
  display: flex;
  width: 100%;
  height: 32px;
  overflow: hidden;
  background: rgba(0,0,0,0.18);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 6px;
}
.data-center-native .area-stack i {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 3px;
  height: 100%;
  color: rgba(8,22,20,0.82);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(255,255,255,0.18);
  white-space: nowrap;
}
.data-center-native .area-dist-legend {
  display: flex;
  gap: 0;
  margin-top: 16px;
  overflow: visible;
}
.data-center-native .area-dist-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  justify-items: center;
  min-width: 0;
  padding: 0 3px;
  color: rgba(255,255,255,0.72);
  font-size: 12px;
  text-align: center;
}
.data-center-native .area-dist-row::before {
  content: "";
  width: min(42px, 76%);
  height: 5px;
  background: var(--area-color);
  border-radius: 999px;
}
.data-center-native .area-dist-row span {
  display: block;
  max-width: 100%;
  font-weight: 800;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.data-center-native .area-dist-row em {
  display: block;
  color: #d7eef3;
  font-style: normal;
  font-size: 15px;
  font-weight: 900;
}
.data-center-native .area-conversion-panel {
  padding: 16px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 6px;
}
.data-center-native .area-conversion-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: baseline;
  margin-bottom: 12px;
}
.data-center-native .area-conversion-head strong {
  color: #fff;
  font-size: 16px;
}
.data-center-native .area-conversion-head span {
  color: rgba(255,255,255,0.58);
  font-size: 12px;
  font-weight: 800;
}
.data-center-native .area-conversion-list {
  display: grid;
  gap: 8px;
}
.data-center-native .area-conversion-row {
  display: grid;
  grid-template-columns: minmax(86px, 0.75fr) minmax(84px, 1fr) minmax(82px, 0.9fr) minmax(84px, 1fr) minmax(82px, 0.9fr) minmax(84px, 1fr) minmax(92px, 0.95fr);
  min-width: 720px;
  gap: 6px;
  align-items: stretch;
}
.data-center-native .area-conversion-list {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.data-center-native .area-conversion-name, .data-center-native .area-conversion-stage, .data-center-native .area-conversion-rate {
  min-width: 0;
  min-height: 54px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.data-center-native .area-conversion-name {
  gap: 7px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}
.data-center-native .area-conversion-name i {
  display: block;
  width: 44px;
  height: 5px;
  background: var(--area-color);
  border-radius: 999px;
}
.data-center-native .area-conversion-stage {
  padding: 8px 10px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
}
.data-center-native .area-conversion-rate {
  align-items: center;
  padding: 8px;
  background: rgba(0,0,0,0.15);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 6px;
  text-align: center;
}
.data-center-native .area-conversion-rate.total {
  background: rgba(255,212,107,0.18);
  border-color: rgba(255,212,107,0.22);
}
.data-center-native .area-conversion-stage span, .data-center-native .area-conversion-rate span {
  color: rgba(255,255,255,0.56);
  font-size: 11px;
  font-weight: 800;
}
.data-center-native .area-conversion-stage strong, .data-center-native .area-conversion-rate strong {
  margin-top: 5px;
  color: #fff;
  font-size: 17px;
  line-height: 1.05;
}
.data-center-native .area-conversion-rate strong {
  color: #d7eef3;
}
.data-center-native .area-conversion-rate.total strong {
  color: #ffd46b;
}
.data-center-native .metric-wide {
  grid-column: span 3;
  display: flex;
  padding: 0;
  overflow: hidden;
}
.data-center-native .metric-wide-half {
  flex: 1;
  padding: 18px;
}
.data-center-native .metric-wide-divider {
  width: 1px;
  background: rgba(255, 255, 255, 0.15);
  margin: 12px 0;
}
.data-center-native .metric-wide .metric-note {
  font-size: 11px;
  white-space: nowrap;
}
@media (max-width: 1100px) {
  .materials-page .grid-2 {
    grid-template-columns: 1fr;
  }
.data-center-native .materials-page .brand-share-grid {
    grid-template-columns: 1fr;
  }
.data-center-native .overview-top-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.data-center-native .arrival-band {
    grid-template-columns: 1fr;
  }
.data-center-native .funnel-flow {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
.data-center-native .funnel-stage, .data-center-native .funnel-link {
    min-height: 76px;
    clip-path: none;
    border-radius: 6px;
  }
.data-center-native .group-funnel-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.data-center-native .area-distribution-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.data-center-native .area-conversion-row {
    grid-template-columns: minmax(86px, 1fr) repeat(3, minmax(82px, 1fr));
  }
.data-center-native .group-funnel-name {
    grid-column: 1 / -1;
    min-height: auto;
  }
.data-center-native .arrival-total {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    padding-right: 0;
    padding-bottom: 12px;
  }
}
@media (max-width: 820px) {
  .overview-top-grid,
  .arrival-breakdown,
  .arrival-segment,
  .funnel-flow,
  .group-funnel-row,
  .channel-funnel-row {
    grid-template-columns: 1fr;
  }
.data-center-native .funnel-flow, .data-center-native .group-funnel-row, .data-center-native .area-conversion-row, .data-center-native .channel-funnel-row {
    min-width: 0;
  }
.data-center-native .funnel-head {
    display: block;
  }
.data-center-native .funnel-head span {
    display: block;
    margin-top: 4px;
  }
.data-center-native .area-dist-title {
    display: block;
  }
.data-center-native .area-dist-title span {
    display: block;
    margin-top: 4px;
  }
.data-center-native .area-conversion-head {
    display: block;
  }
.data-center-native .area-conversion-head span {
    display: block;
    margin-top: 4px;
  }
.data-center-native .area-conversion-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  .area-distribution-grid {
    grid-template-columns: 1fr;
  }
.data-center-native .topbar, .data-center-native .filters, .data-center-native .module-head, .data-center-native .business-department-head {
    display: block;
  }
.data-center-native .content {
    padding: 10px;
  }
.data-center-native .module-section, .data-center-native .business-department, .data-center-native .panel {
    padding: 12px;
  }
}
.data-center-native .overview-group-table {
  margin-top: 16px;
  border: 1px solid rgba(255,255,255,0.15);
}
.data-center-native .overview-group-table td, .data-center-native .overview-group-table th {
  padding: 6px 12px;
}
.data-center-native .overview-group-table table {
  background: rgba(255,255,255,0.06);
  width: 100%;
  min-width: max-content;
}
.data-center-native .overview-group-table th:first-child, .data-center-native .overview-group-table td:first-child {
  width: 120px;
  min-width: 120px;
}
.data-center-native .overview-group-table th {
  background: rgba(0,0,0,0.2);
  color: rgba(255,255,255,0.8);
  border-bottom-color: rgba(255,255,255,0.15);
}
.data-center-native .overview-group-table td {
  color: rgba(255,255,255,0.85);
  border-bottom-color: rgba(255,255,255,0.08);
}
.data-center-native .overview-group-table tr td {
  background: rgba(255,255,255,0.07);
}
.data-center-native .overview-group-table tr:nth-child(even) td {
  background: rgba(255,255,255,0.07);
}
.data-center-native .overview-group-table .region-title-row td, .data-center-native .overview-group-table .region-title-row:nth-child(even) td {
  background: rgba(12,34,29,0.86);
  color: #fff;
  font-weight: 900;
}
.data-center-native .overview-group-table .region-box-row:not(.region-title-row):not(.subtotal-row):not(.total-row) td, .data-center-native .overview-group-table .region-box-row:not(.region-title-row):not(.subtotal-row):not(.total-row):nth-child(even) td {
  background: rgba(255,255,255,0.08);
}
.data-center-native .overview-group-table .subtotal-row td, .data-center-native .overview-group-table .subtotal-row:nth-child(even) td {
  background: rgba(255,255,255,0.18);
  color: #fff;
  font-weight: 900;
}
.data-center-native .overview-group-table .total-row td, .data-center-native .overview-group-table .total-row:nth-child(even) td {
  background: rgba(255,220,100,0.25);
  color: #fff;
  font-weight: 900;
}
.data-center-native .market-business-table table {
  border-collapse: separate;
  border-spacing: 0;
}
.data-center-native .market-business-table th, .data-center-native .market-business-table td {
  border-right: 1px solid var(--line);
}
.data-center-native .market-business-table th:last-child, .data-center-native .market-business-table td:last-child {
  border-right: 0;
}
.data-center-native .market-business-table .market-group-head th {
  text-align: center;
  background: #dfe8ec;
  border-bottom: 1px solid #cbd7dd;
}
.data-center-native .market-business-table .market-field-head th {
  background: #eaf0f3;
  white-space: normal;
  line-height: 1.22;
  min-width: 72px;
  max-width: 118px;
  text-align: center;
}
.data-center-native .market-business-table .market-field-head small {
  display: block;
  margin-top: 2px;
  color: #607076;
  font-size: 11px;
  font-weight: 700;
}
.data-center-native .market-business-table .group-start {
  border-left: 2px solid #b9c8cf;
}
.data-center-native .market-business-table .group-end {
  border-right: 2px solid #b9c8cf;
}
.data-center-native .market-business-table .money-cell {
  color: var(--danger);
  font-weight: 800;
  white-space: nowrap;
}
.data-center-native .market-business-table td {
  white-space: nowrap;
}
.data-center-native .market-business-table th:first-child, .data-center-native .market-business-table td:first-child {
  min-width: 96px;
}
.data-center-native .module-panel {
  margin-top: 14px;
}
.data-center-native .module-panel h4 {
  margin: 0;
  font-size: 16px;
}
.data-center-native .channel-funnel-panel {
  background: #fbfcfb;
}
.data-center-native .channel-funnel-list {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}
.data-center-native .channel-funnel-row {
  display: grid;
  grid-template-columns: minmax(180px, 1.6fr) repeat(8, minmax(86px, 1fr));
  min-width: 1040px;
  gap: 6px;
  align-items: stretch;
  padding: 8px;
  background: #fff;
  border: 1px solid var(--line);
}
.data-center-native .channel-funnel-list {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.data-center-native .channel-source, .data-center-native .channel-stage, .data-center-native .channel-rate {
  min-width: 0;
  min-height: 58px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.data-center-native .channel-source {
  overflow: hidden;
  color: var(--ink);
  font-weight: 900;
  line-height: 1.35;
  text-overflow: ellipsis;
}
.data-center-native .channel-stage {
  padding: 8px 10px;
  background: #edf5f0;
  border: 1px solid #d8e8de;
}
.data-center-native .channel-rate {
  align-items: center;
  padding: 8px;
  background: #eef3f6;
  border: 1px solid #dce7ee;
  text-align: center;
}
.data-center-native .channel-stage span, .data-center-native .channel-rate span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}
.data-center-native .channel-stage strong, .data-center-native .channel-rate strong {
  margin-top: 5px;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.1;
}
.data-center-native .channel-rate strong {
  color: var(--blue);
}
.data-center-native .channel-rate.total-sign-rate {
  background: #fff4df;
  border-color: #ead9b7;
}
.data-center-native .channel-rate.total-sign-rate strong {
  color: var(--gold);
}
.data-center-native .module-placeholder, .data-center-native .table-empty {
  padding: 24px;
  color: var(--muted);
  background: #fafbfa;
  border: 1px dashed var(--line);
  text-align: left;
}
.data-center-native .metric, .data-center-native .panel {
  background: var(--panel);
  border: 1px solid var(--line);
}
.data-center-native .metric {
  min-height: 126px;
  padding: 18px;
}
.data-center-native .metric-label {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}
.data-center-native .metric-value {
  margin-top: 12px;
  color: var(--blue);
  font-size: 28px;
  font-weight: 900;
  display: block;
  max-width: 100%;
  white-space: nowrap;
  line-height: 1.08;
}
.data-center-native .metric-note {
  margin-top: 9px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}
.data-center-native .grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}
.data-center-native .panel {
  min-width: 0;
  padding: 18px;
}
.data-center-native .panel h3 {
  font-size: 18px;
}
.data-center-native .stacked-tables {
  display: grid;
  gap: 16px;
}
.data-center-native .stacked-tables h4 {
  margin: 0 0 10px;
  font-size: 15px;
}
.data-center-native .brand-share-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(430px, 1fr));
  gap: 18px;
}
.data-center-native .brand-share-card {
  min-width: 0;
}
.data-center-native .brand-share-card h5 {
  margin: 0 0 8px;
  font-size: 14px;
}
.data-center-native .brand-share-card .table-wrap {
  margin-top: 0;
}
.data-center-native .materials-brand-panel {
  margin-top: 14px;
}
.data-center-native .materials-page .grid-2 {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}
.data-center-native .materials-page .table-wrap {
  overflow-x: hidden;
}
.data-center-native .materials-page table {
  min-width: 0;
  table-layout: fixed;
}
.data-center-native .materials-page th, .data-center-native .materials-page td {
  padding: 9px 8px;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.35;
}
.data-center-native .materials-page th:first-child, .data-center-native .materials-page td:first-child {
  text-align: left;
}
.data-center-native .materials-page .total-performance {
  font-size: 12px;
  white-space: nowrap;
}
.data-center-native .materials-page .stacked-tables .table-wrap th, .data-center-native .materials-page .stacked-tables .table-wrap td {
  font-size: 12px;
}
.data-center-native .materials-page .brand-share-grid {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.data-center-native .materials-page .brand-share-card table {
  table-layout: auto;
}
.data-center-native .business-department-list {
  display: grid;
  gap: 16px;
}
.data-center-native .business-role-stack {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 14px;
}
.data-center-native .business-department {
  padding: 14px;
  background: #fbfcfb;
  border: 1px solid var(--line);
}
.data-center-native .business-department-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}
.data-center-native .business-department-head h3 {
  margin: 0;
  color: var(--ink);
  font-size: 20px;
}
.data-center-native .table-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  margin-top: 14px;
  border: 1px solid var(--line);
  -webkit-overflow-scrolling: touch;
}
.data-center-native .drilldown-button {
  display: block;
  width: 100%;
  padding: 2px 4px;
  border: 0;
  border-radius: 3px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  text-decoration: none;
  text-align: inherit;
}
.data-center-native .drilldown-button:hover {
  background: rgba(47, 111, 85, 0.08);
  color: inherit;
}
.data-center-native .score-detail-button {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  text-decoration: none;
}
.data-center-native .score-detail-button:hover {
  color: inherit;
}
.data-center-native .drilldown-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 24px;
}
.data-center-native .drilldown-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(18, 28, 25, 0.58);
}
.data-center-native .drilldown-dialog {
  position: relative;
  z-index: 1;
  width: min(1280px, 96vw);
  max-height: 86vh;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 28px 80px rgba(20, 32, 28, 0.26);
}
.data-center-native .drilldown-dialog.compact {
  width: min(520px, 92vw);
}
.data-center-native .drilldown-dialog.score-dialog {
  width: min(620px, 92vw);
}
.data-center-native .drilldown-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
}
.data-center-native .drilldown-head h3 {
  margin: 0;
  font-size: 20px;
}
.data-center-native .drilldown-head p {
  margin-top: 5px;
  color: var(--muted);
  font-size: 13px;
}
.data-center-native .drilldown-table-wrap {
  overflow: auto;
  max-height: calc(86vh - 86px);
}
.data-center-native .drilldown-loading {
  padding: 34px 18px;
  color: var(--muted);
  font-weight: 900;
  text-align: center;
}
.data-center-native .score-detail-body {
  padding: 18px;
}
.data-center-native .score-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 18px;
  padding: 14px 16px;
  margin-bottom: 14px;
  background: #f5faf7;
  border: 1px solid var(--line);
}
.data-center-native .score-total span {
  color: var(--muted);
  font-weight: 900;
}
.data-center-native .score-total strong {
  color: var(--blue);
  font-size: 28px;
}
.data-center-native .score-lines {
  display: grid;
  gap: 10px;
}
.data-center-native .score-lines div {
  display: grid;
  gap: 5px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  background: #fff;
}
.data-center-native .score-lines b {
  color: var(--ink);
}
.data-center-native .score-lines em {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  line-height: 1.6;
}
.data-center-native .score-lines span, .data-center-native .score-note {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}
.data-center-native .score-note {
  margin: 14px 0 0;
}
.data-center-native .drilldown-table-wrap table {
  width: 100%;
  min-width: 1580px;
  border-collapse: collapse;
}
.data-center-native .drilldown-table-wrap th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #e9eef0;
}
.data-center-native .drilldown-table-wrap th, .data-center-native .drilldown-table-wrap td {
  padding: 10px 12px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  white-space: nowrap;
}
.data-center-native .drilldown-table-wrap td:last-child {
  min-width: 300px;
  white-space: normal;
}
.data-center-native .drilldown-table-wrap.sign-detail-table td:nth-child(4) {
  min-width: 320px;
  white-space: normal;
}
.data-center-native .drilldown-table-wrap.sign-detail-table td:last-child {
  min-width: 140px;
}
.data-center-native table {
  width: 100%;
  min-width: max-content;
  border-collapse: collapse;
  background: #fff;
}
.data-center-native th, .data-center-native td {
  padding: 11px 12px;
  border-bottom: 1px solid #e7ece8;
  text-align: right;
  white-space: nowrap;
  font-size: 13px;
}
.data-center-native th:first-child, .data-center-native td:first-child {
  text-align: left;
  font-weight: 800;
}
.data-center-native th {
  background: #e7edf2;
  font-weight: 900;
}
.data-center-native tr:nth-child(even) td {
  background: #fafbfa;
}
.data-center-native .region-title-row td {
  background: var(--nav);
  color: #fff;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  padding: 7px 14px;
}
.data-center-native /* 子框左右边框 */
.region-box-row td:first-child { border-left: 2px solid var(--line); }
.data-center-native .region-box-row td:last-child { border-right: 2px solid var(--line); }
.data-center-native /* 子框顶部边框（标题行所有格） */
.region-box-first td { border-top: 2px solid var(--line); }
.data-center-native /* 子框底部边框（小计行所有格） */
.region-box-last td { border-bottom: 2px solid var(--line); }
.data-center-native /* 区域间隔行 */
.region-gap td {
  height: 4px;
  background: transparent !important;
  border: none !important;
  padding: 0;
}
.data-center-native .subtotal-row td {
  background: #e8f0ea;
  font-weight: 700;
}
.data-center-native .total-row td {
  background: #fff4df;
  font-weight: 900;
}
.data-center-native .positive {
  color: var(--red);
  font-weight: 900;
}
.data-center-native .negative {
  color: var(--green);
  font-weight: 900;
}
.data-center-native .supp-positive {
  color: var(--gold);
  font-weight: 900;
}
.data-center-native .supp-negative {
  color: var(--blue);
  font-weight: 900;
}
.data-center-native .total-performance {
  color: var(--red);
  font-weight: 900;
}
.data-center-native .history-list {
  display: grid;
  gap: 10px;
}
.data-center-native .history-item {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  padding: 14px;
  background: #fff;
  border: 1px solid var(--line);
}
.data-center-native .snapshot-panel {
  margin-bottom: 14px;
}
.data-center-native .empty {
  padding: 28px;
  border: 1px dashed var(--line);
  color: var(--muted);
  background: #fff;
}
.data-center-native .empty.compact {
  padding: 14px;
}
.data-center-native .compare-form {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto minmax(260px, 1fr) auto;
  gap: 14px;
  align-items: end;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  margin-bottom: 16px;
}
.data-center-native .compare-swap-button {
  min-width: 74px;
  height: 42px;
  padding: 0 12px;
  white-space: nowrap;
}
.data-center-native .compare-exclude-button {
  grid-column: 1 / 4;
  justify-self: start;
  min-width: 150px;
  padding: 0 14px;
}
.data-center-native .compare-exclude-button.active, .data-center-native .compare-exclude-button[aria-pressed="true"] {
  background: #eef7f1;
  border-color: rgba(47, 111, 85, 0.38);
  color: var(--green);
}
.data-center-native .compare-period {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 14px;
  background: var(--soft);
  border: 1px solid var(--line);
}
.data-center-native .compare-period h3 {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 15px;
}
.data-center-native .compare-button {
  min-width: 120px;
  height: 42px;
}
.data-center-native .compare-result {
  margin-top: 16px;
}
.data-center-native .compare-data-note {
  margin-bottom: 12px;
  padding: 10px 12px;
  border: 1px solid #ead8ad;
  background: #fff7e6;
  color: #7a5a1f;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.6;
}
.data-center-native .compare-up {
  color: var(--red);
  font-weight: 900;
}
.data-center-native .compare-down {
  color: var(--blue);
  font-weight: 900;
}
.data-center-native .compare-flat {
  color: var(--muted);
  font-weight: 800;
}
@media (max-width: 1100px) {
  .shell {
    grid-template-columns: 1fr;
  }
.data-center-native .sidebar {
    position: static;
    height: auto;
  }
.data-center-native .user-box {
    position: static;
    margin-top: 18px;
  }
.data-center-native .metrics {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
.data-center-native .module-head {
    display: block;
  }
.data-center-native .module-head p {
    margin-top: 6px;
  }
.data-center-native .grid-2 {
    grid-template-columns: 1fr;
  }
.data-center-native .agent-message {
    max-width: 100%;
  }
.data-center-native .agent-form {
    grid-template-columns: 1fr;
  }
.data-center-native .channel-funnel-row {
    grid-template-columns: 1fr 1fr;
  }
.data-center-native .channel-source {
    grid-column: 1 / -1;
  }
.data-center-native .compare-form {
    grid-template-columns: 1fr;
  }
.data-center-native .compare-period {
    grid-template-columns: 1fr;
  }
.data-center-native .compare-exclude-button {
    grid-column: auto;
    justify-self: stretch;
  }
}


/* SCRM native embedding: the outer SCRM sidebar owns navigation. */
.data-center-native .scrm-embedded-shell {
  display: block;
  min-height: 100%;
}
.data-center-native .scrm-embedded-shell .content {
  padding: 18px 20px 36px;
}
@media (max-width: 900px) {
  .data-center-native .scrm-embedded-shell .content {
    padding: 14px 12px 28px;
  }
}

.data-center-native .scrm-embedded-shell .primary-button {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid #d7e3f8;
  background: #f8fbff;
  color: #2563eb;
  font-weight: 700;
  box-shadow: none;
}
.data-center-native .scrm-embedded-shell .primary-button:hover {
  background: #eef5ff;
  border-color: #bcd2f7;
}
.data-center-native .scrm-embedded-shell .ghost-button {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid #e3e8ef;
  background: #fff;
  color: #335c8f;
  font-weight: 700;
}
.data-center-native .scrm-embedded-shell .ghost-button:hover {
  background: #f7f9fc;
}
.data-center-native .scrm-embedded-shell .history-item .primary-button {
  min-height: 32px;
  padding: 0 10px;
  border-color: #d7e3f8;
  background: #fff;
  color: #2563eb;
  font-size: 13px;
}
.data-center-native .scrm-embedded-shell .history-item .primary-button:hover {
  background: #eef5ff;
}
