::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: #000000;
}

::-webkit-scrollbar-thumb {
  background: #2A2A2A;
}

::-webkit-scrollbar-thumb:hover {
  background: #00D5FF;
  cursor: grab;
}

.urbanist-300 {
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.cal-sans-regular {
  font-family: "Cal Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  background: #000000;
  color: #f2f2f2;
  font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cal Sans", sans-serif;
  font-weight: 400;
}

p {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: #f2f2f2;
  text-decoration: none;
}

select {
  border: none;
  border-bottom: 1px solid #021C30;
  padding: 14px;
  background: #2A2A2A;
  color: #f2f2f2;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(/images/select-arrow.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 15px;
  border-radius: 6px;
  font-family: "Urbanist", sans-serif;
  font-weight: 300;
  font-size: 1em;
}

.is-shield#pageContent {
  padding: 0;
  min-height: calc(100dvh - 48px);
  display: grid;
  grid-template-rows: 1fr;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  margin-bottom: 20px;
  background: #2A2A2A;
}
.site-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
.site-header__logo {
  flex: 0 0 auto;
  width: 230px;
  height: 35px;
  text-decoration: none;
}
.site-header__logo img {
  width: 100%;
  height: 100%;
}
.site-header__login {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.site-header__actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}
.site-header__login .btn-icon {
  font-size: 25px;
}
@media (max-width: 640px) {
  .site-header__login {
    padding: 2px !important;
  }
}

