@font-face {
  font-family: "Cavalhatriz";
  src: url("/fonts/Cavalhatriz.ttf");
}

@font-face {
  font-family: "Rainyhearts";
  src: url("/fonts/rainyhearts.ttf");
}

@font-face {
  font-family: "Spirit";
  src: url("/fonts/Spirit.ttf");
}

@font-face {
  font-family: "PixelatedElegance";
  src: url("/fonts/elegance.ttf");
}

@font-face {
  font-family: "Emoji";
  src: url("/fonts/EmojiFont.ttf");
}
@font-face {
  font-family: "Pixel";
  src: url("/fonts/pixel.otf");
}
@font-face {
  font-family: "Mademoiselle";
  src: url("/fonts/Mademoiselle.ttf");
}
@font-face {
  font-family: "Willow";
  src: url("/fonts/willow.ttf");
}
@font-face {
  font-family: "Redacted Script";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/redactedscript/v12/ypvBbXGRglhokR7dcC3d1-R6zmxiuG7woZk.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Redacted Script";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/redactedscript/v12/ypvBbXGRglhokR7dcC3d1-R6zmxitm7w.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

@view-transition {
  navigation: auto;
}

#flex {
  display: flex;
}

.center {
  text-align: center;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.floatright {
  float: right;
}

.floatleft {
  float: left;
}


/* For width 400px and larger: */
@media only screen and (max-width: 800px) {
.floatleft  {
  float: left;
    width: 100%;
  max-width: 400px;
  height: auto;
}
}

* {
  box-sizing: border-box;
}

.pixelated {
  image-rendering: pixelated;
}

body {
  font-family: "PixelatedElegance", Verdana;
  color: rgb(164, 135, 116);
  font-size: 0.6em;
  line-height: 22px;
  cursor: url("https://angeldolly.com/pic/Photoroom_20250923_030229%20(1).png"),
    default;
  background-attachment: fixed;
  text-wrap: pretty;
}

.special {
  font-family: "Spirit", sans-serif;
  font-size: 1.5em;
  color: #ecd5dd;

}

.colchange {
width:fit-content;
transition: .2s ease;
  color: rgb(164, 135, 116);
font-size:2em;
}

.colchange:hover {
color:rgb(255, 208, 231);
}

.emoji {
  font-family: "emoji", sans-serif;
  color: #e3c5d0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.i {
  font-family: "rainyhearts", sans-serif;
  font-size: 1.5em;
  font-weight: 500;
}

      ::selection {
         text-shadow: 0 0 3px rgb(156, 102, 133);
         color: white;
      }

      ::-moz-selection {
         text-shadow: 0 0 3px black;
         color: white;
      }

html {
  scroll-behavior: smooth;
      filter: saturate(75%) brightness(102%);
}

summary::marker {
  content: url('https://angeldolly.com/pic/icon_arrow001.gif');
}

h1 {
  font-size: 3em;
  margin: 0 0 8px 0;
  overflow: hidden;
  text-align: center;
    text-wrap: pretty;
  text-align: center;
}

h2,

h3,
h4,
h5,
h6 {
  font-size: 3em;
  margin: 0 0 8px 0;
  font-family: spirit;
    text-wrap: pretty;
  text-align: center;
}

p {
  margin: 6px 0;
  text-wrap: pretty;
  text-align: center;
}

a {
  color: rgb(229, 195, 205);
  cursor: url("https://angeldolly.com/pic/Photoroom_20250923_030246%20(1).png"),
    pointer;
    text-decoration: none;
}

a.four:visited {
  color: #bed2c1;
}


ul {
  margin: 6px 0;
  list-style-image: url("https://angeldolly.com/pic/014%20(1)%20(2).png");
  list-style-type: square;
  text-wrap: pretty;
}


button,
input[type="button"],
input[type="submit"] {
  cursor: pointer;
  font-family: Spirit;
  color: #e3c5d0;
  background-color: #42424200;
  width: 200px;
    text-wrap: pretty;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  border: 25px solid transparent;
  border-image: url("https://i.postimg.cc/nzCHWk77/1.png") 100 round;
  background-clip: padding-box;
  position: relative;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: none;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #af9888;
  box-shadow: inset 1px 1px 2px #f5efdfb3, inset -1px -1px 2px #664632c4;
}

hr {
  border-top: 1px dashed rgb(224, 201, 209);
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  margin: 16px 0;
}

figure {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

figcaption {
  margin: 4px 0;
}

.filter {
  display: none;
}

.show {
  display: block;
}

.up a {
  z-index: 2;
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 1.5em;
  background: black;
  color: white !important;
  padding: 6px;
  border-radius: 100%;
}

details summary {
  cursor: url("https://angeldolly.com/pic/Photoroom_20250923_030246%20(1).png"),
    pointer;
}

details[open] summary {
  margin: -12px -12px 0 -12px;
}

details[open] {
  padding: 12px;
}
.image-box {
  width: 600px; /* Box width */
  height: 50px; /* Box height */
  overflow: hidden; /* Hide overflow if image is larger */
}

/* Image styling */
.image-box img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* Keep aspect ratio, fit inside box */
}

.floral-divider {
  border-top: 0 !important;
  height: 75px;
  background: url("https://angeldolly.com/pic/image%20(1).png") no-repeat top
    center !important;
}

dt {
  font-size: large;
  font-family: Spirit;
}

dd {
  margin-left: 12px;
  border-left: 2px solid rgb(214, 182, 190);
  padding-left: 12px;
  margin-bottom: 12px;
}

.sidebar {
  width: 250px;
  margin: 0 -px;
}
* {
  box-sizing: border-box;
}


/*About Me Nav*/

.lace {
  background-color: #ffffff00;
  position: fixed;
  border-color: #c8a58b00;
  padding: 0%;
  width: 120%;
  top: 50px;
  z-index: 5;
}

.pink-box-inner {
  background-color: #ffffff;
  padding-bottom: 15px;
  scrollbar-width: 0px;
  height: 398px;
  overflow-y: scroll;
  padding-top: 10%;
  z-index: 3;

}

body {
  margin: 0;
  text-wrap: pretty;
}

.tabwrap section {
	display: none;
}

.tabwrap section:target {
	display:block;
}

.topnav {
  overflow: hidden;
  background-color: #fafafa;
  font-family: Spirit;
  position: fixed;
  width: 100%;
  z-index: 5;
}

.topnav a {
  float: left;
  display: block;
  color: #9d7e62;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 13.5px;
}

.topnav a:hover {
  background-color: #fff3f9;
  background-image: url("https://angeldolly.com/pic/ezgif-887bacf98c54e84a.gif");
  color: rgb(209, 174, 193);
}

.topnav a.active {
  background-color: #fff3f9;
  color: rgb(209, 174, 193);
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
    background-image: url("https://angeldolly.com/pic/icon_arrow004.gif");
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
/*Me*/
h6 {
  font-family: "Redacted Script";
  font-size: 15px;
  font-weight: lighter;
}

h6:hover {
  font-family: "Spirit", serif;
}
.title {
  font-size: 50px;
}

/*Favorites Page*/
.kin-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  justify-items: center;
  width: 100%;
  max-width: 690px;
  scrollbar-width: none;
  margin-left: auto;
  margin-right: auto;
}

.character-kin {
  display: inline-block;
  height: 270px;
  width: 170px;
  text-align: center;
  padding: 5px;
  scrollbar-width: none;
  padding-top: 2%;
}

.kin-img-container {
  position: relative;
  width: 126px;
  height: 306px;
  margin: 0 auto;
  overflow: hidden;
  scrollbar-width: none;
}

.character-avi-kin {
  height: 150px;
  width: 150px;
  object-fit: cover;
  border-radius: 50%;
  transition: transform 0.5s ease, border-color 0.5s ease, filter 0.5s ease;
  scrollbar-width: none;
}

.character-avi-kin:hover {
  transform: scale(1.2);
  border-color: #eabccf;
  filter: drop-shadow(0px 0px 7px 7px #e5bcce);
}

.name-kin {
  border-image-repeat: round;
  border-style: dashed;
  font-family: Spirit;
  border-radius: 6px;
  border: 15px solid transparent;
  border-image: url("https://i.postimg.cc/nzCHWk77/1.png") 75 round;
  background-clip: padding-box;
  padding: 5px 5px;
  background: #ffffff;
  font-family: Pixel;
  font-size: 0.75rem;
  letter-spacing: 2px;
  color: #eacddd;
  margin: 5px -5px;
  scrollbar-width: none;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* Hover Effects */
.hover-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease-in-out;
}

.main-img {
  transition: opacity 0.5s ease-in-out;
}

.character-kin:hover .character-avi-kin {
  transform: scale(1.2);
  border-color: #f5d3e6;
  box-shadow: 0px 0px 7px 7px #edd6e2;
  transition: transform 0.5s ease, border-color 0.5s ease, filter 0.5s ease;
}

.character-kin:has(.hover-img):hover .main-img {
  opacity: 0;
}

.character-kin:hover .hover-img {
  opacity: 1;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltiptext {
  visibility: hidden;
  width: 160px;
  background-color: #fff2f6;
  color: #d0b0bd;
  border-radius: 2px;
  font-size: 10px;
  letter-spacing: 1px;
  border-image-source: url(https://external-media.spacehey.net/media/snTVYv0JdWKb9beNpb1AaWiXZ15B-BB4tLXPUSF7rYz4=/https://i.postimg.cc/XYrH1xsp/tumblr-234ff70d2c8044cd808785c03568bbf0-3cbf4820-100.png);
  border-image-repeat: round;
  border-image-slice: 8;
  border-image-width: 8px;
  background-clip: padding-box;
  font-family: Spirit;
  text-align: center;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -65px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 800px) {
  .kin-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    justify-items: center;
    width: 100%;
    max-width: 690px;
    scrollbar-width: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }
}
/*moodboard*/
 .row {
        display: flex;
        flex-wrap: wrap;
      }

      .column {
        flex: 15%;
        max-width: 25%;
        padding: 0 10px;
      }

      .column img {
        transition: transform .2s;
        margin-top: 20px;
        vertical-align: middle;
        width: 100%;
        box-shadow: 3px 3px 5px #666;
      }

      .column img:hover {
        transform: scale(1.2);
        object-fit: contain;
        background: #fff;
      }

      @media screen and (max-width: 810px) {
        .note {
          width: 100%
        }

        .column {
          flex: 50%;
          max-width: 50%;
        }
      }

      @media screen and (max-width: 600px) {
        .column {
          flex: 100%;
          max-width: 100%;
        }
      }

/*Comms*/
@supports (interpolate-size: allow-keywords) {
  :root {
    interpolate-size: allow-keywords;
  }
}

::details-content {
  transition: height 0.5s ease, content-visibility 0.5s ease allow-discrete;
  height: 0;
  overflow: clip;
}

[open]::details-content {
  height: auto;
}

/*Popup*/
#DollyWrap {
  z-index: 100;
  position: fixed;
  bottom: -25px;
  right: -1700px;
}

#DollyWrap img {
  width: 20%;
  display: flex;
}

.DollyPopup {
  position: absolute;
  top: -10px;
left: 20px;
  background: #ffffff;
  border: 1px solid #675556;
  padding: 6px 10px;
  border-radius: 10px;
  opacity: 50%;
  font-family: Spirit;
  font-size: 10px;
  color: #a2806a;
  box-shadow: 2px 2px 0px #fff;
  white-space: nowrap;

}

.DollyPopup::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 7px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #675556;
}

