.page-id-55 .theme-fallback {
	padding: 0;
	background: #f4f7fb;
}

.page-id-55 .theme-fallback__inner {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.page-id-55 .theme-fallback__post > h1 {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.pmjf-page {
	background: #f4f7fb;
	color: #263238;
	font-family: "Montserrat", Arial, sans-serif;
	margin: 0;
	padding: 58px 0 70px;
}

.pmjf-shell {
	width: min(100% - 40px, 1220px);
	margin: 0 auto;
}

.pmjf-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 280px;
	align-items: center;
	min-height: 340px;
	overflow: hidden;
	background:
		radial-gradient(circle at 86% 26%, rgba(242, 195, 0, 0.16), rgba(242, 195, 0, 0) 28%),
		linear-gradient(135deg, #001b58 0%, #002b78 50%, #00338d 100%);
	border-radius: 26px;
	box-shadow: 0 24px 54px rgba(0, 43, 120, 0.22);
	color: #ffffff;
}

.pmjf-hero::before {
	content: "";
	position: absolute;
	inset: 20px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 20px;
	pointer-events: none;
}

.pmjf-hero__content {
	position: relative;
	z-index: 2;
	max-width: 760px;
	padding: 48px 54px;
}

.pmjf-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
	color: #f2c300;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pmjf-kicker::before {
	content: "";
	width: 34px;
	height: 3px;
	background: #f2c300;
	border-radius: 99px;
}

.pmjf-hero h1,
.pmjf-hero-title {
	margin: 0;
	color: #ffffff;
	font-size: clamp(38px, 5vw, 64px);
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.pmjf-subtitle {
	margin: 16px 0 0;
	color: #f2c300;
	font-size: 24px;
	font-weight: 800;
}

.pmjf-description {
	max-width: 690px;
	margin: 22px 0 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 17px;
	font-weight: 500;
	line-height: 1.65;
}

.pmjf-report-badge {
	display: inline-flex;
	margin-top: 28px;
	padding: 10px 16px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(242, 195, 0, 0.44);
	border-radius: 999px;
	color: #ffffff;
	font-size: 13px;
	font-weight: 800;
}

.pmjf-hero__mark {
	position: relative;
	z-index: 1;
	margin-right: 34px;
	color: rgba(255, 255, 255, 0.07);
	font-size: 112px;
	font-weight: 900;
	letter-spacing: -0.06em;
	text-align: right;
}

.pmjf-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin-top: 24px;
}

.pmjf-stat-card,
.pmjf-info-grid article {
	position: relative;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid #dde6f2;
	border-radius: 16px;
	box-shadow: 0 14px 30px rgba(0, 43, 120, 0.09);
}

.pmjf-stat-card {
	padding: 24px 24px 22px;
}

.pmjf-stat-card::before,
.pmjf-info-grid article::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 5px;
	background: #f2c300;
}

.pmjf-stat-card span,
.pmjf-info-grid article span {
	display: block;
	width: 12px;
	height: 12px;
	margin-bottom: 14px;
	background: #f2c300;
	border-radius: 50%;
	box-shadow: 0 0 0 7px #fff4d6;
}

.pmjf-stat-card strong {
	display: block;
	color: #00338d;
	font-size: 30px;
	font-weight: 900;
	line-height: 1.1;
}

.pmjf-stat-card p {
	margin: 8px 0 0;
	color: #5f6b7a;
	font-size: 14px;
	font-weight: 700;
}

.pmjf-tabs {
	display: flex;
	gap: 14px;
	margin: 34px 0 20px;
	padding: 8px;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid #dde6f2;
	border-radius: 999px;
	box-shadow: 0 12px 24px rgba(0, 43, 120, 0.07);
}

