@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Chewy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Knewave&family=Luckiest+Guy&display=swap');

@font-face {
	font-family: JellyBean;
	src: url(../fonts/JellyBellyFont-Regular.ttf);
}

* {
	box-sizing: border-box;
}

.games-page {
	background:
		radial-gradient(circle at top left, rgba(14, 165, 233, 0.16), transparent 34%),
		radial-gradient(circle at top right, rgba(245, 158, 11, 0.16), transparent 26%),
		linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
	color: #102033;
}

.games-page header.bg-dark {
	background: linear-gradient(120deg, #0f172a 0%, #163b73 58%, #1d4ed8 100%) !important;
	box-shadow: 0 12px 40px rgba(15, 23, 42, 0.2);
}

.private-site-header {
	padding: 0 0 1rem;
}

.site-header__brand-link {
	align-items: center;
	display: inline-flex;
}

.site-header__brand-text {
	display: inline-flex;
	align-items: center;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: clamp(1.35rem, 2vw, 1.85rem);
	font-weight: 800;
	letter-spacing: 0.01em;
	line-height: 1;
	color: #fff;
}

.private-site-header .site-header__top,
.private-site-header .private-site-header__desktop,
.private-site-header .private-site-header__mobile-menu {
	margin: 0 auto;
	padding-left: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
	padding-right: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
	width: 100%;
}

.private-site-header .site-header__top {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding-bottom: 0.75rem;
	padding-top: 1rem;
}

.private-site-header__desktop {
	align-items: center;
	gap: 1.5rem;
	justify-content: space-between;
	padding-top: 0.25rem;
}

.private-site-header__brand {
	flex: 0 0 auto;
}

.private-site-nav {
	flex: 1 1 auto;
}

.private-site-nav__list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.private-site-nav .nav-link {
	border: 1px solid transparent;
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.86);
	display: inline-flex;
	font-weight: 600;
	padding: 0.5rem 1rem;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.private-site-nav .nav-link:hover,
.private-site-nav .nav-link:focus {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.18);
	color: #ffffff;
}

.private-site-nav .nav-link.active {
	background: rgba(255, 255, 255, 0.14);
	border-color: rgba(255, 255, 255, 0.24);
	color: #ffffff;
}

.private-site-header .site-header__actions {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 0.5rem;
}

.private-site-header__toggler {
	border-color: rgba(255, 255, 255, 0.35);
}

.private-site-header__toggler:focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.18);
}

.private-site-header__toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.private-site-header__mobile-menu {
	padding-bottom: 0.25rem;
}

.private-site-header__mobile-menu .private-site-nav__list {
	align-items: stretch;
	flex-direction: column;
	gap: 0.35rem;
}

.private-site-header__mobile-menu .private-site-nav .nav-link {
	justify-content: center;
	width: 100%;
}

.private-site-header__mobile-user {
	margin-top: 0.85rem;
}

.private-site-header__mobile-auth {
	display: grid;
	gap: 0.65rem;
}

.private-site-header__mobile-user .dropdown,
.private-site-header__mobile-user .dropdown-toggle {
	width: 100%;
}

@media (min-width: 992px) {
	.private-site-header .site-header__top {
		display: none;
	}

	.private-site-header__desktop {
		padding-bottom: 0.2rem;
		padding-top: 1rem;
	}
}

@media (max-width: 767.98px) {
	.site-header__brand-text {
		font-size: 1.2rem;
	}
}

.games-shell {
	padding: 24px 0 72px;
}

.games-hero {
	padding: 22px 0 10px;
}

.games-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.85fr);
	gap: 26px;
	align-items: stretch;
}

.games-hero__content,
.games-hero__panel {
	position: relative;
}

.games-hero__content {
	padding: 40px;
	border-radius: 32px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.94) 0%, rgba(241, 248, 255, 0.96) 100%);
	border: 1px solid rgba(148, 163, 184, 0.18);
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.09);
	overflow: hidden;
}

.games-hero__content::before {
	content: "";
	position: absolute;
	inset: auto -60px -70px auto;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(14, 165, 233, 0.16) 0%, rgba(14, 165, 233, 0) 70%);
}

.games-hero__eyebrow,
.games-section__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(14, 165, 233, 0.1);
	color: #0f5f92;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.games-hero__content h2 {
	max-width: 13ch;
	margin: 20px 0 18px;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: clamp(2.6rem, 5vw, 4.5rem);
	line-height: 0.95;
	font-weight: 800;
	color: #0f172a;
}

.games-word-emphasis {
	color: #163b73;
	font-weight: 800;
}

.games-hero__content p {
	max-width: 58ch;
	margin: 0;
	font-size: 1.06rem;
	line-height: 1.8;
	color: #526174;
}

.games-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 28px;
}

.games-cta-primary,
.games-cta-secondary,
.game-card__button {
	border-radius: 999px;
	font-weight: 700;
	padding: 13px 22px;
	border: none;
	transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.games-cta-primary {
	background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
	color: #fff;
	box-shadow: 0 16px 28px rgba(234, 88, 12, 0.24);
}

.games-cta-primary:hover,
.games-cta-secondary:hover,
.game-card__button:hover {
	transform: translateY(-2px);
}

.games-cta-secondary {
	background: rgba(255, 255, 255, 0.88);
	color: #0f172a;
	border: 1px solid rgba(148, 163, 184, 0.25);
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.games-highlight-card {
	height: 100%;
	padding: 32px;
	border-radius: 32px;
	background:
		linear-gradient(160deg, #0f172a 0%, #112c53 50%, #0f766e 100%);
	color: #f8fafc;
	box-shadow: 0 28px 60px rgba(15, 23, 42, 0.22);
	position: relative;
	overflow: hidden;
}

.games-highlight-card::after {
	content: "";
	position: absolute;
	inset: auto -40px -60px auto;
	width: 180px;
	height: 180px;
	background: radial-gradient(circle, rgba(255,255,255,0.24) 0%, rgba(255,255,255,0) 68%);
	border-radius: 50%;
}

.games-highlight-card__label {
	display: inline-block;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.games-highlight-card h3 {
	margin: 18px 0 14px;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: 2rem;
	line-height: 1.02;
}

.games-highlight-card p {
	margin: 0;
	color: rgba(241, 245, 249, 0.82);
	font-size: 0.98rem;
	line-height: 1.8;
}

.games-highlight-card__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 28px;
}

.games-highlight-card__stats div {
	padding: 16px 14px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(10px);
	text-align: center;
}

.games-highlight-card__stats strong {
	display: block;
	font-size: 1.7rem;
	line-height: 1;
}

.games-highlight-card__stats span {
	display: block;
	margin-top: 8px;
	font-size: 0.84rem;
	color: rgba(241, 245, 249, 0.72);
}

.games-sections {
	display: grid;
	gap: 28px;
	margin-top: 28px;
}

.games-section {
	padding: 28px 28px 30px;
	border-radius: 32px;
	background: rgba(255, 255, 255, 0.76);
	border: 1px solid rgba(226, 232, 240, 0.78);
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
	backdrop-filter: blur(14px);
}

.games-section__head {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 18px;
	margin-bottom: 22px;
}

.games-section__head h3 {
	margin: 14px 0 0;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: clamp(1.8rem, 3.2vw, 2.6rem);
	line-height: 1;
	font-weight: 800;
	color: #0f172a;
}

.games-section__head p {
	max-width: 48ch;
	margin: 0;
	color: #64748b;
	font-size: 0.98rem;
	line-height: 1.75;
}

.game-card {
	position: relative;
	height: 100%;
	padding: 24px;
	border-radius: 28px;
	background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(247,250,255,0.98) 100%);
	border: 1px solid rgba(219, 234, 254, 0.9);
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.game-card::before {
	content: "";
	position: absolute;
	inset: 0 auto auto 0;
	width: 100%;
	height: 5px;
	background: linear-gradient(90deg, var(--game-accent), var(--game-accent-soft));
}

.game-card__glow {
	position: absolute;
	inset: -20% auto auto 62%;
	width: 180px;
	height: 180px;
	background: radial-gradient(circle, var(--game-accent-soft) 0%, rgba(255,255,255,0) 72%);
	border-radius: 50%;
	pointer-events: none;
}

.game-card__top,
.game-card__footer {
	position: relative;
	z-index: 1;
}

.game-card__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

.game-card__tag,
.game-card__meta {
	display: inline-flex;
	align-items: center;
	padding: 7px 12px;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 700;
}

.game-card__tag {
	background: var(--game-accent-soft);
	color: var(--game-accent);
}

.game-card__meta {
	background: rgba(15, 23, 42, 0.06);
	color: #475569;
}

.game-card__icon {
	position: relative;
	z-index: 1;
	width: 76px;
	height: 76px;
	border-radius: 24px;
	display: grid;
	place-items: center;
	background: linear-gradient(160deg, var(--game-accent-soft) 0%, #ffffff 100%);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.7), 0 10px 18px rgba(15, 23, 42, 0.08);
	color: var(--game-accent);
	font-size: 2rem;
}

.game-card__content {
	position: relative;
	z-index: 1;
	flex: 1;
}

.game-card__content h4 {
	margin: 0 0 10px;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: 1.65rem;
	font-weight: 800;
	letter-spacing: 0.01em;
	color: #0f172a;
}

.game-card__content p {
	margin: 0;
	color: #5f6f82;
	line-height: 1.7;
}

.game-card__button {
	background: #0f172a;
	color: #fff;
	box-shadow: 0 14px 26px rgba(15, 23, 42, 0.14);
}

.game-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 24px 46px rgba(15, 23, 42, 0.12);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.game-card:hover .game-card__button {
	background: var(--game-accent);
}

.games-page #gameModal .modal-dialog {
	height: 100dvh;
	margin: 0;
}

.games-page #gameModal .modal-content {
	background: linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
	height: 100%;
	min-height: 0;
	display: flex;
	flex-direction: column;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

.games-page #gameModal .modal-header {
	border: none;
	background: rgba(255, 255, 255, 0.86);
	backdrop-filter: blur(16px);
	position: sticky;
	top: 0;
	z-index: 2;
}

.games-page #gameModal .modal-body {
	padding: 0;
	display: block;
	height: auto;
	min-height: 0;
	flex: 1 1 auto;
	overflow: visible;
}

.games-page #fc_main {
	height: auto;
	min-height: auto;
	display: block;
	overflow: visible;
	padding-bottom: 1rem;
}

.games-page #btn_close {
	border-radius: 999px;
	background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 100%);
	border: none;
	box-shadow: 0 12px 24px rgba(29, 78, 216, 0.18);
}

.games-page footer.bg-dark {
	background: #0f172a !important;
}

.trivia-shell {
	max-width: 920px;
	margin: 0 auto;
	padding: 2rem 0 3rem;
}

.trivia-intro-card,
.trivia-result-card,
.trivia-state-card,
.trivia-board {
	background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
	border: 1px solid rgba(148, 163, 184, 0.22);
	border-radius: 28px;
	box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
	padding: 2rem;
}

.trivia-state-card {
	min-height: 280px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	text-align: center;
}

.trivia-state-card--error h3 {
	margin: 0;
}

.trivia-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.45rem 0.8rem;
	border-radius: 999px;
	background: #ccfbf1;
	color: #115e59;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.trivia-intro-card h2,
.trivia-board__header h2,
.trivia-result-card h2 {
	margin: 1rem 0 0.75rem;
	color: #0f172a;
	font-size: clamp(1.7rem, 3vw, 2.5rem);
	line-height: 1.1;
}

.trivia-intro-card p,
.trivia-result-card p,
.trivia-hint {
	color: #475569;
}

.trivia-meta-grid,
.trivia-result-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 1rem;
	margin: 1.5rem 0;
}

.trivia-meta-grid.trivia-meta-grid--compact {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0.75rem 0 0.9rem;
}

.trivia-meta-grid.trivia-meta-grid--compact div {
	padding: 0.42rem 0.5rem;
	border-radius: 16px;
}

.trivia-meta-grid.trivia-meta-grid--compact span {
	font-size: 0.74rem;
	margin-bottom: 0.08rem;
	line-height: 1;
}

.trivia-meta-grid.trivia-meta-grid--compact strong {
	font-size: 0.9rem;
	line-height: 1.05;
}

.trivia-meta-grid div,
.trivia-result-grid div,
.trivia-score-card {
	padding: 1rem 1.1rem;
	border-radius: 20px;
	background: #eff6ff;
	border: 1px solid rgba(37, 99, 235, 0.12);
}

.trivia-meta-grid span,
.trivia-result-grid span,
.trivia-score-card span {
	display: block;
	color: #64748b;
	font-size: 0.85rem;
	margin-bottom: 0.3rem;
}

.trivia-meta-grid strong,
.trivia-result-grid strong,
.trivia-score-card strong {
	color: #0f172a;
	font-size: 1.15rem;
}

.trivia-meta-grid--intro .form-select {
	min-height: 0;
	padding: 0.34rem 1.9rem 0.34rem 0.5rem;
	border-radius: 12px;
	font-size: 0.92rem;
	line-height: 1.1;
}

.trivia-meta-grid.matefacil2-meta-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.55rem;
	margin: 0.7rem 0 0.8rem;
}

.trivia-meta-grid.matefacil2-meta-grid div {
	padding: 0.42rem 0.5rem;
	border-radius: 14px;
}

.trivia-meta-grid.matefacil2-meta-grid span {
	font-size: 0.72rem;
	margin-bottom: 0.04rem;
	line-height: 1;
}

.trivia-meta-grid.matefacil2-meta-grid strong {
	font-size: 0.92rem;
	line-height: 1.05;
}

.trivia-meta-grid.paises2-meta-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.5rem;
	margin: 0.72rem 0 0.8rem;
}

.trivia-meta-grid.paises2-meta-grid div {
	padding: 0.4rem 0.48rem;
	border-radius: 14px;
}

.trivia-meta-grid.paises2-meta-grid span {
	font-size: 0.7rem;
	margin-bottom: 0.04rem;
	line-height: 1;
}

.trivia-meta-grid.paises2-meta-grid strong {
	font-size: 0.9rem;
	line-height: 1.05;
}

.trivia-board__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
}

.trivia-progress {
	position: relative;
	height: 12px;
	margin: 1.5rem 0;
	border-radius: 999px;
	background: #e2e8f0;
	overflow: hidden;
}

.trivia-progress__bar {
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #14b8a6 0%, #0f766e 100%);
	transition: width 0.2s ease;
}

.trivia-options {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 1rem;
}

.trivia-option {
	display: flex;
	align-items: center;
	gap: 0.9rem;
	width: 100%;
	padding: 1rem 1.1rem;
	border: 1px solid rgba(148, 163, 184, 0.28);
	border-radius: 20px;
	background: #fff;
	color: #0f172a;
	text-align: left;
	transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.trivia-option:hover {
	transform: translateY(-1px);
	border-color: rgba(15, 118, 110, 0.4);
	box-shadow: 0 16px 30px rgba(15, 118, 110, 0.08);
}

.trivia-option.is-selected {
	border-color: #0f766e;
	background: #f0fdfa;
}

.trivia-option.is-correct {
	border-color: #15803d;
	background: #dcfce7;
}

.trivia-option.is-wrong {
	border-color: #dc2626;
	background: #fee2e2;
}

.trivia-option:disabled {
	opacity: 1;
}

.trivia-option__index {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2rem;
	height: 2rem;
	border-radius: 999px;
	background: #e2e8f0;
	color: #0f172a;
	font-weight: 700;
}

.trivia-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 1.5rem;
}

.trivia-hint {
	margin: 0;
}

.trivia-review-list {
	display: grid;
	gap: 0.85rem;
	margin: 1.5rem 0;
	max-height: min(42vh, 420px);
	overflow-y: auto;
	padding-right: 0.25rem;
}

