:root {
  --bg: #050b14;
  --bg-soft: #091424;
  --panel: rgba(8, 18, 32, 0.9);
  --panel-soft: rgba(13, 27, 46, 0.78);
  --text: #f8fbff;
  --muted: #b7c2d0;
  --gold: #ffba00;
  --gold-light: #ffd760;
  --orange: #ff7a00;
  --red: #ff3d50;
  --green: #18e68f;
  --line: rgba(255, 185, 0, 0.3);
  --line-soft: rgba(255, 255, 255, 0.08);
  --shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  --glow: 0 0 32px rgba(255, 170, 0, 0.2);
  --radius: 24px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Inter", system-ui, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 20% 8%, rgba(255, 159, 0, 0.12), transparent 28rem),
    radial-gradient(circle at 86% 12%, rgba(255, 116, 0, 0.09), transparent 24rem),
    linear-gradient(180deg, #06101d 0%, #07111f 48%, #050b14 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: 0.18;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 42px 42px;
}

a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; display: block; }

.container {
  width: min(1240px, calc(100% - 34px));
  margin: 0 auto;
}

.page-shell { overflow: clip; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  border-bottom: 1px solid rgba(255, 183, 0, 0.18);
  background: rgba(4, 11, 21, 0.88);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 82px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 96px;
}

.brand img {
  width: 96px;
  filter: drop-shadow(0 0 18px rgba(255, 179, 0, 0.28));
}

.main-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 6px;
}

.main-nav a {
  padding: 11px 14px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #e9eef7;
  font-size: 0.94rem;
  transition: 180ms ease;
}

.main-nav a:hover,
.main-nav a.active {
  color: #fff;
  border-color: rgba(255, 186, 0, 0.42);
  background: linear-gradient(135deg, rgba(255, 199, 61, 0.09), rgba(255, 109, 0, 0.12));
  box-shadow: 0 0 20px rgba(255, 164, 0, 0.14);
}

.listen-live {
  border: 0;
  color: #101010;
  font-weight: 800;
  border-radius: 999px;
  padding: 14px 21px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: linear-gradient(135deg, #ffe37a 0%, #ffbd12 52%, #ff8900 100%);
  box-shadow: 0 8px 26px rgba(255, 171, 0, 0.28), inset 0 1px rgba(255,255,255,.7);
}

.play-icon { font-size: 0.85rem; }

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  background: rgba(255,255,255,.05);
  padding: 11px;
}

.menu-toggle span {
  display: block;
  height: 2px;
  background: #fff;
  margin: 5px 0;
  border-radius: 2px;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 610px;
  display: grid;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 186, 0, 0.22);
  background:
    linear-gradient(180deg, rgba(4, 11, 21, 0.06), rgba(4, 11, 21, 0.76)),
    radial-gradient(circle at 30% 45%, rgba(255, 193, 64, 0.22), transparent 30rem),
    linear-gradient(135deg, #5c3210 0%, #141a2b 38%, #07101d 76%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .5;
  background:
    radial-gradient(ellipse at 20% 95%, rgba(255, 153, 0, .85) 0 2%, transparent 2.5%),
    radial-gradient(ellipse at 29% 92%, rgba(255, 173, 0, .72) 0 1.3%, transparent 1.8%),
    radial-gradient(ellipse at 40% 98%, rgba(255, 194, 67, .72) 0 1.5%, transparent 2%),
    radial-gradient(ellipse at 62% 94%, rgba(255, 134, 0, .64) 0 1.8%, transparent 2.3%),
    radial-gradient(ellipse at 78% 98%, rgba(255, 201, 82, .55) 0 1.4%, transparent 2%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 220px;
  z-index: -1;
  background:
    radial-gradient(ellipse at 8% 100%, #02060c 0 12%, transparent 12.5%),
    radial-gradient(ellipse at 18% 100%, #02060c 0 14%, transparent 14.5%),
    radial-gradient(ellipse at 32% 100%, #02060c 0 13%, transparent 13.5%),
    radial-gradient(ellipse at 47% 100%, #02060c 0 15%, transparent 15.5%),
    radial-gradient(ellipse at 63% 100%, #02060c 0 12%, transparent 12.5%),
    radial-gradient(ellipse at 77% 100%, #02060c 0 14%, transparent 14.5%),
    radial-gradient(ellipse at 91% 100%, #02060c 0 13%, transparent 13.5%);
  opacity: .72;
}

.hero-light {
  position: absolute;
  width: 470px;
  height: 470px;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: -1;
}

.hero-light-one {
  left: -170px;
  top: 40px;
  background: rgba(255, 193, 61, 0.21);
}

.hero-light-two {
  right: -180px;
  top: 110px;
  background: rgba(255, 114, 0, 0.17);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 42px;
  padding-block: 58px 66px;
}

.hero-brand {
  text-align: center;
  max-width: 580px;
}

.hero-logo {
  width: min(430px, 82%);
  margin: 0 auto 14px;
  filter: drop-shadow(0 0 32px rgba(255, 176, 0, 0.32));
}

.hero-brand h1 {
  margin: 0;
  font-size: clamp(2rem, 3.8vw, 3.7rem);
  line-height: 1.03;
  letter-spacing: -0.04em;
  text-shadow: 0 4px 22px rgba(0,0,0,.38);
}

.hero-brand h1 span {
  color: #fff3b0;
}

.hero-brand p {
  margin: 15px auto 0;
  color: #fff7e7;
  font-size: 1.05rem;
}

.player-card,
.panel {
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(12, 27, 47, .96), rgba(5, 13, 24, .96)),
    var(--panel);
  box-shadow: var(--shadow), var(--glow), inset 0 1px rgba(255,255,255,.025);
  border-radius: var(--radius);
}

.player-card {
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.player-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, transparent 16%, rgba(255,218,92,.34), transparent 42%);
  opacity: .32;
}

.player-head {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.on-air {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 14px;
  border-radius: 12px;
  background: linear-gradient(135deg, #ff1f46, #e31931);
  box-shadow: 0 0 20px rgba(255, 36, 68, .25);
  font-weight: 800;
  letter-spacing: .03em;
}

.broadcast-dot {
  width: 9px;
  height: 9px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(255,255,255,.12);
}

.station-label { text-align: right; }
.station-label strong { display: block; }
.station-label span {
  display: block;
  color: var(--muted);
  font-size: .84rem;
  margin-top: 4px;
}

.now-playing {
  display: grid;
  grid-template-columns: 142px 1fr;
  align-items: center;
  gap: 20px;
}

.cover-art {
  aspect-ratio: 1;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 52% 34%, #ffed93 0 4%, transparent 4.5%),
    radial-gradient(circle at 50% 48%, #ffbe20 0 14%, #ff8500 33%, #2c1620 65%, #0c1421 100%);
  border: 1px solid rgba(255,255,255,.13);
  box-shadow: inset 0 0 35px rgba(255,214,84,.18);
}

.cover-sun {
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  right: -18px;
  top: -13px;
  background: rgba(255, 214, 97, .5);
  filter: blur(4px);
}

.cover-note {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 4rem;
  color: rgba(255,255,255,.88);
  text-shadow: 0 0 20px rgba(255,179,0,.55);
}

.track-meta .eyebrow {
  font-size: .78rem;
  color: var(--gold-light);
  font-weight: 800;
  letter-spacing: .08em;
}

.track-meta h2 {
  margin: 6px 0 4px;
  font-size: clamp(1.75rem, 3vw, 2.6rem);
  letter-spacing: -.03em;
}

.track-meta p {
  margin: 0;
  color: var(--muted);
}

.equalizer {
  height: 54px;
  display: flex;
  align-items: end;
  gap: 5px;
  margin-top: 16px;
}

.equalizer i {
  width: 7px;
  min-height: 10px;
  border-radius: 99px 99px 2px 2px;
  background: linear-gradient(180deg, var(--gold-light), var(--orange));
  box-shadow: 0 0 10px rgba(255,180,0,.15);
  animation: eq 1.15s ease-in-out infinite alternate;
}

.equalizer i:nth-child(1) { height: 25%; animation-delay: -.6s; }
.equalizer i:nth-child(2) { height: 58%; animation-delay: -.2s; }
.equalizer i:nth-child(3) { height: 82%; animation-delay: -.8s; }
.equalizer i:nth-child(4) { height: 46%; animation-delay: -.35s; }
.equalizer i:nth-child(5) { height: 93%; animation-delay: -.75s; }
.equalizer i:nth-child(6) { height: 64%; animation-delay: -.1s; }
.equalizer i:nth-child(7) { height: 78%; animation-delay: -.5s; }
.equalizer i:nth-child(8) { height: 36%; animation-delay: -.7s; }
.equalizer i:nth-child(9) { height: 70%; animation-delay: -.25s; }
.equalizer i:nth-child(10) { height: 48%; animation-delay: -.9s; }
.equalizer i:nth-child(11) { height: 86%; animation-delay: -.42s; }
.equalizer i:nth-child(12) { height: 30%; animation-delay: -.68s; }

@keyframes eq {
  from { transform: scaleY(.48); opacity: .7; }
  to { transform: scaleY(1); opacity: 1; }
}

.player-progress {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  gap: 11px;
  color: var(--muted);
  font-size: .76rem;
  font-weight: 700;
}

.progress-track {
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
}

.progress-fill {
  width: 72%;
  height: 100%;
  background: linear-gradient(90deg, #ffe66e, var(--gold), var(--orange));
  box-shadow: 0 0 10px rgba(255,179,0,.25);
}

.player-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
}

.round-control,
.main-play {
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.11);
  color: #fff;
  background: rgba(255,255,255,.05);
}

.round-control {
  width: 44px;
  height: 44px;
  font-size: 1.55rem;
}

.main-play {
  width: 66px;
  height: 66px;
  border-color: rgba(255,198,36,.72);
  color: #15120a;
  font-size: 1.25rem;
  background: linear-gradient(135deg, #ffe572, #ffb900 55%, #ff8b00);
  box-shadow: 0 0 28px rgba(255, 177, 0, .34);
}

.volume-shell {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 6px;
}

.volume-line {
  width: 86px;
  height: 5px;
  border-radius: 99px;
  background: rgba(255,255,255,.12);
}

.volume-line span {
  display: block;
  width: 68%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gold), var(--orange));
}

.dashboard-section {
  padding: 34px 0 20px;
}

.split-grid {
  display: grid;
  grid-template-columns: .98fr 1.02fr;
  gap: 22px;
}

.panel { padding: 22px; }

.section-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(1.55rem, 2.5vw, 2.35rem);
  line-height: 1.05;
  letter-spacing: -.035em;
}

.section-heading h2 span {
  color: var(--gold-light);
}

.section-heading p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: .92rem;
}

.outline-button {
  flex: 0 0 auto;
  border: 1px solid rgba(255,185,0,.36);
  border-radius: 999px;
  padding: 10px 14px;
  font-size: .78rem;
  color: #f6f8fb;
  background: rgba(255,255,255,.025);
  transition: 180ms ease;
}

.outline-button:hover {
  border-color: rgba(255,198,47,.7);
  background: rgba(255,184,0,.08);
}

.schedule-list {
  display: grid;
  gap: 7px;
}

.schedule-row {
  min-height: 46px;
  display: grid;
  grid-template-columns: 30px 105px 1.15fr 1fr;
  align-items: center;
  gap: 10px;
  padding: 9px 11px;
  border-radius: 13px;
  border: 1px solid rgba(255,255,255,.04);
  background: rgba(255,255,255,.018);
}

.schedule-row.live {
  grid-template-columns: 78px 105px 1.15fr 1fr;
  border-color: rgba(255,185,0,.36);
  background: linear-gradient(90deg, rgba(255,73,45,.12), rgba(255,181,0,.07));
  box-shadow: 0 0 24px rgba(255,160,0,.08);
}

.status-tag {
  border-radius: 999px;
  padding: 7px 8px;
  text-align: center;
  font-size: .69rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #ff2c45, #f13f1e);
}

.row-icon { color: #f9cd50; }
.row-time { color: #d8e0ec; font-size: .8rem; white-space: nowrap; }
.row-show { font-size: .84rem; font-weight: 700; }
.row-host { color: var(--muted); font-size: .78rem; }

.dj-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.dj-card {
  min-height: 250px;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255,185,0,.22);
  background:
    radial-gradient(circle at 50% 20%, rgba(255,205,84,.28), transparent 22%),
    linear-gradient(180deg, #1d2635, #09111f);
}

.dj-card::before {
  content: "";
  position: absolute;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  left: 50%;
  top: 34px;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #ffd466, #ff9e18 48%, #503015 49%, #151b25 100%);
  box-shadow: 0 0 28px rgba(255,172,0,.2);
}

.dj-card::after {
  content: "";
  position: absolute;
  width: 118px;
  height: 92px;
  border-radius: 60px 60px 16px 16px;
  left: 50%;
  top: 98px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #232e3e, #0e1725);
}

.dj-info {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  padding: 13px;
  background: linear-gradient(180deg, transparent, rgba(3,8,15,.95) 38%);
}

.dj-info h3 {
  margin: 26px 0 3px;
  font-size: .95rem;
}

.dj-info p {
  margin: 0 0 5px;
  color: var(--gold-light);
  font-size: .74rem;
  font-weight: 700;
}

.dj-info small {
  color: var(--muted);
  font-size: .68rem;
}

.live-pill {
  position: absolute;
  left: 11px;
  top: -93px;
  padding: 6px 8px;
  border-radius: 8px;
  background: var(--red);
  font-size: .64rem;
  font-weight: 800;
}

.chat-panel {
  margin-block: 4px 22px;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(8, 20, 34, .95), rgba(5, 13, 23, .97)),
    radial-gradient(circle at 50% 120%, rgba(255,130,0,.3), transparent 34%);
}

.chat-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}

.chat-title-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.chat-title-row h2 {
  margin: 0;
  font-size: clamp(1.5rem, 2.4vw, 2.25rem);
  letter-spacing: -.035em;
}

.chat-title-row h2 span { color: var(--gold-light); }

.chat-heading p {
  color: var(--muted);
  margin: 7px 0 0 48px;
  font-size: .9rem;
}

.chat-icon {
  width: 36px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #171109;
  font-weight: 800;
  background: linear-gradient(135deg, #ffe477, #ffad00);
  box-shadow: 0 0 18px rgba(255,177,0,.25);
}

.chat-status {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #eaf0f8;
  font-size: .78rem;
}

.chat-status > span {
  padding: 9px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,185,0,.23);
  background: rgba(255,255,255,.035);
}

.online-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 12px rgba(24,230,143,.72);
}

.chat-feed {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px 18px;
  min-height: 174px;
}

.chat-message {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 9px;
  align-items: center;
}

.avatar {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #171009;
  font-size: .7rem;
  font-weight: 800;
  background: linear-gradient(135deg, #ffe58a, #ff8d00);
  border: 2px solid rgba(255,216,102,.7);
}

.message-copy { min-width: 0; }

.message-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
  font-size: .7rem;
}

.message-meta strong { color: #fff; }
.message-meta span { color: var(--muted); }

.message-bubble {
  margin: 0;
  max-width: 100%;
  width: fit-content;
  padding: 8px 11px;
  border-radius: 12px;
  color: #f7f9fc;
  font-size: .78rem;
  line-height: 1.35;
  border: 1px solid rgba(255,185,0,.24);
  background: linear-gradient(90deg, rgba(255,180,0,.08), rgba(255,255,255,.025));
}

.chat-compose {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 44px 1fr 110px;
  gap: 9px;
}

.chat-compose input {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(255,185,0,.23);
  border-radius: 14px;
  color: #fff;
  background: rgba(4, 12, 22, .78);
  padding: 13px 15px;
  outline: none;
}

.chat-compose input:focus {
  border-color: rgba(255,203,79,.62);
  box-shadow: 0 0 0 3px rgba(255,183,0,.08);
}

.emoji-button,
.send-button {
  border: 0;
  border-radius: 14px;
}

.emoji-button {
  color: var(--gold-light);
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,185,0,.2);
}

.send-button {
  color: #171109;
  font-weight: 800;
  background: linear-gradient(135deg, #ffe375, #ffb600, #ff8500);
  box-shadow: 0 0 18px rgba(255,171,0,.18);
}

.listen-everywhere {
  padding: 10px 0 32px;
}

.listen-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 34px;
  min-height: 270px;
}

.listen-heading { margin-bottom: 16px; }

.device-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11px;
}

.device-options article {
  min-height: 104px;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 10px;
  align-items: center;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(255,185,0,.17);
  background: rgba(255,255,255,.026);
}

.device-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--gold-light);
  border: 1px solid rgba(255,196,52,.36);
  box-shadow: inset 0 0 12px rgba(255,181,0,.06);
}

.device-options h3 {
  margin: 0 0 5px;
  font-size: .82rem;
}

.device-options p {
  margin: 0;
  color: var(--muted);
  font-size: .7rem;
  line-height: 1.45;
}

.device-visual {
  height: 255px;
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background:
    radial-gradient(circle at 54% 72%, rgba(255,170,0,.23), transparent 32%),
    linear-gradient(145deg, #0b1422, #2f1c10 72%, #0a101a);
  border: 1px solid rgba(255,185,0,.12);
}

.laptop {
  position: absolute;
  width: 66%;
  left: 8%;
  bottom: 28px;
}

.laptop-screen {
  aspect-ratio: 16/10;
  border: 7px solid #151b24;
  border-bottom-width: 11px;
  border-radius: 10px 10px 5px 5px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 40%, rgba(255,191,52,.55), transparent 30%),
    linear-gradient(135deg, #5e2d0e, #07111f 74%);
}

.laptop-screen img {
  width: 48%;
  filter: drop-shadow(0 0 12px rgba(255,181,0,.25));
}

.laptop-screen span {
  display: none;
}

.laptop-base {
  width: 112%;
  height: 9px;
  margin-left: -6%;
  border-radius: 0 0 70px 70px;
  background: linear-gradient(180deg, #d0d4d9, #646b76);
}

.phone {
  position: absolute;
  width: 84px;
  height: 174px;
  right: 17%;
  bottom: 25px;
  border-radius: 18px;
  border: 5px solid #111923;
  background: linear-gradient(180deg, #111b2c, #060b12);
  box-shadow: 0 10px 28px rgba(0,0,0,.4);
  display: grid;
  place-items: center;
}

.phone-notch {
  position: absolute;
  top: 5px;
  width: 30px;
  height: 5px;
  border-radius: 99px;
  background: #05080d;
}

.phone img { width: 60px; }

.phone-player {
  position: absolute;
  bottom: 15px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #191109;
  background: linear-gradient(135deg, #ffe47d, #ffaf00);
}

.speaker {
  position: absolute;
  width: 73px;
  height: 118px;
  right: 2%;
  bottom: 22px;
  border-radius: 34px 34px 22px 22px;
  background: linear-gradient(180deg, #e6e8eb, #747a82);
  box-shadow: inset 0 0 14px rgba(255,255,255,.45), 0 12px 26px rgba(0,0,0,.28);
}

.speaker span {
  position: absolute;
  width: 42px;
  height: 4px;
  border-radius: 99px;
  left: 50%;
  top: 13px;
  transform: translateX(-50%);
  background: #5aa9ff;
  box-shadow: 0 0 10px #4aa7ff;
}

.site-footer {
  position: relative;
  border-top: 1px solid rgba(255,185,0,.18);
  background: #050b14;
  padding: 32px 0 18px;
}

.footer-eq {
  position: absolute;
  inset: auto 0 0;
  height: 58px;
  opacity: .24;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255,171,0,.8) 0 5px,
      transparent 5px 9px
    );
  mask-image: linear-gradient(to top, #000 0 18%, transparent 95%);
}

.footer-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.3fr .85fr .8fr 1fr;
  gap: 28px;
}

.footer-brand {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 12px;
  align-items: center;
}

.footer-brand img {
  width: 100px;
  filter: drop-shadow(0 0 14px rgba(255,180,0,.2));
}

.footer-brand strong { font-size: .95rem; }
.footer-brand p,
.footer-column p {
  color: var(--muted);
  margin: 5px 0;
  font-size: .74rem;
}

.footer-column h3 {
  margin: 0 0 10px;
  color: var(--gold-light);
  font-size: .84rem;
}

.footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px 10px;
}

.footer-links a {
  color: #d7deea;
  font-size: .75rem;
}

.social-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.social-row a {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255,197,57,.42);
  color: #fff;
  background: rgba(255,255,255,.03);
}

.footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 26px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.06);
  color: #98a5b7;
  font-size: .68rem;
}

.toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  max-width: 360px;
  padding: 14px 16px;
  border-radius: 14px;
  color: #fff;
  background: rgba(6, 14, 25, .96);
  border: 1px solid rgba(255,185,0,.3);
  box-shadow: 0 15px 35px rgba(0,0,0,.35), 0 0 20px rgba(255,174,0,.12);
  transform: translateY(20px);
  opacity: 0;
  pointer-events: none;
  transition: 200ms ease;
}

.toast.show {
  transform: translateY(0);
  opacity: 1;
}

@media (max-width: 1080px) {
  .header-inner {
    grid-template-columns: auto auto auto;
    justify-content: space-between;
  }

  .menu-toggle {
    display: block;
    order: 3;
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 17px;
    right: 17px;
    display: none;
    padding: 12px;
    border: 1px solid rgba(255,185,0,.18);
    border-radius: 18px;
    background: rgba(5, 13, 24, .98);
    box-shadow: var(--shadow);
    flex-direction: column;
    align-items: stretch;
  }

  .main-nav.open { display: flex; }
  .main-nav a { border-radius: 12px; }

  .top-listen { justify-self: end; }

  .hero-grid,
  .split-grid,
  .listen-grid {
    grid-template-columns: 1fr;
  }

  .hero-brand { margin: 0 auto; }
  .player-card { max-width: 720px; margin: 0 auto; width: 100%; }
  .dj-grid { grid-template-columns: repeat(4, minmax(120px, 1fr)); }
  .device-visual { max-width: 700px; width: 100%; margin: 0 auto; }
}

@media (max-width: 760px) {
  .header-inner { min-height: 72px; gap: 10px; }
  .brand, .brand img { width: 75px; }
  .top-listen { padding: 11px 14px; font-size: .8rem; }

  .hero { min-height: auto; }
  .hero-grid { padding-block: 34px 40px; gap: 22px; }
  .hero-logo { width: min(315px, 84%); }

  .now-playing { grid-template-columns: 98px 1fr; }
  .equalizer { height: 42px; }
  .player-card { padding: 17px; }

  .section-heading,
  .chat-heading {
    flex-direction: column;
    align-items: flex-start;
  }

  .chat-heading p { margin-left: 0; }
  .chat-status { flex-wrap: wrap; }
  .schedule-row,
  .schedule-row.live {
    grid-template-columns: 1fr 1fr;
    gap: 6px 12px;
  }

  .schedule-row > :first-child { grid-column: 1; }
  .row-show, .row-host { grid-column: span 1; }

  .dj-grid { grid-template-columns: repeat(2, 1fr); }
  .chat-feed { grid-template-columns: 1fr; }
  .chat-compose { grid-template-columns: 42px 1fr; }
  .send-button { grid-column: 1 / -1; padding: 12px; }

  .device-options { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 520px) {
  .container { width: min(100% - 20px, 1240px); }
  .top-listen span:last-child { display: none; }
  .top-listen { width: 44px; height: 44px; padding: 0; justify-content: center; }

  .player-head { flex-direction: column; }
  .station-label { text-align: left; }
  .now-playing { grid-template-columns: 1fr; }
  .cover-art { width: 150px; }
  .volume-shell { display: none; }

  .panel { padding: 16px; }
  .dj-grid { grid-template-columns: 1fr 1fr; }
  .dj-card { min-height: 220px; }

  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-template-columns: 86px 1fr; }
  .footer-brand img { width: 86px; }
}

/* ===== PHASE 1B: SUNSHINE LUMINOUS GOLD POLISH ===== */

:root {
  --gold-soft: rgba(255, 208, 84, 0.35);
  --orange-soft: rgba(255, 122, 0, 0.28);
  --glow-strong:
    0 0 18px rgba(255, 202, 76, 0.34),
    0 0 38px rgba(255, 156, 0, 0.20),
    0 0 64px rgba(255, 111, 0, 0.10);
  --text-glow:
    0 0 10px rgba(255, 215, 110, 0.24),
    0 0 24px rgba(255, 150, 0, 0.14);
}

