.lootbox-case-window {
	max-width: 100%;
	height: max-content;
	position: relative;
	overflow: hidden;
	margin: auto;
}
.lootbox-case-window::before {
    max-width: 100%;
    height: max-content;
    position: relative;
    overflow: hidden;
    margin: auto;
    left: 0;
    z-index: 999;
    content: "";
}

.lootbox-case-line {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 28px;
	height: 100%;
	z-index: 999;
}

.lootbox-case-line::before {
	transform: scale(1);
	top: 0
}

.lootbox-case-line::after {
	transform: scale(-1);
	bottom: 0
}

.lootbox-case-line::before,
.lootbox-case-line::after {
	width: 28px;
	height: 22px;
	background: url(../images/wheel_of_fortune/arrow_roulette.png);
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	content: ""
}

.lootbox-case-line-dash {
	width: 0;
	height: 77%;
	position: absolute;
	border: 1px dashed blue;
	top: 25px;
	left: 0;
	right: 1px;
	margin: auto;
}

.lootbox-case-spinnable {
	width: max-content;
	position: relative;
	left: 34px; /* Ajustado: 591px - (3 * 177px) = 60px para compensar 3 posiciones */
}

.list-item {
	position: relative;
	display: inline-block
}

.lootbox-case-item {
	float: left;
	margin-right: 3px;
	width: 174px;
	height: 125px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: gray;
	position: relative;
	z-index: 9;
	margin-left: -114px;
	margin-right: 125px;
}

.lootbox-case-item::before {
	width: 100%;
	height: 100%;
	/*background:linear-gradient(180deg,#0c0c18 0%,rgba(12,12,26,0.712) 100%);*/
	position: absolute;
	left: 0;
	content: ""
}

.lootbox-content {
	height: 100%;
	position: relative;
	z-index: 9
}

.lootbox-case-item .name {
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-transform: uppercase;
	position: absolute;
	bottom:5px;
	left: 0;
	right: 0;
	margin: 0 auto
}

.lootbox-case-item .name p:nth-child(1) {
	font-size: 13px;
	color: #fcd4c0;
	text-shadow: 2px 2px 5px #000;
}

.lootbox-case-item .name p:nth-child(2) {
	font-size: 1.1;
	font-weight: 400
}

.lootbox-case-item .image {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    height: 85px;
}

.lootbox-case-item .image img {
	max-width: 75px;
	max-height: 75px
}

.percent_item {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #ffffffc7;
}

.boxItems {
	margin-top: 35px
}

.wonItem {
	border: 2px solid green !important;
	box-shadow: 0 0 10px rgba(14, 26, 12, .712)
}

.item-name {
	position: relative;
	z-index: 10;
	font-size: .8rem;
	text-align: center
}

.summary_user {
	width: max-content;
}

.summary_user .summary_user_content {
	padding: 0 60px;
	display: flex;
	align-items: center;
}

.summary_user .summary_user_content .user_balance {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 15px;
}

.summary_user .summary_user_content .user_balance .coin_box,
.summary_user .summary_user_content .user_balance .coin_box2 {
	max-width: 200px;
	padding: 10px;
	position: relative;
	z-index: 10;
	font-size: 1rem;
	font-weight: 500;
}

.summary_user .summary_user_content .user_balance .coin_box::before,
.summary_user .summary_user_content .user_balance .coin_box2::before {
	width: 100%;
	height: 80%;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: 0;
	transform: skewX(-10deg);
	content: "";
}

.coin_box::before {
	background: linear-gradient(180deg, rgba(24, 22, 4, 0) 10%, rgb(196, 171, 62) 200%);
	border: 2px solid #c4ab3e;
}

@media (max-width: 800px) {
	.d-flex {
		flex-direction: column;
	}
}

.molde {
	width: 1160px;
	height: 204px;
	position: absolute;
	margin-top: -381px;
	background-image: url("../images/wheel_of_fortune/selector.png");
	background-repeat: no-repeat;
	z-index: 70;
}


.scrolled {
	width: calc(100% - 30px);
	margin-left: 16px;
	border-radius: 40px 40px 40px 40px / 100px 100px 100px 100px;
	height: 360px;
	padding-top: 90px;
	position: relative;
	top: -80px;
	background: url(https://i.imgur.com/a4vHUFD.png);
	background-position: center top 70px;
	background-repeat: no-repeat;
	overflow: hidden;
	white-space: nowrap !important;
	transition: 5.5s;
	z-index: 60;
}

.cases {
	position: absolute;
	left: 50%;
	width: 1160px;
	height: 100%;
	transform: translate(-50%, -50%);
	z-index: 999999 !important;
	max-height: 550px;
	margin-top: -100px;
	pointer-events: none;
}

.caixa {
	margin-left: calc(50% - 350px) !important;
	margin-top: calc(50% - 315px) !important;
	width: 750px;
	height: 450px;
	position: relative;
	margin: 0px auto;
	background-image: url('../images/wheel_of_fortune/01.png');
	background-size: 60%;
	cursor: pointer;
	transition: 0.4s;
	z-index: 10;
	background-position: center;
	background-repeat: no-repeat;
	pointer-events: auto;
	padding: 50px;
	box-sizing: border-box;
	clip-path: polygon(29% 20%, 100% 20%, 100% 100%, -83% 104%);
}

/* Overlay de brillo: 02.png como capa superior animada */
.caixa::after {
 	content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	right: 0;
 	bottom: 0;
 	background-image: url('../images/wheel_of_fortune/02.png');
 	background-size: 60%;
 	background-position: center;
 	background-repeat: no-repeat;
 	opacity: 0;
 	filter: brightness(120%) saturate(110%);
 	mix-blend-mode: normal;
 	pointer-events: none;
 	animation: shinePulseFull 4s ease-in-out infinite;
 	z-index: 11;
 }
 
 @keyframes shinePulseFull {
 	0% { opacity: 0; }
 	50% { opacity: 0; }
 	60% { opacity: 1; }
 	90% { opacity: 1; }
 	100% { opacity: 0; }
 }

.pulse {
	animation: pulse 8s infinite;
	animation-direction: normal;
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-filter: brightness(100%);
		filter: brightness(100%);
	}
	50% {
		-webkit-filter: brightness(100%);
		filter: brightness(100%);
	}
	60% {
		-webkit-filter: brightness(115%);
		filter: brightness(115%);
	}
	90% {
		-webkit-filter: brightness(115%);
		filter: brightness(115%);
	}
	100% {
		-webkit-filter: brightness(100%);
		filter: brightness(100%);
	}
}

@keyframes pulse {
	0% { filter: brightness(100%); }
	50% { filter: brightness(100%); }
	60% { filter: brightness(115%); }
	90% { filter: brightness(115%); }
	100% { filter: brightness(100%); }
}

@-webkit-keyframes scroll {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(calc(-250px * 7));
		transform: translateX(calc(-250px * 7));
	}
}

@keyframes scroll {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(calc(-250px * 14));
		transform: translateX(calc(-250px * 14));
	}
}

