::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #fff7fa;
  -webkit-border-radius: 0ex;
  border: 1px dotted #edaecb;
}

::selection {
  background-color: #fdf2f8;
  color: #8d7c76;
}

::-moz-selection {
  background-color: #fdf2f8;
  color: #8d7c76;
}

.page-scale {
  width: 100%;
  display: flex;
  justify-content: center;
}

#scale-root {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  zoom: var(--scale);
}

:root {
  --scale: 0.90;
}

body {
  min-height: 100vh;
  width: 100%;
  margin: 0;
  background: url(/media/backgrounds/checkbg.png) repeat !important;
  background-size: 100px;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  align-items: center; 
  justify-content: flex-start;
  cursor: url(/media/cursor/melody.webp), progress;
}

body, a, button {
  cursor: url(/media/cursor/melody.webp), progress;
}

html {
  font-size: clamp(12px, 1.2vw, 14px);
  overflow-x: hidden;
  height: 100%;
}

#s-m-t-tooltip {
  max-width: 150px;
  margin: 25px;
  background-color: white;
  border: 7px solid;
  border-image: url(/media/borders/pink.png) 5 fill round;
  border-image-outset: 2px;
  outline: 1px dashed #e1b3c7;
  outline-offset: -6px;
  border-radius: 4px;
  font-family: tahoma;
  font-size: 7px;
  letter-spacing: 2px;
  color: #848484;
  position: relative;
  z-index: 100000 !important;
  pointer-events: none;
  padding: 4px;
  text-align: center;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

#context_menu {
  background: #FEF8FC;
  border: 1px dotted #AAAAAA;
  letter-spacing: 1px;
  width: 70px;
  font-family: Verdana;
  font-size: 8px;
  position: absolute;
  display: none;
  z-index: 100000;
}

#context_menu ul li {
  padding: 4px;
  cursor: url('/media/cursor/melody.webp'), pointer;
  z-index: 100000;
}

#context_menu ul li:hover {
  background: #FEF8FC;
  color: #848484;
  z-index: 100000;
}

#everything {
  width: 100%;      
  max-width: 1400px;
  position: relative;
  margin: 0 auto;
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* HEADER */

#right-wing, #left-wing, #cake {
  position: absolute;
  pointer-events: none;
  filter: drop-shadow(0 0 2px white) drop-shadow(2px 2px 1px #a3736790);
  z-index: 50;
}

#right-wing {
  width: 280px;
  height: auto;
  right: -160px;
  top: -20px;
}

#left-wing {
  width: 280px;
  height: auto;
  left: -60px;
  top: -20px;
}

#cake {
  width: 280px;
  height: auto;
  right: 390px;
  filter: drop-shadow(2px 0px white) drop-shadow(0px 2px white) drop-shadow(-2px 0px white) drop-shadow(0px -2px white) drop-shadow(2px 2px 1px #a3736790);
}

.header {
  width: 1020px;
  height: 160px;
  background: white;
  margin: 15px auto;
  position: relative;
  box-sizing: border-box; 
  border: 30px solid;
  border-image: url('/media/borders/renda.png') 22 repeat;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inside-header {
  flex: 1; 
  height: 100%; 
  background-image:
  radial-gradient(circle, white 19%, transparent 21%),
  radial-gradient(circle, white 19%, transparent 21%),
  linear-gradient(
    to right,
    #fff5fa 0%,
    #fff5fa 5%,
    #f8d5e5 100%
  );
  background-size:
  25px 25px,
  25px 25px,
  100% 100%;
  background-position:
  0 0,
  12px 12px,
  0 0;
  position: relative;
  overflow: hidden;
  outline: 1px brown dashed;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-74%, -38%);
  width: 100%;
  z-index: 25;
  font-family: 'spirits', sans-serif;
  font-size: 60px;
  font-weight: bold;
  color: #8d7c76;
  text-align: center;
  white-space: nowrap;
  text-shadow: 
    2px 2px 0px white, 
    -2px -2px 0px white, 
    2px -2px 0px white, 
    -2px 2px 0px white;
  pointer-events: none;
}

.copyright {
  position: absolute;
  bottom: 70px;
  left: 100px;
  z-index: 3;
  font-size: 9px;
  letter-spacing: 2px;
  text-align: center;
  font-family: 'satin';
  font-weight: 800;
  color: #8d7c76;
  overflow: hidden;
  z-index: 10;
}

.gif {
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 100%; 
  z-index: 1; 
  background: url('https://file.garden/aS-t0Aj4K3mdDujK/kkul/gifs/bunny.webp');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  mask-image: linear-gradient(to left, black 90%, transparent);
  -webkit-mask-image: linear-gradient(to left, black 90%, transparent);
  pointer-events: none;
}

