/* Maintain White Text for Leaderboard Widgets inside the Blue Ocean Section */
.home-ocean-bg .card {
	background-color: rgba(255, 255, 255, 0.06) !important;
	color: #ffffff !important;
	border: 1px solid rgba(255, 255, 255, 0.08) !important;
}
.home-ocean-bg .table {
	color: #ffffff !important;
}
.home-ocean-bg .table th {
	color: rgba(255, 255, 255, 0.7) !important;
	border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}
.home-ocean-bg .table td {
	border-bottom-color: rgba(255, 255, 255, 0.04) !important;
}
.home-ocean-bg .card-header {
	color: #ffffff !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
	background: transparent !important;
}
a.card:hover {
	box-shadow: none !important;
}
.bg-success {
	background-color: #10B981 !important;
}

/* Clan leaderboard demo system */
.clan-board-page {
	background:
		radial-gradient(circle at 8% 2%, rgba(14, 174, 240, 0.12), transparent 30%),
		linear-gradient(180deg, #f7fbfe 0%, #edf7fd 100%);
}

.clan-board-shell,
.clan-detail-panel,
.clan-player-panel {
	margin-bottom: 1.25rem;
	border: 1px solid #d4e8f7;
	border-radius: 12px;
	background: #fbfdff;
	box-shadow: 0 18px 38px rgba(5, 77, 145, 0.08);
	overflow: hidden;
}

.clan-board-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
	gap: 1rem;
	align-items: stretch;
	padding: 1.15rem;
	border-bottom: 1px solid #d9ebf8;
	background: linear-gradient(135deg, #f8fcff 0%, #eef9ff 100%);
}

.clan-board-title h1 {
	margin: 0;
	color: #12304d;
	font-family: "Gilroy-ExtraBold", "Inter", sans-serif !important;
	font-size: 1.72rem;
	font-weight: 800;
	line-height: 1.12;
}

.clan-board-title p {
	max-width: 720px;
	margin: 0.45rem 0 0;
	color: #657b90;
	font-family: "Inter", "Segoe UI", sans-serif !important;
	font-size: 0.95rem;
	font-weight: 650;
	line-height: 1.48;
}

.clan-board-season {
	display: grid;
	align-content: center;
	gap: 0.2rem;
	padding: 0.85rem;
	border: 1px solid #cfe3f2;
	border-radius: 10px;
	background: #0e8bf0;
	color: #f8fbff;
}

.clan-board-season span,
.clan-board-season small {
	color: rgba(248, 251, 255, 0.82);
	font-weight: 850;
}

.clan-board-season strong {
	font-family: "Gilroy-ExtraBold", "Inter", sans-serif !important;
	font-size: 1.18rem;
	font-weight: 950;
}

.clan-board-overview {
	display: grid;
	grid-template-columns: minmax(280px, 1fr) minmax(190px, 0.46fr) minmax(210px, 0.5fr);
	gap: 0.8rem;
	padding: 0.85rem;
}

.clan-board-champion {
	position: relative;
	display: grid;
	grid-template-columns: 62px minmax(0, 1fr) auto;
	gap: 0.8rem;
	align-items: center;
	min-height: 124px;
	padding: 1rem;
	border-radius: 12px;
	background: linear-gradient(135deg, #0eaef0 0%, #0e78e8 100%);
	color: #f8fbff;
	text-decoration: none !important;
	box-shadow: inset 0 -6px 0 rgba(4, 64, 118, 0.24);
}

.clan-board-champion h2 {
	margin: 0.1rem 0;
	color: #f8fbff;
	font-family: "Gilroy-ExtraBold", "Inter", sans-serif !important;
	font-size: 1.38rem;
	font-weight: 800;
}

.clan-board-champion p,
.clan-board-champion span {
	margin: 0;
	color: rgba(248, 251, 255, 0.86);
	font-family: "Inter", "Segoe UI", sans-serif !important;
	font-size: 0.86rem;
	font-weight: 750;
}

.clan-board-champion > strong {
	color: #ffd84e;
	font-family: "Gilroy-ExtraBold", "Inter", sans-serif !important;
	font-size: 1.02rem;
	font-weight: 950;
	white-space: nowrap;
}

.clan-board-rank {
	position: absolute;
	top: 0.9rem;
	right: 0.9rem;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 9px;
	background: rgba(7, 34, 70, 0.22);
	color: #ffd84e !important;
	font-weight: 950;
}

.clan-board-emblem {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	border: 3px solid rgba(248, 251, 255, 0.66);
	border-radius: 14px;
	background: #12304d;
	color: #ffd84e;
	font-size: 1rem;
	font-weight: 950;
	letter-spacing: 0.06em;
}

.clan-board-mini {
	display: grid;
	gap: 0.5rem;
}

.clan-board-mini a,
.clan-board-metrics div {
	display: grid;
	gap: 0.1rem;
	min-height: 42px;
	padding: 0.62rem 0.72rem;
	border: 1px solid #d4e8f7;
	border-radius: 10px;
	background: #f8fbff;
	text-decoration: none !important;
}

.clan-board-mini span,
.clan-board-mini small,
.clan-board-metrics span {
	color: #657b90;
	font-family: "Inter", "Segoe UI", sans-serif !important;
	font-size: 0.72rem;
	font-weight: 900;
	text-transform: uppercase;
}

.clan-board-mini strong,
.clan-board-metrics strong {
	color: #12304d;
	font-family: "Gilroy-ExtraBold", "Inter", sans-serif !important;
	font-size: 0.98rem;
	font-weight: 950;
}

.clan-board-metrics {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.5rem;
}

.clan-detail-panel,
.clan-player-panel {
	padding: 1rem;
}

.clan-detail-head,
.clan-player-card {
	display: flex;
	align-items: center;
	gap: 1rem;
	min-width: 0;
}

.clan-detail-head .clan-board-emblem {
	flex: 0 0 auto;
	border-color: #d4e8f7;
	background: #0e8bf0;
}

.clan-detail-head h2,
.clan-player-card h2 {
	margin: 0;
	color: #12304d;
	font-family: "Gilroy-ExtraBold", "Inter", sans-serif !important;
	font-size: 1.42rem;
	font-weight: 800;
}

.clan-detail-head p,
.clan-player-card p {
	max-width: 780px;
	margin: 0.35rem 0 0;
	color: #657b90;
	font-family: "Inter", "Segoe UI", sans-serif !important;
	font-size: 0.94rem;
	font-weight: 650;
	line-height: 1.5;
}

.clan-detail-stats,
.clan-player-stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
	gap: 0.65rem;
	margin-top: 1rem;
}

.clan-detail-stats div,
.clan-player-stats div {
	display: grid;
	gap: 0.15rem;
	min-height: 66px;
	padding: 0.72rem;
	border: 1px solid #d4e8f7;
	border-radius: 10px;
	background: #eef9ff;
}

.clan-detail-stats span,
.clan-player-stats span {
	color: #657b90;
	font-family: "Inter", "Segoe UI", sans-serif !important;
	font-size: 0.72rem;
	font-weight: 900;
	text-transform: uppercase;
}

.clan-detail-stats strong,
.clan-player-stats strong {
	color: #0d8edf;
	font-family: "Gilroy-ExtraBold", "Inter", sans-serif !important;
	font-size: 1.04rem;
	font-weight: 950;
}

.clan-member-list {
	margin-top: 1rem;
	border: 1px solid #d9ebf8;
	border-radius: 10px;
	overflow: hidden;
}

.clan-member-list-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.9rem 1rem;
	background: #f3fbff;
}

.clan-member-list-head h3 {
	margin: 0;
	color: #12304d;
	font-size: 1rem;
	font-weight: 950;
}

.clan-member-list-head a,
.clan-player-actions a {
	color: #0d8edf;
	font-weight: 950;
	text-decoration: none !important;
}

.clan-member-row {
	display: grid;
	grid-template-columns: 42px minmax(120px, 1fr) minmax(90px, 0.5fr) minmax(110px, 0.55fr) auto;
	gap: 0.75rem;
	align-items: center;
	padding: 0.75rem 1rem;
	border-top: 1px solid #e5f0f9;
	background: #fbfdff;
	text-decoration: none !important;
}

.clan-member-row:hover {
	background: #f3fbff;
}

.clan-member-row img,
.clan-leader-link img,
.clan-player-card img {
	border-radius: 8px;
	image-rendering: pixelated;
}

.clan-member-row strong {
	color: #12304d;
	font-weight: 950;
}

.clan-member-row span,
.clan-member-row small {
	color: #657b90;
	font-weight: 850;
}

.clan-role-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	width: fit-content;
	padding: 0 0.58rem;
	border-radius: 999px;
	background: #eef9ff;
	color: #0d8edf !important;
	font-size: 0.76rem;
	font-weight: 950 !important;
}

.clan-role-badge.role-lider {
	background: #fff6c7;
	color: #a86f00 !important;
}

.clan-role-badge.role-yetkili {
	background: #e5f3ff;
	color: #0b72d8 !important;
}

.clan-role-badge.role-uye {
	background: #eff5fa;
	color: #657b90 !important;
}

.clan-player-card img {
	width: 88px;
	height: 88px;
	flex: 0 0 auto;
	border: 3px solid #d4e8f7;
	background: #eef9ff;
}

.clan-player-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-top: 1rem;
}

.clan-player-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 0.95rem;
	border-radius: 8px;
	background: #0eaef0;
	color: #f8fbff;
}

.clan-player-actions a + a {
	background: #eef9ff;
	color: #0d8edf;
}

.clan-table-name {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	text-decoration: none !important;
}

.clan-table-name span {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 9px;
	background: #0e8bf0;
	color: #f8fbff;
	font-size: 0.8rem;
	font-weight: 950;
}

.clan-table-name strong,
.clan-leader-link {
	color: #12304d;
	font-family: "Inter", "Segoe UI", sans-serif !important;
	font-weight: 950;
	text-decoration: none !important;
}

.clan-leader-link {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
}

.clan-leader-link img {
	width: 32px;
	height: 32px;
}

.clan-table-name:hover strong,
.clan-leader-link:hover {
	color: #0d8edf;
}

.clan-server-switcher {
	margin-bottom: 1.25rem;
	padding: 0.85rem;
	border-radius: 12px;
}

.clan-server-switcher .demo-lb-real-grid {
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.clan-server-switcher .demo-lb-real-grid a {
	min-height: 56px;
	padding: 0.62rem;
}

/* Demo leaderboard index */
.demo-leaderboard-page {
	margin: 0;
	padding: 3.25rem 0 4rem;
	background:
		radial-gradient(circle at 12% 0%, rgba(0, 132, 255, 0.10), transparent 34%),
		linear-gradient(180deg, #f8fbff 0%, #eef8ff 100%);
}

.demo-lb-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
	gap: 1.25rem;
	align-items: stretch;
	margin-bottom: 1.25rem;
}

.demo-lb-copy,
.demo-lb-summary,
.demo-lb-panel,
.demo-lb-real {
	border: 1px solid #d4e8f7;
	border-radius: 12px;
	background: #fbfdff;
	box-shadow: 0 18px 38px rgba(5, 77, 145, 0.08);
}

.demo-lb-copy {
	padding: 2rem;
}

.demo-lb-kicker {
	display: inline-flex;
	margin-bottom: 0.65rem;
	color: #0d8edf;
	font-size: 0.78rem;
	font-weight: 950;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.demo-lb-copy h1 {
	max-width: 760px;
	margin: 0;
	color: #12304d;
	font-family: "Gilroy-ExtraBold", "Inter", sans-serif !important;
	font-size: 2.4rem;
	font-weight: 800;
	line-height: 1.08;
}

.demo-lb-copy p {
	max-width: 720px;
	margin: 0.85rem 0 0;
	color: #657b90;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.6;
}

.demo-lb-summary {
	display: grid;
	gap: 0.75rem;
	padding: 1rem;
}

.demo-lb-summary div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.9rem 1rem;
	border-radius: 9px;
	background: #eef9ff;
}

.demo-lb-summary strong {
	color: #0d8edf;
	font-family: "Gilroy-ExtraBold", "Inter", sans-serif !important;
	font-size: 1.45rem;
	font-weight: 800;
}

.demo-lb-summary span {
	color: #12304d;
	font-size: 0.9rem;
	font-weight: 900;
}

.demo-lb-podium {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin-bottom: 1.25rem;
}

.demo-lb-podium-card {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 210px;
	padding: 1.4rem;
	overflow: hidden;
	border: 1px solid #0059b3;
	border-radius: 12px;
	background: linear-gradient(135deg, #0eaef0 0%, #0e78e8 100%);
	color: #f8fbff;
	box-shadow: inset 0 -6px 0 rgba(4, 64, 118, 0.26), 0 18px 34px rgba(5, 77, 145, 0.16);
	text-decoration: none !important;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.demo-lb-podium-card:hover {
	transform: translateY(-3px);
	box-shadow: inset 0 -6px 0 rgba(4, 64, 118, 0.26), 0 22px 42px rgba(5, 77, 145, 0.22);
}

.demo-lb-podium-card.rank-1 {
	background: linear-gradient(135deg, #12b4ee 0%, #0e8bf0 52%, #0b72d8 100%);
}

.demo-lb-podium-card img {
	width: 72px;
	height: 72px;
	border: 3px solid rgba(248, 251, 255, 0.65);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.15);
	image-rendering: pixelated;
}

.demo-lb-podium-card h2 {
	margin: 0.8rem 0 0.2rem;
	color: #f8fbff;
	font-family: "Gilroy-ExtraBold", "Inter", sans-serif !important;
	font-size: 1.35rem;
	font-weight: 800;
}

.demo-lb-podium-card span {
	color: #ffd84e;
	font-weight: 950;
}

.demo-lb-rank {
	position: absolute;
	top: 1rem;
	left: 1rem;
	display: inline-grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 9px;
	background: rgba(7, 34, 70, 0.22);
	color: #ffd84e;
	font-family: "Gilroy-ExtraBold", "Inter", sans-serif !important;
	font-weight: 800;
}

.demo-lb-panel {
	overflow: hidden;
	margin-bottom: 1.25rem;
}

.demo-lb-clan-profile {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
	gap: 1rem;
	align-items: stretch;
	margin-bottom: 1.25rem;
	padding: 1rem;
	border: 1px solid #d4e8f7;
	border-radius: 12px;
	background: #fbfdff;
	box-shadow: 0 18px 38px rgba(5, 77, 145, 0.08);
}

.demo-lb-player-profile {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 0.85rem;
	margin-bottom: 1.25rem;
	padding: 1rem;
	border: 1px solid #d4e8f7;
	border-radius: 12px;
	background: #fbfdff;
	box-shadow: 0 18px 38px rgba(5, 77, 145, 0.08);
}

.demo-lb-player-profile-card {
	display: flex;
	align-items: center;
	gap: 1rem;
	min-width: 0;
}

.demo-lb-player-profile-card img {
	width: 104px;
	height: 104px;
	flex: 0 0 auto;
	border: 3px solid #d4e8f7;
	border-radius: 14px;
	background: #eef9ff;
	image-rendering: pixelated;
}

.demo-lb-player-profile-card h2 {
	margin: 0;
	color: #12304d;
	font-family: "Gilroy-ExtraBold", "Inter", sans-serif !important;
	font-size: 1.8rem;
	font-weight: 800;
}

.demo-lb-player-profile-card p {
	max-width: 760px;
	margin: 0.45rem 0 0;
	color: #657b90;
	font-weight: 750;
	line-height: 1.55;
}

.demo-lb-player-profile-stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.65rem;
}

.demo-lb-player-profile-stats div {
	display: grid;
	align-content: center;
	min-height: 76px;
	padding: 0.8rem;
	border: 1px solid #d4e8f7;
	border-radius: 10px;
	background: #eef9ff;
}

.demo-lb-player-profile-stats span {
	color: #657b90;
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
}

.demo-lb-player-profile-stats strong {
	color: #0d8edf;
	font-size: 1.2rem;
	font-weight: 950;
}

.demo-lb-player-profile-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.demo-lb-player-profile-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 0.95rem;
	border-radius: 8px;
	background: #0eaef0;
	color: #f8fbff;
	font-weight: 950;
	text-decoration: none !important;
}

.demo-lb-player-profile-actions a + a {
	background: #eef9ff;
	color: #0d8edf;
}

.demo-lb-clan-main {
	display: flex;
	align-items: center;
	gap: 1rem;
	min-width: 0;
}

.demo-lb-clan-main img {
	width: 96px;
	height: 96px;
	flex: 0 0 auto;
	border: 3px solid #d4e8f7;
	border-radius: 14px;
	background: #eef9ff;
	image-rendering: pixelated;
}

.demo-lb-clan-main h2 {
	margin: 0;
	color: #12304d;
	font-family: "Gilroy-ExtraBold", "Inter", sans-serif !important;
	font-size: 1.7rem;
	font-weight: 800;
}

.demo-lb-clan-main p {
	max-width: 680px;
	margin: 0.45rem 0 0;
	color: #657b90;
	font-weight: 750;
	line-height: 1.55;
}

.demo-lb-clan-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.65rem;
}

.demo-lb-clan-stats div,
.demo-lb-clan-stats a {
	display: grid;
	align-content: center;
	min-height: 76px;
	padding: 0.8rem;
	border: 1px solid #d4e8f7;
	border-radius: 10px;
	background: #eef9ff;
	text-decoration: none !important;
}

.demo-lb-clan-stats span {
	color: #657b90;
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
}

.demo-lb-clan-stats strong {
	color: #0d8edf;
	font-size: 1.2rem;
	font-weight: 950;
}

.demo-lb-clan-stats a {
	grid-column: 1 / -1;
	place-items: center;
	min-height: 44px;
	background: #0eaef0;
	color: #f8fbff;
	font-weight: 950;
}

.demo-lb-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem;
	border-bottom: 1px solid #d9ebf8;
	background: #f3fbff;
}

.demo-lb-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.demo-lb-tabs button {
	min-height: 38px;
	padding: 0 0.9rem;
	border: 1px solid #cfe3f2;
	border-radius: 8px;
	background: #fbfdff;
	color: #12304d;
	font-weight: 900;
}

.demo-lb-tabs button.active {
	border-color: #0a639e;
	background: #0eaef0;
	color: #f8fbff;
	box-shadow: inset 0 -3px 0 rgba(4, 64, 118, 0.28);
}

.demo-lb-search {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	min-height: 42px;
	width: min(100%, 320px);
	padding: 0 0.85rem;
	border: 1px solid #cfe3f2;
	border-radius: 8px;
	background: #fbfdff;
	color: #657b90;
}

.demo-lb-search-form {
	margin: 0;
	width: min(100%, 320px);
}

.demo-lb-search-form .demo-lb-search {
	width: 100%;
}

.demo-lb-search input {
	width: 100%;
	border: 0;
	outline: 0;
	background: transparent;
	color: #12304d;
	font-weight: 800;
}

.demo-lb-table-wrap {
	margin: 0;
}

.demo-lb-table {
	margin-bottom: 0;
}

.demo-lb-table th {
	background: #f8fbff;
	color: #0d8edf;
	font-size: 0.72rem;
	font-weight: 950;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.demo-lb-rank-chip,
.demo-lb-trend {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 0 0.6rem;
	border-radius: 8px;
	background: #eef9ff;
	color: #0d8edf;
	font-weight: 950;
}

.demo-lb-player {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	min-width: 0;
}

.demo-lb-player-avatar {
	flex: 0 0 auto;
	text-decoration: none !important;
}

.demo-lb-player img {
	width: 34px;
	height: 34px;
	border-radius: 8px;
	image-rendering: pixelated;
}

.demo-lb-player-name {
	display: block;
	color: #12304d;
	font-weight: 950;
	text-decoration: none !important;
}

.demo-lb-player-name:hover,
.demo-lb-clan-link:hover {
	color: #0d8edf;
}

.demo-lb-clan-link {
	display: inline-flex;
	margin-top: 0.1rem;
	color: #657b90;
	font-size: 0.78rem;
	font-weight: 900;
	text-decoration: none !important;
}

.demo-lb-trend {
	background: #e9fbf1;
	color: #109b58;
}

.demo-lb-real {
	display: grid;
	grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
	gap: 1rem;
	align-items: start;
	padding: 1.25rem;
}

.demo-lb-real h2 {
	margin: 0;
	color: #12304d;
	font-family: "Gilroy-ExtraBold", "Inter", sans-serif !important;
	font-size: 1.35rem;
	font-weight: 800;
}

.demo-lb-real-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 0.75rem;
}

.demo-lb-real-grid a {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 0.65rem;
	align-items: center;
	padding: 0.85rem;
	border: 1px solid #d4e8f7;
	border-radius: 10px;
	background: #f8fbff;
	text-decoration: none !important;
}

.demo-lb-real-grid a.active {
	border-color: #0eaef0;
	background: #eef9ff;
	box-shadow: inset 0 -3px 0 rgba(4, 64, 118, 0.12);
}

.demo-lb-real-grid i {
	grid-row: span 2;
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 9px;
	background: #0eaef0;
	color: #f8fbff;
}

.demo-lb-real-grid span {
	color: #12304d;
	font-weight: 950;
}

.demo-lb-real-grid small {
	color: #657b90;
	font-weight: 800;
}

.section {
	margin: 3rem 0;
}

.border-input {
	border-color: #dadfe5 !important;
}

