:root{--navy:#0a2240;--blue:#3a6ccf;--gold:#c9a74d;}
#alumni-explorer{background:var(--navy);padding:12px 16px;border-radius:12px;color:#fff;font-family:Arial,sans-serif;}
#alumni-explorer .filters{display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;gap:10px;margin-bottom:10px;}
#alumni-explorer .tabs{display:flex;flex:1;justify-content:space-between;gap:8px;overflow-x:hidden;}
#alumni-explorer .tabs .tab{flex:1 1 auto;min-width:120px;max-width:220px;background:#122f57;border:1px solid #2a4d7d;color:#fff;padding:10px 14px;border-radius:10px;cursor:pointer;text-align:center;white-space:normal;font-weight:800;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);}
#alumni-explorer .tabs .tab.active{background:#3a7bd5;border-color:#3a7bd5;}
#alumni-explorer .year-stepper{display:flex;align-items:center;gap:6px;margin-left:12px;}
#alumni-explorer .year-stepper input{width:80px;text-align:center;padding:8px;border:none;border-radius:10px;}
#alumni-explorer .year-stepper button{background:#3a7bd5;color:#fff;border:none;padding:8px 10px;border-radius:10px;cursor:pointer;font-weight:800;}
#alumni-explorer .results{background:#fff;color:#000;border-radius:12px;padding:12px;margin-top:10px;}
.alumni-card{display:flex;justify-content:space-between;gap:16px;padding:18px;border:1px solid var(--gold);border-radius:12px;margin-bottom:14px;background:#fff;color:#0a2240;}
.alumni-card h3{margin:0 0 6px 0;font-size:24px;}
.alumni-card .meta{margin:0 0 8px 0;color:#2e3554;}
.alumni-card .right img{max-width:140px;height:auto;border-radius:10px;}
.alumni-title-link{color:#0a2240;text-decoration:underline;text-underline-offset:3px;}
.alumni-card-link{display:block;text-decoration:none;color:inherit;}
.alumni-card-link .alumni-title-link{pointer-events:none;}
@media(max-width:640px){
  #alumni-explorer .tabs{display:none;}
  #alumni-explorer .year-stepper{margin-left:0;flex:1;justify-content:space-between;width:100%;}
  .alumni-card{flex-direction:column;align-items:flex-start;}
}