/* body */

body {
  background-image: url('/images/fondo_estrella.jpeg');
  background-size: 100px; 
  background-repeat: repeat;
  font-family: 'rainy hearts', sans-serif;
  min-height: 100vh;
  color: #b29c91;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 20px;
  overflow-x: hidden;
  width: 100%;
}

.container {
  text-align: center;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}


  .container {
    width: 95%;
  }


h1 {
  font-family: 'flyover', serif;
  color: #f1b3bd;
}

h2, h3 {
  font-family: 'gentle remind', serif;
  color: #6c564b;
}

.watakoii-button {
width: 88px;
height: auto;
}

/* footer */

.bottom-area,
.footer {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  font-family: arial;
  font-size: 12px;
  font-weight: 600;
  color: #8d7c76;
}

.bottom-area a,
.footer a {
  color: #FF91BD;
  text-shadow: none;
}

.footer {
  width: 700px;
  margin: 10px;
  text-align: center;
  font-family: arial;
  font-weight: 600;
  font-size: 13px;
  padding: 10px;
  position: relative;
  z-index: 5;
  clear: both;
}

.footer img {
  height: auto;
  width: 120px;
  margin-bottom: 10px;
}

/* fonts */

@font-face {
   font-family: 'rainy hearts'; 
  src: url('/fonts/rainyhearts.woff2') format('woff2'), 
       url('/fonts/rainyhearts.ttf') format('truetype'); 
  font-weight: normal;
  font-style: normal;
}

@font-face {
   font-family: 'gentle remind'; 
  src: url('/fonts/Gentle Remind.woff2') format('woff2'), 
       url('/fonts/Gentle Remind.ttf') format('truetype'); 
  font-weight: normal;
  font-style: normal;
}

@font-face {
   font-family: 'flyover'; 
  src: url('/fonts/Flyover.woff2') format('woff2'), 
       url('/fonts/Flyover.ttf') format('truetype'); 
  font-weight: normal;
  font-style: normal;
}

@font-face {
   font-family: 'cutesy'; 
  src: url('/fonts/Cutesy.woff2') format('woff2'), 
       url('/fonts/Cutesy.ttf') format('truetype'); 
  font-weight: normal;
  font-style: normal;
}

/* scrollbar */

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #fff7fa;
  -webkit-border-radius: 0ex;
  border: 1px dotted #edaecb;
}

/* selection */

::selection {
  background-color: #fef4fa;
  color: #8d7c76;
}

::-moz-selection {
  background-color: #fef4fa;
  color: #8d7c76;
}

#s-m-t-tooltip {
  max-width: 150px;
  background-color: white;
  border: 7px solid;
  border-image: url('/images/border.png') 5 fill round;
  border-image-outset: 2px;
  outline: 1px dashed #e1b3c7;
  outline-offset: -6px;
  border-radius: 4px;
  font-family: 'cutesy';
  font-size: 7px;
  letter-spacing: 2px;
  color: #b29c91;
  position: fixed;    
  z-index: 100000 !important;
  pointer-events: none;
  padding: 4px;
  text-align: center;
  margin: 0; 
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

#context_menu {
  background: #fdfef8;
  border: 1px dotted #AAAAAA;
  letter-spacing: 1px;
  width: 70px;
  font-family: 'rainy hearts';
  font-size: 8px;
  position: absolute;
  display: none;
  z-index: 100000;
}

#context_menu ul li {
  padding: 4px;
  z-index: 100000;
}

#context_menu ul li:hover {
  background: #FEF8FC;
  color: #848484;
  z-index: 100000;
}

.spoiler-text {
  text-decoration: dotted underline;
  transition: color 0.2s ease;
}

.spoiler-text.revealed {
  text-decoration: none;
}

.spoiler-text em {
  font-style: italic;
}

a {
  text-decoration: none;
  color: #67807a;
  transition: .1s
}

a:link {
  color: #545454;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #545454;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #ffe8e9;
  background-color: transparent;
  text-decoration: dotted underline;
  font-style: italic;
}

