/* uxc-splash.css - styles for the shared pre-launch gate splash (pay.u.cash/lib/uxc_pre_launch.php).
 * Served from the host docroot root because the gate renders on any gated host and enforced
 * CSPs lock style-src to 'self' (no inline <style>). Bump ?v= in the gate when editing. */
*{box-sizing:border-box}
body{margin:0;min-height:100vh;display:flex;align-items:center;justify-content:center;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;background:#0c0b07;color:#e8e2cf;padding:24px}
.uxc-splash{max-width:420px;text-align:center}
.uxc-splash img{width:64px;height:64px;margin:0 auto 22px;display:block}
.uxc-splash h1{font-size:24px;margin:0 0 12px;color:#fff;font-weight:700;letter-spacing:.5px}
.uxc-splash p{font-size:15px;line-height:1.6;color:#a89e85;margin:0 0 26px}
.uxc-splash p b{color:#e8e2cf}
.uxc-splash-btn{display:inline-block;padding:13px 28px;border-radius:6px;text-decoration:none;font-weight:600;font-size:15px;background:#a37a29;color:#fff;border:1px solid #a37a29}
.uxc-splash-btn.uxc-splash-ghost{background:transparent;color:#a89e85;border-color:#3a3326}
