:root{
  --bs-orange:#F97316;
  --bs-black:#0B0F19;
  --bs-bg:#F5F7FB;
}
html, body { height: 100%; }
body { background: var(--bs-bg); }
.bs-card{ border-radius: 1.25rem; box-shadow: 0 10px 25px rgba(2,6,23,.08); }
.bs-btn{ border-radius: 1rem; padding: .85rem 1rem; font-weight: 800; }
.bs-btn-primary{ background: var(--bs-black); color: #fff; }
.bs-btn-primary:active{ transform: scale(.98); }
.bs-input{ border-radius: 1rem; padding: .85rem .9rem; }
.bs-safe-bottom{ padding-bottom: env(safe-area-inset-bottom); }