a:active {
  color: #545454;
  background-color: transparent;
  text-decoration: underline;
}

html {
  display: flex;
  justify-content: center;
}

.main {
  background: white;
  width: 850px;
  border: 30px solid;
  border-image: url('/images/renda.png') 18 repeat;
  border-image-outset: 5px;
  border-radius: 30px;
  border-top: 0px;
  border-bottom: 0px;
  height: auto;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.wrapper {
  background: #fef8fa;
  width: 100%;
  height: auto;
  margin: 2px;
  border: 1px solid lightgrey;
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

#url {
  width: 100%;
  height: 25px;
  background: #f0f0f0;
  background: linear-gradient(0deg, #f0f0f0, #fff);
  box-shadow: inset 0px 0px 5px white;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  font-size: 11px;
  font-family: 'cutesy';
  color: #545454;
  border-bottom: 1px solid lightgray;
  justify-content: center;
}

#url p {
  margin: 5px;
  margin-top: 2px;
  margin-right: auto;
}

.grid {
  display: grid;
  grid-template-columns: 40% 60%;
}

.personal,
.blog {
  height: 1300px;
}

.wrapper>.header {
  padding: 10px 10px 10px 20px;
  height: 170px;
  border-bottom: 1px solid lightgrey;
  background-image: url("/images/header.jpeg");
  background-size: cover;
  background-position: center;
  position: relative;
}

#pfp {
  margin-bottom: 7px;
  display: block;
  border-radius: 100px;
  border: 2px solid white;
  outline: 1px solid #f7e1e1;
}

#square-pfp {
  margin-bottom: 7px;
  display: block;
  border-radius: 10px;
  border: 2px solid white;
  outline: 1px solid #f7e1e1;
}

#user {
  width: 200px;
  display: inline-block;
  color: white;
}

#user strong {
  color:#b29c91;
  padding-left: 4px;
}

.buttons {
  float: right;
}

button {
  border: 1px solid lightgrey;
  border-radius: 10px;
  background: #f0f0f0;
  background: linear-gradient(0deg, #f0f0f0, #fff);
  width: 70px;
  color: #596155;
  font-family: 'rainy hearts';
  box-shadow: inset 0 0 0 1px #fff9;
  padding: 4px;
}

button:hover {
  background: lightgrey;
}

td {
  vertical-align: top;
  padding: 4px;
  color: #836a66;
}

td strong {
  color: #836a66;
  margin-left: 3px;
  font-weight: 600;
}

.interests {
  border: 1px solid lightgrey;
  font-size: 10px;
  background-color: white;
  width: 280px;
  margin: 10px;
  box-shadow: inset 0 0 0 1px #fff9;
}

.currently {
  flex: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url('/images/fresa.jpeg');
  background-size: cover;
  border-radius: 6px;
  font-size: 13px;
  color: #73524d;
  line-height: 1.25em;
  box-sizing: border-box;
}

.currently-icon {
  width: 55px;
  height: auto;
  margin-bottom: 6px;
  filter: drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 0.5px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(1px 1px 0px #0000002d);
}

.currently-text {
  width: 95%;
  text-align: left;
  margin-left: 15px;
}

.currently-text span {
  font-family: 'gentle remind';
  color: #6c564b;
  font-size: 13px;
}

.currently-text span:before {
  margin-right: 6px;
}

.wrapper p h1 {
  vertical-align: top;
  padding: 4px;
  color: #545454;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 12px;
  display: flex;
}

#characters {
  margin: 10px;
  text-align: left;
  flex: 1;
  margin-bottom: 20px;
}

#sozai {
  margin: 10px;
  text-align: left;
  flex: 1;
}

#sozai span {
  font-family: 'cutesy';
  font-size: 25px;
  filter: drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 0.5px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(1px 1px 0px #0000002d);
  color: #836a66;
}