.shield-auth {
  display: grid;
  place-items: center;
  padding: 24px 16px;
  background: #000000;
  color: #f2f2f2;
}
.shield-auth__shell {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
.shield-auth__card {
  border: 1px solid #2A2A2A;
  border-radius: 6px;
  background: #000000;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.12);
}
.shield-auth__body {
  padding: 24px;
  display: grid;
  gap: 16px;
}
.shield-auth__title {
  margin: 0;
  font-size: 26px;
  letter-spacing: -0.01em;
}
.shield-auth__lead {
  margin: 0;
  font-weight: 600;
}
.shield-auth__text {
  margin: 0;
  color: #cfcfcf;
}
.shield-auth__form {
  display: grid;
  gap: 14px;
}
.shield-auth__field {
  display: grid;
  gap: 6px;
  font-size: 13px;
  color: #cfcfcf;
}
.shield-auth__label {
  font-size: 13px;
  color: #cfcfcf;
}
.shield-auth__input {
  border: 1px solid #2A2A2A;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 15px;
  color: #f2f2f2;
  background: #000000;
}
.shield-auth__input:focus {
  outline: none;
  border-color: #f2f2f2;
}
.shield-auth__check {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #f2f2f2;
}
.shield-auth__checkbox {
  width: 18px;
  min-width: 18px;
  height: 18px;
}
.shield-auth__actions {
  display: flex;
  justify-content: center;
  padding-top: 8px;
}
.shield-auth__links {
  margin: 0;
  text-align: center;
  font-size: 14px;
  color: #cfcfcf;
}
.shield-auth__link {
  color: inherit;
}
.shield-auth__alert {
  border: 1px solid #2A2A2A;
  border-radius: 6px;
  padding: 12px 14px;
  font-size: 14px;
}
.shield-auth__alert.is-error {
  border-color: #d04a4a;
  background: rgba(208, 74, 74, 0.08);
  color: #d04a4a;
}
.shield-auth__alert.is-success {
  border-color: #2f8a57;
  background: rgba(47, 138, 87, 0.12);
  color: #2f8a57;
}
.shield-auth__alert-list {
  margin: 0;
  padding-left: 18px;
}
@media (max-width: 640px) {
  .shield-auth__body {
    padding: 20px;
  }
  .shield-auth__title {
    font-size: 22px;
  }
}

.bands-directory {
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 20px;
  background: #000000;
  color: #f2f2f2;
}
.bands-directory__toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 0 20px;
}
.bands-directory__view-toggle {
  display: flex;
  gap: 8px;
}
.bands-directory__view-toggle .btn {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.05em;
}
.bands-directory__view-toggle .btn.is-active {
  background: #f2f2f2;
  color: #000000;
  border-color: #f2f2f2;
}
@media (max-width: 640px) {
  .bands-directory__view-toggle {
    display: none;
  }
}
.bands-directory__sort {
  display: none;
  gap: 6px;
  align-items: center;
  font-size: 12px;
  color: #cfcfcf;
}
.bands-directory__empty {
  margin: 0;
  color: #cfcfcf;
  font-size: 0.95rem;
}
.bands-directory__grid {
  display: grid;
  gap: 20px;
  align-items: stretch;
  padding: 0 10px;
}
.bands-directory__tile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  min-width: 0;
  background: #000000;
  text-decoration: none;
  color: #f2f2f2;
  overflow: hidden;
  border: 1px solid #2A2A2A;
}
.bands-directory__tile-link {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background: transparent;
  border: none;
  padding: 0;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.bands-directory__tile-media {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  min-height: 160px;
  background-color: #111111;
  background-position: center;
  background-size: cover;
  display: grid;
  place-items: center;
}
.bands-directory__tile-media .tile-status {
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 8px;
  right: 8px;
  gap: 5px;
}
.bands-directory__tile-play {
  width: 44px;
  min-width: 44px;
  height: 44px;
  border-radius: 6px;
  border: 2px solid #2A2A2A;
  color: #f2f2f2;
  display: grid;
  place-items: center;
  font-size: 22px;
  background: #111111;
  padding: 0;
}
.bands-directory__tile-link--band {
  text-decoration: none;
}
.bands-directory__tile-play-btn .btn-label {
  font-size: 12px;
}
.bands-directory__tile-edit {
  position: absolute;
  right: 8px;
  bottom: 8px;
  border-radius: 6px;
  border: 2px solid #2A2A2A;
  background: rgba(17, 17, 17, 0.95);
  color: #f2f2f2;
  font-size: 12px;
  padding: 4px;
  text-decoration: none;
  z-index: 2;
}
.bands-directory__tile-featured {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border-radius: 6px;
  border: 1px solid #f6d34a;
  color: #f6d34a;
  background: rgba(0, 0, 0, 0.45);
  font-size: 11px;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  pointer-events: none;
}
.bands-directory__tile-featured--private {
  border-color: #f2f2f2;
  color: #f2f2f2;
}
.bands-directory__tile-featured .material-symbols-rounded {
  font-size: 14px;
}
.bands-directory__tile-play-btn {
  width: 44px;
  min-width: 44px;
  height: 44px;
  border-radius: 6px;
  border: 2px solid #2A2A2A;
  background: #111111;
  color: #f2f2f2;
  display: grid;
  place-items: center;
  font-size: 22px;
  cursor: pointer;
  padding: 0;
}
.bands-directory__tile-meta {
  font-size: 12px;
  color: #cfcfcf;
  line-height: 150%;
}
.bands-directory__tile-title {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: #00D5FF;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bands-directory__tile-title a {
  color: inherit;
  text-decoration: none;
}
.bands-directory__tile-info {
  padding: 0 12px 12px;
  display: grid;
  gap: 4px;
  width: 100%;
  min-width: 0;
}
.bands-directory__tile-wave {
  height: 6px;
  border-radius: 999px;
  background: #2A2A2A;
  width: 60%;
  display: none;
}
.bands-directory__tile-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 0 12px 12px;
}
.bands-directory__tile-summary {
  display: grid;
  gap: 6px;
}
.bands-directory__tile-top {
  display: grid;
  gap: 12px;
}
.bands-directory__tile-extra {
  display: none;
  gap: 8px;
  padding: 0;
}
.bands-directory__tile-action {
  border: 2px solid #2A2A2A;
  background: #111111;
  color: #f2f2f2;
  border-radius: 6px;
  padding: 0;
  display: grid;
  place-items: center;
  font-size: 14px !important;
  width: auto;
  height: auto;
  padding: 6px !important;
}
.bands-directory__tile-tags {
  display: flex;
  gap: 6px;
  padding: 0;
  flex-wrap: nowrap;
  overflow: hidden;
}
.bands-directory__tile-tag {
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #2A2A2A;
  color: #cfcfcf;
  white-space: nowrap;
}
.bands-directory .bands-directory__tile[data-tile-type=band] {
  display: none;
}
.bands-directory[data-directory-view-current=band] .bands-directory__tile[data-tile-type=band] {
  display: flex;
}
.bands-directory[data-directory-view-current=band] .bands-directory__tile[data-tile-type=mix] {
  display: none;
}
.bands-directory__tile-band-label {
  position: absolute;
  left: 8px;
  bottom: 8px;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.45);
  color: #f2f2f2;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.bands-directory--cover .bands-directory__grid {
  grid-template-columns: repeat(7, minmax(0, 1fr));
  align-content: start;
}
.bands-directory--cover .bands-directory__tile {
  height: auto;
}
.bands-directory--cover .bands-directory__tile-play-btn,
.bands-directory--cover .bands-directory__tile-actions,
.bands-directory--cover .bands-directory__tile-tags,
.bands-directory--cover .bands-directory__tile-wave {
  display: none;
}
.bands-directory--cover .bands-directory__tile-rowmeta .stat.duration,
.bands-directory--cover .bands-directory__tile-rowmeta .stat.plays {
  display: inline-flex;
}
.bands-directory--cover .bands-directory__tile-rowmeta {
  display: grid;
  gap: 6px;
}
.bands-directory--cover .bands-directory__tile-rowmeta-genre,
.bands-directory--cover .bands-directory__tile-rowmeta-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.bands-directory--band .bands-directory__grid {
  grid-template-columns: repeat(auto-fill, 200px);
  justify-content: start;
}
.bands-directory--band .bands-directory__tile-actions,
.bands-directory--band .bands-directory__tile-tags,
.bands-directory--band .bands-directory__tile-wave {
  display: none;
}
.bands-directory--list .bands-directory__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
}
.bands-directory--list .bands-directory__tile-extra {
  display: grid;
}
.bands-directory--list .bands-directory__tile-tags {
  flex-wrap: wrap;
}
.bands-directory--list .bands-directory__tile {
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  padding: 0;
  border: none;
  background: transparent;
}
.bands-directory--list .bands-directory__tile-media {
  min-height: 120px;
  width: 120px;
  min-width: 120px;
  border-radius: 10px;
}
.bands-directory--list .bands-directory__tile-edit {
  display: none;
}
.bands-directory--list .bands-directory__tile-play {
  display: none;
}
.bands-directory--list .bands-directory__tile-link {
  width: auto;
}
.bands-directory--list .bands-directory__tile-info {
  padding: 0;
  flex: 1;
  min-width: 0;
  display: grid;
  gap: 12px;
  align-items: start;
}
.bands-directory--list .bands-directory__tile-actions {
  padding: 0;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.bands-directory--list .bands-directory__tile-actions .bands-directory__tile-action {
  display: none;
}
.bands-directory--list .bands-directory__tile-actions .js-edit,
.bands-directory--list .bands-directory__tile-actions .js-release-edit {
  display: inline-flex;
}
.bands-directory--list .bands-directory__tile-tags {
  padding: 0;
  margin-left: auto;
}
.bands-directory--list .bands-directory__tile-wave {
  grid-column: 1/-1;
}
.bands-directory--list .bands-directory__tile-rowmeta {
  display: none;
}
.bands-directory--list .bands-directory__tile-top {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 0;
}
@media (max-width: 640px) {
  .bands-directory--list .bands-directory__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: start;
  }
  .bands-directory--list .bands-directory__tile-extra,
  .bands-directory--list .bands-directory__tile-tags,
  .bands-directory--list .bands-directory__tile-actions,
  .bands-directory--list .bands-directory__tile-play-btn {
    display: none;
  }
  .bands-directory--list .bands-directory__tile {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 0;
    border: 1px solid #2A2A2A;
    background: #000000;
    height: auto;
  }
  .bands-directory--list .bands-directory__tile-link {
    width: 100%;
  }
  .bands-directory--list .bands-directory__tile-media {
    width: 100%;
    min-width: 0;
    min-height: 160px;
    border-radius: 6px 6px 0 0;
  }
  .bands-directory--list .bands-directory__tile-play {
    display: grid;
  }
  .bands-directory--list .bands-directory__tile-info {
    padding: 0 12px 12px;
    flex: 1;
    min-width: 0;
  }
  .bands-directory--list .bands-directory__tile-wave {
    display: none;
  }
  .bands-directory--list .bands-directory__tile-rowmeta {
    display: flex;
  }
}
@media (max-width: 768px) {
  .bands-directory {
    padding: 0px;
  }
  .bands-directory__toolbar {
    display: none;
    padding: 0 10px;
  }
}
@media (max-width: 1600px) {
  .bands-directory--cover .bands-directory__grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media (max-width: 1100px) {
  .bands-directory--cover .bands-directory__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 860px) {
  .bands-directory--cover .bands-directory__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.is-hidden {
  display: none !important;
}

.btn {
  border: 1px solid #2A2A2A;
  background: #2A2A2A;
  padding: 6px 10px;
  border-radius: 6px;
  text-decoration: none;
  color: #f2f2f2;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-family: "Urbanist", sans-serif;
}
.btn:hover {
  background: #00D5FF;
  color: #000000;
}

.btn-with-icon {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.btn-icon {
  font-size: 18px;
  line-height: 1;
}

.btn-label {
  display: inline-flex;
  align-items: center;
}

.btn-ghost,
.btn.ghost {
  background: #2A2A2A;
}

.btn-ghost:hover,
.btn.ghost:hover {
  background: #00D5FF;
  color: #000000;
}

.btn-danger,
.btn.danger {
  border-color: #d04a4a;
  color: #d04a4a;
}

.btn-danger:hover,
.btn.danger:hover {
  background: #d04a4a;
  color: #ffffff;
}

.btn-plain {
  border: 1px solid #2A2A2A;
  background: #000000;
  color: #f2f2f2;
  border-radius: 6px;
  padding: 6px 10px;
  cursor: pointer;
}

.btn-plain:hover {
  background: #00D5FF;
  color: #000000;
}

footer.player {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: #111111;
  border-top: 1px solid #2A2A2A;
  padding: 14px 16px;
  display: none;
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.35);
}

.player-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: #2A2A2A;
  display: none;
  cursor: pointer;
}

.player-progress__bar {
  height: 100%;
  width: 0%;
  background: #00D5FF;
}

.player-progress__dot {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #ffffff;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.player-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: nowrap;
}

.player-cover {
  width: 90px;
  height: 70px;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
}

.volume {
  position: relative;
  display: grid;
  place-items: center;
}

.waveform-shell {
  width: 100%;
  height: 72px;
  position: relative;
}

.waveform-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.waveform-loader__text {
  font-size: 13px;
  color: #9a9a9a;
}

@media (max-width: 560px) {
  .player-shell {
    align-items: stretch;
  }
  .player-wave {
    display: none;
  }
  #playerPrev {
    display: none;
  }
  .player-progress {
    display: block;
  }
}
footer.player .btn-plain {
  border: 2px solid #2A2A2A;
  background: #111111;
  color: #f2f2f2;
  border-radius: 6px;
  padding: 0;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
}

