@import url('https://fonts.googleapis.com/css2?family=Single+Day&display=swap');

/* body */

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;
}

.main-header {
  position: relative;
  width: 100%;
  height: 150px;
  flex-shrink: 0;
  border: 1px solid lightgrey;
  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;
}

.clap-btn {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
}

.clap-btn img {
  display: block;
  border: none;
  height: auto;
  width: 70px;
}

.main-header>img {
  height: auto;
  width: 270px;
  position: absolute;
  right: 40px;
  bottom: -70px;
  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));
}

#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;
}

#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;
  justify-content: center;
  align-items: center;
  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)
}

#chibi:hover {
  transform: rotate(-12deg)
}

#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('https://files.catbox.moe/9nvftu.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;
}

#stamps-area {
  margin: 0 auto;
  width: 100%;
  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: 305px;
  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);
}

.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: "Single Day", cursive;
  font-size: 14px;
}

mark {
  background-color: #ffedf5;
  color: #7a6760;
  font-family: spirits;
  font-size: 16px;
}

.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;
}

.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: 26px;
  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: 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; 
}

.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;
}