.truck-loading-container{height:100%;overflow:hidden}.truck-card{transition:all .3s ease;border-radius:8px!important;overflow:hidden;position:relative;min-height:200px!important}.truck-card:hover{box-shadow:0 6px 20px #00000014;transform:translateY(-2px)}.truck-card.drop-target{border:2px dashed #1890ff!important;background-color:#e6f7ff!important;transform:scale(1.01)!important;box-shadow:0 8px 24px #1890ff33!important;animation:truck-drop-simple 1.5s ease-in-out infinite!important;position:relative!important;transition:none!important}@keyframes truck-drop-simple{0%,to{border-color:#1890ff;box-shadow:0 8px 24px #1890ff33}50%{border-color:#40a9ff;box-shadow:0 8px 32px #1890ff66}}.truck-card.drop-target:after{content:"📦";position:absolute;top:12px;right:12px;font-size:18px;animation:drop-simple-indicator 1s ease-in-out infinite;z-index:10}@keyframes drop-simple-indicator{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.truck-card.drop-target:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,transparent 40%,rgba(24,144,255,.1) 50%,transparent 60%);pointer-events:none;z-index:1}.truck-header{display:flex;align-items:flex-start;margin-bottom:10px}.truck-avatar{flex-shrink:0}.truck-info{margin-left:12px;flex:1;min-width:0}.truck-name{font-weight:600;font-size:16px;margin-bottom:2px;color:#262626;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.truck-license{font-size:12px;color:#8c8c8c;margin-bottom:4px;line-height:1.2}.truck-status-tag{margin-bottom:6px}.truck-action-btn{flex-shrink:0}.truck-stats-row{margin-bottom:10px}.truck-stat-item{text-align:center;padding:0!important}.truck-stat-value{font-size:14px!important;font-weight:600;line-height:1.2}.truck-stat-title{font-size:10px!important;color:#8c8c8c;margin-bottom:0!important}.truck-progress-container{margin-bottom:10px}.truck-progress-header{display:flex;justify-content:space-between;margin-bottom:4px}.truck-progress-label{font-size:11px;font-weight:500;color:#262626}.truck-progress-value{font-size:11px;color:#8c8c8c}.truck-progress-bar{border-radius:4px}.truck-progress-bar .ant-progress-bg{border-radius:4px!important}.truck-driver-info{margin-bottom:10px;padding:6px 8px;background-color:#fafafa;border-radius:4px;display:flex;align-items:center}.truck-driver-icon{margin-right:6px;color:#8c8c8c;font-size:12px}.truck-driver-label{font-size:11px;font-weight:500;color:#262626}.truck-driver-name{font-size:11px;margin-left:4px}.truck-orders-container{flex:1;display:flex;flex-direction:column}.truck-orders-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.truck-orders-title{font-size:11px;font-weight:500;color:#262626}.truck-orders-hint{font-size:10px;color:#8c8c8c}.truck-orders-list{max-height:120px!important;overflow-y:auto;padding:2px!important;background-color:#f9f9f9;border-radius:4px;border:1px solid #f0f0f0;flex:1}.truck-order-item{display:flex;justify-content:space-between;align-items:center;padding:4px 6px!important;margin:1px 0!important;background-color:#fff;border-radius:3px;font-size:10px!important;border:1px solid #f0f0f0;transition:all .2s ease}.truck-order-item:hover{background-color:#f0f9ff;border-color:#d9d9d9}.truck-order-content{flex:1;overflow:hidden;min-width:0}.truck-order-number{font-weight:500;color:#1890ff;line-height:1.2;margin-bottom:1px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.truck-order-customer{color:#8c8c8c;font-size:9px!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.2}.truck-order-actions{display:flex;align-items:center;gap:4px;flex-shrink:0}.truck-order-badge{background-color:#52c41a!important;font-size:9px!important;min-width:16px!important;height:16px!important}.truck-order-delete-btn{padding:1px!important;min-width:16px!important;height:16px!important;border-radius:3px}.truck-orders-empty{text-align:center;padding:12px 6px;color:#8c8c8c;font-size:10px;background-color:#fafafa;border-radius:4px;border:1px dashed #d9d9d9;display:flex;align-items:center;justify-content:center;height:100%}.truck-orders-drop-hint{margin-bottom:2px}.truck-orders-drop-order{color:#1890ff;font-weight:500}.trip-card{margin-bottom:12px;border-radius:8px;transition:all .2s ease}.trip-card .ant-card-body{padding:12px}.trip-card.drop-target-with-date{border:2px dashed #722ed1!important;background:linear-gradient(135deg,#f9f0ff,#efdbff)!important;transform:scale(1.02)!important;box-shadow:0 8px 24px #722ed14d!important;animation:trip-drop-target 2s ease-in-out infinite!important;position:relative!important;transition:none!important}@keyframes trip-drop-target{0%,to{border-color:#722ed1;box-shadow:0 8px 24px #722ed14d}50%{border-color:#9254de;box-shadow:0 8px 32px #722ed180}}.trip-card.drop-target-with-date:after{content:"🚛";position:absolute;top:8px;right:8px;font-size:16px;animation:trip-target-indicator 1.2s ease-in-out infinite;z-index:10}@keyframes trip-target-indicator{0%,to{opacity:.7;transform:scale(1) rotate(0)}50%{opacity:1;transform:scale(1.15) rotate(5deg)}}.truck-trips-container{max-height:500px;overflow-y:auto;padding-right:4px}.order-card{transition:all .2s ease!important;border-radius:8px!important;cursor:grab;position:relative;overflow:hidden}.order-card:hover{background-color:#e6f7ff!important;border-color:#1890ff!important;transform:translateY(-2px);box-shadow:0 4px 12px #1890ff26}.order-card:active{cursor:grabbing!important}.order-card.dragging{opacity:.6;transform:scale(.9)!important;background-color:#bae7ff!important;border-color:#1890ff!important;box-shadow:0 6px 20px #1890ff4d;z-index:1000}.order-card.dragging:after{content:"📦";position:absolute;top:8px;right:8px;background-color:#1890ffe6;color:#fff;width:20px;height:20px;border-radius:50%;font-size:10px;display:flex;align-items:center;justify-content:center;animation:pulse 1s infinite}.order-avatar{width:40px;height:40px;border-radius:8px;background-color:#1890ff;color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;flex-shrink:0}.order-title-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.order-number{color:#1890ff!important;font-weight:600}.order-lines-badge{background-color:#52c41a!important}.order-customer{font-weight:500;margin-bottom:4px;color:#262626}.order-address{font-size:12px;color:#8c8c8c;margin-bottom:4px;display:flex;align-items:flex-start}.order-address-icon{margin-right:4px;margin-top:2px;flex-shrink:0}.order-city{font-size:12px;color:#8c8c8c;margin-bottom:4px}.order-details-row{display:flex;justify-content:space-between;font-size:12px;color:#8c8c8c}.order-weight{display:flex;align-items:center}.order-weight-icon{margin-right:4px}.drag-separator{display:flex;align-items:center;justify-content:center;position:relative}.drag-separator .ant-divider-vertical{height:60%;border-color:#1890ff;border-width:2px}.drag-indicator{position:absolute;background-color:#1890ff;color:#fff;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:600;white-space:nowrap;box-shadow:0 2px 8px #1890ff4d}.ant-card-body::-webkit-scrollbar,.truck-orders-list::-webkit-scrollbar,.truck-trips-container::-webkit-scrollbar{width:6px}.ant-card-body::-webkit-scrollbar-track,.truck-orders-list::-webkit-scrollbar-track,.truck-trips-container::-webkit-scrollbar-track{background:#f5f5f5;border-radius:3px}.ant-card-body::-webkit-scrollbar-thumb,.truck-orders-list::-webkit-scrollbar-thumb,.truck-trips-container::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:3px;transition:background .2s ease}.ant-card-body::-webkit-scrollbar-thumb:hover,.truck-orders-list::-webkit-scrollbar-thumb:hover,.truck-trips-container::-webkit-scrollbar-thumb:hover{background:#bfbfbf}.ant-spin-container{transition:opacity .3s ease}.ant-spin-blur{opacity:.7}.ant-spin-blur .order-card,.ant-spin-blur .truck-card{pointer-events:none}@media (min-width: 1600px){.truck-card{min-height:220px!important}.truck-name{font-size:18px}.truck-orders-list{max-height:150px!important}.truck-stat-value{font-size:16px!important}.truck-stat-title{font-size:11px!important}.truck-trips-container{max-height:600px}}@media (max-width: 1400px){.truck-stat-value{font-size:13px!important}.truck-stat-title{font-size:10px!important}.truck-name{font-size:15px}.truck-license{font-size:11px}.truck-orders-list{max-height:100px!important}}@media (max-width: 1200px){.order-card .ant-list-item-meta-title{font-size:13px}.order-card .ant-list-item-meta-description{font-size:11px}.truck-orders-list{max-height:90px!important}.truck-card{min-height:180px!important}.truck-name{font-size:14px}.truck-stat-value{font-size:12px!important}.truck-trips-container{max-height:400px}}@media (max-width: 992px){.truck-header{flex-direction:column;align-items:center;text-align:center;margin-bottom:8px}.truck-info{margin-left:0;margin-top:8px}.truck-action-btn{margin-top:6px}.drag-separator{flex-direction:column;height:60px}.drag-separator .ant-divider-vertical{display:none}.drag-indicator{position:static;transform:none}.truck-card{min-height:160px!important}.truck-trips-container{max-height:350px}}@media (max-width: 768px){.truck-card{margin-bottom:8px!important;min-height:150px!important}.order-card{margin:4px 0;padding:8px 12px}.truck-stats-row .ant-col{margin-bottom:6px}.truck-orders-list{max-height:80px!important}.order-avatar{width:32px;height:32px;font-size:12px}.order-details-row{flex-direction:column;gap:4px}.truck-driver-info{padding:4px 6px}.truck-stat-value{font-size:11px!important}.truck-stat-title{font-size:9px!important}.truck-trips-container{max-height:300px}}@media (max-width: 576px){.truck-driver-info{flex-direction:column;align-items:flex-start;gap:2px;padding:4px 6px}.truck-orders-header,.order-title-row{flex-direction:column;align-items:flex-start;gap:2px}.truck-card{min-height:140px!important}.truck-orders-list{max-height:70px!important}.truck-trips-container{max-height:250px}}@media print{.truck-card,.order-card{box-shadow:none!important;border:1px solid #d9d9d9!important;min-height:auto!important;max-height:none!important}.drag-indicator,.truck-action-btn,.truck-order-delete-btn{display:none}.truck-orders-list,.truck-trips-container{max-height:none!important;overflow:visible!important}}@media (prefers-color-scheme: dark){.truck-orders-list{background-color:#1f1f1f;border-color:#434343}.truck-order-item{background-color:#262626;border-color:#434343}.truck-driver-info{background-color:#1f1f1f}.order-card{background-color:#1f1f1f!important;border-color:#434343!important}.truck-orders-empty{background-color:#1f1f1f;border-color:#434343}}@keyframes truck-loading{0%{transform:translate(-10px);opacity:.8}50%{transform:translate(0);opacity:1}to{transform:translate(-10px);opacity:.8}}.truck-card.loading-animation{animation:truck-loading 1.5s ease-in-out infinite}@keyframes order-pulse{0%{box-shadow:0 0 #1890ff66}70%{box-shadow:0 0 0 10px #1890ff00}to{box-shadow:0 0 #1890ff00}}.order-card.pulse-animation{animation:order-pulse 2s infinite}.truck-card:focus,.order-card:focus{outline:2px solid #1890ff;outline-offset:2px}.truck-order-delete-btn:focus{outline:2px solid #ff4d4f;outline-offset:1px}@media (prefers-contrast: high){.truck-card,.order-card,.truck-orders-list{border-width:2px!important}.drag-indicator{border:2px solid white}}@media (prefers-reduced-motion: reduce){.truck-card,.order-card,.truck-order-item,.drag-indicator{transition:none!important;animation:none!important}.truck-card:hover,.order-card:hover{transform:none!important}}.truck-card-container{margin-bottom:8px!important}.ant-badge-count{min-width:16px!important;height:16px!important;line-height:16px!important;font-size:9px!important;padding:0 4px!important}.ant-statistic-content,.ant-statistic-content-value{line-height:1.1!important}.ant-progress-line{margin-bottom:0!important}.ant-progress-text{display:none!important}.ant-tag{margin:0!important;padding:0 4px!important;line-height:16px!important;font-size:10px!important}.ant-btn-sm{height:24px!important;padding:0 8px!important;font-size:11px!important}.truck-card .ant-typography,.truck-card .ant-space-item{margin-bottom:0!important}.assignment-date-selector{border-radius:8px;border:1px solid #e8e8e8;transition:all .3s ease;background:#fff}.assignment-date-selector:hover{border-color:#1890ff;box-shadow:0 2px 8px #1890ff1a}.quick-date-buttons .ant-btn-sm{border-radius:6px;font-weight:500;transition:all .2s ease}.quick-date-buttons .ant-btn-primary{background:linear-gradient(135deg,#1890ff,#69c0ff);border:none;box-shadow:0 2px 6px #1890ff4d}.assignment-tag{font-size:12px;padding:4px 8px;border-radius:12px;background:linear-gradient(135deg,#e6f7ff,#f0f9ff);border:1px solid #91d5ff;color:#1890ff;font-weight:500}.truck-card.drop-target-with-date{background:linear-gradient(135deg,#e6f7ff,#f6ffed)!important;border:2px dashed #52c41a!important;transform:scale(1.02)!important;box-shadow:0 8px 24px #52c41a4d!important;animation:truck-drop-target 2s ease-in-out infinite!important;position:relative!important;overflow:hidden!important;transition:none!important}@keyframes truck-drop-target{0%{border-color:#52c41a;box-shadow:0 8px 24px #52c41a4d}50%{border-color:#1890ff;box-shadow:0 8px 24px #1890ff66}to{border-color:#52c41a;box-shadow:0 8px 24px #52c41a4d}}.truck-card.drop-target-with-date:before{content:"";position:absolute;top:-3px;left:-3px;right:-3px;bottom:-3px;background:linear-gradient(45deg,#52c41a,#1890ff,#52c41a,#1890ff);background-size:400% 400%;border-radius:12px;z-index:-1;animation:gradient-border 3s ease infinite}@keyframes gradient-border{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.truck-card.drop-target-with-date:after{content:"🎯";position:absolute;top:12px;right:12px;font-size:20px;animation:drop-target-indicator 1.5s ease-in-out infinite;z-index:10}@keyframes drop-target-indicator{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}.order-card.dragging-with-date{opacity:.8!important;transform:scale(.95) rotate(2deg)!important;box-shadow:0 12px 32px #1890ff80!important;border:2px solid #1890ff!important;background:linear-gradient(135deg,#e6f7ff,#bae7ff)!important;animation:order-dragging 1s ease-in-out infinite;position:relative;z-index:1000}@keyframes order-dragging{0%,to{transform:scale(.95) rotate(2deg);box-shadow:0 12px 32px #1890ff80}50%{transform:scale(.97) rotate(-1deg);box-shadow:0 16px 40px #1890ff99}}.order-card.dragging-with-date:after{content:"📅";position:absolute;top:8px;right:8px;background:linear-gradient(135deg,#1890ff,#52c41a);color:#fff;width:20px;height:20px;border-radius:50%;font-size:10px;display:flex;align-items:center;justify-content:center;animation:pulse 1s infinite;box-shadow:0 2px 8px #0003}.assignment-confirm-modal .ant-modal-content{border-radius:12px;overflow:hidden}.assignment-confirm-modal .ant-modal-header{border-radius:12px 12px 0 0;background:linear-gradient(135deg,#f0f9ff,#e6f7ff);border-bottom:1px solid #91d5ff}.assignment-confirm-content p{margin:8px 0;font-size:14px;line-height:1.5}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.8}to{transform:scale(1);opacity:1}}@keyframes assignment-success{0%{transform:scale(1);background-color:#f6ffed}50%{transform:scale(1.05);background-color:#d9f7be}to{transform:scale(1);background-color:#f6ffed}}.truck-card.assignment-success{animation:assignment-success .6s ease-out}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.app-container{min-height:100vh}.site-layout-content{padding:24px;background:#fff;min-height:280px}
