/* 官网海报视觉在客户控制台的落地。只作用于访客/客户，不改 Owner。 */
body[data-brand-surface="customer"] {
  --ink: #faf9f4;
  --panel: #fffefa;
  --panel-solid: #fffefa;
  --line: #d9e7df;
  --text: #11282a;
  --muted: #607573;
  --aqua: #0d5552;
  --cyan: #3c9e88;
  --good: #188067;
  --ink-soft: #e6eee8;
  background: #faf9f4;
  color: var(--text);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans SC", sans-serif;
}

body[data-brand-surface="customer"] .aurora { display: none; }
body[data-brand-surface="customer"] .sidebar {
  background: #f5f8f1;
  border-right: 1px solid #d9e7df;
  backdrop-filter: none;
}
body[data-brand-surface="customer"] .brand { color: #11282a; gap: 11px; }
body[data-brand-surface="customer"] .brand-mark { display: none; }
body[data-brand-surface="customer"] .brand-wave {
  display: block;
  width: 45px;
  height: 34px;
  object-fit: contain;
  flex: none;
}
.brand-wave { display: none; }
body[data-brand-surface="customer"] .brand strong {
  font: 700 21px/1.1 Georgia, "Songti SC", serif;
  letter-spacing: -.04em;
  white-space: nowrap;
}
body[data-brand-surface="customer"] .brand small {
  font: 700 9px/1.2 "Noto Sans SC", sans-serif;
  letter-spacing: .13em;
  color: #4f8a7d;
  margin-top: 5px;
}
body[data-brand-surface="customer"] .environment { color: #0d5552; }
body[data-brand-surface="customer"] .pulse { background: #3c9e88; }
body[data-brand-surface="customer"] .nav-item { color: #5d7470; }
body[data-brand-surface="customer"] .nav-item:hover,
body[data-brand-surface="customer"] .nav-item.active {
  color: #0d5552;
  background: #e4f2e8;
}
body[data-brand-surface="customer"] .nav-icon { color: #0d5552; }
body[data-brand-surface="customer"] [data-nav-group="owner"] { display: none !important; }
body[data-brand-surface="customer"] .workspace {
  max-width: 1500px;
  background-image: linear-gradient(90deg, rgba(13,85,82,.028) 1px, transparent 1px),
                    linear-gradient(rgba(13,85,82,.028) 1px, transparent 1px);
  background-size: 82px 82px;
}
body[data-brand-surface="customer"] .topbar {
  border-bottom: 1px solid #d9e7df;
  padding-bottom: 28px;
  margin-bottom: 36px;
}
body[data-brand-surface="customer"] .topbar h1 {
  font-family: Georgia, "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(32px, 3.6vw, 52px);
  line-height: 1.19;
  color: #11282a;
}
body[data-brand-surface="customer"] .topbar h1 em {
  font: inherit;
  font-style: normal;
  color: #0d5552;
}
body[data-brand-surface="customer"] .eyebrow {
  color: #0d5552;
  font-weight: 750;
  letter-spacing: .15em;
}
body[data-brand-surface="customer"] .operator>span {
  background: #e0f3e8;
  color: #0d5552;
}
body[data-brand-surface="customer"] .operator small { color: #607573; }
body[data-brand-surface="customer"] .section-heading h2,
body[data-brand-surface="customer"] .card-title,
body[data-brand-surface="customer"] .migration-copy h2 {
  font-family: Georgia, "Noto Serif SC", "Songti SC", serif;
  font-weight: 700;
  color: #11282a;
}
body[data-brand-surface="customer"] .section-heading h2 { font-size: clamp(24px, 2.7vw, 34px); }
body[data-brand-surface="customer"] .console-card,
body[data-brand-surface="customer"] .metric-card,
body[data-brand-surface="customer"] .test-card,
body[data-brand-surface="customer"] .migration-card {
  color: #11282a;
  background: #fffefa;
  border: 1px solid #d9e7df;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(13,85,82,.045);
  backdrop-filter: none;
}
body[data-brand-surface="customer"] .metric-card.featured {
  background: linear-gradient(140deg, #e6f3e9, #f8fbf5);
}
body[data-brand-surface="customer"] .metric strong { color: #11282a; }
body[data-brand-surface="customer"] .quiet-button,
body[data-brand-surface="customer"] .text-button {
  background: #fffefa;
  color: #0d5552;
  border-color: #c5dbce;
}
body[data-brand-surface="customer"] .quiet-button:hover,
body[data-brand-surface="customer"] .text-button:hover { background: #ecf6ef; }
body[data-brand-surface="customer"] .primary-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #0d5552;
  border: 1px solid #0d5552;
  border-radius: 999px;
  color: #fff;
  padding: 11px 20px;
  font-weight: 750;
  text-decoration: none;
  cursor: pointer;
}
body[data-brand-surface="customer"] .primary-button:hover { background: #083d3d; }
body[data-brand-surface="customer"] .primary-button:disabled { opacity: .55; cursor: wait; }
body[data-brand-surface="customer"] input,
body[data-brand-surface="customer"] select,
body[data-brand-surface="customer"] textarea {
  background: #fffefa;
  color: #11282a;
  border-color: #c5dbce;
}
body[data-brand-surface="customer"] input:focus-visible,
body[data-brand-surface="customer"] select:focus-visible,
body[data-brand-surface="customer"] a:focus-visible,
body[data-brand-surface="customer"] button:focus-visible {
  outline: 2px solid #0d5552;
  outline-offset: 3px;
}
body[data-brand-surface="customer"] .form-field,
body[data-brand-surface="customer"] .form-check,
body[data-brand-surface="customer"] .form-note,
body[data-brand-surface="customer"] .card-hint,
body[data-brand-surface="customer"] .section-note { color: #607573; }
body[data-brand-surface="customer"] .form-note.tone-bad { color: #a34437; }
body[data-brand-surface="customer"] .form-note.tone-good { color: #188067; }
body[data-brand-surface="customer"] .auth-view .console-card.narrow {
  width: min(100%, 520px);
  max-width: 520px;
  padding: 34px;
  margin: 42px auto;
}
body[data-brand-surface="customer"] .auth-view .card-title { font-size: 30px; }
body[data-brand-surface="customer"] .data-table thead th { background: #edf5ee; color: #607573; }
body[data-brand-surface="customer"] .data-table tbody tr { border-color: #e3ece5; }
body[data-brand-surface="customer"] .data-table tbody tr:hover { background: #f4faf4; }
body[data-brand-surface="customer"] .data-table td { color: #243c3d; }
body[data-brand-surface="customer"] .live-chip { color: #0d5552; border-color: #afd4c4; }
body[data-brand-surface="customer"] .key-reveal {
  background: #edf6ee;
  color: #0d5552;
  border-color: #aad0be;
}
body[data-brand-surface="customer"] .customer-model-intro {
  background: #edf6ee;
  border-color: #c8e1d2;
  border-radius: 16px;
}
body[data-brand-surface="customer"] .customer-model-intro a,
body[data-brand-surface="customer"] .customer-capability-details summary,
body[data-brand-surface="customer"] a:not(.nav-item):not(.brand):not(.primary-button) { color: #0d5552; }
body[data-brand-surface="customer"] .boundary-foot { border-color: #d9e7df; }
body[data-brand-surface="customer"] .boundary-foot .muted { color: #607573; }

@media (max-width: 1000px) {
  body[data-brand-surface="customer"] .sidebar { border-right: 0; border-bottom: 1px solid #d9e7df; }
}
@media (max-width: 600px) {
  body[data-brand-surface="customer"] .workspace { padding: 24px 15px 44px; }
  body[data-brand-surface="customer"] .topbar { padding-bottom: 20px; margin-bottom: 24px; }
  body[data-brand-surface="customer"] .topbar h1 { font-size: 36px; }
  body[data-brand-surface="customer"] .auth-view .console-card.narrow { margin: 18px auto; padding: 24px; }
  body[data-brand-surface="customer"] .brand strong { font-size: 18px; }
}
