@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&display=swap");

#imHTMLObject_24_01 {
	overflow: visible !important;
	text-align: left !important;
}

#imContent #imCell_2 {
	display: none;
}

#imContent,
#imHTMLObject_24_01,
#imCell_1 {
	background-color: #f4f1ea !important;
}

.course-stage[hidden],
.course-loading[hidden],
.course-error[hidden],
.course-content[hidden] {
	display: none !important;
}

.course-loading {
	background: #fff;
	color: #6b7280;
	padding: 48px 16px;
	text-align: center;
	font-size: 16px;
}

.course-error {
	padding: 28px;
	text-align: center;
	color: var(--course-muted);
}

.course-page {
	--course-orange: #f96306;
	--course-orange-deep: #e25500;
	--course-ink: #1c1c1c;
	--course-muted: #6b7280;
	--course-line: #ececec;
	--course-bg: #f4f1ea;
	--course-green: #1f9d55;
	--course-red: #e23b3b;
	font-family: Outfit, "Segoe UI", sans-serif;
	color: var(--course-ink);
	max-width: 1130px;
	margin: 0 auto;
	padding: 8px 8px 36px;
	box-sizing: border-box;
	background: #f4f1ea;
}

.partners-intro {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 360px);
	gap: 36px;
	align-items: stretch;
	margin: 12px 0 28px;
	text-align: left;
}

.partners-kicker {
	display: inline-block;
	margin: 0 0 14px;
	padding: 6px 12px;
	border-radius: 999px;
	background: #f8e6d4;
	color: #3a2a1a;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.partners-intro__copy h1 {
	margin: 0 0 18px;
	font-size: 40px;
	line-height: 1.08;
	font-weight: 800;
	letter-spacing: -0.04em;
	color: #1a1a1a;
}

.partners-intro__copy h1 span {
	display: block;
	color: var(--course-orange);
}

.partners-intro__copy h1::after {
	content: "";
	display: block;
	width: 72px;
	height: 5px;
	margin-top: 14px;
	background: var(--course-orange);
	border-radius: 3px;
}

.partners-intro__copy p {
	margin: 0 0 14px;
	font-size: 16px;
	line-height: 1.6;
	color: #4b5563;
	max-width: 54ch;
}

.partners-intro__copy strong {
	color: #1f2937;
	font-weight: 700;
}

.partners-card {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	box-sizing: border-box;
	background: #2b2e33;
	color: #fff;
	border-radius: 22px;
	padding: 28px 26px 22px;
	overflow: hidden;
	box-shadow: 0 18px 40px rgba(17, 24, 39, 0.18);
}

.partners-card::before {
	content: "";
	position: absolute;
	top: -60px;
	right: -40px;
	width: 180px;
	height: 180px;
	background: radial-gradient(circle, rgba(249, 99, 6, 0.45), transparent 68%);
	pointer-events: none;
}

.partners-card__kicker {
	position: relative;
	display: inline-block;
	margin: 0 0 8px;
	padding: 5px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.partners-card__list {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	flex: 1 1 auto;
	list-style: none;
	margin: 0;
	padding: 8px 0;
	min-height: 0;
}

.partners-card__list li {
	display: flex;
	gap: 16px;
	align-items: flex-start;
	padding: 18px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.partners-card__list li:first-child {
	border-top: 0;
	padding-top: 8px;
}

.partners-card__list li:last-child {
	padding-bottom: 8px;
}

.partners-card__list .n {
	flex: 0 0 36px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--course-orange);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
}

.partners-card__list strong {
	display: block;
	margin-bottom: 6px;
	font-size: 16px;
}

.partners-card__list p {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.72);
}

.partners-cta-wrap {
	display: flex;
	justify-content: center;
	margin: 0 0 48px;
}

.partners-cta {
	position: relative;
	display: block;
	width: 100%;
	max-width: 560px;
	background: var(--course-orange);
	color: #fff !important;
	text-decoration: none;
	text-align: center;
	border-radius: 18px;
	padding: 22px 28px 18px;
	box-shadow: 0 12px 28px rgba(249, 99, 6, 0.35);
}

