/* MySpace Profile CSS - Retro Space Theme */
body {
  background: #1a0630 url('https://www.spritersresource.com/pc_computer/yumenikki/sheet/109261/') fixed !important;
  background-size: cover !important;
  color: #e0d0ff !important;
  font-family: 'Courier New', monospace !important;
  cursor: url('https://cur.cursors-4u.net/games/gam-4/gam396.cur'), auto !important;
}

/* Main layout tables */
table, td, tr {
  background: transparent !important;
  border: none !important;
}

/* Profile container */
#container, .maintable {
  background: rgba(45, 0, 75, 0.85) !important;
  border: 1px solid #b56cfe !important;
  box-shadow: 0 0 15px #8a2be2 !important;
  animation: floaty 6s ease-in-out infinite alternate !important;
}

/* Profile sections */
.module, table table {
  background: rgba(70, 0, 110, 0.6) !important;
  border: 1px solid #c18cfe !important;
  border-radius: 8px !important;
  margin-bottom: 15px !important;
  box-shadow: 0 0 10px rgba(178, 102, 255, 0.4) !important;
  animation: floaty 8s ease-in-out infinite alternate !important;
}

/* Headers */
h2, h3, h4, .header, .title {
  color: #f0e6ff !important;
  text-shadow: 0 0 8px #d9b3ff, 0 0 16px #b174ff !important;
  border-bottom: 1px dashed #b56cfe !important;
  background: rgba(92, 0, 153, 0.4) !important;
  padding: 3px !important;
  font-weight: bold !important;
}

h2:after {
  content: " ✧" !important;
  animation: twinkle 2s infinite !important;
}

/* Links */
a:link, a:visited {
  color: #d4a8ff !important;
  text-decoration: none !important;
  font-weight: bold !important;
  transition: all 0.3s ease !important;
}

a:hover {
  color: #ffffff !important;
  text-shadow: 0 0 10px #e6ccff, 0 0 20px #ba7eff !important;
  letter-spacing: 1px !important;
}

/* Text elements */
.text, .blacktext12, li, p, td {
  color: #f0e6ff !important;
  font-family: 'Courier New', monospace !important;
}

/* Buttons & inputs */
input, button, .contacttable input {
  background: #4b0082 !important;
  color: #e6d4ff !important;
  border: 1px solid #9370db !important;
  border-radius: 4px !important;
  box-shadow: 0 0 5px #aa66ff !important;
  font-family: 'Courier New', monospace !important;
  padding: 3px !important;
}

/* Decorative elements */
.module:before {
  content: "✦✦✦" !important;
  display: block !important;
  text-align: center !important;
  color: #d7b5ff !important;
  font-size: 24px !important;
  letter-spacing: 10px !important;
  padding: 5px 0 !important;
  opacity: 0.5 !important;
  animation: twinkle 4s infinite !important;
}

/* Music player */
#musicplayer, .music {
  background: rgba(53, 0, 88, 0.8) !important;
  border: 1px solid #9b72cb !important;
  box-shadow: 0 0 15px #b175ff !important;
  padding: 8px !important;
  border-radius: 8px !important;
}

/* CRT overlay effect */
body:after {
  content: "" !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: url('https://www.spritersresource.com/pc_computer/yumenikki/sheet/109261/') !important;
  opacity: 0.025 !important;
  pointer-events: none !important;
  z-index: 9999 !important;
}

/* Scrollbars (Webkit only) */
::-webkit-scrollbar {
  width: 8px !important;
}

::-webkit-scrollbar-thumb {
  background-color: #6c2b93 !important;
  border-radius: 10px !important;
}

::-webkit-scrollbar-track {
  background: #1a0630 !important;
}

/* Animations */
@keyframes floaty {
  0% { transform: translateY(0px); }
  100% { transform: translateY(5px); }
}

@keyframes twinkle {
  0% { opacity: 0.2; }
  50% { opacity: 1; }
  100% { opacity: 0.2; }
}


.comments table, .comments td {
  background: rgba(70, 0, 110, 0.4) !important;
  border-radius: 8px !important;
}