/* 小游戏中心 - 参考图风格页面 */

.pcgh-mini-games-body .pcgh-main {
	background: #fff;
}

.pcgh-mini-games-page {
	--mg-blue: #2f80ff;
	--mg-blue-2: #66a7ff;
	--mg-navy: #12233a;
	--mg-navy-2: #172d48;
	--mg-text: #0b1c39;
	--mg-muted: #7890b3;
	--mg-line: #dbe9ff;
	--mg-red: #ff3b32;
	--mg-red-2: #ff684d;
	position: relative;
	overflow: hidden;
	min-height: 100vh;
	background:
		radial-gradient(circle at 18% 0%, rgba(224, 241, 255, .95) 0 8%, transparent 17%),
		radial-gradient(circle at 94% 0%, rgba(230, 242, 255, .94) 0 8%, transparent 18%),
		linear-gradient(180deg, #f8fcff 0%, #fff 42%, #fff 100%);
	color: var(--mg-text);
}

.pcgh-mini-games-page *,
.pcgh-mini-games-page *::before,
.pcgh-mini-games-page *::after,
.pcgh-mini-game-detail *,
.pcgh-mini-game-detail *::before,
.pcgh-mini-game-detail *::after {
	box-sizing: border-box;
}

.pcgh-mini-games-container {
	position: relative;
	z-index: 2;
}

.pcgh-mini-games-page .pcgh-container {
	width: min(var(--pcgh-container-w, 1200px), calc(100% - 32px));
	max-width: var(--pcgh-container-w, 1200px);
}

.pcgh-mini-games-bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 1;
}

.pcgh-mini-games-bg__cloud {
	position: absolute;
	top: -46px;
	width: 360px;
	height: 188px;
	border-radius: 0 0 130px 130px;
	background: rgba(230, 243, 255, .78);
	filter: blur(.2px);
}

.pcgh-mini-games-bg__cloud--left {
	left: 78px;
	transform: rotate(8deg);
}

.pcgh-mini-games-bg__cloud--right {
	right: -58px;
	width: 420px;
}

