/* MAIN ______________________________________________________________________________________________________________*/
html, body {
  margin:0;
  padding:0;
  width:100vw;
  height:100vh;
  background:black;
  overflow:hidden;
  font-family:Helvetica,sans-serif
}
#stage {
  position:absolute;
  width:2220px;
  height:1400px;
  transform-origin:top left;
  margin:0 auto
}
#background {
  position: absolute;
  width: 2220px;
  height: 1400px;
  background: url('_imgs/bg.png') no-repeat center center;
  background-size: cover;
  z-index: 0;
}
canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: transparent;
}
#errorMessage {
  color: red;
  font-weight: bold;
  margin-top: 8px;
  height: 24px;
}
#trapTab {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
#overlayDimmer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000007d;
  z-index: 2200;
  display: none;
  pointer-events: none;
  backdrop-filter: blur(5px) grayscale(30%);
}
#logoHitbox {
  position: absolute;
  left: 50px;
  top: 50px;
  width: 650px;
  height: 100px;
  cursor: pointer;
  z-index: 700;
}








/*KEYBOARD OVERLAY_____________________________________________________________________________________________________*/
#keyboardOverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 2220px;
  height: 1400px;
  z-index: 80;
  pointer-events: none;
  display: none;
}
.qwertyOverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 2220px;
  height: 1400px;
}
.qwertyBoard {
  position: absolute;
  left: 45px;
  top: 680px;
  width: 1280px;
  height: 330px;
  transform: scale(0.8, 1);
  transform-origin: top left;
  background: transparent;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
}
.qwertyKey {
  position: absolute;
  width: 78px;
  height: 54px;
  border-radius: 12px;
  background: rgb(64, 65, 60);
  border: 2px solid rgb(91, 91, 91);
  box-shadow: 0 15px 12px rgba(0,0,0,0.22);
  font-family: Helvetica, Arial, sans-serif;
  font-size: 23px;
  font-weight: bold;
  line-height: 54px;
  text-align: center;
  color: rgb(130, 130, 130);
  box-sizing: border-box;
  transition: background 0.08s ease, color 0.08s ease, transform 0.08s ease, box-shadow 0.08s ease;
}
.qwertyKey.active {
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  font-weight: bold;
  transform: translateY(-3px) scale(1.035);
}
#qwertyHandle {
  position: absolute;
  left: 0;
  top: 900px;
  width: 40px;
  height: 100px;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.25);
  color: rgb(91, 91, 91);
  font-size: 28px;
  font-family: Arial, sans-serif;
  border-radius: 0 12px 12px 0;
  cursor: pointer;
  user-select: none;
}
#qwertyHandle.open {
  font-size: 24px;
}
.keyboardKeyLabel.white{
    color:rgb(190, 190, 190);
    text-shadow:0 0 8px rgba(255,255,255,.45);
}
.keyboardKeyLabel.black{
    color:rgba(104, 104, 104, 0.78);
    text-shadow:0 0 4px rgba(255,255,255,.18);
}
.keyboardKeyLabel.isomorphic{
    color:rgba(235,235,235,.90);
    text-shadow:0 0 6px rgba(255,255,255,.28);
}
.qwertyKey.pianoWhite{
    background:#868686;
    color:#000;
}
.qwertyKey.pianoBlack{
    background:#484848;
    color:#686868;
}






/*TUNINGS and LIST_____________________________________________________________________________________________________*/
#tuningMenu {
  position: absolute;
  left: 60px;
  top: 215px;
  width: 1864px;
  font-size: 46px;
  letter-spacing: 1.44px;
  font-weight:normal;
  background: transparent;
  color: rgb(255, 255, 255);
  border: none;
  outline: none;
  z-index: 10;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#noteHistory {
  position: absolute;
  left: 63px;
  top: 348px;
  font-size: 37px;
  line-height: 58.5px;
  letter-spacing: 5px;
  color: rgb(255, 255, 255);
  font-family: Helvetica;
  z-index: 10;

}
















/*VIWERS_____________________________________________________________________________________________________*/

/* LABELS */
#waveformLabel{
  white-space:nowrap;
  display:inline-block;
  width:max-content;
  position:absolute;
  top:720px;
  left:1655px;
  transform:translate(-50%,-50%);
  font-size:68px;
  font-weight:bold;
  color:#fff;
  opacity:0;
  pointer-events:none;
  z-index:1000;
  transition:opacity 0.4s ease;
  text-shadow:2px 2px 6px #000;
}

/* SPIRAL */
#spiralContainer {
  position: relative;
  left: 1105px;
  top: 310px;
  z-index: 10;
}
#spiralGridCanvas {
  position: absolute;
  width: 1110px;
  height: 835px;
  z-index: 10;
  background: transparent;
}
#spiralCanvas {
  position: absolute;
  width: 1108px;
  height: 838px;
  z-index: 11;
  background: transparent;
}