.slider {
	box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125);
	height: 130px;
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.slider::before,
.slider::after {
	background: linear-gradient(to right, #101320 0%, rgba(255, 255, 255, 0) 100%);
	content: "";
	height: 130px;
	position: absolute;
	width: 185px;
	z-index: 2;
}

.slider::after {
	right: 0;
	top: 0;
	-webkit-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}

.slider::before {
	left: 0;
	top: 0;
}

.slider .slide-track {
	display: flex;
	width: calc(200px * 35);
}

.slider .slide {
	width: 122px;
	height: 130px;
	margin-left: 5px;
	text-align: center;
}


.box-molde-ac {
	background: url(../images/wheel_of_fortune/moldes/box-molde-ac.png);
	background-repeat: no-repeat;
}

.box-molde-ar {
	background: url(../images/wheel_of_fortune/moldes/box-molde-ar.png);
	background-repeat: no-repeat;
}

.box-molde-ae {
	background: url(../images/wheel_of_fortune/moldes/box-molde-ae.png);
	background-repeat: no-repeat;
}

.box-molde-al {
	background: url(../images/wheel_of_fortune/moldes/box-molde-al.png);
	background-repeat: no-repeat;
}

.box-molde-am {
	background: url(../images/wheel_of_fortune/moldes/box-molde-am.png);
	background-repeat: no-repeat;
}

.box-molde-log-ac {
	background: url(../images/wheel_of_fortune/moldes/log/box-molde-log-ac.png);
}

.box-molde-log-ar {
	background: url(../images/wheel_of_fortune/moldes/log/box-molde-log-ar.png);
}

.box-molde-log-ae {
	background: url(../images/wheel_of_fortune/moldes/log/box-molde-log-ae.png);
}

.box-molde-log-al {
	background: url(../images/wheel_of_fortune/moldes/log/box-molde-log-al.png);
}

.box-molde-log-am {
	background: url(../images/wheel_of_fortune/moldes/log/box-molde-log-am.png);
}

@keyframes slideAnimation {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.btn-spin {
	position: absolute;
	top: 40%;
	left: 48%;
	transform: translate(-48%, -1%);
	background: transparent !important;
	border: none !important;
	color: transparent !important;
	width: 42%;
	height: 60%;
	cursor: pointer;
	z-index: 10;
	pointer-events: auto;
}

.btn-spin:hover, .btn-spin:focus, .btn-spin:active {
	background: transparent !important;
	border: none !important;
	color: transparent !important;
	outline: none !important;
	box-shadow: none !important;
}

/* ========================================
   MYSTERY BOX REWARDS PAGE STYLES
   ======================================== */

/* Information Alert Styles */
.alert-info {
	background: linear-gradient(135deg, rgba(13, 202, 240, 0.1) 0%, rgba(13, 202, 240, 0.05) 100%);
	border: 1px solid rgba(13, 202, 240, 0.3);
	border-left: 4px solid #0dcaf0;
	color: #e2e2e2;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.alert-info strong {
	color: #0dcaf0;
	font-weight: 600;
}

.alert-info .fas {
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0% { opacity: 1; }
	50% { opacity: 0.7; }
	100% { opacity: 1; }
}

/* Reward Item Styles */
.reward-item {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.reward-name {
	font-weight: 600;
	color: var(--theme-color, #007bff);
}

.reward-amount {
	font-size: 0.8em;
}

.character-name {
	font-weight: 500;
	color: var(--theme-color, #007bff);
}

.date-won {
	font-size: 0.9em;
	color: #6c757d;
}

.gift-code-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
}

.gift-code {
	font-family: 'Courier New', monospace;
	font-weight: bold;
	font-size: 0.9em;
}

/* Button Styles */
.btn-primary {
	background: var(--bs-gradient-5) !important;
	border: none !important;
	transition: all 0.3s ease;
}

.btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.btn-outline-primary {
	border-color: var(--theme-color, #007bff) !important;
	color: var(--theme-color, #007bff) !important;
}

.btn-outline-primary:hover {
	background: var(--theme-color, #007bff) !important;
	color: white !important;
}

.badge {
	font-size: 0.8em;
	padding: 0.4em 0.6em;
}

/* Table Styles */
.table th {
	background: rgba(255,255,255,0.05);
	border-bottom: 2px solid var(--theme-color, #007bff);
	font-weight: 600;
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 0.5px;
}

.table td {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	vertical-align: middle;
}

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

.text-muted {
	color: #6c757d !important;
}

.fa-inbox {
	color: #6c757d;
}

/* Alertable Message Styles for Multi-line Text */
.alertable-message {
	white-space: normal !important;
	word-wrap: break-word !important;
	line-height: 1.4 !important;
	max-width: 500px !important;
	text-align: center !important;
	padding: 20px !important;
	font-size: 14px !important;
}

.alertable-message p {
	margin: 0 !important;
	padding: 0 !important;
}

/* Make the alertable popup wider and elegant with Pulse colors */
.alertable {
	max-width: 600px !important;
	width: 90% !important;
	border-radius: 15px !important;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5) !important;
	border: none !important;
	overflow: hidden !important;
	background: var(--light-dark-color) !important;
}

.alertable .alertable-content {
	padding: 30px !important;
	min-height: auto !important;
	background: var(--light-gray-color) !important;
	border-radius: 15px !important;
	position: relative !important;
	color: var(--body-color) !important;
}

.alertable .alertable-content::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: var(--bs-gradient-5) !important;
}

.alertable .alertable-buttons {
	padding: 20px 30px !important;
	background: var(--light-gray-color) !important;
	border-top: 1px solid var(--default-color) !important;
	border-radius: 0 0 15px 15px !important;
}

.alertable .alertable-button {
	background: transparent !important;
	border: none !important;
	border-radius: 8px !important;
	padding: 18px 38px !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	letter-spacing: 0.5px !important;
	transition: all 0.4s ease !important;
	position: relative !important;
	overflow: hidden !important;
	z-index: 1 !important;
	cursor: pointer !important;
	font-family: var(--theme-font) !important;
	font-size: 14px !important;
	color: var(--white-color) !important;
}

.alertable .alertable-button:before {
	content: '';
	z-index: -1;
	position: absolute;
	left: 5.5px;
	right: 5.5px;
	top: 0;
	bottom: 0;
	transform: skewX(10deg);
	background-image: var(--bs-gradient-5) !important;
}

.alertable .alertable-button:after {
	content: '';
	position: absolute;
	top: -5%;
	left: -30%;
	width: 20px;
	height: 110%;
	opacity: 0.7;
	visibility: visible;
	background-color: var(--white-color) !important;
	transition: all ease 0.6s;
	transform: skewX(10deg);
}

.alertable .alertable-button:hover {
	transform: translateY(-2px) !important;
	color: var(--white-color) !important;
}

.alertable .alertable-button:hover:after {
	left: 120%;
	opacity: 0.3;
}

.alertable .alertable-button:active {
	transform: translateY(0) !important;
}

/* Elegant animations and effects */
.alertable {
	animation: popupSlideIn 0.3s ease-out !important;
}

@keyframes popupSlideIn {
	0% {
		opacity: 0;
		transform: scale(0.8) translateY(-20px);
	}
	100% {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
}

/* Success message styling */
.alertable-message {
	position: relative;
	padding-left: 40px !important;
}

.alertable-message::before {
	content: '🎉';
	position: absolute;
	left: 0;
	top: 0;
	font-size: 24px;
	animation: bounce 2s infinite;
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-10px);
	}
	60% {
		transform: translateY(-5px);
	}
}

/* Dark overlay enhancement with Pulse colors */
.alertable-overlay {
	background: rgba(0, 0, 0, 0.8) !important;
	backdrop-filter: blur(5px) !important;
}

/* Success message styling with Pulse colors */
.alertable-message {
	color: var(--body-color) !important;
	font-family: var(--theme-font) !important;
}

/* Container styling to match Top Players */
.vs-sidebox {
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}

.sidebox-title {
	padding: 15px 20px;							
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.vs-sidebox .row {
	padding: 20px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.table-responsive {
		font-size: 0.9em;
	}
	
	.btn-sm {
		font-size: 0.8em;
		padding: 0.25rem 0.5rem;
	}
	
	.badge {
		font-size: 0.7em;
	}
	
	.alertable-message {
		max-width: 350px !important;
		font-size: 13px !important;
	}
	
	.alertable {
		max-width: 400px !important;
		width: 95% !important;
		border-radius: 12px !important;
	}
	
	.alertable .alertable-content {
		padding: 25px !important;
		border-radius: 12px !important;
	}
	
	.alertable .alertable-buttons {
		padding: 15px 25px !important;
		border-radius: 0 0 12px 12px !important;
	}
	
	.alertable .alertable-button {
		padding: 16px 30px !important;
		font-size: 13px !important;
	}
}

/* ========================================
   MYSTERY BOX WHEEL PAGE STYLES
   ======================================== */

/* ========================================
   PULSE STYLE SPIN QUANTITY BUTTONS
   ======================================== */

/* Contenedor de botones de cantidad con estilo Pulse */
.spin-quantity-container {
	background: linear-gradient(145deg, #1a1a2e 0%, #16213e 50%, #0f1419 100%);
	border-radius: 20px;
	padding: 20px;
	box-shadow: 
		0 8px 32px rgba(0, 0, 0, 0.4),
		0 0 0 1px rgba(102, 126, 234, 0.1),
		inset 0 1px 0 rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(20px);
	position: relative;
	overflow: visible;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	flex: 1;
	min-width: 360px;
	max-width: 360px;
	margin-bottom: 20px;
	z-index: 100;
}

.spin-quantity-container::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, 
		transparent 0%, 
		#667eea 25%, 
		#764ba2 50%, 
		#667eea 75%, 
		transparent 100%);
	animation: pulseBorder 3s ease-in-out infinite;
	pointer-events: none;
	z-index: -1;
}

.spin-quantity-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	margin-bottom: 15px;
}

.spin-quantity-title-section {
	display: flex;
	flex-direction: column;
	gap: 2px;
	flex: 1;
}

.spin-quantity-header-right {
	display: flex;
	align-items: center;
	gap: 8px;
}

.spin-quantity-selected {
	color: #667eea;
	font-size: 20px;
	font-weight: 900;
	text-shadow: 
		0 0 15px rgba(102, 126, 234, 0.6),
		0 2px 4px rgba(0, 0, 0, 0.8);
	line-height: 1;
	margin-left: -20px;
	display: inline-block;
	min-width: 40px;
	text-align: center;
}

.spin-quantity-icon-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.spin-quantity-icon-glow {
	position: absolute;
	width: 40px;
	height: 40px;
	background: radial-gradient(circle, rgba(102, 126, 234, 0.3) 0%, transparent 70%);
	border-radius: 50%;
	animation: keyGlow 2s ease-in-out infinite alternate;
}

.spin-quantity-icon {
	font-size: 24px;
	position: relative;
	z-index: 2;
	transition: all 0.3s ease;
}

.spin-quantity-main-title {
	color: #667eea;
	font-size: 18px;
	font-weight: 700;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
	text-transform: uppercase;
}

.spin-quantity-subtitle {
	color: rgba(255, 255, 255, 0.7);
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.spin-quantity-content {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.spin-quantity-label {
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
	text-align: center;
}

.spin-quantity-buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	flex-wrap: nowrap;
	position: relative;
	z-index: 1000;
}

/* Botones de cantidad mejorados */
.spin-qty-btn {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	border: 2px solid transparent;
	color: #ffffff;
	padding: 10px 16px;
	border-radius: 10px;
	font-weight: 700;
	font-size: 13px;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	overflow: hidden;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
	z-index: 1000;
	pointer-events: auto;
	flex: 1;
	min-width: 0;
}

.spin-qty-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
	transition: left 0.5s;
	pointer-events: none;
	z-index: -1;
}

.spin-qty-btn:hover {
	transform: translateY(-3px) scale(1.05);
	box-shadow: 0 8px 25px rgba(102, 126, 234, 0.5);
	border-color: rgba(255, 255, 255, 0.3);
}

.spin-qty-btn:hover::before {
	left: 100%;
}

.spin-qty-btn.active {
	background: linear-gradient(135deg, #ffd700 0%, #ff6b35 100%);
	border-color: #ffd700;
	transform: scale(1.1);
	box-shadow: 
		0 0 30px rgba(255, 215, 0, 0.6),
		0 8px 25px rgba(255, 107, 53, 0.4);
	animation: activePulse 2s ease-in-out infinite;
}

@keyframes activePulse {
	0%, 100% { 
		box-shadow: 
			0 0 30px rgba(255, 215, 0, 0.6),
			0 8px 25px rgba(255, 107, 53, 0.4);
	}
	50% { 
		box-shadow: 
			0 0 40px rgba(255, 215, 0, 0.8),
			0 8px 30px rgba(255, 107, 53, 0.6);
	}
}

.spin-qty-btn:active {
	transform: translateY(-1px) scale(1.02);
}

/* Botones deshabilitados */
.spin-qty-btn.pity-disabled {
	background: linear-gradient(135deg, #666666 0%, #999999 100%);
	color: #ccc;
	cursor: not-allowed;
	opacity: 0.6;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.spin-qty-btn.pity-disabled:hover {
	transform: none;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
	border-color: transparent;
}

.spin-qty-btn.pity-disabled::before {
	display: none;
}

/* Colores específicos para cada botón */
.spin-qty-btn[data-quantity="1"] {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.spin-qty-btn[data-quantity="2"] {
	background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.spin-qty-btn[data-quantity="5"] {
	background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.spin-qty-btn[data-quantity="10"] {
	background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}

.spin-qty-btn[data-quantity="15"] {
	background: linear-gradient(135deg, #ff9a56 0%, #ffad56 100%);
}

/* ========================================
   RESPONSIVE STYLES FOR PULSE COMPONENTS
   ======================================== */

@media (max-width: 768px) {
	/* Mystery Keys Panel Responsive */
	.mystery-keys-panel {
		padding: 20px;
		margin-bottom: 15px;
	}
	
	.keys-panel-header {
		gap: 12px;
		margin-bottom: 15px;
	}
	
	.keys-icon-glow {
		width: 40px;
		height: 40px;
	}
	
	.mystery-key-image {
		width: 32px;
		height: 32px;
	}
	
	.keys-main-title {
		font-size: 16px;
	}
	
	.keys-subtitle {
		font-size: 11px;
	}
	
	.keys-panel-content {
		flex-direction: column;
		gap: 15px;
		margin-bottom: 15px;
	}
	
	.keys-header-right {
		display: none;
	}
	
	.keys-balance-section {
		display: block;
	}
	
	.keys-balance-section,
	.keys-cost-section {
		padding: 15px;
	}
	
	.keys-cost-section {
		flex-direction: column;
		text-align: center;
		gap: 8px;
	}
	
	.cost-label {
		margin-bottom: 8px;
	}
	
	.balance-number {
		font-size: 28px;
	}
	
	.cost-number {
		font-size: 20px;
	}
	
	/* Spin Quantity Buttons Responsive */
	.spin-quantity-container {
		padding: 20px;
		margin-bottom: 15px;
	}
	
	.spin-quantity-label {
		font-size: 14px;
		margin-bottom: 12px;
	}
	
	.spin-quantity-buttons {
		gap: 8px;
	}
	
	.spin-qty-btn {
		padding: 10px 16px;
		font-size: 13px;
	}
	
	/* Pity Progress Panel Responsive */
	.pity-progress-panel {
		padding: 20px;
		margin-bottom: 15px;
	}
	
	.pity-progress-header {
		gap: 12px;
		margin-bottom: 15px;
	}
	
	.pity-icon-glow {
		width: 40px;
		height: 40px;
	}
	
	.pity-icon {
		width: 32px;
		height: 32px;
	}
	
	.pity-main-title {
		font-size: 16px;
	}
	
	.pity-subtitle {
		font-size: 11px;
	}
	
	.pity-counter-section,
	.pity-progress-bar-container {
		padding: 15px;
	}
	
	.pity-counter {
		font-size: 24px;
	}
	
	.pity-progress-bar {
		height: 10px;
	}
	
	.pity-status {
		font-size: 12px;
	}
}

@media (max-width: 480px) {
	/* Mobile optimizations */
	.mystery-keys-panel,
	.spin-quantity-container,
	.pity-progress-panel {
		padding: 15px;
		border-radius: 15px;
	}
	
	.keys-panel-header,
	.pity-progress-header {
		flex-direction: column;
		text-align: center;
		gap: 10px;
	}
	
	.keys-icon-glow,
	.pity-icon-glow {
		width: 36px;
		height: 36px;
	}
	
	.mystery-key-image,
	.pity-icon {
		width: 28px;
		height: 28px;
	}
	
	.keys-main-title,
	.pity-main-title {
		font-size: 14px;
	}
	
	.keys-subtitle,
	.pity-subtitle {
		font-size: 10px;
	}
	
	.balance-number {
		font-size: 24px;
	}
	
	.cost-number {
		font-size: 18px;
	}
	
	.pity-counter {
		font-size: 20px;
	}
	
	.spin-quantity-buttons {
		gap: 6px;
	}
	
	.spin-qty-btn {
		padding: 8px 12px;
		font-size: 12px;
	}
}

/* Estilos para el carrusel de logs */
.logs-carousel-container {
	max-width: 90%;
	width: 1200px;
	margin: -15px 15px;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 15px;
	padding: 15px;
	border: 1px solid rgba(10, 10, 13, 1);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.logs-carousel-header {
	text-align: left;
	margin-bottom: 15px;
}

.logs-carousel-header h4 {
	color:rgb(255, 255, 255);
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.logs-carousel {
	overflow: hidden;
	position: relative;
	height: 130px;
}

.logs-carousel-track {
	display: flex;
	animation: scrollLogs 30s linear infinite;
	gap: 3px;
}

.log-item {
	width: 122px;
	height: 130px;
	border-radius: 10px;
	padding: 8px;
	color: white;
	font-size: 10px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
	transition: transform 0.3s ease;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

/* Overlay para mejorar legibilidad del texto */
.log-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 10px;
	z-index: 1;
}

.log-item > * {
	position: relative;
	z-index: 2;
}

/* Estilos específicos para cada rareza */
.log-ac {
	background-image: url('../images/wheel_of_fortune/moldes/log/box-molde-log-ac.png');
}

.log-ar {
	background-image: url('../images/wheel_of_fortune/moldes/log/box-molde-log-ar.png');
}

.log-ae {
	background-image: url('../images/wheel_of_fortune/moldes/log/box-molde-log-ae.png');
}

.log-al {
	background-image: url('../images/wheel_of_fortune/moldes/log/box-molde-log-al.png');
}

.log-am {
	background-image: url('../images/wheel_of_fortune/moldes/log/box-molde-log-am.png');
}

/* Estilos para las imágenes de los objetos */
.log-reward-image {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1;
	margin-bottom: 4px;
}

.reward-item-image {
	max-width: 50px;
	max-height: 50px;
	width: auto;
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

.reward-placeholder {
	font-size: 9px;
	text-align: center;
	color: rgba(255, 255, 255, 0.8);
	font-weight: bold;
}

.log-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(255, 215, 0, 0.3);
}

.log-account {
	font-weight: bold;
	color: #FFD700;
	font-size: 14px;
	margin-bottom: 4px;
}

.log-reward {
	color: #FFA500;
	font-weight: 600;
	margin-bottom: 4px;
}

.log-date {
	color:rgba(255, 255, 255, 0.7);
	font-weight: 500;
	margin-bottom: 2px;
	font-size: 12px;
}

.log-time {
	color: rgba(255, 255, 255, 0.7);
	font-size: 11px;
}

@keyframes scrollLogs {
	0% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(-50%);
	}
}

/* Pausar animación al hover */
.logs-carousel:hover .logs-carousel-track {
	animation-play-state: paused;
}

/* Estilos para el selector visual de pity */
.pity-selector-container {
	position: relative;
	z-index: 100;
	margin: 30px 0;
}

.pity-selector-label {
	position: relative;
	z-index: 100;
}

.pity-rewards-grid {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
	max-width: 800px;
	margin: 0 auto;
	padding: 10px;
	position: relative;
	z-index: 1000;
}

.pity-reward-item {
	width: 120px;
	height: 140px;
	border-radius: 12px;
	padding: 10px;
	color: white;
	font-size: 11px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
	transition: all 0.3s ease;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
	border: 3px solid transparent;
	z-index: 1000;
	pointer-events: auto;
}

/* Overlay para mejorar legibilidad del texto */
.pity-reward-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 9px;
	z-index: -1;
	pointer-events: none;
}

.pity-reward-item > * {
	position: relative;
	z-index: 2;
}

/* Estilos específicos para cada rareza del selector pity */
.pity-ac {
	background-image: url('../images/wheel_of_fortune/moldes/log/box-molde-log-ac.png');
}

.pity-ar {
	background-image: url('../images/wheel_of_fortune/moldes/log/box-molde-log-ar.png');
}

.pity-ae {
	background-image: url('../images/wheel_of_fortune/moldes/log/box-molde-log-ae.png');
}

.pity-al {
	background-image: url('../images/wheel_of_fortune/moldes/log/box-molde-log-al.png');
}

.pity-am {
	background-image: url('../images/wheel_of_fortune/moldes/log/box-molde-log-am.png');
}

/* Estilos para las imágenes de los objetos del selector pity */
.pity-reward-image {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1;
	margin-bottom: 8px;
	transition: all 0.3s ease;
}

/* Animación de la imagen en hover */
.pity-reward-item:hover .pity-reward-image {
	animation: pityImageCheck 0.6s ease-in-out;
}

@keyframes pityImageCheck {
	0% {
		transform: scale(1) rotate(0deg);
	}
	25% {
		transform: scale(1.1) rotate(-3deg);
	}
	50% {
		transform: scale(1.05) rotate(3deg);
	}
	75% {
		transform: scale(1.08) rotate(-1deg);
	}
	100% {
		transform: scale(1) rotate(0deg);
	}
}

.pity-item-image {
	max-width: 60px;
	max-height: 60px;
	width: auto;
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.6));
}

.pity-reward-placeholder {
	font-size: 10px;
	text-align: center;
	color: rgba(255, 255, 255, 0.9);
	font-weight: bold;
	padding: 5px;
}

.pity-reward-name {
	font-weight: bold;
	color: #FFD700;
	font-size: 11px;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
	line-height: 1.2;
}

/* Estados de hover y selección */
.pity-reward-item:hover {
	transform: translateY(-5px) scale(1.05);
	box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4);
	border-color: rgba(255, 215, 0, 0.6);
	animation: pityCheckAnimation 0.6s ease-in-out;
}

/* Animación de check para premios pity */
@keyframes pityCheckAnimation {
	0% {
		transform: translateY(-5px) scale(1.05) rotate(0deg);
	}
	25% {
		transform: translateY(-8px) scale(1.08) rotate(-2deg);
	}
	50% {
		transform: translateY(-6px) scale(1.06) rotate(2deg);
	}
	75% {
		transform: translateY(-7px) scale(1.07) rotate(-1deg);
	}
	100% {
		transform: translateY(-5px) scale(1.05) rotate(0deg);
	}
}

.pity-reward-item.selected {
	border-color: #FFD700;
	box-shadow: 0 0 30px rgba(255, 215, 0, 0.8);
	transform: scale(1.1);
}

.pity-reward-item.selected::before {
	background: rgba(255, 215, 0, 0.2);
}

/* Animación de pulso para el item seleccionado */
.pity-reward-item.selected {
	animation: pityPulse 2s infinite;
}

@keyframes pityPulse {
	0% {
		box-shadow: 0 0 30px rgba(255, 215, 0, 0.8);
	}
	50% {
		box-shadow: 0 0 40px rgba(255, 215, 0, 1);
	}
	100% {
		box-shadow: 0 0 30px rgba(255, 215, 0, 0.8);
	}
}

/* Estado deshabilitado durante el giro de ruleta - solo para items NO seleccionados */
.pity-reward-item.spinning-disabled:not(.selected) {
	filter: grayscale(100%) brightness(0.6);
	opacity: 0.5;
	cursor: not-allowed !important;
	pointer-events: none !important;
	transform: none !important;
	animation: none !important;
	box-shadow: none !important;
	z-index: 1;
}

.pity-reward-item.spinning-disabled:not(.selected):hover {
	transform: none !important;
	box-shadow: none !important;
}

.pity-reward-item.spinning-disabled:not(.selected)::before {
	background: rgba(0, 0, 0, 0.3) !important;
}

.pity-reward-item.spinning-disabled:not(.selected) .pity-item-image {
	filter: grayscale(100%) brightness(0.7);
}

.pity-reward-item.spinning-disabled:not(.selected) .pity-reward-name {
	color: #666 !important;
}

/* El item seleccionado mantiene su apariencia normal durante el giro */
.pity-reward-item.spinning-disabled.selected {
	cursor: not-allowed !important;
	pointer-events: none !important;
	/* Mantiene colores, animación y efectos visuales normales */
}

/* Responsive */
@media (max-width: 1250px) {
	.logs-carousel-container {
		max-width: 95%;
		width: auto;
		margin: 15px auto;
	}
	
	.pity-rewards-grid {
		max-width: 95%;
		gap: 12px;
	}
}

@media (max-width: 768px) {
	.logs-carousel-container {
		max-width: 95%;
		width: auto;
		margin: 15px auto;
		padding: 10px;
	}
	
	.logs-carousel {
		height: 110px;
	}
	
	.log-item {
		width: 100px;
		height: 110px;
		padding: 6px;
		font-size: 9px;
	}
	
	.reward-item-image {
		max-width: 40px;
		max-height: 40px;
	}
	
	.reward-placeholder {
		font-size: 8px;
	}
	
	/* Estilos responsivos para el selector visual de pity */
	.pity-rewards-grid {
		gap: 8px;
		padding: 5px;
	}
	
	.pity-reward-item {
		width: 100px;
		height: 120px;
		padding: 8px;
		font-size: 10px;
	}
	
	.pity-item-image {
		max-width: 45px;
		max-height: 45px;
	}
	
	.pity-reward-name {
		font-size: 10px;
	}
	
	.pity-reward-placeholder {
		font-size: 9px;
		padding: 3px;
	}
}

/* ========================================
   PULSE STYLE MYSTERY KEYS PANEL
   ======================================== */

/* Estilos para la sección de Mystery Keys */
.action-section {
	text-align: center;
	margin: 30px auto;
	max-width: 1200px;
}

/* Contenedor principal para las 3 secciones */
.info-container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
	flex-wrap: wrap;
	margin-bottom: 20px;
	position: relative;
	z-index: 10;
}

/* Ajustes para pantallas más pequeñas */
@media (max-width: 1200px) {
	.info-container {
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}
}

@media (max-width: 768px) {
	.info-container {
		gap: 10px;
	}
}

/* Panel principal de Mystery Keys con estilo Pulse */
.mystery-keys-panel {
	background: linear-gradient(145deg, #1a1a2e 0%, #16213e 50%, #0f1419 100%);
	border-radius: 20px;
	padding: 20px;
	box-shadow: 
		0 8px 32px rgba(0, 0, 0, 0.4),
		0 0 0 1px rgba(255, 215, 0, 0.1),
		inset 0 1px 0 rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(20px);
	position: relative;
	overflow: hidden;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	flex: 1.3;
	min-width: 360px;
	max-width: 360px;
}

.mystery-keys-panel::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, 
		transparent 0%, 
		#ffd700 25%, 
		#ff6b35 50%, 
		#feca57 75%, 
		transparent 100%);
	animation: pulseBorder 3s ease-in-out infinite;
}

@keyframes pulseBorder {
	0%, 100% { opacity: 0.6; }
	50% { opacity: 1; }
}

/* Efecto hover removido para la sección de cantidad de keys */

/* Header del panel */
.keys-panel-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	margin-bottom: 15px;
}

.keys-icon-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.keys-icon-glow {
	position: absolute;
	width: 50px;
	height: 50px;
	background: radial-gradient(circle, rgba(255, 215, 0, 0.3) 0%, transparent 70%);
	border-radius: 50%;
	animation: iconPulse 2s ease-in-out infinite;
}

@keyframes iconPulse {
	0%, 100% { 
		transform: scale(1);
		opacity: 0.6;
	}
	50% { 
		transform: scale(1.2);
		opacity: 1;
	}
}

.mystery-key-image {
	width: 32px;
	height: 32px;
	object-fit: contain;
	filter: drop-shadow(0 4px 12px rgba(255, 215, 0, 0.6));
	position: relative;
	z-index: 2;
	transition: all 0.3s ease;
}

/* Efecto hover de la imagen de key removido */

.keys-title-section {
	display: flex;
	flex-direction: column;
	gap: 2px;
	flex: 1;
}

.keys-header-right {
	display: flex;
	align-items: center;
	gap: 8px;
}

.keys-balance-inline {
	color: #ffd700;
	font-size: 24px;
	font-weight: 900;
	text-shadow: 
		0 0 20px rgba(255, 215, 0, 0.6),
		0 2px 4px rgba(0, 0, 0, 0.8);
	line-height: 1;
	margin-left: -80px;
}

.keys-main-title {
	color: #ffd700;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
	margin-left: -135px;
}

.keys-subtitle {
	color: rgba(255, 255, 255, 0.7);
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-left: -148px;
}

/* Contenido principal del panel */
.keys-panel-content {
	display: flex;
	flex-direction: row;
	gap: 15px;
	margin-bottom: 15px;
	align-items: center;
	justify-content: flex-start;
}

.keys-balance-section {
	display: none; /* Se oculta porque se movió al header */
}

.keys-balance-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(255, 215, 0, 0.05) 0%, transparent 50%);
	pointer-events: none;
}

.balance-label {
	color: rgba(255, 255, 255, 0.8);
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 8px;
}

.balance-number {
	color: #ffd700;
	font-size: 32px;
	font-weight: 900;
	text-shadow: 
		0 0 20px rgba(255, 215, 0, 0.6),
		0 2px 4px rgba(0, 0, 0, 0.8);
	line-height: 1;
	animation: numberGlow 2s ease-in-out infinite alternate;
}

@keyframes numberGlow {
	0% { 
		text-shadow: 
			0 0 20px rgba(255, 215, 0, 0.6),
			0 2px 4px rgba(0, 0, 0, 0.8);
	}
	100% { 
		text-shadow: 
			0 0 30px rgba(255, 215, 0, 0.8),
			0 0 40px rgba(255, 107, 53, 0.4),
			0 2px 4px rgba(0, 0, 0, 0.8);
	}
}

.keys-cost-section {
	text-align: left;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 15px;
	padding: 10px 20px;
	border: 1px solid rgba(255, 215, 0, 0.2);
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 200px;
}

.keys-cost-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(254, 202, 87, 0.05) 0%, transparent 50%);
	pointer-events: none;
}

.cost-label {
	color: rgba(255, 255, 255, 0.7);
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 0;
}

.cost-amount {
	display: flex;
	align-items: baseline;
	gap: 4px;
	min-width: 60px;
	justify-content: flex-start;
}

.cost-number {
	color: #feca57;
	font-size: 24px;
	font-weight: 700;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
	display: inline-block;
	min-width: 30px;
	text-align: center;
	margin-left: 10px;
}

.cost-unit {
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
	font-weight: 500;
	/*text-transform: uppercase;*/
	margin-left: -5px;
}

/* Footer del panel */
.keys-panel-footer {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
}

.status-indicator {
	width: 8px;
	height: 8px;
	background: #4ade80;
	border-radius: 50%;
	box-shadow: 
		0 0 10px rgba(74, 222, 128, 0.6),
		0 0 20px rgba(74, 222, 128, 0.3);
	animation: statusPulse 2s ease-in-out infinite;
}

.status-indicator.status-ready {
	background: #4ade80;
	box-shadow: 
		0 0 10px rgba(74, 222, 128, 0.6),
		0 0 20px rgba(74, 222, 128, 0.3);
	animation: statusPulse 2s ease-in-out infinite;
}

.status-indicator.status-insufficient {
	background: #ef4444;
	box-shadow: 
		0 0 10px rgba(239, 68, 68, 0.6),
		0 0 20px rgba(239, 68, 68, 0.3);
	animation: statusPulseRed 2s ease-in-out infinite;
}

@keyframes statusPulse {
	0%, 100% { 
		opacity: 1;
		transform: scale(1);
	}
	50% { 
		opacity: 0.7;
		transform: scale(1.2);
	}
}

@keyframes statusPulseRed {
	0%, 100% { 
		opacity: 1;
		transform: scale(1);
	}
	50% { 
		opacity: 0.7;
		transform: scale(1.2);
	}
}

.status-text {
	color: #4ade80;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.status-text.status-ready {
	color: #4ade80;
}

.status-text.status-insufficient {
	color: #ef4444;
}

/* Estilos legacy para compatibilidad */
.mystery-keys-display {
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, rgba(255, 215, 0, 0.15), rgba(255, 165, 0, 0.1));
	border: 2px solid rgba(255, 215, 0, 0.4);
	border-radius: 15px;
	padding: 10px 10px;
	margin-bottom: 15px;
	box-shadow: 0 6px 20px rgba(255, 215, 0, 0.2);
	backdrop-filter: blur(10px);
	transition: all 0.3s ease;
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
}