.DollyPopup::before {
  content: "";
  position: absolute;
  bottom: -6px;
  right: 7px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
  z-index: 1;
}

.cursor {
  display: inline-block;
  animation: blink 0.8s steps(2) infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

/* RPG CHOICES */
.choices {
  margin-top: 4px;
  text-align: right;
  font-family: MS Gothic;
  opacity: 0;
  transition: opacity 0.4s ease;
    cursor: url("https://angeldolly.com/pic/Photoroom_20250923_030246%20(1).png");
}

.choices.show {
  opacity: 1;
}

.choice {
  cursor: url("https://angeldolly.com/pic/Photoroom_20250923_030246%20(1).png");
  font-family: pixelatedelegance;
  color: #e3bdd0;
  margin-left: 6px;
  display: inline-block;
  transition: transform 0.15s ease, color 0.15s ease;
}

.choice:hover {
  color: #ff8fc8;
  font-weight: bolder;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0;
  transform: scale (0.5);
  animation: pulse 0.6s infinite alternate;
    cursor: url("https://angeldolly.com/pic/Photoroom_20250923_030246%20(1).png");
}

@keyframes pulse {
  from {
    transform: scale(1.25);
  }
  to {
    transform: scale(1.35);
  }
}

#vinyl-gallery * {
  all: unset;
}

#vinyl-gallery {
  all: initial !important;
  width: 70% !important;
  height: 230px !important;
  margin: 20px 0 !important;
  display: flex !important;
  flex-direction: row !important;
  position: relative !important;
  margin-right: 6px !important;
}

#vinyl-gallery .vinyl {
  all: unset !important;
  perspective: 500px !important;
  width: 18px !important;
  transition: width 0.5s !important;
}

#vinyl-gallery .vinyl:hover {
  width: 108px !important;
}

