/* ============================================================
 * 下载弹窗 (pcgh-dl-modal)
 * - 点击 hero “立即下载”按钮弹出
 * - 代替旧的下载区 / unlock / tabs 多版本
 * ========================================================== */
.pcgh-download-unlock-modal {
	z-index: 10020
}

.pcgh-download-unlock-modal .pcgh-modal__mask {
	background: rgba(15,23,42,.48);
	backdrop-filter: blur(5px)
}

.pcgh-download-unlock-modal__panel {
	width: min(560px,calc(100vw - 32px));
	padding: 34px 36px 38px;
	border: 1px solid rgba(226,232,240,.9);
	border-radius: 16px;
	background: rgba(255,255,255,.96);
	color: #0f172a;
	box-shadow: 0 26px 80px rgba(15,23,42,.22);
	text-align: center;
	overflow: hidden
}

.pcgh-download-unlock-modal__panel::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: radial-gradient(circle at 18% 22%,rgba(59,130,246,.1),transparent 28%),linear-gradient(135deg,rgba(248,250,252,.82),transparent 45%);
	opacity: .9
}

.pcgh-download-unlock-modal__panel > * {
	position: relative;
	z-index: 1
}

.pcgh-download-unlock-modal__close {
	position: absolute;
	top: 22px;
	right: 22px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border: 0;
	border-radius: 10px;
	background: transparent;
	color: #64748b;
	cursor: pointer;
	transition: background .18s ease,color .18s ease,transform .18s ease
}

.pcgh-download-unlock-modal__close:hover {
	background: rgba(15,23,42,.06);
	color: #0f172a;
	transform: rotate(90deg)
}

.pcgh-download-unlock-modal__close i[data-lucide] {
	width: 21px;
	height: 21px
}

.pcgh-download-unlock-modal__title {
	margin: 0 38px 22px;
	color: #111827;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.35
}

.pcgh-download-unlock-modal__desc {
	margin: 0 auto 26px;
	max-width: 430px;
	color: #64748b;
	font-size: 15px;
	line-height: 1.75
}

.pcgh-download-unlock-modal__price {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin: 0 0 24px
}

.pcgh-download-unlock-modal__price span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	color: #fff;
	background: linear-gradient(135deg,#60a5fa,#2563eb);
	box-shadow: 0 12px 28px rgba(37,99,235,.28)
}

.pcgh-download-unlock-modal__price span i[data-lucide] {
	width: 29px;
	height: 29px
}

.pcgh-download-unlock-modal__price strong {
	color: #f59e0b;
	font-size: 54px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0
}

.pcgh-download-unlock-modal__price em {
	color: #64748b;
	font-size: 20px;
	font-style: normal;
	font-weight: 500
}

.pcgh-download-unlock-modal__balance {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 60px;
	margin: 0 0 22px;
	padding: 0 22px;
	border: 1px solid #dbe3ef;
	border-radius: 9px;
	background: rgba(255,255,255,.82);
	color: #111827;
	text-align: left
}

.pcgh-download-unlock-modal__balance span {
	color: #334155;
	font-size: 14px;
	font-weight: 600
}

.pcgh-download-unlock-modal__balance strong {
	color: #334155;
	font-size: 15px;
	font-weight: 500
}

.pcgh-download-unlock-modal__balance b {
	font-weight: 500
}

.pcgh-download-unlock-modal__hint {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	margin: 0 0 30px;
	color: #64748b;
	font-size: 13px;
	line-height: 1.6
}

.pcgh-download-unlock-modal__hint i[data-lucide] {
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
	color: #3b82f6
}

.pcgh-download-unlock-modal.is-insufficient .pcgh-download-unlock-modal__hint,
.pcgh-download-unlock-modal.is-insufficient .pcgh-download-unlock-modal__hint i[data-lucide] {
	color: #ef4444
}

.pcgh-download-unlock-modal__actions {
	display: grid;
	grid-template-columns: 1fr 1.55fr;
	gap: 20px
}

.pcgh-download-unlock-modal__actions button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 60px;
	padding: 0 20px;
	border-radius: 9px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	box-shadow: none;
	transition: transform .18s ease,background .18s ease,border-color .18s ease,opacity .18s ease
}

