*{box-sizing:border-box}body{margin:0;background:#071120;color:#fff;font-family:Arial,sans-serif;min-height:100vh;display:grid;place-items:center}main{width:min(560px,92vw);padding:34px;border-radius:20px;background:#10213e;border:1px solid rgba(255,255,255,.14);text-align:center}img{width:160px;max-height:90px;object-fit:contain}button,a{display:block;width:100%;margin-top:16px;padding:14px;border-radius:12px;font-weight:800;text-decoration:none}button{border:0;background:#34d46f;color:#061426;cursor:pointer}a{border:1px solid rgba(255,255,255,.2);color:#fff}#status{min-height:28px;color:#ffcf66}