/* NAVIGATE, INTRO & CHATBOX */

.main-content {
  display: flex;
  justify-content: center; 
  align-items: flex-start;   
  width: 100%;            
  margin-top: 60px;       
  gap: 25px;               
}

.navigate {
  width: 190px;   
}

.rightside {
  width: 200px;
}

.navigate, .rightside {
  height: 445px;
  background-color: transparent;
  border: 40px solid;
  border-image: url('/media/borders/renda.png') 30 repeat;
  border-radius: 40px;
  box-sizing: content-box;

  display: flex;
  justify-content: center;
  align-items: center;

  position: relative;
  z-index: 2;
  flex-shrink: 0;
}

.poka {
  position: absolute;
  width: 245px;
  height: 490px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image:
    radial-gradient(circle, #dbcac4 19%, transparent 21%),
    radial-gradient(circle, #dbcac4 19%, transparent 21%),
    linear-gradient(
    to bottom,
    #fff5fa 0%,
    #fff5fa 15%,
    #fce6f0 100%
    );
  background-size:
    22px 22px,
    22px 22px,
    100% 100%;
  background-position:
    0 0,
    12px 12px,
    0 0;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
}

.panel {
  position: relative;
  flex: 0 0 auto;
}

.navigate { font-size: 11px; }
.rightside { font-size: 13px; }

.intro {
  min-width: 730px;
  width: 100%;
  height: 520px;           
  background: url('/media/patternbackground.png') 10px 10px;
  border: 5px solid white;
  border-radius: 20px;
  padding: 10px;
  margin: 0;             
  box-shadow: 0px 0px 3px inset #0000003d, 3px 5px 6px #0000001d;
  box-sizing: border-box;
  display: block;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}

.intro-center {
  padding: 30px;
  background: white;
  border: 5px solid white;
  border-radius: 20px;
  background-image:
    radial-gradient(circle, white 19%, transparent 21%),
    radial-gradient(circle, white 19%, transparent 21%),
    linear-gradient(
    to bottom,
    #fff5fa 0%,
    #fff5fa 5%,
    #fce6f0 100%
    );
  background-size:
    25px 25px,
    25px 25px,
    100% 100%;
  background-position:
    0 0,
    12px 12px,
    0 0;
  position: relative;
  overflow: hidden;
  font-family: basiic;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  color: #848484;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

#chantilly {
width: 200px;
  height: 450px;
  background: #fbfaf8;
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  border-image: url(/media/borders/brown.png) 8 fill round;
  border-width: 10px;
  border-style: solid;
  border-radius: 15px;
  box-sizing: border-box;
  z-index: 1;
  outline: 1px dashed brown;
  outline-offset: -10px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.navigate-pad {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.titles-img {
  width: 100%; 
  height: 32px;
  position: relative;
  background-image:
  radial-gradient(circle, white 19%, transparent 21%),
  radial-gradient(circle, white 19%, transparent 21%),
  linear-gradient(
    to right,
    #fff5fa 0%,
    #fff5fa 5%,
    #fee5f1 100%
  );
  background-size:
  18px 18px,
  18px 18px,
  100% 100%;
  background-position:
  0 0,
  8px 8px,
  0 0;
  display: flex;
  align-items: center;  
  padding-left: 8px;    
  box-sizing: border-box;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.button {
  width: 100%; 
  padding: 6px 2px 7.2px 6px;
  font-family: 'pc-9800';
  border: 1px solid #f0b5cd;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  background-color: white;
  background-image: linear-gradient(#fffafc 50%, #fee3ef 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #8d7c76;
}

.button-icons {
  display: flex;
  align-items: center;
}

.button2 {
  width: 100%; 
  padding: 6px 2px 7.2px 6px;
  font-family: 'pc-9800';
  color: #8d7c76;
  border-top: 1px solid #f0b5cd;
  background-color: white;
  background-image: linear-gradient(#fffafc 50%, #fee3ef 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px; 
}

.button-extra {
  width: 100%; 
  padding: 6px 2px 7.2px 6px;
  font-family: 'pc-9800';
  color: #8d7c76;
  border-top: 1px solid #f0b5cd;
  border-bottom: 1px solid #f0b5cd;
  background-color: white;
  background-image: linear-gradient(#fffafc 50%, #fee3ef 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.button-extra img {
  align-items: right;
  margin-right: 8px;
  height: 14px;
}

.button2 p {
text-decoration: line-through;
margin: 0;
}

.button img {
  align-items: right;
  margin-right: 8px;
  height: 14px;
}

.button2 img {
align-items: right;
margin-right: 8px;
height: 14px;
width: auto;
}

.nav-title {
  font-size: 19px;
  font-family: 'spirits';
  font-weight: 550;
  color: #8d7c76;
  position: relative;
  text-shadow: -2px 1px white, 0 2px white, 2px 0 white, 0 -2px white, 0 0;
}


#fondue {
  width: 200px;
  height: 130px;
  background: url('/media/graphics/chantillymorango.png') center / 70% no-repeat;
  position: absolute;
  top: -110px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  filter: drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(1px 1px 0px #0000002d);
}

.chantilly-top {
  position: absolute;
  top: 0;
  right: -5px;
  width: 105.5%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

#dir-img {
  width: 250px;
  height: 80px;
  background: url('/media/backgrounds/moranguete.png') center / cover no-repeat;
  position: relative;
  z-index: 2;
  border-radius: 8px;
  margin-bottom: 80px;
  display: flex;
  align-items: center;    
  justify-content: center;
}

.navigatext {
  font-size: 30px;
  text-align: center;
  font-family: 'dotgothic16';
  font-weight: bold;
  color: #8d7c76;
  display: flex;
  filter: drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 0.5px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(1px 1px 0px #0000002d);
  z-index: 100;
}

#chantilly2 {
  width: 210px;
  height: 460px;
  background: #fbfaf8;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-image: url(/media/borders/brown.png) 8 fill round;
  border-width: 10px;
  border-style: solid;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 1;
  outline: 1px dashed brown;
  outline-offset: -10px;
  border-radius: 15px;
}

.chanti-pad {
  font-size: 12px;
  line-height: 10px;
  font-weight: 900;
  background: transparent;
  position: relative;
  box-sizing: border-box;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#chattable {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

#bubble {
  width: 200px;
  height: 130px;
  background: url('/media/graphics/bubble2.png') 0px 0px / cover no-repeat;
  background-size: 60%;
  position: absolute;
  top: -30px;
  right: -105px;
  background-position: center center;
  filter: drop-shadow(2px 2px #a3736790);
  align-content: center;
  justify-content: center;
  z-index: 999999;
  pointer-events: none;
}

#pocky, #pocky2, #bubble p {
  filter: drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 0.5px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(1px 1px 0px #0000002d);
}

#bubble p {
  color: #8d7c76;
  font-size: 15px;
  margin: auto;
  font-family: 'spirits';
  z-index: 1000;
}

#pocky {
  rotate: -85deg;
  position: absolute;
  top: 290px;
  right: -220px;
  z-index: 1000;
}

#pocky2 {
  rotate: -95deg;
  position: absolute;
  top: 290px;
  right: -190px;
  z-index: 1000;
}

#moranguete {
  width: 208px;
  height: 482px;
  background: url('/media/graphics/chanti.png') 0px 0px / cover no-repeat;
  background-size: 60%;
  position: absolute;
  top: 400px;
  left: -90px;
  filter: drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(1px 1px 0px #0000002d);
  z-index: 99999;
  pointer-events: none;
}

#lace {
  background: url('/media/graphics/swirl.png');
  background-size: 91%;
  width: 760px;
  height: 56px;
  position: absolute;
  top: 0px;
  left: 0px;
}

#aboutme {
  position: absolute;
  top: 75px;
  right: 20px;
  width: 425px;
  height: 305px;
  float: left;
  line-height: 14px;
  padding: 5px;
  background: transparent;
  font-family: 'pc-9800';
  font-size: 12px;
}

#about-inside {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: white;
  margin: auto;
  overflow: hidden;
  border: 1px brown dashed;
  outline: 5px solid white;
  display: flex;
  flex-direction: column;
  padding: 15px;      
  box-sizing: border-box;
}

#about-inside p {
  text-align: left;
}

#about-inside span {
  text-align: center;
}

#about-inside img {
  height: auto;
  width: 100px;
}