body {
  background:
    radial-gradient(circle at 18% 7%, rgba(255, 188, 45, 0.19), transparent 29rem),
    radial-gradient(circle at 84% 10%, rgba(255, 112, 0, 0.15), transparent 25rem),
    radial-gradient(circle at 50% 31%, rgba(255, 199, 80, 0.065), transparent 34rem),
    linear-gradient(180deg, #06101d 0%, #07111f 48%, #050b14 100%);
}

.site-header {
  border-bottom-color: rgba(255, 190, 0, 0.30);
  box-shadow:
    0 7px 22px rgba(0, 0, 0, 0.28),
    0 1px 16px rgba(255, 168, 0, 0.10);
}

.brand img {
  filter:
    drop-shadow(0 0 8px rgba(255, 224, 117, 0.45))
    drop-shadow(0 0 20px rgba(255, 171, 0, 0.25));
}

.main-nav a:hover,
.main-nav a.active {
  border-color: rgba(255, 195, 36, 0.66);
  background:
    linear-gradient(135deg, rgba(255, 216, 102, 0.15), rgba(255, 112, 0, 0.18));
  box-shadow:
    0 0 0 1px rgba(255, 186, 0, 0.12),
    0 0 16px rgba(255, 200, 72, 0.22),
    0 0 34px rgba(255, 123, 0, 0.12);
  text-shadow: 0 0 10px rgba(255, 218, 112, 0.18);
}

.listen-live,
.send-button {
  box-shadow:
    0 8px 28px rgba(255, 171, 0, 0.30),
    0 0 18px rgba(255, 213, 90, 0.30),
    0 0 42px rgba(255, 133, 0, 0.16),
    inset 0 1px rgba(255,255,255,.76);
}

.hero {
  border-bottom-color: rgba(255, 197, 37, 0.34);
  box-shadow:
    inset 0 -1px 0 rgba(255, 210, 76, 0.15),
    0 14px 44px rgba(255, 122, 0, 0.08);
}

.hero-light-one {
  background: rgba(255, 195, 61, 0.35);
  filter: blur(90px);
}

.hero-light-two {
  background: rgba(255, 114, 0, 0.29);
  filter: blur(95px);
}

.hero-logo {
  filter:
    drop-shadow(0 0 10px rgba(255, 230, 129, 0.52))
    drop-shadow(0 0 28px rgba(255, 177, 0, 0.34))
    drop-shadow(0 0 52px rgba(255, 111, 0, 0.19));
}

.hero-brand h1 {
  text-shadow:
    0 4px 22px rgba(0,0,0,.42),
    0 0 12px rgba(255, 224, 126, 0.24),
    0 0 28px rgba(255, 153, 0, 0.15);
}

.hero-brand h1 span,
.section-heading h2 span,
.chat-title-row h2 span,
.footer-column h3 {
  text-shadow: var(--text-glow);
}

.hero-brand p {
  text-shadow:
    0 0 10px rgba(255, 230, 160, 0.15),
    0 0 24px rgba(255, 151, 0, 0.09);
}

.player-card,
.panel {
  border-color: rgba(255, 195, 39, 0.50);
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(255, 201, 55, 0.08),
    0 0 20px rgba(255, 192, 38, 0.18),
    0 0 48px rgba(255, 126, 0, 0.13),
    inset 0 1px rgba(255,255,255,.045),
    inset 0 0 28px rgba(255, 169, 0, 0.028);
}

.player-card {
  box-shadow:
    0 22px 52px rgba(0, 0, 0, 0.40),
    0 0 0 1px rgba(255, 213, 80, 0.12),
    0 0 26px rgba(255, 200, 68, 0.24),
    0 0 58px rgba(255, 120, 0, 0.16),
    inset 0 1px rgba(255,255,255,.06),
    inset 0 0 34px rgba(255, 169, 0, 0.035);
}

.on-air,
.status-tag,
.live-pill {
  box-shadow:
    0 0 12px rgba(255, 67, 67, 0.32),
    0 0 25px rgba(255, 120, 0, 0.20);
}

.main-play {
  box-shadow:
    0 0 18px rgba(255, 222, 110, 0.42),
    0 0 38px rgba(255, 172, 0, 0.28),
    0 0 62px rgba(255, 117, 0, 0.16);
}

.progress-fill,
.volume-line span {
  box-shadow:
    0 0 9px rgba(255, 226, 119, 0.35),
    0 0 20px rgba(255, 156, 0, 0.16);
}

.equalizer i {
  box-shadow:
    0 0 8px rgba(255, 225, 108, 0.32),
    0 0 16px rgba(255, 145, 0, 0.13);
}

.section-heading h2,
.chat-title-row h2 {
  text-shadow:
    0 0 10px rgba(255, 220, 110, 0.16),
    0 0 22px rgba(255, 130, 0, 0.08);
}

.outline-button {
  border-color: rgba(255, 201, 61, 0.46);
  box-shadow:
    0 0 12px rgba(255, 191, 28, 0.10),
    inset 0 0 12px rgba(255, 174, 0, 0.025);
}

.outline-button:hover {
  border-color: rgba(255, 214, 89, 0.82);
  box-shadow:
    0 0 16px rgba(255, 204, 69, 0.20),
    0 0 30px rgba(255, 132, 0, 0.10);
}

.schedule-row.live {
  border-color: rgba(255, 202, 50, 0.55);
  box-shadow:
    0 0 14px rgba(255, 202, 54, 0.17),
    0 0 30px rgba(255, 123, 0, 0.10),
    inset 0 0 14px rgba(255, 188, 40, 0.045);
}

.dj-card {
  border-color: rgba(255, 198, 41, 0.38);
  box-shadow:
    0 0 13px rgba(255, 197, 47, 0.12),
    0 0 28px rgba(255, 126, 0, 0.08);
}

.chat-panel {
  border-color: rgba(255, 202, 49, 0.60);
  box-shadow:
    0 20px 46px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(255, 215, 92, 0.10),
    0 0 24px rgba(255, 205, 64, 0.22),
    0 0 52px rgba(255, 124, 0, 0.15),
    inset 0 0 30px rgba(255, 174, 0, 0.03);
}

.chat-icon {
  box-shadow:
    0 0 14px rgba(255, 225, 112, 0.32),
    0 0 28px rgba(255, 147, 0, 0.16);
}

.chat-status > span,
.message-bubble,
.chat-compose input {
  border-color: rgba(255, 200, 52, 0.34);
  box-shadow:
    0 0 10px rgba(255, 190, 28, 0.07),
    inset 0 0 10px rgba(255, 173, 0, 0.022);
}

.chat-compose input:focus {
  border-color: rgba(255, 221, 102, 0.76);
  box-shadow:
    0 0 0 3px rgba(255, 183, 0, 0.09),
    0 0 18px rgba(255, 199, 50, 0.15);
}

.device-options article,
.device-visual {
  border-color: rgba(255, 194, 33, 0.26);
  box-shadow:
    0 0 14px rgba(255, 193, 35, 0.07),
    0 0 32px rgba(255, 117, 0, 0.045);
}

.device-icon {
  box-shadow:
    0 0 12px rgba(255, 210, 76, 0.15),
    inset 0 0 14px rgba(255, 181, 0, 0.07);
}

.site-footer {
  border-top-color: rgba(255, 201, 51, 0.30);
  box-shadow: 0 -10px 34px rgba(255, 129, 0, 0.07);
}

.footer-brand img {
  filter:
    drop-shadow(0 0 8px rgba(255, 224, 112, 0.36))
    drop-shadow(0 0 19px rgba(255, 167, 0, 0.19));
}

.social-row a {
  border-color: rgba(255, 211, 81, 0.54);
  box-shadow:
    0 0 10px rgba(255, 203, 58, 0.14),
    0 0 21px rgba(255, 125, 0, 0.08);
}

.footer-eq {
  opacity: .34;
  filter:
    drop-shadow(0 0 8px rgba(255, 209, 61, 0.26))
    drop-shadow(0 0 16px rgba(255, 132, 0, 0.11));
}

@keyframes sunshineGlowPulse {
  0%, 100% {
    box-shadow:
      0 20px 48px rgba(0, 0, 0, 0.38),
      0 0 0 1px rgba(255, 201, 55, 0.08),
      0 0 19px rgba(255, 193, 40, 0.17),
      0 0 43px rgba(255, 123, 0, 0.12),
      inset 0 0 26px rgba(255, 169, 0, 0.026);
  }
  50% {
    box-shadow:
      0 21px 50px rgba(0, 0, 0, 0.40),
      0 0 0 1px rgba(255, 216, 86, 0.13),
      0 0 25px rgba(255, 211, 70, 0.23),
      0 0 54px rgba(255, 130, 0, 0.16),
      inset 0 0 31px rgba(255, 174, 0, 0.035);
  }
}

.player-card,
.chat-panel {
  animation: sunshineGlowPulse 3.8s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  .player-card,
  .chat-panel {
    animation: none;
  }
}

/* ===== PHASE 1C: SUNSHINE BACKGROUND GLOW POLISH ===== */

body {
  position: relative;
  background:
    radial-gradient(circle at 14% 8%, rgba(255, 198, 57, 0.22), transparent 25rem),
    radial-gradient(circle at 86% 10%, rgba(255, 130, 0, 0.18), transparent 24rem),
    radial-gradient(circle at 50% 35%, rgba(255, 216, 110, 0.07), transparent 36rem),
    radial-gradient(circle at 50% 100%, rgba(255, 149, 0, 0.08), transparent 28rem),
    linear-gradient(180deg, #06101d 0%, #07111f 42%, #050b14 100%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.75;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 214, 96, 0.10), transparent 18rem),
    radial-gradient(circle at 80% 22%, rgba(255, 136, 0, 0.08), transparent 20rem),
    radial-gradient(circle at 50% 60%, rgba(255, 186, 48, 0.04), transparent 30rem);
  filter: blur(18px);
}

.hero {
  background:
    linear-gradient(180deg, rgba(4, 11, 21, 0.08), rgba(4, 11, 21, 0.72)),
    radial-gradient(circle at 24% 30%, rgba(255, 212, 100, 0.26), transparent 23rem),
    radial-gradient(circle at 78% 22%, rgba(255, 133, 0, 0.18), transparent 24rem),
    radial-gradient(circle at 50% 68%, rgba(255, 181, 45, 0.10), transparent 32rem),
    linear-gradient(135deg, #6c3911 0%, #171d2e 38%, #07101d 78%);
}

.hero::before {
  opacity: 0.65;
}

.hero::after {
  opacity: 0.78;
}

.dashboard-section,
.listen-everywhere,
.site-footer {
  position: relative;
  isolation: isolate;
}

.dashboard-section::before,
.listen-everywhere::before,
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 197, 61, 0.08), transparent 16rem),
    radial-gradient(circle at 82% 34%, rgba(255, 128, 0, 0.06), transparent 18rem),
    radial-gradient(circle at 50% 100%, rgba(255, 180, 0, 0.04), transparent 24rem);
  filter: blur(10px);
}

.dashboard-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 213, 94, 0.65),
    rgba(255, 154, 0, 0.42),
    transparent
  );
  box-shadow:
    0 0 10px rgba(255, 206, 76, 0.24),
    0 0 24px rgba(255, 136, 0, 0.10);
  pointer-events: none;
}

.listen-everywhere::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 208, 89, 0.58),
    rgba(255, 142, 0, 0.36),
    transparent
  );
  box-shadow:
    0 0 10px rgba(255, 199, 61, 0.20),
    0 0 20px rgba(255, 120, 0, 0.08);
  pointer-events: none;
}

.chat-panel {
  background:
    linear-gradient(180deg, rgba(8, 20, 34, .95), rgba(5, 13, 23, .97)),
    radial-gradient(circle at 50% 115%, rgba(255, 160, 0, .18), transparent 32%),
    radial-gradient(circle at 20% 0%, rgba(255, 210, 90, 0.06), transparent 18rem);
}

.device-visual {
  background:
    radial-gradient(circle at 54% 72%, rgba(255,170,0,.28), transparent 32%),
    radial-gradient(circle at 20% 18%, rgba(255,210,84,.12), transparent 16rem),
    linear-gradient(145deg, #0b1422, #2f1c10 72%, #0a101a);
  box-shadow:
    0 0 16px rgba(255, 191, 31, 0.08),
    0 0 34px rgba(255, 128, 0, 0.06);
}

.site-footer {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 177, 0, 0.06), transparent 20rem),
    linear-gradient(180deg, #07101a 0%, #050b14 100%);
}

.site-footer::before {
  background:
    radial-gradient(circle at 16% 20%, rgba(255, 197, 61, 0.06), transparent 14rem),
    radial-gradient(circle at 84% 20%, rgba(255, 126, 0, 0.05), transparent 16rem),
    radial-gradient(circle at 50% 100%, rgba(255, 171, 0, 0.04), transparent 20rem);
}

.footer-eq {
  opacity: .42;
  filter:
    drop-shadow(0 0 10px rgba(255, 208, 71, 0.28))
    drop-shadow(0 0 18px rgba(255, 128, 0, 0.14));
}

@keyframes backgroundShimmer {
  0%, 100% {
    opacity: 0.72;
    transform: scale(1);
  }
  50% {
    opacity: 0.92;
    transform: scale(1.015);
  }
}

body::after,
.hero-light-one,
.hero-light-two {
  animation: backgroundShimmer 7s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  body::after,
  .hero-light-one,
  .hero-light-two {
    animation: none;
  }
}

/* ===== PHASE 1D: HERO CINEMATIC BACKGROUND GLOW ===== */

.hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(4, 11, 21, 0.10), rgba(4, 11, 21, 0.74)),
    radial-gradient(circle at 25% 28%, rgba(255, 205, 95, 0.18), transparent 24rem),
    radial-gradient(circle at 78% 22%, rgba(255, 133, 0, 0.14), transparent 26rem),
    linear-gradient(135deg, #542b0d 0%, #131a2b 38%, #06101d 78%);
}

.hero::before {
  content: "";
  position: absolute;
  left: -6%;
  top: 58px;
  width: 36%;
  height: 360px;
  z-index: -1;
  pointer-events: none;
  border-radius: 30px;
  background:
    linear-gradient(
      90deg,
      rgba(255, 183, 30, 0.42) 0%,
      rgba(255, 162, 0, 0.22) 28%,
      rgba(255, 125, 0, 0.10) 52%,
      rgba(255, 110, 0, 0.03) 72%,
      transparent 100%
    );
  filter: blur(34px);
  opacity: 0.95;
}

.hero::after {
  content: "";
  position: absolute;
  right: -4%;
  top: 88px;
  width: 26%;
  height: 300px;
  z-index: -1;
  pointer-events: none;
  border-radius: 999px;
  background:
    radial-gradient(circle at center, rgba(255, 126, 0, 0.20), transparent 70%);
  filter: blur(42px);
  opacity: 0.85;
}

.hero-grid {
  position: relative;
}

.hero-grid::before {
  content: "";
  position: absolute;
  left: -3%;
  top: 82px;
  width: 34%;
  height: 330px;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 22% 45%, rgba(255, 213, 95, 0.24), transparent 55%),
    linear-gradient(
      90deg,
      rgba(255, 173, 26, 0.18),
      rgba(255, 130, 0, 0.08),
      transparent
    );
  filter: blur(42px);
  opacity: 0.95;
}

.hero-brand {
  position: relative;
}

.hero-brand::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 120px;
  transform: translateX(-50%);
  width: 360px;
  height: 360px;
  z-index: -1;
  pointer-events: none;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(255, 206, 84, 0.18) 0%,
      rgba(255, 148, 0, 0.08) 45%,
      transparent 72%
    );
  filter: blur(26px);
}

.floating-bokeh {
  position: absolute;
  left: 18%;
  bottom: 14px;
  width: 92px;
  height: 30px;
  border-radius: 999px;
  background: rgba(255, 173, 26, 0.34);
  filter: blur(8px);
  z-index: -1;
  pointer-events: none;
  box-shadow:
    160px 0 0 rgba(255, 181, 40, 0.27),
    370px 12px 0 rgba(255, 187, 58, 0.18),
    760px -4px 0 rgba(255, 150, 18, 0.24),
    1040px 14px 0 rgba(255, 193, 76, 0.16);
}

@media (max-width: 760px) {
  .hero::before {
    left: -18%;
    width: 62%;
    height: 280px;
    top: 34px;
    filter: blur(30px);
  }

  .hero-grid::before {
    left: -12%;
    width: 58%;
    height: 260px;
    top: 46px;
  }

  .hero-brand::before {
    width: 270px;
    height: 270px;
    top: 92px;
  }

  .floating-bokeh {
    left: 10%;
    opacity: 0.72;
    transform: scale(.82);
    transform-origin: left bottom;
  }
}

@media (prefers-reduced-motion: reduce) {
  .floating-bokeh {
    animation: none;
  }
}

/* ===== PHASE 1E: SITEWIDE STRONG AMBIENT GOLD HAZE ===== */

/*
  Applies the same warm cinematic haze seen in the reference red box
  across the whole SunShine visual system without changing layout/content.
*/

