/*
 * AIS-TIP 首页主线统一收口版 V1.1.2.2
 * Scope: Hero-to-content visual system integration only.
 * Locked: V5.6.7 globe / Pulse / shell geometry, motion and visibility parameters.
 */

html[data-page="home"] {
  --mainline-surface-border: rgba(216, 226, 236, .9);
  --mainline-surface-background: rgba(255, 255, 255, .992);
  --mainline-surface-shadow:
    0 1px 2px rgba(16, 42, 67, .02),
    0 10px 30px rgba(52, 88, 126, .03);
  --mainline-section-muted: var(--text-secondary);
}

/* Keep data surfaces subordinate to the Hero while avoiding a pasted-on flat look. */
html[data-page="home"] .card {
  border-color: var(--mainline-surface-border);
  box-shadow: var(--mainline-surface-shadow);
}

html[data-page="home"] .overview-card,
html[data-page="home"] .vulnerability-card {
  background: var(--mainline-surface-background);
}

/* Reuse the restrained blue-gray language of the Hero annotations for secondary controls. */
html[data-page="home"] .segment {
  color: var(--mainline-section-muted);
}

html[data-page="home"] .segment.is-selected {
  color: var(--text);
}


@media (prefers-reduced-motion: reduce) {
  html[data-page="home"] .card {
    transition: none !important;
  }
}
