.gallery-page{width:min(100vw - 40px,var(--gallery-content-width));padding-bottom:var(--sub-page-content-bottom-space);background:var(--bg-primary);color:var(--text-on-content);margin:0 auto}.search-panel{box-sizing:border-box;background:var(--gallery-search-bg);border-radius:8px;align-items:center;gap:8px;width:100%;min-width:0;max-width:100%;margin-bottom:40px;padding:20px;display:flex}.search-panel input{border:1px solid var(--line-control);background:var(--surface-control);min-width:0;height:40px;color:var(--text-on-content);border-radius:4px;outline:none;flex:1;padding:0 16px;font-size:14px;line-height:20px}.search-panel input::placeholder{color:var(--text-on-content-muted)}.search-panel button{background:var(--color-primary);height:40px;color:var(--color-base-000);border:0;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;gap:4px;padding:0 16px;font-size:14px;line-height:20px;display:inline-flex}.search-panel button svg{flex-shrink:0;width:18px;height:18px}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.gallery-shell{width:100%;min-width:0;margin:0}.gallery-toolbar{flex-direction:column;align-items:stretch;gap:12px;margin-bottom:20px;display:flex}.gallery-toolbar__count strong{color:var(--color-primary);font-weight:700}.gallery-toolbar__filters{width:100%}.gallery-select{width:160px;position:relative}.gallery-select__trigger{border:1px solid var(--line-control);background:var(--surface-control);width:100%;height:40px;color:var(--text-on-content);border-radius:4px;justify-content:space-between;align-items:center;gap:12px;padding:10px 8px 10px 16px;font-size:14px;font-weight:400;line-height:20px;display:inline-flex}.gallery-select.is-open .gallery-select__trigger{border-bottom-right-radius:0;border-bottom-left-radius:0}.gallery-select__icon{width:16px;height:16px;-webkit-mask:var(--asset-icon-chevron-down)center/contain no-repeat;mask:var(--asset-icon-chevron-down)center/contain no-repeat;background:currentColor;transition:transform .2s}.gallery-select.is-open .gallery-select__icon{transform:rotate(180deg)}.gallery-select__menu{z-index:20;border:1px solid var(--line-control);background:var(--surface-control);width:100%;max-height:200px;box-shadow:var(--surface-shadow);border-top:0;border-radius:0 0 4px 4px;position:absolute;top:100%;left:0;overflow-y:auto}.gallery-select__option{width:100%;height:40px;color:var(--text-on-content-secondary);text-align:left;background:0 0;border:0;align-items:center;padding:0 16px;font-size:14px;line-height:20px;transition:background-color .2s,color .2s;display:flex}.gallery-select__option:hover,.gallery-select__option:focus-visible{background:var(--surface-selected-soft)}.gallery-select__option.is-active{background:var(--color-primary);color:var(--color-base-000);font-weight:700}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));justify-content:center;gap:24px 12px;width:100%;min-width:0;display:grid}.gallery-card{border-radius:var(--gallery-card-mobile-radius);background:var(--gallery-card-bg);border:1px solid #0000;min-width:0;transition:border-color .2s,border-radius .2s,box-shadow .2s;position:relative;overflow:hidden}@media (hover:hover) and (pointer:fine){.gallery-card:hover,.gallery-card:focus-within{box-shadow:var(--gallery-card-hover-shadow);border-radius:24px}}@media (min-width:1280px) and (hover:hover) and (pointer:fine){.gallery-card:hover,.gallery-card:focus-within{border-color:var(--color-primary)}}.gallery-card__link{border-radius:inherit;color:inherit;text-decoration:none;display:block}.gallery-card__image{aspect-ratio:1;background:var(--color-base-030);display:block;position:relative;overflow:hidden}.gallery-card__image>img{object-fit:cover;will-change:transform;width:100%;height:100%;transition:transform .5s ease-out}@media (hover:hover) and (pointer:fine){.gallery-card:hover .gallery-card__image>img,.gallery-card:focus-within .gallery-card__image>img{transform:scale(var(--motion-image-hover-scale))}}.gallery-card__body{background:var(--gallery-card-bg);flex-direction:column;gap:6px;padding:12px 14px 14px;display:flex;position:relative}.gallery-card__title{color:var(--color-base-100);text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:700;line-height:24px;overflow:hidden}.gallery-card__meta{grid-template-columns:24px minmax(0,1fr);gap:4px 8px;padding-right:52px;font-size:12px;line-height:16px;display:grid}.gallery-card__meta span:nth-child(odd){color:var(--color-base-070)}.gallery-card__meta span:nth-child(2n){color:var(--color-base-100);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.award-badge{z-index:1;background:var(--award-badge-bg);width:fit-content;color:var(--award-badge-text);border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:700;line-height:16px;display:inline-flex;position:absolute;top:8px;left:8px}.award-badge__icon{flex:none;justify-content:center;align-items:center;width:18px;height:20px;display:inline-flex;position:relative}.award-badge__icon>span{width:100%;height:100%;display:block}.award-badge__icon img{object-fit:contain;width:100%;max-width:none;height:100%;display:block}.award-badge--medal .award-badge__icon{width:22px;height:20px}.like-button{color:var(--color-base-070);background:0 0;border:0;align-items:center;gap:6px;font-size:12px;line-height:16px;display:inline-flex;position:absolute;bottom:16px;right:16px}.like-button span{width:18px;height:18px;-webkit-mask:var(--asset-icon-heart)center/contain no-repeat;mask:var(--asset-icon-heart)center/contain no-repeat;background:currentColor}.like-button.is-active{color:var(--gallery-like-active);font-weight:700}.like-button.like-button--static.is-active,.like-button.like-button--static.is-active:hover,.like-button.like-button--static.is-active:focus-visible{color:#fff;background:linear-gradient(135deg,#ff7d7d 0%,#fb5a60 100%);border-color:#0000;box-shadow:0 4px 12px #fb5a6059}.like-button.like-button--static.is-active span,.like-button.like-button--static.is-active:hover span,.like-button.like-button--static.is-active:focus-visible span{background:#fff}.like-button.like-button--static.is-active.is-bounce{animation:.4s cubic-bezier(.34,1.56,.64,1) like-done-bounce}@keyframes like-done-bounce{0%{transform:scale(1)}35%{transform:scale(1.16)}65%{transform:scale(.95)}to{transform:scale(1)}}@media (prefers-reduced-motion:reduce){.like-button.like-button--static.is-active.is-bounce{animation:none}}.like-button.like-button--static,.vote-button.vote-button--static{border:1px solid var(--line-control);background:var(--surface-control);height:36px;color:var(--text-on-content-secondary);border-radius:999px;flex:none;justify-content:center;align-items:center;gap:6px;padding:0 14px;font-size:13px;font-weight:600;line-height:1;transition:border-color .2s,color .2s;display:inline-flex;position:static}@media (hover:hover){.like-button.like-button--static:hover,.vote-button.vote-button--static:hover{border-color:var(--color-primary);color:var(--color-primary)}}.like-button.like-button--static:focus-visible,.vote-button.vote-button--static:focus-visible{border-color:var(--color-primary);color:var(--color-primary)}.like-button.like-button--static:disabled,.vote-button.vote-button--static:disabled{opacity:.6;cursor:not-allowed}.like-button.like-button--static span,.vote-button.vote-button--static span{width:18px;height:18px}.vote-button{color:var(--color-base-070);background:0 0;border:0;align-items:center;gap:6px;font-size:12px;line-height:16px;display:inline-flex}.vote-button span{background:currentColor;width:18px;height:18px;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8 12L11 15L17 8' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 2H18C19.1046 2 20 2.89543 20 4V16.7578C19.9999 17.2881 19.789 17.7969 19.4141 18.1719L16.1719 21.4141C15.7969 21.789 15.2881 21.9999 14.7578 22H6C4.89543 22 4 21.1046 4 20V4C4 2.89543 4.89543 2 6 2Z' stroke='black' stroke-width='2'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8 12L11 15L17 8' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 2H18C19.1046 2 20 2.89543 20 4V16.7578C19.9999 17.2881 19.789 17.7969 19.4141 18.1719L16.1719 21.4141C15.7969 21.789 15.2881 21.9999 14.7578 22H6C4.89543 22 4 21.1046 4 20V4C4 2.89543 4.89543 2 6 2Z' stroke='black' stroke-width='2'/%3E%3C/svg%3E") 50%/contain no-repeat}.vote-button.vote-button--static.is-active,.vote-button.vote-button--static.is-active:hover,.vote-button.vote-button--static.is-active:focus-visible{color:#fff;background:linear-gradient(135deg,#3d8bff 0%,#0064ff 100%);border-color:#0000;box-shadow:0 4px 12px #0064ff52}.vote-button.vote-button--static.is-active span,.vote-button.vote-button--static.is-active:hover span,.vote-button.vote-button--static.is-active:focus-visible span{background:#fff}.vote-button.vote-button--static.is-active.is-bounce{animation:.4s cubic-bezier(.34,1.56,.64,1) like-done-bounce}@media (prefers-reduced-motion:reduce){.vote-button.vote-button--static.is-active.is-bounce{animation:none}}.like-button-wrap{display:inline-flex;position:relative}.like-button.is-popping span{animation:.45s cubic-bezier(.34,1.56,.64,1) like-pop}.like-burst{pointer-events:none;z-index:2;width:0;height:0;position:absolute;top:4px;left:22px}.like-burst__heart{background:var(--gallery-like-active);width:12px;height:12px;-webkit-mask:var(--asset-icon-heart)center/contain no-repeat;mask:var(--asset-icon-heart)center/contain no-repeat;opacity:0;--tx:calc((var(--i) - 2.5)*15px);transform:translate(var(--tx),0)scale(.4);animation:.9s ease-out forwards like-float;animation-delay:calc(var(--i)*30ms);margin:-6px 0 0 -6px;position:absolute;top:0;left:0}@keyframes like-pop{0%{transform:scale(1)}40%{transform:scale(1.4)}70%{transform:scale(.9)}to{transform:scale(1)}}@keyframes like-float{0%{opacity:0;transform:translate(0)scale(.4)}20%{opacity:1}to{opacity:0;transform:translate(var(--tx),-34px)scale(1)}}@media (prefers-reduced-motion:reduce){.like-button.is-popping span{animation:none}.like-burst{display:none}}.vote-button-wrap{display:inline-flex;position:relative}.vote-button.is-popping span{animation:.45s cubic-bezier(.34,1.56,.64,1) like-pop}.vote-burst{pointer-events:none;z-index:2;width:0;height:0;position:absolute;top:4px;left:24px}.vote-burst__star{background:var(--color-primary);opacity:0;--tx:calc((var(--i) - 2.5)*15px);width:12px;height:12px;transform:translate(var(--tx),0)scale(.4);animation:.9s ease-out forwards like-float;animation-delay:calc(var(--i)*30ms);margin:-6px 0 0 -6px;position:absolute;top:0;left:0;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.62L12 2 9.19 8.62 2 9.24l5.46 4.73L5.82 21z' fill='black'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.62L12 2 9.19 8.62 2 9.24l5.46 4.73L5.82 21z' fill='black'/%3E%3C/svg%3E") 50%/contain no-repeat}@media (prefers-reduced-motion:reduce){.vote-button.is-popping span{animation:none}.vote-burst{display:none}}.pagination{justify-content:center;align-items:center;gap:12px;margin-top:40px;display:flex}.pagination__number,.pagination__arrow{border:1px solid var(--line-control);background:var(--surface-control);width:40px;height:40px;color:var(--text-on-content-muted);border-radius:4px;justify-content:center;align-items:center;font-size:14px;font-weight:700;line-height:20px;display:inline-flex}.pagination__number.is-active{border-color:var(--color-primary);color:var(--color-primary)}.pagination__number:disabled,.pagination__arrow:disabled{cursor:not-allowed;opacity:.45}.pagination__arrow:before{content:"";width:20px;height:20px;-webkit-mask:var(--asset-icon-chevron)center/contain no-repeat;mask:var(--asset-icon-chevron)center/contain no-repeat;background:currentColor}.pagination__arrow--next:before{transform:rotate(180deg)}@media (min-width:768px){.search-panel{justify-content:center;gap:12px;margin-bottom:60px}.search-panel input{flex:none;width:400px}.gallery-toolbar{flex-direction:row;justify-content:space-between;align-items:center;gap:16px;margin-bottom:28px}.gallery-toolbar__filters{width:auto}.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:60px 24px}.pagination{margin-top:80px}}@media (min-width:1280px){.gallery-card{border-radius:var(--gallery-card-radius)}.gallery-card__body{gap:20px;padding:32px}.gallery-card__title{font-size:28px;line-height:40px}.gallery-card__meta{grid-template-columns:36px minmax(0,1fr);gap:4px 24px;font-size:16px;line-height:24px}.award-badge{gap:8px;padding:8px 16px;font-size:15px;line-height:24px;top:20px;left:20px}.award-badge__icon{width:30px;height:32px}.award-badge--medal .award-badge__icon{width:34px;height:32px}.like-button{font-size:16px;line-height:24px;bottom:32px;right:32px}.like-button span{width:24px;height:24px}}@media (min-width:1536px){.gallery-grid{grid-template-columns:repeat(3,468px)}}.gallery-detail-page{width:min(100% - 32px,var(--gallery-content-width));padding-bottom:var(--sub-page-content-bottom-space);background:var(--bg-primary);min-height:100dvh;color:var(--text-on-content);margin:0 auto}.gallery-detail{flex-direction:column;gap:20px;display:flex;position:relative}@media (min-width:768px){.gallery-detail{gap:40px}}.gallery-detail__topbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.gallery-detail__back{cursor:pointer;border:1px solid var(--line-muted);background:var(--surface-content);width:40px;height:40px;color:var(--text-on-content);border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:0;font-size:0;transition:color .2s,background-color .2s,border-color .2s;display:inline-flex}.gallery-detail__back svg{width:20px;height:20px}.gallery-detail__back:hover,.gallery-detail__back:focus-visible{border-color:var(--color-primary);color:var(--color-primary);outline:none}.gallery-detail__back .gallery-detail__back-label{display:none}@media (min-width:768px){.gallery-detail__back{background:0 0;border:0;border-radius:0;gap:10px;width:auto;height:auto;font-size:18px;font-weight:600;line-height:32px}.gallery-detail__back svg{width:24px;height:24px}.gallery-detail__back .gallery-detail__back-label{display:inline}}.gallery-detail__controls-counter{min-width:48px;color:var(--text-on-content-secondary);letter-spacing:.02em;text-align:center;justify-content:center;align-items:center;padding:0 4px;font-size:13px;font-weight:600;line-height:20px;display:inline-flex}@media (min-width:768px){.gallery-detail__controls-counter{letter-spacing:0;min-width:56px;padding:0 8px;font-size:16px;font-weight:500;line-height:24px}}.gallery-detail__controls{border:1px solid var(--line-muted);background:var(--surface-content);border-radius:999px;justify-content:center;align-items:center;gap:0;height:40px;padding:0 4px;display:flex}.gallery-detail__controls a,.gallery-detail__controls button{width:36px;height:36px;color:var(--gallery-detail-title-color);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;padding:0;transition:color .2s;display:inline-flex}.gallery-detail__controls a:hover,.gallery-detail__controls a:focus-visible,.gallery-detail__controls button:hover,.gallery-detail__controls button:focus-visible{color:var(--color-primary);outline:none}.gallery-detail__controls a:disabled,.gallery-detail__controls button:disabled{opacity:.3;cursor:not-allowed}@media (min-width:768px){.gallery-detail__controls{background:0 0;border:0;border-radius:0;gap:20px;height:auto;padding:0}.gallery-detail__controls a,.gallery-detail__controls button{width:40px;height:40px}}.gallery-detail__topbar .gallery-detail__controls{justify-content:flex-end;position:static}.gallery-detail__control-icon{background:currentColor;width:36px;height:36px}@media (min-width:768px){.gallery-detail__control-icon{width:40px;height:40px}}.gallery-detail__control-icon--prev{-webkit-mask:var(--asset-icon-chevron)center/contain no-repeat;mask:var(--asset-icon-chevron)center/contain no-repeat}.gallery-detail__control-icon--next{-webkit-mask:var(--asset-icon-chevron)center/contain no-repeat;mask:var(--asset-icon-chevron)center/contain no-repeat;transform:rotate(180deg)}.gallery-detail__control-icon--list{background:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M10 10H10.0106M10 20H10.0106M10 30H10.0106M19.9947 10H20.0053M19.9947 20H20.0053M19.9947 30H20.0053M29.9894 10H30M29.9894 20H30M29.9894 30H30' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M10 10H10.0106M10 20H10.0106M10 30H10.0106M19.9947 10H20.0053M19.9947 20H20.0053M19.9947 30H20.0053M29.9894 10H30M29.9894 20H30M29.9894 30H30' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50%/contain no-repeat}.gallery-detail__layout{justify-items:center;gap:40px;display:grid}.gallery-detail-media{width:100%;min-width:0;max-width:var(--gallery-detail-image-width);flex-direction:column;gap:12px;padding-bottom:20px;display:flex}.gallery-detail-media__frame{aspect-ratio:1;background:var(--gallery-detail-surface);justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}@keyframes artwork-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.artwork-skeleton__box,.artwork-skeleton__block,.artwork-skeleton__line{background:linear-gradient(90deg,#0000000a 0%,#0000001a 50%,#0000000a 100%),var(--gallery-detail-surface);background-size:200% 100%;border-radius:8px;animation:1.4s ease-in-out infinite artwork-skeleton-shimmer;display:block}.artwork-skeleton__box{width:100%}.artwork-skeleton__line{border-radius:4px;width:100%;height:18px}.artwork-skeleton__line--title{width:70%;height:36px}@media (min-width:768px){.artwork-skeleton__line--title{height:44px}}.artwork-skeleton__line--meta{width:50%;height:20px}.artwork-skeleton__line--short{width:35%}.artwork-skeleton__line--button{border-radius:999px;width:96px;height:28px}.artwork-skeleton__line--nav{border-radius:999px;width:120px;height:28px}.artwork-skeleton__block{width:100%;height:120px}.artwork-skeleton .gallery-detail-info__head,.artwork-skeleton .gallery-detail-info__section{gap:12px}@media (prefers-reduced-motion:reduce){.artwork-skeleton__box,.artwork-skeleton__block,.artwork-skeleton__line{animation:none}}.gallery-detail-media__main{object-fit:contain;max-width:100%;max-height:100%}.gallery-detail-media__fallback{background:var(--home-artworks-card-bg);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.gallery-detail-media__placeholder,.gallery-detail-media__pdf{width:100%;height:100%;color:var(--text-on-content-secondary);flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex}.gallery-detail-media__pdf .gallery-detail-media__main{flex:auto;min-height:0}.gallery-detail-media__frame>video{background:var(--gallery-detail-surface);width:100%;max-width:100%;height:auto;max-height:100%;display:block}.gallery-detail-media__expand{width:60px;height:60px;color:var(--color-base-000);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000008c;border:0;justify-content:center;align-items:center;transition:background-color .2s;display:inline-flex;position:absolute;top:0;left:50%;transform:translate(-50%)}.gallery-detail-media__expand:hover,.gallery-detail-media__expand:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px;background:#000000b3}.gallery-detail-media__expand img{width:32px;height:32px}.gallery-detail-media__actions{justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:32px;display:flex}@media (min-width:768px){.gallery-detail-media__actions{min-height:36px}}.gallery-detail-media__actions--no-fullscreen{justify-content:flex-end}.gallery-detail-media__eval-btn{border:1px solid var(--color-primary);height:32px;color:var(--color-primary);white-space:nowrap;cursor:pointer;background:0 0;border-radius:999px;flex:none;justify-content:center;align-items:center;gap:4px;padding:0 14px;font-size:13px;font-weight:600;line-height:1;transition:background-color .15s,color .15s,border-color .15s;display:inline-flex}.gallery-detail-media__eval-btn:hover,.gallery-detail-media__eval-btn:focus-visible{background:var(--color-primary);color:var(--color-base-000);outline:none}.gallery-detail-media__eval-btn:disabled{border-color:var(--line-control);color:var(--text-on-content-muted);cursor:not-allowed;background:0 0}@media (min-width:768px){.gallery-detail-media__eval-btn{height:36px;padding:0 16px;font-size:14px}}.gallery-detail-media__fullscreen-btn{height:32px;color:var(--text-on-content-secondary);white-space:nowrap;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:0;font-size:13px;font-weight:500;line-height:20px;transition:color .2s;display:inline-flex}.gallery-detail-media__fullscreen-btn img{filter:brightness(0)saturate()invert(40%);width:16px;height:16px;transition:filter .2s}.gallery-detail-media__fullscreen-btn:hover,.gallery-detail-media__fullscreen-btn:focus-visible{color:var(--color-primary);outline:none}.gallery-detail-media__fullscreen-btn:hover img,.gallery-detail-media__fullscreen-btn:focus-visible img{filter:brightness(0)saturate()invert(36%)sepia(94%)saturate(1968%)hue-rotate(206deg)brightness(99%)contrast(106%)}@media (min-width:768px){.gallery-detail-media__fullscreen-btn{gap:8px;font-size:14px}.gallery-detail-media__fullscreen-btn img{width:18px;height:18px}}.gallery-detail-media__fullscreen-btn.is-hidden{visibility:hidden;pointer-events:none}.gallery-detail-media__thumbs{scrollbar-width:none;width:100%;min-width:0;overflow-x:visible}.gallery-detail-media__thumbs::-webkit-scrollbar{display:none}@media (min-width:768px){.gallery-detail-media__thumbs{overflow-x:auto}}.gallery-detail-media__thumb-track{flex-wrap:wrap;gap:8px;width:100%;max-width:none;display:flex}@media (min-width:768px){.gallery-detail-media__thumb-track{flex-wrap:nowrap;width:max-content}}.gallery-detail-media__thumb{width:var(--gallery-detail-thumb-size);height:var(--gallery-detail-thumb-size);background:var(--gallery-detail-thumb-bg);border:1px solid #0000;border-radius:4px;flex:none;padding:0;transition:border-color .2s;position:relative;overflow:hidden}.gallery-detail-media__thumb img{object-fit:cover;width:100%;height:100%}.gallery-detail-media__thumb:hover,.gallery-detail-media__thumb:focus-visible,.gallery-detail-media__thumb.is-active{border-color:var(--color-primary);outline:none}.favorite-badge{background:0 0;border-radius:999px;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex;position:absolute;top:4px;right:4px}.favorite-badge:before{content:"";background:var(--asset-icon-favorite)center/contain no-repeat;width:20px;height:20px}.gallery-detail-info{width:100%;max-width:var(--gallery-detail-info-width);flex-direction:column;gap:28px;display:flex}@media (min-width:768px){.gallery-detail-info{gap:40px}}.award-badge--detail{align-self:flex-start;position:static}.gallery-detail-info__head{flex-direction:column;gap:24px;display:flex}@media (min-width:768px){.gallery-detail-info__head{gap:32px}}.gallery-detail-info__title-block{flex-direction:column;gap:8px;display:flex}@media (min-width:768px){.gallery-detail-info__title-block{gap:12px}}.gallery-detail-info__actions{justify-content:flex-end;align-items:center;gap:8px;display:flex}.gallery-detail-info__meta span+span{padding-left:13px;position:relative}.gallery-detail-info__meta span+span:before{content:"";background:var(--gallery-detail-divider-color);width:1px;height:14px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.gallery-detail-facts{background:var(--gallery-detail-surface);color:var(--gallery-detail-text-color);flex-direction:column;gap:12px;margin:0;padding:20px;font-size:14px;line-height:24px;display:flex}@media (min-width:768px){.gallery-detail-facts{gap:12px}}.gallery-detail-facts div{flex-direction:column;align-items:flex-start;gap:2px;min-height:0;display:flex}.gallery-detail-facts dt{color:var(--gallery-detail-fact-label-color);flex:none;font-size:13px;line-height:20px}.gallery-detail-facts dd{width:100%;color:var(--gallery-detail-fact-value-color);text-align:left;overflow-wrap:anywhere;margin:0;font-weight:500}@media (min-width:768px){.gallery-detail-facts div{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:20px;min-height:24px}.gallery-detail-facts dt{font-size:inherit;line-height:inherit;flex:none}.gallery-detail-facts dd{min-width:0;font-weight:inherit;text-align:right;flex:auto}}.gallery-detail-info__section{flex-direction:column;gap:12px;display:flex}.gallery-detail-info__section p{color:var(--gallery-detail-text-color);font-size:14px;line-height:24px}.gallery-viewer{z-index:var(--z-modal,1300);background:var(--gallery-viewer-bg);color:var(--gallery-viewer-text);position:fixed;inset:0}.gallery-viewer[hidden]{display:none}.gallery-viewer__controls{z-index:20;align-items:center;gap:12px;display:flex;position:absolute;top:30px;left:50%;transform:translate(-50%)}.gallery-viewer__button,.gallery-viewer__reset,.gallery-viewer__close,.gallery-viewer__arrow{color:inherit;background:0 0;border:0;justify-content:center;align-items:center;display:inline-flex}.gallery-viewer__button{border-radius:999px;width:36px;height:36px}.gallery-viewer__button:before,.gallery-viewer__close:before,.gallery-viewer__arrow:before{content:"";background:currentColor;width:20px;height:20px}.gallery-viewer__button--minus:before{-webkit-mask:var(--asset-icon-minus)center/contain no-repeat;mask:var(--asset-icon-minus)center/contain no-repeat}.gallery-viewer__button--plus:before{-webkit-mask:var(--asset-icon-plus)center/contain no-repeat;mask:var(--asset-icon-plus)center/contain no-repeat}.gallery-viewer__zoom{text-align:center;min-width:42px;font-size:14px;font-weight:700;line-height:24px}.gallery-viewer__reset{border:1px solid var(--gallery-viewer-control-border);border-radius:4px;width:48px;height:36px;font-size:16px;font-weight:500;line-height:24px}.gallery-viewer__close{z-index:30;background:var(--gallery-viewer-close-bg);border-radius:999px;width:40px;height:40px;position:absolute;top:28px;right:16px}.gallery-viewer__close:before{content:"×";background:0 0;width:auto;height:auto;font-size:28px;font-weight:300;line-height:1}.gallery-viewer__arrow{z-index:20;width:40px;height:40px;display:none;position:absolute;top:50%;transform:translateY(-50%)}.gallery-viewer__arrow:before{width:40px;height:40px;-webkit-mask:var(--asset-icon-chevron)center/contain no-repeat;mask:var(--asset-icon-chevron)center/contain no-repeat}.gallery-viewer__arrow--prev{left:24px}.gallery-viewer__arrow--next{right:24px}.gallery-viewer__arrow--next:before{transform:rotate(180deg)}.gallery-viewer__image-frame{cursor:grab;justify-content:center;align-items:center;width:min(100vw,412px);display:flex;position:absolute;top:66px;bottom:calc(100dvh + -1*min(812px,100dvh - 105px));left:50%;overflow:hidden;transform:translate(-50%)}.gallery-viewer__image-frame:active{cursor:grabbing}.gallery-viewer__image{object-fit:cover;-webkit-user-select:none;user-select:none;touch-action:none;width:min(100vw,412px,100%);height:min(100vw,412px,100%)}.gallery-viewer .gallery-viewer__image-frame--fluid{width:auto;height:auto;inset:0;transform:none}.gallery-viewer .gallery-viewer__image--fluid{object-fit:contain;width:auto;max-width:90vw;height:auto;max-height:80vh}.gallery-viewer__hint{z-index:20;width:max-content;color:var(--gallery-viewer-muted);text-align:center;font-size:12px;line-height:16px;position:absolute;top:min(780px,100dvh - 137px);left:50%;transform:translate(-50%)}.gallery-viewer__thumbs{z-index:20;scrollbar-width:none;gap:8px;max-width:calc(100vw - 40px);display:flex;position:absolute;top:min(812px,100dvh - 105px);left:50%;overflow-x:auto;transform:translate(-50%)}.gallery-viewer__thumbs::-webkit-scrollbar{display:none}.gallery-viewer__thumb{background:var(--gallery-detail-thumb-bg);border:1px solid #0000;border-radius:4px;flex:none;width:64px;height:64px;padding:0;position:relative;overflow:hidden}.gallery-viewer__thumb img{object-fit:cover;width:100%;height:100%}.gallery-viewer__thumb.is-active{border-color:var(--color-primary)}@media (min-width:768px){.gallery-detail-page{width:min(100% - 40px,var(--gallery-content-width))}.gallery-detail__controls{justify-content:flex-end;position:absolute;top:0;right:0}.gallery-detail__layout{grid-template-columns:var(--gallery-detail-image-width)var(--gallery-detail-info-width);justify-content:center;justify-items:start;gap:92px;padding-top:80px}.gallery-detail-media{gap:40px;padding-bottom:0}.gallery-detail-media__frame{height:var(--gallery-detail-main-image-size);aspect-ratio:auto}.gallery-detail-media__thumb-track{margin:0 auto}.gallery-detail-info{padding-top:20px}.gallery-detail-facts,.gallery-detail-info__section p{font-size:16px}.gallery-detail-facts{padding:24px 40px}.gallery-viewer__controls{top:var(--gallery-viewer-control-top)}.gallery-viewer__arrow{display:inline-flex}.gallery-viewer__image-frame{top:var(--gallery-viewer-image-top);width:min(780px,100dvh - var(--gallery-viewer-image-top) - var(--gallery-viewer-image-bottom-space));height:min(780px,100dvh - var(--gallery-viewer-image-top) - var(--gallery-viewer-image-bottom-space));bottom:auto}.gallery-viewer__image{width:100%;height:100%}.gallery-viewer__hint{top:auto;bottom:calc(var(--gallery-viewer-bottom-space) + 64px + 16px)}.gallery-viewer__thumbs{top:auto;bottom:var(--gallery-viewer-bottom-space)}}@media (max-width:1439px){.gallery-detail__layout{grid-template-columns:minmax(0,1fr);justify-items:center;gap:40px;padding-top:0}.gallery-detail__controls{justify-content:center;position:static}}@media (prefers-reduced-motion:reduce){.gallery-card__image>img,.site-footer__partners img{transition:none}.gallery-card:hover .gallery-card__image>img,.gallery-card:focus-within .gallery-card__image>img,.site-footer__partners span:hover img,.site-footer__partners span:focus-within img{transform:none}}