.player-identity {
  display: flex;
  gap: 16px;
  align-items: center;
  min-width: 200px;
}

.player-meta {
  display: grid;
  gap: 6px;
}

.player-meta__line {
  font-size: 12px;
  color: #9a9a9a;
}

.player-title {
  font-weight: 600;
  color: #f2f2f2;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}

.player-wave {
  flex: 1;
  min-width: 0;
}

.player-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.transport {
  display: flex;
  gap: 10px;
  align-items: center;
}

.volume-panel {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: #111111;
  border: 1px solid #2A2A2A;
  border-radius: 6px;
  display: none;
}

.volume-panel.is-open {
  display: block;
}

.volume-panel__inner {
  width: 44px;
  height: 140px;
  border: 2px solid #2A2A2A;
  border-radius: 6px;
  background: #2A2A2A;
  display: flex;
  place-items: center;
  justify-content: center;
}

.volume-panel #volBar {
  transform: rotate(-90deg);
  width: 110px;
  height: 28px;
}

footer.player .is-primary {
  padding: 10px 16px;
  width: 52px;
  height: 52px;
}

footer.player .transport .btn-plain[title=Next] {
  display: none;
}

footer.player .transport .btn-plain[title=Previous] {
  display: none;
}

/* Mixes listing */
.hero {
  position: relative;
  background: #2A2A2A;
  min-height: 280px;
  padding: 24px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.9));
}
.hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}
.hero__profile {
  max-width: 360px;
}
.hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 900px) {
  .hero__content {
    align-items: flex-start;
  }
}
@media (max-width: 640px) {
  .hero {
    padding: 20px;
  }
  .hero__content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .hero__profile {
    max-width: 100%;
  }
  .hero__actions {
    justify-content: center;
  }
}

