@import url('https://fonts.googleapis.com/css2?family=Alata&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #fce6f0;
  -webkit-border-radius: 0ex;
  border: 1px dotted #edaecb;
}

::selection {
  background-color: #fdf2f8;
  color: #8d7c76;
}

::-moz-selection {
  background-color: #fdf2f8;
  color: #8d7c76;
}

html {
  overflow-y: scroll;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #000;
    z-index: 999999999;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    pointer-events: none;
    display: block;
}

#loader-wrapper.active {
    opacity: 1;
    pointer-events: auto;
}

#loader-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.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;
  padding: 0;
  background-image: url(/media/backgrounds/pinkcheck.png) !important;
  background-size: 40px !important;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  cursor: url(/media/cursor/melody.webp), progress;
}

.site-footer {
  margin-top: 20px;          
  padding: 20px 0 40px;    
  text-align: center;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  font-family: arial;
  font-size: 12px;
  font-weight: 600;
  color: #8d7c76;
}

* {
  cursor: url(/media/cursor/melody.webp), progress !important;
}

a, button, input, textarea, select, .button {
  cursor: url(/media/cursor/melody.webp), progress !important;
}

html {
  font-size: clamp(12px, 1.2vw, 14px);
  overflow-x: hidden;
  height: 100%;
}

@font-face {
  src: url(/fonts/BonusHearts.woff2);
  font-family: 'heart';
  font-display: swap;
}

@font-face {
  src: url(/fonts/angel.woff2);
  font-family: 'angel';
  font-display: swap;
}

@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);
}

#s-m-t-tooltip {
  max-width: 150px;
  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: fixed;    
  z-index: 100000 !important;
  pointer-events: none;
  padding: 4px;
  text-align: center;
  margin: 0; 
}

* {
  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-container {
  position: absolute;
  right: 410px;
  width: 280px;
  margin-top: -10px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  z-index: 9999; 
}

#cake-img {
  width: 75%;
  height: auto;
  margin-bottom: 25px;
  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);
}

#cake-container::after {
  content: "";
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 20px;
  background: radial-gradient(ellipse at center, 
      rgba(0, 0, 0, 0.4) 0%,    
      rgba(0, 0, 0, 0.15) 50%,   
      transparent 100%);         
  filter: blur(4px); 
  z-index: -1; 
  pointer-events: none;
}

.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: grid;
  grid-template-columns: 1fr 3fr 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 60px;
  gap: 25px;
}

.side-column, .center-column {
  display: flex;
  flex-direction: column;
  gap: 25px;             
  width: 100%;
}

.ipod {
  display: block;
  margin: 0 auto;
}

.side-column {
  display: flex;
  flex-direction: column; 
  align-items: center;   
  gap: 30px;          
}

.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: 11px;
}

.fanlist-base {
  width: 190px;
  height: 230px;
  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;
}

.fanlist-pad {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}

.poka-dots {
  position: absolute;
  width: 245px;
  height: 270px;
  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;
}

#fans {
  width: 200px;
  height: 235px;
  background: white;
  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: hidden;
}

#inside-fan {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  max-height: 170px;
  overflow-y: auto;
  overflow-x: hidden;
}

#inside-fan a {
  display: flex;
  justify-content: center;
  align-items: center;
}

#inside-fan img {
  margin: 2.5px;
  margin-bottom: 5px;
  width: 45px;
  height: 45px;
  display: block;
  position: static;
}

#lacey {
  background-image: url(/media/borders/lace.png);
  background-size: auto 100%;
  width: 100%;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  filter: drop-shadow(0 0 2px white) drop-shadow(2px 2px 1px #ababab90);
}

#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: 0;
  font-family: 'spirits';
  z-index: 1000;
  text-align: center;
}

#lacey span {
  font-family: 'heart';
}

#lovely{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}

.lovely-scroll {
  height: calc(100% - 32px - 5px);
  margin-top: 5px;
  display: grid;
  grid-template-columns: repeat(2, max-content);
  justify-content: center;
  gap: 8px 10px;
  padding: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
}

.lovely #lacey {
  flex-shrink: 0;
  height: 32px;
}

.lovely-scroll img {
  width: 80px;       
  height: auto;     
  object-fit: contain;
  display: block;
}

.pokas {
  position: absolute;
  width: 245px;
  height: 370px;
  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;
}

