.wuai-wallet-page {
	--wallet-pink: #8B5CF6;
	--wallet-pink2: #A855F7;
	--wallet-purple: #a855f7;
	--wallet-violet: #7c3aed;
	--wallet-blue: #6366F1;
	--wallet-gradient: linear-gradient(135deg, #8B5CF6 0%, #A855F7 48%, #6366F1 100%);
	--wallet-deep: #20112b;
	--wallet-text: #263238;
	--wallet-muted: #7b7280;
	--wallet-success: #22C55E;
	--wallet-warning: #F59E0B;
	--wallet-danger: #FF5C7A;
	--wallet-soft: rgba(255, 255, 255, .86);
	--wallet-border: rgba(139, 92, 246, .16);
	--wallet-shadow: 0 16px 42px rgba(83, 42, 140, .12);
	position: relative;
	max-width: 980px;
	margin: 0 auto 28px;
	padding: 14px 14px calc(104px + env(safe-area-inset-bottom));
	overflow-x: hidden;
	color: var(--wallet-text);
	background:
		radial-gradient(circle at 20% 0%, rgba(139, 92, 246, .18), transparent 28%),
		radial-gradient(circle at 85% 8%, rgba(168, 85, 247, .16), transparent 30%),
		linear-gradient(180deg, #F8F5FF 0%, #f6f2ff 45%, #f8fbff 100%);
	box-shadow: 0 0 0 100vmax #f8fbff;
	clip-path: inset(0 -100vmax);
}

.wuai-wallet-page,
.wuai-wallet-page * {
	box-sizing: border-box;
	letter-spacing: 0;
}

body.wuai-wallet-body #body > .container {
	width: 100%;
	max-width: none;
	padding-right: 0;
	padding-left: 0;
}

.wuai-wallet-page button,
.wuai-wallet-page input,
.wuai-wallet-page select {
	font: inherit;
}

.wuai-wallet-page button {
	cursor: pointer;
}

.wuai-wallet-page svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.wuai-wallet-hero {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	min-height: 168px;
	padding: 22px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .34);
	border-radius: 24px;
	color: #fff;
	background:
		radial-gradient(circle at 18% 18%, rgba(255, 255, 255, .24), transparent 24%),
		radial-gradient(circle at 90% 10%, rgba(99, 102, 241, .34), transparent 30%),
		var(--wallet-gradient);
	box-shadow: 0 18px 42px rgba(139, 92, 246, .24);
}

.wuai-wallet-hero::before {
	position: absolute;
	inset: 0;
	content: "";
	background-image:
		linear-gradient(rgba(255, 255, 255, .1) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .1) 1px, transparent 1px);
	background-size: 28px 28px;
	opacity: .28;
	pointer-events: none;
}

.wuai-wallet-hero::after {
	position: absolute;
	top: -42px;
	right: -40px;
	width: 150px;
	height: 150px;
	content: "";
	border: 18px solid rgba(255, 255, 255, .13);
	border-radius: 50%;
	box-shadow: 0 0 34px rgba(139, 92, 246, .36);
	pointer-events: none;
}

.wuai-wallet-hero-content {
	position: relative;
	z-index: 1;
	min-width: 0;
}

.wuai-wallet-hero-content::after {
	position: absolute;
	right: -88px;
	bottom: -28px;
	width: 210px;
	height: 36px;
	content: "";
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .34), transparent);
	transform: rotate(-18deg);
	animation: wuai-wallet-shine 5.8s ease-in-out infinite;
}

.wuai-wallet-kicker {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 12px;
	border: 1px solid rgba(255, 255, 255, .25);
	border-radius: 999px;
	background: rgba(255, 255, 255, .12);
	color: rgba(255, 255, 255, .94);
	font-size: 13px;
	font-weight: 800;
	backdrop-filter: blur(8px);
}

.wuai-wallet-hero h1 {
	margin: 14px 0 8px;
	color: #fff;
	font-size: 36px;
	line-height: 1.1;
	font-weight: 900;
}

.wuai-wallet-hero p {
	max-width: 430px;
	margin: 0;
	color: rgba(255, 255, 255, .88);
	font-size: 15px;
	line-height: 1.6;
	font-weight: 700;
}

.wuai-wallet-hero-assets {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}

.wuai-wallet-hero-assets span {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 10px;
	border: 1px solid rgba(255, 255, 255, .24);
	border-radius: 999px;
	background: rgba(255, 255, 255, .13);
	color: rgba(255, 255, 255, .82);
	font-size: 12px;
	font-weight: 800;
	backdrop-filter: blur(8px);
}

.wuai-wallet-hero-assets strong {
	margin-left: 6px;
	color: #fff;
	font-size: 13px;
	font-weight: 900;
}

.wuai-wallet-user-card {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 12px;
	min-width: 220px;
	padding: 16px;
	border: 1px solid rgba(255, 255, 255, .24);
	border-radius: 18px;
	background: rgba(255, 255, 255, .12);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16);
	backdrop-filter: blur(10px);
}

.wuai-wallet-user-card strong,
.wuai-wallet-user-card span,
.wuai-wallet-user-card em {
	display: block;
	min-width: 0;
	font-style: normal;
	word-break: break-word;
}

.wuai-wallet-user-card strong {
	font-size: 18px;
	font-weight: 900;
}

.wuai-wallet-user-card span {
	margin-top: 5px;
	color: rgba(255, 255, 255, .78);
	font-size: 13px;
	font-weight: 800;
}

.wuai-wallet-user-card em {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	min-height: 28px;
	padding: 0 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .12);
	color: rgba(255, 255, 255, .92);
	font-size: 12px;
	font-weight: 900;
}

.wuai-wallet-user-card em i {
	width: 7px;
	height: 7px;
	margin-right: 7px;
	border-radius: 50%;
	background: #34d399;
	box-shadow: 0 0 12px rgba(52, 211, 153, .86);
}

.wuai-wallet-user-card em.is-limited i {
	background: #fb7185;
	box-shadow: 0 0 12px rgba(251, 113, 133, .72);
}

