html[data-theme-resolved="dark"]{
  color-scheme:dark;
  --navy:#dceeea;--navy-deep:#f1fbfa;--teal:#43b8af;--teal-dark:#72d1c9;
  --paper:#0f1b20;--ivory:#132329;--white:#17282e;--soft:#173638;--soft-2:#142d31;
  --charcoal:#e7efef;--slate:#b7c6c9;--muted:#91a6ab;--line:#2a434a;
  --shadow-sm:0 8px 24px rgba(0,0,0,.18);--shadow:0 20px 54px rgba(0,0,0,.3);
}
html[data-theme-resolved="dark"] body{background:var(--paper);color:var(--charcoal)}
html[data-theme-resolved="dark"] .topbar{background:rgba(15,27,32,.94);border-bottom-color:var(--line)}
html[data-theme-resolved="dark"] .brand,html[data-theme-resolved="dark"] .desktop-nav a,html[data-theme-resolved="dark"] .mobile-menu summary{color:#dfeceb}
html[data-theme-resolved="dark"] .desktop-nav a:hover,html[data-theme-resolved="dark"] .desktop-nav a[aria-current="page"]{color:var(--teal)}
html[data-theme-resolved="dark"] .mobile-panel,html[data-theme-resolved="dark"] .member-menu-panel,html[data-theme-resolved="dark"] .profile-change-dialog,html[data-theme-resolved="dark"] .cropper-dialog{background:#17282e;border-color:var(--line)}
html[data-theme-resolved="dark"] .member-menu>summary{color:#dfeceb}
html[data-theme-resolved="dark"] .member-menu>summary:hover,html[data-theme-resolved="dark"] .member-menu-panel a:hover,html[data-theme-resolved="dark"] .member-menu-panel button:hover{background:var(--soft-2)}
html[data-theme-resolved="dark"] .member-menu-panel a,html[data-theme-resolved="dark"] .member-menu-panel button{color:var(--charcoal)}
html[data-theme-resolved="dark"] .page-hero,html[data-theme-resolved="dark"] .home-hero,html[data-theme-resolved="dark"] .profile-editor-hero,html[data-theme-resolved="dark"] .member-profile-hero,html[data-theme-resolved="dark"] .settings-hero{background:linear-gradient(135deg,#132329,#10252a);border-color:var(--line)}
html[data-theme-resolved="dark"] .page-hero--navy,html[data-theme-resolved="dark"] .hero-panel,html[data-theme-resolved="dark"] .callout--navy,html[data-theme-resolved="dark"] .footer,html[data-theme-resolved="dark"] .member-menu-avatar,html[data-theme-resolved="dark"] .profile-avatar-preview,html[data-theme-resolved="dark"] .member-profile-avatar,html[data-theme-resolved="dark"] .credential-seal{background:#153845;color:white}
html[data-theme-resolved="dark"] .profile-cover-preview,html[data-theme-resolved="dark"] .member-profile-cover{background:linear-gradient(135deg,#153845,#0f635f)}
html[data-theme-resolved="dark"] .card,html[data-theme-resolved="dark"] .feature,html[data-theme-resolved="dark"] .level-card,html[data-theme-resolved="dark"] .stat,html[data-theme-resolved="dark"] .profile-section,html[data-theme-resolved="dark"] .member-profile-aside>section,html[data-theme-resolved="dark"] .review-panel,html[data-theme-resolved="dark"] .admin-table,html[data-theme-resolved="dark"] .sidebar,html[data-theme-resolved="dark"] .category-link,html[data-theme-resolved="dark"] .tag,html[data-theme-resolved="dark"] .settings-section,html[data-theme-resolved="dark"] .credential-card,html[data-theme-resolved="dark"] .profile-facts--prestige>div,html[data-theme-resolved="dark"] .member-profile-record-strip{background:var(--white);border-color:var(--line)}
html[data-theme-resolved="dark"] .settings-save-bar,html[data-theme-resolved="dark"] .profile-save-bar{background:rgba(23,40,46,.95);border-color:var(--line)}
html[data-theme-resolved="dark"] .settings-nav{background:rgba(15,27,32,.94);border-color:var(--line)}
html[data-theme-resolved="dark"] input,html[data-theme-resolved="dark"] textarea,html[data-theme-resolved="dark"] select,html[data-theme-resolved="dark"] .profile-id-input{background:#102128;color:var(--charcoal);border-color:#3c5960}
html[data-theme-resolved="dark"] input::placeholder,html[data-theme-resolved="dark"] textarea::placeholder{color:#789096}
html[data-theme-resolved="dark"] .choice-card,html[data-theme-resolved="dark"] .choice-row,html[data-theme-resolved="dark"] .settings-toggle,html[data-theme-resolved="dark"] .health-options label{background:#13262c;border-color:var(--line)}
html[data-theme-resolved="dark"] .choice-card:has(input:checked),html[data-theme-resolved="dark"] .choice-row:has(input:checked),html[data-theme-resolved="dark"] .settings-toggle:has(input:checked){background:#173638;border-color:var(--teal)}
html[data-theme-resolved="dark"] .notification-row,html[data-theme-resolved="dark"] .notification-row:has(input:checked){background:transparent}
html[data-theme-resolved="dark"] .account-email-card,html[data-theme-resolved="dark"] .required-notice,html[data-theme-resolved="dark"] .affiliation-summary,html[data-theme-resolved="dark"] .citation-box,html[data-theme-resolved="dark"] .empty-state,html[data-theme-resolved="dark"] .profile-owner-card{background:var(--soft-2)!important}
html[data-theme-resolved="dark"] .button.secondary{color:#dfeceb;border-color:#60747a}html[data-theme-resolved="dark"] .button.secondary:hover{background:#20353b;color:white}
html[data-theme-resolved="dark"] .article-body{color:#d8e4e3}
html[data-theme-resolved="dark"] th{background:#132329;color:#dfeceb}html[data-theme-resolved="dark"] tbody tr:hover{background:#14272d}
html[data-theme-resolved="dark"] .skip-link{background:#17282e;color:#e5f0ef}
html[data-theme-resolved="dark"] ::selection{background:#245f5d;color:white}

/* Profile editor refinements */
.profile-section--visibility:has(input[name="is_public"]:checked){display:none!important}
.identity-grid{align-items:start!important}
.identity-field{display:flex!important;flex-direction:column!important;gap:7px!important}
.identity-field>label{min-height:25px}
.identity-field .profile-id-input,.identity-field>input{height:50px!important;min-height:50px!important}
.profile-id-input{display:grid!important;grid-template-columns:46px minmax(0,1fr)!important;overflow:hidden!important}
.profile-id-input>span{display:grid!important;place-items:center!important;padding:0!important;border-right:1px solid var(--line);background:var(--soft-2);font-size:1.1rem!important}
.profile-id-input>input{min-width:0!important;height:48px!important;padding:10px 13px!important}
.profile-id-feedback[hidden],.settings-shell .field-error[hidden]{display:none!important}
.profile-id-feedback{display:flex!important;align-items:flex-start!important;gap:7px!important;margin:5px 0 0!important;font-size:.79rem!important;line-height:1.42!important}
.profile-id-feedback::before{flex:0 0 18px!important;width:18px!important;height:18px!important;margin-top:0!important}

/* Dark dashboard: no pale text on white cards */
html[data-theme-resolved="dark"] .dashboard-hero{background:linear-gradient(135deg,#153845 0%,#12635f 100%);color:#fff}
html[data-theme-resolved="dark"] .dashboard-hero h1,html[data-theme-resolved="dark"] .dashboard-hero .lede{color:#fff}
html[data-theme-resolved="dark"] .dashboard-hero .lede{opacity:.84}
html[data-theme-resolved="dark"] .dashboard-stat,html[data-theme-resolved="dark"] .dashboard-action,html[data-theme-resolved="dark"] .dashboard-panel{background:#17282e!important;border-color:#2a434a!important;box-shadow:0 10px 28px rgba(0,0,0,.18)}
html[data-theme-resolved="dark"] .dashboard-stat strong,html[data-theme-resolved="dark"] .dashboard-action strong,html[data-theme-resolved="dark"] .dashboard-panel h2,html[data-theme-resolved="dark"] .dashboard-list strong,html[data-theme-resolved="dark"] .dashboard-profile-card dd{color:#e7efef!important}
html[data-theme-resolved="dark"] .dashboard-stat span,html[data-theme-resolved="dark"] .dashboard-action small,html[data-theme-resolved="dark"] .dashboard-list span:not(.status):not(.points),html[data-theme-resolved="dark"] .dashboard-profile-card dt{color:#aebfc3!important}
html[data-theme-resolved="dark"] .dashboard-action>span,html[data-theme-resolved="dark"] .dashboard-panel .eyebrow{color:#63c9c0!important}
html[data-theme-resolved="dark"] .dashboard-empty{background:#13262c!important;border-color:#456168!important}
html[data-theme-resolved="dark"] .dashboard-empty h3{color:#e7efef!important}
html[data-theme-resolved="dark"] .dashboard-account .status{background:#dceeea!important;color:#153845!important}
html[data-theme-resolved="dark"] .dashboard-avatar{border-color:rgba(255,255,255,.72)}

/* Refined profile dark mode */
html[data-theme-resolved="dark"] .member-profile-hero--refined{background:#132329!important}
html[data-theme-resolved="dark"] .member-profile-context-refined span,html[data-theme-resolved="dark"] .member-profile-record-strip--refined .profile-record-stat{background:#17282e!important;border-color:#2a434a!important}
html[data-theme-resolved="dark"] .member-profile-identity-refined h1,html[data-theme-resolved="dark"] .profile-record-stat strong{color:#e7efef!important}
html[data-theme-resolved="dark"] .member-profile-avatar--refined{border-color:#132329!important}

html[data-density="compact"] body{line-height:1.55}
html[data-density="compact"] .topbar-inner{min-height:72px}
html[data-density="compact"] .section-stack{gap:56px;padding-block:56px}
html[data-density="compact"] .profile-section,html[data-density="compact"] .settings-section,html[data-density="compact"] .card{padding:22px}
html[data-density="compact"] .member-profile-shell{gap:42px;padding-block:44px 80px}
html[data-density="compact"] .profile-form,html[data-density="compact"] .settings-form{gap:14px}
html[data-text-size="large"]{font-size:18px}
html[data-reduce-motion="true"]{scroll-behavior:auto}
html[data-reduce-motion="true"] *,html[data-reduce-motion="true"] *::before,html[data-reduce-motion="true"] *::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