/* ANALYZER */
#analyzerCanvas {
  position: absolute;
  left: 1145px;
  top: 315px;
  width: 1030px;
  height: 820px;
  z-index: 10;
  background: transparent;
  pointer-events: none;
  box-sizing: border-box;
  display: none;
  clip-path: inset(0px 3px 0px 0px);
}
#largeAnalyzerBg{
  display:none;
  position:absolute;
  left:0px;
  top:310px;
  width:2220px;
  height:880px;
  background:#000;
  z-index:18;
  pointer-events:none;
}
body.largeAnalyzerMode #largeAnalyzerBg{
  display:block;
}
body.largeAnalyzerMode #analyzerCanvas{
  position:absolute;
  left:0px;
  top:310px;
  width:2220px;
  height:875px;
  z-index:19;
  background:transparent;
}
body.largeAnalyzerMode #waveformLabel{
  left:1110px;
}
body.largeAnalyzerMode #btnDown,
body.largeAnalyzerMode #btnUp{
  display:none;
}
body.largeAnalyzerMode #analyzerCanvas{
  border-top:1px solid rgba(255,255,255,.1);
  border-left:1px solid rgba(255,255,255,.1);
  border-right:1px solid rgba(255,255,255,.1);
  border-bottom:none;
  box-sizing:border-box;
  clip-path:none;
}

/* SPECTROGRAM */
#spectrogramContainer {
  position: absolute;
  top: 282px;
  left: 1140px;
  width: 1030px;
  height: 940px;
  clip-path: inset(28px 0px 83px 0px);
  pointer-events: none;
  display: none;
  z-index: 10;
}
#spectrogramCanvas {
  position: absolute;
  top: 10;
  left: 63px;
  height: 870px;
  z-index: 10;
}
#spectrogramGridCanvas {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 870px;
  z-index: 10;
}

/* VECTORSCOPE */
#vectorscopeCanvas {
  position: absolute;
  left: 1130px;
  top: 315px;
  width: 1060px;
  height: 820px;
  z-index: 10;
  background: transparent;
  pointer-events: none;
  display: none;
}

/* CONTAINER FOR ZOOM */
#viewerContainer {
  position: relative;
  z-index: 10;
}
#viewerContainer.zoomed {
  width: 2220px;
  height: 940px;
  left: 0px;
  top: 0px;
}
#viewerWrapper {
  width: 0px;
  height: 0px;
  overflow: hidden;
  position: relative;
}









/* BTNs_____________________________________________________________________________________________________*/

/* BTN VIEW */
#btnView {
  position: absolute;
  left: 1115px;
  top: 72px;
  opacity: 0.25;
  cursor: pointer;
  z-index: 2600;
  transform: scale(0.90);
  pointer-events: auto;
  outline: none;
}

/*MENU VIEW*/
#menuView {
  position: absolute;
  width: 260px;
  top: 148px;
  left: 1150px;
  z-index: 2700;
  overflow: visible;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* BTN FREEZE */
#btnFreeze {
  position: absolute;
  left: 1248px;
  top: 65px;
  opacity: 0.25;
  cursor: pointer;
  z-index: 2600;
  transform: scale(0.90);
  pointer-events: auto;
  outline: none;
}

/* BTN LOOPS */
#btnLoops {
  position: absolute;
  left: 1358px;
  top: 67px;
  opacity: 0.25;
  cursor: pointer;
  z-index: 2600;
  transform: scale(0.82);
  pointer-events: auto;
  outline: none;
}

/* BTN IN */
#btnIn {
  position: absolute;
  left: 1482px;
  top: 72px;
  opacity: 0.25;
  cursor: pointer;
  z-index: 2600;
  transform: scale(0.90);
  pointer-events: auto;
  outline: none;
}

/*MENU IN*/
#menuIn {
  position: absolute;
  z-index: 2700;
  top: 148px;
  left: 1500px;
  overflow: visible;
  pointer-events: auto;
  width: 370px;
}
#menuIn.open {
  pointer-events: auto;
}

/* BTN OUT */
#btnOut {
  position: absolute;
  left: 1595px;
  top: 72px;
  opacity: 0.25;
  cursor: pointer;
  z-index: 2600;
  transform: scale(0.90);
  pointer-events: auto;
  outline: none;
}

/*MENU OUT*/
#menuOut {
  position: absolute;
  z-index: 2700;
  top: 148px;
  left: 1640px;
  overflow: visible;
  pointer-events: auto;
  width: 360px;
}
#menuOut.open {
  pointer-events: auto;
}

/* BTN PANIC */
#btnPanic{
  position:absolute;
  left:1710px;
  top:70px;
  cursor:pointer;
  z-index:2600;
  transform:scale(0.90);
  pointer-events:auto;
  opacity:0.25;
  transition:opacity 0.2s ease;
}