.about-icons {
  display: flex;
  justify-content: center;   
  align-items: center;     
  gap: 10px;               
  margin-top: 15px;
}

.divider {
  width: 100%;
  height: 45px;
  margin: 10px auto 0;
  margin-bottom: 10px;
  background: url('https://files.catbox.moe/9nvftu.png') no-repeat center;
  background-size: auto 102%;
}

#stamps-area {
  margin: 0 auto;
  width: 773px;
  position: relative;
  z-index: 1;
  overflow: visible;
}

.stamp {
  display: inline-block;
  padding-top: 10px;  
  height: 100%;           
  width: auto;                 
  object-fit: contain;
}

#stamps {
  filter: opacity(60%);
  filter: brightness(1.2);
  filter: saturate(90%);
  padding-top: 15px;
  padding-bottom: 8px;
  width: relative;
  height: relative;
  position: absolute;
  top: 380px;
  right: 1px;
  margin: auto;
  z-index: 1000;
  overflow: visible;
}

#stamps img {
  transition: transform 0.3s ease;
  transform-origin: center center;
}

#stamps img:hover {
  transform: scale(1.15);
}

#chibi {
  position: absolute;
  margin-top: 60px;
  margin-left: -60px;
  width: 340px;
  height: auto;
  z-index: 1000;
  transition: .4s;
  filter: drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(1px 1px 0px #0000002d);
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-size: contain;
  transform: rotate(-8deg)
}

