.kc-creator-card {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 12px;
	overflow: hidden;
	transition: all 0.2s ease;
}

.kc-creator-card:hover {
	border-color: #E2004F;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	transform: translateY(-2px);
}

.kc-creator-card__inner {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 16px;
	gap: 16px;
	position: relative;
}

.kc-creator-card__stretched {
	position: absolute;
	inset: 0;
	z-index: 1;
	text-decoration: none;
	display: block;
}

.kc-creator-card__avatar {
	flex: 0 0 64px;
	width: 64px;
	height: 64px;
	flex-shrink: 0;
	position: relative;
	z-index: 10;
	pointer-events: none;
}

.kc-creator-card__avatar-img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 2px solid rgba(0, 0, 0, 0.12);
	object-fit: cover;
	background: #f5f5f5;
}

.kc-creator-card__info {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 8px;
	overflow: hidden;
	position: relative;
	z-index: 10;
	pointer-events: none;
}

.kc-creator-card__name {
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	color: #111;
	display: flex;
	align-items: center;
	gap: 10px;
	position: relative;
	z-index: 10;
	pointer-events: none;
}

.kc-creator-card__name-text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	flex: 0 1 auto;
	min-width: 0;
}

.kc-creator-card__name-avatar {
	display: none;
}

.kc-creator-card__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	min-height: 28px;
	position: relative;
	z-index: 20;
	pointer-events: none;
}

.kc-creator-card__tag {
	display: inline-block;
	padding: 4px 12px;
	font-size: 11px;
	font-weight: 600;
	color: #fff;
	background: #E2004F;
	border: 1px solid #C20042;
	border-radius: 999px;
	white-space: nowrap;
	text-decoration: none;
	transition: all 0.2s ease;
	position: relative;
	z-index: 20;
	pointer-events: auto;
}

.kc-creator-card__tag:hover {
	background: #C20042;
	border-color: #A00035;
	transform: translateY(-1px);
}

.kc-creator-card__works-count {
	font-size: 14px;
	font-weight: 700;
	color: #E2004F;
	white-space: nowrap;
	position: relative;
	z-index: 10;
	flex-shrink: 0;
	pointer-events: none;
}

.kc-creator-card__works-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	position: relative;
	z-index: 20;
	pointer-events: none;
}

.kc-creator-card__works {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-shrink: 0;
	position: relative;
	z-index: 20;
	pointer-events: auto;
}

@media (max-width: 1023px) {
	.kc-creator-card__works {
		display: none !important;
	}
	.kc-creator-card__work-info {
		display: none !important;
	}
	.kc-creator-card__avatar {
		flex: 0 0 48px;
		width: 48px;
		height: 48px;
	}
	.kc-creator-card__name {
		font-size: 16px;
	}
}

@media (min-width: 1024px) {
	.kc-creator-card {
		display: flex;
		flex-direction: column;
		min-height: 200px;
		position: relative;
	}
	.kc-creator-card__inner {
		flex-direction: row;
		align-items: flex-start;
		padding: 16px;
		gap: 16px;
		flex: 1;
	}
	.kc-creator-card__avatar {
		display: none;
	}
	.kc-creator-card__info {
		flex: 1 1 auto;
		min-width: 0;
		align-items: flex-start;
		text-align: left;
		gap: 8px;
	}
	.kc-creator-card__name {
		font-size: 18px;
		gap: 10px;
		margin-bottom: 8px;
	}
	.kc-creator-card__name-text {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		flex: 0 1 auto;
		min-width: 0;
	}
	.kc-creator-card__name-avatar {
		display: block;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		border: 2px solid rgba(0, 0, 0, 0.12);
		flex-shrink: 0;
		position: relative;
		z-index: 10;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-color: #f5f5f5;
	}
	.kc-creator-card__works-count {
		font-size: 16px;
		font-weight: 700;
		color: #E2004F;
		flex-shrink: 0;
		white-space: nowrap;
	}
	.kc-creator-card__tags {
		justify-content: flex-start;
		gap: 6px;
		width: 100%;
		pointer-events: none;
	}
	.kc-creator-card__works-wrapper {
		flex: 0 0 auto;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		position: relative;
		z-index: 20;
		pointer-events: none;
	}
	.kc-creator-card__works {
		width: 240px;
		height: 168px;
		background: #ffffff;
		border: 1px solid rgba(0, 0, 0, 0.12);
		border-radius: 0;
		overflow: hidden;
		flex: 0 0 auto;
		display: flex;
		flex-direction: row;
		align-items: stretch;
		justify-content: flex-start;
		flex-shrink: 0;
		position: relative;
		z-index: 20;
		pointer-events: auto;
		gap: 0;
		box-sizing: border-box;
	}
	
	.kc-creator-card__works .kc-manga-card-v0 {
		width: 120px;
		height: 100%;
		background: transparent;
		border: none;
		border-radius: 0;
		position: relative;
		z-index: 20;
		display: block;
		flex-shrink: 0;
		overflow: visible;
	}
	
	.kc-creator-card__works .kc-manga-card-v0__link {
		position: relative;
		z-index: 20;
		display: block;
		width: 100%;
		height: 100%;
	}
	
	.kc-creator-card__works .kc-manga-card-v0__media {
		width: 100%;
		height: 100%;
	}
	
	.kc-creator-card__works .kc-manga-card-v0__thumb {
		width: 100%;
		height: 100%;
	}
	
	/* kc-manga-card-v0 を完全再現（タイトルエリアは非表示） */
	.kc-creator-card__works .kc-manga-card-v0__content {
		display: none;
	}
	
	/* Previewボタンとオーバーレイを確実に表示 */
	.kc-creator-card__works .kc-manga-card-v0__preview {
		position: absolute !important;
		top: 8px !important;
		right: 8px !important;
		z-index: 30 !important;
	}
	
	.kc-creator-card__works .kc-manga-card-v0__overlay {
		position: absolute !important;
		bottom: 0 !important;
		left: 0 !important;
		right: 0 !important;
		z-index: 30 !important;
	}
	
	/* 作品情報（タイトルとラベル） */
	.kc-creator-card__work-info {
		width: 120px;
		height: 100%;
		background: transparent;
		border: none;
		border-right: 1px solid rgba(0, 0, 0, 0.12);
		border-radius: 0;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		padding: 12px;
		gap: 8px;
		position: relative;
		z-index: 20;
		pointer-events: none;
		flex-shrink: 0;
		box-sizing: border-box;
	}
	
	.kc-creator-card__work-label {
		font-size: 10px;
		font-weight: 600;
		color: #E2004F;
		letter-spacing: 0.5px;
		text-transform: uppercase;
		line-height: 1.2;
		width: 100%;
	}
	
	.kc-creator-card__work-title {
		font-size: 12px;
		font-weight: 600;
		color: #000;
		line-height: 1.4;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 100%;
	}
}
