.dark,
:root {
  --mx-primary: #009999;
  --mx-primary-hover: #00b3b3;
  --mx-bg: #080a12;
  --mx-bg-soft: #0f1222;
  --mx-surface: #14182a;
  --mx-surface-strong: #1b2036;
  --mx-border: rgb(255 255 255 / 10%);
  --mx-text: #f8fafc;
  --mx-text-muted: #a8b0c2;
  --mx-text-soft: #d6dbe7;
  --mx-field: #11162a;
  --mx-shadow: 0 24px 80px rgb(0 0 0 / 38%);
}

:root:not(.dark) {
  --mx-bg: #f5f8f8;
  --mx-bg-soft: #edf4f4;
  --mx-surface: #ffffff;
  --mx-surface-strong: #e8f3f3;
  --mx-border: rgb(15 23 42 / 12%);
  --mx-text: #102026;
  --mx-text-muted: #52606d;
  --mx-text-soft: #263640;
  --mx-field: #ffffff;
  --mx-shadow: 0 22px 70px rgb(15 23 42 / 12%);
}

html {
  color-scheme: dark;
}

html:not(.dark) {
  color-scheme: light;
}

body.mx-app {
  background:
    radial-gradient(circle at top left, color-mix(in srgb, var(--mx-primary) 18%, transparent), transparent 34rem),
    var(--mx-bg);
  color: var(--mx-text);
}

.bg-primary {
  background-color: var(--mx-primary) !important;
}

.text-primary {
  color: var(--mx-primary) !important;
}

.border-primary {
  border-color: var(--mx-primary) !important;
}

.hover\:text-primary:hover {
  color: var(--mx-primary-hover) !important;
}

html:not(.dark) body.mx-app .text-white,
html:not(.dark) body.mx-app .dark\:text-white {
  color: var(--mx-text) !important;
}

html:not(.dark) body.mx-app .text-white\/80,
html:not(.dark) body.mx-app .text-white\/75,
html:not(.dark) body.mx-app .text-white\/70,
html:not(.dark) body.mx-app .text-white\/68,
html:not(.dark) body.mx-app .text-white\/66,
html:not(.dark) body.mx-app .text-white\/65,
html:not(.dark) body.mx-app .text-gray-300,
html:not(.dark) body.mx-app .text-slate-400,
html:not(.dark) body.mx-app .dark\:text-\[\#9393c8\] {
  color: var(--mx-text-soft) !important;
}

html:not(.dark) body.mx-app .text-white\/60,
html:not(.dark) body.mx-app .text-white\/58,
html:not(.dark) body.mx-app .text-white\/55,
html:not(.dark) body.mx-app .text-white\/50,
html:not(.dark) body.mx-app .text-white\/45,
html:not(.dark) body.mx-app .text-white\/42,
html:not(.dark) body.mx-app .text-white\/40,
html:not(.dark) body.mx-app .text-white\/35,
html:not(.dark) body.mx-app .text-white\/30,
html:not(.dark) body.mx-app .text-\[\#9393c8\],
html:not(.dark) body.mx-app .text-gray-400 {
  color: var(--mx-text-muted) !important;
}

html:not(.dark) body.mx-app .bg-primary,
html:not(.dark) body.mx-app .bg-red-500,
html:not(.dark) body.mx-app .bg-red-600,
html:not(.dark) body.mx-app .bg-emerald-700,
html:not(.dark) body.mx-app .bg-emerald-500,
html:not(.dark) body.mx-app .bg-emerald-600,
html:not(.dark) body.mx-app .bg-cyan-700,
html:not(.dark) body.mx-app .bg-cyan-500,
html:not(.dark) body.mx-app .bg-cyan-600,
html:not(.dark) body.mx-app .bg-indigo-600,
html:not(.dark) body.mx-app .bg-indigo-500 {
  color: #fff !important;
}

html:not(.dark) body.mx-app header,
html:not(.dark) body.mx-app aside,
html:not(.dark) body.mx-app #profileMenu,
html:not(.dark) body.mx-app #globalSearchResults,
html:not(.dark) body.mx-app #mobileGlobalSearchResults {
  background-color: color-mix(in srgb, var(--mx-surface) 94%, transparent) !important;
  border-color: var(--mx-border) !important;
  color: var(--mx-text);
}

html:not(.dark) body.mx-app [class*="bg-[#"]:not(.mx-cover-art):not(#playlistPlayer):not(#addToPlaylistModal):not(#globalGiftModal):not(#globalPurchaseModal),
html:not(.dark) body.mx-app [class*="bg-[linear-gradient"]:not(.absolute),
html:not(.dark) body.mx-app [class*="bg-[radial-gradient"],
html:not(.dark) body.mx-app [class*="bg-white/[0.03]"],
html:not(.dark) body.mx-app [class*="bg-white/[0.02]"],
html:not(.dark) body.mx-app .bg-white\/5,
html:not(.dark) body.mx-app .bg-white\/10 {
  background: color-mix(in srgb, var(--mx-surface) 92%, var(--mx-primary) 8%) !important;
  border-color: var(--mx-border) !important;
  box-shadow: 0 18px 50px rgb(15 23 42 / 8%);
}

html:not(.dark) body.mx-app [class*="border-white/"],
html:not(.dark) body.mx-app [class*="border-[#343465]"],
html:not(.dark) body.mx-app [class*="border-[#2a2a46]"] {
  border-color: var(--mx-border) !important;
}

.mx-cover-art {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

html:not(.dark) body.mx-app [class*="bg-[linear-gradient"]:not(.absolute),
html:not(.dark) body.mx-app [class*="bg-[radial-gradient"] {
  background:
    radial-gradient(circle at top left, color-mix(in srgb, var(--mx-primary) 16%, transparent), transparent 24rem),
    linear-gradient(135deg, var(--mx-surface), var(--mx-bg-soft)) !important;
}

html:not(.dark) body.mx-app [class*="bg-[#"] input,
html:not(.dark) body.mx-app [class*="bg-[#"] select,
html:not(.dark) body.mx-app [class*="bg-[#"] textarea,
html:not(.dark) body.mx-app input[class*="bg-[#"],
html:not(.dark) body.mx-app select[class*="bg-[#"],
html:not(.dark) body.mx-app textarea[class*="bg-[#"] {
  background: var(--mx-field) !important;
  border-color: var(--mx-border) !important;
  color: var(--mx-text) !important;
}

html:not(.dark) body.mx-app #playlistPlayer,
html:not(.dark) body.mx-app #playlistPlayer [class*="bg-[#"],
html:not(.dark) body.mx-app #playlistPlayer .bg-white\/5,
html:not(.dark) body.mx-app #playlistPlayer .bg-white\/10,
html:not(.dark) body.mx-app #addToPlaylistModal > div,
html:not(.dark) body.mx-app #globalGiftModal [class*="bg-[#"],
html:not(.dark) body.mx-app #globalPurchaseModal [class*="bg-[#"] {
  background: rgb(15 17 24 / 94%) !important;
  border-color: rgb(255 255 255 / 12%) !important;
  color: #f8fafc !important;
}

html:not(.dark) body.mx-app #playlistPlayer,
html:not(.dark) body.mx-app #playlistPlayer .text-white,
html:not(.dark) body.mx-app #playlistPlayer [class*="text-white"],
html:not(.dark) body.mx-app #playlistPlayer .text-gray-300,
html:not(.dark) body.mx-app #playlistPlayer .text-gray-400,
html:not(.dark) body.mx-app #addToPlaylistModal,
html:not(.dark) body.mx-app #addToPlaylistModal .text-white,
html:not(.dark) body.mx-app #globalGiftModal,
html:not(.dark) body.mx-app #globalGiftModal [class*="text-white"],
html:not(.dark) body.mx-app #globalPurchaseModal,
html:not(.dark) body.mx-app #globalPurchaseModal [class*="text-white"] {
  color: #f8fafc !important;
}

