type: prd title: "Deposit & Withdrawal Failure Display in CS Admin" slug: deposit-withdrawal-failure-display version: 1.0.0 template_version: 1.3.0 domain: payments product_line: internal-tool status: reviewed created: 2026-05-13
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en" data-theme="light"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| <title>Splash Admin — Failure Details Preview</title> | |
| <style> | |
| /* ── Design tokens (matches splash-admin Tailwind config) ── */ | |
| :root { | |
| --bg-page: #f8f9fa; |