@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@400;600;700;900&family=Rajdhani:wght@400;600;700&family=Oxanium:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;700&family=Roboto:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

:root {
    --primary5: #00E5FF;
    --primary6: #E0E0E0;
    --primary-dark: #0099ff;
    --primary-light: rgba(0, 229, 255, 0.2);
    --accent: #a742f5;
    --bg-dark: rgba(8, 8, 30, 0.95);
    --bg-darker: #030410;
    --bg-card: #000000;
    --text: #FFFFFF;
    --text-secondary: #9edfff;
    --primary2: #7c3aed;
    --primary: #ffec3c;
    --text-tertiary: rgb(19, 19, 4);

      --default-gradient: linear-gradient(135deg, 
                        #0a0a0a 0%, 
                        #1a0a1a 25%, 
                        #0a1a1a 50%, 
                        #1a1a0a 75%, 
                        #0a0a0a 100%);

  --junior-gradient: linear-gradient(135deg, #0a0a0a 0%, #331a00 25%, #4d2600 50%, #331100 75%, #0a0a0a 100%); 
  --high-school-gradient: linear-gradient(135deg, #0a0a0a 0%, #003333 25%, #004d4d 50%, #002d33 75%, #0a0a0a 100%); 
  --college-gradient: linear-gradient(135deg, #0a0a0a 0%, #330033 25%, #4d004d 50%, #330033 75%, #0a0a0a 100%);
}
  
  
  body {
  /* background-color: black; */
  /* background: linear-gradient(135deg, #000a0f 0%, #001a2e 40%, #0a1a2e 80%, #000000 100%);  color: var(--text); */
  background: var(--primary);
  font-family: 'Inter', sans-serif;
  min-height: 100vh;
  overflow-x: hidden;
  /* display: flex;
  flex-direction: column; ← Add this line */
}

.header {
      display: flex;
      justify-content: space-between;
      background-color: var(--primary);
      backdrop-filter: blur(10px);
      position: sticky;
      top: 0;
    }

.pngLogo {
  width: 110px;
  height: 100px;
}
.pngLogoLogin {
  margin-top: 50px;
  width: 110px;
  height: 100px;
}

.logo h1 {
    font-family: 'Inter', sans-serif;
    color: var(--primary);
    margin: 0 0 0 10px;
    font-size: 2rem;
    text-shadow: 0 0 10px rgba(0, 229, 255, 0.5);
    letter-spacing: 2px;
}


.nav-links {
  position: sticky;
    display: flex;
    gap: 20px;
}

.nav-links a {
    color: black;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    /* font-weight: bolder; */
    /* letter-spacing: 1px; */
    padding: 5px 10px;
    border-radius: 5px;
    transition: all 0.3s ease;
    
    margin-right: 10px;
}

.nav-links a:hover {
    background: rgba(0, 229, 255, 0.2);
    text-shadow: 0 0 5px var(--primary);
}

.formLogo {
    font-size: 2rem;
    font-weight: 700;
    color: black;
    font-family: 'Inter', sans-serif;
    letter-spacing: -0.1em;
    /* Add these centering properties: */
    text-align: center;
    width: 100%;
    margin: 0 auto 20px auto;
    display: block;
}


footer {
  background-color: #ffec3c; /* Yellow background to match your theme */
  text-align: center;
  padding: 20px 0;
}

footer p {
  margin: 0;
  color: black; /* Dark text for contrast against yellow */
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  
}

.logo {
    font-size: 2rem;
    font-weight: 800;
    color: var(--primary);
    font-family: 'Inter', sans-serif;
    letter-spacing: -0.1em;
}

.dashboard-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-bottom: 40px;
            background-color: var(--bg-dark);
        }

        .logo-placeholder {
            width: 120px;
            height: 40px;
            background: rgba(0, 0, 0, 0.5);
            border-radius: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #666;
            font-size: 0.8rem;
        }

/* Header Option 2: Solid Ocean */
        .header-2 {
            background: linear-gradient(135deg, #001a2e 0%, #0a1a2e 50%, #000a0f 100%);
            border-bottom: 2px solid var(--primary5);
            margin-bottom: 40px;
        }

        .header-2 .logo {
            color: var(--primary5);
            text-decoration: none;
        }

        .header-2 .nav-links a {
            color: var(--primary5);
            text-decoration: none;
            font-family: 'Orbitron', sans-serif;
            font-size: 1rem;
            font-weight: 600;
            letter-spacing: 1px;
            padding: 10px 20px;
            border-radius: 8px;
            transition: all 0.3s ease;
            border: 1px solid rgba(0, 229, 255, 0.3);
        }

        .header-2 h1{
          color: var(--primary5);
            text-decoration: none;
            font-family: 'Inter', sans-serif;
            font-weight: bold;
            font-size: 1.8rem;
            letter-spacing: 1px;
        }

        .header-2 p{
          color: var(--primary5);
            text-decoration: none;
            font-family: 'Inter', sans-serif;
            font-size: .8rem;
            letter-spacing: 1px;
        }

        .header-2 .nav-links a:hover {
            background: var(--primary5);
            color: #000000;
            box-shadow: 0 4px 15px rgba(0, 229, 255, 0.4);
        }
        .nav-links {
            display: flex;
            gap: 20px;
            align-items: center;
        }

.main-content {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
    
    padding: 0 20px 40px;
}

.top-section {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .top-section {
    flex-direction: column;
    }
}



    /* Flippable card container */
    .card-container {
    perspective: 1500px;
    width: 400px;
    height: 580px;
    margin: 0 auto;
    cursor: pointer;
}

/* Verified badge */
.verified-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #00d4ff;
  color: #0f1419;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  z-index: 10;
}

.verified-badge.hidden {
  display: none;
}

.claim-card-btn {
  border: none;
      font-size: 16px;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.3s ease;
      display: flex;
      align-items: center;
      gap: 10px;
}

.claim-card-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(76, 175, 80, 0.4);
}

.claim-card-btn.hidden {
  display: none;
}
.share-btn.hidden {
    display: none !important;
}

.card-front {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start; /* or center if you want full centering */
  padding: 30px 20px;
  box-sizing: border-box;
  transform: rotateY(0deg) translateZ(1px);
  -webkit-transform: rotateY(0deg) translateZ(1px);
}

/* Card flip */
.player-card {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    box-shadow: 0 0 30px black;
    border-radius: 12px;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    position: relative;
}




.player-card.flipped {
  transform: rotateY(180deg);
}


/* Card sides */
.card-front, .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    padding: 25px;
    box-sizing: border-box;
    border: 1px solid black;
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.card-front *, .card-back * {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}


.card-back { 
    transform: rotateY(180deg) translateZ(1px);
    -webkit-transform: rotateY(180deg) translateZ(1px);
}

/* Account type specific backgrounds */
.player-card.junior .card-front,
.player-card.junior .card-back {
    background: var(--junior-gradient);
    background-size: 200% 200%;
    animation: hologram 4s ease-in-out infinite;
}

.player-card.varsity .card-front,
.player-card.varsity .card-back {
    background: var(--varsity-gradient);
    background-size: 200% 200%;
    animation: hologram 4s ease-in-out infinite;
}

.player-card.college .card-front,
.player-card.college .card-back {
    background: var(--college-gradient);
    background-size: 200% 200%;
    animation: hologram 4s ease-in-out infinite;
}

/* Default glow effect */
.card-front::before, .card-back::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    /* background: var(--default-gradient); Default gradient */
    z-index: -1;
    border-radius: 14px;
    opacity: 0.7;
    filter: blur(6px);
}

.player-card.junior .card-front,
.player-card.junior .card-back {
    background: linear-gradient(135deg, #0a0a0a 0%, #331a00 25%, #4d2600 50%, #331100 75%, #0a0a0a 100%) !important;
    background-size: 200% 200% !important;
    animation: hologram 4s ease-in-out infinite !important;
}

.player-card.varsity .card-front,
.player-card.varsity .card-back {
    background: linear-gradient(135deg, #0a0a0a 0%, #003333 25%, #004d4d 50%, #002d33 75%, #0a0a0a 100%) !important;
    background-size: 200% 200% !important;
    animation: hologram 4s ease-in-out infinite !important;
}

.player-card.college .card-front,
.player-card.college .card-back {
    background: linear-gradient(135deg, #0a0a0a 0%, #330033 25%, #4d004d 50%, #330033 75%, #0a0a0a 100%) !important;
    background-size: 200% 200% !important;
    animation: hologram 4s ease-in-out infinite !important;
}

.player-card.pro .card-front,
.player-card.pro .card-back {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 25%, #0f3460 50%, #533483 75%, #1a1a2e 100%) !important;
    background-size: 200% 200% !important;
    animation: hologram 4s ease-in-out infinite !important;
}

.player-card.elite .card-front,
.player-card.elite .card-back {
    background: linear-gradient(135deg, #2d1b69 0%, #11998e 25%, #38ef7d 50%, #11998e 75%, #2d1b69 100%) !important;
    background-size: 200% 200% !important;
    animation: hologram 4s ease-in-out infinite !important;
}

.player-card.legend .card-front,
.player-card.legend .card-back {
    background: linear-gradient(135deg, #434343 0%, #000000 25%, #1e3c72 50%, #2a5298 75%, #434343 100%) !important;
    background-size: 200% 200% !important;
    animation: hologram 4s ease-in-out infinite !important;
}

.player-card.hardwood .card-front,
.player-card.hardwood .card-back {
    background: 
        linear-gradient(90deg, transparent 49%, rgba(255, 239, 195, 0.1) 50%, transparent 51%),
        linear-gradient(0deg, transparent 49%, rgba(255, 239, 195, 0.1) 50%, transparent 51%),
        linear-gradient(45deg, #8B4513 25%, #A0522D 25%, #A0522D 50%, #8B4513 50%, #8B4513 75%, #A0522D 75%) !important;
    background-size: 40px 40px, 40px 40px, 20px 20px !important;
    animation: none !important;
}

.player-card.carbon .card-front,
.player-card.carbon .card-back {
    background: 
        radial-gradient(circle at 25% 25%, #333 2px, transparent 2px),
        radial-gradient(circle at 75% 75%, #444 1px, transparent 1px),
        linear-gradient(45deg, #1a1a1a 25%, #2a2a2a 25%, #2a2a2a 50%, #1a1a1a 50%, #1a1a1a 75%, #2a2a2a 75%) !important;
    background-size: 4px 4px, 4px 4px, 8px 8px !important;
    animation: none !important;
}

.player-card.retro .card-front,
.player-card.retro .card-back {
    background: 
        linear-gradient(45deg, #FF6B35 0%, #F7931E 25%, #FFD23F 50%, #F7931E 75%, #FF6B35 100%),
        repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(0,0,0,0.1) 2px, rgba(0,0,0,0.1) 4px) !important;
    background-size: 100% 100%, 20px 20px !important;
    animation: retroGlow 3s ease-in-out infinite alternate !important;
}

.player-card.court .card-front,
.player-card.court .card-back {
    background: 
        linear-gradient(90deg, #8B4513 0%, #A0522D 50%, #8B4513 100%),
        repeating-linear-gradient(0deg, transparent 0px, transparent 19px, rgba(255,255,255,0.1) 19px, rgba(255,255,255,0.1) 21px),
        repeating-linear-gradient(90deg, transparent 0px, transparent 39px, rgba(255,255,255,0.1) 39px, rgba(255,255,255,0.1) 41px) !important;
    background-size: 100% 100%, 100% 100%, 100% 100% !important;
    border: 3px solid rgba(255, 255, 255, 0.3) !important;
    animation: none !important;
}

.player-card.neon .card-front,
.player-card.neon .card-back {
    background: 
        radial-gradient(circle at 20% 80%, rgba(255, 0, 150, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(0, 255, 255, 0.3) 0%, transparent 50%),
        linear-gradient(135deg, #0a0a0a 0%, #1a0a2e 50%, #0a0a0a 100%) !important;
    background-size: 100% 100% !important;
    box-shadow: 
        inset 0 0 20px rgba(255, 0, 150, 0.2),
        inset 0 0 40px rgba(0, 255, 255, 0.1),
        0 0 30px rgba(255, 239, 195, 0.3) !important;
    animation: neonPulse 2s ease-in-out infinite alternate !important;
}

@keyframes retroGlow {
    0% { filter: brightness(1) saturate(1); }
    100% { filter: brightness(1.2) saturate(1.3); }
}

@keyframes neonPulse {
    0% { box-shadow: inset 0 0 20px rgba(255, 0, 150, 0.2), inset 0 0 40px rgba(0, 255, 255, 0.1), 0 0 30px rgba(255, 239, 195, 0.3); }
    100% { box-shadow: inset 0 0 30px rgba(255, 0, 150, 0.4), inset 0 0 60px rgba(0, 255, 255, 0.2), 0 0 50px rgba(255, 239, 195, 0.5); }
}

    @keyframes float {
        0%, 100% { transform: translateY(0px) rotate(0deg); }
        50% { transform: translateY(-10px) rotate(180deg); }
    }

    @keyframes hologram {
        0%, 100% { background-position: 0% 0%; }
        50% { background-position: 100% 100%; }
    }

    @keyframes darkEnergy {
        0%, 100% { background-position: 0% 50%; }
        50% { background-position: 100% 50%; }
    }


/* Flip indicator */
.flip-indicator {
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 0.8rem;
    color: var(--primary);
    font-style: italic;
    display: flex;
    align-items: center;
}

.flip-icon {
    width: 16px;
    height: 16px;
    margin-left: 5px;
    fill: rgba(0, 229, 255, 0.6);
}

.player-info {
    position: relative;
    /* margin-bottom: 10px; */
    text-align: center;
    border-bottom: var(--primary);
    border-bottom: 1px;
    
}

.player-name {
  text-align: center;
  text-shadow: 0 0 20px #00d4ff;
  color: var(--primary);
  margin: 5px 0 15px 0 ;
  padding: 0;
  line-height: 1;

}

/* Player name styling */
.player-name h2 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  line-height: 0.9; /* Very tight */
}

.player-style {
  text-align: center;
  text-shadow: 0 0 20px #00d4ff;
  color: var(--primary);
  
  padding-bottom: 20px;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin: 0;

}

.player-position {
    color: var(--primary);
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

.player-essentials {
    color: var(--primary);
    font-size: 1rem;
    letter-spacing: 1px;
    margin: 0;
}

.cardLogo {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-weight: 700;
    color: var(--primary);
    font-family: 'Inter', sans-serif;
    letter-spacing: -0.1em;
    font-size: 25px;
    z-index: 10;
    pointer-events: none;
}
/* stats */

.projected-level {
  text-align: center;
  background: rgba(0, 212, 255, 0.1);
  border: 1px solid #00d4ff;
  padding: 5px;
  border-radius: 5px;
    margin-bottom: 10px;

}

.level-title {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--primary);
    margin-top: 2px;
      margin-bottom: 10px;


}

.level-value {
  font-size: 18px;
  font-weight: 700;
  text-shadow: 0 0 10px #00d4ff;
  color: var(--primary);
    margin-bottom: 10px;

}

.level-value::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--primary), transparent);
    border-radius: 1px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 6px 6px;
  background: black;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.stats-title {
  grid-column: 1 / -1;
  color: var(--primary);
  font-size: 1.1rem;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
  text-align: center;
  font-weight: 600;
  border-bottom: 2px solid rgba(0, 229, 255, 0.3);
  padding-bottom: 2px;
  text-transform: uppercase;
  /* Remove underline and use border instead */
  text-decoration: none;
}

.stat-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: rgba(0, 229, 255, 0.05);
  border-radius: 6px;
  padding: 5px 9px;
  transition: all 0.2s ease;
}

.stat-item:hover {
  background: rgba(0, 229, 255, 0.1);
  transform: translateY(-2px);
}

.stat-label {
  font-size: 0.8rem;
  color: rgba(158, 223, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.stat-value {
  font-weight: bold;
  font-size: 1.1rem;
  color: var(--text);
  letter-spacing: 0.5px;
  text-shadow: 0 0 10px var(--primary);
}

/* Add styles for stat categories if needed */
.stat-category {
  grid-column: 1 / -1;
  color: yellow;
  font-size: 0.9rem;
  margin-top: 10px;
  margin-bottom: 5px;
  opacity: 0.9;
  letter-spacing: 0.5px;
}

/* Make shooting percentages stand out */
.shooting-stat .stat-value {
  color: #00ffcc;
}

.charts-section {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .charts-section {
    flex-direction: column;
    }
}

/* Academic section */
.academic-info {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
  border-top: 1px solid rgba(0, 229, 255, 0.3);
  padding-top: 5px;
  width: 100%;
}

.academic-title {
  font-size: 0.9rem;
  color: lightyellow;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 6px;
  font-weight: 600;
  text-align: center;
}

.academic-grid {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}

.academic-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(0, 229, 255, 0.05);
  border-radius: 8px;
  padding: 5px 5px;
  transition: all 0.2s ease;
}

.academic-item:hover {
  background: rgba(0, 229, 255, 0.1);
  transform: translateY(-2px);
}

.academic-label {
  font-size: 0.7rem;
  color: lightyellow;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  opacity: 0.8;
}

/* Reduce font size for contact info values */
.academic-value {
  font-size: 1.1rem;
  color: #ffffff;
  font-weight: 600;
  display: block;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 229, 255, 0.5);
}

/* Specific styling for contact info */
.academic-value a {
  font-size: 0.8rem; /* Smaller than the 1.1rem for numbers */
  font-weight: 500; /* Slightly lighter weight */
  color: var(--primary);
  text-decoration: none;
  word-break: break-all; /* Helps with long email addresses */
  line-height: 1.2;
}

.academic-value a:hover {
  text-decoration: underline;
  opacity: 0.8;
}
.contact-value a {
  font-size: 0.75rem;
  font-weight: 400;
}

/* Player comparison section styling */
/* Position the chart-container-card to be relative for positioning */
/* .chart-container-card {
    position: relative;
    width: 100%;
    height: 100%; 
    display: flex;
    flex-direction: column;
    padding-top: 20px;
  } */
  
  /* Position the projected level at the top */

  .comparison-content {
  width: 100%;
  text-align: center;
  margin: 10px 0 5px 0;
}

.comparison-intro {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--primary);
}

.comparison-list {
  font-size: 16px;
  color: var(--primary);
  opacity: 0.8;
}


  
  .chart-container-card {
  width: 100%;
  /* margin-bottom: 15px; */
}

  /* .chart-container-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
} */

/* Mobile-specific fix for when card is flipped */
@media (max-width: 768px) {
    .player-card.flipped .chart-container-card {
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transform: rotateY(180deg) !important;
        -webkit-transform: rotateY(180deg) !important;
    }
    
    .player-card:not(.flipped) .chart-container-card {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: rotateY(0deg) !important;
        -webkit-transform: rotateY(0deg) !important;
    }

    .player-card.flipped .player-image-container {
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transform: rotateY(180deg) !important;
        -webkit-transform: rotateY(180deg) !important;
    }
    
    .player-card:not(.flipped) .player-image-container {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: rotateY(0deg) !important;
        -webkit-transform: rotateY(0deg) !important;
    }

    .player-card.flipped .comparison-content {
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transform: rotateY(180deg) !important;
        -webkit-transform: rotateY(180deg) !important;
    }
    
    .player-card:not(.flipped) .comparison-content {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: rotateY(0deg) !important;
        -webkit-transform: rotateY(0deg) !important;
    }
    .player-card.flipped .verified-badge {
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transform: rotateY(180deg) !important;
        -webkit-transform: rotateY(180deg) !important;
    }
    
    .player-card:not(.flipped) .verified-badge {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: rotateY(0deg) !important;
        -webkit-transform: rotateY(0deg) !important;
    }

    .player-card {
        transform-origin:center;
        max-width: 600px;
        margin: 0 auto;
    }
    
    /* Adjust container to account for scaled content */
    .main-content {
        padding-top: 20px;
    }
    
    /* Scale down the entire card container */
    .card-container {
        transform: scale(0.75);
        transform-origin: center;
        margin-top: 0;
        margin-bottom: -20%;
        max-width: 450px; /* Constrain the actual card width */
        margin-left: auto;
        margin-right: auto;
    }

    /* Header and other mobile fixes */
    .header-content2 .pngLogo {
        width: 55px;
        height: 50px;
    }
    
    .hero h2 {
        font-size: 2.5rem;
    }
    
    .hero-image {
        width: 40%;
        height: 40%;
        max-width: 250px;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .footer-content {
        flex-direction: column;
        gap: 20px;
    }
}
    .school-info {
    font-family: 'Inter', sans-serif;
    font-size: 1rem; /* Slightly smaller */
    font-weight: bolder;
    color: var(--primary);
    padding: 5px 8px; /* Reduced padding */
    /* letter-spacing: 1px; */
    transition: all 0.3s ease;
    margin-bottom: 0;
    border-bottom: 1px solid var(--primary);
  }




.info-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 15px;
  padding-left: 4px;
  /* background: linear-gradient(90deg, rgba(0, 229, 255, 0.05), rgba(0, 229, 255, 0.15)); */
  background: black;
  border-bottom: 1px solid var(--primary);
  border-radius: 0 8px 8px 0;
  transition: all 0.3s ease;
}

.info-section:hover {
  /* background: linear-gradient(90deg, rgba(0, 229, 255, 0.1), rgba(0, 229, 255, 0.25)); */
  transform: translateX(5px);
  background: black;
}

.info-label {
  font-family: 'Titillium Web', sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 1px;
  justify-content: space-between;
  padding-right: 4px;
}

.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  column-gap: 40px;
  width: 100%;
  margin-bottom: 20px;
}

.info-valueShimmer,
.info-value {
  background: rgba(0, 212, 255, 0.1);
  border: 1px solid black;
  padding: 8px;
  text-align: center;
  font-size: 12px;
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  color: var(--primary);
  font-weight: 600;
}

 .accolade-grid {
  display: grid;
  gap: 8px;
  padding: 2px 2px;
  margin: 8px 0;
}


.info-value-accolade {
  font-family: 'Titillium Web', sans-serif;
  font-size: 0.7rem;
  /* font-weight: bold; */
  color: var(--primary);
}

.info-valueShimmer::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    animation: shimmerSlide 2s ease-in-out infinite;
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes shimmerSlide {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

.height-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 3px 5x;
}

.chart-container {
    background: rgba(8, 8, 30, 0.7);
    padding: 20px;
    flex: 1;
    position: relative;
    margin-bottom: 5px;
    
}

.chart-title {
    font-family: 'Inter', sans-serif;
    margin-top: 0;
    color: var(--primary);
    font-size: 1.1rem;
    letter-spacing: 0.8px;
    margin-bottom: 15px;
}

.back-btn {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    text-align: center;
    background: linear-gradient(90deg, var(--primary5), #0099ff);
    color: #050715;
    border: none;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 20px;
    font-family: 'Inter', sans-serif;
    letter-spacing: 1px;
    z-index: 100;
}

.back-btn:hover {
    background: linear-gradient(90deg, #0099ff, #a742f5);
}

/* Styling for the player playstyle tag cloud */
.playstyle-tags {
    margin-top: 20px;
}

.tag {
    display: inline-block;
    background: rgba(0, 229, 255, 0.15);
    color: var(--primary);
    padding: 5px 10px;
    margin: 3px;
    border-radius: 15px;
    font-size: 0.8rem;
}


/* Settings section */
.settings-section {
    background: rgba(0, 0, 0, 0.8);
    padding: 25px;
    margin-top: 10px;
    margin-bottom: -20px; /* Negative margin to cover the gap */
}

.settings-header {
    margin-bottom: 20px;
}

.settings-title {
    font-family: 'Inter', sans-serif;
    margin: 0;
    color: var(--primary);
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.settings-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

.setting-btn {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 236, 60, 0.3);
    border-radius: 8px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: left;
}

.setting-btn:hover {
    background: rgba(255, 236, 60, 0.1);
    border-color: var(--primary);
    transform: translateY(-2px);
}

.setting-icon {
    font-size: 1.5rem;
    width: 40px;
    text-align: center;
}

.setting-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.setting-label {
    color: var(--primary);
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
}

.setting-desc {
    color: #a0a0a0;
    font-size: 0.8rem;
}

/* Upload Modal */

.upload-form-group {
    margin-bottom: 20px;
}

.upload-form-group label {
    display: block;
    margin-bottom: 8px;
    color: var(--primary);
    font-size: 0.9rem;
}

.upload-form-group input[type="text"] {
    width: 100%;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.1);

    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    color: white;
    font-size: 0.9rem;
    transition: border 0.3s ease, box-shadow 0.3s ease;
}

.upload-form-group input[type="text"]:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 8px rgba(0, 229, 255, 0.5);
}

.file-upload-container {
    border: 2px dashed rgba(0, 229, 255, 0.5);
    border-radius: 8px;
    padding: 25px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.file-upload-container:hover {
    border-color: var(--primary);
    background: rgba(0, 229, 255, 0.1);
}

.file-upload-icon {
    width: 40px;
    height: 40px;
    fill: var(--primary);
    margin-bottom: 10px;
}

.file-upload-text {
    color: #9edfff;
    margin-bottom: 5px;
}

.file-upload-sub {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8rem;
}

.file-input {
    display: none;
}

.upload-submit-btn {
    width: 100%;
    padding: 12px;
    background: linear-gradient(90deg, var(--primary), #0099ff);
    color: #050715;
    border: none;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: 'Inter', sans-serif;
}

.upload-submit-btn:hover {
    background: linear-gradient(90deg, #0099ff, #a742f5);
    transform: translateY(-2px);
    box-shadow: 0 0 15px rgba(0, 229, 255, 0.5);
}





.player-image-container {
  width: 150px;
  height: 150px;
  background: rgba(0, 212, 255, 0.1);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  filter: drop-shadow(0 0 0 2px #00d4ff);
}

.player-image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.player-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}


.player-image-container.has-custom-image .player-image {
  display: block;
}

.player-image-container.has-custom-image .player-image-placeholder {
  display: none;
}

  html {
    scroll-behavior: smooth;
}


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



.container {
  /* max-width: 1400px; */
  margin: 0 auto;
}

/* Header */

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px;
  /* background: var(--primary); */
}

.header-content2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px;
  background: var(--primary);
}


.cta-button {
  background: black;
  color: var(--primary);
  border: none;
  font-size: 0.9rem;
  border-radius: 5px;
  cursor: pointer;
  padding: 8px 16px;
  font-family: 'Inter', sans-serif;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.cta-button:hover {
  background: linear-gradient(90deg, var(--primary-dark), var(--accent));
  transform: translateY(-2px);
  box-shadow: 0 0 15px rgba(0, 229, 255, 0.5);
}

/* Hero Section */
.hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0;
  position: relative;
}

.hero-content {
  max-width: 600px;
  position: relative;
  z-index: 1;
  
  /* Add these lines: */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center; /* Centers the text content */
}

.hero h2 {
  font-family: 'Inter', sans-serif;
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: -.1em;
  margin-bottom: 80px;
  /* background: linear-gradient(90deg, var(--primary), var(--accent)); */
  color: var(--text-tertiary);

  line-height: 1.2;
}


.hero p {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  padding-top: 100px;
  margin-bottom: 30px;
  color: var(--text-tertiary);
  line-height: 1.6;
}

.hero-image {
   width: 35%;
  height: 35%; 
  position: relative;
}


.hero-backdrop {
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: radial-gradient(circle at center, rgba(255, 255, 0, 0.15) 0%, rgba(20, 10, 35, 0.95) 50%, var(--bg-dark) 100%); */
    /* background-color: var(--bg-dark); */
  /* background: linear-gradient(135deg, #000a0f 0%, #001a2e 40%, #0a1a2e 80%, #000000 100%); ocean*/
  background: var(--primary);
  top: 0;
  left: 0;
  z-index: 0;
  /* animation: pulse 4s infinite alternate; */
}

@keyframes pulse {
  0% {
    opacity: 0.5;
    transform: scale(0.95);
  }
  100% {
    opacity: 0.8;
    transform: scale(1.05);
  }
}

.forgot-password {
            color: var(--primary);
            text-decoration: none;
            font-size: 0.9rem;
            font-weight: 500;
            padding-top: 20px;
            transition: color 0.3s ease;
        }

        .forgot-password:hover {
            color: var(--primary-dark);
            text-decoration: underline;
        }

/* Login/Signup */
.auth-section {
  padding: 150px 50px;
  position: relative;
  background: var(--primary);
}

.auth-section h2 {
  font-family: 'Inter', sans-serif;
  color: black;
  text-align: center;
  margin-bottom: 40px;
  font-size: 2rem;
}

.auth-cards {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.auth-card {
/* background: linear-gradient(135deg, #000a0f 0%, #001a2e 40%, #0a1a2e 80%, #000000 100%);  border-radius: 12px; */
background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #141410 100%); border-radius: 12px;
  padding: 30px;
  margin: 25px;
  width: 280px;
  
  border: 1px solid rgba(0, 229, 255, 0.3);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.auth-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px black;
}

.auth-card::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #141410 100%);  z-index: -1;
  box-shadow: 0 0 40px var(--primary);
  border-radius: 14px;
  opacity: 0.7;
  filter: blur(6px);
}

.auth-card h3 {
  font-family: 'Inter', 'sans-serif';
  color: var(--primary);
  margin-bottom: 15px;
  font-size: 1.3rem;
  text-align: center;
}

.auth-card p {
  color: var(--primary);
  margin-bottom: 25px;
  font-size: 0.9rem;
  text-align: center;
  line-height: 1.5;
  font-family: 'Inter', 'sans-serif';
}

.auth-card-icon {
  text-align: center;
  margin-bottom: 20px;
}

.auth-card-icon svg {
  width: 60px;
  height: 60px;
}

.auth-card .cta-button {
  width: 100%;
  text-align: center;
  color: var(--primary);
}

/* Features Section */
.features {
  padding: 80px 0;
  position: relative;
}

.features h2 {
  font-family: 'Inter', sans-serif;
  color: var(--primary);
  text-align: center;
  margin-bottom: 60px;
  font-size: 2rem;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}

.feature {
  background: var(--bg-card);
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 0 20px rgba(0, 229, 255, 0.1);
  border: 1px solid rgba(0, 229, 255, 0.2);
  transition: transform 0.3s ease;
}

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

.feature-icon {
  color: var(--primary);
  font-size: 2.5rem;
  margin-bottom: 20px;
  text-align: center;
}

.feature h3 {
  font-family: 'Inter', sans-serif;
  color: var(--primary);
  margin-bottom: 15px;
  font-size: 1.2rem;
  text-align: center;
}

.feature p {
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.5;
}

/* Footer */


.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-logo {
  display: flex;
  align-items: center;
}

.footer-logo h2 {
  font-family: 'Inter', sans-serif;
  color: var(--primary);
  margin-left: 10px;
  font-size: 1.5rem;
}

.footer-links {
  display: flex;
  gap: 20px;
}

.footer-links a {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: var(--primary);
}

.copyright {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  color: var(--text-secondary);
  font-size: 0.8rem;
}



.form-divider {
            display: flex;
            align-items: center;
            margin: 30px 0;
        }

        .form-divider::before,
        .form-divider::after {
            content: '';
            flex: 1;
            height: 1px;
            background: rgba(255, 255, 255, 0.2);
        }

        .form-divider span {
            padding: 0 20px;
            color: #a0a0a0;
            font-size: 0.9rem;
        }

        .signup-link {
            text-align: center;
            color: #a0a0a0;
            font-size: 0.9rem;
        }

        .signup-link a {
            color: var(--primary);
            text-decoration: none;
            font-weight: 600;
            transition: color 0.3s ease;
        }

        .signup-link a:hover {
            color: var(--primary);
            text-decoration: underline;
        }

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-family: 'Inter' sans-serif;
  color: var(--primary);
  letter-spacing: 0.2px;
  font-size: .9rem;
}

.form-group input {
  background: rgba(255, 255, 255, 0.1);

  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: #ffffff;
  font-size: 1rem;
  font-family: 'Inter', sans-serif;
  transition: all 0.3s ease;
}

.form-group input:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 8px rgba(0, 229, 255, 0.5);
}

.form-group p {
    color: var(--text);
    font-family: 'Inter', sans-serif;
    font-style: italic;
  }

.form-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.form-actions .cta-button {
  padding: 10px 20px;
}

.form-actions a {
  color: var(--text-secondary);
  font-size: 0.8rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

.form-actions a:hover {
  color: var(--primary);
}



/* Responsive */
@media (max-width: 1024px) {
  .hero {
    flex-direction: column;
    text-align: center;
  }
  
  .hero-content {
    max-width: 100%;
    margin-bottom: 50px;
  }
  

}

@media (max-width: 768px) {
  .header-content {
    flex-direction: column;
  }

  .nav-links a {
    font-size: .7rem;
    margin-right: 5px;
    letter-spacing: .8px;
  }

  .header-content2 .pngLogo {
    width: 55px;
    height: 50px;
  }
  
  .hero h2 {
    font-size: 2.5rem;
  }
  
  .hero-image {
    width: 40%;
    height: 40%;
    max-width: 250px;
  }
  
  .features-grid {
    grid-template-columns: 1fr;
  }
  
  .footer-content {
    flex-direction: column;
    gap: 20px;
  }

  .player-card {
    max-width: 600px;  }
}


.form-container {
  background: black;
  padding: 25px;
  max-width: 600px;
  margin: 20px auto;
  border-radius: 12px;
  box-shadow: 0 0 20px var(--primary);
  border: 1px solid var(--primary);
  position: relative;
}

.form-container::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 70%, #2a2416 100%);
  z-index: -1;
  border-radius: 14px;
  opacity: 0.7;
  filter: blur(6px);
}

.form-container h2 {
  text-align: center;
  color: var(--primary);
  margin-bottom: 5px;
  font-family: 'Inter', sans-serif;
  letter-spacing: 1px;
}


.form-header {
  border-bottom: 1px solid var(--primary);
  margin-bottom: 20px;
  padding-bottom: 10px;
}


/* label {
  display: block;
  font-weight: bold;
  color: var(--primary);
  margin-bottom: 5px;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
} */

input {
  width: 100%;
  padding: 10px;
  margin-top: 4px;
  box-sizing: border-box;
  background: rgba(8, 8, 30, 0.8);
  border: 1px solid rgba(0, 229, 255, 0.3);
  border-radius: 5px;
  color: white;
  font-size: 16px;
  transition: all 0.3s ease;
}

input:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 5px rgba(0, 229, 255, 0.5);
}


.full-width {
  grid-column: span 2;
}

.stats-header {
  grid-column: span 2;
  margin: 15px 0 5px;
  color: var(--primary);
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 229, 255, 0.3);
  padding-bottom: 5px;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0.8px;
}

.login-button {
  width: 100%;
  padding: 12px;
  background: #ffec3c;  
  border: none;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 15px;
  font-weight: bold;
  letter-spacing: 1.2px;
  font-family: 'Inter', sans-serif;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  
}

/* button::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -60%;
  width: 20%;
  height: 200%;
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(30deg);
  transition: all 0.6s ease;
} */


/* 
button:hover {
  background: linear-gradient(90deg, #0099ff, #a742f5);
  transform: translateY(-2px);
  box-shadow: 0 0 15px rgba(0, 229, 255, 0.5);
} */

h4 {
  color: var(--primary);
  text-align: center;
  margin-top: 0;
  font-weight: normal;
  font-style: italic;
  font-size: 0.9rem;
}

.error {
  color: #ff6b6b;
  font-size: 12px;
  margin-top: 5px;
  display: none;
}

.basketball-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  display: block;
  position: relative;
}

.hexagon-chart {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  opacity: 0.6;
}

.optional-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.optional-tag {
  color: #9edfff;
  font-size: 0.7rem;
  font-style: italic;
  font-weight: normal;
}

.password-requirements {
  color: #9edfff;
  font-size: 0.75rem;
  margin-top: 5px;
  font-style: italic;
}

.navigation-link {
  text-align: center;
  margin-top: 30px;
  font-size: 0.9rem;
}



/* Tabs for form sections */
.tabs {
  display: flex;
  border-bottom: 1px solid var(--primary);
  margin-bottom: 20px;
}

.tab-button {
  background: none;
  border: none;
  color: var(--primary);
  padding: 10px 20px;
  margin: 0;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  position: relative;
  width: auto;
  letter-spacing: 1px;
}

.tab-button.active {
  color: var(--primary);
  text-shadow: 0 0 5px var(--primary);
}

.tab-button.active::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--primary);
  box-shadow: 0 0 5px var(--primary);
}

.tab-button:hover {
  background: none;
  color: var(--primary);
  box-shadow: none;
  transform: none;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.progress-indicator {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}

.progress-step {
  flex: 1;
  height: 5px;
  background: var(--primary);
  margin: 0 2px;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.progress-step.active {
  background: var(--primary);
  box-shadow: 0 0 5px gray;
}

.buttons-container {
  display: flex;
  gap: 10px;
  margin-top: 25px;
}

/* Previous Button - Dark with Yellow Border */
.prev-button {
    flex: 1;
    padding: 16px;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    border: 2px solid var(--primary);
    border-radius: 8px;
    color: var(--primary);
    font-size: 1rem;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-right: 15px;
}

.prev-button:hover {
    background: linear-gradient(135deg, #2d2d2d 0%, var(--primary) 50%, #2d2d2d 100%);
    color: #000000;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 236, 60, 0.3);
}

/* Next Button - Yellow Gradient (Similar to Create Account) */
.next-button, .submit-button {
    flex: 1;
    padding: 16px;
background: linear-gradient(135deg, #667eea 0%, #00E5FF 100%);    border: none;
    border-radius: 8px;
    color: #000000;
    font-size: 1rem;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
}

.next-button:hover, .submit-button:hover {
background: linear-gradient(135deg, #667eea 0%, #00E5FF 100%);    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 236, 60, 0.3);
}

.next-button:active, .submit-button:active {
    transform: translateY(0);
}

    .stats-section {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 15px;
    }
    
    
    .error {
      color: #ff6b6b;
      font-size: 12px;
      margin-top: 5px;
      display: none;
    }
    
    .basketball-icon {
      width: 50px;
      height: 50px;
      margin: 0 auto;
      display: block;
      position: relative;
    }
    
    .hexagon-chart {
      width: 80px;
      height: 80px;
      margin: 0 auto;
      opacity: 0.6;
    }

    .optional-label {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .optional-tag {
      color: #9edfff;
      font-size: 0.7rem;
      font-style: italic;
      font-weight: normal;
    }

    .password-requirements {
      color: #9edfff;
      font-size: 0.75rem;
      margin-top: 5px;
      font-style: italic;
    }


    

    

    .form-group.full-width {
        grid-column: span 2;
        margin-bottom: 20px;
      }
      
      textarea {
        width: 100%;
        padding: 12px;
        margin-top: 4px;
        box-sizing: border-box;
        background: rgba(8, 8, 30, 0.8);
        border: 1px solid rgba(0, 229, 255, 0.3);
        border-radius: 5px;
        color: white;
        font-size: 0.9rem;
        font-family: 'Roboto', sans-serif;
        line-height: 1.5;
        transition: all 0.3s ease;
        resize: vertical;
        min-height: 120px;
      }
      
      textarea:focus {
        outline: none;
        border-color: var(--primary);
        box-shadow: 0 0 8px rgba(0, 229, 255, 0.5);
      }
      
      .character-count {
        text-align: right;
        font-size: 0.75rem;
        color: var(--text-secondary);
        margin-top: 4px;
        opacity: 0.7;
      }
      
      /* Add a glow effect when focused */
      textarea:focus + .character-count {
        color: var(--primary);
        opacity: 1;
      }
  
  
      select {
        width: 100%;
        padding: 10px;
        margin-top: 4px;
        box-sizing: border-box;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid gray;
        border-radius: 5px;
        color: white;
        font-size: 16px;
        transition: all 0.3s ease;
        appearance: none;
        cursor: pointer;
        background-image: url("data:image/svg+xml;utf8,<svg fill='%2300E5FF' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
        background-repeat: no-repeat;
        background-position: right 10px center;
        padding-right: 30px;
      }
  
      select:focus {
        outline: none;
        border-color: #00E5FF;
        box-shadow: 0 0 8px rgba(0, 229, 255, 0.5);
      }
  
      .inline-fields {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        margin-bottom: 15px;
      }
  
      @media (max-width: 600px) {
        .inline-fields {
          grid-template-columns: 1fr;
          gap: 10px;
        }
      }
  
      .optional-label {
        display: flex;
        justify-content: space-between;
        align-items: center;
      }
  
      .optional-tag {
        color: #9edfff;
        font-size: 0.7rem;
        font-style: italic;
        font-weight: normal;
      }

      .bio-title {
        grid-column: 1 / -1;
        color: #9edfff;
        font-size: 1.1rem;
        letter-spacing: 1.5px;
        margin-bottom: 12px;
        text-align: center;
        font-weight: 600;
        border-bottom: 2px solid rgba(0, 229, 255, 0.3);
        padding-bottom: 8px;
        text-transform: uppercase;
        text-decoration: none;
      }
      
      .bio-content {
        background: rgba(0, 40, 60, 0.3);
        border-radius: 6px;
        padding: 12px;
        line-height: 1.6;
        color: #ffffff;
        font-size: 0.9rem;
        transition: all 0.2s ease;
        
      }
      
      .bio-content:hover {
        background: rgba(0, 229, 255, 0.1);
        transform: translateY(-2px);
      }
      
      .bio-container {
        background: rgba(0, 40, 60, 0.3);
        border-radius: 12px;
        padding: 25px;
        box-shadow: 0 0 20px rgba(0, 229, 255, 0.2);
        border: 1px solid rgba(0, 229, 255, 0.3);
        position: relative;
        margin-top: 15px;
      }
      
      .bio-container::before {
        content: "";
        position: absolute;
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        z-index: -1;
        border-radius: 14px;
        opacity: 0.7;
        filter: blur(6px);
      }

      .actions-btn {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 14px !important;
        padding: 12px 16px !important;
        background-color: #FFD700 !important;
        background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%) !important;
        color: #000 !important;
        font-weight: 400 !important;
        border: none !important;
        border-radius: 8px !important;
        cursor: pointer !important;
        transition: all 0.3s ease !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
        box-shadow: 0 4px 12px rgba(255, 215, 0, 0.3) !important;
      }

      .actions-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    opacity: 0.9;
}


      .user-menu {
      display: flex;
      align-items: center;
      gap: 15px;
    }
    
    .user-avatar {
      width: 150px;
      height: 35px;
      background: linear-gradient(45deg, var(--primary), var(--accent));
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      cursor: pointer;
    }
    
    .main-container {
      display: flex;
      min-height: calc(100vh - 81px);
    }
    
    .sidebar {
      width: 240px;
      background: var(--primary);
      /* border-right: 5px solid black; */
      padding: 20px 0;
    }
    
    .sidebar-menu {
      padding: 0 15px;
    }
    
    .menu-label {
      color: black;
      font-size: 0.8rem;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin: 25px 0 10px;
    }
    
    .menu-item {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 10px 15px;
      margin: 5px 0;
      border-radius: 5px;
      color: black;
      text-decoration: none;
      transition: all 0.3s ease;
    }
    
    .menu-item.active {
      background: rgba(0, 229, 255, 0.15);
      color: var(--primary);
    }
    
    .menu-item:hover {
      background: rgba(0, 229, 255, 0.1);
    }
    
    .menu-icon {
      width: 20px;
      height: 20px;
      opacity: 0.8;
    }
    
    .content-area {
      flex: 1;
      padding: 30px;
    }
    
    .dashboard-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 30px;
    }
    
    .page-title {
      font-family: 'Inter', sans-serif;
      font-size: 1.6rem;
      color: black;
      font-weight: 400;
      margin: 0;
    }
    
    .search-bar {
      display: flex;
      align-items: center;
      background: rgba(8, 8, 30, 0.5);
      border: 1px solid rgba(0, 229, 255, 0.3);
      border-radius: 50px;
      padding: 8px 15px;
      width: 240px;
      transition: all 0.3s ease;
    }
    
    .search-bar:focus-within {
      box-shadow: 0 0 10px rgba(0, 229, 255, 0.3);
      border-color: var(--primary);
    }
    
    
    .stats-cards {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
      gap: 20px;
      margin-bottom: 30px;
    }
    
    .stat-card {
      background: var(--bg-card);
      border-radius: 10px;
      padding: 20px;
      box-shadow: 0 0 15px rgba(0, 229, 255, 0.1);
      border: 1px solid rgba(0, 229, 255, 0.2);
      position: relative;
      overflow: hidden;
    }
    
    .stat-card::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 5px;
      height: 100%;
      background: linear-gradient(to bottom, var(--primary5), var(--accent));
    }
    
    .stat-card-label {
      color: var(--text-secondary);
      font-size: 0.8rem;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 10px;
    }
    
    .stat-card-value {
      font-size: 1.8rem;
      font-weight: bold;
      color: var(--text);
      margin-bottom: 5px;
    }
    
    .stat-card-trend {
      display: flex;
      align-items: center;
      gap: 5px;
      font-size: 0.8rem;
    }
    
    .trend-up {
      color: #4caf50;
    }
    
    .trend-down {
      color: #f44336;
    }
    
    .section-title {
      font-family: 'Inter', sans-serif;
      font-size: 1.2rem;
      color: black;
      margin: 40px 0 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    
    
 /* Container for the player/coach cards grid */
.player-cards {
  display: grid;
  gap: 20px;
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
  
  /* Default: auto-fill with minimum card width */
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

/* Fixed width for player/coach cards ONLY when inside .player-cards container */
.player-cards .player-card {
  width: 100%;
  max-width: 320px;
  min-width: 320px;
  margin: 0 auto;
  
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

.player-cards .player-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.player-cards .card-front {
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Responsive breakpoints - force column reduction earlier */

/* Force 2 columns when 3 would start to look cramped */
@media (max-width: 1300px) {
  .player-cards {
    grid-template-columns: repeat(2, 1fr);
    max-width: 950px;
  }
}

/* Force 1 column when 2 would start to look cramped */
@media (max-width: 950px) {
  .player-cards {
    grid-template-columns: 1fr;
    max-width: 400px;
    gap: 15px;
    padding: 15px;
  }
  
  .player-cards .player-card {
    min-width: unset;
    max-width: 100%;
  }
}
  
    
    .player-header {
      background: black;
      padding: 15px;
      border-bottom: 1px solid black;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    
   
    
    .player-content {
      padding: 15px;
    }
    
    .player-stats {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 10px;
      margin-bottom: 15px;
    }
    
    .player-stat-item {
      text-align: center;
    }
    
    .player-stat-value {
      font-size: 1.2rem;
      font-weight: bold;
      color: var(--text);
    }
    
    .player-stat-label {
      font-size: 0.7rem;
      color: var(--text-secondary);
      text-transform: uppercase;
    }
    
    
    
    .player-actions {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      padding-top: 15px;
    }
    
    .action-btn {
      background: rgba(0, 229, 255, 0.1);
      color: var(--primary);
      border: 1px solid rgba(0, 229, 255, 0.3);
      padding: 5px 10px;
      border-radius: 5px;
      font-size: 0.8rem;
      cursor: pointer;
      transition: all 0.3s ease;
      display: flex;
      align-items: center;
      gap: 5px;
    }
    
    .action-btn:hover {
      background: rgba(0, 229, 255, 0.2);
      box-shadow: 0 0 10px rgba(0, 229, 255, 0.2);
    }
    
    .favorite-btn {
      background: none;
      border: none;
      color: var(--text-secondary);
      cursor: pointer;
      transition: all 0.3s ease;
    }
    
    .favorite-btn.active {
      color: #ffab00;
    }
    
    .favorite-btn:hover {
      transform: scale(1.2);
    }
    
    .filters-container {
      background: var(--primary);
      border-radius: 10px;
      padding: 20px;
      margin-bottom: 30px;
      /* border: 1px solid rgba(0, 229, 255, 0.2); */
    }
    
    .filters-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 15px;
    }
    
    .filters-title {
      font-family: 'Inter', sans-serif;
      font-size: 1rem;
      color: black;
      margin: 0;
    }
    
    .filters-reset {
      font-size: 0.8rem;
      color: black;
      background: none;
      border: none;
      cursor: pointer;
      transition: all 0.3s ease;
    }
    
    .filters-reset:hover {
      color: black;
    }

    .filter-itemSearch {
    grid-column: 1 / -1;
    margin-bottom: 10px;
  }
    
    .filters-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
      gap: 15px;
    }
    
    .filter-item {
      margin-bottom: 10px;
    }
    
    .filter-label {
      display: block;
      font-size: 0.8rem;
      color: black;
      margin-bottom: 5px;
    }
    
    .filter-select {
      width: 100%;
      background: rgba(8, 8, 30, 0.8);
      border: 1px solid rgba(0, 229, 255, 0.3);
      border-radius: 5px;
      color: white;
      padding: 8px;
      font-size: 0.9rem;
      appearance: none;
      background-image: url("data:image/svg+xml;utf8,<svg fill='%2300E5FF' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
      background-repeat: no-repeat;
      background-position: right 10px center;
      padding-right: 30px;
    }
    
    .filter-range {
      display: flex;
      align-items: center;
      gap: 10px;
    }
    
    .filter-number {
      width: 100%;
      background: rgba(8, 8, 30, 0.8);
      border: 1px solid rgba(0, 229, 255, 0.3);
      border-radius: 5px;
      color: var(--text);
      padding: 8px;
      font-size: 0.9rem;
    }
    
    .filter-button {
    background: rgba(8, 8, 30, 0.8);
      color: white;
      border: none;
      font-size: 0.9rem;
      border-radius: 5px;
      cursor: pointer;
      padding: 8px 16px;
      font-family: 'Inter', sans-serif;
      transition: all 0.3s ease;
      display: block;
      margin: 20px 0 0 auto;
    }
    
    .filter-button:hover {
      background: linear-gradient(90deg, var(--primary-dark), var(--accent));
      transform: translateY(-2px);
      box-shadow: 0 0 15px rgba(0, 229, 255, 0.5);
    }


    .empty-state {
      text-align: center;
      padding: 40px;
      background: var(--bg-card);
      border-radius: 10px;
      border: 1px solid rgba(0, 229, 255, 0.2);
    }

    .empty-state-icon {
      font-size: 3rem;
      color: var(--text-secondary);
      margin-bottom: 20px;
      opacity: 0.5;
    }

    .empty-state-title {
      font-family: 'Inter', sans-serif;
      font-size: 1.2rem;
      color: black;
      margin-bottom: 10px;
    }

    .empty-state-description {
      color: black;
      margin-bottom: 20px;
      max-width: 500px;
      margin-left: auto;
      margin-right: auto;
    }

    .empty-state-button {
      background: linear-gradient(90deg, var(--primary), var(--primary-dark));
      color: var(--bg-dark);
      border: none;
      font-size: 0.9rem;
      border-radius: 5px;
      cursor: pointer;
      padding: 8px 16px;
      font-family: 'Inter', sans-serif;
      letter-spacing: 1px;
      transition: all 0.3s ease;
      display: inline-block;
    }

    .empty-state-button:hover {
      background: linear-gradient(90deg, var(--primary-dark), var(--accent));
      transform: translateY(-2px);
      box-shadow: 0 0 15px rgba(0, 229, 255, 0.5);
    }
    
    @media (max-width: 950px) {
      .main-container {
        flex-direction: column;
      }
      
      .sidebar {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid rgba(0, 229, 255, 0.3);
        padding: 10px 0;
      }
      
      .sidebar-menu {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
      }
      
      .menu-label {
        width: 100%;
      }
      
      .menu-item {
        padding: 8px 12px;
        margin: 2px;
      }
      
      .player-cards {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
      }
    }
    
    




    /* SEARCH Function (homepage and profiles)  */
    .search-container {
            position: relative;
            max-width: 300px;
            margin: 0 auto;
            flex: 1;
        }

        .search-input-wrapper {
            position: relative;
            background: rgba(0, 0, 0, 0.6);
            border: 2px solid rgba(0, 229, 255, 0.3);
            border-radius: 50px;
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .search-input-wrapper:focus-within {
            border-color: var(--primary);
            box-shadow: 0 0 20px rgba(0, 229, 255, 0.3);
        }

        .search-input {
            width: 100%;
            padding: 12px 24px;
            background: transparent;
            border: none;
            color: #ffffff;
            font-size: 1.1rem;
            font-family: 'Inter', sans-serif;
            outline: none;
        }

        .search-input::placeholder {
            color: rgba(255, 255, 255, 0.5);
        }

        .search-icon {
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            width: 24px;
            height: 24px;
            fill: rgba(0, 229, 255, 0.6);
            pointer-events: none;
        }

        /* Suggestions Dropdown */
        .suggestions-dropdown {
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            background: rgba(0, 0, 0, 0.95);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(0, 229, 255, 0.3);
            border-radius: 12px;
            margin-top: 8px;
            max-height: 400px;
            overflow-y: auto;
            z-index: 1000;
            display: none;
        }

        .suggestions-dropdown.show {
            display: block;
        }

        .suggestion-item {
            padding: 16px 20px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            cursor: pointer;
            transition: all 0.2s ease;
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .suggestion-item:last-child {
            border-bottom: none;
        }

        .suggestion-item:hover {
            background: rgba(0, 229, 255, 0.1);
        }

        .playerSearch-avatar {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #000000;
            font-weight: 700;
            font-size: 1rem;
        }

        .playerSearch-info {
            flex: 1;
            text-align: left;
        }

        .playerSearch-name {
            color: #ffffff;
            font-weight: 600;
            font-size: 1rem;
            margin-bottom: 4px;
        }

        .playerSearch-details {
            color: rgba(255, 255, 255, 0.7);
            font-size: 0.9rem;
        }

        .no-results {
            padding: 20px;
            text-align: center;
            color: rgba(255, 255, 255, 0.5);
            font-style: italic;
        }

        .tagline {
            font-size: 1.4rem;
            color: rgba(255, 255, 255, 0.8);
            font-weight: 300;
            letter-spacing: 0.5px;
        }

        /* Loading indicator */
        .loading {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px;
            color: var(--primary);
        }

        .loading::after {
            content: '';
            width: 20px;
            height: 20px;
            border: 2px solid rgba(0, 229, 255, 0.3);
            border-top: 2px solid var(--primary);
            border-radius: 50%;
            animation: spin 1s linear infinite;
            margin-left: 10px;
        }

        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }


@media (max-width: 768px) {
      .dashboard-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
      }
      
      .search-container {
            position: relative;
            max-width: 200px;
            margin: 0 auto;
            flex: 1;
        }

        .search-input {
            width: 100%;
            padding: 5px 10px;
            background: transparent;
            border: none;
            color: #ffffff;
            font-size: 1.1rem;
            font-family: 'Inter', sans-serif;
            outline: none;
        }
      
      .stats-cards {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
      }
      
      .player-cards {
        grid-template-columns: 1fr;
      }
      
      .filters-grid {
        grid-template-columns: 1fr;
      }
    }
        /* Share Modal */
    .share-modal {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.8);
      backdrop-filter: blur(5px);
      z-index: 9999;
      justify-content: center;
      align-items: center;
    }

    .share-modal.show {
      display: flex;
    }

    .share-content {
      background: linear-gradient(135deg, #1a1a2e, #16213e);
      border-radius: 15px;
      padding: 30px;
      width: 90%;
      max-width: 500px;
      border: 1px solid rgba(0, 229, 255, 0.3);
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    }

    .share-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 25px;
    }

    .share-title {
      color: #00e5ff;
      font-size: 24px;
      font-weight: bold;
      margin: 0;
    }

    .close-btn {
      background: none;
      border: none;
      color: white;
      font-size: 24px;
      cursor: pointer;
      padding: 5px;
      border-radius: 50%;
      transition: background 0.3s;
    }

    .close-btn:hover {
      background: rgba(255, 255, 255, 0.1);
    }

    .url-section {
      margin: 20px 0;
    }

    .url-label {
      color: #fff;
      font-weight: 600;
      margin-bottom: 8px;
      display: block;
    }

    .url-copy {
      display: flex;
      gap: 10px;
      align-items: center;
    }

    .url-input {
      flex: 1;
      padding: 12px 15px;
      background: rgba(255, 255, 255, 0.1);
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 8px;
      color: white;
      font-size: 14px;
    }

    .copy-btn {
      padding: 12px 20px;
      background: #00e5ff;
      border: none;
      border-radius: 8px;
      color: white;
      cursor: pointer;
      font-weight: 600;
      transition: all 0.3s ease;
    }

    .copy-btn:hover {
      background: #0099ff;
    }

    .copy-btn.copied {
      background: #4caf50;
    }

    .share-options {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      gap: 15px;
      margin: 25px 0;
    }

    .share-option {
      background: rgba(255, 255, 255, 0.1);
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 8px;
      padding: 15px;
      text-align: center;
      cursor: pointer;
      transition: all 0.3s ease;
      text-decoration: none;
      color: white;
    }

    .share-option:hover {
      background: rgba(255, 255, 255, 0.2);
      transform: translateY(-2px);
    }

    .share-icon {
      font-size: 24px;
      margin-bottom: 8px;
      display: block;
    }

    .share-stats {
      background: rgba(0, 229, 255, 0.1);
      border: 1px solid rgba(0, 229, 255, 0.3);
      border-radius: 10px;
      padding: 15px;
      margin: 20px 0;
    }

         /* Share Button Styles */
    .share-container {
      display: flex;
      justify-content: center;
      gap: 15px;
      margin-top: 30px;
    }

    .share-btn {
      border: none;
      font-size: 16px;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.3s ease;
      display: flex;
      align-items: center;
      gap: 10px;
    }




    .radio-indicator {
            position: absolute;
            top: 20px;
            right: 20px;
            width: 20px;
            height: 20px;
            border: 2px solid rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            transition: all 0.3s ease;
        }

        .account-type-option.selected .radio-indicator {
            border-color: #ffec3c;
            background: #ffec3c;
        }

        .account-type-option.selected .radio-indicator::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 8px;
            height: 8px;
            background: #000;
            border-radius: 50%;
        }

        /* Radio */

                .account-type-section {
            margin-bottom: 30px;
        }

        .account-type-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 12px;
        }

        .account-type-option {
            background: rgba(255, 255, 255, 0.05);
            border: 2px solid rgba(255, 255, 255, 0.2);
            border-radius: 12px;
            padding: 20px;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
        }

        .account-type-option:hover {
            border-color: rgba(255, 236, 60, 0.5);
            background: rgba(255, 236, 60, 0.05);
        }

        .account-type-option.selected {
            border-color: #ffec3c;
            background: rgba(255, 236, 60, 0.1);
        }

        .account-type-option input[type="radio"] {
            position: absolute;
            opacity: 0;
            cursor: pointer;
        }

        .account-type-header {
            display: flex;
            align-items: center;
            margin-bottom: 8px;
        }


        .account-type-title {
            color: #ffffff;
            font-size: 1.1rem;
            font-weight: 600;
        }

        .account-type-description {
            color: #a0a0a0;
            font-size: 0.9rem;
            line-height: 1.4;
        }


    .claim-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.claim-modal.hidden {
    display: none;
}

.claim-modal-content {
    background: rgba(8, 8, 30, 0.95);
    border-radius: 15px;
    width: 90%;
    max-width: 450px;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    animation: modalSlideIn 0.3s ease;
}

@keyframes modalSlideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.claim-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px 20px;
    border-bottom: 1px solid var(--primary);
}

.claim-modal-header h2 {
    margin: 0;
    color: var(--primary);
    font-size: 24px;
}

.close-claim-modal {
    font-size: 30px;
    color: var(--primary);
    cursor: pointer;
    line-height: 1;
    transition: color 0.3s ease;
}

.close-claim-modal:hover {
    color: var(--primary-dark);
}

.claim-modal-body {
    padding: 30px;
}

.claim-modal-body > p {
    color: var(--primary);
    margin-bottom: 25px;
    line-height: 1.6;
}
.success-message {
    text-align: center;
    padding: 20px;
}

.success-message.hidden {
    display: none;
}

.success-icon {
    width: 60px;
    height: 60px;
    background: #4CAF50;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin: 0 auto 20px;
}

.success-message h3 {
    color: #4CAF50;
    margin-bottom: 15px;
}

.success-message p {
    margin-bottom: 15px;
    color: #666;
}

@media (max-width: 768px) {
    .claim-modal-content {
        width: 95%;
        margin: 20px;
    }
    
    .claim-modal-body {
        padding: 20px;
    }
    
    .claim-actions {
        flex-direction: column;
    }
    
    .claim-btn {
        width: 100%;
    }
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background-color: var(--primary);
    border-radius: 3px;
    cursor: pointer;
    padding: 4px;
}

input[type="date"]::-webkit-calendar-picker-indicator:hover {
    background-color: var(--primary-dark);
}



.notifications-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.notifications-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid black;
}

.notifications-title {
  font-family: 'Inter', monospace;
  font-size: 2rem;
  font-weight: 700;
  color: black;
  margin: 0;
}

.clear-all-btn {
  background: linear-gradient(135deg, #1a1a1a, #4a4a4a);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Roboto', sans-serif;
}

.clear-all-btn:hover {
  background: linear-gradient(135deg, #000000, #333333);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.clear-all-btn:disabled {
  background: #888;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.notifications-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.notification-item {
  background: rgba(8, 8, 30, 0.8);
  border: 2px solid #666;
  border-radius: 12px;
  padding: 20px;
  position: relative;
  transition: all 0.3s ease;
  animation: slideIn 0.5s ease-out;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.notification-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border-color: #888;
}

.notification-item.unread {
  border-left: 4px solid #ffec3c;
  background: rgba(8, 8, 30, 0.9);
  border-color: #ffec3c;
}

.notification-item.read {
  background: rgba(8, 8, 30, 0.6);
  border-color: #555;
  opacity: 0.8;
}

.notification-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
}

.notification-icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  flex-shrink: 0;
  fill: #ffec3c;
}

.notification-content {
  flex: 1;
}

.notification-type {
  font-size: 0.85rem;
  font-weight: 500;
  color: #ffec3c;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}

.notification-message {
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.5;
  margin-bottom: 8px;
}

.notification-item.read .notification-message {
  color: #cccccc;
}

.notification-time {
  font-size: 0.8rem;
  color: #aaa;
  font-style: italic;
}

.notification-item.read .notification-time {
  color: #888;
}

.notification-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.clear-btn {
  background: rgba(255, 71, 87, 0.2);
  color: #ff4757;
  border: 1px solid #ff4757;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 0.8rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.clear-btn:hover {
  background: #ff4757;
  color: white;
}

.mark-read-btn {
  background: rgba(255, 236, 60, 0.2);
  color: #ffec3c;
  border: 1px solid #ffec3c;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 0.8rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.mark-read-btn:hover {
  background: #ffec3c;
  color: black;
}

.empty-state {
  text-align: center;
  padding: 60px 20px;
  color: #aaa;
  background: rgba(8, 8, 30, 0.6);
  border-radius: 12px;
  border: 2px solid #555;
}

.empty-state h3 {
  color: #ffffff;
  margin-bottom: 10px;
}

.empty-state p {
  color: #ccc;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .notifications-container {
    padding: 15px;
  }
  
  .notifications-header {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  
  .notification-item {
    padding: 15px;
  }
  
  .notification-actions {
    flex-direction: column;
    gap: 8px;
  }
  
  .clear-btn, .mark-read-btn {
    width: 100%;
    text-align: center;
  }
}
    .empty-state-icon {
      width: 80px;
      height: 80px;
      margin: 0 auto 20px;
      opacity: 0.5;
    }

    .empty-state h3 {
      font-family: 'Inter', monospace;
      font-size: 1.5rem;
      margin-bottom: 10px;
      color: #666;
    }

    .empty-state p {
      font-size: 1rem;
      color: #888;
    }

    .filter-tabs {
      display: flex;
      gap: 10px;
      margin-bottom: 25px;
      border-bottom: 1px solid rgba(8, 8, 30, 0.8);
    }

    .filter-tab {
      background: none;
      border: none;
      color: #888;
      padding: 12px 20px;
      cursor: pointer;
      font-family: 'Roboto', sans-serif;
      font-weight: 500;
      border-bottom: 2px solid transparent;
      transition: all 0.3s ease;
    }

    .filter-tab.active {
      color: black;
      border-bottom-color: black;
    }

    .filter-tab:hover {
      color: black;
    }

    @keyframes slideIn {
      from {
        opacity: 0;
        transform: translateY(20px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @keyframes fadeOut {
      from {
        opacity: 1;
        transform: translateY(0);
      }
      to {
        opacity: 0;
        transform: translateY(-20px);
      }
    }

    .notification-item.removing {
      animation: fadeOut 0.3s ease-out forwards;
    }

    .notification-stats {
      display: flex;
      gap: 20px;
      margin-bottom: 25px;
      padding: 15px;
      background: rgba(8, 8, 30, 0.8);
      border-radius: 8px;
      border: 1px solid rgba(8, 8, 30, 0.8);
    }

    .stat-item {
      text-align: center;
    }

    .stat-number {
      font-family: 'Inter', monospace;
      font-size: 1.5rem;
      font-weight: 700;
      color: var(--primary);
      margin-right: 5px;
      display: block;
    }

    .stat-label {
      font-size: 0.8rem;
      color: white;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }


    /* CSS for positioning controls */
.image-positioning-controls {
    margin-top: 20px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    border: 1px solid rgba(0, 229, 255, 0.3);
}

.image-positioning-controls h4 {
    color: var(--primary5);
    margin-bottom: 15px;
    text-align: center;
}

.hexagon-preview-container {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.preview-hexagon {
    width: 120px;
    height: 120px;
    overflow: hidden;
}

.preview-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    transition: all 0.2s ease;
}

.position-controls {
    margin-bottom: 20px;
}

.control-group {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 10px;
}

.control-group label {
    min-width: 140px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
}

.position-slider {
    flex: 1;
    height: 6px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    outline: none;
    -webkit-appearance: none;
}

.position-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: var(--primary5);
    border-radius: 50%;
    cursor: pointer;
}

.position-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: var(--primary5);
    border-radius: 50%;
    cursor: pointer;
    border: none;
}

.slider-value {
    min-width: 50px;
    color: var(--primary5);
    font-weight: 600;
    font-size: 0.9rem;
}

.quick-positions {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.position-btn {
    padding: 8px 16px;
    background: rgba(0, 229, 255, 0.1);
    border: 1px solid rgba(0, 229, 255, 0.3);
    border-radius: 6px;
    color: var(--primary5);
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 0.9rem;
}

.position-btn:hover {
    background: rgba(0, 229, 255, 0.2);
    border-color: var(--primary5);
}

.positioning-actions {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.btn-secondary, .btn-primary {
    padding: 10px 20px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.2s ease;
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.8);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
}

.btn-primary {
    background: var(--primary5);
    color: #000000;
}

.btn-primary:hover {
    background: rgba(0, 229, 255, 0.8);
}

/* Hide upload area when positioning */
.positioning-mode .file-upload-area {
    display: none;
}

/* Responsive */
@media (max-width: 768px) {
    .control-group {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    .control-group label {
        min-width: auto;
    }
    
    .quick-positions {
        flex-direction: column;
        align-items: center;
    }
    
    .position-btn {
        width: 120px;
    }
}