/* ============================================================================
 * 积分抽奖（幸运宝箱 · 抽奖券版）—— Steam / CSGO 开箱风格
 * 页面骨架配色全部跟随主题 --pcgh-* 变量；稀有度色（白/蓝/绿/紫/橙）仅用于档位
 * ========================================================================== */
.pcgh-lo [hidden] { display: none !important; }
.pcgh-lo *, .pcgh-lo *:before, .pcgh-lo *:after { box-sizing: border-box; }
.pcgh-lo {
	--lo-primary: var(--pcgh-primary);
	--lo-primary-2: var(--pcgh-primary-2);
	--lo-rgb: var(--pcgh-primary-rgb, 59, 130, 246);
	--lo-bg: var(--pcgh-bg);
	--lo-surface: var(--pcgh-surface);
	--lo-surface-2: var(--pcgh-surface-2);
	--lo-border: var(--pcgh-border);
	--lo-text: var(--pcgh-text);
	--lo-text-2: var(--pcgh-text-2);
	--lo-text-3: var(--pcgh-text-3);
	--lo-radius: var(--pcgh-radius, 10px);
	position: relative;
	overflow: hidden;
	isolation: isolate;
	color: var(--lo-text);
	background:
		radial-gradient(circle at 15% 4%, rgba(var(--lo-rgb), .10), transparent 30%),
		radial-gradient(circle at 88% 10%, rgba(var(--lo-rgb), .06), transparent 28%),
		var(--lo-bg);
	font-family: "Motiva Sans", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}
/* 稀有度强调色解析：默认（深色主题）用高亮的 --lo-c；浅色主题改用浅底可读色 --lo-tc */
.pcgh-lo [style*="--lo-tc"] { --lo-ac: var(--lo-c); }
html[data-pcgh-theme-resolved="light"] .pcgh-lo [style*="--lo-tc"] { --lo-ac: var(--lo-tc); }

.pcgh-lo a { color: inherit; text-decoration: none; }
.pcgh-lo button { font-family: inherit; cursor: pointer; }
.pcgh-lo svg { display: inline-block; vertical-align: middle; }
.pcgh-lo .lo-wrap { width: 1180px; max-width: calc(100% - 40px); margin: 0 auto; padding: 56px 0 72px; }

/* ---------- 顶部 ---------- */
.pcgh-lo .lo-hero { position: relative; text-align: center; }
.pcgh-lo .lo-hero-inner { position: relative; max-width: 760px; margin: 0 auto; }
.pcgh-lo .lo-kicker {
	display: inline-block; margin-bottom: 14px; padding: 5px 12px;
	border: 1px solid var(--lo-border); border-radius: 2px;
	background: rgba(var(--lo-rgb), .10); color: var(--lo-primary);
	font-size: 11px; font-weight: 600; letter-spacing: .22em;
}
.pcgh-lo .lo-title {
	margin: 0; font-size: 52px; font-weight: 800; line-height: 1.12; letter-spacing: .02em;
	background: linear-gradient(180deg, var(--lo-text) 30%, var(--lo-primary) 130%);
	-webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.pcgh-lo .lo-sub { margin: 16px auto 0; max-width: 580px; color: var(--lo-text-2); font-size: 15px; font-weight: 300; line-height: 1.8; }
.pcgh-lo .lo-login-btn, .pcgh-lo .lo-login-link {
	border: 0; background: transparent; padding: 0; color: var(--lo-primary);
	font-size: inherit; font-weight: 700; text-decoration: underline; text-underline-offset: 3px;
}

/* 我的抽奖券：顶部双券 chip（一边一个，小而精致） */
.pcgh-lo .lo-balance { display: inline-flex; margin-top: 30px; }
.pcgh-lo .lo-wallets {
	position: relative; display: flex; justify-content: center; gap: 16px;
	margin: 44px auto 0; flex-wrap: wrap;
}
.pcgh-lo .lo-wallets:before {
	content: "我的抽奖券"; position: absolute; top: -26px; left: 50%; transform: translateX(-50%);
	color: var(--lo-text-3); font-size: 11px; font-weight: 600; letter-spacing: .34em; white-space: nowrap;
}
.pcgh-lo .lo-wallet {
	--lo-w-ac: var(--lo-c);
	display: inline-flex; align-items: center; gap: 9px; padding: 10px 20px 10px 15px;
	border-radius: 12px; border: 1px solid color-mix(in srgb, var(--lo-w-ac) 38%, var(--lo-border));
	background:
		linear-gradient(180deg, color-mix(in srgb, var(--lo-w-ac) 13%, transparent), color-mix(in srgb, var(--lo-w-ac) 4%, transparent)),
		var(--lo-surface);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), 0 12px 28px -18px rgba(0, 0, 0, .7);
	transition: transform .18s ease, box-shadow .18s ease;
}
.pcgh-lo .lo-wallet:hover { transform: translateY(-2px); box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 16px 32px -16px color-mix(in srgb, var(--lo-w-ac) 70%, transparent); }
.pcgh-lo .lo-wallet .lo-ticket-ic {
	width: 26px; height: 26px; color: var(--lo-w-ac); flex: 0 0 auto;
	filter: drop-shadow(0 0 7px color-mix(in srgb, var(--lo-w-ac) 65%, transparent));
}
.pcgh-lo .lo-wallet-name { color: var(--lo-text-2); font-size: 12px; font-weight: 600; letter-spacing: .02em; }
.pcgh-lo .lo-wallet b {
	color: var(--lo-w-ac); font-size: 22px; font-weight: 800; line-height: 1;
	font-variant-numeric: tabular-nums; text-shadow: 0 0 18px color-mix(in srgb, var(--lo-w-ac) 45%, transparent);
}
.pcgh-lo .lo-wallet em { font-style: normal; color: var(--lo-text-3); font-size: 11px; }
html[data-pcgh-theme-resolved="light"] .pcgh-lo .lo-wallet { --lo-w-ac: var(--lo-tc); }

