@import "https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@400;600&display=swap";*,:before,:after{box-sizing:border-box}.main-content{flex-flow:column;width:100%;max-width:1400px;margin:0 auto;padding:0 1rem 1rem;display:flex}.tier-list span{min-width:var(--tier-cell-size);min-height:var(--tier-cell-size);border:0;flex-flow:row;align-items:center;padding:0;display:flex}.tier-list div.row{border:0 solid var(--color-border);-webkit-user-select:none;user-select:none;border-top-width:1px;border-right-width:1px;display:flex}.tier-list div.row:last-child{border-bottom-width:1px}span.items{pointer-events:none;flex-wrap:wrap;flex-grow:1;justify-content:left;gap:.75rem;height:fit-content;display:flex}span.item{pointer-events:auto;position:relative}.images{flex-wrap:wrap;flex-grow:1;align-content:flex-start;gap:.75rem;width:100%;display:flex;overflow-y:auto}.bottom-container{flex-flow:column;flex-grow:1;align-items:stretch;gap:.75rem;min-height:0;display:flex}.tier-image-btn{cursor:pointer;background:0 0;border:0;padding:0;line-height:0;display:block}.tier-image-btn:focus-visible{outline-offset:2px;outline:2px solid #6b86ff}img.tier-image{width:var(--tier-cell-size);height:var(--tier-cell-size);object-fit:contain;filter:drop-shadow(0 2px 8px #00000059);display:block}.tier-image-btn:hover img.tier-image{filter:brightness(.85)drop-shadow(0 2px 8px #00000059)}.image-delete-btn{color:#ff8aa0;cursor:pointer;opacity:0;background:#0d0d12d9;border:0;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:opacity .15s;display:flex;position:absolute;top:4px;right:4px}span.item:hover .image-delete-btn,.image-delete-btn:focus-visible{opacity:1}.image-delete-btn:hover{color:#fff;background:#ff4466e6}.title{-webkit-user-select:none;user-select:none;text-align:center;min-height:var(--title-font-size);margin-block-end:20px}.title-display{justify-content:center;align-items:center;gap:.65rem;max-width:100%;display:inline-flex}.title-text{font:inherit;letter-spacing:inherit;margin:0}.title-editor{justify-content:center;max-width:100%;display:flex}.title-input{font:inherit;letter-spacing:inherit;text-align:center;background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text);border-radius:10px;min-width:min(100%,12ch);max-width:100%;padding:.08em .35em}.title-input:focus{outline-offset:2px;outline:2px solid #6b86ff}.title>span{display:block}:root{--stage-bg:#0d0d12;--stage-gradient:radial-gradient(ellipse 120% 80% at 50% 0%, #1a1a28 0%, #0d0d12 55%, #050508 100%);--color-surface:#2a2a35;--color-surface-hover:#3a3a48;--color-text:#e8e8ed;--color-text-muted:#9a9aad;--color-border:#3d3d4d;--tier-cell-size:120px;--tier-cell-size-present:130px;--title-font-size:clamp(48px, 7vmin, 88px);--row-font-size:clamp(44px, 5.5vmin, 72px);--font-display:"Bebas Neue", system-ui, sans-serif;--font-body:"Inter", system-ui, sans-serif;--spotlight-blur:12px}body{background:var(--stage-gradient);background-color:var(--stage-bg);color:var(--color-text);font-family:var(--font-body);min-height:100vh;margin:0}body.phase-presentation-active{overflow:hidden}body.ambient-bg:before{content:"";pointer-events:none;background:radial-gradient(80% 50% at 50% 100%,#5b76f414,#0000);animation:20s ease-in-out infinite alternate ambientShift;position:fixed;inset:0}@keyframes ambientShift{0%{opacity:.6}to{opacity:1}}@media (prefers-reduced-motion:reduce){body.ambient-bg:before{animation:none}}.app-root{flex-direction:column;min-height:100vh;display:flex}.app-root.phase-presentation{height:100dvh;max-height:100dvh;overflow:hidden}.title{font-family:var(--font-display);font-size:var(--title-font-size);letter-spacing:.04em}.title input.title-input,.title>span,.title-text{font-family:inherit;font-size:inherit;letter-spacing:inherit}.phase-presentation{--present-pool-height:clamp(88px, 14dvh, 140px);--present-title-block:var(--title-font-size);--tier-cell-size:min(var(--tier-cell-size-present), calc(( 100dvh - var(--present-pool-height) - var(--present-title-block) - 3.5rem ) / var(--present-row-count,7)))}.phase-presentation .title{min-height:var(--title-font-size);text-shadow:0 2px 24px #00000080;cursor:default;flex-shrink:0;margin-block-end:.35rem;padding-top:.35rem}.phase-presentation .presentation-main{flex-direction:column;flex:1;min-height:0;padding-bottom:.75rem;display:flex;overflow:hidden}.phase-presentation .presentation-tier-list{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.phase-presentation .tier-list div.row{flex:1 1 0;align-items:center;min-height:0;overflow:hidden}.phase-presentation .tier-list div.row span.items{flex-wrap:nowrap;align-items:center;height:100%;min-height:0;overflow:auto hidden}.phase-presentation .presentation-pool{flex-shrink:0;min-height:0;margin-top:.5rem}.phase-presentation .presentation-pool .pool-label{margin-bottom:.25rem}.tier-list .tier-label-readonly{width:var(--tier-label-size,var(--tier-cell-size));height:var(--tier-label-size,var(--tier-cell-size));aspect-ratio:1;min-width:0;min-height:0;font-family:var(--font-display);font-size:var(--row-font-size);letter-spacing:.06em;-webkit-user-select:none;user-select:none;color:var(--stage-bg);flex-shrink:0;justify-content:center;align-self:center;align-items:center;font-weight:600;display:flex}.icon-btn{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);cursor:pointer;font-family:var(--font-body);border-radius:8px;align-items:center;gap:.5rem;min-height:44px;padding:.65rem 1rem;font-size:.875rem;transition:background .15s,border-color .15s;display:inline-flex}.icon-btn:hover{background:var(--color-surface-hover);border-color:#5a5a6e}.icon-btn svg{flex-shrink:0}.icon-btn--icon-only{padding:.65rem}.icon-btn--primary{background:linear-gradient(135deg,#5b76f4 0%,#3d52c4 100%);border-color:#6b86ff}.icon-btn--primary:hover{filter:brightness(1.1)}.setup-toolbar{border:1px solid var(--color-border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#2a2a3599;border-radius:12px;flex-wrap:wrap;align-items:center;gap:.5rem;width:100%;padding:1rem;display:flex}.setup-toolbar__start{margin-left:auto}.setup-toolbar input[type=file]{display:none}.setup-main{flex-direction:column;flex:1;min-height:0;display:flex}.setup-panel{flex-direction:column;flex:1;gap:.75rem;min-height:320px;display:flex}.setup-panel>.setup-toolbar{margin-bottom:calc(.5rem + 15px)}.setup-panel>.pool-label{margin-bottom:0}.setup-panel>.bottom-container{margin-top:0}.setup-pool-layout{flex:1;min-height:0}.phase-setup .setup-panel .images,.phase-setup .setup-panel .pool-panel{flex:1;height:auto;min-height:280px;max-height:none}.pool-section{margin-top:1rem}.pool-label{text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);margin:0 0 .5rem .25rem;font-size:.75rem}.pool-panel{border:1px solid var(--color-border);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#1a1a2480;border-radius:12px;padding:.75rem}.phase-presentation .pool-panel{height:var(--present-pool-height);max-height:var(--present-pool-height);overflow-y:auto}.phase-presentation .images.pool-panel{height:var(--present-pool-height);flex:none}.present-exit-zone{z-index:100;justify-content:flex-end;height:4rem;padding:.75rem;display:flex;position:fixed;top:0;left:0;right:0}.present-exit{opacity:0;transition:opacity .2s}.present-exit-zone:hover .present-exit,.present-exit:focus-within{opacity:1}.row-highlight{box-shadow:inset 0 0 0 3px var(--row-highlight-color,#ffffff80), inset 0 0 48px color-mix(in srgb, var(--row-highlight-color,#fff) 35%, transparent), 0 0 32px color-mix(in srgb, var(--row-highlight-color,#fff) 25%, transparent);animation:.52s ease-out rowFlash}.row-highlight--sad{box-shadow:inset 0 0 0 2px color-mix(in srgb, var(--row-highlight-color,#888) 40%, #445), inset 0 0 32px #14141c8c;filter:saturate(.65);animation:.36s ease-out rowDim}@keyframes rowFlash{0%{filter:brightness(1.35)}to{filter:brightness()}}@keyframes rowDim{0%{filter:saturate(.5)brightness(.82)}to{filter:saturate(.65)brightness()}}.motion-thumb-wrap{line-height:0;display:inline-block}.tier-image-btn .spotlight-layout-frame--thumb{display:flex}.spotlight-backdrop{z-index:1000;-webkit-backdrop-filter:blur(var(--spotlight-blur));backdrop-filter:blur(var(--spotlight-blur));background:#05050a70;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.spotlight-backdrop--assign{justify-content:stretch;align-items:stretch}.spotlight-backdrop--broadcast{background:radial-gradient(70% 60% at 50% 45%,#1414207a,#05050a75)}.spotlight-vignette{pointer-events:none;background:radial-gradient(85% 85%,#0000 35%,#0000002e 100%);border-radius:12px;position:absolute;inset:-8%}.spotlight-panel{pointer-events:none;flex-direction:column;justify-content:center;align-items:center;width:auto;max-width:100%;min-height:0;max-height:100%;padding:.5rem 0;display:flex}.spotlight-backdrop--assign .spotlight-panel{flex:1;width:100%}.spotlight-image-wrap{flex:auto;justify-content:center;align-items:center;width:100%;min-height:0;padding:.25rem .75rem;display:flex;position:relative}.spotlight-layout-frame--thumb{width:var(--tier-cell-size);height:var(--tier-cell-size);flex-shrink:0;justify-content:center;align-items:center;line-height:0;display:flex}.spotlight-layout-frame--thumb .tier-image{object-fit:contain;width:100%;height:100%}.tier-image--spotlight-hidden{visibility:hidden}.spotlight-layout-frame--hero{pointer-events:auto;cursor:default;flex-shrink:0;justify-content:center;align-items:center;width:min(94vmin,100vw - 1.5rem);height:min(100dvh - 8.5rem,86vh);line-height:0;display:flex}.spotlight-panel:not(:has(.spotlight-tier-bar)) .spotlight-layout-frame--hero{height:min(100dvh - 2.5rem,92vh)}.spotlight-image{object-fit:contain;filter:drop-shadow(0 8px 32px #00000073);width:100%;height:100%;display:block}.spotlight-tier-bar{pointer-events:auto;--tier-chip-size:min(168px, 18vmin, calc((min(98vw, 68rem) - 3rem - (var(--tier-count,6) - 1) * .75rem) / var(--tier-count,6)));flex-wrap:nowrap;flex-shrink:0;justify-content:center;gap:.75rem;width:100%;max-width:min(98vw,68rem);padding:1rem 1.5rem 1.5rem;display:flex}.spotlight-tier-chip-wrap{flex:none;animation:.38s cubic-bezier(.22,1,.36,1) both tierChipEnter;display:inline-flex}.spotlight-tier-chip{--chip-size:var(--tier-chip-size);aspect-ratio:1;width:var(--chip-size);border-radius:calc(var(--chip-size) * .114);isolation:isolate;font-family:var(--font-display);font-size:calc(var(--chip-size) * .65);letter-spacing:.05em;color:var(--stage-bg);cursor:pointer;box-shadow:none;border:2px solid #0000;justify-content:center;align-items:center;padding:0;font-weight:600;line-height:1;transition:transform .12s cubic-bezier(.22,1,.36,1),box-shadow .1s ease-out,filter .12s ease-out;display:inline-flex;position:relative;overflow:visible;transform:scale(1)}@keyframes tierChipEnter{0%{opacity:0;transform:translateY(16px)scale(.92)}to{opacity:1;transform:translateY(0)scale(1)}}.spotlight-tier-chip:before{content:"";inset:calc(var(--chip-size) * -.22);z-index:-1;opacity:0;background:radial-gradient(ellipse 95% 88% at 50% 50%, color-mix(in srgb, var(--chip-glow,#fff) 68%, transparent) 0%, color-mix(in srgb, var(--chip-glow,#fff) 40%, transparent) 42%, transparent 72%);filter:blur(calc(var(--chip-size) * .165));border-radius:50%;transition:opacity .14s ease-out,transform .14s ease-out,filter .14s ease-out;position:absolute}.spotlight-tier-chip:after{content:"";inset:calc(var(--chip-size) * -.28);z-index:-2;opacity:0;background:radial-gradient(ellipse 72% 68% at 36% 38%, color-mix(in srgb, var(--chip-glow,#fff) 58%, transparent) 0%, transparent 68%), radial-gradient(ellipse 64% 78% at 68% 62%, color-mix(in srgb, var(--chip-glow,#fff) 44%, transparent) 0%, transparent 72%);filter:blur(calc(var(--chip-size) * .2));border-radius:50%;transition:opacity .14s ease-out;position:absolute}.spotlight-tier-chip-wrap:nth-child(6n+1) .spotlight-tier-chip:before{animation-delay:-.15s}.spotlight-tier-chip-wrap:nth-child(6n+1) .spotlight-tier-chip:after{animation-duration:2.9s;animation-delay:-.4s}.spotlight-tier-chip-wrap:nth-child(6n+2) .spotlight-tier-chip:before{animation-delay:-.55s}.spotlight-tier-chip-wrap:nth-child(6n+2) .spotlight-tier-chip:after{animation-duration:3.5s;animation-delay:-1.2s}.spotlight-tier-chip-wrap:nth-child(6n+3) .spotlight-tier-chip:before{animation-delay:-.95s}.spotlight-tier-chip-wrap:nth-child(6n+3) .spotlight-tier-chip:after{animation-duration:3.1s;animation-delay:-2s}.spotlight-tier-chip-wrap:nth-child(6n+4) .spotlight-tier-chip:before{animation-delay:-.35s}.spotlight-tier-chip-wrap:nth-child(6n+4) .spotlight-tier-chip:after{animation-duration:3.8s;animation-delay:-.8s}.spotlight-tier-chip-wrap:nth-child(6n+5) .spotlight-tier-chip:before{animation-delay:-.75s}.spotlight-tier-chip-wrap:nth-child(6n+5) .spotlight-tier-chip:after{animation-duration:2.7s;animation-delay:-1.6s}.spotlight-tier-chip-wrap:nth-child(6n) .spotlight-tier-chip:before{animation-delay:-1.1s}.spotlight-tier-chip-wrap:nth-child(6n) .spotlight-tier-chip:after{animation-duration:3.3s;animation-delay:-2.4s}:is(.spotlight-tier-bar:has(.spotlight-tier-chip:hover) .spotlight-tier-chip:not(:hover),.spotlight-tier-bar:has(.spotlight-tier-chip:focus-visible) .spotlight-tier-chip:not(:focus-visible)){opacity:1;filter:brightness(.62);transform:scale(.98)}.spotlight-tier-chip:hover,.spotlight-tier-chip:focus-visible{transition:transform .12s cubic-bezier(.22,1,.36,1),box-shadow .1s ease-out;animation:1.4s ease-in-out infinite tierChipShadowPulse;transform:scale(1.1)}.spotlight-tier-chip:hover:before,.spotlight-tier-chip:focus-visible:before{opacity:1;animation:1.4s ease-in-out infinite tierChipGlowPulse}.spotlight-tier-chip:hover:after,.spotlight-tier-chip:focus-visible:after{opacity:.78;animation:3.2s ease-in-out infinite tierChipGlowDrift}@keyframes tierChipGlowDrift{0%,to{opacity:.62;transform:translate(-4%,-3%)scale(.98)}33%{opacity:.82;transform:translate(5%,2%)scale(1.06)}66%{opacity:.7;transform:translate(-2%,6%)scale(1.02)}}@keyframes tierChipShadowPulse{0%,to{box-shadow:0 0 calc(var(--chip-size) * .22) color-mix(in srgb, var(--chip-glow,currentColor) 62%, transparent), 0 0 calc(var(--chip-size) * .42) color-mix(in srgb, var(--chip-glow,currentColor) 38%, transparent)}50%{box-shadow:0 0 calc(var(--chip-size) * .32) color-mix(in srgb, var(--chip-glow,currentColor) 72%, transparent), 0 0 calc(var(--chip-size) * .56) color-mix(in srgb, var(--chip-glow,currentColor) 46%, transparent)}}@keyframes tierChipGlowPulse{0%,to{opacity:.82;filter:blur(calc(var(--chip-size) * .14));transform:scale(.98)}50%{opacity:1;filter:blur(calc(var(--chip-size) * .19));transform:scale(1.08)}}@media (prefers-reduced-motion:reduce){.spotlight-tier-chip-wrap{animation:none}.spotlight-tier-chip:hover,.spotlight-tier-chip:focus-visible{box-shadow:0 0 calc(var(--chip-size) * .28) color-mix(in srgb, var(--chip-glow,currentColor) 68%, transparent), 0 0 calc(var(--chip-size) * .5) color-mix(in srgb, var(--chip-glow,currentColor) 42%, transparent);animation:none}.spotlight-tier-chip:hover:before,.spotlight-tier-chip:focus-visible:before{opacity:.95;animation:none;transform:scale(1.04)}.spotlight-tier-chip:hover:after,.spotlight-tier-chip:focus-visible:after{opacity:.72;animation:none;transform:translate(2%,-1%)scale(1.03)}}.spotlight-tier-chip:active{transition:transform 60ms ease-out,box-shadow 60ms ease-out;transform:scale(1.05)}.spotlight-tier-chip:focus-visible{outline-offset:3px;outline:2px solid #ffffffa6}.toast{background:var(--color-surface);border:1px solid var(--color-border);z-index:2000;border-radius:8px;padding:.75rem 1.25rem;font-size:.875rem;position:fixed;bottom:1rem;left:50%;transform:translate(-50%)}.phase-curtain{z-index:500;pointer-events:none;background:#050508;position:fixed;inset:0}.screen-color-wash{z-index:450;pointer-events:none;opacity:0;box-shadow:inset 0 0 120px 40px color-mix(in srgb, var(--wash-color,#5b76f4) 55%, transparent), inset 0 0 280px 80px color-mix(in srgb, var(--wash-color,#5b76f4) 20%, transparent);transition:opacity 80ms ease-out;position:fixed;inset:0}.screen-color-wash--active{opacity:1;animation:.38s ease-out forwards washFade}.screen-color-wash--strong{box-shadow:inset 0 0 160px 60px color-mix(in srgb, var(--wash-color,#f66) 65%, transparent), inset 0 0 360px 100px color-mix(in srgb, var(--wash-color,#f66) 30%, transparent);animation:.52s ease-out forwards washFadeStrong}.screen-color-wash--dull{box-shadow:inset 0 0 100px 50px color-mix(in srgb, var(--wash-color,#889) 25%, transparent), inset 0 0 220px 90px #1e1e2859;animation:.42s ease-out forwards washFadeDull}.screen-color-wash--somber.screen-color-wash--strong{box-shadow:inset 0 0 140px 70px color-mix(in srgb, var(--wash-color,#556) 35%, transparent), inset 0 0 320px 120px #0a0a108c;animation:.55s ease-out forwards washFadeSomber}@keyframes washFade{0%{opacity:1}to{opacity:0}}@keyframes washFadeStrong{0%{opacity:1}40%{opacity:.85}to{opacity:0}}@keyframes washFadeDull{0%{opacity:.7}to{opacity:0}}@keyframes washFadeSomber{0%{opacity:.9}30%{opacity:.75}to{opacity:0}}body.screen-shake--light{animation:.32s ease-in-out screenShakeLight}body.screen-shake--normal{animation:.48s ease-in-out screenShake}body.screen-shake--heavy{animation:.58s ease-in-out screenShakeHeavy}.screen-desaturate{z-index:950;pointer-events:none;opacity:0;-webkit-backdrop-filter:saturate()brightness();backdrop-filter:saturate()brightness();position:fixed;inset:0}.screen-desaturate--active.screen-desaturate--light{animation:.38s ease-out forwards desaturateOverlay}.screen-desaturate--active.screen-desaturate--medium{animation:.52s ease-out forwards desaturateOverlay}.screen-desaturate--active.screen-desaturate--heavy{animation:.72s ease-out forwards desaturateOverlay}@keyframes desaturateOverlay{0%{opacity:1;-webkit-backdrop-filter:saturate(.35)brightness(.88);backdrop-filter:saturate(.35)brightness(.88)}to{opacity:0;-webkit-backdrop-filter:saturate()brightness();backdrop-filter:saturate()brightness()}}@keyframes screenShakeLight{0%,to{transform:translate(0)}50%{transform:translate(-2px,1px)}}@keyframes screenShakeHeavy{0%,to{transform:translate(0)}12%{transform:translate(-8px,3px)}25%{transform:translate(7px,-4px)}38%{transform:translate(-6px,2px)}50%{transform:translate(5px,-3px)}62%{transform:translate(-4px,2px)}75%{transform:translate(3px,-2px)}88%{transform:translate(-2px,1px)}}@keyframes screenShake{0%,to{transform:translate(0)}15%{transform:translate(-6px,2px)}30%{transform:translate(5px,-3px)}45%{transform:translate(-4px,1px)}60%{transform:translate(3px,-2px)}75%{transform:translate(-2px,1px)}}@media (prefers-reduced-motion:reduce){body.screen-shake--light,body.screen-shake--normal,body.screen-shake--heavy,body.screen-desaturate--light,body.screen-desaturate--medium,body.screen-desaturate--heavy,.screen-desaturate--active,.row-highlight,.row-highlight--sad{animation:none}}.present-exit--controls{align-items:center;gap:.5rem;display:flex}.phase-presentation .title--revealed>span{animation:3s ease-in-out infinite alternate titleGlow}@keyframes titleGlow{0%{text-shadow:0 2px 24px #00000080}to{text-shadow:0 2px 24px #00000080,0 0 40px #5b76f426}}.pool-panel--intro{opacity:0;animation:.55s ease-out forwards poolReveal;animation-delay:calc(.35s + var(--present-row-count,7) * 70ms + .2s)}@keyframes poolReveal{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.tier-image--next{filter:drop-shadow(0 0 14px #6b86ffbf)drop-shadow(0 2px 8px #00000059)}.tier-image-btn--next{position:relative}.tier-image-btn--next:after{content:"";pointer-events:none;border:2px solid #6b86ff8c;border-radius:8px;animation:2.2s ease-in-out infinite nextPulse;position:absolute;inset:-4px}@keyframes nextPulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.03)}}.broadcast-lower-third{bottom:calc(var(--present-pool-height,120px) + 1.25rem);z-index:800;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0d0d12e0;border:1px solid #ffffff14;border-radius:12px;align-items:stretch;min-width:280px;display:flex;position:fixed;left:50%;overflow:hidden;box-shadow:0 8px 40px #00000080}.broadcast-lower-third__accent{flex-shrink:0;width:8px}.broadcast-lower-third__content{text-align:center;flex-direction:column;align-items:center;gap:.2rem;padding:.75rem 1.5rem .85rem;display:flex}.broadcast-lower-third__label{text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted);font-size:clamp(1rem,2.4vmin,1.35rem)}.broadcast-lower-third__tier{font-family:var(--font-display);letter-spacing:.06em;text-shadow:0 0 24px;font-size:clamp(2rem,4.5vmin,2.75rem);line-height:1}.broadcast-lower-third--sad{background:#0a0a0eeb;border-color:#ffffff0a;box-shadow:0 8px 40px #000000a6}.broadcast-lower-third--sad .broadcast-lower-third__label{color:#778;font-size:clamp(1.05rem,2.5vmin,1.4rem)}.broadcast-lower-third--sad .broadcast-lower-third__tier{text-shadow:none;filter:saturate(.7)}.broadcast-lower-third--devastating .broadcast-lower-third__tier{filter:saturate(.55);font-size:clamp(2.25rem,5vmin,3.25rem)}.broadcast-lower-third--devastating .broadcast-lower-third__label{color:#966;font-size:clamp(1.15rem,2.8vmin,1.55rem)}.tier-label--sad{filter:saturate(.75)}body.broadcast-mode:after{content:"";z-index:50;pointer-events:none;opacity:.5;background:repeating-linear-gradient(0deg,#0000,#0000 2px,#00000008 2px 4px);position:fixed;inset:0}.presentation-main--broadcast .tier-list div.row{box-shadow:inset 0 1px #ffffff0a}.presentation-main--broadcast .tier-label-readonly{box-shadow:inset -2px 0 12px #00000040}.elite-slideshow{z-index:2500;cursor:pointer;flex-direction:column;justify-content:center;align-items:center;padding:1.25rem 1rem 1.75rem;display:flex;position:fixed;inset:0}.elite-slideshow__backdrop{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#05050ae0;position:absolute;inset:0}.elite-slideshow__progress{z-index:1;text-transform:uppercase;letter-spacing:.16em;color:#8ea0ff;margin:0 0 .75rem;font-size:.8rem;font-weight:600;position:relative}.elite-slideshow__frame{z-index:1;pointer-events:auto;flex-shrink:0;justify-content:center;align-items:center;width:min(94vmin,100vw - 2rem);height:min(100dvh - 9rem,86vh);line-height:0;display:flex;position:relative}.elite-slideshow__image{object-fit:contain;filter:drop-shadow(0 10px 40px #00000080);width:100%;height:100%;display:block}.elite-slideshow__footer{z-index:1;pointer-events:auto;flex-direction:column;align-items:center;gap:.85rem;width:min(94vw,720px);margin-top:1rem;display:flex;position:relative}.elite-slideshow__label{color:#ffffffb8;letter-spacing:.04em;text-align:center;margin:0;font-size:clamp(1.1rem,2.6vmin,1.45rem)}.elite-slideshow__meta{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.elite-slideshow__badge{min-width:clamp(3.5rem,9vmin,4.5rem);min-height:clamp(3.5rem,9vmin,4.5rem);font-family:var(--font-display);letter-spacing:.05em;border-radius:12px;justify-content:center;align-items:center;padding:0 .65rem;font-size:clamp(2rem,6vmin,3rem);font-weight:600;line-height:1;display:inline-flex}.elite-slideshow__btn{color:#fff;font-family:var(--font-body);cursor:pointer;background:#5b76f42e;border:1px solid #8ea0ff8c;border-radius:10px;padding:.7rem 1.75rem;font-size:.95rem;font-weight:600;transition:filter .15s,transform .15s,background .15s}.elite-slideshow__btn:hover{filter:brightness(1.1);background:#5b76f447;transform:scale(1.03)}.finale-overlay{z-index:3000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#05050ad1;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.finale-overlay__panel{text-align:center;background:linear-gradient(160deg,#2a2a35f2,#1a1a24fa);border:1px solid #6b86ff59;border-radius:16px;max-width:min(90vw,520px);padding:2.5rem 3rem;box-shadow:0 24px 80px #0009,0 0 60px #5b76f426}.finale-overlay__eyebrow{text-transform:uppercase;letter-spacing:.2em;color:#6b86ff;margin:0 0 .5rem;font-size:.75rem;font-weight:600}.finale-overlay__title{font-family:var(--font-display);letter-spacing:.04em;text-shadow:0 0 40px #6b86ff4d;margin:0 0 .75rem;font-size:clamp(2rem,6vmin,3.5rem);line-height:1.05}.finale-overlay__subtitle{color:var(--color-text-muted);margin:0 0 1.75rem;font-size:1rem}.finale-overlay__btn{color:#fff;font-family:var(--font-body);cursor:pointer;background:linear-gradient(135deg,#5b76f4 0%,#3d52c4 100%);border:1px solid #6b86ff;border-radius:10px;padding:.75rem 2rem;font-size:.95rem;font-weight:600;transition:filter .15s,transform .15s}.finale-overlay__btn:hover{filter:brightness(1.12);transform:scale(1.03)}
