.front-page-shell {
	cursor: inherit;
	background: #f3fdff;
}

.front-game-promo {
	width: 88%;
	margin: 0 auto;
	cursor: default;
}

.front-activity-promo {
	margin-top: 3vw;
	cursor: default;
}

.front-promo-image {
	width: 100%;
}

.js-promo-primary,
.js-promo-secondary {
	cursor: default;
}

.front-title-box {
	position: relative;
	width: 88%;
	margin: 0 auto 3vw;
}

.front-title-chip {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 12.5vw;
	padding: 0 8vw;
	border-radius: 999vw;
	background:
		linear-gradient(180deg, rgba(255, 247, 196, .95) 0%, rgba(250, 208, 92, .96) 48%, rgba(216, 140, 37, .98) 100%);
	box-shadow:
		0 1vw 2.8vw rgba(117, 76, 12, .2),
		inset 0 .5vw 0 rgba(255, 255, 255, .45),
		inset 0 -.6vw 0 rgba(142, 78, 3, .18);
}

.front-title-chip::before,
.front-title-chip::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 8vw;
	height: 8vw;
	border-radius: 50%;
	transform: translateY(-50%);
	background:
		radial-gradient(circle at 35% 35%, rgba(255, 247, 196, .98) 0%, rgba(245, 196, 80, .98) 48%, rgba(191, 118, 14, .98) 100%);
	box-shadow:
		0 .6vw 1.6vw rgba(117, 76, 12, .18),
		inset 0 .35vw 0 rgba(255, 255, 255, .42);
}

.front-title-chip::before {
	left: 2vw;
}

.front-title-chip::after {
	right: 2vw;
}

.front-title-text {
	position: relative;
	z-index: 1;
	font-family: hyykh, PingFang SC, sans-serif;
	font-size: 4.9vw;
	line-height: 1.2;
	color: #9f2415;
	text-shadow: 0 .2vw .4vw rgba(255, 252, 237, .42);
	letter-spacing: .18vw;
	text-align: center;
}

.front-empty {
	width: 100%;
	padding: 6vw 4vw;
	border-radius: 3vw;
	background: rgba(255, 255, 255, .68);
	color: #5a6270;
	font-size: 3.6vw;
	line-height: 1.8;
	text-align: center;
}

.front-status {
	width: 88%;
	margin: 4vw auto 0;
	padding: 3.2vw 3.6vw;
	border-radius: 2.8vw;
	background: rgba(30, 40, 58, .08);
	color: #445062;
	font-size: 3.3vw;
	line-height: 1.7;
	text-align: center;
}

#contactBar.front-contact-dock {
	position: fixed;
	right: 6px;
	bottom: 24px;
	z-index: 1200;
	display: flex;
	flex-direction: column-reverse;
	align-items: flex-end;
	gap: 10px;
	width: max-content;
	max-width: min(92vw, 420px);
	pointer-events: auto;
	box-sizing: border-box;
	contain: layout paint;
}

#contactBar.is-dragging {
	user-select: none;
}

#contactBar .front-contact-toggle {
	display: inline-flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	gap: 8px;
	min-height: 112px;
	padding: 14px 14px 12px;
	border: 0;
	border-radius: 36px;
	background:
		linear-gradient(180deg, rgba(255, 251, 234, .98) 0%, rgba(247, 225, 155, .98) 44%, rgba(223, 163, 62, .98) 100%);
	box-shadow: none;
	color: #8f2719;
	font: 700 15px/1 "Trebuchet MS", "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
	letter-spacing: .08em;
	cursor: pointer;
	touch-action: none;
	user-select: none;
	transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
	position: relative;
	border: 1px solid rgba(191, 138, 54, .5);
}

#contactBar .front-contact-toggle:hover {
	transform: translateY(-2px) scale(1.01);
	box-shadow: none;
	filter: saturate(1.04);
}

#contactBar .front-contact-toggle-mark {
	width: 24px;
	height: 24px;
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, .92) 0%, rgba(251, 228, 156, .98) 100%);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, .86),
		0 4px 10px rgba(141, 82, 3, .18);
	flex: 0 0 auto;
	position: relative;
	background-image: url("../Images/after-sale.svg"), linear-gradient(180deg, rgba(255, 255, 255, .92) 0%, rgba(251, 228, 156, .98) 100%);
	background-repeat: no-repeat, no-repeat;
	background-position: center, center;
	background-size: 14px 14px, 100% 100%;
}

