.ode-popup-overlay{position:fixed;inset:0;z-index:999999;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,var(--ode-overlay-opacity));padding:52px 16px 24px;box-sizing:border-box}.ode-popup-overlay.is-active{display:flex}.ode-popup-card{width:min(var(--ode-popup-width),calc(100vw - 32px));max-height:calc(100vh - 90px);border-radius:var(--ode-popup-radius);overflow:hidden;background:#fff;box-shadow:0 20px 60px rgba(0,0,0,.28);animation:odePopupUp .28s ease both}.ode-popup-image-wrap{background:#ddd;line-height:0}.ode-popup-image-wrap a{display:block}.ode-popup-image-wrap img{width:100%;height:auto;display:block}.ode-popup-bottom{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 24px;background:#fff}.ode-popup-check{display:flex;align-items:center;gap:8px;margin:0;color:#777;font-size:13px;line-height:1.2;cursor:pointer}.ode-popup-check input{width:20px;height:20px;margin:0;accent-color:#4b392e}.ode-popup-close{border:0;border-radius:999px;background:#4b392e;color:#fff;font-size:14px;font-weight:700;line-height:1;padding:14px 24px;cursor:pointer}.ode-popup-close:hover{opacity:.88}.ode-popup-top{position:fixed;left:50%;top:24px;transform:translateX(calc(var(--ode-popup-width) / 2 - 86px));z-index:1000000;display:flex;align-items:center;gap:24px;color:#fff;font-size:14px;letter-spacing:.02em}.ode-popup-x{width:36px;height:36px;border:0;background:transparent;color:#fff;font-size:42px;font-weight:200;line-height:28px;cursor:pointer;padding:0}.ode-popup-x:hover{opacity:.8}@keyframes odePopupUp{from{opacity:0;transform:translateY(16px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:640px){.ode-popup-overlay{padding:48px 18px 20px}.ode-popup-card{max-height:calc(100vh - 84px);overflow:auto}.ode-popup-top{top:16px;right:18px;left:auto;transform:none}.ode-popup-bottom{padding:14px 16px}.ode-popup-close{padding:12px 18px}.ode-popup-check{font-size:12px}.ode-popup-check input{width:18px;height:18px}}
