/* ---- 홈 리뉴얼 레이아웃 (desktop) ---- */
body .home-page {
	padding: 32px 2rem 48px;
}

.home-shell {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.home-hero {
	display: grid;
	grid-template-columns: minmax(320px, 430px) minmax(0, 1fr);
	gap: 24px;
	align-items: stretch;
}

.home-hero-copy,
.home-hero-media,
.home-live-section {
	border-radius: 28px;
	overflow: hidden;
}

.home-hero-copy {
	background: radial-gradient(circle at top left, rgba(242, 80, 126, 0.24), transparent 42%), linear-gradient(180deg, #111319 0%, #0a0b0f 100%);
	padding: 32px;
	color: #fff;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

.home-badge,
.home-section-head span,
.home-panel-title span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	width: fit-content;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #ff7da3;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.home-hero-copy h2 {
	margin-top: 18px;
	font-size: 38px;
	line-height: 1.16;
	font-weight: 700;
	color: #fff;
}

.home-hero-copy p {
	margin-top: 14px;
	font-size: 15px;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.72);
}

.home-stat-row {
	margin-top: 28px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.home-stat-card {
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.04);
	border-radius: 18px;
	padding: 18px 16px;
}

.home-stat-card strong {
	display: block;
	font-size: 28px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
}

.home-stat-card span {
	display: block;
	margin-top: 8px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 11px;
	letter-spacing: 0.12em;
}

.home-action-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.home-action {
	min-height: 44px;
	padding: 0 18px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: #fff !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	background: rgba(255, 255, 255, 0.05);
}

.home-action.primary {
	background: linear-gradient(135deg, #ff4f8d 0%, #ff7d66 100%);
	border-color: transparent;
	box-shadow: 0 12px 24px rgba(242, 80, 126, 0.3);
}

.home-action:hover {
	transform: translateY(-2px);
}

.home-hero-media,
.home-live-section {
	background: linear-gradient(180deg, #12151d 0%, #0c0f15 100%);
	padding: 22px;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
	border: 1px solid rgba(255, 255, 255, 0.05);
}

.home-panel-title,
.home-section-head {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 16px;
	margin-bottom: 18px;
}

.home-panel-title strong,
.home-section-head h3 {
	display: block;
	margin-top: 10px;
	font-size: 28px;
	color: #fff;
}

.home-panel-title em,
.home-section-head p,
.home-section-head a {
	color: rgba(255, 255, 255, 0.62);
	font-size: 13px;
}

.home-section-head a {
	height: 42px;
	padding: 0 18px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.08);
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.home-section-head.live {
	margin-bottom: 22px;
}

.home-hero-swiper {
	margin-top: 0;
}

.home-hero-swiper .swiper-slide-shadow-left,
.home-hero-swiper .swiper-slide-shadow-right,
.home-hero-swiper .swiper-slide-shadow-top,
.home-hero-swiper .swiper-slide-shadow-bottom {
	display: none !important;
	background: transparent !important;
}

.home-feature-card,
.home-live-card {
	width: 100%;
	display: block;
}

.home-feature-card {
	position: relative;
	height: 560px;
	border-radius: 24px;
	overflow: hidden;
}

.home-feature-bg {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.home-feature-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	border-radius: inherit;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.75) 100%);
}

.home-feature-top,
.home-feature-bottom {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 2;
	display: flex;
	align-items: center;
}

.home-feature-top {
	top: 0;
	justify-content: space-between;
	padding: 24px;
}

.home-feature-bottom {
	bottom: 0;
	padding: 24px;
	flex-direction: column;
	align-items: flex-start;
	gap: 18px;
}

.home-feature-host {
	display: flex;
	align-items: center;
	gap: 14px;
}

.home-feature-host img {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid rgba(255, 255, 255, 0.42);
}

.home-feature-host strong {
	display: block;
	font-size: 26px;
	line-height: 1.2;
	color: #fff;
}

.home-feature-host p {
	margin-top: 4px;
	font-size: 15px;
	color: rgba(255, 255, 255, 0.74);
}

.live-pill,
.viewer-pill {
	height: 30px;
	padding: 0 12px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 700;
}

.live-pill {
	background: linear-gradient(135deg, #ff456d 0%, #ff7d66 100%);
	color: #fff;
}

.viewer-pill {
	background: rgba(15, 17, 24, 0.72);
	color: #fff;
}

.home-tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.home-tag-list span {
	min-height: 28px;
	padding: 0 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
}

.home-live-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.home-live-grid .live-item,
.home-empty-state {
	margin: 0;
	width: auto;
}

.home-live-card {
	border-radius: 24px;
	overflow: hidden;
	background: linear-gradient(180deg, #171b24 0%, #10141b 100%);
	border: 1px solid rgba(255, 255, 255, 0.05);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.home-live-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 20px 32px rgba(0, 0, 0, 0.28);
	border-color: rgba(242, 80, 126, 0.35);
}

.home-live-thumb {
	position: relative;
}

.home-live-thumb img {
	width: 100%;
	height: 215px;
	object-fit: cover;
}

.home-live-meta {
	position: absolute;
	left: 16px;
	right: 16px;
	top: 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.home-live-copy {
	padding: 18px;
}

.home-live-host {
	display: flex;
	gap: 12px;
	align-items: center;
}

.home-live-host img {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	object-fit: cover;
}

.home-live-host strong {
	display: block;
	font-size: 18px;
	line-height: 1.3;
	color: #fff;
}

.home-live-host p {
	margin-top: 4px;
	font-size: 13px;
	color: #ff7da3;
}

.home-live-copy .home-tag-list {
	margin-top: 14px;
}

.home-live-copy .home-tag-list span {
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.72);
}

.load-more-wrap {
	text-align: center;
	margin: 30px 0 8px;
	position: relative;
}

.load-more-wrap::before,
.load-more-wrap::after {
	content: "";
	width: calc(50% - 100px);
	height: 1px;
	background: rgba(255, 255, 255, 0.08);
	position: absolute;
	top: calc(50% - 1px);
}

.load-more-wrap::before {
	left: 0;
}

.load-more-wrap::after {
	right: 0;
}

.load-more-btn {
	text-align: center;
	min-width: 148px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	padding: 10px 20px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.04);
	color: rgba(255, 255, 255, 0.74);
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	transition: all 0.3s;
}

.load-more-btn span {
	display: inline-block;
	background: url(/ftv/images/more_on.svg) no-repeat right center;
	color: inherit;
	padding-right: 20px;
	background-size: 11px 6px !important;
}

.load-more-btn.on span {
	background: url(/ftv/images/more_off.svg) no-repeat right center;
}

.load-more-btn:hover {
	border-color: #f2507e;
	color: #f2507e;
	box-shadow: 0 12px 24px rgba(242, 80, 126, 0.14);
}

.load-more-loading {
	display: none;
	margin-top: 10px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
}

.home-empty-card {
	min-height: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	background: linear-gradient(135deg, #161922 0%, #0f1118 100%);
	color: rgba(255, 255, 255, 0.68);
	font-size: 15px;
}

.home-empty-card.compact {
	min-height: 180px;
}

@media (max-width: 1900px) {
	.home-live-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 1000px) {
	.home-live-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 1360px) {
	.home-hero {
		grid-template-columns: 1fr;
	}

	.home-feature-card,
	.home-feature-bg {
		min-height: 500px;
		height: 500px;
	}
}
