/* ======================================================================
   Mon Darts — архивын нүүр (n01 мэдээллийн сан)
   ====================================================================== */

@import url("dartboard-theme.css");

.archive-body {
	--ink: var(--db-ink);
	--ink-dim: var(--db-ink-muted);
	--bg: var(--db-cream);
	--panel: #ffffff;
	--line: #c5d4ce;
	--line-soft: #d0dde8;
	--red: #ff4d4d;
	--blue: #1a5f9e;
	--gold: #a88600;
	--green: #0f7a62;
	--violet: #5b6bb5;
	--orange: #e85d04;

	background: var(--bg);
	color: var(--ink);
}

/* admin.css `a { yellow }` — цайвар дээр харагдахгүй → дахин тохируулна */
.archive-body a {
	color: var(--blue);
}

.archive-body .site-header .site-nav a {
	color: rgba(255, 255, 255, 0.94);
}

.archive-body .site-header .site-nav .nav-cta {
	color: #fff;
}

.archive-body a:hover {
	color: var(--red);
}

.arc-main {
	max-width: 72rem;
	margin: 0 auto;
	padding: 0 0 4rem;
}

/* Онцлох тамирчид = цайвар · Онцлох рекорд = бараан · ээлжлэн */
.arc-main section {
	scroll-margin-top: 4rem;
	position: relative;
	padding: 2rem 1rem 2.2rem;
	overflow: hidden;
	color: var(--ink);
}

.arc-main section:nth-of-type(odd) {
	--ink: #0a1a16;
	--ink-dim: #4a635a;
	--panel: #ffffff;
	--line: #c5d4ce;
	--line-soft: #c8d8e6;
	--blue: #1a5f9e;
	--gold: #a88600;
	background: #f3f7f5;
}

.arc-main section:nth-of-type(odd)::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url("../assets/deco/dartboard.svg") right -2% top 18% / min(130px, 28vw) no-repeat;
	opacity: 0.06;
	pointer-events: none;
}

.arc-main section:nth-of-type(even) {
	--ink: #f3faf7;
	--ink-dim: #c5ddd4;
	--panel: #16352c;
	--line: #3d5e54;
	--line-soft: #4a6e62;
	--blue: #9fd0f5;
	--gold: #ffe066;
	--green: #3dd4ae;
	background:
		url("../assets/deco/chart-bars.svg") right 4% bottom -12% / min(260px, 50%) no-repeat,
		linear-gradient(165deg, #0f3d34 0%, #081412 100%);
}

.arc-main section:nth-of-type(even)::after {
	content: "";
	position: absolute;
	left: -1rem;
	bottom: 10%;
	width: 56px;
	height: 56px;
	background: url("../assets/deco/dart.svg") center / contain no-repeat;
	opacity: 0.12;
	pointer-events: none;
}

.arc-main h2 {
	font-size: 0.82rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--ink);
	opacity: 0.8;
	font-weight: 700;
	margin: 0 0 1rem;
	display: flex;
	align-items: center;
	gap: 0.7rem;
	position: relative;
	z-index: 1;
}

.arc-main h2::after {
	content: "";
	flex: 1;
	height: 1px;
	background: linear-gradient(90deg, var(--line), transparent);
}

.arc-main h2 .n {
	color: var(--blue);
	font-variant-numeric: tabular-nums;
}

.arc-main h2 .h2-link {
	order: 3;
	font-size: 0.72rem;
	letter-spacing: 0.06em;
	color: var(--blue);
	text-decoration: none;
	white-space: nowrap;
	border: 1px solid var(--line);
	border-radius: 999px;
	padding: 0.25rem 0.75rem;
	transition: border-color 0.15s, background 0.15s;
	background: var(--panel);
}

.arc-main h2 .h2-link:hover {
	border-color: var(--blue);
	color: var(--blue);
}

.muted {
	color: var(--ink-dim);
}

/* ------------------------------------------------------ ОНЦЛОХ ТАМИРЧИН */

.feat-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
	gap: 0.75rem;
	position: relative;
	z-index: 1;
}

.feat-card {
	display: flex;
	gap: 0.85rem;
	align-items: center;
	text-decoration: none;
	color: var(--ink);
	background: var(--panel);
	border: 1px solid var(--line-soft);
	border-radius: 0.85rem;
	padding: 0.9rem 1rem;
	transition: transform 0.15s, border-color 0.15s;
}

