/* Admin Tiga Putra v3 */
body {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-size: 14px;
}

.content-wrapper {
  background: #f1f5f9;
  min-height: calc(100vh - 100px);
}

.content-header h1 {
  font-size: 1.4rem;
  font-weight: 700;
}

.main-sidebar {
  background: #1e293b !important;
}

.brand-link .brand-text {
  font-weight: 700 !important;
}

.nav-sidebar .nav-link.active {
  background: #2563eb !important;
}

.card {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}

.table thead th {
  background: #f8fafc;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #64748b;
  border-bottom: 2px solid #e2e8f0 !important;
}

.admin-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  padding: 0.75rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.admin-filter-bar .btn {
  margin: 0 !important;
  font-size: 0.8rem;
  font-weight: 600;
}

.small-box {
  border-radius: 8px;
}

.login-page {
  background: #1e40af;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 1rem;
}

.login-box {
  width: 100%;
  max-width: 400px;
}

.login-box .card {
  border: none;
  border-radius: 12px;
}

@media (max-width: 991px) {
  .content .table {
    display: block;
    overflow-x: auto;
  }
}

@media (max-width: 767px) {
  .form-inline { display: block !important; }
  .form-inline .form-control,
  .form-inline .btn,
  .form-inline label { width: 100% !important; margin: 0 0 0.5rem !important; }
}