body {
  background:
    radial-gradient(ellipse at 12% 10%, rgba(255, 194, 62, 0.24), transparent 31rem),
    radial-gradient(ellipse at 88% 14%, rgba(255, 116, 0, 0.16), transparent 29rem),
    radial-gradient(ellipse at 18% 52%, rgba(255, 174, 30, 0.10), transparent 34rem),
    radial-gradient(ellipse at 82% 70%, rgba(255, 120, 0, 0.08), transparent 35rem),
    linear-gradient(180deg, #07111f 0%, #07111f 35%, #050d18 100%);
}

/* Major page bands: wide left-to-right amber haze */
.hero,
.dashboard-section,
.listen-everywhere,
.site-footer {
  background-image:
    radial-gradient(
      ellipse at 8% 42%,
      rgba(255, 197, 78, 0.24) 0%,
      rgba(255, 167, 29, 0.16) 21%,
      rgba(255, 129, 0, 0.07) 43%,
      transparent 68%
    ),
    radial-gradient(
      ellipse at 94% 40%,
      rgba(255, 116, 0, 0.13) 0%,
      rgba(255, 103, 0, 0.05) 34%,
      transparent 66%
    ),
    linear-gradient(180deg, rgba(7,17,31,.96), rgba(5,13,24,.98));
  background-blend-mode: screen, screen, normal;
}

/* Hero remains the brightest zone */
.hero {
  background-image:
    radial-gradient(
      ellipse at 7% 36%,
      rgba(255, 205, 92, 0.34) 0%,
      rgba(255, 174, 33, 0.22) 24%,
      rgba(255, 129, 0, 0.09) 46%,
      transparent 70%
    ),
    radial-gradient(
      ellipse at 94% 38%,
      rgba(255, 118, 0, 0.18) 0%,
      rgba(255, 95, 0, 0.07) 34%,
      transparent 66%
    ),
    linear-gradient(180deg, rgba(6,15,27,.94), rgba(5,13,24,.98));
}

/* Main framed areas: same haze INSIDE every panel */
.player-card,
.panel,
.chat-panel,
.device-visual {
  background-image:
    radial-gradient(
      ellipse at 0% 42%,
      rgba(255, 202, 82, 0.21) 0%,
      rgba(255, 166, 22, 0.13) 22%,
      rgba(255, 119, 0, 0.05) 43%,
      transparent 68%
    ),
    radial-gradient(
      ellipse at 100% 55%,
      rgba(255, 116, 0, 0.09) 0%,
      transparent 52%
    ),
    linear-gradient(180deg, rgba(11,26,45,.98), rgba(5,13,24,.985));
  background-blend-mode: screen, screen, normal;
  border-color: rgba(255, 204, 62, 0.56);
  box-shadow:
    0 22px 50px rgba(0, 0, 0, .40),
    0 0 0 1px rgba(255, 219, 101, .10),
    0 0 24px rgba(255, 197, 54, .20),
    0 0 54px rgba(255, 121, 0, .14),
    inset 0 0 36px rgba(255, 174, 24, .035);
}

/* Schedule rows, DJ cards, chat messages and listen cards inherit the same light language */
.schedule-row,
.dj-card,
.message-bubble,
.device-options article {
  background-image:
    radial-gradient(
      ellipse at 0% 50%,
      rgba(255, 196, 66, 0.11) 0%,
      rgba(255, 151, 0, 0.055) 30%,
      transparent 62%
    ),
    linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.012));
  background-blend-mode: screen, normal;
}

.schedule-row.live {
  background-image:
    radial-gradient(
      ellipse at 0% 50%,
      rgba(255, 218, 99, 0.18) 0%,
      rgba(255, 157, 0, 0.10) 32%,
      transparent 66%
    ),
    linear-gradient(90deg, rgba(255,73,45,.15), rgba(255,181,0,.08));
}

.dj-card {
  background-color: #0a1423;
}

.message-bubble {
  background-color: rgba(9, 19, 33, .80);
}

/* Header gets a subtle continuation of the ambient gold */
.site-header {
  background:
    radial-gradient(ellipse at 20% 50%, rgba(255, 184, 41, .08), transparent 34rem),
    rgba(4, 11, 21, 0.91);
  box-shadow:
    0 8px 26px rgba(0,0,0,.30),
    0 1px 18px rgba(255, 177, 0, .12);
}

/* Stronger side radiance without covering text */
.hero-light-one {
  width: 590px;
  height: 500px;
  left: -210px;
  background: rgba(255, 196, 61, 0.31);
  filter: blur(105px);
}

.hero-light-two {
  width: 500px;
  height: 440px;
  right: -210px;
  background: rgba(255, 113, 0, 0.25);
  filter: blur(105px);
}

/* Keep the gold treatment visible on smaller screens but reduce intensity */
@media (max-width: 900px) {
  .hero,
  .dashboard-section,
  .listen-everywhere,
  .site-footer {
    background-image:
      radial-gradient(
        ellipse at 0% 35%,
        rgba(255, 197, 78, 0.17) 0%,
        rgba(255, 155, 0, 0.09) 28%,
        transparent 62%
      ),
      linear-gradient(180deg, rgba(7,17,31,.97), rgba(5,13,24,.99));
  }

  .player-card,
  .panel,
  .chat-panel,
  .device-visual {
    background-image:
      radial-gradient(
        ellipse at 0% 42%,
        rgba(255, 199, 73, 0.14) 0%,
        rgba(255, 148, 0, 0.07) 28%,
        transparent 64%
      ),
      linear-gradient(180deg, rgba(11,26,45,.985), rgba(5,13,24,.99));
  }
}

/* ===== PHASE 1F: STRONGER LUMINOUS GLOW ===== */

/* Stronger overall warm glow */
.hero,
.dashboard-section,
.listen-everywhere,
.site-footer {
  box-shadow:
    inset 0 0 80px rgba(255, 176, 0, 0.035),
    inset 0 0 140px rgba(255, 122, 0, 0.022);
}

/* Increase ambient gold haze brightness */
.hero::before,
.dashboard-section::before,
.listen-everywhere::before,
.site-footer::before {
  opacity: 1;
  filter: blur(42px);
}

.hero::after,
.dashboard-section::after,
.listen-everywhere::after,
.site-footer::after {
  opacity: 0.95;
  filter: blur(52px);
}

/* Brighter framed panels */
.player-card,
.panel,
.chat-panel,
.device-visual {
  border-color: rgba(255, 214, 88, 0.72);
  box-shadow:
    0 22px 50px rgba(0, 0, 0, .42),
    0 0 0 1px rgba(255, 224, 116, .13),
    0 0 18px rgba(255, 207, 88, .20),
    0 0 34px rgba(255, 174, 33, .18),
    0 0 68px rgba(255, 122, 0, .15),
    inset 0 0 38px rgba(255, 179, 26, .05);
}

/* Luminous top-edge highlight on framed blocks */
.player-card::after,
.panel::after,
.chat-panel::after,
.device-visual::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 224, 116, 0.95),
    rgba(255, 173, 31, 0.75),
    transparent
  );
  box-shadow:
    0 0 10px rgba(255, 217, 102, 0.42),
    0 0 24px rgba(255, 162, 0, 0.18);
  pointer-events: none;
}

/* Stronger title glow */
.hero-brand h1,
.section-heading h2,
.chat-title-row h2 {
  text-shadow:
    0 0 10px rgba(255, 225, 125, 0.22),
    0 0 24px rgba(255, 188, 56, 0.18),
    0 0 42px rgba(255, 132, 0, 0.10);
}

.hero-brand h1 span,
.section-heading h2 span,
.chat-title-row h2 span {
  text-shadow:
    0 0 10px rgba(255, 228, 128, 0.30),
    0 0 22px rgba(255, 189, 52, 0.22),
    0 0 40px rgba(255, 132, 0, 0.12);
}

/* Logo and hero brightness */
.hero-logo {
  filter:
    drop-shadow(0 0 12px rgba(255, 231, 140, 0.55))
    drop-shadow(0 0 28px rgba(255, 186, 0, 0.36))
    drop-shadow(0 0 56px rgba(255, 125, 0, 0.22));
}

.hero-brand::before {
  filter: blur(34px);
  opacity: 1;
}

/* Stronger left/right hero ambient lights */
.hero-light-one {
  background: rgba(255, 198, 66, 0.40);
  filter: blur(115px);
}

.hero-light-two {
  background: rgba(255, 118, 0, 0.30);
  filter: blur(115px);
}

/* Buttons and important action glow */
.listen-live,
.send-button,
.main-play {
  box-shadow:
    0 0 14px rgba(255, 224, 120, 0.36),
    0 0 28px rgba(255, 188, 48, 0.28),
    0 0 54px rgba(255, 126, 0, 0.18),
    inset 0 1px rgba(255,255,255,.78);
}

/* Schedule ON AIR / live elements */
.on-air,
.status-tag,
.live-pill {
  box-shadow:
    0 0 12px rgba(255, 84, 84, 0.32),
    0 0 22px rgba(255, 130, 0, 0.22),
    0 0 38px rgba(255, 82, 36, 0.12);
}

/* Chat bubbles / small cards glow */
.schedule-row,
.dj-card,
.message-bubble,
.device-options article {
  box-shadow:
    0 0 12px rgba(255, 184, 36, 0.08),
    inset 0 0 16px rgba(255, 160, 0, 0.03);
}

.message-bubble {
  border-color: rgba(255, 214, 84, 0.40);
}

.dj-card {
  border-color: rgba(255, 204, 66, 0.44);
}

/* Footer lighting */
.footer-eq {
  opacity: .52;
  filter:
    drop-shadow(0 0 12px rgba(255, 208, 71, 0.34))
    drop-shadow(0 0 24px rgba(255, 132, 0, 0.18));
}

.social-row a {
  box-shadow:
    0 0 12px rgba(255, 208, 71, 0.18),
    0 0 24px rgba(255, 132, 0, 0.12);
}

/* Stronger pulse only on featured blocks */
@keyframes sunshineStrongPulse {
  0%, 100% {
    box-shadow:
      0 22px 50px rgba(0, 0, 0, .42),
      0 0 0 1px rgba(255, 224, 116, .13),
      0 0 18px rgba(255, 207, 88, .20),
      0 0 34px rgba(255, 174, 33, .18),
      0 0 68px rgba(255, 122, 0, .15),
      inset 0 0 38px rgba(255, 179, 26, .05);
  }
  50% {
    box-shadow:
      0 24px 54px rgba(0, 0, 0, .44),
      0 0 0 1px rgba(255, 232, 132, .18),
      0 0 24px rgba(255, 216, 102, .28),
      0 0 42px rgba(255, 188, 48, .22),
      0 0 80px rgba(255, 128, 0, .18),
      inset 0 0 46px rgba(255, 190, 46, .07);
  }
}

.player-card,
.chat-panel,
.device-visual {
  animation: sunshineStrongPulse 4.2s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  .player-card,
  .chat-panel,
  .device-visual {
    animation: none;
  }
}

/* ===== PHASE 1G: FULL-PAGE CINEMATIC GOLD HAZE ===== */

/* Apply the same warm gold haze from the reference area across the whole site. */
body {
  background:
    radial-gradient(ellipse at 8% 12%, rgba(255, 198, 68, 0.30) 0%, rgba(255, 172, 26, 0.20) 18%, rgba(255, 132, 0, 0.08) 38%, transparent 62%),
    radial-gradient(ellipse at 92% 16%, rgba(255, 118, 0, 0.16) 0%, rgba(255, 110, 0, 0.08) 32%, transparent 62%),
    radial-gradient(ellipse at 10% 46%, rgba(255, 186, 42, 0.18) 0%, rgba(255, 154, 0, 0.10) 24%, rgba(255, 120, 0, 0.04) 46%, transparent 68%),
    radial-gradient(ellipse at 90% 54%, rgba(255, 118, 0, 0.14) 0%, rgba(255, 108, 0, 0.06) 26%, transparent 58%),
    radial-gradient(ellipse at 12% 82%, rgba(255, 188, 46, 0.16) 0%, rgba(255, 153, 0, 0.08) 26%, transparent 60%),
    radial-gradient(ellipse at 88% 86%, rgba(255, 116, 0, 0.12) 0%, rgba(255, 103, 0, 0.05) 24%, transparent 56%),
    linear-gradient(180deg, #07111f 0%, #06101d 36%, #050d18 100%);
  background-attachment: fixed;
}

.site-header,
.hero,
.dashboard-section,
.listen-everywhere,
.site-footer {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.site-header::before,
.hero::before,
.dashboard-section::before,
.listen-everywhere::before,
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(255, 191, 46, 0.24) 0%,
      rgba(255, 165, 16, 0.16) 14%,
      rgba(255, 132, 0, 0.08) 30%,
      rgba(255, 116, 0, 0.03) 46%,
      transparent 66%
    );
  filter: blur(42px);
  opacity: 1;
}

.site-header::after,
.hero::after,
.dashboard-section::after,
.listen-everywhere::after,
.site-footer::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 26%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(
      270deg,
      rgba(255, 124, 0, 0.12) 0%,
      rgba(255, 114, 0, 0.06) 30%,
      transparent 100%
    );
  filter: blur(48px);
  opacity: 0.9;
}

.player-card,
.panel,
.chat-panel,
.device-visual,
.schedule-row,
.dj-card,
.message-bubble,
.device-options article {
  position: relative;
  overflow: hidden;
}

.player-card,
.panel,
.chat-panel,
.device-visual {
  background-image:
    radial-gradient(
      ellipse at 0% 46%,
      rgba(255, 205, 84, 0.24) 0%,
      rgba(255, 168, 24, 0.14) 20%,
      rgba(255, 128, 0, 0.06) 40%,
      transparent 66%
    ),
    radial-gradient(
      ellipse at 100% 54%,
      rgba(255, 118, 0, 0.09) 0%,
      transparent 52%
    ),
    linear-gradient(180deg, rgba(11,26,45,.98), rgba(5,13,24,.99));
  background-blend-mode: screen, screen, normal;
}

.schedule-row,
.dj-card,
.message-bubble,
.device-options article {
  background-image:
    radial-gradient(
      ellipse at 0% 50%,
      rgba(255, 194, 66, 0.12) 0%,
      rgba(255, 153, 0, 0.06) 24%,
      rgba(255, 118, 0, 0.02) 42%,
      transparent 64%
    ),
    linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.012));
  background-blend-mode: screen, normal;
}

