
:root{
  --text:#1f3047 !important;
  --muted:#566b86 !important;
  --line:#b8c9df !important;
}
body{
  background:
    radial-gradient(900px 520px at 0% 0%, rgba(66,108,192,.12), transparent 55%),
    radial-gradient(760px 460px at 100% 0%, rgba(31,130,104,.10), transparent 60%),
    linear-gradient(180deg, #e8eef6 0%, #d7e0ec 100%) !important;
  color:#1f3047 !important;
}
.heroBanner{
  background: linear-gradient(135deg, #325fd6, #3e79f1 48%, #4ea39a) !important;
}
.heroTitle, .heroSubtitle{
  text-shadow: 0 1px 0 rgba(0,0,0,.10) !important;
}
.card, .cardLike, .modeBar, .vinField, .uxSummaryCard, .uxMissingCard, .startup-hint, .resultBox, .marketWrap .row, .marketPositionBox, .valueComment, .ageChartBox{
  background:#f9fbfe !important;
  border-color:#c0cfdf !important;
  box-shadow:0 10px 24px rgba(40,65,95,.08) !important;
}
.cardHeader, .resultHeroPanel, .formSectionBlock{
  background:#f0f5fb !important;
  border-color:#cad6e3 !important;
}
body, p, div, span, label, input, select, textarea, button, h1, h2, h3, h4{
  color:#1f3047;
}
.muted, .sub, #vinInfo, .vinAutoHint, .uxMissingLead, .modeBarSub, .formSectionText, .vshAsOf{
  color:#5b6e88 !important;
}
label, .formSectionTitle, .midTitle, .helpModalTitle{
  color:#213652 !important;
}
input, select, textarea{
  background:#ffffff !important;
  color:#213652 !important;
  border:2px solid #adc0d7 !important;
}
input:focus, select:focus, textarea:focus{
  border-color:#2767df !important;
  box-shadow:0 0 0 4px rgba(39,103,223,.14) !important;
}
.btn{
  border-color:#b2c5df !important;
  color:#213652 !important;
}
.btn.primary, .btn.accent, .btn.good, .modeBtn.active{
  background:linear-gradient(180deg, #2f6ff1, #245ed0) !important;
  color:#fff !important;
  border-color:#245ed0 !important;
}
.btn.danger{
  background:linear-gradient(180deg, #eba231, #d88711) !important;
  color:#fff !important;
  border-color:#d88711 !important;
}
.warn{
  background:#fff5df !important;
  border:2px solid #e6c26a !important;
  color:#7f5714 !important;
}
.price.heroPrice, #vshOut{
  color:#1d4fb8 !important;
}
.demoBadge{
  background:#214ea6 !important;
  color:#fff !important;
}
