/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
html[b-fibive2g2e] {
  font-size: 14px;
}

@media (min-width: 768px) {
  html[b-fibive2g2e] {
    font-size: 16px;
  }
}

.btn:focus[b-fibive2g2e], .btn:active:focus[b-fibive2g2e], .btn-link.nav-link:focus[b-fibive2g2e], .form-control:focus[b-fibive2g2e], .form-check-input:focus[b-fibive2g2e] {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html[b-fibive2g2e] {
  position: relative;
  min-height: 100%;
}

body[b-fibive2g2e] {
  margin-bottom: 60px;
  background: #f6f8fb;
}

.app-header[b-fibive2g2e] {
  background: #fff;
  margin-bottom: 1rem;
}

.app-header-inner[b-fibive2g2e] {
  min-height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

a.navbar-brand[b-fibive2g2e],
a.app-brand[b-fibive2g2e] {
  font-weight: 700;
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
  word-break: normal;
  margin-right: 0;
}

.app-header-actions[b-fibive2g2e] {
  margin-left: auto;
}

.brand-mark[b-fibive2g2e] {
  width: 1.8rem;
  height: 1.8rem;
}

.form-floating > .form-control-plaintext[b-fibive2g2e]::placeholder, .form-floating > .form-control[b-fibive2g2e]::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus[b-fibive2g2e]::placeholder, .form-floating > .form-control:focus[b-fibive2g2e]::placeholder {
  text-align: start;
}

.hero-card[b-fibive2g2e] {
  background: linear-gradient(135deg, #ffffff, #eef4ff);
  border-radius: 1rem;
  padding: 2rem;
  border: 1px solid #d9e4ff;
}

.eyebrow[b-fibive2g2e] {
  display: inline-block;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4b63b4;
  font-weight: 700;
}

.feature-list[b-fibive2g2e] {
  padding-left: 1.2rem;
}

.feature-list li[b-fibive2g2e] {
  margin-bottom: 0.75rem;
}

.raw-preview[b-fibive2g2e] {
  white-space: pre-wrap;
  font-size: 0.9rem;
  background: #f8f9fa;
  border-radius: 0.75rem;
  padding: 0.9rem;
  margin-bottom: 0;
  max-height: 320px;
  overflow: auto;
}

@media (max-width: 575.98px) {
  .app-header-inner[b-fibive2g2e] {
    min-height: 4rem;
    gap: 0.75rem;
  }

  .hero-card[b-fibive2g2e] {
    padding: 1.25rem;
  }

  .card-body.p-4[b-fibive2g2e] {
    padding: 1.25rem !important;
  }

  form .btn-lg[b-fibive2g2e] {
    width: 100%;
  }
}
