@font-face {
    font-family: 'Quicksand Bold';
    src: url('https://frogiee.one/stuff/fonts/Quicksand/static/Quicksand-Bold.ttf');
  }
  
  @font-face {
    font-family: 'Quicksand SemiBold';
    src: url('https://frogiee.one/stuff/fonts/Quicksand/static/Quicksand-SemiBold.ttf');
  }
  
  @font-face {
    font-family: 'Quicksand Medium';
    src: url('https://frogiee.one/stuff/fonts/Quicksand/static/Quicksand-Medium.ttf');
  }

body{
    font-family: "Quicksand Medium", serif;
    margin: 0;
    height: 100vh;
    color: rgba(0, 0, 0, 0);
    overflow: hidden;
    user-select: none;
    background: #000000;
}
h1{
  font-family: 'Quicksand Bold';
}
a {
  color: #ffffff;
  transition: ease 0.2s;
  text-underline-offset: 10000px;
  font-weight: 700;
}

a:hover {
  color: #bdbdbd;
  transition: ease 0.2s;
}
button{
    background-color: #1a1a1a00;
    height: 50px;
    outline: none;
    border: solid 2px #3b3b3b;
    color: white;
    font-family: "Quicksand Medium", sans-serif;
    font-size: 1.2em;
    border-radius: 15px;
    transition: all ease-in-out .15s;
    cursor: pointer;
    margin: 10px;
    font-size: 1.2em;
  }
  button:hover{
    background-color: #ffffff;
    border: solid 2px #ffffff;
    color: #000000;
    box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
  }
  button:active{
    scale: 0.8;
  }
  button:disabled{
    cursor: url(/stuff/icons/pointer.png), pointer!important;
    background-color: #0e0e0e;
    border: solid 5px #292929;
    scale: 1;
    box-shadow: 0 0 0px #000;
  }
#back {
  position: absolute;
  top: 0;
  color: #ffffff;
  transition: ease 0.2s;
  text-underline-offset: 10000px;
  font-weight: 700;
}
#back:hover {
  color: #bdbdbd;
  transition: ease 0.2s;
  cursor: pointer;
}
#vanta {
  transition: all ease-out 0.4s;
  background-color: #000000;
  width: 100vw; height: 100vh;
}
#roddyricchesbox{
    transition: all ease-in-out 1.5s;
    position: absolute;
    z-index: 9997;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
    width: 600px;
    height: 600px;
    border-radius: 35px;
    color: white;
    padding: 30px;
    line-height: 1.8;
    overflow: clip;
    scrollbar-width: none;
    -ms-overflow-style: none;
    background-color: #1a1a1a6e;
    backdrop-filter: blur(20px);
}
#topleft{
  top: 0;
  left: 0;
  width: 50%;
  height: 50%;
  text-align: center;
  padding: 0;
  position: fixed;
}
#topright{
  top: 0;
  right: 0;
  width: 50%;
  height: 50%;
  text-align: center;
  padding: 0;
  position: fixed;
}
#topright h3 {
  margin: 0, 0;
}
#bottomleft{
  bottom: 0;
  left: 0;
  width: 50%;
  height: 50%;
  text-align: center;
  padding: 0;
  position: fixed;
}
#bottomright{
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  text-align: center;
  padding: 0;
  margin: 0;
  position: fixed;
}
#thethingabovethemusicbar {
  transition: all ease-in-out 1.5s;
  position: absolute;
  bottom: 68px;
  left: 50%;
  transform: translate(-50%, -55%);
  width: 40px;
  height: 20px;
  background-color: #1a1a1a6e;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6);
  z-index: 9998;
  display: flex;
  align-items: center;
  text-align: c;
  padding: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  cursor: pointer;
}
#musicbar {
  transition: all ease-in-out 1.5s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #1a1a1a6e;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6);
  z-index: 9998;
  display: flex;
  align-items: center;
  padding: 0;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
}
#progress-container {
  position: fixed;
  width: 50%;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  right: 20px;
  height: 6px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 2px;
  overflow: hidden;
  cursor: pointer;
}
#progress-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #ffffff 0%, #bdbdbd 50%, #ffffff 100%);
  border-radius: 2px;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.8);
}
.controls {
  margin: 0 auto;
  display: flex;
  gap: 24px;
  align-items: center;
}
.controls button {
  border: none;
  color: white;
  background-color: #1a1a1a00;
  font-size: 20px;
  cursor: pointer;
  opacity: 0.85;
}
.controls button:hover {
  opacity: 1;
  background-color: transparent;
  border: solid 0px #000000;
  box-shadow: none;
}
.controls .play {
  font-size: 26px;
}
#musicmenu{
    transition: all ease-in-out .9s;
    position: absolute;
    z-index: 9997;
    text-align: center;
    top: 150%;
    left: 50%;
    transform: translate(-50%, -55%);
    width: 400px;
    height: 560px;
    border-radius: 35px;
    color: white;
    padding: 30px;
    line-height: 1.8;
    overflow: clip;
    scrollbar-width: none;
    -ms-overflow-style: none;
    background-color: #1a1a1a6e;
    backdrop-filter: blur(20px);
}
#thetop{
  width: 400px;
  height: 100px;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, 0);
}
#thebottom{
  width: 400px;
  height: 530px;
  position: absolute;
  top: 57px;
  left: 50%;
  transform: translate(-50%, 0);
  overflow: auto;
}
:root{
  --cyan-normal: #ffffff;
  --white: #ffffff;
    
  --moon: #262626;
  
  --light-gray: rgba(255, 255, 255, 0.18);
  --gray: #d4d4d4;
  
  --black: #000000;
  --dark-gray: #5E5E5E;
}
::-webkit-scrollbar {
  width: 4px;
  border-radius: 100px;  
}
  