.wuai-wallet-tabs {
	display: flex;
	gap: 8px;
	margin: 14px 0;
	padding: 10px;
	overflow-x: auto;
	border: 1px solid rgba(139, 92, 246, .12);
	border-radius: 18px;
	background: rgba(255, 255, 255, .72);
	box-shadow: 0 12px 32px rgba(112, 76, 154, .08);
	backdrop-filter: blur(12px);
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.wuai-wallet-tabs::-webkit-scrollbar,
.wuai-wallet-subtabs::-webkit-scrollbar {
	display: none;
}

.wuai-wallet-tab,
.wuai-wallet-subtab {
	flex: 0 0 auto;
	min-width: 72px;
	min-height: 38px;
	padding: 0 16px;
	border: 1px solid transparent;
	border-radius: 999px;
	background: rgba(255, 255, 255, .78);
	color: #725f84;
	font-size: 14px;
	font-weight: 900;
	white-space: nowrap;
}

.wuai-wallet-tab.is-active,
.wuai-wallet-subtab.is-active {
	border-color: rgba(255, 255, 255, .28);
	background: var(--wallet-gradient);
	color: #fff;
	box-shadow: 0 10px 22px rgba(139, 92, 246, .22);
}

.wuai-wallet-pane,
.wuai-wallet-subpane {
	display: none;
}

.wuai-wallet-pane.is-active,
.wuai-wallet-subpane.is-active {
	display: block;
}

.wuai-wallet-balance-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.wuai-wallet-assets-panel {
	margin-top: 0;
}

.wuai-wallet-balance-card,
.wuai-wallet-panel {
	border: 1px solid var(--wallet-border);
	border-radius: 18px;
	background: var(--wallet-soft);
	box-shadow: var(--wallet-shadow);
	backdrop-filter: blur(14px);
}

.wuai-wallet-balance-card {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 12px;
	min-height: 126px;
	padding: 16px;
	overflow: hidden;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.wuai-wallet-balance-card:hover {
	border-color: rgba(139, 92, 246, .28);
	box-shadow: 0 18px 42px rgba(168, 85, 247, .14);
	transform: translateY(-2px);
}

.wuai-wallet-balance-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 14px;
	color: var(--wallet-pink);
	background: linear-gradient(135deg, rgba(139, 92, 246, .14), rgba(168, 85, 247, .13));
}

.wuai-wallet-balance-card.is-rmb .wuai-wallet-balance-icon {
	color: var(--wallet-violet);
}

.wuai-wallet-balance-card.is-frozen .wuai-wallet-balance-icon {
	color: #f97316;
	background: linear-gradient(135deg, rgba(249, 115, 22, .14), rgba(139, 92, 246, .1));
}

.wuai-wallet-balance-card.is-withdraw .wuai-wallet-balance-icon {
	color: #2563eb;
	background: linear-gradient(135deg, rgba(37, 99, 235, .12), rgba(168, 85, 247, .13));
}

.wuai-wallet-balance-card div {
	min-width: 0;
}

.wuai-wallet-balance-card span,
.wuai-wallet-bound span {
	display: block;
	color: var(--wallet-muted);
	font-size: 13px;
	font-weight: 900;
}

.wuai-wallet-balance-card strong {
	display: block;
	margin: 10px 0 7px;
	color: var(--wallet-deep);
	font-size: 25px;
	line-height: 1.08;
	font-weight: 900;
	word-break: break-word;
}

.wuai-wallet-gradient-text {
	background: var(--wallet-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent !important;
}

.wuai-wallet-balance-card em {
	display: block;
	color: #8b7d91;
	font-size: 12px;
	font-style: normal;
	font-weight: 800;
	line-height: 1.35;
}

.wuai-wallet-panel {
	margin-top: 14px;
	padding: 18px;
}

.wuai-wallet-panel-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 15px;
}

.wuai-wallet-panel-title div {
	min-width: 0;
}

.wuai-wallet-panel-title strong {
	display: block;
	color: var(--wallet-deep);
	font-size: 20px;
	line-height: 1.2;
	font-weight: 900;
}

.wuai-wallet-panel-title span {
	display: block;
	margin-top: 4px;
	color: var(--wallet-muted);
	font-size: 12px;
	font-weight: 800;
	text-transform: none;
}

.wuai-wallet-panel-title button {
	flex: 0 0 auto;
	min-height: 34px;
	padding: 0 14px;
	border: 1px solid rgba(139, 92, 246, .18);
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(139, 92, 246, .12), rgba(99, 102, 241, .1));
	color: #6d28d9;
	font-size: 13px;
	font-weight: 900;
}

.wuai-wallet-action-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.wuai-wallet-action-card {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	min-height: 76px;
	padding: 13px;
	border: 1px solid rgba(139, 92, 246, .14);
	border-radius: 16px;
	background: rgba(255, 255, 255, .82);
	color: var(--wallet-deep);
	text-align: left;
	box-shadow: 0 12px 26px rgba(63, 35, 100, .07);
	transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.wuai-wallet-action-card:hover {
	border-color: rgba(139, 92, 246, .28);
	box-shadow: 0 16px 34px rgba(168, 85, 247, .13);
}

.wuai-wallet-action-card:active {
	box-shadow: 0 10px 22px rgba(168, 85, 247, .12);
}

.wuai-wallet-action-card.is-primary {
	border-color: transparent;
	background: var(--wallet-gradient);
	color: #fff;
	box-shadow: 0 14px 28px rgba(139, 92, 246, .24);
}

.wuai-wallet-action-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 14px;
	color: var(--wallet-pink);
	background: linear-gradient(135deg, rgba(139, 92, 246, .14), rgba(99, 102, 241, .12));
}

.wuai-wallet-action-card.is-primary .wuai-wallet-action-icon {
	color: #fff;
	background: rgba(255, 255, 255, .18);
}

.wuai-wallet-action-copy {
	display: block;
	min-width: 0;
}

.wuai-wallet-action-copy strong,
.wuai-wallet-action-copy em {
	display: block;
	min-width: 0;
	font-style: normal;
}