#chibi:hover {
  transform: rotate(-12deg)
}

@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }

  50% {
    transform: translate(0, 12px);
  }

  100% {
    transform: translate(0, -0px);
  }
}

#left-wing,
#right-wing,
#cake,
#pocky,
#pocky2,
#moranguete {
  display: block;
}

.webclap-background,
.rightside,
.header,
.container {
  contain: none;
  content-visibility: visible;
}


@font-face {
  font-family: 'dotgothic16';
  src: url(/fonts/DotGothic16.woff2);
  font-display: swap;
}

@font-face {
  font-family: 'basiic';
  src: url(/fonts/basiic.woff2);
  font-display: swap;
}

@font-face {
  src: url(/fonts/satin.woff2);
  font-family: 'satin';
  font-display: swap;
}

@font-face {
  font-family: 'pixel cursive';
  src: url('/fonts/pixel-cursive.woff2');
  font-display: swap;
}

@font-face {
  src: url(/fonts/Spirit.woff2);
  font-family: 'spirits';
  font-display: swap;
}

@font-face {
  src: url(/fonts/pc-9800.woff2);
  font-family: 'pc-9800';
  font-display: swap;
}

@font-face {
  font-family: 'zen maru gothic';
  src: url(/fonts/ZenMaruGothic.woff2);
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.intro::after,
.music::after,
.navigate::after,
.fanlisting::after {
  content: "";
  display: table;
  clear: both;
}

#viewport {
  position: relative;
  width: 100vw;
  min-height: 100svh;
  overflow-x: auto;
  overflow-y: auto;
}

.decorative {
  position: absolute;
  pointer-events: none;
  user-select: none;
}

a {
  text-decoration: none;
  color: #edaecb;
  transition: .1s
}

a:link {
  color: #edaecb;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #edaecb;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #edaecb;
  background-color: transparent;
  text-decoration: dotted underline;
  font-style: italic;
}

a:active {
  color: #edaecb;
  background-color: transparent;
  text-decoration: underline;
}

#ipodstitle {
  position: absolute;
  margin-top: 1px;
  margin-left: 47px;
  font-size: 16px;
  font-family: spirit;
  font-weight: bold;
  text-shadow: 2px 0px 1px white, 0px 2px 1px white, -2px 0px 1px white, 0px -2px 1px white, 3px 3px 3px;
  z-index: 3;
}

.webclap-background {
  padding: 10px;
  margin: 0 auto;
  background: url('/media/backgrounds/sensacao.png');
  background-size: 55%;
  background-color: white;
  border: 5px solid white;
  border-radius: 20px;
  height: 126px;
  width: 240px;
  position: relative;
  overflow: hidden;
  right: 35px;
  top: 1px;
  box-shadow: 0px 0px 3px inset #0000003d, 3px 5px 6px #0000001d;
  display: flex;
  justify-content: center;
  align-items: center;
}

