/* Soundrum premium visual system */
:root {
  --sr-bg: #000000;
  --sr-bg-soft: #121212;
  --sr-panel: rgba(24, 24, 24, 0.92);
  --sr-panel-solid: #181818;
  --sr-panel-hover: #282828;
  --sr-line: rgba(255, 255, 255, 0.07);
  --sr-line-strong: rgba(255, 255, 255, 0.15);
  --sr-text: #f7f8fb;
  --sr-text-soft: #c2c8d4;
  --sr-muted: #7f8899;
  --sr-cyan: #16c7ec;
  --sr-blue: #4776ff;
  --sr-violet: #7d4dff;
  --sr-magenta: #c42ad6;
  --sr-accent: linear-gradient(125deg, #16c7ec, #4776ff 46%, #7d4dff 72%, #c42ad6);
  --sr-shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
  --sr-radius: 24px;
}

html {
  scroll-behavior: smooth;
  background: var(--sr-bg) !important;
}

body,
html,
button,
input,
textarea,
select {
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

body {
  background:
    radial-gradient(circle at 12% -10%, rgba(22, 199, 236, 0.09), transparent 32rem),
    radial-gradient(circle at 88% 12%, rgba(196, 42, 214, 0.06), transparent 32rem),
    var(--sr-bg) !important;
  color: var(--sr-text) !important;
  margin: 0;
  min-height: 100vh;
}

body::selection {
  color: #071016;
  background: var(--sr-cyan);
}

body a,
body button {
  -webkit-tap-highlight-color: transparent;
}

body a:focus-visible,
body button:focus-visible,
body input:focus-visible {
  outline: 2px solid var(--sr-cyan) !important;
  outline-offset: 3px;
}

img {
  user-select: none;
}

/* Header */
.site-header.back {
  background: rgba(7, 9, 13, 0.82) !important;
  border-bottom: 1px solid var(--sr-line) !important;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
  padding: 0 4.5%;
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(22px) saturate(145%);
  -webkit-backdrop-filter: blur(22px) saturate(145%);
}

.site-header-shell {
  align-items: center;
  display: grid;
  gap: 30px;
  grid-template-columns: auto 1fr auto;
  margin: 0 auto;
  max-width: 1500px;
  min-height: 76px;
}

.soundrum-brand {
  align-items: center;
  color: var(--sr-text) !important;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 11px;
  letter-spacing: -0.04em;
  text-decoration: none !important;
}

.soundrum-wordmark {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}

.soundrum-logo {
  background: #fff;
  border-radius: 9px;
  box-shadow: 0 5px 18px rgba(0, 0, 0, .28);
  display: block;
  height: 42px;
  object-fit: cover;
  width: 42px;
}

.site-header .topnav {
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: visible;
}

.site-header .topnav a,
.site-header .topnav a:visited {
  border-radius: 999px;
  color: var(--sr-muted) !important;
  float: none;
  font-size: 13px;
  font-weight: 700 !important;
  letter-spacing: 0.015em;
  margin: 0 2px;
  padding: 10px 15px;
  transition: color 180ms ease, background 180ms ease;
}

.site-header .topnav a:hover {
  background: rgba(255, 255, 255, 0.055);
  color: var(--sr-text) !important;
}

.site-header .topnav .icon {
  display: none;
}

.header-action .download_app {
  align-items: center;
  background: rgba(255, 255, 255, 0.055) !important;
  border: 1px solid var(--sr-line-strong) !important;
  border-radius: 999px;
  color: var(--sr-text-soft) !important;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 8px;
  height: 39px;
  margin: 0;
  padding: 0 15px;
  text-decoration: none;
  white-space: nowrap;
  width: auto;
}

.header-action .download_app:hover {
  background: rgba(255, 255, 255, 0.09) !important;
  border-color: rgba(255, 255, 255, 0.24) !important;
}

.live-dot {
  background: var(--sr-cyan);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(49, 215, 243, 0.1), 0 0 14px rgba(49, 215, 243, 0.55);
  height: 6px;
  width: 6px;
}

.site-header .search_bar {
  display: block;
  margin: 0 auto;
  max-width: 1500px;
  padding-bottom: 14px;
}

.site-header #search_form {
  position: relative;
}

.site-header .search-icon {
  color: var(--sr-muted);
  left: 18px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.site-header .form-control,
.site-header .form-control:focus {
  background: #242424 !important;
  border: 1px solid transparent !important;
  border-radius: 14px;
  box-shadow: none !important;
  color: var(--sr-text) !important;
  font-size: 13px;
  height: 46px !important;
  margin: 0 !important;
  padding: 0 75px 0 50px;
  transition: background 180ms ease, border-color 180ms ease;
  width: 100% !important;
}

.site-header .form-control:focus {
  background: #2a2a2a !important;
  border-color: #ffffff !important;
}

.site-header .form-control::placeholder {
  color: #697282 !important;
}

.search-shortcut {
  border: 1px solid var(--sr-line);
  border-radius: 7px;
  color: #626b79;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 4px 7px;
  pointer-events: none;
  position: absolute;
  right: 14px;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%);
}

/* Main canvas */
#content,
.app-container,
.app-container .content-container,
.app-container .content-container .side-body {
  background: transparent !important;
  color: var(--sr-text) !important;
}

#content {
  min-height: 55vh;
}

