.hs-scoreboard{border:1px solid #ddd;border-radius:12px;margin:1rem 0;overflow:hidden;background:#fff}.hs-scoreboard__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;border-bottom:1px solid #e5e5e5}.hs-scoreboard__header h2{margin:0;font-size:1.25rem}.hs-scoreboard__header p{margin:.15rem 0 0;color:#555}.hs-scoreboard__pill{border:1px solid #ccc;border-radius:999px;padding:.25rem .6rem;font-size:.8rem}.hs-scoreboard__filters{display:flex;gap:.5rem;flex-wrap:wrap;padding:.75rem 1rem;border-bottom:1px solid #eee}.hs-scoreboard__filters a{border:1px solid #ccc;border-radius:999px;padding:.25rem .65rem;text-decoration:none}.hs-scoreboard__empty{padding:1rem;margin:0}.hs-scoreboard__group{padding:0 1rem 1rem}.hs-scoreboard__group h3{font-size:1rem;margin:1rem 0 .5rem}.hs-scoreboard__games{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:.75rem}.hs-game-card{border:1px solid #e0e0e0;border-radius:10px;padding:.75rem;background:#fafafa}.hs-game-card__meta,.hs-game-card__footer{display:flex;justify-content:space-between;gap:.75rem;color:#555;font-size:.8rem}.hs-game-card__team{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:.45rem 0;font-size:1rem}.hs-game-card__team--away{border-top:1px solid #eee;margin-top:.5rem}.hs-game-card__team--home{border-top:1px solid #eee;border-bottom:1px solid #eee}.hs-game-card__name{font-weight:700}.hs-game-card__score{font-size:1.25rem;font-weight:800}.hs-game-card__footer{padding-top:.55rem}.hs-scoreboard--compact .hs-scoreboard__games{grid-template-columns:1fr}.hs-scoreboard--compact .hs-scoreboard__group{padding-bottom:.75rem}@media (max-width:600px){.hs-scoreboard__header{align-items:flex-start;flex-direction:column}.hs-scoreboard__games{grid-template-columns:1fr}}

.hs-standings {
	border: 1px solid #d8dde6;
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
	margin: 1rem 0;
}

.hs-standings__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	padding: 1rem;
	border-bottom: 1px solid #e5e7eb;
}

.hs-standings__header h2 {
	margin: 0;
	font-size: 1.25rem;
}

.hs-standings__table-wrap {
	overflow-x: auto;
}

.hs-standings__table {
	width: 100%;
	border-collapse: collapse;
}

.hs-standings__table th,
.hs-standings__table td {
	padding: 0.75rem;
	border-bottom: 1px solid #eef0f3;
	text-align: left;
	white-space: nowrap;
}

.hs-standings__table th {
	background: #f8fafc;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.hs-standings__table td span {
	display: block;
	font-size: 0.8rem;
	color: #667085;
}

.hs-standings__empty {
	padding: 1rem;
	margin: 0;
}

.hs-power-ratings {
	margin: 1.5rem 0;
	font-family: inherit;
}

.hs-power-ratings__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: .75rem;
}

.hs-power-ratings__header h2 {
	margin: 0;
	font-size: 1.35rem;
}

.hs-power-ratings__header span {
	font-size: .875rem;
	font-weight: 700;
	text-transform: uppercase;
}

.hs-power-ratings__table-wrap {
	overflow-x: auto;
	border: 1px solid #dcdcde;
	border-radius: 6px;
}

.hs-power-ratings__table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
}

.hs-power-ratings__table th,
.hs-power-ratings__table td {
	padding: .7rem .8rem;
	border-bottom: 1px solid #eee;
	text-align: left;
	white-space: nowrap;
}

.hs-power-ratings__table th {
	font-size: .75rem;
	letter-spacing: .03em;
	text-transform: uppercase;
	background: #f6f7f7;
}

.hs-power-ratings__empty {
	padding: 1rem;
	border: 1px solid #dcdcde;
	background: #fff;
}

