*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body { background: #080A0F; overflow: hidden; min-height: 100vh; }

#cv { position: fixed; inset: 0; width: 100%; height: 100%; }

#replay {
  position: fixed;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  background: none;
  border: none;
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.2);
  cursor: pointer;
  text-transform: lowercase;
  transition: color 0.2s;
}
#replay:hover { color: rgba(255,255,255,0.55); }

#credit {
  position: fixed;
  bottom: 20px; right: 24px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: rgba(232,234,240,0.35);
  text-decoration: none;
  transition: color 0.2s;
}
#credit span { color: #7C5CFF; }
#credit:hover { color: rgba(232,234,240,0.75); }