/* cmsms stylesheet: fullMaster modified: 09/03/26 17:21:03 */
body {
	font-family: "Albert Sans", system-ui, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 100%;
	line-height: 160%;
	color: #141210;
	background-color: #F0EEE9;
	margin: 0px;
	padding: 0px;
}

* {
	box-sizing: border-box;
}

p {
	margin: 0px 0px 20px 0px;
}

h1 {
	font-weight: 700;
	font-size: 156%;
	line-height: 120%;
	margin: 0px 0px 4px 0px;
	color: #141210;
}

h2 {
	font-weight: 700;
	font-size: 138%;
	line-height: 120%;
	margin: 0px 0px 6px 0px;
	color: #141210;
}

h3 {
	font-weight: 700;
	font-size: 131%;
	line-height: 120%;
	margin: 0px 0px 10px 0px;
	color: #141210;
}

h4 {
	font-weight: 700;
	font-size: 113%;
	line-height: 130%;
	margin: 0px 0px 8px 0px;
	color: #141210;
}

h5 {
	font-weight: 600;
	font-size: 97%;
	line-height: 130%;
	margin: 0px 0px 8px 0px;
	color: #141210;
}

h6 {
	font-weight: 700;
	font-size: 81%;
	line-height: 130%;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin: 0px 0px 8px 0px;
	color: #A99F8A;
}

a {
	color: #5D4A9C;
	text-decoration: none;
	transition: color 0.4s, background-color 0.4s;
}

a:hover {
	color: #43326E;
}

a img {
	border: 0px;
}

input, textarea, select, button {
	font-family: inherit;
}

/* IDs are kept in the markup for JS hooks and anchors only — all styling lives in classes. */

/* Classes */

.outer {

}

.inner {
	width: calc(100% - 60px);
	max-width: 1880px;
	margin: 0px auto;
	position: relative;
}

.wizardInner {
	width: 940px;
	max-width: calc(100% - 60px);
	margin: 0px auto;
	display: flex;
	flex-direction: column;
	gap: 26px;
}

/* Structural chrome (compose with colour/flex classes; applied to the ID'd elements) */

.fullMinHeight {
	min-height: 100vh;
}

.minWidthZero {
	min-width: 0px;
}

.sidebar {
	width: 273px;
	flex: none;
	border-right: 1px solid #ECE6D8;
	display: flex;
	flex-direction: column;
	padding: 24px 16px;
	gap: 3px;
}

.logoBlock {
	margin: 0px 8px 24px 8px;
}

.logoImg {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 5px;
}

.navFoot {
	margin-top: auto;
	padding: 13px 8px 4px 8px;
	border-top: 1px solid #F0EADA;
}

.mainPadded {
	padding: 26px 31px;
}

.topBar {
	border-bottom: 1px solid #ECE6D8;
	padding: 0px 36px;
	height: 76px;
}

.softBox {
	border: 1px solid #ECE6D8;
	border-radius: 8px;
}

.creditBar {
	padding: 14px 24px;
	border-top: 1px solid #ECE6D8;
}

.overlayScrim {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 9000;
	background-color: rgba(20, 18, 16, 0.45);
	align-items: center;
	justify-content: center;
}

.modalBox {
	border-radius: 12px;
	width: 570px;
	max-width: calc(100% - 60px);
	box-shadow: 0px 16px 52px rgba(20, 18, 16, 0.3);
	overflow: hidden;
}

.toastTray {
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 28px;
	z-index: 9500;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	pointer-events: none;
}

.columnContainer {
	display: flex;
	gap: 18px;
}

.verticalContainer {
	flex-direction: column;
}

.allSpaceColumn {
	justify-content: space-between;
}

.rightColumnContent {
	justify-content: flex-end;
}

.centerColumn {
	align-items: center;
}

.equalColumn {
	flex: 1;
	min-width: 0px;
}

.columnContainer .heroMainColumn {
	flex: 2 1 0;
	min-width: 0px;
}

.columnContainer .heroSideColumn {
	flex: 1 1 0;
	min-width: 0px;
}

.standardVertical {
	padding-top: 42px;
	padding-bottom: 42px;
}

.standardPadded {
	padding: 24px;
}

.smallPadded {
	padding: 16px;
}

.bottomMargin {
	margin-bottom: 20px;
}

.topMargin {
	margin-top: 20px;
}

