.well-rule{position:relative;height:1px;background:var(--well-flame, #FF5400)}.well-tag{position:absolute;left:20px;top:-12px;height:24px;padding:0 12px;border-radius:12px;display:inline-flex;align-items:center;gap:8px;background:var(--well-ground, #191918);border:1px solid var(--well-flame, #FF5400);color:#f0e6dd;font:700 10px/1 Transducer,sans-serif;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap}.well-tag>b{width:6px;height:6px;border-radius:50%;background:var(--well-flame, #FF5400)}@keyframes fx-fringe{0%{filter:drop-shadow(-9px 0 0 rgba(255,84,0,.8)) drop-shadow(9px 0 0 rgba(0,188,193,.8))}25%{filter:drop-shadow(5px 0 0 rgba(255,84,0,.7)) drop-shadow(-5px 0 0 rgba(0,188,193,.7))}50%{filter:drop-shadow(-4px 0 0 rgba(255,84,0,.55)) drop-shadow(4px 0 0 rgba(0,188,193,.55))}75%{filter:drop-shadow(2px 0 0 rgba(255,84,0,.35)) drop-shadow(-2px 0 0 rgba(0,188,193,.35))}to{filter:none}}@keyframes fx-fringe-soft{0%{filter:drop-shadow(-6px 0 0 rgba(255,84,0,.6)) drop-shadow(6px 0 0 rgba(0,188,193,.6))}33%{filter:drop-shadow(4px 0 0 rgba(255,84,0,.45)) drop-shadow(-4px 0 0 rgba(0,188,193,.45))}66%{filter:drop-shadow(-2px 0 0 rgba(255,84,0,.3)) drop-shadow(2px 0 0 rgba(0,188,193,.3))}to{filter:none}}.fx-fringe:hover{animation:fx-fringe .4s linear 1}.fx-fringe--soft:hover{animation:fx-fringe-soft .4s linear 1}.fx-fringe--loop{animation:fx-fringe-loop 3.4s linear infinite}.fx-fringe--loop-soft{animation:fx-fringe-loop-soft 3s linear infinite}@keyframes fx-fringe-loop{0%{filter:drop-shadow(-9px 0 0 rgba(255,84,0,.8)) drop-shadow(9px 0 0 rgba(0,188,193,.8))}3%{filter:drop-shadow(5px 0 0 rgba(255,84,0,.7)) drop-shadow(-5px 0 0 rgba(0,188,193,.7))}6%{filter:drop-shadow(-4px 0 0 rgba(255,84,0,.55)) drop-shadow(4px 0 0 rgba(0,188,193,.55))}9%{filter:drop-shadow(2px 0 0 rgba(255,84,0,.35)) drop-shadow(-2px 0 0 rgba(0,188,193,.35))}12%,to{filter:none}}@keyframes fx-fringe-loop-soft{0%{filter:drop-shadow(-6px 0 0 rgba(255,84,0,.6)) drop-shadow(6px 0 0 rgba(0,188,193,.6))}4%{filter:drop-shadow(4px 0 0 rgba(255,84,0,.45)) drop-shadow(-4px 0 0 rgba(0,188,193,.45))}8%{filter:drop-shadow(-2px 0 0 rgba(255,84,0,.3)) drop-shadow(2px 0 0 rgba(0,188,193,.3))}12%,to{filter:none}}.fx-ghost{position:relative;overflow:hidden}.fx-ghost__layer{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none;z-index:1;mix-blend-mode:screen;opacity:0;transform:scale(1.06);transition:transform .07s linear,opacity .12s linear}.fx-ghost__layer--r{filter:sepia(1) saturate(7) hue-rotate(-38deg);-webkit-mask-image:linear-gradient(90deg,#000 0%,rgba(0,0,0,.5) 24%,transparent 48%,transparent 100%);mask-image:linear-gradient(90deg,#000 0%,rgba(0,0,0,.5) 24%,transparent 48%,transparent 100%)}.fx-ghost__layer--c{filter:sepia(1) saturate(7) hue-rotate(128deg);-webkit-mask-image:linear-gradient(90deg,transparent 0%,transparent 52%,rgba(0,0,0,.5) 76%,#000 100%);mask-image:linear-gradient(90deg,transparent 0%,transparent 52%,rgba(0,0,0,.5) 76%,#000 100%)}.fx-ghost:hover .fx-ghost__layer{transform:scale(1.1)}.fx-ghost:hover .fx-ghost__layer--r{animation:fx-ghost-r .3s linear 1}.fx-ghost:hover .fx-ghost__layer--c{animation:fx-ghost-c .3s linear 1}@keyframes fx-ghost-r{0%{opacity:.72;transform:translate(-30.8px,-4px) scale(1.1)}50%{opacity:.48;transform:translate(-15.4px) scale(1.1)}to{opacity:0;transform:scale(1.1)}}@keyframes fx-ghost-c{0%{opacity:.72;transform:translate(30.8px,4px) scale(1.1)}50%{opacity:.48;transform:translate(15.4px) scale(1.1)}to{opacity:0;transform:scale(1.1)}}@media(prefers-reduced-motion:reduce){.fx-fringe:hover,.fx-fringe--soft:hover,.fx-fringe--loop,.fx-fringe--loop-soft,.fx-ghost:hover .fx-ghost__layer--r,.fx-ghost:hover .fx-ghost__layer--c{animation:none}.fx-ghost__layer,.fx-ghost:hover .fx-ghost__layer{transition:none;transform:scale(1.06)}}.ec-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:20px}.ec{container-type:inline-size;position:relative;display:flex;flex-direction:column;border:1px solid #373533;border-radius:20px;overflow:hidden;background:#191918;color:#f0e6dd;transition:border-color .18s}.ec:hover{border-color:#ff5400}.ec--past{opacity:.6}.ec--past .ec__art{filter:saturate(.15)}.ec__top{position:relative}.ec__pic{position:relative;display:block;overflow:hidden;cursor:pointer}.ec__art{display:block;width:100%;height:auto;aspect-ratio:16 / 9;object-fit:cover}.ec:hover .fx-ghost__layer{transform:scale(1.1)}.ec:hover .fx-ghost__layer--r,.ec:focus-within .fx-ghost__layer--r{animation:fx-ghost-r .3s linear 1}.ec:hover .fx-ghost__layer--c,.ec:focus-within .fx-ghost__layer--c{animation:fx-ghost-c .3s linear 1}.ec__stamp{position:absolute;left:18px;bottom:-14px;z-index:2;display:flex;align-items:baseline;gap:8px;padding:8px 14px;border-radius:12px;background:#191918;border:1px solid #373533}.ec__stamp b{font:900 26px/1 Transducer Extended,sans-serif;letter-spacing:-.01em}.ec__stamp small{font:800 10px/1 Transducer,sans-serif;letter-spacing:.14em;text-transform:uppercase;color:#ff5400}.ec__tag{position:absolute;left:auto;right:16px;top:16px;z-index:2}.ec__tag--live{border-color:#00bcc1}.ec__tag--live>b{background:#00bcc1}.ec__body{display:flex;flex-direction:column;gap:12px;padding:30px 22px 20px;flex:1}.ec__meta{display:flex;align-items:center;gap:10px;font:700 10px/1 Transducer,sans-serif;letter-spacing:.12em;text-transform:uppercase;color:#a7a19a}.ec__type{color:rgb(var(--type, 164,140,224))}.ec__dash{width:12px;height:1px;background:#484543}.ec__title{margin:0;font:700 20px/1.12 Transducer Extended,sans-serif;letter-spacing:.02em;text-transform:uppercase}.ec__title a{color:#f0e6dd;text-decoration:none}.ec__title a:focus-visible{outline:2px solid #FF5400;outline-offset:2px}.ec__stub{position:relative;display:flex;justify-content:space-between;align-items:center;gap:14px;padding:16px 22px;background:#141413;border-top:2px dashed #373533}.ec__stub:before,.ec__stub:after{content:"";position:absolute;top:-13px;width:24px;height:24px;border-radius:50%;background:#191918;border:1px solid #373533}.ec__stub:before{left:-13px}.ec__stub:after{right:-13px}.ec__when{display:flex;flex-direction:column;gap:4px;min-width:0;font:700 11px/1.3 Transducer,sans-serif;letter-spacing:.06em}.ec__when small{font:700 10px/1 Transducer,sans-serif;letter-spacing:.12em;text-transform:uppercase;color:#a7a19a}.ec__act{flex:none;display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:0 14px;border:1px solid #524F4C;border-radius:12px;color:#f0e6dd;font:700 10px/1 Transducer,sans-serif;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;transition:border-color .18s,color .18s}.ec__act--icon{width:44px;min-height:44px;padding:0;justify-content:center}.ec__act--icon .icon{width:18px;height:18px}.ec__act:hover,.ec__act:focus-visible{border-color:#ff5400;color:#ff5400}.ec__act:focus-visible{outline:2px solid #FF5400;outline-offset:2px}.ec-more{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin-top:34px;padding-bottom:12px;border-bottom:1px solid #524F4C;font:700 10px/1 Transducer,sans-serif;letter-spacing:.14em;text-transform:uppercase;color:#ff5400}.ec-more>span:last-child{color:#a7a19a}.ec-none{margin-top:20px;padding:22px 24px;border:1px dashed #524F4C;border-radius:16px;font:700 11px/1.5 Transducer,sans-serif;letter-spacing:.06em;text-transform:uppercase;color:#a7a19a}.ec-none p{margin:6px 0 0;font:400 13px/1.5 Transducer,sans-serif;letter-spacing:0;text-transform:none}.ev-main{container-type:inline-size;container-name:ev-main}@container ev-main (max-width: 640px){.ec-grid{grid-template-columns:1fr;gap:12px}}@container (max-width: 360px){.ec__body{padding:28px 18px 18px}.ec__stub{flex-direction:column;align-items:stretch;padding:14px 18px;gap:12px}.ec__act{justify-content:center;min-height:44px}.ec__act--icon{width:auto}}@media(prefers-reduced-motion:reduce){.ec,.ec__act{transition:none}.ec:hover .fx-ghost__layer--r,.ec:focus-within .fx-ghost__layer--r,.ec:hover .fx-ghost__layer--c,.ec:focus-within .fx-ghost__layer--c{animation:none}.ec:hover .fx-ghost__layer{transform:scale(1.06)}}body{margin:0;background:#191918;font-family:Transducer,system-ui,sans-serif}a{color:#ff5400;text-decoration:none}a:hover{color:#f0e6dd}html{scroll-behavior:smooth}.d105a788{width:100%;margin:0 auto;background:#191918;max-width:var(--canvas);margin-inline:auto}.dc98c775{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;padding:64px clamp(20px,calc(10.06px + 2.652vw),44px) 34px}.d558bc25{margin:24px 0 0;font:700 clamp(34px,calc(14.11px + 5.304vw),82px)/.94 "Transducer Extended",sans-serif;letter-spacing:.01em;text-transform:uppercase;color:#f0e6dd}.dbcc2f19{margin:0 0 12px;max-width:420px;font:400 15px/1.66 Transducer,sans-serif;color:#a7a19a;text-wrap:pretty}.dce48e56{display:flex;gap:40px;padding:60px clamp(20px,calc(10.06px + 2.652vw),44px) 0;align-items:start;flex-wrap:wrap}.dce48e56{display:flex;flex-wrap:wrap}.dce48e56>*{flex:999 1 0;min-width:min(100%,260px)}.dce48e56>:first-child{flex:1 1 236px;min-width:0}.d909c258,.d0d46d9b,.d7be88b3{display:inline-flex;align-items:center;gap:8px;cursor:pointer;transition:color .18s;color:#a7a19a}.d909c258:hover,.d0d46d9b:hover,.d7be88b3:hover{color:#f0e6dd}.d7be88b3{color:#f0e6dd;box-shadow:inset 0 -2px #ff5400;padding-bottom:16px;margin-bottom:-16px}.d6733cbb,.d75be41b,.d0ebcf26{position:absolute;left:-14px;top:100%;z-index:60;min-width:210px;padding:10px;border:1px solid #373533;border-radius:14px;background:#1b1a19;box-shadow:0 18px 40px #00000080;display:grid;gap:2px;opacity:0;pointer-events:none;transform:translateY(-6px);transition:opacity .16s,transform .16s}[data-menu].is-open>div{opacity:1;pointer-events:auto;transform:translateY(0)}.d157b116{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;text-align:left;border:0;border-bottom:1px solid #282625;background:transparent;padding:14px 0 14px 14px;cursor:pointer;font:700 10px/1 Transducer,sans-serif;letter-spacing:.12em;text-transform:uppercase;color:#a7a19a;box-shadow:inset 1px 0 #373533;transition:color .18s,box-shadow .18s}.d157b116:hover{color:#f0e6dd}.d157b116[aria-pressed=true]{color:#f0e6dd;box-shadow:inset 3px 0 #ff5400}.d157b116[data-dim=true]{color:#5c5955}.dc172e39{font:700 9px/1 Transducer,sans-serif;color:#a7a19a}.d157b116[aria-pressed=true] .dc172e39{color:#ff5400}.d157b116[data-dim=true] .dc172e39{color:#413e3b}
