@import url('https://fonts.googleapis.com/css2?family=Single+Day&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');


/* body */

:root {
  --brown: #a8907a;
  --offwhite: #fffaf0;
  --border: #f0b5cd;
}

#mobile-fab-nav {
  display: none;
}

body {
  background-image: url(/media/backgrounds/pinkcheck.png);
  background-size: 40px;
  overflow-x: hidden;
  font-family: 'angel';
  width: 1060px;
  overflow-y: scroll;
  overflow-x: hidden;
  letter-spacing: 0.3px;
  color: #606060;
  margin: 0 auto;
}

body,
a,
button,
html,
* {
  cursor: url(/media/cursor/melody.webp), progress;
}

html,
body {
  height: 100%;
  margin: 0 auto;
}

/* fonts */

@font-face {
  src: url(/fonts/korean.ttf);
  font-family: 'korean';
  font-display: swap;
}

@font-face {
  src: url(/fonts/angel.woff2);
  font-family: 'angel';
  font-display: swap;
}

@font-face {
  src: url(/fonts/Spirit.woff2);
  font-family: 'spirits';
  font-display: swap;
}

@font-face {
  src: url(/fonts/Xilla_Bold_Italic.otf);
  font-family: 'snacker';
  font-display: swap;
}

@font-face {
  src: url(/fonts/pc-9800.woff2);
  font-family: 'pc-9800';
  font-display: swap;
}


/* scrollbar */

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #fff7fa;
  -webkit-border-radius: 0ex;
  border: 1px dotted #edaecb;
}

/* selection */

::selection {
  background-color: #ffedf5;
  color: #8d7c76;
}

::-moz-selection {
  background-color: #ffedf5;
  color: #8d7c76;
}

#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;
  z-index: 100000;
}

#context_menu ul li:hover {
  background: #FEF8FC;
  color: #848484;
  z-index: 100000;
}

a {
  text-decoration: none;
  color: #edaecb;
  transition: .1s
}

a:link {
  color: #606060;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #606060;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #606060;
  background-color: transparent;
  text-decoration: dotted underline;
  font-style: italic;
}

a:active {
  color: #606060;
  background-color: transparent;
  text-decoration: underline;
}

u {
  text-decoration-style: wavy;
  margin-right: 4px;
}

.main {
  background: white;
  width: 1060px;
  border: 30px solid;
  border-image: url('/media/borders/renda-bg.png') 18 repeat;
  border-image-outset: 5px;
  border-radius: 30px;
  border-top: 0;
  border-bottom: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  padding: 5px;
  gap: 15px;
  box-sizing: border-box;
  position: relative;
}

.main-header {
  position: relative;
  width: 100%;
  height: 150px;
  flex-shrink: 0;
  margin-top: 10px;
  margin-bottom: -10px;
  background-image:
    radial-gradient(circle, white 19%, transparent 21%),
    radial-gradient(circle, white 19%, transparent 21%),
    linear-gradient(to right, #fff5fa 0%, #fff5fa 5%, #ffe4f0 100%);
  background-size: 18px 18px, 18px 18px, 100% 100%;
  background-position: 0 0, 9px 9px, 0 0;
  overflow: hidden;
  border: 1px solid #eecad8;
  border-radius: 8px;
  box-shadow:
    inset 3px 3px 0px 0px rgba(255, 255, 255, 0.8),
    inset -3px -3px 0px 0px rgba(0, 0, 0, 0.05),
    0 4px 6px rgba(0, 0, 0, 0.05);
}

.main-footer {
  position: relative;
  width: 100%;
  height: 150px;
  flex-shrink: 0;
  margin-top: 10px;
  margin-bottom: 15px;
  background-image:
    radial-gradient(circle, white 19%, transparent 21%),
    radial-gradient(circle, white 19%, transparent 21%),
    linear-gradient(to right, #fff5fa 0%, #fff5fa 5%, #ffe4f0 100%);
  background-size: 18px 18px, 18px 18px, 100% 100%;
  background-position: 0 0, 9px 9px, 0 0;
  overflow: hidden;
  border: 1px solid #eecad8;
  border-radius: 8px;
  box-shadow:
    inset 3px 3px 0px 0px rgba(255, 255, 255, 0.8),
    inset -3px -3px 0px 0px rgba(0, 0, 0, 0.05),
    0 4px 6px rgba(0, 0, 0, 0.05);
}

.main-footer>img {
  height: auto;
  width: 180px;
  position: absolute;
  left: 40px;
  bottom: -15px;
  filter:
    drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff) drop-shadow(0 0 6px #fff) drop-shadow(0 0 8px rgba(255, 255, 255, .9));
}

.clap-btn {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
}

.clap-btn img {
  display: block;
  border: none;
  height: auto;
  width: 70px;
}

#title {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  z-index: 1;
  font-family: 'snacker', sans-serif;
  font-size: 70px;
  color: #8d7c76;
  text-align: left;
  margin-left: 60px;
  margin-top: 30px;
  white-space: nowrap;
  text-shadow:
    5px 5px 0px white,
    -5px -5px 0px white,
    5px -5px 0px white,
    -5px 5px 0px white;
  pointer-events: none;
  letter-spacing: -3px;
}

#title2 {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 110px;
  margin-top: 15px;
  z-index: 1;
  font-family: 'snacker', sans-serif;
  font-size: 70px;
  color: #8d7c76;
  white-space: nowrap;
  text-shadow:
    5px 5px 0px white,
    -5px -5px 0px white,
    5px -5px 0px white,
    -5px 5px 0px white;
  pointer-events: none;
  letter-spacing: -3px;
}

#copyright {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  z-index: 25;
  font-family: 'angel', sans-serif;
  font-size: 12px;
  color: #8d7c76;
  text-align: left;
  margin-left: 230px;
  margin-bottom: 60px;
  white-space: nowrap;
  font-weight: bold;
  text-transform: uppercase;
}

#space {
  height: 20px;
}