.pmjf-tabs a {
	flex: 1;
	padding: 14px 20px;
	border: 1px solid transparent;
	border-radius: 999px;
	color: #00338d;
	font-size: 15px;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.pmjf-tabs a:not(.is-active) {
	background: #ffffff;
	border-color: #dde6f2;
}

.pmjf-tabs a.is-active {
	background: #002b78;
	color: #ffffff;
	box-shadow: inset 0 -4px 0 #f2c300;
}

.pmjf-table-card {
	overflow: hidden;
	background: #ffffff;
	border: 1px solid #dde6f2;
	border-radius: 18px;
	box-shadow: 0 18px 40px rgba(0, 43, 120, 0.11);
}

.pmjf-table-card__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 24px 28px;
	background: linear-gradient(90deg, #002b78, #00338d);
	color: #ffffff;
}

.pmjf-table-card__header h2 {
	margin: 0;
	color: #ffffff;
	font-size: 22px;
	font-weight: 900;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.pmjf-table-card__header p {
	margin: 7px 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 13px;
	font-weight: 600;
}

.pmjf-table-card__header span {
	flex: 0 0 auto;
	padding: 8px 13px;
	background: rgba(242, 195, 0, 0.16);
	border: 1px solid rgba(242, 195, 0, 0.42);
	border-radius: 999px;
	color: #f2c300;
	font-size: 13px;
	font-weight: 900;
}

.pmjf-search {
	padding: 18px 24px;
	background: #f7f9fc;
	border-bottom: 1px solid #dde6f2;
}

.pmjf-search label {
	display: block;
	margin-bottom: 8px;
	color: #00338d;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.pmjf-search__row {
	display: flex;
	gap: 10px;
}

.pmjf-search__form {
	display: flex;
	flex: 1;
	gap: 10px;
	min-width: 0;
}

.pmjf-search input[type="search"] {
	flex: 1;
	min-width: 0;
	height: 46px;
	padding: 0 15px;
	background: #ffffff;
	border: 1px solid #dde6f2;
	border-radius: 10px;
	color: #263238;
	font-size: 14px;
	font-weight: 600;
	outline: none;
}

.pmjf-search input[type="search"]:focus {
	border-color: #00338d;
	box-shadow: 0 0 0 3px rgba(0, 51, 141, 0.12);
}

.pmjf-search button,
.pmjf-search a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 18px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 900;
	text-decoration: none;
	white-space: nowrap;
}

.pmjf-search button {
	background: #002b78;
	border: 0;
	color: #ffffff;
	cursor: pointer;
}

.pmjf-search a {
	background: #ffffff;
	border: 1px solid #dde6f2;
	color: #00338d;
}

.pmjf-empty {
	padding: 28px 24px;
	color: #5f6b7a;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
}

.pmjf-table-scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.pmjf-table {
	width: 100%;
	min-width: 920px;
	border-collapse: collapse;
	font-size: 14px;
}

.pmjf-table--club {
	min-width: 580px;
}

.pmjf-table th {
	padding: 15px 18px;
	background: #001f63;
	color: #ffffff;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-align: left;
	text-transform: uppercase;
	white-space: nowrap;
}

.pmjf-table th:first-child,
.pmjf-table td:first-child {
	width: 78px;
	text-align: center;
}

.pmjf-table td {
	padding: 15px 18px;
	border-bottom: 1px solid #dde6f2;
	color: #263238;
	vertical-align: middle;
}

.pmjf-table tbody tr:nth-child(even) {
	background: #f7f9fc;
}

.pmjf-table tbody tr:hover {
	background: #fff8df;
}

.pmjf-table tbody tr:last-child td {
	border-bottom: 0;
}

.pmjf-rank {
	color: #00338d;
	font-weight: 900;
}

.pmjf-name,
.pmjf-usd {
	color: #002b78;
	font-weight: 900;
}

.pmjf-align-right {
	text-align: right !important;
	white-space: nowrap;
}

.pmjf-align-center {
	text-align: center !important;
	white-space: nowrap;
}

.pmjf-pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	padding: 22px 20px 26px;
	background: #ffffff;
	border-top: 1px solid #dde6f2;
}

.pmjf-page-link,
.pmjf-page-ellipsis {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	height: 38px;
	padding: 0 12px;
	border-radius: 10px;
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
}

