.cart-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:flex-end;z-index:10000;animation:fadeIn .3s ease}.cart-container{width:100%;max-width:500px;height:100vh;height:100dvh;background:#fff;display:flex;flex-direction:column;box-shadow:-4px 0 20px rgba(0,0,0,.15);animation:slideInRight .3s ease;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1)}.cart-header-title{display:flex;align-items:center;gap:.75rem}.cart-header-title h2{margin:0;font-size:1.5rem;font-weight:600}.cart-icon{width:28px;height:28px}.cart-count{background:hsla(0,0%,100%,.3);color:#fff;padding:.25rem .6rem;border-radius:12px;font-size:.875rem;font-weight:600}.cart-close-btn{background:hsla(0,0%,100%,.2);border:none;color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.cart-close-btn:hover{background:hsla(0,0%,100%,.3);transform:rotate(90deg)}.cart-content{flex:1;overflow-y:auto;overflow-x:hidden;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;touch-action:pan-y;scroll-behavior:smooth}.cart-content [role=button],.cart-content button{touch-action:pan-y pinch-zoom}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center;flex:1}.empty-icon{width:80px;height:80px;color:#cbd5e0;margin-bottom:1rem}.cart-empty h3{margin:0 0 .5rem;color:#2d3748;font-size:1.25rem}.cart-empty p{margin:0;color:#718096}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{display:flex;gap:1rem;padding:1rem;background:#f7fafc;border-radius:12px;transition:all .3s ease;border:2px solid transparent}.cart-item:hover{border-color:#667eea;box-shadow:0 4px 12px rgba(102,126,234,.15)}.cart-item-image{width:80px;height:80px;border-radius:8px;overflow:hidden;background:#e2e8f0;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cart-item-image img{width:100%;height:100%;object-fit:cover}.placeholder-icon{width:40px;height:40px;color:#a0aec0}.cart-item-details{flex:1;display:flex;flex-direction:column;gap:.25rem}.cart-item-details h4{margin:0;font-size:1rem;font-weight:600;color:#2d3748}.service-name{margin:0;font-size:.875rem;color:#718096}.item-options{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.25rem}.item-options span{font-size:.75rem;padding:.125rem .5rem;background:#fff;border-radius:4px;color:#4a5568}.item-price{margin:.5rem 0 0;font-size:1rem;font-weight:700;color:#667eea}.cart-item-actions{flex-direction:column}.cart-item-actions,.quantity-controls{display:flex;gap:.5rem;align-items:center}.quantity-controls{background:#fff;border-radius:8px;padding:.25rem;box-shadow:0 2px 4px rgba(0,0,0,.1)}.quantity-controls button{width:28px;height:28px;border:none;background:#667eea;color:#fff;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.quantity-controls button:hover:not(:disabled){background:#5a67d8;transform:scale(1.1)}.quantity-controls button:disabled{background:#cbd5e0;cursor:not-allowed;opacity:.5}.quantity-controls span{min-width:30px;text-align:center;font-weight:600;color:#2d3748}.cart-qty-readonly{min-width:40px;padding:.35rem .75rem;background:#f1f5f9;border-radius:8px;font-weight:600;color:#475569;font-size:.95rem;box-shadow:0 1px 2px rgba(0,0,0,.06)}.cart-qty-readonly,.remove-btn{display:flex;align-items:center;justify-content:center}.remove-btn{background:#fee;color:#e53e3e;border:none;padding:.5rem;border-radius:6px;cursor:pointer;transition:all .2s ease}.remove-btn:hover{background:#fc8181;color:#fff}.cart-summary{background:linear-gradient(135deg,#667eea,#764ba2);padding:1.5rem;border-radius:12px;display:flex;flex-direction:column;gap:.75rem;box-shadow:0 4px 12px rgba(102,126,234,.3)}.summary-row{display:flex;justify-content:space-between;align-items:center;color:#fff;font-size:.95rem}.summary-row.total{padding-top:.75rem;border-top:2px solid hsla(0,0%,100%,.3);font-size:1.25rem;font-weight:700}.checkout-section{gap:1.5rem;background:#f7fafc;padding:1.5rem;border-radius:12px}.checkout-section,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-label{gap:.5rem;font-weight:600;color:#2d3748;font-size:.95rem}.form-textarea{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-family:inherit;font-size:.95rem;resize:vertical;transition:all .2s ease}.form-textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.order-type-options{display:flex;gap:.5rem;flex-wrap:wrap}.type-btn{padding:.5rem .75rem;border-radius:8px;border:2px solid #e2e8f0;background:#fff;cursor:pointer;font-weight:600;color:#2d3748;transition:all .18s ease}.type-btn:hover{border-color:#667eea;transform:translateY(-2px)}.type-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;color:#fff}input[type=datetime-local],input[type=number],input[type=text]{width:100%;padding:.6rem .75rem;border:2px solid #e2e8f0;border-radius:8px;font-family:inherit;font-size:.95rem;transition:all .18s ease}input[type=datetime-local]:focus,input[type=number]:focus,input[type=text]:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.06)}.order-type-options .type-btn{min-width:110px;text-align:center}.form-group input:disabled,.form-group input[disabled]{background:#f7fafc}.payment-methods{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.payment-btn{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;background:#fff;border:2px solid #e2e8f0;border-radius:10px;cursor:pointer;transition:all .3s ease;font-family:inherit}.payment-btn:hover{border-color:#667eea;box-shadow:0 4px 12px rgba(102,126,234,.15);transform:translateY(-2px)}.payment-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;color:#fff}.payment-btn span{font-size:.875rem;font-weight:600}.payment-btn small{font-size:.75rem;opacity:.8}.message{display:flex;align-items:center;gap:.75rem;padding:1rem;border-radius:8px;font-size:.95rem}.error-message{background:#fff5f5;color:#c53030;border:1px solid #feb2b2}.success-message{background:#f0fff4;color:#276749;border:1px solid #9ae6b4}.checkout-btn,.confirm-btn{width:100%;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px rgba(102,126,234,.3)}.checkout-btn:hover,.confirm-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px rgba(102,126,234,.4)}.confirm-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.checkout-actions{display:grid;grid-template-columns:1fr 2fr;gap:.75rem}.back-btn{padding:.875rem;background:#fff;color:#667eea;border:2px solid #667eea;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.back-btn:hover{background:#667eea;color:#fff}.clear-cart-btn{width:100%;padding:.875rem;background:#fff;color:#e53e3e;border:2px solid #e53e3e;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.clear-cart-btn:hover{background:#e53e3e;color:#fff}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{transform:translateX(100%)}to{transform:translateX(0)}}.cart-content::-webkit-scrollbar{width:8px}.cart-content::-webkit-scrollbar-track{background:#f7fafc}.cart-content::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:4px}.cart-content::-webkit-scrollbar-thumb:hover{background:#a0aec0}@media (max-width:768px){.cart-container{max-width:100%}.cart-header{padding:1rem}.cart-header-title h2{font-size:1.25rem}.cart-content{padding:1rem}.cart-item{padding:.875rem}.cart-item-image{width:70px;height:70px}.checkout-actions,.payment-methods{grid-template-columns:1fr}}.customer-info-section,.location-section{margin-bottom:1.5rem;padding:1rem;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.section-title{display:flex;align-items:center;gap:8px;margin:0 0 1rem;font-size:16px;font-weight:600;color:#334155}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.form-input{width:100%;padding:12px 14px;border:2px solid #e2e8f0;border-radius:8px;font-size:14px;font-family:inherit;transition:all .2s ease;direction:rtl;text-align:right}.form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.form-input:invalid{border-color:#ef4444}.form-input:invalid:focus{border-color:#ef4444;box-shadow:0 0 0 3px rgba(239,68,68,.1)}.form-label{display:flex;align-items:center;gap:6px;margin-bottom:6px;font-size:14px;font-weight:500;color:#374151}.form-label svg{width:16px;height:16px;color:#6b7280}@media (max-width:480px){.form-row{grid-template-columns:1fr;gap:.75rem}.customer-info-section,.location-section{padding:.75rem;margin-bottom:1rem}.section-title{font-size:15px}}.cart-item.submitted-order{position:relative;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:2px solid #e2e8f0;padding-top:3rem}.cart-item.submitted-order:hover{border-color:#cbd5e1;box-shadow:0 4px 16px rgba(0,0,0,.1)}.order-status-badge{position:absolute;top:.75rem;right:.75rem;display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:20px;font-size:13px;font-weight:600;border:2px solid;animation:slideDown .4s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.order-status-badge svg{width:16px;height:16px}.order-info{display:flex;flex-direction:column;gap:6px;margin-top:8px;padding:8px;background:#fff;border-radius:8px;border:1px solid #e2e8f0}.order-info p{margin:0;font-size:12px;color:#64748b;display:flex;align-items:center;gap:6px}.order-info svg{width:14px;height:14px;flex-shrink:0}.provider-name{font-weight:600;color:#334155!important}.submit-time{color:#64748b!important}.order-actions{display:flex;flex-direction:column;align-items:flex-end;gap:10px}.message-btn{display:flex;align-items:center;gap:8px;padding:10px 16px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px rgba(16,185,129,.3)}.message-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(16,185,129,.4)}.message-btn:active{transform:translateY(0)}.message-btn svg{width:18px;height:18px}.order-quantity{font-size:13px;color:#64748b;margin:0;font-weight:500}.cart-item.submitted-order[data-status=accepted]{border-left:4px solid #10b981}.cart-item.submitted-order[data-status=rejected]{border-left:4px solid #ef4444;opacity:.7}.cart-item.submitted-order[data-status=in-progress]{border-left:4px solid #3b82f6}.cart-item.submitted-order[data-status=completed]{border-left:4px solid #8b5cf6;opacity:.85}.cart-item.submitted-order[data-status=pending]{border-left:4px solid #f59e0b}@media (max-width:640px){.cart-item.submitted-order{padding-top:3.5rem}.order-status-badge{top:.5rem;right:.5rem;font-size:11px;padding:4px 10px}.message-btn{padding:8px 12px;font-size:13px}.message-btn span{display:none}.message-btn svg{width:20px;height:20px}.order-info{font-size:11px}}@keyframes orderPulse{0%,to{box-shadow:0 0 0 0 rgba(16,185,129,.4)}50%{box-shadow:0 0 0 10px rgba(16,185,129,0)}}.cart-item.submitted-order.new-order{animation:orderPulse 2s ease-in-out 3}.cart-item-controls{display:flex;flex-direction:column;gap:12px;align-items:flex-end}.complete-order-btn{display:flex;align-items:center;gap:8px;padding:12px 20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px rgba(102,126,234,.3);min-width:140px;justify-content:center}.complete-order-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(102,126,234,.4);background:linear-gradient(135deg,#764ba2,#667eea)}.complete-order-btn:active{transform:translateY(0)}.complete-order-btn svg{width:18px;height:18px}.item-checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;padding:8px 12px;border-radius:8px;transition:all .2s ease;user-select:none}.item-checkbox-label:hover{background:#f3f4f6}.item-checkbox{width:20px;height:20px;cursor:pointer;accent-color:#667eea}.checkbox-text{font-size:14px;font-weight:500;color:#374151}.selected-items-actions{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:12px;margin:16px 20px;border:2px solid #0284c7;animation:slideInUp .3s ease}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.selected-count{color:#0284c7}.selected-count,.submit-selected-btn{display:flex;align-items:center;gap:8px;font-weight:600;font-size:15px}.submit-selected-btn{padding:12px 24px;background:linear-gradient(135deg,#0284c7,#0369a1);color:#fff;border:none;border-radius:10px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px rgba(2,132,199,.3)}.submit-selected-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(2,132,199,.4);background:linear-gradient(135deg,#0369a1,#0284c7)}.submit-selected-btn:active{transform:translateY(0)}.cart-item-controls .quantity-controls{display:flex;align-items:center;gap:8px}.cart-item-controls .remove-btn{padding:8px;background:#fee2e2;color:#dc2626;border:1px solid #fecaca;border-radius:8px;cursor:pointer;transition:all .2s ease}.cart-item-controls .remove-btn:hover{background:#fecaca;transform:scale(1.05)}@media (max-width:640px){.complete-order-btn{padding:10px 14px;font-size:13px;min-width:120px}.complete-order-btn span{font-size:12px}.cart-item-controls{gap:8px}}