.mobile-app-prompt{border:0;padding:0;width:min(420px,calc(100% - 24px));max-height:calc(100dvh - 32px);margin:auto;border-radius:30px;background:#fff;color:var(--ink,#14213d);box-shadow:0 30px 100px #14213d40;font-family:inherit;overflow:auto;overscroll-behavior:contain}
.mobile-app-prompt::backdrop{background:#14213d99;backdrop-filter:blur(5px)}
.mobile-app-prompt__content{position:relative;padding:28px 24px max(22px,env(safe-area-inset-bottom));text-align:center;background:radial-gradient(ellipse at 85% 0,#fff0e5,transparent 52%),radial-gradient(ellipse at 0 10%,#edf3ff,transparent 45%),#fff}
.mobile-app-prompt__close{position:absolute;top:12px;left:12px;display:grid;place-items:center;width:40px;height:40px;border:1px solid #eaecf0;border-radius:50%;background:#ffffffd9;color:#667085;font:28px/1 sans-serif;cursor:pointer}
.mobile-app-prompt__art{position:relative;width:160px;margin:8px auto 27px;padding:12px 0}
.mobile-app-prompt__logo{display:grid;place-items:center;width:108px;height:108px;margin:auto;background:white;border:1px solid #fff;border-radius:30px;box-shadow:0 12px 35px #ff65081a;transform:rotate(-7deg)}
.mobile-app-prompt__logo img{object-fit:contain;transform:rotate(7deg);border-radius:16px}
.mobile-app-prompt__spark{position:absolute;right:0;top:0;color:var(--orange,#ff6508);font-size:30px}
.mobile-app-prompt__badge{position:absolute;bottom:-7px;left:12px;display:flex;align-items:center;gap:5px;background:var(--blue,#155eef);color:#fff;padding:5px 13px;border:3px solid #fff;border-radius:30px;font-size:11px;font-weight:800;transform:rotate(5deg)}
.mobile-app-prompt__badge .material-symbols-rounded{font-size:17px}
.mobile-app-prompt__eyebrow{color:#bd4900;font-size:12px;font-weight:800}
.mobile-app-prompt h2{font-size:23px;line-height:1.65;margin:8px 0;font-weight:900}
.mobile-app-prompt p{color:#667085;font-size:13px;line-height:1.9;margin:0 auto;max-width:300px}
.mobile-app-prompt__features{display:flex;justify-content:center;flex-wrap:wrap;gap:16px;margin:19px 0 24px;color:#475467;font-size:12px}
.mobile-app-prompt__features span{display:flex;align-items:center;gap:5px}
.mobile-app-prompt__features i{font-size:18px;color:var(--blue,#155eef)}
.mobile-app-prompt__primary{display:flex;align-items:center;justify-content:center;gap:9px;min-height:54px;padding:12px;border-radius:16px;background:linear-gradient(120deg,#ff6508,#eb5600);color:#fff;text-decoration:none;font-size:14px;font-weight:800;box-shadow:0 8px 20px #ff650826}
.mobile-app-prompt__store{display:block;padding:13px 4px 8px;color:var(--blue,#155eef);font-size:12px;font-weight:700;text-decoration:none}
.mobile-app-prompt__continue{width:100%;min-height:44px;border:0;background:transparent;color:#667085;font:inherit;font-size:12px;cursor:pointer}
.mobile-app-prompt :is(a,button):focus-visible{outline:3px solid #155eef;outline-offset:3px}
html.mobile-app-prompt-open{overflow:hidden}
@media(prefers-reduced-motion:no-preference){.mobile-app-prompt[open]{animation:app-prompt-enter .25s ease-out}@keyframes app-prompt-enter{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}}
@media(max-width:380px){.mobile-app-prompt__content{padding-inline:18px}.mobile-app-prompt h2{font-size:20px}}
