/* 黑U地址绑定支付页 mode=uband */
.pay-uband {
	display: none;
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
	padding: 0 0 28px;
	font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
	color: #e8ecf4;
}

.pay-uband.is-active {
	display: block;
}

body.pay-uband-mode {
	overflow: auto;
	background: linear-gradient(180deg, #2d3748 0%, #1a202c 40%, #12141c 100%);
}

body.pay-uband-mode .container {
	background: transparent;
	height: auto;
	min-height: 100vh;
	overflow: visible;
	align-items: flex-start;
}

body.pay-uband-mode .box {
	width: 100%;
	max-width: 420px;
	padding: 16px 16px 32px;
}

.pay-uband__order-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	margin-bottom: 14px;
	font-size: 12px;
	color: #d4c4a8;
	background: rgba(255, 215, 0, 0.08);
	border: 1px solid rgba(255, 215, 0, 0.3);
	border-radius: 20px;
}

.pay-uband__order-badge svg {
	width: 14px;
	height: 14px;
	opacity: 0.85;
	color: #ffd700;
}

.pay-uband__card {
	background: rgba(30, 34, 48, 0.95);
	border: 1px solid rgba(255, 215, 0, 0.2);
	border-radius: 12px;
	padding: 14px 16px;
	margin-bottom: 12px;
}

.pay-uband__card-head {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 12px;
	color: #ffd700;
}

.pay-uband__card-head svg {
	width: 16px;
	height: 16px;
	opacity: 0.9;
}

.pay-uband__product-name {
	font-size: 17px;
	font-weight: 700;
	color: #ffed4e;
	line-height: 1.45;
	margin-bottom: 10px;
}

.pay-uband__meta-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 0;
	font-size: 14px;
	color: #9aa8bc;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.pay-uband__meta-row:first-of-type {
	border-top: none;
	padding-top: 0;
}

.pay-uband__meta-val {
	color: #e8ecf4;
	font-weight: 500;
	max-width: 62%;
	text-align: right;
	word-break: break-all;
}

.pay-uband__price-card {
	background: rgba(20, 22, 32, 0.95);
	border: 1px solid rgba(255, 215, 0, 0.35);
	border-radius: 12px;
	padding: 16px;
	margin-bottom: 14px;
	box-shadow: 0 0 20px rgba(255, 215, 0, 0.1);
}

.pay-uband__price-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	color: #9aa8bc;
}

.pay-uband__price-total {
	font-size: 22px;
	font-weight: 700;
	color: #ffd700;
}

.pay-uband__hint {
	text-align: center;
	font-size: 13px;
	color: #c4a86a;
	margin-bottom: 16px;
	line-height: 1.5;
}

.pay-uband__wallets {
	display: none;
	margin-bottom: 16px;
}

.pay-uband__wallets.is-show {
	display: block;
}

.pay-uband__wallets-title {
	text-align: center;
	font-size: 14px;
	color: #c4a86a;
	margin-bottom: 12px;
}

.pay-uband__wallet-btn {
	display: flex;
	align-items: center;
	gap: 14px;
	width: 100%;
	padding: 14px 16px;
	margin-bottom: 10px;
	background: rgba(28, 32, 44, 0.95);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	cursor: pointer;
	transition: border-color 0.2s, background 0.2s;
	-webkit-tap-highlight-color: transparent;
}

.pay-uband__wallet-btn:hover {
	background: rgba(40, 44, 58, 0.98);
	border-color: rgba(255, 215, 0, 0.35);
}

.pay-uband__wallet-icon {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	object-fit: contain;
	flex-shrink: 0;
	background: #fff;
}

.pay-uband__wallet-name {
	font-size: 15px;
	font-weight: 600;
	color: #f0f4fc;
}

.pay-uband__btn {
	width: 100%;
	padding: 16px 20px;
	font-size: 16px;
	font-weight: 700;
	color: #1a202c;
	border: none;
	border-radius: 14px;
	background: linear-gradient(135deg, #ffd700 0%, #f59e0b 100%);
	cursor: pointer;
	box-shadow: 0 6px 24px rgba(255, 215, 0, 0.35);
	transition: opacity 0.2s, transform 0.15s;
	-webkit-tap-highlight-color: transparent;
}

.pay-uband__btn:hover:not(:disabled) {
	opacity: 0.95;
}

.pay-uband__btn:active:not(:disabled) {
	transform: scale(0.98);
}

.pay-uband__btn:disabled {
	opacity: 0.65;
	cursor: not-allowed;
	background: linear-gradient(90deg, #5a5a6a 0%, #4a4a58 100%);
	color: #ccc;
	box-shadow: none;
	font-size: 14px;
	line-height: 1.4;
	padding: 14px 12px;
}
