html {
  font-size: 15px;
  position: relative;
  min-height: 100%;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  margin-bottom: 60px;
  background: #f4f7fb;
  color: #1f2a37;
}

.app-header {
  background: #ffffff;
}

.navbar-brand {
  letter-spacing: 0.2px;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.landing-hero {
  background: linear-gradient(135deg, #ffffff 0%, #eef4ff 100%);
  border: 1px solid #dce6f8;
}

.stats-panel {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.8rem;
  padding: 1rem;
}

.stats-item {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  border-bottom: 1px solid #eef2f7;
  padding: 0.7rem 0;
  font-size: 0.95rem;
}

.stats-item:last-child {
  border-bottom: 0;
}

.feature-card {
  border: 1px solid #e2e8f0;
  border-radius: 0.8rem;
}

.login-card {
  border-radius: 1rem;
}

.cheque-print-page {
  background: #e8d6ae;
  border: 1px solid #dbc595;
}

.cheque-print-header {
  height: 36px;
  background: #c8b089;
  border-bottom: 2px solid #efe2c3;
}

.cheque-print-form {
  padding: 1.2rem 1.4rem 1.4rem;
}

.cheque-print-form .form-control,
.cheque-print-form .form-select {
  border-radius: 0;
}

/* App-wide theme tweaks */
body {
  background: linear-gradient(180deg, #f6f9ff 0%, #f4f7fb 100%);
  color: #1f2a37;
}

.app-header {
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(18, 38, 63, 0.06);
}

.card {
  border: 1px solid #e5eaf3;
  box-shadow: 0 1px 6px rgba(16, 24, 40, 0.03);
}

.table thead th {
  background: #eef4ff;
  border-bottom-color: #d9e3ff;
  color: #334155;
}

.btn {
  border-radius: 0.6rem;
  font-weight: 500;
}

.btn-outline-secondary {
  border-color: #cfd8ee;
}

.pagination .page-link {
  border-radius: 0.6rem;
}

.badge {
  border-radius: 999px;
}