:root {
  --lce-public-header-height: 64px;
  --music-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --music-glass: rgba(8, 14, 54, .56);
}

body:has(.stage-wrap) .lce-public-header {
  height: var(--lce-public-header-height) !important;
  min-height: var(--lce-public-header-height) !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  background: rgba(248, 247, 240, .88) !important;
  border-bottom: 1px solid rgba(5, 5, 5, .42) !important;
  backdrop-filter: blur(18px) saturate(135%);
  padding: 0 28px !important;
}

body:has(.stage-wrap) .lce-public-logo {
  font-size: 24px !important;
}

body:has(.stage-wrap) .lce-public-nav {
  gap: 22px !important;
}

body:has(.stage-wrap) .lce-public-nav a {
  font-size: 11px !important;
}

body:has(.stage-wrap) .lce-access {
  padding: 11px 18px !important;
  box-shadow: 4px 4px 0 #050505 !important;
}

.stage-wrap {
  height: calc(100svh - var(--lce-public-header-height)) !important;
  min-height: 680px !important;
  margin-top: 0 !important;
  isolation: isolate;
}

.stage-wrap .bg-layer::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 44%, rgba(120, 156, 255, .58), transparent 34%),
    radial-gradient(circle at 50% 55%, rgba(255, 255, 255, .10), transparent 26%),
    linear-gradient(90deg, rgba(0, 8, 52, .72), transparent 26%, transparent 72%, rgba(0, 8, 52, .72)),
    linear-gradient(180deg, rgba(6, 72, 255, .18), rgba(3, 12, 64, .42));
  pointer-events: none;
}

.stage-wrap .stage-letters {
  opacity: .08 !important;
  inset: -38% -18% !important;
}

.stage-wrap .stage-letters::before {
  opacity: .62 !important;
  background-size: clamp(660px, 44vw, 960px) auto !important;
}

.stage-wrap .room-nav {
  top: clamp(78px, 10vh, 112px) !important;
  height: 48px !important;
  padding: 5px !important;
  gap: 2px !important;
  border: 1px solid rgba(255, 255, 255, .30) !important;
  background: var(--music-glass) !important;
  backdrop-filter: blur(18px) saturate(135%) !important;
  box-shadow: 0 16px 45px rgba(0, 0, 0, .18), inset 0 1px 0 rgba(255, 255, 255, .23) !important;
}

.stage-wrap .room-nav .rtab {
  width: auto !important;
  min-width: 96px !important;
  height: 38px !important;
  padding: 0 15px !important;
  font-family: "Archivo", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 850 !important;
}

.stage-wrap .room-nav .rtab.active {
  background: rgba(255, 255, 255, .25) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .55), 0 8px 22px rgba(0, 0, 0, .12) !important;
}

.stage-wrap .ui {
  display: grid !important;
  grid-template-rows: minmax(330px, 47vh) auto auto auto !important;
  align-content: center !important;
  justify-items: center !important;
  row-gap: 10px !important;
  padding: clamp(104px, 13vh, 136px) 24px 28px !important;
}

.stage-wrap .cf-area {
  width: min(100%, 1180px) !important;
  min-height: clamp(330px, 43vh, 470px) !important;
  align-self: center !important;
  margin: 0 !important;
  transform: translateY(-1.2vh) !important;
  perspective: 1400px;
  overflow: visible !important;
}

.stage-wrap .cf-scene {
  width: min(100%, 1080px) !important;
  height: clamp(330px, 43vh, 500px) !important;
  perspective: 1400px !important;
  transform-style: preserve-3d !important;
  overflow: visible !important;
}

.stage-wrap .album {
  --cover-size: clamp(260px, 22vw, 420px);
  width: var(--cover-size) !important;
  height: var(--cover-size) !important;
  top: 50% !important;
  left: 50% !important;
  margin: 0 !important;
  border-radius: clamp(20px, 2.2vw, 34px) !important;
  transform-style: preserve-3d !important;
  transform-origin: center center !important;
  transition:
    transform 680ms var(--music-ease),
    opacity 680ms var(--music-ease),
    filter 680ms var(--music-ease),
    box-shadow 680ms var(--music-ease) !important;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .42) !important;
}

.stage-wrap .album::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, .22), transparent 38%, rgba(0, 0, 0, .12));
  pointer-events: none;
}

.stage-wrap .album.active {
  box-shadow: 0 52px 120px rgba(0, 0, 0, .52), 0 0 0 1px rgba(255, 255, 255, .18) !important;
}

