
/* [2026-08-06] 生成结果弹窗与退款截图凭证 */
.result-modal[hidden]{display:none}.result-modal{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:24px}.modal-backdrop{position:absolute;inset:0;background:rgba(10,24,18,.72);backdrop-filter:blur(5px)}.modal-card{position:relative;z-index:1;width:min(620px,100%);max-height:92vh;overflow:auto;background:#fdfcf7;border-radius:20px;padding:34px;box-shadow:0 28px 90px rgba(0,0,0,.3)}.modal-close{position:absolute;right:16px;top:13px;width:36px;height:36px;border:0;border-radius:50%;background:#ecece5;color:#555;font-size:23px;cursor:pointer}.modal-success-icon,.modal-destroy-icon{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;margin-bottom:18px;font-size:29px;font-weight:900}.modal-success-icon{background:#def1de;color:#267044}.modal-destroy-icon{background:#ffe0dc;color:#a92f29}.modal-card h2{font:38px Georgia,"Songti SC",serif;margin:0 0 10px}.modal-lead{color:var(--muted);line-height:1.7;margin-bottom:20px}.modal-account,.modal-card .key-result{background:#f7f8f3}.modal-primary{display:block;width:100%;margin-top:16px;padding:15px;border:0;border-radius:10px;background:var(--green);color:white;font-weight:800;text-align:center;cursor:pointer}.link-button{text-decoration:none}.refund-box{margin-top:22px;padding:20px;border:2px solid #d45049;border-radius:13px;background:#fff2ef}.inline-refund-box{grid-column:1/-1;margin-top:-8px;padding:18px 20px;border:2px solid #d45049;border-radius:13px;background:#fff2ef}.inline-refund-box h3{margin:0;color:#9d302a;font-size:18px}.inline-refund-box p{margin:8px 0 14px;color:#77443f;line-height:1.7;font-size:13px}.refund-box h3{margin:0;color:#9d302a;font-size:20px}.refund-box p{color:#77443f;line-height:1.7}.modal-danger{width:100%;padding:15px;border:0;border-radius:9px;background:#b93832;color:#fff;font-weight:900;font-size:15px;cursor:pointer}.modal-danger:hover{background:#902823}.refund-receipt{display:grid;grid-template-columns:120px 1fr;gap:13px;margin:24px 0;padding:20px;border:2px dashed #c64b44;border-radius:12px;background:#fff4f1}.refund-receipt p,.refund-receipt strong{margin:0}.refund-receipt p{color:#7f625e}.refund-receipt strong{color:#8f2824}.refund-steps{padding-left:25px;line-height:2;color:#4e514d}.receipt-time{text-align:center;color:#777;font-size:12px;margin-top:20px}.eyebrow.refund{color:#b93832}.modal-open{overflow:hidden}@media(max-width:650px){.result-modal{padding:10px}.modal-card{padding:26px 18px;border-radius:15px}.modal-card h2{font-size:30px}.refund-receipt{grid-template-columns:100px 1fr;padding:15px}.modal-close{right:10px;top:10px}}
