:root { color-scheme: dark; }

body{
  background: radial-gradient(1200px 700px at 20% 10%, #121a33, #070b14 70%);
  min-height: 100vh;
}

.card{ backdrop-filter: blur(6px); }

#statusText.fade-out{ opacity:0; transition: opacity 200ms ease; }
#statusText.fade-in { opacity:1; transition: opacity 200ms ease; }

.progress-bar{ font-weight: 700; }

.btn-lg{ padding-top: 0.9rem; padding-bottom: 0.9rem; }
