:root{
        --bg: hwb(0 0% 100%);
        --fg: #fff;
        --muted: rgba(147, 147, 147, 0.7);
        --glass: rgba(255,255,255,.06);
        --accent: #ffffff;
        --glow: 0 0 10px var(--accent), 0 0 25px var(--accent);
    --font-sans: 'Inter', 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Gothic, sans-serif;
    --font-heading: 'Inter', 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Gothic, sans-serif;
      }
@font-face {
    font-family: 'Tisk';
    src: url('https://file.garden/aN0Uo2YmaWI-OmAY/Tisk.ttf') format('truetype');
    font-weight: 300 900;
    font-style: normal;
    font-display: swap;
  }
      [data-theme="light"]{
        --bg:#686666; --fg:#ffffff; --muted:#3b3b3b; --glass: rgba(255, 111, 111, 0.06); --accent:#000000;
      }

body, a, button, div, span, img {
  cursor: none !important;
}

.cursor {
  position: fixed;
  width: 32px;
  height: 32px;
  background-image: url('https://file.garden/aN0Uo2YmaWI-OmAY/cursorplsoriginal.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: transform 0.08s ease;
  z-index: 999;
}
.star-particle {
  position: fixed;
  width: 3px;
  height: 3px;
  background: #ffffff;
  border-radius: 50%;
  pointer-events: none;
  z-index: 998;
  opacity: 1;
  box-shadow: 
    0 0 6px rgba(255,255,255,1),
    0 0 12px rgba(255,255,255,0.8),
    0 0 18px rgba(255,255,255,0.6);
  animation: starFall 2s ease-out forwards;
}

.star-particle.large {
  width: 4px;
  height: 4px;
  box-shadow: 
    0 0 8px rgba(255,255,255,1),
    0 0 16px rgba(255,255,255,0.9),
    0 0 24px rgba(255,255,255,0.7);
}

.star-particle.medium {
  width: 2px;
  height: 2px;
  box-shadow: 
    0 0 4px rgba(255,255,255,1),
    0 0 8px rgba(255,255,255,0.8);
}

.star-particle.small {
  width: 1px;
  height: 1px;
  box-shadow: 
    0 0 3px rgba(255,255,255,1),
    0 0 6px rgba(255,255,255,0.9);
}
.star-particle::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 1px;
  background: rgba(255,255,255,0.8);
  transform: translate(-50%, -50%) rotate(0deg);
  animation: twinkle 0.5s ease-in-out infinite alternate;
}

.star-particle::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 1px;
  background: rgba(255,255,255,0.8);
  transform: translate(-50%, -50%) rotate(90deg);
  animation: twinkle 0.5s ease-in-out infinite alternate-reverse;
}

@keyframes starFall {
  0% {
    opacity: 1;
    transform: translateY(0px) scale(1);
  }
  20% {
    opacity: 1;
    transform: translateY(10px) scale(1.1);
  }
  100% {
    opacity: 0;
    transform: translateY(80px) scale(0.3);
  }
}

@keyframes twinkle {
  0% { opacity: 0.6; }
  100% { opacity: 1; }
}


*{box-sizing:border-box}
html,body{height:100%}
body {
  margin: 0;
  height: 100svh;
  font-family: var(--font-sans);
  background: var(--bg);
  color: var(--fg);
  overflow: hidden;
  display: grid;
  place-items: center;
}
#bgCanvas, #vizCanvas{position:fixed; inset:0; width:100%; height:100%; z-index:-2; display:block;}
#vizCanvas{ z-index:0; pointer-events:none;}

#intro{
  position: fixed; inset:0; display:grid; place-items:center;
  background: radial-gradient(1000px 600px at 50% -10%, rgba(158,252,255,0.15), transparent 50%),
              radial-gradient(800px 400px at 80% 110%, rgba(158,252,255,0.1), transparent 50%),
              rgba(0,0,0,0.85);
  backdrop-filter: blur(2px); z-index:10; transition: opacity .6s ease;
  opacity: 0;
  pointer-events: none;
}
#gif-bg {
position: fixed;
inset: 0;
z-index: -3;
overflow: hidden;
}

