@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7g.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdr.ttf) format('truetype');
}
body {
  margin: 0;
  padding: 0;
  background: #ccc;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
}
* {
  box-sizing: border-box;
}
button {
  cursor: pointer;
}
button:focus {
  outline: 2px dotted #FF5833;
  outline-offset: 2px;
}
.page-container {
  margin: 30px auto;
  width: calc(100% - (3 * 20px));
  max-width: 60vh;
  position: relative;
}
header {
  position: relative;
  z-index: 10;
}
main {
  position: relative;
}
footer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
footer > * {
  flex: 0 0 auto;
}
.btn-info,
.btn-settings {
  position: absolute;
  top: 80px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background-color: transparent;
  background-size: 100%;
  overflow: hidden;
}
.btn-info span,
.btn-settings span {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.btn-info {
  left: -5px;
  background-image: url("../assets/btn-info.svg");
}
.btn-settings {
  right: -5px;
  background-image: url("../assets/btn-settings.svg");
}
#play-button {
  position: absolute;
  top: 29%;
  left: 29%;
  width: 42%;
  height: 42%;
  border-radius: 50%;
  border: none;
  overflow: hidden;
  background-color: transparent;
  background-image: url("../assets/btn-play.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
#play-button[aria-pressed=true] {
  background-image: url("../assets/btn-pause.svg");
  background-size: 100%;
}
#play-button span {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
#play-button:focus {
  outline: 2px dotted #FF5833;
  outline-offset: 2px;
}
button[data-control] {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
button[data-control] span {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
button[data-control][data-control=dec] {
  background-image: url("../assets/btn-minus.svg");
}
button[data-control][data-control=inc] {
  background-image: url("../assets/btn-plus.svg");
}
span[data-value-display] {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}
.input-bpm {
  position: relative;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.input-bpm label {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.input-bpm button[data-control] {
  flex: 0 0 auto;
  padding: 0;
  height: 40px;
  width: 40px;
  background-color: white;
  border: 2px solid black;
  border-radius: 20px;
  margin-top: 10px;
}
.input-bpm span[data-value-display] {
  flex: 0 0 auto;
  height: 60px;
  width: 120px;
  text-align: center;
  background: white;
  display: inline-block;
  border: 2px solid black;
  border-radius: 12px;
  font-size: 62px;
  line-height: 54px;
  margin-bottom: 20px;
}
.input-bpm .roto-container {
  width: 100%;
}
.input-bpm input {
  position: absolute;
  top: 0;
  height: 25%;
  left: 0;
  width: 100%;
  opacity: 0;
}
.input-bpm input:focus + .roto-box {
  outline: 2px dotted #FF5833;
  outline-offset: 2px;
}
.roto-container {
  position: relative;
  height: 0;
  box-sizing: border-box;
  padding-bottom: 100%;
  overflow: hidden;
}
.roto-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FF5833;
  border: 0.8vw solid black;
  border-radius: 50%;
  touch-action: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}
.roto-handle:before {
  content: '';
  display: block;
  position: absolute;
  left: 8%;
  top: 8%;
  right: 8%;
  bottom: 8%;
  background: white;
  border: 0.4vw solid black;
  border-radius: 50%;
}
.roto-indicator {
  position: absolute;
  background: black;
  top: 0;
  height: 16%;
  width: 1.6vw;
  left: 50%;
  right: 50%;
}
.beats-display {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0;
  padding: 0;
}
.beats-display li {
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 2px solid black;
  border-radius: 50%;
  background-color: transparent;
  color: transparent;
}
.beats-display .active {
  background-color: #FF5833;
}
.beats-display .hidden {
  display: none;
}
.measure {
  margin: 20px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.measure > * {
  flex: 0 0 auto;
}
.measure div[data-component="plusminus"] {
  height: 40px;
  width: 80px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.measure div[data-component="plusminus"] > * {
  flex: 0 0 auto;
}
.measure div[data-component="plusminus"] label {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.measure button[data-control] {
  padding: 0;
  height: 40px;
  width: 40px;
  background-color: transparent;
  border: none;
  border-radius: 50%;
  margin: 0;
}
.measure .measure-display {
  text-align: center;
}
.measure .value-display {
  flex: 0 0 auto;
  height: 40px;
  width: 80px;
  text-align: center;
  background: white;
  display: inline-block;
  border: 2px solid black;
  border-radius: 8px;
  font-size: 32px;
  line-height: 34px;
}
.measure select {
  position: absolute;
  top: 0;
  height: 40px;
  opacity: 0;
}
.measure select:focus {
  outline: 2px dotted #FF5833;
  outline-offset: 2px;
}
.measure #bpb {
  left: calc(50% - 2 * 20px);
}
.measure #notevalue {
  right: calc(50% - 2 * 20px);
}
.flashing:before {
  animation-duration: 0.1s;
  animation-name: flash;
  animation-timing-function: ease-out;
}
@keyframes flash {
  from {
    background-color: #FF5833;
  }
  to {
    background-color: white;
  }
}
.input-volume {
  width: calc(100% - (3 * 20px));
  height: 30px;
  position: relative;
}
.input-volume label {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.input-volume input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.input-volume input:focus + .slider-box {
  outline: 2px dotted #FF5833;
  outline-offset: 2px;
}
.input-volume span[data-value-display] {
  position: absolute;
  left: 10px;
  top: 5px;
  color: #666;
}
.slider-box {
  position: relative;
  box-sizing: border-box;
  border: 2px solid black;
  border-radius: 8px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}
.slider-handle {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border: none;
  width: 100%;
  background: #b3b3b3;
  transform-origin: left center;
  transform: translateX(0);
  touch-action: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}
.slider-indicator {
  position: absolute;
  background: black;
  top: -1px;
  bottom: -1px;
  width: 6px;
  right: -3px;
}
.flash-activate {
  height: 30px;
  width: 40px;
  position: relative;
  box-sizing: border-box;
}
.flash-activate input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.flash-activate .indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid black;
  border-radius: 8px;
  overflow: hidden;
  background-color: transparent;
  color: transparent;
}
.flash-activate input[type="checkbox"]:checked + .indicator {
  background-color: #FF5833;
}
.flash-activate input[type="checkbox"]:focus + .indicator {
  outline: 2px dotted #FF5833;
  outline-offset: 2px;
}
.flash-activate input[type="checkbox"]:focus:not(:focus-visible) + .indicator {
  outline: none;
}
.flash-activate label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.flash-activate span {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
/*# sourceMappingURL=main.css.map */