
:root {
  --container: 800px
}
body {
  display:flex;
}
.tooltip {
  outline:1px solid var(--white);
  background-image: linear-gradient(to top, var(--light), var(--lighter));
  border: 1px solid var(--black);
  padding:5px;
  width:140px;
  transition: 0.8s opacity;
}
.box {
  border: 1px solid var(--black);
  background-image: linear-gradient(to top, var(--light), var(--lighter));
  outline: 1px solid var(--white);
  outline-offset: -3px;
}

#container.grid {
  padding: 5px 0px;
  grid-template-areas: "header header""aside main""article article""footer footer";
  gap: 5px;
  grid-template-columns: 200px auto;
    margin: 0 auto;
}

/* header */
header {
  border: 1px solid var(--black);
  background-color: var(--lighter);
}

#header-img {
  height: 100px;
  background-image: url("https://file.garden/aWxLNJylm2AE_Wn6/hannya%20network/gallery/pascal-42726.png");
  background-size: 100%;
  background-position:0px -230px;
}

#splash-text {
  background-color: #63e4c2;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

#splash-track {
  display: inline-block;
  padding-left: 100%;
  animation: scroll 15s linear infinite;
  animation-play-state: running;
}

#splash-track:hover {
  animation-play-state: paused;
  cursor: pointer;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* aside */
aside.box {
background-size: 20px 20px;
background-image:  repeating-linear-gradient(0deg, var(--grey), var(--grey) 1px, var(--lighter) 1px, var(--lighter));
}
aside h3{
    font-weight:700;
}

/*navigation*/
#navigation h3 {
  background-color: #fc6bac;
opacity: 1;
background-image:  radial-gradient(#ffbcda 1.5px, transparent 1.5px), radial-gradient(#ffbcda 1.5px, #fc6bac 1.5px);
background-size: 60px 60px;
background-position: 0 0,30px 30px;
  background-color:#fc6bac;
  padding:5px 10px;
  text-align: center;
  transform:rotate(2deg);
  box-shadow:2px 2px #232d4415;
  color:#4d1330;
}
#navigation {
  padding: 5px 0px;
}

#navigation a {
  display:block;
  text-decoration:none;
  padding: 0px 5px;
}
#navigation a:hover {
  background:var(--light);
}
#navigation a:nth-of-type(2) {
  background:#ff665b;
}
#navigation a:nth-of-type(2):hover {
  background:#ec4765;
}

#navigation a:nth-of-type(4) {
  background:#9ae96c;
}
#navigation a:nth-of-type(4):hover {
  background:#5cdb84;
}
#navigation a:nth-of-type(6) {
  background:#ffd700;
}
#navigation a:nth-of-type(6):hover {
  background:#ffb700;
}
#navigation a:nth-of-type(7) {
  background:#87d2e7;
}
#navigation a:nth-of-type(7):hover {
  background:#6b99d9;
}
#navigation a .fa-spin {
  animation-play-state: paused;
  transition:0.2s;
}

#navigation a:hover .fa-spin {
  animation-play-state: running;
  margin-right:10px;
}

/*status.cafe*/
#statuscafe {
  margin:6px;
}
#statuscafe h3 {
  line-height:14px;
}
#statuscafe .flex {
  gap:2px;
  align-items: center;
  height:54px;
}
#statuscafe a{ 
    text-decoration: none;
}
#statuscafe-username {
    font-size:15px;
    font-weight:600;
    line-height:10px;
}
#statuscafe-username a {
  display:none;
}
#statuscafe-content {
  font-size:13px;
}
/*lastfm*/

#lastfm {
  margin:6px;
  text-align: center;
  align-items: center;
}
#lastfm a {
  text-decoration: none;
}
#cover-art {
  width:80px;
  height:80px;
}
#widget {
  flex-grow:1
}
#song {font-size:15px;  font-weight:600;line-height:7px}
#artist {font-size:10px}
#album {
  display:none;
}

/* main */
#welcome-text {
  min-height: 300px;
  align-items: stretch;
  gap: 5px;
  background-size: 20px 20px;
background-image:  repeating-linear-gradient(0deg, var(--grey), var(--grey) 1px, var(--lighter) 1px, var(--lighter));

}

#welcome-image-aside {
 background-image:url("../assets/img/bobby-wave.gif");
  background-size: 100%;
  width: 40%;
  position: relative;
  left:17px;
}

#actual-welcome-text {
  width: 60%;
  padding: 10px;
}
#welcome-text h2 {
  font-weight:bold;
  color:#8e5fa6;
  background:#d0e1f9;
}
#warning {
  background-color:#f5ce50;
  border:3px solid #dd9c33;
  color:#2d2a27;
  padding: 5px;
  outline: 1px solid var(--black);
}
#warning b {
  color:#724929
}
#warning {
  line-height: 14px;
  position: relative;
}
#warning button {
  position: absolute;
  bottom:5px;
  right: 5px;
  background-color:#f5ce50;
  border:3px outset #bb8328;
  font-weight: 600;
  color:#483125
}
#warning button:hover {
  background-color:#dd9c33;
  border-color:#bb8328;
  border-style: inset;
  color:var(--white);
  cursor: pointer;
}