#bgVideo {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
opacity: 0.6;
pointer-events: none;
filter: blur(10px);
}
#intro.hidden{opacity:0; pointer-events:none}
.intro-card{
  background: var(--glass); border: 1px solid rgba(255,255,255,.12);
  padding:22px 26px; border-radius:16px; text-align:center; box-shadow:0 10px 40px rgba(0,0,0,.4);
}
.intro-btn{ margin-top:12px; padding:10px 16px; border-radius:12px; border:1px solid rgba(255,255,255,.2);
  background: transparent; color:var(--fg); font-weight:600; cursor:pointer }
.intro-btn:hover{ box-shadow: var(--glow) }
#main{ display:flex; flex-direction:column; align-items:center; text-align:center; gap:18px; z-index:1; opacity:0; pointer-events:none; transition:opacity 1s ease;}
#main.show{opacity:1; pointer-events:auto;}
.profile-wrap{position:relative;}
.pfp{width:160px; height:160px; border-radius:50%; border:2px solid var(--fg); box-shadow:0 0 25px rgba(255,255,255,.15), inset 0 0 12px rgba(255,255,255,.12); animation:halo 5s ease-in-out infinite;}

.ring{position:absolute; inset:-8px; border-radius:50%; pointer-events:none; filter: blur(6px);
  background: conic-gradient(from 0deg, transparent 0 40%, var(--accent) 50%, transparent 60% 100%); animation: spin 8s linear infinite; opacity:.6}


@keyframes spin{to{transform:rotate(360deg)}}
@keyframes halo{0%,100%{box-shadow:0 0 18px rgba(255,255,255,.18)}50%{box-shadow:0 0 34px rgba(255,255,255,.35)}}
.username {
font-size:clamp(24px, 4.4vw, 34px); 
font-weight:800; 
letter-spacing:0.4px; 
line-height:1; 
margin:0; 
display:flex;
flex-direction: column;
align-items: center;
position:relative;
}
.username{ 
  font-family: 'Gothic', var(--font-heading); 
  position: relative;
  cursor: pointer;
}

.username .gradient {
  display: inline-block;
  padding: 0 80px;
  font-family: 'Gothic Ultra OT', var(--font-heading), sans-serif;
  position: relative;
  color: #2a2a2a;
  text-shadow: 0 0 8px rgba(0,0,0,0.3);
  opacity: 100;
  cursor: pointer !important;
  overflow: hidden;
  background: none;
  transition: opacity 0.4s ease, transform 0.4s ease;

}

.status-panel {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px;
  padding: 12px 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0.0, 0.2, 1);
  box-shadow: 
    0 8px 32px rgba(0,0,0,0.3),
    inset 0 1px 0 rgba(255,255,255,0.1);
  white-space: nowrap;
  z-index: 10;
}


.status-content {
  font-size: 14px;
  color: rgba(255,255,255,0.9);
  font-family: 'Gothic', var(--font-heading);
  font-weight: 500;
  text-shadow: 0 0 8px rgba(255,255,255,0.3);
}

.username:hover .gradient {
  opacity: 0;
  transform: scale(0.95);
}

.username:hover .status-panel {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1.02);
}


.username .gradient::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, 
    rgba(180,180,180,0) 0%, 
    rgba(220,220,220,0.8) 15%, 
    rgba(160,160,160,0.9) 30%, 
    rgba(200,200,200,1) 50%, 
    rgba(140,140,140,0.9) 70%, 
    rgba(200,200,200,0.7) 85%, 
    rgba(180,180,180,0) 100%);
  background-size: 150% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: smokeFlow 3s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}

.alt-container {
  margin-top: -5px;
  text-align: center;
  width: 100%;
  position: relative;
}