.pmjf-page-link {
	background: #ffffff;
	border: 1px solid #dde6f2;
	color: #00338d;
}

.pmjf-page-link.is-active {
	background: #002b78;
	border-color: #002b78;
	color: #ffffff;
}

.pmjf-page-link.is-disabled {
	opacity: 0.45;
	pointer-events: none;
}

.pmjf-page-ellipsis {
	color: #5f6b7a;
}

.pmjf-info-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin-top: 34px;
}

.pmjf-info-grid article {
	padding: 28px 24px 26px;
}

.pmjf-info-grid h2 {
	margin: 0 0 12px;
	color: #00338d;
	font-size: 19px;
	font-weight: 900;
	line-height: 1.28;
}

.pmjf-info-grid p {
	margin: 0;
	color: #5f6b7a;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7;
}

.pmjf-donate {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	margin-top: 34px;
	padding: 34px;
	background:
		radial-gradient(circle at 90% 12%, rgba(242, 195, 0, 0.18), rgba(242, 195, 0, 0) 26%),
		linear-gradient(135deg, #001b58, #00338d);
	border-radius: 20px;
	box-shadow: 0 18px 40px rgba(0, 43, 120, 0.16);
	color: #ffffff;
}

.pmjf-donate h2 {
	margin: 0 0 8px;
	color: #ffffff;
	font-size: 30px;
	font-weight: 900;
}

.pmjf-donate p {
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 15px;
	font-weight: 600;
}

.pmjf-donate__actions {
	display: flex;
	flex: 0 0 auto;
	gap: 12px;
}

.pmjf-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 18px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 900;
	text-decoration: none;
	white-space: nowrap;
}

.pmjf-button--gold {
	background: #f2c300;
	color: #002b78;
}

.pmjf-button--outline {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.7);
	color: #ffffff;
}

.pmjf-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-top: 24px;
}

.pmjf-strip span {
	padding: 14px 16px;
	background: #ffffff;
	border: 1px solid #dde6f2;
	border-radius: 12px;
	color: #00338d;
	font-size: 14px;
	font-weight: 900;
	text-align: center;
	box-shadow: 0 10px 20px rgba(0, 43, 120, 0.07);
}

.pmjf-error {
	max-width: 920px;
	margin: 30px auto;
	padding: 18px 20px;
	background: #fff4d6;
	border-left: 5px solid #f2c300;
	color: #002b78;
	font-weight: 800;
}

@media (max-width: 1024px) {
	.pmjf-hero {
		grid-template-columns: 1fr;
	}

	.pmjf-hero__mark {
		position: absolute;
		right: 18px;
		bottom: 18px;
		font-size: 86px;
	}

	.pmjf-stats,
	.pmjf-info-grid {
		grid-template-columns: 1fr;
	}

	.pmjf-donate {
		align-items: flex-start;
		flex-direction: column;
	}

	.pmjf-donate__actions {
		width: 100%;
	}

	.pmjf-button {
		flex: 1;
	}
}