.partners-cta strong {
	display: block;
	font-size: 28px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.partners-cta span {
	display: block;
	margin-top: 4px;
	font-size: 15px;
	font-weight: 500;
	opacity: 0.92;
}

.partners-cta:hover {
	background: var(--course-orange-deep);
}

.course-race-anchor {
	scroll-margin-top: 96px;
}

.course-hero {
	margin: 0 0 14px;
	text-align: left;
}

.course-hero h2 {
	margin: 0 0 10px;
	font-size: 32px;
	line-height: 1.05;
	font-weight: 800;
	letter-spacing: -0.04em;
	color: #111;
}

.course-hero p {
	margin: 0;
	font-size: 16px;
	line-height: 1.55;
	color: #4b5563;
	max-width: 54ch;
}

.course-click-hint {
	margin: 10px 0 0;
	font-size: 15px;
	font-style: italic;
	font-weight: 500;
	color: var(--course-orange);
	max-width: 54ch;
}

.course-hero .course-click-hint {
	color: var(--course-orange);
}

.ranking-card .course-click-hint {
	margin: 4px 0 16px;
	font-size: 14px;
}

.course-demo {
	margin: 10px 0 0;
	padding: 8px 12px;
	background: #fff4e5;
	border-radius: 8px;
	font-size: 13px;
	color: #9a5b12;
}

.course-track-wrap {
	position: relative;
	border-radius: 18px;
	overflow: hidden;
	margin-bottom: 28px;
	background: #d9d9d9;
	box-shadow: 0 12px 30px rgba(17, 24, 39, 0.1);
}

.course-track-photo {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.course-track-path {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.course-live-badge {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 4;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(17, 17, 17, 0.78);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.02em;
	padding: 6px 10px;
	border-radius: 999px;
	backdrop-filter: blur(8px);
}

.course-live-badge .pulse {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ff4d4f;
	box-shadow: 0 0 0 0 rgba(255, 77, 79, 0.65);
	animation: courseLivePulse 1.4s infinite;
}

@keyframes courseLivePulse {
	70% {
		box-shadow: 0 0 0 8px rgba(255, 77, 79, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(255, 77, 79, 0);
	}
}

.course-month-progress {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 4;
	display: flex;
	align-items: baseline;
	gap: 8px;
	background: rgba(17, 17, 17, 0.78);
	color: #fff;
	font-size: 12px;
	padding: 6px 10px;
	border-radius: 999px;
	backdrop-filter: blur(8px);
}

.course-month-label {
	font-weight: 600;
	opacity: 0.9;
}

.course-month-pct {
	font-weight: 800;
	color: #ffd166;
}
.race-cars {
	position: absolute;
	inset: 0;
	z-index: 6;
	pointer-events: none;
}

.race-car {
	position: absolute;
	width: 0;
	height: 0;
	margin: 0;
	pointer-events: auto;
	transform-origin: center center;
}

.race-car__body {
	display: none;
}

.race-car__label {
	position: absolute;
	left: 50%;
	bottom: 8px;
	transform: translate(-50%, -100%);
	display: flex;
	align-items: center;
	gap: 6px;
	background: #fff;
	border-radius: 999px;
	padding: 4px 10px 4px 4px;
	box-shadow: 0 10px 22px rgba(17, 24, 39, 0.28);
	white-space: nowrap;
	max-width: 168px;
	text-decoration: none;
	color: inherit;
}

.race-car__badge {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: var(--course-orange);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 22px;
}

.race-car__badge.is-medal {
	width: auto;
	height: auto;
	min-width: 22px;
	background: transparent;
	font-size: 18px;
	line-height: 1;
	filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.18));
}

.race-car__name {
	font-size: 12px;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
}

.course-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 280px;
	gap: 22px;
	align-items: start;
}

.course-main {
	min-width: 0;
}

.course-card {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 10px 30px rgba(17, 24, 39, 0.06);
	border: 1px solid #eef0f3;
	padding: 20px 18px 16px;
	text-align: left;
}

.course-card h2 {
	margin: 0 0 4px;
	font-size: 22px;
	font-weight: 800;
	letter-spacing: -0.03em;
}

.course-card .sub {
	margin: 0 0 14px;
	font-size: 13px;
	color: var(--course-muted);
}

.ranking-podium {
	margin: 0 0 18px;
	padding: 14px 12px 8px;
	position: relative;
	overflow: hidden;
	background: linear-gradient(180deg, #fff 0%, #fdfdfd 72%, #f7f7f7 100%);
	border: 1px solid #ededed;
	border-radius: 14px;
}

.ranking-podium::before {
	content: "";
	position: absolute;
	inset: 40px 10px 45px;
	pointer-events: none;
	opacity: 0.72;
	background:
		linear-gradient(55deg, transparent 42%, #ffb648 43% 60%, transparent 61%) 4% 8% / 8px 13px no-repeat,
		linear-gradient(55deg, transparent 42%, #f96306 43% 60%, transparent 61%) 20% 2% / 7px 12px no-repeat,
		linear-gradient(55deg, transparent 42%, #ffb648 43% 60%, transparent 61%) 37% 12% / 8px 13px no-repeat,
		linear-gradient(55deg, transparent 42%, #f96306 43% 60%, transparent 61%) 63% 3% / 7px 12px no-repeat,
		linear-gradient(55deg, transparent 42%, #ffb648 43% 60%, transparent 61%) 82% 10% / 8px 13px no-repeat,
		linear-gradient(55deg, transparent 42%, #f96306 43% 60%, transparent 61%) 97% 5% / 7px 12px no-repeat;
}

.ranking-podium > * {
	position: relative;
	z-index: 1;
}

.ranking-podium__kicker {
	margin: 0 0 2px;
	text-align: center;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #9a5b12;
}

.ranking-podium__sub {
	margin: 0 0 6px;
	text-align: center;
	font-size: 12px;
	color: var(--course-muted);
}

.ranking-podium__note {
	margin: 8px 4px 4px;
	text-align: center;
	font-size: 12px;
	color: var(--course-muted);
}

.ar-mobile,
.ar-notice {
	display: none;
}

.ranking-card .podium-visual {
	min-height: 260px;
	padding-bottom: 8px;
}

.ranking-card .podium-slot {
	max-width: 150px;
}

.ranking-tables {
	display: grid;
	grid-template-columns: repeat(var(--ranking-cols, 4), minmax(0, 1fr));
	gap: 12px;
}

.ranking-table tr.is-top-1 td {
	background: #fff6e8;
}

.ranking-table tr.is-top-2 td {
	background: #f7f7f8;
}

.ranking-table tr.is-top-3 td {
	background: #f8efe6;
}

.ranking-table .num-medal {
	font-size: 15px;
	line-height: 1;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.ranking-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 12px;
}

.ranking-table th {
	text-align: left;
	font-size: 11px;
	font-weight: 600;
	color: #9aa1ab;
	padding: 0 4px 8px;
	border-bottom: 1px solid var(--course-line);
}

.ranking-table td {
	padding: 7px 4px;
	border-bottom: 1px solid #f3f4f6;
	vertical-align: middle;
}

.ranking-table tr:last-child td {
	border-bottom: 0;
}

.ranking-table .num {
	width: 22px;
	color: #111;
	font-weight: 700;
}

.ranking-table tr.is-top .num {
	width: 28px;
}

.course-page a {
	color: inherit;
}

.ranking-table a {
	color: #111 !important;
	text-decoration: none;
	font-weight: 600;
	display: inline-block;
	max-width: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ranking-table a:hover {
	color: var(--course-orange);
	text-decoration: underline;
}

.ranking-table .num a {
	max-width: none;
	overflow: visible;
	text-overflow: unset;
	white-space: nowrap;
	text-decoration: none;
}

.evo {
	display: inline-flex;
	align-items: center;
	gap: 2px;
	font-weight: 700;
	font-size: 12px;
	white-space: nowrap;
}

.evo.up {
	color: var(--course-green);
}

.evo.down {
	color: var(--course-red);
}

.evo.flat {
	color: #c5c9d0;
}

.comment {
	color: #6b7280;
	font-size: 11px;
	white-space: nowrap;
}

.comment-debug {
	display: block;
	margin-top: 2px;
	color: #9aa3af;
	font-size: 10px;
	font-weight: 500;
	white-space: nowrap;
}

.course-foot {
	margin: 12px 0 0;
	font-size: 12px;
	color: var(--course-muted);
}

.podium-stack {
	display: flex;
	flex-direction: column;
	gap: 18px;
	position: sticky;
	top: 96px;
}

.podium-visual {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 22px;
	min-height: 250px;
	padding: 18px 8px 8px;
}

.podium-slot {
	flex: 1;
	max-width: 140px;
	text-align: center;
}

.podium-slot a,
.podium-slot .nolink {
	text-decoration: none;
	color: inherit;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.podium-medal {
	position: relative;
	z-index: 3;
	width: 72px;
	height: 66px;
	margin-bottom: -3px;
	filter: drop-shadow(0 4px 5px rgba(0, 0, 0, 0.16));
}

.podium-slot.rank-2 .podium-medal {
	width: 80px;
	height: 74px;
}

.podium-slot.rank-1 .podium-medal {
	width: 112px;
	height: 102px;
}

.podium-medal svg {
	display: block;
	width: 100%;
	height: 100%;
}

.podium-medal::before,
.podium-medal::after {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	background: var(--course-orange);
	transform: rotate(45deg);
	pointer-events: none;
}

.podium-medal::before {
	top: 2px;
	right: 10px;
	box-shadow: -54px 22px 0 -1px var(--course-orange);
}

.podium-medal::after {
	top: 38px;
	right: 2px;
	width: 5px;
	height: 5px;
	box-shadow: -58px -8px 0 0 var(--course-orange);
}

.podium-disc-ring {
	fill: none;
	stroke: #fff;
	stroke-width: 2.6;
	opacity: 0.65;
}

.podium-disc-num {
	fill: #fff;
	font-size: 28px;
	font-weight: 800;
	font-family: Outfit, "Segoe UI", sans-serif;
}

.podium-medal-stand {
	fill: none;
	stroke-width: 4;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.podium-slot.rank-1 .podium-medal-stand {
	stroke: #e8a313;
}

.podium-slot.rank-2 .podium-medal-stand {
	stroke: #aab0b7;
}

.podium-slot.rank-3 .podium-medal-stand {
	stroke: #c56635;
}

.podium-slot.rank-1 .podium-laurel,
.podium-slot.rank-1 .podium-disc-outer {
	fill: #e8b423;
}

.podium-slot.rank-1 .podium-disc-outer {
	fill: #f0c12e;
}

.podium-slot.rank-2 .podium-laurel,
.podium-slot.rank-2 .podium-disc-outer {
	fill: #b8c0c8;
}

.podium-slot.rank-2 .podium-disc-outer {
	fill: #c5ccd4;
}

.podium-slot.rank-3 .podium-laurel,
.podium-slot.rank-3 .podium-disc-outer {
	fill: #c9783a;
}

.podium-slot.rank-3 .podium-disc-outer {
	fill: #d4843f;
}

.podium-pillar {
	position: relative;
	width: 96px;
	filter: drop-shadow(0 9px 9px rgba(17, 24, 39, 0.16));
}

.podium-slot.rank-2 .podium-pillar {
	width: 104px;
}

.podium-slot.rank-1 .podium-pillar {
	width: 138px;
}

.podium-pillar__body {
	display: block;
	width: 100%;
	position: relative;
}

.podium-pillar__num {
	display: none;
}

.podium-pillar__top,
.podium-pillar__bottom {
	position: absolute;
	left: 0;
	right: 0;
	height: 22px;
	border-radius: 50%;
}

.podium-pillar__top {
	top: -11px;
	z-index: 2;
}

.podium-pillar__bottom {
	bottom: -11px;
	z-index: 0;
}

.podium-slot.rank-1 .podium-pillar__body {
	height: 78px;
	background: linear-gradient(90deg, #c47a08 0%, #e8b423 30%, #ffe08a 50%, #e8b423 70%, #c47a08 100%);
}

.podium-slot.rank-1 .podium-pillar__top {
	background: radial-gradient(ellipse at 50% 40%, #fff6d0, #f0c24a 70%);
}

.podium-slot.rank-1 .podium-pillar__bottom {
	background: #b06d08;
}

.podium-slot.rank-2 .podium-pillar__body {
	height: 44px;
	background: linear-gradient(90deg, #8a919a 0%, #c5ccd4 30%, #eef1f4 50%, #c5ccd4 70%, #8a919a 100%);
}

.podium-slot.rank-2 .podium-pillar__top {
	background: radial-gradient(ellipse at 50% 40%, #fff, #cfd5dc 72%);
}

.podium-slot.rank-2 .podium-pillar__bottom {
	background: #7a818a;
}

.podium-slot.rank-3 .podium-pillar__body {
	height: 27px;
	background: linear-gradient(90deg, #8a4a1c 0%, #c9783a 30%, #e8b07a 50%, #c9783a 70%, #8a4a1c 100%);
}

.podium-slot.rank-3 .podium-pillar__top {
	background: radial-gradient(ellipse at 50% 40%, #f3d0a6, #c9783a 72%);
}

.podium-slot.rank-3 .podium-pillar__bottom {
	background: #7a3e16;
}

.podium-name {
	margin-top: 17px;
	min-height: 32px;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.25;
	color: #1c1c1c;
	white-space: nowrap;
}

.podium-slot.rank-1 {
	order: 2;
}

.podium-slot.rank-2 {
	order: 1;
}

.podium-slot.rank-3 {
	order: 3;
}

.last-podium {
	display: flex;
	justify-content: space-around;
	align-items: flex-end;
	gap: 6px;
	padding: 8px 0 4px;
	position: relative;
}

.last-podium::before {
	content: "";
	position: absolute;
	inset: 8px 10px auto;
	height: 70px;
	background-image: radial-gradient(circle, #f96306 1.2px, transparent 1.6px),
		radial-gradient(circle, #ffd166 1.2px, transparent 1.6px),
		radial-gradient(circle, #94a3b8 1.2px, transparent 1.6px);
	background-size: 18px 18px;
	background-position: 0 0, 8px 6px, 4px 12px;
	opacity: 0.45;
	pointer-events: none;
}

.last-item {
	position: relative;
	z-index: 1;
	text-align: center;
	flex: 1;
	text-decoration: none;
	color: inherit;
}

.last-item .trophy {
	font-size: 34px;
	line-height: 1;
	filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.12));
}

.last-item .nm {
	display: block;
	margin-top: 8px;
	font-size: 11px;
	font-weight: 700;
}

.last-item .rk {
	display: block;
	font-size: 11px;
	color: var(--course-muted);
	margin-top: 2px;
}

.course-next {
	margin-top: 10px;
	font-size: 12px;
	color: var(--course-muted);
	display: flex;
	align-items: center;
	gap: 6px;
}

.ranking-body {
	scroll-margin-top: 96px;
}

@media (max-width: 1100px) {
	.ranking-table a {
		max-width: 92px;
	}
}

@media (max-width: 860px) {
	.course-page {
		overflow-x: hidden;
		padding-left: 10px;
		padding-right: 10px;
	}

	.partners-intro,
	.course-grid {
		grid-template-columns: 1fr;
	}

	.partners-intro {
		display: none;
	}

	.partners-cta-wrap {
		display: none;
	}

	.partners-cta {
		max-width: none;
		padding: 16px 16px 14px;
		border-radius: 14px;
		box-shadow: none;
	}

	.partners-cta strong {
		font-size: 18px;
	}

	.partners-cta span {
		font-size: 13px;
	}

	.course-hero,
	.course-track-wrap {
		display: none !important;
	}

	.ar-mobile,
	.ar-notice {
		display: block;
	}

	.course-content {
		display: grid;
		gap: 18px;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		overflow-x: hidden;
		grid-template-areas:
			"banner"
			"cars"
			"podium"
			"last"
			"notice"
			"head"
			"table";
	}

	.course-grid,
	.course-main,
	.ranking-card,
	.ar-mobile,
	.podium-stack {
		display: contents;
	}

	.ar-banner,
	.ar-top10,
	.ranking-podium,
	.last-month-card > .course-card,
	.ar-notice,
	.ranking-head,
	.ranking-body {
		min-width: 0;
		max-width: 100%;
		box-sizing: border-box;
	}

	.ar-banner {
		grid-area: banner;
	}

	.ar-top10 {
		grid-area: cars;
	}

	.ranking-podium {
		grid-area: podium;
	}

	.last-month-card > .course-card {
		grid-area: last;
	}

	.ar-notice {
		grid-area: notice;
	}

	.ranking-head {
		grid-area: head;
	}

	.ranking-body {
		grid-area: table;
	}

	.ranking-head .course-click-hint {
		display: none;
	}

	.ar-banner {
		position: relative;
		background: #fff;
		border-radius: 18px;
		overflow: hidden;
		box-shadow: 0 10px 28px rgba(17, 24, 39, 0.08);
	}

	.ar-banner__img {
		display: block;
		width: 100%;
		height: auto;
	}

	.ar-banner__launch {
		display: none;
	}

	.ar-top10 {
		background: #fff;
		border-radius: 18px;
		padding: 16px 10px 18px;
		box-shadow: 0 10px 28px rgba(17, 24, 39, 0.06);
		overflow: hidden;
		max-width: 100%;
		box-sizing: border-box;
	}

	.ar-top10 h2 {
		margin: 0 0 4px;
		font-size: 20px;
		font-weight: 800;
		letter-spacing: -0.03em;
	}

	.ar-top10__sub {
		margin: 0 0 10px;
		font-size: 13px;
		color: var(--course-muted);
	}

	.ar-top10 .course-click-hint {
		margin: 0 0 14px;
		padding: 8px 10px;
		border: 1px solid #ffd0b0;
		border-radius: 10px;
		font-size: 13px;
		max-width: none;
	}

	.ar-demo {
		margin: 0 0 12px;
		padding: 8px 10px;
		background: #fff7ed;
		border-radius: 8px;
		font-size: 12px;
		color: #9a5b12;
	}

	.ar-cars {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		column-gap: 2px;
		row-gap: 0;
		margin-bottom: 16px;
		width: 100%;
		max-width: 100%;
		overflow: hidden;
		box-sizing: border-box;
	}

	.ar-cars-path {
		grid-column: 1 / -1;
		display: block;
		height: 48px;
		margin: 0 1% 6px;
	}

	.ar-cars-path svg {
		display: block;
		width: 100%;
		height: 48px;
		overflow: visible;
	}

	.ar-cars-path__line {
		fill: none;
		stroke: #c5cad3;
		stroke-width: 2.2;
		stroke-dasharray: 10 7;
		stroke-linecap: round;
		stroke-linejoin: round;
	}

	.ar-cars-path__arrow {
		fill: #c5cad3;
	}

	.ar-car {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		text-decoration: none;
		color: inherit;
		min-width: 0;
		max-width: 100%;
		overflow: hidden;
		box-sizing: border-box;
		padding: 0 1px;
	}

	.ar-car__ord {
		font-size: 11px;
		font-weight: 800;
		line-height: 1;
		margin-bottom: 4px;
		color: #111;
	}

	.ar-car__badge {
		width: 22px;
		height: 22px;
		border-radius: 50%;
		background: var(--course-orange);
		color: #fff;
		font-size: 11px;
		font-weight: 800;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 4px;
		flex: 0 0 auto;
	}

	.ar-car__badge--alt {
		background: #4b4f55;
	}

	.ar-car__badge--medal {
		width: 28px;
		height: 34px;
		background: none;
		border-radius: 0;
	}

	.ar-car__medal {
		display: block;
		width: 28px;
		height: 34px;
	}

	.ar-car__pic {
		display: block;
		width: 100%;
		max-width: 100%;
		height: 34px;
		min-width: 0;
		overflow: hidden;
	}

	.ar-car__img {
		display: block;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		height: 34px !important;
		object-fit: contain;
		object-position: center bottom;
	}

	.ar-car__name {
		display: block;
		margin-top: 3px;
		font-size: 8px;
		font-weight: 700;
		line-height: 1.2;
		max-width: 100%;
		white-space: normal;
		overflow: hidden;
		hyphens: none;
		word-break: keep-all;
	}

	.ar-more {
		display: block;
		text-align: center;
		color: var(--course-orange) !important;
		border: 1.5px solid var(--course-orange);
		border-radius: 12px;
		padding: 11px 12px;
		font-size: 13px;
		font-weight: 700;
		text-decoration: none;
	}

	.ranking-podium,
	.last-month-card .course-card,
	.ranking-head,
	.ranking-body,
	.ar-notice {
		background: #fff;
		border-radius: 16px;
		box-shadow: 0 10px 28px rgba(17, 24, 39, 0.06);
		border: 1px solid #eef0f3;
		padding: 16px 14px;
	}

	.ranking-podium {
		margin: 0;
	}

	.ar-notice {
		display: flex;
		gap: 10px;
		align-items: flex-start;
		padding: 14px;
		font-size: 13px;
		line-height: 1.5;
		color: #4b5563;
		background: #fffaf5;
		border-color: #ffe0c4;
	}

	.ar-notice::before {
		content: "i";
		flex: 0 0 22px;
		width: 22px;
		height: 22px;
		margin-top: 1px;
		border-radius: 50%;
		background: var(--course-orange);
		color: #fff;
		font-size: 13px;
		font-weight: 800;
		font-style: italic;
		line-height: 22px;
		text-align: center;
	}

	.ar-notice p {
		margin: 0;
	}

	.ar-notice__title {
		display: block;
		margin-bottom: 4px;
		color: #1c1c1c;
		font-size: 14px;
	}

	.ranking-head {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		border-bottom: 0;
		padding-bottom: 6px;
		box-shadow: none;
	}

	.ranking-body {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-top: 0;
		margin-top: -18px;
		padding-top: 0;
	}

	.ranking-head h2 {
		margin: 0;
		font-size: 16px;
		color: var(--course-orange);
		text-transform: uppercase;
		letter-spacing: 0.02em;
	}

	.ranking-table thead th {
		background: var(--course-orange);
		color: #fff;
		font-size: 10px;
		font-weight: 800;
		letter-spacing: 0;
		text-transform: uppercase;
		padding: 8px 4px;
		border-bottom: 0;
		white-space: nowrap;
	}

	.ranking-table thead th:first-child {
		border-radius: 8px 0 0 0;
	}

	.ranking-table thead th:nth-child(3) {
		border-radius: 0 8px 0 0;
	}

	.ranking-table,
	.ranking-table thead,
	.ranking-table tbody {
		display: block;
		width: 100%;
	}

	.ranking-table thead tr,
	.ranking-table tbody tr {
		display: grid;
		grid-template-columns: 28px minmax(0, 1fr) 72px;
		align-items: center;
		column-gap: 4px;
	}

	.ranking-table tbody tr {
		grid-template-areas:
			"num cab evo"
			". com com";
		padding: 8px 4px;
		border-bottom: 1px solid #f3f4f6;
	}

	.ranking-table thead th:nth-child(4),
	.ranking-table tbody td:nth-child(4):empty {
		display: none;
	}

	.ranking-table tbody td {
		border: 0;
		padding: 1px 2px;
	}

	.ranking-table tbody td.num {
		grid-area: num;
	}

	.ranking-table tbody td:nth-child(2) {
		grid-area: cab;
		min-width: 0;
	}

	.ranking-table tbody td:nth-child(3) {
		grid-area: evo;
	}

	.ranking-table tbody td:nth-child(4) {
		grid-area: com;
		padding-top: 2px;
	}

	.ranking-table a {
		max-width: 100%;
		white-space: normal;
		overflow: visible;
		text-overflow: unset;
	}

	.comment {
		display: block;
		white-space: normal;
		font-size: 11px;
		line-height: 1.3;
		color: #6b7280;
	}

	.comment-debug {
		display: none;
	}

	.podium-medal {
		display: block;
		width: 60px;
		height: 56px;
		margin-bottom: -2px;
	}

	.podium-slot.rank-2 .podium-medal {
		width: 66px;
		height: 61px;
	}

	.podium-slot.rank-1 .podium-medal {
		width: 88px;
		height: 80px;
	}

	.podium-name {
		order: 0;
		margin-top: 16px;
		margin-bottom: 0;
		min-height: 0;
		font-size: 11px;
		white-space: normal;
		word-break: keep-all;
		hyphens: none;
	}

	.podium-name::before {
		display: none;
	}

	.podium-pillar__num {
		display: none;
	}

	.podium-slot.rank-1 .podium-pillar__body {
		height: 58px;
		background: linear-gradient(90deg, #c47a08 0%, #e8b423 30%, #ffe08a 50%, #e8b423 70%, #c47a08 100%);
	}

	.podium-slot.rank-1 .podium-pillar__top {
		background: radial-gradient(ellipse at 50% 40%, #fff6d0, #f0c24a 70%);
	}

	.podium-slot.rank-1 .podium-pillar__bottom {
		background: #b06d08;
	}

	.podium-slot.rank-2 .podium-pillar__body {
		height: 34px;
		background: linear-gradient(90deg, #8a919a 0%, #c5ccd4 30%, #eef1f4 50%, #c5ccd4 70%, #8a919a 100%);
	}

	.podium-slot.rank-2 .podium-pillar__top {
		background: radial-gradient(ellipse at 50% 40%, #fff, #cfd5dc 72%);
	}

	.podium-slot.rank-2 .podium-pillar__bottom {
		background: #7a818a;
	}

	.podium-slot.rank-3 .podium-pillar__body {
		height: 22px;
		background: linear-gradient(90deg, #8a4a1c 0%, #c9783a 30%, #e8b07a 50%, #c9783a 70%, #8a4a1c 100%);
	}

	.podium-slot.rank-3 .podium-pillar__top {
		background: radial-gradient(ellipse at 50% 40%, #f3d0a6, #c9783a 72%);
	}

	.podium-slot.rank-3 .podium-pillar__bottom {
		background: #7a3e16;
	}

	.ranking-card .podium-visual {
		min-height: 220px;
		gap: 8px;
	}

	.ranking-card .podium-slot {
		max-width: none;
	}

	.podium-pillar {
		width: 76px;
	}

	.podium-slot.rank-2 .podium-pillar {
		width: 82px;
	}

	.podium-slot.rank-1 .podium-pillar {
		width: 104px;
	}

	.podium-stack {
		position: static;
	}

	.last-month-card .course-card {
		margin: 0;
	}

	.last-podium {
		align-items: flex-end;
	}

	.last-item:nth-child(1) {
		order: 2;
	}

	.last-item:nth-child(2) {
		order: 1;
	}

	.last-item:nth-child(3) {
		order: 3;
	}

	.last-item {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.last-item .nm {
		order: -1;
		margin-top: 0;
		margin-bottom: 8px;
	}

	.last-item .rk {
		order: 3;
		margin-top: 4px;
	}

	.last-item .trophy {
		display: block;
		order: 0;
		font-size: 40px;
	}

	.last-item::after {
		content: "";
		order: 1;
		display: block;
		width: 52px;
		margin: 4px auto 0;
		border-radius: 6px 6px 2px 2px;
		background: #d1d5db;
	}

	.last-item:nth-child(1)::after {
		height: 36px;
		background: linear-gradient(#f5d76e, #d4a017);
	}

	.last-item:nth-child(2)::after {
		height: 26px;
		background: linear-gradient(#e5e7eb, #9ca3af);
	}

	.last-item:nth-child(3)::after {
		height: 18px;
		background: linear-gradient(#e8b48a, #b87333);
	}
}

@media (max-width: 640px) {
	.ranking-tables {
		grid-template-columns: 1fr;
	}
}