#content > .clearfix {
  margin: 0 auto;
  max-width: 1500px;
  padding: 44px 4.5% 20px;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body label {
  color: var(--sr-text) !important;
}

body label,
body .total_plays,
body .total_plays h6 {
  color: var(--sr-muted) !important;
}

/* Homepage hero */
.home-hero {
  background:
    linear-gradient(125deg, rgba(22, 199, 236, .16), rgba(18, 18, 18, .96) 52%, rgba(125, 77, 255, .12)),
    #121212;
  border: 1px solid var(--sr-line);
  border-radius: 30px;
  box-shadow: var(--sr-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  margin: 34px auto 12px;
  max-width: 1365px;
  min-height: 550px;
  overflow: hidden;
  position: relative;
}

.home-hero::before {
  background-image: radial-gradient(rgba(255, 255, 255, 0.11) 0.7px, transparent 0.7px);
  background-size: 18px 18px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(90deg, rgba(0,0,0,.55), transparent 65%);
  opacity: 0.17;
  position: absolute;
}

.hero-glow {
  border-radius: 50%;
  filter: blur(20px);
  pointer-events: none;
  position: absolute;
}

.hero-glow-one {
  background: rgba(22, 199, 236, 0.16);
  height: 320px;
  left: -180px;
  top: -170px;
  width: 420px;
}

.hero-glow-two {
  background: rgba(125, 77, 255, 0.13);
  bottom: -230px;
  height: 430px;
  right: 80px;
  width: 430px;
}

.hero-copy {
  align-self: center;
  padding: 68px 30px 64px 72px;
  position: relative;
  z-index: 2;
}

.hero-eyebrow {
  align-items: center;
  color: var(--sr-text-soft);
  display: flex;
  font-size: 11px;
  font-weight: 800;
  gap: 10px;
  letter-spacing: 0.16em;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.hero-eyebrow span {
  background: var(--sr-accent);
  border-radius: 999px;
  box-shadow: 0 0 18px rgba(49, 215, 243, 0.45);
  height: 7px;
  width: 28px;
}

.hero-copy h1 {
  font-size: clamp(54px, 5vw, 82px);
  font-weight: 800;
  letter-spacing: -0.07em;
  line-height: 0.98;
  margin: 0;
  overflow: visible;
}

.hero-copy h1 em {
  -webkit-background-clip: text;
  background: var(--sr-accent);
  background-clip: text;
  color: transparent;
  font-style: normal;
  -webkit-text-fill-color: transparent;
}

.hero-copy > p {
  color: #9aa3b2 !important;
  font-size: 16px;
  line-height: 1.75;
  margin: 27px 0 30px;
  max-width: 550px;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.hero-actions a {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 10px;
  min-height: 50px;
  padding: 0 22px;
  text-decoration: none !important;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.hero-primary {
  background: var(--sr-accent);
  box-shadow: 0 12px 32px rgba(71, 118, 255, 0.24);
  color: #fff !important;
}

.hero-primary:hover {
  box-shadow: 0 16px 38px rgba(125, 77, 255, 0.34);
  color: #fff !important;
  filter: brightness(1.08);
  transform: translateY(-2px);
}

.hero-play {
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: inline-flex;
  font-size: 9px;
  height: 27px;
  justify-content: center;
  padding-left: 2px;
  width: 27px;
}

.hero-secondary {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--sr-line-strong);
  color: var(--sr-text-soft) !important;
}

.hero-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff !important;
  transform: translateY(-2px);
}

.hero-proof {
  align-items: center;
  color: #636d7c;
  display: flex;
  flex-wrap: wrap;
  font-size: 10px;
  font-weight: 700;
  gap: 10px;
  letter-spacing: 0.08em;
  margin-top: 34px;
  text-transform: uppercase;
}

.hero-proof i {
  background: #3c4450;
  border-radius: 50%;
  height: 3px;
  width: 3px;
}

.hero-visual {
  min-height: 480px;
  position: relative;
  z-index: 1;
}

.hero-orbit {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.orbit-one { height: 440px; width: 440px; }
.orbit-two { height: 330px; width: 330px; }

.hero-record {
  background: repeating-radial-gradient(circle at center, #0b0d12 0 4px, #141822 5px 7px);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  box-shadow: 0 38px 70px rgba(0, 0, 0, 0.55), 0 0 80px rgba(102, 116, 255, 0.12);
  height: 330px;
  left: 50%;
  padding: 64px;
  position: absolute;
  top: 48%;
  transform: translate(-50%, -50%) rotate(7deg);
  width: 330px;
}

.hero-record::before {
  background: linear-gradient(130deg, transparent 20%, rgba(255,255,255,.17), transparent 46%);
  border-radius: inherit;
  content: "";
  inset: 12px;
  position: absolute;
  transform: rotate(-20deg);
}

.hero-record img {
  border: 7px solid #11151c;
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
  position: relative;
  width: 100%;
  z-index: 1;
}

.hero-record > span {
  background: #080a0e;
  border: 5px solid rgba(255,255,255,.82);
  border-radius: 50%;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  z-index: 2;
}

.hero-record-fallback {
  background: var(--sr-accent);
}

.hero-now-playing {
  align-items: center;
  background: rgba(20, 24, 33, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 17px;
  bottom: 60px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
  display: flex;
  gap: 13px;
  left: 5%;
  max-width: 220px;
  padding: 13px 16px;
  position: absolute;
  transform: rotate(-3deg);
  backdrop-filter: blur(18px);
}

.hero-now-playing small,
.hero-now-playing strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-now-playing small {
  color: var(--sr-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hero-now-playing strong {
  color: var(--sr-text);
  font-size: 12px;
  margin-top: 3px;
}

.mini-equalizer {
  align-items: center;
  display: flex;
  gap: 2px;
  height: 22px;
}

.mini-equalizer i {
  animation: sr-eq 850ms ease-in-out infinite alternate;
  background: var(--sr-cyan);
  border-radius: 3px;
  height: 8px;
  width: 2px;
}

.mini-equalizer i:nth-child(2) { animation-delay: -300ms; }
.mini-equalizer i:nth-child(3) { animation-delay: -550ms; }
.mini-equalizer i:nth-child(4) { animation-delay: -150ms; }

@keyframes sr-eq { to { height: 21px; } }

.hero-float-note {
  align-items: center;
  background: var(--sr-accent);
  border-radius: 50%;
  box-shadow: 0 14px 35px rgba(94, 111, 255, .36);
  display: flex;
  font-size: 23px;
  height: 54px;
  justify-content: center;
  position: absolute;
  right: 9%;
  top: 86px;
  transform: rotate(12deg);
  width: 54px;
}

/* Home sections and all media grids */
.home-content > .clearfix {
  max-width: 1500px;
  padding: 40px 4.5% 30px;
}

.home-content > .clearfix > .dualpart,
#content > .clearfix > .dualpart {
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1fr) 290px;
  padding-top: 0;
}

#left_space {
  margin: 0 !important;
  min-width: 0;
}

.home-content #left_space > .row {
  background: #121212;
  border: 0;
  border-radius: 12px;
  margin: 0 0 28px !important;
  overflow: hidden;
  padding: 26px 22px 8px;
}

#left_space > .row > h4,
#content > .clearfix .row > h4 {
  color: var(--sr-text) !important;
  font-size: 23px;
  font-weight: 800 !important;
  letter-spacing: -0.035em;
  margin: 0 0 22px;
  padding-left: 8px;
}

#left_space > .row > h4::before,
#content > .clearfix .row > h4::before {
  background: var(--sr-accent);
  border-radius: 999px;
  content: "";
  display: inline-block;
  height: 6px;
  margin: 0 11px 3px 0;
  width: 24px;
}

#left_space .col-xs-11,
#left_space .col-md-12 {
  float: none;
  left: auto !important;
  margin: 0;
  padding: 0;
  width: 100%;
}

