.tesec-gallery{box-sizing:border-box;width:min(1120px,94vw);max-width:94vw;height:fit-content;max-height:94dvh;margin:auto;padding:24px;border:0;border-radius:16px;background:#111;color:#fff;overflow:auto;overscroll-behavior:contain;box-shadow:0 20px 80px #0008}
.tesec-gallery:not([open]){display:none}
.tesec-gallery::backdrop{background:rgb(0 0 0 / 82%)}
.tesec-gallery-header{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}
.tesec-gallery #tesec-gallery-title{color:#fff;font-size:clamp(20px,3vw,30px);line-height:1.2;letter-spacing:-.02em;margin:0 0 8px}
.tesec-gallery #tesec-gallery-description{color:#ddd;margin:0 0 16px;font-size:15px}
.tesec-gallery button{background:#252525;color:#fff;border:1px solid #666;border-radius:6px;padding:0;margin:0;min-width:44px;min-height:44px;font-family:inherit;cursor:pointer;box-shadow:none}
.tesec-gallery button:focus-visible{outline:3px solid #73bc25;outline-offset:3px}
.tesec-gallery .tesec-gallery-close{font-size:30px;flex-shrink:0;line-height:1}
.tesec-gallery-stage{position:relative;display:flex;align-items:center;justify-content:center;min-height:200px;background:#080808}
.tesec-gallery .tesec-gallery-image{display:block;width:100%;height:min(60dvh,650px);object-fit:contain;margin:0;user-select:none;-webkit-user-drag:none}
.tesec-gallery .tesec-gallery-prev,.tesec-gallery .tesec-gallery-next{position:absolute;z-index:1;top:calc(50% - 24px);font-size:36px;line-height:1;background:#111c}
.tesec-gallery-prev{left:8px}.tesec-gallery-next{right:8px}
.tesec-gallery button[hidden]{display:none}
.tesec-gallery-count{text-align:center;margin:8px 0;color:#ccc;font-size:14px}
.tesec-gallery-thumbnails{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}
.tesec-gallery-thumbnails button{border:2px solid transparent;opacity:.65;overflow:hidden;width:76px;height:58px}
.tesec-gallery-thumbnails button[aria-current=true]{border-color:#73bc25;opacity:1}
.tesec-gallery-thumbnails img{width:100%;height:100%;object-fit:cover;display:block}
.tesec-gallery-card{cursor:pointer}
@media(max-width:600px){.tesec-gallery{padding:16px;width:96vw;max-width:96vw}.tesec-gallery .tesec-gallery-image{height:52dvh}.tesec-gallery-header{gap:10px}}
