:root {
    font-family: 'Inter', sans-serif;
    --blanket-colour: #b2dcea;
    --secondary-colour: #141D27;
    --kpop-colour: #5fb2cd;
    --pop-colour: #14a0ce;
    --hiphop-colour: #4e7dba;
}

.hidden-link {
    text-decoration: none;
    color: inherit;
}

.shadow {
    text-shadow: 1px 1px 5px #bfa0a5;
}

.shadow-dark {
    text-shadow: 3px 3px 3px #00000050;
}

.main-title {
    font-size: 40px;
    color: var(--pop-colour);
    font-weight: 800;
}

#pomegranate {
    font-size: 8px;
    font-style: italic;
    color: rgba(237, 178, 144, 0.126);
    bottom: 10px;
    left: 10px;
    position: fixed;
}

.tagline {
    font-size: 16px;
    color: var(--kpop-colour);
    font-weight: 500;
}

.tiny-tagline {
    font-size: 10px;
    color: var(--kpop-colour);
    padding-top: 5px;
    font-weight: 300;
}

.info-text-body, .text-body {
    font-size: 16px;
    color: var(--blanket-colour);
    font-weight: 200;
    max-width: 512px;
    text-align: left;
}

.smaller-text {
    font-size: 10px;
}

body, html {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.container {
    display: flex;
    flex: 1;
}

.centered-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
}

.full-centered-content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.navigation-container span {
    padding-bottom: 5px;
}

.navigation-container a {
    text-decoration: none;
    color: inherit;
}

.navigation-container span:hover {
    font-weight: 600;
    text-decoration: underline;
}

.icon {
    width: 45%;
    max-width: 325px;
}

.left-side {
    align-items: end;
    text-align: right;
    font-size: 32px;
}

.right-side {
    align-items: flex-start;
}

