body { display: flex; flex-direction: column; min-height: 100vh; background: #f8f9fa; }
.main-content { flex: 1; }
.navbar-brand { font-weight: 700; letter-spacing: .3px; }

/* Public site header — matches main Cassiopeia theme */
.site-header { min-height: 72px; }
.header-logo { object-fit: contain; }
.header-site-name { color: #001B4C; font-weight: 600; font-size: 1rem; }
.site-nav-link { color: #001B4C !important; font-size: .95rem; padding: .4rem .7rem !important; }
.site-nav-link:hover { color: #0d6efd !important; }
.scores-active { font-weight: 600; }
.standings-table th { white-space: nowrap; background: #0d6efd; color: #fff; }
.standings-table td { vertical-align: middle; }
.rank-badge { display: inline-flex; align-items: center; justify-content: center;
  width: 30px; height: 30px; border-radius: 50%; font-weight: 700; font-size: .85rem; }
.rank-1 { background: #ffd700; color: #333; }
.rank-2 { background: #c0c0c0; color: #333; }
.rank-3 { background: #cd7f32; color: #fff; }
.rank-other { background: #e9ecef; color: #555; }
.points-bar { background: #0d6efd22; border-radius: 3px; height: 8px; }
.points-bar-fill { background: #0d6efd; border-radius: 3px; height: 8px; transition: width .4s ease; }
.comp-card { transition: box-shadow .2s; cursor: pointer; }
.comp-card:hover { box-shadow: 0 4px 12px rgba(0,0,0,.12); }
.class-badge { font-size: .7rem; font-weight: 600; letter-spacing: .5px; }
.pilot-link { text-decoration: none; color: inherit; font-weight: 500; }
.pilot-link:hover { color: #0d6efd; }
.sync-log td { font-size: .85rem; }
.admin-card { border-left: 4px solid #0d6efd; }
.result-grid th, .result-grid td { padding: .4rem .6rem; }
.flag { font-size: 1.1rem; }
.season-selector .form-select { min-width: 180px; }
/* Spinning sync icon */
@keyframes spin { to { transform: rotate(360deg); } }
.spin-icon { display: inline-block; animation: spin 1.2s linear infinite; }

/* Pilot hero stat pills */
.pilot-stat-pill { min-width: 80px; background: rgba(255,255,255,.1); border-radius: 8px; padding: .5rem .75rem; }

/* Global search bar */
.global-search { max-width: 500px; }

@media (max-width: 576px) {
  .standings-table { font-size: .85rem; }
  .rank-badge { width: 24px; height: 24px; font-size: .75rem; }
  .pilot-stat-pill { min-width: 60px; padding: .4rem .5rem; }
}