.mystery-keys-display:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 35px rgba(255, 215, 0, 0.3);
	border-color: rgba(255, 215, 0, 0.6);
}

.keys-icon {
	margin-right: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mystery-key-image {
	width: 32px;
	height: 32px;
	object-fit: contain;
	filter: drop-shadow(0 4px 8px rgba(255, 215, 0, 0.4));
	animation: keyGlow 2s ease-in-out infinite alternate;
	transition: all 0.3s ease;
}

@keyframes keyGlow {
	0% {
		filter: drop-shadow(0 4px 8px rgba(255, 215, 0, 0.4));
		transform: scale(1);
	}
	100% {
		filter: drop-shadow(0 6px 12px rgba(255, 215, 0, 0.6));
		transform: scale(1.05);
	}
}

.keys-info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.keys-label {
	color: rgba(255, 255, 255, 0.9);
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 5px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.keys-count {
	color: #FFD700;
	font-size: 25px;
	font-weight: bold;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
	filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.5));
}

.action-button {
	transition: all 0.3s ease;
	border-radius: 12px !important;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.action-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

/* ========================================
   PULSE STYLE PITY PROGRESS PANEL
   ======================================== */

/* Panel de progreso del pity system */
.pity-progress-panel {
	background: linear-gradient(145deg, #1a1a2e 0%, #16213e 50%, #0f1419 100%);
	border-radius: 20px;
	padding: 20px;
	box-shadow: 
		0 8px 32px rgba(0, 0, 0, 0.4),
		0 0 0 1px rgba(255, 107, 53, 0.1),
		inset 0 1px 0 rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(20px);
	position: relative;
	overflow: hidden;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	flex: 1;
	min-width: 360px;
	max-width: 360px;
}

.pity-progress-panel::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, 
		transparent 0%, 
		#ff6b35 25%, 
		#feca57 50%, 
		#ff6b35 75%, 
		transparent 100%);
	animation: pulseBorder 3s ease-in-out infinite;
}

