:root {
  --cream: #fff7e8;
  --soft: rgba(255, 247, 232, .72);
  --gold: #ffd36a;
  --amber: #f08a24;
  --copper: #b64a16;
  --shadow: rgba(62, 25, 5, .56);
  --cursor-x: 50vw;
  --cursor-y: 50vh;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: #130903;
  cursor: url("https://r2.guns.lol/c5f5a61b-294d-4bbd-bf15-96a454be1ccc.webp") 16 16, auto;
}

body {
  min-height: 100vh;
  margin: 0;
  overflow: hidden;
  color: var(--cream);
  font-family: "Manrope", "Onest", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(circle at var(--cursor-x) var(--cursor-y), rgba(255, 247, 232, .12), transparent 18rem),
    radial-gradient(circle at 50% 52%, rgba(255, 247, 232, .16), transparent 15%),
    radial-gradient(circle at 16% 18%, rgba(255, 211, 106, .22), transparent 22%),
    radial-gradient(circle at 84% 82%, rgba(240, 138, 36, .22), transparent 24%);
  mix-blend-mode: screen;
}

body::after {
  content: "";
  position: fixed;
  inset: -20%;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(108deg, transparent 0 26%, rgba(255, 247, 232, .075) 34%, transparent 45%),
    linear-gradient(112deg, transparent 0 55%, rgba(255, 211, 106, .055) 63%, transparent 72%);
  mix-blend-mode: screen;
  opacity: .74;
  transform: translateX(-4%);
  animation: sunlight 12s ease-in-out infinite alternate;
}

button,
a,
input {
  cursor: inherit;
}

::selection {
  background: var(--gold);
  color: #241004;
}

.background-video,
.fx-canvas,
.shade,
.noise {
  position: fixed;
  inset: 0;
}

.background-video {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .9;
  filter: sepia(.28) saturate(1.2) contrast(1.04) brightness(.92);
}

.fx-canvas {
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: .32;
  mix-blend-mode: screen;
}

.shade {
  z-index: 2;
  background:
    radial-gradient(circle at 50% 39%, rgba(255, 211, 106, .18), transparent 30%),
    linear-gradient(115deg, rgba(240, 138, 36, .42), transparent 35%, rgba(255, 184, 76, .18) 68%, rgba(91, 28, 5, .46)),
    linear-gradient(180deg, rgba(19, 9, 3, .22), rgba(19, 9, 3, .72));
}

.noise {
  z-index: 3;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 221, 148, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .018) 1px, transparent 1px);
  background-size: 100% 3px, 68px 100%;
  mix-blend-mode: soft-light;
  opacity: .72;
  animation: scan 6s linear infinite;
}

.enter-screen {
  position: fixed;
  inset: 0;
  z-index: 10;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 14px;
  border: 0;
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 211, 106, .18), transparent 35%),
    rgba(19, 9, 3, .95);
  color: var(--cream);
  transition: opacity .42s ease, visibility .42s ease;
}

.enter-mark {
  font-size: clamp(48px, 10vw, 84px);
  line-height: .9;
  font-weight: 700;
  letter-spacing: 0;
  text-shadow: 0 0 18px rgba(255, 247, 232, .66), 0 0 42px rgba(240, 138, 36, .65);
}

.enter-copy {
  color: rgba(255, 247, 232, .76);
  font-size: 18px;
  font-weight: 500;
  text-transform: lowercase;
  text-shadow: 0 0 24px rgba(255, 211, 106, .36);
  animation: pulse 1.8s ease-in-out infinite;
}

.enter-screen.is-hidden {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.profile-shell {
  position: relative;
  z-index: 4;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 34px 18px;
  opacity: 0;
  transform: translateY(10px) scale(.985);
  transition: opacity .65s ease, transform .65s cubic-bezier(.2, .8, .2, 1);
}

body.entered .profile-shell {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.profile-card {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  position: relative;
  width: min(42rem, calc(100vw - 32px));
  display: grid;
  justify-items: center;
  gap: 17px;
  padding: 28px 16px;
  text-align: center;
  isolation: isolate;
  transform: perspective(1000px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transition: transform .18s ease;
  will-change: transform;
}

.profile-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 10% 8%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 211, 106, .18), rgba(240, 138, 36, .08) 38%, transparent 70%);
  filter: blur(18px);
  animation: aura-breathe 5.5s ease-in-out infinite;
}

.profile-card::after {
  content: "";
  position: absolute;
  z-index: -2;
  width: min(640px, 88vw);
  height: min(330px, 42vh);
  left: 50%;
  top: 55%;
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(255, 247, 232, .11), transparent 52%),
    radial-gradient(ellipse at 42% 45%, rgba(255, 211, 106, .2), transparent 58%),
    radial-gradient(ellipse at 66% 63%, rgba(240, 138, 36, .16), transparent 60%);
  filter: blur(26px);
  transform: translate(-50%, -50%);
}

