:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#132219;background:#f3f1e9;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at top,#fff 0,#f3f1e9 42rem)}#root{min-height:100vh;display:flex;flex-direction:column}header{display:flex;gap:.75rem;align-items:center;padding:1.25rem;max-width:38rem;width:100%;margin:0 auto}header strong{display:block;font-size:1.15rem;letter-spacing:.02em}header span{display:block;color:#647168;font-size:.78rem;margin-top:.1rem}.brand-mark{display:grid;place-items:center;width:2.4rem;height:2.4rem;border-radius:.85rem;background:#17271d;color:#8bd047;font-weight:800}main,.terminal{width:calc(100% - 2rem);max-width:35rem;margin:1rem auto;padding:1.5rem;background:#fffffff5;border:1px solid #e2e5de;border-radius:1.5rem;box-shadow:0 1.2rem 3rem #17271d17}.eyebrow{display:inline-flex;padding:.35rem .65rem;border-radius:99rem;background:#eaf6df;color:#397216;font-size:.75rem;font-weight:750;text-transform:uppercase;letter-spacing:.06em}h1{margin:.9rem 0 .5rem;font-size:clamp(1.75rem,7vw,2.45rem);line-height:1.05;letter-spacing:-.04em}.intro{color:#657168;line-height:1.5;margin:0 0 1.4rem}dl{margin:0;border:1px solid #e5e8e2;border-radius:1rem;overflow:hidden}dl div{display:flex;justify-content:space-between;gap:1rem;padding:.9rem 1rem;border-bottom:1px solid #e5e8e2}dl div:last-child{border-bottom:0}dt{color:#68746b}dd{margin:0;text-align:right;font-weight:720}.amount{background:#f4faef}.amount dd{color:#397216;font-size:1.15rem}.offer{display:flex;align-items:flex-start;gap:.75rem;margin:1.3rem 0;line-height:1.45;color:#3d4941}.offer input{width:1.25rem;height:1.25rem;margin:.1rem 0 0;accent-color:#64be2f;flex:0 0 auto}a{color:#3a7819;font-weight:700;text-underline-offset:.15rem}button{width:100%;border:0;border-radius:1rem;padding:1rem;color:#102014;background:#75cc42;font:inherit;font-weight:800;cursor:pointer;box-shadow:inset 0 -2px #00000014}button:hover:not(:disabled){background:#83d84f}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid #1d6329;outline-offset:3px}button:disabled{cursor:not-allowed;opacity:.46}.security-note{color:#738078;font-size:.78rem;text-align:center;margin:1rem 0 0}.waiting{margin-top:1.25rem;padding:1rem;border-radius:1rem;background:#f4faef;color:#315b21;display:flex;align-items:center;gap:.7rem}.pulse,.loading span{width:.75rem;height:.75rem;border-radius:50%;background:#75cc42;animation:pulse 1.4s infinite}.loading{margin:auto;display:flex;gap:.75rem;align-items:center;color:#526057;padding:2rem}.terminal{text-align:center;margin:auto;padding:2.4rem 1.5rem}.terminal p{color:#667269;line-height:1.5;max-width:26rem;margin:.8rem auto 0}.status-mark{display:grid;place-items:center;width:3.4rem;height:3.4rem;margin:0 auto;border-radius:50%;background:#eef1ec;color:#526057;font-size:1.4rem;font-weight:800}.terminal--succeeded .status-mark{background:#e5f7da;color:#397216}.terminal--requires_review .status-mark{background:#fff1ce;color:#8a5c00}footer{margin-top:auto;padding:1.5rem;text-align:center;color:#7a847d;font-size:.75rem}@keyframes pulse{50%{opacity:.3;transform:scale(.8)}}@media (min-width: 640px){header{padding-top:2rem}main{padding:2rem;margin-top:2rem}}@media (prefers-reduced-motion: reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
