@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');
:root{font-family:'DM Sans',sans-serif;color:#253d33;background:#f6f5ef;font-synthesis:none;--green:#214b3d;--muted:#747b72;--line:#e2e4da}
*{box-sizing:border-box}body{margin:0;min-height:100vh;display:flex;flex-direction:column}a{color:inherit}button,textarea{font:inherit}button,a,textarea{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #b7a864;outline-offset:4px}button{cursor:pointer;border:0;transition:background .15s,color .15s,transform .15s}button:disabled{opacity:.5;cursor:wait}button:active:not(:disabled){transform:translateY(1px)}svg{display:block}header,footer{width:min(1120px,100%);margin:0 auto;padding:28px 40px;display:flex;align-items:center;justify-content:space-between;gap:24px}header{min-height:96px}.brand{display:flex;align-items:center;gap:10px;font-family:Manrope,sans-serif;font-size:20px;font-weight:800;letter-spacing:-.8px;text-decoration:none}.brand span{color:#a49353;margin-left:-8px}.brand img{border-radius:11px}.header-link{font-size:12px;text-decoration:none;color:#646e63}.header-link span{margin-left:12px;font-size:17px}.header-link:hover{color:var(--green)}main{width:min(1120px,100%);padding:76px 40px 96px;margin:auto;flex:1;display:flex;flex-direction:column;justify-content:center}.start-layout{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.eyebrow{font-size:10px;font-weight:700;letter-spacing:1.8px;color:var(--muted);margin:0 0 22px;display:flex;align-items:center;gap:9px}.status-dot{width:6px;height:6px;border-radius:50%;background:#78946c;box-shadow:0 0 0 4px #e7ecdf}h1,h2{font-family:Manrope,sans-serif}h1{font-size:clamp(48px,5.7vw,72px);line-height:1.08;letter-spacing:-3.8px;font-weight:600;margin:0 0 24px}h1 span{color:#829273}.intro{color:var(--muted);font-size:16px;line-height:1.75;margin:0}.steps{display:flex;gap:18px;align-items:center;margin-top:44px;font-size:11px;color:#737c70}.steps span{display:flex;align-items:center;gap:8px}.steps b{font-size:9px;font-weight:500;border:1px solid #dce1d4;border-radius:50%;width:24px;height:24px;display:grid;place-items:center}.steps i{font-style:normal;color:#a5ad9e}.card{background:#fffefa;border:1px solid var(--line);border-radius:22px}.entry-card{padding:30px;box-shadow:0 12px 44px #273e3006}.form-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.form-heading .eyebrow{margin:0 0 7px;font-size:9px;letter-spacing:1.6px}h2{font-size:23px;font-weight:700;letter-spacing:-.9px;margin:0}.ticket-icon{background:#f2f1e6;width:42px;height:42px;display:grid;place-items:center;border-radius:50%;color:#7c886f;font-size:24px}.input-heading{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}label{font-size:12px;font-weight:500}.generate{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:600;padding:8px 9px;border-radius:7px;background:#eff1e8;color:#526749;white-space:nowrap}.generate span{font-size:15px}.generate:hover{background:#e3e9d8}textarea{display:block;width:100%;min-height:164px;resize:vertical;background:#f8f9f4;border:1px solid #e0e5d8;border-radius:12px;padding:16px;color:var(--green);font:16px/1.8 monospace;letter-spacing:1px;text-transform:uppercase;margin-bottom:18px}textarea::placeholder{font:12px/1.8 'DM Sans',sans-serif;letter-spacing:0;text-transform:none;color:#93998d}.primary,.secondary{display:flex;align-items:center;justify-content:center;gap:18px;min-height:48px;border-radius:10px;padding:13px 20px;font-size:13px;font-weight:500}.primary{color:#fff;background:var(--green)}.primary:hover{background:#315e4c}#submit{width:100%;justify-content:space-between}.secondary{color:#5e6d59;background:transparent;border:1px solid #d6ddcd}.secondary:hover{background:#eaf0e3}.form-note{text-align:center;font-size:10px;color:#959c90;margin:16px 0 0}.result-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:30px}.result-heading h1{font-size:44px;letter-spacing:-2px;margin:0}.result-heading .eyebrow{margin-bottom:12px}#result-label{font-size:12px;color:var(--muted);margin:0 0 6px;white-space:nowrap}#results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.reward{padding:24px;display:grid;grid-template-columns:minmax(0,1fr) 44px;align-items:center;column-gap:10px;position:relative;overflow:hidden}.reward:before{content:'';position:absolute;left:0;top:22px;bottom:22px;width:3px;border-radius:0 4px 4px 0;background:#b1c5a1}.reward p{grid-column:1/-1;font:11px monospace;letter-spacing:1px;color:#939b8e;margin:0 0 14px;overflow-wrap:anywhere}.reward output{font:600 clamp(20px,2.7vw,28px)/1.4 monospace;letter-spacing:1.5px;overflow-wrap:anywhere}.reward .progress{grid-column:1/-1;font:13px/1.7 'DM Sans',sans-serif;letter-spacing:0;color:#7f8977}.reward a{grid-column:1/-1;font-size:10px;color:#818c78;text-decoration:none;margin-top:16px;border-top:1px dashed #e1e5d9;padding-top:14px}.reward a:hover{color:var(--green)}.reward.failed{border-color:#e6d5c9}.reward.failed:before{background:#d4a186}.reward.failed .progress{color:#a26c50}.copy-icon{display:grid;place-items:center;width:44px;height:44px;padding:11px;background:transparent;color:#8b908c;border-radius:10px}.copy-icon:hover{color:#555b57;background:#f0f1ed}.copy-icon svg{width:22px;height:22px}.result-actions{display:flex;gap:12px;margin-top:26px}.recover{align-self:flex-start;margin-top:16px}#status{font-size:13px;line-height:1.6;margin:24px 0 0}#status.error{color:#965b40;border:1px solid #eddbce;background:#fff6ee;border-radius:12px;padding:14px 18px}#status:empty{display:none}footer{border-top:1px solid var(--line);font-size:10px;color:#8a9383;align-items:flex-start}.footer-divider{margin:0 12px;color:#c2c8b9}footer details{max-width:400px;text-align:right}footer summary{cursor:pointer}footer p{line-height:1.8}footer a{font-size:10px}[hidden]{display:none!important}
@media(min-width:1500px){main{padding-top:110px;padding-bottom:130px}}
@media(max-width:850px){.start-layout{gap:32px}header,footer{padding:24px}main{padding:48px 24px 64px}h1{font-size:54px;letter-spacing:-3px}.entry-card{padding:24px}.steps{gap:10px}}
@media(max-width:640px){header{min-height:80px;padding:20px}.brand{font-size:18px}.brand img{width:32px;height:32px}.header-link{font-size:10px}.header-link span{margin-left:3px}main{padding:32px 20px 48px;justify-content:flex-start}.start-layout{grid-template-columns:1fr;gap:30px}.hero .eyebrow{margin-bottom:18px}h1{font-size:52px;letter-spacing:-3px}.intro{font-size:14px}.steps{margin-top:22px}.entry-card{padding:24px}.form-heading{margin-bottom:24px}.result-heading{align-items:flex-start;flex-direction:column;gap:14px}.result-heading h1{font-size:38px}#results{grid-template-columns:1fr}.result-actions{flex-wrap:wrap}.result-actions button{flex:1;white-space:nowrap;padding:12px 16px}.reward output{font-size:26px}footer{padding:22px 20px;gap:14px;flex-wrap:wrap}footer details{text-align:left}.footer-divider{margin:0 6px}}
@media(prefers-reduced-motion:reduce){button{transition:none}}
