* {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  background-color: #333;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #eee;
  text-rendering: optimizeLegibility;
  min-height: 100vh;
}

h1 {
  font-weight: 800;
  font-size: 6em;
  background: -webkit-linear-gradient(45deg, #c5f6ff, #00ff95 10%, #a622ae 38%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: -.15em;
}

h2, h3, h4, h5, h6 {
  font-weight: 300;
  color: #00ff95;
  margin-bottom: .5em;
}

h2 {
  font-size: 1em;
  margin-top: .1em;
  margin-bottom: .5em;
}

h3 {
  border-bottom: 1px solid #00ff95;
}

section {
  margin-bottom: 1em;
}

p {
  margin-bottom: .6em;
}

a {
  color: #00d4ff;
}

dl dt {
  color: #a3ffd9;
}

dl dd {
  font-size: .8em;
}

strong {
  font-weight: 600;
}

.destacado {
  font-weight: 600;
  font-size: 1.1em;
}

.columnata {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 3em;
}

.columnata--ultimaColumnaAlineadaDr div:last-child {
  margin-left: auto;
}

.infoAdicional {
  font-size: .7em;
}

.estiloEnlace {
  text-decoration: underline;
  color: #00ff95;
  cursor: pointer;
}

div#container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(340px, var(--dashboard-sidebar-width, 32vw)) .65em 6px .65em minmax(0, 1fr);
  grid-template-columns: minmax(340px, var(--dashboard-sidebar-width, 32vw)) 6px minmax(0, 1fr);
  -ms-grid-rows: auto 1.2em minmax(var(--dashboard-workspace-height, calc(100vh - 5.4em)), auto) 1.2em auto;
  grid-template-rows: auto minmax(var(--dashboard-workspace-height, calc(100vh - 5.4em)), auto) auto;
      grid-template-areas: "appHeader appHeader appHeader" "sidebar resizer main" "footer footer footer";
  gap: 1.2em .65em;
  width: 100%;
  min-height: 100vh;
  padding: .55em 1.2em 1.2em 1.2em;
  margin: 0 auto;
  background-color: #111;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.5);
  border-top: 8px solid #00ff95;
}

header {
  height: auto;
  width: auto;
}

.appHeader {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: appHeader;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.2em;
  min-width: 0;
  height: 42px;
  padding: 0;
  -webkit-box-shadow: inset 0 -1px 0 #444;
          box-shadow: inset 0 -1px 0 #444;
}

.appHeader__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .85em;
  min-width: 0;
}

.appHeader__brand h1 {
  font-size: 1.75em;
  line-height: 1;
  margin-top: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.appHeader__brand h2 {
  margin: 0;
  font-size: .9em;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.appHeader__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .75em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.appHeader__actions label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .45em;
  font-size: .85em;
}

.appHeader__actions select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 24px;
  background: #111;
  color: #eee;
  border: 1px solid #444;
  border-radius: 4px;
  padding: 0 .45em;
}

.volumeControl {
  min-width: 208px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.volumeControl__slider {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 128px;
  height: 26px;
  padding: 7px 0;
  accent-color: #d85ee0;
  cursor: pointer;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-appearance: none;
          appearance: none;
  background: transparent;
}

.volumeControl__slider::-webkit-slider-runnable-track {
  height: 6px;
  border-radius: 999px;
  background: #2b2b2b;
  border: 1px solid #4d4d4d;
}

.volumeControl__slider::-webkit-slider-thumb {
  width: 18px;
  height: 18px;
  margin-top: -7px;
  border-radius: 50%;
  background: #d85ee0;
  border: 1px solid #f3a8f7;
  -webkit-appearance: none;
          appearance: none;
}

.volumeControl__slider::-moz-range-track {
  height: 6px;
  border-radius: 999px;
  background: #2b2b2b;
  border: 1px solid #4d4d4d;
}

.volumeControl__slider::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #d85ee0;
  border: 1px solid #f3a8f7;
}

#valorVolumen {
  min-width: 3.2em;
  color: #f3d3f6;
  font-size: .9em;
  text-align: right;
}

.settingsButton,
.iconHeaderButton {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  overflow: hidden;
  border: 1px solid #444;
  border-radius: 50%;
  background: #151515;
  color: #eee;
  cursor: pointer;
}

.settingsButton:hover,
.iconHeaderButton:hover {
  border-color: #a622ae;
  color: #a3ffd9;
}

.settingsButton:disabled,
.iconHeaderButton:disabled {
  opacity: .42;
  cursor: default;
  border-color: #444;
  color: #bbb;
}

.settingsButton:disabled:hover,
.iconHeaderButton:disabled:hover {
  border-color: #444;
  color: #bbb;
}

.settingsButton .material-icons,
.iconHeaderButton .material-icons {
  font-size: 18px;
  width: 1em;
  height: 1em;
  line-height: 1;
  overflow: hidden;
}

.randomMasterButton {
  width: 30px;
  height: 30px;
  color: #d85ee0;
}

.randomMasterButton .material-icons {
  font-size: 22px;
}

.circleToggleButton[hidden],
.workbenchCircleToggle[hidden] {
  display: none;
}

.circleToggleButton {
  color: #a3ffd9;
}

.circlePopover {
  position: fixed;
  top: 58px;
  right: 1.2em;
  z-index: 1200;
  width: min(300px, calc(100vw - 2.4em));
}

.circlePopover[hidden] {
  display: none;
}

.circlePopover__surface {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #444;
  border-radius: 6px;
  background: #151515;
  color: #eee;
  -webkit-box-shadow: 0 14px 40px rgba(0, 0, 0, 0.5);
          box-shadow: 0 14px 40px rgba(0, 0, 0, 0.5);
}

.circlePopover__titlebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: .75em;
  padding: .5em .65em;
  border-bottom: 1px solid #444;
  cursor: move;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.circlePopover__titlebar h2 {
  margin: 0;
  color: #eee;
  font-size: .9em;
  font-weight: 600;
}

.circlePopover__close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  border: 1px solid #444;
  border-radius: 4px;
  background: #111;
  color: #eee;
  cursor: pointer;
}

.circlePopover.isDragging .circlePopover__surface {
  -webkit-box-shadow: 0 18px 48px rgba(0, 0, 0, 0.5);
          box-shadow: 0 18px 48px rgba(0, 0, 0, 0.5);
}

.circlePopover__close:hover,
.circlePopover__close:focus {
  border-color: #a622ae;
  color: #a3ffd9;
  outline: none;
}

.circlePopover__close .material-icons {
  font-size: 18px;
}

body[data-theme="day"] {
  background-color: #d8dde1;
  color: #1f2528;
}

body[data-theme="day"] h2,
body[data-theme="day"] h3,
body[data-theme="day"] h4,
body[data-theme="day"] h5,
body[data-theme="day"] h6,
body[data-theme="day"] .cadencial {
  color: #00764f;
}

body[data-theme="day"] h3 {
  border-bottom-color: #00764f;
}

body[data-theme="day"] a {
  color: #006e9c;
}

body[data-theme="day"] dl dt {
  color: #006e58;
}

body[data-theme="day"] .estiloEnlace {
  color: #00764f;
}

body[data-theme="day"] div#container {
  background-color: #edf1f4;
  -webkit-box-shadow: 0px 0px 32px 0px rgba(25, 36, 42, 0.28);
          box-shadow: 0px 0px 32px 0px rgba(25, 36, 42, 0.28);
  border-top-color: #00b875;
}

body[data-theme="day"] .appHeader {
  -webkit-box-shadow: inset 0 -1px 0 #bcc6cc;
          box-shadow: inset 0 -1px 0 #bcc6cc;
}

body[data-theme="day"] .appHeader__actions select,
body[data-theme="day"] #interface select,
body[data-theme="day"] .progressionControls input[type="number"],
body[data-theme="day"] .progressionControls select {
  background: #ffffff;
  color: #1f2528;
  border-color: #b7c3ca;
}

body[data-theme="day"] .iconHeaderButton {
  background: #ffffff;
  color: #1f2528;
  border-color: #b7c3ca;
}

body[data-theme="day"] .randomMasterButton {
  color: #a622ae;
}

body[data-theme="day"] .circlePopover__surface {
  background: #edf1f4;
  color: #1f2528;
  border-color: #b7c3ca;
  -webkit-box-shadow: 0 14px 32px rgba(25, 36, 42, 0.24);
          box-shadow: 0 14px 32px rgba(25, 36, 42, 0.24);
}

body[data-theme="day"] .circlePopover__titlebar {
  border-bottom-color: #b7c3ca;
}

body[data-theme="day"] .circlePopover__titlebar h2 {
  color: #1f2528;
}

body[data-theme="day"] .circlePopover__close {
  background: #ffffff;
  color: #1f2528;
  border-color: #b7c3ca;
}

body[data-theme="day"] .collapseToggleButton {
  color: #1f2528;
}

body[data-theme="day"] .volumeControl__slider::-webkit-slider-runnable-track {
  background: #dfe5e9;
  border-color: #b7c3ca;
}

