/* Клубын жагсаалт — нэг өнгө · том лого/нэр */

.cl-body {
	background: var(--db-cream);
	color: var(--db-ink);
}

.cl-main {
	max-width: 72rem;
	margin: 0 auto;
	padding: 1.4rem 1rem 3.5rem;
}

.cl-kicker {
	margin: 0 0 0.3rem;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #173a5e;
}

.cl-intro h1 {
	margin: 0 0 0.35rem;
	font-size: clamp(1.5rem, 4vw, 2rem);
	color: #10243a;
}

.cl-n {
	font-size: 0.55em;
	font-weight: 700;
	color: #5b6b7d;
	vertical-align: middle;
}

.cl-intro p {
	margin: 0 0 1.1rem;
	color: #4a5a6c;
	max-width: 42rem;
	line-height: 1.5;
}

.cl-toolbar {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	align-items: center;
	margin-bottom: 0.45rem;
}

.cl-toolbar input {
	flex: 1 1 14rem;
	min-width: 0;
	padding: 0.55rem 0.85rem;
	border: 1px solid #c5d0dc;
	border-radius: 999px;
	background: #fff;
	color: #10243a;
	font: inherit;
	font-size: 0.92rem;
}

.cl-toolbar input:focus {
	outline: 2px solid #f5c518;
	outline-offset: 1px;
}

.cl-admin {
	font-size: 0.8rem;
	font-weight: 700;
	padding: 0.45rem 0.85rem;
	border-radius: 999px;
	border: 1px solid #c5d0dc;
	background: #fff;
	color: #173a5e;
	text-decoration: none;
}

.cl-admin:hover {
	border-color: #173a5e;
}

.cl-meta {
	margin: 0 0 0.9rem;
	font-size: 0.85rem;
	font-weight: 600;
	color: #5b6b7d;
}

.cl-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(19.5rem, 1fr));
	gap: 1rem;
}

.cl-card {
	display: flex;
	flex-direction: column;
	gap: 0.7rem;
	padding: 1.05rem 1.05rem 1rem;
	background: #fff;
	border: 1px solid #d2dde8;
	border-radius: 0.7rem;
	box-shadow: 0 1px 3px rgb(16 36 58 / 0.05);
	position: relative;
	overflow: hidden;
	color: #10243a;
}

.cl-card::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 5px;
	background: #173a5e;
}

.cl-card-head {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	padding-left: 0.35rem;
	text-decoration: none;
	color: inherit;
	min-width: 0;
}

.cl-card-head:hover .cl-name {
	color: #173a5e;
}

.cl-logo,
.cl-ph {
	width: 4.25rem;
	height: 4.25rem;
	border-radius: 0.55rem;
	flex: 0 0 auto;
	object-fit: contain;
	background: #f3f6f9;
	border: 1px solid #d2dde8;
}

.cl-ph {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #173a5e;
	color: #fff;
	font-weight: 800;
	font-size: 1.55rem;
	border-color: transparent;
}

.cl-head-text {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
}

.cl-name {
	font-weight: 800;
	font-size: clamp(1.15rem, 2.4vw, 1.35rem);
	line-height: 1.2;
	word-break: break-word;
	color: #10243a;
}

.cl-city {
	font-size: 0.88rem;
	font-weight: 600;
	color: #5b6b7d;
}

.cl-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.4rem;
	padding: 0.65rem 0.5rem;
	margin-left: 0.2rem;
	background: #f3f6f9;
	border-radius: 0.5rem;
}

.cl-stats div {
	text-align: center;
}

.cl-stats b {
	display: block;
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-size: 1rem;
	font-weight: 800;
	font-variant-numeric: tabular-nums;
	color: #10243a;
	line-height: 1.15;
}

.cl-stats i {
	display: block;
	font-style: normal;
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #5b6b7d;
	margin-top: 0.14rem;
}

.cl-info {
	display: grid;
	gap: 0.4rem;
	padding: 0.15rem 0.25rem 0;
	margin-left: 0.15rem;
}

.cl-info > div {
	display: grid;
	gap: 0.1rem;
}

.cl-info-k {
	font-size: 0.65rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #5b6b7d;
}

.cl-info-v {
	font-size: 0.92rem;
	font-weight: 700;
	color: #10243a;
	line-height: 1.35;
	word-break: break-word;
}

.cl-latest {
	font-size: 0.8rem;
	font-weight: 600;
	color: #4a5a6c;
	line-height: 1.4;
	padding-left: 0.25rem;
}

.cl-latest a {
	color: #173a5e;
	font-weight: 700;
	text-decoration: none;
}

.cl-latest a:hover {
	text-decoration: underline;
}

.cl-actions {
	display: flex;
	gap: 0.45rem;
	margin-top: 0.1rem;
	padding-left: 0.15rem;
}

.cl-btn {
	flex: 1;
	text-align: center;
	font-size: 0.82rem;
	font-weight: 700;
	padding: 0.5rem 0.55rem;
	border-radius: 0.4rem;
	border: 1px solid #173a5e;
	background: #173a5e;
	color: #fff;
	text-decoration: none;
}

.cl-btn-light {
	background: #fff;
	color: #173a5e;
	border-color: #c5d0dc;
}

.cl-btn-light:hover {
	border-color: #173a5e;
	background: #f3f6f9;
}

.cl-info-v a {
	color: #173a5e;
	font-weight: 700;
	text-decoration: none;
}

.cl-info-v a:hover {
	text-decoration: underline;
}

.cl-btn-ghost {
	background: #fff;
	color: #173a5e;
	border-color: #c5d0dc;
}

.cl-btn-ghost:hover {
	border-color: #173a5e;
}

.cl-empty {
	grid-column: 1 / -1;
	margin: 1rem 0;
	color: #5b6b7d;
	font-weight: 600;
}

@media (max-width: 28rem) {
	.cl-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cl-logo,
	.cl-ph {
		width: 3.6rem;
		height: 3.6rem;
	}
}
