:root {
	--tblr-font-sans-serif: 'Inter', -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
	--tblr-success: #10B981;
	--tblr-success-rgb: 16, 185, 129;
}
body {
	font-feature-settings: "cv03", "cv04", "cv11";
}
a.card:hover {
	box-shadow: none !important;
}
.bg-success {
	background-color: #10B981 !important;
}
.card {
	--tblr-card-border-radius: 0.5rem;
	margin-bottom: 1rem;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
	background-color: var(--tblr-primary) !important;
	border-color: var(--tblr-primary) !important;
	opacity: 0.9 !important;
}

[x-cloak] { display: none !important; }

.section {
	margin: 3rem 0;
}

.border-input {
	border-color: #dadfe5 !important;
}

.card-header {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.fs-100 {
	font-size: 100%;
}

.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);
}

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 {
	width: 100%;
	height: 44px;
	background-color: var(--tblr-bg-surface);
	overflow: hidden;
	border-bottom: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color);
}
.broadcast-item {
	display: inline-block;
	padding: 10px 600px 10px 0;
}
@media (max-width: 768px) {
	.broadcast-item {
		padding-right: 400px;
	}
}
.broadcast-link {
	color: var(--tblr-body-color);
}

.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-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-layout #powered_by_leaderos {
	opacity: 0.75;
}
[data-bs-theme=dark] .auth-layout #powered_by_leaderos {
	opacity: 0.5;
}
.toggle-password {
	line-height: 1;
}

.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;
}

/* MC4Fun Launchpad */
:root {
	--craflord-yellow: #F5B51B;
	--mc4-bg: #05070B;
	--mc4-panel: #0B111A;
	--mc4-card: #101A27;
	--mc4-gold: #F5B51B;
	--mc4-cyan: #00B8FF;
	--mc4-blue: #1677FF;
	--mc4-green: #66FF66;
	--mc4-purple: #9B5CFF;
	--mc4-red: #FF3B3B;
	--mc4-text: #F5F8FF;
	--mc4-muted: #9CA8BA;
	--mc4-line: rgba(111, 126, 146, 0.28);
}

body {
	background:
		linear-gradient(180deg, rgba(0, 184, 255, 0.04), transparent 24rem),
		var(--mc4-bg) !important;
	color: var(--mc4-text);
}

.mc4-shell {
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
}

.mc4-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 50;
	padding: 16px;
}

.mc4-header__shell,
.mc4-mobile-menu {
	width: min(1220px, calc(100% - 16px));
	margin: 0 auto;
	border: 1px solid rgba(0, 184, 255, 0.22);
	background: rgba(5, 7, 11, 0.94);
	box-shadow: 0 14px 36px rgba(0, 0, 0, 0.38), inset 0 0 0 1px rgba(245, 181, 27, 0.08);
}

.mc4-header__shell {
	min-height: 72px;
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 10px 14px;
}

.mc4-header__brand,
.mc4-header__brand:hover {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--mc4-text);
	text-decoration: none;
	min-width: 0;
}

.mc4-header__brand img {
	width: 44px;
	height: 44px;
	object-fit: contain;
}

.mc4-header__brand span {
	font-weight: 900;
	font-size: 1.2rem;
	line-height: 1;
}

.mc4-header__nav {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	min-width: 0;
}

.nav-link,
.nav-link:hover {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	color: rgba(245, 248, 255, 0.78);
	font-size: 0.78rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0;
	text-decoration: none;
}

.nav-link:hover,
.nav-link-active {
	color: var(--mc4-gold) !important;
}

.nav-link .material-symbols-outlined {
	font-size: 18px;
}

.mc4-header__dropdown {
	position: relative;
}

.mc4-header__dropdown-menu,
.mc4-account-menu__dropdown {
	position: absolute;
	top: calc(100% + 12px);
	right: 0;
	min-width: 210px;
	padding: 8px;
	border: 1px solid rgba(0, 184, 255, 0.2);
	background: var(--mc4-panel);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.42);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.mc4-header__dropdown-menu {
	left: 0;
	right: auto;
}

.mc4-header__dropdown:hover .mc4-header__dropdown-menu,
.mc4-account-menu:hover .mc4-account-menu__dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.mc4-header__dropdown-menu a,
.mc4-account-menu__dropdown a,
.mc4-account-menu__dropdown button {
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
	padding: 10px 12px;
	color: var(--mc4-text);
	background: transparent;
	border: 0;
	text-align: left;
	font-size: 0.8rem;
	font-weight: 700;
	text-decoration: none;
}

.mc4-header__dropdown-menu a:hover,
.mc4-account-menu__dropdown a:hover,
.mc4-account-menu__dropdown button:hover {
	color: var(--mc4-gold);
	background: rgba(0, 184, 255, 0.08);
}

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

.mc4-header__ip,
.mc4-mobile-menu__ip,
.mc4-footer__ip {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 9px 12px;
	border: 1px solid rgba(245, 181, 27, 0.35);
	background: linear-gradient(180deg, rgba(245, 181, 27, 0.13), rgba(0, 184, 255, 0.08));
	color: var(--mc4-text);
	cursor: pointer;
	min-height: 48px;
}

.mc4-header__ip .material-symbols-outlined,
.mc4-mobile-menu__ip .material-symbols-outlined {
	color: var(--mc4-gold);
	font-size: 22px;
}

.mc4-header__ip small,
.mc4-mobile-menu__ip small,
.mc4-footer__ip span {
	display: block;
	color: var(--mc4-muted);
	font-size: 0.68rem;
	font-weight: 800;
	text-transform: uppercase;
}

.mc4-header__ip strong,
.mc4-mobile-menu__ip strong,
.mc4-footer__ip strong {
	display: block;
	color: var(--mc4-text);
	font-size: 0.88rem;
	line-height: 1.1;
}

.mc4-header__online,
.mc4-footer__online {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 58px;
	min-height: 48px;
	border: 1px solid rgba(102, 255, 102, 0.25);
	background: rgba(102, 255, 102, 0.08);
	color: var(--mc4-green);
}

.mc4-header__online span,
.mc4-footer__online span {
	font-weight: 900;
	line-height: 1;
}

.mc4-header__online small,
.mc4-footer__online small {
	color: var(--mc4-muted);
	font-size: 0.65rem;
}

.mc4-header__icon,
.mc4-login-btn,
.mc4-account-menu__button {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 0 13px;
	border: 1px solid rgba(0, 184, 255, 0.25);
	background: var(--mc4-card);
	color: var(--mc4-text);
	text-decoration: none !important;
	font-weight: 800;
}

.mc4-header__icon:hover,
.mc4-login-btn:hover,
.mc4-account-menu__button:hover {
	color: var(--mc4-gold);
	border-color: rgba(245, 181, 27, 0.42);
}

.mc4-account-menu {
	position: relative;
}