#left_space .col-lg-2,
#left_space .col-sm-3,
#left_space .col-md-4,
#left_space .col-xs-6 {
  height: auto !important;
  margin-bottom: 22px;
  overflow: visible !important;
  padding-left: 9px;
  padding-right: 9px;
}

#left_space .col-lg-2 > a,
#left_space .col-sm-3 > a,
#left_space .col-md-4 > a,
#left_space .col-xs-6 > a {
  background: #181818;
  border-radius: 9px;
  display: block;
  padding: 11px;
  transition: background 180ms ease, transform 180ms ease;
}

#left_space .col-lg-2 > a:hover,
#left_space .col-sm-3 > a:hover,
#left_space .col-md-4 > a:hover,
#left_space .col-xs-6 > a:hover {
  background: #282828;
  transform: translateY(-2px);
}

.block_wallpaper {
  background: var(--sr-panel-solid);
  border: 0 !important;
  border-radius: 8px !important;
  overflow: hidden;
  position: relative;
  transition: border-color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.block_wallpaper::after {
  align-items: center;
  background: var(--sr-accent);
  border: 0;
  border-radius: 50%;
  bottom: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,.35);
  color: #fff;
  content: "▶";
  display: flex;
  font-size: 10px;
  height: 36px;
  justify-content: center;
  opacity: 0;
  padding-left: 2px;
  position: absolute;
  right: 12px;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease;
  width: 36px;
  z-index: 3;
  backdrop-filter: blur(10px);
}

