.gw-albums-page {
  --gw-album-bg: rgba(15, 23, 42, 0.82);
  --gw-album-border: rgba(148, 163, 184, 0.18);
  --gw-album-shadow: 0 24px 48px rgba(15, 23, 42, 0.28);
  --gw-album-accent: #1db954;
  --gw-album-muted: rgba(226, 232, 240, 0.72);
  color: #f8fafc;
  padding: 0 0 48px;
  position: relative;
}

body:not(.dark_theme) .gw-albums-page {
  --gw-album-bg: rgba(255, 255, 255, 0.98);
  --gw-album-border: rgba(15, 23, 42, 0.14);
  --gw-album-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
  --gw-album-muted: rgba(71, 85, 105, 0.8);
  color: #0f172a;
}

.gw-albums-page::before {
  background:
    radial-gradient(circle at top left, rgba(229, 9, 20, 0.18), transparent 55%),
    radial-gradient(circle at 80% 20%, rgba(14, 116, 144, 0.18), transparent 55%),
    linear-gradient(120deg, rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 0.4));
  content: "";
  inset: -40px -10px -10px;
  opacity: 0.9;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

body:not(.dark_theme) .gw-albums-page::before {
  background:
    radial-gradient(circle at top left, rgba(229, 9, 20, 0.2), transparent 55%),
    radial-gradient(circle at 80% 20%, rgba(14, 116, 144, 0.18), transparent 55%),
    linear-gradient(120deg, rgba(241, 245, 249, 0.95), rgba(248, 250, 252, 0.7));
}

.gw-albums-page::after {
  background-image: repeating-linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.03),
    rgba(255, 255, 255, 0.03) 1px,
    transparent 1px,
    transparent 3px
  );
  content: "";
  inset: 0;
  opacity: 0.35;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.gw-albums-featured {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  margin-bottom: 26px;
  min-height: min(68vh, 680px);
  overflow: hidden;
  padding: 92px 48px 56px;
  position: relative;
  z-index: 1;
}

.gw-albums-featured::before {
  background: linear-gradient(
    90deg,
    rgba(8, 8, 12, 0.92) 0%,
    rgba(8, 8, 12, 0.6) 55%,
    rgba(8, 8, 12, 0.2) 100%
  );
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.gw-albums-featured-backdrop {
  background: radial-gradient(circle at 30% 20%, rgba(229, 9, 20, 0.22), transparent 55%),
    linear-gradient(120deg, rgba(10, 12, 18, 0.7), rgba(16, 20, 32, 0.35));
  background-position: center;
  background-size: cover;
  filter: saturate(1.15) contrast(1.05);
  inset: 0;
  opacity: 0.9;
  pointer-events: none;
  position: absolute;
  z-index: 0;
  animation: gwAlbumDrift 18s ease-in-out infinite;
}

.gw-albums-featured-content,
.gw-albums-featured-visual {
  position: relative;
  z-index: 2;
}

.gw-albums-featured-eyebrow {
  color: rgba(248, 250, 252, 0.78);
  font-size: 11px;
  letter-spacing: 0.36em;
  text-transform: uppercase;
}

.gw-albums-featured h3 {
  font-family: "Bebas Neue", "Oswald", "Impact", sans-serif;
  font-size: clamp(28px, 4.2vw, 46px);
  letter-spacing: 0.06em;
  margin: 10px 0 12px;
}

.gw-albums-featured-desc {
  color: var(--gw-album-muted);
  font-size: 16px;
  line-height: 1.6;
  max-width: 520px;
}

.gw-albums-featured-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin: 16px 0 24px;
}

.gw-albums-featured-pill {
  border: 1px solid rgba(248, 250, 252, 0.16);
  border-radius: 999px;
  color: rgba(248, 250, 252, 0.75);
  font-size: 12px;
  letter-spacing: 0.1em;
  padding: 6px 14px;
  text-transform: uppercase;
}