.vertical-line {
    background-color: var(--kpop-colour);
    size: 1px;
    max-width: 1px;
    padding: 0px;
    height: 250px;
    align-self: center;
    background: -moz-linear-gradient(top, #00000000 0%, var(--kpop-colour) 10%, var(--kpop-colour) 90%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, #00000000 0%, var(--kpop-colour) 10%, var(--kpop-colour) 90%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top, #00000000 0%, var(--kpop-colour) 10%, var(--kpop-colour) 90%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top, #00000000 0%, var(--kpop-colour) 10%, var(--kpop-colour) 90%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, #00000000 0%, var(--kpop-colour) 10%, var(--kpop-colour) 90%, rgba(255,255,255,0) 100%);
}

.navigation-container {
    color: var(--blanket-colour);
    display: flex;
    flex-direction: column;
}

.socials-container {
    font-size: 20px;
    display: flex;
    color: var(--kpop-colour);
    margin-top: 10px;
    margin-bottom: 2px;
}

.socials-container a {
    margin-left: 3px;
}

.socials-container a {
    color: inherit;
    text-decoration: none;
}

.small-screen-only {
    display: none;
}

.crop-circle {
    border-radius: 100%;
}

.hamburger-navigation-menu {
    color: var(--blanket-colour);
    font-size: 32px;
    right: 0px;
    position: absolute;
    margin: 20px;
    z-index: 2;
}

.small-screen-navigation-container {
    display: none;
    position: absolute;
    background-color: #020a14c2;
    left: 0px;
    margin: 0px;
    right: auto;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 30px 0px 0px 15px;
    font-size: 52px;
}

.small-screen-navigation-container span {
    width: fit-content;
}

.content-page-container {
    margin-left: 5vw;
    margin-right: 5vw;
    margin-top: 10vh;
    padding-bottom: 10vh;
}

.sub-title {
    color: var(--blanket-colour);
    font-size: 25px;
}

.content-page-container .main-title {
    margin-bottom: 5vh;
}

.inline-link {
    color: var(--kpop-colour);
    /* font-style: italic; */
    font-weight: 300;
}

.inline-link:hover {
    cursor: pointer;
    font-weight: 600;
}

.icon {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    background-size: cover;
}

.icon-highlight {
    border-radius: 100%;
    width: 200px;
    height: 200px;
    background-size: cover;
    background: -moz-linear-gradient(-45deg, rgba(255,226,96,0.20) 0%, rgba(255,226,96,0.05) 30%, rgba(96,255,136,0) 50%, rgba(0,72,255,0.05) 70%, rgba(0,189,255,0.2) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(255,226,96,0.20) 0%, rgba(255,226,96,0.05) 30%, rgba(96,255,136,0) 50%, rgba(0,72,255,0.05) 70%, rgba(0,189,255,0.2) 100%);
    background: linear-gradient(-45deg, rgba(255,226,96,0.20) 0%, rgba(255,226,96,0.05) 30%, rgba(96,255,136,0) 50%, rgba(0,72,255,0.05) 70%, rgba(0,189,255,0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe260",endColorstr="#00bdff",GradientType=1);
    mix-blend-mode: lighten;
    animation: spin 6s infinite linear;
    position: absolute;
}

.button {
    padding: 10px 15px;
    border: 15px;
    border-radius: 5px;
    width: fit-content;
    background-color: white;
    color: rgb(28, 28, 28);
    font-weight: bolder;
}

.button:hover {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.692);
}

.email-ad {
    position:fixed;
    bottom: 0;
    right: 0;
    padding: 10px;
    background: rgb(39,35,20);
    background: -moz-linear-gradient(-45deg, rgba(39,35,20,0.50) 0%, rgba(20,29,39,0.50) 20%, rgba(20,29,39,0.50) 80%, rgba(35,55,77,0.50) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(39,35,20,0.50) 0%, rgba(20,29,39,0.50) 20%, rgba(20,29,39,0.50) 80%, rgba(35,55,77,0.50) 100%);
    background: linear-gradient(-45deg, rgba(39,35,20,0.50) 0%, rgba(20,29,39,0.50) 20%, rgba(20,29,39,0.50) 80%, rgba(35,55,77,0.50) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#272314",endColorstr="#23374d",GradientType=1);
    border-radius: 5px;
    margin: 10px;
    color: var(--pop-colour);
    font-weight: 300;
}

.email-ad a {
    text-decoration: none;
    color: inherit;
}

.email-ad:hover {
    text-decoration: underline;
    background: rgb(39,35,20);
    background: -moz-linear-gradient(-45deg, rgba(39,35,20,1) 0%, rgba(20,29,39,1) 20%, rgba(20,29,39,1) 80%, rgba(35,55,77,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(39,35,20,1) 0%, rgba(20,29,39,1) 20%, rgba(20,29,39,1) 80%, rgba(35,55,77,1) 100%);
    background: linear-gradient(-45deg, rgba(39,35,20,1) 0%, rgba(20,29,39,1) 20%, rgba(20,29,39,1) 80%, rgba(35,55,77,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#272314",endColorstr="#23374d",GradientType=1);
}

.email-container {
    color: var(--kpop-colour);
    margin-top: 5px;
    font-size: 15px;
}

.email {
    text-decoration: underline;
    color: inherit;
}

.socials-container img {
    height: 24px;
}


@keyframes spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
}

@media (max-width:800px) {
    .container, .small-screen-only { display: block; }
    .large-screen-only, .small-screen-navigation-container { display: none }
    .text-body { text-align: center }
    .centered-content { align-items: center }
    .right-side .icon { width: 200px }

    .right-side {
        position: relative;
        height: 100%;
    }
    .email-ad {display: none}
}

.hidden {
    display: none
}

#banThisAccountHeader {
    color: white;
    font-size: 30px;
}

#banThisAccount {
    color: white;
    font-weight: 700;
    font-size: 40px
}

.slim-link a,
.slim-link {
    color: var(--hiphop-colour);
    font-weight: 400;
    text-decoration: underline;
}

.highlighted-link a,
.highlighted-link {
    color: var(--hiphop-colour);
    font-weight: 600;
    text-decoration: underline;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip .tooltiptext {
    width: 120px;
    bottom: 100%;
    left: 50%;
    margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
}
/*I have used a local ttf file to load the font, you can use any font you wish*/
@font-face {
    font-family: "louisGeorge";
    src: url("https://uwu.gal/static/fonts/LouisGeorgeCafe.ttf");
}


.nowPlayingCard {
    position: fixed;
    left: 0px;
    bottom: 0px;
    margin: 30px;
    flex-shrink: 0;
    border-radius: 22px;
    border: 2px solid #000;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.3);
    align-items: center;
    width: 350px;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    transition: all 0.5s ease;
    background-color: #D9D9D9;
    font-family: 'louisGeorge';
}

.nowPlayingCard a {
    color: black;
    text-decoration: none;
}

.nowPlayingCard a:hover {
    color: black;
    text-decoration: underline;
}

.nowPlayingImage img {
    border-radius: 8px;
    border: 1px solid black;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
    transition: all 0.5s ease;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    margin: 10px;
    flex: 1 1 0
}

.nowPlayingImage img:hover {
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.3);
    transform: translateX(-3px) translateY(-3px);
    transition: all 0.5s ease;
}

#nowPlayingDetails {
    flex: 3 1 0;
    width: 120px;
    justify-content: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 54%;
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 54%;
    height: 100%;
}

.nowPlayingTitle, .playlistName {
    flex-shrink: 0;
    color: #000;
    white-space: nowrap;
    text-align: left;
    font-size: 20px;
    width: 120px;
}

.nowPlayingArtist, .playlistHeader {
    text-align: left;
    flex-shrink: 0;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.nowPlayingTime {
    text-align: left;
}

.nowPlayingState {
    text-align: center;
    width: 20%;
    padding: 10px;
    flex: 2 1 0;
}

.nowPlayingState img {
    width: 64px;
}

.nowPlayingState svg {
    width: 100px;
}

.nowPlayingState .invert {
    filter: invert(100%);
}

.break {
    flex-basis: 100%;
}

.lyrics {
    padding: 0 0 10px 10px;
}

@media (max-width: 800px) {
    .nowPlayingCard {
        position: fixed;
        bottom: 0px;
        max-width: fit-content;
    }
}

#cursor-dot,
#cursor-dot-outline {
  z-index: 999;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
}

#cursor-dot {
  width: var(--cursor-size);
  height: var(--cursor-size);
  background-color: rgba(var(--color-cursor), 1);
}

#cursor-dot-outline {
  width: var(--cursor-outline-size);
  height: var(--cursor-outline-size);
  background-color: rgba(var(--color-cursor), var(--cursor-outline-shade));
}

