/* ═══ 首頁 Pro 黑金 — 100% 對齊設計稿 ═══ */

.home-pro-page {
	position: relative;
	background: transparent;
}

.home-chain-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	pointer-events: none;
	opacity: 1;
}

.home-pro-page > .header,
.home-pro-page > .home-market-wrap {
	position: relative;
	z-index: 1;
}

.home-pro-page .serve,
.home-pro-page .down {
	display: none;
}

.home-pro-page ~ .layui-container .serve,
.home-pro-page ~ .down {
	display: none !important;
}

body:has(.home-pro-page) {
	background: #0a0e17 !important;
	overflow-x: hidden;
	min-width: 0 !important;
	width: 100%;
}

html:has(.home-pro-page) {
	min-width: 0 !important;
	overflow-x: hidden;
}

.home-pro-nav.layui-row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* ── 頂欄 ── */
.home-pro-page .index-header {
	overflow: hidden;
	background: transparent !important;
	height: auto !important;
	min-height: 0 !important;
	margin-bottom: 0 !important;
	padding: 8px 0 0;
}

.home-pro-page .layui-container,
.home-pro-page .home-market-wrap.layui-container {
	width: 100% !important;
	max-width: 1200px !important;
	box-sizing: border-box;
}

.home-pro-page .index-header::before {
	display: none;
}

.home-pro-nav {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 24px;
	box-sizing: border-box;
	background: transparent !important;
	position: relative;
	z-index: 10;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 16px;
}

.home-pro-brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	text-decoration: none !important;
	justify-self: start;
	flex-shrink: 0;
}

.home-pro-nav__menu {
	display: flex !important;
	align-items: center;
	justify-content: center;
	justify-self: center;
	background: transparent !important;
	flex-wrap: nowrap;
	padding: 0 !important;
	margin: 0 !important;
	white-space: nowrap;
}

.home-pro-nav__menu .layui-nav-item {
	line-height: 44px;
}

.home-pro-nav__menu .layui-nav-item a {
	color: #848e9c !important;
	font-size: 14px;
	padding: 0 20px;
	background: transparent !important;
	border-radius: 0;
	transition: color 0.2s;
	display: inline-block;
	text-decoration: none !important;
	cursor: pointer;
}

.home-pro-nav__menu .layui-nav-item a:hover {
	color: #eaecef !important;
	background: transparent !important;
}

.home-pro-nav__menu .layui-nav-item.layui-this a {
	color: #eaecef !important;
	background: transparent !important;
	position: relative;
}

.home-pro-nav__menu .layui-nav-item.layui-this a::after {
	content: "";
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 4px;
	height: 2px;
	background: #f0b90b;
	border-radius: 1px;
}

.home-pro-nav__actions {
	display: flex !important;
	align-items: center;
	justify-content: flex-end;
	justify-self: end;
	background: transparent !important;
	padding: 0 !important;
	margin: 0 !important;
	gap: 4px;
}

.home-pro-nav__actions .layui-nav-item {
	line-height: 48px;
}

.home-pro-nav .layui-nav .layui-this:after,
.home-pro-nav .layui-nav-bar {
	display: none !important;
}

.home-pro-brand__icon,
.home-pro-brand__logo {
	height: 36px;
	width: auto;
	object-fit: contain;
	flex-shrink: 0;
}

.home-pro-brand__logo {
	filter: drop-shadow(0 0 10px rgba(44, 212, 197, 0.28));
}

.home-pro-brand__icon {
	width: 36px;
	mix-blend-mode: lighten;
	filter: drop-shadow(0 0 8px rgba(240, 185, 11, 0.35));
}

.home-pro-brand__text {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.01em;
	color: #ffffff !important;
	line-height: 1;
}

.home-pro-nav .layui-nav-child {
	background: #000000 !important;
	border: 1px solid #2b3139 !important;
	border-radius: 8px;
	min-width: 140px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.9);
	z-index: 10001 !important;
}

.home-pro-nav .layui-nav-child a {
	color: #848e9c !important;
	font-size: 13px !important;
}

.home-pro-nav .layui-nav-child a:hover {
	color: #f0b90b !important;
	background: transparent !important;
}

.home-pro-login {
	color: #eaecef !important;
	font-size: 14px !important;
	padding: 0 12px !important;
	background: transparent !important;
	border: none !important;
}

.home-pro-register {
	display: inline-block;
	color: #f0b90b !important;
	font-size: 14px !important;
	padding: 0 18px !important;
	height: 36px;
	line-height: 34px !important;
	border: 1px solid #f0b90b !important;
	border-radius: 4px !important;
	background: transparent !important;
	margin-right: 8px;
}

.home-pro-register:hover {
	background: rgba(240, 185, 11, 0.08) !important;
	opacity: 1 !important;
}

.home-pro-user > a {
	color: #eaecef !important;
	font-size: 14px !important;
	max-width: 140px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.home-pro-nav__actions .layui-nav-item a {
	font-size: 14px;
}

.home-pro-nav__actions .layui-nav-item .layui-nav-child a {
	text-align: left;
}

.home-pro-nav__actions img.mr-10 {
	width: 18px;
	height: 18px;
	opacity: 0.85;
}

/* ── Hero ── */
.home-pro-page .home-hero-stage {
	display: none;
}

.home-pro-page .home-hero-inner {
	position: relative;
	z-index: 2;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 28px 24px 32px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.home-pro-page .home-hero-visual {
	flex: 0 1 52%;
	width: auto;
	max-width: 560px;
	min-width: 280px;
	min-height: 0;
	position: relative;
	overflow: visible;
	line-height: 0;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	margin-left: -16px;
}

.home-pro-page .home-hero-visual::before {
	content: "";
	position: absolute;
	inset: 6% 2%;
	background:
		radial-gradient(ellipse 58% 65% at 50% 50%, rgba(252, 213, 53, 0.13) 0%, transparent 72%),
		radial-gradient(ellipse 42% 52% at 55% 45%, rgba(56, 189, 248, 0.07) 0%, transparent 70%);
	pointer-events: none;
	z-index: 0;
	animation: homeCoinAura 4s ease-in-out infinite;
}

.home-pro-page .home-hero-visual::after {
	content: "";
	position: absolute;
	inset: 18% 10%;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(252, 213, 53, 0.11) 0%, transparent 74%);
	pointer-events: none;
	z-index: 0;
	animation: homeCoinPulse 3.6s ease-in-out infinite;
}

@keyframes homeCoinAura {
	0%, 100% { opacity: 0.65; transform: scale(1); }
	50% { opacity: 0.95; transform: scale(1.03); }
}

@keyframes homeCoinPulse {
	0%, 100% { opacity: 0.45; transform: scale(0.98); }
	50% { opacity: 0.72; transform: scale(1.03); }
}

@keyframes homeCoinShine {
	0%, 100% {
		filter:
			drop-shadow(0 0 10px rgba(252, 213, 53, 0.32))
			drop-shadow(0 0 22px rgba(240, 185, 11, 0.18))
			drop-shadow(0 0 4px rgba(255, 230, 120, 0.38))
			drop-shadow(0 12px 30px rgba(0, 0, 0, 0.32));
	}
	50% {
		filter:
			drop-shadow(0 0 16px rgba(252, 213, 53, 0.44))
			drop-shadow(0 0 30px rgba(240, 185, 11, 0.24))
			drop-shadow(0 0 7px rgba(255, 230, 120, 0.52))
			drop-shadow(0 12px 30px rgba(0, 0, 0, 0.32));
	}
}

@keyframes homeHeroOrbit {
	0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.7; }
	50% { transform: translate(12px, -8px) scale(1.05); opacity: 1; }
}

.home-pro-theme {
	display: none !important;
}

.home-pro-page .home-hero-visual__img,
.home-pro-page .home-hero-visual img {
	position: relative;
	z-index: 1;
	width: auto;
	max-width: 100%;
	max-height: clamp(240px, 28vw, 320px);
	height: auto;
	object-fit: contain;
	object-position: center center;
	display: block;
	margin: 0 auto;
	border: none;
	outline: none;
	background: transparent !important;
	mix-blend-mode: normal;
	animation: homeCoinShine 4s ease-in-out infinite;
	will-change: filter;
}

.home-pro-page .home-hero-copy {
	flex: 0 1 46%;
	min-width: 0;
	max-width: 480px;
	padding-right: 0;
}

.home-pro-page .index-header .slogan {
	margin: 0;
	text-align: left;
}

.home-pro-page .index-header .slogan h1 {
	font-size: clamp(26px, 3.2vw, 40px);
	font-weight: 700;
	line-height: 1.35;
	color: #ffffff;
	white-space: normal;
	word-break: keep-all;
}

.home-pro-page .index-header .slogan h5 {
	font-size: 15px;
	line-height: 1.8;
	color: #848e9c;
	max-width: 420px;
	margin: 20px 0 0;
	font-weight: 400;
	white-space: normal;
}

.home-pro-page .home-hero-badges {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 16px;
	margin-top: 32px;
}