#vinyl-gallery img {
  all: unset !important;
  transition: transform 0.5s, width 0.5s, height 0.5s, margin-top 0.5s !important;
  width: 200px !important;
  height: 200px !important;
  transform: rotateX(0deg) rotateY(25deg) !important;
  transform-style: preserve-3d !important;
  border-radius: 2px !important;
  border: 2px solid rgba(0, 0, 0, 0.1) !important;
  object-fit: cover !important;
}

#vinyl-gallery .vinyl:hover img {
  transform: rotateX(0deg) rotateY(10deg) !important;
  width: 208px !important;
  height: 208px !important;
  margin-top: -2px !important;
}

#vinyl-gallery .title {
  color: #d4acb7;
  display: block;
  visibility: hidden;
  position: absolute;
  bottom: -30px;
  text-align: center;
  width: 100%;
  padding-left: 6px;
  font-family: "Pixel", Cursive;
  font-size: 1.2em;
}

#vinyl-gallery .vinyl:nth-child(n):hover + .title {
  visibility: visible;
}

#music {
  position: relative;
  background: url("https://external-media.spacehey.net/media/s5fmMEiQH4MPwV2TuAq_cJlzZAsiko857LihMrLeaE-E=/https://64.media.tumblr.com/a2a93374e2c235ff4abdb49cbc468ccb/429f8f016f45b467-59/s250x400/df0b02407c91c08d6ec64f312890d17e45d89d3c.pnj")
    top left no-repeat;
  background-size: auto;
  background-size: auto;
  background-size: 100% 100%;
  overflow: hidden;
  height: 50px;
  max-width: 305px;
  border: 0px solid #000000;
}
#music iframe {
  position: absolute;
  top: 0px;
  height: 47px;
  opacity: 0.00000000000000000000000001;
  z-index: 0;
  left: 0px;
}
#music div {
  position: absolute;
  top: 10px;
  left: 55px;
  width: 51%;
  margin: 0 !important;
}
#music span {
  display: block;
  color: #ffffff;
  font-weight: normal;
  text-align: left;
  font-size: 12px;
  width: 240px;
}

/* Stats*/

.stats-disclaimer {
  font-family: var(--font-px);
  font-size: 0.38rem;
  letter-spacing: 1px;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  opacity: 0; /* Initial state */
  animation: fadeIn 1.5s ease-in-out forwards;
}

.stat-meter {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.stat-bar-wrap {
  height: 14px;
  background: rgba(52, 47, 47, 0);
  border: 3px solid var(--border);
  position: relative;
}

.stat-bar {
  height: 100%;
  width: 0;
  transition: width 1.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.stat-label {
  font-family: var(--font-px);
  font-size: 0.4rem;
  color: var(#c9a9b3);
  letter-spacing: 1px;
}

.stat-num {
  font-family: var(--font-px);
  font-size: 0.35rem;
  color: var(--text-dim);
  letter-spacing: 1px;
  text-align: right;
}

.progress2 {
  padding: 2px;
  border-radius: 30px;
  background: rgba(107, 107, 107, 0.25);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25),
    0 1px rgba(255, 255, 255, 0.08);
  width: 60%;
}

.progress-bar2 {
  height: 5px;
  border-radius: 30px;
  background-image: linear-gradient(
    to bottom,
    rgb(255, 255, 255),
    rgba(255, 255, 255, 0.05)
  );
  transition: 0.4s linear;
  transition-property: width, background-color;
}

.progress-moved .progress-bar2 {
  width: 100%;
  background-color: #fbc1db;
  background-image: url("https://angeldolly.com/pic/8127ya.gif");
  animation: progressAnimation 6s;
}

@keyframes progressAnimation {
  0% {
    width: 0%;
    background-color: #ffffff;
  }
  100% {
    width: 100%;
    background-color: #fbc1db;
  }
}
.progress3 {
  padding: 2px;
  border-radius: 30px;
  background: rgba(107, 107, 107, 0.25);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25),
    0 1px rgba(255, 255, 255, 0.08);
  width: 60%;
}

.progress-bar3 {
  height: 5px;
  border-radius: 10px;
  background-image: linear-gradient(
    to bottom,
    rgb(255, 255, 255),
    rgba(255, 255, 255, 0.05)
  );
  transition: 0.4s linear;
  transition-property: width, background-color;
}

.progress-moved3 .progress-bar3 {
  width: 85%;
  background-color: #fbc1db;
  animation: progressAnimation3 6s;
}

@keyframes progressAnimation3 {
  0% {
    width: 0%;
    background-color: #ffffff;
  }
  100% {
    width: 85%;
    background-color: #fbc1db;
  }
}

.progress4 {
  padding: 2px;
  border-radius: 30px;
  background: rgba(107, 107, 107, 0.25);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25),
    0 1px rgba(255, 255, 255, 0.08);
  width: 60%;
}

.progress-bar4 {
  height: 5px;
  border-radius: 10px;
  background-image: linear-gradient(
    to bottom,
    rgb(255, 255, 255),
    rgba(255, 255, 255, 0.05)
  );
  transition: 0.4s linear;
  transition-property: width, background-color;
}

.progress-moved .progress-bar4 {
  width: 45%;
  background-color: #fbc1db;
  animation: progressAnimation4 6s;
}

@keyframes progressAnimation4 {
  0% {
    width: 0%;
    background-color: #ffffff;
  }
  100% {
    width: 45%;
    background-color: #fbc1db;
  }
}

.progress5 {
  padding: 2px;
  border-radius: 30px;
  background: rgba(107, 107, 107, 0.25);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25),
    0 1px rgba(255, 255, 255, 0.08);
  width: 60%;
}

.progress-bar5 {
  height: 5px;
  border-radius: 10px;
  background-image: linear-gradient(
    to bottom,
    rgb(255, 255, 255),
    rgba(255, 255, 255, 0.05)
  );
  transition: 0.4s linear;
  transition-property: width, background-color;
}

.progress-moved .progress-bar5 {
  width: 10%;
  background-color: #fbc1db;
  animation: progressAnimation5 6s;
}

@keyframes progressAnimation5 {
  0% {
    width: 0%;
    background-color: #ffffff;
  }
  100% {
    width: 10%;
    background-color: #fbc1db;
  }
}

.progress6 {
  padding: 2px;
  border-radius: 30px;
  background: rgba(107, 107, 107, 0.25);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25),
    0 1px rgba(255, 255, 255, 0.08);
  width: 60%;
}

.progress-bar6 {
  height: 5px;
  border-radius: 10px;
  background-image: linear-gradient(
    to bottom,
    rgb(255, 255, 255),
    rgba(255, 255, 255, 0.05)
  );
  transition: 0.4s linear;
  transition-property: width, background-color;
}

.progress-moved .progress-bar6 {
  width: 40%;
  background-color: #fbc1db;
  animation: progressAnimation6 6s;
}

