body.srmf-no-scroll{overflow:hidden!important;touch-action:none}.srmf-overlay{align-items:center;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:rgba(16,24,40,.55);box-sizing:border-box;display:none;inset:0;justify-content:center;padding:24px 16px;position:fixed;z-index:9000}.srmf-overlay.is-open{animation:srmf-fade-in .18s ease;display:flex}@keyframes srmf-fade-in{0%{opacity:0}to{opacity:1}}.srmf-card{animation:srmf-slide-up .22s cubic-bezier(.34,1.2,.64,1);background:#fff;border-radius:16px;box-shadow:0 24px 64px rgba(16,24,40,.18),0 4px 16px rgba(16,24,40,.08);box-sizing:border-box;max-height:90vh;max-width:520px;overflow-x:hidden;overflow-y:auto;padding:32px 32px 28px;position:relative;scrollbar-width:none;width:100%;-ms-overflow-style:none}.srmf-card::-webkit-scrollbar{display:none}@keyframes srmf-slide-up{0%{opacity:0;transform:translateY(16px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.srmf-close{align-items:center;background:transparent;border:none;border-radius:4px;color:#98a2b3;cursor:pointer;display:inline-flex;height:24px;justify-content:center;padding:0;position:absolute;right:20px;top:20px;transition:color .14s ease;width:24px}.srmf-close:hover{color:#101828}.srmf-close:focus-visible{box-shadow:0 0 0 3px var(--srmf-accent-light,rgba(23,36,77,.2));outline:none}.srmf-strip{background:var(--srmf-accent-light,#e6f0ff);border-radius:16px 16px 0 0;gap:12px;margin:-32px -32px 20px;padding:16px 32px}.srmf-strip,.srmf-strip__thumb{align-items:center;display:flex}.srmf-strip__thumb{background:#2b4b8c;border-radius:10px;flex-shrink:0;height:48px;justify-content:center;width:48px}.srmf-strip__info{display:flex;flex-direction:column;gap:2px;min-width:0}.srmf-strip__type{color:var(--srmf-accent,#17244d);font-size:11px;letter-spacing:.08em;text-transform:uppercase}.srmf-strip__title,.srmf-strip__type{font-weight:700;line-height:1.3;margin:0}.srmf-strip__title{color:#101828;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.srmf-divider{display:none}.srmf-body{display:flex;flex-direction:column;gap:0}.srmf-heading{color:#101828;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:20px;font-weight:800;letter-spacing:-.01em;line-height:1.25;margin:0 0 6px}.srmf-subheading{color:#475467;font-size:14px;line-height:1.55;margin:0 0 16px}.srmf-spinner{align-items:center;display:flex;justify-content:center;padding:48px 0}.srmf-spinner:after{animation:srmf-spin .7s linear infinite;border:2.5px solid rgba(16,24,40,.1);border-radius:50%;border-top:2.5px solid var(--srmf-accent,#17244d);content:"";height:28px;width:28px}@keyframes srmf-spin{to{transform:rotate(1turn)}}.srmf-form-wrap{display:none}.srmf-no-form{padding:32px 0 8px;text-align:center}.srmf-no-form p{color:#98a2b3;font-size:13px;font-style:italic;margin:0}@media (max-width:520px){.srmf-card{border-radius:12px;max-height:92vh;padding:24px 20px 20px}.srmf-strip{border-radius:12px 12px 0 0;margin:-24px -20px 16px;padding:14px 20px}.srmf-heading{font-size:17px}.srmf-strip__title{white-space:normal}}.srmf-thankyou{align-items:center;display:flex;flex-direction:column;gap:12px;padding:16px 0 8px;text-align:center}.srmf-thankyou__icon{align-items:center;background:#e6f0ff;border-radius:50%;display:flex;flex-shrink:0;height:56px;justify-content:center;width:56px}.srmf-thankyou__icon svg rect:first-child{display:none}.srmf-thankyou__title{color:#101828;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:20px;font-weight:800;line-height:1.25;margin:4px 0 0}.srmf-thankyou__desc{color:#475467;font-size:14px;line-height:1.6;margin:0;max-width:36ch}.srmf-thankyou__progress{background:rgba(23,36,77,.12);border-radius:999px;height:3px;margin-top:8px;overflow:hidden;width:100%}.srmf-thankyou__bar{animation:srmf-progress 3s linear forwards;background:var(--srmf-accent,#17244d);border-radius:999px;height:100%;width:0}@keyframes srmf-progress{0%{width:0}to{width:100%}}