.result-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at top left,rgba(241,100,30,.14),transparent 34%),#f7f5f2}.result-card{width:min(620px,100%);padding:clamp(26px,6vw,52px);border:1px solid var(--line);border-radius:26px;background:var(--white);box-shadow:var(--shadow);text-align:center}.result-icon{width:74px;height:74px;display:grid;place-items:center;margin:28px auto 18px;border-radius:50%;color:var(--white);background:var(--orange);font-size:2rem;font-weight:900}.result-icon.success{background:var(--green)}.result-icon.error,.result-icon.cancelled{background:#b42318}.result-card h1{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(2rem,6vw,3.2rem);font-weight:500;letter-spacing:-.04em}.result-card>p:not(.eyebrow):not(.result-help){color:var(--muted);line-height:1.65}.download-list{display:grid;gap:10px;margin:24px 0;text-align:left}.download-item{display:flex;justify-content:space-between;gap:14px;align-items:center;padding:14px;border:1px solid var(--line);border-radius:14px}.download-item strong{display:block}.download-item span{color:var(--muted);font-size:.78rem}.download-item a{flex:0 0 auto;padding:9px 13px;border-radius:999px;color:var(--white);background:var(--ink);font-size:.8rem;font-weight:750;text-decoration:none}.result-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:24px}.result-actions button,.result-actions a{padding:12px 18px;border:1px solid var(--ink);border-radius:999px;color:var(--ink);background:var(--white);font-weight:750;text-decoration:none;cursor:pointer}.result-actions .primary-link,.result-actions button{color:var(--white);background:var(--ink)}.result-help{margin:24px 0 0;color:var(--muted);font-size:.76rem;line-height:1.5}