.mc4-account-menu__avatar {
	width: 24px;
	height: 24px;
	border-radius: 4px;
	object-fit: cover;
}

.mc4-account-menu__dropdown form {
	margin: 0;
}

.mc4-mobile-toggle {
	display: none;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(0, 184, 255, 0.24);
	background: var(--mc4-card);
	color: var(--mc4-text);
}

.mc4-mobile-menu {
	display: none;
	margin-top: 8px;
	padding: 12px;
}

.mc4-mobile-menu__links,
.mc4-mobile-group {
	display: grid;
	gap: 8px;
}

.mc4-mobile-menu__links a,
.mc4-mobile-group strong,
.mc4-mobile-menu__account {
	display: block;
	padding: 11px 12px;
	border: 1px solid rgba(0, 184, 255, 0.16);
	background: rgba(16, 26, 39, 0.82);
	color: var(--mc4-text);
	font-size: 0.84rem;
	font-weight: 800;
	text-decoration: none !important;
}

.mc4-mobile-group strong {
	color: var(--mc4-gold);
}

.mc4-mobile-menu__account {
	margin-top: 10px;
	text-align: center;
	background: linear-gradient(135deg, var(--mc4-gold), var(--mc4-cyan));
	color: var(--mc4-bg);
}

.mc4-header-spacer {
	height: 104px;
}

.mc4-launchpad,
.mc4-page {
	background:
		linear-gradient(180deg, rgba(0, 184, 255, 0.08), transparent 20rem),
		linear-gradient(90deg, rgba(245, 181, 27, 0.04), transparent 32rem),
		var(--mc4-bg);
	color: var(--mc4-text);
	min-height: 100vh;
}

.mc4-hero {
	position: relative;
	min-height: 720px;
	display: flex;
	align-items: center;
	overflow: hidden;
	padding: 64px 0 80px;
}

.mc4-hero__bg {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(5, 7, 11, 0.96) 0%, rgba(5, 7, 11, 0.78) 48%, rgba(5, 7, 11, 0.9) 100%),
		var(--mc4-hero-image) center/cover no-repeat;
	transform: scale(1.02);
}

.mc4-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
	gap: 42px;
	align-items: center;
}

.mc4-status-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 22px;
}

.mc4-status-pill,
.mc4-mini-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 32px;
	padding: 0 10px;
	border: 1px solid rgba(0, 184, 255, 0.22);
	background: rgba(16, 26, 39, 0.78);
	color: var(--mc4-muted);
	font-size: 0.75rem;
	font-weight: 800;
}

.mc4-status-pill {
	color: var(--mc4-green);
	border-color: rgba(102, 255, 102, 0.28);
}

.mc4-status-pill span {
	width: 8px;
	height: 8px;
	background: var(--mc4-green);
	box-shadow: 0 0 12px rgba(102, 255, 102, 0.75);
}

.mc4-hero h1 {
	max-width: 760px;
	margin: 0 0 16px;
	font-size: 4.4rem;
	line-height: 1.02;
	font-weight: 900;
	color: var(--mc4-text);
	text-shadow: 0 3px 0 rgba(0, 0, 0, 0.35), 0 0 24px rgba(0, 184, 255, 0.2);
}

.mc4-hero__copy > p,
.mc4-page-hero p,
.mc4-cta-card p,
.mc4-safety__box p,
.mc4-final-cta p {
	color: var(--mc4-muted);
	font-size: 1rem;
	line-height: 1.55;
}

.mc4-ip-card,
.mc4-final-ip {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	max-width: 620px;
	margin: 26px 0;
	padding: 16px;
	border: 1px solid rgba(245, 181, 27, 0.42);
	background:
		linear-gradient(135deg, rgba(245, 181, 27, 0.16), rgba(0, 184, 255, 0.1)),
		var(--mc4-panel);
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28), inset 0 -4px 0 rgba(245, 181, 27, 0.16);
	cursor: pointer;
}

.mc4-ip-card span,
.mc4-section-head span,
.mc4-page-hero span,
.mc4-safety__box > div > span,
.mc4-store-card span,
.mc4-reward-page-card span {
	display: block;
	color: var(--mc4-cyan);
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
}

.mc4-ip-card strong,
.mc4-final-ip strong {
	display: block;
	color: var(--mc4-text);
	font-size: 1.55rem;
	font-weight: 900;
}

.mc4-ip-card small {
	display: block;
	color: var(--mc4-muted);
	font-size: 0.82rem;
}

.mc4-ip-card button,
.mc4-final-ip button,
.mc4-mode-card a,
.mc4-mode-card button,
.mc4-store-card em,
.mc4-reward-page-card a,
.mc4-gift-claim button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 46px;
	padding: 0 18px;
	border: 0;
	background: linear-gradient(135deg, var(--mc4-gold), #FFD66B);
	color: var(--mc4-bg);
	font-weight: 900;
	text-decoration: none !important;
	box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.2);
}

.mc4-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.mc4-btn,
.mc4-btn:hover {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 48px;
	padding: 0 18px;
	border: 1px solid transparent;
	font-weight: 900;
	text-decoration: none !important;
	color: var(--mc4-text);
}

.mc4-btn--primary {
	background: linear-gradient(135deg, var(--mc4-gold), var(--mc4-cyan));
	color: var(--mc4-bg) !important;
	box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.22);
}

.mc4-btn--ghost {
	border-color: rgba(0, 184, 255, 0.3);
	background: rgba(16, 26, 39, 0.75);
}

.mc4-btn--soft {
	border-color: rgba(245, 181, 27, 0.25);
	background: rgba(245, 181, 27, 0.1);
	color: var(--mc4-gold) !important;
}

.mc4-hero__panel {
	display: grid;
	gap: 14px;
}

.mc4-player-card,
.mc4-event-strip {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 18px;
	border: 1px solid rgba(0, 184, 255, 0.22);
	background: rgba(16, 26, 39, 0.86);
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
}

.mc4-player-card > span {
	font-size: 42px;
	color: var(--mc4-green);
}

.mc4-player-card strong {
	display: block;
	font-size: 3rem;
	line-height: 1;
	font-weight: 900;
	color: var(--mc4-text);
}

.mc4-player-card small,
.mc4-event-strip small {
	color: var(--mc4-muted);
}