#btnPanic:disabled,
#btnPanic[aria-disabled="true"]{
  pointer-events:none;
  opacity:0.3;
}

/* BTN KEYBOARD */
#btnNormalExtended {
  position: absolute;
  cursor: pointer;
  pointer-events: auto;
  left: 1815px;
  top: 75px;
  transform: scale(0.90);
  opacity: 0.30;
  filter: brightness(1);
  z-index: 2600;
}

/* BTN SUSTAIN */
#btnSustain {
  position: absolute;
  left: 1970px;
  top: 78px;
  cursor: pointer;
  opacity: 0.25;
  transform: scale(0.90);
  filter: brightness(1);
  pointer-events: auto;
  z-index: 2600;
}

/* BTN SOUND */
#btnSound {
  position: absolute;
  left: 2125px;
  top: 68px;
  opacity: 0.25;
  cursor: pointer;
  z-index: 2600;
  transform: scale(0.90);
  pointer-events: auto;
  outline: none;
}

/* MENU SOUND */
#menuSound {
  position: absolute;
  width: 380px;
  top: 148px;
  left: 1995px;
  z-index: 2700;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* BTN INFO */
#btnInfo {
  -webkit-user-drag: none;
  position: absolute !important;
  user-select: none;
  pointer-events: auto !important;
  z-index: 1000 !important;
  left: 2120px;
  top: 215px;
  opacity: 0.30;
  cursor: pointer;
  transform: scale(1);
  outline: none;
}






#btnView,
#btnFreeze,
#btnLoops,
#btnIn,
#btnOut,
#btnPanic,
#btnNormalExtended,
#btnSustain,
#btnSound,
#btnInfo,
#btnDown,
#btnUp{
  opacity:0.25;
  filter:brightness(1);
}

#btnView:hover,
#btnFreeze:hover,
#btnLoops:hover,
#btnIn:hover,
#btnOut:hover,
#btnPanic:hover,
#btnNormalExtended:hover,
#btnSustain:hover,
#btnSound:hover,
#btnInfo:hover,
#btnDown:hover,
#btnUp:hover{
  opacity:1 !important;
  filter:brightness(.75) !important;
}

#btnView.active,
#btnFreeze.active,
#btnLoops.active,
#btnIn.active,
#btnOut.active,
#btnNormalExtended.active,
#btnSustain.active,
#btnSound.active{
  opacity:1 !important;
  filter:brightness(1) !important;
  background-color:transparent !important;
}










/*MENU DROPDOWN and INPUTS__________________________________________________________________________________________________________*/

.dropdown {
  background: rgba(31, 32, 27, 0.80);
  color: rgb(255, 255, 255);
  padding: 24px 32px;
  font-size: 31px;
  border-radius: 16px;
  border:1px solid #555;
  opacity: 0;
  transform: translateX(-50%) translateY(-16px) scale(0.98);
  transition: opacity .22s ease, transform .22s ease;
  pointer-events: none;
  visibility: hidden;
  position: absolute;
  z-index: 1200; 
}
.dropdown.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0) scale(1);
  pointer-events: auto;
  visibility: visible;
}
.dropdown hr {
  border: none;
  border-top: 1px solid rgb(88, 88, 88);
  margin: 30px 0;
}
.dropdown label,
.dropdown div{
  display:flex;
  align-items:center;
  gap:20px;
  margin:12px 0;
  cursor:pointer;
  width:100%;
}
.dropdown label span,
.dropdown div span{
  width:170px;
  min-width:170px;
  text-align:left;
  white-space:nowrap;
}
.dropdown button {
  width: 100%;
  padding: 10px 10px;
  margin: 8px 0;
  font-size: 25px;
  border: none;
  background-color: #444;
  color: rgb(255, 255, 255);
  cursor: pointer;
  border-radius: 8px;
}
.dropdown button:hover {
  background-color: #666;
}

/*MULTI-CHANNEL*/
.multi-channels {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-top: 4px;
  display:none;
}
.multi-channels input:disabled {
  opacity: 0.5;
}













/*INPUT TYPE*/
input[type="radio"],
input[type="checkbox"] {
  accent-color: #d9b74a;
  transform: scale(1.8);
  appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  position: relative;
  border: none;
}
input[type="radio"]::after,
input[type="checkbox"]::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
}
input[type="radio"]:checked::after,
input[type="checkbox"]:checked::after {
  background-color: #b99733;
}




/*INPUT_____________________________________________________*/
#menuIn input[type="number"],
#menuOut input[type="number"]{
  width:100%;
  min-width:15%;
  max-width:25%;
  height:40px;
  padding:8px 14px;
  font-size:24px;
  line-height:1.1;
  font-family:Helvetica,sans-serif;
  background:#ffffff;
  color:#000000;
  border:none;
  border-radius:10px;
  outline:none;
  box-sizing:border-box;
}

