/**********************************/
/***** CALIMACO CSS FRAMEWORK *****/
/**********************************/

/* HEADER */
.clmc-appBar {
	background-color: rgb(13 13 13 / 80%);
	max-height: var(--clmc-header-height);
	height: var(--clmc-header-height);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}
.clmc-appBar > .header {
	width: calc(100% - (var(--clmc-padding-medium)) * 2);
	padding: var(--clmc-padding-medium);
	background: var(--clmc-bg-secondary);
}
.clmc-appBar > .header-menu {
	background: var(--clmc-color-tertiary);
	padding: var(--clmc-padding-small);
	height: 24px;
	min-height: 24px;
	max-height: 24px;
	width: 100%;
	border-top: 0;
	transition: all 0.2s ease-in-out;
	border-bottom: 0;
}
.clmc-appBar .clmc-appBar-mobile {
	display: none;
}
.clmc-logo-header {
	width: 135px;
}
/* SEARCH */
.clmc-appBar .clmc-search {
	width: 100%;
	max-width: 400px;
	padding: 0px 20px;
}
.clmc-search-icon {
	transition: transform 0.5s ease;
}
.clmc-search-icon.rotate {
	transform: rotate(360deg) scale(1.2);
}
.clmc-searchResults {
	position: absolute;
	top: 100%;
	left: 174px;
	width: 470px;
	background: var(--clmc-bg-tertiary);
	border: 1px solid rgb(255 255 255 / 10%);
	border-top: none;
	padding: 8px;
	z-index: 999;
	top: 70px;
	border-radius: 10px;
}
.clmc-searchResults-content {
	max-height: 300px;
	overflow: auto;
}