.space-between {
  width: 100%;
  height: 20px;
  background: white;
}

#inner-space {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
  border-bottom: 1px solid lightgrey;
}

#inner-space p {
  font-family: angel;
  font-size: 10px;
  display: inline;
  color: #8d7c76;
  text-transform: uppercase;
}

.marquee-wrapper {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.marquee-content {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-left 60s linear infinite;
}

.marquee-wrapper:hover .marquee-content {
  animation-play-state: paused;
}

.marquee-content p {
  display: inline-block;
  margin: 0;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.column-one,
.column-two,
.column-three {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.navis {
  width: 195px;
  display: flex;
  flex-direction: column;
  border-image: url(/media/borders/brown-bg.png) 8 fill round;
  border-width: 10px;
  border-style: solid;
  border-radius: 15px;
  z-index: 10;
  position: relative;
}

.nav-wrapper {
  position: relative;
}

.navis-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#fondue {
  width: 200px;
  height: 130px;
  background: url('/media/graphics/chantillymorango.png') center / 70% no-repeat;
  margin-top: -100px;
  margin-bottom: -30px;
  z-index: 2;
  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;
}


#navigation {
  width: 100%;
  background: #fff5fa;
  outline: 1px solid #f0b5cd;
  padding: 0;
}

.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%,
      #ffe4f0 100%);
  background-size:
    14px 14px,
    14px 14px,
    100% 100%;
  background-position:
    0 0,
    7px 7px,
    0 0;
  display: flex;
  align-items: center;
  padding-left: 8px;
  box-sizing: border-box;
}

.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;
  margin-top: 3px;
}

.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;
  font-size: 10px;
}

.button:hover {
  background-color: white;
  background-image: linear-gradient(white 50%, #eafae8 100%);
}

.button-icons {
  display: flex;
  align-items: center;
}

.button img {
  align-items: right;
  margin-right: 8px;
  height: 14px;
}

.center {
  position: relative;
  width: 560px;
  height: 420px;
  border: 5px solid white;
  margin: 0px 15px 10px 15px;
  border-radius: 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  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:
    20px 20px,
    20px 20px,
    100% 100%;
  background-position:
    0 0,
    10px 10px,
    0 0;
  padding: 20px;
  outline: 1px solid #f0b5cd;
  box-shadow: 0px 0px 3px inset #0000003d;
}

#inner-center {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 40px 20px 20px;
  border-radius: 10px;
  background: white;
  border: 5px solid white;
  text-align: left;
  box-shadow: 0px 0px 3px inset #0000003d, 3px 5px 6px #0000001d;
}

.right {
  position: relative;
  display: flex;
  width: 120px;
  height: 420px;
  border: 1px solid #f0b5cd;
  border-radius: 5px;
  box-sizing: border-box;
  flex-grow: 1;
  background: #fff5fa;
  overflow: hidden;
}

#melted {
  width: 101%;
  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);
  position: absolute;
  top: 0;
  right: 0px;
}

#bottom-div {
  width: 100%;
  height: 80px;
  background-image: url(/media/borders/cake.webp);
  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);
  position: absolute;
  bottom: -5px;
  right: 0px;
}

#lace {
  background-image: url(/media/borders/lacey.png);
  background-repeat: repeat-x;
  background-position: top center;
  background-size: auto 100%;
  width: 100%;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  filter: drop-shadow(0px 1px #a38f8995);
}

.inner-box {
  position: relative;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-image: url(/media/borders/brown-bg.png) 8 fill round;
  border-width: 10px;
  border-style: solid;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
  justify-content: flex-start;
  overflow: hidden;
  padding: 10px;
  outline: 1px solid #f0b5cd;
  outline-offset: -10px;
}

.inner-box>img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 8px;
}

.inner-box img:last-child {
  margin-bottom: 0;
}

.inner-box img:first-child {
  margin-top: 15px;
}

#chibi {
  position: absolute;
  margin-top: -50px;
  margin-left: -375px;
  width: 250px;
  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)
}

#aboutme {
  position: absolute;
  top: 60px;
  right: 20px;
  width: 350px;
  height: 240px;
  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;
  font-size: 11px;
}

#about-inside span {
  text-align: center;
  font-size: 11px;
  line-height: 1.2;
}

#about-inside img {
  height: auto;
  width: 100px;
}

.divider {
  width: 100%;
  height: 36px;
  margin: 10px auto 0;
  margin-bottom: 10px;
  background: url('/media/graphics/divider-iogurte.png') no-repeat center;
  background-size: auto 102%;
}

#chantilly {
  background: url('/media/graphics/swirl.png');
  background-size: 100%;
  width: 100%;
  height: 45px;
  position: absolute;
  top: 0px;
  left: 0px;
}

#lace-bottom {
  background-image: url(/media/borders/lacey.png);
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: auto 100%;
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleY(-1);
  filter: drop-shadow(0px 1px #a38f8995);
  z-index: 1;
  pointer-events: none;
}

.zoom {
  transition: transform .2s;
}

.zoom:hover {
  -ms-transform: scale(1.10);
  -webkit-transform: scale(1.10);
  transform: scale(1.10);
}

#nav-buttons {
  background-color: transparent;
  width: 100%;
  position: relative;
  margin-bottom: 0;
}

.nav-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  width: 100%;
}

.nav-group {
  display: flex;
  gap: 10px;
}

.nav-left {
  justify-content: flex-end;
  padding-right: 30px;
}

.nav-right {
  justify-content: flex-start;
  padding-left: 30px;
}

.nav-item {
  width: 135px;
}

.bookmark {
  height: 38px;
  position: relative;
  padding: 4px;
  border-radius: 12px 12px 0 0;
  --bg-color: #ffdbe8;
  background:
    repeating-linear-gradient(45deg,
      rgba(255, 255, 255, 0.035) 0,
      rgba(255, 255, 255, 0.035) 1px,
      transparent 1px,
      transparent 3px),
    repeating-linear-gradient(90deg,
      rgba(0, 0, 0, 0.02) 0,
      rgba(0, 0, 0, 0.02) 1px,
      transparent 1px,
      transparent 4px),
    var(--bg-color);
  border: 1.25px solid #836a66;
  border-bottom: 0;
  display: flex;
  align-items: stretch;
  margin-bottom: -15px;
  overflow: hidden;
  transition: background-color 0.25s ease;
}