.gw-albums-featured-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.gw-albums-btn {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  gap: 8px;
  padding: 10px 22px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gw-albums-btn-primary {
  background: var(--gw-album-accent);
  box-shadow: 0 18px 32px rgba(29, 185, 84, 0.35);
  color: #ffffff;
}

.gw-albums-btn-primary:hover {
  box-shadow: 0 22px 42px rgba(29, 185, 84, 0.45);
  transform: translateY(-2px);
}

.gw-albums-btn-ghost {
  background: rgba(15, 23, 42, 0.5);
  border: 1px solid rgba(248, 250, 252, 0.16);
  color: #f8fafc;
}

.gw-albums-btn-ghost:hover {
  transform: translateY(-2px);
}

.gw-albums-featured-visual {
  display: grid;
  gap: 18px;
  align-content: center;
  justify-items: end;
}

.gw-albums-featured-cover {
  aspect-ratio: 1 / 1;
  background: linear-gradient(135deg, rgba(229, 9, 20, 0.24), rgba(14, 116, 144, 0.22));
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #000;
  border-radius: 18px;
  box-shadow: 0 22px 44px rgba(8, 10, 18, 0.45);
  width: min(34vw, 360px);
}

.gw-albums-featured-tracks {
  display: grid;
  gap: 10px;
  max-height: 220px;
  overflow: hidden;
  width: min(30vw, 320px);
  position: relative;
  mask-image: linear-gradient(180deg, transparent, #000 12%, #000 88%, transparent);
}

.gw-albums-featured-tracks-inner {
  display: grid;
  gap: 10px;
}

.gw-albums-featured-tracks.is-animated .gw-albums-featured-tracks-inner {
  animation: gwAlbumTrackScroll calc(var(--gw-albums-track-count, 6) * 1.6s) linear infinite;
}

.gw-albums-featured-track {
  background: rgba(15, 23, 42, 0.45);
  border: 1px solid rgba(248, 250, 252, 0.1);
  border-radius: 12px;
  color: var(--gw-album-muted);
  font-size: 12px;
  padding: 10px 12px;
}

body:not(.dark_theme) .gw-albums-featured {
  background: transparent;
}

body:not(.dark_theme) .gw-albums-featured-backdrop {
  opacity: 0.6;
}

body:not(.dark_theme) .gw-albums-featured::before {
  background: linear-gradient(
    90deg,
    rgba(248, 250, 252, 0.96) 0%,
    rgba(248, 250, 252, 0.75) 55%,
    rgba(248, 250, 252, 0.4) 100%
  );
}

body:not(.dark_theme) .gw-albums-featured-pill {
  border-color: rgba(15, 23, 42, 0.12);
  color: rgba(15, 23, 42, 0.7);
}

body:not(.dark_theme) .gw-albums-btn-ghost {
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(15, 23, 42, 0.12);
  color: #0f172a;
}

body:not(.dark_theme) .gw-albums-featured-track {
  background: rgba(248, 250, 252, 0.9);
  border-color: rgba(15, 23, 42, 0.08);
  color: rgba(15, 23, 42, 0.7);
}

@keyframes gwAlbumDrift {
  0% {
    transform: scale(1) translateY(0);
  }
  50% {
    transform: scale(1.05) translateY(-1.5%);
  }
  100% {
    transform: scale(1) translateY(0);
  }
}

@keyframes gwAlbumTrackScroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

body:not(.dark_theme) .gw-albums-page::after {
  opacity: 0.12;
}

.gw-albums-hero,
.gw-albums-grid,
.gw-albums-empty {
  position: relative;
  z-index: 1;
}

.gw-albums-hero {
  align-items: flex-end;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.6fr);
  min-height: min(68vh, 680px);
  overflow: hidden;
  padding: 92px 48px 56px;
  position: relative;
}

.gw-albums-hero::after {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0), rgba(15, 23, 42, 0.85));
  bottom: -120px;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 55%;
  z-index: 1;
}

body:not(.dark_theme) .gw-albums-hero::after {
  background: linear-gradient(180deg, rgba(248, 250, 252, 0), rgba(241, 245, 249, 0.95));
}

.gw-albums-hero-backdrop {
  background: linear-gradient(120deg, rgba(15, 23, 42, 0.5), rgba(15, 23, 42, 0.1));
  background-position: center;
  background-size: cover;
  filter: saturate(1.1);
  inset: 0;
  position: absolute;
  z-index: 0;
  animation: gwAlbumDrift 18s ease-in-out infinite;
}