.alt{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #ffffff;
  font-family: 'Tisk', var(--font-heading);
  font-size: clamp(24px, 5.2vw, 42px);
  font-weight:700;
  letter-spacing:0.6px;
  white-space: nowrap; 
  text-shadow:
    0 0 6px rgba(255,255,255,0.9),
    0 0 20px rgba(160,140,255,0.95),
    0 8px 30px rgba(20,10,60,0.65);
  -webkit-text-stroke: 0px transparent;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  pointer-events: auto;
}

.alt::after{
  content: '';
  position: absolute;
  top: 0;
  left: 50%; 
  width: 12%;
  height: 80%;
  pointer-events: none;
  transform: translateX(-50%) skewX(-12deg) translateX(-120%);
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.95) 50%, rgba(255,255,255,0) 100%);
  mix-blend-mode: screen;
  opacity: 1;
  transform-origin: center;
  animation: altShine 4.2s ease-in-out 120ms infinite;
}

.alt .word{
  display: inline-block;
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: opacity 220ms ease, transform 220ms ease;
  text-shadow: inherit;
}
.alt .w1{ animation: wordReveal 4.2s ease-in-out -720ms infinite; }
.alt .w2{ animation: wordReveal 4.2s ease-in-out 120ms infinite; }
.alt .w3{ animation: wordReveal 4.2s ease-in-out 960ms infinite; }

@keyframes wordReveal{
  0%{ opacity: 0; transform: translateY(0) scale(0.96) }
  30%{ opacity: 0.8; transform: translateY(-2px) scale(1.06) }
  50%{ opacity: 1; transform: translateY(-4px) scale(1.18) }
  70%{ opacity: 0.8; transform: translateY(-2px) scale(1.06) }
  100%{ opacity: 0; transform: translateY(0) scale(0.96) }
}

.username .alt::after{
  content: '';
  position: absolute;
  top: 0;
  left: 50%; 
  width: 12%;
  height: 80%;
  pointer-events: none;
  transform: translateX(-50%) skewX(-12deg) translateX(-120%);
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.95) 50%, rgba(255,255,255,0) 100%);
  mix-blend-mode: screen;
  opacity: 0;
  transform-origin: center;
}

.username:hover .alt::after{
  opacity: 1;
  animation: altShine 4.2s ease-in-out 120ms infinite;
}

@keyframes altShine{
  0%{ transform: translateX(-50%) skewX(-12deg) translateX(-120%); opacity: 0 }
  20%{ opacity: 0.6 }
  50%{ transform: translateX(-50%) skewX(-12deg) translateX(0); opacity: 1 }
  80%{ opacity: 0.6 }
  100%{ transform: translateX(-50%) skewX(-12deg) translateX(120%); opacity: 0 }
}

@keyframes altReveal{
  0%{ opacity: 0; transform: translateX(-6px) scale(0.96) }
  35%{ opacity: 0.75; transform: translateX(-2px) scale(1.04) }
  50%{ opacity: 1; transform: translateX(0) scale(1.18) }
  65%{ opacity: 0.75; transform: translateX(2px) scale(1.04) }
  100%{ opacity: 0; transform: translateX(6px) scale(0.96) }
}

@keyframes shimmer{
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}

@keyframes smoky{
  0%{
    text-shadow: 0 2px 8px rgba(0,0,0,0.5), 0 10px 30px rgba(0,0,0,0.45), 0 0 18px rgba(150,150,150,0.06);
    transform: translateY(0);
    opacity: 0.98;
  }
  100%{
    text-shadow: 0 3px 12px rgba(0,0,0,0.55), 0 14px 40px rgba(0,0,0,0.5), 0 0 28px rgba(150,150,150,0.12);
    transform: translateY(-2px);
    opacity: 1;
  }
}
@keyframes moveSide{
  0%{ background-position: 0% 50%, 0 0; }
  100%{ background-position: 0% 50%, -240px 0; }
}

@keyframes shimmerRainbow{
  0%{ background-position: 0% 50%; }
  50%{ background-position: 100% 50%; }
  100%{ background-position: 200% 50%; }
}