.hero {
  background-image:
    radial-gradient(
      ellipse at 8% 40%,
      rgba(255, 208, 92, 0.34) 0%,
      rgba(255, 174, 24, 0.22) 22%,
      rgba(255, 132, 0, 0.10) 42%,
      transparent 68%
    ),
    radial-gradient(
      ellipse at 94% 38%,
      rgba(255, 118, 0, 0.18) 0%,
      rgba(255, 108, 0, 0.08) 28%,
      transparent 60%
    ),
    linear-gradient(180deg, rgba(6,15,27,.94), rgba(5,13,24,.99));
}

.dashboard-section {
  background-image:
    radial-gradient(
      ellipse at 8% 46%,
      rgba(255, 201, 84, 0.26) 0%,
      rgba(255, 166, 22, 0.16) 22%,
      rgba(255, 128, 0, 0.07) 42%,
      transparent 66%
    ),
    radial-gradient(
      ellipse at 94% 46%,
      rgba(255, 118, 0, 0.14) 0%,
      rgba(255, 104, 0, 0.06) 28%,
      transparent 58%
    ),
    linear-gradient(180deg, rgba(6,15,27,.96), rgba(5,13,24,.99));
}

.listen-everywhere {
  background-image:
    radial-gradient(
      ellipse at 8% 46%,
      rgba(255, 198, 76, 0.28) 0%,
      rgba(255, 160, 18, 0.17) 22%,
      rgba(255, 126, 0, 0.07) 42%,
      transparent 66%
    ),
    radial-gradient(
      ellipse at 94% 46%,
      rgba(255, 118, 0, 0.16) 0%,
      rgba(255, 104, 0, 0.06) 30%,
      transparent 60%
    ),
    linear-gradient(180deg, rgba(6,15,27,.96), rgba(5,13,24,.99));
}

.site-footer {
  background-image:
    radial-gradient(
      ellipse at 8% 50%,
      rgba(255, 194, 70, 0.24) 0%,
      rgba(255, 156, 10, 0.14) 22%,
      rgba(255, 124, 0, 0.06) 44%,
      transparent 68%
    ),
    radial-gradient(
      ellipse at 94% 48%,
      rgba(255, 118, 0, 0.14) 0%,
      rgba(255, 101, 0, 0.06) 28%,
      transparent 58%
    ),
    linear-gradient(180deg, rgba(6,14,24,.97), rgba(5,13,24,1));
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    radial-gradient(ellipse at 6% 18%, rgba(255, 205, 90, 0.08), transparent 18rem),
    radial-gradient(ellipse at 10% 50%, rgba(255, 176, 24, 0.07), transparent 18rem),
    radial-gradient(ellipse at 8% 82%, rgba(255, 190, 40, 0.06), transparent 18rem),
    radial-gradient(ellipse at 94% 24%, rgba(255, 118, 0, 0.06), transparent 20rem),
    radial-gradient(ellipse at 92% 70%, rgba(255, 118, 0, 0.05), transparent 20rem);
  filter: blur(16px);
  opacity: 1;
}

@media (max-width: 900px) {
  .site-header::before,
  .hero::before,
  .dashboard-section::before,
  .listen-everywhere::before,
  .site-footer::before {
    opacity: 0.88;
    filter: blur(34px);
  }

  .site-header::after,
  .hero::after,
  .dashboard-section::after,
  .listen-everywhere::after,
  .site-footer::after {
    opacity: 0.62;
    width: 18%;
  }
}

/* ===== PHASE 1H: FULL-SITE LUMINOUS VEIL ===== */

/*
  Final sitewide luminosity pass.
  Keeps the current layout intact and adds a continuous warm SunShine glow
  across the entire page, not only inside individual cards.
*/

html {
  background:
    radial-gradient(ellipse at 10% 8%, rgba(255, 215, 116, .18), transparent 28rem),
    radial-gradient(ellipse at 90% 16%, rgba(255, 126, 0, .12), transparent 30rem),
    linear-gradient(180deg, #08111d 0%, #06101b 48%, #050b14 100%);
}

body {
  box-shadow:
    inset 0 0 120px rgba(255, 182, 30, .035),
    inset 0 0 220px rgba(255, 119, 0, .025);
}

.page-shell {
  position: relative;
  isolation: isolate;
}

.page-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 8% 14%, rgba(255, 218, 126, .16) 0%, rgba(255, 172, 26, .10) 22%, transparent 48%),
    radial-gradient(ellipse at 92% 18%, rgba(255, 130, 0, .11) 0%, rgba(255, 111, 0, .05) 28%, transparent 52%),
    radial-gradient(ellipse at 10% 48%, rgba(255, 194, 67, .13) 0%, rgba(255, 151, 0, .07) 24%, transparent 52%),
    radial-gradient(ellipse at 90% 52%, rgba(255, 117, 0, .09) 0%, rgba(255, 100, 0, .04) 26%, transparent 50%),
    radial-gradient(ellipse at 12% 82%, rgba(255, 205, 87, .12) 0%, rgba(255, 158, 0, .06) 26%, transparent 54%),
    radial-gradient(ellipse at 88% 86%, rgba(255, 115, 0, .08) 0%, rgba(255, 98, 0, .035) 24%, transparent 50%);
  filter: blur(22px);
  opacity: .98;
}

.page-shell::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 70;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 219, 126, .025), transparent 18%, transparent 82%, rgba(255, 127, 0, .02)),
    linear-gradient(180deg, rgba(255, 225, 148, .018), transparent 24%, transparent 76%, rgba(255, 122, 0, .018));
  mix-blend-mode: screen;
}

/* Carry the same glow across every major horizontal band */
.site-header,
.hero,
.dashboard-section,
.listen-everywhere,
.site-footer {
  box-shadow:
    inset 0 0 70px rgba(255, 187, 43, .05),
    inset 0 0 150px rgba(255, 121, 0, .025);
}

/* Stronger ambient glow around the principal frames */
.player-card,
.panel,
.chat-panel,
.device-visual {
  box-shadow:
    0 22px 52px rgba(0, 0, 0, .42),
    0 0 0 1px rgba(255, 228, 126, .15),
    0 0 20px rgba(255, 216, 102, .24),
    0 0 44px rgba(255, 174, 31, .20),
    0 0 78px rgba(255, 120, 0, .16),
    inset 0 0 42px rgba(255, 184, 36, .06);
}

/* Soft glow on smaller components */
.schedule-row,
.dj-card,
.message-bubble,
.device-options article,
.chat-status > span,
.outline-button,
.social-row a {
  box-shadow:
    0 0 10px rgba(255, 221, 109, .09),
    0 0 22px rgba(255, 165, 13, .07),
    inset 0 0 14px rgba(255, 185, 38, .028);
}

/* Gold text should look illuminated, not flat */
.hero-brand h1,
.section-heading h2,
.chat-title-row h2,
.footer-column h3,
.dj-info p {
  text-shadow:
    0 0 9px rgba(255, 232, 151, .20),
    0 0 20px rgba(255, 196, 66, .16),
    0 0 38px rgba(255, 129, 0, .09);
}

/* Active controls get an extra luminous halo */
.listen-live,
.main-play,
.send-button,
.main-nav a.active,
.main-nav a:hover {
  filter: brightness(1.05);
  box-shadow:
    0 0 12px rgba(255, 236, 166, .28),
    0 0 26px rgba(255, 202, 77, .24),
    0 0 52px rgba(255, 133, 0, .16),
    inset 0 1px rgba(255,255,255,.78);
}

/* Add luminous divider lines between large page zones */
.dashboard-section,
.listen-everywhere,
.site-footer {
  border-top: 1px solid rgba(255, 210, 88, .18);
}

.dashboard-section {
  box-shadow:
    inset 0 0 85px rgba(255, 190, 46, .045),
    0 -1px 18px rgba(255, 178, 21, .06);
}

.listen-everywhere {
  box-shadow:
    inset 0 0 85px rgba(255, 190, 46, .04),
    0 -1px 18px rgba(255, 178, 21, .055);
}

.site-footer {
  box-shadow:
    inset 0 0 85px rgba(255, 190, 46, .04),
    0 -1px 20px rgba(255, 178, 21, .065);
}

/* Slow breathing effect over the full page glow */
@keyframes sunshinePageGlow {
  0%, 100% {
    opacity: .90;
    filter: blur(22px) brightness(1);
  }
  50% {
    opacity: 1;
    filter: blur(24px) brightness(1.06);
  }
}

.page-shell::before {
  animation: sunshinePageGlow 8s ease-in-out infinite;
}

@media (max-width: 900px) {
  .page-shell::before {
    opacity: .82;
    filter: blur(18px);
  }

  .page-shell::after {
    opacity: .72;
  }

  .player-card,
  .panel,
  .chat-panel,
  .device-visual {
    box-shadow:
      0 18px 42px rgba(0,0,0,.40),
      0 0 0 1px rgba(255, 225, 116, .11),
      0 0 16px rgba(255, 205, 88, .18),
      0 0 34px rgba(255, 166, 22, .13),
      inset 0 0 30px rgba(255, 181, 34, .04);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-shell::before {
    animation: none;
  }
}

/* ===== PHASE 1I: FULL-PAGE BACKGROUND GLOW ===== */

/*
  Strong, continuous SunShine background glow across the entire page.
  This pass targets the BACKGROUND itself rather than only cards/panels.
*/

html,
body {
  background-color: #060e19;
}

body {
  background-image:
    radial-gradient(ellipse at 10% 8%, rgba(255, 215, 118, 0.34) 0%, rgba(255, 181, 46, 0.24) 18%, rgba(255, 138, 0, 0.11) 38%, transparent 64%),
    radial-gradient(ellipse at 90% 12%, rgba(255, 126, 0, 0.23) 0%, rgba(255, 104, 0, 0.11) 30%, transparent 62%),
    radial-gradient(ellipse at 8% 36%, rgba(255, 202, 84, 0.28) 0%, rgba(255, 166, 26, 0.18) 20%, rgba(255, 122, 0, 0.08) 42%, transparent 68%),
    radial-gradient(ellipse at 92% 42%, rgba(255, 120, 0, 0.19) 0%, rgba(255, 99, 0, 0.08) 30%, transparent 62%),
    radial-gradient(ellipse at 10% 66%, rgba(255, 198, 73, 0.26) 0%, rgba(255, 160, 18, 0.16) 22%, rgba(255, 117, 0, 0.07) 43%, transparent 68%),
    radial-gradient(ellipse at 90% 72%, rgba(255, 115, 0, 0.17) 0%, rgba(255, 95, 0, 0.07) 28%, transparent 60%),
    radial-gradient(ellipse at 12% 94%, rgba(255, 205, 88, 0.24) 0%, rgba(255, 160, 18, 0.15) 22%, transparent 60%),
    radial-gradient(ellipse at 88% 96%, rgba(255, 114, 0, 0.15) 0%, rgba(255, 96, 0, 0.06) 28%, transparent 58%),
    linear-gradient(180deg, #09121f 0%, #07111e 36%, #06101b 68%, #050c16 100%);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

/* A global luminous veil that stays visible while scrolling */
.page-shell {
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(255, 192, 58, 0.025), transparent 16%, transparent 84%, rgba(255, 124, 0, 0.02));
}

.page-shell::before {
  content: "";
  position: fixed;
  inset: -8%;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 8% 18%, rgba(255, 223, 138, 0.22) 0%, rgba(255, 178, 39, 0.13) 22%, transparent 48%),
    radial-gradient(ellipse at 92% 24%, rgba(255, 129, 0, 0.16) 0%, rgba(255, 103, 0, 0.07) 28%, transparent 52%),
    radial-gradient(ellipse at 12% 52%, rgba(255, 207, 92, 0.20) 0%, rgba(255, 160, 22, 0.11) 24%, transparent 50%),
    radial-gradient(ellipse at 88% 58%, rgba(255, 118, 0, 0.14) 0%, rgba(255, 96, 0, 0.06) 28%, transparent 50%),
    radial-gradient(ellipse at 10% 86%, rgba(255, 210, 101, 0.18) 0%, rgba(255, 164, 24, 0.10) 24%, transparent 52%),
    radial-gradient(ellipse at 90% 88%, rgba(255, 114, 0, 0.13) 0%, rgba(255, 95, 0, 0.05) 28%, transparent 50%);
  filter: blur(30px) saturate(1.08);
  opacity: 1;
}

/* Keep the glow visible in every full-width section */
main,
.hero,
.dashboard-section,
.listen-everywhere,
.site-footer {
  background-color: transparent !important;
}

.hero,
.dashboard-section,
.listen-everywhere,
.site-footer {
  background-image:
    radial-gradient(ellipse at 7% 45%, rgba(255, 211, 98, 0.30) 0%, rgba(255, 171, 30, 0.19) 22%, rgba(255, 126, 0, 0.08) 44%, transparent 70%),
    radial-gradient(ellipse at 93% 48%, rgba(255, 121, 0, 0.20) 0%, rgba(255, 101, 0, 0.08) 28%, transparent 62%),
    linear-gradient(180deg, rgba(6, 15, 27, 0.82), rgba(5, 13, 24, 0.88)) !important;
  background-blend-mode: screen, screen, normal;
}

/* Extra central warm bloom so the glow does not live only on the edges */
.dashboard-section,
.listen-everywhere,
.site-footer {
  position: relative;
}

.dashboard-section::before,
.listen-everywhere::before,
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 30% 50%, rgba(255, 198, 76, 0.12), transparent 42%),
    radial-gradient(ellipse at 70% 50%, rgba(255, 132, 0, 0.08), transparent 44%);
  filter: blur(26px);
  opacity: 1;
}

/* Brighter luminous boundaries between page zones */
.hero,
.dashboard-section,
.listen-everywhere,
.site-footer {
  border-top-color: rgba(255, 211, 90, 0.26);
  border-bottom-color: rgba(255, 183, 36, 0.18);
  box-shadow:
    inset 0 0 110px rgba(255, 191, 51, 0.055),
    inset 0 0 220px rgba(255, 118, 0, 0.03),
    0 0 28px rgba(255, 154, 0, 0.055);
}

