/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --font-weight-extrabold: 800;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-brand-bg: #08111f;
    --color-brand-text: #f5f7fb;
    --color-brand-muted: #9fb0ca;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .hidden {
    display: none;
  }
  .resize {
    resize: both;
  }
}
@layer base {
  body {
    background-color: var(--color-brand-bg);
    color: var(--color-brand-text);
  }
}
@layer components {
  .tw-shell {
    margin-inline: auto;
    max-width: 1280px;
  }
  .tw-hero {
    margin-bottom: calc(var(--spacing) * 6);
    display: grid;
    gap: calc(var(--spacing) * 4);
    @media (width >= 48rem) {
      display: flex;
    }
    @media (width >= 48rem) {
      align-items: flex-end;
    }
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .tw-tab-bar {
    margin-bottom: calc(var(--spacing) * 5);
    display: flex;
    gap: calc(var(--spacing) * 2);
    overflow-x: auto;
    border-radius: calc(infinity * 1px);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
    background-color: color-mix(in srgb, #fff 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 5%, transparent);
    }
    padding: calc(var(--spacing) * 1);
    --tw-shadow: 0 18px 40px var(--tw-shadow-color, rgba(0,0,0,0.32));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    --tw-backdrop-blur: blur(8px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .tw-mobile-switch {
    margin-bottom: calc(var(--spacing) * 1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 2);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
    color: var(--color-brand-muted);
    @media (width >= 48rem) {
      display: none;
    }
  }
  .tw-mobile-switch-button {
    border-style: var(--tw-border-style);
    border-width: 0px;
    background-color: transparent;
    padding: calc(var(--spacing) * 0);
    color: var(--color-brand-muted);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .tw-mobile-switch-button-active {
    color: var(--color-brand-text);
    text-decoration-line: underline;
    text-underline-offset: 4px;
  }
  .tw-section-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: calc(var(--spacing) * 3);
  }
}
:root {
  --bg: #08111f;
  --bg-accent: #12233f;
  --panel: rgba(8, 17, 31, 0.78);
  --panel-border: rgba(163, 188, 255, 0.12);
  --text: #f5f7fb;
  --muted: #9fb0ca;
  --primary: #4fd1c5;
  --primary-strong: #2ab0a3;
  --secondary: #ffd166;
  --danger: #ff7b72;
  --shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
  --content-max-height: calc(100dvh - 57px);
}
* {
  box-sizing: border-box;
}
html, body {
  margin: 0;
  min-height: 100vh;
  min-height: 100dvh;
  background: radial-gradient(circle at top left, rgba(79, 209, 197, 0.18), transparent 28%), radial-gradient(circle at top right, rgba(255, 209, 102, 0.18), transparent 24%), linear-gradient(180deg, #09111e 0%, #07111a 44%, #050a12 100%);
  color: var(--text);
  font-family: "Manrope", sans-serif;
}
body {
  height: 100vh;
  height: 100dvh;
  min-height: 100vh;
  min-height: 100dvh;
  padding: 5px 24px;
  overflow: hidden;
}
button, input, textarea {
  font: inherit;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
button {
  cursor: pointer;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.app-shell {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1280px;
  height: calc(100dvh - 10px);
  margin: 0 auto;
  min-height: 0;
}
.hero {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 24px;
}
.eyebrow, .player-label {
  margin: 0 0 8px;
  color: var(--primary);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.app-header {
  position: relative;
  top: auto;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr);
  width: 100%;
  max-width: 100%;
  height: 42px;
  min-height: 42px;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  margin-bottom: 0;
  padding: 3px 8px;
  overflow: hidden;
  border: 1px solid rgba(108, 234, 255, 0.28);
  border-radius: 17px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)), linear-gradient(90deg, rgba(0, 212, 255, 0.13), rgba(255, 57, 229, 0.12)), rgba(7, 12, 24, 0.72);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.34), 0 0 34px rgba(0, 212, 255, 0.11), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(24px) saturate(145%);
  -webkit-backdrop-filter: blur(24px) saturate(145%);
}
#app-main {
  flex: 1 1 auto;
  min-height: 0;
  padding-top: 5px;
}
.app-header::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0.2), transparent 28%), radial-gradient(circle at 14% 0, rgba(0, 212, 255, 0.28), transparent 26%), radial-gradient(circle at 86% 0, rgba(255, 57, 229, 0.22), transparent 24%);
  pointer-events: none;
}
.app-header > * {
  position: relative;
}
.app-header-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 28px;
  min-width: 0;
  padding: 0 8px 0 2px;
}
.app-header-logo {
  display: grid;
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(108, 234, 255, 0.36);
  border-radius: 8px;
  background: rgba(4, 8, 18, 0.86);
  box-shadow: 0 0 22px rgba(0, 212, 255, 0.17), 0 0 22px rgba(255, 57, 229, 0.13);
}
.app-header-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.app-header-copy {
  display: grid;
  gap: 1px;
  min-width: 0;
  line-height: 1;
}
.app-header-copy strong {
  color: var(--text);
  font-size: 0.78rem;
  font-weight: 900;
}
.app-header-copy small {
  color: var(--muted);
  font-size: 0.5rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.app-header-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  justify-self: center;
}
.app-header .auth-user-panel {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  justify-self: end;
  height: 100%;
  min-width: 0;
  padding: 0 0 0 8px;
}
.app-header .auth-user-panel .section-heading {
  display: flex;
  align-items: center;
  min-width: 0;
  margin: 0;
}
.app-header .auth-user-panel h2 {
  display: flex;
  align-items: center;
  height: 26px;
  max-width: 160px;
  margin: 0;
  overflow: hidden;
  color: var(--text);
  font-size: 0.86rem;
  line-height: 1;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hero h1 {
  margin: 0;
  max-width: 720px;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 0.94;
}
.hero-copy, .section-heading p, .track-meta, .album-description {
  color: var(--muted);
}
.layout {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 20px;
  height: calc(100% - 5px);
  min-height: 0;
}
.auth-screen {
  display: flex;
  justify-content: center;
  margin: 48px 0 24px;
}
.auth-screen[hidden] {
  display: none !important;
}
.auth-panel, .auth-user-panel {
  grid-column: span 1;
}
.auth-user-panel {
  width: auto;
  align-self: start;
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0;
  border: none;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}
.auth-user-panel[hidden] {
  display: none !important;
}
.auth-user-panel .section-heading {
  margin-bottom: 0;
}
.auth-user-panel h2 {
  margin-bottom: 0;
  font-size: 0.86rem;
  line-height: 1.1;
  white-space: nowrap;
}
.auth-user-panel .action-card-button {
  width: auto;
  min-width: 0;
  min-height: 26px;
  padding: 4px 9px;
  border-radius: 999px;
}
.auth-panel-centered {
  width: min(100%, 460px);
  padding: 28px;
}
.auth-switcher {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 22px;
}
.auth-switcher-button {
  border: none;
  background: transparent;
  color: var(--muted);
  font-size: 1.2rem;
  font-weight: 800;
  padding: 0;
  position: relative;
  z-index: 2;
}
.auth-switcher-button-active {
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 6px;
}
.auth-switcher-divider {
  color: var(--muted);
  font-weight: 700;
}
.auth-inline-switch {
  border: none;
  background: transparent;
  color: var(--muted);
  padding: 0;
  font-weight: 700;
  justify-self: center;
}
.auth-inline-switch:hover {
  color: var(--text);
}
.tab-bar {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 20px;
  padding: 8px;
  border: 1px solid var(--panel-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
  overflow-x: auto;
}
.tab-panel[hidden] {
  display: none !important;
}
.library-mobile-switcher {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex: 0 0 auto;
  margin: 0 0 20px;
  padding: 0;
  border: 0;
  background: transparent;
  backdrop-filter: none;
}
.library-mobile-switcher-button {
  border: none;
  background: transparent;
  color: var(--muted);
  font-size: 1rem;
  font-weight: 800;
  padding: 0;
}
.library-mobile-switcher-button-active {
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 5px;
}
.library-mobile-switcher-divider {
  color: var(--muted);
  font-weight: 800;
}
#music-tab-panel {
  padding: 0;
}
.tab-button {
  border: none;
  border-radius: 999px;
  min-height: 26px;
  padding: 5px 11px;
  background: transparent;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 800;
  white-space: nowrap;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}
.tab-button-active {
  background: var(--primary);
  color: #041018;
}
.tab-button:hover {
  transform: translateY(-1px);
}
.panel {
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: 100%;
  max-height: var(--content-max-height);
  overflow: hidden;
  padding: 20px;
  border: 1px solid var(--panel-border);
  border-radius: 24px;
  background: var(--panel);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}
.library-panel {
  grid-column: span 8;
}
.panel-full {
  grid-column: 1 / -1;
}
.section-heading {
  margin-bottom: 16px;
}
.section-heading-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.section-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.tracks-heading-row {
  position: relative;
  align-items: center;
  flex-wrap: nowrap;
  padding-right: 88px;
}
.playlists-heading-row {
  position: relative;
  align-items: center;
  flex-wrap: nowrap;
  padding-right: 44px;
}
.tracks-heading-copy {
  display: flex;
  flex: 0 0 auto;
  min-width: max-content;
  align-items: center;
  gap: 8px;
}
.track-count-heading {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
  white-space: nowrap;
}
.tracks-heading-row .section-actions, .playlists-heading-row .section-actions {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
  flex: 0 0 auto;
  min-width: max-content;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 8px;
  transform: translateY(-50%);
}
.tracks-heading-row .primary-button, .tracks-heading-row .secondary-button {
  white-space: nowrap;
}
.track-search-control {
  position: relative;
  display: flex;
  flex: 0 0 36px;
  align-items: center;
  gap: 6px;
  min-width: 36px;
}
.track-search-input {
  position: absolute;
  top: 50%;
  right: 44px;
  width: 0;
  height: 36px;
  min-width: 0;
  padding: 0;
  border-width: 0;
  opacity: 0;
  transform: translateY(-50%);
  transition: width 180ms ease, padding 180ms ease, opacity 140ms ease, border-color 160ms ease;
}
.track-search-control-active .track-search-input {
  width: clamp(180px, 32vw, 360px);
  padding: 0 14px;
  border-width: 1px;
  background: rgba(9, 18, 31, 0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  opacity: 1;
}
.track-search-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  inline-size: 36px;
  block-size: 36px;
  min-width: 36px;
  min-height: 36px;
  max-width: 36px;
  max-height: 36px;
  padding: 0;
  border-radius: 50%;
  line-height: 0;
  vertical-align: middle;
}
.track-search-button .ui-icon {
  width: 1rem;
  height: 1rem;
  margin: 0;
}
.round-action-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  inline-size: 36px;
  block-size: 36px;
  min-width: 36px;
  min-height: 36px;
  max-width: 36px;
  max-height: 36px;
  padding: 0;
  border-radius: 50%;
  line-height: 0;
}
.round-action-button .ui-icon {
  width: 1rem;
  height: 1rem;
  margin: 0;
}
.section-heading h2 {
  margin: 0 0 4px;
}
.section-heading p {
  margin: 0;
}
.action-card-heading {
  margin-bottom: 20px;
}
.action-card-button {
  width: 100%;
}
.sync-actions {
  display: grid;
  gap: 10px;
}
.stacked-form {
  display: grid;
  gap: 14px;
}
.upload-dropzone {
  display: grid;
  gap: 8px;
  padding: 24px;
  border: 1px dashed rgba(79, 209, 197, 0.45);
  border-radius: 20px;
  background: rgba(79, 209, 197, 0.08);
  text-align: center;
}
.upload-dropzone input {
  width: 100%;
}
input[type="text"], input[type="password"], textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--panel-border);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  -webkit-text-fill-color: var(--text);
}
input[type="text"]::placeholder, input[type="password"]::placeholder, textarea::placeholder {
  color: var(--muted);
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
  outline: none;
  border-color: rgba(79, 209, 197, 0.38);
  box-shadow: 0 0 0 1px rgba(79, 209, 197, 0.18);
}
input[type="text"]:-webkit-autofill, input[type="text"]:-webkit-autofill:hover, input[type="text"]:-webkit-autofill:focus, input[type="password"]:-webkit-autofill, input[type="password"]:-webkit-autofill:hover, input[type="password"]:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--text);
  -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0.04) inset;
  transition: background-color 9999s ease-out 0s;
}
.search-input {
  margin-bottom: 14px;
}
input.track-search-input {
  position: absolute;
  top: 50%;
  right: 44px;
  width: 0;
  height: 36px;
  min-width: 0;
  padding: 0;
  border-width: 0;
  opacity: 0;
  transform: translateY(-50%);
}
.track-search-control-active input.track-search-input {
  width: clamp(180px, 32vw, 360px);
  padding: 0 14px;
  border-width: 1px;
  background: rgba(9, 18, 31, 0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  opacity: 1;
}
input[type="file"] {
  color: var(--muted);
}
.track-picker, .track-list, .album-grid, .downloads-history, .video-list {
  display: grid;
  align-content: start;
  align-items: start;
  gap: 12px;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-right: 4px;
}
.track-list, .album-grid, .video-list {
  flex: 1 1 auto;
}
.track-list {
  grid-auto-rows: max-content;
  gap: 2px;
  margin-inline: -19px;
  padding-inline: 1px;
}
.panel-full {
  overflow-y: auto;
  overscroll-behavior: contain;
}
.downloads-history-heading {
  margin-top: 20px;
}
.downloads-install-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
}
.downloads-install-actions {
  display: flex;
  gap: 12px;
  align-items: center;
}
.transmission-settings-form {
  margin-bottom: 16px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}