.card-header {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.fs-100 {
	font-size: 100%;
}

/* Unified page theme: applies the ocean UI language to the remaining LeaderOS pages. */
.page-wrapper {
	background:
		radial-gradient(circle at 7% 18%, rgba(125, 220, 255, 0.20), transparent 26%),
		linear-gradient(180deg, #f5fbff 0%, #f2f7fc 100%);
}

.page-section:not(.store-section):not(.bazaar-section):not(.vote-page),
.section:not(.home-section):not(.donors-section):not(.vote-section):not(.store-section):not(.bazaar-section) {
	position: relative;
}

.page-section .container,
.section .container,
.page-section .container-xl,
.section .container-xl {
	position: relative;
}

.page-section .breadcrumb,
.section .breadcrumb {
	display: flex;
	align-items: center;
	min-height: 58px;
	margin: 0 0 18px;
	padding: 0 26px;
	border: 1px solid #cfe6f6;
	border-radius: 8px;
	background: #eaf8ff;
	box-shadow: 0 12px 28px rgba(5, 89, 160, 0.08);
}

.page-section .breadcrumb-item,
.section .breadcrumb-item {
	color: #657b90;
	font-size: 13px;
	font-weight: 750;
}

.page-section .breadcrumb-item a,
.section .breadcrumb-item a {
	color: #12304d;
	font-weight: 900;
	text-decoration: none;
}

.page-section .breadcrumb-item.active,
.section .breadcrumb-item.active {
	color: #657b90;
}

.page-section .page-title,
.section .page-title,
.page-section h1:not(.lb-main-title),
.section h1:not(.lb-main-title) {
	color: #12304d;
	font-weight: 950;
	letter-spacing: 0;
}

.page-section .card:not(.card-product):not(.tebex-auth-card),
.section .card:not(.card-product):not(.tebex-auth-card) {
	border: 1px solid #d4e8f7;
	border-radius: 8px;
	background: #fbfdff;
	box-shadow: 0 18px 38px rgba(5, 77, 145, 0.08);
	color: #12304d;
}

.page-section a.card:not(.card-product),
.section a.card:not(.card-product) {
	text-decoration: none;
	transition: transform 160ms ease-out, box-shadow 160ms ease-out;
}

.page-section a.card:not(.card-product):hover,
.section a.card:not(.card-product):hover {
	transform: translateY(-2px);
	box-shadow: 0 22px 44px rgba(5, 77, 145, 0.13) !important;
}

.page-section .card-header,
.section .card-header {
	border-bottom: 1px solid #d9ebf8;
	background: #f3fbff;
}

.page-section .card-title,
.section .card-title {
	color: #12304d;
	font-weight: 950;
	letter-spacing: 0;
}

.page-section .card-body,
.section .card-body {
	color: #12304d;
}

.page-section .table,
.section .table {
	margin-bottom: 0;
	color: #12304d;
}

.page-section .table thead th,
.section .table thead th {
	border-bottom: 1px solid #d9ebf8;
	background: #f3fbff;
	color: #0d8edf;
	font-size: 11px;
	font-weight: 950;
	letter-spacing: 0.6px;
	text-transform: uppercase;
}

.page-section .table tbody td,
.section .table tbody td {
	border-top: 1px solid #e4f0f8;
	color: #12304d;
	font-weight: 700;
	vertical-align: middle;
}

.page-section .table-hover tbody tr:hover,
.section .table-hover tbody tr:hover {
	background: #eef9ff;
}

.page-section .form-label,
.section .form-label {
	color: #12304d;
	font-size: 12px;
	font-weight: 950;
	letter-spacing: 0.2px;
}

.page-section .form-control,
.page-section .form-select,
.section .form-control,
.section .form-select,
.page-section .select2-container--bootstrap4 .select2-selection,
.section .select2-container--bootstrap4 .select2-selection {
	border: 1px solid #cfe3f2;
	border-radius: 8px;
	background-color: #fbfdff;
	color: #12304d;
	font-weight: 750;
	box-shadow: none;
}

.page-section .form-control:focus,
.page-section .form-select:focus,
.section .form-control:focus,
.section .form-select:focus {
	border-color: #0eaef0;
	box-shadow: 0 0 0 3px rgba(14, 174, 240, 0.14);
}

.page-section .nav-tabs,
.section .nav-tabs,
.page-section .nav-pills,
.section .nav-pills {
	gap: 8px;
	border-bottom: 0;
}

.page-section .nav-tabs .nav-link,
.section .nav-tabs .nav-link,
.page-section .nav-pills .nav-link,
.section .nav-pills .nav-link {
	border: 1px solid #cfe3f2;
	border-radius: 8px;
	background: #eef9ff;
	color: #12304d;
	font-weight: 900;
}

.page-section .nav-tabs .nav-link.active,
.section .nav-tabs .nav-link.active,
.page-section .nav-pills .nav-link.active,
.section .nav-pills .nav-link.active {
	border-color: #0a639e;
	background: #0eaef0;
	color: #f8fbff;
	box-shadow: inset 0 -3px 0 rgba(4, 64, 118, 0.28);
}

.page-section .list-group,
.section .list-group {
	border-radius: 8px;
	overflow: hidden;
}

.page-section .list-group-item,
.section .list-group-item {
	border-color: #d9ebf8;
	background: #fbfdff;
	color: #12304d;
	font-weight: 750;
}

.page-section .list-group-item.active,
.section .list-group-item.active {
	border-color: #0eaef0;
	background: #0eaef0;
	color: #f8fbff;
}

.page-section .pagination,
.section .pagination {
	gap: 6px;
}

.page-section .page-link,
.section .page-link {
	border: 1px solid #cfe3f2;
	border-radius: 7px;
	background: #fbfdff;
	color: #12304d;
	font-weight: 900;
}

.page-section .page-item.active .page-link,
.section .page-item.active .page-link {
	border-color: #0a639e;
	background: #0eaef0;
	color: #f8fbff;
	box-shadow: inset 0 -3px 0 rgba(4, 64, 118, 0.28);
}

.page-section .btn-primary,
.section .btn-primary {
	border: 0;
	border-radius: 8px;
	background: #0eaef0;
	color: #f8fbff;
	font-weight: 950;
	box-shadow: inset 0 -3px 0 rgba(6, 92, 157, 0.30);
}

.page-section .btn-primary:hover,
.section .btn-primary:hover {
	background: #0b98dc;
	color: #f8fbff;
}

.page-section .btn-outline-primary,
.section .btn-outline-primary {
	border-color: #0eaef0;
	color: #0d8edf;
	font-weight: 900;
}

.page-section .btn-outline-primary:hover,
.section .btn-outline-primary:hover {
	background: #0eaef0;
	color: #f8fbff;
}

.page-section .alert,
.section .alert {
	border: 0;
	border-radius: 8px;
	font-weight: 850;
	box-shadow: 0 14px 26px rgba(5, 77, 145, 0.08);
}

.page-section .badge,
.section .badge {
	border-radius: 6px;
	font-weight: 900;
}

/* Credit package checkout: clean white detail page. */
.credit-package-detail-section {
	margin: 0 !important;
	padding: 58px 0 78px;
	background: #ffffff !important;
}

.credit-package-detail-section .container {
	position: relative;
}

.credit-package-detail-section .breadcrumb {
	display: flex;
	align-items: center;
	min-height: 54px;
	margin: 0 0 22px;
	padding: 0;
	border: 0 !important;
	border-radius: 0;
	background: transparent !important;
	box-shadow: none !important;
}

.credit-package-detail-section .breadcrumb-item {
	color: #6d7e91;
	font-size: 13px;
	font-weight: 800;
}

.credit-package-detail-section .breadcrumb-item a {
	color: #12304d;
	font-weight: 950;
	text-decoration: none;
}

.credit-package-detail-grid {
	row-gap: 22px;
}

.credit-package-detail-card,
.credit-order-card {
	position: relative;
	overflow: hidden;
	border: 0;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 18px 42px rgba(13, 48, 77, 0.08);
	color: #12304d;
}

.credit-package-detail-card {
	display: grid;
	grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1fr);
	align-items: stretch;
	min-height: 392px;
}

.credit-package-art {
	display: grid;
	place-items: center;
	min-height: 360px;
	padding: 28px;
	background: #ffffff;
}

.credit-package-art img {
	display: block;
	width: min(100%, 320px);
	max-height: 330px;
	object-fit: contain;
	filter: drop-shadow(0 18px 20px rgba(13, 48, 77, 0.12));
}

.credit-package-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 22px;
	padding: 38px 34px 38px 20px;
}

.credit-package-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
}

.credit-package-eyebrow,
.credit-package-section-title,
.credit-payment-field label {
	display: block;
	margin-bottom: 7px;
	color: #0d8edf;
	font-size: 11px;
	font-weight: 950;
	letter-spacing: 0.8px;
	text-transform: uppercase;
}

.credit-package-head h1 {
	margin: 0;
	color: #12304d;
	font-size: 30px;
	font-weight: 950;
	line-height: 1.08;
}

.credit-package-head p {
	margin: 7px 0 0;
	color: #657b90;
	font-size: 15px;
	font-weight: 750;
}

.credit-package-price {
	flex: 0 0 auto;
	padding: 9px 14px 10px;
	border-radius: 999px;
	background: #0eaef0;
	color: #ffffff;
	font-size: 16px;
	font-weight: 950;
	line-height: 1;
	box-shadow: 0 10px 22px rgba(14, 174, 240, 0.24), inset 0 -3px 0 rgba(6, 92, 157, 0.26);
}

.credit-package-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.credit-package-badge {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 7px 11px;
	border-radius: 8px;
	background: #eef9ff;
	color: #0d8edf;
	font-size: 12px;
	font-weight: 950;
}

.credit-package-badge-bonus,
.credit-package-badge-stock {
	background: #e9fbf1;
	color: #109b58;
}

.credit-package-badge-discount {
	background: #fff7d6;
	color: #d99600;
}

.credit-package-badge-danger {
	background: #ffe8ed;
	color: #e11d48;
}

.credit-package-details {
	padding-top: 20px;
	border-top: 1px solid #edf3f8;
}

.credit-package-details .ck-content {
	color: #5f7187;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7;
}

.credit-order-card {
	position: sticky;
	top: 18px;
	padding: 24px;
}

.credit-order-head {
	margin: -24px -24px 20px;
	padding: 20px 24px;
	border-bottom: 1px solid #edf3f8;
	background: #ffffff;
}

.credit-order-head span {
	display: block;
	color: #12304d;
	font-size: 18px;
	font-weight: 950;
}

.credit-order-head strong {
	display: block;
	margin-top: 4px;
	color: #657b90;
	font-size: 12px;
	font-weight: 800;
}

.credit-order-line,
.credit-order-total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 8px 0;
	color: #12304d;
}

.credit-order-line span,
.credit-order-total span {
	color: #12304d;
	font-size: 13px;
	font-weight: 900;
}

.credit-order-line strong {
	color: #12304d;
	font-size: 13px;
	font-weight: 850;
}

.credit-order-line strong.is-danger {
	color: #f0264b;
}

.credit-order-line strong.is-success {
	color: #10a85a;
}

.credit-order-total {
	margin-top: 10px;
	padding-top: 16px;
	border-top: 1px solid #edf3f8;
}

.credit-order-total strong {
	color: #0d8edf;
	font-size: 24px;
	font-weight: 950;
}

.credit-payment-field {
	margin-top: 22px;
}

.credit-package-detail-section .form-control {
	min-height: 48px;
	border: 1px solid #d6e6f2;
	border-radius: 8px;
	background-color: #ffffff;
	color: #12304d;
	font-weight: 850;
	box-shadow: none;
}

.credit-package-detail-section .form-control:focus {
	border-color: #0eaef0;
	box-shadow: 0 0 0 3px rgba(14, 174, 240, 0.14);
}

.credit-terms-check {
	margin-top: 16px;
	color: #657b90;
	font-size: 13px;
	font-weight: 750;
}

.credit-checkout-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	min-height: 52px;
	margin-top: 18px;
	border: 0;
	border-radius: 8px;
	background: #0eaef0;
	color: #ffffff;
	font-size: 15px;
	font-weight: 950;
	box-shadow: inset 0 -4px 0 rgba(6, 92, 157, 0.30);
	transition: background 160ms ease-out, transform 160ms ease-out;
}

.credit-checkout-button:hover,
.credit-checkout-button:focus {
	background: #0d9edb;
	color: #ffffff;
	transform: translateY(-1px);
}

@media (max-width: 991.98px) {
	.credit-package-detail-card {
		grid-template-columns: 1fr;
	}

	.credit-package-info {
		padding: 0 24px 28px;
	}

	.credit-order-card {
		position: relative;
		top: auto;
	}
}

@media (max-width: 575.98px) {
	.credit-package-detail-section {
		padding: 34px 0 56px;
	}

	.credit-package-head {
		flex-direction: column;
	}

	.credit-package-head h1 {
		font-size: 24px;
	}

	.credit-package-art {
		min-height: 250px;
		padding: 20px;
	}
}

.alert-success {
	color: #fff;
	background-color: var(--tblr-success) !important;
}
.alert-danger {
	color: #fff;
	background-color: var(--tblr-danger) !important;
}
.alert-warning {
	color: #fff;
	background-color: var(--tblr-warning) !important;
}
.alert-info {
	color: #fff;
	background-color: var(--tblr-info) !important;
}

.widget-title {
	color: inherit;
	margin-bottom: 0.5rem;
}

.widget-link {
	--tblr-text-opacity: 1;
	color: rgba(var(--tblr-muted-rgb), var(--tblr-text-opacity)) !important;
}
[data-bs-theme=dark] .widget-link {
	color: rgba(255, 255, 255, 0.5) !important;
}
.widget-link:hover {
	text-decoration: none;
	color: inherit !important;
}

.footer {
	color: inherit;
	background-color: var(--tblr-bg-surface);
}

/* Flat footer */
.flat-footer {
	position: relative;
	overflow: hidden;
	margin-top: 0;
	padding: 52px 0 26px;
	border-top: 0;
	background-color: #0e8bf0;
	background:
		radial-gradient(circle at 50% -18%, #7ddcff 0%, rgba(125, 220, 255, 0) 32%),
		linear-gradient(180deg, #13b6ef 0%, #1098e7 54%, #0d78db 100%);
	color: #f8fbff;
}

.flat-footer::before {
	content: "";
	position: absolute;
	inset: 0;
	display: none;
	pointer-events: none;
}

.flat-footer::after {
	content: "";
	position: absolute;
	left: -5vw;
	right: -5vw;
	bottom: -34px;
	height: 108px;
	border-radius: 50% 50% 0 0;
	background:
		radial-gradient(ellipse at 50% 0%, #f8fdff 0%, #caf3ff 30%, #58c6f4 58%, #0e8be0 100%),
		linear-gradient(180deg, #f8fdff 0%, #aeeeff 42%, #0e8bf0 100%);
	box-shadow:
		0 -9px 0 rgba(204, 244, 255, 0.92),
		0 -17px 34px rgba(174, 238, 255, 0.42);
	pointer-events: none;
}

.flat-footer > .container {
	position: relative;
	z-index: 2;
}

.flat-footer-main {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 28px;
	align-items: center;
	padding: 0 0 26px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.flat-footer-brand {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	gap: 16px;
	align-items: center;
}

.flat-footer-logo {
	display: grid;
	place-items: center;
	width: 72px;
	height: 72px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.flat-footer-logo img {
	max-width: 72px;
	max-height: 72px;
	object-fit: contain;
}

.flat-footer h3 {
	margin: 0 0 6px;
	color: #f8fbff;
	font-family: "Gilroy-ExtraBold", "Inter", sans-serif;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.1;
	text-transform: uppercase;
	text-shadow: 0 3px 0 rgba(5, 57, 112, 0.20);
}

.flat-footer-copy {
	max-width: 620px;
	color: rgba(248, 251, 255, 0.86);
	font-size: 13px;
	font-weight: 750;
	line-height: 1.55;
}

.flat-footer-copy :last-child {
	margin-bottom: 0;
}

.flat-footer-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px;
}

.flat-footer-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 46px;
	padding: 0 16px;
	border: 1px solid #0a639e;
	border-bottom: 4px solid #0a639e;
	border-radius: 6px;
	background: #eaf8ff;
	color: #f8fbff !important;
	font-size: 12px;
	font-weight: 900;
	text-decoration: none !important;
	text-transform: uppercase;
	color: #12304d !important;
	box-shadow: 0 13px 24px rgba(5, 57, 112, 0.18);
	transition: transform 160ms ease-out, box-shadow 160ms ease-out;
}

.flat-footer-action:hover {
	transform: translateY(-2px);
	box-shadow: 0 17px 28px rgba(5, 57, 112, 0.22);
}

.flat-footer-action i {
	display: grid;
	place-items: center;
	width: 26px;
	height: 26px;
	border-radius: 6px;
	background: #0eaef0;
	color: #f8fbff;
	font-size: 17px;
	box-shadow: inset 0 -3px 0 rgba(4, 64, 118, 0.28);
}

.flat-footer-links {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 18px;
	margin-top: 0;
	padding: 24px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.flat-footer-group {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.flat-footer-group h4 {
	margin: 0 0 12px;
	color: #f8fbff;
	font-size: 13px;
	font-weight: 950;
	text-transform: uppercase;
	text-shadow: 0 2px 0 rgba(5, 57, 112, 0.18);
}

.flat-footer-group li + li {
	margin-top: 8px;
}

.flat-footer-group .widget-link {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 38px;
	width: max-content;
	max-width: 100%;
	padding: 5px 10px 5px 5px;
	border: 1px solid transparent;
	border-radius: 7px;
	color: rgba(248, 251, 255, 0.88) !important;
	font-size: 13px;
	font-weight: 850;
	text-decoration: none !important;
	transition: background 150ms ease-out, border-color 150ms ease-out, transform 150ms ease-out;
}

.flat-footer-group .widget-link:hover {
	border-color: rgba(255, 255, 255, 0.24);
	background: rgba(255, 255, 255, 0.12);
	color: #f8fbff !important;
	transform: translateX(2px);
}

.flat-footer-group .widget-link i {
	display: grid;
	place-items: center;
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	border-bottom: 4px solid rgba(5, 57, 112, 0.38);
	border-radius: 7px;
	background: #5d5cf2;
	color: #f8fbff;
	font-size: 16px;
	box-shadow: 0 10px 18px rgba(5, 57, 112, 0.18);
}

.flat-footer-control-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.flat-footer-controls .btn {
	min-height: 40px;
	border: 1px solid #0a639e !important;
	border-bottom: 3px solid #0a639e !important;
	border-radius: 6px;
	background: #eaf8ff !important;
	color: #12304d !important;
	font-size: 12px;
	font-weight: 900;
	box-shadow: 0 11px 20px rgba(5, 57, 112, 0.14);
}

.flat-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: 18px;
	padding: 4px 0 0;
	border-top: 0;
	color: rgba(248, 251, 255, 0.82);
	font-size: 12px;
	font-weight: 850;
}

.flat-footer-powered #powered_by_leaderos,
.flat-footer-powered a {
	color: #f8fbff !important;
	font-weight: 900;
	text-decoration: none !important;
}

/* Vote page */
.vote-page {
	position: relative;
	overflow: hidden;
	margin-top: 0;
	padding: 42px 0 84px;
	background: #f8fbff;
}

.vote-page .breadcrumb {
	margin: 0 0 18px;
	padding: 10px 14px;
	border: 1px solid #cfe8f5 !important;
	border-radius: 6px;
	background: #eef9ff;
	color: #31536c;
	font-size: 12px;
	font-weight: 800;
}

.vote-wrap {
	padding: 0;
}

.vote-banner {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 310px;
	gap: 26px;
	align-items: center;
	min-height: 260px;
	margin-bottom: 22px;
	padding: 38px 34px 48px;
	border: 0;
	border-radius: 0;
	background:
		linear-gradient(135deg, rgba(2, 41, 97, 0.24), rgba(2, 41, 97, 0)),
		linear-gradient(135deg, #0eaef0 0%, #0e89ef 52%, #0e6af0 100%);
	box-shadow: none;
	color: #f8fbff;
}

.vote-banner::before {
	content: "";
	position: absolute;
	inset: 0;
	display: none;
	pointer-events: none;
}

.vote-banner::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 12px;
	background:
		radial-gradient(circle at 6px 8px, #f8fbff 0 3px, transparent 4px) repeat-x,
		linear-gradient(180deg, transparent 0, transparent 5px, #f8fbff 5px, #f8fbff 7px, transparent 7px);
	background-size: 12px 12px, 100% 12px;
	opacity: 1;
}

.vote-banner-main,
.vote-banner-side {
	position: relative;
	z-index: 1;
}

.vote-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
	padding: 7px 10px;
	border: 1px solid rgba(255, 255, 255, 0.26);
	border-radius: 5px;
	background: rgba(7, 34, 70, 0.18);
	color: #ffd84e;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

.vote-banner h1 {
	max-width: 620px;
	margin: 0;
	color: #f8fbff;
	font-family: "Gilroy-ExtraBold", "Inter", sans-serif;
	font-size: 42px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.04;
	text-transform: uppercase;
	text-shadow: 0 3px 0 rgba(5, 44, 92, 0.24);
}

.vote-banner p {
	max-width: 650px;
	margin: 14px 0 0;
	color: rgba(248, 251, 255, 0.88);
	font-size: 15px;
	font-weight: 650;
	line-height: 1.6;
}

.vote-hero-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-top: 22px;
}

.vote-primary-action,
.vote-hero-note {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 42px;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 900;
	text-decoration: none !important;
}

.vote-primary-action {
	padding: 0 16px;
	border: 1px solid #9a7504;
	border-bottom: 4px solid #9a7504;
	background: #ffd84e;
	color: #12304d !important;
	box-shadow: 0 12px 24px rgba(14, 82, 139, 0.20);
	transition: transform 160ms ease-out, box-shadow 160ms ease-out;
}

.vote-primary-action:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 28px rgba(14, 82, 139, 0.24);
}

.vote-hero-note {
	padding: 0 13px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	background: rgba(4, 29, 61, 0.17);
	color: rgba(248, 251, 255, 0.88);
}

.vote-banner-side {
	display: grid;
	gap: 16px;
	justify-items: center;
}

.vote-logo-mark {
	display: grid;
	place-items: center;
	width: 150px;
	height: 150px;
	border: 1px solid rgba(255, 255, 255, 0.32);
	border-radius: 8px;
	background:
		radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.22) 58%, rgba(4, 38, 82, 0.08) 59%),
		rgba(255, 255, 255, 0.12);
	box-shadow: 0 18px 34px rgba(5, 44, 92, 0.26);
}

.vote-logo-mark img {
	max-width: 116px;
	max-height: 116px;
	object-fit: contain;
	filter: drop-shadow(0 12px 16px rgba(6, 35, 78, 0.28));
}

.vote-reward-card {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	width: 100%;
	padding: 14px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 7px;
	background: rgba(4, 29, 61, 0.18);
}

.vote-reward-icon {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border: 1px solid #9a7504;
	border-bottom: 4px solid #9a7504;
	border-radius: 5px;
	background: #ffd84e;
	color: #12304d;
}

.vote-reward-card strong {
	display: block;
	color: #f8fbff;
	font-size: 13px;
	font-weight: 950;
	text-transform: uppercase;
}

.vote-reward-card span {
	display: block;
	margin-top: 3px;
	color: rgba(248, 251, 255, 0.78);
	font-size: 12px;
	font-weight: 650;
	line-height: 1.38;
}

.vote-content-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 18px;
}

.vote-description,
.vote-links-panel {
	border: 0;
	border-radius: 10px;
	background: #fbfdff;
	box-shadow: 0 22px 48px rgba(29, 48, 83, 0.10);
}

.vote-description {
	padding: 18px 20px;
	color: #37516d;
}

.vote-description :last-child {
	margin-bottom: 0;
}

.vote-links-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 28px 30px 14px;
	border-bottom: 0;
}

.vote-section-kicker {
	display: inline-block;
	margin-bottom: 4px;
	color: #0eaef0;
	font-size: 11px;
	font-weight: 950;
	letter-spacing: 0;
	text-transform: uppercase;
}

.vote-links-header h2 {
	margin: 0;
	color: #12304d;
	font-size: 24px;
	font-weight: 950;
	letter-spacing: 0;
	text-transform: uppercase;
}

.vote-links-header p {
	max-width: 560px;
	margin: 6px 0 0;
	color: #5f7488;
	font-size: 13px;
	font-weight: 750;
	line-height: 1.45;
}

.vote-link-count {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 12px;
	border-radius: 999px;
	background: #eaf7ff;
	color: #087fce;
	font-size: 12px;
	font-weight: 900;
	white-space: nowrap;
}

.vote-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	padding: 12px 30px 30px;
}