html:not(.dark) body.mx-app #playlistPlayer .text-gray-400,
html:not(.dark) body.mx-app #playlistPlayer [class*="text-white/50"],
html:not(.dark) body.mx-app #playlistPlayer [class*="text-white/40"],
html:not(.dark) body.mx-app #playlistPlayer [class*="text-white/30"] {
  color: rgb(203 213 225 / 82%) !important;
}

html:not(.dark) body.mx-app .mx-upload-page {
  background: transparent !important;
  color: var(--mx-text) !important;
}

html:not(.dark) body.mx-app .mx-upload-page .text-white,
html:not(.dark) body.mx-app .mx-upload-page .text-gray-200,
html:not(.dark) body.mx-app .mx-upload-page .text-gray-300 {
  color: var(--mx-text) !important;
}

html:not(.dark) body.mx-app .mx-upload-page .text-gray-400,
html:not(.dark) body.mx-app .mx-upload-page .text-gray-500,
html:not(.dark) body.mx-app .mx-upload-page .text-white\/40 {
  color: var(--mx-text-muted) !important;
}

html:not(.dark) body.mx-app .mx-upload-page .bg-gray-900,
html:not(.dark) body.mx-app .mx-upload-page .bg-gray-800,
html:not(.dark) body.mx-app .mx-upload-page .bg-gray-800\/40,
html:not(.dark) body.mx-app .mx-upload-page .bg-gray-700,
html:not(.dark) body.mx-app .mx-upload-page .bg-gray-600,
html:not(.dark) body.mx-app .mx-upload-page .bg-white\/5,
html:not(.dark) body.mx-app .mx-upload-page .bg-white\/10 {
  background: color-mix(in srgb, var(--mx-surface) 94%, var(--mx-primary) 6%) !important;
  color: var(--mx-text) !important;
}

html:not(.dark) body.mx-app .mx-upload-page .border-gray-700,
html:not(.dark) body.mx-app .mx-upload-page .border-gray-600,
html:not(.dark) body.mx-app .mx-upload-page [class*="border-white/"] {
  border-color: var(--mx-border) !important;
}

html:not(.dark) body.mx-app .mx-upload-page input:not([type="checkbox"]):not([type="radio"]),
html:not(.dark) body.mx-app .mx-upload-page select,
html:not(.dark) body.mx-app .mx-upload-page textarea {
  background: var(--mx-field) !important;
  border-color: var(--mx-border) !important;
  color: var(--mx-text) !important;
}

html:not(.dark) body.mx-app .mx-upload-page input::placeholder,
html:not(.dark) body.mx-app .mx-upload-page textarea::placeholder {
  color: color-mix(in srgb, var(--mx-text-muted) 68%, transparent) !important;
}

html:not(.dark) body.mx-app .mx-upload-page input[type="checkbox"],
html:not(.dark) body.mx-app .mx-upload-page input[type="radio"] {
  background: var(--mx-field) !important;
  border-color: color-mix(in srgb, var(--mx-text-muted) 45%, transparent) !important;
}

html:not(.dark) body.mx-app .mx-upload-page .opacity-50 {
  opacity: 0.72 !important;
}

html:not(.dark) body.mx-app .mx-upload-page .tab-btn,
html:not(.dark) body.mx-app .mx-upload-page .edit-tab-btn {
  color: var(--mx-text-muted) !important;
}

html:not(.dark) body.mx-app .mx-upload-page .tab-btn.active,
html:not(.dark) body.mx-app .mx-upload-page .edit-tab-btn.active,
html:not(.dark) body.mx-app .mx-upload-page .tab-btn.text-primary,
html:not(.dark) body.mx-app .mx-upload-page .edit-tab-btn.text-primary {
  color: var(--mx-primary) !important;
}

html:not(.dark) body.mx-app .mx-upload-page #submitBtn:disabled {
  background: color-mix(in srgb, var(--mx-primary) 55%, var(--mx-surface-strong)) !important;
  color: #ffffff !important;
}

.mx-upload-warning,
.mx-verification-warning {
  align-items: flex-start;
  background:
    linear-gradient(135deg, rgb(0 153 153 / 14%), rgb(251 191 36 / 8%)),
    color-mix(in srgb, var(--mx-surface-strong) 92%, transparent);
  border: 1px solid color-mix(in srgb, var(--mx-primary) 42%, var(--mx-border));
  border-radius: 8px;
  box-shadow: 0 18px 55px rgb(0 0 0 / 18%);
  display: flex;
  gap: 1rem;
  padding: 1rem;
}

.mx-verification-warning {
  flex-direction: column;
}

@media (min-width: 420px) {
  .mx-verification-warning {
    flex-direction: row;
  }
}

.mx-upload-warning-icon {
  align-items: center;
  background: color-mix(in srgb, var(--mx-primary) 18%, var(--mx-surface));
  border: 1px solid color-mix(in srgb, var(--mx-primary) 46%, transparent);
  border-radius: 8px;
  color: var(--mx-primary);
  display: inline-flex;
  flex: 0 0 auto;
  height: 2.75rem;
  justify-content: center;
  width: 2.75rem;
}

.mx-upload-warning-title {
  color: var(--mx-text) !important;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.3;
}

.mx-upload-warning-copy {
  color: var(--mx-text-soft) !important;
  font-size: 0.9rem;
  line-height: 1.55;
  margin-top: 0.35rem;
}

.mx-upload-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.8rem;
}