.pcgh-download-unlock-modal__actions button:hover {
	transform: translateY(-1px)
}

.pcgh-download-unlock-modal__cancel {
	border: 1px solid #dbe3ef;
	background: rgba(255,255,255,.86);
	color: #111827
}

.pcgh-download-unlock-modal__cancel:hover {
	border-color: #bfdbfe;
	background: #fff
}

.pcgh-download-unlock-modal__submit {
	border: 0;
	background: linear-gradient(135deg,#4f86ff,#2456e8);
	color: #fff;
	box-shadow: none
}

.pcgh-download-unlock-modal__submit i[data-lucide] {
	width: 21px;
	height: 21px
}

.pcgh-download-unlock-modal__submit:hover {
	box-shadow: none
}

.pcgh-download-unlock-modal__submit:disabled {
	opacity: .72;
	cursor: not-allowed;
	transform: none;
	box-shadow: none
}

html[data-pcgh-theme-resolved="dark"] .pcgh-download-unlock-modal .pcgh-modal__mask {
	background: rgba(2,6,23,.68)
}

html[data-pcgh-theme-resolved="dark"] .pcgh-download-unlock-modal__panel {
	border-color: rgba(51,65,85,.86);
	background: rgba(15,23,42,.97);
	color: #e5e7eb;
	box-shadow: 0 30px 90px rgba(0,0,0,.52)
}

html[data-pcgh-theme-resolved="dark"] .pcgh-download-unlock-modal__panel::before {
	background: radial-gradient(circle at 18% 22%,rgba(59,130,246,.16),transparent 28%),linear-gradient(135deg,rgba(30,41,59,.58),transparent 46%)
}

html[data-pcgh-theme-resolved="dark"] .pcgh-download-unlock-modal__title {
	color: #f8fafc
}

html[data-pcgh-theme-resolved="dark"] .pcgh-download-unlock-modal__desc,
html[data-pcgh-theme-resolved="dark"] .pcgh-download-unlock-modal__price em,
html[data-pcgh-theme-resolved="dark"] .pcgh-download-unlock-modal__hint {
	color: #94a3b8
}

html[data-pcgh-theme-resolved="dark"] .pcgh-download-unlock-modal__balance {
	border-color: rgba(71,85,105,.88);
	background: rgba(15,23,42,.76)
}

html[data-pcgh-theme-resolved="dark"] .pcgh-download-unlock-modal__balance span,
html[data-pcgh-theme-resolved="dark"] .pcgh-download-unlock-modal__balance strong {
	color: #e5e7eb
}

html[data-pcgh-theme-resolved="dark"] .pcgh-download-unlock-modal__cancel {
	border-color: rgba(71,85,105,.9);
	background: rgba(30,41,59,.86);
	color: #f8fafc
}

html[data-pcgh-theme-resolved="dark"] .pcgh-download-unlock-modal__cancel:hover {
	background: rgba(51,65,85,.96);
	border-color: rgba(96,165,250,.5)
}

html[data-pcgh-theme-resolved="dark"] .pcgh-download-unlock-modal__close {
	color: #94a3b8
}

html[data-pcgh-theme-resolved="dark"] .pcgh-download-unlock-modal__close:hover {
	background: rgba(148,163,184,.12);
	color: #fff
}

@media (max-width: 640px) {
	.pcgh-download-unlock-modal__panel {
		padding: 30px 20px 24px;
		border-radius: 14px
	}
	.pcgh-download-unlock-modal__title {
		margin-bottom: 16px;
		font-size: 18px
	}
	.pcgh-download-unlock-modal__desc {
		margin-bottom: 20px;
		font-size: 14px
	}
	.pcgh-download-unlock-modal__price span {
		width: 48px;
		height: 48px
	}
	.pcgh-download-unlock-modal__price strong {
		font-size: 46px
	}
	.pcgh-download-unlock-modal__actions {
		grid-template-columns: 1fr;
		gap: 12px
	}
	.pcgh-download-unlock-modal__actions button {
		min-height: 52px;
		font-size: 15px
	}
}

.pcgh-dl-modal__panel {
	width: min(560px,calc(100vw - 32px));
	padding: 0;
	overflow: hidden;
	border-radius: 14px;
	display: flex;
	flex-direction: column;
	max-height: calc(100vh - 60px)
}

/* 顶部 bar：标题左 + 关闭 × 右 */
.pcgh-dl-modal__bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 20px;
	border-bottom: 1px solid var(--pcgh-border)
}