.neighbors {
  width: 200px;
  height: 320px;
  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;
}

#neighborhood {
  width: 210px;
  height: 330px;
  background: white;
  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;
}

.button-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: -10px;
  margin-top: -3px;
}

.button-wrap img {
  display: block;
  width: 120px;
  height: auto;
}

.button-wrap textarea {
  width: 130px;
  height: 35px;
  resize: none;
  background: #fff;
  border: 1px solid #ddd;
  padding: 6px;
  font-family: monospace;
  font-size: 12px;
  line-height: 1.3;
  color: #333;
}

.code-box {
  position: relative;
}

.code-box textarea {
  width: 140px;
  height: 50px;
  resize: none;
  background: #fff;
  border: 1px solid #ddd;
  font-family: monospace;
  font-size: 12px;
  line-height: 1.3;
}

.code-label {
  position: absolute;
  top: -10px;        
  right: 15px;
  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: 0;
  font-family: 'spirits';
  z-index: 5;
  pointer-events: none;
}

.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;
  box-shadow: 
    inset 4px 4px 6px rgba(255, 255, 255, 0.8), 
    inset -4px -4px 6px rgba(212, 161, 181, 0.3),
    4px 4px 10px rgba(0, 0, 0, 0.05);
}

.status {
  min-width: 730px;
  width: 100%;
  height: 475px;
  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;
  position: relative;
}

.status-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;
  box-shadow: 
    2px 4px 8px rgba(240, 181, 205, 0.2), 
    inset 3px 3px 5px rgba(255, 255, 255, 0.9),
    inset -3px -3px 5px rgba(212, 161, 181, 0.4);
}

.status-iframe {
  display: block;
  position: relative;
  border-radius: 0px 12px 12px 12px;
  border: 1px dashed #8d7c76;
  outline: 5px solid white;
  background: white;
  padding: 2px;
  box-sizing: border-box;
  width: 300px;   
  height: 95px; 
  background-clip: padding-box;
}

.status-bubble-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 35px;
  margin-left: 10px;
  width: max-content;
}

.status-bubble-img {
  width: 100px;   
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
  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);
}

.status-side-image {
  width: 120px;
  height: auto;
  flex-shrink: 0;
  margin-left: -50px;
  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);
}

.left-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 20px;
}

.box-a,
.box-b {
  position: relative;
  width: 240px;
  height: 200px;
  border: 1px dashed brown;
  outline: 5px solid white;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-bottom-img {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;     
  height: auto;
  pointer-events: none; 
}

.inner-box {
  position: relative;
  width: calc(100% - 20px); 
  height: calc(100% - 20px);
  border-image: url(/media/borders/blog.png) 8 fill round;
  border-width: 10px;
  border-style: solid;
  border-radius: 15px;
  background-color: #fff5fa;
  background-image:
    radial-gradient(circle, #dbcac4 10%, transparent 12%),
    radial-gradient(circle, #dbcac4 10%, transparent 12%);
  background-size: 16px 16px, 16px 16px;
  background-position: 0 0, 8.5px 8.5px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.curtain {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 120px;
  background-image: url(/media/borders/melted.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  pointer-events: none;
  z-index: 10;
  filter: drop-shadow(0 0 2px white) drop-shadow(2px 2px 1px #ababab50);
}

.wrap-status {
  display: flex;
  flex-direction: column;
  align-items: center;  
  width: 100%;
  margin-top: 40px;
}

.status-line {
  display: flex;
  align-items: center;
  gap: 3px;
  text-align: left;   
  width: 140px;
  color: #848484;
  font-weight: 300;
  font-family: 'angel';
  font-size: 12px;
}

.wrap-status mark {
    display: inline;
    margin: 3px;
    color: #8d7c76;
    background: #fefffc;
    font-weight: 900;
    border: 1px solid #8d7c76;
    border-radius: 5px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.side-image-container {
  position: absolute;
  right: -70px; 
  top: 0px;
  width: 250px;
  z-index: 1000;
  overflow: visible; 
}

.side-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  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);
    z-index: 2;
}

.side-image-container::after {
  content: "";
  position: absolute;
  left: 49%;
  transform: translateX(-50%); 
  bottom: -7px;
  width: 40%;
  height: 10px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  filter: blur(6px);
  z-index: 1; 
}

#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%;
  overflow: hidden;
}

.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(white 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;
}

.button-extra p {
  font-size: 11px;
}

.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);
}

#fondue2 {
  width: 200px;
  height: 130px;
  background: url('/media/graphics/chiikawas2.png') center / 70% no-repeat;
  position: absolute;
  top: -100px;
  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;
}

#chantilly2 {
  width: 210px;
  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;
}