.mc4-mode-chips {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

.mc4-mode-chips a {
	padding: 12px;
	border: 1px solid rgba(245, 181, 27, 0.18);
	background: rgba(245, 181, 27, 0.08);
	color: var(--mc4-text);
	font-weight: 800;
	text-decoration: none !important;
}

.mc4-event-strip > span {
	color: var(--mc4-gold);
	font-size: 34px;
}

.mc4-section,
.mc4-page {
	padding: 72px 0;
}

.mc4-section-head {
	margin-bottom: 24px;
}

.mc4-section-head--row,
.mc4-panel-title {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 16px;
}

.mc4-section-head h2,
.mc4-page-hero h1,
.mc4-cta-card h2,
.mc4-final-cta h2,
.mc4-safety__box h2 {
	margin: 6px 0 0;
	color: var(--mc4-text);
	font-size: 2.25rem;
	line-height: 1.08;
	font-weight: 900;
}

.mc4-step-grid,
.mc4-feature-grid,
.mc4-champion-grid,
.mc4-reward-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.mc4-step-card,
.mc4-feature-grid > div,
.mc4-champion-card,
.mc4-reward-card,
.mc4-cta-card,
.mc4-board-server-card,
.mc4-board-sidebar,
.mc4-board-table-card,
.mc4-gift-claim,
.mc4-gift-history,
.mc4-reward-page-card {
	border: 1px solid rgba(0, 184, 255, 0.18);
	background: linear-gradient(180deg, rgba(16, 26, 39, 0.96), rgba(11, 17, 26, 0.96));
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
}

.mc4-step-card,
.mc4-feature-grid > div,
.mc4-champion-card,
.mc4-reward-card {
	min-height: 150px;
	padding: 18px;
}

.mc4-step-card span,
.mc4-feature-grid span,
.mc4-reward-card > span,
.mc4-cta-card > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin-bottom: 12px;
	background: rgba(0, 184, 255, 0.1);
	color: var(--mc4-cyan);
}

.mc4-step-card strong,
.mc4-feature-grid strong,
.mc4-champion-card strong,
.mc4-reward-card strong {
	display: block;
	color: var(--mc4-text);
	font-size: 1rem;
	font-weight: 900;
}

.mc4-step-card small,
.mc4-feature-grid small,
.mc4-champion-card small,
.mc4-reward-card small {
	display: block;
	margin-top: 6px;
	color: var(--mc4-muted);
}

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

.mc4-mode-grid--page {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mc4-mode-card {
	position: relative;
	min-height: 360px;
	overflow: hidden;
	border: 1px solid rgba(0, 184, 255, 0.18);
	background: var(--mc4-card);
}

.mc4-mode-card:first-child,
.mc4-mode-card:nth-child(4) {
	grid-column: span 2;
}

.mc4-mode-grid--page .mc4-mode-card:first-child,
.mc4-mode-grid--page .mc4-mode-card:nth-child(4) {
	grid-column: span 1;
}

.mc4-mode-card img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.58;
	transition: transform .28s ease, opacity .28s ease;
}

.mc4-mode-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent, rgba(5, 7, 11, 0.92));
	z-index: 1;
}

.mc4-mode-card::after {
	content: "";
	position: absolute;
	left: -45%;
	top: 0;
	width: 42%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.16), transparent);
	transform: skewX(-12deg);
	z-index: 2;
	transition: left .3s ease;
}

.mc4-mode-card:hover img {
	transform: scale(1.06);
	opacity: 0.72;
}

.mc4-mode-card:hover::after {
	left: 120%;
}

.mc4-mode-card__content {
	position: absolute;
	left: 18px;
	right: 18px;
	bottom: 18px;
	z-index: 3;
}

.mc4-mode-card h3,
.mc4-mode-card h2 {
	margin: 0 0 6px;
	color: var(--mc4-text);
	font-size: 2rem;
	font-weight: 900;
}

.mc4-mode-card p {
	margin: 0 0 12px;
	color: var(--mc4-text);
	font-weight: 700;
}

.mc4-mode-card__content div {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 14px;
}

.mc4-mode-card__content span {
	padding: 5px 8px;
	background: rgba(5, 7, 11, 0.64);
	border: 1px solid rgba(245, 181, 27, 0.28);
	color: var(--mc4-text);
	font-size: 0.72rem;
	font-weight: 800;
}

.mc4-mode-card--red { box-shadow: inset 0 -5px 0 rgba(255, 59, 59, 0.85); }
.mc4-mode-card--green { box-shadow: inset 0 -5px 0 rgba(102, 255, 102, 0.75); }
.mc4-mode-card--cyan { box-shadow: inset 0 -5px 0 rgba(0, 184, 255, 0.85); }
.mc4-mode-card--purple { box-shadow: inset 0 -5px 0 rgba(155, 92, 255, 0.85); }
.mc4-mode-card--gold { box-shadow: inset 0 -5px 0 rgba(245, 181, 27, 0.9); }
.mc4-mode-card--blue { box-shadow: inset 0 -5px 0 rgba(22, 119, 255, 0.9); }

.mc4-split,
.mc4-duo-grid,
.mc4-gift-layout,
.mc4-chest-layout,
.mc4-board-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: 18px;
	align-items: start;
}

.mc4-reward-visual {
	min-height: 420px;
	border: 1px solid rgba(245, 181, 27, 0.22);
	background:
		linear-gradient(135deg, rgba(245, 181, 27, 0.2), rgba(0, 184, 255, 0.08)),
		var(--mc4-card);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.mc4-reward-visual img {
	width: min(70%, 280px);
	max-height: 320px;
	object-fit: contain;
	filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.42));
}

.mc4-reward-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mc4-reward-card {
	color: var(--mc4-text);
	text-decoration: none !important;
}

.mc4-reward-card em {
	display: inline-block;
	margin-top: 12px;
	color: var(--mc4-gold);
	font-style: normal;
	font-weight: 900;
}

.mc4-reward-card--passive {
	opacity: 0.68;
}

.mc4-champion-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mc4-champion-card span {
	display: block;
	color: var(--mc4-gold);
	font-size: 2rem;
	font-weight: 900;
}

.mc4-news-grid,
.mc4-store-grid,
.mc4-board-server-grid,
.mc4-reward-page-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.mc4-news-card,
.mc4-store-card {
	overflow: hidden;
	border: 1px solid rgba(0, 184, 255, 0.18);
	background: var(--mc4-card);
	color: var(--mc4-text);
	text-decoration: none !important;
}

.mc4-news-feature {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
	align-items: stretch;
	gap: 0;
	margin-bottom: 18px;
	border: 1px solid rgba(245, 181, 27, 0.24);
	background: var(--mc4-panel);
	overflow: hidden;
	min-height: 310px;
}

.mc4-news-feature img {
	width: 100%;
	height: 100%;
	min-height: 310px;
	object-fit: cover;
}

.mc4-news-feature > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 28px;
	background:
		linear-gradient(135deg, rgba(245, 181, 27, 0.16), rgba(0, 184, 255, 0.08)),
		var(--mc4-panel);
}

.mc4-news-feature h3 {
	margin: 8px 0 10px;
	color: var(--mc4-text);
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.1;
}

.mc4-news-feature p {
	color: var(--mc4-muted);
	font-weight: 700;
}

.mc4-news-card img,
.mc4-store-card img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.mc4-news-card > div,
.mc4-store-card > div {
	padding: 16px;
}