/*INPUT RANGE*/
input[type="range"] {
  width: 100%;
  height: 32px;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
}
input[type="range"]::-webkit-slider-runnable-track {
  height: 24px;
  background: #484848;
  border-radius: 10px;
}
input[type="range"]::-moz-range-track {
  height: 6px;
  background: #ccc;
  border-radius: 3px;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #d9b74a;
  cursor: pointer;
}
input[type="range"]::-moz-range-thumb {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #d9b74a;
  cursor: pointer;
}
input[type="range"].shimmerVolumeOff::-webkit-slider-thumb{
  background:#ffffff;
}
input[type="range"].shimmerVolumeOff::-moz-range-thumb{
  background:#ffffff;
}





/* SELECT GLOBAL __________________________________________________________________ */
.dropdown select,
.loopSelect{
  width:100% !important;
  min-width:100% !important;
  max-width:100% !important;
  flex:0 0 100% !important;
  display:block !important;
  height:40px !important;
  padding:8px 14px !important;
  font-size:24px !important;
  line-height:1.1 !important;
  font-family:Helvetica,sans-serif !important;
  background:#ffffff !important;
  color:#000000 !important;
  border:none !important;
  border-radius:8px !important;
  outline:none !important;
  box-sizing:border-box !important;
  cursor:pointer !important;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
}
#menuOut #pitchBendRange{
  width:70px !important;
  min-width:70px !important;
  max-width:70px !important;
  flex:0 0 70px !important;
}
#menuIn #inputPitchBendRange{
  width:70px !important;
  min-width:70px !important;
  max-width:70px !important;
  flex:0 0 70px !important;
}
.dropdown select option,
.patternSelect option{
  background:#ffffff;
  color:#000000;
  font-size:24px;
}
.dropdown select:focus,
.patternSelect:focus{
  outline:none;
}
.dropdown select:hover,
.patternSelect:hover{
  filter:brightness(0.96);
}
#menuIn input[type="number"],
#menuOut input[type="number"]{
  width:100%;
  min-width:15%;
  max-width:25%;
  height:40px;
  padding:8px 14px;
  font-size:24px !important;
  line-height:1.1 !important;
  font-family:Helvetica,sans-serif !important;
  font-weight:normal !important;
  background:#ffffff;
  color:#000000;
  border:none;
  border-radius:8px;
  outline:none;
  box-sizing:border-box;
}

























/* CONVERT MUSIC ________________________________________________________________*/
#convertTo432, #convertTo440 {
  position: relative;
  overflow: hidden;
}
#convertTo432 span, #convertTo440 span {
  position: relative;
  z-index: 1000;
}
.convert-button {
  position: relative;
  overflow: hidden;
  background-color: #444;
  color: rgb(255, 255, 255);
  font-size: 24px;
  padding: 10px;
  border: none;
  border-radius: 8px;
  width: 100%;
  cursor: pointer;
  margin: 8px 0;
  text-align: center;
}
.convert-button .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: rgba(255, 217, 0, 0.5);
  z-index: 10;
  transition: width 0.5s linear;
  pointer-events: none;
}
.convert-button span {
  position: relative;
  z-index: 1;
  pointer-events: none;
  display: block;
  width: 100%;
  padding: 0;
}
#conversionToggle {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
#conversionToggle label {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  font-size: 28px;
  cursor: pointer;
  white-space: nowrap;
  gap: 24px;
  margin: 4px 0;
  margin-top: 1px;
}
#conversionToggle input[type="radio"] {
  transform: scale(1.8);
  margin-top: 1px;
}















/* OCTAVE SHIFT ______________________________________________________________________________________________________________*/

/* BTN DOWN */
#btnDown {
  position: absolute;
  cursor: pointer;
  pointer-events: auto;
  left: 910px;
  top: 1065px;
  transform: scale(0.70);
  opacity: 0.2;
  filter: brightness(1);
  z-index: 10;
}

/* BTN UP */
#btnUp {
  position: absolute;
  cursor: pointer;
  pointer-events: auto;
  left: 1025px;
  top: 1065px;
  transform: scale(0.70);
  opacity: 0.2;
  filter: brightness(1);
  z-index: 10;
}

/* OCTAVE DISPLAY */
#octaveShiftDisplay {
  position: absolute; 
  left: 942.8px; 
  top: 1072.95px;         
  font-weight: bold; 
  color: rgb(255, 255, 255); 
  font-size: 36px;        
  font-family: Helvetica; 
  text-align: center;        
  width: 80px; 
  cursor: pointer; 
  z-index:10;        
  pointer-events: auto; 
  user-select: none;
}










