/* SPA→静态视觉桥 · copper-studio · 骨架布局保留 */
:root {
  --pink: #b87333;
  --blue: #b87333;
  --brand: #b87333;
  --accent: #b87333;
  --accent-hover: #c9956a;
  --portal-accent: #b87333;
  --amber: #d4a056;
  --moss: #6b5a4a;
  --bg: #1a1410;
  --surface: #231a14;
  --surface-elevated: #2e231b;
  --text: #e8ddd0;
  --muted: #a89888;
  --card: #231a14;
  --header-bg: #1a1410;
  --body-bg: #1a1410;
  color-scheme: dark;
}

html,
body {
  background: var(--bg) !important;
  color: var(--text) !important;
}

body,
.page,
.site-wrap,
.app-shell,
.layout,
.main-wrap,
#app,
.body-mother-adopt {
  background: var(--bg) !important;
  color: var(--text) !important;
}

.site-header,
.header,
.topbar,
.nav-bar,
.header-main,
.portal-header,
header.site-header,
.header-bar,
header.bg-white {
  background: color-mix(in srgb, var(--header-bg) 90%, var(--surface)) !important;
  border-bottom: 1px solid color-mix(in srgb, var(--accent) 25%, transparent) !important;
  color: var(--text) !important;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4) !important;
}

.brand-text,
.brand-mark,
.site-brand,
.logo-text,
.header-brand__title,
.site-title,
.brand a {
  color: var(--accent) !important;
}

.main-nav a,
.header-main-nav__link,
.nav a,
.site-nav a {
  color: var(--muted) !important;
}

.main-nav a:hover,
.main-nav a[aria-current="page"],
.header-main-nav__link:hover,
.header-main-nav__link[aria-current="page"],
.nav a:hover,
.nav a.active {
  color: var(--accent) !important;
}

.nav-search button,
.btn-primary,
.hero-actions .btn:first-child,
button[type="submit"],
.primary-btn,
.btn-accent {
  background: var(--accent) !important;
  border-color: transparent !important;
  color: #fff !important;
}

.card,
.movie-card,
.poster-card,
.grid-card,
.media-card,
.item-card,
article.bg-white {
  background: var(--surface) !important;
  border-color: color-mix(in srgb, var(--text) 10%, transparent) !important;
  color: var(--text) !important;
}

.section-title,
h1,
h2,
h3,
.home-h1,
.page-title {
  color: var(--text) !important;
}

.footer,
.site-footer,
footer,
footer.bg-gray-900 {
  background: color-mix(in srgb, var(--bg) 94%, #000) !important;
  color: var(--muted) !important;
}

a {
  color: var(--accent);
}

.page-main {
  background: transparent !important;
}