.trivia-review-item {
	display: grid;
	gap: 0.25rem;
	padding: 1rem;
	border-radius: 18px;
	background: #f8fafc;
	border: 1px solid rgba(148, 163, 184, 0.22);
	word-break: break-word;
}

.trivia-review-item.is-correct {
	border-color: rgba(34, 197, 94, 0.35);
}

.trivia-review-item.is-wrong {
	border-color: rgba(239, 68, 68, 0.28);
}

@media (max-width: 768px) {
	.games-page #gameModal .modal-body {
		padding: 0;
	}

	.games-page #fc_main.container {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}

	.trivia-board__header,
	.trivia-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.trivia-shell {
		padding: 1rem 0 1.5rem;
	}

	.trivia-intro-card,
	.trivia-result-card,
	.trivia-state-card,
	.trivia-board {
		padding: 1rem;
		border-radius: 20px;
	}

	.trivia-intro-card h2,
	.trivia-board__header h2,
	.trivia-result-card h2 {
		font-size: 1.4rem;
	}

	.trivia-result-grid,
	.trivia-meta-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.75rem;
		margin: 1rem 0;
	}

	.trivia-meta-grid.trivia-meta-grid--compact {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 0.45rem;
		margin: 0.65rem 0 0.85rem;
	}

	.trivia-options {
		grid-template-columns: 1fr;
		gap: 0.75rem;
	}

	.trivia-meta-grid div,
	.trivia-result-grid div,
	.trivia-score-card {
		padding: 0.75rem 0.85rem;
		border-radius: 16px;
	}

	.trivia-meta-grid.trivia-meta-grid--compact div {
		padding: 0.28rem 0.38rem;
		border-radius: 12px;
	}

	.trivia-meta-grid span,
	.trivia-result-grid span,
	.trivia-score-card span {
		font-size: 0.78rem;
	}

	.trivia-meta-grid strong,
	.trivia-result-grid strong,
	.trivia-score-card strong {
		font-size: 1rem;
	}

	.trivia-meta-grid.trivia-meta-grid--compact strong {
		font-size: 0.8rem;
	}

	.trivia-meta-grid.trivia-meta-grid--compact span {
		font-size: 0.62rem;
		margin-bottom: 0.04rem;
	}

	.trivia-meta-grid--intro .form-select {
		padding: 0.26rem 1.55rem 0.26rem 0.4rem;
		border-radius: 10px;
		font-size: 0.84rem;
	}

	.trivia-meta-grid.matefacil2-meta-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.45rem;
		margin: 0.6rem 0 0.72rem;
	}

	.trivia-meta-grid.matefacil2-meta-grid div {
		padding: 0.28rem 0.36rem;
		border-radius: 12px;
	}

	.trivia-meta-grid.matefacil2-meta-grid span {
		font-size: 0.62rem;
		margin-bottom: 0.03rem;
	}

	.trivia-meta-grid.matefacil2-meta-grid strong {
		font-size: 0.8rem;
	}

	.trivia-meta-grid.paises2-meta-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 0.42rem;
		margin: 0.62rem 0 0.72rem;
	}

	.trivia-meta-grid.paises2-meta-grid div {
		padding: 0.28rem 0.34rem;
		border-radius: 12px;
	}

	.trivia-meta-grid.paises2-meta-grid span {
		font-size: 0.6rem;
		margin-bottom: 0.03rem;
	}

	.trivia-meta-grid.paises2-meta-grid strong {
		font-size: 0.78rem;
	}

	.trivia-option {
		padding: 0.8rem 0.9rem;
		border-radius: 16px;
	}

	.trivia-option__index {
		min-width: 1.75rem;
		height: 1.75rem;
		font-size: 0.82rem;
	}

	.trivia-intro-card p,
	.trivia-result-card p,
	.trivia-hint {
		font-size: 0.94rem;
	}

	.trivia-progress {
		margin: 1rem 0;
	}

	.trivia-actions {
		margin-top: 1rem;
		gap: 0.75rem;
	}

	.trivia-review-list {
		max-height: min(34vh, 280px);
		overflow-y: auto;
		margin-bottom: 0.75rem;
	}

	.trivia-review-item {
		padding: 0.75rem;
		border-radius: 16px;
	}

	.trivia-actions .games-cta-primary,
	.trivia-actions .games-cta-secondary,
	.trivia-result-card .games-cta-primary,
	.trivia-result-card .games-cta-secondary,
	.trivia-intro-card .games-cta-primary {
		width: 100%;
	}

	.letras2-shell .trivia-options,
	.matrix2-shell .trivia-options,
	.sonrisas2-shell .trivia-options {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.letras2-shell .trivia-actions,
	.matrix2-shell .trivia-actions,
	.sonrisas2-shell .trivia-actions,
	.paises2-shell .trivia-actions {
		position: sticky;
		bottom: 0;
		padding-top: 0.75rem;
		background: linear-gradient(180deg, rgba(248, 250, 252, 0) 0%, #f8fafc 18%, #f8fafc 100%);
	}

	.letras2-sequence-card,
	.letras2-distractor-card {
		padding: 18px 16px;
		border-radius: 18px;
	}

	.letras2-sequence {
		font-size: clamp(1.45rem, 7vw, 2.2rem);
		letter-spacing: 0.16em;
		padding-left: 0.16em;
	}

	.letras2-distractor-card p {
		font-size: 0.96rem;
		line-height: 1.6;
	}

	.letras2-option {
		font-size: 0.94rem;
		letter-spacing: 0.08em;
		padding: 0.8rem 0.65rem;
		min-height: 72px;
		justify-content: center;
		text-align: center;
	}

		.sonrisas2-board {
			max-width: 212px;
			gap: 8px;
		}

		.sonrisas2-face {
			min-height: 62px;
			border-radius: 16px;
		}

		.sonrisas2-option {
			font-size: 1.2rem;
			min-height: 72px;
		}

		.sonrisas2-shell .trivia-board__header {
			flex-direction: row;
			align-items: flex-start;
			gap: 0.75rem;
		}

		.sonrisas2-shell .trivia-board__header > div:first-child {
			flex: 1 1 auto;
			min-width: 0;
		}

		.sonrisas2-shell .trivia-board__header h2 {
			margin: 0.35rem 0 0;
			font-size: 1.22rem;
			line-height: 1.05;
		}

		.sonrisas2-shell .trivia-board__header .trivia-score-card {
			flex: 0 0 88px;
			min-width: 88px;
			padding: 0.6rem 0.65rem;
		}

		.sonrisas2-shell .trivia-board__header .trivia-score-card span {
			font-size: 0.75rem;
		}

		.sonrisas2-shell .trivia-board__header .trivia-score-card strong {
			font-size: 0.95rem;
		}

		.sonrisas2-target {
			margin: 0.15rem 0 0.7rem;
			padding: 0.6rem 0.8rem;
			border-radius: 16px;
			font-size: 0.92rem;
		}

		.sonrisas2-target i {
			font-size: 1rem;
		}
	}

.letras2-sequence-card {
	padding: 30px 24px;
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(224, 231, 255, 0.72) 0%, rgba(255, 255, 255, 0.98) 100%);
	border: 1px solid rgba(79, 70, 229, 0.18);
	text-align: center;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
}

.letras2-sequence {
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: clamp(2rem, 5vw, 3.25rem);
	font-weight: 800;
	letter-spacing: 0.32em;
	color: #312e81;
	padding-left: 0.32em;
	word-break: break-word;
}

.letras2-sequence--animated {
	opacity: 0.9;
	transform: scale(0.98);
	transition: opacity 0.18s ease, transform 0.18s ease;
}

.letras2-sequence--animated.is-final {
	opacity: 1;
	transform: scale(1);
}

.letras2-distractor-card {
	padding: 26px 24px;
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(241, 245, 249, 0.98) 0%, rgba(226, 232, 240, 0.9) 100%);
	border: 1px solid rgba(148, 163, 184, 0.22);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.72);
}

.letras2-distractor-card strong {
	display: block;
	margin-bottom: 12px;
	color: #0f172a;
	font-size: 0.88rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.letras2-distractor-card p {
	margin: 0;
	color: #334155;
	font-size: 1.05rem;
	line-height: 1.8;
}

.letras2-option {
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: 1.15rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.game-visual-timer {
	position: relative;
	height: 12px;
	margin: 1rem 0 1.25rem;
	border-radius: 999px;
	background: rgba(203, 213, 225, 0.55);
	overflow: hidden;
}

.game-visual-timer__bar {
	height: 100%;
	width: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #22c55e 0%, #16a34a 100%);
	box-shadow: 0 0 18px rgba(34, 197, 94, 0.18);
}

.sonrisas2-board {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	max-width: 420px;
	margin: 0 auto;
}

.sonrisas2-face {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 96px;
	border-radius: 24px;
	border: 1px solid rgba(8, 145, 178, 0.18);
	background: linear-gradient(180deg, rgba(236, 254, 255, 0.96) 0%, rgba(255, 255, 255, 0.98) 100%);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.75);
}

.sonrisas2-face i {
	font-size: clamp(2rem, 4vw, 2.8rem);
	line-height: 1;
}

.sonrisas2-face--happy {
	color: #0891b2;
}

.sonrisas2-face--sad {
	color: #0891b2;
}

.sonrisas2-face--neutral {
	color: #0891b2;
}

.sonrisas2-face--flash {
	animation: sonrisas2Pulse 0.22s ease;
}

.sonrisas2-target {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	margin: 0.4rem 0 1.1rem;
	padding: 0.75rem 1rem;
	border-radius: 18px;
	background: #ecfeff;
	color: #0f172a;
	border: 1px solid rgba(8, 145, 178, 0.16);
	font-weight: 600;
}

.sonrisas2-target i {
	font-size: 1.15rem;
	color: #0891b2;
}

.sonrisas2-option {
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: 1.65rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	justify-content: center;
}

@keyframes sonrisas2Pulse {
	0% {
		transform: scale(0.94);
		opacity: 0.72;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@media (max-width: 768px) {
	.sonrisas2-board {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
		max-width: 220px;
	}

	.sonrisas2-face {
		min-height: 74px;
		border-radius: 18px;
	}

	.sonrisas2-option {
		font-size: 1.45rem;
	}
}

.contact-page {
	background:
		radial-gradient(circle at top left, rgba(14, 165, 233, 0.16), transparent 34%),
		radial-gradient(circle at top right, rgba(245, 158, 11, 0.16), transparent 26%),
		linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
	color: #102033;
}

.contact-page header.bg-dark {
	background: linear-gradient(120deg, #0f172a 0%, #163b73 58%, #1d4ed8 100%) !important;
	box-shadow: 0 12px 40px rgba(15, 23, 42, 0.2);
}

.contact-page .navbar {
	background: rgba(255, 255, 255, 0.78) !important;
	backdrop-filter: blur(18px);
	border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}

.contact-page .navbar-nav .nav-link {
	border-radius: 999px;
	padding: 8px 16px;
	font-weight: 600;
}

.contact-page .navbar-nav .nav-link.active {
	background: rgba(29, 78, 216, 0.12);
	color: #1d4ed8;
}

.contact-shell {
	padding: 24px 0 72px;
}

.contact-hero {
	padding: 22px 0 10px;
}

.contact-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.85fr);
	gap: 26px;
	align-items: stretch;
}

.contact-hero__content,
.contact-hero__panel {
	position: relative;
}

.contact-hero__content {
	padding: 40px;
	border-radius: 32px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.94) 0%, rgba(241, 248, 255, 0.96) 100%);
	border: 1px solid rgba(148, 163, 184, 0.18);
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.09);
	overflow: hidden;
}

.contact-hero__content::before {
	content: "";
	position: absolute;
	inset: auto -60px -70px auto;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(14, 165, 233, 0.16) 0%, rgba(14, 165, 233, 0) 70%);
}

.contact-hero__eyebrow,
.contact-section__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(14, 165, 233, 0.1);
	color: #0f5f92;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.contact-hero__content h2 {
	max-width: 14ch;
	margin: 20px 0 18px;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: clamp(2.6rem, 5vw, 4.2rem);
	line-height: 0.95;
	font-weight: 800;
	color: #0f172a;
}

.contact-hero__content p {
	max-width: 60ch;
	margin: 0;
	font-size: 1.06rem;
	line-height: 1.8;
	color: #526174;
}

.contact-highlight-card {
	height: 100%;
	padding: 32px;
	border-radius: 32px;
	background: linear-gradient(160deg, #0f172a 0%, #112c53 50%, #0f766e 100%);
	color: #f8fafc;
	box-shadow: 0 28px 60px rgba(15, 23, 42, 0.22);
	position: relative;
	overflow: hidden;
}

.contact-highlight-card::after {
	content: "";
	position: absolute;
	inset: auto -40px -60px auto;
	width: 180px;
	height: 180px;
	background: radial-gradient(circle, rgba(255,255,255,0.24) 0%, rgba(255,255,255,0) 68%);
	border-radius: 50%;
}

.contact-highlight-card__label,
.contact-side-card__label {
	display: inline-block;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.contact-highlight-card h3,
.contact-side-card h4 {
	margin: 18px 0 14px;
	font-family: "Barlow Semi Condensed", sans-serif;
	line-height: 1.02;
}

.contact-highlight-card h3 {
	font-size: 2rem;
}

.contact-highlight-card p {
	margin: 0;
	color: rgba(241, 245, 249, 0.82);
	font-size: 0.98rem;
	line-height: 1.8;
}

.contact-highlight-card__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 28px;
}

.contact-highlight-card__stats div {
	padding: 16px 14px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(10px);
	text-align: center;
}

.contact-highlight-card__stats strong {
	display: block;
	font-size: 1.7rem;
	line-height: 1;
}

.contact-highlight-card__stats span {
	display: block;
	margin-top: 8px;
	font-size: 0.84rem;
	color: rgba(241, 245, 249, 0.72);
}

.contact-sections {
	display: grid;
	gap: 28px;
	margin-top: 28px;
}

.contact-section {
	padding: 28px 28px 30px;
	border-radius: 32px;
	background: rgba(255, 255, 255, 0.76);
	border: 1px solid rgba(226, 232, 240, 0.78);
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
	backdrop-filter: blur(14px);
}

.contact-section__head {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 18px;
	margin-bottom: 22px;
}

.contact-section__head h3 {
	margin: 14px 0 0;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: clamp(1.8rem, 3.2vw, 2.6rem);
	line-height: 1;
	font-weight: 800;
	color: #0f172a;
}

.contact-section__head p {
	max-width: 48ch;
	margin: 0;
	color: #64748b;
	font-size: 0.98rem;
	line-height: 1.75;
}

.contact-form-card,
.contact-side-card {
	height: 100%;
	padding: 28px;
	border-radius: 28px;
	background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(247,250,255,0.98) 100%);
	border: 1px solid rgba(219, 234, 254, 0.9);
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.contact-form-card .form-label {
	color: #334155;
	font-weight: 700;
	margin-bottom: 0.55rem;
}

.contact-input {
	border: 1px solid rgba(148, 163, 184, 0.28);
	border-radius: 16px;
	box-shadow: none;
	padding: 0.9rem 1rem;
}

.contact-input:focus {
	border-color: rgba(29, 78, 216, 0.55);
	box-shadow: 0 0 0 0.24rem rgba(29, 78, 216, 0.12);
}

.contact-textarea {
	min-height: 180px;
	resize: vertical;
}

.contact-submit-button {
	border-radius: 999px;
	font-weight: 700;
	padding: 13px 22px;
	border: none;
	background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
	color: #fff;
	box-shadow: 0 16px 28px rgba(234, 88, 12, 0.24);
	transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.contact-submit-button:hover,
.contact-submit-button:focus {
	transform: translateY(-2px);
}

.contact-side-card {
	background: linear-gradient(160deg, rgba(15, 23, 42, 0.98) 0%, rgba(17, 44, 83, 0.98) 50%, rgba(15, 118, 110, 0.96) 100%);
	color: #f8fafc;
}

.contact-side-card h4 {
	font-size: 1.85rem;
	margin-bottom: 1rem;
}

.contact-side-card__list {
	margin: 0;
	padding-left: 1.1rem;
	color: rgba(241, 245, 249, 0.84);
	line-height: 1.85;
}

.contact-page footer.bg-dark {
	background: #0f172a !important;
}

.about-page {
	background:
		radial-gradient(circle at top left, rgba(14, 165, 233, 0.16), transparent 34%),
		radial-gradient(circle at top right, rgba(245, 158, 11, 0.16), transparent 26%),
		linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
	color: #102033;
}

.about-page header.bg-dark {
	background: linear-gradient(120deg, #0f172a 0%, #163b73 58%, #1d4ed8 100%) !important;
	box-shadow: 0 12px 40px rgba(15, 23, 42, 0.2);
}

.about-page .navbar {
	background: rgba(255, 255, 255, 0.78) !important;
	backdrop-filter: blur(18px);
	border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}

.about-page .navbar-nav .nav-link {
	border-radius: 999px;
	padding: 8px 16px;
	font-weight: 600;
}

.about-page .navbar-nav .nav-link.active {
	background: rgba(29, 78, 216, 0.12);
	color: #1d4ed8;
}

.about-shell {
	padding: 24px 0 72px;
}

.about-hero {
	padding: 22px 0 10px;
}

.about-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.85fr);
	gap: 26px;
	align-items: stretch;
}

.about-hero__content,
.about-hero__panel {
	position: relative;
}

.about-hero__content {
	padding: 40px;
	border-radius: 32px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.94) 0%, rgba(241, 248, 255, 0.96) 100%);
	border: 1px solid rgba(148, 163, 184, 0.18);
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.09);
	overflow: hidden;
}