body[data-theme="day"] .volumeControl__slider::-webkit-slider-thumb {
  background: #a622ae;
  border-color: #6d1675;
}

body[data-theme="day"] .volumeControl__slider::-moz-range-track {
  background: #dfe5e9;
  border-color: #b7c3ca;
}

body[data-theme="day"] .volumeControl__slider::-moz-range-thumb {
  background: #a622ae;
  border-color: #6d1675;
}

body[data-theme="day"] #valorVolumen {
  color: #1f2528;
  font-weight: 600;
}

body[data-theme="day"] .randomSelectButton {
  background: #ffffff;
  color: #a622ae;
  border-color: #b7c3ca;
}

body[data-theme="day"] .randomSelectButton:hover,
body[data-theme="day"] .randomSelectButton:focus {
  background: #f3f6f8;
  border-color: #a622ae;
  color: #00764f;
}

body[data-theme="day"] fieldset,
body[data-theme="day"] .progressionControls fieldset.workbenchPanel,
body[data-theme="day"] .measure {
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#f3f6f8));
  background: linear-gradient(0deg, #ffffff 0%, #f3f6f8 100%);
  border-color: #b7c3ca;
}

body[data-theme="day"] .dashboard__sidebarPanel {
  scrollbar-color: #a622ae #dfe5e9;
}

body[data-theme="day"] .dashboard__sidebarPanel::-webkit-scrollbar-track,
body[data-theme="day"] .dialogoNovedades__content::-webkit-scrollbar-track {
  background: #dfe5e9;
}

body[data-theme="day"] .dashboard__sidebarPanel::-webkit-scrollbar-thumb,
body[data-theme="day"] .dialogoNovedades__content::-webkit-scrollbar-thumb {
  border-color: #dfe5e9;
}

body[data-theme="day"] section#notacion table tr td,
body[data-theme="day"] section#armoniaExtendida table tr td {
  border-color: #b7c3ca;
}

body[data-theme="day"] section#notacion table tr td.cabecera,
body[data-theme="day"] section#notacion table thead tr td,
body[data-theme="day"] section#armoniaExtendida table tr td.cabecera,
body[data-theme="day"] section#armoniaExtendida table thead tr td {
  background: #dfe5e9;
  background: -webkit-gradient(linear, left bottom, left top, from(#dfe5e9), to(#c9d3d9));
  background: linear-gradient(0deg, #dfe5e9 0%, #c9d3d9 100%);
  color: #1f2528;
}

body[data-theme="day"] section#notacion table tr td.par,
body[data-theme="day"] section#armoniaExtendida table tr td.par {
  background-color: #f6f8f9;
}

body[data-theme="day"] section#instrumento table td.noPerteneceEscala span {
  color: #59656b;
}

body[data-theme="day"] section#instrumento table td.perteneceEscala span,
body[data-theme="day"] div.circulo p span {
  color: #1f2528;
}

body[data-theme="day"] div.circulo p.actual span {
  color: #ffffff;
}

body[data-theme="day"] .progression-workbench {
  border-bottom-color: #b7c3ca;
}

body[data-theme="day"] .workbenchKicker,
body[data-theme="day"] section table tr td.celdaAcorde {
  color: #a622ae;
}

body[data-theme="day"] .progressionControls legend,
body[data-theme="day"] .material-icons.icono.fundamentos,
body[data-theme="day"] .material-icons.icono.instrumentos {
  color: #006e58;
}

body[data-theme="day"] .measure .measureBar,
body[data-theme="day"] .measureDragHandle {
  color: #59656b;
}

body[data-theme="day"] .measure strong {
  color: #006e58;
}

body[data-theme="day"] .measureDegree {
  color: #7d2785;
}

body[data-theme="day"] .measureNotes {
  color: #59656b;
}

body[data-theme="day"] .measureChord .measureNotes {
  color: #252b2f;
}

body[data-theme="day"] section#notacion .scaleDegreePlayButton {
  background: #ffffff;
  border-color: #b7c3ca;
  color: #00764f;
}

body[data-theme="day"] section#notacion .scaleDegreePlayButton:hover,
body[data-theme="day"] section#notacion .scaleDegreePlayButton:focus {
  background: #00ff95;
  border-color: #00b875;
  color: #111111;
}

