@font-face{
    font-family: 'rainy hearts';
    src: url(https://shycat.neocities.org/fonts/rainyhearts.ttf) format("truetype");
    }

   @font-face{
    font-family: 'lovely';
    src: url(https://shycat.neocities.org/fonts/lovely.ttf) format("truetype");
    }

   @font-face{
    font-family: 'MS Gothic';
    src: url(https://shycat.neocities.org/fonts/MSGothic.ttf) format("truetype");
    }

     @font-face{
    font-family: 'cheeky rabbit';
    src: url(https://shycat.neocities.org/fonts/cheekyrabbit.ttf) format("truetype");
    }

     @font-face{
    font-family: 'Baby Doll';
    src: url(fonts/babydoll.ttf) format("truetype");
    }

    @font-face{
    font-family: 'Ownglyph PDH Regular';
    src: url(fonts/cat.ttf) format("truetype");
    }

    @font-face{
    font-family: 'ochi';
    src: url(fonts/ochi.ttf) format("truetype");
    }

    @font-face{
    font-family: 'basiic';
    src: url(fonts/basiic.ttf) format("truetype");
    }
    
img {
    -webkit-user-drag: none;
    -webkit-user-select: none;
    user-select: none;
}    
       

/* scrollbar */

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #fffafb;
  border: 1px dotted #f5dce7;
}

body {
    margin: 0;
    background-color: #E4E0E4;
    overflow-x: hidden;
    font-family: 'lovely' !important;
    font-size: 13px;
    color: #8a6d6d !important;
    line-height: 1.5;
}

h1 {
  text-align: center;
}

.dance {
  text-align: center;
}

html {
  cursor:url(/img/key.png),auto;}
  a, a:hover, .modal, .modal:hover {cursor:url(/img/key2.png), pointer;}

.profile-link:hover {
    cursor: url('/img/key2.png'), pointer;
    border-radius: 2px;

}

/* -------------------------------
   tooltip styles
---------------------------------*/

#s-m-t-tooltip {
  max-width: 105px;
  padding: 3px 5px;
  box-sizing: border-box;
  background: #fffafd;
  border-width: 6px;
  border-style: solid;
  border-image: url("/img/laceborder.png") 8 fill round;
  font-family: 'basiic';
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
  color: #9f7f87;
  pointer-events: none;
  z-index: 999999 !important;
  box-shadow: 0 0 8px rgba(245, 213, 232, 0.25);
}

#s-m-t-tooltip div {
  padding-left: 5px;
}

/*
#site {
  display: none;

}
*/

/* page wrapper */
.page,
.header,
.layout {
  overflow: visible;
}

.page {
  width: 1240px;
  margin: 40px auto;
  position: relative;

}

/* header */

.headerart {
  position: absolute;
  top: -60px;
  right: 180px;
  width: 420px;
  height: auto;
  z-index: 50;
  pointer-events: none;
  transform-origin: top center;
  animation: headerSway 6s ease-in-out infinite;

}

@keyframes headerSway {
  0% {
    transform: rotate(-1.5deg);
  }

  50% {
    transform: rotate(1.5deg);
  }

  100% {
    transform: rotate(-1.5deg);
  }
}

.header {
  background: #fffafc;
  border: 2px solid white;
  outline: 1px solid #f5d5e8;
  border-radius: 18px;
  height: 95px;
  position: relative;
  overflow: visible;
  margin-bottom: 25px;
  box-shadow:
  inset 0 0 15px rgba(255,255,255,0.8);

}

.heartdivider {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 320px;
  height: auto;
  opacity: 0.8;
  filter: brightness(1.05) saturate(0.8);
  pointer-events: none;

}

.header::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 2px;
  height: 24px;
  background-image: url("/img/chocohearts.gif");
  background-repeat: repeat-x;
  background-size: auto 14px;
  opacity: 0.65;
  filter: brightness(1.1) saturate(0.5);
  pointer-events: none;

}