.wuai-wallet-action-copy strong {
	overflow: hidden;
	color: inherit;
	font-size: 15px;
	line-height: 1.2;
	font-weight: 900;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wuai-wallet-action-copy em {
	margin-top: 5px;
	overflow: hidden;
	color: rgba(38, 50, 56, .62);
	font-size: 12px;
	font-weight: 800;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wuai-wallet-action-card.is-primary .wuai-wallet-action-copy em {
	color: rgba(255, 255, 255, .78);
}

.wuai-wallet-action-arrow {
	color: currentColor;
	font-size: 24px;
	font-weight: 600;
	opacity: .62;
}

.wuai-wallet-overview-grid,
.wuai-wallet-bind-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.wuai-wallet-flow-list,
.wuai-wallet-timeline,
.wuai-wallet-record-list,
.wuai-wallet-bind-card-list {
	display: grid;
	gap: 10px;
}

.wuai-wallet-flow-item,
.wuai-wallet-log-card {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	padding: 13px;
	border: 1px solid rgba(139, 92, 246, .1);
	border-radius: 16px;
	background: rgba(255, 255, 255, .78);
}

.wuai-wallet-log-card {
	position: relative;
	min-height: 92px;
	color: inherit;
	text-decoration: none !important;
	outline: 0;
	transition: border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

.wuai-wallet-log-card:hover,
.wuai-wallet-log-card:focus-visible {
	border-color: rgba(139, 92, 246, .32);
	background: rgba(255, 255, 255, .9);
	box-shadow: 0 14px 32px rgba(139, 92, 246, .12);
	color: inherit;
	text-decoration: none !important;
}

.wuai-wallet-detail-link {
	color: #7c3aed !important;
	font-size: 12px !important;
	font-weight: 900 !important;
	white-space: nowrap !important;
}

.wuai-wallet-flow-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 14px;
	font-size: 18px;
	font-weight: 900;
}

.wuai-wallet-flow-icon.is-in {
	background: rgba(16, 185, 129, .12);
	color: #059669;
}

.wuai-wallet-flow-icon.is-out {
	background: rgba(255, 92, 122, .12);
	color: var(--wallet-danger);
}

.wuai-wallet-flow-icon.is-freeze {
	background: rgba(245, 158, 11, .14);
	color: #d97706;
}

.wuai-wallet-flow-icon.is-refund {
	background: rgba(99, 102, 241, .12);
	color: #4f46e5;
}

.wuai-wallet-flow-icon.is-withdraw {
	background: rgba(139, 92, 246, .13);
	color: var(--wallet-pink);
}

.wuai-wallet-flow-item div,
.wuai-wallet-log-card div {
	min-width: 0;
}

.wuai-wallet-flow-item strong,
.wuai-wallet-log-card strong {
	display: block;
	overflow: hidden;
	color: var(--wallet-deep);
	font-size: 15px;
	line-height: 1.25;
	font-weight: 900;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wuai-wallet-flow-item span,
.wuai-wallet-log-card p {
	display: block;
	margin: 5px 0 0;
	overflow: hidden;
	color: var(--wallet-muted);
	font-size: 12px;
	font-weight: 800;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wuai-wallet-flow-item em,
.wuai-wallet-log-right em {
	font-style: normal;
	font-size: 14px;
	font-weight: 900;
	white-space: nowrap;
}

.wuai-wallet-amount-plus {
	color: #16a34a;
}

.wuai-wallet-amount-minus {
	color: var(--wallet-danger);
}

.wuai-wallet-amount-freeze {
	color: #d97706;
}

.wuai-wallet-empty,
.wuai-wallet-alert {
	display: grid;
	justify-items: center;
	gap: 7px;
	padding: 22px 16px;
	border: 1px solid rgba(139, 92, 246, .1);
	border-radius: 16px;
	background:
		radial-gradient(circle at 50% 0%, rgba(139, 92, 246, .13), transparent 46%),
		rgba(255, 255, 255, .72);
	color: var(--wallet-muted);
	text-align: center;
}

.wuai-wallet-empty-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 18px;
	color: var(--wallet-pink);
	background: rgba(139, 92, 246, .12);
	box-shadow: 0 0 24px rgba(139, 92, 246, .18);
}

.wuai-wallet-empty strong {
	color: var(--wallet-deep);
	font-size: 16px;
	font-weight: 900;
}

.wuai-wallet-empty em {
	color: var(--wallet-muted);
	font-size: 13px;
	font-style: normal;
	font-weight: 800;
}

.wuai-wallet-alert {
	justify-items: start;
	margin-bottom: 14px;
	padding: 14px 16px;
	border-color: rgba(249, 115, 22, .18);
	background: rgba(255, 247, 237, .86);
	color: #9a3412;
	text-align: left;
	font-size: 14px;
	font-weight: 900;
}

.wuai-wallet-bind-card {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	width: 100%;
	padding: 14px;
	border: 1px solid rgba(139, 92, 246, .1);
	border-radius: 16px;
	background: rgba(255, 255, 255, .78);
	text-align: left;
}

.wuai-wallet-bind-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 14px;
	color: #fff;
	font-size: 16px;
	font-weight: 900;
}

.wuai-wallet-bind-icon.is-alipay {
	background: var(--wallet-gradient);
}

.wuai-wallet-bind-icon.is-usdt {
	background: linear-gradient(135deg, #7c3aed 0%, #8B5CF6 48%, #6366F1 100%);
}

.wuai-wallet-bind-card div {
	min-width: 0;
}

.wuai-wallet-bind-card strong,
.wuai-wallet-bind-card span,
.wuai-wallet-bind-card em {
	display: block;
	min-width: 0;
}

.wuai-wallet-bind-card strong {
	color: var(--wallet-deep);
	font-size: 15px;
	font-weight: 900;
}

.wuai-wallet-bind-card span {
	margin-top: 4px;
	overflow: hidden;
	color: var(--wallet-muted);
	font-size: 12px;
	font-weight: 800;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wuai-wallet-bind-card em,
.wuai-wallet-status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 26px;
	padding: 0 9px;
	border-radius: 999px;
	background: rgba(148, 163, 184, .13);
	color: #64748b;
	font-size: 12px;
	font-style: normal;
	font-weight: 900;
	white-space: nowrap;
}

.wuai-wallet-bind-card em.is-bound,
.wuai-wallet-status.is-success,
.wuai-wallet-status.is-paid {
	background: rgba(16, 185, 129, .12);
	color: #059669;
}

.wuai-wallet-status.is-warning,
.wuai-wallet-status.is-pending,
.wuai-wallet-status.is-approved {
	background: rgba(249, 115, 22, .13);
	color: #c2410c;
}

.wuai-wallet-status.is-deducted {
	background: rgba(255, 92, 122, .12);
	color: #e11d48;
}

.wuai-wallet-status.is-muted {
	background: rgba(148, 163, 184, .14);
	color: #64748b;
}

.wuai-wallet-status.is-danger,
.wuai-wallet-status.is-rejected {
	background: rgba(244, 63, 94, .12);
	color: #e11d48;
}

.wuai-wallet-withdraw-summary {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
	gap: 14px;
	align-items: stretch;
	margin-bottom: 16px;
	padding: 18px;
	overflow: hidden;
	border-radius: 18px;
	background:
		radial-gradient(circle at 90% 20%, rgba(139, 92, 246, .2), transparent 34%),
		linear-gradient(135deg, rgba(32, 17, 43, .96), rgba(124, 58, 237, .86));
	color: #fff;
}

.wuai-wallet-withdraw-main,
.wuai-wallet-withdraw-stats {
	position: relative;
	z-index: 1;
	min-width: 0;
}

.wuai-wallet-withdraw-main {
	display: grid;
	gap: 5px;
}

.wuai-wallet-withdraw-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

.wuai-wallet-withdraw-main span,
.wuai-wallet-withdraw-main em,
.wuai-wallet-withdraw-stats span {
	color: rgba(255, 255, 255, .78);
	font-size: 13px;
	font-style: normal;
	font-weight: 800;
}

.wuai-wallet-withdraw-main strong {
	color: #fff;
	font-size: 30px;
	line-height: 1.12;
	font-weight: 900;
}

.wuai-wallet-withdraw-stats span {
	display: grid;
	gap: 4px;
	min-width: 0;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 14px;
	background: rgba(255, 255, 255, .12);
}

.wuai-wallet-withdraw-stats strong {
	display: block;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wuai-wallet-form {
	display: grid;
	gap: 13px;
	min-width: 0;
}

.wuai-wallet-form label {
	display: grid;
	gap: 8px;
	margin: 0;
	min-width: 0;
}

.wuai-wallet-form label > span,
.wuai-wallet-field-title {
	color: var(--wallet-deep);
	font-size: 13px;
	font-weight: 900;
}

.wuai-wallet-form input[type="text"],
.wuai-wallet-form select,
.wuai-wallet-money-input {
	width: 100%;
	min-height: 48px;
	border: 1px solid rgba(139, 92, 246, .16);
	border-radius: 14px;
	background: rgba(255, 255, 255, .86);
	color: var(--wallet-deep);
	outline: 0;
	min-width: 0;
}

.wuai-wallet-form input[type="text"],
.wuai-wallet-form select {
	padding: 0 14px;
}

.wuai-wallet-money-input {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 0 14px;
}

.wuai-wallet-money-input i {
	color: var(--wallet-pink);
	font-style: normal;
	font-size: 20px;
	font-weight: 900;
}

.wuai-wallet-money-input input[type="text"] {
	min-height: 46px;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.wuai-wallet-form input[type="text"]:focus,
.wuai-wallet-form select:focus,
.wuai-wallet-money-input:focus-within {
	border-color: rgba(139, 92, 246, .62);
	box-shadow: 0 0 0 4px rgba(139, 92, 246, .09);
}

.wuai-wallet-quick-amounts {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
}

.wuai-wallet-quick-amounts button {
	min-height: 38px;
	border: 1px solid rgba(139, 92, 246, .16);
	border-radius: 12px;
	background: rgba(255, 255, 255, .8);
	color: #6d28d9;
	font-size: 13px;
	font-weight: 900;
}

.wuai-wallet-quick-amounts button:disabled {
	opacity: .45;
	cursor: not-allowed;
}

.wuai-wallet-methods {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.wuai-wallet-method-card {
	position: relative;
	display: grid !important;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	min-height: 78px;
	padding: 13px;
	border: 1px solid rgba(139, 92, 246, .14);
	border-radius: 16px;
	background: rgba(255, 255, 255, .8);
}

.wuai-wallet-method-card input {
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
}

.wuai-wallet-method-card strong,
.wuai-wallet-method-card em {
	display: block;
	min-width: 0;
}

.wuai-wallet-method-card strong {
	color: var(--wallet-deep);
	font-size: 15px;
	font-weight: 900;
}

.wuai-wallet-method-card em {
	color: var(--wallet-muted);
	font-size: 12px;
	font-style: normal;
	font-weight: 800;
	line-height: 1.4;
}

.wuai-wallet-method-dot {
	position: static;
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	border: 2px solid rgba(139, 92, 246, .36);
	border-radius: 50%;
	background: #fff;
}

.wuai-wallet-method-card.is-selected {
	border-color: rgba(139, 92, 246, .42);
	background: linear-gradient(135deg, rgba(139, 92, 246, .13), rgba(99, 102, 241, .1));
}

.wuai-wallet-method-card.is-selected .wuai-wallet-method-dot {
	border-color: var(--wallet-pink);
	box-shadow: inset 0 0 0 4px #fff;
	background: var(--wallet-gradient);
}

.wuai-wallet-method-card.is-disabled {
	opacity: 1;
	background: rgba(248, 250, 252, .82);
	color: #94a3b8;
	cursor: pointer;
}

.wuai-wallet-method-card.is-disabled .wuai-wallet-method-dot {
	border-color: rgba(148, 163, 184, .32);
}

.wuai-wallet-method-copy {
	display: block;
	min-width: 0;
}

.wuai-wallet-method-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	padding: 0 10px;
	border-radius: 999px;
	background: rgba(139, 92, 246, .1);
	color: #6d28d9;
	font-size: 12px;
	font-weight: 900;
	white-space: nowrap;
}

.wuai-wallet-method-card.is-disabled .wuai-wallet-method-action {
	background: rgba(249, 115, 22, .12);
	color: #c2410c;
}

.wuai-wallet-settlement,
.wuai-wallet-rule-line {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.wuai-wallet-settlement span,
.wuai-wallet-rule-line span {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 0 11px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .78);
	color: #7a547d;
	font-size: 12px;
	font-weight: 900;
}

.wuai-wallet-settlement strong {
	margin-left: 5px;
	color: var(--wallet-pink);
}

.wuai-wallet-form-hint,
.wuai-wallet-field-hint {
	margin: 0;
	padding: 10px 12px;
	border: 1px solid rgba(139, 92, 246, .1);
	border-radius: 12px;
	background: rgba(255, 255, 255, .72);
	color: var(--wallet-muted);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.5;
}

.wuai-wallet-form-hint.is-ready {
	border-color: rgba(34, 197, 94, .16);
	background: rgba(34, 197, 94, .08);
	color: #15803d;
}

.wuai-wallet-check {
	display: flex !important;
	grid-template-columns: none !important;
	align-items: center;
	gap: 8px;
	color: var(--wallet-muted);
	font-size: 13px;
	font-weight: 800;
}

.wuai-wallet-check input {
	flex: 0 0 auto;
	accent-color: var(--wallet-pink);
}

.wuai-wallet-primary,
.wuai-wallet-form .wuai-wallet-primary {
	min-height: 48px;
	border: 0;
	border-radius: 14px;
	background: var(--wallet-gradient);
	color: #fff;
	font-size: 15px;
	font-weight: 900;
	box-shadow: 0 12px 26px rgba(139, 92, 246, .22);
}

.wuai-wallet-form button:disabled,
.wuai-wallet-action-card:disabled {
	opacity: .56;
	cursor: not-allowed;
	box-shadow: none;
}

.wuai-wallet-bound {
	display: grid;
	gap: 8px;
	margin-bottom: 14px;
	padding: 12px;
	border: 1px solid rgba(139, 92, 246, .1);
	border-radius: 14px;
	background: rgba(255, 255, 255, .72);
}

.wuai-wallet-bound > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-width: 0;
}

.wuai-wallet-bound strong {
	min-width: 0;
	color: var(--wallet-deep);
	font-size: 14px;
	font-weight: 900;
	text-align: right;
	word-break: break-all;
}

.wuai-wallet-bind-manager {
	display: grid;
	gap: 14px;
}

.wuai-wallet-bind-manager > .wuai-wallet-panel-title {
	margin-bottom: 0;
}

.wuai-wallet-bind-status-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.wuai-wallet-bind-status-card {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	width: 100%;
	min-height: 72px;
	padding: 12px;
	border: 1px solid rgba(139, 92, 246, .13);
	border-radius: 16px;
	background: rgba(255, 255, 255, .78);
	text-align: left;
}

.wuai-wallet-bind-status-card.is-active {
	border-color: rgba(139, 92, 246, .36);
	box-shadow: 0 12px 26px rgba(139, 92, 246, .1);
}

.wuai-wallet-bind-status-card > span {
	min-width: 0;
}

.wuai-wallet-bind-status-card strong,
.wuai-wallet-bind-status-card em,
.wuai-wallet-bind-status-card i {
	display: block;
	min-width: 0;
	font-style: normal;
}

.wuai-wallet-bind-status-card strong {
	color: var(--wallet-deep);
	font-size: 15px;
	font-weight: 900;
}

.wuai-wallet-bind-status-card em {
	margin-top: 4px;
	overflow: hidden;
	color: var(--wallet-muted);
	font-size: 12px;
	font-weight: 800;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wuai-wallet-bind-status-card i {
	min-height: 26px;
	padding: 5px 9px;
	border-radius: 999px;
	background: rgba(148, 163, 184, .14);
	color: #64748b;
	font-size: 12px;
	font-weight: 900;
	white-space: nowrap;
}

.wuai-wallet-bind-status-card.is-bound i {
	background: rgba(34, 197, 94, .12);
	color: #16a34a;
}

.wuai-wallet-bind-tabs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	padding: 7px;
	border: 1px solid rgba(139, 92, 246, .1);
	border-radius: 16px;
	background: rgba(255, 255, 255, .66);
}

.wuai-wallet-bind-tabs button {
	min-height: 38px;
	border: 0;
	border-radius: 12px;
	background: transparent;
	color: #725f84;
	font-size: 14px;
	font-weight: 900;
}

.wuai-wallet-bind-tabs button.is-active {
	background: var(--wallet-gradient);
	color: #fff;
	box-shadow: 0 10px 22px rgba(139, 92, 246, .18);
}

.wuai-wallet-bind-subpane {
	display: none;
	padding: 14px;
	border: 1px solid rgba(139, 92, 246, .1);
	border-radius: 18px;
	background: rgba(255, 255, 255, .64);
}

.wuai-wallet-bind-subpane.is-active {
	display: block;
}

.wuai-wallet-bind-subpane .wuai-wallet-panel-title {
	margin-bottom: 12px;
}

.wuai-wallet-safe-note {
	margin: 0;
	padding: 12px;
	border-radius: 14px;
	background: rgba(168, 85, 247, .08);
	color: #7a547d;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.55;
}

.wuai-wallet-subtabs {
	display: flex;
	gap: 8px;
	margin-bottom: 14px;
	padding: 7px;
	overflow-x: auto;
	border: 1px solid rgba(139, 92, 246, .1);
	border-radius: 16px;
	background: rgba(255, 255, 255, .64);
	scrollbar-width: none;
}

.wuai-wallet-log-right {
	display: grid;
	justify-items: end;
	gap: 6px;
}

.wuai-wallet-record {
	display: grid;
	gap: 14px;
	padding: 16px;
	border: 1px solid rgba(139, 92, 246, .12);
	border-radius: 18px;
	background: rgba(255, 255, 255, .8);
}

.wuai-wallet-record header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
}

.wuai-wallet-record header div {
	min-width: 0;
}

.wuai-wallet-record header strong {
	display: block;
	color: var(--wallet-deep);
	font-size: 22px;
	line-height: 1.12;
	font-weight: 900;
}

.wuai-wallet-record header span,
.wuai-wallet-record p {
	display: block;
	margin: 5px 0 0;
	color: var(--wallet-muted);
	font-size: 13px;
	font-weight: 800;
	word-break: break-word;
}

.wuai-wallet-record header em {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	padding: 0 10px;
	border-radius: 999px;
	background: rgba(249, 115, 22, .13);
	color: #c2410c;
	font-size: 12px;
	font-style: normal;
	font-weight: 900;
	white-space: nowrap;
}

.wuai-wallet-record header em.is-paid {
	background: rgba(34, 197, 94, .12);
	color: #16a34a;
}

.wuai-wallet-record header em.is-rejected,
.wuai-wallet-record header em.is-danger {
	background: rgba(244, 63, 94, .12);
	color: #e11d48;
}

.wuai-wallet-record header em.is-cancelled,
.wuai-wallet-record header em.is-muted {
	background: rgba(148, 163, 184, .14);
	color: #64748b;
}

.wuai-wallet-record dl {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin: 0;
}

.wuai-wallet-record dl div {
	min-width: 0;
	padding: 10px;
	border-radius: 12px;
	background: rgba(248, 241, 255, .72);
}

.wuai-wallet-record dt,
.wuai-wallet-record dd {
	margin: 0;
	min-width: 0;
}

.wuai-wallet-record dt {
	color: #8b7d91;
	font-size: 12px;
	font-weight: 800;
}

.wuai-wallet-record dd {
	margin-top: 4px;
	overflow: hidden;
	color: var(--wallet-deep);
	font-size: 13px;
	font-weight: 900;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wuai-wallet-page.wuai-wallet-detail-page {
	max-width: 680px;
	min-height: min(760px, calc(100vh - 36px));
	padding-bottom: calc(34px + env(safe-area-inset-bottom));
}

.wuai-wallet-detail-topbar {
	position: sticky;
	top: 0;
	z-index: 5;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	margin: -2px 0 14px;
	padding: 10px 0;
	background: rgba(248, 245, 255, .92);
	backdrop-filter: blur(12px);
}

.wuai-wallet-detail-topbar strong {
	color: var(--wallet-deep);
	font-size: 17px;
	line-height: 1.2;
	font-weight: 900;
}

.wuai-wallet-detail-back {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	justify-self: start;
	min-height: 36px;
	padding: 0 13px;
	border: 1px solid rgba(139, 92, 246, .14);
	border-radius: 999px;
	background: rgba(255, 255, 255, .86);
	color: #6d28d9 !important;
	font-size: 13px;
	font-weight: 900;
	text-decoration: none !important;
	box-shadow: 0 10px 24px rgba(139, 92, 246, .09);
}

.wuai-wallet-detail-amount-card {
	display: grid;
	justify-items: center;
	gap: 10px;
	padding: 28px 18px;
	border: 1px solid rgba(139, 92, 246, .13);
	border-radius: 22px;
	background:
		radial-gradient(circle at 50% 0%, rgba(139, 92, 246, .15), transparent 46%),
		linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(248, 245, 255, .9));
	text-align: center;
	box-shadow: var(--wallet-shadow);
}

.wuai-wallet-detail-amount-card > span {
	max-width: 100%;
	color: var(--wallet-deep);
	font-size: 16px;
	line-height: 1.45;
	font-weight: 900;
	overflow-wrap: anywhere;
}

.wuai-wallet-detail-amount-card > strong {
	max-width: 100%;
	overflow-wrap: anywhere;
	color: var(--wallet-deep);
	font-size: 36px;
	line-height: 1.12;
	font-weight: 900;
}

.wuai-wallet-detail-info-card {
	display: grid;
	gap: 0;
	margin-top: 14px;
	overflow: hidden;
	border: 1px solid rgba(139, 92, 246, .1);
	border-radius: 20px;
	background: rgba(255, 255, 255, .9);
	box-shadow: 0 14px 34px rgba(112, 76, 154, .08);
}

.wuai-wallet-detail-row {
	display: grid;
	grid-template-columns: 98px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	padding: 14px 16px;
	border-bottom: 1px solid rgba(139, 92, 246, .08);
}

.wuai-wallet-detail-row:last-child {
	border-bottom: 0;
}

.wuai-wallet-detail-row span,
.wuai-wallet-detail-row em {
	color: var(--wallet-muted);
	font-size: 13px;
	font-style: normal;
	font-weight: 800;
	line-height: 1.5;
}

.wuai-wallet-detail-row strong {
	min-width: 0;
	color: var(--wallet-deep);
	font-size: 14px;
	font-weight: 900;
	line-height: 1.5;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.wuai-wallet-detail-row em {
	grid-column: 2;
	margin-top: -4px;
	color: #7a547d;
}

.wuai-wallet-detail-actions {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 14px;
	padding-bottom: env(safe-area-inset-bottom);
}

.wuai-wallet-detail-actions button,
.wuai-wallet-detail-return {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 16px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 900;
	white-space: nowrap;
	text-decoration: none !important;
}

.wuai-wallet-detail-copy {
	border: 0;
	background: var(--wallet-gradient);
	color: #fff;
	box-shadow: 0 10px 22px rgba(139, 92, 246, .18);
}

.wuai-wallet-detail-copy.is-secondary,
.wuai-wallet-detail-return {
	border: 1px solid rgba(139, 92, 246, .16);
	background: #fff;
	color: #6d28d9 !important;
	box-shadow: 0 10px 24px rgba(139, 92, 246, .08);
}

.wuai-wallet-detail-empty {
	display: grid;
	justify-items: center;
	gap: 12px;
	padding: 42px 20px;
	border: 1px solid rgba(139, 92, 246, .12);
	border-radius: 22px;
	background: rgba(255, 255, 255, .9);
	text-align: center;
	box-shadow: var(--wallet-shadow);
}

.wuai-wallet-detail-empty-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 18px;
	background: rgba(139, 92, 246, .12);
	color: #7c3aed;
	font-size: 22px;
	font-weight: 900;
}

.wuai-wallet-detail-empty h1 {
	margin: 0;
	color: var(--wallet-deep);
	font-size: 22px;
	line-height: 1.3;
	font-weight: 900;
}

.wuai-wallet-detail-empty p {
	margin: 0;
	color: var(--wallet-muted);
	font-size: 14px;
	line-height: 1.7;
	font-weight: 800;
}

.wuai-wallet-page.wuai-wallet-withdraw-success-page {
	max-width: 680px;
	min-height: min(760px, calc(100vh - 36px));
	padding-bottom: calc(34px + env(safe-area-inset-bottom));
}

.wuai-wallet-success-topbar {
	position: sticky;
	top: 0;
	z-index: 5;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	margin: -2px 0 14px;
	padding: 10px 0;
	background: rgba(248, 245, 255, .92);
	backdrop-filter: blur(12px);
}

.wuai-wallet-success-topbar strong {
	color: var(--wallet-deep);
	font-size: 17px;
	line-height: 1.2;
	font-weight: 900;
}

.wuai-wallet-success-hero {
	display: grid;
	justify-items: center;
	gap: 12px;
	padding: 30px 18px 26px;
	border: 1px solid rgba(139, 92, 246, .13);
	border-radius: 24px;
	background:
		radial-gradient(circle at 50% 0%, rgba(139, 92, 246, .16), transparent 46%),
		linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(248, 245, 255, .9));
	text-align: center;
	box-shadow: var(--wallet-shadow);
}

.wuai-wallet-success-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: var(--wallet-gradient);
	color: #fff;
	font-size: 38px;
	line-height: 1;
	font-weight: 900;
	box-shadow: 0 18px 38px rgba(139, 92, 246, .24);
}

.wuai-wallet-success-hero.is-danger .wuai-wallet-success-icon {
	background: linear-gradient(135deg, #fb7185, #ef4444);
}

.wuai-wallet-success-hero.is-muted .wuai-wallet-success-icon {
	background: linear-gradient(135deg, #94a3b8, #64748b);
}

.wuai-wallet-success-hero h1 {
	max-width: 100%;
	margin: 0;
	color: var(--wallet-deep);
	font-size: 24px;
	line-height: 1.32;
	font-weight: 900;
	overflow-wrap: anywhere;
}

.wuai-wallet-success-hero p {
	max-width: 430px;
	margin: 0;
	color: var(--wallet-muted);
	font-size: 14px;
	line-height: 1.75;
	font-weight: 800;
}

.wuai-wallet-success-card,
.wuai-wallet-service-card {
	margin-top: 14px;
	overflow: hidden;
	border: 1px solid rgba(139, 92, 246, .1);
	border-radius: 20px;
	background: rgba(255, 255, 255, .9);
	box-shadow: 0 14px 34px rgba(112, 76, 154, .08);
}

.wuai-wallet-success-row {
	display: grid;
	grid-template-columns: 98px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	padding: 14px 16px;
	border-bottom: 1px solid rgba(139, 92, 246, .08);
}

.wuai-wallet-success-row:last-child {
	border-bottom: 0;
}

.wuai-wallet-success-row span {
	color: var(--wallet-muted);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.5;
}

.wuai-wallet-success-row strong {
	min-width: 0;
	color: var(--wallet-deep);
	font-size: 14px;
	font-weight: 900;
	line-height: 1.5;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.wuai-wallet-service-card {
	display: grid;
	gap: 14px;
	padding: 16px;
}

.wuai-wallet-service-title {
	color: var(--wallet-deep);
	font-size: 15px;
	line-height: 1.4;
	font-weight: 900;
}

.wuai-wallet-service-profile {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: 12px;
}

.wuai-wallet-service-avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 16px;
	background: rgba(139, 92, 246, .13);
	color: #7c3aed;
	font-size: 18px;
	font-weight: 900;
}

.wuai-wallet-service-profile strong,
.wuai-wallet-service-profile span {
	display: block;
	min-width: 0;
	overflow-wrap: anywhere;
}

.wuai-wallet-service-profile strong {
	color: var(--wallet-deep);
	font-size: 14px;
	line-height: 1.45;
	font-weight: 900;
}

.wuai-wallet-service-profile span {
	margin-top: 3px;
	color: var(--wallet-muted);
	font-size: 12px;
	line-height: 1.5;
	font-weight: 800;
}

.wuai-wallet-service-btn,
.wuai-wallet-success-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 16px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 900;
	text-decoration: none !important;
}

.wuai-wallet-service-btn {
	justify-self: start;
	border: 0;
	background: var(--wallet-gradient);
	color: #fff !important;
	box-shadow: 0 10px 22px rgba(139, 92, 246, .18);
}

.wuai-wallet-service-btn.is-disabled {
	border: 1px solid rgba(139, 92, 246, .16);
	background: #fff;
	color: #8c7b9f !important;
	box-shadow: none;
}

.wuai-wallet-success-actions {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 14px;
	padding-bottom: env(safe-area-inset-bottom);
}

.wuai-wallet-success-actions a {
	border: 1px solid rgba(139, 92, 246, .16);
	background: #fff;
	color: #6d28d9 !important;
	box-shadow: 0 10px 24px rgba(139, 92, 246, .08);
}

.wuai-wallet-success-actions a.is-primary {
	border: 0;
	background: var(--wallet-gradient);
	color: #fff !important;
	box-shadow: 0 10px 22px rgba(139, 92, 246, .18);
}

body.wuai-wallet-body #js-go_top.goTop {
	right: 12px !important;
	bottom: calc(96px + env(safe-area-inset-bottom)) !important;
	width: 42px !important;
	height: 42px !important;
	opacity: .86 !important;
	z-index: 900 !important;
}

body.wuai-wallet-body #js-go_top.goTop i {
	font-size: 17px !important;
}