.centerBlock {
	text-align: center;
}

.mutedText {
	color: #8A8172;
}

.tinyText {
	font-size: 90%;
}

.smallText {
	font-size: 97%;
}

.upperLabel {
	font-size: 81%;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #A99F8A;
	margin: 0px 0px 8px 0px;
	display: block;
}

/* Sidebar navigation */

.navItem {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 14px;
	border-radius: 7px;
	color: #4A443A;
	font-size: 106%;
	cursor: pointer;
	transition: background-color 0.3s, color 0.3s;
}

.navItem:hover {
	background-color: #F7F3E9;
	color: #4A443A;
	text-decoration: none;
}

.navItem.activeNav {
	background-color: #EDE8F8;
	color: #4A3577;
	font-weight: 700;
}

.navItem.activeNav:hover {
	background-color: #EDE8F8;
	color: #4A3577;
}

.navCount {
	margin-left: auto;
	background-color: #5D4A9C;
	color: #ffffff;
	font-size: 81%;
	font-weight: 700;
	padding: 1px 9px;
	border-radius: 9px;
}

.navSectionLabel {
	font-size: 81%;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #A99F8A;
	padding: 6px 14px 2px 14px;
}

.userChip {
	display: flex;
	align-items: center;
	gap: 12px;
}

.userChip .userName {
	color: #141210;
	font-weight: 600;
}

.userChip .userRole {
	color: #8A8172;
}

.userChipText {
	font-size: 94%;
	line-height: 130%;
}

/* Page header */

.pageHeader {
	display: flex;
	align-items: center;
	gap: 16px;
}

.pageHeader .headerActions {
	margin-left: auto;
	display: flex;
	align-items: center;
	gap: 12px;
}

.pageTitle {
	margin: 0px;
	font-size: 156%;
	font-weight: 700;
}

.pageSubtitle {
	margin: 4px 0px 0px 0px;
	font-size: 100%;
	color: #8A8172;
}

.eyebrow {
	font-size: 90%;
	font-weight: 600;
	color: #5D4A9C;
	margin: 0px 0px 2px 0px;
}

/* Toolbar / filters */

