.guest-auth-prompt{z-index:99990;opacity:0;direction:rtl;justify-content:center;align-items:center;padding:18px;transition:opacity .2s;display:flex;position:fixed;inset:0}.guest-auth-prompt[hidden]{display:none}.guest-auth-prompt.is-visible{opacity:1}.guest-auth-prompt__backdrop{cursor:default;background:#0f172a94;border:0;width:100%;height:100%;padding:0;position:absolute;inset:0}.guest-auth-prompt__dialog{color:#1f2937;text-align:right;background:#fff;border:1px solid #e5e7eb;border-radius:8px;width:min(100%,420px);padding:24px;transition:transform .2s;position:relative;transform:translateY(12px);box-shadow:0 22px 70px #0f172a47}.guest-auth-prompt.is-visible .guest-auth-prompt__dialog{transform:translateY(0)}.guest-auth-prompt__close{color:#6b7280;cursor:pointer;background:0 0;border:0;width:34px;height:34px;padding:0;font-size:26px;line-height:34px;position:absolute;top:10px;left:10px}.guest-auth-prompt__close:hover,.guest-auth-prompt__close:focus{color:#111827}.guest-auth-prompt__icon{color:#8a5700;background:#fff7d6;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;margin-bottom:14px;font-size:21px;display:inline-flex}.guest-auth-prompt h2{color:#111827;margin:0 0 9px;font-size:20px;line-height:1.6}.guest-auth-prompt p{color:#4b5563;margin:0;font-size:14px;font-weight:600;line-height:2}.guest-auth-prompt__login{color:#111827;text-align:center;background:#fdb813;border:1px solid #fdb813;border-radius:7px;min-height:44px;margin-top:20px;font-size:14px;font-weight:800;line-height:44px;display:block}.guest-auth-prompt__login:hover,.guest-auth-prompt__login:focus{color:#111827;background:#eaaa08;text-decoration:none}.guest-auth-prompt__choices{justify-content:center;gap:18px;margin-top:14px;display:flex}.guest-auth-prompt__choices button{color:#64748b;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #cbd5e1;padding:5px 0 3px;font-size:12px;font-weight:700}.guest-auth-prompt__choices button:hover,.guest-auth-prompt__choices button:focus{color:#1f2937;border-bottom-color:#64748b}body.guest-auth-prompt-open{overflow:hidden}@media (width<=575px){.guest-auth-prompt{padding:12px 12px max(12px,env(safe-area-inset-bottom,0px));align-items:flex-end}.guest-auth-prompt__dialog{width:100%;padding:20px 18px}.guest-auth-prompt h2{padding-left:24px;font-size:18px}}