.mc4-news-card h3,
.mc4-store-card h2 {
	margin: 6px 0 8px;
	color: var(--mc4-text);
	font-size: 1.2rem;
	font-weight: 900;
	line-height: 1.2;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.mc4-news-card p {
	color: var(--mc4-muted);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.mc4-news-card a,
.mc4-text-link,
.mc4-panel-title a {
	color: var(--mc4-gold);
	font-weight: 900;
	text-decoration: none !important;
}

.mc4-news-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	color: var(--mc4-muted);
}

.mc4-safety__box {
	display: grid;
	grid-template-columns: minmax(240px, 0.8fr) 1fr 1fr auto;
	gap: 24px;
	align-items: center;
	padding: 28px;
	border: 1px solid rgba(102, 255, 102, 0.22);
	background: linear-gradient(135deg, rgba(102, 255, 102, 0.08), rgba(0, 184, 255, 0.07)), var(--mc4-panel);
}

.mc4-safety__image {
	width: 100%;
	min-height: 230px;
	height: 100%;
	object-fit: cover;
	border: 1px solid rgba(0, 184, 255, 0.18);
}

.mc4-safety__box ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 0;
	padding: 0;
}

.mc4-safety__box li {
	padding: 10px;
	background: rgba(16, 26, 39, 0.82);
	color: var(--mc4-text);
	font-weight: 800;
}

.mc4-cta-card {
	min-height: 300px;
	padding: 28px;
	overflow: hidden;
}

.mc4-cta-card__image {
	width: calc(100% + 56px);
	margin: -28px -28px 20px;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-bottom: 1px solid rgba(0, 184, 255, 0.18);
}

.mc4-cta-card--store {
	border-color: rgba(245, 181, 27, 0.32);
}

.mc4-final-cta {
	text-align: center;
}

.mc4-final-ip {
	margin-left: auto;
	margin-right: auto;
}

.mc4-page {
	padding-top: 136px;
}

.mc4-page-hero {
	margin-bottom: 28px;
	padding: 28px;
	border: 1px solid rgba(0, 184, 255, 0.18);
	background: linear-gradient(135deg, rgba(0, 184, 255, 0.09), rgba(245, 181, 27, 0.06)), var(--mc4-panel);
}

.mc4-page-hero--visual {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.75fr);
	align-items: center;
	gap: 22px;
	overflow: hidden;
}

.mc4-page-hero--visual img {
	width: 100%;
	min-height: 230px;
	max-height: 320px;
	object-fit: cover;
	border: 1px solid rgba(0, 184, 255, 0.18);
	box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28);
}

.mc4-store-trust {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.mc4-store-trust span {
	padding: 8px 10px;
	background: rgba(16, 26, 39, 0.9);
	color: var(--mc4-muted);
	font-weight: 800;
}

.mc4-store-card {
	position: relative;
	display: block;
	min-height: 320px;
}

.mc4-store-card img {
	height: 100%;
	min-height: 320px;
	opacity: 0.62;
}

.mc4-store-card > div {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, transparent, rgba(5, 7, 11, 0.96) 18%);
	padding-top: 80px;
}

.mc4-board-server-card {
	min-height: 170px;
	padding: 20px;
	color: var(--mc4-text);
	text-decoration: none !important;
}

.mc4-board-server-card span {
	color: var(--mc4-gold);
	font-size: 38px;
}

.mc4-board-server-card strong {
	display: block;
	margin-top: 10px;
	font-size: 1.25rem;
	font-weight: 900;
}

.mc4-board-server-card small {
	color: var(--mc4-muted);
}

.mc4-board-layout {
	grid-template-columns: 280px minmax(0, 1fr);
}

.mc4-board-sidebar,
.mc4-board-table-card,
.mc4-gift-claim,
.mc4-gift-history {
	padding: 18px;
}

.mc4-board-sidebar h2,
.mc4-panel-title h2,
.mc4-gift-claim h2 {
	margin: 0 0 14px;
	color: var(--mc4-text);
	font-size: 1.25rem;
	font-weight: 900;
}

.mc4-board-server-list {
	display: grid;
	gap: 8px;
}

.mc4-board-server-list a {
	padding: 10px 12px;
	background: rgba(5, 7, 11, 0.38);
	color: var(--mc4-muted);
	font-weight: 800;
	text-decoration: none !important;
}

.mc4-board-server-list a.active,
.mc4-board-server-list a:hover {
	background: rgba(245, 181, 27, 0.12);
	color: var(--mc4-gold);
}

.mc4-top-three {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-bottom: 18px;
}

.mc4-podium-card {
	position: relative;
	min-height: 220px;
	padding: 24px;
	text-align: center;
	border: 1px solid rgba(245, 181, 27, 0.24);
	background: var(--mc4-card);
}

.mc4-podium-card img {
	width: 86px;
	height: 86px;
	object-fit: cover;
	margin: 20px auto 12px;
	border: 3px solid rgba(245, 181, 27, 0.35);
}

.mc4-podium-card__rank {
	position: absolute;
	top: 12px;
	left: 12px;
	color: var(--mc4-gold);
	font-size: 1.5rem;
	font-weight: 900;
}

.mc4-podium-card strong,
.mc4-podium-card small {
	display: block;
}

.mc4-podium-card strong {
	color: var(--mc4-text);
	font-size: 1.2rem;
	font-weight: 900;
}

.mc4-podium-card small {
	color: var(--mc4-muted);
}