@keyframes progressAnimation6 {
  0% {
    width: 0%;
    background-color: #ffffff;
  }
  100% {
    width: 40%;
    background-color: #fbc1db;
  }
}

.progress7 {
  padding: 2px;
  border-radius: 30px;
  background: rgba(107, 107, 107, 0.25);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25),
    0 1px rgba(255, 255, 255, 0.08);
  width: 60%;
}

.progress-bar7 {
  height: 5px;
  border-radius: 10px;
  background-image: linear-gradient(
    to bottom,
    rgb(255, 255, 255),
    rgba(255, 255, 255, 0.05)
  );

  transition: 0.4s linear;
  transition-property: width, background-color;
}

.progress-moved .progress-bar7 {
  width: 100%;
  background-color: #fbc1db;
  background-image: url("https://angeldolly.com/pic/8127ya.gif");
  animation: progressAnimation7 6s;
}

@keyframes progressAnimation7 {
  0% {
    width: 0%;
    background-color: #ffffff;
  }
  100% {
    width: 100%;
    background-color: #fbc1db;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*Scrolltext*/
.scroll-text{
  height: 100px;
  position: fixed;
  width: 500px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

.word {
position: absolute;
width: 220px;
font-family: pixel;
font-weight: 800;
opacity: 0;

}

.letter {
display: inline-block;
position: relative;
float: left;
transform-origin: 50% 50% 25px;

}

.letter.out {
transform: rotateX(90deg);
transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
transform: rotateX(-90deg);
}

.letter.in {
transform: rotateX(0deg);
transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.wisteria {
color: #dab7c6;

}

.belize {
color: #e1d5aa;
}

.pomegranate {
color: #881c1c;
}

.green {
color: #c8b3d1;
}

.midnight {
color: #2c3e50;
}

.sunset {
color: #efad7e;
}

.fern {
color: #bbcdab;
}

.choco {
color: #503019;
}


/*Heartfall*/
#startStop {
  cursor: pointer;
  font-family: Spirit;
  color: #d5a7ba;
  background-color: #42424200;
  width: 200px;
  border-radius: 6px;
  padding: 15px;
  border: 0px solid transparent;
  border-image: url("https://i.postimg.cc/nzCHWk77/1.png") 100 round;
  background-clip: padding-box;
  position: relative;
  cursor: url("https://angeldolly.com/cursors/handwritting_page_01.png"), text;
}

.toggle-button {
  background-color: transparent;
  border: 0;
  outline: none;
  font-family: "ms";
  color: #000000;
  font-size: 11px;
  padding: 0;
}

.heart {
  position: fixed;
  top: -1em;
  width: 25px;
  height: auto;
  transform: translateY(0);
  animation: fall 3s linear forwards;
}

@keyframes fall {
  to {
    transform: translateY(101vh);
  }
}

/*photopile*/

.photopile {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 95%;
}
.photopile figure {
  display: inline-block;
  background: white;
  box-shadow: 1px 4px 5px rgba(0, 0, 0, 0.55);
  transform: rotate(2deg);
  margin: 0 -10px;
}
.photopile figure img {
  max-width: calc(100% - 2rem);
  margin: 1rem 1rem 0 1rem;
  border: 2px rgb(0, 0, 0, 0.55) inset;
}
.photopile figcaption,
.popovers figcaption {
  font-family: Spirit;
  text-align: center;
  margin: 0.5rem 1rem 1rem 1rem;
  font-size: 1rem;
  color: black;
}
.photopile button {
  background: none;
  border: none;
  max-width: 32%;
}
.photopile button:hover,
.photopile button:focus {
  z-index: 3;
  cursor: pointer;
}
.photopile button:nth-child(2n) {
  transform: rotate(-10deg);
}
.photopile button:nth-child(3n) {
  transform: rotate(5deg);
}
.photopile button:nth-child(4n) {
  transform: rotate(4deg);
}
.photopile button:nth-child(5n) {
  transform: rotate(-2deg);
}
.photopile button:nth-child(6n) {
  transform: rotate(-7deg);
}
:popover-open {
  border: none;
  box-shadow: 1px 4px 5px rgba(0, 0, 0, 0.55);
  position: fixed;
  top: 50vh;
  left: 50vw;
  transform: translate(-50%, -50%);
}
.popovers figure:popover-open {
  display: block;
  background: white;
  width: 88vmin;
}
.popovers figure:popover-open figcaption {
  margin: 2.5vmin 1rem 4vmin 1rem;
  font-size: 175%;
  color: black;
}
.popovers figure:popover-open img {
  margin: 4vmin 4vmin 0 4vmin;
  width: 80vmin;
  border: 4px rgb(0, 0, 0, 0.55) inset;
}

/* Gallery Container */

.gallery {
  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  gap: 20px;

  max-width: 900px;

  margin: auto;

  max-height: 280px;

  scrollbar-width: none;

  z-index: -1;
}

/* Gallery Items */

.gallery-item {
  flex: 1 1 calc(25% - 10px);

  max-width: calc(25% - 10px);

  overflow: hidden;

  border-radius: 10px;

  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

  opacity: 0; /* Initial state */

  animation: fadeIn 1.5s ease-in-out forwards;

  z-index: 1;
}

.gallery-item img {
  width: 100%;

  height: auto;

  display: block;

  z-index: -1;
}
.zoom {
  padding: 0px;
  background-color: transparent;
  transition: transform 0.2s; /* Animation */
  width: 700px;
  height: 260px;
  margin: 0 auto;
  position: relative;
}

.zoom:hover {
  transform: scale(
    1.1
  ); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.contain {
  position: relative;
  width: 50%;
  z-index: 1;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}



.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.7s ease;
  background-color: #ecd5dc;
  font-family: Spirit;
}



.container:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 15px;
  font-family: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Responsive Design */

@media (max-width: 600px) {
  .gallery-item {
    flex: 1 1 calc(50% - 10px);

    max-width: calc(50% - 10px);
  }
}
/*Digital Art*/
.five {
  border-width: 7px;
  border-style: solid;
  border-image: url("https://i.postimg.cc/xdFbgC4G/IMG_1920.png") 20 round;
  margin: 5px;
  filter: grayscale(80%);
  filter: grayscale(50%);
  drop-shadow: (5px 5px 10px gray);
}
.box21 {
  width: 685px;
  padding: 10px;
  margin-left: 0px;
}

.u01 {
  background: url("https://images4.imagebam.com/52/7e/c7/ME17EUXB_o.gif")
    repeat-x;
  height: 23px;
  margin: 0 23px;
}

.s01 {
  background: url("https://images4.imagebam.com/54/68/d6/ME17EUXN_o.gif")
    repeat-x;
  height: 23px;
  margin: 0 23px;
}

.box-top {
  background-image: url("https://images4.imagebam.com/2b/86/5c/ME17EUXW_o.gif"),
    url("https://images4.imagebam.com/06/ab/ce/ME17EUY7_o.gif");
  background-position: top left, top right;
  background-repeat: no-repeat, no-repeat;
  height: 23px;
}

.box-center {
  background-image: url("https://images4.imagebam.com/5b/e6/f1/ME17EUYR_o.gif"),
    url("https://images4.imagebam.com/86/ec/b1/ME17EUYV_o.gif");
  background-position: top right, top left;
  background-repeat: repeat-y, repeat-y;
}

.box-inner {
  margin: 0 23px;
  background-color: #fff;
}

.box-bottom {
  background-image: url("https://images4.imagebam.com/cf/85/94/ME17EUYW_o.gif"),
    url("https://images4.imagebam.com/2c/e4/cb/ME17EUYY_o.gif");
  background-position: top left, top right;
  background-repeat: no-repeat, no-repeat;
  height: 23px;
}
.d-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 0px;
}

.d-gallery-item {
  position: relative;
  width: calc(25% - 20px);
  height: auto;
  margin: 10px;
  border-radius: 14px;
  cursor: url("https://www.rw-designer.com/cursor-view/166746.png"), default;
  transition: transform 0.5s ease;
  border-width: 9px;
  border-style: solid;
  border-image: url("https://i.postimg.cc/jdM6yh46/qoxgh5.png") 7 fill round;
  margin: 5.5px;
  filter: grayscale(80%);
  filter: grayscale(50%);
  drop-shadow: (5px 5px 10px gray);
  aspect-ratio: 20/19;
}

.d-gallery-item2 {
  position: relative;
  width: calc(25% - 20px);
  height: auto;
  margin: 10px;
  cursor: url("https://www.rw-designer.com/cursor-view/166746.png"), default;
  transition: transform 0.5s ease;
  border-width: 9px;
  border-style: solid;
  border-image: url("https://i.postimg.cc/jdM6yh46/qoxgh5.png") 7 fill round;
  margin: 5.5px;
  filter: grayscale(80%);
  filter: grayscale(50%);
  drop-shadow: (5px 5px 10px gray);
}

.d-gallery-item:hover {
  transform: scale(1.1);
  cursor: url("https://angeldolly.com/cursors/handwritting_page_01.png"), auto;
}
.d-gallery-item2:hover {
  transform: scale(1.1);
  cursor: url("https://angeldolly.com/cursors/handwritting_page_01.png"), auto;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease;
}

/* Modal content (image) */
.modal-content {
  position: relative;
  width: 90%;
  height: auto;
  max-width: 90%;
  max-height: 90%;
  border-radius: 5px;
  overflow: hidden;
  animation: zoomIn 0.5s;
}

@keyframes zoomIn {
  from {
    transform: scale(0.6);
  }
  to {
    transform: scale(1);
  }
}

.modal.show {
  display: flex;
  opacity: 1;
}

/* Close button */
.close {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #ffffff;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
  transition: transform 0.3s;
}

/* Caption of modal image */
.caption {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .d-gallery-item {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 480px) {
  .d-gallery-item {
    width: calc(100% - 20px);
  }
}

.d-box {
  background-color: #ffffff;
  width: 100%;
  border-width: 0px;
  overflow: scroll;
  padding-top: 15px;
}

/*Traditional art*/

.t-box {
  background-color: #ffffff;
  width: 100%;
  border-width: 0px;
  overflow: scroll;
  padding-top: 15px;
}

.t-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 10px;
}

.t-gallery-item {
  position: relative;
  width: calc(25% - 20px);
  height: auto;
  margin: 10px;
  border-radius: 14px;
  transition: transform 0.5s ease;
  border-width: 9px;
  border-style: solid;
  border-image: url("https://i.postimg.cc/jdM6yh46/qoxgh5.png") 7 fill round;
  margin: 5.5px;
  filter: grayscale(80%);
  filter: grayscale(50%);
  drop-shadow: (5px 5px 10px gray);
}

.t-gallery-item2 {
  position: relative;
  width: calc(25% - 20px);
  height: auto;
  margin: 10px;
  transition: transform 0.5s ease;
  border-width: 9px;
  border-style: solid;
  border-image: url("https://i.postimg.cc/jdM6yh46/qoxgh5.png") 7 fill round;
  margin: 5.5px;
  filter: grayscale(80%);
  filter: grayscale(50%);
  drop-shadow: (5px 5px 10px gray);
}

.t-gallery-item:hover {
  transform: scale(1.1);
}
.t-gallery-item2:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .t-gallery-item {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 480px) {
  .t-gallery-item {
    width: calc(100% - 20px);
  }
}

/*NSFW Gallery*/
.g-box {
  background-color: #ffffff;
  width: 100%;
  border-width: 0px;
  overflow: scroll;
  padding-top: 15px;
}


.g-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 10px;
    background-color: #ffffff;
  width: 100%;
}

.g-gallery-item {
  position: relative;
  width: calc(25% - 20px);
  height: auto;
  margin: 10px;
  border-radius: 14px;
  transition: transform 0.5s ease;
  border-width: 9px;
  border-style: solid;
  border-image: url("https://i.postimg.cc/jdM6yh46/qoxgh5.png") 7 fill round;
  margin: 5.5px;
  filter: grayscale(80%);
  filter: grayscale(50%);
  drop-shadow: (5px 5px 10px gray);
}

.g-gallery-item2 {
  position: relative;
  width: calc(25% - 20px);
  height: auto;
  margin: 10px;
  transition: transform 0.5s ease;
  border-width: 9px;
  border-style: solid;
  border-image: url("https://i.postimg.cc/jdM6yh46/qoxgh5.png") 7 fill round;
  margin: 5.5px;
  filter: grayscale(80%);
  filter: grayscale(50%);
  drop-shadow: (5px 5px 10px gray);
}

.g-gallery-item:hover {
  transform: scale(1.1);
}
.g-gallery-item2:hover {
  transform: scale(1.1);
}

#warning-modal {
  display: flex;
  position: fixed;

  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 10000;
  justify-content: center;
  align-items: center;
}

