/* Signed-out entry: layout consumes the registered Bluedoor theme. */
.member-entry-page { background: var(--theme-color-surface); }
.member-entry-page .app-frame { width: 100%; border: 0; background: var(--theme-color-surface); box-shadow: none; }
.member-entry-page .app-header { max-width: var(--theme-entry-page-width); margin: auto; padding-inline: var(--theme-space-6); background: transparent; }
.member-entry-page .page-shell { padding: 0; }
/* Override the shared reduced-motion micro-transition when text size changes. */
.member-entry-page .brand-mark { animation: none !important; transition: none !important; }
.member-entry-page .header-actions .text-action { display: inline-flex; align-items: center; gap: var(--theme-space-3); min-height: var(--theme-control-min-size); }
.member-entry { max-width: var(--theme-entry-page-width); margin-inline: auto; padding: var(--theme-space-6) var(--theme-space-6) var(--theme-space-5); }
.entry-welcome { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: var(--theme-space-7); align-items: center; padding-block: var(--theme-space-5) var(--theme-space-7); }
.entry-welcome > * { min-width: 0; overflow-wrap: anywhere; }
.entry-kicker { color: var(--theme-color-brand); font-size: var(--theme-font-size-supporting); margin: 0 0 var(--theme-space-5); }
.entry-copy h1 { font-family: var(--theme-font-invitation); font-size: var(--theme-font-size-entry-title); line-height: var(--theme-line-height-entry-title); letter-spacing: -.035em; font-weight: var(--theme-font-weight-regular); max-width: 9em; margin: 0; text-wrap: balance; }
.entry-copy h1 em { display: block; color: var(--theme-color-brand); font-weight: inherit; }
.entry-description { max-width: 30em; color: var(--theme-color-ink-soft); margin-block: var(--theme-space-5) var(--theme-space-6); }
.entry-actions { display: flex; flex-wrap: wrap; gap: var(--theme-space-2); }
.entry-actions .button { min-height: var(--theme-control-primary-size); gap: var(--theme-space-4); padding-inline: var(--theme-space-5); }
.entry-membership-note { color: var(--theme-color-muted); font-size: var(--theme-font-size-supporting); line-height: var(--theme-line-height-supporting); max-width: 27em; margin: var(--theme-space-4) 0 0; }
.entry-world { text-align: center; }
.entry-scene-controls { display: inline-flex; flex-wrap: wrap; justify-content: center; gap: var(--theme-space-2); border-bottom: 1px solid var(--theme-color-line); }
.entry-scene-controls button { font: inherit; font-size: var(--theme-font-size-supporting); color: var(--theme-color-muted); background: transparent; border: 0; border-bottom: 2px solid transparent; border-radius: 0; padding: var(--theme-space-2) var(--theme-space-3); min-height: var(--theme-control-min-size); cursor: pointer; }
.entry-scene-controls button[aria-pressed="true"] { color: var(--theme-color-brand); border-bottom-color: currentColor; }
.entry-scene-controls button:hover { color: var(--theme-color-ink); }
.entry-scene { margin: 0; }
.entry-illustration { display: block; width: 100%; height: auto; overflow: visible; }
.entry-illustration [hidden], .entry-world [hidden] { display: none; }
.entry-illustration .art-ink { stroke: var(--theme-color-ink); stroke-width: 2; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.entry-illustration .art-fine { stroke-width: 1; }
.entry-illustration .art-wash { fill: var(--theme-color-entry-art-wash); }
.entry-illustration .art-blue { fill: var(--theme-color-entry-art-blue); }
.entry-illustration .art-yellow { fill: var(--theme-color-entry-art-yellow); }
.entry-illustration .art-sage { fill: var(--theme-color-entry-art-sage); }
.entry-illustration .art-cream { fill: var(--theme-color-surface); }
.entry-illustration .art-coffee { fill: var(--theme-color-ink); }
.entry-scene-title { display: block; font-family: var(--theme-font-invitation); font-size: var(--theme-font-size-invitation-title-compact); line-height: var(--theme-line-height-invitation-title); }
.entry-scene-note { display: block; color: var(--theme-color-muted); font-size: var(--theme-font-size-supporting); margin-top: var(--theme-space-2); }
.entry-replay { display: inline-flex; align-items: center; justify-content: center; min-height: var(--theme-control-min-size); gap: var(--theme-space-2); margin-top: var(--theme-space-2); padding: var(--theme-space-2); border: 0; background: transparent; color: var(--theme-color-brand); font: inherit; font-size: var(--theme-font-size-supporting); cursor: pointer; }
.entry-replay span { font-size: var(--theme-font-size-task-title); }
.entry-trust { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--theme-space-6); border-block: 1px solid var(--theme-color-line); padding-block: var(--theme-space-6); }
.entry-trust > div { display: flex; align-items: start; gap: var(--theme-space-3); }
.entry-trust h2 { margin: 0 0 var(--theme-space-2); font-size: var(--theme-font-size-body); line-height: var(--theme-line-height-heading); font-weight: var(--theme-font-weight-strong); }
.entry-trust p { margin: 0; color: var(--theme-color-muted); font-size: var(--theme-font-size-supporting); }
.entry-fact-mark { color: var(--theme-color-brand); font-family: var(--theme-font-invitation); font-size: var(--theme-font-size-task-title); line-height: var(--theme-line-height-heading); }
.entry-privacy-mark { width: 1.3rem; height: 1.3rem; flex: 0 0 auto; stroke: var(--theme-color-brand); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.entry-further { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: var(--theme-space-5); padding-top: var(--theme-space-4); }
.entry-further > p { margin: 0; font-family: var(--theme-font-invitation); color: var(--theme-color-muted); }
.entry-updates { max-width: 30rem; }
.entry-updates summary { cursor: pointer; min-height: var(--theme-control-min-size); align-content: center; color: var(--theme-color-brand); font-size: var(--theme-font-size-supporting); }
.entry-updates-body { padding-block: var(--theme-space-4); }
.entry-updates-body h2 { font-size: var(--theme-font-size-task-title); }
.entry-updates-body form { display: grid; gap: var(--theme-space-3); }
.entry-updates-body .form-field { margin: 0; }
.entry-updates-body .button { justify-self: start; }
.member-entry-page .message-stack { margin: var(--theme-space-4) auto; max-width: var(--theme-page-width); }
.entry-version-footer { max-width: var(--theme-entry-page-width); margin-inline: auto; padding: 0 var(--theme-space-6) var(--theme-space-4); color: var(--theme-color-muted); font-size: var(--theme-font-size-supporting); }
@media (max-width: 52rem) {
  .entry-welcome { grid-template-columns: minmax(0, 1fr); gap: var(--theme-space-5); padding-top: 0; padding-bottom: var(--theme-space-6); }
  .member-entry { max-width: 40rem; padding-inline: var(--theme-space-5); }
  .entry-copy h1 { max-width: 11em; }
  .entry-description { max-width: 34em; }
  .entry-actions .button { padding-inline: var(--theme-space-4); }
  .entry-kicker { margin-bottom: var(--theme-space-4); }
  .entry-world { max-width: 34rem; width: 100%; margin-inline: auto; }
  .entry-trust { grid-template-columns: minmax(0, 1fr); gap: var(--theme-space-5); }
  .entry-trust h2 { margin-bottom: var(--theme-space-1); }
  .entry-further { gap: var(--theme-space-2); }
  .member-entry-page .app-header { padding-inline: var(--theme-space-5); }
  .member-entry-page .brand small { display: none; }
  .entry-version-footer { max-width: 40rem; padding-inline: var(--theme-space-5); }
}
html[data-workspace-layout="mobile"] .member-entry { max-width: 40rem; }
html[data-workspace-layout="mobile"] .entry-welcome, html[data-workspace-layout="mobile"] .entry-trust { grid-template-columns: minmax(0, 1fr); }
@media (max-width: 24rem) {
  .member-entry, .member-entry-page .app-header, .entry-version-footer { padding-inline: var(--theme-space-4); }
  .entry-actions .button { flex: 1 1 auto; padding-inline: var(--theme-space-4); }
  .entry-scene-controls { gap: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .entry-illustration * { animation: none !important; transition: none !important; }
  .entry-replay { display: none; }
}
@media (forced-colors: active) {
  .entry-scene-controls button[aria-pressed="true"] { border-color: Highlight; }
  .entry-illustration { forced-color-adjust: none; }
}
