*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%;overflow:hidden}body{font-family:Segoe UI,Roboto,system-ui,sans-serif;background:#f1f5f9;padding:0}.board,body{display:flex;flex-direction:column}.board{height:100vh;width:100vw;max-width:100%;padding:1rem 1.5rem 1rem 1.5rem}.board-header{flex-shrink:0;justify-content:space-between;flex-wrap:wrap;gap:.8rem;background:#fff;padding:.8rem 1.5rem;border-radius:16px;box-shadow:0 2px 8px rgba(0,0,0,.04);border:1px solid #e9edf2;margin-bottom:1rem}.board-header,.board-header h1{display:flex;align-items:center}.board-header h1{font-size:1.5rem;font-weight:600;color:#0f172a;gap:.5rem}.board-header h1 i{color:#3b82f6}.badge-date{font-weight:500;color:#334155;font-size:.9rem;display:flex;align-items:center;gap:.5rem}.main-layout{display:flex;gap:1.2rem;flex:1;min-height:0;overflow:hidden}.form-panel{flex:0 0 340px;min-width:280px;max-width:420px;background:#fff;border-radius:20px;padding:1.2rem 1.2rem 1.5rem 1.2rem;border:1px solid #e9edf2;box-shadow:0 4px 12px rgba(0,0,0,.02);display:flex;flex-direction:column;overflow-y:auto}.form-panel::-webkit-scrollbar{width:4px}.form-panel::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.form-panel h2{font-size:1.1rem;font-weight:600;color:#0f172a;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.form-panel h2 i{color:#3b82f6}.form-group{margin-bottom:.9rem;position:relative}.form-group label{display:block;font-size:.75rem;font-weight:600;color:#475569;margin-bottom:.2rem}.form-group input,.form-group select{width:100%;padding:.4rem .7rem;border-radius:10px;border:1px solid #e2e8f0;font-size:.85rem;font-family:inherit;background:#f8fafc;transition:border .15s;color:#0f172a}.form-group input:focus,.form-group select:focus{outline:none;border-color:#3b82f6;background:#fff}.form-group select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%2364748b' d='M6 8 1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .7rem center;padding-right:2rem;cursor:pointer}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:.6rem}.form-row .form-group{margin-bottom:0}.btn-add{width:100%;padding:.6rem;background:#3b82f6;color:#fff;border:none;border-radius:12px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .15s;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.3rem}.btn-add:hover{background:#2563eb}.btn-add:active{transform:scale(.98)}.route-scroll-wrapper{flex:1;min-height:0;overflow:hidden;position:relative}.route-scroll{display:flex;gap:1.2rem;overflow-x:auto;overflow-y:auto;height:100%;padding:.2rem .2rem 1rem .2rem;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.route-scroll::-webkit-scrollbar{height:8px;width:8px}.route-scroll::-webkit-scrollbar-track{background:#e2e8f0;border-radius:10px}.route-scroll::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:10px}.route-scroll::-webkit-scrollbar-thumb:hover{background:#64748b}.day-column{flex:0 0 55vw;min-width:500px;max-width:900px;background:#fff;border-radius:20px;padding:1rem 1.2rem 1.2rem 1.2rem;border:1px solid #e9edf2;box-shadow:0 4px 12px rgba(0,0,0,.02);display:flex;flex-direction:column;height:-moz-fit-content;height:fit-content;max-height:100%;overflow-y:auto}.day-column::-webkit-scrollbar{width:4px}.day-column::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.day-header{justify-content:space-between;padding-bottom:.6rem;border-bottom:2px solid #f1f5f9;margin-bottom:.8rem;flex-shrink:0}.day-header,.day-header-left{display:flex;align-items:center}.day-header-left{gap:.5rem;flex-wrap:wrap}.day-header h2{font-size:1.1rem;font-weight:600;color:#0f172a;display:flex;align-items:center;gap:.4rem}.day-header h2 i{color:#3b82f6;font-size:.95rem}.day-header .day-number{background:#eef2ff;color:#4338ca;font-weight:600;font-size:.75rem;padding:.1rem .8rem;border-radius:30px;white-space:nowrap}.back-btn{background:#f1f5f9;border:none;border-radius:10px;padding:.5rem 1rem;font-size:.85rem;font-weight:500;color:#0f172a;cursor:pointer;transition:background .15s;display:flex;align-items:center;gap:.5rem;font-family:inherit}.back-btn:hover{background:#e2e8f0}.back-btn i{color:#3b82f6}.order-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.6rem;background:#f8fafc;border-radius:12px;padding:.5rem .8rem;margin-bottom:.4rem;border:1px solid #eef2f6;transition:background .15s,border-color .15s;align-items:stretch;flex-shrink:0}.order-row:hover{background:#f1f5f9;border-color:#cbd5e1}.order-row.active{background:#dbeafe;border-color:#3b82f6}.order-row:last-child{margin-bottom:0}.cell{display:flex;flex-direction:column;justify-content:center;padding:.05rem 0;min-width:0;overflow:visible;position:relative}.cell-label{font-size:.5rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#94a3b8;margin-bottom:.05rem;display:flex;align-items:center;gap:.2rem;white-space:nowrap}.cell-label i{font-size:.45rem}.cell-content{font-size:.75rem;color:#0f172a;display:flex;flex-direction:column;gap:.05rem;line-height:1.3}.editable-cell{cursor:pointer;padding:.05rem .3rem;border-radius:6px;transition:background .15s;display:inline-block;max-width:100%;position:relative}.editable-cell:hover{background:#dbeafe}.address{background:#fff;padding:.05rem .4rem;border-radius:30px;border:1px solid #e2e8f0;font-size:.7rem;color:#1e293b;display:inline-block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.address i{color:#94a3b8;margin-right:.2rem}.time-tag{font-size:.65rem;color:#64748b;display:inline-flex;align-items:center;gap:.2rem;white-space:nowrap;flex-shrink:0}.time-tag i{font-size:.55rem}.executor-name{font-weight:500;color:#1e293b;font-size:.75rem}.executor-name i{color:#64748b;margin-right:.2rem;font-size:.65rem}.car-number{font-size:.7rem;font-weight:700;color:#1e293b;background:#eef2ff;padding:.05rem .5rem;border-radius:30px;display:inline-flex;align-items:center;gap:.2rem;letter-spacing:.3px;flex-shrink:0}.car-number i{color:#3b82f6;font-size:.65rem}.route-status{font-size:.6rem;font-weight:600;padding:.05rem .5rem;border-radius:30px;display:inline-block;align-self:flex-start;white-space:nowrap}.route-status.on-time{color:#15803d;background:#dcfce7}.route-status.late{color:#b91c1c;background:#fee2e2}.status-badge{font-size:.6rem;font-weight:500;padding:.05rem .5rem;border-radius:30px;display:inline-block;align-self:flex-start}.status-badge.pending{color:#b45309;background:#fffbeb}.status-badge.in-progress{color:#1d4ed8;background:#e0e7ff}.status-badge.done{color:#15803d;background:#dcfce7}.status-badge.assigned{color:#6b21a5;background:#f3e8ff}.edit-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.3);display:none;justify-content:center;align-items:center;z-index:999}.edit-modal.active{display:flex}.edit-modal-content{background:#fff;border-radius:16px;padding:1.5rem;max-width:400px;width:90%;box-shadow:0 20px 60px rgba(0,0,0,.3);max-height:80vh;display:flex;flex-direction:column}.edit-modal-content h3{font-size:1rem;font-weight:600;color:#0f172a;margin-bottom:.8rem;display:flex;align-items:center;gap:.5rem}.edit-modal-content h3 i{color:#3b82f6}.edit-modal-content .search-input{width:100%;padding:.5rem .7rem;border-radius:10px;border:1px solid #e2e8f0;font-size:.9rem;font-family:inherit;margin-bottom:.8rem;outline:none}.edit-modal-content .search-input:focus{border-color:#3b82f6}.edit-modal-content .options-list{max-height:300px;overflow-y:auto;flex:1}.edit-modal-content .options-list .option-item{padding:.5rem .7rem;cursor:pointer;border-radius:8px;transition:background .1s;font-size:.9rem;color:#0f172a}.edit-modal-content .options-list .option-item:hover{background:#dbeafe}.edit-modal-content .options-list .option-item.selected{background:#dbeafe;font-weight:500}.edit-modal-content .options-list .no-results{padding:.5rem .7rem;color:#94a3b8;font-style:italic;font-size:.85rem}.edit-modal-content .modal-close-btn{margin-top:.8rem;padding:.5rem;background:#f1f5f9;border:none;border-radius:10px;cursor:pointer;font-size:.85rem;color:#475569;transition:background .15s;width:100%}.edit-modal-content .modal-close-btn:hover{background:#e2e8f0}.footer-note{flex-shrink:0;margin-top:.5rem;text-align:right;font-size:.65rem;color:#94a3b8;border-top:1px solid #e2e8f0;padding-top:.4rem}@media (max-width:1024px){.day-column{flex:0 0 60vw;min-width:400px;padding:.8rem 1rem}.form-panel{flex:0 0 300px;min-width:240px;padding:1rem}}@media (max-width:768px){.board{padding:.5rem}.main-layout{flex-direction:column;gap:1rem}.form-panel{flex:0 0 auto;max-width:100%;padding:1rem}.day-column{flex:0 0 80vw;min-width:320px;padding:.8rem}.order-row{grid-template-columns:1fr;gap:.3rem;padding:.5rem .7rem}.cell{border-bottom:1px dashed #e2e8f0;padding-bottom:.2rem}.cell:last-child{border-bottom:none}.board-header{padding:.6rem 1rem}.board-header h1{font-size:1.2rem}}@media (max-width:480px){.day-column{flex:0 0 85vw;min-width:280px;padding:.6rem}.order-row{padding:.4rem .5rem}.address{font-size:.65rem;padding:.05rem .3rem}.time-tag{font-size:.55rem}.car-number{font-size:.6rem;padding:.05rem .3rem}.executor-name{font-size:.65rem}.form-panel{padding:.8rem}.edit-modal-content{padding:1rem;max-width:95%}}.left-panel{display:flex;flex-direction:column;flex:1;min-width:0;gap:1rem}.right-panel{flex:0 0 45vw;min-width:350px;max-width:50vw;background:#fff;border-radius:20px;border:1px solid #e9edf2;overflow:hidden;position:relative;box-shadow:0 4px 12px rgba(0,0,0,.02)}.right-panel .map-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f8fafc;color:#94a3b8;font-size:.9rem;flex-direction:column;gap:.5rem}.right-panel .map-placeholder i{font-size:2.5rem;color:#cbd5e1}