/* Taxi Master Media Lightbox - frontend only */
.txmlb-ready{cursor:zoom-in}
.txmlb-open{overflow:hidden!important;touch-action:none}
.txmlb{position:fixed;inset:0;z-index:100000;display:none;align-items:center;justify-content:center;padding:20px;background:rgba(5,15,28,.94);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}
.txmlb.is-open{display:flex}
.txmlb__stage{position:relative;width:min(96vw,1440px);height:min(92vh,980px);display:flex;align-items:center;justify-content:center}
.txmlb__figure{margin:0;max-width:100%;max-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}
.txmlb__image{display:block;max-width:min(92vw,1360px);max-height:calc(92vh - 72px);width:auto;height:auto;object-fit:contain;border-radius:10px;box-shadow:0 18px 60px rgba(0,0,0,.34);background:#0b1724;user-select:none;-webkit-user-drag:none}
.txmlb__caption{max-width:min(92vw,1000px);color:#edf5fb;font:500 14px/1.45 system-ui,-apple-system,"Segoe UI",sans-serif;text-align:center;min-height:20px}
.txmlb__close,.txmlb__nav{position:absolute;border:0;background:rgba(255,255,255,.12);color:#fff;display:grid;place-items:center;cursor:pointer;transition:background .16s ease,transform .16s ease;box-shadow:0 4px 18px rgba(0,0,0,.22)}
.txmlb__close:hover,.txmlb__nav:hover{background:rgba(255,255,255,.22)}
.txmlb__close{right:0;top:0;width:46px;height:46px;border-radius:50%;font-size:30px;line-height:1;z-index:4}
.txmlb__nav{top:50%;transform:translateY(-50%);width:48px;height:64px;border-radius:14px;font-size:34px;z-index:3}
.txmlb__nav:hover{transform:translateY(-50%) scale(1.04)}
.txmlb__prev{left:0}.txmlb__next{right:0}
.txmlb__counter{position:absolute;top:10px;left:50%;transform:translateX(-50%);padding:7px 12px;border-radius:999px;background:rgba(0,0,0,.34);color:#fff;font:700 13px/1 system-ui,-apple-system,"Segoe UI",sans-serif;z-index:4}
.txmlb__nav[hidden],.txmlb__counter[hidden]{display:none!important}
@media(max-width:767px){
 .txmlb{padding:8px}
 .txmlb__stage{width:100vw;height:100dvh}
 .txmlb__image{max-width:96vw;max-height:calc(100dvh - 108px);border-radius:7px}
 .txmlb__close{right:8px;top:10px;width:42px;height:42px;background:rgba(0,0,0,.48)}
 .txmlb__counter{top:16px}
 .txmlb__nav{width:40px;height:56px;border-radius:12px;background:rgba(0,0,0,.42)}
 .txmlb__prev{left:8px}.txmlb__next{right:8px}
 .txmlb__caption{font-size:13px;padding:0 14px}
}
@media(prefers-reduced-motion:reduce){.txmlb__close,.txmlb__nav{transition:none}}