.mx-upload-check {
  align-items: center;
  background: rgb(251 191 36 / 11%);
  border: 1px solid rgb(251 191 36 / 28%);
  border-radius: 8px;
  color: color-mix(in srgb, var(--mx-text-soft) 88%, #fbbf24);
  display: inline-flex;
  font-size: 0.75rem;
  gap: 0.45rem;
  line-height: 1;
  padding: 0.5rem 0.65rem;
}

.mx-upload-check strong {
  color: inherit;
  font-weight: 800;
}

.mx-upload-check.is-complete {
  background: rgb(0 153 153 / 13%);
  border-color: rgb(0 153 153 / 34%);
  color: color-mix(in srgb, var(--mx-primary) 78%, var(--mx-text));
}

.mx-upload-warning-meta {
  color: var(--mx-text-muted) !important;
  font-size: 0.78rem;
  line-height: 1.5;
  margin-top: 0.75rem;
}

html:not(.dark) body.mx-app .mx-verification-warning,
html:not(.dark) body.mx-app .mx-upload-page .mx-upload-warning {
  background:
    linear-gradient(135deg, rgb(0 153 153 / 9%), rgb(255 255 255 / 86%)),
    var(--mx-surface) !important;
  border-color: color-mix(in srgb, var(--mx-primary) 34%, var(--mx-border)) !important;
  box-shadow: 0 18px 50px rgb(15 23 42 / 10%);
}

html:not(.dark) body.mx-app .mx-verification-warning .mx-upload-check,
html:not(.dark) body.mx-app .mx-upload-page .mx-upload-check {
  background: #fff7ed;
  border-color: rgb(234 88 12 / 22%);
  color: #9a3412;
}

html:not(.dark) body.mx-app .mx-verification-warning .mx-upload-check.is-complete,
html:not(.dark) body.mx-app .mx-upload-page .mx-upload-check.is-complete {
  background: color-mix(in srgb, var(--mx-primary) 10%, #ffffff);
  border-color: color-mix(in srgb, var(--mx-primary) 38%, transparent);
  color: color-mix(in srgb, var(--mx-primary) 78%, #102026);
}

.mx-verification-warning-link {
  align-items: center;
  color: var(--mx-primary) !important;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 800;
  gap: 0.25rem;
  margin-top: 0.8rem;
}

.mx-verification-warning-link:hover {
  color: var(--mx-primary-hover) !important;
  text-decoration: underline;
}

html:not(.dark) body.mx-app .mx-profile-edit-page {
  background: transparent !important;
  color: var(--mx-text) !important;
}

html:not(.dark) body.mx-app .mx-profile-edit-page .text-white,
html:not(.dark) body.mx-app .mx-profile-edit-page h1,
html:not(.dark) body.mx-app .mx-profile-edit-page h2,
html:not(.dark) body.mx-app .mx-profile-edit-page h3,
html:not(.dark) body.mx-app .mx-profile-edit-page p {
  color: var(--mx-text) !important;
}

html:not(.dark) body.mx-app .mx-profile-edit-page .text-gray-400,
html:not(.dark) body.mx-app .mx-profile-edit-page .text-\[\#9393c8\],
html:not(.dark) body.mx-app .mx-profile-edit-page .text-white\/55,
html:not(.dark) body.mx-app .mx-profile-edit-page .text-white\/35 {
  color: var(--mx-text-muted) !important;
}

html:not(.dark) body.mx-app .mx-profile-edit-page .border-gray-700,
html:not(.dark) body.mx-app .mx-profile-edit-page .border-gray-600,
html:not(.dark) body.mx-app .mx-profile-edit-page .border-\[\#343465\],
html:not(.dark) body.mx-app .mx-profile-edit-page [class*="border-white/"] {
  border-color: var(--mx-border) !important;
}

html:not(.dark) body.mx-app .mx-profile-edit-page input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
html:not(.dark) body.mx-app .mx-profile-edit-page select,
html:not(.dark) body.mx-app .mx-profile-edit-page textarea {
  background: var(--mx-field) !important;
  border: 1px solid var(--mx-border) !important;
  border-radius: 8px !important;
  color: var(--mx-text) !important;
  min-height: 3rem;
  outline: none;
  padding: 0.75rem 0.9rem;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

html:not(.dark) body.mx-app .mx-profile-edit-page input[type="file"] {
  color: var(--mx-text-muted) !important;
  padding: 0.55rem !important;
}

html:not(.dark) body.mx-app .mx-profile-edit-page input[type="file"]::file-selector-button {
  background: color-mix(in srgb, var(--mx-primary) 12%, var(--mx-surface));
  border: 1px solid color-mix(in srgb, var(--mx-primary) 35%, var(--mx-border));
  border-radius: 8px;
  color: var(--mx-primary);
  cursor: pointer;
  font-weight: 800;
  margin-right: 0.75rem;
  padding: 0.55rem 0.75rem;
}

html:not(.dark) body.mx-app .mx-profile-edit-page input::placeholder,
html:not(.dark) body.mx-app .mx-profile-edit-page textarea::placeholder {
  color: color-mix(in srgb, var(--mx-text-muted) 70%, transparent) !important;
}

html:not(.dark) body.mx-app .mx-profile-edit-page input:focus,
html:not(.dark) body.mx-app .mx-profile-edit-page select:focus,
html:not(.dark) body.mx-app .mx-profile-edit-page textarea:focus {
  border-color: var(--mx-primary) !important;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--mx-primary) 20%, transparent) !important;
}

html:not(.dark) body.mx-app .mx-profile-edit-page .bg-gray-800,
html:not(.dark) body.mx-app .mx-profile-edit-page .bg-\[\#1a1a32\],
html:not(.dark) body.mx-app .mx-profile-edit-page .bg-\[\#16162d\],
html:not(.dark) body.mx-app .mx-profile-edit-page .bg-\[\#242447\],
html:not(.dark) body.mx-app .mx-profile-edit-page .bg-white\/5 {
  background: color-mix(in srgb, var(--mx-surface) 94%, var(--mx-primary) 6%) !important;
  color: var(--mx-text) !important;
}

.mx-danger-zone {
  border-radius: 8px !important;
}

.mx-danger-zone summary {
  align-items: center;
  display: flex;
  gap: 0.55rem;
  list-style: none;
}

.mx-danger-zone summary::-webkit-details-marker {
  display: none;
}

.mx-danger-zone summary::before {
  color: currentColor;
  content: "expand_more";
  font-family: "Material Symbols Outlined";
  font-size: 1.25rem;
  line-height: 1;
  transition: transform 160ms ease;
}

.mx-danger-zone[open] summary::before {
  transform: rotate(180deg);
}

html:not(.dark) body.mx-app .mx-profile-edit-page .mx-danger-zone {
  background:
    linear-gradient(135deg, rgb(248 113 113 / 10%), rgb(255 255 255 / 88%)),
    var(--mx-surface) !important;
  border-color: rgb(220 38 38 / 28%) !important;
  box-shadow: 0 18px 50px rgb(127 29 29 / 9%);
}

html:not(.dark) body.mx-app .mx-profile-edit-page .mx-danger-zone summary {
  color: #b91c1c !important;
}

html:not(.dark) body.mx-app .mx-profile-edit-page .mx-danger-zone p {
  color: #7f1d1d !important;
}

html:not(.dark) body.mx-app .mx-profile-edit-page .mx-danger-zone input {
  background: #fff !important;
  border-color: rgb(220 38 38 / 28%) !important;
}

[data-avatar-cropper] .cropper-view-box,
[data-avatar-cropper] .cropper-face {
  border-radius: 9999px;
}

[data-avatar-cropper] .cropper-view-box {
  box-shadow: 0 0 0 1px rgb(255 255 255 / 85%);
  outline: 0;
}

html:not(.dark) body.mx-app .mx-campaign-page {
  color: var(--mx-text) !important;
}

html:not(.dark) body.mx-app .mx-campaign-page .text-white,
html:not(.dark) body.mx-app .mx-campaign-page h1,
html:not(.dark) body.mx-app .mx-campaign-page h2,
html:not(.dark) body.mx-app .mx-campaign-page h3 {
  color: var(--mx-text) !important;
}

html:not(.dark) body.mx-app .mx-campaign-page .text-gray-400,
html:not(.dark) body.mx-app .mx-campaign-page .text-gray-500,
html:not(.dark) body.mx-app .mx-campaign-page .text-gray-300 {
  color: var(--mx-text-muted) !important;
}

html:not(.dark) body.mx-app .mx-campaign-page .mx-campaign-tabs,
html:not(.dark) body.mx-app .mx-campaign-page .mx-campaign-filter {
  background:
    linear-gradient(135deg, rgb(0 153 153 / 8%), rgb(255 255 255 / 90%)),
    var(--mx-surface) !important;
  border-color: var(--mx-border) !important;
  box-shadow: 0 18px 50px rgb(15 23 42 / 8%);
}

html:not(.dark) body.mx-app .mx-campaign-page [data-campaign-tab-button] {
  color: var(--mx-text) !important;
}

html:not(.dark) body.mx-app .mx-campaign-page [data-campaign-tab-button].bg-primary,
html:not(.dark) body.mx-app .mx-campaign-page [data-campaign-tab-button][aria-selected="true"] {
  background: var(--mx-primary) !important;
  border: 1px solid color-mix(in srgb, var(--mx-primary) 72%, transparent);
  color: #ffffff !important;
}

html:not(.dark) body.mx-app .mx-campaign-page [data-campaign-tab-button][aria-selected="true"] span,
html:not(.dark) body.mx-app .mx-campaign-page [data-campaign-tab-button].bg-primary span {
  color: #ffffff !important;
}

html:not(.dark) body.mx-app .mx-campaign-page a.bg-gray-700,
html:not(.dark) body.mx-app .mx-campaign-page a.bg-gray-800,
html:not(.dark) body.mx-app .mx-campaign-page button.bg-indigo-600,
html:not(.dark) body.mx-app .mx-campaign-page a.bg-indigo-600 {
  color: #ffffff !important;
}

html:not(.dark) body.mx-app .mx-campaign-page select,
html:not(.dark) body.mx-app .mx-campaign-page input[type="text"] {
  background: var(--mx-field) !important;
  border: 1px solid var(--mx-border) !important;
  border-radius: 8px !important;
  color: var(--mx-text) !important;
  min-height: 2.75rem;
  padding: 0.65rem 0.8rem;
}

html:not(.dark) body.mx-app .mx-campaign-page select:focus,
html:not(.dark) body.mx-app .mx-campaign-page input[type="text"]:focus {
  border-color: var(--mx-primary) !important;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--mx-primary) 20%, transparent) !important;
  outline: none;
}

.mx-campaign-filter-button,
.mx-campaign-reset-button {
  align-items: center;
  border-radius: 8px !important;
  border: 1px solid transparent;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 2.5rem;
  text-decoration: none;
}

body.mx-app .mx-campaign-page .mx-campaign-filter-button {
  background: var(--mx-primary) !important;
  color: #ffffff !important;
}

body.mx-app .mx-campaign-page .mx-campaign-filter-button:hover {
  background: var(--mx-primary-hover) !important;
  color: #ffffff !important;
}

body.mx-app .mx-campaign-page .mx-campaign-reset-button {
  background: color-mix(in srgb, var(--mx-surface-strong) 86%, var(--mx-primary) 14%) !important;
  border-color: color-mix(in srgb, var(--mx-text-muted) 35%, var(--mx-border)) !important;
  color: var(--mx-text) !important;
}

body.mx-app .mx-campaign-page .mx-campaign-reset-button:hover {
  background: color-mix(in srgb, var(--mx-primary) 18%, var(--mx-surface-strong)) !important;
  color: var(--mx-primary) !important;
}

html:not(.dark) body.mx-app .mx-campaign-page .mx-campaign-filter-button {
  background: var(--mx-primary) !important;
  color: #ffffff !important;
  box-shadow: 0 12px 28px color-mix(in srgb, var(--mx-primary) 20%, transparent);
}

html:not(.dark) body.mx-app .mx-campaign-page .mx-campaign-filter-button:hover {
  background: var(--mx-primary-hover) !important;
}

html:not(.dark) body.mx-app .mx-campaign-page .mx-campaign-reset-button {
  background: var(--mx-surface) !important;
  border: 1px solid color-mix(in srgb, var(--mx-text-muted) 28%, var(--mx-border)) !important;
  color: var(--mx-text) !important;
  box-shadow: 0 8px 22px rgb(15 23 42 / 8%);
}

html:not(.dark) body.mx-app .mx-campaign-page .mx-campaign-reset-button:hover {
  background: color-mix(in srgb, var(--mx-primary) 9%, var(--mx-surface)) !important;
  border-color: color-mix(in srgb, var(--mx-primary) 32%, var(--mx-border));
  color: var(--mx-primary) !important;
}

html:not(.dark) body.mx-app .mx-admin-page {
  color: var(--mx-text) !important;
}

html:not(.dark) body.mx-app .mx-admin-page .text-white,
html:not(.dark) body.mx-app .mx-admin-page h1,
html:not(.dark) body.mx-app .mx-admin-page h2,
html:not(.dark) body.mx-app .mx-admin-page h3 {
  color: var(--mx-text) !important;
}

html:not(.dark) body.mx-app .mx-admin-page .text-\[\#9393c8\],
html:not(.dark) body.mx-app .mx-admin-page .text-\[\#c9c9ef\],
html:not(.dark) body.mx-app .mx-admin-page .text-\[\#b8b8d9\],
html:not(.dark) body.mx-app .mx-admin-page .text-gray-400,
html:not(.dark) body.mx-app .mx-admin-page .text-gray-300 {
  color: var(--mx-text-muted) !important;
}

html:not(.dark) body.mx-app .mx-admin-page section,
html:not(.dark) body.mx-app .mx-admin-page article,
html:not(.dark) body.mx-app .mx-admin-page .mx-admin-collapsible,
html:not(.dark) body.mx-app .mx-admin-page #reviewSongList > article,
html:not(.dark) body.mx-app .mx-admin-page .sticky {
  background: color-mix(in srgb, var(--mx-surface) 94%, var(--mx-primary) 6%) !important;
  border-color: var(--mx-border) !important;
  box-shadow: 0 18px 50px rgb(15 23 42 / 8%);
}

html:not(.dark) body.mx-app .mx-admin-page input,
html:not(.dark) body.mx-app .mx-admin-page select,
html:not(.dark) body.mx-app .mx-admin-page textarea {
  background: var(--mx-field) !important;
  border-color: var(--mx-border) !important;
  color: var(--mx-text) !important;
}

html:not(.dark) body.mx-app .mx-admin-page .bg-primary,
html:not(.dark) body.mx-app .mx-admin-page button.bg-primary,
html:not(.dark) body.mx-app .mx-admin-page a.bg-primary {
  color: #ffffff !important;
}

.mx-admin-collapsible summary::-webkit-details-marker {
  display: none;
}

.mx-admin-collapsible[open] summary .material-symbols-outlined {
  transform: rotate(180deg);
}

html:not(.dark) body.mx-app .mx-about-page {
  color: var(--mx-text) !important;
}

html:not(.dark) body.mx-app .mx-about-page .mx-about-hero,
html:not(.dark) body.mx-app .mx-about-page .mx-about-hero .text-white,
html:not(.dark) body.mx-app .mx-about-page .mx-about-hero .text-white\/80 {
  color: #f8fafc !important;
}

html:not(.dark) body.mx-app .mx-about-page .mx-about-hero-overlay {
  background:
    linear-gradient(
      to right,
      rgb(6 12 18 / 92%) 0%,
      rgb(6 12 18 / 78%) 43%,
      rgb(0 153 153 / 28%) 72%,
      rgb(6 12 18 / 24%) 100%
    ) !important;
}

html:not(.dark) body.mx-app .mx-about-page h2,
html:not(.dark) body.mx-app .mx-about-page h3,
html:not(.dark) body.mx-app .mx-about-page h4,
html:not(.dark) body.mx-app .mx-about-page .text-white {
  color: var(--mx-text) !important;
}

html:not(.dark) body.mx-app .mx-about-page .text-white\/80,
html:not(.dark) body.mx-app .mx-about-page .text-white\/70,
html:not(.dark) body.mx-app .mx-about-page .text-white\/68,
html:not(.dark) body.mx-app .mx-about-page .text-white\/66,
html:not(.dark) body.mx-app .mx-about-page .text-white\/65,
html:not(.dark) body.mx-app .mx-about-page .text-white\/58,
html:not(.dark) body.mx-app .mx-about-page .text-white\/45,
html:not(.dark) body.mx-app .mx-about-page .text-white\/42 {
  color: var(--mx-text-muted) !important;
}

html:not(.dark) body.mx-app .mx-about-page [class*="bg-[#"],
html:not(.dark) body.mx-app .mx-about-page .bg-white\/5,
html:not(.dark) body.mx-app .mx-about-page .bg-white\/\[0\.03\],
html:not(.dark) body.mx-app .mx-about-page .bg-white\/\[0\.02\],
html:not(.dark) body.mx-app .mx-about-page details {
  background:
    linear-gradient(135deg, rgb(0 153 153 / 6%), rgb(255 255 255 / 94%)),
    var(--mx-surface) !important;
  border-color: var(--mx-border) !important;
  box-shadow: 0 18px 50px rgb(15 23 42 / 8%);
}

html:not(.dark) body.mx-app .mx-about-page [class*="bg-[linear-gradient"] {
  background:
    linear-gradient(135deg, rgb(0 153 153 / 10%), rgb(255 255 255 / 92%)),
    var(--mx-surface) !important;
  border-color: var(--mx-border) !important;
}

html:not(.dark) body.mx-app .mx-about-page .text-orange-300\/80,
html:not(.dark) body.mx-app .mx-about-page .text-teal-300\/75,
html:not(.dark) body.mx-app .mx-about-page .text-cyan-300\/80,
html:not(.dark) body.mx-app .mx-about-page .text-teal-200\/80,
html:not(.dark) body.mx-app .mx-about-page .text-emerald-200\/80,
html:not(.dark) body.mx-app .mx-about-page .text-cyan-300 {
  color: var(--mx-primary) !important;
}

html:not(.dark) body.mx-app .mx-about-page input,
html:not(.dark) body.mx-app .mx-about-page textarea {
  background: var(--mx-field) !important;
  border-color: var(--mx-border) !important;
  color: var(--mx-text) !important;
}

body.mx-app .mx-about-page .mx-about-hero-title,
body.mx-app .mx-about-page .mx-about-hero-subtitle,
html:not(.dark) body.mx-app .mx-about-page .mx-about-hero-title,
html:not(.dark) body.mx-app .mx-about-page .mx-about-hero-subtitle {
  color: #f8fafc !important;
  text-shadow: 0 3px 18px rgb(0 0 0 / 72%);
}

body.mx-app .mx-about-page .mx-about-hero-subtitle,
html:not(.dark) body.mx-app .mx-about-page .mx-about-hero-subtitle {
  color: rgb(248 250 252 / 86%) !important;
}

body.mx-app .mx-about-page .mx-about-hero-primary-cta,
html:not(.dark) body.mx-app .mx-about-page .mx-about-hero-primary-cta {
  background: var(--mx-primary) !important;
  color: #ffffff !important;
}

body.mx-app .mx-about-page .mx-about-hero-secondary-cta {
  color: #ffffff !important;
}

html:not(.dark) body.mx-app .mx-about-page .mx-about-hero-secondary-cta {
  background: #ffffff !important;
  border: 1px solid rgb(255 255 255 / 70%);
  color: #102026 !important;
  box-shadow: 0 14px 34px rgb(0 0 0 / 18%);
}

html:not(.dark) body.mx-app .mx-about-page .mx-about-hero-secondary-cta:hover {
  background: color-mix(in srgb, #ffffff 90%, var(--mx-primary)) !important;
  color: #102026 !important;
}

body.mx-app .mx-about-page .mx-about-hero .mx-about-hero-primary-cta,
body.mx-app .mx-about-page .mx-about-hero .mx-about-hero-primary-cta *,
body.mx-app .mx-about-page .mx-about-hero .mx-about-hero-primary-cta-text {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

html:not(.dark) body.mx-app .mx-about-page .mx-about-hero .mx-about-hero-secondary-cta,
html:not(.dark) body.mx-app .mx-about-page .mx-about-hero .mx-about-hero-secondary-cta *,
html:not(.dark) body.mx-app .mx-about-page .mx-about-hero .mx-about-hero-secondary-cta-text {
  color: #102026 !important;
  -webkit-text-fill-color: #102026 !important;
  text-shadow: none !important;
}

html:not(.dark) body.mx-app .mx-about-page .mx-about-hero-overlay {
  background:
    linear-gradient(
      to right,
      rgb(4 8 16 / 96%) 0%,
      rgb(4 8 16 / 84%) 43%,
      rgb(0 40 70 / 44%) 72%,
      rgb(4 8 16 / 30%) 100%
    ) !important;
}

.mx-theme-toggle {
  align-items: center;
  background: color-mix(in srgb, var(--mx-surface-strong) 82%, transparent);
  border: 1px solid var(--mx-border);
  border-radius: 8px;
  color: var(--mx-text-soft);
  display: inline-flex;
  height: 40px;
  justify-content: center;
  transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
  width: 40px;
}

.mx-nav-icon {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  height: 40px;
  justify-content: center;
  line-height: 1;
  padding: 0 !important;
  width: 40px;
}

.mx-nav-icon .material-symbols-outlined {
  display: block;
  font-size: 22px;
  line-height: 1;
}

#profileMenuButton {
  align-items: center;
  min-height: 40px;
}

.mx-global-search {
  border: 0 !important;
  box-shadow: none !important;
}

.mx-global-search input,
.mx-global-search input:focus {
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

.mx-global-search select {
  color: rgb(255 255 255 / 72%) !important;
}

.mx-global-search select option {
  background: #141428 !important;
  color: #f8fafc !important;
}

body.mx-app footer select option {
  background: #141428 !important;
  color: #f8fafc !important;
}

body.mx-app footer select {
  color: #f8fafc !important;
}

html:not(.dark) body.mx-app .mx-global-search {
  background: color-mix(in srgb, var(--mx-primary) 7%, var(--mx-surface)) !important;
}

html:not(.dark) body.mx-app .mx-global-search {
  border: 1px solid color-mix(in srgb, var(--mx-primary) 18%, var(--mx-border)) !important;
  color: var(--mx-text) !important;
}

html:not(.dark) body.mx-app .mx-global-search .material-symbols-outlined {
  color: var(--mx-text-muted) !important;
}

html:not(.dark) body.mx-app .mx-global-search input,
html:not(.dark) body.mx-app .mx-global-search input:focus {
  color: var(--mx-text) !important;
  -webkit-text-fill-color: var(--mx-text) !important;
}

html:not(.dark) body.mx-app .mx-global-search input::placeholder {
  color: color-mix(in srgb, var(--mx-text-muted) 76%, transparent) !important;
  -webkit-text-fill-color: color-mix(in srgb, var(--mx-text-muted) 76%, transparent) !important;
}

html:not(.dark) body.mx-app .mx-global-search select {
  background: color-mix(in srgb, var(--mx-surface) 88%, var(--mx-primary) 12%) !important;
  border-radius: 999px;
  color: var(--mx-text-soft) !important;
  cursor: pointer;
  padding-left: 0.35rem;
}

html:not(.dark) body.mx-app .mx-global-search select option {
  background: var(--mx-surface) !important;
  color: var(--mx-text) !important;
}

html:not(.dark) body.mx-app #globalSearchResults,
html:not(.dark) body.mx-app #mobileGlobalSearchResults {
  background: color-mix(in srgb, var(--mx-surface) 98%, var(--mx-primary) 2%) !important;
  border-color: color-mix(in srgb, var(--mx-primary) 18%, var(--mx-border)) !important;
  box-shadow: 0 20px 52px rgb(16 32 38 / 18%) !important;
}

html:not(.dark) body.mx-app #globalSearchResults [class*="border-white"],
html:not(.dark) body.mx-app #mobileGlobalSearchResults [class*="border-white"] {
  border-color: var(--mx-border) !important;
}

html:not(.dark) body.mx-app #globalSearchResults [class*="text-white"],
html:not(.dark) body.mx-app #mobileGlobalSearchResults [class*="text-white"] {
  color: var(--mx-text) !important;
}

html:not(.dark) body.mx-app #globalSearchResults [class*="text-white/40"],
html:not(.dark) body.mx-app #globalSearchResults [class*="text-white/50"],
html:not(.dark) body.mx-app #globalSearchResults [class*="text-white/65"],
html:not(.dark) body.mx-app #globalSearchResults [class*="text-white/70"],
html:not(.dark) body.mx-app #globalSearchResults [class*="text-white/80"],
html:not(.dark) body.mx-app #mobileGlobalSearchResults [class*="text-white/40"],
html:not(.dark) body.mx-app #mobileGlobalSearchResults [class*="text-white/50"],
html:not(.dark) body.mx-app #mobileGlobalSearchResults [class*="text-white/65"],
html:not(.dark) body.mx-app #mobileGlobalSearchResults [class*="text-white/70"],
html:not(.dark) body.mx-app #mobileGlobalSearchResults [class*="text-white/80"] {
  color: var(--mx-text-muted) !important;
}

html:not(.dark) body.mx-app #globalSearchResults [class*="uppercase"],
html:not(.dark) body.mx-app #mobileGlobalSearchResults [class*="uppercase"] {
  color: color-mix(in srgb, var(--mx-primary) 70%, var(--mx-text-muted)) !important;
}

html:not(.dark) body.mx-app #globalSearchResults a:hover,
html:not(.dark) body.mx-app #globalSearchResults button:hover,
html:not(.dark) body.mx-app #mobileGlobalSearchResults a:hover,
html:not(.dark) body.mx-app #mobileGlobalSearchResults button:hover {
  background: color-mix(in srgb, var(--mx-primary) 9%, var(--mx-surface)) !important;
}

html:not(.dark) body.mx-app #globalSearchResults [data-search-tab],
html:not(.dark) body.mx-app #mobileGlobalSearchResults [data-search-tab] {
  background: color-mix(in srgb, var(--mx-primary) 8%, var(--mx-surface)) !important;
  color: var(--mx-text-soft) !important;
}

html:not(.dark) body.mx-app #globalSearchResults [data-search-tab].bg-primary,
html:not(.dark) body.mx-app #mobileGlobalSearchResults [data-search-tab].bg-primary {
  background: var(--mx-primary) !important;
  color: #fff !important;
}

html:not(.dark) body.mx-app #globalSearchResults [data-search-tab].bg-primary span,
html:not(.dark) body.mx-app #mobileGlobalSearchResults [data-search-tab].bg-primary span {
  color: rgb(255 255 255 / 82%) !important;
}

html:not(.dark) body.mx-app #globalSearchResults img,
html:not(.dark) body.mx-app #mobileGlobalSearchResults img {
  border: 1px solid var(--mx-border);
}

