main {
  height: 100%;
  counter-reset: topSongs topArtists;
}
main div.section-1 {
  min-height: calc(100vh - 384px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  padding: 128px 0 192px;
}
main div.section-1 > div.top {
  max-width: 496px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-feature-settings: "ss07" 1;
  margin: 0 16px;
}
main div.section-1 > div.top > h1 {
  text-align: center;
  user-select: none;
}
main div.section-1 > div.top > h1.emoji {
  font-size: 48px;
  margin-bottom: -12px;
}
main div.section-1 > div.top > h1.main-heading span.tag {
  color: var(--text-extra-dark);
  font-size: 18px;
  font-family: Consolas;
}
@media (max-width: 440px) {
  main div.section-1 > div.top > h1.main-heading span.tag {
    display: none;
  }
}
main div.section-1 > div.top > h1.main-heading span.hey {
  text-transform: lowercase;
  cursor: none;
  transition: color 300ms, background-color 500ms;
}
main div.section-1 > div.top > h1.main-heading span.hey:hover {
  color: var(--background-main);
  background-color: var(--text-normal);
}
main div.section-1 > div.top > div.divider {
  height: 1px;
  width: 100%;
  background-color: #444;
}
main div.section-1 > div.top > span.location {
  display: flex;
  align-items: center;
  gap: 4px;
  user-select: none;
}
main div.section-1 > div.top > span.location > svg {
  stroke: var(--text-dark);
}
main div.section-1 > div.top > span.location > span {
  color: var(--text-dark);
}
main div.section-1 > div.top > p {
  color: var(--text-dark);
  font-size: 16px;
  text-align: justify;
}
main div.section-1 > div.top > p > time {
  color: var(--text-dark);
}
main div.section-1 > div.top > ul.links {
  display: flex;
  gap: 8px;
  list-style-type: none;
  user-select: none;
  z-index: 0;
}
@media (min-width: 561px) {
  main div.section-1 > div.top > ul.links {
    justify-content: flex-end;
    margin: -16px 0 -32px 0;
  }
}
main div.section-1 > div.top > ul.links > li {
  height: 40px;
  width: 40px;
  padding: 0;
}
main div.section-1 > div.top > ul.links > li:active {
  transform: scale(0.9);
}
main div.section-1 > div.top > ul.links > li > a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-drag: none;
}
main div.section-1 > div.top > ul.links > li > a > img, main div.section-1 > div.top > ul.links > li > a > svg {
  height: 28px;
  width: 28px;
  stroke: #aaa;
}
main div.section-1 > div.top > h2 {
  color: var(--text-dark);
  user-select: none;
}
main div.section-1 > div.top > div.stack {
  max-height: 192px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  overflow-y: auto;
}
main div.section-1 > div.top > div.stack > div {
  height: 40px;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 6px;
  cursor: pointer;
  user-select: none;
}
main div.section-1 > div.top > div.stack > div:active {
  transform: scale(0.9);
}
main div.section-1 > div.top > div.stack > div > img {
  height: 28px;
  border-radius: 4px;
}
main div.section-1 > div.projects {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  user-select: none;
}
main div.section-1 > div.projects > h1 {
  text-transform: lowercase;
}
main div.section-1 > div.projects > div {
  display: flex;
  position: relative;
}
main div.section-1 > div.projects > div::before, main div.section-1 > div.projects > div::after {
  width: 100vw;
  height: 1px;
  position: absolute;
  left: 50%;
  content: "";
  background-color: #333;
  translate: -50%;
  z-index: 1;
}
main div.section-1 > div.projects > div::after {
  bottom: 0;
}
@media (max-width: 960px) {
  main div.section-1 > div.projects > div {
    flex-direction: column;
  }
}
main div.section-1 > div.projects > div > a {
  min-height: 96px;
  width: 288px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  text-decoration: none;
  padding: 12px 16px;
  border: 1px #333 solid;
}
main div.section-1 > div.projects > div > a:nth-of-type(2) {
  border-style: solid none;
}
@media (max-width: 960px) {
  main div.section-1 > div.projects > div > a:nth-of-type(2) {
    border-style: none solid;
  }
}
main div.section-1 > div.projects > div > a:has(> div.letters:hover) > h2 {
  color: var(--text-normal);
  font-size: 20px;
}
main div.section-1 > div.projects > div > a:has(> div.letters:hover) > h2 > span {
  height: 0;
  color: transparent;
}
main div.section-1 > div.projects > div > a[data-release-stage]::before {
  position: absolute;
  inset: 0 auto auto 0;
  content: attr(data-release-stage);
  font-size: 20px;
  font-weight: bold;
  text-transform: capitalize;
  border: 1px #333 solid;
  border-radius: 4px;
  padding: 4px 6px;
  rotate: -10deg;
  translate: -20% -20%;
  z-index: 1;
}
main div.section-1 > div.projects > div > a[data-release-stage=alpha]::before {
  background-color: color-mix(in srgb, var(--background-main), crimson 15%);
}
main div.section-1 > div.projects > div > a[data-release-stage=beta]::before {
  background-color: color-mix(in srgb, var(--background-main), goldenrod 15%);
}
main div.section-1 > div.projects > div > a > div.letters {
  height: 288px;
  width: 100%;
  color: var(--text-dark);
  font-size: 18px;
  font-family: Consolas;
  word-break: break-word;
  opacity: 0;
  overflow: hidden;
  transition-duration: 300ms;
  cursor: none;
}
@media (max-width: 960px) {
  main div.section-1 > div.projects > div > a > div.letters {
    display: none;
  }
}
main div.section-1 > div.projects > div > a > div.letters:hover {
  opacity: 1;
}
main div.section-1 > div.projects > div > a > div.gradient {
  width: 288px;
  height: 288px;
  position: absolute;
  mix-blend-mode: var(--mix-blend-mode);
  pointer-events: none;
}
@media (max-width: 960px) {
  main div.section-1 > div.projects > div > a > div.gradient {
    display: none;
  }
}
main div.section-1 > div.projects > div > a > div.gradient.orange {
  background: radial-gradient(var(--background-main) 40%, #ff2c1d 60%, #fc902a);
}
main div.section-1 > div.projects > div > a > div.gradient.cyan {
  background: radial-gradient(var(--background-main) 40%, #2979ff 60%, #2afc98);
}
main div.section-1 > div.projects > div > a > div.gradient.pink {
  background: radial-gradient(var(--background-main) 40%, #6929ff 60%, #fc2a70);
}
main div.section-1 > div.projects > div > a > h2 {
  height: calc(100% - 24px);
  width: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--text-dark);
  font-size: 32px;
  text-align: center;
  pointer-events: none;
  transition: font-size 200ms ease-out;
}
main div.section-1 > div.projects > div > a > h2 > span {
  font-size: 16px;
  font-weight: normal;
  text-wrap: balance;
  transition: 200ms;
}
@media (min-width: 961px) {
  main div.section-1 > div.projects > div > a > h2 > span {
    height: 32px;
  }
}
main div.section-1 > div.projects > div > img {
  width: 64px;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  pointer-events: none;
  transition: transform 0.1s ease;
}
main div.section-1 > div.projects > a {
  height: 36px;
  display: flex;
  font-size: 24px;
  text-decoration: none;
  border: 1px #333 solid;
  padding: 8px 8px 8px 12px;
  cursor: pointer;
  overflow: hidden;
}
main div.section-1 > div.projects > a:hover > span.text {
  translate: 0 -48px;
}
main div.section-1 > div.projects > a:hover > span.arrow {
  translate: 0 0;
}
main div.section-1 > div.projects > a > span {
  height: 88px;
  width: max-content;
  display: flex;
  flex-direction: column;
  line-height: 44px;
  transition-duration: 300ms;
}
main div.section-1 > div.projects > a > span.text {
  translate: 0 -4px;
}
main div.section-1 > div.projects > a > span.arrow {
  translate: 0 -36px;
}
main div.section-1 > div.projects > a > span > svg {
  height: 36px;
  width: 36px;
  stroke-width: 1.5px;
}
main div.section-1 > div.spotify-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
main div.section-1 > div.spotify-data > span {
  display: flex;
  align-items: center;
  gap: 8px;
  user-select: none;
}
main div.section-1 > div.spotify-data > span > img {
  height: 36px;
  filter: invert(var(--invert));
}
main div.section-1 > div.spotify-data > span > span {
  padding: 4px 6px;
}
main div.section-1 > div.spotify-data > h1 {
  gap: 8px;
  text-transform: lowercase;
  user-select: none;
}
main div.section-1 > div.spotify-data > div {
  position: relative;
  display: flex;
  gap: 8px;
  margin-top: 4px;
}
@media (max-width: 880px) {
  main div.section-1 > div.spotify-data > div {
    flex-direction: column;
  }
}
@media (max-width: 520px) {
  main div.section-1 > div.spotify-data > div {
    align-items: center;
  }
}
main div.section-1 > div.spotify-data > div > button {
  max-width: calc(100vw - 16px);
  position: absolute;
  right: -44px;
  padding: 6px 6px 4px;
  cursor: pointer;
}
@media (max-width: 520px) {
  main div.section-1 > div.spotify-data > div > button {
    width: 100%;
    position: static;
  }
}
main div.section-1 > div.spotify-data > div > button:hover {
  scale: 1.1;
}
main div.section-1 > div.spotify-data > div > button:active {
  scale: 0.9;
}
main div.section-1 > div.spotify-data > div > button > svg {
  stroke: #ccc;
}
main div.section-1 > div.spotify-data > div > div {
  height: 346px;
  min-width: 304px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #ccc;
  background-color: #222;
  border: 1px rgba(51, 51, 51, 0.5333333333) solid;
  border-radius: 8px;
  padding: 12px 14px;
}
main div.section-1 > div.spotify-data > div > div * {
  color: white;
}
main div.section-1 > div.spotify-data > div > div > div.title-bar {
  display: flex;
  align-items: center;
  gap: 16px;
  user-select: none;
}
@media (max-width: 420px) {
  main div.section-1 > div.spotify-data > div > div > div.title-bar {
    flex-direction: column;
  }
}
main div.section-1 > div.spotify-data > div > div > div.title-bar > div > form {
  display: flex;
  gap: 8px;
}
main div.section-1 > div.spotify-data > div > div > div.title-bar > div > form > input {
  display: none;
}
main div.section-1 > div.spotify-data > div > div > div.title-bar > div > form > label {
  cursor: pointer;
}
main div.section-1 > div.spotify-data > div > div > div.title-bar > div > form > input:checked + label {
  font-weight: bold;
  text-decoration: underline;
}
main div.section-1 > div.spotify-data > div > div > div.main {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  overflow-y: auto;
}
main div.section-1 > div.spotify-data > div > div > div.main.top-songs > div::before {
  content: counter(topSongs);
  counter-increment: topSongs;
}
main div.section-1 > div.spotify-data > div > div > div.main.top-artists > div::before {
  content: counter(topArtists);
  counter-increment: topArtists;
}
main div.section-1 > div.spotify-data > div > div > div.main.top-artists div.left img {
  border-radius: 50% !important;
}
main div.section-1 > div.spotify-data > div > div > div.main > div {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  border-radius: 6px;
  padding: 0 4px;
  cursor: pointer;
  transition: background-color 200ms;
}
main div.section-1 > div.spotify-data > div > div > div.main > div:hover {
  background-color: #181818;
}
main div.section-1 > div.spotify-data > div > div > div.main > div::before {
  width: 12px;
  position: absolute;
  display: flex;
  justify-content: center;
}
main div.section-1 > div.spotify-data > div > div > div.main > div > div {
  display: flex;
  align-items: center;
  gap: 8px;
}
main div.section-1 > div.spotify-data > div > div > div.main > div > div.left {
  margin-left: 16px;
}
main div.section-1 > div.spotify-data > div > div > div.main > div > div.left img {
  height: 48px;
  width: 48px;
  object-fit: cover;
  border-radius: 4px;
  user-select: none;
}
main div.section-1 > div.spotify-data > div > div > div.main > div > div.left > div {
  display: flex;
  flex-direction: column;
}
main div.section-1 > div.spotify-data > div > div > div.main > div > div.left > div > span {
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
main div.section-1 > div.spotify-data > div > div > div.main > div > div.left > div > span:has(a), main div.section-1 > div.spotify-data > div > div > div.main > div > div.left > div a {
  color: #ccc;
}
main div.section-1 > div.spotify-data > div > div > div.main > div > div.right iframe {
  height: 0;
  width: 0;
  border: none;
}
main div.section-1 > div.spotify-data > div > div > div.main > div > div.right a svg {
  translate: 0 2px;
  stroke: #ccc;
}
main div.section-1 > div.spotify-data > div > div > div.main > div > div.right button {
  height: 48px;
  width: 48px;
  color: black;
  background-color: #1ed760;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition-duration: 200ms;
}
main div.section-1 > div.spotify-data > div > div > div.main > div > div.right button:hover {
  scale: 1.05;
}
main div.section-1 > div.spotify-data > div > div > div.main > div > div.right button:active {
  scale: 0.9;
}
main div.section-1 > div.spotify-data > div > div > div.main > div > div.right button svg {
  translate: 0 1px;
}
main div.section-1 > div.spotify-data > a {
  min-height: 40px;
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  user-select: none;
}
main div.section-1 > div.spotify-data > a:active {
  scale: 0.9;
}
main div.section-1 > div.spotify-data > a span {
  color: white;
}
main > .wave-divider {
  height: 6vh;
  width: 100%;
  position: absolute;
  background-image: url(../../assets/images/wave.svg);
  background-repeat: repeat-x;
  background-size: contain;
  z-index: 10;
  margin-top: -3vh;
  animation: waveRotation 500ms linear infinite;
  filter: invert(var(--invert));
}
@keyframes waveRotation {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 33px 0;
  }
}
main div.section-2 {
  height: calc(100vh - 64px);
  width: 100vw;
  display: flex;
  position: relative;
  justify-content: center;
  overflow: hidden;
  background-image: url();
}
main div.section-2 > div {
  height: 85vh;
  max-width: calc(100vw - 64px);
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 3/4;
  margin-top: 7.5vh;
  rotate: 4deg;
  z-index: 3;
  font-family: "Noto Serif";
  background-color: #d2b896;
  box-shadow: 0 0 12px 4px var(--background-main);
  animation: newspaperRotation 3s ease-in-out infinite;
}
@keyframes newspaperRotation {
  0% {
    rotate: 4deg;
  }
  50% {
    rotate: 3deg;
  }
}
main div.section-2 > div > div {
  height: 96%;
  width: 95%;
  background: radial-gradient(#ddc8ad 0%, #d2b896 100%);
  border: 2px black solid;
}
main div.section-2 > div > div .newspaper-top {
  display: flex;
  justify-content: space-between;
  padding: 16px;
}
main div.section-2 > div > div .newspaper-top > fieldset {
  height: 64px;
  width: 20%;
  border: 1px black solid;
  border-radius: 4px;
  margin: -8px 0;
  padding: 4px;
  color: black;
}
main div.section-2 > div > div .newspaper-top > fieldset a {
  color: black;
}
main div.section-2 > div > div .newspaper-top > fieldset > legend {
  margin-left: 12px;
  font-size: 1vmin;
  color: black;
}
main div.section-2 > div > div .newspaper-top > div {
  width: 50%;
  display: flex;
  justify-content: center;
}
main div.section-2 > div > div .newspaper-top > div > img {
  width: 100%;
  object-fit: contain;
}
main div.section-2 > div > div .newspaper-divider {
  height: 8px;
  border-top: 4px black solid;
  border-bottom: 2px black solid;
  margin: auto 12px;
}
main div.section-2 > div > div .newspaper-bottom {
  height: calc(100% - 96px);
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: auto 16px;
  padding-top: 12px;
}
main div.section-2 > div > div .newspaper-bottom > .newspaper-section-1 {
  height: 33%;
  display: flex;
  gap: 12px;
}
main div.section-2 > div > div .newspaper-bottom > .newspaper-section-1 > div:has(img) {
  height: 100%;
}
main div.section-2 > div > div .newspaper-bottom > .newspaper-section-1 > div:has(img) > img {
  height: 100%;
  width: 360px;
  object-fit: cover;
  box-shadow: -4px -4px 8px 2px rgba(0, 0, 0, 0.3);
}
main div.section-2 > div > div .newspaper-bottom > .newspaper-section-1 > div:has(p) {
  overflow: auto;
}
main div.section-2 > div > div .newspaper-bottom > .newspaper-section-1 > div:has(p) > h3 {
  font-size: 3vmin;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
  color: black;
}
main div.section-2 > div > div .newspaper-bottom > .newspaper-section-1 > div:has(p) > p {
  font-size: 22px;
  color: black;
}
main div.section-2 > div > div .newspaper-bottom > .newspaper-section-2 {
  height: 67%;
  border-top: 2px black solid;
  padding-top: 8px;
}
main div.section-2 > div > div .newspaper-bottom > .newspaper-section-2 > img {
  height: 33%;
  width: 67%;
  object-fit: cover;
  float: right;
  margin: auto auto 12px 12px;
  border-radius: 15%/75%;
}
main div.section-2 > div > div .newspaper-bottom > .newspaper-section-2 > p {
  width: 100%;
  font-size: 20px;
  hyphens: auto;
  word-wrap: break-word;
  word-break: keep-all;
  color: black;
}
main div.section-2 > div > div .newspaper-bottom > .newspaper-section-2 h1 {
  color: black;
  text-decoration: underline;
}
main div.section-3 {
  display: flex;
}
main div.section-3 > div {
  width: min(100%, 1280px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
main div.section-3 > div .project-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  font-family: "Segoe UI";
  margin: 24px auto;
}
main div.section-3 > div .project-heading h1 {
  font-size: 48px;
}
main div.section-3 > div .project-heading span {
  font-size: 16px;
  text-align: center;
}
main div.section-3 > div .project-grid {
  display: grid;
  grid-gap: 12px 12px;
  padding: 12px;
}
@media (min-width: 1081px) {
  main div.section-3 > div .project-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1080px) {
  main div.section-3 > div .project-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 720px) {
  main div.section-3 > div .project-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
main div.section-3 > div .project-grid > a {
  width: calc(100% - 8px);
  aspect-ratio: 3/1;
  border-radius: 16px;
  overflow: hidden;
  border: 4px blue solid;
  transition: transform 500ms;
}
main div.section-3 > div .project-grid > a:hover {
  transform: scale(1.1);
}
main div.section-3 > div .project-grid > a > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}/*# sourceMappingURL=main.css.map */