.psfsc-root {
	--psf-burgundy: #9e1b32;
	--psf-green: #0b3d2e;
	--psf-gold: #d4af37;
	--psf-off-white: #faf9f6;
	--psf-ink: #20231f;
	--psf-muted: #69716c;
	--psf-line: #e4e3de;
	color: var(--psf-ink);
	font-family: inherit;
	line-height: 1.45;
	width: 100%;
}
.psfsc-root *, .psfsc-root *::before, .psfsc-root *::after { box-sizing: border-box; }
.psfsc-root button, .psfsc-root select { font: inherit; }
.psf-controls {
	align-items: center;
	background: var(--psf-off-white);
	border: 1px solid rgba(11, 61, 46, .35);
	border-left: 5px solid var(--psf-green);
	border-radius: 10px;
	display: flex;
	gap: .8rem;
	justify-content: space-between;
	margin-bottom: 1rem;
	padding: .65rem;
}
.psf-view-switch { background: #fff; border: 1px solid var(--psf-line); border-radius: 8px; display: inline-flex; padding: 3px; }
.psf-view-switch button { background: transparent; border: 0; border-radius: 6px; color: var(--psf-green); cursor: pointer; font-size: .74rem; font-weight: 850; letter-spacing: .045em; min-height: 38px; padding: .55rem .85rem; text-transform: uppercase; }
.psf-view-switch button.is-active { background: var(--psf-burgundy); color: #fff; }
.psf-view-switch button:focus-visible, .psf-week select:focus-visible, .psfsc-root a:focus-visible { outline: 3px solid rgba(212, 175, 55, .65); outline-offset: 2px; }
.psf-week { align-items: center; color: var(--psf-green); display: flex; font-size: .7rem; font-weight: 850; gap: .5rem; letter-spacing: .045em; text-transform: uppercase; }
.psf-week select, .psfsc-filters select { appearance: none; background: #fff linear-gradient(45deg, transparent 50%, var(--psf-burgundy) 50%) calc(100% - 14px) 50%/5px 5px no-repeat; border: 1px solid #c9d0cc; border-radius: 7px; color: var(--psf-ink); cursor: pointer; font-weight: 750; min-height: 38px; padding: .45rem 1.75rem .45rem .65rem; }
.psfsc-card { background: #fff; border: 1px solid var(--psf-line); border-top: 4px solid var(--psf-green); border-radius: 14px; box-shadow: 0 7px 20px rgba(11, 61, 46, .05); overflow: hidden; padding: clamp(.9rem, 2vw, 1.25rem); }
.psfsc-heading { align-items: end; display: flex; gap: 1rem; justify-content: space-between; margin-bottom: .9rem; }
.psfsc-heading h3 { color: var(--psf-green); font-size: clamp(1.05rem, 2vw, 1.35rem); font-weight: 900; letter-spacing: .035em; line-height: 1.15; margin: 0; text-transform: uppercase; }
.psfsc-filters { display: flex; flex-wrap: wrap; gap: .55rem; justify-content: flex-end; }
.psfsc-filters label { color: var(--psf-muted); display: grid; font-size: .58rem; font-weight: 850; gap: .12rem; letter-spacing: .05em; text-transform: uppercase; }
.psfsc-filters select { font-size: .72rem; min-height: 35px; min-width: 125px; }
.psfsc-table-wrap { border: 1px solid var(--psf-line); border-radius: 9px; overflow-x: auto; }
.psfsc-table { border: 0; border-collapse: separate; border-spacing: 0; font-size: .74rem; margin: 0; min-width: 880px; width: 100%; }
.psfsc-table thead th { background: var(--psf-green); border: 0; color: #fff; font-size: .6rem; font-weight: 850; letter-spacing: .04em; padding: .7rem .5rem; text-align: center; text-transform: uppercase; white-space: nowrap; }
.psfsc-table thead th:nth-child(2) { text-align: left; }
.psfsc-table tbody td, .psfsc-table tbody th { background: #fff; border: 0; border-bottom: 1px solid #ecece8; color: var(--psf-ink); font-size: .74rem; padding: .66rem .5rem; text-align: center; vertical-align: middle; }
.psfsc-table tbody th { font-weight: 800; min-width: 140px; text-align: left; }
.psfsc-table tbody tr:nth-child(even) td, .psfsc-table tbody tr:nth-child(even) th { background: #fbfbf9; }
.psfsc-table tbody tr:last-child td, .psfsc-table tbody tr:last-child th { border-bottom: 0; }
.psfsc-table a { color: var(--psf-green); font-weight: 800; text-decoration: none; }
.psfsc-table a:hover { color: var(--psf-burgundy); text-decoration: underline; }
.psf-rank { align-items: center; background: var(--psf-off-white); border: 1px solid rgba(11, 61, 46, .22); border-radius: 999px; color: var(--psf-green); display: inline-flex; font-weight: 900; height: 27px; justify-content: center; min-width: 27px; padding: 0 .35rem; }
.psf-accuracy { font-weight: 750; white-space: nowrap; }
.psf-overall .psf-accuracy { color: var(--psf-burgundy); font-weight: 900; }
.psf-selected { box-shadow: inset 0 -3px 0 var(--psf-gold); font-weight: 900; }
.psf-move { font-size: .68rem; font-weight: 850; white-space: nowrap; }
.psf-move--up { color: #15783a; } .psf-move--down { color: var(--psf-burgundy); } .psf-move--same, .psf-muted { color: var(--psf-muted); }
.psf-status { border-radius: 999px; display: inline-block; font-size: .55rem; font-weight: 850; letter-spacing: .03em; padding: .25rem .42rem; text-transform: uppercase; white-space: nowrap; }
.psf-status.is-qualified { background: #e2eee8; color: var(--psf-green); } .psf-status.is-provisional { background: #f5edd0; color: #785f11; }
.psf-empty { align-items: center; background: var(--psf-off-white); display: flex; flex-direction: column; justify-content: center; min-height: 170px; padding: 1rem; text-align: center; }
.psf-empty > span { background: linear-gradient(90deg, var(--psf-burgundy) 0 67%, var(--psf-gold) 67%); border-radius: 999px; height: 5px; width: 52px; }
.psf-empty p, .psf-loading { color: var(--psf-muted); font-size: .78rem; font-weight: 750; letter-spacing: .02em; margin: .65rem 0 0; text-transform: uppercase; }
.psf-loading { padding: 2rem; text-align: center; }
.psf-sr-only { clip: rect(0,0,0,0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
@media (max-width: 760px) {
	.psf-controls, .psfsc-heading { align-items: stretch; flex-direction: column; }
	.psf-view-switch { display: grid; grid-template-columns: 1fr 1fr; }
	.psf-week { justify-content: space-between; }
	.psfsc-filters { justify-content: stretch; }
	.psfsc-filters label { flex: 1 1 130px; }
	.psfsc-filters select { width: 100%; }
}
@media (prefers-reduced-motion: reduce) { .psfsc-root * { scroll-behavior: auto !important; transition-duration: .01ms !important; } }
