.order-card{background:#fff;border-radius:20px;padding:30px;box-shadow:0 20px 60px rgba(0,0,0,.1);border:1px solid #e0e0e0;margin-bottom:30px}.order-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px;padding-bottom:25px;border-bottom:2px solid #f0f0f0;margin-bottom:25px}.order-title{font-size:24px;color:#333}.order-status{padding:8px 20px;border-radius:50px;font-weight:600;font-size:14px;text-transform:uppercase;letter-spacing:.5px}.grand-total{background-color:#e9418f}.quick-actions button.action-btn.btn-primary{background-color:#e9418f}.quick-actions .btn-success{background-color:#4799aa}.status-pending{background:#fef3c7;color:#92400e}.status-processing{background:#dbeafe;color:#1e40af}.status-completed{background:#d1fae5;color:#065f46}.status-cancelled{background:#fee2e2;color:#991b1b}.status-refunded{background:#f3e8ff;color:#6b21a8}.status-failed{background:#fecaca;color:#7f1d1d}.status-on-hold{background:#fff3cd;color:#856404}.order-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px;margin-bottom:30px}.info-section{background:#f8f9fa;border-radius:15px;padding:20px}.info-section h3{color:#333;margin-bottom:15px;font-size:18px;font-weight:600;padding-bottom:10px;border-bottom:2px solid #e0e0e0}.info-list{list-style:none}.info-list li{padding:8px 0;display:flex;flex-wrap:wrap;border-bottom:1px solid #e9ecef}.info-list li:last-child{border-bottom:none}.info-label{font-weight:600;min-width:120px;color:#495057}.info-value{flex:1;color:#212529}.products-table{width:100%;border-collapse:collapse;margin-top:15px}.products-table th{background:#f1f3f5;padding:12px;text-align:left;font-weight:600;color:#495057}.products-table td{padding:12px;border-bottom:1px solid #e9ecef}.products-table tr:last-child td{border-bottom:none}.total-row{font-weight:600;background:#f8f9fa}.grand-total{font-weight:700;background:#007cba;color:white}.grand-total td{padding:15px 12px}.error-message{background:#fee2e2;border:1px solid #fecaca;color:#991b1b;padding:20px 25px;border-radius:10px;margin-bottom:20px;font-weight:500;font-size:16px}.success-message{background:#d1fae5;border:1px solid #a7f3d0;color:#065f46;padding:20px 25px;border-radius:10px;margin-bottom:20px;font-weight:500;font-size:16px}.quick-actions{display:flex;gap:15px;margin-top:30px;flex-wrap:wrap}.action-btn{padding:12px 25px;border:none;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:8px;text-decoration:none;font-size:14px}.btn-primary{background:#007cba;color:white}.btn-primary:hover{background:#005a87}.btn-secondary{background:#6c757d;color:white}.btn-secondary:hover{background:#5a6268}.btn-success{background:#28a745;color:white}.btn-success:hover{background:#218838}.spinner.active{display:block}.address-block{line-height:1.6}.address-block strong{color:#333}@media (max-width:768px){.order-grid{grid-template-columns:1fr}.info-list li{flex-direction:column}.info-label{margin-bottom:4px}}