.about-hero__content::before {
	content: "";
	position: absolute;
	inset: auto -60px -70px auto;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(14, 165, 233, 0.16) 0%, rgba(14, 165, 233, 0) 70%);
}

.about-hero__eyebrow,
.about-section__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(14, 165, 233, 0.1);
	color: #0f5f92;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.about-hero__content h2 {
	max-width: 14ch;
	margin: 20px 0 18px;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: clamp(2.6rem, 5vw, 4.2rem);
	line-height: 0.95;
	font-weight: 800;
	color: #0f172a;
}

.about-hero__content p {
	max-width: 60ch;
	margin: 0;
	font-size: 1.06rem;
	line-height: 1.8;
	color: #526174;
}

.about-highlight-card {
	height: 100%;
	padding: 32px;
	border-radius: 32px;
	background: linear-gradient(160deg, #0f172a 0%, #112c53 50%, #0f766e 100%);
	color: #f8fafc;
	box-shadow: 0 28px 60px rgba(15, 23, 42, 0.22);
	position: relative;
	overflow: hidden;
}

.about-highlight-card::after {
	content: "";
	position: absolute;
	inset: auto -40px -60px auto;
	width: 180px;
	height: 180px;
	background: radial-gradient(circle, rgba(255,255,255,0.24) 0%, rgba(255,255,255,0) 68%);
	border-radius: 50%;
}

.about-highlight-card__label,
.about-side-card__label {
	display: inline-block;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.about-highlight-card h3,
.about-side-card h4 {
	margin: 18px 0 14px;
	font-family: "Barlow Semi Condensed", sans-serif;
	line-height: 1.02;
}

.about-highlight-card h3 {
	font-size: 2rem;
}

.about-highlight-card p {
	margin: 0;
	color: rgba(241, 245, 249, 0.82);
	font-size: 0.98rem;
	line-height: 1.8;
}

.about-highlight-card__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 28px;
}

.about-highlight-card__stats div {
	padding: 16px 14px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(10px);
	text-align: center;
}

.about-highlight-card__stats strong {
	display: block;
	font-size: 1.7rem;
	line-height: 1;
}

.about-highlight-card__stats span {
	display: block;
	margin-top: 8px;
	font-size: 0.84rem;
	color: rgba(241, 245, 249, 0.72);
}

.about-sections {
	display: grid;
	gap: 28px;
	margin-top: 28px;
}

.about-section {
	padding: 28px 28px 30px;
	border-radius: 32px;
	background: rgba(255, 255, 255, 0.76);
	border: 1px solid rgba(226, 232, 240, 0.78);
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
	backdrop-filter: blur(14px);
}

.about-section__head {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 18px;
	margin-bottom: 22px;
}

.about-section__head h3 {
	margin: 14px 0 0;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: clamp(1.8rem, 3.2vw, 2.6rem);
	line-height: 1;
	font-weight: 800;
	color: #0f172a;
}

.about-section__head p {
	max-width: 48ch;
	margin: 0;
	color: #64748b;
	font-size: 0.98rem;
	line-height: 1.75;
}

.about-story-card,
.about-side-card {
	height: 100%;
	padding: 28px;
	border-radius: 28px;
	background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(247,250,255,0.98) 100%);
	border: 1px solid rgba(219, 234, 254, 0.9);
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.about-story-card p {
	color: #526174;
	font-size: 1.02rem;
	line-height: 1.85;
	margin: 0 0 1rem;
}

.about-story-card p:last-child {
	margin-bottom: 0;
}

.about-side-card {
	background: linear-gradient(160deg, rgba(15, 23, 42, 0.98) 0%, rgba(17, 44, 83, 0.98) 50%, rgba(15, 118, 110, 0.96) 100%);
	color: #f8fafc;
}

.about-side-card h4 {
	font-size: 1.85rem;
	margin-bottom: 1rem;
}

.about-side-card__list {
	margin: 0;
	padding-left: 1.1rem;
	color: rgba(241, 245, 249, 0.84);
	line-height: 1.85;
}

.about-page footer.bg-dark {
	background: #0f172a !important;
}

.home-page {
	background:
		radial-gradient(circle at top left, rgba(14, 165, 233, 0.16), transparent 34%),
		radial-gradient(circle at top right, rgba(245, 158, 11, 0.16), transparent 26%),
		linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
	color: #102033;
}

.home-page header.bg-dark {
	background: linear-gradient(120deg, #0f172a 0%, #163b73 58%, #1d4ed8 100%) !important;
	box-shadow: 0 12px 40px rgba(15, 23, 42, 0.2);
}

.home-page .navbar {
	background: rgba(255, 255, 255, 0.78) !important;
	backdrop-filter: blur(18px);
	border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}

.home-page .navbar-nav .nav-link {
	border-radius: 999px;
	padding: 8px 16px;
	font-weight: 600;
}

.home-page .navbar-nav .nav-link.active {
	background: rgba(29, 78, 216, 0.12);
	color: #1d4ed8;
}

.home-shell {
	padding: 24px 0 72px;
}

.home-hero {
	padding: 22px 0 10px;
}

.home-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.85fr);
	gap: 26px;
	align-items: stretch;
}

.home-hero__content,
.home-hero__panel {
	position: relative;
}

.home-hero__content {
	padding: 40px;
	border-radius: 32px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.94) 0%, rgba(241, 248, 255, 0.96) 100%);
	border: 1px solid rgba(148, 163, 184, 0.18);
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.09);
	overflow: hidden;
}

.home-hero__content::before {
	content: "";
	position: absolute;
	inset: auto -60px -70px auto;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(14, 165, 233, 0.16) 0%, rgba(14, 165, 233, 0) 70%);
}

.home-hero__eyebrow,
.home-section__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(14, 165, 233, 0.1);
	color: #0f5f92;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.home-hero__content h2 {
	max-width: 14ch;
	margin: 20px 0 18px;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: clamp(2.8rem, 5vw, 4.6rem);
	line-height: 0.95;
	font-weight: 800;
	color: #0f172a;
}

.home-hero__content p {
	max-width: 60ch;
	margin: 0;
	font-size: 1.06rem;
	line-height: 1.8;
	color: #526174;
}

.home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 28px;
}

.home-cta-primary,
.home-cta-secondary {
	border-radius: 999px;
	font-weight: 700;
	padding: 13px 22px;
	border: none;
	transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.home-cta-primary {
	background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
	color: #fff;
	box-shadow: 0 16px 28px rgba(234, 88, 12, 0.24);
}

.home-cta-secondary {
	background: rgba(255, 255, 255, 0.88);
	color: #0f172a;
	border: 1px solid rgba(148, 163, 184, 0.25);
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.home-cta-primary:hover,
.home-cta-secondary:hover {
	transform: translateY(-2px);
}

.home-highlight-card {
	height: 100%;
	padding: 32px;
	border-radius: 32px;
	background: linear-gradient(160deg, #0f172a 0%, #112c53 50%, #0f766e 100%);
	color: #f8fafc;
	box-shadow: 0 28px 60px rgba(15, 23, 42, 0.22);
	position: relative;
	overflow: hidden;
}

.home-highlight-card::after {
	content: "";
	position: absolute;
	inset: auto -40px -60px auto;
	width: 180px;
	height: 180px;
	background: radial-gradient(circle, rgba(255,255,255,0.24) 0%, rgba(255,255,255,0) 68%);
	border-radius: 50%;
}

.home-highlight-card__label {
	display: inline-block;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.home-highlight-card h3 {
	margin: 18px 0 14px;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: 2rem;
	line-height: 1.02;
}

.home-highlight-card p {
	margin: 0;
	color: rgba(241, 245, 249, 0.82);
	font-size: 0.98rem;
	line-height: 1.8;
}

.home-highlight-card__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 28px;
}

.home-highlight-card__stats div {
	padding: 16px 14px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(10px);
	text-align: center;
}

.home-highlight-card__stats strong {
	display: block;
	font-size: 1.7rem;
	line-height: 1;
}

.home-highlight-card__stats span {
	display: block;
	margin-top: 8px;
	font-size: 0.84rem;
	color: rgba(241, 245, 249, 0.72);
}

.home-sections {
	display: grid;
	gap: 28px;
	margin-top: 28px;
}

.home-section {
	padding: 28px 28px 30px;
	border-radius: 32px;
	background: rgba(255, 255, 255, 0.76);
	border: 1px solid rgba(226, 232, 240, 0.78);
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
	backdrop-filter: blur(14px);
}

.home-section__head {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 18px;
	margin-bottom: 22px;
}

.home-section__head h3 {
	margin: 14px 0 0;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: clamp(1.8rem, 3.2vw, 2.6rem);
	line-height: 1;
	font-weight: 800;
	color: #0f172a;
}

.home-section__head p {
	max-width: 48ch;
	margin: 0;
	color: #64748b;
	font-size: 0.98rem;
	line-height: 1.75;
}

.home-card-link {
	color: inherit;
	display: block;
	height: 100%;
	text-decoration: none;
}

.home-card {
	position: relative;
	height: 100%;
	padding: 24px;
	border-radius: 28px;
	background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(247,250,255,0.98) 100%);
	border: 1px solid rgba(219, 234, 254, 0.9);
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	gap: 20px;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-card::before {
	content: "";
	position: absolute;
	inset: 0 auto auto 0;
	width: 100%;
	height: 5px;
	background: linear-gradient(90deg, var(--home-accent), var(--home-accent-soft));
}

.home-card--blue {
	--home-accent: #2563eb;
	--home-accent-soft: #dbeafe;
}

.home-card--green {
	--home-accent: #15803d;
	--home-accent-soft: #dcfce7;
}

.home-card--amber {
	--home-accent: #b45309;
	--home-accent-soft: #fef3c7;
}

.home-card__glow {
	position: absolute;
	inset: -20% auto auto 62%;
	width: 180px;
	height: 180px;
	background: radial-gradient(circle, var(--home-accent-soft) 0%, rgba(255,255,255,0) 72%);
	border-radius: 50%;
	pointer-events: none;
}

.home-card__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	position: relative;
	z-index: 1;
}

.home-card__tag,
.home-card__meta {
	display: inline-flex;
	align-items: center;
	padding: 7px 12px;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 700;
}

.home-card__tag {
	background: var(--home-accent-soft);
	color: var(--home-accent);
}

.home-card__meta {
	background: rgba(15, 23, 42, 0.06);
	color: #475569;
}

.home-card__icon {
	position: relative;
	z-index: 1;
	width: 76px;
	height: 76px;
	border-radius: 24px;
	display: grid;
	place-items: center;
	background: linear-gradient(160deg, var(--home-accent-soft) 0%, #ffffff 100%);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.7), 0 10px 18px rgba(15, 23, 42, 0.08);
	color: var(--home-accent);
	font-size: 2rem;
}

.home-card__content {
	position: relative;
	z-index: 1;
	flex: 1;
}

.home-card__content h4 {
	margin: 0 0 10px;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: 1.65rem;
	font-weight: 800;
	letter-spacing: 0.01em;
	color: #0f172a;
}

.home-card__content p {
	margin: 0;
	color: #5f6f82;
	line-height: 1.7;
}

.home-card__list {
	margin: 0;
	padding-left: 1.1rem;
	color: #5f6f82;
	line-height: 1.7;
}

.home-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 24px 46px rgba(15, 23, 42, 0.12);
}

.home-form-card {
	padding: 28px;
	border-radius: 28px;
	background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(247,250,255,0.98) 100%);
	border: 1px solid rgba(219, 234, 254, 0.9);
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.home-form .form-label {
	color: #334155;
	font-weight: 700;
	margin-bottom: 0.55rem;
}

.home-input {
	border: 1px solid rgba(148, 163, 184, 0.28);
	border-radius: 16px;
	box-shadow: none;
	padding: 0.9rem 1rem;
}

.home-input:focus {
	border-color: rgba(29, 78, 216, 0.55);
	box-shadow: 0 0 0 0.24rem rgba(29, 78, 216, 0.12);
}

.home-form-button {
	border-radius: 999px;
	font-weight: 700;
	padding: 13px 22px;
	border: none;
	background: linear-gradient(135deg, #15803d 0%, #166534 100%);
	color: #fff;
	box-shadow: 0 16px 28px rgba(21, 128, 61, 0.22);
	transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.home-form-button:hover,
.home-form-button:focus {
	transform: translateY(-2px);
}

.home-page footer.bg-dark {
	background: #0f172a !important;
}

.plan-page {
	background:
		radial-gradient(circle at top left, rgba(14, 165, 233, 0.16), transparent 34%),
		radial-gradient(circle at top right, rgba(245, 158, 11, 0.16), transparent 26%),
		linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
	color: #102033;
}

.plan-page header.bg-dark {
	background: linear-gradient(120deg, #0f172a 0%, #163b73 58%, #1d4ed8 100%) !important;
	box-shadow: 0 12px 40px rgba(15, 23, 42, 0.2);
}

.plan-page .navbar {
	background: rgba(255, 255, 255, 0.78) !important;
	backdrop-filter: blur(18px);
	border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}

.plan-page .navbar-nav .nav-link {
	border-radius: 999px;
	padding: 8px 16px;
	font-weight: 600;
}

.plan-page .navbar-nav .nav-link.active {
	background: rgba(29, 78, 216, 0.12);
	color: #1d4ed8;
}

.plan-shell {
	padding: 24px 0 72px;
}

.plan-hero {
	padding: 22px 0 10px;
}

.plan-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.85fr);
	gap: 26px;
	align-items: stretch;
}

.plan-hero__content,
.plan-hero__panel {
	position: relative;
}

.plan-hero__content {
	padding: 40px;
	border-radius: 32px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.94) 0%, rgba(241, 248, 255, 0.96) 100%);
	border: 1px solid rgba(148, 163, 184, 0.18);
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.09);
	overflow: hidden;
}