.warning-content {
  background-color: #fef1f5;
  border: 10px solid transparent;
  border-image: url("https://solaria.neocities.org/guides/borderimage/whitelace.png")
    20 round;
  background-clip: padding-box;
  padding: 15px 25px;
  max-width: 380px;
  text-align: center;
  align-items: center;
}

.warning-img {
  height: 55px;
  width: auto;
  margin-bottom: 5px;
}

.warning-title {
  font-family: "Spirit", sans-serif;
  font-size: 22px;
  color: #d4a5b3;
  margin-top: 0;
  margin-bottom: 5px;
}

.warning-text {
  font-family: "Primus", sans-serif;
  font-size: 11px;
  color: #00000065;
  margin-bottom: 15px;
  margin-top: 0;
  line-height: 1;
}

.warning-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  width: 100%;
}

.warning-btn {
  background-color: #ffffff;
  border: 2px solid #d4a5b3;
  color: #d6b2bd;
  font-family: "Primus", sans-serif;
  font-size: 16px;
  padding: 4px 15px;
  border-radius: 6px;
  transition: background-color 0.2s;
}

.warning-btn:hover {
  background-color: #e2d2d9;
}

@media screen and (max-width: 768px) {
  .g-gallery-item {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 480px) {
  .g-gallery-item {
    width: calc(100% - 20px);
  }
}

/*links*/

.buttons img {
  width: 88px;
  height: 31px;
  image-rendering: pixelated;
}

@media (max-width: 600px) {
  .buttons img {
    width: 88px;
    height: 31px;
    display: flex;
  }
}

.linkme-copy-btn {
  font-size: 10.5px;
  border-radius: 8px;
  border: 1px solid #a39795;
  background-clip: padding-box;
  background: linear-gradient(to bottom, #fcfafb 0%, #fcf5f9 50%, #f7e7f0 51%, #f6ebf1 100%);
  color: #a39795;
width: 100%;
margin-top: -20px;
margin-bottom: 2em;
  transition: all 0s ease;
  flex-shrink: 1; /* lets button fill remaining space */
  text-align: center;
  letter-spacing: 2px;
  text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
  font-family: 'spirit';
  }



.linkme-copy-btn:hover {
  filter: brightness(1.15);
}

#slider {
  position: relative;
  width: 100%;
  height: 90px;
  margin: 0;
  overflow: flex;
  justify-content: center;
  align-items: center;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 40px;
  opacity: 0;
  transform: translateX(5px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  justify-content: center;
  align-items: center;
}

.slide.active {
  opacity: 1;
  transform: translateX(0);
  z-index: 1;
  justify-content: center;
  align-items: center;
}

.nav-buttons button {
  border: none;
  background: none;
  border-radius: 3px;
  font-size: 5px;
  cursor: pointer;
  transition: background 0.2s, opacity 0.2s;
  justify-content: center;
  align-items: center;
}

.nav-buttons {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
}

.nav-buttons button:hover:not(:disabled) {
  background: rgb(244, 203, 225);
  color: rgb(255, 255, 255);
  justify-content: center;
  align-items: center;
}

/*pppp preview*/

.pppp-link {
  position: relative;
}

.pppp-preview {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 0;
  box-shadow: 0 0 10px rgba(84, 17, 64, 0.25);
  z-index: 9999;
  width: 0;
  height: 0;
  display: none;
}

.pppp-preview iframe {
  width: 1920px;
  height: 1080px;
  transform: scale(0.094);
  transform-origin: top left;
  pointer-events: none;
}

.pppp-preview.pppp-preview--visible {
  display: block;
  width: 192px;
  height: 108px;
  z-index: 9999;
  border-width: 5px;
  border-style: solid;
  border-image: url("https://i.imgur.com/FsgoCPW.png") 7 fill round;
}

/*Books*/

.features {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  padding: clamp(32px, 5vw, 80px);
  z-index: -1;
}
.features article {
  border-radius: 20px;
  padding: 20px;
}
@media (max-width: 900px) {
  .hero .copy,
  .hero .visual {
    grid-column: 1 / -1;
  }
}

.wrapper {
  width: 100%;
  height: 330px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
  padding-left: 15px;
  padding-bottom: 5px;
}

.inner-book {
  width: 150px;
  height: 240px;
}

.book {
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: translateZ(0);
  z-index: 1;
}

.inner-book {
  display: flex;
  align-items: center;
  transform-style: preserve-3d;
  perspective: 2000px;
}

.inner-book {
  display: grid;
  align-items: center;
  transform-style: preserve-3d;
  perspective: 2000px;
}

.inner-book:before {
  content: "";
  width: 100%;
  position: absolute;
  height: 0;
  bottom: 14px;
  transform: rotateY(-20deg) translateZ(-20px);
  z-index: 0;
  box-shadow: 10px 12px 20px 13px rgba(0, 0, 0, 0.3);
}

.inner-book .img {
  transform: rotateY(-20deg);
  width: 100%;
  z-index: 5;
  clear: both;
  height: 100%;
  background: #ddd;
}

.inner-book img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}

.inner-book .img:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  border-left: 4px solid rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.page {
  width: calc(100% - 20px);
  height: calc(100% - 2px);
  position: absolute;
  box-shadow: inset 0px -1px 2px rgba(50, 50, 50, 0.2),
    inset -1px 0px 1px rgba(150, 150, 150, 0.1);
  border-radius: 0px 3px 3px 0px;
  transform: rotateY(-20deg) translateZ(-5px);
  right: -3px;
  z-index: 4;
  background: white;
}

.page-2 {
  height: calc(100% - 4px);
  right: -6px;
  z-index: 3;
}

.page-3 {
  height: calc(100% - 6px);
  right: -9px;
  z-index: 2;
}

.page-4 {
  height: calc(100% - 8px);
  right: -12px;
  z-index: 1;
}

.page-5 {
  height: calc(100% - 10px);
  right: -15px;
  z-index: 0;
}

.img.final-page {
  position: absolute;
  z-index: -1;
  right: -17px;
  transform: rotateY(-19deg) translateZ(-10px) scale(0.984);
}

/* Special text*/
#text01 {
  position: relative;
  top: 1em;
  z-index: 5;
  float: left;
}