.gw-albums-hero-overlay {
  background: linear-gradient(90deg, rgba(8, 8, 12, 0.95), rgba(8, 8, 12, 0.65) 50%, rgba(8, 8, 12, 0.2));
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

body:not(.dark_theme) .gw-albums-hero-overlay {
  background: linear-gradient(90deg, rgba(248, 250, 252, 0.98), rgba(248, 250, 252, 0.7) 50%, rgba(248, 250, 252, 0.4));
}

.gw-albums-hero-content {
  position: relative;
  z-index: 2;
}

.gw-albums-hero h2 {
  font-family: "Bebas Neue", "Oswald", "Impact", sans-serif;
  font-size: clamp(38px, 6vw, 72px);
  letter-spacing: 0.06em;
  margin: 8px 0 12px;
}

.gw-albums-eyebrow {
  color: var(--gw-album-muted);
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.gw-albums-hero-desc {
  color: var(--gw-album-muted);
  font-size: 16px;
  line-height: 1.6;
  max-width: 520px;
}

.gw-albums-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin: 18px 0 26px;
}

.gw-albums-hero-pill {
  border: 1px solid rgba(248, 250, 252, 0.16);
  border-radius: 999px;
  color: var(--gw-album-muted);
  font-size: 12px;
  letter-spacing: 0.1em;
  padding: 6px 14px;
  text-transform: uppercase;
}

body:not(.dark_theme) .gw-albums-hero-pill {
  border-color: rgba(15, 23, 42, 0.16);
  color: rgba(15, 23, 42, 0.7);
}

.gw-albums-hero-actions {
  display: flex;
  gap: 12px;
}

.gw-albums-search {
  align-items: center;
  backdrop-filter: blur(10px);
  background: var(--gw-album-bg);
  border: 1px solid var(--gw-album-border);
  border-radius: 999px;
  box-shadow: var(--gw-album-shadow);
  display: inline-flex;
  gap: 8px;
  padding: 10px 16px;
}

body:not(.dark_theme) .gw-albums-search {
  background: var(--gw-album-bg);
}

.gw-albums-hero-search {
  align-self: flex-start;
  justify-self: end;
  margin-top: 10px;
  position: relative;
  z-index: 2;
}

.gw-albums-highlights {
  grid-column: 1 / -1;
  margin-top: 34px;
  position: relative;
  z-index: 2;
}

.gw-albums-modal {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  position: fixed;
  z-index: 10000;
}

.gw-albums-modal[hidden] {
  display: none;
}

.gw-albums-modal-backdrop {
  background: rgba(6, 8, 12, 0.86);
  inset: 0;
  position: fixed;
  z-index: 10000;
}

.gw-albums-modal-card {
  background: rgba(12, 12, 14, 0.98);
  border: 1px solid rgba(148, 163, 184, 0.12);
  border-radius: 22px;
  box-shadow: 0 32px 72px rgba(3, 4, 6, 0.65);
  color: inherit;
  max-height: 82vh;
  max-width: 820px;
  overflow: hidden;
  position: relative;
  width: min(92vw, 820px);
  z-index: 10001;
}

.gw-albums-modal-header {
  align-items: center;
  border-bottom: 1px solid rgba(148, 163, 184, 0.16);
  display: flex;
  justify-content: space-between;
  padding: 18px 24px;
}

.gw-albums-modal-search {
  padding: 16px 24px 0;
}

.gw-albums-modal-search-field {
  align-items: center;
  background: rgba(15, 23, 42, 0.35);
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 999px;
  display: flex;
  gap: 8px;
  padding: 8px 14px;
}

.gw-albums-modal-search-field input {
  background: transparent;
  border: 0;
  color: inherit;
  font-size: 14px;
  outline: none;
  width: 100%;
}

.gw-albums-modal-search-field .menu-item-icon {
  color: rgba(226, 232, 240, 0.7);
}

.gw-albums-modal-title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.gw-albums-modal-close {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  padding: 6px;
}

.gw-albums-modal-body {
  max-height: calc(82vh - 70px);
  overflow: auto;
  padding: 20px 24px 28px;
}

.gw-albums-modal .gw-album-tracks {
  background: transparent;
  border: 0;
  max-height: none;
  padding: 0;
  gap: 14px;
}

body:not(.dark_theme) .gw-albums-modal-backdrop {
  background: rgba(203, 213, 225, 0.75);
}

body:not(.dark_theme) .gw-albums-modal-card {
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(15, 23, 42, 0.06);
  box-shadow: 0 28px 56px rgba(15, 23, 42, 0.16);
}

body:not(.dark_theme) .gw-albums-modal-search-field {
  background: rgba(15, 23, 42, 0.04);
  border-color: rgba(15, 23, 42, 0.08);
}

body:not(.dark_theme) .gw-albums-modal-search-field .menu-item-icon {
  color: rgba(15, 23, 42, 0.6);
}

.gw-albums-modal .gw-album-track-item {
  background: rgba(15, 23, 42, 0.24);
  border-color: rgba(248, 250, 252, 0.08);
  border-radius: 16px;
  gap: 14px;
  padding: 14px 16px;
}

.gw-albums-modal .gw-album-track-index {
  font-size: 13px;
}

.gw-albums-modal .gw-album-track-title {
  color: rgba(248, 250, 252, 0.88);
  font-size: 15px;
  line-height: 1.4;
}

.gw-albums-modal .gw-album-track-title a {
  color: inherit;
  text-decoration: none;
}

body:not(.dark_theme) .gw-albums-modal .gw-album-track-item {
  background: rgba(15, 23, 42, 0.04);
  border-color: rgba(15, 23, 42, 0.08);
}

body:not(.dark_theme) .gw-albums-modal .gw-album-track-title {
  color: rgba(15, 23, 42, 0.9);
}

.gw-albums-highlights-row {
  align-items: center;
  display: flex;
  gap: 12px;
  position: relative;
  --gw-albums-highlight-size: clamp(200px, 22vw, 280px);
  --gw-albums-highlight-btn: 38px;
}

.gw-albums-highlights-row .previous-slide,
.gw-albums-highlights-row .next-slide {
  align-self: flex-start;
  margin-top: calc(var(--gw-albums-highlight-size) / 2 - var(--gw-albums-highlight-btn) / 2);
  position: static;
  transform: none;
  z-index: 3;
}

.gw-albums-highlights-row .circle-icon-button {
  align-items: center;
  background: rgba(12, 16, 24, 0.82);
  border: 1px solid rgba(148, 163, 184, 0.25);
  border-radius: 999px;
  color: #f8fafc;
  display: inline-flex;
  height: var(--gw-albums-highlight-btn);
  justify-content: center;
  width: var(--gw-albums-highlight-btn);
}

.gw-albums-highlights-row .circle-icon-button .material-icons {
  font-size: 20px;
}

body:not(.dark_theme) .gw-albums-highlights-row .circle-icon-button {
  background: rgba(248, 250, 252, 0.92);
  border-color: rgba(15, 23, 42, 0.2);
  color: #0f172a;
}

.gw-albums-highlights-row .items-list-wrap {
  flex: 1;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  min-width: 0;
  padding: 0;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  touch-action: pan-x;
}

.gw-albums-highlights-row .items-list-wrap::-webkit-scrollbar {
  display: none;
}

.gw-albums-highlights-title {
  color: var(--gw-album-muted);
  font-size: 14px;
  letter-spacing: 0.2em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.gw-albums-highlights-track {
  display: grid;
  gap: 16px;
  grid-auto-columns: clamp(200px, 22vw, 280px);
  grid-auto-flow: column;
  padding-bottom: 6px;
}

.gw-albums-highlight-card {
  background: var(--gw-album-bg);
  border: 1px solid var(--gw-album-border);
  border-radius: 18px;
  box-shadow: var(--gw-album-shadow);
  color: inherit;
  overflow: hidden;
  position: relative;
  scroll-snap-align: start;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gw-albums-highlight-card.is-track::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.9));
}