.pcgh-dl-modal__bar-title {
	margin: 0;
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	letter-spacing: .3px
}

.pcgh-dl-modal__bar-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border: 0;
	border-radius: 8px;
	background: transparent;
	color: var(--pcgh-text-3);
	cursor: pointer;
	transition: .15s
}

.pcgh-dl-modal__bar-close:hover {
	background: rgba(255,255,255,.06);
	color: #fff
}

.pcgh-dl-modal__bar-close i[data-lucide] {
	width: 18px;
	height: 18px
}

/* body 容器（可滚动） */
.pcgh-dl-modal__body {
	flex: 1 1 auto;
	overflow-y: auto;
	padding: 18px 20px
}

/* 游戏信息：左横图小封面 + 右标题/英文/大小 */
.pcgh-dl-modal__game {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 0 0 16px;
	margin-bottom: 14px;
	border-bottom: 1px solid var(--pcgh-border)
}

.pcgh-dl-modal__game-cover {
	flex-shrink: 0;
	width: 80px;
	aspect-ratio: 4/2.5;
	background: var(--pcgh-surface-2) center/cover no-repeat;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	border-radius: 6px;
	border: 1px solid var(--pcgh-border)
}

.pcgh-dl-modal__game-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block
}

.pcgh-dl-modal__game-info {
	display: flex;
	flex-direction: column;
	gap: 3px;
	min-width: 0;
	flex: 1
}

.pcgh-dl-modal__game-title {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.pcgh-dl-modal__game-en {
	color: var(--pcgh-text-3);
	font-size: 12px;
	line-height: 1.4
}

.pcgh-dl-modal__game-size {
	color: var(--pcgh-text-2);
	font-size: 12px;
	font-weight: 500
}

/* 下载方式 section title */
.pcgh-dl-modal__section-title {
	margin: 0 0 10px;
	font-size: 13px;
	font-weight: 600;
	color: var(--pcgh-text-2);
	letter-spacing: .3px
}

/* 下载源列表 */
.pcgh-dl-modal__list {
	list-style: none;
	margin: 0 0 14px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px
}

.pcgh-dl-modal__item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 14px;
	background: var(--pcgh-surface-2);
	border: 1px solid var(--pcgh-border);
	border-radius: 10px;
	transition: .18s
}

.pcgh-dl-modal__item:hover {
	border-color: rgba(124,58,237,.4);
	transform: translateY(-1px)
}

.pcgh-dl-modal__item.is-main {
	background: linear-gradient(135deg,rgba(124,58,237,.16),rgba(59,130,246,.08));
	border-color: rgba(124,58,237,.55);
	box-shadow: inset 0 0 0 1px rgba(124,58,237,.12),0 10px 24px -18px rgba(124,58,237,.65)
}

.pcgh-dl-modal__item.is-main:hover {
	border-color: rgba(124,58,237,.78);
	box-shadow: inset 0 0 0 1px rgba(124,58,237,.2),0 14px 30px -20px rgba(124,58,237,.8)
}

.pcgh-dl-modal__disk-icon {
	flex-shrink: 0;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center
}

.pcgh-dl-modal__disk-icon i[data-lucide] {
	width: 18px;
	height: 18px
}

.pcgh-dl-modal__disk-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block
}

.pcgh-dl-modal__info {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 2px
}

.pcgh-dl-modal__title-row {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
	line-height: 1.3
}

.pcgh-dl-modal__title-row strong {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 240px
}

.pcgh-dl-modal__rec {
	padding: 1px 7px;
	background: #6d28d9;
	color: #fff;
	border: 1px solid #5b21b6;
	border-radius: 4px;
	font-size: 10px;
	font-weight: 600;
	line-height: 1.5
}

