.app-handoff-backdrop{position:fixed;z-index:1000;inset:0;padding:20px;display:grid;place-items:center;background:rgba(10,15,35,.7);backdrop-filter:blur(8px)}
.app-handoff-dialog{width:min(100%,520px);padding:30px;border-radius:28px;color:#121833;background:#fff;box-shadow:0 30px 90px rgba(0,0,0,.3);font-family:Urbanist,system-ui,-apple-system,"Segoe UI",sans-serif}
.app-handoff-brand{width:58px;height:58px;margin-bottom:20px;padding:7px;display:grid;place-items:center;border-radius:18px;background:#ffd21f;overflow:hidden}.app-handoff-brand img{width:100%;height:100%;display:block;border-radius:13px;object-fit:cover}
.app-handoff-dialog h2{margin:0;color:#121833;font-size:clamp(28px,6vw,38px);line-height:1.05;font-weight:900;letter-spacing:-.025em}.app-handoff-dialog p{margin:0;color:#5f697e;font-size:16px;line-height:1.55;font-weight:600}
.app-handoff-actions{margin-top:26px;display:grid;gap:10px}.app-handoff-button{min-height:54px;padding:12px 18px;border:1px solid #dfe4ed;border-radius:15px;color:#121833;background:#fff;font:900 14px/1.2 Urbanist,system-ui,sans-serif;cursor:pointer}.app-handoff-button.primary{border-color:#ffd21f;background:#ffd21f}.app-handoff-button:hover{filter:brightness(.98)}.app-handoff-button:disabled{cursor:wait;opacity:.78}.app-handoff-button:focus-visible,.app-handoff-close:focus-visible{outline:3px solid rgba(255,210,31,.65);outline-offset:3px}.app-handoff-close{position:absolute;top:18px;right:18px;width:40px;height:40px;border:1px solid #dfe4ed;border-radius:50%;color:#121833;background:#fff;font-size:19px;cursor:pointer}.app-handoff-dialog{position:relative}.app-handoff-status{min-height:20px;margin-top:12px!important;color:#a33b28!important;font-size:13px!important}.app-handoff-status:empty{display:none}.app-handoff-backdrop[hidden]{display:none!important}
@media(max-width:560px){.app-handoff-backdrop{padding:12px;align-items:end}.app-handoff-dialog{padding:25px 20px 20px;border-radius:26px}.app-handoff-brand{width:50px;height:50px;padding:6px}.app-handoff-brand img{border-radius:11px}}