.plan-hero__content::before {
	content: "";
	position: absolute;
	inset: auto -60px -70px auto;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(14, 165, 233, 0.16) 0%, rgba(14, 165, 233, 0) 70%);
}

.plan-hero__eyebrow,
.plan-section__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(14, 165, 233, 0.1);
	color: #0f5f92;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.plan-hero__content h2 {
	max-width: 14ch;
	margin: 20px 0 18px;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: clamp(2.7rem, 5vw, 4.3rem);
	line-height: 0.95;
	font-weight: 800;
	color: #0f172a;
}

.plan-hero__content p {
	max-width: 60ch;
	margin: 0;
	font-size: 1.06rem;
	line-height: 1.8;
	color: #526174;
}

.plan-highlight-card {
	height: 100%;
	padding: 32px;
	border-radius: 32px;
	background: linear-gradient(160deg, #0f172a 0%, #112c53 50%, #0f766e 100%);
	color: #f8fafc;
	box-shadow: 0 28px 60px rgba(15, 23, 42, 0.22);
	position: relative;
	overflow: hidden;
}

.plan-highlight-card::after {
	content: "";
	position: absolute;
	inset: auto -40px -60px auto;
	width: 180px;
	height: 180px;
	background: radial-gradient(circle, rgba(255,255,255,0.24) 0%, rgba(255,255,255,0) 68%);
	border-radius: 50%;
}

.plan-highlight-card__label,
.plan-side-card__label {
	display: inline-block;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.plan-highlight-card h3,
.plan-side-card h4,
.plan-list__item h4 {
	margin: 18px 0 14px;
	font-family: "Barlow Semi Condensed", sans-serif;
	line-height: 1.02;
}

.plan-highlight-card h3 {
	font-size: 2rem;
}

.plan-highlight-card p {
	margin: 0;
	color: rgba(241, 245, 249, 0.82);
	font-size: 0.98rem;
	line-height: 1.8;
}

.plan-highlight-card__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 28px;
}

.plan-highlight-card__stats div {
	padding: 16px 14px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(10px);
	text-align: center;
}

.plan-highlight-card__stats strong {
	display: block;
	font-size: 1.7rem;
	line-height: 1;
}

.plan-highlight-card__stats span {
	display: block;
	margin-top: 8px;
	font-size: 0.84rem;
	color: rgba(241, 245, 249, 0.72);
}

.plan-sections {
	display: grid;
	gap: 28px;
	margin-top: 28px;
}

.plan-section {
	padding: 28px 28px 30px;
	border-radius: 32px;
	background: rgba(255, 255, 255, 0.76);
	border: 1px solid rgba(226, 232, 240, 0.78);
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
	backdrop-filter: blur(14px);
}

.plan-section__head {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 18px;
	margin-bottom: 22px;
}

.plan-section__head h3 {
	margin: 14px 0 0;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: clamp(1.8rem, 3.2vw, 2.6rem);
	line-height: 1;
	font-weight: 800;
	color: #0f172a;
}

.plan-section__head p {
	max-width: 48ch;
	margin: 0;
	color: #64748b;
	font-size: 0.98rem;
	line-height: 1.75;
}

.plan-list-card,
.plan-side-card {
	height: 100%;
	padding: 28px;
	border-radius: 28px;
	background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(247,250,255,0.98) 100%);
	border: 1px solid rgba(219, 234, 254, 0.9);
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.plan-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 16px;
}

.plan-list__item {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 16px;
	align-items: start;
	padding: 18px 18px 16px;
	border-radius: 20px;
	background: rgba(239, 246, 255, 0.68);
	border: 1px solid rgba(191, 219, 254, 0.7);
}

.plan-list__icon {
	font-size: 1.35rem;
	line-height: 1;
	margin-top: 2px;
}

.plan-list__item h4 {
	font-size: 1.45rem;
	margin: 0 0 8px;
	color: #0f172a;
}

.plan-list__item p {
	margin: 0;
	color: #526174;
	line-height: 1.7;
}

.plan-side-card {
	background: linear-gradient(160deg, rgba(15, 23, 42, 0.98) 0%, rgba(17, 44, 83, 0.98) 50%, rgba(15, 118, 110, 0.96) 100%);
	color: #f8fafc;
}

.plan-side-card h4 {
	font-size: 1.85rem;
	margin-bottom: 1rem;
}

.plan-side-card p {
	color: rgba(241, 245, 249, 0.84);
	line-height: 1.85;
	margin: 0;
}

.plan-page footer.bg-dark {
	background: #0f172a !important;
}

.audience-page {
	background:
		radial-gradient(circle at top left, rgba(14, 165, 233, 0.16), transparent 34%),
		radial-gradient(circle at top right, rgba(245, 158, 11, 0.16), transparent 26%),
		linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
	color: #102033;
}

.audience-page header.bg-dark {
	background: linear-gradient(120deg, #0f172a 0%, #163b73 58%, #1d4ed8 100%) !important;
	box-shadow: 0 12px 40px rgba(15, 23, 42, 0.2);
}

.audience-page .navbar {
	background: rgba(255, 255, 255, 0.78) !important;
	backdrop-filter: blur(18px);
	border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}

.audience-page .navbar-nav .nav-link {
	border-radius: 999px;
	padding: 8px 16px;
	font-weight: 600;
}

.audience-page .navbar-nav .nav-link.active {
	background: rgba(29, 78, 216, 0.12);
	color: #1d4ed8;
}

.audience-shell {
	padding: 24px 0 72px;
}

.audience-hero {
	padding: 22px 0 10px;
}

.audience-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.85fr);
	gap: 26px;
	align-items: stretch;
}

.audience-hero__content,
.audience-hero__panel {
	position: relative;
}

.audience-hero__content {
	padding: 40px;
	border-radius: 32px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.94) 0%, rgba(241, 248, 255, 0.96) 100%);
	border: 1px solid rgba(148, 163, 184, 0.18);
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.09);
	overflow: hidden;
}

.audience-hero__content::before {
	content: "";
	position: absolute;
	inset: auto -60px -70px auto;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(14, 165, 233, 0.16) 0%, rgba(14, 165, 233, 0) 70%);
}

.audience-hero__eyebrow,
.audience-section__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(14, 165, 233, 0.1);
	color: #0f5f92;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.audience-hero__content h2 {
	max-width: 14ch;
	margin: 20px 0 18px;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: clamp(2.7rem, 5vw, 4.3rem);
	line-height: 0.95;
	font-weight: 800;
	color: #0f172a;
}

.audience-hero__content p {
	max-width: 60ch;
	margin: 0;
	font-size: 1.06rem;
	line-height: 1.8;
	color: #526174;
}

.audience-highlight-card {
	height: 100%;
	padding: 32px;
	border-radius: 32px;
	background: linear-gradient(160deg, #0f172a 0%, #112c53 50%, #0f766e 100%);
	color: #f8fafc;
	box-shadow: 0 28px 60px rgba(15, 23, 42, 0.22);
	position: relative;
	overflow: hidden;
}

.audience-highlight-card::after {
	content: "";
	position: absolute;
	inset: auto -40px -60px auto;
	width: 180px;
	height: 180px;
	background: radial-gradient(circle, rgba(255,255,255,0.24) 0%, rgba(255,255,255,0) 68%);
	border-radius: 50%;
}

.audience-highlight-card__label,
.audience-side-card__label {
	display: inline-block;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.audience-highlight-card h3,
.audience-side-card h4,
.audience-list__item h4 {
	margin: 18px 0 14px;
	font-family: "Barlow Semi Condensed", sans-serif;
	line-height: 1.02;
}

.audience-highlight-card h3 {
	font-size: 2rem;
}

.audience-highlight-card p {
	margin: 0;
	color: rgba(241, 245, 249, 0.82);
	font-size: 0.98rem;
	line-height: 1.8;
}

.audience-highlight-card__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 28px;
}

.audience-highlight-card__stats div {
	padding: 16px 14px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(10px);
	text-align: center;
}

.audience-highlight-card__stats strong {
	display: block;
	font-size: 1.7rem;
	line-height: 1;
}

.audience-highlight-card__stats span {
	display: block;
	margin-top: 8px;
	font-size: 0.84rem;
	color: rgba(241, 245, 249, 0.72);
}

.audience-sections {
	display: grid;
	gap: 28px;
	margin-top: 28px;
}

.audience-section {
	padding: 28px 28px 30px;
	border-radius: 32px;
	background: rgba(255, 255, 255, 0.76);
	border: 1px solid rgba(226, 232, 240, 0.78);
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
	backdrop-filter: blur(14px);
}

.audience-section__head {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 18px;
	margin-bottom: 22px;
}

.audience-section__head h3 {
	margin: 14px 0 0;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: clamp(1.8rem, 3.2vw, 2.6rem);
	line-height: 1;
	font-weight: 800;
	color: #0f172a;
}

.audience-section__head p {
	max-width: 48ch;
	margin: 0;
	color: #64748b;
	font-size: 0.98rem;
	line-height: 1.75;
}

.audience-list-card,
.audience-side-card {
	height: 100%;
	padding: 28px;
	border-radius: 28px;
	background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(247,250,255,0.98) 100%);
	border: 1px solid rgba(219, 234, 254, 0.9);
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.audience-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 16px;
}

.audience-list__item {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 16px;
	align-items: start;
	padding: 18px 18px 16px;
	border-radius: 20px;
	background: rgba(239, 246, 255, 0.68);
	border: 1px solid rgba(191, 219, 254, 0.7);
}

.audience-list__icon {
	font-size: 1.35rem;
	line-height: 1;
	margin-top: 2px;
}

.audience-list__item h4 {
	font-size: 1.45rem;
	margin: 0 0 8px;
	color: #0f172a;
}

.audience-list__item p {
	margin: 0;
	color: #526174;
	line-height: 1.7;
}

.audience-side-card {
	background: linear-gradient(160deg, rgba(15, 23, 42, 0.98) 0%, rgba(17, 44, 83, 0.98) 50%, rgba(15, 118, 110, 0.96) 100%);
	color: #f8fafc;
}

.audience-side-card h4 {
	font-size: 1.85rem;
	margin-bottom: 1rem;
}

.audience-side-card p {
	color: rgba(241, 245, 249, 0.84);
	line-height: 1.85;
	margin: 0;
}

.audience-page footer.bg-dark {
	background: #0f172a !important;
}

.login-page {
	background:
		radial-gradient(circle at top left, rgba(14, 165, 233, 0.16), transparent 34%),
		radial-gradient(circle at top right, rgba(245, 158, 11, 0.16), transparent 26%),
		linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
	color: #102033;
}

.login-page header.bg-dark {
	background: linear-gradient(120deg, #0f172a 0%, #163b73 58%, #1d4ed8 100%) !important;
	box-shadow: 0 12px 40px rgba(15, 23, 42, 0.2);
}

.login-page .navbar {
	background: rgba(255, 255, 255, 0.78) !important;
	backdrop-filter: blur(18px);
	border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}

.login-page .navbar-nav .nav-link {
	border-radius: 999px;
	padding: 8px 16px;
	font-weight: 600;
}

.login-shell {
	padding: 32px 0 72px;
}

.login-center {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: calc(100vh - 250px);
}

.login-form-wrap {
	width: 100%;
	max-width: 520px;
}

.login-form-card__eyebrow {
	display: inline-block;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(14, 165, 233, 0.1);
	color: #0f5f92;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.login-form-card__header {
	margin-bottom: 1.5rem;
}

.login-form-card__header h2 {
	margin: 16px 0 10px;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: clamp(2rem, 4vw, 2.8rem);
	line-height: 1;
	font-weight: 800;
	color: #0f172a;
}

.login-form-card__header p {
	margin: 0;
	color: #526174;
	font-size: 1rem;
	line-height: 1.7;
}

.login-form-card {
	padding: 28px;
	border-radius: 28px;
	background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(247,250,255,0.98) 100%);
	border: 1px solid rgba(219, 234, 254, 0.9);
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.login-form-card .form-label {
	color: #334155;
	font-weight: 700;
	margin-bottom: 0.55rem;
}

.login-input {
	border: 1px solid rgba(148, 163, 184, 0.28);
	border-radius: 16px;
	box-shadow: none;
	padding: 0.9rem 1rem;
}

.login-input:focus {
	border-color: rgba(29, 78, 216, 0.55);
	box-shadow: 0 0 0 0.24rem rgba(29, 78, 216, 0.12);
}

.login-check .form-check-label {
	color: #475569;
}

.login-submit-button {
	border-radius: 999px;
	font-weight: 700;
	padding: 13px 22px;
	border: none;
	background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
	color: #fff;
	box-shadow: 0 16px 28px rgba(234, 88, 12, 0.24);
	transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.login-submit-button:hover,
.login-submit-button:focus {
	transform: translateY(-2px);
}

.login-error {
	min-height: 1.4rem;
}

.login-page footer.bg-dark {
	background: #0f172a !important;
}

.store-page {
	background:
		radial-gradient(circle at top left, rgba(14, 165, 233, 0.16), transparent 34%),
		radial-gradient(circle at top right, rgba(245, 158, 11, 0.16), transparent 26%),
		linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
	color: #102033;
}

.store-page header.bg-dark {
	background: linear-gradient(120deg, #0f172a 0%, #163b73 58%, #1d4ed8 100%) !important;
	box-shadow: 0 12px 40px rgba(15, 23, 42, 0.2);
}

.store-shell {
	padding: 24px 0 72px;
}

.store-hero {
	padding: 22px 0 10px;
}

.store-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.85fr);
	gap: 26px;
	align-items: stretch;
}

.store-hero__content,
.store-hero__panel {
	position: relative;
}

.store-hero__content {
	padding: 40px;
	border-radius: 32px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.94) 0%, rgba(241, 248, 255, 0.96) 100%);
	border: 1px solid rgba(148, 163, 184, 0.18);
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.09);
	overflow: hidden;
}

.store-hero__content::before {
	content: "";
	position: absolute;
	inset: auto -60px -70px auto;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(14, 165, 233, 0.16) 0%, rgba(14, 165, 233, 0) 70%);
}

.store-hero__eyebrow,
.store-section__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(14, 165, 233, 0.1);
	color: #0f5f92;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.store-hero__content h2 {
	max-width: 14ch;
	margin: 20px 0 18px;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: clamp(2.7rem, 5vw, 4.3rem);
	line-height: 0.95;
	font-weight: 800;
	color: #0f172a;
}

.store-hero__content p {
	max-width: 60ch;
	margin: 0;
	font-size: 1.06rem;
	line-height: 1.8;
	color: #526174;
}

