:root{--bs-body-font-family:'Poppins',system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;}
body{font-family:var(--bs-body-font-family);}
a{text-decoration:none;}
.anchor-list{max-height:calc(100vh - 220px);overflow:auto;}
.table thead th{position:sticky;top:0;background:var(--bs-body-bg);}
.hero-img{border-radius:1rem;overflow:hidden;box-shadow:0 12px 30px rgba(0,0,0,0.12);}
.badge-soft{background:rgba(13,110,253,0.10);color:#0d6efd;border:1px solid rgba(13,110,253,0.15);}