.pcgh-dl-modal__perm {
	padding: 1px 7px;
	border-radius: 4px;
	font-size: 10px;
	font-weight: 600;
	line-height: 1.5;
	white-space: nowrap;
	border: 1px solid #334155;
	background: #475569;
	color: #fff
}

.pcgh-dl-modal__perm--public {
	border-color: #1d4ed8;
	background: #2563eb;
	color: #fff
}

.pcgh-dl-modal__perm--login {
	border-color: #047857;
	background: #059669;
	color: #fff
}

.pcgh-dl-modal__perm--vip {
	border-color: #b45309;
	background: #d97706;
	color: #fff
}

.pcgh-dl-modal .pcgh-dl-modal__title-row :where(.pcgh-dl-modal__rec,.pcgh-dl-modal__perm) {
	color: #fff !important;
	text-shadow: none;
	box-shadow: none
}

.pcgh-dl-modal .pcgh-dl-modal__title-row .pcgh-dl-modal__rec {
	border-color: #312e81 !important;
	background: #4338ca !important
}

.pcgh-dl-modal .pcgh-dl-modal__title-row .pcgh-dl-modal__perm {
	border-color: #111827 !important;
	background: #1f2937 !important
}

.pcgh-dl-modal .pcgh-dl-modal__title-row .pcgh-dl-modal__perm--public {
	border-color: #1e3a8a !important;
	background: #1d4ed8 !important
}

.pcgh-dl-modal .pcgh-dl-modal__title-row .pcgh-dl-modal__perm--login {
	border-color: #064e3b !important;
	background: #047857 !important
}

.pcgh-dl-modal .pcgh-dl-modal__title-row .pcgh-dl-modal__perm--vip {
	border-color: #78350f !important;
	background: #92400e !important
}

.pcgh-dl-modal__sub {
	color: var(--pcgh-text-3);
	font-size: 11px;
	line-height: 1.4
}

.pcgh-dl-modal__note {
	display: block;
	margin-top: 4px;
	color: var(--pcgh-text-3);
	font-size: 11px;
	line-height: 1.5
}

/* 提取码 / 解压码 chip */
.pcgh-dl-modal__pwds {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 8px
}

.pcgh-dl-modal__pwd {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 4px 9px;
	border-radius: 6px;
	background: var(--pcgh-bg);
	border: 1px solid var(--pcgh-border);
	color: var(--pcgh-text-2);
	font-size: 11px;
	cursor: pointer;
	transition: .15s;
	line-height: 1
}

.pcgh-dl-modal__pwd:hover {
	border-color: var(--pcgh-primary);
	background: rgba(124,58,237,.12);
	color: #fff
}

.pcgh-dl-modal__pwd i[data-lucide] {
	width: 11px;
	height: 11px;
	color: var(--pcgh-text-3)
}

.pcgh-dl-modal__pwd:hover i[data-lucide] {
	color: var(--pcgh-primary)
}

.pcgh-dl-modal__pwd-label {
	color: var(--pcgh-text-3);
	font-size: 10px
}

.pcgh-dl-modal__pwd code {
	color: #fff;
	font-family: Menlo,Consolas,monospace;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .5px
}

.pcgh-dl-modal__pwd.is-copied {
	background: rgba(34,197,94,.18);
	border-color: rgba(34,197,94,.5);
	color: #4ade80
}

/* 右侧"立即下载"按钮（蓝紫色实心） */
.pcgh-dl-modal__go {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 8px 16px;
	border-radius: 8px;
	background: #3b82f6;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	transition: .15s;
	border: 0
}

.pcgh-dl-modal__go:hover {
	background: #2563eb;
	color: #fff;
	transform: translateY(-1px);
	box-shadow: 0 6px 14px -4px rgba(59,130,246,.5)
}

.pcgh-dl-modal__go:focus-visible {
	outline: 2px solid rgba(255,255,255,.82);
	outline-offset: 2px;
	box-shadow: 0 0 0 4px rgba(59,130,246,.28)
}

.pcgh-dl-modal__go:active {
	transform: translateY(0) scale(.98)
}

.pcgh-dl-modal__go i[data-lucide] {
	width: 13px;
	height: 13px
}

