@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Just+Another+Hand&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Coral+Pixels&family=Fuzzy+Bubbles:wght@400;700&family=Knewave&display=swap');

@font-face {
  font-family: "basiic";
  src: url("https://files.catbox.moe/jtvuhg.ttf") format("truetype");
}
    ::-webkit-scrollbar {
      width: 16px;
    }

    ::-webkit-scrollbar:horizontal {
      height: 17px;
    }

    ::-webkit-scrollbar-corner {
      background: #eee;
    }

    ::-webkit-scrollbar-track:vertical {
      background: linear-gradient(90deg, #e5e5e5, #f0f0f0 20%);
    }

    ::-webkit-scrollbar-track:horizontal {
      background: linear-gradient(180deg, #e5e5e5, #f0f0f0 20%);
    }

    ::-webkit-scrollbar-thumb {
      border: 1.5px solid #888;
      border-radius: 3px;
      box-shadow: inset 0 -1px 1px #fff, inset 0 1px 1px #fff;
      background-color: #eee;
    }

    ::-webkit-scrollbar-thumb:vertical {
      background: url("https://i.imgur.com/bfyvjnx.png") no-repeat 50%, linear-gradient(90deg, #eee 45%, #ddd 0, #bbb);
    }

    ::-webkit-scrollbar-thumb:horizontal {
      background: url("https://i.imgur.com/tqe4SxM.png") no-repeat 50%, linear-gradient(180deg, #eee 45%, #ddd 0, #bbb);
    }

    ::-webkit-scrollbar-button:horizontal:end:increment,
    ::-webkit-scrollbar-button:horizontal:start:decrement,
    ::-webkit-scrollbar-button:vertical:end:increment,
    ::-webkit-scrollbar-button:vertical:start:decrement {
      display: block;
    }

    ::-webkit-scrollbar-button:vertical {
      height: 17px;
    }

    ::-webkit-scrollbar-button:vertical:start:decrement {
      background: white;
      background-image: url("https://i.imgur.com/EFnEMEb.png");
      background-repeat: no-repeat;
      background-position: center;
      -moz-background-size: cover;
      -webkit-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    }

    ::-webkit-scrollbar-button:vertical:start:increment {
      display: none;
    }

    ::-webkit-scrollbar-button:vertical:end:decrement {
      display: none;
    }

    ::-webkit-scrollbar-button:vertical:end:increment {
      background: white;
      background-image: url("https://i.imgur.com/xuIt6Lc.png");
      background-repeat: no-repeat;
      background-position: center;
      -moz-background-size: cover;
      -webkit-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    }
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 20px;
  min-height: 100vh;
  background-image: url("https://i.ibb.co/6JB0xXBr/5d41a0717acf49176c4a6d7e9afe7598.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  font-family: "Fuzzy Bubbles", sans-serif;
  line-height: 1.5;
  color: #222;
}

.container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: min(100%, 800px);
  min-height: 500px;
  margin: auto;
  padding: 12px;
  border: 3px double #4d2a1c;
  border-radius: 14px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.95) 0%,
    rgba(255, 255, 255, 0.75) 100%
  ); box-shadow:
    0 2px 8px rgba(0, 0, 0, 0.15),
    inset 3px 2px 5px rgba(48, 22, 18, 0.15);
    backdrop-filter: blur(4px);
}


.side {
  width: 200px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 8px;
  border: 1px solid #6b6b6b;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.side img {
  max-width: 100%;
  display: block;
}


.main {
  flex: 1;min-width: 300px;padding: 12px;border: 1px solid #6b6b6b;border-radius: 10px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  overflow-y: auto;
}

.text {
  text-align: center;
  background-position: center;
  background: linear-gradient(to left, #FFFDFE 2%, #FF78B1 100%);
        -webkit-background-clip: text;
}

.info {
  width: 100%;
  padding: 2px;
  border: 1px solid #000;
  border-radius: 6px;
  font-family: "basiic", sans-serif;
  font-size: 17px;
  background: #baf1ff;
  background: #baf1ff;
background: linear-gradient(360deg, rgba(186, 241, 255, 0.99) 0%, rgba(122, 169, 194, 1) 41%, rgba(186, 241, 255, 1) 64%, rgba(255, 255, 255, 1) 100%);
 transition: transform 0.2s ease,
              box-shadow 0.2s ease;
}

.icon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border: 1px solid #000;
  outline: 1px solid #000;
  outline-offset: 2px;
  border-radius: 14px;

  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(140%);
  transition: transform 0.3s ease;
}

.icon:hover img {
  transform: scale(1.30);
}

.menu {
  
    background: url("https://i.ibb.co/LDQkT8Jd/86b4b733b31680ccdb456e63dd6d308f.jpg");
  width: 100%;
  min-height: 100px;
  padding: 8px;
  border: 1px solid #000;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
#button {
  width: 100%;
  min-height: 24px;
  margin-bottom: 4px;
  padding: 2px 6px;
  border: 1px solid #000;
  border-radius: 10px;
  background: linear-gradient(180deg,#ffffff 0%,#e2e2e2 100%);
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}

#button:hover {
  transform: translateY(-1px);
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    #d5f0ff 100%
  );
}
#button a {
  color:black;
}
.entry {
  margin-bottom: 12px;
  border: 1px solid #6b6b6b;
  border-radius: 6px;
  background: rgba(255,255,255,0.45);
  overflow: hidden;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.entry:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 12px rgba(0,0,0,0.12);
}

