/* [project]/app/globals.css [app-client] (css) */
:root {
  --lightningcss-light: initial;
  --lightningcss-dark: ;
  color-scheme: light;
  --bg: #edf4ff;
  --panel: #fff;
  --ink: #53617a;
  --muted: #8c98ad;
  --line: #d8e2f2;
  --accent: #6f8dff;
  --accent-strong: #5b77eb;
  --warn: #9b3d35;
  --soft: #e9f1fc;
}

* {
  box-sizing: border-box;
}

html, body {
  background: var(--bg);
  min-height: 100%;
  color: var(--ink);
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
}

:is(html:has(.mooda-player), body:has(.mooda-player)) {
  background: linear-gradient(#14112a3d, #120d22a8), url("/backgrounds/mooda-bg-golden.webp") center / cover fixed, #100d1d;
  overflow: hidden;
}

button, input, select, textarea {
  font: inherit;
}

a {
  color: inherit;
}

.page-shell {
  min-height: 100vh;
  padding: 32px;
}

.narrow {
  width: min(720px, 100%);
  margin: 0 auto;
}

.panel {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
}

.stack {
  gap: 16px;
  display: grid;
}

.row {
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  display: flex;
}

.field {
  gap: 6px;
  display: grid;
}

.field label {
  color: var(--muted);
  font-size: 13px;
}

.field input, .field select, .field textarea {
  border: 1px solid var(--line);
  width: 100%;
  color: var(--ink);
  background: #fff;
  border-radius: 8px;
  padding: 11px 12px;
}

.button {
  border: 1px solid var(--accent);
  background: var(--accent);
  color: #fff;
  cursor: pointer;
  border-radius: 8px;
  padding: 10px 14px;
}

.button.secondary {
  color: var(--accent-strong);
  background: #fff;
}

.button.danger {
  border-color: var(--warn);
  background: var(--warn);
}

.muted {
  color: var(--muted);
}

.status {
  min-height: 22px;
  color: var(--muted);
}

@media (max-width: 700px) {
  .page-shell {
    padding: 18px;
  }
}

.player-shell {
  background: radial-gradient(circle at 28% 18%, #ffffffb8, #0000 28%), linear-gradient(145deg, #eaf2ff 0%, #dfe9f8 100%);
  place-items: center;
  min-height: 100vh;
  padding: 22px;
  display: grid;
}

.player-surface {
  text-align: center;
  background: linear-gradient(155deg, #f6faffeb, #dfeaf9e0);
  border: 1px solid #ffffff7a;
  border-radius: 42px;
  align-content: start;
  justify-items: center;
  gap: 22px;
  width: min(430px, 100%);
  min-height: min(780px, 100vh - 44px);
  padding: 28px 28px 34px;
  display: grid;
  box-shadow: 22px 28px 56px #798eab3d, -18px -18px 42px #ffffffb3, inset 1px 1px #ffffffb3;
}

.player-header {
  width: 100%;
  color: var(--muted);
  letter-spacing: 0;
  text-transform: uppercase;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  font-size: 10px;
  font-weight: 700;
  display: grid;
}

.chrome-button, .round-control, .feedback-row button {
  color: #8b99b1;
  cursor: pointer;
  background: linear-gradient(145deg, #f4f8ff, #dbe7f8);
  border: 1px solid #ffffff94;
  box-shadow: 9px 11px 22px #7f95b333, -8px -8px 18px #ffffffbd;
}

.chrome-button {
  border-radius: 170px;
  place-items: center;
  width: 36px;
  height: 36px;
  display: grid;
}

.ambient-disc {
  aspect-ratio: 1;
  background: radial-gradient(circle at 38% 34%, #f7d8e5 0 9%, #0000 10%), radial-gradient(circle at 58% 58%, #677ee0 0 16%, #0000 17%), linear-gradient(145deg, #c8a5e3 0%, #ec6c9e 55%, #6476d9 100%);
  border: 8px solid #eaf2fef2;
  border-radius: 999px;
  width: min(265px, 72vw);
  margin-top: 8px;
  position: relative;
  overflow: hidden;
  box-shadow: 16px 19px 35px #798eab47, -12px -14px 28px #ffffffd1;
}

.ambient-disc:before {
  content: "";
  filter: blur(.3px);
  background: radial-gradient(circle at 39% 31%, #fff1e3e0 0 3%, #0000 4%), radial-gradient(circle at 46% 43%, #f7cad9e6 0 4%, #0000 5%), radial-gradient(circle at 54% 55%, #7680dde6 0 5%, #0000 6%), radial-gradient(circle at 60% 62%, #5767cac7 0 5%, #0000 6%);
  position: absolute;
  inset: -12%;
  transform: rotate(-22deg);
}

.ambient-bloom {
  filter: blur(7px);
  opacity: .65;
  border-radius: 999px;
  position: absolute;
}

.bloom-one {
  background: #f6d7e6;
  width: 92px;
  height: 92px;
  top: 54px;
  left: 58px;
}

.bloom-two {
  background: #6677da;
  width: 105px;
  height: 105px;
  bottom: 42px;
  right: 48px;
}

.bloom-three {
  background: #e66e9e;
  width: 120px;
  height: 120px;
  bottom: 24px;
  left: 74px;
}

.track-copy {
  gap: 5px;
  display: grid;
}

.track-title {
  color: #53617a;
  font-size: 25px;
  font-weight: 750;
}

.track-subtitle {
  color: #8f9bb0;
  min-height: 20px;
  font-size: 13px;
}

.play-button {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(145deg, #7f98ff, #5f78f0);
  border: 1px solid #7d94ff2e;
  border-radius: 999px;
  place-items: center;
  width: 72px;
  height: 72px;
  display: grid;
  box-shadow: 10px 14px 24px #6077d957, -6px -8px 18px #ffffffb8, inset 1px 1px #ffffff61;
}

.energy-control {
  gap: 9px;
  width: min(335px, 100%);
  margin-top: 4px;
  display: grid;
}

.energy-label {
  color: #7f8ca3;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 650;
  display: flex;
}

.energy-control input {
  width: 100%;
  accent-color: var(--accent);
}

.transport-row {
  grid-template-columns: 58px 72px 58px;
  align-items: center;
  gap: 22px;
  margin-top: 18px;
  display: grid;
}

.round-control {
  border-radius: 999px;
  place-items: center;
  width: 58px;
  height: 58px;
  display: grid;
}

.feedback-row {
  grid-template-columns: repeat(3, 44px);
  gap: 14px;
  margin-top: 4px;
  display: grid;
}

.feedback-row button {
  border-radius: 999px;
  place-items: center;
  width: 44px;
  height: 44px;
  display: grid;
}

@media (max-width: 520px) {
  .player-shell {
    padding: 12px;
  }

  .player-surface {
    border-radius: 34px;
    min-height: calc(100vh - 24px);
    padding: 24px 20px 28px;
  }

  .ambient-disc {
    width: min(235px, 70vw);
  }
}

.mooda-player {
  --energy: 50;
  --style: 58;
  isolation: isolate;
  color: #fff;
  background: linear-gradient(#14112a38, #120d228c), url("/backgrounds/mooda-bg-golden.webp") center / cover fixed, #100d1d;
  width: 100vw;
  height: 100dvh;
  min-height: 100dvh;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.mooda-player:after {
  content: "";
  z-index: 0;
  pointer-events: none;
  opacity: 1;
  background: radial-gradient(#0000 42%, #05061038 76%, #03040c6b 100%), linear-gradient(90deg, #03040c3d, #0000 18% 82%, #03040c3d);
  transition: opacity .52s;
  position: fixed;
  inset: 0;
}

.mooda-player:before {
  content: "";
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  background: #00000059;
  transition: opacity .52s;
  position: fixed;
  inset: 0;
}

.mooda-player.slider-focus:before, .mooda-player.volume-active:before {
  opacity: 1;
}

.mooda-player.slider-focus:after {
  background: radial-gradient(#0000 42%, #05061038 76%, #03040c6b 100%), linear-gradient(90deg, #03040c3d, #0000 18% 82%, #03040c3d);
}

.mooda-bg, .mooda-gradient, .mooda-mist, .mooda-grain {
  pointer-events: none;
  position: fixed;
  inset: -14vh 0 -18vh;
}

.mooda-bg {
  z-index: -5;
  filter: saturate(calc(.82 + (var(--energy) * .006))) brightness(calc(.74 + (var(--energy) * .003))) contrast(calc(.9 + (var(--energy) * .002)));
  opacity: 0;
  will-change: filter, transform, opacity;
  background-position: center;
  background-size: cover;
  transition: filter .9s, opacity .9s;
  transform: scale(1.035)translate3d(0, 0, 0);
}

.mooda-bg.active {
  opacity: 1;
}

.mooda-bg-forest {
  background-image: url("/backgrounds/mooda-bg-forest.webp");
}

.mooda-bg-golden {
  background-image: url("/backgrounds/mooda-bg-golden.webp");
}

.mooda-bg-prism {
  background-image: url("/backgrounds/mooda-bg-prism.webp");
}

.mooda-player.is-playing .mooda-bg {
  animation: 34s ease-in-out infinite alternate moodaBgKenBurns;
}

.mooda-gradient {
  z-index: -4;
  background: radial-gradient(circle at calc(20% + var(--style) * 0.4%) calc(14% + var(--energy) * 0.18%), #ffc26f47, transparent 24%),
    radial-gradient(circle at calc(84% - var(--style) * 0.28%) 54%, #9772ff52, transparent 35%),
    linear-gradient(180deg, #0808144d 0%, #0d0c1924 42%, #04060f9e 100%);
  mix-blend-mode: multiply;
  opacity: .72;
  transition: opacity .7s, background .9s;
}

.mooda-player.style-active .mooda-gradient {
  opacity: 1;
}

.mooda-mist {
  z-index: -3;
  filter: blur(42px);
  width: 58vw;
  min-width: 540px;
  height: 34vw;
  min-height: 300px;
  opacity: calc(.2 + (var(--energy) * .003));
  border-radius: 999px;
  animation: 18s ease-in-out infinite alternate moodaDrift;
}

.mist-one {
  background: #629bff75;
  top: 20vh;
  left: -12vw;
}

.mist-two {
  background: #ff7bbf57;
  animation-delay: -8s;
  bottom: 10vh;
  right: -14vw;
}

.mooda-grain {
  z-index: -2;
  opacity: .12;
  mix-blend-mode: screen;
  background-image: radial-gradient(circle at 18% 28%, #ffffff47 0 1px, #0000 1px), radial-gradient(circle at 76% 64%, #ffd48d3d 0 1px, #0000 1px);
  background-size: 74px 74px, 109px 109px;
}

.mooda-content {
  z-index: 1;
  text-shadow: 0 2px 18px #0000005c;
  grid-template-rows: auto 1fr auto auto;
  align-items: center;
  min-height: 100vh;
  padding: clamp(22px, 4vw, 46px);
  display: grid;
  position: relative;
}

.mooda-topbar {
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  display: flex;
}

.mooda-place {
  color: #ffffffe0;
  letter-spacing: 0;
  text-align: right;
  text-shadow: 0 0 16px #ffffff38, 0 8px 22px #0000006b;
  justify-items: end;
  gap: 3px;
  font-size: clamp(13px, 1.4vw, 17px);
  font-weight: 720;
  display: grid;
}

.mooda-place small {
  color: #ffffff9e;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-shadow: 0 0 14px #ffffff2e, 0 7px 18px #00000070;
  font-size: clamp(10px, 1.05vw, 12px);
  font-weight: 680;
  transition: opacity .26s, transform .3s cubic-bezier(.16, 1, .3, 1);
}

.mooda-player.slider-focus .mooda-place small, .mooda-player.volume-active .mooda-place small {
  opacity: .26;
  transform: translateY(-2px);
}

.mooda-logo {
  letter-spacing: 0;
  color: #fffffff0;
  text-shadow: 0 2px 18px #0000005c, 0 0 26px #ffffff29;
  font-size: clamp(25px, 2.6vw, 36px);
  font-weight: 850;
}

.mooda-logo span {
  opacity: .76;
  vertical-align: baseline;
  margin-left: 2px;
  font-size: .54em;
  font-weight: 760;
}

.mooda-top-actions {
  justify-content: flex-end;
  align-items: center;
  gap: clamp(10px, 1.2vw, 16px);
  margin-left: auto;
  display: flex;
}

.mooda-settings-panel {
  z-index: 8;
  -webkit-backdrop-filter: blur(24px) saturate(1.26);
  backdrop-filter: blur(24px) saturate(1.26);
  opacity: 0;
  pointer-events: none;
  background: radial-gradient(circle at 18% 0, #ffffffbd, #0000 34%), linear-gradient(145deg, #f6fbff94, #cbdbf042);
  border: 1px solid #ffffff6b;
  border-radius: 28px;
  gap: 18px;
  width: min(330px, 100vw - 36px);
  padding: 18px;
  transition: opacity .22s, transform .22s;
  display: grid;
  position: absolute;
  top: clamp(86px, 10vh, 112px);
  right: clamp(18px, 4vw, 52px);
  transform: translateY(-10px)scale(.98);
  box-shadow: 24px 30px 70px #0f182e47, -16px -18px 42px #ffffff29, inset 1px 1px #ffffffa8, inset -12px -14px 26px #495e801a;
}

.mooda-settings-panel.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0)scale(1);
}

.info-backdrop {
  z-index: 18;
  opacity: 0;
  pointer-events: none;
  background: #03050d9e;
  transition: opacity .32s;
  position: fixed;
  inset: 0;
}

.info-backdrop.visible {
  opacity: 1;
  pointer-events: auto;
}

.mooda-info-panel {
  z-index: 19;
  color: #fff;
  -webkit-backdrop-filter: blur(28px) saturate(1.32);
  backdrop-filter: blur(28px) saturate(1.32);
  opacity: 0;
  pointer-events: none;
  background: radial-gradient(circle at 20% 0, #ffffffb8, #0000 34%), linear-gradient(145deg, #f5faff9e, #bfd1ea4d);
  border: 1px solid #ffffff70;
  border-radius: 30px;
  gap: 18px;
  width: min(480px, 100vw - 36px);
  padding: clamp(20px, 3vw, 28px);
  transition: opacity .3s, transform .36s cubic-bezier(.16, 1, .3, 1);
  display: grid;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -48%)scale(.96);
  box-shadow: 30px 38px 90px #00000057, -14px -16px 42px #ffffff1f, inset 1px 1px #ffffffad;
}

.mooda-info-panel.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%)scale(1);
}

.info-copy {
  gap: 12px;
  display: grid;
}

.info-copy p {
  color: #ffffffdb;
  text-shadow: 0 8px 22px #0000005c;
  margin: 0;
  font-size: clamp(13px, 1.35vw, 15px);
  line-height: 1.55;
}

.shortcut-list {
  gap: 11px;
  margin: 0;
  display: grid;
}

.shortcut-list div {
  grid-template-columns: minmax(72px, .32fr) 1fr;
  align-items: center;
  gap: 14px;
  display: grid;
}

.shortcut-list dt {
  color: #fff;
  text-align: center;
  background: #ffffff29;
  border: 1px solid #ffffff47;
  border-radius: 12px;
  margin: 0;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 820;
  box-shadow: inset 1px 1px #ffffff61, 0 8px 18px #0000002e;
}

.shortcut-list dd {
  color: #ffffffdb;
  text-shadow: 0 8px 22px #0000005c;
  margin: 0;
  font-size: clamp(13px, 1.35vw, 15px);
  line-height: 1.35;
}

.settings-panel-header {
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  display: flex;
}

.settings-panel-header div {
  gap: 3px;
  display: grid;
}

.settings-panel-header strong {
  font-size: 16px;
}

.settings-panel-header span, .settings-meta {
  color: #ffffffc2;
  font-size: 12px;
}

.settings-panel-header button {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(145deg, #ffffff7a, #d3e0f033);
  border: 1px solid #ffffff70;
  border-radius: 999px;
  place-items: center;
  width: 36px;
  height: 36px;
  display: grid;
  box-shadow: 8px 10px 20px #131c322e, -5px -6px 14px #ffffff2b, inset 1px 1px #ffffff94;
}

.settings-meta {
  justify-content: space-between;
  gap: 14px;
  display: flex;
}

.mooda-settings {
  color: #fffffff0;
  -webkit-backdrop-filter: blur(20px) saturate(1.32);
  backdrop-filter: blur(20px) saturate(1.32);
  cursor: pointer;
  background: radial-gradient(circle at 35% 24%, #ffffffdb, #0000 34%), linear-gradient(145deg, #f6fbff94, #d6e2f13d);
  border: 1px solid #ffffff61;
  border-radius: 999px;
  place-items: center;
  width: clamp(35px, 3.5vw, 47px);
  height: clamp(35px, 3.5vw, 47px);
  transition: transform .18s, box-shadow .22s, border-color .22s, color .22s, background .22s;
  display: grid;
  box-shadow: 14px 18px 34px #181f3438, -10px -12px 26px #fff3, 0 0 34px #ffffff2e, inset 1px 1px #ffffff9e, inset -8px -10px 18px #687ea11a;
}

.mooda-settings:hover {
  color: #fff;
  border-color: #ffffff8a;
  transform: translateY(-2px);
  box-shadow: 18px 24px 42px #181f3440, -12px -14px 30px #ffffff42, 0 0 44px #ffffff3d, inset 1px 1px #ffffffb8, inset -8px -10px 18px #687ea114;
}

.mooda-settings:active {
  transform: translateY(1px)scale(.97);
  box-shadow: 7px 9px 18px #181f342e, -4px -5px 12px #ffffff29, inset 5px 6px 12px #485b7e29, inset -4px -5px 10px #ffffff47;
}

.mooda-settings:focus-visible, .mooda-play:focus-visible, .center-feedback:focus-visible, .mooda-feedback button:focus-visible, .mooda-info:focus-visible, .settings-panel-header button:focus-visible, .mooda-volume-slider input:focus-visible {
  outline-offset: 5px;
  outline: 2px solid #ffffffe0;
  box-shadow: 0 0 0 6px #6fddff2e, 16px 20px 42px #131c323d, inset 1px 1px #ffffffad;
}

.arc-control svg:focus {
  outline: none;
}

.arc-control svg:focus-visible .arc-track {
  stroke: #ffffff85;
}

.mooda-stage {
  aspect-ratio: 1;
  place-items: center;
  width: min(900px, 92vmin, 96vw);
  display: grid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mooda-play {
  z-index: 5;
  color: #fff;
  -webkit-backdrop-filter: blur(22px) saturate(1.28);
  backdrop-filter: blur(22px) saturate(1.28);
  cursor: pointer;
  background: radial-gradient(circle at 34% 24%, #ffffffe0, #0000 31%), radial-gradient(circle at 64% 78%, #6996ff29, #0000 44%), linear-gradient(145deg, #f8fcff8a, #cedcee3d);
  border: 1px solid #ffffff94;
  border-radius: 999px 620px 999px 999px;
  place-items: center;
  width: 45%;
  height: 45%;
  transition: opacity .52s, transform .52s cubic-bezier(.16, 1, .3, 1), box-shadow .52s, border-color .42s, background .52s, visibility linear;
  display: grid;
  position: relative;
  box-shadow: 28px 36px 72px #141d344d, -18px -20px 48px #ffffff38, 0 0 72px #ffffff29, 0 0 94px #7ca3ff24, inset 2px 2px #ffffffa3, inset -18px -22px 34px #54688b1a;
}

.mooda-play:before {
  content: "";
  z-index: -1;
  border-radius: inherit;
  filter: blur(10px);
  opacity: .7;
  background: radial-gradient(circle, #f7fcff6b, #0000 66%);
  transition: opacity .42s, transform .7s;
  position: absolute;
  inset: -24px;
}

.mooda-play:after {
  content: "";
  border-radius: inherit;
  pointer-events: none;
  border: 1px solid #ffffff2e;
  position: absolute;
  inset: 11%;
  box-shadow: inset 0 18px 36px #ffffff1a, inset 0 -18px 28px #53688c14;
}

.mooda-player.is-playing .mooda-play:before {
  animation: 2.9s ease-in-out infinite moodaPulse;
}

.mooda-player.is-playing .mooda-play:after {
  animation: 2.4s ease-in-out infinite moodaPlayEdgePulse;
}

.mooda-play:hover {
  background: radial-gradient(circle at 34% 24%, #ffffff61, #0000 31%), radial-gradient(circle at 64% 78%, #5070aa2e, #0000 44%), linear-gradient(145deg, #181f30b3, #060a1494);
  border-color: #ffffffc2;
  transform: translateY(-3px)scale(1.015);
  box-shadow: 32px 42px 82px #141d3452, -20px -24px 52px #ffffff47, 0 0 86px #ffffff3d, 0 0 112px #7ca3ff2e, inset 2px 2px #ffffffb8, inset -16px -20px 32px #54688b14;
}

.mooda-play:active {
  transform: translateY(1px)scale(.985);
  box-shadow: 14px 18px 38px #141d3438, -8px -10px 22px #ffffff2e, inset 10px 12px 24px #4a5c7f2e, inset -8px -10px 18px #ffffff47;
}

.mooda-play.style-hidden {
  opacity: .58;
  visibility: visible;
  pointer-events: none;
  transition: opacity .52s, visibility linear, transform .62s cubic-bezier(.16, 1, .3, 1), box-shadow .26s, border-color .26s, background .26s;
  transform: scale(.98);
}

.mooda-play.style-hidden > svg, .mooda-play.style-hidden .playback-wave, .mooda-play.style-hidden .pause-affordance, .mooda-play.style-hidden .paused-affordance {
  opacity: 0;
  transition: opacity .18s, transform .22s;
  transform: scale(.9);
}

.mooda-player.volume-active .mooda-play {
  opacity: 1;
  border-color: #ffffffd1;
  box-shadow: 34px 44px 88px #141d3461, -22px -26px 58px #ffffff47, 0 0 92px #ffffff4d, 0 0 132px #7ca3ff33, inset 2px 2px #ffffffc7, inset -16px -20px 32px #54688b14;
}

.mooda-player.volume-active .mooda-play > svg, .mooda-player.volume-active .playback-wave, .mooda-player.volume-active .pause-affordance, .mooda-player.volume-active .paused-affordance {
  opacity: 0;
}

.lp-record {
  z-index: 1;
  opacity: 1;
  filter: saturate(2.58) brightness(.78) contrast(1.1);
  pointer-events: none;
  background: radial-gradient(circle, #ffffff6b 0 16.1%, #0000 4.7%), radial-gradient(circle, #b4cbff3d 0 7%, #0000 6.5%), radial-gradient(circle at 27% 19%, #ffffff09, #0000 31%), repeating-radial-gradient(circle, #ffffff12 0 1px, #0000 1px 6px), conic-gradient(from 18deg, #080b15e6, #303a52b3, #070a13f0, #564e707a, #080b15e6);
  border-radius: 999px;
  width: 90%;
  height: 91%;
  transition: opacity .52s, transform .56s cubic-bezier(.16, 1, .3, 1), filter .52s;
  position: absolute;
  transform: scale(.94);
  box-shadow: 0 22px 48px #03071247, 0 0 28px #ffffff0d, inset 0 0 0 1px #ffffff1a, inset 0 0 24px #ffffff0a, inset 0 0 82px #00000052;
}

.mooda-player.is-playing .lp-record {
  animation: 8.5s linear infinite moodaRecordSpin;
}

.lp-record:before {
  content: "";
  border-radius: inherit;
  border: 1px solid #ffffff1f;
  position: absolute;
  inset: 9%;
  box-shadow: inset 0 0 0 12px #ffffff05, inset 0 0 0 28px #0000000d, inset 0 0 0 43px #ffffff05;
}

.lp-record:after {
  content: "";
  border-radius: inherit;
  mix-blend-mode: screen;
  opacity: .22;
  background: linear-gradient(112deg, #0000 0 38%, #ffffff0a 45%, #0000 55%), radial-gradient(circle at 35% 22%, #ffffff0a, #0000 25%);
  position: absolute;
  inset: 0;
}

.lp-record-label {
  border-radius: inherit;
  color: #fffffff0;
  letter-spacing: 0;
  text-shadow: 0 0 10px #ffffff4d, 0 4px 12px #00000085;
  background: radial-gradient(circle, #ffffffe0 0 12%, #0000 13%), linear-gradient(145deg, #7aa4ff94, #ff8ec76b 58%, #ffd76070);
  place-items: center;
  font-size: clamp(10px, 1.15vw, 17px);
  font-weight: 850;
  display: grid;
  position: absolute;
  inset: 38.5%;
  box-shadow: 0 0 22px #fff3, inset 0 1px #ffffff6b;
}

.lp-tonearm {
  z-index: 2;
  opacity: 1;
  pointer-events: none;
  transform-origin: 92%;
  width: 44%;
  height: 8.2%;
  transform: rotate(var(--tonearm-angle, -106deg));
  filter: drop-shadow(0 10px 18px #00000057) drop-shadow(0 0 16px #ffffff29);
  transition: opacity .52s, transform .56s cubic-bezier(.16, 1, .3, 1), filter .52s;
  position: absolute;
  top: 12%;
  right: 9%;
}

.lp-tonearm:before {
  content: "";
  background: linear-gradient(#ffffffc2, #b0c2dc6b), linear-gradient(90deg, #ffffff3d, #ffffff0d);
  border-radius: 999px;
  width: 78%;
  height: 34%;
  position: absolute;
  top: 50%;
  right: 15%;
  transform: translateY(-50%);
  box-shadow: inset 0 1px #ffffff9e, inset 0 -1px #232d4333;
}

.lp-tonearm:after {
  content: "";
  aspect-ratio: 1;
  background: radial-gradient(circle at 34% 28%, #ffffffd6, #0000 32%), linear-gradient(145deg, #e6efffa3, #6b7ea457);
  border-radius: 999px;
  width: 22%;
  position: absolute;
  top: 50%;
  right: -1%;
  transform: translateY(-50%);
  box-shadow: 0 0 20px #ffffff29, inset 1px 1px #ffffff94;
}

.lp-tonearm-head {
  background: linear-gradient(145deg, #ffffffb8, #6f80a466);
  border-radius: 45% 18% 18% 45%;
  width: 18%;
  height: 78%;
  position: absolute;
  top: 50%;
  left: 4%;
  transform: translateY(-50%)rotate(-8deg);
  box-shadow: 0 0 16px #ffffff24, inset 1px 1px #ffffff85;
}

.lp-tonearm-head:after {
  content: "";
  background: #ffffffc7;
  border-radius: 999px;
  width: 48%;
  height: 11%;
  position: absolute;
  top: 62%;
  left: -24%;
  transform: rotate(38deg);
  box-shadow: 0 0 8px #ffffff5c;
}

.playback-wave {
  z-index: 2;
  opacity: .9;
  filter: drop-shadow(0 0 16px #ffffff85) drop-shadow(0 10px 24px #121c3447) drop-shadow(0 0 30px #75aeff3d);
  justify-content: center;
  align-items: center;
  gap: 5%;
  width: 46%;
  height: 32%;
  transition: opacity .52s, transform .56s cubic-bezier(.16, 1, .3, 1), filter .52s;
  display: flex;
  position: relative;
  transform: translateZ(0);
}

.playback-wave:before {
  content: "";
  z-index: -1;
  filter: blur(16px);
  opacity: .62;
  background: radial-gradient(circle, #ffffff38, #0000 64%), radial-gradient(circle, #6d9aff24, #0000 72%);
  border-radius: 999px;
  position: absolute;
  inset: -42% -36%;
}

.playback-wave span {
  transform-origin: 50%;
  background: linear-gradient(#fffffff5, #ceeeffa8);
  border-radius: 999px;
  width: 10%;
  min-width: 4px;
  height: 42%;
  animation: 1.24s ease-in-out infinite moodaWave;
  box-shadow: 0 0 14px #ffffff5c, inset 0 1px #ffffff7a;
}

.playback-wave span:nth-child(2) {
  animation-delay: -.42s;
}

.playback-wave span:nth-child(3) {
  animation-delay: -.78s;
}

.playback-wave span:nth-child(4) {
  animation-delay: -.18s;
}

.playback-wave span:nth-child(5) {
  animation-delay: -.64s;
}

.playback-wave span:nth-child(6) {
  animation-delay: -.3s;
}

.playback-wave span:nth-child(7) {
  animation-delay: -.9s;
}

.pause-affordance, .paused-affordance {
  z-index: 3;
  opacity: 0;
  place-items: center;
  transition: opacity .42s, transform .52s cubic-bezier(.16, 1, .3, 1);
  display: grid;
  position: absolute;
  inset: 0;
  transform: scale(.86);
}

.mooda-play.is-paused {
  opacity: .76;
  filter: saturate(.72) brightness(.86);
}

.mooda-play.is-paused:before {
  opacity: .34;
}

.mooda-play.is-paused .lp-record {
  filter: saturate(1.4) brightness(.64) contrast(1.04);
}

.mooda-play.is-paused .paused-affordance {
  opacity: .86;
  animation: 1.85s ease-in-out infinite moodaPausedPulse;
  transform: scale(1);
}

.mooda-play:hover .playback-wave, .mooda-play:focus-visible .playback-wave {
  opacity: .08;
  transform: scale(.82);
}

.mooda-play:hover .lp-record, .mooda-play:focus-visible .lp-record {
  opacity: .42;
  filter: saturate(1.4) brightness(.48) contrast(1.04);
  transform: scale(.94);
}

.mooda-play:hover .lp-tonearm, .mooda-play:focus-visible .lp-tonearm {
  opacity: .44;
}

.play-affordance {
  z-index: 3;
  opacity: 0;
  transition: opacity .42s, transform .52s cubic-bezier(.16, 1, .3, 1);
  position: relative;
  transform: scale(.86);
}

.mooda-play:hover .play-affordance, .mooda-play:focus-visible .play-affordance {
  opacity: 1;
  transform: scale(1);
}

.mooda-play.is-paused .play-affordance {
  opacity: 0;
  transform: scale(.86);
}

.mooda-play.is-paused:hover .paused-affordance, .mooda-play.is-paused:focus-visible .paused-affordance {
  opacity: 0;
  animation: none;
  transform: scale(.82);
}

.mooda-play.is-paused:hover .play-affordance, .mooda-play.is-paused:focus-visible .play-affordance, .mooda-play:hover .pause-affordance, .mooda-play:focus-visible .pause-affordance {
  opacity: 1;
  transform: scale(1);
}

.mooda-play:disabled, .mooda-feedback button:disabled {
  cursor: wait;
  opacity: .64;
  transform: none;
}

.center-feedback:disabled {
  cursor: wait;
  opacity: .7;
  transform: translateY(-50%);
}

.arc-control {
  z-index: 8;
  pointer-events: none;
  opacity: .8;
  place-items: center;
  width: 79%;
  height: 79%;
  transition: opacity .36s, filter .42s, transform .42s cubic-bezier(.16, 1, .3, 1);
  display: grid;
  position: absolute;
}

.mooda-player.volume-active .arc-control, .mooda-player.volume-active .center-feedback, .mooda-player.volume-active .mooda-status, .mooda-player.volume-active .mooda-topbar, .mooda-player.volume-active .mooda-settings-panel, .mooda-player.volume-active .mooda-skip, .mooda-player.volume-active .mooda-stop, .mooda-player.volume-active .mooda-info {
  opacity: .12;
  filter: saturate(.45) blur(.2px);
}

.mooda-player.volume-active .arc-control, .mooda-player.volume-active .center-feedback, .mooda-player.volume-active .mooda-status, .mooda-player.volume-active .mooda-topbar, .mooda-player.volume-active .mooda-skip, .mooda-player.volume-active .mooda-stop, .mooda-player.volume-active .mooda-info {
  pointer-events: none;
}

.energy-arc {
  transform: none;
}

.style-arc {
  --arc-glass-opacity: 0;
  --arc-track-opacity: .2;
  --arc-halo-opacity: 0;
  transform: none;
}

.arc-control svg {
  touch-action: none;
  pointer-events: none;
  outline: none;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.arc-hit-zone {
  fill: none;
  stroke: #0000;
  stroke-linecap: round;
  stroke-width: 56px;
  pointer-events: stroke;
}

.arc-glass, .arc-track, .arc-halo, .arc-active {
  fill: none;
  stroke-linecap: round;
  pointer-events: none;
}

.arc-glass {
  stroke: rgb(255 255 255 / var(--arc-glass-opacity, .12));
  stroke-width: 42px;
  filter: blur(.2px);
}

.arc-track {
  stroke: rgb(255 255 255 / var(--arc-track-opacity, .3));
  stroke-width: 28px;
  filter: drop-shadow(0 16px 26px #0000002e) drop-shadow(0 -1px #ffffff29);
  pointer-events: none;
}

.arc-halo {
  stroke-width: 42px;
  opacity: var(--arc-halo-opacity, .28);
  filter: blur(7px);
  transition: opacity .26s, stroke-width .26s;
}

.arc-active {
  stroke-width: 22px;
  transition: stroke-width .26s, opacity .26s, filter .26s;
}

.mooda-player.mood-active .energy-arc .arc-halo, .mooda-player.style-active .style-arc .arc-halo {
  opacity: .46;
}

.mooda-player.style-active .style-arc .arc-halo {
  opacity: 0;
}

.mooda-player.style-active .style-arc .arc-active {
  opacity: 0;
  stroke-width: 22px;
}

.energy-arc .arc-active {
  filter: drop-shadow(0 0 10px #69a7ff75) drop-shadow(0 0 18px #ffd7605c);
}

.style-arc .arc-active, .style-arc .arc-halo {
  stroke: #0000;
  opacity: 0;
  filter: none;
}

.style-arc .arc-track {
  stroke: #fff3;
  filter: drop-shadow(0 10px 20px #0000001a) drop-shadow(0 -1px #ffffff1a);
}

.style-arc .arc-glass {
  stroke: #ffffff0a;
  filter: blur(.2px);
}

.mooda-player.mood-active .style-arc, .mooda-player.mood-active .style-overlay:not(.mood-overlay), .mooda-player.style-active .energy-arc, .mooda-player.style-active .mood-overlay {
  opacity: .24;
  filter: saturate(.48) blur(.15px);
}

.mooda-player.mood-active .energy-arc, .mooda-player.style-active .style-arc {
  opacity: 1;
  filter: none;
}

.mooda-player.mood-active .style-overlay:not(.mood-overlay), .mooda-player.style-active .mood-overlay {
  transition-delay: 0s;
  opacity: 0 !important;
}

.arc-thumb-halo {
  fill: #ffffff38;
  filter: blur(2px) drop-shadow(0 0 18px #ffffff7a);
  pointer-events: none;
  transition: cx .28s cubic-bezier(.2, .8, .2, 1), cy .28s cubic-bezier(.2, .8, .2, 1), r .22s;
}

.arc-thumb {
  fill: #fff;
  stroke: #ffffffb8;
  stroke-width: 3px;
  filter: drop-shadow(0 0 12px #ffffffc7) drop-shadow(0 10px 18px #00000042);
  pointer-events: all;
  transition: cx .28s cubic-bezier(.2, .8, .2, 1), cy .28s cubic-bezier(.2, .8, .2, 1), r .22s, filter .22s;
}

.arc-shape-title {
  fill: #fff;
  letter-spacing: .18em;
  text-transform: uppercase;
  pointer-events: none;
  opacity: 1;
  paint-order: stroke fill;
  stroke: #0000001a;
  stroke-width: .45px;
  filter: drop-shadow(0 0 14px #ffffff5c) drop-shadow(0 9px 15px #0000008a);
  font-size: 14px;
  font-weight: 780;
}

.style-arc .arc-shape-title {
  fill: #fff;
  opacity: 1;
}

.arc-marker {
  pointer-events: all;
}

.arc-marker-hit {
  fill: #0000;
  stroke: #0000;
  pointer-events: all;
}

.arc-marker-halo {
  fill: #ffffff2e;
  filter: blur(2px) drop-shadow(0 0 12px #ffffff4d);
  opacity: 0;
  transition: opacity .26s;
}

.arc-marker-dot {
  fill: #ffffffd1;
  stroke: #ffffff94;
  stroke-width: 2px;
  filter: drop-shadow(0 0 8px #ffffff6b) drop-shadow(0 6px 12px #00000038);
  transition: r .22s, fill .22s, opacity .22s, filter .22s;
}

.arc-marker.active .arc-marker-halo {
  opacity: .18;
}

.arc-marker.active .arc-marker-dot {
  fill: #fff;
  opacity: 1;
}

.arc-marker:hover .arc-marker-dot {
  r: 7;
  filter: drop-shadow(0 0 12px #ffffffb3) drop-shadow(0 8px 14px #0000003d);
}

.arc-marker-label {
  pointer-events: none;
  opacity: 0;
  filter: drop-shadow(0 12px 20px #00000047) drop-shadow(0 0 14px #ffffff2e);
  transition: opacity .24s, filter .24s;
}

.arc-marker-label rect {
  fill: #eef6ff21;
  stroke: #ffffff47;
  stroke-width: 1px;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  opacity: 0;
  transition: opacity .22s, fill .22s, stroke .22s;
}

.arc-marker-label text {
  fill: #ffffffeb;
  letter-spacing: 0;
  text-shadow: 0 0 12px #ffffff52, 0 4px 10px #00000075;
  font-size: 13px;
  font-weight: 780;
}

.mooda-player.mood-active .energy-arc .arc-marker-label, .mooda-player.style-active .style-arc .arc-marker-label {
  opacity: .58;
}

.mooda-player.mood-active .energy-arc .arc-marker-label.active, .mooda-player.style-active .style-arc .arc-marker-label.active {
  opacity: 1;
  filter: drop-shadow(0 12px 20px #0000004d) drop-shadow(0 0 10px #ffffff24);
}

.mooda-player.mood-active .energy-arc .arc-marker:hover .arc-marker-label:not(.active), .mooda-player.style-active .style-arc .arc-marker:hover .arc-marker-label:not(.active) {
  opacity: .98;
  filter: drop-shadow(0 8px 14px #00000052);
}

.mooda-player.mood-active .energy-arc .arc-marker:hover .arc-marker-label:not(.active) rect, .mooda-player.style-active .style-arc .arc-marker:hover .arc-marker-label:not(.active) rect {
  opacity: 0;
}

.mooda-player.mood-active .energy-arc .arc-marker:hover .arc-marker-label:not(.active) text, .mooda-player.style-active .style-arc .arc-marker:hover .arc-marker-label:not(.active) text {
  fill: #fff;
}

.arc-marker-label.active rect {
  fill: #ffffff38;
  stroke: #ffffff75;
  opacity: 1;
}

.arc-marker-label.active text {
  fill: #fff;
}

.arc-active-value {
  pointer-events: none;
  opacity: 1;
  filter: drop-shadow(0 2px 3px #0000001a);
  transition: opacity .24s, transform .3s cubic-bezier(.16, 1, .3, 1);
}

.arc-active-value-halo {
  fill: #0000;
  stroke: none;
  filter: none;
}

.arc-active-value rect {
  fill: #ffffffc4;
  stroke: #fff0;
  stroke-width: 1px;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.arc-active-value text {
  fill: #4a5268e0;
  letter-spacing: 0;
  text-shadow: 0 1px #ffffff4d, 0 4px 9px #00000029;
  font-size: 11px;
  font-weight: 820;
}

.mooda-player.slider-focus .arc-active-value {
  transform: scale(.86);
  opacity: 0 !important;
}

.mooda-player.mood-active .style-arc .arc-marker-label, .mooda-player.style-active .energy-arc .arc-marker-label {
  opacity: 0 !important;
}

.arc-title, .arc-center-label {
  color: #ffffffe6;
  letter-spacing: 0;
  pointer-events: none;
  z-index: 7;
  opacity: 0;
  text-shadow: 0 0 18px #ffffff47, 0 9px 22px #0000003d;
  font-size: clamp(18px, 2.2vmin, 26px);
  font-weight: 760;
  transition: opacity .24s, transform .3s cubic-bezier(.2, .8, .2, 1);
  position: absolute;
  transform: translateY(10px)scale(.96);
}

.arc-title-top {
  top: 34%;
}

.arc-title.visible {
  opacity: .92;
  transform: translateY(0)scale(1);
}

.arc-center-label {
  bottom: 2px;
}

.style-overlay {
  z-index: 9;
  --text-enter-x: 0px;
  --text-idle-x: 0px;
  --text-exit-x: 0px;
  transform: translate(-50%, -50%) translateX(var(--text-enter-x)) translateY(18px) scale(.82);
  opacity: 0;
  color: #fff;
  letter-spacing: 0;
  white-space: nowrap;
  pointer-events: none;
  text-shadow: 0 0 34px #ffffff61, 0 18px 54px #00000061, 0 2px 1px #ffffff2e;
  filter: blur(4px);
  font-size: clamp(62px, 10.6vw, 136px);
  font-weight: 850;
  line-height: .92;
  transition: opacity .34s, transform .56s cubic-bezier(.16, 1, .3, 1), filter .42s;
  position: absolute;
  top: 50%;
  left: 50%;
}

.volume-overlay {
  z-index: 10;
  opacity: 0;
  color: #fff;
  letter-spacing: 0;
  pointer-events: none;
  filter: blur(4px);
  justify-items: center;
  gap: clamp(7px, 1vw, 12px);
  line-height: 1;
  transition: opacity .26s, transform .42s cubic-bezier(.16, 1, .3, 1), filter .32s;
  display: grid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)scale(.9);
}

.volume-overlay span {
  color: #fffffff0;
  text-shadow: 0 0 20px #ffffff57, 0 4px 12px #000000c2, 0 14px 34px #00000085;
  font-size: clamp(15px, 1.7vw, 24px);
  font-weight: 800;
}

.volume-overlay strong {
  text-shadow: 0 0 36px #ffffff7a, 0 5px 15px #000c, 0 18px 50px #00000085;
  font-size: clamp(46px, 6.6vw, 90px);
  font-weight: 880;
}

.volume-overlay.visible {
  opacity: 1;
  filter: blur();
  transform: translate(-50%, -50%)scale(1);
}

.style-overlay.motion-right {
  --text-enter-x: -44px;
  --text-idle-x: 0px;
  --text-exit-x: 44px;
}

.style-overlay.motion-left {
  --text-enter-x: 44px;
  --text-idle-x: 0px;
  --text-exit-x: -44px;
}

.style-overlay.visible {
  opacity: .92;
  transform: translate(-50%, -50%) translateX(var(--text-idle-x)) translateY(0) scale(1);
  filter: blur();
  transition-delay: .22s;
}

.mooda-player.mood-active .style-overlay.visible:not(.mood-overlay), .mooda-player.style-active .mood-overlay.visible {
  transition-delay: 0s;
  opacity: 0 !important;
}

.style-overlay.visible.motion-right {
  animation: .36s cubic-bezier(.16, 1, .3, 1) moodaTextFromLeft;
}

.style-overlay.visible.motion-left {
  animation: .36s cubic-bezier(.16, 1, .3, 1) moodaTextFromRight;
}

.style-overlay:not(.visible) {
  transform: translate(-50%, -50%) translateX(var(--text-exit-x)) translateY(18px) scale(.82);
}

.style-overlay.active {
  opacity: 1;
}

.mood-overlay {
  font-size: clamp(50px, 8.6vw, 112px);
}

.mooda-status {
  gap: 5px;
  display: grid;
  position: absolute;
  bottom: clamp(132px, 16vh, 176px);
  left: clamp(22px, 4vw, 64px);
}

.mooda-status span {
  color: #ffffffb3;
  font-size: clamp(14px, 1.6vw, 18px);
}

.mooda-status p {
  clip: rect(0 0 0 0);
  white-space: nowrap;
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

.mooda-feedback {
  align-items: center;
  gap: clamp(8px, 1.2vw, 14px);
  transition: opacity .36s, transform .36s;
  display: flex;
  position: absolute;
  bottom: clamp(20px, 4vh, 44px);
  right: clamp(22px, 5vw, 86px);
}

.mooda-feedback.dimmed {
  opacity: .34;
  transform: translateY(8px);
}

.center-feedback, .mooda-feedback button {
  color: #fffffff5;
  -webkit-backdrop-filter: blur(20px) saturate(1.28);
  backdrop-filter: blur(20px) saturate(1.28);
  cursor: pointer;
  background: radial-gradient(circle at 34% 24%, #ffffffd1, #0000 31%), radial-gradient(circle at 70% 78%, #7092c41f, #0000 40%), linear-gradient(145deg, #f8fcff8a, #d3e0f038);
  border: 1px solid #ffffff7a;
  border-radius: 999px;
  place-items: center;
  width: clamp(35px, 3.5vw, 47px);
  height: clamp(35px, 3.5vw, 47px);
  transition: transform .18s, box-shadow .22s, border-color .22s, background .22s;
  display: grid;
  position: relative;
  box-shadow: 16px 20px 38px #131c323d, -11px -12px 26px #ffffff2e, 0 0 34px #ffffff21, inset 1px 1px #ffffffa8, inset -9px -11px 18px #4c62841a;
}

.center-feedback {
  z-index: 6;
  width: clamp(64px, 6.4vw, 84px);
  height: clamp(64px, 6.4vw, 84px);
  transition: opacity .42s, visibility linear, transform .52s cubic-bezier(.16, 1, .3, 1), box-shadow .22s, border-color .22s, background .22s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.center-feedback svg {
  width: clamp(26px, 2.55vw, 34px);
  height: clamp(26px, 2.55vw, 34px);
}

.center-feedback-left {
  left: 14%;
}

.center-feedback-right {
  right: 14%;
}

.mooda-player.is-transitioning .center-feedback {
  pointer-events: none;
}

.center-feedback.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.center-feedback-left.hidden {
  transform: translate(-18px, -50%)scale(.88);
}

.center-feedback-right.hidden {
  transform: translate(18px, -50%)scale(.88);
}

.center-feedback:after, .mooda-feedback button:after {
  content: "";
  border-radius: inherit;
  pointer-events: none;
  border: 1px solid #ffffff29;
  position: absolute;
  inset: 7px;
  box-shadow: inset 0 10px 18px #ffffff14;
}

.center-feedback:hover, .mooda-feedback button:hover {
  border-color: #ffffffad;
  box-shadow: 20px 25px 46px #131c3247, -13px -15px 30px #ffffff3b, 0 0 44px #ffffff2e, inset 1px 1px #ffffffc2, inset -8px -10px 16px #4c628414;
}

.center-feedback:hover {
  transform: translateY(calc(-50% - 3px));
}

.mooda-feedback button:hover {
  transform: translateY(-3px);
}

.center-feedback:active, .mooda-feedback button:active {
  box-shadow: 7px 9px 18px #131c322e, -4px -5px 12px #ffffff26, inset 7px 8px 14px #465a7c2e, inset -5px -6px 12px #ffffff47;
}

.center-feedback:active {
  transform: translateY(calc(1px - 50%))scale(.97);
}

.mooda-feedback button:active {
  transform: translateY(1px)scale(.97);
}

.center-feedback-left:hover {
  color: #ffebf0;
  background: radial-gradient(circle at 35% 24%, #ffffffd1, #0000 31%), radial-gradient(circle at 68% 78%, #ff588047, #0000 42%), linear-gradient(145deg, #ffeef399, #f576943d);
  box-shadow: 20px 25px 46px #131c3247, -13px -15px 30px #ffffff3b, 0 0 50px #ff80a838, inset 1px 1px #ffffffc2;
}

.mooda-player.is-transitioning .center-feedback:hover, .mooda-player.is-transitioning .center-feedback:active {
  transform: translateY(-50%);
  box-shadow: 16px 20px 38px #131c323d, -11px -12px 26px #ffffff2e, 0 0 34px #ffffff21, inset 1px 1px #ffffffa8, inset -9px -11px 18px #4c62841a;
}

.mooda-feedback button:hover {
  box-shadow: 20px 25px 46px #131c3247, -13px -15px 30px #ffffff3b, 0 0 50px #ffd67638, inset 1px 1px #ffffffc2;
}

.mooda-feedback button:disabled:hover, .mooda-feedback button:disabled:active {
  background: radial-gradient(circle at 34% 24%, #ffffffd1, #0000 31%), radial-gradient(circle at 70% 78%, #7092c41f, #0000 40%), linear-gradient(145deg, #f8fcff8a, #d3e0f038);
  border-color: #ffffff7a;
  transform: none;
  box-shadow: 16px 20px 38px #131c323d, -11px -12px 26px #ffffff2e, 0 0 34px #ffffff21, inset 1px 1px #ffffffa8, inset -9px -11px 18px #4c62841a;
}

.center-feedback-right:hover {
  color: #eafff3;
  background: radial-gradient(circle at 35% 24%, #ffffffd1, #0000 31%), radial-gradient(circle at 68% 78%, #51e8934d, #0000 42%), linear-gradient(145deg, #edfff599, #53d08b3d);
  box-shadow: 20px 25px 46px #131c3247, -13px -15px 30px #ffffff3b, 0 0 50px #8dffbe38, inset 1px 1px #ffffffc2;
}

.center-feedback-left:active {
  color: #ffe6ed;
  background: radial-gradient(circle at 35% 24%, #ffffff9e, #0000 31%), linear-gradient(145deg, #ffdae48a, #e24a7257);
}

.center-feedback-right:active, .center-feedback-right.liked {
  color: #e0ffee;
  background: radial-gradient(circle at 35% 24%, #ffffffad, #0000 31%), radial-gradient(circle at 68% 78%, #3ee2865c, #0000 42%), linear-gradient(145deg, #e5fff19e, #36bf7457);
  border-color: #caffe0b3;
  box-shadow: 20px 25px 46px #131c323d, -13px -15px 30px #ffffff36, 0 0 56px #63ffa94d, inset 1px 1px #ffffffc2;
}

.center-feedback-right.liked:disabled {
  opacity: 1;
  cursor: default;
}

.mooda-player:not(.is-playing) .center-feedback:disabled {
  opacity: .24;
  cursor: not-allowed;
  filter: saturate(.28);
}

.center-feedback-left.blocked-by-like:disabled {
  cursor: not-allowed;
  color: #ffffff6b;
  filter: saturate(.32);
  opacity: .08 !important;
}

.center-feedback-left.blocked-by-like:disabled:hover, .center-feedback-left.blocked-by-like:disabled:active, .center-feedback:disabled:hover, .center-feedback:disabled:active {
  background: radial-gradient(circle at 34% 24%, #ffffffd1, #0000 31%), radial-gradient(circle at 70% 78%, #7092c41f, #0000 40%), linear-gradient(145deg, #f8fcff8a, #d3e0f038);
  border-color: #ffffff7a;
  transform: translateY(-50%);
  box-shadow: 16px 20px 38px #131c323d, -11px -12px 26px #ffffff2e, 0 0 34px #ffffff21, inset 1px 1px #ffffffa8, inset -9px -11px 18px #4c62841a;
}

.mooda-volume-control {
  align-items: center;
  display: flex;
  position: relative;
}

.mooda-volume-slider {
  -webkit-backdrop-filter: blur(20px) saturate(1.28);
  backdrop-filter: blur(20px) saturate(1.28);
  color: #fffffff0;
  opacity: .88;
  pointer-events: auto;
  background: radial-gradient(circle at 18% 24%, #ffffffa8, #0000 30%), linear-gradient(145deg, #f7fcff57, #c4d3e824);
  border: 1px solid #ffffff57;
  border-radius: 999px;
  align-items: center;
  gap: 9px;
  width: clamp(124px, 13vw, 174px);
  height: clamp(35px, 3.5vw, 47px);
  padding: 0 13px;
  transition: opacity .18s, transform .24s cubic-bezier(.16, 1, .3, 1), box-shadow .22s;
  display: flex;
  box-shadow: 14px 20px 38px #131c3238, -8px -10px 22px #ffffff21, inset 1px 1px #ffffff94;
}

.mooda-volume-control:hover .mooda-volume-slider, .mooda-volume-control:focus-within .mooda-volume-slider, .mooda-player.volume-active .mooda-volume-slider {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-1px);
}

.mooda-volume-slider input {
  accent-color: #dff8ff;
  width: 100%;
}

.mooda-volume-slider svg {
  filter: drop-shadow(0 5px 12px #00000047);
  flex: none;
}

@keyframes moodaDrift {
  from {
    transform: translate3d(0, 0, 0)scale(1);
  }

  to {
    transform: translate3d(4vw, -2vh, 0)scale(1.08);
  }
}

@keyframes moodaPulse {
  0%, 100% {
    opacity: .58;
    transform: scale(.98);
  }

  50% {
    opacity: .92;
    transform: scale(1.08);
  }
}

@keyframes moodaBgKenBurns {
  0% {
    transform: scale(1.035)translate3d(-.18vw, .14vh, 0);
  }

  50% {
    transform: scale(1.052)translate3d(.22vw, -.16vh, 0);
  }

  100% {
    transform: scale(1.038)translate3d(-.12vw, .1vh, 0);
  }
}

@keyframes moodaPlayEdgePulse {
  0%, 100% {
    border-color: #ffffff29;
    box-shadow: inset 0 18px 36px #ffffff1a, inset 0 -18px 28px #53688c14, 0 0 #fff0;
  }

  50% {
    border-color: #fff6;
    box-shadow: inset 0 18px 36px #ffffff26, inset 0 -18px 28px #53688c12, 0 0 42px 10px #ffffff24, 0 0 74px 18px #77a6ff14;
  }
}

@keyframes moodaWave {
  0%, 100% {
    opacity: .56;
    transform: scaleY(.52);
  }

  45% {
    transform: scaleY(calc(1.08 + (var(--energy) * .003)));
    opacity: .98;
  }

  72% {
    opacity: .76;
    transform: scaleY(.72);
  }
}

@keyframes moodaRecordSpin {
  from {
    transform: rotate(0)scale(.94);
  }

  to {
    transform: rotate(360deg)scale(.94);
  }
}

@keyframes moodaPausedPulse {
  0%, 100% {
    opacity: .58;
    filter: drop-shadow(0 0 10px #fff3) drop-shadow(0 8px 18px #00000047);
    transform: scale(.94);
  }

  50% {
    opacity: .94;
    filter: drop-shadow(0 0 22px #ffffff70) drop-shadow(0 10px 24px #00000052);
    transform: scale(1.02);
  }
}

@keyframes moodaTextFromLeft {
  from {
    opacity: 0;
    filter: blur(5px);
    transform: translate(-50%, -50%)translateX(-56px)translateY(12px)scale(.88);
  }

  to {
    opacity: .92;
    filter: blur();
    transform: translate(-50%, -50%)translateX(0)translateY(0)scale(1);
  }
}

@keyframes moodaTextFromRight {
  from {
    opacity: 0;
    filter: blur(5px);
    transform: translate(-50%, -50%)translateX(56px)translateY(12px)scale(.88);
  }

  to {
    opacity: .92;
    filter: blur();
    transform: translate(-50%, -50%)translateX(0)translateY(0)scale(1);
  }
}

@media (max-width: 760px) {
  .mooda-content {
    grid-template-rows: auto 1fr auto;
    min-height: 100dvh;
    padding: 18px;
  }

  .mooda-settings {
    width: clamp(35px, 3.5vw, 47px);
    height: clamp(35px, 3.5vw, 47px);
  }

  .mooda-stage {
    width: min(430px, 94vw, 72vh);
  }

  .arc-control {
    width: 78%;
    height: 78%;
  }

  .mooda-status {
    justify-self: start;
    margin-top: -30px;
    position: relative;
    bottom: auto;
    left: auto;
  }

  .mooda-feedback {
    justify-self: auto;
    margin-top: 0;
    position: absolute;
    bottom: 18px;
    right: 18px;
  }

  .mooda-feedback button {
    width: clamp(35px, 3.5vw, 47px);
    height: clamp(35px, 3.5vw, 47px);
  }

  .mooda-settings-panel {
    top: 78px;
    right: 14px;
  }

  .mooda-volume-slider {
    width: 118px;
    height: clamp(35px, 3.5vw, 47px);
  }
}

@media (max-width: 430px) {
  .mooda-logo {
    font-size: 24px;
  }

  .arc-control {
    width: 80%;
    height: 80%;
  }

  .mooda-status div {
    font-size: 24px;
  }

  .style-overlay {
    font-size: clamp(42px, 15vw, 68px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mooda-bg, .mooda-gradient, .mooda-settings-panel, .mooda-info-panel, .mooda-play, .mooda-feedback, .mooda-settings, .center-feedback, .arc-control, .arc-halo, .arc-active, .arc-title, .lp-record, .lp-tonearm, .style-overlay, .volume-overlay, .playback-wave span {
    transition-duration: 1ms !important;
    animation: none !important;
  }

  .mooda-mist {
    animation: none !important;
  }
}

.admin-grid {
  grid-template-columns: minmax(300px, 520px) minmax(360px, 1fr);
  align-items: start;
  gap: 20px;
  display: grid;
}

.grow {
  flex: 180px;
}

.track-table {
  gap: 10px;
  display: grid;
}

.track-row {
  border: 1px solid var(--line);
  border-radius: 8px;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 12px;
  padding: 12px;
  display: grid;
}

@media (max-width: 920px) {
  .admin-grid, .track-row {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=app_globals_0jn8.0u.css.map*/