:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#15212b;background:#f4f7f8}*{box-sizing:border-box}body{margin:0;min-height:100vh}.shell{max-width:1040px;margin:auto;padding:24px}.top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}.brand{display:flex;align-items:center;gap:12px}.brand img{width:52px;height:52px;object-fit:contain}.brand b{display:block;font-size:20px}.brand small{color:#65727c}.card{background:white;border:1px solid #e3e9ed;border-radius:20px;box-shadow:0 10px 35px rgba(24,38,48,.06);padding:20px}.login{max-width:460px;margin:7vh auto}.login h1{margin-bottom:6px}.muted{color:#66737d}.field{margin:14px 0}.field label{display:block;font-weight:750;margin-bottom:6px}.field input{width:100%;padding:13px 14px;border:1px solid #cfd8de;border-radius:12px;font:inherit}.btn{border:0;border-radius:12px;padding:12px 16px;font-weight:850;cursor:pointer}.primary{background:#143f3a;color:white}.light{background:#edf4f3;color:#143f3a}.danger{background:#fff0f0;color:#9b1c1c}.btn:disabled{opacity:.55;cursor:not-allowed}.grid{display:grid;grid-template-columns:1.1fr .9fr;gap:18px}.headrow{display:flex;justify-content:space-between;align-items:center;gap:12px}.promo{border:1px solid #e4eaed;border-radius:14px;padding:13px;margin:10px 0}.promo b,.promo span,.promo small{display:block}.promo span{color:#0b765f;font-weight:850;margin:3px 0}.redeem-box{padding:20px;background:linear-gradient(145deg,#f8fffd,#eef8f6);border-radius:18px;border:1px solid #dceae7}.code{font-size:28px;text-transform:uppercase;letter-spacing:1px;text-align:center;font-weight:950}.preview{margin-top:14px;padding:14px;background:white;border:1px solid #dfe7e9;border-radius:14px}.preview h3{margin:2px 0}.preview .big{font-size:20px;color:#0b765f;font-weight:900}.history{display:grid;gap:9px}.history-row{padding:12px;border:1px solid #e6eaed;border-radius:13px}.history-row b,.history-row small{display:block}.history-row small{color:#66737d;margin-top:3px}#toast{position:fixed;left:50%;bottom:24px;transform:translateX(-50%);padding:12px 16px;background:#15212b;color:#fff;border-radius:12px;z-index:20;max-width:90vw}#toast[hidden]{display:none}@media(max-width:780px){.grid{grid-template-columns:1fr}.shell{padding:16px}.top{align-items:flex-start}.brand img{width:44px;height:44px}}

/* v0.28.47 · nombre visible de quien redime */
.history-customer{display:block;margin-top:5px;font-size:12px;font-weight:850;color:#284e47}
