.session-recovery-view { position: fixed; inset: 0; z-index: 9999; display: grid; place-items: center; padding: 24px; background: #09080d; }
.session-recovery-card { width: min(540px, 100%); padding: 28px; background: #15111d; border: 1px solid #453353; }
.session-recovery-card h2 { font-size: 22px; line-height: 1.5; }
#sessionRecoveryActions .ghost-button { width: 100%; margin-top: 12px; }