.header {
  padding: 8px;
  border-bottom: 1px solid #000;
  background-image: url("https://foollovers.com/mat/plaid03/d22-bg-checked.gif");
  background-size: 5%;
  color: white;
  text-shadow:
    1px -1px 2px #000,
    -1px -1px 0px #000,
    1px -1px 0px #000,
    -1px 1px 0px #000,
    1px 1px 0px #000;
  box-shadow: inset 0 4px 2px rgba(0,0,0,0.2);
}

.header img {
  width: 32px;
  height: auto;
  vertical-align: middle;
}
.header img: hover {
  webkit-animation: pop 1s ease-in-out infinite alternate;
 animation: pop 1s ease-in-out infinite alternate;
 -moz-animation: pop 1s ease-in-out infinite alternate;
}
  
@keyframes pop {
from {
transform:scale(0.95)
}

50% {
transform:scale(1)
}

to {
transform:scale(0.95)
}

}

.title {
  color: darkturquoise; font-family: "Just Another Hand", cursive; 
  font-weight: 400;
  font-style: normal; font-size: 30px;
}
.yap {
  margin: 8px;
  padding: 12px;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #6b6b6b;
  border-radius: 6px;
  font-size: 12px;
  font-family: "Coral Pixels", monospace;
  background:
    linear-gradient(360deg,rgba(0, 4, 5, 0) 0%,rgba(255, 255, 255, 1) 55%),url("https://foollovers.com/mat/dot02/p27-bg-polkadot.gif");
  background-repeat: repeat;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

p, a, {
  margin: 0;
  font-family: "Fuzzy Bubbles", sans-serif;
  font-weight: 400;
}
b { background-color: #fff1bd;
}
i {
 color: #6d47bf;
}
a {
  color: #2d5b84;
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: #17344d;
  text-decoration: underline wavy;
}

h1,h2,h3 {
  margin-top: 0;
  font-family: "Knewave", cursive;
}

h2 {
    color: white; -webkit-text-stroke-width: 1px; 
    -webkit-text-stroke-color: #6fc3c9;
  font-size: 20px; padding-left: 15px;
    border: 1px solid transparent; border-radius: 10px;
background: linear-gradient(90deg, rgba(255, 247, 186, 1) 51%, rgba(0, 0, 0, 0) 100%);
}
h2:hover {
    padding-left:20px;
}

@media (max-width: 700px) {
  body {
    padding: 8px;
  }

  .container {
    flex-direction: column;
  }

  .side {
    width: 100%;
  }

  .main {
    width: 100%;
  }

  .icon {
    width: 150px;
    height: 150px;
  }
}