body[data-theme="day"] .transportControls {
  border-color: #b7c3ca;
  background: -webkit-gradient(linear, left bottom, left top, from(#f2f4f5), to(#ffffff));
  background: linear-gradient(0deg, #f2f4f5 0%, #ffffff 100%);
  -webkit-box-shadow: 0 -12px 26px rgba(31, 37, 40, 0.14);
          box-shadow: 0 -12px 26px rgba(31, 37, 40, 0.14);
}

body[data-theme="day"] .loopControl {
  color: #1f2528;
  font-size: .88em;
}

body[data-theme="day"] .melodicVoiceToggle {
  color: #1f2528;
}

body[data-theme="day"] .loopControl input {
  accent-color: #00764f;
}

body[data-theme="day"] .melodicVoiceToggle input {
  accent-color: #00764f;
}

body[data-theme="day"] .workbenchControlHeader {
  color: #1f2528;
}

body[data-theme="day"] .workbenchHelpButton {
  color: #1f2528;
}

body[data-theme="day"] .knobControl__dial {
  border-color: #b7c3ca;
  background: radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.95), transparent 14px), linear-gradient(145deg, #dfe5e9, #f8fafb);
  -webkit-box-shadow: inset 0 0 0 4px rgba(125, 39, 133, 0.11), 0 5px 10px rgba(54, 66, 72, 0.14);
          box-shadow: inset 0 0 0 4px rgba(125, 39, 133, 0.11), 0 5px 10px rgba(54, 66, 72, 0.14);
}

body[data-theme="day"] .knobControl__input:focus + .knobControl__dial {
  border-color: #7d2785;
  -webkit-box-shadow: inset 0 0 0 4px rgba(125, 39, 133, 0.14), 0 0 0 2px rgba(125, 39, 133, 0.2), 0 5px 10px rgba(54, 66, 72, 0.14);
          box-shadow: inset 0 0 0 4px rgba(125, 39, 133, 0.14), 0 0 0 2px rgba(125, 39, 133, 0.2), 0 5px 10px rgba(54, 66, 72, 0.14);
}

body[data-theme="day"] .knobControl__value {
  color: #00764f;
}

body[data-theme="day"] .measureFunction {
  color: #7d2785;
}

body[data-theme="day"] .workbenchContextKey {
  color: #1f2528;
}

body[data-theme="day"] .workbenchContextInstrument {
  color: #59656b;
}

body[data-theme="day"] .workbenchInstrumentMenu {
  background: #ffffff;
  color: #1f2528;
  border-color: #b7c3ca;
  -webkit-box-shadow: 0 14px 32px rgba(25, 36, 42, 0.24);
          box-shadow: 0 14px 32px rgba(25, 36, 42, 0.24);
}

body[data-theme="day"] .workbenchInstrumentMenuItem {
  color: #1f2528;
}

body[data-theme="day"] .workbenchInstrumentMenuItem:hover,
body[data-theme="day"] .workbenchInstrumentMenuItem:focus,
body[data-theme="day"] .workbenchInstrumentMenuItem[aria-pressed="true"] {
  border-color: #7d2785;
  color: #006e58;
}

body[data-theme="day"] .measure--split .measureChord {
  border-color: rgba(125, 39, 133, 0.18);
  background: rgba(125, 39, 133, 0.05);
}

body[data-theme="day"] .measureSplitButton {
  background: #ffffff;
  border-color: #b7c3ca;
  color: #7d2785;
}

body[data-theme="day"] .measureSplitButton:hover,
body[data-theme="day"] .measureSplitButton:focus {
  border-color: #7d2785;
  color: #006e58;
}

body[data-theme="day"] .measureChordMenuButton {
  color: #59656b;
}

body[data-theme="day"] .measureChordMenuButton:hover,
body[data-theme="day"] .measureChordMenuButton:focus {
  color: #7d2785;
}

body[data-theme="day"] .measureChordDragHandle {
  background: #ffffff;
  border-color: #b7c3ca;
  color: #59656b;
}

body[data-theme="day"] .measureChordDragHandle:hover,
body[data-theme="day"] .measureChordDragHandle:focus {
  border-color: #7d2785;
  color: #7d2785;
}

body[data-theme="day"] .measure--split .measureChord.isChordDropTarget {
  border-color: #7d2785;
  background: rgba(125, 39, 133, 0.1);
}

body[data-theme="day"] .measureChord.isSelected {
  border-color: rgba(125, 39, 133, 0.28);
  outline: 1px solid rgba(125, 39, 133, 0.34);
  outline-offset: 1px;
  padding: calc(.45em + 3px) calc(1.85em + 3px) calc(.45em + 3px) calc(.55em + 3px);
  -webkit-box-shadow: none;
          box-shadow: none;
}

body[data-theme="day"] .measure--split .measureChord.isSelected {
  border-color: rgba(125, 39, 133, 0.28);
  -webkit-box-shadow: none;
          box-shadow: none;
}

body[data-theme="day"] .measureChordQuickToggle {
  color: #59656b;
}

body[data-theme="day"] .measureChordQuickToggle:hover,
body[data-theme="day"] .measureChordQuickToggle:focus,
body[data-theme="day"] .measureChord.isQuickOpen .measureChordQuickToggle {
  color: #7d2785;
}

body[data-theme="day"] .measureChordQuickEditor {
  border-color: #b7c3ca;
  background: #ffffff;
  -webkit-box-shadow: 0 10px 28px rgba(31, 37, 40, 0.2);
          box-shadow: 0 10px 28px rgba(31, 37, 40, 0.2);
}

body[data-theme="day"] .measureChordQuickGroup {
  border-right-color: rgba(89, 101, 107, 0.18);
}

body[data-theme="day"] .measureChordQuickButton {
  border-color: #b7c3ca;
  background: #ffffff;
  color: #1f2528;
}

body[data-theme="day"] .measureChordQuickButton:hover,
body[data-theme="day"] .measureChordQuickButton:focus,
body[data-theme="day"] .measureChordQuickButton.isActive {
  border-color: #7d2785;
  color: #7d2785;
}

body[data-theme="day"] .measureChordQuickButton.isActive {
  background: rgba(125, 39, 133, 0.1);
}

body[data-theme="day"] .progressionInspector {
  border-color: #b7c3ca;
  background: -webkit-gradient(linear, left bottom, left top, from(#f2f4f5), to(#ffffff));
  background: linear-gradient(0deg, #f2f4f5 0%, #ffffff 100%);
  color: #1f2528;
}

body[data-theme="day"] .progressionInspector__header .material-icons,
body[data-theme="day"] .progressionInspectorAction {
  color: #7d2785;
}

body[data-theme="day"] .progressionInspector__header h3 {
  color: #006e58;
}

body[data-theme="day"] .progressionInspector__header p,
body[data-theme="day"] .progressionInspector__grid dt {
  color: #5f676b;
}

body[data-theme="day"] .progressionInspector__grid dd {
  color: #1f2528;
}

body[data-theme="day"] .progressionInspector__buttonGroup {
  border-color: rgba(125, 39, 133, 0.18);
}

body[data-theme="day"] .progressionInspector__buttonGroup > span {
  color: #5f676b;
}

body[data-theme="day"] .progressionInspectorVariant {
  border-color: #b7c3ca;
  background: #ffffff;
  color: #1f2528;
}

body[data-theme="day"] .progressionInspectorVariant:hover,
body[data-theme="day"] .progressionInspectorVariant:focus,
body[data-theme="day"] .progressionInspectorVariant.isActive {
  border-color: #7d2785;
  color: #7d2785;
}

body[data-theme="day"] .progressionInspectorVariant.isActive {
  background: rgba(125, 39, 133, 0.1);
}

body[data-theme="day"] .progressionInspectorAction {
  border-color: #b7c3ca;
  background: #eef1f2;
}

body[data-theme="day"] .progressionInspectorAction:hover,
body[data-theme="day"] .progressionInspectorAction:focus {
  border-color: #7d2785;
  color: #006e58;
}

body[data-theme="day"] .progressionInspectorAction--danger {
  color: #8f3f4a;
}

body[data-theme="day"] .progressionChordMenu {
  background: #ffffff;
  color: #1f2528;
  border-color: #b7c3ca;
  -webkit-box-shadow: 0 14px 32px rgba(25, 36, 42, 0.24);
          box-shadow: 0 14px 32px rgba(25, 36, 42, 0.24);
  scrollbar-color: #7d2785 #dfe5e9;
}

body[data-theme="day"] .progressionChordMenu::-webkit-scrollbar-track {
  background: #dfe5e9;
}

body[data-theme="day"] .progressionChordMenu::-webkit-scrollbar-thumb {
  border-color: #dfe5e9;
  background: #7d2785;
}

body[data-theme="day"] .progressionChordMenu::-webkit-scrollbar-thumb:hover {
  background: #5f1f66;
}

body[data-theme="day"] .progressionSectionHeader {
  color: #1f2528;
}

body[data-theme="day"] .progressionSectionHeader h3 {
  color: #006e58;
}

body[data-theme="day"] .progressionSectionNavLink {
  background: #ffffff;
  border-color: #b7c3ca;
  color: #7d2785;
}

body[data-theme="day"] .progressionSectionNavLink:hover,
body[data-theme="day"] .progressionSectionNavLink:focus {
  border-color: #7d2785;
  color: #006e58;
}

body[data-theme="day"] .progressionSectionNavDeleteButton {
  background: #ffffff;
  border-color: #b7c3ca;
  color: #8f3f4a;
}

body[data-theme="day"] .progressionSectionNavDeleteButton:hover,
body[data-theme="day"] .progressionSectionNavDeleteButton:focus {
  border-color: #7d2785;
  color: #006e58;
}

body[data-theme="day"] .progressionSectionCircleButton,
body[data-theme="day"] .progressionSectionDeleteButton,
body[data-theme="day"] .progressionSectionRandomButton {
  background: #ffffff;
  border-color: #b7c3ca;
  color: #7d2785;
}

body[data-theme="day"] .progressionSectionDeleteButton {
  color: #8f3f4a;
}

body[data-theme="day"] .progressionSectionCircleButton:hover,
body[data-theme="day"] .progressionSectionCircleButton:focus,
body[data-theme="day"] .progressionSectionDeleteButton:hover,
body[data-theme="day"] .progressionSectionDeleteButton:focus,
body[data-theme="day"] .progressionSectionRandomButton:hover,
body[data-theme="day"] .progressionSectionRandomButton:focus {
  border-color: #7d2785;
  color: #006e58;
}

body[data-theme="day"] .progressionSectionContext {
  color: #59656b;
}

body[data-theme="day"] .progressionSectionTypeSelect {
  background: #ffffff;
  border-color: #b7c3ca;
  color: #1f2528;
}

body[data-theme="day"] .progressionChordMenu h3 {
  color: #006e58;
}

body[data-theme="day"] .progressionChordMenu__group + .progressionChordMenu__group {
  border-top-color: #b7c3ca;
}

body[data-theme="day"] .progressionChordMenu__chord summary {
  color: #7d2785;
}

body[data-theme="day"] .measureChordMenuItem {
  background: #f3f6f8;
  color: #1f2528;
}

body[data-theme="day"] .measureChordMenuItem:hover,
body[data-theme="day"] .measureChordMenuItem:focus {
  border-color: #7d2785;
  color: #006e58;
}

body[data-theme="day"] .measure.isPlaybackHead {
  border-color: #7d2785;
  -webkit-box-shadow: 0 0 0 1px rgba(125, 39, 133, 0.22);
          box-shadow: 0 0 0 1px rgba(125, 39, 133, 0.22);
}

body[data-theme="day"] .measure.isPlaying {
  border-color: #7d2785;
  -webkit-box-shadow: 0 0 0 2px rgba(125, 39, 133, 0.2), inset 0 0 18px rgba(125, 39, 133, 0.16);
          box-shadow: 0 0 0 2px rgba(125, 39, 133, 0.2), inset 0 0 18px rgba(125, 39, 133, 0.16);
}

body[data-theme="day"] .measure.isPlaying strong {
  color: #7d2785;
}

body[data-theme="day"] section#armoniaExtendida #acordeonArmoniaExtendida .codaAccordionHeader {
  background-color: #dfe5e9;
  color: #1f2528;
  border-color: #b7c3ca;
}

body[data-theme="day"] section#armoniaExtendida #acordeonArmoniaExtendida .codaAccordionHeaderActive {
  background-color: #00764f;
  color: #ffffff;
}

body[data-theme="day"] .dialogoNovedades__surface,
body[data-theme="day"] .dialogoNovedades__content {
  background: #ffffff;
  color: #1f2528;
  border-color: #b7c3ca;
}

body[data-theme="day"] .dialogoNovedades__titlebar,
body[data-theme="day"] .dialogoNovedades__close {
  background: #dfe5e9;
  border-color: #b7c3ca;
  color: #1f2528;
}

body[data-theme="day"] .dialogoNovedades__title,
body[data-theme="day"] .dialogoNovedades__content p,
body[data-theme="day"] .dialogoNovedades__content dd,
body[data-theme="day"] .dialogoNovedades__content li {
  color: #1f2528;
}

body[data-theme="day"] footer {
  border-top-color: #b7c3ca;
}

.dashboard__sidebar {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: sidebar;
  min-width: 0;
  -ms-grid-row-align: start;
      align-self: start;
  min-height: var(--dashboard-sidebar-content-height, 0);
}

.dashboard__sidebarPanel {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: -webkit-sticky;
  position: sticky;
  top: 1.2em;
  width: 100%;
  max-height: var(--dashboard-sidebar-max-height, calc(100vh - 2.4em));
  overflow-y: auto;
  padding-right: .45em;
  scrollbar-color: #a622ae #151515;
  scrollbar-width: thin;
}

.dashboard__sidebarPanel::-webkit-scrollbar {
  width: 10px;
}

.dashboard__sidebarPanel::-webkit-scrollbar-track {
  background: #151515;
}

.dashboard__sidebarPanel::-webkit-scrollbar-thumb {
  background: #a622ae;
  border: 3px solid #151515;
  border-radius: 8px;
}

.dashboard__resizer {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: resizer;
  position: relative;
  -ms-grid-row-align: stretch;
      align-self: stretch;
  min-height: 280px;
  border: 0;
  background: transparent;
  cursor: col-resize;
  -ms-touch-action: none;
      touch-action: none;
}

.dashboard__resizer::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  border-radius: 2px;
  background: #444;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: background-color .16s ease, -webkit-box-shadow .16s ease, width .16s ease;
  transition: background-color .16s ease, -webkit-box-shadow .16s ease, width .16s ease;
  transition: background-color .16s ease, box-shadow .16s ease, width .16s ease;
  transition: background-color .16s ease, box-shadow .16s ease, width .16s ease, -webkit-box-shadow .16s ease;
}

.dashboard__resizer:hover::before,
.dashboard__resizer:focus::before,
.dashboard__resizer.isDragging::before {
  width: 2px;
  background: #a622ae;
  -webkit-box-shadow: 0 0 12px rgba(166, 34, 174, 0.55);
          box-shadow: 0 0 12px rgba(166, 34, 174, 0.55);
}

.dashboard__resizer:focus {
  outline: none;
}

body.dashboardResizing {
  cursor: col-resize;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.dashboard__main {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  grid-area: main;
  min-width: 0;
}

fieldset {
  font-size: .9em;
  border: 1px solid #444;
  border-radius: 6px;
  padding: 1.25em;
  background: #151515;
  background: -webkit-gradient(linear, left bottom, left top, from(#151515), to(#111));
  background: linear-gradient(0deg, #151515 0%, #111 100%);
}

fieldset h3 {
  border-bottom: none;
  font-weight: 800;
  font-size: 1.4em;
  width: auto;
}

#interface p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .7em 1em;
}

#interface label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .35em;
}

#interface select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 0;
  background: #111;
  color: #eee;
  border: 1px solid #444;
  border-radius: 4px;
  padding: .32em .45em;
}

#interface select#tonica {
  width: 4.6em;
}

#interface select#escala {
  width: min(100%, 16.5em);
}

#interface select#instrumentoSonoro {
  width: min(100%, 12.5em);
}