.webclap-inside {
  background: white;
  background-position: center;
  position: relative;
  border: 1px brown dashed;
  outline: 3px solid white;
  border-radius: 6px;
  overflow-y: hidden;
  overflow-x: hidden;
  font-size: 13px;
  height: 98px;
  width: 218px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.webclap-inside p {
  font-size: 12.5px;
  color: #848484;
  font-family: basiic;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 5px;
  align-items: left;
}

.webclap-inside span {
  color: #8d7c76;
  filter: drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 0.5px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(1px 1px 0px #0000002d);
  font-size: 20px;
  margin-top: 15px;
  font-family: 'spirits';
  z-index: 1000;
}

#webclap {
  height: 100px;
  width: 215px;
  background: white;
  background-position: center;
  display: flex;
  /* make flex container */
  justify-content: center;
  /* horizontal center */
  align-items: center;
  /* vertical center */
  top: -2px;
  border-image: url(/media/borders/brown.png) 8 fill round;
  border-width: 10px;
  border-style: solid;
  border-radius: 6px;
  overflow-y: hidden;
  overflow-x: hidden;
}

.webclap-inside .corner {
  position: absolute;
  bottom: 4px;
  width: 55px;
  height: auto;
  z-index: 5;
  pointer-events: none;
}

.corner-left {
  left: 4px;
}

.corner-right {
  right: 4px;
}

#my-png {
  width: 118px;
  float: right;
  margin-top: -5px;
  margin-left: 5px;
  margin-right: 5px;
  filter: drop-shadow(2px 0px white) drop-shadow(0px 2px white) drop-shadow(-2px 0px white) drop-shadow(0px -2px white) drop-shadow(2px 2px 1px #a3736790);
}

#bubble2 {
  width: 200px;
  height: 130px;
  background: url('/media/graphics/heart.png') 0px 0px / cover no-repeat;
  background-size: 45%;
  position: absolute;
  top: 525px;
  right: 242px;
  background-position: center center;
  filter: drop-shadow(2px 2px #a3736790);
  align-content: center;
  justify-content: center;
  z-index: 1000;
  rotate: 4deg;
}

#bubble2 p {
  color: #8d7c76;
  filter: drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 0.5px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(1px 1px 0px #0000002d);
  font-size: 12px;
  margin: auto;
  font-family: 'spirits';
  z-index: 1000;
}

.todo {
  text-align: left;
  font-size: 12px;
  color: #aaaaaa;
  background: white;
  padding: 10px;
  width: 190px;
  height: 182px;
  margin-top: 10px;
  position: relative;
  right: 10px;
  bottom: 20px;
  border-radius: 0px 0px 16px 16px;
  line-height: 15px;
  box-shadow: 0px 0px 3px inset #0000004d;
  font-size: 12px;
  font-family: 'zen maru gothic', cursive;
  font-weight: 400;
  overflow: hidden;
  overflow-y: scroll;
  z-index: 6;
}

.wb3t {
  width: 165px;
  float: right;
  margin: 15px;
  font-family: 'zen maru gothic', cursive;
}

.hidden {
  float: left;
  width: 130px;
  height: 100px;
  background: ;
  margin-right: 20px;
  position: relative;
  top: 10px;
  text-align: center;
  font-family: 'pixel cursive';
  line-height: 30px;
  color: #aaaaaa;
  font-size: 35px;
  right: -20px;
}

.container {
  width: 1300px;
  height: auto;
  background: transparent;
  margin: 0 auto;
  padding: 10px;
  position: relative;
}

.bottom-area,
.footer {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  font-family: arial;
  font-size: 12px;
  font-weight: 600;
  color: #8d7c76;
}

.bottom-area a,
.footer a {
  color: #FF91BD;
  text-shadow: none;
}

.footer {
  width: 700px;
  margin: 40px auto 20px auto;
  text-align: center;
  font-family: arial;
  font-weight: 600;
  font-size: 13px;
  padding: 10px;
  position: relative;
  z-index: 5;
  clear: both;
}

.footer img {
  height: auto;
  width: 120px;
  margin-bottom: 10px;
}

.subtitle {
  position: absolute;
  top: 142px;
  left: 190px;
  z-index: 3;
  font-size: 13px;
  letter-spacing: 2px;
  text-align: center;
  font-family: 'satin';
  font-weight: 800;
  color: #8d7c76;
  background: #fff2fb;
  overflow: hidden;
}

.name {
  background: white;

}

.credits {

  position: absolute;
  top: 180px;
  right: 340px;
  z-index: 3;
  font-size: 8px;
  letter-spacing: 2px;
  text-align: center;
  font-family: 'satin';
  font-weight: 800;
  color: #aeaeae;
  overflow: hidden;

}


a.button:link {
  color: #8d7c76;
}

a.button:visited {
  color: #8d7c76;
}

a.button:hover {
  color: #8d7c76;
}

a.button:active {
  color: #8d7c76;
}

a.button2:link {
  color: #8d7c76;
}

a.button2:visited {
  color: #8d7c76;
}

a.button2:hover {
  color: #8d7c76;
}

a.button2:active {
  color: #8d7c76;
}

a.button-extra:link {
  color: #8d7c76;
}

a.button-extra:visited {
  color: #8d7c76;
}

a.button-extra:hover {
  color: #8d7c76;
}

a.button-extra:active {
  color: #8d7c76;
}

.button span {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

p {
  display: block;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}

.button:hover {
  background-image: linear-gradient(#fff6e5 50%, #fcd6e5 100%);
}

.button-extra:hover {
  background-image: linear-gradient(#fff6e5 50%, #fcd6e5 100%);
}

.heart {
  float: left;
  width: 200px;
  height: 455px;
  background: white;
  margin-top: 30px;
  margin-right: 18px;
  position: relative;
  border: 35px solid;
  border-image: url('/media/borders/renda.png') 30 repeat;
  border-radius: 60px;
  align-items: center;
  justify-items: center;
  justify-content: center;
  align-content: center;
}

.heart-pad {
  width: 170px;
  height: 370px;
  background: transparent;
  line-height: 15px;
  margin-top: 25px;
  font-weight: 900px;
  position: relative;
  overflow: hidden;
}

.heart-text {
  font-size: 30px;
  text-align: center;
  font-family: 'spirits';
  display: inline;
  font-weight: 100px;
  margin-bottom: 40px;
  color: #8d7c76;
  position: absolute;
  top: 35px;
  right: 32px;
  filter: drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 0.5px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(1px 1px 0px #0000002d);
  z-index: 100;
}

.neighbors {
  float: right;
  width: 200px;
  height: 455px;
  background: white;
  margin-top: 10px;
  margin-right: -25px;
  margin-bottom: 50px;
  position: relative;
  border: 35px solid;
  border-image: url('/media/borders/renda.png') 30 repeat;
  border-radius: 60px;
  justify-items: center;
  align-content: center;
  font-size: 13px;
}

#morangos {
  width: 250px;
  height: 485px;
  background: url('/media/backgrounds/sensacao.png');
  background-size: 72%;
  background-position: center;
  object-align: center;
  position: absolute;
  right: -15px;
  top: -15px;
  border-radius: 8px;
}

.fanlisting {
  float: left;
  width: 200px;
  height: 455px;
  background: white;
  margin-top: 10px;
  margin-left: 1px;
  margin-bottom: 50px;
  position: relative;
  border: 35px solid;
  border-image: url('/media/borders/renda.png') 30 repeat;
  border-radius: 60px;
  justify-items: center;
  align-content: center;
  font-size: 13px;
}

#inside-fan {
  width: 99.5%;
  min-height: 500px;
  position: relative;
  z-index: 1000;
  display: flex;
}

#inside-fan img {
  margin: 2.5px;
  margin-bottom: 5px;
  display: inline-block;
  position: relative;
  z-index: 1100;
}

#sites {
  width: 99.5%;
  min-height: 500px;
  position: relative;
  z-index: 1000;
  display: flex;
  gap: 8px;
}

#sites img {
  margin: 2px;
  margin-bottom: 5px;
  display: inline-block;
  position: relative;
  width: auto;
  height: 28px;
}