.vote-link {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: 74px minmax(0, 1fr) auto;
	gap: 16px;
	align-items: center;
	min-height: 98px;
	padding: 18px;
	border: 0;
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(14, 174, 240, 0.08), rgba(14, 174, 240, 0) 42%),
		#ffffff;
	text-decoration: none !important;
	box-shadow:
		0 1px 0 rgba(213, 226, 238, 0.90),
		0 14px 30px rgba(29, 48, 83, 0.08);
	transition: transform 160ms ease-out, box-shadow 160ms ease-out, background 160ms ease-out;
}

.vote-link::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: linear-gradient(135deg, rgba(14, 174, 240, 0.12), rgba(255, 216, 78, 0.10));
	opacity: 0;
	transition: opacity 160ms ease-out;
	pointer-events: none;
}

.vote-link:hover {
	transform: translateY(-2px);
	box-shadow:
		0 1px 0 rgba(182, 217, 239, 0.95),
		0 18px 36px rgba(14, 130, 205, 0.14);
}

.vote-link:hover::after {
	opacity: 1;
}

.vote-link-media {
	position: relative;
	display: grid;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: auto;
	background: transparent;
}

.vote-link-number {
	position: static;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: max-content;
	margin: 0 auto;
	padding: 3px 8px;
	border-radius: 999px;
	background: #eef8ff;
	color: #087fce;
	font-size: 11px;
	font-weight: 950;
}

.vote-link-icon {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border: 0;
	border-radius: 8px;
	background: #0eaef0;
	color: #f8fbff;
	box-shadow: 0 12px 22px rgba(14, 174, 240, 0.22);
}

.vote-link-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: 0;
}

.vote-link-name {
	display: block;
	overflow: hidden;
	color: #12304d;
	font-size: 18px;
	font-weight: 900;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vote-link-meta {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: 8px;
	color: #64748b;
	font-size: 12px;
	font-weight: 780;
	text-transform: none;
}

.vote-link-meta i {
	color: #0eaef0;
	font-size: 16px;
}

.vote-link-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	width: max-content;
	min-width: 96px;
	height: 40px;
	margin-top: 0;
	padding: 0 16px;
	border: 0;
	border-radius: 8px;
	background: #0eaef0;
	color: #f8fbff;
	font-size: 12px;
	font-weight: 950;
	text-transform: uppercase;
	box-shadow: 0 10px 20px rgba(14, 174, 240, 0.20);
}

.vote-empty {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 18px;
	padding: 18px;
	border: 1px solid #cfe8f5;
	border-radius: 7px;
	background: #eef9ff;
	color: #37516d;
}

.vote-empty i {
	color: #0eaef0;
	font-size: 26px;
}

@media (max-width: 991px) {
	.flat-footer-main {
		grid-template-columns: 1fr;
	}

	.flat-footer-actions {
		justify-content: flex-start;
	}

	.flat-footer-links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vote-banner {
		grid-template-columns: 1fr;
	}

	.vote-banner-side {
		grid-template-columns: 150px minmax(0, 1fr);
		justify-items: stretch;
	}

	.vote-links {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 575px) {
	.flat-footer {
		padding-top: 30px;
	}

	.flat-footer-main {
		padding-bottom: 22px;
	}

	.flat-footer-group {
		padding: 0;
	}

	.flat-footer-brand {
		grid-template-columns: 58px minmax(0, 1fr);
		gap: 12px;
	}

	.flat-footer-logo {
		width: 58px;
		height: 58px;
	}

	.flat-footer-logo img {
		max-width: 58px;
		max-height: 58px;
	}

	.flat-footer-links {
		grid-template-columns: 1fr;
	}

	.flat-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.flat-footer-action {
		width: 100%;
	}

	.vote-page {
		padding-top: 18px;
	}

	.vote-banner {
		padding: 24px 18px 28px;
	}

	.vote-banner h1 {
		font-size: 30px;
	}

	.vote-banner-side {
		grid-template-columns: 1fr;
	}

	.vote-logo-mark {
		width: 118px;
		height: 118px;
		justify-self: center;
	}

	.vote-logo-mark img {
		max-width: 92px;
		max-height: 92px;
	}

	.vote-links-header {
		align-items: flex-start;
		flex-direction: column;
	}

	.vote-link {
		grid-template-columns: 1fr;
		gap: 12px;
		padding: 18px;
	}

	.vote-link-media {
		grid-template-columns: auto auto;
		justify-content: flex-start;
		min-height: auto;
	}

	.vote-link-content {
		padding: 0;
	}

	.vote-link-button {
		width: 100%;
	}
}

/* Minecraft styled vote board */
.vote-links-panel {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	background:
		radial-gradient(circle at 14% 18%, rgba(255, 255, 255, 0.18), transparent 18%),
		linear-gradient(135deg, #1799f4 0%, #087ce6 54%, #0664c4 100%);
	box-shadow:
		inset 0 -10px 0 rgba(3, 77, 156, 0.38),
		0 24px 54px rgba(5, 78, 158, 0.22);
}

.vote-links-panel::before,
.vote-links-panel::after {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	background: rgba(255, 255, 255, 0.34);
	clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%);
	pointer-events: none;
}

.vote-links-panel::before {
	top: 40px;
	left: 8%;
}

.vote-links-panel::after {
	right: 20%;
	bottom: 92px;
	opacity: 0.45;
}

.vote-links-header {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(220px, 1fr) auto;
	align-items: center;
	min-height: 132px;
	padding: 28px 30px 24px;
}

.vote-section-kicker {
	color: rgba(248, 251, 255, 0.82);
	font-size: 12px;
}

.vote-links-header h2 {
	color: #f8fbff;
	font-size: 28px;
	text-shadow: 0 3px 0 rgba(3, 52, 113, 0.22);
}

.vote-links-header p {
	max-width: 410px;
	color: rgba(248, 251, 255, 0.78);
}

.vote-link-count {
	justify-self: end;
	align-self: start;
	border-radius: 8px;
	background: rgba(248, 251, 255, 0.16);
	color: #f8fbff;
	box-shadow: inset 0 -3px 0 rgba(3, 74, 150, 0.22);
}

.vote-mc-showcase {
	position: relative;
	display: grid;
	grid-template-columns: 62px 112px;
	align-items: center;
	justify-content: center;
	gap: 18px;
	min-height: 170px;
}

.vote-mc-ranks {
	display: grid;
	gap: 7px;
	color: rgba(190, 224, 255, 0.86);
	font-size: 18px;
	font-weight: 950;
	line-height: 1;
	text-align: center;
}

.vote-mc-ranks strong {
	color: #ffd84e;
	font-size: 24px;
	text-shadow: 0 3px 0 rgba(3, 52, 113, 0.30);
}

.vote-mc-character {
	position: relative;
	width: 92px;
	height: 142px;
	filter: drop-shadow(0 18px 22px rgba(2, 41, 95, 0.30));
}

.vote-mc-character span {
	position: absolute;
	display: block;
	image-rendering: pixelated;
}

.vote-mc-head {
	left: 27px;
	top: 0;
	width: 42px;
	height: 42px;
	background:
		linear-gradient(90deg, transparent 10px, #d7b7ff 10px 18px, transparent 18px 24px, #d7b7ff 24px 32px, transparent 32px),
		linear-gradient(135deg, #2f155d 0%, #54268c 52%, #251045 100%);
	box-shadow:
		inset -8px -6px 0 rgba(22, 8, 45, 0.30),
		inset 5px 0 0 rgba(137, 73, 190, 0.38);
}

.vote-mc-body {
	left: 23px;
	top: 43px;
	width: 50px;
	height: 62px;
	background:
		linear-gradient(90deg, rgba(218, 183, 255, 0.55) 0 8px, transparent 8px 42px, rgba(218, 183, 255, 0.50) 42px),
		linear-gradient(135deg, #51208a 0%, #38166d 62%, #1b0b36 100%);
	box-shadow: inset -9px -8px 0 rgba(17, 7, 37, 0.28);
}

.vote-mc-arm {
	top: 50px;
	width: 17px;
	height: 58px;
	background: linear-gradient(180deg, #4d1e86, #2a1156);
	box-shadow: inset 0 -10px 0 rgba(231, 207, 255, 0.58);
}

.vote-mc-arm-left {
	left: 5px;
	transform: rotate(7deg);
}

.vote-mc-arm-right {
	right: 0;
	transform: rotate(-7deg);
}

.vote-mc-leg {
	top: 105px;
	width: 22px;
	height: 32px;
	background: linear-gradient(180deg, #321261, #170929);
}

.vote-mc-leg-left {
	left: 25px;
}

.vote-mc-leg-right {
	left: 49px;
}

.vote-links {
	position: relative;
	z-index: 1;
	gap: 16px;
	padding: 0 30px 34px;
}

.vote-link {
	grid-template-columns: 66px minmax(0, 1fr) auto;
	min-height: 92px;
	border-radius: 10px;
	background: rgba(248, 251, 255, 0.14);
	box-shadow:
		inset 0 -4px 0 rgba(3, 74, 150, 0.22),
		0 14px 26px rgba(3, 74, 150, 0.12);
}

.vote-link::after {
	background: rgba(248, 251, 255, 0.10);
}

.vote-link:hover {
	box-shadow:
		inset 0 -4px 0 rgba(3, 74, 150, 0.18),
		0 18px 34px rgba(3, 60, 126, 0.18);
}

.vote-link-number {
	background: rgba(248, 251, 255, 0.18);
	color: #c7e9ff;
}

.vote-link-icon {
	width: 44px;
	height: 44px;
	border-radius: 9px;
	background: #f8fbff;
	color: #087fce;
	box-shadow: inset 0 -4px 0 rgba(195, 226, 246, 0.92);
}

.vote-link-name {
	color: #f8fbff;
}

.vote-link-meta {
	color: rgba(248, 251, 255, 0.72);
}

.vote-link-meta i {
	color: #ffd84e;
}

.vote-link-button {
	background: #ffd84e;
	color: #12304d;
	box-shadow: inset 0 -4px 0 rgba(166, 124, 0, 0.32);
}

@media (max-width: 991px) {
	.vote-links-header {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.vote-link-count {
		justify-self: start;
	}
}

@media (max-width: 575px) {
	.vote-links-header {
		min-height: 0;
		padding: 24px 18px 16px;
	}

	.vote-mc-showcase {
		grid-template-columns: 54px 96px;
		justify-content: flex-start;
		min-height: 132px;
	}

	.vote-mc-character {
		transform: scale(0.82);
		transform-origin: left center;
	}

	.vote-links {
		padding: 0 18px 24px;
	}
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.breadcrumb {
	background-color: var(--tblr-bg-surface);
	padding: 1rem 1.5rem;
	border-radius: 0.5rem;
	border: 1px solid var(--tblr-border-color) !important;
	margin-bottom: 0.75rem;
}
.breadcrumb-item a {
	color: inherit;
}
.breadcrumb-item.active {
	--tblr-text-opacity: 1;
	font-weight: normal;
	color: rgba(var(--tblr-muted-rgb), var(--tblr-text-opacity)) !important;
}
[data-bs-theme=dark] .breadcrumb-item.active {
	color: rgba(255, 255, 255, 0.5) !important;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:active {
	color: var(--tblr-dropdown-link-active-color) !important;
	text-decoration: none;
	background-color: var(--tblr-dropdown-link-active-bg);
}
[data-bs-theme=dark] .dropdown-item.active, .dropdown-item:active,
[data-bs-theme=dark] .dropdown-item:hover {
	color: #fff !important;
}

[data-bs-theme=dark] .text-muted {
	color: rgba(255, 255, 255, 0.5) !important;
}

.btn-transparent {
	background-color: transparent;
	border-color: transparent !important;
	box-shadow: none;
	color: inherit;
}

@media (min-width: 768px) {
	.navbar-expand-md .nav-item:hover {
		position: relative;
	}
	.navbar-expand-md .nav-item:hover:not(.no-hover-border)::after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: -.25rem;
		border: 0 var(--tblr-border-style) var(--tblr-navbar-active-border-color);
		border-bottom-width: 2px;
	}
}

.ti {
	font-size: 20px;
}

.page-center {
	justify-content: center;
}

.card-header .ck-content p:last-child,
.card-body .ck-content p:last-child {
	margin-bottom: 0;
}

.superWheel .sWheel-inner {
	background-color: #d2a100;
	border-radius: 100%;
}

.input-group.input-icon {
	margin-left: 1px;
}
.input-group.input-icon .input-icon-addon {
	z-index: 6;
}
.input-group.input-icon .form-control {
	height: calc(2.25rem + 2px);
}

.table a:not(.btn) {
	color: inherit;
}
.table a:hover {
	text-decoration: none;
}

.btn-group-sm>.btn, .btn-sm {
	--tblr-btn-line-height: 1.625;
	--tblr-btn-icon-size: 0.813rem;
}

tbody td {
	vertical-align: middle;
}

.btn-icon .ti {
	font-size: 1rem;
}

.bg-surface {
	background-color: var(--tblr-bg-surface);
}

.card-product .stock {
	position: absolute;
	top: -.75rem;
	left: -0.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	height: auto;
	padding: .325rem .625rem;
	font-size: 90%;
	color: #ffffff;
	border-radius: .375rem;
	z-index: 2;
}
.card-product .stock.stock-sm {
	top: -0.5rem;
	left: -0.5rem;
	font-size: 85%;
	padding: .25rem .5rem;
}
.card-product .stock.have-stock {
	background-color: #fb6340;
}
.card-product .stock.stock-out {
	background-color: #f5365c;
}

.card-product .discount {
	position: absolute;
	top: -1.25rem;
	right: -0.75rem;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3rem;
	height: 3rem;
	font-weight: 600;
	color: #ffffff;
	background-color: var(--tblr-primary);
	border-radius: 50%;
	z-index: 2;
}
.card-product .discount.discount-sm {
	width: 2.5rem;
	height: 2.5rem;
	font-size: 90%;
	font-weight: 600;
	top: -0.75rem;
	right: -0.5rem;
}


.card-product .price {
	font-size: 1.125rem;
	font-weight: 600;
}

.card-product .old-price {
	font-size: 80%;
	font-weight: 700;
	color: #f5365c;
	text-decoration: line-through;
}

.card-product {
	height: 100%;
}

.card-product .card-img-top {
	height: auto;
}

.card-product .card-body {
	display: flex;
	flex-direction: column;
	position: initial;
}

.border-bottom-separator > * {
	padding-top: .875rem;
	padding-bottom: .875rem;
	border-bottom: 1px solid var(--tblr-border-color) !important;
}
.border-bottom-separator > *:last-child {
	border-bottom: 0 !important;
}

.no-underline:hover {
	text-decoration: none;
}

.icon-sm {
	font-size: 1rem !important;
}

.card-img-right {
	border-radius: var(--tblr-card-border-radius) var(--tblr-card-border-radius) 0 0;
	object-fit: cover;
	object-position: center;
}

@media (min-width: 992px) {
	.home-slider .carousel-inner, .home-slider .carousel-item {
		height: 400px;
		overflow: hidden;
	}
	.home-slider .carousel-item img {
		height: 400px;
		object-fit: cover;
		overflow: hidden;
	}
}

/* BROADCAST */
.broadcast-shell {
	position: relative;
	z-index: 1001;
	width: 100%;
	min-height: 46px;
	overflow: hidden;
	border-bottom: 1px solid rgba(10, 99, 158, 0.18);
	background:
		linear-gradient(90deg, #eaf8ff 0%, #f8fbff 46%, #fff7d6 100%);
	box-shadow: 0 10px 24px rgba(5, 77, 145, 0.08);
}

.broadcast-shell::before,
.broadcast-shell::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 2;
	width: 44px;
	pointer-events: none;
}

.broadcast-shell::before {
	left: 0;
	background: linear-gradient(90deg, #eaf8ff 0%, rgba(234, 248, 255, 0) 100%);
}

.broadcast-shell::after {
	right: 0;
	background: linear-gradient(270deg, #fff7d6 0%, rgba(255, 247, 214, 0) 100%);
}

.broadcast {
	display: flex;
	align-items: center;
	width: 100%;
	height: 46px;
	overflow: hidden;
}

.broadcast-item {
	display: inline-flex;
	align-items: center;
	padding: 6px 560px 6px 16px;
}

.broadcast-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 34px;
	color: #12304d;
	font-size: 13px;
	font-weight: 850;
	text-decoration: none !important;
	white-space: nowrap;
}

.broadcast-link:hover {
	color: #0d78db;
}

.broadcast-badge,
.broadcast-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	border-radius: 7px;
	font-size: 11px;
	font-weight: 950;
	line-height: 1;
	text-transform: uppercase;
}

.broadcast-badge {
	gap: 6px;
	padding: 8px 10px;
	border: 1px solid #0a639e;
	background: #0eaef0;
	color: #f8fbff;
	box-shadow: inset 0 -3px 0 rgba(4, 64, 118, 0.28);
}

.broadcast-badge i {
	font-size: 16px;
}

.broadcast-title {
	color: #12304d;
	font-size: 13px;
	font-weight: 900;
}

.broadcast-cta {
	padding: 7px 9px;
	background: #ffd84e;
	color: #12304d;
	box-shadow: inset 0 -2px 0 rgba(185, 139, 8, 0.34);
}

.modern-header.modern-header-combo.has-broadcast {
	top: 46px;
}

@media (max-width: 768px) {
	.broadcast-item {
		padding-right: 360px;
		padding-left: 12px;
	}

	.broadcast-link {
		gap: 8px;
		font-size: 12px;
	}

	.broadcast-cta {
		display: none;
	}
}

.shopping-cart-count-circle {
	width: 18px;
	height: 18px;
	text-align: center;
	justify-content: center;
	display: flex;
	align-items: center;
	border-radius: 50%;
	font-size: 80%;
	background-color: var(--tblr-primary);
	color: #fff;
}

/*NAV-TABS*/
.nav-tabs {
	margin-bottom: 0;
}
.nav-tabs .nav-link {
	display: block;
	text-align: center;
	padding: 1rem;
	font-weight: 500;
	color: var(--tblr-body-color);
	border: 0;
	border-radius: 0;
	border-bottom: 2px solid var(--tblr-border-color);
}

.nav-tabs .nav-link:hover {
	color: var(--tblr-primary);
	border-color: var(--tblr-border-color);
}

.nav-tabs .nav-link:first-child {
	border-top-left-radius: 10px;
}

.nav-tabs .nav-link:last-child {
	border-top-right-radius: 10px;
}

.nav-tabs .nav-link.active {
	border: 0;
	border-bottom: 2px solid var(--tblr-primary);
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: var(--tblr-primary);
	border-color: var(--tblr-primary);
	background-color: transparent;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
	--tblr-btn-disabled-border-color: var(--tblr-btn-disabled-bg);
}

@media (min-width: 768px) {
	.termsfeed-com---nb .cc-nb-main-container {
		padding: 2rem !important;
	}
	.termsfeed-com---nb-simple {
		bottom: 20px !important;
		right: 20px !important;
		border-radius: 0.625rem !important;
	}
}
.cc-cp-foot-byline {
	visibility: hidden;
}
.cc-pc-head-close:focus {
	border: none !important;
}
.termsfeed-com---palette-dark *:focus {
	box-shadow: none !important;
}
.cc-nb-okagree, .cc-cp-foot-save {
	color: #fff !important;
	background-color: var(--tblr-primary) !important;
}

.btn-link {
	color: rgba(var(--tblr-link-color-rgb),var(--tblr-link-opacity,1));
}

.btn-link:hover {
	color: rgba(var(--tblr-link-hover-color-rgb),var(--tblr-link-opacity,1));
}

.role__default {
	display: inline-block;
	justify-content: center;
	align-items: center;
	background: var(--tblr-bg-surface-secondary);
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	min-width: 1.35714285em;
	font-size: 85%;
	font-weight: var(--tblr-font-weight-bold);
	letter-spacing: .04em;
	vertical-align: bottom;
	line-height: 1;
	padding: 0.25rem 0.5rem;
	text-align: center;
	white-space: nowrap;
	border-radius: 0.25rem;
}

.forum-online-users a:hover {
	text-decoration: none;
}
.forum-online-users a:not(:last-child)::after {
	margin-left: -3px;
	content: ",";
	font-size: 90%;
	color: rgb(var(--tblr-body-color-rgb)) !important;
}

.select2-container--bootstrap4 .select2-selection--single {
	height: calc(1.875em + .75rem + 2px) !important;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
	line-height: calc(1.875em + .75rem);
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 12px;
}

.select2-container--bootstrap4 .select2-selection {
	background-color: var(--tblr-bg-forms);
	border-color: var(--tblr-border-color);
}

.select2-results__option {
	background-color: var(--tblr-bg-forms);
}

.select2-container--bootstrap4 .select2-dropdown {
	border-color: var(--tblr-border-color);
}

/* ckeditor */
.ck-editor__editable {
	min-height: 150px !important;
}
[data-bs-theme=dark] .ck-editor .ck-content {
	background: var(--tblr-bg-surface) !important;
	border-color: var(--tblr-border-color-translucent) !important;
}
[data-bs-theme=dark] .card .ck-editor .ck-content {
	background: var(--tblr-bg-forms) !important;
	border-color: var(--tblr-bg-forms) !important;
}
[data-bs-theme=dark] .ck-editor .ck-toolbar {
	background: #171a21 !important;
	border-color: #171a21 !important;
}
[data-bs-theme=dark] .ck-editor .ck-toolbar__items * {
	color: #FFF !important;
}
[data-bs-theme=dark] .ck-editor .ck-button:hover {
	background: #111111 !important;
}
[data-bs-theme=dark] .ck-editor .ck-button:focus {
	background: #111111 !important;
}
[data-bs-theme=dark] .ck-editor .ck-list__item {
	background: #171a21 !important;
	border-color: #171a21 !important;
}
.ck-editor.ck-toolbar {
	border: 1px solid #efefef !important;
}

.header-banner{
	position: relative;
	overflow: hidden;
}

.header-image {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 255px;
}

.header-image img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}

.header-banner-content {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 1.5rem;
	color: #fff;
	font-weight: 600;
}

@media (max-width: 768px) {
	.header-banner-content {
		width: 100%;
		justify-content: center;
	}
}
.zoom-hover {
	transition: transform .3s;
	transform: scale(1.0);
}
.zoom-hover:hover {
	transform: scale(1.1);
}
.header-banner-logo {
	max-height: 150px;
}
.header-side-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 0.5rem;
	color: #fff;
}
.header-side-icon svg {
	fill: white;
	width: 30px;
	height: 30px;
}

#powered_by_leaderos {
	color: var(--body-color);
}

[data-bs-theme=dark] .navbar-brand-autodark .navbar-brand-image {
	filter: none !important;
}
.auth-logo {
	max-height: 100px;
}
.auth-layout #powered_by_leaderos {
	opacity: 0.75;
}
[data-bs-theme=dark] .auth-layout #powered_by_leaderos {
	opacity: 0.5;
}
.toggle-password {
	line-height: 1;
}

.auth-body {
	min-height: 100vh;
	margin: 0;
	background:
		radial-gradient(circle at 18% 18%, rgba(125, 220, 255, 0.38), transparent 30%),
		linear-gradient(180deg, #12b4ee 0%, #0e8bf0 54%, #0b72d8 100%);
	color: #12304d;
	font-family: "Gilroy-SemiBold", "Inter", sans-serif;
}

.auth-shell {
	position: relative;
	isolation: isolate;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(380px, 520px);
	align-items: stretch;
	min-height: 100vh;
	padding: 42px;
	overflow: hidden;
}

.auth-backdrop {
	position: absolute;
	inset: 0;
	z-index: -1;
	overflow: hidden;
	pointer-events: none;
}

.auth-backdrop::before {
	content: "";
	position: absolute;
	left: -8vw;
	right: -8vw;
	bottom: -78px;
	height: 210px;
	border-radius: 50% 50% 0 0;
	background: #f4fbff;
	box-shadow: 0 -14px 0 rgba(207, 243, 255, 0.78);
}

.auth-backdrop span {
	position: absolute;
	display: block;
	border-radius: 999px;
	background: rgba(248, 251, 255, 0.16);
}

.auth-backdrop span:nth-child(1) {
	top: 14%;
	left: 10%;
	width: 10px;
	height: 10px;
}

.auth-backdrop span:nth-child(2) {
	top: 30%;
	left: 52%;
	width: 6px;
	height: 6px;
}

.auth-backdrop span:nth-child(3) {
	right: 11%;
	bottom: 19%;
	width: 180px;
	height: 180px;
	background: rgba(248, 251, 255, 0.12);
}

.auth-panel {
	position: relative;
	z-index: 1;
}

.auth-brand-panel {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 34px;
	min-height: calc(100vh - 84px);
	padding: 56px min(6vw, 74px);
	color: #f8fbff;
}

.auth-brand-logo {
	display: inline-grid;
	place-items: center;
	width: 142px;
	height: 142px;
	border-radius: 999px;
	background: rgba(248, 251, 255, 0.14);
	box-shadow: 0 24px 54px rgba(3, 52, 113, 0.32);
}

.auth-brand-logo img {
	max-width: 124px;
	max-height: 124px;
	object-fit: contain;
	filter: drop-shadow(0 16px 22px rgba(3, 52, 113, 0.30));
}

.auth-brand-copy {
	max-width: 590px;
}

.auth-brand-copy span {
	display: inline-flex;
	margin-bottom: 12px;
	color: rgba(248, 251, 255, 0.82);
	font-size: 13px;
	font-weight: 950;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.auth-brand-copy h1 {
	margin: 0;
	color: #f8fbff;
	font-size: 54px;
	font-weight: 950;
	line-height: 0.96;
	text-shadow: 0 5px 0 rgba(3, 52, 113, 0.20);
}

.auth-brand-copy p {
	max-width: 520px;
	margin: 18px 0 0;
	color: rgba(248, 251, 255, 0.84);
	font-size: 16px;
	font-weight: 750;
	line-height: 1.55;
}

.auth-brand-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.auth-brand-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 44px;
	padding: 0 14px;
	border-radius: 8px;
	background: rgba(248, 251, 255, 0.14);
	color: #f8fbff;
	font-size: 13px;
	font-weight: 950;
	text-decoration: none;
	box-shadow: inset 0 -3px 0 rgba(3, 52, 113, 0.18);
}

.auth-form-panel {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: calc(100vh - 84px);
}

.auth-card {
	overflow: hidden;
	border: 1px solid #c9e4f5;
	border-radius: 12px;
	background: #fbfdff;
	box-shadow: 0 28px 60px rgba(3, 52, 113, 0.22);
}

.auth-card-head {
	padding: 30px 32px 12px;
}

.auth-card-eyebrow {
	display: inline-flex;
	margin-bottom: 8px;
	color: #0d8edf;
	font-size: 12px;
	font-weight: 950;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.auth-card-head h2 {
	margin: 0;
	color: #12304d;
	font-size: 34px;
	font-weight: 950;
	line-height: 1.05;
}

.auth-card-head p {
	margin: 8px 0 0;
	color: #657b90;
	font-size: 14px;
	font-weight: 750;
}

.auth-card-body {
	padding: 18px 32px 32px;
}

.auth-field {
	margin-bottom: 16px;
}

.auth-field .form-label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 7px;
	color: #12304d;
	font-size: 12px;
	font-weight: 950;
	letter-spacing: 0.4px;
	text-transform: uppercase;
}

.auth-field .form-label-description a,
.auth-switch a {
	color: #0d8edf;
	font-weight: 950;
	text-decoration: none;
}

.auth-input-wrap {
	position: relative;
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	align-items: center;
	min-height: 54px;
	border: 1px solid #cfe3f2;
	border-radius: 9px;
	background: #f8fcff;
	transition: border-color 160ms ease-out, box-shadow 160ms ease-out;
}

.auth-input-wrap:focus-within {
	border-color: #0eaef0;
	box-shadow: 0 0 0 4px rgba(14, 174, 240, 0.14);
}

.auth-input-wrap > i {
	display: grid;
	place-items: center;
	color: #0d8edf;
	font-size: 20px;
}

.auth-input-wrap .form-control {
	height: 52px;
	padding: 0 14px 0 0;
	border: 0;
	background: transparent;
	color: #12304d;
	font-size: 14px;
	font-weight: 850;
	box-shadow: none !important;
}

.auth-password-wrap {
	grid-template-columns: 48px minmax(0, 1fr) 44px;
}

.auth-password-wrap span {
	display: grid;
	place-items: center;
}

.auth-password-wrap a {
	color: #7a8da0;
	font-size: 20px;
}

.auth-form-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 4px 0 18px;
	color: #657b90;
	font-size: 13px;
	font-weight: 750;
}

.auth-form-row .form-check-input {
	border-color: #cfe3f2;
}

.auth-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	min-height: 52px;
	border: 0;
	border-radius: 9px;
	background: #0eaef0;
	color: #f8fbff;
	font-size: 15px;
	font-weight: 950;
	box-shadow: inset 0 -4px 0 rgba(6, 92, 157, 0.30), 0 16px 28px rgba(14, 142, 223, 0.22);
}

.auth-submit:hover {
	background: #0b98dc;
	color: #f8fbff;
}

.auth-divider {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 12px;
	padding: 0 32px;
	color: #7a8da0;
	font-size: 12px;
	font-weight: 950;
	text-transform: uppercase;
}

.auth-divider::before,
.auth-divider::after {
	content: "";
	height: 1px;
	background: #d9ebf8;
}

.auth-social-list {
	display: grid;
	gap: 10px;
	padding: 18px 32px 32px;
}

.auth-social-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 48px;
	border: 1px solid #cfe3f2;
	border-radius: 9px;
	background: #f8fcff;
	color: #12304d;
	font-size: 14px;
	font-weight: 950;
	text-decoration: none;
}

.auth-social-btn:hover {
	border-color: #0eaef0;
	color: #0d8edf;
}

.auth-social-btn i {
	color: #5865f2;
	font-size: 21px;
}

.auth-switch {
	margin-top: 18px;
	color: rgba(248, 251, 255, 0.88);
	font-size: 14px;
	font-weight: 850;
	text-align: center;
}

.auth-switch a {
	color: #f8fbff;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.auth-powered {
	margin-top: 18px;
	text-align: center;
}

.auth-powered #powered_by_leaderos {
	color: rgba(248, 251, 255, 0.74) !important;
}