@keyframes smokeFlow {
  0% {
    background-position: -150% 0;
    opacity: 0.6;
  }
  20% {
    background-position: -75% 0;
    opacity: 0.9;
  }
  50% {
    background-position: 0% 0;
    opacity: 1;
  }
  80% {
    background-position: 75% 0;
    opacity: 0.9;
  }
  100% {
    background-position: 150% 0;
    opacity: 0.6;
  }
}
.status{font-size:16px;opacity:.85; min-height:18px; height:18px; line-height:18px; overflow:hidden; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, 'Gothic', monospace;}
.socials{display:flex; gap:16px;}
.socials a{width:36px; height:36px; display:grid; place-items:center; color:var(--fg); text-decoration:none; transition: transform 0.3s ease, filter 0.3s ease; background:none; border:none; filter: drop-shadow(0 0 8px rgba(255,255,255,0.6)) drop-shadow(0 0 16px rgba(255,255,255,0.4));}
.socials a:hover{ transform: scale(1.3); filter: drop-shadow(0 0 12px rgba(255,255,255,0.9)) drop-shadow(0 0 24px rgba(255,255,255,0.7)); }
.socials a i, .socials a img{background:none !important; border:none !important; filter:none; background-color:transparent !important; box-shadow:none !important;}
.socials a img{filter:invert(1) !important;}
.music{ width:320px; background: rgba(255,255,255,0.05); padding:16px; border-radius:16px; backdrop-filter:blur(10px); border:1px solid rgba(255,255,255,0.1); user-select:none; position:relative; box-shadow: 0 8px 32px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.1); }
.music-top{ display:flex; align-items:center;  justify-content: space-between; gap:12px }
.cover{ width:48px; height:48px; border-radius:8px; object-fit:cover }
.music-info{ flex:1;  }
.music-controls { display: flex; gap: 6px; align-items: center; }
.music-controls .btn { cursor: pointer; font-size: 18px; user-select: none; }
.title{ font-size:14px; font-weight:700 }
.artist{ font-size:11px; opacity:.75 }
.title, .artist { font-family: var(--font-heading); }
.btn{ cursor:pointer; font-size:20px }
.bar{ margin-top:8px; width:100%; height:6px; background: rgba(255,255,255,0.18); border-radius:4px; overflow:hidden; position:relative }
.bar .fill{ height:100%; width:0; background: var(--fg); }
.ctrls{ display:flex; justify-content:space-between; align-items:center; font-size:11px; margin-top:6px; opacity:.9; gap:8px }
.ctrls .group{ display:flex; align-items:center; gap:8px }
.vol{ appearance:none; width:80px; height:5px; border-radius:4px; background: rgba(255,255,255,.2); outline:none }
.vol::-webkit-slider-thumb{ appearance:none; width:12px; height:12px; border-radius:50%; background: var(--fg); cursor:pointer }
.row{ display:flex; justify-content:space-between; align-items:center; gap:8px; margin:8px 0 }
.select, .toggle{ padding:8px 10px; border-radius:10px; border:1px solid rgba(255,255,255,.16); background:transparent; color:var(--fg) }
#view-counter{ position:fixed; bottom:20px; right:20px; background:var(--glass); padding:10px 14px; border-radius:12px; color:var(--fg); font-size:14px; border:1px solid rgba(255,255,255,.14); z-index:2 }
.toast{ position:fixed; top:16px; left:50%; transform:translateX(-50%); background:var(--glass); border:1px solid rgba(192, 192, 192, 0.14); padding:10px 14px; border-radius:12px; font-size:13px; display:none; z-index:4 }
.toast.show{ display:block; animation: fade 2s ease forwards }
@keyframes fade{ 0%{opacity:0} 10%{opacity:1} 90%{opacity:1} 100%{opacity:0} }
.hidden{display:none}
.kbd{ font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; background: rgba(255,255,255,.1); padding:2px 6px; border-radius:6px; font-size:12 }

.bg-toggle {
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  background: var(--glass);
  padding: 8px 12px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.14);
  z-index: 5;
  gap: 10px;
}

