:root{--purple:#6533e8;--pink:#ed176f;--ink:#11101d;--muted:#6b6877;--line:#e7e3ed}*{box-sizing:border-box}body{margin:0;background:#f8f6fc;color:var(--ink);font:14px 'DM Sans',sans-serif}header{height:78px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 max(22px,calc((100% - 1050px)/2))}header a{display:flex;align-items:center;gap:10px;color:var(--ink);text-decoration:none;font-size:20px}header img{width:34px}header span{color:var(--purple);font-size:10px;font-weight:800}main{width:min(1050px,calc(100% - 30px));margin:40px auto}.private-badge{display:inline-block;background:#eee8ff;color:var(--purple);border-radius:20px;padding:8px 14px;font-size:10px;font-weight:700;margin-bottom:15px}.order-head{background:linear-gradient(110deg,#191536,#30265f);color:#fff;border-radius:16px;padding:30px;display:flex;justify-content:space-between;align-items:center}.order-head small{color:#c9c3e5}.order-head h1{font-size:30px;margin:7px 0}.order-head .status{background:#fff2;padding:9px 14px;border-radius:20px;font-size:10px;font-weight:800;text-transform:uppercase}.content-grid{display:grid;grid-template-columns:1.6fr 1fr;gap:18px;margin-top:18px}.card{background:#fff;border:1px solid var(--line);border-radius:13px;padding:24px}.card h2{font-size:17px;margin:0 0 20px}.summary{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.summary div{background:#f8f6fc;border-radius:9px;padding:14px}.summary span{display:block;color:var(--muted);font-size:9px}.summary b{display:block;margin-top:5px}.progress-title{display:flex;justify-content:space-between;margin:28px 0 8px}.progress{height:10px;border-radius:8px;background:#e5e1eb;overflow:hidden}.progress i{display:block;height:100%;background:linear-gradient(90deg,var(--purple),var(--pink));border-radius:8px}.timeline{display:grid;grid-template-columns:repeat(4,1fr);margin-top:30px}.timeline div{position:relative;text-align:center;color:#a3a0aa;font-size:9px}.timeline div:before{content:'';display:block;width:18px;height:18px;border-radius:50%;background:#ddd8e4;margin:0 auto 8px;position:relative;z-index:2}.timeline div:not(:last-child):after{content:'';position:absolute;left:50%;right:-50%;top:8px;height:3px;background:#ddd8e4}.timeline div.on{color:var(--purple);font-weight:700}.timeline div.on:before,.timeline div.on:not(:last-child):after{background:var(--purple)}.count-box{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding:13px 0}.count-box span{color:var(--muted)}.count-box b{font-size:19px}.proof-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:18px}.proof{border:1px solid var(--line);border-radius:10px;overflow:hidden}.proof img{width:100%;height:210px;object-fit:cover;display:block}.proof div{padding:12px}.proof span{display:block;color:var(--muted);font-size:9px}.proof b{display:block;margin-top:3px}.empty-proof{height:210px;display:grid;place-items:center;background:#f8f6fb;color:#9b97a5;text-align:center;padding:20px}.receipt-upload{margin-top:18px;border:1px dashed #bfb8d2;border-radius:10px;padding:15px}.receipt-upload input{width:100%;font-size:10px;margin:10px 0}.receipt-upload button{width:100%;border:0;padding:12px;border-radius:7px;background:linear-gradient(90deg,var(--purple),var(--pink));color:#fff;font-weight:700}.loading,.error{background:#fff;padding:45px;text-align:center;border-radius:14px}.error{color:#b22}footer{text-align:center;padding:35px;color:#8a8693;font-size:10px}@media(max-width:750px){header span{display:none}.order-head{align-items:flex-start;gap:20px}.order-head h1{font-size:22px}.content-grid{grid-template-columns:1fr}.summary{grid-template-columns:1fr}.proof-grid{grid-template-columns:1fr}.proof img,.empty-proof{height:260px}}