.bookmark::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/media/backgrounds/patterned.png") repeat;
  background-size: 200px;
  opacity: 0.35;
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 1;
}

.bookmark::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow:
    -5px -5px 4px inset #00000033,
    3px 3px 3px inset #ffffff55;
  mask-image: linear-gradient(to bottom,
      transparent 70%,
      black 100%);
  -webkit-mask-image: linear-gradient(to bottom,
      transparent 70%,
      black 100%);
}

.bookmark>* {
  position: relative;
  z-index: 2;
}

.bookmark-inner {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  border: 1.25px dashed #836a66;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  margin-bottom: -3px;
  font-size: 12px;
  height: 100%;
  box-sizing: border-box;
  text-shadow:
    -1px 0 #fff,
    0 1px #fff,
    1px 0 #fff,
    0 -1px #fff;
}

.bookmark-inner a {
  margin-top: 2px;
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
  font-size: 14px;
  text-shadow:
    0 1px #836a66,
    1px 0 #836a66,
    0 -1px #836a66,
    -1px 0 #836a66;
}

.bookmark-inner:hover {
  font-style: italic;
}

.bookmark.active {
  --bg-color: #8e7972 !important;
  z-index: 10;
}

.bookmark.active .bookmark-inner {
  border: 1.25px dashed white;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}

.notebook-wrap {
  position: relative;
  display: flex;
  width: 100%;
  gap: 10px;
  margin-top: -15px;
}

.notebook-page {
  background-color: white;
  border: 1.5px solid #836a66;
  height: 335px;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
}

.notebook-viewport {
  height: calc(100% - 8px);
  overflow-y: auto;
  overflow-x: hidden;
}

.notebook-page::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.notebook-viewport::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.notebook-page {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.notebook-left {
  flex: 1.6;
  border-radius: 10px;
}

.notebook-right {
  flex: 1;
  border-radius: 10px;
}

.notebook-content {
  position: relative;
  min-height: 100%;
  font-size: 12px;
  line-height: 24px;
  color: #6a6a6a;
  padding-top: 12px;
  padding-bottom: 36px;
  padding-right: 18px;
  background-image:
    repeating-linear-gradient(to bottom,
      transparent 0,
      transparent 11.5px,
      var(--notebook-line) 12px,
      transparent 12.5px,
      transparent 24px);
}

.notebook-left .notebook-content {
  padding-left: 50px;
}

.notebook-right .notebook-content {
  padding-left: 25px;
}

.notebook-left .notebook-content::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 28px;
  width: 8px;
  opacity: 0.38;
  background:
    linear-gradient(to right,
      var(--notebook-line) 0 1.5px,
      transparent 1.5px 6.5px,
      var(--notebook-line) 6.5px 8px);
  pointer-events: none;
}

.notebook-content p {
  margin: 0;
}

.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;
}

mark {
  background-color: #ffedf5;
  color: #7a6760;
  font-family: spirits;
  font-size: 16px;
  margin-bottom: 1.5px;
}

.notebook-header {
  box-sizing: border-box;
  height: 48px;
  padding: 6px 8px;
  background-image: url(/media/backgrounds/green-check.gif);
  background-size: 30px;
  border: 1px solid #d1d1d1;
  border-radius: 10px 0 10px 10px;
  font-size: 15px;
  text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  margin-right: 10px;
}

.notebook-header-left p {
  text-decoration: none;
  font-family: 'snacker', sans-serif;
  margin-top: 5px;
  padding: 0px;
  font-size: 18px;
  color: #777777;
}

.notebook-header-row {
  display: flex;
  align-items: center;
  height: 100%;
}

.notebook-header-left {
  width: 50%;
  text-align: left;
  padding-left: 4px;
}

.notebook-header-right {
  width: 50%;
  text-align: right;
}

.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 */

.pattern {
  position: absolute;
  inset: 0;
  background: url('/media/graphics/hearts.png') 0 0 / 20px;
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.out-journal {
  width: 100%;
  margin: 0;
  position: relative;
  margin-bottom: 10px;
}

.journal::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 20px;
  transform: translateX(-50%);
  background: linear-gradient(to right,
      #00000015 0%,
      #00000010 25%,
      #ffffff40 50%,
      #00000010 75%,
      #00000020 100%);
}

.journal {
  height: 620px;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  background: url('/media/backgrounds/patterned.png');
  border-radius: 10px;
  padding: 21px;
  box-shadow:
    -5px -5px 4px inset #00000033,
    3px 3px 3px inset #ffffff55;
  position: relative;
  overflow: hidden;
}

.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: 100%;
  min-height: 0;
  width: calc(50% - 10px);
  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;
}

.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: 88%;
}

.spirals {
  width: 35px;
  background: url('/media/graphics/spirals.png') 0px 0px / cover;
  image-rendering: pixelated;
  z-index: 10000;
  height: 83%;
  top: 52%;
}

.journal-content {
  display: none;
  position: relative;
  height: 96%;
}

.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;
}

.journal-text::-webkit-scrollbar {
  display: none;
}

.journal-text p {
  margin: 0;
  margin-bottom: 24px;
}

.journal-text span {
  font-family: spirits;
}

.bottom-area {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  font-weight: 600;
}

.bottom-area a {
  color: #FF91BD;
  text-shadow: none;
}

.inline-icon {
  width: 20px;
  height: auto;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 5px;
}

.button-grid {
  display: grid;
  grid-template-columns: repeat(4, 88px);
  gap: 10px;
  justify-content: center;
  width: max-content;
}

.button-grid a {
  display: block;
}

.button-grid img {
  width: 88px;
  height: 31px;
  display: block;
}