.home-button {
    position: absolute;
    color: var(--hiphop-colour);
    font-weight: 400;
    font-size: 30px;
    margin: 20px;
}

.home-button a {
    color: inherit;
    text-decoration: none;
}

.home-button a:hover {
    text-decoration: underline;
}

.hover-util img:hover {
    color: var(--hiphop-colour);
    cursor: pointer;
}

.hover-util:hover {
    color: var(--pop-colour);
    cursor: pointer;
}


body {
    background-color: var(--secondary-colour);
}

.background-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


.background-wrapper::before {
    content: "";
    backdrop-filter: blur(20px);
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}

.background-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    min-width: 100vw;
    min-height: 100vh;
    z-index: -999;
}

.smallerish-title {
    font-size: 24px;
    font-weight: 400;
}

/* Inspired by https://yuukun.dev */
.starmap {
    width: 100%;
    height: calc(100lvh + 50px);
    mask: linear-gradient(black 50%, transparent 100%);
    position: absolute;
    z-index: -1;
    top: -50px;
    left: 0;
    mix-blend-mode: lighten;
    filter: brightness(80%)
}

.largerish-text {
    font-size: 20px;
    font-weight: 300;
}

.question {
    font-size: 20px;
    font-weight: 500;
    color: var(--kpop-colour);
}

.answer {
    font-size: 16px;
    font-weight: 300;
    color: var(--blanket-colour);
}