.store-highlight-card {
	height: 100%;
	padding: 32px;
	border-radius: 32px;
	background: linear-gradient(160deg, #0f172a 0%, #112c53 50%, #0f766e 100%);
	color: #f8fafc;
	box-shadow: 0 28px 60px rgba(15, 23, 42, 0.22);
	position: relative;
	overflow: hidden;
}

.store-highlight-card::after {
	content: "";
	position: absolute;
	inset: auto -40px -60px auto;
	width: 180px;
	height: 180px;
	background: radial-gradient(circle, rgba(255,255,255,0.24) 0%, rgba(255,255,255,0) 68%);
	border-radius: 50%;
}

.store-highlight-card__label {
	display: inline-block;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.store-highlight-card h3 {
	margin: 18px 0 14px;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: 2rem;
	line-height: 1.02;
}

.store-highlight-card p {
	margin: 0;
	color: rgba(241, 245, 249, 0.82);
	font-size: 0.98rem;
	line-height: 1.8;
}

.store-highlight-card__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 28px;
}

.store-highlight-card__stats div {
	padding: 16px 14px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(10px);
	text-align: center;
}

.store-highlight-card__stats strong {
	display: block;
	font-size: 1.7rem;
	line-height: 1;
}

.store-highlight-card__stats span {
	display: block;
	margin-top: 8px;
	font-size: 0.84rem;
	color: rgba(241, 245, 249, 0.72);
}

.store-sections {
	display: grid;
	gap: 28px;
	margin-top: 28px;
}

.store-section {
	padding: 28px 28px 30px;
	border-radius: 32px;
	background: rgba(255, 255, 255, 0.76);
	border: 1px solid rgba(226, 232, 240, 0.78);
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
	backdrop-filter: blur(14px);
}

.store-section__head {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 18px;
	margin-bottom: 22px;
}

.store-section__head h3 {
	margin: 14px 0 0;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: clamp(1.8rem, 3.2vw, 2.6rem);
	line-height: 1;
	font-weight: 800;
	color: #0f172a;
}

.store-section__head p {
	max-width: 48ch;
	margin: 0;
	color: #64748b;
	font-size: 0.98rem;
	line-height: 1.75;
}

.store-product-card {
	position: relative;
	height: 100%;
	padding: 24px;
	border-radius: 28px;
	background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(247,250,255,0.98) 100%);
	border: 1px solid rgba(219, 234, 254, 0.9);
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.store-product-card__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

.store-product-card__tag,
.store-product-card__meta {
	display: inline-flex;
	align-items: center;
	padding: 7px 12px;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 700;
}

.store-product-card__tag {
	background: #dbeafe;
	color: #2563eb;
}

.store-product-card__meta {
	background: rgba(15, 23, 42, 0.06);
	color: #475569;
}

.store-product-card__icon {
	width: 76px;
	height: 76px;
	border-radius: 24px;
	display: grid;
	place-items: center;
	background: linear-gradient(160deg, #dbeafe 0%, #ffffff 100%);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.7), 0 10px 18px rgba(15, 23, 42, 0.08);
	font-size: 2rem;
}

.store-product-card__content h4 {
	margin: 0 0 10px;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: 1.65rem;
	font-weight: 800;
	letter-spacing: 0.01em;
	color: #0f172a;
}

.store-product-card__content p {
	margin: 0;
	color: #5f6f82;
	line-height: 1.7;
}

.store-product-card__controls {
	margin-top: auto;
}

.store-plan-button {
	width: 100%;
	background: rgba(255, 255, 255, 0.88);
	color: #0f172a;
	border: 1px solid rgba(148, 163, 184, 0.25);
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
	padding: 13px 18px;
	border-radius: 16px;
	text-align: left;
	font-weight: 600;
}

.store-plan-button:hover,
.store-plan-button:focus {
	background: rgba(255, 255, 255, 0.98);
	color: #0f172a;
}

.store-subscribe-button,
.store-pay-button {
	border-radius: 999px;
	font-weight: 700;
	padding: 13px 22px;
	border: none;
	background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
	color: #fff;
	box-shadow: 0 16px 28px rgba(234, 88, 12, 0.24);
	transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.store-subscribe-button:hover,
.store-subscribe-button:focus,
.store-pay-button:hover,
.store-pay-button:focus {
	transform: translateY(-2px);
}

.store-payment-modal .modal-content {
	background: linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
	border-radius: 28px;
	overflow: hidden;
}

.store-payment-modal .modal-header {
	border: none;
	background: linear-gradient(120deg, #0f172a 0%, #163b73 58%, #1d4ed8 100%);
}

.store-payment-modal .modal-body {
	background: transparent;
}

.store-payment-modal .form-control,
.store-payment-modal .form-select,
.store-payment-modal .container-mp {
	border: 1px solid rgba(148, 163, 184, 0.28);
	border-radius: 16px;
	box-shadow: none;
	min-height: 48px;
	padding: 0.75rem 1rem;
	background: rgba(255, 255, 255, 0.95);
}

.store-payment-modal .form-control:focus,
.store-payment-modal .form-select:focus {
	border-color: rgba(29, 78, 216, 0.55);
	box-shadow: 0 0 0 0.24rem rgba(29, 78, 216, 0.12);
}

.store-payment-modal .modal-footer {
	border: none;
}

.store-mercadopago-logo {
	max-height: 200px;
}

.store-page footer.bg-dark {
	background: #0f172a !important;
}

.register-page {
	background:
		radial-gradient(circle at top left, rgba(14, 165, 233, 0.16), transparent 34%),
		radial-gradient(circle at top right, rgba(245, 158, 11, 0.16), transparent 26%),
		linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
	color: #102033;
}

.register-page header.bg-dark {
	background: linear-gradient(120deg, #0f172a 0%, #163b73 58%, #1d4ed8 100%) !important;
	box-shadow: 0 12px 40px rgba(15, 23, 42, 0.2);
}

.register-page .navbar {
	background: rgba(255, 255, 255, 0.78) !important;
	backdrop-filter: blur(18px);
	border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}

.register-page .navbar-nav .nav-link {
	border-radius: 999px;
	padding: 8px 16px;
	font-weight: 600;
}

.register-shell {
	padding: 32px 0 72px;
}

.register-center {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: calc(100vh - 250px);
}

.register-form-wrap {
	width: 100%;
	max-width: 560px;
}

.register-form-card__eyebrow {
	display: inline-block;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(14, 165, 233, 0.1);
	color: #0f5f92;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.register-form-card__header {
	margin-bottom: 1.5rem;
}

.register-form-card__header h2 {
	margin: 16px 0 10px;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: clamp(2rem, 4vw, 2.8rem);
	line-height: 1;
	font-weight: 800;
	color: #0f172a;
}

.register-form-card__header p {
	margin: 0;
	color: #526174;
	font-size: 1rem;
	line-height: 1.7;
}

.register-form-card {
	padding: 28px;
	border-radius: 28px;
	background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(247,250,255,0.98) 100%);
	border: 1px solid rgba(219, 234, 254, 0.9);
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.register-form-card .form-label {
	color: #334155;
	font-weight: 700;
	margin-bottom: 0.55rem;
}

.register-input {
	border: 1px solid rgba(148, 163, 184, 0.28);
	border-radius: 16px;
	box-shadow: none;
	padding: 0.9rem 1rem;
}

.register-input:focus {
	border-color: rgba(29, 78, 216, 0.55);
	box-shadow: 0 0 0 0.24rem rgba(29, 78, 216, 0.12);
}

.register-submit-button {
	border-radius: 999px;
	font-weight: 700;
	padding: 13px 22px;
	border: none;
	background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
	color: #fff;
	box-shadow: 0 16px 28px rgba(234, 88, 12, 0.24);
	transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.register-submit-button:hover,
.register-submit-button:focus {
	transform: translateY(-2px);
}

.register-page footer.bg-dark {
	background: #0f172a !important;
}

.profile-page {
	background:
		radial-gradient(circle at top left, rgba(14, 165, 233, 0.16), transparent 34%),
		radial-gradient(circle at top right, rgba(245, 158, 11, 0.16), transparent 26%),
		linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
	color: #102033;
}

.profile-page header.bg-dark {
	background: linear-gradient(120deg, #0f172a 0%, #163b73 58%, #1d4ed8 100%) !important;
	box-shadow: 0 12px 40px rgba(15, 23, 42, 0.2);
}

.profile-shell {
	padding: 32px 0 72px;
}

.profile-center {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: calc(100vh - 250px);
}

.profile-form-wrap {
	width: 100%;
	max-width: 560px;
}

.profile-form-card__eyebrow {
	display: inline-block;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(14, 165, 233, 0.1);
	color: #0f5f92;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.profile-form-card__header {
	margin-bottom: 1.5rem;
}

.profile-form-card__header h2 {
	margin: 16px 0 10px;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: clamp(2rem, 4vw, 2.8rem);
	line-height: 1;
	font-weight: 800;
	color: #0f172a;
}

.profile-form-card__header p {
	margin: 0;
	color: #526174;
	font-size: 1rem;
	line-height: 1.7;
}

.profile-form-card {
	padding: 28px;
	border-radius: 28px;
	background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(247,250,255,0.98) 100%);
	border: 1px solid rgba(219, 234, 254, 0.9);
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.profile-form-card .form-label {
	color: #334155;
	font-weight: 700;
	margin-bottom: 0.55rem;
}

.profile-input {
	border: 1px solid rgba(148, 163, 184, 0.28);
	border-radius: 16px;
	box-shadow: none;
	padding: 0.9rem 1rem;
}

.profile-input:focus {
	border-color: rgba(29, 78, 216, 0.55);
	box-shadow: 0 0 0 0.24rem rgba(29, 78, 216, 0.12);
}

.profile-submit-button {
	border-radius: 999px;
	font-weight: 700;
	padding: 13px 22px;
	border: none;
	background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
	color: #fff;
	box-shadow: 0 16px 28px rgba(234, 88, 12, 0.24);
	transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.profile-submit-button:hover,
.profile-submit-button:focus {
	transform: translateY(-2px);
}

.profile-page footer.bg-dark {
	background: #0f172a !important;
}

@media (max-width: 991.98px) {
	.games-hero__grid {
		grid-template-columns: 1fr;
	}

	.games-section__head {
		flex-direction: column;
		align-items: start;
	}

	.games-section__head p {
		max-width: none;
	}

	.contact-hero__grid {
		grid-template-columns: 1fr;
	}

	.contact-section__head {
		flex-direction: column;
		align-items: start;
	}

	.contact-section__head p {
		max-width: none;
	}

	.about-hero__grid {
		grid-template-columns: 1fr;
	}

	.about-section__head {
		flex-direction: column;
		align-items: start;
	}

	.about-section__head p {
		max-width: none;
	}

	.home-hero__grid {
		grid-template-columns: 1fr;
	}

	.home-section__head {
		flex-direction: column;
		align-items: start;
	}

	.home-section__head p {
		max-width: none;
	}

	.plan-hero__grid {
		grid-template-columns: 1fr;
	}

	.plan-section__head {
		flex-direction: column;
		align-items: start;
	}

	.plan-section__head p {
		max-width: none;
	}

	.audience-hero__grid {
		grid-template-columns: 1fr;
	}

	.audience-section__head {
		flex-direction: column;
		align-items: start;
	}

	.audience-section__head p {
		max-width: none;
	}

	.store-hero__grid {
		grid-template-columns: 1fr;
	}

	.store-section__head {
		flex-direction: column;
		align-items: start;
	}

	.store-section__head p {
		max-width: none;
	}
}

@media (max-width: 767.98px) {
	.private-site-header {
		padding-bottom: 0.85rem;
	}

	.games-shell {
		padding: 14px 0 56px;
	}

	.games-hero__content,
	.games-highlight-card,
	.games-section {
		border-radius: 24px;
		padding: 24px;
	}

	.games-hero__content h2 {
		max-width: none;
		font-size: 2.5rem;
	}

	.games-highlight-card__stats {
		grid-template-columns: 1fr;
	}

	.game-card {
		padding: 20px;
		border-radius: 24px;
	}

	.game-card__content h4 {
		font-size: 1.45rem;
	}

	.games-hero__actions {
		flex-direction: column;
	}

	.games-cta-primary,
	.games-cta-secondary,
	.game-card__button {
		width: 100%;
		justify-content: center;
	}

	.contact-shell {
		padding: 14px 0 56px;
	}

	.contact-hero__content,
	.contact-highlight-card,
	.contact-section,
	.contact-form-card,
	.contact-side-card {
		border-radius: 24px;
		padding: 24px;
	}

	.contact-hero__content h2 {
		max-width: none;
		font-size: 2.5rem;
	}

	.contact-highlight-card__stats {
		grid-template-columns: 1fr;
	}

	.about-shell {
		padding: 14px 0 56px;
	}

	.about-hero__content,
	.about-highlight-card,
	.about-section,
	.about-story-card,
	.about-side-card {
		border-radius: 24px;
		padding: 24px;
	}

	.about-hero__content h2 {
		max-width: none;
		font-size: 2.5rem;
	}

	.about-highlight-card__stats {
		grid-template-columns: 1fr;
	}

	.home-shell {
		padding: 14px 0 56px;
	}

	.home-hero__content,
	.home-highlight-card,
	.home-section,
	.home-card {
		border-radius: 24px;
		padding: 24px;
	}

	.home-hero__content h2 {
		max-width: none;
		font-size: 2.5rem;
	}

	.home-highlight-card__stats {
		grid-template-columns: 1fr;
	}

	.home-hero__actions {
		flex-direction: column;
	}

	.home-cta-primary,
	.home-cta-secondary {
		width: 100%;
		justify-content: center;
	}

	.plan-shell {
		padding: 14px 0 56px;
	}

	.plan-hero__content,
	.plan-highlight-card,
	.plan-section,
	.plan-list-card,
	.plan-side-card {
		border-radius: 24px;
		padding: 24px;
	}

	.plan-hero__content h2 {
		max-width: none;
		font-size: 2.5rem;
	}

	.plan-highlight-card__stats {
		grid-template-columns: 1fr;
	}

	.plan-list__item {
		grid-template-columns: 1fr;
	}

	.audience-shell {
		padding: 14px 0 56px;
	}

	.audience-hero__content,
	.audience-highlight-card,
	.audience-section,
	.audience-list-card,
	.audience-side-card {
		border-radius: 24px;
		padding: 24px;
	}

	.audience-hero__content h2 {
		max-width: none;
		font-size: 2.5rem;
	}

	.audience-highlight-card__stats {
		grid-template-columns: 1fr;
	}

	.audience-list__item {
		grid-template-columns: 1fr;
	}

	.login-shell {
		padding: 14px 0 56px;
	}

	.login-form-card {
		border-radius: 24px;
		padding: 24px;
	}

	.login-center {
		min-height: auto;
	}

	.store-shell {
		padding: 14px 0 56px;
	}

	.store-hero__content,
	.store-highlight-card,
	.store-section,
	.store-product-card,
	.store-payment-modal .modal-content {
		border-radius: 24px;
	}

	.store-hero__content,
	.store-highlight-card,
	.store-section,
	.store-product-card {
		padding: 24px;
	}

	.store-hero__content h2 {
		max-width: none;
		font-size: 2.5rem;
	}

	.store-highlight-card__stats {
		grid-template-columns: 1fr;
	}
}

/* HEADER */
.header_cognos {
	background-color: black;
	height: 50px;
	overflow: hidden;
}

.header_logo {
	float: left;
	color: white;
	padding: 10px 5px;
	font-size: 20px;
	font-weight: bold;
}

.header_menu_container {}

.header_buttons {
	float: right;
	height: 100%;
	margin: 0;
	align-content: center;
}

.header_buttons a {
	text-decoration: none;
	color: rgb(220, 220, 220);
	font-size: 14px;
	font-weight: bold;
	margin: 3px;
}

.header_buttons a:hover {
	color: rgb(245, 245, 245);
	font-size: 16px;
}

/* END HEADER */

/** INDEX ***/
.main-container {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(4, 1fr);
	border: 1px solid #c1c1c1;
	border-radius: 5px;
	width: 100%;
	max-width: 1200px;
	padding: 10px;
	overflow: hidden;
	margin: auto;
}

.main-button {
	border: 1px solid darkgray;
	border-radius: 2%;
	height: 100%;
}

.main-button img {
	width: 90%;
	object-fit: contain;
}

/** END INDEX ***/

.backplate {
	display: none;
	background-color: rgba(60, 60, 60, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 2%;
}

.frame-container {
	background-color: rgb(240, 240, 240);
	position: relative;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.fc-main {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 2%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.signos {
	display: grid;
	width: 100%;
	box-sizing: border-box;
}

.signos-game-shell {
	background-color: rgb(230, 230, 230);
	position: relative;
	width: 100%;
	min-height: min(560px, calc(100vh - 220px));
	padding: 1rem 0 2rem;
	border-radius: 1.25rem;
	overflow: hidden;
}

.progress {
	position: relative;
	background: #ddd;
	height: 30px;
	min-width: 100px;
	max-width: 400px;
	flex-grow: 2;
	border-radius: 20px;
	padding: 0;
	margin: 5px;
	box-sizing: border-box;
}

.progress-done {
	position: absolute;
	top: 0;
	left: 0;
	font-family: sans-serif;
	font-weight: bolder;
	color: #fff;
	height: 100%;
	background: linear-gradient(to left, rgb(6, 166, 11), rgb(100, 253, 100));
	border-radius: 20px;
	display: grid;
	place-items: center;
	width: 0;
	box-shadow: 0 0 3px -5px rgb(253, 2, 140), 0 3px 150px rgb(255, 0, 140);
	transition: width .4s ease;
	margin: 0;
}

.progress-viewer {
	position: absolute;
	top: 0;
	left: 0;
	font-family: sans-serif;
	font-weight: bolder;
	font-size: 18px;
	color: #fff;
	height: 100%;
	text-align: center;
	align-content: center;
	width: 100%;
}

.progress-done-full {
	width: 100%;
	transition: none;
}

/*  NUMBERS */
.numbers p {
	font-size: 3rem;
}

.numbers p span {
	color: red;
}

.btn-numeros {
	min-width: 70px;
	margin: 3px !important;
	font-size: 2rem;
	font-weight: bold;

}


/*  CONGRATS  */
.congrat-container {
	z-index: 999;
	display: none;
	background-color: rgba(230, 230, 230, 0.9);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	box-sizing: border-box;
	overflow: hidden;
}

.congrat {
	position: absolute;
	left: 50%;
	top: 200%;
	z-index: 1000;
	position: absolute;
	border-radius: 50%;
	overflow: hidden;
	animation-timing-function: ease-in-out;
	box-shadow: 0px 0px 12px 0px #888888;
}

.congrat-message {
	position: absolute;
	top: 200%;
	left: 50%;
	display: flex;
	justify-content: center;
	z-index: 1001;
	overflow: hidden;
	font-family: "Luckiest Guy", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 5rem;
	color: white;
	animation-timing-function: ease-in-out;
}

.btn-signos {
	background-color: rgb(255, 255, 255);
	color: #004685;
	font-family: "Luckiest Guy", serif;
	font-size: 2rem;
	font-weight: bold;
	border: 0;
	border-radius: 1rem;
	padding: 1% 5%;
}

.btn-signos:hover {
	font-size: 2.5rem;
}

@keyframes congrat_animation {
	0% {
		background-color: lightgreen;
		left: 50%;
		top: 60%;
		width: 0;
		height: 0
	}

	30% {
		background-color: green;
		left: -50%;
		top: 0px;
		width: 200%;
		height: 200%
	}

	98% {
		background-color: green;
		left: -50%;
		top: 0px;
		width: 200%;
		height: 200%
	}

	100% {
		background-color: green;
		left: -50%;
		top: 2000px;
		width: 200%;
		height: 200%
	}
}

@keyframes fail_animation {
	0% {
		background-color: lightpink;
		left: 50%;
		top: 60%;
		width: 0;
		height: 0
	}

	30% {
		background-color: red;
		left: -50%;
		top: 0px;
		width: 200%;
		height: 200%
	}

	98% {
		background-color: red;
		left: -50%;
		top: 0px;
		width: 200%;
		height: 200%
	}

	100% {
		background-color: red;
		left: -50%;
		top: 2000px;
		width: 200%;
		height: 200%
	}
}

@keyframes congrat_message {
	0% {
		width: 0;
		top: 100%;
		left: 50%;
		font-size: 0
	}

	38% {
		width: 100%;
		top: 50%;
		left: 0;
		font-size: 5rem
	}

	40% {
		width: 100%;
		top: 50%;
		left: 0;
		font-size: 4.5rem
	}

	98% {
		width: 100%;
		top: 50%;
		left: 0;
		font-size: 4.5rem
	}

	100% {
		width: 100%;
		top: 50%;
		left: 0;
		font-size: 4.5rem
	}
}

.signos {
	background-color: rgb(230, 230, 230);
	position: relative;
	width: 100%;
	min-height: 100%;
	align-content: center;
	align-items: center;
	padding: 0 0.75rem;
}

.resumecontainer {
	display: none;
	background-color: rgba(60, 60, 60, 0.6);
	position: absolute;
	inset: 0;
	margin: 0;
	padding: 1rem;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	z-index: 1002;
}


/*  RESUME  */
.resume {
	position: relative;
	margin: 0 auto;
	background-color: green;
	border: solid 1px black;
	border-radius: 10px;
	box-shadow: -1px -1px 15px 4px black;
	width: min(600px, 100%);
	min-height: 350px;
	padding: 20px;
}

.resume h1 {
	font-family: "Luckiest Guy", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 3rem;
	color: white;
}

.resume p {
	margin-top: 30px;
	font-family: "Knewave", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2rem;
	color: white;
}

.resume-footer {
	margin-top: 1.5rem;
	width: 100%;
	display: inline-flex;
	justify-content: center;
}

.memorycolour2-board {
	display: grid;
	gap: 1rem;
	justify-content: center;
}

.memorycolour2-board--sequence {
	grid-template-columns: repeat(auto-fit, minmax(96px, 110px));
	margin-top: 1rem;
}

.memorycolour2-board--play {
	grid-template-columns: repeat(auto-fit, minmax(88px, 108px));
	margin-top: 1rem;
	position: relative;
	background: #fff;
	border: 1px solid rgba(148, 163, 184, 0.2);
	border-radius: 1.6rem;
	padding: 1.25rem;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.memorycolour2-card {
	position: relative;
	appearance: none;
	border: 0;
	border-radius: 1.35rem;
	width: 100px;
	height: 100px;
	padding: 0;
	background: transparent;
	cursor: pointer;
	transform-style: preserve-3d;
	transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.memorycolour2-card__surface {
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background:
		linear-gradient(160deg, rgba(255, 255, 255, 0.36) 0%, rgba(255, 255, 255, 0.06) 38%, rgba(15, 23, 42, 0.18) 100%),
		var(--memorycolour2-color);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.35),
		0 16px 28px -18px var(--memorycolour2-glow);
	transform: rotateX(0deg) rotateY(0deg);
	transition: transform 0.35s ease, box-shadow 0.22s ease, filter 0.22s ease, opacity 0.22s ease;
}

.memorycolour2-card:hover:not(:disabled) {
	transform: translateY(-4px) rotateX(7deg);
}

.memorycolour2-card:hover:not(:disabled) .memorycolour2-card__surface {
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.4),
		0 24px 36px -18px var(--memorycolour2-glow);
}

.memorycolour2-card.is-correct {
	cursor: default;
}

.memorycolour2-card.is-correct .memorycolour2-card__surface {
	transform: rotateY(180deg) scale(0.96);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.18),
		0 10px 20px -16px rgba(15, 23, 42, 0.22);
	filter: saturate(0.28) brightness(0.9);
	opacity: 0.5;
}

.memorycolour2-card--large {
	width: 110px;
	height: 110px;
	cursor: default;
}

.memorycolour2-card.is-wrong {
	animation: memorycolour2-shake 0.36s ease;
}

.memorycolour2-round-feedback {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
	padding: 0.8rem 1.15rem;
	border-radius: 999px;
	font-size: 0.95rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	box-shadow: 0 1rem 2rem rgba(15, 23, 42, 0.18);
	pointer-events: none;
	white-space: nowrap;
}

.memorycolour2-round-feedback.is-success {
	background: rgba(22, 163, 74, 0.94);
	color: #fff;
}

.memorycolour2-round-feedback.is-fail {
	background: rgba(220, 38, 38, 0.94);
	color: #fff;
}

@keyframes memorycolour2-shake {
	0% {
		transform: translateX(0);
	}
	20% {
		transform: translateX(-10px) rotateZ(-2deg);
	}
	40% {
		transform: translateX(9px) rotateZ(2deg);
	}
	60% {
		transform: translateX(-7px) rotateZ(-1deg);
	}
	80% {
		transform: translateX(6px) rotateZ(1deg);
	}
	100% {
		transform: translateX(0);
	}
}

@media (max-width: 767.98px) {
	.memorycolour2-board--sequence,
	.memorycolour2-board--play {
		grid-template-columns: repeat(3, minmax(0, 88px));
		gap: 0.75rem;
	}

	.memorycolour2-board--play {
		padding: 1rem;
	}

	.memorycolour2-card,
	.memorycolour2-card--large {
		width: 88px;
		height: 88px;
	}
}

.gonogo2-story-card {
	margin-top: 1.35rem;
	padding: 1rem 1.15rem;
	border-radius: 1.15rem;
	background: rgba(241, 245, 249, 0.82);
	border: 1px solid rgba(148, 163, 184, 0.24);
}

.trivia-meta-grid.gonogo2-intro-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.7rem;
	margin: 1rem 0 0.85rem;
}

.trivia-meta-grid.gonogo2-intro-grid div {
	padding: 0.6rem 0.7rem;
	border-radius: 18px;
}

.trivia-meta-grid.gonogo2-intro-grid span {
	font-size: 0.76rem;
	margin-bottom: 0.18rem;
}

.trivia-meta-grid.gonogo2-intro-grid .form-select {
	min-height: 0;
	padding: 0.42rem 1.9rem 0.42rem 0.55rem;
	border-radius: 12px;
	font-size: 0.92rem;
	line-height: 1.15;
}

.gonogo2-story-card strong {
	display: block;
	font-size: 0.92rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #475569;
	margin-bottom: 0.45rem;
}

.gonogo2-story-card p {
	margin: 0;
	color: #334155;
}

.gonogo2-rule-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 1.2rem;
}

.gonogo2-rule-card {
	display: grid;
	gap: 0.75rem;
	padding: 1rem;
	border-radius: 1.2rem;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(241, 245, 249, 0.84) 100%);
	border: 1px solid rgba(148, 163, 184, 0.18);
}

.gonogo2-rule-card__pair {
	display: grid;
	grid-template-columns: 52px 1fr;
	align-items: center;
	gap: 0.8rem;
	font-size: 0.96rem;
	font-weight: 700;
	color: #1e293b;
}

.gonogo2-rule-card__pair img {
	width: 52px;
	height: 52px;
	object-fit: contain;
	padding: 0.45rem;
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 10px 20px -18px rgba(15, 23, 42, 0.4);
}

.gonogo2-rule-card__pair--answer {
	color: #0f766e;
}

.gonogo2-shell {
	max-width: 860px;
	padding: 0.75rem 0 0.9rem;
}

.gonogo2-board {
	display: grid;
	gap: 0.5rem;
	padding: 1rem 1rem 0.8rem;
	height: min(690px, calc(100dvh - 150px));
	max-height: calc(100dvh - 150px);
	overflow: hidden;
}

.gonogo2-board .trivia-board__header {
	align-items: center;
}

.gonogo2-board .trivia-board__header h2 {
	margin: 0.2rem 0 0;
	font-size: clamp(1.55rem, 2.2vw, 2.1rem);
}

.gonogo2-board .trivia-score-card {
	padding: 0.75rem 0.9rem;
	min-width: 92px;
}

.gonogo2-board .trivia-progress {
	margin: 0;
	height: 10px;
}

.gonogo2-board .trivia-hint {
	font-size: 0.96rem;
	text-align: center;
}

.gonogo2-scene {
	position: relative;
	min-height: 220px;
	height: clamp(220px, 29vh, 290px);
	border-radius: 1.6rem;
	overflow: hidden;
	background-image:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(15, 23, 42, 0.12) 100%),
		var(--gonogo2-background-image);
	background-size: cover;
	background-position: center center;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.gonogo2-scene__overlay {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at top left, rgba(255, 255, 255, 0.12), transparent 34%),
		radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.08), transparent 26%);
	pointer-events: none;
}

.gonogo2-scene__status {
	position: absolute;
	left: 50%;
	bottom: 1rem;
	transform: translateX(-50%);
	padding: 0.65rem 0.9rem;
	border-radius: 999px;
	background: rgba(15, 23, 42, 0.66);
	color: #fff;
	font-size: 0.86rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-align: center;
	backdrop-filter: blur(10px);
}

.gonogo2-target {
	position: absolute;
	width: 92px;
	height: 92px;
	transform: translate(-50%, -50%);
	padding: 0.65rem;
	border-radius: 1.2rem;
	background: rgba(255, 255, 255, 0.92);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.9),
		0 22px 44px -24px rgba(15, 23, 42, 0.65);
	animation: gonogo2-pop-in 0.22s ease;
}

.gonogo2-target img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.gonogo2-feedback {
	position: absolute;
	top: 1rem;
	right: 1rem;
	z-index: 2;
	padding: 0.62rem 0.9rem;
	border-radius: 999px;
	font-size: 0.84rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	box-shadow: 0 14px 32px -20px rgba(15, 23, 42, 0.65);
}

.gonogo2-feedback--success {
	background: rgba(22, 163, 74, 0.94);
	color: #fff;
}

.gonogo2-feedback--error {
	background: rgba(220, 38, 38, 0.94);
	color: #fff;
}

.gonogo2-feedback--skipped {
	background: rgba(30, 41, 59, 0.9);
	color: #fff;
}

.gonogo2-controls {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.7rem;
	align-items: stretch;
	max-width: 560px;
	margin: 0 auto;
}

.gonogo2-control-button {
	appearance: none;
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 1.1rem;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(241, 245, 249, 0.96) 100%);
	padding: 0.7rem 0.75rem;
	display: grid;
	justify-items: center;
	gap: 0.45rem;
	color: #0f172a;
	font-weight: 800;
	box-shadow: 0 20px 32px -28px rgba(15, 23, 42, 0.45);
	transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.gonogo2-control-button:not(:disabled):hover {
	transform: translateY(-2px);
	box-shadow: 0 22px 38px -24px rgba(15, 23, 42, 0.55);
}

.gonogo2-control-button:disabled {
	opacity: 0.88;
}

.gonogo2-control-button.is-pressed {
	transform: translateY(1px) scale(0.985);
}

.gonogo2-control-button.is-success {
	border-color: rgba(22, 163, 74, 0.42);
	box-shadow: 0 24px 44px -26px rgba(22, 163, 74, 0.4);
}

.gonogo2-control-button.is-error {
	animation: gonogo2-control-shake 0.3s ease;
	border-color: rgba(220, 38, 38, 0.36);
}

.gonogo2-control-button.is-expected {
	box-shadow: inset 0 0 0 2px rgba(15, 118, 110, 0.22);
}

.gonogo2-control-button img {
	width: 54px;
	height: 54px;
	object-fit: contain;
}

.gonogo2-control-button__key {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2rem;
	min-height: 2rem;
	padding: 0 0.45rem;
	border-radius: 0.7rem;
	background: #e2e8f0;
	color: #0f172a;
	font-size: 0.82rem;
	font-weight: 900;
}

.gonogo2-control-button strong {
	font-size: 0.95rem;
	line-height: 1.05;
}

.gonogo2-stats-strip {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.55rem;
	max-width: 560px;
	width: 100%;
	margin: 0 auto;
}

.gonogo2-stats-card {
	display: grid;
	gap: 0.15rem;
	padding: 0.55rem 0.65rem;
	border-radius: 0.95rem;
	background: linear-gradient(180deg, rgba(15, 23, 42, 0.96) 0%, rgba(30, 41, 59, 0.98) 100%);
	color: #fff;
	box-shadow: 0 24px 46px -32px rgba(15, 23, 42, 0.7);
	justify-items: center;
	text-align: center;
}

.gonogo2-stats-card span {
	font-size: 0.72rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgba(226, 232, 240, 0.82);
}

.gonogo2-stats-card strong {
	font-size: 1rem;
	font-weight: 900;
}

@keyframes gonogo2-pop-in {
	0% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(0.72);
	}
	100% {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1);
	}
}

@keyframes gonogo2-control-shake {
	0% {
		transform: translateX(0);
	}
	30% {
		transform: translateX(-8px);
	}
	60% {
		transform: translateX(7px);
	}
	100% {
		transform: translateX(0);
	}
}

@media (max-width: 767.98px) {
	.gonogo2-rule-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.65rem;
	}

	.gonogo2-board {
		padding: 0.85rem 0.85rem 0.7rem;
		height: calc(100dvh - 126px);
		max-height: calc(100dvh - 126px);
		gap: 0.42rem;
	}

	.gonogo2-shell {
		padding: 0.45rem 0 0.6rem;
	}

	.gonogo2-shell .trivia-intro-card {
		padding: 1rem;
	}

	.trivia-meta-grid.gonogo2-intro-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.5rem;
		margin: 0.8rem 0 0.72rem;
	}

	.trivia-meta-grid.gonogo2-intro-grid div {
		padding: 0.4rem 0.45rem;
		border-radius: 14px;
	}

	.trivia-meta-grid.gonogo2-intro-grid span {
		font-size: 0.66rem;
		margin-bottom: 0.12rem;
	}

	.trivia-meta-grid.gonogo2-intro-grid .form-select {
		padding: 0.3rem 1.55rem 0.3rem 0.42rem;
		border-radius: 10px;
		font-size: 0.82rem;
	}

	.gonogo2-story-card {
		margin-top: 0.9rem;
		padding: 0.75rem 0.85rem;
	}

	.gonogo2-story-card strong {
		font-size: 0.78rem;
		margin-bottom: 0.35rem;
	}

	.gonogo2-story-card p {
		font-size: 0.88rem;
		line-height: 1.4;
	}

	.gonogo2-rule-card {
		padding: 0.75rem;
		gap: 0.55rem;
		border-radius: 1rem;
	}

	.gonogo2-rule-card__pair {
		grid-template-columns: 40px 1fr;
		gap: 0.5rem;
		font-size: 0.8rem;
	}

	.gonogo2-rule-card__pair img {
		width: 40px;
		height: 40px;
		padding: 0.3rem;
		border-radius: 0.75rem;
	}

	.gonogo2-board .trivia-board__header h2 {
		font-size: 1.32rem;
	}

	.gonogo2-board .trivia-board__header {
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
		gap: 0.55rem;
	}

	.gonogo2-board .trivia-board__header > div:first-child {
		flex: 1 1 auto;
		min-width: 0;
	}

	.gonogo2-board .trivia-board__header h2 {
		margin: 0.3rem 0 0;
		line-height: 1.06;
	}

	.gonogo2-board .trivia-score-card {
		flex: 0 0 78px;
		min-width: 78px;
		padding: 0.32rem 0.42rem;
		border-radius: 12px;
	}

	.gonogo2-board .trivia-score-card span {
		font-size: 0.62rem;
		margin-bottom: 0.06rem;
	}

	.gonogo2-board .trivia-score-card strong {
		font-size: 0.84rem;
	}

	.gonogo2-controls {
		gap: 0.55rem;
		max-width: 100%;
	}

	.gonogo2-scene {
		min-height: 170px;
		height: clamp(170px, 24vh, 210px);
	}

	.gonogo2-target {
		width: 74px;
		height: 74px;
		padding: 0.55rem;
	}

	.gonogo2-control-button img {
		width: 42px;
		height: 42px;
	}

	.gonogo2-control-button {
		padding: 0.55rem 0.55rem;
		border-radius: 0.95rem;
	}

	.gonogo2-control-button strong {
		font-size: 0.86rem;
	}

	.gonogo2-stats-strip {
		gap: 0.45rem;
	}

	.gonogo2-stats-card {
		padding: 0.28rem 0.34rem;
		border-radius: 0.72rem;
		gap: 0.08rem;
	}

	.gonogo2-stats-card span {
		font-size: 0.58rem;
	}

	.gonogo2-stats-card strong {
		font-size: 0.78rem;
	}

	.gonogo2-scene__status {
		width: calc(100% - 2rem);
		font-size: 0.78rem;
		padding: 0.55rem 0.75rem;
		bottom: 0.7rem;
	}

		.gonogo2-feedback {
			top: 0.7rem;
			right: 0.7rem;
			font-size: 0.76rem;
			padding: 0.52rem 0.72rem;
		}
	}

	@media (max-width: 360px) {
		.trivia-result-grid,
		.trivia-meta-grid,
		.letras2-shell .trivia-options,
		.matrix2-shell .trivia-options,
		.sonrisas2-shell .trivia-options,
		.gonogo2-rule-grid {
			grid-template-columns: 1fr;
		}

		.trivia-meta-grid--compact {
			grid-template-columns: repeat(3, minmax(0, 1fr));
		}
	}

