@font-face {
  font-family: 'Cavalhatriz';
  src: url('https://angeldolly.com/fonts/Cavalhatriz.ttf');
}

@font-face {
  font-family: 'Primus';
  src: url('https://angeldolly.com/fonts/primusscript.ttf');
}

@font-face {
  font-family: 'Xona';
  src: url('https://angeldolly.com/fonts/XoanVnmexelStandard.ttf');
}

@font-face {
  font-family: 'Rainyhearts';
  src: url('https://angeldolly.com/fonts/rainyhearts.ttf');
}

@font-face {
  font-family: "Spirit";
  src: url('https://angeldolly.com/fonts/Spirit.ttf');
}

@font-face {
  font-family: "PixelatedElegance";
  src: url('https://angeldolly.com/fonts/PixelatedEleganceRegular-ovawB.ttf');
}

@font-face {
font-family: heart;
src: url(https://dl.dropbox.com/s/hwwi6hogrld2ve2/heartfont.ttf);
}

@font-face {
  font-family: "Schoolbell";
  src: url('https://file.garden/aBmRn5dbGjS8LzBr/Schoolbell-Regular.ttf');
}

@font-face {
  font-family: "EmilysCandy";
  src: url('https://file.garden/aBmRn5dbGjS8LzBr/EmilysCandy-Regular.ttf');
}

#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;
}

* {
  box-sizing: border-box;
}
        
.pixelated {
  image-rendering:pixelated;
}

.laced {
  border-width: 8px; 
  border-style: solid;
  border-image: url('https://slushiecafe.neocities.org/images/lace2.png') 8 fill round;
}

body {
  font-family: 'PixelatedElegance', Verdana;
  color: rgb(164, 135, 116);
  font-size: .7em;
  line-height: 20px;
}

/* Start https://www.cursors-4u.com */ 
* { cursor: url('https://angeldolly.com/pic/Photoroom_20250923_030229%20(1).png'), auto !important; }
/* End https://www.cursors-4u.com */


::selection {
  background-color: #e3eae1;
  color: #ffffff;
}


h1  {
  font-size: 3em;
  margin: 0 0 8px 0;
  overflow: hidden;
}

h2, h3, h4, h5, h6 {
  font-size: 3em;
  margin: 0 0 8px 0;
  overflow: hidden;
}

p {
  margin: 6px 0;
}
      
a {
  color: rgb(229, 195, 205);
}

mark {
  color: black !important;
  background: #ffb1c4 !important;
  font-weight: regular;
}

ul {
  margin: 6px 0;

}

button, input[type=button], input[type=submit] {
  padding: 4px;
  cursor: pointer;
  margin: 5px 0;
}

.cavalhatriz {
  font-family: 'cavalhatriz', 'Cursive';
}

.cursive {
  font-family: 'Xona', 'Verdana';
}

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;
}

.pagedoll {
  z-index: 1;
  position: fixed;
  bottom: 2px;
  right: 2px;
}

.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: pointer;
}

details[open] summary {
  margin: -12px -12px 0 -12px;
}

details[open] {
  padding: 12px;
}


.floral-divider {
  border-top: 0 !important;
  height: 75px;
  background: url('https://angeldolly.com/pic/OIP.png') no-repeat top center !important;
}

dt {
  font-size: big;
  font-weight: bold;
}

dd {
  margin-left: 12px;
  border-left: 2px solid lightgray;
  padding-left: 12px;
  margin-bottom: 12px;
}

.stats-disclaimer {
  font-family: var(--font-px);
  font-size: 0.38rem;
  color: var(--yellow);
  letter-spacing: 1px;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.stat-meter { display: flex; flex-direction: column; gap: 0.25rem; }

.stat-label { font-family: var(--font-px); font-size: 0.4rem; color: var(#C9A9B3
); letter-spacing: 1px; }

.stat-bar-wrap { height: 14px; background: rgba(255,255,255,0.05); border: 1px solid var(--border); position: relative; }

.stat-bar {
  height: 100%;
  width: 0;
  transition: width 1.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.stat-bar.animated { width: var(--w); }
.sb-pink   { background-image: linear-gradient(90deg, var(#C9A9B3), var(--pink)); box-shadow: 0 0 8px var(--pink-dim); }
.sb-cyan   { background: linear-gradient(90deg, var(--cyan-dim), var(--cyan)); box-shadow: 0 0 8px var(--cyan-dim); }
.sb-yellow { background: linear-gradient(90deg, var(--yellow-dim), var(--yellow)); box-shadow: 0 0 8px var(--yellow-dim); }
.stat-num { font-family: var(--font-px); font-size: 0.35rem; color: var(--text-dim); letter-spacing: 1px; text-align: right; }
.stats-note { margin-top: 0.75rem; font-family: var(--font-vt); font-size: 1rem; color: var(--text-muted); font-style: italic; }
.pixel-divider {
  font-family: var(--font-px);
  font-size: 0.35rem;
  color: rgba(168,152,216,0.5);
  text-align: center;
  padding: 0.4rem 0;
  letter-spacing: 2px;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0.75rem;
}  
@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 .5s;
}
 
#rotate:hover img {
transform: scale(1.25) rotate(10deg);
transform-origin: 50% 50%;
}     
     
}

@media only screen and (max-width: 800px) {
  #flex {
    flex-wrap: wrap;
  }
  
  .floatright, .floatleft {
    float: none;
  }

  .pagedoll {
    display: none;
  }
  
  aside {
    width: 100% !important;
    flex-shrink: 1;
  }
  
  .hidden-sm-screen {
    display: none !important;
  }

#text01 {
position: relative;
top: 1em;
z-index: 5; }


}