body {
  background-color: #0a0a0a;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}

.nav-lab {
  background-color: #000000;
  border-bottom: 1px solid #333333;
  padding: 0.8rem 0;
}
.nav-lab .logo-lab {
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: -0.5px;
  color: #fff;
}
.nav-lab .logo-lab span {
  color: #00a8ff !important;
  font-weight: 300;
}
.nav-lab .nav-link {
  color: #b0b0b0;
  font-weight: 500;
}
.nav-lab .nav-link:hover, .nav-lab .nav-link.active {
  color: #fff;
}

.btn-accent {
  background-color: #00a8ff;
  color: #fff;
  border: none;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
.btn-accent:hover {
  background-color: #00c2ff;
  box-shadow: 0 0 20px rgba(0, 168, 255, 0.4);
  transform: translateY(-2px);
}

.section-title {
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #00a8ff;
  border-left: 4px solid #00a8ff;
  padding-left: 12px;
}

.card-lab {
  background-color: #1a1a1a;
  border: 1px solid #333333;
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.card-lab:hover {
  border-color: #00a8ff;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.6);
}
.card-lab .card-lab-img-wrapper {
  background-color: #ffffff;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px 11px 0 0;
  overflow: hidden;
  padding: 15px;
}
.card-lab .card-lab-img-wrapper .card-lab-img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.card-lab .card-lab-img-wrapper .badge-level {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
  color: #00a8ff;
  border: 1px solid #00a8ff;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 0.7rem;
  font-weight: 800;
}
.card-lab .card-lab-body {
  padding: 1.5rem;
}
.card-lab .card-lab-body .card-lab-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.card-lab .card-lab-body .text-muted {
  color: #b0b0b0 !important;
  font-size: 0.85rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding: 10px;
}
.gallery-grid .gallery-item {
  background: #ffffff;
  border: 2px solid #333333;
  border-radius: 8px;
  padding: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  height: 90px;
}
.gallery-grid .gallery-item:hover {
  border-color: #00a8ff;
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(0, 168, 255, 0.3);
}
.gallery-grid .gallery-item .figurine-thumb {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#subtitle {
  font-size: 1.2rem;
  color: white !important;
  font-weight: 600;
  margin-bottom: 20px;
}

.dev-status-alert {
  background: linear-gradient(90deg, rgba(0, 168, 255, 0.15) 0%, #1e1e1e 100%);
  border: 1px solid rgba(0, 168, 255, 0.3) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}
.dev-status-alert h6.text-white {
  color: #ffffff !important;
  font-weight: 800;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.dev-status-alert p.text-muted {
  color: #d0d0d0 !important;
  font-size: 0.9rem;
  margin-top: 2px;
}
.dev-status-alert .badge.bg-dark {
  background-color: rgba(0, 0, 0, 0.6) !important;
  border-color: #444 !important;
  color: #e0e0e0 !important;
  font-weight: 600;
  padding: 5px 10px;
}

@keyframes pulse-animation {
  0% {
    transform: scale(0.95);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.95);
    opacity: 1;
  }
}
.card-lab-body {
  padding: 1.25rem;
  background-color: #1a1a1a;
}
.card-lab-body .card-lab-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff !important;
  margin-bottom: 0.5rem;
}
.card-lab-body .small.text-muted {
  color: #e0e0e0 !important;
  font-size: 0.9rem;
  display: block;
  margin-bottom: 0.5rem;
}
.card-lab-body .small.text-muted i {
  color: #00a8ff;
}
.card-lab-body .text-uppercase.small.text-accent {
  color: #00a8ff !important;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}

.btn-lab-outline {
  border: 1px solid #00a8ff;
  color: #ffffff;
  background-color: rgba(0, 168, 255, 0.1);
  font-weight: 600;
  transition: all 0.3s ease;
}
.btn-lab-outline:hover {
  background-color: #00a8ff;
  color: #000;
  box-shadow: 0 0 15px rgba(0, 168, 255, 0.4);
}

.dropdown-dark {
  background-color: #1a1a1a;
  border: 1px solid #333333;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.dropdown-dark .dropdown-item {
  color: #fff;
  padding: 10px 20px;
}
.dropdown-dark .dropdown-item:hover {
  background-color: #00a8ff;
  color: #fff;
}

@media (max-width: 768px) {
  .card-lab-img-wrapper {
    height: 150px;
  }
  .main-content {
    padding: 15px;
  }
}/*# sourceMappingURL=main.css.map */