.layout--single {
  display: block;
}

.profile {
  background: transparent;
  border: 0;
  padding: 0;
  position: static;
  box-shadow: none;
}
.profile.profile--hero {
  color: #f2f2f2;
}
.profile .avatar-wrapper {
  position: relative;
}
.profile .avatar {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 1px solid #2A2A2A;
  background: #2A2A2A;
  display: block;
  margin-bottom: 14px;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile .avatar--placeholder {
  background: #2A2A2A;
}
.profile .name {
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 8px;
}
.profile .bio {
  color: #cfcfcf;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
.profile .profile-share {
  margin-top: 12px;
  font-size: 12px;
  color: #cfcfcf;
}
.profile .profile-share a {
  color: #f2f2f2;
  display: inline-block;
  margin-top: 4px;
  word-break: break-word;
}
.profile .band-list {
  margin-top: 16px;
  border-top: 1px solid #2A2A2A;
  padding-top: 14px;
}
.profile .band-list h3 {
  margin: 0 0 10px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #cfcfcf;
}
.profile .band-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.profile .band-list__item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}
.profile .band-list__item a {
  text-decoration: none;
}
.profile .band-list__item.is-active a {
  font-weight: 600;
  color: #f2f2f2;
}
.profile .band-list__badge {
  font-size: 11px;
  border: 1px solid #2A2A2A;
  padding: 2px 6px;
  border-radius: 999px;
  background: #2A2A2A;
}
@media (max-width: 640px) {
  .profile {
    text-align: center;
  }
  .profile .avatar {
    width: 160px;
    height: 160px;
    margin: 0 auto 14px;
  }
  .profile .bio {
    max-width: 260px;
    margin: 0 auto;
  }
  .profile .band-list,
  .profile .profile-share,
  .profile .btn-ghost {
    display: none;
  }
}

.toolbar {
  display: none;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.toolbar-admin {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.sort-select {
  padding: 8px 10px;
  border: 1px solid #2A2A2A;
  border-radius: 8px;
  background: transparent;
  color: #f2f2f2;
  font-size: 1rem;
}

.rows {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  flex-direction: row;
  gap: 10px;
  padding: 20px 10px;
}

.row {
  display: grid;
  gap: 14px;
  grid-template-columns: 160px 1fr;
  background: #000000;
}
.row .play {
  border: 2px solid #2A2A2A;
  background: #111111;
  color: #f2f2f2;
  border-radius: 12px;
  width: 44px;
  height: 44px;
  padding: 0;
  display: grid;
  place-items: center;
  font-size: 22px;
}
.row .info-container {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

@media (max-width: 640px) {
  .rows {
    display: flex;
    flex-direction: column;
  }
  .row {
    grid-template-columns: 160px 1fr;
    align-items: start;
  }
  .row .thumb {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 420px) {
  .rows {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .row {
    grid-template-columns: 160px 1fr;
  }
  .row .thumb {
    width: 160px;
    height: 160px;
  }
}
.thumb {
  width: 160px;
  height: 160px;
  border-radius: 10px;
  border: 1px solid #2A2A2A;
  -o-object-fit: cover;
     object-fit: cover;
  background: #2A2A2A;
}

.thumb-wrap {
  position: relative;
  width: 160px;
  height: 160px;
}

.thumb-wrap .thumb {
  width: 100%;
  height: 100%;
}

.thumb-featured {
  position: absolute;
  top: 8px;
  right: 8px;
  color: #f6d34a;
  font-size: 18px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  pointer-events: none;
}

.thumb-featured--private {
  color: #f2f2f2;
}

.meta-line {
  font-size: 12px;
  color: #cfcfcf;
  display: flex;
  align-items: center;
  gap: 8px;
}

.mix-title {
  font-size: 18px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 420px) {
  .mix-title {
    white-space: wrap;
  }
}

.wave-mini {
  position: relative;
  height: 36px;
  border: 1px solid #2A2A2A;
  background: #2A2A2A;
  border-radius: 6px;
  overflow: hidden;
}

.wave-mini svg {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.85;
}

.row-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  font-size: 12px;
  color: #cfcfcf;
}

.row-meta .genre-chip {
  border: 1px solid #2A2A2A;
  background: #2A2A2A;
  padding: 2px 8px;
  border-radius: 999px;
  font-weight: 300;
  color: inherit;
}

.row-meta .stat {
  padding: 2px 0;
}

.row[data-playing="1"] {
  outline: 2px solid #f2f2f2;
  outline-offset: 2px;
}

.btns {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.chips {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 8px;
}

.chip {
  font-size: 12px;
  border: 1px solid #2A2A2A;
  background: #2A2A2A;
  padding: 3px 8px;
  border-radius: 999px;
  text-decoration: none;
  color: inherit;
}

.pager-nav {
  margin-top: 20px;
  display: none;
  gap: 8px;
  flex-wrap: wrap;
}

.play-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.upload-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  place-items: center;
  padding: 20px;
}

.upload-overlay.is-open {
  display: grid;
}

.upload-progress {
  position: fixed;
  inset: 0;
  z-index: 11000;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  place-items: center;
  padding: 20px;
}
.upload-progress.is-open {
  display: grid;
}
.upload-progress__panel {
  width: 100%;
  min-width: 320px;
  max-width: 520px;
  background: #000000;
  color: #f2f2f2;
  border: 1px solid #2A2A2A;
  border-radius: 14px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}
.upload-progress__title {
  font-size: 14px;
  color: #cfcfcf;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.upload-progress__pct {
  font-size: 40px;
  font-weight: 600;
  margin-top: 10px;
}
.upload-progress__status {
  font-size: 13px;
  color: #cfcfcf;
  margin-top: 8px;
}

.upload-panel {
  background: #000000;
  color: #f2f2f2;
  width: 100%;
  min-width: 720px;
  border: 1px solid #2A2A2A;
  border-radius: 12px;
  padding: 18px;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.upload-panel h2 {
  margin: 0 0 12px;
}

.upload-panel .close-x {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 1px solid #2A2A2A;
  background: transparent;
  border-radius: 8px;
  padding: 6px 10px;
  cursor: pointer;
  color: inherit;
}

.upload-panel .grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}

.upload-panel .grid .full {
  grid-column: 1/-1;
}

.upload-panel label {
  display: grid;
  gap: 6px;
  font-size: 12px;
  color: #cfcfcf;
}

.upload-panel input,
.upload-panel textarea {
  border: 1px solid #2A2A2A;
  border-radius: 8px;
  padding: 8px;
  color: #f2f2f2;
  background: #000000;
  font-size: 14px;
}

.progress-wrap {
  position: relative;
  margin: 14px 0 6px;
  height: 12px;
  background: #2A2A2A;
  border: 1px solid #2A2A2A;
  border-radius: 999px;
  overflow: hidden;
}

.progress-wrap .bar {
  height: 100%;
  background: #f2f2f2;
  width: 0%;
  transition: width 0.1s linear;
}

.progress-wrap .pct {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 11px;
  color: #000000;
  mix-blend-mode: difference;
}

.upload-panel .actions {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

.upload-panel .status {
  margin-top: 8px;
  font-size: 13px;
  color: #cfcfcf;
}

@media (max-width: 640px) {
  .upload-panel .grid {
    grid-template-columns: 1fr;
  }
}
.detail-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px;
}

.detail-top {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 14px;
  align-items: start;
  padding: 12px;
  background: #000000;
}

@media (max-width: 760px) {
  .detail-top {
    grid-template-columns: 1fr;
  }
}
.detail-cover {
  width: 200px;
  height: 220px;
  border-radius: 0;
  border: none;
  background: #2A2A2A;
  -o-object-fit: cover;
     object-fit: cover;
}

.detail-top > div {
  display: grid;
  gap: 10px;
}

.detail-cover-shell {
  position: relative;
  width: 100%;
}

.detail-cover-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  padding: 0;
  border: 2px solid #2A2A2A;
  background: #111111;
  color: #f2f2f2;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-size: 22px;
  cursor: pointer;
}

.detail-wave {
  margin-top: 10px;
}

.detail-wave-canvas {
  height: 96px;
  border: 1px solid #2A2A2A;
  border-radius: 8px;
  position: relative;
  display: grid;
  place-items: center;
}

.detail-wave-loading {
  font-size: 12px;
  color: #cfcfcf;
}

.detail-wave-canvas.is-ready .detail-wave-loading {
  display: none;
}

.detail-wave-controls {
  margin-top: 10px;
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.detail-wave-controls .play {
  border: 2px solid #2A2A2A;
  background: #111111;
  color: #f2f2f2;
  border-radius: 12px;
  width: 44px;
  height: 44px;
  padding: 0;
  display: grid;
  place-items: center;
  font-size: 22px;
}

.detail-time {
  font-variant-numeric: tabular-nums;
}

.detail-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.detail-meta {
  opacity: 0.9;
  font-size: 12px;
  margin-top: 6px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.detail-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.detail-tag {
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 999px;
}

.detail-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.detail-topline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
}

.detail-topline__text {
  display: grid;
  gap: 6px;
}

.mix-detail .mix-privacy-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 8px;
  margin-left: 8px;
  border-radius: 999px;
  font-size: 11px;
  background: #2A2A2A;
  color: #cfcfcf;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.release-detail {
  display: flex;
  justify-content: center;
  padding: 0 10px;
}
.release-detail .detail-top {
  max-width: 900px;
  width: 100%;
  align-items: flex-start;
  grid-template-columns: 200px 1fr;
  gap: 16px;
  padding: 14px;
  border: 1px solid #2A2A2A;
  border-radius: 14px;
  background: #000000;
}
.release-detail .detail-cover-shell {
  width: 100%;
  min-width: 180px;
}
.release-detail .detail-cover {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.release-detail .detail-topline {
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: start;
}
.release-detail .detail-topline__text .meta-line {
  font-size: 12px;
  color: #cfcfcf;
  gap: 6px;
}
.release-detail .detail-topline__text .mix-title {
  font-size: 18px;
}
.release-detail .detail-actions {
  gap: 6px;
  display: none;
}
.release-detail .detail-meta-row {
  height: 100%;
  align-items: flex-end;
}
.release-detail .release-tracklist {
  display: grid;
  gap: 6px;
  margin-top: 12px;
}
.release-detail .release-track {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 12px;
  padding: 6px 8px;
  border-radius: 8px;
  background: transparent;
}
.release-detail .release-track__thumb {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  overflow: hidden;
  background: #2A2A2A;
  display: grid;
  place-items: center;
}
.release-detail .release-track__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.release-detail .release-track__meta {
  display: grid;
  gap: 2px;
  min-width: 0;
}
.release-detail .release-track__title {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: #00D5FF;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.release-detail .release-track__title a {
  color: inherit;
  text-decoration: none;
}
.release-detail .release-track__artist {
  font-size: 11px;
  color: #cfcfcf;
}
.release-detail .release-track__plays {
  font-size: 12px;
  color: #cfcfcf;
  justify-self: end;
}
.release-detail .release-track__actions .btn {
  padding: 0;
  width: 32px;
  height: 28px;
}
@media (max-width: 900px) {
  .release-detail .release-detail {
    padding: 20px;
  }
  .release-detail .detail-top {
    grid-template-columns: 1fr;
  }
  .release-detail .release-track {
    grid-template-columns: 32px minmax(0, 1fr) auto auto;
  }
}

.bands-directory .release-tracklist {
  display: grid;
  gap: 6px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 2px 0;
}
.bands-directory .release-track {
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 12px;
  padding: 0 6px 0 0;
  background: transparent;
}
.bands-directory .release-track__thumb {
  width: 25px;
  height: 25px;
  border-radius: 8px;
  overflow: hidden;
  background: #2A2A2A;
  display: grid;
  place-items: center;
}
.bands-directory .release-track__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.bands-directory .release-track__meta {
  display: grid;
  gap: 2px;
  min-width: 0;
}
.bands-directory .release-track__title {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: #00D5FF;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bands-directory .release-track__title a {
  color: inherit;
  text-decoration: none;
}
.bands-directory .release-track__artist {
  font-size: 11px;
  color: #cfcfcf;
}
.bands-directory .release-track__plays {
  font-size: 12px;
  color: #cfcfcf;
  justify-self: end;
}
.bands-directory .release-track__actions .btn {
  padding: 0;
  width: 32px;
  height: 28px;
}
@media (max-width: 900px) {
  .bands-directory .release-track {
    grid-template-columns: 32px minmax(0, 1fr) auto auto;
  }
}
.bands-directory[data-directory-view-current=band] .bands-directory__tile[data-tile-type=release] {
  display: none;
}
.bands-directory[data-directory-view-current=band] .release-tracklist {
  display: none;
}
.bands-directory[data-directory-view-current=cover] .release-tracklist {
  display: none;
}

.mix-private {
  padding: 16px;
}
.mix-private__header {
  display: flex;
  justify-content: flex-end;
}
.mix-private__panel {
  margin: 20px auto 0;
  max-width: 520px;
  background: #000000;
  border: 1px solid #2A2A2A;
  border-radius: 14px;
  padding: 24px;
  display: grid;
  gap: 16px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.12);
}
.mix-private__title {
  margin: 0;
  font-size: 24px;
}
.mix-private__lead {
  margin: 0;
  color: #cfcfcf;
}
.mix-private__form {
  display: grid;
  gap: 10px;
}
.mix-private__input-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}
.mix-private__input-row input {
  border: 1px solid #2A2A2A;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 16px;
  color: #f2f2f2;
  background: #000000;
}
.mix-private__error {
  border: 1px solid #d04a4a;
  background: rgba(208, 74, 74, 0.08);
  color: #d04a4a;
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 13px;
}

@media (max-width: 640px) {
  .detail-top {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 20px;
  }
  .detail-cover {
    height: 120px;
    border-radius: 12px;
  }
  .detail-cover.row.thumb {
    width: 100%;
    height: 250px;
  }
  .detail-wave-canvas {
    height: 80px;
  }
}
@media (max-width: 420px) {
  .detail-top {
    grid-template-columns: 1fr;
  }
  .detail-cover {
    height: 90px;
  }
  .detail-cover.thumb.cover {
    width: 100%;
    height: 250px;
  }
}
.mix-detail-inner .play {
  border: 2px solid #2A2A2A;
  background: #111111;
  color: #f2f2f2;
  border-radius: 12px;
  width: 44px;
  height: 44px;
  padding: 0;
  display: grid;
  place-items: center;
  font-size: 22px;
}

/* Admin listing */
.admin-shell {
  max-width: 1080px;
  margin: 10px auto;
  display: grid;
  gap: 24px;
  padding: 10px;
}

.admin-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.admin-header h1 {
  margin: 0;
  font-size: 28px;
}

.admin-header p {
  margin: 4px 0 0;
  color: #cfcfcf;
  font-size: 14px;
}

.admin-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.flash {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #2A2A2A;
  background: #2A2A2A;
}

.flash-error {
  border-color: #d04a4a;
  background: rgba(208, 74, 74, 0.08);
  color: #d04a4a;
}

.mix-grid {
  display: grid;
  gap: 16px;
}

.mix-card {
  border: 1px solid #2A2A2A;
  border-radius: 14px;
  padding: 18px;
  background: #000000;
  display: grid;
  gap: 12px;
}
.mix-card .mix-privacy-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 6px;
  border-radius: 999px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: #2A2A2A;
  color: #cfcfcf;
}
.mix-card .mix-privacy-chip .material-symbols-rounded {
  font-size: 14px;
}

.mix-card__header {
  display: flex;
  gap: 14px;
  align-items: center;
}

.mix-card__thumb {
  width: 100%;
  min-width: 72px;
  max-width: 72px;
  height: 72px;
  border-radius: 12px;
  overflow: hidden;
  background: #2A2A2A;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mix-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.mix-card__thumb-placeholder {
  font-size: 11px;
  color: #cfcfcf;
  text-align: center;
  padding: 0 6px;
}

.mix-card__headline {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.mix-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 13px;
  color: #cfcfcf;
  flex-wrap: wrap;
}

.mix-card__title {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
}

.mix-card__slug {
  font-family: SFMono-Regular, ui-monospace, Consolas, monospace;
  font-size: 13px;
  color: #cfcfcf;
  word-break: break-all;
}

.mix-card__stats {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 13px;
  color: #cfcfcf;
}

.mix-card__stats span {
  display: inline-flex;
  gap: 4px;
  align-items: center;
}

.mix-card__stats span strong {
  font-weight: 600;
  color: #f2f2f2;
}

.mix-card__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.mix-card__actions form {
  display: inline;
}

.admin-users .admin-users__list {
  display: grid;
  gap: 16px;
  margin-top: 12px;
}
.admin-users .admin-users__row {
  border: 1px solid #2A2A2A;
  border-radius: 14px;
  padding: 16px;
  background: #000000;
  display: flex;
  justify-content: space-between;
  gap: 14px;
}
.admin-users .admin-users__title {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.admin-users .admin-users__meta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  font-size: 13px;
  color: #cfcfcf;
}
.admin-users .admin-users__meta strong {
  color: #f2f2f2;
  font-weight: 600;
}
.admin-users .admin-users__badge {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 2px 8px;
  border-radius: 999px;
  background: #2A2A2A;
  color: #cfcfcf;
}
.admin-users .admin-users__badge--banned {
  background: rgba(208, 74, 74, 0.12);
  color: #d04a4a;
}
.admin-users .admin-users__actions {
  display: flex;
  gap: 10px;
  align-items: start;
}
.admin-users .admin-users__actions .admin-form {
  height: auto;
  overflow: visible;
}
.admin-users .admin-users__actions select {
  background: #000000;
  color: #f2f2f2;
  border: 1px solid #2A2A2A;
  border-radius: 10px;
  padding: 8px 10px;
  min-width: 200px;
}
.admin-users .admin-users__toggle.is-active {
  background: #2A2A2A;
}
.admin-users .admin-users__groups-panel {
  display: none;
  margin-top: 8px;
}
.admin-users .admin-users__groups-panel.is-open {
  display: grid;
  gap: 12px;
}
.admin-users .admin-users__group-field {
  display: grid;
  gap: 8px;
}
.admin-users .admin-users__group-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 8px 12px;
}
.admin-users .admin-users__group-option {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #cfcfcf;
  background: #2A2A2A;
  border: 1px solid #2A2A2A;
  border-radius: 10px;
  padding: 6px 10px;
}
.admin-users .admin-users__group-option input {
  accent-color: #00D5FF;
}
.admin-users .admin-users__group-option span {
  color: #f2f2f2;
}
.admin-users .admin-users__buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.empty-state {
  padding: 80px 20px;
  text-align: center;
  border: 2px dashed #2A2A2A;
  border-radius: 14px;
  color: #cfcfcf;
  display: grid;
  gap: 14px;
  justify-items: center;
}

.admin-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  place-items: center;
  padding: 8px;
  z-index: 10000;
}