.chanti-pad {
  font-size: 12px;
  line-height: 10px;
  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;
}

#bubble span {
  font-family: 'heart';
}

#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: -95px;
  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: 5px;
  margin-top: 15px;
}

.about-icons .counter-wrap img {
  width: 16px !important;
  max-width: 16px !important;
  height: auto !important;
  display: block;
  justify-content: center;
  align-items: center;
  gap: 5px;
}


.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: -55px;
  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;
}

.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 {
  width: 270px;
  height: 135px;

  padding: 10px;
  margin: 0 auto;

  background:
    url('/media/backgrounds/sensacao.png') center / 55% repeat,
    white;

  border: 5px solid white;
  border-radius: 20px;
  box-shadow:
    0px 0px 3px inset #0000003d,
    3px 5px 6px #0000001d;

  position: relative;
  overflow: hidden;

  display: flex;
  justify-content: center;
  align-items: center;
}

.webclap-inside {
  width: 100%;
  height: 100%;

  background: white;
  border: 1px brown dashed;
  outline: 3px solid white;
  outline-offset: -3px;
  border-radius: 6px;

  box-sizing: border-box;
  padding: 8px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  overflow: hidden;
}

.webclap-inside p {
  font-size: 12.5px;
  color: #848484;
  font-family: basiic;
  margin: 6px 0 2px;
  text-align: center;
}

.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-family: 'spirits';
  font-size: 20px;
  margin-top: 4px;
  text-align: center;
}

#webclap {
  width: 100%;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;

  background: white;
  border-image: url(/media/borders/brown.png) 8 fill round;
  border-width: 10px;
  border-style: solid;
  border-radius: 6px;

  box-sizing: border-box;
  overflow: hidden;
}

.webclap-inside .corner {
  position: absolute;
  bottom: 4px;
  width: 55px;
  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;
}

.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;
}


#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;
}

#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;
}

#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;
}

.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;
}

#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);
}

.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% {
    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));
  }
}

.glow {
  animation: whiteGlow 2s ease-in-out infinite;
  display: inline-block;
}

#statuscafe-username {
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: bold;
  font-family: "Alata", sans-serif;
  color: #a37367;
  margin-bottom: 6px;
  text-shadow: 1px 0px white, 0px 1px white, -1px 0px white, 0px -1px white;
  background: #fbedf3;
  padding-left: 4px;
  padding-right: 4px;
  width: fit-content;
  border-right: 3px solid #f7d4e4;
  border-bottom: 3px solid #f7d4e4;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

#statuscafe-username:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(/media/emojis/heart.gif);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#statuscafe {
  padding: 8px;
  color: #848484;
  font-family: "Alata", sans-serif;
  text-align: left;
  max-width: 310px;
  line-height: 1.3em;
  letter-spacing: -0.01em;
  font-size: 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

#statuscafe-content {
  flex: 1;
  overflow-y: auto;
  padding-right: 6px;     
  box-sizing: border-box;
  height: 80px;
}

/* =========================
   BOTTOM ROW (below columns)
   ========================= */

.bottom-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  justify-content: center; 
  gap: 25px;
  width: 104%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 40px 0 30px 0;
  padding: 0;
  box-sizing: border-box;
}

.bottom-box {
  flex: 1;             
  min-width: 400px;
  min-height: 600px;
  position: relative;
  background: url(/media/backgrounds/green-check.gif);
  border-radius: 30px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  gap: 20px;                    
  padding: 40px;
}

.bottom-box::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 30px solid;
  border-image: url('/media/borders/renda.png') 22 repeat;
  border-radius: 30px;
  z-index: 2; 
}