.header::after {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: -13px;
  height: 24px;
  background-image: url("/img/bar5.png");
  background-repeat: repeat-x;
  background-size: auto 24px;
  filter: drop-shadow(0px 1px #e7bfd0);
  pointer-events: none;

}

.headertitle {
  position: absolute;
  top: 20px;
  right: 550px;
  width: 200px;
  height: auto;
  z-index: 99;
}

.headersubtitle {
  position: absolute;
  top: 58px;
  right: 750px;
  font-size: 11px;
  color: #8a7070;
  opacity: 0.85;
  font-style: italic;
  letter-spacing: 1px;
  z-index: 99;

}

.headerheartwrap {
  position: absolute;
  top: -60px;
  right: 5px;
  width: 205px;
  height: 180px;
  z-index: 100;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transform-origin: center;
}

.headerheartwrap:hover {
  transform: scale(1.04);
}

.headerheart {
  position: absolute;
  top: 0;
  left: 0;
  width: 205px;
  height: auto;

  pointer-events: none;
}

.headerhearttext {
  position: absolute;
  top: 68px;
  left: -8px;
  width: 221px;
  font-family: 'Ownglyph PDH Regular';
  font-style: italic;
  color: #9f7f87;
  text-align: center;
  text-shadow:
    -1px -1px 0 #fff,
     1px -1px 0 #fff,
    -1px  1px 0 #fff,
     1px  1px 0 #fff;

  pointer-events: none;
}

.hearttitle {
  font-size: 15px;
  line-height: 1.1;
}

.heartdate {
  font-size: 12px;
  margin-top: 3px;
}

.headerheartclick {
  position: absolute;
  inset: 0;
  display: block;
  cursor: pointer;
}

/* main layout */

.layout {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

/* sidebars */

.sidebar {
  width: 220px;
  background-image: url("/img/polkadot.jpg");
  background-repeat: repeat;
  background-size: 100px;
  border: 2px solid white;
  border-radius: 18px;
  outline: 1px solid #f5d5e8;
  padding: 10px;
  box-sizing: border-box;

}

.sidebar-inner {
  background: #ffffff;
  border-radius: 18px;
  border-width: 8px;
  border-style: solid;
  border-image: url("/img/pinkborder2.gif") 7 fill round;
  padding: 45px 8px 8px;
  position: relative;
  box-sizing: border-box;
}

.cream-trim {
  position: absolute;
  top: -60px;
  left: 50%;
  width: 190px;
  height: auto;
  transform: translateX(-50%);
  z-index: 5;
  pointer-events: none;
}

.sidebar h2 {
  text-align: center;
  font-family: 'Ownglyph PDH Regular';
  font-size: 35px;
  font-weight: normal;
  color: #a48787;
  letter-spacing: 1px;
  margin: 8px 0 -25px;
  border-width: 8px;
  border-style: solid;
  border-image: url("img/laceborder.png") 8 fill round;
  padding: 10px;
  box-sizing: border-box;
  text-shadow:
  -1px -1px 0 #f5d5e8,
   1px -1px 0 #f5d5e8,
  -1px  1px 0 #f5d5e8,
   1px  1px 0 #f5d5e8;
}

.menu-cream {
  width: 80px;
  height: auto;
  display: block;
  margin: 0 auto 5px;
}

.menu-divider {
  width: 165px;
  height: auto;
  display: block;
  margin: -15px auto 15px;
  position: relative;
  z-index: 2;
}

.chiikawa {
  position: absolute;
  top: -65px;
  left: 75px;
  width: 90px;
  height: auto;
  z-index: 6;
  pointer-events: none;
}

/* sidebar whipped cream trim */

.sidebar-inner,
.right-sidebar-inner {
  position: relative;
  overflow: visible;
}

.sidebarcream {
  position: absolute;

  left: 50%;
  bottom: -22px;

  transform: translateX(-50%);

  width: 220px;
  height: auto;

  pointer-events: none;
  z-index: 50;
}

/* right sidebar */

.right-sidebar {
  width: 220px;
  background-image: url("/img/polkadot.jpg");
  background-repeat: repeat;
  background-size: 100px;
  border: 2px solid white;
  border-radius: 18px;
  outline: 1px solid #f5d5e8;
  padding: 10px;
  box-sizing: border-box;
}

.right-sidebar-inner {
  background: #ffffff;
  border-radius: 18px;
  border-width: 8px;
  border-style: solid;
  border-image: url("/img/pinkborder2.gif") 7 fill round;
  padding: 15px;
  box-sizing: border-box;
  position: relative;

}

.cream-trim-right {
  position: absolute;
  top: -60px;
  left: 50%;
  width: 190px;
  height: auto;
  transform: translateX(-50%);
  z-index: 5;
  pointer-events: none;

}

.cinna {
  position: absolute;

  top: -30px;
  left: 35%;

  width: 110px;
  height: auto;

  transform: translateX(-50%);

  z-index: 6;
  pointer-events: none;

  opacity: 0.95;
}

.right-sidebar .rbox {
  background: #fffafc;
  border-radius: 18px;
  border: 2px solid white;
  outline: 1px solid #f5d5e8;
  width: 100%;
  margin-top: 15px;
  padding: 10px;
  box-sizing: border-box;
}

.right-sidebar .rbox:first-of-type {
  margin-top: 35px;
}

.right-sidebar .rtitle {
  text-align: center;
  font-size: 11px;
}

.right-sidebar .rbox:nth-of-type(1) {
  height: 120px;
}

.right-sidebar .sweetsites {
  height: 220px;
  position: relative;
}

.right-sidebar .sweetsites .rtitle {
  text-align: center;
  font-family: 'Ownglyph PDH Regular';
  color: #a48787;
  margin-bottom: 5px;
  font-size: 13px;
  padding-top: 5px;
  font-weight: normal;
}

.right-sidebar .rbox:nth-of-type(3) {
  height: 130px;
}

.right-sidebar .rbox:nth-of-type(4) {
  height: 280px;
}


.newgif {
  position: absolute;
  top: 50%;
  right: 45px;
  transform: translateY(-50%);
  width: 40px;
  height: auto;
}



/* mini music player */

.right-sidebar .rbox.musicbox {
  height: 170px !important;
  padding: 10px;
  box-sizing: border-box;
}

.musicplayer {
  margin-top: 0;
  text-align: center;
}

.miniCoverFrame {
  width: 72px;
  height: 72px;
  margin: 0 auto 5px;
  border-width: 7px;
  border-style: solid;
  border-image: url("/img/laceborder.png") 8 fill round;
  box-sizing: border-box;
}

#miniCover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.55) opacity(0.85);
}

.miniSongInfo {
  width: 100%;
  text-align: center;
  margin: 4px 0 12px;
  line-height: 1.2;
  overflow: hidden;
}

#miniSongTitle,
#miniSongArtist {
  display: block;
  width: 100%;

  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#miniSongTitle {
  font-size: 10.5px;
  color: #8a7070;
}

#miniSongArtist {
  font-size: 10px;
  color: #b59ca4;
}

.musicbox .musiccontrols {
  margin-top: 20px !important;
}

.musiccontrols {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.musiccontrols button {
  appearance: none;
  -webkit-appearance: none;
  border: 2px solid white;
  outline: 1px solid #f5d5e8;
  background: #fffafc;
  border-radius: 10px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  color: #d9aeb8;
  font-size: 10px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.musiccontrols button:hover {
  background: #fff5fa;
}

/* music popup */

#musicLightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(255, 250, 252, 0.85);
  align-items: center;
  justify-content: center;
  z-index: 9999;
  backdrop-filter: blur(3px);
}

.musicPopup {
  width: 650px !important;
  height: 430px !important;
  min-height: 430px !important;
  background: #fffafc;
  padding: 18px;
  border-width: 8px;
  border-style: solid;
  border-image: url("/img/pinkborder3.gif") 7 fill round;
  box-shadow: 0 0 20px rgba(245, 213, 232, 0.4);
  animation: musicPopIn 0.3s ease-out;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}

.musicPopupTitle {
  text-align: center;
  font-family: 'Ownglyph PDH Regular';
  font-size: 20px;
  color: #a48787;
  margin-bottom: 15px;
}

.musicPopupContent {
  text-align: center;
  color: #8a7070;
  height: calc(100% - 45px);
  position: relative;
}

.musicPageFade {
  animation: musicPageFade 0.25s ease;
}

@keyframes musicPageFade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.musicClosing {
  animation: musicOverlayOut 0.25s ease forwards;
}

.musicClosing .musicPopup {
  animation: musicPopOut 0.25s ease forwards;
}

@keyframes musicOverlayOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes musicPopOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

#closeMusicPopup {
  position: absolute;
  top: 10px;
  right: 10px;
  appearance: none;
  -webkit-appearance: none;
  border: 2px solid white;
  outline: 1px solid #f5d5e8;
  background: #fffafc;
  border-radius: 10px;
  width: 24px;
  height: 24px;
  color: #d9aeb8;
  font-size: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

#closeMusicPopup:hover {
  background: #fff5fa;
}