/* GUIDE PAGE _________________________________________________________________________________ */
#guideOverlay {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  display:none;
  z-index:3000;
  background:#1A1C11;
  align-items:center;
  justify-content:center;
}
#guideGrid {
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  grid-template-rows:1fr 1fr 1fr;
  width:100%;
  height:100%;
  gap:0;
  border:12px solid #111;
  box-sizing:border-box;
}
#guideGrid .guideBtn {
  background:#171918;
  border:10px solid #111;
  outline:0;
  color:#ffffff;
  font-weight:bold;
  font-family:Helvetica,Arial,sans-serif;
  font-size:50px;
  letter-spacing:1px;
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100%;
  user-select:none;
  cursor:pointer;
  transition:color .15s ease;
  box-sizing:border-box;
}
#guideGrid .guideBtn:hover {
  color:rgb(255, 255, 255);
  background:rgb(44,46,38)
}

#guidePageOverlay {
  position:absolute;
  inset:0;
  display:none;
  justify-content:center;
  align-items:flex-start;
  background:rgba(31,32,27,1);
  z-index:3100;
  overflow:auto;
  margin:0;
  padding:0;
  border:none
}
#guidePageContainer {
  width:50%;
  max-width:50%;
  margin-top:40px;
  display:block
}
#guidePageImg {
  width:100%;
  height:auto;
  display:block;
  object-fit:contain;
  margin:0;
  padding:0;
  border:none
}

#guideCloseMain {
  position:absolute;
  left:50px;
  top:50px;
  font-size:50px;
  font-weight:bold;
  color:#676767;
  cursor:pointer;
  user-select:none;
  z-index:3200;
}
#guideCloseMain:hover {
  color:rgb(255, 255, 255)
}
#guideClose {
  position:absolute;
  left:25px;
  top:25px;
  font-size:50px;
  line-height:1;
  font-weight:bold;
  color:#333333;
  cursor:pointer;
  user-select:none
}
#guideClose:hover {
  color:rgb(255, 255, 255)
}
#guideNextBtn{
  position:absolute;
  right:40px;
  top:30px;
  font-size:50px;
  font-weight:bold;
  color:#ffffff;
  cursor:pointer;
  user-select:none;
  z-index:3200;
  opacity:.20;
}
#guideNextBtn:hover{
  opacity:1;
}










/* INFO PAGE _______________________________________________________________________________________________________________ */

/* SOBREPOSIÇÃO */
#infoOverlay{
  display: none;           
  pointer-events: none; 
  position: fixed;
  inset: 0;
  padding-top: 173px;
  z-index: 2000;
}
#infoOverlay.is-open{
  display: flex;         
  pointer-events: auto;     
}
#infoOverlay.is-open ~ #btnInfo {
  pointer-events: none !important;
}
#infoModal{
  pointer-events: auto;
}
/* CONTAINER */
#infoModal {
  position: absolute;
  padding-left: 140px;
  padding-right: 0px;
  padding-top: 85px;
  padding-bottom: 135px;
  width: 2220px;
  height: 1230px;
  display: flex;
  box-sizing: border-box;
  background: rgb(29, 29, 26) url("_imgs/bgInfo.png") no-repeat center center;
  background-size: cover;
  border-radius: 0px;
  color: rgb(110, 110, 110);
  font-family: Helvetica, sans-serif;
  overflow: hidden;
}



/* ESQUERDA ________________________________________________________ */
#infoHeader {
  width: 1130px;
  height: 103%;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
#infoHeaderInner {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.infoHeaderFixed {
  flex: 0 0 auto;
}
#infoTheoristImage {
  position: absolute;
  top: 165px;
  width: 210px;
  height: 210px;
  object-fit: cover;
  border-radius: 12px;
  opacity: 1;
}
#infoHeader div {
  font-size: 34px;
  max-width: 1010px; /*             */
  text-align: left;
  line-height: 1.2;
}
.infoMetaRow {
  display: flex;
  flex-direction: column;
}
.infoMetaLine {
  margin-top: 0px;
  margin-left: 260px;
  margin-bottom: 30px;
  display: flex;
  gap: 70px;
  font-weight:bold;
  letter-spacing: 1.04px;
}
.infoMetaLine span {
  margin-left: 5px;
}
.infoNameLine {
  color: rgb(255, 255, 255);
  font-size: 45px;
  letter-spacing: 1.4px;
  display: block;
  margin-bottom: 90px;
  line-height: 1.35 !important;
}
.infoRangeLine {
  color: rgb(234, 234, 234);
  font-weight: bold;
}
.infoValue {
  color: rgb(234, 234, 234);
  font-weight: bold;
}
#infoYearLine span,
#infoFreqLine span,
#infoDegreeLine span,
#infoRangeLine span {
  font-size: 32px;
  color: rgb(234, 234, 234);
  font-weight: bold;
}
.infoDescriptionScroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 80px;
  padding-right: 70px;
}
.infoDescriptionScroll::-webkit-scrollbar {
  width: 25px;
}
.infoDescriptionScroll::-webkit-scrollbar-track {
  background: rgb(24, 24, 24);
}
.infoDescriptionScroll::-webkit-scrollbar-thumb {
  background: rgb(66, 66, 66);
  border-radius: 15px;
}
.infoDescriptionScroll::-webkit-scrollbar-thumb:hover {
  background: rgb(255, 255, 255);
}
#infoDescription {
  padding: 0px;
  font-size: 31px !important;
  letter-spacing: 0.42px;
  white-space: pre-wrap;
  font-weight: normal !important;
  color: rgb(255, 255, 255);
  line-height: 1.41 !important;

}




