
/* Blue & white theme */
body { background: #f8fbff; color: #0b2c6b; }
.navbar { background-color: #0b5ed7; }
.navbar a, .navbar-brand { color: #fff !important; }
.card { border-radius: 12px; }
.timeline {
  position: relative;
  margin: 20px 0;
  padding: 10px 0 10px 40px;
}
.timeline:before {
  content: '';
  position: absolute;
  top: 0;
  left: 20px;
  width: 4px;
  height: 100%;
  background: #0b5ed7;
  border-radius: 2px;
}
.timeline-item {
  position: relative;
  margin-bottom: 20px;
  padding-left: 20px;
}
.timeline-item .dot {
  position: absolute;
  left: 11px;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 4px solid #0b5ed7;
  border-radius: 50%;
}
.timeline-item .time { font-size: 0.9rem; color: #666; }