.admin-overlay.is-open {
  display: grid;
}

.admin-panel {
  width: 100%;
  max-width: 760px;
  background: #000000;
  color: #f2f2f2;
  border: 1px solid #2A2A2A;
  border-radius: 14px;
  padding: 20px;
  position: relative;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
  display: grid;
  gap: 18px;
}

.admin-panel h2 {
  margin: 0;
}

.admin-close {
  position: absolute;
  top: 12px;
  right: 12px;
  border: 1px solid #2A2A2A;
  background: transparent;
  color: inherit;
  border-radius: 8px;
  padding: 6px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}

.admin-form {
  width: 100%;
  height: 80vh;
  display: grid;
  gap: 16px;
  overflow: scroll;
}
.admin-form .input-inline {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.admin-form .input-inline input {
  flex: 1 1 auto;
  min-width: 180px;
}

.admin-form--inline {
  height: auto;
  overflow: visible;
}

.invites-list {
  display: grid;
  gap: 12px;
}

.invites-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border: 1px solid #2A2A2A;
  border-radius: 12px;
  background: #000000;
}

.invites-row__main {
  display: grid;
  gap: 6px;
}

.invites-row__email {
  font-weight: 600;
}

.invites-row__meta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 13px;
  color: #cfcfcf;
}

.invites-row__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.invites-row__actions form {
  margin: 0;
}