/* DIREITA _______________________________________*/
#infoTableWrapper {
  width: 39%;
  display: flex;
  flex-direction: column;
}
#infoTableContainer {
  flex: 1;
  overflow-y: auto;
  position: relative;
  z-index: 1;
  top: 30px;
  width: 100%;
  background: rgba(20, 20, 20, 0.5);
}
#infoTable {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-left: 0px solid rgb(255, 255, 255, 0.05);
}
#infoTableBody {
  display: table-row-group;
}
#infoTable th, 
#infoTable td {
  padding: 12px 18px 12px;
  text-align: left;
  color: rgb(255, 255, 255);
  line-height: 1.1 !important;
  letter-spacing: 2.4px;
  position: relative;
  z-index: 1;
}
#infoTable tbody tr td {
  transition: background-color 0.15s ease, filter 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}
#infoTable tbody tr.infoRangeRhythmic td {
  background: rgba(0, 0, 0, 0);
}
#infoTable tbody tr.infoRangeMelodic td {
  background: rgba(0, 0, 0, 0);
}
#infoTable tbody tr.infoNoteC td {
  background: rgba(255, 255, 255, 0.06);
}
#infoTable tbody tr.infoNoteC4 td {
  background: rgba(255, 0, 0, 0.151);
}
#infoTable tbody tr.infoNoteA td {
  background: rgba(255, 255, 255, 0.06);
}
#infoTable tbody tr.infoNoteA4 td {
  background: rgba(255, 0, 179, 0.177);
}
#infoTable tbody tr.infoRowActive td {
  box-shadow: none;
  background: rgb(177, 171, 0);
}
#infoTable tbody tr.infoRowActive td:first-child {
  box-shadow: 
  inset 2px 0 0 rgba(255, 248, 208, 0.1), 
  inset 0 2px 0 rgba(255,255,255, .1), 
  inset 0 -2px 0 rgba(255,255,255, .1);
}
#infoTable tbody tr.infoRowActive td:last-child {
  box-shadow: 
  inset -2px 0 0 rgba(255,255,255,.1), 
  inset 0 2px 0 rgba(255,255,255,.1), 
  inset 0 -2px 0 rgba(255,255,255,.1);
}
#infoTable tbody tr.infoRowActive td:not(:first-child):not(:last-child) {
  box-shadow: 
  inset 0 2px 0 rgba(255,255,255,.1), 
  inset 0 -2px 0 rgba(255,255,255,.1);
  
}
#infoTableContainer::-webkit-scrollbar {
  width: 25px;
}
#infoTableContainer::-webkit-scrollbar-track {
  background: rgb(24, 24, 24);
}
#infoTableContainer::-webkit-scrollbar-thumb {
  background: rgb(66, 66, 66);
  border-radius: 15px;
}
#infoTableContainer::-webkit-scrollbar-thumb:hover {
  background: rgb(255, 255, 255);
}






/* LABELS DA TABELA (CABEÇALHO FIXO) */
#infoTableLabels {
  font-size: 0px;
}
#infoTableLabels table {
  width: 103.5%;
  table-layout: fixed;
  border-collapse: collapse;
}
#infoTableLabels th {
  padding: 0px 10px;
  text-align: left;
  color: rgb(113, 113, 113);
}


/* LARGURAS FIXAS DAS COLUNAS */
#infoTable th:nth-child(1),
#infoTable td:nth-child(1),
#infoTableLabels th:nth-child(1){
  width:18px;
  min-width:18px;
  max-width:18px;
  padding:0;
}
#infoTable th:nth-child(2),
#infoTable td:nth-child(2),
#infoTableLabels th:nth-child(2){
  width:100px;
  font-size:30px;
  letter-spacing:1.1px;
}
#infoTable th:nth-child(3),
#infoTable td:nth-child(3),
#infoTableLabels th:nth-child(3){
  width:125px;
  font-size:30px;
  letter-spacing:1.1px;
}
#infoTable th:nth-child(4),
#infoTable td:nth-child(4),
#infoTableLabels th:nth-child(4){
  width:80px;
  font-size:30px;
  letter-spacing:1.1px;
}
#infoTable th:nth-child(5),
#infoTable td:nth-child(5),
#infoTableLabels th:nth-child(5){
  width:300px;
  font-size:30px;
  letter-spacing:1.1px;
}
#infoTable tbody tr{
  border-bottom: 1px solid rgba(135, 135, 135, 0.1);
}
#infoTable td:nth-child(2){
  padding-left: 40px;
}
#infoTable td:nth-child(3){
  padding-left: 8px;
}




