.skcc-poster-dictionary {
	margin: 32px 0;
	color: #1d2327;
}

.skcc-poster-dictionary__header {
	margin-bottom: 24px;
	padding: 24px;
	background: #f6f7f7;
	border: 1px solid #dcdcde;
	border-radius: 12px;
}

.skcc-poster-dictionary__title {
	margin: 0 0 16px;
	font-size: 28px;
	line-height: 1.3;
}

.skcc-poster-dictionary__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 20px;
}

.skcc-poster-dictionary__stat {
	padding: 14px;
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 10px;
}

.skcc-poster-dictionary__stat-label {
	display: block;
	margin-bottom: 4px;
	color: #646970;
	font-size: 13px;
}

.skcc-poster-dictionary__stat-value {
	display: block;
	font-size: 24px;
	line-height: 1.2;
}

.skcc-poster-dictionary__progress-label {
	margin-bottom: 8px;
	font-weight: 700;
}

.skcc-poster-dictionary__progress-track {
	overflow: hidden;
	width: 100%;
	height: 16px;
	background: #fff;
	border: 1px solid #c3c4c7;
	border-radius: 999px;
}

.skcc-poster-dictionary__progress-fill {
	height: 100%;
	background: #00a32a;
	border-radius: 999px;
}

.skcc-poster-dictionary__progress-count {
	margin-top: 8px;
	color: #50575e;
	font-size: 14px;
}

.skcc-poster-dictionary__ranking {
	margin-top: 20px;
	padding: 16px;
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 10px;
}

.skcc-poster-dictionary__ranking-title {
	margin: 0 0 8px;
	font-size: 18px;
	line-height: 1.4;
}

.skcc-poster-dictionary__ranking-updated {
	margin: 0 0 12px;
	color: #646970;
	font-size: 13px;
	line-height: 1.5;
}

.skcc-poster-dictionary__ranking-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.skcc-poster-dictionary__ranking-item {
	display: grid;
	grid-template-columns: 32px minmax(0, 1fr) auto;
	gap: 10px;
	align-items: center;
	padding: 8px 0;
	border-top: 1px solid #f0f0f1;
}

.skcc-poster-dictionary__ranking-item:first-child {
	border-top: 0;
}

.skcc-poster-dictionary__ranking-rank {
	font-weight: 700;
}

.skcc-poster-dictionary__ranking-name {
	font-weight: 700;
}

.skcc-poster-dictionary__ranking-count {
	color: #2271b1;
	font-weight: 700;
}

.skcc-poster-dictionary__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.skcc-poster-dictionary__card {
	padding: 22px;
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 14px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
	transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.skcc-poster-dictionary__gym-name {
	margin: 0 0 12px;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.4;
}

.skcc-poster-dictionary__prefecture {
	margin-bottom: 6px;
	color: #2271b1;
	font-weight: 700;
	font-size: 14px;
}

.skcc-poster-dictionary__address {
	margin-bottom: 14px;
	color: #8c8f94;
	font-size: 12px;
	line-height: 1.6;
}

.skcc-poster-dictionary__entry-count {
	display: inline-flex;
	align-items: center;
	margin-bottom: 14px;
	padding: 6px 12px;
	background: #fff4eb;
	border: 1px solid #f0b27a;
	border-radius: 999px;
	color: #b45309;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
}

.skcc-poster-dictionary__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.skcc-poster-dictionary__badge {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	background: #f6f7f7;
	border: 1px solid #dcdcde;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
}

.skcc-poster-dictionary__badge--found-active {
	background: #e7f7ed;
	border-color: #00a32a;
	color: #0a5c2e;
}

.skcc-poster-dictionary__badge--supporter {
	background: #fff8e5;
	border-color: #dba617;
	color: #8a6116;
}

.skcc-card--has-entry {
	border-color: #f0b27a;
	box-shadow: 0 4px 14px rgba(240, 178, 122, 0.18);
}

.skcc-card--found {
	border-color: #8ed1a5;
}

.skcc-card--supporter {
	background: linear-gradient(180deg, #fffdf7 0%, #fff 100%);
}

.skcc-card--has-entry.skcc-card--found {
	border-color: #7ec99a;
	box-shadow: 0 4px 16px rgba(0, 163, 42, 0.12);
}

.skcc-poster-dictionary__empty {
	padding: 20px;
	background: #f6f7f7;
	border: 1px solid #dcdcde;
	border-radius: 10px;
}

@media (max-width: 1024px) {
	.skcc-poster-dictionary__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.skcc-poster-dictionary__header {
		padding: 18px;
	}

	.skcc-poster-dictionary__stats,
	.skcc-poster-dictionary__grid {
		grid-template-columns: 1fr;
	}
}
