.popup-backdrop{position:fixed;inset:0;background:#00000059;z-index:9998;animation:popup-backdrop-in .18s ease-out}.popup-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:9999;width:420px;max-width:calc(100vw - 2rem);max-height:calc(100vh - 2rem);background:#fff;border-radius:8px;box-shadow:0 8px 40px #0000002e;display:flex;flex-direction:column;overflow:hidden;animation:popup-modal-in .22s cubic-bezier(.16,1,.3,1);transform-origin:center center}@keyframes popup-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes popup-modal-in{0%{opacity:0;transform:translate(-50%,-50%) scale(.94)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@media(prefers-reduced-motion:reduce){.popup-backdrop,.popup-modal{animation:none!important}}.popup-modal--sm{width:400px}.popup-modal--md{width:520px}.popup-modal--lg{width:680px}.popup-modal--xl{width:920px;max-height:calc(100vh - 2rem);overflow-y:auto}.popup-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem 1.25rem .85rem;border-bottom:1px solid #e9ecf1;flex-shrink:0;gap:.75rem}.popup-header__text{display:flex;flex-direction:column;gap:.2rem;min-width:0}.popup-title{font-size:.95rem;font-weight:500;color:#1a2340;display:flex;align-items:center;gap:.5rem;margin:0}.popup-subtitle{font-size:.78rem;color:#697a8d;line-height:1.35;margin:0}html.dark-style .popup-subtitle{color:#9aa6b4}.popup-close{background:none;border:none;font-size:1.3rem;color:#a1acb8;cursor:pointer;line-height:1;padding:0;flex-shrink:0}.popup-close:hover:not(:disabled){color:#566a7f}.popup-close:disabled{opacity:.4;cursor:default}.popup-body{padding:1.25rem;overflow-y:auto}.popup-footer{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;padding:.85rem 1.25rem;border-top:1px solid #e9ecf1;flex-shrink:0}.popup-footer--space{justify-content:space-between}html:has(.popup-backdrop),body:has(.popup-backdrop){overflow:hidden!important}