.avatar-wrap {
  position: relative;
  display: grid;
  place-items: center;
  opacity: 0;
  transform: translateY(8px) scale(.96);
}

.avatar-wrap::before {
  content: "";
  position: absolute;
  inset: -17px;
  border: 1px solid rgba(255, 211, 106, .34);
  border-radius: 34%;
  box-shadow: 0 0 42px rgba(240, 138, 36, .28);
  animation: rotate-ring 12s linear infinite;
}

.avatar-wrap::after {
  content: "";
  position: absolute;
  inset: -34px;
  border-radius: 45%;
  background: conic-gradient(from 180deg, transparent, rgba(255, 211, 106, .2), transparent, rgba(240, 138, 36, .12), transparent);
  opacity: .8;
  animation: rotate-ring 18s linear infinite reverse;
}

.avatar {
  position: relative;
  z-index: 2;
  width: 122px;
  aspect-ratio: 1;
  border: 2px solid rgba(255, 247, 232, .5);
  border-radius: 28%;
  object-fit: cover;
  box-shadow: 0 0 24px rgba(255, 247, 232, .2), 0 0 48px rgba(240, 138, 36, .48);
}

.identity {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 9px;
  opacity: 0;
  transform: translateY(10px);
  perspective: 900px;
}

.identity::after {
  content: "";
  width: min(240px, 58vw);
  height: 1px;
  margin-top: -2px;
  background: linear-gradient(90deg, transparent, rgba(255, 247, 232, .68), rgba(255, 211, 106, .78), transparent);
  box-shadow: 0 0 18px rgba(240, 138, 36, .48);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.liquid-wordmark {
  width: min(760px, 92vw);
  height: auto;
  margin: -8px 0 -12px;
  overflow: visible;
  filter: drop-shadow(0 0 10px rgba(255, 247, 232, .5)) drop-shadow(0 0 34px rgba(240, 138, 36, .72));
  opacity: 0;
  transform: rotateX(80deg) rotateZ(-13deg) scale(.72);
  transform-origin: 50% 54%;
  transform-style: preserve-3d;
  will-change: transform, opacity, filter;
}

.liquid-wordmark text {
  font-family: "Manrope", "Onest", system-ui, sans-serif;
  font-size: 156px;
  font-weight: 800;
  letter-spacing: 0;
}

.word-outline {
  fill: rgba(255, 247, 232, .08);
  stroke: rgba(255, 247, 232, .34);
  stroke-width: 2px;
  stroke-dasharray: 980;
  stroke-dashoffset: 980;
}

.liquid-base {
  fill: url(#liquidGold);
  transform-origin: center;
  animation: liquid-body 5.8s ease-in-out infinite;
}

.liquid-wave {
  transform-origin: center;
}

.wave-one {
  fill: rgba(255, 247, 232, .9);
  opacity: .7;
  animation: wave-slide 3.2s ease-in-out infinite alternate;
}

.wave-two {
  fill: rgba(240, 138, 36, .72);
  opacity: .82;
  animation: wave-slide-reverse 4.1s ease-in-out infinite alternate;
}

.liquid-shine {
  fill: rgba(255, 255, 255, .58);
  opacity: .6;
  animation: shine-drift 5.4s ease-in-out infinite;
}

.liquid-bubble {
  fill: rgba(255, 255, 255, .65);
  opacity: .68;
}

.bubble-one {
  animation: bubble-rise 3.6s ease-in-out infinite;
}

.bubble-two {
  animation: bubble-rise 4.2s ease-in-out infinite .4s;
}

.bubble-three {
  animation: bubble-rise 3.2s ease-in-out infinite .8s;
}

.word-sheen {
  fill: transparent;
  stroke: rgba(255, 247, 232, .28);
  stroke-width: 1px;
  stroke-dasharray: 82 820;
  stroke-dashoffset: 720;
  opacity: 0;
}

.identity p {
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  color: rgba(255, 247, 232, .86);
  font-size: clamp(17px, 3.1vw, 23px);
  font-weight: 500;
  letter-spacing: 0;
  text-shadow: 0 0 24px rgba(240, 138, 36, .48);
}

.identity p span + span::before {
  content: "\00b7";
  margin: 0 .48em;
  color: rgba(255, 211, 106, .88);
}

.socials {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  width: min(100%, 500px);
  margin-top: 3px;
  opacity: 0;
  transform: translateY(10px);
}

body.entered .avatar-wrap {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: opacity .7s ease .08s, transform .7s cubic-bezier(.2, .8, .2, 1) .08s;
}

body.entered .identity {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .75s ease .18s, transform .75s cubic-bezier(.2, .8, .2, 1) .18s;
}

body.entered .liquid-wordmark {
  opacity: 1;
  animation:
    wordmark-spin-in 1.05s cubic-bezier(.16, .92, .2, 1.18) .18s both,
    wordmark-idle 7s ease-in-out 1.35s infinite;
}

body.entered .word-outline {
  animation: outline-draw 1.1s ease .22s both;
}

body.entered .word-sheen {
  animation: sheen-trace 2.9s ease-in-out 1.35s infinite;
}

body.entered .socials {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .75s ease .3s, transform .75s cubic-bezier(.2, .8, .2, 1) .3s;
}

.socials a {
  position: relative;
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  color: var(--cream);
  text-decoration: none;
  filter: drop-shadow(0 0 7px rgba(255, 247, 232, .72)) drop-shadow(0 0 15px rgba(240, 138, 36, .62));
  transition: transform .18s ease, color .18s ease, filter .18s ease;
}

.socials a::before {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 211, 106, .24), transparent 62%);
  opacity: 0;
  transform: scale(.72);
  transition: opacity .18s ease, transform .18s ease;
}