/* PIANO ROLL COLUMN (INFO PAGE) __________________________________________ */
:root{
  --info-piano-roll-white: rgba(255,255,255,1);
  --info-piano-roll-black: rgba(0,0,0,1);
}
/* header */
#infoTableLabels th.infoPianoRollHeader{
  width: 18px;
  min-width: 18px;
  max-width: 18px;
  padding: 0;
}
/* cell base */
#infoTable td.infoPianoRollCell{
  width: 18px;
  min-width: 18px;
  max-width: 18px;
  padding: 0;
  border-left: 1px solid rgba(255,255,255,0.15);
}
/* white key */
#infoTable td.infoPianoRollWhite{
  background: var(--info-piano-roll-white);
}
/* black key */
#infoTable td.infoPianoRollBlack{
  background: var(--info-piano-roll-black);
}
/* manter destaque de linha ativa funcionando */
#infoTable tbody tr td.infoPianoRollWhite{
  background: var(--info-piano-roll-white) !important;
}
#infoTable tbody tr td.infoPianoRollBlack{
  background: var(--info-piano-roll-black) !important;
}




/* BTN CLOSE, BTN PREV, NEXT __________________________*/
#infoClose, 
#infoPrev, 
#infoNext {
  position: absolute;
  cursor: pointer;
  background: none;
  border: none;
  color: white;
  opacity: 0.3;
}
#infoClose:hover, 
#infoPrev:hover, 
#infoNext:hover {
  opacity: 1;
}
#infoClose {
  top: 33px;
  right: 54px;
  font-size: 55px;
  font-weight: bold;
  z-index: 10;
  opacity: 0.30;
  transform: scale(0.80);
}
#infoPrev { 
  top: 36px;
  right: 204px;
  height: auto;
  transform: scale(0.62);
}
#infoNext { 
  top: 36px; 
  right: 133px;
  height: auto;
  transform: scale(0.62);
}
#infoOverlay.is-open ~ #btnInfo,
#creditsOverlay.is-open ~ #btnInfo {
  opacity: .23;         
}
#infoOverlay,
#creditsOverlay { pointer-events: none; }
#infoOverlay.is-open,
#creditsOverlay.is-open { pointer-events: auto; }










/* WELCOME POPUP____________________________________________________________________________ */
#welcomeOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.40);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  pointer-events: all;
  backdrop-filter: blur(10px) grayscale(30%);
}
#welcomeBox {
  width: 1200px;
  max-width: 34%;
  background: rgb(37, 37, 37);
  border: 1px solid rgb(133, 133, 133);
  padding: 100px;
  box-sizing: border-box;
  text-align: center;
}
#welcomeLogo {
  width: 550px;
  justify-content: center;
  height: auto;
  margin-bottom: 60px;
}
#welcomeTextTop {
  font-size: 24px;
  color: rgb(255, 255, 255);
  line-height: 1.4;
  margin-bottom: 50px;
  font-style: italic;
  letter-spacing: 1px;
}
#welcomeGuideText {
  font-size: 20px;
  color: rgb(183, 183, 183);
  line-height: 1.4;
  margin-bottom: 70px;
  font-style: italic;
}
#welcomeTextBottom {
  font-size: 18px;
  color: rgb(106, 106, 106);
  margin-top: 70px;
  line-height: 1.3;
}
#welcomeAccept {
  font-size: 26px;
  padding: 15px 40px;
  background: rgb(255, 255, 255);
  color: black;
  border: 1px solid rgb(121, 121, 121);
  cursor: pointer;
  font-weight: bold;
  transition: background 0.1s ease, color 0.1s ease;
}
#welcomeAccept:hover {
  background: rgb(222,216,108);
  color: black;
}
#welcomeBox a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  transition: color 0.2s ease;
}
#welcomeBox a:hover {
  color: rgb(222,216,108);
}