.pity-progress-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	margin-bottom: 15px;
}

.pity-icon-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pity-icon-glow {
	position: absolute;
	width: 50px;
	height: 50px;
	background: radial-gradient(circle, rgba(255, 107, 53, 0.3) 0%, transparent 70%);
	border-radius: 50%;
	animation: iconPulse 2s ease-in-out infinite;
}

.pity-icon {
	width: 40px;
	height: 40px;
	object-fit: contain;
	filter: drop-shadow(0 4px 12px rgba(255, 107, 53, 0.6));
	position: relative;
	z-index: 2;
	transition: all 0.3s ease;
}

.pity-progress-panel:hover .pity-icon {
	transform: scale(1.1) rotate(5deg);
	filter: drop-shadow(0 6px 16px rgba(255, 107, 53, 0.8));
}

.pity-title-section {
	display: flex;
	flex-direction: column;
	gap: 2px;
	flex: 1;
}

.pity-header-right {
	display: flex;
	align-items: center;
	gap: 8px;
}

.pity-counter-inline {
	color: #ff6b35;
	font-size: 20px;
	font-weight: 900;
	text-shadow: 
		0 0 15px rgba(255, 107, 53, 0.6),
		0 2px 4px rgba(0, 0, 0, 0.8);
	line-height: 1;
	margin-left: -20px;
}