a:hover > .block_wallpaper,
a:hover .block_wallpaper {
  border-color: rgba(255,255,255,.2) !important;
  box-shadow: 0 18px 35px rgba(0,0,0,.32);
  transform: translateY(-5px);
}

a:hover .block_wallpaper::after {
  opacity: 1;
  transform: translateY(0);
}

.center-cropped {
  aspect-ratio: 1 / 1;
  background: #131821;
  border-radius: 8px !important;
  height: auto !important;
  overflow: hidden;
  width: 100%;
}

.center-cropped span {
  display: block;
  height: 100%;
}

.center-cropped img {
  border-color: transparent !important;
  height: 100% !important;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(.2,.8,.2,1), filter 220ms ease;
  width: 100% !important;
}

a:hover .center-cropped img {
  filter: saturate(1.08);
  transform: scale(1.045);
}

.wall_image_title {
  color: var(--sr-text) !important;
  margin: 11px 2px 0;
}

.wall_image_title center { text-align: left; }

.wall_image_title h6 {
  color: var(--sr-text-soft) !important;
  font-size: 13px;
  font-weight: 700 !important;
  line-height: 1.4;
  margin: 0;
  max-width: none;
  min-height: 37px;
  text-align: left;
}

.see_all,
.see_all:visited {
  background: rgba(255,255,255,.045) !important;
  border: 1px solid var(--sr-line-strong) !important;
  border-radius: 999px !important;
  color: var(--sr-text-soft) !important;
  display: table !important;
  font-size: 11px;
  font-weight: 800;
  height: auto;
  letter-spacing: .08em;
  margin: 2px auto 20px !important;
  padding: 9px 20px !important;
  text-transform: uppercase;
  width: auto !important;
}

.see_all:hover {
  background: rgba(255,255,255,.09) !important;
  border-color: rgba(255,255,255,.24) !important;
  color: #fff !important;
}

.sidepart {
  min-width: 0;
  padding: 0 !important;
}

.sidepart > h4 {
  color: var(--sr-text) !important;
  font-size: 20px;
  font-weight: 800 !important;
  letter-spacing: -.03em;
  margin: 0 0 14px;
  padding: 0;
}

.sidepart .discover-list.list-group {
  background: rgba(255,255,255,.025) !important;
  border: 1px solid var(--sr-line) !important;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0,0,0,.15);
  margin: 0 !important;
  overflow: hidden;
  position: sticky;
  top: 154px;
}

.discover-list .discover-item.list-group-item {
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid var(--sr-line) !important;
  color: var(--sr-text) !important;
  cursor: pointer;
  padding: 14px 15px;
  transition: background 160ms ease;
}

.discover-list .discover-item.list-group-item:last-child { border-bottom: 0 !important; }
.discover-list .discover-item.list-group-item:hover { background: rgba(255,255,255,.055) !important; }

.discover-item-inner { align-items: center; display: flex; gap: 11px; min-width: 0; }