/* ---------- 节假日活动横幅 ---------- */
.pcgh-lo .lo-holiday {
	display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; row-gap: 6px;
	margin-top: 26px; padding: 11px 18px; border-radius: 999px; border: 1px solid transparent;
	color: var(--lo-text); font-size: 13px;
	background:
		linear-gradient(90deg, rgba(var(--lo-rgb), .16), rgba(255, 184, 77, .16), rgba(var(--lo-rgb), .16));
	border-color: color-mix(in srgb, var(--lo-primary) 45%, var(--lo-border));
	box-shadow: 0 10px 30px -18px rgba(var(--lo-rgb), .9);
}
.pcgh-lo .lo-holiday svg { color: #ffb84d; flex: 0 0 auto; }
.pcgh-lo .lo-holiday b { color: var(--lo-primary); font-weight: 800; }
/* 活动结束倒计时：独立一行；提醒文字红色，时间七彩渐变缓慢流动（无光晕），两者同字号 */
.pcgh-lo .lo-holiday-countdown {
	margin-top: 14px; text-align: center;
	color: #f33; font-size: 22px; font-weight: 900; letter-spacing: .03em;
}
.pcgh-lo .lo-holiday-countdown b {
	font-size: 22px; font-weight: 900; letter-spacing: .03em; font-variant-numeric: tabular-nums;
	background: linear-gradient(90deg, #ff5f6d, #ffb84d, #f5e653, #4fe3c1, #4b8dff, #a855f7, #ff5f6d);
	background-size: 300% 100%;
	-webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
	animation: lo-rainbow-flow 8s linear infinite;
}
@keyframes lo-rainbow-flow {
	from { background-position: 0% 0; }
	to { background-position: 300% 0; }
}

/* ---------- 抽奖券兑换 ---------- */
.pcgh-lo .lo-exchange {
	margin-top: 22px; padding: 20px 22px 16px;
	border: 1px solid var(--lo-border); border-radius: 8px;
	background: linear-gradient(180deg, var(--lo-surface), var(--lo-surface-2));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04), 0 24px 50px -38px rgba(0, 0, 0, .8);
}
.pcgh-lo .lo-ex-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.pcgh-lo .lo-ex-head strong { font-size: 15px; font-weight: 800; letter-spacing: .04em; }
.pcgh-lo .lo-ex-points { color: var(--lo-text-3); font-size: 12px; }
.pcgh-lo .lo-ex-points b { color: var(--lo-primary); font-size: 16px; font-weight: 800; font-variant-numeric: tabular-nums; }
.pcgh-lo .lo-ex-rows { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.pcgh-lo .lo-ex-row {
	--lo-w-ac: var(--lo-c);
	display: flex; align-items: center; gap: 12px; padding: 12px 14px;
	border: 1px solid color-mix(in srgb, var(--lo-w-ac) 30%, var(--lo-border)); border-radius: 8px;
	background: color-mix(in srgb, var(--lo-w-ac) 7%, var(--lo-surface));
}
html[data-pcgh-theme-resolved="light"] .pcgh-lo .lo-ex-row { --lo-w-ac: var(--lo-tc); }
.pcgh-lo .lo-ex-ic {
	flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center;
	width: 40px; height: 40px; border-radius: 10px;
	background: color-mix(in srgb, var(--lo-w-ac) 16%, transparent);
	box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--lo-w-ac) 35%, transparent);
}
.pcgh-lo .lo-ex-ic .lo-ticket-ic { width: 24px; height: 24px; color: var(--lo-w-ac); }
.pcgh-lo .lo-ex-meta { display: flex; flex-direction: column; gap: 3px; min-width: 0; flex: 1; }
.pcgh-lo .lo-ex-meta strong { font-size: 13px; font-weight: 800; color: var(--lo-w-ac); }
.pcgh-lo .lo-ex-meta small { color: var(--lo-text-3); font-size: 11px; line-height: 1.45; }
.pcgh-lo .lo-ex-qty {
	width: 64px; flex: 0 0 auto; padding: 9px 8px; text-align: center;
	border: 1px solid var(--lo-border); border-radius: 6px; background: var(--lo-bg); color: var(--lo-text);
	font-size: 13px; font-weight: 700; font-variant-numeric: tabular-nums;
}
.pcgh-lo .lo-ex-qty:focus { outline: none; border-color: var(--lo-w-ac); box-shadow: 0 0 0 3px color-mix(in srgb, var(--lo-w-ac) 22%, transparent); }
.pcgh-lo .lo-ex-btn {
	flex: 0 0 auto; padding: 9px 20px; border: 0; border-radius: 6px; color: #fff; font-size: 13px; font-weight: 800; letter-spacing: .06em;
	background: var(--lo-w-ac);
	background-image: linear-gradient(180deg, rgba(255,255,255,.22), rgba(255,255,255,0) 48%, rgba(0,0,0,.12));
	box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 8px 20px -10px color-mix(in srgb, var(--lo-w-ac) 80%, transparent);
	transition: transform .15s ease, filter .15s ease, opacity .15s;
}
.pcgh-lo .lo-ex-btn:hover:not(:disabled) { transform: translateY(-1px); filter: brightness(1.08); }
.pcgh-lo .lo-ex-btn:disabled { opacity: .55; cursor: not-allowed; }
.pcgh-lo .lo-ex-signin { margin: 12px 0 0; color: var(--lo-text-3); font-size: 11px; line-height: 1.7; text-align: center; }
.pcgh-lo .lo-ex-signin b { color: var(--lo-primary); font-weight: 800; }
.pcgh-lo .lo-ex-msg { min-height: 16px; margin: 6px 0 0; text-align: center; color: #2fae63; font-size: 12px; font-weight: 700; }

/* ---------- 板块选择卡 ---------- */
.pcgh-lo .lo-boards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 40px; }
.pcgh-lo .lo-board {
	position: relative; display: flex; align-items: center; gap: 16px; padding: 18px 20px; text-align: left;
	border: 1px solid var(--lo-border); border-radius: 6px;
	background: linear-gradient(180deg, var(--lo-surface), var(--lo-surface-2));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
	color: var(--lo-text); overflow: hidden;
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.pcgh-lo .lo-board:hover { transform: translateY(-2px); border-color: color-mix(in srgb, var(--lo-ac, var(--lo-c)) 55%, var(--lo-border)); box-shadow: 0 16px 34px -20px rgba(0, 0, 0, .7); }
.pcgh-lo .lo-board.is-active {
	border-color: var(--lo-ac, var(--lo-c));
	box-shadow: 0 0 0 1px var(--lo-ac, var(--lo-c)), 0 18px 40px -22px color-mix(in srgb, var(--lo-ac, var(--lo-c)) 80%, transparent);
}
.pcgh-lo .lo-board.is-active:before {
	position: absolute; content: ""; top: 0; left: 0; right: 0; height: 2px; background: var(--lo-ac, var(--lo-c));
	box-shadow: 0 0 12px var(--lo-ac, var(--lo-c));
}
.pcgh-lo .lo-board-img {
	flex: 0 0 74px; width: 74px; height: 74px; border-radius: 6px; overflow: hidden;
	border: 1px solid var(--lo-border); background: var(--lo-surface);
}
.pcgh-lo .lo-board-img img { display: block; width: 100%; height: 100%; object-fit: cover; }
.pcgh-lo .lo-board-meta { display: flex; flex-direction: column; gap: 7px; min-width: 0; flex: 1; }
.pcgh-lo .lo-board-meta > strong { font-size: 17px; font-weight: 700; }
.pcgh-lo .lo-board-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.pcgh-lo .lo-board-tags i {
	font-style: normal; font-size: 10px; font-weight: 700; line-height: 1; padding: 4px 7px 5px;
	border-bottom: 2px solid var(--lo-ac, var(--lo-c)); color: var(--lo-ac, var(--lo-c)); border-radius: 2px; background: color-mix(in srgb, var(--lo-ac, var(--lo-c)) 10%, transparent);
}
.pcgh-lo .lo-board-price { display: inline-flex; align-items: center; gap: 5px; color: var(--lo-text-3); font-size: 12px; }
.pcgh-lo .lo-board-price .lo-ticket-ic { width: 14px; height: 14px; color: var(--lo-ac, var(--lo-c)); }
.pcgh-lo .lo-board-price b { color: var(--lo-ac, var(--lo-c)); font-size: 14px; font-weight: 800; font-variant-numeric: tabular-nums; }
.pcgh-lo .lo-board-badge {
	position: absolute; top: 12px; right: -30px; display: inline-flex; align-items: center; gap: 4px;
	padding: 3px 34px; background: linear-gradient(90deg, var(--lo-primary-2), var(--lo-primary));
	color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .08em;
	transform: rotate(38deg); box-shadow: 0 4px 12px -4px rgba(var(--lo-rgb), .8);
}
.pcgh-lo .lo-board-badge svg { color: #fff; }

/* ---------- 舞台面板 ---------- */
.pcgh-lo .lo-stage { margin-top: 22px; display: flex; flex-direction: column; gap: 22px; }
.pcgh-lo .lo-case {
	border: 1px solid var(--lo-border); border-radius: 6px; overflow: hidden;
	background: linear-gradient(180deg, var(--lo-surface), var(--lo-surface-2));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04), 0 30px 60px -40px rgba(0, 0, 0, .75);
}
.pcgh-lo .lo-case-head {
	display: flex; align-items: center; justify-content: space-between; gap: 14px;
	padding: 13px 20px; border-bottom: 1px solid var(--lo-border);
	background: linear-gradient(90deg, var(--lo-surface-2), var(--lo-surface));
}
.pcgh-lo .lo-case-id { display: inline-flex; align-items: center; gap: 10px; min-width: 0; }
.pcgh-lo .lo-case-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--lo-ac, var(--lo-c)); box-shadow: 0 0 0 4px color-mix(in srgb, var(--lo-ac, var(--lo-c)) 16%, transparent), 0 0 10px color-mix(in srgb, var(--lo-ac, var(--lo-c)) 80%, transparent); }
.pcgh-lo .lo-case-id strong { font-size: 14px; font-weight: 700; }
.pcgh-lo .lo-case-id em { font-style: normal; color: var(--lo-text-3); font-size: 10px; letter-spacing: .14em; }
.pcgh-lo .lo-case-price { color: var(--lo-text-3); font-size: 12px; white-space: nowrap; }
.pcgh-lo .lo-case-price b { color: var(--lo-primary); font-size: 14px; font-weight: 800; font-variant-numeric: tabular-nums; }