.hs-school-directory,.hs-school-profile{margin:1.5rem 0;font-family:inherit}.hs-school-directory__header,.hs-school-profile__hero{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.hs-school-directory__header h2,.hs-school-profile__hero h2{margin:0}.hs-school-directory__filters{display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:.6rem;margin-bottom:1rem}.hs-school-directory__filters input,.hs-school-directory__filters select,.hs-school-directory__filters button{padding:.55rem .65rem;border:1px solid #d0d5dd;border-radius:6px;background:#fff}.hs-school-directory__filters button{font-weight:700;cursor:pointer}.hs-school-directory__anchors{display:flex;flex-wrap:wrap;gap:.35rem;margin:.75rem 0 1.25rem}.hs-school-directory__anchors a{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;border:1px solid #d0d5dd;border-radius:999px;padding:.25rem .5rem;text-decoration:none;font-weight:700}.hs-school-directory__group{margin-bottom:1.25rem}.hs-school-directory__group h3{border-bottom:2px solid #111;padding-bottom:.35rem;margin-bottom:.75rem}.hs-school-directory__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem}.hs-school-card{border:1px solid #e5e7eb;border-radius:10px;padding:.85rem;background:#fff}.hs-school-card h4{margin:0 0 .25rem;font-size:1.05rem}.hs-school-card p{margin:.15rem 0 .5rem;color:#667085}.hs-school-card div{display:flex;gap:.4rem;flex-wrap:wrap;margin-bottom:.65rem}.hs-school-card span{font-size:.8rem;border:1px solid #e5e7eb;border-radius:999px;padding:.15rem .45rem}.hs-school-card a{font-weight:700}.hs-school-directory__empty,.hs-school-profile__empty{padding:1rem;border:1px solid #e5e7eb;border-radius:8px;background:#fff}.hs-school-profile{border:1px solid #e5e7eb;border-radius:12px;background:#fff;overflow:hidden}.hs-school-profile__hero{justify-content:flex-start;padding:1.25rem;border-bottom:1px solid #e5e7eb;background:#f8fafc}.hs-school-profile__hero img{width:72px;height:72px;object-fit:contain;border-radius:10px;background:#fff;border:1px solid #e5e7eb}.hs-school-profile__hero p{margin:.25rem 0 0;color:#667085}.hs-school-profile__layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(240px,1fr);gap:1rem;padding:1rem}.hs-school-profile section{margin-bottom:1rem}.hs-school-profile h3{margin:.25rem 0 .75rem}.hs-school-profile__games{display:grid;gap:.6rem}.hs-school-profile__games article{display:grid;grid-template-columns:1fr auto;gap:.25rem .75rem;border:1px solid #eef0f3;border-radius:8px;padding:.75rem}.hs-school-profile__games span{color:#667085;font-size:.85rem}.hs-school-profile__games b{grid-row:1 / span 2;grid-column:2;align-self:center}.hs-school-profile__teams{list-style:none;margin:0;padding:0;display:grid;gap:.5rem}.hs-school-profile__teams li{display:flex;justify-content:space-between;gap:.75rem;border-bottom:1px solid #eef0f3;padding-bottom:.5rem}.hs-school-profile__teams span{color:#667085;font-size:.85rem}@media (max-width:700px){.hs-school-directory__filters,.hs-school-profile__layout{grid-template-columns:1fr}.hs-school-profile__games article{grid-template-columns:1fr}.hs-school-profile__games b{grid-column:auto;grid-row:auto}.hs-school-directory__header{align-items:flex-start;flex-direction:column}}

/* Phase 6B: public game lists. */
.hs-game-list {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	margin: 0 0 1.5rem;
	overflow: hidden;
}

.hs-game-list__header {
	align-items: center;
	border-bottom: 1px solid #e5e7eb;
	display: flex;
	justify-content: space-between;
	padding: 1rem;
}

.hs-game-list__header h2 {
	font-size: 1.15rem;
	line-height: 1.2;
	margin: 0;
}

.hs-game-list__empty {
	margin: 0;
	padding: 1rem;
}

.hs-game-list__table-wrap {
	overflow-x: auto;
}

.hs-game-list__table {
	border-collapse: collapse;
	min-width: 680px;
	width: 100%;
}

.hs-game-list__table th,
.hs-game-list__table td {
	border-bottom: 1px solid #eef2f7;
	padding: 0.75rem 1rem;
	text-align: left;
	vertical-align: middle;
}

.hs-game-list__table th {
	background: #f8fafc;
	font-size: 0.8rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.hs-game-list__table tr:last-child td {
	border-bottom: 0;
}