.mx-theme-toggle:hover,
.mx-theme-menu-button:hover {
  background: color-mix(in srgb, var(--mx-primary) 16%, var(--mx-surface));
  border-color: color-mix(in srgb, var(--mx-primary) 45%, var(--mx-border));
  color: var(--mx-text);
}

.mx-theme-menu-button {
  align-items: center;
  background: color-mix(in srgb, var(--mx-surface-strong) 72%, transparent);
  border: 1px solid var(--mx-border);
  border-radius: 8px;
  color: var(--mx-text-soft);
  display: flex;
  gap: 0.625rem;
  padding: 0.625rem 0.75rem;
  width: 100%;
}

.mx-auth-shell {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: calc(100vh - 5rem);
  padding: 2rem 1rem 3rem;
}

.mx-auth-card {
  background: var(--mx-surface);
  border: 1px solid var(--mx-border);
  border-radius: 8px;
  box-shadow: var(--mx-shadow);
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  max-width: 72rem;
  overflow: hidden;
  width: 100%;
}

.mx-auth-media {
  background: linear-gradient(135deg, #061616, #132836);
  min-height: 42rem;
  overflow: hidden;
  position: relative;
}

.mx-auth-media img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  opacity: 0.34;
  position: absolute;
  width: 100%;
}

.mx-auth-media::after {
  background: linear-gradient(135deg, rgb(0 153 153 / 60%), rgb(8 10 18 / 72%));
  content: "";
  inset: 0;
  position: absolute;
}