.toolbar {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.searchField {
	display: flex;
	align-items: center;
	gap: 9px;
	background-color: #ffffff;
	border: 1px solid #E5DECB;
	border-radius: 7px;
	padding: 9px 15px;
	font-size: 97%;
	color: #8A8172;
	width: 300px;
}

.filterPill {
	background-color: #ffffff;
	border: 1px solid #E5DECB;
	border-radius: 7px;
	padding: 9px 15px;
	font-size: 97%;
	font-weight: 600;
	color: #4A443A;
	cursor: pointer;
	transition: border-color 0.3s;
}

.filterPill:hover {
	border-color: #5D4A9C;
}

.chipRow {
	display: flex;
	gap: 5px;
	font-size: 90%;
	font-weight: 600;
	margin-left: auto;
	flex-wrap: wrap;
}

.filterChip {
	color: #4A443A;
	padding: 5px 13px;
	border-radius: 20px;
	cursor: pointer;
	transition: background-color 0.3s, color 0.3s;
}

.filterChip:hover {
	background-color: #F7F3E9;
}

.filterChip.activeChip {
	background-color: #EDE8F8;
	color: #5D4A9C;
}

/* Data table */

.dataTable {
	background-color: #ffffff;
	border: 1px solid #ECE6D8;
	border-radius: 9px;
	overflow: hidden;
}

.bulkBar {
	display: none;
	align-items: center;
	background-color: #EDE8F8;
	padding: 12px 21px;
	font-size: 97%;
	font-weight: 600;
	color: #4A3577;
	gap: 18px;
}

.bulkBar.bulkBarOn {
	display: flex;
}

.bulkAction {
	cursor: pointer;
	text-decoration: underline;
	color: #4A3577;
}

.bulkAction:hover {
	color: #5D4A9C;
}

.bulkClear {
	margin-left: auto;
	cursor: pointer;
}

.tableHead, .tableRow {
	display: grid;
	grid-template-columns: 30px 2fr 1.6fr 1fr 0.9fr 0.8fr 0.6fr 30px;
	gap: 10px;
	padding: 11px 21px;
	align-items: center;
}

.tableHead {
	font-size: 81%;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #A99F8A;
	border-bottom: 1px solid #F0EADA;
	padding-top: 10px;
	padding-bottom: 10px;
}

.tableHead .sortable {
	cursor: pointer;
}

.tableHead .activeSort {
	color: #5D4A9C;
}

.tableHead .alignRight {
	text-align: right;
}

.tableRow {
	font-size: 103%;
	color: #2E2A22;
	border-bottom: 1px solid #F7F3E9;
	transition: background-color 0.3s;
}

.tableRow:last-of-type {
	border-bottom: 0px;
}

.tableRow:hover {
	background-color: #FBF9F4;
}

.tableRow.rowSelected {
	background-color: #F9F6FD;
}

.entrantName {
	font-weight: 600;
}

.entrantBiz {
	color: #A99F8A;
	font-weight: 400;
}

.cellRight {
	text-align: right;
	font-weight: 700;
}

.cellMuted {
	color: #A99F8A;
}

.rowMenu {
	color: #A99F8A;
	cursor: pointer;
	text-align: center;
}

.tableFoot {
	display: flex;
	align-items: center;
	padding: 11px 21px;
	font-size: 90%;
	color: #A99F8A;
	border-top: 1px solid #F0EADA;
}

.perPage {
	cursor: pointer;
}

/* Pagination */

.pager {
	margin-left: auto;
	display: flex;
	gap: 5px;
	font-weight: 600;
	font-size: 90%;
	color: #4A443A;
	align-items: center;
}

.pageStep {
	border: 1px solid #E5DECB;
	background-color: #ffffff;
	border-radius: 4px;
	padding: 3px 11px;
	cursor: pointer;
	transition: background-color 0.3s;
}

.pageStep:hover {
	background-color: #F7F3E9;
}

.pageStep.activePage {
	background-color: #5D4A9C;
	color: #ffffff;
	border-color: #5D4A9C;
}

.pageGap {
	padding: 3px 5px;
	color: #A99F8A;
}

/* Checkbox accent */

.entryCheck, .rowCheck {
	width: 16px;
	height: 16px;
	accent-color: #5D4A9C;
	cursor: pointer;
}

/* Avatars */

.avatar {
	width: 39px;
	height: 39px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 90%;
	font-weight: 700;
	flex: none;
}

.avatarSmall {
	width: 30px;
	height: 30px;
	font-size: 85%;
}

/* Buttons */

.blockButton {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	box-sizing: border-box;
	font-size: 97%;
	font-weight: 700;
	line-height: 100%;
	padding: 11px 17px;
	border: 0px;
	border-radius: 7px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	transition: color 0.4s, background-color 0.4s, border-color 0.4s;
}

.blockButton.fullButton {
	width: 100%;
}

.secondaryButton {
	background-color: #ffffff;
	border: 1px solid #E5DECB;
	color: #4A443A;
	font-weight: 600;
}

.secondaryButton:hover {
	background-color: #F7F3E9;
	color: #4A443A;
	text-decoration: none;
}

.textButton {
	background-color: transparent;
	color: #5D4A9C;
	padding: 11px 8px;
}

.textButton:hover {
	color: #43326E;
	text-decoration: none;
}

.disabledButton {
	background-color: #F0EADA;
	color: #A99F8A;
	cursor: not-allowed;
}

/* Status badges */

.statusBadge {
	display: inline-block;
	font-size: 90%;
	font-weight: 600;
	padding: 3px 11px;
	border-radius: 10px;
	line-height: 150%;
	white-space: nowrap;
}

.submittedBadge {
	background-color: #F3EBD2;
	color: #7A6420;
}

.judgingBadge {
	background-color: #EDE8F8;
	color: #5D4A9C;
}

.finalistBadge {
	background-color: #E9F2E6;
	color: #3E6B34;
}

.winnerBadge {
	background-color: #141210;
	color: #E9C95C;
	font-weight: 700;
}

.withdrawnBadge {
	background-color: #F7E5E5;
	color: #A33B3B;
}

.draftBadge {
	background-color: #F0EADA;
	color: #8A8172;
}

/* Cards */

.infoCard {
	background-color: #ffffff;
	border: 1px solid #ECE6D8;
	border-radius: 9px;
	padding: 18px 21px;
}

.statCard {
	background-color: #ffffff;
	border: 1px solid #ECE6D8;
	border-radius: 9px;
	padding: 18px 21px;
	flex: 1;
	min-width: 0px;
}

.statLabel {
	font-size: 90%;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #A99F8A;
}

.statFigure {
	font-size: 194%;
	font-weight: 700;
	margin: 4px 0px 2px 0px;
	line-height: 110%;
}

.statUp {
	font-size: 90%;
	color: #3E6B34;
}

.featureCard {
	border-radius: 9px;
	padding: 21px;
	color: #ffffff;
	position: relative;
	overflow: hidden;
	flex: 1;
	min-width: 0px;
}

.featureCard.purpleFeature {
	background-image: linear-gradient(135deg, #4A3577, #5D4A9C);
}

.featureCard.inkFeature {
	background-image: linear-gradient(135deg, #141210, #2A2416);
	color: #F4E7BD;
}

.featureCard.goldFeature {
	background-image: linear-gradient(135deg, #72540F, #9A761B);
	color: #FFFFFF;
}

.featureCard.goldFeature h2,
.featureCard.goldFeature .weightSemi,
.featureCard.purpleFeature h2 {
	color: #FFFFFF;
}

.featureCard.goldFeature .featureKicker,
.featureCard.goldFeature .upperLabel {
	color: #F4E7BD;
}

.featureStar {
	position: absolute;
	right: -18px;
	top: -18px;
	font-size: 619%;
	color: #E9C95C;
	opacity: 0.15;
	line-height: 100%;
}

.featureKicker {
	font-size: 81%;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #E9C95C;
	position: relative;
}

/* Progress bars */

.progressTrack {
	height: 6px;
	border-radius: 3px;
	background-color: #F0EADA;
	overflow: hidden;
}

.progressFill {
	height: 6px;
	border-radius: 3px;
	background-color: #D4AF37;
}

.progressFill.purpleFill {
	background-color: #5D4A9C;
}

/* Forms */

.fieldLabel {
	display: block;
	font-size: 97%;
	font-weight: 600;
	color: #4A443A;
	margin-bottom: 6px;
}

.fieldLabel.errorLabel {
	color: #A33B3B;
}

.reqStar {
	color: #A33B3B;
}

.textInput, .textArea, .selectInput {
	width: 100%;
	box-sizing: border-box;
	background-color: #ffffff;
	border: 1px solid #E5DECB;
	border-radius: 7px;
	padding: 11px 15px;
	font-size: 106%;
	color: #141210;
	outline: none;
	transition: border-color 0.3s, box-shadow 0.3s;
}

.textArea {
	resize: vertical;
	line-height: 150%;
}

.textInput:focus, .textArea:focus, .selectInput:focus {
	border-color: #5D4A9C;
	box-shadow: 0px 0px 0px 3px #EDE8F8;
}

.textInput.errorInput {
	border-color: #A33B3B;
	box-shadow: 0px 0px 0px 3px #F7E5E5;
}

.fieldHelp {
	font-size: 90%;
	color: #8A8172;
	margin-top: 5px;
}

.fieldHelp.errorHelp {
	color: #A33B3B;
}

.fieldCount {
	font-size: 90%;
	color: #8A8172;
	margin-top: 5px;
	text-align: right;
}

.fakeSelect {
	background-color: #ffffff;
	border: 1px solid #E5DECB;
	border-radius: 7px;
	padding: 11px 15px;
	font-size: 106%;
	color: #141210;
	display: flex;
	cursor: pointer;
}

.fakeSelect .caret {
	margin-left: auto;
	color: #8A8172;
}

.checkRow {
	display: flex;
	align-items: center;
	gap: 11px;
	cursor: pointer;
	font-size: 106%;
	color: #2E2A22;
}

.checkRow input {
	width: 16px;
	height: 16px;
	accent-color: #5D4A9C;
}

/* File upload */

.dropZone {
	border: 1.5px dashed #D4AF37;
	background-color: #FDFBF5;
	border-radius: 9px;
	padding: 26px;
	text-align: center;
	cursor: pointer;
}

.dropIcon {
	font-size: 138%;
	color: #D4AF37;
}

.fileRow {
	display: flex;
	align-items: center;
	gap: 12px;
	background-color: #ffffff;
	border: 1px solid #ECE6D8;
	border-radius: 7px;
	padding: 10px 14px;
	margin-top: 10px;
	font-size: 97%;
}

.fileTag {
	width: 36px;
	height: 36px;
	border-radius: 6px;
	background-color: #EDE8F8;
	color: #5D4A9C;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 81%;
	font-weight: 700;
	flex: none;
}

.fileRemove {
	color: #A33B3B;
	cursor: pointer;
	font-weight: 700;
}

/* Form vocabulary — the standard classes for building forms */

.hidden {
	display: none;
}

.inputRow {
	margin-bottom: 20px;
}

.inputRow:last-child {
	margin-bottom: 0px;
}

.inputRow label {
	display: block;
	font-size: 97%;
	font-weight: 600;
	color: #4A443A;
	margin-bottom: 6px;
}

.inputRow label.errorLabel {
	color: #A33B3B;
}

.inputRow label.optionItem,
.inputRow label.toggleField {
	display: flex;
	margin-bottom: 0px;
}

.fullWidthInput {
	width: 100%;
	box-sizing: border-box;
}

.selectInput {
	cursor: pointer;
}

.multiSelect {
	min-height: 130px;
	padding: 8px;
	cursor: default;
}

.fileInput {
	font-size: 97%;
	color: #4A443A;
}

.fileInput::file-selector-button {
	font-family: inherit;
	font-size: 90%;
	font-weight: 600;
	color: #4A443A;
	background-color: #ffffff;
	border: 1px solid #E5DECB;
	border-radius: 7px;
	padding: 8px 13px;
	margin-right: 12px;
	cursor: pointer;
	transition: background-color 0.3s;
}

.fileInput::file-selector-button:hover {
	background-color: #F7F3E9;
}

.rangeInput {
	accent-color: #5D4A9C;
	height: 24px;
}

/* checkbox / radio option list — wrap options in columnContainer verticalContainer gapSmall */

.optionList {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.optionItem {
	display: flex;
	align-items: center;
	gap: 11px;
	cursor: pointer;
	font-size: 106%;
	color: #2E2A22;
}

.optionItem input {
	width: 16px;
	height: 16px;
	accent-color: #5D4A9C;
	flex: none;
}

/* toggle switch (pure CSS) */

.toggleField {
	display: flex;
	align-items: center;
	gap: 11px;
	cursor: pointer;
	font-size: 106%;
	color: #2E2A22;
}

.toggleInput {
	position: absolute;
	opacity: 0;
	width: 0px;
	height: 0px;
}

.toggleTrack {
	width: 38px;
	height: 22px;
	border-radius: 11px;
	background-color: #DCD5C6;
	position: relative;
	flex: none;
	transition: background-color 0.3s;
}

.toggleTrack::after {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #ffffff;
	transition: left 0.3s;
}

.toggleInput:checked + .toggleTrack {
	background-color: #5D4A9C;
}

.toggleInput:checked + .toggleTrack::after {
	left: 18px;
}

/* segmented control */

.segmented {
	display: inline-flex;
	background-color: #F0EADA;
	border-radius: 8px;
	padding: 3px;
	font-size: 97%;
	font-weight: 600;
}

.segItem {
	padding: 7px 16px;
	border-radius: 6px;
	color: #4A443A;
	cursor: pointer;
	transition: background-color 0.3s, color 0.3s;
}

.segItem.segActive {
	background-color: #ffffff;
	color: #141210;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
}

/* drag & drop highlight (added to .dropZone by sitejs.js) */

.dropActive {
	border-color: #5D4A9C;
	background-color: #F3EFF8;
}

/* form buttons */

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	font-size: 97%;
	font-weight: 700;
	line-height: 100%;
	padding: 11px 20px;
	border: 1px solid transparent;
	border-radius: 7px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	transition: color 0.4s, background-color 0.4s, border-color 0.4s;
}

.btnActive {
	background-color: #5D4A9C;
	color: #ffffff;
}

.btnActive:hover {
	background-color: #4A3577;
	color: #ffffff;
	text-decoration: none;
}

.fbsubmit {
	min-width: 120px;
}

.fbcancel {
	background-color: #ffffff;
	border-color: #E5DECB;
	color: #4A443A;
	font-weight: 600;
}

.fbcancel:hover {
	background-color: #F7F3E9;
	color: #4A443A;
}

.submitRow {
	display: flex;
	gap: 12px;
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px solid #ECE6D8;
}

/* Wizard stepper */

.stepper {
	display: flex;
	align-items: center;
}

.stepItem {
	display: flex;
	align-items: center;
	gap: 10px;
}

.stepDot {
	width: 31px;
	height: 31px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 90%;
	font-weight: 700;
	flex: none;
}

.stepDone {
	background-color: #3E6B34;
	color: #ffffff;
}

.stepCurrent {
	background-color: #5D4A9C;
	color: #ffffff;
}

.stepFuture {
	background-color: #F0EADA;
	color: #8A8172;
}

.stepLabel {
	font-size: 97%;
	font-weight: 600;
}

.stepLabel.doneLabel {
	color: #3E6B34;
}

.stepLabel.currentLabel {
	color: #141210;
	font-weight: 700;
}

.stepLabel.futureLabel {
	color: #8A8172;
}

.stepLine {
	flex: 1;
	height: 2px;
	margin: 0px 13px;
	background-color: #ECE6D8;
}

.stepLine.doneLine {
	background-color: #3E6B34;
}

/* Category picker cards */

.pickGrid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 13px;
}

.pickCard {
	background-color: #ffffff;
	border: 1px solid #ECE6D8;
	border-radius: 9px;
	padding: 18px;
	cursor: pointer;
	position: relative;
	transition: border-color 0.3s;
}

.pickCard:hover {
	border-color: #5D4A9C;
}

.pickCard.pickedCard {
	border: 2px solid #5D4A9C;
}

.pickTick {
	position: absolute;
	top: 13px;
	right: 13px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #5D4A9C;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 81%;
	font-weight: 700;
}

.pickTitle {
	font-size: 106%;
	font-weight: 700;
}

.pickBlurb {
	font-size: 94%;
	color: #8A8172;
	margin-top: 4px;
}

/* Judging score panel */

.scoreGrid {
	display: grid;
	grid-template-columns: 1fr 430px;
	gap: 18px;
	align-items: start;
}

.qCard {
	background-color: #ffffff;
	border: 1px solid #ECE6D8;
	border-radius: 9px;
	padding: 18px 21px;
}

.qCard p {
	margin: 10px 0px 0px 0px;
	font-size: 106%;
	line-height: 165%;
	color: #2E2A22;
}

.scorePanel {
	background-color: #ffffff;
	border: 1px solid #ECE6D8;
	border-radius: 9px;
	padding: 18px 21px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.scoreCriterion .scoreHeadRow {
	display: flex;
	font-size: 97%;
	font-weight: 600;
	color: #4A443A;
	margin-bottom: 7px;
}

.scoreCriterion .scoreValue {
	margin-left: auto;
	color: #5D4A9C;
}

.scoreCriterion .scoreValue.emptyScore {
	color: #A99F8A;
}

.scoreBar {
	display: flex;
	gap: 4px;
}

.scoreCell {
	flex: 1;
	height: 28px;
	border-radius: 4px;
	background-color: #F0EADA;
	cursor: pointer;
	transition: background-color 0.2s;
}

.scoreCell.scoreOn {
	background-color: #5D4A9C;
}

.docRow {
	background-color: #ffffff;
	border: 1px solid #ECE6D8;
	border-radius: 9px;
	padding: 14px 21px;
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 97%;
}

.docView {
	font-weight: 700;
	color: #5D4A9C;
	cursor: pointer;
}

.flagLink {
	color: #A33B3B;
	font-size: 97%;
	font-weight: 600;
	padding: 4px;
	text-align: center;
	cursor: pointer;
}

/* Modal internals */

.modalHead {
	display: flex;
	align-items: center;
	padding: 18px 24px;
	border-bottom: 1px solid #F0EADA;
}

.modalTitle {
	font-size: 122%;
	font-weight: 700;
}

.modalClose {
	margin-left: auto;
	color: #A99F8A;
	cursor: pointer;
	font-size: 113%;
}

.modalBody {
	padding: 21px 24px;
	display: flex;
	flex-direction: column;
	gap: 14px;
	font-size: 103%;
}

.modalFoot {
	display: flex;
	justify-content: flex-end;
	gap: 11px;
	padding: 16px 24px;
	background-color: #FAF8F3;
	border-top: 1px solid #F0EADA;
}

.judgeOption {
	display: flex;
	align-items: center;
	gap: 13px;
	border: 1px solid #ECE6D8;
	border-radius: 8px;
	padding: 13px 15px;
	cursor: pointer;
	transition: border-color 0.3s;
}

.judgeOption:hover {
	border-color: #5D4A9C;
}

.judgeOption.pickedJudge {
	border: 2px solid #5D4A9C;
}

.judgeOption .judgeName {
	font-weight: 700;
}

.judgeOption .judgeMeta {
	color: #8A8172;
	font-size: 90%;
}

/* Toasts */

.toast {
	display: flex;
	align-items: center;
	gap: 13px;
	background-color: #141210;
	color: #ffffff;
	border-radius: 9px;
	padding: 14px 18px;
	font-size: 103%;
	box-shadow: 0px 8px 26px rgba(20, 18, 16, 0.25);
	pointer-events: auto;
}

.toast.dangerToast {
	background-color: #A33B3B;
}

.toastTick {
	color: #7FBF72;
}

.toastStar {
	color: #E9C95C;
}

.toastUndo {
	margin-left: auto;
	color: #E9C95C;
	font-weight: 700;
	cursor: pointer;
}

.toastClose {
	margin-left: auto;
	color: #8A8172;
	cursor: pointer;
}

/* Empty state */

.emptyState {
	background-color: #ffffff;
	border: 1px solid #ECE6D8;
	border-radius: 9px;
	padding: 52px;
	text-align: center;
}

.emptyStar {
	font-size: 213%;
	color: #D4AF37;
}

/* Dashboard */

.topAlign {
	align-items: flex-start;
}

.dashColumns {
	display: flex;
	gap: 18px;
	align-items: flex-start;
}

.dashMainCol {
	flex: 1;
	min-width: 0px;
}

.dashSideCol {
	width: 390px;
	flex: none;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.statGrid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.statFigure .statSuffix {
	font-size: 58%;
	font-weight: 700;
	color: #8A8172;
}

.cardHead {
	display: flex;
	align-items: center;
	gap: 13px;
	padding: 14px 21px;
	border-bottom: 1px solid #F0EADA;
}

.padFlush {
  padding-left: 0px;
  padding-right: 0px;
}

.cardHeadTitle {
	font-size: 113%;
	font-weight: 700;
	color: #141210;
}

.cardLink {
	margin-left: auto;
	font-size: 90%;
	font-weight: 600;
	color: #5D4A9C;
	cursor: pointer;
}

.miniHead, .miniRow {
	display: grid;
	grid-template-columns: 2.1fr 1.7fr 1fr 0.9fr 0.5fr;
	gap: 10px;
	padding: 11px 21px;
	align-items: center;
}

.miniHead {
	font-size: 81%;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #A99F8A;
	border-bottom: 1px solid #F0EADA;
}

.miniRow {
	font-size: 103%;
	color: #2E2A22;
	border-bottom: 1px solid #F7F3E9;
}

.miniRow:last-of-type {
	border-bottom: 0px;
}

.galaStats {
	display: flex;
	gap: 18px;
	margin-top: 13px;
	font-size: 90%;
	position: relative;
}

.galaStats b {
	font-size: 122%;
}

.galaSub {
	font-size: 97%;
	opacity: 0.8;
	margin-top: 2px;
	position: relative;
}

.progressRow .progressRowHead {
	display: flex;
	font-size: 97%;
	color: #4A443A;
	margin-bottom: 5px;
}

.progressRow .progressRowHead b {
	margin-left: auto;
	font-weight: 700;
}

/* Utilities — compose these on elements instead of inline styles */

/* flex + position helpers */
.flexRow {
	display: flex;
}

.alignCenter {
	align-items: center;
}

.justifyCenter {
	justify-content: center;
}

.flexOne {
	flex: 1;
}

.pushRight {
	margin-left: auto;
}

.resetLeft {
	margin-left: 0px;
}

.relative {
	position: relative;
}

.fullHeightColumn {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

/* gap overrides (default columnContainer gap is 18px) */
.gapSmall {
	gap: 8px;
}

.gapMid {
	gap: 12px;
}

.gapLarge {
	gap: 16px;
}

/* margin helpers */
.noMargin {
	margin: 0px;
}

.noBottomMargin {
	margin-bottom: 0px;
}

.spaceTop2 {
	margin-top: 2px;
}

.spaceTop3 {
	margin-top: 3px;
}

.spaceTop5 {
	margin-top: 5px;
}

.spaceTop7 {
	margin-top: 7px;
}

.spaceTop8 {
	margin-top: 8px;
}

.spaceTop13 {
	margin-top: 13px;
}

.spaceTop14 {
	margin-top: 14px;
}

/* font weight */
.weightNormal {
	font-weight: 400;
}

.weightSemi {
	font-weight: 600;
}

.weightBold {
	font-weight: 700;
}

/* font size steps (%, on top of tinyText 90% and smallText 97%) */
.size103 {
	font-size: 103%;
}

.size106 {
	font-size: 106%;
}

.size122 {
	font-size: 122%;
}

.size163 {
	font-size: 163%;
}

/* width helpers (progress-bar fills and column overrides) */
.width41 {
	width: 41%;
}

.width43 {
	width: 43%;
}

.width46 {
	width: 46%;
}

.width64 {
	width: 64%;
}

.width76 {
	width: 76%;
}

.width87 {
	width: 87%;
}

.width90 {
	width: 90%;
}

.searchNarrow {
	width: 240px;
}

/* small named bits reused across pages */
.secondaryFront {
	color: #4A443A;
}

.tickAvatar {
	width: 22px;
	height: 22px;
	font-size: 81%;
}

.dividerTop {
	border-top: 1px solid #F0EADA;
	margin-top: 13px;
	padding-top: 12px;
}

.padWide {
	padding: 24px 28px;
}

/* Tab system */

.tabList {
	align-self: flex-start;
}

.tabButton {
	border: 0px;
	background-color: transparent;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.tabButton:focus-visible {
	outline: 2px solid #5D4A9C;
	outline-offset: 2px;
}

.tabPanel {
	min-width: 0px;
}

.tabPanel[hidden] {
	display: none;
}

/* Category question concertina */

.questionToggle {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	border: 0px;
	background-color: transparent;
	font: inherit;
	white-space: nowrap;
}

.questionToggle:hover {
	color: #4A3577;
	text-decoration: underline;
}

.questionToggle:focus-visible {
	outline: 2px solid #5D4A9C;
	outline-offset: 3px;
	border-radius: 3px;
}

.questionToggleIcon {
	display: inline-block;
	font-size: 88%;
	transition: transform 0.2s;
}

.questionToggle[aria-expanded="true"] .questionToggleIcon {
	transform: rotate(180deg);
}

.questionPanel[hidden] {
	display: none;
}


/* Colours — Back classes */

.purpleBack, a.purpleBack:link, a.purpleBack:visited,
button.purpleBack, input.purpleBack {
	background-color: #5D4A9C;
	color: #ffffff;
}

a.purpleBack:hover, button.purpleBack:hover, input.purpleBack:hover,
.blockButton.purpleBack:hover {
	background-color: #4A3577;
	color: #ffffff;
	text-decoration: none;
}

.purpleTintBack {
	background-color: #EDE8F8;
	color: #4A3577;
}

.goldBack, a.goldBack:link, a.goldBack:visited,
button.goldBack, input.goldBack {
	background-color: #E9C95C;
	color: #141210;
}

a.goldBack:hover, button.goldBack:hover, input.goldBack:hover,
.blockButton.goldBack:hover {
	background-color: #D4AF37;
	color: #141210;
	text-decoration: none;
}

.dangerBack, a.dangerBack:link, a.dangerBack:visited,
button.dangerBack, input.dangerBack {
	background-color: #A33B3B;
	color: #ffffff;
}

a.dangerBack:hover, button.dangerBack:hover, input.dangerBack:hover,
.blockButton.dangerBack:hover {
	background-color: #872F2F;
	color: #ffffff;
	text-decoration: none;
}

.inkBack {
	background-color: #141210;
	color: #ffffff;
}

.canvasBack {
	background-color: #FAF8F3;
}

.whiteBack {
	background-color: #ffffff;
}

/* Colours — Front classes */

.purpleFront {
	color: #5D4A9C;
}

.goldFront {
	color: #D4AF37;
}

.inkFront {
	color: #141210;
}

.mutedFront {
	color: #8A8172;
}

.successFront {
	color: #3E6B34;
}

.dangerFront {
	color: #A33B3B;
}

.whiteFront {
	color: #ffffff;
}