#contactBar .front-contact-toggle-text {
	position: relative;
	top: 0;
	writing-mode: vertical-rl;
	text-orientation: upright;
	white-space: nowrap;
	letter-spacing: .18em;
}

#contactBar .front-contact-panel {
	display: none;
	width: min(360px, calc(100vw - 32px));
	max-width: calc(100vw - 24px);
	max-height: min(60vh, 520px);
	overflow: auto;
	padding: 16px;
	border: 1px solid rgba(226, 191, 120, .72);
	border-radius: 26px;
	background:
		linear-gradient(180deg, rgba(255, 252, 243, .98) 0%, rgba(251, 244, 228, .98) 100%);
	box-shadow:
		0 24px 56px rgba(62, 38, 11, .18),
		inset 0 1px 0 rgba(255, 255, 255, .65);
	backdrop-filter: blur(14px);
	pointer-events: auto;
}

#contactBar.is-open .front-contact-panel {
	display: grid;
	gap: 12px;
}

#contactBar.is-open .front-contact-toggle {
	display: none;
}

#contactBar .front-contact-panel-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	padding: 4px 4px 8px;
}

#contactBar .front-contact-panel-head-copy {
	display: grid;
	gap: 4px;
	min-width: 0;
}

#contactBar .front-contact-panel-head strong {
	font: 700 20px/1.2 Georgia, "Times New Roman", "Songti SC", serif;
	color: #992818;
}

#contactBar .front-contact-panel-head span {
	color: #8a6b49;
	font-size: 12px;
}

#contactBar .front-contact-close {
	width: 36px;
	height: 36px;
	flex: 0 0 auto;
	border: 0;
	border-radius: 50%;
	background:
		linear-gradient(180deg, rgba(255, 248, 217, .96) 0%, rgba(246, 212, 116, .96) 100%);
	box-shadow:
		0 8px 18px rgba(126, 76, 11, .14),
		inset 0 1px 0 rgba(255, 255, 255, .55);
	color: #8f2719;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	transition: transform .18s ease, box-shadow .18s ease;
}

#contactBar .front-contact-close:hover {
	transform: translateY(-1px);
	box-shadow:
		0 10px 20px rgba(126, 76, 11, .18),
		inset 0 1px 0 rgba(255, 255, 255, .58);
}

#contactBar .front-contact-list {
	display: grid;
	gap: 10px;
}

#contactBar .front-contact-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 14px;
	border-radius: 18px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, .84) 0%, rgba(252, 245, 229, .92) 100%);
	border: 1px solid rgba(215, 187, 136, .42);
	box-shadow: 0 10px 24px rgba(113, 74, 22, .08);
	text-decoration: none;
	color: #4f3720;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

#contactBar a.front-contact-item:hover {
	transform: translateY(-2px);
	border-color: rgba(191, 131, 53, .5);
	box-shadow: 0 14px 28px rgba(113, 74, 22, .14);
}

#contactBar .front-contact-item-icon {
	width: 42px;
	height: 42px;
	flex: 0 0 auto;
	border-radius: 12px;
	object-fit: cover;
	background: transparent;
	display: grid;
	place-items: center;
	color: #8f2719;
	font-weight: 700;
	box-shadow: none;
}

#contactBar .front-contact-item-icon--text {
	font-size: 16px;
}

#contactBar .front-contact-item-copy {
	display: grid;
	gap: 2px;
	min-width: 0;
}

#contactBar .front-contact-item-copy strong {
	font-size: 14px;
	line-height: 1.2;
	color: #8f2719;
}

#contactBar .front-contact-item-copy span {
	color: #775b3e;
	font-size: 12px;
	word-break: break-all;
}

#contactBar .front-contact-empty {
	padding: 18px;
	border-radius: 16px;
	background: rgba(255, 250, 241, .8);
	color: #7a6147;
	font-size: 13px;
	text-align: center;
}
