/* Nabux Marketplace — escrow UI (buyer order page). Brand: dark + lime/cyan/pink. */
.nabux-escrow-box {
	margin: 24px 0;
	padding: 20px 22px;
	border-radius: 22px;
	background: #101521;
	color: #f8fafc;
	border: 1px solid rgba(255, 255, 255, 0.10);
}
.nabux-escrow-box__title {
	margin: 0 0 6px;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: -0.02em;
}
.nabux-escrow-box__lead {
	margin: 0 0 16px;
	color: #9aa6b2;
	font-size: 14px;
	line-height: 1.7;
}
.nabux-escrow-line {
	padding: 14px 16px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.08);
}
.nabux-escrow-line + .nabux-escrow-line {
	margin-top: 10px;
}
.nabux-escrow-line__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 8px;
}
.nabux-escrow-line__vendor {
	font-weight: 700;
}
.nabux-escrow-badge {
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	padding: 3px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.10);
	color: #f8fafc;
	white-space: nowrap;
}
.nabux-escrow-badge--held { background: rgba(183, 255, 60, 0.14); color: #b7ff3c; }
.nabux-escrow-badge--released { background: rgba(0, 212, 255, 0.14); color: #00d4ff; }
.nabux-escrow-badge--disputed { background: rgba(255, 77, 125, 0.16); color: #ff4d7d; }
.nabux-escrow-badge--refunded { background: rgba(255, 255, 255, 0.10); color: #9aa6b2; }

.nabux-countdown {
	font-variant-numeric: tabular-nums;
	margin: 6px 0 12px;
	font-size: 15px;
	color: #f8fafc;
}
.nabux-countdown__label { color: #9aa6b2; font-size: 13px; }
.nabux-countdown__clock {
	font-weight: 900;
	letter-spacing: 0.02em;
	color: #b7ff3c;
}
.nabux-countdown.is-expired .nabux-countdown__clock { color: #9aa6b2; }

.nabux-escrow-actions { margin: 0; display: flex; gap: 8px; flex-wrap: wrap; }
.nabux-escrow-actions .button { border-radius: 12px; font-weight: 700; }
.nabux-btn-confirm {
	background: linear-gradient(135deg, #b7ff3c, #00d4ff) !important;
	color: #07100a !important;
	border: 0 !important;
}
.nabux-btn-dispute {
	background: rgba(255, 77, 125, 0.14) !important;
	color: #ff4d7d !important;
	border: 1px solid rgba(255, 77, 125, 0.35) !important;
}
.nabux-escrow-note { margin: 4px 0 0; color: #9aa6b2; font-size: 14px; }

.nabux-delivery-box { margin: 8px 0 12px; background: rgba(0,212,255,.08); border: 1px solid rgba(0,212,255,.25); border-radius: 12px; padding: 10px 12px; }
.nabux-delivery-box__label { color: #00d4ff; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 6px; }
.nabux-delivery-box__content { white-space: pre-wrap; word-break: break-word; margin: 0; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 14px; color: #f8fafc; }
