.popup-overlay{z-index:9999;background:#1118278c;padding:24px;animation:.28s forwards popup-fade-in;display:flex;position:fixed;inset:0}.popup-position-center{justify-content:center;align-items:center}.popup-position-left{justify-content:flex-start;align-items:center}.popup-position-right{justify-content:flex-end;align-items:center}.popup-position-bottom{justify-content:center;align-items:flex-end}.popup-window{background:#fff;border-radius:16px;flex-direction:column;width:min(100%,560px);max-height:calc(100vh - 48px);display:flex;position:relative;box-shadow:0 24px 60px #0000004d}.popup-close-btn{z-index:2;color:#9ca3af;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:1.6rem;line-height:1;transition:color .2s;display:inline-flex;position:absolute;top:10px;right:14px}.popup-close-btn:hover{color:#111827}.popup-header{justify-content:space-between;gap:16px;padding:22px 22px 12px;display:flex}.popup-kicker{color:#94a3b8;letter-spacing:.14em;text-transform:uppercase;margin:0 0 4px;font-size:.7rem;font-weight:800}.popup-title{color:#111827;margin:0;font-size:1.2rem;font-weight:800;line-height:1.35}.popup-counter{color:#64748b;white-space:nowrap;background:#f4f4f5;border-radius:999px;align-self:flex-start;margin-right:28px;padding:6px 11px;font-size:.78rem;font-weight:800}.popup-slider{overflow:hidden auto}.popup-track{transition:transform .32s;display:flex}.popup-slide{box-sizing:border-box;flex:0 0 100%;width:100%;padding:0 22px 4px}.popup-link{color:inherit;text-decoration:none;display:block}.popup-image{background:#f4f6fa;border-radius:12px;width:100%;height:auto;display:block}.popup-body{color:#52525b;margin-top:12px;font-size:.92rem;line-height:1.7}.popup-navigation{justify-content:center;align-items:center;gap:12px;padding:12px 22px 0;display:flex}.popup-nav-button{color:#52525b;cursor:pointer;background:#fff;border:1px solid #e4e4e7;border-radius:999px;justify-content:center;align-items:center;padding:7px 13px;font-size:.8rem;font-weight:700;transition:border-color .2s,color .2s;display:inline-flex}.popup-nav-button:disabled{cursor:not-allowed;opacity:.4}.popup-nav-button:not(:disabled):hover{color:#111827;border-color:#111827}.popup-dots{align-items:center;gap:8px;display:flex}.popup-dot{cursor:pointer;background:#d4d7de;border:0;border-radius:999px;width:9px;height:9px;padding:0;transition:transform .2s,background-color .2s}.popup-dot.is-active{background:#1e3a5f;transform:scale(1.15)}.popup-footer{border-top:1px solid #f0f1f4;justify-content:space-between;align-items:center;gap:16px;margin:14px 22px 16px;padding-top:12px;display:flex}.popup-today{color:#52525b;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:7px;font-size:.84rem;display:flex}.popup-today input{accent-color:#1e3a5f;width:15px;height:15px}.popup-confirm-button{color:#3f3f46;cursor:pointer;background:#fff;border:1px solid #d4d4d8;border-radius:8px;justify-content:center;align-items:center;padding:8px 18px;font-size:.85rem;font-weight:700;transition:border-color .2s,color .2s;display:inline-flex}.popup-confirm-button:hover{color:#111827;border-color:#111827}@keyframes popup-fade-in{0%{opacity:0}to{opacity:1}}@media (max-width:767px){.popup-overlay{padding:16px}.popup-window{width:100%;max-height:calc(100vh - 32px)}.popup-header,.popup-slide,.popup-navigation{padding-left:18px;padding-right:18px}.popup-footer{margin-left:18px;margin-right:18px}}
