.nwp-status { min-height: 1.4em; font-weight: 600; }
.nwp-status.nwp-ok { color: #1a7f37; }
.nwp-status.nwp-error { color: #c00; }
.nwp-notice { padding: 10px 14px; background: #fff6e5; border-radius: 6px; }

.nwp-user-bar { display: flex; justify-content: space-between; align-items: center; font-size: 0.9em; color: #666; margin-bottom: 0.6em; padding-bottom: 0.6em; border-bottom: 1px solid #eee; }
.nwp-week-summary { font-size: 0.92em; color: #444; margin-bottom: 1em; }

.nwp-games-list { list-style: none; margin: 0 0 1em; padding: 0; max-width: 620px; }
.nwp-game-row {
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	padding: 10px 14px;
	margin-bottom: 8px;
	background: #fafafa;
}
.nwp-game-row.nwp-game-mnf { border-color: #2271b1; background: #f2f8fc; }
.nwp-game-time { font-size: 0.82em; color: #888; margin-bottom: 6px; display: flex; justify-content: space-between; align-items: center; }
.nwp-mnf-tag { background: #2271b1; color: #fff; border-radius: 10px; padding: 1px 8px; font-size: 0.85em; font-weight: 700; }

.nwp-game-teams { display: flex; align-items: center; gap: 10px; }
.nwp-team-btn {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 10px 8px;
	font-size: 1em;
	font-weight: 700;
	border: 2px solid #ccc;
	border-radius: 6px;
	background: #fff;
	cursor: pointer;
}
.nwp-team-btn:disabled { cursor: default; opacity: 0.6; }
.nwp-team-btn img { border-radius: 3px; }
.nwp-team-btn.nwp-selected { border-color: #2271b1; background: #eaf2fa; }
.nwp-team-btn.nwp-selected.nwp-result-win { border-color: #1a7f37; background: #eaf7ee; color: #1a7f37; }
.nwp-team-btn.nwp-selected.nwp-result-loss { border-color: #c00; background: #fbeaea; color: #c00; }
.nwp-team-btn.nwp-selected.nwp-result-push { border-color: #a67c00; background: #fdf3e0; color: #a67c00; }
.nwp-winner-check { color: #1a7f37; font-weight: 900; }
.nwp-at { color: #999; font-weight: 700; }
.nwp-no-pick-note { margin-top: 6px; font-size: 0.82em; color: #c00; }

.nwp-tiebreaker-row {
	list-style: none;
	border: 1px dashed #2271b1;
	border-radius: 8px;
	padding: 10px 14px;
	margin: -2px 0 10px;
	background: #f2f8fc;
	font-size: 0.92em;
}
.nwp-tiebreaker-row label { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; font-weight: 600; }
.nwp-tiebreaker-input { width: 80px; padding: 6px 8px; font-size: 1em; border: 2px solid #2271b1; border-radius: 6px; }
.nwp-tb-actual { display: block; margin-top: 4px; color: #555; font-size: 0.9em; }

.nwp-submit-picks { padding: 10px 24px; font-size: 1em; }

.nwp-auth-gate { max-width: 380px; }
.nwp-auth-tabs { display: flex; gap: 4px; margin-bottom: 1em; border-bottom: 1px solid #ddd; }
.nwp-auth-tab {
	flex: 1;
	padding: 8px 0;
	background: none;
	border: none;
	border-bottom: 3px solid transparent;
	cursor: pointer;
	font-weight: 600;
	color: #888;
}
.nwp-auth-tab.active { color: #2271b1; border-bottom-color: #2271b1; }
.nwp-auth-form label { display: block; margin-bottom: 0.8em; font-weight: 600; font-size: 0.9em; }
.nwp-auth-form input { width: 100%; padding: 8px; margin-top: 4px; font-weight: normal; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; }
.nwp-auth-form button { margin-top: 0.4em; }
.nwp-lost-password { display: block; margin-top: 0.8em; font-size: 0.85em; }

.nwp-standings-table, .nwp-week-winners-table, .nwp-my-picks-table { border-collapse: collapse; width: 100%; max-width: 620px; font-size: 0.92em; margin-bottom: 1.5em; }
.nwp-standings-table th, .nwp-standings-table td,
.nwp-week-winners-table th, .nwp-week-winners-table td,
.nwp-my-picks-table th, .nwp-my-picks-table td { padding: 8px 12px; text-align: left; border-bottom: 1px solid #eee; }
.nwp-standings-table thead th, .nwp-week-winners-table thead th, .nwp-my-picks-table thead th { background: #f6f7f7; font-weight: 700; }
.nwp-row-winner { background: #eaf7ee; }

.nwp-chip { display: inline-block; padding: 3px 8px; margin: 2px 3px 2px 0; border-radius: 10px; font-size: 0.82em; font-weight: 700; background: #eee; color: #555; }
.nwp-chip-win { background: #eaf7ee; color: #1a7f37; }
.nwp-chip-loss { background: #fbeaea; color: #c00; }
.nwp-chip-push { background: #fdf3e0; color: #a67c00; }
.nwp-chip-pending { background: #eee; color: #888; }

.nwp-selections-grid-wrap { overflow-x: auto; }
.nwp-week-nav { font-size: 0.9em; margin-bottom: 0.6em; }
.nwp-selections-grid { border-collapse: collapse; width: 100%; font-size: 0.88em; }
.nwp-selections-grid th, .nwp-selections-grid td { padding: 7px 10px; text-align: center; border-bottom: 1px solid #eee; white-space: nowrap; }
.nwp-selections-grid th:first-child, .nwp-selections-grid td:first-child { text-align: left; }
.nwp-selections-grid thead th { background: #f6f7f7; font-weight: 700; }
.nwp-sel-hidden { color: #999; font-style: italic; }
.nwp-sel-win { color: #1a7f37; font-weight: 700; }
.nwp-sel-loss { color: #c00; font-weight: 700; }
.nwp-sel-push { color: #a67c00; font-weight: 700; }
.nwp-sel-none, .nwp-sel-pending { color: inherit; }

.nwp-sel-key { margin-top: 12px; font-size: 0.85em; color: #555; display: flex; gap: 18px; flex-wrap: wrap; }
.nwp-key-item { display: inline-flex; align-items: center; gap: 6px; }
.nwp-key-swatch { display: inline-block; width: 12px; height: 12px; border-radius: 3px; }
.nwp-key-swatch.nwp-sel-win { background: #1a7f37; }
.nwp-key-swatch.nwp-sel-loss { background: #c00; }
.nwp-key-swatch.nwp-sel-push { background: #a67c00; }

@media (max-width: 600px) {
	.nwp-game-teams { flex-direction: column; }
	.nwp-at { display: none; }
}