.clmc-machine-search {
	width: 119px;
	height: 160px;
	overflow: hidden;
	border-radius: var(--clmc-border-radius-small);
	transition: 0.2s;
	position: relative;
	background: #111111;
}
.clmc-machine-image-bg-search {
	position: absolute;
	inset: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	filter: blur(14px) brightness(0.55);
	transform: scale(1.12);
	opacity: 0.9;
	pointer-events: none;
	z-index: 0;
}
.clmc-machine-image-search {
	width: 119px;
	height: 160px;
	object-fit: contain;
	object-position: center;
	display: block;
	position: relative;
	z-index: 1;
}
.clmc-machine-hover-search {
	transition: 0.3s;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: none;
	z-index: 2;
}
.clmc-machine-search:hover .clmc-machine-hover-search {
	opacity: 1;
}
.clmc-machine-hover-search:after {
	content: "";
	position: absolute;
	transition: 0.3s;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background: #222121;
	opacity: 0.5;
}
.clmc-machine-search:hover .clmc-machine-hover-search:after {
	width: 100%;
}
.clmc-machine-hover-search div {
	z-index: 1;
	color: #fff;
	height: calc(100% - (var(--clmc-padding-small) * 2));
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.clmc-btn-demo-search {
	min-width: clamp(30px, 10vw, 45px);
	min-height: clamp(30px, 10vw, 45px);
	color: var(--clmc-color-tertiary);
}
.clmc-btn-demo-search:hover {
	filter: brightness(1.1);
	opacity: 0.8;
}

.clmc-main-menu .active-menu-option,
.clmc-promos-menu .active-menu-option {
	color: var(--clmc-color-tertiary) !important;
	z-index: 2;
}
.clmc-main-menu .active-menu-option {
	background: #1e1e1e;
	padding: 2px 4px;
	border-radius: 6px;
}
/*CATEGORIES LOBBY*/
.clmc-category.clmc-active {
	background-color: var(--clmc-primary);
	color: white;
	transform: scale(1.03);
	box-shadow: 0 0 12px var(--clmc-color-tertiary);
	transition: all 0.35s ease;
	border: 1px solid var(--clmc-color-tertiary);
}

/* Hover (sin estar activa) */
.clmc-category:not(.clmc-active):hover {
	background-color: var(--clmc-secondary);
	transform: scale(1.03);
	box-shadow: 0 0 10px rgba(186, 120, 41, 0.6);
	transition: all 0.35s ease;
}
.clmc-category-all {
	filter: grayscale(1) brightness(500);
	opacity: 1.8;
}

/* PAGE CONTENTS */
.clmc-page-content {
	padding-top: var(--clmc-header-height);
	min-height: 550px;
}

/* REGISTER */
.register-page {
	max-width: 865px;
	margin: auto;
}
.register-code-button {
	color: #fff;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	padding: 6px 4px;
}
.clmc-register-form .clmc-w50 {
	width: calc(50% - (var(--clmc-margin-medium) / 2));
}
.clmc-card-register {
	transition: all 0.3s ease-in-out;
}
.clmc-mobile-code {
	width: 40px;
	height: 40px;
}
.clmc-phone-input .MuiTelInput-IconButton {
	pointer-events: none;
}
.redes-register {
	position: absolute;
	width: 80px;
	height: 80px;
	left: calc(50% - 40px);
	margin-top: -40px;
	background: #141414;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* BANNER */
.clmc-slider-banner .splide__slide {
	max-width: 738px;
	max-height: 330px;
	opacity: 0.8;
	transform: scale(0.98);
	transition: opacity 0.2s ease, transform 0.3s ease;
	margin: auto;
	padding-top: var(--clmc-margin-small);
}
.clmc-slider-banner .splide__slide.is-active {
	opacity: 1;
	transform: scale(1.01);
}
.splide__pagination {
	bottom: -20px;
}
.clmc-slider-banner .splide__track {
	padding: 0 !important;
}
.clmc-banner-slider {
	max-width: calc(100% - 80px) !important;
	margin: auto;
	padding: var(--clmc-margin-medium);
}
.banner-slide {
	border: 1px solid rgb(171 122 59 / 20%);
	border-radius: var(--clmc-border-radius-xlarge);
	overflow: hidden;
	position: relative;
	box-shadow: 0px 0px 15px 10px rgb(171 122 59 / 10%);
	margin: 20px;
}
.clmc-banner-content {
	position: absolute;
	top: 0;
	left: 0;
	padding: 40px;
	color: #fff;
}
.clmc-banner-title {
	background: #1e1e1e;
	width: fit-content;
	padding: 4px 8px;
	border-radius: 4px;
	color: #a8a8a8;
}
.clmc-banner-description {
	text-transform: uppercase;
	text-shadow: 0 0 black;
	font-size: 40px;
	font-weight: bold;
	max-width: 70%;
}

/* USER MENU */
.clmc-float-menu .MuiModal-backdrop {
	background: rgba(0, 0, 0, 0.5);
}
.clmc-user-image {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	z-index: 0;
	width: 40px;
	height: 40px;
	min-width: 40px;
	min-height: 40px;
	border-radius: 100%;
	border: 2px solid var(--clmc-btn-color-primary);
	font-size: 24px;
}
.clmc-user-image:after {
	content: "";
	position: absolute;
	background: var(--clmc-btn-color-primary);
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.5;
}

/* LOBBY */
.clmc-machine {
	overflow: hidden;
	border-radius: var(--clmc-border-radius-large);
	transition: 0.2s;
	position: relative;
}
.clmc-machine:hover {
	transform: scale(1.02);
}
.clmc-machine-image {
	width: 180px;
	min-width: 180px;
	height: 270px;
	min-height: 270px;
}
.clmc-machine-description {
	max-width: calc(160px - 62px);
}
.clmc-machine-favs-button {
	width: 22px;
	height: 22px;
	position: absolute;
	right: 8px;
	top: 8px;
	color: var(--clmc-bg-color-error);
	background-color: #2d2a33;
}
.clmc-machine-favs-button svg {
	width: 15px;
	height: 15px;
}
.clmc-machine-favs-button:hover {
	background-color: #2d2a33;
}
.clmc-machine-favs-button-iframe {
	width: 50px;
	height: 50px;
	color: var(--clmc-bg-color-error);
	background-color: #000000;
}
.clmc-machine-favs-button-iframe svg {
	width: 30px;
	height: 30px;
}
.clmc-machine-hover {
	transition: 0.3s;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: none;
}
.clmc-machine:hover .clmc-machine-hover {
	opacity: 1;
}
.clmc-machine-hover:after {
	content: "";
	position: absolute;
	transition: 0.3s;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background: #222121;
	opacity: 0.5;
}
.clmc-machine:hover .clmc-machine-hover:after {
	width: 100%;
}
.clmc-machine-hover div {
	z-index: 1;
	color: #e0881c;
	height: calc(100% - (var(--clmc-padding-small) * 2));
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.clmc-machine-hover div > p {
	color: #fff;
}
.clmc-btn-demo {
	min-width: clamp(40px, 10vw, 75px);
	min-height: clamp(40px, 10vw, 75px);
	filter: brightness(1.1);
	opacity: 0.8;
}
.clmc-btn-demo:hover {
	color: #d89644;
}
.clmc-tag-container {
	width: 90px;
	height: 24px;
	z-index: 10;
	color: black;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	position: absolute;
	top: 10px;
	left: -22px;
	transform: rotate(-45deg);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.clmc-machine-new {
	background: #148a14;
}
.clmc-machine-hot {
	background: #e74c3c;
}
/* LOBBY SLIDER */
.clmc-lobby-slider .splide__arrow,
.clmc-sports-slider .splide__arrow {
	border-radius: var(--clmc-border-radius-large);
	border: 1px solid rgb(255 255 255 / 60%);
	transition: 0.3s;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
.title-arrows .splide__arrows {
	position: absolute;
	display: flex;
	right: 0px;
	top: -24px;
}
.title-arrows .splide__arrows .splide__arrow--prev {
	right: 34px;
	left: auto;
}
.title-arrows .splide__arrows .splide__arrow--next {
	right: 0;
	left: auto;
}
.clmc-sport-card {
	box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

/* GAME IFRAME */
.clmc-game-iframe {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999999;
	width: 100%;
	height: 100%;
	background: #000000;
}
.clmc-game-iframe iframe {
	height: calc(100% - 56px);
	border: none;
}

/* GAME FRAME ERROR */
.clmc-app-empty {
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.clmc-app-empty div {
	z-index: 9;
}
.gameErrorOverlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1 !important;
	opacity: 0.3;
}

/* FLOAT MOBILE MENU */
.clmc-mobile-navigation {
	bottom: -1px;
	padding-bottom: env(safe-area-inset-bottom);
	padding-bottom: constant(safe-area-inset-bottom);
}
.clmc-mobile-navigation-content {
	background: var(--clmc-bg-secondary);
	border-top: 1px solid #787878;
	overflow: auto;
	height: 58px;
}
.clmc-mobile-navigation-content a {
	width: 16.66%;
	overflow: hidden;
}
.clmc-mobile-navigation-element img {
	width: 28px;
	height: 28px;
	margin-bottom: 5px;
	filter: brightness(0.8);
}
.clmc-mobile-navigation-element p {
	font-size: 8px;
	line-height: 10px;
	max-width: 100%;
}
.clmc-mobile-navigation-content a img {
	color: #ffffff;
	filter: grayscale(1) brightness(500);
	opacity: 0.8;
}
.clmc-mobile-navigation-content a.active-menu-option * {
	color: var(--clmc-btn-color-primary);
	filter: none;
	opacity: 1;
}
.clmc-mobile-navigation-collapsable {
	position: absolute;
	width: calc(100% - (var(--clmc-margin-small) * 2));
	height: 0px;
	background: var(--clmc-bg-secondary);
	top: 0px;
	border-top: 0px solid #787878;
	gap: var(--clmc-margin-small);
	padding: 0px var(--clmc-margin-small) !important;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	overflow: hidden;
	transition: o.5s;
}
.clmc-mobile-navigation-collapsable.visible-collapsable {
	height: 60px;
	top: -60px;
	transition: 0.5s;
	border-top: 1px solid #787878;
}
.clmc-mobile-navigation-collapsable.novisible-collapsable {
	height: 0px;
	top: 0;
	transition: 0.5s;
}
.clmc-mobile-navigation-collapsable .clmc-mobile-navigation-element {
	background: var(--clmc-bg-tertiary);
	border-radius: var(--clmc-border-radius-large);
	padding: 4px;
}
.clmc-mobile-navigation-collapsable .active-menu-option .clmc-mobile-navigation-element {
	position: relative;
	overflow: hidden;
}
.clmc-mobile-navigation-collapsable .active-menu-option .clmc-mobile-navigation-element:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	width: 100%;
	height: 100%;
	background: var(--clmc-btn-color-primary);
	opacity: 0.1;
}

/* ASIDE MENU */
.clmc-aside .MuiPaper-root {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: var(--clmc-bg-secondary);
}
.clmc-aside-main-menu {
	min-width: 200px;
}

.clmc-aside-main-menu .clmc-main-menu {
	flex-direction: column;
	align-items: flex-start;
	background: var(--clmc-bg-secondary);
	border-radius: var(--clmc-border-radius-large);
	padding: 8px;
}
.clmc-aside-main-menu .clmc-main-menu * {
	color: var(--clmc-color-primary);
}
.clmc-aside-main-menu .clmc-main-menu a {
	margin-bottom: var(--clmc-margin-medium);
}

/* PAYMENTS */
.clmc-dialog.payment-dialog .MuiDialog-paper {
	width: 700px;
	min-width: 700px;
}
.clmc-dialog.payment-dialog .MuiDialogContent-root {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}
.depositLobbyListItem {
	padding-left: var(--clmc-margin-large);
	padding-right: var(--clmc-margin-large);
	border-bottom: 1px solid rgb(0 0 0 / 15%);
}
.depositLobbyListItem:last-child {
	border-bottom: none;
}
.paymentIframeResponse {
	width: 100%;
	min-height: 530px;
	border: none;
}
.paymentImageResponse {
	max-width: 100%;
}
.paymentLoader {
	min-height: 300px;
	padding-bottom: 65px;
}
.clmc-dialog.payment-dialog .clmc-list-item-border {
	border: 1px solid rgb(0 0 0 / 25%);
	border-radius: 8px;
}
.clmc-dialog.payment-dialog .pending-payout-list .MuiListItem-root {
	padding: 0;
}
.addBankAccountForm {
	padding: 20px;
	border-radius: var(--clmc-border-radius-large) !important;
	background: rgb(0 0 0 / 5%);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
.account-delete-icon {
	color: var(--clmc-bg-color-error);
}
.clmc-select-label .select-bank-account .MuiInputBase-input .account-delete-icon {
	display: none;
}
/*BONOS*/
.promo-register-select,
.promo-login-select {
	border: 2px solid var(--clmc-color-tertiary);
	border-radius: var(--clmc-border-radius-large);
	min-height: 62px;
	background: rgb(255 255 255 / 5%);
	margin-left: 0;
	margin-right: 0;
}
.promo-register-select .MuiFormControlLabel-label,
.promo-login-select .MuiFormControlLabel-label {
	width: 100%;
}
.promo-register-select.clmc-promo-active {
	background: rgb(150, 152, 156);
}
.promo-login-select.clmc-promo-active {
	background: rgb(220 224 234);
}
.clmc-promotions-option .MuiFormControlLabel-label {
	width: 100%;
}
.clmc-promotions-option .MuiFormControlLabel-label > .clmc-promotions-option-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
}
.clmc-promotions-option .MuiFormControlLabel-label > .clmc-promotions-option-content img {
	flex: 0 0 auto;
	display: block;
}
.clmc-deposit-promo-zone {
	padding: 0;
}
.clmc-deposit-promo-card {
	width: 100%;
	border: 1px solid var(--clmc-color-primary);
	border-radius: var(--clmc-border-radius-small);
	background: rgb(255 255 255 / 5%);
	padding: 14px 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	cursor: pointer;
	text-align: left;
	transition: background-color 150ms ease, border-color 150ms ease, transform 150ms ease;
}
.clmc-deposit-promo-card:hover:not(:disabled) {
	background: rgb(255 255 255 / 8%);
	border-color: var(--clmc-color-primary);
	transform: translateY(-1px);
}
.clmc-deposit-promo-card:disabled {
	cursor: default;
	opacity: 0.7;
}
.clmc-deposit-promo-card-copy {
	flex: 1;
	min-width: 0;
}
.clmc-deposit-promo-card-copy p {
	margin: 0;
}
.clmc-deposit-promo-card-icon {
	width: 45px;
	height: 45px;
	flex: 0 0 auto;
	object-fit: contain;
}
.clmc-economic-activity-select {
	font-size: 12px;
	max-width: 300px;
	width: 100%;
	height: 30px !important;
	max-height: 30px !important;
}
/*Pagination*/
.clmc-pagination * {
	color: var(--clmc-color-primary);
}
.clmc-pagination .Mui-selected {
	background: var(--clmc-btn-color-primary);
	color: var(--clmc-color-secondary);
}
/* PROMOCIONES */
.clmc-promo-cards-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 10px;
	width: 100%;
}
.clmc-promo-card {
	cursor: pointer;
	position: relative;
	width: 100%;
	max-width: 272px;
	background-color: unset;
	border-radius: var(--clmc-border-radius-large);
	overflow: hidden;
}
.clmc-promo-card-img {
	width: 100%;
	object-fit: cover;
	transition: all 300ms ease-in-out;
}
.promo-img {
	max-width: 100%;
}

.clmc-promo-card-img:hover {
	transform: scale(1.05);
}

.clmc-promo-card-details {
	position: relative;
	width: 50%;
	max-width: 280px;
	margin: 0 auto;
	background-color: unset;
	border-radius: var(--clmc-border-radius-large);
	box-shadow: 0px 0px 15px 10px rgb(171 122 59 / 10%);
}

.clmc-promo-card-button-content {
	position: absolute;
	bottom: 16px;
	left: 85px;
	z-index: 2;
}

.clmc-promos-menu {
	box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.2);
}

/* NOTIFICACIONES */
.clmc-notification-list {
	max-height: 280px;
	overflow-y: auto !important;
	scrollbar-width: thin;
	scrollbar-color: var(--clmc-color-tertiary) transparent;
}
.clmc-notification-list::-webkit-scrollbar-thumb {
	background-color: #c4c4c4;
	border-radius: 12px;
}
.clmc-notification-list li {
	background: rgb(0 0 0 / 4%);
	margin: 2px 5px;
	padding: 10px !important;
	height: auto !important;
	min-height: 60px;
}
.clmc-notification-item {
	max-width: calc(100% - 20px);
}
.clmc-notification-item p {
	max-width: calc(100% - (60px + var(--clmc-margin-small)));
}
.clmc-notification-text {
	background: #ed6c02;
	border-radius: 10px;
	color: #fff;
	margin-left: 10px;
	padding: 3px 5px;
	font-size: 9px;
	line-height: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.clmc-close-icon-banner-menu {
	position: relative;
	display: flex;
	align-items: end;
	justify-content: end;
	flex-direction: column;
	bottom: 145px;
	right: 5px;
}

/*BONOS REGISTER*/

.clmc-register-promos-container {
	width: 100%;
	border-radius: 10px;
	background-color: var(--clmc-bg-quaternary);
	padding: 6px;
	border: 2px solid var(--clmc-bg-quaternary);
}
.clmc-promo-active {
	border: 2px solid var(--clmc-color-tertiary);
}
.clmc-full-page {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	overflow: auto;
	background-color: var(--clmc-bg-primary);
}
.clmc-switch .MuiSwitch-thumb {
	background-color: var(--clmc-color-secondary);
}
.clmc-switch .Mui-checked + .MuiSwitch-track {
	background-color: var(--clmc-color-secondary);
}
.clmc-form-block {
	background: rgb(255 255 255 / 5%);
	padding: var(--clmc-padding-small) var(--clmc-padding-medium);
	border-radius: 10px;
}

/* REGISTER MINIGAME */
.clmc-register-minigame-overlay {
	position: fixed;
	inset: 0;
	z-index: 1200;
	background:
		radial-gradient(circle at top, rgb(186 120 41 / 16%) 0%, transparent 34%),
		radial-gradient(circle at bottom right, rgb(186 120 41 / 12%) 0%, transparent 28%),
		linear-gradient(180deg, #0c0c0c 0%, #141414 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px;
	overflow: hidden;
}
.clmc-register-minigame-overlay::before,
.clmc-register-minigame-overlay::after {
	content: "";
	position: absolute;
	border-radius: 999px;
	pointer-events: none;
	filter: blur(70px);
	opacity: 0.4;
}
.clmc-register-minigame-overlay::before {
	width: 360px;
	height: 360px;
	top: -130px;
	left: -80px;
	background: rgb(186 120 41 / 28%);
}
.clmc-register-minigame-overlay::after {
	width: 380px;
	height: 380px;
	right: -100px;
	bottom: -130px;
	background: rgb(255 214 153 / 18%);
}
.clmc-register-minigame-stage {
	position: relative;
	z-index: 2;
	width: min(900px, 100%);
	min-height: min(680px, 96vh);
	display: flex;
	align-items: center;
	justify-content: center;
}
.clmc-register-minigame-view {
	width: 100%;
	text-align: center;
	color: #fff;
}
.clmc-register-minigame-menu,
.clmc-register-minigame-win {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}
.clmc-register-minigame-menu-card {
	width: min(320px, 100%);
	background: linear-gradient(180deg, rgb(255 255 255 / 4%) 0%, rgb(255 255 255 / 2%) 100%);
	border: 1px solid rgb(186 120 41 / 28%);
	box-shadow: 0 18px 60px rgb(0 0 0 / 35%);
	border-radius: 16px;
	padding: 20px;
	margin-top: 10px;
}
.clmc-register-minigame-title {
	font-size: clamp(34px, 5vw, 40px);
	font-weight: 700;
	line-height: 1.1;
	color: var(--clmc-color-primary);
	text-shadow: 0 6px 18px rgb(0 0 0 / 22%);
}
.clmc-register-minigame-subtitle {
	color: var(--clmc-color-tertiary);
	font-size: clamp(24px, 3vw, 24px);
	font-weight: 700;
	max-width: 510px;
}
.clmc-register-minigame-text {
	color: rgb(255 255 255 / 74%);
	font-size: 18px;
	line-height: 1.35;
}
.clmc-register-minigame-start-btn {
	width: 100%;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(180deg, rgb(215 154 78) 0%, var(--clmc-btn-color-primary) 100%);
	color: #101010;
	height: 84px;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.3px;
	cursor: pointer;
	margin-top: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	box-shadow: 0 14px 28px rgb(186 120 41 / 28%);
	transition: all 300ms ease-in-out;
}
.clmc-register-minigame-start-btn:hover,
.clmc-register-minigame-claim-btn:hover {
	transform: scale(1.05);
	filter: brightness(1.04);
}
.clmc-play-icon-minigame {
	font-size: 50px;
}
.clmc-register-minigame-playing {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: min(680px, 96vh);
}
.clmc-register-minigame-playing-header {
	margin-bottom: 14px;
}
.clmc-register-minigame-playing-header p {
	font-size: 30px;
	color: rgb(255 255 255 / 74%);
}
.clmc-register-minigame-playing-header h2 {
	font-size: clamp(38px, 4.5vw, 36px);
	font-weight: 700;
	color: var(--clmc-color-primary);
}
.clmc-register-minigame-board {
	position: relative;
	width: 380px;
	height: 380px;
	margin-top: 10px;
}
.clmc-register-minigame-board::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 230px;
	height: 230px;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: radial-gradient(circle, rgb(186 120 41 / 40%) 0%, rgb(186 120 41 / 20%) 42%, rgb(186 120 41 / 0%) 72%);
	filter: blur(2px);
	pointer-events: none;
	animation: clmc-register-minigame-glow 2800ms ease-in-out infinite;
}
.clmc-register-minigame-token {
	position: absolute;
	width: 88px;
	height: 88px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	perspective: 1200px;
	outline: none;
	-webkit-tap-highlight-color: transparent;
}
.clmc-register-minigame-token:focus,
.clmc-register-minigame-token:focus-visible,
.clmc-register-minigame-token:active {
	outline: none;
	box-shadow: none;
}
.clmc-register-minigame-pos-0 {
	top: 22px;
	left: 24px;
}
.clmc-register-minigame-pos-1 {
	top: 22px;
	right: 24px;
}
.clmc-register-minigame-pos-2 {
	bottom: 22px;
	left: 24px;
}
.clmc-register-minigame-pos-3 {
	bottom: 22px;
	right: 24px;
}
.clmc-register-minigame-token-inner {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	transition: transform 0.35s ease-in-out;
}
.clmc-register-minigame-token.is-revealed .clmc-register-minigame-token-inner {
	transform: rotateY(180deg);
}
.clmc-register-minigame-token-front,
.clmc-register-minigame-token-back {
	position: absolute;
	inset: 0;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	backface-visibility: hidden;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.28);
}
.clmc-register-minigame-token-front {
	background: linear-gradient(180deg, #2c2115 0%, #17110b 100%);
	border: 4px solid var(--clmc-btn-color-primary);
	color: var(--clmc-color-tertiary);
	flex-direction: column;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.1;
}
.clmc-register-minigame-token-back {
	background: linear-gradient(180deg, #f1e4cf 0%, #dbc19a 100%);
	border: 4px solid var(--clmc-btn-color-primary);
	color: #4f2f11;
	transform: rotateY(180deg);
}
.clmc-register-minigame-token.is-matched .clmc-register-minigame-token-back {
	opacity: 0.86;
	filter: saturate(0.85);
}
.clmc-register-minigame-icon-svg {
	width: 46px;
	height: 46px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.clmc-register-minigame-gift {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 108px;
	height: 108px;
	transform: translate(-50%, -50%);
	border: 0;
	background: transparent;
	padding: 0;
	cursor: pointer;
	z-index: 2;
	animation: clmc-register-minigame-gift-float 2800ms ease-in-out infinite;
}
.clmc-register-minigame-gift-svg {
	width: 100%;
	height: 100%;
	filter: drop-shadow(0 8px 14px rgb(186 120 41 / 24%));
}
@keyframes clmc-register-minigame-gift-float {
	0% { transform: translate(-50%, -50%) scale(1) rotate(0deg); }
	25% { transform: translate(-50%, -53%) scale(1.03) rotate(-2deg); }
	50% { transform: translate(-50%, -56%) scale(1.04) rotate(0deg); }
	75% { transform: translate(-50%, -53%) scale(1.03) rotate(2deg); }
	100% { transform: translate(-50%, -50%) scale(1) rotate(0deg); }
}
@keyframes clmc-register-minigame-glow {
	0%, 100% {
		opacity: 0.55;
		transform: translate(-50%, -50%) scale(0.94);
	}
	50% {
		opacity: 0.9;
		transform: translate(-50%, -50%) scale(1.06);
	}
}
@keyframes clmc-register-minigame-trophy-shake {
	0% { transform: rotate(0deg); }
	16% { transform: rotate(-11deg); }
	33% { transform: rotate(11deg); }
	50% { transform: rotate(-9deg); }
	66% { transform: rotate(9deg); }
	83% { transform: rotate(-4deg); }
	100% { transform: rotate(0deg); }
}
.clmc-register-minigame-message {
	display: flex;
	min-height: 0;
	max-height: 0;
	width: 50%;
	margin-top: 0;
	border-radius: 999px;
	border: 1px solid rgb(186 120 41 / 18%);
	background: rgb(18 18 18 / 78%);
	align-items: center;
	justify-content: center;
	color: rgb(186 120 41 / 0%);
	font-size: 22px;
	padding: 0 28px;
	overflow: hidden;
	opacity: 0;
	transform: translateY(-8px);
	pointer-events: none;
	box-sizing: border-box;
	transition: opacity 0.25s ease, transform 0.25s ease, max-height 0.25s ease, margin-top 0.25s ease, color 0.25s ease, border-color 0.25s ease;
	will-change: opacity, transform, max-height;
}
.clmc-register-minigame-message.is-visible {
	min-height: 62px;
	max-height: 120px;
	margin-top: 18px;
	color: var(--clmc-color-tertiary);
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}
.clmc-register-minigame-score {
	font-family: monospace;
	font-size: 18px;
	letter-spacing: 0.7px;
	color: rgb(255 255 255 / 62%);
	margin-top: 30px;
}
.clmc-register-minigame-trophy {
	width: 86px;
	height: 86px;
	fill: none;
	stroke: var(--clmc-color-tertiary);
	stroke-width: 1.4;
	stroke-linecap: round;
	stroke-linejoin: round;
	transform-origin: center 82%;
	animation: clmc-register-minigame-trophy-shake 650ms ease-in-out 180ms 1;
}
.clmc-register-minigame-claim-btn {
	border: 0;
	height: 86px;
	padding: 0 50px;
	border-radius: 999px;
	background: linear-gradient(180deg, rgb(215 154 78) 0%, var(--clmc-btn-color-primary) 100%);
	color: #101010;
	font-size: 31px;
	font-weight: bold;
	cursor: pointer;
	margin-top: 10px;
	box-shadow: 0 0 28px rgb(186 120 41 / 38%);
	transition: all 300ms ease-in-out;
}
.clmc-register-minigame-claim-btn:disabled {
	opacity: 1;
	cursor: wait;
}
.clmc-register-minigame-claim-content {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}
.clmc-register-minigame-spinner {
	color: #101010;
}
.clmc-register-minigame-loading-text {
	color: rgb(255 255 255 / 78%);
	font-size: 16px;
	font-weight: 600;
	margin-top: 10px;
}
/* FOOTER */
.clmc-footer {
	padding-left: 120px;
	padding-right: 120px;
}
