body {
  background: #f6f7fb;
}

.app-navbar {
  background: #ffffff;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.app-navbar .navbar-brand {
  color: #0f172a;
  text-decoration: none;
}

.app-navbar .navbar-brand:hover {
  color: #0f172a;
}

.app-logo {
  width: 44px;
  height: 44px;
  object-fit: contain;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 12px;
  padding: 6px;
}

.app-brand-title {
  font-weight: 800;
  letter-spacing: 0.2px;
}

.app-brand-subtitle {
  font-size: 0.9rem;
  color: rgba(15, 23, 42, 0.7);
}

.signature-wrap {
  border: 1px solid #ced4da;
  border-radius: 0.5rem;
  background: #fff;
  overflow: hidden;
}

#signatureCanvas {
  display: block;
  width: 100%;
  height: auto;
  touch-action: none;
}

.budget-pill {
  min-width: 110px;
  text-align: center;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
}