.text01 {
  position: relative;
  float: left;
  top: 0.5em;
  left: 1em;
  z-index: 5;
  font-family: "Pixel", Cursive;
  font-size: 2.5em;
  filter: drop-shadow(0 1px rgb(164, 135, 116))
    drop-shadow(0.5px 0 rgb(164, 135, 116))
    drop-shadow(0 -0.5px rgb(164, 135, 116))
    drop-shadow(-0.5px 0 rgb(164, 135, 116)) drop-shadow(0 3px white)
    drop-shadow(3px 0 white) drop-shadow(0 -3px white) drop-shadow(-3px 0 white)
    drop-shadow(1px 1px 0 rgba(172, 172, 172, 0.6))
    drop-shadow(1px 1px 0 rgba(172, 172, 172, 0.6)) drop-shadow(0 0 2px #424242);
  color: #ffe6fa;

}

/* Special text 2*/

.text02 {
  position: relative;
  float: left;
  top: 0.3em;
  z-index: 16;
  font-family: "Pixel", Cursive;
  font-size: 1.79em;
  filter: drop-shadow(0 1px rgb(164, 135, 116))
    drop-shadow(0.5px 0 rgb(164, 135, 116))
    drop-shadow(0 -0.5px rgb(164, 135, 116))
    drop-shadow(-0.5px 0 rgb(164, 135, 116)) drop-shadow(0 3px white)
    drop-shadow(3px 0 white) drop-shadow(0 -3px white) drop-shadow(-3px 0 white)
    drop-shadow(1px 1px 0 rgba(172, 172, 172, 0.6))
    drop-shadow(1px 1px 0 rgba(172, 172, 172, 0.6)) drop-shadow(0 0 2px #424242);
  color: #ffe6fa;

}

/* Special text 012*/

.text012 {
  position: relative;
  float: left;
  margin-bottom: -10px;
  top: 0.5em;
  left: 1em;
  z-index: 5;
  font-family: "Pixel", Cursive;
  font-size: 2.5em;
  filter: drop-shadow(0 1px rgb(164, 135, 116))
    drop-shadow(0.5px 0 rgb(164, 135, 116))
    drop-shadow(0 -0.5px rgb(164, 135, 116))
    drop-shadow(-0.5px 0 rgb(164, 135, 116)) drop-shadow(0 3px white)
    drop-shadow(3px 0 white) drop-shadow(0 -3px white) drop-shadow(-3px 0 white)
    drop-shadow(1px 1px 0 rgba(172, 172, 172, 0.6))
    drop-shadow(1px 1px 0 rgba(172, 172, 172, 0.6)) drop-shadow(0 0 2px #424242);
  color: #ffe6fa;
}

/* Special text 2*/

.text03 {
  position: relative;
  top: 0.3em;
  z-index: 16;
  font-family: "Pixel", Cursive;
  font-size: 1.79em;
  filter: drop-shadow(0 1px rgb(164, 135, 116))
    drop-shadow(0.5px 0 rgb(164, 135, 116))
    drop-shadow(0 -0.5px rgb(164, 135, 116))
    drop-shadow(-0.5px 0 rgb(164, 135, 116)) drop-shadow(0 3px white)
    drop-shadow(3px 0 white) drop-shadow(0 -3px white) drop-shadow(-3px 0 white)
    drop-shadow(1px 1px 0 rgba(172, 172, 172, 0.6))
    drop-shadow(1px 1px 0 rgba(172, 172, 172, 0.6)) drop-shadow(0 0 2px #424242);
  color: #ffe6fa;

}

/* Pin*/

.pin {
  position: relative;
  float: left;
  top: -1em;
  left: -5em;
  z-index: 5;
  rotate: -25deg;
  margin-bottom: -50%;
    filter:
      drop-shadow(0.5px 0.5px 0 rgba(172, 172, 172, 0.6))
    drop-shadow(0.5px 0.5px 0 rgba(172, 172, 172, 0.6)) drop-shadow(0 0 2px #424242a1);
}



/* Curtain */

.r-curtain {
  position:sticky;
  top: 0.3em;
  z-index: 11;
  float: center;
width: 100%;
margin-bottom: -90px;
    filter: grayscale(40%)
      drop-shadow(0.5px 0.5px 0 rgba(172, 172, 172, 0.6))
    drop-shadow(0.5px 0.5px 0 rgba(172, 172, 172, 0.6)) drop-shadow(0 0 2px #424242a1);
  transition: opacity 0.5s ease-in-out;
pointer-events: none;

}

/* Curtain 2*/

.r-curtain2 {
  position:sticky;
  top: 0.3em;
  z-index: 11;
  float: center;
width: 100%;
margin-bottom: -50px;
    filter: grayscale(40%)
      drop-shadow(0.5px 0.5px 0 rgba(172, 172, 172, 0.6))
    drop-shadow(0.5px 0.5px 0 rgba(172, 172, 172, 0.6)) drop-shadow(0 0 2px #424242a1);
  transition: opacity 0.5s ease-in-out;
pointer-events: none;

}

.lacy {
  background-image: url("https://angeldolly.com/borders/IMG_3531.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;
}

.ribbon {
  width: 60px;
  font-size: 14px;
  padding: 4px;
  position: relative;
  right: -25px;
  top: -12px;
  text-align: center;
  border-radius: 25px;
  transform: rotate(20deg);
}

/* Swing doll*/
#swingdolly {
  image-rendering: high-quality;
    filter:
    drop-shadow(1px 1px 0 rgba(172, 172, 172, 0.6))
    drop-shadow(1px 1px 0 rgba(172, 172, 172, 0.6)) drop-shadow(0 0 2px #424242);
    margin-left: -20px;
    margin-bottom: 60px;
}

.bg-wrapper {
  z-index: 1;
  position: fixed;
  bottom: 2px;
  right: 2px;
}

@media (max-width: 600px) {
  .about-body {
    grid-template-columns: 1fr;
  }
  .shrines-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .stats-grid {
    grid-template-columns: 1fr;
  }
  .stream-body {
    grid-template-columns: 1fr;
  }
}

.win-body {
  padding: 0.75rem;
}
.win-body ::-webkit-scrollbar-track {
  background: var(--card);
}

#rotate {
  overflow: hidden;
  display: inline-block;
}

#rotate img {
  transition: transform 0.5s;
}

#rotate:hover img {
  transform: scale(1.25) rotate(10deg);
  transform-origin: 50% 50%;
  filter: brightness(1.1);
}

.doily {
  pointer-events: none;
  width: 100%;
  margin-top: 0px;
  margin-left: 0px;
  animation-duration: 153s;
  animation-iteration-count: infinite;
  animation-name: spin;
  animation-timing-function: linear;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.lacier {
  position: absolute;
  left: -50px;
  top: -100px;
  z-index: -99999999999999999;
}

@media only screen and (max-width: 800px) {
  #flex {
    flex-wrap: wrap;
  }

  .floatright,
  .floatleft {
    float: none;
  }

  .dragonWrap {
    display: none;
  }

  aside {
    width: 100% !important;
    flex-shrink: 1;
  }

  .img01 {
    display: none;
  }
  .doily {
    display: none;
  }

  .lacier {
    display: none;
  }

  #kofi-button{
    width: 60%;

  }


.r-curtain {
  position:sticky;
  top: 0.3em;
  z-index: 11;
  float: center;
width: 100%;
margin-bottom: -170px;

}
}

/*Decal*/
#BG-image {
	position: fixed;
	bottom: -60px;
	right: -60px;
	z-index: -1;
	background-image: url('https://angeldolly.com/pic/image%20(14).png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	height: 25rem;
	aspect-ratio: 2/2.2;
	transform: rotate(55deg);
	background-color: transparent;
	border: none;
  opacity: 40%;

}


#BG-image-2 {
	position: fixed;
	top: -50px;
	left: -40px;
	z-index: -1;
	background-image: url('https://angeldolly.com/pic/image%20(14).png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	height: 25rem;
	aspect-ratio: 2/2.2;
	background-color: transparent;
	border: none;
    opacity: 40%;
	transform: rotate(-15deg);

}


@media only screen and (max-width: 1400px) {

	#BG-image,
	#BG-image-2 {
		display: none;
	}
}

.music-player{
  text-align:center;
  font-size:11px;
  color:#a6858c;
}

.album-wrap{
  position:relative;
  width:100%;
  max-width:140px;
  margin:8px auto;
}

.music-player .album-art{
  width:100%;
  display:block;
  border-radius:10px;
  border:0px solid #f0dbe1;
}

.overlay-bar{
  position:absolute;
  top:50%;
  left:60%;
  transform:translate(-50%, -50%);
  width:50%;
  z-index:2;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  outline: none;
}
.overlay-bar::-webkit-slider-runnable-track {
  height: 4px;
  background: #f3cfd8;
  border-radius: 999px;
}

.overlay-bar::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  background: #ffffff;
  border: 2px solid #d88aa1;
  border-radius: 30%;
  margin-top: -4px;
  cursor: pointer;
}
.bottom-controls{
  position:absolute;
  left:50%;
  bottom:3px;
  transform:translateX(-50%);
  display:flex;
  gap:8px;
  z-index:2;
}

.bottom-controls button{
  background:none;
  border:none;
  border-radius:50%;
  width:18px;
  height:18px;
  cursor:pointer;
  color: #7d525b;
  -webkit-appearance: none;
  appearance: none;
}

.music-player .track-info{
  margin:6px 0 8px;
  line-height:1.3;
}

.music-player .track-title{
  font-weight:bold;
  color:#7d525b;
}

.music-player .track-artist{
  color:#b89aa0;
  font-size:10px;
}


#calendar {
  width: 100%;
  height: 100%;
  font-size: 9px;
  background: white;
  color: #a58e7f;
  padding: 0px 0px ;
  box-sizing: border-box;
  font-family: Spirit;
  margin: auto;

}



#calendar table {
  width: 100%;
  height: 100px;
  margin-left: 1px;
  text-align: center;

}