.fav-heart {
  width: 17px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
  margin-bottom: 4px;
}

.bottom-area,
.footer {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  font-size: 12px;
  font-weight: 600;
  color: #8d7c76;
}

.bottom-area a,
.footer a {
  color: #FF91BD;
  text-shadow: none;
}

.footer {
  width: 700px;
  margin: 0 auto;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  padding: 10px;
}

.polaroid {
  position: relative;
  width: 180px;
  border: 1px #c1aeac solid;
  border-radius: 5px;
  padding: 5px 5px 20px;
  box-sizing: border-box;
  background: url("https://kkul.store/media/backgrounds/paperplain.png");
  box-shadow: 0 2px 6px rgba(120, 90, 60, 0.15);
  margin-bottom: 10px;
}

.polaroid img {
  display: block;
  width: 100%;
  height: auto;
}

.polaroid::before {
  content: "";
  width: 55%;
  border: 1px var(--brown) solid;
  border-radius: 1px;
  height: 15px;
  background: url('https://kkul.store/media/graphics/tape.png') center center;
  background-size: cover;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
  z-index: 2;
  opacity: 0.9;
  pointer-events: none;
}

.polaroid-right {
  float: right;
  margin-left: 15px;
  transform: rotate(2deg);
}

.polaroid-left {
  float: left;
  margin-right: 15px;
  transform: rotate(-2deg);
}

.sticker {
  display: block;
  width: 50px;
  margin-bottom: 10px;
  filter: drop-shadow(0 2px 2px rgba(120, 90, 60, 0.25));
}

.sticker img {
  display: block;
  width: 100%;
  height: auto;
}

.sticker-right {
  float: right;
  margin-left: 15px;
  transform: rotate(3deg);
}

.sticker-left {
  float: left;
  margin-right: 15px;
  transform: rotate(-3deg);
}

.polaroid-horizontal {
  width: 200px;
  padding: 5px 20px 5px 5px;
}

.polaroid-horizontal img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

#banner {
  width: 460px;
  height: 120px;
  border: 1px #c1aeac solid;
  border-radius: 10px;
  background: url(/media/gifs/chantilly.gif);
  background-size: cover;
  background-position: center;
  image-rendering: auto;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.pins {
  image-rendering: pixelated;
  position: absolute;
  top: -5px;
  left: 0px;
  right: 0px;
  height: 15px;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  overflow: visible;
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.3));
}

.pins img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.title-deco {
  position: absolute;
  left: 425px;
  top: 60%;
  transform: translateY(-50%);
  width: 120px;
  height: auto;
  object-fit: contain;
  pointer-events: none;
  z-index: 2;
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.3));
}

.triple-wrapper {
  width: 100%;
  display: flex;
  gap: 10px;
  padding: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  overflow: visible;
  background: url('/media/backgrounds/pink.png');
  border: 1px solid #eecad8;
  border-radius: 8px;
  box-shadow:
    inset 3px 3px 0px 0px rgba(255, 255, 255, 0.8),
    inset -3px -3px 0px 0px rgba(0, 0, 0, 0.05),
    0 4px 6px rgba(0, 0, 0, 0.05);
}

.triple-box {
  position: relative;
  background: white;
  box-sizing: border-box;
  min-height: 250px;
  border: 3px solid white;
  outline: 1px solid #D1B9B3;
  border-radius: 4px;
  overflow: hidden;
  padding: 5px;
}

.triple-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background-image: url(/media/borders/lacey.png);
  background-repeat: repeat-x;
  background-position: top center;
  background-size: auto 100%;
  filter: drop-shadow(0px 1px #D1B9B3);
  pointer-events: none;
  z-index: 1;
}

.triple-box-side {
  flex: 1;
}

.triple-box-center {
  flex: 2;
}

.center-inner-scroll {
  position: relative;
  height: 87%;
  width: 75%;
  margin: 25px 5px 0 auto;
  padding: 15px 15px 5px 70px;
  background-color: white;
  border: 1.25px dashed #ea85af;
  outline: 2px solid white;
  box-shadow: 3px 3px #a3736750;
  text-align: left;
  border-radius: 4px;
  font-size: 13px;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.center-inner-scroll span {
  font-family: spirits;
}

.center-box-wrap {
  position: relative;
  height: 100%;
  width: 100%;
}

.center-icon {
  position: absolute;
  top: -1px;
  left: -20px;
  width: 200px;
  height: auto;
  z-index: 5;
  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);
}

.center-inner-scroll::-webkit-scrollbar {
  display: none;
}

.triple-box-pink {
  background-image:
    radial-gradient(circle, white 19%, transparent 21%),
    radial-gradient(circle, white 19%, transparent 21%),
    linear-gradient(to bottom, #fff5fa 0%, #fff5fa 5%, #ffe4f0 100%);
  background-size: 18px 18px, 18px 18px, 100% 100%;
  background-position: 0 0, 9px 9px, 0 0;
}

.stacked-scrolls {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 98%;
}

.triple-box-inner-scroll {
  position: relative;
  flex: 1;
  min-height: 0;
  max-height: 205px;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  width: 97%;
  margin: 0 auto;
  padding: 5px;
  background-color: white;
  border: 1.25px dashed #ea85af;
  outline: 2px solid white;
  box-shadow: 3px 3px #a3736750;
  text-align: left;
  border-radius: 4px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.triple-box-inner-scroll::-webkit-scrollbar {
  display: none;
}

.stacked-scrolls>.triple-box-inner-scroll:first-child {
  margin-top: 25px;
}

#neighbors,
#guestbook,
#microblog {
  display: none;
}

#neighbors:target,
#guestbook:target,
#microblog:target {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

#neighbors:target~*,
#guestbook:target~*,
#microblog:target~* {
  display: none !important;
}