.selectWithRandom {
  white-space: nowrap;
}

.randomSelectButton {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.9em;
  height: 1.9em;
  border: 1px solid #444;
  border-radius: 50%;
  background: #151515;
  color: #d85ee0;
  cursor: pointer;
}

.randomSelectButton:hover,
.randomSelectButton:focus {
  border-color: #a622ae;
  color: #a3ffd9;
  outline: none;
}

.randomSelectButton .material-icons {
  font-size: 1.15em;
  line-height: 1;
}

#interface input[type="radio"] {
  accent-color: #a622ae;
}

.opcion {
  margin-left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .45em;
}

.opcionInstrumento {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
}

.collapsiblePanelHeader,
.scaleTitleHeader {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: .65em;
  width: 100%;
}

.collapsiblePanelHeader--iconOnly {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: .15em;
}

.collapsiblePanelHeader span,
.scaleTitleHeader span {
  min-width: 0;
}

.collapseToggleButton {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 1.5em;
  height: 1.5em;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #d85ee0;
  cursor: pointer;
  padding: 0;
}

.collapseToggleButton:hover,
.collapseToggleButton:focus {
  color: #a3ffd9;
  outline: none;
}

.collapseToggleButton .material-icons {
  font-size: 1.2em;
  line-height: 1;
}

#interface.isCollapsed .theoryControlsBody,
#herramientasTeoricas.scaleDetailsCollapsed #scaleTheoryDetails,
#herramientasTeoricas.scaleDetailsCollapsed #instrumento {
  display: none;
}

input[type="text"],
select,
textarea {
  border: 1px solid #eee;
  padding: 2px;
}

input[type="text"]:hover,
select:hover,
textarea:hover,
input[type="text"]:focus,
select:focus, textarea:focus {
  border: 1px solid #00ff95;
}

label {
  font-weight: 600;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 5px;
  color: #eee;
  background: #a622ae;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(79%, #a622ae), to(#a622ae));
  background: linear-gradient(0deg, #a622ae 79%, #a622ae 100%);
}

input[type="button"]:hover {
  background: #00ff95;
  -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
}

p.centrado {
  text-align: center;
}

.material-icons.icono {
  font-size: 6em;
  color: #00ff95;
}

.material-icons.icono.fundamentos {
  color: #00ff95;
}

.material-icons.icono.instrumentos {
  color: #a3ffd9;
}

.material-icons.icono.licencia {
  color: #a622ae;
}

section#notacion {
  font-size: 1.2em;
  overflow-x: auto;
}

section#notacion h3 {
  width: 100%;
  margin-top: .85em;
}

section#notacion h3.scaleTitleHeader {
  margin-top: .85em;
}

section#notacion ul.notasEscala + h4 {
  margin-top: 1.05em;
  margin-bottom: .15em;
}

section#notacion ul {
  text-align: center;
}

section#notacion ul.notasEscala {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: .18em .3em;
  line-height: 1.35;
}

section#notacion ul li {
  list-style-type: none;
  display: inline;
  margin-right: .3em;
}

section#notacion ul.notasEscala li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0;
  line-height: 1;
}

section#notacion ul li sup {
  font-size: .7em;
}

section#notacion .scalePlaybackItem {
  margin-right: .55em;
}

section#notacion .scaleDegreePlayButton {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.4em;
  height: 1.4em;
  border: 1px solid #444;
  border-radius: 4px;
  background: #111;
  color: #d85ee0;
  padding: 0;
  vertical-align: middle;
  cursor: pointer;
}

section#notacion .scaleDegreePlayButton .material-icons {
  font-size: 1em;
  line-height: 1;
}

section#notacion .scaleDegreePlayButton:hover,
section#notacion .scaleDegreePlayButton:focus {
  border-color: #00ff95;
  color: #00ff95;
  outline: none;
}

section#notacion .scaleDegreeNoteButton {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .05em;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  padding: 0 .05em;
  cursor: pointer;
}

section#notacion .scaleDegreeNoteButton:hover,
section#notacion .scaleDegreeNoteButton:focus {
  color: #00ff95;
  outline: none;
}

section#notacion .scaleDegreeNoteButton.isPlayingScaleNote {
  color: #d85ee0;
  text-shadow: 0 0 10px #d85ee0;
}

section#notacion ul li.principal {
  font-weight: 600;
}

section#notacion ul li.secundaria {
  font-weight: 600;
}

section#notacion div.leyendaModal {
  width: 100%;
  margin: 0 auto;
  font-size: .7em;
  text-align: center;
}

section#notacion table tr td span.cadencial {
  font-weight: 600;
}

section#notacion table.acordesEscala {
  margin-top: .15em;
}

section#notacion table.acordesEscala tr td:first-child {
  text-align: left;
}

section#notacion table.acordesEscala tr td.cabecera,
section#notacion table.acordesEscala thead tr td {
  font-size: .88em;
  white-space: nowrap;
}

section#notacion div.leyendaAcordesModales {
  width: 100%;
  margin: 0 auto;
  font-size: .7em;
  text-align: center;
}

section#notacion table,
section#armoniaExtendida table {
  width: 100%;
  margin: 0 auto;
  font-size: .8em;
  border-collapse: collapse;
}

section#notacion table tr td,
section#armoniaExtendida table tr td {
  border: 1px solid #444;
  padding: 5px;
  text-align: center;
}

section#notacion table tr td.cabecera,
section#notacion table thead tr td,
section#armoniaExtendida table tr td.cabecera,
section#armoniaExtendida table thead tr td {
  font-weight: 600;
  background: #333;
  /*  Navegadores carracla */
  background: -webkit-gradient(linear, left bottom, left top, from(#333), to(#444));
  background: linear-gradient(0deg, #333 0%, #444 100%);
  color: #eee;
}

section#notacion table tr td.par,
section#armoniaExtendida table tr td.par {
  background-color: #151515;
}

section#notacion,
section#armoniaExtendida {
  overflow-x: auto;
}

section#notacion p.leyenda,
section#armoniaExtendida p.leyenda {
  font-size: .6em;
  text-align: center;
  margin-top: .7em;
}

span.principal, li.principal {
  color: #00d4ff;
}

span.secundaria, li.secundaria {
  color: #c46f00;
}

section table tr td.celdaAcorde {
  cursor: pointer;
  color: #d85ee0;
}

.cadencial {
  color: #00ff95;
}

.evitar {
  color: #ca4a4a;
}

section#instrumento {
  text-align: center;
  font-size: .85em;
  overflow-x: hidden;
  padding-bottom: .35em;
  /*width=13 trastes x (width traste sin sumar padding traste)*/
  /*(width teclaBlanca * 14) + (width teclaNegra * 10)*/
}