.socials a:hover {
  color: var(--brand-color, var(--gold));
  filter: drop-shadow(0 0 8px rgba(255, 247, 232, .88)) drop-shadow(0 0 22px var(--brand-glow, rgba(240, 138, 36, .82)));
  transform: translateY(-3px) scale(1.08);
}

.socials a[aria-label="Twitch"] {
  --brand-color: #9146ff;
  --brand-glow: rgba(145, 70, 255, .78);
}

.socials a[aria-label="Instagram"] {
  --brand-color: #e4405f;
  --brand-glow: rgba(228, 64, 95, .78);
}

.socials a[aria-label="TikTok"] {
  --brand-color: #00f2ea;
  --brand-glow: rgba(0, 242, 234, .72);
}

.socials a[aria-label="YouTube"] {
  --brand-color: #ff0000;
  --brand-glow: rgba(255, 0, 0, .76);
}

.socials a[aria-label="X"] {
  --brand-color: #ffffff;
  --brand-glow: rgba(255, 255, 255, .7);
}

.socials a[aria-label="Snapchat"] {
  --brand-color: #fffc00;
  --brand-glow: rgba(255, 252, 0, .68);
}

.socials a[aria-label="PayPal"] {
  --brand-color: #0070ba;
  --brand-glow: rgba(0, 112, 186, .74);
}

.socials a:hover::before {
  opacity: 1;
  transform: scale(1);
}

.socials a:nth-child(1) {
  animation-delay: .36s;
}

.socials a:nth-child(2) {
  animation-delay: .42s;
}

.socials a:nth-child(3) {
  animation-delay: .48s;
}

.socials a:nth-child(4) {
  animation-delay: .54s;
}

.socials a:nth-child(5) {
  animation-delay: .6s;
}

.socials a:nth-child(6) {
  animation-delay: .66s;
}

.socials a:nth-child(7) {
  animation-delay: .72s;
}

body.entered .socials a {
  animation-name: icon-pop;
  animation-duration: .72s;
  animation-timing-function: cubic-bezier(.16, .9, .24, 1.32);
  animation-fill-mode: both;
}

.socials svg {
  position: relative;
  width: 25px;
  height: 25px;
  display: block;
  fill: currentColor;
}

.volume {
  position: fixed;
  z-index: 5;
  top: 18px;
  left: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity .45s ease, transform .45s ease;
}

body.entered .volume {
  opacity: 1;
  transform: translateY(0);
}

.volume-button {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 247, 232, .16);
  border-radius: 12px;
  background: rgba(32, 13, 3, .26);
  color: var(--cream);
  box-shadow: 0 0 18px rgba(240, 138, 36, .16);
  backdrop-filter: blur(8px);
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.volume-button:hover {
  background: rgba(255, 211, 106, .12);
  box-shadow: 0 0 22px rgba(240, 138, 36, .24);
  transform: translateY(-1px);
}

.volume-button svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.volume-range {
  width: 106px;
  height: 4px;
  accent-color: var(--gold);
}

@keyframes pulse {
  0%,
  100% {
    opacity: .7;
  }
  50% {
    opacity: 1;
  }
}

@keyframes scan {
  to {
    transform: translateY(12px);
  }
}

@keyframes rotate-ring {
  to {
    transform: rotate(360deg);
  }
}