body:has(#neighbors:target) .main,
body:has(#guestbook:target) .main,
body:has(#microblog:target) .main {
  height: auto;
  min-height: 100vh;
}

body:has(#neighbors:target) .main {
  height: 100vh;
}

.guestbook-scroll {
  padding: 30px 15px 10px !important;
  height: auto !important;
  overflow: visible !important;
  width: 99% !important;      
  margin: 25px auto 0 !important; 
  margin-bottom: 5px !important; 
}

#guestbook-frame {
  width: 100%;
  border: none;
  background: transparent;
  display: block;
}

.microblog-scroll {
  padding: 30px 15px 10px !important;
  width: 99% !important;
  height: calc(99% - 25px) !important;
  margin: 25px auto 0 !important;
  background: none !important;
  isolation: isolate;
}

.microblog-scroll::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(https://kkul.store/media/backgrounds/bedding.jpg);
  filter: blur(2px);
  z-index: -1;
}

.microblog-entries {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.microblog-entry {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6px;
  margin: 8px 0;
}

.microblog-avatar {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 1px solid lightgray;
}

.microblog-group {
  display: flex;
  flex-direction: column;
  max-width: 85%;
}

.microblog-post-card {
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  background: white;
  border-radius: 0 15px 15px 15px;
  padding: 6px 10px 10px;
  border: 1px solid lightgray;
  box-sizing: border-box;
  font-family: Outfit, sans-serif;
}

.microblog-post-header {
  display: flex;
  align-items: center;
}

.microblog-post-header h3 {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: #606060;
}

.microblog-post-header h3::before {
  content: "";
  background-image: url(/media/graphics/bows2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  vertical-align: middle;
}

.microblog-text {
  line-height: 1.25em;
  padding: 2px;
  background-color: white;
  margin: 4px 4px 0;
  font-size: 12px;
  color: #606060;
}

.microblog-footer {
  font-size: 10px;
  color: #8c8c8c;
  margin-left: 5px;
  margin-top: 4px;
}

#microblog .neighbors-close {
  color: white !important;
}

.neighbors-wrapper {
  width: 100%;
  flex: 1;
  min-height: 0;
  display: flex;
  padding: 10px;
  box-sizing: border-box;
  overflow: visible;
  background: url('/media/backgrounds/pink.png');
  border: 1px solid #eecad8;
  border-radius: 8px;
  box-shadow:
    inset 3px 3px 0px 0px rgba(255, 255, 255, 0.8),
    inset -3px -3px 0px 0px rgba(0, 0, 0, 0.05),
    0 4px 6px rgba(0, 0, 0, 0.05);
}

.neighbors-box {
  width: 100%;
}

.neighbors-scroll {
  position: relative;
  height: 92%;
  width: 98%;
  margin: 30px auto 0;
  padding: 30px 25px 10px;
}

.neighbors-close {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 11px;
  letter-spacing: 1px;
  color: #a8907a !important;
}

.neighbors-title {
  text-align: center;
}

.neighbors-subtitle {
  text-align: center;
  font-size: 12px;
  color: #a8907a;
  margin: 4px 0 25px;
}

.neighbors-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  gap: 10px;
}

.neighbors-grid img {
  display: block;
  width: 88px;
  height: 31px;
}

#bubble {
  position: absolute;
  bottom: 250px;
  right: -110px;
  width: 150px;
  z-index: 999;
  pointer-events: none;
}

#bubble img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(2px 2px #a3736790);
}

#bubble p {
  position: absolute;
  top: 50px;
  left: -20;
  width: 100%;
  color: #606060;
  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: auto;
  font-family: 'spirits';
  text-align: center;
  z-index: 1000;
}

.status-iframe {
  width: 100%;
}

#statuscafe {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-family: 'angel';
  font-size: 12px;
  color: #6a6a6a;
  text-align: left;
}

#statuscafe-username {
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: bold;
  color: #a37367;
  margin-bottom: 3px;
  margin-top: 3px;
  margin-left: 3px;
  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 a:visited {
  color: #ea85af;
  background-color: transparent;
  text-decoration: none;
}

#statuscafea a {
  color: #ea85af;
  background-color: transparent;
  text-decoration: none;
}

#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-username a {
  color: #8d7c76;
  text-decoration: none;
}

#statuscafe-username a:hover {
  text-decoration: dotted underline;
}

#statuscafe-content {
  padding: 4px;
  line-height: 1.4;
}

#statuscafe-content img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 4px;
}

#mp3 {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
}

#lol {
  position: relative;
  width: 100px;
  height: 75px;
  flex-shrink: 0;
}

#lol .img1 {
  position: absolute;
  top: 5px;
  left: 42px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
  animation: spin-cd 3s linear infinite;
  animation-play-state: paused;
}

#lol .img2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  object-fit: cover;
  border-radius: 3px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  z-index: 21;
}

#lol.playing .img1 {
  animation-play-state: running;
}

@keyframes spin-cd {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

#now-playing {
  font-family: 'angel';
  font-size: 11px;
  line-height: 1.8;
  color: #606060;
  text-align: left;
  margin-left: 5px;
  align-self: center;
}

#now-playing span {
  font-weight: bold;
  color: #606060;
  align-self: center;
}

.status-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 9px;
  width: 100%;
  max-width: 190px;
  margin: 0 auto;
  flex-shrink: 0;
}

.status-bubble {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: rgba(255, 255, 255, 0.7) 1px 2px 0px inset, rgba(215, 127, 171, 0.1) -1px -2px 2px inset, rgba(215, 127, 171, 0.05) 0px 2px 4px;
  width: 100%;
  background: rgb(255, 224, 239);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(255, 186, 222);
  border-image: none;
  border-radius: 15px 15px 4px 15px;
  padding: 8px 10px;
  gap: 18px;
}

.status-label {
  font-size: 11px;
  color: #606060;
  text-transform: lowercase;
  white-space: nowrap;
  line-height: 1;
  display: flex;
  align-items: center;
}

.status-text {
  font-size: 11px;
  color: #606060;
  line-height: 1;
  text-align: right;
  word-break: break-word;
  display: flex;
  align-items: center;
}