.camarero2-shell {
	max-width: 980px;
	padding: 0.75rem 0 1rem;
}

.camarero2-intro-card {
	padding: 1.6rem;
}

.camarero2-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(240px, 0.7fr);
	gap: 1.2rem;
	align-items: center;
}

.camarero2-hero__copy {
	min-width: 0;
}

.camarero2-hero__art {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1rem;
	border-radius: 1.4rem;
	background: linear-gradient(180deg, rgba(255, 237, 213, 0.75) 0%, rgba(255, 255, 255, 0.98) 100%);
	border: 1px solid rgba(249, 115, 22, 0.16);
}

.camarero2-hero__art img {
	width: min(100%, 220px);
	height: auto;
}

.camarero2-meta-grid {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.camarero2-meta-grid select {
	margin-top: 0.2rem;
}

.camarero2-board {
	display: grid;
	gap: 0.85rem;
	padding: 1rem;
	height: min(700px, calc(100dvh - 150px));
	max-height: calc(100dvh - 150px);
	overflow: hidden;
}

.camarero2-board--build {
	grid-template-rows: auto auto minmax(0, 1fr) auto;
}

.camarero2-board__header {
	align-items: center;
}

.camarero2-board__header h2 {
	margin-bottom: 0;
	font-size: clamp(1.45rem, 2vw, 2rem);
}

.camarero2-score-stack {
	display: flex;
	gap: 0.65rem;
}

.camarero2-score-stack .trivia-score-card {
	min-width: 96px;
	padding: 0.75rem 0.9rem;
}

.camarero2-lobby {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
	gap: 1rem;
	align-items: stretch;
	min-height: 0;
}

.camarero2-lobby__art {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	border-radius: 1.5rem;
	background: linear-gradient(180deg, rgba(255, 237, 213, 0.7) 0%, rgba(255, 255, 255, 0.98) 100%);
	border: 1px solid rgba(249, 115, 22, 0.16);
}

.camarero2-lobby__art img {
	max-width: min(100%, 310px);
	max-height: 280px;
	width: auto;
	height: auto;
}

.camarero2-ticket {
	display: grid;
	gap: 0.85rem;
	padding: 1rem 1rem 0.95rem;
	border-radius: 1.35rem;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.98) 100%);
	border: 1px solid rgba(148, 163, 184, 0.22);
	box-shadow: 0 18px 34px -26px rgba(15, 23, 42, 0.28);
}

