.order-tabs{display:flex;gap:8px;margin-bottom:15px;flex-wrap:wrap}.order-tab{border:1px solid var(--line);background:#fff;border-radius:18px;padding:8px 13px;color:#66727b}.order-tab.active{background:var(--orange);border-color:var(--orange);color:#fff}.type-icon{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:8px;background:var(--orange-soft);color:var(--orange);margin-right:8px}.status-track{display:flex;align-items:flex-start;overflow:auto;padding:12px 0}.status-node{min-width:145px;text-align:center;position:relative;padding-top:29px}.status-node:before{content:"";position:absolute;top:9px;left:0;right:0;height:2px;background:#e7ebee}.status-node:first-child:before{left:50%}.status-node:last-child:before{right:50%}.status-node i{position:absolute;top:1px;left:calc(50% - 9px);width:18px;height:18px;border:4px solid #e1e6e9;border-radius:50%;background:#fff}.status-node.done i{border-color:#cceedd;background:var(--green)}.status-node.now i{border-color:#ffdbc4;background:var(--orange)}.status-node b,.status-node small{display:block}.status-node small{font-size:10px;color:var(--muted);margin-top:5px}.evidence-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.evidence{border:1px dashed #cfd7dc;border-radius:10px;padding:18px;text-align:center;background:#fafbfb}.evidence b,.evidence small{display:block}.evidence small{color:var(--muted);margin-top:6px}.case-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:14px}.case-note{border-left:3px solid var(--orange);padding:10px 13px;background:var(--orange-soft);line-height:1.8}.decision{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.decision button{border:1px solid var(--line);background:#fff;border-radius:10px;padding:14px}.decision button:hover{border-color:var(--orange);background:var(--orange-soft)}.fund-pipeline{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.fund-stage{border:1px solid var(--line);background:#fff;border-radius:11px;padding:15px;position:relative}.fund-stage:after{content:"→";position:absolute;right:-10px;top:35%;color:#aab3b9;z-index:1}.fund-stage:last-child:after{display:none}.fund-stage b,.fund-stage small,.fund-stage strong{display:block}.fund-stage strong{font-size:20px;margin:9px 0;color:var(--orange)}.fund-stage small{color:var(--muted)}.policy-box{background:#fff8f3;border:1px solid #ffddc7;border-radius:11px;padding:16px;line-height:1.9}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.product{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden}.product-cover{height:100px;background:linear-gradient(135deg,#fff2e9,#ffe0ca);display:grid;place-items:center;font-size:35px;color:var(--orange)}.product-body{padding:16px}.product-body h3{margin:0 0 7px}.product-body p{font-size:11px;color:var(--muted);height:34px}.product-foot{display:flex;align-items:center;justify-content:space-between}.product-foot b{font-size:20px;color:var(--orange)}.countdown{font-variant-numeric:tabular-nums;color:var(--orange);font-weight:800}.warning{color:var(--red);background:#fff1f1;border:1px solid #ffd2d2;border-radius:9px;padding:12px}.settlement-calendar{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.calendar-day{padding:11px 5px;text-align:center;border-radius:8px;background:#f5f7f8}.calendar-day.holiday{background:#fff0f0;color:var(--red)}.calendar-day.pay{background:#eaf8f2;color:var(--green);font-weight:800}@media(max-width:1050px){.fund-pipeline{grid-template-columns:1fr 1fr}.fund-stage:after{display:none}.evidence-grid,.product-grid{grid-template-columns:1fr 1fr}.case-layout{grid-template-columns:1fr}}@media(max-width:720px){.fund-pipeline,.evidence-grid,.product-grid,.decision{grid-template-columns:1fr}}