section#instrumento .instrumentScaleViewport {
  position: relative;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: .4em;
}

section#instrumento .instrumentScaleCanvas {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

section#instrumento .instrumentScaleCanvas.instrumentScaleCanvas--scroll {
  position: relative;
  display: inline-block;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

section#instrumento table.diapason {
  border-collapse: separate;
  border-spacing: 0;
  width: auto;
  height: auto;
  background: -webkit-gradient(linear, left top, right top, from(#26170f), color-stop(38%, #4d2b16), to(#2b160d));
  background: linear-gradient(90deg, #26170f 0%, #4d2b16 38%, #2b160d 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.35), 0 8px 18px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.35), 0 8px 18px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  /*traste*/
}

section#instrumento table.diapason td {
  position: relative;
  width: 46px;
  height: 28px;
  padding: 3px 4px;
  text-align: center;
}

section#instrumento table.diapason td.guitarOpenString {
  width: 42px;
  background: rgba(0, 0, 0, 0.28);
  border-right: 4px solid rgba(235, 220, 190, 0.75);
}

section#instrumento table.diapason td.guitarFret {
  border-right: 2px solid rgba(205, 190, 170, 0.42);
}

section#instrumento table.diapason td.guitarNoteCell:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.18)), color-stop(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0.2)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.2));
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.65);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.65);
  pointer-events: none;
  z-index: 2;
}

section#instrumento table.diapason td.guitarNoteCell.fretPositionMarker:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(245, 245, 245, 0.82);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
}

section#instrumento table.diapason tfoot td {
  height: 18px;
  padding-top: 4px;
  background: rgba(0, 0, 0, 0.22);
  color: #bbb;
  font-size: .75em;
}

section#instrumento div.teclado {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: calc(var(--white-key-count) * 24px + 16px);
  height: 168px;
  background: -webkit-gradient(linear, left top, left bottom, from(#242424), to(#101010));
  background: linear-gradient(180deg, #242424, #101010);
  border: 1px solid rgba(255, 255, 255, 0.18);
  -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.55), 0 8px 18px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.55), 0 8px 18px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  padding: 8px 8px 10px;
}

section#instrumento div.teclado .pianoWhiteKeys {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (24px)[var(--white-key-count)];
      grid-template-columns: repeat(var(--white-key-count), 24px);
  height: 148px;
}

section#instrumento div.teclado .pianoBlackKeys {
  position: absolute;
  z-index: 2;
  left: 8px;
  width: calc(var(--white-key-count) * 24px);
  top: 8px;
  height: 92px;
  pointer-events: none;
}

section#instrumento div.teclado .pianoKey {
  position: relative;
  text-align: center;
}

section#instrumento div.teclado .pianoWhiteKey {
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#d8d8d8));
  background: linear-gradient(180deg, #f7f7f7 0%, #d8d8d8 100%);
  border-left: 1px solid #777;
  border-bottom: 3px solid #aaa;
  border-radius: 0 0 4px 4px;
}

section#instrumento div.teclado .pianoBlackKey {
  position: absolute;
  left: var(--key-left);
  top: 0;
  width: 15px;
  height: 92px;
  margin-left: -7px;
  background: -webkit-gradient(linear, left top, left bottom, from(#242424), to(#050505));
  background: linear-gradient(180deg, #242424 0%, #050505 100%);
  border: 1px solid #000;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.65);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.65);
  pointer-events: auto;
}

section#instrumento div.teclado .pianoWhiteKey span {
  position: absolute;
  left: 50%;
  bottom: 7px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

section#instrumento div.teclado .pianoWhiteKey .pianoOctaveMarker {
  left: 36%;
  top: 7px;
  bottom: auto;
  color: rgba(65, 65, 65, 0.82);
  background: transparent;
  font-size: .76em;
  font-weight: 700;
  pointer-events: none;
}

section#instrumento div.teclado .pianoBlackKey span {
  position: absolute;
  left: 50%;
  bottom: 8px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

section#instrumento .celdaNota span {
  border-radius: 11px;
  width: 22px;
  height: 22px;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
  z-index: 3;
}

section#instrumento .noPerteneceEscala span {
  color: #bbb;
  background-color: transparent;
}

section#instrumento .perteneceEscala span {
  background-color: #00ff95;
  color: #151515;
  font-weight: 800;
}

section#instrumento div.teclado .perteneceEscala span {
  background-color: #00ff95;
}

section#instrumento .celdaNota span.resaltada,
section#instrumento .celdaNota span.isPlayingInstrumentNote {
  background-color: #a622ae !important;
}

section#circuloQuintas {
  position: static;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}

div#circuloDesplegado {
  position: relative;
  margin: 20px 0 12px 0;
  height: 200px;
  width: 200px;
}

div.circulo {
  box-sizing: border-box;
  position: absolute;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #00ff95;
  text-align: center;
  font-size: .7em;
}

div.circulo p {
  box-sizing: border-box;
  height: 18px;
  line-height: 14px;
  margin-bottom: 0px;
}

div.circulo p:first-child {
  padding-top: 4px;
}

div.circulo p span {
  color: #151515;
  text-decoration: none;
}

div.circulo p.actual span {
  color: #eee;
}

div.circulo.actual {
  background-color: #a622ae;
}

section#armoniaExtendida table {
  margin-bottom: 14px;
}

section#armoniaExtendida #acordeonArmoniaExtendida .codaAccordionPanel {
  padding: .7em .65em .9em .65em;
}

section#armoniaExtendida #acordeonArmoniaExtendida .codaAccordionHeader {
  cursor: pointer;
  margin: .35em 0 0 0;
  padding: .55em .65em;
  border: 1px solid #444;
  border-radius: 4px;
  background-color: #151515;
  color: #eee;
}

section#armoniaExtendida #acordeonArmoniaExtendida .codaAccordionHeaderActive {
  background-color: #00ff95;
  color: #151515;
}

section#armoniaExtendida #acordeonArmoniaExtendida .codaAccordionHeader:focus {
  outline: 2px solid #d85ee0;
  outline-offset: 2px;
}

section#bienvenida {
  margin-top: 2em;
}

section#bienvenida h2 {
  font-size: 1.4em;
  text-align: center;
}

section#bienvenida img {
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
}

section#bienvenida .columnata {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.2em;
}

section#bienvenida #principal > div,
section#bienvenida .columnata article {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 220px;
          flex: 1 1 220px;
  min-width: 0;
}

.dashboard__theory section:empty {
  display: none;
}

.progression-workbench {
  min-height: 42vh;
  padding: 0 0 5.4em 0;
  border-bottom: 1px solid #444;
}

.workbenchHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: .8em;
  margin-bottom: 1em;
}

.workbenchTitleGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .75em;
  min-width: 0;
}

.workbenchHeader h2 {
  font-size: 2em;
  line-height: 1;
  margin-bottom: 0;
}

.workbenchKicker {
  margin-bottom: 0;
  font-size: .85em;
  font-weight: 600;
  line-height: 1;
  color: #a622ae;
}

.workbenchContext {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .75em;
  min-width: 0;
  margin-bottom: 0;
  font-size: .85em;
  font-weight: 600;
  text-align: right;
}

.workbenchContextKey,
.workbenchContextInstrument {
  white-space: nowrap;
}

.workbenchContextKey {
  color: #eee;
}

.workbenchContextInstrument {
  color: #bbb;
}

.workbenchContextGroup {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: .25em;
  min-width: 0;
  margin-left: auto;
}

.workbenchCircleToggle,
.workbenchInstrumentToggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 1.45em;
  height: 1.45em;
  border: 0;
  background: transparent;
  color: #d85ee0;
  cursor: pointer;
  padding: 0;
}

.workbenchCircleToggle:hover,
.workbenchCircleToggle:focus,
.workbenchInstrumentToggle:hover,
.workbenchInstrumentToggle:focus {
  color: #a3ffd9;
  outline: none;
}

.workbenchCircleToggle .material-icons,
.workbenchInstrumentToggle .material-icons {
  font-size: 1.25em;
  line-height: 1;
}

.workbenchInstrumentMenu {
  position: absolute;
  top: calc(100% + .45em);
  right: 0;
  z-index: 72;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 12em;
  max-width: min(18em, calc(100vw - 2em));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: .2em;
  padding: .45em;
  border: 1px solid #444;
  border-radius: 6px;
  background: #151515;
  color: #eee;
  -webkit-box-shadow: 0 14px 34px rgba(0, 0, 0, 0.45);
          box-shadow: 0 14px 34px rgba(0, 0, 0, 0.45);
}

.workbenchInstrumentMenu[hidden] {
  display: none;
}

.workbenchInstrumentMenuItem {
  width: 100%;
  padding: .45em .65em;
  border: 1px solid transparent;
  border-radius: 4px;
  background: transparent;
  color: #eee;
  cursor: pointer;
  text-align: left;
  white-space: nowrap;
}