#journal-deco {
  position: absolute;
  top: 240px;
  right: -95px;
  width: 200px;
  z-index: 999;
  pointer-events: none;
}

#journal-deco img {
  display: block;
  width: 100%;
  height: auto;
  transform: scaleX(-1);
  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);
}

#journal-deco::after {
  content: "";
  position: absolute;
  left: 52%;
  transform: translateX(-50%);
  bottom: -2px;
  width: 30%;
  height: 10px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  filter: blur(6px);
  z-index: 1;
}

.stamps-area {
  position: relative;
  background-image:
    radial-gradient(circle, white 19%, transparent 21%),
    radial-gradient(circle, white 19%, transparent 21%),
    linear-gradient(to bottom, #fff5fa 0%, #fff5fa 5%, #ffe4f0 100%);
  background-size: 18px 18px, 18px 18px, 100% 100%;
  background-position: 0 0, 9px 9px, 0 0;
  padding: 10px 0;
  overflow: hidden;
  margin-bottom: 10px;
  border: 1px solid #eecad8;
  border-radius: 8px;
  box-shadow: inset 3px 3px 0px 0px rgba(255, 255, 255, 0.8), inset -3px -3px 0px 0px rgba(0, 0, 0, 0.05), 0 4px 6px rgba(0, 0, 0, 0.05);
}

#curtain-left {
  height: 89px;
  width: 32px;
  background: url(/media/graphics/pngs/curtain.png) 0px 0px / cover no-repeat;
  position: absolute;
  left: 0px;
  top: 0px;
  filter: drop-shadow(1px 1px 1px #00000022);
  z-index: 40;
  pointer-events: none;
}

#curtain-right {
  height: 89px;
  width: 32px;
  background: url(/media/graphics/pngs/curtain.png) 0px 0px / cover no-repeat;
  position: absolute;
  right: 0px;
  top: 0px;
  transform: scaleX(-1);
  filter: drop-shadow(1px 1px 1px #00000022);
  z-index: 40;
  pointer-events: none;
}

#stamps {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.stamps-track {
  display: flex;
  width: max-content;
  animation: stamps-scroll 20s linear infinite;
}

.stamps-set {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 4px;
  overflow: visible;
}

#stamps:hover .stamps-track {
  animation-play-state: paused;
}

@keyframes stamps-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.stamp img {
  transition: transform 0.3s ease;
  transform-origin: center center;
  display: block;
  height: 50px;
  width: auto;
}

.stamp img:hover {
  transform: scale(1.15);
}

.triple-wrapper-2 {
  height: 300px;
}

.triple-wrapper-2 .stacked-scrolls {
  height: 98%;
}

.triple-wrapper-2 .triple-box-inner-scroll {
  max-height: none;
}

.triple-wrapper-2 .triple-box-center .triple-box-inner-scroll {
  width: 97%;
  max-width: none;
}

.border-brown {
  border: 7px solid;
  border-image: url(/media/borders/brown-clouds.png) 5 fill round;
  border-image-outset: 2px;
  border-radius: 8px;
  outline: 1px dashed #FFB0C9;
  outline-offset: -8px;
  box-shadow: none;
}

.triple-box-inner-scroll.border-brown {
  position: relative;
  padding: 6px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  align-items: center;
  justify-content: center;
}

.triple-box-inner-scroll.border-brown img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 2px;
}

.triple-box-inner-scroll.border-brown .status-bubble {
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  width: auto;
  z-index: 5;
}

#neighbortitle {
  position: absolute;
  margin-top: 18px;
  margin-left: 85px;
  font-size: 18px;
  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;
  color: #8d7c76;
}

#center-title {
  position: absolute;
  margin-top: 18px;
  margin-left: 100px;
  font-size: 18px;
  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;
  color: #8d7c76;
}

.mini-img-grid {
  display: grid;
  grid-template-columns: repeat(3, 80px);
  gap: 6px;
  justify-content: center;
  align-content: center;
  margin-top: 5px;
}

.mini-img-grid img {
  width: 88px;
  height: 31px;
  display: block;
  object-fit: cover;
}

.fanlist-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 100%;
  margin-top: 5px;
}

.fanlist-grid img {
  width: 45px !important;
  height: 45px !important;
  display: block;
  object-fit: cover;
  border-radius: 3px;
}

.fanlist-box {
  flex: 1.1;
}

/* ===== menu bar ===== */

.site-menu {
  width: 100%;
  margin: 0;
  background-image:
    radial-gradient(circle, white 19%, transparent 21%),
    radial-gradient(circle, white 19%, transparent 21%),
    linear-gradient(to right, #fff5fa 0%, #fff5fa 5%, #ffe4f0 100%);
  background-size: 18px 18px, 18px 18px, 100% 100%;
  background-position: 0 0, 9px 9px, 0 0;
  border: 1px solid #eecad8;
  border-radius: 8px;
  box-shadow:
    inset 3px 3px 0px 0px rgba(255, 255, 255, 0.8),
    inset -3px -3px 0px 0px rgba(0, 0, 0, 0.05),
    0 4px 6px rgba(0, 0, 0, 0.05);
  padding: 6px 16px;
  box-sizing: border-box;
}

.site-menu-inner {
  display: flex;
  align-items: center;
  gap: 24px;
}

.menu-item {
  position: relative;
}

.menu-link {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: 'angel', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: #8d7c76;
  text-transform: uppercase;
  padding: 6px 4px;
  text-decoration: none;
  transition: color 0.15s ease;
  background: none;
  border: none;
}

.menu-link:hover {
  color: #ec4899;
  font-style: normal;
  text-decoration: none;
}

.menu-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
  transition: transform 0.2s ease;
}

.menu-arrow svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.menu-item.has-dropdown.open .menu-arrow {
  transform: rotate(180deg);
}

.pfp-dropdown-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  width: 180px;
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid var(--border);
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  padding: 6px;
  z-index: 60;
  display: flex;
  flex-direction: column;
  gap: 3px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s ease;
  z-index: 9999999;
}

