body{
  background: #c2c788 url(/images/other/bg-stripe-r.png);
}

main, section.tab{
  width: 350px;
  text-align: justify;
}

nav a:hover{
  color: #a4aa6e;
}

section.tab{
  height: 585px;
  overflow-y: auto;
}

.tab:not(:target){display: none !important}
.tab{animation: fade-in 0.3s;}

.showcase{

  img{
    width: 100px;
    height: 100px;
    border: 1px solid #a5a19f;
    box-shadow: 1px 1px 0 #7c7977;
    user-select: none;
  }

  .fc{
    gap: 0.25em;
  }
}

.icons{
  color: #989e64;
  font-size: 15px;
  
  a{
    color: #989e64;
  }

  a:hover{
    color: #bfc2a3;
  }
}

#outlinks{
  gap: 0.25em;

  .fc{
    gap: 0.35em;
  }

  .spotify{
    overflow: hidden;
    filter: saturate(0.75);
  }

  .bandcamp{
    height: 42px;
    filter: saturate(0.75);

    &::before{
      content: "";
      pointer-events: none;
      background-image: url(/images/other/t-twill-r.png);
      position: absolute;
      z-index: 1;
      inset: 0;
      opacity: 0.07;
    }
  }
}

/* ratings */

h2{
  background: #c9ce95 url(/images/other/bg-stripe-l.png);
  border: 1px solid #8f9457;
  padding: 0.1em 0.5em;
  color: #f8f7f6;
  text-shadow: -1px -1px 0 #575554, 1px -1px 0 #575554, -1px 1px 0 #575554, 1px 1px 0 #575554;
  font-family: coolvetica, sans-serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
  user-select: none;
}

#ratings .showcase{
  .info{
    width: 100%;

    i{
      color: #7d814b;
      font-weight: bold;
    }
  }
  
  img{
    width: 85px;
    height: 85px;
  }
}

#ratings .icons{
  font-size: 12px;
  justify-content: center;
  gap: 0.45em;
}

summary{
  background: #f3f1ef;
  padding: 0.35em 1em;
  border: 1px dotted #c0bebe;
  font-weight: bold;
  list-style-type: '⇢ ⠀';
  cursor: pointer;
  user-select: none;
}

summary:hover{
  color: #7c7a78;
}

.listen{
  align-self: center;
  writing-mode: sideways-lr;
  word-spacing: 4px;
  font-weight: bold;
  text-decoration: 1px underline wavy;
}

details[open] > summary{
  list-style-type: '⇣ ⠀';
  margin-bottom: 1em;
}

li{
  padding-left: 0.5em;
}

.loved::after{
  content: "\f004";
  color: #c57280;
  font-family: 'Font Awesome 7 Free';
  font-size: 15px;
  font-weight: 900;
  position: absolute;
  z-index: 999;
  top: 71px;
  left: 100px;
  text-shadow: -1px -1px 0 #f8f7f6, 1px -1px 0 #f8f7f6, -1px 1px 0 #f8f7f6, 1px 1px 0 #f8f7f6;
}

/* sidebar */

#side1{margin-top: 130px; left: 10px;}
#side2{margin-top: 330px; right: 10px;}

#note1{transform: rotate(-5deg); background: #f3e8c8; border: 1px solid #c9b286;}
#note2{transform: rotate(5deg); background: #c0cfdb; border: 1px solid #718ea1;}

#note1:hover{transform: rotate(0deg) translateX(-8px);}
#note2:hover{transform: rotate(0deg) translateX(10px);}

#tape1{background: rgba(236, 229, 209, 0.4); border: 1px dashed #c9b286; transform: rotate(3deg);}
#tape2{background: rgba(198, 211, 221, 0.4); border: 1px dashed #718ea1; transform: rotate(-5deg);}

.chart{
  height: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

/* misc */

lastfm-tracks{
  z-index: -1;
  outline: 2px solid #24211f;
  border-radius: 2px;
  width: 217px;
  height: 175px;
  left: -15px;
  bottom: 105px;
  filter: none !important;
  transform: rotate(-3deg) scale(0.6);
}

#ipod{
  z-index: -1;
  bottom: 10px;
  left: 18px;
  transform: rotate(-3deg);
  filter: var(--outline-light) var(--outline-dark);
}

.music-decor{
  position: absolute;
  z-index: -3;
  outline: 1px solid #7c7977;
  border: 2px solid #fcfbfa;
  border-radius: 7px;
}

#cassette1{
  top: 53px;
  right: 80px;
  transform: rotate(20deg);
}

#cassette2{
  bottom: 140px;
  left: 70px;
  transform: rotate(-35deg);
}

#cd-halcali{
  top: 10px;
  left: 75px;
  transform: rotate(-12deg);
}

#disc{
  z-index: -1;
  width: 200px;
  bottom: 10px;
  right: 55px;
}

#earphones{
  z-index: -2;
  top: -5px;
  right: 72px;
}