.gw-albums-highlight-card.is-track .gw-albums-highlight-title {
  font-size: 13px;
}

.gw-albums-highlight-card::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.82));
  content: "";
  inset: 0;
  position: absolute;
}

body:not(.dark_theme) .gw-albums-highlight-card::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.86));
}

body:not(.dark_theme) .gw-albums-highlight-card.is-track::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.92));
}

.gw-albums-highlight-card:hover {
  box-shadow: 0 24px 40px rgba(8, 10, 18, 0.45);
  transform: translateY(-4px);
}

.gw-albums-highlight-cover {
  aspect-ratio: 1 / 1;
  background: linear-gradient(135deg, rgba(229, 9, 20, 0.28), rgba(14, 116, 144, 0.22));
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #000;
  position: relative;
}

.gw-albums-highlight-meta {
  padding: 12px 14px 16px;
  position: relative;
  z-index: 1;
}

.gw-albums-highlight-title {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 6px;
}

body:not(.dark_theme) .gw-albums-highlight-title {
  color: #0f172a;
}

.gw-albums-highlight-sub {
  color: var(--gw-album-muted);
  font-size: 12px;
}

body:not(.dark_theme) .gw-albums-highlight-sub {
  color: rgba(15, 23, 42, 0.6);
}

.gw-albums-search .menu-item-icon {
  align-items: center;
  color: var(--gw-album-muted);
  display: inline-flex;
  font-size: 18px;
}