#hits {
  position: absolute;
  bottom: 0px;
  right: 10px;
  font-size:10px;
}

/* gallery */
#art-gallery {
  margin-top: 5px;
}

.intro-content {
  width: 600px;
  max-width: 100%;
  height: 220px;
}

/* glide */
.glide {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  background-color: var(--lighter);
  background-image: none;
}

.glide__track {
  height: 100%;
}

.glide__slides {
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.glide__slide {
  position: relative;
  height: 320px;
}

.glide__bullets {
  position: absolute;
  right: 5px;
  bottom: 0;
  display: flex;
  gap: 5px;
  margin: 5px;
  padding: 5px;
  background: var(--light);
  border: 1px solid var(--black);
  z-index: 5;
}

.glide__bullet {
  width: 12px;
  height: 12px;
  border: none;
  background: #a46df7;
  cursor: pointer;
}

.glide__bullet--active {
  background: #7db74a;
}

/*glide sections*/
.text.flex {
  height: 100%;
}

#art-text,
#dachi-text {
  width: 50%;
  height: 100%;
  position: relative;
  z-index: 99;
}

#featured-art,
#featured-dachi {
  height: 100%;
  width: 50%;
  background-size: 100%;
}

#featured-dachi {
  background-image: url("https://file.garden/aWxLNJylm2AE_Wn6/tomodachi/2026050818290100-BEFDE7D710248F377DF6BE3F5120B939.jpg");
  box-shadow: inset -60px 0 60px var(--lighter);
}
#art-text {
  padding: 10px;
}
#art-text a {
  background-color: #4cb9e5;
  border:2px solid #177bbe;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  color:var(--white);
  font-weight:700;
  padding: 2px;
}
#art-text a:hover {
  background-color: #55dcbd;
  border-color: #25b2ab;
}
#art-text h3 {
  font-weight: 700;
}
#featured-art {
  filter: blur(2px);
  transition: 0.3s;
  background-image: url("https://file.garden/aWxLNJylm2AE_Wn6/hannya%20network/gallery/pascal-42726.png");
  box-shadow: inset 60px 0 60px var(--lighter);
}

.glide:hover #featured-art {
  filter: blur(0px)
}

/*articles*/
article {
  gap: 5px;
  flex-direction: column;
}

article>.flex {
  width: 100%;
  gap: 5px
}

article>.flex:last-of-type {
  align-items: stretch;
}

/*changelog/poll/img*/
#changelog {
  width: 300px;
}
#changelog h2 {
  color:#ab3202;
  background:#f5da56;
  padding:5px;
  font-weight:700;
}
#changelog > p:first-of-type {
  font-size:12px;
  padding:5px;
}
#updates {
  height:200px;
  overflow: auto;
  padding:5px;
}

#updates h4 {
  color:var(--white);
  font-weight:700;
  font-size:15px;
}
#updates h4:nth-of-type(3n + 1) {
  background:#55b5d9;
  text-shadow:2px 2px #2a5f87;
}

#updates h4:nth-of-type(3n + 2) {
  background: #73e354;
  text-shadow:2px 2px #23754f;
}

#updates h4:nth-of-type(3n + 3) {
  background:#ff665b;
  text-shadow:2px 2px #701a45;
}

#poll {
  width: 250px;
  background-size: 20px 20px;
background-image:  repeating-linear-gradient(0deg, var(--grey), var(--grey) 1px, var(--lighter) 1px, var(--lighter));

}

#misc {
  flex-grow: 1;
  background-color: limegreen;
}

/*guestbook/kofi*/
#gk {
  width: 20%;
  flex-direction: column;
  gap: 5px;
}

#guestbook,
#kofi {
  aspect-ratio: 1/1;
  background-color: red;
}

/*fun*/
#fun {
  flex-grow: 1;
  background-size: 20px 20px;
background-image:  repeating-linear-gradient(0deg, var(--grey), var(--grey) 1px, var(--lighter) 1px, var(--lighter));

}






/*below 800px responsiveness*/

@media (max-width:800px) {
  :root {
    --container:100%
  }
  #container.grid {
    margin:5px;
    padding:0px;
  }
  #art-gallery {
    display:none;
  }
  #welcome-text {
    height:100%;
  }
}
/*below 600px responsiveness*/

@media (max-width:600px) {

  #navigation h3, #statuscafe, #doll, #lastfm, #misc, hr, #poll, #fun {display:none}

  article .flex {
    flex-direction: column;
  }
  #changelog {
    width:100%;
  }
  #gk {
    flex-direction: row;
    align-content: center;
  }
  #guestbook,#kofi {
    height:200px;
    aspect-ratio: 1/1;
  }
}