.lce-cover-art {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #fff;
  background: #0145f2;
  font-family: "Archivo", Arial, sans-serif;
}

.lce-cover-art::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle, rgba(255, 255, 255, .16) 1px, transparent 1px),
    linear-gradient(135deg, rgba(255, 255, 255, .20), transparent 42%);
  background-size: 18px 18px, 100% 100%;
  opacity: .62;
}

.cover-copy {
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 10%;
  z-index: 3;
  display: grid;
  gap: 7px;
  text-align: left;
}

.cover-copy span,
.cover-copy small {
  font-family: "Space Mono", monospace;
  font-size: clamp(9px, .72vw, 12px);
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  opacity: .78;
}

.cover-copy strong {
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(36px, 4.7vw, 72px);
  line-height: .82;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cover-fletxes {
  background: linear-gradient(180deg, #86dfff 0%, #f7fff4 42%, #158151 43%, #064925 100%);
}

.cover-fletxes .cover-sky {
  position: absolute;
  inset: 0 0 42%;
  background:
    radial-gradient(circle at 28% 28%, #fff 0 8%, transparent 9%),
    radial-gradient(circle at 36% 22%, rgba(255, 255, 255, .9) 0 6%, transparent 7%),
    linear-gradient(180deg, #8edcff, #eefcff);
}

.cover-fletxes .cover-hills {
  position: absolute;
  left: -10%;
  right: -10%;
  bottom: 0;
  height: 48%;
  background:
    radial-gradient(ellipse at 35% 20%, #64ba58 0 34%, transparent 35%),
    radial-gradient(ellipse at 72% 28%, #236f36 0 38%, transparent 39%),
    linear-gradient(180deg, #5eb75a, #064421);
}

.cover-fletxes .cover-arrow {
  position: absolute;
  right: 9%;
  top: 13%;
  width: 34%;
  height: 34%;
  border: 8px solid #fff;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  filter: drop-shadow(0 8px 0 rgba(0, 55, 255, .55));
}

.cover-loop {
  background: linear-gradient(135deg, #ffd08a, #ff7a00 48%, #230c00);
}

.cover-loop .loop-disc {
  position: absolute;
  right: -12%;
  top: 11%;
  width: 68%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, #16110d 0 12%, #ffe7b0 13% 18%, #ff8a00 19% 42%, #5c1c00 43% 100%);
  box-shadow: -20px 30px 70px rgba(0, 0, 0, .35);
}

.cover-loop .loop-lines {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, .16) 0 3px, transparent 3px 18px);
  transform: rotate(-12deg) scale(1.4);
}

.cover-playlist {
  background: linear-gradient(145deg, #07124f 0%, #0745ff 56%, #e8ff2f 57%, #dfff00 100%);
}

.cover-playlist .playlist-number {
  position: absolute;
  right: 7%;
  top: 5%;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(70px, 9vw, 140px);
  line-height: .8;
  color: rgba(255, 255, 255, .22);
}

.cover-playlist .playlist-ring {
  position: absolute;
  left: 9%;
  top: 11%;
  width: 46%;
  aspect-ratio: 1;
  border: 12px solid rgba(255, 255, 255, .86);
  border-radius: 50%;
  box-shadow: 0 0 0 18px rgba(255, 255, 255, .08);
}

.cover-house {
  background: #0145f2;
}

.cover-house .house-grid {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, .18) 1px, transparent 1px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, .08) 0 1px, transparent 1px 38px);
  background-size: 16px 16px, 100% 38px;
}

.cover-house .house-mark {
  position: absolute;
  top: 11%;
  left: 10%;
  color: rgba(255, 255, 255, .22);
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(78px, 8vw, 132px);
  line-height: .8;
}

.cover-interview {
  background: linear-gradient(145deg, #120725, #1820ff 52%, #fb7185 100%);
}

.cover-interview .interview-face {
  position: absolute;
  left: 50%;
  top: 34%;
  width: 42%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background:
    radial-gradient(circle at 36% 38%, #fff 0 4%, transparent 5%),
    radial-gradient(circle at 62% 38%, #fff 0 4%, transparent 5%),
    radial-gradient(circle at 50% 63%, rgba(255,255,255,.9) 0 10%, transparent 11%),
    radial-gradient(circle, rgba(255, 255, 255, .26), rgba(255, 255, 255, .04));
  border: 2px solid rgba(255, 255, 255, .46);
}

.cover-interview .interview-bars {
  position: absolute;
  inset: auto 9% 35% 9%;
  height: 52px;
  background: repeating-linear-gradient(90deg, rgba(255,255,255,.88) 0 5px, transparent 5px 13px);
  mask: linear-gradient(90deg, transparent, #000 14%, #000 86%, transparent);
}

.stage-wrap .pill {
  position: relative !important;
  z-index: 15 !important;
  display: grid !important;
  gap: 4px !important;
  min-width: 0 !important;
  width: fit-content !important;
  max-width: min(520px, calc(100vw - 42px)) !important;
  margin: 0 !important;
  padding: 10px 22px 12px !important;
  background: rgba(8, 14, 54, .72) !important;
  border: 1px solid rgba(255, 255, 255, .22) !important;
  border-radius: 999px !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .24), inset 0 1px 0 rgba(255, 255, 255, .18) !important;
  backdrop-filter: blur(18px) saturate(140%) !important;
  color: #fff !important;
  text-align: center !important;
  transition: opacity 360ms var(--music-ease), transform 360ms var(--music-ease) !important;
}

.stage-wrap .pill-t {
  font-family: "Archivo Black", Impact, sans-serif !important;
  max-width: 100% !important;
  font-size: clamp(18px, 2vw, 26px) !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  color: #fff !important;
  text-shadow: 0 18px 44px rgba(0, 0, 0, .35);
  overflow-wrap: anywhere !important;
}

.stage-wrap .pill-s {
  color: rgba(255, 255, 255, .76) !important;
  font-family: "Archivo", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 750 !important;
  overflow-wrap: anywhere !important;
}

.stage-wrap .dots {
  position: relative !important;
  z-index: 15 !important;
  margin: 0 !important;
}

.stage-wrap .player {
  position: relative !important;
  z-index: 14 !important;
  width: min(640px, calc(100vw - 40px)) !important;
  max-width: 640px !important;
  min-height: 74px !important;
  margin: 0 !important;
  padding: 12px 16px 14px !important;
  border-radius: 22px !important;
  border: 1px solid rgba(255, 255, 255, .24) !important;
  background: rgba(8, 14, 54, .66) !important;
  backdrop-filter: blur(20px) saturate(145%) !important;
  box-shadow: 0 22px 55px rgba(0, 0, 0, .30), inset 0 1px 0 rgba(255, 255, 255, .16) !important;
}

.stage-wrap .p-thumb {
  width: 48px !important;
  height: 48px !important;
  border-radius: 10px !important;
}

.stage-wrap .p-info {
  min-width: 150px !important;
}

.stage-wrap .p-song {
  max-width: 180px !important;
  font-size: 13px !important;
  font-weight: 850 !important;
}

.stage-wrap .p-artist {
  max-width: 180px !important;
  font-size: 11px !important;
}

.stage-wrap .pbtn.play {
  width: 36px !important;
  height: 36px !important;
}

.stage-wrap .prog {
  gap: 8px !important;
}

.stage-wrap .track {
  height: 4px !important;
  background: rgba(255, 255, 255, .18) !important;
}

.stage-wrap .rarrow {
  width: 54px !important;
  height: 54px !important;
  border: 1px solid rgba(255, 255, 255, .26) !important;
  background: rgba(8, 14, 54, .50) !important;
  backdrop-filter: blur(18px) saturate(135%) !important;
  box-shadow: 0 16px 42px rgba(0, 0, 0, .22) !important;
}

.stage-wrap .rarrow svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.stage-wrap .rarrow.prev {
  left: max(30px, calc(50% - 590px)) !important;
}

.stage-wrap .rarrow.next {
  right: max(30px, calc(50% - 590px)) !important;
}

.stage-wrap .rarrow:hover {
  background: rgba(255, 255, 255, .22) !important;
  transform: translateY(-50%) scale(1.05) !important;
}

@media (max-width: 980px) {
  .stage-wrap {
    min-height: 640px !important;
  }

  .stage-wrap .ui {
    padding-top: 102px !important;
    grid-template-rows: minmax(305px, 42vh) auto auto auto !important;
  }

  .stage-wrap .pill {
    margin-top: 0 !important;
  }

  .stage-wrap .cf-area {
    min-height: 330px !important;
  }

  .stage-wrap .album {
    --cover-size: clamp(230px, 38vw, 340px);
  }

  .stage-wrap .rarrow.prev {
    left: 20px !important;
  }

  .stage-wrap .rarrow.next {
    right: 20px !important;
  }
}

@media (max-width: 680px) {
  :root {
    --lce-public-header-height: 86px;
  }

  body:has(.stage-wrap) .lce-public-header {
    height: auto !important;
    min-height: var(--lce-public-header-height) !important;
  }

  .stage-wrap {
    min-height: 620px !important;
  }

  .stage-wrap .room-nav {
    top: 16px !important;
    width: min(calc(100% - 24px), 430px) !important;
  }

  .stage-wrap .room-nav .rtab {
    min-width: 0 !important;
    flex: 1 1 0 !important;
    padding: 0 8px !important;
  }

  .stage-wrap .ui {
    padding: 78px 12px 14px !important;
    grid-template-rows: minmax(270px, 38vh) auto auto auto !important;
    row-gap: 8px !important;
  }

  .stage-wrap .cf-scene {
    height: 286px !important;
  }

  .stage-wrap .album {
    --cover-size: min(60vw, 260px);
  }

  .stage-wrap .rarrow {
    width: 44px !important;
    height: 44px !important;
  }

  .stage-wrap .rarrow.prev {
    left: 10px !important;
  }

  .stage-wrap .rarrow.next {
    right: 10px !important;
  }

  .stage-wrap .player {
    grid-template-columns: 44px minmax(0, 1fr) auto;
    width: min(100%, calc(100vw - 22px)) !important;
    min-height: 70px !important;
    gap: 10px !important;
    padding: 10px !important;
  }

  .stage-wrap .p-info {
    min-width: 0 !important;
    flex: 1 1 auto !important;
  }

  .stage-wrap .p-mid {
    min-width: 130px;
  }

  .stage-wrap .p-right .act:nth-last-child(n+3),
  .stage-wrap .p-right .dw {
    display: none !important;
  }
}

/* Home news: compact public module fed from Superadmin CMS. */
.lce-home-news {
  width: min(1180px, calc(100% - 48px));
  margin: clamp(48px, 7vw, 92px) auto;
  color: #050505;
  font-family: "Archivo", Arial, sans-serif;
}

.lce-home-news-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px 22px;
  align-items: end;
  border-top: 2px solid #050505;
  padding-top: 18px;
}

.lce-home-news-head span,
.lce-home-news-copy .mag-label,
.lce-home-news-card span {
  font-family: "Space Mono", monospace;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #0037ff;
}

.lce-home-news-head h2 {
  margin: 0;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(36px, 4.2vw, 70px);
  line-height: .86;
  text-transform: uppercase;
  letter-spacing: 0;
}

.lce-home-news-head > a,
.lce-home-news-copy > a {
  color: #050505;
  font-family: "Space Mono", monospace;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.lce-home-news-main {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, .72fr);
  margin-top: 22px;
  border: 2px solid #050505;
  background: #fbfaf4;
  box-shadow: 8px 8px 0 #0037ff;
  min-height: 260px;
}

.lce-home-news-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(22px, 3vw, 42px);
}

.lce-home-news-copy h3 {
  margin: 14px 0 12px;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(34px, 4.6vw, 74px);
  line-height: .9;
  text-transform: uppercase;
  letter-spacing: 0;
  max-width: 760px;
}

.lce-home-news-copy p {
  max-width: 680px;
  margin: 0 0 20px;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.45;
}

.lce-home-news-media {
  min-height: 260px;
  border-left: 2px solid #050505;
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, .35), transparent 24%),
    linear-gradient(135deg, #0037ff, #050505);
}

.lce-home-news-media.has-cover {
  background:
    linear-gradient(135deg, rgba(0, 55, 255, .20), rgba(5, 5, 5, .20)),
    var(--cover) center/cover no-repeat;
}

.lce-home-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.lce-home-news-card {
  min-height: 160px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 18px;
  border: 2px solid #050505;
  background: #fff;
  color: #050505;
  text-decoration: none;
  box-shadow: 5px 5px 0 #0037ff;
}

.lce-home-news-card strong {
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(21px, 1.6vw, 30px);
  line-height: .95;
  text-transform: uppercase;
}

.lce-home-news-card small {
  color: #374151;
  font-size: 13px;
  font-weight: 760;
  line-height: 1.35;
}

@media (max-width: 900px) {
  .lce-home-news-head,
  .lce-home-news-main,
  .lce-home-news-grid {
    grid-template-columns: 1fr;
  }

  .lce-home-news-media {
    border-left: 0;
    border-top: 2px solid #050505;
  }
}