.toggle-label {
  font-size: 14px;
  color: var(--fg);
}

.toggle-switch {
  position: relative;
  width: 46px;
  height: 24px;
}

.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-switch label {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  transition: .4s;
  border-radius: 34px;
  border: 1px solid rgba(255,255,255,0.2);
}

.toggle-switch label:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 2px;
  background-color: #000000;
  border: 1px solid #ffffff;
  transition: .4s;
  border-radius: 50%;
}

.toggle-switch input:checked + label {
  background-color: #ffffff;
}

.toggle-switch input:checked + label:before {
  transform: translateX(22px);
  background-color: #000000;
}

#gif-bg {
  transition: opacity 1s ease;
}
.pfp { transition: transform 0.3s ease; cursor: pointer; }
.pfp.zoomed { transform: scale(1.1); }

#avatarPanel {
position: fixed;
inset: 0;
background: rgba(0,0,0,0.8);
display: flex;
align-items: center;
justify-content: center;
z-index: 20;
opacity: 0;
pointer-events: none;
transition: opacity 0.3s ease;
}
#avatarPanel.show {
  opacity: 1;
  pointer-events: auto;
}
#avatarPanel img {
  width: 500px;
  max-width: 90%;
  max-height: 90%;
  border-radius: 0;
  object-fit: cover;
  box-shadow: 0 18px 60px rgba(0,0,0,0.6), 0 6px 20px rgba(0,0,0,0.4);
}
@media (max-width: 768px) {
  body {
    padding: 10px;
  }
  
  #main {
    gap: 12px;
    padding: 0 15px;
  }
  
  .pfp {
    width: 120px;
    height: 120px;
  }
  
  .username {
    font-size: clamp(24px, 4.4vw, 60px);
  }
  
  .alt {
    font-size: clamp(16px, 4vw, 30px);
  }
  
  .status-panel {
    padding: 8px 16px;
    border-radius: 10px;
  }
  
  .status-content {
    font-size: 12px;
  }
  
  .socials {
    gap: 12px;
  }
  
  .socials a {
    width: 32px;
    height: 32px;
  }
  
  .music {
    width: 95%;
    max-width: 300px;
    padding: 12px;
    border-radius: 12px;
  }
  
  .cover {
    width: 40px;
    height: 40px;
    border-radius: 6px;
  }
  
  .title {
    font-size: 12px;
  }
  
  .artist {
    font-size: 10px;
  }
  
  .music-controls .btn {
    font-size: 16px;
  }
  
  .vol {
    width: 60px;
  }
  
  .ctrls {
    font-size: 10px;
    gap: 6px;
  }
  
  #view-counter {
    bottom: 10px;
    right: 10px;
    padding: 8px 12px;
    font-size: 12px;
  }
  
  .bg-toggle {
    bottom: 10px;
    left: 10px;
    padding: 6px 10px;
  }
  
  .toggle-label {
    font-size: 12px;
  }
  
  .loading-text {
    font-size: 24px;
    letter-spacing: 2px;
  }
  
  .loading-logo img {
    width: 60px;
    height: 60px;
  }
  
  .loading-bar {
    width: 150px;
  }
}

@media (max-width: 480px) {
  #main {
    gap: 10px;
    padding: 0 10px;
  }
  
  .pfp {
    width: 100px;
    height: 100px;
  }
  
  .username {
    font-size: clamp(60px, 1.8vw, 44px);
  }
  
  .alt {
    font-size: clamp(14px, 3.5vw, 26px);
  }
  
  .music {
    width: 98%;
    padding: 10px;
  }
  
  .cover {
    width: 36px;
    height: 36px;
  }
  
  .music-top {
    gap: 8px;
  }
  
  .music-controls {
    gap: 4px;
  }
  
  .music-controls .btn {
    font-size: 14px;
  }
  
  .socials {
    gap: 10px;
  }
  
  .socials a {
    width: 28px;
    height: 28px;
  }
  
  .loading-text {
    font-size: 20px;
    letter-spacing: 1px;
  }
  
  .loading-logo img {
    width: 50px;
    height: 50px;
  }
}