::-webkit-scrollbar-track {
  background: var(--light-gray);
  backdrop-filter: blur(20px);
  border-radius: 100px;
}
  
::-webkit-scrollbar-thumb {
  background: var(--cyan-normal);
  border-radius: 20px;
  outline: 1px solid var(--black);
}

.track {
  display: grid;
  grid-template-columns: 48px 1fr 1fr;
  gap: 14px;
  padding: 10px;
  border-radius: 10px;
  align-items: center;
  cursor: pointer;
}
.track:hover {
  background: rgba(255,255,255,0.08);
}
.track img {
  width: 48px;
  height: 48px;
  border-radius: 6px;
}
.track-info {
  display: flex;
  flex-direction: column;
}
.track-info .title {
  font-weight: 600;
}
.track-info .artist {
  font-size: 15px;
}
.album {
  font-size: 12px;
  opacity: 0.6;
}
.pagestuffs{
  opacity: 0;
}
.info{
    transition: all ease-in-out 1.5s;
    position: fixed;
    z-index: 9997;
    text-align: center;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    color: white;
    padding: 0;
    line-height: 1.8;
    overflow: clip;
    scrollbar-width: none;
    -ms-overflow-style: none;
    background-color: #1a1a1a6e;
    backdrop-filter: blur(20px);
}
.butheresthereader{
    transition: all ease-in-out 1.5s;
    position: fixed;
    z-index: 9997;
    text-align: center;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    padding: 0;
    line-height: 1.8;
    overflow: scroll;
    scrollbar-width: none;
}
.title{
    transition: all ease-in-out 1.5s;
    position: fixed;
    z-index: 9997;
    text-align: center;
    top: -20%;
    left: 0;
    width: 100%;
    height: 20%;
    color: white;
    padding: 0;
    line-height: 1.8;
    overflow: clip;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
#profile-pic{
    width: 180px;
    height: 180px;
    border-radius: 100%;
}
#albumcover{
    width: 90px;
    height: 90px;
    border-radius: 10px;
}
.content{
  top: -70%;
  transform: translate(0, -55%);
  position: sticky;
}

  #lowtaperfade{
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.12), rgba(0, 0, 0, 0.8));
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    left: 0;
    position: fixed;
    top: 0px;
    z-index:2;
    opacity: .7;
  }
  #evenbiggerfadethanlowtaperfade{
    transition: all ease-in-out 1.5s;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.12), rgba(0, 0, 0, 0.9));
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    left: 0;
    position: fixed;
    top: 0px;
    z-index:9999;
    opacity: 0;
    pointer-events: none;
  }
  .iconlinks{
    width: 35px;
    height: 35px;
    transition: ease .2s;
  }
  .iconlinks:hover{
    cursor: pointer;
    scale: 1.2;
  }
  .enter-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(20px);
  z-index: 9999;
  transition: all 0.3s ease;
}

.enter-button {
  top: 50%;
  left: 50%;
  font-size: 24px;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.enter-button:hover {
  text-shadow: 0 0 10px #ffffff;
}
#canvas {
  transition: all ease-in-out .9s;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

/* Dark, terminal-like home layout. */
body,
button {
  font-family: "Courier New", Courier, monospace;
}

body {
  background: #020202;
}

h1 {
  font-family: "Courier New", Courier, monospace;
  letter-spacing: 0;
}

button {
  border-radius: 4px;
}

#vanta {
  background-color: #020202;
}

#roddyricchesbox {
  width: min(820px, calc(100vw - 40px));
  height: min(500px, calc(100vh - 150px));
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0;
  background-color: rgba(3, 3, 3, 0.94);
}

#topleft,
#topright,
#bottomleft,
#bottomright {
  position: absolute;
  box-sizing: border-box;
}

#topleft {
  width: 58%;
  height: 58%;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

#topright {
  width: 42%;
  height: 58%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

#bottomleft {
  width: 58%;
  height: 42%;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

#bottomright {
  width: 42%;
  height: 42%;
}

#bottomleft button {
  width: 150px;
  height: 50px;
  margin-top: 8px;
}

#musicbar {
  background-color: rgba(2, 2, 2, 0.96);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#musicmenu {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0;
  background-color: rgba(2, 2, 2, 0.98);
}

.track {
  border-radius: 0;
}

.social-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(90px, 1fr));
  gap: 8px;
  max-width: 230px;
  margin: 12px auto 0;
}

.social-links a {
  display: grid;
  place-items: center;
  min-height: 40px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: #ffffff;
  text-decoration: none;
  font-size: 0.85rem;
}

.social-links a:hover {
  background: #ffffff;
  color: #000000;
}

#profile-pic,
#albumcover {
  border-radius: 0;
}

.enter-popup {
  background: rgba(0, 0, 0, 0.96);
}

#thetop {
  top: 0;
  height: 88px;
  box-sizing: border-box;
  padding-top: 10px;
}

#thetop h2 {
  margin: 0;
}

#thebottom {
  top: 98px;
  height: 450px;
}

@media (max-width: 640px) {
  #roddyricchesbox {
    width: calc(100vw - 24px);
    height: min(560px, calc(100vh - 145px));
    padding: 14px;
  }

  #topleft,
  #topright,
  #bottomleft,
  #bottomright {
    width: 100%;
    left: 0;
    right: auto;
    height: 25%;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  #topright { top: 25%; }
  #bottomleft { top: 50%; bottom: auto; }
  #bottomright { top: 75%; bottom: auto; border-bottom: 0; }
}