.camarero2-ticket__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 0.75rem;
	padding-bottom: 0.65rem;
	border-bottom: 1px dashed rgba(148, 163, 184, 0.36);
}

.camarero2-ticket__head strong {
	font-size: 1rem;
	color: #0f172a;
}

.camarero2-ticket__head span {
	font-size: 0.82rem;
	color: #64748b;
}

.camarero2-ticket__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.7rem;
}

.camarero2-ticket__list li {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.8rem;
	font-size: 0.94rem;
	color: #1e293b;
}

.camarero2-ticket__line-main {
	display: flex;
	gap: 0.65rem;
	min-width: 0;
}

.camarero2-ticket__line-main strong {
	display: block;
	line-height: 1.15;
}

.camarero2-ticket__line-main small {
	display: block;
	margin-top: 0.1rem;
	color: #64748b;
}

.camarero2-ticket__line-qty {
	min-width: 2.1rem;
	font-weight: 800;
	color: #0f766e;
}

.camarero2-ticket__line-total {
	font-weight: 800;
	color: #0f172a;
	white-space: nowrap;
}

.camarero2-ticket__empty {
	margin: 0;
	padding: 1rem 0.2rem;
	text-align: center;
	color: #64748b;
}

.camarero2-ticket__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding-top: 0.7rem;
	border-top: 1px dashed rgba(148, 163, 184, 0.36);
}

.camarero2-ticket__footer span {
	font-size: 0.88rem;
	color: #475569;
}

.camarero2-ticket__footer strong {
	font-size: 1rem;
	color: #0f172a;
}

.camarero2-build-grid,
.camarero2-checkout-grid,
.camarero2-compare-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(290px, 0.9fr);
	gap: 0.9rem;
	min-height: 0;
	overflow: hidden;
}

.camarero2-menu-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.8rem;
	min-height: 0;
	overflow: hidden;
}

.camarero2-category-card,
.camarero2-ticket-panel,
.camarero2-checkout-card {
	padding: 0.9rem;
	border-radius: 1.25rem;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.98) 100%);
	border: 1px solid rgba(148, 163, 184, 0.2);
	box-shadow: 0 20px 36px -28px rgba(15, 23, 42, 0.28);
}

.camarero2-category-card {
	display: grid;
	grid-template-rows: auto minmax(0, 1fr);
	min-height: 0;
	overflow: hidden;
}

.camarero2-category-card__head {
	margin-bottom: 0.75rem;
}

.camarero2-category-card__head strong {
	color: #0f172a;
	font-size: 0.98rem;
}

.camarero2-product-list {
	display: grid;
	gap: 0.55rem;
	min-height: 0;
	overflow-y: auto;
	padding-right: 0.2rem;
	align-content: start;
}

.camarero2-product-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.8rem;
	padding: 0.65rem 0.75rem;
	border-radius: 1rem;
	background: #f8fafc;
	border: 1px solid rgba(148, 163, 184, 0.16);
}

.camarero2-product-row__main {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	min-width: 0;
}

.camarero2-product-row__main > div {
	min-width: 0;
}

.camarero2-product-row__main strong {
	display: block;
	font-size: 0.92rem;
	line-height: 1.1;
	color: #0f172a;
}

.camarero2-product-row__main span {
	display: block;
	margin-top: 0.1rem;
	font-size: 0.8rem;
	color: #64748b;
}

.camarero2-product-row__emoji {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	font-size: 1.15rem;
	border-radius: 0.8rem;
	background: rgba(255, 237, 213, 0.8);
}

.camarero2-product-row__controls {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
}

.camarero2-step-btn {
	appearance: none;
	border: 1px solid rgba(249, 115, 22, 0.24);
	background: #fff7ed;
	color: #c2410c;
	width: 2rem;
	height: 2rem;
	border-radius: 0.75rem;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1;
}

.camarero2-step-value {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2rem;
	height: 2rem;
	padding: 0 0.45rem;
	border-radius: 0.75rem;
	background: #e2e8f0;
	font-weight: 800;
	color: #0f172a;
}

.camarero2-ticket-panel {
	display: grid;
	gap: 0.8rem;
	grid-template-rows: minmax(0, 1fr) auto;
	min-height: 0;
	overflow: hidden;
}

.camarero2-preview-ticket {
	min-height: 0;
	overflow-y: auto;
	padding-right: 0.2rem;
}

.camarero2-deliver-btn {
	width: 100%;
}

.camarero2-checkout-card {
	display: grid;
	align-content: start;
	gap: 0.85rem;
}

.camarero2-checkout-card label {
	font-weight: 700;
	color: #0f172a;
}

.camarero2-total-input {
	font-size: 1.35rem;
	font-weight: 800;
	padding: 0.8rem 0.95rem;
	border-radius: 1rem;
}

.camarero2-checkout-card__error {
	min-height: 1.25rem;
	margin: 0;
	font-size: 0.84rem;
	color: #dc2626;
}

.camarero2-result-card .trivia-result-grid {
	margin-bottom: 1.2rem;
}

.camarero2-alert-card {
	margin-top: 1rem;
	padding: 1rem 1.05rem;
	border-radius: 1.15rem;
	background: rgba(255, 247, 237, 0.9);
	border: 1px solid rgba(249, 115, 22, 0.16);
}

.camarero2-alert-card strong {
	display: block;
	margin-bottom: 0.65rem;
	color: #9a3412;
}

.camarero2-alert-card ul {
	margin: 0;
	padding-left: 1.1rem;
	display: grid;
	gap: 0.35rem;
	color: #7c2d12;
}

.camarero2-alert-card--danger {
	background: rgba(254, 242, 242, 0.9);
	border-color: rgba(239, 68, 68, 0.18);
}

.camarero2-alert-card--danger strong,
.camarero2-alert-card--danger ul {
	color: #991b1b;
}

.camarero2-difference-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
}

.camarero2-difference-list span {
	display: inline-flex;
	align-items: center;
	padding: 0.45rem 0.7rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(249, 115, 22, 0.16);
	color: #9a3412;
	font-size: 0.84rem;
	font-weight: 700;
}

.camarero2-transition-card {
	gap: 1rem;
}

.camarero2-transition-card__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	margin: 0 auto;
	padding: 1rem;
	border-radius: 50%;
	background: linear-gradient(180deg, rgba(255, 237, 213, 0.82) 0%, rgba(255, 255, 255, 0.98) 100%);
	border: 1px solid rgba(249, 115, 22, 0.16);
}

.camarero2-transition-card__icon img {
	max-width: 100%;
	max-height: 100%;
}

@media (max-width: 991.98px) {
	.camarero2-meta-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.camarero2-hero,
	.camarero2-lobby,
	.camarero2-build-grid,
	.camarero2-checkout-grid,
	.camarero2-compare-grid {
		grid-template-columns: 1fr;
	}

	.camarero2-menu-grid {
		grid-template-columns: 1fr;
	}

	.camarero2-board {
		height: auto;
		max-height: none;
	}
}

@media (max-width: 767.98px) {
	.camarero2-shell {
		padding: 0.45rem 0 0.7rem;
	}

	.camarero2-intro-card,
	.camarero2-board {
		padding: 1rem;
	}

	.camarero2-meta-grid {
		grid-template-columns: 1fr 1fr;
	}

	.camarero2-score-stack {
		width: 100%;
		justify-content: stretch;
	}

	.camarero2-score-stack .trivia-score-card {
		flex: 1 1 0;
		min-width: 0;
	}

	.camarero2-product-row {
		padding: 0.55rem 0.6rem;
	}

	.camarero2-product-row__main strong {
		font-size: 0.88rem;
	}

	.camarero2-product-row__main span {
		font-size: 0.76rem;
	}

	.camarero2-step-btn,
	.camarero2-step-value {
		width: 1.85rem;
		height: 1.85rem;
		min-width: 1.85rem;
	}

	.camarero2-lobby__art img {
		max-height: 220px;
	}

	.camarero2-ticket,
	.camarero2-category-card,
	.camarero2-ticket-panel,
	.camarero2-checkout-card {
		padding: 0.85rem;
	}
}

.paises2-shell {
	max-width: 900px;
}

.paises2-board {
	display: grid;
	gap: 1rem;
}

.paises2-meta-grid {
	margin: 0;
}