.gw-albums-search input {
  background: transparent;
  border: none;
  color: inherit;
  font-size: 14px;
  min-width: 220px;
  outline: none;
}

.gw-albums-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  margin-top: 28px;
  padding: 0 48px 48px;
}

.gw-album-card {
  background: linear-gradient(160deg, rgba(15, 23, 42, 0.92), rgba(15, 23, 42, 0.72));
  border: 1px solid var(--gw-album-border);
  border-radius: 20px;
  box-shadow: var(--gw-album-shadow);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gw-album-card::before {
  border: 1px solid rgba(248, 250, 252, 0.08);
  border-radius: 20px;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

body:not(.dark_theme) .gw-album-card {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(241, 245, 249, 0.86));
}

body:not(.dark_theme) .gw-album-card::before {
  border-color: rgba(15, 23, 42, 0.08);
}

.gw-album-card:hover {
  box-shadow: 0 26px 48px rgba(8, 10, 18, 0.38);
  transform: translateY(-4px);
}

.gw-album-cover {
  aspect-ratio: 1 / 1;
  background: linear-gradient(135deg, rgba(249, 116, 111, 0.3), rgba(14, 116, 144, 0.28));
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #000;
  display: block;
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.gw-album-cover::before {
  content: none;
}

.gw-album-cover::after {
  background: linear-gradient(180deg, transparent, rgba(15, 23, 42, 0.55));
  content: "";
  inset: 0;
  position: absolute;
}

.gw-albums-cover-action {
  align-items: center;
  background: var(--gw-album-accent);
  border: 1px solid rgba(29, 185, 84, 0.8);
  border-radius: 999px;
  box-shadow: 0 16px 28px rgba(29, 185, 84, 0.6);
  color: #ffffff;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  right: 16px;
  position: absolute;
  bottom: 16px;
  width: 34px;
  z-index: 2;
}

body:not(.dark_theme) .gw-albums-cover-action {
  background: var(--gw-album-accent);
  border-color: rgba(29, 185, 84, 0.5);
  color: #ffffff;
}

body:not(.dark_theme) .gw-album-cover::after {
  background: linear-gradient(180deg, transparent, rgba(15, 23, 42, 0.2));
}

.gw-album-count {
  align-items: center;
  backdrop-filter: blur(8px);
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(248, 250, 252, 0.18);
  border-radius: 999px;
  color: #f8fafc;
  display: inline-flex;
  font-size: 12px;
  gap: 6px;
  padding: 6px 10px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 2;
}

body:not(.dark_theme) .gw-album-count {
  background: rgba(15, 23, 42, 0.75);
}

.gw-album-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px 20px 12px;
}

.gw-album-title-row {
  align-items: flex-start;
  display: flex;
  gap: 8px;
  justify-content: space-between;
}

.gw-album-title-row h3 {
  font-size: 19px;
  line-height: 1.2;
  margin: 0;
}

.gw-album-title-row a {
  color: inherit;
  text-decoration: none;
}

.gw-album-year {
  color: var(--gw-album-muted);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gw-album-tracks-panel {
  background: rgba(12, 14, 20, 0.5);
  border-top: 1px solid rgba(248, 250, 252, 0.06);
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 14px 18px 18px;
}

body:not(.dark_theme) .gw-album-tracks-panel {
  background: rgba(248, 250, 252, 0.9);
  border-top-color: rgba(15, 23, 42, 0.08);
}

.gw-album-tracks-header {
  align-items: center;
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.gw-album-tracks-meta {
  color: var(--gw-album-muted);
}

.gw-album-tracks {
  display: grid;
  gap: 8px;
  max-height: 320px;
  overflow: auto;
  padding-right: 6px;
}

.gw-album-track-more {
  background: rgba(15, 23, 42, 0.25);
  border: 1px dashed rgba(248, 250, 252, 0.18);
  color: var(--gw-album-muted);
  font-size: 12px;
  justify-content: center;
  text-align: center;
}

.gw-album-track-more-button {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font-weight: 600;
  margin-left: 6px;
}

body:not(.dark_theme) .gw-album-track-more {
  background: rgba(15, 23, 42, 0.04);
  border-color: rgba(15, 23, 42, 0.1);
}

.gw-album-track-item {
  align-items: center;
  background: rgba(15, 23, 42, 0.35);
  border: 1px solid rgba(248, 250, 252, 0.06);
  border-radius: 12px;
  display: grid;
  gap: 10px;
  grid-template-columns: auto 1fr;
  padding: 10px 12px;
}

body:not(.dark_theme) .gw-album-track-item {
  background: rgba(15, 23, 42, 0.04);
  border-color: rgba(15, 23, 42, 0.06);
}

.gw-album-track-index {
  color: rgba(148, 163, 184, 0.9);
  font-size: 12px;
}

.gw-album-track-title {
  color: var(--gw-album-muted);
  font-size: 12px;
}

body:not(.dark_theme) .gw-album-track-title {
  color: rgba(15, 23, 42, 0.85);
}

.gw-album-tracks.is-loading .gw-album-track-item {
  opacity: 0.6;
}

.gw-album-track-title a {
  color: inherit;
  text-decoration: none;
}

.gw-album-track-title a:hover {
  color: var(--gw-album-accent);
}

body:not(.dark_theme) .gw-album-track-title a:hover {
  color: #0f172a;
}

.gw-albums-empty {
  background: var(--gw-album-bg);
  border: 1px solid var(--gw-album-border);
  border-radius: 16px;
  box-shadow: var(--gw-album-shadow);
  margin: 24px 48px 0;
  padding: 20px;
  text-align: center;
}

@media (max-width: 900px) {
  .gw-albums-hero {
    grid-template-columns: 1fr;
    min-height: 62vh;
    padding: 84px 28px 42px;
  }

  .gw-albums-hero::after {
    bottom: -90px;
  }

  .gw-albums-hero-search {
    justify-self: start;
    margin-top: 24px;
  }

  .gw-album-cover {
    aspect-ratio: 1 / 1;
  }

  .gw-albums-search input {
    min-width: 160px;
  }

  .gw-albums-grid {
    margin-top: 22px;
    padding: 0 28px 40px;
  }

  .gw-albums-empty {
    margin: 24px 28px 0;
  }

  .gw-albums-highlights-row .circle-icon-button {
    --gw-albums-highlight-btn: 34px;
  }
}

@media (max-width: 640px) {
  .gw-albums-page {
    padding: 18px 0 32px;
  }

  .gw-albums-hero {
    min-height: 54vh;
    padding: 76px 20px 36px;
  }

  .gw-albums-hero::after {
    bottom: -70px;
  }

  .gw-albums-search input {
    min-width: 160px;
  }

  .gw-albums-grid {
    margin-top: 18px;
    padding: 0 20px 32px;
  }

  .gw-albums-empty {
    margin: 20px 20px 0;
  }

  .gw-albums-highlights-row .circle-icon-button {
    --gw-albums-highlight-btn: 32px;
  }
}

@media (max-width: 1100px), (max-height: 760px) {
  .gw-albums-hero {
    overflow: visible;
  }
}