/* Background shimmer is global and very slow */
@keyframes sunshineBackgroundBreath {
  0%, 100% {
    opacity: 0.92;
    filter: blur(30px) saturate(1.05) brightness(1);
  }
  50% {
    opacity: 1;
    filter: blur(32px) saturate(1.10) brightness(1.08);
  }
}

.page-shell::before {
  animation: sunshineBackgroundBreath 9s ease-in-out infinite;
}

@media (max-width: 900px) {
  body {
    background-image:
      radial-gradient(ellipse at 4% 14%, rgba(255, 209, 101, 0.24), transparent 52%),
      radial-gradient(ellipse at 96% 24%, rgba(255, 121, 0, 0.15), transparent 50%),
      radial-gradient(ellipse at 6% 58%, rgba(255, 194, 67, 0.18), transparent 52%),
      radial-gradient(ellipse at 94% 74%, rgba(255, 110, 0, 0.12), transparent 50%),
      linear-gradient(180deg, #09121f 0%, #07111e 46%, #050c16 100%);
  }

  .page-shell::before {
    opacity: 0.84;
    filter: blur(24px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-shell::before {
    animation: none;
  }
}

/* ===== PHASE 2A: GLOBAL SUNSHINE BACKGROUND SYSTEM ===== */

/* One shared SunShine light system for Home + every standalone page. */
.sunshine-page {
  min-height: 100vh;
  background: #050b14;
}

.sunshine-page .page-shell {
  min-height: 100vh;
  position: relative;
  isolation: isolate;
  overflow: clip;
  background:
    radial-gradient(ellipse at 4% 8%, rgba(255, 240, 171, .80) 0%, rgba(255, 198, 71, .52) 7%, rgba(255, 157, 18, .28) 19%, transparent 40%),
    radial-gradient(ellipse at 96% 14%, rgba(255, 178, 39, .40) 0%, rgba(255, 112, 0, .20) 24%, transparent 45%),
    radial-gradient(ellipse at 5% 42%, rgba(255, 208, 92, .52) 0%, rgba(255, 164, 21, .26) 20%, transparent 45%),
    radial-gradient(ellipse at 95% 48%, rgba(255, 148, 18, .34) 0%, rgba(255, 103, 0, .16) 26%, transparent 48%),
    radial-gradient(ellipse at 7% 76%, rgba(255, 216, 104, .44) 0%, rgba(255, 166, 25, .23) 22%, transparent 46%),
    radial-gradient(ellipse at 94% 82%, rgba(255, 143, 13, .30) 0%, rgba(255, 97, 0, .14) 26%, transparent 46%),
    linear-gradient(180deg, #0a1421 0%, #07111e 38%, #06101b 72%, #050b14 100%);
}

.sunshine-page .page-shell::before {
  content: "";
  position: fixed;
  inset: -8%;
  z-index: 0;
  pointer-events: none;
  background:
    repeating-conic-gradient(from 203deg at 5% 10%, rgba(255, 230, 144, .10) 0deg 1.2deg, transparent 1.2deg 8deg),
    repeating-conic-gradient(from 158deg at 95% 18%, rgba(255, 159, 24, .065) 0deg 1deg, transparent 1deg 9deg),
    radial-gradient(circle at 9% 16%, rgba(255, 247, 197, .58) 0 1.2%, rgba(255, 198, 72, .22) 5%, transparent 17%),
    radial-gradient(circle at 90% 28%, rgba(255, 177, 40, .22) 0 1.1%, transparent 11%),
    radial-gradient(circle at 18% 58%, rgba(255, 221, 121, .18) 0 1.1%, transparent 9%),
    radial-gradient(circle at 78% 68%, rgba(255, 159, 20, .16) 0 1%, transparent 10%),
    radial-gradient(circle at 12% 88%, rgba(255, 214, 104, .16) 0 1%, transparent 10%);
  mix-blend-mode: screen;
  opacity: .98;
  filter: blur(1px) saturate(1.08);
  animation: sunshineGlobalBreath 10s ease-in-out infinite;
}

.sunshine-page .page-shell::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 7% 25%, rgba(255, 210, 105, .28) 0 7px, transparent 32px),
    radial-gradient(circle at 15% 32%, rgba(255, 170, 26, .20) 0 11px, transparent 42px),
    radial-gradient(circle at 27% 19%, rgba(255, 223, 129, .22) 0 6px, transparent 28px),
    radial-gradient(circle at 72% 22%, rgba(255, 156, 12, .18) 0 9px, transparent 36px),
    radial-gradient(circle at 88% 36%, rgba(255, 193, 66, .22) 0 8px, transparent 34px),
    radial-gradient(circle at 12% 64%, rgba(255, 201, 78, .22) 0 10px, transparent 40px),
    radial-gradient(circle at 83% 72%, rgba(255, 146, 10, .16) 0 12px, transparent 44px),
    linear-gradient(168deg, transparent 0 35%, rgba(255, 212, 100, .075) 36%, transparent 37% 100%),
    linear-gradient(12deg, transparent 0 55%, rgba(255, 151, 16, .065) 56%, transparent 57% 100%);
  mix-blend-mode: screen;
  opacity: .82;
}

.sunshine-page .page-shell > * {
  position: relative;
  z-index: 1;
}

/* Let the shared sunshine background remain visible behind every page section. */
.sunshine-page .hero,
.sunshine-page .dashboard-section,
.sunshine-page .listen-everywhere,
.sunshine-page .site-footer,
.sunshine-page .subpage-main,
.sunshine-page .subpage-hero,
.sunshine-page .subpage-section {
  background:
    linear-gradient(180deg, rgba(5, 13, 24, .46), rgba(5, 13, 24, .66)) !important;
  backdrop-filter: blur(2px);
}

.sunshine-page .site-header {
  background:
    linear-gradient(90deg, rgba(255, 190, 47, .08), rgba(4, 11, 21, .92) 24%, rgba(4, 11, 21, .92) 76%, rgba(255, 121, 0, .06));
  box-shadow:
    0 7px 26px rgba(0,0,0,.34),
    0 1px 20px rgba(255, 188, 42, .15);
}

/* Standalone page layout. */
.subpage-main {
  min-height: calc(100vh - 82px);
  padding: 56px 0 70px;
}

.subpage-hero {
  padding: 34px 0 28px;
  text-align: center;
}

.subpage-hero .hero-logo-small {
  width: 150px;
  margin: 0 auto 18px;
  filter:
    drop-shadow(0 0 12px rgba(255, 239, 172, .58))
    drop-shadow(0 0 36px rgba(255, 182, 32, .34));
}

.subpage-hero h1 {
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 4.6rem);
  letter-spacing: -.045em;
  text-shadow:
    0 0 12px rgba(255, 237, 167, .28),
    0 0 34px rgba(255, 184, 38, .22),
    0 0 64px rgba(255, 121, 0, .14);
}

.subpage-hero h1 span { color: var(--gold-light); }

.subpage-hero p {
  max-width: 720px;
  margin: 12px auto 0;
  color: #e9eef7;
  line-height: 1.7;
}

.subpage-section { padding: 20px 0 34px; }

.subpage-panel {
  border: 1px solid rgba(255, 214, 91, .58);
  border-radius: var(--radius);
  padding: 24px;
  background:
    radial-gradient(ellipse at 0% 25%, rgba(255, 205, 84, .14), transparent 38%),
    linear-gradient(180deg, rgba(9, 22, 39, .90), rgba(5, 13, 24, .94));
  box-shadow:
    0 22px 54px rgba(0,0,0,.38),
    0 0 18px rgba(255, 217, 107, .18),
    0 0 48px rgba(255, 153, 12, .14),
    inset 0 0 36px rgba(255, 183, 33, .04);
}

.subpage-panel h2 {
  margin: 0 0 8px;
  font-size: clamp(1.5rem, 3vw, 2.35rem);
}

.subpage-panel h2 span { color: var(--gold-light); }

.subpage-panel > p { color: var(--muted); }

.subpage-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 20px;
}

.content-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 14px;
  margin-top: 18px;
}

.content-card {
  min-height: 150px;
  padding: 18px;
  border: 1px solid rgba(255, 203, 60, .34);
  border-radius: 17px;
  background:
    radial-gradient(ellipse at 0% 0%, rgba(255, 198, 66, .12), transparent 48%),
    rgba(6, 16, 29, .78);
  box-shadow:
    0 0 18px rgba(255, 178, 26, .08),
    inset 0 0 18px rgba(255, 188, 44, .025);
}

.content-card h3 { margin: 0 0 8px; }
.content-card p { margin: 0; color: var(--muted); line-height: 1.55; }
.content-card strong { color: var(--gold-light); }

.subpage-schedule { display: grid; gap: 8px; margin-top: 18px; }
.subpage-schedule .schedule-row { min-height: 52px; }

.subpage-dj-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 14px;
  margin-top: 18px;
}

.subpage-dj {
  padding: 18px;
  min-height: 190px;
  border-radius: 18px;
  border: 1px solid rgba(255, 206, 70, .38);
  background:
    radial-gradient(circle at 50% 25%, rgba(255, 202, 70, .22), transparent 24%),
    linear-gradient(180deg, rgba(17, 31, 48, .90), rgba(6, 14, 25, .94));
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.subpage-dj .dj-orb {
  width: 72px;
  height: 72px;
  margin-bottom: auto;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffe078, #ff9e00 52%, #182235 53%);
  box-shadow: 0 0 28px rgba(255, 177, 19, .24);
}

.subpage-dj h3 { margin: 16px 0 4px; }
.subpage-dj p { margin: 0; color: var(--gold-light); font-weight: 700; }
.subpage-dj small { margin-top: 5px; color: var(--muted); }

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

.contact-card {
  text-align: center;
  padding: 24px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 207, 77, .34);
  background: rgba(5, 15, 27, .76);
}

.contact-card .device-icon { margin: 0 auto 12px; }

@keyframes sunshineGlobalBreath {
  0%, 100% { opacity: .86; filter: saturate(1.04) brightness(1); }
  50% { opacity: 1; filter: saturate(1.12) brightness(1.07); }
}

@media (max-width: 900px) {
  .subpage-grid,
  .content-cards,
  .contact-grid { grid-template-columns: 1fr; }
  .subpage-dj-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }

  .sunshine-page .page-shell::before { opacity: .72; }
  .sunshine-page .page-shell::after { opacity: .56; }
}

@media (max-width: 520px) {
  .subpage-main { padding-top: 28px; }
  .subpage-dj-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .sunshine-page .page-shell::before { animation: none; }
}