.menu-item.has-dropdown.open .pfp-dropdown-menu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.pfp-dropdown-menu-full {
  left: 0;
  right: auto;
  width: 100%;
  min-width: 100%;
}

.pfp-dropdown-item-active {
  background-color: #feeef6;
  color: #ec4899;
}

.pfp-dropdown-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 500;
  font-family: 'Outfit', 'Inter', system-ui, sans-serif;
  color: #8d7c76;
  background: transparent;
  border: none;
  border-radius: 8px;
  text-align: left;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.new-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Outfit', 'Inter', system-ui, sans-serif;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #1a0a12;
  background: #ffd8e9;
  padding: 4px 6px;
  border-radius: 20px;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 5px;
  transition: background-color 0.15s ease;
}

.pfp-dropdown-item:hover .new-badge {
  background-color: #ffffff;
}

.pfp-dropdown-item:hover {
  background-color: #feeef6;
  color: #ec4899;
  text-decoration: none;
  font-style: normal;
}

.wing-left,
.wing-right {
  position: absolute;
  top: 380px;
  width: 130px;
  z-index: 999;
  pointer-events: none;
}

.wing-left {
  left: -90px;
}

.wing-right {
  right: -90px;
}

.wing-left img,
.wing-right img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(rgba(0, 0, 0, 0.3) 1px 2px 2px);
}

.wing-right img {
  transform: scaleX(-1);
}

.center-text-short {
  display: none;
}

.out-journal-mobile {
  display: none;
}

.mobile-journal-menu {
  display: none;
}

@media (max-width: 768px) {
  body {
    width: 100%;
    overflow-x: hidden;
  }

  .main {
    width: 100%;
    border-width: 12px;
    border-radius: 15px;
    background: transparent;
  }

  .main-header,
  .space-between,
  .triple-wrapper,
  .triple-wrapper-2,
  .stamps-area,
  .journal,
  .footer {
    border: 2px solid white;
  }

  .site-menu {
    display: none;
  }

  #journal-deco {
    display: none;
  }

  .wing-left,
  .wing-right {
    display: none;
  }

  .triple-wrapper,
  .triple-wrapper-2 {
    flex-direction: column;
    height: auto;
  }

  .triple-wrapper .triple-box:nth-child(3),
  .triple-wrapper-2 .triple-box:nth-child(3) {
    display: none;
  }

  .triple-wrapper .triple-box:first-child .stacked-scrolls {
    flex-direction: row;
    align-items: stretch;
    margin: 25px 5px 10px;
  }

  .triple-wrapper .triple-box:first-child .triple-box-inner-scroll {
    flex: 1;
    max-height: none;
    height: 95px;
  }

  .triple-wrapper .triple-box:first-child .triple-box-inner-scroll-2 {
    flex: 1;
  }

  .stacked-scrolls>.triple-box-inner-scroll:first-child {
    margin-top: 0;
  }

  .triple-wrapper .triple-box:first-child {
    min-height: 0;
  }

  #lol {
    width: 65px;
    height: 55px;
  }

  #lol .img2 {
    position: absolute;
    top: 0;
    left: 8px;
    width: 55px;
    height: 55px;
    object-fit: cover;
    border-radius: 3px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    z-index: 21;
  }

  #lol .img1 {
    position: absolute;
    top: 4px;
    left: 40px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
    animation: spin-cd 3s linear infinite;
    animation-play-state: paused;
  }

  #mp3 {
    flex-wrap: wrap;
    gap: 26px;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  #now-playing {
    white-space: normal;
    font-size: 10px;
    line-height: 1.5;
    text-align: left;
  }

  .triple-box-center {
    width: 100%;
    min-height: 0;
  }

  .center-box-wrap {
    position: relative;
    width: 100%;
  }

  .center-icon {
    display: block;
    position: absolute;
    top: -15px;
    left: -5px;
    width: 110px;
    height: auto;
    z-index: 5;
  }

  .center-inner-scroll {
    width: 73%;
    margin: 30px 5px 10px auto;
    padding: 10px 15px 5px 15px;
  }

  .neighbors-scroll {
    width: 90%;
    height: 92%;
    margin: 20px auto 0;
    padding: 25px 10px 15px;
  }

  .neighbors-grid img {
    width: 80px;
    height: 28px;
  }

  .center-text-full {
    display: none;
  }

  .center-text-short {
    display: block;
  }

  .center-text-short p {
    font-size: 11px;
    line-height: 18px;
    color: #6a6a6a;
  }

  .center-text-short span {
    font-family: spirits;
  }

  .main-header {
    height: auto;
    min-height: 110px;
    padding: 10px 0 10px 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    position: relative;
    overflow: visible;
  }

  .pins {
    display: none;
  }

  #title {
    position: relative;
    inset: auto;
    font-size: 30px;
    margin: 10px;
    margin-left: 8px;
    padding-left: 0;
    justify-content: flex-start;
    align-items: center;
    white-space: normal;
    letter-spacing: -1px;
    order: 1;
  }

  #banner {
    display: block;
    position: relative;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none;
    width: 190px;
    height: 90px;
    flex-shrink: 0;
    order: 2;
    overflow: visible;
    margin-left: auto;
    margin-right: 10px;
  }

  .title-deco {
    display: block;
    position: absolute;
    left: 175px;
    bottom: 8px;
    right: auto;
    top: auto;
    transform: none;
    width: 70px;
    z-index: 3;
  }

  .clap-btn {
    top: 6px;
    left: 6px;
  }

  .clap-btn img {
    width: 60px;
  }

  #inner-space {
    margin-top: 0;
  }

  .space-between {
    margin-top: 10px;
  }

  .marquee-content p {
    font-size: 9px;
  }

  .journal {
    height: auto;
  }

  .background {
    flex-direction: column;
  }

  .background>.page {
    width: 100%;
    margin: 5px 0;
  }

  .spirals-bg,
  .spirals {
    display: none;
  }

  .journal::before {
    display: none;
  }

  .nav-row {
    grid-template-columns: 1fr;
  }

  .nav-group {
    justify-content: center;
    padding: 0;
    flex-wrap: wrap;
  }

  .nav-item {
    width: 100px;
  }

  .footer {
    width: 100%;
    padding: 10px;
  }

  .fanlist-grid,
  .mini-img-grid {
    justify-content: center;
  }

  .stamps-area {
    padding: 5px 0;
  }

  .stamp img {
    height: 32px;
  }

  .stamps-set {
    gap: 3px;
    margin: 3px;
  }

  .stamps-track {
    animation: stamps-scroll 10s linear infinite;
  }

  #curtain-left,
  #curtain-right {
    height: 60px;
    width: 24px;
  }

  #statuscafe {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-family: 'angel';
    font-size: 11px;
    color: #6a6a6a;
    text-align: left;
  }

  #statuscafe-username {
    font-size: 11px;
    margin-bottom: -2px;
  }
}