.workbenchInstrumentMenuItem:hover,
.workbenchInstrumentMenuItem:focus,
.workbenchInstrumentMenuItem[aria-pressed="true"] {
  border-color: #a622ae;
  color: #a3ffd9;
  outline: none;
}

.progressionControls {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(190px, 1fr))[3];
  grid-template-columns: repeat(3, minmax(190px, 1fr));
  gap: 1em;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.progressionControls fieldset.workbenchPanel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: .65em;
  border: 1px solid #444;
  border-radius: 6px;
  padding: 1em;
  background: #151515;
}

.progressionControls legend {
  padding: 0 .3em;
  color: #00ff95;
  font-weight: 600;
}

.progressionControls fieldset.workbenchPanel > label,
.progressionExpressiveControls > label,
.progressionControls .workbenchControl--withAction {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(6.6em, 0.7fr) 0.55em minmax(0, 1fr) 0.55em auto;
  grid-template-columns: minmax(6.6em, 0.7fr) minmax(0, 1fr) auto;
  gap: .55em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: .9em;
}

.workbenchControlLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .3em;
  min-width: 0;
}

.workbenchControl--withAction .workbenchControlLabel {
  gap: .12em;
}

.workbenchControlText {
  display: inline;
  font-size: 1em;
  font-weight: 600;
  font-family: inherit;
  color: inherit;
  line-height: inherit;
}

.workbenchHelpButton {
  display: -ms-inline-grid;
  display: inline-grid;
  place-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 1.15em;
  height: 1.15em;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #f5f5f5;
  padding: 0;
  cursor: pointer;
  line-height: 1;
}

.workbenchHelpButton:hover,
.workbenchHelpButton:focus {
  color: #d85ee0;
  outline: none;
}

.workbenchHelpButton .material-icons {
  font-size: 1.15em;
  line-height: 1;
  pointer-events: none;
}

.progressionExpressiveControls[hidden] {
  display: none;
}

.progressionExpressiveControls {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .65em;
  margin-top: .15em;
}

.progressionControls .workbenchControl--knob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: .28em;
  min-width: 0;
}

.workbenchControlHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: .35em;
  width: 100%;
  min-width: 0;
  color: #eee;
  font-size: .88em;
  text-align: center;
}

.progressionControls .workbenchControlHeader .randomSelectButton {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 1.55em;
  height: 1.55em;
}

.progressionControls input[type="number"],
.progressionControls select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  min-width: 0;
  background: #111;
  color: #eee;
  border: 1px solid #444;
  border-radius: 4px;
  padding: .32em .45em;
}

.progressionControls input[type="range"] {
  width: 100%;
  min-width: 0;
  accent-color: #a622ae;
}

.progressionControls .randomSelectButton {
  width: 1.75em;
  height: 1.75em;
}

.knobControl {
  --knob-angle: -135deg;
  position: relative;
  display: -ms-grid;
  display: grid;
  place-items: center;
  gap: .24em;
  width: 100%;
  min-width: 0;
}

.knobControl__input {
  position: absolute;
  width: 38px !important;
  height: 38px;
  opacity: 0;
  cursor: ns-resize;
  z-index: 2;
}

.knobControl__dial {
  position: relative;
  width: 34px;
  height: 34px;
  margin: 1px 0;
  border: 1px solid #444;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 28%, rgba(238, 238, 238, 0.18), transparent 14px), linear-gradient(145deg, #151515, #111);
  -webkit-box-shadow: inset 0 0 0 4px rgba(166, 34, 174, 0.14), 0 5px 10px rgba(0, 0, 0, 0.28);
          box-shadow: inset 0 0 0 4px rgba(166, 34, 174, 0.14), 0 5px 10px rgba(0, 0, 0, 0.28);
  cursor: ns-resize;
}

.knobControl__indicator {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 3px;
  height: 12px;
  margin-left: -1.5px;
  margin-top: -12px;
  border-radius: 999px;
  background: #d85ee0;
  -webkit-box-shadow: 0 0 8px rgba(216, 94, 224, 0.55);
          box-shadow: 0 0 8px rgba(216, 94, 224, 0.55);
  -webkit-transform: rotate(var(--knob-angle));
          transform: rotate(var(--knob-angle));
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}

.knobControl__input:focus + .knobControl__dial {
  border-color: #d85ee0;
  -webkit-box-shadow: inset 0 0 0 4px rgba(166, 34, 174, 0.18), 0 0 0 2px rgba(216, 94, 224, 0.22), 0 5px 10px rgba(0, 0, 0, 0.28);
          box-shadow: inset 0 0 0 4px rgba(166, 34, 174, 0.18), 0 0 0 2px rgba(216, 94, 224, 0.22), 0 5px 10px rgba(0, 0, 0, 0.28);
}

.knobControl__value {
  color: #a3ffd9;
  font-size: .7em;
  line-height: 1;
  min-height: 1em;
}

.progressionGenerateBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .8em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1em 0 .9em 0;
}

.melodicVoiceToggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .4em;
  color: #eee;
  font-size: .88em;
  font-weight: 600;
}

.melodicVoiceToggle input {
  accent-color: #d85ee0;
}

.transportButton--generate {
  background: #d85ee0;
  color: #111;
}

.progressionTimeline {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(120px, 1fr))[4];
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: .7em;
  margin-top: .5em;
}

.progressionUnavailable {
  grid-column: 1 / -1;
  width: 100%;
  white-space: nowrap;
}

