.article-image[data-v-b4b590da]{background-color:var(--surface-card);border-radius:var(--border-radius-2xl);border:1px solid var(--surface-glass-border);display:flex;flex-direction:column;gap:var(--space-3);overflow:hidden;width:100%;margin:0}.article-image--center[data-v-b4b590da]{align-items:center}.article-image--start[data-v-b4b590da]{align-items:flex-start}.article-image__img[data-v-b4b590da]{width:100%;height:auto;display:block}.lightbox[data-v-4f748fb3]{position:fixed;inset:0;z-index:1000;background:#050a14eb;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:32px}.lightbox__close[data-v-4f748fb3]{position:absolute;top:24px;right:28px;background:transparent;border:none;color:var(--color-white);font-size:24px;line-height:1;cursor:pointer;padding:4px 8px}.lightbox__content[data-v-4f748fb3]{display:flex;align-items:center;justify-content:center;gap:24px;max-width:1080px;width:100%}@media(max-width:767px)and (orientation:portrait){.lightbox__content[data-v-4f748fb3]{flex-wrap:wrap;justify-content:center}.lightbox__image[data-v-4f748fb3]{order:-1;flex-basis:100%}}.lightbox__image[data-v-4f748fb3]{flex:0 1 auto;display:flex;justify-content:center;border-radius:var(--border-radius-lg);overflow:hidden;border:1px solid var(--surface-glass-border);max-height:75vh}.lightbox__image img[data-v-4f748fb3]{width:auto;height:auto;max-width:100%;max-height:75vh;object-fit:contain;display:block;background:var(--surface-thumbnail)}.lightbox__caption[data-v-4f748fb3],.lightbox__counter[data-v-4f748fb3]{font-family:var(--font-family-regular);font-size:var(--font-size-12);color:var(--color-white);margin:0}.lightbox__counter[data-v-4f748fb3]{opacity:.5}.image-gallery[data-v-2e64d955]{display:flex;flex-direction:column;gap:var(--space-4);margin:0}.image-gallery__title[data-v-2e64d955]{font-family:var(--font-display);font-size:var(--font-size-28, 28px);font-weight:700;line-height:1.25;color:var(--text-primary, var(--color-white));margin:0}@media(max-width:767px){.image-gallery__title[data-v-2e64d955]{font-size:24px}}.image-gallery__hero-block[data-v-2e64d955]{display:flex;flex-direction:column;gap:var(--space-3);align-items:center}.image-gallery__hero[data-v-2e64d955]{width:100%;padding:0;border:1px solid var(--surface-glass-border);border-radius:var(--border-radius-lg);overflow:hidden;background:var(--surface-thumbnail);cursor:zoom-in;height:400px}.image-gallery__hero img[data-v-2e64d955]{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:767px){.image-gallery__hero[data-v-2e64d955]{height:240px}}.image-gallery__thumbs-wrap[data-v-2e64d955]{display:flex;align-items:center;justify-content:center;gap:var(--space-3);width:100%}.image-gallery__thumbs[data-v-2e64d955]{display:flex;gap:var(--space-3);flex-wrap:wrap;justify-content:center}.image-gallery__thumbs--rail[data-v-2e64d955]{flex:1;min-width:0;flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none}.image-gallery__thumbs--rail[data-v-2e64d955]::-webkit-scrollbar{display:none}.image-gallery__thumb[data-v-2e64d955]{flex:0 0 auto;width:120px;height:90px;padding:0;border:1px solid var(--surface-glass-border);border-radius:var(--border-radius-md);overflow:hidden;background:var(--surface-thumbnail);cursor:pointer;opacity:.7;transition:opacity .2s ease,border-color .2s ease,transform .2s ease}.image-gallery__thumb img[data-v-2e64d955]{width:100%;height:100%;object-fit:cover;display:block}.image-gallery__thumb[data-v-2e64d955]:hover{opacity:1;transform:translateY(-2px)}.image-gallery__thumb--active[data-v-2e64d955]{opacity:1;border-color:var(--brand-primary)}.gallery-slider[data-v-03bf774c]{display:flex;flex-direction:column;gap:var(--space-4);margin:0}.gallery-slider__title[data-v-03bf774c]{font-family:var(--font-display);font-size:var(--font-size-28, 28px);font-weight:700;line-height:1.25;color:var(--text-primary, var(--color-white));margin:0}@media(max-width:767px){.gallery-slider__title[data-v-03bf774c]{font-size:24px}}.gallery-slider__nav[data-v-03bf774c]{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:1.5px solid var(--brand-primary);background:transparent;color:var(--brand-primary);cursor:pointer;transition:background .2s ease,opacity .2s ease}.gallery-slider__nav[data-v-03bf774c]:hover:not(:disabled){background:#ffca051a}.gallery-slider__nav[data-v-03bf774c]:disabled{opacity:.3;cursor:default}.gallery-slider__hero-block[data-v-03bf774c]{display:flex;flex-direction:column;gap:var(--space-2);align-items:center}.gallery-slider__hero[data-v-03bf774c]{position:relative;width:100%;padding:0;border:1px solid var(--surface-glass-border);border-radius:var(--border-radius-xl);clip-path:inset(0 round var(--border-radius-xl));background:var(--surface-thumbnail);cursor:zoom-in;aspect-ratio:16/9}.gallery-slider__hero img[data-v-03bf774c]{width:100%;height:100%;object-fit:cover;display:block;border-radius:var(--border-radius-xl);transition:opacity .2s ease}.gallery-slider__hero img.is-loading[data-v-03bf774c]{opacity:0}.gallery-slider__loader[data-v-03bf774c]{position:absolute;inset:0;border-radius:var(--border-radius-xl);background:linear-gradient(90deg,var(--surface-thumbnail) 25%,rgba(255,255,255,.05) 50%,var(--surface-thumbnail) 75%);background-size:200% 100%;animation:gallery-shimmer-03bf774c 1.2s ease-in-out infinite}@keyframes gallery-shimmer-03bf774c{0%{background-position:200% 0}to{background-position:-200% 0}}.gallery-slider__copyright[data-v-03bf774c]{font-family:var(--font-family-regular);font-size:var(--font-size-12);line-height:1.5;color:var(--text-meta);margin:0;text-align:center}.gallery-slider__thumbs-wrap[data-v-03bf774c]{display:flex;align-items:center;justify-content:center;gap:var(--space-3);width:100%}.gallery-slider__thumbs[data-v-03bf774c]{display:flex;gap:var(--space-3);flex-wrap:wrap;justify-content:center}.gallery-slider__thumbs--rail[data-v-03bf774c]{flex:1;min-width:0;flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none}.gallery-slider__thumbs--rail[data-v-03bf774c]::-webkit-scrollbar{display:none}.gallery-slider__thumb[data-v-03bf774c]{flex:0 0 auto;width:120px;aspect-ratio:16/9;padding:0;border:1px solid var(--surface-glass-border);border-radius:var(--border-radius-md);overflow:hidden;background:var(--surface-thumbnail);cursor:pointer;opacity:.7;transition:opacity .2s ease,border-color .2s ease,transform .2s ease}.gallery-slider__thumb img[data-v-03bf774c]{width:100%;height:100%;object-fit:cover;display:block}.gallery-slider__thumb[data-v-03bf774c]:hover{opacity:1;transform:translateY(-2px)}.gallery-slider__thumb--active[data-v-03bf774c]{opacity:1;border-color:var(--brand-primary)}.embed[data-v-f7dbb475]{display:flex;flex-direction:column;gap:var(--space-3);margin:0;background:var(--color-white);border-radius:var(--border-radius-md);padding:var(--space-2) var(--space-3)}.embed__title[data-v-f7dbb475]{font-family:var(--font-display);font-size:var(--font-size-28, 28px);font-weight:700;line-height:1.25;color:var(--text-primary, var(--color-white));margin:0}.embed__frame[data-v-f7dbb475]{position:relative;width:100%;border:1px solid var(--surface-glass-border);border-radius:var(--border-radius-lg);overflow:hidden}.embed__frame iframe[data-v-f7dbb475]{display:block;width:100%;height:100%;border:0}.embed__frame--16-9[data-v-f7dbb475]{aspect-ratio:16/9}.embed__frame--4-3[data-v-f7dbb475]{aspect-ratio:4/3}.embed__frame--1-1[data-v-f7dbb475]{aspect-ratio:1/1}.embed__frame--auto[data-v-f7dbb475]{aspect-ratio:auto}.embed__frame--auto iframe[data-v-f7dbb475]{height:600px}.embed__html[data-v-f7dbb475]{width:100%}.embed__html[data-v-f7dbb475] iframe,.embed__html[data-v-f7dbb475] img,.embed__html[data-v-f7dbb475] video{max-width:100%}.headline[data-v-feed7c1f]{font-family:var(--font-family);font-weight:700;color:var(--text-primary);margin:0}.headline[data-v-feed7c1f]:is(h2){font-size:var(--font-size-22);line-height:1.3;margin-top:12px}.headline[data-v-feed7c1f]:is(h3){font-size:var(--font-size-18);line-height:1.4;margin-top:6px}.headline[data-v-feed7c1f]:is(h4){font-size:var(--font-size-16);line-height:1.4}.headline[data-v-feed7c1f]:is(h5){font-size:var(--font-size-14);line-height:1.4}.headline[data-v-feed7c1f]:is(h6){font-size:var(--font-size-12);line-height:1.4}.editorial-content[data-v-f7faedd4]{display:flex;flex-direction:column;gap:20px}.editorial-content__lead[data-v-f7faedd4]{font-family:var(--font-family-regular);font-size:var(--font-size-20);color:var(--color-white);line-height:1.5}