.mc4-podium-card--gold { box-shadow: inset 0 -5px 0 var(--mc4-gold); }
.mc4-podium-card--silver { box-shadow: inset 0 -5px 0 #C7D1DE; }
.mc4-podium-card--bronze { box-shadow: inset 0 -5px 0 #C07B3B; }

.mc4-board-search {
	margin-bottom: 14px;
}

.mc4-board-search > div,
.mc4-gift-claim form > div {
	display: flex;
	align-items: center;
	gap: 8px;
	border: 1px solid rgba(0, 184, 255, 0.18);
	background: rgba(5, 7, 11, 0.42);
	padding: 8px;
}

.mc4-board-search input,
.mc4-gift-claim input {
	flex: 1;
	min-height: 42px;
	border: 0;
	background: transparent;
	color: var(--mc4-text);
	outline: 0;
}

.mc4-board-search button {
	min-height: 42px;
	border: 0;
	padding: 0 14px;
	background: var(--mc4-blue);
	color: #fff;
	font-weight: 900;
}

.mc4-table-wrap {
	overflow-x: auto;
}

.mc4-table {
	width: 100%;
	border-collapse: collapse;
	color: var(--mc4-text);
}

.mc4-table th,
.mc4-table td {
	padding: 14px;
	border-bottom: 1px solid rgba(111, 126, 146, 0.16);
	vertical-align: middle;
}

.mc4-table th {
	color: var(--mc4-muted);
	font-size: 0.75rem;
	font-weight: 900;
	text-transform: uppercase;
}

.mc4-table tbody tr:hover {
	background: rgba(0, 184, 255, 0.05);
}

.mc4-table-user {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 900;
}

.mc4-table-user img {
	width: 32px;
	height: 32px;
}

.mc4-gift-layout {
	grid-template-columns: minmax(0, 1fr) 420px;
}

.mc4-gift-claim {
	min-height: 330px;
}

.mc4-gift-claim > span {
	color: var(--mc4-gold);
	font-size: 48px;
}

.mc4-gift-claim label {
	display: block;
	margin: 18px 0 8px;
	color: var(--mc4-cyan);
	font-weight: 900;
	text-transform: uppercase;
}

.mc4-chest-layout {
	grid-template-columns: minmax(0, 1fr) 360px;
}

.mc4-variable-list {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 8px;
}

.mc4-variable-list span {
	padding: 4px 6px;
	background: rgba(0, 184, 255, 0.08);
	color: var(--mc4-muted);
	font-size: 0.74rem;
}

.mc4-amount-control {
	display: inline-flex;
	align-items: center;
	height: 38px;
	border: 1px solid rgba(0, 184, 255, 0.2);
}

.mc4-amount-control button,
.mc4-amount-control input {
	width: 38px;
	height: 36px;
	border: 0;
	background: transparent;
	color: var(--mc4-text);
	text-align: center;
}

.mc4-amount-control button {
	color: var(--mc4-gold);
	font-weight: 900;
}

.mc4-action-buttons {
	display: flex;
	justify-content: flex-end;
	gap: 8px;
}

.mc4-action-buttons form {
	margin: 0;
}

.mc4-action-buttons button,
.mc4-action-buttons a {
	width: 38px;
	height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(0, 184, 255, 0.22);
	background: rgba(0, 184, 255, 0.08);
	color: var(--mc4-gold);
	text-decoration: none !important;
}

.mc4-reward-page-card {
	min-height: 260px;
	padding: 22px;
	text-align: center;
}

.mc4-reward-page-card img {
	width: 110px;
	height: 110px;
	object-fit: contain;
	margin-bottom: 16px;
}

.mc4-reward-page-card h2 {
	color: var(--mc4-text);
	font-size: 1.25rem;
	font-weight: 900;
}

.mc4-empty {
	padding: 28px;
	border: 1px solid rgba(0, 184, 255, 0.16);
	background: rgba(16, 26, 39, 0.72);
	color: var(--mc4-muted);
	text-align: center;
	font-weight: 800;
}

.mc4-copy-toast {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999;
	display: flex;
	align-items: center;
	gap: 12px;
	max-width: min(360px, calc(100% - 40px));
	padding: 14px 16px;
	border: 1px solid rgba(102, 255, 102, 0.35);
	background: var(--mc4-panel);
	color: var(--mc4-text);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.42);
	transform: translateY(16px);
	opacity: 0;
	pointer-events: none;
	transition: opacity .18s ease, transform .18s ease;
}

.mc4-copy-toast.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.mc4-copy-toast span {
	color: var(--mc4-green);
}

.mc4-copy-toast strong,
.mc4-copy-toast small {
	display: block;
}

.mc4-copy-toast small {
	color: var(--mc4-muted);
}

.mc4-copy-bounce {
	animation: mc4CopyBounce .4s ease;
}

@keyframes mc4CopyBounce {
	0%, 100% { transform: translateY(0); }
	45% { transform: translateY(-5px); }
}

@media (max-width: 1024px) {
	.mc4-header__nav,
	.mc4-header__actions {
		display: none;
	}
	.mc4-mobile-toggle,
	.mc4-mobile-menu {
		display: block;
	}
	.mc4-hero {
		min-height: auto;
	}
	.mc4-hero__grid,
	.mc4-split,
	.mc4-duo-grid,
	.mc4-gift-layout,
	.mc4-chest-layout,
	.mc4-board-layout,
	.mc4-safety__box,
	.mc4-page-hero--visual,
	.mc4-news-feature {
		grid-template-columns: 1fr;
	}
	.mc4-hero h1 {
		font-size: 3.3rem;
	}
	.mc4-mode-grid,
	.mc4-mode-grid--page,
	.mc4-news-grid,
	.mc4-store-grid,
	.mc4-board-server-grid,
	.mc4-reward-page-grid,
	.mc4-champion-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.mc4-board-server-list {
		display: flex;
		overflow-x: auto;
	}
	.mc4-board-server-list a {
		min-width: 180px;
	}
}

@media (max-width: 768px) {
	.mc4-shell {
		width: min(100% - 24px, 1180px);
	}
	.mc4-header {
		padding: 10px 0;
	}
	.mc4-header__shell {
		min-height: 64px;
	}
	.mc4-header__brand img {
		width: 38px;
		height: 38px;
	}
	.mc4-header__brand span {
		font-size: 1rem;
	}
	.mc4-header-spacer {
		height: 84px;
	}
	.mc4-page {
		padding-top: 108px;
	}
	.mc4-section,
	.mc4-page {
		padding-bottom: 48px;
	}
	.mc4-hero {
		padding: 36px 0 54px;
	}
	.mc4-hero h1 {
		font-size: 2.6rem;
	}
	.mc4-section-head h2,
	.mc4-page-hero h1,
	.mc4-cta-card h2,
	.mc4-final-cta h2,
	.mc4-safety__box h2 {
		font-size: 1.8rem;
	}
	.mc4-ip-card,
	.mc4-final-ip,
	.mc4-section-head--row,
	.mc4-panel-title {
		flex-direction: column;
		align-items: stretch;
	}
	.mc4-ip-card button,
	.mc4-final-ip button {
		width: 100%;
	}
	.mc4-step-grid,
	.mc4-feature-grid,
	.mc4-reward-grid,
	.mc4-mode-grid,
	.mc4-mode-grid--page,
	.mc4-news-grid,
	.mc4-store-grid,
	.mc4-board-server-grid,
	.mc4-reward-page-grid,
	.mc4-champion-grid,
	.mc4-top-three {
		grid-template-columns: 1fr;
	}
	.mc4-mode-card:first-child,
	.mc4-mode-card:nth-child(4) {
		grid-column: span 1;
	}
	.mc4-mode-grid {
		display: flex;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		padding-bottom: 8px;
	}
	.mc4-mode-card {
		min-width: 82%;
		scroll-snap-align: start;
	}
	.mc4-mode-grid--page {
		display: grid;
	}
	.mc4-mode-grid--page .mc4-mode-card {
		min-width: 0;
	}
	.mc4-safety__box ul {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 480px) {
	.mc4-hero h1 {
		font-size: 2.15rem;
	}
	.mc4-player-card strong {
		font-size: 2.3rem;
	}
	.mc4-mode-card {
		min-width: 88%;
		min-height: 330px;
	}
	.mc4-page-hero,
	.mc4-safety__box,
	.mc4-cta-card,
	.mc4-board-table-card,
	.mc4-board-sidebar,
	.mc4-gift-claim,
	.mc4-gift-history {
		padding: 18px;
	}
	.mc4-table th,
	.mc4-table td {
		padding: 10px;
	}
}

@media (max-width: 360px) {
	.mc4-header__brand span {
		font-size: 0.9rem;
	}
	.mc4-hero h1 {
		font-size: 1.9rem;
	}
	.mc4-mode-card {
		min-width: 92%;
	}
	.mc4-btn {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mc4-mode-card img,
	.mc4-mode-card::after,
	.mc4-copy-toast,
	.mc4-copy-bounce,
	.mc4-header__dropdown-menu,
	.mc4-account-menu__dropdown {
		transition: none !important;
		animation: none !important;
	}
	.mc4-mode-card:hover img {
		transform: none;
	}
}

/* MC4Fun Minebox-style visual refresh */
:root {
	--mc4-bg: #030911;
	--mc4-panel: #07172a;
	--mc4-card: #0b213a;
	--mc4-card-2: #0f2d50;
	--mc4-line: #123d67;
	--mc4-line-strong: #1d5b8e;
	--mc4-gold: #ffc63d;
	--mc4-gold-2: #ff9e19;
	--mc4-cyan: #47d9ff;
	--mc4-blue: #176ce6;
	--mc4-green: #53ff69;
	--mc4-purple: #b077ff;
	--mc4-red: #ff5263;
	--mc4-text: #f8fbff;
	--mc4-muted: #b4c8dd;
	--mc4-deep-shadow: #031326;
	--mc4-radius: 16px;
}

body {
	background:
		linear-gradient(180deg, rgba(71, 217, 255, 0.08), transparent 460px),
		linear-gradient(90deg, rgba(255, 198, 61, 0.08), transparent 520px),
		var(--mc4-bg) !important;
	font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.mc4-launchpad,
.mc4-page {
	background:
		linear-gradient(180deg, rgba(10, 38, 70, 0.92), rgba(3, 9, 17, 0.96) 560px, var(--mc4-bg)),
		var(--mc4-bg);
}

.mc4-shell {
	width: min(1230px, calc(100% - 28px));
}

.mc4-header {
	padding: 8px 0 0;
}

.mc4-header__shell,
.mc4-mobile-menu {
	width: min(1220px, calc(100% - 28px));
	border: 4px solid #09233f;
	border-radius: var(--mc4-radius);
	background:
		linear-gradient(180deg, rgba(13, 36, 64, 0.98), rgba(5, 17, 31, 0.98)),
		var(--mc4-panel);
	box-shadow:
		0 8px 0 var(--mc4-deep-shadow),
		0 24px 46px rgba(0, 0, 0, 0.36),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.mc4-header__shell {
	min-height: 74px;
	padding: 10px 14px;
	gap: 16px;
}

.mc4-header__brand {
	padding: 8px 10px;
	border-radius: 12px;
	background: linear-gradient(180deg, rgba(255, 198, 61, 0.16), rgba(255, 158, 25, 0.05));
}

.mc4-header__brand-text,
.mc4-footer__wordmark {
	font-family: "Paytone One", "Lilita One", "Rubik", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: var(--mc4-gold);
	text-transform: uppercase;
	text-shadow:
		0 3px 0 #061221,
		0 0 22px rgba(255, 198, 61, 0.25);
	letter-spacing: 0;
}

.mc4-header__brand-text {
	font-size: clamp(1.15rem, 1.6vw, 1.55rem);
	white-space: nowrap;
}

.mc4-header__brand img,
.mc4-footer__brand img {
	display: none !important;
}

.mc4-header__nav {
	gap: 4px;
	justify-content: flex-start;
}

.nav-link,
.nav-link:hover {
	min-height: 46px;
	padding: 0 12px;
	border-radius: 12px;
	color: rgba(248, 251, 255, 0.82);
	font-family: "Paytone One", "Rubik", sans-serif;
	font-size: 0.85rem;
	font-weight: 400;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.42);
}

.nav-link:hover,
.nav-link-active {
	background: rgba(255, 198, 61, 0.12);
	color: var(--mc4-gold) !important;
}

.mc4-header__ip,
.mc4-mobile-menu__ip,
.mc4-footer__ip {
	border: 3px solid rgba(255, 198, 61, 0.46);
	border-radius: 12px;
	background:
		linear-gradient(180deg, rgba(255, 198, 61, 0.18), rgba(10, 34, 61, 0.92)),
		var(--mc4-card);
	box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.2);
}

.mc4-header__online,
.mc4-footer__online {
	border: 3px solid rgba(83, 255, 105, 0.34);
	border-radius: 12px;
	background: linear-gradient(180deg, rgba(83, 255, 105, 0.14), rgba(8, 42, 29, 0.9));
	box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.2);
}

.mc4-header__icon,
.mc4-login-btn,
.mc4-account-menu__button,
.mc4-mobile-toggle {
	border: 3px solid rgba(71, 217, 255, 0.24);
	border-radius: 12px;
	background: linear-gradient(180deg, rgba(17, 57, 98, 0.92), rgba(8, 24, 43, 0.96));
	box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.2);
}

.mc4-header__dropdown-menu,
.mc4-account-menu__dropdown {
	border: 3px solid var(--mc4-line);
	border-radius: 14px;
	background: #07182d;
	box-shadow: 0 8px 0 var(--mc4-deep-shadow), 0 20px 42px rgba(0, 0, 0, 0.35);
}

.mc4-header-spacer {
	height: 98px;
}

.mc4-bento-hero {
	min-height: auto;
	display: block;
	padding: 30px 0 78px;
	overflow: hidden;
}

.mc4-hero-vignette {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(180deg, rgba(3, 9, 17, 0.05), rgba(3, 9, 17, 0.88)),
		radial-gradient(circle at 50% 4%, rgba(71, 217, 255, 0.18), transparent 46%);
	z-index: 0;
}

.mc4-bento {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 18px;
}

.mc4-bento-row {
	display: grid;
	gap: 18px;
}

.mc4-bento-row--top {
	grid-template-columns: minmax(0, 1.7fr) minmax(260px, 0.72fr);
	align-items: stretch;
}

.mc4-bento-row--bottom {
	grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.mc4-bento-card {
	position: relative;
	overflow: hidden;
	border: 4px solid var(--mc4-line);
	border-radius: var(--mc4-radius);
	background:
		linear-gradient(180deg, rgba(20, 65, 112, 0.98), rgba(9, 30, 54, 0.98)),
		var(--mc4-card);
	color: var(--mc4-text);
	text-decoration: none !important;
	box-shadow:
		0 9px 0 var(--mc4-deep-shadow),
		0 24px 46px rgba(0, 0, 0, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.1);
	transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.mc4-bento-card:hover {
	transform: translateY(-3px);
	border-color: var(--mc4-line-strong);
	color: var(--mc4-text);
	box-shadow:
		0 12px 0 var(--mc4-deep-shadow),
		0 30px 52px rgba(0, 0, 0, 0.32),
		inset 0 1px 0 rgba(255, 255, 255, 0.13);
}

.mc4-bento-banner {
	min-height: 520px;
	cursor: pointer;
	background: #0a2038;
}

.mc4-bento-banner > img,
.mc4-bento-store > img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.01);
}

.mc4-bento-banner__shade {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(4, 13, 25, 0.94), rgba(4, 13, 25, 0.48) 54%, rgba(4, 13, 25, 0.78)),
		linear-gradient(0deg, rgba(4, 13, 25, 0.94), transparent 42%);
}