.pcgh-mini-games-bg__planet {
	position: absolute;
	top: 74px;
	left: 54px;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background:
		radial-gradient(circle at 34% 28%, rgba(255, 255, 255, .72), transparent 28%),
		linear-gradient(135deg, #cce8ff, #a7d0f7);
	opacity: .72;
}

.pcgh-mini-games-bg__planet::before {
	content: "";
	position: absolute;
	left: -26px;
	right: -26px;
	top: 28px;
	height: 13px;
	border: 7px solid rgba(190, 219, 250, .62);
	border-left-color: transparent;
	border-right-color: transparent;
	border-radius: 50%;
	transform: rotate(-10deg);
}

.pcgh-mini-games-bg__pad {
	position: absolute;
	right: 70px;
	top: 118px;
	width: 118px;
	height: 78px;
	border-radius: 32px 32px 40px 40px;
	background: linear-gradient(135deg, rgba(192, 225, 255, .9), rgba(227, 243, 255, .72));
	box-shadow: inset 0 0 0 2px rgba(156, 205, 255, .55);
	transform: rotate(14deg);
}

.pcgh-mini-games-bg__pad::before,
.pcgh-mini-games-bg__pad::after {
	content: "";
	position: absolute;
	border-radius: 999px;
}

.pcgh-mini-games-bg__pad::before {
	left: 22px;
	top: 28px;
	width: 29px;
	height: 9px;
	background: #9cc9f7;
	box-shadow: 10px 0 0 #9cc9f7;
	transform: rotate(90deg);
}

.pcgh-mini-games-bg__pad::after {
	right: 22px;
	top: 27px;
	width: 12px;
	height: 12px;
	background: #87b7ef;
	box-shadow: 20px 0 0 #87b7ef, 10px 16px 0 #87b7ef;
}

.pcgh-mini-games-bg__spark {
	position: absolute;
	color: #b9d8ff;
	font-size: 30px;
	font-weight: 900;
	opacity: .85;
}

.pcgh-mini-games-bg__spark--one {
	top: 134px;
	left: 27%;
}

.pcgh-mini-games-bg__spark--two {
	top: 166px;
	left: 20%;
	font-size: 22px;
}

.pcgh-mini-games-bg__spark--three {
	top: 110px;
	right: 12%;
	font-size: 22px;
}

.pcgh-mini-games-hero {
	position: relative;
	padding: 38px 0 22px;
	text-align: center;
}

.pcgh-mini-games-hero h1 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	margin: 0;
	color: #071a36;
	font-size: clamp(30px, 3.2vw, 46px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.16;
	text-shadow: 0 8px 26px rgba(20, 75, 130, .08);
}

.pcgh-mini-games-hero h1 span {
	display: inline-grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 16px;
	color: #fff;
	background: linear-gradient(135deg, #2f8bff, #65b2ff);
	box-shadow: 0 12px 22px rgba(47, 128, 255, .24);
	transform: rotate(-12deg);
}

.pcgh-mini-games-hero h1 svg {
	width: 26px;
	height: 26px;
	stroke-width: 2.6;
}

.pcgh-mini-games-hero__sub {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	margin: 13px 0 7px;
	color: #7188ad;
	font-size: clamp(16px, 1.45vw, 22px);
	font-weight: 500;
	letter-spacing: .02em;
}

.pcgh-mini-games-hero__sub i {
	position: relative;
	display: inline-block;
	width: 35px;
	height: 3px;
	border-radius: 99px;
	background: linear-gradient(90deg, transparent, #3894ff, transparent);
}

.pcgh-mini-games-hero__sub i::after {
	content: "";
	position: absolute;
	right: 3px;
	top: -5px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #3894ff;
}

.pcgh-mini-games-search {
	display: flex;
	align-items: center;
	width: min(560px, calc(100vw - 38px));
	height: 52px;
	margin: 0 auto;
	padding: 0 20px;
	border: 1px solid #b8d7ff;
	border-radius: 999px;
	background: rgba(255, 255, 255, .86);
	box-shadow: 0 12px 28px rgba(56, 129, 226, .13);
	backdrop-filter: blur(8px);
}

.pcgh-mini-games-search__icon,
.pcgh-mini-games-search svg {
	flex: 0 0 auto;
	width: 25px;
	height: 25px;
	color: #7e9bc4;
}

.pcgh-mini-games-search input {
	flex: 1;
	min-width: 0;
	height: 100%;
	border: 0;
	outline: 0;
	background: transparent;
	color: #10233d;
	font-size: 15px;
	font-weight: 600;
	padding: 0 0 0 13px;
}

.pcgh-mini-games-search input::placeholder {
	color: #8ca3c4;
	font-weight: 600;
}

.pcgh-mini-games-search input::-webkit-search-cancel-button,
.pcgh-mini-games-search input::-webkit-search-decoration {
	-webkit-appearance: none;
	appearance: none;
	display: none;
}

.pcgh-mini-games-toolbar { display:flex; align-items:center; justify-content:space-between; gap:16px; margin:22px 0 0; }
.pcgh-mini-games-categories { display:flex; align-items:center; gap:8px; overflow-x:auto; padding:2px; }
.pcgh-mini-games-categories button,.pcgh-mini-games-categories a { display:inline-flex; align-items:center; justify-content:center; flex:0 0 auto; min-height:34px; padding:0 15px; border:1px solid #d5e4f7; border-radius:6px; background:#fff; color:#526884; font-weight:700; cursor:pointer; }
.pcgh-mini-games-categories button.is-active,.pcgh-mini-games-categories a.is-active { border-color:#2f80ff; background:#2f80ff; color:#fff; }
.pcgh-mini-games-toolbar label { display:flex; align-items:center; gap:8px; color:#687e9d; font-size:13px; white-space:nowrap; }
.pcgh-mini-games-toolbar select { height:36px; border:1px solid #d5e4f7; border-radius:6px; background:#fff; color:#243a59; padding:0 28px 0 10px; }
.pcgh-mini-games-recent { position:relative; z-index:2; margin-top:4px; margin-bottom:20px; }
.pcgh-mini-games-recent__items { display:flex; gap:10px; overflow-x:auto; }
.pcgh-mini-games-recent a { display:flex; align-items:center; gap:8px; flex:0 0 auto; min-height:42px; padding:0 14px; border:1px solid #dbe7f6; border-radius:6px; background:#fff; color:#243a59; font-weight:700; }
.pcgh-mini-games-recent a > img,.pcgh-mini-games-recent a > svg { flex:0 0 auto; width:26px; height:26px; border-radius:4px; object-fit:cover; }
.pcgh-mini-games-pagination { display:flex; justify-content:center; gap:8px; margin:26px 0 4px; }
.pcgh-mini-games-pagination button,.pcgh-mini-games-pagination .page-numbers { display:inline-flex; align-items:center; justify-content:center; width:38px; height:38px; border:1px solid #d3e1f3; border-radius:6px; background:#fff; color:#3b5270; cursor:pointer; }
.pcgh-mini-games-pagination button.is-active,.pcgh-mini-games-pagination .page-numbers.current { border-color:#2f80ff; background:#2f80ff; color:#fff; }
.pcgh-mini-game-card__btn.is-disabled { cursor:not-allowed; opacity:.58; filter:saturate(.45); }
.pcgh-mini-games-ranking-section { position:relative; z-index:2; padding-top:12px; padding-bottom:34px; }
.pcgh-mini-games-ranking-section > header { display:flex; align-items:end; justify-content:space-between; gap:14px; margin-bottom:14px; }
.pcgh-mini-games-ranking-section > header > div { display:flex; align-items:center; gap:9px; }
.pcgh-mini-games-ranking-section > header span { display:grid; place-items:center; width:34px; height:34px; border-radius:6px; background:#fff3cf; color:#d89000; }
.pcgh-mini-games-ranking-section > header svg { width:19px; height:19px; }
.pcgh-mini-games-ranking-section h2 { margin:0; font-size:20px; letter-spacing:0; }
.pcgh-mini-games-ranking-section > header p { margin:0; color:#7a8da8; font-size:13px; }
.pcgh-mini-games-ranking-section ol { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1px 24px; margin:0; padding:0; list-style:none; border-top:1px solid #dde7f3; }
.pcgh-mini-games-ranking-section li { display:grid; grid-template-columns:28px 38px minmax(0,1fr) auto; align-items:center; gap:10px; min-height:64px; border-bottom:1px solid #dde7f3; }
.pcgh-mini-games-ranking-section li > b { color:#6f829c; text-align:center; }
.pcgh-mini-games-ranking-section li:nth-child(-n+3) > b { color:#e79a00; font-size:18px; }
.pcgh-mini-games-ranking-section li img { width:36px; height:36px; border-radius:50%; object-fit:cover; }
.pcgh-mini-games-ranking-section li span { min-width:0; overflow:hidden; color:#203650; font-weight:700; text-overflow:ellipsis; white-space:nowrap; }
.pcgh-mini-games-ranking-section li small { display:block; margin-top:3px; color:#8394a9; font-size:11px; font-weight:500; }
.pcgh-mini-games-ranking-section li strong { color:#2f80ff; font-size:13px; white-space:nowrap; }

.pcgh-mini-games-list-wrap {
	position: relative;
	z-index: 2;
	margin-top: -16px;
	padding-bottom: 30px;
}

.pcgh-mini-games-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 15px 24px;
	padding: 0 4px;
}

.pcgh-mini-game-card {
	min-width: 0;
	position: relative;
	padding-top: 0;
}

.pcgh-mini-game-card[hidden] {
	display: none !important;
}

.pcgh-mini-game-card__head {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 86px auto minmax(0, 1fr);
	align-items: end;
	min-height: 54px;
	padding: 0 18px 0 2px;
}

.pcgh-mini-game-card__avatar {
	position: relative;
	z-index: 3;
	width: 72px;
	height: 72px;
	margin: 0 0 -9px 8px;
	border: 4px solid rgba(255, 255, 255, .95);
	border-radius: 50%;
	background:
		radial-gradient(circle at 32% 22%, rgba(255, 255, 255, .9), transparent 24%),
		linear-gradient(145deg, #8bd5ff, #5976ff 48%, #202b66);
	box-shadow: 0 9px 22px rgba(49, 102, 190, .22), 0 0 0 2px rgba(184, 215, 255, .8);
	overflow: hidden;
}

.pcgh-mini-game-card__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pcgh-mini-game-card__avatar span {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	font-size: 38px;
	line-height: 1;
}

.pcgh-mini-game-card h2 {
	justify-self: start;
	display: flex;
	align-items: center;
	height: 43px;
	max-width: 170px;
	margin: 0 10px 3px 0;
	padding: 0 26px;
	border-radius: 8px;
	background: linear-gradient(180deg, #152a45, #102039);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 8px 18px rgba(20, 36, 60, .12);
	color: #fff;
	font-size: clamp(18px, 1.55vw, 24px);
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0;
	white-space: nowrap;
}

.pcgh-mini-game-card__stats {
	justify-self: end;
	align-self: center;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 16px;
	min-width: 0;
	margin-bottom: 9px;
	color: #536987;
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap;
}

.pcgh-mini-game-card__stats span {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	min-width: 0;
}

.pcgh-mini-game-card__stats span + span {
	position: relative;
	padding-left: 16px;
}

.pcgh-mini-game-card__stats span + span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 14px;
	background: #cbd8ea;
	transform: translateY(-50%);
}

.pcgh-mini-game-card__stats svg {
	width: 16px;
	height: 16px;
	stroke-width: 0;
	fill: currentColor;
}

.pcgh-mini-game-card__stats .is-like {
	color: #ef3f43;
}

.pcgh-mini-game-card__stats .is-played svg {
	color: #2d8dff;
	fill: #2d8dff;
}

.pcgh-mini-game-card__stats b,
.pcgh-mini-game-card__stats em {
	color: #526884;
	font-style: normal;
	font-weight: 600;
}

.pcgh-mini-game-card__body {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 20px;
	min-height: 92px;
	padding: 21px 26px 21px 30px;
	border-radius: 10px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, .035), transparent 30%),
		linear-gradient(180deg, var(--mg-navy-2), var(--mg-navy));
	box-shadow: 0 12px 22px rgba(17, 35, 58, .22), inset 0 1px 0 rgba(255, 255, 255, .07);
}

.pcgh-mini-game-card__body p {
	flex: 1 1 auto;
	min-width: 0;
	margin: 0;
	color: rgba(255, 255, 255, .88);
	font-size: clamp(13px, 1vw, 15px);
	font-weight: 500;
	line-height: 1.85;
	letter-spacing: .01em;
}

.pcgh-mini-game-card__btn {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 132px;
	height: 46px;
	padding: 0 20px;
	border-radius: 10px;
	background: linear-gradient(180deg, var(--mg-red-2), var(--mg-red));
	box-shadow: 0 12px 20px rgba(255, 64, 54, .26), inset 0 1px 0 rgba(255, 255, 255, .35);
	color: #fff;
	font-size: clamp(16px, 1.25vw, 20px);
	font-weight: 900;
	white-space: nowrap;
	transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.pcgh-mini-game-card__btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 26px rgba(255, 64, 54, .32), inset 0 1px 0 rgba(255, 255, 255, .42);
	filter: saturate(1.05);
}

.pcgh-mini-game-detail { min-height:70vh; padding:24px 0 54px; background:#f5f8fc; color:#152641; }
.pcgh-mini-game-breadcrumb { display:flex; gap:9px; margin-bottom:18px; color:#7a8da7; font-size:13px; }
.pcgh-mini-game-breadcrumb a { color:#377fdc; }
.pcgh-mini-game-detail__header { display:grid; grid-template-columns:150px minmax(0,1fr) auto; gap:24px; align-items:center; margin-bottom:22px; }
.pcgh-mini-game-detail__cover { width:150px; aspect-ratio:1; display:grid; place-items:center; overflow:hidden; border-radius:8px; background:#162d4a; box-shadow:0 8px 24px rgba(20,45,80,.14); }
.pcgh-mini-game-detail__cover img { width:100%; height:100%; object-fit:cover; }
.pcgh-mini-game-detail__cover > span { font-size:68px; }
.pcgh-mini-game-detail__info { min-width:0; }
.pcgh-mini-game-detail__header h1 { margin:0 0 10px; font-size:32px; letter-spacing:0; }
.pcgh-mini-game-detail__header p { max-width:760px; margin:0; color:#61738c; line-height:1.8; }
.pcgh-mini-game-tags { display:flex; flex-wrap:wrap; gap:7px; margin-top:14px; }
.pcgh-mini-game-tags span { padding:4px 9px; border-radius:4px; background:#e5eef9; color:#47617e; font-size:12px; }
.pcgh-mini-game-detail__actions { display:flex; justify-content:flex-end; min-width:150px; }
.pcgh-mini-game-detail__play { display:inline-flex; align-items:center; justify-content:center; gap:8px; min-width:150px; min-height:44px; padding:10px 18px; border:0; border-radius:6px; background:#2f80ff; color:#fff; font-weight:800; cursor:pointer; }
.pcgh-mini-game-detail__play svg { width:18px; height:18px; }
.pcgh-mini-game-detail__play:hover { background:#176ee8; color:#fff; }
.pcgh-mini-game-detail__play:disabled,.pcgh-mini-game-detail__play.is-disabled { background:#9aa9bc; cursor:not-allowed; opacity:.78; }
.pcgh-mini-game-player { overflow:hidden; border:1px solid #dce6f2; border-radius:8px; background:#fff; box-shadow:0 12px 32px rgba(33,66,105,.09); }
.pcgh-mini-game-player > header,.pcgh-mini-game-player > footer { display:flex; align-items:center; justify-content:space-between; gap:12px; min-height:52px; padding:0 16px; }
.pcgh-mini-game-player > header { border-bottom:1px solid #e4ebf4; }
.pcgh-mini-game-player > header > div { display:flex; gap:6px; }
.pcgh-mini-game-player button { display:inline-flex; align-items:center; justify-content:center; gap:6px; min-height:34px; border:1px solid #dbe5f0; border-radius:5px; background:#fff; color:#4b607a; cursor:pointer; }
.pcgh-mini-game-player button svg { width:16px; height:16px; }
.pcgh-mini-game-player button.is-active { border-color:#ff5c62; color:#e63741; background:#fff3f3; }
.pcgh-mini-game-player__stage { position:relative; display:grid; place-items:center; width:100%; aspect-ratio:16/9; min-height:360px; max-height:760px; background:#07111f; color:#fff; }
.pcgh-mini-game-player__stage iframe { width:100%; height:100%; border:0; }
.pcgh-mini-game-loading { position:absolute; inset:0; display:grid; place-items:center; z-index:0; color:#b8c7db; }
.pcgh-mini-game-frame-error { position:absolute; inset:0; z-index:2; display:grid; place-content:center; justify-items:center; gap:14px; padding:24px; background:#07111f; text-align:center; }
.pcgh-mini-game-frame-error[hidden] { display:none; }
.pcgh-mini-game-frame-error h2 { margin:0; color:#fff; font-size:19px; letter-spacing:0; }
.pcgh-mini-game-player .pcgh-mini-game-frame-error button { min-width:120px; border-color:#4d6381; background:#13243b; color:#fff; }
.pcgh-mini-game-gate { position:relative; z-index:1; display:grid; place-items:center; gap:14px; text-align:center; padding:24px; }
.pcgh-mini-game-gate > span svg { width:38px; height:38px; }
.pcgh-mini-game-gate h2 { margin:0; color:#fff; font-size:20px; letter-spacing:0; }
.pcgh-mini-game-player .pcgh-mini-game-primary { min-width:150px; min-height:44px; border:0; background:#2f80ff; color:#fff; font-weight:800; }
.pcgh-mini-game-player > footer { border-top:1px solid #e4ebf4; color:#6c7f98; font-size:13px; }
.pcgh-mini-game-player > footer button { border:0; }
.pcgh-mini-game-content { margin-top:24px; padding:26px; border:1px solid #dce6f2; border-radius:8px; background:#fff; line-height:1.85; }
.pcgh-mini-game-content h2 { margin-top:0; font-size:22px; letter-spacing:0; }
.pcgh-mini-game-achievements { margin-top:24px; }
.pcgh-mini-game-achievements h2 { margin:0 0 12px; font-size:20px; letter-spacing:0; }
.pcgh-mini-game-achievements > div { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; }
.pcgh-mini-game-achievements article { display:grid; gap:5px; padding:16px; border:1px solid #dce6f2; border-radius:7px; background:#fff; }
.pcgh-mini-game-achievements span { color:#70829a; font-size:13px; }

@media (max-width: 700px) {
	.pcgh-mini-games-toolbar { align-items:flex-start; flex-direction:column; }
	.pcgh-mini-games-categories { width:100%; }
	.pcgh-mini-game-detail { padding-top:16px; }
	.pcgh-mini-game-detail__header { grid-template-columns:86px minmax(0,1fr); gap:14px; align-items:start; }
	.pcgh-mini-game-detail__cover { width:86px; }
	.pcgh-mini-game-detail__cover > span { font-size:42px; }
	.pcgh-mini-game-detail__header h1 { font-size:24px; }
	.pcgh-mini-game-detail__header p { grid-column:1/-1; font-size:13px; }
	.pcgh-mini-game-detail__actions { grid-column:1/-1; width:100%; min-width:0; }
	.pcgh-mini-game-detail__play { width:100%; }
	.pcgh-mini-game-player__stage { min-height:240px; aspect-ratio:4/3; }
	.pcgh-mini-game-player > header button span:not([data-count]) { display:none; }
	.pcgh-mini-game-content { padding:18px; }
	.pcgh-mini-game-achievements > div { grid-template-columns:1fr; }
	.pcgh-mini-games-ranking-section ol { grid-template-columns:1fr; }
}

.pcgh-mini-game-card__btn:disabled {
	cursor: wait;
	opacity: .76;
	transform: none;
}

.pcgh-mini-game-card__tip {
	margin: 8px 0 0 96px;
	color: #8a9ab4;
	font-size: 12px;
}

.pcgh-mini-games-empty {
	display: grid;
	place-items: center;
	gap: 10px;
	width: min(520px, calc(100vw - 32px));
	margin: 28px auto 0;
	padding: 32px 20px;
	border: 1px dashed #bdd6f9;
	border-radius: 18px;
	background: rgba(255, 255, 255, .72);
	color: #7690b4;
}

.pcgh-mini-games-empty svg {
	width: 34px;
	height: 34px;
	color: #5199ff;
}

.pcgh-mini-games-empty p {
	margin: 0;
	font-weight: 700;
}

.pcgh-mini-games-empty[hidden] {
	display: none !important;
}

html[data-pcgh-theme-resolved="dark"] .pcgh-mini-games-body .pcgh-main {
	background: #07111f;
}

html[data-pcgh-theme-resolved="dark"] .pcgh-mini-games-page {
	--mg-navy: #15263e;
	--mg-navy-2: #1b3454;
	--mg-text: #eef6ff;
	--mg-muted: #93a9c8;
	--mg-line: rgba(116, 166, 232, .24);
	background:
		radial-gradient(circle at 18% 0%, rgba(24, 72, 118, .42) 0 8%, transparent 18%),
		radial-gradient(circle at 94% 0%, rgba(24, 72, 118, .35) 0 8%, transparent 18%),
		linear-gradient(180deg, #07111f 0%, #0b1524 50%, #07111f 100%);
	color: #eef6ff;
}

html[data-pcgh-theme-resolved="dark"] .pcgh-mini-games-bg__cloud {
	background: rgba(30, 74, 120, .28);
}

html[data-pcgh-theme-resolved="dark"] .pcgh-mini-games-bg__planet,
html[data-pcgh-theme-resolved="dark"] .pcgh-mini-games-bg__pad {
	opacity: .34;
}

html[data-pcgh-theme-resolved="dark"] .pcgh-mini-games-hero h1 {
	color: #eef6ff;
	text-shadow: 0 14px 38px rgba(0, 0, 0, .24);
}

html[data-pcgh-theme-resolved="dark"] .pcgh-mini-games-hero__sub {
	color: #9cb2d0;
}

html[data-pcgh-theme-resolved="dark"] .pcgh-mini-games-search {
	border-color: rgba(121, 177, 255, .32);
	background: rgba(12, 27, 48, .78);
	box-shadow: 0 12px 28px rgba(0, 0, 0, .24);
}

html[data-pcgh-theme-resolved="dark"] .pcgh-mini-games-search input {
	color: #f3f8ff;
}

html[data-pcgh-theme-resolved="dark"] .pcgh-mini-games-search input::placeholder,
html[data-pcgh-theme-resolved="dark"] .pcgh-mini-games-search__icon {
	color: #8ea9ce;
}

html[data-pcgh-theme-resolved="dark"] .pcgh-mini-game-card__stats,
html[data-pcgh-theme-resolved="dark"] .pcgh-mini-game-card__stats b,
html[data-pcgh-theme-resolved="dark"] .pcgh-mini-game-card__stats em {
	color: #9cafcc;
}

html[data-pcgh-theme-resolved="dark"] .pcgh-mini-game-card__stats span + span::before {
	background: rgba(151, 177, 211, .28);
}

html[data-pcgh-theme-resolved="dark"] .pcgh-mini-game-card__body {
	box-shadow: 0 14px 26px rgba(0, 0, 0, .32), inset 0 1px 0 rgba(255, 255, 255, .08);
}

html[data-pcgh-theme-resolved="dark"] .pcgh-mini-games-ranking-section ol,
html[data-pcgh-theme-resolved="dark"] .pcgh-mini-games-ranking-section li { border-color:rgba(122,166,225,.18); }
html[data-pcgh-theme-resolved="dark"] .pcgh-mini-games-ranking-section li span { color:#e6edf7; }
html[data-pcgh-theme-resolved="dark"] .pcgh-mini-games-ranking-section > header p,
html[data-pcgh-theme-resolved="dark"] .pcgh-mini-games-ranking-section li small { color:#93a8c4; }

@media (max-width: 1180px) {
	.pcgh-mini-games-list {
		gap: 14px 18px;
	}

	.pcgh-mini-game-card__head {
		grid-template-columns: 78px auto 1fr;
		padding-right: 8px;
	}

	.pcgh-mini-game-card h2 {
		max-width: 150px;
		padding-inline: 18px;
	}

	.pcgh-mini-game-card__stats {
		gap: 10px;
		font-size: 12px;
	}

	.pcgh-mini-game-card__stats span + span {
		padding-left: 10px;
	}

	.pcgh-mini-game-card__body {
		padding-inline: 22px;
	}
}

@media (max-width: 980px) {
	.pcgh-mini-games-list-wrap {
		margin-top: -10px;
	}

	.pcgh-mini-games-list {
		grid-template-columns: 1fr;
		max-width: 680px;
		margin-inline: auto;
	}

}

@media (max-width: 768px) {
	.pcgh-mini-games-page {
		background:
			radial-gradient(circle at 0 0, rgba(224, 241, 255, .9), transparent 190px),
			linear-gradient(180deg, #f8fcff 0%, #fff 48%, #fff 100%);
	}

	.pcgh-mini-games-bg__cloud,
	.pcgh-mini-games-bg__planet,
	.pcgh-mini-games-bg__pad {
		opacity: .32;
	}

	.pcgh-mini-games-hero {
		padding: 30px 0 18px;
	}

	.pcgh-mini-games-hero h1 {
		gap: 10px;
		font-size: 27px;
		letter-spacing: 0;
	}

	.pcgh-mini-games-hero h1 span {
		width: 34px;
		height: 34px;
		border-radius: 12px;
	}

	.pcgh-mini-games-hero h1 svg {
		width: 21px;
		height: 21px;
	}

	.pcgh-mini-games-hero__sub {
		gap: 10px;
		margin-top: 9px;
		font-size: 15px;
	}

	.pcgh-mini-games-hero__sub i {
		width: 22px;
	}

	.pcgh-mini-games-search {
		height: 46px;
		padding-inline: 16px;
	}

	.pcgh-mini-games-list-wrap {
		margin-top: 0;
		padding-bottom: 22px;
	}

	.pcgh-mini-games-list {
		padding-inline: 0;
		gap: 12px;
	}

	.pcgh-mini-game-card {
		padding-top: 28px;
	}

	.pcgh-mini-game-card__head {
		grid-template-columns: 64px minmax(0, auto);
		gap: 0 8px;
		align-items: end;
		padding: 0 6px;
	}

	.pcgh-mini-game-card__avatar {
		width: 58px;
		height: 58px;
		margin-left: 0;
		border-width: 3px;
	}

	.pcgh-mini-game-card__avatar span {
		font-size: 30px;
	}

	.pcgh-mini-game-card h2 {
		max-width: calc(100vw - 132px);
		height: 36px;
		margin: 0 0 4px;
		padding-inline: 16px;
		border-radius: 8px;
		font-size: 18px;
	}

	.pcgh-mini-game-card__stats {
		grid-column: 1 / -1;
		justify-self: stretch;
		justify-content: flex-start;
		margin: 8px 0 3px 68px;
		overflow-x: auto;
		scrollbar-width: none;
	}

	.pcgh-mini-game-card__stats::-webkit-scrollbar {
		display: none;
	}

	.pcgh-mini-game-card__body {
		align-items: stretch;
		flex-direction: column;
		gap: 14px;
		min-height: 0;
		padding: 18px;
		border-radius: 12px;
	}

	.pcgh-mini-game-card__body p {
		font-size: 13px;
		line-height: 1.75;
	}

	.pcgh-mini-game-card__btn {
		width: 100%;
		min-width: 0;
		height: 42px;
		font-size: 16px;
	}

	.pcgh-mini-game-card__tip {
		margin-left: 0;
	}

}

@media (max-width: 420px) {
	.pcgh-mini-games-hero h1 {
		font-size: 24px;
	}

	.pcgh-mini-games-hero__sub {
		font-size: 13px;
	}

}
