@font-face{font-family:Anton;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/anton-latin.woff2) format("woff2")}@font-face{font-family:Bebas Neue;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/bebas-neue-latin.woff2) format("woff2")}@font-face{font-family:Archivo;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(/fonts/archivo-latin.woff2) format("woff2")}*{box-sizing:border-box}body,html{margin:0;padding:0;background:#0b0b0b}body{font-family:Archivo,-apple-system,BlinkMacSystemFont,sans-serif;color:#fff}[data-track]::-webkit-scrollbar{display:none}[data-track]{scrollbar-width:none}@keyframes ofFade{0%{opacity:0}to{opacity:1}}@keyframes ofFadeOut{0%{opacity:1}to{opacity:0}}@keyframes ofIn{0%{opacity:0;transform:translateY(18px) scale(.98)}to{opacity:1;transform:none}}@keyframes ofHeroProgress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes lpWallUp{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@keyframes lpWallDown{0%{transform:translateY(-50%)}to{transform:translateY(0)}}.of-nav .of-nav-link{color:#b3b3b3;cursor:pointer;transition:color .2s ease}.of-nav .of-nav-link:hover{color:#fff}.of-nav .of-nav-link.active{color:#fff;font-weight:600}.of-nav-pills{display:none}.of-nav-pills .of-nav-pill{flex:0 0 auto;display:inline-flex;align-items:center;padding:9px 16px;border-radius:999px;background:rgba(24,24,24,.68);backdrop-filter:saturate(140%) blur(10px);-webkit-backdrop-filter:saturate(140%) blur(10px);border:1px solid rgba(255,255,255,.14);color:#fff;font-size:13.5px;font-weight:600;white-space:nowrap;text-decoration:none}.of-nav-pills .of-nav-pill.active{background:#fff;color:#0b0b0b}.of-statusbar{position:fixed;top:0;left:0;right:0;height:env(safe-area-inset-top);z-index:90;pointer-events:none;background:rgba(11,11,11,.92);backdrop-filter:saturate(140%) blur(14px);-webkit-backdrop-filter:saturate(140%) blur(14px)}html[data-tabbar]{--of-tabbar-offset:72px}html[data-tabbar] body{padding-bottom:calc(var(--of-tabbar-offset) + env(safe-area-inset-bottom))}html[data-tabbar] .of-admin-link,html[data-tabbar] .of-laugh-pill,html[data-tabbar] .of-nav-pills{display:none!important}.of-tabbar{position:fixed;left:50%;transform:translateX(-50%);bottom:calc(10px + env(safe-area-inset-bottom));z-index:70;display:flex;gap:4px;padding:6px;max-width:calc(100vw - 24px);border-radius:26px;background:rgba(20,20,20,.74);backdrop-filter:saturate(160%) blur(18px);-webkit-backdrop-filter:saturate(160%) blur(18px);border:1px solid rgba(255,255,255,.12);box-shadow:0 10px 30px rgba(0,0,0,.55)}.of-tabbar .of-tab{flex:1 1;min-width:72px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:7px 8px 6px;border-radius:20px;color:rgba(255,255,255,.62);font-size:10.5px;font-weight:600;letter-spacing:.2px;white-space:nowrap;text-decoration:none;-webkit-tap-highlight-color:transparent;transition:color .2s ease,background .2s ease}.of-tabbar .of-tab.active{color:#fff;background:rgba(255,255,255,.11)}.of-tabbar .of-tab svg{display:block}.of-tabbar button.of-tab{background:none;border:0;font-family:inherit}.of-tabbar.of-tabbar-admin,.of-tabbar.of-tabbar-wide{width:calc(100vw - 24px)}.of-tabbar.of-tabbar-admin .of-tab,.of-tabbar.of-tabbar-wide .of-tab{min-width:0;padding:7px 3px 6px;font-size:10px}.of-tabbar .of-tab>span:not(.of-tab-icon){max-width:100%;overflow:hidden;text-overflow:ellipsis}@media (max-width:360px){.of-tabbar .of-tab{min-width:62px;padding:7px 6px 6px;font-size:10px}.of-tabbar.of-tabbar-admin .of-tab,.of-tabbar.of-tabbar-wide .of-tab{min-width:0;padding:7px 2px 6px;font-size:9.5px}}.of-tabbar .of-tab-icon{position:relative;display:block}.of-tabbar .of-tab-badge{position:absolute;top:-6px;left:100%;margin-left:-8px;min-width:17px;padding:0 4px;border-radius:999px;background:#D6252E;color:#fff;font-size:10px;font-weight:800;line-height:17px;text-align:center}.of-tabbar .of-tab-badge.spent{background:rgba(255,255,255,.22);color:rgba(255,255,255,.75)}.of-card{position:relative;min-width:160px;aspect-ratio:2/3;border-radius:6px;overflow:hidden;cursor:pointer;background:#141414;box-shadow:0 6px 18px rgba(0,0,0,.5);transition:transform .28s ease,box-shadow .28s ease,outline-color .2s ease;outline:2px solid transparent;outline-offset:-2px;z-index:2}@media (hover:hover){.of-card:hover{transform:translateY(-8px) scale(1.05);box-shadow:0 24px 54px rgba(0,0,0,.8);outline-color:rgba(255,255,255,.9);z-index:25}}.of-person-card{position:relative;aspect-ratio:2/3;border-radius:6px;overflow:hidden;background:#141414;box-shadow:0 6px 18px rgba(0,0,0,.5);display:flex;flex-direction:column;justify-content:flex-end;transition:transform .28s ease,box-shadow .28s ease}@media (hover:hover){.of-person-card:hover{transform:translateY(-6px) scale(1.03);box-shadow:0 20px 44px rgba(0,0,0,.75)}}.of-btn{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:filter .15s ease,background .15s ease}.of-btn:hover{filter:brightness(1.08)}.of-btn:active{transform:translateY(1px)}.of-arrow{opacity:0;transition:opacity .2s ease}[data-row]:hover .of-arrow{opacity:1}@media (hover:none){.of-arrow{display:none}}.of-like-pill{position:relative}.of-like-pill:after{content:"";position:absolute;inset:-10px}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media (max-width:768px){.of-nav-toprow{gap:12px!important;padding:calc(12px + env(safe-area-inset-top)) calc(16px + env(safe-area-inset-right)) 12px calc(16px + env(safe-area-inset-left))!important}.of-logo{font-size:22px!important;flex:0 0 auto;max-width:48vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.of-nav-links{display:none!important}.of-nav-actions{gap:14px!important;min-width:0}.of-admin-link{font-size:15px!important;padding:4px 0!important}.of-nav-pills{display:flex!important;gap:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;padding:0 calc(16px + env(safe-area-inset-right)) 12px calc(16px + env(safe-area-inset-left))}.of-hero{height:74vh!important;min-height:440px!important}.of-hero-img{display:none!important}.of-hero-bg{filter:brightness(.78)!important;transform:none!important;background-position:top!important}.of-hero-scrim{background:linear-gradient(0deg,rgba(11,11,11,.97) 8%,rgba(11,11,11,.55) 48%,rgba(11,11,11,.15))!important}.of-hero-content{left:16px!important;right:16px!important;bottom:7%!important;max-width:none!important}.of-hero-title{font-size:46px!important}.of-hero-sub{font-size:21px!important}.of-hero-meta{gap:10px!important;flex-wrap:wrap}.of-hero-synopsis{font-size:14px!important;max-width:none!important;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.of-hero-btns{gap:10px!important}.of-hero-btns .of-btn{flex:1 1;justify-content:center;padding-left:0!important;padding-right:0!important}.of-hero-progress{width:100%!important}.of-teaser-cta{padding:0 20px!important}.of-festival-teaser{margin:18px 16px 30px!important}.of-person-header{flex-direction:column!important;align-items:center!important;text-align:center;gap:16px!important}.of-person-avatar{width:128px!important;height:128px!important;flex:0 0 auto!important}.of-person-name{font-size:32px!important}.lp-nav{padding:calc(12px + env(safe-area-inset-top)) 16px 12px!important;gap:12px!important}.lp-hero{min-height:min(88vh,760px)!important}.lp-hero-inner{padding:96px 20px 72px!important}.lp-hint{font-size:13px!important}.lp-step-num{font-size:110px!important;margin-right:-14px!important;-webkit-text-stroke-width:2px!important}.lp-section{padding-left:20px!important;padding-right:20px!important}.of-rows{margin-top:6px!important}.of-row-label{font-size:17px!important;margin-left:16px!important}.of-track{padding:14px 16px!important;gap:8px!important}.of-card{width:132px!important;min-width:132px!important}.of-rank{font-size:104px!important;margin-right:-16px!important;-webkit-text-stroke-width:2px!important}.of-modal-overlay{padding:calc(14px + env(safe-area-inset-top)) 0 0!important}.of-modal{border-radius:10px 10px 0 0!important}.of-modal-poster{flex:1 1 100%!important;width:100%!important;aspect-ratio:3/4!important;max-height:55vh!important}.of-modal-info{flex:1 1 100%!important;min-width:0!important;padding:20px 18px 30px!important}.of-modal-title{font-size:28px!important}.of-modal-close{width:44px!important;height:44px!important;top:12px!important;right:calc(12px + env(safe-area-inset-right))!important}.of-lightbox-close,.of-player-close{width:48px!important;height:48px!important;top:calc(12px + env(safe-area-inset-top))!important;right:calc(12px + env(safe-area-inset-right))!important;font-size:20px!important}}@media (max-width:420px){.of-nav-toprow{gap:10px!important}.of-logo{font-size:20px!important}.of-nav-actions{gap:12px!important}.of-admin-link{font-size:13.5px!important}.of-nav-pill{padding:6px 13px!important;font-size:13px!important}.of-hero-title{font-size:38px!important}.of-hero-sub{font-size:18px!important}.of-card{width:116px!important;min-width:116px!important}.of-rank{font-size:88px!important}}