body {
  image-rendering:pixelated;
  background-image: url('images/backgrounds/pnktile.jpg');
  font-family: "MS PGothic", "Verdana", sans-serif;
  font-size: 14px;
  color: #5a4a4a;
  line-height: 1.4em;
  cursor: url("/images/cursor.webp"), auto;
  
  margin: 0;
  padding: 0;
}

#the-layout {
  position: relative;
  width: 990px;
  margin: 20px auto;
  padding: 10px;
  border: 6px solid #fca5d4;
  border-radius: 15px;
  background: #fffafb;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.15);
}

header {
  width: 100%;
  height: 180px;
  background-size: cover;
  border: 4px solid #f8c7e2;
  border-radius: 12px;
  margin-bottom: 15px;
}

.menu {
  background-image: url('images/backgrounds/pinkribbon.webp');
  border-radius: 10px;
  margin: 10px 0 15px;
  padding: 6px;
  font-size: 15px;
  color: #312b2f;
  box-shadow: inset 0 0 6px rgba(0,0,0,0.05);
}

.page-layout {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}

.sidebar {
  width: 180px;
  flex-shrink: 0;
  padding: 10px;
  border-radius: 12px;
  background: #fafdff;
  border: 3px solid rgb(255, 186, 212);
  box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
  font-size: 13px;
}

.sidebar h2 {
  font-size: 14px;
  background-image: url('/images/backgrounds/1.webp');
  border: 2px dashed #ffb6d2;
  border-radius: 8px;
  padding: 4px 6px;
  margin: 8px 0;
  text-align: center;
  color: #7a4a68;
}

.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
}

.sidebar ul li a {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;

  width: 160px;
  height: 45px;
  margin: 8px auto;

  background-image: url("/images/buttons/heart.webp"); 
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;

  border-radius: 6px;
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
  transition: transform 0.1s ease;
}

.sidebar li {
  margin: 4px 0;
}

.content {
  flex: 1;
}

.box-title {
  background: #f5dcdc;
  color: #2f4e6b;
  padding: 4px 8px;
  border-bottom: 1px solid #cfcfcf;
}

.box-content {
  padding: 8px;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
}

.row {
  display: flex;
  margin-bottom: 12px;
  gap: 12px;
}

.col {
  flex: 1;
  padding: 15px;
  border-radius: 12px;
  border: 2px solid #f3cce2;
  background: #fffdfd;
  box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
  text-align: center;
  font-size: 13px;
}

.whitecloudybox {
  width: 100%;
  height: auto;
  border: 40px solid transparent;
  box-sizing: border-box;
  margin-bottom: 2%;
  border-width:12px;
  border-style:solid;
  border-image: url(images/borders/pink.png) 11 fill round;   
  border-image-repeat: repeat;
  background: #fffffd;
  color: black;
  padding: 10px;
}

.whitecloudyfull { 
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: transparent;
  color: black;
}