@media (max-width: 991px) {
	.auth-shell {
		grid-template-columns: 1fr;
		padding: 22px;
	}

	.auth-brand-panel {
		align-items: center;
		min-height: auto;
		padding: 26px 0 22px;
		text-align: center;
	}

	.auth-brand-logo {
		width: 96px;
		height: 96px;
	}

	.auth-brand-logo img {
		max-width: 84px;
		max-height: 84px;
	}

	.auth-brand-copy h1 {
		font-size: 36px;
	}

	.auth-brand-copy p,
	.auth-brand-actions {
		display: none;
	}

	.auth-form-panel {
		min-height: auto;
	}

	.auth-switch {
		color: rgba(18, 48, 77, 0.72);
	}

	.auth-switch a {
		color: #12304d;
	}

	.auth-powered #powered_by_leaderos {
		color: rgba(18, 48, 77, 0.42) !important;
	}
}

@media (max-width: 575px) {
	.auth-shell {
		padding: 14px;
	}

	.auth-card-head,
	.auth-card-body,
	.auth-social-list {
		padding-left: 20px;
		padding-right: 20px;
	}

	.auth-card-head h2 {
		font-size: 29px;
	}
}

.user-data {
	display: flex;
	align-items: center;
	padding: 8px;
}

.user-data:nth-child(2n) {
	border-right: none !important;
}

.user-data:last-child {
	border-bottom: none;
}

/* Mobile */
@media (max-width: 768px) {
	.user-data {
		border-right: none !important;
	}
}

.sidebar-profile-card .sidebar-link {
	display: flex;
	align-items: center;
	padding: 0.5rem 1.5rem;
	color: var(--body-color);
	text-decoration: none !important;
}
.sidebar-profile-card .sidebar-link:hover,
.sidebar-profile-card .sidebar-link.active {
	background-color: rgb(var(--tblr-body-bg-rgb));
}
.avatar-150px {
	width: 150px;
	height: 150px;
}

/* Bazaar, chest and profile refinements */
.bazaar-section,
.chest-section,
.profile-section {
	margin: -38px 0 0;
	padding: 54px 0 84px;
	background: #f8fbff;
}

.bazaar-section .breadcrumb,
.chest-section .breadcrumb,
.profile-section .breadcrumb {
	display: none !important;
}

.bazaar-section .card,
.chest-section .card,
.profile-section .card {
	overflow: hidden;
	border: 0 !important;
	border-radius: 10px;
	background: #ffffff !important;
	box-shadow: 0 18px 38px rgba(29, 48, 83, 0.08);
}

.bazaar-section .card-header,
.chest-section .card-header,
.profile-section .card-header {
	border-bottom: 1px solid #e5eef6;
	background: #fbfdff !important;
	padding: 18px 20px;
}

.bazaar-section .card-title,
.chest-section .card-title,
.profile-section .card-title,
.bazaar-section .page-title {
	color: #12304d;
	font-family: "Gilroy-ExtraBold", "Inter", sans-serif;
	font-weight: 900;
	letter-spacing: 0;
}

.bazaar-section a.card {
	display: block;
	text-decoration: none !important;
	transition: transform 160ms ease-out, box-shadow 160ms ease-out;
}

.bazaar-section a.card:hover,
.bazaar-section .card-product:hover {
	transform: translateY(-3px);
	box-shadow: 0 22px 42px rgba(14, 130, 205, 0.14);
}

.bazaar-section .card-img-top {
	aspect-ratio: 16 / 10;
	width: 100%;
	object-fit: cover;
	background: #eef8ff;
}

.bazaar-section .card-body {
	padding: 18px;
}

.bazaar-section .card-title,
.bazaar-section .card h3 {
	color: #12304d;
	font-size: 17px;
	font-weight: 900;
	line-height: 1.25;
}

.bazaar-section .card-product .card-img-top {
	aspect-ratio: 1 / 1;
	object-fit: contain;
	padding: 24px;
	background: #f8fbff;
}

.store-section.bazaar-section {
	background: #f8fbff;
}

.store-section.bazaar-section .container {
	position: relative;
}

.bazaar-products-header {
	margin-bottom: 22px;
}

.bazaar-products-header .mcc-news-badge {
	color: #0eaef0;
}

.bazaar-leader-card {
	position: relative;
	display: grid;
	grid-template-columns: minmax(260px, 1fr) auto minmax(260px, 0.9fr);
	align-items: center;
	gap: 34px;
	min-height: 194px;
	padding: 28px 36px;
	overflow: hidden;
	border-radius: 14px;
	background:
		radial-gradient(circle at 82% 18%, rgba(248, 251, 255, 0.16) 0 22%, transparent 23%),
		linear-gradient(180deg, #16aef0 0%, #0f8ee8 56%, #0d76d7 100%);
	box-shadow:
		inset 0 0 0 2px rgba(7, 77, 145, 0.48),
		inset 0 -10px 0 rgba(5, 85, 159, 0.38),
		0 22px 44px rgba(3, 74, 150, 0.18);
	color: #f8fbff;
}

.bazaar-leader-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(248, 251, 255, 0.16), transparent 48%);
	pointer-events: none;
}

.bazaar-leader-sparkles,
.bazaar-leader-rules,
.bazaar-leader-center,
.bazaar-leader-result,
.bazaar-leader-list {
	position: relative;
	z-index: 1;
}

