/* PROWEL EXECUTIVE CONSOLIDATED DESIGN SYSTEM - HIGH SPECIFICITY STABILITY */

:root, .dark, html, body, main, div, form, fieldset, nav, header, footer {
  --background: 210 40% 98% !important;
  --foreground: 222.2 47.4% 11.2% !important;
  --card: 0 0% 100% !important;
  --card-foreground: 222.2 47.4% 11.2% !important;
  --popover: 0 0% 100% !important;
  --popover-foreground: 222.2 47.4% 11.2% !important;
  --primary: 222.2 47.4% 11.2% !important;
  --primary-foreground: 210 40% 98% !important;
  --secondary: 210 40% 96.1% !important;
  --secondary-foreground: 222.2 47.4% 11.2% !important;
  --muted: 210 40% 96.1% !important;
  --muted-foreground: 215.4 16.3% 46.9% !important;
  --accent: 210 40% 96.1% !important;
  --accent-foreground: 222.2 47.4% 11.2% !important;
  --border: 214.3 31.8% 91.4% !important;
  --input: 214.3 31.8% 91.4% !important;
  --ring: 221.2 83.2% 53.3% !important;
}

html, body {
  background-color: #f8fafc !important;
  color: #0f172a !important;
  font-family: "Inter", system-ui, -apple-system, sans-serif !important;
}

svg[viewBox="0 0 2248 320"] {
  display: none !important;
}

form::before {
  content: "" !important;
  display: block !important;
  width: 100% !important;
  height: 64px !important;
  margin-bottom: 24px !important;
  background-image: url("/prowel-logo.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
}

.rounded-xl, .border-border, [class*="bg-neutral-100"] {
  background-color: #ffffff !important;
  border-color: #e2e8f0 !important;
  box-shadow: 0 10px 25px -5px rgba(15, 23, 42, 0.05), 0 8px 10px -6px rgba(15, 23, 42, 0.03) !important;
}

img[alt="background pattern"] {
  display: none !important;
}

button[type="submit"], .bg-primary, .bg-documenso {
  background-color: #0f172a !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  border-radius: 8px !important;
  transition: all 0.2s ease !important;
}

button[type="submit"]:hover, .bg-primary:hover {
  background-color: #1e293b !important;
}

.text-documenso-700 {
  color: #0284c7 !important;
}

.prowel-footer {
  margin-top: 40px;
  padding: 24px 16px;
  border-top: 1px solid #e2e8f0;
  text-align: center;
  font-size: 13px;
  color: #64748b;
  background: #ffffff;
  width: 100%;
}
.prowel-footer-support {
  margin-top: 6px;
  font-weight: 600;
  color: #0284c7;
}
.prowel-footer-links {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 12px;
}
.prowel-footer-links a {
  color: #475569;
  text-decoration: none;
}
.prowel-footer-links a:hover {
  color: #0f172a;
  text-decoration: underline;
}