.feat-card:hover {
	transform: translateY(-2px);
	border-color: var(--blue);
	color: var(--ink);
}

.feat-photo {
	width: 4.2rem;
	height: 4.2rem;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
	border: 2px solid color-mix(in srgb, var(--blue) 45%, var(--line));
	background: color-mix(in srgb, var(--blue) 12%, var(--panel));
}

.feat-photo.placeholder {
	display: grid;
	place-items: center;
	font-size: 1.4rem;
	font-weight: 800;
	color: var(--blue);
}

.feat-body {
	min-width: 0;
	flex: 1;
}

.feat-body .nm {
	font-weight: 800;
	font-size: 0.95rem;
	color: var(--ink);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.feat-body .sub {
	font-size: 0.72rem;
	color: var(--ink-dim);
	font-weight: 600;
	margin-top: 0.1rem;
}

.feat-body .big {
	font-size: 1.35rem;
	font-weight: 900;
	color: var(--ink);
	line-height: 1.1;
	margin-top: 0.25rem;
	font-variant-numeric: tabular-nums;
}

.feat-body .big small {
	font-size: 0.7rem;
	font-weight: 600;
	color: var(--ink-dim);
	margin-left: 0.25rem;
}

.feat-body .row {
	display: flex;
	gap: 0.8rem;
	font-size: 0.75rem;
	color: var(--ink-dim);
	margin-top: 0.2rem;
}

/* ---------------------------------------------------------------- HERO */

.arc-hero {
	position: relative;
	padding: 2.6rem 1rem 2rem;
	overflow: hidden;
	color: #e8f2ee;
	--ink: #e8f2ee;
	--ink-dim: #8eaaa0;
	background:
		radial-gradient(110% 80% at 15% 0%, rgba(61, 143, 209, 0.2), transparent 60%),
		radial-gradient(90% 80% at 90% 20%, rgba(255, 77, 77, 0.18), transparent 62%),
		linear-gradient(170deg, #0f3d34 0%, #081412 75%);
	border-bottom: 1px solid #1e3d36;
}

.arc-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='60' height='60'><circle cx='30' cy='30' r='26' fill='none' stroke='%23ffffff' stroke-width='1'/><circle cx='30' cy='30' r='16' fill='none' stroke='%23ffffff' stroke-width='1'/><circle cx='30' cy='30' r='5' fill='none' stroke='%23ffffff' stroke-width='1'/></svg>");
	opacity: 0.04;
	pointer-events: none;
}

.arc-hero-in {
	position: relative;
	max-width: 70rem;
	margin: 0 auto;
}

.arc-hero-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem 1.5rem;
	margin: 0 0 0.4rem;
}

.arc-hero-title h1 {
	margin: 0;
	flex: 1 1 auto;
	min-width: 0;
	font-size: clamp(1.6rem, 5vw, 2.7rem);
	font-weight: 900;
	letter-spacing: -0.02em;
	line-height: 1.05;
}

.arc-hero-deco {
	flex: 0 0 auto;
	width: min(220px, 38vw);
	height: auto;
	opacity: 0.18;
	filter: grayscale(0.15);
	pointer-events: none;
	user-select: none;
	margin-right: -0.5rem;
}

.arc-hero h1 em {
	font-style: normal;
	color: #9fd0f5;
}

.arc-hero p {
	margin: 0 0 1.4rem;
	color: var(--ink-dim);
	max-width: 38rem;
	font-size: 0.95rem;
}

@media (max-width: 560px) {
	.arc-hero-deco {
		width: min(120px, 32vw);
		opacity: 0.14;
	}
}

/* хайлт */
.search-box {
	position: relative;
	max-width: 34rem;
}

.search-box input {
	width: 100%;
	padding: 0.8rem 1rem 0.8rem 2.5rem;
	border-radius: 0.65rem;
	border: 1px solid var(--line);
	background: rgba(8, 13, 22, 0.75);
	color: var(--ink);
	font-size: 0.95rem;
	font-family: inherit;
}

.search-box input:focus {
	outline: none;
	border-color: var(--blue);
	box-shadow: 0 0 0 3px rgba(61, 143, 209, 0.2);
}

.search-box .si {
	position: absolute;
	left: 0.85rem;
	top: 50%;
	transform: translateY(-50%);
	color: var(--ink-dim);
	pointer-events: none;
}