.bazaar-leader-sparkles {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.bazaar-leader-rules {
	max-width: 430px;
}

.bazaar-leader-eyebrow,
.bazaar-leader-label {
	margin: 0 0 6px;
	color: rgba(248, 251, 255, 0.78);
	font-size: 13px;
	font-weight: 950;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.bazaar-leader-rules h2 {
	margin: 0;
	color: #f8fbff;
	font-size: 30px;
	font-weight: 950;
	line-height: 1.05;
	text-shadow: 0 4px 12px rgba(3, 52, 113, 0.35);
}

.bazaar-leader-rules h2 span {
	color: #ffd54f;
}

.bazaar-leader-center {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	min-width: 240px;
}

.bazaar-leader-ranks {
	display: grid;
	gap: 6px;
	text-align: right;
	color: rgba(217, 239, 255, 0.80);
	font-size: 19px;
	font-weight: 950;
	line-height: 1;
}

.bazaar-leader-ranks .active {
	color: #ffd54f;
	font-size: 26px;
	text-shadow: 0 4px 0 rgba(3, 52, 113, 0.24);
}

.bazaar-leader-skin {
	position: relative;
	display: grid;
	place-items: end center;
	width: 112px;
	height: 142px;
}

.bazaar-leader-skin img {
	position: relative;
	z-index: 1;
	width: auto;
	max-width: 118px;
	height: 132px;
	object-fit: contain;
	image-rendering: pixelated;
	filter: drop-shadow(0 18px 20px rgba(3, 46, 96, 0.48));
}

.bazaar-leader-skin span {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 76px;
	height: 12px;
	transform: translateX(-50%);
	border-radius: 999px;
	background: rgba(3, 52, 113, 0.28);
	filter: blur(4px);
}

.bazaar-leader-result {
	display: grid;
	justify-items: end;
	min-width: 0;
	text-align: right;
	align-content: center;
	gap: 8px;
}

.bazaar-leader-tabs {
	display: flex;
	gap: 8px;
	margin-bottom: 18px;
}

.bazaar-leader-tabs span {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 9px;
	background: rgba(3, 81, 157, 0.45);
	color: rgba(248, 251, 255, 0.76);
	font-size: 15px;
	font-weight: 950;
}

.bazaar-leader-tabs .active {
	background: rgba(16, 143, 232, 0.86);
	color: #f8fbff;
	box-shadow: inset 0 0 0 2px rgba(248, 251, 255, 0.78);
}

.bazaar-leader-result strong {
	display: block;
	max-width: 100%;
	overflow: hidden;
	color: #f8fbff;
	font-size: 26px;
	font-weight: 950;
	line-height: 1.1;
	text-overflow: ellipsis;
	text-shadow: 0 4px 12px rgba(3, 52, 113, 0.30);
	white-space: nowrap;
}

.bazaar-leader-result em {
	display: block;
	margin-top: 8px;
	color: #ffd54f;
	font-size: 18px;
	font-style: normal;
	font-weight: 950;
}

@media (max-width: 1199px) {
	.bazaar-leader-card {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.bazaar-leader-result {
		grid-column: 1 / -1;
		justify-items: start;
		text-align: left;
	}
}

@media (max-width: 767px) {
	.bazaar-leader-card {
		grid-template-columns: 1fr;
		gap: 20px;
		padding: 24px;
		border-radius: 10px;
	}

	.bazaar-leader-center {
		justify-content: flex-start;
		min-width: 0;
	}

	.bazaar-leader-result {
		grid-column: auto;
	}

	.bazaar-leader-result strong {
		white-space: normal;
	}

}

.bazaar-products-header .mcc-news-section-title {
	color: #12304d !important;
	font-size: 2.2rem;
}

.store-section.bazaar-section .store-cards {
	row-gap: 18px !important;
}

@media (min-width: 1200px) {
	.store-section.bazaar-section .col-xl-2-4 {
		flex: 0 0 auto;
		width: 20%;
	}
}

.store-section.bazaar-section .card-product {
	position: relative;
	border-radius: 8px;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	transition: none !important;
	cursor: default !important;
	pointer-events: auto;
}

.bazaar-product-corner-price {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 0 12px;
	border: 0;
	border-radius: 999px;
	background: #0eaef0;
	color: #f8fbff;
	font-size: 12px;
	font-weight: 950;
	line-height: 1;
	box-shadow:
		inset 0 -3px 0 rgba(6, 92, 157, 0.28),
		0 8px 18px rgba(14, 142, 223, 0.20);
	pointer-events: none;
}

.store-section.bazaar-section .card-product .card-body {
	background: transparent !important;
	padding: 8px 0 0;
}

.store-section.bazaar-section .card-product:hover {
	transform: none !important;
	box-shadow: none !important;
}

.store-section.bazaar-section .card-product .card-img-top,
.store-section.bazaar-section .card-product:hover .card-img-top {
	max-height: 165px;
	padding: 4px;
	background: transparent !important;
	transform: none !important;
	transition: none !important;
}

.store-section.bazaar-section .card-product,
.store-section.bazaar-section .card-product *,
.store-section.bazaar-section .card-product:hover,
.store-section.bazaar-section .card-product:focus,
.store-section.bazaar-section .card-product:focus-within,
.store-section.bazaar-section .card-product .btn,
.store-section.bazaar-section .card-product .btn:hover,
.store-section.bazaar-section .card-product .btn:focus,
.store-section.bazaar-section .card-product .btn:active {
	border-color: transparent !important;
	outline: 0 !important;
}

.store-section.bazaar-section .card-product::before,
.store-section.bazaar-section .card-product::after,
.store-section.bazaar-section .card-product *::before,
.store-section.bazaar-section .card-product *::after {
	box-shadow: none !important;
	outline: 0 !important;
}

.bazaar-product-name {
	margin: 0 0 10px;
	color: #12304d;
	font-size: 14px;
	font-weight: 950;
	line-height: 1.22;
}

.bazaar-product-info-block {
	margin: 0 0 10px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #12304d;
}

.bazaar-product-info-title {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-bottom: 8px;
	padding-bottom: 5px;
	border-bottom: 2px solid rgba(14, 174, 240, 0.26);
	color: #0d8edf;
	font-size: 11px;
	font-weight: 950;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.bazaar-product-info-title .bazaar-product-section-icon {
	display: inline-block !important;
	flex: 0 0 28px !important;
	width: 28px !important;
	height: 28px !important;
	max-width: 28px !important;
	max-height: 28px !important;
	margin: 0 !important;
	padding: 0 !important;
	object-fit: contain !important;
	vertical-align: -4px;
	image-rendering: pixelated;
}

.bazaar-product-enchant-list,
.bazaar-product-description-list {
	display: grid;
	gap: 3px;
}

.bazaar-product-enchant {
	display: grid;
	grid-template-columns: 30px minmax(0, 1fr);
	gap: 8px;
	align-items: center;
	color: #12304d;
	font-size: 12px;
	font-weight: 850;
	line-height: 1.25;
}

.bazaar-product-enchant-icon {
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	border-radius: 0;
	background: transparent;
	color: #0d8edf;
	font-size: 20px;
}

.bazaar-product-enchant-icon img {
	display: block;
	width: 24px;
	height: 24px;
	object-fit: contain;
	image-rendering: pixelated;
}

.bazaar-product-description-list span {
	display: block;
	color: #5f7488;
	font-size: 12px;
	font-weight: 750;
	line-height: 1.35;
}

.bazaar-product-empty-info {
	color: #7a8da0;
	font-size: 12px;
	font-weight: 750;
	line-height: 1.4;
}

.bazaar-detail-feature-list span {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 10px;
	border: 0;
	border-radius: 7px;
	background: #e7f4fc;
	color: #0f3a5f;
	font-size: 12px;
	font-weight: 850;
	line-height: 1;
}

.store-section.bazaar-section .card-product .btn {
	margin-top: 2px;
	box-shadow: inset 0 -3px 0 rgba(6, 92, 157, 0.30) !important;
	pointer-events: auto;
}

.bazaar-product-buy-form {
	margin-bottom: 0;
	pointer-events: auto;
}

.bazaar-product-buy-form,
.bazaar-product-buy-form * {
	cursor: pointer !important;
}

.bazaar-section .card-product .price,
.bazaar-product-section .text-success {
	color: #0d8edf !important;
	font-weight: 950;
}

.bazaar-product-section .card-body.py-4 {
	padding: 24px !important;
}

.bazaar-product-section img.lazyload.w-100 {
	border-radius: 10px;
	background: #f2f9ff;
	box-shadow: inset 0 0 0 1px #e2edf6;
}

.bazaar-product-section .form-label {
	color: #5f7488;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.bazaar-lore-preview {
	padding: 14px 16px;
	border-radius: 8px;
	background: #10263d;
	color: #f8fbff;
	box-shadow: inset 0 0 0 1px rgba(248, 251, 255, 0.10);
}

.bazaar-section .btn-primary,
.chest-section .btn-primary,
.profile-section .btn-primary,
.bazaar-section .btn-success,
.chest-section .btn-success {
	border: 0 !important;
	border-radius: 8px;
	background: #0eaef0 !important;
	color: #f8fbff !important;
	font-weight: 900;
	box-shadow: inset 0 -3px 0 rgba(6, 92, 157, 0.30);
}

.bazaar-section .btn-primary:hover,
.chest-section .btn-primary:hover,
.profile-section .btn-primary:hover,
.bazaar-section .btn-success:hover,
.chest-section .btn-success:hover {
	background: #0d9edb !important;
}

.chest-section .table,
.profile-section .table,
.bazaar-section .table {
	margin-bottom: 0;
	color: #12304d;
}

.chest-section .table thead th,
.profile-section .table thead th,
.bazaar-section .table thead th {
	border-bottom: 1px solid #e5eef6;
	background: #f5fbff;
	color: #5f7488;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

.chest-section .table tbody td,
.profile-section .table tbody td,
.bazaar-section .table tbody td {
	border-color: #edf3f8;
	vertical-align: middle;
}

.chest-section .table-hover tbody tr:hover,
.profile-section .table-hover tbody tr:hover,
.bazaar-section .table-hover tbody tr:hover {
	background: #f5fbff;
}

.chest-section .input-group {
	overflow: hidden;
	border-radius: 8px;
	box-shadow: inset 0 0 0 1px #d8e8f4;
}

.chest-section .input-group .btn {
	border: 0;
	box-shadow: none;
}

.chest-section .input-group .form-control {
	border: 0;
	background: #fbfdff;
	color: #12304d;
	font-weight: 850;
}

.chest-section .btn-danger {
	border: 0 !important;
	background: #f0264b !important;
}

.chest-section .form-control,
.profile-section .form-control {
	border: 1px solid #d8e8f4;
	border-radius: 8px;
	background: #fbfdff;
	color: #12304d;
}

.chest-section .form-control:focus,
.profile-section .form-control:focus {
	border-color: #0eaef0;
	box-shadow: 0 0 0 3px rgba(14, 174, 240, 0.14);
}

.profile-section .sidebar-profile-card {
	position: sticky;
	top: 18px;
}

.profile-section .sidebar-profile-card .card-body {
	background:
		radial-gradient(circle at 50% 0%, rgba(14, 174, 240, 0.16), transparent 48%),
		#ffffff;
}

.profile-section .sidebar-profile-card h3.bg-body {
	background: #f5fbff !important;
	color: #5f7488;
	font-size: 11px;
	font-weight: 950;
	letter-spacing: 0;
}

.sidebar-profile-card .sidebar-link {
	min-height: 42px;
	margin: 2px 10px;
	padding: 0 14px;
	border-radius: 8px;
	color: #37516d;
	font-weight: 800;
}

.sidebar-profile-card .sidebar-link:hover,
.sidebar-profile-card .sidebar-link.active {
	background: #eef8ff;
	color: #087fce;
}

.profile-section .user-data {
	align-items: flex-start;
	gap: 8px;
	min-height: 70px;
	padding: 14px !important;
	border-color: #edf3f8 !important;
	color: #12304d;
}

.profile-section .user-data i {
	display: grid;
	place-items: center;
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
	border-radius: 8px;
	background: #eef8ff;
	color: #0eaef0;
	opacity: 1 !important;
}

.profile-section .nav-tabs .nav-link {
	border: 0;
	color: #5f7488;
	font-weight: 850;
}

.profile-section .nav-tabs .nav-link.active {
	background: #eef8ff;
	color: #087fce;
}

@media (max-width: 991px) {
	.profile-section .sidebar-profile-card {
		position: static;
	}
}

.profile-main-column {
	display: grid;
	gap: 18px;
}

.profile-overview-card {
	position: relative;
	overflow: hidden;
	padding: 24px;
	border: 1px solid #d4e8f7;
	border-radius: 8px;
	background:
		radial-gradient(circle at 92% 12%, rgba(14, 174, 240, 0.16), transparent 28%),
		#fbfdff;
	box-shadow: 0 18px 38px rgba(5, 77, 145, 0.08);
	color: #12304d;
}

.profile-overview-card::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 6px;
	background: linear-gradient(90deg, #13b6ef, #0e78e8);
}

.profile-overview-head {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 22px;
}

.profile-overview-user {
	display: flex;
	align-items: center;
	gap: 16px;
	min-width: 0;
}

.profile-overview-user .avatar,
.sidebar-profile-head .avatar {
	width: 72px;
	height: 72px;
	border-radius: 8px !important;
	box-shadow: 0 16px 28px rgba(5, 77, 145, 0.16);
	image-rendering: pixelated;
}

.profile-overview-eyebrow {
	display: block;
	margin-bottom: 4px;
	color: #0d8edf;
	font-size: 11px;
	font-weight: 950;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.profile-overview-user h2 {
	margin: 0;
	color: #12304d;
	font-size: 28px;
	font-weight: 950;
	line-height: 1.08;
}

.profile-overview-user p {
	margin: 5px 0 0;
	color: #657b90;
	font-size: 13px;
	font-weight: 750;
}

.profile-overview-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 18px;
}

.profile-stat {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	min-height: 72px;
	padding: 12px;
	border-radius: 8px;
	background: #eef9ff;
}

.profile-stat i {
	grid-row: span 2;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 8px;
	background: #0eaef0;
	color: #f8fbff;
	font-size: 20px;
	box-shadow: inset 0 -3px 0 rgba(6, 92, 157, 0.30);
}

.profile-stat span,
.profile-detail-item span {
	color: #0d8edf;
	font-size: 11px;
	font-weight: 950;
	letter-spacing: 0.6px;
	text-transform: uppercase;
}

.profile-stat strong {
	overflow: hidden;
	color: #12304d;
	font-size: 14px;
	font-weight: 950;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.profile-detail-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.profile-detail-item {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	align-items: center;
	gap: 8px;
	min-height: 58px;
	padding: 10px 12px;
	border: 1px solid #d9ebf8;
	border-radius: 8px;
	background: #fbfdff;
}

.profile-detail-item i {
	grid-row: span 2;
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 8px;
	background: #eef9ff;
	color: #0d8edf;
	font-size: 18px;
}

.profile-detail-item strong {
	overflow: hidden;
	color: #12304d;
	font-size: 13px;
	font-weight: 850;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.profile-section .sidebar-profile-card {
	overflow: hidden;
	border: 1px solid #d4e8f7;
	border-radius: 8px;
	background: #fbfdff;
	box-shadow: 0 18px 38px rgba(5, 77, 145, 0.08);
}

.profile-section .sidebar-profile-card .sidebar-profile-head {
	background:
		radial-gradient(circle at 50% 0%, rgba(14, 174, 240, 0.16), transparent 46%),
		#fbfdff;
}

.sidebar-profile-head h3 {
	color: #12304d;
	font-size: 18px;
	font-weight: 950;
}

.sidebar-profile-roles {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 6px;
}

.sidebar-profile-section-title {
	margin: 0;
	padding: 14px 22px 8px;
	background: #eef9ff;
	color: #657b90;
	font-size: 11px;
	font-weight: 950;
	letter-spacing: 0.8px;
	text-transform: uppercase;
}

.profile-section .sidebar-profile-card .d-flex.flex-column {
	gap: 4px;
	padding: 10px 12px !important;
	background: #fbfdff;
}

.profile-section .sidebar-profile-card .sidebar-link {
	display: flex;
	align-items: center;
	min-height: 42px;
	margin: 0;
	padding: 0 12px;
	border-radius: 8px;
	color: #12304d;
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
}

.profile-section .sidebar-profile-card .sidebar-link i {
	color: #7a8da0;
	font-size: 18px;
}

.profile-section .sidebar-profile-card .sidebar-link:hover,
.profile-section .sidebar-profile-card .sidebar-link.active {
	background: #0eaef0;
	color: #f8fbff;
	box-shadow: inset 0 -3px 0 rgba(6, 92, 157, 0.30);
}

.profile-section .sidebar-profile-card .sidebar-link:hover i,
.profile-section .sidebar-profile-card .sidebar-link.active i {
	color: #f8fbff;
	opacity: 1 !important;
}

.profile-section .nav-tabs .nav-link.active {
	background: #0eaef0;
	color: #f8fbff;
	box-shadow: inset 0 -3px 0 rgba(6, 92, 157, 0.30);
}

/* Help / Wiki */
.help-wiki-search {
	position: relative;
	margin-top: -8px;
	padding: 42px 0 34px;
	background:
		radial-gradient(circle at 50% 0%, rgba(125, 220, 255, 0.34), transparent 36%),
		linear-gradient(180deg, #eaf8ff 0%, #f7fcff 100%);
	border-bottom: 1px solid #d4e8f7;
}

.help-wiki-eyebrow {
	display: inline-flex;
	margin-bottom: 8px;
	color: #0d8edf;
	font-size: 12px;
	font-weight: 950;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.help-wiki-search h1 {
	margin: 0 0 18px;
	color: #12304d;
	font-size: 34px;
	font-weight: 950;
	line-height: 1.08;
}

.help-wiki-input {
	margin: 0;
}

.help-wiki-input .form-control {
	height: 58px;
	padding-left: 52px;
	border: 1px solid #c9e4f5;
	border-radius: 8px;
	background: #fbfdff;
	color: #12304d;
	font-size: 15px;
	font-weight: 850;
	box-shadow: 0 18px 34px rgba(5, 77, 145, 0.10);
}

.help-wiki-input .input-icon-addon {
	width: 52px;
	color: #0d8edf;
	font-size: 20px;
}

.help-wiki-heading {
	margin-bottom: 18px;
}

.help-wiki-heading .mcc-news-badge {
	color: #0d8edf;
}

.help-wiki-heading .mcc-news-section-title {
	color: #12304d !important;
	font-size: 2rem;
}

.help-topic-card {
	overflow: hidden;
	border: 1px solid #d4e8f7 !important;
	background:
		radial-gradient(circle at 50% 0%, rgba(14, 174, 240, 0.12), transparent 46%),
		#fbfdff !important;
	box-shadow: 0 18px 38px rgba(5, 77, 145, 0.08) !important;
}

.help-topic-card .card-body {
	display: grid;
	justify-items: center;
	gap: 10px;
	padding: 24px 18px;
}

.help-topic-icon {
	display: grid;
	place-items: center;
	width: 74px;
	height: 74px;
	border-radius: 8px;
	background: #eef9ff;
	box-shadow: inset 0 -4px 0 rgba(6, 92, 157, 0.10);
}

.help-topic-icon img {
	width: 54px;
	height: 54px;
	object-fit: contain;
}

.help-topic-card h3 {
	margin: 0;
	color: #12304d;
	font-size: 17px;
	font-weight: 950;
	line-height: 1.15;
}

.help-topic-card .card-body > div {
	color: #657b90;
	font-size: 13px;
	font-weight: 750;
	line-height: 1.45;
}

.help-article-link {
	display: block;
	color: inherit;
	text-decoration: none !important;
}

.help-article-card {
	border: 1px solid #d4e8f7 !important;
	background: #fbfdff !important;
	box-shadow: 0 14px 28px rgba(5, 77, 145, 0.07) !important;
}

.help-article-card .card-body {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 64px;
	color: #12304d;
	font-size: 14px;
	font-weight: 900;
}

.help-article-card i {
	display: grid;
	place-items: center;
	flex: 0 0 36px;
	width: 36px;
	height: 36px;
	border-radius: 8px;
	background: #eef9ff;
	color: #0d8edf;
	font-size: 19px;
}

.help-side-widget {
	padding: 16px;
	border: 1px solid #d4e8f7;
	border-radius: 8px;
	background: #fbfdff;
	box-shadow: 0 14px 28px rgba(5, 77, 145, 0.07);
}

.help-side-search {
	margin-bottom: 0 !important;
}

.help-side-search .form-control {
	border-radius: 8px !important;
}

.help-side-widget .widget-title {
	color: #12304d;
	font-size: 15px;
	font-weight: 950;
}

.help-related-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.help-related-list li {
	gap: 8px;
	padding: 8px 0;
	border-top: 1px solid #edf5fb;
}

.help-related-list li:first-child {
	border-top: 0;
}

.help-related-list i {
	color: #0d8edf;
	font-size: 18px;
}

.help-related-list .widget-link {
	color: #12304d !important;
	font-size: 13px;
	font-weight: 850;
	line-height: 1.35;
}

.help-article-title {
	margin: 20px 0 14px;
}

.help-article-title span {
	display: inline-flex;
	margin-bottom: 7px;
	color: #0d8edf;
	font-size: 12px;
	font-weight: 950;
	letter-spacing: 0.8px;
	text-transform: uppercase;
}

.help-article-title h1 {
	margin: 0;
	color: #12304d;
	font-size: 30px;
	font-weight: 950;
	line-height: 1.15;
}

.help-article-content-card {
	border: 1px solid #d4e8f7 !important;
	background: #fbfdff !important;
	box-shadow: 0 18px 38px rgba(5, 77, 145, 0.08) !important;
}

.help-article-content-card .ck-content {
	color: #12304d;
	font-size: 15px;
	font-weight: 650;
	line-height: 1.72;
}

.help-article-updated {
	margin-top: 20px;
	padding: 12px 14px;
	border-radius: 8px;
	background: #eef9ff;
	color: #657b90;
	font-size: 13px;
	font-weight: 800;
}

.help-rate-box {
	margin-top: 22px;
	padding-top: 22px;
	border-top: 1px solid #d9ebf8;
	text-align: center;
}

.help-rate-box h4 {
	color: #12304d;
	font-weight: 950;
}

.help-center {
	margin-top: -38px;
	padding: 58px 0 86px;
	background:
		radial-gradient(circle at 8% 18%, rgba(193, 239, 255, 0.74), transparent 28%),
		linear-gradient(180deg, #f7fcff 0%, #eef8ff 52%, #f8fbff 100%);
}

.help-desk-hero,
.help-compact-hero {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	background:
		radial-gradient(circle at 86% 18%, rgba(125, 220, 255, 0.28), transparent 28%),
		linear-gradient(135deg, #11b6ed 0%, #0b84e9 58%, #0b72d8 100%);
	color: #f8fbff;
	box-shadow: inset 0 -5px 0 rgba(6, 92, 157, 0.32), 0 24px 54px rgba(5, 77, 145, 0.18);
}

.help-desk-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
	gap: 26px;
	align-items: end;
	padding: 38px;
}

.help-compact-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 500px);
	gap: 24px;
	align-items: center;
	padding: 30px 34px;
}

.help-desk-copy span,
.help-compact-hero span,
.help-panel-title span {
	display: inline-flex;
	margin-bottom: 8px;
	color: rgba(248, 251, 255, 0.82);
	font-size: 12px;
	font-weight: 950;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.help-desk-copy h1,
.help-compact-hero h1 {
	max-width: 620px;
	margin: 0;
	color: #f8fbff;
	font-size: 42px;
	font-weight: 950;
	line-height: 1.02;
	text-shadow: 0 4px 0 rgba(3, 52, 113, 0.18);
}

.help-compact-hero h1 {
	font-size: 34px;
}

.help-desk-copy p,
.help-compact-hero p {
	max-width: 650px;
	margin: 14px 0 0;
	color: rgba(248, 251, 255, 0.88);
	font-size: 15px;
	font-weight: 750;
	line-height: 1.55;
}

.help-desk-search {
	position: relative;
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr) auto;
	align-items: center;
	min-height: 62px;
	border: 1px solid rgba(248, 251, 255, 0.34);
	border-radius: 10px;
	background: #f8fcff;
	box-shadow: 0 20px 38px rgba(3, 52, 113, 0.20);
}

.help-desk-search > i {
	display: grid;
	place-items: center;
	color: #0d8edf;
	font-size: 22px;
}

.help-desk-search input {
	width: 100%;
	height: 60px;
	border: 0;
	background: transparent;
	color: #12304d;
	font-size: 15px;
	font-weight: 850;
	outline: 0;
}

.help-desk-search button {
	height: 44px;
	margin-right: 8px;
	padding: 0 20px;
	border: 0;
	border-radius: 8px;
	background: #0eaef0;
	color: #f8fbff;
	font-size: 14px;
	font-weight: 950;
	box-shadow: inset 0 -3px 0 rgba(6, 92, 157, 0.30);
}

.help-search-clear {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	margin-right: 6px;
	border-radius: 8px;
	background: #eaf8ff;
	color: #0d8edf;
	text-decoration: none !important;
}

.help-desk-hints {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.help-desk-hints div {
	display: flex;
	align-items: center;
	gap: 9px;
	min-height: 46px;
	padding: 0 14px;
	border-radius: 9px;
	background: rgba(248, 251, 255, 0.14);
	color: #f8fbff;
	font-size: 13px;
	font-weight: 950;
	box-shadow: inset 0 -3px 0 rgba(3, 52, 113, 0.14);
}

.help-desk-hints i {
	font-size: 20px;
}

.help-desk-board {
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
	gap: 22px;
	margin-top: 24px;
}

.help-topic-rail,
.help-popular-panel,
.help-single-panel {
	border-radius: 12px;
	background: #fbfdff;
	box-shadow: 0 18px 44px rgba(5, 77, 145, 0.10);
}

.help-topic-rail,
.help-popular-panel {
	padding: 24px;
}

.help-single-panel {
	margin-top: 24px;
	padding: 26px;
}

.help-panel-title {
	margin-bottom: 18px;
}

.help-panel-title span {
	margin-bottom: 6px;
	color: #0d8edf;
}

.help-panel-title h2 {
	margin: 0;
	color: #12304d;
	font-size: 28px;
	font-weight: 950;
	line-height: 1.08;
}

.help-topic-list,
.help-answer-list {
	display: grid;
	gap: 10px;
}

.help-topic-row,
.help-answer-row {
	display: grid;
	align-items: center;
	color: #12304d;
	text-decoration: none !important;
	transition: background 160ms ease-out, transform 160ms ease-out, box-shadow 160ms ease-out;
}

.help-topic-row {
	grid-template-columns: 58px minmax(0, 1fr) 34px;
	gap: 12px;
	min-height: 78px;
	padding: 12px;
	border-radius: 10px;
	background: #f1f9ff;
}

.help-topic-row:hover,
.help-answer-row:hover {
	background: #eaf8ff;
	color: #12304d;
	transform: translateY(-1px);
	box-shadow: 0 10px 22px rgba(5, 77, 145, 0.08);
}

.help-topic-row-icon {
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	border-radius: 9px;
	background: #fbfdff;
}

.help-topic-row-icon img {
	width: 42px;
	height: 42px;
	object-fit: contain;
}

.help-topic-row-copy {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.help-topic-row-copy strong,
.help-answer-row strong {
	overflow: hidden;
	color: #12304d;
	font-size: 15px;
	font-weight: 950;
	line-height: 1.22;
	text-overflow: ellipsis;
	white-space: nowrap;
}

	.help-topic-row-copy small {
		overflow: hidden;
		color: #657b90;
		font-size: 12px;
		font-weight: 750;
		line-height: 1.35;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

.help-topic-row > i,
.help-answer-row > i {
	color: #0d8edf;
	font-size: 20px;
}

.help-answer-row {
	grid-template-columns: 48px minmax(0, 1fr) 28px;
	gap: 12px;
	min-height: 62px;
	padding: 10px 12px;
	border-radius: 10px;
	background: #f6fbff;
}

.help-answer-row > span {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 8px;
	background: #0eaef0;
	color: #f8fbff;
	font-size: 13px;
	font-weight: 950;
	box-shadow: inset 0 -3px 0 rgba(6, 92, 157, 0.30);
}

.help-answer-list-wide .help-answer-row strong {
	white-space: normal;
}

.help-empty-line,
.help-empty-state {
	border-radius: 10px;
	background: #f1f9ff;
	color: #657b90;
	font-size: 14px;
	font-weight: 850;
}

.help-empty-line {
	padding: 18px;
}

.help-empty-state {
	display: grid;
	justify-items: center;
	gap: 8px;
	padding: 34px 18px;
	text-align: center;
}

.help-empty-state i {
	color: #0d8edf;
	font-size: 34px;
}

.help-empty-state strong {
	color: #12304d;
	font-size: 18px;
	font-weight: 950;
}

@media (max-width: 991px) {
	.help-desk-hero,
	.help-compact-hero,
	.help-desk-board {
		grid-template-columns: 1fr;
	}

	.help-desk-hero {
		padding: 28px;
	}

	.help-desk-copy h1,
	.help-compact-hero h1 {
		font-size: 32px;
	}
}

@media (max-width: 575px) {
	.help-center {
		padding: 34px 0 58px;
	}

	.help-desk-hero,
	.help-compact-hero,
	.help-topic-rail,
	.help-popular-panel,
	.help-single-panel {
		border-radius: 10px;
		padding: 20px;
	}

	.help-desk-search {
		grid-template-columns: 44px minmax(0, 1fr);
	}

	.help-desk-search button {
		grid-column: 1 / -1;
		width: calc(100% - 16px);
		margin: 0 8px 8px;
	}

	.help-search-clear {
		position: absolute;
		right: 8px;
		top: 13px;
	}

	.help-desk-hints {
		grid-template-columns: 1fr;
	}

	.help-topic-row {
		grid-template-columns: 52px minmax(0, 1fr);
	}

	.help-topic-row > i {
		display: none;
	}

	.help-topic-row-copy small {
		display: -webkit-box;
		white-space: normal;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
}

.help-hub {
	margin-top: -38px;
	padding: 52px 0 84px;
	background:
		radial-gradient(circle at 4% 0%, rgba(197, 239, 255, 0.75), transparent 32%),
		linear-gradient(180deg, #f8fbff 0%, #eef8ff 54%, #f8fbff 100%);
}

.help-hub-head {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
	gap: 24px;
	align-items: end;
	margin-bottom: 18px;
}

.help-hub-head span,
.help-hub-title span {
	display: inline-flex;
	margin-bottom: 8px;
	color: #0d8edf;
	font-size: 12px;
	font-weight: 950;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.help-hub-head h1 {
	margin: 0;
	color: #12304d;
	font-size: 42px;
	font-weight: 950;
	line-height: 1.05;
}

.help-hub-search {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr) auto;
	align-items: center;
	min-height: 62px;
	border-radius: 10px;
	background: #fbfdff;
	box-shadow: 0 18px 42px rgba(5, 77, 145, 0.12);
}

.help-hub-search i {
	display: grid;
	place-items: center;
	color: #0d8edf;
	font-size: 23px;
}

.help-hub-search input {
	width: 100%;
	height: 62px;
	border: 0;
	background: transparent;
	color: #12304d;
	font-size: 15px;
	font-weight: 850;
	outline: 0;
}

.help-hub-search button {
	height: 46px;
	margin-right: 8px;
	padding: 0 22px;
	border: 0;
	border-radius: 8px;
	background: #0eaef0;
	color: #f8fbff;
	font-size: 14px;
	font-weight: 950;
	box-shadow: inset 0 -3px 0 rgba(6, 92, 157, 0.32);
}

.help-hub-shortcuts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 22px;
}

.help-hub-shortcuts a {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 54px;
	padding: 0 16px;
	border-radius: 10px;
	background: #eaf8ff;
	color: #12304d;
	font-size: 14px;
	font-weight: 950;
	text-decoration: none !important;
}

.help-hub-shortcuts i {
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	border-radius: 8px;
	background: #0eaef0;
	color: #f8fbff;
	font-size: 18px;
	box-shadow: inset 0 -3px 0 rgba(6, 92, 157, 0.28);
}

.help-hub-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
	gap: 22px;
	align-items: start;
}

.help-library,
.help-popular {
	border-radius: 12px;
	background: rgba(251, 253, 255, 0.94);
	box-shadow: 0 18px 42px rgba(5, 77, 145, 0.10);
}

.help-library {
	padding: 24px;
}

.help-popular {
	padding: 22px;
}

.help-hub-title {
	margin-bottom: 18px;
}

.help-hub-title h2 {
	margin: 0;
	color: #12304d;
	font-size: 28px;
	font-weight: 950;
	line-height: 1.1;
}

.help-library-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.help-library-item {
	display: grid;
	grid-template-columns: 60px minmax(0, 1fr);
	gap: 13px;
	align-items: center;
	min-height: 92px;
	padding: 14px;
	border-radius: 10px;
	background: #f1f9ff;
	color: #12304d;
	text-decoration: none !important;
}

.help-library-item:hover,
.help-popular-list a:hover,
.help-hub-shortcuts a:hover {
	background: #e5f6ff;
	color: #12304d;
}

.help-library-item img {
	width: 52px;
	height: 52px;
	object-fit: contain;
}

.help-library-item span {
	display: grid;
	gap: 5px;
	min-width: 0;
}

.help-library-item strong,
.help-popular-list strong {
	color: #12304d;
	font-size: 15px;
	font-weight: 950;
	line-height: 1.25;
}

.help-library-item small {
	display: -webkit-box;
	overflow: hidden;
	color: #657b90;
	font-size: 12px;
	font-weight: 750;
	line-height: 1.38;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.help-popular-list {
	display: grid;
	gap: 8px;
}

.help-popular-list a {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr) 24px;
	gap: 10px;
	align-items: center;
	min-height: 50px;
	padding: 8px;
	border-radius: 9px;
	background: #f1f9ff;
	color: #12304d;
	text-decoration: none !important;
}

.help-popular-list em {
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	border-radius: 8px;
	background: #0eaef0;
	color: #f8fbff;
	font-size: 12px;
	font-style: normal;
	font-weight: 950;
	box-shadow: inset 0 -3px 0 rgba(6, 92, 157, 0.28);
}

.help-popular-list strong {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.help-popular-list i {
	color: #0d8edf;
	font-size: 18px;
}

.help-topic-page {
	margin-top: 22px;
}

.help-topic-articles {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.help-topic-articles a {
	min-height: 58px;
}

.help-hub-empty {
	padding: 18px;
	border-radius: 10px;
	background: #f1f9ff;
	color: #657b90;
	font-size: 14px;
	font-weight: 850;
}

@media (max-width: 991px) {
	.help-hub-head,
	.help-hub-layout {
		grid-template-columns: 1fr;
	}

	.help-library-grid {
		grid-template-columns: 1fr;
	}

	.help-topic-articles {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 575px) {
	.help-hub {
		padding: 34px 0 58px;
	}

	.help-hub-head h1 {
		font-size: 34px;
	}

	.help-hub-search {
		grid-template-columns: 48px minmax(0, 1fr);
	}

	.help-hub-search button {
		grid-column: 1 / -1;
		width: calc(100% - 16px);
		margin: 0 8px 8px;
	}

	.help-hub-shortcuts {
		grid-template-columns: 1fr;
	}

	.help-library,
	.help-popular {
		padding: 18px;
	}
}

@media (max-width: 991px) {
	.profile-overview-head {
		align-items: flex-start;
		flex-direction: column;
	}

	.profile-overview-stats,
	.profile-detail-grid {
		grid-template-columns: 1fr;
	}
}

/* --- MINECRAFT THEMED NAVBAR --- */

@font-face {
  font-family: "Gilroy-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/gilroy/Gilroy-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: "Gilroy-ExtraBold";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/gilroy/Gilroy-ExtraBold.woff2") format("woff2");
}

@font-face {
  font-family: "Minecraft";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/minecraft/minecraft.woff") format("woff");
}

.modern-header {
  position: relative;
  z-index: 1000;
  width: 100%;
  /* Transparent so ocean hero bg shows through on home page */
  background: transparent !important;
}

.modern-header.modern-header-combo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent !important;
}

/* Push header banner content down to avoid overlapping the absolute navbar */
.modern-header-combo + .header-banner .header-banner-content {
  padding-top: 5.5rem !important;
}

.modern-header-combo + .header-banner .header-image {
  height: 315px !important;
}

.modern-navbar-wrapper {
  padding: 1.25rem 0;
}

/* Minecraft Container: solid dark gray/black box, slight border-radius, thin border, sharp box-shadow */
.modern-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* Semi-transparent glass tinted with MCC bright blue */
  background: rgba(14, 100, 200, 0.35) !important;
  backdrop-filter: blur(14px) saturate(160%) !important;
  -webkit-backdrop-filter: blur(14px) saturate(160%) !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  border-radius: 8px !important;
  padding: 0.6rem 1.25rem !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
  transition: all 0.3s ease;
}

[data-bs-theme=light] .modern-navbar {
  background: rgba(248, 250, 252, 0.92) !important;
  backdrop-filter: blur(12px) saturate(160%) !important;
  -webkit-backdrop-filter: blur(12px) saturate(160%) !important;
  border: 1px solid rgba(203, 213, 225, 0.7) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06) !important;
}

/* Logo */
.modern-navbar-brand {
  display: flex;
  align-items: center;
  margin-right: 1.5rem;
  transition: transform 0.2s ease;
}

.modern-navbar-brand:hover {
  transform: scale(1.03);
}

.modern-logo {
  height: 32px;
  width: auto;
  object-fit: contain;
}

/* Nav Menu List */
.modern-nav-menu {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.modern-nav-list {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.modern-nav-item {
  position: relative;
}

/* Navigation Links */
.modern-nav-link {
  display: inline-flex;
  align-items: center;
  color: #ffffff !important;
  font-family: 'Gilroy-SemiBold', 'Inter', sans-serif !important;
  font-size: 14.0576px !important;
  font-weight: 600 !important;
  padding: 0.5rem 1rem !important;
  border-radius: 4px !important;
  text-decoration: none !important;
  transition: all 0.15s ease;
}

[data-bs-theme=light] .modern-nav-link {
  color: #0f172a !important;
}

.modern-nav-link:hover {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

[data-bs-theme=light] .modern-nav-link:hover {
  color: var(--tblr-primary) !important;
  background: rgba(0, 0, 0, 0.04) !important;
}

/* Free-floating modern link icons */
.modern-link-icon {
  font-size: 1.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.4rem;
  transition: transform 0.15s ease;
}

.modern-nav-link:hover .modern-link-icon {
  transform: scale(1.15);
}

/* Active State: Minecraft Solid Ocean Blue 3D Button */
.modern-nav-item.active .modern-nav-link {
  color: #ffffff !important;
  background: #0284c7 !important;
  border: 2px solid #00568c !important;
  border-bottom: 4px solid #003e66 !important;
  border-radius: 4px !important;
  box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.3) !important;
  padding-bottom: calc(0.5rem - 2px) !important; /* Offset for border-bottom-width */
}

/* Dropdowns */
.modern-dropdown-menu {
  background: #0d1218 !important;
  border: 2px solid #232d3b !important;
  border-radius: 6px !important;
  padding: 0.5rem !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4) !important;
  margin-top: 0.5rem !important;
}

[data-bs-theme=light] .modern-dropdown-menu {
  background: #ffffff !important;
  border: 2px solid #cbd5e1 !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08) !important;
}

.modern-dropdown-item {
  color: rgba(255, 255, 255, 0.75) !important;
  font-family: 'Gilroy-SemiBold', 'Inter', sans-serif !important;
  font-size: 13.5px !important;
  border-radius: 4px !important;
  padding: 0.5rem 1rem !important;
  transition: all 0.15s ease !important;
}

[data-bs-theme=light] .modern-dropdown-item {
  color: rgba(15, 23, 42, 0.75) !important;
}

.modern-dropdown-item:hover {
  background: #0284c7 !important;
  color: #ffffff !important;
  transform: translateX(2px);
}

[data-bs-theme=light] .modern-dropdown-item:hover {
  background: #f1f5f9 !important;
  color: #0284c7 !important;
}

/* User Auth Section */
.modern-auth-menu {
  display: flex;
  align-items: center;
}

.modern-auth-buttons {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

/* Minecraft White 3D Buttons (Login and Register - Ocean Blue text color) */
.modern-btn-login, .modern-btn-register {
  font-family: 'Minecraft', 'Courier New', monospace, sans-serif !important;
  text-transform: uppercase !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  color: #0284c7 !important;
  background: #f1f5f9 !important; /* white/light gray */
  border: 2px solid #94a3b8 !important;
  border-bottom: 4px solid #64748b !important;
  border-radius: 4px !important;
  padding: 0.5rem 1.25rem !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-shadow: 0.5px 0.5px 0px #ffffff !important;
  box-shadow: inset 1px 1px 0px #ffffff !important;
  transition: all 0.1s ease !important;
}

.modern-btn-login:hover, .modern-btn-register:hover {
  background: #e2e8f0 !important;
  border-color: #94a3b8 !important;
  color: #0369a1 !important;
}

.modern-btn-login:active, .modern-btn-register:active {
  transform: translateY(2px) !important;
  border-bottom-width: 2px !important;
  box-shadow: inset 1px 1px 0px rgba(0, 0, 0, 0.1) !important;
}

/* User Profile Badge (Logged In) */
.modern-user-profile {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none !important;
  padding: 0.35rem 0.8rem !important;
  border-radius: 4px !important;
  background: #111822 !important;
  border: 2px solid #232d3b !important;
  transition: all 0.2s ease;
}

[data-bs-theme=light] .modern-user-profile {
  background: #f1f5f9 !important;
  border: 2px solid #cbd5e1 !important;
}

.modern-user-profile:hover {
  background: #16202c !important;
}

[data-bs-theme=light] .modern-user-profile:hover {
  background: #e2e8f0 !important;
}

.modern-avatar {
  border: 1px solid #0284c7;
  border-radius: 4px !important;
}

.modern-user-info {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.modern-username {
  color: #ffffff;
  font-family: 'Gilroy-SemiBold', 'Inter', sans-serif !important;
  font-size: 13.5px;
  font-weight: 600;
}

[data-bs-theme=light] .modern-username {
  color: #0f172a;
}

.modern-user-balance {
  color: rgba(255, 255, 255, 0.6);
  font-family: 'Minecraft', monospace, sans-serif !important;
  font-size: 11px;
}

[data-bs-theme=light] .modern-user-balance {
  color: rgba(15, 23, 42, 0.6);
}

/* Hamburger Icon for Mobile */
.modern-navbar-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 1010;
}

.toggle-bar {
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

[data-bs-theme=light] .toggle-bar {
  background-color: #0f172a;
}

.modern-navbar-toggle.active .toggle-bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.modern-navbar-toggle.active .toggle-bar:nth-child(2) {
  opacity: 0;
}

.modern-navbar-toggle.active .toggle-bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* --- MOBILE RESPONSIVENESS --- */

@media (max-width: 991px) {
  .modern-navbar-toggle {
    display: flex;
  }

  .modern-nav-menu {
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
    right: 0;
    background: #0d1218 !important;
    border: 2px solid #232d3b !important;
    border-radius: 8px !important;
    padding: 1.5rem !important;
    display: none; /* Controlled by JS */
    flex-direction: column;
    align-items: stretch;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5) !important;
    z-index: 999;
  }

  [data-bs-theme=light] .modern-nav-menu {
    background: #ffffff !important;
    border: 2px solid #cbd5e1 !important;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08) !important;
  }

  .modern-nav-menu.show {
    display: flex !important;
  }

  .modern-nav-list {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
  }

  .modern-nav-link {
    width: 100%;
    padding: 0.6rem 1rem !important;
    justify-content: flex-start;
  }

  .modern-auth-menu {
    width: 100%;
    justify-content: center;
  }

  .modern-auth-buttons {
    width: 100%;
    flex-direction: column;
    gap: 0.75rem;
  }

  .modern-btn-login, .modern-btn-register {
    width: 100% !important;
    text-align: center;
  }
  
  .modern-user-profile {
    width: 100%;
    justify-content: center;
  }
}

/* ============================================================
   TOP DONORS LEADERBOARD — Horizontal Banner Style
   ============================================================ */

.donors-section {
  background: transparent;
  width: calc(100% - 32px);
  max-width: 1288px;
  margin-right: auto;
  margin-left: auto;
  padding: 1.25rem 0 2rem;
  position: relative;
  z-index: 4;
}

/* ── Inside Banner Tabs (H, A, T) ── */
.lb-inside-tabs {
  display: flex;
  gap: 0.4rem;
  margin-bottom: 0.5rem;
  z-index: 5;
}

.lb-tab-btn {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(0, 0, 0, 0.2);
  color: rgba(255,255,255,0.6);
  font-family: 'Gilroy-ExtraBold', 'Inter', sans-serif !important;
  font-size: 0.9rem;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.25s ease;
}

.lb-tab-btn:hover {
  color: #fff;
  border-color: rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.05);
}

.lb-tab-btn.active {
  background: #0084ff;
  border-color: #ffffff;
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 132, 255, 0.5);
}

/* ── Main Banner ── */
.lb-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: transparent;
  min-height: 126px;
  padding: 0 2.5rem;
  border-radius: 16px;
  margin-bottom: 20px;
}

/* Background & Border container for the 3D "filled" button effect */
.lb-banner-bg {
  position: absolute;
  inset: 0;
  /* Solid vibrant ocean fill with a slight gradient matching 2nd image style */
  background: linear-gradient(135deg, #0084ff 0%, #0066cc 100%);
  border: 2px solid #0059b3;
  border-radius: 16px;
  /* Thick 3D bottom border/shadow */
  box-shadow: 0 8px 0 #0059b3, 0 15px 30px rgba(0, 89, 179, 0.25);
  overflow: hidden;
  z-index: 1;
}

/* Inner glow left edge (optional, keep it subtle) */
.lb-banner-bg::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255,255,255,0.15) 0%, transparent 40%);
  pointer-events: none;
}

/* ── Sparkles ── */
.lb-sparkles {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.lbs {
  position: absolute;
  color: rgba(255,255,255,0.25);
  font-size: 0.6rem;
  animation: lbs-twinkle 3s ease-in-out infinite;
}

.lbs-1 { top: 15%; left: 8%;  font-size: 0.9rem; animation-delay: 0s;   }
.lbs-2 { top: 65%; left: 14%; font-size: 0.5rem; animation-delay: 1.2s; }
.lbs-3 { top: 30%; left: 52%; font-size: 0.7rem; animation-delay: 0.6s; color: rgba(56,189,248,0.3); }
.lbs-4 { top: 75%; left: 62%; font-size: 1rem;   animation-delay: 1.8s; color: rgba(255,255,255,0.15); }
.lbs-5 { top: 20%; left: 80%; font-size: 0.8rem; animation-delay: 0.3s; }

@keyframes lbs-twinkle {
  0%, 100% { opacity: 0.3; transform: scale(1); }
  50%       { opacity: 1;   transform: scale(1.3); }
}

/* ── LEFT: Title ── */
.lb-left {
  flex: 0 1 300px;
  position: relative;
  z-index: 2;
  padding: 1rem 0;
}

.lb-subtitle {
  font-family: 'Gilroy-ExtraBold', 'Inter', sans-serif !important;
  font-size: 0.95rem;
  color: rgba(255,255,255,0.8);
  margin: 0 0 0.2rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.lb-main-title {
  font-family: 'Gilroy-ExtraBold', 'Inter', sans-serif !important;
  font-size: 1.85rem;
  font-weight: 900;
  color: #ffffff;
  margin: 0;
  line-height: 1.1;
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

.lb-highlight {
  color: #f59e0b;
}

/* ── CENTER: Rank Nav + Skin ── */
.lb-center {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 2rem;
  position: relative;
  z-index: 2;
  height: 100%;
}

/* Rank nav column */
.lb-rank-nav {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  align-items: flex-end;
}

.lb-rank-btn {
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.65);
  font-family: 'Gilroy-ExtraBold', 'Inter', sans-serif !important;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 0.5px;
  padding: 0.15rem 0.6rem;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.18s ease;
  line-height: 1.2;
}

.lb-rank-btn:hover:not(:disabled) {
  color: #ffffff;
  background: rgba(255,255,255,0.1);
}

.lb-rank-btn.active {
  color: #ffd54f !important;
  font-size: 1.5rem;
}

.lb-rank-btn:disabled {
  opacity: 0.2;
  cursor: not-allowed;
}

/* Full-body skin stage */
.lb-skin-stage {
  position: relative;
  width: 120px;
  height: 126px;
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.lb-skin-img {
  height: 112px; /* Constrained height to prevent overflow */
  width: auto;
  max-width: 120px;
  object-fit: contain;
  margin-bottom: 5px; /* Slight lift */
  filter: drop-shadow(0 8px 16px rgba(0,0,0,0.7)) drop-shadow(0 0 12px rgba(56,189,248,0.2));
  transition: opacity 0.18s ease, transform 0.3s ease;
  z-index: 5;
}

.lb-skin-shadow {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 10px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(56,189,248,0.4) 0%, transparent 70%);
  filter: blur(4px);
}

/* ── RIGHT: Player info ── */
.lb-right {
  flex: 0 1 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  z-index: 3;
  padding: 1rem 0;
  gap: 0.5rem; /* Adds overall spacing */
}

.lb-rank-label {
  font-family: 'Gilroy-ExtraBold', 'Inter', sans-serif !important;
  font-size: 0.85rem;
  font-weight: 800;
  color: #f59e0b;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0.1rem;
}

.lb-player-name {
  font-family: 'Gilroy-ExtraBold', 'Inter', sans-serif !important;
  font-size: 1.8rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  text-decoration: none;
  margin-bottom: 0.3rem;
}

.lb-player-amount {
  font-family: 'Gilroy-ExtraBold', 'Inter', sans-serif !important;
  font-size: 1.2rem;
  color: #f59e0b;
  margin-bottom: 1rem;
}

.lb-cta-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.6rem 1.4rem;
  background: #22c55e; /* Green background matching user screenshot */
  color: #fff;
  font-family: 'Gilroy-ExtraBold', 'Inter', sans-serif !important;
  font-size: 0.95rem;
  font-weight: 800;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 4px 0 #16a34a, 0 8px 16px rgba(34,197,94,0.3);
  transition: all 0.2s ease;
  width: fit-content;
}

.lb-cta-btn:hover {
  background: #16a34a;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(34,197,94,0.4);
}

/* ── Trophy deco ── */
.lb-trophy-deco {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 5rem;
  color: rgba(245, 158, 11, 0.06);
  pointer-events: none;
  line-height: 1;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .donors-section {
    padding: 1rem 0 1.5rem;
  }

  .lb-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem;
    gap: 1.5rem;
    min-height: auto;
  }
  .lb-left { min-width: auto; padding-right: 0; }
  .lb-right { align-items: flex-start; text-align: left; padding-left: 0; }
  .lb-trophy-deco { display: none; }
  .lb-center { width: 100%; }
}

@media (max-width: 575.98px) {
  .home-ocean-bg {
    padding-top: 0.5rem;
  }

  .lb-banner {
    padding: 1rem;
    border-radius: 12px;
  }

  .lb-banner-bg {
    border-radius: 12px;
  }

  .lb-main-title {
    font-size: 1.45rem;
  }

  .lb-player-name {
    font-size: 1.35rem;
  }
}


/* ============================================================
   RADIANT HERO SECTION — Ocean Theme (Premium Redesign)
   ============================================================ */

.radiant-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 8rem 0 9rem 0;
  z-index: 5;
  /* Top half of the MCC sky-blue gradient */
  background-color: #0eaef0 !important;
  background-image: linear-gradient(180deg, #0eaef0 0%, #0e8bf0 100%) !important;
}

.radiant-vote-hero {
  min-height: 520px;
  padding-top: 7rem;
  padding-bottom: 9.5rem;
  background-color: #0eaef0 !important;
  background-image: linear-gradient(180deg, #12b4ee 0%, #0e8bf0 62%, #0e78e8 100%) !important;
}

.radiant-context-hero {
  min-height: 520px;
  padding-top: 7rem;
  padding-bottom: 9.5rem;
  background-color: #0eaef0 !important;
  background-image: linear-gradient(180deg, #12b4ee 0%, #0e8bf0 62%, #0e78e8 100%) !important;
}

.radiant-vote-hero::after,
.radiant-context-hero::after {
  display: none !important;
}

.vote-hero-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 92px;
  line-height: 0;
  pointer-events: none;
  z-index: 9;
}

.vote-hero-wave svg {
  display: block;
  width: 100%;
  height: 100%;
}

.vote-hero-wave path {
  fill: #f8fbff;
}

/* Disabled dark glow pulse for clean gradient */
.radiant-hero::before {
  display: none !important;
}

/* Disabled dark mesh grid overlay */
.radiant-hero::after {
  display: none !important;
}

.hero-particles {
  display: none !important;
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}

.hero-particles span {
  position: absolute;
  display: block;
  border-radius: 50%;
  background: rgba(56, 189, 248, 0.5);
  box-shadow: 0 0 6px rgba(56, 189, 248, 0.8);
  animation: particle-float linear infinite;
}

.hero-particles span:nth-child(1)  { width:4px; height:4px; left:10%; animation-duration:14s; animation-delay:0s;   }
.hero-particles span:nth-child(2)  { width:6px; height:6px; left:20%; animation-duration:18s; animation-delay:2s;   }
.hero-particles span:nth-child(3)  { width:3px; height:3px; left:33%; animation-duration:12s; animation-delay:4s;   }
.hero-particles span:nth-child(4)  { width:5px; height:5px; left:45%; animation-duration:20s; animation-delay:1s;   }
.hero-particles span:nth-child(5)  { width:4px; height:4px; left:57%; animation-duration:16s; animation-delay:3s;   }
.hero-particles span:nth-child(6)  { width:7px; height:7px; left:65%; animation-duration:22s; animation-delay:5s;   opacity:0.6; }
.hero-particles span:nth-child(7)  { width:3px; height:3px; left:72%; animation-duration:13s; animation-delay:0.5s; }
.hero-particles span:nth-child(8)  { width:5px; height:5px; left:80%; animation-duration:17s; animation-delay:2.5s; }
.hero-particles span:nth-child(9)  { width:4px; height:4px; left:88%; animation-duration:19s; animation-delay:4.5s; }
.hero-particles span:nth-child(10) { width:6px; height:6px; left:95%; animation-duration:15s; animation-delay:1.5s; }

@keyframes particle-float {
  0%   { bottom: -20px; opacity: 0; transform: translateX(0) scale(0.8); }
  10%  { opacity: 1; }
  90%  { opacity: 1; }
  100% { bottom: 110%; opacity: 0; transform: translateX(20px) scale(1.2); }
}

/* --- Hero Row --- */
.radiant-hero-row {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 6rem;
  position: relative;
  z-index: 10;
}

/* --- Premium Hero Action Cards --- */
.hero-action-card {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.25rem 2rem;
  background: transparent;
  border: none !important;
  border-radius: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none !important;
}

.hero-action-card:hover {
  transform: translateY(-4px);
}

.hero-play-card:hover .hero-card-icon,
.hero-discord-card:hover .hero-card-icon {
  /* handled below */
}

.hero-play-card:hover {
  background: transparent;
}

.hero-discord-card:hover {
  background: transparent;
}

/* Card icon (square button) */
.hero-card-icon {
  position: relative;
  width: 58px;
  height: 58px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.65rem;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.hero-play-card:hover .hero-card-icon {
  box-shadow: 0 0 20px rgba(2, 132, 199, 0.5);
  transform: scale(1.06);
}

.hero-discord-card:hover .hero-card-icon {
  box-shadow: 0 0 20px rgba(88, 101, 242, 0.5);
  transform: scale(1.06);
}

.hero-vote-card:hover .hero-card-icon,
.hero-context-card:hover .hero-card-icon {
  box-shadow: 0 0 20px rgba(2, 132, 199, 0.5);
  transform: scale(1.06);
}

/* Card content area */
.hero-card-content {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.hero-card-title {
  font-family: 'Gilroy-ExtraBold', 'Inter', sans-serif !important;
  font-size: 1.4rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
  text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

/* Animated sub-label (hover reveal) */
.hero-card-sub {
  position: relative;
  height: 20px;
  overflow: visible;
  font-family: 'Gilroy-SemiBold', 'Inter', sans-serif !important;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 2px;
}

.hero-sub-default, .hero-sub-hover {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  display: flex;
  align-items: center;
  transition: all 0.32s cubic-bezier(0.4, 0, 0.2, 1);
  line-height: 20px;
}

.hero-sub-default { transform: translateY(0); opacity: 1; }
.hero-sub-hover   { transform: translateY(14px); opacity: 0; }

.hero-action-card:hover .hero-sub-default {
  transform: translateY(-14px);
  opacity: 0;
}

.hero-action-card:hover .hero-sub-hover {
  transform: translateY(0);
  opacity: 1;
}

.hero-card-sub-play .hero-sub-default { color: #ffffff !important; }
.hero-card-sub-play .hero-sub-hover   { color: #ffd54f !important; }
.hero-card-sub-discord .hero-sub-default { color: #ffffff !important; }
.hero-card-sub-discord .hero-sub-hover   { color: #ffd54f !important; }
.radiant-vote-hero .hero-card-sub span { color: #ffffff !important; }

.discord-online-count {
  display: inline-block;
  margin-right: 0.25rem;
}

.discord-online-label {
  display: inline-block;
}

.radiant-vote-hero .hero-vote-card .hero-card-sub span { color: #ffd54f !important; }

.radiant-context-hero .hero-card-sub span {
  color: #ffffff !important;
}

.radiant-context-hero .hero-action-card:hover .hero-card-sub span {
  color: #ffd54f !important;
}

/* btn-play / btn-discord reused for icon background */
.btn-play {
  background: linear-gradient(135deg, #0284c7, #0369a1) !important;
  color: #ffffff !important;
  border: 2px solid rgba(56, 189, 248, 0.4) !important;
  border-bottom: 4px solid #003e66 !important;
  box-shadow: inset 1px 1px 0 rgba(255,255,255,0.2) !important;
}

.btn-discord {
  background: linear-gradient(135deg, #5865f2, #4752c4) !important;
  color: #ffffff !important;
  border: 2px solid rgba(165,180,252,0.3) !important;
  border-bottom: 4px solid #2f38a6 !important;
  box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15) !important;
}

/* Player-count badge */
.radiant-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #ef4444;
  color: #ffffff;
  font-family: 'Minecraft', monospace, sans-serif !important;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 4px;
  border: 2px solid #040d18;
  box-shadow: 0 2px 6px rgba(0,0,0,0.4);
  line-height: 1 !important;
  animation: badge-pulse 2s ease-in-out infinite;
}

@keyframes badge-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(239,68,68,0.5); }
  50%       { box-shadow: 0 0 0 5px rgba(239,68,68,0); }
}

/* --- Center Logo --- */
.radiant-logo-container {
  flex-shrink: 0;
  position: relative;
  z-index: 10;
}

/* Glow ring behind logo */
.radiant-logo-container::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(2,132,199,0.22) 0%, transparent 70%);
  animation: logo-ring-pulse 3.5s ease-in-out infinite;
  pointer-events: none;
}

@keyframes logo-ring-pulse {
  0%, 100% { transform: translate(-50%, -50%) scale(0.95); opacity: 0.6; }
  50%       { transform: translate(-50%, -50%) scale(1.1); opacity: 1; }
}

.radiant-logo {
  max-height: 190px;
  width: auto;
  filter: drop-shadow(0 0 18px rgba(2, 132, 199, 0.5)) drop-shadow(0 8px 16px rgba(0,0,0,0.6));
  animation: radiant-logo-float 4s ease-in-out infinite;
  position: relative;
  z-index: 1;
}

.radiant-vote-hero .radiant-logo {
  max-height: 172px;
}

@keyframes radiant-logo-float {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-10px); }
}

/* --- Layered Transition Separator --- */
.bento-hero-separator {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140px;
  z-index: 8;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(4, 13, 24, 0.35) 30%,
    rgba(4, 13, 24, 0.75) 65%,
    #040d18 100%
  );
}

/* --- Ocean Wave Separator (Multi-layered Red Waves Design) --- */
/* Styles moved to bottom of file near .home-ocean-bg section */

/* Compact Page Header */
.compact-header-banner {
  position: relative;
  height: 200px;
  overflow: hidden;
  background-color: #0b131f;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}

.compact-header-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.compact-header-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.25;
}

.compact-header-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, transparent, #0b131f);
  z-index: 2;
}

.compact-logo {
  max-height: 80px;
  width: auto;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.5));
  transition: transform 0.2s ease;
}

.compact-logo:hover {
  transform: scale(1.05);
}

@media (max-width: 991px) {
  .radiant-action-text {
    text-align: center !important;
  }
  .radiant-action {
    flex-direction: column !important;
    gap: 0.5rem;
  }
}

/* ══════════════════════════════════════════════════════════════
   HOME HERO OCEAN — Clean MCC-Style Gradient & Wave Mask
   Gradient: #0EAEF0 → #0E8BF0 (Top) & #0E8BF0 → #0E68F0 (Bottom)
   with Bottom Wave Flair
══════════════════════════════════════════════════════════════════ */

.home-ocean-bg {
  position: relative;
  background-color: #0e8bf0 !important;
  background-image: linear-gradient(180deg, #0e8bf0 0%, #0e68f0 100%) !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0.75rem;
  padding-bottom: 0 !important;
  overflow: hidden;
}

.home-ocean-bg::after {
  content: none !important;
}

/* Pixelated edge separator at the bottom of the ocean section */
.ocean-wave-separator {
  position: absolute !important;
  bottom: -8px !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 8px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='8' viewBox='0 0 16 8'%3E%3Cpath d='M0 0 V4 H8 V8 H16 V0 Z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 16px 8px;
  z-index: 10;
  pointer-events: none;
}

/* Dark mode support */
[data-bs-theme=dark] .ocean-wave-separator {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='8' viewBox='0 0 16 8'%3E%3Cpath d='M0 0 V4 H8 V8 H16 V0 Z' fill='%23141416'/%3E%3C/svg%3E");
}

/* ─── Global MCC Style Classes (requested by user) ─── */
.mcc_section {
  padding: 60px 0;
}

.mcc_sectionFlair {
  position: relative;
}

.mcc_sectionFlair:before {
  content: '';
  display: block;
  width: 100%;
  height: 7px;
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  background-color: inherit;
  mask-repeat: repeat-x;
  -webkit-mask-repeat: repeat-x;
  mask-position: bottom;
  -webkit-mask-position: bottom;
}

.mcc_sectionFlair--waveSm:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 76 7' preserveAspectRatio='none'%3E%3Cpath d='M0,7 C19,7 19,0 38,0 C57,0 57,7 76,7 Z' fill='%23000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 76 7' preserveAspectRatio='none'%3E%3Cpath d='M0,7 C19,7 19,0 38,0 C57,0 57,7 76,7 Z' fill='%23000'/%3E%3C/svg%3E");
  -webkit-mask-size: 76px 7px;
  mask-size: 76px 7px;
}

.mcc_section__explore {
  background-color: #0EAEF0;
  background-image: linear-gradient(#0eaef0, #0e6af0);
}


.games-marquee-section {
  padding: 1rem 0 3rem 0;
  overflow: hidden;
  position: relative;
}

.games-marquee-wrapper {
  overflow: hidden;
  width: 100%;
}

.games-marquee-track {
  display: flex;
  gap: 1.5rem;
  width: max-content;
  animation: scroll-marquee 25s linear infinite;
}

.games-marquee-track:hover {
  animation-play-state: paused;
}

@keyframes scroll-marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-50% - 0.75rem)); }
}

/* Minecraft UI Style Frame */
.game-marquee-card {
  position: relative;
  display: block;
  width: 320px;
  height: 180px;
  border-radius: 4px; /* Less rounded, more blocky */
  background: #222;
  /* Minecraft 3D Border Effect */
  border: 4px solid #333;
  border-top-color: #777;
  border-left-color: #777;
  border-bottom-color: #111;
  border-right-color: #111;
  box-shadow: 
    inset 0 0 0 4px #FBC02D,
    inset 0 0 0 6px #F57F17,
    0 10px 25px rgba(0,0,0,0.6);
  overflow: hidden;
  flex-shrink: 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.game-marquee-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  /* Padding so the inset border shows above the image */
  padding: 6px; 
  box-sizing: border-box;
}

.game-marquee-overlay {
  position: absolute;
  inset: 6px; /* Match padding so gradient fits inside border */
  background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.4) 40%, transparent 100%);
  opacity: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 1rem;
  transition: opacity 0.3s ease;
}

.game-marquee-title {
  color: #fff;
  font-family: 'Gilroy-ExtraBold', 'Inter', sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin: 0;
  transform: translateY(20px);
  transition: transform 0.3s ease;
  text-shadow: 0 2px 4px rgba(0,0,0,0.8), 0 0 8px rgba(0,0,0,0.5);
  letter-spacing: 1px;
}

.game-marquee-card:hover {
  transform: translateY(-5px);
  box-shadow: 
    inset 0 0 0 4px #FFEE58,
    inset 0 0 0 6px #F9A825,
    0 15px 30px rgba(0,0,0,0.8);
}

.game-marquee-card:hover .game-marquee-overlay {
  opacity: 1;
}

.game-marquee-card:hover .game-marquee-img {
  transform: scale(1.1);
}

.game-marquee-card:hover .game-marquee-title {
  transform: translateY(0);
}

/* ══════════════════════════════════════════════════════════════
     MCC STYLE NEWS GRID
══════════════════════════════════════════════════════════════════ */
.mcc-news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 1.5rem;
}

@media (max-width: 991px) {
  .mcc-news-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

@media (max-width: 767px) {
  .mcc-news-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.mcc-news-card {
  display: flex;
  flex-direction: column;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  transition: transform 0.2s ease;
}

.mcc-news-img-link {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px; /* Smooth rounded corners as in screenshot */
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
  margin-bottom: 1rem;
  background: #111;
}

.mcc-news-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.mcc-news-card:hover .mcc-news-img {
  transform: scale(1.04);
}

.mcc-news-card:hover {
  transform: translateY(-4px);
}

.mcc-news-body {
  display: flex;
  flex-direction: column;
}

.mcc-news-title {
  font-family: 'Gilroy-ExtraBold', 'Inter', sans-serif !important;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.35;
  margin: 0 0 0.5rem 0;
}

.mcc-news-title a {
  color: #fff !important;
  text-decoration: none !important;
  transition: color 0.15s ease;
}

[data-bs-theme=light] .mcc-news-title a {
  color: #0f172a !important;
}

.mcc-news-title a:hover {
  color: #38bdf8 !important; /* cyan/light-blue hover */
}

.mcc-news-meta {
  font-family: 'Gilroy-SemiBold', 'Inter', sans-serif !important;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

[data-bs-theme=light] .mcc-news-meta {
  color: rgba(15, 23, 42, 0.5);
}

.mcc-news-author {
  font-weight: 600;
}

.mcc-news-divider {
  opacity: 0.4;
}

.mcc-news-date {
  opacity: 0.9;
}

/* ══════════════════════════════════════════════════════════════
     MCC STYLE INTERACTIVE NEWS SLIDER ON HOMEPAGE
══════════════════════════════════════════════════════════════════ */
.mcc-ocean-news-section {
  position: relative;
  width: 100%;
  /* Full bleed token-based background style for news section */
  background: var(--mcc-news-bg);
  padding-top: 3rem;
  padding-bottom: 5.5rem;
  margin-top: 0 !important;
  overflow: visible;
}

/* Repeating right-angle saw-tooth flairs for pixelated MCC theme style (default white fill) */
.mcc-ocean-news-section::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='8' viewBox='0 0 16 8'%3E%3Cpath d='M0 8 V4 H8 V0 H16 V8 Z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 16px 8px;
  z-index: 10;
}

.mcc-ocean-news-section::after {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='8' viewBox='0 0 16 8'%3E%3Cpath d='M0 0 V4 H8 V8 H16 V0 Z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 16px 8px;
  z-index: 10;
}

/* Dark theme overrides for pixelated flairs to match dark surface background */
[data-bs-theme=dark] .mcc-ocean-news-section::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='8' viewBox='0 0 16 8'%3E%3Cpath d='M0 8 V4 H8 V0 H16 V8 Z' fill='%23141416'/%3E%3C/svg%3E");
}

[data-bs-theme=dark] .mcc-ocean-news-section::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='8' viewBox='0 0 16 8'%3E%3Cpath d='M0 0 V4 H8 V8 H16 V0 Z' fill='%23141416'/%3E%3C/svg%3E");
}

.mcc-news-slider-section {
  position: relative;
  width: 100%;
}

/* Grid Layout for News Cards */
.mcc-news-grid-section {
  position: relative;
  width: 100%;
}

.mcc-news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}

