.vertick-gallery { width: 100%; color: inherit; }
.vertick-gallery__filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.vertick-gallery__filter { appearance: none; border: 1px solid color-mix(in srgb, currentColor 18%, transparent); border-radius: 4px; background: transparent; color: inherit; cursor: pointer; padding: 7px 12px; font: inherit; font-size: 14px; line-height: 1.2; }
.vertick-gallery__filter:hover, .vertick-gallery__filter.is-active { border-color: currentColor; background: color-mix(in srgb, currentColor 10%, transparent); }
.vertick-gallery__grid { display: grid; grid-template-columns: repeat(var(--vertick-gallery-columns, 3), minmax(0, 1fr)); align-items: start; gap: 20px; }
.vertick-gallery__column { display: grid; align-content: start; gap: 20px; min-width: 0; }
.vertick-gallery__card { width: 100%; overflow: hidden; border: 1px solid color-mix(in srgb, currentColor 14%, transparent); border-radius: 6px; background: color-mix(in srgb, currentColor 3%, transparent); }
.vertick-gallery__image-button { display: block; width: 100%; min-height: 120px; padding: 0; overflow: hidden; border: 0; background: color-mix(in srgb, currentColor 8%, transparent); cursor: zoom-in; }
.vertick-gallery__image { display: block; width: 100%; height: auto; transition: transform 220ms ease; }
.vertick-gallery__image-button:hover .vertick-gallery__image { transform: scale(1.025); }
.vertick-gallery__details { padding: 12px 14px 14px; }
.vertick-gallery__title, .vertick-gallery__info, .vertick-gallery__status { margin: 0; overflow-wrap: anywhere; }
.vertick-gallery__title { margin-bottom: 7px; font-size: 15px; font-weight: 600; line-height: 1.45; }
.vertick-gallery__info { display: flex; align-items: flex-start; gap: 7px; margin-top: 5px; color: inherit; font-size: 13px; line-height: 1.55; opacity: .76; text-decoration: none; }
.vertick-gallery__info--location:hover { text-decoration: underline; text-underline-offset: 3px; }
.vertick-gallery__info-icon { display: inline-flex; flex: 0 0 16px; width: 16px; height: 16px; margin-top: 2px; }
.vertick-gallery__info-icon svg { display: block; width: 16px; height: 16px; }
.vertick-gallery__status { padding: 20px 0; font-size: 14px; opacity: .72; }
.vertick-gallery__status--error { color: #b42318; opacity: 1; }
.vertick-gallery__preview { z-index: 2147483647; position: fixed; inset: 0; display: grid; place-items: center; padding: 16px; background: rgb(20 25 31 / .6); color: #323337; }
.vertick-gallery__preview-dialog { display: grid; width: min(1180px, calc(100vw - 32px)); max-height: min(820px, calc(100vh - 32px)); grid-template-columns: minmax(0, 1fr) minmax(320px, 390px); grid-template-rows: 58px minmax(0, 1fr); overflow: hidden; border-radius: 8px; background: #fff; box-shadow: 0 24px 70px rgb(0 0 0 / .3); }
.vertick-gallery__preview-toolbar { grid-column: 1 / -1; display: flex; align-items: center; gap: 12px; padding: 0 14px; border-bottom: 1px solid #e7e8ec; background: #fff; }
.vertick-gallery__preview-close { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; padding: 0; border: 1px solid #dfe2e8; border-radius: 50%; background: #fff; color: #444; cursor: pointer; }
.vertick-gallery__preview-close svg { width: 18px; height: 18px; }
.vertick-gallery__preview-stage { display: grid; min-width: 0; min-height: 0; place-items: center; padding: 20px; background: #f5f6f8; }
.vertick-gallery__preview-stage img { display: block; width: 100%; height: 100%; max-width: 100%; max-height: 100%; object-fit: contain; box-shadow: 0 10px 32px rgb(26 30 40 / .14); }
.vertick-gallery__preview-panel { min-width: 0; overflow-y: auto; padding: 24px 22px 30px; border-left: 1px solid #e7e8ec; background: #fff; }
.vertick-gallery__preview-title { margin: 0 0 18px; color: #303136; font-size: 22px; line-height: 1.35; overflow-wrap: anywhere; }
.vertick-gallery__original-button { display: block; border: 1px solid #d8dce4; border-radius: 8px; color: #42454b; padding: 13px 14px; font-size: 15px; font-weight: 600; line-height: 1.2; text-align: center; text-decoration: none; }
.vertick-gallery__original-button:hover { border-color: #8b92a0; background: #f6f7f9; }
.vertick-gallery__preview-section { margin-top: 28px; }
.vertick-gallery__preview-section h3 { margin: 0 0 13px; color: #34363b; font-size: 17px; line-height: 1.3; }
.vertick-gallery__preview-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.vertick-gallery__preview-tag { border: 1px solid #dde1e8; border-radius: 4px; background: #f6f7f9; color: #62656c; padding: 6px 9px; font-size: 13px; }
.vertick-gallery__preview-details { margin: 0; }
.vertick-gallery__preview-details > div { display: grid; grid-template-columns: minmax(92px, .8fr) minmax(0, 1.2fr); gap: 16px; padding: 7px 0; font-size: 14px; line-height: 1.5; }
.vertick-gallery__preview-details dt { color: #747881; }
.vertick-gallery__preview-details dd { margin: 0; overflow-wrap: anywhere; color: #3c3f45; text-align: right; }
.vertick-photo-globe { position: relative; width: 100%; height: var(--vertick-globe-height, 520px); min-height: 320px; overflow: hidden; background: #101820; color: #eaf0f5; }
.vertick-photo-globe__canvas { width: 100%; height: 100%; touch-action: none; cursor: grab; }
.vertick-photo-globe__canvas:active { cursor: grabbing; }
.vertick-photo-globe__canvas canvas { display: block; width: 100%; height: 100%; }
.vertick-photo-globe__label { position: absolute; right: 18px; bottom: 14px; margin: 0; color: rgb(234 240 245 / .78); font-size: 13px; line-height: 1.4; pointer-events: none; }
.vertick-photo-globe__status { display: grid; height: 100%; margin: 0; place-items: center; color: rgb(234 240 245 / .8); font-size: 14px; text-align: center; }
@media (max-width: 720px) { .vertick-gallery__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; } .vertick-gallery__column { gap: 12px; } .vertick-gallery__details { padding: 10px 11px 12px; } .vertick-gallery__preview { padding: 12px; } .vertick-gallery__preview-dialog { width: min(100%, calc(100vw - 24px)); max-height: calc(100vh - 24px); grid-template-columns: 1fr; grid-template-rows: 52px minmax(190px, 42vh) minmax(0, 1fr); } .vertick-gallery__preview-toolbar { grid-column: auto; padding: 0 12px; } .vertick-gallery__preview-stage { padding: 12px; } .vertick-gallery__preview-panel { padding: 18px 16px 24px; border-top: 1px solid #e7e8ec; border-left: 0; } .vertick-gallery__preview-title { font-size: 19px; } .vertick-photo-globe { min-height: 320px; height: min(var(--vertick-globe-height, 520px), 62vh); } }
@media (max-width: 420px) { .vertick-gallery__grid { grid-template-columns: 1fr; } }
