dialog.login-entry-choice { position: fixed; inset: 0; width: min(440px, calc(100vw - 32px)); max-width: none; max-height: calc(100vh - 32px); max-height: calc(100dvh - 32px); box-sizing: border-box; margin: auto; padding: 34px 28px 28px; overflow: auto; overscroll-behavior: contain; border: 0; border-radius: 18px; background: #fff; color: #111827; box-shadow: 0 24px 80px rgba(25, 18, 58, .22); }
dialog.login-entry-choice:not([open]), .login-entry-choice[hidden] { display: none !important; }
dialog.login-entry-choice::backdrop { background: rgba(24, 20, 40, .42); }
.login-entry-choice h1 { margin: 0 20px 10px; color: #111827; font-size: 24px; line-height: 1.4; text-align: center; }
.login-entry-choice-close { position: absolute; top: 10px; right: 10px; display: grid; place-items: center; width: 32px; height: 32px; padding: 0; border: 0; border-radius: 50%; background: transparent; color: #6b7280; font: inherit; font-size: 24px; line-height: 1; cursor: pointer; }
.login-entry-choice-close:hover { color: #7c3aed; background: #f5f0ff; }
.login-entry-choice-account { margin: 0 0 22px; color: #6b7280; text-align: center; font-size: 13px; }
.login-entry-choice-options { display: grid; gap: 12px; }
.login-entry-choice-option { width: 100%; min-height: 92px; padding: 17px 18px; border: 1px solid #e5e7eb; border-radius: 10px; background: #fff; color: #111827; text-align: left; font: inherit; cursor: pointer; }
.login-entry-choice-option:hover:not(:disabled) { border-color: #8b5cf6; background: #faf7ff; }
.login-entry-choice-option:focus-visible, .login-entry-choice-cancel:focus-visible, .login-entry-choice-close:focus-visible { outline: 3px solid rgba(139, 92, 246, .35); outline-offset: 3px; }
.login-entry-choice-option:disabled { cursor: wait; opacity: .65; }
.login-entry-choice-option.is-entering { border-color: #8b5cf6; background: #faf7ff; }
.login-entry-choice-option-top { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
.login-entry-choice-option-title { font-size: 17px; font-weight: 700; }
.login-entry-choice-option-port { color: #9ca3af; font-size: 11px; font-variant-numeric: tabular-nums; }
.login-entry-choice-option-description { display: block; margin-top: 8px; color: #6b7280; font-size: 13px; line-height: 1.5; }
.login-entry-choice-shared { margin: 16px 0 0; padding: 10px 12px; border-radius: 7px; color: #6d28d9; background: #f5f0ff; font-size: 12px; line-height: 1.6; }
.login-entry-choice-message { min-height: 20px; margin: 14px 0 12px; color: #dc2626; font-size: 13px; line-height: 1.5; }
.login-entry-choice-message.is-progress { color: #7c3aed; }
.login-entry-choice-cancel { padding: 0; border: 0; color: #7c3aed; background: transparent; font: inherit; font-size: 13px; cursor: pointer; }
.login-entry-choice-cancel:hover { text-decoration: underline; }
@media (max-width: 480px) {
  dialog.login-entry-choice { padding: 34px 20px 24px; }
  .login-entry-choice h1 { font-size: 22px; }
  .login-entry-choice-option { padding: 15px 14px; }
}
