@font-face {
font-family:kiwi;
src: url(https://dl.dropbox.com/s/388cvx0do21kj3n/KiwiSoda.ttf);
}
@font-face {
font-family: Nintendo-DS-BIOS;
src: url(https://dl.dropbox.com/s/vlxjtnvrl9s0snp/Nintendo-DS-BIOS.ttf);
}
@font-face {
font-family: dreams;
src: url(https://dl.dropbox.com/s/i9lg3nchwvgi6p3/dream.ttf);
}
::-moz-selection {
  color: #e08eed;
  background: transparent;
}
::selection {
  color: #e08eed;
  background: transparent;
  }
html {
  background: url('https://i.postimg.cc/NFy5kqRz/image.png');
  background-size: 25em;
}
body {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 10em 25em 23em 18em;
  column-gap: 1em;
  row-gap: 1em;
  width: 65%; 
  margin: 0 auto;
  padding: 1em;
}
p {
  font-size: 1.2em;
}
h1 {
  font-family: kiwi;
  margin: -10px;
  color: #4965ff;
  font-weight: 600;
  font-size: 7em;
  filter: drop-shadow(1px 1px 0 black) drop-shadow(-1px 1px 0 black) drop-shadow(0 -1px 0 black) drop-shadow(1px 0 black);
  text-align: center;
}
h2 {
  margin: .5px;
  font-size: 2.5em;
  font-style: italic;
  font-family: Nintendo-DS-BIOS;
  color: cornflowerblue;
  text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
  text-align: center;
}
a:link, a:visited {
  color: blue;
  transition: ease 0.5s;
  text-decoration: dotted underline;
  font-family: Nintendo-DS-BIOS;
  font-size: 1.5em;
}
a:hover, a:focus {
  color: #fff;
  text-shadow: -1px 0 #444, 0 1px #444, 1px 0 #444, 0 -1px #444;
  transition: ease 0.5s;
  cursor: url('https://cdn.cursors-4u.net/previews/butterfly-bab707ee-32.webp') 32 32, auto !important;
}
img {
  filter: grayscale(0%);
transition: .25s ease-out;
  }
img:hover {
  filter: grayscale(100%);
transition: .25s ease-in;
  cursor: url('https://cdn.cursors-4u.net/previews/s-pink-premium-precision-select-a5043102-32.webp') 47 45, auto !important;
}    
mark {
    font-size: 1.6em;
    color: white;
    text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
    background: skyblue;
    border-radius: 1em;
    font-family: Nintendo-DS-BIOS;
}
strong {
    font-size: 1.4em;
    color: white;
    text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
    font-family: Nintendo-DS-BIOS;
}
h3 {
  font-family: kiwi;
  margin: 2px;
  padding: 0;
  font-size: 2em; 
  color: cornflowerblue;
  background: #f1dbff;
}
#navlinks {
  font-size: 1.2em;
  text-align: justify;
}
#titlebar {
  grid-area: 1 / 1 / 2 / 5;
  background: url('https://ishimori.crd.co/assets/images/gallery10/6debdeba_original.png?v=92382c77');
  border: 2px ridge #fff;
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
}
#nav {
  grid-area: 2 / 1 / 4 / 2;
  background: #fff;
  border: 2px ridge #fff;
}
#about {
  grid-area: 2 / 2 / 3 / 4;
  background: #fff;
  border: 2px ridge #fff;
}
  #icon {
    width: 90%;
    border: 2px ridge #e1aaff;
    transition: transform .5s;
    overflow: hidden;
  display: inline-block;
  }
  #icon img {
    transition: transform .5s;
  }
  #icon:hover img {
  transform: scale(1.25) rotate(10deg);
  transform-origin: 50% 50%;
  -webkit-filter: blur(.5px);
  filter: blur(.5px);
  }
