:root{
  --grad-from:#fdbf45;
  --grad-to:#fa4a0a;
}
.btn-gradient{
  background: linear-gradient(135deg, var(--grad-from), var(--grad-to));
  border: none; color: #fff;
}
.card-rounded{ border:0; border-radius: 1rem; box-shadow: 0 8px 24px rgba(0,0,0,.06); }
input.form-control, select.form-select, textarea.form-control{
  border-radius:1rem; padding:.6rem .9rem;
}
.badge-soft-danger{ background:#ffe5e5; color:#b30000; }
.badge-soft-success{ background:#e7fff0; color:#037a39; }
.table thead th{ background:#fff8ef; }
a.nav-card{ text-decoration:none; }
a.nav-card .card{ transition: transform .1s ease; }
a.nav-card:hover .card{ transform: translateY(-2px); }
