    /* Cursor Styles */
    body, html, textarea {
      cursor: url("https://pwnedby1400.neocities.org/images/Normal-Select.png"), crosshair;
      margin: 0;
      padding: 0;
    }
    
    a, .interactive {
      cursor: url("https://pwnedby1400.neocities.org/images/Link-Select.png"), pointer;
    }
    
    a:hover {
      cursor: url("https://pwnedby1400.neocities.org/images/Link-Select.png"), pointer;
    }
    
    .help-cursor {
      cursor: url("https://pwnedby1400.neocities.org/images/Help-Select.png"), help;
    }

    body {
    background: #070246 url('https://pwnedby1400.neocities.org/testing/profile-2011/background.jpg') no-repeat center top;
    background-size: 100% 100%;
    font-family: Verdana, sans-serif;
    min-width: 900px;
    position: relative; 
}

    a {
      color: #52b1ff;
      text-decoration: none;
    }

    a:hover {
      text-decoration: underline;
    }

    #Header {
      width: 900px;
      margin: 0 auto;
      padding-top: 0;
    }

    #Banner {
      height: 225px;
      overflow: hidden;
    }

    .header-image {
      width: 100%;
      height: auto;
      display: block;
    }

    .Navigation {
      width: 900px;
      height: 30px;
      background: url('https://pwnedby1400.neocities.org/testing/profile-2011/blue-nav.png') repeat-x;
      line-height: 30px;
    }

    .Navigation ul {
      list-style: none;
      margin: 0;
      padding: 0;
      text-align: center;
    }

    .Navigation li {
      display: inline-block;
    }

    .Navigation a {
      color: #fff;
      font-weight: bold;
      padding: 0 15px;
      text-decoration: none;
      display: inline-block;
    }

    .Navigation a:hover {
      background-color: rgba(255, 255, 255, 0.2);
    }

#MainBackground {
    position: absolute;
    top: 220px;
    left: 50%;
    transform: translateX(-50%);
    width: 900px;
    bottom: 0;
    background: url('https://pwnedby1400.neocities.org/testing/profile-2011/content-background.png');
    background-repeat: repeat;
    background-size: auto;     
    background-position: top center;
    z-index: -1;
}

#MainContainer {
    width: 900px;
    margin: 0 auto;
    position: relative;
    padding-top: 0;
    padding-bottom: 20px;
    min-height: calc(100vh - 220px);
}

    #CatalogContainer {
      margin-top: 10px;
    }

    #CharacterSelection {
    background: #454a4d;
    margin: 0 15px 15px; 
}

    #CharacterSelection .CatalogBoxHeader {
      display: block;
      background: url('https://pwnedby1400.neocities.org/testing/profile-2011/grey-nav.png') repeat-x;
      height: 33px;
      line-height: 33px;
      padding-left: 10px;
      font-weight: bold;
      font-size: 20px;
      color: #e8e6e3;
    }

    .CharacterGrid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
      gap: 15px;
      padding: 15px;
    }

.CharacterOption {
  background-color: #35393b;
  text-align: center;
  cursor: url("https://pwnedby1400.neocities.org/images/Help-Select.png"), help;
  padding-bottom: 10px;
  transition: all 0.3s ease; 
}

.CharacterOption:hover {
  transform: translateY(-5px); 
}

.CharacterOption.selected {
  background-color: #2a2d2f;
}

.CharacterOption img {
  width: 120px;
  height: 120px;
  object-fit: cover; 
  object-position: center; 
}

.CharacterOption p {
  padding: 8px;
  margin: 0;
  color: #e8e6e3;
  font-size: 14px;
}

    .CatalogBox {
    background: #454a4d;
    margin: 0 15px 15px;
    position: relative;
    overflow: hidden;
    display: none;
    box-sizing: border-box;
}

.CatalogBox.active {
    display: block;
}

.CatalogBoxHeader {
    display: block;
    background: url('https://pwnedby1400.neocities.org/testing/profile-2011/grey-nav.png') repeat-x;
    height: 33px;
    line-height: 33px;
    padding-left: 25px;
    font-weight: bold;
    font-size: 20px;
    color: #e8e6e3;
    position: relative;
    z-index: 1;
}

.CatalogBoxContent {
    padding: 15px 25px; 
    background: #454a4d;
    position: relative;
    z-index: 0;
    margin-top: 0;
    clear: both;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
}

.SkinItem {
    background: #35393b;
    padding: 10px;
    text-align: center;
    transition: transform 0.2s ease;
}

.SkinItem:hover {
    transform: translateY(-5px);
    cursor: url("https://pwnedby1400.neocities.org/images/Help-Select.png"), help;
}

.SkinItem img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin: 0 auto 8px;
    display: block;
}

.SkinItem .SkinName {
    color: #e8e6e3;
    font-size: 13px;
    margin: 0;
}

.SkinItem .SkinPrice {
    color: #ff6b6b;
    font-weight: bold;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.SkinItem .SkinPrice::before {
    content: "";
    display: inline-block;
    width: 16px; 
    height: 16px;
    background-image: url(https://pwnedby1400.neocities.org/images/points.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
}

#SkinDetails {
    display: none;
    width: calc(100% - 30px); 
    max-width: 900px;
    background: #454a4d;
    padding: 15px 25px; 
    margin: 15px 15px 0; 
    box-sizing: border-box;
}

#SkinDetails.active {
    display: flex; 
    align-items: flex-start; 
    gap: 20px; 
}

#SkinDetails img {
    width: 300px;
    height: 300px;
    object-fit: contain;
    flex-shrink: 0;
    border: 6px solid #35393b;
}

#SkinDetails .SkinMainDescription {
    color: #e8e6e3;
    margin-bottom: 10px;
}


#SkinDetails .SkinCredits {
    color: #b0b0b0;
    font-size: 12px;
    margin-bottom: 15px;
}


#SkinDetails h3 {
    color: #e8e6e3;
    margin-top: 0;
    font-size: 24px; 
    margin-bottom: 15px;
}

#SkinDetails .SkinPrice {
    color: #ff6b6b;
    font-weight: bold;
    font-size: 18px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

#SkinDetails .SkinPrice::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("https://pwnedby1400.neocities.org/images/points.png");
    background-size: contain;
    background-repeat: no-repeat;
}

#SkinDetails .SkinImages {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

#SkinDetails .SkinImages img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 3px solid #35393b;
}

.skin-music-player {
    background-color: #000000;
    border: 2px solid #3a3a3a;
    border-radius: 5px;
    padding: 10px;
    margin-top: 15px;
    font-family: Verdana, sans-serif;
    color: white;
    font-size: 0.9em;
}

.skin-track-info {
    margin-bottom: 8px;
    font-size: 14px;
}

.skin-audio-player {
    width: 100%;
    margin-bottom: 8px;
}

.skin-track {
    padding: 4px 8px;
    font-size: 12px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    transition: all 0.2s ease;
}

.skin-track:hover {
    background-color: rgba(255,255,255,0.1);
}

.skin-track.playing {
    font-weight: bold;
    color: #52b1ff;
}