.home-pro-page .home-hero-google {
	width: 100%;
	max-width: 320px;
	margin-top: 14px;
	min-height: 44px;
}

.home-pro-page .home-hero-google .google-auth-pc--hero {
	margin-top: 0;
	width: 100%;
}

.home-pro-page .home-hero-google .google-auth-pc__btn-host {
	justify-content: flex-start;
	min-height: 44px;
}

.home-pro-page .home-hero-google-fallback {
	margin-top: 0;
}

.home-pro-page .home-hero-google-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 240px;
	height: 44px;
	padding: 0 20px;
	border-radius: 6px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	background: rgba(255, 255, 255, 0.08);
	color: #eaecef !important;
	font-size: 14px;
	text-decoration: none !important;
	transition: background 0.2s, border-color 0.2s;
}

.home-pro-page .home-hero-google-link:hover {
	background: rgba(255, 255, 255, 0.14);
	border-color: rgba(255, 255, 255, 0.5);
	color: #fff !important;
}

.home-pro-page .home-hero-badge {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 14px 22px;
	border-radius: 10px;
	background: rgba(10, 14, 23, 0.75);
	border: 1px solid rgba(240, 185, 11, 0.5);
	color: #f0b90b;
	font-size: 14px;
	font-weight: 500;
	font-family: inherit;
	line-height: 1.2;
	cursor: pointer;
	overflow: hidden;
	transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease, color 0.28s ease;
	box-shadow: inset 0 0 24px rgba(240, 185, 11, 0.03);
}

.home-pro-page .home-hero-badge:focus {
	outline: none;
	box-shadow: 0 0 0 2px rgba(240, 185, 11, 0.35), inset 0 0 24px rgba(240, 185, 11, 0.05);
}

.home-pro-page .home-hero-badge::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	padding: 1px;
	background: linear-gradient(120deg, transparent 30%, rgba(252, 213, 53, 0.7) 50%, transparent 70%);
	background-size: 200% 100%;
	opacity: 0;
	transition: opacity 0.28s ease;
	pointer-events: none;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.home-pro-page .home-hero-badge:hover {
	transform: translateY(-4px);
	border-color: #fcd535;
	background: linear-gradient(135deg, rgba(240, 185, 11, 0.18) 0%, rgba(10, 14, 23, 0.9) 100%);
	box-shadow: 0 10px 28px rgba(240, 185, 11, 0.22), inset 0 0 30px rgba(240, 185, 11, 0.08);
	color: #fcd535;
}

.home-pro-page .home-hero-badge:hover::before {
	opacity: 1;
	animation: homeBadgeShine 1.2s ease forwards;
}

.home-pro-page .home-hero-badge:active {
	transform: translateY(-1px) scale(0.98);
	box-shadow: 0 4px 12px rgba(240, 185, 11, 0.15);
}

.home-pro-page .home-hero-badge__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	transition: transform 0.28s ease, filter 0.28s ease;
}

.home-pro-page .home-hero-badge__icon i.fa {
	color: #f0b90b;
	font-size: 16px;
	transition: color 0.28s ease;
}

.home-pro-page .home-hero-badge:hover .home-hero-badge__icon {
	transform: scale(1.12);
	filter: drop-shadow(0 0 6px rgba(240, 185, 11, 0.6));
}

.home-pro-page .home-hero-badge:hover .home-hero-badge__icon i.fa {
	color: #fcd535;
}

.home-pro-page .home-hero-badge__text {
	position: relative;
	z-index: 1;
	letter-spacing: 0.02em;
}

@keyframes homeBadgeShine {
	0% { background-position: 200% 0; opacity: 0.6; }
	100% { background-position: -200% 0; opacity: 1; }
}

/* ── 行情表 + 禮包（一體卡片） ── */
.home-pro-page .home-market-wrap {
	max-width: 1200px;
	width: 100% !important;
	margin: -8px auto 40px;
	padding: 0 24px;
	box-sizing: border-box;
	position: relative;
	z-index: 3;
}

.home-pro-page .home-market-card .layui-table,
.home-pro-page .home-market-card .home-market-table {
	color: #eaecef;
	margin: 0;
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	position: relative;
	z-index: 1;
}

.home-pro-page .home-market-card col.home-col-pair,
.home-pro-page .home-market-card col.home-col-price,
.home-pro-page .home-market-card col.home-col-change,
.home-pro-page .home-market-card col.home-col-trend,
.home-pro-page .home-market-card col.home-col-volume,
.home-pro-page .home-market-card col.home-col-action {
	width: 16.6667%;
}

.home-pro-page .home-market-card .layui-table th,
.home-pro-page .home-market-card .layui-table td {
	padding: 11px 10px !important;
	box-sizing: border-box;
	vertical-align: middle;
	font-size: 13px;
}

.home-pro-page .home-market-card .layui-table th.home-pair-col,
.home-pro-page .home-market-card .layui-table td.home-pair-col {
	text-align: left !important;
	padding-left: 16px !important;
}

.home-pro-page .home-market-card .layui-table th.home-price-col,
.home-pro-page .home-market-card .layui-table td.home-price-col,
.home-pro-page .home-market-card .layui-table th.home-change-col,
.home-pro-page .home-market-card .layui-table td.home-change-col,
.home-pro-page .home-market-card .layui-table th.home-vol-col,
.home-pro-page .home-market-card .layui-table td.home-vol-col {
	text-align: left !important;
}

.home-pro-page .home-market-card .layui-table th.home-trend-col,
.home-pro-page .home-market-card .layui-table td.home-trend-col {
	text-align: center !important;
}

.home-pro-page .home-market-card .layui-table td.home-trend-col .svg {
	display: block;
	margin: 0 auto;
	width: 100px;
	height: 32px;
	overflow: visible;
}

.home-pro-page .home-market-card .layui-table th.home-action-col,
.home-pro-page .home-market-card .layui-table td.home-action-col {
	text-align: center !important;
	padding-right: 16px !important;
	white-space: nowrap;
}

.home-pro-page .home-vol-cell {
	color: #eaecef !important;
	font-size: 13px;
	font-weight: 400;
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}

.home-pro-page .home-action-cell {
	vertical-align: middle;
}

.home-pro-page .home-market-card {
	background: rgba(22, 26, 37, 0.92);
	border-radius: 12px 12px 0 0;
	padding: 0 0 4px;
	border: 1px solid #2b3139;
	border-bottom: none;
	box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(12px);
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	position: relative;
}

.home-pro-page .home-market-card::before {
	content: "";
	display: block;
	position: absolute;
	inset: 0;
	border-radius: 12px 12px 0 0;
	background: linear-gradient(180deg, rgba(30, 35, 50, 0.35) 0%, rgba(22, 26, 37, 0) 48%);
	pointer-events: none;
}

.home-pro-page .home-market-card .layui-table thead tr {
	background: transparent !important;
	border-bottom: 1px solid rgba(43, 49, 57, 0.55);
}

.home-pro-page .home-market-card .layui-table thead tr th {
	color: #848e9c !important;
	font-size: 12px;
	font-weight: 400;
	border: none;
	white-space: nowrap;
	box-sizing: border-box;
}

.home-pro-page .home-market-card .layui-table td {
	border: none;
	box-sizing: border-box;
}

.home-pro-page .new-table.home-market-card .layui-table tr {
	border-bottom: 1px solid rgba(43, 49, 57, 0.35) !important;
	height: auto !important;
	min-height: 0 !important;
}

.home-pro-page .home-market-card .layui-table tbody tr:hover {
	background: rgba(255, 255, 255, 0.02);
}

.home-pro-page .home-pair-cell {
	display: flex;
	align-items: center;
	gap: 10px;
}

.home-pro-page .home-pair-cell img {
	border-radius: 50%;
	flex-shrink: 0;
	width: 24px;
	height: 24px;
}

.home-pro-page .home-pair-symbol {
	font-size: 14px;
	font-weight: 500;
	color: #eaecef;
	line-height: 1;
	letter-spacing: 0.02em;
}

.home-pro-page .home-pair-main,
.home-pro-page .home-pair-sub {
	display: none;
}

.home-pro-page .home-price-cell {
	line-height: 1.35;
}

.home-pro-page .home-price-cell .home-price-main,
.home-pro-page .home-market-card td span[id^="price_"] {
	font-size: 13px;
	font-weight: 400;
	font-variant-numeric: tabular-nums;
}

.home-pro-page .home-market-card .color-green {
	color: #0ecb81 !important;
	font-weight: 400;
	font-size: 13px;
}

.home-pro-page .home-market-card .color-red {
	color: #f6465d !important;
	font-weight: 400;
	font-size: 13px;
}

.home-pro-page .home-link-trade {
	display: inline-block;
	padding: 0;
	height: auto;
	line-height: 1.4;
	border: none !important;
	border-radius: 0;
	color: #0ecb81 !important;
	background: none !important;
	font-size: 13px;
	font-weight: 400;
	cursor: pointer;
	text-align: center;
	box-shadow: none !important;
	text-decoration: none !important;
}