.inner-card {
  position: relative;
  z-index: 3; 
  border: 1px dashed brown;
  outline: 5px solid white;
  background: white;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-container-1, .inner-container-2 {
  position: relative;
  z-index: 3;            
  background: rgba(255, 255, 255, 0.8);
  padding: 15px;
  border-radius: 15px;
  flex: 1;               
}

.updates {
  width: 100%;
  position: relative;
  z-index: 3; 
  border: 1px dashed brown;
  outline: 5px solid white;
  background: white;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 1 / -1;
  grid-row: 1;
}


.iframe-wrapper {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.bottom-box iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 0;
}


.ribbon-decoration {
  position: absolute;
  top: -30px;    
  right: -30px;  
  width: 220px;  
  height: auto;
  z-index: 10;  
  pointer-events: none; 
}

.chiikawa {
  position: absolute;
  right: -15px; 
  bottom: -10px;
  width: 125px;
  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);
  transition: opacity .6s;
}

.chiikawa:hover {
  opacity: 0;
}

.navigate-pad .button p {
  font-size: 11px;
}

.button-center-wrap {
  display: flex;
  justify-content: center;
  align-items: center;  
  width: 100%;           
  margin: 20px 0;        
}

#show-more-btn, #go-back-btn {
  display: inline-flex; 
  align-items: center;
  width: max-content;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 16px;
  border: 3px solid #ffffff;
  outline: 1px solid #c3c3c3;
  font-family: 'nunito', sans-serif; 
  font-size: 14px;
  font-weight: 700;
  color: #5c5c5c;
  text-transform: lowercase;
  text-decoration: none;
  background-color: #ffe2f0; 
  box-shadow:
    inset 1px 1px 0 rgba(255,255,255,0.85),  
    inset -1px -1px 0 rgba(0,0,0,0.18),      
    inset 0 -2px 3px rgba(0,0,0,0.12),       
    inset 0 2px 2px rgba(255,255,255,0.4);   
  transition: background .15s ease, box-shadow .15s ease;
  cursor: url(/media/cursor/melody.webp), progress !important;
  margin-top: 20px;
  margin-bottom: -10px;
}

#show-more-btn:before, #go-back-btn:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(/media/graphics/white-heart.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

#show-more-btn:hover, #go-back-btn:hover {
  background-color: #ffd8e9;
  box-shadow:
    inset 1px 1px 0 rgba(255,255,255,0.95),
    inset -2px -2px 0 rgba(0,0,0,0.2),
    inset 0 -3px 4px rgba(0,0,0,0.16),
    inset 0 2px 3px rgba(255,255,255,0.45);
  font-style: italic;
}