#guys {
  grid-area: 3 / 2 / 4 / 3;
  text-align: center;
  background: #fff;
  border: 2px ridge #fff;
}
#webrings {
  grid-area: 3 / 3 / 4 / 4;
  text-align: center;
  background: #fff;
  border: 2px ridge #fff;
}
#xenicRing #xenicFlag {
	background: url('https://64.media.tumblr.com/54b818ec1c93fdd6a3b85e613be32854/d74aadc5064540c1-81/s1280x1920/13fb6e3ea48c38b54f626f244d515dcea0035a1b.pnj')!important;
}
#xenicRing #next-arrow {
	background: url('https://i.postimg.cc/CMjYQ1Tg/arrow-Temp-1.png')!important;
}
#xenicRing #prev-arrow {
	background: url('https://i.postimg.cc/1XZSzxF2/arrow-Temp-2.png')!important;
}
#update {
  grid-area: 4 / 2 / 5 / 4;
  background: #fff;
  border: 2px ridge #fff;
}
details {
  font-size: 13px;
  text-align: left;
}
summary {
  font-family: kiwi;
  margin: 2px;
  padding: 0;
  font-size: 2em;
  color: cornflowerblue;
  background: #f1dbff;
  text-align: center;
}
#site {
  grid-area: 2 / 4 / 3 / 5;
  text-align: center;
  background: #fff;
  border: 2px ridge #fff;
  height: 31em;
}
#link {
  grid-area: 3 / 4 / 4 / 5;
  text-align: center;
  background: #fff;
  border: 2px ridge #fff;
  height: 20em;
  align-self: end;
}
.p3p {
  grid-area: 4 / 1 / 5 / 2;
  height: 18em;
  z-index: 99;
  overflow: hidden;
}
.banners {
  animation: hello 2s linear infinite;
  display: inline-block;
  padding-right: 10px;
}
.img-infinitebouncehover {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
 
.img-infinitebouncehover:hover {
  -webkit-animation-name: heart;
  animation-name: heart;
}
@keyframes heart{
0%, 12%, 25%, 50% {
transform: rotate(0deg);
}
 
55% {
transform: rotate(-2.5deg);
}
 
65% {
transform: rotate(3.5deg);
}
 
75% {
transform: rotate(-7deg);
}
 
95%, 100& {
transform: rotate(0deg);
}}
#statuscafe {
    position: relative;
    bottom: 1.1em;
    background: #e1aaff70;
    border-radius: 5px;
    padding: 0 .5em;
    text-align: left;
}
#statuscafe-username {
    font-size: 13.5px;
}
#statuscafe-content {
    font-style: italic;
}
#lastfm {
  grid-area: 4 / 4 / 5 / 5;
  background: #fff;
  border: 2px ridge #fff;
}
 .nowplayingcard {
	    width: auto;
	    margin: 0 auto;
	    margin-top: 3%;
	    font-size: 14px;
	}
    .nowplayingcontainer-inner {
      width: 100%;
      transition: 0.3s;
      display: inline-block;
      @include border-left-radius($globalBorderRadius);
}
      #trackart {height:105px;
      border-radius:5px;  border: 2px ridge #e1aaff;}

      .trackInfo {
        width: 90%;
        float: center;
        display: block;
      }
@font-face {
font-family: 'music';
src: url(https://cdn.glitch.me/9bbfdfb3-4bfa-4c39-8743-5621c8b9df21/LL_RECOR.TTF);
}
 
@font-face {
font-family: Pixelated MS Sans Serif;
src:url(ms_sans_serif.woff) format("woff");
src:url(ms_sans_serif.woff2) format("woff2");
}
/* music player from electric-tenshi */
.music-player {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background-color: skyblue;
  background: url('background-image-url') no-repeat center;
  background-size: cover;
  border-radius: 6px;
  padding: 6px;
  width: 200px;
  font-family: sans-serif;
  margin: 0 auto;
}

.current-track {
  background-color: #dbf5ff;
  border: 1px solid #000;
  padding: 8px;
  text-align: center;
  font-size: 0.9em;
  color: #001752;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  bottom: 1em;
  height: 10px;
  line-height: 30px;
}

.track-marquee {
  position: absolute;
  white-space: nowrap;
  left: 0;
  animation: marquee 15s linear infinite;
  padding-left: 100%;
  top: 0;
  height: 100%;
  line-height: 30px;
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

.player-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 5px;
  padding: 2px 0;
}

.control-buttons {
  display: flex;
  gap: 5px;
}

.player-controls button {
  background: linear-gradient(to bottom, #e6f3ff, skyblue);
  border: 1px solid #99ccff;
  border-radius: 3px;
  cursor: pointer;
  font-size: 1.1em;
    min-width: 16px;
  min-height: 14px;

  color: #001752;
  display: flex;
  align-items: center;
  justify-content: center;
}

.player-controls button:hover {
  background: linear-gradient(to bottom, #cce6ff, #99ccff);
}

.progress-container {
  flex: 1;
  height: 10px;
  background: #f0f8ff;
  border: 1px solid #cce6ff;
  border-radius: 7px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.player-progress-bar {
  height: 100%;
  background: linear-gradient(to right, #99ccff, #4a7dff);
  width: 0%;
  transition: width 0.1s ease;
  border-radius: 7px;
}

.time-display {
  font-size: 1.1em;
  color: #002f78;
  min-width: 45px;
  text-align: center;
}

.playlist-dropdown {
  position: relative;
}

.playlist-toggle {
  background: linear-gradient(to bottom, #e6f3ff, skyblue);
  border: 1px solid #99ccff;
  border-radius: 3px;
  padding: 5px 8px;
  cursor: pointer;
  font-size: 0.9em;
  color: #001752;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.playlist-toggle:hover {
  background: linear-gradient(to bottom, #cce6ff, #99ccff);
}

.playlist-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #f8fbff;
  border: 1px solid #cce6ff;
  border-radius: 3px;
  max-height: 120px;
  overflow-y: auto;
  z-index: 10;
  display: none;
}

.playlist-menu.show {
  display: block;
}

.playlist-item {
  padding: 6px 8px;
  cursor: pointer;
  font-size: 0.85em;
  border-bottom: 1px solid #e6f3ff;
}

.playlist-item:last-child {
  border-bottom: none;
}

.playlist-item:hover {
  background-color: #e6f3ff;
}

.playlist-item.active {
  background-color: #cce6ff;
  color: #001752;
  font-weight: bold;
}