@media (max-width: 767px) {
	.pmjf-page {
		padding: 34px 0 46px;
	}

	.pmjf-shell {
		width: min(100% - 28px, 1220px);
	}

	.pmjf-hero {
		min-height: 0;
		border-radius: 18px;
	}

	.pmjf-hero::before {
		inset: 12px;
		border-radius: 14px;
	}

	.pmjf-hero__content {
		padding: 34px 24px 42px;
	}

	.pmjf-kicker {
		font-size: 11px;
	}

	.pmjf-hero h1,
	.pmjf-hero-title {
		font-size: 36px;
	}

	.pmjf-subtitle {
		font-size: 20px;
	}

	.pmjf-description {
		font-size: 14.5px;
		line-height: 1.6;
	}

	.pmjf-report-badge {
		border-radius: 12px;
		font-size: 12px;
		line-height: 1.4;
	}

	.pmjf-tabs {
		flex-direction: column;
		border-radius: 18px;
	}

	.pmjf-table-card__header {
		align-items: flex-start;
		flex-direction: column;
		padding: 20px;
	}

	.pmjf-table-card__header h2 {
		font-size: 19px;
	}

	.pmjf-search {
		padding: 16px;
	}

	.pmjf-search__row {
		flex-direction: column;
	}

	.pmjf-search__form {
		flex-direction: column;
	}

	.pmjf-search button,
	.pmjf-search a {
		width: 100%;
	}

	.pmjf-table {
		min-width: 0;
		font-size: 13px;
	}

	.pmjf-table-scroll {
		overflow-x: visible;
	}

	.pmjf-table,
	.pmjf-table thead,
	.pmjf-table tbody,
	.pmjf-table tr,
	.pmjf-table td {
		display: block;
		width: 100%;
	}

	.pmjf-table thead {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}

	.pmjf-table tbody {
		padding: 14px;
		background: #f4f7fb;
	}

	.pmjf-table tbody tr,
	.pmjf-table tbody tr:nth-child(even),
	.pmjf-table tbody tr:hover {
		margin-bottom: 14px;
		overflow: hidden;
		background: #ffffff;
		border: 1px solid #dde6f2;
		border-radius: 14px;
		box-shadow: 0 10px 22px rgba(0, 43, 120, 0.08);
	}

	.pmjf-table tbody tr:last-child {
		margin-bottom: 0;
	}

	.pmjf-table tr {
		display: grid;
		grid-template-columns: 48px minmax(0, 1fr) minmax(82px, auto);
	}

	.pmjf-table td,
	.pmjf-table th:first-child,
	.pmjf-table td:first-child,
	.pmjf-align-right,
	.pmjf-align-center {
		width: auto;
		padding: 11px 12px;
		border-bottom: 0;
		text-align: left !important;
		white-space: normal;
	}

	.pmjf-table .pmjf-rank {
		grid-column: 1;
		grid-row: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #f7f9fc;
		border-right: 1px solid #edf2f8;
		font-size: 16px;
	}

	.pmjf-table .pmjf-name {
		grid-column: 2 / 4;
		grid-row: 1;
		display: flex;
		align-items: center;
		min-height: 48px;
		padding-right: 10px;
		font-size: 14.5px;
		line-height: 1.3;
		overflow-wrap: anywhere;
		word-break: normal;
	}

	.pmjf-table:not(.pmjf-table--club) td:nth-child(3) {
		display: none;
	}

	.pmjf-table td:nth-child(4) {
		grid-column: 1 / 3;
		grid-row: 2;
		background: #fbfdff;
		border-top: 1px solid #edf2f8;
		color: #00338d;
		font-size: 11.5px;
		font-weight: 800;
		line-height: 1.35;
	}

	.pmjf-table .pmjf-usd {
		grid-column: 3 / 4;
		grid-row: 2;
		border-top: 1px solid #edf2f8;
		font-size: 12.5px;
		font-weight: 900;
		text-align: right !important;
	}

	.pmjf-table td:nth-child(6) {
		grid-column: 1 / 4;
		grid-row: 3;
		border-top: 1px solid #edf2f8;
		color: #5f6b7a;
		font-size: 12px;
		font-weight: 800;
		text-align: left !important;
	}

	.pmjf-table--club tr {
		grid-template-columns: 48px minmax(0, 1fr) minmax(100px, auto);
	}

	.pmjf-table--club .pmjf-name {
		grid-column: 2 / 3;
	}

	.pmjf-table--club .pmjf-usd {
		grid-column: 3 / 4;
		grid-row: 1;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		min-height: 48px;
		border-top: 0;
	}

	.pmjf-donate {
		padding: 26px 20px;
		border-radius: 16px;
	}

	.pmjf-donate h2 {
		font-size: 25px;
	}

	.pmjf-donate__actions {
		flex-direction: column;
	}

	.pmjf-button {
		width: 100%;
		white-space: normal;
		text-align: center;
	}

	.pmjf-strip {
		grid-template-columns: 1fr 1fr;
	}
}