#sozai span:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  margin-left: 5px;
  background-image: url('/images/gif/lazo.gif');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#characters span {
  font-family: 'gentle remind';
  font-size: 15px;
  filter: drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 0.5px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(1px 1px 0px #0000002d);
  color: #836a66;
}

#characters span:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 20px;
  margin-right: 15px;
  margin-left: 5px;
  background-image: url('/images/gif/lazo.gif');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.swirl {
  display: inline-block;
  width: 58%;
  height: 30px;
  margin-bottom: -8px;
  margin-left: 10px;
}

.swirl2 {
  display: inline-block;
  width: 65%;
  height: auto;
  margin-bottom: -8px;
  margin-left: 10px;
}




.gallery span {
  display: flex;
  grid-template-columns: repeat(auto-fit, minmax(4, 2fr));
}

.gallery {
  margin-top: 10px;
  width: 480px;
  height: 260px;
  overflow-y: auto;
  overflow-x: hidden;
  background: white;
  border: 7px solid #fff0f0;
  border-radius: 45px;
  outline: 1px dashed brown;
  outline-offset: -8px;
  padding: 10px;
  padding-bottom: 15px;
}

.gallery img {
  width: 100px;
  object-fit: cover;
  display: block;
  opacity: 50%;
  transition: .3s;
}

.gallery img:hover {
  opacity: 100%;
}

.infobar {
  border-bottom: 1px solid lightgrey;
  text-align: right;
  padding: 5px;
  background: #f0f0f0;
  background: linear-gradient(0deg, #f0f0f0, #fff);
  box-shadow: inset 0 0 0 1px #fff9;
  color: #7B8A75;
  font-size: 12px;
}

.emoji {
  width: 12px;
  height: auto;
}

hr {
  border: 0px;
  border-top: 2px dotted #bb9b93;
  margin-top: 10px;
}

#pinklace {
  background: white;
  background-repeat: repeat-x;
  background-position: top center;
  background-size: auto 100%;
  width: 100%;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#pinklace-bottom {
  background: white;
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: auto 100%;
  width: 100%;
  height: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleY(-1);
  z-index: 1;
}

#aboutme {
  width: 188px;
  height: 272px;
  background: white;
  margin-left: 2px;
  border: 7px solid;
  border-image: url('/images/renda.png') 5 fill round;
  border-image-outset: 2px;
  border-radius: 12px;
  outline: 1px dashed brown;
  outline-offset: -8px;
  box-shadow: 2px 2px 2px #a3736720;
  overflow: hidden;
  margin: 10px;
  text-align: center;
  position: relative;
}

.aboutme-wrap {
  position: relative;
  width: fit-content;
}

.aboutme-inner {
  width: 100%;
  height: 100%;
  background-image: url('/images/fresa.jpeg');
  background-size: cover;
  border-radius: 6px;
  font-size: 13px;
  color: #73524d;
}

.aboutme-inner img {
  margin-top: 33px;
  margin-bottom: 5px;
  height: auto;
  width: 140px;
  border: 2px solid white;
  outline: 1px solid #ECD3DB;
  border-radius: 6px;
}

.currently img {
  margin-top: 10px;
  margin-bottom: 5px;
  height: auto;
  width: 120px;
  border-radius: 6px;
}



#lacey {
  background-image: url('/images/renda.png');
  background-repeat: repeat-x;
  background-position: top center;
  background-size: auto 100%;
  width: 100%;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  filter: drop-shadow(0px 1px #c4c4c4);
  z-index: 1;
  pointer-events: none;
}

#lacey-bottom {
  background-image: url('/images/fresa.jpeg');
  background-position: bottom center;
  background-size: auto 100%;
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleY(-1);
  filter: drop-shadow(0px -1px #c4c4c4);
  z-index: 1;
  pointer-events: none;
}

.tagarelices {
  float: right;
}