#calendar th {
  background-color: #feeff9;
  font-weight: normal;
  padding: 0px;
}

#calendar td {
  padding: 0px 0;
  border: 1px dashed #ffeef2;
  cursor: default;
}

#calendar td.today {
  background-color: transparent;
  color: #ff6f91;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

#calendar td.today::before {
  content: "♡";
  color: #ebd5da;
  font-size: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#calendar td.today {
  position: relative;
  color: transparent;
}

textarea {
width: 100%;
border: 15px solid #ccc;
border-image: url('https://angeldolly.com/borders/rose.png') 18 round;
background-clip: padding-box;
font-family: spirit;
font-size: 13px;

}


#context_menu {
  background: #FEF8FC;
  border: 1px dotted #AAAAAA;
  letter-spacing: 1px;
  width: auto;
  min-width: 140px;
  font-family: Verdana;
  font-size: 10px;
  position: absolute;
  display: none;
  z-index: 999999999;
  list-style: none;
  margin: 0;
  padding: 0;
}

#context_menu li {
  padding: 8px 10px;
  z-index: 100000;
  cursor: default;
  color: #848484;
  text-align: center;
  list-style: none;
}

.focus-in-contract {
	-webkit-animation: focus-in-contract 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: focus-in-contract 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
---------------------------------------- */

/* ----------------------------------------------
 * Generated by Animista on 2026-8-27 21:49:58
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation focus-in-contract
 * ----------------------------------------
 */
@-webkit-keyframes focus-in-contract {
  0% {
    letter-spacing: 1em;
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes focus-in-contract {
  0% {
    letter-spacing: 1em;
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

 /* ======================================================================
       15. mp3 / now playing widget
       -----------------------------------------------------------------
       #cd is the spinning cd stack (art on top, spinning disc under it);
       clicking it toggles the hidden <audio> element via the js at the
       bottom of the page.
       ====================================================================== */
    #mp3 {
      display: flex;
      align-items: center;
      gap: 16px;
      width: 100%;
      padding: 5px;
      box-sizing: border-box;
    }

    #cd {
      position: relative;
      width: 100px;
      height: 75px;
      flex-shrink: 0;
      margin-right: 20px;
    }

    #cd .img1 {
      position: absolute;
      top: 3px;
      left: 26px;
      border-radius: 50%;
      z-index: 1;
      pointer-events: none;
      animation: spin-cd 3s linear infinite;
      animation-play-state: paused;
    }

    #cd.playing .img1 {
      animation-play-state: running;
    }

    @keyframes spin-cd {
      from {
        transform: rotate(0deg);
      }

      to {
        transform: rotate(360deg);
      }
    }

/* ======================================================================
       12. microblog / diary entries
       -----------------------------------------------------------------
       copy an .entry block to add a new post; entry-date is plain text
       (no auto date logic here, unlike the calendar).
       ====================================================================== */
    .entry {
      display: flex;
      gap: 12px;
      margin-bottom: 10px;
    }

    .entry:last-child {
      margin-bottom: 0;
    }

    .entry-icon {
      width: 45px;
      height: 45px;
      border-radius: 6px;
      border: 0px solid var(--pink-line);
      object-fit: cover;
      flex-shrink: 0;
      padding-left: 10px;
    }

    .entry-content {
      flex-grow: 1;
      background: #fff8fb;
      border: 0px dashed var(--pink-line);
      border-radius: 0 10px 10px 10px;
      padding: 10px 12px;
            padding-left: 10px;

      
    }

    .entry-date {
      font-size: 10px;
      font-weight: 700;
      color: var(--pink-deep);
      text-transform: uppercase;
      letter-spacing: .5px;
      margin-bottom: 4px;
    }

    .entry p {
      font-size: 11.5px;
      line-height: 1.7;
    }

    .entry .mood {
      margin-top: 6px;
      font-size: 10px;
      color: var(--text-soft);
      font-style: italic;
    }

.link-me-title {
  font-family: 'spirit';
  font-size: 20px;
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.link-me-buttons {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
}

.link-me-button img {
  width: 110px;
  height: 39px;
  display: block;
  image-rendering: pixelated;
}

.link-me-code {
  width: 100%;
  height: 67px;
  resize: none;
  font-family: 'pixelatedelegance';
  font-size: 8px;
  background-image: url('https://angeldolly.com/background/dots1.jpeg');
  border: 0px dashed #ea85af;
  border-radius: 4px;
  padding: 6px;
  box-sizing: border-box;
  text-align: left;
  scrollbar-width: none;
  display: flex;
  align-items: center;
  margin-top: 5px;
  box-shadow: rgba(242, 182, 208, 0.35) 0px -50px 36px -28px inset;

  
}

.link-me-code::-webkit-scrollbar {
  display: none;
}
