.theater-shell,.theater-viewer{--theater-bg:var(--color-zinc-950,#09090b);--theater-panel:var(--color-zinc-900,#18181b);--theater-text:var(--color-zinc-50,#fafafa);--theater-muted:var(--color-zinc-400,#a1a1aa);--theater-line:var(--color-zinc-700,#3f3f46);background:var(--theater-bg);color:var(--theater-text);font-size:var(--text-body);letter-spacing:0;word-break:keep-all;overflow-wrap:anywhere;line-height:1.6}.theater-shell{min-height:100%}.theater-content{max-width:var(--container-section);margin:auto;padding:24px}.theater-hero{aspect-ratio:3;border-radius:var(--radius-xl);background:var(--theater-panel);align-items:center;width:100%;min-width:0;min-height:360px;display:flex;position:relative;overflow:hidden}.theater-hero-image,.theater-hero-shade{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.theater-hero-image{object-position:60% 40%}.theater-banner-toggle{z-index:1;position:absolute;top:16px;right:16px}.theater-hero-shade{background:linear-gradient(90deg, var(--color-black) 0%, #000000d9 32%, #0000001a 100%)}.theater-hero-copy{padding:48px;position:relative}.theater-hero h1{font-size:var(--text-display);line-height:var(--text-display--line-height);margin:16px 0;font-weight:700}.theater-hero-subtitle{display:block}.theater-hero p{max-width:32rem;color:var(--color-zinc-200,#e4e4e7)}.theater-catalog{padding-top:40px}.theater-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.theater-card{min-width:0}.theater-card-open{text-align:left;cursor:pointer;border-radius:var(--radius-lg);width:100%;display:block}.theater-card-media{aspect-ratio:16/9;border-radius:var(--radius-lg);background:var(--theater-panel);display:block;position:relative;overflow:hidden}.theater-card-media>img,.theater-card-media>video{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.theater-card-heading{color:var(--color-white);font-size:var(--text-xl);background:linear-gradient(#0000 0%,#000000a6 48px,#000000c7 100%);padding:48px 20px 20px;font-weight:600;line-height:1.45;display:block;position:absolute;inset:auto 0 0}.theater-card-heading>span{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.theater-source{text-underline-offset:4px;align-items:center;gap:8px;min-height:48px;text-decoration:underline;display:inline-flex}.theater-empty{padding:48px 0}.theater-backdrop{background:var(--color-black);z-index:80;position:fixed;inset:0}.theater-viewer{z-index:81;outline:none;position:fixed;inset:0;overflow:hidden}.theater-feed{overscroll-behavior-y:contain;scroll-snap-type:y mandatory;scrollbar-width:none;width:100%;height:100%;overflow-y:auto}.theater-feed:focus-visible{outline:2px solid var(--theater-text);outline-offset:-4px}.theater-feed::-webkit-scrollbar{display:none}.theater-slide{scroll-snap-align:start;scroll-snap-stop:always;grid-template-columns:minmax(0,1fr) minmax(320px,28%);height:100%;min-height:0;display:grid}.theater-stage{background:var(--color-black);touch-action:pan-y;justify-content:center;align-items:center;min-width:0;height:100%;min-height:0;padding:64px 24px 96px;display:flex;position:relative}.theater-player,.theater-feed-poster{object-fit:contain;width:100%;height:100%;min-height:0}.theater-player-status{border-radius:var(--radius-md);background:#000000d9;padding:8px 16px;position:absolute;top:80px}.theater-player-overlay{pointer-events:none;flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex;position:absolute;inset:64px 24px 96px}.theater-player-overlay>*{pointer-events:auto;background:var(--theater-panel);border-radius:var(--radius-lg);padding:16px}.theater-viewer-info{overscroll-behavior-y:contain;align-self:center;max-height:calc(100% - 256px);padding:0 32px;overflow-y:auto}.theater-viewer-title{font-size:var(--text-headline);margin:16px 0;font-weight:600;line-height:1.4}.theater-source-pending{color:var(--theater-muted)}.theater-description{max-width:32rem;margin:32px 0 16px}.theater-icon-button,.theater-action{border:1px solid var(--theater-line);border-radius:var(--radius-full,999px);background:var(--theater-panel);cursor:pointer;justify-content:center;align-items:center;gap:8px;min-width:48px;min-height:48px;display:inline-flex}.theater-action{padding:8px 16px}.theater-close{z-index:2;position:fixed;top:16px;right:16px}.theater-viewer-navigation{right:32px;bottom:max(24px, env(safe-area-inset-bottom));z-index:2;background:var(--theater-bg);border-radius:var(--radius-lg);flex-direction:column;gap:4px;width:calc(28% - 64px);min-width:256px;padding:8px;display:flex;position:absolute}.theater-instagram-link{color:inherit;text-underline-offset:4px;text-decoration:underline}.theater-instagram{color:var(--theater-muted);text-align:left}.theater-viewer-navigation-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.theater-viewer-navigation-row>div{gap:12px;display:flex}.theater-icon-button:disabled{opacity:.4;cursor:default}.theater-shell :is(button,a):focus-visible,.theater-viewer :is(button,a):focus-visible{outline:2px solid var(--theater-text);outline-offset:4px}.theater-shell button,.theater-viewer button{word-break:keep-all}@media (max-width:63.99rem){.theater-grid{grid-template-columns:minmax(0,1fr)}.theater-hero-copy{padding:32px}.theater-hero h1{font-size:var(--text-headline)}}@media (max-width:47.99rem){.theater-card-heading{font-size:var(--text-body)}.theater-content{padding:16px}.theater-hero{aspect-ratio:auto;align-items:end;width:100%;min-width:0;min-height:360px}.theater-hero-image{object-position:68% 50%}.theater-hero-shade{background:linear-gradient(0deg, var(--color-black) 0%, #000000e0 48%, #0000001a 100%)}.theater-hero-copy{padding:24px}.theater-hero h1{font-size:var(--text-xl);line-height:1.4}.theater-hero-subtitle{display:inline}.theater-slide{grid-template-rows:58% minmax(0,1fr);grid-template-columns:minmax(0,1fr)}.theater-stage{min-height:0;padding:64px 16px 16px}.theater-viewer-info{align-self:stretch;max-height:none;padding:16px 24px 128px}.theater-description{margin-top:24px}.theater-viewer-title{font-size:var(--text-title)}.theater-viewer-navigation{left:16px;right:16px;bottom:max(16px, env(safe-area-inset-bottom));width:auto;min-width:0}}.theater-shell,.theater-viewer{--theater-ease-out:cubic-bezier(.22, 1, .36, 1)}.theater-hero-copy>*{animation:theater-copy-in var(--duration-entry) var(--theater-ease-out) both}.theater-hero-copy>p{animation-delay:60ms}.theater-backdrop{opacity:1;transition:opacity var(--duration-element) ease-out}.theater-backdrop[data-starting-style],.theater-backdrop[data-ending-style]{opacity:0}.theater-viewer{opacity:1;transition:opacity var(--duration-entry) var(--theater-ease-out), transform var(--duration-entry) var(--theater-ease-out);transform:translateY(0)}.theater-viewer[data-starting-style]{opacity:0;transform:translateY(12px)}.theater-viewer[data-ending-style]{opacity:0;transition-duration:var(--duration-element);pointer-events:none;transform:translateY(8px)}.theater-slide[aria-hidden=false] .theater-viewer-info>*{animation:theater-copy-in var(--duration-entry) var(--theater-ease-out) both}.theater-slide[aria-hidden=false] .theater-description{animation-delay:60ms}.theater-slide[aria-hidden=false] :is(.theater-source,.theater-source-pending){animation-delay:.12s}@keyframes theater-copy-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.theater-hero-copy>*,.theater-slide[aria-hidden=false] .theater-viewer-info>*{animation:none}.theater-backdrop,.theater-viewer{transition:none}.theater-viewer[data-starting-style],.theater-viewer[data-ending-style]{transform:none}}
/*# sourceMappingURL=16m_u-075_pfo.css.map*/