/* ===== PHASE 2B: FINAL IMAGE 1-2 VISUAL LOCK ===== */
.sunshine-page { background:#050b14!important; }
.sunshine-page .page-shell{min-height:100vh;background:linear-gradient(180deg,rgba(4,9,16,.08),rgba(4,9,16,.18)),url("../sunshine-radiance.svg") center top/cover fixed no-repeat!important;}
.sunshine-page .page-shell::before,.sunshine-page .page-shell::after{content:none!important;}
.sunshine-page main,.sunshine-page .hero,.sunshine-page .dashboard-section,.sunshine-page #chat,.sunshine-page .listen-everywhere,.sunshine-page .site-footer,.sunshine-page .subpage-main,.sunshine-page .subpage-hero,.sunshine-page .subpage-section{background:transparent!important;backdrop-filter:none!important;}
.sunshine-page .site-header{background:linear-gradient(90deg,rgba(7,15,26,.94),rgba(4,11,21,.97) 50%,rgba(7,15,26,.94))!important;border-bottom:1px solid rgba(255,195,41,.42);box-shadow:0 8px 28px rgba(0,0,0,.36),0 1px 18px rgba(255,181,26,.14);}
.sunshine-page .hero{min-height:610px;display:flex;align-items:center;border-bottom:1px solid rgba(255,198,48,.48);}
.sunshine-page .hero-grid{grid-template-columns:minmax(0,1.12fr) minmax(460px,.88fr);gap:70px;align-items:center;}
.sunshine-page .hero-brand{text-align:center;}
.sunshine-page .hero-logo{width:min(470px,88%);filter:drop-shadow(0 0 12px rgba(255,246,198,.76)) drop-shadow(0 0 36px rgba(255,201,70,.58)) drop-shadow(0 0 78px rgba(255,130,0,.36));}
.sunshine-page .hero-brand h1{font-size:clamp(2.8rem,4.4vw,4.8rem);line-height:1.02;margin-top:6px;color:#fffaf0;text-shadow:0 0 10px rgba(255,255,255,.30),0 0 24px rgba(255,220,115,.30),0 0 52px rgba(255,147,0,.18);}
.sunshine-page .hero-brand h1 span{color:#fff0a2;}
.sunshine-page .hero-brand p{color:#fff;font-size:1.04rem;font-weight:500;text-shadow:0 0 18px rgba(255,205,72,.18);}
.sunshine-page .player-card,.sunshine-page .panel,.sunshine-page .chat-panel,.sunshine-page .device-visual,.sunshine-page .subpage-panel{background:linear-gradient(180deg,rgba(8,21,37,.96),rgba(4,12,22,.97))!important;border:1px solid rgba(255,196,35,.88)!important;box-shadow:0 18px 50px rgba(0,0,0,.48),0 0 0 1px rgba(255,228,128,.10),0 0 18px rgba(255,207,82,.28),0 0 42px rgba(255,143,0,.18),inset 0 0 30px rgba(255,188,42,.035)!important;}
.sunshine-page .player-card{padding:22px;border-radius:22px;}
.sunshine-page .main-play,.sunshine-page .listen-live,.sunshine-page .send-button{background:linear-gradient(135deg,#ffe671 0%,#ffc21d 46%,#ff9400 100%)!important;color:#111!important;box-shadow:0 0 14px rgba(255,240,159,.42),0 0 30px rgba(255,196,59,.34),0 0 58px rgba(255,129,0,.22),inset 0 1px rgba(255,255,255,.82)!important;}
.sunshine-page .dashboard-section{padding-top:30px;padding-bottom:18px;}
.sunshine-page .split-grid{gap:18px;}
.sunshine-page .schedule-panel,.sunshine-page .djs-panel{min-height:330px;}
.sunshine-page #chat{padding-top:0;padding-bottom:12px;}
.sunshine-page .listen-everywhere{padding-top:22px;padding-bottom:24px;border-top:1px solid rgba(255,202,56,.38);border-bottom:1px solid rgba(255,202,56,.28);}
.sunshine-page .site-footer{border-top:1px solid rgba(255,204,62,.38);box-shadow:0 -1px 18px rgba(255,178,21,.12),inset 0 0 70px rgba(255,158,18,.035);}
.sunshine-page .footer-eq{opacity:.62;filter:drop-shadow(0 0 10px rgba(255,220,101,.42)) drop-shadow(0 0 24px rgba(255,135,0,.24));}
.sunshine-page .section-heading h2,.sunshine-page .chat-title-row h2,.sunshine-page .subpage-panel h2{color:#fff;text-shadow:0 0 9px rgba(255,255,255,.16),0 0 22px rgba(255,202,70,.20);}
.sunshine-page .section-heading h2 span,.sunshine-page .chat-title-row h2 span,.sunshine-page .subpage-panel h2 span,.sunshine-page .footer-column h3{color:#ffd95c;text-shadow:0 0 10px rgba(255,224,120,.34),0 0 24px rgba(255,157,0,.18);}
.sunshine-page .schedule-row,.sunshine-page .dj-card,.sunshine-page .message-bubble,.sunshine-page .device-options article,.sunshine-page .content-card,.sunshine-page .subpage-dj,.sunshine-page .contact-card{background:linear-gradient(180deg,rgba(13,26,43,.90),rgba(6,15,27,.90))!important;border-color:rgba(255,196,36,.34)!important;}
.sunshine-page .schedule-row.live{border-color:rgba(255,205,61,.78)!important;background:linear-gradient(90deg,rgba(255,58,61,.18),rgba(255,184,0,.10)),rgba(10,20,34,.95)!important;}
.sunshine-page .dj-card{min-height:250px;}
.sunshine-page .social-row a,.sunshine-page .outline-button{border-color:rgba(255,206,70,.58);box-shadow:0 0 16px rgba(255,183,28,.12);}
.sunshine-page .subpage-main{min-height:calc(100vh - 70px);}
.sunshine-page .subpage-hero{padding-top:56px;}
@media(max-width:1000px){.sunshine-page .hero-grid{grid-template-columns:1fr;gap:28px}.sunshine-page .hero{min-height:auto;padding:46px 0}.sunshine-page .player-card{max-width:720px;margin-inline:auto}}
@media(max-width:700px){.sunshine-page .page-shell{background:linear-gradient(180deg,rgba(4,9,16,.16),rgba(4,9,16,.28)),url("../sunshine-radiance.svg") center top/auto 100% scroll no-repeat!important}.sunshine-page .hero-logo{width:min(360px,92%)}.sunshine-page .hero-brand h1{font-size:clamp(2.2rem,10vw,3.6rem)}}

/* PHASE 2B LOGO BLEND */
.page-home .hero-logo{
  mix-blend-mode:normal;
  background:transparent!important;
  filter:brightness(1.10) saturate(1.18) contrast(1.03) drop-shadow(0 0 18px rgba(255,223,118,.55)) drop-shadow(0 0 52px rgba(255,153,0,.32));
}

/* ===== PHASE 2C: STRONGER GLOW / BRIGHTNESS PASS ===== */

/* Brightness-only refinement: no layout or content changes. */
.sunshine-page .page-shell {
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(255,220,112,.045), rgba(4,9,16,.08) 24%, rgba(4,9,16,.14) 68%, rgba(255,146,0,.035)),
    url("../sunshine-radiance.svg") center top / cover fixed no-repeat !important;
}

/* Extra global light veil over the existing radiant SVG. */
.sunshine-page .page-shell::before {
  content: "" !important;
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 10% 8%, rgba(255,248,198,.34) 0%, rgba(255,216,104,.22) 9%, rgba(255,164,23,.12) 25%, transparent 46%),
    radial-gradient(ellipse at 50% 15%, rgba(255,239,165,.28) 0%, rgba(255,195,57,.16) 14%, rgba(255,130,0,.07) 32%, transparent 50%),
    radial-gradient(ellipse at 91% 17%, rgba(255,217,104,.24) 0%, rgba(255,155,18,.14) 18%, transparent 46%),
    radial-gradient(ellipse at 8% 46%, rgba(255,223,125,.22) 0%, rgba(255,164,22,.13) 20%, transparent 46%),
    radial-gradient(ellipse at 92% 55%, rgba(255,183,54,.18) 0%, rgba(255,120,0,.10) 22%, transparent 48%),
    radial-gradient(ellipse at 10% 82%, rgba(255,218,112,.20) 0%, rgba(255,160,20,.11) 22%, transparent 48%),
    linear-gradient(90deg, rgba(255,213,91,.035), transparent 18%, transparent 82%, rgba(255,135,0,.03));
  mix-blend-mode: screen;
  opacity: .96;
  filter: saturate(1.14) brightness(1.08);
}

/* Additional sparkle/ray layer, still behind the real UI. */
.sunshine-page .page-shell::after {
  content: "" !important;
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(166deg, transparent 0 33%, rgba(255,235,150,.085) 34%, transparent 35% 100%),
    linear-gradient(14deg, transparent 0 58%, rgba(255,183,49,.075) 59%, transparent 60% 100%),
    radial-gradient(circle at 7% 16%, rgba(255,255,224,.52) 0 4px, rgba(255,220,113,.22) 5px 18px, transparent 46px),
    radial-gradient(circle at 19% 31%, rgba(255,224,129,.30) 0 6px, transparent 40px),
    radial-gradient(circle at 83% 22%, rgba(255,204,89,.26) 0 5px, transparent 36px),
    radial-gradient(circle at 92% 38%, rgba(255,176,42,.22) 0 7px, transparent 42px),
    radial-gradient(circle at 14% 64%, rgba(255,216,108,.24) 0 7px, transparent 44px),
    radial-gradient(circle at 86% 76%, rgba(255,164,21,.20) 0 8px, transparent 46px);
  mix-blend-mode: screen;
  opacity: .88;
}

.sunshine-page .page-shell > * {
  position: relative;
  z-index: 1;
}

/* Hero is the brightest area, matching the approved reference. */
.sunshine-page .hero {
  box-shadow:
    inset 0 0 110px rgba(255,205,72,.10),
    inset 0 0 220px rgba(255,132,0,.055),
    0 18px 56px rgba(255,148,0,.12);
}

.sunshine-page .hero-logo {
  filter:
    brightness(1.18)
    saturate(1.28)
    drop-shadow(0 0 14px rgba(255,251,215,.86))
    drop-shadow(0 0 42px rgba(255,214,93,.70))
    drop-shadow(0 0 92px rgba(255,137,0,.46));
}

.sunshine-page .hero-brand h1 {
  text-shadow:
    0 0 10px rgba(255,255,255,.42),
    0 0 26px rgba(255,231,145,.40),
    0 0 58px rgba(255,185,49,.28),
    0 0 92px rgba(255,128,0,.15);
}

.sunshine-page .hero-brand h1 span {
  color: #fff3a9;
  text-shadow:
    0 0 10px rgba(255,255,224,.44),
    0 0 28px rgba(255,224,116,.42),
    0 0 64px rgba(255,156,13,.24);
}

/* Panels stay dark for readability but gain a brighter golden halo. */
.sunshine-page .player-card,
.sunshine-page .panel,
.sunshine-page .chat-panel,
.sunshine-page .device-visual,
.sunshine-page .subpage-panel {
  border-color: rgba(255,212,79,.96) !important;
  box-shadow:
    0 20px 54px rgba(0,0,0,.50),
    0 0 0 1px rgba(255,239,170,.14),
    0 0 22px rgba(255,225,120,.36),
    0 0 52px rgba(255,180,35,.28),
    0 0 90px rgba(255,122,0,.18),
    inset 0 0 36px rgba(255,200,66,.055) !important;
}

/* Stronger premium shine on primary controls. */
.sunshine-page .main-play,
.sunshine-page .listen-live,
.sunshine-page .send-button {
  filter: brightness(1.11) saturate(1.10);
  box-shadow:
    0 0 16px rgba(255,250,207,.58),
    0 0 34px rgba(255,223,116,.46),
    0 0 68px rgba(255,165,21,.30),
    inset 0 1px rgba(255,255,255,.88) !important;
}

.sunshine-page .section-heading h2,
.sunshine-page .chat-title-row h2,
.sunshine-page .subpage-panel h2 {
  text-shadow:
    0 0 10px rgba(255,255,255,.24),
    0 0 24px rgba(255,222,124,.27),
    0 0 48px rgba(255,160,17,.15);
}

.sunshine-page .section-heading h2 span,
.sunshine-page .chat-title-row h2 span,
.sunshine-page .subpage-panel h2 span,
.sunshine-page .footer-column h3 {
  color: #ffe16d;
  text-shadow:
    0 0 10px rgba(255,248,196,.42),
    0 0 28px rgba(255,217,97,.38),
    0 0 56px rgba(255,147,0,.22);
}

.sunshine-page .footer-eq {
  opacity: .78;
  filter:
    brightness(1.14)
    drop-shadow(0 0 12px rgba(255,235,145,.54))
    drop-shadow(0 0 30px rgba(255,166,18,.32));
}

@keyframes sunshinePhase2CBreath {
  0%,100% { opacity:.88; filter:saturate(1.10) brightness(1.04); }
  50% { opacity:1; filter:saturate(1.18) brightness(1.11); }
}

.sunshine-page .page-shell::before {
  animation: sunshinePhase2CBreath 8s ease-in-out infinite;
}

@media (max-width:700px) {
  .sunshine-page .page-shell {
    background:
      linear-gradient(180deg, rgba(255,213,89,.035), rgba(4,9,16,.20)),
      url("../sunshine-radiance.svg") center top / auto 100% scroll no-repeat !important;
  }
  .sunshine-page .page-shell::before { opacity:.78; }
  .sunshine-page .page-shell::after { opacity:.64; }
}

@media (prefers-reduced-motion: reduce) {
  .sunshine-page .page-shell::before { animation:none; }
}

/* ===== PHASE 3A: MULTI-PAGE FUNCTIONAL POLISH ===== */

.page-live-status {
  margin: 12px 0 18px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 207, 74, .34);
  border-radius: 14px;
  background: rgba(6, 16, 29, .72);
  color: #eef4fb;
  box-shadow: inset 0 0 18px rgba(255, 181, 26, .035);
}

.page-live-status .online-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 7px;
  border-radius: 50%;
  background: #18e68f;
  box-shadow: 0 0 10px rgba(24, 230, 143, .55);
}

.live-dj {
  border-color: rgba(255, 211, 74, .82) !important;
  box-shadow:
    0 0 18px rgba(255, 218, 104, .24),
    0 0 42px rgba(255, 151, 0, .14),
    inset 0 0 20px rgba(255, 181, 31, .045);
}

.card-link,
.inline-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  color: #ffd95c;
  font-weight: 700;
  text-decoration: none;
  text-shadow: 0 0 12px rgba(255, 188, 38, .18);
}

.card-link:hover,
.inline-link:hover {
  color: #fff2ad;
  text-shadow: 0 0 18px rgba(255, 221, 104, .34);
}

.contact-form {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.contact-form label {
  font-weight: 700;
  color: #f7f9fc;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 199, 45, .32);
  border-radius: 13px;
  background: rgba(4, 13, 24, .84);
  color: #fff;
  font: inherit;
  padding: 12px 13px;
  outline: none;
  box-shadow:
    inset 0 0 14px rgba(255, 178, 25, .025),
    0 0 12px rgba(255, 183, 25, .04);
}

.contact-form textarea {
  resize: vertical;
  min-height: 140px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(255, 221, 101, .78);
  box-shadow:
    0 0 0 3px rgba(255, 184, 0, .08),
    0 0 20px rgba(255, 195, 45, .14);
}

.contact-submit {
  width: fit-content;
  margin-top: 4px;
}

.form-status {
  min-height: 1.5em;
  margin: 4px 0 0;
  color: #dce5ef;
  line-height: 1.45;
}

.page-chat .chat-panel {
  max-width: 1100px;
  margin: 0 auto;
}

.page-chat .chat-feed {
  min-height: 260px;
  max-height: 480px;
  overflow-y: auto;
  padding-right: 6px;
}

.page-chat .chat-compose {
  position: sticky;
  bottom: 12px;
}

.page-live #player {
  scroll-margin-top: 90px;
}

@media (max-width: 900px) {
  .contact-submit {
    width: 100%;
    justify-content: center;
  }

  .page-chat .chat-compose {
    position: static;
  }
}


/* ===== PHASE 3B: CASTER.FM LIVE STREAM PLAYER ===== */
.caster-widget-shell {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  padding: 14px;
  border: 1px solid rgba(255, 210, 76, .58);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(7, 17, 30, .96), rgba(4, 11, 21, .98));
  box-shadow:
    0 0 18px rgba(255, 220, 110, .16),
    0 0 38px rgba(255, 156, 10, .12),
    inset 0 1px rgba(255,255,255,.035);
  scroll-margin-top: 104px;
}

.caster-widget-shell .cstrEmbed {
  width: 100%;
  min-height: 118px;
}

.caster-widget-shell iframe {
  width: 100% !important;
  max-width: 100% !important;
  border: 0 !important;
  border-radius: 12px;
}

@media (max-width: 700px) {
  .caster-widget-shell {
    padding: 9px;
    border-radius: 14px;
  }
}


/* ===== PRE-LAUNCH COMPLETION PASS ===== */
.chat-empty-state {
  padding: 28px 20px;
  text-align: center;
  border: 1px dashed rgba(255, 207, 74, .34);
  border-radius: 16px;
  background: rgba(6, 16, 29, .56);
  color: #dfe7f0;
}

.chat-empty-state strong {
  display: block;
  color: #ffe16d;
  font-size: 1.05rem;
  margin-bottom: 6px;
}

.chat-empty-state p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.legal-copy {
  max-width: 920px;
  margin: 48px auto 72px;
}

.legal-copy h1 {
  margin: 0 0 22px;
  font-size: clamp(2.2rem, 5vw, 4rem);
}

.legal-copy h1 span,
.legal-copy h2 {
  color: #ffe16d;
}

.legal-copy h2 {
  margin: 28px 0 8px;
}

.legal-copy p {
  color: #dbe4ef;
  line-height: 1.75;
}

.legal-updated {
  margin-top: 34px !important;
  color: var(--muted) !important;
  font-size: .9rem;
}

.legal-nav {
  justify-self: end;
}

.error-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.error-card {
  width: min(560px, 100%);
  text-align: center;
  padding: 42px 28px;
  border: 1px solid rgba(255, 210, 76, .72);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(8,21,37,.96), rgba(4,12,22,.97));
  box-shadow: 0 20px 54px rgba(0,0,0,.48), 0 0 42px rgba(255,180,35,.22);
}

.error-card img {
  width: 220px;
  margin: 0 auto 18px;
}

.error-card h1 {
  margin: 0;
  font-size: clamp(4rem, 12vw, 7rem);
  color: #ffe16d;
}

.error-card p {
  color: var(--muted);
  margin-bottom: 26px;
}


/* ===== PHASE 4: ADMIN-CONTROLLED ADS + LIVE CHAT RELOCATION ===== */
.page-home .home-ad-rail{
  position:fixed;
  top:88px;
  bottom:42px;
  z-index:3;
  display:none;
  width:max(180px,calc((100vw - 1240px)/2 - 24px));
  max-width:420px;
  min-height:360px;
  border:1px solid rgba(255,202,57,.22);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(8,18,31,.30),rgba(5,12,22,.22));
  box-shadow:0 0 30px rgba(255,164,20,.09), inset 0 0 32px rgba(255,183,27,.035);
  overflow:hidden;
}
.page-home .home-ad-left{left:14px}
.page-home .home-ad-right{right:14px}
.page-home .home-ad-rail.is-active{display:block}
.home-ad-media,.home-ad-link{width:100%;height:100%;display:block}
.home-ad-media{object-fit:cover;background:#060d17}
.home-ad-label{
  position:absolute;top:10px;left:10px;z-index:2;
  padding:5px 9px;border-radius:999px;
  background:rgba(4,10,18,.76);border:1px solid rgba(255,217,86,.28);
  color:#ffe477;font-size:.72rem;font-weight:800;letter-spacing:.03em
}
.home-ad-empty{
  height:100%;display:grid;place-items:center;text-align:center;padding:20px;
  color:rgba(255,236,174,.48);font-size:.85rem
}
@media (min-width:1500px){
  .page-home .home-ad-rail.is-active{display:block}
}
@media (max-width:1499px){
  .page-home .home-ad-rail{display:none!important}
}

.page-live .live-radio-layout{
  max-width:1600px;
  display:grid;
  grid-template-columns:minmax(0,1.5fr) minmax(360px,.8fr);
  gap:24px;
  align-items:start;
}
.page-live .live-radio-primary{min-width:0}
.page-live .live-chat-panel{
  margin:0;
  min-height:100%;
  position:sticky;
  top:92px;
}
.page-live .live-chat-panel .chat-feed{
  min-height:320px;
  max-height:520px;
  overflow-y:auto;
  padding-right:5px;
}
.page-live .live-chat-panel .chat-compose{margin-top:14px}
.page-live .subpage-section{padding-bottom:72px}

@media(max-width:1100px){
  .page-live .live-radio-layout{grid-template-columns:1fr}
  .page-live .live-chat-panel{position:static}
}


/* ===== PHASE 4B: LIVE PAGE ABOVE-THE-FOLD COMPACT LAYOUT ===== */
.page-live .subpage-hero{
  padding-top:18px !important;
  padding-bottom:12px !important;
}
.page-live .subpage-hero .container{
  display:grid;
  justify-items:center;
  gap:4px;
}
.page-live .subpage-hero h1{
  margin:0 !important;
  font-size:clamp(2.2rem,4.2vw,4.1rem);
  line-height:1.02;
}
.page-live .subpage-hero p{
  margin:6px 0 0 !important;
}
.page-live .subpage-section{
  padding-top:10px !important;
}
.page-live .live-radio-layout{
  margin-top:0 !important;
}
.page-live .player-card,
.page-live .live-chat-panel{
  margin-top:0 !important;
}
@media(max-width:1100px){
  .page-live .subpage-hero{padding-top:16px !important}
}


/* ===== TRANSPARENT PNG LOGO LOCK ===== */
.brand img,
.hero-logo,
.footer-brand img,
.subpage-hero .hero-logo-small,
.error-card img {
  background: transparent !important;
  background-color: transparent !important;
  object-fit: contain;
}


/* ===== PLAYER AUTO / MANUAL MODE ===== */
.playback-mode-control{
  margin-top:14px;
  padding:10px 12px;
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  border:1px solid rgba(255,205,66,.28);
  border-radius:14px;
  background:rgba(5,14,25,.72);
  box-shadow:inset 0 0 18px rgba(255,180,26,.035);
}
.playback-mode-label{
  color:#ffe16d;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.08em;
}
.playback-mode-buttons{
  display:flex;
  gap:7px;
}
.playback-mode-buttons button{
  border:1px solid rgba(255,204,63,.30);
  border-radius:999px;
  padding:7px 12px;
  color:#dfe8f2;
  background:rgba(255,255,255,.035);
  font:inherit;
  font-size:.75rem;
  font-weight:800;
  cursor:pointer;
  transition:160ms ease;
}
.playback-mode-buttons button:hover{
  border-color:rgba(255,220,102,.62);
  color:#fff;
}
.playback-mode-buttons button.active,
.playback-mode-buttons button[aria-pressed="true"]{
  color:#151008;
  border-color:#ffd95c;
  background:linear-gradient(135deg,#ffe679,#ffbd17 55%,#ff8c00);
  box-shadow:0 0 18px rgba(255,181,0,.28);
}
.playback-mode-control small{
  flex:1 1 220px;
  color:var(--muted);
  font-size:.72rem;
}
@media(max-width:700px){
  .playback-mode-control{align-items:flex-start}
  .playback-mode-control small{flex-basis:100%}
}


/* ===== LIFE STYLE PUBLIC PAGE ===== */
.page-lifestyle .lifestyle-hero{padding-bottom:20px}
.lifestyle-panel{max-width:1500px}
.lifestyle-toolbar{
  display:flex;justify-content:space-between;align-items:flex-end;gap:20px;
  margin-bottom:14px
}
.lifestyle-toolbar h2{margin:0}
.lifestyle-toolbar p{margin:5px 0 0;color:var(--muted)}
.lifestyle-filters{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}
.lifestyle-filter{
  border:1px solid rgba(255,205,66,.34);border-radius:999px;padding:8px 12px;
  background:rgba(5,14,25,.72);color:#dfe8f2;font:inherit;font-size:.78rem;font-weight:800;cursor:pointer
}
.lifestyle-filter:hover{border-color:rgba(255,225,116,.7);color:#fff}
.lifestyle-filter.active{
  color:#151008;border-color:#ffd95c;
  background:linear-gradient(135deg,#ffe679,#ffbd17 55%,#ff8c00);
  box-shadow:0 0 18px rgba(255,181,0,.24)
}
.lifestyle-grid{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:18px
}
.lifestyle-card{
  overflow:hidden;border:1px solid rgba(255,196,36,.36);border-radius:17px;
  background:linear-gradient(180deg,rgba(12,25,42,.94),rgba(5,14,25,.96));
  box-shadow:0 14px 34px rgba(0,0,0,.3),0 0 20px rgba(255,160,10,.08)
}
.lifestyle-card.pinned{border-color:rgba(255,221,96,.82);box-shadow:0 16px 38px rgba(0,0,0,.36),0 0 28px rgba(255,196,48,.18)}
.lifestyle-media{display:block;aspect-ratio:16/9;overflow:hidden;background:#08111d}
.lifestyle-media img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .25s ease}
.lifestyle-card:hover .lifestyle-media img{transform:scale(1.035)}
.lifestyle-image-fallback{
  width:100%;height:100%;display:grid;place-items:center;
  font-size:4rem;color:#ffd95c;
  background:radial-gradient(circle at 50% 45%,rgba(255,187,32,.28),transparent 32%),linear-gradient(135deg,#101d2c,#07111f)
}
.lifestyle-card-body{padding:16px}
.lifestyle-meta{display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-bottom:8px;color:#ffd95c;font-size:.74rem;font-weight:700}
.lifestyle-meta time{color:var(--muted);font-weight:600}
.lifestyle-card h3{margin:0 0 9px;font-size:1.12rem;line-height:1.3}
.lifestyle-card h3 a{color:#fff;text-decoration:none}
.lifestyle-card h3 a:hover{color:#fff0a8}
.lifestyle-card-body p{margin:0;color:#c4cfdb;line-height:1.55;font-size:.9rem}
.lifestyle-empty{grid-column:1/-1}
@media(max-width:1100px){
  .lifestyle-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .lifestyle-toolbar{align-items:flex-start;flex-direction:column}
  .lifestyle-filters{justify-content:flex-start}
}
@media(max-width:680px){.lifestyle-grid{grid-template-columns:1fr}}


/* ===== ADMIN TOP NAV SHORTCUT ===== */
.main-nav a.admin-nav{
  margin-left:8px;
  color:#ffe477;
  border-color:rgba(255,211,82,.45);
  background:linear-gradient(135deg,rgba(255,210,79,.10),rgba(255,130,0,.10));
  box-shadow:0 0 16px rgba(255,181,24,.12),inset 0 0 12px rgba(255,210,79,.035);
  font-weight:800;
}
.main-nav a.admin-nav:hover{
  color:#fff8d7;
  border-color:rgba(255,226,118,.82);
  box-shadow:0 0 22px rgba(255,202,60,.24),0 0 42px rgba(255,132,0,.10);
}
@media(max-width:1080px){
  .main-nav a.admin-nav{
    margin-left:0;
    margin-top:5px;
    text-align:center;
  }
}


/* ===== COMPACT SUBPAGE HERO / PANEL LOCK ===== */
/* One logo only: the header brand. Internal page hero logos are permanently suppressed. */
.sunshine-page:not(.page-home) .subpage-hero .hero-logo-small{
  display:none!important;
}

/* Pull every internal page up under the header so title + main panel are visible sooner. */
.sunshine-page:not(.page-home) .subpage-main{
  padding-top:10px!important;
  padding-bottom:54px;
}
.sunshine-page:not(.page-home) .subpage-hero{
  padding-top:14px!important;
  padding-bottom:8px!important;
}
.sunshine-page:not(.page-home) .subpage-hero .container{
  display:grid;
  justify-items:center;
  gap:3px;
}
.sunshine-page:not(.page-home) .subpage-hero h1{
  margin:0!important;
  font-size:clamp(2.15rem,4.15vw,4rem);
  line-height:1.02;
}
.sunshine-page:not(.page-home) .subpage-hero p{
  margin:6px auto 0!important;
  line-height:1.45;
}
.sunshine-page:not(.page-home) .subpage-section{
  padding-top:7px!important;
}

/* Live Radio gets the tightest above-the-fold layout. */
.page-live .subpage-main{padding-top:6px!important}
.page-live .subpage-hero{padding-top:9px!important;padding-bottom:5px!important}
.page-live .subpage-section{padding-top:4px!important}
.page-live .live-radio-layout{margin-top:0!important}
.page-live .player-card,
.page-live .live-chat-panel{margin-top:0!important}

/* Keep the first content panel close to the heading on the remaining internal pages. */
.page-shows .subpage-panel,
.page-schedule .subpage-panel,
.page-djs .subpage-panel,
.page-lifestyle .subpage-panel,
.page-chat .chat-panel,
.page-contact .subpage-panel{
  margin-top:0!important;
}

@media(max-width:700px){
  .sunshine-page:not(.page-home) .subpage-main{padding-top:6px!important}
  .sunshine-page:not(.page-home) .subpage-hero{padding-top:10px!important}
}


/* ===== SECURE USERNAME CHAT ===== */
.chat-login-panel{
  display:grid;
  gap:12px;
  margin:14px 0;
  padding:14px;
  border:1px solid rgba(255,205,66,.34);
  border-radius:15px;
  background:linear-gradient(180deg,rgba(8,20,35,.88),rgba(4,12,22,.92));
}
.chat-login-copy{display:grid;gap:4px}
.chat-login-copy strong{color:#ffe16d}
.chat-login-copy span,.chat-login-status{color:var(--muted);font-size:.78rem;line-height:1.45}
.chat-login-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px}
.chat-login-form input{
  min-width:0;border:1px solid rgba(255,205,66,.34);border-radius:12px;
  background:#06101d;color:#fff;padding:11px 12px;font:inherit;outline:none
}
.chat-login-form input:focus{border-color:#ffe477;box-shadow:0 0 0 3px rgba(255,190,24,.08)}
.chat-login-status{min-height:1.1em;margin:0;color:#ff9daf}
.chat-user-bar{
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  margin:8px 0 12px;padding:9px 12px;border:1px solid rgba(24,230,143,.24);
  border-radius:12px;background:rgba(24,230,143,.055);font-size:.78rem
}
.chat-user-bar strong{color:#ffe16d}
.chat-logout{
  border:1px solid rgba(255,205,66,.26);border-radius:9px;background:transparent;
  color:#dbe6f1;padding:7px 9px;font:inherit;font-size:.72rem;cursor:pointer
}
.chat-compose[hidden],.chat-login-panel[hidden],.chat-user-bar[hidden]{display:none!important}
@media(max-width:620px){
  .chat-login-form{grid-template-columns:1fr}
  .chat-user-bar{align-items:flex-start;flex-direction:column}
}
