.Layout_nav__LKz21{position:fixed;top:0;left:0;right:0;z-index:1100;transition:background .4s var(--ease-classic),border-color .4s var(--ease-classic),box-shadow .4s var(--ease-classic)}.Layout_navTransparent__iF3uO{background:transparent;border-bottom:1px solid transparent}.Layout_navScrolled__Ptasg,.Layout_navSolid__7fa0n{background:var(--nav-bg);backdrop-filter:blur(24px) saturate(1.5);-webkit-backdrop-filter:blur(24px) saturate(1.5);border-bottom:1px solid var(--border);box-shadow:var(--nav-shadow)}.Layout_navInner__DC9z1{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem;min-height:var(--nav-height);display:flex;align-items:center;justify-content:space-between;gap:2rem}.Layout_logo__tzhbG{display:flex;align-items:center;gap:.7rem;flex-shrink:0}.Layout_logoMark__FYyY9{width:2.25rem;height:2.25rem;border-radius:999px;object-fit:cover;flex-shrink:0}.Layout_logoBlock__KBO9_{display:grid;gap:.05rem}.Layout_logoText__LSJWt{font-family:var(--font-display);font-size:1.25rem;line-height:1;color:var(--white)}.Layout_logoSub__5Qw8I{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.18em;color:var(--text-muted)}.Layout_navLinks__HKmQe{display:flex;align-items:center;gap:.6rem}.Layout_navLink__VQRZA{position:relative;padding:.42rem .74rem;font-size:var(--text-base);font-weight:500;color:var(--text-secondary);border-radius:999px;transition:color var(--duration-base) var(--ease-out),background var(--duration-base) var(--ease-out)}.Layout_navLink__VQRZA:after{content:"";position:absolute;left:.75rem;right:.75rem;bottom:.18rem;height:1px;background:linear-gradient(90deg,transparent 0,var(--accent) 50%,transparent 100%);transform:scaleX(0);transition:transform var(--duration-base) var(--ease-out)}.Layout_navLink__VQRZA:hover{color:var(--white);background:var(--surface-hover)}.Layout_navLinkActive__B_7S1:after,.Layout_navLink__VQRZA:hover:after{transform:scaleX(1)}.Layout_navLinkActive__B_7S1{color:var(--white);background:var(--input-bg-active)}.Layout_searchBtn__h15T6{display:inline-flex;align-items:center;gap:.45rem;padding:.4rem .7rem .4rem .65rem;border-radius:999px;background:var(--glass-faint);border:1px solid var(--border);color:var(--text-secondary);font-size:var(--text-sm);font-weight:500;cursor:pointer;font-family:inherit;transition:border-color var(--duration-fast),background var(--duration-fast),color var(--duration-fast)}.Layout_searchBtn__h15T6:hover{border-color:var(--border-hover);background:var(--surface-hover);color:var(--white)}.Layout_searchBtn__h15T6 svg{color:var(--text-muted);flex-shrink:0}.Layout_searchBtn__h15T6:hover svg{color:var(--accent)}.Layout_searchIconBtn__2gMK5{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:999px;background:var(--glass-faint);border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;transition:all var(--duration-fast)}.Layout_searchIconBtn__2gMK5:hover{border-color:var(--border-hover);color:var(--white)}.Layout_weatherBadge__psVPj{display:inline-flex;align-items:center;gap:.3rem;padding:.3rem .65rem;border-radius:999px;background:var(--glass-faint);border:1px solid var(--border);text-decoration:none;transition:border-color var(--duration-fast),background var(--duration-fast);margin-left:.25rem}.Layout_weatherBadge__psVPj:hover{border-color:var(--border-hover);background:var(--surface-hover)}.Layout_weatherIcon__UXEn0{font-size:.95rem;line-height:1}.Layout_weatherTemp__jm4Co{font-family:var(--font-mono);font-size:var(--text-sm);font-weight:700;color:var(--white);letter-spacing:-.02em}.Layout_mobileActions__LP4kw{display:none;align-items:center;gap:.25rem}.Layout_navTransportBtn__2MuBw{display:inline-flex;align-items:center;gap:5px;padding:6px 12px;font-size:.75rem;font-weight:600;color:var(--text-secondary);border:1px solid var(--border);border-radius:6px;white-space:nowrap;transition:color .15s,background .15s,border-color .15s}.Layout_navTransportBtnActive__dGE1e,.Layout_navTransportBtn__2MuBw:hover{color:var(--accent);border-color:var(--accent);background:var(--accent-subtle)}.Layout_burger__RElPR{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:44px;height:44px;padding:0;flex-shrink:0;border-radius:var(--radius-sm);transition:background var(--duration-fast)}.Layout_burger__RElPR:hover{background:var(--surface-hover)}.Layout_burgerLine__mT8jZ{display:block;width:18px;height:2px;background:var(--text-secondary);border-radius:2px;transition:transform .25s var(--ease-out),opacity .2s}.Layout_burgerOpen__cfjfG .Layout_burgerLine__mT8jZ:first-child{transform:translateY(6px) rotate(45deg)}.Layout_burgerOpen__cfjfG .Layout_burgerLine__mT8jZ:nth-child(2){opacity:0}.Layout_burgerOpen__cfjfG .Layout_burgerLine__mT8jZ:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.Layout_overlay__aeEr9{display:none;position:fixed;inset:0;z-index:1099;background:var(--overlay-scrim)}.Layout_mobileMenu__27dnA{display:none;position:fixed;top:var(--nav-height);right:0;bottom:0;width:260px;z-index:1100;background:#1E2128;border-left:1px solid rgba(255,255,255,.12);box-shadow:-8px 0 30px rgba(0,0,0,.5);transform:translateX(100%);transition:transform .3s var(--ease-out);overflow-y:auto;flex-direction:column;justify-content:space-between}.Layout_mobileMenuOpen__PYLhk{transform:translateX(0)}.Layout_mobileMenuItems__v_Sah{display:flex;flex-direction:column;padding:.55rem 0}.Layout_mobileLink___fBRo{display:flex;align-items:center;padding:.66rem 1.5rem;font-size:.92rem;font-weight:500;color:var(--text-secondary);transition:color var(--duration-fast),background var(--duration-fast)}.Layout_mobileLink___fBRo:hover{color:var(--white);background:var(--surface-hover)}.Layout_mobileLinkActive__q1mz_{color:var(--accent);background:var(--accent-subtle);border-right:2px solid var(--accent)}.Layout_mobileMenuSeparator__oYhOb{height:1px;margin:.5rem 1.5rem;background:var(--border)}.Layout_mobileMenuFooter__7I_OO{padding:1rem 1.5rem;border-top:1px solid var(--border)}.Layout_mobileFooterLink__qtp3R{font-size:.78rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.12em;transition:color var(--duration-fast)}.Layout_mobileFooterLink__qtp3R:hover{color:var(--accent)}.Layout_pushDown__Lir4G{padding-top:var(--nav-height)}.Layout_breadcrumb__kXUHi{border-bottom:1px solid var(--border);background:var(--overlay-light)}.Layout_breadcrumbInner__IHMcx{max-width:var(--max-width);margin:0 auto;padding:.7rem 1.5rem;display:flex;align-items:center;gap:.42rem;font-size:var(--text-sm)}.Layout_breadcrumbLink__GNk4z{color:var(--text-muted);transition:color var(--duration-fast)}.Layout_breadcrumbLink__GNk4z:hover{color:var(--accent)}.Layout_breadcrumbSep__cHgxe{color:var(--text-muted);opacity:.42}.Layout_breadcrumbCurrent__sBcKW{color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Layout_main__bVVJR{min-height:calc(100vh - var(--nav-height) - 84px)}.Layout_footer__ye8JQ{margin-top:3rem;border-top:1px solid var(--border);background:var(--bg-layer)}.Layout_footerInner__ouwXL{max-width:var(--max-width);margin:0 auto;padding:1.75rem 1.5rem 2rem;display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem}.Layout_footerBrandBlock__8iJeE{display:flex;align-items:center;gap:.9rem;max-width:28rem}.Layout_footerBrandText__XCvol{display:grid;gap:.35rem}.Layout_footerBrand__W0PHo{font-family:var(--font-display);font-size:1.4rem;line-height:1;color:var(--white)}.Layout_footerNote___p_20{color:var(--text-secondary);font-size:var(--text-base);line-height:1.65}.Layout_footerActions__z_g6I{display:flex;align-items:center;justify-content:flex-end;gap:.85rem;flex-wrap:wrap}.Layout_footerSubmit__7eFQN{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:.42rem .82rem;border:1px solid rgba(245,191,71,.45);border-radius:var(--radius-pill);background:rgba(245,191,71,.1);color:var(--accent);font-size:var(--text-xs);font-weight:700;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;white-space:nowrap;transition:background var(--duration-fast),border-color var(--duration-fast),color var(--duration-fast)}.Layout_footerSubmit__7eFQN:hover{background:rgba(245,191,71,.18);border-color:var(--accent);color:var(--text-primary)}.Layout_footerEmail__9U1ir{display:inline-block;color:var(--accent);font-size:var(--text-sm);font-weight:500;text-decoration:none;border-bottom:1px solid rgba(16,185,129,.25);width:-moz-fit-content;width:fit-content;transition:border-color var(--duration-fast),color var(--duration-fast)}.Layout_footerEmail__9U1ir:hover{color:var(--white);border-bottom-color:var(--accent)}.Layout_footerSide___Eb0_{display:grid;justify-items:end;gap:.7rem;max-width:48rem}.Layout_footerLinks__OacWW{display:flex;align-items:center;justify-content:flex-end;gap:1.05rem;flex-wrap:wrap;padding-top:.2rem}.Layout_footerLink__p8WWo{color:var(--text-secondary);font-size:var(--text-xs);letter-spacing:.1em;text-transform:uppercase;transition:color var(--duration-fast);white-space:nowrap}.Layout_footerLink__p8WWo:hover{color:var(--accent)}.Layout_footerCoat__4hyHW{display:block;width:auto;height:clamp(64px,6vw,82px);max-width:6rem;object-fit:contain;opacity:.82;flex:0 0 auto}@media (max-width:820px){.Layout_footerInner__ouwXL{flex-direction:column}.Layout_footerSide___Eb0_{justify-items:start}.Layout_footerActions__z_g6I,.Layout_footerLinks__OacWW{justify-content:flex-start}}@media (max-width:768px){.Layout_navInner__DC9z1{padding:0 1rem;gap:1rem}.Layout_logoSub__5Qw8I{display:none}.Layout_logoText__LSJWt{font-size:1rem}.Layout_navLinks__HKmQe{display:none}.Layout_mobileActions__LP4kw{display:flex}.Layout_overlay__aeEr9{display:block}.Layout_mobileMenu__27dnA{display:flex}.Layout_breadcrumbInner__IHMcx,.Layout_footerInner__ouwXL{padding-inline:1rem}}.ShareButton_shareBtn__SQknB{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:2.5rem;padding:.58rem 1.15rem;border:1px solid var(--border);border-radius:999px;background:var(--input-bg);color:var(--text);font-size:var(--text-base);font-weight:600;cursor:pointer;transition:background var(--duration-fast),border-color var(--duration-fast),transform var(--duration-fast)}.ShareButton_shareBtn__SQknB:focus-visible,.ShareButton_shareBtn__SQknB:hover{transform:translateY(-1px);background:var(--surface-hover);border-color:var(--border-hover);color:var(--white)}.ShareButton_shareIcon__gTmlj{font-size:.88rem}.ShareButton_copied__h4iqN{color:var(--success);border-color:var(--success-muted);background:var(--success-muted)}.PosterPlaceholder_image__pJsbr{width:100%;height:100%;object-fit:cover;border-radius:inherit}.PosterPlaceholder_placeholder__MvOHV{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:radial-gradient(ellipse at 30% 20%,var(--accent-subtle) 0,transparent 60%),var(--surface);border:1px solid var(--border);border-radius:inherit}.PosterPlaceholder_letter__inUm1{font-family:var(--font-display);font-size:1.7rem;font-weight:600;color:var(--accent-dim)}.PushkinCardBadge_badge__dTN7s{display:inline-block;width:25px;height:25px;flex-shrink:0;vertical-align:middle;object-fit:contain}.PushkinCardBadge_small__aAQiv{width:25px;height:25px}.shared_detail__joogt{max-width:var(--max-width);margin:0 auto;padding:2rem 1.5rem 0}.shared_updateTime__5xtn1{text-align:center;padding:1.75rem 1rem;font-size:var(--text-xs);color:var(--text-muted)}.shared_feedHeader__eV_ax{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1rem;padding-bottom:.85rem;border-bottom:1px solid var(--border)}.shared_feedTitle__VYg_l{font-family:var(--font-display);font-size:1.65rem;font-weight:400;line-height:var(--leading-tight);color:var(--white)}.shared_feedCount__unFoH{font-size:var(--text-sm);color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.shared_sectionTitleBordered__oEpXW{margin:0 0 1rem;padding-bottom:.75rem;border-bottom:1px solid var(--border);font-family:var(--font-display);font-size:1.45rem;font-weight:400;line-height:var(--leading-tight);color:var(--white)}.shared_dotLine__VqAoT{position:relative;padding-left:1rem;font-size:var(--text-base);color:var(--text-secondary)}.shared_dotLine__VqAoT:before{content:"";position:absolute;left:0;top:.5rem;width:.42rem;height:.42rem;border-radius:50%;background:var(--accent-blue)}.shared_emptyState__51AOr{text-align:center;padding:4rem 1rem;color:var(--text-secondary)}.shared_btnAccentPill__xE_PY{display:inline-flex;align-items:center;justify-content:center;min-height:2.5rem;padding:.58rem 1.15rem;border-radius:999px;background:linear-gradient(135deg,var(--accent),var(--accent-dim));color:var(--on-accent);font-size:var(--text-base);font-weight:700}@media (max-width:640px){.shared_detail__joogt{padding:1.3rem 1rem 0}}.museumDetail_hero__1He2y{margin-bottom:2.3rem;padding:1.5rem 0 1.2rem;border-bottom:1px solid var(--border)}.museumDetail_heroInfo__irfqM{display:flex;flex-direction:column;gap:.45rem}.museumDetail_title__9GRpe{font-family:var(--font-display);font-size:clamp(1.55rem,5vw,2.15rem);font-weight:400;color:var(--white);line-height:1.05}.museumDetail_address__oAgBO:before{background:var(--accent-blue)}.museumDetail_hours__HtDGU:before{background:var(--accent)}.museumDetail_description__M5G7y{max-width:46rem;margin-top:.25rem;font-size:.92rem;color:var(--text);line-height:var(--leading-relaxed)}.museumDetail_statusRow__3q0NK{display:flex;align-items:center;gap:.75rem;margin-top:.5rem;flex-wrap:wrap}.museumDetail_statusBadge__u21CH{display:inline-flex;align-items:center;min-height:2rem;padding:.28rem .7rem;border-radius:999px;font-size:.78rem;font-weight:600}.museumDetail_statusBadgeOpen__6qeIz{background:var(--success-muted);color:var(--success)}.museumDetail_statusBadgeClosed__LtQlW{background:var(--surface);color:var(--text-muted)}.museumDetail_priceTag__MLW4P{font-size:.9rem;font-weight:700;color:var(--accent);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.museumDetail_pushkinBadge__aQtmw{display:inline-flex;align-items:center;line-height:0}.museumDetail_actions___kRVJ{display:flex;align-items:center;gap:.75rem;margin-top:.9rem;flex-wrap:wrap}.museumDetail_exhibitionsSection__9Ux5L,.museumDetail_scheduleSection__E7AhP{margin-top:2.4rem}.museumDetail_exhibitionList__Ek1Ig{display:flex;flex-direction:column;gap:.75rem}.museumDetail_exhibitionCard__qHGPy{display:flex;gap:1rem;padding:1rem;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--card-bg-blue)}.museumDetail_exhibitionPoster__MhJcW{width:96px;height:96px;object-fit:cover;border-radius:14px;flex-shrink:0}.museumDetail_exhibitionInfo__jTQ1D{display:flex;flex-direction:column;gap:.25rem;min-width:0}.museumDetail_exhibitionTitle__DE0MZ{font-size:1rem;font-weight:600;color:var(--white);line-height:1.35}.museumDetail_exhibitionDate__lL1oT{font-size:.76rem;letter-spacing:.08em;text-transform:uppercase;color:var(--accent-blue)}.museumDetail_exhibitionDesc__CZ_y1{font-size:.82rem;color:var(--text-secondary);line-height:1.55;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.museumDetail_exhibitionLink__UEshs{width:-moz-fit-content;width:fit-content;font-size:.8rem;color:var(--accent);font-weight:600}.museumDetail_scheduleGrid__S2NtJ{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.65rem}.museumDetail_dayCard__x7VMV{display:flex;flex-direction:column;gap:.18rem;padding:.72rem .8rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--input-bg)}.museumDetail_dayLabel__7nZ_c{font-size:.76rem;color:var(--text-muted)}.museumDetail_dayHours__QSX1a{font-size:.9rem;color:var(--white);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}@media (max-width:640px){.museumDetail_exhibitionPoster__MhJcW{width:80px;height:80px}}