/* ============================================================
   KLUB · GOLDEN HOUR · MOBILE · LIVE EVENT DETAIL
   The phone-native live surface (parity with web, but built for
   someone who IS in the room): the live stream up top, then THE
   FLOOR with a horizontal rail of 10s "Flashes" and a prominent
   GO LIVE camera action — the hero affordance on mobile, since
   you're at the event with your phone. Plus crowd meter, friends
   on the floor, live set, react + request, and the Recap Reel.
   Builds on styles.css (.livestage, .unlockbanner, .edst, .edbar).
   ============================================================ */

:root { --live: #FF3B30; --live-glow: rgba(255, 59, 48, .5); }

/* live stream stage: extra elapsed + now-playing chips on the existing .livestage */
.livestage .lelapsed { position: absolute; top: 76px; left: 16px; display: inline-flex; align-items: center; gap: 6px; font-family: var(--mono); font-weight: 600; font-size: 10.5px; color: rgba(247, 242, 234, .9); white-space: nowrap; }
.livestage .lbadge, .livestage .viewers { white-space: nowrap; }
.livestage .lelapsed .d { width: 5px; height: 5px; border-radius: 50%; background: var(--live); }
.livestage .lnow { position: absolute; left: 16px; right: 16px; bottom: 14px; display: flex; align-items: center; gap: 11px; padding: 10px 13px; border-radius: 14px; background: rgba(7, 5, 12, .58); backdrop-filter: blur(12px); border: 1px solid var(--hair); }
.livestage .lnow .eq { display: flex; align-items: flex-end; gap: 2.5px; height: 18px; flex-shrink: 0; }
.livestage .lnow .eq span { width: 3px; background: var(--sunset); border-radius: 2px; animation: meq 1s ease-in-out infinite; }
.livestage .lnow .eq span:nth-child(1) { height: 40%; } .livestage .lnow .eq span:nth-child(2) { height: 90%; animation-delay: .2s; } .livestage .lnow .eq span:nth-child(3) { height: 60%; animation-delay: .4s; } .livestage .lnow .eq span:nth-child(4) { height: 100%; animation-delay: .1s; }
@keyframes meq { 0%, 100% { transform: scaleY(.5); } 50% { transform: scaleY(1); } }
.livestage .lnow .m { flex: 1; min-width: 0; } .livestage .lnow .m .l { font-weight: 600; font-size: 8.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--pink-hi); } .livestage .lnow .m .tk { font-family: var(--disp); font-weight: 700; font-size: 14px; color: #fff; margin-top: 1px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .livestage .lnow .m .tk span { color: rgba(247, 242, 234, .6); font-weight: 500; }
.livestage .lnow .save { width: 32px; height: 32px; border-radius: 50%; flex-shrink: 0; display: grid; place-items: center; font-size: 15px; background: rgba(247, 242, 234, .1); color: #fff; }

/* title row under the stage */
.mlv-title { padding: 14px 20px 2px; }
.mlv-title .gen { font-weight: 600; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--pink-hi); }
.mlv-title h1 { font-family: var(--disp); font-weight: 800; font-size: 30px; letter-spacing: -.03em; margin: 5px 0 6px; }
.mlv-title .sub { display: flex; align-items: center; gap: 9px; font-size: 13px; color: var(--bone-2); } .mlv-title .sub b { color: var(--bone); font-weight: 600; } .mlv-title .sub .dot { width: 3px; height: 3px; border-radius: 50%; background: var(--bone-4); }

/* ---------- THE FLOOR (mobile) ---------- */
.mlv-floor { padding: 4px 0 2px; }
.mlv-fhead { display: flex; align-items: center; gap: 11px; padding: 8px 20px 4px; }
.mlv-fhead .live { display: inline-flex; align-items: center; gap: 8px; font-family: var(--disp); font-weight: 800; font-size: 20px; letter-spacing: -.02em; }
.mlv-fhead .live .d { width: 9px; height: 9px; border-radius: 50%; background: var(--live); animation: mlivepulse 1.6s infinite; }
.mlv-fhead .count { font-weight: 700; font-size: 11.5px; color: var(--bone-2); padding: 5px 11px; border-radius: 999px; border: 1px solid rgba(255, 59, 48, .3); background: rgba(255, 59, 48, .08); white-space: nowrap; } .mlv-fhead .count b { color: var(--live); }
@keyframes mlivepulse { 0% { box-shadow: 0 0 0 0 var(--live-glow); } 70% { box-shadow: 0 0 0 7px rgba(255, 59, 48, 0); } 100% { box-shadow: 0 0 0 0 rgba(255, 59, 48, 0); } }
.mlv-breath { display: flex; align-items: center; gap: 8px; padding: 0 20px 12px; font-size: 11.5px; color: var(--bone-3); }
.mlv-breath .bd { width: 6px; height: 6px; border-radius: 50%; background: var(--go); box-shadow: 0 0 7px var(--go); }
.mlv-breath b { color: var(--bone-2); font-weight: 600; }

.mlv-frail { display: flex; gap: 11px; padding: 2px 20px 6px; overflow-x: auto; scrollbar-width: none; }
.mlv-frail::-webkit-scrollbar { display: none; }
.mlv-flash { position: relative; flex-shrink: 0; width: 122px; aspect-ratio: 9 / 15; border-radius: 15px; overflow: hidden; }
.mlv-flash img { width: 100%; height: 100%; object-fit: cover; filter: saturate(1.1) brightness(.9); }
.mlv-flash .sc { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7, 5, 12, .28) 0%, transparent 28%, rgba(7, 5, 12, .9) 100%); }
.mlv-flash .livemic { position: absolute; top: 8px; left: 8px; display: inline-flex; align-items: center; gap: 5px; font-weight: 800; font-size: 8px; letter-spacing: .08em; padding: 4px 6px; border-radius: 999px; background: var(--live); color: #fff; }
.mlv-flash .livemic .d { width: 4px; height: 4px; border-radius: 50%; background: #fff; animation: ghpulse 1.4s infinite; }
.mlv-flash .decay { position: absolute; top: 8px; right: 8px; display: inline-flex; align-items: center; gap: 4px; font-family: var(--mono); font-weight: 600; font-size: 9px; padding: 3px 6px; border-radius: 999px; background: rgba(7, 5, 12, .58); backdrop-filter: blur(6px); border: 1px solid rgba(255, 255, 255, .14); color: var(--bone); white-space: nowrap; }
.mlv-flash .who { position: absolute; left: 8px; right: 8px; bottom: 9px; display: flex; align-items: center; gap: 7px; }
.mlv-flash .who .av { width: 22px; height: 22px; border-radius: 50%; background-size: cover; background-position: center; flex-shrink: 0; box-shadow: 0 0 0 1.5px rgba(255, 255, 255, .25); }
.mlv-flash .who .h { font-weight: 700; font-size: 10.5px; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mlv-flash.fading img { filter: saturate(.7) brightness(.55) grayscale(.3); }
.mlv-flash.fading .decay { background: rgba(255, 59, 48, .22); border-color: rgba(255, 59, 48, .5); color: #FF8077; }
.mlv-flash .darklbl { position: absolute; left: 0; right: 0; top: 46%; text-align: center; font-weight: 700; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; color: rgba(247, 242, 234, .8); }

/* go-live tile — the hero affordance on mobile */
.mlv-golive { position: relative; flex-shrink: 0; width: 122px; aspect-ratio: 9 / 15; border-radius: 15px; border: 1.5px dashed rgba(255, 59, 48, .55); background: linear-gradient(170deg, rgba(255, 59, 48, .16), rgba(13, 10, 21, 0)); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 11px; }
.mlv-golive .rec { width: 54px; height: 54px; border-radius: 50%; background: var(--live); display: grid; place-items: center; box-shadow: 0 0 0 5px rgba(255, 59, 48, .16), 0 8px 22px -6px var(--live-glow); position: relative; }
.mlv-golive .rec::after { content: ''; position: absolute; inset: -5px; border-radius: 50%; border: 2px solid rgba(255, 59, 48, .4); animation: ghpulse 2s infinite; }
.mlv-golive .rec i { font-size: 23px; color: #fff; }
.mlv-golive .t { text-align: center; padding: 0 8px; } .mlv-golive .t .h { font-family: var(--disp); font-weight: 700; font-size: 12.5px; } .mlv-golive .t .s { font-size: 9.5px; color: var(--bone-3); margin-top: 3px; line-height: 1.35; }

/* ---------- reusable mobile-live card ---------- */
.mlv-card { margin: 6px 20px; border-radius: 16px; background: var(--n2); border: 1px solid var(--hair-2); padding: 15px 16px; }
.mlv-ctitle { font-family: var(--mono); font-weight: 600; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--bone-3); margin: 0 0 13px; display: flex; align-items: center; gap: 8px; }
.mlv-ctitle i { font-size: 14px; color: var(--pink-hi); }

/* crowd meter */
.mlv-crowd .row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.mlv-crowd .row .lvl { font-family: var(--disp); font-weight: 800; font-size: 18px; color: var(--pink-hi); }
.mlv-crowd .row .pct { font-size: 12px; color: var(--bone-3); }
.mlv-crowd .bar { height: 9px; border-radius: 999px; background: rgba(247, 242, 234, .07); overflow: hidden; position: relative; }
.mlv-crowd .bar i { position: absolute; inset: 0; right: auto; border-radius: 999px; background: var(--sunset); }
.mlv-crowd .scale { display: flex; justify-content: space-between; margin-top: 7px; font-size: 10px; color: var(--bone-4); }
.mlv-crowd .pulse-btn { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 13px; padding: 11px; border-radius: 12px; border: 1px solid rgba(255, 46, 147, .3); background: rgba(255, 46, 147, .07); color: var(--pink-hi); font-weight: 700; font-size: 12.5px; } .mlv-crowd .pulse-btn i { font-size: 15px; }

/* friends on the floor */
.mlv-friend { display: flex; align-items: center; gap: 11px; padding: 10px 0; border-bottom: 1px solid var(--hair); }
.mlv-friend:first-of-type { padding-top: 0; }
.mlv-friend:last-of-type { border-bottom: 0; }
.mlv-friend .av { width: 38px; height: 38px; border-radius: 50%; background-size: cover; background-position: center; flex-shrink: 0; position: relative; }
.mlv-friend .av::after { content: ''; position: absolute; right: -1px; bottom: -1px; width: 10px; height: 10px; border-radius: 50%; background: var(--go); box-shadow: 0 0 0 2px var(--n2); }
.mlv-friend .m { flex: 1; min-width: 0; } .mlv-friend .m .n { font-weight: 600; font-size: 13.5px; } .mlv-friend .m .s { font-size: 11px; color: var(--bone-3); margin-top: 1px; }
.mlv-friend .ping { display: inline-flex; align-items: center; gap: 5px; font-weight: 700; font-size: 11.5px; color: var(--pink-hi); padding: 7px 12px; border-radius: 999px; border: 1px solid rgba(255, 46, 147, .35); background: rgba(255, 46, 147, .07); white-space: nowrap; } .mlv-friend .ping i { font-size: 12px; }
.mlv-findme { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 12px; padding: 12px; border-radius: 12px; background: var(--sunset-soft); border: 1px solid rgba(255, 46, 147, .24); font-weight: 700; font-size: 12.5px; color: var(--bone); } .mlv-findme i { font-size: 15px; color: var(--pink-hi); }

/* react + request */
.mlv-react .reactions { display: flex; gap: 8px; margin-bottom: 12px; }
.mlv-react .reactions button { flex: 1; height: 46px; border-radius: 13px; border: 1px solid var(--hair-2); background: rgba(247, 242, 234, .04); font-size: 21px; }
.mlv-reqfield { display: flex; align-items: center; gap: 10px; padding: 11px 13px; border-radius: 13px; background: var(--n3); border: 1px solid var(--hair-2); }
.mlv-reqfield > i { font-size: 16px; color: var(--bone-3); }
.mlv-reqfield .ph { flex: 1; font-size: 12.5px; color: var(--bone-3); }
.mlv-reqfield .send { width: 30px; height: 30px; border-radius: 9px; background: var(--sunset); display: grid; place-items: center; color: #fff; font-size: 14px; flex-shrink: 0; }

/* recap reel */
.mlv-recap { margin: 6px 20px; border-radius: 16px; border: 1px solid rgba(139, 92, 246, .3); background: linear-gradient(150deg, rgba(139, 92, 246, .14), rgba(255, 46, 147, .05) 70%); padding: 15px 16px; }
.mlv-recap .top { display: flex; align-items: center; gap: 11px; margin-bottom: 10px; }
.mlv-recap .top .ic { width: 36px; height: 36px; border-radius: 11px; flex-shrink: 0; display: grid; place-items: center; font-size: 17px; background: rgba(139, 92, 246, .2); border: 1px solid rgba(139, 92, 246, .42); color: var(--purple-hi); }
.mlv-recap .top .h { font-family: var(--disp); font-weight: 700; font-size: 15px; } .mlv-recap .top .s { font-size: 10px; color: var(--purple-hi); font-weight: 600; margin-top: 2px; letter-spacing: .04em; text-transform: uppercase; }
.mlv-recap p { font-size: 12px; color: var(--bone-2); line-height: 1.5; margin: 0; } .mlv-recap p b { color: var(--bone); font-weight: 600; }

/* live set list */
.mlv-track { display: flex; align-items: center; gap: 13px; padding: 11px 20px; border-bottom: 1px solid var(--hair); }
.mlv-track .ix { font-family: var(--mono); font-size: 11px; color: var(--bone-4); width: 20px; flex-shrink: 0; }
.mlv-track.on .ix { color: var(--live); }
.mlv-track .eq { display: flex; align-items: flex-end; gap: 2px; height: 15px; width: 20px; flex-shrink: 0; }
.mlv-track .eq span { width: 3px; background: var(--sunset); border-radius: 2px; animation: meq 1s ease-in-out infinite; }
.mlv-track .eq span:nth-child(2) { animation-delay: .2s; } .mlv-track .eq span:nth-child(3) { animation-delay: .4s; }
.mlv-track .m { flex: 1; min-width: 0; } .mlv-track .m .nm { font-weight: 600; font-size: 14px; } .mlv-track .m .ar { font-size: 11.5px; color: var(--bone-3); margin-top: 1px; }
.mlv-track .now { font-weight: 700; font-size: 9.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--live); white-space: nowrap; }
.mlv-track .save { font-size: 16px; color: var(--bone-3); }

/* sticky GO LIVE bar (the mobile hero action) */
.golivebar { display: flex; align-items: center; gap: 12px; }
.golivebar .gl-q { width: 46px; height: 46px; border-radius: 13px; flex-shrink: 0; display: grid; place-items: center; font-size: 20px; border: 1px solid var(--hair-2); background: rgba(247, 242, 234, .05); color: var(--bone-2); }
.golivebtn { flex: 1; height: 52px; border-radius: 14px; border: 0; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-family: var(--grot); font-weight: 700; font-size: 15px; color: #fff; background: linear-gradient(120deg, var(--live), var(--pink)); box-shadow: 0 8px 22px -6px var(--live-glow); }
.golivebtn i { font-size: 19px; }
.golivebtn .sec { font-family: var(--mono); font-size: 11px; opacity: .85; padding: 3px 7px; border-radius: 999px; background: rgba(0, 0, 0, .2); }
