* {
    box-sizing: border-box;
}

body {
    font-family: Science Gothic,sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "slnt" 0,"wdth" 79.3,"CTRS" 0;
    font-weight: 400;
    margin: 0;
    transition: background-color .6s ease,color .6s ease;
}

body,html {
    height: auto;
    min-height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#stars-canvas {
    background-color: #fff;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    touch-action: none;
    transition: background-color .6s ease;
    width: 100%;
    z-index: 0;
}

body.negativo #stars-canvas {
    background-color: #000;
}

.container,.section,footer,header {
    position: relative;
    z-index: 1;
}

header {
    background-color: #fff;
    padding: 20px 0;
    position: relative;
    transition: background-color .6s ease;
    width: 100%;
    z-index: 15;
}

body.negativo header {
    background-color: #000;
}

.header-inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 960px;
    padding: 0 20px;
    position: relative;
    width: 100%;
    z-index: 20;
}

.logo {
    flex: 1;
    text-align: left;
}

.logo img {
    max-height: 60px;
}

.header-text,.logo img {
    position: relative;
    z-index: 20;
}

.header-text {
    align-items: center;
    color: #000;
    display: flex;
    flex: 1;
    font-size: 14px;
    gap: 10px;
    justify-content: flex-end;
    transition: color .6s ease;
    font-weight: bold;
}

.switch {
    align-items: center;
    background: transparent;
    border: none;
    cursor: pointer;
    display: inline-flex;
    padding: 0;
}

.switch-track {
    background: #242424;
    border-radius: 999px;
    height: 28px;
    overflow: hidden;
    position: relative;
    transition: background-color .5s ease;
    width: 54px;
}

.switch-thumb {
    align-items: center;
    background: none;
    border-radius: 50%;
    display: flex;
    height: 22px;
    justify-content: center;
    left: 3px;
    overflow: hidden;
    position: absolute;
    top: 3px;
    transition: transform .5s ease;
    width: 22px;
    z-index: 2;
}

.switch-thumb img {
    border: 1.5px solid #000;
    border-radius: 50%;
    height: 24px;
    object-fit: contain;
    transition: transform .5s ease,opacity .5s ease,border .6s ease;
    width: 24px;
}

.switch.on .switch-track {
    background: #fff;
}

.switch.on .switch-thumb {
    transform: translateX(26px);
}

.switch.on .switch-thumb img {
    border: 1.5px solid #000;
    transform: rotate(180deg);
}

body.negativo .switch-thumb {
    background: none;
}

.container {
    margin: 0 auto;
    max-width: 960px;
    padding: 0 20px;
    width: 100%;
}

.container,.section {
    background: transparent;
    position: relative;
    z-index: 10;
}

.section {
    padding: 40px 0;
    text-align: center;
    transition: color .6s ease;
}

.shadow-wrapper {
    display: inline-block;
    filter: drop-shadow(0 0 15px #5c008b);
    position: relative;
    transition: filter .6s ease;
}

.image-center img {
    display: block;
    height: auto;
    margin: 0 auto;
    position: relative;
    width: 70%;
    z-index: 20;
}

body.negativo .shadow-wrapper {
    filter: drop-shadow(0 0 15px #e1ba47);
}

.section2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 400px;
    text-align: center;
}

.section2 h2 {
    margin-bottom: 10px;
}

.section2 h2,.section2 p {
    transition: color .6s ease;
}

.section2 p {
    color: #353535;
    font-size: 16px;
    margin-bottom: 20px;
}

.social-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    position: relative;
    z-index: 20;
}

.social-icons a {
    border-radius: 50%;
    display: inline-block;
    height: 60px;
    opacity: 1;
    transition: transform .3s ease,box-shadow .4s ease,opacity .3s ease;
    width: 60px;
}

.social-icons img {
    height: 100%;
    object-fit: contain;
    transition: transform .3s ease,filter .6s ease;
    width: 100%;
}

.social-icons a:hover {
    box-shadow: 0 0 20px #5c008b,0 0 30px #5c008b,0 0 40px #5c008b;
    opacity: .8;
    transform: scale(1.15);
}

.social-icons a:hover img {
    transform: scale(1.05);
}

body.negativo .social-icons a:hover {
    box-shadow: 0 0 20px #e1ba47,0 0 30px #e1ba47,0 0 40px #e1ba47;
    opacity: .8;
}

body.negativo .section2 h2,body.negativo .section2 p {
    color: #fff;
}

.section3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 400px;
}

.spotify-box {
  background: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  position: relative;
  text-align: center;
  z-index: 20;
}

#spotify-current {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  color: #000;
  font-size: 18px;
  margin-top: 15px;
  transition: color .6s ease;
}

#spotify-current img {
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,.5), 0 0 8px rgba(92, 0, 139, 0.15);
  height: 120px;
  width: 120px;
  object-fit: cover;
  transition: box-shadow .6s ease;
}

body.negativo #spotify-current img {
  box-shadow: 0 4px 10px rgba(0,0,0,.5), 0 0 8px rgba(225, 186, 71, 0.15);
}

.progress-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 80%;
}

.progress-bar {
  background: #2b2b2b;
  border-radius: 6px;
  flex: 1;
  height: 12px;
  overflow: hidden;
  transition: background-color .6s ease;
}

.progress-bar-fill {
  background-color: #5c008b!important;
  height: 100%;
  transition: width .3s linear, background-color .6s ease;
}

#spotify-current .time-info {
  font-size: 14px;
  color: #000;
  transition: color .6s ease;
}

footer {
  font-size: 13px;
  min-height: 150px;
  padding: 40px 0;
  position: relative;
  text-align: center;
  z-index: 10;
}

body.negativo footer,
footer {
  background: transparent;
  border-top: none;
}

body.negativo,
body.negativo #spotify-current,
body.negativo .header-text,
body.negativo .section2 h2,
body.negativo .section2 p,
body.negativo footer {
  color: #fff;
}

body.negativo .social-icons img {
  filter: invert(1) brightness(1.2);
}

body.negativo .progress-bar {
  background: #fff;
}

body.negativo .progress-bar-fill {
  background-color: #e1ba47!important;
}

body.negativo #spotify-current .time-info {
  color: #fff;
}
@media (max-width: 1024px) {
    .container {
        max-width: 840px;
        padding: 0 16px;
    }

    .header-text {
        font-size: 16px;
    }

    .image-center img {
        width: 75%;
    }
}

@media (max-width: 600px) {
    header {
        align-items: center;
        flex-direction: column;
        gap: 8px;
    }

    .logo,header {
        text-align: center;
    }

    .logo {
        margin-bottom: 6px;
    }

    .header-text {
        font-size: 14px;
    }

    .image-center img {
        width: 100%;
    }

    .spotify-box {
        padding: 14px;
    }

    .progress-bar {
        max-width: 100%;
    }
}

.logo img,
.section1 img,
.switch-thumb img {
    user-select: none;
    -webkit-user-drag: none;
    pointer-events: none;
}

.header-text em,
.header-text span,
.header-text strong {
    user-select: none;
    -webkit-user-drag: none;
}