.pcgh-dl-modal__go-text {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
	line-height: 1.12
}

.pcgh-dl-modal__go-text strong {
	font: inherit;
	line-height: 1.12
}

.pcgh-dl-modal__go-text small {
	font-size: 10px;
	font-weight: 500;
	color: rgba(255,255,255,.82);
	white-space: nowrap
}

.pcgh-dl-modal__go:disabled,
.pcgh-dl-modal__go.is-disabled {
	opacity: .62;
	cursor: not-allowed;
	transform: none;
	box-shadow: none;
	filter: grayscale(.15)
}

.pcgh-dl-modal__go:disabled:hover,
.pcgh-dl-modal__go.is-disabled:hover {
	background: #3b82f6;
	transform: none;
	box-shadow: none
}

.pcgh-dl-modal__item.is-main .pcgh-dl-modal__go {
	background: linear-gradient(135deg,var(--pcgh-primary),#2563eb);
	color: #fff;
	box-shadow: 0 8px 18px -10px rgba(124,58,237,.85)
}

.pcgh-dl-modal__item.is-main .pcgh-dl-modal__go:hover {
	background: linear-gradient(135deg,#8b5cf6,#1d4ed8);
	color: #fff;
	filter: brightness(1.05);
	box-shadow: 0 10px 20px -10px rgba(124,58,237,.9)
}

/* 底部：帮助 + MD5 + 说明 */
.pcgh-dl-modal__foot {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 8px;
	padding-top: 14px;
	border-top: 1px solid var(--pcgh-border)
}

.pcgh-dl-modal__help {
	display: flex;
	align-items: flex-start;
	gap: 6px;
	color: var(--pcgh-text-3);
	font-size: 12px;
	line-height: 1.55
}

.pcgh-dl-modal__help i[data-lucide] {
	width: 14px;
	height: 14px;
	flex-shrink: 0;
	margin-top: 2px
}

.pcgh-dl-modal__help a {
	color: var(--pcgh-primary);
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 2px
}

.pcgh-dl-modal__help a:hover {
	text-decoration: underline
}

.pcgh-dl-modal__help a i[data-lucide] {
	width: 12px;
	height: 12px;
	margin-top: 0
}

.pcgh-dl-modal__md5 {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 12px
}

.pcgh-dl-modal__md5-label {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	color: var(--pcgh-text-3);
	font-weight: 500;
	flex-shrink: 0
}

.pcgh-dl-modal__md5-label i[data-lucide] {
	width: 13px;
	height: 13px
}

.pcgh-dl-modal__md5 code {
	flex: 1;
	min-width: 0;
	background: var(--pcgh-bg);
	color: var(--pcgh-text-2);
	padding: 5px 10px;
	border-radius: 6px;
	font-family: Menlo,Consolas,monospace;
	font-size: 11px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.pcgh-dl-modal__md5-copy {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 5px 10px;
	border: 1px solid var(--pcgh-border);
	border-radius: 6px;
	background: transparent;
	color: var(--pcgh-text-2);
	font-size: 11px;
	cursor: pointer;
	transition: .15s;
	flex-shrink: 0
}

.pcgh-dl-modal__md5-copy i[data-lucide] {
	width: 11px;
	height: 11px
}

.pcgh-dl-modal__md5-copy:hover {
	background: var(--pcgh-primary);
	border-color: var(--pcgh-primary);
	color: #fff
}

.pcgh-dl-modal__note-bar {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	padding: 8px 12px;
	background: rgba(59,130,246,.08);
	border: 1px solid rgba(59,130,246,.2);
	border-left: 3px solid #3b82f6;
	border-radius: 6px;
	color: var(--pcgh-text-2);
	font-size: 12px;
	line-height: 1.55
}

.pcgh-dl-modal__note-bar i[data-lucide] {
	width: 14px;
	height: 14px;
	color: #60a5fa;
	flex-shrink: 0;
	margin-top: 2px
}

html[data-pcgh-theme-resolved="light"] .pcgh-dl-modal__panel {
	background: #fff;
	box-shadow: 0 24px 72px rgba(15,23,42,.18)
}

html[data-pcgh-theme-resolved="light"] .pcgh-dl-modal__bar-title,
html[data-pcgh-theme-resolved="light"] .pcgh-dl-modal__game-title,
html[data-pcgh-theme-resolved="light"] .pcgh-dl-modal__title-row strong {
	color: var(--pcgh-text)
}

html[data-pcgh-theme-resolved="light"] .pcgh-dl-modal__bar-close:hover {
	background: rgba(15,23,42,.06);
	color: var(--pcgh-text)
}

html[data-pcgh-theme-resolved="light"] .pcgh-dl-modal__item {
	background: #f8fafc
}

html[data-pcgh-theme-resolved="light"] .pcgh-dl-modal__item:hover {
	box-shadow: 0 10px 24px -18px rgba(15,23,42,.32)
}

html[data-pcgh-theme-resolved="light"] .pcgh-dl-modal__item.is-main {
	background: linear-gradient(135deg,rgba(124,58,237,.1),rgba(59,130,246,.06));
	box-shadow: inset 0 0 0 1px rgba(124,58,237,.08),0 10px 24px -18px rgba(124,58,237,.45)
}

html[data-pcgh-theme-resolved="light"] .pcgh-dl-modal__go {
	background: linear-gradient(135deg,#3b82f6,#2563eb);
	border: 1px solid transparent;
	color: #fff;
	box-shadow: none
}

html[data-pcgh-theme-resolved="light"] .pcgh-dl-modal__go:hover {
	background: linear-gradient(135deg,#2563eb,#1d4ed8);
	color: #fff;
	box-shadow: 0 10px 20px -12px rgba(37,99,235,.72)
}

html[data-pcgh-theme-resolved="light"] .pcgh-dl-modal__go:focus-visible {
	outline: 2px solid rgba(37,99,235,.36);
	outline-offset: 2px;
	box-shadow: 0 0 0 4px rgba(59,130,246,.16)
}

html[data-pcgh-theme-resolved="light"] .pcgh-dl-modal__go:active {
	background: linear-gradient(135deg,#1d4ed8,#1e40af);
	color: #fff
}

html[data-pcgh-theme-resolved="light"] .pcgh-dl-modal__go:visited {
	color: #fff
}

html[data-pcgh-theme-resolved="light"] .pcgh-dl-modal__item.is-main .pcgh-dl-modal__go {
	background: linear-gradient(135deg,#3b82f6,#2563eb);
	color: #fff;
	box-shadow: none
}

html[data-pcgh-theme-resolved="light"] .pcgh-dl-modal__item.is-main .pcgh-dl-modal__go:hover {
	background: linear-gradient(135deg,#2563eb,#1d4ed8);
	color: #fff;
	box-shadow: 0 10px 20px -12px rgba(37,99,235,.72)
}

html[data-pcgh-theme-resolved="light"] .pcgh-dl-modal__pwd {
	background: #fff
}

html[data-pcgh-theme-resolved="light"] .pcgh-dl-modal__pwd:hover {
	color: var(--pcgh-primary)
}

html[data-pcgh-theme-resolved="light"] .pcgh-dl-modal__pwd code {
	color: var(--pcgh-text)
}

html[data-pcgh-theme-resolved="light"] .pcgh-dl-modal__md5 code {
	background: #fff;
	color: var(--pcgh-text)
}

html[data-pcgh-theme-resolved="light"] .pcgh-dl-modal__note-bar {
	background: rgba(59,130,246,.06)
}

@media (max-width:560px) {
	.pcgh-dl-modal__panel {
		max-height: calc(100vh - 20px)
	}

	.pcgh-dl-modal__bar {
		padding: 14px 16px
	}

	.pcgh-dl-modal__body {
		padding: 14px 16px
	}

	.pcgh-dl-modal__game-cover {
		width: 60px
	}

	.pcgh-dl-modal__item {
		flex-wrap: wrap;
		padding: 12px
	}

	.pcgh-dl-modal__go {
		width: 100%;
		justify-content: center;
		order: 3
	}

	.pcgh-dl-modal__title-row strong {
		max-width: none
	}

	.pcgh-dl-modal__foot {
		padding: 12px 16px 14px
	}
}