#transmission-install-target {
  min-width: 220px;
  padding: 12px 14px;
  border: 1px solid var(--panel-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}
.downloads-table {
  display: grid;
  gap: 10px;
}
.downloads-table-torrents .downloads-table-row {
  grid-template-columns: minmax(260px, 2.5fr) minmax(120px, 0.8fr) minmax(120px, 0.8fr) minmax(150px, 1fr) minmax(150px, 1fr);
  column-gap: 12px;
}
.downloads-table-row {
  display: grid;
  grid-template-columns: minmax(220px, 2fr) minmax(180px, 1.6fr) minmax(140px, 1fr) minmax(120px, 0.9fr) minmax(150px, 1.1fr);
  column-gap: 18px;
  row-gap: 12px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  align-items: start;
}
.downloads-cell-primary, .downloads-cell-source, .downloads-cell-status, .downloads-cell-progress {
  min-width: 0;
}
.downloads-cell-status {
  margin-right: 0;
}
.downloads-cell-progress {
  margin-left: 0;
}
.downloads-ellipsis {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.downloads-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.downloads-table-head {
  color: var(--muted);
  background: rgba(255, 255, 255, 0.02);
  font-size: 0.92rem;
  font-weight: 700;
}
.track-picker {
  max-height: 280px;
  overflow: auto;
}
.picker-item, .album-card, .video-card, .video-player-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
}
.picker-item {
  display: flex;
  gap: 12px;
  align-items: start;
  padding: 12px 14px;
}
.track-card {
  display: grid;
  position: relative;
  grid-template-columns: 48px minmax(0, 1fr) minmax(120px, 0.8fr) auto;
  gap: 12px;
  align-items: center;
  height: 58px;
  padding: 0 10px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  cursor: pointer;
  transition: background 140ms ease;
}
.track-card:hover, .track-card-active {
  background: rgba(255, 255, 255, 0.1);
}
.track-cover-button {
  position: relative;
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  overflow: hidden;
  place-items: center;
  border: 0;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
}
.track-cover-placeholder {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(79, 209, 197, 0.38), transparent 48%), linear-gradient(315deg, rgba(255, 57, 229, 0.28), transparent 52%), rgba(15, 25, 40, 0.96);
}
.track-cover-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.track-cover-placeholder::before {
  content: "";
  position: absolute;
  inset: 9px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 4px;
}
.track-cover-play {
  position: relative;
  z-index: 1;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #111827;
  opacity: 0;
  transition: opacity 140ms ease;
}
.track-card:hover .track-cover-play, .track-card-active .track-cover-play {
  opacity: 1;
}
.track-cover-play .ui-icon {
  width: 0.95rem;
  height: 0.95rem;
}
.track-info {
  display: flex;
  min-height: 44px;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
}
.track-info h3 {
  line-height: 1.2;
}
.track-info .track-meta {
  margin-top: 4px;
  line-height: 1.2;
}
.track-info h3, .track-info .track-meta, .track-album-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.track-album-name {
  color: var(--muted);
  font-size: 0.9rem;
}
.video-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
  min-height: 0;
}
.video-player-card {
  padding: 16px;
  width: 100%;
}
.video-player-card:fullscreen, .video-player-card:-webkit-full-screen, .video-player-card video:fullscreen, .video-player-card video:-webkit-full-screen {
  width: 100vw;
  height: 100vh;
  max-width: none;
  max-height: none;
  background: #000;
}
.video-player-card video {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  background: #000;
}
.video-player-card:fullscreen video, .video-player-card:-webkit-full-screen video, .video-player-card video:fullscreen, .video-player-card video:-webkit-full-screen {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 0;
}
.video-player-meta {
  margin-top: 14px;
}
.video-player-card:fullscreen .video-player-meta, .video-player-card:-webkit-full-screen .video-player-meta {
  padding: 12px 16px 0;
}
.video-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
}
.video-list {
  grid-template-columns: 1fr;
  max-height: min(34dvh, 320px);
}
.video-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}
.danger-button {
  color: var(--danger);
  border: 1px solid rgba(255, 123, 114, 0.22);
}
.video-card-active {
  border-color: rgba(79, 209, 197, 0.4);
  background: rgba(79, 209, 197, 0.08);
}
.track-card h3, .album-card h3, .player-meta h3 {
  margin: 0;
}
.track-meta {
  margin: 6px 0 0;
  font-size: 0.92rem;
}
.track-actions {
  display: flex;
  position: relative;
  gap: 6px;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.favorite-button {
  min-width: 34px;
  min-height: 34px;
  padding-inline: 0;
  border: 0;
  background: transparent;
  font-size: 1rem;
  line-height: 1;
}
.favorite-button-active {
  color: var(--secondary);
}
.track-icon-button {
  min-width: 34px;
  padding-inline: 0;
  font-size: 1.2rem;
  line-height: 1;
}
.track-icon-button {
  min-height: 34px;
  border: 0;
  background: transparent;
}
.track-more-menu {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  z-index: 12;
  display: grid;
  min-width: 170px;
  gap: 4px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(7, 14, 25, 0.98);
  box-shadow: var(--shadow);
}
.track-more-menu[hidden] {
  display: none !important;
}
.track-more-menu button {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 10px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--text);
  text-align: left;
}
.track-more-menu button:hover {
  background: rgba(255, 255, 255, 0.08);
}
.track-more-menu .ui-icon {
  width: 1rem;
  height: 1rem;
  margin: 0;
}
.track-icon-button-active {
  background: rgba(79, 209, 197, 0.18);
  border-color: rgba(79, 209, 197, 0.34);
  color: var(--primary);
}
.album-grid {
  grid-auto-rows: max-content;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.album-card {
  padding: 10px 12px;
  height: 80px;
  min-height: 80px;
  max-height: 80px;
  display: grid;
  grid-template-columns: 52px 1fr auto;
  gap: 12px;
  align-items: center;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}
.album-card:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 209, 102, 0.35);
}
.album-card-active {
  border-color: rgba(255, 209, 102, 0.48);
  background: rgba(255, 209, 102, 0.08);
}
.album-card-cover {
  position: relative;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  overflow: hidden;
  border-radius: 12px;
  background: radial-gradient(circle at 30% 22%, rgba(255, 255, 255, 0.28), transparent 22%), radial-gradient(circle at 50% 50%, rgba(7, 17, 30, 0.92) 0 28%, transparent 29% 100%), conic-gradient(from 210deg, rgba(0, 212, 255, 0.85), rgba(112, 90, 255, 0.8), rgba(255, 57, 229, 0.85), rgba(255, 209, 102, 0.72), rgba(0, 212, 255, 0.85)), rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(108, 234, 255, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 0 22px rgba(0, 212, 255, 0.1);
}
.album-card-cover-image {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.album-card-cover::before {
  content: "";
  width: 22px;
  height: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.78) 0 10%, rgba(255, 255, 255, 0.12) 11% 34%, transparent 35%), rgba(2, 7, 16, 0.68);
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.12);
}
.album-card-cover::after {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 42%);
  pointer-events: none;
}
.album-card-cover-favorites {
  background: radial-gradient(circle at 24% 22%, rgba(0, 212, 255, 0.8), transparent 30%), radial-gradient(circle at 78% 24%, rgba(255, 57, 229, 0.72), transparent 31%), linear-gradient(135deg, rgba(3, 9, 20, 0.98), rgba(12, 18, 38, 0.96));
  border-color: rgba(255, 57, 229, 0.34);
  box-shadow: 0 0 24px rgba(0, 212, 255, 0.16), 0 0 24px rgba(255, 57, 229, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.album-card-cover-favorites::before {
  content: "♥";
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: linear-gradient(135deg, #00d4ff, #ff39e5);
  box-shadow: none;
  color: transparent;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 0 14px rgba(0, 212, 255, 0.48), 0 0 14px rgba(255, 57, 229, 0.42);
  -webkit-background-clip: text;
  background-clip: text;
}
.album-card-cover-favorites::after {
  inset: 6px;
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.06);
}
.album-card-body {
  min-width: 0;
}
.album-card-body h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.album-card-body .track-meta {
  margin-top: 4px;
}
.playlist-delete-button {
  position: relative;
  display: block;
  flex: 0 0 32px;
  align-self: center;
  inline-size: 32px;
  block-size: 32px;
  min-width: 32px;
  min-height: 32px;
  max-width: 32px;
  max-height: 32px;
  padding: 0;
  border-radius: 50%;
  line-height: 0;
  aspect-ratio: 1 / 1;
}
.playlist-delete-button .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 15px;
  height: 15px;
  margin: 0;
  transform: translate(-50%, -50%);
}
.album-description {
  margin: 10px 0 0;
}
.empty-state {
  padding: 24px;
  border-radius: 18px;
  text-align: center;
  color: var(--muted);
  border: 1px dashed rgba(255, 255, 255, 0.12);
}
.primary-button, .secondary-button, .icon-button {
  border: none;
  border-radius: 999px;
  min-height: 36px;
  font-size: 0.88rem;
  line-height: 1;
  transition: transform 160ms ease, opacity 160ms ease, background 160ms ease;
}
.primary-button {
  padding: 10px 14px;
  background: var(--primary);
  color: #041018;
  font-weight: 800;
}
.secondary-button {
  padding: 10px 14px;
  background: var(--secondary);
  color: #3d2900;
  font-weight: 800;
}
.icon-button {
  padding: 9px 13px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
}
.ui-icon {
  width: 1.15rem;
  height: 1.15rem;
  display: block;
  margin: 0 auto;
  flex: 0 0 auto;
}
.compact {
  min-width: 44px;
}
.primary-button:hover, .secondary-button:hover, .icon-button:hover {
  transform: translateY(-1px);
  opacity: 0.96;
}
.player-bar {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  display: grid;
  grid-template-columns: minmax(220px, 360px) minmax(280px, 1fr) minmax(130px, 190px);
  gap: 16px;
  align-items: center;
  min-height: 76px;
  overflow: hidden;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: rgba(4, 10, 18, 0.92);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}
.player-bar::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: -1;
  width: var(--player-progress, 0%);
  background: linear-gradient(90deg, rgba(79, 209, 197, 0.18), rgba(255, 57, 229, 0.12));
}
.player-bar[hidden] {
  display: none !important;
}
.player-seek-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.player-meta, .player-controls, .player-volume {
  position: relative;
  z-index: 1;
}
.player-meta {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-width: 0;
}
.player-cover {
  position: relative;
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.08);
}
.player-cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.player-title-stack {
  min-width: 0;
}
.player-title-stack h3, .player-artist {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.player-artist {
  margin: 4px 0 0;
  color: rgba(245, 247, 251, 0.78);
  font-size: 0.9rem;
  font-weight: 700;
}
.player-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.player-icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  inline-size: 38px;
  block-size: 38px;
  min-width: 38px;
  min-height: 38px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(245, 247, 251, 0.72);
}
.player-icon-button.primary-button, .player-icon-button.compact {
  inline-size: 48px;
  block-size: 48px;
  min-width: 48px;
  min-height: 48px;
  background: var(--primary);
  color: #041018;
}
.player-icon-button-active, .player-icon-button.favorite-button-active {
  color: var(--primary);
}
.player-volume {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  color: rgba(245, 247, 251, 0.72);
}
.player-volume input[type="range"] {
  width: 96px;
  max-width: 96px;
  accent-color: var(--primary);
}
.player-volume-button {
  inline-size: 32px;
  block-size: 32px;
  min-width: 32px;
  min-height: 32px;
}
.player-volume input[type="range"]::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}
.player-volume input[type="range"]::-webkit-slider-thumb {
  margin-top: -5px;
}
.player-volume input[type="range"]::-moz-range-track {
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}
input[type="range"] {
  width: 100%;
}
.toast {
  position: fixed;
  top: 24px;
  right: 24px;
  max-width: 320px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(7, 17, 30, 0.96);
  border: 1px solid rgba(79, 209, 197, 0.25);
  box-shadow: var(--shadow);
}
.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(3, 8, 15, 0.72);
  backdrop-filter: blur(10px);
}
.modal-overlay[hidden] {
  display: none !important;
}
.modal-card {
  width: min(720px, 100%);
  max-height: min(88vh, 900px);
  overflow: auto;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background: rgba(6, 13, 23, 0.96);
  box-shadow: var(--shadow);
}
.modal-card-compact {
  width: min(420px, 100%);
}
#sync-account-pin {
  letter-spacing: 0.08em;
}
.modal-actions {
  display: flex;
  justify-content: end;
  gap: 12px;
}
.modal-close-button {
  white-space: nowrap;
}
.mobile-menu-button, .mobile-header-menu {
  display: none;
}
@media (max-width: 980px) {
  :root {
    --content-max-height: calc(100dvh - 57px);
  }
  #music-tab-panel {
    padding: 0;
  }
  .panel, .library-panel {
    grid-column: 1 / -1;
  }
  .auth-screen {
    margin-top: 32px;
  }
  .video-layout {
    grid-template-columns: 1fr;
  }
  .hero, .player-bar {
    grid-template-columns: 1fr;
    display: grid;
    align-items: start;
  }
}
@media (max-width: 640px) {
  :root {
    --content-max-height: calc(100dvh - 63px);
  }
  .app-header {
    position: relative;
    grid-template-columns: 1fr auto;
    height: 48px;
    min-height: 48px;
    align-items: center;
    gap: 10px;
    padding: 6px 8px;
    overflow: visible;
    border-radius: 20px;
  }
  .app-header-brand {
    width: auto;
    padding: 0;
  }
  .app-header-nav, .app-header .auth-user-panel {
    display: none !important;
  }
  .mobile-menu-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    inline-size: 36px;
    block-size: 36px;
    min-width: 36px;
    min-height: 36px;
    padding: 0;
    border-radius: 50%;
    line-height: 0;
    justify-self: end;
  }
  .mobile-menu-button[hidden] {
    display: none !important;
  }
  .mobile-menu-button .ui-icon {
    width: 1.05rem;
    height: 1.05rem;
    margin: 0;
  }
  .mobile-header-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 30;
    display: grid;
    min-width: 190px;
    gap: 6px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    background: rgba(6, 13, 23, 0.96);
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }
  .mobile-header-menu[hidden] {
    display: none !important;
  }
  .mobile-header-menu-item {
    min-height: 36px;
    padding: 0 12px;
    border: 0;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    color: var(--text);
    font: inherit;
    font-weight: 800;
    text-align: left;
  }
  .mobile-header-account {
    padding: 8px 12px 4px;
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 800;
  }
  .mobile-header-logout {
    color: var(--danger);
  }
  .app-header-copy small {
    display: none;
  }
  #music-tab-panel {
    padding: 0;
  }
  body {
    padding: 5px 16px;
  }
  .app-shell {
    height: calc(100dvh - 10px);
  }
  .tab-bar {
    padding: 6px;
  }
  .tab-button {
    flex: 1 0 auto;
    text-align: center;
  }
  .library-mobile-switcher {
    display: flex;
    margin: 0 0 20px;
  }
  #tracks-panel[hidden], #playlists-panel[hidden] {
    display: none !important;
  }
  #playlists-panel, #tracks-panel {
    height: auto;
    max-height: none;
  }
  .hero h1 {
    font-size: 2.5rem;
  }
  .auth-panel-centered {
    width: 100%;
    padding: 22px 18px;
  }
  .auth-user-panel {
    width: 100%;
    justify-content: space-between;
  }
  .track-card {
    grid-template-columns: 48px minmax(0, 1fr) auto;
    gap: 10px;
    height: 58px;
    padding: 0 8px;
  }
  .track-album-name {
    display: none;
  }
  .video-card {
    grid-template-columns: 1fr;
  }
  .video-actions {
    justify-content: start;
    flex-wrap: wrap;
  }
  .downloads-table-row {
    grid-template-columns: 1fr;
  }
  .downloads-install-card {
    flex-direction: column;
    align-items: stretch;
  }
  .downloads-install-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .section-heading-row {
    align-items: start;
    flex-direction: column;
  }
  .section-actions, .tw-section-actions {
    width: 100%;
  }
  .tracks-heading-row, .playlists-heading-row {
    align-items: center;
    flex-direction: row;
  }
  .tracks-heading-row .section-actions, .tracks-heading-row .tw-section-actions {
    width: auto;
  }
  .track-search-control-active .track-search-input, .track-search-control-active input.track-search-input {
    width: min(220px, calc(100vw - 176px));
  }
  .album-card {
    grid-template-columns: 40px 1fr auto;
    height: 60px;
    min-height: 60px;
    max-height: 60px;
    gap: 8px;
    padding: 6px 8px;
  }
  .album-card-cover {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }
  .album-card-cover::before {
    width: 18px;
    height: 18px;
  }
  .album-card-cover::after, .album-card-cover-favorites::after {
    inset: 5px;
    border-radius: 8px;
  }
  .album-card-cover-favorites::before {
    font-size: 1.1rem;
  }
  .album-card-body h3 {
    font-size: 0.9rem;
    line-height: 1.15;
  }
  .album-card-body .track-meta {
    margin-top: 2px;
    font-size: 0.78rem;
    line-height: 1.15;
  }
  .playlist-delete-button {
    inline-size: 30px;
    block-size: 30px;
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
  }
  .playlist-delete-button .ui-icon {
    width: 14px;
    height: 14px;
  }
  .track-actions {
    justify-content: start;
    gap: 4px;
  }
  .track-icon-button, .favorite-button {
    min-width: 34px;
    min-height: 34px;
  }
  .player-bar {
    left: 12px;
    right: 12px;
    bottom: 12px;
    grid-template-columns: 1fr;
    min-height: 178px;
    padding: 10px;
    gap: 10px;
  }
  .player-meta {
    grid-template-columns: 56px minmax(0, 1fr);
  }
  .player-cover {
    width: 56px;
    height: 56px;
  }
  .player-controls {
    justify-content: center;
  }
  .player-volume {
    display: none;
  }
  .modal-overlay {
    padding: 12px;
  }
  .modal-card {
    padding: 18px;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-font-weight: initial;
    }
  }
}
