.order-stats { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-bottom: 16px; }
.order-stats span { padding: 14px 16px; border: 1px solid #ece5dd; border-radius: 12px; background: #fffdf9; color: #938980; }
.order-stats b { display: block; margin-top: 4px; color: #1e1712; font-size: 20px; }
.order-toolbar { justify-content: flex-start !important; flex-wrap: wrap; }
.order-toolbar input { flex: 1; min-width: 300px; }
.order-rule { margin: -4px 0 14px; padding: 10px 14px; border-radius: 10px; background: #fff3df; color: #99652d; font-size: 12px; }
.order-type, .order-price-type { display: inline-block; margin-top: 5px; margin-right: 5px; padding: 3px 7px; border-radius: 5px; font-size: 11px; }
.order-type.normal { background: #edf3ea; color: #56785c; }
.order-type.enjoy { background: #f3e7d6; color: #8e5f2f; }
.order-type.points { background: #e8edf8; color: #526a98; }
.order-price-type.dealer { background: #2d2119; color: #e9c58f; }
.order-price-type.group { background: #f4ecdf; color: #94632e; }
.order-actions { min-width: 220px; white-space: normal; }
.order-actions .btn { margin: 2px; }
.order-detail { width: 680px; }
.order-section-head { margin-top: 20px; margin-bottom: 8px; }
.order-item-line { display: flex; justify-content: space-between; padding: 10px 4px; border-bottom: 1px solid #ece5dd; }
.order-timeline { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin-top: 14px; }
.order-timeline div { padding: 10px 12px; border-radius: 9px; background: #f8f4ee; }
.order-timeline small { display: block; color: #938980; font-size: 11px; }
.order-timeline b { font-size: 12px; }
.referral-card { margin-top: 18px; padding: 16px; border: 1px solid #e3c89f; border-radius: 12px; background: #fff8ed; }
.referral-card h3 { margin: 0 0 10px; }
.referral-card p { margin: 7px 0; color: #665a51; font-size: 12px; }
@media (max-width: 900px) { .order-stats { grid-template-columns: repeat(2, 1fr); } .order-detail { width: 92vw; } }
