* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: #3a4a3d;
  background-image: url('/images/bg/IMG_20240901_125232538.png');
  background-size: cover;
  background-position: center center; 
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#center {
  height: 100lvh;
  width: 100lvw;
  display: Flex;
}

.container {
  box-shadow: 0px -23px 199px -55px rgba(0,38,20,0.5) inset;
  -webkit-box-shadow: 0px -23px 199px -55px rgba(0,38,20,0.5) inset;
  -moz-box-shadow: 0px -23px 199px -55px rgba(0,38,20,0.5) inset;
  background: #002614;
  background: linear-gradient(178deg, rgba(0, 38, 20, 0.3) 15%, rgba(79, 112, 81, 0.25) 35%, rgba(130, 179, 145, 0.1) 58%, rgba(85, 115, 101, 0.25) 75%, rgba(40, 64, 50, 0.3) 100%);
  padding: 0.7rem;
  margin: auto;
  display: flex;
  gap: 0.5rem;
  height: 85%;
  width: 80%;
  min-width: min-content;
}

#lside {
  box-shadow: 0px 0px 106px -20px rgba(0,38,20,1) inset;
  -webkit-box-shadow: 0px 0px 106px -20px rgba(0,38,20,1) inset;
  -moz-box-shadow: 0px 0px 106px -20px rgba(0,38,20,1) inset;
  border-radius: 0.55rem 0.4rem 0.2rem 0.2rem;
  background: #002614;
  background: linear-gradient(178deg, rgba(0, 38, 20, 0.7) 15%, rgba(13, 84, 48, 0.55) 35%, rgba(54, 122, 90, 0.3) 58%, rgba(13, 84, 48, 0.5) 75%, rgba(0, 38, 20, 0.7) 100%);
  width: 30%;
  min-width: 200px;
  padding: 0.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

#imood {
  border-radius: 0.55rem 0.35rem 0.2rem 0.5rem;
  background-color: rgba(161, 196, 185, 0.5);
  padding: 0.3rem 0rem 0.2rem 10%;
  width: 100%;
}

#statuscafe {
  border-radius: 0.55rem 0.35rem 0.2rem 0.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  background-color: rgba(123, 166, 151, 0.5);
  border: 1px solid midnightblue;
  padding: 0.35rem;
  height: min-content;
  width: 100%;
}
#statuscafe-username {
  padding: 0.20rem;
}
#statuscafe-content {
  padding: 0.20rem;
}

lastfm-tracks {
  border-radius: 0.55rem 0.35rem 0.2rem 0.2rem;
  background-color: rgba(103, 143, 129,0.25);
  width: 100%;
  padding: 0.3rem;
  overflow: scroll;
  flex: 1;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

lastfm-tracks::-webkit-scrollbar {
  display: none;
}

#main {
  display: flex;
  flex: 1 1 100%;
  gap: 0.3rem;
}

#mobile-nav {
  display: none;
}

#main-left {
  width: 12rem;
  max-height: 100%;
  overflow: auto;
  flex: 1 1;
  flex-basis: fit-content;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

#intro {
  box-shadow: 0px -20px 199px -55px rgba(0,38,20,1) inset;
  -webkit-box-shadow: 0px -20px 199px -55px rgba(0,38,20,1) inset;
  -moz-box-shadow: 0px -20px 199px -55px rgba(0,38,20,1) inset;
  background: #002614;
  background: linear-gradient(178deg, rgba(0, 38, 20, 0.9) 20%, rgba(41, 80, 61, 0.75) 39%, rgba(140, 184, 162, 0.7) 74%, rgba(109, 153, 131, 0.9) 100%);
  border-radius: 0.4rem 0.35rem 0.2rem 0.2rem;
  padding: 0.35rem;
  height: fit-content;
  color: #d3e6e0;
}

#intro-text {
  background: rgba(0, 38, 20, 0.5);
  padding: 0.35rem;
  border-radius: inherit;
}

#intro-text p {
}

#stamps {
  --gap: 0.5rem;
  padding: 0.2rem 0;
  width: 100%;
  min-height: fit-content;
  display: flex;
  gap: var(--gap);
  overflow: hidden;
}

#stamps-marquee {
  padding: 0.2rem 0;
  min-width: 100%;
  flex-shrink: 0;
  display: flex;
  gap: var(--gap);
  justify-content: space-around;
  overflow: hidden;
  animation: scroll 12s linear infinite;
}

#stamps:hover > *{
  animation-play-state: paused;
}

#stamps-marquee > img {
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

#main-right {
  display: flex;
  gap: 0.3rem;
  flex-direction: column;
  min-width: min-content;
  max-height: 100%;
  overflow: auto;
}

#ds {
  box-shadow: 0px 19px 199px -10px rgba(0,38,20,1) inset;
  -webkit-box-shadow: 0px 19px 199px -10px rgba(0,38,20,1) inset;
  -moz-box-shadow: 0px 19px 199px -10px rgba(0,38,20,1) inset;
  border-radius: 0.5rem;
  padding: 0.1rem 0.35rem 0.1rem 0.35rem;
  height: fit-content;
  width: fit-content;
}

