
/* EdgeOverEdge 2026 enhancement layer: accessibility, polish, performance-safe effects */
html { scroll-behavior: smooth; }
body { text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
a:focus-visible, button:focus-visible { outline: 2px solid #00f7ff !important; outline-offset: 4px; }
img { max-width: 100%; height: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; transform: translateY(-160%); z-index: 99999; background:#05060a; color:#00f7ff; border:1px solid #00f7ff; padding:10px 14px; }
.skip-link:focus { transform:none; }
.eoe-signal-strip { background:#05060a; color:#aaa; border-bottom:1px solid #171923; font-family:monospace; font-size:12px; letter-spacing:.13em; text-align:center; padding:8px 14px; }
.eoe-signal-strip a { color:#00f7ff; font-weight:700; }
.eoe-vault-cta { position:relative; overflow:hidden; background:radial-gradient(circle at 50% 0,#171124,#05060a 72%); color:#e9e9f6; text-align:center; padding:72px 20px; border-top:1px solid #191923; border-bottom:1px solid #191923; }
.eoe-vault-cta:before { content:""; position:absolute; inset:0; pointer-events:none; opacity:.22; background:repeating-linear-gradient(to bottom,rgba(255,255,255,.06) 0,rgba(255,255,255,.06) 1px,transparent 1px,transparent 5px); }
.eoe-vault-cta .inner { position:relative; max-width:900px; margin:auto; }
.eoe-kicker { color:#ff174e; font-family:monospace; letter-spacing:.22em; font-size:12px; text-transform:uppercase; }
.eoe-vault-cta h2 { color:#fff; font-size:clamp(32px,6vw,68px); letter-spacing:.08em; margin:14px 0; }
.eoe-vault-cta p { color:#aaa; max-width:680px; margin:0 auto 24px; }
.eoe-actions { display:flex; gap:12px; justify-content:center; flex-wrap:wrap; }
.eoe-action { display:inline-block; padding:12px 22px; text-transform:uppercase; letter-spacing:.12em; font-size:12px; border:1px solid #00f7ff; color:#00f7ff !important; }
.eoe-action:hover { background:#00f7ff; color:#05060a !important; }
.eoe-action.secondary { border-color:#ff174e; color:#ff5278 !important; }
.eoe-action.secondary:hover { background:#ff174e; color:#fff !important; }
.hero-slides-content h2 { text-shadow:0 2px 28px rgba(0,0,0,.75); }
.hero-slides-content h6 { letter-spacing:.18em; }
.section-heading h2 { letter-spacing:.04em; }
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; scroll-behavior:auto !important; transition-duration:.01ms !important; } }

/* ===== EdgeOverEdge public subpages ===== */
.eoe-public-page {
    padding-top: 80px;
    background: #0a0a0a;
    color: #e0e0e0;
}
.eoe-public-page .header-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #111;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.eoe-public-page .classy-navbar { margin: 0; padding: 0; }
.eoe-public-page .classynav ul li a { color: #e0e0e0; transition: color .2s ease; }
.eoe-public-page .classynav ul li a:hover { color: #00ffff; }
.eoe-page-hero {
    position: relative;
    min-height: 430px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    border-bottom: 1px solid #1b1d24;
}
.eoe-page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,rgba(0,0,0,.32),rgba(5,6,10,.95));
}
.eoe-page-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .14;
    background: repeating-linear-gradient(to bottom,rgba(255,255,255,.08) 0,rgba(255,255,255,.08) 1px,transparent 1px,transparent 5px);
}
.eoe-page-hero .inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 90px 15px 58px;
}
.eoe-page-kicker {
    color: #ff174e;
    font-family: monospace;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.eoe-page-hero h1 {
    color: #fff;
    font-size: clamp(42px,8vw,82px);
    line-height: .96;
    letter-spacing: .055em;
    text-transform: uppercase;
    margin: 0;
    text-shadow: 0 2px 30px rgba(0,0,0,.8);
}
.eoe-page-hero .deck {
    max-width: 720px;
    margin: 18px 0 0;
    color: #b8bac5;
    font-size: 16px;
    line-height: 1.8;
}
.eoe-page-section {
    background: #0a0a0a;
    padding: 86px 20px;
}
.eoe-page-section.alt { background: #111; }
.eoe-page-section .inner { max-width: 1080px; margin: 0 auto; }
.eoe-content-grid {
    display: grid;
    grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr);
    gap: 42px;
    align-items: center;
}
.eoe-content-panel {
    position: relative;
    background: linear-gradient(180deg,#101116,#090a0d);
    border: 1px solid #20222b;
    padding: 34px;
    box-shadow: 0 20px 70px rgba(0,0,0,.28);
}
.eoe-content-panel::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 32px;
    width: 82px;
    height: 1px;
    background: #00f7ff;
    box-shadow: 0 0 12px rgba(0,247,255,.75);
}
.eoe-content-panel h2,
.eoe-content-panel h3 { color: #fff; letter-spacing: .055em; }
.eoe-content-panel h2 { font-size: clamp(28px,4vw,42px); margin-bottom: 20px; }
.eoe-content-panel h3 { font-size: 20px; margin-bottom: 14px; }
.eoe-content-panel p { color: #b4b5bd; line-height: 1.9; margin-bottom: 18px; }
.eoe-content-panel p:last-child { margin-bottom: 0; }
.eoe-feature-image {
    position: relative;
    overflow: hidden;
    border: 1px solid #20222b;
    background: #05060a;
}
.eoe-feature-image img { display: block; width: 100%; }
.eoe-feature-image::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    box-shadow: inset 0 0 80px rgba(0,0,0,.5);
}
.eoe-lineup {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 12px;
    margin-top: 28px;
}
.eoe-lineup-label {
    margin-top: 34px;
    margin-bottom: 0;
}
.eoe-lineup .member {
    position: relative;
    overflow: hidden;
    background: #08090c;
    border: 1px solid #1f2129;
    padding: 0;
}
.eoe-lineup .member::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: repeating-linear-gradient(180deg, rgba(255,255,255,.025) 0, rgba(255,255,255,.025) 1px, transparent 1px, transparent 4px);
    mix-blend-mode: screen;
    opacity: .28;
}
.eoe-lineup .member-photo {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #020304;
    border-bottom: 1px solid #1f2129;
}
.eoe-lineup .member-photo::before {
    content: "VISUAL ID // ACTIVE";
    position: absolute;
    z-index: 2;
    right: 10px;
    bottom: 10px;
    padding: 4px 6px;
    background: rgba(20,0,4,.78);
    border: 1px solid rgba(255,35,55,.55);
    color: #ff2337;
    font: 700 8px/1 monospace;
    letter-spacing: .12em;
}
.eoe-lineup .member-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: contrast(1.04);
}
.eoe-lineup .member--mat .member-photo img { object-position: 58% 24%; }
.eoe-lineup .member--darryel .member-photo img { object-position: 42% 24%; }
.eoe-lineup .member--quentin .member-photo img { object-position: 61% 23%; }
.eoe-lineup .member--zachary .member-photo img { object-position: 57% 29%; }
.eoe-lineup .member-id {
    position: relative;
    z-index: 2;
    padding: 16px;
}
.eoe-lineup .member strong {
    display: block;
    color: #fff;
    font-size: 14px;
    letter-spacing: .07em;
    text-transform: uppercase;
}
.eoe-lineup .member span {
    display: block;
    color: #00dbe2;
    font-family: monospace;
    font-size: 11px;
    letter-spacing: .08em;
    margin-top: 6px;
    text-transform: uppercase;
}
.eoe-system-label {
    color: #00dbe2;
    font-family: monospace;
    font-size: 11px;
    letter-spacing: .18em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.eoe-video-shell {
    position: relative;
    border: 1px solid #22252d;
    background: #05060a;
    padding: 12px;
    box-shadow: 0 25px 80px rgba(0,0,0,.3);
}
.eoe-video-shell::before {
    content: "LIVE SYSTEM // VIDEO FEED";
    display: block;
    color: #ff5278;
    font-family: monospace;
    font-size: 10px;
    letter-spacing: .18em;
    padding: 2px 2px 10px;
}
.eoe-video-frame { position: relative; width: 100%; aspect-ratio: 16/9; overflow: hidden; }
.eoe-video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.eoe-subpage-links { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.eoe-public-page .footer-area { background:#111; border-top:1px solid rgba(255,255,255,.1); }
.eoe-public-page .footer-area p,
.eoe-public-page .footer-area a { color:#e0e0e0; }
@media (max-width: 991px) {
    .eoe-content-grid { grid-template-columns: 1fr; }
    .eoe-lineup { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 767px) {
    .eoe-public-page { padding-top: 70px; }
    .eoe-page-hero { min-height: 350px; }
    .eoe-page-hero .inner { padding: 70px 20px 42px; }
    .eoe-page-section { padding: 60px 18px; }
    .eoe-content-panel { padding: 26px 22px; }
    .eoe-lineup { grid-template-columns: 1fr; }
}

/* ===== Homepage Transmission Deck ===== */
.eoe-transmission-deck {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(280px, .72fr);
    border: 1px solid rgba(116, 238, 255, .28);
    background: #07090b;
    box-shadow: 0 20px 60px rgba(0,0,0,.28);
    overflow: hidden;
}
.eoe-deck-display {
    position: relative;
    display: grid;
    grid-template-rows: minmax(360px, 1fr) auto;
    min-height: 620px;
    overflow: hidden;
    background: #030405;
}
.eoe-deck-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 360px;
    padding: 26px;
    overflow: hidden;
    background:
        radial-gradient(circle at center, rgba(115,234,250,.055), transparent 58%),
        linear-gradient(180deg, #050709 0%, #020304 100%);
}
.eoe-deck-visual::before {
    content: "";
    position: absolute;
    inset: 16px;
    border: 1px solid rgba(115,234,250,.12);
    pointer-events: none;
}
.eoe-deck-visual::after {
    content: "MEDIA FEED";
    position: absolute;
    top: 27px;
    left: 38px;
    z-index: 3;
    padding: 4px 7px;
    background: rgba(3,5,7,.82);
    color: rgba(115,234,250,.62);
    font: 700 8px/1 "Montserrat", sans-serif;
    letter-spacing: .18em;
    pointer-events: none;
}
.eoe-deck-visual img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 430px;
    object-fit: contain;
    object-position: center;
    transition: opacity .14s ease, transform .35s ease;
    transform: scale(1);
}
.eoe-deck-visual:hover img { transform: scale(1.015); }
.eoe-deck-visual img.is-switching { opacity: .15; }
.eoe-deck-scan {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    opacity: .12;
    background: repeating-linear-gradient(to bottom, transparent 0, transparent 3px, rgba(255,255,255,.08) 4px);
    mix-blend-mode: overlay;
}
.eoe-deck-copy {
    position: relative;
    z-index: 3;
    width: 100%;
    min-height: 245px;
    padding: 62px 40px 34px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: linear-gradient(180deg, #0a0d10 0%, #06080a 100%);
    border-top: 1px solid rgba(115,234,250,.16);
}
.eoe-deck-copy .eoe-action { align-self: flex-start; }
.eoe-deck-meta {
    position: absolute;
    top: 20px;
    left: 40px;
    right: 40px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    color: rgba(255,255,255,.62);
    font: 700 10px/1.2 "Montserrat", sans-serif;
    letter-spacing: .18em;
}
.eoe-deck-meta span:last-child { color: #ff334f; }
.eoe-deck-copy .eoe-kicker { color: #73eafa; margin-bottom: 10px; }
.eoe-deck-copy h3 {
    margin: 0 0 12px;
    color: #fff;
    font-size: clamp(30px, 4vw, 50px);
    line-height: 1;
    letter-spacing: .02em;
    text-transform: uppercase;
}
.eoe-deck-copy p {
    max-width: 620px;
    margin: 0 0 20px;
    color: rgba(255,255,255,.78);
    font-size: 15px;
    line-height: 1.7;
}
.eoe-channel-directory {
    display: flex;
    flex-direction: column;
    min-width: 0;
    background: linear-gradient(180deg, #0c1013 0%, #080a0c 100%);
    border-left: 1px solid rgba(116, 238, 255, .18);
}
.eoe-channel-header {
    display: flex;
    justify-content: space-between;
    padding: 18px 18px 15px;
    color: rgba(255,255,255,.5);
    border-bottom: 1px solid rgba(116, 238, 255, .16);
    font: 700 9px/1.2 "Montserrat", sans-serif;
    letter-spacing: .16em;
}
.eoe-channel {
    appearance: none;
    width: 100%;
    display: grid;
    grid-template-columns: 38px 1fr auto;
    align-items: center;
    gap: 12px;
    min-height: 61px;
    padding: 0 18px;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.065);
    background: transparent;
    color: #c8ced2;
    text-align: left;
    cursor: pointer;
    transition: background .18s ease, color .18s ease, padding-left .18s ease;
}
.eoe-channel:hover,
.eoe-channel:focus-visible { background: rgba(116,238,255,.055); color: #fff; outline: none; }
.eoe-channel.is-active {
    padding-left: 23px;
    color: #fff;
    background: linear-gradient(90deg, rgba(255,51,79,.15), rgba(255,51,79,.025));
    box-shadow: inset 3px 0 #ff334f;
}
.eoe-channel span,
.eoe-channel em { font: 700 9px/1 "Montserrat", sans-serif; letter-spacing: .13em; }
.eoe-channel span { color: #73eafa; }
.eoe-channel strong { font: 700 12px/1.1 "Montserrat", sans-serif; letter-spacing: .13em; }
.eoe-channel em { color: rgba(255,255,255,.28); font-style: normal; }
.eoe-channel.is-active em { color: #ff334f; }
.eoe-channel-nav {
    margin-top: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid rgba(116,238,255,.16);
}
.eoe-channel-nav button {
    border: 0;
    background: transparent;
    color: rgba(255,255,255,.52);
    padding: 16px 8px;
    font: 700 9px/1 "Montserrat", sans-serif;
    letter-spacing: .12em;
    cursor: pointer;
}
.eoe-channel-nav button + button { border-left: 1px solid rgba(116,238,255,.16); }
.eoe-channel-nav button:hover,
.eoe-channel-nav button:focus-visible { color: #73eafa; background: rgba(116,238,255,.04); outline: none; }

@media (max-width: 991px) {
    .eoe-transmission-deck { grid-template-columns: 1fr; }
    .eoe-deck-display { min-height: 0; grid-template-rows: minmax(340px, 52vw) auto; }
    .eoe-deck-copy { min-height: 0; }
    .eoe-channel-directory { border-left: 0; border-top: 1px solid rgba(116,238,255,.18); }
    .eoe-channel-directory { display: grid; grid-template-columns: repeat(2, 1fr); }
    .eoe-channel-header, .eoe-channel-nav { grid-column: 1 / -1; }
    .eoe-channel:nth-of-type(even) { border-left: 1px solid rgba(255,255,255,.065); }
}
@media (max-width: 575px) {
    .eoe-deck-display { min-height: 0; grid-template-rows: minmax(280px, 78vw) auto; }
    .eoe-deck-visual { min-height: 280px; padding: 18px; }
    .eoe-deck-visual::before { inset: 10px; }
    .eoe-deck-visual::after { top: 19px; left: 26px; }
    .eoe-deck-visual img { max-height: 360px; }
    .eoe-deck-copy { min-height: 0; width: 100%; padding: 68px 24px 30px; }
    .eoe-deck-meta { left: 24px; right: 24px; top: 22px; }
    .eoe-deck-copy h3 { font-size: clamp(32px, 12vw, 50px); }
    .eoe-channel-directory { grid-template-columns: 1fr; }
    .eoe-channel { min-height: 57px; }
    .eoe-channel:nth-of-type(even) { border-left: 0; }
}

/* ================================================================
   EDGEOVEREDGE BROADCAST HERO
   ================================================================ */
.eoe-broadcast-hero {
    position: relative;
    background: #050609;
    border-bottom: 1px solid rgba(115,234,250,.18);
    overflow: hidden;
}
.eoe-broadcast-stage {
    position: relative;
    min-height: clamp(560px, 72vh, 780px);
    overflow: hidden;
    border-bottom: 1px solid rgba(115,234,250,.16);
}
.eoe-broadcast-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.03);
    transition: opacity .28s ease, filter .28s ease;
    will-change: transform, filter;
    animation: eoeBroadcastDrift 18s ease-in-out infinite alternate;
}
.eoe-broadcast-stage:hover .eoe-broadcast-image { animation-duration: 14s; }
.eoe-broadcast-image.is-switching { opacity: .08; filter: saturate(.92) brightness(.82); }
@keyframes eoeBroadcastDrift {
    0% { transform: scale(1.03) translate3d(0,0,0); }
    50% { transform: scale(1.055) translate3d(-1.15%,-0.45%,0); }
    100% { transform: scale(1.07) translate3d(.95%,.6%,0); }
}
.eoe-broadcast-vignette {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(90deg, rgba(2,3,5,.92) 0%, rgba(2,3,5,.68) 34%, rgba(2,3,5,.18) 66%, rgba(2,3,5,.58) 100%),
      linear-gradient(0deg, rgba(2,3,5,.86) 0%, transparent 45%, rgba(2,3,5,.25) 100%);
    pointer-events: none;
}
.eoe-broadcast-grid {
    position: absolute;
    inset: 0;
    opacity: .16;
    background-image:
      linear-gradient(rgba(115,234,250,.09) 1px, transparent 1px),
      linear-gradient(90deg, rgba(115,234,250,.07) 1px, transparent 1px);
    background-size: 58px 58px;
    background-position: 0 0, 0 0;
    mask-image: linear-gradient(to right, #000, transparent 82%);
    pointer-events: none;
    animation: eoeGridFloat 24s linear infinite;
}
@keyframes eoeGridFloat {
    from { background-position: 0 0, 0 0; }
    to { background-position: 14px 12px, -14px 0; }
}
.eoe-broadcast-stage::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    background: linear-gradient(90deg, transparent 0%, rgba(115,234,250,.12) 34%, rgba(255,51,79,.14) 66%, transparent 100%);
    mix-blend-mode: screen;
}
.eoe-broadcast-stage.is-glitching::before {
    animation: eoeGlitchFlash .32s steps(2, end) 1;
}
@keyframes eoeGlitchFlash {
    0% { opacity: 0; transform: translateX(0); }
    22% { opacity: .22; transform: translateX(-8px); }
    48% { opacity: .06; transform: translateX(6px); }
    74% { opacity: .18; transform: translateX(-3px); }
    100% { opacity: 0; transform: translateX(0); }
}
.eoe-broadcast-stage::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .11;
    background: repeating-linear-gradient(to bottom, transparent 0 3px, rgba(255,255,255,.08) 4px, transparent 5px 7px);
    background-size: 100% 8px;
    animation: eoeScanlineDrift 9s linear infinite;
}
@keyframes eoeScanlineDrift {
    from { background-position: 0 0; }
    to { background-position: 0 16px; }
}
.eoe-broadcast-status {
    position: absolute;
    top: 34px;
    left: max(28px, calc((100vw - 1140px)/2));
    right: max(28px, calc((100vw - 1140px)/2));
    z-index: 3;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    color: rgba(226,239,242,.68);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}
.eoe-status-live { color: #ff334f; }
.eoe-status-live i {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 8px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 10px currentColor;
    animation: eoePulse 1.8s ease-in-out infinite;
}
@keyframes eoePulse { 50% { opacity:.35; box-shadow:0 0 3px currentColor; } }
.eoe-broadcast-copy {
    position: absolute;
    z-index: 4;
    left: max(28px, calc((100vw - 1140px)/2));
    bottom: 82px;
    width: min(690px, calc(100% - 56px));
}
.eoe-broadcast-meta {
    display: flex;
    gap: 18px;
    margin-bottom: 18px;
    color: #73eafa;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}
.eoe-broadcast-meta span:last-child { color: rgba(226,239,242,.58); }
.eoe-broadcast-kicker {
    margin: 0 0 8px;
    color: #ff334f;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .22em;
    text-transform: uppercase;
}
.eoe-broadcast-copy h2 {
    margin: 0;
    color: #f6fbfc;
    font-size: clamp(52px, 7.2vw, 108px);
    line-height: .9;
    font-weight: 900;
    letter-spacing: -.045em;
    text-transform: uppercase;
    text-shadow: 0 8px 32px rgba(0,0,0,.45);
}
.eoe-broadcast-description {
    max-width: 620px;
    margin: 24px 0 28px;
    color: rgba(235,244,246,.82);
    font-size: 17px;
    line-height: 1.65;
}
.eoe-broadcast-action { display: inline-flex; }
.eoe-broadcast-controls {
    position: absolute;
    z-index: 5;
    right: max(28px, calc((100vw - 1140px)/2));
    bottom: 38px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.eoe-broadcast-arrow {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(115,234,250,.38);
    background: rgba(3,6,9,.74);
    color: #73eafa;
    cursor: pointer;
    transition: .2s ease;
}
.eoe-broadcast-arrow:hover,
.eoe-broadcast-arrow:focus-visible {
    border-color: #ff334f;
    color: #ff334f;
    outline: none;
}
.eoe-broadcast-progress {
    width: 112px;
    height: 2px;
    overflow: hidden;
    background: rgba(255,255,255,.16);
}
.eoe-broadcast-progress span {
    display: block;
    width: 0;
    height: 100%;
    background: #ff334f;
}
.eoe-broadcast-progress span.is-running { animation: eoeFeedProgress 9s linear forwards; }
@keyframes eoeFeedProgress { from { width:0; } to { width:100%; } }
.eoe-broadcast-rail {
    display: grid;
    grid-template-columns: repeat(6, minmax(0,1fr));
    max-width: 1440px;
    margin: 0 auto;
    background: #080a0d;
}
.eoe-feed {
    position: relative;
    min-height: 88px;
    padding: 17px 16px 15px;
    border: 0;
    border-right: 1px solid rgba(115,234,250,.12);
    background: transparent;
    color: rgba(229,241,244,.55);
    text-align: left;
    cursor: pointer;
    transition: background .2s ease, color .2s ease;
}
.eoe-feed:last-child { border-right: 0; }
.eoe-feed::before {
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:0;
    height:2px;
    background:#ff334f;
    transform:scaleX(0);
    transform-origin:left;
    transition:transform .22s ease;
}
.eoe-feed:hover { background: rgba(115,234,250,.035); color:#d9f9fc; }
.eoe-feed.is-active { background: rgba(255,51,79,.055); color:#fff; }
.eoe-feed.is-active::before { transform:scaleX(1); }
.eoe-feed span,
.eoe-feed em {
    display:block;
    font-size:9px;
    font-style:normal;
    letter-spacing:.16em;
    text-transform:uppercase;
}
.eoe-feed span { color:#73eafa; margin-bottom:8px; }
.eoe-feed strong {
    display:block;
    overflow:hidden;
    margin-bottom:7px;
    font-size:12px;
    letter-spacing:.07em;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.eoe-feed em { color:rgba(229,241,244,.32); }
.eoe-feed.is-active em { color:#ff334f; }
@media (max-width: 991px) {
    .eoe-broadcast-stage { min-height: 640px; }
    .eoe-broadcast-copy { bottom: 110px; }
    .eoe-broadcast-controls { left: max(28px, calc((100vw - 1140px)/2)); right:auto; bottom:38px; }
    .eoe-broadcast-rail { grid-template-columns: repeat(3,1fr); }
    .eoe-feed:nth-child(3) { border-right:0; }
    .eoe-feed:nth-child(-n+3) { border-bottom:1px solid rgba(115,234,250,.12); }
}
@media (max-width: 575px) {
    .eoe-broadcast-stage { min-height: 610px; }
    .eoe-broadcast-status { top:24px; left:20px; right:20px; }
    .eoe-broadcast-status span:first-child { display:none; }
    .eoe-broadcast-status { justify-content:flex-end; }
    .eoe-broadcast-copy { left:20px; bottom:104px; width:calc(100% - 40px); }
    .eoe-broadcast-copy h2 { font-size:clamp(42px,14vw,66px); }
    .eoe-broadcast-description { font-size:15px; margin:18px 0 24px; }
    .eoe-broadcast-meta { flex-direction:column; gap:4px; }
    .eoe-broadcast-controls { left:20px; bottom:28px; }
    .eoe-broadcast-progress { width:82px; }
    .eoe-broadcast-rail { display:flex; overflow-x:auto; scroll-snap-type:x mandatory; }
    .eoe-feed { flex:0 0 48%; min-height:84px; scroll-snap-align:start; border-bottom:0 !important; }
}
@media (prefers-reduced-motion: reduce) {
    .eoe-broadcast-image,
    .eoe-broadcast-grid,
    .eoe-broadcast-stage::before,
    .eoe-broadcast-stage::after,
    .eoe-broadcast-progress span,
    .eoe-status-live i { animation:none !important; transition:none !important; }
}


/* Transmission Deck music platform actions */
.eoe-deck-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}
.eoe-music-platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.eoe-music-platforms[hidden],
.eoe-deck-single-cta[hidden] {
  display: none !important;
}
.eoe-music-platforms .eoe-action {
  margin: 0;
}
@media (max-width: 575px) {
  .eoe-music-platforms {
    width: 100%;
  }
  .eoe-music-platforms .eoe-action {
    flex: 1 1 100%;
    text-align: center;
  }
}