@media (max-width: 768px) {
  .out-journal {
    display: none;
  }

  .out-journal-mobile {
    display: block;
    width: 98%;
    margin: 0 auto 10px;
    position: relative;
    margin-left: 13px;
  }

  #nav-buttons {
    display: none;
  }

  .notebook {
    display: flex;
    width: 98%;
    border-radius: 6px;
    align-items: stretch;
    justify-content: center;
    box-sizing: border-box;
  }

  .notecover {
    display: flex;
    width: 100%;
    padding: 10px;
    border: 1px var(--brown) solid;
    border-radius: 5px;
    background: url(/media/backgrounds/pink.png);
    align-items: stretch;
    justify-content: center;
    box-sizing: border-box;
  }

  .notepage {
    display: flex;
    width: 100%;
    min-height: 420px;
    border: 1px var(--brown) solid;
    padding: 15px 15px 15px 30px;
    border-radius: 5px;
    background: url(/media/backgrounds/paperplain.png);
    align-items: stretch;
    justify-content: flex-start;
    box-sizing: border-box;
    position: relative;
  }

  .spiral {
    width: 34px;
    height: calc(100% - 27.5px);
    position: absolute;
    left: -20px;
    top: 15px;
    background: url(/media/graphics/spiral.png);
    background-size: contain;
    background-repeat: repeat-y;
    background-position: center;
    z-index: 2;
  }

  .note-content {
    width: 100%;
    color: #6a6a6a;
    overflow-y: auto;
    max-height: 500px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .note-content {
    font-size: 11px;
    line-height: 20px;
  }

  .note-content p {
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .scroll-hint {
    margin-right: 5px;
  }

  .note-content .polaroid {
    width: 110px !important;
    padding: 4px 4px 14px !important;
  }

  .note-content .polaroid-left {
    margin-right: 10px;
  }

  .note-content .polaroid-right {
    margin-left: 10px !important;
    margin-top: 10px;
  }

  .note-content::-webkit-scrollbar {
    display: none;
  }

  .note-content img {
    max-width: 100%;
    height: auto;
  }

  .mobile-journal-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    width: 98%;
    margin: 0 auto 10px;
    background-image:
      radial-gradient(circle, white 19%, transparent 21%),
      radial-gradient(circle, white 19%, transparent 21%),
      linear-gradient(to right, #fff5fa 0%, #fff5fa 5%, #ffe4f0 100%);
    background-size: 18px 18px, 18px 18px, 100% 100%;
    background-position: 0 0, 9px 9px, 0 0;
    border: 1px solid #eecad8;
    border-radius: 8px;
    box-shadow:
      inset 3px 3px 0px 0px rgba(255, 255, 255, 0.8),
      inset -3px -3px 0px 0px rgba(0, 0, 0, 0.05),
      0 4px 6px rgba(0, 0, 0, 0.05);
    padding: 8px 10px;
    box-sizing: border-box;
  }

  .mobile-journal-menu button.menu-link {
    font-family: 'angel', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: #8d7c76;
    text-transform: uppercase;
    padding: 6px 8px;
    text-decoration: none;
    transition: color 0.15s ease;
    background: none;
    border: none;
    cursor: url(/media/cursor/melody.webp), progress;
  }

  .mobile-journal-menu button.menu-link:hover,
  .mobile-journal-menu button.menu-link.active {
    font-style: italic;
  }

  #mobile-fab-nav {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999999;
  }

  #mobile-fab-menu-panel {
    position: absolute;
    bottom: 68px;
    right: 0;
    width: 240px;
    background-color: #ffffff;
    border: 1px solid #fbcfe8;
    border-radius: 1rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.15), 0 10px 10px -5px rgba(0, 0, 0, 0.06);
    padding: 12px;
    display: none;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  #mobile-fab-menu-panel.open {
    display: grid;
  }

  .mobile-fab-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    border: none;
    background: transparent;
    color: #6b7280;
    cursor: pointer;
    padding: 12px 4px;
    border-radius: 0.75rem;
    text-decoration: none;
    transition: background-color 0.15s ease, color 0.15s ease;
  }

  .mobile-fab-item:hover {
    background-color: #fdf2f8;
    color: #ec4899;
  }

  .mobile-fab-item svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .mobile-fab-item span {
    font-family: 'Outfit', 'Inter', system-ui, sans-serif;
    font-size: 11px;
  }

  #mobile-fab-toggle {
    width: 56px;
    height: 56px;
    border-radius: 9999px;
    background-color: #ffd8e9;
    color: #6b7280;
    border: none;
    cursor: pointer;
    box-shadow: 0 10px 25px -5px rgba(236, 72, 153, 0.45), 0 8px 10px -6px rgba(236, 72, 153, 0.35);
    transition: transform 0.15s ease, background-color 0.15s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #mobile-fab-toggle:active {
    transform: scale(0.95);
  }

  #mobile-fab-toggle svg {
    width: 22px;
    height: 22px;
    stroke: #8d7c76;
    stroke-width: 2;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
}