.home-pro-page .home-link-trade:hover {
	color: #2ee59d !important;
	opacity: 1 !important;
	background: none !important;
}

.home-pro-page .home-btn-trade {
	display: none;
}

.home-pro-page .home-market-card .more {
	display: none;
}

.home-pro-page .home-market-more {
	display: none;
}

/* ── 現貨交易展示 + 用戶累計 ── */
@keyframes homeSpotFloat {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-8px); }
}

@keyframes homeSpotGlowPulse {
	0%, 100% { opacity: 0.35; transform: scale(0.98); }
	50% { opacity: 0.7; transform: scale(1.03); }
}

@keyframes homeSpotScan {
	0% { transform: translateY(-120%); opacity: 0; }
	12% { opacity: 0.55; }
	100% { transform: translateY(520%); opacity: 0; }
}

@keyframes homeSpotShine {
	0% { transform: translateX(-130%) skewX(-18deg); opacity: 0; }
	20% { opacity: 0.35; }
	100% { transform: translateX(220%) skewX(-18deg); opacity: 0; }
}

.home-pro-trade-showcase {
	margin: 48px 0 56px;
	padding: 48px 0 0;
	border-top: 1px solid rgba(43, 49, 57, 0.75);
	position: relative;
	z-index: 1;
	width: 100%;
	box-sizing: border-box;
}

.home-pro-trade-showcase__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: clamp(28px, 4vw, 52px);
	align-items: center;
	width: 100%;
	max-width: 100%;
}

.home-pro-trade-showcase__preview {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	text-decoration: none !important;
	position: relative;
}

.home-spot-screen {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	animation: homeSpotFloat 7s ease-in-out infinite;
}

.home-spot-screen__glow {
	position: absolute;
	inset: -18px -10px;
	background:
		radial-gradient(ellipse 72% 58% at 50% 50%, rgba(240, 185, 11, 0.14) 0%, transparent 72%),
		radial-gradient(ellipse 50% 40% at 50% 45%, rgba(14, 203, 129, 0.06) 0%, transparent 70%);
	animation: homeSpotGlowPulse 5s ease-in-out infinite;
	pointer-events: none;
	z-index: 0;
}

.home-spot-screen__frame {
	position: relative;
	z-index: 1;
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid #2b3139;
	background: #000000;
	box-shadow:
		0 24px 64px rgba(0, 0, 0, 0.5),
		0 0 0 1px rgba(255, 255, 255, 0.03) inset;
	transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
	transform-style: preserve-3d;
	will-change: transform;
}

.home-pro-trade-showcase__preview:hover .home-spot-screen__frame {
	border-color: rgba(240, 185, 11, 0.4);
	box-shadow:
		0 28px 72px rgba(0, 0, 0, 0.58),
		0 0 32px rgba(240, 185, 11, 0.08);
	transform: translateY(-2px);
}

.home-pro-trade-showcase__preview:hover .home-spot-screen {
	animation-play-state: paused;
}

.home-spot-screen__chrome {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 14px;
	background: #000000;
	border-bottom: 1px solid #2b3139;
}

.home-spot-screen__chrome > span:not(.home-spot-screen__title) {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	flex-shrink: 0;
}

.home-spot-screen__chrome > span:nth-child(1) { background: #ff5f57; }
.home-spot-screen__chrome > span:nth-child(2) { background: #febc2e; }
.home-spot-screen__chrome > span:nth-child(3) { background: #28c840; }

.home-spot-screen__title {
	margin-left: 10px;
	font-size: 12px;
	color: #848e9c;
	letter-spacing: 0.02em;
}

.home-spot-screen__viewport {
	position: relative;
	overflow: hidden;
	background: #0a0e17;
	aspect-ratio: 1300 / 585;
	display: flex;
	align-items: center;
	justify-content: center;
}

.home-spot-screen__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
	transition: transform 0.6s ease;
}

.home-pro-trade-showcase__preview:hover .home-spot-screen__img {
	transform: scale(1.015);
}

.home-spot-screen__scan {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 28%;
	background: linear-gradient(180deg, rgba(14, 203, 129, 0) 0%, rgba(14, 203, 129, 0.07) 45%, rgba(240, 185, 11, 0.05) 100%);
	pointer-events: none;
	animation: homeSpotScan 5.5s linear infinite;
}

.home-spot-screen__shine {
	position: absolute;
	inset: 0;
	background: linear-gradient(105deg, transparent 35%, rgba(255, 255, 255, 0.08) 50%, transparent 65%);
	pointer-events: none;
	animation: homeSpotShine 6s ease-in-out infinite;
}

.home-pro-trade-showcase__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0;
	min-height: 100%;
}

.home-pro-trade-showcase__slogan {
	margin: 0 0 32px;
	font-size: clamp(22px, 2.2vw, 30px);
	font-weight: 700;
	line-height: 1.5;
	color: #ffffff;
}

.home-pro-trade-showcase__stats {
	text-align: left;
}

.home-pro-trade-showcase__count {
	font-size: clamp(32px, 3.8vw, 48px);
	font-weight: 700;
	line-height: 1.12;
	color: #f0b90b;
	font-variant-numeric: tabular-nums;
	letter-spacing: 0.01em;
	margin-bottom: 16px;
}

.home-pro-trade-showcase__users {
	margin: 0 0 24px;
	display: flex;
	flex-direction: column;
	gap: 4px;
	font-size: clamp(20px, 2.2vw, 28px);
	font-weight: 700;
	line-height: 1.3;
	color: #ffffff;
}

.home-pro-trade-showcase__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.home-pro-trade-showcase__badge {
	min-width: 118px;
	text-align: center;
	padding: 18px 20px 16px;
	border: 1px solid rgba(240, 185, 11, 0.28);
	border-radius: 12px;
	background: rgba(240, 185, 11, 0.04);
	position: relative;
}

.home-pro-trade-showcase__badge::before,
.home-pro-trade-showcase__badge::after {
	content: "◆";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: rgba(240, 185, 11, 0.45);
	font-size: 10px;
}

.home-pro-trade-showcase__badge::before { left: 10px; }
.home-pro-trade-showcase__badge::after { right: 10px; }

.home-pro-trade-showcase__badge strong {
	display: block;
	font-size: 26px;
	line-height: 1;
	color: #f0b90b;
	margin-bottom: 8px;
}

.home-pro-trade-showcase__badge span {
	display: block;
	font-size: 13px;
	color: #eaecef;
}

@media (prefers-reduced-motion: reduce) {
	.home-spot-screen,
	.home-spot-screen__glow,
	.home-spot-screen__scan,
	.home-spot-screen__shine,
	.home-spot-screen__img {
		animation: none !important;
		transition: none !important;
	}
}

@media (max-width: 992px) {
	.home-pro-trade-showcase {
		margin: 36px 0 44px;
		padding-top: 36px;
	}

	.home-pro-trade-showcase__inner {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.home-pro-trade-showcase__preview {
		max-width: 720px;
		margin: 0 auto;
	}

	.home-pro-trade-showcase__copy {
		text-align: center;
		align-items: center;
	}

	.home-pro-trade-showcase__stats {
		text-align: center;
	}

	.home-pro-trade-showcase__badges {
		justify-content: center;
	}

	.home-pro-trade-showcase__slogan {
		margin-bottom: 24px;
	}
}

@media (max-width: 576px) {
	.home-pro-trade-showcase {
		margin-bottom: 32px;
		padding-top: 28px;
	}

	.home-pro-trade-showcase__preview {
		max-width: 100%;
	}
}

/* ── 禮包下方：四大特色 ── */
.home-pro-features {
	margin: 48px 0 56px;
	padding: 0 8px;
	text-align: center;
	position: relative;
	z-index: 1;
	background: transparent;
}

.home-pro-features__title {
	margin: 0 0 16px;
	font-size: clamp(22px, 2.8vw, 32px);
	font-weight: 700;
	color: #ffffff;
	line-height: 1.35;
}

.home-pro-features__sub {
	margin: 0 auto 48px;
	max-width: 720px;
	font-size: 15px;
	line-height: 1.8;
	color: #848e9c;
}

.home-pro-features__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	text-align: center;
}

.home-pro-features__item img,
.home-pro-features__item .home-pro-features__icon {
	width: 120px;
	height: 120px;
	object-fit: contain;
	margin: 0 auto 20px;
	display: block;
	background: transparent !important;
	filter: drop-shadow(0 8px 24px rgba(240, 185, 11, 0.18));
}

.home-pro-features__item h5 {
	margin: 0 0 12px;
	font-size: 18px;
	font-weight: 700;
	color: #eaecef;
	line-height: 1.35;
}

.home-pro-features__item p {
	margin: 0;
	font-size: 14px;
	line-height: 1.75;
	color: #848e9c;
	padding: 0 8px;
}

@media (max-width: 992px) {
	.home-pro-features__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 32px 20px;
	}
}

@media (max-width: 576px) {
	.home-pro-features__grid {
		grid-template-columns: 1fr;
	}

	.home-pro-features {
		margin: 32px 0 40px;
	}

	.home-pro-features__sub {
		margin-bottom: 32px;
	}
}