#tagarelices {
  width: 450px;
  height: 500px;
  margin: 0 !important;
  border: 7px solid;
  border-radius: 12px;
  outline: 1px dashed brown;
  outline-offset: -8px;
  box-shadow: 2px 2px 2px #a3736720;
  margin: 10px;
  flex: 1;
  min-width: 450px;
  position: relative;
  overflow: hidden;
  display: block;
}

.tag-title {
  position: relative;
  bottom: 10px;
  left: 63%;
  z-index: 10;
  font-family: 'gentle remind';
  font-weight: normal;
  font-size: 25px;
  filter: drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 0.5px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(1px 1px 0px #0000002d);
  color: #836a66;
  pointer-events: none;
}


#tagarelices-wrap {
  flex: 1;
  float: right !important;
  display: block;
}

#profile-row {
  display: flex;
  width: 100%;
  align-items: stretch;
}

#left-column {
  display: flex;
  flex-direction: column;
  width: 210px;
}

#left-fill {
  flex: 1;
  margin: 10px;
  background: white;
  border: 7px solid;
  border-image-outset: 2px;
  border-radius: 12px;
  outline: 1px dashed brown;
  outline-offset: -8px;
  box-shadow: 2px 2px 2px #a3736720;
  overflow: hidden;
  margin: 10px;
  text-align: center;
  position: relative;
  display: flex;
}

#tagarelices-text {
  position: absolute;
  margin: 10px;
  margin-left: 15px;
  margin-top: 27px;
  font-family: 'rainy hearts';
  font-size: 13px;
  color: #836a66;
  line-height: 1.3;
  text-align: left;
}

.aboutme-inner span {
  font-family: 'gentle remind';
  font-size: 13px;
}

.wrap {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  gap: -5px;
}

.zoom {
  transition: transform .2s;
}

.zoom:hover {
  -ms-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

#bubble {
  width: 200px;
  height: 130px;
  background: url('/images/bubbles/bubble1.png') 0px 0px / cover no-repeat;
  background-size: 60%;
  position: absolute;
  right: 105px;
  background-position: center center;
  filter: drop-shadow(2px 2px #a3736790);
  align-content: center;
  justify-content: center;
  z-index: 9999;
  pointer-events: none;
}

#bubble p {
  color: #f1b3bd;
  filter: drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 0.5px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(1px 1px 0px #0000002d);
  font-size: 15px;
  margin: auto;
  font-family: 'flyover';
  z-index: 1000;
  margin-left: 50px;
  text-align: center;
}

#bubble2 {
  width: 200px;
  height: 130px;
  background: url('/images/bubbles/bubble2.png') 0px 0px / cover no-repeat;
  background-size: 60%;
  position: absolute;
  left: 160px;
  top: 20px;
  filter: drop-shadow(2px 2px #a3736790);
  align-content: center;
  justify-content: center;
  z-index: 9999;
  pointer-events: none;
}

#bubble2 p {
  color: #f1b3bd;
  filter: drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 0.5px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(1px 1px 0px #0000002d);
  font-size: 15px;
  margin: auto;
  font-family: 'flyover';
  z-index: 1000;
  margin-left: 10px;
  margin-bottom: 20px;
  text-align: center;
}

/*manga*/

#mangas {
   margin-top: 10px;
  width: 480px;
  height: 260px;
  overflow-y: auto;
  overflow-x: hidden;
  background: white;
  border: 7px solid #fff0f0;
  border-radius: 45px;
  outline: 1px dashed brown;
  outline-offset: -8px;
  padding: 10px;
  padding-bottom: 15px;
  position: relative;
}


.mangas-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  position: absolute;
  top: 35px;
  bottom: 35px;
  left: 0;
  right: 0;
  padding: 0 12px;
  overflow-y: auto;
  box-sizing: border-box;
  z-index: 0;
}

.mangas-grid img {
  width: 80%;
  aspect-ratio: 1 / 1.4;
  object-fit: cover;
  border-radius: 6px;
  opacity: 50%;
  transition: .3s;
  filter: saturate(90%);
}