@media (max-width: 991px) {
  .mcc-news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .mcc-news-grid {
    grid-template-columns: 1fr;
  }
}

/* News Card */
.mcc-news-card {
  display: block;
  background: var(--mcc-card-bg);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--mcc-border-color);
  transition: all 0.3s ease;
  text-decoration: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.mcc-news-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
  text-decoration: none;
}

.mcc-news-card-image {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--mcc-border-color);
}

.mcc-news-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.mcc-news-card:hover .mcc-news-card-image img {
  transform: scale(1.05);
}

.mcc-news-card-content {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.mcc-news-card-title {
  font-family: 'Gilroy-ExtraBold', 'Inter', sans-serif !important;
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--mcc-text-primary) !important;
  margin: 0;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mcc-news-card-meta {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-family: 'Gilroy-SemiBold', 'Inter', sans-serif !important;
  font-size: 0.8rem;
  color: var(--mcc-text-muted);
}

.mcc-news-card-author {
  font-weight: 600;
}

.mcc-news-card-date {
  font-weight: 400;
  opacity: 0.8;
}

.mcc-news-slider-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2rem;
}

.mcc-news-slider-header-left {
  display: flex;
  flex-direction: column;
}

.mcc-news-badge {
  font-family: 'Gilroy-ExtraBold', 'Inter', sans-serif !important;
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--mcc-primary); /* Dynamic primary theme color */
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