.search-results {
	position: absolute;
	z-index: 20;
	top: calc(100% + 0.4rem);
	left: 0;
	right: 0;
	--ink: #0a1a16;
	--ink-dim: #5a7268;
	background: #ffffff;
	color: #0a1a16;
	border: 1px solid #c5d4ce;
	border-radius: 0.65rem;
	max-height: 20rem;
	overflow-y: auto;
	box-shadow: 0 12px 28px rgba(8, 20, 18, 0.2);
}

.search-results:empty {
	display: none;
}

.sr-group {
	font-size: 0.64rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--ink-dim);
	padding: 0.5rem 0.85rem 0.25rem;
	font-weight: 700;
}

.sr-item {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	padding: 0.5rem 0.85rem;
	color: var(--ink);
	text-decoration: none;
	font-size: 0.88rem;
	border: none;
	background: none;
	width: 100%;
	text-align: left;
	cursor: pointer;
	font-family: inherit;
}

.sr-item:hover {
	background: rgba(26, 95, 158, 0.08);
}

.sr-item .rt {
	margin-left: auto;
	color: var(--ink-dim);
	font-size: 0.76rem;
	white-space: nowrap;
}

/* тоолуурууд — инфографик */
.counters {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0.65rem;
	margin-top: 1.6rem;
}