.home-pro-page .home-market-more a {
	color: #848e9c;
	font-size: 13px;
}

.home-pro-page .home-market-more a:hover {
	color: #f0b90b;
}

/* ── 金色禮包橫幅（緊貼行情表下方） ── */
.home-pro-page .home-pro-promo-banner {
	position: relative;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	min-height: 118px;
	border-radius: 0 0 12px 12px;
	overflow: hidden;
	background: linear-gradient(105deg, #3d2e0a 0%, #1f1808 28%, #121820 62%, #0a0e17 100%);
	border: 1px solid #2b3139;
	border-top: 1px solid rgba(240, 185, 11, 0.25);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
}

.home-pro-page .home-pro-promo-banner__art {
	flex: 0 0 240px;
	height: 118px;
	overflow: visible;
	position: relative;
}

.home-pro-page .home-pro-promo-banner__art img {
	width: auto;
	height: 130%;
	max-width: none;
	object-fit: contain;
	object-position: left center;
	mix-blend-mode: normal;
	opacity: 1;
	filter: drop-shadow(0 8px 24px rgba(240, 185, 11, 0.25));
}

.home-pro-page .home-pro-promo-banner__body {
	flex: 1;
	padding: 0 24px;
	min-width: 0;
}

.home-pro-page .home-pro-promo-banner__body h3 {
	margin: 0 0 8px;
	font-size: 24px;
	font-weight: 700;
	color: #fcd535;
	line-height: 1.25;
	text-shadow: 0 0 20px rgba(240, 185, 11, 0.2);
}

.home-pro-page .home-pro-promo-banner__body p {
	margin: 0;
	font-size: 15px;
	color: #eaecef;
}

.home-pro-page .home-pro-promo-banner__btn {
	flex-shrink: 0;
	margin-right: 40px;
	padding: 0 28px;
	height: 44px;
	line-height: 42px;
	border-radius: 22px;
	border: 1px solid #f0b90b;
	color: #0a0e17 !important;
	font-size: 15px;
	font-weight: 700;
	background: linear-gradient(180deg, #fcd535, #f0b90b);
	white-space: nowrap;
	box-shadow: 0 4px 16px rgba(240, 185, 11, 0.3);
}

.home-pro-page .home-pro-promo-banner__btn:hover {
	background: linear-gradient(180deg, #ffe066, #f5c842);
	color: #0a0e17 !important;
}

.home-pro-promo-banner__close {
	position: absolute;
	top: 10px;
	right: 14px;
	width: 28px;
	height: 28px;
	border: none;
	background: transparent;
	color: #848e9c;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	padding: 0;
}

.home-pro-promo-banner__close:hover {
	color: #eaecef;
}

/* ── 響應式：依瀏覽器窗口自適應 ── */
.home-pro-page .home-market-card .layui-table {
	min-width: 640px;
}

@media (max-width: 1280px) {
	.home-pro-nav,
	.home-pro-page .home-hero-inner,
	.home-pro-page .home-market-wrap {
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	.home-pro-nav__menu .layui-nav-item a {
		padding: 0 10px;
		font-size: 13px;
	}
}

@media (max-width: 1100px) {
	.home-pro-page .home-hero-inner {
		gap: 12px;
		padding-top: 20px;
		padding-bottom: 24px;
	}

	.home-pro-page .home-hero-inner {
		justify-content: center;
		gap: 16px;
	}

	.home-pro-page .home-hero-copy {
		flex: 1 1 48%;
		max-width: none;
	}

	.home-pro-page .home-hero-visual {
		flex: 1 1 50%;
		max-width: 480px;
		margin-left: -8px;
	}

	.home-pro-page .home-hero-visual__img,
	.home-pro-page .home-hero-visual img {
		max-height: clamp(220px, 24vw, 290px);
	}
}

@media (max-width: 992px) {
	.home-pro-nav {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		row-gap: 6px;
	}

	.home-pro-brand {
		justify-self: auto;
	}

	.home-pro-nav__menu {
		justify-self: auto;
		justify-content: flex-start;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		width: 100%;
		padding-bottom: 2px;
	}

	.home-pro-nav__menu::-webkit-scrollbar {
		display: none;
	}

	.home-pro-nav__menu .layui-nav-item {
		flex-shrink: 0;
	}

	.home-pro-nav__actions {
		justify-self: auto;
		justify-content: flex-end;
		width: 100%;
		border-top: 1px solid rgba(43, 49, 57, 0.5);
		padding-top: 4px;
	}

	.home-pro-page .home-hero-inner {
		flex-direction: column;
		align-items: flex-start;
		text-align: left;
	}

	.home-pro-page .home-hero-visual {
		flex: none;
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		justify-content: center;
		order: -1;
		margin-bottom: 8px;
	}

	.home-pro-page .home-hero-visual__img,
	.home-pro-page .home-hero-visual img {
		width: auto;
		max-width: min(440px, 92%);
		max-height: clamp(200px, 36vw, 260px);
		object-fit: contain;
		object-position: center center;
		margin: 0 auto;
		mix-blend-mode: normal;
	}

	.home-pro-page .home-hero-copy {
		width: 100%;
		max-width: 100%;
		padding-right: 0;
	}

	.home-pro-page .home-hero-badges {
		gap: 12px;
		margin-top: 24px;
	}

	.home-pro-page .home-pro-promo-banner {
		flex-wrap: wrap;
		min-height: 0;
		padding: 16px 0 12px;
	}

	.home-pro-page .home-pro-promo-banner__art {
		flex: 0 0 120px;
		height: 90px;
	}

	.home-pro-page .home-pro-promo-banner__body {
		flex: 1 1 200px;
		padding: 0 16px;
	}

	.home-pro-page .home-pro-promo-banner__body h3 {
		font-size: clamp(18px, 4vw, 24px);
	}

	.home-pro-page .home-pro-promo-banner__btn {
		margin: 8px 16px 0 auto;
		height: 40px;
		line-height: 38px;
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	.home-pro-brand__text {
		font-size: 18px;
	}

	.home-pro-nav__menu .layui-nav-item a {
		padding: 0 8px;
		font-size: 12px;
	}

	.home-pro-register {
		padding: 0 12px !important;
		height: 32px;
		line-height: 30px !important;
		font-size: 12px !important;
	}

	.home-pro-page .home-hero-inner {
		padding: 16px 16px 20px;
	}

	.home-pro-page .home-market-wrap {
		padding: 0 12px;
		margin-bottom: 24px;
	}

	.home-pro-page .home-hero-badge {
		padding: 10px 14px;
		font-size: 13px;
	}

	.home-pro-page .home-market-card .layui-table {
		min-width: 520px;
	}

	.home-pro-page .home-market-card .layui-table th:nth-child(4),
	.home-pro-page .home-market-card .layui-table td:nth-child(4),
	.home-pro-page .home-market-card .layui-table th:nth-child(5),
	.home-pro-page .home-market-card .layui-table td:nth-child(5) {
		display: none;
	}

	.home-pro-page .home-pro-promo-banner {
		flex-direction: column;
		align-items: flex-start;
		padding: 16px;
	}

	.home-pro-page .home-pro-promo-banner__art {
		flex: none;
		width: 100%;
		height: 80px;
	}

	.home-pro-page .home-pro-promo-banner__art img {
		height: 100%;
		width: auto;
	}

	.home-pro-page .home-pro-promo-banner__body {
		padding: 12px 0 0;
	}

	.home-pro-page .home-pro-promo-banner__btn {
		margin: 12px 0 0;
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 480px) {
	.home-pro-nav,
	.home-pro-page .home-hero-inner,
	.home-pro-page .home-market-wrap {
		padding-left: 12px;
		padding-right: 12px;
	}

	.home-pro-page .index-header .slogan h5 {
		font-size: 14px;
		margin-top: 14px;
	}

	.home-pro-page .home-hero-badges {
		flex-direction: column;
		align-items: stretch;
	}

	.home-pro-page .home-hero-badge {
		width: 100%;
		justify-content: flex-start;
	}

	.home-pro-page .home-market-card .layui-table thead tr th:first-child,
	.home-pro-page .home-market-card .layui-table td:first-child {
		padding-left: 10px;
	}

	.home-pro-page .home-pair-sub {
		display: none;
	}

	.home-pro-nav .menu-right .home-pro-theme {
		display: none !important;
	}
}

/* 覆蓋 style.css body{min-width:1300px} — 全站允許縮放 */
body.home-pro-body {
	background: #0a0e17 !important;
	min-width: 0 !important;
	overflow-x: auto;
	color: #eaecef;
}

body.home-pro-body .new-bg {
	background: transparent !important;
	min-width: 0;
	box-sizing: border-box;
}

body.home-pro-body .home-chain-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	pointer-events: none;
	opacity: 1;
}

body.home-pro-body > *:not(.home-chain-bg) {
	position: relative;
	z-index: 1;
}

body.home-pro-body > .header {
	z-index: 1000 !important;
}

body.home-pro-body > .new-bg {
	z-index: 1;
}

body.home-pro-body .header {
	background: #000000 !important;
	height: auto !important;
	line-height: normal;
	padding: 6px 0 12px;
	margin-bottom: 0;
	width: 100%;
	position: relative;
	z-index: 1000 !important;
	overflow: visible !important;
}

body.home-pro-body .index-header {
	background: transparent !important;
	height: auto !important;
	margin-bottom: 0;
}

body.home-pro-body .layui-container {
	width: 100% !important;
	max-width: 1200px;
	box-sizing: border-box;
}

body.home-pro-body .footer,
body.home-pro-body .footer.home-pro-footer {
	background: #000000 !important;
	border-top: 1px solid #2b3139;
	padding: 48px 0 36px;
	color: #848e9c;
	backdrop-filter: none;
}

body.home-pro-body:has(.home-pro-page) .footer {
	background: #000000 !important;
}

body.home-pro-body .footer .layui-container,
body.home-pro-body .home-pro-footer .layui-container {
	width: 100% !important;
	max-width: 1200px !important;
	padding: 0 24px;
	box-sizing: border-box;
}

body.home-pro-body .home-pro-footer__grid {
	align-items: flex-start;
}

body.home-pro-body .home-pro-footer__brand {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-bottom: 24px;
}

body.home-pro-body .home-pro-footer__brand-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	text-decoration: none !important;
}

body.home-pro-body .home-pro-footer__brand-icon,
body.home-pro-body .home-pro-footer__brand-logo {
	height: 32px;
	width: auto;
	object-fit: contain;
	flex-shrink: 0;
}

body.home-pro-body .home-pro-footer__brand-logo {
	filter: drop-shadow(0 0 8px rgba(44, 212, 197, 0.22));
}

body.home-pro-body .home-pro-footer__brand-icon {
	width: 36px;
	height: 36px;
	object-fit: contain;
	flex-shrink: 0;
	mix-blend-mode: lighten;
	filter: drop-shadow(0 0 8px rgba(240, 185, 11, 0.35));
}

body.home-pro-body .home-pro-footer__brand-text {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.01em;
	color: #ffffff !important;
	line-height: 1;
}

body.home-pro-body .home-pro-footer__copy {
	font-size: 12px;
	color: #5e6673 !important;
	line-height: 1.7;
	margin: 0;
}

body.home-pro-body .home-pro-footer h5 {
	color: #eaecef !important;
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 14px;
	letter-spacing: 0.02em;
}

body.home-pro-body .home-pro-footer ul {
	margin: 0;
	padding: 0;
}

body.home-pro-body .home-pro-footer ul li {
	height: auto;
	line-height: 1.85;
	margin-bottom: 2px;
}

body.home-pro-body .home-pro-footer ul li,
body.home-pro-body .home-pro-footer ul li a {
	color: #848e9c !important;
	font-size: 13px;
	transition: color 0.2s;
}

body.home-pro-body .home-pro-footer ul li a:hover {
	color: #f0b90b !important;
	opacity: 1;
}

body.home-pro-body .home-pro-footer__contact ul li span {
	color: #eaecef;
}

body.home-pro-body .home-pro-footer .footer-icon {
	padding-left: 0;
}

@media (min-width: 992px) {
	body.home-pro-body .home-pro-footer__brand {
		margin-bottom: 0;
	}
}

@media (max-width: 768px) {
	body.home-pro-body .footer,
	body.home-pro-body .footer.home-pro-footer {
		padding: 36px 0 28px;
	}

	body.home-pro-body .home-pro-footer h5 {
		margin-top: 8px;
	}
}

body.home-pro-body .market,
body.home-pro-body .coinwin-box,
body.home-pro-body .finance-box,
body.home-pro-body .wicket-box {
	max-width: 1200px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 24px;
	padding-right: 24px;
	box-sizing: border-box;
}

/* 币币 / 合约交易页：全宽布局，勿套用 1200px 容器 */
body.home-pro-body .new-bg {
	max-width: none !important;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 0;
	margin-right: 0;
}

body.home-pro-body .new-bg .deal-box,
body.home-pro-body .new-bg .lever-box {
	width: 100%;
	max-width: none;
}

body.home-pro-body .deal-top,
body.home-pro-body .lever-top,
body.home-pro-body .deal-bottom,
body.home-pro-body .lever-bottom {
	width: 100%;
	flex-shrink: 0;
}

/* 合约交易 — 买卖双栏字段 / 按钮对齐 */
body.home-pro-body .lever-bottom-right {
	padding: 0 16px 16px;
	box-sizing: border-box;
}

body.home-pro-body .lever-bottom-right .layui-tab-content {
	padding: 12px 0 0;
}

body.home-pro-body .lever-bottom-right .layui-row.layui-col-space20 {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin: 0 !important;
}

body.home-pro-body .lever-bottom-right .layui-row.layui-col-space20 > .layui-col-xs6 {
	float: none;
	flex: 1 1 200px;
	width: auto;
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	padding: 0 8px !important;
}

body.home-pro-body .lever-bottom-right .layui-col-xs6 > .font-14 {
	min-height: 44px;
	margin-bottom: 10px;
	line-height: 1.5;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}

body.home-pro-body .lever-bottom-right .layui-col-xs6 > .font-14.text-right {
	justify-content: flex-end;
	text-align: right;
}

body.home-pro-body .lever-bottom-right .layui-col-xs6 form.layui-form {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	margin-top: 0 !important;
	min-height: 0;
}

body.home-pro-body .lever-bottom-right .layui-form-label {
	width: 68px !important;
	padding: 9px 4px 9px 0 !important;
	text-align: left !important;
	box-sizing: border-box;
	white-space: nowrap;
	font-size: 13px;
}

body.home-pro-body .lever-bottom-right .layui-form-item .layui-input-block {
	margin-left: 68px !important;
	min-height: 38px;
}

body.home-pro-body .lever-bottom-right .layui-form-item .layui-input,
body.home-pro-body .lever-bottom-right .layui-form-item .layui-form-select {
	width: 100%;
	box-sizing: border-box;
}

body.home-pro-body .lever-bottom-right .layui-form-item {
	margin-bottom: 12px;
	clear: both;
}

body.home-pro-body .lever-bottom-right .layui-form-item.mt-30 {
	margin-top: 18px !important;
}

body.home-pro-body .lever-bottom-right .layui-form-item[id^="slideNum"] {
	margin-left: 68px;
	margin-right: 0;
	padding: 0;
}

body.home-pro-body .lever-bottom-right .layui-form-item[id^="slideNum"] .layui-slider {
	width: 100%;
	margin: 8px 0 0;
}

body.home-pro-body .lever-bottom-right .layui-form-item:not(:has(.layui-form-label)):not(:has(.layui-btn)) {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 8px;
	line-height: 1.5;
	font-size: 14px;
}

body.home-pro-body .lever-bottom-right .layui-form-item:not(:has(.layui-form-label)):not(:has(.layui-btn)) .float-right {
	float: none;
	flex-shrink: 0;
	text-align: right;
}

body.home-pro-body .lever-bottom-right .layui-form-item:last-child {
	margin-top: auto;
	margin-bottom: 0;
	padding-top: 16px;
}

body.home-pro-body .lever-bottom-right .layui-form-item .layui-btn {
	width: 100% !important;
	height: 44px;
	line-height: 44px;
	padding: 0 12px;
	box-sizing: border-box;
	margin: 0;
}

/* 交易页：关闭星链动画背景，避免委託區透出底色 */
body.home-pro-body:has(.deal-box) .home-chain-bg,
body.home-pro-body:has(.lever-box) .home-chain-bg {
	display: none !important;
}

body.home-pro-body .new-bg:has(.deal-box),
body.home-pro-body .new-bg:has(.lever-box) {
	background: #0a0e17 !important;
}

/* 行情页：关闭星链动画，整页纯色底 */
body.home-pro-body:has(.market) .home-chain-bg {
	display: none !important;
}

body.home-pro-body:has(.market) {
	background: #0a0e17 !important;
}

/* 行情页：表格区块完全扁平，无任何面板/色块 */
body.home-pro-body .market,
body.home-pro-body .market .layui-tab,
body.home-pro-body .market .layui-tab-brief,
body.home-pro-body .market .layui-tab-content,
body.home-pro-body .market .layui-tab-item,
body.home-pro-body .market .layui-tab-item.layui-show,
body.home-pro-body .market .new-table,
body.home-pro-body .market .layui-table,
body.home-pro-body .market .layui-table thead,
body.home-pro-body .market .layui-table tbody,
body.home-pro-body .market .layui-table thead tr,
body.home-pro-body .market .layui-table tbody tr,
body.home-pro-body .market .layui-table thead tr th,
body.home-pro-body .market .layui-table td,
body.home-pro-body .market .layui-table th {
	background: transparent !important;
	background-color: transparent !important;
	backdrop-filter: none !important;
	box-shadow: none !important;
}

body.home-pro-body .market .layui-table tbody tr:hover,
body.home-pro-body .market .layui-table-hover,
body.home-pro-body .market .layui-table[lay-even] tr:nth-child(even) {
	background: transparent !important;
	background-color: transparent !important;
}

body.home-pro-body .market .layui-tab-brief > .layui-tab-title .layui-this,
body.home-pro-body .market .layui-tab-brief > .layui-tab-title li {
	color: #848e9c !important;
	background: transparent !important;
}

body.home-pro-body .market .layui-tab-brief > .layui-tab-title .layui-this {
	color: #eaecef !important;
}

body.home-pro-body .market .layui-tab-brief > .layui-tab-title .layui-this:after,
body.home-pro-body .market .layui-tab-brief > .layui-tab-more li.layui-this:after {
	border-bottom: 2px solid #f0b90b !important;
	background: transparent !important;
}

body.home-pro-body .market .layui-tab-title {
	border-bottom-color: rgba(43, 49, 57, 0.8) !important;
}

body.home-pro-body .market .layui-tab-content {
	padding-top: 16px;
}

body.home-pro-body .market .layui-btn.layui-btn-normal,
body.home-pro-body .market span.layui-btn-normal {
	background: rgba(240, 185, 11, 0.12) !important;
	border: 1px solid rgba(240, 185, 11, 0.65) !important;
	color: #f0b90b !important;
}

body.home-pro-body .home-pro-page .new-table .layui-table thead tr {
	background: rgba(20, 24, 36, 0.85) !important;
}

body.home-pro-body .market .new-table .layui-table thead tr th {
	color: #848e9c !important;
	background: transparent !important;
	font-size: 13px;
	font-weight: 500;
	padding: 10px 8px;
}

body.home-pro-body .market .new-table .layui-table td {
	color: #eaecef !important;
	font-size: 14px;
	padding: 8px 8px;
	vertical-align: middle;
}

body.home-pro-body .market .new-table .layui-table td span:not([class*="color-"]) {
	color: #eaecef !important;
}

body.home-pro-body .market .new-table .layui-table .color-green {
	color: #0ecb81 !important;
}

body.home-pro-body .market .new-table .layui-table .color-red {
	color: #f6465d !important;
}

body.home-pro-body .market .new-table .layui-table tr {
	height: auto !important;
	min-height: 56px;
	border-bottom: 1px solid rgba(43, 49, 57, 0.35) !important;
}

body.home-pro-body .home-pro-page .new-table .layui-table thead tr th {
	color: #848e9c !important;
	background: transparent !important;
	font-size: 13px;
	font-weight: 500;
	padding: 10px 8px;
}

body.home-pro-body .home-pro-page .new-table .layui-table td {
	color: #eaecef !important;
	font-size: 14px;
	padding: 8px 8px;
	vertical-align: middle;
}

body.home-pro-body .home-pro-page .new-table .layui-table td span:not([class*="color-"]) {
	color: #eaecef !important;
}

body.home-pro-body .home-pro-page .new-table .layui-table .color-green {
	color: #0ecb81 !important;
}

body.home-pro-body .home-pro-page .new-table .layui-table .color-red {
	color: #f6465d !important;
}

body.home-pro-body .home-pro-page .new-table .layui-table tr {
	height: auto !important;
	min-height: 56px;
	border-bottom: 1px solid rgba(43, 49, 57, 0.6) !important;
}

body.home-pro-body .home-pro-page .new-table .layui-table tr:hover {
	background: rgba(240, 185, 11, 0.03);
}

body.home-pro-body .layui-btn-normal {
	background: rgba(240, 185, 11, 0.12) !important;
	border: 1px solid rgba(240, 185, 11, 0.65) !important;
	color: #f0b90b !important;
}

body.home-pro-body .layui-nav .layui-nav-child {
	background: #000000 !important;
	border: 1px solid #2b3139 !important;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.9);
	z-index: 10001 !important;
}

body.home-pro-body .home-pro-nav__actions .layui-nav-item {
	position: relative;
}

body.home-pro-body .home-pro-nav__actions .layui-nav-item.layui-nav-itemed {
	z-index: 10002;
}

body.home-pro-body .layui-nav .layui-nav-child a {
	color: #eaecef !important;
}

body.home-pro-body .transfer-num-all {
	color: #f0b90b !important;
}

@media (max-width: 1280px) {
	body.home-pro-body .market,
	body.home-pro-body .coinwin-box,
	body.home-pro-body .finance-box,
	body.home-pro-body .wicket-box {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 768px) {
	body.home-pro-body .home-pro-nav__menu .layui-nav-item a {
		padding: 0 12px;
	}

	body.home-pro-body .market,
	body.home-pro-body .coinwin-box,
	body.home-pro-body .finance-box,
	body.home-pro-body .wicket-box {
		padding-left: 12px;
		padding-right: 12px;
	}
}

/* 現貨 / 合約交易頁：隨瀏覽器窗口自動調整（無手動拖曳） */
body.home-pro-body .new-bg:has(.lever-box),
body.home-pro-body .new-bg:has(.deal-box) {
	overflow-x: hidden;
	max-width: 100%;
	box-sizing: border-box;
}

/* 左側幣種列表 + 主內容：三欄/四欄 Grid（不用 absolute，避免 K 線蓋住列表） */
body.home-pro-body .deal-box,
body.home-pro-body .lever-box {
	--trade-sidebar-w: clamp(200px, 12vw, 240px);
	--trade-panel-w: clamp(260px, 26vw, 380px);
	--trade-panel-mid: clamp(180px, 16vw, 260px);
	--trade-panel-right: clamp(260px, 16vw, 320px);
	position: relative;
	max-width: 100%;
	box-sizing: border-box;
	padding-left: 0;
}

body.home-pro-body .deal-box .deal-top-left,
body.home-pro-body .lever-box .deal-top-left {
	position: static;
	left: auto;
	top: auto;
	bottom: auto;
	width: 100% !important;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 3;
	padding: 12px;
	box-sizing: border-box;
	grid-column: 1;
	grid-row: 1;
}

body.home-pro-body .deal-top-left .layui-table,
body.home-pro-body .lever-box .deal-top-left .layui-table {
	width: 100%;
	table-layout: fixed;
}

body.home-pro-body .deal-top-left .layui-table th,
body.home-pro-body .deal-top-left .layui-table td,
body.home-pro-body .lever-box .deal-top-left .layui-table th,
body.home-pro-body .lever-box .deal-top-left .layui-table td {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 6px 4px;
	font-size: 12px;
}

body.home-pro-body .deal-top-left .layui-table th:nth-child(1),
body.home-pro-body .deal-top-left .layui-table td:nth-child(1),
body.home-pro-body .lever-box .deal-top-left .layui-table th:nth-child(1),
body.home-pro-body .lever-box .deal-top-left .layui-table td:nth-child(1) {
	width: 26%;
}

body.home-pro-body .deal-top-left .layui-table th:nth-child(2),
body.home-pro-body .deal-top-left .layui-table td:nth-child(2),
body.home-pro-body .lever-box .deal-top-left .layui-table th:nth-child(2),
body.home-pro-body .lever-box .deal-top-left .layui-table td:nth-child(2) {
	width: 44%;
	text-align: right;
}

body.home-pro-body .deal-top-left .layui-table th:nth-child(3),
body.home-pro-body .deal-top-left .layui-table td:nth-child(3),
body.home-pro-body .lever-box .deal-top-left .layui-table th:nth-child(3),
body.home-pro-body .lever-box .deal-top-left .layui-table td:nth-child(3) {
	width: 30%;
	text-align: right;
}

/* —— 合約交易（嵌套 Grid） —— */
body.home-pro-body .lever-box {
	display: flex;
	flex-direction: column;
	gap: 5px;
	width: 100%;
}

body.home-pro-body .lever-top {
	display: grid !important;
	grid-template-columns: var(--trade-sidebar-w) minmax(0, 1fr) minmax(0, var(--trade-panel-w));
	grid-template-rows: clamp(360px, 45vh, 520px);
	gap: 5px;
	width: 100%;
	max-width: 100%;
	height: auto !important;
	margin-top: 0 !important;
	min-width: 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

body.home-pro-body .lever-bottom {
	display: grid !important;
	grid-template-columns: var(--trade-sidebar-w) minmax(0, 1fr) minmax(0, var(--trade-panel-w));
	grid-template-rows: auto;
	gap: 5px;
	width: 100%;
	max-width: 100%;
	height: auto !important;
	margin-top: 0 !important;
	min-height: 0 !important;
	align-items: stretch;
	min-width: 0;
	position: relative;
	z-index: 200;
}

body.home-pro-body .lever-box > .lever-top > .deal-top-left,
body.home-pro-body .lever-top .deal-top-left {
	grid-column: 1;
	grid-row: 1;
}

body.home-pro-body .lever-box > .lever-top > .lever-top-left,
body.home-pro-body .lever-top .lever-top-left {
	grid-column: 2;
	grid-row: 1;
	min-height: 0;
	height: 100%;
	margin-left: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	isolation: isolate;
}

body.home-pro-body .lever-box > .lever-top > .lever-top-right,
body.home-pro-body .lever-top .lever-top-right {
	grid-column: 3;
	grid-row: 1;
	min-height: 0;
	height: 100%;
	margin-left: 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	padding: 12px;
	box-sizing: border-box;
}

body.home-pro-body .lever-box > .lever-bottom > .lever-bottom-left,
body.home-pro-body .lever-bottom .lever-bottom-left {
	grid-column: 1 / 3;
	grid-row: 1;
	min-width: 0;
	margin-left: 0 !important;
	width: auto !important;
	max-width: none;
	box-sizing: border-box;
}

body.home-pro-body .lever-box > .lever-bottom > .lever-bottom-right,
body.home-pro-body .lever-bottom .lever-bottom-right {
	grid-column: 3;
	grid-row: 1;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0;
	margin-left: 0;
}

/* 覆蓋 style.css 固定寬度，避免 Grid 格子留白 */
body.home-pro-body .lever-box .deal-top-left,
body.home-pro-body .deal-box .deal-top-left {
	max-width: none;
	flex: unset;
	margin-left: 0 !important;
}

body.home-pro-body .lever-top-left,
body.home-pro-body .deal-top-center {
	width: 100% !important;
	max-width: 100% !important;
	flex: unset;
	margin-left: 0 !important;
	min-height: 0;
	min-width: 0;
	overflow: hidden;
}

body.home-pro-body .lever-top-left .et-chart-wrap,
body.home-pro-body .deal-top-center-body .et-chart-wrap {
	contain: layout paint;
}

body.home-pro-body .lever-top-right,
body.home-pro-body .deal-top-right-box {
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	flex: unset;
	margin-left: 0 !important;
}

body.home-pro-body .lever-bottom-right,
body.home-pro-body .deal-bottom-right {
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	margin-left: 0 !important;
	overflow-x: hidden;
	overflow-y: auto;
}

body.home-pro-body .lever-bottom-left,
body.home-pro-body .deal-bottom-left {
	flex: unset;
	width: auto !important;
	min-height: 0 !important;
}

body.home-pro-body .lever-top,
body.home-pro-body .deal-top {
	height: auto !important;
	margin-top: 0 !important;
}

body.home-pro-body .lever-bottom,
body.home-pro-body .deal-bottom {
	margin-top: 0 !important;
	min-height: 0 !important;
}
body.home-pro-body .lever-box .deal-bg,
body.home-pro-body .deal-box .deal-bg {
	height: 100%;
	box-sizing: border-box;
}

body.home-pro-body .lever-top-left .et-chart-wrap {
	flex: 1 1 auto;
	min-height: 0;
	height: 100%;
}

body.home-pro-body .deal-top-center-body .et-chart-wrap {
	flex: 1 1 auto;
	min-height: 0;
	height: 100%;
	width: 100%;
}

/* —— 現貨交易（嵌套 Grid，不依賴 display:contents） —— */
body.home-pro-body .deal-box {
	display: flex;
	flex-direction: column;
	gap: 5px;
	width: 100%;
}

body.home-pro-body .deal-top {
	display: grid !important;
	grid-template-columns: var(--trade-sidebar-w) minmax(0, 1fr) minmax(0, var(--trade-panel-mid)) minmax(0, var(--trade-panel-right));
	grid-template-rows: clamp(360px, 45vh, 520px);
	gap: 5px;
	width: 100%;
	max-width: 100%;
	height: auto !important;
	margin-top: 0 !important;
	min-width: 0;
}

body.home-pro-body .deal-bottom {
	display: grid !important;
	grid-template-columns: var(--trade-sidebar-w) minmax(0, 1fr) minmax(0, var(--trade-panel-mid)) minmax(0, var(--trade-panel-right));
	grid-template-rows: auto;
	gap: 5px;
	width: 100%;
	max-width: 100%;
	height: auto !important;
	margin-top: 0 !important;
	min-height: 0 !important;
	align-items: stretch;
	min-width: 0;
}

body.home-pro-body .deal-top-left {
	grid-column: 1;
	grid-row: 1;
	margin-left: 0 !important;
}

body.home-pro-body .deal-top-center {
	grid-column: 2;
	grid-row: 1;
	min-height: 0;
	height: 100%;
	margin-left: 0 !important;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

body.home-pro-body .deal-top-center-title {
	flex-shrink: 0;
}

body.home-pro-body .deal-top-center-body {
	flex: 1 1 auto;
	min-height: 0;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

body.home-pro-body .lever-top-left {
	overflow: hidden;
	z-index: 1;
	max-height: clamp(360px, 45vh, 520px);
	contain: layout paint;
}

body.home-pro-body .lever-top-left .et-chart-wrap,
body.home-pro-body .lever-top-left .trading-view,
body.home-pro-body .lever-top-left #tv_chart_container {
	max-height: 100%;
	overflow: hidden !important;
}

body.home-pro-body .lever-top-left #tv_chart_container iframe {
	max-height: 100% !important;
}

body.home-pro-body .deal-bottom-left,
body.home-pro-body .lever-bottom-left {
	position: relative;
	z-index: 210;
	align-self: stretch;
	height: auto !important;
	min-height: 0;
	max-height: none;
	overflow: visible;
	display: flex;
	flex-direction: column;
	background: #1a243b !important;
	pointer-events: auto;
	isolation: isolate;
}

body.home-pro-body .lever-bottom-left .layui-table,
body.home-pro-body .lever-bottom-left .layui-table tbody,
body.home-pro-body .lever-bottom-left .layui-table td,
body.home-pro-body .lever-bottom-left .layui-table button {
	pointer-events: auto;
}

body.home-pro-body .deal-bottom-left .layui-tab,
body.home-pro-body .lever-bottom-left .layui-tab {
	flex: 1 1 auto;
	min-height: 0;
	height: auto;
	display: flex;
	flex-direction: column;
}

body.home-pro-body .lever-bottom-left .layui-tab-content,
body.home-pro-body .lever-bottom-left .layui-tab-content {
	flex: 1 1 auto;
	min-height: 0;
	max-height: none;
	overflow-y: auto;
}

body.home-pro-body .lever-bottom-left .js-lever-close,
body.home-pro-body .lever-bottom-left .js-lever-close-all {
	position: relative;
	z-index: 30;
	cursor: pointer;
	pointer-events: auto;
}

body.home-pro-body .lever-bottom-left .lever-list-toolbar {
	margin: 0 0 8px;
	padding: 0 4px;
}

body.home-pro-body .deal-bottom-right,
body.home-pro-body .lever-bottom-right {
	align-self: stretch;
	height: auto !important;
	background: #1a243b !important;
}

body.home-pro-body .trading-view {
	overflow: hidden;
	max-height: 100%;
}

body.home-pro-body .deal-top-right-box:not(.logs-box) {
	grid-column: 3;
	grid-row: 1;
	min-height: 0;
	height: 100%;
	margin-left: 0 !important;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	padding: 12px;
	box-sizing: border-box;
}

body.home-pro-body .deal-top-right-box.logs-box {
	grid-column: 4;
	grid-row: 1;
	min-height: 0;
	height: 100%;
	margin-left: 0 !important;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	padding: 12px;
	box-sizing: border-box;
}

body.home-pro-body .deal-bottom-left {
	grid-column: 1 / 4;
	grid-row: 1;
	min-width: 0;
	margin-left: 0 !important;
	width: auto !important;
	max-width: none;
	box-sizing: border-box;
}

body.home-pro-body .deal-bottom-right {
	grid-column: 4;
	grid-row: 1;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0;
	margin-left: 0 !important;
}

body.home-pro-body .deal-top-right-box.logs-box > .layui-table {
	flex: 1 1 auto;
	min-height: 0;
	overflow-y: auto;
	display: block;
	width: 100%;
}

body.home-pro-body .deal-top-right-box.logs-box > .layui-table > thead,
body.home-pro-body .deal-top-right-box.logs-box > .layui-table > tbody {
	display: table;
	width: 100%;
	table-layout: fixed;
}

body.home-pro-body .deal-bottom-right {
	padding: 0 12px 12px;
	box-sizing: border-box;
}

/* 現貨交易 — 買賣表單（窄欄上下堆疊，避免重疊） */
body.home-pro-body .deal-bottom-right .layui-tab-content {
	padding: 10px 0 0;
}

body.home-pro-body .deal-bottom-right .layui-tab-title {
	border-bottom: 1px solid #303241;
	margin-bottom: 0;
}

body.home-pro-body .deal-bottom-right .layui-tab-title li {
	font-size: 13px;
	padding: 0 10px;
	min-width: 0;
}

body.home-pro-body .deal-bottom-right .layui-tab-title .float-right {
	float: right;
	margin-right: 0;
}

body.home-pro-body .deal-bottom-right .layui-tab-title .float-right a {
	font-size: 12px;
	color: #12b298;
}

body.home-pro-body .deal-bottom-right .layui-row.layui-col-space20 {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin: 0 !important;
}

body.home-pro-body .deal-bottom-right .layui-row.layui-col-space20 > .layui-col-xs6 {
	float: none;
	width: 100% !important;
	max-width: 100%;
	flex: none;
	min-width: 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	padding: 0 !important;
}

body.home-pro-body .deal-bottom-right .layui-col-xs6:first-child {
	padding-bottom: 14px !important;
	margin-bottom: 14px;
	border-bottom: 1px solid #303241;
}

body.home-pro-body .deal-bottom-right .layui-col-xs6 > .font-14 {
	font-size: 12px;
	line-height: 1.6;
	margin-bottom: 10px;
	padding: 8px 10px;
	background: rgba(255, 255, 255, 0.04);
	border-radius: 4px;
	word-break: break-all;
	overflow-wrap: anywhere;
}

body.home-pro-body .deal-bottom-right .layui-col-xs6 form.layui-form {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	margin-top: 0 !important;
	min-height: 0;
}

body.home-pro-body .deal-bottom-right .layui-form-label {
	width: 100% !important;
	float: none;
	display: block;
	padding: 0 0 4px !important;
	text-align: left !important;
	font-size: 12px;
	line-height: 1.4;
	color: #848e9c;
	box-sizing: border-box;
	white-space: normal;
}

body.home-pro-body .deal-bottom-right .layui-form-item {
	margin-bottom: 10px;
	clear: both;
}

body.home-pro-body .deal-bottom-right .layui-form-item .layui-input-block {
	margin-left: 0 !important;
	min-height: 36px;
}

body.home-pro-body .deal-bottom-right .layui-form-item .layui-input,
body.home-pro-body .deal-bottom-right .layui-form-item .layui-form-select {
	width: 100%;
	box-sizing: border-box;
	height: 36px;
	line-height: 36px;
}

body.home-pro-body .deal-bottom-right .deal-price-input {
	min-height: 36px;
	line-height: 36px;
	padding: 0 10px;
	background: rgba(255, 255, 255, 0.06);
	border-radius: 4px;
	color: #eaecef;
	font-size: 13px;
	box-sizing: border-box;
}

body.home-pro-body .deal-bottom-right .layui-form-item .position-re {
	position: relative;
}

body.home-pro-body .deal-bottom-right .input-span {
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 12px;
	color: #848e9c;
	pointer-events: none;
}

body.home-pro-body .deal-bottom-right .layui-form-item.mt-30 {
	margin-top: 8px !important;
	font-size: 12px;
	line-height: 1.5;
	color: #848e9c;
	word-break: break-all;
}

body.home-pro-body .deal-bottom-right .layui-form-item[id^="slideNum"] {
	margin-left: 0;
	padding: 0;
}

body.home-pro-body .deal-bottom-right .layui-form-item:last-child {
	margin-top: auto;
	margin-bottom: 0;
	padding-top: 12px;
}

body.home-pro-body .deal-bottom-right .layui-form-item .layui-btn {
	width: 100% !important;
	height: 40px;
	line-height: 40px;
	padding: 0 12px;
	box-sizing: border-box;
	margin: 0;
	font-size: 14px;
	border-radius: 4px;
}

body.home-pro-body .lever-top-right h5,
body.home-pro-body .deal-top-right-box h5 {
	flex-shrink: 0;
	margin: 0 0 8px;
}

body.home-pro-body .lever-top-right > .layui-table,
body.home-pro-body .deal-top-right-box:not(.logs-box) > .layui-table {
	flex: 1 1 auto;
	min-height: 0;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	display: block;
	width: 100%;
}

body.home-pro-body .lever-top-right > .layui-table > thead,
body.home-pro-body .lever-top-right > .layui-table > tbody,
body.home-pro-body .deal-top-right-box:not(.logs-box) > .layui-table > thead,
body.home-pro-body .deal-top-right-box:not(.logs-box) > .layui-table > tbody {
	display: table;
	width: 100%;
	table-layout: fixed;
}

body.home-pro-body .lever-bottom-right .layui-row.layui-col-space20 > .layui-col-xs6 {
	min-width: 0;
}

@media (max-width: 1199px) {
	body.home-pro-body .deal-box,
	body.home-pro-body .lever-box {
		--trade-sidebar-w: clamp(190px, 11vw, 220px);
		--trade-panel-w: clamp(240px, 24vw, 340px);
		--trade-panel-mid: clamp(160px, 14vw, 220px);
		--trade-panel-right: clamp(240px, 14vw, 280px);
	}

	body.home-pro-body .lever-top {
		grid-template-columns: var(--trade-sidebar-w) minmax(0, 1fr) minmax(0, var(--trade-panel-w));
	}

	body.home-pro-body .lever-bottom {
		grid-template-columns: var(--trade-sidebar-w) minmax(0, 1fr) minmax(0, var(--trade-panel-w));
	}

	body.home-pro-body .deal-top {
		grid-template-columns: var(--trade-sidebar-w) minmax(0, 1fr) minmax(0, var(--trade-panel-mid)) minmax(0, var(--trade-panel-right));
	}

	body.home-pro-body .deal-bottom {
		grid-template-columns: var(--trade-sidebar-w) minmax(0, 1fr) minmax(0, var(--trade-panel-mid)) minmax(0, var(--trade-panel-right));
	}
}

@media (max-width: 991px) {
	body.home-pro-body .deal-box,
	body.home-pro-body .lever-box {
		padding-left: 0;
	}

	body.home-pro-body .deal-box .deal-top-left,
	body.home-pro-body .lever-box .deal-top-left {
		position: static;
		width: 100% !important;
		height: 180px;
		max-height: 200px;
		grid-column: auto;
		grid-row: auto;
	}
	body.home-pro-body .lever-top,
	body.home-pro-body .lever-bottom,
	body.home-pro-body .deal-top,
	body.home-pro-body .deal-bottom {
		display: flex !important;
		flex-wrap: wrap;
	}

	body.home-pro-body .deal-top-left,
	body.home-pro-body .deal-top-center,
	body.home-pro-body .deal-top-right-box,
	body.home-pro-body .deal-bottom-left,
	body.home-pro-body .deal-bottom-right,
	body.home-pro-body .lever-top-left,
	body.home-pro-body .lever-top-right,
	body.home-pro-body .lever-bottom-left,
	body.home-pro-body .lever-bottom-right,
	body.home-pro-body .lever-top .deal-top-left {
		grid-column: auto;
		grid-row: auto;
	}

	body.home-pro-body .deal-top-left,
	body.home-pro-body .lever-box > .lever-top > .deal-top-left {
		flex: 1 1 100%;
		max-width: none;
		height: 180px;
		max-height: 200px;
		order: 1;
	}

	body.home-pro-body .lever-top-left,
	body.home-pro-body .deal-top-center {
		flex: 1 1 100%;
		order: 2;
		min-height: 340px;
		height: auto;
		margin-left: 0;
	}

	body.home-pro-body .lever-top-right,
	body.home-pro-body .deal-top-right-box:not(.logs-box) {
		flex: 1 1 100%;
		max-width: none;
		order: 3;
		height: auto;
		max-height: 280px;
	}

	body.home-pro-body .deal-top-right-box.logs-box {
		flex: 1 1 100%;
		order: 4;
		max-height: 220px;
	}

	body.home-pro-body .lever-bottom-left,
	body.home-pro-body .deal-bottom-left {
		flex: 1 1 100%;
		order: 1;
		min-height: 260px;
		margin-left: 0 !important;
		width: 100% !important;
		max-width: none;
	}

	body.home-pro-body .lever-bottom-right,
	body.home-pro-body .deal-bottom-right {
		flex: 1 1 100%;
		max-width: none;
		order: 2;
	}
}

@media (max-width: 768px) {
	body.home-pro-body .new-bg:has(.lever-box),
	body.home-pro-body .new-bg:has(.deal-box) {
		padding-left: 6px;
		padding-right: 6px;
	}

	body.home-pro-body .lever-bottom-right .layui-row.layui-col-space20 {
		flex-direction: column;
	}

	body.home-pro-body .lever-bottom-right .layui-row.layui-col-space20 > .layui-col-xs6 {
		width: 100%;
		max-width: 100%;
	}
}

/* 盤口深度色塊：相對列寬對齊，不隨視窗漂移 */
body.home-pro-body #bids_box tr.bgbgs,
body.home-pro-body #asks_box tr.bgbg {
	background-repeat: no-repeat;
}

body.home-pro-body #bids_box tr.bgbgs {
	background-color: rgba(14, 203, 129, 0.14);
	background-position: 100% 0;
}

body.home-pro-body #asks_box tr.bgbg {
	background-color: rgba(246, 70, 93, 0.14);
	background-position: 0 0;
}

body.home-pro-body .lever-top-right #asks_box td,
body.home-pro-body .lever-top-right #bids_box td,
body.home-pro-body .deal-top-right-box #asks_box td,
body.home-pro-body .deal-top-right-box #bids_box td {
	position: relative;
	z-index: 1;
	background: transparent !important;
}