.pity-main-title {
	color: #ff6b35;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
	position: relative;
	right: 24px;
}

.pity-subtitle {
	color: rgba(255, 255, 255, 0.7);
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	position: relative;
	right: 25px;
}

.pity-progress-content {
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.pity-counter-section {
	display: none; /* Se oculta porque se movió al header */
}

.pity-counter-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(255, 107, 53, 0.05) 0%, transparent 50%);
	pointer-events: none;
}

.pity-counter-label {
	color: rgba(255, 255, 255, 0.8);
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 8px;
}

.pity-counter {
	color: #ff6b35;
	font-size: 28px;
	font-weight: 900;
	text-shadow: 
		0 0 20px rgba(255, 107, 53, 0.6),
		0 2px 4px rgba(0, 0, 0, 0.8);
	line-height: 1;
	animation: numberGlow 2s ease-in-out infinite alternate;
}

.pity-progress-bar-container {
	background: rgba(0, 0, 0, 0.3);
	border-radius: 15px;
	padding: 20px;
	border: 1px solid rgba(255, 107, 53, 0.2);
	position: relative;
	overflow: hidden;
}

.pity-progress-bar-container::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(254, 202, 87, 0.05) 0%, transparent 50%);
	pointer-events: none;
}

.pity-progress-bar {
	background: rgba(255, 255, 255, 0.1);
	height: 12px;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
}

