.Layout-module__hBxhlq__nav{z-index:1100;transition:background .4s var(--ease-classic), border-color .4s var(--ease-classic), box-shadow .4s var(--ease-classic);position:fixed;top:0;left:0;right:0}.Layout-module__hBxhlq__navTransparent{background:0 0;border-bottom:1px solid #0000}.Layout-module__hBxhlq__navScrolled,.Layout-module__hBxhlq__navSolid{background:var(--nav-bg);-webkit-backdrop-filter:blur(24px)saturate(1.5);border-bottom:1px solid var(--border);box-shadow:var(--nav-shadow)}.Layout-module__hBxhlq__navInner{max-width:var(--max-width);min-height:var(--nav-height);justify-content:space-between;align-items:center;gap:2rem;margin:0 auto;padding:0 1.5rem;display:flex}.Layout-module__hBxhlq__logo{flex-shrink:0;align-items:center;gap:.7rem;display:flex}.Layout-module__hBxhlq__logoMark{object-fit:cover;border-radius:999px;flex-shrink:0;width:2.25rem;height:2.25rem}.Layout-module__hBxhlq__logoBlock{gap:.05rem;display:grid}.Layout-module__hBxhlq__logoText{font-family:var(--font-display);color:var(--white);font-size:1.25rem;line-height:1}.Layout-module__hBxhlq__logoSub{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.18em;color:var(--text-muted)}.Layout-module__hBxhlq__navLinks{align-items:center;gap:.15rem;display:flex}.Layout-module__hBxhlq__navLink{font-size:var(--text-base);color:var(--text-secondary);transition:color var(--duration-base) var(--ease-out), background var(--duration-base) var(--ease-out);border-radius:999px;padding:.42rem .74rem;font-weight:500;position:relative}.Layout-module__hBxhlq__navLink:after{content:"";background:linear-gradient(90deg, transparent 0%, var(--accent) 50%, transparent 100%);height:1px;transition:transform var(--duration-base) var(--ease-out);position:absolute;bottom:.18rem;left:.75rem;right:.75rem;transform:scaleX(0)}.Layout-module__hBxhlq__navLink:hover{color:var(--white);background:var(--surface-hover)}.Layout-module__hBxhlq__navLink:hover:after,.Layout-module__hBxhlq__navLinkActive:after{transform:scaleX(1)}.Layout-module__hBxhlq__navLinkActive{color:var(--white);background:var(--input-bg-active)}.Layout-module__hBxhlq__weatherBadge{background:var(--glass-faint);border:1px solid var(--border);transition:border-color var(--duration-fast), background var(--duration-fast);border-radius:999px;align-items:center;gap:.3rem;margin-left:.25rem;padding:.3rem .65rem;text-decoration:none;display:inline-flex}.Layout-module__hBxhlq__weatherBadge:hover{border-color:var(--border-hover);background:var(--surface-hover)}.Layout-module__hBxhlq__weatherIcon{font-size:.95rem;line-height:1}.Layout-module__hBxhlq__weatherTemp{font-family:var(--font-mono);font-size:var(--text-sm);color:var(--white);letter-spacing:-.02em;font-weight:700}.Layout-module__hBxhlq__mobileActions{align-items:center;gap:.25rem;display:none}.Layout-module__hBxhlq__transportBtn{width:44px;height:44px;color:var(--text-secondary);border-radius:var(--radius-sm);transition:color var(--duration-fast), background var(--duration-fast);justify-content:center;align-items:center;display:flex}.Layout-module__hBxhlq__transportBtn:hover{color:var(--white);background:var(--surface-hover)}.Layout-module__hBxhlq__transportBtnActive{color:var(--accent);background:var(--accent-subtle)}.Layout-module__hBxhlq__burger{border-radius:var(--radius-sm);width:44px;height:44px;transition:background var(--duration-fast);flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:4px;padding:0;display:flex}.Layout-module__hBxhlq__burger:hover{background:var(--surface-hover)}.Layout-module__hBxhlq__burgerLine{background:var(--text-secondary);width:18px;height:2px;transition:transform .25s var(--ease-out), opacity .2s;border-radius:2px;display:block}.Layout-module__hBxhlq__burgerOpen .Layout-module__hBxhlq__burgerLine:first-child{transform:translateY(6px)rotate(45deg)}.Layout-module__hBxhlq__burgerOpen .Layout-module__hBxhlq__burgerLine:nth-child(2){opacity:0}.Layout-module__hBxhlq__burgerOpen .Layout-module__hBxhlq__burgerLine:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.Layout-module__hBxhlq__overlay{z-index:1099;background:var(--overlay-scrim);display:none;position:fixed;inset:0}.Layout-module__hBxhlq__mobileMenu{top:var(--nav-height);z-index:1100;width:260px;transition:transform .3s var(--ease-out);background:#1e2128;border-left:1px solid #ffffff1f;flex-direction:column;justify-content:space-between;display:none;position:fixed;bottom:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-8px 0 30px #00000080}.Layout-module__hBxhlq__mobileMenuOpen{transform:translate(0)}.Layout-module__hBxhlq__mobileMenuItems{flex-direction:column;padding:.75rem 0;display:flex}.Layout-module__hBxhlq__mobileLink{color:var(--text-secondary);transition:color var(--duration-fast), background var(--duration-fast);align-items:center;padding:.85rem 1.5rem;font-size:.95rem;font-weight:500;display:flex}.Layout-module__hBxhlq__mobileLink:hover{color:var(--white);background:var(--surface-hover)}.Layout-module__hBxhlq__mobileLinkActive{color:var(--accent);background:var(--accent-subtle);border-right:2px solid var(--accent)}.Layout-module__hBxhlq__mobileMenuFooter{border-top:1px solid var(--border);padding:1rem 1.5rem}.Layout-module__hBxhlq__mobileFooterLink{color:var(--text-muted);text-transform:uppercase;letter-spacing:.12em;transition:color var(--duration-fast);font-size:.78rem}.Layout-module__hBxhlq__mobileFooterLink:hover{color:var(--accent)}.Layout-module__hBxhlq__pushDown{padding-top:var(--nav-height)}.Layout-module__hBxhlq__breadcrumb{border-bottom:1px solid var(--border);background:var(--overlay-light)}.Layout-module__hBxhlq__breadcrumbInner{max-width:var(--max-width);font-size:var(--text-sm);align-items:center;gap:.42rem;margin:0 auto;padding:.7rem 1.5rem;display:flex}.Layout-module__hBxhlq__breadcrumbLink{color:var(--text-muted);transition:color var(--duration-fast)}.Layout-module__hBxhlq__breadcrumbLink:hover{color:var(--accent)}.Layout-module__hBxhlq__breadcrumbSep{color:var(--text-muted);opacity:.42}.Layout-module__hBxhlq__breadcrumbCurrent{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.Layout-module__hBxhlq__main{min-height:calc(100vh - var(--nav-height) - 84px)}.Layout-module__hBxhlq__footer{border-top:1px solid var(--border);background:var(--bg-layer);margin-top:3rem}.Layout-module__hBxhlq__footerInner{max-width:var(--max-width);justify-content:space-between;align-items:flex-start;gap:1.5rem;margin:0 auto;padding:1.75rem 1.5rem 2rem;display:flex}.Layout-module__hBxhlq__footerBrandBlock{gap:.35rem;max-width:28rem;display:grid}.Layout-module__hBxhlq__footerBrand{font-family:var(--font-display);color:var(--white);font-size:1.4rem;line-height:1}.Layout-module__hBxhlq__footerNote{color:var(--text-secondary);font-size:var(--text-base);line-height:1.65}.Layout-module__hBxhlq__footerLinks{flex-wrap:wrap;align-items:center;gap:1rem;padding-top:.2rem;display:flex}.Layout-module__hBxhlq__footerLink{color:var(--text-secondary);font-size:var(--text-xs);letter-spacing:.14em;text-transform:uppercase;transition:color var(--duration-fast)}.Layout-module__hBxhlq__footerLink:hover{color:var(--accent)}@media (max-width:820px){.Layout-module__hBxhlq__footerInner{flex-direction:column}}@media (max-width:768px){.Layout-module__hBxhlq__navInner{gap:1rem;padding:0 1rem}.Layout-module__hBxhlq__logoSub{display:none}.Layout-module__hBxhlq__logoText{font-size:1rem}.Layout-module__hBxhlq__navLinks{display:none}.Layout-module__hBxhlq__mobileActions{display:flex}.Layout-module__hBxhlq__overlay{display:block}.Layout-module__hBxhlq__mobileMenu{display:flex}.Layout-module__hBxhlq__breadcrumbInner,.Layout-module__hBxhlq__footerInner{padding-inline:1rem}}
.HeroBanner-module__9FIPKW__banner{isolation:isolate;align-items:flex-end;min-height:clamp(240px,32vh,360px);display:flex;position:relative;overflow:hidden}.HeroBanner-module__9FIPKW__bannerImage{background-position:50% 35%;background-size:cover;background-color:var(--bg-layer);filter:brightness(.75)contrast(1.05);position:absolute;inset:0}.HeroBanner-module__9FIPKW__bannerOverlay{background:var(--overlay-hero);pointer-events:none;position:absolute;inset:0}.HeroBanner-module__9FIPKW__banner:after{content:"";background:linear-gradient(180deg, transparent 0%, var(--overlay-deep) 100%), linear-gradient(90deg, transparent 0%, var(--accent-blue-tint) 42%, var(--warm-tint) 74%, transparent 100%);height:40%;position:absolute;inset:auto 0 0}.HeroBanner-module__9FIPKW__bannerContent{z-index:1;max-width:var(--max-width);width:100%;margin:0 auto;padding:0 1.5rem 1.8rem;position:relative}.HeroBanner-module__9FIPKW__bannerEyebrow{font-size:var(--text-xs);letter-spacing:.14em;text-transform:uppercase;color:var(--accent-blue);margin-bottom:.7rem;font-weight:600}.HeroBanner-module__9FIPKW__bannerTitle{font-family:var(--font-display);letter-spacing:-.02em;color:var(--white);margin-bottom:.45rem;font-size:clamp(2.35rem,4vw,3.4rem);font-weight:700;line-height:1}.HeroBanner-module__9FIPKW__bannerSub{max-width:34rem;color:var(--text-secondary);font-size:.95rem;line-height:1.65}.HeroBanner-module__9FIPKW__toneCinema .HeroBanner-module__9FIPKW__bannerEyebrow,.HeroBanner-module__9FIPKW__toneConcerts .HeroBanner-module__9FIPKW__bannerEyebrow{color:var(--accent)}.HeroBanner-module__9FIPKW__toneTheatre .HeroBanner-module__9FIPKW__bannerEyebrow{color:var(--tone-theatre)}.HeroBanner-module__9FIPKW__toneMuseum .HeroBanner-module__9FIPKW__bannerEyebrow{color:var(--accent-blue)}.HeroBanner-module__9FIPKW__toneDatsan .HeroBanner-module__9FIPKW__bannerEyebrow{color:var(--tone-datsan)}.HeroBanner-module__9FIPKW__toneWater .HeroBanner-module__9FIPKW__bannerEyebrow{color:#5ba4cf}.HeroBanner-module__9FIPKW__toneElectricity .HeroBanner-module__9FIPKW__bannerEyebrow{color:#f59e0b}.HeroBanner-module__9FIPKW__toneOutages .HeroBanner-module__9FIPKW__bannerEyebrow{color:#ef4444}.HeroBanner-module__9FIPKW__toneGuides .HeroBanner-module__9FIPKW__bannerEyebrow{color:#10b981}@media (max-width:640px){.HeroBanner-module__9FIPKW__banner{min-height:200px}.HeroBanner-module__9FIPKW__bannerContent{padding:0 1rem 1.35rem}.HeroBanner-module__9FIPKW__bannerSub{font-size:.86rem}}
.PosterPlaceholder-module__ktPwGG__image{object-fit:cover;border-radius:inherit;width:100%;height:100%}.PosterPlaceholder-module__ktPwGG__placeholder{background:radial-gradient(ellipse at 30% 20%, var(--accent-subtle) 0%, transparent 60%), var(--surface);border:1px solid var(--border);border-radius:inherit;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.PosterPlaceholder-module__ktPwGG__letter{font-family:var(--font-display);color:var(--accent-dim);font-size:1.7rem;font-weight:600}
.SessionCard-module__ELMfuG__card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);contain:layout style;transition:transform var(--duration-base) var(--ease-out), border-color var(--duration-base) var(--ease-out), background var(--duration-base) var(--ease-out), box-shadow var(--duration-base) var(--ease-out);grid-template-columns:82px minmax(0,1fr) auto;align-items:stretch;gap:1rem;margin-bottom:.65rem;padding:.95rem 1rem;display:grid;box-shadow:0 2px 12px #0003}.SessionCard-module__ELMfuG__card:hover{border-color:var(--border-hover);background:var(--bg-layer);transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}.SessionCard-module__ELMfuG__card:hover .SessionCard-module__ELMfuG__posterImg{filter:brightness(1.05);transform:scale(1.02)}.SessionCard-module__ELMfuG__posterLink{flex-shrink:0}.SessionCard-module__ELMfuG__poster{aspect-ratio:82/114;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--glass-faint);justify-content:center;align-items:center;width:82px;height:114px;display:flex;position:relative;overflow:hidden}.SessionCard-module__ELMfuG__posterImg{object-fit:cover;width:100%;height:100%;transition:filter var(--duration-base) var(--ease-out), transform var(--duration-base) var(--ease-out)}.SessionCard-module__ELMfuG__posterGradient{pointer-events:none;background:linear-gradient(#0000 50%,#0f1115e6 100%);position:absolute;inset:0}.SessionCard-module__ELMfuG__posterPlaceholder{font-family:var(--font-display);color:var(--accent);font-size:1.7rem;line-height:1}.SessionCard-module__ELMfuG__timeBubble{z-index:2;background:var(--accent);color:var(--on-accent);font-family:var(--font-mono);font-weight:700;font-size:var(--text-xs);font-variant-numeric:tabular-nums;border-bottom-right-radius:8px;padding:.2rem .4rem;position:absolute;top:0;left:0;box-shadow:2px 2px 8px #0006}.SessionCard-module__ELMfuG__info{flex-direction:column;justify-content:center;min-width:0;display:flex}.SessionCard-module__ELMfuG__titleRow{flex-wrap:wrap;align-items:baseline;gap:.4rem;display:flex}.SessionCard-module__ELMfuG__title{color:var(--white);transition:color var(--duration-fast);font-size:1.05rem;font-weight:700;line-height:1.35}.SessionCard-module__ELMfuG__title:hover{color:var(--accent)}.SessionCard-module__ELMfuG__ageBadge{white-space:nowrap;border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;min-width:1.7rem;height:1.25rem;padding:0 .3rem;font-size:.7rem;font-weight:700;line-height:1;display:inline-flex}.SessionCard-module__ELMfuG__age0,.SessionCard-module__ELMfuG__age6{color:#b7e4c7;background:#2d6a4f}.SessionCard-module__ELMfuG__age12{color:#fef3c7;background:#b08d19}.SessionCard-module__ELMfuG__age16{color:#fed7aa;background:#9a3412}.SessionCard-module__ELMfuG__age18{color:#fecaca;background:#991b1b}.SessionCard-module__ELMfuG__meta{font-size:var(--text-sm);color:var(--text-secondary);margin-top:.22rem;line-height:1.45}.SessionCard-module__ELMfuG__venue{font-size:var(--text-sm);color:var(--text-muted);align-items:center;gap:.35rem;margin-top:auto;padding-top:.85rem;line-height:1.45;display:flex}.SessionCard-module__ELMfuG__mapPin{color:var(--accent-secondary);transition:transform var(--duration-fast);display:inline-flex}.SessionCard-module__ELMfuG__card:hover .SessionCard-module__ELMfuG__mapPin{color:var(--accent)}.SessionCard-module__ELMfuG__actions{flex-direction:column;justify-content:space-between;align-items:flex-end;gap:1rem;display:flex}.SessionCard-module__ELMfuG__price{font-family:var(--font-mono);color:var(--accent);font-variant-numeric:tabular-nums;font-size:.88rem;font-weight:700}.SessionCard-module__ELMfuG__buyBtn{background:var(--surface-active);border:1px solid var(--accent);min-height:2.25rem;color:var(--accent);font-size:var(--text-sm);white-space:nowrap;transition:background var(--duration-fast), color var(--duration-fast), box-shadow var(--duration-fast);border-radius:999px;justify-content:center;align-items:center;padding:.45rem 1.1rem;font-weight:700;display:inline-flex}.SessionCard-module__ELMfuG__buyBtn:hover{background:var(--accent);color:var(--on-accent)}@media (max-width:640px){.SessionCard-module__ELMfuG__card{grid-template-columns:62px minmax(0,1fr);gap:.8rem;padding:.8rem}.SessionCard-module__ELMfuG__poster{width:62px;height:90px}.SessionCard-module__ELMfuG__actions{flex-direction:row;grid-column:2;justify-content:space-between;align-items:center}.SessionCard-module__ELMfuG__title{font-size:.95rem}}
.EventFilterBar-module__TiBfxa__filters{border-bottom:1px solid var(--border);background:var(--filter-gradient), linear-gradient(90deg, var(--copper-tint), transparent 32%)}.EventFilterBar-module__TiBfxa__topRow{max-width:var(--max-width);align-items:center;gap:1rem;margin:0 auto;padding:.85rem 1.5rem;display:flex}.EventFilterBar-module__TiBfxa__dateControl{align-items:center;gap:.5rem;display:flex}.EventFilterBar-module__TiBfxa__dateBtn,.EventFilterBar-module__TiBfxa__dateInput,.EventFilterBar-module__TiBfxa__toggleBtn,.EventFilterBar-module__TiBfxa__chip{border-radius:999px}.EventFilterBar-module__TiBfxa__dateBtn{color:var(--text-secondary);background:var(--chip-bg);border:1px solid var(--chip-border);transition:color var(--duration-fast), border-color var(--duration-fast), background var(--duration-fast);align-items:center;padding:.5rem 1rem;font-size:.8rem;font-weight:500;display:inline-flex}.EventFilterBar-module__TiBfxa__dateBtn:hover,.EventFilterBar-module__TiBfxa__dateBtn:focus-visible{color:var(--white);border-color:var(--border-hover)}.EventFilterBar-module__TiBfxa__dateBtnActive{color:var(--white);background:linear-gradient(180deg, #d5a3582e, var(--accent-blue-wash));border-color:var(--warm-border)}.EventFilterBar-module__TiBfxa__datePicker{align-items:center;display:flex;position:relative}.EventFilterBar-module__TiBfxa__calendarIcon{color:var(--text-muted);pointer-events:none;z-index:1;position:absolute;left:.75rem}.EventFilterBar-module__TiBfxa__dateInput{width:168px;color:var(--text);background:var(--input-bg);border:1px solid var(--border);transition:border-color var(--duration-fast);padding:.42rem .7rem .42rem 2.1rem;font-size:.8rem}.EventFilterBar-module__TiBfxa__dateInputHasValue{color:#0000}.EventFilterBar-module__TiBfxa__dateInput::-webkit-calendar-picker-indicator{filter:invert(.76);cursor:pointer}.EventFilterBar-module__TiBfxa__dateInput:focus{border-color:var(--accent-blue-focus)}.EventFilterBar-module__TiBfxa__dateLabel{color:var(--text);pointer-events:none;white-space:nowrap;font-size:.8rem;position:absolute;left:2.05rem}.EventFilterBar-module__TiBfxa__toggleBtn{color:var(--text-secondary);background:var(--input-bg);border:1px solid var(--border);transition:color var(--duration-fast), border-color var(--duration-fast), background var(--duration-fast);flex-shrink:0;align-items:center;gap:.42rem;margin-left:auto;padding:.5rem .9rem;font-size:.8rem;font-weight:500;display:inline-flex}.EventFilterBar-module__TiBfxa__toggleBtn:hover,.EventFilterBar-module__TiBfxa__toggleBtn:focus-visible{color:var(--white);border-color:var(--border-hover);background:var(--surface-hover)}.EventFilterBar-module__TiBfxa__toggleBtnActive{color:var(--accent);border-color:var(--warm-border);background:var(--accent-subtle)}.EventFilterBar-module__TiBfxa__badge{min-width:18px;height:18px;font-size:var(--text-xs);color:var(--on-accent);background:var(--accent);border-radius:999px;justify-content:center;align-items:center;padding:0 5px;font-weight:700;display:inline-flex}.EventFilterBar-module__TiBfxa__expandedPanel{max-width:var(--max-width);border-top:1px solid var(--border);flex-direction:column;gap:1.2rem;margin:0 auto;padding:.85rem 1.5rem 1.35rem;display:flex}.EventFilterBar-module__TiBfxa__searchWrap{max-width:360px;position:relative}.EventFilterBar-module__TiBfxa__searchIcon{color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:.85rem;transform:translateY(-50%)}.EventFilterBar-module__TiBfxa__searchBar{border:1px solid var(--border);background:var(--input-bg);width:100%;color:var(--text);transition:border-color var(--duration-fast), background var(--duration-fast);border-radius:999px;padding:.7rem .85rem .7rem 2.4rem;font-size:.84rem}.EventFilterBar-module__TiBfxa__searchBar::placeholder{color:var(--text-muted)}.EventFilterBar-module__TiBfxa__searchBar:focus{border-color:var(--accent-blue-focus);background:var(--surface-hover)}.EventFilterBar-module__TiBfxa__filterGroup{flex-direction:column;gap:.6rem;display:flex}.EventFilterBar-module__TiBfxa__filterLabel{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);align-items:center;gap:.4rem;font-size:.7rem;font-weight:600;display:inline-flex}.EventFilterBar-module__TiBfxa__chipRow{flex-wrap:wrap;gap:.45rem;display:flex}.EventFilterBar-module__TiBfxa__chip{color:var(--text-secondary);background:var(--bg-interactive);border:1px solid var(--border);transition:color var(--duration-fast), border-color var(--duration-fast), background var(--duration-fast);border-radius:999px;align-items:center;padding:.5rem 1rem;font-size:.79rem;font-weight:500;display:inline-flex}.EventFilterBar-module__TiBfxa__chip:hover,.EventFilterBar-module__TiBfxa__chip:focus-visible{color:var(--white);border-color:var(--border-strong);background:var(--surface-active)}.EventFilterBar-module__TiBfxa__chipActive{color:var(--white);background:var(--accent-active);border-color:var(--accent-border)}@media (max-width:640px){.EventFilterBar-module__TiBfxa__topRow{flex-wrap:wrap;gap:.55rem;padding:.7rem 1rem}.EventFilterBar-module__TiBfxa__dateInput{width:144px}.EventFilterBar-module__TiBfxa__toggleBtn{margin-left:0}.EventFilterBar-module__TiBfxa__expandedPanel{gap:1rem;padding:.7rem 1rem 1rem}.EventFilterBar-module__TiBfxa__searchWrap{max-width:100%}.EventFilterBar-module__TiBfxa__chip{padding:.36rem .74rem;font-size:.74rem}}
.FilterBar-module__NXXjDG__filters{border-bottom:1px solid var(--border);background:var(--filter-gradient), linear-gradient(90deg, var(--accent-blue-tint), transparent 36%)}.FilterBar-module__NXXjDG__topRow{max-width:var(--max-width);justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;padding:.85rem 1.5rem;display:flex}.FilterBar-module__NXXjDG__dateRow{scrollbar-width:none;flex:1;gap:.45rem;min-width:0;display:flex;overflow-x:auto}.FilterBar-module__NXXjDG__dateRow::-webkit-scrollbar{display:none}.FilterBar-module__NXXjDG__toggleBtn{color:var(--text-secondary);background:var(--input-bg);border:1px solid var(--border);white-space:nowrap;transition:color var(--duration-fast), border-color var(--duration-fast), background var(--duration-fast);border-radius:999px;flex-shrink:0;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.8rem;font-weight:500;display:inline-flex}.FilterBar-module__NXXjDG__toggleBtn:hover,.FilterBar-module__NXXjDG__toggleBtn:focus-visible{color:var(--white);border-color:var(--border-hover);background:var(--surface-hover)}.FilterBar-module__NXXjDG__toggleBtnActive{color:var(--accent);border-color:var(--warm-border);background:var(--accent-subtle)}.FilterBar-module__NXXjDG__badge{min-width:18px;height:18px;font-size:var(--text-xs);color:var(--on-accent);background:var(--accent);border-radius:100px;justify-content:center;align-items:center;padding:0 5px;font-weight:700;display:inline-flex}.FilterBar-module__NXXjDG__chip{color:var(--text-secondary);background:var(--bg-interactive);border:1px solid var(--border);cursor:pointer;white-space:nowrap;transition:color var(--duration-fast), border-color var(--duration-fast), background var(--duration-fast);border-radius:999px;align-items:center;padding:.5rem 1rem;font-size:.79rem;font-weight:500;display:inline-flex}.FilterBar-module__NXXjDG__chip:hover,.FilterBar-module__NXXjDG__chip:focus-visible{color:var(--white);border-color:var(--border-strong);background:var(--surface-active)}.FilterBar-module__NXXjDG__chipActive{color:var(--white);background:var(--accent-active);border-color:var(--accent-border)}.FilterBar-module__NXXjDG__expandedPanel{max-width:var(--max-width);border-top:1px solid var(--border);flex-direction:column;gap:1.2rem;margin:0 auto;padding:.85rem 1.5rem 1.35rem;display:flex}.FilterBar-module__NXXjDG__searchWrap{max-width:360px;position:relative}.FilterBar-module__NXXjDG__searchIcon{color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:.85rem;transform:translateY(-50%)}.FilterBar-module__NXXjDG__searchBar{border:1px solid var(--border);background:var(--input-bg);width:100%;color:var(--text);transition:border-color var(--duration-fast), background var(--duration-fast);border-radius:999px;padding:.7rem .85rem .7rem 2.4rem;font-size:.84rem}.FilterBar-module__NXXjDG__searchBar::placeholder{color:var(--text-muted)}.FilterBar-module__NXXjDG__searchBar:focus{border-color:var(--accent-blue-focus);background:var(--surface-hover)}.FilterBar-module__NXXjDG__filterGroup{flex-direction:column;gap:.6rem;display:flex}.FilterBar-module__NXXjDG__filterLabel{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);align-items:center;gap:.4rem;font-size:.7rem;font-weight:600;display:inline-flex}.FilterBar-module__NXXjDG__chipRow{flex-wrap:wrap;gap:.45rem;display:flex}@media (max-width:640px){.FilterBar-module__NXXjDG__topRow{gap:.55rem;padding:.7rem 1rem}.FilterBar-module__NXXjDG__expandedPanel{gap:1rem;padding:.7rem 1rem 1rem}.FilterBar-module__NXXjDG__searchWrap{max-width:100%}.FilterBar-module__NXXjDG__chip{padding:.36rem .74rem;font-size:.74rem}}
.ShareButton-module__GmaimW__shareBtn{border:1px solid var(--border);background:var(--input-bg);color:var(--text);transition:background var(--duration-fast), border-color var(--duration-fast), transform var(--duration-fast);border-radius:999px;align-items:center;gap:.45rem;margin-top:1rem;padding:.52rem 1rem;font-size:.8rem;font-weight:500;display:inline-flex}.ShareButton-module__GmaimW__shareBtn:hover,.ShareButton-module__GmaimW__shareBtn:focus-visible{background:var(--surface-hover);border-color:var(--border-hover);color:var(--white);transform:translateY(-1px)}.ShareButton-module__GmaimW__shareIcon{font-size:.88rem}.ShareButton-module__GmaimW__copied{color:var(--success);border-color:var(--success-muted);background:var(--success-muted)}
.ShutoffCard-module__6gK7Lq__card{border-radius:var(--radius-card);background:var(--surface);border:1px solid var(--border);transition:border-color var(--duration-base) var(--ease-classic);margin-bottom:.5rem;padding:1.15rem 1.25rem;position:relative}.ShutoffCard-module__6gK7Lq__card:hover{border-color:var(--border-medium)}.ShutoffCard-module__6gK7Lq__cardHeader{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.65rem;display:flex}.ShutoffCard-module__6gK7Lq__badge{letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;border-radius:999px;align-items:center;gap:.3rem;padding:.2rem .6rem;font-size:.7rem;font-weight:600;display:inline-flex}.ShutoffCard-module__6gK7Lq__badgeActive{color:#f87171;background:#ef444426;}.ShutoffCard-module__6gK7Lq__badgeUpcoming{color:#fbbf24;background:#eab30826;}.ShutoffCard-module__6gK7Lq__badgeCompleted{color:var(--text-muted);background:#64748b26;}.ShutoffCard-module__6gK7Lq__badgeWater{color:#5ba4cf;background:#5ba4cf26;}.ShutoffCard-module__6gK7Lq__badgeElec{color:#f59e0b;background:#f59e0b26;}.ShutoffCard-module__6gK7Lq__badgeHeat{color:#f87171;background:#ef44441f;}.ShutoffCard-module__6gK7Lq__badgeDot{background:currentColor;border-radius:50%;width:6px;height:6px}.ShutoffCard-module__6gK7Lq__badgeDotPulse{animation:2s ease-in-out infinite ShutoffCard-module__6gK7Lq__pulse;}@keyframes ShutoffCard-module__6gK7Lq__pulse{0%,to{opacity:1}50%{opacity:.4}}.ShutoffCard-module__6gK7Lq__cardTime{font-family:var(--font-mono);font-size:var(--text-sm);color:var(--text-secondary)}.ShutoffCard-module__6gK7Lq__cardTitle{color:var(--white);margin-bottom:.75rem;font-size:.95rem;font-weight:500;line-height:1.4}.ShutoffCard-module__6gK7Lq__district{margin-bottom:.6rem}.ShutoffCard-module__6gK7Lq__districtName{font-size:var(--text-sm);color:var(--accent);margin-bottom:.3rem;font-weight:600}.ShutoffCard-module__6gK7Lq__addressList{margin:0;padding:0;list-style:none}.ShutoffCard-module__6gK7Lq__addressItem{font-size:var(--text-sm);color:var(--text-secondary);padding-left:.9rem;line-height:1.6;position:relative}.ShutoffCard-module__6gK7Lq__addressItem:before{content:"";background:var(--text-muted);border-radius:50%;width:4px;height:4px;position:absolute;top:.55rem;left:0}.ShutoffCard-module__6gK7Lq__sourceLink{font-size:var(--text-xs);color:var(--text-muted);transition:color var(--duration-fast);align-items:center;gap:.3rem;margin-top:.5rem;text-decoration:none;display:inline-flex}.ShutoffCard-module__6gK7Lq__sourceLink:hover{color:var(--text-secondary)}.ShutoffCard-module__6gK7Lq__highlight{background:#e5b14333;border-radius:2px;padding:0 2px}
.DashboardRow-module__jA1f1W__row{z-index:6;flex-wrap:wrap;gap:.5rem;margin-top:-1.8rem;display:flex;position:relative}.DashboardRow-module__jA1f1W__chip{-webkit-backdrop-filter:blur(14px)saturate(1.3);transition:transform .25s var(--ease-classic), border-color .25s, background .25s;white-space:nowrap;background:#0f11158c;border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:.45rem;padding:.45rem .9rem;text-decoration:none;display:inline-flex}.DashboardRow-module__jA1f1W__chip:hover{background:#0f1115b8;border-color:#ffffff29;transform:translateY(-1px)}.DashboardRow-module__jA1f1W__chipIcon{font-size:1.1rem;line-height:1}.DashboardRow-module__jA1f1W__chipValue{font-family:var(--font-display);color:var(--white);font-size:.9rem;font-weight:700}.DashboardRow-module__jA1f1W__chipLabel{color:var(--text-secondary);font-size:.8rem}.DashboardRow-module__jA1f1W__chipOk .DashboardRow-module__jA1f1W__chipLabel{color:#6ee7b7}.DashboardRow-module__jA1f1W__chipWarn .DashboardRow-module__jA1f1W__chipValue{color:#fbbf24}.DashboardRow-module__jA1f1W__chipTransport{border-color:#4a90e240}.DashboardRow-module__jA1f1W__chipTransport:hover{border-color:#4a90e273}.DashboardRow-module__jA1f1W__chipLive{letter-spacing:.04em;background:var(--danger);color:#fff;border-radius:4px;padding:1px 5px;font-size:.6rem;font-weight:700;animation:2s infinite DashboardRow-module__jA1f1W__livePulse}@keyframes DashboardRow-module__jA1f1W__livePulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width:640px){.DashboardRow-module__jA1f1W__row{gap:.4rem;margin-top:-1.4rem}.DashboardRow-module__jA1f1W__chip{gap:.35rem;padding:.38rem .7rem}.DashboardRow-module__jA1f1W__chipIcon{font-size:.95rem}.DashboardRow-module__jA1f1W__chipValue{font-size:.82rem}.DashboardRow-module__jA1f1W__chipLabel{font-size:.72rem}.DashboardRow-module__jA1f1W__chipLive{padding:1px 4px;font-size:.55rem}}
.TransportFilter-module__bjrpAq__panel{background:var(--surface);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:12px;max-height:100%;padding:16px;display:flex;overflow-y:auto}.TransportFilter-module__bjrpAq__header{justify-content:space-between;align-items:center;display:flex}.TransportFilter-module__bjrpAq__title{color:var(--text);font-size:15px;font-weight:600}.TransportFilter-module__bjrpAq__actions{gap:6px;display:flex}.TransportFilter-module__bjrpAq__actionBtn{border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:6px;padding:4px 10px;font-size:12px;transition:all .15s}.TransportFilter-module__bjrpAq__actionBtn:hover{border-color:var(--border-hover);color:var(--text)}.TransportFilter-module__bjrpAq__actionBtnActive{border-color:var(--accent);color:var(--accent);background:var(--accent-subtle)}.TransportFilter-module__bjrpAq__search{border:1px solid var(--border);background:var(--bg);width:100%;color:var(--text);border-radius:8px;outline:none;padding:8px 12px;font-size:13px;transition:border-color .15s}.TransportFilter-module__bjrpAq__search::placeholder{color:var(--text-muted)}.TransportFilter-module__bjrpAq__search:focus{border-color:var(--accent)}.TransportFilter-module__bjrpAq__groups{flex-direction:column;gap:4px;display:flex}.TransportFilter-module__bjrpAq__group{border-bottom:1px solid var(--border);padding-bottom:8px}.TransportFilter-module__bjrpAq__group:last-child{border-bottom:none;padding-bottom:0}.TransportFilter-module__bjrpAq__groupHeader{cursor:pointer;width:100%;color:var(--text);background:0 0;border:none;align-items:center;gap:8px;padding:8px 0;font-size:13px;display:flex}.TransportFilter-module__bjrpAq__typeDot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.TransportFilter-module__bjrpAq__typeName{white-space:nowrap;font-weight:600}.TransportFilter-module__bjrpAq__groupMeta{color:var(--text-secondary);text-align:right;white-space:nowrap;flex:1;font-size:11px}.TransportFilter-module__bjrpAq__chevron{color:var(--text-secondary);margin-left:4px;font-size:10px;transition:transform .2s}.TransportFilter-module__bjrpAq__chevronOpen{transform:rotate(180deg)}.TransportFilter-module__bjrpAq__routeList{flex-wrap:wrap;gap:6px;padding:4px 0 8px;display:flex}.TransportFilter-module__bjrpAq__routeChip{border:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:6px;align-items:center;gap:4px;padding:4px 10px;font-size:13px;transition:all .15s;display:flex}.TransportFilter-module__bjrpAq__routeChip:hover{border-color:var(--border-hover);background:var(--bg-interactive)}.TransportFilter-module__bjrpAq__routeChipActive,.TransportFilter-module__bjrpAq__routeNum{font-weight:600}.TransportFilter-module__bjrpAq__routeCount{color:var(--text-secondary);background:var(--bg-interactive);text-align:center;border-radius:4px;min-width:16px;padding:1px 4px;font-size:10px}
.shared-module__WBtxAG__detail{max-width:var(--max-width);margin:0 auto;padding:2rem 1.5rem 0}.shared-module__WBtxAG__updateTime{text-align:center;font-size:var(--text-xs);color:var(--text-muted);padding:1.75rem 1rem}.shared-module__WBtxAG__feedHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1rem;padding-bottom:.85rem;display:flex}.shared-module__WBtxAG__feedTitle{font-family:var(--font-display);font-size:1.65rem;font-weight:400;line-height:var(--leading-tight);color:var(--white)}.shared-module__WBtxAG__feedCount{font-size:var(--text-sm);color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;font-variant-numeric:tabular-nums}.shared-module__WBtxAG__sectionTitleBordered{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);margin:0 0 1rem;padding-bottom:.75rem}.shared-module__WBtxAG__dotLine{font-size:var(--text-base);color:var(--text-secondary);padding-left:1rem;position:relative}.shared-module__WBtxAG__dotLine:before{content:"";background:var(--accent-blue);border-radius:50%;width:.42rem;height:.42rem;position:absolute;top:.5rem;left:0}.shared-module__WBtxAG__emptyState{text-align:center;color:var(--text-secondary);padding:4rem 1rem}.shared-module__WBtxAG__btnAccentPill{background:linear-gradient(135deg, var(--accent), var(--accent-dim));min-height:2.5rem;color:var(--on-accent);font-size:var(--text-base);border-radius:999px;justify-content:center;align-items:center;padding:.58rem 1.15rem;font-weight:700;display:inline-flex}@media (max-width:640px){.shared-module__WBtxAG__detail{padding:1.3rem 1rem 0}}
.\34 04-module__2ydWJa__container{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;padding:2rem 1.5rem;display:flex}.\34 04-module__2ydWJa__code{color:var(--accent);letter-spacing:-.04em;font-size:6rem;font-weight:700;line-height:1}.\34 04-module__2ydWJa__message{color:var(--white);margin-top:.75rem;font-size:1.4rem;font-weight:600}.\34 04-module__2ydWJa__hint{color:var(--text-muted);margin-top:.5rem;font-size:.95rem}.\34 04-module__2ydWJa__homeLink{background:var(--accent);color:var(--on-accent);border-radius:var(--radius);transition:opacity var(--duration-fast);margin-top:2rem;padding:.7rem 1.8rem;font-size:.9rem;font-weight:600;display:inline-block}.\34 04-module__2ydWJa__homeLink:hover,.\34 04-module__2ydWJa__homeLink:focus-visible{opacity:.85}
.about-module__vzxdPq__container{max-width:640px;margin:0 auto;padding:2rem 1.5rem 4rem}.about-module__vzxdPq__title{color:var(--white);margin-bottom:1.5rem;font-size:1.8rem;font-weight:700}.about-module__vzxdPq__section{margin-bottom:2rem}.about-module__vzxdPq__subtitle{color:var(--accent);margin-bottom:.6rem;font-size:1.1rem;font-weight:600}.about-module__vzxdPq__section p{color:var(--text-secondary);margin-bottom:.6rem;line-height:1.7}.about-module__vzxdPq__list{color:var(--text-secondary);padding-left:1.2rem;line-height:1.8}.about-module__vzxdPq__list li{margin-bottom:.3rem}.about-module__vzxdPq__link{color:var(--accent);border-bottom:1px solid #0000;text-decoration:none;transition:border-color .2s}.about-module__vzxdPq__link:hover,.about-module__vzxdPq__link:focus-visible{border-bottom-color:var(--accent)}
.cinema-module__qwELzW__feed{max-width:var(--max-width);margin:0 auto;padding:1.8rem 1.5rem 0}.cinema-module__qwELzW__feedHeader{}.cinema-module__qwELzW__feedTitle{}.cinema-module__qwELzW__feedCount{}.cinema-module__qwELzW__emptyState{font-size:.95rem;}.cinema-module__qwELzW__updateTime{}.cinema-module__qwELzW__filmList{flex-direction:column;gap:1rem;margin-top:1rem;display:flex}.cinema-module__qwELzW__filmCard{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--card-bg-blue);transition:border-color var(--duration-fast);padding:1rem}.cinema-module__qwELzW__filmCard:hover{border-color:var(--border-hover)}.cinema-module__qwELzW__filmHeader{gap:.85rem;margin-bottom:.75rem;display:flex}.cinema-module__qwELzW__posterLink{flex-shrink:0}.cinema-module__qwELzW__poster{object-fit:cover;border-radius:var(--radius-sm);width:80px;height:115px;box-shadow:var(--shadow-soft)}.cinema-module__qwELzW__filmInfo{flex-direction:column;min-width:0;display:flex}.cinema-module__qwELzW__filmTitleRow{flex-wrap:wrap;align-items:baseline;gap:.5rem;margin-bottom:.25rem;display:flex}.cinema-module__qwELzW__filmTitle{font-family:var(--font-display);color:var(--white);font-size:1.05rem;font-weight:600;line-height:1.2;text-decoration:none}.cinema-module__qwELzW__ageBadge{white-space:nowrap;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;min-width:2rem;height:1.5rem;padding:0 .4rem;font-size:.8rem;font-weight:700;line-height:1;display:inline-flex}.cinema-module__qwELzW__age0,.cinema-module__qwELzW__age6{color:#b7e4c7;background:#2d6a4f}.cinema-module__qwELzW__age12{color:#fef3c7;background:#b08d19}.cinema-module__qwELzW__age16{color:#fed7aa;background:#9a3412}.cinema-module__qwELzW__age18{color:#fecaca;background:#991b1b}.cinema-module__qwELzW__filmTitle:hover{color:var(--accent)}.cinema-module__qwELzW__filmMeta{color:var(--text-secondary);font-size:.78rem;line-height:1.35}.cinema-module__qwELzW__venueList{border-top:1px solid var(--border);flex-direction:column;gap:.5rem;padding-top:.65rem;display:flex}.cinema-module__qwELzW__venueRow{align-items:flex-start;gap:.65rem;display:flex}.cinema-module__qwELzW__venueName{min-width:7rem;color:var(--text-secondary);flex-shrink:0;padding-top:.3rem;font-size:.78rem;font-weight:600;line-height:1.2}.cinema-module__qwELzW__chipRow{flex-wrap:wrap;gap:.35rem;display:flex}.cinema-module__qwELzW__chip{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-raised);color:inherit;white-space:nowrap;transition:border-color var(--duration-fast), background var(--duration-fast);align-items:center;gap:.35rem;padding:.3rem .6rem;text-decoration:none;display:inline-flex}.cinema-module__qwELzW__chip:hover{border-color:var(--accent);background:var(--accent-muted)}.cinema-module__qwELzW__chipTime{color:var(--white);font-variant-numeric:tabular-nums;font-size:.88rem;font-weight:700}.cinema-module__qwELzW__chipPrice{color:var(--accent);font-variant-numeric:tabular-nums;font-size:.72rem;font-weight:600}.cinema-module__qwELzW__chipFormat{color:var(--accent-blue);text-transform:uppercase;letter-spacing:.06em;background:#60a5fa1a;border-radius:3px;padding:.08rem .3rem;font-size:.62rem;font-weight:600}@media (max-width:640px){.cinema-module__qwELzW__feed{padding:1.2rem 1rem 0}.cinema-module__qwELzW__filmCard{padding:.8rem}.cinema-module__qwELzW__poster{width:68px;height:98px}.cinema-module__qwELzW__filmTitle{font-size:.95rem}.cinema-module__qwELzW__venueRow{flex-direction:column;gap:.2rem}.cinema-module__qwELzW__venueName{min-width:0;padding-top:0}.cinema-module__qwELzW__chip{padding:.25rem .5rem}.cinema-module__qwELzW__chipTime{font-size:.82rem}}
.filmDetail-module__gHbqXq__detail{}.filmDetail-module__gHbqXq__hero{border-bottom:1px solid var(--border);gap:1.5rem;margin-bottom:2.4rem;padding-bottom:1.2rem;display:flex}.filmDetail-module__gHbqXq__poster{object-fit:cover;border-radius:var(--radius-lg);width:188px;height:272px;box-shadow:var(--shadow-soft);flex-shrink:0}.filmDetail-module__gHbqXq__heroInfo{flex-direction:column;display:flex}.filmDetail-module__gHbqXq__filmTitleRow{flex-wrap:wrap;align-items:baseline;gap:.6rem;margin-bottom:.5rem;display:flex}.filmDetail-module__gHbqXq__filmTitle{font-family:var(--font-display);color:var(--white);font-size:clamp(1.6rem,5vw,2.35rem);font-weight:400;line-height:1.05}.filmDetail-module__gHbqXq__ageBadge{white-space:nowrap;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;min-width:2.4rem;height:1.75rem;padding:0 .5rem;font-size:.95rem;font-weight:700;line-height:1;display:inline-flex;position:relative;top:-.15em}.filmDetail-module__gHbqXq__age0,.filmDetail-module__gHbqXq__age6{color:#b7e4c7;background:#2d6a4f}.filmDetail-module__gHbqXq__age12{color:#fef3c7;background:#b08d19}.filmDetail-module__gHbqXq__age16{color:#fed7aa;background:#9a3412}.filmDetail-module__gHbqXq__age18{color:#fecaca;background:#991b1b}.filmDetail-module__gHbqXq__filmMeta{color:var(--text-secondary);margin-bottom:.8rem;font-size:.84rem}.filmDetail-module__gHbqXq__kpBadge{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.8rem;display:flex}.filmDetail-module__gHbqXq__kpScore{background:var(--accent-muted);min-height:2rem;color:var(--accent);border-radius:999px;align-items:center;padding:.22rem .62rem;font-size:.8rem;font-weight:700;display:inline-flex}.filmDetail-module__gHbqXq__kpLink{color:var(--accent);font-size:.8rem;font-weight:600}.filmDetail-module__gHbqXq__description{max-width:44rem;font-size:.92rem;line-height:var(--leading-relaxed);color:var(--text);margin-bottom:1.5rem}.filmDetail-module__gHbqXq__showtimesSection{margin-top:.5rem}.filmDetail-module__gHbqXq__sectionTitle{}.filmDetail-module__gHbqXq__dateGroup{margin-bottom:2rem}.filmDetail-module__gHbqXq__dateLabel{color:var(--accent-blue);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem;font-size:.82rem;font-weight:600}.filmDetail-module__gHbqXq__venueGroup{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--card-bg-blue);margin-bottom:1rem;padding:.9rem 1rem}.filmDetail-module__gHbqXq__venueHeader{flex-wrap:wrap;align-items:baseline;gap:.6rem;margin-bottom:.65rem;display:flex}.filmDetail-module__gHbqXq__venueName{color:var(--white);font-size:.92rem;font-weight:600}.filmDetail-module__gHbqXq__venueAddress{color:var(--text-muted);font-size:.72rem}.filmDetail-module__gHbqXq__showtimeRow{flex-wrap:wrap;gap:.45rem;display:flex}.filmDetail-module__gHbqXq__showtimeChip{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-raised);transition:border-color var(--duration-fast), background var(--duration-fast);color:inherit;white-space:nowrap;align-items:center;gap:.4rem;padding:.4rem .7rem;text-decoration:none;display:inline-flex}.filmDetail-module__gHbqXq__showtimeChip:hover{border-color:var(--accent);background:var(--accent-muted)}.filmDetail-module__gHbqXq__stTime{color:var(--white);font-variant-numeric:tabular-nums;font-size:.95rem;font-weight:700}.filmDetail-module__gHbqXq__stPrice{color:var(--accent);font-variant-numeric:tabular-nums;font-size:.75rem;font-weight:600}.filmDetail-module__gHbqXq__stFormat{color:var(--accent-blue);text-transform:uppercase;letter-spacing:.06em;background:#60a5fa1a;border-radius:3px;padding:.1rem .35rem;font-size:.65rem;font-weight:600}.filmDetail-module__gHbqXq__stHall{color:var(--text-muted);font-size:.68rem}.filmDetail-module__gHbqXq__updateTime{}@media (max-width:640px){.filmDetail-module__gHbqXq__hero{flex-direction:column;align-items:flex-start}.filmDetail-module__gHbqXq__poster{width:156px;height:228px}.filmDetail-module__gHbqXq__venueGroup{padding:.7rem .75rem}.filmDetail-module__gHbqXq__showtimeChip{gap:.3rem;padding:.35rem .55rem}.filmDetail-module__gHbqXq__stTime{font-size:.88rem}}
.calendar-module__3zj2mG__page{max-width:var(--max-width);margin:0 auto;padding:1.5rem 1.5rem 3rem}.calendar-module__3zj2mG__header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.calendar-module__3zj2mG__title{font-family:var(--font-display);color:var(--white);letter-spacing:-.02em;font-size:2rem;font-weight:600}.calendar-module__3zj2mG__subtitle{color:var(--text-secondary);margin-top:.3rem;font-size:.9rem}.calendar-module__3zj2mG__backLink{color:var(--text-muted);white-space:nowrap;font-size:.88rem;text-decoration:none}.calendar-module__3zj2mG__backLink:hover{color:var(--accent)}.calendar-module__3zj2mG__submitBtn{background:var(--accent);color:var(--on-accent);cursor:pointer;white-space:nowrap;transition:transform var(--duration-fast), background var(--duration-fast);border:none;border-radius:999px;justify-content:center;align-items:center;padding:.65rem 1.5rem;font-size:.88rem;font-weight:600;text-decoration:none;display:inline-flex}.calendar-module__3zj2mG__submitBtn:hover{background:var(--accent-hover);transform:translateY(-1px)}.calendar-module__3zj2mG__submitBtn:disabled{opacity:.5;cursor:not-allowed;transform:none}.calendar-module__3zj2mG__toolbar{align-items:center;gap:.8rem;margin-bottom:.8rem;display:flex}.calendar-module__3zj2mG__viewToggle{border:1px solid var(--border);border-radius:999px;gap:0;display:flex;overflow:hidden}.calendar-module__3zj2mG__viewBtn,.calendar-module__3zj2mG__viewBtnActive{cursor:pointer;transition:background var(--duration-fast), color var(--duration-fast);color:var(--text-secondary);background:0 0;border:none;padding:.45rem 1rem;font-size:.82rem;font-weight:600}.calendar-module__3zj2mG__viewBtn:hover{color:var(--white)}.calendar-module__3zj2mG__viewBtnActive{background:var(--accent);color:var(--on-accent)}.calendar-module__3zj2mG__searchInput{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:999px;flex:1;padding:.55rem 1rem;font-size:.85rem}.calendar-module__3zj2mG__searchInput::placeholder{color:var(--text-muted)}.calendar-module__3zj2mG__searchInput:focus{border-color:var(--accent-blue-focus);outline:none}.calendar-module__3zj2mG__chips{flex-wrap:wrap;gap:.35rem;margin-bottom:1.2rem;display:flex}.calendar-module__3zj2mG__chip,.calendar-module__3zj2mG__chipActive{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;transition:all var(--duration-fast);background:0 0;border-radius:999px;padding:.3rem .75rem;font-size:.78rem}.calendar-module__3zj2mG__chip:hover{border-color:var(--border-hover);color:var(--text-secondary)}.calendar-module__3zj2mG__chipActive{background:var(--accent-muted);border-color:var(--accent-border);color:var(--accent);font-weight:600}.calendar-module__3zj2mG__loading,.calendar-module__3zj2mG__error,.calendar-module__3zj2mG__empty{text-align:center;padding:3rem 1rem;font-size:.95rem}.calendar-module__3zj2mG__loading{color:var(--text-muted)}.calendar-module__3zj2mG__error{color:var(--danger)}.calendar-module__3zj2mG__empty{color:var(--text-muted)}.calendar-module__3zj2mG__empty a{color:var(--accent)}.calendar-module__3zj2mG__listView{flex-direction:column;gap:1.5rem;display:flex}.calendar-module__3zj2mG__dayGroup{flex-direction:column;gap:.6rem;display:flex}.calendar-module__3zj2mG__dayLabel{color:var(--text-secondary);border-bottom:1px solid var(--border);padding-bottom:.4rem;font-size:.88rem;font-weight:600}.calendar-module__3zj2mG__dayLabelToday{color:var(--accent)}.calendar-module__3zj2mG__dayEvents{flex-direction:column;gap:.5rem;display:flex}.calendar-module__3zj2mG__eventCard,.calendar-module__3zj2mG__eventCardFeatured{border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--surface);transition:border-color var(--duration-fast);gap:1rem;padding:1rem;display:flex}.calendar-module__3zj2mG__eventCard:hover,.calendar-module__3zj2mG__eventCardFeatured:hover{border-color:var(--border-hover)}.calendar-module__3zj2mG__eventCardFeatured{border-color:var(--accent-border);background:linear-gradient(135deg, var(--surface) 0%, #e5b1430d 100%)}.calendar-module__3zj2mG__eventImage{object-fit:cover;border-radius:var(--radius-md);flex-shrink:0;width:100px;height:80px}.calendar-module__3zj2mG__eventBody{flex-direction:column;flex:1;gap:.3rem;min-width:0;display:flex}.calendar-module__3zj2mG__eventMeta{align-items:center;gap:.5rem;display:flex}.calendar-module__3zj2mG__eventTime{font-family:var(--font-mono);color:var(--accent-secondary);background:#3a90d91f;border-radius:999px;padding:.1rem .45rem;font-size:.82rem;font-weight:700}.calendar-module__3zj2mG__eventCategory{color:var(--accent-blue);background:var(--accent-blue-subtle);border-radius:999px;padding:.12rem .45rem;font-size:.72rem;font-weight:600}.calendar-module__3zj2mG__eventTitle{font-family:var(--font-display);color:var(--white);font-size:1.05rem;font-weight:600;line-height:1.2}.calendar-module__3zj2mG__eventDesc{color:var(--text-secondary);font-size:.84rem;line-height:1.5}.calendar-module__3zj2mG__eventLocation{color:var(--text-muted);align-items:center;gap:.3rem;font-size:.78rem;display:flex}.calendar-module__3zj2mG__eventLink{color:var(--accent-blue);align-self:flex-start;margin-top:.2rem;font-size:.82rem;text-decoration:none}.calendar-module__3zj2mG__eventLink:hover{text-decoration:underline}.calendar-module__3zj2mG__calendarView{margin-top:.5rem}.calendar-module__3zj2mG__calendarNav{justify-content:center;align-items:center;gap:1.5rem;margin-bottom:1rem;display:flex}.calendar-module__3zj2mG__calendarNavBtn{border:1px solid var(--border);color:var(--text);cursor:pointer;width:36px;height:36px;transition:border-color var(--duration-fast), color var(--duration-fast);background:0 0;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.calendar-module__3zj2mG__calendarNavBtn:hover{border-color:var(--accent);color:var(--accent)}.calendar-module__3zj2mG__calendarMonth{font-family:var(--font-display);color:var(--white);text-align:center;min-width:180px;font-size:1.2rem;font-weight:600}.calendar-module__3zj2mG__calendarGrid{border:1px solid var(--border);border-radius:var(--radius-lg);grid-template-columns:repeat(7,1fr);display:grid;overflow:hidden}.calendar-module__3zj2mG__calendarWeekday{text-align:center;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;background:var(--surface);border-bottom:1px solid var(--border);padding:.6rem .4rem;font-size:.75rem;font-weight:700}.calendar-module__3zj2mG__calendarDay{border-right:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface);flex-direction:column;gap:.15rem;min-height:90px;padding:.3rem;display:flex}.calendar-module__3zj2mG__calendarDay:nth-child(7n){border-right:none}.calendar-module__3zj2mG__calendarDayOutside{opacity:.3}.calendar-module__3zj2mG__calendarDayToday{background:#e5b1430f}.calendar-module__3zj2mG__calendarDayToday .calendar-module__3zj2mG__calendarDayNum{color:var(--accent);font-weight:700}.calendar-module__3zj2mG__calendarDayNum{color:var(--text-secondary);padding:.15rem .3rem;font-size:.78rem}.calendar-module__3zj2mG__calendarEvent{color:var(--white);background:var(--accent-blue);white-space:nowrap;text-overflow:ellipsis;border-radius:3px;padding:.1rem .3rem;font-size:.65rem;overflow:hidden}.calendar-module__3zj2mG__calendarMore{color:var(--text-muted);padding:.1rem .3rem;font-size:.65rem}.calendar-module__3zj2mG__form{flex-direction:column;gap:1rem;display:flex}.calendar-module__3zj2mG__formSection{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:.8rem;padding:1.2rem;display:flex}.calendar-module__3zj2mG__formSectionTitle{font-family:var(--font-display);color:var(--white);margin-bottom:.2rem;font-size:1rem;font-weight:600}.calendar-module__3zj2mG__formRow{grid-template-columns:1fr 1fr;gap:.8rem;display:grid}.calendar-module__3zj2mG__label{flex-direction:column;gap:.25rem;display:flex}.calendar-module__3zj2mG__labelText{color:var(--text-secondary);font-size:.78rem;font-weight:600}.calendar-module__3zj2mG__input,.calendar-module__3zj2mG__textarea{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--bg-interactive,var(--bg));color:var(--text);transition:border-color var(--duration-fast);padding:.6rem .85rem;font-size:.88rem}.calendar-module__3zj2mG__input:focus,.calendar-module__3zj2mG__textarea:focus{border-color:var(--accent-blue-focus);outline:none}select.calendar-module__3zj2mG__input{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}select.calendar-module__3zj2mG__input option{color:#e5e5e5;background:#1a1c23}.calendar-module__3zj2mG__textarea{resize:vertical;min-height:80px;font-family:inherit}.calendar-module__3zj2mG__checkboxLabel{color:var(--text-secondary);cursor:pointer;align-items:center;gap:.5rem;font-size:.88rem;display:flex}.calendar-module__3zj2mG__formError{border-radius:var(--radius-md);color:var(--danger);background:#ef44441a;border:1px solid #ef44444d;padding:.6rem 1rem;font-size:.85rem}.calendar-module__3zj2mG__formSuccess{border-radius:var(--radius-md);color:#22c55e;background:#22c55e1a;border:1px solid #22c55e4d;padding:.6rem 1rem;font-size:.85rem}.calendar-module__3zj2mG__successCard{text-align:center;max-width:480px;margin:2rem auto;padding:3rem 1.5rem}.calendar-module__3zj2mG__successIcon{color:#22c55e;background:#22c55e26;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1rem;font-size:2rem;display:flex}.calendar-module__3zj2mG__successTitle{font-family:var(--font-display);color:var(--white);margin-bottom:.5rem;font-size:1.6rem;font-weight:600}.calendar-module__3zj2mG__successText{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.92rem;line-height:1.6}.calendar-module__3zj2mG__loginCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;max-width:360px;margin:4rem auto;padding:2rem}.calendar-module__3zj2mG__loginForm{flex-direction:column;gap:.7rem;margin-top:1.2rem;display:flex}.calendar-module__3zj2mG__adminHeader{justify-content:space-between;align-items:center;margin-bottom:1.2rem;display:flex}.calendar-module__3zj2mG__logoutBtn{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:999px;padding:.4rem 1rem;font-size:.82rem}.calendar-module__3zj2mG__logoutBtn:hover{border-color:var(--danger);color:var(--danger)}.calendar-module__3zj2mG__statsRow{grid-template-columns:repeat(4,1fr);gap:.8rem;margin-bottom:1.2rem;display:grid}.calendar-module__3zj2mG__statCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;align-items:center;padding:1rem;display:flex}.calendar-module__3zj2mG__statNumber{font-family:var(--font-display);color:var(--white);font-size:1.8rem;font-weight:700}.calendar-module__3zj2mG__statLabel{color:var(--text-muted);margin-top:.2rem;font-size:.75rem}.calendar-module__3zj2mG__adminTabs{gap:.4rem;margin-bottom:1rem;display:flex}.calendar-module__3zj2mG__badge{background:var(--danger);min-width:18px;height:18px;color:var(--white);border-radius:999px;justify-content:center;align-items:center;margin-left:.3rem;font-size:.65rem;font-weight:700;display:inline-flex}.calendar-module__3zj2mG__adminList{flex-direction:column;gap:.6rem;display:flex}.calendar-module__3zj2mG__adminCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:.5rem;padding:1rem 1.2rem;display:flex}.calendar-module__3zj2mG__adminCardHeader{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.calendar-module__3zj2mG__adminCardActions{align-items:center;gap:.4rem;display:flex}.calendar-module__3zj2mG__adminCardMeta{color:var(--text-muted);flex-wrap:wrap;gap:.5rem;font-size:.82rem;display:flex}.calendar-module__3zj2mG__adminActions{gap:.5rem;margin-top:.3rem;display:flex}.calendar-module__3zj2mG__approveBtn{color:#22c55e;cursor:pointer;background:#22c55e26;border:1px solid #22c55e4d;border-radius:999px;padding:.4rem 1rem;font-size:.82rem;font-weight:600}.calendar-module__3zj2mG__approveBtn:hover{background:#22c55e40}.calendar-module__3zj2mG__rejectBtn{color:var(--danger);cursor:pointer;background:#ef44441a;border:1px solid #ef444433;border-radius:999px;padding:.4rem 1rem;font-size:.82rem;font-weight:600}.calendar-module__3zj2mG__rejectBtn:hover{background:#ef444433}.calendar-module__3zj2mG__deleteBtn{color:var(--text-muted);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:999px;padding:.25rem .6rem;font-size:.72rem}.calendar-module__3zj2mG__deleteBtn:hover{border-color:var(--danger);color:var(--danger)}@media (max-width:640px){.calendar-module__3zj2mG__page{padding:1rem 1rem 2rem}.calendar-module__3zj2mG__header{flex-direction:column;gap:.8rem}.calendar-module__3zj2mG__title{font-size:1.5rem}.calendar-module__3zj2mG__toolbar{flex-direction:column}.calendar-module__3zj2mG__formRow{grid-template-columns:1fr}.calendar-module__3zj2mG__statsRow{grid-template-columns:repeat(2,1fr)}.calendar-module__3zj2mG__calendarDay{min-height:60px}.calendar-module__3zj2mG__calendarEvent{font-size:.55rem}.calendar-module__3zj2mG__eventCard,.calendar-module__3zj2mG__eventCardFeatured{flex-direction:column}.calendar-module__3zj2mG__eventImage{width:100%;height:140px}}
.culture-module__4VN-jG__tabRow{max-width:var(--max-width);gap:.5rem;margin:1.2rem auto 0;padding:0 1.5rem;display:flex}.culture-module__4VN-jG__tab{border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;transition:all var(--duration-fast);background:0 0;border-radius:999px;padding:.55rem 1.2rem;font-size:.88rem}.culture-module__4VN-jG__tab:hover{border-color:var(--border-hover);color:var(--text)}.culture-module__4VN-jG__tabActive{background:var(--accent);color:var(--on-accent);border-color:var(--accent);font-weight:600}.culture-module__4VN-jG__filterRow{max-width:var(--max-width);flex-wrap:wrap;gap:.4rem;margin:0 auto;padding:.8rem 1.5rem 0;display:flex}.culture-module__4VN-jG__filterChip{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;white-space:nowrap;transition:all var(--duration-fast);background:0 0;border-radius:999px;padding:.35rem .85rem;font-size:.78rem}.culture-module__4VN-jG__filterChip:hover{border-color:var(--border-hover);color:var(--text-secondary)}.culture-module__4VN-jG__filterChipActive{background:var(--accent-muted);border-color:var(--accent-border);color:var(--accent);font-weight:600}.culture-module__4VN-jG__filterLabel{max-width:var(--max-width);color:var(--text-secondary);align-items:center;gap:.4rem;margin:.6rem auto 0;padding:0 1.5rem;font-size:.82rem;display:flex}.culture-module__4VN-jG__filterClear{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:0 .3rem;font-size:1.1rem;line-height:1}.culture-module__4VN-jG__filterClear:hover{color:var(--danger)}.culture-module__4VN-jG__searchRow{max-width:var(--max-width);margin:.8rem auto 0;padding:0 1.5rem}.culture-module__4VN-jG__searchBar{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);transition:border-color var(--duration-fast);border-radius:999px;padding:.7rem 1rem;font-size:.88rem}.culture-module__4VN-jG__searchBar::placeholder{color:var(--text-muted)}.culture-module__4VN-jG__searchBar:focus{border-color:var(--accent-blue-focus);outline:none}.culture-module__4VN-jG__feedSection{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem 2rem}.culture-module__4VN-jG__feed{flex-direction:column;gap:1rem;margin-top:1rem;display:flex}.culture-module__4VN-jG__emptyState{text-align:center;color:var(--text-muted);padding:3rem 1rem;font-size:.95rem}.culture-module__4VN-jG__updateTime{}.culture-module__4VN-jG__postCard{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);transition:border-color var(--duration-fast);flex-direction:column;gap:.7rem;padding:1.2rem;display:flex}.culture-module__4VN-jG__postCard:hover{border-color:var(--border-hover)}.culture-module__4VN-jG__postHeader{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.culture-module__4VN-jG__postOrg{color:var(--text);align-items:center;gap:.5rem;min-width:0;text-decoration:none;display:flex}.culture-module__4VN-jG__postOrg:hover .culture-module__4VN-jG__postOrgName{color:var(--accent)}.culture-module__4VN-jG__postAvatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:36px;height:36px}.culture-module__4VN-jG__postAvatarPlaceholder{background:var(--accent-muted);width:36px;height:36px;color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.culture-module__4VN-jG__postOrgName{white-space:nowrap;text-overflow:ellipsis;transition:color var(--duration-fast);font-size:.88rem;font-weight:600;overflow:hidden}.culture-module__4VN-jG__postCategory{color:var(--accent-blue);background:var(--accent-blue-subtle);border-radius:999px;flex-shrink:0;padding:.15rem .45rem;font-size:.72rem}.culture-module__4VN-jG__postDate{color:var(--text-muted);white-space:nowrap;flex-shrink:0;font-size:.78rem}.culture-module__4VN-jG__postText{color:var(--text-secondary);white-space:pre-line;word-break:break-word;font-size:.9rem;line-height:1.65}.culture-module__4VN-jG__expandBtn{color:var(--accent-blue);cursor:pointer;background:0 0;border:none;margin-top:.2rem;padding:.2rem 0;font-size:.82rem}.culture-module__4VN-jG__expandBtn:hover{text-decoration:underline}.culture-module__4VN-jG__postPhotoSingle{border-radius:var(--radius-md);overflow:hidden}.culture-module__4VN-jG__postPhotoSingle .culture-module__4VN-jG__postPhoto{width:100%;height:auto;display:block}.culture-module__4VN-jG__postPhotoGrid{border-radius:var(--radius-md);grid-template-columns:1fr 1fr;gap:.35rem;display:grid;overflow:hidden}.culture-module__4VN-jG__postPhotoGrid .culture-module__4VN-jG__postPhoto{width:100%;height:auto;display:block}.culture-module__4VN-jG__postLink{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-interactive);color:var(--accent-blue);text-overflow:ellipsis;white-space:nowrap;transition:border-color var(--duration-fast);padding:.6rem .8rem;font-size:.82rem;text-decoration:none;display:block;overflow:hidden}.culture-module__4VN-jG__postLink:hover{border-color:var(--accent-blue)}.culture-module__4VN-jG__postFooter{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding-top:.4rem;display:flex}.culture-module__4VN-jG__postStat{color:var(--text-muted);font-size:.78rem}.culture-module__4VN-jG__postVkLink{color:var(--text-muted);transition:color var(--duration-fast);font-size:.78rem;text-decoration:none}.culture-module__4VN-jG__postVkLink:hover{color:var(--accent-blue)}.culture-module__4VN-jG__orgsSection{max-width:var(--max-width);margin:0 auto;padding:1.2rem 1.5rem 2rem}.culture-module__4VN-jG__orgsGrid{grid-template-columns:repeat(auto-fill,minmax(min(300px,100%),1fr));gap:1rem;display:grid}.culture-module__4VN-jG__orgCard{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);color:var(--text);transition:transform var(--duration-base) var(--ease-out), border-color var(--duration-base);flex-direction:column;gap:.7rem;padding:1.2rem;text-decoration:none;display:flex}.culture-module__4VN-jG__orgCard:hover{border-color:var(--border-hover);transform:translateY(-2px)}.culture-module__4VN-jG__orgCardHeader{align-items:center;gap:.8rem;display:flex}.culture-module__4VN-jG__orgAvatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:56px;height:56px}.culture-module__4VN-jG__orgAvatarPlaceholder{background:var(--accent-muted);width:56px;height:56px;color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.3rem;font-weight:700;display:flex}.culture-module__4VN-jG__orgName{font-family:var(--font-display);color:var(--white);font-size:1.1rem;font-weight:500;line-height:1.2}.culture-module__4VN-jG__orgCategoryBadge{color:var(--accent);background:var(--accent-subtle);letter-spacing:.04em;border-radius:999px;padding:.15rem .5rem;font-size:.72rem;font-weight:600;display:inline-block}.culture-module__4VN-jG__orgDesc{color:var(--text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.84rem;line-height:1.55;display:-webkit-box;overflow:hidden}.culture-module__4VN-jG__orgMeta{border-top:1px solid var(--border);align-items:center;gap:.7rem;margin-top:auto;padding-top:.5rem;display:flex}.culture-module__4VN-jG__orgMembers{color:var(--text-muted);font-size:.78rem}.culture-module__4VN-jG__orgVk{color:var(--accent-blue);background:var(--accent-blue-subtle);border-radius:999px;margin-left:auto;padding:.15rem .5rem;font-size:.72rem;font-weight:700}.culture-module__4VN-jG__orgHeader{max-width:var(--max-width);margin:0 auto;padding:1.5rem 1.5rem 0}.culture-module__4VN-jG__orgHeaderInner{align-items:center;gap:1rem;display:flex}.culture-module__4VN-jG__orgHeaderAvatar{object-fit:cover;border:2px solid var(--border);border-radius:50%;flex-shrink:0;width:72px;height:72px}.culture-module__4VN-jG__orgHeaderAvatarPlaceholder{background:var(--accent-muted);width:72px;height:72px;color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.6rem;font-weight:700;display:flex}.culture-module__4VN-jG__orgHeaderInfo{min-width:0}.culture-module__4VN-jG__orgHeaderName{font-family:var(--font-display);color:var(--white);font-size:1.5rem;font-weight:500;line-height:1.15}.culture-module__4VN-jG__orgHeaderFull{color:var(--text-muted);margin-top:.15rem;font-size:.82rem}.culture-module__4VN-jG__orgHeaderMeta{flex-wrap:wrap;align-items:center;gap:.6rem;margin-top:.5rem;display:flex}.culture-module__4VN-jG__orgVkButton{color:var(--white);background:var(--accent-blue);transition:opacity var(--duration-fast);border-radius:999px;padding:.35rem .8rem;font-size:.78rem;font-weight:600;text-decoration:none}.culture-module__4VN-jG__orgVkButton:hover{opacity:.85}.culture-module__4VN-jG__orgHeaderDesc{color:var(--text-secondary);border-top:1px solid var(--border);margin-top:1rem;padding-top:.8rem;font-size:.88rem;line-height:1.6}@media (max-width:640px){.culture-module__4VN-jG__tabRow{margin-top:.8rem;padding:0 1rem}.culture-module__4VN-jG__filterRow{gap:.3rem;padding:0 1rem}.culture-module__4VN-jG__searchRow,.culture-module__4VN-jG__filterLabel{padding:0 1rem}.culture-module__4VN-jG__feedSection{padding:0 1rem 2rem}.culture-module__4VN-jG__orgsSection{padding:1rem 1rem 2rem}.culture-module__4VN-jG__orgHeader{padding:1rem 1rem 0}.culture-module__4VN-jG__orgHeaderInner{gap:.7rem}.culture-module__4VN-jG__orgHeaderAvatar,.culture-module__4VN-jG__orgHeaderAvatarPlaceholder{width:56px;height:56px;font-size:1.2rem}.culture-module__4VN-jG__orgHeaderName{font-size:1.2rem}.culture-module__4VN-jG__postPhotoGrid{grid-template-columns:1fr 1fr}.culture-module__4VN-jG__orgsGrid{grid-template-columns:1fr}}
.electricity-module__dLLXhG__feed{max-width:var(--max-width);margin:0 auto;padding:1.8rem 1.5rem 0}.electricity-module__dLLXhG__feedHeader{}.electricity-module__dLLXhG__feedTitle{}.electricity-module__dLLXhG__feedCount{}.electricity-module__dLLXhG__filterBar{max-width:var(--max-width);flex-wrap:wrap;align-items:center;gap:.75rem;margin:0 auto;padding:1.2rem 1.5rem 0;display:flex}.electricity-module__dLLXhG__statusChips{gap:.4rem;display:flex}.electricity-module__dLLXhG__chip{border:1px solid var(--border);color:var(--text-secondary);font-size:var(--text-sm);cursor:pointer;transition:all var(--duration-fast) var(--ease-classic);background:0 0;border-radius:999px;padding:.4rem .85rem;font-weight:500}.electricity-module__dLLXhG__chip:hover{border-color:var(--border-medium);color:var(--white)}.electricity-module__dLLXhG__chipActive{color:#f59e0b;background:#f59e0b26;border-color:#f59e0b66;}.electricity-module__dLLXhG__searchInput{border:1px solid var(--border);background:var(--glass-faint);min-width:180px;color:var(--white);font-size:var(--text-sm);transition:border-color var(--duration-fast) var(--ease-classic);border-radius:999px;outline:none;flex:1;padding:.45rem .85rem}.electricity-module__dLLXhG__searchInput::placeholder{color:var(--text-muted)}.electricity-module__dLLXhG__searchInput:focus{border-color:#f59e0b80}.electricity-module__dLLXhG__dateGroup{margin-bottom:1.8rem}.electricity-module__dLLXhG__dateHeading{top:var(--nav-height);z-index:5;border-bottom:1px solid var(--border);background:linear-gradient(180deg, var(--overlay-solid), #08111cf5), linear-gradient(90deg, #f59e0b0f, transparent 38%);letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:.45rem;padding:.7rem 0;font-size:.78rem;font-weight:600;position:sticky}.electricity-module__dLLXhG__completedSection{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.electricity-module__dLLXhG__completedToggle{border:none;border-top:1px solid var(--border);width:100%;color:var(--text-muted);font-size:var(--text-sm);cursor:pointer;transition:color var(--duration-fast);background:0 0;align-items:center;gap:.5rem;padding:.85rem 0;display:flex}.electricity-module__dLLXhG__completedToggle:hover{color:var(--text-secondary)}.electricity-module__dLLXhG__completedArrow{transition:transform var(--duration-fast)}.electricity-module__dLLXhG__completedArrowOpen{transform:rotate(90deg);}.electricity-module__dLLXhG__completedCards{padding-bottom:1rem}.electricity-module__dLLXhG__attribution{max-width:var(--max-width);font-size:var(--text-xs);color:var(--text-muted);margin:0 auto;padding:1.5rem 1.5rem 0}.electricity-module__dLLXhG__attribution a{color:var(--text-secondary);text-decoration:none}.electricity-module__dLLXhG__attribution a:hover{color:var(--white)}.electricity-module__dLLXhG__emptyState{text-align:center;color:var(--text-secondary);padding:4.5rem 1rem;font-size:.95rem}.electricity-module__dLLXhG__emptyIcon{opacity:.5;margin-bottom:1rem;font-size:2.5rem}.electricity-module__dLLXhG__updateTime{}@media (max-width:640px){.electricity-module__dLLXhG__feed{padding:1.2rem 1rem 0}.electricity-module__dLLXhG__filterBar{padding:1rem 1rem 0}.electricity-module__dLLXhG__completedSection{padding:0 1rem}.electricity-module__dLLXhG__attribution{padding:1.5rem 1rem 0}.electricity-module__dLLXhG__searchInput{min-width:100%}}
.guideArticle-module__1LGYrq__article{}.guideArticle-module__1LGYrq__content h2{font-family:var(--font-display);color:var(--white);border-bottom:1px solid var(--border);margin:2rem 0 .8rem;padding-bottom:.5rem;font-size:1.4rem;font-weight:500}.guideArticle-module__1LGYrq__content h3{color:var(--accent);margin:1.5rem 0 .5rem;font-size:1.1rem;font-weight:600}.guideArticle-module__1LGYrq__content h4{color:var(--text);margin:1.2rem 0 .4rem;font-size:.95rem;font-weight:600}.guideArticle-module__1LGYrq__content p{color:var(--text-secondary);margin-bottom:.8rem;font-size:.95rem;line-height:1.7}.guideArticle-module__1LGYrq__content strong{color:var(--white);font-weight:600}.guideArticle-module__1LGYrq__content a{color:var(--accent-blue);transition:border-color var(--duration-fast);border-bottom:1px solid #4a90e24d;text-decoration:none}.guideArticle-module__1LGYrq__content a:hover{border-color:var(--accent-blue)}.guideArticle-module__1LGYrq__content ul,.guideArticle-module__1LGYrq__content ol{margin-bottom:1rem;padding-left:1.3rem}.guideArticle-module__1LGYrq__content li{color:var(--text-secondary);margin-bottom:.3rem;font-size:.95rem;line-height:1.65}.guideArticle-module__1LGYrq__content li strong{color:var(--white)}.guideArticle-module__1LGYrq__content hr{border:none;border-top:1px solid var(--border);margin:1.5rem 0}.guideArticle-module__1LGYrq__content table{border-collapse:collapse;width:100%;margin:1rem 0;font-size:.88rem}.guideArticle-module__1LGYrq__content th,.guideArticle-module__1LGYrq__content td{border:1px solid var(--border);text-align:left;padding:.6rem .8rem}.guideArticle-module__1LGYrq__content th{background:var(--surface);color:var(--accent);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:600}.guideArticle-module__1LGYrq__content td{color:var(--text-secondary)}.guideArticle-module__1LGYrq__content code{background:var(--surface);color:var(--accent);border-radius:4px;padding:.1rem .35rem;font-size:.85rem}.guideArticle-module__1LGYrq__faqSection{border-top:1px solid var(--border);margin-top:2.5rem;padding-top:1.5rem}.guideArticle-module__1LGYrq__faqTitle{font-family:var(--font-display);color:var(--white);margin-bottom:1.2rem;font-size:1.4rem;font-weight:500}.guideArticle-module__1LGYrq__faqItem{border-radius:var(--radius-card);background:var(--surface);border:1px solid var(--border);margin-bottom:1.2rem;padding:1rem 1.2rem}.guideArticle-module__1LGYrq__faqQuestion{color:var(--white);margin-bottom:.4rem;font-size:.95rem;font-weight:600}.guideArticle-module__1LGYrq__faqAnswer{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.guideArticle-module__1LGYrq__related{border-top:1px solid var(--border);margin-top:2.5rem;padding-top:1.5rem}.guideArticle-module__1LGYrq__relatedTitle{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:.8rem;font-size:.85rem;font-weight:600}.guideArticle-module__1LGYrq__relatedLinks{flex-wrap:wrap;gap:.5rem;display:flex}.guideArticle-module__1LGYrq__relatedLink{border:1px solid var(--border);background:var(--surface);color:var(--text-secondary);font-size:var(--text-sm);transition:all var(--duration-fast);border-radius:999px;padding:.4rem .85rem;text-decoration:none}.guideArticle-module__1LGYrq__relatedLink:hover{color:var(--white);border-color:#10b9814d}.guideArticle-module__1LGYrq__meta{border-top:1px solid var(--border);font-size:var(--text-xs);color:var(--text-muted);margin-top:2rem;padding-top:1rem}.guideArticle-module__1LGYrq__updateTime{}@media (max-width:640px){.guideArticle-module__1LGYrq__content h2{font-size:1.2rem}.guideArticle-module__1LGYrq__faqItem{padding:.8rem 1rem}}
.guides-module__ZUscSq__feed{max-width:var(--max-width);margin:0 auto;padding:1.8rem 1.5rem 0}.guides-module__ZUscSq__feedHeader{}.guides-module__ZUscSq__feedTitle{}.guides-module__ZUscSq__feedCount{}.guides-module__ZUscSq__filterBar{max-width:var(--max-width);flex-wrap:wrap;gap:.4rem;margin:0 auto;padding:1.2rem 1.5rem 0;display:flex}.guides-module__ZUscSq__chip{border:1px solid var(--border);color:var(--text-secondary);font-size:var(--text-sm);cursor:pointer;transition:all var(--duration-fast) var(--ease-classic);background:0 0;border-radius:999px;padding:.4rem .85rem;font-weight:500}.guides-module__ZUscSq__chip:hover{border-color:var(--border-medium);color:var(--white)}.guides-module__ZUscSq__chipActive{color:#10b981;background:#10b9811f;border-color:#10b98159;}.guides-module__ZUscSq__grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem;padding-top:1.2rem;display:grid}.guides-module__ZUscSq__card{border-radius:var(--radius-card);background:var(--surface);border:1px solid var(--border);transition:border-color var(--duration-base) var(--ease-classic), transform var(--duration-fast);flex-direction:column;padding:1.3rem 1.4rem;text-decoration:none;display:flex}.guides-module__ZUscSq__card:hover{border-color:#10b9814d;transform:translateY(-2px)}.guides-module__ZUscSq__cardCategory{text-transform:uppercase;letter-spacing:.06em;color:#10b981;background:#10b9811f;border-radius:999px;align-self:flex-start;margin-bottom:.7rem;padding:.15rem .55rem;font-size:.68rem;font-weight:600;display:inline-block}.guides-module__ZUscSq__cardTitle{font-family:var(--font-display);color:var(--white);margin-bottom:.5rem;font-size:1.1rem;font-weight:500;line-height:1.35}.guides-module__ZUscSq__cardDesc{font-size:var(--text-sm);color:var(--text-secondary);flex:1;line-height:1.55}.guides-module__ZUscSq__cardDate{font-size:var(--text-xs);color:var(--text-muted);margin-top:.7rem}.guides-module__ZUscSq__updateTime{}@media (max-width:640px){.guides-module__ZUscSq__feed{padding:1.2rem 1rem 0}.guides-module__ZUscSq__filterBar{padding:1rem 1rem 0}.guides-module__ZUscSq__grid{grid-template-columns:1fr}}
.outages-module__Oj5UaW__feed{max-width:var(--max-width);margin:0 auto;padding:1.8rem 1.5rem 0}.outages-module__Oj5UaW__feedHeader{}.outages-module__Oj5UaW__feedTitle{}.outages-module__Oj5UaW__feedCount{}.outages-module__Oj5UaW__filterBar{max-width:var(--max-width);flex-direction:column;gap:.75rem;margin:0 auto;padding:1.2rem 1.5rem 0;display:flex}.outages-module__Oj5UaW__chipRow{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.outages-module__Oj5UaW__chipGroup{gap:.4rem;display:flex}.outages-module__Oj5UaW__chip{border:1px solid var(--border);color:var(--text-secondary);font-size:var(--text-sm);cursor:pointer;transition:all var(--duration-fast) var(--ease-classic);background:0 0;border-radius:999px;padding:.4rem .85rem;font-weight:500}.outages-module__Oj5UaW__chip:hover{border-color:var(--border-medium);color:var(--white)}.outages-module__Oj5UaW__chipActive{color:#f87171;background:#ef44441f;border-color:#ef444459;}.outages-module__Oj5UaW__typeChip{border:1px solid var(--border);color:var(--text-secondary);font-size:var(--text-sm);cursor:pointer;transition:all var(--duration-fast) var(--ease-classic);background:0 0;border-radius:999px;padding:.4rem .85rem;font-weight:500}.outages-module__Oj5UaW__typeChip:hover{border-color:var(--border-medium);color:var(--white)}.outages-module__Oj5UaW__typeChipActive{color:var(--accent);background:#e5b1431f;border-color:#e5b14359;}.outages-module__Oj5UaW__searchInput{border:1px solid var(--border);background:var(--glass-faint);width:100%;max-width:360px;color:var(--white);font-size:var(--text-sm);transition:border-color var(--duration-fast) var(--ease-classic);border-radius:999px;outline:none;padding:.45rem .85rem}.outages-module__Oj5UaW__searchInput::placeholder{color:var(--text-muted)}.outages-module__Oj5UaW__searchInput:focus{border-color:#ef444466}.outages-module__Oj5UaW__dateGroup{margin-bottom:1.8rem}.outages-module__Oj5UaW__dateHeading{top:var(--nav-height);z-index:5;border-bottom:1px solid var(--border);background:linear-gradient(180deg, var(--overlay-solid), #08111cf5), linear-gradient(90deg, #ef44440f, transparent 38%);letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:.45rem;padding:.7rem 0;font-size:.78rem;font-weight:600;position:sticky}.outages-module__Oj5UaW__completedSection{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.outages-module__Oj5UaW__completedToggle{border:none;border-top:1px solid var(--border);width:100%;color:var(--text-muted);font-size:var(--text-sm);cursor:pointer;transition:color var(--duration-fast);background:0 0;align-items:center;gap:.5rem;padding:.85rem 0;display:flex}.outages-module__Oj5UaW__completedToggle:hover{color:var(--text-secondary)}.outages-module__Oj5UaW__completedArrow{transition:transform var(--duration-fast)}.outages-module__Oj5UaW__completedArrowOpen{transform:rotate(90deg);}.outages-module__Oj5UaW__completedCards{padding-bottom:1rem}.outages-module__Oj5UaW__attribution{max-width:var(--max-width);font-size:var(--text-xs);color:var(--text-muted);margin:0 auto;padding:1.5rem 1.5rem 0}.outages-module__Oj5UaW__attribution a{color:var(--text-secondary);text-decoration:none}.outages-module__Oj5UaW__attribution a:hover{color:var(--white)}.outages-module__Oj5UaW__emptyState{text-align:center;color:var(--text-secondary);padding:4.5rem 1rem;font-size:.95rem}.outages-module__Oj5UaW__emptyIcon{opacity:.5;margin-bottom:1rem;font-size:2.5rem}.outages-module__Oj5UaW__updateTime{}@media (max-width:640px){.outages-module__Oj5UaW__feed{padding:1.2rem 1rem 0}.outages-module__Oj5UaW__filterBar{padding:1rem 1rem 0}.outages-module__Oj5UaW__completedSection{padding:0 1rem}.outages-module__Oj5UaW__attribution{padding:1.5rem 1rem 0}.outages-module__Oj5UaW__chipRow{gap:.5rem}.outages-module__Oj5UaW__chipGroup{flex-wrap:wrap}}
.water-module__R35HEa__feed{max-width:var(--max-width);margin:0 auto;padding:1.8rem 1.5rem 0}.water-module__R35HEa__feedHeader{}.water-module__R35HEa__feedTitle{}.water-module__R35HEa__feedCount{}.water-module__R35HEa__filterBar{max-width:var(--max-width);flex-wrap:wrap;align-items:center;gap:.75rem;margin:0 auto;padding:1.2rem 1.5rem 0;display:flex}.water-module__R35HEa__statusChips{gap:.4rem;display:flex}.water-module__R35HEa__chip{border:1px solid var(--border);color:var(--text-secondary);font-size:var(--text-sm);cursor:pointer;transition:all var(--duration-fast) var(--ease-classic);background:0 0;border-radius:999px;padding:.4rem .85rem;font-weight:500}.water-module__R35HEa__chip:hover{border-color:var(--border-medium);color:var(--white)}.water-module__R35HEa__chipActive{color:#5ba4cf;background:#5ba4cf26;border-color:#5ba4cf66;}.water-module__R35HEa__searchInput{border:1px solid var(--border);background:var(--glass-faint);min-width:180px;color:var(--white);font-size:var(--text-sm);transition:border-color var(--duration-fast) var(--ease-classic);border-radius:999px;outline:none;flex:1;padding:.45rem .85rem}.water-module__R35HEa__searchInput::placeholder{color:var(--text-muted)}.water-module__R35HEa__searchInput:focus{border-color:#5ba4cf80}.water-module__R35HEa__dateGroup{margin-bottom:1.8rem}.water-module__R35HEa__dateHeading{top:var(--nav-height);z-index:5;border-bottom:1px solid var(--border);background:linear-gradient(180deg, var(--overlay-solid), #08111cf5), linear-gradient(90deg, #5ba4cf0f, transparent 38%);letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:.45rem;padding:.7rem 0;font-size:.78rem;font-weight:600;position:sticky}.water-module__R35HEa__card{border-radius:var(--radius-card);background:var(--surface);border:1px solid var(--border);transition:border-color var(--duration-base) var(--ease-classic);margin-bottom:.5rem;padding:1.15rem 1.25rem;position:relative}.water-module__R35HEa__card:hover{border-color:var(--border-medium)}.water-module__R35HEa__cardHeader{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.65rem;display:flex}.water-module__R35HEa__badge{letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;border-radius:999px;align-items:center;gap:.3rem;padding:.2rem .6rem;font-size:.7rem;font-weight:600;display:inline-flex}.water-module__R35HEa__badgeActive{color:#f87171;background:#ef444426;}.water-module__R35HEa__badgeUpcoming{color:#fbbf24;background:#eab30826;}.water-module__R35HEa__badgeCompleted{color:var(--text-muted);background:#64748b26;}.water-module__R35HEa__badgeDot{background:currentColor;border-radius:50%;width:6px;height:6px}.water-module__R35HEa__badgeDotPulse{animation:2s ease-in-out infinite water-module__R35HEa__pulse;}@keyframes water-module__R35HEa__pulse{0%,to{opacity:1}50%{opacity:.4}}.water-module__R35HEa__cardTime{font-family:var(--font-mono);font-size:var(--text-sm);color:var(--text-secondary)}.water-module__R35HEa__cardTitle{color:var(--white);margin-bottom:.75rem;font-size:.95rem;font-weight:500;line-height:1.4}.water-module__R35HEa__district{margin-bottom:.6rem}.water-module__R35HEa__districtName{font-size:var(--text-sm);color:#5ba4cf;margin-bottom:.3rem;font-weight:600}.water-module__R35HEa__addressList{margin:0;padding:0;list-style:none}.water-module__R35HEa__addressItem{font-size:var(--text-sm);color:var(--text-secondary);padding-left:.9rem;line-height:1.6;position:relative}.water-module__R35HEa__addressItem:before{content:"";background:var(--text-muted);border-radius:50%;width:4px;height:4px;position:absolute;top:.55rem;left:0}.water-module__R35HEa__sourceLink{font-size:var(--text-xs);color:var(--text-muted);transition:color var(--duration-fast);align-items:center;gap:.3rem;margin-top:.5rem;text-decoration:none;display:inline-flex}.water-module__R35HEa__sourceLink:hover{color:var(--text-secondary)}.water-module__R35HEa__completedSection{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.water-module__R35HEa__completedToggle{border:none;border-top:1px solid var(--border);width:100%;color:var(--text-muted);font-size:var(--text-sm);cursor:pointer;transition:color var(--duration-fast);background:0 0;align-items:center;gap:.5rem;padding:.85rem 0;display:flex}.water-module__R35HEa__completedToggle:hover{color:var(--text-secondary)}.water-module__R35HEa__completedArrow{transition:transform var(--duration-fast)}.water-module__R35HEa__completedArrowOpen{transform:rotate(90deg);}.water-module__R35HEa__completedCards{padding-bottom:1rem}.water-module__R35HEa__completedCards .water-module__R35HEa__card{opacity:.6}.water-module__R35HEa__attribution{max-width:var(--max-width);font-size:var(--text-xs);color:var(--text-muted);margin:0 auto;padding:1.5rem 1.5rem 0}.water-module__R35HEa__attribution a{color:var(--text-secondary);text-decoration:none}.water-module__R35HEa__attribution a:hover{color:var(--white)}.water-module__R35HEa__emptyState{text-align:center;color:var(--text-secondary);padding:4.5rem 1rem;font-size:.95rem}.water-module__R35HEa__emptyIcon{opacity:.5;margin-bottom:1rem;font-size:2.5rem}.water-module__R35HEa__updateTime{}.water-module__R35HEa__highlight{background:#5ba4cf33;border-radius:2px;padding:0 2px}@media (max-width:640px){.water-module__R35HEa__feed{padding:1.2rem 1rem 0}.water-module__R35HEa__filterBar{padding:1rem 1rem 0}.water-module__R35HEa__completedSection{padding:0 1rem}.water-module__R35HEa__attribution{padding:1.5rem 1rem 0}.water-module__R35HEa__searchInput{min-width:100%}}
.weather-module__3_WqNa__container{max-width:var(--max-width);margin:0 auto;padding:1.8rem 1.5rem 0}.weather-module__3_WqNa__loading,.weather-module__3_WqNa__errorState{text-align:center;color:var(--text-secondary);padding:4rem 1rem;font-size:.95rem}.weather-module__3_WqNa__currentCard{border-radius:var(--radius-xl);background:var(--surface);border:1px solid var(--border);margin-bottom:2rem;padding:1.5rem}.weather-module__3_WqNa__currentMain{align-items:center;gap:1rem;margin-bottom:1.2rem;display:flex}.weather-module__3_WqNa__currentIcon{font-size:3.5rem;line-height:1}.weather-module__3_WqNa__currentTemp{font-family:var(--font-mono);color:var(--white);letter-spacing:-.03em;font-size:3.2rem;font-weight:700;line-height:1}.weather-module__3_WqNa__currentLabel{color:var(--text-secondary);margin-top:.2rem;font-size:1.05rem}.weather-module__3_WqNa__currentMeta{border-top:1px solid var(--border);flex-wrap:wrap;gap:1.5rem;padding-top:1rem;display:flex}.weather-module__3_WqNa__metaItem{flex-direction:column;gap:.15rem;display:flex}.weather-module__3_WqNa__metaLabel{font-size:var(--text-xs);color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em}.weather-module__3_WqNa__metaValue{font-family:var(--font-mono);font-size:var(--text-sm);color:var(--white);font-weight:600}.weather-module__3_WqNa__section{margin-bottom:2rem}.weather-module__3_WqNa__sectionTitle{font-family:var(--font-display);color:var(--white);border-bottom:1px solid var(--border);margin-bottom:1rem;padding-bottom:.6rem;font-size:1.35rem;font-weight:500}.weather-module__3_WqNa__dailyGrid{grid-template-columns:repeat(7,1fr);gap:.5rem;display:grid}.weather-module__3_WqNa__dayCard{border-radius:var(--radius-card);background:var(--surface);border:1px solid var(--border);cursor:pointer;transition:all var(--duration-fast) var(--ease-classic);flex-direction:column;align-items:center;gap:.35rem;padding:.85rem .5rem;display:flex}.weather-module__3_WqNa__dayCard:hover{border-color:var(--border-hover);background:var(--bg-layer)}.weather-module__3_WqNa__dayCardActive{background:#5ba4cf14;border-color:#5ba4cf66;}.weather-module__3_WqNa__dayName{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.06em;font-size:.72rem;font-weight:600}.weather-module__3_WqNa__dayDate{font-size:var(--text-xs);color:var(--text-muted)}.weather-module__3_WqNa__dayIcon{margin:.2rem 0;font-size:1.6rem;line-height:1}.weather-module__3_WqNa__dayTemps{align-items:baseline;gap:.4rem;display:flex}.weather-module__3_WqNa__dayMax{font-family:var(--font-mono);font-size:var(--text-sm);color:var(--white);font-weight:700}.weather-module__3_WqNa__dayMin{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--text-muted)}.weather-module__3_WqNa__dayPrecip{color:#5ba4cf;font-size:.65rem;font-family:var(--font-mono)}.weather-module__3_WqNa__hourlyGrid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.4rem;display:grid}.weather-module__3_WqNa__hourCard{border-radius:var(--radius-card);background:var(--surface);border:1px solid var(--border);transition:background var(--duration-fast);flex-direction:column;align-items:center;gap:.3rem;padding:.75rem .4rem;display:flex}.weather-module__3_WqNa__hourCard:hover{background:var(--bg-layer)}.weather-module__3_WqNa__hourTime{font-family:var(--font-mono);color:var(--text-muted);font-variant-numeric:tabular-nums;font-size:.72rem}.weather-module__3_WqNa__hourIcon{font-size:1.3rem;line-height:1}.weather-module__3_WqNa__hourTemp{font-family:var(--font-mono);font-size:var(--text-base);color:var(--white);font-weight:700}.weather-module__3_WqNa__hourDetails{color:var(--text-muted);font-size:.65rem;font-family:var(--font-mono);flex-direction:column;align-items:center;gap:.1rem;display:flex}.weather-module__3_WqNa__attribution{text-align:center;font-size:var(--text-xs);color:var(--text-muted);padding:1.5rem 1rem}.weather-module__3_WqNa__attribution a{color:var(--text-secondary);text-decoration:none}.weather-module__3_WqNa__attribution a:hover{color:var(--white)}@media (max-width:960px){.weather-module__3_WqNa__dailyGrid{grid-template-columns:repeat(4,1fr)}}@media (max-width:640px){.weather-module__3_WqNa__container{padding:1.2rem 1rem 0}.weather-module__3_WqNa__currentTemp{font-size:2.5rem}.weather-module__3_WqNa__currentIcon{font-size:2.8rem}.weather-module__3_WqNa__currentMeta{gap:1rem}.weather-module__3_WqNa__dailyGrid{grid-template-columns:repeat(3,1fr)}.weather-module__3_WqNa__hourlyGrid{grid-template-columns:repeat(4,1fr)}}
.datsan-module__l12GsW__zurhaiSection{max-width:var(--max-width);margin:1.8rem auto 0;padding:0 1.5rem}.datsan-module__l12GsW__zurhaiHeader{justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.75rem;display:flex}.datsan-module__l12GsW__zurhaiTitle{font-family:var(--font-display);color:var(--white);font-size:1.65rem;font-weight:400}.datsan-module__l12GsW__zurhaiAll{color:var(--accent);letter-spacing:.1em;text-transform:uppercase;font-size:.76rem;font-weight:600}.datsan-module__l12GsW__zurhaiCard{border:1px solid var(--accent);border-radius:var(--radius-lg);background-blend-mode:overlay;box-shadow:var(--shadow-soft), 0 0 10px var(--surface-active);background-color:#0000;background-image:linear-gradient(#1c1f26eb,#0f1115fa),url(/images/ethnic_pattern_ulzi.webp);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:200px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;padding:1.35rem}.datsan-module__l12GsW__zurhaiDay{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.85rem;font-size:.8rem}.datsan-module__l12GsW__zurhaiContent{color:var(--text-secondary);font-size:.9rem;line-height:1.8}.datsan-module__l12GsW__zurhaiContent p{margin:0 0 .6rem}.datsan-module__l12GsW__zurhaiContent p:last-child{margin-bottom:0}.datsan-module__l12GsW__zurhaiSource{font-size:var(--text-xs);color:var(--text-muted);margin-top:.9rem}.datsan-module__l12GsW__zurhaiSource a{color:var(--accent-blue)}.datsan-module__l12GsW__datsansSection{max-width:var(--max-width);margin:2.2rem auto 0;padding:0 1.5rem}.datsan-module__l12GsW__sectionTitle{font-size:1.65rem;}.datsan-module__l12GsW__grid{grid-template-columns:repeat(auto-fill,minmax(min(380px,100%),1fr));gap:1rem;display:grid}.datsan-module__l12GsW__card{border:1px solid var(--accent);border-radius:var(--radius-lg);background-blend-mode:overlay;box-shadow:var(--shadow-soft);transition:transform var(--duration-base) var(--ease-out), border-color var(--duration-base) var(--ease-out), box-shadow var(--duration-base) var(--ease-out);background-color:#0000;background-image:linear-gradient(#1c1f26e6,#0f1115fa),url(/images/ethnic_pattern_ulzi.webp);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:200px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;display:block}.datsan-module__l12GsW__card:hover{border-color:var(--accent-border-strong);box-shadow:var(--shadow-strong), var(--shadow-glow);transform:translateY(-4px)}.datsan-module__l12GsW__cardBody{flex-direction:column;gap:.45rem;padding:1.3rem;display:flex}.datsan-module__l12GsW__cardTitle{font-family:var(--font-display);color:var(--white);font-size:1.45rem;font-weight:400;line-height:1.05}.datsan-module__l12GsW__cardAddress,.datsan-module__l12GsW__cardHours{font-size:.8rem;}.datsan-module__l12GsW__cardAddress:before{background:var(--tone-earth)}.datsan-module__l12GsW__cardHours:before{background:var(--accent)}.datsan-module__l12GsW__cardDesc{color:var(--text-secondary);font-size:.84rem;line-height:1.65}.datsan-module__l12GsW__cardSchedule{border-top:1px solid var(--tone-earth-dim);flex-direction:column;gap:.24rem;margin-top:.35rem;padding-top:.5rem;display:flex}.datsan-module__l12GsW__scheduleTag{color:var(--tone-earth);font-size:.78rem}.datsan-module__l12GsW__updateTime{}@media (max-width:640px){.datsan-module__l12GsW__zurhaiSection,.datsan-module__l12GsW__datsansSection{padding:0 1rem}.datsan-module__l12GsW__grid{grid-template-columns:1fr}}
.datsanDetail-module__K_0rdW__detail{}.datsanDetail-module__K_0rdW__hero{border-bottom:1px solid var(--border);margin-bottom:2.3rem;padding:1.5rem 0 1.2rem}.datsanDetail-module__K_0rdW__title{font-family:var(--font-display);color:var(--white);margin-bottom:.5rem;font-size:clamp(1.55rem,5vw,2.15rem);font-weight:400;line-height:1.05}.datsanDetail-module__K_0rdW__address,.datsanDetail-module__K_0rdW__hours,.datsanDetail-module__K_0rdW__phone{margin-bottom:.22rem;}.datsanDetail-module__K_0rdW__address:before{background:var(--tone-earth)}.datsanDetail-module__K_0rdW__hours:before{background:var(--accent)}.datsanDetail-module__K_0rdW__phone:before{background:var(--accent-blue)}.datsanDetail-module__K_0rdW__meta{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.22rem;font-size:.78rem}.datsanDetail-module__K_0rdW__description{max-width:46rem;font-size:.92rem;line-height:var(--leading-relaxed);color:var(--text);margin-top:.55rem}.datsanDetail-module__K_0rdW__actions{flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:.95rem;display:flex}.datsanDetail-module__K_0rdW__siteBtn{}.datsanDetail-module__K_0rdW__section{margin-top:2.4rem}.datsanDetail-module__K_0rdW__sectionTitle{}.datsanDetail-module__K_0rdW__dailyGrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.65rem;display:grid}.datsanDetail-module__K_0rdW__dailyCard{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--card-bg-warm);flex-direction:column;gap:.18rem;padding:.85rem 1rem;display:flex}.datsanDetail-module__K_0rdW__dailyTime{color:var(--accent);font-variant-numeric:tabular-nums;font-size:1rem;font-weight:700}.datsanDetail-module__K_0rdW__dailyName{color:var(--text);font-size:.82rem}.datsanDetail-module__K_0rdW__weeklyList{flex-direction:column;gap:.5rem;display:flex}.datsanDetail-module__K_0rdW__weeklyRow{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--input-bg);gap:1rem;padding:.85rem 1rem;display:flex}.datsanDetail-module__K_0rdW__weeklyDay{min-width:64px;color:var(--tone-earth);letter-spacing:.08em;text-transform:uppercase;flex-shrink:0;font-size:.82rem}.datsanDetail-module__K_0rdW__weeklyDetails{flex-direction:column;gap:.28rem;min-width:0;display:flex}.datsanDetail-module__K_0rdW__weeklySlot{color:var(--text);font-size:.84rem;line-height:1.5}.datsanDetail-module__K_0rdW__slotLabel{color:var(--text-muted)}.datsanDetail-module__K_0rdW__updateTime{}@media (max-width:640px){.datsanDetail-module__K_0rdW__weeklyRow{flex-direction:column;gap:.35rem}.datsanDetail-module__K_0rdW__weeklyDay{min-width:auto}.datsanDetail-module__K_0rdW__dailyGrid{grid-template-columns:1fr}}
.zurhai-module__uSAdTq__page{max-width:var(--max-width);margin:0 auto;padding:2rem 1.5rem 0}.zurhai-module__uSAdTq__header{border-bottom:1px solid var(--border);margin-bottom:1.6rem;padding-bottom:.9rem}.zurhai-module__uSAdTq__title{font-family:var(--font-display);color:var(--white);margin-bottom:.25rem;font-size:2rem;font-weight:400}.zurhai-module__uSAdTq__weekRange{color:var(--text-muted);font-size:.82rem}.zurhai-module__uSAdTq__emptyState{text-align:center;color:var(--text-secondary);padding:4rem 1rem}.zurhai-module__uSAdTq__dayList{flex-direction:column;gap:.55rem;display:flex}.zurhai-module__uSAdTq__dayCard{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--card-bg-warm);overflow:hidden}.zurhai-module__uSAdTq__dayCardToday{border-color:var(--warm-border)}.zurhai-module__uSAdTq__dayHeader{width:100%;color:var(--white);text-align:left;justify-content:space-between;align-items:center;padding:.9rem 1rem;font-size:.94rem;font-weight:600;display:flex}.zurhai-module__uSAdTq__dayHeader:hover{background:var(--input-bg)}.zurhai-module__uSAdTq__dayTitle{align-items:center;gap:.55rem;display:flex}.zurhai-module__uSAdTq__todayBadge{min-height:1.4rem;font-size:var(--text-xs);color:var(--on-accent);background:linear-gradient(135deg, var(--accent), var(--accent-dim));letter-spacing:.08em;text-transform:uppercase;border-radius:999px;align-items:center;padding:.1rem .45rem;font-weight:700;display:inline-flex}.zurhai-module__uSAdTq__expandIcon{color:var(--text-muted);flex-shrink:0;font-size:1rem}.zurhai-module__uSAdTq__dayContent{color:var(--text-secondary);font-size:.88rem;line-height:var(--leading-relaxed);padding:0 1rem 1rem}.zurhai-module__uSAdTq__dayContent p{margin:0 0 .5rem}.zurhai-module__uSAdTq__dayContent p:last-child{margin-bottom:0}.zurhai-module__uSAdTq__source{font-size:var(--text-xs);color:var(--text-muted);margin-top:1.6rem}.zurhai-module__uSAdTq__source a{color:var(--accent-blue)}.zurhai-module__uSAdTq__updateTime{}@media (max-width:640px){.zurhai-module__uSAdTq__page{padding:1.3rem 1rem 0}}
.index-module__KWKY6G__hero{align-items:flex-end;min-height:clamp(320px,45vh,440px);display:flex;position:relative;overflow:hidden}.index-module__KWKY6G__heroImage{background-position:50% 35%;background-size:cover;background-color:var(--bg);filter:brightness(.7)contrast(1.1);z-index:0;position:absolute;inset:0}.index-module__KWKY6G__heroOverlay{background:var(--overlay-hero);z-index:1;position:absolute;inset:0}.index-module__KWKY6G__heroInner{z-index:2;width:100%;max-width:var(--max-width);margin:0 auto;padding:5rem 1.5rem 2.5rem;position:relative}.index-module__KWKY6G__heroLead{max-width:850px}.index-module__KWKY6G__heroEyebrow,.index-module__KWKY6G__sectionEyebrow,.index-module__KWKY6G__catEyebrow{font-size:var(--text-sm);letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem;display:block}.index-module__KWKY6G__heroTitle{font-family:var(--font-display);letter-spacing:-.03em;color:var(--white);font-size:clamp(2.5rem,5.5vw,4.2rem);font-weight:700;line-height:var(--leading-tight);text-wrap:balance;margin-bottom:1rem}.index-module__KWKY6G__heroTitle em{font-style:normal}.index-module__KWKY6G__heroAccent{color:var(--accent)}.index-module__KWKY6G__heroSub{color:var(--text-secondary);max-width:540px;font-size:1rem;line-height:var(--leading-relaxed);margin-bottom:1.5rem}.index-module__KWKY6G__heroCta{gap:1rem;display:flex}.index-module__KWKY6G__btnPrimary{background:var(--accent);color:var(--on-accent);font-weight:600;font-size:var(--text-base);transition:transform var(--duration-fast), box-shadow var(--duration-fast), background var(--duration-fast);border-radius:999px;justify-content:center;align-items:center;padding:.9rem 2rem;display:inline-flex}.index-module__KWKY6G__btnPrimary:hover{box-shadow:var(--shadow-glow);background:var(--accent-hover);transform:translateY(-1px)}.index-module__KWKY6G__jubileeBanner{text-align:center;width:100%;transition:filter var(--duration-fast);text-decoration:none;display:block;overflow:hidden}.index-module__KWKY6G__jubileeBanner:hover{filter:brightness(1.1)}.index-module__KWKY6G__jubileeImg{width:100%;max-width:var(--max-width);object-fit:contain;height:auto;display:inline-block}.index-module__KWKY6G__sections{z-index:5;max-width:var(--max-width);flex-direction:column;gap:3.5rem;margin-inline:auto;padding:3.5rem 1.5rem 6rem;display:flex;position:relative}.index-module__KWKY6G__sectionHeader{justify-content:space-between;align-items:flex-end;margin-bottom:1.5rem;display:flex}.index-module__KWKY6G__sectionTitle{font-family:var(--font-display);color:var(--white);letter-spacing:-.02em;font-size:2.25rem;font-weight:600}.index-module__KWKY6G__sectionLink{font-size:var(--text-base);color:var(--accent-secondary);text-transform:uppercase;letter-spacing:.1em;font-weight:600;transition:color .2s}.index-module__KWKY6G__sectionLink:hover{color:var(--white)}.index-module__KWKY6G__tabRow{gap:.5rem;margin-bottom:1.25rem;display:flex}.index-module__KWKY6G__tab,.index-module__KWKY6G__tabActive{font-size:var(--text-sm);cursor:pointer;border:1px solid var(--border);color:var(--text-secondary);background:0 0;border-radius:999px;padding:.5rem 1.15rem;font-weight:600;transition:background .2s,color .2s,border-color .2s}.index-module__KWKY6G__tab:hover{border-color:var(--border-hover);color:var(--white)}.index-module__KWKY6G__tabActive{background:var(--accent);color:var(--on-accent);border-color:var(--accent)}.index-module__KWKY6G__catGrid{grid-template-columns:repeat(4,1fr);grid-auto-rows:clamp(160px,18vw,210px);gap:1rem;display:grid}.index-module__KWKY6G__catCard{--mouse-x:50%;--mouse-y:50%;border-radius:var(--radius-xl);background:var(--glass-faint);border:1px solid var(--border);transition:transform .4s var(--ease-classic), border-color .4s var(--ease-classic), box-shadow .4s var(--ease-classic);flex-direction:column;justify-content:flex-end;padding:2rem;text-decoration:none;display:flex;position:relative;overflow:hidden}.index-module__KWKY6G__catCard:before{content:"";z-index:3;opacity:0;background:radial-gradient(300px circle at var(--mouse-x) var(--mouse-y), #e5b14347 0%, #e5b1431a 40%, transparent 70%);pointer-events:none;transition:opacity .4s;position:absolute;inset:0}.index-module__KWKY6G__catCard:hover:before{opacity:1}.index-module__KWKY6G__catCard:hover{border-color:var(--border-medium);z-index:10;transform:translateY(-4px);box-shadow:0 12px 32px #00000059}.index-module__KWKY6G__catImage{transition:transform .7s var(--ease-classic);background-position:50%;background-size:cover;position:absolute;inset:0}.index-module__KWKY6G__catCard:hover .index-module__KWKY6G__catImage{transform:scale(1.04)}.index-module__KWKY6G__catOverlay{background:linear-gradient(#0000 0%,#0f111526 30%,#0f11158c 55%,#08111cf7 100%);position:absolute;inset:0}.index-module__KWKY6G__catInfo{z-index:2;position:relative}.index-module__KWKY6G__catEyebrow{color:#ffffffb3;text-shadow:0 1px 4px #0009;margin-bottom:.35rem}.index-module__KWKY6G__catName{font-family:var(--font-display);color:var(--white);overflow-wrap:break-word;text-shadow:0 1px 6px #00000080;font-size:1.65rem;font-weight:600;line-height:1.1}.index-module__KWKY6G__carouselItem{scroll-snap-align:start;background:var(--surface);border:1px solid var(--border);border-radius:16px;flex:0 0 clamp(160px,22vw,220px);padding:1rem;transition:transform .3s,border-color .3s,background .3s;position:relative;overflow:hidden}.index-module__KWKY6G__carouselItem:hover{border-color:var(--border-hover);background:var(--bg-layer);transform:translateY(-3px)}.index-module__KWKY6G__itemPoster{aspect-ratio:2/3;object-fit:cover;border-radius:12px;width:100%;height:clamp(160px,20vw,220px);margin-bottom:.8rem;transition:filter .4s}.index-module__KWKY6G__carouselItem:hover .index-module__KWKY6G__itemPoster{filter:brightness(1.04)}.index-module__KWKY6G__itemTimeBubble{z-index:2;background:var(--accent-secondary);color:var(--white);font-family:var(--font-mono);font-weight:700;font-size:var(--text-xs);font-variant-numeric:tabular-nums;border-radius:999px;padding:.25rem .5rem;position:absolute;top:1.5rem;left:1.5rem}.index-module__KWKY6G__itemTitleRow{align-items:baseline;gap:.35rem;margin-bottom:.3rem;display:flex}.index-module__KWKY6G__itemTitle{font-family:var(--font-display);color:var(--white);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:1rem;font-weight:600;line-height:1.15;display:-webkit-box;overflow:hidden}.index-module__KWKY6G__ageBadge{white-space:nowrap;border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;min-width:1.6rem;height:1.15rem;padding:0 .25rem;font-size:.62rem;font-weight:700;line-height:1;display:inline-flex}.index-module__KWKY6G__age0,.index-module__KWKY6G__age6{color:#b7e4c7;background:#2d6a4f}.index-module__KWKY6G__age12{color:#fef3c7;background:#b08d19}.index-module__KWKY6G__age16{color:#fed7aa;background:#9a3412}.index-module__KWKY6G__age18{color:#fecaca;background:#991b1b}.index-module__KWKY6G__itemVenue{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:.4rem;font-size:.78rem;display:flex;overflow:hidden}.index-module__KWKY6G__guideCard{scroll-snap-align:start;background:var(--surface);border:1px solid var(--border);border-radius:16px;flex-direction:column;flex:0 0 clamp(220px,28vw,300px);gap:.4rem;padding:1.25rem 1.35rem;text-decoration:none;transition:transform .3s,border-color .3s,background .3s;display:flex}.index-module__KWKY6G__guideCard:hover{border-color:var(--border-hover);background:var(--bg-layer);transform:translateY(-3px)}.index-module__KWKY6G__guideCategory{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.1em;color:#10b981;font-weight:600}.index-module__KWKY6G__guideTitle{font-family:var(--font-display);color:var(--white);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:1.05rem;font-weight:600;line-height:1.2;display:-webkit-box;overflow:hidden}.index-module__KWKY6G__guideDesc{color:var(--text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.8rem;line-height:1.5;display:-webkit-box;overflow:hidden}.index-module__KWKY6G__calendarCta{border-radius:var(--radius-xl);border:1px solid var(--accent-border);color:inherit;transition:transform var(--duration-fast), border-color var(--duration-fast), background var(--duration-fast);background:linear-gradient(135deg,#e5b14314 0%,#3a90d914 100%);align-items:center;gap:1rem;padding:1.1rem 1.5rem;text-decoration:none;display:flex}.index-module__KWKY6G__calendarCta:hover{border-color:var(--accent);background:linear-gradient(135deg,#e5b14324 0%,#3a90d924 100%);transform:translateY(-2px)}.index-module__KWKY6G__calendarCta svg{color:var(--accent);flex-shrink:0}.index-module__KWKY6G__calendarCtaText{flex-direction:column;flex:1;gap:.15rem;display:flex}.index-module__KWKY6G__calendarCtaText strong{font-family:var(--font-display);color:var(--white);font-size:1.05rem;font-weight:600}.index-module__KWKY6G__calendarCtaText small{color:var(--text-secondary);font-size:.82rem}.index-module__KWKY6G__calendarCtaArrow{color:var(--accent);transition:transform var(--duration-fast);flex-shrink:0;font-size:1.3rem}.index-module__KWKY6G__calendarCta:hover .index-module__KWKY6G__calendarCtaArrow{transform:translate(3px)}.index-module__KWKY6G__cultureCard{scroll-snap-align:start;background:var(--surface);border:1px solid var(--border);color:inherit;border-radius:16px;flex-direction:column;flex:0 0 clamp(220px,26vw,280px);text-decoration:none;transition:transform .3s,border-color .3s,background .3s;display:flex;overflow:hidden}.index-module__KWKY6G__cultureCard:hover{border-color:var(--border-hover);background:var(--bg-layer);transform:translateY(-3px)}.index-module__KWKY6G__culturePhoto{object-fit:cover;width:100%;height:150px;display:block}.index-module__KWKY6G__culturePhotoPlaceholder{background:var(--accent-muted);width:100%;height:150px;color:var(--accent);justify-content:center;align-items:center;font-size:2.5rem;font-weight:700;display:flex}.index-module__KWKY6G__cultureBody{flex-direction:column;flex:1;gap:.4rem;padding:.85rem 1rem;display:flex}.index-module__KWKY6G__cultureOrgRow{align-items:center;gap:.4rem;display:flex}.index-module__KWKY6G__cultureAvatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:22px;height:22px}.index-module__KWKY6G__cultureOrgName{color:var(--accent-blue);white-space:nowrap;text-overflow:ellipsis;font-size:.78rem;font-weight:600;overflow:hidden}.index-module__KWKY6G__cultureText{color:var(--text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.82rem;line-height:1.45;display:-webkit-box;overflow:hidden}.index-module__KWKY6G__cultureDate{color:var(--text-muted);margin-top:auto;font-size:.72rem}@media (prefers-reduced-motion:reduce){.index-module__KWKY6G__catCard:before{display:none}}@media (max-width:960px){.index-module__KWKY6G__catGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.index-module__KWKY6G__hero{min-height:260px}.index-module__KWKY6G__heroInner{padding:4rem 1rem 1.8rem}.index-module__KWKY6G__heroTitle{font-size:clamp(2rem,8vw,3rem)}.index-module__KWKY6G__heroSub{margin-bottom:1.2rem;font-size:.9rem}.index-module__KWKY6G__sections{gap:2.5rem;padding-top:2rem}.index-module__KWKY6G__sectionHeader{flex-direction:column;align-items:flex-start;gap:.4rem}.index-module__KWKY6G__sectionTitle{font-size:1.65rem}.index-module__KWKY6G__tabRow{gap:.4rem}.index-module__KWKY6G__tab,.index-module__KWKY6G__tabActive{padding:.4rem .9rem;font-size:.8rem}.index-module__KWKY6G__catGrid{grid-template-columns:1fr 1fr;gap:.75rem}.index-module__KWKY6G__catCard{padding:1rem 1rem 1.2rem}.index-module__KWKY6G__catName{white-space:nowrap;text-overflow:ellipsis;font-size:clamp(.95rem,4vw,1.15rem);overflow:hidden}.index-module__KWKY6G__catEyebrow{margin-bottom:.2rem;font-size:.55rem}.index-module__KWKY6G__carouselItem{flex:0 0 clamp(150px,42vw,240px)}.index-module__KWKY6G__itemPoster{height:clamp(200px,50vw,300px)}.index-module__KWKY6G__guideCard{flex:0 0 clamp(200px,70vw,280px)}.index-module__KWKY6G__cultureCard{flex:0 0 clamp(200px,65vw,260px)}.index-module__KWKY6G__culturePhoto{height:130px}.index-module__KWKY6G__jubileeImg{max-width:100%}}
.museum-module__DnOAVG__searchRow{max-width:var(--max-width);margin:1.35rem auto 0;padding:0 1.5rem}.museum-module__DnOAVG__searchBar{border:1px solid var(--border);background:var(--card-gradient), linear-gradient(90deg, var(--accent-blue-tint), transparent 36%);width:100%;color:var(--text);transition:border-color var(--duration-fast), background var(--duration-fast);border-radius:999px;padding:.82rem 1rem;font-size:.9rem}.museum-module__DnOAVG__searchBar::placeholder{color:var(--text-muted)}.museum-module__DnOAVG__searchBar:focus{border-color:var(--accent-blue-focus)}.museum-module__DnOAVG__feed{max-width:var(--max-width);margin:0 auto;padding:1.6rem 1.5rem 0}.museum-module__DnOAVG__feedHeader{}.museum-module__DnOAVG__feedTitle{font-size:1.7rem;}.museum-module__DnOAVG__feedCount{}.museum-module__DnOAVG__emptyState{}.museum-module__DnOAVG__grid{grid-template-columns:repeat(auto-fill,minmax(min(320px,100%),1fr));gap:1rem;display:grid}.museum-module__DnOAVG__card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--filter-gradient), linear-gradient(135deg, #8aa6c814, transparent 44%);box-shadow:var(--shadow-soft);transition:transform var(--duration-base) var(--ease-out), border-color var(--duration-base) var(--ease-out);display:block}.museum-module__DnOAVG__card:hover{border-color:var(--border-hover);transform:translateY(-2px)}.museum-module__DnOAVG__cardBody{flex-direction:column;gap:.5rem;padding:1.3rem;display:flex}.museum-module__DnOAVG__cardTitle{font-family:var(--font-display);color:var(--white);font-size:1.4rem;font-weight:400;line-height:1.05}.museum-module__DnOAVG__cardAddress,.museum-module__DnOAVG__cardHours{padding-left:.95rem;font-size:.8rem;}.museum-module__DnOAVG__cardAddress:before{background:var(--accent-blue)}.museum-module__DnOAVG__cardHours:before{background:var(--accent)}.museum-module__DnOAVG__cardDesc{color:var(--text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.84rem;line-height:1.6;display:-webkit-box;overflow:hidden}.museum-module__DnOAVG__cardMeta{margin-top:.15rem}.museum-module__DnOAVG__exhibitionCount{letter-spacing:.08em;text-transform:uppercase;color:var(--accent-blue);font-size:.76rem}.museum-module__DnOAVG__cardFooter{border-top:1px solid var(--tone-earth-dim);justify-content:space-between;align-items:center;gap:.8rem;padding-top:.4rem;display:flex}.museum-module__DnOAVG__status{font-size:.78rem;font-weight:500}.museum-module__DnOAVG__statusOpen{color:var(--success)}.museum-module__DnOAVG__statusClosed{color:var(--text-muted)}.museum-module__DnOAVG__price{color:var(--accent);white-space:nowrap;font-variant-numeric:tabular-nums;font-size:.86rem;font-weight:700}.museum-module__DnOAVG__updateTime{}@media (max-width:640px){.museum-module__DnOAVG__searchRow{margin-top:1rem;padding:0 1rem}.museum-module__DnOAVG__feed{padding:1.2rem 1rem 0}.museum-module__DnOAVG__grid{grid-template-columns:1fr}}
.museumDetail-module__5oy33G__detail{}.museumDetail-module__5oy33G__hero{border-bottom:1px solid var(--border);margin-bottom:2.3rem;padding:1.5rem 0 1.2rem}.museumDetail-module__5oy33G__heroInfo{flex-direction:column;gap:.45rem;display:flex}.museumDetail-module__5oy33G__title{font-family:var(--font-display);color:var(--white);font-size:clamp(1.55rem,5vw,2.15rem);font-weight:400;line-height:1.05}.museumDetail-module__5oy33G__address,.museumDetail-module__5oy33G__hours{}.museumDetail-module__5oy33G__address:before{background:var(--accent-blue)}.museumDetail-module__5oy33G__hours:before{background:var(--accent)}.museumDetail-module__5oy33G__description{max-width:46rem;color:var(--text);font-size:.92rem;line-height:var(--leading-relaxed);margin-top:.25rem}.museumDetail-module__5oy33G__statusRow{flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:.5rem;display:flex}.museumDetail-module__5oy33G__statusBadge{border-radius:999px;align-items:center;min-height:2rem;padding:.28rem .7rem;font-size:.78rem;font-weight:600;display:inline-flex}.museumDetail-module__5oy33G__statusBadgeOpen{background:var(--success-muted);color:var(--success)}.museumDetail-module__5oy33G__statusBadgeClosed{background:var(--surface);color:var(--text-muted)}.museumDetail-module__5oy33G__priceTag{color:var(--accent);font-variant-numeric:tabular-nums;font-size:.9rem;font-weight:700}.museumDetail-module__5oy33G__actions{flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:.9rem;display:flex}.museumDetail-module__5oy33G__buyBtn{}.museumDetail-module__5oy33G__exhibitionsSection,.museumDetail-module__5oy33G__scheduleSection{margin-top:2.4rem}.museumDetail-module__5oy33G__sectionTitle{}.museumDetail-module__5oy33G__exhibitionList{flex-direction:column;gap:.75rem;display:flex}.museumDetail-module__5oy33G__exhibitionCard{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--card-bg-blue);gap:1rem;padding:1rem;display:flex}.museumDetail-module__5oy33G__exhibitionPoster{object-fit:cover;border-radius:14px;flex-shrink:0;width:96px;height:96px}.museumDetail-module__5oy33G__exhibitionInfo{flex-direction:column;gap:.25rem;min-width:0;display:flex}.museumDetail-module__5oy33G__exhibitionTitle{color:var(--white);font-size:1rem;font-weight:600;line-height:1.35}.museumDetail-module__5oy33G__exhibitionDate{letter-spacing:.08em;text-transform:uppercase;color:var(--accent-blue);font-size:.76rem}.museumDetail-module__5oy33G__exhibitionDesc{color:var(--text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.82rem;line-height:1.55;display:-webkit-box;overflow:hidden}.museumDetail-module__5oy33G__exhibitionLink{width:fit-content;color:var(--accent);font-size:.8rem;font-weight:600}.museumDetail-module__5oy33G__scheduleGrid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.65rem;display:grid}.museumDetail-module__5oy33G__dayCard{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--input-bg);flex-direction:column;gap:.18rem;padding:.72rem .8rem;display:flex}.museumDetail-module__5oy33G__dayLabel{color:var(--text-muted);font-size:.76rem}.museumDetail-module__5oy33G__dayHours{color:var(--white);font-variant-numeric:tabular-nums;font-size:.9rem}.museumDetail-module__5oy33G__updateTime{}@media (max-width:640px){.museumDetail-module__5oy33G__exhibitionPoster{width:80px;height:80px}}
.theatre-module__40GBjW__feed{max-width:var(--max-width);margin:0 auto;padding:1.8rem 1.5rem 0}.theatre-module__40GBjW__feedHeader{}.theatre-module__40GBjW__feedTitle{}.theatre-module__40GBjW__feedCount{}.theatre-module__40GBjW__emptyState{text-align:center;color:var(--text-secondary);padding:4.5rem 1rem;font-size:.95rem}.theatre-module__40GBjW__dateGroup{margin-bottom:1.8rem}.theatre-module__40GBjW__dateHeading{top:var(--nav-height);z-index:5;border-bottom:1px solid var(--border);background:linear-gradient(180deg, var(--overlay-solid), #08111cf5), linear-gradient(90deg, #ba72520a, transparent 38%);letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:.45rem;padding:.7rem 0;font-size:.78rem;font-weight:600;position:sticky}.theatre-module__40GBjW__updateTime{}@media (max-width:640px){.theatre-module__40GBjW__feed{padding:1.2rem 1rem 0}}
.transport-module__nFhroq__page{flex-direction:column;gap:12px;width:100%;max-width:1400px;min-height:100vh;margin:0 auto;padding:80px 16px 24px;display:flex}.transport-module__nFhroq__topBar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.transport-module__nFhroq__topBarLeft{align-items:center;gap:10px;display:flex}.transport-module__nFhroq__heading{color:var(--text);margin:0;font-size:24px;font-weight:700}.transport-module__nFhroq__badge{letter-spacing:.06em;background:var(--danger);color:#fff;border-radius:4px;padding:3px 8px;font-size:10px;font-weight:700;animation:2s infinite transport-module__nFhroq__pulse}@keyframes transport-module__nFhroq__pulse{0%,to{opacity:1}50%{opacity:.6}}.transport-module__nFhroq__topBarRight{align-items:center;gap:12px;display:flex}.transport-module__nFhroq__stat{color:var(--text-secondary);font-size:13px}.transport-module__nFhroq__updated{color:var(--text-muted);font-size:12px}.transport-module__nFhroq__filterToggle{border:1px solid var(--accent);background:var(--accent-subtle,#6366f11a);height:36px;color:var(--accent);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:0 14px;font-size:13px;font-weight:600;transition:all .15s;display:flex;position:relative}.transport-module__nFhroq__filterToggle:hover,.transport-module__nFhroq__filterToggleActive{background:var(--accent);color:var(--on-accent)}.transport-module__nFhroq__filterToggleLabel{display:none}.transport-module__nFhroq__filterBadge{background:var(--danger);color:#fff;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-6px;right:-6px}.transport-module__nFhroq__error{background:var(--danger-muted);color:var(--danger);border:1px solid var(--danger);border-radius:8px;padding:10px 16px;font-size:13px}.transport-module__nFhroq__content{flex:1;gap:16px;min-height:0;display:flex;position:relative}.transport-module__nFhroq__mapWrap{border-radius:12px;flex:1;min-height:500px;overflow:hidden}.transport-module__nFhroq__sidebar{flex-shrink:0;width:320px;max-height:calc(100vh - 140px);overflow-y:auto}.transport-module__nFhroq__overlay{display:none}@media (max-width:900px){.transport-module__nFhroq__page{padding:72px 12px 16px}.transport-module__nFhroq__heading{font-size:20px}.transport-module__nFhroq__filterToggleLabel{display:inline}.transport-module__nFhroq__content{flex-direction:column}.transport-module__nFhroq__mapWrap{min-height:60vh}.transport-module__nFhroq__sidebar{z-index:1050;border-radius:16px 16px 0 0;width:100%;max-height:60vh;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -10px 30px #00000080}.transport-module__nFhroq__sidebarOpen{display:block}.transport-module__nFhroq__overlay{z-index:1049;background:#00000080;display:block;position:fixed;inset:0}}@media (max-width:480px){.transport-module__nFhroq__topBarRight{gap:8px}.transport-module__nFhroq__stat{font-size:12px}.transport-module__nFhroq__updated{display:none}}
