.skill-icon {
  width: 55px;
  height: 55px;
  border: 2px solid rgba(71, 85, 105, 0.5);
  border-radius: 12px;
  position: relative;
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  color: white;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.spell-icon {
  width: 45px;
  height: 45px;
  border: 2px solid rgba(250, 204, 21, 0.4);
  border-radius: 10px;
  position: relative;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  overflow: hidden;
}

.cooldown-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  height: 0%;
  transition: height 0.1s linear;
}

.key-bind {
  position: absolute;
  bottom: 2px;
  right: 4px;
  font-size: 10px;
  color: #94a3b8;
  font-weight: 700;
}

.glass-panel {
  background: rgba(15, 23, 42, 0.7);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.neo-button {
  background: linear-gradient(135deg, #eab308 0%, #ca8a04 100%);
  box-shadow: 0 0 20px rgba(234, 179, 8, 0.3);
  transition: all 0.3s ease;
}

.stat-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1rem;
  border-radius: 16px;
  min-width: 100px;
}
