
:root{
  --brand:#0d6efd;
}
body{font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, 'Helvetica Neue', Arial, 'Noto Sans', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';}
.section-title{border-left:4px solid var(--brand); padding-left:10px;}
.page-header{background: linear-gradient(45deg, #0d6efd, #6610f2);}
.stat{font-size:2rem; font-weight:700;}
.stat-label{color:#6c757d;}
.timeline{list-style:none; padding-left:0;}
.timeline li{position:relative; padding:0.5rem 0 0.5rem 1.5rem;}
.timeline li::before{content:''; position:absolute; left:0; top:0.9rem; width:8px; height:8px; border-radius:50%; background:var(--brand);}
.timeline li span{font-weight:600; margin-right:0.5rem;}
.list-group-item small{color:#6c757d;}
footer a { color:#adb5bd;}
footer a:hover{ color:#fff;}
