﻿:root {
	--sn-space-0: 0;
	--sn-space-1: 4px;
	--sn-space-2: 8px;
	--sn-space-3: 12px;
	--sn-space-4: 16px;
	/* Reserved tokens */
	--sn-space-5: 20px;
	--sn-space-6: 24px;
	--sn-space-7: 32px;
	--sn-space-8: 40px;
	--sn-text-title: 19px;
	--sn-text-body: 15px;
	--sn-text-small: 13px;
}

.sn-system-scope {
	--sn-ui-font: 'Akshar', sans-serif;
	--sn-ui-bg: #08111c;
	--sn-ui-surface: rgba(10, 18, 32, 0.92);
	--sn-ui-surface-strong: rgba(14, 24, 40, 0.98);
	--sn-ui-surface-soft: rgba(255, 255, 255, 0.06);
	--sn-ui-border: rgba(255, 255, 255, 0.12);
	--sn-ui-border-strong: rgba(255, 95, 77, 0.28);
	--sn-ui-text: #f3f5f8;
	--sn-ui-text-soft: #bec9d5;
	--sn-ui-text-faint: #8f9aa8;
	--sn-ui-primary: #d92f22;
	--sn-ui-primary-strong: #a5140b;
	--sn-ui-primary-soft: rgba(217, 47, 34, 0.18);
	/* Reserved tokens */
	--sn-ui-success: #28b574;
	--sn-ui-warning: #ffb03b;
	--sn-ui-bg: #08111c;
	--sn-ui-surface-soft: rgba(255, 255, 255, 0.06);
	--sn-ui-radius-sm: 10px;
	--sn-ui-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
	--sn-ui-radius-md: 12px;
	--sn-ui-radius-lg: 14px;
	--sn-gap: var(--sn-space-4);
	--sn-padding: var(--sn-space-4);
	--sn-ui-transition: 180ms ease;
	--sn-ui-control-height: 40px;
	--sn-ui-control-radius: 10px;

	font-family: var(--sn-ui-font);
	color: var(--sn-ui-text);
	font-size: var(--sn-text-body);
	line-height: 1.42;
}

.sn-system-scope.sn-density-normal,
.sn-system-scope .sn-density-normal {
	--sn-gap: var(--sn-space-4);
	--sn-padding: var(--sn-space-4);
}

.sn-system-scope.sn-density-compact,
.sn-system-scope .sn-density-compact {
	--sn-gap: var(--sn-space-3);
	--sn-padding: var(--sn-space-3);
}

.sn-system-scope.sn-density-dense,
.sn-system-scope .sn-density-dense {
	--sn-gap: var(--sn-space-2);
	--sn-padding: var(--sn-space-2);
}

.sn-system-scope,
.sn-system-scope *,
.sn-system-scope *::before,
.sn-system-scope *::after {
	box-sizing: border-box;
}

.sn-system-scope img {
	display: block;
	max-width: 100%;
}

.sn-system-scope a {
	color: inherit;
}

.sn-system-scope button,
.sn-system-scope input,
.sn-system-scope select,
.sn-system-scope textarea {
	font: inherit;
}

.sn-system-scope.sn-base-layout,
.sn-system-scope .sn-base-layout {
	display: grid;
	gap: var(--sn-space-4);
	padding: clamp(0.75rem, 1.5vw, 1.25rem);
	width: min(100%, 1180px);
	margin: 0 auto;
}

.sn-system-scope .sn-layout-shell__content {
	display: grid;
	gap: var(--sn-space-4);
}

.sn-system-scope.sn-section-header,
.sn-system-scope .sn-section-header,
.sn-system-scope.sn-form,
.sn-system-scope .sn-form {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015)),
		var(--sn-ui-surface);
	border: 1px solid var(--sn-ui-border);
	box-shadow: var(--sn-ui-shadow);
}

.sn-system-scope.sn-section-header,
.sn-system-scope .sn-section-header {
	border-radius: var(--sn-ui-radius-lg);
}

.sn-system-scope.sn-section-header,
.sn-system-scope .sn-section-header {
	display: grid;
	gap: var(--sn-space-2);
	padding: 1rem;
}

.sn-system-scope .sn-section-header__copy,
.sn-system-scope .sn-module__header,
.sn-system-scope .sn-dashboard-panel__header {
	display: grid;
	gap: var(--sn-space-1);
}

.sn-system-scope .sn-section-header__eyebrow,
.sn-system-scope .sn-card__eyebrow,
.sn-system-scope .sn-identity-card__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	width: fit-content;
	padding: 0.35rem 0.8rem;
	border-radius: 999px;
	background: var(--sn-ui-primary-soft);
	color: #ffd0cb;
	font-size: 0.96rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.sn-system-scope .sn-section-header__title,
.sn-system-scope .sn-module__title {
	margin: 0;
	font-size: clamp(1.45rem, 2.3vw, 2.2rem);
	line-height: 0.98;
}

.sn-system-scope.sn-card .sn-module__title,
.sn-system-scope .sn-card .sn-module__title,
.sn-system-scope .sn-card .sn-card__title,
.sn-system-scope.sn-dashboard-panel .sn-module__title,
.sn-system-scope .sn-dashboard-panel .sn-module__title,
.sn-system-scope.sn-next-events .sn-module__title,
.sn-system-scope .sn-next-events .sn-module__title,
.sn-system-scope.sn-ranking-list .sn-module__title,
.sn-system-scope .sn-ranking-list .sn-module__title,
.sn-system-scope.sn-chat-module .sn-module__title,
.sn-system-scope .sn-chat-module .sn-module__title {
	font-size: clamp(1.2rem, 1.8vw, 1.6rem);
	line-height: 1.1;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 0.02em;
}


.sn-system-scope .sn-section-header__subtitle,
.sn-system-scope .sn-module__subtitle,
.sn-system-scope .sn-card__subtitle,
.sn-system-scope .sn-identity-card__description,
.sn-system-scope .sn-dashboard-panel__body,
.sn-system-scope .sn-form__description {
	margin: 0;
	color: var(--sn-ui-text-soft);
	font-size: 0.95rem;
	line-height: 1.45;
}

.sn-system-scope .sn-card__meta,
.sn-system-scope .sn-identity-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sn-system-scope .sn-meta-pill,
.sn-system-scope .sn-status-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 1.75rem;
	padding: 0.2rem 0.7rem;
	border-radius: 999px;
	border: 1px solid var(--sn-ui-border);
	background: rgba(255, 255, 255, 0.05);
	font-size: 0.92rem;
	font-weight: 700;
}

.sn-system-scope .sn-status-pill {
	background: rgba(40, 181, 116, 0.12);
	border-color: rgba(40, 181, 116, 0.25);
	color: #bff5dd;
}

.sn-system-scope.sn-button-group,
.sn-system-scope .sn-button-group {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.sn-system-scope .sn-btn,
.sn-system-scope .sn-pb-btn,
.sn-system-scope .sn-results-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	height: 40px;
	min-height: 40px;
	padding: 0 16px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 10px;
	background: linear-gradient(180deg, rgba(93, 20, 24, 0.72), rgba(58, 17, 20, 0.72));
	color: #f4f6fb;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	transition:
		transform var(--sn-ui-transition),
		background var(--sn-ui-transition),
		border-color var(--sn-ui-transition),
		color var(--sn-ui-transition),
		opacity var(--sn-ui-transition);
}

.sn-system-scope .sn-btn:hover,
.sn-system-scope .sn-btn:focus-visible,
.sn-system-scope .sn-pb-btn:hover,
.sn-system-scope .sn-pb-btn:focus-visible,
.sn-system-scope .sn-results-action:hover,
.sn-system-scope .sn-results-action:focus-visible {
	transform: translateY(-1px);
	border-color: rgba(255, 255, 255, 0.18);
}

.sn-system-scope .sn-btn-primary,
.sn-system-scope .sn-btn--primary,
.sn-system-scope .sn-pb-btn--primary {
	background: linear-gradient(135deg, var(--sn-ui-primary), var(--sn-ui-primary-strong));
	border-color: rgba(255, 131, 117, 0.32);
	color: #fff;
}

.sn-system-scope .sn-btn-secondary,
.sn-system-scope .sn-btn--secondary,
.sn-system-scope .sn-btn--outline,
.sn-system-scope .sn-btn-ghost,
.sn-system-scope .sn-btn--ghost,
.sn-system-scope .sn-pb-btn--ghost {
	background: linear-gradient(180deg, rgba(93, 20, 24, 0.72), rgba(58, 17, 20, 0.72));
	border-color: rgba(255, 255, 255, 0.08);
	color: #f4f6fb;
}

.sn-system-scope .sn-pb-btn--danger {
	background: linear-gradient(135deg, var(--sn-ui-primary), var(--sn-ui-primary-strong));
	border-color: rgba(255, 131, 117, 0.32);
	color: #fff;
}

.sn-system-scope .sn-btn i,
.sn-system-scope .sn-pb-btn i,
.sn-system-scope .sn-results-action i {
	font-size: 14px;
}

.sn-system-scope .sn-btn--sm,
.sn-system-scope .sn-btn-sm,
.sn-system-scope .sn-pb-btn--sm {
	height: 34px;
	min-height: 34px;
	padding: 0 12px;
	border-radius: 10px;
	font-size: 13px;
}

.sn-system-scope .sn-btn[disabled],
.sn-system-scope .sn-btn[aria-disabled='true'] {
	opacity: 0.55;
	pointer-events: none;
}

.sn-system-scope .sn-d-none,
.sn-d-none {
	display: none !important;
}

.sn-system-scope.sn-dashboard-shell,
.sn-system-scope .sn-dashboard-shell {
	position: relative;
	display: block;
	width: 100%;
	max-width: none;
	padding: var(--sn-space-2);
	border-radius: 20px;
	background:
		radial-gradient(circle at 10% 0%, rgba(217, 47, 34, 0.18), transparent 38%),
		radial-gradient(circle at 90% 100%, rgba(37, 99, 235, 0.1), transparent 40%),
		linear-gradient(160deg, rgba(6, 16, 26, 0.82) 0%, rgba(10, 19, 32, 0.74) 42%, rgba(9, 16, 26, 0.86) 100%);
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 24px 64px rgba(0, 0, 0, 0.32);
}


.sn-system-scope .sn-dashboard-shell__frame {
	display: grid;
	width: 100%;
	grid-template-columns: minmax(200px, 224px) minmax(0, 1fr);
	gap: var(--sn-space-3);
	align-items: start;
}

.sn-system-scope .sn-dashboard-shell__frame--single {
	grid-template-columns: minmax(0, 1fr);
}

.sn-system-scope .sn-dashboard-shell__frame--single>* {
	width: 100%;
	min-width: 0;
}

.sn-system-scope.sn-dashboard-shell.sn-page-shell {
	width: min(100%, calc(100vw - 28px));
	max-width: 1680px;
	margin: 8px auto 16px;
	padding: clamp(12px, 1.8vw, 18px);
	border-radius: 28px;
}

.sn-system-scope .sn-page-shell__content {
	display: grid;
	width: 100%;
	gap: var(--sn-space-3);
	min-width: 0;
}

.sn-system-scope .sn-dashboard-sidebar-card {
	display: grid;
	gap: 8px;
	padding: 12px 12px;
	border-radius: 16px;
}

.sn-system-scope .sn-dashboard-sidebar-card__identity,
.sn-system-scope .sn-dashboard-sidebar-card__body,
.sn-system-scope .sn-dashboard-sidebar-card__extra-actions {
	display: grid;
	gap: var(--sn-space-1);
}

.sn-system-scope .sn-dashboard-sidebar-card__extra-actions .sn-button-group,
.sn-system-scope .sn-dashboard-sidebar-card__extra-actions .sn-btn {
	width: 100%;
}

.sn-system-scope .sn-dashboard-sidebar-card__team-shell {
	justify-items: center;
	padding: 0;
	background: transparent;
	border: 0;
}

.sn-system-scope .sn-dashboard-sidebar-card__team-brand {
	display: grid;
	place-items: center;
	width: 84px;
	height: 84px;
	border-radius: 20px;
	background: linear-gradient(145deg, rgba(10, 16, 28, 0.98), rgba(16, 23, 38, 0.92));
	border: 1px solid rgba(255, 255, 255, 0.08);
	overflow: hidden;
}

.sn-system-scope .sn-dashboard-sidebar-card__team-brand img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 10px;
}

.sn-system-scope .sn-dashboard-sidebar-card__team-brand span {
	font-size: 1.5rem;
	font-weight: 800;
	letter-spacing: -0.06em;
}

.sn-system-scope .sn-dashboard-sidebar-card__team-copy {
	display: grid;
	gap: 4px;
	text-align: center;
}

.sn-system-scope .sn-dashboard-sidebar-card__team-copy h2 {
	margin: 0;
	font-size: 1rem;
	line-height: 1.05;
}

.sn-system-scope .sn-dashboard-sidebar-card__body .sn-identity-card {
	padding: 10px;
	border-radius: 14px;
}

.sn-system-scope .sn-dashboard-sidebar-card__body .sn-identity-card__hero {
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 10px;
}

.sn-system-scope .sn-dashboard-sidebar-card__body .sn-identity-card__avatar {
	width: 44px;
	height: 44px;
}

.sn-system-scope .sn-dashboard-sidebar-card__body .sn-stats-grid {
	gap: var(--sn-space-1);
}

.sn-system-scope .sn-dashboard-sidebar-card .sn-pilot-hub__profile-card {
	display: grid;
	justify-items: center;
	gap: 0.45rem;
	margin: 0;
	padding: 14px 12px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 18px;
	background: linear-gradient(180deg, rgba(7, 10, 15, 0.96), rgba(12, 16, 24, 0.94));
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
	text-align: center;
}

.sn-system-scope .sn-dashboard-sidebar-card .sn-pilot-hub__profile-photo {
	width: min(100%, 132px);
	height: min(100%, 132px);
	margin: 0;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: none;
	background: rgba(255, 255, 255, 0.04);
}

.sn-system-scope .sn-dashboard-sidebar-card .sn-pilot-hub__profile-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sn-system-scope .sn-dashboard-sidebar-card .sn-pilot-hub__status-dot {
	display: none;
}

.sn-system-scope .sn-dashboard-sidebar-card .sn-pilot-hub__profile-card h2 {
	margin: 0;
	font-size: 1rem;
	line-height: 1.05;
	text-transform: none;
	letter-spacing: 0;
}

.sn-system-scope .sn-dashboard-sidebar-card .sn-pilot-hub__profile-meta {
	margin: 0;
	display: inline-flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 4px;
	white-space: nowrap;
	font-size: 0.98rem;
}

.sn-system-scope .sn-dashboard-sidebar-card .sn-pilot-hub__flag {
	width: 18px;
	height: 13px;
	border-radius: 2px;
}

.sn-system-scope .sn-dashboard-sidebar-card .sn-pilot-hub__membership-line {
	margin: 0;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 4px;
	font-size: 0.7rem;
	letter-spacing: 0.06em;
}

.sn-system-scope .sn-dashboard-sidebar-card .sn-dashboard-sidebar-card__membership-badge {
	min-height: 22px;
	padding: 2px 8px;
	border-radius: 999px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
	filter: saturate(0.86) brightness(0.95);
}

.sn-system-scope .sn-dashboard-sidebar-card .sn-dashboard-sidebar-card__separator {
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.14), transparent);
	margin: 2px 0 0;
}

.sn-system-scope .sn-dashboard-sidebar-card .sn-module__actions {
	display: grid;
	gap: var(--sn-space-1);
	width: 100%;
}

.sn-system-scope .sn-dashboard-sidebar-card .sn-button-group {
	display: grid;
	gap: var(--sn-space-1);
}

.sn-system-scope .sn-dashboard-sidebar-card .sn-btn {
	width: 100%;
	padding: 8px 12px;
}

.sn-system-scope .sn-dashboard-sidebar-card .sn-pilot-hub__team-brand {
	width: 100%;
	margin-top: 0;
	gap: 8px;
	display: grid;
	justify-items: center;
}

.sn-system-scope .sn-dashboard-sidebar-card .sn-dashboard-sidebar-card__team-label {
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(223, 232, 245, 0.66);
}

.sn-system-scope .sn-dashboard-sidebar-card .sn-dashboard-sidebar-card__team-badge {
	width: min(100%, 176px);
	justify-content: center;
	padding: 7px 12px;
	border-radius: 999px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.sn-system-scope .sn-dashboard-sidebar-card .sn-dashboard-sidebar-card__team-badge .sn-team-logo {
	width: 18px;
	height: 18px;
}

.sn-system-scope .sn-dashboard-sidebar-card .sn-dashboard-sidebar-card__team-badge .sn-team-name {
	font-size: 1rem;
	font-weight: 700;
}

.sn-system-scope .sn-dashboard-sidebar-card .sn-dashboard-sidebar-card__team-badge i {
	flex: 0 0 auto;
	font-size: 0.98rem;
}

.sn-system-scope .sn-dashboard-nav {
	display: flex;
	gap: var(--sn-space-1);
}

.sn-system-scope .sn-dashboard-nav--desktop {
	flex-direction: column;
}

.sn-system-scope .sn-dashboard-nav--mobile {
	display: none;
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.sn-system-scope .sn-dashboard-nav--mobile::-webkit-scrollbar {
	display: none;
}

.sn-system-scope .sn-dashboard-nav--mobile .sn-pilot-hub__mobile-link {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	min-height: 36px;
	padding: 0 0.75rem;
	border-radius: var(--sn-ui-control-radius);
	border: 1px solid var(--sn-ui-border);
	background: rgba(255, 255, 255, 0.04);
	color: var(--sn-ui-text);
	font-size: 0.92rem;
	font-weight: 700;
	text-decoration: none;
	transition: background var(--sn-ui-transition), border-color var(--sn-ui-transition), transform var(--sn-ui-transition);
}

.sn-system-scope .sn-dashboard-nav--mobile .sn-pilot-hub__mobile-link:hover,
.sn-system-scope .sn-dashboard-nav--mobile .sn-pilot-hub__mobile-link:focus-visible {
	transform: translateY(-1px);
	border-color: rgba(255, 255, 255, 0.18);
}

.sn-system-scope .sn-dashboard-nav--mobile .is-active {
	background: linear-gradient(135deg, var(--sn-ui-primary), var(--sn-ui-primary-strong));
	border-color: rgba(255, 131, 117, 0.28);
	color: #fff;
}

.sn-system-scope .sn-dashboard-nav--mobile .is-locked {
	opacity: 0.8;
}

body.sn-panel-piloto-page .sn-dashboard-nav--mobile .sn-pilot-hub__mobile-link,
body.sn-panel-piloto-page .sn-pilot-hub__mobile-tabs .sn-pilot-hub__mobile-link {
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: linear-gradient(135deg, rgba(90, 24, 35, 0.92), rgba(58, 14, 25, 0.94));
	color: #fff;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

body.sn-panel-equipo-page .sn-dashboard-nav--mobile .sn-pilot-hub__mobile-link,
body.sn-panel-equipo-page .sn-pilot-hub__mobile-tabs .sn-pilot-hub__mobile-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	flex: 0 0 auto;
	min-height: 34px;
	padding: 0 0.7rem;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: linear-gradient(180deg, rgba(93, 20, 24, 0.72), rgba(58, 17, 20, 0.72));
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

body.sn-panel-piloto-page .sn-dashboard-nav--mobile .sn-pilot-hub__mobile-link:hover,
body.sn-panel-piloto-page .sn-dashboard-nav--mobile .sn-pilot-hub__mobile-link:focus-visible,
body.sn-panel-piloto-page .sn-pilot-hub__mobile-tabs .sn-pilot-hub__mobile-link:hover,
body.sn-panel-piloto-page .sn-pilot-hub__mobile-tabs .sn-pilot-hub__mobile-link:focus-visible {
	border-color: rgba(255, 255, 255, 0.14);
	background: linear-gradient(135deg, rgba(105, 28, 41, 0.96), rgba(69, 18, 30, 0.98));
}

body.sn-panel-equipo-page .sn-dashboard-nav--mobile .sn-pilot-hub__mobile-link:hover,
body.sn-panel-equipo-page .sn-dashboard-nav--mobile .sn-pilot-hub__mobile-link:focus-visible,
body.sn-panel-equipo-page .sn-pilot-hub__mobile-tabs .sn-pilot-hub__mobile-link:hover,
body.sn-panel-equipo-page .sn-pilot-hub__mobile-tabs .sn-pilot-hub__mobile-link:focus-visible {
	border-color: rgba(255, 255, 255, 0.14);
	background: linear-gradient(180deg, rgba(105, 28, 41, 0.96), rgba(69, 18, 30, 0.98));
}

body.sn-panel-piloto-page .sn-dashboard-nav--mobile .sn-pilot-hub__mobile-link.is-active,
body.sn-panel-piloto-page .sn-dashboard-nav--mobile .sn-pilot-hub__mobile-link.active,
body.sn-panel-piloto-page .sn-pilot-hub__mobile-tabs .sn-pilot-hub__mobile-link.is-active,
body.sn-panel-piloto-page .sn-pilot-hub__mobile-tabs .sn-pilot-hub__mobile-link.active {
	background: linear-gradient(135deg, #e33222, #c51d0f);
	border-color: rgba(255, 131, 117, 0.3);
	color: #fff;
}

body.sn-panel-equipo-page .sn-dashboard-nav--mobile .sn-pilot-hub__mobile-link.is-active,
body.sn-panel-equipo-page .sn-dashboard-nav--mobile .sn-pilot-hub__mobile-link.active,
body.sn-panel-equipo-page .sn-pilot-hub__mobile-tabs .sn-pilot-hub__mobile-link.is-active,
body.sn-panel-equipo-page .sn-pilot-hub__mobile-tabs .sn-pilot-hub__mobile-link.active {
	background: linear-gradient(135deg, #e33222, #c51d0f);
	border-color: rgba(255, 131, 117, 0.3);
	color: #fff;
}

.sn-system-scope .sn-pilot-hub__content {
	display: grid;
	width: 100%;
	gap: var(--sn-space-2);
	min-width: 0;
}

.sn-system-scope .sn-pilot-hub__canvas {
	display: grid;
	width: 100%;
	gap: var(--sn-space-2);
	min-width: 0;
	align-content: start;
}

.sn-system-scope .sn-pilot-hub__section {
	display: none;
	min-width: 0;
}

.sn-system-scope .sn-pilot-hub__section.is-active {
	display: grid;
	gap: var(--sn-space-2);
}

.sn-system-scope .sn-membership-lock-state {
	display: grid;
	gap: var(--sn-space-2);
	padding: 12px;
	border-radius: 12px;
	border: 1px dashed rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.03);
}

.sn-system-scope .sn-membership-lock-state h3,
.sn-system-scope .sn-membership-lock-state p {
	margin: 0;
}

.sn-system-scope .sn-membership-lock-state h3 {
	font-size: 0.95rem;
	line-height: 1.1;
}

.sn-system-scope .sn-membership-lock-state p {
	color: var(--sn-ui-text-soft);
	font-size: 0.92rem;
	line-height: 1.4;
}

.sn-system-scope .sn-pilot-hub__shortcode,
.sn-system-scope .sn-pilot-hub__shortcode>* {
	min-width: 0;
}

.sn-system-scope .sn-dashboard-hero {
	display: grid;
	gap: var(--sn-space-1);
	padding: var(--sn-space-3);
	border-radius: 16px;
}

.sn-system-scope .sn-dashboard-hero .sn-pilot-hub__hero-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: var(--sn-space-1);
}

.sn-system-scope .sn-dashboard-hero .sn-pilot-hub__hero-meta h1 {
	margin: 0;
	font-size: clamp(1.45rem, 2.2vw, 2rem);
	line-height: 1;
}

.sn-system-scope .sn-dashboard-hero .sn-pilot-hub__pill {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 0.94rem;
	font-weight: 700;
}

.sn-system-scope .sn-dashboard-hero .sn-pilot-hub__hero-copy {
	margin: 0;
	color: var(--sn-ui-text-soft);
	font-size: 0.98rem;
	line-height: 1.35;
}

.sn-system-scope .sn-summary-strip {
	display: grid;
	gap: var(--sn-space-1);
}

.sn-system-scope .sn-summary-strip__items {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: var(--sn-space-1);
}

.sn-system-scope .sn-summary-strip__item {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	align-items: center;
	gap: var(--sn-space-1);
	min-height: 52px;
	padding: 10px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.04);
	text-decoration: none;
}

.sn-system-scope .sn-summary-strip__item.is-active {
	border-color: rgba(255, 95, 77, 0.26);
	background: rgba(217, 47, 34, 0.12);
}

.sn-system-scope .sn-summary-strip__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
}

.sn-system-scope .sn-summary-strip__copy {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.sn-system-scope .sn-summary-strip__label,
.sn-system-scope .sn-summary-strip__meta {
	color: var(--sn-ui-text-faint);
	font-size: 14px;
	line-height: 1.1;
}

.sn-system-scope .sn-summary-strip__value {
	color: #fff;
	font-size: 14px;
	line-height: 1;
}

.sn-system-scope .sn-entity-brand-strip {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	padding: 0.65rem 0.8rem;
	border-radius: 14px;
	min-width: 0;
	text-decoration: none;
}

.sn-system-scope .sn-entity-brand-strip__media {
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
	display: grid;
	place-items: center;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.14);
	overflow: hidden;
}

.sn-system-scope .sn-entity-brand-strip__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 5px;
}

.sn-system-scope .sn-entity-brand-strip__copy {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.sn-system-scope .sn-entity-brand-strip__label {
	font-size: 0.92rem;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	opacity: 0.78;
}

.sn-system-scope .sn-entity-brand-strip__title {
	font-size: 0.92rem;
	line-height: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sn-system-scope .sn-entity-brand-strip__subtitle {
	font-size: 0.94rem;
	opacity: 0.82;
}

.sn-system-scope .sn-membership-status-summary {
	display: grid;
	gap: var(--sn-space-3);
	padding: var(--sn-space-4);
}

.sn-system-scope .sn-membership-status-summary__meta {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--sn-space-2);
}

.sn-system-scope .sn-membership-status-summary__meta-item,
.sn-system-scope .sn-membership-status-summary__message {
	padding: 0.8rem 0.9rem;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.sn-system-scope .sn-membership-status-summary__meta-item span {
	display: block;
	font-size: 0.94rem;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: var(--sn-ui-text-faint);
	margin-bottom: 0.3rem;
}

.sn-system-scope .sn-membership-status-summary__meta-item strong {
	font-size: 0.95rem;
	color: var(--sn-ui-text);
}

.sn-system-scope .sn-membership-status-summary__messages {
	display: grid;
	gap: var(--sn-space-2);
}

.sn-system-scope .sn-membership-status-summary__message.is-info {
	background: rgba(37, 99, 235, 0.12);
	border-color: rgba(96, 165, 250, 0.18);
}

.sn-system-scope .sn-membership-plan-card {
	display: grid;
	gap: var(--sn-space-3);
	padding: var(--sn-space-4);
	height: 100%;
}

.sn-system-scope .sn-membership-plan-card__top {
	display: flex;
	justify-content: space-between;
	align-items: start;
	gap: var(--sn-space-3);
}

.sn-system-scope .sn-membership-plan-card__price strong {
	font-size: clamp(1.7rem, 2.6vw, 2.4rem);
	line-height: 0.95;
}

.sn-system-scope .sn-membership-plan-card__benefits {
	display: grid;
	gap: 0.55rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sn-system-scope .sn-membership-plan-card__benefits li {
	position: relative;
	padding-left: 1rem;
	color: var(--sn-ui-text-soft);
}

.sn-system-scope .sn-membership-plan-card__benefits li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.5rem;
	width: 6px;
	height: 6px;
	border-radius: 999px;
	background: var(--sn-ui-primary);
}

.sn-system-scope .sn-shortcode-shell {
	display: grid;
	gap: var(--sn-space-2);
}

.sn-system-scope .sn-shortcode-shell__header {
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: space-between;
	gap: var(--sn-space-2);
}

.sn-system-scope .sn-shortcode-shell__copy,
.sn-system-scope .sn-shortcode-shell__actions {
	display: grid;
	gap: var(--sn-space-1);
}

.sn-system-scope .sn-shortcode-shell__state,
.sn-system-scope .sn-shortcode-shell__body {
	padding: 10px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.03);
}

.sn-system-scope .sn-shortcode-shell__body {
	min-width: 0;
	overflow: hidden;
}

.sn-system-scope .sn-shortcode-shell__body>.sn-team-canvas,
.sn-system-scope .sn-shortcode-shell__body>.sn-pit-box-app {
	width: 100%;
}

.sn-system-scope.sn-shortcode-shell--pitwall {
	gap: 14px;
}

.sn-system-scope.sn-shortcode-shell--pitwall .sn-shortcode-shell__header {
	padding-bottom: 2px;
}

.sn-system-scope.sn-shortcode-shell--pitwall .sn-shortcode-shell__body {
	padding: 0;
	border: 0;
	background: transparent;
}

.sn-system-scope.sn-shortcode-shell--pitwall .sn-shortcode-shell__body > .sn-pitwall {
	border: 0;
	background: transparent;
	box-shadow: none;
	padding: 0;
}

body.sn-dashboard-page .sn-shortcode-host,
body.sn-dashboard-page .sn-shortcode-block,
body.sn-public-page-body .sn-shortcode-host,
body.sn-public-page-body .sn-shortcode-block,
body.sn-commerce-page-body .sn-shortcode-host,
body.sn-commerce-page-body .sn-shortcode-block,
body.sn-schedule-page-body .sn-shortcode-host,
body.sn-schedule-page-body .sn-shortcode-block {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
}

body.sn-dashboard-page .main-page-wrapper,
body.sn-dashboard-page .site-content,
body.sn-dashboard-page .main-page-wrapper>.container,
body.sn-dashboard-page .site-content>.container,
body.sn-dashboard-page .content-layout-wrapper,
body.sn-dashboard-page .wd-content-layout,
body.sn-dashboard-page .content-area,
body.sn-dashboard-page .site-main,
body.sn-dashboard-page .page-with-sidebar,
body.sn-dashboard-page .page-with-sidebar>.container,
body.sn-dashboard-page .vc_row,
body.sn-dashboard-page .wpb-content-wrapper,
body.sn-public-page-body .main-page-wrapper,
body.sn-public-page-body .site-content,
body.sn-public-page-body .main-page-wrapper>.container,
body.sn-public-page-body .site-content>.container,
body.sn-public-page-body .content-layout-wrapper,
body.sn-public-page-body .wd-content-layout,
body.sn-public-page-body .content-area,
body.sn-public-page-body .site-main,
body.sn-public-page-body .page-with-sidebar,
body.sn-public-page-body .page-with-sidebar>.container,
body.sn-public-page-body .vc_row,
body.sn-public-page-body .wpb-content-wrapper,
body.sn-commerce-page-body .main-page-wrapper,
body.sn-commerce-page-body .site-content,
body.sn-commerce-page-body .main-page-wrapper>.container,
body.sn-commerce-page-body .site-content>.container,
body.sn-commerce-page-body .content-layout-wrapper,
body.sn-commerce-page-body .wd-content-layout,
body.sn-commerce-page-body .content-area,
body.sn-commerce-page-body .site-main,
body.sn-commerce-page-body .page-with-sidebar,
body.sn-commerce-page-body .page-with-sidebar>.container,
body.sn-commerce-page-body .vc_row,
body.sn-commerce-page-body .wpb-content-wrapper,
body.sn-schedule-page-body .main-page-wrapper,
body.sn-schedule-page-body .site-content,
body.sn-schedule-page-body .main-page-wrapper>.container,
body.sn-schedule-page-body .site-content>.container,
body.sn-schedule-page-body .content-layout-wrapper,
body.sn-schedule-page-body .wd-content-layout,
body.sn-schedule-page-body .content-area,
body.sn-schedule-page-body .site-main,
body.sn-schedule-page-body .page-with-sidebar,
body.sn-schedule-page-body .page-with-sidebar>.container,
body.sn-schedule-page-body .vc_row,
body.sn-schedule-page-body .wpb-content-wrapper {
	width: 100%;
	max-width: none;
	min-width: 0;
}

body.sn-dashboard-page .content-layout-wrapper,
body.sn-dashboard-page .wd-content-layout,
body.sn-dashboard-page .page-with-sidebar,
body.sn-public-page-body .content-layout-wrapper,
body.sn-public-page-body .wd-content-layout,
body.sn-public-page-body .page-with-sidebar,
body.sn-commerce-page-body .content-layout-wrapper,
body.sn-commerce-page-body .wd-content-layout,
body.sn-commerce-page-body .page-with-sidebar,
body.sn-schedule-page-body .content-layout-wrapper,
body.sn-schedule-page-body .wd-content-layout,
body.sn-schedule-page-body .page-with-sidebar {
	display: block;
}

body.sn-dashboard-page .sidebar-container,
body.sn-dashboard-page .site-sidebar,
body.sn-dashboard-page aside.sidebar,
body.sn-dashboard-page .wd-sidebar,
body.sn-public-page-body .sidebar-container,
body.sn-public-page-body .site-sidebar,
body.sn-public-page-body aside.sidebar,
body.sn-public-page-body .wd-sidebar,
body.sn-commerce-page-body .sidebar-container,
body.sn-commerce-page-body .site-sidebar,
body.sn-commerce-page-body aside.sidebar,
body.sn-commerce-page-body .wd-sidebar,
body.sn-schedule-page-body .sidebar-container,
body.sn-schedule-page-body .site-sidebar,
body.sn-schedule-page-body aside.sidebar,
body.sn-schedule-page-body .wd-sidebar {
	display: none;
}

body.sn-dashboard-page .main-page-wrapper,
body.sn-dashboard-page .site-content,
body.sn-public-page-body .main-page-wrapper,
body.sn-public-page-body .site-content,
body.sn-commerce-page-body .main-page-wrapper,
body.sn-commerce-page-body .site-content,
body.sn-schedule-page-body .main-page-wrapper,
body.sn-schedule-page-body .site-content {
	padding-inline: 0;
}

body.sn-dashboard-page .main-page-wrapper>.container,
body.sn-dashboard-page .site-content>.container,
body.sn-dashboard-page .page-with-sidebar>.container,
body.sn-public-page-body .main-page-wrapper>.container,
body.sn-public-page-body .site-content>.container,
body.sn-public-page-body .page-with-sidebar>.container,
body.sn-commerce-page-body .main-page-wrapper>.container,
body.sn-commerce-page-body .site-content>.container,
body.sn-commerce-page-body .page-with-sidebar>.container,
body.sn-schedule-page-body .main-page-wrapper>.container,
body.sn-schedule-page-body .site-content>.container,
body.sn-schedule-page-body .page-with-sidebar>.container {
	padding-inline: 16px;
}

body.sn-schedule-page-body,
.sn-system-scope.sn-menu-lateral-shell {
	--sn-track-bg-veil: linear-gradient(180deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0) 100%)
}

body.sn-dashboard-page .sn-dashboard-shell,
body.sn-dashboard-page .sn-pilot-hub,
body.sn-dashboard-page .sn-dashboard-shell__frame,
body.sn-dashboard-page .sn-pilot-hub__content,
body.sn-dashboard-page .sn-pilot-hub__canvas,
body.sn-public-page-body .sn-dashboard-shell,
body.sn-public-page-body .sn-pilot-hub,
body.sn-public-page-body .sn-dashboard-shell__frame,
body.sn-public-page-body .sn-pilot-hub__content,
body.sn-public-page-body .sn-pilot-hub__canvas,
body.sn-commerce-page-body .sn-dashboard-shell,
body.sn-commerce-page-body .sn-pilot-hub,
body.sn-commerce-page-body .sn-dashboard-shell__frame,
body.sn-commerce-page-body .sn-pilot-hub__content,
body.sn-commerce-page-body .sn-pilot-hub__canvas,
body.sn-schedule-page-body .sn-dashboard-shell,
body.sn-schedule-page-body .sn-pilot-hub,
body.sn-schedule-page-body .sn-dashboard-shell__frame,
body.sn-schedule-page-body .sn-pilot-hub__content,
body.sn-schedule-page-body .sn-pilot-hub__canvas {
	width: 100%;
	max-width: none;
	min-width: 0;
}

body.sn-dashboard-page .sn-shortcode-host>.sn-shortcode-shell,
body.sn-public-page-body .sn-shortcode-host>.sn-shortcode-shell,
body.sn-commerce-page-body .sn-shortcode-host>.sn-shortcode-shell,
body.sn-schedule-page-body .sn-shortcode-host>.sn-shortcode-shell {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

body.sn-dashboard-page .sn-shortcode-host>.sn-shortcode-shell>.sn-shortcode-shell__header,
body.sn-public-page-body .sn-shortcode-host>.sn-shortcode-shell>.sn-shortcode-shell__header,
body.sn-commerce-page-body .sn-shortcode-host>.sn-shortcode-shell>.sn-shortcode-shell__header,
body.sn-schedule-page-body .sn-shortcode-host>.sn-shortcode-shell>.sn-shortcode-shell__header {
	padding: 0 0 var(--sn-space-3);
}

body.sn-dashboard-page .sn-shortcode-host>.sn-shortcode-shell>.sn-shortcode-shell__body,
body.sn-public-page-body .sn-shortcode-host>.sn-shortcode-shell>.sn-shortcode-shell__body,
body.sn-commerce-page-body .sn-shortcode-host>.sn-shortcode-shell>.sn-shortcode-shell__body,
body.sn-schedule-page-body .sn-shortcode-host>.sn-shortcode-shell>.sn-shortcode-shell__body {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

body.sn-dashboard-page .sn-shortcode-host > .sn-shortcode-shell,
body.sn-public-page-body .sn-shortcode-host > .sn-shortcode-shell,
body.sn-commerce-page-body .sn-shortcode-host > .sn-shortcode-shell,
body.sn-schedule-page-body .sn-shortcode-host > .sn-shortcode-shell {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

body.sn-dashboard-page .sn-shortcode-host > .sn-shortcode-shell > .sn-module__header,
body.sn-public-page-body .sn-shortcode-host > .sn-shortcode-shell > .sn-module__header,
body.sn-commerce-page-body .sn-shortcode-host > .sn-shortcode-shell > .sn-module__header,
body.sn-schedule-page-body .sn-shortcode-host > .sn-shortcode-shell > .sn-module__header {
	padding: 0 0 10px;
	border: 0;
	background: transparent;
}

body.sn-dashboard-page .sn-shortcode-host :is(.sn-shell, .sn-wrapper, .sn-panel, .sn-empty-state, .sn-loading-state, .sn-msg, .sn-login-required, .chat-login-required),
body.sn-public-page-body .sn-shortcode-host :is(.sn-shell, .sn-wrapper, .sn-panel, .sn-empty-state, .sn-loading-state, .sn-msg, .sn-login-required, .chat-login-required),
body.sn-commerce-page-body .sn-shortcode-host :is(.sn-shell, .sn-wrapper, .sn-panel, .sn-empty-state, .sn-loading-state, .sn-msg, .sn-login-required, .chat-login-required),
body.sn-schedule-page-body .sn-shortcode-host :is(.sn-shell, .sn-wrapper, .sn-panel, .sn-empty-state, .sn-loading-state, .sn-msg, .sn-login-required, .chat-login-required) {
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
}

.sn-system-scope .sn-stats-strip {
	display: grid;
	gap: var(--sn-space-1);
}

.sn-system-scope .sn-stats-strip .sn-stats-grid {
	display: flex;
	flex-wrap: wrap;
	gap: var(--sn-space-1);
}

.sn-system-scope .sn-stats-strip .sn-stat-card {
	flex: 1 1 110px;
	min-width: 0;
	padding: 6px 8px;
	border-radius: 10px;
}

.sn-system-scope .sn-profile-editor-form {
	display: grid;
	gap: var(--sn-space-2);
}

.sn-system-scope .sn-profile-editor-form__header {
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: space-between;
	gap: var(--sn-space-2);
}

.sn-system-scope .sn-profile-editor-form__copy,
.sn-system-scope .sn-profile-editor-form__actions,
.sn-system-scope .sn-profile-editor-form__sections {
	display: grid;
	gap: var(--sn-space-1);
}

.sn-system-scope .sn-profile-editor-form__section {
	display: grid;
	gap: var(--sn-space-1);
	padding: 10px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.03);
}

.sn-system-scope .sn-profile-editor-form__section-head {
	display: grid;
	gap: var(--sn-space-1);
}

.sn-system-scope .sn-profile-editor-form__section-title {
	margin: 0;
	font-size: 14px;
	line-height: 1;
}

.sn-system-scope .sn-profile-editor-form__section-copy,
.sn-system-scope .sn-profile-editor-form__note {
	margin: 0;
	color: var(--sn-ui-text-soft);
	font-size: 14px;
	line-height: 1.35;
}

.sn-system-scope .sn-message-row {
	width: 100%;
}

.sn-system-scope .sn-message-row .sn-team-badge {
	max-width: 100%;
	padding: 2px 6px;
	gap: 4px;
	border-radius: 999px;
	font-size: 14px;
	line-height: 1;
}

.sn-system-scope .sn-message-row .sn-team-logo {
	width: 12px;
	height: 12px;
}

.sn-system-scope .sn-message-row__head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px;
	align-items: start;
	min-width: 0;
}

.sn-system-scope .sn-message-row__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	min-width: 0;
}

.sn-system-scope .sn-message-row__actions {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
}

.sn-system-scope .sn-message-row__text {
	margin: 0;
	min-width: 0;
}

@media (max-width: 1180px) {

	.sn-system-scope .sn-dashboard-shell__frame {
		grid-template-columns: 1fr;
		gap: var(--sn-space-2);
	}

	.sn-system-scope .sn-dashboard-sidebar-card {
		width: 100%;
		max-width: none;
	}

	.sn-system-scope .sn-dashboard-hero .sn-pilot-hub__hero-meta {
		align-items: flex-start;
	}

	.sn-system-scope .sn-dashboard-hero .sn-pilot-hub__hero-meta h1 {
		line-height: 0.95;
	}
}

body.sn-panel-piloto-page .sn-dashboard-nav--mobile,
body.sn-panel-piloto-page .sn-pilot-hub__mobile-tabs {
	display: none;
	width: auto;
	max-width: 100%;
	align-self: start;
}

body.sn-panel-piloto-page .sn-dashboard-shell__frame {
	grid-template-columns: minmax(260px, 300px) minmax(0, 1fr);
	column-gap: clamp(14px, 1.8vw, 22px);
}

body.sn-panel-piloto-page .sn-dashboard-sidebar-card {
	width: 100%;
	min-width: 0;
}

body.sn-panel-piloto-page .sn-pilot-hub__content,
body.sn-panel-piloto-page .sn-pilot-hub__canvas,
body.sn-panel-piloto-page .sn-shortcode-host,
body.sn-panel-piloto-page .sn-profile-edit-page {
	min-width: 0;
}

@media (max-width: 1024px) {

	.sn-system-scope.sn-density-normal,
	.sn-system-scope .sn-density-normal {
		--sn-gap: var(--sn-space-3);
		--sn-padding: var(--sn-space-3);
	}

	.sn-system-scope.sn-density-compact,
	.sn-system-scope .sn-density-compact {
		--sn-gap: var(--sn-space-2);
		--sn-padding: var(--sn-space-2);
	}

	.sn-system-scope.sn-density-dense,
	.sn-system-scope .sn-density-dense {
		--sn-gap: var(--sn-space-1);
		--sn-padding: var(--sn-space-1);
	}

	.sn-system-scope .sn-dashboard-shell__frame,
	.sn-system-scope .sn-membership-status-summary__meta {
		grid-template-columns: 1fr;
	}


	.sn-system-scope .sn-dashboard-sidebar-card {
		padding: var(--sn-space-2);
	}

	.sn-system-scope .sn-dashboard-sidebar-card .sn-pilot-hub__profile-photo {
		width: min(100%, 112px);
		height: min(100%, 112px);
	}

	.sn-system-scope .sn-dashboard-sidebar-card .sn-entity-brand-strip {
		padding: 0.5rem 0.6rem;
	}

	.sn-system-scope .sn-summary-strip__items {
		grid-template-columns: 1fr 1fr;
	}

	.sn-system-scope .sn-dashboard-sidebar-card .sn-dashboard-nav--desktop {
		display: none;
	}

	.sn-system-scope .sn-vertical-tabs,
	.sn-system-scope .sn-side-tabs.sn-tabs--vertical {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: stretch;
		gap: 0.45rem;
		padding: 0.35rem;
		overflow-x: auto;
		overflow-y: hidden;
		scrollbar-width: none;
	}

	.sn-system-scope .sn-vertical-tabs::-webkit-scrollbar,
	.sn-system-scope .sn-side-tabs.sn-tabs--vertical::-webkit-scrollbar {
		display: none;
	}

	.sn-system-scope .sn-vertical-tab,
	.sn-system-scope .sn-side-tabs.sn-tabs--vertical .sn-vertical-tab,
	.sn-system-scope .sn-side-tabs.sn-tabs--vertical .tor-tab.sn-tab-btn {
		flex: 0 0 auto;
		min-height: 34px;
		height: 34px;
		padding: 0 0.7rem;
		border-radius: 10px;
		font-size: 13px;
		gap: 0.45rem;
		white-space: nowrap;
	}

	body.sn-panel-piloto-page .sn-dashboard-nav--mobile,
	body.sn-panel-piloto-page .sn-pilot-hub__mobile-tabs,
	.sn-system-scope .sn-dashboard-nav--mobile {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		gap: 0.55rem;
		padding-inline: 0.1rem;
		width: auto;
		max-width: 100%;
		align-self: start;
	}

	body.sn-panel-piloto-page .sn-dashboard-nav--mobile .sn-pilot-hub__mobile-link,
	body.sn-panel-piloto-page .sn-pilot-hub__mobile-tabs .sn-pilot-hub__mobile-link,
	.sn-system-scope .sn-dashboard-nav--mobile .sn-pilot-hub__mobile-link {
		flex: 0 0 auto;
		min-height: 34px;
		padding: 0 0.65rem;
		font-size: 14px;
	}

	.sn-system-scope .sn-shortcode-shell__header,
	.sn-system-scope .sn-profile-editor-form__header {
		flex-direction: column;
		align-items: stretch;
	}

	.sn-system-scope .sn-profile-editor-form .sn-form {
		padding: 10px;
	}
}

.sn-system-scope.sn-tabs-shell,
.sn-system-scope .sn-tabs-shell,
.sn-system-scope .sn-tabs__panels {
	display: grid;
	gap: var(--sn-space-2);
}

.sn-system-scope .sn-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: var(--sn-space-1);
	padding: var(--sn-space-1);
	border-radius: var(--sn-ui-radius-md);
	background: rgba(9, 16, 28, 0.92);
	border: 1px solid var(--sn-ui-border);
}

.sn-system-scope .sn-tab,
.sn-system-scope .sn-tab-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	height: 40px;
	min-height: 40px;
	padding: 0 16px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 10px;
	background: linear-gradient(180deg, rgba(93, 20, 24, 0.72), rgba(58, 17, 20, 0.72));
	color: #f4f6fb;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
	transition:
		transform var(--sn-ui-transition),
		background var(--sn-ui-transition),
		border-color var(--sn-ui-transition),
		color var(--sn-ui-transition);
}

.sn-system-scope .sn-tab:hover,
.sn-system-scope .sn-tab:focus-visible,
.sn-system-scope .sn-tab.is-active,
.sn-system-scope .sn-tab.active,
.sn-system-scope .sn-tab.on,
.sn-system-scope .sn-tab[aria-selected='true'],
.sn-system-scope .sn-tab-btn:hover,
.sn-system-scope .sn-tab-btn:focus-visible,
.sn-system-scope .sn-tab-btn.is-active,
.sn-system-scope .sn-tab-btn.active,
.sn-system-scope .sn-tab-btn.on,
.sn-system-scope .sn-tab-btn[aria-selected='true'] {
	background: linear-gradient(135deg, var(--sn-ui-primary), var(--sn-ui-primary-strong));
	border-color: rgba(255, 131, 117, 0.28);
	color: #fff;
}

.sn-system-scope .sn-tab__badge,
.sn-system-scope .sn-btn__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 20px;
	height: 20px;
	padding-inline: 6px;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.22);
	font-size: 14px;
}

.sn-system-scope .sn-tab-panel {
	padding-top: 0.5rem;
}

.sn-system-scope.sn-modal,
.sn-system-scope .sn-modal {
	position: fixed;
	inset: 0;
	display: grid;
	place-items: center;
	padding: var(--sn-space-3);
	z-index: 9000;
}

.sn-system-scope.sn-modal[hidden],
.sn-system-scope .sn-modal[hidden] {
	display: none;
}

.sn-system-scope .sn-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(3, 7, 14, 0.78);
	backdrop-filter: blur(12px);
}

.sn-system-scope .sn-modal__dialog {
	position: relative;
	display: grid;
	gap: var(--sn-space-3);
	width: min(100%, 680px);
	max-height: min(86vh, 900px);
	padding: var(--sn-space-4);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015)),
		var(--sn-ui-surface);
	border: 1px solid var(--sn-ui-border);
	border-radius: 14px;
	box-shadow: var(--sn-ui-shadow);
	overflow: hidden;
}

.sn-system-scope .sn-modal-sm .sn-modal__dialog {
	width: min(100%, 420px);
}

.sn-system-scope .sn-modal-md .sn-modal__dialog {
	width: min(100%, 680px);
}

.sn-system-scope .sn-modal-lg .sn-modal__dialog {
	width: min(100%, 860px);
}

.sn-system-scope .sn-modal__header,
.sn-system-scope .sn-modal__footer {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: var(--sn-space-3);
}

.sn-system-scope .sn-modal__title {
	margin: 0;
	font-size: 18px;
}

.sn-system-scope .sn-modal__subtitle {
	margin: 0.15rem 0 0;
	color: var(--sn-ui-text-soft);
	font-size: 14px;
}

.sn-system-scope .sn-modal__body {
	display: grid;
	gap: var(--sn-space-3);
	max-height: min(68vh, 720px);
	overflow: auto;
}

.sn-system-scope .sn-modal__close {
	display: inline-grid;
	place-items: center;
	width: 2rem;
	height: 2rem;
	border: 1px solid var(--sn-ui-border);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.04);
	color: var(--sn-ui-text);
	cursor: pointer;
}

.sn-system-scope .sn-modal__dialog,
.sn-system-scope.sn-chat-module .chat-modal-content,
.sn-ins-modal .box,
.sn-tor-modal .box,
body .sn-modal-overlay .sn-modal,
body .sn-modal-mask .sn-modal {
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.016)),
		rgba(8, 13, 22, 0.98);
	box-shadow: 0 26px 64px rgba(0, 0, 0, 0.48);
}

.sn-system-scope .sn-modal__header,
.sn-ins-modal .sn-modal-header,
.sn-tor-modal .sn-modal-header,
body .sn-modal-header,
body .sn-modal-h,
.pw-overlay .pw-modal-head,
.sn-system-scope .tor-stage-modal-head,
.sn-system-scope .tor-event-modal-head,
body #tor-denuncias-modal-global .tor-den-modal__header,
body #tor-denuncias-modal-global .tor-den-modal__header-main,
.sn-system-scope.sn-chat-module .chat-modal-content > h3 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sn-system-scope .sn-modal__header,
.sn-ins-modal .sn-modal-header,
.sn-tor-modal .sn-modal-header,
body .sn-modal-header,
body .sn-modal-h,
.pw-overlay .pw-modal-head,
.sn-system-scope .tor-stage-modal-head,
.sn-system-scope .tor-event-modal-head,
body #tor-denuncias-modal-global .tor-den-modal__header-main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 16px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015));
}

.sn-system-scope.sn-chat-module .chat-modal-content > h3,
body #tor-denuncias-modal-global .tor-den-modal__header {
	margin: 0;
	padding: 12px 16px;
}

.sn-system-scope .sn-modal__title,
.sn-ins-modal .sn-modal-header h3,
.sn-tor-modal .sn-modal-header h3,
body .sn-modal-header h3,
body .sn-modal-h h3,
.pw-overlay .pw-modal-head h4,
.sn-system-scope .tor-stage-modal-head h4,
.sn-system-scope .tor-event-modal-head h4,
body #tor-denuncias-modal-global .sn-modal__title,
.sn-system-scope.sn-chat-module .chat-modal-content h3 {
	margin: 0;
	color: #fff;
	font-family: var(--sn-font-heading, 'Akshar', sans-serif);
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.sn-system-scope .sn-modal__body,
.sn-ins-modal .sn-modal-body,
.sn-tor-modal .sn-modal-body,
.sn-modal-body,
body .sn-modal-b,
.pw-overlay .pw-modal-body {
	padding: 14px 16px 16px;
}

.sn-system-scope .sn-modal__close,
.sn-ins-modal .sn-modal-close,
.sn-tor-modal .sn-modal-close,
.sn-ins-close,
body .sn-modal-close,
body .sn-modal-x,
body .mfp-close.sn-modal__close,
body .mfp-wrap .mfp-close,
.pw-overlay .pw-close,
.sn-system-scope .tor-res-close,
.sn-system-scope .tor-std-close,
.sn-system-scope .chat-modal-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	min-width: 34px;
	padding: 0;
	border-radius: 10px;
	border: 1px solid rgba(255, 133, 133, 0.22);
	background: linear-gradient(180deg, #6f1216, #491014);
	color: #fff;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
	opacity: 1;
	right: auto;
	top: auto;
}

.sn-system-scope .sn-modal__close:hover,
.sn-ins-modal .sn-modal-close:hover,
.sn-tor-modal .sn-modal-close:hover,
.sn-ins-close:hover,
body .sn-modal-close:hover,
body .sn-modal-x:hover,
body .mfp-close.sn-modal__close:hover,
body .mfp-wrap .mfp-close:hover,
.pw-overlay .pw-close:hover,
.sn-system-scope .tor-res-close:hover,
.sn-system-scope .tor-std-close:hover,
.sn-system-scope .chat-modal-close:hover {
	background: linear-gradient(180deg, #8f1715, #611010);
	color: #fff;
}

.sn-system-scope.sn-table-shell,
.sn-system-scope .sn-table-shell {
	overflow-x: auto;
	border-radius: 12px;
	border: 1px solid var(--sn-ui-border);
}

.sn-system-scope .sn-table {
	width: 100%;
	border-collapse: collapse;
	background: var(--sn-ui-surface-strong);
}

.sn-system-scope .sn-table__caption {
	padding: var(--sn-space-3) var(--sn-space-3) 0;
	color: var(--sn-ui-text-soft);
	text-align: left;
	font-size: var(--sn-text-small);
}

.sn-system-scope .sn-table th,
.sn-system-scope .sn-table td {
	padding: 8px 12px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	text-align: left;
	white-space: nowrap;
	font-size: 14px;
}

.sn-system-scope .sn-table__head {
	color: var(--sn-ui-text-soft);
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.sn-system-scope .sn-table__cell.is-center,
.sn-system-scope .sn-table__head.is-center {
	text-align: center;
}

.sn-system-scope .sn-table__cell.is-right,
.sn-system-scope .sn-table__head.is-right {
	text-align: right;
}

.sn-system-scope .sn-table__empty {
	color: var(--sn-ui-text-soft);
	text-align: center;
}

.sn-system-scope.sn-form,
.sn-system-scope .sn-form {
	display: grid;
	gap: var(--sn-gap);
	padding: var(--sn-padding);
	border-radius: 14px;
	background: var(--sn-ui-surface);
	border: 1px solid var(--sn-ui-border);
}

.sn-system-scope .sn-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--sn-space-3);
}

.sn-system-scope .sn-form__field {
	display: grid;
	gap: var(--sn-space-1);
}

.sn-system-scope .sn-form__field--wide {
	grid-column: 1 / -1;
}

.sn-system-scope .sn-form__label {
	font-size: var(--sn-text-small);
	font-weight: 700;
}

.sn-system-scope .sn-form__required {
	color: #ff8d82;
}

.sn-system-scope .sn-form__control,
.sn-system-scope .sn-chat-module__composer input {
	width: 100%;
	min-height: 40px;
	padding: 0 12px;
	border: 1px solid var(--sn-ui-border);
	border-radius: var(--sn-ui-control-radius);
	background: rgba(255, 255, 255, 0.04);
	color: var(--sn-ui-text);
	font-size: 14px;
}

.sn-system-scope textarea.sn-form__control {
	min-height: 96px;
	padding-top: 10px;
	padding-bottom: 10px;
	resize: vertical;
}

.sn-system-scope .sn-form__hint {
	margin: 0;
	color: var(--sn-ui-text-faint);
	font-size: 0.98rem;
}

.sn-system-scope .sn-form__error {
	margin: 0;
	color: #ff8d82;
	font-size: 0.98rem;
	font-weight: 700;
}

.sn-system-scope .sn-form__field.is-error .sn-form__control {
	border-color: rgba(255, 141, 130, 0.65);
}

.sn-system-scope .sn-form__checkbox {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
}

.sn-system-scope .sn-form__toggle {
	justify-content: space-between;
	width: 100%;
	padding: 0.8rem 0.95rem;
	border: 1px solid var(--sn-ui-border);
	border-radius: var(--sn-ui-control-radius);
	background: rgba(255, 255, 255, 0.03);
}

.sn-system-scope .sn-form__toggle input {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.sn-system-scope .sn-form__toggle-label {
	color: var(--sn-ui-text);
	font-weight: 700;
}

.sn-system-scope .sn-form__toggle-slider {
	position: relative;
	display: inline-flex;
	width: 46px;
	height: 26px;
	flex: 0 0 46px;
	border-radius: 999px;
	background: rgba(148, 163, 184, 0.32);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
	transition: background var(--sn-ui-transition), box-shadow var(--sn-ui-transition);
}

.sn-system-scope .sn-form__toggle-slider::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	width: 20px;
	height: 20px;
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 8px 18px rgba(15, 23, 42, 0.35);
	transition: transform var(--sn-ui-transition);
}

.sn-system-scope .sn-form__toggle input:checked+.sn-form__toggle-slider {
	background: linear-gradient(135deg, var(--sn-ui-primary), var(--sn-ui-primary-strong));
}

.sn-system-scope .sn-form__toggle input:checked+.sn-form__toggle-slider::before {
	transform: translateX(20px);
}

.sn-system-scope.sn-dropdown,
.sn-system-scope .sn-dropdown {
	position: relative;
}

.sn-system-scope .sn-dropdown__trigger,
.sn-system-scope .sn-dropdown__item {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.45rem;
	width: 100%;
	min-height: var(--sn-ui-control-height);
	padding: 0 0.75rem;
	border: 1px solid var(--sn-ui-border);
	border-radius: var(--sn-ui-control-radius);
	background: rgba(255, 255, 255, 0.04);
	color: var(--sn-ui-text);
	text-align: left;
	cursor: pointer;
	font-size: 0.98rem;
}

.sn-system-scope .sn-dropdown__menu {
	position: absolute;
	top: calc(100% + 0.3rem);
	left: 0;
	right: 0;
	display: grid;
	gap: 0.25rem;
	padding: 0.25rem;
	border: 1px solid var(--sn-ui-border);
	border-radius: 12px;
	background: var(--sn-ui-surface-strong);
	box-shadow: var(--sn-ui-shadow);
	z-index: 20;
}

.sn-system-scope.sn-module,
.sn-system-scope .sn-module {
	display: grid;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015)),
		var(--sn-ui-surface);
	border: 1px solid var(--sn-ui-border);
	border-radius: 14px;
	box-shadow: var(--sn-ui-shadow);
	gap: var(--sn-gap);
	padding: var(--sn-padding);
}

.sn-system-scope .sn-module__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.sn-system-scope .sn-stats-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 0.5rem;
}

.sn-system-scope .sn-stat-card {
	display: grid;
	gap: 0.2rem;
	padding: 0.7rem;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.03);
}

.sn-system-scope .sn-stat-card__label {
	color: var(--sn-ui-text-faint);
	font-size: 0.94rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.sn-system-scope .sn-stat-card__value {
	font-size: 1.05rem;
}

.sn-system-scope .sn-identity-card__hero {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 0.75rem;
	align-items: center;
}

.sn-system-scope .sn-identity-card__avatar,
.sn-system-scope .sn-identity-card__media,
.sn-system-scope .sn-ranking-list__avatar {
	display: grid;
	place-items: center;
	overflow: hidden;
	border-radius: var(--sn-ui-radius-md);
	background: linear-gradient(135deg, rgba(217, 47, 34, 0.16), rgba(255, 255, 255, 0.05));
}

.sn-system-scope .sn-identity-card__avatar {
	width: 72px;
	height: 72px;
	font-size: 1.3rem;
	font-weight: 800;
}

.sn-system-scope .sn-identity-card__media {
	min-height: 144px;
}

.sn-system-scope .sn-identity-card__media img,
.sn-system-scope .sn-card__media img,
.sn-system-scope .sn-banner-carousel__media img,
.sn-system-scope .sn-chat-module__avatar img,
.sn-system-scope .sn-ranking-list__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sn-system-scope.sn-card,
.sn-system-scope .sn-card {
	grid-template-columns: minmax(0, 1fr);
}

.sn-system-scope .sn-card__media {
	min-height: 136px;
	border-radius: 12px;
	overflow: hidden;
	background: linear-gradient(135deg, rgba(217, 47, 34, 0.12), rgba(255, 255, 255, 0.04));
}

.sn-system-scope .sn-card__body,
.sn-system-scope .sn-banner-carousel__copy {
	display: grid;
	gap: 0.6rem;
}

.sn-system-scope .sn-card__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
}

.sn-system-scope .sn-card__title {
	margin: 0;
	font-size: 1.2rem;
	line-height: 1;
}

.sn-system-scope.sn-card--event .sn-card__meta,
.sn-system-scope .sn-card--event .sn-card__meta {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.sn-system-scope .sn-spec-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 0.5rem;
	margin: 0;
}

.sn-system-scope .sn-spec-list__item {
	padding: 0.65rem 0.75rem;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.03);
}

.sn-system-scope .sn-spec-list dt,
.sn-system-scope .sn-spec-list dd {
	margin: 0;
}

.sn-system-scope .sn-spec-list dt {
	color: var(--sn-ui-text-faint);
	font-size: 0.95rem;
	text-transform: uppercase;
}

.sn-system-scope .sn-spec-list dd {
	margin-top: 0.35rem;
	font-weight: 700;
}

.sn-system-scope .sn-ranking-list__items,
.sn-system-scope .sn-next-events__list {
	display: grid;
	gap: 0.45rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sn-system-scope .sn-ranking-list__item,
.sn-system-scope .sn-next-events__item {
	display: grid;
	grid-template-columns: auto auto minmax(0, 1fr) auto;
	gap: 0.55rem;
	align-items: center;
	padding: 0.7rem 0.8rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.03);
	text-decoration: none;
}

.sn-system-scope .sn-ranking-list__position,
.sn-system-scope .sn-next-events__date {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.5rem;
	min-height: 2.5rem;
	border-radius: 10px;
	background: var(--sn-ui-primary-soft);
	font-size: 0.92rem;
	font-weight: 800;
}

.sn-system-scope .sn-ranking-list__avatar {
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 50%;
}

.sn-system-scope .sn-ranking-list__copy,
.sn-system-scope .sn-next-events__copy {
	display: grid;
}

.sn-system-scope .sn-ranking-list__copy small,
.sn-system-scope .sn-next-events__copy small {
	color: var(--sn-ui-text-faint);
}

.sn-system-scope .sn-ranking-list__score {
	font-size: 0.95rem;
	font-weight: 800;
}

.sn-system-scope .sn-chat-module__feed {
	display: grid;
	gap: 0.6rem;
	max-height: 360px;
	padding-right: 0.25rem;
	overflow: auto;
}

.sn-system-scope .sn-chat-module__message {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 0.55rem;
	align-items: flex-start;
}

.sn-system-scope .sn-chat-module__message.is-own {
	grid-template-columns: minmax(0, 1fr) auto;
}

.sn-system-scope .sn-chat-module__message.is-own .sn-chat-module__avatar {
	order: 2;
}

.sn-system-scope .sn-chat-module__avatar {
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 50%;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.06);
}

.sn-system-scope .sn-chat-module__bubble {
	display: grid;
	gap: 0.25rem;
	padding: 0.65rem 0.75rem;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.04);
}

.sn-system-scope .sn-chat-module__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.sn-system-scope .sn-chat-module__meta small {
	color: var(--sn-ui-text-faint);
}

.sn-system-scope .sn-chat-module__bubble p {
	margin: 0;
}

.sn-system-scope .sn-chat-module__composer {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.5rem;
}

.sn-system-scope.sn-banner-carousel,
.sn-system-scope .sn-banner-carousel {
	position: relative;
	gap: 0.75rem;
}

.sn-system-scope .sn-banner-carousel__track {
	position: relative;
}

.sn-system-scope .sn-banner-carousel__slide {
	display: none;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
	gap: 0.75rem;
	align-items: stretch;
}

.sn-system-scope .sn-banner-carousel__slide.is-active {
	display: grid;
}

.sn-system-scope .sn-banner-carousel__media {
	min-height: 220px;
	border-radius: 12px;
	overflow: hidden;
}

.sn-system-scope .sn-banner-carousel__copy {
	align-content: center;
}

.sn-system-scope .sn-banner-carousel__copy h2 {
	margin: 0;
	font-size: clamp(1.35rem, 2.6vw, 2rem);
	line-height: 0.98;
}

.sn-system-scope .sn-banner-carousel__copy p {
	margin: 0;
	color: var(--sn-ui-text-soft);
}

.sn-system-scope .sn-banner-carousel__controls {
	display: flex;
	justify-content: flex-end;
	gap: 0.5rem;
}

.sn-system-scope .sn-dashboard-panel__body {
	padding-top: 0.35rem;
}

.sn-system-scope .sn-race-next__meta {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 0.5rem;
}

.sn-system-scope .sn-race-next__item {
	display: grid;
	gap: 0.2rem;
	padding: 0.7rem;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.03);
}

.sn-system-scope .sn-race-next__item small {
	color: var(--sn-ui-text-faint);
	font-size: 0.92rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.sn-system-scope .sn-race-next__item strong {
	font-size: 0.94rem;
}

.sn-system-scope .sn-tournament-row {
	grid-template-columns: 104px minmax(0, 1fr) auto;
	align-items: center;
}

.sn-system-scope .sn-tournament-row__media {
	width: 88px;
	height: 88px;
	flex: 0 0 88px;
	display: grid;
	place-items: center;
	border-radius: 12px;
	background: #0a111a;
	border: 1px solid rgba(255, 255, 255, 0.08);
	overflow: hidden;
}

.sn-system-scope .sn-tournament-row__media img {
	max-width: 68px;
	max-height: 48px;
	object-fit: contain;
}


.sn-system-scope .sn-tournament-row__main {
	display: grid;
	gap: 0.35rem;
	min-width: 0;
}

.sn-system-scope .sn-tournament-row__side {
	display: grid;
	gap: 0.5rem;
	justify-items: end;
}

.sn-system-scope .sn-event-banner {
	grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
	align-items: stretch;
	overflow: hidden;
}

.sn-system-scope .sn-event-banner__media {
	min-height: 220px;
	border-radius: 12px;
	background:
		linear-gradient(135deg, rgba(217, 47, 34, 0.32), rgba(10, 18, 32, 0.24)),
		linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
	overflow: hidden;
}

.sn-system-scope .sn-event-banner__body {
	display: grid;
	gap: 0.6rem;
	align-content: center;
}

.sn-system-scope .sn-simulator-header {
	align-content: start;
}

.sn-system-scope .sn-tournament-calendar,
.sn-system-scope .sn-event-agenda {
	gap: 0.75rem;
}

.sn-system-scope .sn-agenda-layout {
	display: grid;
	grid-template-columns: minmax(300px, 360px) minmax(0, 1fr);
	gap: 0.75rem;
	align-items: stretch;
}

.sn-system-scope .sn-agenda-side,
.sn-system-scope .sn-agenda-board {
	display: grid;
	gap: 0.65rem;
	padding: 0.75rem;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 14px;
	background: rgba(8, 15, 26, 0.72);
	min-height: 0;
}

.sn-system-scope .sn-agenda-hero {
	display: grid;
	gap: 0.45rem;
	padding: 0.8rem;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 14px;
	background:
		radial-gradient(circle at top right, rgba(56, 112, 214, 0.24), transparent 42%),
		linear-gradient(145deg, rgba(14, 28, 49, 0.96), rgba(11, 21, 37, 0.96));
}

.sn-system-scope .sn-agenda-hero__date {
	display: flex;
	align-items: flex-end;
	gap: 0.6rem;
}

.sn-system-scope .sn-agenda-hero__date strong {
	font-size: clamp(2.2rem, 6vw, 3.2rem);
	line-height: 0.88;
}

.sn-system-scope .sn-agenda-hero__date span {
	display: block;
	font-size: 1rem;
	font-weight: 800;
	color: #70c2ff;
	letter-spacing: 0.08em;
}

.sn-system-scope .sn-agenda-hero__date small {
	display: block;
	margin-top: 0.15rem;
	color: var(--sn-ui-text-soft);
	font-size: 0.92rem;
	font-weight: 700;
}

.sn-system-scope .sn-agenda-hero p,
.sn-system-scope .sn-agenda-entry__copy p,
.sn-system-scope .sn-event-agenda-card__copy p,
.sn-system-scope .sn-event-track-banner__track-copy p {
	margin: 0;
	color: var(--sn-ui-text-soft);
	font-size: 1rem;
	line-height: 1.4;
}

.sn-system-scope .sn-agenda-side__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 0.6rem;
}

.sn-system-scope .sn-agenda-side__head span,
.sn-system-scope .sn-agenda-month span,
.sn-system-scope .sn-agenda-weekdays span {
	color: #8fc8ff;
	font-size: 0.92rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.sn-system-scope .sn-agenda-list {
	display: grid;
	gap: 0.6rem;
	align-content: start;
	min-height: 0;
}

.sn-system-scope .sn-agenda-empty {
	padding: 0.75rem;
	border: 1px dashed rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.03);
	color: var(--sn-ui-text-soft);
	text-align: center;
}

.sn-system-scope .sn-agenda-entry {
	display: grid;
	gap: 0.55rem;
	padding: 0.75rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 14px;
	background: linear-gradient(180deg, rgba(16, 23, 37, 0.96), rgba(11, 17, 28, 0.98));
}

.sn-system-scope .sn-agenda-entry__head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 76px;
	gap: 0.6rem;
	align-items: start;
}

.sn-system-scope .sn-agenda-entry__copy {
	display: grid;
	gap: 0.3rem;
	min-width: 0;
}

.sn-system-scope .sn-agenda-entry__eyebrow {
	color: #8fc8ff;
	font-size: 0.92rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.sn-system-scope .sn-agenda-entry__copy strong,
.sn-system-scope .sn-event-agenda-card__copy strong,
.sn-system-scope .sn-event-track-banner__track-copy strong {
	font-size: 1.02rem;
	line-height: 1.05;
}

.sn-system-scope .sn-agenda-entry__map,
.sn-system-scope .sn-event-agenda-card__map,
.sn-system-scope .sn-event-track-banner__map {
	display: grid;
	place-items: center;
	min-height: 76px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.04);
	overflow: hidden;
}

.sn-system-scope .sn-agenda-entry__map img,
.sn-system-scope .sn-event-agenda-card__map img,
.sn-system-scope .sn-event-track-banner__map img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 0.5rem;
	opacity: 0.92;
}

.sn-system-scope .sn-agenda-entry__map span,
.sn-system-scope .sn-event-agenda-card__map span,
.sn-system-scope .sn-event-track-banner__map span {
	font-size: 0.96rem;
	font-weight: 800;
	color: var(--sn-ui-text-soft);
}

.sn-system-scope .sn-agenda-sessions {
	display: grid;
	gap: 0.5rem;
}

.sn-system-scope .sn-agenda-session {
	position: relative;
	display: grid;
	gap: 0.35rem;
	padding: 0.7rem 0.75rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.03);
	overflow: hidden;
}

.sn-system-scope .sn-agenda-session::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: 3px;
	background: #56e5bf;
}

.sn-system-scope .sn-agenda-session.is-preq::before,
.sn-system-scope .sn-agenda-day__markers .is-preq {
	background: #ffd166;
}

.sn-system-scope .sn-agenda-session.is-practice::before,
.sn-system-scope .sn-agenda-day__markers .is-practice {
	background: #56e5bf;
}

.sn-system-scope .sn-agenda-session.is-qualy::before,
.sn-system-scope .sn-agenda-day__markers .is-qualy {
	background: #49a0ff;
}

.sn-system-scope .sn-agenda-session.is-race::before,
.sn-system-scope .sn-agenda-day__markers .is-race {
	background: #ff6d57;
}

.sn-system-scope .sn-agenda-session__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
}

.sn-system-scope .sn-agenda-session__state,
.sn-system-scope .sn-agenda-session__kind {
	display: inline-flex;
	align-items: center;
	min-height: 1.4rem;
	padding: 0 0.45rem;
	border-radius: 999px;
	font-size: 0.92rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.sn-system-scope .sn-agenda-session__state {
	background: rgba(255, 255, 255, 0.08);
	color: #f7fbff;
}

.sn-system-scope .sn-agenda-session__kind {
	background: rgba(255, 255, 255, 0.04);
	color: var(--sn-ui-text-soft);
}

.sn-system-scope .sn-agenda-session p {
	margin: 0;
	color: var(--sn-ui-text-faint);
	font-size: 0.92rem;
}

.sn-system-scope .sn-agenda-session__schedule {
	display: grid;
	gap: 0.15rem;
}

.sn-system-scope .sn-agenda-session__schedule span {
	font-size: 0.98rem;
	font-weight: 700;
}

.sn-system-scope .sn-agenda-session__schedule small {
	color: var(--sn-ui-text-faint);
	font-size: 0.98rem;
}

.sn-system-scope .sn-agenda-session__range {
	display: inline-flex;
	width: fit-content;
	padding: 0.2rem 0.45rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	color: #f6fbff;
	font-size: 0.92rem;
	font-weight: 800;
}

.sn-system-scope .sn-agenda-session .sn-button-group {
	margin-top: 0.1rem;
}

.sn-system-scope .sn-agenda-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
}

.sn-system-scope .sn-agenda-month {
	display: grid;
	gap: 0.15rem;
}

.sn-system-scope .sn-agenda-month strong {
	font-size: 1.35rem;
	line-height: 0.95;
}

.sn-system-scope .sn-agenda-weekdays,
.sn-system-scope .sn-agenda-grid {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 0.35rem;
}

.sn-system-scope .sn-agenda-weekdays span {
	text-align: center;
}

.sn-system-scope .sn-agenda-day {
	position: relative;
	min-height: 76px;
	padding: 0.45rem;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 12px;
	background: linear-gradient(180deg, rgba(24, 32, 51, 0.92), rgba(17, 24, 39, 0.94));
	overflow: hidden;
}

.sn-system-scope .sn-agenda-day.is-outside {
	opacity: 0.4;
}

.sn-system-scope .sn-agenda-day.is-selected {
	border-color: rgba(106, 152, 237, 0.38);
	box-shadow: inset 0 0 0 1px rgba(106, 152, 237, 0.18);
}

.sn-system-scope .sn-agenda-day.is-today .sn-agenda-day__number {
	color: #ffd166;
}

.sn-system-scope .sn-agenda-day__number,
.sn-system-scope .sn-agenda-day__map,
.sn-system-scope .sn-agenda-day__markers {
	position: relative;
	z-index: 1;
}

.sn-system-scope .sn-agenda-day__number {
	display: inline-flex;
	font-size: 0.96rem;
	font-weight: 800;
}

.sn-system-scope .sn-agenda-day__map {
	position: absolute;
	inset: 22px 8px 22px;
	max-width: calc(100% - 16px);
	max-height: calc(100% - 44px);
	object-fit: contain;
	opacity: 0.56;
}

.sn-system-scope .sn-agenda-day__markers {
	position: absolute;
	left: 50%;
	bottom: 0.45rem;
	transform: translateX(-50%);
	display: flex;
	gap: 0.3rem;
}

.sn-system-scope .sn-agenda-day__markers i {
	display: block;
	width: 0.44rem;
	height: 0.44rem;
	border-radius: 999px;
	box-shadow: 0 0 0 2px rgba(8, 13, 22, 0.92);
}

.sn-system-scope .sn-event-agenda-card {
	position: relative;
	overflow: hidden;
	display: grid;
	gap: 0.55rem;
	padding: 0.8rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 14px;
	background: linear-gradient(180deg, rgba(16, 23, 37, 0.96), rgba(11, 17, 28, 0.98));
}

.sn-system-scope .sn-event-agenda-card__media {
	position: absolute;
	inset: 0;
}

.sn-system-scope .sn-event-agenda-card__background {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.16;
}

.sn-system-scope .sn-event-agenda-card__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(8, 13, 22, 0.12), rgba(8, 13, 22, 0.84));
}

.sn-system-scope .sn-event-agenda-card__head,
.sn-system-scope .sn-event-agenda-card__body {
	position: relative;
	z-index: 1;
}

.sn-system-scope .sn-event-agenda-card__head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 76px;
	gap: 0.6rem;
	align-items: start;
}

.sn-system-scope .sn-event-agenda-card__copy {
	display: grid;
	gap: 0.3rem;
	min-width: 0;
}

.sn-system-scope .sn-event-agenda-card__series {
	display: inline-flex;
	width: fit-content;
	min-height: 1.45rem;
	padding: 0 0.5rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 0.92rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.sn-system-scope .sn-event-agenda-card__body {
	display: grid;
	gap: 0.5rem;
}

.sn-system-scope .sn-event-agenda-card__time span {
	color: #8fc8ff;
	font-size: 0.92rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.sn-system-scope .sn-event-agenda-card__time strong {
	display: block;
	margin-top: 0.2rem;
	font-size: 1rem;
	line-height: 1.05;
}

.sn-system-scope .sn-event-agenda-card__time small,
.sn-system-scope .sn-event-agenda-card__note {
	color: var(--sn-ui-text-soft);
	font-size: 0.94rem;
}

.sn-system-scope .sn-event-agenda-card__note {
	margin: 0;
}

.sn-system-scope .sn-event-track-banner {
	position: relative;
	overflow: hidden;
	min-height: 158px;
}

.sn-system-scope .sn-event-track-banner__media {
	position: absolute;
	inset: 0;
}

.sn-system-scope .sn-event-track-banner__background {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.34;
}

.sn-system-scope .sn-event-track-banner__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(7, 12, 21, 0.1), rgba(7, 12, 21, 0.58)),
		linear-gradient(90deg, rgba(7, 12, 21, 0.78), rgba(7, 12, 21, 0.44));
}

.sn-system-scope .sn-event-track-banner__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(170px, 0.9fr) minmax(240px, 1.35fr) minmax(240px, auto);
	gap: 0.75rem;
	align-items: center;
	min-height: 100%;
}

.sn-system-scope .sn-event-track-banner__intro,
.sn-system-scope .sn-event-track-banner__track {
	display: grid;
	gap: 0.35rem;
}

.sn-system-scope .sn-event-track-banner__date strong {
	display: block;
	font-size: 0.96rem;
	line-height: 1.1;
}

.sn-system-scope .sn-event-track-banner__date small {
	color: var(--sn-ui-text-soft);
	font-size: 0.92rem;
	font-weight: 700;
}

.sn-system-scope .sn-event-track-banner__track {
	grid-template-columns: minmax(0, 1fr) 88px;
	align-items: center;
	padding: 0.65rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 14px;
	background: rgba(7, 12, 21, 0.38);
	backdrop-filter: blur(6px);
}

.sn-system-scope .sn-event-track-banner__track-copy {
	display: grid;
	gap: 0.35rem;
	min-width: 0;
}

.sn-system-scope .sn-event-track-banner__pills {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
}

.sn-system-scope .sn-event-track-banner__actions {
	display: grid;
	align-self: stretch;
}

.sn-system-scope .sn-event-track-banner__actions .sn-button-group {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 0.45rem;
}

.sn-system-scope .sn-event-track-banner__actions .sn-btn {
	min-height: 2.9rem;
}

.sn-system-scope .sn-event-track-banner__cta-main {
	flex: 1 1 220px;
	justify-content: space-between;
}

.sn-system-scope .sn-event-track-banner__cta-side {
	flex: 0 0 auto;
}

.sn-system-scope .sn-event-track-banner__cta-link {
	flex: 1 1 100%;
	justify-content: center;
}

@media (max-width: 980px) {

	.sn-system-scope .sn-agenda-layout,
	.sn-system-scope .sn-event-track-banner__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.sn-system-scope .sn-agenda-board {
		order: 2;
	}

	.sn-system-scope .sn-event-track-banner__track {
		grid-template-columns: minmax(0, 1fr) 72px;
	}
}

@media (max-width: 640px) {

	.sn-system-scope .sn-agenda-side,
	.sn-system-scope .sn-agenda-board,
	.sn-system-scope .sn-event-agenda-card,
	.sn-system-scope .sn-event-track-banner {
		padding: 0.7rem;
	}

	.sn-system-scope .sn-agenda-entry__head,
	.sn-system-scope .sn-event-agenda-card__head,
	.sn-system-scope .sn-event-track-banner__track {
		grid-template-columns: minmax(0, 1fr);
	}

	.sn-system-scope .sn-agenda-day {
		min-height: 66px;
	}
}

.sn-ui-preview-body {
	margin: 0;
	padding: 24px 0 56px;
	background:
		radial-gradient(circle at top, rgba(217, 47, 34, 0.12), transparent 34%),
		#06101b;
}

[data-sn-ui-preview] {
	display: grid;
	gap: 2rem;
}

.sn-ui-preview__section {
	display: grid;
	gap: 1rem;
	scroll-margin-top: 6rem;
}

.sn-ui-preview__stack {
	display: grid;
	gap: 1rem;
}

.sn-ui-preview__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 0.75rem;
}

.sn-ui-preview__grid--wide {
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.sn-ui-preview__grid>* {
	min-width: 0;
}

.sn-ui-preview__note {
	margin: 0;
	color: #9caabc;
	font-size: 0.92rem;
}

.sn-ui-preview__state {
	display: grid;
	gap: 0.5rem;
}

.sn-ui-preview-body .sn-base-layout>.sn-tabs-shell {
	position: sticky;
	top: 12px;
	z-index: 25;
	padding-top: 2px;
}

.sn-ui-preview-body .sn-base-layout>.sn-tabs-shell .sn-tabs {
	background: rgba(6, 12, 22, 0.88);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 16px;
	padding: 0.5rem;
}

[data-sn-ui-preview] .sn-modal {
	position: relative;
	inset: auto;
	padding: 0;
}

[data-sn-ui-preview] .sn-modal__backdrop {
	display: none;
}

[data-sn-ui-preview] .sn-modal__dialog {
	width: 100%;
	max-height: none;
}

@media (max-width: 900px) {

	.sn-system-scope.sn-section-header,
	.sn-system-scope .sn-section-header,
	.sn-system-scope .sn-identity-card__hero,
	.sn-system-scope .sn-banner-carousel__slide,
	.sn-system-scope .sn-event-banner,
	.sn-system-scope .sn-tournament-row {
		grid-template-columns: minmax(0, 1fr);
	}

	.sn-system-scope .sn-form__grid,
	.sn-system-scope .sn-chat-module__composer {
		grid-template-columns: minmax(0, 1fr);
	}

	.sn-system-scope .sn-ranking-list__item,
	.sn-system-scope .sn-next-events__item {
		grid-template-columns: auto minmax(0, 1fr) auto;
	}

	.sn-system-scope .sn-ranking-list__avatar {
		display: none;
	}

	.sn-ui-preview__grid,
	.sn-ui-preview__grid--wide {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (max-width: 640px) {

	.sn-system-scope.sn-base-layout,
	.sn-system-scope .sn-base-layout {
		padding: 0.75rem;
	}

	.sn-system-scope.sn-section-header,
	.sn-system-scope .sn-section-header,
	.sn-system-scope.sn-module,
	.sn-system-scope .sn-module,
	.sn-system-scope.sn-form,
	.sn-system-scope .sn-form,
	.sn-system-scope .sn-modal__dialog {
		padding: 1rem;
		border-radius: 22px;
	}

	.sn-system-scope .sn-tabs {
		padding: 0.65rem;
		border-radius: 22px;
	}

	.sn-system-scope .sn-tab,
	.sn-system-scope .sn-btn {
		width: 100%;
	}

	.sn-system-scope.sn-button-group,
	.sn-system-scope .sn-button-group,
	.sn-system-scope .sn-module__actions {
		display: grid;
	}

	.sn-system-scope .sn-ranking-list__item,
	.sn-system-scope .sn-next-events__item {
		grid-template-columns: minmax(0, 1fr);
	}

	.sn-system-scope .sn-next-events__date,
	.sn-system-scope .sn-ranking-list__position {
		min-width: 0;
		width: fit-content;
	}
}

/* Progressive Nitro normalization */
.sn-system-scope.sn-section-header,
.sn-system-scope .sn-section-header,
.sn-system-scope.sn-form,
.sn-system-scope .sn-form {
	border-radius: 14px;
}

.sn-system-scope.sn-section-header,
.sn-system-scope .sn-section-header,
.sn-system-scope.sn-form,
.sn-system-scope .sn-form {
	padding: var(--sn-padding);
	gap: var(--sn-gap);
}

.sn-system-scope .sn-card,
.sn-system-scope .sn-card-extended {
	padding: var(--sn-space-4);
}

.sn-system-scope .sn-card-compact {
	padding: var(--sn-space-3);
}

.sn-system-scope .sn-section-header__eyebrow,
.sn-system-scope .sn-card__eyebrow,
.sn-system-scope .sn-identity-card__eyebrow {
	min-height: 24px;
	padding: 0 10px;
	font-size: var(--sn-text-small);
	letter-spacing: 0.08em;
}

.sn-system-scope .sn-section-header__title,
.sn-system-scope .sn-module__title,
.sn-system-scope .sn-card__title,
.sn-system-scope .sn-identity-card__title {
	font-size: var(--sn-text-title);
	line-height: 1.02;
}

.sn-system-scope .sn-section-header__subtitle,
.sn-system-scope .sn-module__subtitle,
.sn-system-scope .sn-card__subtitle,
.sn-system-scope .sn-identity-card__description,
.sn-system-scope .sn-dashboard-panel__body,
.sn-system-scope .sn-form__description,
.sn-system-scope .sn-form__hint,
.sn-system-scope .sn-form__error {
	font-size: var(--sn-text-small);
	line-height: 1.4;
}

.sn-system-scope .sn-card__subtitle,
.sn-system-scope .sn-module__subtitle,
.sn-system-scope .sn-identity-card__description {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
}

.sn-system-scope .sn-card__meta,
.sn-system-scope .sn-identity-card__meta,
.sn-system-scope .sn-module__actions,
.sn-system-scope .sn-button-group {
	gap: var(--sn-space-2);
}

.sn-system-scope .sn-meta-pill,
.sn-system-scope .sn-status-pill {
	min-height: 24px;
	padding: 0 10px;
	font-size: var(--sn-text-small);
	border-radius: 999px;
}

.sn-system-scope .sn-form__label,
.sn-system-scope .sn-spec-list dt,
.sn-system-scope .sn-stat-card__label {
	font-size: var(--sn-text-small);
}

.sn-system-scope .sn-stats-grid {
	gap: var(--sn-space-2);
}

.sn-system-scope .sn-stat-card,
.sn-system-scope .sn-spec-list__item {
	padding: var(--sn-space-3);
	border-radius: 12px;
}

.sn-system-scope .sn-stat-card__value,
.sn-system-scope .sn-spec-list dd,
.sn-system-scope .sn-ranking-list__score {
	font-size: 14px;
}

.sn-system-scope .sn-identity-card__hero {
	grid-template-columns: 64px minmax(0, 1fr);
	gap: var(--sn-space-3);
	align-items: start;
}

.sn-system-scope .sn-identity-card__avatar {
	width: 64px;
	height: 64px;
}

.sn-system-scope .sn-identity-card__media {
	min-height: 112px;
}

.sn-system-scope .sn-card__body,
.sn-system-scope .sn-banner-carousel__copy,
.sn-system-scope .sn-dashboard-panel__header {
	gap: var(--sn-space-2);
}

.sn-system-scope .sn-card__media,
.sn-system-scope .sn-banner-carousel__media,
.sn-system-scope .sn-event-banner__media {
	min-height: 160px;
}

.sn-system-scope .sn-ranking-list__item,
.sn-system-scope .sn-next-events__item {
	padding: 8px 12px;
	border-radius: 12px;
}

.sn-system-scope .sn-ranking-list__position,
.sn-system-scope .sn-next-events__date {
	min-width: 40px;
	min-height: 40px;
	font-size: 14px;
}

.sn-system-scope .sn-chat-module__bubble {
	padding: 10px 12px;
}

.sn-system-scope .sn-vertical-tabs {
	display: grid;
	gap: var(--sn-space-2);
	padding: var(--sn-space-2);
	border: 1px solid var(--sn-ui-border);
	border-radius: 14px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015)),
		var(--sn-ui-surface);
	box-shadow: var(--sn-ui-shadow);
}

.sn-system-scope .sn-vertical-tab {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	height: 40px;
	min-height: 40px;
	padding: 0 14px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 10px;
	background: linear-gradient(180deg, rgba(93, 20, 24, 0.72), rgba(58, 17, 20, 0.72));
	color: #f4f6fb;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.sn-system-scope .sn-vertical-tab.is-active,
.sn-system-scope .sn-vertical-tab.active,
.sn-system-scope .sn-vertical-tab.on,
.sn-system-scope .sn-vertical-tab[aria-selected='true'] {
	background: linear-gradient(135deg, var(--sn-ui-primary), var(--sn-ui-primary-strong));
	border-color: rgba(255, 131, 117, 0.28);
}

.sn-system-scope .sn-simulator-header {
	position: relative;
	overflow: hidden;
	padding: 0;
	min-height: 140px;
}

.sn-system-scope .sn-simulator-header__media {
	position: absolute;
	inset: 0;
}

.sn-system-scope .sn-simulator-header__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sn-system-scope .sn-simulator-header__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(7, 12, 21, 0.92), rgba(7, 12, 21, 0.62)),
		linear-gradient(180deg, rgba(7, 12, 21, 0.12), rgba(7, 12, 21, 0.72));
}

.sn-system-scope .sn-simulator-header__body {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--sn-space-4);
	min-height: 140px;
	padding: var(--sn-space-4);
}

.sn-system-scope .sn-simulator-header__brand {
	display: grid;
	grid-template-columns: 110px minmax(0, 1fr);
	gap: var(--sn-space-3);
	align-items: center;
	min-width: 0;
}

.sn-system-scope .sn-simulator-header__logo {
	display: grid;
	place-items: center;
	min-height: 68px;
	padding: var(--sn-space-3);
	border-radius: 12px;
	background: rgba(10, 18, 32, 0.55);
	border: 1px solid rgba(255, 255, 255, 0.08);
	overflow: hidden;
}

.sn-system-scope .sn-simulator-header__logo img {
	max-height: 40px;
	object-fit: contain;
}

.sn-system-scope .sn-simulator-header__copy {
	display: grid;
	gap: var(--sn-space-1);
	min-width: 0;
}

.sn-system-scope .sn-simulator-header .sn-card__meta {
	gap: var(--sn-space-1);
}

.sn-system-scope .sn-team-chip {
	display: inline-flex;
	align-items: center;
	gap: var(--sn-space-1);
	padding: 6px 10px;
	border-radius: 10px;
	background: rgba(143, 5, 0, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.08);
	width: fit-content;
	max-width: 100%;
}

.sn-system-scope .sn-team-chip__logo {
	width: 22px;
	height: 22px;
	object-fit: contain;
}

.sn-system-scope .sn-team-chip__link,
.sn-system-scope .sn-team-chip__label {
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.sn-system-scope .sn-pilot-card {
	gap: var(--sn-space-3);
}

.sn-system-scope .sn-pilot-card__identity {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	gap: var(--sn-space-3);
	align-items: start;
}

.sn-system-scope .sn-pilot-card__avatar {
	display: grid;
	place-items: center;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	overflow: hidden;
	background: linear-gradient(135deg, rgba(217, 47, 34, 0.16), rgba(255, 255, 255, 0.05));
}

.sn-system-scope .sn-pilot-card__copy {
	display: grid;
	gap: var(--sn-space-1);
	min-width: 0;
}

.sn-system-scope .sn-pilot-card__title-row {
	display: flex;
	align-items: center;
	gap: var(--sn-space-2);
	flex-wrap: wrap;
}

.sn-system-scope .sn-pilot-card__flag {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 14px;
	font-weight: 700;
	color: var(--sn-ui-text-soft);
}

.sn-system-scope .sn-pilot-card__flag img,
.sn-system-scope .sn-pilot-row__flag img {
	width: 22px;
	height: 14px;
	border-radius: 3px;
	object-fit: cover;
}

.sn-system-scope .sn-pilot-card__stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--sn-space-2);
}

.sn-system-scope .sn-tournament-row {
	position: relative;
	overflow: hidden;
	grid-template-columns: 116px minmax(0, 1fr) auto;
	align-items: center;
	min-height: 88px;
}

.sn-system-scope .sn-tournament-row__background {
	position: absolute;
	inset: 0;
}

.sn-system-scope .sn-tournament-row__background img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sn-system-scope .sn-tournament-row__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(7, 12, 21, 0.96), rgba(7, 12, 21, 0.85)),
		linear-gradient(180deg, rgba(255, 206, 61, 0.04), rgba(7, 12, 21, 0.5));
}

.sn-system-scope .sn-tournament-row__media,
.sn-system-scope .sn-tournament-row__main,
.sn-system-scope .sn-tournament-row__side {
	position: relative;
	z-index: 1;
}

.sn-system-scope .sn-tournament-row__media {
	display: grid;
	place-items: center;
	min-height: 70px;
	padding: var(--sn-space-2);
	border-radius: 12px;
	background: rgba(10, 18, 32, 0.55);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.sn-system-scope .sn-tournament-row__media img {
	max-height: 34px;
	object-fit: contain;
}

.sn-system-scope .sn-tournament-row__main {
	display: grid;
	gap: var(--sn-space-1);
	min-width: 0;
}

.sn-system-scope .sn-tournament-row__race {
	display: grid;
	gap: 2px;
	padding: 8px 10px;
	border-radius: 12px;
	background: rgba(8, 15, 26, 0.58);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.sn-system-scope .sn-tournament-row__race strong,
.sn-system-scope .sn-event-row__main strong,
.sn-system-scope .sn-pilot-row__copy strong,
.sn-system-scope .sn-car-row__copy strong {
	font-size: 14px;
	line-height: 1.15;
}

.sn-system-scope .sn-tournament-row__race p,
.sn-system-scope .sn-tournament-row__race small {
	margin: 0;
	font-size: 14px;
	color: var(--sn-ui-text-soft);
}

.sn-system-scope .sn-tournament-row__side {
	display: grid;
	grid-template-columns: minmax(128px, 1fr) 64px;
	grid-template-areas:
		"action poster"
		"status poster";
	gap: 8px 10px;
	align-items: start;
	justify-items: stretch;
}

.sn-system-scope .sn-tournament-row__poster {
	width: 64px;
	height: 64px;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.1);
	grid-area: poster;
	justify-self: end;
}

.sn-system-scope .sn-tournament-row__side>.sn-button-group {
	grid-area: action;
	width: 100%;
}

.sn-system-scope .sn-tournament-row__side>.sn-button-group .sn-btn {
	width: 100%;
}

.sn-system-scope .sn-event-row,
.sn-system-scope .sn-pilot-row,
.sn-system-scope .sn-car-row {
	align-items: center;
}

.sn-system-scope .sn-event-row {
	grid-template-columns: 108px minmax(0, 1fr) auto;
	gap: var(--sn-space-3);
}

.sn-system-scope .sn-event-row__date,
.sn-system-scope .sn-pilot-row__stats span,
.sn-system-scope .sn-car-row__copy small,
.sn-system-scope .sn-pilot-row__copy small,
.sn-system-scope .sn-event-row__description {
	font-size: 14px;
	color: var(--sn-ui-text-soft);
}

.sn-system-scope .sn-event-row__side {
	display: grid;
	gap: var(--sn-space-2);
	justify-items: end;
}

.sn-system-scope .sn-pilot-row {
	grid-template-columns: 40px 24px minmax(0, 1fr) auto;
	gap: var(--sn-space-2);
	min-height: 56px;
}

.sn-system-scope .sn-pilot-row__avatar {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	background: linear-gradient(135deg, rgba(217, 47, 34, 0.16), rgba(255, 255, 255, 0.05));
}

.sn-system-scope .sn-pilot-row__copy,
.sn-system-scope .sn-car-row__copy {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.sn-system-scope .sn-pilot-row__stats {
	display: flex;
	align-items: center;
	gap: var(--sn-space-2);
	flex-wrap: wrap;
	justify-content: flex-end;
}

.sn-system-scope .sn-pilot-row__stats strong {
	font-size: 14px;
	color: var(--sn-ui-text);
}

.sn-system-scope .sn-car-row {
	grid-template-columns: 92px minmax(0, 1fr);
	gap: var(--sn-space-3);
	min-height: 56px;
}

.sn-system-scope .sn-car-row__media {
	display: grid;
	place-items: center;
	min-height: 40px;
	padding: var(--sn-space-1);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.03);
}

.sn-system-scope .sn-ui-preview__grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: var(--sn-space-3);
}

.sn-system-scope .sn-ui-preview__grid--wide {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 1200px) {
	.sn-system-scope .sn-ui-preview__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.sn-system-scope .sn-ui-preview__grid--wide {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {

	.sn-system-scope .sn-simulator-header__body,
	.sn-system-scope .sn-simulator-header__brand,
	.sn-system-scope .sn-tournament-row,
	.sn-system-scope .sn-event-row,
	.sn-system-scope .sn-pilot-row,
	.sn-system-scope .sn-car-row {
		grid-template-columns: minmax(0, 1fr);
	}

	.sn-system-scope .sn-simulator-header__body {
		display: grid;
		align-items: start;
	}

	.sn-system-scope .sn-tournament-row__side,
	.sn-system-scope .sn-event-row__side {
		justify-items: start;
	}

	.sn-system-scope .sn-ui-preview__grid,
	.sn-system-scope .sn-ui-preview__grid--wide {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {

	.sn-system-scope .sn-btn,
	.sn-system-scope .sn-tab,
	.sn-system-scope .sn-vertical-tab {
		width: 100%;
	}

	.sn-system-scope .sn-pilot-card__identity,
	.sn-system-scope .sn-pilot-card__stats,
	.sn-system-scope .sn-agenda-layout,
	.sn-system-scope .sn-event-track-banner__grid,
	.sn-system-scope .sn-ui-preview__grid,
	.sn-system-scope .sn-ui-preview__grid--wide {
		grid-template-columns: minmax(0, 1fr);
	}

	.sn-system-scope .sn-pilot-row__stats {
		justify-content: flex-start;
	}
}

/* Compact row normalization and reusable badges */
.sn-system-scope.sn-team-badge,
.sn-system-scope .sn-team-badge,
.sn-system-scope.sn-badge,
.sn-system-scope .sn-badge,
.sn-system-scope .sn-team-chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	max-width: 100%;
	min-height: 20px;
	padding: 2px 8px;
	border-radius: 6px;
	border: 1px solid var(--sn-team-accent, rgba(255, 255, 255, 0.08));
	background: var(--sn-team-bg, rgba(143, 5, 0, 0.18));
	color: var(--sn-team-text, var(--sn-ui-text));
	font-size: var(--sn-team-font-size, 12px);
	font-family: var(--sn-team-font-family, var(--sn-font-sans, system-ui, sans-serif));
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
}

.sn-system-scope.sn-badge,
.sn-system-scope .sn-badge {
	border: 0;
	background: rgba(255, 255, 255, 0.08);
}

.sn-system-scope .sn-badge>i {
	flex: 0 0 auto;
	font-size: 14px;
	line-height: 1;
}

.sn-system-scope .sn-team-logo,
.sn-system-scope .sn-team-chip__logo {
	flex: 0 0 auto;
	width: 14px;
	height: 14px;
	object-fit: contain;
}

.sn-system-scope .sn-team-name,
.sn-system-scope .sn-team-chip__link,
.sn-system-scope .sn-team-chip__label {
	display: block;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
}

.sn-system-scope.sn-car-badge,
.sn-system-scope .sn-car-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	max-width: 100%;
	min-width: 0;
	font-size: 14px;
	line-height: 1;
	white-space: nowrap;
}

.sn-system-scope.sn-car-badge img,
.sn-system-scope .sn-car-badge img {
	flex: 0 0 auto;
	width: 22px;
	height: 14px;
	object-fit: contain;
}

.sn-system-scope .sn-car-badge__fallback {
	display: inline-grid;
	place-items: center;
	width: 22px;
	height: 14px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.08);
	font-size: 14px;
	font-weight: 700;
}

.sn-system-scope .sn-car-badge__label {
	display: block;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 600;
}

.sn-system-scope.sn-pilot-row,
.sn-system-scope .sn-pilot-row {
	display: flex;
	align-items: center;
	gap: 10px;
	height: 52px;
	padding: 8px 12px;
	overflow: hidden;
}

.sn-system-scope .sn-pilot-avatar {
	flex: 0 0 34px;
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 10px;
	overflow: hidden;
	background: rgba(10, 18, 32, 0.72);
}

.sn-system-scope .sn-pilot-avatar img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: cover;
}

.sn-system-scope .sn-pilot-avatar span {
	font-size: 14px;
	font-weight: 700;
	color: var(--sn-ui-text-soft);
}

.sn-system-scope .sn-pilot-info {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: center;
	gap: 4px;
	min-width: 0;
}

.sn-system-scope .sn-pilot-name-line {
	display: flex;
	align-items: center;
	gap: 6px;
	min-width: 0;
}

.sn-system-scope .sn-flag {
	flex: 0 0 auto;
	width: 16px;
	height: 12px;
	border-radius: 3px;
	object-fit: cover;
}

.sn-system-scope .sn-pilot-name {
	display: block;
	min-width: 0;
	overflow: hidden;
	color: var(--sn-ui-text);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.1;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sn-system-scope a.sn-pilot-name:hover {
	color: #ffffff;
}

.sn-system-scope.sn-car-row,
.sn-system-scope .sn-car-row {
	display: flex;
	align-items: center;
	gap: 12px;
	height: 64px;
	padding: 10px 14px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.05);
	background: rgba(255, 255, 255, 0.03);
	overflow: hidden;
	transition:
		background 0.2s ease,
		border-color 0.2s ease,
		box-shadow 0.2s ease;
}

.sn-system-scope.sn-car-row:hover,
.sn-system-scope .sn-car-row:hover {
	background: rgba(255, 255, 255, 0.06);
}

.sn-system-scope .sn-car-img {
	flex: 0 0 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 32px;
}

.sn-system-scope .sn-car-img img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.sn-system-scope .sn-car-img span {
	display: inline-grid;
	place-items: center;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.08);
	font-size: 14px;
	font-weight: 700;
	color: var(--sn-ui-text-soft);
}

.sn-system-scope .sn-car-info {
	flex: 1 1 auto;
	min-width: 0;
}

.sn-system-scope .sn-car-name {
	display: block;
	overflow: hidden;
	color: var(--sn-ui-text);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sn-system-scope .sn-car-meta {
	color: var(--sn-ui-text-soft);
}

.sn-system-scope .sn-car-check {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: transparent;
}

.sn-system-scope.sn-car-row--active,
.sn-system-scope .sn-car-row--active {
	border-color: #ff2a2a;
	background: linear-gradient(90deg, rgba(255, 40, 40, 0.15), rgba(255, 40, 40, 0.05));
}

.sn-system-scope.sn-car-row--active .sn-car-name,
.sn-system-scope .sn-car-row--active .sn-car-name {
	color: #f8fbff;
}

.sn-system-scope.sn-car-row--active .sn-car-meta,
.sn-system-scope .sn-car-row--active .sn-car-meta {
	color: rgba(240, 245, 255, 0.82);
}

.sn-system-scope.sn-car-row--active .sn-car-check,
.sn-system-scope .sn-car-row--active .sn-car-check {
	border-color: #ff2a2a;
	background: #ff2a2a;
	box-shadow: 0 0 0 3px rgba(255, 42, 42, 0.14);
}

.sn-system-scope.sn-car-row--disabled,
.sn-system-scope .sn-car-row--disabled {
	opacity: 0.6;
}

.sn-car-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 12px;
}

@media (max-width: 900px) {

	.sn-system-scope.sn-pilot-row,
	.sn-system-scope .sn-pilot-row,
	.sn-system-scope.sn-car-row,
	.sn-system-scope .sn-car-row {
		width: 100%;
	}
}

@media (max-width: 640px) {
	.sn-car-grid {
		grid-template-columns: minmax(0, 1fr);
	}
}

/* Global UI consistency pass */
.sn-system-scope .sn-stats-grid,
.sn-system-scope .sn-pilot-card__stats {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.sn-system-scope .sn-stat-card {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 34px;
	padding: 6px 10px;
	border-radius: 10px;
}

.sn-system-scope .sn-stat-card__icon {
	flex: 0 0 auto;
	font-size: 14px;
	line-height: 1;
	color: currentColor;
}

.sn-system-scope .sn-stat-card__value {
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
}

.sn-system-scope .sn-stat-card__label {
	font-size: 14px;
	line-height: 1;
	white-space: nowrap;
}

.sn-system-scope .sn-dropdown {
	width: 100%;
}

.sn-system-scope .sn-dropdown__trigger {
	position: relative;
	width: 100%;
}

.sn-system-scope .sn-dropdown__menu {
	top: calc(100% - 1px);
	left: 0;
	right: auto;
	width: 100%;
	min-width: 100%;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.sn-system-scope .sn-form__grid {
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	align-items: start;
}

.sn-system-scope select.sn-form__control {
	appearance: none;
	padding-right: 36px;
	background-color: rgba(255, 255, 255, 0.04);
	background-image: linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, 0.72) 50%), linear-gradient(135deg, rgba(255, 255, 255, 0.72) 50%, transparent 50%);
	background-position: calc(100% - 16px) calc(50% - 2px), calc(100% - 11px) calc(50% - 2px);
	background-repeat: no-repeat;
	background-size: 5px 5px, 5px 5px;
	color: var(--sn-ui-text);
	color-scheme: dark;
}

.sn-system-scope select.sn-form__control option,
.sn-system-scope select.sn-form__control optgroup {
	background: #0b1522;
	color: #f5f7fb;
}

.sn-system-scope .sn-table__cell {
	vertical-align: middle;
}

.sn-system-scope .sn-table .sn-pilot-identity,
.sn-system-scope .sn-table .sn-car-identity,
.sn-system-scope .sn-table .sn-track-identity,
.sn-system-scope .sn-table .sn-team-badge {
	min-width: 0;
}

.sn-system-scope .sn-pilot-identity {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	max-width: 100%;
	min-width: 0;
}

.sn-system-scope .sn-pilot-identity__avatar {
	flex: 0 0 34px;
	display: inline-grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 10px;
	overflow: hidden;
	background: rgba(10, 18, 32, 0.72);
}

.sn-system-scope .sn-pilot-identity__avatar img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sn-system-scope .sn-pilot-identity__avatar span {
	font-size: 14px;
	font-weight: 700;
	color: var(--sn-ui-text-soft);
}

.sn-system-scope .sn-pilot-identity__copy {
	display: inline-flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.sn-system-scope .sn-pilot-identity__title {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-width: 0;
}

.sn-system-scope .sn-pilot-identity__name {
	display: block;
	min-width: 0;
	overflow: hidden;
	color: var(--sn-ui-text);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.1;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sn-system-scope .sn-pilot-identity__name:hover {
	color: #ffffff;
}

.sn-system-scope .sn-car-identity {
	display: inline-grid;
	grid-template-columns: 48px minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	max-width: 100%;
	min-width: 0;
}

.sn-system-scope .sn-car-identity__media {
	display: inline-grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 10px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.04);
}

.sn-system-scope .sn-car-identity__media img {
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	object-fit: contain;
	object-position: center bottom;
}

.sn-system-scope .sn-car-identity--brand-fallback .sn-car-identity__media img {
	object-position: center center;
	padding: 8px;
}

.sn-system-scope .sn-car-identity__media span {
	font-size: 14px;
	font-weight: 700;
	color: var(--sn-ui-text-soft);
}

.sn-system-scope .sn-car-identity__copy {
	display: grid;
	gap: 4px;
	min-width: 0;
	width: 100%;
}

.sn-system-scope .sn-car-identity__name {
	display: block;
	overflow: hidden;
	color: var(--sn-ui-text);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.1;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sn-system-scope .sn-car-identity__copy small {
	display: block;
	overflow: hidden;
	color: var(--sn-ui-text-soft);
	font-size: 14px;
	line-height: 1.1;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sn-system-scope .sn-car-identity__img[hidden],
.sn-system-scope .sn-car-identity__fallback[hidden] {
	display: none !important;
}

.sn-system-scope .sn-car-identity__fallback {
	display: inline-grid;
	place-items: center;
	width: 100%;
	height: 100%;
	color: var(--sn-ui-text-soft);
	font-size: 0.95rem;
	background: rgba(255, 255, 255, 0.06);
}

.sn-system-scope .sn-car-identity__context {
	display: block;
	overflow: hidden;
	color: var(--sn-ui-text-soft);
	font-size: 14px;
	line-height: 1.15;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sn-system-scope .sn-car-identity__meta {
	display: inline-flex;
	align-items: center;
	column-gap: 6px;
	row-gap: 6px;
	flex-wrap: wrap;
	margin-top: 4px;
}

.sn-system-scope .sn-car-identity__pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 20px;
	padding: 0 9px;
	flex: 0 0 auto;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.06);
	color: var(--sn-ui-text-soft);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	line-height: 1;
	white-space: nowrap;
}

.sn-system-scope .sn-car-identity__pill--type-base {
	background: rgba(59, 130, 246, 0.18);
	border-color: rgba(96, 165, 250, 0.42);
	color: #dbeafe;
}

.sn-system-scope .sn-car-identity__pill--type-dlc {
	background: rgba(217, 119, 6, 0.18);
	border-color: rgba(251, 191, 36, 0.36);
	color: #fef3c7;
}

.sn-system-scope .sn-car-identity__pill--type-mod {
	background: rgba(5, 150, 105, 0.18);
	border-color: rgba(52, 211, 153, 0.32);
	color: #d1fae5;
}

.sn-system-scope .sn-car-identity__pill--setup-fixed {
	background: rgba(22, 163, 74, 0.18);
	border-color: rgba(74, 222, 128, 0.36);
	color: #dcfce7;
}

.sn-system-scope .sn-car-identity__pill--setup-open {
	background: rgba(217, 119, 6, 0.18);
	border-color: rgba(251, 191, 36, 0.36);
	color: #fef3c7;
}

.sn-system-scope .sn-car-identity__download {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 999px;
	border: 1px solid rgba(239, 68, 68, 0.46);
	background: linear-gradient(180deg, #ef2f22 0%, #b31509 100%);
	color: #fff;
	text-decoration: none;
	box-shadow: 0 6px 16px rgba(179, 21, 9, 0.24);
}

.sn-system-scope .sn-car-identity__download i {
	font-size: 14px;
	line-height: 1;
}

.sn-system-scope .sn-car-identity__download:hover {
	background: linear-gradient(180deg, #ff4b3b 0%, #c51f13 100%);
	border-color: rgba(248, 113, 113, 0.58);
	color: #fff;
}

.sn-system-scope .sn-car-identity--type-base .sn-car-identity__media {
	box-shadow: inset 0 0 0 1px rgba(96, 165, 250, 0.16);
}

.sn-system-scope .sn-car-identity--type-dlc .sn-car-identity__media {
	box-shadow: inset 0 0 0 1px rgba(251, 191, 36, 0.18);
}

.sn-system-scope .sn-car-identity--type-mod .sn-car-identity__media {
	box-shadow: inset 0 0 0 1px rgba(52, 211, 153, 0.18);
}

.sn-system-scope .sn-car-row__identity-item.sn-car-identity {
	display: grid;
	grid-template-columns: 62px minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	width: 100%;
}

.sn-system-scope .sn-car-row__identity,
.sn-system-scope .sn-inscritos-car-cell,
.sn-system-scope .sn-inscritos-car-cell__identity,
.sn-system-scope .sn-series-detail__auto-identity,
.sn-system-scope .sn-sim-series__selected-car-identity,
.sn-system-scope .sn-sim-series__inline-car-identity {
	display: block;
	width: 100%;
	min-width: 0;
}

.sn-system-scope .sn-car-row__identity-item .sn-car-identity__media {
	width: 62px;
	height: 62px;
	padding: 0;
}

.sn-system-scope .sn-car-row__identity-item .sn-car-identity__copy {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.sn-system-scope .sn-car-row__identity-item .sn-car-identity__name {
	display: -webkit-box;
	overflow: hidden;
	line-height: 1.2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	text-overflow: clip;
}

.sn-system-scope .sn-car-row__identity-item .sn-car-identity__meta {
	margin-top: 0;
}

.sn-system-scope .inscritos-table .inscritos-car-identity {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.sn-system-scope .inscritos-table .inscritos-car-identity .sn-car-identity__media {
	width: 72px;
	height: 72px;
	padding: 0;
}

.sn-system-scope .inscritos-table .inscritos-car-identity .sn-car-identity__copy {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.sn-system-scope .inscritos-table .inscritos-car-identity .sn-car-identity__name {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	text-overflow: clip;
}

.sn-system-scope .inscritos-table .inscritos-car-identity .sn-car-identity__meta {
	margin-top: 0;
}

.sn-system-scope .sn-car-grid .sn-car-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	min-height: 84px;
	height: auto;
}

.sn-system-scope .sn-car-grid .sn-car-row .sn-car-check {
	justify-self: end;
}

.sn-system-scope .sn-track-identity {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	max-width: 100%;
	min-width: 0;
}

.sn-system-scope .sn-track-identity.sn-track-identity--with-map {
	grid-template-columns: minmax(0, 1fr) 56px;
}

.sn-system-scope .sn-track-identity.sn-track-identity--with-media {
	grid-template-columns: 56px minmax(0, 1fr);
}

.sn-system-scope .sn-track-identity.sn-track-identity--with-media.sn-track-identity--with-map {
	grid-template-columns: 56px minmax(0, 1fr) 56px;
}

.sn-system-scope .sn-track-identity__media {
	display: inline-grid;
	place-items: center;
	width: 56px;
	height: 56px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.06);
	overflow: hidden;
}

.sn-system-scope .sn-track-identity__img {
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	object-fit: cover;
	object-position: center center;
}

.sn-system-scope .sn-track-identity__fallback {
	display: inline-grid;
	place-items: center;
	width: 100%;
	height: 100%;
	gap: 4px;
	background: rgba(255, 255, 255, 0.06);
	color: var(--sn-ui-text-soft);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.sn-system-scope .sn-track-identity__fallback i {
	font-size: 15px;
}

.sn-system-scope .sn-track-identity__copy {
	display: grid;
	gap: 4px;
	min-width: 0;
	flex: 1 1 auto;
}

.sn-system-scope .sn-track-identity__title {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-width: 0;
}

.sn-system-scope .sn-track-identity__flag {
	width: 16px;
	height: 12px;
	border-radius: 2px;
	object-fit: cover;
	flex: 0 0 auto;
}

.sn-system-scope .sn-track-identity__name {
	display: block;
	min-width: 0;
	overflow: hidden;
	color: var(--sn-ui-text);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.1;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sn-system-scope .sn-track-identity__layout,
.sn-system-scope .sn-track-identity__description {
	font-size: 14px;
	line-height: 1.25;
	color: var(--sn-ui-text-soft);
}

.sn-system-scope .sn-track-identity__layout {
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.sn-system-scope .sn-track-identity__description {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.sn-system-scope .sn-track-identity__meta {
	display: inline-flex;
	align-items: center;
	column-gap: 6px;
	row-gap: 6px;
	flex-wrap: wrap;
	margin-top: 4px;
}

.sn-system-scope .sn-track-identity__pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 20px;
	padding: 0 9px;
	flex: 0 0 auto;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.06);
	color: var(--sn-ui-text-soft);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	line-height: 1;
	white-space: nowrap;
}

.sn-system-scope .sn-track-identity__pill--type-base {
	background: rgba(59, 130, 246, 0.18);
	border-color: rgba(96, 165, 250, 0.42);
	color: #dbeafe;
}

.sn-system-scope .sn-track-identity__pill--type-dlc {
	background: rgba(217, 119, 6, 0.18);
	border-color: rgba(251, 191, 36, 0.36);
	color: #fef3c7;
}

.sn-system-scope .sn-track-identity__pill--type-mod {
	background: rgba(5, 150, 105, 0.18);
	border-color: rgba(52, 211, 153, 0.32);
	color: #d1fae5;
}

.sn-system-scope .sn-track-identity__map {
	display: inline-grid;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	flex: 0 0 56px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.06);
	overflow: hidden;
}

.sn-system-scope .sn-track-identity__map-image {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
	padding: 6px;
}

.sn-system-scope .sn-track-identity__map-fallback {
	display: inline-grid;
	place-items: center;
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.08em;
	color: var(--sn-ui-text);
}

.sn-system-scope .sn-track-identity__download {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 999px;
	border: 1px solid rgba(239, 68, 68, 0.46);
	background: linear-gradient(180deg, #ef2f22 0%, #b31509 100%);
	color: #fff;
	text-decoration: none;
	box-shadow: 0 6px 16px rgba(179, 21, 9, 0.24);
}

.sn-system-scope .sn-track-identity__download i {
	font-size: 14px;
	line-height: 1;
}

.sn-system-scope .sn-track-identity__download:hover {
	background: linear-gradient(180deg, #ff4b3b 0%, #c51f13 100%);
	border-color: rgba(248, 113, 113, 0.58);
	color: #fff;
}

.sn-system-scope .sn-track-identity--inline .sn-track-identity__layout,
.sn-system-scope .sn-track-identity--inline .sn-track-identity__description,
.sn-system-scope .sn-track-identity--inline .sn-track-identity__map {
	display: none;
}

.sn-system-scope .sn-track-identity--banner {
	width: 100%;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: center;
	gap: 12px;
}

.sn-system-scope .sn-track-identity--banner.sn-track-identity--with-map {
	grid-template-columns: minmax(0, 1fr) 64px;
}

.sn-system-scope .sn-track-identity--banner.sn-track-identity--with-media {
	grid-template-columns: 64px minmax(0, 1fr);
}

.sn-system-scope .sn-track-identity--banner.sn-track-identity--with-media.sn-track-identity--with-map {
	grid-template-columns: 64px minmax(0, 1fr) 64px;
}

.sn-system-scope .sn-track-identity--banner .sn-track-identity__media,
.sn-system-scope .sn-track-identity--banner .sn-track-identity__map {
	width: 64px;
	height: 64px;
}

.sn-system-scope .sn-track-identity--banner .sn-track-identity__copy {
	min-width: 0;
}

.sn-system-scope .sn-track-identity--banner .sn-track-identity__name {
	white-space: normal;
	text-overflow: unset;
}

.sn-system-scope .sn-track-identity--banner .sn-track-identity__description {
	-webkit-line-clamp: 1;
}

.sn-system-scope .sn-track-identity--agenda .sn-track-identity__description {
	display: none;
}

.sn-system-scope .sn-team-badge,
.sn-system-scope .sn-car-badge,
.sn-system-scope .sn-pilot-identity,
.sn-system-scope .sn-car-identity,
.sn-system-scope .sn-event-row,
.sn-system-scope .sn-tournament-row,
.sn-system-scope .sn-card,
.sn-system-scope .sn-form,
.sn-system-scope .sn-table-shell,
.sn-system-scope .sn-chat-module,
.sn-system-scope .sn-vertical-tabs {
	box-shadow: none;
}

.sn-system-scope .sn-identity-card__avatar,
.sn-system-scope .sn-pilot-card__avatar,
.sn-system-scope .sn-ranking-list__avatar,
.sn-system-scope .sn-chat-module__avatar {
	border-radius: 10px;
}

.sn-system-scope .sn-identity-card__avatar img,
.sn-system-scope .sn-pilot-card__avatar img,
.sn-system-scope .sn-ranking-list__avatar img,
.sn-system-scope .sn-chat-module__avatar img {
	object-fit: cover;
}

.sn-system-scope .sn-pilot-card__identity {
	grid-template-columns: 64px minmax(0, 1fr);
}

.sn-system-scope .sn-pilot-card__avatar {
	width: 64px;
	height: 64px;
	border-radius: 10px;
}

.sn-system-scope .sn-identity-card--team .sn-stats-grid {
	display: flex;
	flex-wrap: wrap;
	grid-template-columns: none;
}

.sn-system-scope .sn-identity-card--team .sn-stat-card {
	flex: 1 1 110px;
	min-width: 0;
}

.sn-system-scope .sn-identity-card--car .sn-identity-card__hero {
	grid-template-columns: 72px minmax(0, 1fr);
	align-items: center;
}

.sn-system-scope .sn-identity-card--car .sn-identity-card__media {
	width: 72px;
	height: 72px;
	min-height: 72px;
}

.sn-system-scope .sn-identity-card--car .sn-identity-card__media img {
	padding: 4px;
	object-fit: contain;
}

.sn-system-scope .sn-chat-module {
	grid-template-rows: auto minmax(0, 1fr) auto;
	min-height: 360px;
}

.sn-system-scope .sn-chat-module__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.sn-system-scope .sn-chat-module__header-copy {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.sn-system-scope .sn-chat-module__feed {
	max-height: none;
	min-height: 0;
	padding-right: 4px;
}

.sn-system-scope .sn-chat-module__avatar {
	width: 34px;
	height: 34px;
}

.sn-system-scope .sn-chat-module__composer {
	grid-template-columns: minmax(0, 1fr) 40px;
	align-items: center;
}

.sn-system-scope .sn-chat-module__input {
	width: 100%;
}

.sn-system-scope .sn-chat-module__send {
	width: 40px;
	min-width: 40px;
	padding: 0;
}

.sn-system-scope .sn-chat-module__send span {
	font-size: 16px;
	line-height: 1;
}

.sn-system-scope .sn-ranking-list__item {
	grid-template-columns: 40px minmax(0, 1fr) auto;
	align-items: center;
}

.sn-system-scope .sn-ranking-list__identity {
	min-width: 0;
}

.sn-system-scope .sn-tournament-row {
	grid-template-columns: 88px minmax(0, 1.15fr) minmax(340px, 0.85fr) auto;
	gap: 16px;
	padding: 12px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	transition: border-color var(--sn-ui-transition), transform var(--sn-ui-transition);
}

.sn-system-scope .sn-tournament-row:hover {
	border-color: rgba(255, 255, 255, 0.16);
	transform: translateY(-2px);
}


.sn-system-scope .sn-tournament-row__main,
.sn-system-scope .sn-tournament-row__race {
	align-content: center;
}

.sn-system-scope .sn-tournament-row__race {
	min-height: 72px;
	padding: 0;
	background: transparent;
	border: 0;
}

.sn-system-scope .sn-tournament-row__race .sn-event-track-banner {
	padding: 12px 16px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 14px;
	background: rgba(10, 18, 32, 0.6);
	backdrop-filter: blur(8px);
	box-shadow: none;
	min-height: 124px;
	overflow: hidden;
}

.sn-system-scope .sn-tournament-row__race .sn-event-track-banner__grid {
	grid-template-columns: minmax(0, 1fr);
	gap: 10px;
	padding: 0;
}

.sn-system-scope .sn-tournament-row__race .sn-event-track-banner__body,
.sn-system-scope .sn-tournament-row__race .sn-event-track-banner__intro {
	display: grid;
	gap: 4px;
}

.sn-system-scope .sn-tournament-row__race .sn-event-track-banner__body {
	position: relative;
	z-index: 1;
	padding: 0;
	border: 0;
	background: transparent;
	backdrop-filter: none;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	grid-template-areas:
		"intro map"
		"track map";
	gap: 6px 16px;
}

.sn-system-scope .sn-tournament-row__race .sn-event-track-banner__compact-track {
	grid-area: track;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 10px 16px;
	min-width: 0;
}

.sn-system-scope .sn-tournament-row__race .sn-event-track-banner__compact-copy {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.sn-system-scope .sn-tournament-row__race .sn-event-track-banner__compact-name {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.15;
}

.sn-system-scope .sn-tournament-row__race .sn-event-track-banner__compact-layout,
.sn-system-scope .sn-tournament-row__race .sn-event-track-banner__compact-description {
	display: block;
	font-size: 14px;
	line-height: 1.3;
	color: var(--sn-ui-text-soft);
}

.sn-system-scope .sn-tournament-row__race .sn-event-track-banner__compact-map {
	display: grid;
	place-items: center;
	width: 68px;
	height: 68px;
	flex: 0 0 68px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background:
		center / contain no-repeat var(--sn-event-track-map, none),
		rgba(255, 255, 255, 0.04);
	overflow: hidden;
}

.sn-system-scope .sn-tournament-row__race .sn-event-track-banner__compact-map-label {
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.08em;
	color: var(--sn-ui-text);
}

.sn-system-scope .sn-tournament-row__race .sn-event-track-banner__intro {
	grid-area: intro;
	display: grid;
	gap: 4px;
}

.sn-system-scope .sn-tournament-row__race .sn-module__title {
	font-size: 14px;
	line-height: 1.1;
	font-weight: 800;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}


.sn-system-scope .sn-tournament-row__race .sn-event-track-banner__body .sn-track-identity {
	display: contents;
}


.sn-system-scope .sn-tournament-row__race .sn-event-track-banner__pills {
	gap: 4px;
}

.sn-system-scope .sn-tournament-row__race .sn-event-track-banner__pills .sn-meta-pill {
	min-height: 20px;
	padding: 0 8px;
	font-size: 14px;
}

.sn-system-scope .sn-tournament-row__race .sn-event-track-banner__date {
	display: grid;
	gap: 4px;
	margin-top: 0;
}

.sn-system-scope .sn-tournament-row__race .sn-event-track-banner__body .sn-track-identity__copy {
	grid-area: track;
	position: relative;
	z-index: 1;
	gap: 2px;
	align-content: end;
}


.sn-system-scope .sn-tournament-row__race .sn-event-track-banner__body .sn-track-identity__name {
	font-size: 15px;
	font-weight: 800;
	line-height: 1.15;
	white-space: normal;
}

.sn-system-scope .sn-tournament-row__race .sn-event-track-banner__body .sn-track-identity__layout,
.sn-system-scope .sn-tournament-row__race .sn-event-track-banner__body .sn-track-identity__description {
	font-size: 14px;
	line-height: 1.3;
	color: var(--sn-ui-text-soft);
}

.sn-system-scope .sn-tournament-row__race .sn-event-track-banner__body .sn-track-identity__description {
	-webkit-line-clamp: 1;
}

.sn-system-scope .sn-tournament-row__race .sn-event-track-banner__body .sn-track-identity__map {
	grid-area: map;
	align-self: end;
	position: relative;
	z-index: 1;
	width: 68px;
	height: 68px;
	flex: 0 0 68px;
	border-radius: 12px;
}


.sn-system-scope .sn-tournament-row__race .sn-event-track-banner__media {
	display: block;
}

.sn-system-scope .sn-tournament-row__race .sn-event-track-banner__background {
	opacity: 1;
	object-position: center;
}

.sn-system-scope .sn-tournament-row__race .sn-event-track-banner__overlay {
	background:
		linear-gradient(180deg, rgba(4, 8, 14, 0.28), rgba(4, 8, 14, 0.78)),
		linear-gradient(90deg, rgba(4, 8, 14, 0.56), rgba(4, 8, 14, 0.34));
}

.sn-system-scope .sn-tournament-row__race .sn-event-track-banner__date strong {
	font-size: 26px;
	line-height: 1;
	font-weight: 800;
	letter-spacing: 0.02em;
	color: #ffffff;
	text-transform: uppercase;
	text-shadow: none;
}


.sn-system-scope .sn-tournament-row__race .sn-event-track-banner__date small {
	display: block;
	font-size: 14px;
	line-height: 1.25;
	font-weight: 700;
	color: rgba(244, 247, 255, 0.96);
}

.sn-system-scope .sn-event-row {
	display: grid;
	grid-template-columns: 124px minmax(0, 1fr) auto;
	min-height: 64px;
}

.sn-system-scope .sn-event-row--detailed {
	position: relative;
	grid-template-columns: 118px minmax(220px, 0.9fr) minmax(360px, 1.2fr) minmax(156px, 0.45fr);
	gap: 12px;
	min-height: 0;
}

.sn-system-scope .sn-event-row--detailed .sn-event-row__background {
	position: absolute;
	inset: 0;
	border-radius: inherit;
	overflow: hidden;
}

.sn-system-scope .sn-event-row--detailed .sn-event-row__background img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sn-system-scope .sn-event-row--detailed .sn-event-row__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(7, 12, 21, 0.94), rgba(7, 12, 21, 0.72)),
		linear-gradient(180deg, rgba(255, 206, 61, 0.06), rgba(7, 12, 21, 0.22));
}

.sn-system-scope .sn-event-row--detailed .sn-event-row__media,
.sn-system-scope .sn-event-row--detailed .sn-event-row__main,
.sn-system-scope .sn-event-row--detailed .sn-event-row__agenda,
.sn-system-scope .sn-event-row--detailed .sn-event-row__side {
	position: relative;
	z-index: 1;
}

.sn-system-scope .sn-event-row--detailed .sn-event-row__media {
	display: grid;
	place-items: center;
	min-height: 72px;
	padding: 12px;
	border-radius: 14px;
	background: rgba(10, 18, 32, 0.58);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.sn-system-scope .sn-event-row--detailed .sn-event-row__media img {
	max-height: 36px;
	object-fit: contain;
}

.sn-system-scope .sn-event-row--detailed .sn-event-row__main {
	display: grid;
	align-content: center;
	gap: 8px;
	min-width: 0;
}

.sn-system-scope .sn-event-row--detailed .sn-event-row__agenda {
	display: grid;
	align-content: center;
	min-width: 0;
}

.sn-system-scope .sn-event-row--detailed .sn-event-row__side {
	display: grid;
	grid-template-columns: minmax(128px, 1fr) 72px;
	grid-template-areas:
		"action poster"
		"status poster"
		"helper helper";
	align-content: start;
	gap: 8px 10px;
	align-items: start;
	justify-items: stretch;
}

.sn-system-scope .sn-event-row--detailed .sn-event-row__side .sn-button-group,
.sn-system-scope .sn-event-row--detailed .sn-event-row__side .sn-btn,
.sn-system-scope .sn-event-row--detailed .sn-event-row__helper,
.sn-system-scope .sn-event-row--detailed .sn-event-row__status {
	width: 100%;
}

.sn-system-scope .sn-event-row--detailed .sn-event-row__side .sn-button-group {
	grid-area: action;
}

.sn-system-scope .sn-event-row--detailed .sn-event-row__status {
	grid-area: status;
}

.sn-system-scope .sn-event-row--detailed .sn-event-row__status .sn-status-pill {
	width: 100%;
	justify-content: center;
}

.sn-system-scope .sn-event-row--detailed .sn-event-row__helper {
	grid-area: helper;
}

.sn-system-scope .sn-event-row--detailed .sn-event-row__poster {
	grid-area: poster;
	width: 72px;
	height: 72px;
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.1);
	justify-self: end;
}

.sn-system-scope .sn-event-row--detailed .sn-event-row__poster img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sn-system-scope .sn-event-row__agenda-shell {
	position: relative;
	overflow: hidden;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: #0a1220;
	min-height: 148px;
}

.sn-system-scope .sn-event-row__agenda-shell .sn-event-row__agenda-bg,
.sn-system-scope .sn-event-row__agenda-shell .sn-event-row__agenda-overlay {
	position: absolute;
	inset: 0;
}

.sn-system-scope .sn-event-row__agenda-shell .sn-event-row__agenda-bg {
	background-image: var(--sn-event-track-bg);
	background-size: cover;
	background-position: center;
	opacity: 1;
}

.sn-system-scope .sn-event-row__agenda-shell .sn-event-row__agenda-overlay {
	background:
		linear-gradient(180deg, rgba(4, 8, 14, 0.08), rgba(4, 8, 14, 0.66)),
		linear-gradient(90deg, rgba(4, 8, 14, 0.18), rgba(4, 8, 14, 0.08));
}

.sn-system-scope .sn-event-row__agenda-body {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(180px, 0.42fr) minmax(0, 1fr);
	gap: 12px;
	padding: 14px;
}

.sn-system-scope .sn-event-row__agenda-intro,
.sn-system-scope .sn-event-row__agenda-track,
.sn-system-scope .sn-event-row__agenda-track-grid,
.sn-system-scope .sn-event-row__agenda-cars {
	display: grid;
	gap: 8px;
	min-width: 0;
}

.sn-system-scope .sn-event-row__agenda-cars {
	min-height: 88px;
	align-content: start;
}

.sn-system-scope .sn-event-row__agenda-date {
	display: grid;
	gap: 4px;
}

.sn-system-scope .sn-event-row__agenda-date strong {
	font-size: 17px;
	line-height: 1.05;
	font-weight: 800;
	color: #fff;
}

.sn-system-scope .sn-event-row__agenda-date small,
.sn-system-scope .sn-event-row__agenda-event {
	color: rgba(236, 242, 251, 0.88);
	font-size: 14px;
	line-height: 1.3;
	font-weight: 700;
}

.sn-system-scope .sn-event-row__agenda-label {
	color: rgba(255, 198, 107, 0.94);
	font-size: 14px;
	line-height: 1.15;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.sn-system-scope .sn-event-row__agenda-track .sn-track-identity {
	grid-template-columns: minmax(0, 1fr) 56px;
	align-items: center;
	gap: 10px;
}

.sn-system-scope .sn-event-row__agenda-track .sn-track-identity__copy {
	gap: 4px;
}

.sn-system-scope .sn-event-row__agenda-track .sn-track-identity__name {
	font-size: 15px;
	font-weight: 800;
	line-height: 1.15;
}

.sn-system-scope .sn-event-row__agenda-track .sn-track-identity__layout,
.sn-system-scope .sn-event-row__agenda-track .sn-track-identity__description {
	font-size: 14px;
	line-height: 1.3;
	color: var(--sn-ui-text-soft);
}

.sn-system-scope .sn-event-row__agenda-track-copy {
	display: grid;
	gap: 2px;
}

.sn-system-scope .sn-event-row__agenda-track-copy strong {
	color: #fff;
	font-size: 14px;
	line-height: 1.15;
	font-weight: 800;
}

.sn-system-scope .sn-event-row__agenda-track-copy small {
	color: rgba(236, 242, 251, 0.82);
	font-size: 14px;
	line-height: 1.25;
	font-weight: 700;
}

.sn-system-scope .sn-event-row__agenda-cars .sn-event-row__car-strip {
	display: grid;
	grid-template-columns: 32px minmax(0, 1fr) 32px;
	gap: 8px;
	align-items: center;
	min-height: 74px;
}

.sn-system-scope .sn-event-row__agenda-cars .sn-event-row__car-strip:not(.has-nav) {
	grid-template-columns: minmax(0, 1fr);
}

.sn-system-scope .sn-event-row__agenda-cars .sn-event-row__car-nav {
	display: inline-grid;
	place-items: center;
	width: 32px;
	height: 32px;
	padding: 0;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(10, 18, 32, 0.72);
	color: rgba(236, 242, 251, 0.8);
}

.sn-system-scope .sn-event-row__agenda-cars .sn-event-row__car-viewport {
	overflow: auto hidden;
	scrollbar-width: none;
	min-height: 72px;
	padding-block: 2px 4px;
}

.sn-system-scope .sn-event-row__agenda-cars .sn-event-row__car-viewport::-webkit-scrollbar {
	display: none;
}

.sn-system-scope .sn-event-row__agenda-cars .sn-event-row__car-track {
	display: flex;
	gap: 8px;
	align-items: stretch;
}

.sn-system-scope .sn-event-row__agenda-cars .sn-event-row__car-item {
	flex: 0 0 96px;
	display: flex;
	align-items: stretch;
	padding: 0;
	border: 0;
	background: transparent;
}

.sn-system-scope .sn-event-row__agenda-cars .sn-event-row__car-item .sn-car-identity {
	display: grid;
	min-width: 0;
	width: 100%;
	min-height: 66px;
	grid-template-columns: 1fr;
	justify-items: center;
	align-content: center;
	gap: 0;
	padding: 4px;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: linear-gradient(180deg, rgba(9, 15, 25, 0.92), rgba(7, 11, 19, 0.88));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.sn-system-scope .sn-event-row__agenda-cars .sn-event-row__car-item .sn-car-identity__media {
	display: grid;
	place-items: center;
	width: 100%;
	height: 50px;
	padding: 2px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.03);
}

.sn-system-scope .sn-event-row__agenda-cars .sn-event-row__car-item .sn-car-identity__img {
	width: auto;
	height: auto;
	max-width: 90px;
	max-height: 44px;
	object-fit: contain;
}

.sn-system-scope .sn-event-row__agenda-cars .sn-event-row__car-item .sn-car-identity--brand-fallback .sn-car-identity__media {
	padding: 1px;
}

.sn-system-scope .sn-event-row__agenda-cars .sn-event-row__car-item .sn-car-identity--brand-fallback .sn-car-identity__img {
	max-width: 64px;
	max-height: 40px;
}

.sn-system-scope .sn-event-row__agenda-cars .sn-event-row__car-item .sn-car-identity__copy {
	display: none;
}

.sn-system-scope .sn-event-row__agenda-cars .sn-event-row__car-item .sn-car-identity__name {
	display: none;
}

.sn-system-scope .sn-event-row--detailed .sn-event-row__helper .sn-btn,
.sn-system-scope .sn-event-row--detailed .sn-event-row__helper a.sn-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 14px;
	font-size: 14px;
	font-weight: 800;
	text-transform: none;
	border-radius: 12px;
}

.sn-system-scope .sn-event-row__date {
	font-weight: 700;
}

.sn-system-scope .sn-event-row__side {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	margin-left: auto;
}

.sn-system-scope .sn-event-row__main .sn-card__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
}

.sn-system-scope .sn-tournament-row__side {
	display: grid;
	grid-template-columns: 144px 72px;
	grid-template-areas:
		"action poster"
		"status poster";
	gap: 10px 14px;
	align-items: center;
	justify-items: stretch;
}

.sn-system-scope .sn-tournament-row__side>.sn-button-group {
	grid-area: action;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 8px;
	width: 100%;
}

.sn-system-scope .sn-tournament-row__side>.sn-button-group .sn-btn {
	width: 100%;
}

.sn-system-scope .sn-tournament-row__status {
	grid-area: status;
	width: 100%;
}


.sn-system-scope .sn-tournament-row__status .sn-badge,
.sn-system-scope .sn-tournament-row__status .sn-status-pill {
	width: 100%;
	max-width: 100%;
	min-height: 38px;
	padding: 0 12px;
	border-radius: 10px;
	justify-content: center;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 14px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.sn-system-scope .sn-tournament-row__status .sn-badge i {
	margin-right: 8px;
	font-size: 14px;
}

.sn-system-scope .sn-tournament-row__poster {
	grid-area: poster;
	width: 72px;
	height: 72px;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.08);
	justify-self: center;
}

.sn-system-scope .sn-tournament-row__poster img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.sn-system-scope .sn-tournament-calendar .sn-agenda-side,
.sn-system-scope .sn-event-agenda .sn-agenda-side {
	grid-template-rows: auto auto minmax(0, 1fr);
	max-height: 680px;
	overflow: hidden;
}

.sn-system-scope .sn-tournament-calendar .sn-agenda-list,
.sn-system-scope .sn-event-agenda .sn-agenda-list {
	overflow: auto;
	padding-right: 4px;
}

@media (max-width: 900px) {
	.sn-system-scope .sn-tournament-row {
		grid-template-columns: 100px minmax(0, 1fr);
	}

	.sn-system-scope .sn-tournament-row__race,
	.sn-system-scope .sn-tournament-row__side {
		grid-column: 1 / -1;
	}

	.sn-system-scope .sn-tournament-row__side {
		grid-template-columns: minmax(0, 1fr);
		grid-template-areas:
			"action"
			"status";
		justify-items: stretch;
	}

	.sn-system-scope .sn-tournament-row__poster {
		display: none;
	}

	.sn-system-scope .sn-tournament-row__race .sn-event-track-banner__body {
		grid-template-columns: minmax(0, 1fr);
	}

	.sn-system-scope .sn-tournament-row__race .sn-event-track-banner__body .sn-track-identity__map {
		display: none;
	}

	.sn-system-scope .sn-tournament-row__side .sn-button-group,
	.sn-system-scope .sn-tournament-row__side .sn-btn {
		width: 100%;
	}

	.sn-system-scope .tor-calendario .tor-cal-v2-event__hero,
	.sn-system-scope .tor-calendario .tor-cal-session-row {
		grid-template-columns: minmax(0, 1fr);
	}

	.sn-system-scope .tor-calendario .tor-cal-card-head {
		flex-wrap: wrap;
	}

	.sn-system-scope .tor-calendario .ronda-estado {
		margin-left: 0;
	}

	.sn-system-scope .sn-tournament-row__status {
		justify-content: stretch;
	}

	.sn-system-scope .sn-event-row {
		grid-template-columns: minmax(0, 1fr);
	}

	.sn-system-scope .sn-event-row__side {
		justify-content: flex-start;
		margin-left: 0;
	}

	.sn-system-scope .sn-event-row--detailed {
		grid-template-columns: 104px minmax(0, 1fr);
	}

	.sn-system-scope .sn-event-row--detailed .sn-event-row__agenda,
	.sn-system-scope .sn-event-row--detailed .sn-event-row__side {
		grid-column: 1 / -1;
	}

	.sn-system-scope .sn-event-row--detailed .sn-event-row__agenda-body {
		grid-template-columns: minmax(0, 1fr);
	}

	.sn-system-scope .sn-event-row--detailed .sn-event-row__side {
		grid-template-columns: minmax(0, 1fr);
		grid-template-areas:
			"action"
			"status"
			"helper";
	}

	.sn-system-scope .sn-event-row--detailed .sn-event-row__poster {
		display: none;
	}
}

@media (max-width: 640px) {

	.sn-system-scope .sn-tournament-row {
		grid-template-columns: minmax(0, 1fr);
		min-height: 0;
	}

	.sn-system-scope .sn-tournament-row__media {
		width: min(100%, 112px);
		min-height: 60px;
	}

	.sn-system-scope .sn-tournament-row__race,
	.sn-system-scope .sn-tournament-row__side {
		grid-column: 1 / -1;
	}

	.sn-system-scope .sn-tournament-row__side {
		grid-template-columns: minmax(0, 1fr);
		grid-template-areas:
			"action"
			"status";
		justify-items: stretch;
	}

	.sn-system-scope .sn-tournament-row__poster {
		display: none;
	}

	.sn-system-scope .sn-stats-grid,
	.sn-system-scope .sn-pilot-card__stats {
		gap: 6px;
	}

	.sn-system-scope .sn-stat-card {
		padding: 6px 8px;
		gap: 6px;
	}

	.sn-system-scope .sn-stat-card__label {
		display: none;
	}
}

/* Preview organization and icon alignment */
.sn-ui-preview__grid--primitives {
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	align-items: start;
}

.sn-ui-preview__grid--inline {
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	align-items: center;
}

.sn-ui-preview__primitive {
	display: grid;
	align-content: start;
	gap: 8px;
	min-height: 100%;
	padding: 12px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 14px;
	background: rgba(8, 15, 26, 0.72);
}

.sn-system-scope .sn-table__head-content {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.sn-system-scope .sn-btn>i,
.sn-system-scope .sn-table__head-content>i {
	flex: 0 0 auto;
	font-size: 14px;
	line-height: 1;
}

@media (max-width: 640px) {

	.sn-ui-preview__grid--primitives,
	.sn-ui-preview__grid--inline {
		grid-template-columns: minmax(0, 1fr);
	}
}

/* Compact chat module */
.sn-system-scope .sn-chat-module {
	height: 320px;
	min-height: 320px;
	padding: var(--sn-space-2);
	gap: var(--sn-space-2);
	grid-template-rows: auto minmax(0, 1fr) auto;
}

.sn-system-scope .sn-chat-module__header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 8px;
	padding: 0 0 8px;
	min-height: 44px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	position: relative;
	z-index: 2;
	background: linear-gradient(180deg, rgba(14, 22, 37, 0.96), rgba(14, 22, 37, 0.92));
}

.sn-system-scope .sn-chat-module__header .sn-module__title {
	margin: 0;
	font-size: 14px;
	line-height: 1.1;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.sn-system-scope .sn-chat-module__header-copy {
	min-width: 0;
}

.sn-system-scope .sn-chat-module__header-meta {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 6px;
	min-width: 0;
	flex-wrap: nowrap;
}

.sn-system-scope .sn-chat-module__header-action,
.sn-system-scope .sn-chat-module__composer-action,
.sn-system-scope .sn-chat-module__send {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	min-width: 32px;
	padding: 0;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.04);
	color: rgba(255, 255, 255, 0.9);
	box-shadow: none;
}

.sn-system-scope .sn-chat-module [data-role='sound-toggle'] .nc-icon--sound-off {
	display: none;
}

.sn-system-scope .sn-chat-module [data-role='sound-toggle'][aria-pressed='true'] .nc-icon--sound-on {
	display: none;
}

.sn-system-scope .sn-chat-module [data-role='sound-toggle'][aria-pressed='true'] .nc-icon--sound-off {
	display: inline-flex;
}

.sn-system-scope .sn-chat-module__header-action:hover,
.sn-system-scope .sn-chat-module__composer-action:hover,
.sn-system-scope .sn-chat-module__send:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.12);
	color: #fff;
}

.sn-system-scope .sn-chat-module__header-action>i,
.sn-system-scope .sn-chat-module__presence>i,
.sn-system-scope .sn-chat-module__composer-action>i,
.sn-system-scope .sn-chat-module__send>i,
.sn-system-scope .sn-chat-module__send>span {
	font-size: 14px;
	line-height: 1;
}

.sn-system-scope .sn-chat-module__presence {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-width: 0;
	padding: 0 10px;
	height: 32px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.03);
	font-size: 14px;
	line-height: 1;
	color: rgba(255, 255, 255, 0.72);
	white-space: nowrap;
}

.sn-system-scope .sn-chat-module__feed {
	display: grid;
	align-content: start;
	gap: 8px;
	min-height: 0;
	padding-top: 8px;
	padding-right: 4px;
	overflow: auto;
}

.sn-system-scope .sn-chat-module__message {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	align-items: start;
	gap: 8px;
	padding: 0;
}

.sn-system-scope .sn-chat-module__message.is-own {
	grid-template-columns: 28px minmax(0, 1fr);
}

.sn-system-scope .sn-chat-module__message.is-own .sn-chat-module__bubble {
	background: rgba(143, 5, 0, 0.14);
	border-color: rgba(255, 72, 52, 0.14);
}

.sn-system-scope .sn-chat-module__message.is-own .sn-chat-module__avatar {
	order: 0;
}

.sn-system-scope .sn-chat-module__avatar {
	width: 28px;
	height: 28px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
	overflow: hidden;
	flex: 0 0 28px;
}

.sn-system-scope .sn-chat-module__avatar img {
	width: 100%;
	height: 100%;
	border-radius: inherit;
	object-fit: cover;
}

.sn-system-scope .sn-chat-module__bubble {
	display: block;
	padding: 8px 10px;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	background: rgba(255, 255, 255, 0.035);
	box-shadow: none;
	min-width: 0;
}

.sn-system-scope .sn-chat-module__body {
	display: grid;
	gap: 6px;
	min-width: 0;
	font-size: 14px;
	line-height: 1.2;
	color: rgba(255, 255, 255, 0.88);
}

.sn-system-scope .sn-chat-module .sn-message-row__head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px;
	align-items: start;
}

.sn-system-scope .sn-chat-module .sn-message-row__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	min-width: 0;
}

.sn-system-scope .sn-chat-module__author,
.sn-system-scope .sn-chat-module__time {
	white-space: nowrap;
}

.sn-system-scope .sn-chat-module__author {
	min-width: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.15;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sn-system-scope .sn-chat-module__time {
	font-size: 14px;
	line-height: 1.15;
	color: rgba(255, 255, 255, 0.56);
}

.sn-system-scope .sn-chat-module__time::before {
	content: "\00B7";
	margin-right: 4px;
	color: rgba(255, 255, 255, 0.38);
}

.sn-system-scope .sn-chat-module__team {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	min-width: 0;
}

.sn-system-scope .sn-chat-module__team .sn-team-badge {
	max-width: 100%;
	padding: 2px 7px;
	gap: 4px;
	border-radius: 999px;
	font-size: 14px;
	line-height: 1;
}

.sn-system-scope .sn-chat-module__team .sn-team-logo {
	width: 10px;
	height: 10px;
}

.sn-system-scope .sn-chat-module__team .nc-team-logo {
	width: 10px;
	height: 10px;
	object-fit: contain;
	flex: 0 0 10px;
}

.sn-system-scope .sn-chat-module__body p {
	margin: 0;
	min-width: 0;
	font-size: 14px;
	line-height: 1.35;
	color: rgba(255, 255, 255, 0.88);
	word-break: break-word;
	display: block;
	overflow: visible;
}

.sn-system-scope .sn-chat-module .sn-message-row__actions {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	align-self: start;
}

.sn-system-scope .sn-chat-module__composer {
	position: relative;
	display: grid;
	gap: 8px;
	padding-top: 0;
}

.sn-system-scope .sn-chat-module__composer-action {
	font-size: 14px;
}

.sn-system-scope .sn-chat-module .nc-input-row {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr) 40px;
	align-items: center;
	gap: 8px;
	width: 100%;
}

.sn-system-scope .sn-chat-module .nc-emoji-picker {
	position: absolute;
	left: 0;
	right: 48px;
	bottom: calc(100% + 8px);
	z-index: 5;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 6px;
	padding: 8px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(10, 16, 28, 0.96);
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.34);
}

.sn-system-scope .sn-chat-module .nc-emoji-picker.sn-d-none {
	display: none !important;
}

.sn-system-scope .sn-chat-module .nc-emoji {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 32px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.05);
	cursor: pointer;
}

.sn-system-scope .sn-chat-module .nc-emoji:hover {
	background: rgba(255, 255, 255, 0.08);
}

.sn-system-scope .sn-chat-module__input {
	height: 38px;
	min-height: 38px;
	padding: 0 12px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.04);
	color: #fff;
	font-size: 14px;
	line-height: 1;
}

.sn-system-scope .sn-chat-module__input::placeholder {
	color: rgba(255, 255, 255, 0.45);
}

.sn-system-scope .sn-chat-module__input:focus {
	border-color: rgba(255, 72, 52, 0.34);
	background: rgba(255, 255, 255, 0.05);
	outline: none;
}

.sn-system-scope .sn-chat-module__send {
	font-size: 15px;
	background: linear-gradient(180deg, #ff4936 0%, #b51207 100%);
	border-color: rgba(255, 103, 84, 0.42);
	color: #fff;
}

.sn-system-scope .sn-chat-module__send:hover {
	background: linear-gradient(180deg, #ff5c49 0%, #cf1d10 100%);
	border-color: rgba(255, 127, 104, 0.5);
}

.sn-system-scope.sn-chat-module .nc-delete {
	width: 20px;
	height: 20px;
	margin-left: 0;
	border-radius: 999px;
	background: transparent;
	color: rgba(220, 230, 246, 0.46);
}

.sn-system-scope.sn-chat-module .nc-delete:hover {
	background: rgba(214, 21, 13, 0.12);
	color: #fff;
}

@media (max-width: 640px) {
	.sn-system-scope .sn-chat-module {
		height: 300px;
		min-height: 300px;
		padding: var(--sn-space-2);
	}

	.sn-system-scope .sn-chat-module__header {
		gap: 6px;
	}

	.sn-system-scope .sn-chat-module__presence {
		font-size: 14px;
	}

	.sn-system-scope .sn-chat-module__body {
		column-gap: 5px;
	}

	.sn-system-scope .sn-chat-module__bubble {
		padding: 6px 7px;
	}
}

.sn-system-scope .sn-chat-module__fab,
.sn-system-scope .sn-chat-module__mobile-backdrop {
	display: none;
}

@media (max-width: 767px) {

	.sn-chat-mobile-lock,
	.sn-chat-mobile-lock body {
		overflow: hidden;
	}

	.sn-system-scope .sn-chat-module {
		position: relative;
		height: auto;
		min-height: 0;
		padding: 0;
		background: transparent;
		border: 0;
		box-shadow: none;
		overflow: visible;
	}

	.sn-system-scope .sn-chat-module__fab {
		position: fixed;
		right: 16px;
		bottom: 80px;
		z-index: 70;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 52px;
		height: 52px;
		padding: 0;
		border: 0;
		border-radius: 999px;
		background: linear-gradient(180deg, #ff4936 0%, #b51207 100%);
		color: #fff;
		box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
	}

	.sn-system-scope .sn-chat-module__fab>i {
		font-size: 18px;
		line-height: 1;
	}

	.sn-system-scope .sn-chat-module__fab-badge {
		position: absolute;
		top: -2px;
		right: -2px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 18px;
		height: 18px;
		padding: 0 5px;
		border-radius: 999px;
		background: #fff;
		color: #8f0500;
		font-size: 14px;
		font-weight: 700;
		line-height: 1;
	}

	.sn-system-scope .sn-chat-module__mobile-backdrop {
		position: fixed;
		inset: 0;
		z-index: 71;
		display: none;
		opacity: 0;
		pointer-events: none;
		background: rgba(3, 8, 16, 0.72);
		backdrop-filter: blur(6px);
		transition: opacity 0.24s ease;
	}

	.sn-system-scope .sn-chat-module__panel {
		position: fixed;
		left: 12px;
		right: 12px;
		bottom: 12px;
		z-index: 72;
		display: grid;
		grid-template-rows: auto minmax(0, 1fr) auto;
		height: min(86vh, 560px);
		padding: 12px;
		gap: 8px;
		border: 1px solid rgba(255, 255, 255, 0.08);
		border-radius: 18px 18px 14px 14px;
		background: linear-gradient(180deg, rgba(10, 17, 29, 0.98) 0%, rgba(8, 13, 22, 0.98) 100%);
		box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
		transform: translateY(calc(100% + 24px));
		opacity: 0;
		pointer-events: none;
		transition: transform 0.24s ease, opacity 0.24s ease;
	}

	.sn-system-scope .sn-chat-module .sn-chat-module__header {
		padding-bottom: 4px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	}

	.sn-system-scope .sn-chat-module .sn-chat-module__header-action--close {
		display: inline-flex;
	}

	.sn-system-scope .sn-chat-module .sn-chat-module__feed {
		padding-right: 2px;
	}

	.sn-system-scope .sn-chat-module.is-mobile-open .sn-chat-module__panel {
		transform: translateY(0);
		opacity: 1;
		pointer-events: auto;
	}

	.sn-system-scope .sn-chat-module.is-mobile-open .sn-chat-module__mobile-backdrop {
		display: block;
		opacity: 1;
		pointer-events: auto;
	}
}

@media (min-width: 768px) {
	.sn-system-scope .sn-chat-module__panel {
		display: grid;
		grid-template-rows: auto minmax(0, 1fr) auto;
		min-height: 0;
	}

	.sn-system-scope .sn-chat-module__header-action--close {
		display: none;
	}
}

/* Global mobile compaction rules */
@media (max-width: 768px) {
	.sn-system-scope {
		--sn-ui-control-height: 34px;
		--sn-ui-control-radius: 9px;
	}

	.sn-system-scope.sn-base-layout,
	.sn-system-scope .sn-base-layout {
		padding: 10px;
		gap: var(--sn-space-3);
	}

	.sn-system-scope.sn-section-header,
	.sn-system-scope .sn-section-header,
	.sn-system-scope.sn-module,
	.sn-system-scope .sn-module,
	.sn-system-scope.sn-form,
	.sn-system-scope .sn-form,
	.sn-system-scope .sn-modal__dialog,
	.sn-system-scope .sn-card,
	.sn-system-scope .sn-card-compact,
	.sn-system-scope .sn-card-extended {
		padding: 12px;
		gap: 8px;
		border-radius: 12px;
	}

	.sn-system-scope .sn-module__header,
	.sn-system-scope .sn-dashboard-panel__header,
	.sn-system-scope .sn-section-header__copy,
	.sn-system-scope .sn-card__body,
	.sn-system-scope .sn-card__header,
	.sn-system-scope .sn-module__actions,
	.sn-system-scope .sn-button-group {
		gap: 6px;
	}

	.sn-system-scope .sn-section-header__title,
	.sn-system-scope .sn-module__title,
	.sn-system-scope .sn-card__title,
	.sn-system-scope .sn-identity-card__title {
		font-size: 16px;
		line-height: 1.05;
	}

	.sn-system-scope .sn-section-header__subtitle,
	.sn-system-scope .sn-module__subtitle,
	.sn-system-scope .sn-card__subtitle,
	.sn-system-scope .sn-identity-card__description,
	.sn-system-scope .sn-dashboard-panel__body,
	.sn-system-scope .sn-form__description,
	.sn-system-scope .sn-form__hint,
	.sn-system-scope .sn-form__error {
		font-size: 14px;
		line-height: 1.3;
	}

	.sn-system-scope .sn-btn {
		width: auto;
		height: 34px;
		min-height: 34px;
		max-width: 100%;
		padding: 0 12px;
		gap: 6px;
		font-size: 14px;
		border-radius: 9px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.sn-system-scope .sn-btn i,
	.sn-system-scope .sn-tab i,
	.sn-system-scope .sn-vertical-tab i,
	.sn-system-scope .sn-dropdown__trigger i {
		font-size: 14px;
	}

	.sn-system-scope .sn-btn__label,
	.sn-system-scope .sn-tab__label {
		min-width: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.sn-system-scope.sn-button-group,
	.sn-system-scope .sn-button-group,
	.sn-system-scope .sn-module__actions {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-start;
	}

	.sn-system-scope .sn-tabs {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: flex-start;
		padding: 4px;
		gap: 4px;
		border-radius: 10px;
	}

	.sn-system-scope .sn-tab {
		flex: 0 1 auto;
		width: auto;
		max-width: 100%;
		height: 34px;
		min-height: 34px;
		padding: 0 10px;
		gap: 5px;
		font-size: 14px;
		border-radius: 9px;
		white-space: nowrap;
	}

	.sn-system-scope .sn-tab__badge,
	.sn-system-scope .sn-btn__badge {
		min-width: 16px;
		height: 16px;
		padding-inline: 4px;
		font-size: 14px;
	}

	.sn-system-scope .sn-vertical-tabs {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		gap: 4px;
		padding: 4px;
		border-radius: 10px;
	}

	.sn-system-scope .sn-vertical-tab {
		flex: 0 1 auto;
		height: 34px;
		padding: 0 10px;
		gap: 6px;
		border-radius: 9px;
		font-size: 14px;
		white-space: nowrap;
	}

	.sn-system-scope .sn-form__grid {
		grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
		gap: 8px;
	}

	.sn-system-scope .sn-form__field {
		gap: 4px;
	}

	.sn-system-scope .sn-form__label,
	.sn-system-scope .sn-spec-list dt,
	.sn-system-scope .sn-stat-card__label {
		font-size: 14px;
		line-height: 1.1;
	}

	.sn-system-scope .sn-form__control,
	.sn-system-scope .sn-dropdown__trigger,
	.sn-system-scope .sn-dropdown__item,
	.sn-system-scope .sn-chat-module__input {
		min-height: 34px;
		height: 34px;
		padding: 0 10px;
		font-size: 14px;
		border-radius: 9px;
	}

	.sn-system-scope textarea.sn-form__control {
		min-height: 82px;
		height: auto;
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.sn-system-scope .sn-dropdown__menu {
		width: 100%;
		min-width: 100%;
	}

	.sn-system-scope .sn-meta-pill,
	.sn-system-scope .sn-status-pill,
	.sn-system-scope .sn-team-badge,
	.sn-system-scope .sn-badge,
	.sn-system-scope .sn-car-badge {
		min-height: 20px;
		padding: 0 6px;
		font-size: 14px;
		line-height: 1;
		gap: 4px;
	}

	.sn-system-scope .sn-team-logo,
	.sn-system-scope .sn-car-badge img {
		width: 10px;
		height: 10px;
	}

	.sn-system-scope .sn-pilot-identity,
	.sn-system-scope .sn-car-identity,
	.sn-system-scope .sn-track-identity {
		gap: 8px;
	}

	.sn-system-scope .sn-pilot-identity__avatar {
		flex-basis: 28px;
		width: 28px;
		height: 28px;
		border-radius: 8px;
	}

	.sn-system-scope .sn-pilot-identity__copy {
		gap: 2px;
	}

	.sn-system-scope .sn-pilot-identity__title {
		gap: 4px;
	}

	.sn-system-scope .sn-pilot-identity__name,
	.sn-system-scope .sn-car-identity__name {
		font-size: 14px;
	}

	.sn-system-scope .sn-car-identity__media {
		flex-basis: 38px;
		width: 38px;
		height: 38px;
		border-radius: 8px;
	}

	.sn-system-scope .sn-car-identity__copy small {
		font-size: 14px;
	}

	.sn-system-scope .sn-car-identity__pill {
		min-height: 18px;
		padding: 0 8px;
		font-size: 9px;
	}

	.sn-system-scope .sn-car-identity__download {
		width: 20px;
		height: 20px;
	}

	.sn-system-scope .sn-track-identity__map {
		width: 44px;
		height: 44px;
		flex-basis: 44px;
	}

	.sn-system-scope .sn-track-identity__name {
		font-size: 14px;
	}

	.sn-system-scope .sn-track-identity__layout,
	.sn-system-scope .sn-track-identity__description {
		font-size: 14px;
	}

	.sn-system-scope .sn-table__caption {
		padding: 10px 10px 0;
		font-size: 14px;
	}

	.sn-system-scope .sn-table th,
	.sn-system-scope .sn-table td {
		padding: 6px 8px;
		font-size: 14px;
	}

	.sn-system-scope .sn-table__head {
		font-size: 14px;
	}

	.sn-system-scope .sn-table__head-content {
		gap: 4px;
	}

	.sn-system-scope .sn-ranking-list__item,
	.sn-system-scope .sn-next-events__item,
	.sn-system-scope .sn-event-row,
	.sn-system-scope .sn-tournament-row {
		gap: 8px;
	}

	.sn-system-scope .sn-chat-module__composer {
		grid-template-columns: 32px minmax(0, 1fr) 32px;
	}
}

/* Keep preview readable on mobile */
@media (max-width: 768px) {
	[data-sn-ui-preview] .sn-system-scope .sn-chat-module {
		position: relative;
		height: 340px;
		min-height: 340px;
		padding: 0;
		border: 1px solid var(--sn-ui-border);
		background:
			linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015)),
			var(--sn-ui-surface);
		overflow: hidden;
	}

	[data-sn-ui-preview] .sn-system-scope .sn-chat-module__mobile-backdrop,
	[data-sn-ui-preview] .sn-system-scope .sn-chat-module__header-action--close {
		display: none;
	}

	[data-sn-ui-preview] .sn-system-scope .sn-chat-module__fab {
		position: absolute;
		right: 12px;
		bottom: 12px;
		z-index: 3;
		display: inline-flex;
	}

	[data-sn-ui-preview] .sn-system-scope .sn-chat-module__panel {
		position: absolute;
		left: 8px;
		right: 8px;
		bottom: 8px;
		z-index: 2;
		display: grid;
		grid-template-rows: auto minmax(0, 1fr) auto;
		height: calc(100% - 16px);
		padding: 12px;
		gap: 8px;
		border: 1px solid rgba(255, 255, 255, 0.08);
		border-radius: 16px;
		background: linear-gradient(180deg, rgba(10, 17, 29, 0.98) 0%, rgba(8, 13, 22, 0.98) 100%);
		box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
		transform: translateY(calc(100% + 16px));
		opacity: 0;
		pointer-events: none;
	}

	[data-sn-ui-preview] .sn-system-scope .sn-chat-module.is-mobile-open .sn-chat-module__panel {
		transform: translateY(0);
		opacity: 1;
		pointer-events: auto;
	}

	[data-sn-ui-preview] .sn-system-scope .sn-chat-module__feed {
		min-height: 0;
		overflow: auto;
	}

	[data-sn-ui-preview] .sn-modal {
		position: relative;
		inset: auto;
		padding: 0;
	}

	[data-sn-ui-preview] .sn-modal__backdrop {
		display: none;
	}

	[data-sn-ui-preview] .sn-modal__dialog {
		width: 100%;
		max-height: none;
		transform: none;
		opacity: 1;
		pointer-events: auto;
	}
}

/* Public family */
.sn-system-scope.sn-public-page {
	width: 100%;
	max-width: none;
	min-width: 0;
	margin: 0;
	display: grid;
	gap: var(--sn-space-4);
}

.sn-system-scope.sn-public-page .sn-dashboard-hero.sn-public-page__hero {
	padding: var(--sn-space-4);
	border-radius: 24px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background:
		radial-gradient(circle at top left, rgba(201, 13, 5, 0.16), transparent 34%),
		linear-gradient(155deg, rgba(7, 12, 22, 0.94), rgba(9, 14, 24, 0.98));
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
	display: grid;
	gap: var(--sn-space-4);
}

.sn-system-scope.sn-public-page .sn-dashboard-hero.sn-public-page__hero .sn-pilot-hub__hero-meta {
	align-items: flex-start;
	gap: var(--sn-space-2);
}

.sn-system-scope.sn-public-page .sn-dashboard-hero.sn-public-page__hero .sn-pilot-hub__hero-copy {
	max-width: 72ch;
	margin: 0;
}

.sn-system-scope .sn-public-page__hero-layout,
.sn-system-scope .sn-public-page__split {
	display: grid;
	gap: var(--sn-space-4);
}

.sn-system-scope .sn-public-page__hero-layout {
	grid-template-columns: minmax(260px, 340px) minmax(0, 1fr);
	align-items: stretch;
}

.sn-system-scope .sn-public-page__hero-media {
	position: relative;
	overflow: hidden;
	min-height: 360px;
	border-radius: 22px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background:
		radial-gradient(circle at top left, rgba(201, 13, 5, 0.18), transparent 38%),
		linear-gradient(180deg, rgba(11, 18, 31, 0.96), rgba(7, 12, 22, 0.98));
}

.sn-system-scope .sn-public-page__hero-media img {
	display: block;
}

.sn-system-scope .sn-public-page__hero-torso {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: var(--sn-space-3) var(--sn-space-3) 0;
}

.sn-system-scope .sn-public-page__hero-torso img {
	max-width: 104%;
	max-height: 88%;
	object-fit: contain;
	object-position: center bottom;
	filter: drop-shadow(0 16px 34px rgba(0, 0, 0, 0.32));
}

.sn-system-scope .sn-public-page__hero-logo-stage {
	display: grid;
	place-items: center;
	min-height: 300px;
}

.sn-system-scope .sn-public-page__hero-logo-box {
	width: 150px;
	height: 150px;
	border-radius: 28px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: linear-gradient(150deg, rgba(7, 11, 18, 0.94), rgba(14, 20, 33, 0.94));
	overflow: hidden;
	display: grid;
	place-items: center;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.34);
}

.sn-system-scope .sn-public-page__hero-logo-box img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: var(--sn-space-3);
}

.sn-system-scope .sn-public-page__hero-logo-box span {
	font-size: 2.5rem;
	font-weight: 800;
	color: #fff;
}

.sn-system-scope .sn-public-page__hero-topbar,
.sn-system-scope .sn-public-page__hero-flags,
.sn-system-scope .sn-public-page__meta,
.sn-system-scope .sn-public-page__hero-actions,
.sn-system-scope .sn-public-page__hero-socials,
.sn-system-scope .sn-public-page__chips,
.sn-system-scope .sn-public-page__sim-grid {
	display: flex;
	flex-wrap: wrap;
	gap: var(--sn-space-2);
}

.sn-system-scope .sn-public-page__hero-topbar {
	justify-content: space-between;
	align-items: flex-start;
}

.sn-system-scope .sn-public-page__hero-flags img,
.sn-system-scope .sn-public-page__flag {
	width: 30px;
	height: 22px;
	object-fit: cover;
	border-radius: 6px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.sn-system-scope .sn-public-page__hero-portrait {
	position: absolute;
	left: var(--sn-space-3);
	bottom: var(--sn-space-3);
	width: 74px;
	height: 74px;
	border-radius: 18px;
	overflow: hidden;
	border: 2px solid rgba(255, 255, 255, 0.14);
	background: linear-gradient(145deg, rgba(16, 25, 42, 0.92), rgba(10, 17, 28, 0.98));
}

.sn-system-scope .sn-public-page__hero-portrait img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sn-system-scope .sn-public-page__hero-summary,
.sn-system-scope .sn-public-page__section-stack,
.sn-system-scope .sn-public-page__records,
.sn-system-scope .sn-public-page__modal-copy {
	display: grid;
	gap: var(--sn-space-3);
}

.sn-system-scope .sn-public-page__section-copy {
	margin: 0;
	color: rgba(220, 229, 247, 0.76);
	line-height: 1.65;
}

.sn-system-scope .sn-public-page__social-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: var(--sn-space-2);
}

.sn-system-scope .sn-public-page__gallery-grid,
.sn-system-scope .sn-public-page__peripherals,
.sn-system-scope .sn-public-page__roster-grid,
.sn-system-scope .sn-public-page__wall-feed {
	display: grid;
	gap: var(--sn-space-3);
}

.sn-system-scope .sn-public-page__gallery-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sn-system-scope .sn-public-page__peripherals {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sn-system-scope .sn-public-page__roster-grid {
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.sn-system-scope .sn-public-page__wall-feed {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sn-system-scope .sn-public-page__wall-feed .sn-wall-card--text {
	grid-column: span 2;
}

.sn-system-scope .sn-public-page__empty {
	padding: var(--sn-space-4);
	border-radius: 18px;
	border: 1px dashed rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.03);
	color: rgba(220, 229, 247, 0.72);
}

.sn-system-scope .sn-public-page__hero-actions .sn-btn {
	min-width: 0;
}

.sn-system-scope .sn-social-link-card {
	min-height: 56px;
	padding: var(--sn-space-3);
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: linear-gradient(145deg, rgba(15, 23, 38, 0.96), rgba(9, 15, 25, 0.95));
	display: flex;
	align-items: center;
	gap: var(--sn-space-2);
	text-decoration: none;
	color: #eef3ff;
}

.sn-system-scope .sn-social-link-card__media {
	width: 34px;
	height: 34px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.08);
	display: grid;
	place-items: center;
	flex: 0 0 34px;
}

.sn-system-scope .sn-social-link-card__media img {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.sn-system-scope .sn-social-link-card__copy {
	min-width: 0;
	display: grid;
	gap: 2px;
}

.sn-system-scope .sn-social-link-card__title,
.sn-system-scope .sn-gallery-item__caption strong,
.sn-system-scope .sn-wall-card__title,
.sn-system-scope .sn-peripheral-card__name {
	color: #fff;
	font-weight: 700;
}

.sn-system-scope .sn-social-link-card__subtitle,
.sn-system-scope .sn-gallery-item__caption span,
.sn-system-scope .sn-wall-card__caption span,
.sn-system-scope .sn-peripheral-card__meta {
	color: rgba(220, 229, 247, 0.68);
	font-size: 14px;
}

.sn-system-scope .sn-social-link-card__badge {
	margin-left: auto;
	padding: 4px 8px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	color: #dce5f7;
	font-size: 14px;
	font-weight: 700;
}

.sn-system-scope .sn-gallery-item-shell {
	margin: 0;
	display: grid;
	gap: var(--sn-space-2);
}

.sn-system-scope .sn-gallery-item {
	display: block;
	overflow: hidden;
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.04);
	aspect-ratio: 1 / 1;
}

.sn-system-scope .sn-gallery-item__thumb,
.sn-system-scope .sn-gallery-item__thumb img {
	width: 100%;
	height: 100%;
	display: block;
}

.sn-system-scope .sn-gallery-item__thumb {
	display: grid;
	place-items: center;
}

.sn-system-scope .sn-gallery-item__thumb img {
	object-fit: cover;
}

.sn-system-scope .sn-gallery-item__caption {
	display: grid;
	gap: 4px;
}

.sn-system-scope .sn-wall-card {
	overflow: hidden;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
}

.sn-system-scope .sn-wall-card--text {
	padding: var(--sn-space-4);
	display: grid;
	gap: var(--sn-space-2);
}

.sn-system-scope .sn-wall-card__tag {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: #f5f7fd;
	font-size: 14px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.sn-system-scope .sn-wall-card__content,
.sn-system-scope .sn-wall-card__content p,
.sn-system-scope .sn-wall-card__content li,
.sn-system-scope .sn-wall-card__content strong,
.sn-system-scope .sn-wall-card__content em,
.sn-system-scope .sn-wall-card__content a {
	color: #eef3ff;
}

.sn-system-scope .sn-wall-card__content p {
	margin: 0 0 var(--sn-space-2);
}

.sn-system-scope .sn-wall-card--media img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.sn-system-scope .sn-wall-card__caption {
	display: grid;
	gap: 6px;
	padding: var(--sn-space-3);
}

.sn-system-scope .sn-peripheral-card {
	min-height: 148px;
	padding: var(--sn-space-3);
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: linear-gradient(160deg, rgba(11, 18, 31, 0.95), rgba(8, 13, 22, 0.96));
	display: grid;
	align-content: start;
	gap: var(--sn-space-2);
}

.sn-system-scope .sn-peripheral-card__media {
	width: 58px;
	height: 58px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.04);
	display: grid;
	place-items: center;
}

.sn-system-scope .sn-peripheral-card__media img {
	width: 42px;
	height: 42px;
	object-fit: contain;
}

.sn-system-scope .sn-peripheral-card__copy {
	display: grid;
	gap: 4px;
}

.sn-system-scope .sn-simulator-chip {
	display: inline-flex;
	align-items: center;
	gap: var(--sn-space-2);
	min-height: 34px;
	padding: 7px 11px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.04);
	color: #dfe8f8;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none;
}

.sn-system-scope .sn-simulator-chip img {
	width: 18px;
	height: 18px;
	object-fit: contain;
}

@media (max-width: 1100px) {

	.sn-system-scope .sn-public-page__hero-layout,
	.sn-system-scope .sn-public-page__split,
	.sn-system-scope .sn-public-page__wall-feed {
		grid-template-columns: 1fr;
	}

	.sn-system-scope .sn-public-page__wall-feed .sn-wall-card--text {
		grid-column: auto;
	}
}

@media (max-width: 768px) {
	.sn-system-scope.sn-public-page {
		width: 100%;
		gap: var(--sn-space-3);
		margin-bottom: 0;
	}

	.sn-system-scope.sn-public-page .sn-dashboard-hero.sn-public-page__hero {
		padding: var(--sn-space-3);
		border-radius: 18px;
	}

	.sn-system-scope .sn-public-page__hero-media {
		min-height: 300px;
	}

	.sn-system-scope .sn-public-page__hero-logo-box {
		width: 112px;
		height: 112px;
		border-radius: 22px;
	}

	.sn-system-scope .sn-public-page__hero-portrait {
		width: 64px;
		height: 64px;
		border-radius: 16px;
	}

	.sn-system-scope .sn-public-page__social-grid,
	.sn-system-scope .sn-public-page__gallery-grid,
	.sn-system-scope .sn-public-page__peripherals,
	.sn-system-scope .sn-public-page__wall-feed {
		grid-template-columns: 1fr;
	}
}

/* Commerce family */
.sn-system-scope.sn-commerce-page {
	width: 100%;
	max-width: none;
	min-width: 0;
	margin: 0;
	display: grid;
	gap: var(--sn-space-4);
}

.sn-system-scope .sn-commerce-page__hero {
	padding: var(--sn-space-5);
	border-radius: 24px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: linear-gradient(150deg, rgba(8, 14, 27, 0.95), rgba(5, 10, 18, 0.98));
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.26);
	display: grid;
	gap: var(--sn-space-4);
}

.sn-system-scope .sn-commerce-page__hero-grid,
.sn-system-scope .sn-commerce-page__notes,
.sn-system-scope .sn-commerce-page__plans,
.sn-system-scope .sn-commerce-page__subgrid {
	display: grid;
	gap: var(--sn-space-4);
}

.sn-system-scope .sn-commerce-page__hero-grid,
.sn-system-scope .sn-commerce-page__subgrid {
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
	align-items: start;
}

.sn-system-scope .sn-commerce-page__plans {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: stretch;
}

.sn-system-scope .sn-commerce-page__plans-header {
	grid-column: 1 / -1;
	display: grid;
	gap: var(--sn-space-3);
}

.sn-system-scope .sn-commerce-page__plans-header-copy {
	display: grid;
	gap: var(--sn-space-2);
	max-width: 720px;
}

.sn-system-scope .sn-commerce-page__plans-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: var(--sn-space-2);
}

.sn-system-scope .sn-commerce-page__billing-switch {
	display: inline-flex;
	align-items: center;
	padding: 4px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	gap: 4px;
}

.sn-system-scope .sn-commerce-page__billing-btn {
	min-height: 40px;
	padding: 0 18px;
	border-radius: 999px;
	border: 0;
	background: transparent;
	color: #d6e2f9;
	font-weight: 800;
	cursor: pointer;
}

.sn-system-scope .sn-commerce-page__billing-btn.is-active {
	background: linear-gradient(135deg, #d90f06, #920500);
	color: #fff;
	box-shadow: 0 10px 18px rgba(146, 5, 0, 0.28);
}

.sn-system-scope .sn-commerce-page__coins-pill {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 40px;
	padding: 0 16px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.04);
	color: #dce5f7;
	font-weight: 800;
}

.sn-system-scope .sn-commerce-page__coins-pill i {
	color: #f59e0b;
}

.sn-system-scope .sn-commerce-page__notes {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sn-system-scope.sn-commerce-page--team-membership .sn-commerce-page__hero-grid {
	grid-template-columns: 1fr;
}

.sn-system-scope.sn-commerce-page--team-membership .sn-commerce-page__hero-copy {
	max-width: 88ch;
}

.sn-system-scope.sn-commerce-page--team-membership .sn-commerce-page__queue {
	padding: var(--sn-space-4);
}

.sn-system-scope.sn-commerce-page--team-membership .sn-commerce-page__notes--team-plans {
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
}

.sn-system-scope.sn-commerce-page--team-membership .sn-team-membership-note-wrap .sn-membership-note-card {
	height: 100%;
}

.sn-system-scope.sn-commerce-page--team-membership .sn-team-membership-note-wrap--starter .sn-membership-note-card {
	border-color: rgba(14, 165, 233, 0.28);
	background:
		radial-gradient(circle at top right, rgba(14, 165, 233, 0.14), transparent 36%),
		linear-gradient(150deg, rgba(8, 14, 27, 0.95), rgba(5, 10, 18, 0.98));
}

.sn-system-scope.sn-commerce-page--team-membership .sn-team-membership-note-wrap--pro .sn-membership-note-card {
	border-color: rgba(245, 158, 11, 0.24);
	background:
		radial-gradient(circle at top right, rgba(245, 158, 11, 0.12), transparent 34%),
		linear-gradient(150deg, rgba(8, 14, 27, 0.95), rgba(5, 10, 18, 0.98));
}

.sn-system-scope.sn-commerce-page--team-membership .sn-team-membership-note-wrap--starter .sn-module__title {
	color: #8be0ff;
}

.sn-system-scope.sn-commerce-page--team-membership .sn-team-membership-note-wrap--pro .sn-module__title {
	color: #f7c774;
}

.sn-system-scope.sn-commerce-page--team-membership .sn-membership-note-card__content ul,
.sn-system-scope.sn-commerce-page--team-membership .sn-membership-note-card__content ol {
	margin: var(--sn-space-2) 0 0;
	padding-left: 1.1rem;
	display: grid;
	gap: 8px;
}

.sn-system-scope.sn-commerce-page--team-membership .sn-membership-note-card__content li::marker {
	color: #f04b37;
	font-weight: 800;
}

.sn-system-scope .sn-commerce-page__status-badge,
.sn-system-scope .sn-commerce-page__hero-meta {
	display: flex;
	flex-wrap: wrap;
	gap: var(--sn-space-2);
	align-items: center;
}

.sn-system-scope .sn-membership-banner {
	padding: var(--sn-space-3) var(--sn-space-4);
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	display: grid;
	gap: var(--sn-space-2);
}

.sn-system-scope .sn-membership-banner__title {
	color: #fff;
	font-size: 14px;
	font-weight: 800;
}

.sn-system-scope .sn-membership-banner__content,
.sn-system-scope .sn-membership-note-card__content,
.sn-system-scope .sn-membership-note-card__content p,
.sn-system-scope .sn-membership-note-card__content li,
.sn-system-scope .sn-membership-note-card__content strong,
.sn-system-scope .sn-membership-note-card__content em,
.sn-system-scope .sn-membership-note-card__content a {
	color: #dce5f7;
	line-height: 1.55;
}

.sn-system-scope .sn-membership-banner.is-info {
	background: rgba(37, 99, 235, 0.18);
	border-color: rgba(37, 99, 235, 0.45);
	color: #cfe0ff;
}

.sn-system-scope .sn-membership-banner.is-success {
	background: rgba(22, 163, 74, 0.18);
	border-color: rgba(22, 163, 74, 0.45);
	color: #c9f7d4;
}

.sn-system-scope .sn-membership-banner.is-error {
	background: rgba(220, 38, 38, 0.16);
	border-color: rgba(220, 38, 38, 0.38);
	color: #ffd1d1;
}

.sn-system-scope .sn-membership-checklist,
.sn-system-scope .sn-membership-note-card,
.sn-system-scope .sn-membership-purchase-form {
	border-radius: 22px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: linear-gradient(150deg, rgba(8, 14, 27, 0.95), rgba(5, 10, 18, 0.98));
}

.sn-system-scope .sn-membership-checklist__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: var(--sn-space-2);
}

.sn-system-scope .sn-membership-checklist__list li,
.sn-system-scope .sn-membership-plan-card__benefits li {
	position: relative;
	padding-left: 16px;
	color: #d8e3f9;
	line-height: 1.45;
}

.sn-system-scope .sn-membership-checklist__list li::before,
.sn-system-scope .sn-membership-plan-card__benefits li::before {
	content: "";
	position: absolute;
	left: 0;
	top: .58em;
	width: 7px;
	height: 7px;
	border-radius: 999px;
	background: #4ade80;
	box-shadow: 0 0 0 3px rgba(74, 222, 128, 0.18);
}

.sn-system-scope .sn-membership-note-card__content p {
	margin: 0 0 var(--sn-space-2);
}

.sn-system-scope .sn-membership-purchase-form__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 0.9fr);
	gap: var(--sn-space-4);
}

.sn-system-scope .sn-membership-purchase-form__note {
	margin: 0;
	color: rgba(220, 229, 247, 0.68);
	line-height: 1.5;
}

.sn-system-scope .sn-membership-purchase-form .sn-form {
	background: transparent;
}

.sn-system-scope .sn-membership-purchase-form .sn-form__grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sn-system-scope .sn-membership-purchase-form .sn-form__field--wide {
	grid-column: 1 / -1;
}

.sn-system-scope .sn-membership-plan-card.state-current,
.sn-system-scope .sn-membership-plan-card.state-included {
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.sn-system-scope .sn-membership-plan-card__footer {
	display: grid;
	gap: var(--sn-space-2);
}

.sn-system-scope .sn-commerce-page__plan-options {
	display: grid;
	gap: var(--sn-space-2);
}

.sn-system-scope .sn-commerce-page__plan-option {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: var(--sn-space-2);
	padding: var(--sn-space-3);
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(7, 12, 22, 0.52);
}

.sn-system-scope .sn-commerce-page__plan-option.is-hidden {
	display: none;
}

.sn-system-scope .sn-commerce-page__plan-option--trial {
	border-style: dashed;
}

.sn-system-scope .sn-commerce-page__plan-option-copy {
	display: grid;
	gap: 4px;
}

.sn-system-scope .sn-commerce-page__plan-option-label {
	color: #9fb4d8;
	font-size: var(--sn-text-small);
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.sn-system-scope .sn-commerce-page__plan-option-price {
	color: #fff;
	font-size: 1rem;
	line-height: 1.2;
}

.sn-system-scope .sn-commerce-page__plan-option-actions {
	display: flex;
	flex-wrap: wrap;
	gap: var(--sn-space-2);
	align-items: center;
}

.sn-system-scope .sn-commerce-page__plan-option-actions .sn-inline-form {
	margin: 0;
}

.sn-system-scope .sn-commerce-page__plan-option-state,
.sn-system-scope .sn-commerce-page__plan-option-hint {
	color: #d7e1f5;
	line-height: 1.45;
}

.sn-system-scope .sn-membership-compare-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 58px;
	padding: 6px 10px;
	border-radius: 999px;
	font-weight: 800;
}

.sn-system-scope .sn-membership-compare-chip--yes {
	background: rgba(34, 197, 94, 0.18);
	color: #86efac;
}

.sn-system-scope .sn-membership-compare-chip--no {
	background: rgba(239, 68, 68, 0.16);
	color: #fca5a5;
}

.sn-system-scope .sn-commerce-page__status-panel,
.sn-system-scope .sn-commerce-page__wallet-panel,
.sn-system-scope .sn-commerce-page__status-footer {
	min-width: 0;
}

.sn-system-scope .sn-commerce-page__status-footer {
	display: grid;
}

@media (max-width: 1480px) {
	.sn-system-scope .sn-commerce-page__plans {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.sn-system-scope .sn-membership-plan-card__footer .sn-form,
.sn-system-scope .sn-membership-plan-card__footer form {
	margin: 0;
}

.sn-system-scope .sn-commerce-page__queue,
.sn-system-scope .sn-commerce-page__comparison {
	border-radius: 22px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: linear-gradient(150deg, rgba(8, 14, 27, 0.95), rgba(5, 10, 18, 0.98));
	padding: var(--sn-space-4);
	display: grid;
	gap: var(--sn-space-3);
}

.sn-system-scope .sn-commerce-page__queue-list {
	display: grid;
	gap: var(--sn-space-2);
}

.sn-system-scope .sn-commerce-page__queue-item {
	padding: var(--sn-space-3);
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(7, 12, 22, 0.6);
	display: grid;
	gap: 4px;
}

.sn-system-scope .sn-commerce-page__queue-item strong {
	color: #fff;
}

.sn-system-scope .sn-commerce-page__queue-item span,
.sn-system-scope .sn-commerce-page__queue-item small {
	color: #d7e1f5;
}

.sn-system-scope .sn-commerce-page__hero-copy {
	margin: 0;
	max-width: 76ch;
	color: #cfddf8;
	line-height: 1.62;
}

@media (max-width: 960px) {

	.sn-system-scope .sn-commerce-page__hero-grid,
	.sn-system-scope .sn-commerce-page__subgrid,
	.sn-system-scope .sn-membership-purchase-form__layout,
	.sn-system-scope .sn-commerce-page__notes {
		grid-template-columns: 1fr;
	}

	.sn-system-scope.sn-commerce-page--team-membership .sn-commerce-page__notes--team-plans {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.sn-system-scope.sn-commerce-page {
		width: 100%;
		gap: var(--sn-space-3);
		margin-bottom: 0;
	}

	.sn-system-scope .sn-commerce-page__plans {
		grid-template-columns: minmax(0, 1fr);
	}

	.sn-system-scope .sn-commerce-page__hero,
	.sn-system-scope .sn-commerce-page__queue,
	.sn-system-scope .sn-commerce-page__comparison {
		padding: var(--sn-space-3);
		border-radius: 18px;
	}

	.sn-system-scope .sn-commerce-page__comparison {
		overflow: hidden;
	}

	.sn-system-scope .sn-table-shell {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.sn-system-scope .sn-membership-purchase-form .sn-form__grid {
		grid-template-columns: 1fr;
	}
}

/* Results / Rankings / Tables */
.sn-system-scope.sn-results-page,
.sn-system-scope .sn-results-page {
	display: grid;
	gap: var(--sn-space-3);
}

.sn-system-scope .sn-results-module,
.sn-system-scope .sn-results-content,
.sn-system-scope .sn-results-table-shell,
.sn-system-scope .sn-iracing-tab,
.sn-system-scope .sn-iracing-tab-contents,
.sn-system-scope .tor-std-dim,
.sn-system-scope .tor-rondas-dim,
.sn-system-scope .tor-rondas-group-panel,
.sn-system-scope .tor-std-detail-wrap,
.sn-system-scope .tor-std-detail-inner {
	display: grid;
	gap: var(--sn-space-3);
}

.sn-system-scope .sn-results-toolbar,
.sn-system-scope .sn-results-pagination,
.sn-system-scope .sn-iracing-user-pos,
.sn-system-scope .tor-std-group-head,
.sn-system-scope .tor-rondas-dim__title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--sn-space-2);
}

.sn-system-scope .sn-results-tabs,
.sn-system-scope .tor-rondas-group-tabs {
	justify-content: flex-start;
}

.sn-system-scope .sn-results-search,
.sn-system-scope .sn-iracing-search {
	position: relative;
	display: flex;
	align-items: center;
	gap: var(--sn-space-2);
	width: min(100%, 360px);
}

.sn-system-scope .sn-results-search>i,
.sn-system-scope .sn-iracing-search>i {
	position: absolute;
	left: 12px;
	color: var(--sn-ui-text-soft);
	font-size: 14px;
}

.sn-system-scope .sn-results-search__input,
.sn-system-scope .sn-iracing-search__input {
	padding-left: 36px;
}

.sn-system-scope .sn-results-table-shell {
	padding: 0;
	overflow-x: auto;
}

.sn-system-scope .sn-iracing-tab[hidden] {
	display: none !important;
}

.sn-system-scope .sn-results-module--iracing .sn-iracing-user-pos {
	display: grid;
	gap: var(--sn-space-2);
	align-items: stretch;
}

.sn-system-scope .sn-results-module--iracing .sn-iracing-user-pos > h4 {
	margin: 0;
}

.sn-system-scope .sn-results-module--iracing .sn-user-row {
	width: 100%;
}

.sn-system-scope .sn-results-table {
	min-width: 100%;
}

.sn-system-scope .sn-results-table th,
.sn-system-scope .sn-results-table td {
	vertical-align: top;
}

.sn-system-scope .sn-results-table .tor-td-num,
.sn-system-scope .sn-results-table .num,
.sn-system-scope .sn-results-table .td-pos,
.sn-system-scope .sn-results-table .td-total,
.sn-system-scope .sn-results-table .td-puntaje,
.sn-system-scope .sn-results-table .td-penas {
	text-align: right;
	font-variant-numeric: tabular-nums;
}

.sn-system-scope .sn-results-table .v1 {
	font-weight: 700;
}

.sn-system-scope .sn-results-table .v2,
.sn-system-scope .sn-results-table .v3,
.sn-system-scope .sn-user-card .sn-user-stat-label,
.sn-system-scope .sn-f1-record-card .rec,
.sn-system-scope .tor-rondas-mobile-card__label,
.sn-system-scope .tor-rondas-mobile-round__head,
.sn-system-scope .tor-rondas-mobile-round__chip strong,
.sn-system-scope .tor-std-mobile-card__label,
.sn-system-scope .tor-std-mobile-stat span {
	color: var(--sn-ui-text-soft);
	font-size: 14px;
}

.sn-system-scope .sn-results-team-badge {
	max-width: 100%;
}

.sn-system-scope .sn-results-action,
.sn-system-scope .sn-f1-detail,
.sn-system-scope .sn-iracing-pagination .sn-btn {
	white-space: nowrap;
}

.sn-system-scope .tor-standings .sn-results-table--standings,
.sn-system-scope .tor-standings .sn-results-table--detail {
	width: auto;
	min-width: 100%;
	table-layout: auto;
}

.sn-system-scope .tor-standings .sn-results-table--standings th,
.sn-system-scope .tor-standings .sn-results-table--standings td {
	vertical-align: middle;
}

.sn-system-scope .tor-standings .tor-std-pos,
.sn-system-scope .tor-standings .tor-std-actions,
.sn-system-scope .tor-standings .tor-td-num,
.sn-system-scope .tor-standings .tor-std-total {
	white-space: nowrap;
}

.sn-system-scope .tor-standings .tor-std-piloto,
.sn-system-scope .tor-standings .tor-std-car {
	min-width: 0;
}

.sn-system-scope .tor-standings .tor-std-pilot-identity {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	max-width: 100%;
	min-width: 0;
}

.sn-system-scope .tor-standings .tor-std-pilot-avatar-wrap,
.sn-system-scope .tor-standings .tor-std-avatar {
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	min-width: 34px;
	border-radius: 10px;
}

.sn-system-scope .tor-standings .tor-std-pilot-meta,
.sn-system-scope .tor-standings .tor-std-pilot-meta {
	min-width: 0;
	display: inline-flex;
	flex-direction: column;
	gap: 4px;
}

.sn-system-scope .tor-standings .tor-std-pilot-meta .sn-pilot-meta-main {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex-wrap: nowrap;
	min-width: 0;
}

.sn-system-scope .tor-standings .tor-std-pilot-meta .sn-pilot-link,
.sn-system-scope .tor-standings .tor-std-pilot-meta .sn-pilot-label {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-width: 0;
	max-width: 100%;
}

.sn-system-scope .tor-standings .tor-std-pilot-meta .sn-pilot-link > span,
.sn-system-scope .tor-standings .tor-std-pilot-meta .sn-pilot-label > span,
.sn-system-scope .tor-standings .tor-std-team-link,
.sn-system-scope .tor-standings .tor-std-team-name {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sn-system-scope .tor-standings .tor-std-team {
	min-width: 0;
}

.sn-system-scope .tor-standings .tor-std-car-identity {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	max-width: 100%;
	min-width: 0;
}

.sn-system-scope .tor-standings .tor-std-car-media {
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	min-width: 34px;
	border-radius: 10px;
	padding: 6px;
}

.sn-system-scope .tor-standings .tor-std-car-copy {
	min-width: 0;
}

.sn-system-scope .tor-standings .tor-std-car-name,
.sn-system-scope .tor-standings .tor-std-car-brand {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sn-system-scope .tor-standings .tor-std-actions {
	text-align: center;
}

.sn-system-scope .tor-standings .tor-std-actions .sn-results-action {
	min-height: 38px;
	padding-inline: 12px;
}

.sn-system-scope .tor-std-modal {
	width: min(1240px, calc(100vw - 48px));
	max-height: min(88vh, 960px);
}

.sn-system-scope .tor-std-body {
	padding-top: var(--sn-space-2);
}

.sn-system-scope .tor-std-detail-inner {
	gap: var(--sn-space-3);
}

.sn-system-scope .tor-std-detail-hero__pilot,
.sn-system-scope .tor-std-detail-hero__auto {
	display: grid;
	align-items: start;
	min-width: 0;
}

.sn-system-scope .tor-std-detail-hero .tor-std-pilot-identity {
	display: inline-flex;
	align-items: center;
	gap: 12px;
}

.sn-system-scope .tor-std-detail-hero .tor-std-pilot-avatar-wrap,
.sn-system-scope .tor-std-detail-hero .tor-std-avatar {
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	min-width: 34px;
	border-radius: 10px;
}

.sn-system-scope .tor-std-detail-hero .tor-std-car-identity {
	display: inline-grid;
	grid-template-columns: 48px minmax(0, 1fr);
	align-items: center;
	gap: 12px;
}

.sn-system-scope .tor-std-detail-hero .tor-std-car-media {
	width: 48px;
	height: 48px;
	min-width: 48px;
	border-radius: 10px;
	padding: 0;
}

.sn-system-scope .tor-std-detail-table-shell {
	overflow: auto;
	border-radius: 14px;
}

.sn-system-scope .tor-std-detail-table-shell .sn-results-table--detail {
	width: 100%;
	min-width: 980px;
	table-layout: auto;
}

.sn-system-scope .tor-std-detail-table-shell .sn-results-table--detail th,
.sn-system-scope .tor-std-detail-table-shell .sn-results-table--detail td {
	vertical-align: top;
	white-space: nowrap;
}

.sn-system-scope .tor-std-detail-table-shell .col-ronda,
.sn-system-scope .tor-std-detail-table-shell .col-competencia,
.sn-system-scope .tor-std-detail-table-shell .col-sesion {
	font-weight: 700;
	color: var(--sn-ui-text);
}

.sn-system-scope .tor-std-detail-table-shell .col-nombre {
	min-width: 220px;
	white-space: normal;
}

.sn-system-scope .tor-std-detail-table-shell .col-fecha {
	min-width: 150px;
	color: var(--sn-ui-text-soft);
}

.sn-system-scope .tor-std-detail-table-shell tfoot td {
	font-weight: 700;
	background: rgba(255, 255, 255, 0.03);
}

.sn-system-scope .sn-iracing-search-empty[hidden],
.sn-system-scope .sn-iracing-row-details[hidden] {
	display: none !important;
}

.sn-system-scope .sn-row-toggle {
	display: none;
}

.sn-system-scope .sn-results-module--iracing .sn-ir-name-cell {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: center;
}

.sn-system-scope .sn-results-module--iracing .sn-ir-pilot-stack {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.sn-system-scope .sn-results-module--iracing .sn-pilot-meta-main {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex-wrap: nowrap;
	min-width: 0;
}

.sn-system-scope .sn-results-module--iracing .sn-pilot-label,
.sn-system-scope .sn-results-module--iracing .sn-pilot-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-width: 0;
}

.sn-system-scope .sn-results-module--iracing .sn-pilot-label > span,
.sn-system-scope .sn-results-module--iracing .sn-pilot-link > span {
	white-space: nowrap;
}

.sn-system-scope .sn-results-module--iracing .sn-licencia-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	padding: 0 10px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .14);
}

.sn-system-scope .sn-loading-state,
.sn-system-scope .sn-empty-state,
.sn-system-scope .sn-alert {
	display: grid;
	gap: var(--sn-space-1);
	padding: var(--sn-space-3);
	border: 1px solid var(--sn-ui-border);
	border-radius: 14px;
	background: linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .02)), var(--sn-ui-surface);
	color: var(--sn-ui-text);
}

.sn-system-scope .tor-loading {
	display: grid;
	place-items: center;
	min-height: 120px;
	padding: var(--sn-space-3);
	border: 1px solid var(--sn-ui-border);
	border-radius: 14px;
	background: linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .02)), var(--sn-ui-surface);
	color: var(--sn-ui-text-soft);
}

.sn-system-scope .sn-empty-state--error,
.sn-system-scope .sn-alert-warn {
	border-color: rgba(255, 91, 91, 0.28);
	background: linear-gradient(180deg, rgba(255, 91, 91, 0.10), rgba(255, 91, 91, 0.04)), var(--sn-ui-surface);
}

.sn-system-scope .sn-user-card {
	display: grid;
	grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr);
	gap: var(--sn-space-3);
	padding: var(--sn-space-3);
	border: 1px solid var(--sn-ui-border);
	border-radius: 14px;
	background: linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .02)), var(--sn-ui-surface);
}

.sn-system-scope .sn-user-card-left,
.sn-system-scope .sn-user-card-right,
.sn-system-scope .sn-user-meta,
.sn-system-scope .sn-user-team-wrap {
	display: grid;
	gap: var(--sn-space-2);
}

.sn-system-scope .sn-user-card-left {
	grid-template-columns: auto auto minmax(0, 1fr);
	align-items: center;
}

.sn-system-scope .sn-user-card-right {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-content: start;
}

.sn-system-scope .sn-user-pos-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 48px;
	height: 36px;
	padding: 0 var(--sn-space-2);
	border-radius: 999px;
	background: rgba(219, 35, 35, 0.14);
	color: var(--sn-ui-text);
	font-weight: 700;
}

.sn-system-scope .sn-user-avatar,
.sn-system-scope .sn-avatar {
	border-radius: 12px;
	overflow: hidden;
}

.sn-system-scope .sn-user-name {
	font-size: 16px;
	font-weight: 700;
}

.sn-system-scope .sn-user-sub {
	display: flex;
	flex-wrap: wrap;
	gap: var(--sn-space-2);
}

.sn-system-scope .sn-user-stat {
	display: grid;
	gap: 2px;
	padding: var(--sn-space-2);
	border: 1px solid rgba(255, 255, 255, .06);
	border-radius: 12px;
	background: rgba(255, 255, 255, .03);
}

.sn-system-scope .sn-user-stat-value {
	font-size: 15px;
	font-weight: 700;
}

.sn-system-scope .sn-f1-track-head,
.sn-system-scope .sn-f1-pilot-stack {
	display: grid;
	gap: var(--sn-space-2);
}

.sn-system-scope .sn-f1-track-head {
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
}

.sn-system-scope .sn-f1-track-head .flag {
	border-radius: 4px;
}

.sn-system-scope .sn-f1-record-card {
	display: grid;
	gap: var(--sn-space-2);
	margin-top: var(--sn-space-2);
	padding: var(--sn-space-2);
	border: 1px solid rgba(255, 255, 255, .06);
	border-radius: 12px;
	background: rgba(255, 255, 255, .025);
}

.sn-system-scope .sn-f1-modal__dialog .sn-modal__body {
	gap: var(--sn-space-3);
}

.sn-system-scope .tor-std-mobile-list,
.sn-system-scope .tor-rondas-mobile-list {
	display: grid;
	gap: var(--sn-space-2);
}

.sn-system-scope .tor-std-mobile-card,
.sn-system-scope .tor-rondas-mobile-card {
	display: grid;
	gap: var(--sn-space-2);
	padding: var(--sn-space-3);
	border: 1px solid var(--sn-ui-border);
	border-radius: 14px;
	background: linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .02)), var(--sn-ui-surface);
}

.sn-system-scope .tor-std-mobile-card__top,
.sn-system-scope .tor-rondas-mobile-card__top {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: var(--sn-space-2);
	align-items: start;
}

.sn-system-scope .tor-std-mobile-card__stats,
.sn-system-scope .tor-rondas-mobile-card__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--sn-space-2);
}

.sn-system-scope .tor-std-mobile-stat,
.sn-system-scope .tor-rondas-mobile-stat,
.sn-system-scope .tor-rondas-mobile-round__chip {
	display: grid;
	gap: 2px;
	padding: var(--sn-space-2);
	border-radius: 12px;
	background: rgba(255, 255, 255, .03);
	border: 1px solid rgba(255, 255, 255, .05);
}

.sn-system-scope .tor-rondas-mobile-round__chips {
	display: flex;
	flex-wrap: wrap;
	gap: var(--sn-space-2);
}

.sn-system-scope .tor-std-detail-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(240px, .8fr);
	gap: var(--sn-space-3);
}

.sn-system-scope .tor-std-overlay.is-open {
	display: grid;
}

@media (max-width: 960px) {

	.sn-system-scope .sn-user-card,
	.sn-system-scope .tor-std-detail-hero {
		grid-template-columns: 1fr;
	}

	.sn-system-scope .sn-user-card-right {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {

	.sn-system-scope .sn-results-toolbar,
	.sn-system-scope .sn-results-pagination,
	.sn-system-scope .sn-iracing-user-pos {
		flex-direction: column;
		align-items: stretch;
	}

	.sn-system-scope .sn-results-search,
	.sn-system-scope .sn-iracing-search {
		width: 100%;
	}

	.sn-system-scope .sn-user-card-left,
	.sn-system-scope .tor-std-mobile-card__stats,
	.sn-system-scope .tor-rondas-mobile-card__stats {
		grid-template-columns: 1fr;
	}

	.sn-system-scope .sn-user-card-right {
		grid-template-columns: 1fr 1fr;
	}

	.sn-system-scope .sn-row-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		border-radius: 10px;
		border: 1px solid var(--sn-ui-border);
		background: rgba(255, 255, 255, .05);
		color: var(--sn-ui-text);
	}

	.sn-system-scope .sn-results-module--iracing .sn-iracing-table th:nth-child(4),
	.sn-system-scope .sn-results-module--iracing .sn-iracing-table td:nth-child(4),
	.sn-system-scope .sn-results-module--iracing .sn-iracing-table th:nth-child(5),
	.sn-system-scope .sn-results-module--iracing .sn-iracing-table td:nth-child(5),
	.sn-system-scope .sn-results-module--iracing .sn-iracing-table th:nth-child(7),
	.sn-system-scope .sn-results-module--iracing .sn-iracing-table td:nth-child(7),
	.sn-system-scope .sn-results-module--iracing .sn-iracing-table th:nth-child(8),
	.sn-system-scope .sn-results-module--iracing .sn-iracing-table td:nth-child(8),
	.sn-system-scope .sn-results-module--iracing .sn-iracing-table th:nth-child(10),
	.sn-system-scope .sn-results-module--iracing .sn-iracing-table td:nth-child(10) {
		display: none;
	}

	.sn-system-scope .sn-results-module--iracing .sn-iracing-table th:nth-child(1),
	.sn-system-scope .sn-results-module--iracing .sn-iracing-table td:nth-child(1),
	.sn-system-scope .sn-results-module--iracing .sn-iracing-table th:nth-child(2),
	.sn-system-scope .sn-results-module--iracing .sn-iracing-table td:nth-child(2),
	.sn-system-scope .sn-results-module--iracing .sn-iracing-table th:nth-child(3),
	.sn-system-scope .sn-results-module--iracing .sn-iracing-table td:nth-child(3),
	.sn-system-scope .sn-results-module--iracing .sn-iracing-table th:nth-child(6),
	.sn-system-scope .sn-results-module--iracing .sn-iracing-table td:nth-child(6),
	.sn-system-scope .sn-results-module--iracing .sn-iracing-table th:nth-child(9),
	.sn-system-scope .sn-results-module--iracing .sn-iracing-table td:nth-child(9) {
		display: table-cell;
	}

	.sn-system-scope .sn-results-module--iracing .sn-ir-name-cell {
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 8px;
	}
}

/* Tournaments / Events / Calendars */
.sn-system-scope.sn-schedule-page,
.sn-system-scope .sn-schedule-page {
	display: grid;
	gap: var(--sn-space-3);
}

.sn-system-scope .sn-schedule-page .sn-btn--primary {
	background: linear-gradient(135deg, var(--sn-ui-primary), var(--sn-ui-primary-strong));
	color: #fff;
	border-color: rgba(255, 96, 80, 0.44);
}

.sn-system-scope .sn-schedule-page .sn-btn--outline,
.sn-system-scope .sn-schedule-page .sn-btn--ghost {
	background: linear-gradient(180deg, rgba(93, 20, 24, 0.72), rgba(58, 17, 20, 0.72));
	color: #f4f6fb;
	border-color: rgba(255, 255, 255, 0.08);
}

.sn-system-scope .sn-schedule-page .sn-btn--mini,
.sn-system-scope .sn-schedule-page .sn-btn--sm {
	min-height: 34px;
	padding: 0 var(--sn-space-3);
	font-size: 14px;
}

.sn-system-scope .sn-schedule-page .sn-tab-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: var(--sn-space-2);
	min-height: 38px;
	padding: 0 var(--sn-space-3);
	border-radius: 12px;
	border: 1px solid rgba(103, 127, 170, 0.18);
	background: rgba(18, 25, 40, 0.82);
	color: rgba(244, 247, 255, 0.9);
	font: inherit;
	font-size: 14px;
	font-weight: 600;
	appearance: none;
	-webkit-appearance: none;
	box-shadow: none;
	text-decoration: none;
	cursor: pointer;
}

.sn-system-scope .sn-schedule-page .sn-tab-btn.active,
.sn-system-scope .sn-schedule-page .sn-tab-btn.on,
.sn-system-scope .sn-schedule-page .sn-tab-btn[aria-selected='true'] {
	background: linear-gradient(180deg, #ef2f22 0%, #b31509 100%);
	color: #fff;
	border-color: rgba(255, 96, 80, 0.44);
}

#tor-root.sn-system-scope.sn-schedule-page .sn-tab-btn {
	background: rgba(18, 25, 40, 0.82);
	color: rgba(244, 247, 255, 0.9);
	border-color: rgba(103, 127, 170, 0.18);
}

#tor-root.sn-system-scope.sn-schedule-page .sn-tab-btn.active,
#tor-root.sn-system-scope.sn-schedule-page .sn-tab-btn.on,
#tor-root.sn-system-scope.sn-schedule-page .sn-tab-btn[aria-selected='true'] {
	background: linear-gradient(180deg, #ef2f22 0%, #b31509 100%);
	color: #fff;
	border-color: rgba(255, 96, 80, 0.44);
}

.sn-system-scope .sn-schedule-page .sn-tl-list,
.sn-system-scope .sn-schedule-page .snv2-body,
.sn-system-scope .sn-schedule-page .sn-sim-events-body,
.sn-system-scope .sn-schedule-page .sn-sim-events-top-tournaments,
.sn-system-scope .sn-schedule-page .tor-cal-agenda__shell,
.sn-system-scope .sn-schedule-page .torneo-fixture-inner,
.sn-system-scope .sn-schedule-page .sn-pw-next-content {
	display: grid;
	gap: var(--sn-space-3);
}

.sn-system-scope .sn-schedule-page .sn-tl-pane {
	display: grid;
	gap: var(--sn-space-3);
}

.sn-system-scope .sn-schedule-page .sn-tl-empty,
.sn-system-scope .sn-schedule-page .tor-calendario-error,
.sn-system-scope .sn-schedule-page .tor-cal-agenda-error,
.sn-system-scope .sn-schedule-page .torneo-fixture-loading,
.sn-system-scope .sn-schedule-page .tor-cal-agenda__empty,
.sn-system-scope .sn-schedule-page .sn-no-events {
	padding: var(--sn-space-4);
	border-radius: 18px;
	border: 1px solid rgba(108, 132, 172, 0.18);
	background: linear-gradient(180deg, rgba(15, 21, 34, 0.94), rgba(10, 15, 27, 0.96));
	color: rgba(224, 233, 247, 0.82);
	text-align: center;
}



.sn-system-scope .sn-schedule-page .sn-tl-cell,
.sn-system-scope .sn-schedule-page .sn-pw-next,
.sn-system-scope .sn-schedule-page .tfx-phase,
.sn-system-scope .sn-schedule-page .tfx-division,
.sn-system-scope .sn-schedule-page .tor-calendario-content,
.sn-system-scope .sn-schedule-page .sn-eventos-frame,
.sn-system-scope .sn-schedule-page .sn-sim-agenda__shell,
.sn-system-scope .sn-schedule-page .tor-cal-agenda__shell,
.sn-system-scope .sn-schedule-page .torneo-fixture-scroll,
#tor-root.sn-system-scope.sn-schedule-page .tor-content,
#tor-root.sn-system-scope.sn-schedule-page .tor-panel-chat,
#tor-root.sn-system-scope.sn-schedule-page .tor-panel-banner,
#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next,
#tor-root.sn-system-scope.sn-schedule-page .tor-inscripcion-panel,
#tor-root.sn-system-scope.sn-schedule-page .tor-inscripcion-mobile {
	border-radius: 18px;
	border: 1px solid rgba(100, 123, 161, 0.16);
	background: linear-gradient(180deg, rgba(15, 22, 36, 0.96), rgba(9, 15, 27, 0.98));
}

.sn-system-scope .sn-schedule-page .sn-tl-timeline--integrated {
	padding: 0;
	border: none;
}

.sn-system-scope .sn-schedule-page .sn-tl-timeline--integrated .sn-tl-cell {
	padding: 2px 0;
	background: none;
	border: none;
	box-shadow: none;
}

.sn-system-scope .sn-schedule-page .sn-tl-cell {
	padding: var(--sn-space-3);
	align-content: start;
}

.sn-system-scope .sn-schedule-page .sn-tl-cell__label,
.sn-system-scope .sn-schedule-page .sn-tl-cell__sub,
.sn-system-scope .sn-schedule-page .sn-tl-cell__detail,
.sn-system-scope .sn-schedule-page .sn-tz-note,
.sn-system-scope .sn-schedule-page .tfx-phase-range,
.sn-system-scope .sn-schedule-page .tfx-division-date-inline {
	color: rgba(220, 229, 242, 0.72);
	font-size: 14px;
}

.sn-system-scope .sn-tz-note {
	display: grid;
	gap: var(--sn-space-2);
	padding: var(--sn-space-2) var(--sn-space-3);
	border: 1px solid rgba(108, 132, 172, 0.14);
	border-radius: 12px;
	background: rgba(8, 13, 24, 0.62);
	backdrop-filter: blur(10px);
}

.sn-system-scope .sn-tz-note__summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--sn-space-2);
	flex-wrap: wrap;
}

.sn-system-scope .sn-tz-note__summary-text {
	flex: 1 1 240px;
	min-width: 0;
}

.sn-system-scope .sn-tz-note__toggle,
.sn-system-scope .sn-tz-note__controls {
	display: none !important;
}

.sn-system-scope .sn-tz-note__toggle,
.sn-system-scope .sn-tz-note__apply,
.sn-system-scope .sn-tz-note__reset {
	min-height: 32px;
	padding: 6px 12px;
	font-size: 14px;
}

.sn-system-scope .sn-tz-note__controls {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: var(--sn-space-2);
	align-items: end;
}

.sn-system-scope .sn-tz-note__field {
	display: grid;
	gap: 6px;
}

.sn-system-scope .sn-tz-note__field-label {
	font-size: 14px;
	color: rgba(220, 229, 242, 0.74);
}

.sn-system-scope .sn-tz-note__select {
	width: 100%;
	min-height: 34px;
	padding: 6px 10px;
	border-radius: 10px;
	border: 1px solid rgba(108, 132, 172, 0.2);
	background: rgba(12, 18, 32, 0.92);
	color: #f0f4ff;
}

.sn-system-scope .sn-tz-note__actions {
	display: flex;
	gap: var(--sn-space-2);
	flex-wrap: wrap;
	justify-content: flex-end;
}

.sn-system-scope .sn-schedule-page .sn-tl-cell strong,
.sn-system-scope .sn-schedule-page .tfx-division-title,
.sn-system-scope .sn-schedule-page .tfx-phase-title>span {
	font-size: 15px;
	line-height: 1.3;
}

.sn-system-scope .sn-schedule-page .sn-tl-event-track,
.sn-system-scope .sn-schedule-page .sn-tl-event-track__track-grid,
.sn-system-scope .sn-schedule-page .sn-tl-event-track__cars,
.sn-system-scope .sn-schedule-page .sn-sim-events-toolbar,
.sn-system-scope .sn-schedule-page .snv2-toolbar,
.sn-system-scope .sn-schedule-page .tfx-header,
.sn-system-scope .sn-schedule-page .tfx-flow,
.sn-system-scope .sn-schedule-page .tfx-flow-top,
.sn-system-scope .sn-schedule-page .tfx-flow-meta {
	display: grid;
	gap: var(--sn-space-2);
}

.sn-system-scope .sn-schedule-page .sn-sim-series {
	display: grid;
	gap: var(--sn-space-3);
	padding: var(--sn-space-3);
	border-radius: 20px;
	border: 1px solid rgba(104, 126, 164, 0.16);
	background: linear-gradient(180deg, rgba(14, 21, 35, 0.98), rgba(10, 16, 28, 0.98));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.sn-system-scope .sn-schedule-page .sn-sim-events-toolbar {
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	padding: 20px 22px;
	border-radius: 24px;
	border: 1px solid rgba(104, 126, 164, 0.16);
	background:
		radial-gradient(circle at top left, rgba(154, 51, 65, 0.22), transparent 40%),
		linear-gradient(180deg, rgba(14, 21, 35, 0.98), rgba(10, 16, 28, 0.98));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.sn-system-scope .sn-schedule-page .sn-sim-events-toolbar__copy {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.sn-system-scope .sn-schedule-page .sn-sim-events-toolbar__eyebrow {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	min-height: 28px;
	padding: 0 12px;
	border-radius: 999px;
	background: rgba(125, 37, 52, 0.32);
	color: rgba(255, 232, 229, 0.94);
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.sn-system-scope .sn-schedule-page .sn-sim-events-toolbar__title {
	margin: 0;
	font-size: clamp(28px, 3vw, 44px);
	line-height: 0.92;
	text-transform: uppercase;
}

.sn-system-scope .sn-schedule-page .sn-sim-events-series-tabs-shell {
	margin-top: 16px;
}

.sn-system-scope .sn-schedule-page .sn-sim-events-series-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.sn-system-scope .sn-schedule-page .sn-sim-events-series-tabs__tab {
	min-height: 40px;
	padding: 0 16px;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.04);
	color: rgba(236, 242, 252, 0.9);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.sn-system-scope .sn-schedule-page .sn-sim-events-series-tabs__tab.is-active {
	background: linear-gradient(180deg, rgba(239, 47, 34, 0.96), rgba(179, 21, 9, 0.98));
	border-color: rgba(255, 110, 92, 0.4);
	color: #fff;
}

.sn-system-scope .sn-schedule-page .sn-sim-events-stage {
	display: grid;
	gap: 14px;
}

.sn-system-scope .sn-schedule-page .sn-sim-event-row {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 22px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: #0d121b;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.sn-system-scope .sn-schedule-page .sn-sim-event-row__bg,
.sn-system-scope .sn-schedule-page .sn-sim-event-row__overlay {
	position: absolute;
	inset: 0;
}

.sn-system-scope .sn-schedule-page .sn-sim-event-row__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 1;
}

.sn-system-scope .sn-schedule-page .sn-sim-event-row__overlay {
	background: var(--sn-track-bg-veil);
}

.sn-system-scope .sn-schedule-page .sn-sim-event-row__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 190px minmax(0, 1.2fr) minmax(320px, 1.25fr) 172px;
	gap: 16px;
	align-items: center;
	padding: 15px 18px;
}

.sn-system-scope .sn-schedule-page .sn-sim-event-row__series,
.sn-system-scope .sn-schedule-page .sn-sim-event-row__track,
.sn-system-scope .sn-schedule-page .sn-sim-event-row__cars,
.sn-system-scope .sn-schedule-page .sn-sim-event-row__actions {
	min-width: 0;
}

.sn-system-scope .sn-schedule-page .sn-sim-event-row__series {
	display: grid;
	gap: 8px;
	align-content: center;
}

.sn-system-scope .sn-schedule-page .sn-sim-event-row__series-pill {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	min-height: 28px;
	padding: 0 12px;
	border-radius: 999px;
	background: rgba(65, 152, 96, 0.24);
	border: 1px solid rgba(114, 208, 144, 0.18);
	color: #d6ffe1;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.sn-system-scope .sn-schedule-page .sn-sim-event-row__date {
	font-size: 15px;
	line-height: 1.2;
	color: #fff;
}

.sn-system-scope .sn-schedule-page .sn-sim-event-row .sn-inicia-wrapper {
	display: grid;
	gap: 2px;
	color: rgba(236, 242, 252, 0.76);
	font-size: 14px;
}

.sn-system-scope .sn-schedule-page .sn-sim-event-row .sn-countdown-evento {
	font-weight: 800;
	color: #fff;
}

.sn-system-scope .sn-schedule-page .sn-sim-event-row__track-identity {
	width: 100%;
	min-width: 0;
}

.sn-system-scope .sn-schedule-page .sn-sim-event-row__track-identity .sn-track-identity {
	grid-template-columns: minmax(0, 1fr) 82px;
	gap: 10px;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.sn-system-scope .sn-schedule-page .sn-sim-event-row__track-identity .sn-track-identity__media {
	display: none;
}

.sn-system-scope .sn-schedule-page .sn-sim-event-row__track-identity .sn-track-identity__copy {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.sn-system-scope .sn-schedule-page .sn-sim-event-row__track-identity .sn-track-identity__title {
	gap: 8px;
}

.sn-system-scope .sn-schedule-page .sn-sim-event-row__track-identity .sn-track-identity__name {
	font-size: 18px;
	line-height: 1.04;
}

.sn-system-scope .sn-schedule-page .sn-sim-event-row__track-identity .sn-track-identity__layout,
.sn-system-scope .sn-schedule-page .sn-sim-event-row__track-identity .sn-track-identity__description {
	font-size: 14px;
	line-height: 1.15;
	display: block;
	opacity: 1;
}

.sn-system-scope .sn-schedule-page .sn-sim-event-row__track-identity .sn-track-identity__layout {
	color: rgba(235, 243, 255, 0.92);
	font-weight: 800;
}

.sn-system-scope .sn-schedule-page .sn-sim-event-row__track-identity .sn-track-identity__description {
	color: rgba(221, 229, 241, 0.76);
}

.sn-system-scope .sn-schedule-page .sn-sim-event-row__track-identity .sn-track-identity__map {
	width: 82px;
	height: 82px;
	display: grid;
	place-items: center;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.sn-system-scope .sn-schedule-page .sn-sim-event-row__track-identity .sn-track-identity__map-image {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 10px;
}

.sn-system-scope .sn-schedule-page .sn-sim-event-row__cars {
	display: grid;
	gap: 10px;
	align-content: center;
}

.sn-system-scope .sn-schedule-page .sn-sim-event-row__cars-track {
	width: 100%;
	min-width: 0;
}

.sn-system-scope .sn-schedule-page .sn-sim-event-row__inline-cars-wrap {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 8px;
}

.sn-system-scope .sn-schedule-page .sn-sim-event-row__inline-cars,
.sn-system-scope .sn-schedule-page .sn-sim-event-row__inline-car-track {
	display: flex;
	gap: 8px;
	overflow: hidden;
	min-width: 0;
}

.sn-system-scope .sn-schedule-page .sn-sim-event-row__inline-car {
	flex: 0 0 92px;
	max-width: 92px;
}

.sn-system-scope .sn-schedule-page .sn-sim-event-row__inline-car-card.sn-car-identity {
	display: grid;
	grid-template-columns: 1fr;
	gap: 6px;
	padding: 8px 8px 7px;
	border-radius: 15px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.04);
	min-height: 88px;
}

.sn-system-scope .sn-schedule-page .sn-sim-event-row__inline-car-card .sn-car-identity__media {
	width: 100%;
	height: 46px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.03);
	padding: 4px;
}

.sn-system-scope .sn-schedule-page .sn-sim-event-row__inline-car-card .sn-car-identity__img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.sn-system-scope .sn-schedule-page .sn-sim-event-row__inline-car-card .sn-car-identity__copy {
	gap: 4px;
}

.sn-system-scope .sn-schedule-page .sn-sim-event-row__inline-car-card .sn-car-identity__name {
	font-size: 14px;
	line-height: 1.1;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}

.sn-system-scope .sn-schedule-page .sn-sim-event-row__inline-car-card .sn-car-identity__meta {
	display: none;
}

.sn-system-scope .sn-schedule-page .sn-sim-event-row__inline-car-nav {
	width: 34px;
	height: 34px;
	display: grid;
	place-items: center;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.05);
	color: #fff;
}

.sn-system-scope .sn-schedule-page .sn-sim-event-row__sessions {
	display: flex;
	justify-content: flex-start;
	min-width: 0;
}

.sn-system-scope .sn-schedule-page .sn-sim-event-row__sessions-stack {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	width: 100%;
}

.sn-system-scope .sn-schedule-page .sn-sim-event-row__session {
	--sn-session-accent: #6e849f;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	min-width: 0;
}

.sn-system-scope .sn-schedule-page .sn-sim-event-row__session-sigla {
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--sn-session-accent);
	line-height: 1;
}

.sn-system-scope .sn-schedule-page .sn-sim-event-row__session-value {
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	white-space: nowrap;
}

.sn-system-scope .sn-schedule-page .sn-sim-event-row__sessions-empty {
	font-size: 14px;
	color: rgba(236, 242, 252, 0.7);
}

.sn-system-scope .sn-schedule-page .sn-sim-event-row__actions {
	display: grid;
	justify-items: stretch;
}

.sn-system-scope .sn-schedule-page .sn-sim-event-row__actions-stack {
	display: grid;
	gap: 8px;
	width: 100%;
}

.sn-system-scope .sn-schedule-page .sn-sim-event-row__detail-btn {
	width: 100%;
	min-height: 38px;
	border-radius: 14px;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	background: linear-gradient(180deg, #ea3d2c 0%, #bd190f 100%);
	border-color: rgba(255, 125, 110, 0.22);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.sn-system-scope .sn-schedule-page .sn-sim-event-row__detail-btn:hover,
.sn-system-scope .sn-schedule-page .sn-sim-event-row__detail-btn:focus-visible {
	background: linear-gradient(180deg, #f14a37 0%, #cb2116 100%);
}

.sn-system-scope .sn-schedule-page .sn-sim-event-row__inscription,
.sn-system-scope .sn-schedule-page .sn-sim-event-row__inscription .sn-ins,
.sn-system-scope .sn-schedule-page .sn-sim-event-row__inscription .sn-registration-widget {
	width: 100%;
}

.sn-system-scope .sn-schedule-page .sn-sim-event-row__inscription .sn-ins-container.sn-layout {
	grid-template-columns: minmax(0, 1fr) 76px;
	gap: 8px;
}

@media (max-width: 1280px) {
	.sn-system-scope .sn-schedule-page .sn-sim-event-row__grid {
		grid-template-columns: 178px minmax(0, 1fr) minmax(0, 1.1fr);
	}

	.sn-system-scope .sn-schedule-page .sn-sim-event-row__actions {
		grid-column: 1 / -1;
	}

	.sn-system-scope .sn-schedule-page .sn-sim-event-row__actions-stack {
		grid-template-columns: 148px minmax(0, 1fr);
		align-items: stretch;
	}
}

@media (max-width: 900px) {
	.sn-system-scope .sn-schedule-page .sn-sim-event-row__grid {
		grid-template-columns: 1fr;
	}

	.sn-system-scope .sn-schedule-page .sn-sim-event-row__track-identity .sn-track-identity {
		grid-template-columns: minmax(0, 1fr) 72px;
	}

	.sn-system-scope .sn-schedule-page .sn-sim-event-row__track-identity .sn-track-identity__map {
		width: 72px;
		height: 72px;
	}

	.sn-system-scope .sn-schedule-page .sn-sim-event-row__sessions-stack {
		gap: 7px;
	}
}

@media (max-width: 640px) {
	.sn-system-scope .sn-schedule-page .sn-sim-event-row__grid {
		padding: 14px;
		gap: 12px;
	}

	.sn-system-scope .sn-schedule-page .sn-sim-event-row__actions-stack {
		grid-template-columns: 1fr;
	}

	.sn-system-scope .sn-schedule-page .sn-sim-event-row__inline-car {
		flex-basis: 78px;
		max-width: 78px;
	}

	.sn-system-scope .sn-schedule-page .sn-sim-event-row__track-identity .sn-track-identity__name {
		font-size: 16px;
	}
}

.sn-system-scope[data-role="eventosListado"] .sn-sim-event-row.sn-event-row--events-listing-bridge {
	margin: 0;
}

.sn-system-scope[data-role="eventosListado"] .sn-sim-event-row.sn-event-row--events-listing-bridge .sn-sim-event-row__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 1;
}

.sn-system-scope[data-role="eventosListado"] .sn-sim-event-row.sn-event-row--events-listing-bridge .sn-sim-event-row__overlay {
	background: var(--sn-track-bg-veil, linear-gradient(180deg, rgba(9, 14, 24, 0.2) 0%, rgba(9, 14, 24, 0.68) 100%));
}

.sn-system-scope[data-role="eventosListado"] .sn-sim-event-row.sn-event-row--events-listing-bridge .sn-sim-event-row__grid {
	grid-template-columns: 88px 190px minmax(0, 1.1fr) minmax(320px, 1.15fr) 172px;
}

.sn-system-scope[data-role="eventosListado"] .sn-sim-event-row.sn-event-row--events-listing-bridge .sn-sim-event-row__media--bridge {
	display: grid;
	place-items: center;
	min-width: 0;
	min-height: 82px;
	padding: 10px;
	border-radius: 18px;
	background: #0d121b;
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.sn-system-scope[data-role="eventosListado"] .sn-sim-event-row.sn-event-row--events-listing-bridge .sn-sim-event-row__media--bridge img {
	width: 100%;
	height: 100%;
	max-width: 64px;
	max-height: 42px;
	object-fit: contain;
}

.sn-system-scope[data-role="eventosListado"] .sn-sim-event-row.sn-event-row--events-listing-bridge .sn-sim-event-row__media--bridge span {
	color: #fff;
	font-size: 18px;
	font-weight: 900;
}

.sn-system-scope[data-role="eventosListado"] .sn-sim-event-row.sn-event-row--events-listing-bridge .sn-sim-event-row__date-copy {
	display: grid;
	gap: 4px;
}

.sn-system-scope[data-role="eventosListado"] .sn-sim-event-row.sn-event-row--events-listing-bridge .sn-sim-event-row__date-copy strong {
	font-size: 15px;
	line-height: 1.2;
	font-weight: 800;
	color: #fff;
}

.sn-system-scope[data-role="eventosListado"] .sn-sim-event-row.sn-event-row--events-listing-bridge .sn-sim-event-row__date-copy .sn-date-subs {
	color: rgba(236, 242, 252, 0.76);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
}

.sn-system-scope[data-role="eventosListado"] .sn-sim-event-row.sn-event-row--events-listing-bridge .sn-sim-event-row__event-name {
	color: #ffe700;
	font-size: 14px;
	line-height: 1.1;
	font-weight: 900;
	text-transform: uppercase;
}

.sn-system-scope[data-role="eventosListado"] .sn-sim-event-row.sn-event-row--events-listing-bridge .sn-sim-event-row__cars-track--bridge {
	width: 100%;
	min-width: 0;
}

.sn-system-scope[data-role="eventosListado"] .sn-sim-event-row.sn-event-row--events-listing-bridge .sn-event-row__car-strip {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 8px;
	min-height: 88px;
}

.sn-system-scope[data-role="eventosListado"] .sn-sim-event-row.sn-event-row--events-listing-bridge .sn-event-row__car-strip:not(.has-nav) {
	grid-template-columns: minmax(0, 1fr);
}

.sn-system-scope[data-role="eventosListado"] .sn-sim-event-row.sn-event-row--events-listing-bridge .sn-event-row__car-nav {
	display: inline-grid;
	place-items: center;
	width: 34px;
	height: 34px;
	padding: 0;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.05);
	color: #fff;
}

.sn-system-scope[data-role="eventosListado"] .sn-sim-event-row.sn-event-row--events-listing-bridge .sn-event-row__car-viewport {
	overflow: auto hidden;
	scrollbar-width: none;
	min-height: 0;
}

.sn-system-scope[data-role="eventosListado"] .sn-sim-event-row.sn-event-row--events-listing-bridge .sn-event-row__car-viewport::-webkit-scrollbar {
	display: none;
}

.sn-system-scope[data-role="eventosListado"] .sn-sim-event-row.sn-event-row--events-listing-bridge .sn-event-row__car-track {
	display: flex;
	gap: 8px;
	align-items: stretch;
}

.sn-system-scope[data-role="eventosListado"] .sn-sim-event-row.sn-event-row--events-listing-bridge .sn-event-row__car-item {
	flex: 0 0 92px;
	max-width: 92px;
	display: flex;
	align-items: stretch;
	padding: 0;
	border: 0;
	background: transparent;
}

.sn-system-scope[data-role="eventosListado"] .sn-sim-event-row.sn-event-row--events-listing-bridge .sn-event-row__car-item .sn-car-identity {
	display: grid;
	grid-template-columns: 1fr;
	gap: 6px;
	width: 100%;
	min-height: 88px;
	padding: 8px 8px 7px;
	border-radius: 15px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.04);
}

.sn-system-scope[data-role="eventosListado"] .sn-sim-event-row.sn-event-row--events-listing-bridge .sn-event-row__car-item .sn-car-identity__media {
	width: 100%;
	height: 46px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.03);
	padding: 4px;
}

.sn-system-scope[data-role="eventosListado"] .sn-sim-event-row.sn-event-row--events-listing-bridge .sn-event-row__car-item .sn-car-identity__img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.sn-system-scope[data-role="eventosListado"] .sn-sim-event-row.sn-event-row--events-listing-bridge .sn-event-row__car-item .sn-car-identity__copy,
.sn-system-scope[data-role="eventosListado"] .sn-sim-event-row.sn-event-row--events-listing-bridge .sn-event-row__car-item .sn-car-identity__meta,
.sn-system-scope[data-role="eventosListado"] .sn-sim-event-row.sn-event-row--events-listing-bridge .sn-event-row__car-item .sn-car-identity__name {
	display: none;
}

.sn-system-scope[data-role="eventosListado"] .sn-sim-event-row.sn-event-row--events-listing-bridge .sn-sim-event-row__actions .sn-button-group,
.sn-system-scope[data-role="eventosListado"] .sn-sim-event-row.sn-event-row--events-listing-bridge .sn-sim-event-row__actions .sn-btn,
.sn-system-scope[data-role="eventosListado"] .sn-sim-event-row.sn-event-row--events-listing-bridge .sn-sim-event-row__inscription,
.sn-system-scope[data-role="eventosListado"] .sn-sim-event-row.sn-event-row--events-listing-bridge .sn-sim-event-row__inscription .sn-ins,
.sn-system-scope[data-role="eventosListado"] .sn-sim-event-row.sn-event-row--events-listing-bridge .sn-sim-event-row__inscription .sn-registration-widget {
	width: 100%;
}

.sn-system-scope[data-role="eventosListado"] .sn-sim-event-row.sn-event-row--events-listing-bridge .sn-sim-event-row__actions .sn-button-group .sn-btn {
	width: 100%;
	min-height: 38px;
	border-radius: 14px;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	background: linear-gradient(180deg, #ea3d2c 0%, #bd190f 100%);
	border-color: rgba(255, 125, 110, 0.22);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.sn-system-scope[data-role="eventosListado"] .sn-sim-event-row.sn-event-row--events-listing-bridge .sn-sim-event-row__actions .sn-button-group .sn-btn:hover,
.sn-system-scope[data-role="eventosListado"] .sn-sim-event-row.sn-event-row--events-listing-bridge .sn-sim-event-row__actions .sn-button-group .sn-btn:focus-visible {
	background: linear-gradient(180deg, #f14a37 0%, #cb2116 100%);
}

.sn-system-scope[data-role="eventosListado"] .sn-sim-event-row.sn-event-row--events-listing-bridge .sn-sim-event-row__inscription .sn-ins-container.sn-layout {
	grid-template-columns: minmax(0, 1fr) 76px;
	gap: 8px;
}

@media (max-width: 1280px) {
	.sn-system-scope[data-role="eventosListado"] .sn-sim-event-row.sn-event-row--events-listing-bridge .sn-sim-event-row__grid {
		grid-template-columns: 88px 178px minmax(0, 1fr) minmax(0, 1.1fr);
	}
}

@media (max-width: 900px) {
	.sn-system-scope[data-role="eventosListado"] .sn-sim-event-row.sn-event-row--events-listing-bridge .sn-sim-event-row__grid {
		grid-template-columns: 1fr;
	}

	.sn-system-scope[data-role="eventosListado"] .sn-sim-event-row.sn-event-row--events-listing-bridge .sn-sim-event-row__media--bridge {
		max-width: 92px;
	}
}

.sn-system-scope .sn-schedule-page .sn-sim-events-toolbar__controls {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	justify-self: end;
}

.sn-system-scope .sn-schedule-page .sn-sim-events-toolbar__label {
	color: rgba(222, 230, 243, 0.88);
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
}

.sn-system-scope .sn-schedule-page .sn-sim-events-toolbar__mode {
	color: #fff;
	font-weight: 900;
	text-transform: lowercase;
}

.sn-system-scope .sn-schedule-page .sn-sim-events-toolbar__toggle {
	display: inline-flex;
	align-items: center;
	gap: 0;
	padding: 4px;
	border-radius: 18px;
	background: linear-gradient(180deg, rgba(130, 24, 14, 0.72), rgba(173, 24, 12, 0.92));
	box-shadow: 0 14px 30px rgba(161, 34, 18, 0.18);
}

.sn-system-scope .sn-schedule-page .sn-sim-events-toolbar__toggle .sn-toggle-btn {
	width: 56px;
	min-width: 56px;
	height: 40px;
	border: 0;
	border-radius: 14px;
	background: transparent;
	color: rgba(255, 244, 241, 0.86);
	box-shadow: none;
}

.sn-system-scope .sn-schedule-page .sn-sim-events-toolbar__toggle .sn-toggle-btn.on {
	background: linear-gradient(180deg, rgba(255, 84, 58, 0.96), rgba(197, 27, 17, 0.98));
	color: #fff;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.sn-system-scope .sn-schedule-page .sn-sim-events-toolbar__toggle .sn-toggle-btn:not(.on):hover {
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.sn-system-scope .sn-schedule-page .sn-sim-series__hero,
.sn-system-scope .sn-schedule-page .sn-sim-series__identity,
.sn-system-scope .sn-schedule-page .sn-sim-series__cars,
.sn-system-scope .sn-schedule-page .sn-sim-series__configs,
.sn-system-scope .sn-schedule-page .sn-sim-series__events {
	display: grid;
	gap: var(--sn-space-3);
}

.sn-system-scope .sn-schedule-page .sn-sim-series__identity {
	grid-template-columns: 60px minmax(0, 1fr);
	align-items: center;
}

.sn-system-scope .sn-schedule-page .sn-sim-series__icon {
	width: 60px;
	height: 60px;
	display: grid;
	place-items: center;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.05);
	overflow: hidden;
}

.sn-system-scope .sn-schedule-page .sn-sim-series__icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.sn-system-scope .sn-schedule-page .sn-sim-series__icon span {
	color: rgba(236, 242, 252, 0.74);
	font-size: 18px;
}

.sn-system-scope .sn-schedule-page .sn-sim-series__copy {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.sn-system-scope .sn-schedule-page .sn-sim-series__eyebrow {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	padding: 4px 10px;
	border-radius: 999px;
	background: color-mix(in srgb, var(--sn-serie-accent, #c90d05) 18%, rgba(255, 255, 255, 0.04));
	border: 1px solid color-mix(in srgb, var(--sn-serie-accent, #c90d05) 42%, rgba(255, 255, 255, 0.06));
	color: #ffe1dc;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.sn-system-scope .sn-schedule-page .sn-sim-series__title {
	margin: 0;
	font-size: clamp(22px, 2vw, 28px);
	line-height: 1.05;
}

.sn-system-scope .sn-schedule-page .sn-sim-series__next-date {
	margin: 0;
	color: rgba(143, 200, 255, 0.9);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.sn-system-scope .sn-schedule-page .sn-sim-series__description {
	margin: 0;
	color: rgba(226, 233, 245, 0.76);
	font-size: 14px;
}

.sn-system-scope .sn-schedule-page .sn-sim-series__detail-btn {
	width: 100%;
	min-height: 46px;
	border-radius: 16px;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.sn-system-scope .sn-schedule-page .sn-sim-series__cars-wrap {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: var(--sn-space-2);
}

.sn-system-scope .sn-schedule-page .sn-sim-series__car-viewport {
	overflow: auto hidden;
	scrollbar-width: none;
}

.sn-system-scope .sn-schedule-page .sn-sim-series__car-viewport::-webkit-scrollbar {
	display: none;
}

.sn-system-scope .sn-schedule-page .sn-sim-series__car-track {
	display: flex;
	gap: var(--sn-space-2);
	align-items: stretch;
	min-width: 100%;
}

.sn-system-scope .sn-schedule-page .sn-sim-series__car-card-wrap {
	flex: 0 0 calc((100% - (var(--sn-space-2) * 3)) / 4);
	min-width: calc((100% - (var(--sn-space-2) * 3)) / 4);
	max-width: calc((100% - (var(--sn-space-2) * 3)) / 4);
}

.sn-system-scope .sn-schedule-page .sn-sim-series__car-card {
	flex: 0 0 auto;
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	width: 100%;
	min-height: 78px;
	padding: 10px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	background: rgba(255, 255, 255, 0.03);
}

.sn-system-scope .sn-schedule-page .sn-sim-series__car-card.sn-car-identity {
	grid-template-columns: 56px minmax(0, 1fr);
	align-items: center;
}

.sn-system-scope .sn-schedule-page .sn-sim-series__car-card .sn-car-identity__media {
	width: 56px;
	height: 56px;
	display: grid;
	place-items: center;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.03);
	overflow: hidden;
	padding: 4px;
}

.sn-system-scope .sn-schedule-page .sn-sim-series__car-card.sn-car-identity--brand-fallback .sn-car-identity__img {
	width: 74%;
	height: 74%;
	max-width: 74%;
	max-height: 74%;
	padding: 0;
	object-position: center center;
}

.sn-system-scope .sn-schedule-page .sn-sim-series__car-card .sn-car-identity__img {
	width: 92%;
	height: 92%;
	max-width: 92%;
	max-height: 92%;
	object-fit: contain;
	object-position: center center;
}

.sn-system-scope .sn-schedule-page .sn-sim-series__car-card .sn-car-identity__fallback {
	color: rgba(231, 238, 249, 0.74);
	font-size: 18px;
}

.sn-system-scope .sn-schedule-page .sn-sim-series__car-card .sn-car-identity__copy {
	display: grid;
	gap: 6px;
	min-width: 0;
	align-content: center;
}

.sn-system-scope .sn-schedule-page .sn-sim-series__car-card .sn-car-identity__name {
	font-size: 14px;
	line-height: 1.15;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	text-overflow: clip;
	min-height: calc(1.15em * 2);
}

.sn-system-scope .sn-schedule-page .sn-sim-series__car-card .sn-car-identity__meta {
	margin-top: 0;
}

@media (max-width: 1024px) {
	.sn-system-scope .sn-schedule-page .sn-sim-series__car-card-wrap {
		flex-basis: calc((100% - (var(--sn-space-2) * 2)) / 3);
		min-width: calc((100% - (var(--sn-space-2) * 2)) / 3);
		max-width: calc((100% - (var(--sn-space-2) * 2)) / 3);
	}
}

@media (max-width: 640px) {
	.sn-system-scope .sn-schedule-page .sn-sim-series__car-card-wrap {
		flex-basis: calc((100% - var(--sn-space-2)) / 2);
		min-width: calc((100% - var(--sn-space-2)) / 2);
		max-width: calc((100% - var(--sn-space-2)) / 2);
	}
}

.sn-system-scope .sn-schedule-page .sn-sim-series__car-nav {
	width: 42px;
	height: 42px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(255, 98, 84, 0.3);
	border-radius: 14px;
	background: linear-gradient(180deg, #ef2f22 0%, #b31509 100%);
	color: #fff;
}

.sn-system-scope .sn-schedule-page .sn-sim-series__cars-empty {
	padding: var(--sn-space-3);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.03);
	color: rgba(224, 233, 247, 0.74);
	text-align: center;
}

.sn-system-scope .sn-schedule-page .sn-sim-series__configs-label {
	color: rgba(220, 229, 242, 0.76);
	font-size: 14px;
	font-weight: 700;
}

.sn-system-scope .sn-schedule-page .sn-sim-series__config-line {
	display: flex;
	flex-wrap: wrap;
	gap: var(--sn-space-2);
}

.sn-system-scope .sn-schedule-page .sn-sim-series__config-item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.06);
	font-size: 14px;
	color: rgba(236, 242, 252, 0.9);
}

.sn-system-scope .sn-schedule-page .sn-sim-series__config-item--practice {
	border-color: rgba(65, 201, 107, 0.24);
	background: rgba(20, 76, 39, 0.24);
}

.sn-system-scope .sn-schedule-page .sn-sim-series__event {
	position: relative;
	display: grid;
	grid-template-columns: 190px minmax(0, 1fr) 120px 150px;
	gap: var(--sn-space-3);
	align-items: center;
	padding: var(--sn-space-3);
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.07);
	background: rgba(10, 16, 28, 0.9);
	overflow: hidden;
}

.sn-system-scope .sn-schedule-page .sn-sim-series__event-bg,
.sn-system-scope .sn-schedule-page .sn-sim-series__event-overlay {
	position: absolute;
	inset: 0;
}

.sn-system-scope .sn-schedule-page .sn-sim-series__event-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.42;
}

.sn-system-scope .sn-schedule-page .sn-sim-series__event-overlay {
	background: linear-gradient(90deg, rgba(10, 16, 28, 0.94) 0%, rgba(10, 16, 28, 0.78) 54%, rgba(10, 16, 28, 0.96) 100%);
}

.sn-system-scope .sn-schedule-page .sn-sim-series__event-date,
.sn-system-scope .sn-schedule-page .sn-sim-series__event-main,
.sn-system-scope .sn-schedule-page .sn-sim-series__event-map,
.sn-system-scope .sn-schedule-page .sn-sim-series__event-actions {
	position: relative;
	z-index: 1;
}

.sn-system-scope .sn-schedule-page .sn-sim-series__event-date {
	display: grid;
	gap: 8px;
}

.sn-system-scope .sn-schedule-page .sn-sim-series__event-date strong {
	font-size: 15px;
	line-height: 1.35;
}

.sn-system-scope .sn-schedule-page .sn-sim-series__event-main {
	display: grid;
	gap: 10px;
}

.sn-system-scope .sn-schedule-page .sn-sim-series__event-track-identity {
	display: block;
	width: 100%;
	min-width: 0;
}

.sn-system-scope .sn-schedule-page .sn-sim-series__event-track-identity .sn-track-identity {
	grid-template-columns: minmax(0, 1fr);
	gap: 12px;
	width: 100%;
}

.sn-system-scope .sn-schedule-page .sn-sim-series__event-track-identity .sn-track-identity.sn-track-identity--with-media {
	grid-template-columns: 52px minmax(0, 1fr);
}

.sn-system-scope .sn-schedule-page .sn-sim-series__event-track-identity .sn-track-identity__media {
	width: 52px;
	height: 52px;
}

.sn-system-scope .sn-schedule-page .sn-sim-series__event-track-identity .sn-track-identity__map {
	display: none;
}

.sn-system-scope .sn-schedule-page .sn-sim-series__event-track-identity .sn-track-identity__name {
	display: -webkit-box;
	font-size: 18px;
	line-height: 1.08;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	white-space: normal;
	text-overflow: clip;
}

.sn-system-scope .sn-schedule-page .sn-sim-series__event-track-identity .sn-track-identity__description {
	font-size: 14px;
}

.sn-system-scope .sn-schedule-page .sn-sim-series__event-track-identity .sn-track-identity__meta {
	margin-top: 2px;
}

.sn-system-scope .sn-schedule-page .sn-sim-series__event-track-head {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.sn-system-scope .sn-schedule-page .sn-sim-series__event-flag {
	width: 24px;
	height: 18px;
	border-radius: 3px;
	object-fit: cover;
}

.sn-system-scope .sn-schedule-page .sn-sim-series__event-track-name {
	font-size: 20px;
	font-weight: 800;
	line-height: 1.05;
}

.sn-system-scope .sn-schedule-page .sn-sim-series__event-layout {
	display: inline-flex;
	align-items: center;
	padding: 5px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.16);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.05em;
}

.sn-system-scope .sn-schedule-page .sn-sim-series__event-description {
	margin: 0;
	color: rgba(234, 240, 250, 0.82);
	font-size: 14px;
}

.sn-system-scope .sn-schedule-page .sn-sim-series__event-map {
	min-height: 84px;
	display: grid;
	place-items: center;
}

.sn-system-scope .sn-schedule-page .sn-sim-series__event-map img {
	max-width: 100%;
	max-height: 84px;
	object-fit: contain;
	filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.08));
}

.sn-system-scope .sn-schedule-page .sn-sim-series__event-actions {
	display: grid;
	justify-items: end;
}

.sn-system-scope .sn-schedule-page .sn-sim-series__event-actions-stack {
	display: grid;
	gap: 10px;
	width: 100%;
}

.sn-system-scope .sn-schedule-page .sn-sim-series__event-topline {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}

.sn-system-scope .sn-schedule-page .sn-sim-series__event-series,
.sn-system-scope .sn-schedule-page .sn-sim-series__event-next-date {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.08);
	color: rgba(236, 242, 252, 0.92);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.sn-system-scope .sn-schedule-page .sn-sim-series__event-cars {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.sn-system-scope .sn-series-detail-modal .sn-modal__dialog {
	width: min(100%, 920px);
}

.sn-system-scope .sn-series-detail {
	display: grid;
	gap: 16px;
}

.sn-system-scope .sn-series-detail__tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.sn-system-scope .sn-series-detail__tab {
	min-height: 40px;
	padding: 0 14px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.04);
	color: var(--sn-ui-text);
	font-family: var(--sn-font-heading, 'Akshar', sans-serif);
	font-size: 14px;
	font-weight: 800;
}

.sn-system-scope .sn-series-detail__tab.is-active {
	background: linear-gradient(135deg, var(--sn-ui-primary), var(--sn-ui-primary-strong));
	border-color: rgba(255, 131, 117, 0.28);
	color: #fff;
}

.sn-system-scope .sn-series-detail__panels {
	display: grid;
}

.sn-system-scope .sn-series-detail__panel {
	display: grid;
	gap: 14px;
}

.sn-system-scope .sn-series-detail__panel-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.sn-system-scope .sn-series-detail__panel-title,
.sn-system-scope .sn-series-detail__session-title {
	margin: 0;
	font-size: 18px;
	line-height: 1.1;
}

.sn-system-scope .sn-series-detail__panel-body,
.sn-system-scope .sn-series-detail__categories,
.sn-system-scope .sn-series-detail__sessions,
.sn-system-scope .sn-series-detail__schedule {
	display: grid;
	gap: 14px;
}

.sn-system-scope .sn-series-detail__category,
.sn-system-scope .sn-series-detail__session-block {
	display: grid;
	gap: 12px;
	padding: 14px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.03);
}

.sn-system-scope .sn-series-detail__category-head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.sn-system-scope .sn-series-detail__category-title {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	font-size: 18px;
	font-weight: 800;
}

.sn-system-scope .sn-series-detail__category-meta,
.sn-system-scope .sn-series-detail__auto-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.sn-system-scope .sn-series-detail__auto-meta {
	align-items: flex-start;
	justify-content: flex-end;
}

.sn-system-scope .sn-series-detail__meta-pill {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.08);
	color: rgba(236, 242, 252, 0.9);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.sn-system-scope .sn-series-detail__category-autos {
	display: grid;
	gap: 10px;
}

.sn-system-scope .sn-series-detail__auto {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
	padding: 12px;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 14px;
	background: rgba(9, 15, 27, 0.72);
}

.sn-system-scope .sn-series-detail__auto .sn-car-identity {
	display: grid;
	grid-template-columns: 84px minmax(0, 1fr);
	align-items: center;
	gap: 16px;
	min-width: 0;
}

.sn-system-scope .sn-series-detail__auto .sn-car-identity__media {
	width: 84px;
	height: 84px;
	padding: 0;
	display: grid;
	place-items: center;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.04);
	overflow: hidden;
}

.sn-system-scope .sn-series-detail__auto .sn-car-identity__img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center center;
}

.sn-system-scope .sn-series-detail__auto .sn-car-identity__fallback {
	font-size: 22px;
	color: rgba(236, 242, 252, 0.76);
}

.sn-system-scope .sn-series-detail__auto .sn-car-identity__copy {
	display: grid;
	gap: 10px;
	min-width: 0;
}

.sn-system-scope .sn-series-detail__auto .sn-car-identity__name {
	font-size: 16px;
	line-height: 1.15;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	overflow: hidden;
	text-overflow: clip;
}

.sn-system-scope .sn-series-detail__auto .sn-car-identity__meta {
	margin-top: 0;
	column-gap: 6px;
	row-gap: 6px;
}

@media (max-width: 900px) {
	.sn-system-scope .sn-schedule-page .sn-sim-events-toolbar {
		grid-template-columns: minmax(0, 1fr);
		gap: 16px;
		padding: 18px;
	}

	.sn-system-scope .sn-schedule-page .sn-sim-events-toolbar__controls {
		justify-self: stretch;
		justify-content: space-between;
		flex-wrap: wrap;
	}
}

@media (max-width: 640px) {
	.sn-system-scope .sn-schedule-page .sn-sim-events-toolbar__title {
		font-size: 30px;
	}

	.sn-system-scope .sn-schedule-page .sn-sim-events-toolbar__controls {
		flex-direction: column;
		align-items: flex-start;
	}
}

.sn-system-scope .sn-series-detail__download {
	min-height: 34px;
	padding: 0 12px;
	border-radius: 12px;
}

.sn-system-scope .sn-series-detail__table-shell {
	width: 100%;
}

.sn-system-scope .sn-series-detail__track-cell {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.sn-system-scope .sn-series-detail__track-flag {
	width: 20px;
	height: 14px;
	border-radius: 3px;
}

@media (max-width: 767px) {
	.sn-system-scope .sn-series-detail__auto {
		grid-template-columns: 1fr;
	}
}

.sn-system-scope .sn-schedule-page .sn-sim-series__event-meta {
	display: grid;
	gap: 8px;
	justify-items: stretch;
}

.sn-system-scope .sn-schedule-page .sn-sim-series__event-slots {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 14px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.08);
	font-size: 14px;
	font-weight: 800;
}

.sn-system-scope .sn-schedule-page .sn-sim-series__event .sn-ins,
.sn-system-scope .sn-schedule-page .sn-sim-series__event .sn-registration-widget {
	width: 100%;
}

.sn-system-scope .sn-schedule-page .sn-sim-series__event .sn-registration-widget .sn-btn,
.sn-system-scope .sn-schedule-page .sn-sim-series__event .sn-registration-widget .sn-ins__button,
.sn-system-scope .sn-schedule-page .sn-sim-series__event .sn-registration-widget button {
	width: 100%;
	min-height: 48px;
	border-radius: 14px;
}

.sn-system-scope .sn-schedule-page .sn-sim-series__event .sn-ins-container.sn-layout {
	grid-template-columns: minmax(0, 1fr) 84px;
	gap: 8px;
}

.sn-system-scope .sn-schedule-page .sn-sim-series__event .sn-main-btn,
.sn-system-scope .sn-schedule-page .sn-sim-series__event .sn-open-badge {
	width: 100%;
	min-height: 48px;
	border-radius: 14px;
}

.sn-system-scope .sn-schedule-page .sn-sim-series__event .sn-side-btn {
	width: 84px;
	min-height: 48px;
	border-radius: 14px;
}

.sn-system-scope .sn-schedule-page .sn-sim-series__event .sn-ins-badge {
	display: none;
}

@media (max-width: 1024px) {

	.sn-system-scope .sn-schedule-page .sn-sim-series__identity,
	.sn-system-scope .sn-schedule-page .sn-sim-series__event {
		grid-template-columns: 1fr;
	}

	.sn-system-scope .sn-schedule-page .sn-sim-series__cars-wrap {
		grid-template-columns: 1fr;
	}

	.sn-system-scope .sn-schedule-page .sn-sim-series__car-nav {
		display: none;
	}

	.sn-system-scope .sn-schedule-page .sn-sim-series__event-actions,
	.sn-system-scope .sn-schedule-page .sn-sim-series__event-meta {
		justify-items: stretch;
	}
}

.sn-system-scope .sn-schedule-page .sn-tl-track__map,
.sn-system-scope .sn-schedule-page .sn-tl-event-track__map,
.sn-system-scope .sn-schedule-page .sn-sim-next-card__map-card {
	display: grid;
	place-items: center;
	min-height: 92px;
	padding: var(--sn-space-2);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.04);
}

.sn-system-scope .sn-schedule-page .sn-tl-track__map img,
.sn-system-scope .sn-schedule-page .sn-tl-event-track__map img,
.sn-system-scope .sn-schedule-page .sn-sim-next-card__map img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.sn-system-scope .sn-schedule-page .sn-tl-car-strip__viewport {
	overflow: auto hidden;
	scrollbar-width: none;
	min-height: 72px;
	padding-block: 2px 4px;
}

.sn-system-scope .sn-schedule-page .sn-tl-car-strip__viewport::-webkit-scrollbar {
	display: none;
}

.sn-system-scope .sn-schedule-page .sn-tl-inline-cars {
	display: flex;
	gap: var(--sn-space-2);
}

.sn-system-scope .sn-schedule-page .sn-tl-inline-cars__item {
	flex: 0 0 68px;
	display: grid;
	place-items: center;
	padding: var(--sn-space-2);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.06);
}

.sn-system-scope .sn-schedule-page .sn-tl-inline-cars__item img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.sn-system-scope .sn-schedule-page .tor-calendario-content,
.sn-system-scope .sn-schedule-page .tor-cal-agenda__shell,
.sn-system-scope .sn-schedule-page .torneo-fixture-scroll {
	padding: var(--sn-space-3);
	overflow: auto;
}

.sn-system-scope .tor-calendario .sn-tabs[data-sn-tabs="calendar-divisions"],
.sn-system-scope .tor-calendario .sn-tabs[data-sn-tabs="calendar-status"] {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 12px;
	border-radius: 18px;
	background: rgba(10, 16, 28, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.sn-system-scope .tor-calendario .sn-tabs[data-sn-tabs="calendar-status"] .sn-tab,
.sn-system-scope .tor-calendario .sn-tabs[data-sn-tabs="calendar-status"] .tor-cal-status-btn {
	color: rgba(255, 188, 181, 0.82);
}

.sn-system-scope .tor-calendario .sn-tabs[data-sn-tabs="calendar-status"] .sn-tab.is-active,
.sn-system-scope .tor-calendario .sn-tabs[data-sn-tabs="calendar-status"] .sn-tab[aria-selected="true"],
.sn-system-scope .tor-calendario .sn-tabs[data-sn-tabs="calendar-status"] .tor-cal-status-btn.active,
.sn-system-scope .tor-calendario .sn-tabs[data-sn-tabs="calendar-status"] .tor-cal-status-btn[aria-selected="true"] {
	background: linear-gradient(135deg, rgba(202, 23, 14, 0.28), rgba(140, 10, 8, 0.22));
	border-color: rgba(255, 115, 103, 0.62);
	color: #ffd4cf;
	box-shadow: 0 12px 28px rgba(181, 22, 16, 0.28);
}

.sn-system-scope .tor-calendario .tor-cal-section {
	display: grid;
	gap: 14px;
}

.sn-system-scope .tor-calendario .tor-cal-section-title {
	margin: 0;
	font-size: 0.86rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--sn-ui-text-soft);
}

.sn-system-scope .tor-calendario .tor-cal-division-wrapper,
.sn-system-scope .tor-calendario .tor-cal-card-shell {
	display: grid;
	gap: 16px;
}

.sn-system-scope .tor-calendario .tor-cal-card {
	overflow: hidden;
	border-radius: 22px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 16%),
		linear-gradient(145deg, rgba(12, 18, 30, 0.98), rgba(8, 13, 22, 0.98));
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
}

.sn-system-scope .tor-calendario .tor-cal-card-head {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px 18px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	background:
		linear-gradient(135deg, rgba(201, 13, 5, 0.14), transparent 46%),
		linear-gradient(145deg, rgba(18, 28, 45, 0.98), rgba(12, 18, 30, 0.98));
}

.sn-system-scope .tor-calendario .tor-cal-card-head__copy {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.sn-system-scope .tor-calendario .tor-cal-card-head__copy h4,
.sn-system-scope .tor-calendario .tor-cal-card-head__copy p {
	margin: 0;
}

.sn-system-scope .tor-calendario .tor-cal-card-head__copy h4 {
	color: #f5f8ff;
	font-size: 1rem;
	font-weight: 800;
}

.sn-system-scope .tor-calendario .tor-cal-card-head__copy p {
	color: rgba(224, 233, 247, 0.76);
	font-size: 0.84rem;
	font-weight: 700;
}

.sn-system-scope .tor-calendario .ronda-chip {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 5px 10px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.06);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #ffd9d6;
}

.sn-system-scope .tor-calendario .ronda-estado {
	margin-left: auto;
}

.sn-system-scope .tor-calendario .tor-cal-comp-panel {
	display: grid;
	gap: 0;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(8, 13, 22, 0.72);
	overflow: hidden;
}

.sn-system-scope .tor-calendario .tor-cal-v2-event {
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	background:
		linear-gradient(115deg, rgba(6, 10, 18, 0.96), rgba(8, 13, 22, 0.78)),
		var(--tor-cal-bg, none) center/cover no-repeat;
	min-height: 240px;
}

.sn-system-scope .tor-calendario .tor-cal-v2-event__hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
	gap: 18px;
	padding: 22px;
}

.sn-system-scope .tor-calendario .tor-cal-v2-event__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(5, 8, 14, 0.74), rgba(5, 8, 14, 0.24)),
		linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(5, 8, 14, 0.16));
	pointer-events: none;
}

.sn-system-scope .tor-calendario .tor-cal-v2-event__copy,
.sn-system-scope .tor-calendario .tor-cal-v2-event__side {
	position: relative;
	z-index: 1;
}

.sn-system-scope .tor-calendario .tor-cal-v2-event__copy {
	display: grid;
	gap: 12px;
}

.sn-system-scope .tor-calendario .tor-cal-v2-event__topline {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
}

.sn-system-scope .tor-calendario .tor-cal-v2-event__stamp {
	display: grid;
	gap: 2px;
}

.sn-system-scope .tor-calendario .tor-cal-v2-event__stamp strong {
	font-size: clamp(2.2rem, 4vw, 3rem);
	line-height: 0.9;
	color: #edf3ff;
}

.sn-system-scope .tor-calendario .tor-cal-v2-event__stamp span,
.sn-system-scope .tor-calendario .tor-cal-v2-event__subtitle {
	color: var(--sn-ui-text-soft);
}

.sn-system-scope .tor-calendario .tor-cal-v2-event__status,
.sn-system-scope .tor-calendario .tor-cal-session-row__state {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 0 14px;
	border-radius: 999px;
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	border: 1px solid rgba(122, 255, 203, 0.22);
	background: linear-gradient(180deg, rgba(34, 92, 78, 0.44), rgba(21, 55, 48, 0.34));
	color: #cffff0;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.sn-system-scope .tor-calendario .tor-cal-session-row__state.kind-practice,
.sn-system-scope .tor-calendario .tor-cal-session-row.kind-practice .tor-cal-session-row__icon,
.sn-system-scope .tor-calendario .tor-cal-v2-spotlight.kind-practice {
	border-color: rgba(86, 229, 191, 0.26);
	background: linear-gradient(145deg, rgba(20, 50, 49, 0.9), rgba(12, 24, 28, 0.94));
	color: #d8fff2;
}

.sn-system-scope .tor-calendario .tor-cal-session-row.kind-practice .tor-cal-session-row__state {
	border-color: rgba(122, 255, 203, 0.22);
	background: linear-gradient(180deg, rgba(34, 92, 78, 0.44), rgba(21, 55, 48, 0.34));
	color: #cffff0;
}

.sn-system-scope .tor-calendario .tor-cal-session-row__state.kind-qualy,
.sn-system-scope .tor-calendario .tor-cal-session-row.kind-qualy .tor-cal-session-row__icon,
.sn-system-scope .tor-calendario .tor-cal-v2-spotlight.kind-qualy {
	border-color: rgba(73, 160, 255, 0.28);
	background: linear-gradient(145deg, rgba(18, 37, 67, 0.9), rgba(11, 20, 36, 0.94));
	color: #dcebff;
}

.sn-system-scope .tor-calendario .tor-cal-session-row.kind-qualy .tor-cal-session-row__state {
	border-color: rgba(108, 173, 255, 0.24);
	background: linear-gradient(180deg, rgba(29, 67, 122, 0.42), rgba(19, 45, 84, 0.34));
	color: #e1efff;
}

.sn-system-scope .tor-calendario .tor-cal-session-row__state.kind-race,
.sn-system-scope .tor-calendario .tor-cal-session-row.kind-race .tor-cal-session-row__icon,
.sn-system-scope .tor-calendario .tor-cal-v2-spotlight.kind-race {
	border-color: rgba(255, 109, 87, 0.28);
	background: linear-gradient(145deg, rgba(62, 24, 25, 0.92), rgba(24, 14, 19, 0.96));
	color: #ffe3de;
}

.sn-system-scope .tor-calendario .tor-cal-session-row.kind-race .tor-cal-session-row__state {
	border-color: rgba(255, 123, 104, 0.24);
	background: linear-gradient(180deg, rgba(110, 36, 30, 0.42), rgba(72, 22, 18, 0.34));
	color: #ffe5e0;
}

.sn-system-scope .tor-calendario .tor-cal-session-row.kind-practice {
	box-shadow: inset 3px 0 0 #56e5bf;
	background: linear-gradient(145deg, rgba(26, 49, 56, 0.92), rgba(17, 25, 35, 0.96));
}

.sn-system-scope .tor-calendario .tor-cal-session-row.kind-qualy {
	box-shadow: inset 3px 0 0 #49a0ff;
	background: linear-gradient(145deg, rgba(25, 39, 66, 0.92), rgba(17, 25, 35, 0.96));
}

.sn-system-scope .tor-calendario .tor-cal-session-row.kind-race {
	box-shadow: inset 3px 0 0 #ff6d57;
	background: linear-gradient(145deg, rgba(56, 31, 41, 0.94), rgba(19, 22, 35, 0.96));
}

.sn-system-scope .tor-calendario .tor-cal-v2-event__title {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	font-size: clamp(1.5rem, 2.6vw, 2.25rem);
	line-height: 1.05;
	color: #f6f9ff;
	text-wrap: balance;
}

.sn-system-scope .tor-calendario .tor-cal-v2-event__subtitle {
	margin: 0;
	font-size: 1rem;
}

.sn-system-scope .tor-calendario .tor-cal-v2-event__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.sn-system-scope .tor-calendario .tor-cal-v2-pill,
.sn-system-scope .tor-calendario .tor-cal-v2-cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 34px;
	padding: 0 14px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.06);
	color: #f4f7ff;
	font-size: 0.76rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.sn-system-scope .tor-calendario .tor-cal-v2-cta {
	text-decoration: none;
}

.sn-system-scope .tor-calendario .tor-cal-v2-event__side,
.sn-system-scope .tor-calendario .tor-cal-v2-spotlight {
	display: grid;
	gap: 12px;
	align-content: start;
}

.sn-system-scope .tor-calendario .tor-cal-v2-spotlight {
	padding: 16px;
	border-radius: 18px;
	border: 1px solid rgba(255, 118, 111, 0.24);
	background: linear-gradient(145deg, rgba(27, 21, 29, 0.92), rgba(19, 24, 37, 0.94));
	box-shadow: 0 18px 32px rgba(0, 0, 0, 0.22);
}

.sn-system-scope .tor-calendario .tor-cal-v2-spotlight__eyebrow {
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #ffbcb5;
}

.sn-system-scope .tor-calendario .tor-cal-v2-spotlight__title,
.sn-system-scope .tor-calendario .tor-cal-v2-spotlight__when {
	color: #f5f8ff;
}

.sn-system-scope .tor-calendario .tor-cal-v2-spotlight__title {
	font-size: 1.2rem;
	line-height: 1.1;
}

.sn-system-scope .tor-calendario .tor-cal-v2-spotlight .tor-countdown {
	display: grid;
	gap: 6px;
}

.sn-system-scope .tor-calendario .tor-cal-v2-spotlight .cd-label {
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.7);
}

.sn-system-scope .tor-calendario .tor-cal-v2-spotlight .cd-time {
	font-size: 1.15rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	color: #fff3e8;
}

.sn-system-scope .tor-calendario .tor-cal-v2-event__map {
	display: grid;
	place-items: center;
	min-height: 120px;
	padding: 10px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.04);
}

.sn-system-scope .tor-calendario .tor-cal-v2-event__map img {
	max-width: 100%;
	max-height: 120px;
	object-fit: contain;
}

.sn-system-scope .tor-calendario .tor-cal-v2-event__sessions {
	padding: 18px;
}

.sn-system-scope .tor-calendario .tor-cal-v2-session-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 16px;
}

.sn-system-scope .tor-calendario .tor-cal-session-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 168px;
	gap: 16px;
	align-items: stretch;
	padding: 18px;
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: linear-gradient(145deg, rgba(29, 37, 56, 0.88), rgba(16, 22, 35, 0.94));
	position: relative;
	overflow: hidden;
}

.sn-system-scope .tor-calendario .tor-cal-session-row::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 45%);
}

.sn-system-scope .tor-calendario .tor-cal-session-row__main,
.sn-system-scope .tor-calendario .tor-cal-session-row__copy,
.sn-system-scope .tor-calendario .tor-cal-session-row__aside,
.sn-system-scope .tor-calendario .tor-cal-session-row__actions,
.sn-system-scope .tor-calendario .tor-actions-col {
	display: grid;
	gap: 12px;
}

.sn-system-scope .tor-calendario .tor-cal-session-row__main {
	grid-template-columns: auto minmax(0, 1fr);
	align-items: start;
	column-gap: 14px;
}

.sn-system-scope .tor-calendario .tor-cal-session-row__icon {
	position: relative;
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.05);
	color: var(--sesion-color, #fff);
	flex-shrink: 0;
}

.sn-system-scope .tor-calendario .tor-cal-session-row__state-icon {
	position: absolute;
	top: -5px;
	right: -5px;
	display: grid;
	place-items: center;
	width: 18px;
	height: 18px;
	border-radius: 999px;
	background: #1f2d43;
	color: #fff;
	font-size: 10px;
}

.sn-system-scope .tor-calendario .tor-cal-session-row__title {
	display: grid;
	gap: 6px;
	align-content: start;
	font-size: 0.98rem;
	font-weight: 800;
	line-height: 1.2;
	color: #f5f8ff;
}

.sn-system-scope .tor-calendario .tor-cal-session-row__title span:first-child {
	font-size: 1.04rem;
	word-break: break-word;
}

.sn-system-scope .tor-calendario .tor-cal-session-row__live,
.sn-system-scope .tor-calendario .tor-cal-session-row__points {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	min-height: 28px;
	padding: 0 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	color: var(--sn-ui-text-soft);
	font-size: 0.7rem;
	font-weight: 800;
	line-height: 1;
}

.sn-system-scope .tor-calendario .tor-cal-session-row__sub {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, max-content));
	align-items: end;
	column-gap: 10px;
	row-gap: 4px;
	color: var(--sn-ui-text-soft);
	font-size: 0.9rem;
	font-weight: 700;
}

.sn-system-scope .tor-calendario .tor-cal-session-row__sub--range {
	grid-template-columns: repeat(3, minmax(0, max-content));
}

.sn-system-scope .tor-calendario .tor-cal-session-row__sub-date {
	color: rgba(234, 241, 255, 0.86);
	font-size: 0.98rem;
	font-weight: 800;
	line-height: 1.05;
}

.sn-system-scope .tor-calendario .tor-cal-session-row__sub-until {
	color: rgba(232, 239, 255, 0.78);
	font-size: 0.74rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.sn-system-scope .tor-calendario .tor-cal-session-row__sub-time {
	color: #ffd26a;
	font-size: 1.15rem;
	font-weight: 900;
	line-height: 1;
}

.sn-system-scope .tor-calendario .tor-cal-session-row__copy {
	min-width: 0;
}

.sn-system-scope .tor-calendario .tor-cal-session-row__aside {
	grid-template-rows: auto auto;
	align-content: space-between;
	width: 168px;
	min-width: 168px;
	justify-self: end;
}

.sn-system-scope .tor-calendario .tor-cal-session-row__when {
	min-width: 0;
	display: grid;
	align-content: start;
}

.sn-system-scope .tor-calendario .tor-cal-session-row__actions {
	grid-template-columns: 1fr;
	grid-template-rows: auto auto;
	align-content: end;
	justify-items: stretch;
	row-gap: 10px;
}

.sn-system-scope .tor-calendario .tor-cal-session-row__state {
	width: 100%;
	max-width: 150px;
	min-height: 48px;
	justify-self: end;
	white-space: nowrap;
}

.sn-system-scope .tor-calendario .tor-actions-col .sn-btn {
	width: 100%;
	justify-content: center;
}

.sn-system-scope .tor-calendario .tor-actions-col .sn-btn,
.sn-system-scope .tor-calendario .tor-actions-col .sn-btn--ghost,
.sn-system-scope .tor-calendario .tor-actions-col .sn-btn--primary {
	min-height: 38px;
	border-radius: 12px;
	font-weight: 800;
}

.sn-system-scope .tor-calendario .tor-actions-col .tor-act-resultados {
	background: linear-gradient(180deg, #cf1d10, #a70f08);
	border-color: rgba(255, 120, 108, 0.28);
	color: #fff;
	box-shadow: 0 14px 28px rgba(181, 22, 16, 0.22);
}

.sn-system-scope .tor-calendario .tor-actions-col .tor-act-resultados:hover {
	filter: brightness(1.05);
}

@media (max-width: 1400px) {
	.sn-system-scope .tor-calendario .tor-cal-session-row {
		grid-template-columns: minmax(0, 1fr);
	}

	.sn-system-scope .tor-calendario .tor-cal-session-row__sub,
	.sn-system-scope .tor-calendario .tor-cal-session-row__sub--range {
		grid-template-columns: 1fr;
	}

	.sn-system-scope .tor-calendario .tor-cal-session-row__aside {
		width: 100%;
		min-width: 0;
		justify-self: stretch;
	}

	.sn-system-scope .tor-calendario .tor-cal-session-row__state {
		max-width: none;
		justify-self: stretch;
	}
}

@media (max-width: 860px) {
	.sn-system-scope .tor-calendario .tor-cal-v2-session-grid {
		grid-template-columns: 1fr;
	}

	.sn-system-scope .tor-calendario .tor-cal-session-row {
		padding: 16px;
	}

	.sn-system-scope .tor-calendario .tor-cal-session-row__main {
		column-gap: 12px;
	}

	.sn-system-scope .tor-calendario .tor-cal-session-row__icon {
		width: 44px;
		height: 44px;
	}
}

.sn-system-scope .tor-res-overlay {
	position: fixed;
	inset: 0;
	z-index: 2147483300;
	display: grid;
	place-items: center;
	padding: 24px;
	background: rgba(4, 7, 12, 0.68);
	backdrop-filter: blur(8px);
}

.sn-system-scope .tor-res-dialog {
	width: min(1280px, calc(100vw - 48px));
	max-height: calc(100vh - 48px);
	display: grid;
	grid-template-rows: auto auto minmax(0, 1fr);
	border-radius: 24px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 14%),
		linear-gradient(145deg, rgba(12, 18, 30, 0.98), rgba(8, 13, 22, 0.98));
	box-shadow: 0 32px 80px rgba(0, 0, 0, 0.42);
	overflow: hidden;
}

.sn-system-scope .tor-res-dialog__header,
.sn-system-scope .tor-res-dialog__tabs {
	padding-inline: 20px;
}

.sn-system-scope .tor-res-dialog__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding-block: 18px 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.sn-system-scope .tor-res-dialog__tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding-block: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.sn-system-scope .tor-res-dialog__body {
	overflow: auto;
	padding: 18px 20px 22px;
	display: grid;
	gap: 18px;
}

.sn-system-scope .tor-res-dim {
	display: grid;
	gap: 14px;
}

.sn-system-scope .tor-res-group-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.sn-system-scope .tor-res-group-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 34px;
	padding: 0 14px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.06);
	color: #f4f7ff;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.sn-system-scope .tor-res-dialog .sn-table-wrap {
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(8, 13, 22, 0.74);
	padding: 0;
	overflow: auto;
}

.sn-system-scope .tor-res-dialog .sn-table--tournament-results {
	min-width: 1100px;
}

.sn-system-scope .tor-res-piloto-stack {
	display: grid;
	gap: 8px;
}

.sn-system-scope .tor-res-piloto {
	display: flex;
	align-items: center;
	gap: 10px;
}

.sn-system-scope .tor-res-avatar {
	width: 38px;
	height: 38px;
	border-radius: 12px;
	object-fit: cover;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.sn-system-scope .tor-res-auto {
	display: flex;
	align-items: center;
	gap: 10px;
}

.sn-system-scope .tor-res-brand {
	width: 34px;
	height: 34px;
	object-fit: contain;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.04);
	padding: 4px;
}

.sn-system-scope .sn-schedule-page .tfx-header {
	padding: var(--sn-space-3);
}

.sn-system-scope .sn-schedule-page .tfx-phase,
.sn-system-scope .sn-schedule-page .tfx-division,
.sn-system-scope .sn-schedule-page .tfx-flow {
	padding: var(--sn-space-3);
}

.sn-system-scope .sn-schedule-page .tfx-division-panel,
.sn-system-scope .sn-schedule-page .tfx-entrants-grid {
	display: grid;
	gap: var(--sn-space-2);
}

.sn-system-scope .sn-schedule-page .tfx-entrant,
.sn-system-scope .sn-schedule-page .tfx-piloto,
.sn-system-scope .sn-schedule-page .tfx-flow {
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 14px;
}

.sn-system-scope .sn-schedule-page .sn-pw-greeting,
.sn-system-scope .sn-schedule-page .sn-pw-next-content {
	padding: var(--sn-space-3);
}

.sn-system-scope .sn-schedule-page .sn-pw-next h3 {
	margin: 0;
	padding: var(--sn-space-3) var(--sn-space-3) 0;
	font-size: 18px;
}

.sn-system-scope .sn-schedule-page .pw-card {
	overflow: hidden;
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 16%),
		linear-gradient(145deg, rgba(12, 18, 30, 0.98), rgba(8, 13, 22, 0.98));
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
}

.sn-system-scope .sn-schedule-page .pw-card-head,
.sn-system-scope .sn-schedule-page .pw-title {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px 18px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	background:
		linear-gradient(135deg, rgba(201, 13, 5, 0.14), transparent 46%),
		linear-gradient(145deg, rgba(18, 28, 45, 0.98), rgba(12, 18, 30, 0.98));
}

.sn-system-scope .sn-schedule-page .pw-card-head h4,
.sn-system-scope .sn-schedule-page .pw-title h4 {
	margin: 0;
	color: #f5f8ff;
	font-size: 1rem;
	font-weight: 800;
}

.sn-system-scope .sn-schedule-page .pw-card-body,
.sn-system-scope .sn-schedule-page .pw-empty {
	padding: 18px;
}

.sn-system-scope .sn-schedule-page .pw-empty {
	color: rgba(226, 235, 247, 0.78);
}

.sn-system-scope .sn-schedule-page .pw-msg-table {
	width: max-content;
	min-width: 720px;
	border-collapse: collapse;
}

.sn-system-scope .sn-schedule-page .pw-msg-table th {
	padding: 12px 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	color: rgba(228, 236, 248, 0.68);
	font-size: 0.94rem;
	font-weight: 800;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	text-align: left;
}

.sn-system-scope .sn-schedule-page .pw-msg-table td {
	padding: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	color: #eef4ff;
	vertical-align: middle;
}

.sn-system-scope .sn-schedule-page .pw-msg-table tbody tr:last-child td {
	border-bottom: 0;
}

.sn-system-scope .sn-schedule-page .pw-msg-unread td {
	background: rgba(201, 13, 5, 0.06);
}

.sn-system-scope .sn-schedule-page .pw-msg-state {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 10px;
	border-radius: 999px;
	font-size: 0.94rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.sn-system-scope .sn-schedule-page .pw-msg-state.leido {
	background: rgba(46, 204, 113, 0.14);
	color: #7ef0af;
}

.sn-system-scope .sn-schedule-page .pw-msg-state.noleido {
	background: rgba(255, 202, 66, 0.14);
	color: #ffd76f;
}

.sn-system-scope .sn-schedule-page .pw-msg-table .td-actions {
	white-space: nowrap;
}

.sn-system-scope .sn-schedule-page .pw-msg-table .td-actions .pw-msg-ver {
	min-height: 36px;
	padding: 8px 12px;
	font-size: 0.92rem;
}

.pw-overlay {
	position: fixed;
	inset: 0;
	z-index: 2147483000;
	display: none;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	box-sizing: border-box;
	padding: max(12px, env(safe-area-inset-top)) max(12px, env(safe-area-inset-right)) max(12px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));
	background: rgba(4, 8, 16, 0.82);
}

.pw-overlay,
.pw-overlay * {
	box-sizing: border-box;
}

.pw-open .pw-overlay {
	display: flex !important;
}

.pw-overlay .pw-modal {
	position: relative;
	width: min(980px, calc(100vw - 24px - env(safe-area-inset-left) - env(safe-area-inset-right)));
	max-width: calc(100vw - 24px - env(safe-area-inset-left) - env(safe-area-inset-right));
	max-height: 92vh;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 18px;
	background: linear-gradient(180deg, rgba(12, 18, 30, 0.98), rgba(8, 12, 21, 0.99));
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.48);
}

.pw-overlay .pw-modal.pw-wide {
	width: min(1120px, 96vw);
	max-width: min(1120px, 96vw);
}

.pw-overlay .pw-modal-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 18px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	background: linear-gradient(180deg, rgba(18, 26, 40, 0.96), rgba(12, 18, 30, 0.98));
}

.pw-overlay .pw-modal-head h4 {
	margin: 0;
	color: #eef4ff;
	font-size: 16px;
	font-weight: 800;
}

.pw-overlay .pw-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.04);
	color: #eef4ff;
}

.pw-overlay .pw-modal-body {
	max-height: calc(92vh - 76px);
	padding: 18px;
	overflow: auto;
	overflow-x: auto;
	color: #eef4ff;
	-webkit-overflow-scrolling: touch;
}

.pw-overlay .pw-modal-body * {
	max-width: 100%;
}

.pw-overlay .pw-modal-body table {
	display: block;
	width: 100% !important;
	max-width: 100% !important;
	overflow-x: auto;
}

.pw-overlay .pw-modal-body td,
.pw-overlay .pw-modal-body th,
.pw-overlay .pw-modal-body a,
.pw-overlay .pw-modal-body code {
	word-break: break-word;
	overflow-wrap: anywhere;
}

.pw-overlay .pw-modal-body code {
	white-space: pre-wrap;
}

.pw-conf-row+.pw-conf-row {
	margin-top: 8px;
}

.pw-conf-name {
	color: #eef4ff;
	font-weight: 700;
}

#tor-root.sn-system-scope.sn-schedule-page .tor-tabs.sn-tabs {
	margin-bottom: var(--sn-space-3);
}

#tor-root.sn-system-scope.sn-schedule-page .sn-sim-header-banner {
	position: relative;
	overflow: hidden;
	min-height: 136px;
	padding: 0;
	border-radius: 22px;
	border: 1px solid rgba(120, 36, 36, 0.35);
	background: linear-gradient(180deg, rgba(16, 22, 35, 0.9), rgba(10, 15, 27, 0.96));
}

#tor-root.sn-system-scope.sn-schedule-page .sn-sim-header-banner__image,
#tor-root.sn-system-scope.sn-schedule-page .sn-sim-header-banner__image::before,
#tor-root.sn-system-scope.sn-schedule-page .sn-sim-header-banner__image::after {
	position: absolute;
	inset: 0;
}

#tor-root.sn-system-scope.sn-schedule-page .sn-sim-header-banner__image {
	background: var(--sn-sim-hero-image, linear-gradient(135deg, rgba(30, 39, 60, 0.94), rgba(13, 18, 30, 0.98)));
	background-size: cover;
	background-position: center;
}

#tor-root.sn-system-scope.sn-schedule-page .sn-sim-header-banner__image::after {
	display: none;
}

#tor-root.sn-system-scope.sn-schedule-page .sn-sim-header-banner__content,
#tor-root.sn-system-scope.sn-schedule-page .sn-sim-header-banner__brand {
	position: relative;
	z-index: 1;
}

#tor-root.sn-system-scope.sn-schedule-page .sn-sim-header-banner__content {
	display: none;
}

#tor-root.sn-system-scope.sn-schedule-page .sn-sim-header-banner__eyebrow {
	display: inline-flex;
	width: fit-content;
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(201, 13, 5, 0.18);
	border: 1px solid rgba(255, 96, 80, 0.24);
	color: #ffe1dc;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

#tor-root.sn-system-scope.sn-schedule-page .sn-sim-header-banner__title {
	margin: 0;
	font-size: clamp(28px, 2.8vw, 42px);
	line-height: 0.95;
}

#tor-root.sn-system-scope.sn-schedule-page .sn-sim-header-banner__summary {
	max-width: 620px;
	margin: 0;
	color: rgba(231, 238, 250, 0.82);
	font-size: 14px;
}

#tor-root.sn-system-scope.sn-schedule-page .sn-sim-header-banner__brand {
	display: none;
}

#tor-root.sn-system-scope.sn-schedule-page .sn-sim-header-banner__logo {
	display: block;
	max-width: 100%;
	max-height: 54px;
	object-fit: contain;
}

#tor-root.sn-system-scope.sn-schedule-page.tor-wrapper {
	position: relative;
	width: min(100%, calc(100vw - 28px));
	max-width: 1680px;
	margin: 0 auto;
	padding: 0;
}

#tor-root.sn-system-scope.sn-schedule-page .tor-grid.sn-dashboard-shell {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 340px);
	gap: var(--sn-space-3);
	align-items: start;
}

#tor-root.sn-system-scope.sn-schedule-page .tor-content-col.sn-dashboard-main-column,
#tor-root.sn-system-scope.sn-schedule-page .sn-dashboard-primary,
#tor-root.sn-system-scope.sn-schedule-page .sn-sim-chat-panel__body,
#tor-root.sn-system-scope.sn-schedule-page .tor-panel-chat-mount {
	display: grid;
	gap: var(--sn-space-3);
	align-content: start;
	min-width: 0;
}

#tor-root.sn-system-scope.sn-schedule-page .tor-panel.sn-dashboard-sidebar {
	display: grid;
	gap: var(--sn-space-3);
	align-content: start;
	min-width: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

#tor-root.sn-system-scope.sn-schedule-page .tor-panel.sn-dashboard-sidebar>section,
#tor-root.sn-system-scope.sn-schedule-page .tor-panel.sn-dashboard-sidebar>section>.sn-shortcode-block,
#tor-root.sn-system-scope.sn-schedule-page .tor-panel.sn-dashboard-sidebar>section>.sn-shortcode-block>* {
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

#tor-root.sn-system-scope.sn-schedule-page .tor-panel-chat,
#tor-root.sn-system-scope.sn-schedule-page .tor-panel-chat-mount,
#tor-root.sn-system-scope.sn-schedule-page .sn-sim-chat-panel__body,
#tor-root.sn-system-scope.sn-schedule-page .tor-panel-chat .sn-chat-item,
#tor-root.sn-system-scope.sn-schedule-page .tor-panel-chat .sn-chat-desktop,
#tor-root.sn-system-scope.sn-schedule-page .tor-panel-chat .sn-chat-panel-instance,
#tor-root.sn-system-scope.sn-schedule-page .tor-panel-chat .nitro-chat-container {
	min-width: 0;
	width: 100%;
	max-width: 100%;
}

#tor-root.sn-system-scope.sn-schedule-page .tor-panel-chat,
#tor-root.sn-system-scope.sn-schedule-page .tor-panel-chat-mount,
#tor-root.sn-system-scope.sn-schedule-page .sn-sim-chat-panel__body,
#tor-root.sn-system-scope.sn-schedule-page .tor-panel-chat .sn-chat-item {
	display: flex;
	flex-direction: column;
	min-height: 0;
}

#tor-root.sn-system-scope.sn-schedule-page .tor-panel-chat .nitro-chat-container {
	min-height: 320px;
	height: min(68vh, 620px);
	max-height: min(68vh, 620px);
	border-radius: 16px;
	overflow: hidden;
}

#tor-root.sn-system-scope.sn-schedule-page .sn-chat-mobile {
	display: none;
}

#tor-root.sn-system-scope.sn-schedule-page .sn-chat-overlay {
	position: fixed;
	inset: 0;
	z-index: 69;
	display: none;
	opacity: 0;
	pointer-events: none;
	background: rgba(3, 8, 16, 0.52);
	backdrop-filter: blur(4px);
	transition: opacity 0.2s ease;
}

#tor-root.sn-system-scope.sn-schedule-page .sn-chat-overlay.active {
	display: block;
	opacity: 1;
	pointer-events: auto;
}

#tor-root.sn-system-scope.sn-schedule-page .sn-sim-sidebar-banner .sn-shortcode-block,
#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next .sn-shortcode-block,
#tor-root.sn-system-scope.sn-schedule-page .sn-sim-license-mini .sn-shortcode-block {
	display: grid;
	gap: var(--sn-space-3);
}

#tor-root.sn-system-scope.sn-schedule-page .sn-sim-license-mini .sn-licencia-card {
	grid-template-columns: 48px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	padding: 10px 12px;
	border-radius: 16px;
}

#tor-root.sn-system-scope.sn-schedule-page .sn-sim-license-mini .sn-licencia-card>img {
	width: 48px;
	height: 48px;
	border-radius: 12px;
}

#tor-root.sn-system-scope.sn-schedule-page .sn-sim-license-mini .sn-licencia-detalle {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

#tor-root.sn-system-scope.sn-schedule-page .sn-sim-license-mini .sn-licencia-detalle>strong,
#tor-root.sn-system-scope.sn-schedule-page .sn-sim-license-mini .sn-licencia-detalle>small {
	display: none;
}

#tor-root.sn-system-scope.sn-schedule-page .sn-sim-license-mini .sn-licencia-mini-stats {
	gap: 6px;
}

#tor-root.sn-system-scope.sn-schedule-page .sn-sim-license-mini .sn-licencia-mini-stat {
	min-height: 32px;
	padding: 0 10px;
	font-size: 14px;
}

#tor-root.sn-system-scope.sn-schedule-page .sn-sim-license-mini .sn-licencia-cta {
	display: none;
}

#tor-root.sn-system-scope.sn-schedule-page .sn-dashboard-sidebar .sn-event-row--sim-sidebar,
#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next .sn-event-row--detailed {
	grid-template-columns: minmax(0, 1fr);
	gap: 10px;
	padding: 12px;
}

#tor-root.sn-system-scope.sn-schedule-page .tor-tabs.sn-tabs {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px;
	padding: 12px;
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015)),
		var(--sn-ui-surface);
	box-shadow: var(--sn-ui-shadow);
}

#tor-root.sn-system-scope.sn-schedule-page .tor-tab.sn-tab-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 42px;
	padding: 0 16px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	background: linear-gradient(180deg, rgba(93, 20, 24, 0.72), rgba(58, 17, 20, 0.72));
	color: #f4f6fb;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

#tor-root.sn-system-scope.sn-schedule-page .tor-tab.sn-tab-btn.active,
#tor-root.sn-system-scope.sn-schedule-page .tor-tab.sn-tab-btn.on,
#tor-root.sn-system-scope.sn-schedule-page .tor-tab.sn-tab-btn[aria-selected="true"] {
	background: linear-gradient(135deg, var(--sn-ui-primary), var(--sn-ui-primary-strong));
	border-color: rgba(255, 131, 117, 0.28);
}

#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next .sn-sim-next-card {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 12px;
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: #0d121b;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next .sn-sim-next-card__bg,
#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next .sn-sim-next-card__bg-overlay {
	position: absolute;
	inset: 0;
}

#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next .sn-sim-next-card__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 1;
}

#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next .sn-sim-next-card__bg-overlay {
	background: var(--sn-track-bg-veil);
}

#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next .sn-sim-next-card__head {
	position: relative;
	z-index: 1;
}

#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next .sn-sim-next-card__eyebrow {
	color: #ff9800;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 2px;
}

#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next .sn-sim-next-card__head h3 {
	margin: 0;
	font-size: 16px;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
}

#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next .sn-sim-next.sn-ml-card {
	display: none !important;
}

/* =========================================================================
   SIDEBAR CARD (SN-ML-CARD) - PARIDAD 1:1 CON DASHBOARD
   ========================================================================= */

#sn-menu-lat .sn-ml-card {
	position: relative !important;
	background: rgba(20, 25, 35, 0.75) !important;
	border: 1px solid rgba(255, 255, 255, 0.08) !important;
	border-radius: 16px !important;
	padding: 14px !important;
	margin: 10px 10px !important;
	color: #fff !important;
	overflow: hidden !important;
	transition: transform 0.3s ease, box-shadow 0.3s ease !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 6px !important;
	font-family: 'Akshar', system-ui, sans-serif !important;
}

#sn-menu-lat .sn-ml-card__bg {
	position: absolute !important;
	inset: 0 !important;
	background-image: var(--sn-ml-track-bg) !important;
	background-size: cover !important;
	background-position: center !important;
	opacity: 1 !important;
	z-index: 0 !important;
}

#sn-menu-lat .sn-ml-card__bg-overlay {
	position: absolute !important;
	inset: 0 !important;
	background: var(--sn-track-bg-veil) !important;
	z-index: 1 !important;
}

#sn-menu-lat .sn-ml-card__body {
	position: relative !important;
	z-index: 2 !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 8px !important;
}

#sn-menu-lat .sn-ml-head {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	gap: 12px !important;
	margin-bottom: 2px !important;
}

#sn-menu-lat .sn-ml-sim-icon {
	width: 34px !important;
	height: 34px !important;
	flex-shrink: 0 !important;
	object-fit: contain !important;
}

#sn-menu-lat .sn-ml-serie-name {
	margin: 0 !important;
	font-size: 18px !important;
	font-weight: 800 !important;
	text-transform: uppercase !important;
	color: #fff !important;
	line-height: 1.1 !important;
}

/* El CSS del widget Inline ha sido movido al bloque maestro al final del archivo para unificación total */
#sn-menu-lat .sn-ml-info-box--car .sn-car-identity {
	padding: 0 !important;
	background: transparent !important;
	border: none !important;
	display: flex !important;
	align-items: center !important;
	gap: 12px !important;
	width: 100% !important;
}

#sn-menu-lat .sn-car-identity__media {
	width: 68px !important;
	height: 68px !important;
	background: rgba(0, 0, 0, 0.5) !important;
	border-radius: 10px !important;
	overflow: hidden !important;
	flex-shrink: 0 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

#sn-menu-lat .sn-car-identity__img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}

#sn-menu-lat .sn-car-identity__media i {
	display: none !important;
}

/* Ocultar track media en sidebar */
#sn-menu-lat .sn-track-identity__media {
	display: none !important;
}

#sn-menu-lat .sn-track-identity--banner {
	padding: 0 !important;
	background: transparent !important;
}

#sn-menu-lat .sn-track-identity__title {
	font-size: 15px !important;
	color: #fff !important;
	font-weight: 800 !important;
}

/* BOTONES: PARIDAD MAESTRA CENTRALIZADA AL FINAL DEL ARCHIVO */

#sn-menu-lat .sn-ml-serie-name {
	margin: 0 !important;
	font-size: 17px !important;
	font-weight: 800 !important;
	text-transform: uppercase !important;
	color: #fff !important;
	line-height: 1.1 !important;
}

#sn-menu-lat .sn-ml-info-grid {
	display: flex !important;
	flex-direction: column !important;
	gap: 8px !important;
}

#sn-menu-lat .sn-ml-info-box {
	background: rgba(255, 255, 255, 0.03) !important;
	border: 1px solid rgba(255, 255, 255, 0.08) !important;
	border-radius: 12px !important;
	padding: 8px 12px !important;
}

#sn-menu-lat .sn-ml-info-label {
	display: block !important;
	color: #ff9800 !important;
	font-size: var(--sn-text-small) !important;
	font-weight: 800 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.5px !important;
	margin-bottom: 4px !important;
}

#sn-menu-lat .sn-ml-dates {
	font-size: 15px !important;
	color: #fff !important;
	font-weight: 700 !important;
}

#sn-menu-lat .sn-ml-countdown-box {
	margin-top: 5px !important;
	color: rgba(255, 255, 255, 0.7) !important;
}

#sn-menu-lat .sn-ml-countdown {
	color: #fff !important;
	font-family: monospace !important;
	font-weight: 700 !important;
}

/* Bloque de Auto: Unificado con las otras cajas */
#sn-menu-lat .sn-car-identity {
	background: rgba(255, 255, 255, 0.03) !important;
	border: 1px solid rgba(255, 255, 255, 0.08) !important;
	border-radius: 12px !important;
	padding: 8px 12px !important;
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
	width: 100% !important;
	box-sizing: border-box !important;
}

#sn-menu-lat .sn-car-identity__media {
	width: 56px !important;
	height: 56px !important;
	background: rgba(0, 0, 0, 0.6) !important;
	border-radius: 8px !important;
	overflow: hidden !important;
	flex-shrink: 0 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

#sn-menu-lat .sn-car-identity__img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}

#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next .sn-sim-next-card__body {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next .sn-sim-next-card__summary {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

/* Cajas de información (Fecha y Pista) */
#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next .sn-sim-next-card__date,
#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next .sn-sim-next-card__track {
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	padding: 7px 10px;
}

#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next .sn-tl-cell__label {
	display: block;
	color: #ff9800;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 4px;
}

#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next .sn-sim-next-card__date strong {
	font-size: 14px;
	color: #fff;
	display: block;
	margin-bottom: 2px;
}

#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next .sn-inicia-wrapper {
	display: flex;
	align-items: baseline;
	gap: 5px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
}

#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next .sn-sim-next-card__event-name {
	color: #ffeb3b;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 6px;
	display: block;
}

/* Área de Pista con Mapa a la derecha */
#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next .sn-sim-next-card__track {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 10px;
	align-items: center;
}

#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next .sn-track-identity--banner {
	padding: 0;
	background: transparent;
	border: none;
}

#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next .sn-track-identity__media,
#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next .sn-track-identity__fallback,
#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next .sn-track-identity__img {
	display: none !important;
}

#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next .sn-track-identity__map {
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next .sn-track-identity__map img {
	max-width: 100%;
	max-height: 100%;
	filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.2));
}

/* Acciones y Botones */
/* WIDGET DE INSCRIPCIÓN: PARIDAD MAESTRA CENTRALIZADA AL FINAL DEL ARCHIVO */

/* Sincronización del header en sidebar */
#sn-menu-lat .sn-ml-head {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	gap: 12px !important;
}

#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next .sn-side-count {
	font-size: 14px;
	font-weight: 800;
}

#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next .sn-btn-primary:not(.sn-main-btn) {
	background: var(--sn-ui-primary) !important;
	border: none !important;
	border-radius: 999px !important;
	padding: 12px !important;
	font-weight: 800 !important;
	text-transform: uppercase !important;
	font-size: 14px !important;
}

@media (max-width: 767px) {
	#tor-root.sn-system-scope.sn-schedule-page .tor-panel-chat {
		display: none;
	}

	#tor-root.sn-system-scope.sn-schedule-page .sn-chat-mobile {
		display: block;
		position: fixed;
		right: calc(env(safe-area-inset-right, 0px) + 14px);
		bottom: calc(env(safe-area-inset-bottom, 0px) + 88px);
		z-index: 2147483600;
	}

	#tor-root.sn-system-scope.sn-schedule-page .sn-chat-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 52px;
		height: 52px;
		padding: 0;
		border: 0;
		border-radius: 999px;
		background: linear-gradient(180deg, #ff4936 0%, #b51207 100%);
		color: #fff;
		box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
	}

	#tor-root.sn-system-scope.sn-schedule-page .sn-chat-badge {
		position: absolute;
		top: -2px;
		right: -2px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 18px;
		height: 18px;
		padding: 0 5px;
		border-radius: 999px;
		background: #fff;
		color: #8f0500;
		font-size: 14px;
		font-weight: 700;
		line-height: 1;
	}

	#tor-root.sn-system-scope.sn-schedule-page .sn-chat-container {
		position: fixed;
		left: 12px;
		right: 12px;
		top: calc(env(safe-area-inset-top, 0px) + 12px);
		bottom: calc(env(safe-area-inset-bottom, 0px) + 80px);
		z-index: 2147483610;
		display: grid;
		grid-template-rows: auto minmax(0, 1fr);
		min-height: 0;
		padding: 12px;
		gap: 8px;
		border: 1px solid rgba(255, 255, 255, 0.08);
		border-radius: 18px;
		background: linear-gradient(180deg, rgba(10, 17, 29, 0.98) 0%, rgba(8, 13, 22, 0.98) 100%);
		box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
		transform: translateY(calc(100% + 24px));
		opacity: 0;
		pointer-events: none;
		transition: transform 0.24s ease, opacity 0.24s ease;
	}

	#tor-root.sn-system-scope.sn-schedule-page .sn-chat-container.open {
		transform: translateY(0);
		opacity: 1;
		pointer-events: auto;
	}

	#tor-root.sn-system-scope.sn-schedule-page .sn-chat-container.keyboard-open {
		top: 12px;
		bottom: auto;
	}

	#tor-root.sn-system-scope.sn-schedule-page .sn-chat-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
		padding-bottom: 4px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	}

	#tor-root.sn-system-scope.sn-schedule-page .sn-chat-header h4 {
		margin: 0;
		font-size: 1rem;
	}

	#tor-root.sn-system-scope.sn-schedule-page .sn-chat-close {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 36px;
		height: 36px;
		padding: 0;
		border: 0;
		border-radius: 12px;
		background: rgba(255, 255, 255, 0.06);
		color: #fff;
	}

	#tor-root.sn-system-scope.sn-schedule-page .sn-chat-content,
	#tor-root.sn-system-scope.sn-schedule-page .sn-chat-mobile-wrapper,
	#tor-root.sn-system-scope.sn-schedule-page .sn-chat-item-mobile,
	#tor-root.sn-system-scope.sn-schedule-page .sn-chat-item-mobile .sn-shortcode-block {
		display: grid;
		grid-template-rows: minmax(0, 1fr);
		width: 100%;
		min-height: 0;
		height: 100%;
	}

	#tor-root.sn-system-scope.sn-schedule-page .sn-chat-item-mobile .sn-chat-module__fab,
	#tor-root.sn-system-scope.sn-schedule-page .sn-chat-item-mobile .sn-chat-module__mobile-backdrop {
		display: none;
	}

	#tor-root.sn-system-scope.sn-schedule-page .sn-chat-item-mobile .sn-chat-module {
		display: grid;
		height: 100%;
		width: 100%;
		min-height: 0;
		padding: 0;
		background: transparent;
		border: 0;
		box-shadow: none;
	}

	#tor-root.sn-system-scope.sn-schedule-page .sn-chat-item-mobile .sn-chat-module__panel {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		z-index: auto;
		display: grid;
		grid-template-rows: auto minmax(0, 1fr) auto;
		align-content: stretch;
		height: 100%;
		max-height: none;
		min-height: 0;
		padding: 0;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		transform: none;
		opacity: 1;
		pointer-events: auto;
	}

	#tor-root.sn-system-scope.sn-schedule-page .sn-chat-item-mobile .nc-chat {
		display: grid;
		grid-template-rows: auto minmax(0, 1fr) auto;
		align-content: stretch;
		height: 100%;
		min-height: 0;
	}

	#tor-root.sn-system-scope.sn-schedule-page .sn-chat-item-mobile .sn-chat-module__header {
		order: 1;
	}

	#tor-root.sn-system-scope.sn-schedule-page .sn-chat-item-mobile .nc-notification {
		order: 2;
	}

	#tor-root.sn-system-scope.sn-schedule-page .sn-chat-item-mobile .sn-chat-module__feed,
	#tor-root.sn-system-scope.sn-schedule-page .sn-chat-item-mobile .nc-messages {
		order: 3;
		align-content: start;
		min-height: 0;
		max-height: none;
		overflow: auto;
	}

	#tor-root.sn-system-scope.sn-schedule-page .sn-chat-item-mobile .sn-chat-module__composer {
		order: 4;
		align-self: end;
		margin-top: auto;
		padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 4px);
	}

	#tor-root.sn-system-scope.sn-schedule-page .sn-chat-item-mobile .sn-chat-module__header-action--close {
		display: none;
	}

	body.sn-schedule-page-body .scrollToTop {
		display: none;
	}
}

#tor-root.sn-system-scope.sn-schedule-page .tor-panel-banner .sn-system-scope.sn-banners-slider .sn-banners-slider__card img {
	object-fit: contain;
	background: rgba(5, 9, 17, 0.9);
}

#tor-root.sn-system-scope.sn-schedule-page .sn-dashboard-sidebar .sn-event-row--sim-sidebar .sn-event-row__media,
#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next .sn-event-row--detailed .sn-event-row__media {
	min-height: 64px;
	padding: 10px;
}

#tor-root.sn-system-scope.sn-schedule-page .sn-dashboard-sidebar .sn-event-row--sim-sidebar .sn-event-row__media img,
#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next .sn-event-row--detailed .sn-event-row__media img {
	max-height: 30px;
}

#tor-root.sn-system-scope.sn-schedule-page .sn-dashboard-sidebar .sn-event-row--sim-sidebar .sn-event-row__main,
#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next .sn-event-row--detailed .sn-event-row__main {
	gap: 6px;
}

#tor-root.sn-system-scope.sn-schedule-page .sn-dashboard-sidebar .sn-event-row--sim-sidebar .sn-card__title,
#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next .sn-event-row--detailed .sn-card__title {
	font-size: 1.65rem;
	line-height: 0.94;
}

#tor-root.sn-system-scope.sn-schedule-page .sn-dashboard-sidebar .sn-event-row--sim-sidebar .sn-card__subtitle,
#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next .sn-event-row--detailed .sn-card__subtitle {
	font-size: 0.94rem;
	line-height: 1.35;
}

#tor-root.sn-system-scope.sn-schedule-page .sn-dashboard-sidebar .sn-event-row--sim-sidebar .sn-event-row__agenda-body,
#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next .sn-event-row--detailed .sn-event-row__agenda-body {
	grid-template-columns: minmax(0, 1fr);
	gap: 10px;
	padding: 12px;
}

#tor-root.sn-system-scope.sn-schedule-page .sn-dashboard-sidebar .sn-event-row--sim-sidebar .sn-event-row__agenda-shell,
#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next .sn-event-row--detailed .sn-event-row__agenda-shell {
	min-height: 0;
}

#tor-root.sn-system-scope.sn-schedule-page .sn-dashboard-sidebar .sn-event-row--sim-sidebar .sn-event-row__agenda-date strong,
#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next .sn-event-row--detailed .sn-event-row__agenda-date strong {
	font-size: 1rem;
}

#tor-root.sn-system-scope.sn-schedule-page .sn-dashboard-sidebar .sn-event-row--sim-sidebar .sn-event-row__side,
#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next .sn-event-row--detailed .sn-event-row__side {
	grid-template-columns: minmax(0, 1fr);
	grid-template-areas:
		"action"
		"status"
		"helper";
	gap: 8px;
}

#tor-root.sn-system-scope.sn-schedule-page .sn-dashboard-sidebar .sn-event-row--sim-sidebar .sn-event-row__poster,
#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next .sn-event-row--detailed .sn-event-row__poster {
	display: none;
}

#tor-root.sn-system-scope.sn-schedule-page .sn-dashboard-sidebar .sn-event-row--sim-sidebar .sn-event-row__status .sn-status-pill,
#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next .sn-event-row--detailed .sn-event-row__status .sn-status-pill,
#tor-root.sn-system-scope.sn-schedule-page .sn-dashboard-sidebar .sn-event-row--sim-sidebar .sn-button-group .sn-btn,
#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next .sn-event-row--detailed .sn-button-group .sn-btn {
	min-height: 42px;
}

#tor-root.sn-system-scope.sn-schedule-page .tor-content,
#tor-root.sn-system-scope.sn-schedule-page .tor-panel-chat,
#tor-root.sn-system-scope.sn-schedule-page .tor-panel-banner,
#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next,
#tor-root.sn-system-scope.sn-schedule-page .tor-inscripcion-panel,
#tor-root.sn-system-scope.sn-schedule-page .tor-inscripcion-mobile {
	padding: var(--sn-space-3);
}

#tor-root.sn-system-scope.sn-schedule-page :is(.tor-content, .tor-panel-chat, .tor-panel-banner, .tor-panel-next, .tor-inscripcion-panel, .tor-inscripcion-mobile),
#tor-root.sn-system-scope.sn-schedule-page :is(.tor-content, .tor-panel-chat, .tor-panel-banner, .tor-panel-next, .tor-inscripcion-panel, .tor-inscripcion-mobile) .tor-sc-wrap,
#tor-root.sn-system-scope.sn-schedule-page :is(.tor-content, .tor-panel-chat, .tor-panel-banner, .tor-panel-next, .tor-inscripcion-panel, .tor-inscripcion-mobile) .sn-shortcode-host,
#tor-root.sn-system-scope.sn-schedule-page :is(.tor-content, .tor-panel-chat, .tor-panel-banner, .tor-panel-next, .tor-inscripcion-panel, .tor-inscripcion-mobile) .sn-shortcode-block {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
}

#tor-root.sn-system-scope.sn-schedule-page .tor-content>.tor-sc-wrap,
#tor-root.sn-system-scope.sn-schedule-page .tor-content .sn-shortcode-block {
	display: grid;
	gap: var(--sn-space-3);
	align-content: start;
}

#tor-root.sn-system-scope.sn-schedule-page :is(.tor-content, .tor-panel-chat, .tor-panel-banner, .tor-panel-next, .tor-inscripcion-panel, .tor-inscripcion-mobile) :is(.sn-shell, .sn-wrapper, .sn-panel, .sn-empty-state, .sn-loading-state, .sn-msg, .sn-login-required, .chat-login-required) {
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
}

.sn-system-scope .sn-schedule-page .sn-sim-agenda__layout {
	display: grid;
	grid-template-columns: minmax(300px, 360px) minmax(0, 1fr);
	gap: 0.75rem;
	align-items: stretch;
}

.sn-system-scope .sn-schedule-page .sn-sim-agenda__side,
.sn-system-scope .sn-schedule-page .sn-sim-agenda__board {
	display: grid;
	gap: 0.65rem;
	padding: 0.75rem;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 14px;
	background: rgba(8, 15, 26, 0.72);
	min-height: 0;
}

.sn-system-scope .sn-schedule-page .sn-sim-agenda__hero {
	display: grid;
	gap: 0.45rem;
	padding: 0.8rem;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 14px;
	background:
		radial-gradient(circle at top right, rgba(56, 112, 214, 0.24), transparent 42%),
		linear-gradient(145deg, rgba(14, 28, 49, 0.96), rgba(11, 21, 37, 0.96));
}

.sn-system-scope .sn-schedule-page .sn-sim-agenda__kicker,
.sn-system-scope .sn-schedule-page .sn-sim-agenda__side-head span,
.sn-system-scope .sn-schedule-page .sn-sim-agenda__month-copy span,
.sn-system-scope .sn-schedule-page .sn-sim-agenda__weekdays span,
.sn-system-scope .sn-schedule-page .sn-sim-agenda-card__serie,
.sn-system-scope .sn-schedule-page .sn-sim-agenda-card__time span,
.sn-system-scope .sn-schedule-page .sn-sim-next-card__eyebrow {
	color: #8fc8ff;
	font-size: 0.92rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.sn-system-scope .sn-schedule-page .sn-sim-agenda__hero-date {
	display: flex;
	align-items: flex-end;
	gap: 0.6rem;
}

.sn-system-scope .sn-schedule-page .sn-sim-agenda__hero-date strong {
	font-size: clamp(2.2rem, 6vw, 3.2rem);
	line-height: 0.88;
}

.sn-system-scope .sn-schedule-page .sn-sim-agenda__hero-date small,
.sn-system-scope .sn-schedule-page .sn-sim-agenda-card__note,
.sn-system-scope .sn-schedule-page .sn-sim-agenda-card__time small,
.sn-system-scope .sn-schedule-page .sn-sim-next-card__event-name {
	color: var(--sn-ui-text-soft);
	font-size: 0.94rem;
}

.sn-system-scope .sn-schedule-page .sn-sim-agenda__hero p,
.sn-system-scope .sn-schedule-page .sn-sim-agenda-card__meta p {
	margin: 0;
	color: var(--sn-ui-text-soft);
	font-size: 1rem;
	line-height: 1.4;
}

.sn-system-scope .sn-schedule-page .sn-sim-agenda__side-head,
.sn-system-scope .sn-schedule-page .sn-sim-agenda__toolbar,
.sn-system-scope .sn-schedule-page .sn-sim-agenda__month-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.65rem;
}

.sn-system-scope .sn-schedule-page .sn-sim-agenda__cards {
	display: grid;
	gap: 0.6rem;
	align-content: start;
}

.sn-system-scope .sn-schedule-page .sn-sim-agenda__month-copy {
	display: grid;
	gap: 0.15rem;
	text-align: center;
}

.sn-system-scope .sn-schedule-page .sn-sim-agenda__month-copy strong {
	font-size: 1.2rem;
	line-height: 1;
}

.sn-system-scope .sn-schedule-page .sn-sim-agenda__nav {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.04);
	color: var(--sn-ui-text);
	cursor: pointer;
}

.sn-system-scope .sn-schedule-page .sn-sim-agenda__weekdays,
.sn-system-scope .sn-schedule-page .sn-sim-agenda__grid {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 0.35rem;
}

.sn-system-scope .sn-schedule-page .sn-sim-agenda__weekdays span {
	text-align: center;
}

.sn-system-scope .sn-schedule-page .sn-sim-agenda-day {
	position: relative;
	min-height: 76px;
	padding: 0.45rem;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 12px;
	background: linear-gradient(180deg, rgba(24, 32, 51, 0.92), rgba(17, 24, 39, 0.94));
	color: var(--sn-ui-text);
	overflow: hidden;
	cursor: pointer;
}

.sn-system-scope .sn-schedule-page .sn-sim-agenda-day.is-outside {
	opacity: 0.42;
}

.sn-system-scope .sn-schedule-page .sn-sim-agenda-day.is-selected {
	border-color: rgba(106, 152, 237, 0.38);
	box-shadow: inset 0 0 0 1px rgba(106, 152, 237, 0.18);
}

.sn-system-scope .sn-schedule-page .sn-sim-agenda-day__overlay,
.sn-system-scope .sn-schedule-page .sn-sim-agenda-day__number,
.sn-system-scope .sn-schedule-page .sn-sim-agenda-day__map,
.sn-system-scope .sn-schedule-page .sn-sim-agenda-day__dots {
	position: relative;
	z-index: 1;
}

.sn-system-scope .sn-schedule-page .sn-sim-agenda-day__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(5, 9, 17, 0.12), rgba(5, 9, 17, 0.78)),
		var(--agenda-day-bg, none);
	background-size: cover;
	background-position: center;
	opacity: 0.7;
}

.sn-system-scope .sn-schedule-page .sn-sim-agenda-day__number {
	display: inline-flex;
	font-size: 0.96rem;
	font-weight: 800;
}

.sn-system-scope .sn-schedule-page .sn-sim-agenda-day__map {
	position: absolute;
	inset: 22px 8px 22px;
	max-width: calc(100% - 16px);
	max-height: calc(100% - 44px);
	object-fit: contain;
	opacity: 0.56;
}

.sn-system-scope .sn-schedule-page .sn-sim-agenda-day__dots {
	position: absolute;
	left: 50%;
	bottom: 0.45rem;
	transform: translateX(-50%);
	display: flex;
	gap: 0.3rem;
}

.sn-system-scope .sn-schedule-page .sn-sim-agenda-day__dot {
	display: block;
	width: 0.44rem;
	height: 0.44rem;
	border-radius: 999px;
	background: var(--agenda-dot, #56e5bf);
	box-shadow: 0 0 0 2px rgba(8, 13, 22, 0.92);
}

.sn-system-scope .sn-schedule-page .sn-sim-agenda-card {
	position: relative;
	overflow: hidden;
	display: grid;
	gap: 0.55rem;
	padding: 0.8rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 14px;
	background:
		linear-gradient(180deg, rgba(8, 13, 22, 0.1), rgba(8, 13, 22, 0.82)),
		var(--agenda-track-bg, linear-gradient(180deg, rgba(16, 23, 37, 0.96), rgba(11, 17, 28, 0.98)));
	background-size: cover;
	background-position: center;
}

.sn-system-scope .sn-schedule-page .sn-sim-agenda-card__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(8, 13, 22, 0.08), rgba(8, 13, 22, 0.72));
	pointer-events: none;
}

.sn-system-scope .sn-schedule-page .sn-sim-agenda-card__head,
.sn-system-scope .sn-schedule-page .sn-sim-agenda-card__body {
	position: relative;
	z-index: 1;
}

.sn-system-scope .sn-schedule-page .sn-sim-agenda-card__head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 76px;
	gap: 0.6rem;
	align-items: start;
}

.sn-system-scope .sn-schedule-page .sn-sim-agenda-card__meta {
	display: grid;
	gap: 0.3rem;
	min-width: 0;
}

.sn-system-scope .sn-schedule-page .sn-sim-agenda-card__meta strong,
.sn-system-scope .sn-schedule-page .sn-sim-next-card__head h3 {
	font-size: 1.02rem;
	line-height: 1.05;
	margin: 0;
}

.sn-system-scope .sn-schedule-page .sn-sim-agenda-card__map,
.sn-system-scope .sn-schedule-page .sn-sim-next-card__map {
	display: grid;
	place-items: center;
	min-height: 76px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.04);
	overflow: hidden;
}

.sn-system-scope .sn-schedule-page .sn-sim-agenda-card__map img,
.sn-system-scope .sn-schedule-page .sn-sim-next-card__map img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 0.5rem;
	opacity: 0.92;
}

.sn-system-scope .sn-schedule-page .sn-sim-agenda-card__body,
.sn-system-scope .sn-schedule-page .sn-sim-next-card__body,
.sn-system-scope .sn-schedule-page .sn-sim-next-card__summary {
	display: grid;
	gap: 0.5rem;
}

#tor-root.sn-system-scope.sn-schedule-page .sn-sim-agenda-card__actions,
#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next .sn-sim-next-card__actions {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 8px;
	align-items: stretch;
	align-content: start;
}

#tor-root.sn-system-scope.sn-schedule-page .sn-sim-agenda-card__actions .sn-btn,
#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next .sn-sim-next-card__actions .sn-btn {
	min-height: 34px;
}

#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next .sn-sim-next-card__actions .sn-registration-widget {
	display: block;
	width: 100%;
	min-width: 0;
}

#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next .sn-sim-next-card__widget .sn-ins,
#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next .sn-sim-next-card__widget .sn-registration-widget,
#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next .sn-sim-next-card__widget .sn-registration-widget__shell,
.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-button-wrap .sn-ins,
.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-button-wrap .sn-registration-widget,
.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-button-wrap .sn-registration-widget__shell {
	display: block;
	width: 100%;
	min-width: 0;
}

#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next .sn-sim-next-card__widget,
.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-button-wrap {
	display: block;
	width: 100%;
}

#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next .sn-sim-next-card__actions .sn-ins-container.sn-layout,
#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next .sn-sim-next-card__widget .sn-ins-container.sn-layout,
.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-button-wrap .sn-ins-container.sn-layout {
	grid-template-columns: 2fr 1fr !important;
	gap: 8px !important;
	width: 100%;
	min-width: 0;
	justify-self: stretch;
}

#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next .sn-sim-next-card__actions .sn-main-btn,
#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next .sn-sim-next-card__actions .sn-open-badge,
#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next .sn-sim-next-card__widget .sn-main-btn,
#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next .sn-sim-next-card__widget .sn-open-badge,
.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-button-wrap .sn-main-btn,
.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-button-wrap .sn-open-badge {
	min-height: 44px !important;
	border-radius: 14px !important;
	width: 100% !important;
}

#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next .sn-sim-next-card__actions .sn-side-btn,
#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next .sn-sim-next-card__widget .sn-side-btn,
.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-button-wrap .sn-side-btn {
	min-height: 44px !important;
	border-radius: 14px !important;
	justify-self: stretch;
	width: 100% !important;
}

.sn-system-scope .sn-schedule-page .sn-sim-agenda__empty {
	padding: 0.85rem;
	border: 1px dashed rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.03);
	color: var(--sn-ui-text-soft);
	text-align: center;
}

.sn-system-scope .sn-schedule-page .sn-sim-agenda-modal[hidden] {
	display: none;
}

.sn-system-scope .sn-schedule-page .sn-sim-agenda-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: grid;
	place-items: center;
	padding: 20px;
}

.sn-system-scope .sn-schedule-page .sn-sim-agenda-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(4, 8, 16, 0.72);
	backdrop-filter: blur(8px);
}

.sn-system-scope .sn-schedule-page .sn-sim-agenda-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(860px, calc(100vw - 28px));
	max-height: calc(100vh - 40px);
	overflow: auto;
	padding: 1rem;
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: linear-gradient(180deg, rgba(15, 22, 36, 0.98), rgba(9, 15, 27, 0.98));
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.42);
}

.sn-system-scope .sn-schedule-page .sn-sim-agenda-modal__close {
	position: sticky;
	top: 0;
	margin-left: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.04);
	color: var(--sn-ui-text);
	cursor: pointer;
}

.sn-system-scope .sn-schedule-page .sn-sim-agenda-modal__hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(180px, 260px);
	gap: 1rem;
	margin-top: 0.5rem;
	margin-bottom: 1rem;
}

.sn-system-scope .sn-schedule-page .sn-sim-agenda-modal__hero span {
	color: #8fc8ff;
	font-size: 0.92rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.sn-system-scope .sn-schedule-page .sn-sim-agenda-modal__hero strong {
	display: block;
	margin-top: 0.25rem;
	font-size: 1.45rem;
	line-height: 1;
}

.sn-system-scope .sn-schedule-page .sn-sim-agenda-modal__hero p {
	margin: 0.45rem 0 0;
	color: var(--sn-ui-text-soft);
}

.sn-system-scope .sn-schedule-page .sn-sim-agenda-modal__hero img {
	width: 100%;
	border-radius: 14px;
	object-fit: cover;
}

.sn-system-scope .sn-schedule-page .sn-sim-agenda-modal__body {
	color: var(--sn-ui-text);
	line-height: 1.6;
}

.sn-system-scope .sn-schedule-page .sn-sim-agenda-modal__body> :first-child {
	margin-top: 0;
}

.sn-system-scope .sn-schedule-page .sn-sim-agenda-modal__body> :last-child {
	margin-bottom: 0;
}

@media (max-width: 1280px) {

	#tor-root.sn-system-scope.sn-schedule-page.tor-wrapper {
		max-width: calc(100vw - 20px);
		padding: 0;
	}

	#tor-root.sn-system-scope.sn-schedule-page .tor-grid.sn-dashboard-shell {
		grid-template-columns: minmax(0, 1fr);
	}

	#tor-root.sn-system-scope.sn-schedule-page .tor-content-col.sn-dashboard-main-column,
	#tor-root.sn-system-scope.sn-schedule-page .sn-dashboard-primary,
	#tor-root.sn-system-scope.sn-schedule-page .tor-panel.sn-dashboard-sidebar,
	#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next,
	#tor-root.sn-system-scope.sn-schedule-page .tor-panel-chat,
	#tor-root.sn-system-scope.sn-schedule-page .tor-panel-banner,
	#tor-root.sn-system-scope.sn-schedule-page .sn-sim-license-mini {
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	#tor-root.sn-system-scope.sn-schedule-page .tor-panel.sn-dashboard-sidebar {
		order: 2;
		position: static;
	}
}

@media (max-width: 768px) {

	.sn-system-scope .sn-schedule-page .sn-tl-list,
	.sn-system-scope .sn-schedule-page .snv2-body,
	.sn-system-scope .sn-schedule-page .snv3-body,
	.sn-system-scope .sn-schedule-page .tfx-division-panel,
	.sn-system-scope .sn-schedule-page .tfx-entrants-grid {
		gap: var(--sn-space-2);
	}

	.sn-system-scope .sn-schedule-page .sn-tl-row .sn-btn {
		height: 32px;
		min-height: 32px;
		padding: 0 16px;
		font-size: 14px;
	}

	.sn-system-scope .sn-schedule-page .sn-tl-row,
	.sn-system-scope .sn-schedule-page .snv3-top-row,
	.sn-system-scope .sn-schedule-page .sn-tl-cell,
	.sn-system-scope .sn-schedule-page .tfx-header,
	.sn-system-scope .sn-schedule-page .tfx-phase,
	.sn-system-scope .sn-schedule-page .tfx-division,
	.sn-system-scope .sn-schedule-page .tfx-flow,
	.sn-system-scope .sn-schedule-page .tor-calendario-content,
	.sn-system-scope .sn-schedule-page .tor-cal-agenda__shell,
	.sn-system-scope .sn-schedule-page .torneo-fixture-scroll,
	.sn-system-scope .sn-schedule-page .sn-pw-greeting,
	.sn-system-scope .sn-schedule-page .sn-pw-next-content,
	#tor-root.sn-system-scope.sn-schedule-page .tor-content,
	#tor-root.sn-system-scope.sn-schedule-page .tor-panel-chat,
	#tor-root.sn-system-scope.sn-schedule-page .tor-panel-banner,
	#tor-root.sn-system-scope.sn-schedule-page .tor-panel-next,
	#tor-root.sn-system-scope.sn-schedule-page .tor-inscripcion-panel,
	#tor-root.sn-system-scope.sn-schedule-page .tor-inscripcion-mobile {
		padding: var(--sn-space-2);
	}

	.sn-system-scope .sn-schedule-page .pw-msg-table th,
	.sn-system-scope .sn-schedule-page .pw-msg-table td {
		padding: 10px 10px;
	}

	.sn-system-scope .sn-schedule-page .pw-msg-table .td-actions {
		min-width: 94px;
	}

	.sn-system-scope .sn-schedule-page .pw-msg-table .td-actions .pw-msg-ver {
		width: 100%;
		min-height: 40px;
	}

	.pw-overlay {
		padding: max(10px, env(safe-area-inset-top)) max(10px, env(safe-area-inset-right)) max(10px, env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left));
	}

	.pw-overlay .pw-modal,
	.pw-overlay .pw-modal.pw-wide {
		width: calc(100vw - 20px - env(safe-area-inset-left) - env(safe-area-inset-right));
		max-width: calc(100vw - 20px - env(safe-area-inset-left) - env(safe-area-inset-right));
	}

	.sn-system-scope .sn-schedule-page .sn-tl-row h3,
	.sn-system-scope .sn-schedule-page .snv3-toolbar h2,
	.sn-system-scope .sn-schedule-page .tfx-title {
		font-size: 20px;
	}

	.sn-system-scope .sn-schedule-page .sn-sim-agenda__layout,
	.sn-system-scope .sn-schedule-page .sn-sim-agenda-modal__hero {
		grid-template-columns: minmax(0, 1fr);
	}

	.sn-system-scope .sn-schedule-page .sn-sim-agenda__board,
	.sn-system-scope .sn-schedule-page .sn-sim-agenda__side,
	.sn-system-scope .sn-schedule-page .sn-sim-agenda-card {
		padding: 0.7rem;
	}

	.sn-system-scope .sn-schedule-page .sn-sim-agenda-card__head {
		grid-template-columns: minmax(0, 1fr);
	}

	.sn-system-scope .sn-schedule-page .sn-sim-agenda-day {
		min-height: 66px;
	}
}

/* Profile / Editing */
.sn-system-scope .sn-profile-editor-form__legacy,
.sn-system-scope .sn-shortcode-shell__body>.sn-profile-edit-page {
	display: grid;
	gap: var(--sn-space-3);
}

.sn-system-scope .sn-profile-edit-page__section,
.sn-system-scope .sn-profile-edit-page__content,
.sn-system-scope .sn-profile-edit-page .sn-save-top,
.sn-system-scope .sn-profile-edit-page .sn-save-bottom,
.sn-system-scope .sn-profile-edit-page .sn-btn-container,
.sn-system-scope .sn-profile-edit-page .sn-pro-actions,
.sn-system-scope .sn-profile-edit-page .sn-perifs-help {
	display: flex;
	flex-wrap: wrap;
	gap: var(--sn-space-2);
}

.sn-system-scope .sn-profile-edit-page__section,
.sn-system-scope .sn-profile-edit-page .sn-pro-card,
.sn-system-scope .sn-profile-edit-page .sn-gallery-composer,
.sn-system-scope .sn-profile-edit-page .sn-gallery-item,
.sn-system-scope .sn-profile-edit-page .sn-cuenta-card,
.sn-system-scope .sn-profile-edit-page .sn-red-card,
.sn-system-scope .sn-profile-edit-page .sn-perif-card,
.sn-system-scope .sn-profile-edit-page .sn-simulador-item {
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(12, 19, 31, 0.96), rgba(8, 13, 22, 0.98));
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.sn-system-scope .sn-profile-edit-page .sn-progress {
	position: relative;
	overflow: hidden;
	display: grid;
	gap: var(--sn-space-1);
	padding: var(--sn-space-2) var(--sn-space-3);
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 14px;
	background: rgba(15, 23, 42, 0.72);
}

.sn-system-scope .sn-profile-edit-page .sn-progress .sn-bar {
	position: absolute;
	inset: 0 auto 0 0;
	width: 0;
	background: linear-gradient(90deg, rgba(214, 21, 13, 0.88), rgba(125, 9, 4, 0.92));
	opacity: 0.28;
}

.sn-system-scope .sn-profile-edit-page .sn-progress[data-progress="100"] .sn-bar {
	background: rgba(16, 185, 129, 0.68);
}

.sn-system-scope .sn-profile-edit-page .sn-progress .sn-text {
	position: relative;
	z-index: 1;
	color: #eef4ff;
	font-size: 14px;
	font-weight: 700;
}

.sn-system-scope .sn-profile-edit-page .sn-subtext,
.sn-system-scope .sn-profile-edit-page .sn-note,
.sn-system-scope .sn-profile-edit-page .sn-pro-card__subtitle,
.sn-system-scope .sn-profile-edit-page .sn-pro-number-meta,
.sn-system-scope .sn-profile-edit-page .sn-gallery-form__hint {
	margin: 0;
	color: rgba(220, 230, 246, 0.72);
	font-size: 14px;
	line-height: 1.5;
}

.sn-system-scope .sn-profile-edit-page h3,
.sn-system-scope .sn-profile-edit-page__section-title,
.sn-system-scope .sn-profile-edit-page .sn-pro-card__title {
	margin: 0;
	color: #f8fbff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.05;
}

.sn-system-scope .sn-profile-edit-page--pilot .sn-title {
	margin: 0;
	color: #fff;
	font-size: 28px;
	line-height: 0.95;
}

.sn-system-scope .sn-profile-edit-page--pilot .sn-subtitle,
.sn-system-scope .sn-profile-edit-page--simulators>h3,
.sn-system-scope .sn-profile-edit-page--simulators>p {
	display: none;
}

.sn-system-scope .sn-profile-edit #sn-form {
	display: grid;
	gap: var(--sn-space-2);
}

.sn-system-scope .sn-profile-section {
	display: grid;
	gap: var(--sn-space-2);
	padding: 12px;
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 14px;
	background: linear-gradient(180deg, rgba(12, 19, 31, 0.96), rgba(8, 13, 22, 0.98));
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.sn-system-scope .sn-profile-section>h3 {
	margin: 0;
	color: #f8fbff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.1;
}

.sn-system-scope .sn-contact-title {
	margin: 2px 0 0;
	color: rgba(220, 230, 246, 0.72);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.sn-system-scope .sn-profile-edit-page .sn-row,
.sn-system-scope .sn-profile-edit-page .sn-pro-grid,
.sn-system-scope .sn-profile-edit-page .sn-redes-form,
.sn-system-scope .sn-profile-edit-page .sn-perifs-form {
	display: grid;
	gap: var(--sn-space-2);
}

.sn-system-scope .sn-profile-edit-page .sn-row--names,
.sn-system-scope .sn-profile-edit-page .sn-row--mail-nick,
.sn-system-scope .sn-profile-edit-page .sn-row--doc,
.sn-system-scope .sn-profile-edit-page .sn-row--residencia,
.sn-system-scope .sn-profile-edit-page .sn-row--phone,
.sn-system-scope .sn-profile-edit-page .sn-pro-grid--two,
.sn-system-scope .sn-profile-edit-page .sn-redes-form,
.sn-system-scope .sn-profile-edit-page .sn-perifs-form {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sn-system-scope .sn-profile-edit-page .sn-row--birth,
.sn-system-scope .sn-profile-edit-page .sn-row--pro-toggles {
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.sn-system-scope .sn-profile-edit-page label,
.sn-system-scope .sn-profile-edit-page .sn-pro-field {
	display: grid;
	gap: 6px;
	color: #dce7fb;
	font-size: 14px;
	font-weight: 700;
}

.sn-system-scope .sn-profile-edit-page .sn-label[data-required="1"] input,
.sn-system-scope .sn-profile-edit-page .sn-label[data-required="1"] textarea,
.sn-system-scope .sn-profile-edit-page .sn-label[data-required="1"] select,
.sn-system-scope .sn-profile-edit-page .sn-label[data-required="1"] .select2-selection {
	border-color: rgba(239, 68, 68, 0.68);
	box-shadow: 0 0 0 1px rgba(239, 68, 68, 0.42);
}

.sn-system-scope .sn-profile-edit-page .sn-label[data-required="0"] input,
.sn-system-scope .sn-profile-edit-page .sn-label[data-required="0"] textarea,
.sn-system-scope .sn-profile-edit-page .sn-label[data-required="0"] select,
.sn-system-scope .sn-profile-edit-page .sn-label[data-required="0"] .select2-selection {
	border-color: rgba(16, 185, 129, 0.62);
	box-shadow: 0 0 0 1px rgba(16, 185, 129, 0.34);
}

.sn-system-scope .sn-profile-edit-page .sn-form input,
.sn-system-scope .sn-profile-edit-page .sn-form textarea,
.sn-system-scope .sn-profile-edit-page .sn-form select,
.sn-system-scope .sn-profile-edit-page .sn-pro-field input,
.sn-system-scope .sn-profile-edit-page .sn-pro-field textarea,
.sn-system-scope .sn-profile-edit-page .sn-pro-field select,
.sn-system-scope .sn-profile-edit-page .sn-select,
.sn-system-scope .sn-profile-edit-page .select2-selection {
	width: 100%;
	min-height: 40px;
	padding: 9px 12px;
	border-radius: 12px;
	border: 1px solid rgba(148, 163, 184, 0.34);
	background: rgba(2, 6, 23, 0.78);
	color: #e2e8f0;
	box-sizing: border-box;
}

.sn-system-scope .sn-profile-edit-page .sn-form textarea,
.sn-system-scope .sn-profile-edit-page .sn-pro-field textarea {
	min-height: 96px;
	resize: vertical;
	line-height: 1.55;
}

.sn-system-scope .sn-profile-edit-page .sn-full {
	grid-column: 1 / -1;
}

.sn-system-scope .sn-profile-edit-page .edad-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--sn-space-2);
	padding: 10px 12px;
	border-radius: 12px;
	border: 1px solid rgba(148, 163, 184, 0.18);
	background: rgba(255, 255, 255, 0.03);
}

.sn-system-scope .sn-profile-edit-page .edad-toggle input {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.sn-system-scope .sn-profile-edit-page .edad-slider {
	position: relative;
	display: inline-flex;
	width: 46px;
	height: 26px;
	flex: 0 0 46px;
	border-radius: 999px;
	background: rgba(148, 163, 184, 0.32);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
	transition: background var(--sn-ui-transition), box-shadow var(--sn-ui-transition);
}

.sn-system-scope .sn-profile-edit-page .edad-slider::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	width: 20px;
	height: 20px;
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 8px 18px rgba(15, 23, 42, 0.35);
	transition: transform var(--sn-ui-transition);
}

.sn-system-scope .sn-profile-edit-page .edad-toggle input:checked+.edad-slider {
	background: linear-gradient(135deg, var(--sn-ui-primary), var(--sn-ui-primary-strong));
}

.sn-system-scope .sn-profile-edit-page .edad-toggle input:checked+.edad-slider::before {
	transform: translateX(20px);
}

.sn-system-scope .sn-profile-edit-page .select2-container {
	width: 100%;
}

.sn-system-scope .sn-profile-edit-page .select2-container--default .select2-selection--single,
.sn-system-scope .sn-profile-edit-page .select2-container--default .select2-selection--multiple,
.sn-system-scope .sn-profile-edit-page .sn-select2-selection--dark.select2-selection--single,
.sn-system-scope .sn-profile-edit-page .sn-select2-selection--dark.select2-selection--multiple {
	display: flex;
	align-items: center;
	min-height: 40px;
	padding: 0 12px;
	border-radius: 12px;
	border: 1px solid rgba(148, 163, 184, 0.34);
	background: rgba(2, 6, 23, 0.94);
	color: #f8fafc;
}

.sn-system-scope .sn-profile-edit-page .select2-container--default .select2-selection--single .select2-selection__rendered,
.sn-system-scope .sn-profile-edit-page .select2-container--default .select2-selection--multiple .select2-selection__rendered,
.sn-system-scope .sn-profile-edit-page .select2-container--default .select2-selection__placeholder {
	color: #f8fafc;
	line-height: 1.35;
	padding: 0;
}

body.sn-panel-piloto-page .select2-container--default .select2-selection--single,
body.sn-panel-piloto-page .select2-container--default .select2-selection--multiple,
body.sn-panel-piloto-page .select2-container--default .select2-selection--single .select2-selection__rendered,
body.sn-panel-piloto-page .select2-container--default .select2-selection--multiple .select2-selection__rendered,
body.sn-panel-piloto-page .select2-container--default .select2-selection__placeholder,
body.sn-panel-piloto-page .select2-container--default .select2-selection--single .select2-selection__clear {
	background: rgba(2, 6, 23, 0.94);
	color: #f8fafc;
}

.sn-system-scope .sn-profile-edit-page .select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered,
.sn-system-scope .sn-profile-edit-page .select2-container--default.select2-container--focus .select2-selection--single .select2-selection__rendered,
.sn-system-scope .sn-profile-edit-page .select2-container--default .select2-selection--single .select2-selection__clear,
.sn-system-scope .sn-profile-edit-page .select2-container--default .select2-selection--single .select2-selection__placeholder,
.sn-system-scope .sn-profile-edit-page .select2-container--default .select2-selection--multiple .select2-selection__choice,
.sn-system-scope .sn-profile-edit-page .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
	color: #f8fafc;
}

.sn-system-scope .sn-profile-edit-page .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
	right: 10px;
}

.sn-system-scope .sn-profile-edit-page .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-top-color: rgba(248, 250, 252, 0.92);
}

.sn-system-scope .sn-profile-edit-page .select2-container--default .select2-search--dropdown .select2-search__field,
.sn-system-scope .sn-profile-edit-page .select2-container--default .select2-search--inline .select2-search__field {
	background: rgba(2, 6, 23, 0.98);
	color: #fff;
	border: 1px solid rgba(148, 163, 184, 0.26);
	border-radius: 999px;
}

.sn-select2-dropdown--dark.select2-dropdown,
.sn-select2-dropdown--profile.select2-dropdown,
.sn-system-scope .sn-profile-edit-page .select2-dropdown,
body.sn-panel-piloto-page .select2-dropdown.sn-select2-dropdown--dark,
body.sn-panel-piloto-page .select2-dropdown.sn-select2-dropdown--profile {
	border: 1px solid rgba(148, 163, 184, 0.34);
	border-radius: 14px;
	background: rgba(2, 6, 23, 0.98);
	color: #fff;
	overflow: hidden;
}

.sn-system-scope .sn-profile-edit-page .select2-container--default .select2-results__option,
.sn-system-scope .sn-profile-edit-page .select2-container--default .select2-results__option--selectable,
.sn-system-scope .sn-profile-edit-page .select2-container--default .select2-results__group {
	background: rgba(2, 6, 23, 0.98);
	color: #fff;
}

.sn-system-scope .sn-profile-edit-page .select2-results,
.sn-system-scope .sn-profile-edit-page .select2-results__options,
.sn-system-scope .sn-profile-edit-page .select2-results>.select2-results__options,
.sn-system-scope .sn-profile-edit-page .select2-container--default .select2-results>.select2-results__options,
.sn-select2-dropdown--dark .select2-results,
.sn-select2-dropdown--dark .select2-results__options,
.sn-select2-dropdown--dark .select2-results>.select2-results__options {
	background: rgba(2, 6, 23, 0.98);
	color: #fff;
}

.sn-select2-dropdown--dark,
.sn-select2-dropdown--profile,
.sn-select2-dropdown--dark .select2-results__options,
.sn-select2-dropdown--dark .select2-results>.select2-results__options,
.sn-select2-dropdown--dark .select2-results__option,
.sn-select2-dropdown--dark .select2-results__group,
.sn-select2-dropdown--dark .select2-search__field,
.sn-select2-dropdown--profile .select2-results__options,
.sn-select2-dropdown--profile .select2-results>.select2-results__options,
.sn-select2-dropdown--profile .select2-results__option,
.sn-select2-dropdown--profile .select2-results__group,
.sn-select2-dropdown--profile .select2-search__field,
body.sn-panel-piloto-page .select2-dropdown.sn-select2-dropdown--dark .select2-results__option,
body.sn-panel-piloto-page .select2-dropdown.sn-select2-dropdown--profile .select2-results__option,
body.sn-panel-piloto-page .select2-dropdown .select2-results__option,
body.sn-panel-piloto-page .select2-dropdown .select2-results__group,
body.sn-panel-piloto-page .select2-dropdown .select2-search__field,
body.sn-panel-piloto-page .select2-dropdown .select2-results__options,
body.sn-panel-piloto-page .select2-dropdown .select2-results>.select2-results__options {
	background: rgba(2, 6, 23, 0.98);
	color: #fff;
}

.sn-select2-dropdown--dark .select2-results__option {
	padding: 10px 12px;
}

.sn-select2-dropdown--dark .select2-results__option--highlighted[aria-selected],
.sn-select2-dropdown--dark .select2-results__option--highlighted.select2-results__option--selectable {
	background: rgba(185, 28, 28, 0.92);
	color: #fff;
}

.sn-select2-dropdown--dark .select2-results__option[aria-selected="true"],
.sn-select2-dropdown--dark .select2-results__option--selected {
	background: rgba(30, 41, 59, 0.98);
	color: #fff;
}

.sn-system-scope .sn-profile-edit-page .sn-redes-grid,
.sn-system-scope .sn-profile-edit-page .sn-cuentas-grid,
.sn-system-scope .sn-profile-edit-page .sn-gallery-list,
.sn-system-scope .sn-profile-edit-page .sn-perifs-grid {
	display: grid;
	gap: var(--sn-space-3);
}

.sn-system-scope .sn-profile-edit-page .sn-cuentas-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sn-system-scope .sn-profile-edit-page #sn-cuentas-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--sn-space-3);
}

.sn-system-scope .sn-profile-edit-page .sn-cuenta-card {
	display: grid;
	justify-items: center;
	gap: var(--sn-space-2);
	padding: var(--sn-space-3);
	text-align: center;
	height: 100%;
}

.sn-system-scope .sn-profile-edit-page .sn-cuenta-card__logo {
	width: 56px;
	height: 56px;
	object-fit: contain;
	padding: 8px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.05);
}

.sn-system-scope .sn-profile-edit-page .sn-cuenta-card__body h4 {
	margin: 0;
	color: #fff;
	font-size: 16px;
}

.sn-system-scope .sn-profile-edit-page .sn-cuenta-card__slot {
	display: block;
	margin-top: 4px;
	color: rgba(220, 230, 246, 0.62);
	font-size: 14px;
}

.sn-system-scope .sn-profile-edit-page .sn-cuenta-card__conn,
.sn-system-scope .sn-profile-edit-page .sn-cuenta-card__conn>* {
	width: 100%;
}

.sn-system-scope .sn-profile-edit-page .sn-cuenta-card__conn .sn-btn,
.sn-system-scope .sn-profile-edit-page .sn-cuenta-card__conn .sn-pb-btn,
.sn-system-scope .sn-profile-edit-page .sn-cuentas-table .sn-btn,
.sn-system-scope .sn-profile-edit-page .sn-cuentas-table .sn-pb-btn {
	width: 100%;
}

.sn-system-scope .sn-profile-edit-page .sn-cuenta-card__conn .sn-discord-connect,
.sn-system-scope .sn-profile-edit-page .sn-cuenta-card__conn #sn-conectar-iracing,
.sn-system-scope .sn-profile-edit-page .sn-cuenta-card__conn #sn-f1-container,
.sn-system-scope .sn-profile-edit-page .sn-cuenta-card__conn #sn-gt7-container,
.sn-system-scope .sn-profile-edit-page .sn-cuenta-card__conn #sn-racenet-connector,
.sn-system-scope .sn-profile-edit-page .sn-cuenta-card__conn #sn-dr2-container,
.sn-system-scope .sn-profile-edit-page .sn-cuenta-card__conn #sn-ea-wrc-container,
.sn-system-scope .sn-profile-edit-page .sn-cuenta-card__conn #sn-steam-connector {
	display: grid;
	gap: var(--sn-space-2);
	width: 100%;
	padding: 10px;
	border-radius: 12px;
	border: 1px solid rgba(148, 163, 184, 0.16);
	background: rgba(255, 255, 255, 0.03);
}

.sn-system-scope .sn-profile-edit-page .sn-cuenta-card__conn p,
.sn-system-scope .sn-profile-edit-page .sn-cuenta-card__conn span,
.sn-system-scope .sn-profile-edit-page .sn-cuenta-card__conn .sn-discord-status {
	margin: 0;
	color: rgba(226, 232, 240, 0.86);
	font-size: 14px;
	line-height: 1.45;
}

.sn-system-scope .sn-profile-edit-page .sn-cuenta-card__conn .sn-connector-message,
.sn-system-scope .sn-profile-edit-page .sn-cuenta-card__conn .sn-discord-status,
body.sn-panel-piloto-page .sn-cuenta-card__conn .sn-connector-message,
body.sn-panel-piloto-page .sn-discord-status {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.45;
}

.sn-system-scope .sn-profile-edit-page .sn-cuenta-card__conn .sn-connector-message--success,
.sn-system-scope .sn-profile-edit-page .sn-cuenta-card__conn .sn-discord-status.is-success,
body.sn-panel-piloto-page .sn-cuenta-card__conn .sn-connector-message--success,
body.sn-panel-piloto-page .sn-discord-status.is-success {
	color: #4ade80;
}

.sn-system-scope .sn-profile-edit-page .sn-cuenta-card__conn .sn-connector-message--warn,
.sn-system-scope .sn-profile-edit-page .sn-cuenta-card__conn .sn-discord-status.is-warn,
body.sn-panel-piloto-page .sn-cuenta-card__conn .sn-connector-message--warn,
body.sn-panel-piloto-page .sn-discord-status.is-warn {
	color: #fbbf24;
}

.sn-system-scope .sn-profile-edit-page .sn-cuenta-card__conn .sn-connector-message--error,
body.sn-panel-piloto-page .sn-cuenta-card__conn .sn-connector-message--error {
	color: #f87171;
}

.sn-system-scope .sn-profile-edit-page .sn-cuenta-card__conn .sn-pb-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 38px;
	padding: 0 14px;
	border-radius: 10px;
	border: 1px solid rgba(148, 163, 184, 0.22);
	background: rgba(255, 255, 255, 0.04);
	color: #f8fafc;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.sn-system-scope .sn-profile-edit-page .sn-cuenta-card__conn .sn-pb-btn--primary {
	background: linear-gradient(135deg, var(--sn-ui-primary), var(--sn-ui-primary-strong));
	border-color: rgba(255, 131, 117, 0.32);
	color: #fff;
}

.sn-system-scope .sn-profile-edit-page .sn-cuenta-card__conn .sn-pb-btn--ghost {
	background: linear-gradient(180deg, rgba(93, 20, 24, 0.72), rgba(58, 17, 20, 0.72));
	border-color: rgba(255, 255, 255, 0.08);
	color: #f4f6fb;
}

.sn-system-scope .sn-profile-edit-page .sn-conectar-modal,
body.sn-panel-piloto-page .sn-conectar-modal {
	width: min(560px, calc(100vw - 32px));
	max-width: 560px;
	margin: 0 auto;
	padding: 0;
	background: transparent;
	border: 0;
	color: #e2e8f0;
}

.sn-system-scope .sn-profile-edit-page .sn-conectar-modal .sn-modal__dialog,
body.sn-panel-piloto-page .sn-conectar-modal .sn-modal__dialog {
	display: grid;
	gap: var(--sn-space-2);
	padding: var(--sn-space-3);
	border-radius: 16px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
		rgba(7, 12, 22, 0.98);
	border: 1px solid rgba(148, 163, 184, 0.16);
	box-shadow: 0 24px 60px rgba(2, 6, 23, 0.58);
}

body.sn-panel-piloto-page .sn-conectar-modal .sn-modal__header,
body.sn-panel-piloto-page .sn-conectar-modal .sn-modal__body {
	padding: 0;
}

.sn-system-scope .sn-profile-edit-page .sn-conectar-modal h2,
.sn-system-scope .sn-profile-edit-page .sn-conectar-modal h3,
.sn-system-scope .sn-profile-edit-page .sn-conectar-modal p,
.sn-system-scope .sn-profile-edit-page .sn-conectar-modal li,
.sn-system-scope .sn-profile-edit-page .sn-conectar-modal label,
.sn-system-scope .sn-profile-edit-page .sn-conectar-modal code,
body.sn-panel-piloto-page .sn-conectar-modal h2,
body.sn-panel-piloto-page .sn-conectar-modal h3,
body.sn-panel-piloto-page .sn-conectar-modal p,
body.sn-panel-piloto-page .sn-conectar-modal li,
body.sn-panel-piloto-page .sn-conectar-modal label,
body.sn-panel-piloto-page .sn-conectar-modal code {
	color: #f8fafc;
}

.sn-system-scope .sn-profile-edit-page .sn-conectar-modal input,
.sn-system-scope .sn-profile-edit-page .sn-conectar-modal select,
.sn-system-scope .sn-profile-edit-page .sn-conectar-modal textarea,
body.sn-panel-piloto-page .sn-conectar-modal input,
body.sn-panel-piloto-page .sn-conectar-modal select,
body.sn-panel-piloto-page .sn-conectar-modal textarea {
	width: 100%;
	min-height: 40px;
	padding: 0 12px;
	border-radius: 10px;
	border: 1px solid rgba(148, 163, 184, 0.24);
	background: rgba(2, 6, 23, 0.92);
	color: #fff;
}

.sn-system-scope .sn-profile-edit-page .mfp-content,
.sn-system-scope .sn-profile-edit-page .mfp-inline-holder .mfp-content,
body.sn-panel-piloto-page .mfp-content,
body.sn-panel-piloto-page .mfp-inline-holder .mfp-content {
	width: min(560px, calc(100vw - 32px));
	max-width: 560px;
}

body.sn-panel-piloto-page .mfp-wrap .sn-conectar-modal,
body.sn-panel-piloto-page .mfp-wrap .sn-conectar-modal h2,
body.sn-panel-piloto-page .mfp-wrap .sn-conectar-modal h3,
body.sn-panel-piloto-page .mfp-wrap .sn-conectar-modal p,
body.sn-panel-piloto-page .mfp-wrap .sn-conectar-modal li,
body.sn-panel-piloto-page .mfp-wrap .sn-conectar-modal label,
body.sn-panel-piloto-page .mfp-wrap .sn-conectar-modal code {
	color: #f8fafc;
}

body.sn-panel-piloto-page .sn-conectar-modal .sn-pb-btn,
body.sn-panel-piloto-page .mfp-wrap .sn-conectar-modal .sn-pb-btn,
body.sn-panel-piloto-page .sn-cuenta-card__conn .sn-pb-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 38px;
	padding: 0 14px;
	border-radius: 10px;
	border: 1px solid rgba(148, 163, 184, 0.22);
	background: rgba(255, 255, 255, 0.04);
	color: #f8fafc;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
}

body.sn-panel-piloto-page .sn-discord-connect,
body.sn-panel-piloto-page .sn-cuenta-card__conn .sn-discord-connect {
	display: grid;
	gap: var(--sn-space-2);
	width: 100%;
}

body.sn-panel-piloto-page .sn-discord-connect.is-connected,
body.sn-panel-piloto-page .sn-cuenta-card__conn .sn-discord-connect.is-connected {
	gap: 0;
}

body.sn-panel-piloto-page .sn-discord-connect.is-connected .sn-connector-status,
body.sn-panel-piloto-page .sn-cuenta-card__conn .sn-discord-connect.is-connected .sn-connector-status {
	display: block;
}

body.sn-panel-piloto-page .sn-discord-status {
	margin: 0;
	color: rgba(226, 232, 240, 0.86);
	font-size: 14px;
	line-height: 1.45;
}

body.sn-panel-piloto-page .sn-discord-connect.is-connected [data-role="discordOpenBtn"] {
	display: none !important;
}

body.sn-panel-piloto-page .sn-conectar-modal .sn-pb-btn--primary,
body.sn-panel-piloto-page .mfp-wrap .sn-conectar-modal .sn-pb-btn--primary,
body.sn-panel-piloto-page .sn-cuenta-card__conn .sn-pb-btn--primary {
	background: linear-gradient(135deg, var(--sn-ui-primary), var(--sn-ui-primary-strong));
	border-color: rgba(255, 131, 117, 0.32);
	color: #fff;
}

body.sn-panel-piloto-page .sn-conectar-modal .sn-pb-btn--ghost,
body.sn-panel-piloto-page .mfp-wrap .sn-conectar-modal .sn-pb-btn--ghost,
body.sn-panel-piloto-page .sn-cuenta-card__conn .sn-pb-btn--ghost {
	background: rgba(255, 255, 255, 0.04);
	border-color: rgba(148, 163, 184, 0.22);
	color: #e2e8f0;
}

body.sn-panel-piloto-page .mfp-wrap .mfp-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	top: 12px;
	right: 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	opacity: 1;
}

body.sn-panel-piloto-page .sn-conectar-modal .sn-connector-steps {
	display: grid;
	gap: 0.95rem;
	margin: 0;
	padding-left: 1.35rem;
}

body.sn-panel-piloto-page .sn-conectar-modal .sn-connector-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 0.35rem;
}

body.sn-panel-piloto-page .select2-dropdown li.select2-results__option,
body.sn-panel-piloto-page .select2-dropdown li.select2-results__option span,
body.sn-panel-piloto-page .select2-dropdown .select2-results__option,
body.sn-panel-piloto-page .select2-dropdown .select2-results__option--selectable {
	color: #fff;
	-webkit-text-fill-color: #fff;
}

.sn-system-scope .sn-profile-edit-page .sn-cuenta-card__conn .sn-connector-status,
.sn-system-scope .sn-profile-edit-page .sn-cuenta-card__conn .sn-connector-actions,
.sn-system-scope .sn-profile-edit-page .sn-cuenta-card__conn .sn-connector-list {
	display: grid;
	gap: var(--sn-space-2);
}

.sn-system-scope .sn-profile-edit-page .sn-cuenta-card__conn .sn-connector-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--sn-space-2);
	padding: 10px 12px;
	border-radius: 10px;
	border: 1px solid rgba(148, 163, 184, 0.16);
	background: rgba(255, 255, 255, 0.03);
}

.sn-system-scope .sn-profile-edit-page .sn-red-card,
.sn-system-scope .sn-profile-edit-page .sn-perif-card {
	display: grid;
	gap: var(--sn-space-2);
	padding: var(--sn-space-3);
}

.sn-system-scope .sn-profile-edit-page .sn-red-card {
	grid-template-columns: 56px minmax(0, 1fr) auto;
	align-items: center;
}

.sn-system-scope .sn-profile-edit-page .sn-red-card__brand img {
	width: 44px;
	height: 44px;
	object-fit: contain;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.05);
	padding: 8px;
}

.sn-system-scope .sn-profile-edit-page .sn-red-card__name {
	margin: 0 0 4px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
}

.sn-system-scope .sn-profile-edit-page .sn-red-card__input {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: var(--sn-space-1);
	padding: 0 12px;
	border-radius: 12px;
	border: 1px solid rgba(148, 163, 184, 0.2);
	background: rgba(255, 255, 255, 0.03);
}

.sn-system-scope .sn-profile-edit-page .sn-red-card__input .sn-input {
	min-height: 38px;
	border: 0;
	background: transparent;
	color: #e2e8f0;
}

.sn-system-scope .sn-profile-edit-page .sn-red-card__actions,
.sn-system-scope .sn-profile-edit-page .sn-perif-card__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: var(--sn-space-1);
}

.sn-system-scope .sn-profile-edit-page .sn-red-card__actions .sn-btn,
.sn-system-scope .sn-profile-edit-page .sn-perif-card__actions .sn-btn,
.sn-system-scope .sn-profile-edit-page .sn-gallery-item__delete {
	min-width: 124px;
	width: auto;
}

.sn-system-scope .sn-profile-edit-page .sn-red-card__actions .sn-del,
.sn-system-scope .sn-profile-edit-page .sn-perif-card__actions .sn-del,
.sn-system-scope .sn-profile-edit-page .sn-gallery-item__delete {
	border-color: rgba(255, 131, 117, 0.32);
	background: linear-gradient(135deg, var(--sn-ui-primary), var(--sn-ui-primary-strong));
	color: #fff;
}

.sn-system-scope .sn-profile-edit-page .sn-red-card__actions .sn-del:hover,
.sn-system-scope .sn-profile-edit-page .sn-perif-card__actions .sn-del:hover,
.sn-system-scope .sn-profile-edit-page .sn-gallery-item__delete:hover {
	border-color: rgba(255, 131, 117, 0.4);
	filter: brightness(1.04);
}

.sn-system-scope .sn-profile-edit-page .sn-perif-group {
	display: grid;
	gap: var(--sn-space-2);
}

.sn-system-scope .sn-profile-edit-page .sn-perif-group__head {
	display: inline-flex;
	align-items: center;
	gap: var(--sn-space-2);
	color: #f8fbff;
	font-size: 14px;
	font-weight: 700;
}

.sn-system-scope .sn-profile-edit-page .sn-perif-group__grid {
	display: grid;
	gap: var(--sn-space-2);
}

.sn-system-scope .sn-profile-edit-page .sn-perif-card__title {
	display: flex;
	align-items: center;
	gap: var(--sn-space-2);
}

.sn-system-scope .sn-profile-edit-page .sn-perif-card__brand {
	width: 28px;
	height: 28px;
	object-fit: contain;
}

.sn-system-scope .sn-profile-edit-page .sn-perif-card__brand[hidden],
.sn-system-scope .sn-profile-edit-page .sn-perif-card__thumb-wrap[hidden] {
	display: none;
}

.sn-system-scope .sn-profile-edit-page .sn-perif-card__name {
	color: #fff;
	font-size: 14px;
}

.sn-system-scope .sn-profile-edit-page .sn-perif-card__thumb-wrap {
	margin-top: var(--sn-space-2);
}

.sn-system-scope .sn-profile-edit-page .sn-perif-card__thumb {
	max-width: 160px;
	max-height: 96px;
	object-fit: contain;
}

.sn-system-scope .sn-profile-edit-page .sn-simuladores-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: var(--sn-space-2);
}

.sn-system-scope .sn-profile-edit-page .sn-simulador-item {
	display: grid;
	justify-items: center;
	gap: var(--sn-space-2);
	padding: var(--sn-space-3);
	text-align: center;
}

.sn-system-scope .sn-profile-edit-page .sn-simulador-logo {
	max-width: 140px;
	max-height: 54px;
	object-fit: contain;
}

.sn-system-scope .sn-profile-edit-page .sn-simulador-nombre {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

.sn-system-scope .sn-profile-edit-page .sn-pro-card {
	display: grid;
	gap: var(--sn-space-2);
	padding: var(--sn-space-3);
}

.sn-system-scope .sn-profile-edit-page .sn-pro-card--spaced {
	margin-top: var(--sn-space-3);
}

.sn-system-scope .sn-profile-edit-page .sn-pro-field--hint .sn-pro-static {
	display: flex;
	align-items: center;
	min-height: 40px;
	padding: 9px 12px;
	border-radius: 12px;
	border: 1px dashed rgba(148, 163, 184, 0.32);
	background: rgba(255, 255, 255, 0.03);
	color: #dce7fb;
}

.sn-system-scope .sn-profile-edit-page .sn-gallery-status {
	padding: var(--sn-space-3);
	border-radius: 14px;
	border: 1px solid rgba(148, 163, 184, 0.18);
	background: rgba(255, 255, 255, 0.03);
	color: #d7e3f8;
}

.sn-system-scope .sn-profile-edit-page .sn-gallery-composer {
	display: grid;
	gap: var(--sn-space-3);
	padding: var(--sn-space-3);
}

.sn-system-scope .sn-profile-edit-page .sn-gallery-composer__head-copy {
	display: grid;
	gap: var(--sn-space-1);
}

.sn-system-scope .sn-profile-edit-page .sn-gallery-composer__eyebrow {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(201, 13, 5, 0.14);
	color: #ffb9b1;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.sn-system-scope .sn-profile-edit-page .sn-gallery-composer__head h4 {
	margin: 0;
	color: #fff;
	font-size: 28px;
	line-height: 0.95;
}

.sn-system-scope .sn-profile-edit-page .sn-gallery-composer__head p,
.sn-system-scope .sn-profile-edit-page .sn-gallery-composer__preview-copy span,
.sn-system-scope .sn-profile-edit-page .sn-gallery-composer__identity span {
	margin: 0;
	color: rgba(220, 230, 246, 0.7);
	font-size: 14px;
	line-height: 1.6;
}

.sn-system-scope .sn-profile-edit-page .sn-gallery-composer__canvas {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
	gap: var(--sn-space-3);
}

.sn-system-scope .sn-profile-edit-page .sn-gallery-composer__story,
.sn-system-scope .sn-profile-edit-page .sn-gallery-composer__preview {
	display: grid;
	gap: var(--sn-space-3);
	padding: var(--sn-space-3);
	border-radius: 16px;
	border: 1px solid rgba(148, 163, 184, 0.18);
	background: rgba(255, 255, 255, 0.03);
}

.sn-system-scope .sn-profile-edit-page .sn-gallery-composer__story-head,
.sn-system-scope .sn-profile-edit-page .sn-gallery-composer__identity,
.sn-system-scope .sn-profile-edit-page .sn-gallery-item__author,
.sn-system-scope .sn-profile-edit-page .sn-gallery-item__footer,
.sn-system-scope .sn-profile-edit-page .sn-gallery-item__chips {
	display: flex;
	align-items: center;
	gap: var(--sn-space-2);
	flex-wrap: wrap;
}

.sn-system-scope .sn-profile-edit-page .sn-gallery-composer__story-head,
.sn-system-scope .sn-profile-edit-page .sn-gallery-item__head {
	justify-content: space-between;
	align-items: flex-start;
}

.sn-system-scope .sn-profile-edit-page .sn-gallery-composer__avatar,
.sn-system-scope .sn-profile-edit-page .sn-gallery-item__author-mark {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	display: grid;
	place-items: center;
	background: linear-gradient(180deg, rgba(201, 13, 5, 0.92), rgba(125, 9, 4, 0.86));
	color: #fff;
	font-size: 16px;
	font-weight: 800;
}

.sn-system-scope .sn-profile-edit-page .sn-gallery-composer__stamp,
.sn-system-scope .sn-profile-edit-page .sn-gallery-item__badge,
.sn-system-scope .sn-profile-edit-page .sn-gallery-item__chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 10px;
	border-radius: 999px;
	border: 1px solid rgba(148, 163, 184, 0.18);
	background: rgba(255, 255, 255, 0.04);
	color: #e7eefc;
	font-size: 14px;
	font-weight: 700;
}

.sn-system-scope .sn-profile-edit-page .sn-gallery-composer__preview-media {
	min-height: 280px;
	border-radius: 14px;
	border: 1px dashed rgba(148, 163, 184, 0.22);
	background: rgba(255, 255, 255, 0.03);
	overflow: hidden;
	display: grid;
	place-items: center;
	padding: var(--sn-space-3);
}

.sn-system-scope .sn-profile-edit-page .sn-gallery-composer__preview-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sn-system-scope .sn-profile-edit-page .sn-gallery-form__field,
.sn-system-scope .sn-profile-edit-page .sn-gallery-form__row,
.sn-system-scope .sn-profile-edit-page .sn-gallery-form__actions {
	display: grid;
	gap: var(--sn-space-2);
}

.sn-system-scope .sn-profile-edit-page .sn-gallery-form__row {
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
}

.sn-system-scope .sn-profile-edit-page .sn-gallery-form__field input,
.sn-system-scope .sn-profile-edit-page .sn-gallery-form__field textarea,
.sn-system-scope .sn-profile-edit-page .sn-gallery-form__field select {
	width: 100%;
	min-height: 40px;
	padding: 9px 12px;
	border-radius: 12px;
	border: 1px solid rgba(148, 163, 184, 0.18);
	background: rgba(2, 6, 23, 0.78);
	color: #f5f8ff;
}

.sn-system-scope .sn-profile-edit-page .sn-gallery-form__field textarea {
	min-height: 160px;
}

.sn-system-scope .sn-profile-edit-page .sn-gallery-item {
	padding: var(--sn-space-3);
}

.sn-system-scope .sn-profile-edit-page .sn-gallery-item__grid {
	display: grid;
	grid-template-columns: 108px minmax(0, 1fr);
	gap: var(--sn-space-3);
	align-items: start;
}

.sn-system-scope .sn-profile-edit-page .sn-gallery-item__thumb {
	width: 108px;
	aspect-ratio: 1;
	overflow: hidden;
	border-radius: 16px;
	border: 1px solid rgba(148, 163, 184, 0.18);
	background: rgba(255, 255, 255, 0.04);
}

.sn-system-scope .sn-profile-edit-page .sn-gallery-item__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sn-system-scope .sn-profile-edit-page .sn-gallery-item__body {
	display: grid;
	gap: var(--sn-space-2);
}

.sn-system-scope .sn-profile-edit-page .sn-gallery-item__title {
	margin: 0;
	color: #fff;
	font-size: 16px;
}

.sn-system-scope .sn-profile-edit-page .sn-gallery-item__meta,
.sn-system-scope .sn-profile-edit-page .sn-gallery-item__desc,
.sn-system-scope .sn-profile-edit-page .sn-gallery-item__reject {
	margin: 0;
	color: rgba(220, 230, 246, 0.72);
	font-size: 14px;
	line-height: 1.6;
}

.sn-system-scope .sn-profile-edit-page .sn-gallery-item__delete {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 12px;
	border-radius: 12px;
	border: 1px solid rgba(255, 131, 117, 0.32);
	background: linear-gradient(135deg, var(--sn-ui-primary), var(--sn-ui-primary-strong));
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

.sn-system-scope .sn-profile-edit-page .sn-gallery-item__delete:hover {
	border-color: rgba(255, 131, 117, 0.4);
	filter: brightness(1.04);
}

.sn-system-scope .sn-profile-edit-page .sn-membership-panel,
.sn-system-scope .sn-profile-edit-page .sn-membership-current {
	display: grid;
	gap: var(--sn-space-3);
	padding: var(--sn-space-3);
	border-radius: 16px;
	border: 1px solid rgba(148, 163, 184, 0.18);
	background: rgba(255, 255, 255, 0.03);
}

.sn-system-scope .sn-profile-edit-page .sn-membership-current__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: var(--sn-space-2);
	flex-wrap: wrap;
}

.sn-system-scope .sn-profile-edit-page .sn-membership-current__eyebrow {
	margin: 0 0 6px;
	color: #ffb9b1;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.sn-system-scope .sn-profile-edit-page .sn-membership-current__head h4,
.sn-system-scope .sn-profile-edit-page .sn-membership-panel__title {
	margin: 0;
	color: #fff;
	font-size: 24px;
	line-height: 1;
}

.sn-system-scope .sn-profile-edit-page .sn-membership-current__badge {
	display: inline-flex;
	align-items: center;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(148, 163, 184, 0.18);
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
}

.sn-system-scope .sn-profile-edit-page .sn-membership-current__badge--pro {
	background: linear-gradient(135deg, #b91c1c, #ef4444);
	border-color: rgba(255, 131, 117, 0.28);
}

.sn-system-scope .sn-profile-edit-page .sn-membership-current__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: var(--sn-space-2);
}

.sn-system-scope .sn-profile-edit-page .sn-membership-current__grid>div {
	display: grid;
	gap: 4px;
	padding: 12px;
	border-radius: 12px;
	border: 1px solid rgba(148, 163, 184, 0.14);
	background: rgba(2, 6, 23, 0.44);
}

.sn-system-scope .sn-profile-edit-page .sn-membership-current__grid small {
	color: rgba(220, 230, 246, 0.66);
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.sn-system-scope .sn-profile-edit-page .sn-membership-current__grid strong,
.sn-system-scope .sn-profile-edit-page .sn-membership-current__note {
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
}

.sn-system-scope .sn-profile-edit-page .sn-membership-current__actions .sn-btn {
	min-width: 180px;
}

.sn-system-scope .sn-profile-edit-page .is-hidden {
	display: none !important;
}

@media (max-width: 1080px) {

	.sn-system-scope .sn-profile-section.is-accordion {
		gap: 0;
		padding: 0;
		overflow: hidden;
	}

	.sn-system-scope .sn-profile-section.is-accordion>h3 {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: var(--sn-space-2);
		padding: 12px 14px;
		cursor: pointer;
	}

	.sn-system-scope .sn-profile-section.is-accordion>h3::after {
		content: '+';
		color: rgba(220, 230, 246, 0.68);
		font-size: 18px;
		line-height: 1;
	}

	.sn-system-scope .sn-profile-section.is-accordion> :not(h3) {
		display: none;
	}

	.sn-system-scope .sn-profile-section.is-accordion.is-open {
		padding: 12px;
		gap: var(--sn-space-2);
	}

	.sn-system-scope .sn-profile-section.is-accordion.is-open>h3 {
		padding: 0 0 4px;
	}

	.sn-system-scope .sn-profile-section.is-accordion.is-open>h3::after {
		content: '-';
	}

	.sn-system-scope .sn-profile-section.is-accordion.is-open> :not(h3) {
		display: grid;
	}
}

@media (max-width: 768px) {

	.sn-system-scope .sn-profile-edit-page .sn-row--names,
	.sn-system-scope .sn-profile-edit-page .sn-row--mail-nick,
	.sn-system-scope .sn-profile-edit-page .sn-row--doc,
	.sn-system-scope .sn-profile-edit-page .sn-row--residencia,
	.sn-system-scope .sn-profile-edit-page .sn-row--phone,
	.sn-system-scope .sn-profile-edit-page .sn-pro-grid--two,
	.sn-system-scope .sn-profile-edit-page .sn-redes-form,
	.sn-system-scope .sn-profile-edit-page .sn-perifs-form,
	.sn-system-scope .sn-profile-edit-page .sn-gallery-composer__canvas,
	.sn-system-scope .sn-profile-edit-page .sn-gallery-form__row,
	.sn-system-scope .sn-profile-edit-page .sn-gallery-item__grid,
	.sn-system-scope .sn-profile-edit-page .sn-red-card {
		grid-template-columns: 1fr;
	}

	.sn-system-scope .sn-profile-edit-page .sn-cuentas-grid,
	.sn-system-scope .sn-profile-edit-page .sn-simuladores-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sn-system-scope .sn-profile-edit-page .sn-btn,
	.sn-system-scope .sn-profile-edit-page .sn-gallery-item__delete {
		min-height: 34px;
		padding: 6px 10px;
		font-size: 14px;
	}

	.sn-system-scope .sn-profile-edit-page .sn-form input,
	.sn-system-scope .sn-profile-edit-page .sn-form textarea,
	.sn-system-scope .sn-profile-edit-page .sn-form select,
	.sn-system-scope .sn-profile-edit-page .sn-pro-field input,
	.sn-system-scope .sn-profile-edit-page .sn-pro-field textarea,
	.sn-system-scope .sn-profile-edit-page .sn-pro-field select,
	.sn-system-scope .sn-profile-edit-page .sn-select,
	.sn-system-scope .sn-profile-edit-page .select2-selection,
	.sn-system-scope .sn-profile-edit-page .sn-gallery-form__field input,
	.sn-system-scope .sn-profile-edit-page .sn-gallery-form__field textarea,
	.sn-system-scope .sn-profile-edit-page .sn-gallery-form__field select {
		min-height: 36px;
		padding: 8px 10px;
	}
}

/* Chat shortcode bridge */
.sn-system-scope.sn-chat-module.nitro-chat-container {
	position: relative;
}

.sn-system-scope.sn-chat-module .nc-chat {
	display: grid;
	grid-template-rows: auto minmax(0, 1fr) auto;
	min-height: 0;
}

.sn-system-scope.sn-chat-module .nc-input-row,
.sn-system-scope.sn-chat-module .terms-actions {
	display: flex;
	align-items: center;
	gap: var(--sn-space-2);
}

.sn-system-scope.sn-chat-module .nc-input-row {
	width: 100%;
}

.sn-system-scope.sn-chat-module .chat-loading,
.sn-system-scope.sn-chat-module .chat-error {
	margin-top: var(--sn-space-2);
}

.sn-system-scope.sn-chat-module .chat-loading {
	display: grid;
	place-items: center;
	gap: var(--sn-space-2);
	padding: var(--sn-space-3);
}

.sn-system-scope.sn-chat-module .spinner {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.12);
	border-top-color: #d6150d;
	animation: sn-chat-spin 0.8s linear infinite;
}

.sn-system-scope.sn-chat-module .chat-modal {
	position: fixed;
	inset: 0;
	z-index: 1000001;
	display: grid;
	place-items: center;
	padding: var(--sn-space-4);
	background: rgba(3, 7, 18, 0.72);
}

.sn-system-scope.sn-chat-module .chat-modal.sn-d-none {
	display: none;
}

.sn-system-scope.sn-chat-module .chat-modal-content {
	display: grid;
	gap: var(--sn-space-3);
	max-width: 680px;
	max-height: min(88vh, 720px);
	overflow: auto;
}

.sn-system-scope.sn-chat-module .chat-modal-content h3 {
	margin: 0;
	color: #fff;
	font-size: 16px;
}

.sn-system-scope.sn-chat-module .terms-content {
	display: grid;
	gap: var(--sn-space-2);
	color: rgba(220, 230, 246, 0.78);
	font-size: 14px;
	line-height: 1.55;
}

.sn-system-scope.sn-chat-module .terms-content p,
.sn-system-scope.sn-chat-module .terms-content h4 {
	margin: 0;
}

.sn-system-scope.sn-chat-module .nc-badge.sn-ui-badge--inline {
	display: inline-flex;
	align-items: center;
	padding: 2px 6px;
	border-radius: 999px;
	background: rgba(214, 21, 13, 0.16);
	color: #ffb9b1;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.sn-system-scope.sn-chat-module .nc-delete {
	margin-left: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.04);
	color: rgba(220, 230, 246, 0.72);
	cursor: pointer;
}

.sn-system-scope.sn-chat-module .nc-delete:hover {
	background: rgba(214, 21, 13, 0.14);
	color: #fff;
}

.sn-system-scope.sn-chat-module .nc-team-badge.sn-team-badge {
	max-width: 100%;
}

.sn-system-scope.sn-chat-module .chat-transient-notice {
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 1000002;
	max-width: min(240px, calc(100% - 16px));
	padding: 6px 10px;
	border-radius: 8px;
	background: rgba(10, 14, 22, 0.88);
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: #fff;
	font-size: 14px;
	line-height: 1.25;
	pointer-events: none;
	opacity: 0;
	transform: translateY(-4px);
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.sn-system-scope.sn-chat-module .chat-transient-notice.is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* Final chat normalization: keep this block after legacy bridges so it wins in front */
.sn-system-scope.sn-chat-module.nitro-chat-container {
	display: grid;
	grid-template-rows: minmax(0, 1fr);
	min-height: 0;
	height: 100%;
}

.sn-system-scope.sn-chat-module.nitro-chat-container .sn-chat-module__panel {
	display: grid;
	grid-template-rows: minmax(0, 1fr);
	min-height: 0;
	height: 100%;
}

.sn-system-scope.sn-chat-module.nitro-chat-container .nc-chat {
	display: grid;
	grid-template-rows: auto minmax(0, 1fr) auto;
	gap: 10px;
	min-height: 0;
	height: 100%;
	position: relative;
}

.sn-system-scope.sn-chat-module.nitro-chat-container .sn-chat-module__header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 8px;
	min-height: 44px;
	padding: 0 0 8px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	background: linear-gradient(180deg, rgba(14, 22, 37, 0.96), rgba(14, 22, 37, 0.92));
	position: relative;
	z-index: 2;
}

.sn-system-scope.sn-chat-module.nitro-chat-container .sn-chat-module__header-copy {
	display: block;
	min-width: 0;
}

.sn-system-scope.sn-chat-module.nitro-chat-container .sn-chat-module__header-meta {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 6px;
	min-width: 0;
	flex-wrap: nowrap;
}

.sn-system-scope.sn-chat-module.nitro-chat-container .sn-chat-module__presence {
	height: 32px;
	padding: 0 10px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.03);
}

.sn-system-scope.sn-chat-module.nitro-chat-container .sn-chat-module__feed {
	display: grid;
	align-content: start;
	gap: 6px;
	min-height: 0;
	height: auto;
	padding-top: 0;
	padding-right: 2px;
	overflow: auto;
}

.sn-system-scope.sn-chat-module.nitro-chat-container .nc-notification {
	position: absolute;
	top: 44px;
	left: 0;
	right: 0;
	z-index: 3;
	pointer-events: none;
}

.sn-system-scope.sn-chat-module.nitro-chat-container .sn-chat-module__message {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	align-items: start;
	gap: 6px;
}

.sn-system-scope.sn-chat-module.nitro-chat-container .sn-chat-module__avatar {
	width: 28px;
	height: 28px;
	flex: 0 0 28px;
	border-radius: 8px;
	overflow: hidden;
}

.sn-system-scope.sn-chat-module.nitro-chat-container .sn-chat-module__bubble {
	display: block;
	padding: 6px 8px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.035);
	border: 1px solid rgba(255, 255, 255, 0.045);
	min-width: 0;
}

.sn-system-scope.sn-chat-module.nitro-chat-container .sn-chat-module__body {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.sn-system-scope.sn-chat-module.nitro-chat-container .sn-message-row__head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 6px;
	align-items: start;
}

.sn-system-scope.sn-chat-module.nitro-chat-container .sn-message-row__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px;
	min-width: 0;
}

.sn-system-scope.sn-chat-module.nitro-chat-container .sn-chat-module__author {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.15;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sn-system-scope.sn-chat-module.nitro-chat-container .sn-chat-module__time {
	font-size: 12px;
	line-height: 1.1;
	color: rgba(255, 255, 255, 0.56);
	white-space: nowrap;
}

.sn-system-scope.sn-chat-module.nitro-chat-container .sn-chat-module__team {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	min-width: 0;
}

.sn-system-scope.sn-chat-module.nitro-chat-container .sn-chat-module__team .sn-team-badge {
	max-width: 100%;
	padding: 1px 6px;
	gap: 4px;
	border-radius: 999px;
	font-size: 12px;
	line-height: 1;
}

.sn-system-scope.sn-chat-module.nitro-chat-container .sn-chat-module__team .sn-team-logo,
.sn-system-scope.sn-chat-module.nitro-chat-container .sn-chat-module__team .nc-team-logo {
	width: 12px;
	height: 12px;
	object-fit: contain;
	flex: 0 0 12px;
}

.sn-system-scope.sn-chat-module.nitro-chat-container .sn-message-row__text,
.sn-system-scope.sn-chat-module.nitro-chat-container .sn-chat-module__body p {
	margin: 0;
	font-size: 13px;
	line-height: 1.2;
	display: block;
	overflow: visible;
	word-break: break-word;
}

.sn-system-scope.sn-chat-module.nitro-chat-container .sn-message-row__actions {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
}

.sn-system-scope.sn-chat-module.nitro-chat-container .nc-delete {
	margin-left: 0;
	width: 20px;
	height: 20px;
	background: transparent;
	color: rgba(220, 230, 246, 0.46);
}

.sn-system-scope.sn-chat-module.nitro-chat-container .sn-chat-module__composer {
	position: relative;
	display: grid;
	gap: 6px;
	min-height: 0;
}

.sn-system-scope.sn-chat-module.nitro-chat-container .nc-input-row {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr) 28px;
	align-items: center;
	gap: 6px;
	width: 100%;
	flex-wrap: nowrap;
}

.sn-system-scope.sn-chat-module.nitro-chat-container .nc-emoji-picker {
	position: absolute;
	left: 0;
	right: 48px;
	bottom: calc(100% + 8px);
	z-index: 5;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 6px;
	padding: 8px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(10, 16, 28, 0.96);
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.34);
}

.sn-system-scope.sn-chat-module.nitro-chat-container .nc-emoji-picker.sn-d-none {
	display: none !important;
}

.sn-system-scope.sn-chat-module.nitro-chat-container .sn-chat-module__input {
	width: 100%;
	height: 32px;
	min-height: 32px;
	padding: 0 8px 0 2px;
}

.sn-system-scope.sn-chat-module.nitro-chat-container .sn-chat-module__send {
	width: 28px;
	height: 28px;
	min-width: 28px;
	background: linear-gradient(180deg, #ff4936 0%, #b51207 100%);
	border-color: rgba(255, 103, 84, 0.42);
}

#tor-root.sn-system-scope.sn-schedule-page .tor-panel-chat .nitro-chat-container,
#tor-root.sn-system-scope.sn-schedule-page .tor-panel-chat .sn-chat-panel-instance {
	min-height: 220px;
	height: clamp(220px, 34vh, 270px);
	max-height: clamp(220px, 34vh, 270px);
}

.sn-system-scope.sn-shortcode-shell--servers {
	display: grid;
	gap: 14px;
}

.sn-system-scope.sn-shortcode-shell--servers .sn-server-admin__messages {
	display: grid;
	gap: 10px;
}

.sn-system-scope.sn-shortcode-shell--servers .sn-server-admin__loading,
.sn-system-scope.sn-shortcode-shell--servers .sn-server-admin__empty {
	padding: 18px;
	border-radius: 18px;
	background: linear-gradient(180deg, rgba(17, 22, 36, 0.96), rgba(10, 13, 23, 0.98));
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.sn-system-scope.sn-shortcode-shell--servers .sn-server-admin__main {
	display: grid;
	gap: 14px;
}

.sn-system-scope.sn-shortcode-shell--servers .sn-shortcode-shell__body {
	display: grid;
	gap: 14px;
	padding: 14px;
}

.sn-system-scope.sn-shortcode-shell--servers .sn-server-admin__nav,
.sn-system-scope.sn-shortcode-shell--servers .sn-server-admin__content {
	min-width: 0;
}

.sn-system-scope.sn-shortcode-shell--live,
.sn-system-scope.sn-shortcode-shell--live .sn-ac-live-framewrap {
	border-radius: 18px;
	overflow: hidden;
	background: linear-gradient(180deg, rgba(17, 22, 36, 0.96), rgba(10, 13, 23, 0.98));
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.sn-system-scope.sn-shortcode-shell--live .sn-ac-iframe {
	display: block;
	width: 100%;
	min-height: min(80vh, 880px);
	border: 0;
	background: #0a0d14;
}

@keyframes sn-chat-spin {
	to {
		transform: rotate(360deg);
	}
}

/* Menus / Dropdowns / Topbar */
.sn-system-scope.sn-user-dropdown {
	position: relative;
	display: inline-block;
	z-index: 60;
}

.sn-system-scope.sn-user-dropdown .sn-user-dropdown-trigger {
	display: inline-flex;
	align-items: center;
	gap: var(--sn-space-2);
	min-height: 38px;
	padding: 6px 12px;
	border-radius: 999px;
	border: 1px solid rgba(148, 163, 184, 0.18);
	background: rgba(8, 15, 28, 0.92);
	color: #f8fbff;
	cursor: pointer;
	font: inherit;
	font-weight: 700;
	line-height: 1;
}

.sn-system-scope.sn-user-dropdown .sn-user-dropdown-trigger:hover,
.sn-system-scope.sn-user-dropdown .sn-user-dropdown-trigger.active,
.sn-system-scope.sn-user-dropdown .sn-user-dropdown-trigger[aria-expanded="true"] {
	border-color: rgba(214, 21, 13, 0.3);
	background: rgba(15, 23, 42, 0.98);
}

.sn-system-scope.sn-user-dropdown .sn-trigger-avatar {
	position: relative;
	display: inline-flex;
	width: 28px;
	height: 28px;
	flex: 0 0 28px;
}

.sn-system-scope.sn-user-dropdown .sn-avatar-small {
	width: 28px;
	height: 28px;
	border-radius: 10px;
	object-fit: cover;
	border: 1px solid rgba(148, 163, 184, 0.18);
	background: rgba(255, 255, 255, 0.06);
}

.sn-system-scope.sn-user-dropdown .sn-avatar-small--placeholder {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 800;
}

.sn-system-scope.sn-user-dropdown .sn-trigger-flag {
	position: absolute;
	right: -4px;
	bottom: -3px;
	width: 14px;
	height: 10px;
	border-radius: 3px;
	object-fit: cover;
	border: 1px solid rgba(2, 6, 23, 0.85);
}

.sn-system-scope.sn-user-dropdown .sn-username {
	max-width: 140px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
}

.sn-system-scope.sn-user-dropdown .sn-caret {
	font-size: 14px;
	transition: transform 0.2s ease;
}

.sn-system-scope.sn-user-dropdown .sn-user-dropdown-trigger.active .sn-caret,
.sn-system-scope.sn-user-dropdown .sn-user-dropdown-trigger[aria-expanded="true"] .sn-caret {
	transform: rotate(180deg);
}

.sn-system-scope.sn-user-dropdown .sn-user-dropdown-menu {
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	width: min(320px, 90vw);
	display: grid;
	gap: 0;
	padding: 0;
	border-radius: 18px;
	border: 1px solid rgba(148, 163, 184, 0.16);
	background: linear-gradient(180deg, rgba(15, 23, 42, 0.98), rgba(2, 6, 23, 0.98));
	box-shadow: 0 24px 60px rgba(2, 6, 23, 0.42);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-8px);
	transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
	overflow: hidden;
}

.sn-system-scope.sn-user-dropdown .sn-user-dropdown-menu.active,
.sn-system-scope.sn-user-dropdown .sn-user-dropdown-menu:not([hidden]) {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.sn-system-scope.sn-user-dropdown .sn-user-menu-header,
.sn-system-scope.sn-user-dropdown .sn-user-menu-footer {
	padding: var(--sn-space-3);
	background: rgba(255, 255, 255, 0.02);
}

.sn-system-scope.sn-user-dropdown .sn-user-menu-header {
	border-bottom: 1px solid rgba(148, 163, 184, 0.14);
}

.sn-system-scope.sn-user-dropdown .sn-user-menu-header__stack,
.sn-system-scope.sn-user-dropdown .sn-user-menu-header__identity,
.sn-system-scope.sn-user-dropdown .sn-user-menu-header__meta,
.sn-system-scope.sn-user-dropdown .sn-user-menu-body {
	display: grid;
	gap: var(--sn-space-2);
}

.sn-system-scope.sn-user-dropdown .sn-user-menu-header .sn-pilot-identity {
	align-items: center;
}

.sn-system-scope.sn-user-dropdown .sn-user-menu-header .sn-pilot-identity__avatar img,
.sn-system-scope.sn-user-dropdown .sn-user-menu-header .sn-pilot-identity__avatar span {
	width: 34px;
	height: 34px;
	border-radius: 10px;
}

.sn-system-scope.sn-user-dropdown .sn-user-menu-header .sn-pilot-identity__copy {
	gap: 4px;
}

.sn-system-scope.sn-user-dropdown .sn-user-menu-header .sn-pilot-identity__name {
	font-size: 14px;
}

.sn-system-scope.sn-user-dropdown .sn-user-membership-badge.sn-badge {
	justify-self: start;
	padding: 3px 8px;
	border-radius: 999px;
	font-size: 14px;
}

.sn-system-scope.sn-user-dropdown .sn-user-menu-body {
	max-height: min(70vh, 420px);
	padding: var(--sn-space-2) 0;
	overflow-y: auto;
}

.sn-system-scope.sn-user-dropdown .sn-user-section {
	padding: var(--sn-space-1) 0;
}

.sn-system-scope.sn-user-dropdown .sn-user-section__title {
	margin: 0;
	padding: 0 var(--sn-space-3) var(--sn-space-1);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(220, 230, 246, 0.58);
}

.sn-system-scope.sn-user-dropdown .sn-user-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 2px;
}

.sn-system-scope.sn-user-dropdown .sn-user-links li {
	margin: 0;
}

.sn-system-scope.sn-user-dropdown .sn-user-links a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: 100%;
	min-height: 36px;
	padding: 8px 12px;
	border-radius: 0;
	color: #f8fbff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
}

.sn-system-scope.sn-user-dropdown .sn-user-links a:not(.sn-btn):hover,
.sn-system-scope.sn-user-dropdown .sn-user-links a:not(.sn-btn):focus-visible {
	background: rgba(255, 255, 255, 0.04);
}

.sn-system-scope.sn-user-dropdown .sn-user-links .sn-btn {
	justify-content: flex-start;
	min-height: 36px;
	margin: 4px var(--sn-space-3) 0;
	width: calc(100% - (var(--sn-space-3) * 2));
}

.sn-system-scope.sn-user-dropdown .sn-user-links .sn-link--locked {
	opacity: 0.74;
}

.sn-system-scope.sn-user-dropdown .sn-lock-icon,
.sn-system-scope.sn-user-dropdown .sn-warn-icon {
	margin-left: auto;
}

.sn-system-scope.sn-user-dropdown .sn-user-dropdown__logout {
	width: 100%;
	justify-content: center;
}

.sn-system-scope.sn-user-dropdown--esports .sn-username,
.sn-system-scope.sn-user-dropdown--esports .sn-user-menu-header__name {
	text-transform: uppercase;
}

.sn-system-scope.sn-user-dropdown--esports .sn-user-dropdown-menu {
	width: min(420px, calc(100vw - 32px));
}

.sn-system-scope.sn-user-dropdown--esports .sn-user-dropdown-trigger {
	background: transparent;
	border-color: transparent;
	box-shadow: none;
}

.sn-system-scope.sn-user-dropdown--esports .sn-user-dropdown-trigger:hover,
.sn-system-scope.sn-user-dropdown--esports .sn-user-dropdown-trigger:focus-visible,
.sn-system-scope.sn-user-dropdown--esports .sn-user-dropdown-trigger.active,
.sn-system-scope.sn-user-dropdown--esports .sn-user-dropdown-trigger[aria-expanded="true"] {
	background: transparent;
	border-color: transparent;
	box-shadow: none;
}

.sn-system-scope.sn-user-dropdown--esports .sn-user-menu-header--esports {
	padding: 18px;
	background:
		radial-gradient(circle at top right, rgba(201, 13, 5, 0.22), transparent 44%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
}

.sn-system-scope.sn-user-dropdown--esports .sn-user-menu-header__identity-card {
	display: grid;
	gap: 14px;
}

.sn-system-scope.sn-user-dropdown--esports .sn-user-menu-header__identity-main {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 14px;
}

.sn-system-scope.sn-user-dropdown--esports .sn-user-menu-header__avatar {
	width: 64px;
	height: 64px;
	border-radius: 18px;
	overflow: hidden;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.sn-system-scope.sn-user-dropdown--esports .sn-user-menu-header__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.sn-system-scope.sn-user-dropdown--esports .sn-user-menu-header__copy {
	display: grid;
	gap: 8px;
	min-width: 0;
}

.sn-system-scope.sn-user-dropdown--esports .sn-user-menu-header__title-row {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.sn-system-scope.sn-user-dropdown--esports .sn-user-menu-header__name {
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.1;
	color: #fff;
	text-decoration: none;
}

.sn-system-scope.sn-user-dropdown--esports .sn-user-menu-header__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.sn-system-scope.sn-user-dropdown--esports .sn-user-menu-header__team .sn-team-badge {
	width: 100%;
	justify-content: flex-start;
}

.sn-system-scope.sn-user-dropdown--esports .sn-user-section--esports {
	padding: 0 18px 18px;
}

.sn-system-scope.sn-user-dropdown--esports .sn-user-links {
	display: grid;
	gap: 10px;
}

.sn-system-scope.sn-user-dropdown--esports .sn-user-link-card {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 14px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.06);
	color: #f5f7fb;
	text-decoration: none;
	font-weight: 600;
}

.sn-system-scope.sn-user-dropdown--esports .sn-user-link-card:hover,
.sn-system-scope.sn-user-dropdown--esports .sn-user-link-card:focus-visible {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.12);
}

.sn-system-scope.sn-topbar-banner.sn-welcome-banner {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: var(--sn-space-3);
	align-items: start;
	padding: var(--sn-space-3);
	border-radius: 18px;
	border: 1px solid rgba(148, 163, 184, 0.16);
	background: linear-gradient(180deg, rgba(15, 23, 42, 0.96), rgba(2, 6, 23, 0.96));
}

.sn-system-scope.sn-topbar-banner.sn-guest-card {
	display: inline-grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: var(--sn-space-3);
	padding: var(--sn-space-3);
	border-radius: 18px;
	border: 1px solid rgba(148, 163, 184, 0.16);
	background: linear-gradient(180deg, rgba(15, 23, 42, 0.96), rgba(2, 6, 23, 0.96));
	color: #fff;
}

.sn-system-scope.sn-topbar-banner.sn-guest-card .sn-guest-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 14px;
	background: rgba(214, 21, 13, 0.16);
	color: #ffd9d6;
}

.sn-system-scope.sn-topbar-banner.sn-guest-card .sn-guest-card__body,
.sn-system-scope.sn-topbar-banner.sn-guest-card .sn-guest-card__message {
	display: inline-grid;
	gap: 4px;
}

.sn-system-scope.sn-topbar-banner.sn-guest-card .sn-guest-card__title,
.sn-system-scope.sn-topbar-banner.sn-guest-card .sn-guest-card__text {
	color: inherit;
}

.sn-system-scope.sn-topbar-banner.sn-guest-card .sn-guest-card__sep {
	display: none;
}

.sn-system-scope.sn-topbar-banner .sn-welcome-banner__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 14px;
	background: rgba(214, 21, 13, 0.16);
	color: #ffd9d6;
}

.sn-system-scope.sn-topbar-banner .sn-welcome-banner__content {
	display: grid;
	gap: var(--sn-space-2);
}

.sn-system-scope.sn-topbar-banner .sn-welcome-banner__title {
	margin: 0;
	font-size: 15px;
	font-weight: 800;
	color: #fff;
}

.sn-system-scope.sn-topbar-banner .sn-welcome-banner__links {
	display: flex;
	flex-wrap: wrap;
	gap: var(--sn-space-2);
}

.sn-system-scope.sn-topbar-banner .sn-welcome-link.sn-btn {
	min-height: 34px;
	padding: 7px 10px;
	font-size: 14px;
}

.sn-system-scope.sn-topbar-banner .sn-welcome-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border-radius: 999px;
	background: #d6150d;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
}

.sn-system-scope.sn-topbar-status-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 30px;
	padding: 2px 4px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}

.sn-system-scope.sn-topbar-status-link:hover,
.sn-system-scope.sn-topbar-status-link:focus-visible {
	color: #fff;
	opacity: 0.92;
}

.sn-system-scope.sn-topbar-status-link .sn-topbar-status-link__icon {
	display: inline-flex;
	width: 16px;
	align-items: center;
	justify-content: center;
}

.sn-system-scope.sn-topbar-status-link .sn-topbar-status-link__value,
.sn-system-scope.sn-topbar-status-link .sn-topbar-status-link__suffix {
	white-space: nowrap;
}

.sn-system-scope.sn-topbar-status-link .sn-topbar-status-link__value {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 16px;
	height: 18px;
	padding: 0 5px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	font-size: 14px;
	font-weight: 800;
}

.sn-system-scope.sn-topbar-status-link .sn-topbar-status-link__value.is-alert {
	background: #d6150d;
}

.sn-topbar-toast-stack {
	position: fixed;
	right: 18px;
	top: 72px;
	z-index: 100020;
	display: grid;
	gap: 10px;
	max-width: min(360px, calc(100vw - 32px));
}

.sn-topbar-toast {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: start;
	gap: 10px;
	padding: 12px 14px;
	border-radius: 14px;
	border: 1px solid rgba(148, 163, 184, 0.16);
	background: linear-gradient(180deg, rgba(15, 23, 42, 0.96), rgba(2, 6, 23, 0.96));
	box-shadow: 0 22px 48px rgba(2, 6, 23, 0.42);
	color: #f8fafc;
	opacity: 0;
	transform: translateY(-6px);
	transition: opacity 0.22s ease, transform 0.22s ease;
}

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

.sn-topbar-toast__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.06);
	color: #ff8375;
}

.sn-topbar-toast__body {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.sn-topbar-toast__body strong {
	font-size: 14px;
	font-weight: 800;
}

.sn-topbar-toast__body span {
	color: rgba(226, 232, 240, 0.82);
	font-size: 14px;
	line-height: 1.4;
}

.sn-topbar-toast__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 9px;
	border: 1px solid rgba(148, 163, 184, 0.16);
	background: rgba(255, 255, 255, 0.04);
	color: #fff;
	cursor: pointer;
}

.sn-system-scope.sn-simulators-drawer.ntr-drawer {
	position: fixed;
	inset: 0;
	z-index: 100000;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}

.sn-system-scope.sn-simulators-drawer.ntr-drawer.is-open {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.sn-system-scope.sn-simulators-drawer .ntr-drawer__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(2, 6, 23, 0.72);
}

.sn-system-scope.sn-simulators-drawer .ntr-drawer__panel {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: min(92vw, 420px);
	display: grid;
	grid-template-rows: auto minmax(0, 1fr);
	padding: var(--sn-space-3);
	border-left: 1px solid rgba(148, 163, 184, 0.16);
	background: linear-gradient(180deg, rgba(15, 23, 42, 0.98), rgba(2, 6, 23, 0.98));
	transform: translateX(100%);
	transition: transform 0.22s ease;
}

.sn-system-scope.sn-simulators-drawer.ntr-drawer.is-open .ntr-drawer__panel {
	transform: translateX(0);
}

.sn-system-scope.sn-simulators-drawer .ntr-drawer__close {
	margin-left: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 12px;
	border: 1px solid rgba(148, 163, 184, 0.16);
	background: rgba(255, 255, 255, 0.03);
	color: #fff;
	cursor: pointer;
}

.sn-system-scope.sn-simulators-drawer .ntr-drawer__content {
	margin-top: var(--sn-space-2);
	min-height: 0;
	overflow: auto;
}

.sn-system-scope.sn-menu-lateral-shell {
	position: relative;
}

.sn-system-scope.sn-profile-edit-tabs {
	display: grid;
	gap: var(--sn-space-3);
}

.sn-system-scope .sn-profile-edit-tabs__controls {
	display: flex;
	justify-content: flex-end;
	gap: 8px;
}

.sn-system-scope .sn-profile-edit-tabs__scroll {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 10px;
	border: 1px solid rgba(148, 163, 184, 0.16);
	background: rgba(255, 255, 255, 0.03);
	color: #fff;
	cursor: pointer;
}

.sn-system-scope .sn-profile-edit-tabs__scroll:disabled {
	opacity: 0.38;
	cursor: default;
}

.sn-system-scope.sn-profile-edit-tabs .sn-tabs {
	overflow-x: auto;
	scrollbar-width: none;
}

.sn-system-scope.sn-profile-edit-tabs .sn-tabs::-webkit-scrollbar {
	display: none;
}

@media (max-width: 768px) {
	.sn-topbar-toast-stack {
		right: 12px;
		left: 12px;
		top: 64px;
		max-width: none;
	}

	.sn-system-scope .sn-profile-edit-tabs__controls {
		display: none;
	}
}

.sn-system-scope.sn-menu-lateral-shell:empty::before {
	content: "";
	display: block;
	width: 100%;
	min-height: 1px;
}

@media (max-width: 768px) {
	.sn-system-scope.sn-user-dropdown .sn-user-dropdown-trigger {
		min-height: 34px;
		padding: 6px 10px;
	}

	.sn-system-scope.sn-user-dropdown .sn-username {
		max-width: 112px;
		font-size: 14px;
	}

	.sn-system-scope.sn-user-dropdown .sn-user-dropdown-menu {
		width: min(94vw, 340px);
	}

	.sn-system-scope.sn-topbar-banner.sn-welcome-banner {
		grid-template-columns: 1fr;
	}

	.sn-system-scope.sn-topbar-banner .sn-welcome-banner__links {
		gap: var(--sn-space-1);
	}

	.sn-system-scope.sn-topbar-banner .sn-welcome-link.sn-btn {
		min-height: 32px;
		padding: 6px 9px;
		font-size: 14px;
	}

	.sn-system-scope.sn-topbar-status-link {
		font-size: 14px;
	}

	.sn-system-scope.sn-simulators-drawer .ntr-drawer__panel {
		width: 100%;
	}
}

/* Shortcode: banners-slider */
.sn-system-scope.sn-banners-slider {
	position: relative;
	padding: 0;
	overflow: hidden;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(5, 10, 18, 0.96);
}

.sn-system-scope.sn-banners-slider .sn-banners-slider__viewport {
	position: relative;
	width: 100%;
	overflow: hidden;
	aspect-ratio: var(--sn-banners-slider-ratio, 16 / 5);
}

.sn-system-scope.sn-banners-slider .sn-banners-slider__track {
	display: flex;
	height: 100%;
	transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
	will-change: transform;
}

.sn-system-scope.sn-banners-slider .sn-banners-slider__card {
	position: relative;
	display: block;
	min-width: 0;
	height: 100%;
	line-height: 0;
	overflow: hidden;
	text-decoration: none;
	background: #04070d;
}

.sn-system-scope.sn-banners-slider .sn-banners-slider__card img,
.sn-system-scope.sn-banners-slider .sn-banners-slider__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sn-system-scope.sn-banners-slider .sn-banners-slider__placeholder {
	display: grid;
	place-items: center;
	padding: 1rem;
	font-size: 0.95rem;
	line-height: 1.35;
	color: var(--sn-ui-text-soft);
	background: linear-gradient(135deg, rgba(12, 24, 38, 0.96), rgba(5, 10, 18, 0.98));
}

.sn-system-scope.sn-banners-slider .sn-banners-slider__caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.95rem 1rem;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0.02em;
	text-align: center;
	color: #fff;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
	opacity: 0;
	transform: translateY(8px);
	transition: opacity 180ms ease, transform 180ms ease;
}

.sn-system-scope.sn-banners-slider:hover .sn-banners-slider__caption,
.sn-system-scope.sn-banners-slider .sn-banners-slider__card:focus-visible .sn-banners-slider__caption {
	opacity: 1;
	transform: translateY(0);
}

.sn-system-scope.sn-banners-slider .sn-banners-slider__controls {
	position: absolute;
	inset: 50% 0 auto 0;
	display: flex;
	justify-content: space-between;
	padding: 0 0.9rem;
	transform: translateY(-50%);
	pointer-events: none;
}

.sn-system-scope.sn-banners-slider .sn-banners-slider__nav {
	width: 2.6rem;
	height: 2.6rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(0, 0, 0, 0.58);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	pointer-events: auto;
	transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.sn-system-scope.sn-banners-slider .sn-banners-slider__nav:hover,
.sn-system-scope.sn-banners-slider .sn-banners-slider__nav:focus-visible {
	background: rgba(201, 13, 5, 0.92);
	border-color: rgba(201, 13, 5, 0.92);
	transform: scale(1.04);
}

.sn-system-scope.sn-banners-slider .sn-banners-slider__empty,
.sn-system-scope.sn-banners-slider .sn-banners-slider__error {
	display: grid;
	place-items: center;
	min-height: 220px;
	padding: 1rem;
	font-weight: 700;
	color: var(--sn-ui-text-soft);
}

/* Shortcode: pilot-topbar */
.sn-system-scope.sn-pilot-topbar {
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	padding: 0.85rem 1rem;
	gap: 0.85rem;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: linear-gradient(135deg, rgba(12, 24, 38, 0.96), rgba(5, 10, 18, 0.96));
}

.sn-system-scope.sn-pilot-topbar .sn-pilot-topbar__icon {
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, rgba(201, 13, 5, 0.18), rgba(255, 123, 0, 0.14));
	color: #fff;
	font-size: 1.15rem;
}

.sn-system-scope.sn-pilot-topbar .sn-pilot-topbar__content {
	display: grid;
	gap: 0.35rem;
	min-width: 0;
}

.sn-system-scope.sn-pilot-topbar .sn-pilot-topbar__title,
.sn-system-scope.sn-pilot-topbar .sn-pilot-topbar__subtitle {
	margin: 0;
}

.sn-system-scope.sn-pilot-topbar .sn-pilot-topbar__title {
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.15;
	color: #fff;
}

.sn-system-scope.sn-pilot-topbar .sn-pilot-topbar__subtitle {
	font-size: 0.94rem;
	line-height: 1.35;
	color: var(--sn-ui-text-soft);
}

.sn-system-scope.sn-pilot-topbar .sn-pilot-topbar__links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin-top: 0.1rem;
}

.sn-system-scope.sn-pilot-topbar .sn-pilot-topbar__link {
	position: relative;
}

.sn-system-scope.sn-pilot-topbar .sn-pilot-topbar__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.15rem;
	height: 1.15rem;
	padding: 0 0.32rem;
	margin-left: 0.35rem;
	border-radius: 999px;
	background: #ff3347;
	color: #fff;
	font-size: 0.7rem;
	font-weight: 800;
	line-height: 1;
}

.sn-system-scope.sn-pilot-topbar .sn-pilot-topbar__badge[hidden] {
	display: none;
}

.sn-system-scope.sn-pilot-topbar .sn-pilot-topbar__login {
	justify-self: end;
}

.sn-system-scope.sn-pilot-topbar.sn-pilot-topbar--welcome {
	grid-template-columns: auto minmax(0, 1fr);
}

@media (max-width: 768px) {
	.sn-system-scope.sn-banners-slider .sn-banners-slider__viewport {
		aspect-ratio: var(--sn-banners-slider-ratio, 16 / 7);
	}

	.sn-system-scope.sn-banners-slider .sn-banners-slider__caption {
		opacity: 1;
		transform: none;
		padding: 0.75rem 0.85rem;
		font-size: 0.92rem;
	}

	.sn-system-scope.sn-banners-slider .sn-banners-slider__controls {
		padding: 0 0.5rem;
	}

	.sn-system-scope.sn-banners-slider .sn-banners-slider__nav {
		width: 2.1rem;
		height: 2.1rem;
	}

	.sn-system-scope.sn-pilot-topbar,
	.sn-system-scope.sn-pilot-topbar.sn-pilot-topbar--welcome {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.sn-system-scope.sn-pilot-topbar .sn-pilot-topbar__icon {
		width: 2.3rem;
		height: 2.3rem;
		border-radius: 12px;
		font-size: 1rem;
	}

	.sn-system-scope.sn-pilot-topbar .sn-pilot-topbar__links {
		gap: 0.35rem;
	}

	.sn-system-scope.sn-pilot-topbar .sn-pilot-topbar__link,
	.sn-system-scope.sn-pilot-topbar .sn-pilot-topbar__login {
		width: 100%;
		justify-content: center;
	}
}

/* Shortcode: simulators-menu */
.sn-system-scope.sn-simulators-menu {
	position: relative;
	align-items: center;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.sn-system-scope.sn-simulators-menu .sn-simulators-menu__trigger {
	display: none;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	min-height: 40px;
	padding: 0 0.9rem;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(14, 18, 28, 0.92);
	color: #e2e8f0;
	font-size: 0.92rem;
	font-weight: 700;
	cursor: pointer;
}

.sn-system-scope.sn-simulators-menu .sn-simulators-menu__list {
	display: flex;
	flex: 1;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.sn-system-scope.sn-simulators-menu .sn-simulators-menu__item {
	position: relative;
	margin: 0;
	border-radius: 12px;
	border: 1px solid transparent;
	background: transparent;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.sn-system-scope.sn-simulators-menu .sn-simulators-menu__link {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.4rem 0.75rem;
	border-radius: inherit;
	text-decoration: none;
}

.sn-system-scope.sn-simulators-menu .sn-simulators-menu__logo,
.sn-system-scope.sn-simulators-menu .sn-simulators-menu__logo img {
	display: block;
}

.sn-system-scope.sn-simulators-menu .sn-simulators-menu__logo img {
	width: auto;
	height: 30px;
	object-fit: contain;
	transition: transform 180ms ease, filter 180ms ease;
}

.sn-system-scope.sn-simulators-menu .sn-simulators-menu__name {
	display: none;
}

.sn-system-scope.sn-simulators-menu .sn-simulators-menu__item:hover,
.sn-system-scope.sn-simulators-menu .sn-simulators-menu__item.is-active {
	background: linear-gradient(180deg, rgba(201, 13, 5, 0.12), rgba(201, 13, 5, 0.22));
	border-color: rgba(201, 13, 5, 0.48);
	box-shadow: 0 8px 24px rgba(201, 13, 5, 0.16);
}

.sn-system-scope.sn-simulators-menu .sn-simulators-menu__item:hover .sn-simulators-menu__logo img,
.sn-system-scope.sn-simulators-menu .sn-simulators-menu__item.is-active .sn-simulators-menu__logo img {
	filter: drop-shadow(0 0 6px rgba(255, 80, 60, 0.25));
	transform: scale(1.04);
}

.sn-system-scope.sn-simulators-menu .sn-simulators-menu__item.is-active::after {
	content: "";
	position: absolute;
	left: 12%;
	right: 12%;
	bottom: 0;
	height: 2px;
	border-radius: 2px 2px 0 0;
	background: #ff5d3b;
	box-shadow: 0 -1px 8px rgba(201, 13, 5, 0.45);
}

.sn-system-scope.sn-simulators-menu .sn-simulators-menu__item--filter {
	margin-left: auto;
}

.sn-system-scope.sn-simulators-menu .sn-simulators-menu__filter-trigger {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	min-height: 36px;
	padding: 0 0.85rem;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.98rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	cursor: pointer;
}

.sn-system-scope.sn-simulators-menu .sn-simulators-menu__filter-trigger:hover,
.sn-system-scope.sn-simulators-menu .sn-simulators-menu__filter-trigger[aria-expanded="true"] {
	background: rgba(201, 13, 5, 0.16);
	border-color: rgba(201, 13, 5, 0.45);
	color: #fff;
}

.sn-system-scope.sn-simulators-menu .sn-simulators-menu__filter-caret {
	transition: transform 180ms ease;
}

.sn-system-scope.sn-simulators-menu .sn-simulators-menu__filter-trigger[aria-expanded="true"] .sn-simulators-menu__filter-caret {
	transform: rotate(180deg);
}

.sn-system-scope.sn-simulators-menu .sn-simulators-menu__filter-menu {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	width: 300px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(18, 22, 32, 0.96);
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.55);
	overflow: hidden;
	z-index: 40;
}

.sn-system-scope.sn-simulators-menu .sn-simulators-menu__filter-header {
	padding: 0.75rem 0.95rem;
	text-align: center;
	background: rgba(0, 0, 0, 0.25);
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.sn-system-scope.sn-simulators-menu .sn-simulators-menu__filter-header span {
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
}

.sn-system-scope.sn-simulators-menu .sn-simulators-menu__filter-list {
	max-height: 240px;
	overflow-y: auto;
	padding: 0.4rem 0;
}

.sn-system-scope.sn-simulators-menu .sn-simulators-menu__filter-loading,
.sn-system-scope.sn-simulators-menu .sn-simulators-menu__filter-state {
	padding: 1rem;
	text-align: center;
	font-size: 0.92rem;
	color: var(--sn-ui-text-soft);
}

.sn-system-scope.sn-simulators-menu .sn-simulators-menu__toggle-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.6rem 0.95rem;
	cursor: pointer;
}

.sn-system-scope.sn-simulators-menu .sn-simulators-menu__toggle-row:hover {
	background: rgba(255, 255, 255, 0.04);
}

.sn-system-scope.sn-simulators-menu .sn-simulators-menu__toggle-name {
	font-size: 0.98rem;
	font-weight: 500;
	color: #e2e8f0;
}

.sn-system-scope.sn-simulators-menu .sn-simulators-menu__toggle-switch {
	position: relative;
	display: inline-block;
	width: 36px;
	height: 20px;
	flex-shrink: 0;
}

.sn-system-scope.sn-simulators-menu .sn-simulators-menu__toggle-input {
	position: absolute;
	inset: 0;
	opacity: 0;
}

.sn-system-scope.sn-simulators-menu .sn-simulators-menu__toggle-slider {
	position: absolute;
	inset: 0;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.12);
	transition: background-color 180ms ease;
}

.sn-system-scope.sn-simulators-menu .sn-simulators-menu__toggle-slider::before {
	content: "";
	position: absolute;
	left: 2px;
	bottom: 2px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #fff;
	transition: transform 180ms ease;
}

.sn-system-scope.sn-simulators-menu .sn-simulators-menu__toggle-input:checked+.sn-simulators-menu__toggle-slider {
	background: #d6150d;
}

.sn-system-scope.sn-simulators-menu .sn-simulators-menu__toggle-input:checked+.sn-simulators-menu__toggle-slider::before {
	transform: translateX(16px);
}

.sn-system-scope.sn-simulators-menu .sn-simulators-menu__filter-footer {
	display: grid;
	gap: 0.45rem;
	padding: 0.7rem;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.sn-system-scope.sn-simulators-menu .sn-simulators-menu__save,
.sn-system-scope.sn-simulators-menu .sn-simulators-menu__edit-link {
	width: 100%;
	justify-content: center;
}

.sn-system-scope.sn-simulators-menu--drawer {
	padding: 0;
}

.sn-system-scope.sn-simulators-menu--drawer .sn-simulators-menu__trigger {
	display: flex;
}

.sn-system-scope.sn-simulators-menu--drawer .sn-simulators-menu__list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.55rem;
	margin-top: 0.75rem;
}

.sn-system-scope.sn-simulators-menu--drawer .sn-simulators-menu__item {
	background: rgba(255, 255, 255, 0.03);
	border-color: rgba(255, 255, 255, 0.06);
}

.sn-system-scope.sn-simulators-menu--drawer .sn-simulators-menu__link {
	justify-content: flex-start;
	gap: 0.65rem;
	padding: 0.85rem;
}

.sn-system-scope.sn-simulators-menu--drawer .sn-simulators-menu__logo img {
	height: 22px;
}

.sn-system-scope.sn-simulators-menu--drawer .sn-simulators-menu__name {
	display: block;
	font-size: 0.94rem;
	font-weight: 700;
	line-height: 1.15;
	color: #d2dcf0;
}

@media (max-width: 991px) {
	.sn-system-scope.sn-simulators-menu .sn-simulators-menu__trigger {
		display: flex;
	}

	.sn-system-scope.sn-simulators-menu .sn-simulators-menu__list {
		display: none;
		grid-template-columns: 1fr 1fr;
		gap: 0.55rem;
		position: absolute;
		top: calc(100% + 6px);
		left: 0;
		right: 0;
		padding: 0.75rem;
		border-radius: 16px;
		background: rgba(14, 18, 28, 0.97);
		border: 1px solid rgba(255, 255, 255, 0.08);
		box-shadow: 0 16px 40px rgba(0, 0, 0, 0.55);
		z-index: 30;
	}

	.sn-system-scope.sn-simulators-menu.is-open .sn-simulators-menu__list,
	.sn-system-scope.sn-simulators-menu--drawer .sn-simulators-menu__list {
		display: grid;
	}

	.sn-system-scope.sn-simulators-menu .sn-simulators-menu__item {
		background: rgba(255, 255, 255, 0.03);
		border-color: rgba(255, 255, 255, 0.06);
	}

	.sn-system-scope.sn-simulators-menu .sn-simulators-menu__link {
		justify-content: flex-start;
		gap: 0.65rem;
		padding: 0.85rem;
	}

	.sn-system-scope.sn-simulators-menu .sn-simulators-menu__logo img {
		height: 22px;
	}

	.sn-system-scope.sn-simulators-menu .sn-simulators-menu__name {
		display: block;
		font-size: 0.92rem;
		font-weight: 700;
		line-height: 1.15;
		color: #d2dcf0;
	}

	.sn-system-scope.sn-simulators-menu .sn-simulators-menu__item.is-active::after {
		display: none;
	}

	.sn-system-scope.sn-simulators-menu .sn-simulators-menu__item--filter {
		grid-column: 1 / -1;
		margin-left: 0;
	}

	.sn-system-scope.sn-simulators-menu .sn-simulators-menu__filter-trigger {
		width: 100%;
		justify-content: center;
	}

	.sn-system-scope.sn-simulators-menu .sn-simulators-menu__filter-menu {
		position: static;
		width: 100%;
		margin-top: 0.35rem;
	}
}

@media (max-width: 640px) {

	.sn-system-scope.sn-simulators-menu .sn-simulators-menu__list,
	.sn-system-scope.sn-simulators-menu--drawer .sn-simulators-menu__list {
		grid-template-columns: 1fr;
	}
}

.sn-ui-preview-body.wd-login-side-opened {
	overflow: hidden;
}

.sn-ui-preview-body .wd-close-side {
	position: fixed;
	inset: 0;
	background: rgba(4, 8, 15, 0.72);
	opacity: 0;
	pointer-events: none;
	transition: opacity 180ms ease;
	z-index: 9998;
}

.sn-ui-preview-body .wd-close-side.wd-close-side-opened {
	opacity: 1;
	pointer-events: auto;
}

.sn-ui-preview-body .login-form-side {
	position: fixed;
	top: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	width: min(380px, calc(100vw - 16px));
	height: 100vh;
	padding: 20px 18px 24px;
	background: linear-gradient(180deg, rgba(6, 10, 18, 0.98), rgba(10, 16, 28, 0.98));
	border-left: 1px solid rgba(132, 154, 189, 0.18);
	box-shadow: -24px 0 64px rgba(0, 0, 0, 0.4);
	transform: translateX(104%);
	transition: transform 180ms ease;
	z-index: 9999;
	overflow-y: auto;
}

.sn-ui-preview-body .login-form-side.wd-opened {
	transform: translateX(0);
}

.sn-ui-preview-body .login-form-side .wd-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 16px;
	color: #f4f7fb;
}

.sn-ui-preview-body .login-form-side .wd-heading .title {
	font: 700 1.35rem/1.1 var(--sn-font-heading, 'Akshar', sans-serif);
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.sn-ui-preview-body .login-form-side .close-side-widget a {
	color: rgba(233, 240, 248, 0.82);
	text-decoration: none;
}

.sn-preview-login {
	display: grid;
	gap: 14px;
}

.sn-preview-login__social,
.sn-preview-login__form,
.sn-preview-login__footer {
	padding: 14px;
	border: 1px solid rgba(132, 154, 189, 0.14);
	border-radius: 16px;
	background: rgba(10, 16, 28, 0.7);
}

.sn-preview-login__google {
	width: 100%;
	justify-content: center;
}

.sn-preview-login__form {
	display: grid;
	gap: 12px;
}

.sn-preview-login__captcha {
	padding: 12px 14px;
	border: 1px solid rgba(132, 154, 189, 0.18);
	border-radius: 12px;
	color: rgba(233, 240, 248, 0.8);
	background: rgba(255, 255, 255, 0.03);
}

.sn-preview-login__submit {
	width: 100%;
	justify-content: center;
}

.sn-preview-login__remember {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: rgba(233, 240, 248, 0.84);
}

.sn-preview-login__lost {
	color: #ff6a63;
	text-decoration: none;
}

.sn-preview-login__footer {
	text-align: center;
}

.sn-preview-login__footer p {
	margin: 0 0 10px;
	color: rgba(233, 240, 248, 0.82);
}

.sn-system-scope.sn-registration-widget {
	--sn-registration-min-width: 0;
	display: grid;
	min-width: var(--sn-registration-min-width);
	width: 100%;
}

.sn-system-scope.sn-registration-widget .sn-registration-widget__shell {
	display: grid;
	min-width: var(--sn-registration-min-width);
	width: 100%;
}

.sn-system-scope.sn-registration-widget .sn-registration-widget__button,
.sn-system-scope.sn-registration-widget .sn-registration-widget__state,
.sn-system-scope.sn-registration-widget .sn-registration-widget__shell>.sn-loading-state {
	width: 100%;
}

.sn-system-scope.sn-registration-widget--inline {
	--sn-registration-min-width: 172px;
}

.sn-system-scope.sn-registration-widget--inline .sn-registration-widget__button {
	justify-content: center;
}

/* =========================================================================
   BLOQUE MAESTRO INDESTRUCTIBLE: WIDGET DE INSCRIPCIÓN (ADN NITRO)
   Paridad Absoluta 1:1 Dashboard / Sidebar / Ecosistema
   ========================================================================= */

html body .sn-system-scope.sn-registration-widget .sn-ins-container.sn-layout {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 72px !important;
	gap: 8px !important;
	align-items: stretch !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* Botones y Badges Maetros */
html body .sn-system-scope.sn-registration-widget .sn-main-btn,
html body .sn-system-scope.sn-registration-widget .sn-side-btn,
html body .sn-system-scope.sn-registration-widget .sn-ins-badge,
html body .sn-system-scope.sn-registration-widget .sn-open-badge {
	appearance: none !important;
	border: 1px solid rgba(255, 255, 255, 0.14) !important;
	border-radius: 12px !important;
	color: #ffffff !important;
	font-family: 'Akshar', sans-serif !important;
	font-weight: 800 !important;
	transition: all 160ms ease !important;
	text-transform: none !important;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.24) !important;
	cursor: pointer !important;
}

/* Botón Principal (Actualizar/Inscribirme) */
html body .sn-system-scope.sn-registration-widget .sn-main-btn,
html body .sn-system-scope.sn-registration-widget .sn-open-badge {
	width: 100% !important;
	height: 52px !important;
	min-height: 52px !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 1px !important;
	padding: 6px 10px !important;
	background: linear-gradient(180deg, #202b3d, #121a29) !important;
	border-color: rgba(167, 186, 220, 0.18) !important;
	text-align: center !important;
}

/* Botón Lateral (Lista/Inscritos) */
html body .sn-system-scope.sn-registration-widget .sn-side-btn {
	width: 100% !important;
	height: 52px !important;
	min-height: 52px !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 1px !important;
	padding: 8px 6px !important;
	background: linear-gradient(180deg, #df2117, #a90f08) !important;
	border-color: rgba(255, 108, 92, 0.4) !important;
}

html body .sn-system-scope.sn-registration-widget .sn-open-badge.new,
html body .sn-system-scope.sn-registration-widget .sn-main-btn.new {
	background: linear-gradient(180deg, #e13424, #a90f08) !important;
	border-color: rgba(255, 104, 87, 0.4) !important;
}

html body .sn-system-scope.sn-registration-widget .sn-main-btn.st-open,
html body .sn-system-scope.sn-registration-widget .sn-main-btn[data-open="1"] {
	background: linear-gradient(180deg, #df2117, #a90f08) !important;
	border-color: rgba(255, 108, 92, 0.4) !important;
}

html body .sn-system-scope.sn-registration-widget .sn-main-btn.st-inscribed {
	background: linear-gradient(180deg, #159a61, #0d6c44) !important;
	border-color: rgba(95, 226, 162, 0.34) !important;
}

html body .sn-system-scope.sn-registration-widget .sn-open-badge.edit,
html body .sn-system-scope.sn-registration-widget .sn-main-btn.edit {
	background: linear-gradient(180deg, #c98914, #8d5400) !important;
	border-color: rgba(255, 201, 110, 0.38) !important;
}

html body .sn-system-scope.sn-registration-widget .sn-main-top,
html body .sn-system-scope.sn-registration-widget .sn-main-bottom,
html body .sn-system-scope.sn-registration-widget .sn-side-count {
	color: #fff !important;
	line-height: 1.1 !important;
	font-style: normal !important;
}

html body .sn-system-scope.sn-registration-widget .sn-main-top {
	font-size: 0.88rem !important;
	display: inline-flex !important;
	align-items: center !important;
	gap: 6px !important;
	width: 100% !important;
	justify-content: center !important;
}

html body .sn-system-scope.sn-registration-widget .sn-main-bottom {
	font-size: 0.68rem !important;
	opacity: 0.9 !important;
	width: 100% !important;
	text-align: center !important;
}

html body .sn-system-scope.sn-registration-widget .sn-side-count {
	font-size: 1rem !important;
	font-weight: 800 !important;
}

html body .sn-system-scope.sn-registration-widget .sn-side-btn i {
	font-size: 0.92rem !important;
	margin-bottom: 2px !important;
}

/* Estados Especiales */
html body .sn-system-scope.sn-registration-widget .sn-ins-badge.locked {
	background: linear-gradient(180deg, #2b374b, #18202d) !important;
	border-color: rgba(150, 168, 201, 0.2) !important;
	cursor: default !important;
}

/* Hover Effects */
html body .sn-system-scope.sn-registration-widget .sn-main-btn:hover,
html body .sn-system-scope.sn-registration-widget .sn-side-btn:hover {
	transform: translateY(-2px) !important;
	filter: brightness(1.1) !important;
	box-shadow: 0 16px 32px rgba(0, 0, 0, 0.4) !important;
}

.sn-system-scope.sn-registration-widget .sn-main-btn:hover,
.sn-system-scope.sn-registration-widget .sn-side-btn:hover,
.sn-system-scope.sn-registration-widget .sn-open-badge:hover {
	transform: translateY(-1px);
	border-color: rgba(255, 255, 255, 0.22);
}

.sn-system-scope.sn-registration-widget .sn-main-btn:disabled,
.sn-system-scope.sn-registration-widget .sn-ins-badge:disabled {
	cursor: not-allowed;
	opacity: 0.96;
}

.sn-system-scope.sn-registration-widget .sn-ct {
	font-variant-numeric: tabular-nums;
}

.sn-system-scope .sn-event-row__helper .sn-registration-widget {
	width: 100%;
}

.sn-system-scope .sn-tabs-shell .sn-tab__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.45rem;
	padding: 0.05rem 0.4rem 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	font-size: 0.8em;
	font-weight: 800;
	line-height: 1.1;
}

.sn-ins-modal,
.sn-tor-modal {
	position: fixed;
	inset: 0;
	z-index: 11000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 48px 20px 56px;
	background: rgba(4, 8, 15, 0.78);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	overscroll-behavior: contain;
}

.sn-ins-modal.on,
.sn-tor-modal.on {
	display: flex;
}

body.sn-ins-modal-open {
	overflow: hidden;
}

.sn-ins-modal .box,
.sn-tor-modal .box,
.sn-ins-dialog,
.sn-tor-dialog {
	width: min(820px, 100%);
	max-height: min(90vh, 920px);
	display: grid;
	grid-template-rows: auto minmax(0, 1fr);
	overflow: hidden;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: linear-gradient(180deg, rgba(12, 18, 30, 0.98), rgba(8, 13, 24, 0.98));
	box-shadow: 0 32px 70px rgba(0, 0, 0, 0.42);
	overscroll-behavior: contain;
}

.sn-ins-modal .box.box-xl,
.sn-tor-modal .box.box-xl {
	width: min(1120px, 100%);
}

.sn-ins-modal .sn-modal-header,
.sn-tor-modal .sn-modal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 16px 18px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
}

.sn-ins-modal .sn-modal-header h3,
.sn-tor-modal .sn-modal-header h3 {
	margin: 0;
	color: #fff;
	font-family: var(--sn-font-heading, 'Akshar', sans-serif);
	font-size: 1.08rem;
	line-height: 1;
	text-transform: uppercase;
}

.sn-ins-modal .sn-modal-close,
.sn-tor-modal .sn-modal-close,
.sn-ins-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	min-width: 34px;
	padding: 0;
	border-radius: 10px;
	background: linear-gradient(180deg, #6f1216, #491014);
	border: 1px solid rgba(255, 133, 133, 0.22);
	color: #fff;
}

.sn-ins-modal .sn-modal-body,
.sn-tor-modal .sn-modal-body,
.sn-modal-body {
	overflow: auto;
	overscroll-behavior: contain;
	padding: 16px;
	color: #eff4fb;
}

.sn-ins-empty {
	padding: 18px;
	border: 1px dashed rgba(149, 165, 194, 0.26);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.03);
	color: rgba(231, 238, 247, 0.82);
	text-align: center;
}

.sn-ins-controls {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
}

.sn-ins-controls select,
.sn-ins-modal select {
	min-height: 38px;
	padding: 0 12px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.04);
	color: #eff4fb;
}

.sn-ins-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 14px;
}

.sn-ins-tab,
.split-tab {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 0 14px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.04);
	color: #e7eef9;
	font-family: var(--sn-font-heading, 'Akshar', sans-serif);
	font-weight: 700;
}

.sn-ins-tab.active,
.split-tab.active {
	background: linear-gradient(180deg, #eb291b, #a8130b);
	border-color: rgba(255, 108, 92, 0.56);
	color: #fff;
}

.sn-ins-table-wrap {
	overflow: auto;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 16px;
}

.sn-ins-table {
	width: 100%;
	border-collapse: collapse;
	background: rgba(10, 15, 26, 0.9);
}

.sn-ins-table thead th {
	padding: 12px 14px;
	background: rgba(255, 255, 255, 0.04);
	color: rgba(231, 238, 247, 0.76);
	font-size: 0.92rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.sn-ins-table tbody td {
	padding: 12px 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	color: #eff4fb;
	vertical-align: middle;
}

.sn-system-scope.sn-menu-lateral-shell .sn-menu-lateral-shell__toggle {
	display: none;
}

.sn-system-scope.sn-menu-lateral-shell .sn-menu-lateral-shell__toggle-count {
	font-weight: 800;
}

@media (max-width: 768px) {
	.sn-system-scope.sn-registration-widget--inline {
		--sn-registration-min-width: 100%;
	}

	.sn-system-scope.sn-registration-widget .sn-ins-container.sn-layout {
		grid-template-columns: minmax(0, 1fr) 64px;
	}

	.sn-system-scope.sn-registration-widget .sn-main-btn,
	.sn-system-scope.sn-registration-widget .sn-ins-badge,
	.sn-system-scope.sn-registration-widget .sn-open-badge {
		min-height: 52px;
		padding: 6px 8px;
	}

	.sn-system-scope.sn-registration-widget .sn-side-btn {
		width: 64px;
		min-width: 64px;
		min-height: 52px;
	}

	.sn-system-scope.sn-registration-widget .sn-main-top {
		font-size: 0.98rem;
	}

	.sn-system-scope.sn-registration-widget .sn-main-bottom,
	.sn-system-scope.sn-registration-widget .sn-side-count {
		font-size: 0.94rem;
	}

	.sn-ins-modal,
	.sn-tor-modal {
		padding: 18px 12px 24px;
	}

	.sn-ins-modal .box,
	.sn-tor-modal .box,
	.sn-ins-dialog,
	.sn-tor-dialog {
		width: 100%;
		max-height: 92vh;
		border-radius: 16px;
	}

	.sn-ins-controls {
		flex-direction: column;
		align-items: stretch;
	}

	.sn-ins-tabs {
		gap: 6px;
	}
}

/* Registration modal legacy parity */
.sn-ins-modal .sn-checkin-shell {
	display: grid;
	gap: 14px;
	grid-template-rows: auto auto minmax(0, 1fr) auto;
}

.sn-ins-modal .sn-checkin-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
}

.sn-ins-modal .sn-check-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 12px;
	margin-top: 12px;
}

.sn-ins-modal .sn-check-grid--cats {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sn-ins-modal .sn-check-grid--autos {
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.sn-ins-modal .sn-check-card--cat {
	min-height: 64px;
}

.sn-system-scope.sn-modal.sn-ins-modal .sn-check-grid--cats .sn-car-row,
.sn-system-scope .sn-ins-modal .sn-check-grid--cats .sn-car-row {
	appearance: none;
	width: 100%;
	height: 72px;
	padding: 10px 12px;
	border-radius: 16px;
	border-color: rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.03);
	color: #eef4ff;
	text-align: left;
	cursor: pointer;
}

.sn-system-scope.sn-modal.sn-ins-modal .sn-check-grid--cats .sn-car-row .sn-car-img,
.sn-system-scope .sn-ins-modal .sn-check-grid--cats .sn-car-row .sn-car-img {
	flex: 0 0 72px;
	width: 72px;
	height: 40px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.05);
}

.sn-system-scope.sn-modal.sn-ins-modal .sn-check-grid--cats .sn-car-row .sn-car-img img,
.sn-system-scope .sn-ins-modal .sn-check-grid--cats .sn-car-row .sn-car-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.sn-system-scope.sn-modal.sn-ins-modal .sn-check-grid--cats .sn-car-row .sn-car-name,
.sn-system-scope .sn-ins-modal .sn-check-grid--cats .sn-car-row .sn-car-name {
	color: #eef4ff;
	font-weight: 800;
}

.sn-system-scope.sn-modal.sn-ins-modal .sn-check-grid--cats .sn-car-row .sn-car-meta,
.sn-system-scope .sn-ins-modal .sn-check-grid--cats .sn-car-row .sn-car-meta {
	color: rgba(226, 235, 247, 0.72);
	font-size: 1rem;
	font-weight: 700;
}

.sn-system-scope.sn-modal.sn-ins-modal .sn-check-grid--cats .sn-car-row--active .sn-car-name,
.sn-system-scope .sn-ins-modal .sn-check-grid--cats .sn-car-row--active .sn-car-name {
	color: #f8fbff;
}

.sn-system-scope.sn-modal.sn-ins-modal .sn-check-grid--cats .sn-car-row--active .sn-car-meta,
.sn-system-scope .sn-ins-modal .sn-check-grid--cats .sn-car-row--active .sn-car-meta {
	color: rgba(240, 245, 255, 0.82);
}

.sn-ins-modal #ck-auto-cards {
	max-height: 360px;
	overflow: auto;
	overscroll-behavior: contain;
	padding-right: 4px;
}

#sn-modal-ins .sn-car-grid,
.sn-ins-modal .sn-car-grid {
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 12px;
}

#sn-modal-ins .sn-car-grid .sn-car-row,
.sn-ins-modal .sn-car-grid .sn-car-row {
	width: 100%;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	min-height: 88px;
	height: auto;
	padding: 12px 14px;
	border-radius: 16px;
	border-color: rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.03);
}

#sn-modal-ins .sn-car-grid .sn-car-row .sn-car-row__identity,
.sn-ins-modal .sn-car-grid .sn-car-row .sn-car-row__identity {
	width: 100%;
	min-width: 0;
}

#sn-modal-ins .sn-car-grid .sn-car-row .sn-car-row__identity-item,
.sn-ins-modal .sn-car-grid .sn-car-row .sn-car-row__identity-item {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	gap: 14px;
	width: 100%;
	align-items: center;
}

#sn-modal-ins .sn-car-grid .sn-car-row .sn-car-row__identity-item .sn-car-identity__media,
.sn-ins-modal .sn-car-grid .sn-car-row .sn-car-row__identity-item .sn-car-identity__media {
	width: 72px;
	height: 72px;
	padding: 0;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.05);
}

#sn-modal-ins .sn-car-grid .sn-car-row .sn-car-row__identity-item .sn-car-identity__img,
#sn-modal-ins .sn-car-grid .sn-car-row .sn-car-row__identity-item .sn-car-identity__brand-logo,
.sn-ins-modal .sn-car-grid .sn-car-row .sn-car-row__identity-item .sn-car-identity__img,
.sn-ins-modal .sn-car-grid .sn-car-row .sn-car-row__identity-item .sn-car-identity__brand-logo {
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	object-fit: contain;
	object-position: center center;
	padding: 8px;
}

#sn-modal-ins .sn-car-grid .sn-car-row .sn-car-row__identity-item .sn-car-identity__fallback,
.sn-ins-modal .sn-car-grid .sn-car-row .sn-car-row__identity-item .sn-car-identity__fallback {
	width: 100%;
	height: 100%;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.08);
}

#sn-modal-ins .sn-car-grid .sn-car-row .sn-car-row__identity-item .sn-car-identity__copy,
.sn-ins-modal .sn-car-grid .sn-car-row .sn-car-row__identity-item .sn-car-identity__copy {
	display: grid;
	gap: 8px;
	min-width: 0;
}

#sn-modal-ins .sn-car-grid .sn-car-row .sn-car-row__identity-item .sn-car-identity__name,
.sn-ins-modal .sn-car-grid .sn-car-row .sn-car-row__identity-item .sn-car-identity__name {
	display: -webkit-box;
	overflow: hidden;
	line-height: 1.2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	color: #eef4ff;
	font-size: 15px;
	font-weight: 800;
	text-overflow: clip;
}

#sn-modal-ins .sn-car-grid .sn-car-row .sn-car-row__identity-item .sn-car-identity__meta,
.sn-ins-modal .sn-car-grid .sn-car-row .sn-car-row__identity-item .sn-car-identity__meta {
	margin-top: 0;
}

#sn-modal-ins .sn-car-grid .sn-car-row--active,
.sn-ins-modal .sn-car-grid .sn-car-row--active {
	border-color: rgba(201, 13, 5, 0.8);
	box-shadow: 0 0 0 1px rgba(201, 13, 5, 0.35), 0 10px 24px rgba(201, 13, 5, 0.18);
	background: rgba(201, 13, 5, 0.12);
}

.sn-ins-modal .sn-check-card:disabled {
	opacity: 0.45;
}

.sn-ins-modal .sn-check-card__logo,
.sn-ins-modal .sn-check-card__car,
.sn-ins-modal .sn-check-card__car--fallback {
	width: 88px;
	height: 50px;
	border-radius: 10px;
	object-fit: cover;
	background: rgba(255, 255, 255, 0.05);
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	border: 1px solid rgba(255, 255, 255, 0.05);
}

.sn-ins-modal .sn-check-card__logo {
	object-fit: contain;
	padding: 6px;
}

.sn-ins-modal .sn-check-card__car {
	object-fit: contain;
	padding: 3px;
}

.sn-ins-modal .sn-check-card__copy {
	min-width: 0;
	display: grid;
	gap: 5px;
	flex: 1 1 auto;
}

.sn-ins-modal .sn-check-card__copy strong {
	display: -webkit-box;
	overflow: hidden;
	line-height: 1.2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #fff;
}

.sn-ins-modal .sn-check-card__copy small,
.sn-ins-modal .sn-check-card__meta {
	color: rgba(255, 255, 255, 0.72);
}

.sn-ins-modal .sn-check-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 2px;
	position: sticky;
	bottom: 0;
	padding-top: 12px;
	background: linear-gradient(180deg, rgba(8, 13, 24, 0), rgba(8, 13, 24, 0.98) 32%);
	z-index: 3;
}

.sn-ins-modal #ck-save,
.sn-ins-modal #ck-close,
.sn-ins-modal #ck-del {
	min-width: 140px;
	min-height: 42px;
	padding: 0 18px;
	border-radius: 999px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 13px;
	line-height: 1;
	color: #fff !important;
	-webkit-text-fill-color: #fff;
	text-indent: 0;
	opacity: 1;
	white-space: nowrap;
}

.sn-ins-modal #ck-save {
	background: linear-gradient(135deg, #d6150d, #7d0904);
	border: 1px solid rgba(255, 83, 71, 0.5);
	box-shadow: 0 12px 24px rgba(201, 13, 5, 0.24);
	color: #fff;
}

.sn-ins-modal #ck-close,
.sn-ins-modal #ck-del,
.sn-ins-modal .sn-btn--ghost {
	background: rgba(255, 255, 255, 0.05);
	border-color: rgba(255, 255, 255, 0.14);
	box-shadow: none;
	color: #fff;
}

.sn-ins-modal .limits-info,
.sn-ins-modal .sn-checkin-account,
.sn-ins-modal .sn-checkin-field {
	display: grid;
	gap: 8px;
	margin-bottom: 16px;
}

.sn-ins-modal .limits-info,
.sn-ins-modal .sn-checkin-account {
	padding: 10px 12px;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.03);
}

.sn-ins-modal .sn-checkin-kicker {
	margin: 0;
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.66rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.sn-ins-modal .sn-checkin-shell>h3,
.sn-ins-modal .sn-checkin-head h3 {
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.05rem;
	line-height: 1;
}

.sn-system-scope.sn-modal.sn-ins-modal .sn-checkin-head,
.sn-system-scope .sn-ins-modal .sn-checkin-head {
	gap: 6px;
}

.sn-ins-modal .sn-check-grid--cats {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sn-ins-modal .sn-checkin-account__label,
.sn-ins-modal .sn-checkin-field label {
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.96rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.sn-ins-modal .splits-tabs {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	padding: 6px;
	margin: 10px 0 0;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.02);
}

.sn-ins-modal .split-tab {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 38px;
	padding: 0 14px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.04);
	color: #f2f6fd;
	font-weight: 800;
	text-transform: uppercase;
}

.sn-ins-modal .split-tab.active {
	background: linear-gradient(180deg, #eb291b, #a8130b);
	border-color: rgba(255, 108, 92, 0.56);
	color: #fff;
}

.sn-ins-modal .splits-content {
	display: grid;
	gap: 14px;
	margin-top: 14px;
}

.sn-ins-modal .split-content {
	display: none;
	gap: 14px;
}

.sn-ins-modal .split-content.active {
	display: grid;
}

#sn-modal-inscritos .inscritos-list {
	display: grid;
	gap: 10px;
}

#sn-modal-inscritos .inscritos-table-shell {
	overflow: auto;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(12, 18, 30, 0.86);
}

#sn-modal-inscritos .inscritos-table {
	min-width: 760px;
}

#sn-modal-inscritos .inscritos-table__pilot,
#sn-modal-inscritos .inscritos-table__car {
	min-width: 0;
}

#sn-modal-inscritos .inscritos-table__metric {
	white-space: nowrap;
	font-weight: 800;
}

#sn-modal-inscritos .inscritos-table__metric--licencia .licencia-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

#sn-modal-inscritos .inscrito-row {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
	padding: 14px 16px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: linear-gradient(180deg, rgba(24, 31, 45, 0.96), rgba(14, 20, 31, 0.96));
}

#sn-modal-inscritos .inscrito-row__pilot,
#sn-modal-inscritos .inscrito-row__car {
	min-width: 0;
}

#sn-modal-inscritos .inscrito-row__stats {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px;
}

#sn-modal-inscritos .inscrito-stat {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 34px;
	padding: 0 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
	font-weight: 800;
	color: #eef4ff;
}

#sn-modal-inscritos .inscrito-stat strong {
	color: rgba(203, 220, 247, 0.78);
	font-size: 0.92rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

#sn-modal-inscritos .inscrito-stat--licencia {
	padding: 0;
	background: transparent;
	border: 0;
}

#sn-modal-inscritos .pilotos-table,
#sn-modal-inscritos td.piloto-avatar,
#sn-modal-inscritos .piloto-avatar {
	display: none;
}

#sn-modal-inscritos .inscritos-pilot-identity {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	min-width: 0;
}

#sn-modal-inscritos .inscritos-pilot-identity .sn-pilot-identity__avatar {
	width: 46px;
	height: 46px;
	min-width: 46px;
	border-radius: 14px;
	overflow: hidden;
}

#sn-modal-inscritos .inscritos-pilot-identity .sn-pilot-identity__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#sn-modal-inscritos .inscritos-pilot-identity .sn-pilot-identity__meta {
	min-width: 0;
	display: grid;
	gap: 5px;
}

#sn-modal-inscritos .inscritos-pilot-identity .sn-pilot-meta-main {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	line-height: 1;
}

#sn-modal-inscritos .inscritos-pilot-identity .sn-pilot-link,
#sn-modal-inscritos .inscritos-pilot-identity .sn-pilot-label {
	font-size: 1.02rem;
	line-height: 1.02;
	font-weight: 800;
	color: #f5f8ff;
}

#sn-modal-inscritos :is(.inscritos-pilot-identity, .sn-ins-pilot) .sn-pilot-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

#sn-modal-inscritos :is(.inscritos-pilot-identity, .sn-ins-pilot) .sn-pilot-team,
#sn-modal-inscritos .inscritos-team {
	display: flex;
	min-width: 0;
	max-width: 100%;
	margin-top: 2px;
}

#sn-modal-inscritos :is(.inscritos-pilot-identity, .sn-ins-pilot) .sn-team-identity-badge,
#sn-modal-inscritos .inscritos-team .sn-team-identity-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-width: 0;
	max-width: 100%;
	padding: 4px 8px;
	border-radius: 999px;
	background: var(--sn-team-bg, rgba(255, 255, 255, 0.06));
	color: var(--sn-team-text, #f5f8ff);
	border: 1px solid var(--sn-team-accent, rgba(255, 255, 255, 0.14));
	font-size: var(--sn-team-font-size, 12px);
	font-family: var(--sn-team-font-family, var(--sn-font-sans, system-ui, sans-serif));
	line-height: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#sn-modal-inscritos :is(.inscritos-pilot-identity, .sn-ins-pilot) .sn-team-identity-logo,
#sn-modal-inscritos .inscritos-team-logo {
	width: 18px;
	height: 18px;
	min-width: 18px;
	object-fit: contain;
	flex-shrink: 0;
}

#sn-modal-inscritos :is(.inscritos-pilot-identity, .sn-ins-pilot) :is(.sn-team-identity-link, .sn-team-identity-name),
#sn-modal-inscritos :is(.inscritos-team-link, .inscritos-team-name) {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	min-width: 0;
	max-width: 100%;
	color: inherit;
	font-weight: 800;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
}

#sn-modal-inscritos .inscritos-car-identity {
	display: grid;
	grid-template-columns: 76px minmax(0, 1fr);
	align-items: center;
	gap: 14px;
	min-width: 0;
	width: 100%;
}

#sn-modal-inscritos .inscritos-car-identity .sn-car-identity__media {
	width: 76px;
	height: 76px;
	display: inline-grid;
	place-items: center;
	padding: 0;
	border-radius: 14px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.05);
}

#sn-modal-inscritos .inscritos-auto-thumb,
#sn-modal-inscritos .inscritos-car-identity .sn-car-identity__img,
#sn-modal-inscritos .inscritos-car-identity .sn-car-identity__brand-logo {
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	object-fit: contain;
	object-position: center center;
	padding: 8px;
	transform: none;
}

#sn-modal-inscritos .inscritos-car-identity:not(.sn-car-identity--brand-fallback) .sn-car-identity__img {
	transform: none;
}

#sn-modal-inscritos .inscritos-car-identity.sn-car-identity--brand-fallback .sn-car-identity__media,
#sn-modal-inscritos .sn-ins-car.sn-car-identity--brand-fallback .sn-car-identity__media {
	width: 76px;
	height: 76px;
}

#sn-modal-inscritos .inscritos-car-identity.sn-car-identity--brand-fallback .sn-car-identity__brand-logo,
#sn-modal-inscritos .sn-ins-car.sn-car-identity--brand-fallback .sn-car-identity__brand-logo {
	padding: 10px;
}

#sn-modal-inscritos .inscritos-car-identity .sn-car-identity__name {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #eef4ff;
	font-size: 0.95rem;
	line-height: 1.14;
	font-weight: 800;
}

#sn-modal-inscritos .inscritos-car-identity .sn-car-identity__copy {
	display: grid;
	gap: 8px;
	min-width: 0;
}

#sn-modal-inscritos .inscritos-car-identity .sn-car-identity__meta {
	margin-top: 0;
	column-gap: 6px;
	row-gap: 6px;
}

#sn-modal-inscritos .sn-inscritos-car-cell {
	display: block;
	min-width: 0;
	width: 100%;
}

#sn-modal-inscritos .sn-inscritos-car-cell__identity {
	display: block;
	width: 100%;
	min-width: 0;
}

#sn-modal-inscritos .sn-ins-pilot {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	min-width: 0;
}

#sn-modal-inscritos .sn-ins-pilot .sn-pilot-identity__avatar {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	min-width: 44px;
	overflow: hidden;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.03);
}

#sn-modal-inscritos .sn-ins-pilot .sn-pilot-identity__img {
	width: 44px;
	height: 44px;
	border-radius: 14px;
	object-fit: cover;
}

#sn-modal-inscritos .sn-ins-pilot .sn-pilot-identity__meta {
	display: grid;
	gap: 6px;
	min-width: 0;
}

#sn-modal-inscritos .sn-ins-pilot .sn-pilot-meta-main {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	max-width: 100%;
	flex-wrap: wrap;
	line-height: 1.1;
}

#sn-modal-inscritos .sn-ins-car {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	min-width: 0;
}

#sn-modal-inscritos .sn-ins-car .sn-car-identity__media {
	display: grid;
	place-items: center;
	width: 72px;
	min-width: 72px;
	height: 72px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.02);
	overflow: hidden;
}

#sn-modal-inscritos .sn-ins-car .sn-car-identity__img,
#sn-modal-inscritos .sn-ins-car .sn-car-identity__brand-logo {
	width: 100%;
	height: 100%;
	border-radius: 12px;
	object-fit: contain;
	object-position: center center;
	background: transparent;
	padding: 8px;
}

#sn-modal-inscritos .sn-ins-car:not(.sn-car-identity--brand-fallback) .sn-car-identity__img {
	transform: none;
}

#sn-modal-inscritos .sn-ins-car .sn-car-identity__name {
	white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 0.92rem;
	color: #eef4ff;
}

/* Menu lateral legacy parity */
.sn-system-scope.sn-menu-lateral-shell {
	--sn-ml-width: 340px;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat,
.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat * {
	box-sizing: border-box;
}

body.sn-has-menu {
	--sn-ml-width: 340px;
	padding-left: 340px;
	overflow-x: hidden;
	transition: padding-left 0.3s ease;
}

body.sn-has-menu .wd-page-wrapper {
	margin-left: 0;
	width: 100%;
	transition: none;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat {
	--sn-ml-bg: linear-gradient(180deg, #0a0e17 0%, #06080e 100%);
	--sn-ml-card-bg: rgba(20, 25, 35, 0.75);
	--sn-ml-border: rgba(255, 255, 255, 0.08);
	--sn-ml-text-main: #ffffff;
	--sn-ml-text-soft: rgba(255, 255, 255, 0.7);
	--sn-ml-accent: #c90d05;
	--sn-ml-grad-yellow: linear-gradient(180deg, #c98914, #8d5400);
	--sn-ml-grad-red: linear-gradient(180deg, #e13424, #a90f08);
	--sn-ml-grad-dark: linear-gradient(180deg, #293345, #1b2331);
	position: fixed;
	top: 0;
	left: 0;
	width: var(--sn-ml-width);
	height: 100vh;
	background: var(--sn-ml-bg);
	color: var(--sn-ml-text-main);
	border-right: 1px solid var(--sn-ml-border);
	box-shadow: 20px 0 50px rgba(0, 0, 0, 0.5);
	z-index: 10000;
	overflow-y: auto;
	overflow-x: hidden;
	padding-bottom: 40px;
	font-family: var(--sn-font-heading, 'Akshar', sans-serif) !important;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat::-webkit-scrollbar {
	width: 4px;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat::-webkit-scrollbar-track {
	background: transparent;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.15);
	border-radius: 10px;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-header {
	position: sticky;
	top: 0;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem;
	background: rgba(10, 14, 23, 0.98);
	border-bottom: 1px solid var(--sn-ml-border);
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-title {
	margin: 0;
	font-size: 1rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat #sn-ml-refresh,
.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-btn-mini {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.15);
	color: #fff;
	padding: 4px 10px;
	border-radius: 4px;
	font-size: 0.7rem;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-card {
	position: relative;
	margin: 0.6rem;
	border-radius: 16px;
	border: 1px solid var(--sn-ml-border);
	background: var(--sn-ml-card-bg);
	overflow: hidden;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.34);
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-card__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	background-image: var(--sn-ml-track-bg, none);
	background-size: cover;
	background-position: center;
	opacity: 1;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-card__bg::after {
	content: '';
	display: none;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-card__bg-overlay {
	position: absolute;
	inset: 0;
	display: block !important;
	background: var(--sn-track-bg-veil);
	z-index: 1;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-card__body {
	position: relative;
	z-index: 2;
	padding: 0.78rem;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-head {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 0.45rem;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-sim-icon {
	width: 26px;
	height: 26px;
	border-radius: 6px;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-serie-info {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-serie-name {
	font-size: 0.95rem;
	font-weight: 800;
	color: #fff;
	line-height: 1.1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-semana {
	font-size: 0.7rem;
	color: rgba(255, 255, 255, 0.4);
	font-weight: 600;
	text-transform: uppercase;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-track-block {
	display: grid;
	gap: 6px;
	margin-bottom: 0.45rem;
	background: rgba(255, 255, 255, 0.04);
	padding: 7px 9px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.05);
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat [data-sn-ml-track] {
	width: 100%;
	min-width: 0;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-dates {
	font-size: 0.95rem;
	font-weight: 800;
	color: #fff;
	letter-spacing: 0.3px;
	line-height: 1.15;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-track-identity {
	width: 100%;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-track-identity.sn-track-identity {
	grid-template-columns: minmax(0, 1fr) 56px;
	gap: 10px;
	align-items: center;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-track-identity.sn-track-identity.sn-track-identity--with-media {
	grid-template-columns: 52px minmax(0, 1fr) 56px;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-track-identity .sn-track-identity__media,
.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-track-identity .sn-track-identity__map {
	width: 52px;
	height: 52px;
	min-width: 52px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.09);
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-track-identity .sn-track-identity__img,
.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-track-identity .sn-track-identity__map-image {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
	padding: 7px;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-track-identity .sn-track-identity__copy {
	display: grid;
	gap: 5px;
	min-width: 0;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-track-identity .sn-track-identity__title {
	gap: 7px;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-track-identity .sn-track-identity__flag {
	width: 18px;
	height: 12px;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-track-identity .sn-track-identity__name {
	display: -webkit-box;
	overflow: hidden;
	font-size: 1rem;
	line-height: 1.16;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-track-identity .sn-track-identity__layout,
.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-track-identity .sn-track-identity__description {
	font-size: 0.64rem;
	line-height: 1.15;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-track-identity .sn-track-identity__meta {
	margin-top: 0;
	column-gap: 6px;
	row-gap: 6px;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-track-identity .sn-track-identity__pill {
	min-height: 18px;
	padding: 0 8px;
	font-size: 9px;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-track-identity .sn-track-identity__download {
	width: 20px;
	height: 20px;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-auto-row {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin-bottom: 0.45rem;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-auto-row .sn-ml-car-identity {
	flex: 1 1 auto;
	min-width: 0;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-auto-row .sn-car-identity__media {
	width: 48px;
	height: 48px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	padding: 0;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-auto-row .sn-car-identity__img,
.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-auto-row .sn-car-identity__brand-logo {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
	padding: 6px;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-auto-row .sn-car-identity--brand-fallback .sn-car-identity__img {
	padding: 8px;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-auto-row .sn-car-identity__copy {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-auto-row .sn-car-identity__name {
	display: -webkit-box;
	overflow: hidden;
	font-size: 1rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.78);
	line-height: 1.2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	text-overflow: clip;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-auto-row .sn-car-identity__meta {
	margin-top: 0;
	column-gap: 6px;
	row-gap: 6px;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-auto-row .sn-car-identity__pill {
	min-height: 18px;
	padding: 0 8px;
	font-size: 9px;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-auto-row .sn-car-identity__download {
	width: 20px;
	height: 20px;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-footer {
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	padding-top: 6px;
	margin-top: 0;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-countdown-box {
	margin-bottom: 6px;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-countdown-label {
	font-size: 0.65rem;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.3);
	font-weight: 800;
	letter-spacing: 0.8px;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-countdown-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 2px;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-countdown {
	font-size: 1.02rem;
	font-weight: 900;
	color: var(--sn-ml-accent);
	font-variant-numeric: tabular-nums;
	letter-spacing: -0.5px;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-chip {
	background: rgba(255, 255, 255, 0.1);
	padding: 3px 10px;
	border-radius: 6px;
	font-size: 0.7rem;
	font-weight: 900;
	text-transform: uppercase;
	color: #fff;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-actions-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 6px;
	align-items: stretch;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ins-container.sn-layout {
	display: grid !important;
	grid-template-columns: 2fr 1fr !important;
	gap: 6px !important;
	align-items: stretch !important;
	width: 100% !important;
	min-width: 0 !important;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-button-wrap {
	width: 100% !important;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ml-inscritos-meta {
	display: none !important;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-main-top {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 8px !important;
	font-size: 1rem !important;
	margin-bottom: 0 !important;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-main-top i {
	font-size: 0.95rem !important;
	margin-right: 0 !important;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ins-btn {
	height: 52px !important;
	min-height: 52px !important;
	border-radius: 12px !important;
	font-family: var(--sn-font-heading, 'Akshar', sans-serif) !important;
	font-weight: 800 !important;
	text-transform: none !important;
	transition: all 0.2s ease !important;
	width: 100% !important;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-open-badge.edit {
	background: var(--sn-ml-grad-yellow) !important;
	border: 1px solid rgba(255, 186, 83, 0.55) !important;
	box-shadow: 0 8px 20px rgba(219, 131, 12, 0.3) !important;
	color: #fff !important;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-open-badge.new,
.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ins-list-btn.sn-side-btn {
	background: var(--sn-ml-grad-red) !important;
	border: 1px solid rgba(255, 88, 76, 0.5) !important;
	box-shadow: 0 8px 20px rgba(201, 13, 5, 0.3) !important;
	color: #fff !important;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-side-btn {
	width: 100% !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	height: 52px !important;
	min-height: 52px !important;
	border-radius: 12px !important;
	gap: 1px !important;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-side-btn i {
	font-size: 0.95rem !important;
	margin-bottom: 2px !important;
	opacity: 1 !important;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-side-count {
	font-size: 0.95rem !important;
	font-weight: 900 !important;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ins-badge.locked,
.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-ins-badge.closed,
.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-open-badge.sn-ins-btn:not(.edit):not(.new) {
	background: var(--sn-ml-grad-dark) !important;
	border: 1px solid rgba(150, 168, 201, 0.25) !important;
	color: rgba(255, 255, 255, 0.6) !important;
	box-shadow: none !important;
}

.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat .sn-main-bottom {
	font-size: 0.65rem !important;
	opacity: 0.8 !important;
}

.sn-system-scope#sn-ml-nota-modal .sn-nota-contenido {
	color: var(--sn-text-strong, #eef2ff);
}

.sn-system-scope#sn-ml-nota-modal [data-sn-ml-note-image] {
	display: block;
	max-width: 100%;
	height: auto;
	margin-top: 12px;
	border-radius: 10px;
}

@media (max-width: 860px) {
	#sn-ml-toggle-mobile {
		right: 20px;
		bottom: 20px;
		z-index: 10001;
	}

	body.sn-has-menu {
		padding-left: 0 !important;
	}

	body.sn-has-menu .wd-page-wrapper {
		margin-left: 0 !important;
		width: 100% !important;
	}

	.sn-system-scope.sn-menu-lateral-shell #sn-menu-lat {
		transform: translateX(-100%);
		transition: transform 0.3s ease;
	}

	body.sn-menu-open .sn-system-scope.sn-menu-lateral-shell #sn-menu-lat,
	body.sn-menu-open #sn-menu-lat {
		transform: translateX(0);
	}
}

@media (max-width: 700px) {
	#sn-modal-ins .sn-check-card--auto {
		grid-template-columns: 1fr 24px !important;
		gap: 10px !important;
	}

	#sn-modal-ins .sn-check-card--auto .sn-check-card__car-wrap,
	#sn-modal-ins .sn-check-card--auto .sn-check-card__car,
	#sn-modal-ins .sn-check-card--auto .sn-check-card__car--fallback {
		width: 84px !important;
		min-width: 84px !important;
		height: 48px !important;
		min-height: 48px !important;
	}

	#sn-modal-inscritos .inscritos-car-identity {
		grid-template-columns: 64px minmax(0, 1fr);
		gap: 10px;
	}

	#sn-modal-inscritos .inscritos-car-identity .sn-car-identity__media {
		width: 64px;
		height: 64px;
		padding: 0;
	}

	#sn-modal-inscritos .sn-inscritos-car-cell {
		display: block;
		gap: 10px;
	}

	#sn-modal-inscritos .sn-inscritos-car-cell__identity {
		display: block;
		width: 100%;
		min-width: 0;
	}

	#sn-modal-inscritos .inscritos-table {
		min-width: 620px;
	}

	#sn-modal-inscritos .inscrito-row {
		grid-template-columns: 1fr !important;
		gap: 12px !important;
	}

	#sn-modal-inscritos .inscrito-row__stats {
		justify-content: flex-start !important;
	}

	.sn-ins-modal .sn-check-grid--cats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 540px) {
	.sn-ins-modal .sn-check-grid--cats {
		grid-template-columns: 1fr;
	}
}

.sn-system-scope .sn-tabs-shell .sn-tab-panel[hidden],
.sn-system-scope.sn-tabs-shell .sn-tab-panel[hidden] {
	display: none;
}

.sn-system-scope .sn-tabs-shell .sn-tab-panel.is-active,
.sn-system-scope.sn-tabs-shell .sn-tab-panel.is-active {
	display: block;
}

.sn-system-scope .snv3-agenda-row__track-name .weather-temp {
	margin-left: auto;
	color: #94a3b8;
	font-weight: 600;
}

.sn-system-scope .snv3-agenda-row__track-name .track-dl {
	color: #38bdf8;
	background: rgba(56, 189, 248, 0.1);
	border-radius: 4px;
	padding: 2px 6px;
	transition: all 0.2s;
}

.sn-system-scope .snv3-agenda-row__track-name .track-dl:hover {
	background: #38bdf8;
	color: #fff;
}

.sn-system-scope .snv3-agenda-row__cars {
	padding: 8px;
	display: flex;
	align-items: stretch;
	min-width: 0;
	background: rgba(0, 0, 0, 0.1);
}

.sn-system-scope .snv3-agenda-row__cars .snv3-car-strip-wrap {
	flex-grow: 1;
	height: 100%;
}

.sn-system-scope .snv3-agenda-row__cars .snv3-car-card {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.sn-system-scope .snv3-agenda-row__cars .snv3-car-strip-wrap.has-arrows .snv3-car-nav {
	background: rgba(255, 255, 255, 0.08);
}

/* Columna Derecha: Acciones y Estado */
.sn-system-scope .snv3-agenda-row__actions-col {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.sn-system-scope .snv3-agenda-row__actions-box {
	flex-grow: 1;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(148, 163, 184, 0.1);
	border-radius: 8px;
	padding: 16px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	gap: 12px;
}

.sn-system-scope .snv3-agenda-row__sim-logo {
	text-align: center;
	min-height: 24px;
}

.sn-system-scope .snv3-agenda-row__sim-logo img {
	height: 24px;
	object-fit: contain;
}

.sn-system-scope .snv3-agenda-row__plazas {
	margin: auto 0;
}

.sn-system-scope .snv3-agenda-row__plazas .plazas-text {
	font-size: 14px;
	font-weight: 700;
	color: #94a3b8;
	margin-bottom: 6px;
	display: flex;
	align-items: center;
}

.sn-system-scope .snv3-agenda-row__plazas .plazas-text strong {
	color: #fff;
	font-size: 14px;
	margin-right: 4px;
}

.sn-system-scope .snv3-agenda-row__plazas .plazas-text i {
	cursor: pointer;
	margin-left: auto;
	font-size: 14px;
	transition: color 0.2s;
}

.sn-system-scope .snv3-agenda-row__plazas .plazas-text i:hover {
	color: #fff;
}

.sn-system-scope .snv3-agenda-row__plazas .plazas-bar {
	height: 4px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 4px;
	overflow: hidden;
}

.sn-system-scope .snv3-agenda-row__plazas .plazas-bar span {
	display: block;
	height: 100%;
	background: var(--sn-ui-primary-strong, #e11d48);
	transition: width 0.3s ease;
}

.sn-system-scope .snv3-agenda-row__action-btns {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.sn-system-scope .snv3-agenda-row__action-btns .sn-ins,
.sn-system-scope .snv3-agenda-row__action-btns .sn-btn {
	width: 100%;
	display: flex;
}

.sn-system-scope .snv3-agenda-row__action-btns .sn-btn {
	justify-content: center;
	min-height: 38px;
	font-size: 14px;
	font-weight: 700;
	border-radius: 6px;
	text-transform: uppercase;
}

.sn-system-scope .snv3-agenda-row__action-btns .snv3-detail-btn {
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: transparent;
	color: #e2e8f0;
}

.sn-system-scope .snv3-agenda-row__action-btns .snv3-detail-btn:hover {
	background: rgba(255, 255, 255, 0.05);
	color: #fff;
}

.sn-system-scope .snv3-agenda-row__action-btns .sn-btn-danger,
.sn-system-scope .snv3-agenda-row__action-btns .sn-btn-primary {
	box-shadow: 0 4px 12px rgba(225, 29, 72, 0.2);
}

/* Móvil Responsivo */
@media (max-width: 991px) {
	.sn-system-scope .snv3-agenda-row {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.sn-system-scope .snv3-agenda-row__info {
		border-right: none;
		padding-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.05);
		padding-bottom: 16px;
	}

	.sn-system-scope .snv3-agenda-row__details-box {
		grid-template-columns: 1fr;
	}

	.sn-system-scope .snv3-agenda-row__track-map {
		border-right: none;
		border-bottom: 1px solid rgba(148, 163, 184, 0.1);
		min-height: 120px;
	}

	.sn-system-scope .snv3-agenda-row__action-btns {
		flex-direction: row;
	}
}

.sn-system-scope .sn-tabs-shell .sn-tab-panel[hidden],
.sn-system-scope.sn-tabs-shell .sn-tab-panel[hidden] {
	display: none;
}

.sn-system-scope .sn-tabs-shell .sn-tab-panel.is-active,
.sn-system-scope.sn-tabs-shell .sn-tab-panel.is-active {
	display: block;
}

/* sn-editar-fotos-piloto:start */
.sn-system-scope #sn-fotos-piloto.sn-photo-lab {
	--sn-photo-ink: #edf2ff;
	--sn-photo-muted: rgba(216, 228, 247, 0.72);
	--sn-photo-line: rgba(255, 255, 255, 0.08);
	--sn-photo-panel: rgba(11, 18, 31, 0.88);
	--sn-photo-panel-soft: rgba(16, 25, 42, 0.82);
	--sn-photo-accent: #d11108;
	--sn-photo-accent-soft: rgba(209, 17, 8, 0.14);
	--sn-photo-good: #34d399;
	--sn-photo-warn: #fbbf24;
	color: var(--sn-photo-ink);
}

.sn-system-scope #sn-fotos-piloto .sn-photo-lab__intro {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
	gap: 16px;
	margin-bottom: 16px;
}

.sn-system-scope #sn-fotos-piloto .sn-photo-lab__intro-card,
.sn-system-scope #sn-fotos-piloto .sn-photo-lab__legal,
.sn-system-scope #sn-fotos-piloto .sn-photo-card,
.sn-system-scope #sn-fotos-piloto .sn-photo-editor,
.sn-system-scope #sn-fotos-piloto .sn-photo-panel,
.sn-system-scope #sn-fotos-piloto .sn-photo-consent,
.sn-photo-modal .sn-photo-editor,
.sn-photo-modal .sn-photo-panel,
.sn-photo-modal .sn-photo-consent {
	border-radius: 18px;
	border: 1px solid var(--sn-photo-line);
	background: linear-gradient(145deg, rgba(10, 16, 28, 0.94), rgba(7, 12, 21, 0.98));
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.sn-system-scope #sn-fotos-piloto .sn-photo-lab__intro-card,
.sn-system-scope #sn-fotos-piloto .sn-photo-lab__legal {
	padding: 18px 20px;
}

.sn-system-scope #sn-fotos-piloto .sn-photo-lab__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(209, 17, 8, 0.12);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: none;
	color: #ffb7b2;
}

.sn-system-scope #sn-fotos-piloto .sn-photo-lab__title {
	margin: 0;
	font-size: clamp(24px, 3vw, 34px);
	line-height: 1;
	letter-spacing: 0.01em;
	text-transform: none;
}

.sn-system-scope #sn-fotos-piloto .sn-photo-lab__lead {
	margin: 12px 0 0;
	font-size: 14px;
	line-height: 1.55;
	color: var(--sn-photo-muted);
}

.sn-system-scope #sn-fotos-piloto .sn-photo-lab__legal {
	display: grid;
	gap: 10px;
	align-content: start;
}

.sn-system-scope #sn-fotos-piloto .sn-photo-lab__legal h4,
.sn-system-scope #sn-fotos-piloto .sn-photo-card__headline,
.sn-system-scope #sn-fotos-piloto .sn-photo-card__section-title,
.sn-photo-modal .sn-photo-card__section-title {
	margin: 0;
	font-family: 'Akshar', system-ui, sans-serif;
	text-transform: none;
	letter-spacing: 0.03em;
}

.sn-system-scope #sn-fotos-piloto .sn-photo-lab__legal p,
.sn-system-scope #sn-fotos-piloto .sn-photo-lab__legal li {
	margin: 0;
	color: var(--sn-photo-muted);
	line-height: 1.45;
	font-size: 14px;
}

.sn-system-scope #sn-fotos-piloto .sn-photo-lab__legal ul {
	margin: 0;
	padding-left: 18px;
	display: grid;
	gap: 8px;
}

.sn-system-scope #sn-fotos-piloto .sn-photo-lab__grid {
	display: grid;
	gap: 14px;
}

.sn-system-scope #sn-fotos-piloto .sn-photo-card {
	display: grid;
	gap: 16px;
	padding: 18px;
}

.sn-system-scope #sn-fotos-piloto .sn-photo-card__header {
	display: flex;
	gap: 16px;
	justify-content: space-between;
	align-items: flex-start;
}

.sn-system-scope #sn-fotos-piloto .sn-photo-card__headline {
	font-size: clamp(24px, 3vw, 32px);
	line-height: 1;
}

.sn-system-scope #sn-fotos-piloto .sn-photo-lab__title,
.sn-system-scope #sn-fotos-piloto .sn-photo-step__title,
.sn-photo-modal__title,
.sn-photo-modal__step-label,
.sn-photo-modal .sn-photo-step__title {
	font-family: 'Akshar', system-ui, sans-serif;
}

.sn-system-scope #sn-fotos-piloto .sn-photo-card__subtitle {
	margin: 8px 0 0;
	max-width: 72ch;
	color: var(--sn-photo-muted);
	line-height: 1.55;
	font-size: 14px;
}

.sn-system-scope #sn-fotos-piloto .sn-photo-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 120px;
	padding: 10px 14px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: none;
	background: rgba(255, 255, 255, 0.08);
	color: #d9e5f7;
}

.sn-system-scope #sn-fotos-piloto .sn-photo-badge[data-tone="success"] {
	color: var(--sn-photo-good);
	background: rgba(15, 123, 82, 0.12);
}

.sn-system-scope #sn-fotos-piloto .sn-photo-badge[data-tone="warning"] {
	color: var(--sn-photo-warn);
	background: rgba(154, 91, 7, 0.12);
}

.sn-system-scope #sn-fotos-piloto .sn-photo-card__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
	gap: clamp(18px, 3vw, 28px);
	align-items: start;
}

.sn-system-scope #sn-fotos-piloto .sn-photo-editor {
	display: grid;
	gap: 14px;
	align-content: start;
	padding: 16px;
}

.sn-system-scope #sn-fotos-piloto .sn-photo-stage,
.sn-photo-modal .sn-photo-stage {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background:
		linear-gradient(45deg, rgba(255, 255, 255, 0.03) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.03) 75%),
		linear-gradient(45deg, rgba(255, 255, 255, 0.03) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.03) 75%),
		#0d1524;
	background-size: 24px 24px;
	background-position: 0 0, 12px 12px;
	touch-action: none;
	user-select: none;
}

.sn-system-scope #sn-fotos-piloto .sn-photo-stage__overlay,
.sn-system-scope #sn-fotos-piloto .sn-photo-panel__preview canvas,
.sn-photo-modal .sn-photo-stage__overlay,
.sn-photo-modal .sn-photo-panel__preview canvas {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.sn-system-scope #sn-fotos-piloto .sn-photo-stage__image,
.sn-photo-modal .sn-photo-stage__image {
	object-fit: contain;
	transform-origin: 0 0;
	will-change: transform;
	cursor: grab;
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	max-width: none;
	max-height: none;
}

.sn-system-scope #sn-fotos-piloto .sn-photo-stage.is-dragging .sn-photo-stage__image,
.sn-photo-modal .sn-photo-stage.is-dragging .sn-photo-stage__image {
	cursor: grabbing;
}

.sn-system-scope #sn-fotos-piloto .sn-photo-stage__overlay,
.sn-photo-modal .sn-photo-stage__overlay {
	pointer-events: none;
	object-fit: contain;
	opacity: 0.9;
}

.sn-system-scope #sn-fotos-piloto .sn-photo-controls,
.sn-photo-modal .sn-photo-controls {
	display: grid;
	gap: 12px;
}

.sn-system-scope #sn-fotos-piloto .sn-photo-step,
.sn-photo-modal .sn-photo-step {
	display: grid;
	gap: 12px;
	padding: 14px;
	border-radius: 16px;
	border: 1px solid var(--sn-photo-line);
	background: var(--sn-photo-panel-soft);
}

.sn-system-scope #sn-fotos-piloto .sn-photo-step__eyebrow,
.sn-photo-modal .sn-photo-step__eyebrow {
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: none;
	color: #95a6c3;
}

.sn-system-scope #sn-fotos-piloto .sn-photo-step__title,
.sn-photo-modal .sn-photo-step__title {
	margin: 0;
	font-size: 14px;
	color: #ffffff;
	text-transform: none;
}

.sn-system-scope #sn-fotos-piloto .sn-photo-step__copy,
.sn-photo-modal .sn-photo-step__copy {
	margin: 0;
	font-size: 14px;
	color: var(--sn-photo-muted);
	line-height: 1.45;
}

.sn-system-scope #sn-fotos-piloto .sn-photo-controls__row,
.sn-photo-modal .sn-photo-controls__row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.sn-system-scope #sn-fotos-piloto .sn-photo-slider,
.sn-photo-modal .sn-photo-slider {
	flex: 1 1 220px;
}

.sn-system-scope #sn-fotos-piloto .sn-photo-zoom-wrap,
.sn-photo-modal .sn-photo-zoom-wrap {
	display: grid;
	gap: 8px;
}

.sn-system-scope #sn-fotos-piloto .sn-photo-zoom-head,
.sn-photo-modal .sn-photo-zoom-head {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	align-items: center;
	font-size: 14px;
	text-transform: none;
	letter-spacing: 0.08em;
	color: #b7c6dc;
}

.sn-system-scope #sn-fotos-piloto .sn-photo-input,
.sn-photo-modal .sn-photo-input {
	width: 100%;
	accent-color: var(--sn-photo-accent);
}

.sn-system-scope #sn-fotos-piloto .sn-photo-hint {
	margin: 0;
	font-size: 14px;
	color: var(--sn-photo-muted);
}

.sn-system-scope #sn-fotos-piloto .sn-photo-side,
.sn-photo-modal .sn-photo-side {
	display: grid;
	gap: 14px;
	align-content: start;
}

.sn-system-scope #sn-fotos-piloto .sn-photo-panel,
.sn-photo-modal .sn-photo-panel {
	display: grid;
	gap: 12px;
	padding: 16px;
}

.sn-system-scope #sn-fotos-piloto .sn-photo-panel p,
.sn-photo-modal .sn-photo-panel p {
	margin: 0;
	font-size: 14px;
	line-height: 1.55;
	color: var(--sn-photo-muted);
}

.sn-system-scope #sn-fotos-piloto .sn-photo-panel__preview,
.sn-photo-modal .sn-photo-panel__preview {
	display: grid;
	gap: 10px;
}

.sn-system-scope #sn-fotos-piloto .sn-photo-panel__preview img,
.sn-photo-modal .sn-photo-panel__preview img {
	width: 100%;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: #0d1524;
}

.sn-system-scope .sn-photo-panel__canvas .sn-photo-preview-overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	pointer-events: none;
	opacity: 0.9;
	border: 0;
	background: transparent;
}

.sn-system-scope #sn-fotos-piloto .sn-photo-panel__canvas,
.sn-photo-modal .sn-photo-panel__canvas {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background:
		linear-gradient(45deg, rgba(255, 255, 255, 0.04) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.04) 75%),
		linear-gradient(45deg, rgba(255, 255, 255, 0.04) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.04) 75%),
		#0d1524;
	background-size: 24px 24px;
	background-position: 0 0, 12px 12px;
}

.sn-system-scope #sn-fotos-piloto .sn-photo-actions,
.sn-photo-modal .sn-photo-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.sn-system-scope #sn-fotos-piloto .sn-photo-btn,
.sn-photo-modal .sn-photo-btn {
	appearance: none;
	border: 0;
	border-radius: 999px;
	padding: 12px 18px;
	font-weight: 800;
	letter-spacing: 0.03em;
	cursor: pointer;
	transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.sn-system-scope #sn-fotos-piloto .sn-photo-btn:hover,
.sn-photo-modal .sn-photo-btn:hover {
	transform: translateY(-1px);
}

.sn-system-scope #sn-fotos-piloto .sn-photo-btn:disabled,
.sn-photo-modal .sn-photo-btn:disabled {
	opacity: 0.45;
	cursor: not-allowed;
	transform: none;
}

.sn-system-scope #sn-fotos-piloto .sn-pb-btn,
.sn-photo-modal .sn-pb-btn {
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 40px;
	padding: 0 16px;
	border-radius: 10px;
	border: 1px solid rgba(255, 131, 117, 0.32);
	font-size: 14px;
	font-weight: 700;
	text-transform: none;
	letter-spacing: 0;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.2s ease;
	color: #fff !important;
	background: linear-gradient(135deg, var(--sn-ui-primary), var(--sn-ui-primary-strong));
	box-shadow: none;
}

.sn-system-scope #sn-fotos-piloto .sn-pb-btn:hover,
.sn-photo-modal .sn-pb-btn:hover {
	filter: brightness(1.1);
	transform: translateY(-2px);
	box-shadow: 0 14px 30px rgba(201, 13, 5, 0.36);
}

.sn-system-scope #sn-fotos-piloto .sn-pb-btn--ghost,
.sn-photo-modal .sn-pb-btn--ghost {
	background: linear-gradient(180deg, rgba(93, 20, 24, 0.72), rgba(58, 17, 20, 0.72)) !important;
	border-color: rgba(255, 255, 255, 0.08) !important;
	color: #f4f6fb !important;
	box-shadow: none !important;
}

.sn-system-scope #sn-fotos-piloto .sn-pb-btn--ghost:hover,
.sn-photo-modal .sn-pb-btn--ghost:hover {
	background: linear-gradient(180deg, rgba(105, 28, 41, 0.96), rgba(69, 18, 30, 0.98)) !important;
}

.sn-system-scope #sn-fotos-piloto .sn-photo-templates,
.sn-photo-modal .sn-photo-templates {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
	gap: 10px;
}

.sn-system-scope #sn-fotos-piloto .sn-photo-template,
.sn-photo-modal .sn-photo-template {
	display: grid;
	gap: 8px;
	padding: 10px;
	border-radius: 16px;
	border: 1px solid var(--sn-photo-line);
	background: rgba(255, 255, 255, 0.04);
	cursor: pointer;
	transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.sn-system-scope #sn-fotos-piloto .sn-photo-template.is-selected,
.sn-photo-modal .sn-photo-template.is-selected {
	border-color: rgba(209, 17, 8, 0.48);
	box-shadow: 0 12px 24px rgba(209, 17, 8, 0.12);
	transform: translateY(-1px);
}

.sn-system-scope #sn-fotos-piloto .sn-photo-template img,
.sn-photo-modal .sn-photo-template img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	border-radius: 12px;
	background: transparent;
	filter: brightness(0) invert(1) contrast(1.2);
	mix-blend-mode: screen;
	opacity: 0.98;
}

.sn-system-scope #sn-fotos-piloto .sn-photo-template span,
.sn-photo-modal .sn-photo-template span {
	font-size: 14px;
	font-weight: 700;
	color: #e7eefc;
}

.sn-system-scope #sn-fotos-piloto .sn-photo-consent,
.sn-photo-modal .sn-photo-consent {
	display: grid;
	gap: 10px;
	padding: 14px;
	background: rgba(209, 17, 8, 0.08);
	border-color: rgba(209, 17, 8, 0.18);
}

.sn-system-scope #sn-fotos-piloto .sn-photo-consent label,
.sn-photo-modal .sn-photo-consent label {
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
	cursor: pointer;
}

.sn-system-scope #sn-fotos-piloto .sn-photo-consent input,
.sn-photo-modal .sn-photo-consent input {
	margin-top: 3px;
	accent-color: var(--sn-photo-accent);
}

.sn-system-scope #sn-fotos-piloto .sn-photo-empty,
.sn-photo-modal .sn-photo-empty {
	padding: 18px;
	border-radius: 18px;
	border: 1px dashed rgba(255, 255, 255, 0.18);
	color: var(--sn-photo-muted);
	background: rgba(255, 255, 255, 0.02);
}

.sn-system-scope #sn-fotos-piloto .sn-photo-hidden,
.sn-photo-hidden {
	display: none !important;
}

.sn-system-scope #sn-fotos-piloto .sn-photo-stage-ready,
.sn-photo-modal .sn-photo-stage-ready {
	border-color: rgba(52, 211, 153, 0.24);
}

.sn-photo-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 12px;
}

.sn-photo-modal.is-open {
	display: flex;
}

.sn-photo-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(3, 8, 16, 0.78);
	backdrop-filter: blur(6px);
}

.sn-photo-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(800px, calc(100vw - 16px));
	max-height: calc(100vh - 20px);
	overflow: hidden;
	padding: 12px;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: linear-gradient(145deg, rgba(10, 16, 28, 0.98), rgba(7, 12, 21, 0.99));
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.5);
	display: flex;
	flex-direction: column;
}

.sn-photo-modal__head {
	display: flex;
	justify-content: space-between;
	align-items: start;
	gap: 12px;
	margin-bottom: 12px;
}

.sn-photo-modal__title {
	margin: 0;
	font-size: clamp(22px, 2.6vw, 30px);
	line-height: 1;
	text-transform: none;
}

.sn-photo-modal__copy {
	margin: 6px 0 0;
	color: var(--sn-photo-muted);
	font-size: 14px;
}

.sn-photo-modal__close {
	appearance: none;
	border: 0;
	width: 38px;
	height: 38px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}

.sn-photo-modal__steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
	margin-bottom: 12px;
}

.sn-photo-modal__step {
	padding: 8px 10px;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.04);
	color: #90a3c2;
}

.sn-photo-modal__step.is-active {
	border-color: rgba(209, 17, 8, 0.45);
	background: rgba(209, 17, 8, 0.12);
	color: #fff;
}

.sn-photo-modal__step-index {
	font-size: 14px;
	letter-spacing: 0.1em;
	text-transform: none;
}

.sn-photo-modal__step-label {
	display: block;
	margin-top: 4px;
	font-size: 15px;
	text-transform: none;
}

.sn-photo-modal__body {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 220px;
	gap: 10px;
	align-items: start;
	min-height: 0;
	overflow: hidden;
}

.sn-photo-modal__panel {
	display: grid;
	gap: 14px;
	min-height: 0;
}

.sn-photo-modal .sn-photo-step[data-role="step-adjust"],
.sn-photo-modal .sn-photo-step[data-role="step-review"] {
	align-content: start;
}

.sn-photo-modal .sn-photo-stage {
	width: min(100%, 300px);
	margin: 0 auto;
}

.sn-photo-modal .sn-photo-panel__canvas {
	max-width: 180px;
	margin: 0 auto;
}

.sn-photo-modal .sn-photo-review-note {
	margin: 0;
	color: var(--sn-photo-muted);
	font-size: 14px;
	line-height: 1.55;
}

.sn-photo-modal .sn-photo-review-list {
	margin: 0;
	padding-left: 18px;
	display: grid;
	gap: 8px;
	color: var(--sn-photo-muted);
	font-size: 14px;
}

.sn-photo-modal__actions {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	margin-top: 10px;
	flex-shrink: 0;
}

.sn-photo-modal__actions-group {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

@media (max-width: 980px) {

	.sn-system-scope #sn-fotos-piloto .sn-photo-lab__intro,
	.sn-system-scope #sn-fotos-piloto .sn-photo-card__layout,
	.sn-photo-modal__body,
	.sn-photo-modal__steps {
		grid-template-columns: 1fr;
	}

	.sn-photo-modal .sn-photo-stage {
		width: min(100%, 280px);
	}
}

@media (max-width: 640px) {
	.sn-photo-modal {
		padding: 6px;
	}

	.sn-photo-modal__dialog {
		width: min(96vw, 760px);
		max-height: calc(100vh - 12px);
		padding: 12px;
	}

	.sn-system-scope #sn-fotos-piloto.sn-photo-lab {
		border-radius: 20px;
	}

	.sn-system-scope #sn-fotos-piloto .sn-photo-card__header {
		flex-direction: column;
	}

	.sn-system-scope #sn-fotos-piloto .sn-photo-actions,
	.sn-system-scope #sn-fotos-piloto .sn-photo-controls__row,
	.sn-photo-modal .sn-photo-actions,
	.sn-photo-modal .sn-photo-controls__row {
		flex-direction: column;
		align-items: stretch;
	}

	.sn-system-scope #sn-fotos-piloto .sn-photo-btn,
	.sn-system-scope #sn-fotos-piloto .sn-photo-slider,
	.sn-photo-modal .sn-photo-btn,
	.sn-photo-modal .sn-photo-slider {
		width: 100%;
	}
}

/* sn-editar-fotos-piloto:end */

/* tabla-auxiliar:start */
.sn-system-scope.sn-aux-table-wrap,
.sn-system-scope .sn-aux-table-wrap {
	position: relative;
}

.sn-system-scope.sn-aux-table-wrap .sn-badge,
.sn-system-scope .sn-aux-table-wrap .sn-badge {
	display: inline-block;
	padding: 2px 8px;
	border-radius: 10px;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 600;
}

.sn-system-scope.sn-aux-table-wrap .sn-badge--ok,
.sn-system-scope .sn-aux-table-wrap .sn-badge--ok {
	background: #0e6f2d;
	color: #d8ffe6;
}

.sn-system-scope.sn-aux-table-wrap .sn-badge--ko,
.sn-system-scope .sn-aux-table-wrap .sn-badge--ko {
	background: #7f1d1d;
	color: #ffd8d8;
}

.sn-system-scope.sn-aux-table-wrap .sn-cell-bool,
.sn-system-scope .sn-aux-table-wrap .sn-cell-bool {
	text-align: center;
	white-space: nowrap;
}

.sn-system-scope.sn-aux-table-wrap .sn-aux-header,
.sn-system-scope .sn-aux-table-wrap .sn-aux-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 8px;
}

.sn-system-scope.sn-aux-table-wrap .sn-aux-header-titles,
.sn-system-scope .sn-aux-table-wrap .sn-aux-header-titles {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.sn-system-scope.sn-aux-table-wrap .sn-aux-header .sn-aux-title,
.sn-system-scope .sn-aux-table-wrap .sn-aux-header .sn-aux-title,
.sn-system-scope.sn-aux-table-wrap .sn-aux-header .sn-aux-subtitle,
.sn-system-scope .sn-aux-table-wrap .sn-aux-header .sn-aux-subtitle {
	margin: 0;
}

.sn-system-scope.sn-aux-table-wrap .sn-aux-header .sn-aux-subtitle,
.sn-system-scope .sn-aux-table-wrap .sn-aux-header .sn-aux-subtitle {
	opacity: 0.9;
}

.sn-system-scope.sn-aux-table-wrap .sn-aux-controls,
.sn-system-scope .sn-aux-table-wrap .sn-aux-controls {
	display: flex;
	gap: 6px;
}

.sn-system-scope.sn-aux-table-wrap .sn-aux-refresh,
.sn-system-scope .sn-aux-table-wrap .sn-aux-refresh {
	background: #1f2937;
	color: #e5e7eb;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 6px;
	width: 28px;
	height: 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
}

.sn-system-scope.sn-aux-table-wrap .sn-aux-refresh:hover,
.sn-system-scope .sn-aux-table-wrap .sn-aux-refresh:hover {
	background: #374151;
}

.sn-system-scope.sn-aux-table-wrap .sn-aux-refresh[disabled],
.sn-system-scope .sn-aux-table-wrap .sn-aux-refresh[disabled] {
	opacity: 0.6;
	cursor: wait;
}

.sn-system-scope.sn-aux-table-wrap .sn-aux-refresh[disabled] .icon,
.sn-system-scope .sn-aux-table-wrap .sn-aux-refresh[disabled] .icon {
	display: inline-block;
	animation: snspin 0.8s linear infinite;
}

@keyframes snspin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

/* tabla-auxiliar:end */
/* regulations-viewer:start */
.sn-system-scope.sn-regulations-viewer,
.sn-system-scope .sn-regulations-viewer,
.sn-reglamentos {
	display: grid;
	gap: 14px;
}

.sn-system-scope.sn-regulations-viewer .sn-reg-tabs,
.sn-system-scope .sn-regulations-viewer .sn-reg-tabs,
.sn-reglamentos .sn-reg-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 0;
	margin: 0;
}

.sn-system-scope.sn-regulations-viewer .sn-reg-tab,
.sn-system-scope .sn-regulations-viewer .sn-reg-tab,
.sn-reglamentos .sn-reg-tab {
	min-height: 34px;
	padding: 0 14px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(16, 19, 29, 0.92);
	color: #d9dee7;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	cursor: pointer;
	transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.sn-system-scope.sn-regulations-viewer .sn-reg-tab:hover,
.sn-system-scope .sn-regulations-viewer .sn-reg-tab:hover,
.sn-reglamentos .sn-reg-tab:hover {
	background: rgba(24, 30, 46, 0.98);
	border-color: rgba(255, 255, 255, 0.18);
	transform: translateY(-1px);
}

.sn-system-scope.sn-regulations-viewer .sn-reg-tab.is-active,
.sn-system-scope.sn-regulations-viewer .sn-reg-tab.on,
.sn-system-scope .sn-regulations-viewer .sn-reg-tab.is-active,
.sn-system-scope .sn-regulations-viewer .sn-reg-tab.on,
.sn-reglamentos .sn-reg-tab.is-active,
.sn-reglamentos .sn-reg-tab.on {
	background: linear-gradient(135deg, #ca2418 0%, #7f130f 100%);
	border-color: rgba(255, 122, 89, 0.38);
	color: #fff4ef;
	box-shadow: 0 16px 32px rgba(117, 20, 15, 0.28);
}

.sn-system-scope.sn-regulations-viewer .sn-reg-content,
.sn-system-scope .sn-regulations-viewer .sn-reg-content,
.sn-reglamentos .sn-reg-content {
	min-height: 58vh;
	padding: 14px;
	border-radius: 18px;
	background:
		linear-gradient(180deg, rgba(16, 20, 30, 0.98) 0%, rgba(10, 12, 20, 0.98) 100%);
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.sn-system-scope.sn-regulations-viewer .sn-regulations-viewer__loading,
.sn-system-scope .sn-regulations-viewer .sn-regulations-viewer__loading,
.sn-system-scope.sn-regulations-viewer .sn-regulations-viewer__state,
.sn-system-scope .sn-regulations-viewer .sn-regulations-viewer__state,
.sn-reglamentos .sn-reg-loading {
	min-height: 52vh;
	display: grid;
	place-items: center;
	text-align: center;
	color: #99a3b7;
	font-size: 14px;
}

.sn-system-scope.sn-regulations-viewer .sn-pdf-wrap,
.sn-system-scope .sn-regulations-viewer .sn-pdf-wrap,
.sn-reglamentos .sn-pdf-wrap {
	position: relative;
	display: grid;
	gap: 10px;
	min-height: 56vh;
}

.sn-system-scope.sn-regulations-viewer .sn-pdf-frame,
.sn-system-scope .sn-regulations-viewer .sn-pdf-frame,
.sn-reglamentos .sn-pdf-frame {
	width: 100%;
	min-height: 72vh;
	border: 0;
	border-radius: 14px;
	background: #090c14;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.26);
}

.sn-system-scope.sn-regulations-viewer .sn-pdf-note,
.sn-system-scope .sn-regulations-viewer .sn-pdf-note,
.sn-reglamentos .sn-pdf-note {
	margin: 0;
	color: #7f8aa1;
	font-size: 14px;
	line-height: 1.5;
}

.sn-system-scope.sn-regulations-viewer .sn-pdf-overlay,
.sn-system-scope .sn-regulations-viewer .sn-pdf-overlay,
.sn-reglamentos .sn-pdf-overlay {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

@media (max-width: 782px) {

	.sn-system-scope.sn-regulations-viewer .sn-reg-tabs,
	.sn-system-scope .sn-regulations-viewer .sn-reg-tabs,
	.sn-reglamentos .sn-reg-tabs {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sn-system-scope.sn-regulations-viewer .sn-reg-tab,
	.sn-system-scope .sn-regulations-viewer .sn-reg-tab,
	.sn-reglamentos .sn-reg-tab {
		min-height: 30px;
		padding: 0 10px;
		font-size: 14px;
	}

	.sn-system-scope.sn-regulations-viewer .sn-reg-content,
	.sn-system-scope .sn-regulations-viewer .sn-reg-content,
	.sn-reglamentos .sn-reg-content {
		min-height: 48vh;
		padding: 10px;
	}

	.sn-system-scope.sn-regulations-viewer .sn-pdf-frame,
	.sn-system-scope .sn-regulations-viewer .sn-pdf-frame,
	.sn-reglamentos .sn-pdf-frame {
		min-height: 62vh;
		border-radius: 12px;
	}
}

/* regulations-viewer:end */
/* tournament-rules:start */
.sn-system-scope .tor-reglamento,
.tor-reglamento.sn-tor-skin {
	display: grid;
	gap: var(--sn-space-3);
}

.sn-system-scope .tor-reglamento-header,
.tor-reglamento .tor-reglamento-header {
	display: grid;
	gap: 6px;
}

.sn-system-scope .tor-reglamento-eyebrow,
.tor-reglamento .tor-reglamento-eyebrow {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--sn-ui-text-soft);
}

.sn-system-scope .tor-reglamento-title,
.tor-reglamento .tor-reglamento-title,
.sn-system-scope .tor-reglamento-subtitle,
.tor-reglamento .tor-reglamento-subtitle {
	margin: 0;
}

.sn-system-scope .tor-reglamento-subtitle,
.tor-reglamento .tor-reglamento-subtitle {
	color: var(--sn-ui-text-soft);
	line-height: 1.55;
}

.sn-system-scope [data-sn-table="sanctions"] .tor-td-accion .tor-accion-main,
.tor-reglamento [data-sn-table="sanctions"] .tor-td-accion .tor-accion-main {
	font-weight: 600;
}

.sn-system-scope [data-sn-table="sanctions"] .tor-td-accion .tor-accion-extra,
.tor-reglamento [data-sn-table="sanctions"] .tor-td-accion .tor-accion-extra {
	margin-top: 6px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.sn-system-scope [data-sn-table="sanctions"] .tor-pop-desc,
.tor-reglamento [data-sn-table="sanctions"] .tor-pop-desc {
	color: #cfd3da;
	font-size: 0.92em;
	line-height: 1.35;
	opacity: 0.95;
}

.sn-system-scope [data-sn-table="sanctions"] .tor-pop-art,
.tor-reglamento [data-sn-table="sanctions"] .tor-pop-art {
	display: inline-flex;
	align-items: center;
	gap: 0.35em;
	width: fit-content;
	padding: 2px 8px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.07);
	color: #fff;
	font-size: 0.85em;
	font-weight: 600;
	letter-spacing: 0.01em;
}

.sn-system-scope [data-sn-table="sanctions"] .tor-td-gravedad .tor-grav-obs,
.tor-reglamento [data-sn-table="sanctions"] .tor-td-gravedad .tor-grav-obs {
	margin-top: 6px;
	font-size: 0.92em;
	color: #cfd3da;
	opacity: 0.95;
}

.sn-system-scope .tor-rules-panel,
.tor-reglamento .tor-rules-panel,
.sn-system-scope .tor-rules-subpanel,
.tor-reglamento .tor-rules-subpanel {
	display: grid;
	gap: 14px;
}

.sn-system-scope .tor-rules-sanctions-cards,
.tor-reglamento .tor-rules-sanctions-cards {
	display: none;
}

.sn-system-scope .tor-sanction-card,
.tor-reglamento .tor-sanction-card {
	display: grid;
	gap: 12px;
	padding: 16px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 16px;
	background: rgba(10, 15, 24, 0.78);
}

.sn-system-scope .tor-sanction-card__top,
.tor-reglamento .tor-sanction-card__top,
.sn-system-scope .tor-sanction-card__meta,
.tor-reglamento .tor-sanction-card__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.sn-system-scope .tor-sanction-card__section,
.tor-reglamento .tor-sanction-card__section {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--sn-ui-text-soft);
}

.sn-system-scope .tor-sanction-card__action,
.tor-reglamento .tor-sanction-card__action {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
	color: var(--sn-ui-text);
}

.sn-system-scope .tor-sanction-card__description,
.tor-reglamento .tor-sanction-card__description,
.sn-system-scope .tor-sanction-card__obs,
.tor-reglamento .tor-sanction-card__obs {
	font-size: 14px;
	line-height: 1.55;
	color: var(--sn-ui-text-soft);
}

.sn-system-scope .tor-sanction-card__article,
.tor-reglamento .tor-sanction-card__article {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 12px;
	font-weight: 700;
	color: var(--sn-ui-text);
}

.sn-system-scope .tor-pdf-wrap,
.tor-reglamento .tor-pdf-wrap {
	position: relative;
	overflow: hidden;
	min-height: 85vh !important;
	height: 95vh !important;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	background: #1a1d24;
}

.sn-system-scope .tor-pdf-frame,
.tor-reglamento .tor-pdf-frame {
	width: 100%;
	height: 95vh;
	border: 0;
	display: block;
	background: #1a1d24;
}

.sn-system-scope .tor-pdf-note,
.tor-reglamento .tor-pdf-note {
	margin: 0.75rem 0 0;
	color: #9aa3b2;
	font-size: 0.9em;
}

.sn-system-scope .tor-pdf-overlay,
.tor-reglamento .tor-pdf-overlay {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background: transparent;
	z-index: 2;
	pointer-events: auto;
}

.sn-system-scope .tor-pdf-scroll-hole,
.tor-reglamento .tor-pdf-scroll-hole {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 160px;
	z-index: 3;
	pointer-events: none;
}

.sn-system-scope .tor-pdf-scroll-hole-left,
.tor-reglamento .tor-pdf-scroll-hole-left {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 80px;
	z-index: 3;
	pointer-events: none;
}

.sn-system-scope .tor-noselect,
.tor-reglamento .tor-noselect {
	user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

@media (max-width: 768px) {

	.sn-system-scope .tor-pdf-frame,
	.tor-reglamento .tor-pdf-frame {
		height: 90vh;
	}

	.sn-system-scope .tor-reglamento .tor-tabs,
	.tor-reglamento .tor-tabs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sn-system-scope .tor-rules-sanctions-table,
	.tor-reglamento .tor-rules-sanctions-table {
		display: none;
	}

	.sn-system-scope .tor-rules-sanctions-cards,
	.tor-reglamento .tor-rules-sanctions-cards {
		display: grid;
		gap: 12px;
	}

	.sn-system-scope .tor-sanction-card,
	.tor-reglamento .tor-sanction-card {
		padding: 14px;
		border-radius: 14px;
	}

	.sn-system-scope .tor-sanction-card__top,
	.tor-reglamento .tor-sanction-card__top,
	.sn-system-scope .tor-sanction-card__meta,
	.tor-reglamento .tor-sanction-card__meta {
		flex-direction: column;
		align-items: flex-start;
	}
}

/* tournament-rules:end */

/* pit-box-modals:start */
body.sn-np-modal-open {
	overflow: hidden;
}

.sn-system-scope .sn-np-copy-buffer,
.sn-np-copy-buffer {
	position: fixed;
	top: -9999px;
	left: -9999px;
	opacity: 0;
	pointer-events: none;
}

.sn-system-scope .sn-np-support-overlay,
.sn-system-scope .sn-np-inbox-modal-overlay,
.sn-np-support-overlay,
.sn-np-inbox-modal-overlay {
	position: fixed;
	inset: 0;
	z-index: 2147483001;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px;
	background: rgba(0, 0, 0, 0.82);
}

.sn-system-scope .sn-np-inbox-modal-overlay,
.sn-np-inbox-modal-overlay {
	z-index: 2147483000;
}

.sn-system-scope .sn-np-support-modal,
.sn-system-scope .sn-np-inbox-modal,
.sn-np-support-modal,
.sn-np-inbox-modal {
	width: min(760px, calc(100vw - 24px));
	max-height: 84vh;
	overflow: auto;
	border-radius: 24px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: #0a111d;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
	color: #eef4ff;
	padding: 18px;
}

.sn-system-scope .sn-np-support-modal,
.sn-np-support-modal {
	width: min(880px, calc(100vw - 24px));
}

.sn-system-scope .sn-np-inbox-modal__head,
.sn-np-inbox-modal__head {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 10px;
}

.sn-system-scope .sn-np-inbox-modal__title-wrap,
.sn-np-inbox-modal__title-wrap {
	flex: 1;
	min-width: 0;
	display: grid;
	gap: 6px;
}

.sn-system-scope .sn-np-inbox-modal__title,
.sn-np-inbox-modal__title {
	margin: 0;
	font-size: 22px;
	line-height: 1.15;
	color: #fff;
}

.sn-system-scope .sn-np-inbox-modal__meta,
.sn-np-inbox-modal__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 10px 0 16px;
	color: rgba(221, 231, 247, 0.78);
	font-size: 14px;
}

.sn-system-scope .sn-np-inbox-modal__body,
.sn-np-inbox-modal__body {
	display: grid;
	gap: 14px;
}

.sn-system-scope .sn-np-inbox-modal__reader,
.sn-np-inbox-modal__reader {
	overflow: auto;
	max-height: min(72vh, 760px);
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: #0a111d;
	padding: 18px;
}

.sn-system-scope .sn-np-inbox-modal__close,
.sn-np-inbox-modal__close {
	margin-left: auto;
}

@media (max-width: 768px) {

	.sn-system-scope .sn-np-support-overlay,
	.sn-system-scope .sn-np-inbox-modal-overlay,
	.sn-np-support-overlay,
	.sn-np-inbox-modal-overlay {
		padding: 10px;
	}

	.sn-system-scope .sn-np-support-modal,
	.sn-system-scope .sn-np-inbox-modal,
	.sn-np-support-modal,
	.sn-np-inbox-modal {
		width: calc(100vw - 20px);
		max-height: calc(100vh - 20px);
		padding: 14px;
		border-radius: 18px;
	}

	.sn-system-scope .sn-np-inbox-modal__head,
	.sn-np-inbox-modal__head {
		flex-direction: column;
	}

	.sn-system-scope .sn-np-inbox-modal__close,
	.sn-np-inbox-modal__close {
		margin-left: 0;
		width: 100%;
	}
}

/* pit-box-modals:end */

.sn-system-scope .sn-is-hidden {
	display: none;
}

.sn-system-scope .sn-inline-icon,
.sn-inline-icon {
	color: var(--sn-inline-icon-color, currentColor);
}

.sn-system-scope .snv3-top-row .sn-tl-row__bg {
	background-image: var(--sn-tl-row-bg, none);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sn-system-scope .snv3-event-row__bg {
	background-image: var(--sn-track-bg, none);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sn-system-scope .sn-event-row__agenda-bg-media {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.sn-eventos-note-image {
	display: block;
	max-width: 100%;
	height: auto;
	margin-top: 10px;
	border-radius: 6px;
}

.sn-system-scope .sn-license-header-runtime .sn-encabezado-licencia {
	display: grid;
	gap: var(--sn-space-2);
}

.sn-system-scope .sn-license-header-runtime .sn-license-header-runtime__loading {
	min-height: 112px;
	place-content: center;
	text-align: center;
}

.sn-system-scope .sn-license-header-runtime .sn-licencia-card {
	display: grid;
	grid-template-columns: 84px minmax(0, 1fr);
	align-items: center;
	gap: var(--sn-space-3);
	padding: var(--sn-space-3);
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background:
		linear-gradient(145deg, rgba(201, 13, 5, 0.12), transparent 44%),
		linear-gradient(180deg, rgba(15, 22, 36, 0.96), rgba(9, 15, 27, 0.98));
}

.sn-system-scope .sn-license-header-runtime .sn-licencia-card>img {
	width: 84px;
	height: 84px;
	object-fit: cover;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.04);
}

.sn-system-scope .sn-license-header-runtime .sn-licencia-detalle {
	display: grid;
	gap: var(--sn-space-2);
}

.sn-system-scope .sn-license-header-runtime .sn-licencia-mini-stats {
	display: flex;
	flex-wrap: wrap;
	gap: var(--sn-space-2);
}

.sn-system-scope .sn-license-header-runtime .sn-licencia-mini-stat {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 34px;
	padding: 0 12px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.04);
	color: #eef4ff;
	font-size: 14px;
	font-weight: 700;
}

.sn-system-scope .sn-license-header-runtime .sn-licencia-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 16px;
	border-radius: 12px;
	border: 1px solid rgba(255, 96, 80, 0.42);
	background: linear-gradient(180deg, #ef2f22 0%, #b31509 100%);
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

@media (max-width: 768px) {
	.sn-system-scope .sn-license-header-runtime .sn-licencia-card {
		grid-template-columns: 68px minmax(0, 1fr);
		padding: var(--sn-space-2);
	}

	.sn-system-scope .sn-license-header-runtime .sn-licencia-card>img {
		width: 68px;
		height: 68px;
		border-radius: 14px;
	}

	.sn-system-scope .sn-license-header-runtime .sn-licencia-mini-stat,
	.sn-system-scope .sn-license-header-runtime .sn-licencia-cta {
		min-height: 32px;
		font-size: 14px;
	}
}

.sn-system-scope .sn-license-init-card {
	display: grid;
	gap: var(--sn-space-3);
	padding: var(--sn-space-3);
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: linear-gradient(180deg, rgba(15, 22, 36, 0.96), rgba(9, 15, 27, 0.98));
}

.sn-system-scope .sn-license-init-card--success {
	border-color: rgba(74, 222, 128, 0.34);
	background:
		linear-gradient(145deg, rgba(74, 222, 128, 0.08), transparent 42%),
		linear-gradient(180deg, rgba(15, 22, 36, 0.96), rgba(9, 15, 27, 0.98));
}

.sn-system-scope .sn-license-init-card--error {
	border-color: rgba(255, 96, 80, 0.34);
	background:
		linear-gradient(145deg, rgba(239, 47, 34, 0.08), transparent 42%),
		linear-gradient(180deg, rgba(15, 22, 36, 0.96), rgba(9, 15, 27, 0.98));
}

.sn-system-scope .sn-license-init-card__content {
	display: grid;
	gap: var(--sn-space-2);
	color: #eef4ff;
	line-height: 1.55;
}

.sn-system-scope .sn-license-init-link {
	color: #fff;
	font-weight: 700;
	text-decoration: underline;
}

.sn-system-scope .sn-license-init-actions {
	display: flex;
	flex-wrap: wrap;
	gap: var(--sn-space-2);
}

.sn-system-scope .sn-license-init-form {
	display: grid;
	gap: var(--sn-space-3);
}

.sn-system-scope .sn-license-init-check {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: rgba(233, 241, 255, 0.88);
}

.sn-system-scope .sn-license-init-check input {
	margin-top: 2px;
}

.sn-system-scope .sn-license-init-modal {
	position: fixed;
	inset: 0;
	z-index: 10001;
	display: grid;
	place-items: center;
	padding: 20px;
	background: rgba(5, 10, 18, 0.78);
	backdrop-filter: blur(14px);
}

.sn-system-scope .sn-license-init-modal.sn-hidden {
	display: none;
}

.sn-system-scope .sn-license-init-modal__dialog {
	position: relative;
	width: min(680px, 100%);
	max-height: min(84vh, 780px);
	overflow: auto;
	padding: 24px;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: linear-gradient(180deg, rgba(15, 22, 36, 0.98), rgba(9, 15, 27, 1));
	box-shadow: 0 24px 50px rgba(0, 0, 0, 0.28);
}

.sn-system-scope .sn-license-init-modal__close {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 36px;
	height: 36px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.05);
	color: #fff;
	font-size: 20px;
	line-height: 1;
}

.sn-system-scope .sn-license-init-modal__title {
	margin: 0 40px 16px 0;
	color: #fff;
}

.sn-system-scope .sn-license-init-modal__content {
	color: rgba(232, 240, 255, 0.88);
	line-height: 1.6;
}

@media (max-width: 768px) {
	.sn-system-scope .sn-license-init-card {
		padding: var(--sn-space-2);
	}

	.sn-system-scope .sn-license-init-modal {
		padding: 10px;
	}

	.sn-system-scope .sn-license-init-modal__dialog {
		padding: 18px;
		border-radius: 18px;
	}
}

.sn-system-scope .sn-tournament-slider {
	display: grid;
	gap: var(--sn-space-3);
}

.sn-system-scope .sn-tournament-slider__viewport {
	overflow: hidden;
	border-radius: 18px;
}

.sn-system-scope .sn-tournament-slider__track {
	display: flex;
	transition: transform 0.35s ease;
	will-change: transform;
}

.sn-system-scope .sn-tournament-slider__card {
	flex: 0 0 100%;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
	gap: var(--sn-space-3);
	padding: var(--sn-space-3);
	border-radius: 18px;
	border: 1px solid rgba(100, 123, 161, 0.16);
	background: linear-gradient(180deg, rgba(15, 22, 36, 0.96), rgba(9, 15, 27, 0.98));
}

.sn-system-scope .sn-tournament-slider__image {
	min-height: 240px;
	border-radius: 16px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.04);
}

.sn-system-scope .sn-tournament-slider__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sn-system-scope .sn-tournament-slider__placeholder {
	display: grid;
	place-items: center;
	height: 100%;
	color: rgba(230, 237, 249, 0.78);
	font-weight: 700;
}

.sn-system-scope .sn-tournament-slider__body,
.sn-system-scope .sn-tournament-slider__footer,
.sn-system-scope .sn-tournament-slider__sponsors {
	display: grid;
	gap: var(--sn-space-2);
}

.sn-system-scope .sn-tournament-slider__body {
	align-content: space-between;
}

.sn-system-scope .sn-tournament-slider__title {
	margin: 0;
	color: #fff;
	font-size: 1.4rem;
}

.sn-system-scope .sn-tournament-slider__description {
	margin: 0;
	color: rgba(225, 234, 247, 0.76);
	line-height: 1.55;
}

.sn-system-scope .sn-tournament-slider__sponsors-track {
	display: flex;
	flex-wrap: wrap;
	gap: var(--sn-space-2);
}

.sn-system-scope .sn-tournament-slider__sponsor {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 96px;
	height: 54px;
	padding: 8px;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.04);
}

.sn-system-scope .sn-tournament-slider__sponsor img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.sn-system-scope .sn-tournament-slider__sponsor-placeholder {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
	font-weight: 800;
}

.sn-system-scope .sn-tournament-slider__actions {
	display: flex;
	justify-content: flex-start;
}

.sn-system-scope .sn-tournament-slider__controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: var(--sn-space-2);
}

.sn-system-scope .sn-tournament-slider__nav,
.sn-system-scope .sn-tournament-slider__dot {
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.05);
	color: #fff;
}

.sn-system-scope .sn-tournament-slider__nav {
	width: 38px;
	height: 38px;
	border-radius: 999px;
}

.sn-system-scope .sn-tournament-slider__dots {
	display: flex;
	align-items: center;
	gap: 8px;
}

.sn-system-scope .sn-tournament-slider__dot {
	width: 10px;
	height: 10px;
	padding: 0;
	border-radius: 999px;
}

.sn-system-scope .sn-tournament-slider__dot.is-active {
	background: linear-gradient(180deg, #ef2f22 0%, #b31509 100%);
	border-color: rgba(255, 96, 80, 0.44);
}

@media (min-width: 768px) {
	.sn-system-scope .sn-tournament-slider__card {
		flex-basis: 50%;
	}
}

@media (min-width: 1200px) {
	.sn-system-scope .sn-tournament-slider__card {
		flex-basis: 33.3333%;
	}
}

@media (max-width: 768px) {
	.sn-system-scope .sn-tournament-slider__card {
		grid-template-columns: 1fr;
		padding: var(--sn-space-2);
	}

	.sn-system-scope .sn-tournament-slider__image {
		min-height: 180px;
	}

	.sn-system-scope .sn-tournament-slider__title {
		font-size: 1.1rem;
	}

	.sn-system-scope .sn-tournament-slider__nav {
		width: 32px;
		height: 32px;
	}
}

.sn-system-scope .sn-system-messages-admin,
.sn-system-scope .sn-system-messages-admin__panel {
	display: grid;
	gap: var(--sn-space-3);
}

.sn-system-scope .sn-system-messages-admin__panel {
	padding: var(--sn-space-3);
	border-radius: 18px;
	border: 1px solid rgba(100, 123, 161, 0.16);
	background: linear-gradient(180deg, rgba(15, 22, 36, 0.96), rgba(9, 15, 27, 0.98));
}

.sn-system-scope .sn-system-messages-admin .sn-form-grid,
.sn-system-scope .sn-system-messages-admin .sn-destino-row,
.sn-system-scope .sn-system-messages-admin .sn-destino-edit-row,
.sn-system-scope .sn-system-messages-admin .sn-actions {
	display: grid;
	gap: var(--sn-space-2);
}

.sn-system-scope .sn-system-messages-admin .sn-form-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sn-system-scope .sn-system-messages-admin .sn-form-grid--compact {
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
}

.sn-system-scope .sn-system-messages-admin .sn-destino-row,
.sn-system-scope .sn-system-messages-admin .sn-destino-edit-row {
	grid-template-columns: minmax(160px, 1fr) minmax(120px, 0.6fr) minmax(200px, 0.9fr) auto auto;
	align-items: center;
}

.sn-system-scope .sn-system-messages-admin .sn-actions {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.sn-system-scope .sn-system-messages-admin .sn-result {
	padding: var(--sn-space-3);
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.04);
	color: #eef4ff;
}

.sn-system-scope .sn-system-messages-admin .sn-result.is-error {
	border-color: rgba(255, 96, 80, 0.28);
	background: rgba(239, 47, 34, 0.08);
}

.sn-system-scope .sn-system-messages-admin .sn-pill,
.sn-system-scope .sn-system-messages-admin .sn-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	padding: 0 10px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
}

.sn-system-scope .sn-system-messages-admin .sn-pill {
	background: rgba(255, 255, 255, 0.08);
	color: #eef4ff;
}

.sn-system-scope .sn-system-messages-admin .sn-badge-green {
	background: rgba(74, 222, 128, 0.18);
	color: #b9f7cf;
}

.sn-system-scope .sn-system-messages-admin .sn-badge-gray {
	background: rgba(148, 163, 184, 0.16);
	color: #d7dfec;
}

.sn-system-scope .sn-system-messages-admin .sn-selected {
	outline: 1px solid rgba(255, 96, 80, 0.32);
	background: rgba(239, 47, 34, 0.06);
}

.sn-system-scope .sn-system-messages-admin .sn-row-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

@media (max-width: 768px) {
	.sn-system-scope .sn-system-messages-admin__panel {
		padding: var(--sn-space-2);
	}

	.sn-system-scope .sn-system-messages-admin .sn-form-grid,
	.sn-system-scope .sn-system-messages-admin .sn-form-grid--compact,
	.sn-system-scope .sn-system-messages-admin .sn-destino-row,
	.sn-system-scope .sn-system-messages-admin .sn-destino-edit-row,
	.sn-system-scope .sn-system-messages-admin .sn-actions {
		grid-template-columns: 1fr;
	}
}

.sn-system-scope .sn-present-complaints__table-wrap {
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 16px;
	overflow: hidden;
	background: rgba(8, 11, 20, 0.72);
}

.sn-system-scope .sn-denuncias-presentar {
	display: grid;
	gap: 14px;
}

.sn-system-scope .sn-present-complaints__table td {
	vertical-align: middle;
}

.sn-system-scope .sn-present-complaints__table .sn-actions {
	width: 168px;
}

.sn-system-scope .sn-present-complaints__modal {
	backdrop-filter: blur(8px);
}

.sn-system-scope .sn-present-complaints__dialog {
	width: min(860px, calc(100vw - 24px));
	border-radius: 22px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: linear-gradient(180deg, rgba(18, 24, 38, 0.98), rgba(10, 15, 26, 0.98));
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.5);
}

.sn-system-scope .sn-present-complaints__header,
.sn-system-scope .sn-present-complaints__footer {
	gap: 12px;
}

.sn-system-scope .sn-present-complaints__body {
	display: grid;
	gap: 14px;
}

.sn-system-scope .sn-present-complaints__form-head {
	align-items: flex-start;
}

.sn-system-scope .sn-present-complaints__modal label {
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.92);
}

.sn-system-scope .sn-present-complaints__modal .sn-input,
.sn-system-scope .sn-present-complaints__modal .select2-container--default .select2-selection--single,
.sn-system-scope .sn-present-complaints__modal .select2-container--default .select2-selection--multiple {
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(6, 10, 18, 0.88);
	color: #fff;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.sn-system-scope .sn-present-complaints__modal .sn-input {
	min-height: 52px;
	padding: 14px 16px;
}

.sn-system-scope .sn-present-complaints__modal .sn-input--textarea {
	min-height: 188px;
	resize: vertical;
}

.sn-system-scope .sn-present-complaints__modal .select2-container {
	width: 100% !important;
}

.sn-system-scope .sn-present-complaints__modal .select2-container--default .select2-selection--single {
	height: 52px;
	padding: 11px 14px;
}

.sn-system-scope .sn-present-complaints__modal .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-left: 0;
	line-height: 28px;
	color: #fff;
}

.sn-system-scope .sn-present-complaints__modal .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 50px;
	right: 10px;
}

.sn-system-scope .sn-present-complaints__modal .select2-container--default .select2-selection--multiple {
	min-height: 52px;
	padding: 8px 12px;
}

.sn-system-scope .sn-present-complaints__modal .select2-container--default .select2-search--inline .select2-search__field {
	color: #fff;
}

.sn-system-scope .sn-inv-warning:empty,
.sn-system-scope .sn-config-notas-head:empty,
.sn-system-scope .sn-config-notas:empty,
.sn-system-scope .sn-status:empty {
	display: none;
}

.sn-system-scope .sn-inv-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.sn-system-scope .tor-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 6px 10px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.06);
	font-size: 14px;
	font-weight: 600;
}

.sn-system-scope .tor-badge button {
	border: 0;
	background: transparent;
	color: inherit;
	cursor: pointer;
	padding: 0;
	line-height: 1;
}

.sn-system-scope .sn-adjuntos-dynamic {
	display: grid;
	gap: 12px;
}

.sn-system-scope .sn-present-complaints__footer {
	justify-content: space-between;
}

.sn-system-scope .sn-present-complaints__footer .sn-btn-primary {
	box-shadow: 0 16px 30px rgba(194, 34, 27, 0.28);
}

.sn-system-scope .sn-file-item {
	padding: 12px;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.03);
}

.sn-system-scope .sn-file-item label {
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 700;
}

.sn-system-scope .sn-help {
	margin-top: 8px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.72);
}

.sn-system-scope .sn-toast-container {
	position: fixed;
	right: 16px;
	bottom: 16px;
	z-index: 10001;
	display: grid;
	gap: 10px;
	max-width: min(360px, calc(100vw - 24px));
}

.sn-system-scope .sn-toast,
.sn-toast {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 14px;
	border-radius: 14px;
	background: rgba(10, 15, 26, 0.94);
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
	color: #fff;
}

.sn-system-scope .sn-toast--success,
.sn-toast--success {
	border-color: rgba(66, 196, 111, 0.38);
}

.sn-system-scope .sn-toast--error,
.sn-toast--error {
	border-color: rgba(255, 94, 94, 0.38);
}

.sn-system-scope .sn-toast-icon,
.sn-toast-icon {
	color: #8fdc9b;
}

.sn-system-scope .sn-toast--error .sn-toast-icon,
.sn-toast--error .sn-toast-icon {
	color: #ff8b8b;
}

.sn-system-scope .sn-toast-close,
.sn-toast-close {
	margin-left: auto;
	border: 0;
	background: transparent;
	color: inherit;
	cursor: pointer;
	padding: 0;
}

.sn-system-scope .sesion-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 4px 8px;
	border-radius: 999px;
	background: color-mix(in srgb, var(--sesion-color, #53657e) 22%, transparent);
	border: 1px solid color-mix(in srgb, var(--sesion-color, #53657e) 48%, transparent);
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.sn-system-scope .tor-countdown {
	display: inline-flex;
	flex-direction: column;
	gap: 2px;
	min-width: 96px;
}

.sn-system-scope .tor-countdown .cd-label {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.68);
}

.sn-system-scope .tor-countdown .cd-time {
	font-size: 14px;
	font-weight: 700;
}

.sn-system-scope .tor-countdown.pulse .cd-time {
	color: #ffd97a;
}

.sn-system-scope .tor-countdown.ended .cd-time {
	color: #ff8b8b;
}

.sn-system-scope .tor-den-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

@media (max-width: 768px) {
	.sn-system-scope .sn-present-complaints__dialog {
		width: calc(100vw - 16px);
	}

	.sn-system-scope .sn-present-complaints__form-head {
		flex-direction: column;
	}

	.sn-system-scope .sn-file-item {
		padding: 10px;
	}
}

.sn-system-scope .tor-cal-rally {
	display: grid;
	gap: 14px;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.sn-system-scope .sn-shortcode-shell__body > .tor-cal-rally {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.sn-system-scope .tor-cal-rally-head,
.sn-system-scope .tor-cal-rally-toolbar {
	display: grid;
	gap: 10px;
}

.sn-system-scope .tor-cal-rally-head {
	align-items: start;
}

.sn-system-scope .tor-cal-rally-division-tabs,
.sn-system-scope .tor-cal-rally-event-tabs {
	display: flex;
	flex-wrap: nowrap;
	gap: 8px;
}

.sn-system-scope .tor-cal-rally-event-tabs {
	overflow-x: auto;
	overflow-y: hidden;
	padding-bottom: 4px;
	scrollbar-width: thin;
	align-items: stretch;
}

.sn-system-scope .tor-cal-rally-event-tabs::-webkit-scrollbar {
	height: 8px;
}

.sn-system-scope .tor-cal-rally-event-tabs::-webkit-scrollbar-thumb {
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.16);
}

.sn-system-scope .tor-cal-rally-event-tabs .sn-tab,
.sn-system-scope .tor-cal-rally-division-tabs .sn-tab {
	min-height: 36px;
}

.sn-system-scope .tor-cal-rally-event-tabs .sn-tab {
	display: grid;
	grid-template-rows: auto auto;
	gap: 10px;
	align-content: start;
	flex: 0 0 clamp(220px, 19vw, 280px);
	min-width: 220px;
	min-height: 92px;
	padding: 14px 16px 12px;
	border-radius: 14px;
	border: 1px solid rgba(124, 148, 255, 0.3);
	background: linear-gradient(180deg, rgba(33, 48, 91, 0.94), rgba(21, 29, 54, 0.94));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
	text-align: left;
}

.sn-system-scope .tor-cal-rally-event-tabs .sn-tab.active,
.sn-system-scope .tor-cal-rally-event-tabs .sn-tab.on {
	transform: translateY(-1px);
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04), 0 12px 28px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.sn-system-scope .tor-cal-rally-event-tabs .sn-tab.tor-rally-ev--encurso {
	border-color: rgba(79, 226, 171, 0.42);
	background: linear-gradient(180deg, rgba(23, 67, 56, 0.94), rgba(18, 37, 36, 0.94));
}

.sn-system-scope .tor-cal-rally-event-tabs .sn-tab.tor-rally-ev--finalizado {
	border-color: rgba(86, 214, 149, 0.32);
	background: linear-gradient(180deg, rgba(24, 53, 45, 0.94), rgba(19, 33, 33, 0.94));
}

.sn-system-scope .tor-cal-rally-event-tabs .sn-tab.tor-rally-ev--sin_fecha {
	border-color: rgba(255, 255, 255, 0.14);
	background: linear-gradient(180deg, rgba(33, 37, 51, 0.94), rgba(23, 28, 40, 0.94));
}

.sn-system-scope .tor-cal-rally-event-tabs .sn-tab.active.tor-rally-ev--proximo,
.sn-system-scope .tor-cal-rally-event-tabs .sn-tab.on.tor-rally-ev--proximo {
	border-color: rgba(114, 153, 255, 0.52);
	background: linear-gradient(180deg, rgba(46, 67, 123, 0.98), rgba(27, 39, 76, 0.98));
}

.sn-system-scope .tor-cal-rally-event-tabs .sn-tab.active.tor-rally-ev--encurso,
.sn-system-scope .tor-cal-rally-event-tabs .sn-tab.on.tor-rally-ev--encurso {
	border-color: rgba(86, 240, 183, 0.56);
	background: linear-gradient(180deg, rgba(20, 83, 64, 0.98), rgba(16, 53, 45, 0.98));
}

.sn-system-scope .tor-cal-rally-event-tabs .sn-tab.active.tor-rally-ev--finalizado,
.sn-system-scope .tor-cal-rally-event-tabs .sn-tab.on.tor-rally-ev--finalizado {
	border-color: rgba(129, 169, 255, 0.36);
	background: linear-gradient(180deg, rgba(52, 39, 47, 0.98), rgba(35, 28, 37, 0.98));
}

.sn-system-scope .tor-cal-rally-event-tabs .sn-tab.active.tor-rally-ev--sin_fecha,
.sn-system-scope .tor-cal-rally-event-tabs .sn-tab.on.tor-rally-ev--sin_fecha {
	border-color: rgba(255, 255, 255, 0.22);
	background: linear-gradient(180deg, rgba(41, 45, 59, 0.98), rgba(28, 33, 45, 0.98));
}

.sn-system-scope .tor-rally-toggle {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	width: fit-content;
	padding: 8px 12px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.04);
	font-size: 14px;
	font-weight: 700;
}

.sn-system-scope .tor-rally-toggle input {
	display: none;
}

.sn-system-scope .tor-rally-toggle-slider {
	position: relative;
	display: inline-flex;
	width: 40px;
	height: 22px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
}

.sn-system-scope .tor-rally-toggle-slider::after {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #fff;
	transition: transform 0.2s ease;
}

.sn-system-scope .tor-rally-toggle input:checked+.tor-rally-toggle-slider::after {
	transform: translateX(18px);
}

.sn-system-scope .tor-cal-rally-status {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	width: fit-content;
	min-height: 40px;
	padding: 8px 16px;
	border-radius: 999px;
	border: 1px solid rgba(116, 146, 255, 0.24);
	background: linear-gradient(180deg, rgba(30, 42, 83, 0.94), rgba(18, 27, 55, 0.94));
	font-size: 14px;
	font-weight: 700;
	color: rgba(241, 246, 255, 0.92);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.sn-system-scope .tor-cal-rally-toolbar {
	grid-template-columns: auto 1fr auto;
	align-items: center;
}

.sn-system-scope .tor-cal-rally-status__time {
	color: rgba(233, 240, 255, 0.84);
	font-size: 13px;
	font-weight: 700;
}

.sn-system-scope .tor-cal-rally-table {
	padding: 10px 0 0;
	border-radius: 16px;
	border: 0;
	background: transparent;
}

.sn-system-scope .tor-cal-rally-table.tor-loading {
	display: grid;
	place-items: center;
	min-height: 220px;
	color: rgba(255, 255, 255, 0.72);
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(9, 12, 20, 0.48);
}

.sn-system-scope .sn-shortcode-shell__body > .tor-denuncias {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	width: 100%;
	min-width: 0;
	max-width: 100%;
}

.sn-system-scope .tor-denuncias-stage {
	width: 100%;
	min-width: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.sn-system-scope .tor-den-section {
	display: grid;
	gap: 12px;
	width: 100%;
	min-width: 0;
}

.sn-system-scope .tor-den-section > .sn-table-wrap--tournament {
	width: 100%;
	min-width: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	overflow: visible;
}

.sn-system-scope .tor-denuncias-table {
	width: 100%;
	min-width: 0;
	table-layout: fixed;
	border-radius: 14px;
	overflow: hidden;
}

.sn-system-scope .tor-denuncias-table td[data-label="Involucrados"] {
	display: table-cell;
}

.sn-system-scope .tor-denuncias-table td[data-label="Involucrados"] > span {
	display: inline-flex;
	margin: 4px 6px 4px 0;
	max-width: 100%;
}

.sn-system-scope .tor-denuncias-table th,
.sn-system-scope .tor-denuncias-table td {
	min-width: 0;
	vertical-align: middle;
}

.sn-system-scope .tor-denuncias-table th {
	white-space: nowrap;
}

.sn-system-scope .tor-denuncias-table td {
	white-space: normal;
	word-break: break-word;
}

.sn-system-scope .tor-denuncias-table td[data-label="Ronda/Sesión"],
.sn-system-scope .tor-denuncias-table td[data-label="Ronda/Sesión"],
.sn-system-scope .tor-denuncias-table td[data-label="Carrera/Vuelta"] {
	line-height: 1.35;
}

.sn-system-scope .tor-denuncias-table td[data-label="Detalle"] {
	width: 148px;
}

.sn-system-scope .tor-den-subtitle {
	margin: 0;
	font-size: 1.1rem;
	font-weight: 800;
	color: #f5f8ff;
}

.sn-system-scope .tor-den-detalle {
	min-width: 96px;
	justify-content: center;
}

.sn-system-scope .tor-den-detalle.sn-btn-primary {
	box-shadow: 0 14px 28px rgba(181, 22, 16, 0.2);
}

.sn-system-scope .tor-denuncias .sn-empty-state,
.sn-system-scope .tor-denuncias .sn-loading-state {
	width: 100%;
	max-width: none;
}

#tor-root.sn-torneo-dashboard .tor-content .sn-shortcode-shell:has(.sn-present-complaints),
#tor-root.sn-torneo-dashboard .tor-content .sn-shortcode-shell:has(.tor-denuncias) {
	gap: 10px;
}

#tor-root.sn-torneo-dashboard .tor-content .sn-shortcode-shell:has(.sn-present-complaints) .sn-shortcode-shell__body,
#tor-root.sn-torneo-dashboard .tor-content .sn-shortcode-shell:has(.tor-denuncias) .sn-shortcode-shell__body {
	padding: 0;
	border: 0;
	background: transparent;
	overflow: visible;
}

#tor-root.sn-torneo-dashboard .tor-content .sn-shortcode-shell:has(.sn-present-complaints) .sn-present-complaints__table-wrap,
#tor-root.sn-torneo-dashboard .tor-content .sn-shortcode-shell:has(.tor-denuncias) .tor-denuncias-stage {
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.02);
	padding: 12px;
}

#tor-root.sn-torneo-dashboard .tor-content .sn-shortcode-shell:has(.tor-denuncias) .tor-den-section {
	padding: 0;
	border: 0;
	background: transparent;
}

@media (max-width: 1180px) {
	.sn-system-scope .tor-denuncias-table {
		table-layout: auto;
	}

	.sn-system-scope .tor-denuncias-table td[data-label="Detalle"] {
		width: auto;
	}
}

.sn-system-scope .tor-pager {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding-top: 12px;
}

.sn-system-scope .tor-pager-info {
	color: rgba(228, 236, 248, 0.76);
	font-size: 0.9rem;
	font-weight: 700;
}

body #tor-denuncias-modal-global {
	position: fixed;
	inset: 0;
	z-index: 2147483300;
	display: grid;
	place-items: center;
	padding: 24px;
	background: rgba(4, 7, 12, 0.72);
	backdrop-filter: blur(10px);
}

body #tor-denuncias-modal-global[hidden] {
	display: none !important;
}

body #tor-denuncias-modal-global .tor-den-modal {
	width: min(1180px, calc(100vw - 48px));
	max-height: calc(100vh - 48px);
	display: grid;
	grid-template-rows: auto minmax(0, 1fr);
	border-radius: 24px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 14%),
		linear-gradient(145deg, rgba(12, 18, 30, 0.98), rgba(8, 13, 22, 0.98));
	box-shadow: 0 32px 80px rgba(0, 0, 0, 0.42);
	overflow: hidden;
}

body #tor-denuncias-modal-global .tor-den-modal__header {
	display: grid;
	gap: 14px;
	padding: 20px 22px 16px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

body #tor-denuncias-modal-global .tor-den-modal__header-main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

body #tor-denuncias-modal-global .sn-modal__title {
	margin: 0;
	font-size: 1.4rem;
	font-weight: 900;
	color: #f5f8ff;
}

body #tor-denuncias-modal-global .sn-modal__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 12px;
	flex-shrink: 0;
}

body #tor-denuncias-modal-global .tor-den-modal__tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

body #tor-denuncias-modal-global .tor-den-modal__tabs .sn-tab {
	min-height: 42px;
	padding-inline: 16px;
}

body #tor-denuncias-modal-global .tor-den-modal__tabs .sn-tab.active,
body #tor-denuncias-modal-global .tor-den-modal__tabs .sn-tab.on {
	background: linear-gradient(180deg, #cf1d10, #a70f08);
	border-color: rgba(255, 120, 108, 0.42);
	color: #fff;
	box-shadow: 0 14px 28px rgba(181, 22, 16, 0.22);
}

body #tor-denuncias-modal-global .sn-modal__body {
	overflow: auto;
	padding: 20px 22px 24px;
	display: grid;
	gap: 18px;
}

body #tor-denuncias-modal-global .den-info-wrap--v2,
body #tor-denuncias-modal-global .den-con-wrap {
	display: grid;
	gap: 18px;
}

body #tor-denuncias-modal-global .den-summary-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

body #tor-denuncias-modal-global .den-summary-card,
body #tor-denuncias-modal-global .den-block,
body #tor-denuncias-modal-global .den-concepto,
body #tor-denuncias-modal-global .den-sanciones,
body #tor-denuncias-modal-global .den-add-form {
	display: grid;
	gap: 12px;
	padding: 16px;
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: linear-gradient(145deg, rgba(20, 28, 43, 0.9), rgba(12, 17, 28, 0.94));
}

body #tor-denuncias-modal-global .den-summary-card__label,
body #tor-denuncias-modal-global .den-block__head span {
	color: rgba(228, 236, 248, 0.66);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

body #tor-denuncias-modal-global .den-summary-card__value {
	color: #f5f8ff;
	font-size: 1.02rem;
	font-weight: 800;
}

body #tor-denuncias-modal-global .den-block__head {
	display: grid;
	gap: 4px;
}

body #tor-denuncias-modal-global .den-block__head h5,
body #tor-denuncias-modal-global .den-concepto h5,
body #tor-denuncias-modal-global .den-sanciones h5,
body #tor-denuncias-modal-global .den-add-title {
	margin: 0;
	color: #f5f8ff;
	font-size: 1.02rem;
	font-weight: 800;
}

body #tor-denuncias-modal-global .den-invol-list,
body #tor-denuncias-modal-global .den-timeline {
	display: grid;
	gap: 12px;
}

body #tor-denuncias-modal-global .den-inv-item,
body #tor-denuncias-modal-global .den-com-item {
	display: grid;
	gap: 10px;
	padding: 14px 16px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.05);
}

body #tor-denuncias-modal-global .den-com-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

body #tor-denuncias-modal-global .den-com-user {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

body #tor-denuncias-modal-global .den-com-user__name,
body #tor-denuncias-modal-global .den-inv-name {
	color: #f5f8ff;
	font-weight: 800;
}

body #tor-denuncias-modal-global .den-inv-item .sn-badge,
body #tor-denuncias-modal-global .den-com-user .sn-badge,
body #tor-denuncias-modal-global .den-adj-item .sn-badge,
body #tor-denuncias-modal-global .den-san-table .sn-badge {
	width: fit-content;
}

body #tor-denuncias-modal-global .den-com-date,
body #tor-denuncias-modal-global .den-summary-card__extra {
	color: rgba(228, 236, 248, 0.72);
	font-size: 0.86rem;
	font-weight: 700;
}

body #tor-denuncias-modal-global .den-com-text {
	color: #f4f7ff;
	line-height: 1.6;
}

body #tor-denuncias-modal-global .den-adjuntos {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

body #tor-denuncias-modal-global .den-adj-item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

body #tor-denuncias-modal-global .den-adj-link {
	color: #ffb9b1;
	font-weight: 800;
	text-decoration: none;
}

body #tor-denuncias-modal-global .den-adj-link:hover {
	color: #ffd4cf;
}

body #tor-denuncias-modal-global .den-add-form label {
	display: block;
	margin-bottom: 6px;
	color: rgba(228, 236, 248, 0.86);
	font-size: 0.88rem;
	font-weight: 800;
}

body #tor-denuncias-modal-global .den-add-form textarea,
body #tor-denuncias-modal-global .den-add-form input,
body #tor-denuncias-modal-global .den-add-form select {
	width: 100%;
	background: rgba(7, 11, 19, 0.92);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	color: #f5f8ff;
	padding: 10px 12px;
}

body #tor-denuncias-modal-global .den-add-actions {
	display: flex;
	justify-content: flex-end;
	gap: 12px;
}

body #tor-denuncias-modal-global .den-san-table-wrap {
	overflow-x: auto;
}

@media (max-width: 900px) {
	body #tor-denuncias-modal-global {
		padding: 14px;
	}

	body #tor-denuncias-modal-global .tor-den-modal {
		width: min(100vw - 28px, 100%);
		max-height: calc(100vh - 28px);
	}

	body #tor-denuncias-modal-global .den-summary-grid {
		grid-template-columns: 1fr;
	}

	body #tor-denuncias-modal-global .den-com-head,
	body #tor-denuncias-modal-global .den-add-actions {
		flex-direction: column;
		align-items: stretch;
	}
}

.sn-system-scope .tor-stage-head {
	display: grid;
	gap: 6px;
}

.sn-system-scope .tor-stage-open,
.sn-system-scope .tor-rally-ev-info {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.06);
	color: inherit;
	border-radius: 999px;
	cursor: pointer;
}

.sn-system-scope .tor-stage-open {
	min-height: 26px;
	padding: 0 10px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.sn-system-scope .tor-rally-ev-info {
	width: 28px;
	height: 28px;
	font-size: 13px;
	font-weight: 700;
	flex-shrink: 0;
	align-self: start;
}

.sn-system-scope .tor-rally-ev-title-wrap,
.sn-system-scope .tor-rally-ev-sub {
	display: flex;
	align-items: center;
	gap: 8px;
}

.sn-system-scope .tor-rally-ev-title-wrap {
	justify-content: space-between;
	align-items: flex-start;
	gap: 10px;
}

.sn-system-scope .tor-rally-ev-title {
	font-size: 15px;
	font-weight: 800;
	line-height: 1.15;
	color: #f5f8ff;
	max-width: calc(100% - 36px);
	text-wrap: balance;
}

.sn-system-scope .tor-rally-ev-sub {
	flex-wrap: wrap;
	font-size: 13px;
	font-weight: 700;
	color: rgba(229, 238, 255, 0.8);
	align-self: end;
}

.sn-system-scope .tor-rally-status-pill {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 0 10px;
	border-radius: 999px;
	border: 1px solid transparent;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	white-space: nowrap;
}

.sn-system-scope .tor-rally-status-proximo {
	border-color: rgba(99, 142, 255, 0.28);
	background: linear-gradient(180deg, rgba(60, 96, 214, 0.3), rgba(40, 65, 146, 0.22));
	color: #b7cdff;
}

.sn-system-scope .tor-rally-status-encurso {
	border-color: rgba(62, 204, 145, 0.28);
	background: linear-gradient(180deg, rgba(31, 136, 102, 0.32), rgba(21, 102, 82, 0.22));
	color: #b3f3d6;
}

.sn-system-scope .tor-rally-status-finalizado {
	border-color: rgba(87, 204, 122, 0.24);
	background: linear-gradient(180deg, rgba(54, 125, 77, 0.3), rgba(37, 85, 57, 0.22));
	color: #bceec8;
}

.sn-system-scope .tor-rally-status-sin_fecha {
	border-color: rgba(255, 255, 255, 0.14);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.05));
	color: rgba(255, 255, 255, 0.74);
}

@media (max-width: 900px) {
	.sn-system-scope .tor-cal-rally-event-tabs .sn-tab {
		flex-basis: 280px;
		min-width: 280px;
	}

	.sn-system-scope .tor-cal-rally-toolbar {
		grid-template-columns: 1fr;
		justify-items: start;
	}

	.sn-system-scope .tor-cal-rally-status {
		width: 100%;
		justify-content: flex-start;
	}
}

.sn-system-scope .tor-pos-badge {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 4px 8px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	font-size: 14px;
	font-weight: 700;
}

.sn-system-scope .tor-pos-badge.is-leader {
	background: rgba(255, 210, 79, 0.18);
	color: #ffd86d;
}

.sn-system-scope .tor-pos-with-bar {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.sn-system-scope .tor-pos-bar {
	width: 3px;
	height: 18px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
}

.sn-system-scope .tor-pos-with-bar.is-finished .tor-pos-bar {
	background: #57cc7a;
}

.sn-system-scope .tor-pos-with-bar.is-running .tor-pos-bar {
	background: #ffc44c;
}

.sn-system-scope .tor-stage-cell {
	display: grid;
	gap: 4px;
	min-width: 80px;
}

.sn-system-scope .tor-stage-cell .tor-time,
.sn-system-scope .tor-stage-cell .tor-diff {
	font-size: 14px;
}

.sn-system-scope .tor-stage-cell .tor-diff.is-plus {
	color: #ffd67d;
}

.sn-system-scope .tor-rally-legend {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 12px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.72);
}

.sn-system-scope .tor-stage-modal,
.sn-system-scope .tor-event-modal {
	position: fixed;
	inset: 0;
	z-index: 10001;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 16px;
	background: rgba(5, 8, 14, 0.76);
	backdrop-filter: blur(10px);
}

.sn-system-scope .tor-stage-modal.on,
.sn-system-scope .tor-event-modal.on {
	display: flex;
}

.sn-system-scope .tor-stage-modal-card,
.sn-system-scope .tor-event-modal-card {
	width: min(980px, 100%);
	max-height: calc(100vh - 32px);
	overflow: auto;
	padding: 16px;
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(10, 14, 24, 0.96);
	box-shadow: 0 30px 70px rgba(0, 0, 0, 0.34);
}

.sn-system-scope .tor-stage-modal-head,
.sn-system-scope .tor-event-modal-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
}

.sn-system-scope .tor-event-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 12px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 768px) {
	.sn-system-scope .tor-cal-rally-toolbar {
		grid-template-columns: 1fr;
	}

	.sn-system-scope .tor-cal-rally-table {
		padding: 10px;
	}
}

/* =========================================================================
   Arquitectura Fiel SN y Minimalismo Habilitado (Chat Simulator)
   ========================================================================= */

/* Destruir TODOS LOS PADDINGS HEREDADOS DEL ALOJAMIENTO DEL SHORTCODE EN WOODMART */
.sn-system-scope.sn-chat-module.nitro-chat-container.sn-chat-panel-instance,
.sn-system-scope.sn-chat-module.nitro-chat-container,
.sn-system-scope .sn-sim-chat-panel,
.sn-system-scope .tor-panel-chat,
.sn-system-scope .tor-panel-chat-mount,
.sn-system-scope .sn-chat-item,
.sn-system-scope .sn-shortcode-block {
	padding: 0;
	margin: 0;
	border: none;
	background: transparent;
	box-shadow: none;
	min-height: auto;
}

/* Interfaz Principal del Chat contenida (El selector supremo asfixia la L11285 de CSS) */
.sn-system-scope.sn-chat-module.nitro-chat-container [data-role="chat-interface"] {
	background-color: #0b1116;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.025);
	overflow: hidden;
	padding: 0;
}

/* Header apegado y simplificado a un (1) solo renglón */
.sn-system-scope.sn-chat-module.nitro-chat-container .sn-chat-module__header {
	background-color: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.03);
	padding: 4px 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 36px;
	height: 36px;
	/* Ocluye espacios grandes y recorta excesos */
}

.sn-system-scope.sn-chat-module.nitro-chat-container .sn-chat-module__header .sn-module__title {
	color: #f7f9fa;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0;
	line-height: 1;
}

/* Controles derechos (Volumen sin caja y TallyUsuarios) */
.sn-system-scope.sn-chat-module.nitro-chat-container .sn-chat-module__header-meta {
	gap: 10px;
	display: flex;
	align-items: center;
}

.sn-system-scope.sn-chat-module.nitro-chat-container .sn-chat-module__header-action[data-role="sound-toggle"] {
	background: transparent;
	border: none;
	color: #636b75;
	padding: 0;
	width: auto;
	height: auto;
	box-shadow: none;
	display: inline-flex;
}

.sn-system-scope.sn-chat-module.nitro-chat-container .sn-chat-module__header-action[data-role="sound-toggle"] svg {
	width: 14px;
	height: 14px;
}

.sn-system-scope.sn-chat-module.nitro-chat-container .sn-chat-module__header-action[data-role="sound-toggle"] .nc-icon--sound-off {
	display: none;
}

.sn-system-scope.sn-chat-module.nitro-chat-container .sn-chat-module__header-action[data-role="sound-toggle"][aria-pressed="true"] .nc-icon--sound-on {
	display: none;
}

.sn-system-scope.sn-chat-module.nitro-chat-container .sn-chat-module__header-action[data-role="sound-toggle"][aria-pressed="true"] .nc-icon--sound-off {
	display: inline-flex;
}

/* Usuarios en texto plano verde sin cajas ni bordes para ahorrar renglones */
.sn-system-scope.sn-chat-module.nitro-chat-container .sn-chat-module__presence {
	color: #3bb273;
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: 700;
}

.sn-system-scope.sn-chat-module.nitro-chat-container .sn-chat-module__presence span {
	color: #3bb273;
}

/* Área Footer Compuesta */
.sn-system-scope.sn-chat-module.nitro-chat-container .sn-chat-module__composer {
	background-color: transparent;
	border-top: none;
	padding: 8px 12px 12px 12px;
}

/* La pastilla redondeada madre del Footer */
.sn-system-scope.sn-chat-module.nitro-chat-container .sn-chat-module__composer>div:not([data-role="emoji-picker"]) {
	background-color: #080c10;
	border: 1px solid rgba(255, 255, 255, 0.035);
	border-radius: 999px;
	display: flex;
	align-items: center;
	padding: 3px;
	height: 36px;
}

.sn-system-scope.sn-chat-module.nitro-chat-container .sn-chat-module__input-row {
	display: grid;
	grid-template-columns: 26px minmax(0, 1fr) 28px;
	align-items: center;
	gap: 0;
	width: 100%;
}

/* Emoji (flat icon) colado al input-row */
.sn-system-scope.sn-chat-module.nitro-chat-container .sn-chat-module__composer-action[data-role="emoji-toggle"] {
	background: transparent;
	border: none;
	box-shadow: none;
	color: #636b75;
	flex: 0 0 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
}

.sn-system-scope.sn-chat-module.nitro-chat-container .sn-chat-module__composer-action[data-role="emoji-toggle"] svg {
	width: 16px;
	height: 16px;
	fill: currentColor;
}

/* Input field dinámico pero no asfixiante */
.sn-system-scope.sn-chat-module.nitro-chat-container .sn-chat-module__input {
	background: transparent;
	border: none;
	color: #fff;
	flex: 1 1 auto;
	min-width: 0;
	height: 100%;
	padding: 0 4px 0 4px;
	box-shadow: none;
	outline: none;
	border-radius: 0;
	font-size: 13px;
}

.sn-system-scope.sn-chat-module.nitro-chat-container .sn-chat-module__input::placeholder {
	color: #434a53;
}

/* Botón Enviar estático rojo redondo (Asfixia de L11308 overrideada) */
.sn-system-scope.sn-chat-module.nitro-chat-container .sn-chat-module__send,
.sn-system-scope.sn-chat-module.nitro-chat-container.sn-chat-panel-instance .sn-chat-module__send {
	background: #cc1010;
	color: #fff;
	border-radius: 999px;
	border: none;
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	min-width: 28px;
	max-width: 28px;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	aspect-ratio: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	justify-self: end;
	box-shadow: none;
}

.sn-system-scope.sn-chat-module.nitro-chat-container .sn-chat-module__send span {
	display: inline-flex;
	font-weight: 800;
	font-size: 14px;
	line-height: 1;
}

/* =========================================================================
   Reparación de Banner: Aspect-ratio natural
   ========================================================================= */

body .sn-module[data-sn-banner-carousel] .sn-banners-slider__viewport {
	aspect-ratio: auto;
	height: auto;
}

body .sn-module[data-sn-banner-carousel] {
	height: auto;
}

/* =========================================================================
   Rediseño Licencia Runtime Header (Horizontal Layout Exacto)
   ========================================================================= */

/* =========================================================================
   Rediseño Licencia Runtime Header (Horizontal Layout Exacto)
   ========================================================================= */

/* =========================================================================
   Rediseño Licencia Runtime Header (Horizontal Layout Exacto - Una sola fila)
   ========================================================================= */

/* Limpieza de contenedores externos para eliminar márgenes/"aire" sobrante */
html body .sn-system-scope.sn-license-header-runtime,
html body .sn-system-scope.sn-license-header-runtime .sn-encabezado-panel,
html body .sn-system-scope.sn-license-header-runtime .sn-encabezado-licencia {
	padding: 0 !important;
	margin: 0 !important;
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	min-height: 0 !important;
}

html body .sn-system-scope.sn-license-header-runtime .sn-licencia-card,
html body .sn-system-scope.sn-license-header-runtime .sn-licencia-detalle,
html body .sn-system-scope.sn-license-header-runtime .sn-licencia-mini-stats {
	display: flex !important;
	/* Forzado por colisión con theme */
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	gap: 8px !important;
	width: auto !important;
	margin: 0 !important;
}

html body .sn-system-scope.sn-license-header-runtime .sn-licencia-card {
	background: #0d121b !important;
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
	border-radius: 12px !important;
	padding: 6px 10px !important;
}

/* Avatar cuadrado sólido */
html body .sn-system-scope.sn-license-header-runtime .sn-licencia-card img {
	width: 36px !important;
	height: 36px !important;
	border-radius: 4px !important;
	object-fit: cover !important;
	border: 1px solid rgba(255, 255, 255, 0.15) !important;
}

/* Pills individuales */
html body .sn-system-scope.sn-license-header-runtime .badge,
html body .sn-system-scope.sn-license-header-runtime .sn-licencia-mini-stat {
	display: flex !important;
	align-items: center !important;
	gap: 5px !important;
	padding: 4px 10px !important;
	border-radius: 999px !important;
	font-size: var(--sn-text-small) !important;
	font-weight: 700 !important;
	white-space: nowrap !important;
	height: 24px !important;
}

html body .sn-system-scope.sn-license-header-runtime .badge {
	background: #4a515a !important;
	color: #fff !important;
}

html body .sn-system-scope.sn-license-header-runtime .sn-licencia-mini-stat {
	background: #111721 !important;
	color: #fff !important;
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.sn-teams-directory {
	display: grid;
	gap: 16px;
}

.sn-teams-directory__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 18px;
}

.sn-teams-directory__card {
	display: grid;
	overflow: hidden;
	border-radius: 24px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(11, 20, 34, 0.92);
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

.sn-teams-directory__banner {
	position: relative;
	min-height: 220px;
	padding: 18px;
	background: linear-gradient(160deg, rgba(201, 13, 5, 0.18), rgba(6, 12, 22, 0.86)), var(--sn-team-card-bg, #101725);
	background-size: cover;
	background-position: center;
}

.sn-teams-directory__topline {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
}

.sn-teams-directory__type {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 12px;
	border-radius: 999px;
	background: rgba(6, 12, 22, 0.58);
	border: 1px solid rgba(255, 255, 255, 0.14);
	color: #fff;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.sn-teams-directory__socials {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px;
}

.sn-teams-directory__socials a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(6, 12, 22, 0.72);
}

.sn-teams-directory__socials img {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.sn-teams-directory__hero {
	display: grid;
	place-items: center;
	min-height: 148px;
}

.sn-teams-directory__logo {
	display: grid;
	place-items: center;
	width: 132px;
	height: 132px;
	border-radius: 28px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: linear-gradient(150deg, rgba(3, 7, 14, 0.9), rgba(8, 13, 23, 0.84));
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.32);
	overflow: hidden;
}

.sn-teams-directory__logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 14px;
}

.sn-teams-directory__logo span {
	color: #fff;
	font-size: 2.1rem;
	font-weight: 800;
	letter-spacing: -0.04em;
}

.sn-teams-directory__body {
	display: grid;
	gap: 14px;
	padding: 18px;
}

.sn-teams-directory__identity {
	display: grid;
	gap: 8px;
}

.sn-teams-directory__name {
	color: var(--sn-team-card-text, #fff);
	font-size: clamp(1.2rem, 2vw, 1.7rem);
	line-height: 1;
}

.sn-teams-directory__copy {
	margin: 0;
	color: #b8c6df;
	line-height: 1.6;
}

.sn-teams-directory__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.sn-teams-directory__meta span {
	display: inline-flex;
	align-items: center;
	padding: 7px 12px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.04);
	color: #eef3ff;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.sn-teams-directory__simulators {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.sn-teams-directory__simulators img {
	display: block;
	height: 22px;
	max-width: 120px;
	object-fit: contain;
	filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.22));
}

.sn-teams-directory__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.sn-teams-directory__apply-form {
	display: inline-flex;
}

@media (max-width: 780px) {
	.sn-teams-directory__grid {
		grid-template-columns: 1fr;
	}

	.sn-teams-directory__banner {
		min-height: 200px;
		padding: 14px;
	}

	.sn-teams-directory__logo {
		width: 112px;
		height: 112px;
		border-radius: 24px;
	}
}