/* ---------- 开箱舞台（加高：摇晃 / 爆光 / 奖品 / 10 连共用） ---------- */
.pcgh-lo .lo-chest {
	position: relative; height: 380px; overflow: hidden;
	background:
		radial-gradient(ellipse 62% 56% at 50% 44%, rgba(var(--lo-rgb), .10), transparent 70%),
		var(--lo-surface);
}
/* 稀有度色旋转光锥 */
.pcgh-lo .lo-chest-rays {
	position: absolute; z-index: 1; top: 46%; left: 50%; width: 640px; height: 640px;
	transform: translate(-50%, -50%);
	background: repeating-conic-gradient(from 0deg, var(--lo-c, var(--lo-primary)) 0deg 5deg, transparent 5deg 20deg);
	-webkit-mask-image: radial-gradient(circle, #000 0%, transparent 60%);
	mask-image: radial-gradient(circle, #000 0%, transparent 60%);
	opacity: 0; transition: opacity .4s ease; pointer-events: none;
}
.pcgh-lo .lo-chest.is-burst .lo-chest-rays { opacity: .42; animation: lo-rays-spin 3.4s linear infinite; }
.pcgh-lo .lo-chest.is-open .lo-chest-rays { opacity: .22; animation: lo-rays-spin 16s linear infinite; }
@keyframes lo-rays-spin { to { transform: translate(-50%, -50%) rotate(360deg); } }
/* 爆光白闪 */
.pcgh-lo .lo-chest-flash {
	position: absolute; z-index: 5; inset: 0; opacity: 0; pointer-events: none;
	background: radial-gradient(circle at 50% 46%, #fff 0%, rgba(255, 255, 255, .55) 32%, transparent 68%);
}
.pcgh-lo .lo-chest.is-burst .lo-chest-flash { animation: lo-chest-flash .55s ease-out both; }
@keyframes lo-chest-flash { 0% { opacity: 0; } 28% { opacity: .95; } 100% { opacity: 0; } }
/* 悬浮宝箱 */
.pcgh-lo .lo-chest-float {
	position: absolute; z-index: 3; top: 45%; left: 50%; transform: translate(-50%, -50%);
	display: flex; flex-direction: column; align-items: center;
}
.pcgh-lo .lo-chest-box {
	width: 184px; height: 184px; border-radius: 12px; overflow: hidden;
	border: 1px solid var(--lo-border); background: var(--lo-surface);
	box-shadow: 0 22px 44px -18px rgba(0, 0, 0, .75), 0 0 0 1px rgba(var(--lo-rgb), .12);
	will-change: transform;
}
.pcgh-lo .lo-chest-box img { display: block; width: 100%; height: 100%; object-fit: cover; }
.pcgh-lo .lo-chest-shadow {
	display: block; width: 122px; height: 16px; margin-top: 12px; border-radius: 50%;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, .55), transparent 70%);
}
/* 待机：呼吸浮动 */
.pcgh-lo .lo-chest.is-idle .lo-chest-box { animation: lo-chest-idle 3.2s ease-in-out infinite; }
.pcgh-lo .lo-chest.is-idle .lo-chest-shadow { animation: lo-chest-shadow-idle 3.2s ease-in-out infinite; }
@keyframes lo-chest-idle { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@keyframes lo-chest-shadow-idle { 0%, 100% { transform: scaleX(1); opacity: .45; } 50% { transform: scaleX(.8); opacity: .26; } }
/* 摇晃：越摇越凶，末段小幅蓄力（舞台加高后不再被裁切） */
.pcgh-lo .lo-chest.is-shaking:not(.is-deca) .lo-chest-box { animation: lo-chest-shake 1.15s linear both; }
@keyframes lo-chest-shake {
	0% { transform: translate(0, 0) rotate(0deg); }
	8% { transform: translate(-4px, 2px) rotate(-5deg); }
	16% { transform: translate(4px, -2px) rotate(5deg); }
	24% { transform: translate(-4px, -1px) rotate(-5deg); }
	32% { transform: translate(4px, 2px) rotate(4deg); }
	40% { transform: translate(-5px, 0) rotate(-6deg); }
	48% { transform: translate(5px, -3px) rotate(6deg); }
	56% { transform: translate(-6px, 2px) rotate(-6deg); }
	64% { transform: translate(6px, -2px) rotate(7deg); }
	72% { transform: translate(-7px, -3px) rotate(-7deg); }
	80% { transform: translate(7px, 2px) rotate(7deg); }
	88% { transform: translate(-6px, -4px) rotate(-6deg); }
	94% { transform: translate(3px, -5px) rotate(3deg); }
	100% { transform: translate(0, -3px) rotate(0deg) scale(1.04); }
}
/* 爆光：盒子放大淡出 + 过曝闪光 */
.pcgh-lo .lo-chest.is-burst:not(.is-deca) .lo-chest-box { animation: lo-chest-burst .55s ease-in both; }
.pcgh-lo .lo-chest.is-burst:not(.is-deca) .lo-chest-shadow { opacity: 0; transition: opacity .3s; }
@keyframes lo-chest-burst {
	0% { transform: translateY(-3px) scale(1.04); opacity: 1; filter: brightness(1); }
	45% { transform: translateY(-8px) scale(1.18); opacity: 1; filter: brightness(2.2); }
	100% { transform: translateY(-12px) scale(1.34); opacity: 0; filter: brightness(3); }
}
/* 爆开冲击光环 */
.pcgh-lo .lo-chest.is-burst::after {
	content: ''; position: absolute; z-index: 5; left: 50%; top: 45%;
	width: 70px; height: 70px; border-radius: 50%;
	border: 3px solid var(--lo-tc, var(--lo-c));
	box-shadow: 0 0 30px var(--lo-c), inset 0 0 24px var(--lo-c);
	transform: translate(-50%, -50%);
	animation: lo-ring .65s ease-out both; pointer-events: none;
}
@keyframes lo-ring {
	0% { opacity: .95; width: 70px; height: 70px; }
	100% { opacity: 0; width: 360px; height: 360px; border-width: 1px; }
}
/* 粒子火花（JS 生成） */
.pcgh-lo .lo-spark {
	position: absolute; z-index: 6; left: 50%; top: 45%; width: 7px; height: 7px; border-radius: 50%;
	background: var(--lo-tc, #ffd34d);
	box-shadow: 0 0 10px 2px var(--lo-c, #ffd34d);
	pointer-events: none;
	animation: lo-spark-fly .85s cubic-bezier(.1, .7, .3, 1) both;
}
.pcgh-lo .lo-slot .lo-spark { width: 5px; height: 5px; }
@keyframes lo-spark-fly {
	0% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
	100% { opacity: 0; transform: translate(calc(-50% + var(--sx, 0px)), calc(-50% + var(--sy, -60px))) scale(.1); }
}
/* 单抽奖品：金币居中展示 */
.pcgh-lo .lo-chest-prize {
	position: absolute; z-index: 4; top: 45%; left: 50%; transform: translate(-50%, -50%);
	display: flex; flex-direction: column; align-items: center; gap: 10px;
	width: 100%; pointer-events: none;
}
.pcgh-lo .lo-prize-stack { position: relative; width: 168px; height: 150px; display: flex; align-items: center; justify-content: center; }
.pcgh-lo .lo-prize-coin {
	width: 132px; height: 132px; object-fit: contain;
	filter: drop-shadow(0 14px 24px rgba(0, 0, 0, .55)) drop-shadow(0 0 26px var(--lo-c));
}
.pcgh-lo .lo-chest.is-open .lo-prize-coin { animation: lo-coin-pop .55s .1s cubic-bezier(.2, .9, .3, 1.35) both; }
@keyframes lo-prize-pop {
	0% { opacity: 0; transform: translateY(24px) scale(.5); }
	60% { opacity: 1; transform: translateY(-6px) scale(1.07); }
	100% { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes lo-coin-pop {
	0% { opacity: 0; transform: translateY(16px) scale(.3) rotate(-24deg); }
	70% { opacity: 1; transform: translateY(-4px) scale(1.12) rotate(6deg); }
	100% { opacity: 1; transform: translateY(0) scale(1) rotate(0); }
}
.pcgh-lo .lo-chest-prize-amt { color: var(--lo-text-2); font-size: 14px; font-weight: 700; }
.pcgh-lo .lo-chest-prize-amt b {
	margin-right: 4px; color: var(--lo-ac, var(--lo-c)); font-size: 30px; font-weight: 800;
	font-variant-numeric: tabular-nums; text-shadow: 0 0 22px var(--lo-c);
}
.pcgh-lo .lo-chest.is-open .lo-chest-prize-amt { animation: lo-amt-in .4s .18s ease-out both; }
@keyframes lo-amt-in { 0% { opacity: 0; transform: translateY(12px); } 100% { opacity: 1; transform: translateY(0); } }

/* ---------- 10 连抽：两排五盒 ---------- */
.pcgh-lo .lo-deca {
	position: absolute; z-index: 3; top: 45%; left: 50%; transform: translate(-50%, -50%);
	display: grid; grid-template-columns: repeat(5, 86px); justify-content: center;
	gap: 18px 30px; width: auto;
}
.pcgh-lo .lo-slot {
	--lo-w-ac: var(--lo-c);
	position: relative;
	display: flex; flex-direction: column; align-items: center; gap: 4px;
}
.pcgh-lo .lo-s-float { display: flex; flex-direction: column; align-items: center; }
.pcgh-lo .lo-s-box0 {
	display: block; width: 82px; height: 82px; object-fit: cover; border-radius: 9px;
	border: 1px solid var(--lo-border); background: var(--lo-surface);
	box-shadow: 0 14px 26px -14px rgba(0, 0, 0, .8); will-change: transform;
}
.pcgh-lo .lo-s-shadow {
	display: block; width: 56px; height: 9px; margin-top: 6px; border-radius: 50%;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, .5), transparent 70%);
}
.pcgh-lo .lo-chest.is-deca.is-shaking .lo-slot { animation: lo-slot-shake .9s linear both; }
@keyframes lo-slot-shake {
	0% { transform: translate(0, 0) rotate(0); }
	10% { transform: translate(-2px, 1px) rotate(-6deg); }
	20% { transform: translate(2px, -1px) rotate(6deg); }
	30% { transform: translate(-3px, 0) rotate(-7deg); }
	40% { transform: translate(3px, -2px) rotate(7deg); }
	50% { transform: translate(-4px, 1px) rotate(-8deg); }
	60% { transform: translate(4px, -1px) rotate(8deg); }
	70% { transform: translate(-4px, -2px) rotate(-7deg); }
	80% { transform: translate(4px, 1px) rotate(7deg); }
	90% { transform: translate(-3px, -3px) rotate(-5deg); }
	100% { transform: translateY(-3px) scale(1.05); }
}
.pcgh-lo .lo-s-prize {
	position: relative; display: flex; flex-direction: column; align-items: center; gap: 3px;
}
.pcgh-lo .lo-s-coin {
	display: block; width: 62px; height: 62px; object-fit: contain;
	filter: drop-shadow(0 6px 12px rgba(0, 0, 0, .5)) drop-shadow(0 0 14px var(--lo-w-ac));
}
.pcgh-lo .lo-s-amt {
	font-style: normal; font-size: 12px; font-weight: 800; line-height: 1.2;
	color: var(--lo-w-ac); font-variant-numeric: tabular-nums; white-space: nowrap;
}
.pcgh-lo .lo-slot.is-on .lo-s-prize { animation: lo-slot-pop .42s cubic-bezier(.2, .9, .3, 1.3) both; }
@keyframes lo-slot-pop {
	0% { opacity: 0; transform: translateY(16px) scale(.4); }
	70% { opacity: 1; transform: translateY(-3px) scale(1.08); }
	100% { opacity: 1; transform: translateY(0) scale(1); }
}
.pcgh-lo .lo-chest.is-deca.is-open .lo-slot { animation: lo-slot-floaty 3s ease-in-out infinite; }
@keyframes lo-slot-floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-4px); } }

/* 舞台底部提示 */
.pcgh-lo .lo-chest-hint {
	position: absolute; z-index: 6; right: 0; bottom: 14px; left: 0;
	display: flex; flex-direction: column; align-items: center; gap: 4px;
	text-align: center; pointer-events: none;
}
.pcgh-lo .lo-chest-hint strong { color: var(--lo-text); font-size: 15px; font-weight: 800; }
.pcgh-lo .lo-chest-hint small { color: var(--lo-text-3); font-size: 11px; letter-spacing: .04em; }
@media (prefers-reduced-motion: reduce) {
	.pcgh-lo .lo-chest *, .pcgh-lo .lo-chest *:before, .pcgh-lo .lo-chest *:after {
		animation-duration: .01s !important; animation-iteration-count: 1 !important; transition-duration: .01s !important;
	}
}

/* ---------- 开启按钮（单抽 / 10 连并列） ---------- */
.pcgh-lo .lo-openrow { display: flex; flex-direction: row; justify-content: center; flex-wrap: wrap; gap: 12px; padding: 20px 16px 22px; }
.pcgh-lo .lo-open-msg { flex: 0 0 100%; }
.pcgh-lo .lo-open {
	display: inline-flex; align-items: center; justify-content: center; gap: 11px;
	min-width: 250px; padding: 14px 28px; border: 0; border-radius: 4px; color: #fff;
	background: var(--lo-primary);
	background-image: linear-gradient(180deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, 0) 46%, rgba(0, 0, 0, .10));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .28), inset 0 -2px 0 rgba(0, 0, 0, .18), 0 10px 26px -10px rgba(var(--lo-rgb), .85);
	transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease, opacity .15s;
}
.pcgh-lo .lo-open:hover:not(:disabled) { background: var(--lo-primary-2); transform: translateY(-1px); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .28), 0 14px 32px -10px rgba(var(--lo-rgb), .95); }
.pcgh-lo .lo-open:active:not(:disabled) { transform: translateY(0); }
.pcgh-lo .lo-open:disabled { opacity: .55; cursor: not-allowed; }
.pcgh-lo .lo-open svg { width: 20px; height: 20px; }
.pcgh-lo .lo-open span { display: flex; flex-direction: column; align-items: center; text-align: center; line-height: 1.35; }
.pcgh-lo .lo-open strong { font-size: 15px; font-weight: 800; letter-spacing: .04em; }
.pcgh-lo .lo-open small { font-size: 11px; opacity: .82; font-weight: 400; }
.pcgh-lo .lo-open--deca {
	background: linear-gradient(135deg, var(--lo-primary-2), var(--lo-primary));
}
.pcgh-lo .lo-open-msg { min-height: 18px; margin: 0; text-align: center; color: #e5484d; font-size: 12px; font-weight: 600; }

/* ---------- 开奖结果 ---------- */
.pcgh-lo .lo-result {
	position: relative; border: 1px solid var(--lo-border); border-radius: 6px; overflow: hidden;
	background: linear-gradient(180deg, var(--lo-surface), var(--lo-surface-2));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}
.pcgh-lo .lo-result-idle {
	display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 46px 20px;
	color: var(--lo-text-3); text-align: center;
}
.pcgh-lo .lo-result-idle p { margin: 6px 0 0; color: var(--lo-text-2); font-size: 15px; font-weight: 700; }
.pcgh-lo .lo-result-idle span { font-size: 12px; }

/* 单抽结果：金币居中 */
.pcgh-lo .lo-win { position: relative; display: flex; align-items: center; gap: 34px; padding: 38px 42px; }
.pcgh-lo .lo-win-glow { position: absolute; z-index: 0; top: 50%; left: 120px; width: 400px; height: 400px; transform: translate(-50%, -50%); pointer-events: none; }
.pcgh-lo .lo-win-img { position: relative; z-index: 1; flex: 0 0 200px; width: 200px; height: 190px; display: flex; align-items: center; justify-content: center; }
.pcgh-lo .lo-win-coin {
	width: 150px; height: 150px; object-fit: contain;
	filter: drop-shadow(0 16px 26px rgba(0, 0, 0, .55)) drop-shadow(0 0 30px var(--lo-c));
}
.pcgh-lo .lo-win.is-pop .lo-win-coin { animation: lo-coin-pop .55s .1s cubic-bezier(.2, .9, .3, 1.35) both; }
.pcgh-lo .lo-win-frame {
	position: absolute; left: 50%; top: 50%; width: 176px; height: 176px; border: 1px solid var(--lo-c); border-radius: 12px; opacity: .6;
	transform: translate(-50%, -50%);
	box-shadow: 0 0 26px -6px var(--lo-c); pointer-events: none;
}
.pcgh-lo .lo-win-body { position: relative; z-index: 1; flex: 1; min-width: 0; }
.pcgh-lo .lo-win-tier {
	display: inline-block; padding: 5px 12px; border-radius: 2px; background: rgba(255, 255, 255, .04);
	font-size: 12px; font-weight: 800; letter-spacing: .08em;
}
.pcgh-lo .lo-win-prize { margin: 14px 0 8px; font-size: 40px; font-weight: 800; line-height: 1.15; color: var(--lo-ac, var(--lo-c)); font-variant-numeric: tabular-nums; }
.pcgh-lo .lo-win-prize b { font-size: 44px; }
.pcgh-lo .lo-win-exp, .pcgh-lo .lo-deca-exp { font-style: normal; color: #d98e1b; font-size: 15px; font-weight: 800; text-shadow: 0 0 14px rgba(217, 142, 27, .35); }
.pcgh-lo .lo-win-exp b, .pcgh-lo .lo-deca-exp b { font-size: inherit; }
.pcgh-lo .lo-deca-item-exp { display: block; font-style: normal; font-size: 10.5px; font-weight: 700; color: #d98e1b; margin-top: 1px; }
.pcgh-lo .lo-win-desc { margin: 0; color: var(--lo-text-2); font-size: 13px; line-height: 1.7; }
.pcgh-lo .lo-win-desc b { color: var(--lo-primary); font-variant-numeric: tabular-nums; }
.pcgh-lo .lo-win-actions { display: flex; align-items: center; gap: 16px; margin-top: 20px; flex-wrap: wrap; }
.pcgh-lo .lo-again {
	padding: 11px 26px; border: 1px solid var(--lo-border); border-radius: 4px;
	background: rgba(var(--lo-rgb), .14); color: var(--lo-primary);
	font-size: 14px; font-weight: 700;
	transition: background .15s, border-color .15s, transform .15s;
}
.pcgh-lo .lo-again:hover:not(:disabled) { background: rgba(var(--lo-rgb), .24); border-color: var(--lo-primary); transform: translateY(-1px); }
.pcgh-lo .lo-again:disabled { opacity: .5; cursor: not-allowed; }
.pcgh-lo .lo-win-time { color: var(--lo-text-3); font-size: 11px; }
.pcgh-lo .lo-win.is-pop { animation: lo-win-pop .5s cubic-bezier(.2, .9, .3, 1.2) both; }
@keyframes lo-win-pop {
	0% { opacity: 0; transform: translateY(14px) scale(.97); }
	100% { opacity: 1; transform: translateY(0) scale(1); }
}

/* 10 连结果 */
.pcgh-lo .lo-deca-win { padding: 30px 34px 34px; }
.pcgh-lo .lo-deca-sum { text-align: center; margin-bottom: 22px; }
.pcgh-lo .lo-deca-badge {
	display: inline-block; padding: 5px 16px; border-radius: 999px;
	color: var(--lo-ac, var(--lo-c)); font-size: 12px; font-weight: 800; letter-spacing: .1em;
	background: color-mix(in srgb, var(--lo-ac, var(--lo-c)) 12%, transparent);
	box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--lo-ac, var(--lo-c)) 45%, transparent), 0 0 24px -6px var(--lo-ac, var(--lo-c));
}
.pcgh-lo .lo-deca-total { margin: 12px 0 6px; font-size: 26px; font-weight: 800; color: var(--lo-text); }
.pcgh-lo .lo-deca-total b { color: var(--lo-ac, var(--lo-c)); font-size: 34px; font-variant-numeric: tabular-nums; text-shadow: 0 0 24px color-mix(in srgb, var(--lo-ac, var(--lo-c)) 55%, transparent); }
.pcgh-lo .lo-deca-desc { margin: 0; color: var(--lo-text-2); font-size: 12px; }
.pcgh-lo .lo-deca-desc b { color: var(--lo-primary); font-variant-numeric: tabular-nums; }
.pcgh-lo .lo-deca-sum .lo-win-actions { justify-content: center; }
.pcgh-lo .lo-deca-list {
	list-style: none; margin: 0; padding: 0;
	display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px;
}
.pcgh-lo .lo-deca-list li {
	--lo-w-ac: var(--lo-c);
	display: flex; flex-direction: column; align-items: center; gap: 4px; padding: 14px 8px 12px;
	border: 1px solid var(--lo-border); border-top: 2px solid var(--lo-w-ac); border-radius: 8px;
	background: color-mix(in srgb, var(--lo-w-ac) 6%, var(--lo-surface));
}
.pcgh-lo .lo-deca-item-img { position: relative; width: 64px; height: 64px; display: flex; align-items: center; justify-content: center; }
.pcgh-lo .lo-deca-item-coin {
	width: 52px !important; height: 52px !important; object-fit: contain;
	filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .5)) drop-shadow(0 0 10px var(--lo-w-ac));
}
.pcgh-lo .lo-deca-item-tier { font-style: normal; font-size: 11px; font-weight: 800; color: var(--lo-w-ac); text-align: center; line-height: 1.3; }
.pcgh-lo .lo-deca-item-tier i {
	margin-left: 3px; padding: 1px 5px; border-radius: 3px; font-style: normal; font-size: 10px;
	background: #ffb84d; color: #4a2c00;
}
.pcgh-lo .lo-deca-item-prize { font-size: 15px; font-weight: 800; color: var(--lo-text); font-variant-numeric: tabular-nums; }
.pcgh-lo .lo-deca-win.is-pop { animation: lo-win-pop .5s cubic-bezier(.2, .9, .3, 1.2) both; }

