.ttb-nhl-picker-wrapper{
  max-width:400px;margin:30px auto;text-align:center;font-family:system-ui,Roboto,Arial,sans-serif;
}
.ttb-heading{margin-bottom:20px;font-size:1.5rem;font-weight:600}
.ttb-btn{
  background:#0073aa;color:#fff;border:none;border-radius:6px;
  padding:12px 24px;font-size:1rem;cursor:pointer;transition:.2s
}
.ttb-btn:hover{background:#006297}
.ttb-btn:disabled{opacity:.6;cursor:not-allowed}
.ttb-team-output{
  margin-top:25px;font-size:1.35rem;font-weight:700;min-height:36px
}

/* tracking list */
.ttb-team-list{
  list-style:none;margin:20px 0 10px;padding:0;
  display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:6px;
  font-size:.9rem
}
.ttb-team-list li{background:#f1f1f1;border-radius:4px;padding:4px 6px;text-align:center}
.ttb-team-list li.crossed{
  text-decoration: line-through;
  color:#d00;
}

/* reset button matches primary btn but lighter */
.ttb-reset{background:#777;margin-left:8px}
.ttb-reset:hover{background:#666}

.ttb-track-toggle { display: block; margin-bottom: 10px; }