.mx-auth-media-content {
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  padding: 3rem;
  position: relative;
  z-index: 1;
}

.mx-auth-media .text-white,
.mx-auth-media .mx-auth-title,
.mx-auth-media .mx-auth-copy,
.mx-auth-media .mx-auth-kicker {
  color: #fff !important;
}

.mx-auth-panel {
  background: color-mix(in srgb, var(--mx-surface) 96%, var(--mx-primary) 4%);
  padding: clamp(1.5rem, 5vw, 3.25rem);
}

.mx-auth-kicker {
  color: var(--mx-primary);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mx-auth-title {
  color: var(--mx-text);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 1.02;
  margin-top: 0.75rem;
}

.mx-auth-copy {
  color: var(--mx-text-muted);
  line-height: 1.7;
  margin-top: 0.875rem;
}

.mx-form {
  margin-top: 2rem;
}

.mx-form-stack {
  display: grid;
  gap: 1.1rem;
}

.mx-form label {
  display: block;
}

.mx-field-label {
  color: var(--mx-text-soft);
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.45rem;
}

.mx-field,
.mx-select {
  background: var(--mx-field);
  border: 1px solid var(--mx-border);
  border-radius: 8px;
  color: var(--mx-text);
  min-height: 3rem;
  outline: none;
  padding: 0.75rem 0.9rem;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
  width: 100%;
}

.mx-field::placeholder {
  color: color-mix(in srgb, var(--mx-text-muted) 72%, transparent);
}

.mx-field:focus,
.mx-select:focus {
  border-color: var(--mx-primary);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--mx-primary) 20%, transparent);
}

