@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@700;800;900&display=swap');

body[data-profile="13058301"] #profile-page {
  font-family: "M PLUS Rounded 1c", sans-serif;
  background-image: linear-gradient(rgba(0,0,0,.75), rgba(0,0,0,.75)), url(https://i.imgur.com/ZL9NVx4.png);
  
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #ffffff !important;
  text-shadow: none !important;
}

body[data-profile="13058301"] #profile-page h3, body[data-profile="13058301"] #profile-page h4 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-shadow: none !important;
}

body[data-profile="13058301"] #profile-header {
  border-bottom: 1px solid rgba(255,255,255,0.14);
  background: rgba(0,0,0,0.35);
}

body[data-profile="13058301"] .panel {
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.05));
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 14px;
  box-shadow: 0 14px 40px rgba(0,0,0,0.6);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: 0.25s ease;
}

body[data-profile="13058301"] .panel.panel-stats {
  font-size: 10pt;
}

body[data-profile="13058301"] .panel:hover {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,0.24);
  box-shadow: 0 18px 55px rgba(0,0,0,0.75);
}

body[data-profile="13058301"] .panel .panel-heading {
  background-color: rgba(0,0,0,0.35);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px 14px 0 0;
}

body[data-profile="13058301"] .panel .panel-heading .panel-title {
  text-shadow: 0 0 6px rgba(255,255,255,0.1);
  letter-spacing: .06em;
}

.z13058301 a, .username-header .z13058301 {
  font-weight: 900;
  text-shadow: 0 0 8px rgba(255,255,255,0.12);
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.username-header .z13058301 {
  animation: username-colourswitch 10s infinite;
  text-shadow: 0 0 6px #FFFFFFFF;
}

.z13058301, body[data-profile="13058301"] {
	--username-color0: #FFFFFF;
	--username-color1: #000000;
}

.z13058301 a {
	animation: username-colourswitch 10s infinite;
}

.username-header .z13058301 {
	animation: username-colourswitch 10s infinite;
}