body.wuai-wallet-body.wuai-wallet-form-tab #js-go_top.goTop,
body.wuai-wallet-body.wuai-wallet-form-tab .goTop {
	display: none !important;
}

@keyframes wuai-wallet-shine {
	0%,
	58% {
		transform: translateX(-90px) rotate(-18deg);
		opacity: 0;
	}
	68% {
		opacity: .9;
	}
	100% {
		transform: translateX(260px) rotate(-18deg);
		opacity: 0;
	}
}

@media (max-width: 900px) {
	.wuai-wallet-page {
		max-width: 760px;
	}

	.wuai-wallet-balance-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wuai-wallet-action-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wuai-wallet-overview-grid,
	.wuai-wallet-bind-grid {
		grid-template-columns: 1fr;
	}

	.wuai-wallet-record dl {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.wuai-wallet-page {
		padding: 12px 12px calc(100px + env(safe-area-inset-bottom));
	}

	.wuai-wallet-hero {
		align-items: stretch;
		flex-direction: column;
		min-height: 0;
		gap: 14px;
		padding: 20px;
	}

	.wuai-wallet-hero h1 {
		font-size: 30px;
	}

	.wuai-wallet-user-card {
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
		min-width: 0;
		padding: 13px 14px;
	}

	.wuai-wallet-panel {
		padding: 15px;
	}

	.wuai-wallet-methods {
		grid-template-columns: 1fr;
	}

	.wuai-wallet-bind-status-grid {
		grid-template-columns: 1fr;
	}

	.wuai-wallet-withdraw-summary {
		grid-template-columns: 1fr;
	}

	.wuai-wallet-withdraw-stats {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.wuai-wallet-log-card,
	.wuai-wallet-flow-item {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.wuai-wallet-log-right,
	.wuai-wallet-flow-item > em {
		grid-column: 2;
		justify-items: start;
	}

	.wuai-wallet-log-card {
		grid-template-columns: auto minmax(0, 1fr) auto;
		padding: 12px;
	}

	.wuai-wallet-log-card .wuai-wallet-log-right {
		grid-column: auto;
		justify-items: end;
	}

	.wuai-wallet-log-card .wuai-wallet-status {
		min-height: 24px;
		padding: 0 8px;
	}

	.wuai-wallet-detail-actions {
		justify-content: stretch;
	}

	.wuai-wallet-detail-actions button,
	.wuai-wallet-detail-actions a,
	.wuai-wallet-success-actions a {
		flex: 1 1 auto;
	}
}

@media (max-width: 430px) {
	.wuai-wallet-page {
		padding-left: 10px;
		padding-right: 10px;
	}

	.wuai-wallet-hero {
		border-radius: 22px;
		padding: 20px;
	}

	.wuai-wallet-hero h1 {
		font-size: 28px;
	}

	.wuai-wallet-tabs {
		margin: 12px 0;
		padding: 8px;
	}

	.wuai-wallet-tab {
		min-width: 66px;
		min-height: 36px;
		padding: 0 13px;
	}

	.wuai-wallet-balance-grid,
	.wuai-wallet-action-grid {
		gap: 10px;
	}

	.wuai-wallet-balance-card {
		grid-template-columns: auto minmax(0, 1fr);
		gap: 9px;
		min-height: 124px;
		padding: 13px;
	}

	.wuai-wallet-panel {
		padding: 13px;
	}

	.wuai-wallet-withdraw-stats {
		grid-template-columns: 1fr;
	}

	.wuai-wallet-log-card {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.wuai-wallet-log-card .wuai-wallet-log-right {
		grid-column: 2;
		justify-items: start;
	}

	.wuai-wallet-balance-icon {
		width: 36px;
		height: 36px;
		border-radius: 13px;
	}

	.wuai-wallet-balance-card strong {
		font-size: 23px;
	}

	.wuai-wallet-action-card {
		grid-template-columns: minmax(0, 1fr) auto;
		min-height: 74px;
		padding: 13px;
	}

	.wuai-wallet-action-icon {
		display: none;
	}

	.wuai-wallet-action-copy strong {
		white-space: normal;
	}

	.wuai-wallet-action-copy em {
		white-space: normal;
	}

	.wuai-wallet-panel-title strong {
		font-size: 18px;
	}

	.wuai-wallet-record dl {
		grid-template-columns: 1fr;
	}

	.wuai-wallet-detail-amount-card > strong {
		font-size: 27px;
	}

	.wuai-wallet-success-hero {
		padding: 24px 14px 22px;
	}

	.wuai-wallet-success-icon {
		width: 64px;
		height: 64px;
		font-size: 34px;
	}

	.wuai-wallet-success-hero h1 {
		font-size: 22px;
	}

	.wuai-wallet-detail-row,
	.wuai-wallet-success-row {
		grid-template-columns: 82px minmax(0, 1fr);
		padding: 11px;
	}
}

@media (max-width: 390px) {
	.wuai-wallet-page {
		padding-left: 8px;
		padding-right: 8px;
	}

	.wuai-wallet-hero {
		padding: 16px;
	}

	.wuai-wallet-hero h1 {
		font-size: 26px;
	}

	.wuai-wallet-hero p {
		font-size: 14px;
	}

	.wuai-wallet-user-card {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.wuai-wallet-balance-card {
		grid-template-columns: 1fr;
		min-height: 112px;
	}

	.wuai-wallet-balance-icon {
		display: none;
	}

	.wuai-wallet-balance-card strong {
		font-size: 21px;
	}

	.wuai-wallet-method-card,
	.wuai-wallet-bind-status-card {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.wuai-wallet-method-action,
	.wuai-wallet-bind-status-card i {
		grid-column: 2;
		justify-self: start;
	}

	.wuai-wallet-record header {
		align-items: flex-start;
		flex-direction: column;
	}

	.wuai-wallet-detail-actions {
		padding-right: 12px;
		padding-left: 12px;
	}

	.wuai-wallet-detail-row {
		grid-template-columns: 1fr;
		gap: 5px;
	}

	.wuai-wallet-detail-row em {
		grid-column: 1;
		margin-top: 0;
	}

	.wuai-wallet-success-row,
	.wuai-wallet-service-profile {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.wuai-wallet-service-avatar {
		display: none;
	}

	.wuai-wallet-service-btn {
		justify-self: stretch;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wuai-wallet-hero-content::after {
		animation: none;
	}

	.wuai-wallet-balance-card,
	.wuai-wallet-action-card {
		transition: none;
	}
}