.measure {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 92px;
  border: 1px solid #444;
  border-radius: 6px;
  background: -webkit-gradient(linear, left bottom, left top, from(#151515), to(#111));
  background: linear-gradient(0deg, #151515 0%, #111 100%);
  padding: .75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  cursor: pointer;
}

.measure .measureBar {
  color: #bbb;
  font-size: .8em;
}

.measureChordList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: .45em;
  min-height: 0;
}

.measureChord {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: .12em;
  min-height: 0;
  padding-right: 1.85em;
}

.measureChordName {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .25em;
  max-width: 100%;
}

.measureChordMenuButton {
  width: 1.45em;
  height: 1.45em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  color: #bbb;
  cursor: pointer;
  border-radius: 4px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.measureChordMenuButton:hover,
.measureChordMenuButton:focus {
  color: #d85ee0;
  outline: none;
}

.measureChordMenuButton .material-icons {
  font-size: 1em;
  line-height: 1;
}

.measureChordDragHandle {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.45em;
  height: 1.45em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #444;
  border-radius: 4px;
  background: #151515;
  color: #bbb;
  cursor: -webkit-grab;
  cursor: grab;
}

.measureChordDragHandle:hover,
.measureChordDragHandle:focus {
  border-color: #a622ae;
  color: #d85ee0;
  outline: none;
}

.measureChordDragHandle .material-icons {
  font-size: 1em;
  line-height: 1;
}

.measure--split .measureChord {
  min-height: 3.1em;
  padding: calc(.45em + 3px) calc(1.85em + 3px) calc(.45em + 3px) calc(.55em + 3px);
  border: 1px solid rgba(197, 246, 255, 0.18);
  border-radius: 5px;
  background: rgba(197, 246, 255, 0.04);
}

.measure--split .measureChord.isDragging {
  opacity: .55;
}

.measure--split .measureChord.isChordDropTarget {
  border-color: #a622ae;
  background: rgba(172, 72, 190, 0.12);
}

.measureChord.isSelected {
  border-color: rgba(172, 72, 190, 0.28);
  outline: 1px solid rgba(172, 72, 190, 0.38);
  outline-offset: 1px;
  padding: calc(.45em + 3px) calc(1.85em + 3px) calc(.45em + 3px) calc(.55em + 3px);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.measure--split .measureChord.isSelected {
  border-color: rgba(172, 72, 190, 0.28);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.measureChordQuickToggle {
  width: 1.45em;
  height: 1.45em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  color: #bbb;
  cursor: pointer;
  border-radius: 4px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.measureChordQuickToggle:hover,
.measureChordQuickToggle:focus,
.measureChord.isQuickOpen .measureChordQuickToggle {
  color: #d85ee0;
  outline: none;
}

.measureChord.isQuickOpen .measureChordQuickToggle .material-icons {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.measureChordQuickToggle .material-icons {
  font-size: 1em;
  line-height: 1;
  -webkit-transition: -webkit-transform .16s ease;
  transition: -webkit-transform .16s ease;
  transition: transform .16s ease;
  transition: transform .16s ease, -webkit-transform .16s ease;
}

.measureChordQuickWrap {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.measureChordQuickEditor {
  position: absolute;
  left: calc(100% + .25em);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 60;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: .25em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 13.5em;
  padding: .45em;
  border: 1px solid #444;
  border-radius: 6px;
  background: #151515;
  -webkit-box-shadow: 0 10px 28px rgba(0, 0, 0, 0.42);
          box-shadow: 0 10px 28px rgba(0, 0, 0, 0.42);
}

.measure:nth-child(4n) .measureChordQuickEditor {
  left: auto;
  right: calc(100% + .25em);
}

.measureChord.isQuickOpen .measureChordQuickEditor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.measureChordQuickGroup {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: .25em;
  padding-right: .35em;
  border-right: 1px solid rgba(197, 246, 255, 0.12);
}

.measureChordQuickGroup:last-child {
  padding-right: 0;
  border-right: 0;
}

.measureChordQuickButton {
  min-width: 1.9em;
  height: 1.55em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #444;
  border-radius: 4px;
  background: #222;
  color: #eee;
  cursor: pointer;
  font-size: .72em;
  font-weight: 800;
  line-height: 1;
  padding: .15em .3em;
}

.measureChordQuickButton:hover,
.measureChordQuickButton:focus,
.measureChordQuickButton.isActive {
  border-color: #a622ae;
  color: #d85ee0;
  outline: none;
}

.measureChordQuickButton.isActive {
  background: rgba(172, 72, 190, 0.16);
}

.measureChordQuickButton .material-icons {
  font-size: 1em;
  line-height: 1;
}

.measureSplitActions {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: .25em;
}

.measureSplitButton {
  width: 1.45em;
  height: 1.45em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #444;
  border-radius: 4px;
  background: #151515;
  color: #d85ee0;
  cursor: pointer;
  font-weight: 800;
  line-height: 1;
}

.measureSplitButton:hover,
.measureSplitButton:focus {
  border-color: #a622ae;
  color: #a3ffd9;
  outline: none;
}

.progressionInspector {
  margin: .85em 0 .7em 0;
  border: 1px solid #444;
  border-radius: 6px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(21, 21, 21, 0.96)), to(rgba(17, 17, 17, 0.98)));
  background: linear-gradient(0deg, rgba(21, 21, 21, 0.96) 0%, rgba(17, 17, 17, 0.98) 100%);
  color: #eee;
}

.progressionInspector__inner {
  padding: .8em .9em;
}

.progressionInspector__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .65em;
}

.progressionInspector__header .material-icons {
  color: #d85ee0;
  font-size: 1.35em;
}

.progressionInspector__header h3 {
  margin: 0;
  color: #a3ffd9;
  font-size: 1em;
  font-weight: 700;
}

.progressionInspector__header p {
  margin: .15em 0 0 0;
  color: #bbb;
  font-size: .82em;
}

.progressionInspector__grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .5em .8em;
  margin: .75em 0 0 0;
}

.progressionInspector__grid dt {
  margin: 0;
  color: #bbb;
  font-size: .72em;
  text-transform: uppercase;
}

.progressionInspector__grid dd {
  margin: 0;
  color: #eee;
  font-size: .9em;
  overflow-wrap: anywhere;
}

.progressionInspector__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: .45em;
  margin-top: .75em;
}

.progressionInspector__editor {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .6em;
  margin-top: .8em;
}

.progressionInspector__buttonGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .35em;
  padding: .45em;
  border: 1px solid rgba(197, 246, 255, 0.12);
  border-radius: 5px;
}

.progressionInspector__buttonGroup > span {
  width: 100%;
  color: #bbb;
  font-size: .72em;
  font-weight: 700;
  text-transform: uppercase;
}

.progressionInspectorVariant {
  min-width: 2.8em;
  border: 1px solid #444;
  border-radius: 4px;
  background: #151515;
  color: #eee;
  cursor: pointer;
  font-size: .8em;
  font-weight: 700;
  padding: .3em .45em;
}

.progressionInspectorVariant:hover,
.progressionInspectorVariant:focus,
.progressionInspectorVariant.isActive {
  border-color: #a622ae;
  color: #d85ee0;
  outline: none;
}

.progressionInspectorVariant.isActive {
  background: rgba(172, 72, 190, 0.16);
}

.progressionInspectorAction {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .3em;
  border: 1px solid #444;
  border-radius: 5px;
  background: #151515;
  color: #d85ee0;
  cursor: pointer;
  font-size: .82em;
  font-weight: 700;
  padding: .35em .55em;
}

.progressionInspectorAction:hover,
.progressionInspectorAction:focus {
  border-color: #a622ae;
  color: #a3ffd9;
  outline: none;
}

.progressionInspectorAction--danger {
  color: #ff9f9f;
}

.progressionInspectorAction .material-icons {
  font-size: 1em;
  line-height: 1;
}

.progressionChordMenu {
  position: fixed;
  z-index: 70;
  width: min(280px, calc(100vw - 16px));
  max-height: min(520px, calc(100vh - 24px));
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: .55em;
  border: 1px solid #444;
  border-radius: 6px;
  background: #151515;
  color: #eee;
  -webkit-box-shadow: 0 14px 40px rgba(0, 0, 0, 0.5);
          box-shadow: 0 14px 40px rgba(0, 0, 0, 0.5);
  scrollbar-color: #a622ae #111;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
}

.progressionChordMenu::-webkit-scrollbar {
  width: 10px;
}

.progressionChordMenu::-webkit-scrollbar-track {
  background: #111;
  border-radius: 999px;
}

.progressionChordMenu::-webkit-scrollbar-thumb {
  border: 2px solid #111;
  border-radius: 999px;
  background: #a622ae;
}

.progressionChordMenu::-webkit-scrollbar-thumb:hover {
  background: #d85ee0;
}

.progressionSectionHeader {
  grid-column: 1 / -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .45em;
  min-height: 2em;
  margin: .2em 0 .1em 0;
  padding: .2em .1em;
  color: #eee;
}

.progressionSectionHeader h3 {
  margin: 0;
  border: 0;
  color: #a3ffd9;
  font-size: .95em;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.progressionSectionNavigator {
  grid-column: 1 / -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: .45em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 .35em 0;
  padding: .15em 0;
}

.progressionSectionNavLink {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 2em;
  padding: .25em .65em;
  border: 1px solid #444;
  border-radius: 5px;
  background: #151515;
  color: #d85ee0;
  font-size: .82em;
  font-weight: 700;
  text-decoration: none;
}

.progressionSectionNavItem {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .2em;
}

.progressionSectionNavLink:hover,
.progressionSectionNavLink:focus {
  border-color: #a622ae;
  color: #a3ffd9;
  outline: none;
}

.progressionSectionNavDeleteButton {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.45em;
  height: 1.45em;
  border: 1px solid #444;
  border-radius: 999px;
  background: #151515;
  color: #ff9f9f;
  font-size: .82em;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

.progressionSectionNavDeleteButton:hover,
.progressionSectionNavDeleteButton:focus {
  border-color: #a622ae;
  color: #a3ffd9;
  outline: none;
}

.progressionSectionCircleButton,
.progressionSectionDeleteButton,
.progressionSectionRandomButton {
  width: 2em;
  height: 2em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #444;
  border-radius: 5px;
  background: #151515;
  color: #d85ee0;
  cursor: pointer;
}

.progressionSectionDeleteButton {
  color: #ff9f9f;
}

.progressionSectionCircleButton:hover,
.progressionSectionCircleButton:focus,
.progressionSectionDeleteButton:hover,
.progressionSectionDeleteButton:focus,
.progressionSectionRandomButton:hover,
.progressionSectionRandomButton:focus {
  border-color: #a622ae;
  color: #a3ffd9;
  outline: none;
}

.progressionSectionCircleButton .material-icons,
.progressionSectionDeleteButton .material-icons,
.progressionSectionRandomButton .material-icons {
  font-size: 1.05em;
  line-height: 1;
}

.progressionSectionContext {
  color: #bbb;
  font-size: .82em;
  font-weight: 600;
}

.progressionSectionHeader--next {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: .45em;
}

.progressionSectionTypeSelect {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 15em;
  background: #222;
  color: #eee;
  border: 1px solid #444;
  border-radius: 4px;
  padding: .35em .55em;
  font-weight: 600;
}

.progressionSectionModulationSelect {
  min-width: 13em;
}

.progressionSectionGenerateButton {
  min-height: 2.35em;
  white-space: nowrap;
}

.progressionChordMenu h3 {
  margin: .25em 0 .4em 0;
  border-bottom: none;
  color: #a3ffd9;
  font-size: .82em;
  font-weight: 700;
}

.progressionChordMenu__group + .progressionChordMenu__group {
  margin-top: .65em;
  padding-top: .55em;
  border-top: 1px solid #444;
}

.progressionChordMenu__chord {
  margin: .25em 0;
}

.progressionChordMenu__chord summary {
  cursor: pointer;
  color: #c5f6ff;
  font-size: .9em;
  font-weight: 700;
  list-style-position: inside;
}

.progressionChordMenu__source {
  display: block;
  margin: .2em 0 0 1.25em;
  color: #bbb;
  font-size: .82em;
  font-weight: 600;
}

.progressionChordMenu__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: .25em;
  padding: .35em 0 .2em .65em;
}

.measureChordMenuItem {
  text-align: left;
  padding: .35em .45em;
  border: 1px solid transparent;
  border-radius: 4px;
  background: #111;
  color: #eee;
  cursor: pointer;
  font-size: .86em;
}

.measureChordMenuItem:hover,
.measureChordMenuItem:focus {
  border-color: #a622ae;
  color: #a3ffd9;
  outline: none;
}

.measure strong {
  color: #a3ffd9;
  font-size: 1.25em;
}

.measureDegree {
  color: #c5f6ff;
  font-size: .88em;
  font-style: normal;
  font-weight: 600;
  margin-top: .3em;
}

.measureNotes {
  color: rgba(230, 238, 242, 0.58);
  font-size: .72em;
  font-weight: 500;
  letter-spacing: .01em;
  line-height: 1.2;
  margin-top: .08em;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.musicInversion {
  font-size: .72em;
  line-height: 0;
  vertical-align: sub;
}

.measureFunction {
  -ms-flex-item-align: start;
      align-self: flex-start;
  color: #d85ee0;
  font-size: .78em;
  font-weight: 700;
  margin-top: .15em;
}

.measureSource {
  color: #bbb;
  font-size: .74em;
  font-weight: 600;
  line-height: 1.25;
  margin-top: .18em;
}

.measureDragHandle {
  position: absolute;
  top: .45em;
  right: .45em;
  width: 1.55em;
  height: 1.55em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  color: #bbb;
  cursor: -webkit-grab;
  cursor: grab;
  border-radius: 4px;
}

.measureDragHandle:hover,
.measureDragHandle:focus {
  color: #d85ee0;
  outline: none;
}

.measureDragHandle .material-icons {
  font-size: 1.05em;
  line-height: 1;
}

.measure.isPlaybackHead {
  border-color: #a622ae;
  -webkit-box-shadow: 0 0 0 1px rgba(166, 34, 174, 0.35);
          box-shadow: 0 0 0 1px rgba(166, 34, 174, 0.35);
}

.measure.isPlaying {
  border-color: #d85ee0;
  -webkit-box-shadow: 0 0 0 2px rgba(216, 94, 224, 0.28), inset 0 0 18px rgba(166, 34, 174, 0.35);
          box-shadow: 0 0 0 2px rgba(216, 94, 224, 0.28), inset 0 0 18px rgba(166, 34, 174, 0.35);
}

.measure.isPlaying strong {
  color: #d85ee0;
}

.measure.isDragging {
  opacity: .55;
}

.measure.isDropTarget {
  border-style: dashed;
  border-color: #c5f6ff;
}

.transportControls {
  position: -webkit-sticky;
  position: sticky;
  bottom: .65em;
  z-index: 55;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: .75em;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1.1em 0 0 0;
  padding: .65em .75em;
  border: 1px solid #444;
  border-radius: 8px;
  background: -webkit-gradient(linear, left bottom, left top, from(#151515), to(#222));
  background: linear-gradient(0deg, #151515 0%, #222 100%);
  -webkit-box-shadow: 0 -12px 30px rgba(0, 0, 0, 0.36);
          box-shadow: 0 -12px 30px rgba(0, 0, 0, 0.36);
}

.loopControl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .4em;
  color: #eee;
  font-size: .88em;
  font-weight: 600;
}

.loopControl input {
  accent-color: #d85ee0;
}

.transportButton {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .45em;
  border: 0;
  border-radius: 4px;
  background: #a622ae;
  color: #eee;
  cursor: pointer;
  padding: .48em .8em;
  font-weight: 600;
}

.transportButton[hidden] {
  display: none;
}

.transportButton:hover,
.transportButton:focus,
.transportButton.isPlaying {
  background: #00ff95;
  color: #111;
  -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  outline: none;
}

.transportButton .material-icons {
  font-size: 1.2em;
  line-height: 1;
}

section#controlVersiones {
  clear: both;
}

section#controlVersiones article {
  margin-bottom: 20px;
}

section#controlVersiones article h3 {
  width: 100%;
}

section#controlVersiones article dl dt {
  font-weight: 600;
  color: #a3ffd9;
}

section#controlVersiones article dl dd {
  margin-bottom: 10px;
  list-style-type: disc;
  margin-left: 20px;
}

.dialogoNovedades {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 20px;
  background: rgba(0, 0, 0, 0.55);
}

.dialogoNovedades[hidden] {
  display: none;
}

body.hasOpenDialog {
  overflow: hidden;
}

.dialogoNovedades__surface {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: min(920px, 92vw);
  max-height: min(720px, calc(100vh - 60px));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #111;
  border: 1px solid #444;
  color: #eee;
  -webkit-box-shadow: 0 18px 60px rgba(0, 0, 0, 0.55);
          box-shadow: 0 18px 60px rgba(0, 0, 0, 0.55);
}

.dialogoNovedades__titlebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em;
  padding: .55em .8em;
  background: #151515;
  border-bottom: 1px solid #444;
  color: #eee;
}