@media (max-width: 52rem) {
	.counters {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 28rem) {
	.counters {
		grid-template-columns: 1fr;
	}
}

a.counter {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

.counter {
	--mark: #173a5e;
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
	justify-content: flex-start;
	min-height: 6.1rem;
	padding: 0.95rem 0.9rem 0.95rem 1.15rem;
	background:
		linear-gradient(
			135deg,
			color-mix(in srgb, var(--mark) 9%, #fff) 0%,
			#fff 42%,
			#fff 100%
		);
	border: 1px solid #d2dde8;
	border-radius: 0.55rem;
	box-shadow: 0 1px 2px rgb(0 0 0 / 0.04);
	overflow: hidden;
	color: #10243a;
	transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.counter::after {
	content: "";
	position: absolute;
	right: -0.55rem;
	bottom: -0.75rem;
	width: 3.6rem;
	height: 3.6rem;
	border-radius: 50%;
	border: 6px solid color-mix(in srgb, var(--mark) 18%, transparent);
	pointer-events: none;
}

.counter-mark {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 5px;
	background: var(--mark);
}

.counter-label {
	position: relative;
	z-index: 1;
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #4a5a6c;
}

.counter-val {
	position: relative;
	z-index: 1;
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-size: clamp(1.45rem, 3vw, 2rem);
	font-weight: 800;
	font-variant-numeric: tabular-nums;
	line-height: 1;
	color: #10243a;
	letter-spacing: -0.03em;
}

.counter-rule {
	position: relative;
	z-index: 1;
	display: block;
	width: 1.75rem;
	height: 3px;
	margin-top: 0.15rem;
	border-radius: 2px;
	background: var(--mark);
}

.counter-tour { --mark: #173a5e; }
.counter-players { --mark: #0f6b56; }
.counter-matches { --mark: #8a5a00; }
.counter-entries { --mark: #3730a3; }
.counter-ton { --mark: #b45309; }

.counter:hover {
	border-color: color-mix(in srgb, var(--mark) 55%, #d2dde8);
	box-shadow: 0 3px 12px rgb(16 36 58 / 0.1);
	transform: translateY(-1px);
}

.counter:focus-visible {
	outline: 2px solid #f5c518;
	outline-offset: 2px;
}

/* ------------------------------------------------------------ РЕКОРД */

.records {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
	gap: 0.7rem;
	position: relative;
	z-index: 1;
}

.rec {
	position: relative;
	z-index: 1;
	background: var(--panel);
	border: 1px solid var(--line-soft);
	border-radius: 0.85rem;
	padding: 1rem 1.1rem;
	overflow: hidden;
	border-top: 3px solid var(--accent);
}

.rec::after {
	content: "";
	position: absolute;
	right: -2.5rem;
	top: -2.5rem;
	width: 7rem;
	height: 7rem;
	border-radius: 50%;
	background: var(--accent);
	opacity: 0.12;
}

.rec .cap {
	font-size: 0.66rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--ink-dim);
	font-weight: 700;
}

.rec .val {
	position: relative;
	font-size: 2.3rem;
	font-weight: 900;
	color: var(--accent);
	line-height: 1.1;
	margin: 0.35rem 0 0.1rem;
	font-variant-numeric: tabular-nums;
	text-decoration: none;
	display: inline-block;
	z-index: 1;
}

a.rec .val:hover,
a.val:hover {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.rec .who {
	position: relative;
	font-weight: 700;
	font-size: 0.9rem;
	color: var(--ink);
	text-decoration: none;
	display: block;
}

.rec .who:hover {
	color: var(--blue);
}

.rec .where {
	position: relative;
	font-size: 0.74rem;
	color: var(--ink-dim);
	margin-top: 0.15rem;
	display: block;
	text-decoration: none;
	z-index: 1;
}

.rec .where:hover {
	color: var(--blue);
}

/* ----------------------------------------------------------- ЗЭРЭГЛЭЛ */

.tier-cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
	gap: 0.65rem;
	position: relative;
	z-index: 1;
}

.tier-card {
	--accent: #173a5e;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	background:
		linear-gradient(
			135deg,
			color-mix(in srgb, var(--accent) 10%, #fff) 0%,
			#fff 48%,
			#fff 100%
		);
	border: 1px solid #d2dde8;
	border-left: 5px solid var(--accent);
	border-radius: 0.55rem;
	padding: 0.95rem 1rem;
	cursor: pointer;
	text-align: left;
	color: #10243a;
	font-family: inherit;
	transition: transform 0.15s, border-color 0.15s, box-shadow 0.15s;
	overflow: hidden;
}

.tier-card:hover,
.tier-card.on {
	transform: translateY(-2px);
	border-color: color-mix(in srgb, var(--accent) 55%, #d2dde8);
	box-shadow: 0 3px 12px rgb(16 36 58 / 0.1);
}

.tier-card .tier-label {
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #4a5a6c;
}

.tier-card b {
	display: block;
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-size: clamp(1.45rem, 2.8vw, 1.9rem);
	font-weight: 800;
	font-variant-numeric: tabular-nums;
	color: #10243a;
	line-height: 1;
	letter-spacing: -0.02em;
}

.tier-card .ex {
	font-size: 0.72rem;
	font-weight: 600;
	color: #5b6b7d;
}

/* ---------------------------------------------------------- ТЭМЦЭЭН */

.filter-bar {
	display: flex;
	gap: 0.4rem;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 0.7rem;
}

.chip {
	font-size: 0.75rem;
	font-weight: 700;
	padding: 0.35rem 0.7rem;
	border-radius: 999px;
	border: 1px solid var(--line);
	background: var(--panel);
	color: var(--ink-dim);
	cursor: pointer;
	font-family: inherit;
	transition: all 0.12s;
}

.chip:hover {
	color: var(--ink);
}

.chip.on {
	background: color-mix(in srgb, var(--c, var(--blue)) 18%, var(--panel));
	border-color: var(--c, var(--blue));
	color: var(--c, var(--blue));
}

.mini-search {
	margin-left: auto;
	padding: 0.35rem 0.7rem;
	border-radius: 999px;
	border: 1px solid var(--line);
	background: var(--panel);
	color: var(--ink);
	font-size: 0.8rem;
	font-family: inherit;
	min-width: 11rem;
}

.mini-search:focus {
	outline: none;
	border-color: var(--blue);
}

.t-list {
	display: grid;
	gap: 0.4rem;
}

a.t-row {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

.t-row {
	display: grid;
	grid-template-columns: 5.5rem 1fr auto;
	gap: 0.8rem;
	align-items: center;
	background: var(--panel);
	border: 1px solid var(--line-soft);
	border-left: 3px solid var(--tc);
	border-radius: 0.6rem;
	padding: 0.6rem 0.9rem;
	color: var(--ink);
}

.t-row:hover {
	border-color: color-mix(in srgb, var(--tc) 60%, var(--line));
}

.t-date {
	font-size: 0.74rem;
	color: var(--ink-dim);
	font-variant-numeric: tabular-nums;
}

.t-title {
	font-weight: 700;
	font-size: 0.9rem;
	line-height: 1.3;
	color: var(--ink);
	text-decoration: none;
}

.t-title:hover,
.t-date:hover,
.t-entries:hover {
	color: var(--blue);
}

.t-date,
.t-entries {
	text-decoration: none;
	color: inherit;
}

.t-sub {
	font-size: 0.74rem;
	color: var(--ink-dim);
	margin-top: 0.15rem;
	display: flex;
	gap: 0.5rem;
	flex-wrap: wrap;
	align-items: center;
}

.t-sub a {
	color: var(--gold);
	text-decoration: none;
	font-weight: 600;
}

.t-sub a:hover {
	text-decoration: underline;
}

.t-chip {
	display: inline-block;
	font-size: 0.62rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	padding: 0.12rem 0.42rem;
	border-radius: 999px;
	background: color-mix(in srgb, var(--tc) 20%, transparent);
	border: 1px solid color-mix(in srgb, var(--tc) 50%, transparent);
	color: var(--tc);
}

.t-entries {
	text-align: right;
	font-variant-numeric: tabular-nums;
}

.t-entries b {
	display: block;
	font-size: 1.1rem;
	font-weight: 800;
}

.t-entries i {
	font-style: normal;
	font-size: 0.65rem;
	color: var(--ink-dim);
}

.more-btn {
	margin-top: 0.7rem;
	width: 100%;
	padding: 0.65rem;
	border-radius: 0.6rem;
	border: 1px dashed var(--line);
	background: transparent;
	color: var(--ink-dim);
	font-family: inherit;
	font-size: 0.85rem;
	cursor: pointer;
}

.more-btn:hover {
	border-color: var(--blue);
	color: var(--blue);
}

/* -------------------------------------------------------------- КЛУБ */

.club-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(17.5rem, 1fr));
	gap: 0.7rem;
}

.club-card {
	position: relative;
	z-index: 1;
	background: #fff;
	border: 1px solid #d2dde8;
	border-radius: 0.55rem;
	padding: 0;
	overflow: hidden;
	text-align: left;
	color: #10243a;
	font-family: inherit;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	gap: 0;
	min-height: 4.4rem;
	box-shadow: 0 1px 2px rgb(0 0 0 / 0.04);
}

.club-card:hover {
	border-color: color-mix(in srgb, var(--accent) 55%, #d2dde8);
	box-shadow: 0 3px 10px rgb(16 36 58 / 0.08);
}

.club-card::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: 4px;
	background: var(--accent);
}

.club-card-main {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 0.65rem;
	padding: 0.7rem 0.55rem 0.7rem 0.85rem;
	color: inherit;
	text-decoration: none;
	flex: 1;
	min-width: 0;
}

.club-rank {
	flex: 0 0 auto;
	width: 1.45rem;
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-size: 0.78rem;
	font-weight: 800;
	color: #5b6b7d;
	text-align: center;
}

.club-card-logo {
	width: 2.4rem;
	height: 2.4rem;
	object-fit: contain;
	background: #fff;
	border-radius: 0.4rem;
	border: 1px solid #d2dde8;
	display: block;
	flex: 0 0 auto;
}

.club-card-ph {
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 0.4rem;
	background: var(--accent, #173a5e);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.95rem;
	font-weight: 800;
	flex: 0 0 auto;
}

.club-card-text {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	min-width: 0;
	flex: 1;
}

.club-card .cn {
	font-weight: 800;
	font-size: 0.92rem;
	margin: 0;
	color: #10243a;
	line-height: 1.25;
	white-space: normal;
	overflow: visible;
	text-overflow: unset;
	word-break: break-word;
}

.club-meta,
.club-city {
	font-size: 0.72rem;
	font-weight: 600;
	color: #5b6b7d;
	margin: 0;
	line-height: 1.3;
	white-space: normal;
	overflow: visible;
	text-overflow: unset;
}

.club-filter-btn {
	margin: 0.55rem 0.55rem 0.55rem 0;
	padding: 0.35rem 0.55rem;
	font-size: 0.7rem;
	font-weight: 700;
	align-self: center;
	flex: 0 0 auto;
	border-radius: 0.35rem;
	border: 1px solid #c5d0dc;
	background: #f3f6f9;
	color: #10243a;
	cursor: pointer;
	font-family: inherit;
}

.club-filter-btn:hover {
	border-color: var(--accent, #173a5e);
	color: var(--accent, #173a5e);
}

.club-latest,
.club-champs,
.club-stats {
	display: none;
}

.t-list.ev-acc-list {
	gap: 0;
	border: 0;
}

.t-list.ev-acc-list .t-row {
	border-radius: 0;
	border-left-width: 3px;
	margin: 0;
}

.t-list.ev-acc-list .t-row:nth-child(odd) {
	background: #fff;
}

.t-list.ev-acc-list .t-row:nth-child(even) {
	background: #e8f0f8;
}

.t-main {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

a.t-row {
	text-decoration: none;
	color: inherit;
}

.club-latest,
.club-champs {
	margin-top: 0.35rem;
	padding: 0 1.1rem;
	font-size: 0.72rem;
	color: var(--ink-dim);
	line-height: 1.35;
}

.club-champs a,
.club-latest a {
	color: var(--accent);
	text-decoration: none;
	font-weight: 650;
}

.club-champs a:hover,
.club-latest a:hover {
	text-decoration: underline;
}

.sec-lead {
	margin: -0.35rem 0 0.9rem;
	color: var(--ink-dim);
	font-size: 0.88rem;
}

.club-stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0.4rem;
}

.club-stats div b {
	display: block;
	font-size: 1.05rem;
	font-weight: 800;
	font-variant-numeric: tabular-nums;
}

.club-stats div i {
	font-style: normal;
	font-size: 0.63rem;
	color: var(--ink-dim);
}

/* ---------------------------------------------------------- ХҮСНЭГТ */

.table-wrap {
	overflow-x: auto;
	background: var(--panel);
	border: 1px solid var(--line-soft);
	border-radius: 0.8rem;
	position: relative;
	z-index: 1;
}

table.data {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.87rem;
	white-space: nowrap;
}

table.data th {
	text-align: left;
	font-size: 0.64rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--ink-dim);
	font-weight: 700;
	padding: 0.6rem 0.8rem;
	border-bottom: 1px solid var(--line);
	position: sticky;
	top: 0;
	background: color-mix(in srgb, var(--panel) 88%, var(--line));
}

table.data td {
	padding: 0.5rem 0.8rem;
	border-bottom: 1px solid var(--line);
}

table.data tbody tr:last-child td {
	border-bottom: none;
}

table.data tbody tr:hover td {
	background: rgba(26, 95, 158, 0.05);
}

table.data .num {
	text-align: right;
	font-variant-numeric: tabular-nums;
}

table.data a {
	color: var(--ink);
	text-decoration: none;
	font-weight: 600;
}

table.data a:hover {
	color: var(--blue);
}

.pos {
	font-weight: 900;
	color: var(--ink-dim);
	width: 2rem;
}

.pos.p1 { color: var(--gold); }
.pos.p2 { color: #6b7c8a; }
.pos.p3 { color: #c47a3a; }

.badge-t {
	font-size: 0.6rem;
	font-weight: 800;
	padding: 0.08rem 0.35rem;
	border-radius: 0.25rem;
	background: linear-gradient(135deg, var(--gold), #ff9d2e);
	color: #2b1a00;
	margin-left: 0.35rem;
	vertical-align: middle;
}

.scroll-y {
	max-height: 28rem;
	overflow-y: auto;
}

/* ------------------------------------------------------------ АВАРГА */

.champ-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
	gap: 0.5rem;
}

.champ {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	background: var(--panel);
	border: 1px solid var(--line-soft);
	border-radius: 0.65rem;
	padding: 0.6rem 0.85rem;
	text-decoration: none;
	color: var(--ink);
}

.champ:hover {
	border-color: var(--gold);
}

.champ .tn {
	display: grid;
	place-items: center;
	width: 2.1rem;
	height: 2.1rem;
	border-radius: 50%;
	background: linear-gradient(150deg, #ffe07a, var(--gold));
	color: #2b1a00;
	font-weight: 900;
	font-size: 0.9rem;
	flex-shrink: 0;
}

.champ .cnm {
	font-weight: 600;
	font-size: 0.87rem;
	overflow: hidden;
	text-overflow: ellipsis;
}

.champ .cl {
	font-size: 0.68rem;
	color: var(--ink-dim);
}

/* --------------------------------------------------------------- ЭНД */

.arc-foot {
	margin: 0;
	padding: 1.2rem 1rem 2rem;
	border-top: 1px solid var(--line);
	font-size: 0.74rem;
	color: var(--ink-dim);
	background: #dce8e4;
}

@media (max-width: 40rem) {
	.t-row {
		grid-template-columns: 1fr auto;
	}

	.t-date {
		grid-column: 1 / -1;
	}

	.club-stats {
		grid-template-columns: repeat(2, 1fr);
	}
}