.mx-password-wrap {
  position: relative;
}

.mx-password-wrap .mx-field {
  padding-right: 3rem;
}

.mx-password-toggle {
  align-items: center;
  color: var(--mx-text-muted);
  display: inline-flex;
  height: 2.5rem;
  justify-content: center;
  position: absolute;
  right: 0.35rem;
  top: 0.25rem;
  width: 2.5rem;
}

.mx-password-toggle:hover {
  color: var(--mx-primary);
}

.mx-primary-button {
  align-items: center;
  background: var(--mx-primary);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 3rem;
  padding: 0.75rem 1rem;
  transition: background-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
  width: 100%;
}

.mx-primary-button:hover {
  background: var(--mx-primary-hover);
  box-shadow: 0 14px 34px color-mix(in srgb, var(--mx-primary) 26%, transparent);
  transform: translateY(-1px);
}

.mx-link {
  color: var(--mx-primary);
  font-weight: 700;
}

.mx-link:hover {
  color: var(--mx-primary-hover);
  text-decoration: underline;
}

.mx-choice-grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mx-choice {
  align-items: center;
  background: color-mix(in srgb, var(--mx-surface-strong) 44%, transparent);
  border: 1px solid var(--mx-border);
  border-radius: 8px;
  color: var(--mx-text-soft);
  cursor: pointer;
  display: flex;
  gap: 0.75rem;
  min-height: 3.25rem;
  padding: 0.85rem;
}