.mc4-bento-banner__content {
	position: relative;
	z-index: 1;
	min-height: 520px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	padding: clamp(24px, 4vw, 54px);
}

.mc4-hero-overline {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 16px;
	padding: 8px 10px;
	border: 3px solid rgba(71, 217, 255, 0.3);
	border-radius: 14px;
	background: rgba(4, 17, 31, 0.82);
	box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.18);
	cursor: pointer;
}

.mc4-hero-overline strong,
.mc4-hero-overline span,
.mc4-hero-overline em {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 0 10px;
	border-radius: 10px;
	font-family: "Paytone One", "Rubik", sans-serif;
	font-style: normal;
	font-weight: 400;
}

.mc4-hero-overline strong {
	background: var(--mc4-gold);
	color: #07182d;
}

.mc4-hero-overline span {
	background: rgba(71, 217, 255, 0.13);
	color: var(--mc4-cyan);
}

.mc4-hero-overline em {
	background: rgba(83, 255, 105, 0.13);
	color: var(--mc4-green);
}

.mc4-status-row {
	margin-bottom: 18px;
}

.mc4-status-pill,
.mc4-mini-pill {
	min-height: 36px;
	padding: 0 12px;
	border: 3px solid rgba(71, 217, 255, 0.22);
	border-radius: 12px;
	background: rgba(8, 30, 54, 0.84);
	color: var(--mc4-muted);
	box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.16);
}

