.jkkn-popup{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem}.jkkn-popup[hidden]{display:none}.jkkn-popup__overlay{position:absolute;inset:0;background:#02061799;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:jkkn-popup-fade .2s ease}.jkkn-popup__dialog{position:relative;z-index:1;width:100%;max-width:560px;max-height:88vh;overflow:auto;background:#fff;border-radius:1rem;box-shadow:0 25px 50px -12px #0006;animation:jkkn-popup-pop .22s cubic-bezier(.16,1,.3,1)}.jkkn-popup__close{position:absolute;top:.6rem;right:.6rem;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:0;border-radius:9999px;background:#ffffffe6;color:#334155;font-size:1.5rem;line-height:1;cursor:pointer;box-shadow:0 1px 3px #00000026;transition:background .15s ease,color .15s ease}.jkkn-popup__close:hover{background:#f1f5f9;color:#0f172a}.jkkn-popup__dialog:has(.feedback-card){max-width:440px;padding:36px 32px;border-radius:var(--radius-lg, 20px);box-shadow:0 20px 60px #0000004d;text-align:center}.jkkn-popup__dialog:has(.feedback-card) .jkkn-popup__close{top:12px;right:14px;width:30px;height:30px;background:none;box-shadow:none;font-size:18px;color:var(--text-light, #656580);transition:all .2s}.jkkn-popup__dialog:has(.feedback-card) .jkkn-popup__close:hover,.jkkn-popup__dialog:has(.feedback-card) .jkkn-popup__close:focus-visible{background:var(--bg-cream, #FAF8F3);color:var(--primary-maroon, #6B1D3A)}@keyframes jkkn-popup-fade{0%{opacity:0}to{opacity:1}}@keyframes jkkn-popup-pop{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}
