
/* RocketSloth Pro Styles */
:root{
  --rslt-primary:#0d6efd;
  --rslt-accent:#ffcc00;
  --rslt-text:#0f172a;
  --rslt-bg:#f8fafc;
}
html,body{height:100%;}
body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,Helvetica,sans-serif;background:var(--rslt-bg);color:var(--rslt-text);}
.navbar-brand img{height:36px;}
.btn-primary{background:var(--rslt-primary);border-color:var(--rslt-primary);}
.btn-outline-primary{border-color:var(--rslt-primary);color:var(--rslt-primary);}
.btn-outline-primary:hover{background:var(--rslt-primary);color:#fff;}
.hero{padding:80px 0;}
.card{border-radius:14px; box-shadow:0 8px 24px rgba(0,0,0,.06);}
.progress{height:14px;border-radius:10px; background:#e9ecef;}
.progress-bar{background:var(--rslt-accent); color:#111; font-weight:600;}
.footer{color:#64748b;}
/* Utilities */
.shadow-soft{box-shadow:0 10px 30px rgba(13,110,253,.12);}
.round-2xl{border-radius:1rem;}