.mx-choice:has(input:checked) {
  background: color-mix(in srgb, var(--mx-primary) 15%, var(--mx-surface));
  border-color: var(--mx-primary);
  color: var(--mx-text);
}

.mx-message {
  border-radius: 8px;
  color: var(--mx-text-soft);
  font-size: 0.875rem;
  padding: 0.75rem 0.9rem;
  text-align: center;
}

.mx-message-error {
  background: rgb(239 68 68 / 12%);
  color: #fca5a5;
}

.mx-message-success {
  background: rgb(16 185 129 / 12%);
  color: #6ee7b7;
}

.mx-message-info {
  background: color-mix(in srgb, var(--mx-primary) 14%, transparent);
  color: var(--mx-primary);
}

.mx-upload-tabs {
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}

.mx-upload-tabs::-webkit-scrollbar {
  display: none;
}

.mx-upload-tabs .tab-btn,
.mx-upload-tabs .edit-tab-btn {
  border-radius: 8px;
  flex: 0 0 auto;
  padding: 0.45rem 0.65rem;
  white-space: nowrap;
}

@media (max-width: 639px) {
  main > .mx-upload-page,
  main > .mx-profile-edit-page {
    margin-top: -0.5rem;
  }

  .mx-upload-page input:not([type="checkbox"]):not([type="radio"]),
  .mx-upload-page select,
  .mx-upload-page textarea {
    min-height: 2.75rem;
  }

  .mx-upload-page .tab-content h3,
  .mx-upload-page h3 {
    font-size: 1.05rem !important;
  }

  .mx-upload-page #splitTable,
  .mx-upload-page #splitTable th,
  .mx-upload-page #splitTable td {
    font-size: 0.82rem;
  }

  .mx-upload-page #splitTable th,
  .mx-upload-page #splitTable td {
    padding: 0.5rem;
  }

  .mx-upload-warning,
  .mx-verification-warning {
    gap: 0.75rem;
    padding: 0.85rem;
  }

  .mx-upload-warning-icon {
    height: 2.35rem;
    width: 2.35rem;
  }

  body.mx-app .rounded-3xl,
  body.mx-app .rounded-\[2rem\] {
    border-radius: 1rem !important;
  }

  body.mx-app .p-6,
  body.mx-app .sm\:p-6,
  body.mx-app .sm\:p-8 {
    padding: 1rem !important;
  }

  body.mx-app .gap-6,
  body.mx-app .gap-8 {
    gap: 1rem !important;
  }

  body.mx-app .w-\[170px\],
  body.mx-app .sm\:w-\[190px\],
  body.mx-app .lg\:w-\[210px\] {
    width: 9.5rem !important;
  }

  body.mx-app .w-\[180px\],
  body.mx-app .sm\:w-\[200px\],
  body.mx-app .lg\:w-\[220px\] {
    width: 10rem !important;
  }

  body.mx-app .min-w-\[200px\],
  body.mx-app .min-w-\[210px\],
  body.mx-app .min-w-\[220px\],
  body.mx-app .min-w-\[230px\],
  body.mx-app .min-w-\[240px\] {
    min-width: 10.5rem !important;
  }

  body.mx-app .w-20,
  body.mx-app .h-20,
  body.mx-app .sm\:w-24,
  body.mx-app .sm\:h-24 {
    height: 4.25rem !important;
    width: 4.25rem !important;
  }

  body.mx-app .size-10,
  body.mx-app .sm\:size-11 {
    height: 2.25rem !important;
    width: 2.25rem !important;
  }
}