.invites-row__muted {
  color: #cfcfcf;
  font-size: 13px;
}

.invites-pill {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: #2A2A2A;
  color: #cfcfcf;
}

.invites-pill--pending {
  color: #f4d16d;
  background: rgba(244, 209, 109, 0.12);
}

.invites-pill--accepted {
  color: #7bd88f;
  background: rgba(123, 216, 143, 0.14);
}

.invites-pill--expired,
.invites-pill--revoked {
  color: #d47979;
  background: rgba(212, 121, 121, 0.16);
}

.admin-form label {
  display: grid;
  gap: 6px;
  font-size: 13px;
  color: #cfcfcf;
}

.admin-form input,
.admin-form textarea {
  border: 1px solid #2A2A2A;
  border-radius: 10px;
  padding: 10px;
  background: #000000;
  color: #f2f2f2;
  font-size: 15px;
}

.admin-form textarea {
  resize: vertical;
  min-height: 120px;
}

.admin-form .form-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-right: 10px;
}

.admin-form .form-grid .full {
  grid-column: 1/-1;
}

.admin-form .form-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-right: 10px;
}

.admin-form .current-media {
  display: grid;
  gap: 6px;
  font-size: 13px;
  color: #cfcfcf;
}

.admin-form .current-cover {
  width: 120px;
  height: 120px;
  border-radius: 12px;
  border: 1px solid #2A2A2A;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 640px) {
  .admin-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .mix-card__meta {
    flex-direction: column;
    align-items: flex-start;
  }
  .admin-form .form-grid {
    grid-template-columns: 1fr;
  }
}
/* Admin create/edit form */
.admin-form-shell {
  max-width: 860px;
  margin: 10px auto;
  padding: 10px;
  background: #000000;
  display: grid;
  gap: 20px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.12);
}
.admin-form-shell .input-inline {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.admin-form-shell .input-inline input {
  flex: 1 1 auto;
  min-width: 180px;
}

.admin-form-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  flex-wrap: wrap;
}