#chat {
  padding: 0.35rem;
  flex: 1 1 100%;
}

#chat > iframe {
  border-radius: 0.5rem 0.5rem 0.2rem 0.2rem;
}

#rside {
  width: 25%;
  min-width: fit-content;
  max-height: 100%;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

#nav {
  box-shadow: 0px 0px 106px -20px rgba(0,38,20,1) inset;
  -webkit-box-shadow: 0px 0px 106px -20px rgba(0,38,20,1) inset;
  -moz-box-shadow: 0px 0px 106px -20px rgba(0,38,20,1) inset;
  background: #002614;
  background: linear-gradient(178deg, rgba(0, 38, 20, 0.7) 15%, rgba(13, 84, 48, 0.5) 35%, rgba(54, 122, 90, 0.2) 58%, rgba(13, 84, 48, 0.45) 75%, rgba(0, 38, 20, 0.7) 100%);
  border-radius: 0.55rem 0.4rem 0.2rem 0.3rem;
}

#nav ul {
  list-style: none;
}

#nav ul > li {
  border-radius: 0.4rem 0.3rem 0.25rem 0.25rem;
  background-color: rgba(75, 110, 84, 0.7);
  Margin: 0.5rem 0.7rem;
  padding: 0.5rem 0 0.5rem 2rem;
  border: 1px solid white;
}

#rside-extras {
  box-shadow: 0px 0px 106px -20px rgba(c) inset;
  -webkit-box-shadow: 0px 0px 106px -20px rgba(0,38,20,1) inset;
  -moz-box-shadow: 0px 0px 106px -20px rgba(0,38,20,1) inset;
  border-radius: 0.4rem 0.35rem 0.2rem 0.2rem;
  background: #002614;
  background: linear-gradient(178deg, rgba(0, 38, 20, 0.7) 15%, rgba(13, 84, 48, 0.55) 35%, rgba(54, 122, 90, 0.3) 58%, rgba(13, 84, 48, 0.5) 75%, rgba(0, 38, 20, 0.7) 100%);
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#tamanotchi {
  margin: 0.5rem;
  height: fit-content;
  width: fit-content;
}

#counter {
  margin-top: auto;
}

#counter img {
  border-radius: 0.7rem 0.7rem 0.5rem 0.5rem;
}




@media (max-width: 470px) {
  
    .container {
      height: 100vh;
      Width: 100vw;
      padding: 0.2rem;
      flex-direction: column;
      overflow: auto;
    }
    
    #lside {
      width: 100%;
      height: 50%;
      order: 2;
    }
    
    #main {
      order: 1;
      flex-wrap: wrap;
      width: 100%;
      height: fit-content;
      align-content: start;
      justify-content: center;
    }
    
    #main > #mobile-nav {
      border: 1px solid limegreen;
      padding: 0.2rem 0px;
      width: 100%;
      display: block;
    }
    
    #main > #mobile-nav ul {
      list-style: none;
      display: flex;
      justify-content: space-around;
    }
  
    #main > #mobile-nav ul > li {
      border: 1px solid red;
    }
    
    #main-right {
      justify-content: center;
      align-items: center;
    }
    
    #chat > iframe {
      height: 300px;
    }
  
    #rside {
      width: 100%;
      order: 3;
      min-height: fit-content;
    }
    
    #rside > #nav {
      display: none;
    }
  }

  @media (min-width: 470px) and (max-width: 600px) {
    
    .container {
      height: 100vh;
      Width: 100vw;
      padding: 0.3rem;
      flex-direction: column;
      overflow: auto;
    }
    
    #lside {
      order: 2;
      width: 100%;
      height: 50%;
    }
    
    #main {
      order: 1;
      flex-wrap: wrap;
      width: 100%;
      height: fit-content;
      align-content: start;
    }
    
    #main > #mobile-nav {
      border: 1px solid limegreen;
      padding: 0.2rem 0px;
      width: 100%;
      display: block;
    }
    
    #main > #mobile-nav ul {
      list-style: none;
      display: flex;
      justify-content: space-around;
    }
    
    #main > #main-right {
      border: 1px solid red;
      width: 100%;
      flex-direction: row;
    }
    
    #chat {
    }
    
    #rside {
      order: 3;
      min-height: fit-content;
      width: 100%;
    }
    
    #rside > #nav {
      display: none;
    }
    
    #rside-extras {
    }
  }

  @media (min-width: 600px) and (max-width: 850px) {
    
    .container {
      height: 85%;
      Width: 95%;
    }
    
    #main {
      border: 1px solid yellow;
      flex-direction: column;
      align-content: start;
    }
    
    #main > #main-left {
      border: 1px solid green;
    }
    
    #main > #main-right {
      border: 1px solid red;
      width: 100%;
      flex-direction: column;
      align-items: center;
    }
    
  }































































