.my-orders-page{min-height:70vh;padding:28px 0 80px;background:#f8fafc}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:120px 0;color:#5a6e85;font-weight:600}.spinner{width:36px;height:36px;border:3px solid #E5EAF0;border-top-color:#ff6b35;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.status-box{max-width:420px;margin:50px auto;text-align:center;background:#fff;border-radius:24px;padding:44px 28px;box-shadow:0 4px 20px #0f172a0f}.status-icon-badge{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#fff0ea,#ffe3d5);display:flex;align-items:center;justify-content:center;margin:0 auto 18px}.status-icon-badge i{font-size:1.7rem;color:#ff6b35}.status-box h2{font-size:1.15rem;font-weight:700;color:#1b2a4a;margin-bottom:8px}.status-box p{color:#5a6e85;font-size:.88rem;margin-bottom:20px}.primary-link-btn{display:inline-flex;align-items:center;gap:8px;background:#ff6b35;color:#fff;text-decoration:none;padding:12px 26px;border-radius:40px;font-weight:700;font-size:.88rem;box-shadow:0 8px 18px #ff6b3547;transition:all .2s ease}.primary-link-btn:hover{background:#e85a28;transform:translateY(-1px)}.page-title{font-size:1.35rem;font-weight:800;color:#1b2a4a;display:flex;align-items:center;gap:10px;margin-bottom:20px;max-width:640px;margin-left:auto;margin-right:auto}.page-title i{color:#ff6b35}.orders-list{max-width:640px;margin:0 auto;display:flex;flex-direction:column;gap:14px}.order-card{background:#fff;border-radius:20px;padding:16px;box-shadow:0 4px 16px #0f172a0d;border:1px solid #F0F3F8}.order-top-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:4px;padding-bottom:12px;border-bottom:1px dashed #E5EAF0}.order-shop-name{font-size:.92rem;font-weight:700;color:#1b2a4a;display:flex;align-items:center;gap:8px}.order-shop-name .shop-icon-badge{width:28px;height:28px;border-radius:9px;background:#fff0ea;color:#ff6b35;display:flex;align-items:center;justify-content:center;font-size:.78rem;flex-shrink:0}.shop-icon-badge.delivery-icon{background:#eaf2ff;color:#2563eb}.shop-icon-badge.ride-icon{background:#e9ecf5;color:#1b2a4a}.order-date{font-size:.72rem;color:#9aa8bc;margin-top:4px;margin-left:36px}.status-stepper{display:flex;align-items:center;gap:4px;margin:16px 0 6px}.step-dot{width:26px;height:26px;border-radius:50%;background:#f0f3f8;color:#b0bccb;display:flex;align-items:center;justify-content:center;font-size:.7rem;flex-shrink:0;transition:all .2s ease}.step-dot.done{background:#ff6b35;color:#fff;box-shadow:0 4px 10px #ff6b3559}.step-line{flex:1;height:3px;background:#f0f3f8;border-radius:2px}.step-line.done{background:#ff6b35}.step-label-row{display:flex;justify-content:space-between;font-size:.68rem;color:#9aa8bc;font-weight:600;margin-bottom:14px}.cancelled-note{display:flex;align-items:center;justify-content:center;gap:8px;text-align:center;font-size:.82rem;font-weight:700;color:#d14343;background:#fff0ea;padding:10px;border-radius:12px;margin:14px 0}.disputed-note{display:flex;align-items:center;justify-content:center;gap:8px;text-align:center;font-size:.82rem;font-weight:700;color:#b8860b;background:#fff4e0;padding:10px;border-radius:12px;margin:14px 0}.order-items-list{background:#f8fafc;border-radius:14px;padding:10px 14px;margin:4px 0 12px}.order-item-line{display:flex;justify-content:space-between;font-size:.8rem;color:#3a4a60;padding:4px 0}.customer-stage-box{border-radius:14px;padding:12px 14px;margin:4px 0 12px}.customer-stage-box.stage-pickup{background:#fff0ea;border:1.5px solid #FF6B35}.customer-stage-box.stage-dropoff{background:#e8f6ec;border:1.5px solid #1B7A3C}.customer-stage-status{display:flex;align-items:center;gap:6px;font-size:.76rem;font-weight:700;color:#ff6b35;margin-bottom:8px}.stage-dropoff .customer-stage-status{color:#1b7a3c}.customer-stage-status i{font-size:.5rem}.customer-stage-label{font-size:.7rem;font-weight:700;color:#5a6e85;display:block;margin-bottom:2px}.customer-stage-address{font-size:.82rem;color:#1b2a4a;font-weight:600;margin-bottom:6px}.customer-stage-instruction{display:flex;align-items:flex-start;gap:6px;font-size:.74rem;color:#1b2a4a;font-weight:600;line-height:1.4;background:#fff9;border-radius:8px;padding:6px 9px;margin-bottom:6px}.customer-stage-instruction i{margin-top:2px;flex-shrink:0}.customer-stage-time{font-size:.72rem;color:#1b7a3c;font-weight:700;display:flex;align-items:center;gap:5px}.order-contact-row{display:flex;gap:10px}.order-contact-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:10px;border-radius:12px;text-decoration:none;font-size:.8rem;font-weight:700;transition:all .15s ease;border:none;cursor:pointer;font-family:inherit}.order-call-btn{background:#eaf2ff;color:#2563eb}.order-call-btn:hover{background:#2563eb;color:#fff}.order-wa-btn{background:#e9f9ef;color:#1ea952}.order-wa-btn:hover{background:#1ea952;color:#fff}.order-chat-btn{background:#fff0ea;color:#ff6b35}.order-chat-btn:hover{background:#ff6b35;color:#fff}.delivery-desc{font-size:.82rem;color:#5a6e85;margin:8px 0 12px;line-height:1.5}.delivery-area{font-size:.76rem;color:#9aa8bc;margin-bottom:12px}.delivery-area i{color:#ff6b35;margin-right:4px}.delivery-expiry-note{font-size:.7rem;color:#b8860b;background:#fff4e0;padding:6px 10px;border-radius:10px;margin-bottom:10px;display:inline-flex;align-items:center;gap:5px}.best-price-box{background:linear-gradient(135deg,#fff0ea,#fff6f2);border:1.5px solid #FFD3BC;border-radius:16px;padding:16px;text-align:center;margin-bottom:12px}.best-price-label{display:block;font-size:.74rem;font-weight:700;color:#b8703f;margin-bottom:4px}.best-price-value{display:block;font-size:1.6rem;font-weight:800;color:#ff6b35}.asking-price-row{display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:#5a6e85;margin-bottom:8px}.btn-increase-price{background:#eaf2ff;color:#2563eb;border:none;padding:6px 14px;border-radius:10px;font-size:.72rem;font-weight:700;cursor:pointer;font-family:inherit}.increase-price-row{display:none;gap:8px;margin-bottom:10px}.increase-price-row.active{display:flex}.increase-price-row input{flex:1;border:1px solid #E5EAF0;border-radius:10px;padding:8px 12px;font-size:.82rem;font-family:inherit;outline:none}.increase-price-row button{background:#2563eb;color:#fff;border:none;padding:8px 16px;border-radius:10px;font-size:.78rem;font-weight:700;cursor:pointer}.btn-confirm-best-price{width:100%;background:#1b7a3c;color:#fff;border:none;padding:13px;border-radius:12px;font-size:.86rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:8px;font-family:inherit}.btn-confirm-best-price:hover{background:#156530}.btn-confirm-best-price:disabled{background:#c9d3de;cursor:not-allowed}.no-offers-note{text-align:center;color:#9aa8bc;font-size:.78rem;padding:4px 0 12px}.btn-cancel-request{width:100%;background:#fff0ea;color:#d14343;border:none;padding:11px;border-radius:12px;font-size:.8rem;font-weight:700;cursor:pointer;margin-top:6px;display:flex;align-items:center;justify-content:center;gap:6px}.btn-cancel-request:hover{background:#d14343;color:#fff}.btn-received{width:100%;background:#1b7a3c;color:#fff;border:none;padding:12px;border-radius:12px;font-size:.85rem;font-weight:700;cursor:pointer;margin-top:8px;display:flex;align-items:center;justify-content:center;gap:8px}.btn-received:hover{background:#156530}.payment-proof-box{margin-top:12px;border:1.5px dashed #E5EAF0;border-radius:12px;padding:12px;text-align:center}.payment-proof-box label{font-size:.78rem;color:#5a6e85;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px}.payment-proof-box input[type=file]{display:none}.proof-thumbs{display:flex;gap:6px;flex-wrap:wrap;margin-top:8px;justify-content:center}.proof-thumbs img{width:44px;height:44px;object-fit:cover;border-radius:8px}.waiting-note{text-align:center;font-size:.8rem;color:#b8860b;background:#fff4e0;padding:10px;border-radius:12px;margin-top:10px}.dispute-link{display:block;text-align:center;font-size:.74rem;color:#d14343;margin-top:8px;cursor:pointer;text-decoration:underline;background:none;border:none;font-family:inherit;width:100%}.review-box{margin-top:12px;border-top:1px dashed #E5EAF0;padding-top:12px}.review-stars{display:flex;justify-content:center;gap:6px;margin-bottom:8px}.review-stars button{background:none;border:none;font-size:1.3rem;color:#e5eaf0;cursor:pointer;padding:2px}.review-stars button.active{color:#ffb020}.review-box textarea{width:100%;border:1px solid #E5EAF0;border-radius:10px;padding:8px 12px;font-size:.8rem;font-family:inherit;resize:vertical;min-height:50px;margin-bottom:8px;outline:none}.btn-submit-review{width:100%;background:#ff6b35;color:#fff;border:none;padding:10px;border-radius:10px;font-size:.8rem;font-weight:700;cursor:pointer}.review-submitted-note{text-align:center;font-size:.78rem;color:#1b7a3c;margin-top:10px}