.contact {
  width: 718px;
  height: 670px;
  background: url('/media/patternbackground.png') 10px 10px;
  border: 5px solid white;
  border-radius: 20px;
  padding: 10px;
  margin: 0 auto;
  position: absolute;
  right: 275px;
  bottom: 0;
  transform: translateY(518px);
  box-shadow: 0px 0px 3px inset #0000003d, 3px 5px 6px #0000001d;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-inside {
  background: radial-gradient(white, #ffe9f2);
  background-position: center;
  object-align: center;
  position: relative;
  border: 1px brown dashed;
  outline: 5px solid white;
  border-radius: 20px;
  overflow-y: hidden;
  overflow-x: hidden;
  font-size: 13px;
  width: 700px;
  height: 650px;
  display: flex;
  flex-direction: column;
  align-items: top;
}

.fixed-area {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  width: 85%;
  height: 300px;
  overflow: hidden;
  background: white;
  border: 30px solid;
  border-image: url('/media/borders/renda.png') 22 repeat;
  border-radius: 35px;
  z-index: 5;
  font-family: 'pc-9800';
  color: #8d7c76;
  padding: 0;
}

.fixed-area-inner {
  height: 99%;
  overflow-y: auto;
  background: white;
  border: 1px brown dashed;
  outline: 3px solid white;
  border-radius: 8px;
}

.fixed-area-content {
  margin-top: 45px;
  margin-right: 5px;
  margin-left: 5px;
}

#to-do {
  float: left;
  width: 50%;
  text-align: center;
}

#inner-todo {
  width: auto;
  height: 170px;
  background: white;
  margin: 10px;
  border: 4px solid white;
  box-shadow: 0px 0px 4px inset #00000044, 0px 0px 4px #00000022;
  border-radius: 4px;
  padding: 20px 32px 20px 20px;
  background: url('/media/backgrounds/dots.jpeg');
  background-size: 60%;
  position: relative;
  margin-top: -5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#lace-todo {
  width: 90%;
  height: 70px;
  background: url(/media/graphics/ribbon2.png) 0px 0px / cover;
  position: absolute;
  top: -8px;
  left: -10px;
  z-index: 40;
  pointer-events: none;
}