@media (hover: none) and (pointer: coarse) {
  .username:hover .gradient {
    opacity: 1;
    transform: scale(1);
  }
  
  .username:hover .status-panel {
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%);
  }
  
  .username:active .gradient {
    opacity: 0;
    transform: scale(0.95);
  }
  
  .username:active .status-panel {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1.02);
  }
  
  .socials a:hover {
    transform: scale(1.1);
  }
  
  .pfp:hover {
    transform: scale(1.05);
  }
}
#avatarPanel .close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 28px;
  color: white;
  cursor: pointer;
  font-weight: bold;
}
.pfp {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.pfp:hover {
  transform: scale(1.15);
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.4); 
}

.avatar-frame {
  position: absolute;
  inset: -10px; 
  border-radius: 50%;
  pointer-events: none;
  z-index: 2;
  
  background: radial-gradient(circle at center, transparent 60%, rgba(255,255,255,0.06) 64%, rgba(255,255,255,0.03) 68%, transparent 74%);
  box-shadow: 0 0 20px rgba(255,255,255,0.04), inset 0 0 10px rgba(0,0,0,0.18);
  -webkit-mask-image: none;
  mask-image: none;
}

.avatar-deco {
  position: absolute;
  inset: -6px;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border-radius: 50%;
  pointer-events: none;
  z-index: 3;
  display: none;
  object-fit: contain;
  filter: drop-shadow(0 6px 18px rgba(0,0,0,0.45));
}

.avatar-deco-svg {
  position: absolute;
  inset: -6px;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  pointer-events: none;
  z-index: 3;
  display: none;
}

.laser-visualizer {
  margin-top: 12px;
  padding: 8px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.laser-canvas {
  width: 100%;
  height: 40px;
  display: block;
  background: transparent;
}


#hoverText {
  position: absolute;
  top: -50px; 
  left: 50%;
  transform: translateX(-50%);
  background: var(--glass);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 12px;
  border-radius: 10px;
  font-size: 13px;
  color: var(--fg);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  white-space: nowrap;
}

.profile-wrap:hover #hoverText {
  opacity: 1;
  transform: translateX(-50%) translateY(-4px);
}

#intro {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  background: var(--bg);
  z-index: 10;
  opacity: 0;
  pointer-events: auto;
  transition: opacity 1s ease;
}

#intro.show {
  opacity: 1; 
}

#intro.hide {
  opacity: 0; 
  pointer-events: none;
  cursor: url('https://file.garden/aN0Uo2YmaWI-OmAY/102-1027597_middle-finger-cursor-png-transparent-png-removebg-preview.png'), auto;
}

.intro-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.intro-logo {
  max-width: 200px;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 1.5s ease, transform 1.5s ease;
}

#intro.show .intro-logo {
  opacity: 1;
  transform: scale(1);
}

.press-enter {
  font-size: 16px;
  color: var(--fg);
  opacity: 0.7;
  animation: pulse 1.5s infinite alternate;
}

@keyframes pulse {
  from { opacity: 0.5; }
  to { opacity: 1; }
}

.snow-circle {
  position: absolute; 
  top: -20px;
  border-radius: 50%;
  background: white;
  opacity: 0.85;
  pointer-events: none;
  z-index: 0; 
  box-shadow: 0 0 8px 2px #fff8;
  animation-name: snow-fall;
  animation-timing-function: linear;
}

@keyframes snow-fall {
  to { transform: translateY(110vh); opacity: 0.7; }
}
.username {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.alt {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;         
  margin-top: 6px;    
}

.word {
  font-size: 1.2em;
  letter-spacing: 1px;
}

.alt {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  left: 0;
  transform: translateX(0);
  gap: 8px;
}


.w1 {
  position: static;
}


.w2 {
  position: static;
  font-family: var(--font-sans) !important;
  font-size: 0.5em;
}


.w3 {
  position: static;
}


.rev-red {
  color: #ff4444;
}