.whitecloudybox2 {
  height: 300px;
  border: 11px solid transparent;
  margin-bottom: 2%;
  border-image: url(https://angel99.neocities.org/lace1-2.gif) 50 round;
}

.whitecloudyfull2 {
  width:100%;
  height:100%;
  overflow-y:auto;
  background: #fffffd;
  color:black;
}

.footer-img {
  width: 550px;
  height: auto;
  border: 2px solid #f7af80;
}

.loli {
  position: absolute;
  top: 760px;
  right: 390px;
  filter: drop-shadow(6px 6px 5px rgb(83, 76, 44));
  z-index: 1000;
}

.updates {
  background: url('images/borders/blackboard.jpg') no-repeat center;
  background-size: contain;  
  color: #1b0707;
  width: 145px; 
  height: 147px;              
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  padding: 35px 8px 8px;
  font-size: 10px;
  box-sizing: border-box;
  margin: auto;
}

.updates-title {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 5px;
}

.counter {
  background: #fff;
  border: 2px solid #f3cce2;
  border-radius: 10px;
  padding: 8px;
  text-align: center;
  margin: 5px 0;
}

.mood {
  width: 120px;
  height: 75px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  color:rgb(49, 25, 25);
}

/* --- DROPDOWN STYLING --- */
.sidebar .dropdown {
  position: relative;
}

.sidebar .dropdown-content {
  display: none;
  flex-direction: column;
  position: relative;
  margin-top: 5px;
}

.sidebar .dropdown:hover .dropdown-content {
  display: flex;
}

.sidebar .dropdown-content li a {
  width: 150px;
  height: 38px;
  font-size: 13px;
  background-image: url("/images/buttons/heart.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 5px auto;
  font-weight: normal;
}

.cladivid {
  display: block;

  width: 550px;
  height: auto;
}

.blog-img {
  max-width: auto;
  height: 250px;
  border: 2px solid rgb(255, 186, 212);
  border-radius: 10px;
  margin: 10px 0;
}

    ::-webkit-scrollbar {
      width: 16px;
      height: 16px;
    }

    ::-webkit-scrollbar-track {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAIAAAD91JpzAAAAFElEQVQIW2M4fPz0////GYAYyAIASnoKpV3w4kgAAAAASUVORK5CYII=");
      image-rendering: pixelated;
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      filter: grayscale(100%);
    }

    ::-webkit-scrollbar-track:active {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAIAAAD91JpzAAAAEElEQVQIW2No6+pjgAAgCwAWogM9VKrgGQAAAABJRU5ErkJggg==");
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      filter: grayscale(100%);
    }

    ::-webkit-scrollbar-thumb {
      border-top: 1px solid #cccccc;
      border-left: 1px solid #cccccc;
      border-right: 1px solid black;
      border-bottom: 1px solid black;
      box-shadow: inset 1px 1px 0 0 white, inset -1px -1px 0 0 #868a8e;
      width: 16px;
      height: 16px;
      background-color: #cccccc;
      z-index: 1;
    }

    ::-webkit-scrollbar-corner {
      background-color: #cccccc;
    }

    ::-webkit-resizer {
      width: 16px;
      height: 16px;
      background-color: #cccccc;
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAN0lEQVR4Ae3MgQUAMBRDwU5fFF05lb/CARTBw2Ulof0DxPtcwp3hNuEYnjbcEW4TjuFpwx3h9gMWGgZ2Y/PT2gAAAABJRU5ErkJggg==");
      background-position: bottom right;
      background-repeat: no-repeat;
      image-rendering: pixelated;
    }

    ::-webkit-scrollbar-button,
    .scroll::-webkit-scrollbar-button {
      border-top: 1px solid #cccccc;
      border-left: 1px solid #cccccc;
      border-right: 1px solid black;
      border-bottom: 1px solid black;
      box-shadow: inset 1px 1px 0 0 white, inset -1px -1px 0 0 #868a8e;
      display: block;
      width: 16px;
      height: 16px;
      background-color: #cccccc;
      image-rendering: pixelated;
      background-repeat: no-repeat;
      background-position: center center;
    }

    ::-webkit-scrollbar-button:active,
    .scroll::-webkit-scrollbar-button:active {
      background-position: 2px 2px;
    }

    ::-webkit-scrollbar-button:horizontal:decrement,
    .scroll::-webkit-scrollbar-button:horizontal:decrement {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAHklEQVQY02NgoBT8xyX8H5fwf1zCpOjAYwceV1EEAAO2D/HsQ4vsAAAAAElFTkSuQmCC");
    }

    ::-webkit-scrollbar-button:horizontal:increment,
    .scroll::-webkit-scrollbar-button:horizontal:increment {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAHUlEQVQY02NgIB/8xy3xH7fEf9wS/0nUQZqrKAYAK44P8ZRmzLQAAAAASUVORK5CYII=");
    }

    ::-webkit-scrollbar-button:vertical:decrement,
    .scroll::-webkit-scrollbar-button:vertical:decrement {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGklEQVR4AWMYxuA/SYphmETFhDX9x4mHGQAAcL4P8dQiMq8AAAAASUVORK5CYII=");
    }

    ::-webkit-scrollbar-button:vertical:increment,
    .scroll::-webkit-scrollbar-button:vertical:increment {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAF0lEQVQY02NgoBf4jwJxSOHQhcNAOgMAWWAP8Rv2U3UAAAAASUVORK5CYII=");
    }

    ::-webkit-scrollbar-button:horizontal:increment:start,
    .scroll::-webkit-scrollbar-button:horizontal:increment:start {
      display: none;
    }

    ::-webkit-scrollbar-button:horizontal:decrement:end,
    .scroll::-webkit-scrollbar-button:horizontal:decrement:end {
      display: none;
    }

    ::-webkit-scrollbar-button:vertical:increment:start,
    .scroll::-webkit-scrollbar-button:vertical:increment:start {
      display: none;
    }

    ::-webkit-scrollbar-button:vertical:decrement:end,
    .scroll::-webkit-scrollbar-button:vertical:decrement:end {
      display: none;
    }

    ::-webkit-scrollbar-button:active,
    .scroll::-webkit-scrollbar-button:active {
      border-top: 1px solid #868a8e;
      border-left: 1px solid #868a8e;
      border-bottom: 1px solid #868a8e;
      border-right: 1px solid #868a8e;
      box-shadow: none;

html,
body {
  user-select: none;           /* Chrome, Opera */
  -webkit-user-select: none;   /* Safari */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* IE/Edge */
}

.prevent-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}