.pity-progress-fill {
	background: linear-gradient(90deg, #ff6b6b, #feca57);
	height: 100%;
	border-radius: 6px;
	transition: width 0.5s ease;
	position: relative;
	overflow: hidden;
}

.pity-progress-fill::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
	animation: progressShine 2s ease-in-out infinite;
}

@keyframes progressShine {
	0% { left: -100%; }
	100% { left: 100%; }
}

.pity-status-section {
	display: flex;
	align-items: center;
	gap: 8px;
	justify-content: flex-start;
}

.pity-status-indicator {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	animation: statusPulse 2s ease-in-out infinite;
}

.pity-status-indicator.pity-ready {
	background: #ff6b35;
	box-shadow: 
		0 0 10px rgba(255, 107, 53, 0.6),
		0 0 20px rgba(255, 107, 53, 0.3);
}

.pity-status-indicator.pity-progress {
	background: #f59e0b;
	box-shadow: 
		0 0 10px rgba(245, 158, 11, 0.6),
		0 0 20px rgba(245, 158, 11, 0.3);
}

.pity-status-text {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.pity-status-text.pity-ready {
	color: #ff6b35;
}

.pity-status-text.pity-progress {
	color: #f59e0b;
}

.pity-status {
	color: #feca57;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}

.pity-status.ready {
	color: #4ade80;
	animation: statusReady 2s ease-in-out infinite;
}

@keyframes statusReady {
	0%, 100% { 
		text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
	}
	50% { 
		text-shadow: 
			0 2px 4px rgba(0, 0, 0, 0.8),
			0 0 20px rgba(74, 222, 128, 0.6);
	}
}

/* Estilos para el contenedor de información horizontal */
.info-container {
	margin-bottom: 20px;
}

/* Responsive para la nueva disposición horizontal */
@media (max-width: 768px) {
	.info-container {
		flex-direction: column !important;
		align-items: center !important;
		gap: 15px !important;
	}
	
	.mystery-keys-display {
		flex-direction: column;
		padding: 10px 15px;
		margin-bottom: 0;
		max-width: 240px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.pity-progress-display {
		margin-top: 0 !important;
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.keys-icon {
		margin-right: 0;
		margin-bottom: 8px;
	}
	
	.mystery-key-image {
		width: 24px;
		height: 24px;
	}
	
	.keys-info {
		align-items: center;
	}
	
	.keys-count {
		font-size: 24px;
	}
	
	.buttons-container {
		flex-direction: column;
		gap: 15px !important;
	}
	
	.action-button {
		width: 100% !important;
		max-width: 280px;
	}
}

@media (max-width: 480px) {
	.action-section {
		margin: 15px auto;
		padding: 0 10px;
	}
	
	.mystery-keys-display {
		padding: 8px 12px;
		max-width: 200px;
		margin-bottom: 10px;
	}
	
	.mystery-key-image {
		width: 20px;
		height: 20px;
	}
	
	.keys-label {
		font-size: 14px;
	}
	
	.keys-count {
		font-size: 20px;
	}
}

/* Desactivar efecto hover en lootboxes */
.vs-btn:hover:after {
	display: none !important;
}
.lootbox-case-item.vs-btn:hover:after {
	display: none !important;
}
#rewards-container .vs-btn:hover:after {
	display: none !important;
}

/* Estilos específicos para nombres en la ruleta */
.lootbox-case-item.itemRoulette .name p {
	font-size: 10px !important;
	line-height: 1.2 !important;
	margin: 0 !important;
	padding: 2px !important;
}

/* Estilos para botones lado a lado */
.buttons-container {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-top: -90px;
	flex-wrap: wrap;
}

.buttons-container .vs-btn {
	min-width: 200px;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.buttons-container .vs-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/* Responsive design para botones */
@media (max-width: 768px) {
	.buttons-container {
		flex-direction: column;
		gap: 15px;
		margin-top: -60px;
	}
	
	.buttons-container .vs-btn {
		min-width: 180px;
	}
	
	.buttons-container .vs-btn span {
		font-size: 18px !important;
	}
}

/* Modal Styles */
.rewards-modal {
	display: none;
	position: fixed;
	z-index: 999999999 !important;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	backdrop-filter: blur(5px);
	align-items: center;
	justify-content: center;
	animation: fadeIn 0.3s ease-in-out;
}

/* Específico para el ID del modal */
#rewardsModal {
	z-index: 999999999 !important;
}

@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

#rewardsModal .modal-content {
	background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
	border-radius: 20px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
	border: 2px solid #2d3748;
	max-width: 1200px !important;
	width: 95% !important;
	position: relative;
	animation: slideIn 0.3s ease-out;
	z-index: 999999999 !important;
}

@keyframes slideIn {
	from { 
		transform: translateY(-50px);
		opacity: 0;
	}
	to { 
		transform: translateY(0);
		opacity: 1;
	}
}

#rewardsModal .modal-header {
	padding: 25px 40px;
	border-bottom: 2px solid #2d3748;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: linear-gradient(90deg, #2d3748 0%, #4a5568 100%);
	border-radius: 18px 18px 0 0;
}

.modal-header h2 {
	margin: 0;
	color: #ffffff;
	font-size: 28px;
	font-weight: bold;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.close-modal {
	color: #ffffff;
	font-size: 36px;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.3s ease;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
}

.close-modal:hover {
	background: rgba(255, 255, 255, 0.2);
	transform: scale(1.1);
	color: #ff6b6b;
}

#rewardsModal .modal-body {
	padding: 30px 40px;
	max-height: 70vh;
	overflow-y: auto;
	overflow-x: hidden;
}

/* Gacha-style rewards list - Grid layout with rarity backgrounds */
#rewardsModal .gacha-rewards-list {
	display: grid !important;
	grid-template-columns: repeat(6, 1fr) !important;
	gap: 15px;
	max-width: 100%;
	margin: 0;
	padding: 20px;
}