.mc4-status-pill {
	border-color: rgba(83, 255, 105, 0.32);
	color: var(--mc4-green);
}

.mc4-hero h1,
.mc4-section-head h2,
.mc4-page-hero h1,
.mc4-cta-card h2,
.mc4-final-cta h2,
.mc4-safety__box h2,
.mc4-mode-card h3,
.mc4-mode-card h2 {
	font-family: "Paytone One", "Lilita One", "Rubik", sans-serif;
	font-weight: 400;
	letter-spacing: 0;
}

.mc4-hero h1 {
	max-width: 760px;
	margin: 0 0 14px;
	font-size: clamp(3.25rem, 6vw, 6.6rem);
	line-height: 0.95;
	color: #fff;
	-webkit-text-stroke: 1px rgba(3, 9, 17, 0.55);
	text-shadow:
		0 5px 0 #04111f,
		0 11px 24px rgba(0, 0, 0, 0.45),
		0 0 28px rgba(71, 217, 255, 0.2);
}

.mc4-bento-banner__content > p {
	max-width: 650px;
	margin: 0 0 24px;
	color: #d8ecff;
	font-size: clamp(1rem, 1.4vw, 1.22rem);
	font-weight: 700;
	line-height: 1.55;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.4);
}

.mc4-bento-actions,
.mc4-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.mc4-btn,
.mc4-btn:hover,
.mc4-ip-card button,
.mc4-final-ip button,
.mc4-mode-card a,
.mc4-mode-card button,
.mc4-store-card em,
.mc4-reward-page-card a,
.mc4-gift-claim button {
	min-height: 52px;
	border: 3px solid rgba(255, 255, 255, 0.12);
	border-radius: 14px;
	font-family: "Paytone One", "Rubik", sans-serif;
	font-weight: 400;
	box-shadow:
		0 5px 0 rgba(0, 0, 0, 0.34),
		inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.mc4-btn--primary,
.mc4-ip-card button,
.mc4-final-ip button,
.mc4-mode-card a,
.mc4-mode-card button,
.mc4-store-card em,
.mc4-reward-page-card a,
.mc4-gift-claim button {
	background: linear-gradient(180deg, var(--mc4-gold), var(--mc4-gold-2));
	color: #061221 !important;
	text-shadow: none;
}

.mc4-btn--ghost {
	border-color: rgba(71, 217, 255, 0.34);
	background: rgba(6, 22, 40, 0.86);
	color: var(--mc4-text) !important;
}

.mc4-btn small {
	min-width: 32px;
	padding: 3px 7px;
	border-radius: 999px;
	background: rgba(6, 18, 33, 0.22);
	font-family: "Rubik", sans-serif;
	font-weight: 900;
}

.mc4-bento-store {
	min-height: 520px;
	display: flex;
	align-items: flex-end;
	padding: 22px;
	background: #0a2038;
}

.mc4-bento-store::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(0deg, rgba(5, 14, 26, 0.94), transparent 58%),
		linear-gradient(180deg, rgba(255, 198, 61, 0.12), transparent 36%);
}

.mc4-bento-store > div {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 7px;
}

.mc4-bento-store .material-symbols-outlined,
.mc4-bento-nav .material-symbols-outlined {
	width: 46px;
	height: 46px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 13px;
	background: linear-gradient(180deg, var(--mc4-gold), var(--mc4-gold-2));
	color: #061221;
	box-shadow: 0 4px 0 rgba(0, 0, 0, 0.3);
}

.mc4-bento-store strong,
.mc4-bento-nav strong {
	font-family: "Paytone One", "Rubik", sans-serif;
	font-weight: 400;
	color: #fff;
	text-shadow: 0 3px 0 #04111f;
}

.mc4-bento-store strong {
	font-size: 2.05rem;
}

.mc4-bento-store small,
.mc4-bento-nav small {
	color: var(--mc4-muted);
	font-weight: 800;
	line-height: 1.35;
}

.mc4-bento-nav {
	min-height: 148px;
	display: grid;
	align-content: space-between;
	justify-items: start;
	gap: 8px;
	padding: 18px;
	border-color: #123d67;
	text-align: left;
	cursor: pointer;
}

.mc4-bento-nav:nth-child(2n) {
	background:
		linear-gradient(180deg, rgba(27, 92, 150, 0.98), rgba(8, 31, 56, 0.98)),
		var(--mc4-card);
}

.mc4-bento-nav:nth-child(3n) {
	background:
		linear-gradient(180deg, rgba(89, 55, 142, 0.92), rgba(16, 30, 58, 0.98)),
		var(--mc4-card);
}

.mc4-section {
	padding: 72px 0;
}

.mc4-section-head {
	margin-bottom: 24px;
}