#heart {
    position: relative;
    width: 17px;
    height: 13px;
    animation: heartbeat 1s infinite;
}
#heartrate {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 17px;
    height: 11px;
    position: relative;
    z-index: 1;
    scale: 1;
}
#heart:before,
#heart:after {
    position: absolute;
    content: "";
    left: 8px;
    top: 0;
    width: 8px;
    height: 13px;
    background: #000000;
    border-radius: 40px 40px 0 0;
    transform: rotate(-45deg);
    transform-origin: 0 100%;
    outline: 1px solid var(--pop-colour);
}
#heart:after {
    left: 0;
    transform: rotate(45deg);
    transform-origin: 100% 100%;
    clip-path: polygon(0 -10%, 110% -10%, 110% 110%, -10% 32%);
}
@keyframes heartbeat {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.25);
    }
    100% {
        transform: scale(1);
    }
}

#heartrate {
    font-family: 'JetBrains Mono', monospace;
    background: linear-gradient(#ffffff, var(--kpop-colour));
    color: transparent;
    background-clip: text;
    font-size: 7px;
}

.webring {
    display: flex;
    font-size: 10px;
    font-weight: 300;
    color: var(--kpop-colour);
    margin: auto;
    align-items: center;
}

.webring-navbtn {
    font-size: 10px;
    font-weight: 300;
    color: var(--blanket-colour);
    background-color: var(--kpop-colour);
    border-radius: 5px;
    width: 10px;
    height: 10px;
    text-decoration: none;
    margin: 5px;
    padding: 5px;
}

.webring-navbtn:hover {
    color: var(--kpop-colour);
    background-color: var(--blanket-colour);
}

.codeblock {
    background-color: var(--blanket-colour);
    color: var(--secondary-colour);
    padding: 10px;
    border-radius: 5px;
    margin-top: 5px;
    max-width: 400px;
    font-size: 9px;
}

.inline-codeblock {
    background-color: var(--blanket-colour);
    color: var(--secondary-colour);
    padding: 5px;
    border-radius: 5px;
    font-size: 9px;
    width: fit-content;
}

.center-all {
    display: flex;
}

#profileViews {
    display: flex;
    margin: 3px;
}

#profileViewsTag {
    font-size: 15px;
    padding: 5px 10px;
    font-weight: 400;
    color: var(--blanket-colour);
    background-color: rgb(60, 60, 60);
}

#profileViewsSpan {
    font-size: 15px;
    padding: 5px 10px;
    font-weight: 700;
    color: var(--blanket-colour);
    background-color: var(--pop-colour);
}

#mainPageAvatar {
    width: 50px;
    height: 50px;
    padding-left: -50px;
    margin-left: -50px;
}

#friendButtons {
    max-width: 552px;
}

.friend-button-image {
    padding: 2px;
}

.clocks {
    color: white;
    position: fixed;
    bottom: 15px;
    right: 15px;
}

@font-face {
    font-family: 'JMH Typewriter';
    src: url('../fonts/JMH Typewriter mono.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.clock-container {
    font-family: 'JMH Typewriter';
    display: flex;
}

.clock-title {
    text-align: right;
    width: 110px;
}

.clock-time {
    padding-left: 10px;
}

.clock-subtitle {
    font-size: 10px;
}

#disambiguation {
    bottom: 15px;
    height: inherit;
    width: 100%;
    z-index: 1000;
    display: flex;
    align-items: center;
    padding: 15px;
    box-sizing: border-box;
    height: 39px;
    margin-bottom: 15px;
}

#disambiguation .header {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 15px;
}

#disambiguation .item {
    opacity: 0.7;
    text-decoration: none;
    padding-right: 15px;
    font-size: 14px;
    margin: auto;
    height: 31px;
    width: 88px;
    transition: opacity 0.25s ease;
}

#disambiguation .item:hover {
    opacity: 1;
}

#disambiguation.offset {
    margin-bottom: 20px;
}

#disambiguation .items {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    align-content: space-evenly;
}

/* accessibility: respect users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
    #disambiguation .item {
        transition: none;
    }
}