@keyframes musicPopIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* playlist popup page 1 */

.playlistGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 20px;
  justify-items: center;
}

.playlistCard {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.playlistCard img {
  width: 150px;
  height: 105px;
  object-fit: cover;
  border-width: 6px;
  border-style: solid;
  border-image: url("/img/laceborder.png") 7 fill round;
  display: block;
  transition: 0.2s ease;
}

.playlistCard:hover img {
  transform: translateY(-2px);
  filter: brightness(1.03);
}

.playlistCard span {
  margin-top: 10px;
  font-family: 'Ownglyph PDH Regular';
  font-size: 14px;
  color: #a48787;
  text-align: center;
}

/* playlist popup page 2 */

.musicPopup {
  width: 650px !important;
  height: 430px !important;
  min-height: 430px !important;
  box-sizing: border-box;
}

.musicPopupContent {
  height: 100%;
}

#songPage {
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

#backToPlaylists {
  position: fixed;
  top: calc(50% - 190px);
  left: calc(50% - 285px);
  appearance: none;
  -webkit-appearance: none;
  border: 2px solid white;
  outline: 1px solid #f5d5e8;
  background: #fffafc;
  border-radius: 10px;
  color: #8a7070;
  font-family: inherit;
  font-size: 11px;
  padding: 5px 10px;
  cursor: pointer;
}

.playlistHeader {
  display: flex;
  align-items: center;
  gap: 18px;
  width: 520px;
  margin: 12px auto 10px;
  text-align: left;
  flex-shrink: 0;
}

#selectedPlaylistCover {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-width: 6px;
  border-style: solid;
  border-image: url("/img/pinkborder3.gif") 7 fill round;

  display: block;
  flex-shrink: 0;
}

.selectedPlaylistTitle {
  font-family: 'Ownglyph PDH Regular';
  font-size: 30px;
  color: #a48787;
  margin-bottom: 5px;
}

.selectedPlaylistCaption {
  font-size: 11px;
  color: #8a7070;
  opacity: 0.8;
}

.songList {
  width: 520px;
  margin: 0 auto;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.songButton {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 6px 10px;
  border: none;
  background: transparent;
  color: #8a7070;
  font-family: inherit;
  font-size: 11px;
  cursor: pointer;
  text-align: left;
  box-sizing: border-box;
}

.songButton:hover,
.activeSong {
  background: #fff5fa;
  border-radius: 10px;
}

.songButton img {
  width: 36px;
  height: 36px;
  object-fit: cover;
  border-radius: 6px;
}

.songArtist {
  text-align: right;
  opacity: 0.65;
}

.playerBottom {
  flex-shrink: 0;
  padding-top: 10px;
}

.popupControls {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.popupControls button {
  appearance: none;
  -webkit-appearance: none;
  border: 2px solid white;
  outline: 1px solid #f5d5e8;
  background: #fffafc;
  border-radius: 10px;
  width: 28px;
  height: 28px;
  color: #d9aeb8;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.progressWrap {
  width: 420px;
  margin: 8px auto 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  color: #8a7070;
}

#progressBar {
  flex: 1;
  accent-color: #ef87b4;
}

/* music player layout */

#musicLightbox .musicPopup {
  width: 650px !important;
  height: 440px !important;
  min-height: 430px !important;
  max-height: 440px !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

#musicLightbox .musicPopupContent {
  height: 350px !important;
  overflow: hidden !important;
  position: relative;
}

#musicLightbox #songPage {
  height: 350px !important;
  max-height: 350px !important;
  flex-direction: column !important;

  overflow: hidden !important;
  min-height: 0 !important;
}

#musicLightbox .playlistHeader {
  flex-shrink: 0 !important;
  margin: 8px auto 18px auto !important;
}

#musicLightbox .songList {
  height: 145px !important;
  max-height: 145px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  flex: none !important;
}

#musicLightbox .playerBottom {
  flex-shrink: 0 !important;
  margin-top: 8px !important;
  padding-top: 0 !important;
}

#musicLightbox .progressWrap {
  margin-top: 8px !important;
}

/* progress bar */

#progressBar {
  -webkit-appearance: none;
  appearance: none;
  flex: 1;
  height: 4px;
  background: linear-gradient(
    to right,
    #ffebf3 0%,
    #ffebf3 var(--progress, 0%),
    #ffffff var(--progress, 0%),
    #ffffff 100%
  );

  border: 1px solid #efb8d1;
  border-radius: 999px;
  cursor: pointer;
}

#progressBar::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff7fb;
  border: 1px solid #efb8d1;
  margin-top: 0;
}

/* kuma music */
#musicLightbox .musicPopup {
  position: relative !important;
  overflow: visible !important;
}

.musicDecoration {
  position: absolute;

  top: -75px;
  right: 50px;

  width: 170px;
  height: auto;

  opacity: 1 !important;
  filter: saturate(0.65);

  z-index: 99999;
  pointer-events: none;
}

.musiccontrols button,
.popupControls button,
.playlistCard,
.songButton,
#backToPlaylists,
#closeMusicPopup,
#progressBar {
  cursor: url("/img/key2.png"), pointer !important;
}

/* sweet sites */