.mc4-section-head span,
.mc4-page-hero span,
.mc4-safety__box > div > span,
.mc4-store-card span,
.mc4-reward-page-card span {
	color: var(--mc4-cyan);
	font-family: "Paytone One", "Rubik", sans-serif;
	font-weight: 400;
}

.mc4-section-head h2 {
	font-size: clamp(2rem, 4vw, 4.25rem);
	line-height: 1;
	text-shadow: 0 4px 0 #04111f;
}

.mc4-step-card,
.mc4-reward-card,
.mc4-feature-card,
.mc4-cta-card,
.mc4-store-card,
.mc4-news-card,
.mc4-news-feature,
.mc4-safety__box,
.mc4-player-card,
.mc4-event-strip,
.mc4-board-sidebar,
.mc4-board-table-card,
.mc4-gift-claim,
.mc4-gift-history,
.mc4-podium-card,
.mc4-empty {
	border: 4px solid var(--mc4-line);
	border-radius: var(--mc4-radius);
	background:
		linear-gradient(180deg, rgba(15, 48, 84, 0.96), rgba(7, 23, 42, 0.98)),
		var(--mc4-panel);
	box-shadow:
		0 8px 0 var(--mc4-deep-shadow),
		0 22px 42px rgba(0, 0, 0, 0.23),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.mc4-step-card {
	min-height: 190px;
	padding: 24px;
}

.mc4-step-card span,
.mc4-reward-card > span,
.mc4-feature-card > span,
.mc4-cta-card > span {
	width: 54px;
	height: 54px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 15px;
	background: linear-gradient(180deg, var(--mc4-gold), var(--mc4-gold-2));
	color: #061221;
	box-shadow: 0 5px 0 rgba(0, 0, 0, 0.28);
}

.mc4-step-card strong,
.mc4-reward-card h3,
.mc4-feature-card h3,
.mc4-store-card h3,
.mc4-news-card h3 {
	font-family: "Paytone One", "Rubik", sans-serif;
	font-weight: 400;
	color: #fff;
	text-shadow: 0 3px 0 #04111f;
}

.mc4-mode-grid {
	gap: 18px;
}

.mc4-mode-card {
	min-height: 390px;
	border: 4px solid var(--mc4-line);
	border-radius: var(--mc4-radius);
	box-shadow:
		0 9px 0 var(--mc4-deep-shadow),
		0 24px 48px rgba(0, 0, 0, 0.3);
}

.mc4-mode-card::before {
	background:
		linear-gradient(180deg, rgba(5, 14, 26, 0.05), rgba(5, 14, 26, 0.88)),
		linear-gradient(90deg, rgba(5, 14, 26, 0.74), transparent 70%);
}

.mc4-mode-card h3,
.mc4-mode-card h2 {
	font-size: clamp(2rem, 3vw, 3.2rem);
	line-height: 0.95;
}

.mc4-mode-card p {
	color: #e5f4ff;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.42);
}

.mc4-mode-card__content span {
	border: 2px solid rgba(255, 198, 61, 0.28);
	border-radius: 999px;
	background: rgba(5, 14, 26, 0.72);
}

.mc4-reward-visual,
.mc4-cta-card__image,
.mc4-safety__image,
.mc4-news-feature img,
.mc4-news-card img {
	border-radius: var(--mc4-radius);
	border: 4px solid var(--mc4-line);
	box-shadow: 0 8px 0 var(--mc4-deep-shadow);
}

.mc4-reward-visual img,
.mc4-cta-card__image,
.mc4-safety__image,
.mc4-news-feature img,
.mc4-news-card img {
	object-fit: cover;
}

.mc4-cta-card {
	overflow: hidden;
}

.mc4-cta-card__image {
	width: 100%;
	min-height: 220px;
	max-height: 260px;
}

.mc4-final-cta {
	padding-bottom: 96px;
}

.mc4-final-cta .mc4-shell {
	padding: clamp(24px, 5vw, 54px);
	border: 4px solid var(--mc4-line);
	border-radius: 18px;
	background:
		linear-gradient(135deg, rgba(255, 198, 61, 0.15), rgba(71, 217, 255, 0.12)),
		linear-gradient(180deg, rgba(15, 48, 84, 0.96), rgba(7, 23, 42, 0.98));
	box-shadow:
		0 9px 0 var(--mc4-deep-shadow),
		0 26px 50px rgba(0, 0, 0, 0.28);
}

.mc4-footer {
	border-top: 4px solid var(--mc4-line);
	background: linear-gradient(180deg, #07172a, #030911);
}

.mc4-footer__wordmark {
	margin-bottom: 16px;
	font-size: clamp(2rem, 4vw, 4rem);
}

.mc4-footer__links h3,
.mc4-footer__social h3 {
	font-family: "Paytone One", "Rubik", sans-serif;
	font-weight: 400;
	color: var(--mc4-gold);
}

@media (max-width: 1180px) {
	.mc4-header__nav {
		gap: 0;
	}

	.nav-link,
	.nav-link:hover {
		padding: 0 9px;
		font-size: 0.78rem;
	}

	.mc4-header__ip strong {
		font-size: 0.78rem;
	}
}

@media (max-width: 1024px) {
	.mc4-bento-row--top,
	.mc4-bento-row--bottom {
		grid-template-columns: 1fr;
	}

	.mc4-bento-banner,
	.mc4-bento-store,
	.mc4-bento-banner__content {
		min-height: 430px;
	}

	.mc4-bento-row--bottom {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.mc4-shell,
	.mc4-header__shell,
	.mc4-mobile-menu {
		width: min(100% - 22px, 1230px);
	}

	.mc4-header__brand {
		padding: 7px 9px;
	}

	.mc4-header__brand-text {
		font-size: 1.12rem;
	}

	.mc4-header-spacer {
		height: 88px;
	}

	.mc4-bento-hero {
		padding: 20px 0 56px;
	}

	.mc4-bento-banner,
	.mc4-bento-store,
	.mc4-bento-banner__content {
		min-height: 390px;
	}

	.mc4-bento-banner__content {
		padding: 22px;
	}

	.mc4-hero h1 {
		font-size: clamp(2.7rem, 14vw, 4.5rem);
	}

	.mc4-hero-overline {
		flex-wrap: wrap;
	}

	.mc4-bento-row--bottom,
	.mc4-step-grid,
	.mc4-feature-grid,
	.mc4-reward-grid {
		grid-template-columns: 1fr;
	}

	.mc4-bento-nav {
		min-height: 126px;
	}
}

@media (max-width: 480px) {
	.mc4-bento-banner,
	.mc4-bento-store,
	.mc4-bento-banner__content {
		min-height: 360px;
	}

	.mc4-bento-actions,
	.mc4-btn {
		width: 100%;
	}

	.mc4-btn {
		justify-content: center;
	}

	.mc4-section {
		padding: 54px 0;
	}
}
