.omm-gallery-viewer:not([open]){display:none}
.omm-gallery .omm-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:start}
.omm-gallery .omm-gallery-card{min-width:0;margin:0;overflow:hidden;border:1px solid #48515a;border-radius:8px;background:#262d33;color:#fff;text-decoration:none}
.omm-gallery a.omm-gallery-card{display:block;cursor:zoom-in;transition:border-color .16s ease,box-shadow .16s ease}
.omm-gallery a.omm-gallery-card:hover{color:#fff;border-color:#aab8c5;box-shadow:0 5px 18px #0003}
.omm-gallery a.omm-gallery-card:focus-visible{outline:3px solid #70c7ff;outline-offset:4px}
.omm-gallery .omm-gallery-media{display:block;width:100%;aspect-ratio:4/3;background:#171d22;overflow:hidden}
.omm-gallery .omm-gallery-media .card-img-top{display:block;width:100%;height:100%;max-width:100%;object-fit:contain;border-radius:0}
.omm-gallery .omm-gallery-card .video-title{margin:0;padding:16px 16px 12px;font-size:1.15rem;line-height:1.4}
.omm-gallery .omm-gallery-card .video-text{margin:0;padding:0 16px 16px;line-height:1.6}
.omm-gallery .omm-gallery-card .video-text:empty{display:none}
.omm-gallery .omm-gallery-card video,.omm-gallery .omm-gallery-card iframe{display:block;width:100%;max-width:100%;height:auto;aspect-ratio:16/9;object-fit:contain;background:#111;border:0}
.omm-gallery-viewer[open]{display:flex;flex-direction:column;gap:12px;width:100vw;height:100vh;height:100dvh;max-width:none;max-height:none;margin:0;border:0;padding:20px 24px;background:rgba(9,14,19,.98);color:#fff;overflow:hidden;box-sizing:border-box}
.omm-gallery-viewer::backdrop{background:#090e13ed}
.omm-gallery-viewer *{box-sizing:border-box}
.omm-gallery-viewer__header,.omm-gallery-viewer__footer{display:flex;align-items:center;gap:20px;flex-shrink:0;width:min(100%,1600px);margin-inline:auto}
.omm-gallery-viewer__header{justify-content:space-between}
.omm-gallery-viewer__counter{margin:0;font-size:.9rem;color:#c4cdd5;letter-spacing:.025em}
.omm-gallery-viewer__button{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;min-width:48px;min-height:48px;padding:10px 14px;border:1px solid #65727e;border-radius:6px;background:#1d2832;color:#fff;font:inherit;cursor:pointer;line-height:1}
.omm-gallery-viewer__button:hover{background:#344553;border-color:#c3d5e3}
.omm-gallery-viewer__button:focus-visible,.omm-gallery-viewer a:focus-visible{outline:3px solid #70c7ff;outline-offset:3px}
.omm-gallery-viewer__button svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.omm-gallery-viewer__stage{position:relative;flex:1;min-height:0;min-width:0;display:flex;align-items:center;justify-content:center}
.omm-gallery-viewer__image{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain}
.omm-gallery-viewer__stage[aria-busy=true] .omm-gallery-viewer__image{opacity:.3}
.omm-gallery-viewer__status{position:absolute;inset:0;display:grid;place-content:center;max-width:100%;margin:0;padding:24px;text-align:center;pointer-events:none;color:#e6edf2}
.omm-gallery-viewer__status[hidden]{display:none}
.omm-gallery-viewer__footer{justify-content:space-between}
.omm-gallery-viewer__details{min-width:0;text-align:center}
.omm-gallery-viewer__caption{margin:0 0 5px;font-size:1rem;line-height:1.4;overflow-wrap:anywhere}
.omm-gallery-viewer__original{color:#b6d9f2;font-size:.85rem;text-decoration:underline;text-underline-offset:3px}
.omm-gallery-viewer__original:hover{color:#fff}
html.omm-gallery-viewer-open,html.omm-gallery-viewer-open body{overflow:hidden}
@media(max-width:1000px){.omm-gallery .omm-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}}
@media(max-width:640px){.omm-gallery .omm-gallery-grid{grid-template-columns:1fr;gap:22px}.omm-gallery-viewer[open]{gap:10px;padding:12px 10px;padding-top:max(12px,env(safe-area-inset-top));padding-bottom:max(12px,env(safe-area-inset-bottom))}.omm-gallery-viewer__header,.omm-gallery-viewer__footer{gap:10px}.omm-gallery-viewer__caption{font-size:.9rem}.omm-gallery-viewer__button{min-width:44px;min-height:44px;padding:10px}.omm-gallery-viewer__original{font-size:.8rem}}
@media(prefers-reduced-motion:reduce){.omm-gallery a.omm-gallery-card{transition:none}}