#rewardsModal .gacha-reward-item {
	position: relative;
	width: 160px;
	min-height: 200px;
	border-radius: 15px;
	overflow: hidden;
	transition: all 0.3s ease;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 12px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
	margin: 0 auto;
}

.gacha-reward-item:hover {
	transform: translateY(-5px) scale(1.05);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.reward-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.reward-background img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.reward-icon {
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 8px;
	z-index: 2;
	position: relative;
}

.reward-icon .image img {
	max-width: 80px;
	max-height: 80px;
	object-fit: contain;
	filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4));
}

.reward-info {
	position: relative;
	z-index: 2;
	text-align: center;
	width: 100%;
	margin-top: auto;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 8px;
	padding: 8px 5px;
	backdrop-filter: blur(5px);
}

.reward-name {
	font-size: 12px;
	font-weight: 600;
	color: #ffffff;
	margin: 0 0 3px 0;
	line-height: 1.2;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
	overflow: visible;
	white-space: normal;
	word-wrap: break-word;
}

.reward-probability {
	font-size: 12px;
	color: #ffd700;
	font-weight: 500;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

.reward-probability {
	font-size: 12px;
	color: #ffd700 !important;
	font-weight: bold;
	margin-top: 3px;
	padding: 5px 10px;
	background: rgba(255, 215, 0, 0.1);
	border-radius: 4px 15px;
	border: 1px solid rgba(255, 215, 0, 0.3);
	display: inline-block;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.reward-rarity {
	position: absolute;
	top: 0;
	right: 0;
	width: 8px;
	height: 100%;
	opacity: 0.8;
}

/* Rarity colors */
.reward-rarity.common {
	background: linear-gradient(180deg, #718096 0%, #4a5568 100%);
}

.reward-rarity.uncommon {
	background: linear-gradient(180deg, #38a169 0%, #2f855a 100%);
}

.reward-rarity.rare {
	background: linear-gradient(180deg, #3182ce 0%, #2c5282 100%);
}

.reward-rarity.epic {
	background: linear-gradient(180deg, #805ad5 0%, #553c9a 100%);
}

.reward-rarity.legendary {
	background: linear-gradient(180deg, #d69e2e 0%, #b7791f 100%);
}

.reward-rarity.mythic {
	background: linear-gradient(180deg, #e53e3e 0%, #c53030 100%);
}

/* Animation for new items */
@keyframes slideInRight {
	from {
		opacity: 0;
		transform: translateX(30px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.gacha-reward-item {
	animation: slideInRight 0.3s ease forwards;
}

/* Responsive design */
@media (max-width: 1400px) {
	#rewardsModal .gacha-rewards-list {
		grid-template-columns: repeat(5, 1fr);
	}
}

@media (max-width: 1200px) {
	#rewardsModal .modal-content {
		max-width: 1000px;
	}
	
	#rewardsModal .gacha-rewards-list {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width: 900px) {
	#rewardsModal .modal-content {
		max-width: 800px;
	}
	
	#rewardsModal .modal-header {
		padding: 20px 30px;
	}
	
	#rewardsModal .modal-header h2 {
		font-size: 24px;
	}
	
	#rewardsModal .close-modal {
		font-size: 32px;
		width: 40px;
		height: 40px;
	}
	
	#rewardsModal .modal-body {
		padding: 20px 30px;
	}
	
	#rewardsModal .gacha-rewards-list {
		grid-template-columns: repeat(3, 1fr);
		gap: 12px;
		padding: 15px;
	}
	
	#rewardsModal .gacha-reward-item {
		width: 140px;
		height: 180px;
		padding: 10px;
	}
	
	#rewardsModal .reward-icon {
		width: 70px;
		height: 70px;
	}
	
	#rewardsModal .reward-icon .image img {
		max-width: 60px;
		max-height: 60px;
	}
}