.siteslace {
  background-image: url("/img/bar5.png");
  background-repeat: repeat-x;
  background-size: auto 100%;
  height: 11px;
  position: absolute;
  top: -0.1px;
  left: 6px;
  right: 6px;
  filter: drop-shadow(0px 1px #f5d5e8);
  pointer-events: none;
}

.sitesframe {
  border-width: 5px;
  border-style: solid;
  border-image: url("/img/lacebordersites.png") 18 fill round;
  padding: 10px;
  margin-top: 8px;
  height: 160px;
  overflow: hidden;
  box-sizing: border-box;
  filter: drop-shadow(0 0 1px #e8bfd0);
}

.sitebuttons {
  height: 130px;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.sitebuttons img {
  width: 88px;
  height: 31px;
  display: block;
  filter: saturate(0.45) opacity(0.75);
  transition: 0.3s ease;
}

.sitebuttons img:hover {
  filter: none;
}

/* weekly special */

.weeklyspecial {
  position: relative;
  height: 185px !important;
}

.weeklytitle {
  text-align: center;
  font-family: 'Ownglyph PDH Regular';
  font-size: 15px;
  color: #a48787;
  padding-top: 10px;
  margin-bottom: 8px;
}

.weeklyframe {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border-width: 8px;
  border-style: solid;
  border-image: url("/img/laceborder.png") 8 fill round;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
}

.weeklythumb {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  display: block;
  cursor: url("/img/key2.png"), pointer;
  opacity: 0.7;
  transition: opacity 0.25s ease;
}

.weeklythumb:hover {
  opacity: 1;
}

.weeklypiping {
  position: absolute;
  top: 108px;
  right: -20px;
  width: 74px;
  height: auto;
  transform: rotate(18deg);
  z-index: 30;
  pointer-events: none;

  filter:
    drop-shadow(-2px -2px 0 #fff)
    drop-shadow( 2px -2px 0 #fff)
    drop-shadow(-2px  2px 0 #fff)
    drop-shadow( 2px  2px 0 #fff)

    drop-shadow(0 0 3px #fff2f8)
    drop-shadow(0 0 6px #fff2f8);
}

.weeklywhisk {
  position: absolute;
  top: 110px;
  left: -14px;
  width: 70px;
  height: auto;
  transform: rotate(20deg);
  z-index: 30;
  pointer-events: none;

  filter:
    drop-shadow(-2px -2px 0 #fff)
    drop-shadow( 2px -2px 0 #fff)
    drop-shadow(-2px  2px 0 #fff)
    drop-shadow( 2px  2px 0 #fff)
    drop-shadow(0 0 3px #fff2f8)
    drop-shadow(0 0 6px #fff2f8);
}

/* recipe popup */

#recipepopup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(255, 250, 252, 0.85);
  backdrop-filter: blur(3px);
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.recipebook {
  width: 900px;
  height: 600px;
  background: #fffafc;
  border-width: 8px;
  border-style: solid;
  border-image: url("/img/pinkborder3.gif") 7 fill round;
  box-shadow: 0 0 20px rgba(245, 213, 232, 0.4);
  position: relative;
  display: flex;
}

.recipebook::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 50%;
  width: 1px;
  background: #f0d3df;
}

.recipepage {
  flex: 0 0 50%;
  width: 50%;
  padding: 28px;
  box-sizing: border-box;
}

.recipeleft {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.reciperight {
  position: relative;
}

.recipephoto {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-width: 8px;
  border-style: solid;
  border-image: url("/img/laceborder.png") 8 fill round;
}

.recipedescription {
  position: absolute;
  left: 50%;
  bottom: 42px;
  transform: translateX(-50%);
  width: 320px;
  text-align: center;
  font-size: 11px;
  line-height: 1.45;
  color: #8a7070;
}

.recipetitle {
  text-align: center;
  font-family: "Ownglyph PDH Regular";
  font-size: 20px;
  color: #9f7f87;
  margin-bottom: 18px;
}

.recipetext {
  font-family: "basiic", sans-serif;
  font-size: 12px;
  line-height: 1.5;

  color: #8a7070;
}

.recipeingredients {
  display: flex;
  gap: 35px;
  margin-bottom: 10px;
}

.ingredientcolumn {
  flex: 1;
}

/* popup animations */

@keyframes recipePopIn {
  from {
    opacity: 0;
    transform: scale(.97);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.recipebook {
  animation: recipePopIn .3s ease-out;
}

.recipeClosing {
  animation: recipeOverlayOut .25s ease forwards;
}

.recipeClosing .recipebook {
  animation: recipeBookOut .25s ease forwards;
}

@keyframes recipeOverlayOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes recipeBookOut {
  from {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0;
    transform: scale(.97);
  }
}

/* piping bag */

.recipepiping {
  position: absolute !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 130px !important;
  height: auto !important;
  transform: translate(60px, 20px) rotate(18deg) scale(1.25);
  z-index: 20;
  pointer-events: none;
  filter:
    drop-shadow(-2px -2px 0 #fff)
    drop-shadow( 2px -2px 0 #fff)
    drop-shadow(-2px  2px 0 #fff)
    drop-shadow( 2px  2px 0 #fff)
    drop-shadow(0 0 3px #fff2f8)
    drop-shadow(0 0 6px #fff2f8);
}

/* recipe sticker */

.recipestamp {
  position: absolute;
  top: 60px;
  left: 8px;
  width: 115px;
  height: auto;
  transform: rotate(-12deg);
  z-index: 30;
  pointer-events: none;

  filter:
    drop-shadow(-2px -2px 0 #fff)
    drop-shadow( 2px -2px 0 #fff)
    drop-shadow(-2px  2px 0 #fff)
    drop-shadow( 2px  2px 0 #fff)
    drop-shadow(0 0 5px #fff2f8);
}

/* recipe choco */
.recipechoco {
  position: absolute;
  top: -30px;
  right: -20px;
  width: 95px;
  height: auto;
  transform: rotate(10deg);
  z-index: 30;
  pointer-events: none;
  filter:
    drop-shadow(-2px -2px 0 #fff)
    drop-shadow( 2px -2px 0 #fff)
    drop-shadow(-2px  2px 0 #fff)
    drop-shadow( 2px  2px 0 #fff)
    drop-shadow(0 0 5px #fff2f8);
}

/* recipe maid */

.recipemaid {
  position: absolute;
  left: 330px;
  bottom: 40px;
  width: 105px;
  height: auto;
  transform: rotate(-4deg);
  z-index: 30;
  pointer-events: none;
  filter:
    drop-shadow(-2px -2px 0 #fff)
    drop-shadow( 2px -2px 0 #fff)
    drop-shadow(-2px  2px 0 #fff)
    drop-shadow( 2px  2px 0 #fff)
    drop-shadow(0 0 5px #fff2f8);
}

/* recipe bows */

.recipebows {
  position: absolute;
  left: -4px;
  bottom: 6px;
  width: 80px;
  height: auto;
  transform: rotate(-4deg);
  z-index: 30;
  pointer-events: none;
  filter:
    drop-shadow(-2px -2px 0 #fff)
    drop-shadow( 2px -2px 0 #fff)
    drop-shadow(-2px  2px 0 #fff)
    drop-shadow( 2px  2px 0 #fff)
    drop-shadow(0 0 5px #fff2f8);

}

/* link me */

.right-sidebar .linkme {
  position: relative;
  height: 240px !important;
}

.linktitle {
  padding-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.linkframe {
  width: 118px;
  height: auto;
  margin: 0 auto;

  border-width: 7px;
  border-style: solid;
  border-image: url("/img/pinkborder2.gif") 7 fill round;

  padding: 8px;
  box-sizing: border-box;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;

  overflow: visible;
}

.shycat-download {
  display: block;

  width: 88px;
  height: 31px;
  flex: 0 0 31px;

  line-height: 0;

  cursor: url("/img/key2.png"), pointer;
}

.shycat-download img {
  display: block;

  width: 88px;
  height: 31px;

  image-rendering: pixelated;

  transition: transform 0.2s ease;
}

.shycat-download:hover img {
  transform: translateY(-1px);
}

.linkcopytext {
  width: 95px;
  margin-top: 6px;

  text-align: center;

  font-size: 8.5px;
  line-height: 1.15;

  color: #a48787;
}

/* tear off calendar */

.tearcalendar {
  position: relative;
  width: 145px;
  margin: 18px auto 0;
}

.calpaper {
  background: #fffafc;
  border: 2px solid white;
  outline: 1px solid #f5d5e8;
  border-radius: 14px;
  box-shadow: 0 4px 8px rgba(245, 213, 232, 0.3);
  overflow: hidden;
  text-align: center;
  position: relative;
  padding-bottom: 8px;
}

.callace {
  background-image: url("/img/bar5.png");
  background-repeat: repeat-x;
  background-size: auto 100%;
  height: 11px;
  position: absolute;
  top: 0;
  left: 6px;
  right: 6px;
  filter: drop-shadow(0px 1px #f5d5e8);
  pointer-events: none;
}

.caltop {
  background-image: url("/img/pinkpolka.jpg");
  background-repeat: repeat;
  background-size: 120px auto;
  background-position: left bottom;
  padding: 18px 0 8px;
  font-family: 'Ownglyph PDH Regular';
  font-size: 15px;
  color: #9f7f87;
  border-bottom: 1px dashed #e8bfd0;
}

.caldate {
  font-family: 'Ownglyph PDH Regular';
  font-size: 42px;
  color: #9f7f87;
  padding-top: 14px;
  text-shadow:
    -1px -1px 0 #fff,
     1px -1px 0 #fff,
    -1px  1px 0 #fff,
     1px  1px 0 #fff;
}

.calday {
  font-family: "basiic", sans-serif;
  font-size: 11px;
  color: #8a7070;
  padding-bottom: 14px;
}

.calevent {
  width: 105px;
  margin: 0 auto 14px;
  padding-top: 9px;
  border-top: 1px dashed #e8bfd0;
  font-size: 10px;
  line-height: 1.2;
  color: #a48787;
}

.menucream {
    margin: 16px 0 18px;
    text-align: center;
}

.menucream img {
    width: 170px;
    height: auto;
    display: block;
    margin: 0 auto;

    filter: saturate(0.6) brightness(1.02);
}

/* potd & fanlists */

.potdbox,
.fanlistbox {
  background: #fffafc;
  border-radius: 18px;
  border: 2px solid white;
  outline: 1px solid #f5d5e8;
  width: 100%;
  height: 200px;
  margin-top: 15px;
  padding: 25px 10px 10px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.potdlace {
  background-image: url("/img/bar5.png");
  background-repeat: repeat-x;
  background-size: auto 100%;
  height: 20px;
  position: absolute;
  top: -1px;
  left: 2px;
  right: 2px;
  filter: drop-shadow(0px 1px #f5d5e8);
  pointer-events: none;
}

.potdtitle {
  text-align: center;
  font-family: 'Ownglyph PDH Regular';
  color: #a48787;
  margin-bottom: 5px;
  font-size: 15px;
}

.potdimage {
  width: 100%;
  height: 125px;
  border-width: 8px;
  border-style: solid;
  border-image: url("/img/pinkborder3.gif") 8 fill round;
  box-sizing: border-box;
  overflow: hidden;
}

.potdimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.5;
  transition: 0.3s;
}

.potdimage img:hover {
  opacity: 1;

}

.potdthumb {
  opacity: 0.7;
  transition: 0.3s;
  cursor: url(/img/key2.png), pointer;
}

.potdthumb:hover {
  opacity: 1;
  transform: scale(1.02);
}

/* potd showcase */

#lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(255, 250, 252, 0.85);
  align-items: center;
  justify-content: center;
  z-index: 9999;
  backdrop-filter: blur(3px);
}

.lightboxborder {
  background: #fffafc;
  background-clip: padding-box;
  padding: 10px;
  border-width: 8px;
  border-style: solid;
  border-image: url("/img/pinkborder3.gif") 7 fill round;
  box-shadow: 0 0 20px rgba(245, 213, 232, 0.4);
  animation: popIn 0.3s ease-out;
  position: relative;
}

.lightboxdollop {
  position: absolute;
  top: -120px;
  left: 46%;
  width: 140px;
  height: auto;
  z-index: 10000;
  pointer-events: none;

}

.lightboxcake {
  position: absolute;
  bottom: -25px;
  left: -35px;
  width: 150px;
  height: auto;
  opacity: 0.85;
  filter:
  brightness(1.08)
  saturate(0.6)
  drop-shadow(0 0 8px rgba(245, 213, 232, 0.5));
  z-index: 10001;
  pointer-events: none;
}

.lightboxcaption {
  text-align: center;
  margin-top: 8px;
  color: #a48787;
  font-size: 12px;
  text-shadow: 1px 1px white;
}

.lightboxcaption img {
  width: 24px;
  height: auto;
  vertical-align: middle;
  margin-left: 3px;
  margin-right: 3px;
}

.bakerytag {
  font-size: 11px;
  opacity: 0.75;

}

#lightboximg {
  max-width: 80vw;
  max-height: 80vh;
  display: block;
}

@keyframes popIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.potdClosing {
  animation: potdOverlayOut 0.25s ease forwards;
}

.potdClosing .lightboxborder {
  animation: potdPopupOut 0.25s ease forwards;
}

@keyframes potdOverlayOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes potdPopupOut {
  from {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0;
    transform: scale(0.97);
  }
}

.potdcream {
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: 12px;
  height: 25px;
  background-image: url("/img/whipped.png");
  background-repeat: repeat-x;
  background-size: auto 22px;
  background-position: bottom;
  filter: drop-shadow(0px 1px #e7bfd0);
  pointer-events: none;
}

.fanlisttitle {
  text-align: center;
  font-family: 'Ownglyph PDH Regular';
  color: #a48787;
  margin-bottom: 5px;
  font-size: 13px;

}

.fanlistdisplay {
  position: relative;
  width: 135px;
  height: 135px;
}

.fanlistframe {
  width: 100%;
  height: 100%;
  display: block;
  filter: drop-shadow(0px 1px #e7bfd0);
}

.fanlistgrid {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(2, 50px);
  gap: 4px;
  justify-content: center;
  width: 114px;
  height: 98px;
  padding: 4px;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
  background: #ffffff;
  border: none;
  box-shadow:
    0 0 0 1px #f5d5e8,
    0 1px 3px rgba(245, 213, 232, 0.3);
}

.fanlistgrid img {
  width: 45px;
  height: 45px;
  display: block;
  opacity: 0.5;
  transition: 0.3s;
}

.fanlistgrid img:hover {
  opacity: 1;
}

/* main content column */

.main {
  flex: 1;

  display: flex;
  flex-direction: column;

  gap: 20px;

}

/* boxes */

.introbox {
  background: #fffcfe;
  border-radius: 18px;
  padding: 18px;
  outline: 1px dashed #f1d2e2;
  outline-offset: -10px;
  border: 1px solid #f8dfea;
  position: relative;
}

.angelbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.angel {
  width: 120px;
  height: auto;
}

.angeltop, .angelbottom {
  width: 180px;
  height: auto;

}

.teacup {
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 140px;
  height: auto;
  opacity: 0.85;
  z-index: 10;
  pointer-events: none;
}

.stampsbox {
  background: #ffffff;
  border-width: 8px;
  border-style: solid;
  border-image: url("/img/pinkborder2.gif") 8 fill round;
  padding: 2px 0 0;
  position: relative;
  overflow: visible;
}

.stampshanger {
  position: absolute;
  top: -16px;
  left: -7px;
  right: -7px;
  height: 24px;
  background-image: url("/img/lacehanger.png");
  background-repeat: repeat-x;
  background-size: auto 24px;
  opacity: 0.75;
  filter: brightness(1.15) saturate(0.65);
  pointer-events: none;
  z-index: 5;
}

.box2 {
  background-color: #fffafd;
  background-image: url("/img/whitepolka.jpg");
  background-repeat: repeat;
  background-size: 70px;
  border-radius: 18px;
  min-height: 400px;
  border: 2px solid white;
  outline: 1px solid #f5d5e8;
  box-sizing: border-box;
  padding: 15px 20px 20px;
  display: flex;
  gap: 18px;
  align-items: center;
  position: relative;
}

.box2bow {
  position: absolute;
  width: 45px;
  height: auto;
  z-index: 20;
  pointer-events: none;
}

.bow-tl {
  top: -18px;
  left: -18px;
  transform: rotate(-25deg);
}

.bow-tr {
  top: -18px;
  right: -18px;
  transform: rotate(25deg);
}

/* columns */

.left-column,
.middle-column {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.middle-column {
  position: relative;
}

.updates,
.todo,
.currently {
  font-family: "basiic", sans-serif;
}

/* updates */

.ubox {
  background: #ffffff;
  border-width: 8px;
  border-style: solid;
  border-image: url("/img/pinkborder2.gif") 6 fill round;
  border-radius: 18px;
  height: 150px;
  width: 200px;
  padding: 40px 10px 10px;
  position: relative;
  box-sizing: border-box;
}

.utitle {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  font-family: 'Ownglyph PDH Regular';
  color: #9f7f87;
  white-space: nowrap;
  z-index: 10;

}

.updates {
  width: 100%;
  height: 88px;
  background-color: #ffffff;
  border: 1px dashed #f0d3df;
  border-radius: 3px;
  padding: 8px;
  overflow-y: auto;
  box-sizing: border-box;

  font-size: 10px;
  line-height: 1.4;

}

.updates a {
  color: #f2a7c5;
  text-decoration: none;
  transition: background 0.25s ease;
}

.updates a:hover {
  background: #fff5f9;
}

/* to do */

.tbox {
  background: #ffffff;
  border-width: 8px;
  border-style: solid;
  border-image: url("/img/laceborder.png") 5 fill round;
  border-radius: 18px;
  height: 150px;
  width: 200px;
  padding: 40px 10px 10px;
  position: relative;
  box-sizing: border-box;
}

.ttitle  {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  font-family: 'Ownglyph PDH Regular';
  color: #9f7f87;
  white-space: nowrap;
  z-index: 10;

}

.todo {
  width: 100%;
  height: 88px;
  background-color: #ffffff;
  border: 1px dashed #f0d3df;
  border-radius: 3px;
  padding: 8px;
  overflow-y: auto;
  box-sizing: border-box;
  font-size: 10px;
  line-height: 1.4;

}

/* status */

.status {
  background: #ffffff;
  border-width: 8px;
  border-style: solid;
  border-image: url("/img/laceborder.png") 5 fill round;
  border-radius: 18px;
  height: 150px;
  width: 200px;
  padding: 40px 10px 10px;
  position: relative;
  box-sizing: border-box;
}

.stitle {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  font-family: 'Ownglyph PDH Regular';
  color: #9f7f87;
  white-space: nowrap;
}

.currently {
  width: 100%;
  height: 88px;
  background-color: #ffffff;
  border: 1px dashed #f0d3df;
  border-radius: 3px;
  padding: 8px;
  box-sizing: border-box;
  font-size: 10px;
  line-height: 1.4;
  overflow-y: auto;
}

/* lastfm */

.lastfmmusicbox {
  background: #ffffff;
  border-width: 8px;
  border-style: solid;
  border-image: url("/img/pinkborder2.gif") 6 fill round;
  border-radius: 18px;
  height: 150px;
  width: 200px;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
}

.lastfmcorner {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: auto;
  z-index: 20;
  pointer-events: none;
}

#lastfm {
  width: 100%;
  height: 100%;
  background-color: white;
  border: 1px dashed #f0d3df;
  border-radius: 3px;

  overflow: hidden;
  box-sizing: border-box;
}

#lastfmwrapper {
  display: flex;
  height: 100%;
}

#lastfmimgbox {
  width: 75px;
  padding: 8px;
  box-sizing: border-box;
}

#trackart {
  width: 70px;
  height: 70px;
  border-radius: 4px;
  opacity: 0.75;
  border-width: 7px;
  border-style: solid;
  border-image: url("/img/laceborder.png") 8 fill round;
  object-fit: cover;
  margin-top: 18px;
  box-sizing: border-box;
  transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

#trackart:hover {
  opacity: 1;
}

.trackInfo {
  width: 90px;
  margin-left: 5px;
  padding-top: 35px;
  box-sizing: border-box;
  text-align: center;
  font-size: 10px;
  overflow: hidden;
}

.trackInfo p {
  display: inline-block;
  margin: 0 auto 8px auto;
  padding-bottom: 3px;
  border-bottom: 1px dotted #f5d5e8;
  font-size: 10px;
}

.trackInfo marquee {
  width: 65px;
}

#lastfm a {
  font-size: 10px;
  text-decoration: none;
  color: #9a6f79;
}

/* chat box*/

.chat-column {
  width: 270px;
  flex-shrink: 0;
}

.chatbox {
  width: 270px;
  height: 330px;
  background: #ffffff;
  border-width: 8px;
  border-style: solid;
  border-image: url("/img/pinkborder2.gif") 6 fill round;
  box-sizing: border-box;
  padding: 10px;
  position: relative;
}

.chatcat {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  z-index: 20;
  pointer-events: none;
}

.chatbox iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.chatlace {
  width: 100%;
  height: 100%;
  border-width: 8px;
  border-style: solid;
  border-image: url("/img/laceborder.png") 8 fill round;
  box-sizing: border-box;

}

.chatlace iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* quotes, vid, featured char */

.qbox {
  background: #fffafd;
  width: 100%;
  min-height: 220px;
  border-width: 8px;
  border-style: solid;
  border-image: url("/img/softpinklace2.png") 6 fill round;
  border-radius: 18px;
  padding: 28px 18px 18px;
  box-sizing: border-box;
  display: flex;
  gap: 15px;
  position: relative;

}

.featureddollop {
  position: absolute !important;
  top: -35px !important;
  left: -35px !important;
  width: 120px !important;
  height: auto !important;
  z-index: 60;
  pointer-events: none;
  filter:
    drop-shadow(-3px -3px 0 #fff)
    drop-shadow( 3px -3px 0 #fff)
    drop-shadow(-3px  3px 0 #fff)
    drop-shadow( 3px  3px 0 #fff)
    drop-shadow(0 0 3px #fff)
    drop-shadow(0 0 6px #fff)
    drop-shadow(0 0 3px #fff2f8)
    drop-shadow(0 0 6px #fff2f8)
    drop-shadow(0 0 10px #fff2f8);
}

.macaroncorner {
  position: absolute;
  width: 85px;
  top: -22px;
  right: -18px;
  height: auto;
  z-index: 60;
  pointer-events: none;
  filter:
    drop-shadow(-2px -2px 0 #fff)
    drop-shadow( 2px -2px 0 #fff)
    drop-shadow(-2px  2px 0 #fff)
    drop-shadow( 2px  2px 0 #fff)

    drop-shadow(0 0 3px #fff2f8)
    drop-shadow(0 0 6px #fff2f8);
}

.featured-section-title {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 450px;
  height: 32px;
  z-index: 50;
  pointer-events: none;
}

.featured-section-title img {
  width: 100%;
  height: auto;
  display: block;
}

.featured-section-title span {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Ownglyph PDH Regular';
  font-size: 21px;
  color: #9f7f87;
text-shadow:
  -2px -2px 0 #fff,
   2px -2px 0 #fff,
  -2px  2px 0 #fff,
   2px  2px 0 #fff,
  -3px  0px 0 #fff,
   3px  0px 0 #fff,
   0px -3px 0 #fff,
   0px  3px 0 #fff;

}

.qfeature {
  flex: 1;
}

.qtitle {
  text-align: center;
  font-family: 'Ownglyph PDH Regular';
  font-size: 17px;
  color: #9f7f87;
  margin-bottom: 8px;
text-shadow:
  -1px -1px 0 #e7d8dd,
   1px -1px 0 #e7d8dd,
  -1px  1px 0 #e7d8dd,
   1px  1px 0 #e7d8dd;

}

.qinner {
  height: 175px;
  background: #ffffff;
  border-width: 8px;
  border-style: solid;
  border-image: url("/img/pinkborder3.gif") 7 fill round;
  padding: 15px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.titleheart {
  width: 20px;
  height: auto;
  vertical-align: middle;
  margin-left: 2px;
  image-rendering: pixelated;
}

.featured-bottom-ribbon {
  position: absolute;
  left: 50%;
  bottom: -14px;
  transform: translateX(-50%);
  width: 530px;
  z-index: 40;
  pointer-events: none;
}

.featured-bottom-ribbon img {
  width: 100%;
  height: auto;
  display: block;
}

/* maids */

.featuredmaid {
  position: absolute;
  width: 62px;
  height: auto;
  z-index: 30;
  pointer-events: none;
  filter:
    drop-shadow(-1px -1px 0 #fff)
    drop-shadow( 1px -1px 0 #fff)
    drop-shadow(-1px  1px 0 #fff)
    drop-shadow( 1px  1px 0 #fff)
    drop-shadow(0 0 2px #fff);
}

/* maid 2 - game box */
.maid-game {
  left: 6px;
  bottom: 2px;
}

/* maid 1 - video box */
.maid-video {
  right: 5px;
  top: -2px;
}

/* maid 3 - character box */
.maid-character {
  right: -8px;
  bottom: 12px;
  width: 78px;
}

/* featured game */

.featureGame {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.featureGame img {
  width: 135px;
  height: 135px;
  object-fit: cover;
  border-width: 5px;
  border-style: solid;
  border-image: url("/img/laceborder.png") 8 fill round;
  opacity: 0.7;
  transition: 0.3s;
}

.featureGame img:hover {
  opacity: 1;
}

/* video thumbnail */

.boximage {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.videothumb {
  width: 180px;
  height: 130px;
  object-fit: cover;
  display: block;
  border-width: 5px;
  border-style: solid;
  border-image: url("/img/laceborder.png") 8 fill round;
  opacity: 0.7;
  transition: 0.3s;
  cursor: url("/img/key2.png"), pointer;
}

.videothumb:hover {
  opacity: 1;
}

/* video popup */

#videolightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(255, 250, 252, 0.85);
  align-items: center;
  justify-content: center;
  z-index: 9999;
  backdrop-filter: blur(3px);
}

.videoborder {
  background: #fffafc;
  padding: 15px;
  border-width: 8px;
  border-style: solid;
  border-image: url("/img/pinkborder3.gif") 7 fill round;
  box-shadow: 0 0 20px rgba(245, 213, 232, 0.4);
  animation: videoPopIn 0.3s ease-out;
  position: relative;
}

@keyframes videoPopIn {
  from {
    opacity: 0;
    transform: scale(0.97);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.videoClosing {
  animation: potdOverlayOut 0.25s ease forwards;
}

.videoClosing .videoborder {
  animation: potdPopupOut 0.25s ease forwards;
}

/* popup video styling */

.popupVideoThumb {
  width: 850px;
  height: 478px;
  position: relative;
  overflow: hidden;
  cursor: url("/img/key2.png"), pointer;
}

.popupVideoThumb > img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.popupVideoThumb .popupPlayIcon {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 130px !important;
  height: auto !important;
  transform: translate(-50%, -50%);
  opacity: 0.8;
  transition: 0.3s;
  pointer-events: none;
  z-index: 5;
  display: block;
}

.popupVideoThumb:hover .popupPlayIcon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.05);
}

/* my melo video */

.videomelo {
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  width: 85px;
  height: auto;
  z-index: 10000;
  pointer-events: none;
}

/* featured character */

.featureChar {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.featureChar img {
  width: 135px;
  height: 135px;
  object-fit: cover;
  display: block;
  border-width: 5px;
  border-style: solid;
  border-image: url("/img/laceborder.png") 8 fill round;
  opacity: 0.7;
  transition: 0.3s;
}

.featureChar img:hover {
  opacity: 1;
}

/* intro section */
.intro {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 18px;
  border-width: 8px;
  border-style: solid;
  border-image: url("/img/laceborder.png") 7 fill round;

}

.introtitle {
  text-align: center;
  font-size: 14px;
  color: #8a7070;
  margin-bottom: 4px;
  position: relative;
  left: -110px;
}

.introdivider {
  display: block;
  width: 160px;
  height: auto;
  margin: 0 auto 12px;
  opacity: 0.85;
  position: relative;
  left: -75px;
}

.introtext {
  padding: 15px;
  background: #fffafc;
}

.introtext p {
  margin-top: 0;
}

.angel {
  width: 175px;
  height: auto;
  border: none;
  border-radius: 0;
  object-fit: contain;
}

/* stamps */

.stamp-marquee {
  height: 54px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0;
}

.stamp-marquee marquee {
  width: 100%;
}

.stamp-marquee img {
  height: 50px;
  margin-right: 6px;
  vertical-align: middle;
  display: inline-block;
  transition: transform 0.3s;
  filter: saturate(0.5);

}

/* navigation */

.nav {
  display: flex;
  flex-direction: column;

  gap: 10px;

}

.nav a {
  display: block;
  text-decoration: none;
  background: #fffafc;
  border: 2px solid white;
  outline: 1px solid #f5d5e8;
  padding: 10px 14px;
  border-radius: 14px;
  transition: 0.2s;
  color: #8a6d6d;
  box-sizing: border-box;
  position: relative;

}

.nav a::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 1px;
  right: 1px;
  bottom: 2px;
  border: 1px dashed #f0d7e3;
  border-radius: 10px;
}

.nav a::before {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background-image: url("/img/polkabow.gif");
  background-repeat: no-repeat;
  background-size: contain;
}
.nav a:hover {
  background: #fff5f9;
  font-family: 'cheeky rabbit';
  font-style: italic;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 3px;
  transition: 0.3s;
  letter-spacing: 0.5px;

}

.nav a:hover::before {
  background-image:url("/img/cake.gif");
  width: 20px;
  height: 20px;
  transition: 0.2s;

}

/* footer */

.footer {
  position: relative;
  margin-top: 25px;
  padding: 12px 0 22px;
  text-align: center;
}

.footercream {
  position: absolute;
  left: 50%;
  bottom: 4px;
  transform: translateX(-50%);
  width: 170px;
  height: auto;
  pointer-events: none;
  z-index: 1;
}

.footertext {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-family: 'Ownglyph PDH Regular';
  font-size: 13px;
  color: #9f7f87;
  text-shadow:
    -1px -1px 0 #fff,
     1px -1px 0 #fff,
    -1px  1px 0 #fff,
     1px  1px 0 #fff;
}

.footerheart {
  width: 14px;
  height: auto;
}

.footermelo {
  width: 22px;
  height: auto;
  image-rendering: pixelated;
}

/* catgirl maids */

.catmaid {
  position: fixed;
  bottom: -30px;
  width: 270px;
  height: auto;
  z-index: 5;
  pointer-events: none;
  opacity: 0.9;
}

.catmaid-left {
  left: calc(50% - 940px);
  bottom: -10px;
  animation: breatheLeft 6.8s ease-in-out infinite;
  transform-origin: bottom center;
}

.catmaid-right {
  right: calc(50% - 940px);
  animation: breatheRight 7.4s ease-in-out infinite;
  transform-origin: bottom center;
}

@keyframes breatheLeft {

  0%, 100% {
    transform: translateY(0px) rotate(-0.2deg) scale(1);
  }

  50% {
    transform: translateY(-3px) rotate(0.2deg) scale(1.008);
  }

}

@keyframes breatheRight {

  0%, 100% {
    transform: translateY(0px) rotate(0.2deg) scale(1);
  }

  50% {
    transform: translateY(-3px) rotate(-0.2deg) scale(1.008);
  }

}

.maidbubble {
  position: fixed;
  width: 155px;
  min-height: 45px;
  background: #fffafc;
  border-width: 7px;
  border-style: solid;
  border-image: url("/img/pinkborder2.gif") 7 fill round;
  border-radius: 18px;
  padding: 10px 12px;
  box-sizing: border-box;
  font-family: 'Ownglyph PDH Regular';
  font-size: 12px;
  line-height: 1.3;
  color: #9f7f87;
  text-align: center;
  z-index: 6;
  pointer-events: none;
  box-shadow: 0 0 8px rgba(245, 213, 232, 0.35);
}

.maidbubble::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 34px;
  width: 8px;
  height: 8px;
  background: #fff;
  border-right: 1px solid #f5d5e8;
  border-bottom: 1px solid #f5d5e8;
  transform: rotate(45deg);
}

.maidbubble-left {
  left: calc(50% - 830px);
  top: 250px;
}

.maidbubble-right {
  right: calc(50% - 830px);
  top: 250px;
}

