/* PsyBrazil iMuzki psychedelic stage polish */
:root{
  --psb-psy-lime:#d6ff00;
  --psb-psy-cyan:#00eaff;
  --psb-psy-mag:#b000ff;
  --psb-psy-pink:#ff00c8;
  --psb-stage-min-height:clamp(720px,88vh,1160px);
  --psb-gallery-min-height:clamp(640px,82vh,1040px);
}

#mixed,.mixed,.mixed-page,.mixer,#mixer,.radio-mixer,#radioMixer,
.psybrazil-mixer,.psb-mixer,.imuzki-mixer,.imuzki-dsp,#imuzkiDsp{
  min-height:var(--psb-stage-min-height)!important;
}

.video-gallery,#videoGallery,#gallery,.gallery,.media-gallery,
.psybrazil-video-gallery,.psb-video-gallery,.videos,.video-section{
  min-height:var(--psb-gallery-min-height)!important;
}

.imuzki-dsp canvas,#imuzkiDsp canvas,.psb-imuzki-psy-canvas,
.psb-mini-player canvas,#miniPlayer canvas,.radio-player canvas{
  width:100%!important;
  min-height:clamp(260px,44vh,620px)!important;
  image-rendering:auto;
  border:1px solid rgba(0,234,255,.75)!important;
  box-shadow:0 0 24px rgba(0,234,255,.22),0 0 44px rgba(176,0,255,.18)!important;
  background:radial-gradient(circle at 50% 50%,rgba(176,0,255,.18),rgba(0,0,0,.88) 65%)!important;
}

.psb-genre-psy,.psb-genre-dumangue,.psb-genre-progressive,
.psb-genre-electro,.psb-genre-lofi,.psb-genre-lowbpm{
  position:relative;
  overflow:hidden;
}

.psb-genre-psy::after,.psb-genre-dumangue::after,.psb-genre-progressive::after,
.psb-genre-electro::after,.psb-genre-lofi::after,.psb-genre-lowbpm::after{
  content:"";
  position:absolute;
  inset:-40%;
  pointer-events:none;
  opacity:.18;
  background:
    conic-gradient(from 0deg,var(--psb-psy-mag),var(--psb-psy-cyan),var(--psb-psy-lime),var(--psb-psy-pink),var(--psb-psy-mag));
  animation:psbPsySpin 12s linear infinite;
  mix-blend-mode:screen;
}

.psb-psy-active,
button.psb-psy-active,
.visualizer-mode.psb-psy-active{
  background:var(--psb-psy-lime)!important;
  color:#060606!important;
  box-shadow:0 0 18px rgba(214,255,0,.65),0 0 38px rgba(176,0,255,.38)!important;
}

@keyframes psbPsySpin{to{transform:rotate(360deg)}}

@media(max-width:768px){
  :root{
    --psb-stage-min-height:760px;
    --psb-gallery-min-height:700px;
  }
}
