/* Hide Vue templates until compiled */
[v-cloak] {
  display: none !important;
}

/* Adjust content when install banner is visible */
.app-wrap {
  transition: padding-top 0.3s ease;
}

.install-banner + .app-wrap .player-wrap {
  padding-top: 60px;
}

*, *:before, *:after {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background-color: transparent;
  text-transform: none;
  text-shadow: none;
  box-shadow: none;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform-style: flat;
  transition: border-color 400ms cubic-bezier(0.215, 0.61, 0.355, 1), background-color 400ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 400ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, main, summary, div, h1, h2, h3, h4, h5, h6, hr,
p, ol, ul, form, img {
  display: block;
}

input, textarea, select, optgroup, option, button {
  font-family: inherit;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  color: inherit;
}

select, button {
  cursor: pointer;
}

a {
  color: cornflowerblue;
}
a:hover {
  color: #92b4f2;
}

hr {
  display: block;
  overflow: hidden;
  margin: 1em 0;
  height: 0;
  border: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
}

html, body {
  display: block;
  position: relative;
  max-width: 100vw;
  height: 100vh;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

html {
  overflow: hidden;
  overflow-y: auto;
}

/* Mobile viewport fix */
@supports (-webkit-appearance: none) {
  .player-layout {
    height: -webkit-fill-available;
    min-height: -webkit-fill-available;
  }
}

/* Additional mobile fixes */
@media (max-width: 768px) {
  html, body {
    height: 100vh;
    height: -webkit-fill-available;
    overflow-x: hidden;
  }
  
  .player-layout {
    height: 100vh;
    height: -webkit-fill-available;
    max-height: 100vh;
    max-height: -webkit-fill-available;
  }
}

body {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: calc( 20px - 6px );
  line-height: 1.2em;
  color: #787ba2;
  background-size: cover;
  background-color: #8086a0;
  background-image: linear-gradient(217deg, rgba(220, 20, 60, 0.8), rgba(220, 20, 60, 0) 70.71%), linear-gradient(127deg, #8086a0, rgba(128, 134, 160, 0) 70.71%), linear-gradient(336deg, rgba(100, 149, 237, 0.8), rgba(100, 149, 237, 0) 70.71%);
}
@media only screen and (min-width : 420px) {
  body {
    font-size: calc( 20px - 4px );
  }
}
@media only screen and (min-width : 720px) {
  body {
    font-size: calc( 20px - 2px );
  }
}
@media only screen and (min-width : 1200px) {
  body {
    font-size: 20px;
  }
}

.if-small {
  display: none;
}
@media only screen and (min-width : 420px) {
  .if-small {
    display: initial;
  }
}

.if-medium {
  display: none;
}
@media only screen and (min-width : 720px) {
  .if-medium {
    display: initial;
  }
}

.if-large {
  display: none;
}
@media only screen and (min-width : 1200px) {
  .if-large {
    display: initial;
  }
}

.hidden, [hidden], [v-cloak] {
  display: none;
}

.disabled, [disabled] {
  pointer-events: none;
  opacity: 0.5;
}

.clickable {
  cursor: pointer;
  transition: opacity 0.2s ease;
  color: #ffffff !important;
}

.clickable:hover {
  opacity: 0.8;
  color: #ffffff !important;
}

.card {
  padding: 1em;
  background-color: rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}

.push-top {
  margin-top: 1em;
}

.push-right {
  margin-right: 1em;
}

.push-bottom {
  margin-bottom: 1em;
}

.push-left {
  margin-left: 1em;
}

.push-all {
  margin: 1em;
}

.pad-top {
  padding-top: 1em;
}

.pad-right {
  padding-right: 1em;
}

.pad-bottom {
  padding-bottom: 1em;
}

.pad-left {
  padding-left: 1em;
}

.pad-all {
  padding: 1em;
}

.border-top {
  border-top: 2px solid rgba(0, 0, 0, 0.08);
}

.border-right {
  border-right: 2px solid rgba(0, 0, 0, 0.08);
}

.border-bottom {
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
}

.border-left {
  border-left: 2px solid rgba(0, 0, 0, 0.08);
}

.shadow-box {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.shadow-text {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.fx {
  position: relative;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 400ms;
          animation-duration: 400ms;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fx-notx {
  transition: none !important;
}

.fx-ibk {
  display: inline-block !important;
}

.fx-delay-1 {
  -webkit-animation-delay: calc( calc( 400ms / 3 ) * 1 );
          animation-delay: calc( calc( 400ms / 3 ) * 1 );
}

.fx-delay-2 {
  -webkit-animation-delay: calc( calc( 400ms / 3 ) * 2 );
          animation-delay: calc( calc( 400ms / 3 ) * 2 );
}

.fx-delay-3 {
  -webkit-animation-delay: calc( calc( 400ms / 3 ) * 3 );
          animation-delay: calc( calc( 400ms / 3 ) * 3 );
}

.fx-delay-4 {
  -webkit-animation-delay: calc( calc( 400ms / 3 ) * 4 );
          animation-delay: calc( calc( 400ms / 3 ) * 4 );
}

.fx-delay-5 {
  -webkit-animation-delay: calc( calc( 400ms / 3 ) * 5 );
          animation-delay: calc( calc( 400ms / 3 ) * 5 );
}

.fx-delay-6 {
  -webkit-animation-delay: calc( calc( 400ms / 3 ) * 6 );
          animation-delay: calc( calc( 400ms / 3 ) * 6 );
}

.fx-delay-7 {
  -webkit-animation-delay: calc( calc( 400ms / 3 ) * 7 );
          animation-delay: calc( calc( 400ms / 3 ) * 7 );
}

.fx-delay-8 {
  -webkit-animation-delay: calc( calc( 400ms / 3 ) * 8 );
          animation-delay: calc( calc( 400ms / 3 ) * 8 );
}

@-webkit-keyframes spinRight {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

@keyframes spinRight {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fx-spin-right {
  -webkit-animation-name: spinRight;
          animation-name: spinRight;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes spinLeft {
  0% {
    transform: rotate(359deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes spinLeft {
  0% {
    transform: rotate(359deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.fx-spin-left {
  -webkit-animation-name: spinLeft;
          animation-name: spinLeft;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fx-fade-in {
  opacity: 0;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fx-fade-out {
  opacity: 1;
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes dropIn {
  0% {
    opacity: 0;
    transform: scale(1.4);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes dropIn {
  0% {
    opacity: 0;
    transform: scale(1.4);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.fx-drop-in {
  opacity: 0;
  transform: scale(1.4);
  -webkit-animation-name: dropIn;
          animation-name: dropIn;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.4);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.4);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.fx-zoom-in {
  opacity: 0;
  transform: scale(0.4);
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.4);
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.4);
  }
}
.fx-zoom-out {
  opacity: 1;
  transform: scale(1);
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(80px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(80px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fx-slide-left {
  opacity: 0;
  transform: translateX(80px);
  -webkit-animation-name: slideLeft;
          animation-name: slideLeft;
}

@-webkit-keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(calc( 0 - 80px ));
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(calc( 0 - 80px ));
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fx-slide-right {
  opacity: 0;
  transform: translateX(calc( 0 - 80px ));
  -webkit-animation-name: slideRight;
          animation-name: slideRight;
}

@-webkit-keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fx-slide-up {
  opacity: 0;
  transform: translateY(80px);
  -webkit-animation-name: slideUp;
          animation-name: slideUp;
}

@-webkit-keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(calc( 0 - 80px ));
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(calc( 0 - 80px ));
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fx-slide-down {
  opacity: 0;
  transform: translateY(calc( 0 - 80px ));
  -webkit-animation-name: slideDown;
          animation-name: slideDown;
}

@-webkit-keyframes pulseFade {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}

@keyframes pulseFade {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
.fx-pulse {
  opacity: 0.7;
  -webkit-animation-name: pulseFade;
          animation-name: pulseFade;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-left {
  justify-content: flex-start;
}

.flex-center {
  justify-content: center;
}

.flex-right {
  justify-content: flex-end;
}

.flex-space {
  justify-content: space-between;
}

.flex-around {
  justify-content: space-around;
}

.flex-stretch {
  justify-content: stretch;
}

.flex-top {
  align-items: flex-start;
}

.flex-middle {
  align-items: center;
}

.flex-bottom {
  align-items: flex-end;
}

.flex-half {
  flex: 0.5;
}

.flex-1 {
  flex: 1;
}

.flex-2 {
  flex: 2;
}

.flex-3 {
  flex: 3;
}

.flex-4 {
  flex: 4;
}

.flex-5 {
  flex: 5;
}

.flex-autorow {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.flex-autorow > .flex-item {
  flex: 1;
  width: 100%;
  margin: 0 0 1em 0;
}
.flex-autorow > .flex-item:last-of-type {
  margin: 0;
}
@media only screen and (min-width : 720px) {
  .flex-autorow {
    flex-direction: row;
  }
  .flex-autorow > .flex-item {
    margin: 0 1em 0 0;
  }
  .flex-autorow > .flex-item:last-of-type {
    margin: 0;
  }
}

.img-round {
  overflow: hidden;
  text-indent: -1000px;
  border-radius: 1000px;
  border: 2px solid whitesmoke;
  background-color: #32334f;
  background-image: linear-gradient(45deg, #32334f, #4f527e);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

/* Album art styling */
.img-round img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.img-round img:hover {
  transform: scale(1.05);
}

.img-center {
  display: block;
  margin: 0 auto;
}

.common-btn {
  display: inline-block;
  text-align: center;
  font-size: 180%;
  font-weight: normal;
  line-height: 1em;
  width: 1em;
  color: whitesmoke;
}
.common-btn:hover {
  color: #c2c2c2;
}

.cta-btn {
  display: inline-block;
  text-decoration: none;
  padding: 0.5em 1em;
  color: #fac3ce;
  background-color: #a41935;
  border-radius: 100px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  line-height: 1.1em;
}
.cta-btn:hover {
  color: #fcdae1;
  background-color: #c51236;
}

.form-input {
  display: flex;
  flex: 1;
  flex-direction: row;
  align-items: center;
  justify-content: stretch;
  color: whitesmoke;
}
.form-input > input {
  flex: 1;
  line-height: 1.5em;
  padding: 0 0.5em;
}

.form-input > input::placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}

.form-input > input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.form-input > input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}

.form-input > input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}





.form-slider {
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: center;
  justify-content: stretch;
  width: 100%;
  max-width: 6em;
  line-height: 1em;
}
.form-slider > input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  margin: 0 0.5em;
}
.form-slider > input::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  background-color: #32334f;
  color: transparent !important;
  border-color: transparent !important;
  border-radius: 6px !important;
  border: 0 !important;
}
.form-slider > input::-moz-range-track {
  width: 100%;
  height: 3px;
  background-color: #32334f;
  color: transparent !important;
  border-color: transparent !important;
  border-radius: 6px !important;
  border: 0 !important;
}
.form-slider > input::-ms-track {
  width: 100%;
  height: 3px;
  background-color: #32334f;
  color: transparent !important;
  border-color: transparent !important;
  border-radius: 6px !important;
  border: 0 !important;
}
.form-slider > input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 1em;
  height: 1em;
  margin: -0.4em 0 0 0;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  background-color: whitesmoke;
  -webkit-transition: background 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  color: transparent !important;
  border-color: transparent !important;
  border: 0 !important;
  cursor: pointer;
}
.form-slider > input::-webkit-slider-thumb:hover {
  background-color: #c2c2c2;
}
.form-slider > input::-moz-range-thumb {
  width: 1em;
  height: 1em;
  margin: -0.4em 0 0 0;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  background-color: whitesmoke;
  -moz-transition: background 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  color: transparent !important;
  border-color: transparent !important;
  border: 0 !important;
  cursor: pointer;
}
.form-slider > input::-moz-range-thumb:hover {
  background-color: #c2c2c2;
}
.form-slider > input::-ms-thumb {
  width: 1em;
  height: 1em;
  margin: -0.4em 0 0 0;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  background-color: whitesmoke;
  -ms-transition: background 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  color: transparent !important;
  border-color: transparent !important;
  border: 0 !important;
  cursor: pointer;
}
.form-slider > input::-ms-thumb:hover {
  background-color: #c2c2c2;
}

@-webkit-keyframes popoverShow {
  0% {
    transform: translateX(-50%) scale(0.8);
    opacity: 0;
  }
  35% {
    transform: translateX(-50%) scale(1.2);
    opacity: 0.8;
  }
  100% {
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }
}

@keyframes popoverShow {
  0% {
    transform: translateX(-50%) scale(0.8);
    opacity: 0;
  }
  35% {
    transform: translateX(-50%) scale(1.2);
    opacity: 0.8;
  }
  100% {
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }
}
.popover {
  position: relative;
}
.popover .popover-box {
  display: none;
  position: absolute;
  padding: 0.5em 0;
  max-width: 300px;
  min-height: 100px;
  max-height: 300px;
  overflow-y: auto;
  left: 50%;
  bottom: 50%;
  transition: none;
  transform: translateX(-50%);
  background-color: #2e2f49;
  border-radius: 6px;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.6);
  -webkit-animation: popoverShow 400ms cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: popoverShow 400ms cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  z-index: 2000;
}
.popover .popover-box:before {
  content: "";
  display: none;
  position: absolute;
  transition: none;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  left: 50%;
  z-index: 2001;
}
.popover .popover-box > button {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.5em 1em;
  line-height: 1.2em;
  white-space: nowrap;
  background-color: rgba(30, 31, 48, 0);
}
.popover .popover-box > button:hover {
  background-color: rgba(30, 31, 48, 0.2);
}
.popover .popover-box > button + button {
  border-top: 2px solid rgba(0, 0, 0, 0.08);
}
.popover .popover-box > button.active {
  background-color: var(--theme-primary);
  color: white;
}
.popover .popover-box > button.active:hover {
  background-color: var(--theme-primary);
  opacity: 0.9;
}

/* Scrollable popover styling */
.popover .popover-box::-webkit-scrollbar {
  width: 6px;
}
.popover .popover-box::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.popover .popover-box::-webkit-scrollbar-thumb {
  background: var(--theme-accent);
  border-radius: 3px;
}
.popover .popover-box::-webkit-scrollbar-thumb:hover {
  background: var(--theme-primary);
}
.popover .popover-box.popover-left {
  transform: none;
  left: auto;
  right: 0;
}
.popover .popover-box.popover-right {
  transform: none;
  left: 0;
  right: auto;
}
.popover .popover-box.popover-top {
  top: auto;
  bottom: 100%;
}
.popover .popover-box.popover-top:before {
  display: block;
  top: auto;
  bottom: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #2e2f49;
}
.popover .popover-box.popover-bottom {
  top: 100%;
  bottom: auto;
}
.popover .popover-box.popover-bottom:before {
  display: block;
  top: -10px;
  bottom: auto;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #2e2f49;
}
.popover:hover > .popover-box, .popover:active > .popover-box {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  display: block;
  font-weight: normal;
  line-height: 1.1em;
  color: whitesmoke;
}

h1 {
  font-size: 220%;
}

h2 {
  font-size: 200%;
}

h3 {
  font-size: 180%;
}

h4 {
  font-size: 160%;
}

h5 {
  font-size: 140%;
}

h6 {
  font-size: 120%;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-underline {
  text-decoration: underline;
}

.text-striked {
  text-decoration: line-through;
}

.text-italic {
  font-style: italic;
}

.text-bold {
  font-weight: bold;
}

.text-nowrap {
  white-space: nowrap;
}

.text-clip {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.text-primary {
  color: crimson;
}

.text-secondary {
  color: rgba(255, 255, 255, 0.8);
}

.text-grey {
  color: slategray;
}

.text-bright {
  color: #ffffff;
  font-weight: 500;
}

.text-faded {
  opacity: 1;
  color: #ffffff !important;
}

.text-big {
  font-size: 120%;
}

.text-bigger {
  font-size: 180%;
}

.text-huge {
  font-size: 240%;
}

.text-small {
  font-size: 90%;
}

.text-condense {
  letter-spacing: -1px;
}

.app-wrap {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: stretch;
  flex-wrap: nowrap;
  min-height: 100vh;
  width: 100%;
}

.player-wrap {
  display: block;
  overflow: hidden;
  position: relative;
  flex: 1;
  width: 100%;
  height: 100vh;
  background-color: #1e1f30;
}
.player-wrap > .player-bg, .player-wrap > .player-canvas {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.player-wrap > .player-bg {
  background-image: url("https://raw.githubusercontent.com/rainner/soma-fm-player/master/public/img/bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.4;
  transition: all 0.3s ease;
  overflow: hidden;
}
@media only screen and (min-width : 720px) {
  .player-wrap {
    margin: 0;
    max-width: none;
    height: 100vh;
    max-height: none;
    border-radius: 0;
    box-shadow: none;
  }
}

.player-layout {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
}
.player-layout .player-header,
.player-layout .player-content,
.player-layout .player-footer {
  position: relative;
}
.player-layout .player-header,
.player-layout .player-footer {
  padding: 0 1em;
  height: 3.5em;
  min-height: 3.5em;
  background-color: rgba(0, 0, 0, 0.08);
}
.player-layout .player-header > h2 {
  color: crimson;
}
.player-layout .player-header > h2 i {
  vertical-align: bottom;
}
.player-layout .player-content {
  flex: 1;
  min-height: 0;
  overflow: hidden;
  overflow-y: auto;
  padding: 1em;
}
.player-layout .player-content > section {
  margin: auto 0;
}
@media only screen and (min-width : 720px) {
  .player-layout .player-content {
    padding: 1em 2em;
  }
}

.player-greet {
  flex: 1;
}
@media only screen and (min-width : 720px) {
  .player-greet {
    flex: 0.5;
  }
}

.player-tracklist {
  display: block;
  position: relative;
  list-style: none;
}
.player-tracklist > li + li {
  margin-top: 0.5em;
}

.player-controls {
  position: relative;
}

.player-stations {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: none;
  z-index: 1;
}
.player-stations .player-stations-sidebar {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: stretch;
  position: absolute;
  top: 0;
  right: -320px;
  width: 320px;
  min-height: 100%;
  max-height: 100%;
  background-color: #222336;
}
@media only screen and (min-width : 420px) {
  .player-stations .player-stations-sidebar {
    right: -420px;
    width: 420px;
  }
}
.player-stations .player-stations-sidebar .player-stations-header,
.player-stations .player-stations-sidebar .player-stations-footer {
  padding: 0 1em;
  min-height: 3.5em;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.player-stations .player-stations-sidebar .player-stations-list {
  display: block;
  list-style: none;
  overflow: hidden;
  overflow-y: auto;
  margin-left: -10px;
  padding-left: 10px;
  flex: 1;
}
.player-stations .player-stations-sidebar .player-stations-list .player-stations-list-item {
  position: relative;
  padding: 1em;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.player-stations .player-stations-sidebar .player-stations-list .player-stations-list-item:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.18);
}
.player-stations .player-stations-sidebar .player-stations-list .player-stations-list-item:hover {
  background-color: rgba(0, 0, 0, 0);
}
.player-stations .player-stations-sidebar .player-stations-list .player-stations-list-item.active {
  background-color: #1a1b2a;
}
.player-stations .player-stations-sidebar .player-stations-list .player-stations-list-item.active h6 {
  color: crimson;
}
.player-stations.visible {
  background-color: rgba(0, 0, 0, 0.4);
  pointer-events: auto;
  z-index: 1000;
}
.player-stations.visible .player-stations-sidebar {
  transform: translateX(-320px);
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.6);
}
@media only screen and (min-width : 420px) {
  .player-stations.visible .player-stations-sidebar {
    transform: translateX(-420px);
  }
}
.player-stations.visible .player-stations-list-item.active:before {
  content: "";
  display: block;
  position: absolute;
  transition: none;
  transform: translateY(-50%);
  top: 50%;
  left: -10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #1a1b2a;
}

/* PWA Install Banner (Mobile) */
.install-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, #3b82f6, #1d4ed8);
  color: white;
  z-index: 9999;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  animation: slideDown 0.3s ease-out;
}

.install-banner-content {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  gap: 12px;
}

.install-banner-icon {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.9);
}

.install-banner-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.install-banner-text strong {
  font-size: 0.9rem;
  font-weight: 600;
}

.install-banner-text span {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.8);
}

.install-banner-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.install-banner-btn {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.install-banner-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
}

.install-banner-close {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.2rem;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.install-banner-close:hover {
  background: rgba(255, 255, 255, 0.1);
  color: white;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* PWA Install Prompt Styles */
.install-prompt {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  backdrop-filter: blur(10px);
  animation: fadeIn 0.3s ease-out;
}

/* Force hide install prompt when not needed */
.install-prompt[v-cloak] {
  display: none !important;
}

.install-content {
  background: linear-gradient(135deg, #1f1f1f 0%, #2a2a2a 100%);
  border: 1px solid #333;
  border-radius: 16px;
  padding: 2rem;
  max-width: 400px;
  width: 90%;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
  animation: slideUp 0.3s ease-out;
}

.install-content h3 {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.install-content p {
  color: #9ca3af;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.install-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.install-buttons .cta-btn {
  background: linear-gradient(135deg, #3b82f6, #1d4ed8);
  color: white;
  border: none;
  border-radius: 8px;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.install-buttons .cta-btn:hover {
  background: linear-gradient(135deg, #2563eb, #1e40af);
  transform: translateY(-2px);
}

.install-buttons .common-btn {
  background: linear-gradient(135deg, #374151, #4b5563);
  color: white;
  border: none;
  border-radius: 8px;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.install-buttons .common-btn:hover {
  background: linear-gradient(135deg, #4b5563, #6b7280);
  transform: translateY(-2px);
}

/* Service Worker Update Notification Styles */
.service-worker-update {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  backdrop-filter: blur(10px);
  animation: fadeIn 0.3s ease-out;
}

.service-worker-update[v-cloak] {
  display: none !important;
}

.update-content {
  background: linear-gradient(135deg, #059669 0%, #047857 100%);
  border: 1px solid #10b981;
  border-radius: 16px;
  padding: 2rem;
  max-width: 400px;
  width: 90%;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
  animation: slideUp 0.3s ease-out;
}

.update-content h3 {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.update-content p {
  color: #d1fae5;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.update-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.update-buttons .cta-btn {
  background: linear-gradient(135deg, #10b981, #059669);
  color: white;
  border: none;
  border-radius: 8px;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.update-buttons .cta-btn:hover {
  background: linear-gradient(135deg, #059669, #047857);
  transform: translateY(-2px);
}

.update-buttons .common-btn {
  background: linear-gradient(135deg, #374151, #4b5563);
  color: white;
  border: none;
  border-radius: 8px;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.update-buttons .common-btn:hover {
  background: linear-gradient(135deg, #4b5563, #6b7280);
  transform: translateY(-2px);
}

/* Responsive design for install prompt */
@media (max-width: 768px) {
  .install-content {
    margin: 1rem;
    padding: 1.5rem;
  }
  
  .install-buttons {
    flex-direction: column;
  }
  
  .install-buttons .cta-btn,
  .install-buttons .common-btn {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}

/* Offline indicator styles */
.offline-indicator {
  position: fixed;
  top: 1rem;
  right: 1rem;
  background: #ef4444;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  animation: slideIn 0.3s ease;
}

@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Connection status indicator */
.connection-status {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #9ca3af;
}

.connection-status.online {
  color: #10b981;
}

.connection-status.offline {
  color: #ef4444;
}

/* PWA specific styles */
@media (display-mode: standalone) {
  .player-wrap {
    margin: 0;
    border-radius: 0;
    height: 100vh;
  }
  
  .install-prompt {
    display: none;
  }
}

/* Service Worker update notification */
.sw-update-notification {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  background: linear-gradient(135deg, #3b82f6, #1d4ed8);
  color: white;
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 1rem;
  animation: slideUp 0.3s ease;
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.sw-update-notification button {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border: none;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  cursor: pointer;
  font-size: 0.875rem;
  transition: background 0.3s ease;
}

.sw-update-notification button:hover {
  background: rgba(255, 255, 255, 0.3);
}

/* Favorites functionality styles */
.player-stations-header .common-btn {
  position: relative;
}

.favorites-count {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #dc2626;
  color: white;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border: 2px solid #222336;
  z-index: 1;
}

.favorite-btn {
  position: relative;
  background: none;
  border: none;
  color: #6b7280;
  font-size: 1.2rem;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 50%;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: 0.5rem;
}

.favorite-btn:hover {
  background: rgba(220, 38, 38, 0.1);
  color: #dc2626;
  transform: scale(1.1);
}

.favorite-btn.active {
  color: #dc2626;
  background: rgba(220, 38, 38, 0.1);
}

.favorite-btn.active:hover {
  background: rgba(220, 38, 38, 0.2);
  transform: scale(1.15);
}

/* Favorite channel highlighting */
.player-stations-list-item.favorite {
  border-left: 4px solid #dc2626;
  background-color: rgba(220, 38, 38, 0.05) !important;
}

.player-stations-list-item.favorite:hover {
  background-color: rgba(220, 38, 38, 0.1) !important;
}

/* Favorites toggle button in header */
.player-stations-header .common-btn.text-primary {
  color: #dc2626 !important;
  background: rgba(220, 38, 38, 0.1);
  border-radius: 6px;
}

.player-stations-header .common-btn.text-primary:hover {
  background: rgba(220, 38, 38, 0.2);
}

/* Empty favorites state */
.no-favorites-message {
  text-align: center;
  padding: 2rem 1rem;
  color: #6b7280;
}

.no-favorites-message i {
  font-size: 3rem;
  color: #374151;
  margin-bottom: 1rem;
}

.no-favorites-message h3 {
  color: #9ca3af;
  margin-bottom: 0.5rem;
}

.no-favorites-message p {
  color: #6b7280;
  font-size: 0.9rem;
}

/* Responsive favorites styles */
@media (max-width: 768px) {
  .favorite-btn {
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
    margin-left: 0.25rem;
  }
  
  .favorites-count {
    width: 16px;
    height: 16px;
    font-size: 0.6rem;
    top: -6px;
    right: -6px;
  }
  
  .player-stations-header .common-btn {
    padding: 0.25rem;
  }
  
  /* Mobile responsive header controls */
  .player-stations-header .form-input {
    min-width: auto !important;
    flex: 1;
    max-width: 60%;
  }
  
  .player-stations-header .form-input input {
    font-size: 0.9rem;
  }
  
  .no-favorites-message {
    padding: 1.5rem 1rem;
  }
  
  .no-favorites-message i {
    font-size: 2.5rem;
  }
  
  /* Ensure favorite channel highlighting is visible on mobile */
  .player-stations-list-item.favorite {
    border-left-width: 3px;
  }
}

/* Settings panel styles */
.player-settings {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: none;
  z-index: 1;
}

.player-settings .player-settings-panel {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: stretch;
  position: absolute;
  top: 0;
  left: -420px;
  width: 420px;
  min-height: 100%;
  max-height: 100%;
  background-color: #222336;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.6);
}

@media only screen and (max-width: 420px) {
  .player-settings .player-settings-panel {
    left: -100vw;
    width: 100vw;
  }
  
  /* Very small screen header adjustments */
  .player-stations-header .form-input {
    max-width: 55%;
  }
  
  .player-stations-header .form-input input {
    font-size: 0.8rem;
    padding: 0 0.3em;
  }
  
  .player-stations-header .common-btn {
    padding: 0.2rem;
    font-size: 0.9rem;
  }
  
  /* Smaller popover on mobile */
  .popover .popover-box {
    max-height: 250px;
    max-width: 200px;
  }
}

.player-settings .player-settings-header,
.player-settings .player-settings-footer {
  padding: 0 1em;
  min-height: 3.5em;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
}

.player-settings .player-settings-header h3 {
  color: #3b82f6;
  font-size: 1.2rem;
}

.player-settings .player-settings-content {
  flex: 1;
  overflow-y: auto;
  padding: 1rem;
}

.player-settings.visible {
  background-color: rgba(0, 0, 0, 0.4);
  pointer-events: auto;
  z-index: 1000;
}

.player-settings.visible .player-settings-panel {
  transform: translateX(420px);
}

@media only screen and (max-width: 420px) {
  .player-settings.visible .player-settings-panel {
    transform: translateX(100vw);
  }
}

/* Settings sections */
.settings-section {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.settings-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.settings-section h4 {
  color: #9ca3af;
  font-size: 1rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.settings-option {
  margin-bottom: 1.5rem;
}

.settings-option:last-child {
  margin-bottom: 0;
}

/* Toggle switch */
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;
}

.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #374151;
  transition: 0.3s;
  border-radius: 28px;
}

.toggle-slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.3s;
  border-radius: 50%;
}

.toggle-switch input:checked + .toggle-slider {
  background-color: #3b82f6;
}

.toggle-switch input:checked + .toggle-slider:before {
  transform: translateX(22px);
}

/* Visualization grid */
.visualization-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

@media (min-width: 480px) {
  .visualization-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.visualization-card {
  position: relative;
  background: rgba(0, 0, 0, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 120px;
}

.visualization-card:hover {
  border-color: rgba(59, 130, 246, 0.5);
  background: rgba(59, 130, 246, 0.1);
  transform: translateY(-2px);
}

.visualization-card.active {
  border-color: #3b82f6;
  background: rgba(59, 130, 246, 0.15);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.visualization-preview {
  font-size: 2rem;
  color: #9ca3af;
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
}

.visualization-card.active .visualization-preview {
  color: #3b82f6;
}

.visualization-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.visualization-info strong {
  color: #f3f4f6;
  margin-bottom: 0.25rem;
}

.visualization-check {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  font-size: 1.2rem;
}

/* Settings footer */
.player-settings-footer {
  background: rgba(0, 0, 0, 0.2);
  justify-content: center;
}

/* Responsive settings panel */
@media (max-width: 768px) {
  .player-settings .player-settings-panel {
    width: 100vw;
    left: -100vw;
  }
  
  .player-settings.visible .player-settings-panel {
    transform: translateX(100vw);
  }
  
  .visualization-grid {
    grid-template-columns: 1fr;
  }
  
  .visualization-card {
    min-height: 100px;
    padding: 0.75rem;
  }
  
  .visualization-preview {
    font-size: 1.5rem;
  }
} 

/* Theme System Styles - Material Design Default */
:root {
  --theme-primary: #2196f3;
  --theme-secondary: #263238;
  --theme-accent: #64b5f6;
  --theme-background: linear-gradient(135deg, #0d47a1 0%, #1565c0 30%, #1976d2 70%, #1e88e5 100%);
}

/* Theme categories */
.theme-category {
  margin-bottom: 1.5rem;
}

.theme-category:last-child {
  margin-bottom: 0;
}

.theme-category-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: #a0a9c0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 0.75rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Theme grid */
.theme-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0.75rem;
}

/* Theme cards */
.theme-card {
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 0.75rem;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
  min-height: 120px;
  display: flex;
  flex-direction: column;
}

.theme-card:hover {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

.theme-card.active {
  border-color: var(--theme-primary);
  background: rgba(59, 130, 246, 0.1);
}

/* Theme preview */
.theme-preview {
  height: 40px;
  border-radius: 6px;
  margin-bottom: 0.5rem;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.theme-colors {
  display: flex;
  gap: 2px;
  align-items: center;
}

.theme-color {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Theme info */
.theme-info {
  flex: 1;
  text-align: center;
}

.theme-info strong {
  font-size: 0.85rem;
  color: #e2e8f0;
}

/* Theme check indicator */
.theme-check {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  font-size: 0.9rem;
  color: var(--theme-primary);
}

/* Custom background controls */
.custom-background-controls {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}

.custom-background-input {
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  padding: 0.75rem;
  color: #e2e8f0;
  font-size: 0.9rem;
  transition: all 0.2s ease;
}

.custom-background-input:focus {
  outline: none;
  border-color: var(--theme-primary);
  background: rgba(255, 255, 255, 0.08);
}

.custom-background-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.custom-background-clear {
  background: rgba(239, 68, 68, 0.2);
  border: 1px solid rgba(239, 68, 68, 0.3);
  border-radius: 6px;
  padding: 0.75rem;
  color: #ef4444;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
}

.custom-background-clear:hover {
  background: rgba(239, 68, 68, 0.3);
  border-color: rgba(239, 68, 68, 0.5);
}

/* Blur slider controls */
.blur-slider-container {
  width: 100%;
}

.blur-slider {
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.2);
  outline: none;
  appearance: none;
  cursor: pointer;
  transition: background 0.2s ease;
}

.blur-slider:hover {
  background: rgba(255, 255, 255, 0.3);
}

.blur-slider::-webkit-slider-thumb {
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--theme-primary);
  cursor: pointer;
  border: 2px solid white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease;
}

.blur-slider::-webkit-slider-thumb:hover {
  transform: scale(1.1);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
}

.blur-slider::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--theme-primary);
  cursor: pointer;
  border: 2px solid white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease;
}

.blur-slider-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
}

/* COMPREHENSIVE THEME SYSTEM - CHANGES ENTIRE APP APPEARANCE */

/* Main app background */
body {
  background: var(--theme-background) !important;
}

/* Player main container - transparent to show .player-bg */
.player {
  background: transparent !important;
}

/* Sidebar backgrounds - Enhanced with proper opacity and shadows */
.player-stations .player-stations-sidebar {
  background: linear-gradient(180deg, var(--theme-secondary) 0%, rgba(0,0,0,0.8) 100%) !important;
  border-left: 3px solid var(--theme-primary) !important;
  backdrop-filter: blur(10px) !important;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.3) !important;
}

.player-stations .player-stations-sidebar .player-stations-header,
.player-stations .player-stations-sidebar .player-stations-footer {
  background: linear-gradient(90deg, var(--theme-primary) 0%, var(--theme-accent) 100%) !important;
  color: white !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
}

/* Channel list items - Better contrast and hover effects */
.player-stations-list-item {
  background: rgba(255, 255, 255, 0.08) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
  backdrop-filter: blur(5px) !important;
  transition: all 0.3s ease !important;
}

.player-stations-list-item:hover {
  background: linear-gradient(90deg, var(--theme-accent) 0%, var(--theme-primary) 100%) !important;
  color: white !important;
  transform: translateX(5px) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
}

.player-stations-list-item.active {
  background: linear-gradient(90deg, var(--theme-primary) 0%, var(--theme-accent) 100%) !important;
  color: white !important;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3) !important;
}

.player-stations-list-item.favorite {
  border-left: 4px solid var(--theme-accent) !important;
  background: rgba(255, 255, 255, 0.12) !important;
}

/* Channel type indicators */
.channel-type-indicator {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.channel-type-indicator.live {
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.2), rgba(34, 197, 94, 0.1));
  color: #22c55e;
  border-color: rgba(34, 197, 94, 0.3);
}

.channel-type-indicator.ondemand {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(59, 130, 246, 0.1));
  color: #3b82f6;
  border-color: rgba(59, 130, 246, 0.3);
}

.channel-type-indicator i {
  font-size: 0.8rem;
}

.channel-type-text {
  font-weight: 600;
}

/* Hover effects for channel type indicators */
.channel-type-indicator:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.channel-type-indicator.live:hover {
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.3), rgba(34, 197, 94, 0.2));
  border-color: rgba(34, 197, 94, 0.5);
}

.channel-type-indicator.ondemand:hover {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.3), rgba(59, 130, 246, 0.2));
  border-color: rgba(59, 130, 246, 0.5);
}

/* Channel type indicators */
.channel-type-indicator {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.channel-type-indicator.live {
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.2), rgba(34, 197, 94, 0.1));
  color: #22c55e;
  border-color: rgba(34, 197, 94, 0.3);
}

.channel-type-indicator.ondemand {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(59, 130, 246, 0.1));
  color: #3b82f6;
  border-color: rgba(59, 130, 246, 0.3);
}

.channel-type-indicator i {
  font-size: 0.8rem;
}

.channel-type-text {
  font-weight: 600;
}

/* Hover effects for channel type indicators */
.channel-type-indicator:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.channel-type-indicator.live:hover {
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.3), rgba(34, 197, 94, 0.2));
  border-color: rgba(34, 197, 94, 0.5);
}

.channel-type-indicator.ondemand:hover {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.3), rgba(59, 130, 246, 0.2));
  border-color: rgba(59, 130, 246, 0.5);
}

/* Main channel indicator styles */
.channel-type-indicator.main-indicator {
  padding: 6px 12px;
  font-size: 0.8rem;
  border-width: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.channel-type-indicator.main-indicator.live {
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.3), rgba(34, 197, 94, 0.2));
  border-color: rgba(34, 197, 94, 0.4);
}

.channel-type-indicator.main-indicator.ondemand {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.3), rgba(59, 130, 246, 0.2));
  border-color: rgba(59, 130, 246, 0.4);
}

.channel-type-indicator.main-indicator:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

/* Main channel indicator styles */
.channel-type-indicator.main-indicator {
  padding: 6px 12px;
  font-size: 0.8rem;
  border-width: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.channel-type-indicator.main-indicator.live {
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.3), rgba(34, 197, 94, 0.2));
  border-color: rgba(34, 197, 94, 0.4);
}

.channel-type-indicator.main-indicator.ondemand {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.3), rgba(59, 130, 246, 0.2));
  border-color: rgba(59, 130, 246, 0.4);
}

.channel-type-indicator.main-indicator:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

/* Main player panel - Enhanced glass effect */
.player-wrap {
  background: linear-gradient(135deg, var(--theme-secondary) 0%, rgba(0,0,0,0.7) 100%) !important;
  border: 2px solid var(--theme-primary) !important;
  backdrop-filter: blur(15px) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
}

.player-header {
  background: linear-gradient(90deg, var(--theme-primary) 0%, var(--theme-accent) 100%) !important;
  color: white !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
}

.player-content {
  background: transparent !important;
}

/* Settings panel - Enhanced glass morphism with stronger blur */
.player-settings .player-settings-panel {
  background: linear-gradient(180deg, var(--theme-secondary) 0%, rgba(0,0,0,0.8) 100%) !important;
  border-left: 3px solid var(--theme-primary) !important;
  backdrop-filter: blur(20px) saturate(180%) !important;
  box-shadow: -8px 0 32px rgba(0, 0, 0, 0.4) !important;
}

.player-settings-header {
  background: linear-gradient(90deg, var(--theme-primary) 0%, var(--theme-accent) 100%) !important;
  color: white !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
}

.player-settings-footer {
  background: linear-gradient(90deg, var(--theme-primary) 0%, var(--theme-accent) 100%) !important;
}

.settings-section {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 12px !important;
  backdrop-filter: blur(15px) saturate(150%) !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2) !important;
  padding: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.settings-section:last-child {
  margin-bottom: 0 !important;
}

/* Controls and buttons - Clean minimal style */
.common-btn {
  background: none !important;
  background-color: transparent !important;
  color: rgba(255, 255, 255, 0.8) !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  transition: color 0.2s ease !important;
}

.common-btn:hover {
  background: none !important;
  background-color: transparent !important;
  color: var(--theme-accent) !important;
  border: none !important;
  box-shadow: none !important;
}

.common-btn:active,
.common-btn.active {
  background: none !important;
  background-color: transparent !important;
  color: var(--theme-primary) !important;
  border: none !important;
  box-shadow: none !important;
}

/* Text colors - Clean and smooth */
.text-primary,
.text-secondary {
  color: var(--theme-accent) !important;
}

.text-bright {
  color: white !important;
}

.text-faded {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* Ensure all text is readable */
h1, h2, h3, h4, h5, h6 {
  color: white !important;
}

/* Clean icons - no backgrounds or shadows */
.fa, .fas, .far, .fab, .fal, .fad {
  background: none !important;
  background-color: transparent !important;
  text-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}

/* Button icons should be clean */
button .fa, 
button .fas, 
button .far,
button .fab,
button i {
  background: transparent !important;
  background-color: transparent !important;
  text-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}

/* All icon elements should be clean */
i {
  background: none !important;
  background-color: transparent !important;
  text-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
}

/* Specific overrides for common icon containers */
.common-btn i,
.favorite-btn i,
.visualization-card i,
.theme-card i,
.settings-section i {
  background: none !important;
  background-color: transparent !important;
  text-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
}

/* Favorite buttons */
.favorite-btn {
  color: rgba(255, 255, 255, 0.6) !important;
}

.favorite-btn.active {
  color: var(--theme-accent) !important;
}

.favorite-btn:hover {
  color: var(--theme-primary) !important;
}

/* Toggle switches */
.toggle-switch .toggle-slider {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

.toggle-switch input:checked + .toggle-slider {
  background-color: var(--theme-primary) !important;
}

/* Visualization cards */
.visualization-card {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 2px solid rgba(255, 255, 255, 0.1) !important;
}

.visualization-card:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: var(--theme-accent) !important;
}

.visualization-card.active {
  background: var(--theme-primary) !important;
  border-color: var(--theme-accent) !important;
  color: white !important;
}

/* Theme cards */
.theme-card {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 2px solid rgba(255, 255, 255, 0.1) !important;
}

.theme-card:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: var(--theme-accent) !important;
}

.theme-card.active {
  background: var(--theme-primary) !important;
  border-color: var(--theme-accent) !important;
}

/* Form inputs */
.custom-background-input {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid var(--theme-accent) !important;
  color: white !important;
}

.custom-background-input:focus {
  border-color: var(--theme-primary) !important;
  background: rgba(255, 255, 255, 0.15) !important;
}

/* Progress bars */
.progress-bar {
  background: rgba(255, 255, 255, 0.2) !important;
}

.progress-bar .progress-fill {
  background: var(--theme-primary) !important;
}

/* Loading states */
.loading {
  color: var(--theme-accent) !important;
}

/* Channel number circles */
.img-round {
  background: var(--theme-primary) !important;
  border: 2px solid var(--theme-accent) !important;
  color: white !important;
}

/* Scrollbars */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: var(--theme-secondary) !important;
}

::-webkit-scrollbar-thumb {
  background: var(--theme-primary) !important;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--theme-accent) !important;
}

/* Popover menus */
.popover-box {
  background: var(--theme-secondary) !important;
  border: 1px solid var(--theme-primary) !important;
}

.popover-box button {
  background: transparent !important;
  color: white !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.popover-box button:hover {
  background: var(--theme-primary) !important;
}

/* Error states */
.error {
  background: rgba(239, 68, 68, 0.2) !important;
  border: 1px solid #ef4444 !important;
  color: #ef4444 !important;
}

/* Success states */
.success {
  background: rgba(34, 197, 94, 0.2) !important;
  border: 1px solid #22c55e !important;
  color: #22c55e !important;
}

/* Responsive theme grid */
@media (max-width: 768px) {
  .theme-grid {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 0.5rem;
  }
  
  .theme-card {
    min-height: 100px;
    padding: 0.5rem;
  }
  
  .theme-preview {
    height: 30px;
  }
  
  .theme-color {
    width: 10px;
    height: 10px;
  }
  
  .theme-info strong {
    font-size: 0.8rem;
  }
  
  .custom-background-input {
    font-size: 0.85rem;
    padding: 0.6rem;
  }
  
  .custom-background-clear {
    padding: 0.6rem;
    min-width: 38px;
  }
}

/* Header user info styles */
.header-user-info {
  margin-right: 15px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.header-user-info span {
  font-size: 12px;
  font-weight: 500;
  color: #000000;
}

/* Authentication error styles */
.auth-error {
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.3);
  color: #ef4444;
  padding: 12px 16px;
  border-radius: 8px;
  margin: 10px 0;
  font-size: 14px;
}

/* Settings section logout button styles */
.logout-btn {
  background: linear-gradient(135deg, #ef4444, #dc2626) !important;
  color: white !important;
  border: none !important;
  padding: 10px 20px !important;
  border-radius: 6px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  min-width: 100px !important;
  white-space: nowrap !important;
}

.logout-btn:hover {
  background: linear-gradient(135deg, #dc2626, #b91c1c) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 8px rgba(239, 68, 68, 0.4) !important;
}

/* Mobile responsive adjustments for auth */
@media (max-width: 768px) {
  .header-user-info {
    margin-right: 8px;
    padding: 6px 10px;
  }
  
  .header-user-info span {
    font-size: 11px;
  }
}

/* Mobile responsive adjustments for channel type indicators */
@media (max-width: 768px) {
  .channel-type-indicator {
    padding: 3px 6px;
    font-size: 0.7rem;
    gap: 4px;
  }
  
  .channel-type-indicator i {
    font-size: 0.75rem;
  }
  
  .channel-type-text {
    display: none; /* Hide text on very small screens to save space */
  }
  
  .channel-type-indicator {
    min-width: 24px;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .channel-type-indicator {
    padding: 2px 4px;
    font-size: 0.65rem;
  }
  
  .channel-type-indicator i {
    font-size: 0.7rem;
  }
}

/* Channel statistics summary styles */
.channel-stats-summary {
  display: flex;
  gap: 1rem;
  margin-right: 1rem;
  padding: 0.5rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.stats-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  min-width: 50px;
}

.stats-count {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--theme-accent);
}

.stats-label {
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.8);
}

.text-success {
  color: #22c55e !important;
}

.text-primary {
  color: #3b82f6 !important;
}

/* Mobile responsive adjustments for channel type indicators */
@media (max-width: 768px) {
  .channel-type-indicator {
    padding: 3px 6px;
    font-size: 0.7rem;
    gap: 4px;
  }
  
  .channel-type-indicator i {
    font-size: 0.75rem;
  }
  
  .channel-type-text {
    display: none; /* Hide text on very small screens to save space */
  }
  
  .channel-type-indicator {
    min-width: 24px;
    justify-content: center;
  }
  
  .channel-stats-summary {
    gap: 0.5rem;
    margin-right: 0.5rem;
    padding: 0.25rem;
  }
  
  .stats-item {
    min-width: 40px;
  }
  
  .stats-count {
    font-size: 1rem;
  }
  
  .stats-label {
    font-size: 0.6rem;
  }
}

@media (max-width: 480px) {
  .channel-type-indicator {
    padding: 2px 4px;
    font-size: 0.65rem;
  }
  
  .channel-type-indicator i {
    font-size: 0.7rem;
  }
} 

/* Responsive design for service worker update */
@media (max-width: 768px) {
  .update-content {
    margin: 1rem;
    padding: 1.5rem;
  }
  
  .update-buttons {
    flex-direction: column;
  }
  
  .update-buttons .cta-btn,
  .update-buttons .common-btn {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}

/* Clean channel type indicators - just icons, nothing else */
.channel-type-indicator {
  display: flex !important;
  align-items: center !important;
  gap: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  background: none !important;
  backdrop-filter: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: inherit !important;
  font-weight: normal !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  transition: none !important;
  min-width: auto !important;
  justify-content: center !important;
}

.channel-type-indicator.live {
  background: none !important;
  border: none !important;
  color: #22c55e !important;
}

.channel-type-indicator.ondemand {
  background: none !important;
  border: none !important;
  color: #3b82f6 !important;
}

.channel-type-indicator:hover {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  transform: none !important;
}

.channel-type-indicator.live:hover {
  background: none !important;
  border: none !important;
}

.channel-type-indicator.ondemand:hover {
  background: none !important;
  border: none !important;
}

.channel-type-indicator.main-indicator {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  font-size: inherit !important;
  border-width: 0 !important;
}

.channel-type-indicator.main-indicator.live {
  background: none !important;
  border: none !important;
}

.channel-type-indicator.main-indicator.ondemand {
  background: none !important;
  border: none !important;
}

.channel-type-indicator.main-indicator:hover {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  transform: none !important;
}

/* Hide the text labels, show only icons */
.channel-type-text {
  display: none !important;
}

/* Make icons the right size */
.channel-type-indicator i {
  font-size: 1rem !important;
  margin: 0 !important;
  padding: 0 !important;
}