/* ============================================================
   超级识人术 · 单一纯白主题
   该文件必须在 styles.css 之后加载，集中覆盖历史双主题与绿色实验层。
   ============================================================ */

:root,
body {
  --bg: #ffffff;
  --bg-2: #ffffff;
  --surface: #ffffff;
  --surface-2: #ffffff;
  --surface-solid: #ffffff;
  --panel: #ffffff;
  --paper: #ffffff;
  --border: #e7e3dc;
  --border-strong: #c8a35e;
  --text: #1f2321;
  --muted: #656b68;
  --faint: #929794;
  --gold: #b58a42;
  --gold-2: #8f692f;
  --jade: #b58a42;
  --green: #b58a42;
  --rose: #b6574a;
  --btn-bg: #b58a42;
  --btn-ink: #ffffff;
  --chip-bg: rgba(181, 138, 66, 0.08);
  --accent-strong: #8f692f;
  --scan: rgba(181, 138, 66, 0.86);
  --topbar-bg: rgba(255, 255, 255, 0.96);
  --shadow: 0 24px 60px -36px rgba(31, 35, 33, 0.2);
  --shadow-sm: 0 12px 30px -22px rgba(31, 35, 33, 0.16);
  color-scheme: light;
}

html,
body,
.aurora {
  background: #ffffff !important;
}

body {
  color: var(--text);
}

.aurora {
  display: none !important;
  background-image: none !important;
}

.topbar {
  background: rgba(255, 255, 255, 0.96) !important;
  border-bottom-color: var(--border) !important;
  box-shadow: 0 8px 26px -24px rgba(31, 35, 33, 0.4) !important;
}

.brand-glyph,
.icon-btn,
.account-btn.logged,
.language-select-button,
.language-menu {
  background: #ffffff !important;
  color: var(--text) !important;
  border-color: var(--border) !important;
  box-shadow: none !important;
}

.brand-glyph {
  border-color: var(--border-strong) !important;
}

.brand-text strong,
.page-eyebrow,
.card-head .kicker,
.tile-kicker,
.landing-eyebrow,
.landing-announcement,
.section-kicker {
  color: var(--accent-strong) !important;
}

.navbtn {
  color: var(--muted) !important;
}

.navbtn.active,
.navbtn:hover,
.language-option:hover,
.language-option:focus-visible,
.language-option.active {
  background: rgba(181, 138, 66, 0.08) !important;
  color: var(--accent-strong) !important;
}

/* 白色画布依靠边框与留白分层，不再依靠绿底。 */
.card,
.report-main,
.report-history-panel,
.report-left,
.report-right,
.community-side,
.community-center,
.profile-card,
.credit-card,
.home-entry-card,
.landing-hero,
.landing-module-card,
.landing-step-card,
.landing-use-grid article,
.probe-switch,
.auth-dual-card,
.auth-dual-form,
.auth-dual-wechat,
.task-center,
.scrim,
.wechat-native-order,
.wechat-native-package,
.wechat-native-merchant,
.wechat-native-checkout-dialog {
  background: #ffffff !important;
  background-image: none !important;
  color: var(--text) !important;
  border-color: var(--border) !important;
}

.card,
.report-main,
.report-history-panel,
.report-left,
.report-right,
.profile-card,
.credit-card,
.home-entry-card,
.auth-dual-card,
.task-center,
.scrim,
.wechat-native-checkout-dialog {
  box-shadow: var(--shadow-sm) !important;
}

.oracle-landing::before,
.oracle-landing::after,
.deep-landing::before,
.deep-landing::after {
  background: none !important;
  opacity: 0 !important;
}

