.winamp-btn, .winamp-status, .sound-play-icon, .faq-arrow {
  font-family: 'Courier New', monospace;
  text-rendering: auto;
}
body {
  background: #c4dff5;
  color: #FFFFFF;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 13px;
  margin: 0;
  padding: 0;
  position: relative;
  overflow-y: auto;
}
body::before {
  content: '';
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: url('../img/flower.jpg') repeat;
  background-size: 200px;
  opacity: 0.32;
  pointer-events: none;
  z-index: 0;
  will-change: transform;
}

/* Entry overlay — starts opaque white, fades out */
#heaven-entry-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: #FFFFFF;
  z-index: 999999;
  opacity: 1;
  pointer-events: none;
  transition: opacity 4s ease-out;
}
#heaven-entry-overlay.fade-out {
  opacity: 0;
}

#heaven-container {
  width: 820px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#heaven-header {
  width: 820px;
  height: 364px;
  background: radial-gradient(ellipse at 20% 60%, #ffffff 0%, #ddeeff 20%, #a8d4f0 40%, #7ab8e0 65%, #5a9cd0 100%);
  position: relative;
  overflow: hidden;
}
#heaven-header::before {
  content: '';
  position: absolute;
  top: 40%; left: 10%;
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(255,255,255,0.9) 0%, rgba(200,230,255,0.4) 40%, transparent 70%);
  border-radius: 50%;
}
.heaven-dove {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 110px;
  opacity: 0.4;
  z-index: 1;
  pointer-events: none;
}
.heaven-watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font: bold italic 180px/1 'Calisto MT', 'Times New Roman', Georgia, serif;
  color: rgba(0, 0, 0, 0.04);
  white-space: nowrap;
  letter-spacing: -4px;
  text-transform: none;
  z-index: 0;
}
.heaven-title {
  position: absolute;
  top: 38%; left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font: 60px/1 'Calisto MT', 'Times New Roman', Georgia, serif;
  color: #fff;
  letter-spacing: 4px;
  text-shadow: 0 0 40px rgba(255,255,255,0.6);
}
.heaven-tm {
  position: absolute;
  top: 53%; left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font: bold 18px/1 'Trebuchet MS', Arial, sans-serif;
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-shadow:
    0 0 10px rgba(180,220,255,0.8),
    0 0 20px rgba(120,180,255,0.5),
    0 0 40px rgba(80,150,255,0.3),
    0 1px 0 rgba(255,255,255,0.4);
  background: linear-gradient(180deg, rgba(255,255,255,0.25) 0%, transparent 60%);
  -webkit-background-clip: text;
  padding: 2px 12px;
}
.heaven-tm-hub {
  color: #ffd966;
}
.heaven-title::after {
  content: 'heaven';
  position: absolute;
  top: 100%; left: 0;
  transform: scaleY(-1);
  opacity: 0.15;
  filter: blur(2px);
}
.heaven-subtitle {
  position: absolute;
  top: 62%; left: 58%;
  z-index: 1;
  font: italic 18px/1 'Calisto MT', 'Times New Roman', Georgia, serif;
  color: rgba(30,70,120,0.6);
  letter-spacing: 2px;
}
.heaven-subtitle::after {
  content: 'peace to this world ...';
  position: absolute;
  top: 130%; left: 0;
  transform: scaleY(-1);
  opacity: 0.1;
  filter: blur(1px);
}