.discover-play {
  align-items: center;
  background: rgba(255,255,255,.05);
  border: 1px solid var(--sr-line);
  border-radius: 10px;
  color: var(--sr-muted);
  display: flex;
  flex: 0 0 34px;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.discover-play .material-icons { color: inherit !important; font-size: 23px; }
.discover-copy { min-width: 0; }
.discover-title, .discover-artists { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.discover-title { color: var(--sr-text-soft); font-size: 12px; font-weight: 700; }
.discover-artists { color: var(--sr-muted); font-size: 10px; margin-top: 3px; }

/* Detail pages */
.wrapper {
  background:
    radial-gradient(circle at 18% 45%, rgba(102,116,255,.12), transparent 28%),
    linear-gradient(130deg, rgba(255,255,255,.045), rgba(255,255,255,.015));
  border: 1px solid var(--sr-line);
  border-radius: 28px;
  box-shadow: var(--sr-shadow);
  display: grid;
  gap: 38px;
  grid-template-columns: 270px minmax(0, 1fr);
  min-height: 330px;
  overflow: hidden;
  padding: 30px;
  position: relative;
}

.wrapper .images {
  align-self: center;
  flex: none;
  height: 270px;
  isolation: isolate;
  position: relative;
  width: 270px;
}

.wrapper .over {
  border-radius: 20px !important;
  box-shadow: 0 25px 50px rgba(0,0,0,.4);
  height: 100% !important;
  left: 0 !important;
  max-height: none;
  max-width: none;
  object-fit: cover;
  position: relative;
  top: 0 !important;
  width: 100% !important;
  z-index: 1 !important;
}

.wrapper .details {
  align-items: end;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0,1fr) auto;
  margin: 0 !important;
  width: 100%;
}

.details-text { margin: 0 !important; }

.details-text h1 {
  color: var(--sr-text) !important;
  font-size: clamp(38px, 4.5vw, 68px);
  font-weight: 800 !important;
  letter-spacing: -.06em;
  line-height: 1.02;
  margin: 0 0 10px !important;
}

.details-text label {
  color: var(--sr-muted) !important;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.7;
}

.play_all,
.play_all_sd {
  background: var(--sr-accent) !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: 0 12px 28px rgba(71,118,255,.25);
  color: #fff !important;
  font-size: 12px;
  font-weight: 800;
  height: 44px;
  margin: 18px 0 0;
  min-width: 128px;
  transition: transform 180ms ease, box-shadow 180ms ease;
  width: auto !important;
}

.play_all:hover,
.play_all_sd:hover {
  box-shadow: 0 16px 34px rgba(125,77,255,.34);
  filter: brightness(1.08);
  transform: translateY(-2px);
}

.details-menu { align-self: end; display: flex; gap: 9px; }

.trigger_popup_fricc,
.trigger_popup_fricc_share,
.trigger_popup_fricc_menu {
  background: rgba(255,255,255,.045) !important;
  border: 1px solid var(--sr-line-strong) !important;
  border-radius: 999px !important;
  color: var(--sr-text-soft) !important;
  font-size: 11px;
  font-weight: 700;
  height: 38px;
  margin: 0 !important;
  width: 78px;
}

.trigger_popup_fricc:hover,
.trigger_popup_fricc_share:hover,
.trigger_popup_fricc_menu:hover {
  background: rgba(255,255,255,.09) !important;
  color: #fff !important;
}

.left_margin {
  margin: 32px 0 0 !important;
}

.row .list-group {
  margin: 0 !important;
}

.top_pos {
  background: rgba(255,255,255,.022);
  border: 1px solid var(--sr-line);
  border-radius: 22px;
  margin: 0 !important;
  overflow: hidden;
  padding: 6px 14px;
}

.top_pos > a { display: block; text-decoration: none !important; }
.top_pos > a > hr { border-color: var(--sr-line) !important; margin: 0 !important; }

.list-view-item {
  align-items: center;
  border-radius: 14px;
  cursor: pointer;
  display: grid;
  grid-template-columns: 34px 58px minmax(0,1fr);
  min-height: 72px;
  padding: 8px;
  transition: background 160ms ease;
}

.list-view-item:hover { background: rgba(255,255,255,.05); }
.list-view-item .block_wallpaper::after { display: none; }
.list-view-item .block_wallpaper { border-radius: 10px !important; }
.list-view-item .center-cropped { border-radius: 9px !important; height: 50px !important; width: 50px !important; }
.list-view-item h6 { font-size: 12px; margin: 0; }
.song_number h6 { color: #596273 !important; font-size: 11px; text-align: center; }

.details-big {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(150px, 1.3fr) minmax(120px, 1fr) 100px 30px;
  min-width: 0;
}

.details-big .image_title,
.details-big .group_artist { min-width: 0; width: auto !important; }
.details-big .image_title h6 { color: var(--sr-text-soft) !important; font-weight: 700; }
.details-big .group_artist h6,
.details-big .total_plays h6 { color: var(--sr-muted) !important; font-size: 10px; font-weight: 600; }
.details-big .material-icons { color: var(--sr-muted) !important; }

.about-main-page {
  margin-top: 40px;
}

.about-main-page > h5 {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -.03em;
  margin: 0 0 14px;
}

.about-main-page-content .jumbotron,
.jumbotron {
  background: rgba(255,255,255,.025) !important;
  border: 1px solid var(--sr-line) !important;
  border-radius: 20px !important;
  color: var(--sr-text-soft) !important;
  line-height: 1.75;
  margin: 0 !important;
  max-width: none;
  padding: 22px !important;
}

.bottom-section {
  display: block;
  margin: 56px auto 0;
  max-width: 1365px;
  padding: 0 4.5%;
}

.bottom-section h3 {
  font-size: 24px;
  font-weight: 800 !important;
  letter-spacing: -.04em;
  margin: 0 0 22px;
}

.bottom-section-content {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(6, minmax(0,1fr));
  margin: 0;
}

.bottom-section-content a { width: auto; }
.bottom-section-content img {
  border: 1px solid var(--sr-line);
  border-radius: 16px !important;
  height: auto;
  max-height: none;
  max-width: none;
  object-fit: cover;
  width: 100%;
}

.bottom-section-content h6 {
  color: var(--sr-text-soft) !important;
  font-size: 12px;
  margin-top: 10px;
  text-align: left;
  width: auto;
}

/* Search and pagination */
.search_heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.search_heading h4 {
  color: var(--sr-text) !important;
  font-size: 20px;
  font-weight: 800;
}

.more,
.more:visited {
  color: var(--sr-cyan) !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.search-list {
  gap: 14px;
}

.search-list > a > div {
  align-items: center;
  background: rgba(255,255,255,.025);
  border: 1px solid var(--sr-line);
  border-radius: 15px;
  padding: 8px;
  transition: background 160ms ease, transform 160ms ease;
  width: 100% !important;
}

.search-list > a:hover > div {
  background: rgba(255,255,255,.055);
  transform: translateY(-2px);
}

.search-list .center-cropped {
  flex: 0 0 64px;
  height: 64px !important;
  margin: 0 !important;
  width: 64px !important;
}

.search-list .wall_image_title h6 { min-height: auto; }

/* Popups */
.hover_bkgr_fricc,
.hover_bkgr_fricc_share,
.hover_bkgr_fricc_menu {
  background: rgba(2,4,7,.72);
  backdrop-filter: blur(14px);
}

.hover_bkgr_fricc > div,
.hover_bkgr_fricc_share > div,
.hover_bkgr_fricc_menu > div {
  background: #11151d !important;
  border: 1px solid var(--sr-line-strong) !important;
  border-radius: 22px !important;
  box-shadow: 0 30px 90px rgba(0,0,0,.55) !important;
}

.popupCloseButton,
.popupCloseButton_share,
.popupCloseButton_menu {
  background: #181e28 !important;
  border: 1px solid var(--sr-line-strong) !important;
  color: var(--sr-text-soft) !important;
}

/* Player */
#player_view {
  background: rgba(9,12,17,.9) !important;
  border: 1px solid var(--sr-line-strong) !important;
  border-bottom: 0 !important;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 -20px 60px rgba(0,0,0,.4);
  height: 78px;
  left: 2.5%;
  width: 95% !important;
  backdrop-filter: blur(24px) saturate(140%);
}

.player_background {
  background: linear-gradient(90deg, rgba(17,22,31,.92), rgba(9,12,17,.96)) !important;
}

.player_big .list-group-player {
  height: 78px;
}

.player_big .center-cropped-player {
  border-radius: 10px;
  height: 52px;
  overflow: hidden;
  width: 52px;
}

.player_big .center-cropped-player img {
  height: 100%;
  margin: 0;
  object-fit: cover;
  width: 100%;
}

.player_big label { color: var(--sr-text-soft) !important; font-weight: 700; }
.player_big .buttons img, .player_big .button img, .player_big .right_button img { opacity: .82; transition: opacity 160ms ease, transform 160ms ease; }
.player_big .buttons img:hover, .player_big .button img:hover, .player_big .right_button img:hover { opacity: 1; transform: scale(1.08); }
.seekbar input[type="range"] { accent-color: var(--sr-cyan); }

/* Footer */
footer.app-footer {
  background: #05070a !important;
  border-top: 1px solid var(--sr-line) !important;
  margin-top: 72px !important;
  padding: 62px 4.5% 26px;
}

.footer-shell {
  display: grid;
  gap: 50px;
  grid-template-columns: minmax(280px, 1.7fr) repeat(3, minmax(130px, .6fr));
  margin: 0 auto;
  max-width: 1365px;
}

.footer-brand .soundrum-brand { margin-bottom: 18px; }
.footer-brand p {
  color: var(--sr-muted) !important;
  font-size: 12px;
  line-height: 1.75;
  max-width: 390px;
}

.app-footer .footer-copyright h5 {
  color: var(--sr-text) !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  margin: 8px 0 18px;
  text-transform: uppercase;
}

.app-footer ul { list-style: none; margin: 0; padding: 0; }
.app-footer li { margin: 0 0 11px; text-align: left; }
.app-footer .footer-copyright a,
.app-footer .footer-copyright a:visited {
  color: var(--sr-muted) !important;
  font-size: 12px;
  text-decoration: none;
  transition: color 160ms ease;
}
.app-footer .footer-copyright a:hover { color: var(--sr-text) !important; }

.footer-bottom {
  align-items: center;
  border-top: 1px solid var(--sr-line);
  color: #5f6876;
  display: flex;
  font-size: 10px;
  justify-content: space-between;
  letter-spacing: .04em;
  margin: 45px auto 0;
  max-width: 1365px;
  padding-top: 22px;
  text-transform: uppercase;
}

.footer-signoff { align-items: center; display: flex; gap: 8px; }
.footer-signoff i { background: var(--sr-cyan); border-radius: 50%; box-shadow: 0 0 12px rgba(49,215,243,.5); height: 5px; width: 5px; }

/* Loader */
#loader {
  background: rgba(7,9,13,.62);
  border-radius: 20px;
  backdrop-filter: blur(10px);
}

[class^="ldio-"] div,
[class*=" ldio-"] div { background: var(--sr-cyan) !important; }

/* Responsive */
@media (max-width: 1100px) {
  .home-hero { grid-template-columns: minmax(0,1fr) 390px; }
  .hero-copy { padding-left: 50px; }
  .home-content > .clearfix > .dualpart,
  #content > .clearfix > .dualpart { grid-template-columns: minmax(0,1fr); }
  .sidepart { display: none; }
  .bottom-section-content { grid-template-columns: repeat(5, minmax(0,1fr)); }
}

@media (max-width: 900px) {
  .site-header-shell { gap: 18px; grid-template-columns: auto 1fr auto; }
  .site-header .topnav { justify-content: flex-end; }
  .site-header .topnav a:not(.icon) { display: none; }
  .site-header .topnav .icon {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 4px;
    height: 38px;
    justify-content: center;
    padding: 0;
    width: 38px;
  }
  .site-header .topnav .icon span { background: var(--sr-text-soft); border-radius: 3px; display: block; height: 2px; width: 16px; }
  .site-header .topnav.responsive {
    align-items: stretch;
    background: #11151d;
    border: 1px solid var(--sr-line-strong);
    border-radius: 16px;
    box-shadow: 0 25px 60px rgba(0,0,0,.45);
    display: flex;
    flex-direction: column;
    padding: 10px;
    position: absolute;
    right: 4.5%;
    top: 66px;
    width: 210px;
  }
  .site-header .topnav.responsive a:not(.icon) { display: block; text-align: left; }
  .site-header .topnav.responsive .icon { position: absolute; right: 4px; top: -55px; }
  .home-hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 55px 50px 35px; }
  .hero-visual { min-height: 430px; }
  .hero-record { height: 300px; width: 300px; }
  .orbit-one { height: 390px; width: 390px; }
  .orbit-two { height: 300px; width: 300px; }
  .wrapper { grid-template-columns: 220px minmax(0,1fr); }
  .wrapper .images { height: 220px; width: 220px; }
  .details-text h1 { font-size: 42px; }
}

