.auth-nav-actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  justify-content: flex-end;
  margin-left: 1rem;
  flex-wrap: nowrap;
}

body {
  background: #f8fafc;
}

.navbar.navbar-light {
  box-shadow: 0 10px 24px rgba(2, 6, 23, 0.08) !important;
}

.navbar-light .navbar-nav .nav-link {
  font-weight: 600;
  color: #334155;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover {
  color: #0d6efd;
}

.page-header {
  background:
    radial-gradient(900px 280px at 15% -20%, rgba(13, 110, 253, 0.24), transparent 60%),
    linear-gradient(180deg, #0b1220 0%, #0f1f3f 100%);
}

.service-item,
.team-item,
.testimonial-item,
.price-item,
.users-table-wrap,
.users-kpi,
.users-hero,
.contact-page .contact-form .bg-light,
.auth-card,
.card-clean {
  border: 1px solid #e7edf7 !important;
  border-radius: 14px !important;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  background: #fff;
}

.contact-page .contact-form .bg-light,
.bg-light.text-center.p-5 {
  background: #fff !important;
}

.form-control,
.form-select,
textarea.form-control {
  border-radius: 10px;
  border-color: #d9e4f5;
}


.auth-user-chip {
  display: inline-flex;
  align-items: center;
  max-width: 210px;
  height: 26px;
  padding: 0 0.55rem;
  border: 1px solid #d7e2f7;
  border-radius: 999px;
  background: #f5f8ff;
  color: #0f2b63;
  font-size: 0.72rem;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.auth-btn {
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0;
  min-width: 64px;
  height: 26px;
  padding: 0 0.55rem;
  font-size: 0.72rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.18s ease;
}

.auth-btn-outline {
  color: #0d3f98;
  border: 1px solid #c7d7f5;
  background: #ffffff;
}

.auth-btn-outline:hover {
  color: #0b347f;
  border-color: #a6c1ef;
  background: #f4f8ff;
}

.auth-btn-primary {
  border: 1px solid #0d61e3;
  background: #0d6efd;
  color: #fff;
  box-shadow: 0 6px 14px rgba(13, 110, 253, 0.2);
}

.auth-btn-primary:hover {
  color: #fff;
  background: #0b5fd9;
  box-shadow: 0 8px 16px rgba(11, 95, 217, 0.24);
}

.auth-card {
  border: 1px solid #e9eef7;
  border-radius: 16px;
  box-shadow: 0 20px 45px rgba(9, 25, 56, 0.08);
}

.auth-page {
  min-height: calc(100vh - 90px);
  background:
    radial-gradient(circle at 90% 10%, rgba(13, 110, 253, 0.14), rgba(13, 110, 253, 0) 36%),
    linear-gradient(180deg, #f8fbff 0%, #f4f7fc 100%);
}

.auth-help {
  color: #5f6f85;
  font-size: 0.9rem;
}

@media (max-width: 991.98px) {
  .auth-nav-actions {
    justify-content: flex-start;
    margin-left: 0;
    padding: 0 1.2rem 0.9rem;
    gap: 0.4rem;
    flex-wrap: nowrap;
  }

  .auth-user-chip {
    max-width: 140px;
    width: auto;
    justify-content: flex-start;
  }

  .auth-btn {
    flex: 0 0 auto;
    min-width: 64px;
    height: 26px;
    font-size: 0.72rem;
  }
}