.dialogoNovedades__title {
  margin: 0;
  color: #eee;
  font-size: 1em;
}

.dialogoNovedades__close {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  background: #151515;
  border: 1px solid #444;
  border-radius: 4px;
  color: #eee;
  cursor: pointer;
}

.dialogoNovedades__close .material-icons {
  display: none;
}

.dialogoNovedades__close::before,
.dialogoNovedades__close::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.dialogoNovedades__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.dialogoNovedades__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.dialogoNovedades__close:hover,
.dialogoNovedades__close:focus {
  color: #a3ffd9;
  border-color: #a622ae;
  outline: none;
}

.dialogoNovedades__content {
  overflow: auto;
  padding: .85em 1em;
  background: #111;
  color: #eee;
  font-size: 0.95em;
  line-height: 1.45;
  scrollbar-color: #a622ae #151515;
  scrollbar-width: thin;
}

.dialogoNovedades__content p,
.dialogoNovedades__content dd,
.dialogoNovedades__content li {
  color: #eee;
}

.progressionStyleDialog .dialogoNovedades__content dl {
  margin: .65em 0 1.45em 0;
}

.progressionStyleDialog .dialogoNovedades__content dt {
  font-size: 1em;
  line-height: 1.45;
}

.progressionStyleDialog .dialogoNovedades__content dd {
  font-size: 1em;
  line-height: 1.45;
  margin: 0 0 .65em 1em;
}

.dialogoNovedades__content::-webkit-scrollbar {
  width: 12px;
}

.dialogoNovedades__content::-webkit-scrollbar-track {
  background: #151515;
}

.dialogoNovedades__content::-webkit-scrollbar-thumb {
  background: #a622ae;
  border: 3px solid #151515;
  border-radius: 8px;
}

.dialogoNovedades__content::-webkit-scrollbar-thumb:hover {
  background: #711477;
}

body[data-theme="day"] section#armoniaExtendida #acordeonArmoniaExtendida .codaAccordionHeader {
  background-color: #dfe5e9;
  color: #1f2528;
  border-color: #b7c3ca;
}

body[data-theme="day"] section#armoniaExtendida #acordeonArmoniaExtendida .codaAccordionHeaderActive {
  background-color: #00764f;
  color: #ffffff;
}

footer {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: footer;
  text-align: center;
  border-top: 1px solid #333;
  font-size: .8em;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-top: .8em;
}

footer ul#redesSociales li {
  display: inline;
  margin-left: 5px;
  list-style-type: none;
}

@media (max-width: 1280px) {
  div#container {
    -ms-grid-columns: minmax(320px, var(--dashboard-sidebar-width, 36vw)) .65em 6px .65em minmax(0, 1fr);
    grid-template-columns: minmax(320px, var(--dashboard-sidebar-width, 36vw)) 6px minmax(0, 1fr);
  }
  .progressionControls {
    -ms-grid-columns: (minmax(190px, 1fr))[2];
    grid-template-columns: repeat(2, minmax(190px, 1fr));
  }
}

@media (max-width: 1120px) {
  .appHeader__brand h2 {
    display: none;
  }
}

@media (max-width: 980px) {
  div#container {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    -ms-grid-rows: auto 1.2em auto 1.2em auto 1.2em auto;
    grid-template-rows: auto auto auto auto;
        grid-template-areas: "appHeader" "sidebar" "main" "footer";
  }
  .dashboard__resizer {
    display: none;
    grid-area: auto;
  }
  .appHeader {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
  }
  .appHeader__brand {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: .1em;
  }
  .appHeader__brand h2 {
    white-space: normal;
  }
  .appHeader__actions {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .dashboard__sidebar {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    min-height: 0;
  }
  .dashboard__sidebarPanel {
    position: static;
    max-height: none;
    overflow-y: visible;
    padding-right: 0;
  }
  .dashboard__main {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  footer {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .progressionTimeline {
    -ms-grid-columns: (minmax(120px, 1fr))[2];
    grid-template-columns: repeat(2, minmax(120px, 1fr));
  }
}

@media (max-width: 620px) {
  div#container {
    padding: .8em;
  }
  .appHeader__brand h1 {
    font-size: 3.4em;
  }
  .appHeader {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .appHeader__actions {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .progressionControls {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .progressionTimeline {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .transportControls {
    bottom: .45em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .progressionControls fieldset.workbenchPanel > label,
  .progressionExpressiveControls > label,
  .progressionControls .workbenchControl--withAction {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
/*# sourceMappingURL=styles.css.map */