@keyframes wordmark-spin-in {
  0% {
    opacity: 0;
    transform: rotateX(88deg) rotateY(-34deg) rotateZ(-15deg) scale(.66);
    filter: drop-shadow(0 0 4px rgba(255, 247, 232, .22)) drop-shadow(0 0 18px rgba(240, 138, 36, .34));
  }
  58% {
    opacity: 1;
    transform: rotateX(-9deg) rotateY(8deg) rotateZ(2deg) scale(1.08);
    filter: drop-shadow(0 0 16px rgba(255, 247, 232, .72)) drop-shadow(0 0 44px rgba(240, 138, 36, .86));
  }
  100% {
    opacity: 1;
    transform: rotateX(0) rotateY(0) rotateZ(0) scale(1);
    filter: drop-shadow(0 0 10px rgba(255, 247, 232, .5)) drop-shadow(0 0 34px rgba(240, 138, 36, .72));
  }
}

@keyframes wordmark-idle {
  0%,
  100% {
    transform: translateY(0) rotateX(0) rotateY(0) rotateZ(0) scale(1);
  }
  45% {
    transform: translateY(-7px) rotateX(2deg) rotateY(-3deg) rotateZ(.5deg) scale(1.012);
  }
  70% {
    transform: translateY(2px) rotateX(-1deg) rotateY(2deg) rotateZ(-.35deg) scale(1.004);
  }
}

@keyframes outline-draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes sheen-trace {
  0% {
    opacity: 0;
    stroke-dashoffset: 760;
  }
  18%,
  48% {
    opacity: .86;
  }
  72%,
  100% {
    opacity: 0;
    stroke-dashoffset: -120;
  }
}

@keyframes liquid-body {
  0%,
  100% {
    transform: translateY(0) scaleY(1);
  }
  50% {
    transform: translateY(-7px) scaleY(1.08);
  }
}

@keyframes wave-slide {
  from {
    transform: translateX(-66px) translateY(9px) scaleX(1.08) skewX(-5deg);
  }
  to {
    transform: translateX(42px) translateY(-13px) scaleX(1.14) skewX(4deg);
  }
}

@keyframes wave-slide-reverse {
  from {
    transform: translateX(54px) translateY(12px) scaleX(1.1) skewX(4deg);
  }
  to {
    transform: translateX(-50px) translateY(-11px) scaleX(1.16) skewX(-4deg);
  }
}

@keyframes shine-drift {
  0%,
  100% {
    transform: translateX(-44px) translateY(0);
    opacity: .38;
  }
  48% {
    transform: translateX(38px) translateY(16px);
    opacity: .68;
  }
}

@keyframes bubble-rise {
  0%,
  100% {
    transform: translateY(16px) scale(.72);
    opacity: .2;
  }
  48% {
    transform: translateY(-18px) scale(1);
    opacity: .72;
  }
}

@keyframes icon-pop {
  0% {
    opacity: 0;
    transform: translateY(16px) rotate(-16deg) scale(.55);
  }
  65% {
    opacity: 1;
    transform: translateY(-4px) rotate(4deg) scale(1.16);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotate(0) scale(1);
  }
}

@keyframes sunlight {
  from {
    transform: translateX(-7%) translateY(-2%);
  }
  to {
    transform: translateX(4%) translateY(2%);
  }
}

@keyframes aura-breathe {
  0%,
  100% {
    opacity: .82;
    transform: scale(.98);
  }
  50% {
    opacity: 1;
    transform: scale(1.04);
  }
}

@media (max-width: 620px) {
  body {
    overflow: auto;
  }

  .background-video {
    filter: sepia(.36) saturate(1.18) contrast(1.04) brightness(.78);
  }

  .fx-canvas {
    opacity: .22;
  }

  .profile-shell {
    min-height: 100svh;
    padding: 72px 14px 76px;
  }

  .profile-card {
    width: min(42rem, calc(100vw - 28px));
    gap: 16px;
    padding: 20px 10px;
    transform: none;
  }

  .avatar {
    width: 102px;
  }

  .liquid-wordmark {
    width: min(430px, 96vw);
    margin: -4px 0 -8px;
  }

  .liquid-wordmark text {
    font-size: 148px;
    letter-spacing: 0;
  }

  .identity p {
    max-width: 320px;
    font-size: 17px;
    line-height: 1.35;
  }

  .socials {
    max-width: 340px;
    gap: 13px;
  }

  .socials a {
    width: 30px;
    height: 30px;
  }

  .socials svg {
    width: 22px;
    height: 22px;
  }

  .volume {
    top: 14px;
    left: 14px;
  }

  .volume-range {
    width: 84px;
  }

}