.paises2-options {
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.paises2-options--flags {
	grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
}

.paises2-option {
	min-height: 88px;
}

.paises2-option--flag {
	justify-content: center;
	text-align: center;
	padding: 1rem 0.75rem;
}

.paises2-option__text {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
}

.paises2-flag {
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1;
}

@media (max-width: 767.98px) {
	.paises2-options {
		grid-template-columns: 1fr;
	}

	.paises2-options--flags {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.paises2-option {
		min-height: 76px;
	}

	.paises2-option--flag {
		min-height: 92px;
	}
}


/* END NUMEROS */

/*  SIMON  */
.simon-container {
	position: relative;
	padding: 16px 12px 20px;
	width: min(100%, 560px);
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 16px;
}

.simon {
	position: relative;
	background-color: rgb(70, 70, 70);
	display: table;
	margin: 0;
	width: min(100%, 520px);
	height: auto;
	aspect-ratio: 1 / 1;
}

.simon-btn {
	cursor: pointer;
	border: 1px solid black;
	width: 240px;
	height: 240px;
	margin: 5px;
	box-sizing: border-box;

}

.simon-green {
	background-color: #31b435;
	/*onclick: #35f33b*/
	border-radius: 240px 0 0 0;
}

.simon-green.active {
	background-color: #35f33b;
}

.simon-yellow {
	background-color: #e4d51d;
	/*onclick: #fcf164*/
	border-radius: 0 0 0 240px;
}

.simon-yellow.active {
	background-color: #ffffc7;
}

.simon-red {
	background-color: #f03229;
	/*onclick: #ff525f*/
	border-radius: 0 240px 0 0;
}

.simon-red.active {
	background-color: #ffbfbf;
}

.simon-blue {
	background-color: #2d38c0;
	/*onclick: #478dff*/
	border-radius: 0 0 240px 0;
}

.simon-blue.active {
	background-color: #b6e9ff;
}

.simon-row {
	display: inline-flex;
	justify-content: center;
	box-sizing: border-box !important;
	width: 100%;
	margin: 0;
	padding: 0;
}

.simon-center {
	position: absolute;
	box-sizing: border-box !important;
	background-color: rgb(25, 25, 25);
	top: 150px;
	left: 150px;
	width: 200px;
	height: 200px;
	border: 1px solid black;
	border-radius: 100px;
	box-shadow: -1px -1px 20px 6px rgb(25, 25, 25);
	align-items: center;
	align-content: center;
	text-align: center;
}

.simon-play-btn {
	background-color: black;
	font-size: 1.5rem !important;
	width: 180px;
	height: 180px;
	border-radius: 90px;
	margin: auto auto;
	color: rgb(200, 200, 200);
	transition: all .5s ease;
}

.simon-play-btn:hover {
	color: rgb(230, 230, 230);
}

.slidecontainer {
	position: static;
	width: min(100%, 520px);
	padding: 0 8px;
}

.slidecontainer.row {
	position: relative !important;
}

.slidecontainer label {
	display: none;
	color: #287aff;
	position: absolute;
	bottom: 100%;
	left: 0;
	margin-bottom: 6px;
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding: 0;
}

.simon-volume-row {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding-left: 36px;
}

.slidecontainer img {
	position: absolute;
	top: 50%;
	left: 0;
	width: 25px;
	height: 25px;
	transform: translateY(-50%);
	object-fit: contain;
	padding: 0;
}

.slidecontainer input {
	width: 100%;
}

.simon-meta-panel {
	width: min(100%, 520px);
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.simon-meta-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.simon-meta-item {
	background: #fff;
	border: 1px solid #dbe3ef;
	border-radius: 18px;
	padding: 14px 16px;
	text-align: center;
}

.simon-meta-item strong {
	display: block;
	font-size: clamp(1.25rem, 2vw, 1.9rem);
	color: #13233f;
}

.simon-meta-item--level label {
	display: block;
}

.simon-meta-item--level .form-select {
	margin-top: 6px;
}

.simon-status-text {
	width: min(100%, 520px);
	font-size: clamp(1rem, 1.9vw, 1.35rem);
	color: #1f2f4a;
}

.simon-result-actions {
	width: min(100%, 520px);
}

/**** END SIMON ********/


/******  CATEGORIAS  **********/
.categorias {
	/*font-family: "Knewave", serif;*/
	font-family: "Barlow Semi Condensed", serif;
	font-size: 1.5rem;
	font-style: italic;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	align-items: center;
}

.categorias p {
	color: blue;
}

.cat-block {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	display: none;
}

.cat-block.active {
	display: block !important;
}

.categorias_container {
	position: relative;
	margin: auto;
	background-color: rgb(0, 5, 120);
	padding: 5px;
	box-sizing: border-box;
	border-radius: 4%;
	width: 300px;
}

.row-categoria {
	box-sizing: border-box;
	background-color: blue;
	margin: 2px;
	border-radius: 5px;
	font-family: "Luckiest Guy", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2rem;
	color: white;
	cursor: pointer;
	position: relative;
	min-height: 30px;
}

.row-categoria:hover {
	background-color: skyblue;
}

.row-categoria.result {
	background-color: orangered;
	!important;
}

.categoria_result {
	position: absolute;
	box-sizing: border-box;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	padding: 0;
}

.categoria_result img {
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	object-fit: contaim;
	margin: auto;
}

.cat-btn {
	font-size: 1.2rem;
	font-family: "Barlow Semi Condensed", serif;
	font-weight: 800;
	font-style: italic;
	margin: 2px 5px;
}

.cat_timer_cont {
	position: relative;
	background-color: red;
	padding: 0;
	width: 200px;
	height: 30px;
}

.cat_timer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	border: solid 4px green;
	border-radius: 15px;
	overflow: hidden;
}

.cat_timer_inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: lightgreen;
}

.cat_new_level {
	position: absolute;
	display: none;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	font-family: JellyBean;
	font-size: 5rem;
	color: rgb(25, 159, 16);
	-webkit-text-stroke-width: 3px;
	-webkit-text-stroke-color: white;
	padding: 20px;
	border: 4px solid rgb(25, 159, 16);
	border-radius: 30px;
	max-width: 400px;
	max-height: 200px;
	margin: auto;
	animation-timing-function: ease-in-out;
	align-content: center;
}

@keyframes cat_new_level {
	0% {
		width: 0;
		height: 0;
		font-size: 0
	}

	85% {
		width: 100%;
		height: 100%;
		font-size: 5.2rem
	}

	100% {
		width: 100%;
		height: 100%;
		font-size: 5rem
	}
}

/*****  END CATEGORIAS ********/

/******** MEMORY *************/

.memory {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
}

.mem_stage {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	margin: 0 auto;
}

.mem_info {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 250px;
	height: 250px;
	background-color: #1294f9;
	border: 6px solid #002ea9;
	border-radius: 15px;
	margin: auto;
	z-index: 1001;
	box-sizing: border-box;
	font-family: "Luckiest Guy", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.5rem;
	display: flex;
	justify-content: center;
	align-content: center;
	gap: 3px;
}

.mem_info_result {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #009002;
	border-radius: 12px;
	font-family: 'Luckiest Guy', cursive;
	flex-direction: column;
	justify-content: center;
}

.mem_info_result.mem_info_result_fail {
	background-color: #f30700;
}

.mem_info_result h1 {
	color: white;
	font-size: 28px;
}

.mem_container {
	/*grid-template-columns: repeat(auto-fit, minmax(min(100%/3, max(64px, 100%/5)), 1fr));*/
	position: relative;
	display: grid;
	padding: 6px;
	gap: 5px;
	overflow: hidden;
	background-color: white;
}

.mem_container.mem_level_1 {
	/* nivel 1:  3 col x 2 row   6 elementos*/
	width: 470px;
	grid-template-columns: 150px 150px 150px;
	grid-template-rows: 200px 200px;
}

.mem_container.mem_level_2 {
	/* nivel 2:  3 col x 3 row   6 elementos*/
	width: 625px;
	grid-template-columns: 150px 150px 150px 150px;
	grid-template-rows: 200px 200px;
}

.mem_container.mem_level_3 {
	/* nivel 3:  4 col x 3 row  12 elementos*/
	width: 467px;
	grid-template-columns: 110px 110px 110px 110px;
	grid-template-rows: 160px 160px 160px;
}

.mem_container.mem_level_4 {
	/* nivel 4:  4 col x 4 row  16 elementos*/
	width: 351px;
	grid-template-columns: 81px 81px 81px 81px;
	grid-template-rows: 108px 108px 108px 108px;
}

.mem_container.mem_level_5 {
	/* nivel 4:  5 col x 4 row  20 elementos*/
	width: 437px;
	grid-template-columns: 81px 81px 81px 81px 81px;
	grid-template-rows: 108px 108px 108px 108px;
}

.mem_container.mem_level_6 {
	/* nivel 4:  6 col x 4 row  24 elementos*/
	width: 523px;
	grid-template-columns: 81px 81px 81px 81px 81px 81px;
	grid-template-rows: 108px 108px 108px 108px;
}

.front,
.back,
.mem_img {
	width: 100%;
	height: 100%;
	cursor: pointer;
	object-fit: contain;
}

.front,
.back {
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.back {
	z-index: 2;
	transform: rotateY(0deg);
	transition: all 0.2s linear;
}

.front {
	transition: all 0.2s linear;
	transform: rotateY(180deg);
}

.mem_img {
	position: relative;
}

.mem_img.mem_active .back {
	transform: rotateY(180deg);
}

.mem_img.mem_active .front {
	transform: rotateY(360deg);
}

.mem_img.mem_solved .back {
	display: none;
	transform: none;
}

.mem_img.mem_solved .front {
	transform: none;
}

/******** END MEMORY *************/

/******* SQARE PATH *************/
.square_container {
  display: grid;
  width: min(90vw, 400px);
  max-width: 100%;
  aspect-ratio: 1 / 1;
  gap: 5px;
  background-image: url('../../img/sqarepath/background.svg');
  padding: 5px;
  margin: 0 auto;
}


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

.square_container.sqare_level2 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.square_container.sqare_level4 {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.square_container.sqare_level5 {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.sqare_element {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  background-color: white;
}

.sqare_element.sqare_sample {
	box-shadow: inset 0 0 0 4px green;
}

.sqare_element.sqare_not_revealed {
	box-shadow: inset 0 0 0 4px red;
}

.sqare_element img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin: 0;
	box-sizing: border-box;
}

.sqare_back {
	filter: brightness(95%);
}

.sqare_lit {
	display: none;
	filter: brightness(105%);
}

.sqare_error {
	display: none;
	filter: brightness(105%);
}

/* .square-modal {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background: rgba(0, 0, 0, 0.55);
  z-index: 10;
  box-sizing: border-box;
  overflow: auto;
} */

.square-modal {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background: transparent;
  z-index: 10;
  box-sizing: border-box;
}

.sq-level-message {
  width: min(360px, 90vw);
  background: #fff;
  border-radius: 1rem;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}

@media (max-width: 576px) {
  .square_container {
    width: min(90vw, 320px);
    gap: 3px;
    padding: 3px;
  }
  .sq-level-message {
    width: 100%;
    padding: 1rem;
  }
}

/****** END SQARE PATH **********/

/***** CRETIVITY TASK ***********/
.ct_container {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.creativity-task {
	position: relative;
	width: 100%;
	max-width: 800px;
	padding: 100px 20px;
}

.ct-tarea {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10px;
	background-color: #135f87;
}

.ct-question {
	display: flex;
	flex-direction: column;
	color: rgb(100, 100, 100);
	margin: auto;
	width: 100%;
	height: 100%;
	border: 2px solid #54a3f1;
	border-radius: 10px;
	padding: 20px;
	font-size: 16px
}

.ct-question label {
	color: rgb(25, 250, 250);
	width: 100%;
	text-align: center;
	font-size: 1.5rem;
	flex-grow: 1;
}

.ct-question button {
	margin-bottom: auto;
	flex-grow: 0;
}

.l-ct-error {
	display: none;
	color: red;
	font-size: 1rem;
	padding-left: 10px;
}


/***** END CRETIVITY TASK ***********/


/****** DESAFIO *****/

.desafio-cont {
	text-align: center;
	padding: 10px;
}

.desafio-cont h1 {
	font-size: 3rem;
	color: rgb(72, 72, 72);
	margin: 14px;
}

/* Ajustes para el modal y el juego */
.modal-fullscreen .modal-content {
	height: 100vh;
	/* Altura total de la pantalla */
	width: 100%;
	/* Ancho total */
	border-radius: 0;
	/* Sin bordes redondeados en fullscreen */
	display: flex;
	/* Agregado: Para propagar flex al body */
	flex-direction: column;
	/* Agregado: Columna para header + body */
}

.modal-body {
	padding: 0;
	/* Quita padding para maximizar espacio */
	display: flex;
	justify-content: center;
	align-items: center;
	/* Centra el juego vertical y horizontalmente */
	height: 100%;
	/* Usa todo el espacio disponible */
	flex: 1;
	/* Agregado: Expande para llenar el content */
}

#fc_main {
	width: 100%;
	/* Asegura que use todo el ancho */
	height: 100%;
	/* Asegura que use toda la altura disponible */
	display: flex;
	/* Agregado: Flex para centrado interno */
	justify-content: center;
	/* Agregado: Centrado horizontal */
	align-items: center;
	/* Agregado: Centrado vertical */
	overflow: hidden;
	/* Cambiado: Oculta overflow en lugar de scroll */
}

/* Asegura que los elementos del juego (e.g., simon-container) sean responsivos */
.mem_container {
	max-width: 100% !important;
	margin: 0 auto;
	/* Centrado horizontal */
	display: flex;
	/* Agregado: Flex para elementos internos */
	justify-content: center;
	/* Agregado: Centrado horizontal */
	align-items: center;
	/* Agregado: Centrado vertical */
	box-sizing: border-box;
	/* Incluye padding/border en cálculo */
}

.modal-header {
	border-bottom: none;
	/* Quita el borde inferior */
}

#btn_close {
	padding: 10px 20px;
	/* Aumenta padding (alto y ancho) */
	font-size: 1.2rem;
	/* Aumenta tamaño de fuente */
}



/* juego memory */
.mem_info {
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: rgba(255, 255, 255, 0.9);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 1001;
	min-height: 0;
}


/* Ajuste suave de distribución para las cartas */
/* .mem_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start; */
/* agrega un mejor orden vertical */
/* gap: 15px;
	margin: 30px auto 0;
	max-width: 700px; */
/* limita el ancho del bloque de cartas */
/* padding: 10px;
	box-sizing: border-box;
} */


/* Carta individual */
/* .mem_img {
	width: 80px;
	height: 100px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	flex: 0 0 80px; */
/* fuerza columnas uniformes */
/* } */


/* === Distribución exacta para MEMORY === */
.mem_container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	/* 4 columnas */
	gap: 10px;
	justify-content: center;
	justify-items: center;
	margin: 20px auto;
	max-width: 400px;
	/* 4 cartas de 80px + gaps */
}

.mem_img {
	width: 80px;
	height: 100px;
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
}


/* .mem_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s;
} */

.mem_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s;
}

.mem_img.mem_active img.front {
	transform: rotateY(0);
}

/* Cuando el elemento tiene el atributo hidden, se oculta totalmente */
.mem_info[hidden] {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.mem_level_1 {
	grid-template-columns: repeat(2, 1fr);
}

.mem_level_2 {
	grid-template-columns: repeat(3, 1fr);
}

.mem_level_3 {
	grid-template-columns: repeat(4, 1fr);
}

.mem_level_4 {
	grid-template-columns: repeat(4, 1fr);
}

.mem_level_5 {
	grid-template-columns: repeat(5, 1fr);
}

.mem_level_6 {
	grid-template-columns: repeat(6, 1fr);
}

/**** END DESAFIO *****/
