.popup-layer{position:absolute;z-index:9999;background:#fff;border-radius:3px;box-shadow:0 4px 24px rgba(0,0,0,0.15);display:flex;flex-direction:column;overflow:hidden;}.popup-layer.hidden{display:none !important;}.popup-body{flex:1;overflow:auto;background:#fff;padding:30px 30px 20px;text-align:center;}.popup-body img{max-width:100%;height:auto;display:block;margin:0;}.popup-body a{display:block;line-height:0;}.popup-body:has(img){padding:0;}.popup-body:has(img) img{width:100%;display:block;}.popup-footer{background:#fff;padding:0;display:flex;border-top:1px solid #eee;}.popup-footer label{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;font-size:13px;color:#666;user-select:none;padding:15px 10px;border-right:1px solid #eee;transition:background 0.2s;}.popup-footer label:hover{background:#f9f9f9;}.popup-today-close{position:absolute;opacity:0;width:1px;height:1px;pointer-events:none;}.popup-footer-close-btn{flex:1;background:none;border:none;padding:15px 10px;font-size:13px;color:#666;cursor:pointer;transition:background 0.2s;}.popup-footer-close-btn:hover{background:#f9f9f9;}@media (max-width:768px){html.popup-open,body.popup-open{overflow:hidden;overscroll-behavior:none;}.popup-layer{position:fixed !important;width:min(90vw,420px) !important;max-width:90vw !important;max-height:min(80vh,640px) !important;left:50% !important;top:50% !important;right:auto !important;bottom:auto !important;transform:translate(-50%,-50%) !important;height:auto !important;}.popup-layer[data-display-type="layer"]{width:min(90vw,420px) !important;max-width:90vw !important;height:auto !important;max-height:min(80vh,640px) !important;}.popup-body{padding:20px 20px 15px;max-height:calc(min(80vh,640px) - 52px);overflow:auto;-webkit-overflow-scrolling:touch;}.popup-footer label,.popup-footer-close-btn{padding:12px 8px;font-size:12px;}}