/*LOOPS PANEL_______________________________*/
#loopsPanel{
  position:absolute;
  left:0px;
  top:310px;
  width:1103px;
  height:839px;
  z-index:1500;
  display:none;
  background:rgb(40, 40, 34);
  color:white;
  font-family:Helvetica,sans-serif;
  box-sizing:border-box;
  padding:200px;
  pointer-events:auto;
}
#loopsPanel.show{
  display:block;
}
#loopsPanelTitle{
  display:flex;
  justify-content:space-between;
  font-size:82px;
  font-weight:bold;
  margin-bottom:64px;
}
#loopSpeedLabel{
  font-size:62px;
  color:#DED86D;
  margin-left:30px;
  margin-top:20px;

}
#loopsPanel .loopSpeedSlider{
  width:100%;
  margin-bottom:64px;
}
#loopsPanel .loopSelect{
  width:100%;
  height:48px;
  margin-bottom:44px;
  padding:8px 14px;
  font-size:28px;
  font-family:Helvetica,sans-serif;
  background:#fff;
  color:#000;
  border:none;
  border-radius:8px;
  outline:none;
  box-sizing:border-box;
}
body.loops-open #noteHistory{
  pointer-events:none;
}
.loopSpeedSlider::-webkit-slider-thumb{
  -webkit-appearance:none;
  width:34px;
  height:34px;
  border-radius:50%;
  background:white;
  cursor:pointer;
}
.loopSpeedSlider::-moz-range-thumb{
  width:54px;
  height:54px;
  border-radius:50%;
  background:white;
  cursor:pointer;
  border:none;
}
#loopsPanel .loopSpeedSlider{
  width:100%;
  height:54px;
  background:transparent;
  -webkit-appearance:none;
  appearance:none;
}
#loopsPanel .loopSpeedSlider::-webkit-slider-runnable-track{
  height:24px;
  background:#484848;
  border-radius:10px;
}
#loopsPanel .loopSpeedSlider::-moz-range-track{
  height:24px;
  background:#484848;
  border-radius:10px;
}
#loopsPanel .loopSpeedSlider::-webkit-slider-thumb{
  -webkit-appearance:none;
  appearance:none;
  width:54px;
  height:54px;
  border-radius:50%;
  background:#DED86D;
  cursor:pointer;
  margin-top:-15px;
}
#loopsPanel .loopSpeedSlider::-moz-range-thumb{
  width:84px;
  height:84px;
  border-radius:50%;
  background:#DED86D;
  cursor:pointer;
  border:none;
}
/*LOOPS SLIDER*/
.loopSpeedSlider{
  width:100%;
  height:32px;
  background:transparent;
  -webkit-appearance:none;
  appearance:none;
}
.loopSpeedSlider::-webkit-slider-runnable-track{
  height:24px;
  background:#484848;
  border-radius:10px;
}
.loopSpeedSlider::-moz-range-track{
  height:6px;
  background:#ccc;
  border-radius:3px;
}
.loopSpeedSlider,
.loopSpeedSlider *{
  -webkit-user-select:none;
  user-select:none;
  -webkit-touch-callout:none;
}
.loopSpeedSlider:focus{
  outline:none;
}






/* SHIMMER LAB PANEL __________________________________________________________ */
#midiExpressivityPanel{
  display:none;
  position:fixed;
  z-index:10000;
  left:50%;
  top:52%;
  transform:translate(-50%,-50%);
  width:720px;
  max-height:88vh;
  overflow:auto;
  background:#151515e2;
  color:#ffffff;
  border:1px solid #777;
  border-radius:14px;
  padding:60px;
  box-sizing:border-box;
  box-shadow:0 18px 60px rgba(0,0,0,.55);
  font-family:Helvetica,sans-serif;
}
#closeMidiExpressivity{
  float:right;
  padding:0;
  font-size:36px;
  line-height:1;
  background:none;
  color:#fff;
  border:0;
  cursor:pointer;
  font-weight:bold;
}
.mxTitle{
  font-size:52px;
  font-weight:bold;
  margin-bottom:45px;
}
.mxSliderLabel{
    display:block;
    margin-top:44px;
    color:#fffefe;
    font-size:28px;
}
.mxSlider{
  width:100%;
  margin-top:12px;
}
.mxDivider{
  border:none;
  border-top:1px solid #555;
  margin:50px 0;
}
.mxSubtitle{
  font-size:30px;
  font-weight:bold;
  margin-bottom:20px;
  font-weight:bold;
}
.mxCheckbox{
  display:block;
  margin-top:18px;
  margin-right:18px;
  font-size:28px;
}
#midiExpressivityPanel input[type="checkbox"]{
  margin-right:16px;
  margin-top:16px;
}
input[type="range"].fixedVelocityOff::-webkit-slider-thumb{
  background:#ffffff;
}
input[type="range"].fixedVelocityOff::-moz-range-thumb{
  background:#ffffff;
}
#midiExpressivityDragHandle{
  cursor:move;
  user-select:none;
}

#mxVolumeValue::before,
#mxFixedVelocityValue::before{
  content:" -";
  margin-right:10px;
  opacity:0.5;
}





#menuIn .eigenharpScaleSelect{
  width:100% !important;
  min-width:100% !important;
  max-width:100% !important;
}
#menuIn .eigenharpTransposeRow{
  display:flex;
  align-items:center;
  gap:18px;
  margin-top:12px;
}
#menuIn .eigenharpTransposeSelect{
  width:70px !important;
  min-width:70px !important;
  max-width:70px !important;
  flex:0 0 70px !important;
}