.mangas-grid img:hover {
  outline: 2px solid #edaecb;
  outline-offset: -2px;
  opacity: 100%;
  filter: saturate(100%)
}


.gallery img,
.manhwa-grid img {
  content-visibility: auto;
}

/*anime*/


#anime {
  margin-top: 10px;
  width: 480px;
  height: 260px;
  overflow-y: auto;
  overflow-x: hidden;
  background: white;
  border: 7px solid #fff0f0;
  border-radius: 45px;
  outline: 1px dashed brown;
  outline-offset: -8px;
  padding: 10px;
  padding-bottom: 15px;
  position: relative;
}

.anime-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  position: absolute;
  top: 35px;
  bottom: 35px;
  padding: 0 12px;
  overflow-y: auto;
  box-sizing: border-box;
  z-index: 0;
}

.anime-grid img {
  width: 80%;
  aspect-ratio: 1 / 1.4;
  object-fit: cover;
  border-radius: 6px;
  opacity: 50%;
  transition: .3s;
  filter: saturate(90%);
}

.anime-grid img:hover {
  outline: 2px solid #edaecb;
  outline-offset: -2px;
  opacity: 100%;
  filter: saturate(100%)
}


.gallery img,
.anime-grid img {
  content-visibility: auto;
}


.credit {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: black;
  font-size: 12px;
  background: #fae5ee;
  border-radius: 2px;
}

.sidebox-wrap {
  position: relative;
  width: fit-content;
}

.box-title {
  position: absolute;
  bottom: -5px;
  left: 8%;
  z-index: 10;
  font-family: 'gentle remind';
  color: #6c564b;
  font-weight: normal;
  font-size: 20px;
  filter: drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 0.5px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(1px 1px 0px #0000002d);
  pointer-events: none;
}

#mp3 {
  position: absolute;
  right: 80px;
  top: 20px;
  height: 20px;
  border: 1px solid lightgray;
  border-radius: 10px;
  background: white;
}

mp3::-webkit-media-controls-panel {
  background-color: white;
}

mp3::-webkit-media-controls-play-button:hover {
  background-color: #ffe3e3;
  border-radius: 20px;
}

#tagarelices iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 0;
}

/* shared grid */
.playlist-row {
  display: grid;
  grid-template-columns:
    40px
    /* # */
    2.4fr
    /* title + artist */
    2fr
    /* album (more space) */
    80px
    /* time */
    80px;
  /* liked */
  align-items: center;
  gap: 10px;
  padding: 5px 6px;
}

.playlist-row> :nth-child(1),
.playlist-row> :nth-child(4),
.playlist-row> :nth-child(5) {
  display: flex;
  justify-content: center;
  text-align: center;
}

/* header */
.playlist-row.header {
  font-size: 11px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ffffff1a;
  margin-bottom: 5px;
  height: auto;
  background: none;
}

/* hover like Spotify */
.playlist-row:not(.header):hover {
  background: linear-gradient(90deg, #ffffff12, transparent);
}

/* number */
.num {
  text-align: center;
}

/* title cell */
.song {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
}

.cover {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  object-fit: cover;
  margin-right: 5px;
}

.cover:hover {
  outline: 2px solid #edaecb;
  outline-offset: -2px;
}

/* text stack */
.meta {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  overflow: hidden;
}

.title {
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.artist {
  font-size: 12px;
}

/* album + time */
.album,
.time {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* liked */
.liked {
  text-align: center;
  font-family: 'cutesy';
  font-size: 20px;
}

.playlist {
  margin: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: white;
  border: 7px solid;
  border-radius: 12px;
  outline: 1px dashed brown;
  outline-offset: -8px;
  padding: 10px 12px 15px;
  font-size: 13px;
  line-height: 1.2;
}

.tag-sub {
  font-family: 'gentle remind';
  font-size: 25px;
  font-weight: normal;
  margin-left: -2px;
}

.aboutme-inner span.heart {
  font-family: 'rainy hearts';
}