.mcc-news-section-title {
  font-family: 'Gilroy-ExtraBold', 'Inter', sans-serif !important;
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--mcc-text-primary) !important; /* Dynamic text color */
  margin: 0;
  line-height: 1.1;
  letter-spacing: 0.5px;
}

[data-bs-theme=light] .mcc-news-section-title {
  color: var(--mcc-text-primary) !important;
}

/* Flat Blue Button Style matching active navbar tab */
.mcc-news-all-btn {
  font-family: 'Gilroy-ExtraBold', 'Inter', sans-serif !important;
  text-transform: uppercase !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  background: var(--mcc-primary) !important; /* solid blue like active navbar tab */
  border: none !important;
  border-radius: 6px !important;
  padding: 0.5rem 1.25rem !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
  transition: background-color 0.15s ease !important;
}

.mcc-news-all-btn:hover {
  background: var(--mcc-primary-hover) !important;
}

.mcc-news-all-btn:active {
  background: #0059b3 !important;
}

/* Slider wrapper */
.mcc-slider-card {
  position: relative;
  padding-bottom: 50px; /* space for overlapping info card */
}

.mcc-slider-img-container {
  position: relative;
  width: 100%;
  aspect-ratio: 2.3 / 1; /* Cinematic wide ratio to reduce huge height */
  max-height: 380px; /* Limit maximum height */
  border-radius: 16px;
  overflow: visible; /* Let the card float outside */
}

.mcc-slider-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

/* Floating info box on bottom right (Separated with border on white background) */
.mcc-slider-info-card {
  position: absolute;
  bottom: -20px;
  right: 50px;
  width: 260px; /* Slightly more compact card */
  background: var(--mcc-bg-surface);
  border-radius: 12px;
  padding: 1.25rem 1.1rem 1.1rem;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--mcc-border-color);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Rotated diamond number tag (Blue theme style) */
.mcc-slider-number-tag {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  background: var(--mcc-primary);
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
  border: 2px solid var(--mcc-primary-hover);
}

.mcc-slider-number-tag span {
  transform: rotate(-45deg);
  display: block;
  color: #ffffff;
  font-weight: 900;
  font-size: 13px;
  font-family: 'Minecraft', monospace !important;
}

.mcc-slider-post-title {
  font-family: 'Gilroy-ExtraBold', 'Inter', sans-serif !important;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--mcc-text-primary) !important; /* Dynamic color */
  margin: 0.5rem 0;
  text-align: center;
  line-height: 1.25;
}

.mcc-slider-post-desc {
  font-family: 'Gilroy-SemiBold', 'Inter', sans-serif !important;
  font-size: 0.8rem;
  color: var(--mcc-text-muted);
  line-height: 1.4;
  margin-bottom: 1rem;
  text-align: center;
}

/* Flat Blue Button Style inside the card matching active navbar tab */
.mcc-slider-read-btn {
  font-family: 'Gilroy-ExtraBold', 'Inter', sans-serif !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  background: var(--mcc-primary) !important; /* solid blue */
  border: none !important;
  border-radius: 6px !important;
  padding: 0.4rem 1.1rem !important;
  text-decoration: none !important;
  display: inline-block !important;
  box-shadow: none !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: background-color 0.15s ease !important;
}

.mcc-slider-read-btn:hover {
  background: var(--mcc-primary-hover) !important;
  color: #ffffff !important;
}

.mcc-slider-read-btn:active {
  background: #0059b3 !important;
}

/* Indicators at bottom left (Dynamic Navy for contrast on sky blue background) */
.mcc-slider-indicators {
  position: absolute;
  bottom: 25px;
  left: 45px;
  margin: 0;
  z-index: 15;
  width: auto;
  justify-content: flex-start;
  gap: 6px;
}

.mcc-slider-indicators button {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background-color: rgba(2, 18, 44, 0.2) !important;
  border: none !important;
  transition: background-color 0.2s ease, transform 0.2s ease !important;
  padding: 0 !important;
}

.mcc-slider-indicators button.active {
  background-color: var(--mcc-primary) !important;
  transform: scale(1.2);
}

/* Navigation Arrow Controls */
.mcc-slider-control-btn {
  width: 50px;
  opacity: 0.9;
  z-index: 12;
}

.mcc-slider-control-btn:hover {
  opacity: 1;
}

.mcc-slider-prev {
  left: -25px;
}

.mcc-slider-next {
  right: -25px;
}

.mcc-slider-arrow-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--mcc-bg-surface); /* Dynamic Arrow container background */
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  color: var(--mcc-text-primary);
  font-size: 1.4rem;
  border: 1px solid var(--mcc-border-color);
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.mcc-slider-control-btn:hover .mcc-slider-arrow-circle {
  transform: scale(1.1);
  background: var(--mcc-primary); /* Change to flat blue on hover */
  color: #ffffff;
  border-color: var(--mcc-primary);
}

@media (max-width: 767px) {
  .mcc-ocean-news-section {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
  .mcc-slider-info-card {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
    margin-top: 1rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }
  .mcc-slider-img-container {
    aspect-ratio: 4/3;
  }
  .mcc-slider-indicators {
    left: 20px;
    bottom: auto;
    top: 20px;
  }
  .mcc-slider-prev { left: 0px; }
  .mcc-slider-next { right: 0px; }
}

.mcc-organic-guide {
  padding-top: 0;
  padding-bottom: 3.5rem;
  background: var(--mcc-news-bg);
}

.mcc-seo-panel {
  border: 1px solid var(--mcc-border-color);
  border-radius: 12px;
  background: var(--mcc-card-bg);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
}

.mcc-seo-panel .card-body {
  padding: 1.25rem;
}

.mcc-seo-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.mcc-seo-panel-head h2 {
  margin: 0;
  color: var(--mcc-text-primary);
  font-family: 'Gilroy-ExtraBold', 'Inter', sans-serif !important;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.2;
}

.mcc-seo-ip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  flex: 0 0 auto;
  font-weight: 800;
}

