body.lms-layer-popup-open {overflow:hidden;}
.lms-layer-popup-wrap {position:fixed;top:0;left:0;right:0;bottom:0;z-index:10000;align-items:center;justify-content:center;padding:20px;background:rgba(17,24,39,.58);box-sizing:border-box;overscroll-behavior:contain;-webkit-tap-highlight-color:transparent;}
.lms-layer-popup-wrap.is-no-dim {background:transparent;}
.lms-layer-popup-box.is-draggable .lms-layer-popup-header {cursor:move;user-select:none;}
.lms-layer-popup-box.is-dragging .lms-layer-popup-header {cursor:grabbing;}
.lms-layer-popup-admin-preview {z-index:20000;}
.lms-layer-popup-box {display:flex;flex-direction:column;min-width:320px;max-width:calc(100vw - 40px);max-height:calc(100vh - 40px);background:#fff;border:1px solid rgba(17,24,39,.12);border-radius:8px;box-sizing:border-box;box-shadow:0 18px 48px rgba(15,23,42,.28);overflow:hidden;}
.lms-layer-popup-wrap.is-visible .lms-layer-popup-box {animation:lmsLayerPopupIn 180ms ease-out;}
.lms-layer-popup-header {display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:54px;padding:12px 14px 10px 18px;border-bottom:1px solid #e6e8ee;background:#fff;box-sizing:border-box;}
.lms-layer-popup-heading {min-width:0;}
.lms-layer-popup-title {display:block;max-width:100%;overflow:hidden;color:#1f2937;font-size:15px;font-weight:700;line-height:1.35;text-overflow:ellipsis;white-space:nowrap;}
.lms-layer-popup-position {display:inline-block;margin-top:3px;color:#687386;font-size:12px;line-height:1.2;font-variant-numeric:tabular-nums;}
.lms-layer-popup-body {position:relative;flex:1;min-height:0;overflow:hidden;background:#fff;}
.lms-layer-popup-item {display:none;width:100%;height:100%;}
.lms-layer-popup-item.active {display:block;}
.lms-layer-popup-item-title {display:none;}
.lms-layer-popup-viewport {position:relative;width:100%;height:100%;overflow-y:auto;overflow-x:hidden;background:#fff;overscroll-behavior:contain;}
.lms-layer-popup-scale {position:relative;transform-origin:0 0;}
.lms-layer-popup-scale.is-plain {width:100% !important;min-height:100%;padding:32px 30px;box-sizing:border-box;color:#1f2937;font-size:16px;font-weight:500;line-height:1.65;word-break:break-word;transform:none !important;margin-bottom:0 !important;}
.lms-layer-popup-footer {display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;border-top:1px solid #e6e8ee;background:#f8fafc;color:#4b5563;font-size:13px;line-height:1.4;box-sizing:border-box;}
.lms-layer-popup-today-label {display:flex;align-items:center;gap:6px;min-width:0;cursor:pointer;}
.lms-layer-popup-admin-preview .lms-layer-popup-today-label {cursor:default;}
.lms-layer-popup-today-label input {margin:0;}
.lms-layer-popup-control {display:flex;align-items:center;gap:6px;white-space:nowrap;}
.lms-layer-popup-control button,.lms-layer-popup-close-icon {touch-action:manipulation;}
.lms-layer-popup-control button {min-width:46px;height:30px;padding:0 10px;border:1px solid #c8ced8;border-radius:4px;background:#fff;color:#1f2937;cursor:pointer;font-size:13px;line-height:28px;}
.lms-layer-popup-control button:hover {border-color:#8d99aa;background:#eef2f7;}
.lms-layer-popup-control button:focus-visible,.lms-layer-popup-close-icon:focus-visible,.lms-layer-popup-today-label input:focus-visible {outline:2px solid #2454a6;outline-offset:2px;}
.lms-layer-popup-close-icon {flex:0 0 auto;width:34px;height:34px;border:0;border-radius:50%;background:#eef2f7;color:#1f2937;cursor:pointer;font-size:24px;line-height:34px;text-align:center;}
.lms-layer-popup-close-icon:hover {background:#dfe5ee;}
.lms-layer-popup-close-text {font-weight:700;}
.lms-layer-popup-autoplay.is-paused {background:#eef2f7;}
@keyframes lmsLayerPopupIn {from {opacity:0;transform:translateY(8px) scale(.98);}to {opacity:1;transform:translateY(0) scale(1);}}
@media (prefers-reduced-motion:reduce) {.lms-layer-popup-wrap.is-visible .lms-layer-popup-box {animation:none;}}
@media (max-width:480px) {.lms-layer-popup-wrap {padding:16px 20px;align-items:center;}.lms-layer-popup-box {width:100% !important;min-width:0;max-width:100%;max-height:calc(100vh - 32px);}.lms-layer-popup-header {padding:11px 12px 9px 14px;}.lms-layer-popup-title {font-size:14px;}.lms-layer-popup-footer {align-items:flex-start;flex-direction:column;padding:10px 12px;}.lms-layer-popup-control {width:100%;justify-content:flex-end;}.lms-layer-popup-control button {height:32px;line-height:30px;}.lms-layer-popup-scale.is-plain {padding:28px 22px;font-size:15px;}}