#updates-log {
  float: right;
  width: 45%;
  text-align: center;
}

#inner-logs {
  width: auto;
  height: 185px;
  background: white;
  margin: 10px;
  border: 4px solid white;
  box-shadow: 0px 0px 4px inset #00000044, 0px 0px 4px #00000022;
  border-radius: 4px;
  padding: 5px 32px 20px 20px;
  background: url('/media/backgrounds/dots.jpeg');
  background-size: 60%;
  position: relative;
  margin-top: -5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#inner-logs iframe {
  width: 220px;
  height: 130px;
  position: relative;
  top: 15px;
  padding: 8px;
  padding-right: 14px;
  border: 0px;

}

#inner-logs-text {
  width: 162px;
  position: absolute;
  bottom: -10px;
  text-align: center;
  right: 5px;
  z-index: 10;

}

#inner-logs-text h1 {
  font-family: 'spirits';
  font-weight: normal;
  display: inline;
  font-size: 20px;
  filter: drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 0.5px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(1px 1px 0px #0000002d);
}

#inner-todo-text {
  width: 162px;
  position: absolute;
  bottom: -10px;
  text-align: center;
  background: ;
  left: 2px;
  z-index: 10;
}

#inner-todo-text h1 {
  font-family: 'spirits';
  font-weight: normal;
  display: inline;
  font-size: 20px;
  filter: drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 0.5px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(1px 1px 0px #0000002d);
}

#todolist {
  background: white;
  width: 290px;
  height: 158px;
  margin: auto;
  margin-top: 10px;
  margin-left: 10px;
  border: 7px solid;
  border-image: url(/media/borders/brown-bg.png) 5 fill round;
  border-image-outset: 2px;
  border-radius: 6px;
  outline: 1px dashed brown;
  outline-offset: -6px;
  text-align: left;
  top: 20px;
  box-sizing: border-box;
  overflow: hidden;
}

#todoscroll {
  padding: 10px 8px;
  width: 178px;
  height: 120px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#todoscroll p:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  background-image: url(/media/graphics/pin-bows.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#todoscroll p {
  border-bottom: 1px dashed #f876b1;
  padding-bottom: 2px;
  margin: 0 auto 8px auto;
  width: calc(100% - 20px);
  font-size: 12.5px;
  color: #91716b;
}

#lacetop {
  width: 100%;
  height: 70px;
  background: url(/media/graphics/ribbon.webp) 0px 0px / cover;
  position: absolute;
  top: -8px;
  left: 10px;
  z-index: 40;
  pointer-events: none;
}

.side-image {
  position: absolute;
  left: 240px;
  top: 15px;
  width: 145px;
  height: auto;
  object-fit: contain;
  z-index: 1000;
  filter: drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 0.5px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(1px 1px 0px #0000002d);
}

.contact p {
  color: #848484;
  font-family: basiic;
  font-weight: 400;
  font-size: 14px;
  margin: 10px;
  margin-top: 0px;
}

.contact a {
  color: #848484;
  text-decoration: dotted underline;
}

.contact a:hover {
  color: #edaecb;
  background-color: transparent;
  text-decoration: dotted underline;
  font-style: italic;
  transition: 0.2s ease;
  font-family: basiic;
  font-size: 14px;
}

.dialogue {
  position: absolute;
  top: 65px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dialogue-row {
  display: flex;
  align-items: flex-start;
  align-items: center;
}

.dialogue-row,
.typing-row {
  justify-content: flex-end;
}

.dialogue-text {
  position: relative;
  flex: 1;
  color: #848484;
  padding: 10px 18px;
  font-family: "Courier New", monospace;
  font-size: 13px;
  line-height: 1.4;
  margin-right: 10px;
  border-radius: 15px;
  background: white;
  border: 3px solid #fbdfeb;
  filter: drop-shadow(2px 0px white) drop-shadow(0px 2px white) drop-shadow(-2px 0px white) drop-shadow(0px -2px white) drop-shadow(2px 2px 1px #00000033);
  height: 35px;
}

.dialogue-text::before {
  content: "";
  position: absolute;
  right: -16px;
  top: 16px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 16px solid #00000033;
}

.dialogue-text::after {
  content: "";
  position: absolute;
  right: -13px;
  top: 16px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid #ffffff;
}

.dialogue-avatar {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  padding: 4px;
  flex-shrink: 0;
  margin-left: 10px;
  filter: drop-shadow(2px 0px white) drop-shadow(0px 2px white) drop-shadow(-2px 0px white) drop-shadow(0px -2px white) drop-shadow(2px 2px 1px #00000033);
}

.dialogue-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.dialogue-image {
  width: 100%;
  display: block;
  margin-top: 8px;
  filter: drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 0.5px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(1px 1px 0px #0000002d);
}

#typed-text,
#typed-text-2,
#typed-text-3 {
  white-space: pre-wrap;
}

.cursor {
  display: inline-block;
  margin-left: 2px;
  animation: blink 1s steps(1) infinite;
}

@keyframes blink {

  0%,
  50% {
    opacity: 1;
  }

  51%,
  100% {
    opacity: 0;
  }
}


.typing-dots {
  display: flex;
  gap: 6px;
  margin-right: 10px;
}

.dot {
  width: 7px;
  height: 7px;
  background: #848484;
  border-radius: 50%;
  animation: jump 1.4s infinite ease-in-out;
  opacity: 0.9;
}

.dot:nth-child(1) {
  animation-delay: 0s;
}

.dot:nth-child(2) {
  animation-delay: 0.2s;
}

.dot:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes jump {

  0%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-6px);
  }
}

#dialogue-2 {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition:
    opacity 0.45s ease,
    transform 0.45s ease;
}

#dialogue-2.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

#lace2 {
  background: url('/media/graphics/swirl.png');
  background-size: 93%;
  width: 760px;
  height: 56px;
  position: absolute;
  top: 0px;
  left: -5px;
}