.titles {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.scroll-hint {
  white-space: nowrap;
}

.korean {
  font-family: "korean";
  font-size: 14px;
}

.journal mark {
  background-color: #ffedf5;
  color: #7a6760;
  font-family: spirits;
  font-size: 16px;
}

.notebook-arrow {
  font-size: 10px;
}

:root {
  --notebook-line: rgba(150, 150, 150, 0.66);
}

.spiral-group {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  left: 61.5%;
  transform: translateX(-50%);
  z-index: 30;
  pointer-events: none;
}

.spiral-group img {
  width: 32px;
  height: auto;
}

.spiral-top {
  top: 10px;
}

.spiral-bottom {
  bottom: 10px;
}

/* journal */

.margin-journal {
 margin-top: 25px;
}

.out-journal {
  width: 1100px; 
  margin: 0; 
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 2;
}

.journal {
  height: 745px;
  width: 1100px; 
  margin: 0;
  box-sizing: border-box;
  background: url('/media/backgrounds/patterned.png');
  border-radius: 20px;
  padding: 21px;
  box-shadow:
    -5px -5px 4px inset #00000033,
    3px 3px 3px inset #ffffff55;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.pattern {
  position: absolute;
  inset: 0;
  background: url('/media/graphics/hearts.png') 0 0 / 20px;
  mix-blend-mode: soft-light;
  pointer-events: none;
  z-index: 2;
}

.journal::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 30px;
  transform: translateX(-50%);
  background: linear-gradient(to right,
      #00000015 0%,
      #00000010 25%,
      #ffffff40 50%,
      #00000010 75%,
      #00000020 100%);
}

.page-wrap,
.background,
.journal {
  position: relative;
}

.background {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: space-between;
  position: relative;
  gap: 0;
  padding: 10px 0;
  overflow: hidden;
}

.background>.page {
  height: 99%;
  min-height: 0;
  width: calc(49% - 8px);
  margin: 0 5px;
background-image:
linear-gradient(
  transparent 23px,
  #e2d3c6 24px
),
  url('/media/backgrounds/paperplain.png');
background-size: 100% 24px;
background-repeat:
  repeat,
  repeat;
background-position: top left;
  border: 3px solid white;
  box-shadow:
    0 0 4px inset #00000055,
    0 0 2px #00000022;
  border-image-source: url('/media/borders/babado.png');
  border-image-outset: 5px;
  border-image-slice: 20;
  border-image-width: 6px;
  border-image-repeat: round;
  position: relative;
  box-sizing: border-box;
  z-index: 100;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
}

.background>div {
background-image:
linear-gradient(
  transparent 27px,
  #e2d3c6 28px
),
  url('/media/backgrounds/paperplain.png');
background-size:
  100% 28px,
  auto;
background-repeat:
  repeat,
  repeat;
background-position:
  top left,
  center;
  position: relative;
  border: 3px solid white;
  box-shadow: 0px 0px 4px inset #00000055, 0px 0px 2px #00000022;
  border-image-source: url('/media/borders/babado.png');
  border-image-outset: 5px;
  border-image-slice: 20;
  border-image-width: 6px;
  border-image-repeat: round;
  position: relative;
  z-index: 100;
}

.spirals-bg,
.spirals {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  transform: translate(-50%, -50%);
  top: 50%;
}

.spirals-bg {
  width: 20px;
  background: url('/media/backgrounds/paperplain.png') center / cover;
  z-index: 9;
  height: 89%;
}

.spirals {
  width: 30px;
  background: url('/media/graphics/spirals.png') 0px 0px / cover;
  image-rendering: pixelated;
  z-index: 10000;
  height: 88%;
  top: 52%;
}

.journal-content {
  display: none;
  position: relative;
  height: 100%;
}

.journal-content.active {
  display: block;
}

.journal-text {
  position: relative;
  z-index: 1;
  font-size: 13px;
  line-height: 24px;
  color: #6a6a6a;
  padding: 24px 24px 14px;
  height: 100%;
  overflow-y: auto;
  box-sizing: border-box;
    scrollbar-width: none;      
  -ms-overflow-style: none; 
  font-family: 'nunito';
  font-weight: 500;
}

.journal-text::-webkit-scrollbar {
  display: none;              
}

.journal-text p {
  margin: 0;
  margin-bottom: 24px;
}

.journal-text span {
  font-family: spirits;
}

#filter {
  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);
  pointer-events: none;
}

#gen-fact-btn, #gen-care-btn {
  display: inline-flex; 
  align-items: center;
  justify-content: center;
  width: max-content;
  gap: 10px; 
  padding: 10px 16px;
  border-radius: 16px;
  border: 3px solid #ffffff;
  outline: 1px solid #c3c3c3;
  font-family: 'nunito', sans-serif; 
  font-size: 14px;
  font-weight: 700;
  color: #5c5c5c;
  text-transform: lowercase;
  text-decoration: none;
  background-color: #ffe2f0; 
  box-shadow:
    inset 1px 1px 0 rgba(255,255,255,0.85),  
    inset -1px -1px 0 rgba(0,0,0,0.18),      
    inset 0 -2px 3px rgba(0,0,0,0.12),       
    inset 0 2px 2px rgba(255,255,255,0.4);   
  transition: background .15s ease, box-shadow .15s ease;
  cursor: url(/media/cursor/melody.webp), progress !important;
  margin: 0; 
}

#gen-fact-btn:before, #gen-care-btn:before,
#gen-fact-btn:after, #gen-care-btn:after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(/media/graphics/white-heart.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

#gen-fact-btn:hover, #gen-care-btn:hover {
  background-color: #ffcfe6;
}

.fact-section-wrapper {
  width: 1100px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin: 60px 0px;
}

.fact-container {
  width: 49%; 
  min-height: 250px;
  background-color: white;
  padding: 30px;
  box-sizing: border-box;
  display: flex; 
  flex-direction: column; 
  align-items: center; 
  justify-content: flex-start;
  border: 30px solid;
  border-image: url('/media/borders/renda-bg.png') 18 repeat;
  border-image-outset: 5px;
  border-radius: 30px;
  position: relative;
  z-index: 5;
}

#fact-display, #care-display {
  text-align: center;
  font-size: 14px;
  color: #848484;
  margin-top: 25px;
  line-height: 1.6;
  font-family: 'nunito', sans-serif;
  font-weight: 500;
}