*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:#f5f6fa;color:#2d3436;direction:rtl}.app-container{height:100vh;display:flex;flex-direction:column}.header{background:linear-gradient(135deg,#6c5ce7,#a29bfe);color:#fff;padding:12px 24px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 10px rgba(0,0,0,.1)}.header h1{font-size:1.4rem}.header-actions{display:flex;gap:8px}.main-layout{flex:1 1}.main-layout,.sidebar{display:flex;overflow:hidden}.sidebar{width:400px;background:#fff;flex-direction:column;border-left:1px solid #dfe6e9}.sidebar-section-title{font-size:.75rem;font-weight:700;color:#636e72;text-transform:uppercase;padding:8px 12px 2px;letter-spacing:.5px}.filters{display:flex;gap:8px;padding:12px;border-bottom:1px solid #eee}.filter-btn{flex:1 1;padding:8px 4px;border:2px solid #ddd;border-radius:8px;background:#fff;cursor:pointer;font-size:.85rem;transition:all .2s}.filter-btn.active{background:#6c5ce7;color:#fff;border-color:#6c5ce7}.filters-row{display:flex;gap:8px;padding:8px 12px;border-bottom:1px solid #eee;align-items:center;flex-wrap:wrap}.fulfillment-filters{display:flex;gap:4px}.ff-btn{padding:5px 10px;border:1px solid #ddd;border-radius:20px;background:#fff;cursor:pointer;font-size:.78rem;transition:all .2s}.ff-btn.active{background:#00b894;color:#fff;border-color:#00b894}.shipping-select{flex:1 1;min-width:120px;padding:5px 8px;border:1px solid #ddd;border-radius:8px;font-size:.78rem;background:#fff;cursor:pointer;direction:rtl}.selection-bar{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#f9f9f9;border-bottom:1px solid #eee;font-size:.85rem}.selection-bar span{flex:1 1;font-weight:600}.order-list{flex:1 1;overflow-y:auto;padding:8px}.order-card{background:#fff;border:1px solid #eee;border-right:5px solid #ddd;border-radius:8px;padding:12px;margin-bottom:8px;cursor:pointer;transition:all .2s}.order-card:hover{box-shadow:0 2px 8px rgba(0,0,0,.1)}@keyframes order-slide-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.order-card.order-stagger-in{opacity:0;animation:order-slide-in .35s ease-out forwards}@keyframes skeleton-shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.skeleton-card{background:#fff;border:1px solid #eee;border-right:5px solid #e0e0e0;border-radius:8px;padding:12px;margin-bottom:8px}.skeleton-line{height:12px;border-radius:4px;background:linear-gradient(90deg,#eee 25%,#ddd 37%,#eee 63%);background-size:200px 100%;animation:skeleton-shimmer 1.4s ease infinite}.skeleton-line.short{width:40%}.skeleton-line.medium{width:65%}.skeleton-line.long{width:90%}.skeleton-header{display:flex;align-items:center;gap:8px;margin-bottom:10px}.skeleton-checkbox{width:18px;height:18px;border-radius:4px;background:#eee;flex-shrink:0}.skeleton-badge{width:55px;height:20px;border-radius:12px;margin-right:auto;background:linear-gradient(90deg,#eee 25%,#ddd 37%,#eee 63%);background-size:200px 100%;animation:skeleton-shimmer 1.4s ease infinite}.skeleton-body{display:flex;flex-direction:column;gap:8px}.order-card.selected{background:#fff8e1;border-color:#f39c12;box-shadow:0 2px 8px rgba(243,156,18,.2)}.order-card-header{display:flex;align-items:center;gap:8px;margin-bottom:6px}.order-card-header input[type=checkbox]{width:18px;height:18px;cursor:pointer}.order-number{font-weight:700;font-size:1rem}.order-age{font-size:.75rem;font-weight:600}.shop-badge{padding:2px 8px;border-radius:12px;color:#fff;font-size:.75rem;margin-right:auto}.order-card-body{font-size:.85rem;line-height:1.6}.customer-name{font-weight:600}.order-address,.order-meta{color:#636e72}.order-meta{display:flex;flex-wrap:wrap;gap:6px;align-items:center;margin-top:2px}.shipping-badge{background:#dfe6e9}.fulfilled-badge,.shipping-badge{font-size:.72rem;padding:1px 6px;border-radius:10px}.fulfilled-badge{background:#e8f5e9;color:#00b894;font-weight:600}.action-bar{padding:12px;border-top:1px solid #eee;background:#f9f9f9;gap:8px;max-height:50vh;overflow-y:auto;overscroll-behavior:contain}.action-bar,.route-info{display:flex;flex-direction:column}.route-info{gap:4px;padding:12px 16px;background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border-radius:12px;font-weight:600;font-size:.95rem;color:#1b5e20;position:relative;box-shadow:0 2px 8px rgba(46,125,50,.12)}.share-url-box{display:flex;gap:6px}.share-url-input{flex:1 1;padding:8px;border:1px solid #ddd;border-radius:6px;font-size:.8rem;direction:ltr}.map-area{flex:1 1}.gm-style-iw-ch{padding-top:0!important}.gm-style-iw-chr{position:absolute;top:6px;left:6px;z-index:1}.gm-style-iw-c{padding:10px 10px 10px 8px!important;max-height:55vh!important}.gm-style-iw-d{overflow:auto!important;max-height:50vh!important;-webkit-overflow-scrolling:touch}.map-area .gm-style .gm-style-cc,.map-area .gm-style>div>a{display:none!important}.map-area-fullscreen{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;height:100vh!important;min-height:100vh!important;max-height:100vh!important;z-index:9999!important;overflow:visible!important}.btn{padding:8px 16px;border:none;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .2s;text-decoration:none;text-align:center}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-sm{padding:4px 10px;font-size:.8rem;background:#dfe6e9;border-radius:6px}.btn-primary{background:#6c5ce7;color:#fff;width:100%}.btn-primary:hover:not(:disabled){background:#5b4cdb}.btn-success{background:#00b894;color:#fff;width:100%}.btn-success:hover:not(:disabled){background:#00a381}.btn-refresh{background:hsla(0,0%,100%,.2);color:#fff;border:1px solid hsla(0,0%,100%,.3)}.btn-copy{background:#6c5ce7;color:#fff;white-space:nowrap}.error-msg{padding:12px;background:#ffe6e6;border-radius:8px;color:#c0392b;margin:8px 0}.loading-msg{padding:24px;text-align:center;color:#636e72}.picker-error,.picker-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;gap:16px;font-size:1.2rem}.picker-container{max-width:800px;margin:0 auto;padding:0 16px 100px}.picker-header{background:linear-gradient(135deg,#6c5ce7,#a29bfe);color:#fff;padding:20px 24px;margin:0 -16px;text-align:center}.picker-header h1{margin-bottom:4px}.picker-summary{opacity:.9;font-size:.95rem}.all-picked-banner{background:linear-gradient(135deg,#00b894,#55efc4);color:#fff;text-align:center;padding:16px;font-size:1.3rem;font-weight:700;margin:0 -16px;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.85}}.picker-order{background:#fff;border-radius:12px;margin-top:24px;box-shadow:0 3px 12px rgba(0,0,0,.12);overflow:hidden;transition:all .3s;border:1px solid #ddd}.picker-order.order-complete{border:2px solid #f39c12}.picker-order.order-fulfilled{border:2px solid #00b894;opacity:.75}.picker-order-header{display:flex;align-items:flex-start;gap:12px;padding:16px;background:#e8ecf1;border-bottom:2px solid #ccd5de}.order-index{flex-shrink:0}.order-num{display:flex;width:36px;height:36px;border-radius:50%;background:#6c5ce7;color:#fff;font-weight:700;font-size:1.1rem;align-items:center;justify-content:center}.order-details{flex:1 1}.order-title{font-weight:900;font-size:1.4rem;margin-bottom:6px}.shop-label{font-size:.75rem;background:#6c5ce7;color:#fff;padding:2px 8px;border-radius:10px;margin-right:8px}.address-info,.customer-info,.order-note{font-size:.9rem;color:#2d3436;font-weight:700;margin-top:4px}.order-note{background:#fff3cd;padding:4px 8px;border-radius:4px;margin-top:6px}.customer-info a{color:#6c5ce7;text-decoration:none}.order-status-icon{font-size:1.5rem}.picker-items{padding:4px 12px}.picker-item{display:flex;gap:8px;padding:6px 0;border-bottom:1px solid #f0f0f0;align-items:center;transition:background .3s}.picker-item:last-child{border-bottom:none}.picker-item.item-complete{background:#f0fff4}.item-image{flex-shrink:0;width:50px;height:50px;border-radius:6px;overflow:hidden;background:#f5f5f5}.item-image img{width:100%;height:100%;object-fit:cover}.no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2rem;background:#eee}.item-details{flex:1 1;min-width:0}.item-title{font-weight:600;font-size:.85rem;margin-bottom:1px}.item-variant{font-size:.8rem;color:#636e72}.item-price{font-weight:600;color:#6c5ce7;margin-top:1px;font-size:.82rem}.item-sku{font-size:.75rem;color:#b2bec3}.pick-controls{display:flex;flex-direction:column;align-items:center;gap:3px;min-width:90px}.pick-qty-label{font-size:.8rem;color:#636e72}.pick-buttons{gap:4px}.pick-btn,.pick-buttons{display:flex;align-items:center}.pick-btn{width:30px;height:30px;border-radius:50%;border:2px solid #ddd;background:#fff;font-size:1rem;font-weight:700;cursor:pointer;justify-content:center;transition:all .2s}.pick-btn:disabled{opacity:.3;cursor:not-allowed}.pick-btn.plus{border-color:#00b894;color:#00b894}.pick-btn.minus{border-color:#e74c3c;color:#e74c3c}@media (hover:hover){.pick-btn.plus:hover:not(:disabled){background:#00b894;color:#fff}.pick-btn.minus:hover:not(:disabled){background:#e74c3c;color:#fff}}.pick-count{font-size:1.3rem;font-weight:700;min-width:30px;text-align:center}.pick-count.complete{color:#00b894}.picked-badge{font-size:.8rem;color:#00b894;font-weight:700}.picker-order-footer{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#f8f9fa;border-top:1px solid #eee;font-weight:600;font-size:.9rem}.order-done-text{color:#00b894}.order-pending-text{color:#b2bec3;font-weight:400}.btn-fulfill{padding:8px 16px;border:none;border-radius:8px;background:linear-gradient(135deg,#6c5ce7,#a29bfe);color:#fff;font-weight:700;font-size:.9rem;cursor:pointer;transition:all .2s}.btn-fulfill:hover:not(:disabled){transform:scale(1.05);box-shadow:0 4px 12px rgba(108,92,231,.3)}.btn-fulfill:disabled{opacity:.6;cursor:not-allowed}.finish-section{position:fixed;bottom:0;left:0;right:0;z-index:100}.finish-banner{background:linear-gradient(135deg,#00b894,#55efc4);text-align:center;padding:20px;font-size:1.1rem}.finish-all-btn,.finish-banner{color:#fff;font-weight:700;box-shadow:0 -4px 20px rgba(0,0,0,.1)}.finish-all-btn{display:block;width:100%;padding:18px;border:none;background:linear-gradient(135deg,#6c5ce7,#a29bfe);font-size:1.2rem;cursor:pointer;transition:all .2s}.finish-all-btn:hover{background:linear-gradient(135deg,#5b4cdb,#8b7fe8)}.spinner{width:40px;height:40px;border:4px solid #ddd;border-top-color:#6c5ce7;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.no-coords-label{color:#e74c3c;font-size:.75rem;font-weight:600}.address-fix-section{margin-top:6px;padding:6px 8px;background:#fff8e1;border-radius:6px;border:1px solid #ffd54f}.address-fix-row{display:flex;gap:4px}.address-fix-input{flex:1 1;padding:5px 8px;border:1px solid #ddd;border-radius:6px;font-size:.8rem;direction:rtl}.btn-fix-address{padding:5px 10px;border:none;border-radius:6px;background:#6c5ce7;color:#fff;font-size:.78rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .2s}.btn-fix-address:hover{background:#5b4cdb}.address-suggestion{font-size:.72rem;color:#888;margin-top:4px}.btn-expand-order{display:block;width:100%;margin-top:6px;padding:4px;background:none;border:1px dashed #ccc;border-radius:6px;color:#6c5ce7;font-size:.78rem;font-weight:600;cursor:pointer;transition:all .2s;text-align:center}.btn-expand-order:hover{background:#f8f7ff;border-color:#6c5ce7}.order-expanded{margin-top:8px;padding:10px;background:#f8f9fa;border-radius:8px;border:1px solid #eee}.expanded-section-title{font-weight:700;font-size:.85rem;margin-bottom:6px;color:#2d3436}.expanded-items{display:flex;flex-direction:column;gap:4px}.expanded-item{padding:6px 8px;background:#fff;border-radius:6px;border:1px solid #eee}.expanded-item-row{display:flex;flex-wrap:wrap;gap:4px;align-items:baseline}.expanded-item-title{font-weight:600;font-size:.82rem}.expanded-item-variant{font-size:.75rem;color:#888}.expanded-item-details{display:flex;gap:10px;font-size:.78rem;color:#636e72;margin-top:2px}.expanded-item-sku{font-size:.7rem;color:#b2bec3}.expanded-total{margin-top:8px;padding-top:6px;border-top:1px solid #ddd;text-align:left;font-size:.9rem}.expanded-field{font-size:.82rem;margin-top:4px;color:#636e72}.expanded-note{margin-top:6px;padding:6px 8px;background:#fff3cd;border-radius:4px;font-size:.82rem}.driver-section{flex-direction:column}.driver-input-row,.driver-section{display:flex;gap:6px}.driver-select{background:#fff;cursor:pointer}.driver-input,.driver-select{flex:1 1;padding:7px 8px;border:1px solid #ddd;border-radius:6px;font-size:.82rem;direction:rtl}.btn-add-driver{background:#6c5ce7;color:#fff;border:none;border-radius:6px;padding:0 10px;font-size:1rem;cursor:pointer;white-space:nowrap;flex-shrink:0}.btn-add-driver:active{opacity:.7}.driver-chips{display:flex;flex-wrap:wrap;gap:4px}.driver-chip{display:inline-flex;align-items:center;gap:2px;padding:2px 8px;border-radius:12px;background:#eee;font-size:.78rem;cursor:pointer;transition:all .2s}.driver-chip.active{background:#6c5ce7;color:#fff}.driver-chip-remove{background:none;border:none;font-size:1rem;cursor:pointer;color:inherit;padding:0 2px;line-height:1;opacity:.6}.driver-chip-remove:hover{opacity:1}.driver-chip-name{display:inline-flex;align-items:center;gap:3px}.driver-chip-phone{font-size:.65rem;opacity:.7}.driver-chip-edit{background:none;border:none;font-size:.7rem;cursor:pointer;color:inherit;padding:0 1px;line-height:1;opacity:.5}.driver-chip-edit:hover{opacity:1}.driver-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:10000;display:flex;align-items:center;justify-content:center;padding:16px}.driver-modal{background:#fff;border-radius:12px;padding:20px;width:100%;max-width:380px;direction:rtl;box-shadow:0 8px 32px rgba(0,0,0,.2)}.driver-modal h3{margin:0 0 16px;font-size:1.1rem}.driver-modal label{display:block;font-size:.8rem;font-weight:600;margin-bottom:4px;color:#555}.driver-modal input{width:100%;padding:8px 10px;border:1px solid #ddd;border-radius:8px;font-size:.9rem;margin-bottom:12px;box-sizing:border-box}.driver-modal input:focus{border-color:#6c5ce7;outline:none;box-shadow:0 0 0 2px rgba(108,92,231,.2)}.driver-modal-actions{display:flex;gap:8px;margin-top:4px}.driver-modal-actions .btn{flex:1 1;padding:8px;border-radius:8px;font-size:.85rem;cursor:pointer;border:none;font-weight:600}.driver-modal-actions .btn-primary{background:#6c5ce7;color:#fff}.driver-modal-actions .btn-primary:active{opacity:.8}.driver-modal-actions .btn-secondary{background:#eee;color:#555}.driver-modal-actions .btn-secondary:active{opacity:.8}.drivers-panel-overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:9000;display:flex;align-items:center;justify-content:center;padding:16px}.drivers-panel{background:#fff;border-radius:16px;width:95%;max-width:900px;height:85vh;display:flex;flex-direction:column;box-shadow:0 12px 48px rgba(0,0,0,.25);overflow:hidden;direction:rtl}.drivers-panel-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:linear-gradient(135deg,#6c5ce7,#a29bfe);color:#fff}.drivers-panel-header h2{margin:0;font-size:1.2rem}.drivers-panel-close{background:hsla(0,0%,100%,.2);border:none;color:#fff;font-size:1.2rem;width:32px;height:32px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.drivers-panel-close:hover{background:hsla(0,0%,100%,.35)}.drivers-panel-body{display:flex;flex:1 1;overflow:hidden;min-height:0}.drivers-panel-list{width:280px;min-width:280px;border-left:1px solid #eee;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:8px}.btn-add-driver-panel{width:100%;padding:10px;border:2px dashed #6c5ce7;border-radius:10px;background:#f8f7ff;color:#6c5ce7;font-weight:700;font-size:.9rem;cursor:pointer;transition:all .2s}.btn-add-driver-panel:hover{background:#6c5ce7;color:#fff}.drivers-panel-empty{text-align:center;color:#888;font-size:.85rem;padding:24px 12px}.driver-list-card{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#f9f9f9;border-radius:10px;cursor:pointer;transition:all .2s;border:2px solid transparent}.driver-list-card:hover{background:#f0efff}.driver-list-card.active{background:#f0efff;border-color:#6c5ce7}.driver-list-card-info{flex:1 1;min-width:0}.driver-list-card-name{font-weight:700;font-size:.92rem;color:#2d3436}.driver-list-card-detail{font-size:.78rem;color:#636e72;margin-top:2px}.driver-list-card-actions{display:flex;gap:4px;flex-shrink:0}.driver-card-btn{background:none;border:none;font-size:.85rem;cursor:pointer;padding:4px;border-radius:6px;transition:background .2s}.driver-card-btn:hover{background:rgba(0,0,0,.06)}.driver-card-btn.delete:hover{background:#fee}.drivers-panel-detail{flex:1 1;overflow-y:auto;padding:20px;min-width:0}.drivers-panel-detail-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#aaa;font-size:.95rem;text-align:center}.driver-detail-profile{padding:16px;background:#f8f9fa;border-radius:12px;margin-bottom:20px}.driver-detail-profile h3{margin:0 0 8px;font-size:1.15rem;color:#2d3436}.driver-detail-field{font-size:.88rem;color:#555;margin-top:4px}.driver-detail-field a{color:#6c5ce7;text-decoration:none}.driver-detail-field a:hover{text-decoration:underline}.driver-detail-routes h4{margin:0 0 12px;font-size:1rem;color:#2d3436}.driver-detail-no-routes{text-align:center;color:#aaa;font-size:.85rem;padding:20px}.driver-route-card{padding:10px 14px;background:#f9f9f9;border-radius:10px;border-right:3px solid #6c5ce7;margin-bottom:8px}.driver-route-card-header{font-weight:700;font-size:.85rem;color:#2d3436;margin-bottom:4px}.driver-route-card-body{font-size:.8rem;color:#636e72}.driver-route-link{display:inline-block;margin-top:6px;font-size:.78rem;color:#6c5ce7;text-decoration:none;font-weight:600}.driver-route-link:hover{text-decoration:underline}.driver-route-card.clickable{cursor:pointer;transition:all .2s}.driver-route-card.clickable:hover{background:#f0efff;border-right-color:#e67e22}.driver-route-card-actions{display:flex;gap:8px;margin-top:6px;align-items:center}.driver-route-view-btn{padding:4px 10px;background:#e67e22;color:#fff;border:none;border-radius:6px;font-size:.75rem;font-weight:700;cursor:pointer;transition:all .2s}.driver-route-view-btn:hover{background:#d35400}.viewing-round-banner{position:absolute;top:52px;left:50%;transform:translateX(-50%);z-index:999;background:linear-gradient(135deg,#e67e22,#f39c12);color:#fff;padding:6px 14px;border-radius:10px;display:flex;align-items:center;gap:10px;box-shadow:0 4px 16px rgba(0,0,0,.25);font-size:.78rem;font-weight:600;direction:rtl;white-space:nowrap;max-width:calc(100% - 24px)}.viewing-round-info{flex:1 1}.viewing-round-close{background:hsla(0,0%,100%,.25);border:none;color:#fff;padding:4px 12px;border-radius:8px;font-size:.8rem;font-weight:700;cursor:pointer;white-space:nowrap;transition:background .2s}.viewing-round-close:hover{background:hsla(0,0%,100%,.4)}@media (max-width:700px){.drivers-panel-body{flex-direction:column}.drivers-panel-list{width:100%;min-width:0;max-height:40vh;border-left:none;border-bottom:1px solid #eee}.drivers-panel-detail{padding:16px}}.btn-swap-toggle{display:inline-block;margin-top:4px;padding:2px 8px;background:none;border:1px dashed #b2bec3;border-radius:4px;color:#636e72;font-size:.72rem;cursor:pointer;transition:all .2s}.btn-swap-toggle:hover{border-color:#6c5ce7;color:#6c5ce7}.swap-input-row{display:flex;gap:4px;margin-top:4px}.swap-input{flex:1 1;padding:4px 8px;border:1px solid #ddd;border-radius:4px;font-size:.78rem;direction:rtl}.btn-swap-save{padding:4px 10px;border:none;border-radius:4px;background:#00b894;color:#fff;font-weight:700;cursor:pointer;font-size:.9rem}.swap-badge{margin-top:4px;padding:3px 8px;background:#fff3cd;border:1px solid #ffd54f;border-radius:4px;font-size:.75rem;color:#856404;display:flex;align-items:center;gap:4px}.swap-remove{background:none;border:none;color:#856404;cursor:pointer;font-size:1rem;line-height:1;margin-right:auto}.order-extras{gap:16px;padding:10px 16px;background:#f0f0f5;border-top:1px solid #eee;flex-wrap:wrap}.carton-section,.order-extras{display:flex;align-items:center}.carton-section{gap:8px}.carton-label{font-size:.85rem;font-weight:600}.carton-controls{gap:4px}.carton-btn,.carton-controls{display:flex;align-items:center}.carton-btn{width:28px;height:28px;border-radius:50%;border:2px solid #6c5ce7;background:#fff;color:#6c5ce7;font-size:1rem;font-weight:700;cursor:pointer;justify-content:center;transition:all .2s}@media (hover:hover){.carton-btn:hover:not(:disabled){background:#6c5ce7;color:#fff}}.carton-btn:disabled{opacity:.3;cursor:not-allowed}.carton-count{font-size:1.1rem;font-weight:700;min-width:24px;text-align:center}.proof-section{display:flex;flex-direction:column;gap:6px}.btn-proof{padding:6px 14px;border:2px dashed #6c5ce7;border-radius:8px;background:#fff;color:#6c5ce7;font-weight:600;font-size:.82rem;cursor:pointer;transition:all .2s}.btn-proof:hover{background:#6c5ce7;color:#fff}.proof-photos{display:flex;gap:6px;flex-wrap:wrap}.proof-thumb{position:relative;width:50px;height:50px;border-radius:6px;overflow:hidden;border:2px solid #ddd}.proof-thumb img{width:100%;height:100%;object-fit:cover}.proof-remove{position:absolute;top:-2px;right:-2px;width:18px;height:18px;border-radius:50%;background:#e74c3c;color:#fff;border:none;font-size:.7rem;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1}.picking-timer{font-size:.8rem;font-weight:700;padding:2px 8px;border-radius:10px;display:inline-block}.picking-timer.timer-green{color:#00b894;background:#e8f8f5}.picking-timer.timer-orange{color:#e67e22;background:#fef5e7}.picking-timer.timer-red{color:#e74c3c;background:#fdedec;animation:timer-blink 1s infinite}@keyframes timer-blink{0%,to{opacity:1}50%{opacity:.5}}@keyframes confetti-fall{0%{transform:translateY(-100vh) rotate(0deg);opacity:1}to{transform:translateY(100vh) rotate(2turn);opacity:0}}.confetti-piece{position:fixed;top:-10px;z-index:10000;pointer-events:none}.customer-messages-box{margin-top:8px;padding:8px 12px;background:#fff8e1;border:1px solid #f39c12;border-radius:8px;font-size:.82rem}.customer-messages-box .msg-header{font-weight:700;margin-bottom:4px;color:#e67e22}.customer-messages-box .msg-item{padding:4px 0;border-bottom:1px solid #fdebd0}.customer-messages-box .msg-item:last-child{border-bottom:none}.customer-messages-box .msg-time{font-size:.72rem;color:#999}.btn-remove-round{padding:6px 12px;border:1px solid #e74c3c;border-radius:6px;background:#fff;color:#e74c3c;font-size:.78rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-remove-round:hover{background:#e74c3c;color:#fff}.btn-remove-round:disabled{opacity:.5;cursor:not-allowed}.scheduler-section{background:#fff;padding:10px 12px;border-bottom:1px solid #eee;display:flex;gap:8px;flex-wrap:wrap;align-items:center}.scheduler-section label{font-weight:600;font-size:.85rem;white-space:nowrap}.scheduler-section input[type=date],.scheduler-section input[type=time]{flex:1 1;min-width:120px;padding:6px 8px;border:1px solid #ddd;border-radius:6px;font-size:.85rem;direction:ltr}.rounds-panel{border-bottom:1px solid #eee;padding:8px 12px}.rounds-toggle{width:100%;padding:6px 10px;background:#f0f0f0;border:1px solid #ddd;border-radius:6px;cursor:pointer;font-weight:600;font-size:.82rem;text-align:right;direction:rtl}.rounds-close-btn,.rounds-overlay{display:none}.rounds-popup{position:absolute;top:100%;left:0;margin-top:6px;background:#fff;border-radius:12px;padding:12px;box-shadow:0 4px 20px rgba(0,0,0,.25);min-width:340px;max-height:70vh;overflow-y:auto;direction:rtl;z-index:10000}@media (max-width:768px){.rounds-overlay{display:block;position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:9999}.rounds-close-btn{display:block;position:absolute;top:10px;left:10px;background:none;border:none;font-size:1.2rem;color:#666;cursor:pointer;padding:4px 8px;line-height:1;z-index:1}.rounds-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);margin-top:0;width:92vw;min-width:unset;max-height:80vh;border-radius:16px;padding:16px}}.round-card{margin-top:6px;padding:8px 10px;background:#f9f9f9;border-radius:6px;border-right:3px solid #6c5ce7;font-size:.78rem;line-height:1.5;color:#222}.round-card-header{font-weight:600;margin-bottom:2px;color:#111}.round-card-actions{display:flex;flex-wrap:wrap;gap:4px;margin-top:4px}.round-card-actions button{padding:4px 8px;border:none;border-radius:4px;cursor:pointer;font-size:.72rem;font-weight:600;white-space:nowrap}.product-thumb{width:36px;height:36px;border-radius:4px;overflow:hidden;background:#f0f0f0;flex-shrink:0;display:flex;align-items:center;justify-content:center}.product-thumb img{width:100%;height:100%;object-fit:cover}@media (max-width:768px){.app-container{height:auto;min-height:100vh;min-height:100dvh}.header{padding:8px 12px;flex-wrap:wrap;gap:6px}.header h1{font-size:1.1rem;width:100%;text-align:center}.header-actions{width:100%;justify-content:center;flex-wrap:wrap;gap:4px}.header-actions .btn{font-size:.75rem;padding:4px 8px}.main-layout{flex-direction:column;overflow:visible;flex:none}.sidebar{width:100%;order:1;flex:none;overflow-y:visible}.sidebar .scheduler-section{padding:8px}.order-list{flex:none;min-height:60vh}.map-area{order:-1;width:100%;height:40vh;min-height:40vh;max-height:40vh;position:relative!important;touch-action:none;-ms-touch-action:none}.picker-item{flex-wrap:nowrap}.pick-controls{min-width:80px;align-items:center;gap:2px}.filters-row,.pick-controls,.swap-input-row{flex-direction:column}.item-image{width:50px;height:50px}.pick-btn{width:32px;height:32px;font-size:1.1rem}.btn-fulfill,.btn-save,.btn-unfulfill{padding:10px 16px;font-size:.9rem}.picker-order-footer{flex-direction:column;gap:8px;text-align:center}.footer-buttons{width:100%;justify-content:center}.order-extras{flex-direction:column;align-items:stretch}.action-bar{position:fixed;bottom:0;left:0;right:0;z-index:5000;background:#f9f9f9;border-top:2px solid #6c5ce7;box-shadow:0 -4px 16px rgba(0,0,0,.15);max-height:45vh;overflow-y:auto;padding:10px 12px;border-radius:16px 16px 0 0}.selection-bar{font-size:.8rem;padding:6px 10px}.order-list{padding-bottom:200px}.scheduler-section{padding:6px 8px;gap:4px;font-size:.8rem}.scheduler-section input[type=date],.scheduler-section input[type=time]{min-width:100px;padding:4px 6px;font-size:.8rem}.map-search-bar{left:auto!important;right:48px!important;top:8px!important;max-width:180px!important}.map-search-bar input{font-size:.7rem!important;padding:6px 0!important}.map-search-bar input::placeholder{font-size:.65rem!important}}