/* v16.33 Preview · dashboard UI rebalance */

/* Typography: readable but controlled. */
.ab-board-ready .ab-kicker{font-size:11.5px!important;letter-spacing:.07em!important}
.ab-board-ready .ab-muted{font-size:11.5px!important}
.ab-board-ready .ab-footer-link{font-size:12.5px!important}
.ab-board-ready .ab-weather-card>strong{font-size:16px!important}
.ab-board-ready .ab-weather-card>p{font-size:11px!important;line-height:1.38!important}
.ab-board-ready .ab-regatta-count span{font-size:10.5px!important}
.ab-board-ready .ab-regatta-card h3{font-size:16px!important;line-height:1.1!important}
.ab-board-ready .ab-todo-head span{font-size:12px!important}
.ab-board-ready .ab-todo-head em{font-size:10px!important;padding:6px 9px!important}
.ab-board-ready .ab-task-row small{font-size:10px!important;margin-bottom:3px!important}
.ab-board-ready .ab-task-row strong{font-size:12.5px!important;line-height:1.22!important}
.ab-board-ready .ab-task-row span{font-size:10px!important;margin-top:4px!important}
.ab-board-ready .ab-crew-item strong{font-size:11.7px!important}
.ab-board-ready .ab-crew-item small{font-size:9.7px!important;margin-top:3px!important}
.ab-board-ready .ab-check-row span{font-size:10.7px!important}
.ab-board-ready .ab-check-row b{font-size:9.8px!important}

/* Core fix: cards size from their real content. No absolute content/footer collisions. */
.ab-board-ready .ab-square,
.ab-board-ready .ab-todo-card,
.ab-board-ready .ab-stack-card,
.ab-board-ready .ab-performance-card{
  height:auto!important;
  min-height:0!important;
  padding-bottom:16px!important;
}

.ab-board-ready .ab-footer-link{
  position:relative!important;
  left:auto!important;
  right:auto!important;
  bottom:auto!important;
  width:100%!important;
  height:auto!important;
  min-height:34px!important;
  margin-top:13px!important;
  padding-top:11px!important;
  border-top:1px solid rgba(17,40,86,.08)!important;
}
.ab-board-ready .ab-footer-link:before{display:none!important}

/* Weather/regatta metadata participates in normal flow. */
.ab-board-ready .ab-weather-card .ab-card-location,
.ab-board-ready .ab-regatta-card .ab-card-location{
  position:relative!important;
  left:auto!important;
  right:auto!important;
  bottom:auto!important;
  margin:7px 0 0!important;
  font-size:10.5px!important;
  line-height:1.25!important;
  white-space:normal!important;
  overflow:visible!important;
}

/* Top pair: same row height, enough breathing space, never clip text. */
.ab-board-ready .ab-row-pair{align-items:stretch!important}
.ab-board-ready .ab-row-pair>.ab-card{display:flex!important;flex-direction:column!important}
.ab-board-ready .ab-row-pair>.ab-card>.ab-footer-link{margin-top:auto!important;padding-top:11px!important}
.ab-board-ready .ab-weather-card .ab-data{margin:17px 0 6px!important;font-size:29px!important}
.ab-board-ready .ab-regatta-count{margin:12px 0 6px!important}

/* Operations: no artificial 1fr heights; each card ends after content. */
.ab-board-ready .ab-operations-grid{align-items:start!important;gap:12px!important}
.ab-board-ready .ab-right-stack{
  display:flex!important;
  flex-direction:column!important;
  gap:12px!important;
  min-height:0!important;
}
.ab-board-ready .ab-todo-card,
.ab-board-ready .ab-crew-card,
.ab-board-ready .ab-survey-card{display:flex!important;flex-direction:column!important}
.ab-board-ready .ab-task-list{margin-top:1px!important}
.ab-board-ready .ab-task-row{padding:11px 0!important}
.ab-board-ready .ab-task-row>i{margin-top:17px!important}
.ab-board-ready .ab-crew-item{grid-template-columns:34px minmax(0,1fr)!important;gap:9px!important;padding:8px 0!important}
.ab-board-ready .ab-crew-item>span{width:32px!important;height:32px!important;font-size:10px!important}
.ab-board-ready .ab-check-row{grid-template-columns:22px minmax(0,1fr) auto!important;gap:7px!important;padding:8px 0!important}
.ab-board-ready .ab-check-row i{width:19px!important;height:19px!important;font-size:10px!important}

/* Performance: footer follows chart instead of sitting underneath the nav. */
.ab-board-ready .ab-performance-card{display:flex!important;flex-direction:column!important}
.ab-board-ready .ab-performance-card .ab-footer-link{margin-top:10px!important}

@media (max-width:430px){
  .ab-board-ready .ab-card{padding:16px!important}
  .ab-board-ready .ab-row-pair,
  .ab-board-ready .ab-operations-grid{gap:11px!important}
}

@media (max-width:370px){
  .ab-board-ready .ab-card{padding:14px!important}
  .ab-board-ready .ab-kicker{font-size:10.5px!important}
  .ab-board-ready .ab-task-row strong{font-size:11.8px!important}
  .ab-board-ready .ab-crew-item strong{font-size:11px!important}
  .ab-board-ready .ab-check-row span{font-size:10px!important}
}