.admin-form-head h1 {
  margin: 0;
  font-size: 30px;
}

.admin-form-head p {
  margin: 6px 0 0;
  color: #cfcfcf;
  font-size: 14px;
}

.admin-form-grid {
  display: grid;
  gap: 18px;
}

.admin-form-grid .grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-form-grid .grid .full {
  grid-column: 1/-1;
}

.admin-form-grid label {
  display: grid;
  gap: 6px;
  font-size: 13px;
  color: #cfcfcf;
}

.admin-form-grid input,
.admin-form-grid textarea {
  border: 1px solid #2A2A2A;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 15px;
  color: #f2f2f2;
  background: #000000;
}

.admin-form-grid textarea {
  resize: vertical;
  min-height: 140px;
}

.admin-form-grid small {
  font-size: 12px;
  color: #cfcfcf;
}

.flash-errors {
  border: 1px solid #d04a4a;
  background: rgba(208, 74, 74, 0.08);
  color: #d04a4a;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 14px;
}

.flash-errors ul {
  margin: 8px 0 0;
  padding-left: 16px;
}

.media-hint {
  display: grid;
  gap: 6px;
  font-size: 13px;
  color: #cfcfcf;
}

.media-hint img {
  width: 140px;
  height: 140px;
  border-radius: 12px;
  border: 1px solid #2A2A2A;
  -o-object-fit: cover;
     object-fit: cover;
}