/* Winamp player */
.winamp {
  width: 220px;
  margin: 0 auto;
  background: linear-gradient(145deg, #c8ddf0, #8aafc8, #6b94b8, #8aafc8, #c8ddf0);
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(100,170,240,0.15), inset 0 0 8px rgba(255,255,255,0.1);
  border: 1px solid rgba(150,200,240,0.3);
  font-family: 'MS Sans Serif', 'Arial', sans-serif;
  font-size: 8px;
  image-rendering: pixelated;
  -webkit-font-smoothing: none;
}
.winamp-inner {
  border: 2px solid rgba(100,160,220,0.4);
  box-shadow: inset 0 0 8px rgba(0,0,0,0.1);
  overflow: hidden;
  background: linear-gradient(180deg, #d8eaf6 0%, #c0d8ee 100%);
}
.winamp-titlebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 4px;
  background: linear-gradient(90deg, #7aaed0, #a0cce8, #7aaed0);
  border-bottom: 1px solid rgba(80,140,200,0.3);
  font-size: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: default;
  height: 14px;
}
.winamp-diamond {
  color: #2a6090;
  font-size: 9px;
}
.winamp-skin-name {
  color: #1a4a78;
  font-weight: bold;
  font-size: 8px;
  letter-spacing: 4px;
}
.winamp-winbtns {
  font-size: 8px;
  color: #3a6a90;
  letter-spacing: 1px;
  cursor: pointer;
}
.winamp-display {
  background: linear-gradient(180deg, #b0d0e8 0%, #a0c4de 100%);
  margin: 2px;
  padding: 4px 5px;
  border: 1px solid rgba(80,140,200,0.3);
  border-top-color: rgba(60,110,170,0.3);
  border-left-color: rgba(60,110,170,0.3);
  box-shadow: inset 0 0 6px rgba(0,0,0,0.06);
}
.winamp-meta {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 2px;
}
.winamp-bitrate {
  font-size: 7px;
  line-height: 7px;
  color: #4a7a9e;
  font-weight: bold;
}
.winamp-status {
  font-size: 11px;
  color: #2a6090;
}
.winamp-time {
  font-size: 20px;
  font-weight: bold;
  color: #1a4a78;
  font-family: 'Courier New', monospace;
  margin-left: auto;
  letter-spacing: 0;
}
.winamp-ticker {
  overflow: hidden;
  height: 12px;
  margin: 2px 0;
  background: rgba(255,255,255,0.3);
  border: 1px solid rgba(80,140,200,0.25);
  border-top-color: rgba(60,110,170,0.2);
  border-left-color: rgba(60,110,170,0.2);
  padding: 1px 2px;
}
.winamp-ticker-text {
  white-space: nowrap;
  font-size: 9px;
  color: #1a4a78;
  font-family: 'Courier New', monospace;
  font-weight: bold;
  text-transform: uppercase;
  animation: winamp-scroll 16s steps(120) infinite;
}
@keyframes winamp-scroll {
  0% { transform: translateX(220px); }
  100% { transform: translateX(-100%); }
}
.winamp-display-btns {
  display: flex;
  gap: 4px;
  justify-content: flex-end;
  margin-top: 2px;
}
.winamp-display-btns span {
  font-size: 7px;
  font-weight: bold;
  padding: 0 3px;
  border: 1px outset #a0c4de;
  color: #2a5a80;
  cursor: pointer;
  background: rgba(255,255,255,0.25);
  letter-spacing: 1px;
}
.winamp-display-btns span:active { border-style: inset; }
.winamp-seek {
  height: 14px;
  margin: 4px 2px;
  background: rgba(255,255,255,0.3);
  border: 1px solid rgba(80,140,200,0.25);
  border-top-color: rgba(60,110,170,0.2);
  border-left-color: rgba(60,110,170,0.2);
  overflow: visible;
  cursor: pointer;
  position: relative;
}
.winamp-seek-fill {
  height: 100%;
  width: 0%;
  background: repeating-linear-gradient(90deg, #5a9cc8 0px, #5a9cc8 3px, #4a8cb8 3px, #4a8cb8 4px);
  position: relative;
  pointer-events: none;
}
.winamp-seek-fill::after {
  content: '';
  position: absolute;
  right: -5px;
  top: -3px;
  width: 10px;
  height: 20px;
  background: linear-gradient(180deg, #d8eaf6, #a8cce4);
  border: 2px outset #c0d8ee;
  cursor: grab;
  pointer-events: none;
}
.winamp-transport {
  display: flex;
  justify-content: center;
  gap: 1px;
  padding: 3px 2px;
  background: rgba(140,190,220,0.3);
  border-top: 1px solid rgba(80,140,200,0.2);
}
.winamp-btn {
  width: 30px;
  height: 18px;
  border: 1px outset #b8d4e8;
  background: linear-gradient(180deg, #c8e0f0 0%, #a8cce4 100%);
  color: #1a4a78;
  font-size: 11px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.winamp-btn:active {
  border: 1px inset #b8d4e8;
  background: linear-gradient(180deg, #98bcd8 0%, #88aece 100%);
  padding: 1px 0 0 1px;
}
.winamp-play { color: #1a4a78; }
.winamp-eq {
  margin: 0 2px;
  padding: 3px 4px;
  background: linear-gradient(180deg, #b8d4ea 0%, #a8c8e0 100%);
  border: 1px solid rgba(80,140,200,0.25);
  border-top-color: rgba(60,110,170,0.2);
  border-left-color: rgba(60,110,170,0.2);
}
.winamp-eq-label {
  display: flex;
  justify-content: space-between;
  font-size: 7px;
  color: #3a6a90;
  margin-bottom: 2px;
  font-weight: bold;
  letter-spacing: 1px;
}
.winamp-eq-bars {
  display: flex;
  gap: 1px;
  height: 40px;
  align-items: flex-end;
  padding: 2px 3px;
}
.winamp-eq-bar {
  flex: 1;
  height: 100%;
  background: rgba(255,255,255,0.25);
  border: 1px solid rgba(80,140,200,0.15);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.winamp-eq-fill {
  width: 100%;
  background: repeating-linear-gradient(0deg,
    #5a9cc8 0px, #6ab0d8 1px,
    #6ab0d8 2px, transparent 2px,
    transparent 3px);
  transition: height 0.35s steps(8);
}
.winamp-playlist {
  margin: 2px;
  padding: 3px 5px;
  background: rgba(255,255,255,0.25);
  border: 1px solid rgba(80,140,200,0.25);
  border-top-color: rgba(60,110,170,0.2);
  border-left-color: rgba(60,110,170,0.2);
}
.winamp-pl-item {
  font-size: 8px;
  color: #2a5a80;
  font-family: 'Courier New', monospace;
  padding: 1px 0;
}
.winamp-pl-select {
  width: 100%;
  font: 8px/1.2 'Courier New', monospace;
  color: #2a5a80;
  background: rgba(255,255,255,0.3);
  border: 1px inset #a0c0d8;
  padding: 2px;
  cursor: pointer;
}
.winamp-pl-active {
  color: #1a4a78;
  background: rgba(100,170,230,0.25);
  font-weight: bold;
}
.winamp-caption {
  text-align: center;
  font: italic 11px/1 'Calisto MT', 'Times New Roman', Georgia, serif;
  color: #3a6090;
  margin-top: 7px;
  letter-spacing: 2px;
}

/* Dual deck mixer row */
#heaven-mixer-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  padding: 20px 0;
  background: linear-gradient(180deg, #b0d4f0 0%, #96c4e8 20%, #7eb0dc 50%, #6a9ed0 75%, #82b4e0 100%);
  border-top: 1px solid rgba(40,100,170,0.15);
}
#heaven-mixer-row .winamp {
  width: 240px;
  flex-shrink: 0;
}

/* Mixer panel */
.heaven-mixer {
  width: 100px;
  flex-shrink: 0;
  background: linear-gradient(145deg, #c8ddf0, #8aafc8, #6b94b8, #8aafc8, #c8ddf0);
  padding: 10px 8px;
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(100,170,240,0.15), inset 0 0 8px rgba(255,255,255,0.1);
  border: 1px solid rgba(150,200,240,0.3);
  align-self: stretch;
  display: flex;
  flex-direction: column;
}
.heaven-mixer-inner {
  border: 2px solid rgba(100,160,220,0.4);
  box-shadow: inset 0 0 8px rgba(0,0,0,0.1);
  background: linear-gradient(180deg, #d8eaf6 0%, #c0d8ee 100%);
  padding: 6px 4px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.mixer-title {
  text-align: center;
  font: bold 8px/1 'MS Sans Serif', Arial, sans-serif;
  color: #1a4a78;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 4px 0 8px 0;
  border-bottom: 1px solid rgba(80,140,200,0.2);
  margin-bottom: 6px;
}
.mixer-channels {
  display: flex;
  justify-content: space-around;
  flex: 1;
  align-items: stretch;
}
.mixer-ch {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.mixer-ch-label {
  font: bold 9px/1 'Courier New', monospace;
  color: #1a4a78;
}
.mixer-slider-track {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
}
.mixer-fader {
  -webkit-appearance: none;
  appearance: none;
  writing-mode: vertical-lr;
  direction: rtl;
  width: 18px;
  height: 120px;
  background: transparent;
  cursor: pointer;
}
.mixer-fader::-webkit-slider-runnable-track {
  width: 6px;
  background: linear-gradient(180deg, #b0d0e8, #88b4d0);
  border: 1px solid rgba(60,110,170,0.3);
}
.mixer-fader::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 16px;
  height: 8px;
  background: linear-gradient(180deg, #e8f0f8 0%, #a0c0d8 100%);
  border: 1px solid #5a90b8;
  cursor: grab;
  margin-left: -5px;
}
.mixer-fader::-moz-range-track {
  width: 6px;
  background: linear-gradient(180deg, #b0d0e8, #88b4d0);
  border: 1px solid rgba(60,110,170,0.3);
}
.mixer-fader::-moz-range-thumb {
  width: 14px;
  height: 6px;
  background: linear-gradient(180deg, #e8f0f8 0%, #a0c0d8 100%);
  border: 1px solid #5a90b8;
  border-radius: 0;
  cursor: grab;
}
.mixer-crossfader::-webkit-slider-thumb {
  background: linear-gradient(180deg, #fff4d0 0%, #e8c860 100%);
  border-color: #b89830;
}
.mixer-crossfader::-moz-range-thumb {
  background: linear-gradient(180deg, #fff4d0 0%, #e8c860 100%);
  border-color: #b89830;
}
.mixer-vol-val {
  font: bold 8px/1 'Courier New', monospace;
  color: #2a5a80;
}

/* Filter / effects panel */
#heaven-filters {
  display: flex;
  justify-content: center;
  padding: 12px 0 20px 0;
  background: linear-gradient(180deg, #92bce0 0%, #a0c8e6 100%);
}
.filter-panel {
  width: 620px;
  background: linear-gradient(145deg, #c8ddf0, #8aafc8, #6b94b8, #8aafc8, #c8ddf0);
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(100,170,240,0.15), inset 0 0 8px rgba(255,255,255,0.1);
  border: 1px solid rgba(150,200,240,0.3);
}
.filter-panel-inner {
  border: 2px solid rgba(100,160,220,0.4);
  box-shadow: inset 0 0 8px rgba(0,0,0,0.1);
  background: linear-gradient(180deg, #d8eaf6 0%, #c0d8ee 100%);
  padding: 8px 12px;
}
.filter-panel-title {
  text-align: center;
  font: bold 9px/1 'MS Sans Serif', Arial, sans-serif;
  color: #1a4a78;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(80,140,200,0.2);
  margin-bottom: 8px;
}
.filter-decks {
  display: flex;
  gap: 20px;
}
.filter-deck {
  flex: 1;
}
.filter-deck-label {
  font: bold 8px/1 'Courier New', monospace;
  color: #1a4a78;
  letter-spacing: 2px;
  margin-bottom: 6px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(80,140,200,0.15);
}
.filter-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
}
.filter-row label {
  font: bold 8px/1 'MS Sans Serif', Arial, sans-serif;
  color: #2a5a80;
  width: 48px;
  flex-shrink: 0;
}
.filter-knob {
  -webkit-appearance: none;
  appearance: none;
  flex: 1;
  height: 6px;
  background: linear-gradient(180deg, #a0c4de, #88b4d0);
  border: 1px solid rgba(60,110,170,0.3);
  outline: none;
  cursor: pointer;
}
.filter-knob::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 10px;
  height: 14px;
  background: linear-gradient(180deg, #e8f0f8 0%, #a0c0d8 100%);
  border: 1px solid #5a90b8;
  cursor: grab;
}
.filter-knob::-moz-range-thumb {
  width: 8px;
  height: 12px;
  background: linear-gradient(180deg, #e8f0f8 0%, #a0c0d8 100%);
  border: 1px solid #5a90b8;
  border-radius: 0;
  cursor: grab;
}
.filter-val {
  font: bold 8px/1 'Courier New', monospace;
  color: #2a5a80;
  width: 30px;
  text-align: right;
  flex-shrink: 0;
}

/* Sound buttons */
.heaven-frame {
  margin: 15px 30px 15px 50px;
  background: linear-gradient(145deg, #c8ddf0, #8aafc8, #6b94b8, #8aafc8, #c8ddf0);
  padding: 12px;
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(100,170,240,0.15), inset 0 0 8px rgba(255,255,255,0.1);
  border: 1px solid rgba(150,200,240,0.3);
}
.heaven-frame-inner {
  border: 2px solid rgba(100,160,220,0.4);
  box-shadow: inset 0 0 10px rgba(0,0,0,0.3);
  overflow: hidden;
}
.heaven-frame-caption {
  text-align: center;
  font: italic 11px/1 'Calisto MT', 'Times New Roman', Georgia, serif;
  color: #3a6090;
  margin-top: 8px;
  letter-spacing: 2px;
}
.heaven-sound-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  background: linear-gradient(180deg, #f0f0f0 0%, #dcdcdc 20%, #c0c0c0 50%, #a8a8a8 75%, #bdbdbd 100%);
  border: 1px solid #a0a0a0;
  border-top-color: #e0e0e0;
  border-left-color: #e0e0e0;
  border-radius: 4px;
  padding: 15px;
  margin: 10px 0;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 2px 4px rgba(0,0,0,0.1);
}
.heaven-sound-title {
  width: 100%;
  text-align: center;
  font: bold italic 12px/1 'Times New Roman', Georgia, serif;
  color: #555;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.heaven-sound-btn {
  width: 75px;
  margin: 10px auto;
  padding: 6px;
  cursor: pointer;
  transition: box-shadow 0.3s;
}
.heaven-sound-btn:hover {
  box-shadow: 0 0 25px rgba(100,170,240,0.4), inset 0 0 8px rgba(255,255,255,0.1);
}
.heaven-sound-btn.playing {
  box-shadow: 0 0 30px rgba(90,156,200,0.6), inset 0 0 12px rgba(255,255,255,0.2);
}
.heaven-sound-img {
  position: relative;
}
.heaven-sound-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sound-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 26px;
  height: 26px;
  background: rgba(60, 120, 180, 0.75);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  padding-left: 2px;
  box-shadow: 0 0 10px rgba(60, 120, 180, 0.5);
  transition: background 0.2s, box-shadow 0.2s;
}
.heaven-sound-btn:hover .sound-play-icon {
  background: rgba(60, 120, 180, 0.9);
  box-shadow: 0 0 20px rgba(60, 120, 180, 0.7);
}
.heaven-sound-btn.playing .sound-play-icon {
  font-size: 9px;
  padding-left: 0;
}

/* FAQ */
#heaven-faq {
  margin: 20px 0;
  padding: 15px 20px;
  background: linear-gradient(180deg, #b8d8f0 0%, #a4cce8 100%);
  border: 1px solid rgba(80,140,200,0.25);
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(255,255,255,0.3);
}
.heaven-faq-title {
  font: bold 15px/1 'Trebuchet MS', sans-serif;
  color: #1a4a78;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(80,140,200,0.2);
}
.heaven-faq-item {
  margin-bottom: 6px;
}
.heaven-faq-q {
  font: bold 13px/1.4 'Times New Roman', Georgia, serif;
  color: #1a4a78;
  cursor: pointer;
  padding: 8px 10px;
  background: rgba(255,255,255,0.25);
  border: 1px solid rgba(80,140,200,0.15);
  border-radius: 3px;
  transition: background 0.2s;
}
.heaven-faq-q:hover {
  background: rgba(255,255,255,0.45);
}
.heaven-faq-q .faq-arrow {
  display: inline-block;
  font-size: 10px;
  margin-right: 6px;
  transition: transform 0.2s;
}
.heaven-faq-q.open .faq-arrow {
  transform: rotate(90deg);
}
.heaven-faq-a {
  display: none;
  padding: 12px 15px;
  background: rgba(255,255,255,0.2);
  border: 1px solid rgba(80,140,200,0.1);
  border-top: none;
  border-radius: 0 0 3px 3px;
}
.heaven-faq-a p {
  font: 12px/1.6 'Trebuchet MS', sans-serif;
  color: #2a4a6e;
  margin: 0 0 8px;
}
.heaven-faq-a p:last-child { margin-bottom: 0; }
.faq-img {
  float: right;
  width: 120px;
  margin: 0 0 10px 15px;
  border: 2px solid rgba(100,160,220,0.4);
  border-radius: 3px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

/* Footer */
#heaven-footer {
  background: linear-gradient(180deg, #92bce0 0%, #82b0d8 50%, #92bce0 100%);
  border-top: 1px solid rgba(40,100,170,0.2);
  border-bottom: 1px solid rgba(40,100,170,0.2);
  border-radius: 8px;
  padding: 20px 0;
  margin-top: 0;
}
#heaven-footer p {
  color: #2a4a6e;
  font: 13px/17px 'Trebuchet MS', sans-serif;
  text-align: center;
  margin: 0;
}


/* Mobile responsive */
@media (max-width: 600px) {
  body {
    overflow-x: hidden;
  }
  #heaven-container {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
  #heaven-header {
    width: 100%;
    height: 200px;
    box-sizing: border-box;
  }
  .heaven-dove {
    width: 70px !important;
    right: 10px !important;
    opacity: 0.4 !important;
  }
  .heaven-watermark {
    font-size: 80px !important;
    letter-spacing: -2px !important;
  }
  .heaven-title {
    font-size: 36px !important;
    top: 25% !important;
  }
  .heaven-tm {
    font-size: 11px !important;
    letter-spacing: 2px !important;
    top: 45% !important;
  }
  .heaven-subtitle {
    font-size: 14px !important;
    top: 58% !important;
    left: 50% !important;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  /* Mixer row */
  #heaven-mixer-row {
    gap: 3px;
    padding: 10px 3px;
    box-sizing: border-box;
  }
  #heaven-mixer-row .winamp {
    width: auto;
    flex: 1;
    min-width: 0;
    padding: 4px;
  }
  .heaven-mixer {
    width: 50px !important;
    min-width: 50px !important;
    flex-shrink: 0;
    padding: 4px 2px !important;
  }
  .winamp-inner {
    padding: 2px !important;
  }
  .winamp-display { padding: 2px !important; }
  .winamp-display-meta { font-size: 6px !important; }
  .winamp-ticker { font-size: 7px !important; }
  .winamp-time { font-size: 8px !important; }
  .winamp-display-btns span { font-size: 6px !important; padding: 1px 3px !important; }
  .winamp-btn-extra { display: none !important; }
  .winamp-btn { width: 28px !important; height: 22px !important; font-size: 10px !important; }
  .winamp-transport { gap: 0 !important; padding: 2px 0 !important; }
  .winamp-eq { padding: 2px !important; height: 20px !important; }
  .winamp-eq-bar { width: 3px !important; margin: 0 0.5px !important; }
  .winamp-eq-label { font-size: 5px !important; }
  .winamp-seek { height: 20px !important; margin: 4px 2px !important; }
  .winamp-seek-fill::after { top: -2px !important; height: 24px !important; width: 14px !important; right: -7px !important; }
  .winamp-playlist { padding: 1px 2px !important; }
  .winamp-pl-select { font-size: 7px !important; }
  .winamp-caption { font-size: 8px !important; letter-spacing: 1px !important; }
  .winamp-titlebar { padding: 1px 3px !important; }
  .winamp-titlebar span { font-size: 6px !important; }
  /* Mixer faders */
  .mixer-crossfader { display: none !important; }
  .mixer-ch:nth-child(2) { display: none !important; }
  .mixer-channels {
    justify-content: center !important;
    gap: 8px;
  }
  .mixer-label { font-size: 7px !important; }
  .mixer-val { font-size: 7px !important; }
  /* Sound buttons */
  .heaven-sound-row {
    padding: 8px;
    gap: 6px;
  }
  .heaven-sound-btn {
    width: 60px !important;
    padding: 4px !important;
  }
  .heaven-sound-title {
    font-size: 10px !important;
    letter-spacing: 2px !important;
  }
  .heaven-frame-caption { font-size: 8px !important; letter-spacing: 1px !important; }
  /* Effects rack */
  #heaven-filters {
    padding: 6px 3px;
    box-sizing: border-box;
  }
  .filter-panel {
    width: 100% !important;
    box-sizing: border-box;
    padding: 4px !important;
  }
  .filter-panel-inner {
    padding: 4px 5px !important;
    overflow: hidden;
  }
  .filter-decks {
    flex-direction: column !important;
    gap: 8px;
  }
  .filter-deck-label { font-size: 7px !important; }
  .filter-row {
    gap: 4px !important;
  }
  .filter-row label {
    font-size: 7px !important;
    width: 40px !important;
    min-width: 40px !important;
  }
  .filter-knob {
    min-width: 0 !important;
    flex: 1 !important;
  }
  .filter-row .filter-val {
    font-size: 7px !important;
    width: 26px !important;
    min-width: 26px !important;
  }
  .filter-caption { font-size: 8px !important; }
  /* FAQ */
  #heaven-faq {
    margin: 10px 5px;
    padding: 10px 10px;
  }
  .heaven-faq-q { font-size: 12px !important; padding: 6px 8px !important; }
  .faq-img {
    width: 70px;
    margin: 0 0 6px 10px;
  }
  .heaven-faq-a p { font-size: 11px !important; }
}