.mcc-seo-points {
  margin-bottom: 1rem;
}

.mcc-seo-point {
  display: flex;
  gap: 0.75rem;
  height: 100%;
  padding: 0.85rem;
  border: 1px solid var(--mcc-border-color);
  border-radius: 8px;
  background: rgba(0, 132, 255, 0.04);
}

.mcc-seo-point i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
  border-radius: 7px;
  color: var(--mcc-primary);
  background: rgba(0, 132, 255, 0.1);
  font-size: 1.1rem;
}

.mcc-seo-point h3 {
  margin: 0 0 0.25rem;
  color: var(--mcc-text-primary);
  font-size: 0.95rem;
  font-weight: 800;
}

.mcc-seo-point p {
  margin: 0;
  color: var(--mcc-text-muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.mcc-seo-tags,
.mcc-seo-brief-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.mcc-seo-tags span,
.mcc-seo-brief-tags span {
  border: 1px solid var(--mcc-border-color);
  border-radius: 999px;
  padding: 0.35rem 0.6rem;
  color: var(--mcc-text-primary);
  background: var(--mcc-bg-surface);
  font-size: 0.78rem;
  font-weight: 700;
}

.mcc-seo-faq {
  display: grid;
  gap: 0.45rem;
  margin-top: 1rem;
}

.mcc-seo-faq details {
  border-top: 1px solid var(--mcc-border-color);
  padding-top: 0.55rem;
}

.mcc-seo-faq summary {
  cursor: pointer;
  color: var(--mcc-text-primary);
  font-size: 0.9rem;
  font-weight: 800;
}

.mcc-seo-faq p {
  margin: 0.45rem 0 0;
  color: var(--mcc-text-muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.mcc-seo-brief {
  display: flex;
  gap: 1rem;
  margin: 1.25rem 0;
  border: 1px solid var(--mcc-border-color);
  border-radius: 10px;
  padding: 1rem;
  background: var(--mcc-bg-surface);
}

.mcc-seo-brief-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 2.25rem;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 8px;
  color: var(--mcc-primary);
  background: rgba(0, 132, 255, 0.1);
  font-size: 1.15rem;
}

.mcc-seo-brief h2 {
  margin: 0 0 0.4rem;
  color: var(--mcc-text-primary);
  font-size: 1.05rem;
  font-weight: 800;
}

.mcc-seo-brief p {
  margin: 0 0 0.75rem;
  color: var(--mcc-text-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

@media (max-width: 767px) {
  .mcc-organic-guide {
    padding-bottom: 2.5rem;
  }

  .mcc-seo-panel-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .mcc-seo-ip {
    width: 100%;
    justify-content: center;
  }

  .mcc-seo-brief {
    flex-direction: column;
  }
}

.vote-event-panel {
  margin-bottom: 1.5rem;
}

.vote-event-action {
  text-decoration: none !important;
}

.vote-event-prizes {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vote-event-prize {
  cursor: default;
}

.vote-event-prize:hover {
  transform: none;
}

.vote-event-note {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 8px;
  color: var(--mcc-text-muted);
  background: rgba(0, 132, 255, 0.06);
  font-size: 0.9rem;
  font-weight: 700;
}

.vote-event-note i {
  color: var(--mcc-primary);
  font-size: 1.15rem;
}

@media (max-width: 991px) {
  .vote-event-prizes {
    grid-template-columns: 1fr;
  }
}

.vote-page-v2 {
  padding: 3.5rem 0 5rem;
  background:
    radial-gradient(circle at 18% 0%, rgba(0, 132, 255, 0.08), transparent 34%),
    var(--mcc-bg-primary);
}

.vote-v2-wrap {
  max-width: 1180px;
}

.vote-v2-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.25rem;
  align-items: end;
  margin-bottom: 1.25rem;
  padding: 2rem;
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(2, 132, 199, 0.96), rgba(0, 89, 179, 0.98)),
    var(--mcc-primary);
  color: #f8fbff;
  box-shadow: 0 18px 38px rgba(2, 89, 165, 0.22);
}

.vote-v2-copy span,
.vote-v2-section-head span {
  display: block;
  margin-bottom: 0.4rem;
  color: rgba(255, 216, 78, 0.95);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.vote-v2-copy h1 {
  max-width: 680px;
  margin: 0;
  color: #f8fbff;
  font-family: 'Gilroy-ExtraBold', 'Inter', sans-serif !important;
  font-size: 2.35rem;
  font-weight: 800;
  line-height: 1.08;
}

.vote-v2-copy p {
  max-width: 620px;
  margin: 0.75rem 0 0;
  color: rgba(248, 251, 255, 0.86);
  font-size: 1rem;
  line-height: 1.6;
}

.vote-v2-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 46px;
  border-radius: 8px;
  padding: 0 1rem;
  color: #12304d !important;
  background: #ffd84e;
  font-weight: 900;
  text-decoration: none !important;
  box-shadow: 0 5px 0 #b98b08;
}

.vote-v2-prizes {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 0.85rem;
  margin-bottom: 0.85rem;
}

.vote-v2-prize {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  min-height: 118px;
  padding: 1.1rem;
  border-radius: 12px;
  background: var(--mcc-card-bg);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.vote-v2-prize.is-first {
  background: rgba(0, 132, 255, 0.08);
}

.vote-v2-rank {
  display: grid;
  place-items: center;
  flex: 0 0 2.8rem;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 10px;
  color: var(--mcc-primary);
  background: rgba(0, 132, 255, 0.11);
  font-family: 'Gilroy-ExtraBold', 'Inter', sans-serif !important;
  font-weight: 800;
}

.vote-v2-prize h2 {
  margin: 0 0 0.35rem;
  color: var(--mcc-text-primary);
  font-size: 1.1rem;
  font-weight: 800;
}

.vote-v2-prize p {
  margin: 0;
  color: var(--mcc-text-muted);
  line-height: 1.5;
}

.vote-v2-rule,
.vote-v2-description,
.vote-v2-links {
  border-radius: 12px;
  background: var(--mcc-card-bg);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

.vote-v2-rule {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1.25rem;
  padding: 0.9rem 1rem;
  color: var(--mcc-text-muted);
  font-weight: 700;
}

.vote-v2-rule i {
  color: var(--mcc-primary);
  font-size: 1.15rem;
}

.vote-v2-description {
  margin-bottom: 1.25rem;
  padding: 1.25rem;
}

.vote-v2-links {
  padding: 1.25rem;
}

.vote-v2-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.vote-v2-section-head span {
  color: var(--mcc-primary);
}

.vote-v2-section-head h2 {
  margin: 0;
  color: var(--mcc-text-primary);
  font-family: 'Gilroy-ExtraBold', 'Inter', sans-serif !important;
  font-size: 1.8rem;
  font-weight: 800;
}

.vote-v2-section-head strong {
  color: var(--mcc-text-primary);
  font-size: 0.9rem;
  font-weight: 900;
}

.vote-v2-link-list {
  display: grid;
  gap: 0.75rem;
}

.vote-v2-link {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  min-height: 76px;
  padding: 0.85rem 1rem;
  border-radius: 10px;
  background: rgba(0, 132, 255, 0.06);
  text-decoration: none !important;
  transition: transform 0.16s ease, background-color 0.16s ease;
}

.vote-v2-link:hover {
  transform: translateY(-2px);
  background: rgba(0, 132, 255, 0.1);
}

.vote-v2-link-index {
  color: var(--mcc-primary);
  font-family: 'Gilroy-ExtraBold', 'Inter', sans-serif !important;
  font-size: 1rem;
  font-weight: 800;
}

.vote-v2-link-main strong {
  display: block;
  color: var(--mcc-text-primary);
  font-size: 1.05rem;
  font-weight: 800;
}

.vote-v2-link-main small {
  display: block;
  margin-top: 0.2rem;
  color: var(--mcc-text-muted);
  font-size: 0.85rem;
  font-weight: 700;
}

.vote-v2-link-action {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border-radius: 7px;
  padding: 0.55rem 0.75rem;
  color: #12304d;
  background: #ffd84e;
  font-size: 0.85rem;
  font-weight: 900;
}

.vote-v2-empty {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 1rem;
  border-radius: 10px;
  color: var(--mcc-text-muted);
  background: rgba(0, 132, 255, 0.06);
}

@media (max-width: 991px) {
  .vote-v2-hero,
  .vote-v2-prizes {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .vote-page-v2 {
    padding-top: 2rem;
  }

  .vote-v2-hero {
    padding: 1.25rem;
  }

  .vote-v2-copy h1 {
    font-size: 1.75rem;
  }

  .vote-v2-primary {
    width: 100%;
  }

  .vote-v2-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .vote-v2-link {
    grid-template-columns: 1fr;
  }

  .vote-v2-link-action {
    justify-content: center;
  }
}

/* ============================================================
   SITE-WIDE RESPONSIVE SAFETY LAYER
   Desktop theme stays intact; these rules only repair tablet and mobile.
   ============================================================ */

@media (max-width: 1199.98px) {
  .container,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .modern-navbar,
  .donors-section {
    width: calc(100% - 32px);
    max-width: 100%;
  }

  .modern-nav-list {
    gap: 0.25rem;
  }

  .modern-nav-link {
    padding-right: 0.72rem !important;
    padding-left: 0.72rem !important;
    font-size: 13px !important;
  }
}

@media (max-width: 991.98px) {
  html,
  body,
  .page {
    max-width: 100%;
    overflow-x: hidden;
  }

  .page-wrapper {
    min-width: 0;
  }

  .section,
  .page-section {
    margin: 1.75rem 0;
  }

  .modern-header.modern-header-combo {
    top: 46px;
  }

  .modern-header.modern-header-combo.has-broadcast {
    top: 46px;
  }

  .modern-navbar-wrapper {
    padding: 0.85rem 0;
  }

  .modern-navbar {
    position: relative;
    width: 100%;
    padding: 0.65rem 0.85rem !important;
    gap: 0.75rem;
  }

  .modern-nav-menu {
    max-height: min(72vh, 520px);
    overflow-y: auto;
  }

  .modern-auth-menu {
    margin-left: auto;
  }

  .modern-auth-buttons {
    gap: 0.5rem;
  }

  .modern-btn-login,
  .modern-btn-register {
    min-height: 38px;
    padding: 0.45rem 0.75rem !important;
    font-size: 11.5px !important;
  }

  .modern-user-profile {
    max-width: 150px;
    padding: 0.3rem 0.55rem !important;
  }

  .modern-user-info {
    min-width: 0;
  }

  .modern-username,
  .modern-user-balance {
    max-width: 92px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .broadcast-shell {
    min-height: 42px;
  }

  .broadcast {
    height: 42px;
  }

  .broadcast-item {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .radiant-hero,
  .radiant-context-hero,
  .radiant-vote-hero {
    min-height: auto;
    padding: 7rem 0 4rem;
  }

  .radiant-hero-row {
    flex-direction: column;
    gap: 1.5rem;
  }

  .hero-action-card {
    width: min(100%, 420px);
    justify-content: flex-start;
    padding: 1rem 1.2rem;
  }

  .radiant-logo-container {
    order: -1;
  }

  .radiant-logo-container::before {
    width: 160px;
    height: 160px;
  }

  .radiant-logo {
    max-height: 132px;
  }

  .compact-header-banner {
    min-height: 190px;
  }

  .compact-logo {
    max-height: 112px;
    max-width: min(78vw, 260px);
  }

  .home-slider,
  .home-slider .carousel-inner,
  .home-slider .carousel-item,
  .home-slider .carousel-item img {
    height: auto !important;
    min-height: 0;
  }

  .home-slider .carousel-item img {
    aspect-ratio: 16 / 8;
    object-fit: cover;
  }

  .donors-section {
    width: calc(100% - 32px);
  }

  .lb-banner {
    min-height: 0;
  }

  .lb-center {
    justify-content: space-between;
    gap: 1rem;
  }

  .lb-rank-nav {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }

  .lb-right {
    width: 100%;
  }

  .mcc-news-slider-header,
  .demo-lb-toolbar,
  .flat-footer-main,
  .flat-footer-bottom,
  .mcc-seo-panel-head,
  .vote-v2-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .mcc-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .demo-lb-hero,
  .demo-lb-clan-profile,
  .clan-board-head,
  .clan-board-overview,
  .demo-lb-real {
    grid-template-columns: 1fr;
  }

  .demo-lb-copy h1 {
    font-size: 2rem;
  }

  .demo-lb-podium {
    grid-template-columns: 1fr;
  }

  .demo-lb-clan-stats {
    grid-template-columns: 1fr;
  }

  .clan-detail-stats,
  .clan-player-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .clan-member-row {
    grid-template-columns: 42px minmax(120px, 1fr) minmax(80px, 0.55fr);
  }

  .clan-member-row span:nth-of-type(2),
  .clan-member-row small {
    display: none;
  }

  .demo-lb-player-profile-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flat-footer-brand {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .flat-footer-logo,
  .flat-footer-logo img {
    width: 58px;
    height: 58px;
    max-width: 58px;
    max-height: 58px;
  }

  .flat-footer-actions {
    justify-content: flex-start;
  }

  .table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table {
    min-width: 620px;
  }

  .breadcrumb {
    flex-wrap: wrap;
  }

  .card,
  .modal-content,
  .forum-content {
    max-width: 100%;
  }

  .row > [class*="col-"] {
    min-width: 0;
  }

  .profile-overview,
  .profile-overview-stats,
  .profile-detail-grid,
  .credit-package-detail-card,
  .demo-lb-hero,
  .demo-lb-clan-profile,
  .clan-board-head,
  .clan-board-overview,
  .demo-lb-real,
  .vote-banner,
  .vote-v2-hero,
  .vote-v2-prizes,
  .vote-event-prizes {
    grid-template-columns: 1fr !important;
  }

  .credit-package-art {
    min-height: 240px;
  }

  .credit-package-art img {
    max-height: 230px;
  }

  .credit-order-card {
    position: relative;
    top: auto;
  }

  body.store-body-layout,
  .store-container,
  .store-content-scroll {
    height: auto !important;
    min-height: 100vh;
    overflow: visible !important;
  }

  .store-container {
    flex-direction: column !important;
  }

  .store-container aside.navigation_navigation__hzkBT {
    position: relative !important;
    top: auto !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    border-right: 0 !important;
    border-bottom: 1px solid #e0e9ee !important;
    padding: 14px 16px !important;
  }

  .store-container .navigation_navigationHeader__23Uqf {
    padding: 0 0 12px !important;
  }

  .store-container .navigation_navigationControls__8JdeK {
    padding: 14px 0 0 !important;
  }

  .store-content-scroll {
    width: 100% !important;
    justify-content: flex-start !important;
  }

  .store-container .root_main__Dx1Xe,
  .root_main__Dx1Xe {
    max-width: 100% !important;
    padding: 24px 16px !important;
  }

  .store-parent-categories {
    display: flex !important;
    gap: 10px !important;
    margin-bottom: 24px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding-bottom: 8px !important;
    -webkit-overflow-scrolling: touch;
  }

  .store-parent-categories > * {
    flex: 0 0 auto !important;
    min-width: 180px !important;
  }

  .store-container .root_categoryPackages__MIkhf,
  .store-container .root_expandedCategoryPackages__ud47q,
  .root_categoryPackages__MIkhf,
  .root_expandedCategoryPackages__ud47q {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }

  .store-container .root_addToCart__HBv7I {
    width: 100%;
  }

  .store-container .package_packageDetails__LJA6b {
    padding: 18px;
  }

  .store-container .vip-table-container {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  .container,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm {
    padding-right: 12px;
    padding-left: 12px;
  }

  .section,
  .page-section,
  .mcc-ocean-news-section,
  .mcc-organic-guide,
  .vote-page-v2 {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
  }

  .modern-header.modern-header-combo,
  .modern-header.modern-header-combo.has-broadcast {
    top: 42px;
  }

  .modern-navbar {
    width: 100%;
  }

  .modern-logo {
    height: 28px;
  }

  .modern-auth-buttons .modern-btn-register {
    display: none !important;
  }

  .modern-user-profile {
    max-width: 74px;
  }

  .broadcast-link {
    gap: 7px;
  }

  .broadcast-badge {
    padding: 7px 8px;
  }

  .broadcast-title {
    max-width: 72vw;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .radiant-hero,
  .radiant-context-hero,
  .radiant-vote-hero {
    padding-top: 6rem;
  }

  .hero-action-card {
    gap: 0.85rem;
    padding: 0.85rem 1rem;
  }

  .hero-card-icon {
    width: 48px;
    height: 48px;
    font-size: 1.35rem;
  }

  .hero-card-title {
    font-size: 1.12rem;
  }

  .hero-card-sub {
    font-size: 0.74rem;
  }

  .radiant-logo {
    max-height: 108px;
  }

  .home-slider .carousel-item img {
    aspect-ratio: 16 / 10;
  }

  .donors-section {
    width: calc(100% - 24px);
  }

  .lb-banner {
    padding: 1rem;
  }

  .lb-subtitle {
    font-size: 0.76rem;
  }

  .lb-main-title {
    font-size: 1.32rem;
  }

  .lb-center {
    align-items: center;
  }

  .lb-skin-stage {
    width: 92px;
    height: 104px;
  }

  .lb-skin-img {
    max-width: 92px;
    height: 96px;
  }

  .lb-player-name {
    font-size: 1.22rem;
  }

  .lb-player-amount {
    margin-bottom: 0;
  }

  .mcc-news-grid {
    grid-template-columns: 1fr;
  }

  .demo-leaderboard-page {
    padding-top: 2rem;
  }

  .demo-lb-copy {
    padding: 1.25rem;
  }

  .demo-lb-copy h1 {
    font-size: 1.58rem;
  }

  .demo-lb-clan-profile {
    padding: 0.85rem;
  }

  .demo-lb-clan-main {
    align-items: flex-start;
    flex-direction: column;
  }

  .clan-board-title h1 {
    font-size: 1.58rem;
  }

  .clan-board-head,
  .clan-board-overview,
  .clan-detail-panel,
  .clan-player-panel {
    padding: 0.85rem;
  }

  .clan-board-champion {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .clan-board-champion > strong {
    grid-column: 1 / -1;
  }

  .clan-board-emblem {
    width: 62px;
    height: 62px;
    font-size: 1rem;
  }

  .clan-detail-head,
  .clan-player-card,
  .demo-lb-player-profile-card,
  .demo-lb-player-profile-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .clan-detail-stats,
  .clan-player-stats,
  .demo-lb-player-profile-stats {
    grid-template-columns: 1fr;
  }

  .clan-member-list-head,
  .clan-player-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .clan-player-actions a {
    width: 100%;
  }

  .clan-rank-table {
    min-width: 780px;
  }

  .demo-lb-player-profile-card h2 {
    font-size: 1.35rem;
  }

  .demo-lb-clan-main h2 {
    font-size: 1.35rem;
  }

  .demo-lb-summary div,
  .demo-lb-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .demo-lb-tabs,
  .demo-lb-search-form,
  .demo-lb-search {
    width: 100%;
  }

  .demo-lb-tabs button {
    flex: 1 1 0;
  }

  .demo-lb-table {
    min-width: 680px;
  }

  .mcc-news-section-title {
    font-size: 1.62rem;
  }

  .mcc-news-all-btn,
  .vote-v2-primary,
  .mcc-seo-ip {
    width: 100%;
  }

  .mcc-seo-brief,
  .vote-v2-rule,
  .vote-event-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .page-section .breadcrumb,
  .section .breadcrumb {
    min-height: 0;
    padding: 12px 14px;
  }

  .card-body,
  .card-header {
    padding: 1rem;
  }

  .btn,
  button,
  input,
  select,
  textarea {
    max-width: 100%;
  }

  .form-control,
  .form-select,
  .select2-container {
    width: 100% !important;
  }

  .forum-avatar,
  .forum-avatar img {
    max-width: 72px;
  }

  .store-container .root_categoryPackages__MIkhf,
  .store-container .root_expandedCategoryPackages__ud47q,
  .root_categoryPackages__MIkhf,
  .root_expandedCategoryPackages__ud47q {
    grid-template-columns: 1fr !important;
  }

  .store-container .product-category-header-title {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .store-container .package_imageContainer__Lv_2N {
    aspect-ratio: 16 / 9;
  }

  .store-container .navigation_storeControls__eRGUq {
    flex-wrap: wrap;
  }

  .store-container .navigation_storeControls__eRGUq > * {
    flex: 1 1 120px;
  }

  .flat-footer-main,
  .flat-footer-bottom {
    gap: 18px;
  }

  .flat-footer-links {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .modern-navbar-wrapper {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
  }

  .modern-navbar {
    border-radius: 7px !important;
  }

  .modern-btn-login {
    padding-right: 0.55rem !important;
    padding-left: 0.55rem !important;
  }

  .modern-btn-login i {
    margin-right: 0 !important;
  }

  .modern-btn-login {
    font-size: 0 !important;
  }

  .modern-btn-login i {
    font-size: 18px !important;
  }

  .modern-nav-menu {
    left: -1px;
    right: -1px;
    padding: 1rem !important;
  }

  .broadcast-title {
    max-width: 58vw;
  }

  .compact-header-banner {
    min-height: 150px;
  }

  .compact-logo {
    max-height: 88px;
  }

  .home-slider .carousel-item img {
    aspect-ratio: 16 / 11;
  }

  .lb-rank-btn {
    font-size: 0.95rem;
    padding: 0.1rem 0.38rem;
  }

  .lb-rank-btn.active {
    font-size: 1.18rem;
  }

  .table {
    min-width: 560px;
  }

  .credit-package-head,
  .credit-order-line,
  .credit-order-total {
    align-items: flex-start;
    flex-direction: column;
  }

  .store-parent-categories > * {
    min-width: 152px !important;
  }

  .store-container .root_main__Dx1Xe,
  .root_main__Dx1Xe {
    padding: 18px 12px !important;
  }

  .store-container .package_packageDetails__LJA6b {
    padding: 16px;
  }

  .store-empty {
    padding: 32px 18px !important;
  }

  .flat-footer {
    padding-top: 36px;
  }
}
