.paf-app {
	--paf-color-border: #ded7cc;
	--paf-color-bg: #f4f9ff;
	--paf-color-text: #202020;
	--paf-color-muted: #6d675f;
	--paf-color-accent: #b47a18;
	--paf-color-soft: #eaf4ff;
	--paf-color-surface: #f4f9ff;
	--paf-color-surface-strong: #eaf4ff;
	--paf-font-body: inherit;
	--paf-font-heading: var(--paf-font-body);
	--paf-font-description: var(--paf-font-body);
	color: var(--paf-color-text);
	font-family: var(--paf-font-body);
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.paf-app h1,
.paf-app h2,
.paf-app h3,
.paf-app h4,
.paf-app h5,
.paf-app h6,
.paf-app .paf-stat,
.paf-app .paf-dashboard-card strong {
	font-family: var(--paf-font-heading);
}

.paf-app p,
.paf-app small,
.paf-app .description,
.paf-app .paf-empty-state span,
.paf-app .paf-auth-helper,
.paf-app .paf-auth-form-subheading,
.paf-app .paf-dashboard-card p,
.paf-app .paf-dashboard-card small {
	font-family: var(--paf-font-description);
}

.paf-placeholder {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 16px;
	border: 1px solid var(--paf-color-border);
	border-radius: 8px;
	background: var(--paf-color-bg);
}

.paf-app,
.paf-app-shell,
.paf-fullwidth {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
}

.paf-full-bleed {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.paf-container {
	box-sizing: border-box;
	width: min(100% - 32px, 1120px);
	margin-inline: auto;
}

.paf-container--narrow {
	width: min(100% - 32px, 760px);
}

.paf-container--wide {
	width: min(100% - 32px, 1280px);
}

.paf-container--fluid {
	width: calc(100% - 32px);
	max-width: none;
}

.paf-placeholder span {
	color: var(--paf-color-muted);
}

.paf-event-list-shell,
.paf-event-detail-shell,
.paf-submission-form-shell,
.paf-dashboard-shell-wrap,
.paf-results-shell,
.paf-public-badges-shell,
.paf-winner-gallery-shell,
.paf-artist-profile-shell,
.paf-artist-directory-shell,
.paf-certificate-verify-shell-wrap {
	padding-block: 24px;
	overflow-x: clip;
}

.paf-event-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
	gap: 18px;
}

.paf-event-list--list {
	grid-template-columns: 1fr;
}

.paf-event-list--featured .paf-event-card:first-child {
	grid-column: 1 / -1;
}

.paf-event-card,
.paf-event-detail,
.paf-empty-state {
	box-sizing: border-box;
	border: 1px solid var(--paf-color-border);
	border-radius: 8px;
	background: var(--paf-color-bg);
	box-shadow: 0 10px 30px rgba(32, 32, 32, 0.06);
}

.paf-event-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
}

.paf-event-card__image {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	background: var(--paf-color-soft);
}

.paf-event-card__body {
	display: flex;
	flex: 1;
	min-width: 0;
	flex-direction: column;
	gap: 10px;
	padding: 18px;
}

.paf-event-card__status,
.paf-event-detail__status {
	align-self: flex-start;
	border: 1px solid rgba(180, 122, 24, 0.35);
	border-radius: 999px;
	padding: 4px 10px;
	background: #fff9ec;
	color: #6f4a09;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.paf-event-card h3,
.paf-event-detail h2,
.paf-event-detail h3 {
	margin: 0;
	color: var(--paf-color-text);
	letter-spacing: 0;
}

.paf-event-card h3 {
	font-size: 22px;
	line-height: 1.2;
}

.paf-event-card a {
	color: inherit;
	text-decoration: none;
}

.paf-event-card a:hover,
.paf-event-card a:focus {
	color: var(--paf-color-accent);
	text-decoration: underline;
}

.paf-event-card p,
.paf-event-detail p,
.paf-empty-state span {
	margin: 0;
	color: var(--paf-color-muted);
	line-height: 1.55;
}

.paf-event-card__meta,
.paf-event-card__pricing {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	min-width: 0;
	color: var(--paf-color-muted);
	font-size: 14px;
}

.paf-event-card__meta span,
.paf-event-card__pricing span {
	max-width: 100%;
	overflow-wrap: anywhere;
}

.paf-results {
	display: grid;
	gap: 20px;
	min-width: 0;
}

.paf-results__header {
	display: grid;
	gap: 8px;
	max-width: 840px;
	min-width: 0;
}

.paf-results__header span {
	color: var(--paf-color-accent);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.paf-results__header h2 {
	margin: 0;
	color: var(--paf-color-text);
	font-size: 32px;
	line-height: 1.08;
	overflow-wrap: anywhere;
}

.paf-results__header p {
	margin: 0;
	color: var(--paf-color-muted);
	line-height: 1.55;
}

.paf-results-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
	gap: 16px;
	min-width: 0;
}

.paf-result-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--paf-color-border);
	border-radius: 8px;
	background: var(--paf-color-bg);
	box-shadow: 0 10px 30px rgba(32, 32, 32, 0.06);
}

.paf-result-card__image {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	background: var(--paf-color-soft);
}

.paf-result-card__body {
	display: grid;
	gap: 9px;
	min-width: 0;
	padding: 16px;
}

.paf-result-card__award {
	justify-self: start;
	border: 1px solid rgba(39, 116, 100, 0.35);
	border-radius: 999px;
	padding: 4px 10px;
	background: #edf8f4;
	color: #1e6254;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.paf-result-card h3 {
	margin: 0;
	color: var(--paf-color-text);
	font-size: 21px;
	line-height: 1.2;
	overflow-wrap: anywhere;
}

.paf-result-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	min-width: 0;
	color: var(--paf-color-muted);
	font-size: 14px;
}

.paf-result-card__meta span {
	max-width: 100%;
	overflow-wrap: anywhere;
}

.paf-result-card__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	min-width: 0;
}

.paf-public-badge-chip {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	border: 1px solid rgba(39, 116, 100, 0.35);
	border-radius: 999px;
	padding: 4px 10px;
	background: #edf8f4;
	color: #1e6254;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	overflow-wrap: anywhere;
	text-transform: uppercase;
}

.paf-public-badges {
	display: grid;
	gap: 18px;
	min-width: 0;
}

.paf-winner-gallery {
	display: grid;
	gap: 18px;
	min-width: 0;
}

.paf-public-badge-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	min-width: 0;
}

.paf-public-badge-filters span {
	max-width: 100%;
	border: 1px solid var(--paf-color-border);
	border-radius: 999px;
	padding: 5px 10px;
	background: #fff;
	color: var(--paf-color-muted);
	font-size: 13px;
	font-weight: 700;
	overflow-wrap: anywhere;
}

.paf-winner-gallery-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	min-width: 0;
}

.paf-winner-gallery-filters span {
	max-width: 100%;
	border: 1px solid var(--paf-color-border);
	border-radius: 999px;
	padding: 5px 10px;
	background: #fff;
	color: var(--paf-color-muted);
	font-size: 13px;
	font-weight: 700;
	overflow-wrap: anywhere;
}

.paf-public-badges-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
	gap: 16px;
	min-width: 0;
}

.paf-public-badges-grid--list {
	grid-template-columns: 1fr;
}

.paf-winner-gallery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
	gap: 16px;
	min-width: 0;
}

.paf-winner-gallery-grid--columns-1,
.paf-winner-gallery-grid--list {
	grid-template-columns: 1fr;
}

.paf-winner-gallery-grid--columns-2 {
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
}

.paf-winner-gallery-grid--columns-3 {
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
}

.paf-winner-gallery-grid--columns-4 {
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
}

.paf-winner-gallery-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--paf-color-border);
	border-radius: 8px;
	background: var(--paf-color-bg);
	box-shadow: 0 10px 30px rgba(32, 32, 32, 0.06);
}

.paf-winner-gallery-card__media {
	min-width: 0;
	background: var(--paf-color-soft);
}

.paf-winner-gallery-card__media img,
.paf-winner-gallery-card__fallback {
	display: grid;
	width: 100%;
	aspect-ratio: 4 / 3;
	min-height: 0;
}

.paf-winner-gallery-card__media img {
	display: block;
	object-fit: cover;
}

.paf-winner-gallery-card__fallback {
	place-items: center;
	background: linear-gradient(135deg, #fff9ec 0%, #edf8f4 100%);
	color: #4d5137;
	font-size: 34px;
	font-weight: 800;
	line-height: 1;
}

.paf-winner-gallery-card__body {
	display: grid;
	gap: 10px;
	min-width: 0;
	padding: 16px;
}

.paf-winner-gallery-card__award {
	justify-self: start;
	max-width: 100%;
	border: 1px solid rgba(180, 122, 24, 0.35);
	border-radius: 999px;
	padding: 4px 10px;
	background: #fff9ec;
	color: #6f4a09;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	overflow-wrap: anywhere;
	text-transform: uppercase;
}

.paf-winner-gallery-card h3 {
	margin: 0;
	color: var(--paf-color-text);
	font-size: 21px;
	line-height: 1.2;
	overflow-wrap: anywhere;
}

.paf-winner-gallery-card__event {
	margin: -4px 0 0;
	color: var(--paf-color-muted);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.paf-winner-gallery-card__meta,
.paf-winner-gallery-card__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	min-width: 0;
}

.paf-winner-gallery-card__meta {
	color: var(--paf-color-muted);
	font-size: 14px;
}

.paf-winner-gallery-card__meta span {
	max-width: 100%;
	overflow-wrap: anywhere;
}

.paf-winner-gallery-card__verify {
	justify-self: start;
	max-width: 100%;
	border-bottom: 1px solid currentColor;
	color: var(--paf-color-accent);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.35;
	overflow-wrap: anywhere;
	text-decoration: none;
}

.paf-winner-gallery-card__verify:hover,
.paf-winner-gallery-card__verify:focus {
	text-decoration: underline;
}

.paf-public-badge-card {
	display: grid;
	grid-template-columns: 84px minmax(0, 1fr);
	gap: 14px;
	min-width: 0;
	border: 1px solid var(--paf-color-border);
	border-radius: 8px;
	padding: 16px;
	background: var(--paf-color-bg);
	box-shadow: 0 10px 30px rgba(32, 32, 32, 0.06);
}

.paf-public-badge-card__mark,
.paf-badge-owner-card__mark {
	display: grid;
	place-items: center;
	width: 72px;
	aspect-ratio: 1;
	border: 1px solid rgba(180, 122, 24, 0.35);
	border-radius: 50%;
	background: #fff9ec;
	color: #6f4a09;
	font-size: 22px;
	font-weight: 800;
	line-height: 1;
}

.paf-public-badge-card__mark img,
.paf-badge-owner-card__mark img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}

.paf-public-badge-card__body {
	display: grid;
	gap: 10px;
	min-width: 0;
}

.paf-public-badge-card h3 {
	margin: 0;
	font-size: 21px;
	line-height: 1.2;
	overflow-wrap: anywhere;
}

.paf-public-badge-meta,
.paf-badge-owner-meta {
	display: grid;
	gap: 8px;
	min-width: 0;
	margin: 0;
}

.paf-public-badge-meta div,
.paf-badge-owner-meta div {
	display: grid;
	grid-template-columns: minmax(0, 110px) minmax(0, 1fr);
	gap: 8px;
	min-width: 0;
}

.paf-public-badge-meta dt,
.paf-badge-owner-meta dt {
	color: var(--paf-color-muted);
	font-size: 13px;
	font-weight: 800;
}

.paf-public-badge-meta dd,
.paf-badge-owner-meta dd {
	min-width: 0;
	margin: 0;
	overflow-wrap: anywhere;
}

@media (min-width: 760px) {
	.paf-results__header h2 {
		font-size: 42px;
	}
}

@media (max-width: 420px) {
	.paf-container--wide {
		width: min(100% - 24px, 1280px);
	}

	.paf-results-grid {
		grid-template-columns: 1fr;
	}

	.paf-winner-gallery-grid,
	.paf-winner-gallery-grid--columns-2,
	.paf-winner-gallery-grid--columns-3,
	.paf-winner-gallery-grid--columns-4 {
		grid-template-columns: 1fr;
	}

	.paf-public-badge-card {
		grid-template-columns: 1fr;
	}

	.paf-public-badge-card__mark,
	.paf-badge-owner-card__mark {
		width: 64px;
	}

	.paf-public-badge-meta div,
	.paf-badge-owner-meta div {
		grid-template-columns: 1fr;
	}

	.paf-result-card__body {
		padding: 14px;
	}

	.paf-winner-gallery-card__body {
		padding: 14px;
	}
}

.paf-event-detail {
	display: grid;
	gap: 24px;
	padding: clamp(18px, 4vw, 34px);
}

.paf-event-detail__header {
	display: grid;
	grid-template-columns: minmax(0, 360px) minmax(0, 1fr);
	gap: clamp(18px, 4vw, 34px);
	align-items: center;
	min-width: 0;
}

.paf-event-detail__header > div {
	display: grid;
	gap: 12px;
	min-width: 0;
}

.paf-event-detail__image {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	border-radius: 8px;
	object-fit: cover;
	background: var(--paf-color-soft);
}

.paf-event-detail h2 {
	font-size: clamp(30px, 5vw, 52px);
	line-height: 1.05;
	overflow-wrap: anywhere;
}

.paf-event-detail__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.paf-event-detail__panel,
.paf-event-detail__cta {
	min-width: 0;
	border: 1px solid var(--paf-color-border);
	border-radius: 8px;
	padding: 16px;
	background: #fff;
}

.paf-event-detail__panel {
	display: grid;
	align-content: start;
	gap: 8px;
}

.paf-event-detail__panel h3 {
	font-size: 17px;
	line-height: 1.25;
}

.paf-event-detail__panel ul {
	display: grid;
	gap: 6px;
	margin: 0;
	padding-left: 18px;
	color: var(--paf-color-muted);
}

.paf-event-detail__cta {
	display: grid;
	gap: 4px;
	background: var(--paf-color-soft);
}

.paf-empty-state {
	display: grid;
	gap: 6px;
	padding: 20px;
}

.paf-submission-shell,
.paf-dashboard-shell {
	display: grid;
	gap: 20px;
}

.paf-section-header {
	display: grid;
	gap: 6px;
}

.paf-section-header span {
	color: var(--paf-color-accent);
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.paf-section-header h2 {
	margin: 0;
	font-size: clamp(28px, 5vw, 46px);
	line-height: 1.08;
	letter-spacing: 0;
}

.paf-submission-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
	gap: 18px;
	align-items: start;
}

.paf-submission-form,
.paf-submission-summary,
.paf-dashboard-section {
	min-width: 0;
	border: 1px solid var(--paf-color-border);
	border-radius: 8px;
	background: var(--paf-color-bg);
	box-shadow: 0 10px 30px rgba(32, 32, 32, 0.06);
}

.paf-submission-form,
.paf-submission-summary,
.paf-dashboard-section {
	display: grid;
	gap: 16px;
	padding: clamp(16px, 3vw, 24px);
}

.paf-field,
.paf-fieldset {
	display: grid;
	gap: 8px;
	min-width: 0;
	margin: 0;
	border: 0;
	padding: 0;
}

.paf-field > span,
.paf-fieldset legend {
	color: var(--paf-color-text);
	font-weight: 700;
}

.paf-field select,
.paf-field textarea,
.paf-field input[type="text"],
.paf-field input[type="email"],
.paf-field input[type="password"],
.paf-field input[type="url"],
.paf-field input[type="tel"],
.paf-field input[type="number"] {
	box-sizing: border-box;
	width: 100%;
	min-height: 44px;
	border: 1px solid var(--paf-color-border);
	border-radius: 8px;
	padding: 8px 12px;
	background: #fff;
	color: var(--paf-color-text);
	font: inherit;
}

.paf-field textarea {
	min-height: 120px;
	resize: vertical;
}

.paf-fieldset label {
	display: flex;
	gap: 8px;
	align-items: flex-start;
	min-width: 0;
	line-height: 1.4;
}

.paf-topic-picker__tree {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
	gap: 12px;
	min-width: 0;
}

.paf-topic-choice {
	display: grid;
	gap: 8px;
	min-width: 0;
	border: 1px solid rgba(222, 215, 204, 0.9);
	border-radius: 10px;
	padding: 12px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(32, 32, 32, 0.04);
}

.paf-topic-choice--group {
	grid-column: span 1;
}

.paf-topic-choice__label,
.paf-topic-choice__heading {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	min-width: 0;
	color: var(--paf-color-text);
	font-weight: 700;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.paf-topic-choice__heading {
	color: #6f4a09;
	text-transform: none;
}

.paf-topic-choice p {
	margin: 0;
	color: var(--paf-color-muted);
	font-size: 14px;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.paf-topic-choice__children {
	display: grid;
	gap: 8px;
	margin-top: 2px;
	padding-left: 12px;
	border-left: 2px solid rgba(180, 122, 24, 0.18);
}

.paf-topic-choice__children .paf-topic-choice {
	border-radius: 8px;
	padding: 10px;
	background: #fffdf8;
	box-shadow: none;
}

.paf-form-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.paf-dashboard-nav,
.paf-account-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	min-width: 0;
}

.paf-dashboard-nav .paf-button,
.paf-account-nav .paf-button {
	max-width: 100%;
	text-align: center;
	overflow-wrap: anywhere;
}

.paf-button {
	min-height: 44px;
	border: 1px solid var(--paf-color-accent);
	border-radius: 8px;
	padding: 10px 16px;
	background: var(--paf-color-accent);
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

.paf-button--secondary {
	background: #fff;
	color: var(--paf-color-accent);
}

.paf-button:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.paf-button--disabled {
	border-color: var(--paf-color-border);
	background: var(--paf-color-soft);
	color: var(--paf-color-muted);
	cursor: not-allowed;
}

.paf-button:focus,
.paf-button:focus-visible,
.paf-field select:focus,
.paf-field textarea:focus,
.paf-field input[type="text"]:focus,
.paf-field input[type="email"]:focus,
.paf-field input[type="password"]:focus,
.paf-field input[type="url"]:focus,
.paf-field input[type="tel"]:focus,
.paf-field input[type="number"]:focus,
.paf-coupon-form input[type="text"]:focus,
.paf-upload-form input[type="file"]:focus,
.paf-upload-replace-form input[type="file"]:focus {
	outline: 2px solid #1f6feb;
	outline-offset: 2px;
}

.paf-notice {
	display: grid;
	gap: 4px;
	border: 1px solid var(--paf-color-border);
	border-radius: 8px;
	padding: 14px 16px;
	background: #fff;
}

.paf-notice--info {
	background: #f4f8fb;
}

.paf-guest-prompt {
	align-items: start;
}

.paf-guest-prompt .paf-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	margin-top: 4px;
	text-decoration: none;
}

.paf-account-shell-wrap {
	padding-block: 24px;
	overflow-x: clip;
}

.paf-auth-screen {
	position: relative;
	--paf-auth-accent: var(--paf-color-accent);
	--paf-auth-link-color: var(--paf-auth-accent);
	--paf-auth-overlay-opacity: 0.62;
	--paf-auth-blur: 0;
	--paf-auth-card-opacity: 0.84;
	--paf-auth-radius: 8px;
	--paf-auth-bg-position: center center;
}

.paf-auth-bg,
.paf-auth-overlay {
	display: none;
}

.paf-auth-brand {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.paf-auth-brand__logo {
	display: block;
	width: auto;
	max-width: min(180px, 70vw);
	max-height: 54px;
	object-fit: contain;
}

.paf-auth-brand__name {
	font-weight: 800;
	overflow-wrap: anywhere;
}

.paf-auth-brand__link {
	margin-left: auto;
	color: var(--paf-auth-link-color);
	font-weight: 700;
	overflow-wrap: anywhere;
}

.paf-auth-hero {
	display: grid;
	gap: 8px;
	min-width: 0;
}

.paf-auth-hero h2 {
	margin: 0;
	font-size: 46px;
	line-height: 1.08;
	letter-spacing: 0;
}

.paf-auth-hero p,
.paf-auth-form-subheading,
.paf-auth-helper {
	margin: 0;
	color: var(--paf-color-muted);
	overflow-wrap: anywhere;
}

.paf-auth-hero__eyebrow {
	color: var(--paf-auth-accent);
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.paf-auth-hero__divider {
	display: block;
	width: 64px;
	height: 2px;
	background: var(--paf-auth-accent);
}

.paf-auth-card {
	border-radius: var(--paf-auth-radius);
}

.paf-auth-panel {
	display: grid;
	gap: 18px;
	min-width: 0;
}

.paf-auth-panel__header {
	margin: 0;
}

.paf-auth-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	min-width: 0;
}

.paf-auth-tabs__link {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	border: 1px solid var(--paf-color-border);
	border-radius: 8px;
	padding: 8px 12px;
	color: var(--paf-auth-link-color);
	font-weight: 700;
	text-decoration: none;
	overflow-wrap: anywhere;
}

.paf-auth-tabs__link.is-active {
	border-color: var(--paf-auth-accent);
	background: var(--paf-color-soft);
	color: var(--paf-color-text);
}

.paf-auth-social {
	display: grid;
	min-width: 0;
}

.paf-auth-social__button {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 6px;
	width: 100%;
}

.paf-auth-social__button small {
	font-size: 12px;
	font-weight: 700;
	opacity: 0.8;
}

.paf-auth-screen .paf-button {
	border-color: var(--paf-auth-accent);
	background: var(--paf-auth-accent);
}

.paf-auth-screen .paf-button--secondary {
	background: #fff;
	color: var(--paf-auth-accent);
}

.paf-auth-screen a {
	color: var(--paf-auth-link-color);
}

.paf-account-shell {
	display: grid;
	gap: 20px;
	min-width: 0;
}

.paf-account-form {
	display: grid;
	gap: 16px;
	min-width: 0;
	border: 1px solid var(--paf-color-border);
	border-radius: 8px;
	padding: clamp(16px, 3vw, 24px);
	background: var(--paf-color-bg);
	box-shadow: 0 10px 30px rgba(32, 32, 32, 0.06);
}

.paf-account-form--wide {
	align-content: start;
}

.paf-account-form-grid,
.paf-account-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
	gap: 16px;
	min-width: 0;
}

.paf-check-row {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	min-width: 0;
	line-height: 1.45;
}

.paf-check-row input {
	width: 18px;
	height: 18px;
	margin-top: 3px;
	flex: 0 0 auto;
}

.paf-account-text-link {
	width: fit-content;
	color: var(--paf-color-accent);
	font-weight: 700;
}

.paf-account-definition-list {
	display: grid;
	grid-template-columns: max-content minmax(0, 1fr);
	gap: 8px 14px;
	margin: 0;
}

.paf-account-definition-list dt,
.paf-account-definition-list dd {
	min-width: 0;
	margin: 0;
	overflow-wrap: anywhere;
}

.paf-account-definition-list dt {
	font-weight: 800;
}

.paf-private-account-screen {
	box-sizing: border-box;
	min-height: 100svh;
	padding-block: clamp(20px, 4vw, 42px);
	background:
		linear-gradient(180deg, #f8faf8 0%, #f2f0ea 100%);
	color: var(--paf-color-text);
}

.wp-site-blocks:has(.paf-private-account-screen) > header,
.wp-site-blocks:has(.paf-private-account-screen) > footer,
.wp-site-blocks:has(.paf-private-account-screen) .wp-block-post-title {
	display: none;
}

.wp-site-blocks:has(.paf-private-account-screen) main,
.wp-site-blocks:has(.paf-private-account-screen) main > .wp-block-group,
.wp-site-blocks:has(.paf-private-account-screen) .entry-content:has(.paf-private-account-screen) {
	margin-block-start: 0 !important;
	padding-block-start: 0 !important;
}

.paf-private-dashboard {
	display: grid;
	gap: 18px;
	min-width: 0;
}

.paf-private-dashboard__header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: end;
	min-width: 0;
	border: 1px solid rgba(32, 32, 32, 0.12);
	border-radius: 8px;
	padding: clamp(20px, 4vw, 32px);
	background:
		linear-gradient(135deg, #1f2424 0%, #30322b 58%, #704c12 100%);
	color: #ffffff;
	box-shadow: 0 20px 44px rgba(32, 32, 32, 0.12);
}

.paf-private-dashboard__title {
	display: grid;
	gap: 8px;
	min-width: 0;
}

.paf-private-dashboard__eyebrow {
	color: #f1d27b;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
}

.paf-private-dashboard__header h2 {
	margin: 0;
	color: #ffffff;
	font-size: clamp(30px, 5vw, 52px);
	font-weight: 800;
	line-height: 1.04;
	letter-spacing: 0;
	overflow-wrap: anywhere;
}

.paf-private-dashboard__header p {
	max-width: 740px;
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 16px;
	line-height: 1.55;
}

.paf-private-dashboard__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px;
	min-width: min(100%, 260px);
}

.paf-private-account-screen .paf-private-dashboard__actions .paf-button {
	border-color: rgba(255, 255, 255, 0.9);
	background: #ffffff;
	color: #1d2327;
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.paf-private-account-screen .paf-private-dashboard__actions .paf-button--secondary {
	border-color: rgba(255, 255, 255, 0.35);
	background: rgba(255, 255, 255, 0.12);
	color: #ffffff;
	box-shadow: none;
}

.paf-private-account-screen .paf-notice {
	border-color: rgba(32, 32, 32, 0.12);
	background: #ffffff;
	box-shadow: 0 10px 28px rgba(32, 32, 32, 0.05);
}

.paf-private-account-screen .paf-notice--warning {
	border-color: rgba(180, 122, 24, 0.34);
	background: #fff8e7;
}

.paf-private-account-screen .paf-account-nav {
	position: sticky;
	top: 16px;
	z-index: 2;
	gap: 8px;
	border: 1px solid rgba(32, 32, 32, 0.1);
	border-radius: 8px;
	padding: 8px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 12px 30px rgba(32, 32, 32, 0.08);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.paf-private-account-screen .paf-account-nav .paf-button {
	width: auto;
	min-height: 40px;
	border-color: #1f2424;
	border-radius: 6px;
	padding: 8px 12px;
	background: #1f2424;
	color: #ffffff;
	font-size: 13px;
	box-shadow: none;
}

.paf-private-account-screen .paf-account-nav .paf-button--secondary {
	border-color: transparent;
	background: transparent;
	color: #4b5563;
}

.paf-private-account-screen .paf-account-nav .paf-button--secondary:hover,
.paf-private-account-screen .paf-account-nav .paf-button--secondary:focus-visible {
	background: #f0eadf;
	color: #202020;
}

.paf-private-account-screen .paf-account-grid {
	grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.95fr);
	align-items: stretch;
	gap: 18px;
}

.paf-private-account-screen .paf-summary-panel,
.paf-private-account-screen .paf-dashboard-section,
.paf-private-account-screen .paf-account-form {
	border-color: rgba(32, 32, 32, 0.1);
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(32, 32, 32, 0.07);
}

.paf-private-account-screen .paf-summary-panel,
.paf-private-account-screen .paf-dashboard-section {
	padding: clamp(18px, 3vw, 24px);
}

.paf-private-account-screen .paf-summary-panel h3,
.paf-private-account-screen .paf-dashboard-section h3 {
	font-size: 18px;
	font-weight: 800;
}

.paf-private-summary-card--identity {
	grid-row: span 2;
}

.paf-account-meta-list {
	display: grid;
	gap: 12px;
	margin: 0;
	min-width: 0;
}

.paf-account-meta-list div {
	display: grid;
	gap: 4px;
	min-width: 0;
	border-top: 1px solid rgba(32, 32, 32, 0.08);
	padding-top: 12px;
}

.paf-account-meta-list dt,
.paf-account-meta-list dd {
	min-width: 0;
	margin: 0;
	overflow-wrap: anywhere;
}

.paf-account-meta-list dt {
	color: var(--paf-color-muted);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.25;
	text-transform: uppercase;
}

.paf-account-meta-list dd {
	color: var(--paf-color-text);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
}

.paf-private-summary-card--completion .paf-stat {
	color: #277464;
	font-size: clamp(42px, 7vw, 64px);
	font-weight: 800;
}

.paf-private-account-screen .paf-account-verification-panel.is-verified {
	border-color: rgba(39, 116, 100, 0.24);
	background: #f4fbf7;
}

.paf-private-account-screen .paf-account-verification-panel .paf-dashboard-status-pill {
	border-color: rgba(39, 116, 100, 0.28);
	background: #e7f7ed;
	color: #116329;
}

.paf-private-account-screen .paf-account-form .paf-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-decoration: none;
}

.paf-private-account-screen .paf-account-form .paf-button--secondary {
	border-color: rgba(32, 32, 32, 0.16);
	background: #ffffff;
	color: #4f3510;
}

.paf-private-account-screen .paf-account-form {
	padding: clamp(18px, 3vw, 26px);
}

.paf-private-account-screen .paf-account-form-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-bar .paf-private-account-screen .paf-account-nav {
	top: 48px;
}

@media (max-width: 900px) {
	.paf-private-dashboard__header {
		grid-template-columns: 1fr;
	}

	.paf-private-dashboard__actions {
		justify-content: flex-start;
		min-width: 0;
	}

	.paf-private-account-screen .paf-account-grid {
		grid-template-columns: 1fr;
	}

	.paf-private-summary-card--identity {
		grid-row: auto;
	}
}

@media (max-width: 640px) {
	.paf-private-account-screen {
		padding-block: 16px;
	}

	.paf-private-dashboard {
		gap: 14px;
	}

	.paf-private-dashboard__header {
		padding: 18px;
	}

	.paf-private-dashboard__header h2 {
		font-size: 30px;
	}

	.paf-private-dashboard__actions,
	.paf-private-account-screen .paf-account-nav {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.paf-private-account-screen .paf-account-nav {
		position: static;
	}

	.paf-private-account-screen .paf-account-nav .paf-button,
	.paf-private-dashboard__actions .paf-button {
		width: 100%;
	}

	.paf-private-account-screen .paf-account-form-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 420px) {
	.paf-private-dashboard__actions,
	.paf-private-account-screen .paf-account-nav {
		grid-template-columns: 1fr;
	}
}

.paf-auth-screen--premium {
	isolation: isolate;
	box-sizing: border-box;
	width: auto;
	max-width: none;
	min-height: 100svh;
	margin-left: calc(0px - var(--wp--style--root--padding-left, 0px)) !important;
	margin-right: calc(0px - var(--wp--style--root--padding-right, 0px)) !important;
	padding-block: 0;
	overflow: hidden;
	background: #050708;
	color: #f7f4ec;
}

.wp-site-blocks:has(.paf-auth-screen--premium) > header,
.wp-site-blocks:has(.paf-auth-screen--premium) > footer,
.wp-site-blocks:has(.paf-auth-screen--premium) .wp-block-post-title {
	display: none;
}

.wp-site-blocks:has(.paf-auth-screen--premium) main,
.wp-site-blocks:has(.paf-auth-screen--premium) main > .wp-block-group,
.wp-site-blocks:has(.paf-auth-screen--premium) .entry-content:has(.paf-auth-screen--premium) {
	margin-block-start: 0 !important;
	padding-block-start: 0 !important;
	padding-block-end: 0 !important;
}

.paf-auth-screen--premium,
.paf-auth-screen--premium * {
	box-sizing: border-box;
}

.paf-auth-screen--premium .paf-auth-bg,
.paf-auth-screen--premium .paf-auth-overlay {
	position: absolute;
	inset: 0;
	display: block;
	pointer-events: none;
}

.paf-auth-screen--premium .paf-auth-bg {
	z-index: -3;
	background-color: #050708;
	background-image: var(
		--paf-auth-bg-desktop,
		radial-gradient(circle at 42% 42%, rgba(206, 132, 51, 0.46), transparent 0 22%, transparent 48%),
		radial-gradient(circle at 76% 24%, rgba(97, 123, 134, 0.28), transparent 0 18%, transparent 44%),
		linear-gradient(132deg, #080b0d 0%, #151515 44%, #2a211d 66%, #07090a 100%)
	);
	background-position: var(--paf-auth-bg-position);
	background-size: cover;
	filter: blur(var(--paf-auth-blur));
	transform: scale(1.02);
}

.paf-auth-screen--premium .paf-auth-overlay {
	z-index: -2;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.32) 48%, rgba(0, 0, 0, 0.74)),
		linear-gradient(180deg, rgba(2, 4, 6, 0.22), rgba(2, 4, 6, 0.76));
	opacity: var(--paf-auth-overlay-opacity);
}

.paf-auth-screen--premium::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.3)),
		repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 3px);
	pointer-events: none;
}

.paf-auth-screen--premium .paf-container,
.paf-auth-screen--premium .paf-container--narrow,
.paf-auth-screen--premium .paf-container--wide {
	position: relative;
	z-index: 1;
	display: grid;
	align-items: center;
	width: min(100% - 40px, 1380px);
	min-height: 100svh;
	padding-block: 34px;
}

.paf-auth-screen--premium .paf-account-shell {
	display: grid;
	grid-template-columns: minmax(280px, 1fr) minmax(360px, 560px);
	grid-template-areas:
		"brand brand"
		"hero panel";
	align-items: center;
	gap: 34px 64px;
	width: 100%;
	min-width: 0;
}

.paf-auth-screen--premium .paf-auth-brand {
	grid-area: brand;
	align-self: start;
	gap: 12px;
	color: #ffffff;
	text-shadow: 0 1px 22px rgba(0, 0, 0, 0.42);
}

.paf-auth-screen--premium .paf-auth-brand__logo {
	max-width: 210px;
	max-height: 56px;
	filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.36));
}

.paf-auth-screen--premium .paf-auth-brand__name {
	color: #ffffff;
	font-family: var(--paf-font-heading, Georgia, "Times New Roman", serif);
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
}

.paf-auth-screen--premium .paf-auth-brand__link {
	position: relative;
	color: #eef6ff;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
}

.paf-auth-screen--premium .paf-auth-brand__link::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5px;
	height: 1px;
	background: currentColor;
	opacity: 0.68;
}

.paf-auth-screen--premium .paf-auth-hero {
	grid-area: hero;
	align-content: center;
	max-width: 620px;
	gap: 20px;
	color: #ffffff;
	text-shadow: 0 2px 28px rgba(0, 0, 0, 0.46);
}

.paf-auth-screen--premium .paf-auth-hero__eyebrow {
	color: #f1d27b;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
}

.paf-auth-screen--premium .paf-auth-hero h2 {
	color: #ffffff;
	font-family: var(--paf-font-heading, Georgia, "Times New Roman", serif);
	font-size: 66px;
	font-weight: 700;
	line-height: 1.04;
	letter-spacing: 0;
	overflow-wrap: anywhere;
}

.paf-auth-screen--premium .paf-auth-hero p {
	max-width: 420px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 21px;
	line-height: 1.55;
}

.paf-auth-screen--premium .paf-auth-hero__divider {
	order: 3;
	width: 80px;
	height: 2px;
	background: rgba(255, 255, 255, 0.82);
}

.paf-auth-screen--premium .paf-auth-panel {
	grid-area: panel;
	position: relative;
	align-self: center;
	width: min(100%, 560px);
	margin-left: auto;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: var(--paf-auth-radius);
	padding: 34px;
	background: rgba(15, 17, 19, var(--paf-auth-card-opacity));
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.46), inset 0 1px 0 rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(18px) saturate(116%);
	-webkit-backdrop-filter: blur(18px) saturate(116%);
}

.paf-auth-screen--premium .paf-auth-panel--register,
.paf-auth-screen--premium .paf-auth-panel--account,
.paf-auth-screen--premium .paf-auth-panel--profile {
	width: min(100%, 680px);
}

.paf-auth-screen--premium .paf-auth-panel__header {
	display: grid;
	gap: 8px;
}

.paf-auth-screen--premium .paf-auth-panel__header span {
	color: rgba(255, 255, 255, 0.62);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
}

.paf-auth-screen--premium .paf-auth-panel__header h2 {
	margin: 0;
	color: #ffffff;
	font-family: var(--paf-font-heading, Georgia, "Times New Roman", serif);
	font-size: 34px;
	font-weight: 700;
	line-height: 1.16;
	letter-spacing: 0;
	overflow-wrap: anywhere;
}

.paf-auth-screen--premium .paf-auth-form-subheading,
.paf-auth-screen--premium .paf-auth-helper,
.paf-auth-screen--premium .paf-account-form p,
.paf-auth-screen--premium .paf-empty-state span,
.paf-auth-screen--premium .paf-summary-panel p,
.paf-auth-screen--premium .paf-account-definition-list dd {
	color: rgba(255, 255, 255, 0.74);
}

.paf-auth-screen--premium .paf-auth-tabs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.paf-auth-screen--premium .paf-auth-tabs__link {
	justify-content: center;
	min-height: 52px;
	border: 0;
	border-bottom: 2px solid transparent;
	border-radius: 0;
	padding: 0 12px 14px;
	color: rgba(255, 255, 255, 0.62);
	font-size: 15px;
	text-align: center;
}

.paf-auth-screen--premium .paf-auth-tabs__link.is-active {
	border-color: #ffffff;
	background: transparent;
	color: #ffffff;
}

.paf-auth-screen--premium .paf-account-form,
.paf-auth-screen--premium .paf-auth-card {
	border: 0;
	border-radius: 0;
	padding: 0;
	background: transparent;
	box-shadow: none;
}

.paf-auth-screen--premium .paf-account-form {
	gap: 16px;
}

.paf-auth-screen--premium .paf-account-form-grid {
	grid-template-columns: 1fr;
	gap: 14px;
}

.paf-auth-screen--premium .paf-auth-panel--register .paf-account-form-grid,
.paf-auth-screen--premium .paf-auth-panel--profile .paf-account-form-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.paf-auth-screen--premium .paf-field {
	gap: 7px;
	color: #ffffff;
}

.paf-auth-screen--premium .paf-field span {
	color: rgba(255, 255, 255, 0.82);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
}

.paf-auth-screen--premium .paf-field input[type="text"],
.paf-auth-screen--premium .paf-field input[type="email"],
.paf-auth-screen--premium .paf-field input[type="password"],
.paf-auth-screen--premium .paf-field input[type="url"],
.paf-auth-screen--premium .paf-field input[type="tel"],
.paf-auth-screen--premium .paf-field input[type="number"],
.paf-auth-screen--premium .paf-field select,
.paf-auth-screen--premium .paf-field textarea {
	min-height: 52px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 8px;
	padding: 12px 14px;
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.paf-auth-screen--premium .paf-field textarea {
	min-height: 130px;
}

.paf-auth-screen--premium .paf-field input::placeholder,
.paf-auth-screen--premium .paf-field textarea::placeholder {
	color: rgba(255, 255, 255, 0.56);
}

.paf-auth-screen--premium .paf-field select {
	appearance: auto;
	color-scheme: dark;
}

.paf-auth-screen--premium .paf-field select option {
	background: #17191b;
	color: #ffffff;
}

.paf-auth-screen--premium .paf-field input:focus,
.paf-auth-screen--premium .paf-field select:focus,
.paf-auth-screen--premium .paf-field textarea:focus,
.paf-auth-screen--premium .paf-button:focus,
.paf-auth-screen--premium .paf-button:focus-visible,
.paf-auth-screen--premium a:focus,
.paf-auth-screen--premium a:focus-visible {
	outline: 2px solid #86d7ff;
	outline-offset: 3px;
}

.paf-auth-screen--premium .paf-check-row {
	align-items: center;
	color: rgba(255, 255, 255, 0.84);
}

.paf-auth-screen--premium .paf-check-row input {
	width: 22px;
	height: 22px;
	margin-top: 0;
	accent-color: var(--paf-auth-accent);
}

.paf-auth-screen--premium .paf-check-row a,
.paf-auth-screen--premium .paf-auth-helper a,
.paf-auth-screen--premium .paf-account-text-link {
	color: #80cfff;
	font-weight: 700;
	text-decoration: none;
}

.paf-auth-screen--premium .paf-check-row a:hover,
.paf-auth-screen--premium .paf-auth-helper a:hover,
.paf-auth-screen--premium .paf-account-text-link:hover {
	text-decoration: underline;
}

.paf-auth-screen--premium .paf-auth-actions {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
}

.paf-auth-screen--premium .paf-button,
.paf-auth-screen--premium .paf-auth-screen .paf-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 56px;
	border: 1px solid rgba(255, 255, 255, 0.84);
	border-radius: 8px;
	padding: 12px 18px;
	background: #ffffff;
	color: #121820;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.26), 0 0 18px rgba(255, 255, 255, 0.18);
	overflow-wrap: anywhere;
}

.paf-auth-screen--premium .paf-button--secondary {
	border-color: rgba(255, 255, 255, 0.26);
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
	box-shadow: none;
}

.paf-auth-screen--premium .paf-button:disabled,
.paf-auth-screen--premium .paf-button--disabled {
	border-color: rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.56);
	box-shadow: none;
}

.paf-auth-screen--premium .paf-auth-social {
	position: relative;
	gap: 12px;
	margin-block: 4px;
	padding-top: 20px;
}

.paf-auth-screen--premium .paf-auth-social::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: rgba(255, 255, 255, 0.18);
}

.paf-auth-screen--premium .paf-auth-social__button {
	min-height: 54px;
	border-radius: 999px;
}

.paf-auth-screen--premium .paf-auth-social__button small {
	color: rgba(255, 255, 255, 0.68);
}

.paf-auth-screen--premium .paf-auth-notice,
.paf-auth-screen--premium .paf-notice {
	border-color: rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.9);
}

.paf-auth-screen--premium .paf-notice--success {
	border-color: rgba(96, 207, 146, 0.45);
	background: rgba(36, 92, 63, 0.34);
}

.paf-auth-screen--premium .paf-notice--warning {
	border-color: rgba(241, 210, 123, 0.52);
	background: rgba(96, 68, 22, 0.34);
}

.paf-auth-screen--premium .paf-empty-state,
.paf-auth-screen--premium .paf-summary-panel,
.paf-auth-screen--premium .paf-dashboard-section {
	border: 1px solid rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
	box-shadow: none;
}

.paf-auth-screen--premium .paf-empty-state strong,
.paf-auth-screen--premium .paf-summary-panel h3,
.paf-auth-screen--premium .paf-dashboard-section h3,
.paf-auth-screen--premium .paf-account-definition-list dt,
.paf-auth-screen--premium .paf-stat {
	color: #ffffff;
}

.paf-auth-screen--premium .paf-account-nav {
	gap: 8px;
}

.paf-auth-screen--premium .paf-account-nav .paf-button {
	width: auto;
	min-height: 44px;
	padding: 9px 12px;
	font-size: 13px;
	box-shadow: none;
}

.paf-auth-screen--premium .paf-account-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.paf-auth-screen--premium .paf-dashboard-status-pill {
	border-color: rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
}

@media (max-width: 980px) {
	.paf-auth-screen--premium .paf-account-shell {
		grid-template-columns: 1fr;
		grid-template-areas:
			"brand"
			"hero"
			"panel";
		align-content: start;
		gap: 28px;
	}

	.paf-auth-screen--premium .paf-auth-brand,
	.paf-auth-screen--premium .paf-auth-hero {
		justify-items: center;
		text-align: center;
	}

	.paf-auth-screen--premium .paf-auth-brand__link {
		margin-left: 0;
	}

	.paf-auth-screen--premium .paf-auth-hero {
		justify-self: center;
	}

	.paf-auth-screen--premium .paf-auth-hero p {
		max-width: 560px;
	}

	.paf-auth-screen--premium .paf-auth-panel {
		justify-self: center;
		margin-left: 0;
	}
}

@media (max-width: 720px) {
	.paf-auth-screen--premium .paf-container,
	.paf-auth-screen--premium .paf-container--narrow,
	.paf-auth-screen--premium .paf-container--wide {
		width: min(100% - 24px, 680px);
		min-height: 100svh;
		padding-block: 22px;
	}

	.paf-auth-screen--premium .paf-auth-bg {
		background-image: var(
			--paf-auth-bg-mobile,
			var(
				--paf-auth-bg-desktop,
				radial-gradient(circle at 48% 24%, rgba(206, 132, 51, 0.42), transparent 0 26%, transparent 52%),
				linear-gradient(160deg, #080b0d 0%, #1d1715 58%, #07090a 100%)
			)
		);
	}

	.paf-auth-screen--premium .paf-auth-brand__name {
		font-size: 25px;
	}

	.paf-auth-screen--premium .paf-auth-hero {
		gap: 14px;
	}

	.paf-auth-screen--premium .paf-auth-hero h2 {
		font-size: 42px;
		line-height: 1.08;
	}

	.paf-auth-screen--premium .paf-auth-hero p {
		font-size: 18px;
		line-height: 1.48;
	}

	.paf-auth-screen--premium .paf-auth-panel {
		padding: 26px;
	}

	.paf-auth-screen--premium .paf-auth-panel__header h2 {
		font-size: 30px;
	}

	.paf-auth-screen--premium .paf-auth-panel--register .paf-account-form-grid,
	.paf-auth-screen--premium .paf-auth-panel--profile .paf-account-form-grid,
	.paf-auth-screen--premium .paf-account-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 380px) {
	.paf-auth-screen--premium .paf-container,
	.paf-auth-screen--premium .paf-container--narrow,
	.paf-auth-screen--premium .paf-container--wide {
		width: min(100% - 18px, 680px);
	}

	.paf-auth-screen--premium .paf-auth-hero h2 {
		font-size: 36px;
	}

	.paf-auth-screen--premium .paf-auth-hero p {
		font-size: 16px;
	}

	.paf-auth-screen--premium .paf-auth-panel {
		padding: 20px;
	}

	.paf-auth-screen--premium .paf-auth-tabs__link {
		min-height: 48px;
		padding-inline: 8px;
		font-size: 14px;
	}
}

.paf-certificate-verify-shell {
	display: grid;
	gap: 18px;
	min-width: 0;
	border: 1px solid var(--paf-color-border);
	border-radius: 8px;
	padding: clamp(16px, 3vw, 24px);
	background: var(--paf-color-bg);
	box-shadow: 0 10px 30px rgba(32, 32, 32, 0.06);
}

.paf-certificate-verify-form {
	display: grid;
	gap: 14px;
	min-width: 0;
}

.paf-certificate-verify-result {
	display: grid;
	gap: 12px;
	min-width: 0;
	border: 1px solid var(--paf-color-border);
	border-radius: 8px;
	padding: 14px 16px;
	background: #fff;
	overflow-wrap: anywhere;
}

.paf-certificate-verify-result--valid {
	border-color: rgba(39, 116, 100, 0.38);
	background: #edf8f4;
}

.paf-certificate-verify-result--notice {
	border-color: rgba(180, 122, 24, 0.35);
	background: #fff9ec;
}

.paf-certificate-verify-fields {
	display: grid;
	grid-template-columns: minmax(0, 180px) minmax(0, 1fr);
	gap: 8px 14px;
	margin: 0;
}

.paf-certificate-verify-fields div,
.paf-certificate-verify-fields dt,
.paf-certificate-verify-fields dd {
	min-width: 0;
	margin: 0;
	overflow-wrap: anywhere;
}

.paf-certificate-verify-fields div {
	display: contents;
}

.paf-certificate-verify-fields dt {
	font-weight: 800;
}

@media (max-width: 420px) {
	.paf-certificate-verify-fields {
		grid-template-columns: 1fr;
	}
}

.paf-notice--success {
	border-color: #acd7bd;
	background: #eefaf2;
}

.paf-notice--warning {
	border-color: #e0c27a;
	background: #fff8e7;
}

.paf-notice ul {
	margin: 0;
	padding-left: 18px;
}

.paf-summary-panel {
	display: grid;
	gap: 10px;
	min-width: 0;
	border: 1px solid var(--paf-color-border);
	border-radius: 8px;
	padding: 16px;
	background: #fff;
}

.paf-summary-panel h3,
.paf-dashboard-section h3 {
	margin: 0;
	font-size: 20px;
	line-height: 1.2;
}

.paf-summary-panel--success {
	border-color: #acd7bd;
	background: #f3fbf5;
}

.paf-line-items,
.paf-requirements {
	display: grid;
	gap: 7px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.paf-line-items li,
.paf-total-row,
.paf-mini-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 8px;
	min-width: 0;
}

.paf-total-row--strong {
	border-top: 1px solid var(--paf-color-border);
	padding-top: 10px;
	font-size: 18px;
}

.paf-dashboard-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
	gap: 16px;
}

.paf-stat {
	font-size: 40px;
	line-height: 1;
}

.paf-stat--money {
	font-size: 30px;
	overflow-wrap: anywhere;
}

.paf-mini-list {
	display: grid;
	gap: 10px;
}

.paf-mini-row {
	border: 1px solid var(--paf-color-border);
	border-radius: 8px;
	padding: 12px;
	background: #fff;
}

.paf-mini-row--event {
	align-items: center;
	text-decoration: none;
	color: inherit;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.paf-mini-row--event:hover,
.paf-mini-row--event:focus-visible {
	border-color: rgba(184, 122, 18, 0.45);
	box-shadow: 0 14px 30px rgba(34, 31, 27, 0.08);
	transform: translateY(-1px);
	outline: 0;
}

.paf-mini-row__main {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.paf-mini-row__main strong,
.paf-mini-row__main span {
	overflow-wrap: anywhere;
}

.paf-mini-row__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	border: 1px solid rgba(184, 122, 18, 0.34);
	border-radius: 999px;
	padding: 7px 14px;
	background: rgba(255, 247, 229, 0.88);
	color: #8a5706;
	font-size: 14px;
	font-weight: 800;
	white-space: nowrap;
}

.paf-draft-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr));
	gap: 16px;
}

.paf-draft-card {
	display: grid;
	gap: 14px;
	min-width: 0;
	border: 1px solid rgba(32, 32, 32, 0.12);
	border-radius: 8px;
	padding: 16px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(32, 32, 32, 0.06);
}

.paf-draft-card__header,
.paf-draft-card__meta,
.paf-completion-panel__summary,
.paf-upload-panel__summary,
.paf-upload-actions,
.paf-upload-form,
.paf-upload-replace-form,
.paf-upload-delete-form,
.paf-complete-form {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	min-width: 0;
}

.paf-draft-card__header,
.paf-completion-panel__summary,
.paf-upload-panel__summary {
	justify-content: space-between;
}

.paf-draft-card__header {
	border-bottom: 1px solid rgba(32, 32, 32, 0.08);
	padding-bottom: 12px;
}

.paf-draft-card__header > div {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.paf-draft-card__header strong {
	color: var(--paf-color-text);
	font-size: 17px;
	line-height: 1.3;
}

.paf-draft-card__meta span {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	border: 1px solid rgba(32, 32, 32, 0.12);
	border-radius: 999px;
	padding: 4px 10px;
	background: var(--paf-color-soft);
	color: var(--paf-color-text);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
}

.paf-draft-card__header span,
.paf-draft-card__meta span,
.paf-completion-panel__summary span,
.paf-upload-panel__summary span,
.paf-upload-panel p,
.paf-upload-empty,
.paf-upload-item figcaption span,
.paf-locked-message {
	color: var(--paf-color-muted);
}

.paf-completion-panel {
	display: grid;
	gap: 10px;
	min-width: 0;
	border: 1px solid rgba(180, 122, 24, 0.22);
	border-radius: 8px;
	padding: 12px;
	background: #fffaf0;
}

.paf-upload-panel {
	display: grid;
	gap: 10px;
	min-width: 0;
	border: 1px solid rgba(32, 32, 32, 0.1);
	border-radius: 8px;
	padding: 12px;
	background: #f8faf9;
}

.paf-completion-checklist,
.paf-missing-list {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.paf-completion-checklist li {
	display: grid;
	grid-template-columns: minmax(74px, max-content) minmax(0, 1fr);
	gap: 10px;
	align-items: center;
	min-width: 0;
	border: 1px solid var(--paf-color-border);
	border-radius: 8px;
	padding: 8px 10px;
	background: var(--paf-color-soft);
}

.paf-completion-checklist li span {
	display: inline-flex;
	justify-content: center;
	border-radius: 999px;
	padding: 3px 8px;
	background: #fff;
	color: var(--paf-color-muted);
	font-size: 12px;
	font-weight: 700;
}

.paf-completion-checklist li.is-complete span {
	background: #e9f7ef;
	color: #166534;
}

.paf-completion-checklist li.is-missing span {
	background: #fff4e6;
	color: #9a3412;
}

.paf-missing-list {
	color: #7f1d1d;
}

.paf-draft-card__hint {
	margin: 0;
	color: #6b4b18;
}

.paf-upload-empty {
	border: 1px dashed rgba(32, 32, 32, 0.18);
	border-radius: 8px;
	padding: 12px;
	background: #fff;
	color: var(--paf-color-muted);
}

.paf-locked-message {
	margin: 0;
}

.paf-payment-readiness {
	display: grid;
	gap: 8px;
	min-width: 0;
	border: 1px solid var(--paf-color-border);
	border-radius: 8px;
	padding: 10px;
	background: var(--paf-color-soft);
}

.paf-payment-readiness p {
	margin: 0;
	color: var(--paf-color-muted);
}

.paf-validation-readiness {
	border-left: 4px solid #1f6feb;
	background: #f4f8fb;
}

.paf-validation-readiness--accepted {
	border-left-color: #218a45;
	background: #f1fbf4;
}

.paf-validation-readiness--rejected,
.paf-validation-readiness--archived {
	border-left-color: #b3261e;
	background: #fff2f0;
}

.paf-validation-readiness--needs_review,
.paf-validation-readiness--pending {
	border-left-color: #b88200;
	background: #fff8e7;
}

.paf-dashboard-status-pill {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	border: 1px solid var(--paf-color-border);
	border-radius: 999px;
	padding: 4px 10px;
	background: #fff;
	color: var(--paf-color-text);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
}

.paf-dashboard-status-pill--judging-ready {
	border-color: #218a45;
	background: #e7f7ed;
	color: #116329;
}

.paf-dashboard-status-pill.is-ready {
	border-color: rgba(39, 116, 100, 0.34);
	background: #e7f7ed;
	color: #116329;
}

.paf-dashboard-status-pill.is-missing {
	border-color: rgba(180, 122, 24, 0.34);
	background: #fff4d8;
	color: #7c4a03;
}

.paf-dashboard-status-pill.is-locked {
	border-color: rgba(32, 32, 32, 0.16);
	background: #eef1f4;
	color: #475569;
}

.paf-dashboard-screen {
	--paf-dashboard-gold: #b87a12;
	--paf-dashboard-gold-deep: #8a5706;
	--paf-dashboard-gold-soft: #fff7e5;
	--paf-dashboard-ink: #121720;
	--paf-dashboard-muted: #5f6470;
	--paf-dashboard-line: rgba(97, 82, 62, 0.18);
	box-sizing: border-box;
	width: auto;
	max-width: none;
	min-height: 100svh;
	margin-left: calc(0px - var(--wp--style--root--padding-left, 0px)) !important;
	margin-right: calc(0px - var(--wp--style--root--padding-right, 0px)) !important;
	padding-block: 52px 72px;
	background:
		radial-gradient(circle at 92% 0%, rgba(216, 179, 106, 0.28) 0, rgba(216, 179, 106, 0.16) 16rem, rgba(216, 179, 106, 0) 34rem),
		radial-gradient(circle at 78% 16%, rgba(188, 188, 184, 0.3) 0, rgba(188, 188, 184, 0.12) 18rem, rgba(188, 188, 184, 0) 42rem),
		linear-gradient(180deg, #ffffff 0%, #fbfaf7 100%);
	color: var(--paf-dashboard-ink);
	overflow-x: clip;
}

.wp-site-blocks:has(.paf-dashboard-screen) > header,
.wp-site-blocks:has(.paf-dashboard-screen) > footer,
.wp-site-blocks:has(.paf-dashboard-screen) .wp-block-post-title {
	display: none;
}

.wp-site-blocks:has(.paf-dashboard-screen) main:not(.paf-dashboard-main),
.wp-site-blocks:has(.paf-dashboard-screen) main > .wp-block-group,
.wp-site-blocks:has(.paf-dashboard-screen) .entry-content:has(.paf-dashboard-screen) {
	margin-block-start: 0 !important;
	padding-block-start: 0 !important;
}

.paf-dashboard-screen .paf-container--wide {
	width: 100%;
	max-width: none;
	padding-inline: 48px;
}

.paf-dashboard-screen .paf-dashboard-shell {
	position: relative;
	isolation: isolate;
	gap: 32px;
	width: 100%;
	max-width: none;
	margin-inline: 0;
}

.paf-dashboard-screen .paf-dashboard-shell::before {
	content: "";
	position: absolute;
	inset: 150px 2% auto 2%;
	z-index: -1;
	height: 420px;
	border-radius: 999px;
	background: rgba(185, 189, 194, 0.2);
	filter: blur(72px);
}

.paf-dashboard-screen .paf-dashboard-hero {
	gap: 14px;
	max-width: 860px;
}

.paf-dashboard-screen .paf-dashboard-hero h1 {
	margin: 0 0 12px;
	color: var(--paf-dashboard-ink);
	font-size: 58px;
	font-weight: 800;
	line-height: 1.04;
	letter-spacing: 0;
}

.paf-dashboard-screen .paf-dashboard-hero span {
	color: var(--paf-dashboard-gold);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.paf-dashboard-screen .paf-dashboard-hero h2 {
	margin: 0;
	color: var(--paf-dashboard-ink);
	font-size: 42px;
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: 0;
	overflow-wrap: anywhere;
}

.paf-dashboard-screen .paf-dashboard-hero p {
	max-width: 660px;
	margin: 0;
	color: var(--paf-dashboard-muted);
	font-size: 18px;
	line-height: 1.55;
}

.paf-dashboard-screen .paf-notice {
	border-radius: 16px;
	box-shadow: 0 16px 36px rgba(55, 48, 39, 0.08);
}

.paf-dashboard-screen .paf-dashboard-nav {
	display: grid;
	grid-template-columns: repeat(8, minmax(0, 1fr));
	gap: 0;
	overflow: hidden;
	border: 1px solid var(--paf-dashboard-line);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 16px 38px rgba(54, 48, 40, 0.09);
}

.paf-dashboard-screen .paf-dashboard-nav .paf-dashboard-nav__item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	min-height: 64px;
	border: 0;
	border-right: 1px solid rgba(97, 82, 62, 0.12);
	border-radius: 0;
	padding: 12px 14px;
	background: transparent;
	color: #333946;
	box-shadow: none;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	overflow-wrap: anywhere;
}

.paf-dashboard-screen .paf-dashboard-nav .paf-dashboard-nav__item:last-child {
	border-right: 0;
}

.paf-dashboard-screen .paf-dashboard-nav .paf-dashboard-nav__item:hover,
.paf-dashboard-screen .paf-dashboard-nav .paf-dashboard-nav__item:focus-visible {
	background: rgba(184, 122, 18, 0.08);
	color: var(--paf-dashboard-gold-deep);
}

.paf-dashboard-screen .paf-dashboard-nav .paf-dashboard-nav__item:focus-visible,
.paf-dashboard-screen .paf-button:focus-visible {
	outline: 3px solid rgba(184, 122, 18, 0.32);
	outline-offset: 3px;
}

.paf-dashboard-screen .paf-dashboard-nav .paf-dashboard-nav__item[aria-current="page"],
.paf-dashboard-screen .paf-dashboard-nav .paf-dashboard-nav__item.is-active {
	background:
		linear-gradient(180deg, rgba(255, 249, 237, 0.96) 0%, rgba(255, 245, 224, 0.92) 100%);
	box-shadow:
		inset 0 0 0 1px rgba(184, 122, 18, 0.85),
		0 10px 22px rgba(184, 122, 18, 0.1);
	color: var(--paf-dashboard-gold-deep);
	font-weight: 700;
}

.paf-dashboard-screen .paf-dashboard-section,
.paf-dashboard-screen .paf-summary-panel {
	border-color: var(--paf-dashboard-line);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.88);
	box-shadow:
		0 22px 50px rgba(34, 31, 27, 0.07),
		0 2px 0 rgba(255, 255, 255, 0.8) inset;
}

.paf-dashboard-screen .paf-dashboard-section {
	gap: 22px;
	padding: 28px;
}

.paf-dashboard-screen .paf-dashboard-section h3 {
	color: var(--paf-dashboard-ink);
	font-size: 28px;
	font-weight: 800;
	line-height: 1.18;
	letter-spacing: 0;
}

.paf-dashboard-screen .paf-dashboard-section__intro {
	margin: -8px 0 0;
	color: var(--paf-dashboard-muted);
	font-size: 17px;
	line-height: 1.55;
}

.paf-dashboard-screen .paf-dashboard-section--credit-bundles {
	align-items: stretch;
	gap: 22px;
}

.paf-dashboard-screen .paf-credit-bundles-summary {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
	min-width: 0;
}

.paf-dashboard-screen .paf-credit-bundles-balance {
	position: relative;
	overflow: hidden;
	gap: 10px;
	border-radius: 18px;
	padding: clamp(20px, 3vw, 28px);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.58) 0%, rgba(234, 244, 255, 0.94) 100%),
		var(--paf-dashboard-card);
}

.paf-dashboard-screen .paf-credit-bundles-balance::after {
	content: "";
	position: absolute;
	right: -48px;
	bottom: -64px;
	width: 180px;
	height: 180px;
	border: 1px solid rgba(232, 111, 0, 0.14);
	border-radius: 50%;
	background: rgba(232, 111, 0, 0.04);
}

.paf-dashboard-screen .paf-credit-bundles-balance h4,
.paf-dashboard-screen .paf-credit-bundle-card h4 {
	margin: 0;
	color: var(--paf-dashboard-ink);
	line-height: 1.25;
}

.paf-dashboard-screen .paf-credit-bundles-balance h4 {
	color: var(--paf-dashboard-muted);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.paf-dashboard-screen .paf-credit-bundles-balance p {
	position: relative;
	z-index: 1;
	max-width: 820px;
	margin: 0;
	color: #4f5660;
	font-size: 16px;
	line-height: 1.5;
}

.paf-dashboard-screen .paf-credit-bundles-balance .paf-stat {
	position: relative;
	z-index: 1;
	font-size: clamp(36px, 5vw, 54px);
}

.paf-dashboard-screen .paf-credit-bundle-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
	gap: 18px;
	min-width: 0;
}

.paf-dashboard-screen .paf-credit-bundle-card {
	position: relative;
	overflow: hidden;
	gap: 18px;
	border-radius: 18px;
	padding: 22px;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.paf-dashboard-screen .paf-credit-bundle-card::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 4px;
	background: linear-gradient(90deg, #f07d08 0%, #cf6100 100%);
}

.paf-dashboard-screen .paf-credit-bundle-card:hover,
.paf-dashboard-screen .paf-credit-bundle-card:focus-within {
	border-color: rgba(232, 111, 0, 0.38);
	box-shadow: 0 24px 48px rgba(77, 53, 30, 0.11);
	transform: translateY(-2px);
}

.paf-dashboard-screen .paf-credit-bundle-card h4 {
	font-size: 22px;
	font-weight: 900;
}

.paf-dashboard-screen .paf-credit-bundle-card .paf-account-definition-list--dashboard {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 0;
}

.paf-dashboard-screen .paf-credit-bundle-card .paf-account-definition-list--dashboard div {
	display: grid;
	gap: 6px;
	border: 1px solid rgba(216, 190, 154, 0.54);
	border-radius: 14px;
	padding: 12px;
	background: rgba(255, 255, 255, 0.56);
}

.paf-dashboard-screen .paf-credit-bundle-card .paf-account-definition-list--dashboard dt,
.paf-dashboard-screen .paf-credit-bundle-card .paf-account-definition-list--dashboard dd {
	border: 0;
	padding: 0;
}

.paf-dashboard-screen .paf-credit-bundle-card .paf-account-definition-list--dashboard dt {
	color: var(--paf-dashboard-muted);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.paf-dashboard-screen .paf-credit-bundle-card .paf-account-definition-list--dashboard dd {
	color: var(--paf-dashboard-ink);
	font-size: 18px;
	font-weight: 900;
	line-height: 1.2;
}

.paf-dashboard-screen .paf-credit-bundle-card__note {
	margin: 0;
	color: var(--paf-dashboard-muted);
	font-size: 14px;
	line-height: 1.45;
}

.paf-dashboard-screen .paf-credit-bundle-card .paf-form-actions {
	margin-top: auto;
}

.paf-dashboard-screen .paf-credit-bundle-card .paf-button {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	min-height: 48px;
	border: 0;
	border-radius: 12px;
	padding: 12px 16px;
	background: linear-gradient(180deg, #f07d08 0%, #cf6100 100%);
	color: #ffffff;
	box-shadow: 0 14px 24px rgba(207, 97, 0, 0.2);
	font-size: 16px;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	text-decoration: none;
}

.paf-dashboard-screen .paf-credit-bundle-card .paf-button:not(.paf-button--disabled)::after {
	content: "->";
	margin-left: 10px;
	font-weight: 900;
}

.paf-dashboard-screen .paf-credit-bundle-card .paf-button--disabled {
	border: 1px solid rgba(216, 190, 154, 0.74);
	background: rgba(255, 255, 255, 0.48);
	color: var(--paf-dashboard-muted);
	box-shadow: none;
}

.paf-dashboard-screen .paf-wallet-payment-panel {
	display: grid;
	gap: 10px;
	max-width: 560px;
	border: 1px solid rgba(184, 122, 18, 0.2);
	border-radius: 14px;
	padding: 16px;
	background: rgba(255, 249, 237, 0.64);
}

.paf-dashboard-screen .paf-wallet-payment-panel p {
	margin: 0;
}

.paf-dashboard-screen .paf-mini-row--event {
	border-color: rgba(97, 82, 62, 0.14);
	border-radius: 14px;
	padding: 18px 20px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 252, 247, 0.9) 100%);
}

.paf-dashboard-screen .paf-mini-row--event:hover,
.paf-dashboard-screen .paf-mini-row--event:focus-visible {
	border-color: rgba(184, 122, 18, 0.56);
	box-shadow: 0 18px 34px rgba(184, 122, 18, 0.12);
}

.paf-dashboard-screen .paf-mini-row__main strong {
	color: var(--paf-dashboard-ink);
	font-size: 20px;
	font-weight: 800;
	line-height: 1.25;
}

.paf-dashboard-screen .paf-mini-row__main span {
	color: var(--paf-dashboard-muted);
	font-size: 15px;
}

.paf-dashboard-screen .paf-mini-row__cta {
	border-color: rgba(184, 122, 18, 0.42);
	background: var(--paf-dashboard-gold-soft);
	color: var(--paf-dashboard-gold-deep);
}

.paf-dashboard-screen .paf-dashboard-section--account {
	border: 0;
	border-radius: 0;
	padding: 0;
	background: transparent;
	box-shadow: none;
}

.paf-dashboard-screen .paf-dashboard-account-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	min-width: 0;
}

.paf-dashboard-screen .paf-dashboard-account-card {
	align-content: start;
	gap: 22px;
	min-height: 360px;
	padding: 28px;
}

.paf-dashboard-screen .paf-dashboard-account-card h4 {
	margin: 0;
	padding-bottom: 22px;
	border-bottom: 1px solid rgba(97, 82, 62, 0.15);
	color: var(--paf-dashboard-ink);
	font-size: 22px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0;
}

.paf-dashboard-screen .paf-dashboard-account-card p {
	margin: 0;
	color: var(--paf-dashboard-muted);
	font-size: 17px;
	line-height: 1.6;
	overflow-wrap: anywhere;
}

.paf-dashboard-screen .paf-dashboard-card__icon {
	position: relative;
	display: inline-flex;
	width: 56px;
	height: 56px;
	border: 1px solid rgba(184, 122, 18, 0.16);
	border-radius: 50%;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 248, 236, 0.86) 100%);
	box-shadow: 0 10px 24px rgba(184, 122, 18, 0.09);
}

.paf-dashboard-screen .paf-dashboard-card__icon::before,
.paf-dashboard-screen .paf-dashboard-card__icon::after {
	content: "";
	position: absolute;
	box-sizing: border-box;
	border-color: var(--paf-dashboard-gold);
}

.paf-dashboard-screen .paf-dashboard-card__icon--identity::before {
	top: 13px;
	left: 21px;
	width: 14px;
	height: 14px;
	border: 2px solid var(--paf-dashboard-gold);
	border-radius: 50%;
}

.paf-dashboard-screen .paf-dashboard-card__icon--identity::after {
	top: 31px;
	left: 15px;
	width: 26px;
	height: 13px;
	border: 2px solid var(--paf-dashboard-gold);
	border-radius: 14px 14px 6px 6px;
}

.paf-dashboard-screen .paf-dashboard-card__icon--email::before {
	top: 18px;
	left: 14px;
	width: 28px;
	height: 20px;
	border: 2px solid var(--paf-dashboard-gold);
	border-radius: 3px;
}

.paf-dashboard-screen .paf-dashboard-card__icon--email::after {
	top: 20px;
	left: 18px;
	width: 20px;
	height: 16px;
	border-right: 2px solid var(--paf-dashboard-gold);
	border-bottom: 2px solid var(--paf-dashboard-gold);
	transform: rotate(45deg);
}

.paf-dashboard-screen .paf-dashboard-card__icon--password::before {
	top: 23px;
	left: 17px;
	width: 22px;
	height: 18px;
	border: 2px solid var(--paf-dashboard-gold);
	border-radius: 4px;
}

.paf-dashboard-screen .paf-dashboard-card__icon--password::after {
	top: 13px;
	left: 20px;
	width: 16px;
	height: 18px;
	border: 2px solid var(--paf-dashboard-gold);
	border-bottom: 0;
	border-radius: 10px 10px 0 0;
}

.paf-dashboard-screen .paf-account-definition-list--dashboard {
	grid-template-columns: minmax(104px, max-content) minmax(0, 1fr);
	gap: 0 18px;
}

.paf-dashboard-screen .paf-account-definition-list--dashboard dt,
.paf-dashboard-screen .paf-account-definition-list--dashboard dd {
	border-bottom: 1px solid rgba(97, 82, 62, 0.09);
	padding: 16px 0;
	font-size: 15px;
	line-height: 1.45;
}

.paf-dashboard-screen .paf-account-definition-list--dashboard dt {
	color: var(--paf-dashboard-muted);
	font-weight: 500;
}

.paf-dashboard-screen .paf-account-definition-list--dashboard dd {
	color: var(--paf-dashboard-ink);
	font-weight: 500;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.paf-dashboard-screen .paf-account-definition-list--dashboard dt:last-of-type,
.paf-dashboard-screen .paf-account-definition-list--dashboard dd:last-of-type {
	border-bottom: 0;
}

.paf-dashboard-screen .paf-dashboard-status-pill--verification {
	gap: 8px;
	border-radius: 999px;
	padding: 10px 16px;
	font-size: 14px;
	font-weight: 800;
}

.paf-dashboard-screen .paf-dashboard-status-pill--verification::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 2px solid currentColor;
	border-radius: 50%;
	background:
		linear-gradient(135deg, transparent 45%, currentColor 46%, currentColor 56%, transparent 57%) 4px 6px / 8px 6px no-repeat;
}

.paf-dashboard-screen .paf-dashboard-card__actions {
	align-self: end;
	margin-top: auto;
}

.paf-dashboard-screen .paf-dashboard-card__button,
.paf-dashboard-screen .paf-dashboard-account-card > .paf-button {
	min-height: 52px;
	border-radius: 8px;
	padding: 13px 18px;
	font-weight: 800;
	text-decoration: none;
}

.paf-dashboard-screen .paf-dashboard-card__button--primary {
	border-color: #a86c0e;
	background: linear-gradient(180deg, #ce8d1d 0%, #a96d0d 100%);
	color: #ffffff;
	box-shadow: 0 12px 24px rgba(184, 122, 18, 0.18);
}

.paf-dashboard-screen .paf-dashboard-card__button.paf-button--secondary,
.paf-dashboard-screen .paf-dashboard-account-card > .paf-button--secondary {
	border-color: rgba(184, 122, 18, 0.72);
	background: rgba(255, 255, 255, 0.9);
	color: var(--paf-dashboard-gold-deep);
}

.paf-dashboard-screen .paf-dashboard-grid {
	gap: 24px;
}

.paf-dashboard-screen .paf-dashboard-grid--overview {
	align-items: stretch;
}

.paf-dashboard-screen .paf-dashboard-action-card {
	position: relative;
	align-content: start;
	min-height: 260px;
	color: var(--paf-dashboard-ink);
	text-decoration: none;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.paf-dashboard-screen .paf-dashboard-action-card:hover,
.paf-dashboard-screen .paf-dashboard-action-card:focus-visible,
.paf-dashboard-screen .paf-dashboard-action-card.is-active {
	border-color: rgba(184, 122, 18, 0.58);
	box-shadow:
		0 26px 58px rgba(34, 31, 27, 0.1),
		0 2px 0 rgba(255, 255, 255, 0.86) inset;
	transform: translateY(-2px);
}

.paf-dashboard-screen .paf-dashboard-action-card:focus-visible {
	outline: 3px solid rgba(184, 122, 18, 0.32);
	outline-offset: 4px;
}

.paf-dashboard-screen .paf-dashboard-action-card__eyebrow {
	color: var(--paf-dashboard-gold-deep);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.paf-dashboard-screen .paf-dashboard-action-card p,
.paf-dashboard-screen .paf-summary-panel--wallet p {
	margin: 0;
	color: var(--paf-dashboard-muted);
	font-size: 17px;
	line-height: 1.48;
}

.paf-dashboard-screen .paf-dashboard-action-card__cta {
	align-self: end;
	justify-self: start;
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	border: 1px solid rgba(184, 122, 18, 0.48);
	border-radius: 8px;
	padding: 8px 14px;
	background: rgba(255, 249, 237, 0.86);
	color: var(--paf-dashboard-gold-deep);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
}

.paf-dashboard-screen .paf-dashboard-action-card--judge {
	border-color: rgba(184, 122, 18, 0.28);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 250, 240, 0.93) 100%);
}

.paf-dashboard-screen .paf-dashboard-action-card--judge h3 {
	font-size: 25px;
	line-height: 1.12;
	overflow-wrap: anywhere;
}

.paf-dashboard-screen .paf-dashboard-action-card--judge .paf-dashboard-action-card__cta {
	border-color: rgba(184, 122, 18, 0.7);
	background: #fff8ed;
}

.paf-dashboard-screen .paf-summary-panel--wallet {
	align-content: start;
	min-height: 260px;
}

.paf-dashboard-screen .paf-dashboard-section__heading {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: flex-start;
	justify-content: space-between;
	min-width: 0;
}

.paf-dashboard-screen .paf-dashboard-section__heading > div {
	display: grid;
	gap: 10px;
	min-width: min(100%, 420px);
}

.paf-dashboard-screen .paf-dashboard-section__heading .paf-button {
	flex: 0 0 auto;
}

.paf-dashboard-screen .paf-dashboard-section--entry-panel {
	scroll-margin-top: 24px;
}

.paf-dashboard-screen .paf-draft-list--dashboard-panel {
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr));
	gap: 18px;
}

.paf-dashboard-screen .paf-draft-list--dashboard-panel .paf-draft-card {
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 18px 42px rgba(34, 31, 27, 0.08);
}

.paf-dashboard-screen .paf-entry-summary-list {
	display: grid;
	gap: 16px;
	min-width: 0;
}

.paf-dashboard-screen .paf-entry-summary-card {
	display: grid;
	grid-template-columns: 116px minmax(0, 1fr);
	gap: 18px;
	align-items: stretch;
	min-width: 0;
	border: 1px solid var(--paf-dashboard-line);
	border-radius: 18px;
	padding: 16px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 18px 42px rgba(34, 31, 27, 0.07);
}

.paf-dashboard-screen .paf-entry-summary-card.is-highlighted {
	border-color: rgba(32, 128, 102, 0.58);
	box-shadow: 0 18px 42px rgba(34, 31, 27, 0.08), 0 0 0 3px rgba(32, 128, 102, 0.16);
}

.paf-dashboard-screen .paf-entry-summary-card__media {
	align-self: start;
	display: grid;
	place-items: center;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 1 / 1;
	min-height: 116px;
	border: 1px solid rgba(97, 82, 62, 0.14);
	border-radius: 14px;
	background: linear-gradient(180deg, rgba(255, 249, 237, 0.92) 0%, rgba(248, 246, 241, 0.96) 100%);
	color: var(--paf-dashboard-gold-deep);
	font-size: 24px;
	font-weight: 900;
}

.paf-dashboard-screen .paf-entry-summary-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.paf-dashboard-screen .paf-entry-summary-card__body,
.paf-dashboard-screen .paf-entry-summary-card__header {
	min-width: 0;
}

.paf-dashboard-screen .paf-entry-summary-card__body {
	display: grid;
	gap: 14px;
}

.paf-dashboard-screen .paf-entry-summary-card__header {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: flex-start;
	justify-content: space-between;
}

.paf-dashboard-screen .paf-entry-summary-card__header > div {
	display: grid;
	gap: 4px;
	min-width: min(100%, 260px);
}

.paf-dashboard-screen .paf-entry-summary-card__event {
	color: var(--paf-dashboard-gold-deep);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.paf-dashboard-screen .paf-entry-summary-card h4 {
	margin: 0;
	color: var(--paf-dashboard-ink);
	font-size: 22px;
	line-height: 1.2;
	overflow-wrap: anywhere;
}

.paf-dashboard-screen .paf-entry-summary-meta {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin: 0;
}

.paf-dashboard-screen .paf-entry-summary-meta div {
	display: grid;
	gap: 4px;
	min-width: 0;
	border: 1px solid rgba(97, 82, 62, 0.12);
	border-radius: 12px;
	padding: 10px 12px;
	background: rgba(248, 246, 241, 0.64);
}

.paf-dashboard-screen .paf-entry-summary-meta dt,
.paf-dashboard-screen .paf-entry-summary-meta dd {
	min-width: 0;
	margin: 0;
	overflow-wrap: anywhere;
}

.paf-dashboard-screen .paf-entry-summary-meta dt {
	color: var(--paf-dashboard-muted);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.paf-dashboard-screen .paf-entry-summary-meta dd {
	color: var(--paf-dashboard-ink);
	font-size: 15px;
	font-weight: 700;
}

.paf-dashboard-screen .paf-entry-summary-card__note {
	margin: 0;
	color: var(--paf-dashboard-muted);
	font-size: 16px;
	line-height: 1.5;
}

.paf-dashboard-screen .paf-entry-summary-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.paf-dashboard-screen .paf-entry-summary-payment-form {
	margin: 0;
}

.paf-dashboard-screen .paf-entry-summary-actions .paf-button {
	min-height: 42px;
	border-radius: 8px;
}

.paf-dashboard-screen .paf-stat {
	color: var(--paf-dashboard-gold-deep);
}

.paf-submission-screen .paf-submission-shell {
	position: relative;
	isolation: isolate;
	gap: 32px;
	width: 100%;
	max-width: none;
	margin-inline: 0;
}

.paf-submission-screen .paf-submission-shell::before {
	content: "";
	position: absolute;
	inset: 170px 3% auto 3%;
	z-index: -1;
	height: 460px;
	border-radius: 999px;
	background: rgba(185, 189, 194, 0.18);
	filter: blur(72px);
}

.paf-submission-screen .paf-submission-grid {
	grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
	gap: 24px;
	align-items: start;
}

.paf-submission-screen .paf-submission-form,
.paf-submission-screen .paf-submission-summary > .paf-summary-panel {
	border: 1px solid var(--paf-dashboard-line);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow:
		0 22px 50px rgba(34, 31, 27, 0.07),
		0 2px 0 rgba(255, 255, 255, 0.8) inset;
}

.paf-submission-screen .paf-submission-form {
	gap: 24px;
	padding: 28px;
}

.paf-submission-screen .paf-submission-summary {
	position: sticky;
	top: 24px;
	display: grid;
	gap: 18px;
	border: 0;
	padding: 0;
	background: transparent;
	box-shadow: none;
}

.paf-submission-screen .paf-submission-summary > .paf-summary-panel {
	display: grid;
	gap: 18px;
	padding: 24px;
}

.paf-submission-screen .paf-submission-summary h3,
.paf-submission-screen .paf-submission-step__header h3 {
	margin: 0;
	color: var(--paf-dashboard-ink);
	font-size: 22px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0;
}

.paf-submission-screen .paf-submission-steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	overflow: hidden;
	border: 1px solid var(--paf-dashboard-line);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.82);
}

.paf-submission-screen .paf-submission-step-tab {
	display: grid;
	gap: 4px;
	place-items: center;
	min-height: 72px;
	border: 0;
	border-right: 1px solid rgba(97, 82, 62, 0.12);
	background: transparent;
	color: var(--paf-dashboard-muted);
	font: inherit;
	cursor: pointer;
}

.paf-submission-screen .paf-submission-step-tab:last-child {
	border-right: 0;
}

.paf-submission-screen .paf-submission-step-tab span {
	color: var(--paf-dashboard-gold);
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
}

.paf-submission-screen .paf-submission-step-tab strong {
	color: inherit;
	font-size: 15px;
	font-weight: 800;
}

.paf-submission-screen .paf-submission-step-tab:hover,
.paf-submission-screen .paf-submission-step-tab:focus-visible {
	background: rgba(184, 122, 18, 0.08);
	color: var(--paf-dashboard-gold-deep);
}

.paf-submission-screen .paf-submission-step-tab:focus-visible {
	outline: 3px solid rgba(184, 122, 18, 0.32);
	outline-offset: -3px;
}

.paf-submission-screen .paf-submission-step-tab.is-active {
	background:
		linear-gradient(180deg, rgba(255, 249, 237, 0.96) 0%, rgba(255, 245, 224, 0.92) 100%);
	box-shadow: inset 0 0 0 1px rgba(184, 122, 18, 0.85);
	color: var(--paf-dashboard-gold-deep);
}

.paf-submission-screen .paf-submission-step-tab:disabled {
	cursor: not-allowed;
	opacity: 0.45;
}

.paf-submission-flow.is-enhanced .paf-submission-step {
	display: none;
}

.paf-submission-flow.is-enhanced .paf-submission-step.is-active {
	display: grid;
}

.paf-submission-screen .paf-submission-step {
	gap: 22px;
	min-width: 0;
}

.paf-submission-screen .paf-submission-step__header {
	display: flex;
	gap: 16px;
	align-items: center;
}

.paf-submission-screen .paf-submission-step__header > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border: 1px solid rgba(184, 122, 18, 0.28);
	border-radius: 50%;
	background: var(--paf-dashboard-gold-soft);
	color: var(--paf-dashboard-gold-deep);
	font-size: 14px;
	font-weight: 900;
}

.paf-submission-screen .paf-submission-step__header small {
	display: block;
	margin-bottom: 4px;
	color: var(--paf-dashboard-gold);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.paf-submission-screen .paf-field > span,
.paf-submission-screen .paf-fieldset legend {
	color: var(--paf-dashboard-ink);
	font-size: 15px;
	font-weight: 800;
}

.paf-submission-screen .paf-field select,
.paf-submission-screen .paf-field textarea,
.paf-submission-screen .paf-field input[type="text"],
.paf-submission-screen .paf-field input[type="email"],
.paf-submission-screen .paf-field input[type="password"],
.paf-submission-screen .paf-field input[type="url"],
.paf-submission-screen .paf-field input[type="tel"],
.paf-submission-screen .paf-field input[type="number"] {
	min-height: 58px;
	border-color: rgba(97, 82, 62, 0.18);
	border-radius: 12px;
	padding: 12px 14px;
	background: rgba(255, 255, 255, 0.94);
	color: var(--paf-dashboard-ink);
	box-shadow: 0 10px 22px rgba(34, 31, 27, 0.04);
}

.paf-submission-screen .paf-field select:focus,
.paf-submission-screen .paf-field textarea:focus,
.paf-submission-screen .paf-field input:focus {
	border-color: rgba(184, 122, 18, 0.76);
	outline: 3px solid rgba(184, 122, 18, 0.22);
	outline-offset: 2px;
}

.paf-submission-screen .paf-entry-type-picker {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.paf-submission-screen .paf-entry-type-picker legend {
	grid-column: 1 / -1;
}

.paf-submission-screen .paf-entry-type-card {
	align-items: center;
	min-height: 74px;
	border: 1px solid rgba(97, 82, 62, 0.14);
	border-radius: 14px;
	padding: 18px;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 12px 28px rgba(34, 31, 27, 0.05);
	cursor: pointer;
}

.paf-submission-screen .paf-entry-type-card:has(input:checked) {
	border-color: rgba(184, 122, 18, 0.72);
	background: var(--paf-dashboard-gold-soft);
	color: var(--paf-dashboard-gold-deep);
}

.paf-submission-screen .paf-entry-type-card span {
	font-size: 18px;
	font-weight: 800;
}

.paf-submission-screen .paf-topic-picker__tree {
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
	gap: 14px;
}

.paf-submission-screen .paf-topic-choice {
	border-color: rgba(97, 82, 62, 0.14);
	border-radius: 14px;
	padding: 16px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 12px 28px rgba(34, 31, 27, 0.05);
}

.paf-submission-screen .paf-topic-choice__label {
	align-items: center;
	color: var(--paf-dashboard-ink);
	font-weight: 800;
}

.paf-submission-screen .paf-topic-choice__label input {
	width: 18px;
	height: 18px;
	accent-color: var(--paf-dashboard-gold);
}

.paf-submission-screen .paf-topic-choice:has(input:checked) {
	border-color: rgba(184, 122, 18, 0.6);
	background:
		linear-gradient(180deg, rgba(255, 249, 237, 0.94) 0%, rgba(255, 255, 255, 0.94) 100%);
}

.paf-submission-screen .paf-topic-choice p {
	margin: 0;
	color: var(--paf-dashboard-muted);
	font-size: 14px;
	line-height: 1.5;
}

.paf-submission-screen .paf-topic-choice__children {
	display: grid;
	gap: 10px;
	padding-left: 12px;
	border-left: 1px solid rgba(184, 122, 18, 0.22);
}

.paf-submission-screen .paf-submission-review {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.paf-submission-screen .paf-submission-review > div {
	display: grid;
	gap: 8px;
	min-width: 0;
	border: 1px solid rgba(97, 82, 62, 0.14);
	border-radius: 14px;
	padding: 18px;
	background: rgba(255, 255, 255, 0.86);
}

.paf-submission-screen .paf-submission-review span {
	color: var(--paf-dashboard-muted);
	font-size: 13px;
	font-weight: 700;
}

.paf-submission-screen .paf-submission-review strong {
	color: var(--paf-dashboard-ink);
	font-size: 20px;
	font-weight: 800;
	overflow-wrap: anywhere;
}

.paf-submission-screen .paf-submission-actions {
	justify-content: space-between;
	gap: 12px;
	padding-top: 6px;
}

.paf-submission-screen .paf-submission-actions .paf-button {
	min-height: 52px;
	border-radius: 10px;
	padding: 13px 22px;
	font-weight: 900;
}

.paf-submission-screen .paf-submission-submit,
.paf-submission-screen [data-paf-step-next] {
	border-color: #a86c0e;
	background: linear-gradient(180deg, #ce8d1d 0%, #a96d0d 100%);
	color: #ffffff;
	box-shadow: 0 12px 24px rgba(184, 122, 18, 0.18);
}

.paf-submission-screen .paf-line-items,
.paf-submission-screen .paf-requirements {
	gap: 10px;
}

.paf-submission-screen .paf-line-items li,
.paf-submission-screen .paf-requirements li,
.paf-submission-screen .paf-total-row {
	border-bottom: 1px solid rgba(97, 82, 62, 0.1);
	padding-bottom: 10px;
	color: var(--paf-dashboard-muted);
}

.paf-submission-screen .paf-line-items li strong,
.paf-submission-screen .paf-total-row strong {
	color: var(--paf-dashboard-ink);
}

.paf-submission-screen .paf-total-row--strong {
	border-top: 0;
	padding-top: 0;
	font-size: 20px;
}

@media (max-width: 980px) {
	.paf-dashboard-screen {
		padding-block: 42px 56px;
	}

	.paf-dashboard-screen .paf-dashboard-nav {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.paf-dashboard-screen .paf-dashboard-nav .paf-dashboard-nav__item:nth-child(4n) {
		border-right: 0;
	}

	.paf-dashboard-screen .paf-dashboard-account-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.paf-submission-screen .paf-submission-grid {
		grid-template-columns: 1fr;
	}

	.paf-submission-screen .paf-submission-summary {
		position: static;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.paf-submission-screen .paf-submission-summary > .paf-summary-panel:first-child {
		grid-column: 1 / -1;
	}
}

@media (max-width: 640px) {
	.paf-dashboard-screen {
		padding-block: 28px 40px;
	}

	.paf-dashboard-screen .paf-container--wide {
		width: 100%;
		padding-inline: 16px;
	}

	.paf-dashboard-screen .paf-dashboard-shell {
		gap: 24px;
	}

	.paf-dashboard-screen .paf-dashboard-hero h1 {
		font-size: 40px;
	}

	.paf-dashboard-screen .paf-dashboard-hero span {
		font-size: 12px;
	}

	.paf-dashboard-screen .paf-dashboard-hero h2 {
		font-size: 30px;
	}

	.paf-dashboard-screen .paf-dashboard-hero p {
		font-size: 16px;
	}

	.paf-dashboard-screen .paf-dashboard-nav {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		border-radius: 14px;
	}

	.paf-dashboard-screen .paf-dashboard-nav .paf-dashboard-nav__item {
		min-height: 54px;
		border-right: 1px solid rgba(97, 82, 62, 0.12);
		font-size: 14px;
	}

	.paf-dashboard-screen .paf-dashboard-nav .paf-dashboard-nav__item:nth-child(2n) {
		border-right: 0;
	}

	.paf-dashboard-screen .paf-dashboard-section {
		padding: 20px;
	}

	.paf-dashboard-screen .paf-dashboard-action-card,
	.paf-dashboard-screen .paf-summary-panel--wallet {
		min-height: 0;
	}

	.paf-dashboard-screen .paf-dashboard-section__heading {
		display: grid;
		gap: 14px;
	}

	.paf-dashboard-screen .paf-dashboard-section__heading .paf-button,
	.paf-dashboard-screen .paf-dashboard-action-card__cta {
		width: 100%;
		justify-content: center;
	}

	.paf-dashboard-screen .paf-entry-summary-card {
		grid-template-columns: 1fr;
		padding: 14px;
	}

	.paf-dashboard-screen .paf-entry-summary-card__media {
		width: min(100%, 180px);
		min-height: 0;
	}

	.paf-dashboard-screen .paf-entry-summary-meta {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.paf-dashboard-screen .paf-entry-summary-actions,
	.paf-dashboard-screen .paf-entry-summary-payment-form,
	.paf-dashboard-screen .paf-entry-summary-actions .paf-button {
		width: 100%;
	}

	.paf-dashboard-screen .paf-entry-summary-actions .paf-button {
		justify-content: center;
	}

	.paf-dashboard-screen .paf-dashboard-section--account {
		padding: 0;
	}

	.paf-dashboard-screen .paf-dashboard-section h3 {
		font-size: 24px;
	}

	.paf-dashboard-screen .paf-mini-row--event {
		align-items: stretch;
		padding: 16px;
	}

	.paf-dashboard-screen .paf-mini-row__cta {
		width: 100%;
	}

	.paf-dashboard-screen .paf-dashboard-account-cards {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.paf-dashboard-screen .paf-dashboard-account-card {
		min-height: 0;
		padding: 22px;
	}

	.paf-dashboard-screen .paf-account-definition-list--dashboard {
		grid-template-columns: 1fr;
	}

	.paf-dashboard-screen .paf-account-definition-list--dashboard dt {
		border-bottom: 0;
		padding-bottom: 4px;
	}

	.paf-dashboard-screen .paf-account-definition-list--dashboard dd {
		padding-top: 0;
	}

	.paf-submission-screen .paf-submission-form {
		padding: 20px;
	}

	.paf-submission-screen .paf-submission-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.paf-submission-screen .paf-submission-step-tab {
		min-height: 62px;
		border-right: 1px solid rgba(97, 82, 62, 0.12);
	}

	.paf-submission-screen .paf-submission-step-tab:nth-child(2n) {
		border-right: 0;
	}

	.paf-submission-screen .paf-entry-type-picker,
	.paf-submission-screen .paf-submission-review,
	.paf-submission-screen .paf-submission-summary {
		grid-template-columns: 1fr;
	}

	.paf-submission-screen .paf-submission-actions {
		grid-template-columns: 1fr;
	}

	.paf-submission-screen .paf-submission-actions .paf-button {
		width: 100%;
	}
}

.paf-payment-breakdown {
	display: grid;
	gap: 4px;
	padding: 10px;
	border: 1px solid var(--paf-color-border);
	border-radius: 8px;
	background: #fff;
	color: var(--paf-color-text);
}

.paf-coupon-controls {
	display: grid;
	gap: 10px;
}

.paf-coupon-form,
.paf-coupon-remove-form {
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	gap: 10px;
}

.paf-coupon-form label {
	display: grid;
	gap: 4px;
	min-width: min(100%, 220px);
}

.paf-coupon-form input[type="text"] {
	box-sizing: border-box;
	min-height: 42px;
	border: 1px solid var(--paf-color-border);
	border-radius: 8px;
	padding: 8px 10px;
	background: #fff;
	color: var(--paf-color-text);
}

.paf-upload-panel {
	display: grid;
	gap: 12px;
	min-width: 0;
}

.paf-upload-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr));
	gap: 12px;
}

.paf-upload-item {
	display: grid;
	gap: 10px;
	min-width: 0;
	margin: 0;
	border: 1px solid var(--paf-color-border);
	border-radius: 8px;
	padding: 10px;
	background: var(--paf-color-soft);
}

.paf-upload-item img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 6px;
	object-fit: cover;
	background: #fff;
}

.paf-upload-item figcaption {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.paf-upload-form,
.paf-upload-replace-form {
	align-items: stretch;
}

.paf-upload-form input[type="file"],
.paf-upload-replace-form input[type="file"] {
	box-sizing: border-box;
	max-width: 100%;
	min-height: 44px;
	border: 1px solid var(--paf-color-border);
	border-radius: 8px;
	padding: 8px;
	background: #fff;
	color: var(--paf-color-text);
}

.paf-upload-actions {
	align-items: stretch;
}

.paf-upload-actions form {
	min-width: 0;
}

.paf-judge-panel-shell-wrap {
	padding-block: 22px;
	overflow-x: clip;
}

html.paf-judge-immersive-open,
body.paf-judge-immersive-open {
	overflow: hidden !important;
}

.paf-judge-panel {
	display: grid;
	gap: 18px;
	min-width: 0;
}

.paf-judge-panel__header {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: end;
	justify-content: space-between;
	border: 1px solid rgba(17, 24, 39, 0.09);
	border-radius: 8px;
	padding: clamp(18px, 3vw, 28px);
	background:
		linear-gradient(135deg, rgba(255, 252, 246, 0.94), rgba(255, 255, 255, 0.98) 48%, rgba(238, 244, 255, 0.72)),
		#fff;
	box-shadow: 0 18px 44px rgba(17, 24, 39, 0.08);
}

.paf-judge-panel__header > div:first-child {
	display: grid;
	gap: 6px;
	min-width: min(100%, 360px);
}

.paf-judge-panel__header span {
	color: var(--paf-color-accent);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.paf-judge-panel__header h2 {
	margin: 0;
	font-size: clamp(30px, 4vw, 54px);
	line-height: 0.98;
	letter-spacing: 0;
	overflow-wrap: anywhere;
}

.paf-judge-panel__queue {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	justify-content: flex-end;
	min-width: min(100%, 260px);
}

.paf-judge-panel__queue strong,
.paf-judge-panel__queue span {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	border: 1px solid rgba(180, 122, 24, 0.25);
	border-radius: 999px;
	padding: 0 14px;
	background: #fff;
	color: var(--paf-color-text);
	font-size: 14px;
	font-weight: 850;
	line-height: 1;
}

.paf-judge-panel__queue strong:first-child {
	min-width: 52px;
	justify-content: center;
	background: var(--paf-color-accent);
	color: #fff;
	font-size: 22px;
}

.paf-judge-panel__queue span {
	border-color: transparent;
	padding-inline: 2px 8px;
	background: transparent;
	color: var(--paf-color-muted);
}

.paf-judge-task-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
	min-width: 0;
}

.paf-judge-task-card {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
	gap: clamp(18px, 2.6vw, 30px);
	align-items: stretch;
	min-width: 0;
	border: 1px solid rgba(17, 24, 39, 0.1);
	border-radius: 8px;
	padding: clamp(14px, 2vw, 22px);
	background: #fff;
	box-shadow: 0 18px 50px rgba(17, 24, 39, 0.1);
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.paf-judge-task-card.is-active,
.paf-judge-task-card:focus-within {
	border-color: rgba(180, 122, 24, 0.5);
	box-shadow: 0 20px 54px rgba(17, 24, 39, 0.12), 0 0 0 3px rgba(180, 122, 24, 0.1);
}

.paf-judge-task-card:focus {
	outline: none;
}

.paf-judge-task-card__media,
.paf-judge-task-card__body {
	min-width: 0;
}

.paf-judge-task-card__body {
	display: grid;
	gap: 16px;
	align-content: start;
}

.paf-judge-task-card__topline {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	justify-content: space-between;
	color: var(--paf-color-muted);
	font-size: 13px;
	font-weight: 850;
}

.paf-judge-task-card__topline span {
	min-width: 0;
	overflow-wrap: anywhere;
}

.paf-judge-task-card__topline span:first-child {
	color: var(--paf-color-accent);
}

.paf-judge-task-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	min-width: 0;
}

.paf-judge-task-meta span {
	border: 1px solid var(--paf-color-border);
	border-radius: 999px;
	padding: 7px 12px;
	background: var(--paf-color-soft);
	color: var(--paf-color-muted);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	overflow-wrap: anywhere;
}

.paf-judge-task-title {
	margin: 0;
	color: var(--paf-color-muted);
	line-height: 1.5;
	overflow-wrap: anywhere;
}

.paf-judge-entry-context {
	display: grid;
	gap: 10px;
	min-width: 0;
}

.paf-judge-entry-context h3,
.paf-judge-entry-context p {
	margin: 0;
	overflow-wrap: anywhere;
}

.paf-judge-entry-context h3 {
	font-size: clamp(24px, 3vw, 38px);
	line-height: 1.05;
	letter-spacing: 0;
}

.paf-judge-entry-context p {
	color: var(--paf-color-muted);
	font-size: 16px;
	line-height: 1.5;
}

.paf-judge-score-current {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	min-width: 0;
	border: 1px solid var(--paf-color-border);
	border-radius: 8px;
	padding: 10px 12px;
	background: var(--paf-color-soft);
}

.paf-judge-score-current span {
	font-weight: 800;
	color: var(--paf-color-text);
}

.paf-judge-score-current small {
	color: var(--paf-color-muted);
}

.paf-judge-image-viewer {
	display: grid;
	gap: 10px;
	min-width: 0;
	height: 100%;
}

.paf-judge-image-stage {
	display: grid;
	place-items: center;
	min-width: 0;
	height: clamp(360px, 58vw, 720px);
	overflow: hidden;
	border-radius: 8px;
	background: #111827;
}

.paf-judge-image-stage img,
.paf-judge-image-missing {
	display: block;
	max-height: clamp(360px, 58vw, 720px);
	background: #111827;
}

.paf-judge-image-stage img {
	width: auto;
	height: auto;
	max-width: 100%;
	object-fit: contain;
	object-position: center center;
}

.paf-judge-image-missing {
	width: 100%;
	height: 100%;
	background: #111827;
}

.paf-judge-image-missing {
	display: grid;
	place-items: center;
	color: rgba(255, 255, 255, 0.72);
}

.paf-judge-image-caption {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
	min-width: 0;
	color: var(--paf-color-text);
	font-size: 13px;
	font-weight: 800;
}

.paf-judge-image-caption__summary {
	display: flex;
	flex: 1 1 auto;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	min-width: 0;
}

.paf-judge-image-caption strong,
.paf-judge-image-caption span,
.paf-judge-image-caption__summary {
	min-width: 0;
	overflow-wrap: anywhere;
}

.paf-judge-image-caption span {
	flex: 0 0 auto;
	color: var(--paf-color-muted);
}

.paf-judge-fullscreen-toggle {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	border: 1px solid rgba(180, 122, 24, 0.36);
	border-radius: 8px;
	padding: 0 12px;
	background: #fff9ec;
	color: var(--paf-color-accent);
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
	cursor: pointer;
	transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.paf-judge-fullscreen-toggle:hover,
.paf-judge-fullscreen-toggle:focus {
	border-color: var(--paf-color-accent);
	background: var(--paf-color-accent);
	color: #fff;
	transform: translateY(-1px);
}

.paf-judge-fullscreen-toggle:focus-visible {
	outline: 3px solid rgba(37, 99, 235, 0.28);
	outline-offset: 2px;
}

.paf-judge-fullscreen-toggle__close,
.paf-judge-task-card.is-judge-fullscreen .paf-judge-fullscreen-toggle__open {
	display: none;
}

.paf-judge-task-card.is-judge-fullscreen .paf-judge-fullscreen-toggle__close {
	display: inline;
}

.paf-judge-filmstrip {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(72px, 98px);
	gap: 8px;
	min-width: 0;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	padding: 2px 2px 8px;
	scrollbar-width: thin;
}

.paf-judge-filmstrip__item {
	display: grid;
	place-items: center;
	aspect-ratio: 1 / 1;
	min-width: 0;
	border: 2px solid transparent;
	border-radius: 8px;
	padding: 0;
	overflow: hidden;
	background: #111827;
	cursor: pointer;
}

.paf-judge-filmstrip__item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.72;
	transition: opacity 0.18s ease, transform 0.18s ease;
}

.paf-judge-filmstrip__item span {
	padding: 8px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 12px;
	text-align: center;
}

.paf-judge-filmstrip__item:hover img,
.paf-judge-filmstrip__item.is-active img {
	opacity: 1;
}

.paf-judge-filmstrip__item.is-active {
	border-color: var(--paf-color-accent);
}

.paf-judge-filmstrip__item:focus-visible {
	outline: 3px solid rgba(37, 99, 235, 0.3);
	outline-offset: 2px;
}

.paf-judge-score-form {
	display: grid;
	gap: 12px;
	min-width: 0;
	padding-top: 4px;
	border-top: 1px solid var(--paf-color-border);
}

.paf-judge-score-picker {
	display: grid;
	gap: 10px;
	min-width: 0;
	margin: 0;
	border: 0;
	padding: 0;
}

.paf-judge-score-picker legend {
	margin: 0;
	padding: 0;
	color: var(--paf-color-text);
	font-size: 15px;
	font-weight: 900;
}

.paf-judge-score-options {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 8px;
	min-width: 0;
}

.paf-judge-score-option {
	position: relative;
	min-width: 0;
}

.paf-judge-score-option input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.paf-judge-score-option span {
	display: grid;
	place-items: center;
	min-height: 52px;
	border: 1px solid rgba(17, 24, 39, 0.14);
	border-radius: 8px;
	background: #f8fafc;
	color: var(--paf-color-text);
	font-size: 18px;
	font-weight: 900;
	line-height: 1;
	cursor: pointer;
	user-select: none;
	transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.paf-judge-score-option:hover span {
	border-color: rgba(180, 122, 24, 0.42);
	background: #fff9ec;
	transform: translateY(-1px);
}

.paf-judge-score-option input:checked + span {
	border-color: var(--paf-color-accent);
	background: var(--paf-color-accent);
	color: #fff;
	box-shadow: 0 10px 22px rgba(180, 122, 24, 0.22);
}

.paf-judge-score-option input:focus-visible + span {
	outline: 3px solid rgba(37, 99, 235, 0.28);
	outline-offset: 2px;
}

.paf-judge-task-card.is-judge-fullscreen {
	grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
	gap: clamp(12px, 1.8vw, 22px);
	align-items: stretch;
	width: 100vw;
	height: 100vh;
	height: 100dvh;
	max-width: none;
	max-height: none;
	margin: 0;
	border: 0;
	border-radius: 0;
	padding: clamp(10px, 1.5vw, 20px);
	overflow: hidden;
	background: #05070b;
	color: #f8fafc;
	box-shadow: none;
}

.paf-judge-task-card.is-judge-immersive {
	position: fixed;
	inset: 0;
	z-index: 100000;
}

.paf-judge-task-card.is-judge-fullscreen .paf-judge-task-card__media,
.paf-judge-task-card.is-judge-fullscreen .paf-judge-task-card__body,
.paf-judge-task-card.is-judge-fullscreen .paf-judge-image-viewer {
	min-height: 0;
}

.paf-judge-task-card.is-judge-fullscreen .paf-judge-image-viewer {
	grid-template-rows: minmax(0, 1fr) auto auto;
	height: 100%;
}

.paf-judge-task-card.is-judge-fullscreen .paf-judge-image-stage {
	height: auto;
	min-height: 0;
	max-height: none;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: #030712;
}

.paf-judge-task-card.is-judge-fullscreen .paf-judge-image-stage img,
.paf-judge-task-card.is-judge-fullscreen .paf-judge-image-missing {
	max-height: none;
	background: #030712;
}

.paf-judge-task-card.is-judge-fullscreen .paf-judge-image-stage img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.paf-judge-task-card.is-judge-fullscreen .paf-judge-image-caption {
	color: #f8fafc;
}

.paf-judge-task-card.is-judge-fullscreen .paf-judge-image-caption span {
	color: rgba(248, 250, 252, 0.7);
}

.paf-judge-task-card.is-judge-fullscreen .paf-judge-fullscreen-toggle {
	border-color: rgba(248, 250, 252, 0.28);
	background: rgba(248, 250, 252, 0.1);
	color: #f8fafc;
}

.paf-judge-task-card.is-judge-fullscreen .paf-judge-fullscreen-toggle:hover,
.paf-judge-task-card.is-judge-fullscreen .paf-judge-fullscreen-toggle:focus {
	border-color: #f8fafc;
	background: #f8fafc;
	color: #111827;
}

.paf-judge-task-card.is-judge-fullscreen .paf-judge-filmstrip {
	grid-auto-columns: minmax(58px, 86px);
	padding-bottom: 4px;
}

.paf-judge-task-card.is-judge-fullscreen .paf-judge-task-card__body {
	align-content: start;
	max-height: 100%;
	overflow-y: auto;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	padding: clamp(12px, 1.6vw, 20px);
	background: rgba(15, 23, 42, 0.76);
	backdrop-filter: blur(14px);
}

.paf-judge-task-card.is-judge-fullscreen .paf-judge-entry-context h3 {
	color: #fff;
	font-size: clamp(24px, 3vw, 42px);
}

.paf-judge-task-card.is-judge-fullscreen .paf-judge-entry-context p,
.paf-judge-task-card.is-judge-fullscreen .paf-judge-task-card__topline,
.paf-judge-task-card.is-judge-fullscreen .paf-judge-score-current small {
	color: rgba(248, 250, 252, 0.72);
}

.paf-judge-task-card.is-judge-fullscreen .paf-judge-task-card__topline span:first-child {
	color: #fbbf24;
}

.paf-judge-task-card.is-judge-fullscreen .paf-judge-task-meta span,
.paf-judge-task-card.is-judge-fullscreen .paf-judge-score-current {
	border-color: rgba(248, 250, 252, 0.14);
	background: rgba(248, 250, 252, 0.08);
	color: rgba(248, 250, 252, 0.82);
}

.paf-judge-task-card.is-judge-fullscreen .paf-judge-score-current span,
.paf-judge-task-card.is-judge-fullscreen .paf-judge-score-picker legend {
	color: #fff;
}

.paf-judge-task-card.is-judge-fullscreen .paf-judge-score-form {
	border-top-color: rgba(248, 250, 252, 0.14);
}

.paf-judge-task-card.is-judge-fullscreen .paf-judge-score-options {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.paf-judge-task-card.is-judge-fullscreen .paf-judge-score-option span {
	border-color: rgba(248, 250, 252, 0.16);
	background: rgba(248, 250, 252, 0.08);
	color: #f8fafc;
}

.paf-judge-task-card.is-judge-fullscreen .paf-judge-score-option:hover span {
	border-color: rgba(251, 191, 36, 0.72);
	background: rgba(251, 191, 36, 0.16);
}

.paf-judge-task-card.is-judge-fullscreen .paf-judge-score-option input:checked + span {
	border-color: #fbbf24;
	background: #b47a18;
	color: #fff;
}

@media (max-width: 960px) {
	.paf-judge-task-card.is-judge-fullscreen {
		grid-template-columns: 1fr;
		align-content: start;
		overflow-y: auto;
	}

	.paf-judge-task-card.is-judge-fullscreen .paf-judge-image-stage {
		min-height: min(58vh, 540px);
	}

	.paf-judge-task-card.is-judge-fullscreen .paf-judge-task-card__body {
		max-height: none;
	}
}

@media (max-width: 560px) {
	.paf-judge-task-card.is-judge-fullscreen {
		gap: 10px;
		padding: 10px;
	}

	.paf-judge-task-card.is-judge-fullscreen .paf-judge-image-stage {
		min-height: 44vh;
	}

	.paf-judge-task-card.is-judge-fullscreen .paf-judge-filmstrip {
		grid-auto-columns: minmax(52px, 68px);
	}

	.paf-judge-task-card.is-judge-fullscreen .paf-judge-score-options {
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: 6px;
	}

	.paf-judge-task-card.is-judge-fullscreen .paf-judge-score-option span {
		min-height: 44px;
		font-size: 15px;
	}
}

.paf-dashboard-section--certificates {
	min-width: 0;
}

.paf-dashboard-section--badges {
	min-width: 0;
}

.paf-certificate-owner-list,
.paf-badge-owner-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
	gap: 16px;
	min-width: 0;
}

.paf-certificate-owner-card,
.paf-badge-owner-card {
	display: grid;
	gap: 14px;
	min-width: 0;
	border: 1px solid var(--paf-color-border);
	border-radius: 8px;
	padding: 16px;
	background: #fff;
}

.paf-certificate-owner-card.is-blocked {
	background: #fffaf2;
}

.paf-badge-owner-card {
	grid-template-columns: 72px minmax(0, 1fr);
}

.paf-badge-owner-card.is-public-ready {
	border-color: rgba(39, 116, 100, 0.35);
	background: #f5fbf8;
}

.paf-badge-owner-card.is-private {
	background: #fffaf2;
}

.paf-badge-owner-card__body {
	display: grid;
	gap: 10px;
	min-width: 0;
}

.paf-badge-owner-card__note {
	margin: 0;
	color: var(--paf-color-muted);
	font-size: 14px;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.paf-certificate-owner-empty,
.paf-badge-owner-empty {
	padding: 16px;
}

.paf-certificate-owner-card__summary,
.paf-badge-owner-card__summary,
.paf-certificate-owner-meta div,
.paf-certificate-owner-card .paf-form-actions {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
	min-width: 0;
	flex-wrap: wrap;
}

.paf-certificate-owner-card__summary strong,
.paf-certificate-owner-card__summary span,
.paf-badge-owner-card__summary strong,
.paf-badge-owner-card__summary span,
.paf-badge-owner-card__note,
.paf-certificate-owner-meta dd,
.paf-certificate-owner-meta code {
	min-width: 0;
	overflow-wrap: anywhere;
}

.paf-certificate-owner-meta {
	display: grid;
	gap: 10px;
	min-width: 0;
	margin: 0;
}

.paf-certificate-owner-meta dt {
	color: var(--paf-color-muted);
	font-size: 13px;
	font-weight: 700;
}

.paf-certificate-owner-meta dd {
	margin: 0;
	text-align: right;
}

.paf-certificate-owner-message {
	margin: 0;
	color: var(--paf-color-muted);
	line-height: 1.5;
	overflow-wrap: anywhere;
}

.paf-artist-profile {
	display: grid;
	gap: 20px;
	min-width: 0;
}

.paf-artist-profile__header {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
	min-width: 0;
	border: 1px solid var(--paf-color-border);
	border-radius: 8px;
	padding: 18px;
	background: var(--paf-color-bg);
}

.paf-artist-profile__header span,
.paf-artist-work-card__award {
	color: var(--paf-color-accent);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.paf-artist-profile__header h2,
.paf-artist-profile__subheader h3,
.paf-artist-work-card h3 {
	margin: 0;
	overflow-wrap: anywhere;
}

.paf-artist-profile__header h2 {
	font-size: 30px;
	line-height: 1.1;
}

.paf-artist-profile__credit,
.paf-artist-profile__body p,
.paf-artist-profile__location,
.paf-artist-work-card p {
	margin: 0;
	color: var(--paf-color-muted);
	line-height: 1.55;
	overflow-wrap: anywhere;
}

.paf-artist-profile__links,
.paf-artist-work-card__badges,
.paf-artist-dashboard-status,
.paf-artist-dashboard-lists,
.paf-artist-dashboard-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	min-width: 0;
}

.paf-artist-profile__links a,
.paf-artist-work-card__verify {
	color: var(--paf-color-accent);
	font-weight: 700;
	text-decoration: none;
}

.paf-artist-profile__links a:hover,
.paf-artist-profile__links a:focus,
.paf-artist-work-card__verify:hover,
.paf-artist-work-card__verify:focus {
	text-decoration: underline;
}

.paf-artist-profile__body {
	display: grid;
	gap: 10px;
	max-width: 880px;
	min-width: 0;
}

.paf-artist-profile-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
	gap: 16px;
	min-width: 0;
}

.paf-artist-profile-grid--list {
	grid-template-columns: 1fr;
}

.paf-artist-work-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--paf-color-border);
	border-radius: 8px;
	background: var(--paf-color-bg);
	box-shadow: 0 10px 30px rgba(32, 32, 32, 0.06);
}

.paf-artist-work-card__media img,
.paf-artist-work-card__fallback {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	background: var(--paf-color-soft);
}

.paf-artist-work-card__fallback {
	display: grid;
	place-items: center;
	color: var(--paf-color-muted);
	font-size: 28px;
	font-weight: 800;
}

.paf-artist-work-card__body {
	display: grid;
	gap: 8px;
	min-width: 0;
	padding: 16px;
}

.paf-artist-directory {
	display: grid;
	gap: 20px;
	min-width: 0;
}

.paf-artist-directory__header {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.paf-artist-directory__header span {
	color: var(--paf-color-accent);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.paf-artist-directory__header h2 {
	margin: 0;
	font-size: 30px;
	line-height: 1.1;
	overflow-wrap: anywhere;
}

.paf-artist-directory-filters {
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	gap: 10px;
	min-width: 0;
	padding: 12px;
	border: 1px solid var(--paf-color-border);
	border-radius: 8px;
	background: var(--paf-color-bg);
}

.paf-artist-directory-filters label {
	display: grid;
	gap: 6px;
	min-width: min(100%, 220px);
	flex: 1 1 220px;
}

.paf-artist-directory-filters select {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
}

.paf-artist-directory-filters .paf-button {
	white-space: normal;
}

.paf-artist-directory-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	min-width: 0;
}

.paf-artist-directory-grid--columns-1,
.paf-artist-directory-grid--list {
	grid-template-columns: 1fr;
}

.paf-artist-directory-grid--columns-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.paf-artist-directory-grid--columns-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.paf-artist-directory-grid--columns-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.paf-artist-directory-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--paf-color-border);
	border-radius: 8px;
	background: var(--paf-color-bg);
	box-shadow: 0 10px 30px rgba(32, 32, 32, 0.06);
}

.paf-artist-directory-card__media img,
.paf-artist-directory-card__fallback {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	background: var(--paf-color-soft);
}

.paf-artist-directory-card__fallback {
	display: grid;
	place-items: center;
	color: var(--paf-color-muted);
	font-size: 32px;
	font-weight: 800;
	text-align: center;
	overflow-wrap: anywhere;
}

.paf-artist-directory-card__body {
	display: grid;
	gap: 12px;
	min-width: 0;
	padding: 16px;
}

.paf-artist-directory-card__body h3,
.paf-artist-directory-card__body p {
	margin: 0;
	overflow-wrap: anywhere;
}

.paf-artist-directory-card__body h3 {
	font-size: 20px;
	line-height: 1.2;
}

.paf-artist-directory-card__credit,
.paf-artist-directory-card__location,
.paf-artist-directory-card__body p {
	color: var(--paf-color-muted);
	line-height: 1.5;
}

.paf-artist-directory-card__featured {
	padding-top: 4px;
	border-top: 1px solid var(--paf-color-border);
}

.paf-artist-directory-card__featured span {
	display: block;
	color: var(--paf-color-accent);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
	overflow-wrap: anywhere;
}

.paf-artist-directory-card__meta,
.paf-artist-directory-card__badges,
.paf-artist-dashboard-directory-status {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	min-width: 0;
}

.paf-artist-directory-card__meta span {
	color: var(--paf-color-muted);
	font-size: 13px;
	line-height: 1.4;
}

.paf-artist-directory-card__link {
	color: var(--paf-color-accent);
	font-weight: 700;
	text-decoration: none;
	overflow-wrap: anywhere;
}

.paf-artist-directory-empty {
	padding: 18px;
	border-radius: 8px;
}

.paf-artist-directory-card__link:hover,
.paf-artist-directory-card__link:focus {
	text-decoration: underline;
}

.paf-dashboard-section--artist-portfolio {
	display: grid;
	gap: 14px;
	min-width: 0;
}

.paf-artist-dashboard-status {
	align-items: center;
	justify-content: space-between;
}

.paf-artist-dashboard-directory-status {
	align-items: center;
}

.paf-artist-dashboard-directory-status p {
	margin: 0;
	color: var(--paf-color-muted);
	line-height: 1.5;
	overflow-wrap: anywhere;
}

.paf-artist-dashboard-directory-status a {
	color: var(--paf-color-accent);
	font-weight: 700;
	text-decoration: none;
}

.paf-artist-dashboard-directory-status a:hover,
.paf-artist-dashboard-directory-status a:focus {
	text-decoration: underline;
}

.paf-artist-dashboard-warning,
.paf-artist-dashboard-blockers,
.paf-artist-dashboard-help,
.paf-artist-dashboard-form-grid small,
.paf-artist-dashboard-row small {
	margin: 0;
	color: var(--paf-color-muted);
	overflow-wrap: anywhere;
}

.paf-artist-dashboard-state {
	color: var(--paf-color-muted);
	font-size: 13px;
	overflow-wrap: anywhere;
}

.paf-artist-dashboard-blockers {
	padding-left: 18px;
}

.paf-artist-dashboard-form,
.paf-artist-dashboard-form-grid label,
.paf-artist-dashboard-list,
.paf-artist-dashboard-row > div {
	display: grid;
	gap: 8px;
	min-width: 0;
}

.paf-artist-dashboard-form-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
	gap: 12px;
	min-width: 0;
}

.paf-artist-dashboard-form-grid input,
.paf-artist-dashboard-form-grid select,
.paf-artist-dashboard-form-grid textarea {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.paf-artist-dashboard-form-wide {
	grid-column: 1 / -1;
}

.paf-artist-dashboard-list {
	flex: 1 1 280px;
	border: 1px solid var(--paf-color-border);
	border-radius: 8px;
	padding: 12px;
	background: var(--paf-color-bg);
}

.paf-artist-dashboard-list h4,
.paf-artist-dashboard-list p {
	margin: 0;
}

.paf-artist-dashboard-row {
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid var(--paf-color-border);
	padding-top: 10px;
}

.paf-artist-dashboard-row strong,
.paf-artist-dashboard-row span {
	overflow-wrap: anywhere;
}

.paf-dashboard-screen .paf-dashboard-section--artist-portfolio {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	border: 0;
	border-radius: 0;
	padding: 0;
	background: transparent;
	box-shadow: none;
}

.paf-dashboard-screen .paf-dashboard-section--artist-portfolio > h3 {
	margin: 0;
	font-size: clamp(24px, 3vw, 32px);
	line-height: 1.08;
}

.paf-dashboard-screen .paf-dashboard-section--artist-portfolio > h3,
.paf-dashboard-screen .paf-dashboard-section--artist-portfolio > .paf-artist-dashboard-warning,
.paf-dashboard-screen .paf-dashboard-section--artist-portfolio > .paf-artist-dashboard-blockers,
.paf-dashboard-screen .paf-dashboard-section--artist-portfolio > .paf-artist-dashboard-form,
.paf-dashboard-screen .paf-dashboard-section--artist-portfolio > .paf-artist-dashboard-lists,
.paf-dashboard-screen .paf-dashboard-section--artist-portfolio > .paf-empty-state {
	grid-column: 1 / -1;
}

.paf-dashboard-screen .paf-artist-dashboard-status,
.paf-dashboard-screen .paf-artist-dashboard-directory-status,
.paf-dashboard-screen .paf-artist-dashboard-form,
.paf-dashboard-screen .paf-artist-dashboard-list {
	border: 1px solid var(--paf-dashboard-line);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow:
		0 16px 34px rgba(34, 31, 27, 0.06),
		0 2px 0 rgba(255, 255, 255, 0.8) inset;
}

.paf-dashboard-screen .paf-artist-dashboard-status,
.paf-dashboard-screen .paf-artist-dashboard-directory-status {
	display: grid;
	align-content: start;
	align-items: start;
	justify-content: stretch;
	gap: 8px;
	min-width: 0;
	padding: 14px 16px;
}

.paf-dashboard-screen .paf-artist-dashboard-state,
.paf-dashboard-screen .paf-artist-dashboard-directory-status p,
.paf-dashboard-screen .paf-artist-dashboard-help,
.paf-dashboard-screen .paf-artist-dashboard-form-grid small,
.paf-dashboard-screen .paf-artist-dashboard-row small {
	color: var(--paf-dashboard-muted);
	font-size: 13px;
	line-height: 1.45;
}

.paf-dashboard-screen .paf-artist-dashboard-status a,
.paf-dashboard-screen .paf-artist-dashboard-directory-status a {
	width: fit-content;
	color: var(--paf-dashboard-gold-deep);
	font-size: 19px;
	line-height: 1.18;
	font-weight: 800;
	text-decoration: none;
}

.paf-dashboard-screen .paf-artist-dashboard-status a:hover,
.paf-dashboard-screen .paf-artist-dashboard-status a:focus-visible,
.paf-dashboard-screen .paf-artist-dashboard-directory-status a:hover,
.paf-dashboard-screen .paf-artist-dashboard-directory-status a:focus-visible {
	text-decoration: underline;
}

.paf-dashboard-screen .paf-artist-dashboard-warning,
.paf-dashboard-screen .paf-artist-dashboard-blockers {
	border: 1px solid rgba(184, 122, 18, 0.24);
	border-radius: 12px;
	padding: 12px 16px;
	background: rgba(255, 247, 229, 0.82);
	color: #6f4a0f;
	box-shadow: 0 14px 32px rgba(184, 122, 18, 0.08);
	font-size: 16px;
	line-height: 1.45;
}

.paf-dashboard-screen .paf-artist-dashboard-blockers {
	display: grid;
	gap: 8px;
	padding-left: 38px;
}

.paf-dashboard-screen .paf-artist-dashboard-form {
	gap: 16px;
	padding: 18px;
}

.paf-dashboard-screen .paf-artist-dashboard-form-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px 16px;
}

.paf-dashboard-screen .paf-artist-dashboard-form-grid label {
	gap: 6px;
}

.paf-dashboard-screen .paf-artist-dashboard-form-grid label > span {
	color: var(--paf-dashboard-ink);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
}

.paf-dashboard-screen .paf-artist-dashboard-form-grid input,
.paf-dashboard-screen .paf-artist-dashboard-form-grid select,
.paf-dashboard-screen .paf-artist-dashboard-form-grid textarea {
	min-height: 44px;
	border: 1px solid rgba(97, 82, 62, 0.18);
	border-radius: 10px;
	padding: 9px 12px;
	background: rgba(255, 255, 255, 0.94);
	color: var(--paf-dashboard-ink);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
	font: inherit;
	font-size: 15px;
}

.paf-dashboard-screen .paf-artist-dashboard-form-grid textarea {
	height: 104px;
	min-height: 92px;
	resize: vertical;
}

.paf-dashboard-screen .paf-artist-dashboard-form-grid input:focus,
.paf-dashboard-screen .paf-artist-dashboard-form-grid select:focus,
.paf-dashboard-screen .paf-artist-dashboard-form-grid textarea:focus,
.paf-dashboard-screen .paf-artist-dashboard-form-grid input:focus-visible,
.paf-dashboard-screen .paf-artist-dashboard-form-grid select:focus-visible,
.paf-dashboard-screen .paf-artist-dashboard-form-grid textarea:focus-visible {
	border-color: rgba(184, 122, 18, 0.72);
	outline: 3px solid rgba(184, 122, 18, 0.18);
	outline-offset: 2px;
}

.paf-dashboard-screen .paf-artist-dashboard-form .paf-form-actions {
	justify-content: flex-end;
}

.paf-dashboard-screen .paf-artist-dashboard-form .paf-button {
	min-height: 44px;
	border-color: #a86c0e;
	border-radius: 8px;
	padding: 10px 18px;
	background: linear-gradient(180deg, #ce8d1d 0%, #a96d0d 100%);
	color: #ffffff;
	box-shadow: 0 10px 20px rgba(184, 122, 18, 0.16);
	font-weight: 800;
}

.paf-dashboard-screen .paf-artist-dashboard-lists {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.paf-dashboard-screen .paf-artist-dashboard-list {
	align-content: start;
	gap: 10px;
	padding: 16px;
}

.paf-dashboard-screen .paf-artist-dashboard-list h4 {
	color: var(--paf-dashboard-ink);
	font-size: 19px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0;
}

.paf-dashboard-screen .paf-artist-dashboard-row {
	align-items: center;
	gap: 10px;
	border-top: 1px solid rgba(97, 82, 62, 0.12);
	padding-top: 10px;
}

.paf-dashboard-screen .paf-artist-dashboard-row > div {
	gap: 5px;
}

.paf-dashboard-screen .paf-artist-dashboard-row strong {
	color: var(--paf-dashboard-ink);
	font-size: 16px;
	line-height: 1.35;
}

.paf-dashboard-screen .paf-artist-dashboard-row span {
	color: var(--paf-dashboard-muted);
	font-size: 14px;
	line-height: 1.45;
}

.paf-dashboard-screen .paf-artist-dashboard-row .paf-button {
	border-color: rgba(184, 122, 18, 0.72);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.9);
	color: var(--paf-dashboard-gold-deep);
	font-weight: 800;
}

@media (max-width: 980px) {
	.paf-dashboard-screen .paf-dashboard-section--artist-portfolio,
	.paf-dashboard-screen .paf-artist-dashboard-form-grid,
	.paf-dashboard-screen .paf-artist-dashboard-lists {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.paf-dashboard-screen .paf-dashboard-section--artist-portfolio,
	.paf-dashboard-screen .paf-artist-dashboard-form-grid,
	.paf-dashboard-screen .paf-artist-dashboard-lists {
		grid-template-columns: 1fr;
	}

	.paf-dashboard-screen .paf-artist-dashboard-status,
	.paf-dashboard-screen .paf-artist-dashboard-directory-status,
	.paf-dashboard-screen .paf-artist-dashboard-form,
	.paf-dashboard-screen .paf-artist-dashboard-list {
		border-radius: 16px;
		padding: 16px;
	}

	.paf-dashboard-screen .paf-artist-dashboard-form-grid textarea {
		height: 96px;
	}

	.paf-dashboard-screen .paf-artist-dashboard-form .paf-form-actions {
		justify-content: stretch;
	}

	.paf-dashboard-screen .paf-artist-dashboard-form .paf-button {
		width: 100%;
	}

	.paf-dashboard-screen .paf-artist-dashboard-row {
		align-items: stretch;
	}

	.paf-dashboard-screen .paf-artist-dashboard-row form,
	.paf-dashboard-screen .paf-artist-dashboard-row .paf-button {
		width: 100%;
	}
}

.paf-winner-interviews,
.paf-winner-interview,
.paf-dashboard-section--winner-interviews {
	min-width: 0;
}

.paf-winner-interviews__header,
.paf-winner-interview__header {
	display: grid;
	gap: 8px;
	margin-bottom: 18px;
}

.paf-winner-interviews__header span,
.paf-winner-interview__header span {
	color: var(--paf-color-muted);
	font-size: 0.85rem;
	font-weight: 700;
	text-transform: uppercase;
}

.paf-winner-interviews__grid,
.paf-winner-interview-owner-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.paf-winner-interviews-card,
.paf-winner-interview-owner-card,
.paf-winner-interview-answer {
	border: 1px solid var(--paf-color-border);
	border-radius: 8px;
	background: var(--paf-color-bg);
	padding: 16px;
	min-width: 0;
}

.paf-winner-interviews-card h3,
.paf-winner-interview-answer h3 {
	margin: 0 0 8px;
	font-size: 1.05rem;
	overflow-wrap: anywhere;
}

.paf-winner-interview__meta,
.paf-winner-interviews-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 4px;
}

.paf-winner-interview__meta span,
.paf-winner-interviews-card__meta span {
	border: 1px solid var(--paf-color-border);
	border-radius: 999px;
	padding: 3px 9px;
	color: var(--paf-color-muted);
	font-size: 0.82rem;
	max-width: 100%;
	overflow-wrap: anywhere;
}

.paf-winner-interview__answers {
	display: grid;
	gap: 14px;
}

.paf-winner-interview-owner-card {
	display: grid;
	gap: 12px;
}

.paf-winner-interview-owner-form {
	display: grid;
	gap: 12px;
	min-width: 0;
}

.paf-winner-interview-owner-card header,
.paf-winner-interviews-card {
	display: grid;
	gap: 10px;
}

.paf-winner-interview-owner-field {
	display: grid;
	gap: 6px;
	margin-bottom: 12px;
}

.paf-winner-interview-owner-label {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	font-weight: 700;
	overflow-wrap: anywhere;
}

.paf-winner-interview-owner-label em {
	border: 1px solid var(--paf-color-border);
	border-radius: 999px;
	padding: 2px 7px;
	color: var(--paf-color-muted);
	font-size: 0.72rem;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
}

.paf-winner-interview-owner-field input,
.paf-winner-interview-owner-field textarea {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.paf-winner-interview-owner-field textarea {
	min-height: 132px;
	resize: vertical;
}

.paf-winner-interview-owner-answer {
	min-width: 0;
	overflow-wrap: anywhere;
}

.paf-winner-interviews-card__link,
.paf-winner-interview__profile-link {
	justify-self: start;
}

@media (max-width: 860px) {
	.paf-event-detail__header,
	.paf-event-detail__grid,
	.paf-submission-grid,
	.paf-dashboard-grid,
	.paf-judge-task-card {
		grid-template-columns: 1fr;
	}

	.paf-judge-panel__queue {
		justify-content: flex-start;
	}

	.paf-judge-image-stage {
		height: min(68vh, 560px);
	}

	.paf-judge-image-stage img,
	.paf-judge-image-missing {
		max-height: min(68vh, 560px);
	}

	.paf-artist-directory-grid--columns-3,
	.paf-artist-directory-grid--columns-4,
	.paf-winner-interviews__grid,
	.paf-winner-interview-owner-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.paf-topic-picker__tree {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.paf-judge-panel__header,
	.paf-judge-task-card {
		padding: 14px;
	}

	.paf-judge-panel__header h2 {
		font-size: 34px;
	}

	.paf-judge-score-options {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.paf-judge-image-stage {
		height: 340px;
	}

	.paf-judge-image-stage img,
	.paf-judge-image-missing {
		max-height: 340px;
	}
}

@media (max-width: 420px) {
	.paf-container,
	.paf-container--wide,
	.paf-container--narrow,
	.paf-container--fluid {
		width: min(100% - 20px, 1280px);
	}

	.paf-event-list-shell,
	.paf-event-detail-shell,
	.paf-submission-form-shell,
	.paf-dashboard-shell-wrap,
	.paf-public-badges-shell,
	.paf-winner-gallery-shell,
	.paf-artist-profile-shell,
	.paf-artist-directory-shell,
	.paf-winner-interview-shell,
	.paf-certificate-verify-shell-wrap,
	.paf-judge-panel-shell-wrap {
		padding-block: 14px;
	}

	.paf-event-card__body {
		padding: 14px;
	}

	.paf-artist-directory-grid,
	.paf-artist-directory-grid--columns-2,
	.paf-artist-directory-grid--columns-3,
	.paf-artist-directory-grid--columns-4,
	.paf-winner-interviews__grid,
	.paf-winner-interview-owner-list {
		grid-template-columns: 1fr;
	}

	.paf-event-detail {
		padding: 14px;
	}

	.paf-judge-panel__header,
	.paf-judge-task-card {
		padding: 14px;
	}

	.paf-judge-panel__header h2 {
		font-size: 34px;
	}

	.paf-judge-score-options {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.paf-judge-image-stage {
		height: 340px;
	}

	.paf-judge-image-stage img,
	.paf-judge-image-missing {
		max-height: 340px;
	}

	.paf-draft-card__header,
	.paf-completion-panel__summary,
	.paf-upload-panel__summary,
	.paf-upload-form,
	.paf-upload-replace-form,
	.paf-coupon-form,
	.paf-coupon-remove-form,
	.paf-complete-form {
		align-items: stretch;
		flex-direction: column;
	}

	.paf-completion-checklist li {
		grid-template-columns: 1fr;
	}

	.paf-dashboard-screen .paf-entry-summary-meta {
		grid-template-columns: 1fr;
	}

	.paf-upload-actions {
		flex-direction: column;
	}

	.paf-guest-prompt .paf-button {
		width: 100%;
	}

	.paf-auth-brand {
		align-items: flex-start;
		flex-direction: column;
	}

	.paf-auth-brand__link {
		margin-left: 0;
	}

	.paf-auth-tabs__link,
	.paf-auth-actions .paf-button,
	.paf-auth-actions .paf-button--secondary {
		width: 100%;
		justify-content: center;
	}

	.paf-certificate-owner-card .paf-form-actions .paf-button {
		width: 100%;
	}

	.paf-badge-owner-card {
		grid-template-columns: 1fr;
	}

	.paf-winner-interview-owner-card .paf-form-actions .paf-button {
		width: 100%;
	}
}

/* Submission wizard redesign. */
.paf-submission-screen .paf-submission-shell {
	gap: 34px;
}

.paf-submission-screen .paf-submission-flow {
	display: block;
	width: 100%;
	min-width: 0;
}

.paf-submission-screen .paf-submission-wizard {
	display: grid;
	gap: 28px;
	width: 100%;
	border: 1px solid rgba(97, 82, 62, 0.12);
	border-radius: 22px;
	padding: clamp(20px, 3vw, 34px);
	background:
		radial-gradient(circle at 86% 8%, rgba(216, 179, 106, 0.16), transparent 36%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(251, 250, 247, 0.95) 100%);
	box-shadow:
		0 28px 70px rgba(34, 31, 27, 0.08),
		0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

.paf-submission-screen .paf-submission-step {
	gap: 24px;
	min-width: 0;
}

.paf-submission-screen .paf-event-picker,
.paf-submission-screen .paf-entry-type-picker,
.paf-submission-screen .paf-topic-picker {
	display: grid;
	gap: 14px;
	min-width: 0;
	margin: 0;
	border: 0;
	padding: 0;
}

.paf-submission-screen .paf-event-picker {
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
}

.paf-submission-screen .paf-event-picker legend,
.paf-submission-screen .paf-entry-type-picker legend,
.paf-submission-screen .paf-topic-picker legend {
	grid-column: 1 / -1;
	margin: 0;
	color: var(--paf-dashboard-ink);
	font-size: 15px;
	font-weight: 900;
}

.paf-submission-screen .paf-event-select-card,
.paf-submission-screen .paf-entry-type-card,
.paf-submission-screen .paf-topic-choice,
.paf-submission-screen .paf-submission-price-card,
.paf-submission-screen .paf-submission-payment-card,
.paf-submission-screen .paf-submission-review > div {
	border: 1px solid rgba(97, 82, 62, 0.13);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 16px 38px rgba(34, 31, 27, 0.055);
}

.paf-submission-screen .paf-event-select-card,
.paf-submission-screen .paf-entry-type-card {
	display: flex;
	align-items: center;
	gap: 14px;
	min-height: 92px;
	padding: 18px;
	cursor: pointer;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.paf-submission-screen .paf-event-select-card:hover,
.paf-submission-screen .paf-entry-type-card:hover {
	transform: translateY(-1px);
	border-color: rgba(184, 122, 18, 0.35);
	box-shadow: 0 20px 44px rgba(34, 31, 27, 0.08);
}

.paf-submission-screen .paf-event-select-card input,
.paf-submission-screen .paf-entry-type-card input {
	width: 20px;
	height: 20px;
	flex: 0 0 auto;
	accent-color: var(--paf-dashboard-gold);
}

.paf-submission-screen .paf-event-select-card span,
.paf-submission-screen .paf-entry-type-card span {
	display: grid;
	gap: 5px;
	min-width: 0;
	color: var(--paf-dashboard-ink);
}

.paf-submission-screen .paf-event-select-card strong,
.paf-submission-screen .paf-entry-type-card span {
	font-size: 18px;
	font-weight: 900;
	overflow-wrap: anywhere;
}

.paf-submission-screen .paf-event-select-card small,
.paf-submission-screen .paf-entry-type-card small {
	color: var(--paf-dashboard-muted);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
}

.paf-submission-screen .paf-event-select-card:has(input:checked),
.paf-submission-screen .paf-entry-type-card:has(input:checked) {
	border-color: rgba(184, 122, 18, 0.72);
	background: linear-gradient(180deg, rgba(255, 249, 237, 0.94) 0%, rgba(255, 255, 255, 0.96) 100%);
	box-shadow:
		0 18px 42px rgba(184, 122, 18, 0.12),
		inset 0 0 0 1px rgba(184, 122, 18, 0.18);
}

.paf-submission-screen .paf-event-select-card:has(input:disabled),
.paf-submission-screen .paf-entry-type-card:has(input:disabled) {
	cursor: default;
	opacity: 0.82;
	transform: none;
}

.paf-submission-screen .paf-submission-detail-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	min-width: 0;
}

.paf-submission-screen .paf-submission-detail-grid .paf-field,
.paf-submission-screen .paf-submission-detail-grid .paf-entry-type-picker {
	min-width: 0;
}

.paf-submission-screen .paf-submission-detail-grid .paf-field:nth-child(2),
.paf-submission-screen .paf-submission-detail-grid .paf-entry-type-picker,
.paf-submission-screen .paf-submission-detail-grid .paf-field:nth-child(1) {
	grid-column: 1 / -1;
}

.paf-submission-screen .paf-submission-detail-grid textarea {
	resize: vertical;
}

.paf-submission-screen .paf-entry-type-picker {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.paf-submission-screen .paf-submission-uploader {
	display: grid;
	gap: 16px;
}

.paf-submission-screen .paf-submission-dropzone {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 18px;
	min-height: 150px;
	border: 1px dashed rgba(184, 122, 18, 0.42);
	border-radius: 20px;
	padding: 24px;
	background:
		radial-gradient(circle at 20% 15%, rgba(216, 179, 106, 0.16), transparent 36%),
		rgba(255, 255, 255, 0.82);
	cursor: pointer;
}

.paf-submission-screen .paf-submission-dropzone input[type="file"] {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

.paf-submission-screen .paf-submission-dropzone strong {
	display: block;
	margin-bottom: 8px;
	color: var(--paf-dashboard-ink);
	font-size: 24px;
	font-weight: 900;
}

.paf-submission-screen .paf-submission-dropzone p {
	max-width: 760px;
	margin: 0;
	color: var(--paf-dashboard-muted);
	font-size: 15px;
	line-height: 1.55;
}

.paf-submission-screen .paf-upload-queue {
	display: grid;
	gap: 12px;
}

.paf-submission-screen .paf-upload-queue__item {
	display: grid;
	grid-template-columns: 76px minmax(0, 1fr);
	align-items: center;
	gap: 14px;
	border: 1px solid rgba(97, 82, 62, 0.12);
	border-radius: 16px;
	padding: 10px;
	background: rgba(255, 255, 255, 0.94);
}

.paf-submission-screen .paf-upload-queue__thumb {
	width: 76px;
	height: 76px;
	overflow: hidden;
	border-radius: 12px;
	background: rgba(34, 31, 27, 0.06);
}

.paf-submission-screen .paf-upload-queue__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.paf-submission-screen .paf-upload-queue__meta {
	display: grid;
	gap: 8px;
	min-width: 0;
}

.paf-submission-screen .paf-upload-queue__meta strong,
.paf-submission-screen .paf-upload-queue__meta span {
	overflow-wrap: anywhere;
}

.paf-submission-screen .paf-upload-queue__meta strong {
	color: var(--paf-dashboard-ink);
	font-size: 15px;
	font-weight: 900;
}

.paf-submission-screen .paf-upload-queue__meta span {
	color: var(--paf-dashboard-muted);
	font-size: 13px;
	font-weight: 700;
}

.paf-submission-screen .paf-upload-queue__meta em {
	justify-self: start;
	border: 1px solid rgba(184, 122, 18, 0.32);
	border-radius: 999px;
	padding: 5px 10px;
	background: rgba(255, 249, 237, 0.9);
	color: var(--paf-dashboard-gold-deep);
	font-size: 12px;
	font-style: normal;
	font-weight: 900;
}

.paf-submission-screen .paf-upload-progress {
	overflow: hidden;
	height: 8px;
	border-radius: 999px;
	background: rgba(97, 82, 62, 0.1);
}

.paf-submission-screen .paf-upload-progress i {
	display: block;
	width: 0;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #d8b36a 0%, #b87a12 100%);
	transition: width 160ms ease;
}

.paf-submission-screen .paf-upload-queue__item.is-complete {
	border-color: rgba(31, 166, 78, 0.28);
}

.paf-submission-screen .paf-upload-queue__item.is-error {
	border-color: rgba(178, 43, 43, 0.34);
	background: rgba(255, 246, 246, 0.95);
}

.paf-submission-screen .paf-upload-queue__item.is-error .paf-upload-progress i {
	background: #b22b2b;
}

.paf-submission-screen .paf-topic-picker__tree {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
	gap: 14px;
}

.paf-submission-screen .paf-topic-choice {
	padding: 16px;
}

.paf-submission-screen .paf-topic-choice__label {
	align-items: center;
}

.paf-submission-screen .paf-topic-choice__label span {
	font-size: 15px;
	font-weight: 900;
}

.paf-submission-screen .paf-topic-choice__children {
	margin-top: 14px;
}

.paf-submission-screen .paf-submission-price-card {
	display: grid;
	gap: 12px;
	padding: 20px;
}

.paf-submission-screen .paf-submission-price-card h4 {
	margin: 0;
	color: var(--paf-dashboard-ink);
	font-size: 20px;
	font-weight: 900;
}

.paf-submission-screen .paf-submission-payment-card {
	display: grid;
	gap: 16px;
	padding: 22px;
}

.paf-submission-screen .paf-submission-payment-card > strong {
	color: var(--paf-dashboard-ink);
	font-size: 22px;
	font-weight: 900;
}

.paf-submission-screen .paf-submission-payment-card > p {
	margin: 0;
	color: var(--paf-dashboard-muted);
	font-size: 15px;
	line-height: 1.55;
}

.paf-submission-screen .paf-submission-payment-summary {
	display: grid;
	gap: 10px;
	border-top: 1px solid rgba(97, 82, 62, 0.1);
	padding-top: 16px;
}

.paf-submission-screen .paf-submission-payment-summary[hidden] {
	display: none;
}

.paf-submission-screen .paf-submission-payment-summary div {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	color: var(--paf-dashboard-muted);
	font-size: 14px;
	font-weight: 800;
}

.paf-submission-screen .paf-submission-payment-summary strong {
	color: var(--paf-dashboard-ink);
	text-align: right;
}

.paf-submission-screen .paf-submission-payment-actions,
.paf-submission-screen .paf-stripe-checkout-form,
.paf-submission-screen .paf-woocommerce-checkout-form {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.paf-submission-screen .paf-submission-inline-error {
	border: 1px solid rgba(178, 43, 43, 0.22);
	border-radius: 14px;
	padding: 14px 16px;
	background: rgba(255, 246, 246, 0.95);
	color: #8e1f1f;
	font-weight: 800;
}

.paf-submission-screen .paf-submission-saved {
	display: grid;
	gap: 6px;
}

.paf-submission-screen .paf-submission-saved[hidden],
.paf-submission-screen .paf-submission-inline-error[hidden] {
	display: none;
}

.paf-submission-screen.is-busy .paf-submission-wizard {
	pointer-events: none;
	opacity: 0.78;
}

@media (max-width: 820px) {
	.paf-submission-screen .paf-submission-detail-grid,
	.paf-submission-screen .paf-entry-type-picker,
	.paf-submission-screen .paf-submission-review {
		grid-template-columns: 1fr;
	}

	.paf-submission-screen .paf-submission-dropzone {
		grid-template-columns: 1fr;
	}

	.paf-submission-screen .paf-submission-dropzone .paf-button {
		width: 100%;
		justify-content: center;
	}
}

@media (max-width: 560px) {
	.paf-submission-screen .paf-submission-wizard {
		border-radius: 18px;
		padding: 16px;
	}

	.paf-submission-screen .paf-submission-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.paf-submission-screen .paf-submission-step-tab {
		min-height: 64px;
	}

	.paf-submission-screen .paf-event-select-card,
	.paf-submission-screen .paf-entry-type-card {
		min-height: 78px;
		padding: 14px;
	}

	.paf-submission-screen .paf-submission-dropzone {
		padding: 18px;
	}

	.paf-submission-screen .paf-upload-queue__item {
		grid-template-columns: 62px minmax(0, 1fr);
	}

	.paf-submission-screen .paf-upload-queue__thumb {
		width: 62px;
		height: 62px;
	}
}

/* Studio-style dashboard shell. */
.paf-dashboard-screen {
	--paf-dashboard-orange: #e86f00;
	--paf-dashboard-orange-deep: #bf5900;
	--paf-dashboard-orange-soft: #fff3e4;
	--paf-dashboard-cream: #fffaf2;
	--paf-dashboard-card: rgba(244, 249, 255, 0.92);
	--paf-dashboard-card-solid: #f4f9ff;
	--paf-dashboard-card-soft: #eaf4ff;
	--paf-dashboard-ink: #171514;
	--paf-dashboard-muted: #706a64;
	--paf-dashboard-line: rgba(216, 190, 154, 0.58);
	--paf-dashboard-shadow: 0 22px 46px rgba(77, 53, 30, 0.08);
	padding-block: 0;
	background:
		radial-gradient(circle at 92% 0%, rgba(232, 111, 0, 0.12) 0, rgba(232, 111, 0, 0.07) 18rem, rgba(232, 111, 0, 0) 40rem),
		radial-gradient(circle at 5% 100%, rgba(216, 190, 154, 0.22) 0, rgba(216, 190, 154, 0.08) 24rem, rgba(216, 190, 154, 0) 46rem),
		linear-gradient(180deg, #fffdf8 0%, var(--paf-dashboard-cream) 100%);
	color: var(--paf-dashboard-ink);
}

.paf-dashboard-screen .paf-container--wide {
	width: 100%;
	max-width: none;
	padding-inline: 0;
}

.paf-dashboard-screen .paf-dashboard-shell {
	gap: 0;
	max-width: none;
}

.paf-dashboard-screen .paf-dashboard-shell::before {
	display: none;
}

.paf-dashboard-layout {
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 300px minmax(0, 1fr);
	min-width: 0;
	min-height: 100svh;
}

.paf-dashboard-sidebar {
	position: sticky;
	top: 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 28px;
	align-self: start;
	min-height: 100svh;
	min-width: 0;
	border-right: 1px solid var(--paf-dashboard-line);
	padding: 38px 24px;
	background: rgba(255, 252, 247, 0.74);
	backdrop-filter: blur(12px);
}

.paf-dashboard-brand {
	display: grid;
	gap: 8px;
}

.paf-dashboard-brand strong {
	font-family: Georgia, "Times New Roman", serif;
	color: var(--paf-dashboard-ink);
	font-size: 30px;
	font-weight: 700;
	line-height: 0.98;
	letter-spacing: 0;
	text-transform: uppercase;
}

.paf-dashboard-brand span {
	color: var(--paf-dashboard-orange);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.paf-dashboard-main {
	box-sizing: border-box;
	display: grid;
	align-content: start;
	gap: 28px;
	width: 100%;
	min-width: 0;
	padding: 94px clamp(28px, 4.7vw, 72px) 42px;
}

.paf-dashboard-screen .paf-dashboard-hero {
	position: relative;
	gap: 10px;
	max-width: 780px;
	padding-bottom: 6px;
}

.paf-dashboard-screen .paf-dashboard-hero::after {
	content: "";
	width: 56px;
	height: 2px;
	margin-top: 4px;
	background: var(--paf-dashboard-orange);
}

.paf-dashboard-screen .paf-dashboard-hero h1 {
	margin: 0;
	color: var(--paf-dashboard-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(28px, 2.5vw, 40px);
	font-weight: 700;
	line-height: 1.04;
	letter-spacing: 0;
}

.paf-dashboard-screen .paf-dashboard-hero span {
	color: var(--paf-dashboard-orange);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.paf-dashboard-screen .paf-dashboard-hero p {
	max-width: 620px;
	margin: 0;
	color: var(--paf-dashboard-muted);
	font-size: 16px;
	line-height: 1.55;
}

.paf-dashboard-screen .paf-dashboard-nav {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	overflow: visible;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.paf-dashboard-screen .paf-dashboard-nav__group {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.paf-dashboard-screen .paf-dashboard-nav__group--account {
	border-top: 1px solid var(--paf-dashboard-line);
	padding-top: 16px;
}

.paf-dashboard-screen .paf-dashboard-nav .paf-dashboard-nav__item {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 11px;
	min-height: 42px;
	border: 1px solid transparent;
	border-radius: 10px;
	padding: 9px 12px;
	background: transparent;
	color: #373737;
	box-shadow: none;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	text-align: left;
	text-decoration: none;
}

.paf-dashboard-screen .paf-dashboard-nav .paf-dashboard-nav__item:last-child {
	border-right: 1px solid transparent;
}

.paf-dashboard-screen .paf-dashboard-nav .paf-dashboard-nav__item:hover,
.paf-dashboard-screen .paf-dashboard-nav .paf-dashboard-nav__item:focus-visible,
.paf-dashboard-screen .paf-dashboard-nav .paf-dashboard-nav__item[aria-current="page"],
.paf-dashboard-screen .paf-dashboard-nav .paf-dashboard-nav__item.is-active {
	border-color: var(--paf-dashboard-line);
	background: rgba(255, 245, 231, 0.86);
	box-shadow: 0 10px 18px rgba(77, 53, 30, 0.055);
	color: var(--paf-dashboard-orange-deep);
}

.paf-dashboard-screen .paf-dashboard-nav__icon {
	display: block;
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	color: currentColor;
	stroke: currentColor;
}

.paf-dashboard-screen .paf-dashboard-nav__label {
	display: inline-flex;
	align-items: center;
	min-height: 20px;
	line-height: 1;
}

.paf-dashboard-screen .paf-dashboard-grid {
	gap: 28px;
}

.paf-dashboard-screen .paf-dashboard-grid--overview {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: stretch;
}

.paf-dashboard-screen .paf-dashboard-section,
.paf-dashboard-screen .paf-summary-panel,
.paf-dashboard-preview-panel {
	border: 1px solid var(--paf-dashboard-line);
	border-radius: 16px;
	background: var(--paf-dashboard-card);
	box-shadow: var(--paf-dashboard-shadow);
	backdrop-filter: blur(10px);
}

.paf-dashboard-screen .paf-dashboard-action-card,
.paf-dashboard-screen .paf-summary-panel--wallet {
	display: grid;
	gap: 14px;
	min-height: 292px;
	padding: 28px 24px 24px;
	color: var(--paf-dashboard-ink);
}

.paf-dashboard-screen .paf-dashboard-action-card:hover,
.paf-dashboard-screen .paf-dashboard-action-card:focus-visible,
.paf-dashboard-screen .paf-dashboard-action-card.is-active {
	border-color: rgba(232, 111, 0, 0.42);
	box-shadow: 0 26px 56px rgba(77, 53, 30, 0.12);
	transform: translateY(-2px);
}

.paf-dashboard-card-icon,
.paf-dashboard-preview-panel__icon {
	position: relative;
	display: inline-flex;
	width: 54px;
	height: 54px;
	border-radius: 16px;
	background: var(--paf-dashboard-orange-soft);
	color: var(--paf-dashboard-orange);
}

.paf-dashboard-card-icon::before,
.paf-dashboard-card-icon::after,
.paf-dashboard-preview-panel__icon::before,
.paf-dashboard-preview-panel__icon::after {
	content: "";
	position: absolute;
	box-sizing: border-box;
	border-color: currentColor;
}

.paf-dashboard-card-icon--events::before,
.paf-dashboard-preview-panel__icon--events::before {
	inset: 15px 13px 12px;
	border: 2px solid currentColor;
	border-radius: 4px;
}

.paf-dashboard-card-icon--events::after,
.paf-dashboard-preview-panel__icon--events::after {
	top: 20px;
	left: 17px;
	width: 20px;
	height: 2px;
	background: currentColor;
	box-shadow: 0 7px 0 currentColor;
}

.paf-dashboard-card-icon--drafts::before {
	top: 14px;
	left: 15px;
	width: 25px;
	height: 25px;
	border-left: 3px solid currentColor;
	border-bottom: 3px solid currentColor;
	transform: rotate(-45deg);
}

.paf-dashboard-card-icon--drafts::after {
	top: 12px;
	right: 12px;
	width: 14px;
	height: 5px;
	border: 2px solid currentColor;
	border-radius: 999px;
	transform: rotate(-45deg);
}

.paf-dashboard-card-icon--entries::before,
.paf-dashboard-preview-panel__icon--entries::before {
	inset: 13px;
	border: 2px solid currentColor;
	border-radius: 50%;
}

.paf-dashboard-card-icon--entries::after,
.paf-dashboard-preview-panel__icon--entries::after {
	top: 24px;
	left: 23px;
	width: 12px;
	height: 7px;
	border-left: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(-45deg);
}

.paf-dashboard-card-icon--wallet::before {
	top: 17px;
	left: 12px;
	width: 30px;
	height: 20px;
	border: 2px solid currentColor;
	border-radius: 5px;
}

.paf-dashboard-card-icon--wallet::after {
	top: 23px;
	right: 9px;
	width: 15px;
	height: 10px;
	border: 2px solid currentColor;
	border-radius: 6px;
	background: var(--paf-dashboard-orange-soft);
}

.paf-dashboard-screen .paf-dashboard-action-card__eyebrow,
.paf-dashboard-screen .paf-dashboard-action-card h3,
.paf-dashboard-screen .paf-summary-panel--wallet h3 {
	color: var(--paf-dashboard-ink);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.paf-dashboard-screen .paf-dashboard-action-card h3,
.paf-dashboard-screen .paf-summary-panel--wallet h3 {
	margin: 2px 0 -6px;
}

.paf-dashboard-screen .paf-stat {
	color: var(--paf-dashboard-orange-deep);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 42px;
	font-weight: 700;
	line-height: 1;
}

.paf-dashboard-screen .paf-stat--money {
	font-size: 36px;
}

.paf-dashboard-screen .paf-dashboard-action-card p,
.paf-dashboard-screen .paf-summary-panel--wallet p {
	margin: 0;
	color: #4f5660;
	font-size: 16px;
	line-height: 1.5;
}

.paf-dashboard-screen .paf-dashboard-action-card__cta {
	align-self: end;
	justify-self: stretch;
	display: flex;
	justify-content: space-between;
	min-height: 48px;
	border: 0;
	border-radius: 8px;
	padding: 13px 16px;
	background: linear-gradient(180deg, #f07d08 0%, #cf6100 100%);
	color: #fff;
	box-shadow: 0 14px 24px rgba(207, 97, 0, 0.22);
	font-size: 15px;
	font-weight: 900;
}

.paf-dashboard-screen .paf-summary-panel--wallet {
	text-decoration: none;
}

.paf-dashboard-preview-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 24px;
}

.paf-dashboard-preview-panel {
	display: grid;
	align-content: start;
	gap: 18px;
	min-width: 0;
	padding: 20px;
}

.paf-dashboard-preview-panel__header {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 14px;
	align-items: start;
}

.paf-dashboard-preview-panel__header h3,
.paf-dashboard-preview-panel__header p {
	margin: 0;
}

.paf-dashboard-preview-panel__header h3 {
	color: var(--paf-dashboard-ink);
	font-size: 17px;
	font-weight: 900;
	text-transform: uppercase;
}

.paf-dashboard-preview-panel__header p {
	margin-top: 4px;
	color: var(--paf-dashboard-muted);
	font-size: 13px;
	line-height: 1.35;
}

.paf-dashboard-preview-panel__header a {
	color: var(--paf-dashboard-orange-deep);
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
	white-space: nowrap;
}

.paf-dashboard-preview-panel__icon {
	width: 28px;
	height: 28px;
	border-radius: 7px;
	background: transparent;
}

.paf-dashboard-preview-panel__icon--entries::before,
.paf-dashboard-preview-panel__icon--events::before {
	inset: 3px;
}

.paf-dashboard-preview-panel__icon--entries::after {
	top: 12px;
	left: 10px;
}

.paf-dashboard-preview-panel__icon--events::after {
	top: 10px;
	left: 8px;
	width: 13px;
	box-shadow: 0 5px 0 currentColor;
}

.paf-dashboard-preview-list {
	display: grid;
	align-content: start;
	gap: 10px;
}

.paf-dashboard-preview-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(90px, auto) minmax(80px, auto);
	gap: 14px;
	align-items: center;
	min-width: 0;
	border: 1px solid rgba(216, 190, 154, 0.64);
	border-radius: 12px;
	padding: 13px 14px;
	background: rgba(255, 255, 255, 0.72);
	color: var(--paf-dashboard-ink);
	text-decoration: none;
}

.paf-dashboard-preview-row--event:hover,
.paf-dashboard-preview-row--event:focus-visible {
	border-color: rgba(232, 111, 0, 0.42);
	box-shadow: 0 14px 28px rgba(77, 53, 30, 0.08);
	outline: 0;
}

.paf-dashboard-preview-row__main {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.paf-dashboard-preview-row strong,
.paf-dashboard-preview-row span {
	min-width: 0;
	overflow-wrap: anywhere;
}

.paf-dashboard-preview-row strong {
	color: var(--paf-dashboard-ink);
	font-size: 14px;
	font-weight: 900;
	line-height: 1.25;
}

.paf-dashboard-preview-row__main span {
	color: var(--paf-dashboard-muted);
	font-size: 12px;
	line-height: 1.3;
}

.paf-dashboard-preview-row__date,
.paf-dashboard-preview-row__meta {
	color: #4f5660;
	font-size: 12px;
	font-weight: 700;
	text-align: right;
}

.paf-dashboard-preview-row__meta {
	display: inline-flex;
	justify-content: center;
	justify-self: end;
	border-radius: 999px;
	padding: 5px 10px;
	background: var(--paf-dashboard-orange-soft);
	color: var(--paf-dashboard-orange-deep);
}

.paf-dashboard-preview-panel > small {
	color: var(--paf-dashboard-muted);
	font-size: 12px;
	text-align: center;
}

.paf-dashboard-preview-empty {
	display: grid;
	gap: 5px;
	border: 1px dashed rgba(216, 190, 154, 0.8);
	border-radius: 12px;
	padding: 20px;
	color: var(--paf-dashboard-muted);
}

.paf-dashboard-preview-empty strong {
	color: var(--paf-dashboard-ink);
}

@media (max-width: 1180px) {
	.paf-dashboard-layout {
		grid-template-columns: 250px minmax(0, 1fr);
	}

	.paf-dashboard-main {
		padding-inline: 28px;
	}

	.paf-dashboard-screen .paf-dashboard-grid--overview {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.paf-dashboard-preview-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 820px) {
	.paf-dashboard-layout {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
		max-width: 100%;
		overflow-x: clip;
	}

	.paf-dashboard-sidebar {
		position: static;
		width: 100%;
		max-width: 100%;
		min-height: 0;
		gap: 22px;
		overflow: hidden;
		border-right: 0;
		border-bottom: 1px solid var(--paf-dashboard-line);
		padding: 24px 18px;
	}

	.paf-dashboard-brand {
		text-align: center;
	}

	.paf-dashboard-screen .paf-dashboard-nav {
		display: flex;
		flex-wrap: nowrap;
		gap: 8px;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		overflow-x: auto;
		padding-bottom: 4px;
		scroll-snap-type: x proximity;
		-webkit-overflow-scrolling: touch;
	}

	.paf-dashboard-screen .paf-dashboard-nav__group {
		display: flex;
		flex: 0 0 auto;
		gap: 10px;
	}

	.paf-dashboard-screen .paf-dashboard-nav__group--account {
		border-top: 0;
		padding-top: 0;
	}

	.paf-dashboard-screen .paf-dashboard-nav::-webkit-scrollbar {
		height: 0;
	}

	.paf-dashboard-screen .paf-dashboard-nav .paf-dashboard-nav__item {
		flex: 0 0 auto;
		min-width: 132px;
		scroll-snap-align: start;
	}

	.paf-dashboard-screen .paf-dashboard-nav {
		gap: 10px;
	}

	.paf-dashboard-screen .paf-dashboard-nav .paf-dashboard-nav__item {
		justify-content: center;
		min-height: 46px;
		padding: 10px;
		font-size: 13px;
		text-align: center;
	}

	.paf-dashboard-screen .paf-dashboard-nav__icon {
		display: none;
	}

	.paf-dashboard-screen .paf-dashboard-nav__logout {
		margin-top: 0;
		border-top: 0;
	}

	.paf-dashboard-main {
		width: 100%;
		max-width: 100%;
		padding: 42px 18px 40px;
		overflow-x: clip;
	}
}

@media (max-width: 640px) {
	.paf-dashboard-screen .paf-dashboard-grid--overview,
	.paf-dashboard-preview-grid {
		grid-template-columns: 1fr;
	}

	.paf-dashboard-screen .paf-dashboard-nav {
		grid-template-columns: none;
	}

	.paf-dashboard-screen .paf-dashboard-action-card,
	.paf-dashboard-screen .paf-summary-panel--wallet {
		min-height: 0;
		padding: 22px;
	}

	.paf-dashboard-preview-panel__header,
	.paf-dashboard-preview-row {
		grid-template-columns: 1fr;
	}

	.paf-dashboard-preview-panel__icon {
		display: none;
	}

	.paf-dashboard-preview-panel__header a,
	.paf-dashboard-preview-row__date,
	.paf-dashboard-preview-row__meta {
		justify-self: start;
		text-align: left;
	}

	.paf-dashboard-screen .paf-stat,
	.paf-dashboard-screen .paf-stat--money {
		font-size: 36px;
	}
}

/* Light-blue plugin surfaces. Keep form fields, media frames, and state notices separate. */
.paf-app .paf-event-card,
.paf-app .paf-event-detail,
.paf-app .paf-empty-state,
.paf-app .paf-result-card,
.paf-app .paf-winner-gallery-card,
.paf-app .paf-public-badge-card,
.paf-app .paf-artist-work-card,
.paf-app .paf-artist-directory-card,
.paf-app .paf-winner-interviews-card,
.paf-app .paf-winner-interview-owner-card,
.paf-app .paf-winner-interview-answer,
.paf-app .paf-certificate-verify-shell,
.paf-app .paf-submission-form,
.paf-app .paf-submission-summary,
.paf-app .paf-dashboard-section,
.paf-app .paf-summary-panel,
.paf-app .paf-credit-bundle-card {
	background: var(--paf-color-surface);
}

.paf-auth-screen--premium .paf-account-prompt {
	display: grid;
	gap: 12px;
	border-color: rgba(255, 255, 255, 0.72);
	background: rgba(248, 251, 255, 0.96);
	color: #142033;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
}

.paf-auth-screen--premium .paf-account-prompt strong {
	color: #142033;
	font-weight: 800;
}

.paf-auth-screen--premium .paf-account-prompt span {
	color: #4d5c6f;
}

.paf-auth-screen--premium .paf-account-prompt .paf-auth-actions {
	margin-top: 8px;
}

.paf-auth-screen--premium .paf-account-prompt .paf-button {
	border-color: #121820;
	background: #121820;
	color: #ffffff;
	box-shadow: none;
}

.paf-auth-screen--premium .paf-account-prompt .paf-button--secondary {
	border-color: rgba(18, 24, 32, 0.22);
	background: #ffffff;
	color: #121820;
}

.paf-auth-screen--premium .paf-account-prompt .paf-button:hover,
.paf-auth-screen--premium .paf-account-prompt .paf-button:focus-visible {
	border-color: #d6b35a;
	background: #d6b35a;
	color: #121820;
}

.paf-dashboard-screen .paf-dashboard-section,
.paf-dashboard-screen .paf-summary-panel,
.paf-dashboard-preview-panel,
.paf-dashboard-screen .paf-dashboard-account-card,
.paf-dashboard-screen .paf-draft-list--dashboard-panel .paf-draft-card,
.paf-dashboard-screen .paf-entry-summary-card,
.paf-dashboard-screen .paf-artist-dashboard-status,
.paf-dashboard-screen .paf-artist-dashboard-directory-status,
.paf-dashboard-screen .paf-artist-dashboard-form,
.paf-dashboard-screen .paf-artist-dashboard-list,
.paf-submission-screen .paf-submission-form,
.paf-submission-screen .paf-submission-summary > .paf-summary-panel,
.paf-submission-screen .paf-event-select-card,
.paf-submission-screen .paf-entry-type-card,
.paf-submission-screen .paf-topic-choice,
.paf-submission-screen .paf-submission-price-card,
.paf-submission-screen .paf-submission-payment-card,
.paf-submission-screen .paf-submission-review > div {
	background: var(--paf-dashboard-card, var(--paf-color-surface));
}

.paf-dashboard-preview-row,
.paf-submission-screen .paf-upload-queue__item,
.paf-upload-item {
	background: var(--paf-dashboard-card-soft, var(--paf-color-surface-strong));
}

.paf-submission-screen .paf-entry-type-card:has(input:checked) {
	background: var(--paf-dashboard-gold-soft);
}

.paf-dashboard-screen .paf-dashboard-section--credit-bundles .paf-credit-bundles-balance {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.58) 0%, rgba(234, 244, 255, 0.94) 100%),
		var(--paf-dashboard-card);
}

.paf-dashboard-screen .paf-dashboard-section--credit-bundles .paf-credit-bundle-card {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.42) 0%, rgba(244, 249, 255, 0.95) 100%),
		var(--paf-dashboard-card);
}

/* Dashboard polish pass: compact common panels without changing dashboard logic. */
.paf-dashboard-main {
	gap: 24px;
}

.paf-dashboard-screen .paf-dashboard-hero {
	gap: 10px;
	max-width: 760px;
}

.paf-dashboard-screen .paf-dashboard-hero h1 {
	margin: 0;
	font-size: 42px;
	line-height: 1.08;
}

.paf-dashboard-screen .paf-dashboard-hero p {
	max-width: 560px;
	font-size: 16px;
	line-height: 1.45;
}

.paf-dashboard-screen .paf-dashboard-hero::after {
	width: 56px;
	margin-top: 10px;
}

.paf-dashboard-screen .paf-dashboard-section {
	gap: 18px;
	overflow: hidden;
	border-radius: 18px;
	padding: 24px;
}

.paf-dashboard-screen .paf-dashboard-section > h3 {
	margin: 0;
	font-size: 26px;
	line-height: 1.16;
}

.paf-dashboard-screen .paf-empty-state {
	display: grid;
	gap: 6px;
	border-radius: 14px;
	padding: 18px 20px;
	box-shadow: none;
}

.paf-dashboard-screen .paf-empty-state strong {
	color: var(--paf-dashboard-ink);
	font-size: 19px;
	font-weight: 700;
	line-height: 1.25;
}

.paf-dashboard-screen .paf-empty-state span {
	color: var(--paf-dashboard-muted);
	font-size: 15px;
	line-height: 1.45;
}

.paf-dashboard-screen .paf-dashboard-section--certificates,
.paf-dashboard-screen .paf-dashboard-section--badges,
.paf-dashboard-screen .paf-dashboard-section--winner-interviews {
	gap: 16px;
	max-width: 1080px;
	padding: 24px;
}

.paf-dashboard-screen .paf-dashboard-section--winner-interviews > p {
	max-width: 760px;
	margin: 0;
	color: var(--paf-dashboard-muted);
	font-size: 16px;
	line-height: 1.5;
}

.paf-dashboard-screen .paf-dashboard-section--account,
.paf-dashboard-screen .paf-dashboard-section--artist-portfolio {
	border: 1px solid var(--paf-dashboard-line);
	border-radius: 18px;
	padding: 24px;
	background: var(--paf-dashboard-card, var(--paf-color-surface));
	box-shadow: var(--paf-dashboard-shadow);
}

.paf-dashboard-screen .paf-dashboard-section--account {
	gap: 18px;
}

.paf-dashboard-screen .paf-dashboard-account-cards {
	gap: 16px;
}

.paf-dashboard-screen .paf-dashboard-account-card {
	gap: 16px;
	min-height: 0;
	border-radius: 16px;
	padding: 20px;
}

.paf-dashboard-screen .paf-dashboard-card__icon {
	width: 48px;
	height: 48px;
	border-radius: 16px;
}

.paf-dashboard-screen .paf-dashboard-card__icon--identity::before {
	top: 10px;
	left: 17px;
}

.paf-dashboard-screen .paf-dashboard-card__icon--identity::after {
	top: 27px;
	left: 11px;
}

.paf-dashboard-screen .paf-dashboard-card__icon--email::before {
	top: 14px;
	left: 10px;
}

.paf-dashboard-screen .paf-dashboard-card__icon--email::after {
	top: 16px;
	left: 14px;
}

.paf-dashboard-screen .paf-dashboard-card__icon--password::before {
	top: 20px;
	left: 13px;
}

.paf-dashboard-screen .paf-dashboard-card__icon--password::after {
	top: 10px;
	left: 16px;
}

.paf-dashboard-screen .paf-dashboard-account-card h4 {
	padding-bottom: 14px;
	font-size: 20px;
}

.paf-dashboard-screen .paf-dashboard-account-card p {
	font-size: 15px;
	line-height: 1.5;
}

.paf-dashboard-screen .paf-account-definition-list--dashboard {
	grid-template-columns: minmax(92px, max-content) minmax(0, 1fr);
	gap: 0 14px;
}

.paf-dashboard-screen .paf-account-definition-list--dashboard dt,
.paf-dashboard-screen .paf-account-definition-list--dashboard dd {
	padding: 10px 0;
	font-size: 14px;
	line-height: 1.4;
}

.paf-dashboard-screen .paf-dashboard-status-pill--verification {
	padding: 7px 12px;
	font-size: 13px;
}

.paf-dashboard-screen .paf-dashboard-card__actions {
	gap: 10px;
	align-self: start;
	margin-top: 0;
}

.paf-dashboard-screen .paf-dashboard-card__button,
.paf-dashboard-screen .paf-dashboard-account-card > .paf-button {
	min-height: 42px;
	padding: 10px 14px;
	font-size: 15px;
	line-height: 1.2;
}

.paf-dashboard-screen .paf-dashboard-section--artist-portfolio {
	gap: 16px;
}

.paf-dashboard-screen .paf-dashboard-section--artist-portfolio > h3 {
	margin: 0;
	font-size: 26px;
	line-height: 1.16;
}

.paf-dashboard-screen .paf-artist-dashboard-status,
.paf-dashboard-screen .paf-artist-dashboard-directory-status {
	padding: 14px 16px;
}

.paf-dashboard-screen .paf-artist-dashboard-status a,
.paf-dashboard-screen .paf-artist-dashboard-directory-status a {
	font-size: 17px;
}

.paf-dashboard-screen .paf-artist-dashboard-warning,
.paf-dashboard-screen .paf-artist-dashboard-blockers {
	padding: 12px 14px;
	font-size: 15px;
}

.paf-dashboard-screen .paf-artist-dashboard-form {
	gap: 14px;
	padding: 18px;
}

.paf-dashboard-screen .paf-artist-dashboard-form-grid {
	gap: 12px 14px;
}

.paf-dashboard-screen .paf-artist-dashboard-form-grid input,
.paf-dashboard-screen .paf-artist-dashboard-form-grid select,
.paf-dashboard-screen .paf-artist-dashboard-form-grid textarea {
	min-height: 42px;
	padding: 8px 11px;
	font-size: 14px;
}

.paf-dashboard-screen .paf-artist-dashboard-form-grid textarea {
	height: 94px;
	min-height: 86px;
}

.paf-dashboard-screen .paf-artist-dashboard-list {
	padding: 14px;
}

.paf-dashboard-screen .paf-artist-dashboard-list h4 {
	font-size: 18px;
}

.paf-submission-screen .paf-submission-form {
	gap: 22px;
	border-radius: 18px;
	padding: 24px;
}

.paf-submission-screen .paf-submission-steps {
	grid-template-columns: repeat(5, minmax(0, 1fr));
	border-radius: 14px;
}

.paf-submission-screen .paf-submission-step-tab {
	min-height: 60px;
	padding: 10px 8px;
}

.paf-submission-screen .paf-submission-step-tab strong {
	font-size: 14px;
	line-height: 1.2;
}

.paf-submission-screen .paf-submission-step {
	gap: 18px;
}

.paf-submission-screen .paf-submission-step__header {
	gap: 12px;
}

.paf-submission-screen .paf-submission-step__header > span {
	width: 46px;
	height: 46px;
	font-size: 16px;
}

.paf-submission-screen .paf-submission-step__header h3 {
	font-size: 22px;
}

.paf-submission-screen .paf-event-picker,
.paf-submission-screen .paf-entry-type-picker,
.paf-submission-screen .paf-topic-picker {
	gap: 12px;
}

.paf-submission-screen .paf-event-select-card,
.paf-submission-screen .paf-entry-type-card {
	min-height: 82px;
	border-radius: 16px;
	padding: 16px;
}

.paf-submission-screen .paf-event-select-card strong,
.paf-submission-screen .paf-entry-type-card span {
	font-size: 17px;
}

.paf-submission-screen .paf-submission-actions .paf-button {
	min-height: 46px;
	padding: 11px 18px;
}

@media (max-width: 1180px) {
	.paf-dashboard-screen .paf-dashboard-hero h1 {
		font-size: 38px;
	}

	.paf-dashboard-screen .paf-dashboard-section--certificates,
	.paf-dashboard-screen .paf-dashboard-section--badges,
	.paf-dashboard-screen .paf-dashboard-section--winner-interviews {
		max-width: none;
	}
}

@media (max-width: 980px) {
	.paf-submission-screen .paf-submission-steps {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.paf-submission-screen .paf-submission-step-tab:nth-child(3n) {
		border-right: 0;
	}
}

@media (max-width: 820px) {
	.paf-dashboard-screen .paf-dashboard-hero h1 {
		font-size: 34px;
	}

	.paf-dashboard-screen .paf-dashboard-section--account,
	.paf-dashboard-screen .paf-dashboard-section--artist-portfolio {
		padding: 20px;
	}

	.paf-dashboard-screen .paf-dashboard-account-cards,
	.paf-dashboard-screen .paf-artist-dashboard-form-grid,
	.paf-dashboard-screen .paf-artist-dashboard-lists {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.paf-dashboard-screen .paf-dashboard-hero h1 {
		font-size: 30px;
	}

	.paf-dashboard-screen .paf-dashboard-section,
	.paf-dashboard-screen .paf-dashboard-section--account,
	.paf-dashboard-screen .paf-dashboard-section--artist-portfolio,
	.paf-submission-screen .paf-submission-form {
		padding: 18px;
	}

	.paf-dashboard-screen .paf-dashboard-section > h3,
	.paf-dashboard-screen .paf-dashboard-section--artist-portfolio > h3 {
		font-size: 23px;
	}

	.paf-submission-screen .paf-submission-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.paf-submission-screen .paf-submission-step-tab:nth-child(3n) {
		border-right: 1px solid rgba(97, 82, 62, 0.12);
	}

	.paf-submission-screen .paf-submission-step-tab:nth-child(2n) {
		border-right: 0;
	}

	.paf-submission-screen .paf-submission-step-tab {
		min-height: 56px;
	}

	.paf-submission-screen .paf-submission-step__header {
		align-items: flex-start;
	}

	.paf-submission-screen .paf-submission-step__header h3 {
		font-size: 20px;
	}

	.paf-submission-screen .paf-event-select-card,
	.paf-submission-screen .paf-entry-type-card {
		min-height: 76px;
		padding: 14px;
	}
}

/* Premium submission wizard UI. Presentation only; flow state remains owned by frontend.js. */
.paf-submission-screen {
	--paf-submit-bg: #fffdf8;
	--paf-submit-card: #fffefd;
	--paf-submit-soft: #fffaf1;
	--paf-submit-line: rgba(202, 190, 176, 0.78);
	--paf-submit-line-strong: rgba(180, 155, 124, 0.72);
	--paf-submit-ink: #171514;
	--paf-submit-muted: #6f6a63;
	--paf-submit-gold: #e09100;
	--paf-submit-gold-deep: #a96600;
	--paf-submit-gold-soft: #fff7e8;
	--paf-submit-green: #087a2a;
	--paf-submit-green-soft: #f4fbf5;
	--paf-submit-shadow: 0 18px 44px rgba(80, 59, 38, 0.07);
}

.paf-submission-screen .paf-submission-shell {
	gap: 28px;
}

.paf-submission-screen .paf-submission-shell::before {
	display: none;
}

.paf-submission-screen .paf-submission-form {
	width: 100%;
	max-width: none;
	gap: 34px;
	border: 1px solid var(--paf-submit-line);
	border-radius: 18px;
	padding: clamp(22px, 3vw, 36px);
	background: var(--paf-submit-card);
	box-shadow: var(--paf-submit-shadow);
	color: var(--paf-submit-ink);
	font-size: 16px;
}

.paf-submission-screen .paf-submission-unavailable {
	display: grid;
	gap: 12px;
	border: 1px solid var(--paf-submit-line);
	border-radius: 18px;
	padding: clamp(22px, 3vw, 34px);
	background:
		linear-gradient(135deg, rgba(255, 250, 241, 0.96) 0%, rgba(255, 255, 255, 0.98) 100%);
	color: var(--paf-submit-ink);
	box-shadow: var(--paf-submit-shadow);
}

.paf-submission-screen .paf-submission-unavailable strong {
	color: var(--paf-submit-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(24px, 2.2vw, 32px);
	line-height: 1.15;
}

.paf-submission-screen .paf-submission-unavailable span {
	max-width: 720px;
	color: var(--paf-submit-muted);
	font-size: 16px;
	line-height: 1.55;
}

.paf-submission-screen .paf-submission-unavailable__actions {
	margin-top: 8px;
}

.paf-submission-screen .paf-submission-unavailable__actions .paf-button {
	width: auto;
}

.paf-submission-screen .paf-submission-steps {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	overflow: hidden;
	border: 1px solid var(--paf-submit-line);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.78);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.paf-submission-screen .paf-submission-step-tab {
	position: relative;
	display: grid;
	place-items: center;
	gap: 8px;
	min-height: 92px;
	border: 0;
	border-right: 1px solid rgba(202, 190, 176, 0.62);
	border-radius: 0;
	padding: 14px 12px;
	background: transparent;
	color: #74716d;
	box-shadow: none;
	font: inherit;
	text-align: center;
	cursor: pointer;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.paf-submission-screen .paf-submission-step-tab:last-child {
	border-right: 0;
}

.paf-submission-screen .paf-submission-step-tab__marker {
	display: inline-grid;
	place-items: center;
	min-width: 34px;
	min-height: 24px;
	color: currentColor;
	line-height: 1;
}

.paf-submission-screen .paf-submission-step-tab__number {
	color: currentColor;
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
}

.paf-submission-screen .paf-submission-step-tab__check {
	display: none;
	color: currentColor;
	font-size: 20px;
	font-weight: 800;
	line-height: 1;
}

.paf-submission-screen .paf-submission-step-tab strong {
	color: currentColor;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
}

.paf-submission-screen .paf-submission-step-tab:hover,
.paf-submission-screen .paf-submission-step-tab:focus-visible {
	background: rgba(224, 145, 0, 0.055);
	color: var(--paf-submit-gold-deep);
}

.paf-submission-screen .paf-submission-step-tab:focus-visible {
	z-index: 2;
	outline: 3px solid rgba(224, 145, 0, 0.2);
	outline-offset: -3px;
}

.paf-submission-screen .paf-submission-step-tab.is-active {
	z-index: 1;
	border-color: rgba(224, 145, 0, 0.34);
	background: linear-gradient(180deg, rgba(255, 252, 246, 0.96) 0%, rgba(255, 249, 237, 0.96) 100%);
	box-shadow:
		inset 0 -3px 0 var(--paf-submit-gold),
		inset 0 0 0 1px rgba(224, 145, 0, 0.24);
	color: var(--paf-submit-gold-deep);
}

.paf-submission-screen .paf-submission-step-tab.is-active .paf-submission-step-tab__number {
	color: var(--paf-submit-gold);
}

.paf-submission-screen .paf-submission-step-tab.is-complete {
	border-color: rgba(8, 122, 42, 0.24);
	background: var(--paf-submit-green-soft);
	color: var(--paf-submit-green);
}

.paf-submission-screen .paf-submission-step-tab.is-complete .paf-submission-step-tab__marker {
	width: 36px;
	height: 36px;
	min-width: 36px;
	min-height: 36px;
	border: 1.5px solid currentColor;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.86);
}

.paf-submission-screen .paf-submission-step-tab.is-complete .paf-submission-step-tab__number {
	display: none;
}

.paf-submission-screen .paf-submission-step-tab.is-complete .paf-submission-step-tab__check {
	display: block;
}

.paf-submission-screen .paf-submission-step-tab:disabled {
	opacity: 1;
	cursor: not-allowed;
}

.paf-submission-screen .paf-submission-step-tab:disabled:not(.is-active):not(.is-complete) {
	color: #b0ada9;
	background: rgba(255, 255, 255, 0.34);
}

.paf-submission-screen .paf-submission-step {
	gap: 28px;
	min-width: 0;
}

.paf-submission-screen .paf-submission-step__header {
	display: flex;
	align-items: center;
	gap: 18px;
}

.paf-submission-screen .paf-submission-step__header > span {
	width: 64px;
	height: 64px;
	border: 1px solid rgba(224, 145, 0, 0.38);
	border-radius: 50%;
	background: #fffaf1;
	color: var(--paf-submit-gold-deep);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	font-weight: 700;
}

.paf-submission-screen .paf-submission-step__header small {
	margin-bottom: 6px;
	color: var(--paf-submit-gold-deep);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.paf-submission-screen .paf-submission-step__header h3 {
	margin: 0;
	color: var(--paf-submit-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(26px, 2.5vw, 34px);
	font-weight: 700;
	line-height: 1.12;
}

.paf-submission-screen .paf-event-picker,
.paf-submission-screen .paf-entry-type-picker,
.paf-submission-screen .paf-topic-picker {
	gap: 16px;
}

.paf-submission-screen .paf-event-picker {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.paf-submission-screen .paf-event-picker legend,
.paf-submission-screen .paf-entry-type-picker legend,
.paf-submission-screen .paf-topic-picker legend {
	color: var(--paf-submit-ink);
	font-size: 16px;
	font-weight: 700;
}

.paf-submission-screen .paf-event-select-card,
.paf-submission-screen .paf-entry-type-card,
.paf-submission-screen .paf-topic-choice,
.paf-submission-screen .paf-submission-price-card,
.paf-submission-screen .paf-submission-payment-card,
.paf-submission-screen .paf-submission-review > div {
	border: 1px solid var(--paf-submit-line);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0 8px 22px rgba(80, 59, 38, 0.035);
}

.paf-submission-screen .paf-event-select-card,
.paf-submission-screen .paf-entry-type-card {
	gap: 22px;
	min-height: 132px;
	padding: 28px 30px;
}

.paf-submission-screen .paf-event-select-card input,
.paf-submission-screen .paf-entry-type-card input,
.paf-submission-screen .paf-topic-choice input {
	width: 24px;
	height: 24px;
	accent-color: var(--paf-submit-gold);
}

.paf-submission-screen .paf-event-select-card strong,
.paf-submission-screen .paf-entry-type-card span {
	color: var(--paf-submit-ink);
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
}

.paf-submission-screen .paf-event-select-card small,
.paf-submission-screen .paf-entry-type-card small {
	color: var(--paf-submit-muted);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
}

.paf-submission-screen .paf-event-select-card:hover,
.paf-submission-screen .paf-entry-type-card:hover {
	transform: translateY(-1px);
	border-color: rgba(224, 145, 0, 0.45);
	box-shadow: 0 14px 30px rgba(80, 59, 38, 0.055);
}

.paf-submission-screen .paf-event-select-card:has(input:checked),
.paf-submission-screen .paf-entry-type-card:has(input:checked),
.paf-submission-screen .paf-topic-choice:has(input:checked) {
	border-color: rgba(224, 145, 0, 0.76);
	background: linear-gradient(180deg, rgba(255, 252, 247, 0.96) 0%, rgba(255, 249, 239, 0.92) 100%);
	box-shadow:
		0 12px 28px rgba(224, 145, 0, 0.08),
		inset 0 0 0 1px rgba(224, 145, 0, 0.14);
}

.paf-submission-screen .paf-field > span,
.paf-submission-screen .paf-fieldset legend {
	color: var(--paf-submit-ink);
	font-size: 15px;
	font-weight: 700;
}

.paf-submission-screen .paf-field select,
.paf-submission-screen .paf-field textarea,
.paf-submission-screen .paf-field input[type="text"],
.paf-submission-screen .paf-field input[type="email"],
.paf-submission-screen .paf-field input[type="password"],
.paf-submission-screen .paf-field input[type="url"],
.paf-submission-screen .paf-field input[type="tel"],
.paf-submission-screen .paf-field input[type="number"] {
	min-height: 52px;
	border: 1px solid var(--paf-submit-line);
	border-radius: 12px;
	padding: 12px 14px;
	background: rgba(255, 255, 255, 0.76);
	color: var(--paf-submit-ink);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
	font-size: 16px;
}

.paf-submission-screen .paf-field textarea {
	min-height: 132px;
}

.paf-submission-screen .paf-field select:focus,
.paf-submission-screen .paf-field textarea:focus,
.paf-submission-screen .paf-field input:focus {
	border-color: rgba(224, 145, 0, 0.72);
	outline: 3px solid rgba(224, 145, 0, 0.18);
	outline-offset: 2px;
}

.paf-submission-screen .paf-submission-dropzone {
	min-height: 150px;
	border: 1px dashed rgba(224, 145, 0, 0.44);
	border-radius: 16px;
	padding: 24px;
	background: var(--paf-submit-soft);
	box-shadow: none;
}

.paf-submission-screen .paf-submission-dropzone strong,
.paf-submission-screen .paf-submission-price-card h4,
.paf-submission-screen .paf-submission-payment-card > strong {
	color: var(--paf-submit-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 700;
}

.paf-submission-screen .paf-submission-dropzone strong {
	font-size: 24px;
}

.paf-submission-screen .paf-submission-dropzone p,
.paf-submission-screen .paf-submission-price-card p,
.paf-submission-screen .paf-submission-payment-card > p {
	color: var(--paf-submit-muted);
	font-size: 15px;
	line-height: 1.55;
}

.paf-submission-screen .paf-submission-price-card,
.paf-submission-screen .paf-submission-payment-card {
	padding: 22px;
}

.paf-submission-screen .paf-submission-actions {
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding-top: 0;
}

.paf-submission-screen .paf-submission-form .paf-button,
.paf-submission-screen .paf-submission-submit,
.paf-submission-screen [data-paf-step-next],
.paf-submission-screen [data-paf-complete-submission] {
	min-height: 50px;
	border: 0;
	border-radius: 7px;
	padding: 13px 22px;
	background: linear-gradient(180deg, #eda90b 0%, #d98200 100%);
	color: #ffffff;
	box-shadow: 0 12px 22px rgba(224, 145, 0, 0.2);
	font-weight: 800;
	text-decoration: none;
}

.paf-submission-screen .paf-submission-form .paf-button:hover,
.paf-submission-screen .paf-submission-form .paf-button:focus-visible,
.paf-submission-screen [data-paf-step-next]:hover,
.paf-submission-screen [data-paf-step-next]:focus-visible,
.paf-submission-screen [data-paf-complete-submission]:hover,
.paf-submission-screen [data-paf-complete-submission]:focus-visible {
	background: linear-gradient(180deg, #f0ae12 0%, #cc7b00 100%);
	color: #ffffff;
}

.paf-submission-screen .paf-submission-form .paf-button--secondary,
.paf-submission-screen [data-paf-step-prev] {
	border: 1px solid var(--paf-submit-line-strong);
	background: rgba(255, 255, 255, 0.82);
	color: var(--paf-submit-gold-deep);
	box-shadow: none;
}

.paf-submission-screen .paf-submission-form .paf-button--secondary:hover,
.paf-submission-screen .paf-submission-form .paf-button--secondary:focus-visible,
.paf-submission-screen [data-paf-step-prev]:hover,
.paf-submission-screen [data-paf-step-prev]:focus-visible {
	border-color: rgba(224, 145, 0, 0.7);
	background: var(--paf-submit-gold-soft);
	color: var(--paf-submit-gold-deep);
}

@media (max-width: 980px) {
	.paf-submission-screen .paf-submission-form {
		gap: 28px;
	}

	.paf-submission-screen .paf-submission-steps {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.paf-submission-screen .paf-submission-step-tab:nth-child(3n) {
		border-right: 0;
	}

	.paf-submission-screen .paf-event-picker {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.paf-submission-screen .paf-submission-form {
		gap: 24px;
		border-radius: 16px;
		padding: 18px;
	}

	.paf-submission-screen .paf-submission-steps {
		grid-template-columns: 1fr;
	}

	.paf-submission-screen .paf-submission-step-tab,
	.paf-submission-screen .paf-submission-step-tab:nth-child(2n),
	.paf-submission-screen .paf-submission-step-tab:nth-child(3n) {
		grid-template-columns: 44px minmax(0, 1fr);
		justify-items: start;
		min-height: 62px;
		border-right: 0;
		border-bottom: 1px solid rgba(202, 190, 176, 0.62);
		padding: 12px 14px;
		text-align: left;
	}

	.paf-submission-screen .paf-submission-step-tab:last-child {
		border-bottom: 0;
	}

	.paf-submission-screen .paf-submission-step-tab__marker {
		grid-column: 1;
		grid-row: 1;
	}

	.paf-submission-screen .paf-submission-step-tab strong {
		grid-column: 2;
		grid-row: 1;
		font-size: 16px;
	}

	.paf-submission-screen .paf-submission-step__header {
		align-items: flex-start;
		gap: 14px;
	}

	.paf-submission-screen .paf-submission-step__header > span {
		width: 52px;
		height: 52px;
		font-size: 20px;
	}

	.paf-submission-screen .paf-submission-step__header h3 {
		font-size: 24px;
	}

	.paf-submission-screen .paf-event-select-card,
	.paf-submission-screen .paf-entry-type-card {
		min-height: 96px;
		padding: 20px;
	}

	.paf-submission-screen .paf-event-select-card strong,
	.paf-submission-screen .paf-entry-type-card span {
		font-size: 20px;
	}

	.paf-submission-screen .paf-submission-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.paf-submission-screen .paf-submission-actions .paf-button {
		width: 100%;
		justify-content: center;
	}
}

.paf-submission-screen .paf-submission-steps .paf-submission-step-tab.is-active {
	background: linear-gradient(180deg, rgba(255, 252, 246, 0.96) 0%, rgba(255, 249, 237, 0.96) 100%) !important;
	box-shadow:
		inset 0 -3px 0 var(--paf-submit-gold),
		inset 0 0 0 1px rgba(224, 145, 0, 0.24) !important;
	color: var(--paf-submit-gold-deep) !important;
}

.paf-submission-screen .paf-submission-steps .paf-submission-step-tab.is-active .paf-submission-step-tab__marker,
.paf-submission-screen .paf-submission-steps .paf-submission-step-tab.is-active .paf-submission-step-tab__number,
.paf-submission-screen .paf-submission-steps .paf-submission-step-tab.is-active strong {
	color: var(--paf-submit-gold-deep) !important;
}

.paf-submission-screen .paf-submission-steps .paf-submission-step-tab.is-complete {
	background: var(--paf-submit-green-soft) !important;
	box-shadow: inset 0 0 0 1px rgba(8, 122, 42, 0.18) !important;
	color: var(--paf-submit-green) !important;
}

.paf-submission-screen .paf-submission-steps .paf-submission-step-tab.is-complete .paf-submission-step-tab__marker {
	border-color: var(--paf-submit-green) !important;
	color: var(--paf-submit-green) !important;
}

.paf-submission-screen .paf-submission-steps .paf-submission-step-tab.is-complete .paf-submission-step-tab__number {
	display: none !important;
}

.paf-submission-screen .paf-submission-steps .paf-submission-step-tab.is-complete .paf-submission-step-tab__check {
	display: block !important;
	color: var(--paf-submit-green) !important;
}

.paf-submission-screen .paf-submission-steps .paf-submission-step-tab.is-complete strong {
	color: var(--paf-submit-green) !important;
}

@keyframes paf-submit-card-shine {
	0% {
		transform: translateX(-120%) skewX(-18deg);
	}
	100% {
		transform: translateX(135%) skewX(-18deg);
	}
}

@keyframes paf-upload-soft-pulse {
	0%,
	100% {
		box-shadow:
			0 10px 24px rgba(80, 59, 38, 0.055),
			0 0 0 0 rgba(224, 145, 0, 0.2);
	}
	50% {
		box-shadow:
			0 14px 30px rgba(80, 59, 38, 0.075),
			0 0 0 5px rgba(224, 145, 0, 0.08);
	}
}

@keyframes paf-upload-progress-stripes {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 36px 0;
	}
}

.paf-submission-screen .paf-event-picker,
.paf-submission-screen .paf-entry-type-picker {
	gap: 12px;
}

.paf-submission-screen .paf-event-select-card,
.paf-submission-screen .paf-entry-type-card {
	position: relative;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 20px minmax(0, 1fr);
	align-items: center;
	gap: 4px 12px;
	overflow: hidden;
	min-height: 76px;
	border-radius: 12px;
	padding: 12px 16px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 252, 247, 0.78) 100%);
	box-shadow:
		0 8px 20px rgba(80, 59, 38, 0.04),
		inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.paf-submission-screen .paf-event-select-card::before,
.paf-submission-screen .paf-entry-type-card::before {
	content: "";
	position: absolute;
	inset: -35% auto -35% -42%;
	width: 42%;
	background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.68) 48%, transparent 100%);
	opacity: 0;
	pointer-events: none;
	transform: translateX(-120%) skewX(-18deg);
}

.paf-submission-screen .paf-event-select-card:hover::before,
.paf-submission-screen .paf-event-select-card:has(input:checked)::before,
.paf-submission-screen .paf-entry-type-card:hover::before,
.paf-submission-screen .paf-entry-type-card:has(input:checked)::before {
	animation: paf-submit-card-shine 780ms ease;
	opacity: 1;
}

.paf-submission-screen .paf-event-select-card input,
.paf-submission-screen .paf-entry-type-card input {
	width: 17px;
	height: 17px;
	align-self: center;
}

.paf-submission-screen .paf-event-select-card > span,
.paf-submission-screen .paf-entry-type-card > span {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.paf-submission-screen .paf-event-select-card strong,
.paf-submission-screen .paf-entry-type-card > span {
	font-size: 18px;
	line-height: 1.14;
}

.paf-submission-screen .paf-event-select-card small,
.paf-submission-screen .paf-entry-type-card small {
	grid-column: 2;
	margin-top: 0;
	color: var(--paf-submit-muted);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.25;
}

.paf-submission-screen .paf-event-select-card:hover,
.paf-submission-screen .paf-entry-type-card:hover {
	border-color: rgba(224, 145, 0, 0.42);
	box-shadow:
		0 12px 26px rgba(80, 59, 38, 0.065),
		0 0 0 4px rgba(224, 145, 0, 0.045),
		inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.paf-submission-screen .paf-event-select-card:has(input:checked),
.paf-submission-screen .paf-entry-type-card:has(input:checked) {
	border-color: rgba(224, 145, 0, 0.72);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 247, 232, 0.94) 100%);
	box-shadow:
		0 14px 28px rgba(224, 145, 0, 0.1),
		0 0 0 5px rgba(224, 145, 0, 0.055),
		inset 0 0 0 1px rgba(224, 145, 0, 0.15);
}

.paf-submission-screen .paf-upload-queue__item {
	position: relative;
	overflow: hidden;
	border-color: rgba(202, 190, 176, 0.68);
	background: rgba(255, 255, 255, 0.86);
}

.paf-submission-screen .paf-upload-queue__item.is-uploading {
	border-color: rgba(224, 145, 0, 0.44);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 250, 240, 0.92) 100%);
	animation: paf-upload-soft-pulse 1.8s ease-in-out infinite;
}

.paf-submission-screen .paf-upload-queue__item.is-uploading::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.42) 45%, transparent 70%);
	opacity: 0.8;
	pointer-events: none;
	transform: translateX(-100%);
	animation: paf-submit-card-shine 1.35s ease-in-out infinite;
}

.paf-submission-screen .paf-upload-queue__item.is-complete {
	border-color: rgba(8, 122, 42, 0.26);
	background: rgba(244, 251, 245, 0.86);
	box-shadow: 0 10px 24px rgba(8, 122, 42, 0.055);
}

.paf-submission-screen .paf-upload-queue__thumb {
	border: 1px solid rgba(202, 190, 176, 0.54);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.paf-submission-screen .paf-upload-progress {
	height: 9px;
	background: rgba(202, 190, 176, 0.24);
	box-shadow: inset 0 1px 2px rgba(80, 59, 38, 0.08);
}

.paf-submission-screen .paf-upload-progress i {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.34) 0 18%, transparent 18% 36%) 0 0 / 36px 100%,
		linear-gradient(90deg, #f0b12a 0%, #dc8900 54%, #f4c766 100%);
	box-shadow: 0 0 14px rgba(224, 145, 0, 0.34);
	animation: paf-upload-progress-stripes 1s linear infinite;
}

.paf-submission-screen .paf-upload-queue__item.is-complete .paf-upload-progress i {
	background: linear-gradient(90deg, #16803a 0%, #42b866 100%);
	box-shadow: 0 0 10px rgba(8, 122, 42, 0.22);
	animation: none;
}

@media (max-width: 640px) {
	.paf-submission-screen .paf-event-select-card,
	.paf-submission-screen .paf-entry-type-card {
		min-height: 72px;
		padding: 11px 14px;
	}

	.paf-submission-screen .paf-event-select-card strong,
	.paf-submission-screen .paf-entry-type-card > span {
		font-size: 17px;
	}
}

/* Submission lower-step polish: Details, Categories, Payment, and success messages. */
.paf-submission-screen .paf-submission-detail-grid {
	grid-template-columns: 1fr;
	gap: 14px;
}

.paf-submission-screen .paf-submission-detail-grid .paf-field {
	gap: 8px;
}

.paf-submission-screen .paf-submission-detail-grid .paf-field > span {
	color: var(--paf-submit-ink);
	font-size: 14px;
	font-weight: 800;
}

.paf-submission-screen .paf-submission-detail-grid .paf-field input[type="text"],
.paf-submission-screen .paf-submission-detail-grid .paf-field textarea {
	box-sizing: border-box;
	width: 100%;
	border-radius: 12px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 253, 249, 0.94) 100%);
	box-shadow:
		0 8px 20px rgba(80, 59, 38, 0.035),
		inset 0 1px 0 rgba(255, 255, 255, 0.95);
	transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.paf-submission-screen .paf-submission-detail-grid .paf-field input[type="text"] {
	min-height: 48px;
}

.paf-submission-screen .paf-submission-detail-grid .paf-field textarea {
	min-height: 148px;
}

.paf-submission-screen .paf-topic-picker__tree {
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
	gap: 12px;
}

.paf-submission-screen .paf-topic-choice {
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	min-height: 76px;
	border-radius: 12px;
	padding: 14px 16px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 252, 247, 0.78) 100%);
	box-shadow:
		0 8px 20px rgba(80, 59, 38, 0.04),
		inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.paf-submission-screen .paf-topic-choice::before {
	content: "";
	position: absolute;
	inset: -35% auto -35% -42%;
	width: 42%;
	background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.62) 48%, transparent 100%);
	opacity: 0;
	pointer-events: none;
	transform: translateX(-120%) skewX(-18deg);
}

.paf-submission-screen .paf-topic-choice:hover::before,
.paf-submission-screen .paf-topic-choice:has(input:checked)::before {
	animation: paf-submit-card-shine 780ms ease;
	opacity: 1;
}

.paf-submission-screen .paf-topic-choice:hover {
	border-color: rgba(224, 145, 0, 0.42);
	box-shadow:
		0 12px 26px rgba(80, 59, 38, 0.065),
		0 0 0 4px rgba(224, 145, 0, 0.045),
		inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.paf-submission-screen .paf-topic-choice:has(input:checked) {
	border-color: rgba(224, 145, 0, 0.72);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 247, 232, 0.94) 100%);
	box-shadow:
		0 14px 28px rgba(224, 145, 0, 0.1),
		0 0 0 5px rgba(224, 145, 0, 0.055),
		inset 0 0 0 1px rgba(224, 145, 0, 0.15);
}

.paf-submission-screen .paf-topic-choice input {
	width: 18px;
	height: 18px;
	margin-top: 1px;
	accent-color: var(--paf-submit-gold);
}

.paf-submission-screen .paf-topic-choice__label,
.paf-submission-screen .paf-topic-choice__heading {
	align-items: center;
	gap: 12px;
	color: var(--paf-submit-ink);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.25;
}

.paf-submission-screen .paf-topic-choice__heading {
	color: var(--paf-submit-gold-deep);
}

.paf-submission-screen .paf-topic-choice__children {
	gap: 8px;
	margin-top: 10px;
	padding-left: 10px;
	border-left: 1px solid rgba(224, 145, 0, 0.22);
}

.paf-submission-screen .paf-topic-choice__children .paf-topic-choice {
	min-height: 54px;
	padding: 10px 12px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.paf-submission-screen .paf-submission-price-card,
.paf-submission-screen .paf-submission-payment-card {
	border-radius: 14px;
	padding: 18px 20px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 252, 247, 0.82) 100%);
	box-shadow:
		0 10px 26px rgba(80, 59, 38, 0.045),
		inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.paf-submission-screen .paf-submission-price-card h4,
.paf-submission-screen .paf-submission-payment-card > strong {
	margin: 0;
	color: var(--paf-submit-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.16;
}

.paf-submission-screen .paf-line-items,
.paf-submission-screen .paf-submission-price-card .paf-total-row {
	gap: 0;
}

.paf-submission-screen .paf-line-items li,
.paf-submission-screen .paf-submission-price-card .paf-total-row {
	align-items: center;
	min-height: 34px;
	border-bottom: 1px solid rgba(202, 190, 176, 0.5);
	padding: 7px 0;
	color: var(--paf-submit-muted);
	font-size: 15px;
}

.paf-submission-screen .paf-line-items li strong,
.paf-submission-screen .paf-submission-price-card .paf-total-row strong {
	color: var(--paf-submit-ink);
	font-weight: 700;
}

.paf-submission-screen .paf-submission-price-card .paf-total-row--strong {
	min-height: 42px;
	border-bottom: 0;
	padding-top: 10px;
	color: var(--paf-submit-ink);
	font-size: 19px;
}

.paf-submission-screen .paf-submission-price-card [data-paf-quote-message] {
	margin: 4px 0 0;
	border-radius: 10px;
	padding: 10px 12px;
	background: rgba(255, 250, 240, 0.84);
	color: var(--paf-submit-muted);
	font-size: 14px;
	line-height: 1.4;
}

.paf-submission-screen .paf-submission-payment-card {
	position: relative;
	overflow: hidden;
	gap: 12px;
	min-height: 0;
}

.paf-submission-screen .paf-submission-payment-card > p {
	max-width: 620px;
	margin: 0;
	color: var(--paf-submit-muted);
	font-size: 15px;
	line-height: 1.5;
}

.paf-submission-screen .paf-submission-payment-summary {
	gap: 8px;
	border-top: 1px solid rgba(202, 190, 176, 0.56);
	padding-top: 12px;
}

.paf-submission-screen .paf-submission-payment-summary div {
	align-items: center;
	min-height: 30px;
	color: var(--paf-submit-muted);
	font-size: 14px;
}

.paf-submission-screen .paf-submission-payment-card.is-success {
	border-color: rgba(8, 122, 42, 0.28);
	background:
		linear-gradient(135deg, rgba(245, 253, 247, 0.96) 0%, rgba(235, 250, 239, 0.92) 100%);
	box-shadow:
		0 14px 30px rgba(8, 122, 42, 0.08),
		0 0 0 5px rgba(8, 122, 42, 0.045),
		inset 0 0 0 1px rgba(8, 122, 42, 0.12);
}

.paf-submission-screen .paf-submission-payment-card.is-success > strong {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--paf-submit-green);
}

.paf-submission-screen .paf-submission-payment-card.is-success > strong::before {
	content: "\2713";
	display: inline-grid;
	place-items: center;
	width: 30px;
	height: 30px;
	border: 1.5px solid var(--paf-submit-green);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.84);
	font-family: Arial, sans-serif;
	font-size: 17px;
	line-height: 1;
}

.paf-dashboard-screen .paf-notice--success,
.paf-submission-screen .paf-notice--success,
.paf-judge-panel .paf-notice--success {
	position: relative;
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 3px 12px;
	align-items: center;
	border-color: rgba(8, 122, 42, 0.24);
	border-radius: 14px;
	padding: 15px 17px;
	background:
		linear-gradient(135deg, rgba(246, 253, 248, 0.98) 0%, rgba(235, 250, 239, 0.94) 100%);
	box-shadow:
		0 12px 28px rgba(8, 122, 42, 0.065),
		inset 0 1px 0 rgba(255, 255, 255, 0.88);
	color: #165f2c;
}

.paf-dashboard-screen .paf-notice--success::before,
.paf-submission-screen .paf-notice--success::before,
.paf-judge-panel .paf-notice--success::before {
	content: "\2713";
	grid-row: 1 / span 2;
	display: inline-grid;
	place-items: center;
	width: 32px;
	height: 32px;
	border: 1.5px solid #087a2a;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.86);
	color: #087a2a;
	font-family: Arial, sans-serif;
	font-size: 17px;
	font-weight: 800;
	line-height: 1;
}

.paf-dashboard-screen .paf-notice--success > strong,
.paf-submission-screen .paf-notice--success > strong,
.paf-judge-panel .paf-notice--success > strong {
	grid-column: 2;
	margin: 0;
	color: #0d5225;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.25;
}

.paf-dashboard-screen .paf-notice--success p,
.paf-submission-screen .paf-notice--success p,
.paf-judge-panel .paf-notice--success p,
.paf-dashboard-screen .paf-notice--success span,
.paf-submission-screen .paf-notice--success span,
.paf-judge-panel .paf-notice--success span,
.paf-dashboard-screen .paf-notice--success ul,
.paf-submission-screen .paf-notice--success ul,
.paf-judge-panel .paf-notice--success ul {
	grid-column: 2;
	margin: 0;
	color: #27683a;
	font-size: 15px;
	line-height: 1.45;
}

.paf-dashboard-screen .paf-notice--success ul,
.paf-submission-screen .paf-notice--success ul,
.paf-judge-panel .paf-notice--success ul {
	display: grid;
	gap: 3px;
	padding-left: 0;
	list-style: none;
}

.paf-submission-screen .paf-category-step-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) clamp(300px, 25vw, 380px);
	align-items: start;
	gap: clamp(18px, 2.4vw, 28px);
	min-width: 0;
}

.paf-submission-screen .paf-category-step-layout__directory {
	min-width: 0;
}

.paf-submission-screen .paf-category-step-layout .paf-topic-picker {
	min-width: 0;
}

.paf-submission-screen .paf-category-step-layout .paf-topic-picker__tree {
	display: grid;
	grid-template-columns: 1fr;
	align-items: start;
	gap: 12px;
	min-width: 0;
}

.paf-submission-screen .paf-category-step-layout .paf-topic-choice {
	min-width: 0;
	min-height: 0;
	overflow: hidden;
	border: 1px solid rgba(202, 190, 176, 0.76);
	border-radius: 12px;
	padding: 0;
	background: rgba(255, 255, 255, 0.78);
	box-shadow:
		0 8px 20px rgba(80, 59, 38, 0.035),
		inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.paf-submission-screen .paf-category-step-layout .paf-topic-choice::before {
	display: none;
}

.paf-submission-screen .paf-category-step-layout .paf-topic-choice:hover {
	border-color: rgba(224, 145, 0, 0.34);
	box-shadow:
		0 10px 24px rgba(80, 59, 38, 0.05),
		0 0 0 3px rgba(224, 145, 0, 0.035),
		inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.paf-submission-screen .paf-category-step-layout .paf-topic-choice--group {
	display: grid;
	grid-template-columns: minmax(150px, 220px) minmax(0, 1fr);
	align-items: stretch;
}

.paf-submission-screen .paf-category-step-layout .paf-topic-choice--group > .paf-topic-choice__heading {
	display: grid;
	align-content: center;
	gap: 8px;
	min-height: 100%;
	border-right: 1px solid rgba(202, 190, 176, 0.62);
	padding: 14px 16px;
	background:
		linear-gradient(180deg, rgba(255, 250, 241, 0.84) 0%, rgba(255, 255, 255, 0.7) 100%);
	color: var(--paf-submit-gold-deep);
}

.paf-submission-screen .paf-category-step-layout .paf-topic-choice__heading span,
.paf-submission-screen .paf-category-step-layout .paf-topic-choice__label span {
	min-width: 0;
	overflow-wrap: anywhere;
}

.paf-submission-screen .paf-category-step-layout .paf-topic-choice__heading small {
	justify-self: start;
	border: 1px solid rgba(224, 145, 0, 0.2);
	border-radius: 999px;
	padding: 4px 8px;
	background: rgba(255, 247, 232, 0.78);
	color: var(--paf-submit-muted);
	font-family: inherit;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	text-transform: none;
}

.paf-submission-screen .paf-category-step-layout .paf-topic-choice__heading em {
	color: var(--paf-submit-muted);
	font-family: inherit;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.35;
	text-transform: none;
}

.paf-submission-screen .paf-category-step-layout .paf-topic-choice--group:has(input:checked) {
	border-color: rgba(224, 145, 0, 0.58);
	background: rgba(255, 252, 247, 0.92);
	box-shadow:
		0 12px 26px rgba(224, 145, 0, 0.07),
		0 0 0 4px rgba(224, 145, 0, 0.045),
		inset 0 0 0 1px rgba(224, 145, 0, 0.08);
}

.paf-submission-screen .paf-category-step-layout .paf-topic-choice--group:has(input:checked) > .paf-topic-choice__heading {
	background:
		linear-gradient(180deg, rgba(255, 247, 232, 0.96) 0%, rgba(255, 252, 247, 0.92) 100%);
}

.paf-submission-screen .paf-category-step-layout .paf-topic-choice__children {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	min-width: 0;
	margin: 0;
	border-left: 0;
	padding: 12px;
}

.paf-submission-screen .paf-category-step-layout .paf-topic-choice__children .paf-topic-choice {
	border: 0;
	border-radius: 0;
	padding: 0;
	background: transparent;
	box-shadow: none;
}

.paf-submission-screen .paf-category-step-layout .paf-topic-choice__children .paf-topic-choice:hover {
	box-shadow: none;
}

.paf-submission-screen .paf-category-step-layout .paf-topic-choice__label {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 44px;
	border: 1px solid rgba(202, 190, 176, 0.72);
	border-radius: 10px;
	padding: 9px 11px;
	background: rgba(255, 255, 255, 0.72);
	color: var(--paf-submit-ink);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25;
	cursor: pointer;
	transition: border-color 150ms ease, background-color 150ms ease, box-shadow 150ms ease;
}

.paf-submission-screen .paf-category-step-layout .paf-topic-choice__label:hover {
	border-color: rgba(224, 145, 0, 0.42);
	background: rgba(255, 252, 247, 0.96);
}

.paf-submission-screen .paf-category-step-layout .paf-topic-choice__children .paf-topic-choice:has(input:checked) {
	border-color: transparent;
	background: transparent;
	box-shadow: none;
}

.paf-submission-screen .paf-category-step-layout .paf-topic-choice__children .paf-topic-choice:has(input:checked) .paf-topic-choice__label,
.paf-submission-screen .paf-category-step-layout .paf-topic-picker__tree > .paf-topic-choice:not(.paf-topic-choice--group):has(input:checked) .paf-topic-choice__label {
	border-color: rgba(224, 145, 0, 0.72);
	background: linear-gradient(180deg, rgba(255, 252, 247, 0.98) 0%, rgba(255, 246, 226, 0.94) 100%);
	box-shadow:
		0 6px 16px rgba(224, 145, 0, 0.08),
		inset 0 0 0 1px rgba(224, 145, 0, 0.12);
}

.paf-submission-screen .paf-category-step-layout .paf-topic-choice input {
	flex: 0 0 auto;
	width: 17px;
	height: 17px;
	margin: 0;
	accent-color: var(--paf-submit-gold);
}

.paf-submission-screen .paf-category-step-layout .paf-topic-picker__tree > .paf-topic-choice:not(.paf-topic-choice--group) {
	padding: 12px;
}

.paf-submission-screen .paf-category-step-layout .paf-topic-picker__tree > .paf-topic-choice:not(.paf-topic-choice--group) .paf-topic-choice__label {
	min-height: 46px;
}

.paf-submission-screen .paf-category-step-layout .paf-topic-choice p {
	margin: 8px 0 0;
	color: var(--paf-submit-muted);
	font-size: 13px;
	line-height: 1.4;
}

.paf-submission-screen .paf-submission-price-card--sticky {
	position: sticky;
	top: calc(var(--wp-admin--admin-bar--height, 0px) + 16px);
	align-self: start;
	z-index: 2;
	max-height: calc(100vh - var(--wp-admin--admin-bar--height, 0px) - 32px);
	overflow: auto;
}

.paf-submission-screen .paf-submission-price-card--sticky .paf-line-items {
	max-height: 220px;
	overflow-y: auto;
	padding-right: 4px;
}

.paf-submission-screen .paf-submission-price-card .paf-total-row--count {
	min-height: 38px;
	border-radius: 10px;
	padding: 8px 10px;
	background: rgba(255, 247, 232, 0.68);
	color: var(--paf-submit-gold-deep);
}

@media (max-width: 1180px) {
	.paf-submission-screen .paf-category-step-layout {
		grid-template-columns: 1fr;
	}

	.paf-submission-screen .paf-submission-price-card--sticky {
		order: -1;
		top: calc(var(--wp-admin--admin-bar--height, 0px) + 10px);
		max-height: 46vh;
	}

	.paf-submission-screen .paf-submission-price-card--sticky .paf-line-items {
		max-height: 110px;
	}
}

@media (max-width: 760px) {
	.paf-submission-screen .paf-category-step-layout .paf-topic-choice--group {
		grid-template-columns: 1fr;
	}

	.paf-submission-screen .paf-category-step-layout .paf-topic-choice--group > .paf-topic-choice__heading {
		border-right: 0;
		border-bottom: 1px solid rgba(202, 190, 176, 0.62);
	}

	.paf-submission-screen .paf-category-step-layout .paf-topic-choice__children {
		grid-template-columns: 1fr;
		padding: 10px;
	}
}

@media (max-width: 520px) {
	.paf-submission-screen .paf-category-step-layout {
		gap: 16px;
	}

	.paf-submission-screen .paf-submission-price-card--sticky {
		max-height: 52vh;
	}

	.paf-submission-screen .paf-category-step-layout .paf-topic-choice__heading,
	.paf-submission-screen .paf-category-step-layout .paf-topic-choice__label {
		font-size: 14px;
	}
}

@media (max-width: 640px) {
	.paf-submission-screen .paf-submission-detail-grid .paf-field textarea {
		min-height: 132px;
	}

	.paf-submission-screen .paf-topic-picker__tree {
		grid-template-columns: 1fr;
	}

	.paf-submission-screen .paf-submission-price-card,
	.paf-submission-screen .paf-submission-payment-card {
		padding: 16px;
	}

	.paf-dashboard-screen .paf-notice--success,
	.paf-submission-screen .paf-notice--success,
	.paf-judge-panel .paf-notice--success {
		grid-template-columns: 30px minmax(0, 1fr);
		padding: 14px;
	}
}

/* Dashboard overview cards: SVG icons and light-blue 2D CTAs. */
.paf-dashboard-screen .paf-dashboard-grid--overview .paf-dashboard-action-card,
.paf-dashboard-screen .paf-dashboard-grid--overview .paf-summary-panel--wallet {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 13px;
	border-color: var(--paf-dashboard-line);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 252, 247, 0.92) 100%);
	box-shadow:
		0 22px 46px rgba(77, 53, 30, 0.08),
		inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.paf-dashboard-screen .paf-dashboard-grid--overview .paf-dashboard-action-card:hover,
.paf-dashboard-screen .paf-dashboard-grid--overview .paf-dashboard-action-card:focus-visible,
.paf-dashboard-screen .paf-dashboard-grid--overview .paf-dashboard-action-card.is-active {
	border-color: rgba(216, 190, 154, 0.74);
	box-shadow:
		0 24px 48px rgba(77, 53, 30, 0.1),
		inset 0 1px 0 rgba(255, 255, 255, 0.94);
	transform: translateY(-2px);
}

.paf-dashboard-screen .paf-dashboard-grid--overview .paf-dashboard-action-card:focus-visible {
	outline: 3px solid rgba(83, 155, 211, 0.22);
	outline-offset: 4px;
}

.paf-dashboard-screen .paf-dashboard-grid--overview .paf-dashboard-card-icon {
	display: inline-grid;
	place-items: center;
	width: 54px;
	height: 54px;
	border: 1px solid rgba(216, 190, 154, 0.5);
	border-radius: 14px;
	background:
		linear-gradient(180deg, #ffffff 0%, #fff3e4 100%);
	box-shadow:
		0 10px 20px rgba(77, 53, 30, 0.07),
		inset 0 1px 0 rgba(255, 255, 255, 0.95);
	color: var(--paf-dashboard-orange);
}

.paf-dashboard-screen .paf-dashboard-grid--overview .paf-dashboard-card-icon::before,
.paf-dashboard-screen .paf-dashboard-grid--overview .paf-dashboard-card-icon::after {
	display: none;
	content: none;
}

.paf-dashboard-screen .paf-dashboard-card-icon__svg {
	display: block;
	width: 28px;
	height: 28px;
	color: currentColor;
}

.paf-dashboard-screen .paf-dashboard-grid--overview .paf-dashboard-action-card__eyebrow,
.paf-dashboard-screen .paf-dashboard-grid--overview .paf-dashboard-action-card h3,
.paf-dashboard-screen .paf-dashboard-grid--overview .paf-summary-panel--wallet h3 {
	color: #1e3d52;
}

.paf-dashboard-screen .paf-dashboard-grid--overview .paf-dashboard-action-card__eyebrow {
	font-family: inherit;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.02em;
}

.paf-dashboard-screen .paf-dashboard-grid--overview .paf-stat {
	color: #c45a00;
}

.paf-dashboard-screen .paf-dashboard-grid--overview .paf-dashboard-action-card p,
.paf-dashboard-screen .paf-dashboard-grid--overview .paf-summary-panel--wallet p {
	color: #566978;
}

.paf-dashboard-screen .paf-dashboard-grid--overview .paf-dashboard-action-card__cta {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	align-self: stretch;
	width: auto;
	max-width: 100%;
	min-height: 48px;
	margin-top: auto;
	border: 1px solid rgba(81, 153, 207, 0.34);
	border-radius: 10px;
	padding: 11px 12px 11px 16px;
	background:
		linear-gradient(180deg, #f3fbff 0%, #dcefff 100%);
	color: #1b5f91;
	box-shadow:
		0 3px 0 rgba(86, 149, 196, 0.16),
		0 10px 20px rgba(47, 82, 111, 0.07),
		inset 0 1px 0 rgba(255, 255, 255, 0.9);
	font-size: 15px;
	font-weight: 900;
	line-height: 1.15;
	text-decoration: none;
	transition: border-color 150ms ease, box-shadow 150ms ease, color 150ms ease, transform 150ms ease;
}

.paf-dashboard-screen .paf-dashboard-grid--overview .paf-dashboard-action-card__cta-icon {
	flex: 0 0 auto;
	display: inline-grid;
	place-items: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.8);
	color: #1b6fa9;
	line-height: 1;
}

.paf-dashboard-screen .paf-dashboard-grid--overview .paf-dashboard-action-card__cta-icon svg {
	display: block;
	width: 16px;
	height: 16px;
}

.paf-dashboard-screen .paf-dashboard-grid--overview .paf-dashboard-action-card:hover .paf-dashboard-action-card__cta,
.paf-dashboard-screen .paf-dashboard-grid--overview .paf-dashboard-action-card:focus-visible .paf-dashboard-action-card__cta {
	border-color: rgba(72, 145, 202, 0.54);
	background:
		linear-gradient(180deg, #ffffff 0%, #e4f4ff 100%);
	box-shadow:
		0 2px 0 rgba(74, 139, 190, 0.16),
		0 12px 22px rgba(47, 82, 111, 0.09),
		inset 0 1px 0 rgba(255, 255, 255, 0.94);
	color: #0d568b;
	transform: translateY(-1px);
}

.paf-dashboard-screen .paf-dashboard-grid--overview .paf-dashboard-action-card--judge .paf-dashboard-action-card__cta {
	align-self: flex-start;
	min-width: 180px;
}

@media (max-width: 640px) {
	.paf-dashboard-screen .paf-dashboard-grid--overview .paf-dashboard-card-icon {
		width: 50px;
		height: 50px;
	}

	.paf-dashboard-screen .paf-dashboard-card-icon__svg {
		width: 26px;
		height: 26px;
	}

	.paf-dashboard-screen .paf-dashboard-grid--overview .paf-dashboard-action-card__cta {
		min-height: 46px;
		font-size: 15px;
	}
}

/* User dashboard visual styles. Scoped to private dashboard and submission shells. */
.paf-dashboard-style-twilight-lux.paf-dashboard-screen,
.paf-dashboard-style-dark-luxury.paf-dashboard-screen {
	--paf-dashboard-ink: #f8f5ee;
	--paf-dashboard-muted: rgba(248, 245, 238, 0.74);
	--paf-dashboard-gold: #d6b35a;
	--paf-dashboard-gold-deep: #f3d479;
	--paf-dashboard-gold-soft: rgba(214, 179, 90, 0.16);
	--paf-dashboard-orange: #d6b35a;
	--paf-dashboard-orange-deep: #f3d479;
	--paf-dashboard-orange-soft: rgba(214, 179, 90, 0.14);
	--paf-dashboard-card: rgba(14, 17, 22, 0.62);
	--paf-dashboard-card-solid: #151820;
	--paf-dashboard-card-soft: rgba(255, 255, 255, 0.08);
	--paf-dashboard-line: rgba(255, 255, 255, 0.18);
	--paf-dashboard-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
	--paf-submit-bg: rgba(7, 10, 14, 0.72);
	--paf-submit-card: rgba(14, 17, 22, 0.64);
	--paf-submit-soft: rgba(255, 255, 255, 0.08);
	--paf-submit-line: rgba(255, 255, 255, 0.18);
	--paf-submit-line-strong: rgba(214, 179, 90, 0.42);
	--paf-submit-ink: #f8f5ee;
	--paf-submit-muted: rgba(248, 245, 238, 0.72);
	--paf-submit-gold: #d6b35a;
	--paf-submit-gold-deep: #f3d479;
	--paf-submit-gold-soft: rgba(214, 179, 90, 0.16);
	--paf-submit-green: #85dda8;
	--paf-submit-green-soft: rgba(51, 125, 82, 0.22);
	--paf-submit-shadow: 0 24px 58px rgba(0, 0, 0, 0.32);
	color: var(--paf-dashboard-ink);
}

.paf-dashboard-style-twilight-lux.paf-dashboard-screen {
	background:
		linear-gradient(90deg, rgba(5, 9, 15, 0.84) 0%, rgba(8, 14, 24, 0.58) 48%, rgba(5, 9, 15, 0.88) 100%),
		var(--paf-dashboard-custom-bg, linear-gradient(132deg, #101b2e 0%, #243851 42%, #62442f 70%, #080b12 100%));
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}

.paf-dashboard-style-dark-luxury.paf-dashboard-screen {
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(10, 9, 8, 0.7) 48%, rgba(0, 0, 0, 0.9) 100%),
		linear-gradient(150deg, #050506 0%, #15120f 58%, #2a1d12 100%);
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}

.paf-dashboard-style-twilight-lux.paf-dashboard-screen::after,
.paf-dashboard-style-dark-luxury.paf-dashboard-screen::after {
	content: "";
	position: fixed;
	inset: 0;
	z-index: 0;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0)),
		repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 4px);
	pointer-events: none;
}

.paf-dashboard-style-twilight-lux.paf-dashboard-screen > *,
.paf-dashboard-style-dark-luxury.paf-dashboard-screen > * {
	position: relative;
	z-index: 1;
}

.paf-dashboard-style-twilight-lux .paf-dashboard-sidebar,
.paf-dashboard-style-dark-luxury .paf-dashboard-sidebar {
	border-right-color: rgba(255, 255, 255, 0.16);
	background: rgba(8, 10, 14, 0.5);
	box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(22px) saturate(120%);
	-webkit-backdrop-filter: blur(22px) saturate(120%);
}

.paf-dashboard-style-twilight-lux .paf-dashboard-brand strong,
.paf-dashboard-style-dark-luxury .paf-dashboard-brand strong,
.paf-dashboard-style-twilight-lux .paf-dashboard-hero h1,
.paf-dashboard-style-twilight-lux .paf-dashboard-hero h2,
.paf-dashboard-style-dark-luxury .paf-dashboard-hero h1,
.paf-dashboard-style-dark-luxury .paf-dashboard-hero h2,
.paf-dashboard-style-twilight-lux .paf-dashboard-section h3,
.paf-dashboard-style-dark-luxury .paf-dashboard-section h3,
.paf-dashboard-style-twilight-lux .paf-dashboard-action-card h3,
.paf-dashboard-style-dark-luxury .paf-dashboard-action-card h3,
.paf-dashboard-style-twilight-lux .paf-entry-summary-card h4,
.paf-dashboard-style-dark-luxury .paf-entry-summary-card h4 {
	color: var(--paf-dashboard-ink);
}

.paf-dashboard-style-twilight-lux .paf-dashboard-brand span,
.paf-dashboard-style-dark-luxury .paf-dashboard-brand span,
.paf-dashboard-style-twilight-lux .paf-dashboard-hero span,
.paf-dashboard-style-dark-luxury .paf-dashboard-hero span,
.paf-dashboard-style-twilight-lux .paf-dashboard-action-card__eyebrow,
.paf-dashboard-style-dark-luxury .paf-dashboard-action-card__eyebrow,
.paf-dashboard-style-twilight-lux .paf-entry-summary-card__event,
.paf-dashboard-style-dark-luxury .paf-entry-summary-card__event {
	color: var(--paf-dashboard-gold-deep);
}

.paf-dashboard-style-twilight-lux .paf-dashboard-hero p,
.paf-dashboard-style-dark-luxury .paf-dashboard-hero p,
.paf-dashboard-style-twilight-lux .paf-dashboard-action-card p,
.paf-dashboard-style-dark-luxury .paf-dashboard-action-card p,
.paf-dashboard-style-twilight-lux .paf-dashboard-section__intro,
.paf-dashboard-style-dark-luxury .paf-dashboard-section__intro,
.paf-dashboard-style-twilight-lux .paf-empty-state span,
.paf-dashboard-style-dark-luxury .paf-empty-state span,
.paf-dashboard-style-twilight-lux .paf-entry-summary-card__note,
.paf-dashboard-style-dark-luxury .paf-entry-summary-card__note {
	color: var(--paf-dashboard-muted);
}

.paf-dashboard-style-twilight-lux .paf-dashboard-section,
.paf-dashboard-style-twilight-lux .paf-summary-panel,
.paf-dashboard-style-twilight-lux .paf-dashboard-preview-panel,
.paf-dashboard-style-twilight-lux .paf-dashboard-account-card,
.paf-dashboard-style-twilight-lux .paf-entry-summary-card,
.paf-dashboard-style-twilight-lux .paf-draft-card,
.paf-dashboard-style-twilight-lux .paf-artist-dashboard-status,
.paf-dashboard-style-twilight-lux .paf-artist-dashboard-directory-status,
.paf-dashboard-style-twilight-lux .paf-artist-dashboard-form,
.paf-dashboard-style-twilight-lux .paf-artist-dashboard-list,
.paf-dashboard-style-twilight-lux .paf-submission-form,
.paf-dashboard-style-twilight-lux .paf-submission-summary > .paf-summary-panel,
.paf-dashboard-style-twilight-lux .paf-event-select-card,
.paf-dashboard-style-twilight-lux .paf-entry-type-card,
.paf-dashboard-style-twilight-lux .paf-topic-choice,
.paf-dashboard-style-twilight-lux .paf-submission-price-card,
.paf-dashboard-style-twilight-lux .paf-submission-payment-card,
.paf-dashboard-style-twilight-lux .paf-submission-review > div,
.paf-dashboard-style-dark-luxury .paf-dashboard-section,
.paf-dashboard-style-dark-luxury .paf-summary-panel,
.paf-dashboard-style-dark-luxury .paf-dashboard-preview-panel,
.paf-dashboard-style-dark-luxury .paf-dashboard-account-card,
.paf-dashboard-style-dark-luxury .paf-entry-summary-card,
.paf-dashboard-style-dark-luxury .paf-draft-card,
.paf-dashboard-style-dark-luxury .paf-artist-dashboard-status,
.paf-dashboard-style-dark-luxury .paf-artist-dashboard-directory-status,
.paf-dashboard-style-dark-luxury .paf-artist-dashboard-form,
.paf-dashboard-style-dark-luxury .paf-artist-dashboard-list,
.paf-dashboard-style-dark-luxury .paf-submission-form,
.paf-dashboard-style-dark-luxury .paf-submission-summary > .paf-summary-panel,
.paf-dashboard-style-dark-luxury .paf-event-select-card,
.paf-dashboard-style-dark-luxury .paf-entry-type-card,
.paf-dashboard-style-dark-luxury .paf-topic-choice,
.paf-dashboard-style-dark-luxury .paf-submission-price-card,
.paf-dashboard-style-dark-luxury .paf-submission-payment-card,
.paf-dashboard-style-dark-luxury .paf-submission-review > div {
	border-color: var(--paf-dashboard-line);
	background: var(--paf-dashboard-card);
	box-shadow: var(--paf-dashboard-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(18px) saturate(116%);
	-webkit-backdrop-filter: blur(18px) saturate(116%);
}

.paf-dashboard-style-twilight-lux .paf-dashboard-grid--overview .paf-dashboard-action-card,
.paf-dashboard-style-twilight-lux .paf-dashboard-grid--overview .paf-summary-panel--wallet,
.paf-dashboard-style-dark-luxury .paf-dashboard-grid--overview .paf-dashboard-action-card,
.paf-dashboard-style-dark-luxury .paf-dashboard-grid--overview .paf-summary-panel--wallet {
	border-color: var(--paf-dashboard-line);
	background: var(--paf-dashboard-card);
	box-shadow: var(--paf-dashboard-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.paf-dashboard-style-dark-luxury .paf-dashboard-grid--overview .paf-dashboard-action-card,
.paf-dashboard-style-dark-luxury .paf-dashboard-grid--overview .paf-summary-panel--wallet {
	background: rgba(10, 10, 10, 0.76);
}

.paf-dashboard-style-twilight-lux .paf-dashboard-grid--overview .paf-dashboard-action-card:hover,
.paf-dashboard-style-twilight-lux .paf-dashboard-grid--overview .paf-dashboard-action-card:focus-visible,
.paf-dashboard-style-twilight-lux .paf-dashboard-grid--overview .paf-dashboard-action-card.is-active,
.paf-dashboard-style-dark-luxury .paf-dashboard-grid--overview .paf-dashboard-action-card:hover,
.paf-dashboard-style-dark-luxury .paf-dashboard-grid--overview .paf-dashboard-action-card:focus-visible,
.paf-dashboard-style-dark-luxury .paf-dashboard-grid--overview .paf-dashboard-action-card.is-active {
	border-color: rgba(214, 179, 90, 0.46);
	box-shadow: 0 28px 68px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(214, 179, 90, 0.12);
}

.paf-dashboard-style-twilight-lux .paf-dashboard-grid--overview .paf-dashboard-card-icon,
.paf-dashboard-style-dark-luxury .paf-dashboard-grid--overview .paf-dashboard-card-icon {
	border-color: rgba(214, 179, 90, 0.38);
	background: rgba(214, 179, 90, 0.12);
	color: var(--paf-dashboard-gold-deep);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.paf-dashboard-style-twilight-lux .paf-dashboard-grid--overview .paf-dashboard-action-card__eyebrow,
.paf-dashboard-style-twilight-lux .paf-dashboard-grid--overview .paf-dashboard-action-card h3,
.paf-dashboard-style-twilight-lux .paf-dashboard-grid--overview .paf-summary-panel--wallet h3,
.paf-dashboard-style-dark-luxury .paf-dashboard-grid--overview .paf-dashboard-action-card__eyebrow,
.paf-dashboard-style-dark-luxury .paf-dashboard-grid--overview .paf-dashboard-action-card h3,
.paf-dashboard-style-dark-luxury .paf-dashboard-grid--overview .paf-summary-panel--wallet h3 {
	color: var(--paf-dashboard-ink);
}

.paf-dashboard-style-twilight-lux .paf-dashboard-grid--overview .paf-dashboard-action-card__eyebrow,
.paf-dashboard-style-dark-luxury .paf-dashboard-grid--overview .paf-dashboard-action-card__eyebrow {
	color: var(--paf-dashboard-gold-deep);
}

.paf-dashboard-style-twilight-lux .paf-dashboard-grid--overview .paf-stat,
.paf-dashboard-style-dark-luxury .paf-dashboard-grid--overview .paf-stat {
	color: var(--paf-dashboard-gold-deep);
}

.paf-dashboard-style-twilight-lux .paf-dashboard-grid--overview .paf-dashboard-action-card p,
.paf-dashboard-style-twilight-lux .paf-dashboard-grid--overview .paf-summary-panel--wallet p,
.paf-dashboard-style-dark-luxury .paf-dashboard-grid--overview .paf-dashboard-action-card p,
.paf-dashboard-style-dark-luxury .paf-dashboard-grid--overview .paf-summary-panel--wallet p {
	color: var(--paf-dashboard-muted);
}

.paf-dashboard-style-twilight-lux .paf-dashboard-grid--overview .paf-dashboard-action-card__cta,
.paf-dashboard-style-dark-luxury .paf-dashboard-grid--overview .paf-dashboard-action-card__cta {
	border-color: rgba(214, 179, 90, 0.38);
	background: rgba(214, 179, 90, 0.12);
	color: var(--paf-dashboard-ink);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.paf-dashboard-style-twilight-lux .paf-dashboard-grid--overview .paf-dashboard-action-card__cta-icon,
.paf-dashboard-style-dark-luxury .paf-dashboard-grid--overview .paf-dashboard-action-card__cta-icon {
	background: rgba(214, 179, 90, 0.18);
	color: var(--paf-dashboard-gold-deep);
}

.paf-dashboard-style-dark-luxury .paf-dashboard-section,
.paf-dashboard-style-dark-luxury .paf-summary-panel,
.paf-dashboard-style-dark-luxury .paf-dashboard-preview-panel,
.paf-dashboard-style-dark-luxury .paf-dashboard-account-card,
.paf-dashboard-style-dark-luxury .paf-entry-summary-card,
.paf-dashboard-style-dark-luxury .paf-draft-card,
.paf-dashboard-style-dark-luxury .paf-artist-dashboard-status,
.paf-dashboard-style-dark-luxury .paf-artist-dashboard-directory-status,
.paf-dashboard-style-dark-luxury .paf-artist-dashboard-form,
.paf-dashboard-style-dark-luxury .paf-artist-dashboard-list,
.paf-dashboard-style-dark-luxury .paf-submission-form,
.paf-dashboard-style-dark-luxury .paf-submission-summary > .paf-summary-panel,
.paf-dashboard-style-dark-luxury .paf-event-select-card,
.paf-dashboard-style-dark-luxury .paf-entry-type-card,
.paf-dashboard-style-dark-luxury .paf-topic-choice,
.paf-dashboard-style-dark-luxury .paf-submission-price-card,
.paf-dashboard-style-dark-luxury .paf-submission-payment-card,
.paf-dashboard-style-dark-luxury .paf-submission-review > div {
	background: rgba(10, 10, 10, 0.76);
	backdrop-filter: blur(14px) saturate(108%);
	-webkit-backdrop-filter: blur(14px) saturate(108%);
}

.paf-dashboard-style-twilight-lux .paf-dashboard-nav .paf-dashboard-nav__item,
.paf-dashboard-style-dark-luxury .paf-dashboard-nav .paf-dashboard-nav__item {
	color: rgba(248, 245, 238, 0.82);
}

.paf-dashboard-style-twilight-lux .paf-dashboard-nav .paf-dashboard-nav__item:hover,
.paf-dashboard-style-twilight-lux .paf-dashboard-nav .paf-dashboard-nav__item:focus-visible,
.paf-dashboard-style-twilight-lux .paf-dashboard-nav .paf-dashboard-nav__item[aria-current="page"],
.paf-dashboard-style-twilight-lux .paf-dashboard-nav .paf-dashboard-nav__item.is-active,
.paf-dashboard-style-dark-luxury .paf-dashboard-nav .paf-dashboard-nav__item:hover,
.paf-dashboard-style-dark-luxury .paf-dashboard-nav .paf-dashboard-nav__item:focus-visible,
.paf-dashboard-style-dark-luxury .paf-dashboard-nav .paf-dashboard-nav__item[aria-current="page"],
.paf-dashboard-style-dark-luxury .paf-dashboard-nav .paf-dashboard-nav__item.is-active {
	border-color: rgba(214, 179, 90, 0.34);
	background: rgba(214, 179, 90, 0.13);
	box-shadow: inset 0 0 0 1px rgba(214, 179, 90, 0.08), 0 12px 28px rgba(0, 0, 0, 0.2);
	color: #f7da83;
}

.paf-dashboard-style-twilight-lux .paf-button,
.paf-dashboard-style-twilight-lux .paf-dashboard-action-card__cta,
.paf-dashboard-style-twilight-lux .paf-submission-form .paf-button,
.paf-dashboard-style-twilight-lux [data-paf-step-next],
.paf-dashboard-style-twilight-lux [data-paf-complete-submission],
.paf-dashboard-style-dark-luxury .paf-button,
.paf-dashboard-style-dark-luxury .paf-dashboard-action-card__cta,
.paf-dashboard-style-dark-luxury .paf-submission-form .paf-button,
.paf-dashboard-style-dark-luxury [data-paf-step-next],
.paf-dashboard-style-dark-luxury [data-paf-complete-submission] {
	border-color: rgba(214, 179, 90, 0.58);
	background: linear-gradient(180deg, #f0d06d 0%, #b98725 100%);
	color: #12100c;
	box-shadow: 0 14px 32px rgba(214, 179, 90, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.paf-dashboard-style-twilight-lux .paf-button--secondary,
.paf-dashboard-style-twilight-lux [data-paf-step-prev],
.paf-dashboard-style-dark-luxury .paf-button--secondary,
.paf-dashboard-style-dark-luxury [data-paf-step-prev] {
	border-color: rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.08);
	color: var(--paf-dashboard-ink);
	box-shadow: none;
}

.paf-dashboard-style-twilight-lux .paf-field select,
.paf-dashboard-style-twilight-lux .paf-field textarea,
.paf-dashboard-style-twilight-lux .paf-field input[type="text"],
.paf-dashboard-style-twilight-lux .paf-field input[type="email"],
.paf-dashboard-style-twilight-lux .paf-field input[type="password"],
.paf-dashboard-style-twilight-lux .paf-field input[type="url"],
.paf-dashboard-style-twilight-lux .paf-field input[type="tel"],
.paf-dashboard-style-twilight-lux .paf-field input[type="number"],
.paf-dashboard-style-twilight-lux .paf-artist-dashboard-form-grid input,
.paf-dashboard-style-twilight-lux .paf-artist-dashboard-form-grid select,
.paf-dashboard-style-twilight-lux .paf-artist-dashboard-form-grid textarea,
.paf-dashboard-style-dark-luxury .paf-field select,
.paf-dashboard-style-dark-luxury .paf-field textarea,
.paf-dashboard-style-dark-luxury .paf-field input[type="text"],
.paf-dashboard-style-dark-luxury .paf-field input[type="email"],
.paf-dashboard-style-dark-luxury .paf-field input[type="password"],
.paf-dashboard-style-dark-luxury .paf-field input[type="url"],
.paf-dashboard-style-dark-luxury .paf-field input[type="tel"],
.paf-dashboard-style-dark-luxury .paf-field input[type="number"],
.paf-dashboard-style-dark-luxury .paf-artist-dashboard-form-grid input,
.paf-dashboard-style-dark-luxury .paf-artist-dashboard-form-grid select,
.paf-dashboard-style-dark-luxury .paf-artist-dashboard-form-grid textarea {
	border-color: rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.08);
	color: var(--paf-dashboard-ink);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.paf-dashboard-style-twilight-lux .paf-field select option,
.paf-dashboard-style-dark-luxury .paf-field select option {
	background: #151820;
	color: #f8f5ee;
}

.paf-dashboard-style-twilight-lux .paf-field > span,
.paf-dashboard-style-twilight-lux .paf-fieldset legend,
.paf-dashboard-style-dark-luxury .paf-field > span,
.paf-dashboard-style-dark-luxury .paf-fieldset legend,
.paf-dashboard-style-twilight-lux .paf-topic-choice__label,
.paf-dashboard-style-dark-luxury .paf-topic-choice__label,
.paf-dashboard-style-twilight-lux .paf-topic-choice__heading span,
.paf-dashboard-style-dark-luxury .paf-topic-choice__heading span {
	color: var(--paf-dashboard-ink);
}

.paf-dashboard-style-twilight-lux .paf-category-step-layout .paf-topic-choice__label,
.paf-dashboard-style-dark-luxury .paf-category-step-layout .paf-topic-choice__label {
	border-color: rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.07);
	color: var(--paf-dashboard-ink);
}

.paf-dashboard-style-twilight-lux .paf-event-select-card:has(input:checked),
.paf-dashboard-style-twilight-lux .paf-entry-type-card:has(input:checked),
.paf-dashboard-style-twilight-lux .paf-topic-choice:has(input:checked),
.paf-dashboard-style-twilight-lux .paf-category-step-layout .paf-topic-choice__children .paf-topic-choice:has(input:checked) .paf-topic-choice__label,
.paf-dashboard-style-dark-luxury .paf-event-select-card:has(input:checked),
.paf-dashboard-style-dark-luxury .paf-entry-type-card:has(input:checked),
.paf-dashboard-style-dark-luxury .paf-topic-choice:has(input:checked),
.paf-dashboard-style-dark-luxury .paf-category-step-layout .paf-topic-choice__children .paf-topic-choice:has(input:checked) .paf-topic-choice__label {
	border-color: rgba(214, 179, 90, 0.72);
	background: rgba(214, 179, 90, 0.16);
	box-shadow: 0 12px 30px rgba(214, 179, 90, 0.12), inset 0 0 0 1px rgba(214, 179, 90, 0.14);
}

.paf-dashboard-style-twilight-lux .paf-submission-steps,
.paf-dashboard-style-dark-luxury .paf-submission-steps {
	border-color: var(--paf-dashboard-line);
	background: rgba(255, 255, 255, 0.08);
}

.paf-dashboard-style-twilight-lux .paf-submission-step-tab,
.paf-dashboard-style-dark-luxury .paf-submission-step-tab {
	border-color: rgba(255, 255, 255, 0.12);
	color: rgba(248, 245, 238, 0.7);
}

.paf-dashboard-style-twilight-lux .paf-submission-step-tab.is-active,
.paf-dashboard-style-dark-luxury .paf-submission-step-tab.is-active {
	background: rgba(214, 179, 90, 0.15);
	box-shadow: inset 0 0 0 1px rgba(214, 179, 90, 0.44);
	color: #f7da83;
}

.paf-dashboard-style-twilight-lux .paf-line-items li,
.paf-dashboard-style-twilight-lux .paf-submission-price-card .paf-total-row,
.paf-dashboard-style-dark-luxury .paf-line-items li,
.paf-dashboard-style-dark-luxury .paf-submission-price-card .paf-total-row {
	border-bottom-color: rgba(255, 255, 255, 0.12);
	color: var(--paf-dashboard-muted);
}

.paf-dashboard-style-twilight-lux .paf-line-items li strong,
.paf-dashboard-style-twilight-lux .paf-submission-price-card .paf-total-row strong,
.paf-dashboard-style-dark-luxury .paf-line-items li strong,
.paf-dashboard-style-dark-luxury .paf-submission-price-card .paf-total-row strong {
	color: var(--paf-dashboard-ink);
}

.paf-dashboard-style-urban-yellow.paf-dashboard-screen {
	--paf-dashboard-ink: #111111;
	--paf-dashboard-muted: #5c5c5c;
	--paf-dashboard-gold: #ffcd11;
	--paf-dashboard-gold-deep: #111111;
	--paf-dashboard-gold-soft: #fff4b8;
	--paf-dashboard-orange: #ffcd11;
	--paf-dashboard-orange-deep: #111111;
	--paf-dashboard-orange-soft: #fff2a3;
	--paf-dashboard-card: #ffffff;
	--paf-dashboard-card-solid: #ffffff;
	--paf-dashboard-card-soft: #f3f1eb;
	--paf-dashboard-line: #151515;
	--paf-dashboard-shadow: 6px 6px 0 rgba(17, 17, 17, 0.08);
	--paf-submit-bg: #f7f4ec;
	--paf-submit-card: #ffffff;
	--paf-submit-soft: #fff4b8;
	--paf-submit-line: #151515;
	--paf-submit-line-strong: #151515;
	--paf-submit-ink: #111111;
	--paf-submit-muted: #5c5c5c;
	--paf-submit-gold: #ffcd11;
	--paf-submit-gold-deep: #111111;
	--paf-submit-gold-soft: #fff4b8;
	--paf-submit-green: #0b6b2b;
	--paf-submit-green-soft: #e8f6ec;
	--paf-submit-shadow: 5px 5px 0 rgba(17, 17, 17, 0.08);
	background:
		linear-gradient(90deg, rgba(255, 205, 17, 0.1) 0 1px, transparent 1px 100%),
		linear-gradient(180deg, #faf8f2 0%, #f1eee6 100%);
	background-size: 64px 64px, auto;
	color: #111111;
}

.paf-dashboard-style-urban-yellow .paf-dashboard-sidebar {
	border-right: 2px solid #111111;
	background: #ffffff;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}

.paf-dashboard-style-urban-yellow .paf-dashboard-brand strong,
.paf-dashboard-style-urban-yellow .paf-dashboard-hero h1,
.paf-dashboard-style-urban-yellow .paf-dashboard-hero h2,
.paf-dashboard-style-urban-yellow .paf-dashboard-section h3,
.paf-dashboard-style-urban-yellow .paf-dashboard-action-card h3,
.paf-dashboard-style-urban-yellow .paf-entry-summary-card h4 {
	color: #111111;
}

.paf-dashboard-style-urban-yellow .paf-dashboard-brand span,
.paf-dashboard-style-urban-yellow .paf-dashboard-hero span {
	color: #111111;
}

.paf-dashboard-style-urban-yellow .paf-dashboard-hero::after {
	height: 5px;
	background: #ffcd11;
}

.paf-dashboard-style-urban-yellow .paf-dashboard-section,
.paf-dashboard-style-urban-yellow .paf-summary-panel,
.paf-dashboard-style-urban-yellow .paf-dashboard-preview-panel,
.paf-dashboard-style-urban-yellow .paf-dashboard-account-card,
.paf-dashboard-style-urban-yellow .paf-entry-summary-card,
.paf-dashboard-style-urban-yellow .paf-draft-card,
.paf-dashboard-style-urban-yellow .paf-artist-dashboard-status,
.paf-dashboard-style-urban-yellow .paf-artist-dashboard-directory-status,
.paf-dashboard-style-urban-yellow .paf-artist-dashboard-form,
.paf-dashboard-style-urban-yellow .paf-artist-dashboard-list,
.paf-dashboard-style-urban-yellow .paf-submission-form,
.paf-dashboard-style-urban-yellow .paf-submission-summary > .paf-summary-panel,
.paf-dashboard-style-urban-yellow .paf-event-select-card,
.paf-dashboard-style-urban-yellow .paf-entry-type-card,
.paf-dashboard-style-urban-yellow .paf-topic-choice,
.paf-dashboard-style-urban-yellow .paf-submission-price-card,
.paf-dashboard-style-urban-yellow .paf-submission-payment-card,
.paf-dashboard-style-urban-yellow .paf-submission-review > div {
	border: 2px solid #111111;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: var(--paf-dashboard-shadow);
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}

.paf-dashboard-style-urban-yellow .paf-dashboard-grid--overview .paf-dashboard-action-card,
.paf-dashboard-style-urban-yellow .paf-dashboard-grid--overview .paf-summary-panel--wallet {
	border: 2px solid #111111;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: var(--paf-dashboard-shadow);
}

.paf-dashboard-style-urban-yellow .paf-dashboard-grid--overview .paf-dashboard-action-card:hover,
.paf-dashboard-style-urban-yellow .paf-dashboard-grid--overview .paf-dashboard-action-card:focus-visible,
.paf-dashboard-style-urban-yellow .paf-dashboard-grid--overview .paf-dashboard-action-card.is-active {
	border-color: #111111;
	box-shadow: 6px 6px 0 rgba(17, 17, 17, 0.14);
}

.paf-dashboard-style-urban-yellow .paf-dashboard-grid--overview .paf-dashboard-card-icon {
	border: 2px solid #111111;
	border-radius: 8px;
	background: #ffcd11;
	color: #111111;
	box-shadow: none;
}

.paf-dashboard-style-urban-yellow .paf-dashboard-grid--overview .paf-dashboard-action-card__eyebrow,
.paf-dashboard-style-urban-yellow .paf-dashboard-grid--overview .paf-dashboard-action-card h3,
.paf-dashboard-style-urban-yellow .paf-dashboard-grid--overview .paf-summary-panel--wallet h3,
.paf-dashboard-style-urban-yellow .paf-dashboard-grid--overview .paf-stat {
	color: #111111;
}

.paf-dashboard-style-urban-yellow .paf-dashboard-grid--overview .paf-dashboard-action-card p,
.paf-dashboard-style-urban-yellow .paf-dashboard-grid--overview .paf-summary-panel--wallet p {
	color: #555555;
}

.paf-dashboard-style-urban-yellow .paf-dashboard-grid--overview .paf-dashboard-action-card__cta {
	border: 2px solid #111111;
	border-radius: 6px;
	background: #ffcd11;
	color: #111111;
	box-shadow: 4px 4px 0 rgba(17, 17, 17, 0.16);
}

.paf-dashboard-style-urban-yellow .paf-dashboard-grid--overview .paf-dashboard-action-card__cta-icon {
	background: #ffffff;
	color: #111111;
}

.paf-dashboard-style-urban-yellow .paf-dashboard-nav .paf-dashboard-nav__item {
	border-radius: 6px;
	color: #111111;
}

.paf-dashboard-style-urban-yellow .paf-dashboard-nav .paf-dashboard-nav__item:hover,
.paf-dashboard-style-urban-yellow .paf-dashboard-nav .paf-dashboard-nav__item:focus-visible,
.paf-dashboard-style-urban-yellow .paf-dashboard-nav .paf-dashboard-nav__item[aria-current="page"],
.paf-dashboard-style-urban-yellow .paf-dashboard-nav .paf-dashboard-nav__item.is-active {
	border-color: #111111;
	background: #ffcd11;
	box-shadow: 3px 3px 0 rgba(17, 17, 17, 0.16);
	color: #111111;
}

.paf-dashboard-style-urban-yellow .paf-button,
.paf-dashboard-style-urban-yellow .paf-dashboard-action-card__cta,
.paf-dashboard-style-urban-yellow .paf-submission-form .paf-button,
.paf-dashboard-style-urban-yellow [data-paf-step-next],
.paf-dashboard-style-urban-yellow [data-paf-complete-submission] {
	border: 2px solid #111111;
	border-radius: 6px;
	background: #ffcd11;
	color: #111111;
	box-shadow: 4px 4px 0 rgba(17, 17, 17, 0.16);
}

.paf-dashboard-style-urban-yellow .paf-button--secondary,
.paf-dashboard-style-urban-yellow [data-paf-step-prev] {
	background: #ffffff;
	color: #111111;
	box-shadow: none;
}

.paf-dashboard-style-urban-yellow .paf-field select,
.paf-dashboard-style-urban-yellow .paf-field textarea,
.paf-dashboard-style-urban-yellow .paf-field input[type="text"],
.paf-dashboard-style-urban-yellow .paf-field input[type="email"],
.paf-dashboard-style-urban-yellow .paf-field input[type="password"],
.paf-dashboard-style-urban-yellow .paf-field input[type="url"],
.paf-dashboard-style-urban-yellow .paf-field input[type="tel"],
.paf-dashboard-style-urban-yellow .paf-field input[type="number"],
.paf-dashboard-style-urban-yellow .paf-artist-dashboard-form-grid input,
.paf-dashboard-style-urban-yellow .paf-artist-dashboard-form-grid select,
.paf-dashboard-style-urban-yellow .paf-artist-dashboard-form-grid textarea {
	border: 2px solid #111111;
	border-radius: 6px;
	background: #ffffff;
	color: #111111;
	box-shadow: none;
}

.paf-dashboard-style-urban-yellow .paf-submission-steps {
	border: 2px solid #111111;
	border-radius: 8px;
	background: #ffffff;
}

.paf-dashboard-style-urban-yellow .paf-submission-step-tab {
	border-color: #111111;
	color: #111111;
}

.paf-dashboard-style-urban-yellow .paf-submission-step-tab.is-active,
.paf-dashboard-style-urban-yellow .paf-event-select-card:has(input:checked),
.paf-dashboard-style-urban-yellow .paf-entry-type-card:has(input:checked),
.paf-dashboard-style-urban-yellow .paf-topic-choice:has(input:checked),
.paf-dashboard-style-urban-yellow .paf-category-step-layout .paf-topic-choice__children .paf-topic-choice:has(input:checked) .paf-topic-choice__label {
	border-color: #111111;
	background: #ffcd11;
	box-shadow: 4px 4px 0 rgba(17, 17, 17, 0.14);
	color: #111111;
}

.paf-dashboard-style-urban-yellow .paf-category-step-layout .paf-topic-choice__label {
	border: 2px solid #111111;
	border-radius: 6px;
	background: #ffffff;
	color: #111111;
}

.paf-dashboard-style-urban-yellow .paf-dashboard-card-icon,
.paf-dashboard-style-urban-yellow .paf-dashboard-card__icon {
	border: 2px solid #111111;
	border-radius: 8px;
	background: #ffcd11;
	color: #111111;
	box-shadow: none;
}

@media (max-width: 820px) {
	.paf-dashboard-style-twilight-lux .paf-dashboard-sidebar,
	.paf-dashboard-style-dark-luxury .paf-dashboard-sidebar {
		border-right: 0;
		border-bottom-color: rgba(255, 255, 255, 0.16);
	}

	.paf-dashboard-style-urban-yellow .paf-dashboard-sidebar {
		border-right: 0;
		border-bottom: 2px solid #111111;
	}
}

/* Login visual styles. Controlled from Login Settings and scoped to premium auth pages. */
.paf-auth-screen--premium.paf-auth-style-twilight-lux,
.paf-auth-screen--premium.paf-auth-style-dark-luxury {
	--paf-auth-readable-ink: #f8f5ee;
	--paf-auth-readable-muted: rgba(248, 245, 238, 0.76);
	--paf-auth-readable-soft: rgba(255, 255, 255, 0.1);
	--paf-auth-readable-line: rgba(255, 255, 255, 0.18);
	--paf-auth-readable-gold: #f3d479;
	color: var(--paf-auth-readable-ink);
}

.paf-auth-screen--premium.paf-auth-style-twilight-lux {
	background: #07111c;
}

.paf-auth-screen--premium.paf-auth-style-twilight-lux .paf-auth-bg {
	background-image: var(
		--paf-auth-bg-desktop,
		linear-gradient(122deg, rgba(9, 20, 34, 0.96) 0%, rgba(18, 39, 60, 0.9) 45%, rgba(90, 62, 44, 0.76) 72%, rgba(5, 8, 13, 0.98) 100%)
	);
	background-position: var(--paf-auth-bg-position);
	background-size: cover;
	filter: blur(var(--paf-auth-blur)) saturate(112%);
	transform: scale(1.02);
}

.paf-auth-screen--premium.paf-auth-style-twilight-lux .paf-auth-overlay {
	background:
		linear-gradient(90deg, rgba(2, 7, 13, 0.72) 0%, rgba(5, 15, 26, 0.36) 48%, rgba(2, 7, 13, 0.82) 100%),
		linear-gradient(180deg, rgba(5, 14, 24, 0.06) 0%, rgba(2, 5, 9, 0.76) 100%);
}

.paf-auth-screen--premium.paf-auth-style-twilight-lux .paf-auth-panel,
.paf-auth-screen--premium.paf-auth-style-twilight-lux .paf-account-prompt,
.paf-auth-screen--premium.paf-auth-style-twilight-lux .paf-empty-state,
.paf-auth-screen--premium.paf-auth-style-twilight-lux .paf-summary-panel,
	.paf-auth-screen--premium.paf-auth-style-twilight-lux .paf-dashboard-section {
	border-color: rgba(255, 255, 255, 0.22);
	background: rgba(8, 15, 24, var(--paf-auth-card-opacity));
	color: var(--paf-auth-readable-ink);
	box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(22px) saturate(120%);
	-webkit-backdrop-filter: blur(22px) saturate(120%);
}

.paf-auth-screen--premium.paf-auth-style-twilight-lux .paf-auth-brand,
.paf-auth-screen--premium.paf-auth-style-twilight-lux .paf-auth-hero {
	text-shadow: 0 2px 28px rgba(0, 0, 0, 0.46);
}

.paf-auth-screen--premium.paf-auth-style-twilight-lux .paf-auth-brand__name,
.paf-auth-screen--premium.paf-auth-style-twilight-lux .paf-auth-hero h2,
.paf-auth-screen--premium.paf-auth-style-twilight-lux .paf-auth-panel__header h2,
.paf-auth-screen--premium.paf-auth-style-twilight-lux .paf-account-prompt strong,
.paf-auth-screen--premium.paf-auth-style-twilight-lux .paf-empty-state strong,
.paf-auth-screen--premium.paf-auth-style-twilight-lux .paf-summary-panel h3,
.paf-auth-screen--premium.paf-auth-style-twilight-lux .paf-dashboard-section h3,
.paf-auth-screen--premium.paf-auth-style-twilight-lux .paf-account-definition-list dt {
	color: var(--paf-auth-readable-ink);
}

.paf-auth-screen--premium.paf-auth-style-twilight-lux .paf-auth-hero__eyebrow,
.paf-auth-screen--premium.paf-auth-style-twilight-lux .paf-auth-panel__header span {
	color: var(--paf-auth-readable-gold);
}

.paf-auth-screen--premium.paf-auth-style-twilight-lux .paf-auth-hero p,
.paf-auth-screen--premium.paf-auth-style-twilight-lux .paf-auth-form-subheading,
.paf-auth-screen--premium.paf-auth-style-twilight-lux .paf-auth-helper,
.paf-auth-screen--premium.paf-auth-style-twilight-lux .paf-account-form p,
.paf-auth-screen--premium.paf-auth-style-twilight-lux .paf-empty-state span,
.paf-auth-screen--premium.paf-auth-style-twilight-lux .paf-summary-panel p,
.paf-auth-screen--premium.paf-auth-style-twilight-lux .paf-account-definition-list dd,
.paf-auth-screen--premium.paf-auth-style-twilight-lux .paf-account-prompt span {
	color: var(--paf-auth-readable-muted);
}

.paf-auth-screen--premium.paf-auth-style-twilight-lux .paf-field span,
.paf-auth-screen--premium.paf-auth-style-twilight-lux .paf-check-row {
	color: rgba(248, 245, 238, 0.88);
}

.paf-auth-screen--premium.paf-auth-style-twilight-lux .paf-field input[type="text"],
.paf-auth-screen--premium.paf-auth-style-twilight-lux .paf-field input[type="email"],
.paf-auth-screen--premium.paf-auth-style-twilight-lux .paf-field input[type="password"],
.paf-auth-screen--premium.paf-auth-style-twilight-lux .paf-field input[type="url"],
.paf-auth-screen--premium.paf-auth-style-twilight-lux .paf-field input[type="tel"],
.paf-auth-screen--premium.paf-auth-style-twilight-lux .paf-field input[type="number"],
.paf-auth-screen--premium.paf-auth-style-twilight-lux .paf-field select,
.paf-auth-screen--premium.paf-auth-style-twilight-lux .paf-field textarea {
	border-color: rgba(255, 255, 255, 0.22);
	background: rgba(255, 255, 255, 0.1);
	color: var(--paf-auth-readable-ink);
}

.paf-auth-screen--premium.paf-auth-style-twilight-lux .paf-field select option {
	background: #101822;
	color: var(--paf-auth-readable-ink);
}

.paf-auth-screen--premium.paf-auth-style-twilight-lux .paf-auth-tabs {
	border-bottom-color: rgba(255, 255, 255, 0.16);
}

.paf-auth-screen--premium.paf-auth-style-twilight-lux .paf-auth-tabs__link {
	color: rgba(248, 245, 238, 0.66);
}

.paf-auth-screen--premium.paf-auth-style-twilight-lux .paf-auth-tabs__link.is-active {
	border-color: var(--paf-auth-readable-gold);
	color: var(--paf-auth-readable-ink);
}

.paf-auth-screen--premium.paf-auth-style-twilight-lux .paf-button {
	border-color: rgba(214, 179, 90, 0.72);
	background: linear-gradient(180deg, #f2d678 0%, #b88724 100%);
	color: #11100c;
	box-shadow: 0 16px 34px rgba(214, 179, 90, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.paf-auth-screen--premium.paf-auth-style-twilight-lux .paf-button--secondary {
	border-color: rgba(255, 255, 255, 0.22);
	background: rgba(255, 255, 255, 0.08);
	color: var(--paf-auth-readable-ink);
	box-shadow: none;
}

.paf-auth-screen--premium.paf-auth-style-twilight-lux a,
.paf-auth-screen--premium.paf-auth-style-twilight-lux .paf-check-row a,
.paf-auth-screen--premium.paf-auth-style-twilight-lux .paf-auth-helper a,
.paf-auth-screen--premium.paf-auth-style-twilight-lux .paf-account-text-link {
	color: #9edaff;
}

.paf-auth-screen--premium.paf-auth-style-urban-yellow {
	--paf-auth-readable-ink: #111111;
	--paf-auth-readable-muted: #555555;
	--paf-auth-readable-line: #111111;
	--paf-auth-readable-gold: #ffcd11;
	background: #f7f4ec;
	color: #111111;
}

.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-auth-bg {
	background-image: var(
		--paf-auth-bg-desktop,
		linear-gradient(90deg, rgba(17, 17, 17, 0.06) 0 1px, transparent 1px 100%),
		linear-gradient(180deg, #fbfaf5 0%, #efe9dc 100%)
	);
	background-position: var(--paf-auth-bg-position);
	background-size: 68px 68px, cover;
	filter: none;
	transform: none;
}

.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-auth-overlay {
	background:
		linear-gradient(90deg, rgba(247, 244, 236, 0.96) 0%, rgba(247, 244, 236, 0.78) 45%, rgba(255, 205, 17, 0.24) 100%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(247, 244, 236, 0.96));
}

.paf-auth-screen--premium.paf-auth-style-urban-yellow::after {
	background: linear-gradient(180deg, rgba(17, 17, 17, 0.04), transparent 38%, rgba(17, 17, 17, 0.03));
}

.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-auth-brand,
.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-auth-hero {
	color: #111111;
	text-shadow: none;
}

.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-auth-brand__logo {
	filter: none;
}

.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-auth-brand__name,
.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-auth-hero h2,
.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-auth-panel__header h2,
.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-account-prompt strong,
.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-empty-state strong,
.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-summary-panel h3,
.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-dashboard-section h3,
.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-account-definition-list dt {
	color: #111111;
}

.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-auth-hero__eyebrow,
.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-auth-panel__header span {
	color: #a46d00;
}

.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-auth-hero p,
.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-auth-form-subheading,
.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-auth-helper,
.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-account-form p,
.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-empty-state span,
.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-summary-panel p,
.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-account-definition-list dd,
.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-account-prompt span {
	color: #555555;
}

.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-auth-hero__divider {
	height: 5px;
	background: #ffcd11;
}

.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-auth-panel,
.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-account-prompt,
.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-empty-state,
.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-summary-panel,
.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-dashboard-section {
	border: 2px solid #111111;
	border-radius: 8px;
	background: #ffffff;
	color: #111111;
	box-shadow: 7px 7px 0 rgba(17, 17, 17, 0.12);
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}

.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-auth-tabs {
	gap: 8px;
	border-bottom: 0;
}

.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-auth-tabs__link {
	border: 2px solid #111111;
	border-radius: 6px;
	padding: 12px 14px;
	background: #ffffff;
	color: #111111;
}

.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-auth-tabs__link.is-active {
	background: #ffcd11;
	color: #111111;
	box-shadow: 4px 4px 0 rgba(17, 17, 17, 0.14);
}

.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-field span,
.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-check-row {
	color: #111111;
}

.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-field input[type="text"],
.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-field input[type="email"],
.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-field input[type="password"],
.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-field input[type="url"],
.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-field input[type="tel"],
.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-field input[type="number"],
.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-field select,
.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-field textarea {
	border: 2px solid #111111;
	border-radius: 6px;
	background: #ffffff;
	color: #111111;
	box-shadow: none;
}

.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-field select {
	color-scheme: light;
}

.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-field select option {
	background: #ffffff;
	color: #111111;
}

.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-button {
	border: 2px solid #111111;
	border-radius: 6px;
	background: #ffcd11;
	color: #111111;
	box-shadow: 5px 5px 0 rgba(17, 17, 17, 0.16);
}

.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-button--secondary {
	background: #ffffff;
	color: #111111;
	box-shadow: none;
}

.paf-auth-screen--premium.paf-auth-style-urban-yellow a,
.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-check-row a,
.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-auth-helper a,
.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-account-text-link,
.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-auth-brand__link {
	color: #111111;
	text-decoration-color: #ffcd11;
}

.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-auth-social::before {
	background: #111111;
}

.paf-auth-screen--premium.paf-auth-style-dark-luxury {
	background: #050505;
}

.paf-auth-screen--premium.paf-auth-style-dark-luxury .paf-auth-bg {
	background-image: var(
		--paf-auth-bg-desktop,
		linear-gradient(130deg, rgba(3, 3, 4, 0.98) 0%, rgba(13, 12, 11, 0.96) 48%, rgba(43, 29, 16, 0.92) 100%)
	);
	background-position: var(--paf-auth-bg-position);
	background-size: cover;
	filter: blur(var(--paf-auth-blur)) saturate(104%);
	transform: scale(1.02);
}

.paf-auth-screen--premium.paf-auth-style-dark-luxury .paf-auth-overlay {
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.44) 48%, rgba(0, 0, 0, 0.86) 100%),
		linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.78));
}

.paf-auth-screen--premium.paf-auth-style-dark-luxury .paf-auth-panel,
.paf-auth-screen--premium.paf-auth-style-dark-luxury .paf-account-prompt,
.paf-auth-screen--premium.paf-auth-style-dark-luxury .paf-empty-state,
.paf-auth-screen--premium.paf-auth-style-dark-luxury .paf-summary-panel,
	.paf-auth-screen--premium.paf-auth-style-dark-luxury .paf-dashboard-section {
	border-color: rgba(214, 179, 90, 0.24);
	background: rgba(8, 8, 8, var(--paf-auth-card-opacity));
	color: var(--paf-auth-readable-ink);
	box-shadow: 0 34px 86px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(214, 179, 90, 0.08);
	backdrop-filter: blur(14px) saturate(108%);
	-webkit-backdrop-filter: blur(14px) saturate(108%);
}

.paf-auth-screen--premium.paf-auth-style-dark-luxury .paf-auth-brand,
.paf-auth-screen--premium.paf-auth-style-dark-luxury .paf-auth-hero {
	text-shadow: 0 2px 32px rgba(0, 0, 0, 0.62);
}

.paf-auth-screen--premium.paf-auth-style-dark-luxury .paf-auth-brand__name,
.paf-auth-screen--premium.paf-auth-style-dark-luxury .paf-auth-hero h2,
.paf-auth-screen--premium.paf-auth-style-dark-luxury .paf-auth-panel__header h2,
.paf-auth-screen--premium.paf-auth-style-dark-luxury .paf-account-prompt strong,
.paf-auth-screen--premium.paf-auth-style-dark-luxury .paf-empty-state strong,
.paf-auth-screen--premium.paf-auth-style-dark-luxury .paf-summary-panel h3,
.paf-auth-screen--premium.paf-auth-style-dark-luxury .paf-dashboard-section h3,
.paf-auth-screen--premium.paf-auth-style-dark-luxury .paf-account-definition-list dt {
	color: var(--paf-auth-readable-ink);
}

.paf-auth-screen--premium.paf-auth-style-dark-luxury .paf-auth-hero__eyebrow,
.paf-auth-screen--premium.paf-auth-style-dark-luxury .paf-auth-panel__header span {
	color: var(--paf-auth-readable-gold);
}

.paf-auth-screen--premium.paf-auth-style-dark-luxury .paf-auth-hero p,
.paf-auth-screen--premium.paf-auth-style-dark-luxury .paf-auth-form-subheading,
.paf-auth-screen--premium.paf-auth-style-dark-luxury .paf-auth-helper,
.paf-auth-screen--premium.paf-auth-style-dark-luxury .paf-account-form p,
.paf-auth-screen--premium.paf-auth-style-dark-luxury .paf-empty-state span,
.paf-auth-screen--premium.paf-auth-style-dark-luxury .paf-summary-panel p,
.paf-auth-screen--premium.paf-auth-style-dark-luxury .paf-account-definition-list dd,
.paf-auth-screen--premium.paf-auth-style-dark-luxury .paf-account-prompt span {
	color: var(--paf-auth-readable-muted);
}

.paf-auth-screen--premium.paf-auth-style-dark-luxury .paf-auth-tabs {
	border-bottom-color: rgba(214, 179, 90, 0.18);
}

.paf-auth-screen--premium.paf-auth-style-dark-luxury .paf-auth-tabs__link {
	color: rgba(248, 245, 238, 0.62);
}

.paf-auth-screen--premium.paf-auth-style-dark-luxury .paf-auth-tabs__link.is-active {
	border-color: #d6b35a;
	color: #f8f5ee;
}

.paf-auth-screen--premium.paf-auth-style-dark-luxury .paf-field span,
.paf-auth-screen--premium.paf-auth-style-dark-luxury .paf-check-row {
	color: rgba(248, 245, 238, 0.88);
}

.paf-auth-screen--premium.paf-auth-style-dark-luxury .paf-field input[type="text"],
.paf-auth-screen--premium.paf-auth-style-dark-luxury .paf-field input[type="email"],
.paf-auth-screen--premium.paf-auth-style-dark-luxury .paf-field input[type="password"],
.paf-auth-screen--premium.paf-auth-style-dark-luxury .paf-field input[type="url"],
.paf-auth-screen--premium.paf-auth-style-dark-luxury .paf-field input[type="tel"],
.paf-auth-screen--premium.paf-auth-style-dark-luxury .paf-field input[type="number"],
.paf-auth-screen--premium.paf-auth-style-dark-luxury .paf-field select,
.paf-auth-screen--premium.paf-auth-style-dark-luxury .paf-field textarea {
	border-color: rgba(214, 179, 90, 0.24);
	background: rgba(255, 255, 255, 0.07);
	color: var(--paf-auth-readable-ink);
}

.paf-auth-screen--premium.paf-auth-style-dark-luxury .paf-field select option {
	background: #111111;
	color: var(--paf-auth-readable-ink);
}

.paf-auth-screen--premium.paf-auth-style-dark-luxury .paf-button {
	border-color: rgba(214, 179, 90, 0.72);
	background: linear-gradient(180deg, #f0d06d 0%, #b98725 100%);
	color: #12100c;
	box-shadow: 0 14px 32px rgba(214, 179, 90, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.paf-auth-screen--premium.paf-auth-style-dark-luxury .paf-button--secondary {
	border-color: rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.08);
	color: var(--paf-auth-readable-ink);
	box-shadow: none;
}

.paf-auth-screen--premium.paf-auth-style-dark-luxury a,
.paf-auth-screen--premium.paf-auth-style-dark-luxury .paf-check-row a,
.paf-auth-screen--premium.paf-auth-style-dark-luxury .paf-auth-helper a,
.paf-auth-screen--premium.paf-auth-style-dark-luxury .paf-account-text-link {
	color: #f3d479;
}

.paf-auth-screen--premium.paf-auth-style-twilight-lux .paf-auth-notice,
.paf-auth-screen--premium.paf-auth-style-twilight-lux .paf-notice,
.paf-auth-screen--premium.paf-auth-style-dark-luxury .paf-auth-notice,
.paf-auth-screen--premium.paf-auth-style-dark-luxury .paf-notice {
	border-color: rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.1);
	color: rgba(248, 245, 238, 0.92);
}

.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-auth-notice,
.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-notice {
	border: 2px solid #111111;
	background: #fff7c9;
	color: #111111;
}

@media (max-width: 720px) {
	.paf-auth-screen--premium.paf-auth-style-twilight-lux .paf-auth-bg,
	.paf-auth-screen--premium.paf-auth-style-dark-luxury .paf-auth-bg,
	.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-auth-bg {
		background-image: var(--paf-auth-bg-mobile, var(--paf-auth-bg-desktop));
	}

	.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-auth-panel,
	.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-account-prompt,
	.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-empty-state,
	.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-summary-panel,
	.paf-auth-screen--premium.paf-auth-style-urban-yellow .paf-dashboard-section {
		box-shadow: 5px 5px 0 rgba(17, 17, 17, 0.12);
	}
}

/* Dashboard theme contrast layer. Keep late submission polish readable in every visual style. */
.paf-dashboard-style-twilight-lux.paf-submission-screen,
.paf-dashboard-style-twilight-lux .paf-submission-screen,
.paf-dashboard-style-dark-luxury.paf-submission-screen,
.paf-dashboard-style-dark-luxury .paf-submission-screen {
	color-scheme: dark;
}

.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-submission-steps,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-submission-steps,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-submission-steps,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-submission-steps {
	border-color: rgba(255, 255, 255, 0.16) !important;
	background: rgba(255, 255, 255, 0.07) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-submission-steps .paf-submission-step-tab,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-submission-steps .paf-submission-step-tab,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-submission-steps .paf-submission-step-tab,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-submission-steps .paf-submission-step-tab {
	border-color: rgba(255, 255, 255, 0.12) !important;
	background: rgba(255, 255, 255, 0.04) !important;
	color: rgba(248, 245, 238, 0.72) !important;
}

.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-submission-steps .paf-submission-step-tab:hover,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-submission-steps .paf-submission-step-tab:hover,
.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-submission-steps .paf-submission-step-tab:focus-visible,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-submission-steps .paf-submission-step-tab:focus-visible,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-submission-steps .paf-submission-step-tab:hover,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-submission-steps .paf-submission-step-tab:hover,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-submission-steps .paf-submission-step-tab:focus-visible,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-submission-steps .paf-submission-step-tab:focus-visible {
	background: rgba(214, 179, 90, 0.1) !important;
	color: #f3d479 !important;
}

.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-submission-steps .paf-submission-step-tab.is-active,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-submission-steps .paf-submission-step-tab.is-active,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-submission-steps .paf-submission-step-tab.is-active,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-submission-steps .paf-submission-step-tab.is-active {
	border-color: rgba(214, 179, 90, 0.48) !important;
	background: rgba(214, 179, 90, 0.16) !important;
	box-shadow:
		inset 0 -3px 0 #d6b35a,
		inset 0 0 0 1px rgba(214, 179, 90, 0.34) !important;
	color: #f3d479 !important;
}

.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-submission-steps .paf-submission-step-tab.is-active .paf-submission-step-tab__marker,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-submission-steps .paf-submission-step-tab.is-active .paf-submission-step-tab__marker,
.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-submission-steps .paf-submission-step-tab.is-active .paf-submission-step-tab__number,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-submission-steps .paf-submission-step-tab.is-active .paf-submission-step-tab__number,
.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-submission-steps .paf-submission-step-tab.is-active strong,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-submission-steps .paf-submission-step-tab.is-active strong,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-submission-steps .paf-submission-step-tab.is-active .paf-submission-step-tab__marker,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-submission-steps .paf-submission-step-tab.is-active .paf-submission-step-tab__marker,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-submission-steps .paf-submission-step-tab.is-active .paf-submission-step-tab__number,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-submission-steps .paf-submission-step-tab.is-active .paf-submission-step-tab__number,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-submission-steps .paf-submission-step-tab.is-active strong,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-submission-steps .paf-submission-step-tab.is-active strong {
	color: #f3d479 !important;
}

.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-submission-steps .paf-submission-step-tab.is-complete,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-submission-steps .paf-submission-step-tab.is-complete,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-submission-steps .paf-submission-step-tab.is-complete,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-submission-steps .paf-submission-step-tab.is-complete {
	border-color: rgba(133, 221, 168, 0.34) !important;
	background: rgba(45, 105, 70, 0.24) !important;
	box-shadow: inset 0 0 0 1px rgba(133, 221, 168, 0.18) !important;
	color: #85dda8 !important;
}

.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-submission-steps .paf-submission-step-tab.is-complete .paf-submission-step-tab__marker,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-submission-steps .paf-submission-step-tab.is-complete .paf-submission-step-tab__marker,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-submission-steps .paf-submission-step-tab.is-complete .paf-submission-step-tab__marker,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-submission-steps .paf-submission-step-tab.is-complete .paf-submission-step-tab__marker {
	border-color: #85dda8 !important;
	background: rgba(5, 15, 10, 0.58) !important;
	color: #85dda8 !important;
}

.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-submission-steps .paf-submission-step-tab.is-complete .paf-submission-step-tab__check,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-submission-steps .paf-submission-step-tab.is-complete .paf-submission-step-tab__check,
.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-submission-steps .paf-submission-step-tab.is-complete strong,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-submission-steps .paf-submission-step-tab.is-complete strong,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-submission-steps .paf-submission-step-tab.is-complete .paf-submission-step-tab__check,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-submission-steps .paf-submission-step-tab.is-complete .paf-submission-step-tab__check,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-submission-steps .paf-submission-step-tab.is-complete strong,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-submission-steps .paf-submission-step-tab.is-complete strong {
	color: #85dda8 !important;
}

.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-submission-steps .paf-submission-step-tab:disabled:not(.is-active):not(.is-complete),
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-submission-steps .paf-submission-step-tab:disabled:not(.is-active):not(.is-complete),
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-submission-steps .paf-submission-step-tab:disabled:not(.is-active):not(.is-complete),
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-submission-steps .paf-submission-step-tab:disabled:not(.is-active):not(.is-complete) {
	background: rgba(255, 255, 255, 0.035) !important;
	color: rgba(248, 245, 238, 0.44) !important;
}

.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-submission-step__header > span,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-submission-step__header > span,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-submission-step__header > span,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-submission-step__header > span {
	border-color: rgba(214, 179, 90, 0.42);
	background: rgba(214, 179, 90, 0.12);
	color: #f3d479;
}

.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-submission-step__header small,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-submission-step__header small,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-submission-step__header small,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-submission-step__header small {
	color: #d6b35a !important;
}

.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-submission-step__header h3,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-submission-step__header h3,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-submission-step__header h3,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-submission-step__header h3 {
	color: #f8f5ee !important;
	text-shadow: 0 12px 32px rgba(0, 0, 0, 0.38);
}

.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-field > span,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-field > span,
.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-fieldset legend,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-fieldset legend,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-field > span,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-field > span,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-fieldset legend,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-fieldset legend {
	color: rgba(248, 245, 238, 0.92) !important;
}

.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-field select,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-field select,
.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-field textarea,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-field textarea,
.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-field input[type="text"],
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-field input[type="text"],
.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-field input[type="email"],
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-field input[type="email"],
.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-field input[type="password"],
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-field input[type="password"],
.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-field input[type="url"],
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-field input[type="url"],
.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-field input[type="tel"],
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-field input[type="tel"],
.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-field input[type="number"],
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-field input[type="number"],
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-field select,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-field select,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-field textarea,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-field textarea,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-field input[type="text"],
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-field input[type="text"],
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-field input[type="email"],
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-field input[type="email"],
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-field input[type="password"],
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-field input[type="password"],
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-field input[type="url"],
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-field input[type="url"],
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-field input[type="tel"],
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-field input[type="tel"],
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-field input[type="number"],
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-field input[type="number"] {
	border-color: rgba(255, 255, 255, 0.22) !important;
	background: rgba(255, 255, 255, 0.085) !important;
	color: #f8f5ee !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-field input::placeholder,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-field input::placeholder,
.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-field textarea::placeholder,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-field textarea::placeholder,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-field input::placeholder,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-field input::placeholder,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-field textarea::placeholder,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-field textarea::placeholder {
	color: rgba(248, 245, 238, 0.48);
}

.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-submission-dropzone,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-submission-dropzone,
.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-submission-price-card,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-submission-price-card,
.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-submission-payment-card,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-submission-payment-card,
.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-submission-review > div,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-submission-review > div,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-submission-dropzone,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-submission-dropzone,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-submission-price-card,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-submission-price-card,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-submission-payment-card,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-submission-payment-card,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-submission-review > div,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-submission-review > div {
	border-color: rgba(255, 255, 255, 0.18) !important;
	background: rgba(255, 255, 255, 0.07) !important;
	color: #f8f5ee !important;
	box-shadow: 0 20px 48px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-submission-dropzone strong,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-submission-dropzone strong,
.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-submission-price-card h4,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-submission-price-card h4,
.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-submission-payment-card > strong,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-submission-payment-card > strong,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-submission-dropzone strong,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-submission-dropzone strong,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-submission-price-card h4,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-submission-price-card h4,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-submission-payment-card > strong,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-submission-payment-card > strong {
	color: #f8f5ee !important;
}

.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-submission-dropzone p,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-submission-dropzone p,
.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-submission-price-card p,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-submission-price-card p,
.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-submission-payment-card > p,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-submission-payment-card > p,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-submission-dropzone p,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-submission-dropzone p,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-submission-price-card p,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-submission-price-card p,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-submission-payment-card > p,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-submission-payment-card > p {
	color: rgba(248, 245, 238, 0.74) !important;
}

.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-upload-queue__item,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-upload-queue__item,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-upload-queue__item,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-upload-queue__item {
	border-color: rgba(255, 255, 255, 0.18) !important;
	background: rgba(255, 255, 255, 0.08) !important;
	color: #f8f5ee !important;
}

.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-upload-queue__item.is-complete,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-upload-queue__item.is-complete,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-upload-queue__item.is-complete,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-upload-queue__item.is-complete {
	border-color: rgba(133, 221, 168, 0.3) !important;
	background: rgba(45, 105, 70, 0.22) !important;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16) !important;
}

.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-upload-queue__meta strong,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-upload-queue__meta strong,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-upload-queue__meta strong,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-upload-queue__meta strong {
	color: #f8f5ee !important;
}

.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-upload-queue__meta span,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-upload-queue__meta span,
.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-upload-queue__meta em,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-upload-queue__meta em,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-upload-queue__meta span,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-upload-queue__meta span,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-upload-queue__meta em,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-upload-queue__meta em {
	color: rgba(248, 245, 238, 0.74) !important;
}

.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-topic-choice,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-topic-choice,
.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-category-step-layout .paf-topic-choice,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-category-step-layout .paf-topic-choice,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-topic-choice,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-topic-choice,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-category-step-layout .paf-topic-choice,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-category-step-layout .paf-topic-choice {
	border-color: rgba(255, 255, 255, 0.18) !important;
	background: rgba(255, 255, 255, 0.065) !important;
	color: #f8f5ee !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}

.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-category-step-layout .paf-topic-choice--group > .paf-topic-choice__heading,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-category-step-layout .paf-topic-choice--group > .paf-topic-choice__heading,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-category-step-layout .paf-topic-choice--group > .paf-topic-choice__heading,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-category-step-layout .paf-topic-choice--group > .paf-topic-choice__heading {
	border-color: rgba(214, 179, 90, 0.22) !important;
	background: rgba(214, 179, 90, 0.1) !important;
	color: #f3d479 !important;
}

.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-topic-choice__heading,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-topic-choice__heading,
.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-topic-choice__heading span,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-topic-choice__heading span,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-topic-choice__heading,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-topic-choice__heading,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-topic-choice__heading span,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-topic-choice__heading span {
	color: #f3d479 !important;
}

.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-category-step-layout .paf-topic-choice__label,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-category-step-layout .paf-topic-choice__label,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-category-step-layout .paf-topic-choice__label,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-category-step-layout .paf-topic-choice__label {
	border-color: rgba(255, 255, 255, 0.16) !important;
	background: rgba(255, 255, 255, 0.075) !important;
	color: #f8f5ee !important;
}

.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-category-step-layout .paf-topic-choice__label span,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-category-step-layout .paf-topic-choice__label span,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-category-step-layout .paf-topic-choice__label span,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-category-step-layout .paf-topic-choice__label span {
	color: #f8f5ee !important;
}

.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-event-select-card:has(input:checked),
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-event-select-card:has(input:checked),
.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-entry-type-card:has(input:checked),
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-entry-type-card:has(input:checked),
.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-topic-choice:has(input:checked),
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-topic-choice:has(input:checked),
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-event-select-card:has(input:checked),
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-event-select-card:has(input:checked),
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-entry-type-card:has(input:checked),
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-entry-type-card:has(input:checked),
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-topic-choice:has(input:checked),
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-topic-choice:has(input:checked) {
	border-color: rgba(214, 179, 90, 0.62) !important;
	background: rgba(214, 179, 90, 0.16) !important;
	color: #f8f5ee !important;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18), inset 0 0 0 1px rgba(214, 179, 90, 0.18) !important;
}

.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-category-step-layout .paf-topic-choice__children .paf-topic-choice:has(input:checked) .paf-topic-choice__label,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-category-step-layout .paf-topic-choice__children .paf-topic-choice:has(input:checked) .paf-topic-choice__label,
.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-category-step-layout .paf-topic-picker__tree > .paf-topic-choice:not(.paf-topic-choice--group):has(input:checked) .paf-topic-choice__label,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-category-step-layout .paf-topic-picker__tree > .paf-topic-choice:not(.paf-topic-choice--group):has(input:checked) .paf-topic-choice__label,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-category-step-layout .paf-topic-choice__children .paf-topic-choice:has(input:checked) .paf-topic-choice__label,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-category-step-layout .paf-topic-choice__children .paf-topic-choice:has(input:checked) .paf-topic-choice__label,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-category-step-layout .paf-topic-picker__tree > .paf-topic-choice:not(.paf-topic-choice--group):has(input:checked) .paf-topic-choice__label,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-category-step-layout .paf-topic-picker__tree > .paf-topic-choice:not(.paf-topic-choice--group):has(input:checked) .paf-topic-choice__label {
	border-color: rgba(214, 179, 90, 0.72) !important;
	background: rgba(214, 179, 90, 0.18) !important;
	color: #f8f5ee !important;
}

.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-category-step-layout .paf-topic-choice__heading small,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-category-step-layout .paf-topic-choice__heading small,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-category-step-layout .paf-topic-choice__heading small,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-category-step-layout .paf-topic-choice__heading small {
	border-color: rgba(214, 179, 90, 0.28) !important;
	background: rgba(214, 179, 90, 0.12) !important;
	color: #f3d479 !important;
}

.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-category-step-layout .paf-topic-choice p,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-category-step-layout .paf-topic-choice p,
.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-category-step-layout .paf-topic-choice__heading em,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-category-step-layout .paf-topic-choice__heading em,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-category-step-layout .paf-topic-choice p,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-category-step-layout .paf-topic-choice p,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-category-step-layout .paf-topic-choice__heading em,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-category-step-layout .paf-topic-choice__heading em {
	color: rgba(248, 245, 238, 0.68) !important;
}

.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-line-items li,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-line-items li,
.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-submission-price-card .paf-total-row,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-submission-price-card .paf-total-row,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-line-items li,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-line-items li,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-submission-price-card .paf-total-row,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-submission-price-card .paf-total-row {
	border-bottom-color: rgba(255, 255, 255, 0.12) !important;
	color: rgba(248, 245, 238, 0.74) !important;
}

.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-line-items li strong,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-line-items li strong,
.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-submission-price-card .paf-total-row strong,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-submission-price-card .paf-total-row strong,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-line-items li strong,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-line-items li strong,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-submission-price-card .paf-total-row strong,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-submission-price-card .paf-total-row strong {
	color: #f8f5ee !important;
}

.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-submission-price-card .paf-total-row--count,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-submission-price-card .paf-total-row--count,
.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-submission-price-card [data-paf-quote-message],
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-submission-price-card [data-paf-quote-message],
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-submission-price-card .paf-total-row--count,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-submission-price-card .paf-total-row--count,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-submission-price-card [data-paf-quote-message],
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-submission-price-card [data-paf-quote-message] {
	background: rgba(255, 255, 255, 0.08) !important;
	color: rgba(248, 245, 238, 0.82) !important;
}

.paf-dashboard-style-twilight-lux .paf-entry-summary-card__media,
.paf-dashboard-style-dark-luxury .paf-entry-summary-card__media {
	border-color: rgba(214, 179, 90, 0.24) !important;
	background: rgba(214, 179, 90, 0.1) !important;
	color: #f3d479 !important;
}

.paf-dashboard-style-twilight-lux .paf-entry-summary-meta div,
.paf-dashboard-style-dark-luxury .paf-entry-summary-meta div {
	border-color: rgba(255, 255, 255, 0.16) !important;
	background: rgba(255, 255, 255, 0.08) !important;
	color: #f8f5ee !important;
}

.paf-dashboard-style-twilight-lux .paf-entry-summary-meta dt,
.paf-dashboard-style-dark-luxury .paf-entry-summary-meta dt {
	color: rgba(248, 245, 238, 0.72) !important;
}

.paf-dashboard-style-twilight-lux .paf-entry-summary-meta dd,
.paf-dashboard-style-dark-luxury .paf-entry-summary-meta dd {
	color: #f8f5ee !important;
}

.paf-dashboard-style-twilight-lux .paf-notice--success,
.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-notice--success,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-notice--success,
.paf-dashboard-style-dark-luxury .paf-notice--success,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-notice--success,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-notice--success {
	border-color: rgba(133, 221, 168, 0.28) !important;
	background: rgba(36, 92, 63, 0.34) !important;
	color: #dff7e8 !important;
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

.paf-dashboard-style-twilight-lux .paf-notice--success::before,
.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-notice--success::before,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-notice--success::before,
.paf-dashboard-style-dark-luxury .paf-notice--success::before,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-notice--success::before,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-notice--success::before {
	border-color: #85dda8 !important;
	background: rgba(5, 15, 10, 0.5) !important;
	color: #85dda8 !important;
}

.paf-dashboard-style-twilight-lux .paf-notice--success > strong,
.paf-dashboard-style-twilight-lux .paf-notice--success p,
.paf-dashboard-style-twilight-lux .paf-notice--success span,
.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-notice--success > strong,
.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-notice--success p,
.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-notice--success span,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-notice--success > strong,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-notice--success p,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-notice--success span,
.paf-dashboard-style-dark-luxury .paf-notice--success > strong,
.paf-dashboard-style-dark-luxury .paf-notice--success p,
.paf-dashboard-style-dark-luxury .paf-notice--success span,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-notice--success > strong,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-notice--success p,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-notice--success span,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-notice--success > strong,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-notice--success p,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-notice--success span {
	color: #dff7e8 !important;
}

.paf-dashboard-style-urban-yellow.paf-submission-screen,
.paf-dashboard-style-urban-yellow .paf-submission-screen {
	color-scheme: light;
}

.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-submission-steps,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-submission-steps {
	border: 2px solid #111111 !important;
	background: #ffffff !important;
	box-shadow: 5px 5px 0 rgba(17, 17, 17, 0.08) !important;
}

.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-submission-steps .paf-submission-step-tab,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-submission-steps .paf-submission-step-tab {
	border-color: #111111 !important;
	background: #ffffff !important;
	color: #111111 !important;
}

.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-submission-steps .paf-submission-step-tab.is-active,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-submission-steps .paf-submission-step-tab.is-active {
	border-color: #111111 !important;
	background: #ffcd11 !important;
	box-shadow: inset 0 -4px 0 #111111, 4px 4px 0 rgba(17, 17, 17, 0.12) !important;
	color: #111111 !important;
}

.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-submission-steps .paf-submission-step-tab.is-complete,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-submission-steps .paf-submission-step-tab.is-complete {
	border-color: #111111 !important;
	background: #e8f6ec !important;
	box-shadow: inset 0 0 0 1px rgba(17, 17, 17, 0.14) !important;
	color: #0b6b2b !important;
}

.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-submission-steps .paf-submission-step-tab.is-complete .paf-submission-step-tab__marker,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-submission-steps .paf-submission-step-tab.is-complete .paf-submission-step-tab__marker {
	border-color: #0b6b2b !important;
	background: #ffffff !important;
	color: #0b6b2b !important;
}

.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-submission-steps .paf-submission-step-tab.is-active .paf-submission-step-tab__marker,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-submission-steps .paf-submission-step-tab.is-active .paf-submission-step-tab__marker,
.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-submission-steps .paf-submission-step-tab.is-active .paf-submission-step-tab__number,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-submission-steps .paf-submission-step-tab.is-active .paf-submission-step-tab__number,
.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-submission-steps .paf-submission-step-tab.is-active strong,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-submission-steps .paf-submission-step-tab.is-active strong {
	color: #111111 !important;
}

.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-submission-step__header > span,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-submission-step__header > span {
	border: 2px solid #111111 !important;
	background: #ffcd11 !important;
	color: #111111 !important;
}

.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-submission-step__header small,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-submission-step__header small,
.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-submission-step__header h3,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-submission-step__header h3,
.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-field > span,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-field > span,
.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-fieldset legend,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-fieldset legend {
	color: #111111 !important;
}

.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-field select,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-field select,
.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-field textarea,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-field textarea,
.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-field input[type="text"],
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-field input[type="text"],
.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-field input[type="email"],
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-field input[type="email"],
.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-field input[type="password"],
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-field input[type="password"],
.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-field input[type="url"],
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-field input[type="url"],
.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-field input[type="tel"],
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-field input[type="tel"],
.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-field input[type="number"],
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-field input[type="number"],
.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-submission-dropzone,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-submission-dropzone,
.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-submission-price-card,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-submission-price-card,
.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-submission-payment-card,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-submission-payment-card,
.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-submission-review > div,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-submission-review > div,
.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-upload-queue__item,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-upload-queue__item,
.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-topic-choice,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-topic-choice,
.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-category-step-layout .paf-topic-choice,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-category-step-layout .paf-topic-choice {
	border: 2px solid #111111 !important;
	background: #ffffff !important;
	color: #111111 !important;
	box-shadow: 5px 5px 0 rgba(17, 17, 17, 0.08) !important;
}

.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-submission-dropzone,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-submission-dropzone {
	background: #fff9db !important;
}

.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-upload-queue__item.is-complete,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-upload-queue__item.is-complete {
	background: #e8f6ec !important;
	color: #111111 !important;
}

.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-submission-dropzone strong,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-submission-dropzone strong,
.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-submission-price-card h4,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-submission-price-card h4,
.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-submission-payment-card > strong,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-submission-payment-card > strong,
.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-upload-queue__meta strong,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-upload-queue__meta strong,
.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-topic-choice__heading,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-topic-choice__heading,
.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-topic-choice__heading span,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-topic-choice__heading span,
.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-topic-choice__label,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-topic-choice__label,
.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-topic-choice__label span,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-topic-choice__label span {
	color: #111111 !important;
}

.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-submission-dropzone p,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-submission-dropzone p,
.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-submission-price-card p,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-submission-price-card p,
.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-submission-payment-card > p,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-submission-payment-card > p,
.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-upload-queue__meta span,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-upload-queue__meta span,
.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-upload-queue__meta em,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-upload-queue__meta em,
.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-category-step-layout .paf-topic-choice p,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-category-step-layout .paf-topic-choice p,
.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-category-step-layout .paf-topic-choice__heading em,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-category-step-layout .paf-topic-choice__heading em {
	color: #555555 !important;
}

.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-category-step-layout .paf-topic-choice--group > .paf-topic-choice__heading,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-category-step-layout .paf-topic-choice--group > .paf-topic-choice__heading,
.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-submission-price-card .paf-total-row--count,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-submission-price-card .paf-total-row--count,
.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-submission-price-card [data-paf-quote-message],
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-submission-price-card [data-paf-quote-message] {
	border-color: #111111 !important;
	background: #fff4b8 !important;
	color: #111111 !important;
}

.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-category-step-layout .paf-topic-choice__label,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-category-step-layout .paf-topic-choice__label {
	border: 2px solid #111111 !important;
	background: #ffffff !important;
	color: #111111 !important;
	box-shadow: none !important;
}

.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-event-select-card:has(input:checked),
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-event-select-card:has(input:checked),
.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-entry-type-card:has(input:checked),
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-entry-type-card:has(input:checked),
.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-topic-choice:has(input:checked),
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-topic-choice:has(input:checked),
.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-category-step-layout .paf-topic-choice__children .paf-topic-choice:has(input:checked) .paf-topic-choice__label,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-category-step-layout .paf-topic-choice__children .paf-topic-choice:has(input:checked) .paf-topic-choice__label,
.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-category-step-layout .paf-topic-picker__tree > .paf-topic-choice:not(.paf-topic-choice--group):has(input:checked) .paf-topic-choice__label,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-category-step-layout .paf-topic-picker__tree > .paf-topic-choice:not(.paf-topic-choice--group):has(input:checked) .paf-topic-choice__label {
	border-color: #111111 !important;
	background: #ffcd11 !important;
	color: #111111 !important;
	box-shadow: 4px 4px 0 rgba(17, 17, 17, 0.14) !important;
}

.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-line-items li,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-line-items li,
.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-submission-price-card .paf-total-row,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-submission-price-card .paf-total-row {
	border-bottom-color: rgba(17, 17, 17, 0.2) !important;
	color: #555555 !important;
}

.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-line-items li strong,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-line-items li strong,
.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-submission-price-card .paf-total-row strong,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-submission-price-card .paf-total-row strong {
	color: #111111 !important;
}

.paf-dashboard-style-urban-yellow .paf-entry-summary-card__media,
.paf-dashboard-style-urban-yellow .paf-entry-summary-meta div {
	border: 2px solid #111111 !important;
	background: #ffffff !important;
	color: #111111 !important;
	box-shadow: 4px 4px 0 rgba(17, 17, 17, 0.08) !important;
}

.paf-dashboard-style-urban-yellow .paf-entry-summary-card__media {
	background: #fff4b8 !important;
}

.paf-dashboard-style-urban-yellow .paf-entry-summary-meta dt {
	color: #555555 !important;
}

.paf-dashboard-style-urban-yellow .paf-entry-summary-meta dd {
	color: #111111 !important;
}

.paf-dashboard-style-urban-yellow .paf-notice--success,
.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-notice--success,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-notice--success {
	border: 2px solid #111111 !important;
	background: #e8f6ec !important;
	color: #111111 !important;
	box-shadow: 5px 5px 0 rgba(17, 17, 17, 0.08) !important;
}

.paf-dashboard-style-urban-yellow .paf-notice--success::before,
.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-notice--success::before,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-notice--success::before {
	border-color: #111111 !important;
	background: #ffffff !important;
	color: #0b6b2b !important;
}

.paf-dashboard-style-urban-yellow .paf-notice--success > strong,
.paf-dashboard-style-urban-yellow .paf-notice--success p,
.paf-dashboard-style-urban-yellow .paf-notice--success span,
.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-notice--success > strong,
.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-notice--success p,
.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-notice--success span,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-notice--success > strong,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-notice--success p,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-notice--success span {
	color: #111111 !important;
}

.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-event-select-card::before,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-event-select-card::before,
.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-entry-type-card::before,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-entry-type-card::before,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-event-select-card::before,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-event-select-card::before,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-entry-type-card::before,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-entry-type-card::before {
	display: none !important;
}

.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-event-select-card strong,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-event-select-card strong,
.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-entry-type-card > span,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-entry-type-card > span,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-event-select-card strong,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-event-select-card strong,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-entry-type-card > span,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-entry-type-card > span {
	color: #f8f5ee !important;
}

.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-event-select-card small,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-event-select-card small,
.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-event-picker > p,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-event-picker > p,
.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-topic-picker__tree > p,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-topic-picker__tree > p,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-event-select-card small,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-event-select-card small,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-event-picker > p,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-event-picker > p,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-topic-picker__tree > p,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-topic-picker__tree > p {
	color: rgba(248, 245, 238, 0.72) !important;
}

.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-event-select-card strong,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-event-select-card strong,
.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-entry-type-card > span,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-entry-type-card > span {
	color: #111111 !important;
}

.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-event-select-card small,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-event-select-card small,
.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-event-picker > p,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-event-picker > p,
.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-topic-picker__tree > p,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-topic-picker__tree > p {
	color: #555555 !important;
}

/* Dashboard feature contrast layer. Align wallet, certificates, empty states, and account cards with selected styles. */
.paf-dashboard-style-twilight-lux .paf-credit-bundles-balance,
.paf-dashboard-style-twilight-lux .paf-credit-bundle-card,
.paf-dashboard-style-twilight-lux .paf-certificate-owner-card,
.paf-dashboard-style-twilight-lux .paf-badge-owner-card,
.paf-dashboard-style-twilight-lux .paf-winner-interview-owner-card,
.paf-dashboard-style-twilight-lux .paf-winner-interviews-card,
.paf-dashboard-style-twilight-lux .paf-winner-interview-answer,
.paf-dashboard-style-twilight-lux .paf-empty-state,
.paf-dashboard-style-twilight-lux .paf-wallet-payment-panel,
.paf-dashboard-style-dark-luxury .paf-credit-bundles-balance,
.paf-dashboard-style-dark-luxury .paf-credit-bundle-card,
.paf-dashboard-style-dark-luxury .paf-certificate-owner-card,
.paf-dashboard-style-dark-luxury .paf-badge-owner-card,
.paf-dashboard-style-dark-luxury .paf-winner-interview-owner-card,
.paf-dashboard-style-dark-luxury .paf-winner-interviews-card,
.paf-dashboard-style-dark-luxury .paf-winner-interview-answer,
.paf-dashboard-style-dark-luxury .paf-empty-state,
.paf-dashboard-style-dark-luxury .paf-wallet-payment-panel {
	border-color: rgba(255, 255, 255, 0.18) !important;
	background: rgba(255, 255, 255, 0.07) !important;
	color: #f8f5ee !important;
	box-shadow: 0 20px 48px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

.paf-dashboard-style-dark-luxury .paf-credit-bundles-balance,
.paf-dashboard-style-dark-luxury .paf-credit-bundle-card,
.paf-dashboard-style-dark-luxury .paf-certificate-owner-card,
.paf-dashboard-style-dark-luxury .paf-badge-owner-card,
.paf-dashboard-style-dark-luxury .paf-winner-interview-owner-card,
.paf-dashboard-style-dark-luxury .paf-winner-interviews-card,
.paf-dashboard-style-dark-luxury .paf-winner-interview-answer,
.paf-dashboard-style-dark-luxury .paf-empty-state,
.paf-dashboard-style-dark-luxury .paf-wallet-payment-panel {
	background: rgba(10, 10, 10, 0.74) !important;
}

.paf-dashboard-style-twilight-lux .paf-credit-bundles-balance::after,
.paf-dashboard-style-dark-luxury .paf-credit-bundles-balance::after {
	border-color: rgba(214, 179, 90, 0.2) !important;
	background: rgba(214, 179, 90, 0.08) !important;
}

.paf-dashboard-style-twilight-lux .paf-credit-bundles-balance h4,
.paf-dashboard-style-twilight-lux .paf-credit-bundle-card h4,
.paf-dashboard-style-twilight-lux .paf-certificate-owner-card__summary strong,
.paf-dashboard-style-twilight-lux .paf-badge-owner-card__summary strong,
.paf-dashboard-style-twilight-lux .paf-winner-interview-owner-card h3,
.paf-dashboard-style-twilight-lux .paf-winner-interviews-card h3,
.paf-dashboard-style-twilight-lux .paf-winner-interview-answer h3,
.paf-dashboard-style-twilight-lux .paf-empty-state strong,
.paf-dashboard-style-twilight-lux .paf-dashboard-account-card h4,
.paf-dashboard-style-dark-luxury .paf-credit-bundles-balance h4,
.paf-dashboard-style-dark-luxury .paf-credit-bundle-card h4,
.paf-dashboard-style-dark-luxury .paf-certificate-owner-card__summary strong,
.paf-dashboard-style-dark-luxury .paf-badge-owner-card__summary strong,
.paf-dashboard-style-dark-luxury .paf-winner-interview-owner-card h3,
.paf-dashboard-style-dark-luxury .paf-winner-interviews-card h3,
.paf-dashboard-style-dark-luxury .paf-winner-interview-answer h3,
.paf-dashboard-style-dark-luxury .paf-empty-state strong,
.paf-dashboard-style-dark-luxury .paf-dashboard-account-card h4 {
	color: #f8f5ee !important;
}

.paf-dashboard-style-twilight-lux .paf-credit-bundles-balance .paf-stat,
.paf-dashboard-style-twilight-lux .paf-credit-bundle-card::before,
.paf-dashboard-style-dark-luxury .paf-credit-bundles-balance .paf-stat,
.paf-dashboard-style-dark-luxury .paf-credit-bundle-card::before {
	color: #f3d479 !important;
}

.paf-dashboard-style-twilight-lux .paf-credit-bundle-card::before,
.paf-dashboard-style-dark-luxury .paf-credit-bundle-card::before {
	background: linear-gradient(90deg, rgba(214, 179, 90, 0.9) 0%, rgba(185, 135, 37, 0.9) 100%) !important;
}

.paf-dashboard-style-twilight-lux .paf-credit-bundles-balance p,
.paf-dashboard-style-twilight-lux .paf-credit-bundle-card__note,
.paf-dashboard-style-twilight-lux .paf-certificate-owner-message,
.paf-dashboard-style-twilight-lux .paf-badge-owner-card__note,
.paf-dashboard-style-twilight-lux .paf-winner-interview-owner-card p,
.paf-dashboard-style-twilight-lux .paf-winner-interviews-card p,
.paf-dashboard-style-twilight-lux .paf-winner-interview-answer p,
.paf-dashboard-style-twilight-lux .paf-empty-state span,
.paf-dashboard-style-twilight-lux .paf-dashboard-section--winner-interviews > p,
.paf-dashboard-style-dark-luxury .paf-credit-bundles-balance p,
.paf-dashboard-style-dark-luxury .paf-credit-bundle-card__note,
.paf-dashboard-style-dark-luxury .paf-certificate-owner-message,
.paf-dashboard-style-dark-luxury .paf-badge-owner-card__note,
.paf-dashboard-style-dark-luxury .paf-winner-interview-owner-card p,
.paf-dashboard-style-dark-luxury .paf-winner-interviews-card p,
.paf-dashboard-style-dark-luxury .paf-winner-interview-answer p,
.paf-dashboard-style-dark-luxury .paf-empty-state span,
.paf-dashboard-style-dark-luxury .paf-dashboard-section--winner-interviews > p {
	color: rgba(248, 245, 238, 0.74) !important;
}

.paf-dashboard-style-twilight-lux .paf-credit-bundle-card .paf-account-definition-list--dashboard div,
.paf-dashboard-style-twilight-lux .paf-certificate-owner-meta div,
.paf-dashboard-style-twilight-lux .paf-winner-interviews-card__meta span,
.paf-dashboard-style-twilight-lux .paf-winner-interview__meta span,
.paf-dashboard-style-dark-luxury .paf-credit-bundle-card .paf-account-definition-list--dashboard div,
.paf-dashboard-style-dark-luxury .paf-certificate-owner-meta div,
.paf-dashboard-style-dark-luxury .paf-winner-interviews-card__meta span,
.paf-dashboard-style-dark-luxury .paf-winner-interview__meta span {
	border-color: rgba(255, 255, 255, 0.16) !important;
	background: rgba(255, 255, 255, 0.08) !important;
	color: #f8f5ee !important;
}

.paf-dashboard-style-twilight-lux .paf-credit-bundle-card .paf-account-definition-list--dashboard dt,
.paf-dashboard-style-twilight-lux .paf-certificate-owner-meta dt,
.paf-dashboard-style-dark-luxury .paf-credit-bundle-card .paf-account-definition-list--dashboard dt,
.paf-dashboard-style-dark-luxury .paf-certificate-owner-meta dt {
	color: rgba(248, 245, 238, 0.7) !important;
}

.paf-dashboard-style-twilight-lux .paf-credit-bundle-card .paf-account-definition-list--dashboard dd,
.paf-dashboard-style-twilight-lux .paf-certificate-owner-meta dd,
.paf-dashboard-style-twilight-lux .paf-certificate-owner-meta code,
.paf-dashboard-style-twilight-lux .paf-certificate-owner-card__summary span,
.paf-dashboard-style-twilight-lux .paf-badge-owner-card__summary span,
.paf-dashboard-style-dark-luxury .paf-credit-bundle-card .paf-account-definition-list--dashboard dd,
.paf-dashboard-style-dark-luxury .paf-certificate-owner-meta dd,
.paf-dashboard-style-dark-luxury .paf-certificate-owner-meta code,
.paf-dashboard-style-dark-luxury .paf-certificate-owner-card__summary span,
.paf-dashboard-style-dark-luxury .paf-badge-owner-card__summary span {
	color: #f8f5ee !important;
}

.paf-dashboard-style-twilight-lux .paf-dashboard-card__icon,
.paf-dashboard-style-dark-luxury .paf-dashboard-card__icon {
	border-color: rgba(214, 179, 90, 0.34) !important;
	background: rgba(214, 179, 90, 0.12) !important;
	color: #f3d479 !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

.paf-dashboard-style-twilight-lux .paf-dashboard-card__button.paf-button--secondary,
.paf-dashboard-style-twilight-lux .paf-dashboard-account-card > .paf-button--secondary,
.paf-dashboard-style-dark-luxury .paf-dashboard-card__button.paf-button--secondary,
.paf-dashboard-style-dark-luxury .paf-dashboard-account-card > .paf-button--secondary,
.paf-dashboard-style-twilight-lux .paf-certificate-owner-card .paf-button--secondary,
.paf-dashboard-style-dark-luxury .paf-certificate-owner-card .paf-button--secondary {
	border-color: rgba(255, 255, 255, 0.18) !important;
	background: rgba(255, 255, 255, 0.08) !important;
	color: #f8f5ee !important;
	box-shadow: none !important;
}

.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-upload-queue__meta em,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-upload-queue__meta em,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-upload-queue__meta em,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-upload-queue__meta em {
	border-color: rgba(214, 179, 90, 0.34) !important;
	background: rgba(214, 179, 90, 0.14) !important;
	color: #f3d479 !important;
}

.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-upload-queue__thumb,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-upload-queue__thumb,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-upload-queue__thumb,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-upload-queue__thumb {
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
	background: rgba(255, 255, 255, 0.08) !important;
}

.paf-dashboard-style-twilight-lux.paf-submission-screen .paf-upload-queue__thumb img,
.paf-dashboard-style-twilight-lux .paf-submission-screen .paf-upload-queue__thumb img,
.paf-dashboard-style-dark-luxury.paf-submission-screen .paf-upload-queue__thumb img,
.paf-dashboard-style-dark-luxury .paf-submission-screen .paf-upload-queue__thumb img {
	filter: brightness(0.82) saturate(0.95);
}

.paf-dashboard-style-urban-yellow .paf-credit-bundles-balance,
.paf-dashboard-style-urban-yellow .paf-credit-bundle-card,
.paf-dashboard-style-urban-yellow .paf-certificate-owner-card,
.paf-dashboard-style-urban-yellow .paf-badge-owner-card,
.paf-dashboard-style-urban-yellow .paf-winner-interview-owner-card,
.paf-dashboard-style-urban-yellow .paf-winner-interviews-card,
.paf-dashboard-style-urban-yellow .paf-winner-interview-answer,
.paf-dashboard-style-urban-yellow .paf-empty-state,
.paf-dashboard-style-urban-yellow .paf-wallet-payment-panel {
	border: 2px solid #111111 !important;
	background: #ffffff !important;
	color: #111111 !important;
	box-shadow: 5px 5px 0 rgba(17, 17, 17, 0.08) !important;
}

.paf-dashboard-style-urban-yellow .paf-credit-bundles-balance::after {
	border-color: #111111 !important;
	background: #fff4b8 !important;
}

.paf-dashboard-style-urban-yellow .paf-credit-bundle-card::before {
	background: #ffcd11 !important;
}

.paf-dashboard-style-urban-yellow .paf-credit-bundles-balance h4,
.paf-dashboard-style-urban-yellow .paf-credit-bundle-card h4,
.paf-dashboard-style-urban-yellow .paf-certificate-owner-card__summary strong,
.paf-dashboard-style-urban-yellow .paf-badge-owner-card__summary strong,
.paf-dashboard-style-urban-yellow .paf-winner-interview-owner-card h3,
.paf-dashboard-style-urban-yellow .paf-winner-interviews-card h3,
.paf-dashboard-style-urban-yellow .paf-winner-interview-answer h3,
.paf-dashboard-style-urban-yellow .paf-empty-state strong,
.paf-dashboard-style-urban-yellow .paf-dashboard-account-card h4,
.paf-dashboard-style-urban-yellow .paf-credit-bundles-balance .paf-stat,
.paf-dashboard-style-urban-yellow .paf-credit-bundle-card .paf-account-definition-list--dashboard dd,
.paf-dashboard-style-urban-yellow .paf-certificate-owner-meta dd,
.paf-dashboard-style-urban-yellow .paf-certificate-owner-meta code,
.paf-dashboard-style-urban-yellow .paf-certificate-owner-card__summary span,
.paf-dashboard-style-urban-yellow .paf-badge-owner-card__summary span {
	color: #111111 !important;
}

.paf-dashboard-style-urban-yellow .paf-credit-bundles-balance p,
.paf-dashboard-style-urban-yellow .paf-credit-bundle-card__note,
.paf-dashboard-style-urban-yellow .paf-certificate-owner-message,
.paf-dashboard-style-urban-yellow .paf-badge-owner-card__note,
.paf-dashboard-style-urban-yellow .paf-winner-interview-owner-card p,
.paf-dashboard-style-urban-yellow .paf-winner-interviews-card p,
.paf-dashboard-style-urban-yellow .paf-winner-interview-answer p,
.paf-dashboard-style-urban-yellow .paf-empty-state span,
.paf-dashboard-style-urban-yellow .paf-dashboard-section--winner-interviews > p,
.paf-dashboard-style-urban-yellow .paf-credit-bundle-card .paf-account-definition-list--dashboard dt,
.paf-dashboard-style-urban-yellow .paf-certificate-owner-meta dt {
	color: #555555 !important;
}

.paf-dashboard-style-urban-yellow .paf-credit-bundle-card .paf-account-definition-list--dashboard div,
.paf-dashboard-style-urban-yellow .paf-certificate-owner-meta div,
.paf-dashboard-style-urban-yellow .paf-winner-interviews-card__meta span,
.paf-dashboard-style-urban-yellow .paf-winner-interview__meta span {
	border: 2px solid #111111 !important;
	background: #fff4b8 !important;
	color: #111111 !important;
}

.paf-dashboard-style-urban-yellow .paf-dashboard-card__icon {
	border: 2px solid #111111 !important;
	background: #ffcd11 !important;
	color: #111111 !important;
	box-shadow: none !important;
}

.paf-dashboard-style-urban-yellow .paf-dashboard-card__button.paf-button--secondary,
.paf-dashboard-style-urban-yellow .paf-dashboard-account-card > .paf-button--secondary,
.paf-dashboard-style-urban-yellow .paf-certificate-owner-card .paf-button--secondary {
	border: 2px solid #111111 !important;
	background: #ffffff !important;
	color: #111111 !important;
	box-shadow: none !important;
}

.paf-dashboard-style-urban-yellow.paf-submission-screen .paf-upload-queue__meta em,
.paf-dashboard-style-urban-yellow .paf-submission-screen .paf-upload-queue__meta em {
	border: 2px solid #111111 !important;
	background: #fff4b8 !important;
	color: #111111 !important;
}

/* Credit bundle button theme alignment. */
.paf-dashboard-style-twilight-lux .paf-credit-bundle-card .paf-button,
.paf-dashboard-style-dark-luxury .paf-credit-bundle-card .paf-button {
	border: 1px solid rgba(214, 179, 90, 0.62) !important;
	background: linear-gradient(180deg, #f0d06d 0%, #b98725 100%) !important;
	color: #12100c !important;
	box-shadow: 0 14px 32px rgba(214, 179, 90, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.35) !important;
	text-decoration: none !important;
}

.paf-dashboard-style-twilight-lux .paf-credit-bundle-card .paf-button:hover,
.paf-dashboard-style-twilight-lux .paf-credit-bundle-card .paf-button:focus-visible,
.paf-dashboard-style-dark-luxury .paf-credit-bundle-card .paf-button:hover,
.paf-dashboard-style-dark-luxury .paf-credit-bundle-card .paf-button:focus-visible {
	background: linear-gradient(180deg, #ffe08a 0%, #c89832 100%) !important;
	box-shadow: 0 18px 38px rgba(214, 179, 90, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.42) !important;
	color: #12100c !important;
}

.paf-dashboard-style-urban-yellow .paf-credit-bundle-card .paf-button {
	border: 2px solid #111111 !important;
	border-radius: 6px !important;
	background: #ffcd11 !important;
	color: #111111 !important;
	box-shadow: 4px 4px 0 rgba(17, 17, 17, 0.16) !important;
	text-decoration: none !important;
}

.paf-dashboard-style-urban-yellow .paf-credit-bundle-card .paf-button:hover,
.paf-dashboard-style-urban-yellow .paf-credit-bundle-card .paf-button:focus-visible {
	background: #f5b800 !important;
	box-shadow: 5px 5px 0 rgba(17, 17, 17, 0.2) !important;
	color: #111111 !important;
}