@media (max-width: 767px) {
  .mx-auth-shell {
    align-items: stretch;
    padding-inline: 0.875rem;
  }

  .mx-auth-card {
    grid-template-columns: 1fr;
  }

  .mx-auth-media {
    display: none;
  }

  .mx-choice-grid {
    grid-template-columns: 1fr;
  }
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

#progressBar {
  appearance: none;
  height: 6px;
  border-radius: 999px;
  background: rgb(156 163 175);
  outline: none;
}

#volumeBar {
  -webkit-appearance: none;
  appearance: none;
  width: 6px;
  height: 80px;
  border-radius: 999px;
  background: rgb(255 254 254 / 15%);
  outline: none;
}

#progressBar::-webkit-slider-thumb,
#volumeBar::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #fff;
  border: 2px solid rgb(156 163 175);
  cursor: pointer;
}

#progressBar::-moz-range-thumb,
#volumeBar::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  border: 2px solid rgb(156 163 175);
  cursor: pointer;
}

#playlistPlayer {
  padding: 0.65rem 1rem 0.7rem !important;
  border-radius: 0.85rem 0.85rem 0 0 !important;
}

#playlistPlayer #playerCover {
  width: 2.5rem !important;
  height: 2.5rem !important;
}

#playlistPlayer #playerBody > .flex {
  gap: 0.65rem !important;
}

#playlistPlayer #playerBody > .flex:nth-of-type(2),
#playlistPlayer #playerBody > .flex:nth-of-type(3) {
  margin-top: 0.45rem !important;
}

#playlistPlayer #nextUp {
  margin-top: 0.25rem !important;
  font-size: 0.68rem !important;
}

#playlistPlayer .material-symbols-outlined.text-2xl {
  font-size: 1.25rem !important;
}

#playlistPlayer #playPauseBtn .material-symbols-outlined {
  font-size: 1.65rem !important;
}

#playlistPlayer button {
  min-width: 2.75rem;
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  touch-action: manipulation;
}

#playlistPlayer #playPauseBtn {
  min-width: 3.25rem;
  min-height: 3.25rem;
}

#playlistPlayer #moreMenu button {
  min-width: 0;
  min-height: 2.75rem;
  justify-content: flex-start;
}

#playlistPlayer #muteBtn {
  padding: 0 !important;
}

#playlistPlayer #progressBar {
  height: 5px !important;
}

#playerCollapseBtn {
  top: -3.25rem;
  right: clamp(1rem, 3vw, 2rem);
  z-index: 1;
  display: inline-flex;
  width: 4.25rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  border: 1px solid rgb(255 255 255 / 18%);
  background:
    linear-gradient(135deg, rgb(0 153 153 / 35%), transparent),
    rgb(10 12 24 / 94%);
  color: #f8fafc;
  box-shadow: 0 18px 42px rgb(0 0 0 / 32%);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

#playerCollapseBtn:hover,
#playerCollapseBtn:focus-visible {
  transform: translateY(-3px);
  border-color: rgb(0 153 153 / 78%);
  background:
    linear-gradient(135deg, rgb(0 153 153 / 48%), transparent),
    rgb(13 16 30 / 98%);
  box-shadow: 0 22px 48px rgb(0 0 0 / 40%);
}

#playlistPlayer.collapsed #playerBody {
  display: none;
}

#playlistPlayer.collapsed {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (max-width: 640px) {
  #playlistPlayer {
    padding: 0.55rem 0.75rem 0.6rem !important;
  }

  #playlistPlayer #playerCover {
    width: 2.25rem !important;
    height: 2.25rem !important;
  }

  #playlistPlayer #playerBody > .flex:nth-of-type(2),
  #playlistPlayer #playerBody > .flex:nth-of-type(3) {
    margin-top: 0.35rem !important;
  }

  #playlistPlayer #playerBody > .flex:first-of-type {
    align-items: center !important;
  }

  #playlistPlayer button {
    min-width: 3rem;
    min-height: 3rem;
  }

  #playlistPlayer #playPauseBtn {
    min-width: 3.5rem;
    min-height: 3.5rem;
  }
}

input[type="url"],
input[type="text"],
input[type="select"] {
  background-color: var(--background);
  border-radius: 8px;
}

.mx-auth-panel .mx-field,
.mx-auth-panel input.mx-field,
.mx-auth-panel select.mx-field,
.mx-auth-panel textarea.mx-field,
.mx-auth-panel .mx-select {
  appearance: none;
  background: var(--mx-field) !important;
  border: 1px solid var(--mx-border) !important;
  border-radius: 8px !important;
  color: var(--mx-text) !important;
  display: block;
  min-height: 3rem;
  padding: 0.75rem 0.9rem;
  width: 100%;
}

.mx-auth-panel .mx-password-wrap .mx-field {
  padding-right: 3rem;
}

.mx-auth-panel .mx-field:focus,
.mx-auth-panel .mx-select:focus {
  border-color: var(--mx-primary) !important;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--mx-primary) 20%, transparent);
}

.custom-scrollbar {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: auto;
  touch-action: auto;
}

.custom-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.error-field {
  outline: 2px solid rgb(255 0 0 / 35%);
}

.inline-error {
  color: #fca5a5;
  font-size: 0.85rem;
  margin-top: 0.35rem;
}

.mx-required-mark {
  color: #ef4444;
  display: inline-block;
  font-weight: 700;
  margin-left: 0.25rem;
}