.admin-form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.profile-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  place-items: center;
  padding: 24px;
  z-index: 10000;
}

.profile-overlay.is-open {
  display: grid;
}

.profile-panel {
  width: 100%;
  min-width: 760px;
  background: #000000;
  color: #f2f2f2;
  border: 1px solid #2A2A2A;
  border-radius: 14px;
  padding: 20px;
  position: relative;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
  display: grid;
  gap: 18px;
}

.profile-panel h2 {
  margin: 0;
}

.profile-close {
  position: absolute;
  top: 12px;
  right: 12px;
  border: 1px solid #2A2A2A;
  background: transparent;
  color: inherit;
  border-radius: 8px;
  padding: 6px 10px;
  cursor: pointer;
}

.profile-form {
  display: grid;
  gap: 16px;
}

.profile-form .grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.profile-form .grid .full {
  grid-column: 1/-1;
}

.profile-form label {
  display: grid;
  gap: 6px;
  font-size: 13px;
  color: #cfcfcf;
}

.profile-form input,
.profile-form textarea {
  border: 1px solid #2A2A2A;
  border-radius: 10px;
  padding: 10px;
  background: #000000;
  color: #f2f2f2;
  font-size: 15px;
}

.profile-form textarea {
  min-height: 140px;
  resize: vertical;
}

.profile-media {
  display: grid;
  gap: 6px;
  font-size: 13px;
  color: #cfcfcf;
}

.profile-media img {
  max-width: 200px;
  border-radius: 12px;
  border: 1px solid #2A2A2A;
  -o-object-fit: cover;
     object-fit: cover;
}

.profile-form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

@media (max-width: 640px) {
  .profile-form .grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 720px) {
  .admin-form-grid .grid {
    grid-template-columns: 1fr;
  }
}
.admin-users__toggle {
  justify-self: end;
}

.admin-users__groups-panel {
  grid-column: 1/-1;
}

.admin-users__buttons {
  grid-column: 1/-1;
}/*# sourceMappingURL=app.css.map */