/* ---------- 概率公示 ---------- */
.pcgh-lo .lo-section-title {
	display: flex; align-items: baseline; justify-content: space-between; gap: 14px; margin: 0 0 16px;
	font-size: 18px; font-weight: 800;
}
.pcgh-lo .lo-section-title small { font-size: 11px; font-weight: 400; color: var(--lo-text-3); letter-spacing: .02em; }

/* ---------- 记录 ---------- */
.pcgh-lo .lo-history { margin-top: 34px; }
.pcgh-lo .lo-history-login, .pcgh-lo .lo-history-empty {
	margin: 0; padding: 26px 20px; text-align: center; color: var(--lo-text-3); font-size: 13px;
	border: 1px dashed var(--lo-border); border-radius: 6px; background: var(--lo-surface);
}
.pcgh-lo .lo-history-list {
	list-style: none; margin: 0; padding: 6px 0; display: flex; flex-direction: column; gap: 8px;
	max-height: 320px; overflow-y: auto;
}
.pcgh-lo .lo-history-list li {
	display: grid; grid-template-columns: auto auto 1fr auto; align-items: center; gap: 14px;
	padding: 11px 16px; border: 1px solid var(--lo-border); border-left: 3px solid var(--lo-ac, var(--lo-c)); border-radius: 4px;
	background: var(--lo-surface); font-size: 13px;
}
.pcgh-lo .lo-hist-tier { font-weight: 800; color: var(--lo-ac, var(--lo-c)); white-space: nowrap; }
.pcgh-lo .lo-hist-x {
	margin-left: 6px; padding: 1px 6px; border-radius: 3px; font-style: normal; font-size: 10px; font-weight: 800;
	background: #ffb84d; color: #4a2c00;
}
.pcgh-lo .lo-hist-board { color: var(--lo-text-3); font-size: 12px; white-space: nowrap; }
.pcgh-lo .lo-hist-reward { justify-self: end; text-align: right; white-space: nowrap; font-variant-numeric: tabular-nums; }
.pcgh-lo .lo-hist-reward b { color: var(--lo-primary); font-weight: 800; }
.pcgh-lo .lo-hist-reward em { margin-left: 8px; font-style: normal; color: #d98e1b; font-weight: 700; font-size: 12px; }
.pcgh-lo .lo-hist-time { color: var(--lo-text-3); font-size: 11px; font-variant-numeric: tabular-nums; white-space: nowrap; }

/* ---------- 全站中奖播报（3 行 × 每行 2 人，竖向翻滚，无框直铺背景，向下渐隐） ---------- */
.pcgh-lo .lo-marquee-sec { margin-top: 26px; }
.pcgh-lo .lo-marquee {
	--lo-mq-rh: 42px;
	position: relative; overflow: hidden; height: calc(var(--lo-mq-rh) * 3);
}
/* 底部渐隐遮罩：越往下越透明（融入页面背景色，跟随主题） */
.pcgh-lo .lo-marquee-fade {
	position: absolute; left: 0; right: 0; bottom: 0; height: 45%; pointer-events: none; z-index: 2;
	background: linear-gradient(180deg, transparent, color-mix(in srgb, var(--lo-bg) 78%, transparent) 58%, var(--lo-bg) 98%);
}
.pcgh-lo .lo-marquee-track { display: block; will-change: transform; }
.pcgh-lo .lo-marquee-track.is-run { animation: lo-mq-roll var(--lo-mq-dur, 24s) linear infinite; }
.pcgh-lo .lo-marquee:hover .lo-marquee-track.is-run { animation-play-state: paused; }
@keyframes lo-mq-roll {
	from { transform: translateY(-50%); }
	to { transform: translateY(0); }
}
/* 每行两个用户并排 */
.pcgh-lo .lo-mq-row { display: flex; align-items: stretch; height: var(--lo-mq-rh); }
.pcgh-lo .lo-mq-item {
	flex: 1 1 0; min-width: 0; display: flex; align-items: center; gap: 8px; height: var(--lo-mq-rh); padding: 0 10px;
	font-size: 12.5px; color: var(--lo-text-2); white-space: nowrap; overflow: hidden;
}
.pcgh-lo .lo-mq-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--lo-ac, var(--lo-c)); box-shadow: 0 0 8px var(--lo-ac, var(--lo-c)); flex: 0 0 auto; }
.pcgh-lo .lo-mq-user { color: var(--lo-text); font-weight: 700; }
.pcgh-lo .lo-mq-day { color: var(--lo-text-3); font-size: 11px; }
.pcgh-lo .lo-mq-tier { color: var(--lo-ac, var(--lo-c)); font-weight: 800; }
.pcgh-lo .lo-mq-item em { font-style: normal; color: var(--lo-primary); font-weight: 800; font-variant-numeric: tabular-nums; }
.pcgh-lo .lo-mq-item em.lo-mq-exp { color: #d98e1b; }

/* ---------- 规则 ---------- */
.pcgh-lo .lo-rules { margin-top: 34px; }
.pcgh-lo .lo-rules ol {
	margin: 0; padding: 22px 26px 22px 42px; border: 1px solid var(--lo-border); border-radius: 6px;
	background: var(--lo-surface);
	color: var(--lo-text-2); font-size: 13px; line-height: 2;
}
.pcgh-lo .lo-rules li::marker { color: var(--lo-primary); font-weight: 800; }

.pcgh-lo .lo-notice {
	margin: 40px auto 0; max-width: 560px; padding: 26px 24px; text-align: center;
	border: 1px dashed var(--lo-border); border-radius: 6px; background: var(--lo-surface); color: var(--lo-text-2); font-size: 14px;
}

/* ============================================================================
 * 响应式
 * ========================================================================== */
@media (max-width: 1000px) {
	.pcgh-lo .lo-wrap { padding-top: 40px; }
	.pcgh-lo .lo-title { font-size: 40px; }
	.pcgh-lo .lo-chest { height: 352px; }
}
@media (max-width: 860px) {
	.pcgh-lo .lo-boards { grid-template-columns: 1fr; }
	.pcgh-lo .lo-ex-rows { grid-template-columns: 1fr; }
	.pcgh-lo .lo-win { flex-direction: column; align-items: center; text-align: center; gap: 24px; padding: 32px 22px; }
	.pcgh-lo .lo-win-glow { left: 50%; top: 140px; }
	.pcgh-lo .lo-win-actions { justify-content: center; }
	.pcgh-lo .lo-deca-list { grid-template-columns: repeat(3, 1fr); }
	.pcgh-lo .lo-history-list li { grid-template-columns: 1fr auto; }
	.pcgh-lo .lo-hist-board, .pcgh-lo .lo-hist-time { display: none; }
}
@media (max-width: 680px) {
	.pcgh-lo .lo-chest { height: 330px; }
	.pcgh-lo .lo-deca { grid-template-columns: repeat(5, 64px); gap: 14px 14px; }
	.pcgh-lo .lo-s-box0 { width: 62px; height: 62px; }
	.pcgh-lo .lo-s-coin { width: 46px; height: 46px; }
	.pcgh-lo .lo-s-amt { font-size: 11px; }
	.pcgh-lo .lo-open { min-width: 0; width: 100%; }
}
@media (max-width: 560px) {
	.pcgh-lo .lo-wrap { max-width: calc(100% - 24px); padding: 28px 0 48px; }
	.pcgh-lo .lo-title { font-size: 32px; }
	.pcgh-lo .lo-sub { font-size: 13px; }
	.pcgh-lo .lo-chest { height: 312px; }
	.pcgh-lo .lo-chest-box { width: 150px; height: 150px; }
	.pcgh-lo .lo-chest-shadow { width: 96px; margin-top: 10px; }
	.pcgh-lo .lo-prize-stack { transform: scale(.9); transform-origin: center top; }
	.pcgh-lo .lo-chest-rays { width: 460px; height: 460px; }
	.pcgh-lo .lo-chest-hint { bottom: 8px; }
	.pcgh-lo .lo-wallets { gap: 10px; }
	.pcgh-lo .lo-wallet { padding: 8px 14px 8px 12px; }
	.pcgh-lo .lo-ex-row { flex-wrap: wrap; }
	.pcgh-lo .lo-ex-meta { flex-basis: calc(100% - 52px); }
	.pcgh-lo .lo-win-img { flex-basis: 180px; transform: scale(.92); }
	.pcgh-lo .lo-win-prize { font-size: 32px; }
	.pcgh-lo .lo-win-prize b { font-size: 36px; }
	.pcgh-lo .lo-deca-list { grid-template-columns: repeat(2, 1fr); }
	.pcgh-lo .lo-deca-win { padding: 24px 16px 28px; }
	.pcgh-lo .lo-board-badge { display: none; }
	.pcgh-lo .lo-section-title { flex-direction: column; gap: 4px; }
	.pcgh-lo .lo-case-head { flex-direction: column; align-items: flex-start; gap: 6px; }
}

/* ============================================================================
 * 兑换确认弹窗（不可逆提示）
 * ========================================================================== */
.pcgh-lo .lo-modal { position: fixed; z-index: 9999; inset: 0; display: flex; align-items: center; justify-content: center; padding: 20px; }
.pcgh-lo .lo-modal[hidden] { display: none; }
.pcgh-lo .lo-modal-mask { position: absolute; inset: 0; background: rgba(5, 8, 14, .66); backdrop-filter: blur(3px); animation: lo-modal-fade .18s ease-out both; }
.pcgh-lo .lo-modal-box {
	position: relative; width: min(420px, 100%); padding: 26px 26px 22px;
	border: 1px solid var(--lo-border); border-radius: 12px; background: var(--lo-surface);
	box-shadow: 0 30px 80px -20px rgba(0, 0, 0, .7);
	animation: lo-modal-pop .22s cubic-bezier(.2, .9, .3, 1.2) both;
}
@keyframes lo-modal-fade { 0% { opacity: 0; } 100% { opacity: 1; } }
@keyframes lo-modal-pop { 0% { opacity: 0; transform: translateY(14px) scale(.96); } 100% { opacity: 1; transform: translateY(0) scale(1); } }
.pcgh-lo .lo-modal-title { margin: 0 0 12px; color: var(--lo-text); font-size: 18px; font-weight: 800; }
.pcgh-lo .lo-modal-text { margin: 0 0 16px; color: var(--lo-text-2); font-size: 13.5px; line-height: 1.8; }
.pcgh-lo .lo-modal-text b { color: #ff5a5a; }
.pcgh-lo .lo-modal-never {
	display: flex; align-items: center; gap: 8px; margin-bottom: 20px;
	color: var(--lo-text-2); font-size: 13px; cursor: pointer; user-select: none;
}
.pcgh-lo .lo-modal-never input { width: 15px; height: 15px; accent-color: var(--lo-primary); cursor: pointer; }
.pcgh-lo .lo-modal-actions { display: flex; justify-content: flex-end; gap: 10px; }
.pcgh-lo .lo-modal-btn {
	padding: 10px 24px; border-radius: 6px; font-size: 14px; font-weight: 700;
	border: 1px solid var(--lo-border); cursor: pointer;
	transition: transform .15s, background .15s, border-color .15s;
}
.pcgh-lo .lo-modal-btn--ghost { background: transparent; color: var(--lo-text-2); }
.pcgh-lo .lo-modal-btn--ghost:hover { border-color: var(--lo-text-3); color: var(--lo-text); }
.pcgh-lo .lo-modal-btn--ok {
	border-color: var(--lo-primary); background: rgba(var(--lo-rgb), .16); color: var(--lo-primary);
}
.pcgh-lo .lo-modal-btn--ok:hover { background: rgba(var(--lo-rgb), .28); transform: translateY(-1px); }