/* 报告保持纸张感，但所有实体面板均为白色。 */
.report-v3-document,
.report-v3-hero,
.report-v3-content,
.report-v3-simple,
.report-v3-simple-main,
.report-v3-simple-top,
.report-v3-section,
.report-v3-scenario-card,
.report-v3-plan-card,
.report-v3-validation,
.report-v3-fit,
.report-v3-priority,
.report-v3-relationship,
.report-v3-chain > *,
.report-v3-persona-note,
.report-v3-persona-evidence,
.report-v3-tabs,
.report-v3-tab {
  background: #ffffff !important;
  background-image: none !important;
  color: var(--text) !important;
  border-color: var(--border) !important;
  box-shadow: none !important;
}

.report-v3-hero,
.report-v3-simple {
  border: 1px solid var(--border) !important;
}

.report-v3-hero-copy h1,
.report-v3-hero-copy h2,
.report-v3-hero-copy p,
.report-v3-hero-copy small,
.report-v3-hero-tags,
.report-v3-simple h2,
.report-v3-simple p,
.report-v3-section h2,
.report-v3-section h3,
.report-v3-section p {
  color: var(--text) !important;
  text-shadow: none !important;
}

.report-v3-tab.active,
.report-v3-badge,
.report-v3-action {
  background: rgba(181, 138, 66, 0.08) !important;
  color: var(--accent-strong) !important;
  border-color: var(--border-strong) !important;
}

.report-v3-priority {
  border-left: 4px solid var(--gold) !important;
}

/* 表单与按钮。 */
.field input,
.field select,
.field textarea,
.voice-input-wrap input,
.voice-input-wrap textarea,
.person-card,
.upload {
  background: #ffffff !important;
  color: var(--text) !important;
  border-color: var(--border) !important;
  box-shadow: none !important;
}

.field input::placeholder,
.field textarea::placeholder,
.voice-input-wrap input::placeholder,
.voice-input-wrap textarea::placeholder {
  color: var(--faint) !important;
}

.field input:focus,
.field select:focus,
.field textarea:focus,
.voice-input-wrap input:focus,
.voice-input-wrap textarea:focus,
button:focus-visible,
[tabindex]:focus-visible {
  border-color: var(--gold) !important;
  outline: 2px solid rgba(181, 138, 66, 0.24);
  outline-offset: 2px;
}

.btn,
.icon-btn,
.language-select-button,
.task-center-toggle,
.report-task-open,
.report-task-dismiss,
.task-center-clear,
.analysis-scan-actions button {
  background: #ffffff !important;
  color: var(--text) !important;
  border-color: var(--border) !important;
}

.btn.primary,
.account-btn:not(.logged),
.wechat-native-create,
.analysis-scan-actions button.primary {
  background: var(--gold) !important;
  color: #ffffff !important;
  border-color: var(--gold) !important;
  box-shadow: none !important;
}

.btn.primary:hover,
.account-btn:not(.logged):hover,
.wechat-native-create:hover,
.analysis-scan-actions button.primary:hover {
  background: var(--gold-2) !important;
  color: #ffffff !important;
}

.chip,
.pill,
.tag,
.badge {
  background: rgba(181, 138, 66, 0.08) !important;
  color: var(--accent-strong) !important;
  border-color: rgba(181, 138, 66, 0.28) !important;
}

/* 报告任务与后台进度条。 */
.task-center-head,
.task-center-empty,
.report-task,
.task-center-foot {
  background: #ffffff !important;
  color: var(--text) !important;
  border-color: var(--border) !important;
}

.task-center-empty,
.report-task {
  background-image: none !important;
}

.scrim-progress-track,
.report-task-progress {
  background: #f1efeb !important;
  border-color: var(--border) !important;
}

.scrim-progress-track i,
.report-task-progress i {
  background: var(--gold) !important;
  box-shadow: none !important;
}

.task-center-title b,
.report-task-icon {
  background: #ffffff !important;
  color: var(--accent-strong) !important;
  border-color: var(--border-strong) !important;
}

.report-task.unread::after {
  background: var(--gold) !important;
}