@media (max-width: 768px) {
	#rewardsModal .modal-content {
		max-width: 95%;
		width: 95%;
	}
	
	#rewardsModal .modal-header {
		padding: 15px 20px;
	}
	
	#rewardsModal .modal-header h2 {
		font-size: 20px;
	}
	
	#rewardsModal .close-modal {
		font-size: 28px;
		width: 35px;
		height: 35px;
	}
	
	#rewardsModal .modal-body {
		padding: 15px 20px;
		max-height: 60vh;
	}
	
	#rewardsModal .gacha-rewards-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
		padding: 10px;
	}
	
	#rewardsModal .gacha-reward-item {
		width: 120px;
		min-height: 160px;
		padding: 8px;
	}
	
	#rewardsModal .reward-icon {
		width: 60px;
		height: 60px;
	}
	
	#rewardsModal .reward-icon .image img {
		max-width: 50px;
		max-height: 50px;
	}
	
	#rewardsModal .reward-name {
		font-size: 11px;
	}
	
	#rewardsModal .reward-probability {
		font-size: 9px;
		padding: 2px 6px;
	}
}

/* Separadores de rareza */
.rarity-separator {
	display: flex;
	align-items: center;
	margin: 25px 0 15px 0;
	width: 100%;
	grid-column: 1 / -1; /* Ocupar todo el ancho del grid */
}

.rarity-line {
	flex: 1;
	height: 2px;
	background: linear-gradient(90deg, transparent, #b05749, transparent);
	border-radius: 1px;
}

.rarity-title {
	margin: 0 20px;
	font-size: 18px;
	font-weight: bold;
	color: #feca57;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-shadow: 0 0 10px rgba(254, 202, 87, 0.5);
	white-space: nowrap;
	background: linear-gradient(45deg, #feca57, #ff9ff3, #48dbfb);
	background-size: 200% 200%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	animation: rarityGlow 3s ease-in-out infinite alternate;
}

@keyframes rarityGlow {
	0% {
		background-position: 0% 50%;
		text-shadow: 0 0 10px rgba(254, 202, 87, 0.5);
	}
	50% {
		background-position: 100% 50%;
		text-shadow: 0 0 15px rgba(255, 159, 243, 0.7);
	}
	100% {
		background-position: 0% 50%;
		text-shadow: 0 0 10px rgba(72, 219, 251, 0.5);
	}
}

/* Responsive para separadores */
@media (max-width: 768px) {
	.rarity-title {
		font-size: 14px;
		margin: 0 15px;
		letter-spacing: 1px;
	}
	
	.rarity-separator {
		margin: 20px 0 10px 0;
	}
	
	/* Barra de scroll más delgada en móviles */
	#rewardsModal .modal-body::-webkit-scrollbar {
		width: 8px;
	}
}

/* Estilos personalizados para la barra de scroll */
#rewardsModal .modal-body::-webkit-scrollbar {
	width: 12px;
}

#rewardsModal .modal-body::-webkit-scrollbar-track {
	background: rgba(45, 55, 72, 0.3);
	border-radius: 6px;
	margin: 10px 0;
}

#rewardsModal .modal-body::-webkit-scrollbar-thumb {
	background: linear-gradient(180deg, #feca57, #ff9ff3);
	border-radius: 6px;
	border: 2px solid rgba(45, 55, 72, 0.3);
	transition: all 0.3s ease;
}

#rewardsModal .modal-body::-webkit-scrollbar-thumb:hover {
	background: linear-gradient(180deg, #ff9ff3, #48dbfb);
	transform: scale(1.1);
}

/* Para Firefox */
#rewardsModal .modal-body {
	scrollbar-width: thin;
	scrollbar-color: #b05749 rgba(45, 55, 72, 0.3);
}

/* Efecto neón animado para la etiqueta PITY */
.pity-badge {
	position: relative;
}

.pity-neon-border {
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	border-radius: 10px;
	background: linear-gradient(45deg, #ff6b35, #feca57, #48dbfb, #ff9ff3, #ff6b35);
	background-size: 400% 400%;
	animation: neonRotate 3s linear infinite;
	z-index: 1;
}

.pity-badge::before {
	content: '';
	position: absolute;
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	background-color: rgba(255, 107, 53, 0.9);
	border-radius: 7px;
	z-index: 1;
}

@keyframes neonRotate {
	0% {
		background-position: 0% 50%;
		box-shadow: 0 0 10px #ff6b35, 0 0 20px #ff6b35, 0 0 30px #ff6b35;
	}
	25% {
		background-position: 100% 50%;
		box-shadow: 0 0 10px #feca57, 0 0 20px #feca57, 0 0 30px #feca57;
	}
	50% {
		background-position: 100% 100%;
		box-shadow: 0 0 10px #48dbfb, 0 0 20px #48dbfb, 0 0 30px #48dbfb;
	}
	75% {
		background-position: 0% 100%;
		box-shadow: 0 0 10px #ff9ff3, 0 0 20px #ff9ff3, 0 0 30px #ff9ff3;
	}
	100% {
		background-position: 0% 50%;
		box-shadow: 0 0 10px #ff6b35, 0 0 20px #ff6b35, 0 0 30px #ff6b35;
	}
}

/* Notification System Styles */
#notifier-box {
	position: fixed;
	top: 10px;
	right: 20px;
	z-index: 99999999 !important;
}

.message-box {
	animation: slideIn 0.5s ease-out forwards;
	transform: translateX(100%);
	opacity: 0;
}

.message-box.removing {
	animation: slideOut 0.5s ease-in forwards;
}

@keyframes slideIn {
	from {
		transform: translateX(100%);
		opacity: 0;
	}
	to {
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes slideOut {
	from {
		transform: translateX(0);
		opacity: 1;
	}
	to {
		transform: translateX(100%);
		opacity: 0;
	}
}

@keyframes numberChange {
	0% {
		color: #ffd700;
		transform: scale(1.2);
		text-shadow: 0 0 10px rgba(255, 215, 0, 0.7);
	}
	100% {
		color: inherit;
		transform: scale(1);
		text-shadow: none;
	}
}

.number-changing {
	animation: numberChange 1s ease-out;
}