#lace3 {
  background: url('/media/graphics/iogurte.png');
  background-size: 93%;
  width: 760px;
  height: 56px;
  position: absolute;
  top: 180px;
  left: -40px;
}

#lacey {
  background-image: url(/media/borders/lace.png);
  background-size: auto 100%;
  width: 100%;
  height: 32px;
  filter: drop-shadow(0px 1px #c4c4c4);
  position: absolute;
  top: 0px;
  left: 0px;
}

#satin {
  background-image: url(/media/borders/lacinhos.png);
  background-size: auto 100%;
  width: 100%;
  height: 32px;
  position: absolute;
  top: 0px;
  left: 0px;
}

#satin2 {
  background-image: url(/media/borders/lacinhos.png);
  background-size: auto 100%;
  width: 100%;
  height: 32px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  transform: rotate(180deg);
}

#lacey p {
  color: #8d7c76;
  filter: drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 0.5px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(1px 1px 0px #0000002d);
  font-size: 18px;
  margin: 10px;
  font-family: 'spirits';
  z-index: 1000;
  text-align: center;
}

.music {
  float: right;
  width: 450px;
  height: 510px;
  background: url('/media/backgrounds/dots.jpeg');
  background-size: 60%;
  border: 5px solid white;
  border-radius: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 3px inset #0000003d, 3px 5px 6px #0000001d;
  margin-right: 0px;
}


.filter {
  filter: drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(1px 1px 0px #0000002d);
}

.up1 {
  font-family: 'spirits';
  font-size: 33px;
  font-weight: 900;
  height: 28px;
  margin-top: 10px;
  margin-bottom: 12px;
  color: #8d7c76;
  filter: drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 0px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 0px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 1px 0px #0000002d);
}

.comment-text {
  font-family: 'pixel cursive';
  font-weight: 800px;
  color: #aaaaaa;
  filter: drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(1px 1px 0px #0000004d);
  position: absolute;
  top: 252px;
  right: 22px;
  font-size: 38px;
}

.box {
  margin-top: 3px;
  padding: 5px;
  position: relative;
  z-index: 99999;
}

.lace {
  background-image: url(/media/borders/lace.png);
  background-size: auto 100%;
  width: 100%;
  height: 20px;
  filter: drop-shadow(0px 1px #c4c4c4);
}

/* effects */

.zoom {
  transition: transform .2s;
}

.zoom:hover {
  -ms-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }

  50% {
    transform: translate(0, 12px);
  }

  100% {
    transform: translate(0, -0px);
  }
}

.blink {
  animation: blink 1s infinite;
  display: inline;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  49% {
    opacity: 1;
  }

  60% {
    opacity: 0;
  }

  99% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes whiteGlow {
  0% {
    filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.3));
  }
  50% {
    /* The peak of the white glow */
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 1)) 
            drop-shadow(0 0 3px rgba(255, 255, 255, 0.8));
  }
  100% {
    filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.3));
  }
}

/* Apply the animation to the .glow class */
.glow {
  animation: whiteGlow 2s ease-in-out infinite;
  display: inline-block; /* Ensures the filter renders correctly */
}