/* 微信充值、二维码与支付幕布。 */
.wechat-native-checkout-layer {
  background: rgba(255, 255, 255, 0.92) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.wechat-native-checkout-dialog,
.wechat-native-checkout-summary > div,
.wechat-native-rule-grid > *,
.wechat-native-consent,
.wechat-native-data-consent,
.wechat-native-order,
.wechat-native-order-result,
.wechat-native-qr-shell,
.wechat-native-safety {
  background: #ffffff !important;
  background-image: none !important;
  color: var(--text) !important;
  border-color: var(--border) !important;
}

.wechat-native-checkout-head span,
.wechat-native-kicker,
.wechat-native-status,
.wechat-native-rule-links button {
  color: var(--accent-strong) !important;
}

.wechat-native-channel-choice,
.wechat-native-checkout-close {
  background: #ffffff !important;
  color: var(--text) !important;
  border-color: var(--border) !important;
}

/* 扫描过程：白色侧栏、白色幕布、金色识别线。 */
.analysis-scan-viewer {
  background: rgba(255, 255, 255, 0.94) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.analysis-scan-dialog,
.analysis-scan-dialog.complete,
.analysis-scan-dialog.failed,
.analysis-scan-side {
  background: #ffffff !important;
  background-image: none !important;
  color: var(--text) !important;
  border-color: var(--border-strong) !important;
  box-shadow: 0 28px 70px -42px rgba(31, 35, 33, 0.34) !important;
}

.analysis-scan-stage {
  background: #ffffff !important;
  border-right: 1px solid var(--border);
}

.analysis-scan-photo {
  filter: none !important;
}

.analysis-scan-edge {
  mix-blend-mode: multiply !important;
  filter: sepia(1) saturate(1.15) contrast(1.05) !important;
  opacity: 0.66;
}

.analysis-scan-grid {
  background-image:
    linear-gradient(rgba(181, 138, 66, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(181, 138, 66, 0.12) 1px, transparent 1px) !important;
  box-shadow: inset 0 0 0 1px rgba(181, 138, 66, 0.16) !important;
}

.analysis-scan-beam {
  background: var(--gold) !important;
  box-shadow: 0 0 15px 3px rgba(181, 138, 66, 0.24) !important;
}

.analysis-scan-callout,
.analysis-scan-callout::after,
.analysis-scan-measure,
.analysis-scan-marker,
.analysis-scan-phase,
.analysis-scan-objects span,
.analysis-scan-status,
.analysis-scan-actions button {
  background: rgba(255, 255, 255, 0.94) !important;
  color: var(--text) !important;
  border-color: var(--border-strong) !important;
  box-shadow: none !important;
}

.analysis-scan-callout,
.analysis-scan-callout.focus {
  animation: none !important;
}

.analysis-scan-callout b,
.analysis-scan-callout small,
.analysis-scan-measure strong,
.analysis-scan-measure span,
.analysis-scan-measure small,
.analysis-scan-kicker,
.analysis-scan-side h2,
.analysis-scan-copy,
.analysis-scan-phase em {
  color: var(--text) !important;
  text-shadow: none !important;
}

.analysis-scan-stage-head {
  color: var(--text) !important;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(181, 138, 66, 0.28);
  border-radius: 10px;
  padding: 8px 10px;
  text-shadow: none !important;
}

.analysis-scan-stage-head b {
  color: var(--accent-strong) !important;
  text-shadow: none !important;
}

.analysis-scan-phase i,
.analysis-scan-phase.done i,
.analysis-scan-phase.active i {
  background: var(--gold) !important;
  color: #ffffff !important;
}

.analysis-scan-phase.active {
  background: #ffffff !important;
  color: var(--text) !important;
  border-color: var(--gold) !important;
}

.analysis-scan-dialog:not(.watching) .analysis-scan-stage::after {
  color: var(--text) !important;
  background: rgba(255, 255, 255, 0.9) !important;
  border-color: rgba(181, 138, 66, 0.34) !important;
}

.analysis-scan-dialog.failed .analysis-scan-marker {
  color: var(--rose) !important;
  background: #ffffff !important;
  border-color: var(--rose) !important;
}

/* 首页曾通过高优先级选择器写死深色变量；在最终覆盖层中统一还原纯白。 */
body.public-landing-active {
  --bg: #ffffff;
  --bg-2: #ffffff;
  --surface: #ffffff;
  --surface-2: #ffffff;
  --surface-solid: #ffffff;
  --panel: #ffffff;
  --paper: #ffffff;
  --border: #e7e3dc;
  --border-strong: #c8a35e;
  --text: #1f2321;
  --muted: #656b68;
  --faint: #929794;
  --gold: #b58a42;
  --gold-2: #8f692f;
  --jade: #b58a42;
  --btn-bg: #b58a42;
  --btn-ink: #ffffff;
  background: #ffffff !important;
  color: var(--text) !important;
}

body.public-landing-active .topbar {
  background: rgba(255, 255, 255, 0.96) !important;
  border-bottom-color: var(--border) !important;
}

body.public-landing-active .brand-glyph,
body.public-landing-active .language-select-button,
body.public-landing-active .icon-btn {
  background: #ffffff !important;
  color: var(--text) !important;
  border-color: var(--border) !important;
  box-shadow: none !important;
}

body.public-landing-active .brand-text strong,
body.public-landing-active .deep-landing .landing-title,
body.public-landing-active .sr-route-card strong,
body.public-landing-active .landing-section-head h3,
body.public-landing-active .landing-cta-panel strong,
body.public-landing-active .landing-module-card h4,
body.public-landing-active .landing-step-card strong,
body.public-landing-active .landing-use-grid strong,
body.public-landing-active .landing-signal-card h3,
body.public-landing-active .landing-quiet-panel strong,
body.public-landing-active .oracle-card b,
body.public-landing-active .oracle-question {
  color: var(--text) !important;
  text-shadow: none !important;
}

body.public-landing-active .deep-landing .landing-desc,
body.public-landing-active .landing-section-head p,
body.public-landing-active .landing-cta-panel p,
body.public-landing-active .landing-module-card p,
body.public-landing-active .landing-step-card span,
body.public-landing-active .landing-use-grid span,
body.public-landing-active .landing-signal-card p,
body.public-landing-active .landing-quiet-panel span,
body.public-landing-active .oracle-card p,
body.public-landing-active .footer {
  color: var(--muted) !important;
}

body.public-landing-active .landing-eyebrow,
body.public-landing-active .landing-section-head > span,
body.public-landing-active .landing-cta-panel > div > span,
body.public-landing-active .deep-landing .landing-title em,
body.public-landing-active .sr-route-card small,
body.public-landing-active .sr-report-core span,
body.public-landing-active .sr-report-core small,
body.public-landing-active .oracle-head {
  color: var(--accent-strong) !important;
  text-shadow: none !important;
}

body.public-landing-active .landing-announcement,
body.public-landing-active .deep-landing .landing-announcement,
body.public-landing-active .landing-proof span,
body.public-landing-active .landing-mini-list span,
body.public-landing-active .sr-route-card div span,
body.public-landing-active .oracle-tags span {
  background: #ffffff !important;
  color: var(--accent-strong) !important;
  border-color: rgba(181, 138, 66, 0.34) !important;
}

body.public-landing-active .sr-board,
body.public-landing-active .oracle-screen,
body.public-landing-active .landing-signal-card,
body.public-landing-active .landing-quiet-panel,
body.public-landing-active .landing-module-card,
body.public-landing-active .landing-step-card,
body.public-landing-active .landing-use-grid article,
body.public-landing-active .landing-cta-panel,
body.public-landing-active .sr-route-card,
body.public-landing-active .sr-route-card.person,
body.public-landing-active .sr-route-card.event,
body.public-landing-active .sr-report-core,
body.public-landing-active .oracle-question,
body.public-landing-active .oracle-card {
  background: #ffffff !important;
  background-image: none !important;
  color: var(--text) !important;
  border-color: var(--border) !important;
  box-shadow: none !important;
}

body.public-landing-active .sr-board {
  border-color: rgba(181, 138, 66, 0.38) !important;
  box-shadow: 0 22px 56px -42px rgba(31, 35, 33, 0.28) !important;
}

body.public-landing-active .sr-board::before,
body.public-landing-active .sr-board::after {
  border-color: rgba(181, 138, 66, 0.2) !important;
  box-shadow: none !important;
  opacity: 0.34 !important;
}

body.public-landing-active .sr-board-grid {
  background-image: linear-gradient(rgba(181, 138, 66, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(181, 138, 66, 0.06) 1px, transparent 1px) !important;
}

body.public-landing-active .sr-flow-line,
body.public-landing-active .oracle-line {
  background: rgba(181, 138, 66, 0.45) !important;
}

body.public-landing-active .sr-route-card i,
body.public-landing-active .landing-step-card i {
  background: #ffffff !important;
  color: var(--accent-strong) !important;
  border-color: rgba(181, 138, 66, 0.46) !important;
}

body.public-landing-active .sr-report-core {
  border-color: rgba(181, 138, 66, 0.52) !important;
}

body.public-landing-active .sr-report-core strong {
  color: var(--text) !important;
}

body.public-landing-active .deep-landing .btn.ghost {
  background: #ffffff !important;
  color: var(--text) !important;
  border-color: var(--border-strong) !important;
}

body.public-landing-active .deep-landing .btn.primary,
body.public-landing-active .account-btn {
  background: var(--gold) !important;
  color: #ffffff !important;
  border-color: var(--gold) !important;
  box-shadow: none !important;
}

body.public-landing-active .navbtn {
  color: var(--muted) !important;
}

body.public-landing-active .navbtn.active,
body.public-landing-active .navbtn:hover {
  background: rgba(181, 138, 66, 0.08) !important;
  color: var(--accent-strong) !important;
}

/* 海外登录仍保留现有布局，但不再拥有独立深色主题。 */
body.overseas-auth-active {
  --bg: #ffffff;
  --bg-2: #ffffff;
  --surface: #ffffff;
  --surface-2: #ffffff;
  --surface-solid: #ffffff;
  --panel: #ffffff;
  --paper: #ffffff;
  --border: #e7e3dc;
  --border-strong: #c8a35e;
  --text: #1f2321;
  --muted: #656b68;
  --faint: #929794;
  --gold: #b58a42;
  --gold-2: #8f692f;
  --jade: #b58a42;
  --btn-bg: #b58a42;
  --btn-ink: #ffffff;
  --topbar-bg: rgba(255, 255, 255, 0.96);
  background: #ffffff !important;
  color: var(--text) !important;
  color-scheme: light;
}

body.overseas-auth-active .aurora,
body.overseas-auth-active .topbar,
body.overseas-auth-active .brand-glyph,
body.overseas-auth-active .language-select-button,
body.overseas-auth-active .language-menu,
body.overseas-auth-active .overseas-auth-panel .field input,
body.overseas-auth-active .auth-oracle-core,
body.overseas-auth-active .auth-oracle-core::before,
body.overseas-auth-active .auth-oracle-core::after {
  background: #ffffff !important;
  color: var(--text) !important;
  border-color: var(--border) !important;
  box-shadow: none !important;
}

body.overseas-auth-active .brand-text strong,
body.overseas-auth-active .overseas-auth-copy h1,
body.overseas-auth-active .auth-oracle-core span {
  color: var(--text) !important;
}

body.overseas-auth-active .brand-text small,
body.overseas-auth-active .language-option,
body.overseas-auth-active .overseas-auth-mark strong,
body.overseas-auth-active .overseas-auth-copy small,
body.overseas-auth-active .overseas-auth-panel .field input::placeholder,
body.overseas-auth-active .overseas-auth-divider,
body.overseas-auth-active .overseas-auth-legal,
body.overseas-auth-active .overseas-auth-legal button,
body.overseas-auth-active .auth-oracle-topic,
body.overseas-auth-active .auth-oracle-caption,
body.overseas-auth-active .auth-oracle-core small {
  color: var(--muted) !important;
}

body.overseas-auth-active .overseas-auth-mark,
body.overseas-auth-active .overseas-auth-copy p,
body.overseas-auth-active .auth-oracle,
body.overseas-auth-active .auth-oracle-trigram,
body.overseas-auth-active .auth-oracle-core strong,
body.overseas-auth-active .btn.auth-inline {
  color: var(--accent-strong) !important;
}

body.overseas-auth-active .language-option:hover,
body.overseas-auth-active .language-option:focus-visible,
body.overseas-auth-active .language-option.active,
body.overseas-auth-active .overseas-oauth-btn:hover,
body.overseas-auth-active .overseas-oauth-btn:focus-visible {
  background: rgba(181, 138, 66, 0.08) !important;
  color: var(--text) !important;
}

body.overseas-auth-active .overseas-auth-panel .field input:hover,
body.overseas-auth-active .overseas-auth-panel .field input:focus {
  background: #ffffff !important;
  color: var(--text) !important;
  border-color: var(--gold) !important;
}

body.overseas-auth-active .overseas-auth-primary,
body.overseas-auth-active .btn.primary.overseas-auth-primary {
  background: var(--gold) !important;
  color: #ffffff !important;
  border-color: var(--gold) !important;
  box-shadow: none !important;
}

body.overseas-auth-active .overseas-oauth-btn,
body.overseas-auth-active .btn.ghost.overseas-oauth-btn {
  background: #ffffff !important;
  color: var(--text) !important;
  border-color: var(--border-strong) !important;
}

body.overseas-auth-active .auth-oracle-ring,
body.overseas-auth-active .auth-oracle-ring.ring-middle,
body.overseas-auth-active .auth-oracle-ring.ring-inner {
  border-color: rgba(181, 138, 66, 0.38) !important;
}

body.overseas-auth-active .auth-oracle-axis,
body.overseas-auth-active .auth-oracle-core::before,
body.overseas-auth-active .auth-oracle-core::after,
body.overseas-auth-active .overseas-auth-divider::before,
body.overseas-auth-active .overseas-auth-divider::after {
  background: rgba(181, 138, 66, 0.12) !important;
}

@media (max-width: 760px) {
  .analysis-scan-stage {
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }

  .topbar,
  .task-center,
  .scrim {
    background: #ffffff !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .analysis-scan-edge,
  .analysis-scan-beam,
  .analysis-scan-callout,
  .task-center,
  .scrim {
    animation: none !important;
    transition: none !important;
  }
}

/* ---------------- 头像报告 v5 · 纯白高对比 ---------------- */
.avatar-report-v5,
.avatar-v5-overview,
.avatar-v5-focus,
.avatar-v5-relationships,
.avatar-v5-relationship-panel,
.avatar-v5-relationship-tab,
.avatar-v5-radar__center {
  background: #ffffff !important;
}

.avatar-v5-first-impression__headline,
.avatar-v5-overall-description__title,
.avatar-v5-focus__title,
.avatar-v5-relationships__title,
.avatar-v5-relationship-panel__title,
.avatar-v5-evaluations__title,
.avatar-v5-evaluation__label,
.avatar-v5-current-tone__title {
  color: #1f2321 !important;
}

.avatar-v5-first-impression__portrait,
.avatar-v5-first-impression__scope,
.avatar-v5-overall-description__text,
.avatar-v5-score-boundary__text,
.avatar-v5-focus p,
.avatar-v5-relationship-analysis,
.avatar-v5-relationship-panel__status,
.avatar-v5-evaluation__text,
.avatar-v5-applicability__text,
.avatar-v5-possible-misread__text,
.avatar-v5-verification__text {
  color: #2f3532 !important;
}

.avatar-v5-avatar-media,
.avatar-v5-evaluation,
.avatar-v5-applicability,
.avatar-v5-possible-misread,
.avatar-v5-verification {
  background: #f8f7f3 !important;
}

.avatar-v5-score-boundary {
  background: #fbf7ee !important;
}

.avatar-v5-relationship-tab.is-active,
.avatar-v5-relationship-tab[aria-selected="true"] {
  color: #ffffff !important;
  background: #8c6324 !important;
}

/* 首页右侧：真实头像错层幕布。照片仅作视觉示意，不参与业务数据。 */
body.public-landing-active .landing-avatar-collage {
  position: relative;
  isolation: isolate;
  width: min(36rem, 100%);
  aspect-ratio: 6 / 5;
  overflow: hidden;
  border: 1px solid rgba(181, 138, 66, 0.28);
  border-radius: clamp(28px, 4vw, 46px);
  background: #ffffff !important;
  box-shadow: 0 34px 86px -60px rgba(50, 43, 31, 0.45);
}

body.public-landing-active .landing-avatar-collage::before,
body.public-landing-active .landing-avatar-collage::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

body.public-landing-active .landing-avatar-collage::before {
  inset: 11% 7% 9%;
  z-index: -2;
  border: 1px solid rgba(181, 138, 66, 0.2);
  border-radius: 50%;
}

body.public-landing-active .landing-avatar-collage::after {
  left: 14%;
  right: 14%;
  bottom: 8%;
  height: 18%;
  z-index: -1;
  border-radius: 50%;
  background: rgba(181, 138, 66, 0.055);
  filter: blur(18px);
}

body.public-landing-active .landing-avatar-collage__label {
  position: absolute;
  top: clamp(18px, 3vw, 26px);
  left: 50%;
  z-index: 8;
  transform: translateX(-50%);
  white-space: nowrap;
  border: 1px solid rgba(181, 138, 66, 0.3);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--accent-strong);
  padding: 7px 14px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  box-shadow: 0 12px 28px -24px rgba(50, 43, 31, 0.5);
}

body.public-landing-active .landing-avatar-collage__halo {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  width: 58%;
  aspect-ratio: 1;
  transform: translate(-50%, -46%);
  border: 1px solid rgba(181, 138, 66, 0.25);
  border-radius: 50%;
  box-shadow: 0 0 0 20px rgba(181, 138, 66, 0.035), 0 0 0 42px rgba(181, 138, 66, 0.022);
}

body.public-landing-active .landing-avatar-card {
  position: absolute;
  z-index: 2;
  box-sizing: border-box;
  aspect-ratio: 3 / 4;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(181, 138, 66, 0.38);
  border-radius: clamp(16px, 2vw, 24px);
  background: #ffffff;
  padding: clamp(5px, 0.7vw, 8px) clamp(5px, 0.7vw, 8px) clamp(18px, 2.4vw, 30px);
  box-shadow: 0 28px 55px -32px rgba(50, 43, 31, 0.5), 0 8px 24px -18px rgba(50, 43, 31, 0.32);
  transform: var(--landing-avatar-transform);
  transform-origin: 50% 88%;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

body.public-landing-active .landing-avatar-card::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: clamp(8px, 1vw, 13px);
  width: 22%;
  height: 2px;
  border-radius: 999px;
  background: rgba(181, 138, 66, 0.55);
  transform: translateX(-50%);
}

body.public-landing-active .landing-avatar-card img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: clamp(12px, 1.6vw, 18px);
  object-fit: cover;
  object-position: center 24%;
  background: #f6f3ed;
}

body.public-landing-active .landing-avatar-card--far-left {
  left: 2%;
  top: 31%;
  z-index: 1;
  width: 24%;
  --landing-avatar-transform: rotate(-11deg);
}

body.public-landing-active .landing-avatar-card--left {
  left: 15%;
  top: 23%;
  z-index: 3;
  width: 29%;
  --landing-avatar-transform: rotate(-6deg);
}

body.public-landing-active .landing-avatar-card--main {
  left: 50%;
  top: 16%;
  z-index: 5;
  width: 36%;
  --landing-avatar-transform: translateX(-50%) rotate(-0.8deg);
  border-color: rgba(181, 138, 66, 0.64);
  box-shadow: 0 34px 64px -32px rgba(50, 43, 31, 0.54), 0 10px 28px -18px rgba(50, 43, 31, 0.36);
}

body.public-landing-active .landing-avatar-card--right {
  right: 15%;
  top: 23%;
  z-index: 3;
  width: 29%;
  --landing-avatar-transform: rotate(6deg);
}

body.public-landing-active .landing-avatar-card--far-right {
  right: 2%;
  top: 31%;
  z-index: 1;
  width: 24%;
  --landing-avatar-transform: rotate(11deg);
}

body.public-landing-active .landing-avatar-card[hidden] {
  display: none !important;
}

body.public-landing-active .landing-avatar-collage__fallback {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  display: none;
  width: min(210px, 48%);
  aspect-ratio: 1;
  place-content: center;
  justify-items: center;
  transform: translate(-50%, -45%);
  border: 1px solid rgba(181, 138, 66, 0.42);
  border-radius: 50%;
  background: #ffffff;
  color: var(--accent-strong);
  box-shadow: 0 24px 52px -38px rgba(50, 43, 31, 0.42);
}

body.public-landing-active .landing-avatar-collage__fallback span {
  font-family: serif;
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 800;
}

body.public-landing-active .landing-avatar-collage__fallback small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

body.public-landing-active .landing-avatar-collage.all-images-failed .landing-avatar-collage__halo {
  display: none;
}

body.public-landing-active .landing-avatar-collage.all-images-failed .landing-avatar-collage__fallback {
  display: grid;
}

@media (hover: hover) and (pointer: fine) {
  body.public-landing-active .landing-avatar-collage:hover .landing-avatar-card--far-left {
    transform: translateX(-8px) rotate(-11deg);
  }

  body.public-landing-active .landing-avatar-collage:hover .landing-avatar-card--left {
    transform: translateX(-4px) rotate(-6deg);
  }

  body.public-landing-active .landing-avatar-collage:hover .landing-avatar-card--main {
    transform: translateX(-50%) translateY(-3px) rotate(-0.8deg);
    box-shadow: 0 38px 70px -32px rgba(50, 43, 31, 0.56), 0 12px 30px -18px rgba(50, 43, 31, 0.38);
  }

  body.public-landing-active .landing-avatar-collage:hover .landing-avatar-card--right {
    transform: translateX(4px) rotate(6deg);
  }

  body.public-landing-active .landing-avatar-collage:hover .landing-avatar-card--far-right {
    transform: translateX(8px) rotate(11deg);
  }
}

@media (max-width: 900px) {
  body.public-landing-active .landing-visual {
    min-height: 420px;
  }

  body.public-landing-active .landing-avatar-collage {
    width: min(34rem, 100%);
  }
}

@media (max-width: 760px) {
  body.public-landing-active .landing-visual {
    min-height: 330px;
  }

  body.public-landing-active .landing-avatar-collage {
    width: min(360px, 100%);
    aspect-ratio: 1.08;
    border-radius: 28px;
  }

  body.public-landing-active .landing-avatar-card--rear {
    display: none;
  }

  body.public-landing-active .landing-avatar-card--left {
    left: 7%;
    top: 29%;
    width: 35%;
    --landing-avatar-transform: rotate(-7deg);
  }

  body.public-landing-active .landing-avatar-card--main {
    top: 18%;
    width: 41%;
  }

  body.public-landing-active .landing-avatar-card--right {
    right: 7%;
    top: 29%;
    width: 35%;
    --landing-avatar-transform: rotate(7deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.public-landing-active .landing-avatar-card {
    transition: none !important;
  }

  body.public-landing-active .landing-avatar-collage:hover .landing-avatar-card {
    transform: var(--landing-avatar-transform) !important;
  }
}
