.navbar {
  background: rgba(42, 0, 0, 0.9) !important;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 209, 255, 0.3);
  padding: 1rem 0;
}
.navbar .nav-item {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 2px;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
.navbar .nav-item:hover {
  color: #E504A1;
  text-shadow: 0 0 8px #E504A1;
}

.cyber-footer {
  border-top: 1px solid #E504A1;
  background: rgba(10, 0, 0, 0.9);
  position: relative;
  overflow: hidden;
}
.cyber-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #E504A1;
  box-shadow: 0 0 15px #E504A1;
}
.cyber-footer .footer-logo {
  font-weight: 800;
  letter-spacing: -1px;
  color: white;
}
.cyber-footer .social-icon {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  margin-left: 20px;
  padding: 5px 10px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
.cyber-footer .social-icon:hover {
  color: #00D1FF;
  border-color: #00D1FF;
  box-shadow: 0 0 10px rgba(0, 209, 255, 0.5);
  text-shadow: 0 0 5px #00D1FF;
}
.cyber-footer .footer-divider {
  border-color: rgba(229, 4, 161, 0.2);
  margin: 32px 0;
}
.cyber-footer .footer-contact a {
  color: #E504A1;
  text-decoration: none;
}
.cyber-footer .footer-contact a:hover {
  text-decoration: underline;
}
.cyber-footer .tracking-wider {
  letter-spacing: 3px;
  opacity: 0.6;
}

html, body {
  background-color: #2A0000 !important;
  background-image: linear-gradient(rgba(229, 4, 161, 0.3) 2px, transparent 2px), linear-gradient(to right, rgba(229, 4, 161, 0.3) 2px, transparent 2px) !important;
  background-size: 100px 100px !important;
  background-attachment: fixed !important;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  color: white !important;
  font-family: "Jersey 15", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.container, .container-fluid, .card {
  background-color: transparent !important;
}

.custom-card {
  background: rgba(0, 0, 0, 0.6) !important;
  border: 1px solid #E504A1 !important;
  box-shadow: 0 0 15px rgba(229, 4, 161, 0.5);
  border-radius: 10px;
  padding: 2rem;
  color: white;
}

.btn-pink {
  background-color: #E504A1 !important;
  color: rgb(255, 255, 255) !important;
  border: 2px solid #E504A1 !important;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 0 10px rgba(229, 4, 161, 0.5);
}
.btn-pink:hover {
  background-color: transparent !important;
  color: #E504A1 !important;
  box-shadow: 0 0 20px rgba(229, 4, 161, 0.8);
  transform: scale(1.05);
}

.btn-outline-white {
  background-color: rgba(255, 255, 255, 0.05) !important;
  color: white !important;
  border: 2px solid white !important;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.3s ease;
}
.btn-outline-white:hover {
  background-color: white !important;
  color: #00D1FF !important;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
  transform: scale(1.05);
}

.section-line {
  border-left: 5px solid #00D1FF;
  padding-left: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

section.container .custom-card {
  transition: all 0.4s cubic-bezier(0.2, 0.8, 0.3, 1.3);
  position: relative;
  overflow: hidden;
}
section.container .custom-card:hover {
  border-color: #00D1FF !important;
  box-shadow: 0 0 25px rgba(0, 209, 255, 0.4), inset 0 0 10px rgba(0, 209, 255, 0.2);
  transform: translateX(10px) scale(1.01);
}
section.container .custom-card:hover h3 {
  color: #00D1FF;
  transition: color 0.3s ease;
}
section.container .custom-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #00D1FF;
  transition: width 0.2s ease;
}
section.container .custom-card:hover::before {
  width: 4px;
}

.hero-wrapper {
  background-color: rgba(40, 40, 40, 0.2) !important;
  backdrop-filter: blur(8px);
  border-bottom: 2px solid rgba(0, 209, 255, 0.2);
}

.profile-card {
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid #00D1FF;
  padding: 25px;
  border-radius: 8px;
  max-width: 340px;
}

.small-profile-img {
  max-width: 180px !important;
  border: 1px solid #E504A1;
}

.frame-label {
  background: #E504A1;
  color: #fff;
  font-size: 0.7rem;
  font-family: monospace;
  display: inline-block;
  padding: 2px 8px;
  margin-top: -10px;
  position: relative;
  z-index: 2;
}

.stat-item {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}
.stat-item .stat-label {
  display: flex;
  justify-content: space-between;
  color: #00D1FF;
  font-family: "Courier New", monospace;
  font-size: 0.85rem;
  margin-bottom: 5px;
}

.stat-progress-bar {
  width: 100%;
  height: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid rgba(0, 209, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
}
.stat-progress-bar::-webkit-progress-bar {
  background: transparent;
}
.stat-progress-bar::-webkit-progress-value {
  background: linear-gradient(90deg, #E504A1, #00D1FF);
  box-shadow: 0 0 10px #00D1FF;
}
.stat-progress-bar::-moz-progress-bar {
  background: linear-gradient(90deg, #E504A1, #00D1FF);
}

h1 {
  font-size: 84px !important;
  color: greenyellow !important;
  display: block !important;
}

h2 {
  font-size: 48px !important;
}

h3 {
  font-size: 32px !important;
}

p {
  font-size: 24px !important;
}/*# sourceMappingURL=styles.css.map */