.push-prompt{background:rgba(27,28,36,.82);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.06);border-radius:16px;inset-inline-start:20px;max-width:380px;padding:20px;position:fixed;text-align:start;top:20px;width:min(calc(100vw - 40px),380px);z-index:12000;animation:pushPromptIn .28s cubic-bezier(.16,1,.3,1)}.push-prompt--exit{animation:pushPromptOut .18s ease forwards}.push-prompt__head{align-items:center;display:flex;gap:12px;margin-bottom:10px}.push-prompt__logo{display:block;flex-shrink:0;height:40px;width:40px}.push-prompt__title{color:#fafafb;font-size:18px;font-weight:900;letter-spacing:.06em;line-height:1.2;margin:0;text-transform:uppercase}.push-prompt__subtitle{color:#8e91a7;font-size:14px;line-height:1.45;margin:0 0 18px}.push-prompt__actions{display:flex;gap:10px}.push-prompt__btn{align-items:center;border:0;border-radius:10px;cursor:pointer;display:inline-flex;font-size:13px;font-weight:800;justify-content:center;letter-spacing:.06em;min-height:44px;padding:12px 14px;text-transform:uppercase;transition:background-color .2s ease,opacity .2s ease}.push-prompt__btn--later{background:#2a2a35;color:#c8cad8;flex:0.8 1}.push-prompt__btn--later:hover{background:#343544}.push-prompt__btn--subscribe{background:#fe9f59;color:#1b1c24;flex:1.2 1}.push-prompt__btn--subscribe:hover{background:#ffb277}.push-prompt__btn:disabled{cursor:wait;opacity:.7}@keyframes pushPromptIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes pushPromptOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-8px)}}@media (max-width:599px){.push-prompt{inset-inline-start:12px;padding:16px;top:12px;width:min(calc(100vw - 24px),380px)}.push-prompt__title{font-size:16px}.push-prompt__btn{font-size:12px;min-height:42px}}