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

body {
  background: #0f1419;
  background-attachment: fixed;
  min-height: 100vh;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  color: #e4e6eb;
}

.card {
  background: #1a1f2e !important;
  border: 1px solid #2a2f3e;
  border-radius: 12px !important;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  overflow: hidden;
}
.card:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  border-color: #3a3f4e;
}
.card .card-img-top {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom: 1px solid #2a2f3e;
}
.card .card-body {
  padding: 1.5rem;
}
.card .card-title {
  font-weight: 600;
  color: #e4e6eb;
  margin-bottom: 0.75rem;
}
.card .card-text {
  color: #b0b3b8;
}

.btn {
  border-radius: 8px;
  padding: 0.625rem 1.5rem;
  font-weight: 500;
  letter-spacing: 0.3px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: none;
}

.btn-primary {
  background: #3b82f6;
  color: #ffffff;
}
.btn-primary:hover {
  background: #1469f4;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.btn-secondary {
  background: #374151;
  color: #e4e6eb;
}
.btn-secondary:hover {
  background: #414d60;
}

.btn-success {
  background: #10b981;
  color: #ffffff;
}
.btn-success:hover {
  background: #0d9367;
}

.btn-outline-light {
  border: 1px solid #4b5563;
  color: #e4e6eb;
  background: transparent;
}
.btn-outline-light:hover {
  background: #374151;
  border-color: #4b5563;
  color: #e4e6eb;
}

.badge {
  padding: 0.35rem 0.75rem;
  font-weight: 500;
  border-radius: 6px;
  letter-spacing: 0.3px;
  font-size: 0.875rem;
}

.badge-trending {
  background: #f59e0b;
  color: #000000;
}

.form-control,
.form-select {
  background: #1a1f2e;
  border: 1px solid #2a2f3e;
  color: #e4e6eb;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.form-control:focus,
.form-select:focus {
  background: #1a1f2e;
  border-color: #3b82f6;
  -webkit-box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
          box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
  color: #e4e6eb;
  outline: none;
}
.form-control::-webkit-input-placeholder, .form-select::-webkit-input-placeholder {
  color: #6b7280;
}
.form-control::-moz-placeholder, .form-select::-moz-placeholder {
  color: #6b7280;
}
.form-control:-ms-input-placeholder, .form-select:-ms-input-placeholder {
  color: #6b7280;
}
.form-control::-ms-input-placeholder, .form-select::-ms-input-placeholder {
  color: #6b7280;
}
.form-control::placeholder,
.form-select::placeholder {
  color: #6b7280;
}

.text-gradient {
  color: #3b82f6;
  font-weight: 600;
}

.shadow-glow {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .card .card-img-top {
    height: 200px;
  }
  .btn {
    padding: 0.5rem 1.5rem;
    font-size: 0.875rem;
  }
}
.admin-layout {
  background: #0f1419;
}

.table-dark {
  --bs-table-bg: #1a1f2e;
  --bs-table-border-color: #2a2f3e;
  color: #e4e6eb;
}

.table-dark thead {
  border-bottom: 1px solid #2a2f3e;
  background: #232936;
}

.table-hover tbody tr:hover {
  background-color: #232936 !important;
}

.alert-danger {
  background: #7f1d1d;
  border: 1px solid #991b1b;
  color: #fecaca;
}

.alert-success {
  background: #064e3b;
  border: 1px solid #065f46;
  color: #6ee7b7;
}

.alert-info {
  background: #1e3a8a;
  border: 1px solid #1e40af;
  color: #93c5fd;
}

.text-light {
  color: #e4e6eb !important;
}

.text-muted {
  color: #6b7280 !important;
}

.text-primary {
  color: #3b82f6 !important;
}

.bg-dark {
  background: #1a1f2e !important;
}

.border-primary {
  border-color: #2a2f3e !important;
}

code {
  background: #232936;
  color: #3b82f6;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
}

.badge.bg-info {
  background: #3b82f6 !important;
  color: #ffffff;
}

.btn-outline-info {
  border: 1px solid #3b82f6;
  color: #3b82f6;
}
.btn-outline-info:hover {
  background: #3b82f6;
  color: #ffffff;
}

.btn-outline-warning {
  border: 1px solid #f59e0b;
  color: #f59e0b;
}
.btn-outline-warning:hover {
  background: #f59e0b;
  color: #000000;
}

.btn-outline-danger {
  border: 1px solid #ef4444;
  color: #ef4444;
}
.btn-outline-danger:hover {
  background: #ef4444;
  color: #ffffff;
}/*# sourceMappingURL=site.css.map */