@media (max-width: 700px) {
  .site-header.back { padding: 0 18px; }
  .site-header-shell { min-height: 68px; }
  .soundrum-wordmark { font-size: 17px; }
  .soundrum-logo { border-radius: 8px; height: 38px; width: 38px; }
  .header-action { display: none; }
  .site-header-shell { grid-template-columns: auto 1fr; }
  .site-header .search_bar { padding-bottom: 11px; }
  .search-shortcut { display: none; }
  .site-header .form-control { padding-right: 16px; }
  .home-hero { border-radius: 22px; margin: 20px 14px 4px; min-height: 0; }
  .hero-copy { padding: 42px 26px 22px; }
  .hero-copy h1 { font-size: clamp(46px, 14vw, 66px); }
  .hero-copy > p { font-size: 14px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions a { justify-content: center; }
  .hero-proof { display: none; }
  .hero-visual { min-height: 350px; }
  .hero-record { height: 240px; padding: 46px; width: 240px; }
  .orbit-one { height: 310px; width: 310px; }
  .orbit-two { height: 240px; width: 240px; }
  .hero-now-playing { bottom: 30px; left: 6%; }
  .hero-float-note { height: 44px; right: 10%; top: 45px; width: 44px; }
  .home-content > .clearfix,
  #content > .clearfix { padding: 28px 14px 10px; }
  .home-content #left_space > .row { border-radius: 20px; padding: 22px 12px 5px; }
  #left_space > .row > h4,
  #content > .clearfix .row > h4 { font-size: 20px; }
  #left_space .col-lg-2,
  #left_space .col-sm-3,
  #left_space .col-md-4,
  #left_space .col-xs-6 { padding-left: 6px; padding-right: 6px; }
  .wall_image_title h6 { font-size: 11px; }
  .wrapper { display: none; }
  .wrapper_sd {
    background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.015));
    border: 1px solid var(--sr-line);
    border-radius: 22px;
    display: block;
    overflow: hidden;
    padding: 24px 18px;
  }
  .images_sd { height: auto; margin: 0 !important; }
  .over_sd {
    border-radius: 18px !important;
    box-shadow: 0 20px 45px rgba(0,0,0,.35);
    height: auto;
    margin: 0 auto;
    position: relative;
    top: 0;
    width: min(70vw, 270px);
  }
  .details_sd { margin: 20px 0 0 !important; }
  .details_sd h3 { font-size: 26px !important; letter-spacing: -.04em; }
  .small_screen_buttons { margin: 14px 0 0; width: 100%; }
  .small_screen_buttons .trigger_popup_fricc,
  .small_screen_buttons .trigger_popup_fricc_share { height: 42px; width: 60px; }
  .left_margin { margin-top: 22px !important; }
  .top_pos { padding: 4px; }
  .list-view-item { grid-template-columns: 50px minmax(0,1fr); padding: 7px; }
  .list-view-item .song_number { display: none; }
  .list-view-item > div:nth-child(2) { margin: 0 8px 0 0 !important; }
  .details-big { display: none; }
  .details-small { align-items: center; display: flex !important; justify-content: space-between; min-width: 0; }
  .details-small .image_title { min-width: 0; width: auto !important; }
  .details-small .image_title h6 { color: var(--sr-text-soft) !important; font-size: 11px; }
  .details-small .total_plays h6 { color: var(--sr-muted) !important; font-size: 9px; }
  .bottom-section { margin-top: 42px; padding: 0 14px; }
  .bottom-section-content { grid-template-columns: repeat(3, minmax(0,1fr)); height: auto; }
  .footer-shell { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  footer.app-footer { padding: 46px 22px 22px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
  #player_view { border-radius: 16px 16px 0 0; height: 70px; left: 0; width: 100% !important; }
  .player_big .list-group-player { height: 70px; }
}

@media (max-width: 420px) {
  .hero-copy h1 { font-size: 44px; }
  .hero-eyebrow { font-size: 9px; letter-spacing: .11em; }
  .hero-visual { min-height: 315px; }
  .hero-record { height: 215px; width: 215px; }
  .orbit-one { height: 275px; width: 275px; }
  .orbit-two { height: 215px; width: 215px; }
  .home-content #left_space > .row { padding-left: 8px; padding-right: 8px; }
  .bottom-section-content { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .footer-shell { gap: 32px 25px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
