/*!*******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/Base.scss ***!
  \*******************************************************************************************************************/
.faust-ui-component {
  display: flex;
  position: absolute;
  flex-direction: column;
  overflow: hidden;
}
.faust-ui-component:focus {
  outline: none;
}
.faust-ui-component > .faust-ui-component-label {
  position: relative;
  margin-top: 4px;
  width: 100%;
  user-select: none;
}
.faust-ui-component > .faust-ui-component-label > canvas {
  position: relative;
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.faust-ui-component input {
  box-shadow: none;
}
/*!**********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/VSlider.scss ***!
  \**********************************************************************************************************************/
.faust-ui-component.faust-ui-component-vslider {
  align-items: center;
}
.faust-ui-component.faust-ui-component-vslider > .faust-ui-component-label {
  flex: 0 0 auto;
}
.faust-ui-component.faust-ui-component-vslider > .faust-ui-component-vslider-flexdiv {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
  height: auto;
}
.faust-ui-component.faust-ui-component-vslider > .faust-ui-component-vslider-flexdiv > .faust-ui-component-vslider-canvasdiv {
  position: relative;
  display: block;
  flex: 1 1 auto;
  width: 100%;
}
.faust-ui-component.faust-ui-component-vslider > .faust-ui-component-vslider-flexdiv > .faust-ui-component-vslider-canvasdiv > canvas {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  touch-action: none;
}
.faust-ui-component.faust-ui-component-vslider > .faust-ui-component-vslider-flexdiv input {
  position: relative;
  display: block;
  flex: 0 1 auto;
  text-align: center;
  background-color: var(--hud-off);
  margin: 5px auto auto auto;
  border-width: 0px;
  border-radius: 4px;
  height: 5%;
  max-width: calc(100% - 8px);
  padding: 2px 4px;
  -moz-appearance: textfield;
}
.faust-ui-component.faust-ui-component-vslider > .faust-ui-component-vslider-flexdiv input::-webkit-inner-spin-button, .faust-ui-component.faust-ui-component-vslider > .faust-ui-component-vslider-flexdiv input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/*!**********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/HSlider.scss ***!
  \**********************************************************************************************************************/
.faust-ui-component.faust-ui-component-hslider > .faust-ui-component-label {
  flex: 0 0 auto;
}
.faust-ui-component.faust-ui-component-hslider > .faust-ui-component-hslider-flexdiv {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  flex: 1 1 auto;
  width: 100%;
  height: auto;
}
.faust-ui-component.faust-ui-component-hslider > .faust-ui-component-hslider-flexdiv > .faust-ui-component-hslider-canvasdiv {
  position: relative;
  display: block;
  flex: 1 1 auto;
  height: 100%;
  margin: auto;
}
.faust-ui-component.faust-ui-component-hslider > .faust-ui-component-hslider-flexdiv > .faust-ui-component-hslider-canvasdiv > canvas {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  touch-action: none;
}
.faust-ui-component.faust-ui-component-hslider > .faust-ui-component-hslider-flexdiv > input {
  position: relative;
  display: block;
  flex: 0 1 auto;
  text-align: center;
  background-color: var(--hud-off);
  margin: auto 5px auto auto;
  border-width: 0px;
  border-radius: 4px;
  width: calc(20% - 13px);
  padding: 2px 4px;
  -moz-appearance: textfield;
}
.faust-ui-component.faust-ui-component-hslider > .faust-ui-component-hslider-flexdiv > input::-webkit-inner-spin-button, .faust-ui-component.faust-ui-component-hslider > .faust-ui-component-hslider-flexdiv > input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/*!*********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/Nentry.scss ***!
  \*********************************************************************************************************************/
.faust-ui-component.faust-ui-component-nentry {
  align-items: center;
}
.faust-ui-component.faust-ui-component-nentry input {
  margin: 0px;
  text-align: center;
  border-width: 1px;
  border-radius: 4px;
  padding: 2px 4px;
  width: calc(100% - 8px);
}
.faust-ui-component.faust-ui-component-nentry input::-webkit-inner-spin-button, .faust-ui-component.faust-ui-component-nentry input::-webkit-outer-spin-button {
  opacity: 1;
}
/*!************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/Soundfile.scss ***!
  \************************************************************************************************************************/
.faust-ui-component.faust-ui-component-soundfile > div {
  display: flex;
  position: relative;
  cursor: pointer;
  border-width: 1px;
  text-align: center;
  border-radius: 4px;
  flex: 1 0 auto;
  border-style: solid;
}
.faust-ui-component.faust-ui-component-soundfile > div > span {
  user-select: none;
  margin: auto;
}
/*!*********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/Button.scss ***!
  \*********************************************************************************************************************/
.faust-ui-component.faust-ui-component-button > div {
  display: flex;
  position: relative;
  cursor: pointer;
  border-width: 1px;
  text-align: center;
  border-radius: 4px;
  flex: 1 0 auto;
  border-style: solid;
  touch-action: none;
}
.faust-ui-component.faust-ui-component-button > div > span {
  user-select: none;
  margin: auto;
}
/*!***********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/Checkbox.scss ***!
  \***********************************************************************************************************************/
.faust-ui-component.faust-ui-component-checkbox > div {
  display: flex;
  position: relative;
  cursor: pointer;
  border-width: 1px;
  text-align: center;
  border-radius: 1px;
  flex: 1 0 auto;
  border-style: solid;
  touch-action: none;
}
.faust-ui-component.faust-ui-component-checkbox > div > span {
  margin: auto;
  user-select: none;
}
/*!*******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/Knob.scss ***!
  \*******************************************************************************************************************/
.faust-ui-component.faust-ui-component-knob {
  align-items: center;
}
.faust-ui-component.faust-ui-component-knob > canvas {
  position: relative;
  display: block;
  flex: 1 1 auto;
  min-height: 50%;
  width: 100%;
  touch-action: none;
}
.faust-ui-component.faust-ui-component-knob > input {
  position: relative;
  display: block;
  flex: 0 1 auto;
  text-align: center;
  background-color: var(--hud-off);
  margin: 0px;
  border-width: 0px;
  border-radius: 4px;
  max-width: calc(100% - 8px);
  padding: 2px 4px;
  -moz-appearance: textfield;
}
.faust-ui-component.faust-ui-component-knob > input::-webkit-inner-spin-button, .faust-ui-component.faust-ui-component-knob > input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/*!*******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/Menu.scss ***!
  \*******************************************************************************************************************/
.faust-ui-component.faust-ui-component-menu {
  align-items: center;
}
.faust-ui-component.faust-ui-component-menu > select {
  margin: 0px;
  text-align: center;
  border-width: 1px;
  border-radius: 4px;
  padding: 2px 4px;
  width: calc(100% - 8px);
}
/*!********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/Radio.scss ***!
  \********************************************************************************************************************/
.faust-ui-component.faust-ui-component-radio {
  align-items: center;
}
.faust-ui-component.faust-ui-component-radio > .faust-ui-component-label {
  flex: 0 0 auto;
  margin-top: auto;
}
.faust-ui-component.faust-ui-component-radio > .faust-ui-component-radio-group {
  flex: 0 1 auto;
  margin-bottom: auto;
  border-width: 1px;
  border-radius: 4px;
  padding: 2px 4px;
  width: calc(100% - 8px);
  overflow: auto;
}
.faust-ui-component.faust-ui-component-radio > .faust-ui-component-radio-group > div {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/*!******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/Led.scss ***!
  \******************************************************************************************************************/
.faust-ui-component.faust-ui-component-led {
  align-items: center;
}
.faust-ui-component.faust-ui-component-led > .faust-ui-component-label {
  flex: 0 0 auto;
}
.faust-ui-component.faust-ui-component-led > .faust-ui-component-led-canvasdiv {
  position: relative;
  display: block;
  flex: 1 1 auto;
  width: 100%;
}
.faust-ui-component.faust-ui-component-led > .faust-ui-component-led-canvasdiv > canvas {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  touch-action: none;
}
/*!************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/Numerical.scss ***!
  \************************************************************************************************************************/
.faust-ui-component.faust-ui-component-numerical {
  align-items: center;
}
.faust-ui-component.faust-ui-component-numerical > input {
  position: relative;
  display: block;
  flex: 0 1 auto;
  text-align: center;
  background-color: var(--hud-off);
  margin: auto;
  border-width: 0px;
  border-radius: 4px;
  width: calc(100% - 8px);
  padding: 2px 4px;
}
/*!************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/VBargraph.scss ***!
  \************************************************************************************************************************/
.faust-ui-component.faust-ui-component-vbargraph {
  align-items: center;
}
.faust-ui-component.faust-ui-component-vbargraph > .faust-ui-component-label {
  flex: 0 0 auto;
}
.faust-ui-component.faust-ui-component-vbargraph > .faust-ui-component-vbargraph-flexdiv {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
  height: inherit;
}
.faust-ui-component.faust-ui-component-vbargraph > .faust-ui-component-vbargraph-flexdiv > .faust-ui-component-vbargraph-canvasdiv {
  position: relative;
  display: block;
  flex: 1 1 auto;
  width: 100%;
}
.faust-ui-component.faust-ui-component-vbargraph > .faust-ui-component-vbargraph-flexdiv > .faust-ui-component-vbargraph-canvasdiv > canvas {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  touch-action: none;
}
.faust-ui-component.faust-ui-component-vbargraph > .faust-ui-component-vbargraph-flexdiv > input {
  position: relative;
  display: block;
  flex: 0 1 auto;
  text-align: center;
  background-color: var(--hud-off);
  margin: 5px auto auto auto;
  border-width: 0px;
  border-radius: 4px;
  height: 5%;
  width: calc(100% - 8px);
  padding: 2px 4px;
}
/*!************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/HBargraph.scss ***!
  \************************************************************************************************************************/
.faust-ui-component.faust-ui-component-hbargraph > .faust-ui-component-label {
  flex: 0 0 auto;
}
.faust-ui-component.faust-ui-component-hbargraph > .faust-ui-component-hbargraph-flexdiv {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  flex: 1 1 auto;
  width: 100%;
  height: auto;
}
.faust-ui-component.faust-ui-component-hbargraph > .faust-ui-component-hbargraph-flexdiv > .faust-ui-component-hbargraph-canvasdiv {
  position: relative;
  display: block;
  flex: 1 1 auto;
  height: 100%;
  margin: auto;
}
.faust-ui-component.faust-ui-component-hbargraph > .faust-ui-component-hbargraph-flexdiv > .faust-ui-component-hbargraph-canvasdiv > canvas {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  touch-action: none;
}
.faust-ui-component.faust-ui-component-hbargraph > .faust-ui-component-hbargraph-flexdiv > input {
  position: relative;
  display: block;
  flex: 0 1 auto;
  text-align: center;
  background-color: var(--hud-off);
  margin: auto 5px auto auto;
  border-width: 0px;
  border-radius: 4px;
  width: calc(20% - 13px);
  padding: 2px 4px;
}
/*!********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/Group.scss ***!
  \********************************************************************************************************************/
.faust-ui-group {
  position: absolute;
  display: block;
  background-color: rgba(80, 80, 80, 0.75);
  border-radius: 4px;
  border: 1px solid var(--hud-border);
}
.faust-ui-group > .faust-ui-group-label {
  position: relative;
  margin: 4px;
  width: calc(100% - 8px);
  user-select: none;
}
.faust-ui-group > .faust-ui-group-label > canvas {
  position: relative;
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.faust-ui-group .faust-ui-tgroup-tabs {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
  left: 0px;
}
.faust-ui-group .faust-ui-tgroup-tabs .faust-ui-tgroup-tab {
  position: relative;
  display: inline-block;
  border-radius: 5px;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  user-select: none;
  margin: 10px;
  text-align: center;
  background-color: var(--hud-accent-soft);
}
.faust-ui-group .faust-ui-tgroup-tabs .faust-ui-tgroup-tab:hover {
  background-color: var(--hud-on);
}
.faust-ui-group .faust-ui-tgroup-tabs .faust-ui-tgroup-tab.active {
  background-color: var(--hud-panel-bg);
  color: var(--hud-ink);
}
/*!*********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/index.scss ***!
  \*********************************************************************************************************/
.faust-ui-root {
  margin: 0px auto;
  flex: 1 0 auto;
  position: relative !important;
  background-color: transparent !important;
  border: none !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* Monochrome HUD knob theme overrides */
:root {
  --hud-bg: rgba(8, 9, 11, 0.86);
  --hud-panel-bg: rgba(11, 12, 14, 0.95);
  --hud-border: rgba(220, 224, 228, 0.22);
  --hud-ink: rgba(232, 236, 240, 0.92);
  --hud-ink-soft: rgba(208, 212, 216, 0.66);
  --hud-off: rgba(206, 210, 214, 0.12);
  --hud-on: rgba(232, 236, 240, 0.86);
  --hud-accent: rgba(232, 236, 240, 0.86);
  --hud-accent-soft: rgba(220, 224, 228, 0.22);
  --hud-border-active: rgba(71, 229, 186, 1);
  --hud-grid: rgba(210, 214, 218, 0.12);
  --hud-font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.faust-ui-root {
  margin: 0 !important;
  color: var(--hud-ink);
  background-color: transparent !important;
  font-family: var(--hud-font-family) !important;
}

.faust-ui-group {
  background: transparent;
  border: none;
  border-radius: 0;
}

.faust-ui-group:not(.faust-ui-root) > .faust-ui-group-label {
  display: none;
}

.faust-ui-component input,
.faust-ui-component select {
  background-color: var(--hud-bg) !important;
  color: var(--hud-ink-soft) !important;
  border: 1px solid var(--hud-border) !important;
  border-radius: 0 !important;
}

.faust-ui-component.faust-ui-component-knob {
  box-sizing: border-box;
  padding: 4px;
  background:
    linear-gradient(180deg, var(--hud-accent-soft) 0%, var(--hud-grid) 12%, rgba(0, 0, 0, 0.16) 14%, rgba(0, 0, 0, 0.68) 100%),
    radial-gradient(circle at 50% 0%, var(--hud-accent-soft), rgba(0, 0, 0, 0) 58%),
    var(--hud-panel-bg);
  border: 1px solid var(--hud-border);
  border-radius: 0;
  height: auto !important;
  aspect-ratio: 1 / 1;
  box-shadow:
    inset 0 0 0 1px var(--hud-accent-soft),
    0 0 0 1px rgba(0, 0, 0, 0.65);
  font-family: var(--hud-font-family);
  touch-action: none;
  -webkit-user-select: none;
  user-select: none;
}

.faust-ui-component.faust-ui-component-knob::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(
    0deg,
    var(--hud-grid) 0px,
    var(--hud-grid) 1px,
    rgba(0, 0, 0, 0) 1px,
    rgba(0, 0, 0, 0) 10px
  );
  opacity: 0.6;
  mix-blend-mode: screen;
}

.faust-ui-component.faust-ui-component-knob::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 19px;
  border-bottom: 1px solid var(--hud-accent-soft);
  background: linear-gradient(180deg, var(--hud-accent-soft), rgba(0, 0, 0, 0));
  pointer-events: none;
}

.faust-ui-component.faust-ui-component-knob:focus {
  outline: 1px solid var(--hud-border-active);
  outline-offset: -1px;
}

.faust-ui-component.faust-ui-component-knob[data-changing="1"] {
  border-color: var(--hud-border-active) !important;
  box-shadow:
    inset 0 0 0 1px var(--hud-border-active),
    0 0 0 1px rgba(0, 0, 0, 0.72);
}

.faust-ui-component.faust-ui-component-knob > .faust-ui-component-label {
  display: none !important;
}

.faust-ui-component.faust-ui-component-knob > canvas {
  width: 100% !important;
  min-height: 0 !important;
  flex: 1 1 auto;
  aspect-ratio: auto;
  height: calc(100% - 64px) !important;
  margin: 20px auto 20px auto;
  touch-action: none;
}

.faust-ui-component.faust-ui-component-knob > input {
  display: none !important;
}

.faust-hud-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 3px 4px;
  pointer-events: none;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-family: var(--hud-font-family);
  font-weight: 700;
}

.faust-hud-header,
.faust-hud-meta,
.faust-hud-range {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 12px;
}

.faust-hud-name {
  max-width: 76%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--hud-ink);
  font-size: 6.6px;
  font-weight: 700;
  line-height: 1.05;
}

.faust-hud-index {
  color: var(--hud-accent);
  font-size: 6.2px;
  line-height: 1.05;
}

.faust-hud-meta {
  color: var(--hud-ink-soft);
  font-size: 5.9px;
  line-height: 1.05;
}

.faust-hud-value {
  color: var(--hud-on);
  font-weight: 700;
}

.faust-hud-state {
  color: var(--hud-accent-soft);
}

.faust-ui-component.faust-ui-component-knob[data-signal-state="IDLE"] .faust-hud-state {
  color: var(--hud-ink-soft);
}

.faust-ui-component.faust-ui-component-knob[data-signal-state="SYNC"] .faust-hud-state {
  color: var(--hud-accent);
}

.faust-ui-component.faust-ui-component-knob[data-signal-state="PEAK"] .faust-hud-state {
  color: var(--hud-border-active);
}

.faust-hud-bars {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1px;
  height: 6px;
}

.faust-hud-bar {
  background: var(--hud-off);
  border: 1px solid var(--hud-grid);
}

.faust-hud-bar.active {
  background: var(--hud-accent);
  border-color: var(--hud-accent-soft);
}

.faust-hud-bar.tip {
  background: var(--hud-border-active);
  border-color: var(--hud-border-active);
}

.faust-hud-spark {
  width: 100%;
  height: 12px;
  display: block;
}

.faust-hud-range {
  margin-top: auto;
  color: var(--hud-ink-soft);
  font-size: 5.5px;
  line-height: 1.05;
}

.faust-ui-component.faust-ui-component-knob canvas,
.faust-ui-group canvas {
  filter: grayscale(1) contrast(1.08);
}

.faust-ui-group .faust-ui-tgroup-tabs .faust-ui-tgroup-tab {
  background-color: var(--hud-panel-bg);
  color: var(--hud-ink-soft);
  border: 1px solid var(--hud-border);
  border-radius: 0;
  font-family: var(--hud-font-family);
  font-weight: 700;
  font-size: 12px;
  padding: 2px 6px;
}

.faust-ui-group .faust-ui-tgroup-tabs .faust-ui-tgroup-tab:hover,
.faust-ui-group .faust-ui-tgroup-tabs .faust-ui-tgroup-tab.active {
  background-color: var(--hud-accent-soft);
  color: var(--hud-ink);
  border-color: var(--hud-border-active);
}

.faust-ui-component,
.faust-ui-component *,
.faust-ui-group,
.faust-ui-group * {
  animation: none !important;
  transition: none !important;
}

/*# sourceMappingURL=index.css.map*/
