/* AM3R COIN — فرانت‌اند گیمینگ / گلس‌مورفیسم */
.am3r-coin-box {
	direction: rtl;
	font-family: 'Vazirmatn', Tahoma, sans-serif;
	background: rgba(20, 18, 45, .55);
	border: 1px solid rgba(124, 58, 237, .35);
	border-radius: 18px;
	padding: 22px;
	margin: 16px 0;
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	color: #e8e9f3;
	position: relative;
	overflow: hidden;
}

.am3r-coin-balance-card { text-align: center; }
.am3r-coin-glow {
	position: absolute; inset: -40% -20% auto -20%; height: 140%;
	background: radial-gradient(circle, rgba(124,58,237,.35), transparent 60%);
	pointer-events: none;
}
.am3r-coin-icon { font-size: 34px; }
.am3r-coin-amount { font-size: 38px; font-weight: 900; color: #fff; text-shadow: 0 0 20px rgba(34,211,238,.7); }
.am3r-coin-label { color: #a3a6c2; font-size: 14px; margin-bottom: 4px; }
.am3r-coin-money { color: #22d3ee; font-size: 13px; }
.am3r-coin-pending { margin-top: 10px; font-size: 12px; color: #fbbf24; background: rgba(251,191,36,.1); display: inline-block; padding: 4px 12px; border-radius: 20px; }

.am3r-coin-title { color: #fff; font-size: 17px; margin-bottom: 14px; display: flex; align-items: center; gap: 6px; }

.am3r-coin-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.am3r-coin-table th { text-align: right; color: #9d8cff; padding: 8px; border-bottom: 1px solid rgba(124,58,237,.3); }
.am3r-coin-table td { padding: 8px; border-bottom: 1px solid rgba(255,255,255,.06); }
.am3r-coin-plus { color: #22d3ee; font-weight: 700; }
.am3r-coin-minus { color: #f87171; font-weight: 700; }
.am3r-coin-empty { color: #a3a6c2; text-align: center; padding: 12px; }

.am3r-coin-status { padding: 3px 10px; border-radius: 20px; font-size: 11px; }
.am3r-coin-status-approved  { background: rgba(34,197,94,.15); color: #4ade80; }
.am3r-coin-status-pending   { background: rgba(251,191,36,.15); color: #fbbf24; }
.am3r-coin-status-cancelled,
.am3r-coin-status-reversed  { background: rgba(239,68,68,.15); color: #f87171; }

.am3r-coin-ref-link { width: 100%; padding: 10px 14px; border-radius: 10px; border: 1px solid rgba(124,58,237,.4); background: #14122b; color: #22d3ee; text-align: center; }

.am3r-coin-redeem-controls { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.am3r-coin-redeem-controls input { flex: 1; min-width: 120px; background: #14122b; border: 1px solid rgba(124,58,237,.4); color: #fff; padding: 10px; border-radius: 10px; }
.am3r-coin-btn { background: linear-gradient(135deg, #7c3aed, #22d3ee); color: #fff; border: none; padding: 10px 18px; border-radius: 10px; font-weight: 700; cursor: pointer; }
.am3r-coin-btn-ghost { background: transparent; border: 1px solid rgba(239,68,68,.5); color: #f87171; }
#am3r-coin-redeem-message { margin-top: 10px; font-size: 13px; }

.am3r-coin-guest { text-align: center; color: #a3a6c2; }

.am3r-wallet-checkout-box { border-color: rgba(34, 211, 238, .35); }
#am3r-wallet-spend-message { margin-top: 10px; font-size: 13px; }

.am3r-coin-progress-wrap { margin: 16px 0; }
.am3r-coin-progress-msg { font-size: 13px; color: #22d3ee; margin-bottom: 8px; }
.am3r-coin-progress-bar { background: rgba(255,255,255,.08); border-radius: 20px; height: 10px; overflow: hidden; }
.am3r-coin-progress-fill { height: 100%; background: linear-gradient(90deg, #7c3aed, #22d3ee); box-shadow: 0 0 12px rgba(34,211,238,.7); transition: width .4s ease; }

.am3r-coin-product-badge {
	display: inline-block; margin: 10px 0; padding: 8px 14px; border-radius: 10px;
	background: rgba(124,58,237,.12); border: 1px dashed rgba(124,58,237,.5); color: #c7c9e6; font-size: 13px;
}

/* پنل کامل سکه‌ها و کیف پول */
.am3r-wallet-panel { padding: 26px; }
.am3r-wallet-grid {
	display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 14px; margin-bottom: 22px; position: relative; z-index: 1;
}
.am3r-wallet-tile {
	background: rgba(255,255,255,.03); border: 1px solid rgba(124,58,237,.3);
	border-radius: 14px; padding: 16px; text-align: center;
}
.am3r-wallet-tile-warn { border-color: rgba(239,68,68,.6); box-shadow: 0 0 18px -6px rgba(239,68,68,.6); }
.am3r-wallet-tile-icon { font-size: 22px; margin-bottom: 6px; }
.am3r-wallet-tile-value { font-size: 20px; font-weight: 800; color: #fff; }
.am3r-wallet-tile-label { font-size: 12px; color: #a3a6c2; margin-top: 4px; }
.am3r-wallet-tile-sub { font-size: 11px; color: #22d3ee; margin-top: 3px; }

.am3r-wallet-convert-box {
	background: rgba(124,58,237,.08); border: 1px solid rgba(124,58,237,.3);
	border-radius: 14px; padding: 18px; margin-bottom: 22px; position: relative; z-index: 1;
}
.am3r-wallet-convert-box h4 { color: #fff; margin-bottom: 8px; }

.am3r-wallet-history { position: relative; z-index: 1; }
.am3r-wallet-history h4 { color: #fff; margin-bottom: 10px; }
