@charset "UTF-8";.loading-screen{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:#1c3e61;z-index:9999;font-family:DM Sans,system-ui,sans-serif;overflow:hidden}.loading-screen__content{display:flex;flex-direction:column;align-items:center;gap:32px;text-align:center;animation:fadeIn .5s ease-out;position:relative;z-index:1}.loading-screen__logo-container{position:relative;width:120px;height:120px;display:flex;align-items:center;justify-content:center}.loading-screen__radar-ring{position:absolute;border:2px solid rgba(59,130,246,.4);border-radius:50%;animation:radarPulse 2s ease-out infinite}.loading-screen__radar-ring:nth-child(1){width:80px;height:80px;animation-delay:0s}.loading-screen__radar-ring:nth-child(2){width:100px;height:100px;animation-delay:.4s}.loading-screen__radar-ring:nth-child(3){width:120px;height:120px;animation-delay:.8s}.loading-screen__logo{position:relative;z-index:2;filter:drop-shadow(0 0 20px rgba(59,130,246,.5));animation:pinBounce 2s ease-in-out infinite}.loading-screen__title{margin:0;font-size:2rem;font-weight:700;background:linear-gradient(135deg,#3b82f6,#60a5fa,#93c5fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em}.loading-screen__message{margin:0;font-size:.95rem;color:#94a3b8;display:flex;align-items:center;gap:8px}.loading-screen__dots{display:inline-flex;gap:4px;margin-left:4px}.loading-screen__dots span{width:6px;height:6px;background:#3b82f6;border-radius:50%;animation:dotPulse 1.4s ease-in-out infinite}.loading-screen__dots span:nth-child(1){animation-delay:0s}.loading-screen__dots span:nth-child(2){animation-delay:.2s}.loading-screen__dots span:nth-child(3){animation-delay:.4s}.loading-screen__route-path{width:200px;height:40px;opacity:.6}.loading-screen__route-path svg{width:100%;height:100%}.loading-screen__route-line{stroke-dasharray:200;stroke-dashoffset:200;animation:drawRoute 3s ease-in-out infinite}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes radarPulse{0%{transform:scale(.8);opacity:.8}to{transform:scale(1.5);opacity:0}}@keyframes pinBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes dotPulse{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}@keyframes drawRoute{0%{stroke-dashoffset:200}50%{stroke-dashoffset:0}to{stroke-dashoffset:-200}}.error-boundary{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:2rem;background-color:#f8f9fa}.error-boundary__content{text-align:center;max-width:480px;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}.error-boundary__icon{color:#dc3545;margin-bottom:1.5rem}.error-boundary__title{font-size:1.5rem;font-weight:600;color:#212529;margin:0 0 .5rem}.error-boundary__message{color:#6c757d;margin:0 0 1.5rem;line-height:1.5}.error-boundary__details{text-align:left;margin-bottom:1.5rem;padding:1rem;background:#f8f9fa;border-radius:4px;font-size:.875rem}.error-boundary__details summary{cursor:pointer;color:#6c757d;margin-bottom:.5rem}.error-boundary__details pre{margin:0;padding:.5rem;background:#e9ecef;border-radius:4px;overflow-x:auto;white-space:pre-wrap;word-break:break-word;color:#dc3545;font-size:.8125rem}.error-boundary__actions{display:flex;gap:1rem;justify-content:center}.sidebar__overlay{display:none}@media (max-width: 767px){.sidebar__overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:999;animation:fadeIn .2s ease}}.sidebar{display:flex;flex-direction:column;width:var(--sidebar-width, 260px);height:100vh;background:var(--sidebar-bg, #324e6a);position:fixed;left:0;top:0;z-index:1000;transition:width .3s ease,transform .3s ease;overflow:hidden}@media (max-width: 767px){.sidebar{transform:translate(-100%);width:280px}}@media (max-width: 767px){.sidebar--mobile-open{transform:translate(0)}}.sidebar--collapsed{width:56px}@media (max-width: 767px){.sidebar--collapsed{width:280px}}.sidebar--collapsed .sidebar__logo-section{flex-direction:column;gap:4px;padding:6px}@media (max-width: 767px){.sidebar--collapsed .sidebar__logo-section{flex-direction:row;padding:10px 12px}}.sidebar--collapsed .sidebar__user-section{padding:6px}@media (max-width: 767px){.sidebar--collapsed .sidebar__user-section{padding:6px 10px}}.sidebar--collapsed .sidebar__user-dropdown{justify-content:center;padding:6px}@media (max-width: 767px){.sidebar--collapsed .sidebar__user-dropdown{justify-content:flex-start;padding:6px 8px}}.sidebar--collapsed .sidebar__nav-item{justify-content:center;padding:8px}@media (max-width: 767px){.sidebar--collapsed .sidebar__nav-item{justify-content:flex-start;padding:8px 12px}}.sidebar--collapsed .sidebar__pinned-nav{padding:6px}@media (max-width: 767px){.sidebar--collapsed .sidebar__pinned-nav{padding:6px}}.sidebar--collapsed .sidebar__footer{padding:6px}@media (max-width: 767px){.sidebar--collapsed .sidebar__footer{padding:6px 10px}}.sidebar--hover-expanded{box-shadow:4px 0 20px #0000004d}.sidebar__logo-section{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-bottom:1px solid rgba(255,255,255,.1);min-height:48px}.sidebar__logo-btn{display:flex;align-items:center;gap:6px;background:none;border:none;cursor:pointer;padding:2px;border-radius:6px;transition:background .2s}.sidebar__logo-btn:hover{background:#ffffff1a}.sidebar__full-logo{width:120px;height:auto}.sidebar__menu-toggle{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#ffffff1a;border:none;border-radius:4px;color:#ffffffb3;cursor:pointer;transition:all .2s;flex-shrink:0}.sidebar__menu-toggle svg{width:16px;height:16px}.sidebar__menu-toggle:hover{background:var(--sidebar-hover, #2b93ff);color:#fff}@media (max-width: 767px){.sidebar__menu-toggle--desktop{display:none}}.sidebar__menu-toggle--close{display:none}@media (max-width: 767px){.sidebar__menu-toggle--close{display:flex;width:36px;height:36px}}.sidebar__user-section{padding:6px 10px;border-bottom:1px solid rgba(255,255,255,.1);position:relative}.sidebar__user-dropdown{display:flex;align-items:center;gap:8px;width:100%;padding:6px 8px;background:#ffffff0d;border:none;border-radius:6px;cursor:pointer;transition:background .2s;text-align:left}.sidebar__user-dropdown:hover{background:#ffffff1a}.sidebar__user-avatar{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#4a6a8a;border-radius:50%;color:#ffffffe6;flex-shrink:0}.sidebar__user-avatar svg{width:16px;height:16px}.sidebar__user-info{flex:1;min-width:0}.sidebar__user-name{display:block;font-family:DM Sans,sans-serif;font-size:.8125rem;font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar__dropdown-arrow{color:#ffffffb3;transition:transform .2s;flex-shrink:0;width:14px;height:14px}.sidebar__dropdown-arrow--open{transform:rotate(180deg)}.sidebar__user-menu{position:absolute;top:100%;left:10px;right:10px;background:#2a4259;border-radius:6px;box-shadow:0 8px 24px #0000004d;padding:4px;z-index:10;animation:slideDown .2s ease}.sidebar__user-menu-item{display:flex;align-items:center;gap:8px;width:100%;padding:6px 10px;background:none;border:none;border-radius:4px;color:#ffffffe6;font-family:Arimo,sans-serif;font-size:.8125rem;cursor:pointer;transition:background .2s;text-align:left}.sidebar__user-menu-item svg{width:14px;height:14px}.sidebar__user-menu-item:hover{background:var(--sidebar-hover, #2b93ff)}.sidebar__user-menu-item--logout:hover{background:#ef4444}.sidebar__nav{flex:1;overflow-y:auto;padding:6px}.sidebar__nav::-webkit-scrollbar{width:4px}.sidebar__nav::-webkit-scrollbar-track{background:transparent}.sidebar__nav::-webkit-scrollbar-thumb{background:#fff3;border-radius:2px}.sidebar__nav-item{display:flex;align-items:center;gap:8px;padding:8px 12px;margin-bottom:2px;border-radius:6px;color:#fffc;font-size:.8125rem;text-decoration:none;transition:all .2s;cursor:pointer}.sidebar__nav-item:hover,.sidebar__nav-item--active{background:var(--sidebar-hover, #2b93ff);color:#fff}.sidebar__nav-icon-svg{width:18px;height:18px;flex-shrink:0}.sidebar__nav-label{flex:1;white-space:nowrap;font-family:Arimo,sans-serif;font-weight:500}.sidebar__pinned-bottom{flex-shrink:0;border-top:1px solid rgba(255,255,255,.15);background:#0000001a}.sidebar__pinned-nav{padding:6px}.sidebar__skeleton-pulse,.sidebar__skeleton-version,.sidebar__skeleton-label,.sidebar__skeleton-icon,.sidebar__skeleton-bar,.sidebar__skeleton-avatar{background:#ffffff14;border-radius:4px;animation:sidebarPulse 1.5s ease-in-out infinite}.sidebar__skeleton-user{display:flex;align-items:center;gap:8px;padding:6px 8px}.sidebar__skeleton-avatar{width:28px;height:28px;border-radius:50%;flex-shrink:0}.sidebar__skeleton-bar{height:12px;flex:1;max-width:120px}.sidebar__skeleton-nav-item{display:flex;align-items:center;gap:8px;padding:8px 12px;margin-bottom:2px}.sidebar__skeleton-icon{width:18px;height:18px;border-radius:4px;flex-shrink:0}.sidebar__skeleton-label{height:12px;width:80px}.sidebar__skeleton-version{height:10px;width:60px;margin:0 auto}.sidebar__footer{padding:6px 10px;border-top:1px solid rgba(255,255,255,.1);text-align:center}.sidebar__version{display:block;font-family:monospace;font-size:.6875rem;color:#ffffff80;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes sidebarPulse{0%,to{opacity:.4}50%{opacity:1}}.main-layout{display:flex;flex-direction:column;min-height:100vh;max-width:100vw;overflow-x:hidden}@media (min-width: 768px){.main-layout{flex-direction:row}}.main-layout__mobile-header{display:flex;align-items:center;gap:12px;padding:8px 12px;background:#fff;border-bottom:1px solid #DEE5EE;position:sticky;top:0;z-index:100}@media (min-width: 768px){.main-layout__mobile-header{display:none}}.main-layout__mobile-menu-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:none;border-radius:8px;background:transparent;color:#384553;cursor:pointer;transition:background .2s ease}.main-layout__mobile-menu-btn:hover{background:#f4f7fb}.main-layout__mobile-menu-btn:active{background:#dee5ee}.main-layout__mobile-logo{height:28px;width:28px}.main-layout__main{flex:1;margin-left:0;background:var(--bg-primary, #f8fafc);overflow-x:hidden;overflow-y:auto;transition:margin-left .3s ease;max-width:100%;width:100%}@media (min-width: 768px){.main-layout__main{margin-left:var(--sidebar-current-width, 260px);width:auto;max-width:none}}.unauthorized{display:flex;align-items:center;justify-content:center;min-height:100vh;background:var(--bg-primary, #f8fafc);padding:24px}.unauthorized__content{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:400px}.unauthorized__icon{color:#dc2626;margin-bottom:24px}.unauthorized__title{font-family:DM Sans,sans-serif;font-size:32px;font-weight:600;color:var(--text-primary, #1e293b);margin:0 0 12px}.unauthorized__message{font-family:Arimo,sans-serif;font-size:14px;color:var(--text-secondary, #64748b);margin:0 0 32px;line-height:1.6}.unauthorized__actions{display:flex;gap:12px}.unauthorized__btn{padding:12px 24px;border-radius:8px;font-family:Arimo,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.unauthorized__btn--primary{background:#030213;color:#fff;border:none}.unauthorized__btn--primary:hover{background:#1a1a2e}.unauthorized__btn--secondary{background:#fff;color:#0a0a0a;border:1px solid #e5e7eb}.unauthorized__btn--secondary:hover{background:#f9fafb;border-color:#d1d5db}.dashboard{min-height:100%;display:flex;align-items:center;justify-content:center;background:var(--bg-primary, #f8fafc);padding:24px}.dashboard__welcome-card{display:flex;flex-direction:column;align-items:center;text-align:center;background:var(--surface-card, #ffffff);border-radius:12px;border:1px solid var(--border-color, #e5e7eb);padding:48px 64px;box-shadow:0 1px 3px #0000000d;max-width:400px;width:100%}.dashboard__welcome-icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg,#2b93ff,#1a6fcc);border-radius:50%;color:#fff;margin-bottom:24px}.dashboard__welcome-greeting{font-family:Arimo,sans-serif;font-size:1.25rem;color:var(--text-muted, #94a3b8);margin:0 0 4px}.dashboard__user-name{font-family:DM Sans,sans-serif;font-size:1.75rem;font-weight:700;color:var(--text-primary, #1e293b);margin:0 0 16px}.dashboard__welcome-message{font-family:Arimo,sans-serif;font-size:14px;color:var(--text-muted, #94a3b8);margin:0 0 24px;line-height:1.5}.dashboard__current-date{display:flex;align-items:center;gap:8px;font-family:Arimo,sans-serif;font-size:14px;color:#2b93ff}.dashboard__current-date svg{color:#2b93ff}@media (max-width: 480px){.dashboard{padding:16px}.dashboard__welcome-card{padding:32px 24px}.dashboard__user-name{font-size:1.5rem}}.filter-select{position:relative;display:flex;width:100%;min-width:0}@media (min-width: 768px){.filter-select{width:auto;display:inline-flex}}.filter-select--disabled{opacity:.6;pointer-events:none}.filter-select__trigger{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;padding:8px 12px;font-size:16px;font-family:inherit;border:1px solid var(--l2u-border);border-radius:8px;background-color:var(--l2u-bg-white);color:var(--l2u-text-primary);cursor:pointer;min-height:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (min-width: 768px){.filter-select__trigger{width:auto;min-width:120px;min-height:auto;font-size:.875rem}}.filter-select__trigger:focus{outline:none;border-color:var(--l2u-primary);box-shadow:0 0 0 3px #2b93ff1a}.filter-select__value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.filter-select__chevron{display:flex;align-items:center;flex-shrink:0;color:var(--l2u-text-secondary);transition:transform .2s ease}.filter-select--open .filter-select__chevron{transform:rotate(180deg)}.filter-select__dropdown{background-color:var(--l2u-bg-white);border:1px solid var(--l2u-border);border-radius:8px;box-shadow:0 4px 12px #00000014;max-height:280px;overflow-y:auto;padding:4px 0}.filter-select__option{display:block;width:100%;padding:8px 12px;font-size:.875rem;font-family:inherit;color:var(--l2u-text-primary);background:none;border:none;cursor:pointer;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.filter-select__option:hover{background-color:var(--l2u-bg-hover)}.filter-select__option--active{background-color:#2b93ff14;color:var(--l2u-primary);font-weight:500}.filter-select__option--focused{background-color:var(--l2u-bg-hover);outline:2px solid var(--l2u-primary);outline-offset:-2px}.location-item-table{margin-top:12px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.location-item-table--loading{padding:0}.location-item-table--error,.location-item-table--empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;color:#9ca3af;background:#fafbfc}.location-item-table--error p,.location-item-table--empty p{font-family:Arimo,sans-serif;font-size:13px;margin:0 0 12px}.location-item-table--empty{border-style:dashed;background:#fff}.location-item-table--empty p{margin:0;color:#6b7280}.location-item-table__spinner{width:24px;height:24px;border:2px solid #e5e5e5;border-top-color:#1976d2;border-radius:50%;animation:spin .8s linear infinite}.location-item-table__table{width:100%;border-collapse:collapse;font-family:Arimo,sans-serif;font-size:13px}.location-item-table__table th,.location-item-table__table td{padding:8px;text-align:left;border-bottom:1px solid #f3f4f6}.location-item-table__table th{font-weight:500;color:#6b7280;font-size:12px;text-transform:uppercase;letter-spacing:.05em}.location-item-table__table td{color:#374151}.location-item-table__table tr:last-child td{border-bottom:none}.location-item-table__barcode{background:none;border:none;padding:0;font-family:JetBrains Mono,monospace;font-size:13px;color:#2563eb;cursor:pointer;text-decoration:none}.location-item-table__barcode:hover{text-decoration:underline;color:#1d4ed8}.location-item-table__description{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.location-item-table__status{display:inline-block;padding:2px 8px;border-radius:9999px;font-size:11px;font-weight:500;white-space:nowrap}.location-item-table__pagination{display:flex;align-items:center;justify-content:space-between;padding:12px;background:#fafbfc;border-top:1px solid #f3f4f6}.location-item-table__pagination-info{font-size:12px;color:#6b7280}.location-item-table__pagination-controls{display:flex;gap:8px}.table-skeleton__header{display:flex;gap:8px;padding:12px;border-bottom:1px solid #f3f4f6;background:#fafbfc}.table-skeleton__header-cell{height:12px}.table-skeleton__header-cell--barcode{width:80px}.table-skeleton__header-cell--description{flex:1;max-width:200px}.table-skeleton__header-cell--status{width:60px}.table-skeleton__row{display:flex;gap:8px;padding:12px;border-bottom:1px solid #f3f4f6}.table-skeleton__row:last-child{border-bottom:none}.table-skeleton__cell{height:16px}.table-skeleton__cell--barcode{width:100px}.table-skeleton__cell--description{flex:1;max-width:180px}.table-skeleton__cell--status{width:70px;height:22px;border-radius:9999px}.current-inventory,.current-inventory--skeleton{display:flex;gap:24px;min-height:500px}.current-inventory--loading,.current-inventory--empty{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:48px;text-align:center}.current-inventory__spinner{width:40px;height:40px;border:3px solid #e5e5e5;border-top-color:#1976d2;border-radius:50%;animation:spin .8s linear infinite}.current-inventory__sidebar-title-skeleton{width:80px;height:16px}.current-inventory__sidebar-count-skeleton{width:24px;height:20px;border-radius:9999px}.current-inventory__search-skeleton{height:36px;width:100%}.current-inventory__filter-skeleton{height:32px;width:100%}.current-inventory__empty-icon{color:#9ca3af;margin-bottom:16px}.current-inventory__empty-title{font-family:DM Sans,sans-serif;font-size:18px;font-weight:600;color:#1e293b;margin:0 0 8px}.current-inventory__empty-text{font-family:Arimo,sans-serif;font-size:14px;color:#64748b;margin:0;max-width:360px}.current-inventory__sidebar{width:280px;flex-shrink:0;background:#fff;border-radius:12px;border:1px solid #e5e7eb;overflow:hidden}.current-inventory__sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #e5e7eb}.current-inventory__sidebar-title{font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;color:#1e293b;margin:0}.current-inventory__sidebar-count{font-family:Arimo,sans-serif;font-size:12px;color:#64748b;background:#f3f4f6;padding:2px 8px;border-radius:9999px}.current-inventory__search-filters{padding:12px;border-bottom:1px solid #e5e7eb;display:flex;flex-direction:column;gap:8px}.current-inventory__search-input-wrapper{position:relative}.current-inventory__search-input-wrapper svg{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#9ca3af}.current-inventory__search-input{width:100%;height:36px;padding:0 10px 0 34px;font-family:Arimo,sans-serif;font-size:13px;color:#1e293b;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;transition:border-color .2s,box-shadow .2s}.current-inventory__search-input::placeholder{color:#9ca3af}.current-inventory__search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a;background:#fff}.current-inventory__filter-row{display:flex;gap:8px}.current-inventory__filter-select.filter-select{width:100%;display:flex}.current-inventory__filter-select.filter-select .filter-select__trigger{width:100%;height:36px;min-height:36px;font-size:14px;border-radius:6px}.current-inventory__filter-actions{display:flex;gap:8px}.current-inventory__clear-filters{display:flex;align-items:center;justify-content:center;gap:6px;flex:1;height:32px;background:transparent;border:1px dashed #d1d5db;border-radius:6px;font-family:Arimo,sans-serif;font-size:12px;color:#6b7280;cursor:pointer;transition:all .2s}.current-inventory__clear-filters:hover{background:#f9fafb;border-color:#9ca3af;color:#374151}.current-inventory__export-btn{display:flex;align-items:center;justify-content:center;gap:6px;height:32px;padding:0 12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;font-family:Arimo,sans-serif;font-size:12px;color:#374151;cursor:pointer;transition:all .2s}.current-inventory__export-btn:hover{background:#f3f4f6;border-color:#d1d5db}.current-inventory__warehouse-list{padding:8px;max-height:400px;overflow-y:auto;flex:1}.current-inventory__clear-selection{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:10px 12px;margin-bottom:8px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;font-family:Arimo,sans-serif;font-size:13px;font-weight:500;color:#dc2626;cursor:pointer;transition:all .15s}.current-inventory__clear-selection:hover{background:#fee2e2;border-color:#fca5a5}.current-inventory__main{flex:1;background:#fff;border-radius:12px;border:1px solid #e5e7eb;overflow:hidden}.current-inventory__main-header{display:flex;align-items:flex-start;justify-content:space-between;padding:20px;border-bottom:1px solid #e5e7eb;gap:16px}@media (max-width: 900px){.current-inventory__main-header{flex-direction:column}}.current-inventory__main-actions{display:flex;gap:8px;flex-shrink:0}.current-inventory__locations{padding:20px}.current-inventory__no-locations{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px;color:#9ca3af;text-align:center}.current-inventory__no-locations svg{margin-bottom:12px}.current-inventory__no-locations p{font-family:Arimo,sans-serif;font-size:14px;margin:0 0 16px}.current-inventory__no-selection{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 32px;text-align:center;height:100%;min-height:400px}.current-inventory__no-selection .current-inventory__empty-icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:50%;margin-bottom:24px}.current-inventory__no-selection .current-inventory__empty-icon svg{color:#0ea5e9}.current-inventory__no-selection .current-inventory__empty-title{font-family:DM Sans,sans-serif;font-size:20px;font-weight:600;color:#1e293b;margin:0 0 12px}.current-inventory__no-selection .current-inventory__empty-text{font-family:Arimo,sans-serif;font-size:14px;color:#64748b;margin:0 0 24px;max-width:320px;line-height:1.5}.current-inventory__no-selection .btn{display:inline-flex;align-items:center;gap:8px}.warehouse-item{display:flex;align-items:flex-start;justify-content:space-between;width:100%;padding:12px;background:transparent;border:none;border-radius:8px;cursor:pointer;transition:all .2s;text-align:left}.warehouse-item:hover{background:#f9fafb}.warehouse-item:hover .warehouse-item__totals{background:#f3f4f6}.warehouse-item--selected{background:#eff6ff}.warehouse-item--selected:hover{background:#dbeafe}.warehouse-item--selected .warehouse-item__name{color:#1e40af}.warehouse-item--selected .warehouse-item__totals{background:#3b82f614}.warehouse-item__content{display:flex;flex-direction:column;min-width:0;flex:1}.warehouse-item__name{font-family:Arimo,sans-serif;font-size:14px;font-weight:500;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.warehouse-item__region{font-family:Arimo,sans-serif;font-size:12px;color:#64748b}.warehouse-item__totals{display:flex;gap:12px;margin-top:6px;padding:6px 8px;background:#f9fafb;border-radius:6px;transition:background-color .2s}.warehouse-item__total{display:flex;align-items:center;gap:4px;font-family:Arimo,sans-serif;font-size:11px;color:#6b7280}.warehouse-item__total svg{color:#9ca3af;flex-shrink:0}.warehouse-item__spinner{width:10px;height:10px;border:1.5px solid #e5e5e5;border-top-color:#1976d2;border-radius:50%;animation:spin .8s linear infinite}.warehouse-details{flex:1;min-width:0}.warehouse-details__header-row{display:flex;align-items:center;gap:12px;margin-bottom:4px}.warehouse-details__close-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:transparent;border:1px solid #e5e7eb;border-radius:6px;color:#6b7280;cursor:pointer;transition:all .15s}.warehouse-details__close-btn:hover{background:#f3f4f6;border-color:#d1d5db;color:#374151}.warehouse-details__name{font-family:DM Sans,sans-serif;font-size:20px;font-weight:600;color:#1e293b;margin:0}.warehouse-details__stats{display:flex;align-items:center;gap:8px}.warehouse-details__stat{display:inline-flex;align-items:center;gap:4px;font-family:Arimo,sans-serif;font-size:13px;color:#64748b;background:#f3f4f6;padding:4px 10px;border-radius:9999px}.warehouse-details__stat svg{color:#9ca3af}.warehouse-details__stat--loading{padding:4px 16px}.warehouse-details__stat-spinner{width:14px;height:14px;border:2px solid #e5e5e5;border-top-color:#1976d2;border-radius:50%;animation:spin .8s linear infinite}.warehouse-details__address{font-family:Arimo,sans-serif;font-size:14px;color:#64748b;margin:0 0 8px}.warehouse-details__contact{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-family:Arimo,sans-serif;font-size:13px;color:#6b7280}.warehouse-details__contact-item{display:inline-flex;align-items:center;gap:4px}.warehouse-details__contact-item svg{color:#9ca3af;flex-shrink:0}.warehouse-details__separator{margin:0 4px;color:#d1d5db}.location-list{display:flex;flex-direction:column}.location-row{margin-bottom:4px;border-radius:8px;background:#f9fafb}.location-row:last-child{margin-bottom:0}.location-row--expanded{background:#f3f4f6}.location-row__main{display:flex;align-items:center;gap:12px;padding:14px 16px 14px 8px}.location-row__main--clickable{cursor:pointer;border-radius:8px;margin:0;padding:14px 16px 14px 8px;transition:background-color .15s}.location-row__main--clickable:hover{background:#e5e7eb}.location-row__main--clickable:focus{outline:none;background:#e5e7eb}.location-row__main--clickable:focus-visible{outline:2px solid #3b82f6;outline-offset:-2px}.location-row__color{width:10px;height:10px;border-radius:50%;flex-shrink:0}.location-row__name{font-family:Arimo,sans-serif;font-size:14px;font-weight:500;color:#1e293b}.location-row__type{font-family:Arimo,sans-serif;font-size:12px;color:#0369a1;background:#e0f2fe;padding:2px 8px;border-radius:4px}.location-row__spacer{flex:1}.location-row__actions{display:flex;align-items:center;gap:8px}.location-row__item-count{display:flex;align-items:center;gap:4px;font-family:Arimo,sans-serif;font-size:13px;color:#6b7280}.location-row__item-count svg{color:#9ca3af}.location-row__action-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:none;border-radius:6px;color:#6b7280;cursor:pointer;transition:all .15s}.location-row__action-btn:hover{background:#f3f4f6;color:#374151}.location-row__action-btn--danger{color:#dc2626}.location-row__action-btn--danger:hover{background:#fef2f2;color:#b91c1c}.location-row__expand-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:none;border-radius:6px;color:#9ca3af;cursor:pointer;transition:all .15s}.location-row__expand-btn:hover{background:#f3f4f6;color:#6b7280}.location-row__expand-icon{color:#9ca3af;flex-shrink:0;margin-left:4px}.location-row__content{padding:0 22px 16px}.location-row__no-items{font-family:Arimo,sans-serif;font-size:13px;color:#9ca3af;padding:16px;text-align:center;background:#fff;border-radius:8px;border:1px solid #e5e7eb}.btn-ghost{background:transparent;color:#6b7280;border:none}.btn-ghost:hover:not(:disabled){background:#f3f4f6;color:#374151}.btn-ghost.btn-danger{color:#dc2626}.btn-ghost.btn-danger:hover:not(:disabled){background:#fef2f2;color:#b91c1c}.btn--sm{height:32px;padding:0 12px;font-size:13px}.btn-delete-warehouse{display:flex;align-items:center;justify-content:center;width:55px;height:55px;padding:0;background:#dc2626;border:none;border-radius:6px;color:#fff;cursor:pointer;transition:background-color .2s}.btn-delete-warehouse:hover{background:#b91c1c}.btn-delete-warehouse svg{stroke:#fff}.warehouse-skeleton{display:flex;flex-direction:column;gap:4px}.warehouse-skeleton__item{display:flex;align-items:center;justify-content:space-between;padding:12px;border-radius:8px}.warehouse-skeleton__content{display:flex;flex-direction:column;gap:6px}.warehouse-skeleton__name{width:120px;height:14px}.warehouse-skeleton__region{width:80px;height:12px}.warehouse-skeleton__badge{width:70px;height:18px;border-radius:4px}.location-skeleton{display:flex;flex-direction:column}.location-skeleton__row{display:flex;align-items:center;gap:12px;padding:14px 0;border-bottom:1px solid #f3f4f6}.location-skeleton__row:last-child{border-bottom:none}.location-skeleton__color{width:10px;height:10px;border-radius:50%}.location-skeleton__name{width:100px;height:14px}.location-skeleton__type{width:60px;height:20px;border-radius:4px}.location-skeleton__spacer{flex:1}.location-skeleton__actions{width:180px;height:32px;border-radius:6px}.main-content-skeleton{padding:20px}.main-content-skeleton__header{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:20px;border-bottom:1px solid #e5e7eb;margin-bottom:20px}.main-content-skeleton__details{display:flex;flex-direction:column;gap:8px}.main-content-skeleton__name{width:200px;height:24px}.main-content-skeleton__address{width:280px;height:14px}.main-content-skeleton__contact{width:320px;height:13px}.main-content-skeleton__actions{display:flex;gap:8px}.main-content-skeleton__btn{width:100px;height:36px;border-radius:6px}.main-content-skeleton__locations{padding:0}.item-trace__search-section{margin-bottom:24px}.item-trace__search-box{background:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:24px}.item-trace__search-title{font-family:DM Sans,sans-serif;font-size:16px;font-weight:600;color:#1e293b;margin:0 0 4px}.item-trace__search-subtitle{font-family:Arimo,sans-serif;font-size:14px;color:#64748b;margin:0 0 16px}.item-trace__search-input-group{display:flex;gap:12px}@media (max-width: 600px){.item-trace__search-input-group{flex-direction:column}}.item-trace__search-input-wrapper{flex:1;position:relative}.item-trace__search-input-wrapper svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#9ca3af}.item-trace__search-input{width:100%;height:44px;padding:0 12px 0 42px;font-family:Arimo,sans-serif;font-size:14px;color:#1e293b;background:#fff;border:1px solid #e5e7eb;border-radius:8px;transition:border-color .2s,box-shadow .2s}.item-trace__search-input::placeholder{color:#9ca3af}.item-trace__search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.item-trace__loading,.item-trace__not-found,.item-trace__placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:48px;text-align:center;color:#9ca3af}.item-trace__loading h3,.item-trace__not-found h3,.item-trace__placeholder h3{font-family:DM Sans,sans-serif;font-size:18px;font-weight:600;color:#1e293b;margin:16px 0 8px}.item-trace__loading p,.item-trace__not-found p,.item-trace__placeholder p{font-family:Arimo,sans-serif;font-size:14px;color:#64748b;margin:0;max-width:360px}.item-trace__spinner{width:40px;height:40px;border:3px solid #e5e5e5;border-top-color:#1976d2;border-radius:50%;animation:spin .8s linear infinite}.item-trace__results{display:grid;gap:24px}.item-trace__item-card{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-radius:12px;border:1px solid #a7f3d0;padding:24px}.item-trace__item-header{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid rgba(16,185,129,.2)}.item-trace__item-icon{width:40px;height:40px;background:#10b981;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.item-trace__item-icon svg{color:#fff}.item-trace__item-info{flex:1;min-width:0}.item-trace__item-barcode{font-family:DM Sans,sans-serif;font-size:18px;font-weight:600;color:#065f46;margin:0 0 2px}.item-trace__item-barcode span{font-weight:400;color:#047857}.item-trace__item-description{font-family:Arimo,sans-serif;font-size:14px;color:#047857;margin:0}.item-trace__item-details{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media (max-width: 768px){.item-trace__item-details{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.item-trace__item-details{grid-template-columns:1fr 1fr}}.item-trace__detail{display:flex;align-items:center;gap:8px}.item-trace__detail-icon{color:#10b981;flex-shrink:0}.item-trace__detail-content{display:flex;flex-direction:column;gap:0}.item-trace__detail-label{font-family:Arimo,sans-serif;font-size:12px;color:#10b981}.item-trace__detail-value{font-family:Arimo,sans-serif;font-size:14px;color:#065f46;font-weight:500}.item-trace__timeline-section{background:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:24px}.item-trace__timeline-title{font-family:DM Sans,sans-serif;font-size:16px;font-weight:600;color:#1e293b;margin:0 0 20px}.item-trace__no-events{font-family:Arimo,sans-serif;font-size:14px;color:#9ca3af;text-align:center;padding:32px 0;margin:0}.item-trace__timeline{position:relative}.timeline-event{display:flex;gap:16px;position:relative;padding-bottom:24px}.timeline-event:last-child{padding-bottom:0}.timeline-event:before{content:"";position:absolute;left:15px;top:32px;bottom:0;width:2px;background:#e5e7eb}.timeline-event:last-child:before{display:none}.timeline-event__marker{width:32px;height:32px;border-radius:50%;background:#f3f4f6;border:2px solid #e5e7eb;flex-shrink:0;z-index:1;display:flex;align-items:center;justify-content:center}.timeline-event__marker-number{font-family:Arimo,sans-serif;font-size:12px;font-weight:600;color:#6b7280}.timeline-event__content{flex:1;min-width:0;padding-top:4px}.timeline-event__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:4px}.timeline-event__type-section{flex:1}.timeline-event__type-row{display:flex;align-items:center;gap:8px;margin-bottom:2px}.timeline-event__type-icon{color:#6b7280;flex-shrink:0}.timeline-event__type-icon--movement{color:#10b981}.timeline-event__type-icon--stop{color:#3b82f6}.timeline-event__type{font-family:DM Sans,sans-serif;font-size:15px;font-weight:600;color:#1e293b}.timeline-event__type--movement{color:#10b981}.timeline-event__type--stop{color:#3b82f6}.timeline-event__subtitle{font-family:Arimo,sans-serif;font-size:13px;color:#6b7280;margin:0 0 4px}.timeline-event__transition{font-family:Arimo,sans-serif;font-size:14px;color:#4b5563;margin:0 0 4px}.timeline-event__warehouse{font-family:Arimo,sans-serif;font-size:13px;color:#9ca3af;margin:0 0 8px}.timeline-event__address{font-family:Arimo,sans-serif;font-size:13px;color:#6b7280;margin:0 0 8px}.timeline-event__meta{display:flex;align-items:center;flex-wrap:wrap;gap:16px;font-family:Arimo,sans-serif;font-size:13px;color:#6b7280}.timeline-event__meta-item{display:flex;align-items:center;gap:6px}.timeline-event__meta-item svg{color:#9ca3af;flex-shrink:0}.timeline-event__meta-link{color:#3b82f6;text-decoration:none;font-weight:500}.timeline-event__meta-link:hover{text-decoration:underline}.timeline-event__status-badge{padding:6px 14px;border-radius:6px;font-family:Arimo,sans-serif;font-size:13px;font-weight:500;flex-shrink:0;white-space:nowrap}.timeline-event__status-badge--outlined{background:transparent;border:1px solid currentColor}.modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px;animation:fadeIn .2s ease-out}.modal{background:#fff;border-radius:14px;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;max-height:calc(100vh - 48px);display:flex;flex-direction:column;animation:slideIn .2s ease-out}.modal--sm{width:100%;max-width:400px}.modal--md{width:100%;max-width:500px}.modal--lg{width:100%;max-width:700px}.modal--xl{width:100%;max-width:900px}.modal__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e5e7eb}.modal__title{font-family:Arimo,sans-serif;font-size:18px;font-weight:600;color:#0a0a0a;margin:0}.modal__close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:none;border-radius:6px;color:#6b7280;cursor:pointer;transition:all .2s}.modal__close:hover{background:#f3f4f6;color:#0a0a0a}.modal__body{padding:24px;overflow-y:auto;flex:1}.modal__footer{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid #e5e7eb}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.mapbox-autocomplete{position:relative;width:100%}.mapbox-autocomplete__input{width:100%;padding:8px 12px;font-family:Arimo,sans-serif;font-size:14px;color:#0a0a0a;background:#fff;border:1px solid #e5e7eb;border-radius:6px;transition:border-color .2s,box-shadow .2s}.mapbox-autocomplete__input::placeholder{color:#9ca3af}.mapbox-autocomplete__input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.mapbox-autocomplete__input:disabled{background:#f9fafb;cursor:not-allowed}.mapbox-autocomplete__spinner{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:16px;height:16px;border:2px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:mapbox-spin .6s linear infinite}.mapbox-autocomplete__dropdown{z-index:9999;padding:0;list-style:none;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;max-height:240px;overflow-y:auto}.mapbox-autocomplete__item{padding:10px 12px;cursor:pointer;font-family:Arimo,sans-serif;font-size:14px;color:#0a0a0a;border-top:1px solid #f3f4f6}.mapbox-autocomplete__item:first-child{border-top:none}.mapbox-autocomplete__item:hover,.mapbox-autocomplete__item--active{background:#f9fafb}@keyframes mapbox-spin{to{transform:translateY(-50%) rotate(360deg)}}.create-warehouse-form{display:flex;flex-direction:column;gap:16px}.form-group{display:flex;flex-direction:column;gap:6px}.form-label{font-family:Arimo,sans-serif;font-size:14px;font-weight:500;color:#0a0a0a}.form-label .required{color:#dc2626}.form-input{width:100%;height:40px;padding:0 12px;font-family:Arimo,sans-serif;font-size:14px;color:#0a0a0a;background:#fff;border:1px solid #e5e7eb;border-radius:6px;transition:border-color .2s,box-shadow .2s}.form-input::placeholder{color:#9ca3af}.form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-input:disabled{background:#f9fafb;cursor:not-allowed}.form-section-title{font-family:Arimo,sans-serif;font-size:13px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;padding-top:8px;border-top:1px solid #e5e7eb;margin-top:8px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media (max-width: 500px){.form-row{grid-template-columns:1fr}}.create-location-form{display:flex;flex-direction:column;gap:16px}.form-filter-select{width:100%;display:flex}.form-filter-select .filter-select__trigger{height:40px;min-height:40px;font-size:14px;border-radius:6px}.form-textarea{width:100%;padding:10px 12px;font-family:Arimo,sans-serif;font-size:14px;color:#0a0a0a;background:#fff;border:1px solid #e5e7eb;border-radius:6px;resize:vertical;min-height:80px;transition:border-color .2s,box-shadow .2s}.form-textarea::placeholder{color:#9ca3af}.form-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.color-picker-input{display:flex;align-items:center;gap:12px}.form-color-input{width:48px;height:48px;padding:0;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;background:none;transition:border-color .2s}.form-color-input::-webkit-color-swatch-wrapper{padding:4px}.form-color-input::-webkit-color-swatch{border:none;border-radius:4px}.form-color-input::-moz-color-swatch{border:none;border-radius:4px}.form-color-input:hover{border-color:#d1d5db}.form-color-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.color-picker-value{font-family:Arimo,sans-serif;font-size:14px;color:#6b7280;text-transform:uppercase}.modal-subtitle{font-family:Arimo,sans-serif;font-size:14px;color:#717182;margin:0 0 8px;line-height:1.5}.template-section{padding:16px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px}.template-content{display:flex;align-items:flex-start;gap:12px}.template-icon{flex-shrink:0;color:#2563eb;margin-top:2px}.template-text-content{flex:1}.template-heading{font-family:Arimo,sans-serif;font-size:14px;font-weight:500;color:#1e3a8a;margin:0 0 4px}.template-description{font-family:Arimo,sans-serif;font-size:12px;color:#1e40af;margin:0 0 12px;line-height:1.4}.download-template-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:32px;padding:0 12px;background:#fff;color:#1e40af;border:1px solid #93c5fd;border-radius:6px;font-family:Arimo,sans-serif;font-size:14px;cursor:pointer;transition:all .2s}.download-template-btn:hover{background:#dbeafe}.download-template-btn svg{stroke:currentColor}.columns-section{padding:16px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px}.columns-title{font-family:Arimo,sans-serif;font-size:14px;font-weight:500;color:#0a0a0a;margin:0 0 8px}.columns-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.columns-grid>div{font-family:Arimo,sans-serif;font-size:12px;color:#4b5563;line-height:1.4}.columns-grid>div:before{content:"• "}.file-selection-section{display:flex;flex-direction:column;gap:8px}.file-selection-label{font-family:Arimo,sans-serif;font-size:14px;font-weight:500;color:#0a0a0a}.file-input{font-family:Arimo,sans-serif;font-size:14px;color:#0a0a0a;padding:8px 12px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;cursor:pointer}.file-input::file-selector-button{margin-right:16px;padding:6px 16px;border:0;border-radius:6px;background:#eff6ff;color:#1e40af;font-family:Arimo,sans-serif;font-size:14px;cursor:pointer;transition:background .2s}.file-input::file-selector-button:hover{background:#dbeafe}.file-input:disabled{opacity:.5;cursor:not-allowed}.file-input:disabled::file-selector-button{cursor:not-allowed}.error-message{font-family:Arimo,sans-serif;font-size:12px;color:#dc2626}.import-modal-content{display:flex;flex-direction:column;gap:16px}.columns-list{display:flex;flex-direction:column;gap:4px}.column-item{display:flex;gap:8px;font-family:Arimo,sans-serif;font-size:12px;line-height:1.4}.column-label{font-weight:500;color:#0a0a0a}.column-value{color:#4b5563}.confirmation-dialog__message{font-family:Arimo,sans-serif;font-size:14px;color:#4b5563;line-height:1.5;margin:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:36px;padding:0 16px;border:none;border-radius:8px;font-family:Arimo,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.btn-primary{background:#030213;color:#fff}.btn-primary:hover:not(:disabled){background:#1a1a2e}.btn-secondary{background:#fff;color:#0a0a0a;border:1px solid rgba(0,0,0,.1)}.btn-secondary:hover:not(:disabled){background:#f9fafb;border-color:#0003}.btn-danger{background:#dc2626;color:#fff}.btn-danger:hover:not(:disabled){background:#b91c1c}.warehouse-inventory{min-height:100%;background-color:#f4f7fb}.warehouse-inventory__header{position:sticky;top:0;z-index:10;background-color:#fff;border-bottom:1px solid #DEE5EE;padding:16px 24px}.warehouse-inventory__header-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:16px}@media (max-width: 768px){.warehouse-inventory__header-top{flex-direction:column;gap:12px}}.warehouse-inventory__title{font-size:1.5rem;font-weight:700;color:#384553;margin:0}.warehouse-inventory__subtitle{font-size:.875rem;color:#737474;margin:4px 0 0}.warehouse-inventory__actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.warehouse-inventory__tabs{display:flex;align-items:center;gap:2px;padding:4px;background-color:#f4f7fb;border:1px solid #DEE5EE;border-radius:8px;width:fit-content}.warehouse-inventory__tab{padding:8px 16px;font-size:.875rem;font-weight:500;border:none;border-radius:6px;background-color:transparent;color:#737474;cursor:pointer;transition:all .2s ease}.warehouse-inventory__tab:hover{color:#384553;background-color:#fff}.warehouse-inventory__tab--active{background-color:#2b93ff;color:#fff}.warehouse-inventory__tab--active:hover{background-color:#1c3e61;color:#fff}.warehouse-inventory__main{padding:16px 24px;max-width:1400px;margin:0 auto}.warehouse-inventory__content{min-height:400px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:8px 12px;font-size:.875rem;font-weight:500;border-radius:8px;cursor:pointer;transition:all .2s ease}.btn svg{width:16px;height:16px}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background-color:#2b93ff;color:#fff;border:none}.btn-primary:hover:not(:disabled){background-color:#1c3e61}.btn-secondary{background-color:#fff;color:#384553;border:1px solid #DEE5EE}.btn-secondary:hover:not(:disabled){background-color:#f4f7fb;border-color:#dbdbdb}.filter-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:1px solid #e5e7eb;border-radius:6px;color:#6b7280;cursor:pointer;transition:all .2s}.filter-icon:hover{background:#f9fafb;border-color:#d1d5db;color:#374151}.filter-icon--active{background:#eff6ff;border-color:#3b82f6;color:#3b82f6}.filter-icon--active:hover{background:#dbeafe;border-color:#2563eb;color:#2563eb}.filter-icon__badge{position:absolute;top:-4px;right:-4px;width:10px;height:10px;background:#3b82f6;border:2px solid white;border-radius:50%}.filter-search{position:relative;display:flex;align-items:center;width:100%;min-width:0}@media (min-width: 768px){.filter-search{width:auto}}.filter-search--disabled{opacity:.6;pointer-events:none}.filter-search>svg{position:absolute;left:12px;color:var(--l2u-text-muted);pointer-events:none;flex-shrink:0}.filter-search input{width:100%;padding:8px 12px 8px 40px;font-size:16px;font-family:inherit;border:1px solid var(--l2u-border);border-radius:8px;background-color:var(--l2u-bg-white);color:var(--l2u-text-primary);min-height:44px}@media (min-width: 768px){.filter-search input{width:160px;min-height:auto;font-size:.875rem}}.filter-search input::placeholder{color:var(--l2u-text-muted)}.filter-search input:focus{outline:none;border-color:var(--l2u-primary);box-shadow:0 0 0 3px #2b93ff1a}.filter-search input:disabled{cursor:not-allowed}.address-input{width:100%}.address-input__toggle{display:flex;gap:4px;margin-bottom:8px;background:#f4f7fb;border-radius:6px;padding:3px}.address-input__toggle-btn{display:flex;align-items:center;gap:6px;flex:1;padding:6px 12px;border:none;border-radius:4px;font-family:Arimo,sans-serif;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s;background:transparent;color:#737474;justify-content:center}.address-input__toggle-btn:hover:not(:disabled){background:#0000000a}.address-input__toggle-btn--active{background:#fff!important;color:#2b93ff;box-shadow:0 1px 3px #00000014}.address-input__toggle-btn:disabled{opacity:.5;cursor:not-allowed}.address-input__toggle-icon{width:14px;height:14px}.address-input__coords{display:flex;flex-direction:column;gap:8px}.address-input__coords-row{display:flex;gap:8px}.address-input__field{width:100%;padding:8px 12px;font-family:Arimo,sans-serif;font-size:14px;color:#0a0a0a;background:#fff;border:1px solid #e5e7eb;border-radius:6px;transition:border-color .2s,box-shadow .2s}.address-input__field::placeholder{color:#9ca3af}.address-input__field:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.address-input__field:disabled{background:#f9fafb;cursor:not-allowed}.address-input__coords-display{margin-top:4px;font-family:Arimo,sans-serif;font-size:12px;color:#9ca3af}.drs{position:relative;display:inline-flex;font-family:var(--font-family, "DM Sans", sans-serif);width:100%}@media (min-width: 768px){.drs{width:auto}}.drs__trigger{display:flex;align-items:center;gap:10px;width:100%;padding:8px 14px;min-height:40px;background:#fff;border:1px solid var(--neutral-200, #e5e5e5);border-radius:8px;color:var(--neutral-500, #737373);font-family:inherit;font-size:.875rem;font-weight:500;line-height:1.4;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,color .2s ease;-webkit-user-select:none;user-select:none;white-space:nowrap;overflow:hidden}@media (min-width: 768px){.drs__trigger{width:auto;min-width:240px}}.drs__trigger:hover:not(:disabled){border-color:var(--neutral-300, #d4d4d4)}.drs__trigger:focus-visible{outline:none;border-color:var(--sidebar-hover, #2b93ff);box-shadow:0 0 0 3px #2b93ff26}.drs__trigger--active{color:var(--neutral-700, #404040)}.drs__trigger--disabled{opacity:.55;cursor:not-allowed}.drs__trigger-icon{display:flex;align-items:center;flex-shrink:0;color:var(--neutral-400, #a3a3a3)}.drs__trigger--active .drs__trigger-icon{color:var(--sidebar-hover, #2b93ff)}.drs__trigger-text{flex:1;text-align:left;overflow:hidden;text-overflow:ellipsis}.drs__trigger-clear{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:22px;height:22px;border-radius:50%;color:var(--neutral-400, #a3a3a3);transition:background .2s ease,color .2s ease;cursor:pointer}.drs__trigger-clear:hover{background:var(--neutral-100, #f5f5f5);color:var(--neutral-700, #404040)}.drs__trigger-clear:focus-visible{outline:2px solid var(--sidebar-hover, #2b93ff);outline-offset:1px}.drs__dropdown{z-index:9999;display:flex;flex-direction:column;background:#fff;border:1px solid var(--neutral-200, #e5e5e5);border-radius:8px;box-shadow:0 4px 20px #0000001f;overflow:hidden;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .18s ease,transform .18s ease,visibility .18s}.drs__dropdown--open{opacity:1;visibility:visible;transform:translateY(0)}.drs__dropdown{width:calc(100vw - 32px);max-width:420px}@media (min-width: 768px){.drs__dropdown{flex-direction:row;width:auto;max-width:none}}.drs__presets{display:flex;flex-direction:row;flex-wrap:wrap;gap:6px;padding:14px 16px;border-bottom:1px solid var(--neutral-200, #e5e5e5);background:var(--neutral-50, #fafafa)}@media (min-width: 768px){.drs__presets{flex-direction:column;flex-wrap:nowrap;width:156px;flex-shrink:0;padding:16px 14px;border-bottom:none;border-right:1px solid var(--neutral-200, #e5e5e5)}}.drs__presets-title{display:none}@media (min-width: 768px){.drs__presets-title{display:block;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--neutral-400, #a3a3a3);margin-bottom:4px;padding:0 6px}}.drs__preset-btn{padding:6px 12px;border:1px solid var(--neutral-200, #e5e5e5);border-radius:6px;background:#fff;color:var(--neutral-500, #737373);font-family:inherit;font-size:.8125rem;font-weight:500;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease;white-space:nowrap;text-align:left}@media (min-width: 768px){.drs__preset-btn{border:none;border-radius:6px;padding:7px 10px}}.drs__preset-btn:hover{background:var(--neutral-100, #f5f5f5);color:var(--neutral-700, #404040)}.drs__preset-btn--active{background:#2b93ff1a;color:var(--primary-500, #1976d2);border-color:#2b93ff40;font-weight:600}@media (min-width: 768px){.drs__preset-btn--active{border:none}}.drs__calendar-panel{display:flex;flex-direction:column;padding:16px;min-width:0}@media (min-width: 768px){.drs__calendar-panel{padding:16px 20px;width:308px}}.drs-calendar__nav{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.drs-calendar__nav-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:6px;background:transparent;color:var(--neutral-500, #737373);cursor:pointer;transition:background .2s ease,color .2s ease}.drs-calendar__nav-btn:hover{background:var(--neutral-100, #f5f5f5);color:var(--neutral-700, #404040)}.drs-calendar__nav-btn:focus-visible{outline:2px solid var(--sidebar-hover, #2b93ff);outline-offset:-2px}.drs-calendar__month-label{font-size:.9375rem;font-weight:600;color:var(--neutral-700, #404040);-webkit-user-select:none;user-select:none}.drs-calendar__weekdays{display:grid;grid-template-columns:repeat(7,1fr);margin-bottom:4px}.drs-calendar__weekday{text-align:center;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--neutral-400, #a3a3a3);padding:4px 0;-webkit-user-select:none;user-select:none}.drs-calendar__grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px 0}.drs-calendar__day{position:relative;display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:1;max-height:38px;border:none;border-radius:50%;background:transparent;color:var(--neutral-700, #404040);font-family:inherit;font-size:.8125rem;font-weight:500;cursor:pointer;transition:background .15s ease,color .15s ease;-webkit-user-select:none;user-select:none}.drs-calendar__day:hover:not(:disabled):not(.drs-calendar__day--range-start):not(.drs-calendar__day--range-end){background:var(--neutral-100, #f5f5f5)}.drs-calendar__day:focus-visible{outline:2px solid var(--sidebar-hover, #2b93ff);outline-offset:-2px;z-index:1}.drs-calendar__day--outside{color:var(--neutral-400, #a3a3a3);opacity:.45}.drs-calendar__day--today:not(.drs-calendar__day--range-start):not(.drs-calendar__day--range-end){font-weight:700;color:var(--primary-500, #1976d2)}.drs-calendar__day--today:not(.drs-calendar__day--range-start):not(.drs-calendar__day--range-end):after{content:"";position:absolute;bottom:3px;left:50%;transform:translate(-50%);width:4px;height:4px;border-radius:50%;background:var(--sidebar-hover, #2b93ff)}.drs-calendar__day--disabled{color:var(--neutral-400, #a3a3a3);opacity:.35;cursor:not-allowed}.drs-calendar__day--range-start,.drs-calendar__day--range-end{background:var(--sidebar-hover, #2b93ff);color:#fff;font-weight:600;border-radius:50%;z-index:1}.drs-calendar__day--range-start:hover:not(:disabled),.drs-calendar__day--range-end:hover:not(:disabled){background:var(--primary-500, #1976d2)}.drs-calendar__day--in-range{background:#2b93ff1a;border-radius:0;color:var(--neutral-700, #404040)}.drs-calendar__day--in-range:hover:not(:disabled){background:#2b93ff2e}.drs__actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;padding-top:14px;border-top:1px solid var(--neutral-200, #e5e5e5)}.drs__summary{flex:1;min-width:0}.drs__summary-dates{font-size:.8125rem;font-weight:600;color:var(--neutral-700, #404040);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.drs__summary-hint{font-size:.8125rem;color:var(--neutral-400, #a3a3a3);font-style:italic}.drs__action-buttons{display:flex;gap:8px;flex-shrink:0}.drs__btn{padding:6px 16px;border-radius:6px;font-family:inherit;font-size:.8125rem;font-weight:600;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease,opacity .2s ease;line-height:1.4}.drs__btn--cancel{background:transparent;border:1px solid var(--neutral-200, #e5e5e5);color:var(--neutral-500, #737373)}.drs__btn--cancel:hover{background:var(--neutral-100, #f5f5f5);border-color:var(--neutral-300, #d4d4d4);color:var(--neutral-700, #404040)}.drs__btn--apply{background:var(--sidebar-hover, #2b93ff);border:1px solid transparent;color:#fff}.drs__btn--apply:hover:not(:disabled){background:var(--primary-500, #1976d2)}.drs__btn--apply:disabled{opacity:.45;cursor:not-allowed}.drs__btn:focus-visible{outline:2px solid var(--sidebar-hover, #2b93ff);outline-offset:2px}.stops-filters{display:flex;flex-direction:column;gap:8px;width:100%;max-width:100%;min-width:0;box-sizing:border-box;overflow:hidden}@media (min-width: 768px){.stops-filters{gap:12px;overflow:visible}}.stops-filters *,.stops-filters *:before,.stops-filters *:after{box-sizing:border-box;min-width:0}.stops-filters__row{display:flex;flex-direction:column;gap:8px;width:100%;max-width:100%;overflow:hidden}@media (min-width: 768px){.stops-filters__row{flex-direction:row;align-items:center;flex-wrap:wrap;overflow:visible}}@media (min-width: 768px){.stops-filters__team-region .filter-select__trigger{width:160px;min-width:160px;max-width:160px}}@media (min-width: 768px){.stops-filters__team-member .filter-select__trigger{width:180px;min-width:180px;max-width:180px}}@media (min-width: 768px){.stops-filters__customer .filter-select__trigger{width:200px;min-width:200px;max-width:200px}}.stops-filters__ref-search{display:flex;flex-direction:column;gap:8px;width:100%;max-width:100%;min-width:0}@media (min-width: 768px){.stops-filters__ref-search{flex-direction:row;width:auto;max-width:none;margin-left:auto;flex-shrink:0;gap:0}}.stops-filters__ref-select{flex-shrink:0}@media (min-width: 768px){.stops-filters__ref-select .filter-select__trigger{width:110px;min-width:110px;border-top-right-radius:0;border-bottom-right-radius:0;border-right:none}}.stops-filters__ref-input{flex:1}@media (min-width: 768px){.stops-filters__ref-input{flex:none}.stops-filters__ref-input input{border-top-left-radius:0;border-bottom-left-radius:0;width:200px}}.stops-filters__clear-btn{display:flex;align-items:center;justify-content:center;gap:4px;width:100%;padding:8px 12px;font-size:.875rem;font-weight:500;border:1px dashed #DBDBDB;border-radius:8px;background-color:transparent;color:#737474;cursor:pointer;transition:all .2s ease;min-height:44px}@media (min-width: 768px){.stops-filters__clear-btn{width:auto;min-height:auto}}.stops-filters__clear-btn:hover{background-color:#f4f7fb;border-color:#737474;color:#384553}.stops-table{background-color:#fff;border:1px solid #DEE5EE;border-radius:12px;overflow:hidden;position:relative}.stops-table__mobile-cards{display:flex;flex-direction:column;gap:8px;padding:8px 8px 80px}@media (min-width: 768px){.stops-table__mobile-cards{display:none}}.stops-table__desktop-table{display:none}@media (min-width: 768px){.stops-table__desktop-table{display:block}}.stops-table__card{background:#fff;border:1px solid #DEE5EE;border-radius:8px;padding:12px;cursor:pointer;transition:all .2s ease}.stops-table__card:hover{border-color:#2b93ff;box-shadow:0 2px 8px #00000014}.stops-table__card:active{background:#f8fafc}.stops-table__card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid #DEE5EE}.stops-table__card-ref{font-family:monospace;font-size:.6875rem;font-weight:600;color:#2b93ff}.stops-table__card-body{display:flex;flex-direction:column;gap:4px}.stops-table__card-row{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.stops-table__card-label{font-size:.625rem;color:#737474;flex-shrink:0;min-width:60px}.stops-table__card-value{font-size:.6875rem;color:#384553;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stops-table__card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:8px;padding-top:8px;border-top:1px solid #DEE5EE}.stops-table__card-assigned{font-size:.6875rem;color:#384553;font-weight:500}.stops-table__card-unassigned{font-size:.6875rem;color:#9ca3af;font-style:italic}.stops-table--empty{min-height:200px;display:flex;align-items:center;justify-content:center}@media (min-width: 768px){.stops-table--empty{min-height:300px}}.stops-table__empty-state{display:flex;flex-direction:column;align-items:center;text-align:center;color:#737474;padding:16px}.stops-table__empty-state svg{margin-bottom:12px;opacity:.5;width:32px;height:32px}@media (min-width: 768px){.stops-table__empty-state svg{width:48px;height:48px}}.stops-table__empty-state p{font-size:.75rem;font-weight:600;color:#384553;margin:0 0 4px}@media (min-width: 768px){.stops-table__empty-state p{font-size:.875rem}}.stops-table__empty-state span{font-size:.6875rem}@media (min-width: 768px){.stops-table__empty-state span{font-size:.75rem}}.stops-table__scroll-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width: 767px){.stops-table__scroll-wrapper:after{content:"";position:absolute;top:0;right:0;bottom:0;width:40px;background:linear-gradient(to right,transparent,rgba(255,255,255,.9));pointer-events:none;z-index:1}}.stops-table__table{width:100%;border-collapse:collapse;table-layout:fixed;min-width:900px}@media (min-width: 1024px){.stops-table__table{min-width:100%}}.stops-table__table th,.stops-table__table td{padding:8px 12px;text-align:left;border-bottom:1px solid #DEE5EE}@media (min-width: 768px){.stops-table__table th,.stops-table__table td{padding:12px 16px}}.stops-table__table th{font-size:.6875rem;font-weight:600;color:#737474;background-color:#fff;white-space:nowrap}@media (min-width: 768px){.stops-table__table th{font-size:.75rem}}.stops-table__table td{font-size:.75rem;color:#384553}@media (min-width: 768px){.stops-table__table td{font-size:.875rem}}.stops-table__th--checkbox,.stops-table__td--checkbox{width:40px;text-align:center;padding:12px 8px}.stops-table__th--ref,.stops-table__td--ref{width:240px;max-width:240px;overflow:hidden}.stops-table__th--assigned,.stops-table__td--assigned{width:140px}.stops-table__th--type,.stops-table__td--type{width:90px}.stops-table__th--status,.stops-table__td--status{width:110px}.stops-table__th--when,.stops-table__td--when{width:160px}.stops-table__th--contact,.stops-table__td--contact{width:180px}.stops-table__th--actions,.stops-table__td--actions{width:70px;text-align:right}.stops-table__row{transition:background-color .2s ease}.stops-table__row:hover{background-color:#f8fafc}.stops-table__row:last-child td{border-bottom:none}.stops-table__checkbox{width:16px;height:16px;cursor:pointer;accent-color:#2B93FF}.stops-table__header-toggle{display:inline-flex;align-items:center;gap:4px;background:none;border:none;font-size:.75rem;font-weight:600;color:#737474;cursor:pointer;padding:4px;margin:-4px;border-radius:6px;transition:all .2s ease}.stops-table__header-toggle:hover{background-color:#0000000d;color:#2b93ff}.stops-table__header-toggle svg{opacity:.6}.stops-table__ref-header{position:relative}.stops-table__ref-dropdown{position:absolute;top:100%;left:0;margin-top:4px;background-color:#fff;border:1px solid #DEE5EE;border-radius:6px;box-shadow:0 4px 12px #0000001a;z-index:100;min-width:150px;overflow:hidden}.stops-table__ref-dropdown-item{display:block;width:100%;padding:8px 12px;background:none;border:none;text-align:left;font-size:.75rem;color:#384553;cursor:pointer;transition:background-color .15s ease}.stops-table__ref-dropdown-item:hover{background-color:#f4f7fb}.stops-table__ref-dropdown-item--active{background-color:#2b93ff1a;color:#2b93ff;font-weight:500}.stops-table__ref-link{font-family:monospace;font-size:.75rem;color:#2b93ff;font-weight:500;text-decoration:none;cursor:pointer;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stops-table__ref-link:hover{text-decoration:underline}.stops-table__ref-text{font-family:monospace;font-size:.75rem;color:#384553;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stops-table__unassigned{font-size:.875rem;color:#737474;font-style:italic}.stops-table__assigned-name{font-size:.875rem;color:#384553}.stops-table__type{font-size:.875rem;font-weight:500}.stops-table__type--pickup{color:#2b93ff}.stops-table__type--drop{color:#f97316}.stops-table__status{display:inline-flex;align-items:center;padding:4px 8px;font-size:.6875rem;font-weight:500;border-radius:6px;white-space:nowrap}.stops-table__status--in-progress{color:#2b93ff;background-color:#2b93ff26;border:1px solid rgba(43,147,255,.3)}.stops-table__status--completed{color:#0bda8e;background-color:#0bda8e26;border:1px solid rgba(11,218,142,.3)}.stops-table__status--pending{color:#f5a623;background-color:#f5a62326;border:1px solid rgba(245,166,35,.3)}.stops-table__status--cancelled{color:#ef4444;background-color:#ef444426;border:1px solid rgba(239,68,68,.3)}.stops-table__status--unassigned{color:#737474;background-color:#73747426;border:1px solid rgba(115,116,116,.3)}.stops-table__status--delayed{color:#f97316;background-color:#f9731626;border:1px solid rgba(249,115,22,.3)}.stops-table__th--address,.stops-table__td--address{overflow:hidden}.stops-table__address-wrapper{display:flex;align-items:center;gap:4px;overflow:hidden}.stops-table__address-icon{flex-shrink:0;display:flex;align-items:center;color:#0bda8e;position:relative;cursor:pointer}.stops-table__address-icon--high{color:#0bda8e}.stops-table__address-icon--medium{color:#f5a623}.stops-table__address-icon--low{color:#ef4444}.stops-table__address-tooltip{position:fixed;background-color:#fff;border:1px solid #DEE5EE;border-radius:8px;box-shadow:0 4px 16px #00000026;padding:12px;min-width:240px;max-width:320px;z-index:9999}.stops-table__address-tooltip:after{content:"";position:absolute;bottom:100%;left:12px;border:6px solid transparent;border-bottom-color:#fff}.stops-table__address-tooltip:before{content:"";position:absolute;bottom:100%;left:11px;border:7px solid transparent;border-bottom-color:#dee5ee}.stops-table__address-tooltip-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid #DEE5EE}.stops-table__address-tooltip-title{font-size:.6875rem;font-weight:600;color:#737474;text-transform:uppercase;letter-spacing:.5px}.stops-table__address-tooltip-badge{display:inline-flex;align-items:center;padding:2px 8px;font-size:.6875rem;font-weight:600;border-radius:9999px}.stops-table__address-tooltip-badge--high{color:#0bda8e;background-color:#0bda8e26}.stops-table__address-tooltip-badge--medium{color:#f5a623;background-color:#f5a62326}.stops-table__address-tooltip-badge--low{color:#ef4444;background-color:#ef444426}.stops-table__address-tooltip-details{display:flex;flex-direction:column;gap:4px}.stops-table__address-tooltip-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.stops-table__address-tooltip-label{font-size:.6875rem;color:#737474;flex-shrink:0}.stops-table__address-tooltip-value{font-size:.6875rem;color:#384553;font-weight:500;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stops-table__address-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stops-table__action-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:6px;background-color:transparent;color:#9ca3af;cursor:pointer;transition:all .2s ease}.stops-table__action-btn:hover{background-color:#f4f7fb;color:#2b93ff}.stops-table__pagination{display:none;flex-direction:row;align-items:center;justify-content:space-between;gap:8px;padding:12px 16px;border-top:1px solid #DEE5EE;background-color:#f4f7fb}@media (min-width: 768px){.stops-table__pagination{display:flex}}.stops-table__pagination-info{font-size:.6875rem;color:#737474;text-align:center}@media (min-width: 768px){.stops-table__pagination-info{font-size:.75rem;text-align:left}}.stops-table__pagination-controls{display:flex;align-items:center;justify-content:center;gap:4px}@media (min-width: 768px){.stops-table__pagination-controls{gap:8px}}.stops-table__pagination-btn{display:flex;align-items:center;justify-content:center;gap:4px;min-width:44px;min-height:44px;padding:8px;font-size:.6875rem;font-weight:500;border:1px solid #DEE5EE;border-radius:6px;background-color:#fff;color:#384553;cursor:pointer;transition:all .2s ease}@media (min-width: 768px){.stops-table__pagination-btn{min-width:auto;min-height:auto;padding:8px 12px;font-size:.75rem}}.stops-table__pagination-btn span{display:none}@media (min-width: 768px){.stops-table__pagination-btn span{display:inline}}.stops-table__pagination-btn:hover:not(:disabled){background-color:#f4f7fb;border-color:#dbdbdb}.stops-table__pagination-btn:disabled{opacity:.5;cursor:not-allowed}.stops-table__pagination-pages{display:flex;align-items:center;gap:2px}.stops-table__pagination-page{width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:.6875rem;font-weight:500;border:none;border-radius:6px;background-color:transparent;color:#737474;cursor:pointer;transition:all .2s ease}@media (min-width: 768px){.stops-table__pagination-page{width:32px;height:32px;font-size:.75rem}}.stops-table__pagination-page:hover{background-color:#f4f7fb;color:#384553}.stops-table__pagination-page--active{background-color:#2b93ff;color:#fff}.stops-table__pagination-page--active:hover{background-color:#1c3e61;color:#fff}.stops-table__skeleton{padding:16px}.stops-table__skeleton-row{display:flex;gap:16px;padding:12px 0;border-bottom:1px solid #DEE5EE}.stops-table__skeleton-row:last-child{border-bottom:none}.stops-table__skeleton-cell{background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200px 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite;border-radius:4px;height:16px}.stops-table__skeleton-cell--checkbox{width:16px}.stops-table__skeleton-cell--ref{width:160px}.stops-table__skeleton-cell--assigned{width:120px}.stops-table__skeleton-cell--type{width:70px}.stops-table__skeleton-cell--status{width:90px}.stops-table__skeleton-cell--when{width:140px}.stops-table__skeleton-cell--contact{width:160px}.stops-table__skeleton-cell--address{flex:1}.stops-table__skeleton-cell--actions{width:32px}.stops-table__mobile-footer{display:flex;align-items:center;justify-content:space-between;position:fixed;bottom:0;left:0;right:0;padding:8px 12px;background-color:#fff;border-top:1px solid #DEE5EE;box-shadow:0 -2px 10px #0000001a;z-index:100}@media (min-width: 768px){.stops-table__mobile-footer{display:none}}.stops-table__mobile-footer-btn{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border:1px solid #DEE5EE;border-radius:8px;background-color:#fff;color:#384553;cursor:pointer;transition:all .2s ease}.stops-table__mobile-footer-btn:hover:not(:disabled){background-color:#f4f7fb;border-color:#2b93ff;color:#2b93ff}.stops-table__mobile-footer-btn:active:not(:disabled){background-color:#2b93ff1a}.stops-table__mobile-footer-btn:disabled{opacity:.4;cursor:not-allowed}.stops-table__mobile-footer-btn svg{width:20px;height:20px}.stops-table__mobile-footer-info{display:flex;flex-direction:column;align-items:center;gap:2px}.stops-table__mobile-footer-page{font-size:.875rem;font-weight:600;color:#384553}.stops-table__mobile-footer-count{font-size:.6875rem;color:#737474}.stops-list{min-height:100%;width:100%;max-width:100%;background-color:#f4f7fb;overflow-x:hidden;box-sizing:border-box}.stops-list__header{position:sticky;top:0;z-index:10;background-color:#fff;border-bottom:1px solid #DEE5EE;padding:8px 12px;overflow:hidden;max-width:100%;width:100%;box-sizing:border-box}@media (min-width: 768px){.stops-list__header{padding:16px 24px}}.stops-list__header-top{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}@media (min-width: 768px){.stops-list__header-top{flex-direction:row;align-items:flex-start;justify-content:space-between;margin-bottom:16px}}.stops-list__title{font-size:1.125rem;font-weight:700;color:#384553;margin:0}@media (min-width: 768px){.stops-list__title{font-size:1.5rem}}.stops-list__subtitle{font-size:.75rem;color:#737474;margin:4px 0 0}@media (min-width: 768px){.stops-list__subtitle{font-size:.875rem}}.stops-list__main{padding:12px;max-width:1600px;margin:0 auto}@media (min-width: 768px){.stops-list__main{padding:16px 24px}}.stops-list__prompt{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 12px;background-color:#fff;border:1px solid #DEE5EE;border-radius:12px;text-align:center}@media (min-width: 768px){.stops-list__prompt{padding:72px 24px}}.stops-list__prompt svg{color:#737474;margin-bottom:12px;opacity:.6;width:32px;height:32px}@media (min-width: 768px){.stops-list__prompt svg{width:48px;height:48px;margin-bottom:16px}}.stops-list__prompt h3{font-size:.875rem;font-weight:600;color:#384553;margin:0 0 8px}@media (min-width: 768px){.stops-list__prompt h3{font-size:1rem}}.stops-list__prompt p{font-size:.75rem;color:#737474;margin:0;max-width:400px}@media (min-width: 768px){.stops-list__prompt p{font-size:.875rem}}.stops-list__prompt--warning{border-color:#f5a623;background-color:#f5a6230d}.stops-list__prompt--warning svg{color:#f5a623;opacity:1}.stops-list__prompt--warning h3{color:#db8c0a}.privilege-filters{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.privilege-filters__group{display:flex;align-items:center;gap:12px;flex-wrap:wrap;flex:1;min-width:0}.privilege-filters__group .filter-search input{width:280px}@media (max-width: 480px){.privilege-filters__clear-btn{width:100%}}.privilege-toggle{display:inline-flex;align-items:center;justify-content:center;border:2px solid transparent;border-radius:6px;cursor:pointer;transition:all .2s ease;background-color:var(--l2u-bg-light)}.privilege-toggle--md{width:32px;height:32px}.privilege-toggle--md svg{width:14px;height:14px}.privilege-toggle--sm{width:26px;height:26px}.privilege-toggle--sm svg{width:12px;height:12px}.privilege-toggle--granted{background-color:var(--l2u-success-bg);border-color:#10b9814d;color:var(--l2u-success)}.privilege-toggle--granted:hover:not(:disabled){background-color:#10b98140;border-color:var(--l2u-success)}.privilege-toggle--denied{background-color:var(--l2u-danger-bg);border-color:#ef44444d;color:var(--l2u-danger)}.privilege-toggle--denied:hover:not(:disabled){background-color:#ef444440;border-color:var(--l2u-danger)}.privilege-toggle:disabled{opacity:.5;cursor:not-allowed}.privilege-toggle:focus-visible{outline:2px solid var(--l2u-primary);outline-offset:2px}.privilege-matrix{background-color:var(--l2u-bg-white);border:1px solid var(--l2u-border);border-radius:12px;overflow:hidden}.privilege-matrix__mobile-cards{display:block;padding:12px}@media (min-width: 768px){.privilege-matrix__mobile-cards{display:none}}.privilege-matrix__desktop-table{display:none}@media (min-width: 768px){.privilege-matrix__desktop-table{display:block;overflow-x:auto}}.privilege-matrix__mobile-group:not(:last-child){margin-bottom:16px}.privilege-matrix__mobile-group-header{font-size:12px;font-weight:700;color:var(--l2u-text-secondary);letter-spacing:.5px;padding:8px 12px;background-color:var(--l2u-bg-muted);border-radius:6px;margin-bottom:8px}.privilege-matrix__mobile-subgroup-header{font-size:11px;font-weight:600;color:var(--l2u-text-secondary);letter-spacing:.4px;padding:6px 12px 6px 20px;background-color:var(--l2u-bg-light, #f9f9fb);border-radius:4px;margin-bottom:8px;margin-left:8px}.privilege-matrix__mobile-card{background:var(--l2u-bg-white);border:1px solid var(--l2u-border);border-radius:8px;padding:12px;margin-bottom:8px}.privilege-matrix__mobile-card:last-child{margin-bottom:0}.privilege-matrix__mobile-card--nested{margin-left:20px}.privilege-matrix__mobile-card-header{margin-bottom:4px}.privilege-matrix__mobile-card-name{font-size:14px;font-weight:600;color:var(--l2u-text-primary)}.privilege-matrix__mobile-card-desc{font-size:12px;color:var(--l2u-text-secondary);margin:0 0 12px;line-height:1.4}.privilege-matrix__mobile-card-toggles{display:flex;flex-direction:column;gap:8px;padding-top:8px;border-top:1px solid var(--l2u-border)}.privilege-matrix__mobile-card-toggle{display:flex;align-items:center;justify-content:space-between}.privilege-matrix__mobile-card-role{font-size:13px;color:var(--l2u-text-primary)}.privilege-matrix__mobile-skeleton{display:flex;flex-direction:column;gap:12px}.privilege-matrix__mobile-skeleton-card{background:var(--l2u-bg-white);border:1px solid var(--l2u-border);border-radius:8px;padding:12px}.privilege-matrix__mobile-skeleton-header{background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200px 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite;border-radius:4px;height:18px;width:60%;margin-bottom:8px}.privilege-matrix__mobile-skeleton-desc{background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200px 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite;border-radius:4px;height:14px;width:90%;margin-bottom:12px}.privilege-matrix__mobile-skeleton-toggles{display:flex;flex-direction:column;gap:8px;padding-top:8px;border-top:1px solid var(--l2u-border)}.privilege-matrix__mobile-skeleton-toggle{background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200px 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite;border-radius:4px;height:32px;width:100%}.privilege-matrix--empty{min-height:200px;display:flex;align-items:center;justify-content:center}@media (min-width: 768px){.privilege-matrix--empty{min-height:300px}}.privilege-matrix__empty-state{display:flex;flex-direction:column;align-items:center;text-align:center;color:var(--l2u-text-secondary);padding:16px}.privilege-matrix__empty-state svg{margin-bottom:12px;opacity:.5;width:40px;height:40px}.privilege-matrix__empty-state p{font-size:14px;font-weight:600;color:var(--l2u-text-primary);margin:0 0 4px}.privilege-matrix__empty-state span{font-size:13px}.privilege-matrix__table{width:100%;border-collapse:collapse;table-layout:auto;min-width:600px}.privilege-matrix__table th,.privilege-matrix__table td{padding:12px 16px;border-bottom:1px solid var(--l2u-border)}.privilege-matrix__table th{font-size:12px;font-weight:600;color:var(--l2u-text-secondary);background-color:var(--l2u-bg-white);white-space:nowrap;position:sticky;top:0;z-index:10}.privilege-matrix__table td{font-size:14px;color:var(--l2u-text-primary)}.privilege-matrix__th--name{min-width:280px;width:40%;text-align:left}.privilege-matrix__th--role{min-width:120px;text-align:center;vertical-align:middle}.privilege-matrix__role-header{display:flex;flex-direction:column;align-items:center;gap:2px}.privilege-matrix__role-name{font-weight:600;color:var(--l2u-text-primary)}.privilege-matrix__role-count{font-size:11px;font-weight:400;color:var(--l2u-text-muted)}.privilege-matrix__category-row td{padding:8px 16px}.privilege-matrix__category-cell{font-size:12px;font-weight:700;color:var(--l2u-text-secondary);background-color:var(--l2u-bg-muted);letter-spacing:.5px}.privilege-matrix__subcategory-row td{padding:6px 16px 6px 32px;background-color:var(--l2u-bg-light, #f9f9fb)}.privilege-matrix__subcategory-cell,.privilege-matrix__subcategory-label{font-size:12px;font-weight:600;color:var(--l2u-text-secondary);letter-spacing:.4px}.privilege-matrix__privilege-info--nested{padding-left:32px}.privilege-matrix__row{transition:background-color .2s ease}.privilege-matrix__row:hover{background-color:var(--l2u-bg-light)}.privilege-matrix__row:last-child td{border-bottom:none}.privilege-matrix__td--name{vertical-align:middle}.privilege-matrix__privilege-info{display:flex;flex-direction:column;gap:2px}.privilege-matrix__privilege-name{font-weight:600;color:var(--l2u-text-primary)}.privilege-matrix__privilege-desc{font-size:12px;color:var(--l2u-text-secondary);line-height:1.4}.privilege-matrix__td--toggle{text-align:center;vertical-align:middle}.privilege-matrix__td--locked .privilege-toggle{opacity:.25;pointer-events:none}.privilege-matrix__mobile-card-toggle--locked{opacity:.4}.privilege-matrix__mobile-card-toggle--locked .privilege-matrix__mobile-card-role{font-style:italic}.privilege-matrix__skeleton{width:100%}.privilege-matrix__skeleton-row{display:flex;gap:16px;padding:12px 16px;border-bottom:1px solid var(--l2u-border)}.privilege-matrix__skeleton-row--header{background-color:var(--l2u-bg-muted);padding:14px 16px}.privilege-matrix__skeleton-row--header .privilege-matrix__skeleton-cell{height:12px}.privilege-matrix__skeleton-row:last-child{border-bottom:none}.privilege-matrix__skeleton-cell{background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200px 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite;border-radius:4px;height:20px}.privilege-matrix__skeleton-cell--name{flex:1;min-width:200px}.privilege-matrix__skeleton-cell--toggle{width:120px;flex-shrink:0}.customer-panel{display:flex;flex-direction:column;height:100%;background-color:var(--l2u-bg-white);border:1px solid var(--l2u-border);border-radius:8px}.customer-panel__header{padding:12px 16px;border-bottom:1px solid var(--l2u-border)}.customer-panel__title{margin:0;font-size:14px;font-weight:600;color:var(--l2u-text-primary)}.customer-panel__search-wrapper{padding:12px;border-bottom:1px solid var(--l2u-border)}.customer-panel__search-wrapper .filter-search,.customer-panel__search-wrapper .filter-search input{width:100%}.customer-panel__list{flex:1;overflow-y:auto;padding:8px}.customer-panel__item{display:flex;align-items:center;gap:12px;width:100%;padding:12px;background:none;border:none;border-radius:6px;cursor:pointer;text-align:left;transition:all .2s ease}.customer-panel__item:hover{background-color:var(--l2u-bg-light)}.customer-panel__item--selected{background-color:var(--l2u-primary-light);border:1px solid rgba(43,147,255,.2)}.customer-panel__item--selected:hover{background-color:var(--l2u-primary-light)}.customer-panel__item--selected .customer-panel__item-name{color:var(--l2u-primary)}.customer-panel__item-avatar{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background-color:var(--l2u-bg-light);border-radius:50%;color:var(--l2u-text-secondary);flex-shrink:0}.customer-panel__item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.customer-panel__item-name{font-size:13px;font-weight:500;color:var(--l2u-text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-panel__override-dot{width:8px;height:8px;border-radius:50%;background-color:#f59e0b;flex-shrink:0}.customer-panel__item-company{font-size:12px;color:var(--l2u-text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-panel__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px;text-align:center;color:var(--l2u-text-secondary)}.customer-panel__empty svg{margin-bottom:12px;opacity:.5;width:32px;height:32px}.customer-panel__empty p{font-size:13px;font-weight:600;color:var(--l2u-text-primary);margin:0 0 4px}.customer-panel__empty span{font-size:12px}.customer-panel__skeleton{padding:8px 0}.customer-panel__skeleton-item{display:flex;align-items:center;gap:12px;padding:12px}.customer-panel__skeleton-avatar{background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200px 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite;width:36px;height:36px;border-radius:50%;flex-shrink:0}.customer-panel__skeleton-info{flex:1;display:flex;flex-direction:column;gap:4px}.customer-panel__skeleton-name{background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200px 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite;border-radius:4px;height:14px;width:70%}.customer-panel__skeleton-company{background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200px 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite;border-radius:4px;height:12px;width:50%}.customer-overrides{display:flex;flex-direction:column;height:100%;background-color:var(--l2u-bg-white);border:1px solid var(--l2u-border);border-radius:12px;overflow:hidden}.customer-overrides__header{display:flex;align-items:flex-start;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--l2u-border)}.customer-overrides__header-info{display:flex;flex-direction:column;gap:4px}.customer-overrides__title{margin:0;font-size:14px;font-weight:600;color:var(--l2u-text-primary)}.customer-overrides__subtitle{font-size:12px;color:var(--l2u-text-secondary)}.customer-overrides__subtitle strong{color:var(--l2u-primary);font-weight:600}.customer-overrides__back-btn{display:flex;align-items:center;gap:4px;padding:4px 10px;font-size:.75rem;font-weight:500;color:#737474;background:#f4f7fb;border:1px solid #DEE5EE;border-radius:6px;cursor:pointer;transition:all .2s ease;white-space:nowrap}.customer-overrides__back-btn:hover{background:#e8ecf2;color:#384553}.customer-overrides__back-btn svg{width:12px;height:12px}.customer-overrides .privilege-matrix{flex:1;border:none;border-radius:0;overflow:hidden}.team-privileges{min-height:100%;width:100%;max-width:100%;background-color:#f4f7fb;overflow-x:hidden;box-sizing:border-box}.team-privileges__header{position:sticky;top:0;z-index:10;background-color:#fff;border-bottom:1px solid #DEE5EE;padding:8px 12px;overflow:hidden;max-width:100%;width:100%;box-sizing:border-box}@media (min-width: 768px){.team-privileges__header{padding:16px 24px}}.team-privileges__header-top{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}@media (min-width: 768px){.team-privileges__header-top{flex-direction:row;align-items:flex-start;justify-content:space-between;margin-bottom:16px}}.team-privileges__title{font-size:1.125rem;font-weight:700;color:#384553;margin:0}@media (min-width: 768px){.team-privileges__title{font-size:1.5rem}}.team-privileges__subtitle{font-size:.75rem;color:#737474;margin:4px 0 0}@media (min-width: 768px){.team-privileges__subtitle{font-size:.875rem}}.team-privileges__tabs{display:flex;gap:4px;padding:4px;background-color:#f4f7fb;border:1px solid #DEE5EE;border-radius:8px;margin-bottom:12px;width:fit-content}@media (min-width: 768px){.team-privileges__tabs{margin-bottom:16px}}.team-privileges__tab{display:flex;align-items:center;gap:8px;padding:8px 12px;font-size:.75rem;font-weight:500;color:#737474;background:none;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease;white-space:nowrap}@media (min-width: 768px){.team-privileges__tab{padding:8px 16px;font-size:.875rem}}.team-privileges__tab svg{width:16px;height:16px;flex-shrink:0}.team-privileges__tab:hover:not(.team-privileges__tab--active){background-color:#fff;color:#384553}.team-privileges__tab--active{background-color:#2b93ff;color:#fff}.team-privileges__main{padding:12px;max-width:1600px;margin:0 auto}@media (min-width: 768px){.team-privileges__main{padding:16px 24px}}.team-privileges__stats{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-bottom:12px}@media (min-width: 480px){.team-privileges__stats{gap:12px}}@media (min-width: 768px){.team-privileges__stats{grid-template-columns:repeat(3,1fr);margin-bottom:16px}}.team-privileges__stat{display:flex;align-items:center;gap:8px;padding:8px;background-color:#fff;border:1px solid #DEE5EE;border-radius:12px;transition:box-shadow .2s ease}@media (min-width: 768px){.team-privileges__stat{gap:12px;padding:16px}}.team-privileges__stat:hover{box-shadow:0 1px 2px #0000000d}.team-privileges__stat-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;flex-shrink:0}@media (min-width: 768px){.team-privileges__stat-icon{width:44px;height:44px}}.team-privileges__stat-icon svg{width:18px;height:18px}@media (min-width: 768px){.team-privileges__stat-icon svg{width:20px;height:20px}}.team-privileges__stat--primary .team-privileges__stat-icon{background-color:#2b93ff26;color:#2b93ff}.team-privileges__stat--roles .team-privileges__stat-icon{background-color:#8b5cf626;color:#8b5cf6}.team-privileges__stat--categories .team-privileges__stat-icon{background-color:#10b98126;color:#10b981}.team-privileges__stat-content{display:flex;flex-direction:column;min-width:0}.team-privileges__stat-value{font-size:.875rem;font-weight:700;color:#384553;line-height:1.2}@media (min-width: 768px){.team-privileges__stat-value{font-size:1.125rem}}.team-privileges__stat-label{font-size:.625rem;color:#737474;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (min-width: 768px){.team-privileges__stat-label{font-size:.75rem}}.team-privileges__content{min-height:0;padding-bottom:24px}.team-privileges__customer-tab{display:flex;flex-direction:column;gap:16px}.team-privileges__customer-layout{display:flex;flex-direction:column;gap:12px}@media (min-width: 768px){.team-privileges__customer-layout{flex-direction:row;gap:16px}}.team-privileges__customer-panel{flex-shrink:0}@media (min-width: 768px){.team-privileges__customer-panel{width:280px;height:calc(100vh - 420px);min-height:400px}}@media (min-width: 1024px){.team-privileges__customer-panel{width:320px}}.team-privileges__customer-overrides{flex:1;min-width:0}.privilege-legend{display:flex;align-items:center;gap:12px;padding:8px 16px;background-color:var(--l2u-bg-light);border:1px solid var(--l2u-border);border-radius:8px;flex-wrap:wrap}.privilege-legend__label{font-size:12px;font-weight:600;color:var(--l2u-text-secondary);text-transform:uppercase;letter-spacing:.5px}.privilege-legend__items{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.privilege-legend__item{display:flex;align-items:center;gap:6px}.privilege-legend__icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:4px}.privilege-legend__icon svg{width:12px;height:12px}.privilege-legend__item--granted .privilege-legend__icon{background-color:var(--l2u-success-bg);color:var(--l2u-success)}.privilege-legend__item--denied .privilege-legend__icon{background-color:var(--l2u-danger-bg);color:var(--l2u-danger)}.privilege-legend__text{font-size:13px;color:var(--l2u-text-primary)}.settings-page{min-height:100%;background-color:#f4f7fb}.settings-page__header{position:sticky;top:0;z-index:10;background-color:#fff;border-bottom:1px solid #DEE5EE;padding:8px 12px}@media (min-width: 768px){.settings-page__header{padding:16px 24px}}.settings-page__title{font-size:1.125rem;font-weight:700;color:#384553;margin:0}@media (min-width: 768px){.settings-page__title{font-size:1.5rem}}.settings-page__subtitle{font-size:.75rem;color:#737474;margin:4px 0 0}@media (min-width: 768px){.settings-page__subtitle{font-size:.875rem}}.settings-page__main{padding:12px;max-width:900px}@media (min-width: 768px){.settings-page__main{padding:16px 24px}}.settings-page__grid{display:grid;grid-template-columns:1fr;gap:8px}@media (min-width: 480px){.settings-page__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px}}.settings-page__card{display:flex;align-items:flex-start;gap:16px;padding:16px;background:#fff;border:1px solid #DEE5EE;border-radius:12px;cursor:pointer;transition:box-shadow .2s ease,border-color .2s ease;text-align:left}@media (min-width: 768px){.settings-page__card{padding:20px}}.settings-page__card:hover{border-color:#2b93ff;box-shadow:0 1px 2px #0000000d}.settings-page__card-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;background:#2b93ff26;color:#2b93ff;flex-shrink:0}.settings-page__card-icon svg{width:20px;height:20px}.settings-page__card-content{flex:1;min-width:0}.settings-page__card-title{font-size:.875rem;font-weight:600;color:#384553;margin:0 0 4px}@media (min-width: 768px){.settings-page__card-title{font-size:1rem}}.settings-page__card-description{font-size:.75rem;color:#737474;margin:0;line-height:1.4}@media (min-width: 768px){.settings-page__card-description{font-size:.875rem}}.settings-page__empty{display:flex;flex-direction:column;align-items:center;gap:8px;padding:48px 24px;text-align:center}.settings-page__empty p{margin:0;font-size:.875rem;color:#737474}.schedule-list{border-radius:.75rem;overflow:hidden;box-shadow:0 1px 3px #0000001a}.schedule-list__scroll{overflow-x:auto}.schedule-list__header{display:grid;align-items:center;padding:.75rem 1rem;grid-template-columns:40px 180px 200px 140px 120px 100px 100px 60px 80px 80px 180px;min-width:1440px;gap:1rem;text-transform:uppercase;font-size:.75rem;font-weight:500;letter-spacing:.05em;color:#737474}.schedule-list__header-cell--stops,.schedule-list__header-cell--auto{text-align:center}.schedule-list__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;border-radius:.75rem;gap:1rem}.schedule-list__spinner{width:2rem;height:2rem;border:3px solid #f3f3f3;border-top:3px solid #2B93FF;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.schedule-row{display:grid;align-items:center;padding:.75rem 1rem;grid-template-columns:40px 180px 200px 140px 120px 100px 100px 60px 80px 80px 180px;min-width:1440px;gap:1rem;background-color:#fff;cursor:pointer;transition:background-color .15s ease}.schedule-row:hover{background-color:#f9fafb}.schedule-row__cell{min-width:0}.schedule-row__cell--member{display:flex;align-items:center;gap:.5rem}.schedule-row__cell--stops,.schedule-row__cell--auto{text-align:center}.schedule-row__cell--actions{display:flex;align-items:center;gap:.25rem}.schedule-row__checkbox{width:1.25rem;height:1.25rem;border-radius:.25rem;display:flex;align-items:center;justify-content:center;cursor:pointer}.schedule-row__member-name{font-size:.875rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.schedule-row__unassigned-avatar{width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.schedule-row__schedule-name{display:flex;align-items:center;gap:.375rem}.schedule-row__schedule-name span{font-size:.875rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.schedule-row__run-number{font-size:.75rem}.schedule-row__action-btn{padding:.375rem;border-radius:.375rem;border:none;background:transparent;cursor:pointer;transition:background-color .15s ease;display:flex;align-items:center;justify-content:center}.schedule-row__action-btn:hover{background-color:#f3f4f6}.schedule-row__action-btn--danger{color:#ff5245}.schedule-row__action-btn--danger:hover{background-color:#fff1f0}.avatar{border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;flex-shrink:0}.avatar--sm{width:2rem;height:2rem;font-size:.75rem}.avatar--md{width:2.5rem;height:2.5rem;font-size:.875rem}.status-badge{padding:.25rem .625rem;border-radius:9999px;font-size:.75rem;font-weight:500}.stop-modal__form{display:flex;flex-direction:column;gap:1rem}.stop-modal__field label{display:block;font-size:.875rem;font-weight:500;color:#384553;margin-bottom:.5rem}.stop-modal__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.stop-modal__input-wrapper{position:relative}.stop-modal__input-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;color:#737474}.stop-modal__input{width:100%;padding:.625rem .75rem;font-size:.875rem;border:1px solid #DBDBDB;border-radius:.5rem;outline:none}.stop-modal__input:focus{border-color:#2b93ff}.stop-modal__input--icon{padding-left:2.5rem}.stop-modal__select{width:100%;padding:.625rem 2rem .625rem .75rem;font-size:.875rem;border:1px solid #DBDBDB;border-radius:.5rem;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23737474' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;cursor:pointer}.stop-modal__select:focus{border-color:#2b93ff}.stop-modal__select--icon{padding-left:2.5rem}.stop-modal__textarea{width:100%;padding:.625rem .75rem;font-size:.875rem;border:1px solid #DBDBDB;border-radius:.5rem;outline:none;resize:none;font-family:inherit}.stop-modal__textarea:focus{border-color:#2b93ff}.stop-modal__type-buttons{display:flex;gap:.5rem}.stop-modal__type-btn{flex:1;padding:.5rem 1rem;font-size:.875rem;font-weight:500;border:1px solid #DBDBDB;border-radius:.5rem;cursor:pointer}.stop-modal__type-btn--active{border:none}.stop-modal__load-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.stop-modal__sub-label{display:block;font-size:.75rem;color:#737474;margin-bottom:.25rem}.stop-modal__skills{display:flex;flex-wrap:wrap;gap:.5rem}.stop-modal__skill-btn{padding:.375rem .75rem;font-size:.875rem;font-weight:500;border:1px solid #DBDBDB;border-radius:.5rem;cursor:pointer}.stop-modal__skill-btn--active{border:none}.stop-modal__time-options{display:flex;flex-wrap:wrap;gap:.5rem}.stop-modal__time-btn{padding:.375rem .75rem;font-size:.875rem;font-weight:500;border:1px solid #DBDBDB;border-radius:.5rem;cursor:pointer}.stop-modal__time-btn--active{border:none}.stop-modal__warning{display:flex;align-items:flex-start;gap:.5rem;padding:.75rem;border-radius:.5rem}.stop-modal__warning p{font-size:.875rem;margin:0}.stop-modal__footer{display:flex;justify-content:flex-end;gap:.75rem}.stop-modal__btn{padding:.625rem 1rem;font-size:.875rem;font-weight:500;border-radius:.5rem;border:none;cursor:pointer}.stop-modal__btn--primary{color:#fff}.stop-modal__btn--secondary{background-color:transparent;color:#384553}.stop-modal__btn--secondary:hover{background-color:#f3f4f6}.shipment-modal__tabs{display:flex;margin:-1.5rem -1.5rem 0;padding:0 1.5rem}.shipment-modal__tab{position:relative;padding:.625rem 1rem;font-size:.875rem;font-weight:500;background:none;border:none;cursor:pointer}.shipment-modal__tab-indicator{position:absolute;bottom:0;left:0;right:0;height:2px;border-radius:2px}.shipment-modal__content{padding-top:1rem}.shipment-modal__form{display:flex;flex-direction:column;gap:1rem}.shipment-modal__field label{display:block;font-size:.875rem;font-weight:500;color:#384553;margin-bottom:.5rem}.shipment-modal__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.shipment-modal__input-wrapper{position:relative}.shipment-modal__input-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;color:#737474}.shipment-modal__input{width:100%;padding:.625rem .75rem .625rem 2.5rem;font-size:.875rem;border:1px solid #DBDBDB;border-radius:.5rem;outline:none}.shipment-modal__input:focus{border-color:#2b93ff}.shipment-modal__input--small{padding-left:.75rem}.shipment-modal__select{width:100%;padding:.625rem 2rem .625rem 2.5rem;font-size:.875rem;border:1px solid #DBDBDB;border-radius:.5rem;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23737474' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;cursor:pointer}.shipment-modal__select:focus{border-color:#2b93ff}.shipment-modal__textarea{width:100%;padding:.625rem .75rem;font-size:.875rem;border:1px solid #DBDBDB;border-radius:.5rem;outline:none;resize:none;font-family:inherit}.shipment-modal__textarea:focus{border-color:#2b93ff}.shipment-modal__load-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.shipment-modal__sub-label{display:block;font-size:.75rem;color:#737474;margin-bottom:.25rem}.shipment-modal__skills,.shipment-modal__time-options{display:flex;flex-wrap:wrap;gap:.5rem}.shipment-modal__skill-btn,.shipment-modal__time-btn{padding:.375rem .75rem;font-size:.875rem;font-weight:500;border:1px solid #DBDBDB;border-radius:.5rem;cursor:pointer}.shipment-modal__skill-btn--active,.shipment-modal__time-btn--active{border:none}.shipment-modal__footer{display:flex;justify-content:flex-end;gap:.75rem}.shipment-modal__btn{padding:.625rem 1rem;font-size:.875rem;font-weight:500;border-radius:.5rem;border:none;cursor:pointer}.shipment-modal__btn--primary{color:#fff}.shipment-modal__btn--secondary{background-color:transparent;color:#384553}.shipment-modal__btn--secondary:hover{background-color:#f3f4f6}.schedule-details{min-height:100vh}.schedule-details__header{position:sticky;top:0;z-index:30}.schedule-details__header-content{max-width:1400px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;gap:1rem}.schedule-details__header-left{display:flex;align-items:center;gap:1rem;flex:1}.schedule-details__back-btn{padding:.5rem;border-radius:.5rem;border:none;background:transparent;cursor:pointer}.schedule-details__back-btn:hover{background-color:#f3f4f6}.schedule-details__title-row{display:flex;align-items:center;gap:.5rem}.schedule-details__title{font-size:1.25rem;font-weight:700;margin:0}.schedule-details__edit-title-btn{padding:.25rem;border-radius:.25rem;border:none;background:transparent;cursor:pointer}.schedule-details__edit-title-btn:hover{background-color:#f3f4f6}.schedule-details__subtitle{font-size:.875rem;margin:0}.schedule-details__header-actions{display:flex;align-items:center;gap:.5rem}.schedule-details__btn{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;font-weight:500;border-radius:.5rem;border:none;cursor:pointer;transition:all .15s ease}.schedule-details__btn--primary{color:#fff}.schedule-details__btn--secondary:hover{background-color:#e5e7eb!important}.schedule-details__btn--outline{border:1px solid #dee2e6}.schedule-details__main{max-width:1400px;margin:0 auto;padding:1.5rem}.schedule-details__unsaved-banner{display:flex;align-items:center;justify-content:space-between;padding:.75rem;border-radius:.75rem;margin-bottom:1rem}.schedule-details__unsaved-message,.schedule-details__unsaved-actions{display:flex;align-items:center;gap:.5rem}.schedule-details__info-card{border-radius:.75rem;box-shadow:0 1px 3px #0000001a;padding:1.25rem;margin-bottom:1.5rem}.schedule-details__info-row{display:grid;gap:1.5rem;margin-bottom:1.25rem}.schedule-details__info-row:last-child{margin-bottom:0}.schedule-details__info-row--4{grid-template-columns:repeat(4,1fr)}.schedule-details__info-row--2{grid-template-columns:repeat(2,1fr)}.schedule-details__info-field label{display:block;font-size:.75rem;font-weight:500;margin-bottom:.375rem}.schedule-details__info-field span{font-size:.875rem}.schedule-details__member{display:flex;align-items:center;gap:.5rem}.schedule-details__member-link{font-size:.875rem;font-weight:500;text-decoration:none}.schedule-details__member-link:hover{text-decoration:underline}.schedule-details__mono{font-family:monospace}.schedule-details__address{display:flex;align-items:center;gap:.5rem}.schedule-details__stops-card{border-radius:.75rem;box-shadow:0 1px 3px #0000001a;overflow:hidden}.schedule-details__stops-header{display:flex;align-items:center;justify-content:space-between;padding:1rem}.schedule-details__stops-header h3{margin:0;font-size:1rem;font-weight:600}.schedule-details__lock-btn{display:flex;align-items:center;gap:.5rem;padding:.375rem .75rem;border-radius:.5rem;font-size:.875rem;font-weight:500;border:none;cursor:pointer}.schedule-details__stops-table-header{display:grid;grid-template-columns:4rem 1fr 5rem 10rem 8rem 5rem;gap:1rem;padding:.5rem 1rem;font-size:.75rem;font-weight:500;text-transform:uppercase}.schedule-details__stops-table-header:has(.schedule-details__stops-col--order){grid-template-columns:4rem 4rem 1fr 5rem 10rem 8rem 5rem}.schedule-details__stop-row{display:grid;grid-template-columns:4rem 1fr 5rem 10rem 8rem 5rem;gap:1rem;padding:.75rem 1rem;align-items:center;transition:background-color .15s ease}.schedule-details__stop-row:has(.schedule-details__stops-col--order){grid-template-columns:4rem 4rem 1fr 5rem 10rem 8rem 5rem}.schedule-details__stop-row:hover{background-color:#f9fafb}.schedule-details__stop-row[draggable=true]{cursor:grab}.schedule-details__stop-row[draggable=true]:active{cursor:grabbing}.schedule-details__stops-col{display:flex;align-items:center;gap:.5rem;min-width:0}.schedule-details__stops-col--grip{justify-content:flex-start}.schedule-details__stops-col--actions{justify-content:flex-end}.schedule-details__shipment-badge{font-size:.75rem;font-weight:500;padding:.125rem .375rem;border-radius:.25rem}.schedule-details__order-badge{width:1.5rem;height:1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:500}.schedule-details__type-badge{font-size:.75rem;font-weight:500;padding:.25rem .5rem;border-radius:.25rem}.schedule-details__stop-action-btn{padding:.375rem;border-radius:.5rem;border:none;background:transparent;cursor:pointer}.schedule-details__stop-action-btn:hover{background-color:#f3f4f6}.schedule-details__stops-empty{padding:2rem;text-align:center}.schedule-details__stops-empty p{font-size:.875rem;margin-bottom:.75rem}.schedule-details__stops-empty-icon{width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto .75rem}.schedule-details__stops-empty-actions{display:flex;align-items:center;justify-content:center;gap:.5rem}.details-avatar{border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;flex-shrink:0}.details-avatar--sm{width:2rem;height:2rem;font-size:.75rem}.details-avatar--md{width:2.5rem;height:2.5rem;font-size:.875rem}.details-status-badge{display:inline-block;padding:.25rem .625rem;border-radius:9999px;font-size:.75rem;font-weight:500}.rsm-form{display:flex;flex-direction:column;gap:1.25rem}.rsm-field{display:flex;flex-direction:column}.rsm-label{font-size:.875rem;font-weight:500;color:#384553;margin-bottom:.5rem}.rsm-required{color:#ff5245}.rsm-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.rsm-input-wrapper{position:relative}.rsm-input-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;color:#737474}.rsm-input{width:100%;padding:.625rem .75rem;font-size:.875rem;border:1px solid #DBDBDB;border-radius:.5rem;outline:none;transition:border-color .15s ease}.rsm-input:focus{border-color:#2b93ff}.rsm-input--icon{padding-left:2.5rem}.rsm-select{width:100%;padding:.625rem 2rem .625rem .75rem;font-size:.875rem;border:1px solid #DBDBDB;border-radius:.5rem;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23737474' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;cursor:pointer}.rsm-select:focus{border-color:#2b93ff}.rsm-select--icon{padding-left:2.5rem}.rsm-type-buttons{display:flex;gap:.5rem}.rsm-type-btn{flex:1;padding:.625rem 1rem;font-size:.875rem;font-weight:500;border:1px solid #DBDBDB;border-radius:.5rem;cursor:pointer;transition:all .15s ease}.rsm-type-btn--active{border:none}.rsm-days{display:flex;gap:.5rem}.rsm-day-btn{width:2.75rem;height:2.75rem;font-size:.875rem;font-weight:500;border:1px solid #DBDBDB;border-radius:.5rem;cursor:pointer;transition:all .15s ease}.rsm-day-btn--active{border:none}.rsm-toggle-field{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-radius:.5rem}.rsm-toggle-title{font-size:.875rem;font-weight:500;margin:0}.rsm-toggle-desc{font-size:.75rem;margin:.125rem 0 0}.rsm-toggle{position:relative;width:3rem;height:1.5rem;border-radius:9999px;border:none;cursor:pointer;transition:background-color .15s ease}.rsm-toggle-thumb{position:absolute;top:.25rem;width:1rem;height:1rem;border-radius:50%;background-color:#fff;box-shadow:0 1px 3px #0003;transition:left .15s ease}.rsm-footer{display:flex;justify-content:flex-end;gap:.75rem}.rsm-btn{padding:.625rem 1rem;font-size:.875rem;font-weight:500;border-radius:.5rem;border:none;cursor:pointer;transition:all .15s ease}.rsm-btn--primary{color:#fff}.rsm-btn--primary:disabled{opacity:.5;cursor:not-allowed}.rsm-btn--secondary{background-color:transparent}.rsm-btn--secondary:hover{background-color:#f3f4f6}.import-modal{display:flex;flex-direction:column;gap:1.25rem}.import-modal__subtitle{font-size:.875rem;margin:-.5rem 0 0}.import-modal__step{display:flex;gap:.75rem;padding:1rem;border-radius:.5rem}.import-modal__step-number{width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.875rem;font-weight:500;flex-shrink:0}.import-modal__step-content{flex:1}.import-modal__step-content h4{font-size:.875rem;font-weight:500;margin:0 0 .25rem}.import-modal__step-content p{font-size:.75rem;margin:0 0 .75rem}.import-modal__template-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;font-weight:500;background-color:#fff;border-radius:.5rem;cursor:pointer}.import-modal__columns-toggle{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;background:none;border:none;cursor:pointer}.import-modal__columns-toggle svg{transition:transform .2s ease}.import-modal__columns-toggle--open svg{transform:rotate(180deg)}.import-modal__columns{padding:.75rem;border-radius:.5rem;font-size:.75rem}.import-modal__columns-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.import-modal__column-item{display:flex;align-items:center;gap:.375rem}.import-modal__column-dot{width:.375rem;height:.375rem;border-radius:50%;display:inline-block}.import-modal__columns-legend{display:flex;gap:.75rem;margin-top:.5rem;padding-top:.5rem;font-size:.75rem}.import-modal__columns-legend span{display:flex;align-items:center;gap:.25rem;color:#737474}.import-modal__dropzone{padding:1.5rem;border-radius:.5rem;text-align:center;cursor:pointer;transition:all .15s ease}.import-modal__dropzone p{margin:.5rem 0 0}.import-modal__dropzone p:first-of-type{font-size:.875rem;font-weight:500}.import-modal__dropzone p:last-of-type{font-size:.75rem}.import-modal__file-info{display:flex;align-items:center;justify-content:center;gap:.75rem}.import-modal__file-info div:nth-child(2){text-align:left}.import-modal__file-info div:nth-child(2) p:first-child{font-size:.875rem;font-weight:500}.import-modal__file-info div:nth-child(2) p:last-child{font-size:.75rem}.import-modal__file-icon{width:2.5rem;height:2.5rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center}.import-modal__file-remove{padding:.25rem;background:none;border:none;border-radius:.25rem;cursor:pointer}.import-modal__file-remove:hover{background-color:#f3f4f6}.import-modal__success{padding:1rem;border-radius:.5rem;text-align:center}.import-modal__success svg{margin:0 auto .5rem}.import-modal__success p:first-of-type{font-size:.875rem;font-weight:500;margin:0}.import-modal__success p:last-of-type{font-size:.75rem;margin:.25rem 0 0}.import-modal__error{display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:.5rem;margin-top:.75rem}.import-modal__error span{font-size:.75rem}.import-modal__footer{display:flex;justify-content:flex-end;gap:.75rem}.import-modal__btn{padding:.625rem 1rem;font-size:.875rem;font-weight:500;border-radius:.5rem;border:none;cursor:pointer}.import-modal__btn--primary{color:#fff}.import-modal__btn--primary:disabled{cursor:not-allowed}.import-modal__btn--secondary{background-color:transparent;color:#384553}.import-modal__btn--secondary:hover{background-color:#f3f4f6}.delete-modal__content{text-align:center;padding:1rem 0}.delete-modal__content h3{font-size:1.125rem;font-weight:700;margin:0 0 .5rem}.delete-modal__content p{font-size:.875rem;margin:0}.delete-modal__icon{width:3.5rem;height:3.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;background-color:#ff524520}.delete-modal__footer{display:flex;gap:.75rem}.delete-modal__btn{flex:1;padding:.625rem 1rem;font-size:.875rem;font-weight:500;border-radius:.5rem;border:none;cursor:pointer}.delete-modal__btn--secondary{color:#384553}.delete-modal__btn--secondary:hover{background-color:#e5e7eb!important}.delete-modal__btn--danger{background-color:#ff5245;color:#fff}.delete-modal__btn--danger:hover{background-color:#e63e31}.create-trip__form{display:flex;flex-direction:column;gap:1rem}.create-trip__subtitle{font-size:.875rem;margin:0 0 .5rem}.create-trip__field label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.create-trip__input-wrapper{position:relative}.create-trip__input-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem}.create-trip__input{width:100%;padding:.625rem .75rem;font-size:.875rem;border:1px solid #DBDBDB;border-radius:.5rem;outline:none}.create-trip__input:focus{border-color:#2b93ff}.create-trip__select{width:100%;padding:.625rem 2rem .625rem 2.5rem;font-size:.875rem;border:1px solid #DBDBDB;border-radius:.5rem;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23737474' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;cursor:pointer}.create-trip__select:focus{border-color:#2b93ff}.create-trip__info{padding:1rem;border-radius:.5rem}.create-trip__info-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.create-trip__info-header span{font-size:.875rem;font-weight:500}.create-trip__info-row{font-size:.875rem;margin-top:.25rem}.create-trip__info-row span:first-child{margin-right:.25rem}.create-trip__footer{display:flex;justify-content:flex-end;gap:.75rem}.create-trip__btn{padding:.625rem 1rem;font-size:.875rem;font-weight:500;border-radius:.5rem;border:none;cursor:pointer}.create-trip__btn--primary{color:#fff}.create-trip__btn--secondary{background-color:transparent;color:#384553}.create-trip__btn--secondary:hover{background-color:#f3f4f6}.run-schedules{min-height:100vh}.run-schedules__header{position:sticky;top:0;z-index:30}.run-schedules__header-content{max-width:1400px;margin:0 auto;padding:1rem 1.5rem}.run-schedules__header-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.run-schedules__title{font-size:1.5rem;font-weight:700;margin:0}.run-schedules__subtitle{font-size:.875rem;margin-top:.125rem}.run-schedules__actions{display:flex;align-items:center;gap:.5rem}.run-schedules__btn{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;font-weight:500;border-radius:.5rem;border:none;cursor:pointer;transition:all .15s ease}.run-schedules__btn--primary{color:#fff;box-shadow:0 1px 2px #0000001a}.run-schedules__btn--primary:hover{box-shadow:0 4px 6px #0000001a}.run-schedules__btn--secondary:hover{background-color:#e5e7eb!important}.run-schedules__btn--danger{background-color:#ff5245;color:#fff;padding:.375rem .75rem;border-radius:.5rem}.run-schedules__btn--danger:hover{background-color:#e63e31}.run-schedules__filters{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.run-schedules__search{position:relative;flex:1;max-width:20rem}.run-schedules__search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem}.run-schedules__search-input{width:100%;padding:.5rem 1rem .5rem 2.25rem;font-size:.875rem;border:none;border-radius:.5rem;outline:none}.run-schedules__search-input::placeholder{color:#9ca3af}.run-schedules__filter-select{padding:.5rem .75rem;font-size:.875rem;border:none;border-radius:.5rem;cursor:pointer;outline:none}.run-schedules__toggle{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:.5rem;cursor:pointer}.run-schedules__toggle span{font-size:.875rem}.run-schedules__main{max-width:1400px;margin:0 auto;padding:1.5rem}.run-schedules__selection-bar{display:flex;align-items:center;justify-content:space-between;padding:.75rem;border-radius:.75rem;margin-bottom:1rem}.run-schedules__selection-count{font-size:.875rem;font-weight:500}.run-schedules__selection-actions{display:flex;align-items:center;gap:.5rem}.run-schedules__selection-select{padding:.375rem .75rem;font-size:.875rem;border-radius:.5rem;cursor:pointer;outline:none}.run-schedules__pagination{display:flex;align-items:center;justify-content:space-between;margin-top:1.5rem}.run-schedules__pagination-controls{display:flex;align-items:center;gap:.5rem}.run-schedules__pagination-btn{padding:.5rem;border-radius:.5rem;border:none;background:transparent;cursor:pointer}.run-schedules__pagination-btn:hover{background-color:#e5e7eb}.run-schedules__pagination-btn:disabled{opacity:.5;cursor:not-allowed}.run-schedules__pagination-current{padding:.25rem .75rem;border-radius:.5rem;font-size:.875rem;font-weight:500}.run-schedules__empty{text-align:center;padding:4rem;border-radius:.75rem}.run-schedules__empty h3{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.run-schedules__empty p{font-size:.875rem;margin-bottom:1rem}.run-schedules__empty-icon{width:4rem;height:4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}:root{--l2u-primary: #2B93FF;--l2u-primary-dark: #1a7ae6;--l2u-primary-light: #e8f4ff;--l2u-success: #10B981;--l2u-success-bg: #ECFDF5;--l2u-warning: #F59E0B;--l2u-warning-bg: #FFFBEB;--l2u-danger: #EF4444;--l2u-danger-bg: #FEF2F2;--l2u-info: #3B82F6;--l2u-info-bg: #EFF6FF;--l2u-bg-page: #F4F7FB;--l2u-bg-light: #F8FAFC;--l2u-bg-white: #FFFFFF;--l2u-bg-hover: #F1F5F9;--l2u-bg-muted: #F1F5F9;--l2u-text-primary: #1E293B;--l2u-text-secondary: #64748B;--l2u-text-muted: #94A3B8;--l2u-border: #E2E8F0;--l2u-border-light: #F1F5F9;--l2u-border-hover: #CBD5E1;--primary-50: #e3f2fd;--primary-100: #bbdefb;--primary-200: #90caf9;--primary-300: #64b5f6;--primary-400: #42a5f5;--primary-500: #1976d2;--primary-600: #1565c0;--primary-700: #0d47a1;--primary-800: #0a3d8f;--primary-900: #062b5e;--sidebar-bg: #324e6a;--sidebar-hover: #2b93ff;--sidebar-width: 260px;--sidebar-collapsed-width: 72px;--accent-50: #e0f7fa;--accent-100: #b2ebf2;--accent-200: #80deea;--accent-300: #4dd0e1;--accent-400: #26c6da;--accent-500: #00bcd4;--accent-600: #00acc1;--accent-700: #0097a7;--accent-800: #00838f;--accent-900: #006064;--success-color: #10b981;--success-bg: #d1fae5;--success-500: #10b981;--warning-color: #f59e0b;--warning-bg: #fef3c7;--error-color: #ef4444;--error-bg: #fee2e2;--info-color: #3b82f6;--info-bg: #dbeafe;--neutral-50: #fafafa;--neutral-100: #f5f5f5;--neutral-200: #e5e5e5;--neutral-300: #d4d4d4;--neutral-400: #a3a3a3;--neutral-500: #737373;--neutral-600: #525252;--neutral-700: #404040;--neutral-800: #262626;--neutral-900: #171717;--bg-primary: #f8fafc;--bg-secondary: #ffffff;--surface-card: #ffffff;--surface-elevated: #ffffff;--text-primary: #1e293b;--text-secondary: #64748b;--text-muted: #94a3b8;--text-inverse: #ffffff;--border-color: #e2e8f0;--border-radius-sm: 6px;--border-radius-md: 10px;--border-radius-lg: 16px;--border-radius-xl: 24px;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--spacing-2xl: 48px;--font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "JetBrains Mono", "Fira Code", monospace}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--font-family);font-size:1rem;line-height:1.6;color:var(--text-primary);background:var(--bg-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;max-width:100vw}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3;color:var(--text-primary)}h1{font-size:2.25rem;letter-spacing:-.025em}h2{font-size:1.875rem;letter-spacing:-.02em}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}p{color:var(--text-secondary);margin-bottom:var(--spacing-md)}a{color:var(--primary-500);text-decoration:none;transition:color .2s ease}a:hover{color:var(--primary-600)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--neutral-100);border-radius:4px}::-webkit-scrollbar-thumb{background:var(--neutral-300);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--neutral-400)}.app-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:16px}.app-loading__spinner{width:40px;height:40px;border:3px solid var(--neutral-200);border-top-color:var(--primary-500);border-radius:50%;animation:spin .8s linear infinite}.app-loading p{font-family:var(--font-family);font-size:14px;color:var(--text-secondary);margin:0}.app-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:12px;text-align:center;padding:24px}.app-error h2{font-size:24px;color:var(--error-color);margin:0}.app-error p{font-size:14px;color:var(--text-secondary);margin:0;max-width:400px}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .3s ease-out}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;font-size:14px;font-weight:500;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn:disabled{opacity:.6;cursor:not-allowed}.btn--primary{background-color:var(--l2u-primary);color:#fff}.btn--primary:hover:not(:disabled){background-color:var(--l2u-primary-dark)}.btn--secondary{background-color:var(--l2u-bg-light);color:var(--l2u-text-primary);border:1px solid var(--l2u-border)}.btn--secondary:hover:not(:disabled){background-color:var(--l2u-bg-hover)}.btn--ghost{background-color:transparent;color:var(--l2u-text-secondary)}.btn--ghost:hover:not(:disabled){background-color:var(--l2u-bg-light);color:var(--l2u-text-primary)}.btn--ghost.btn--danger:hover:not(:disabled){background-color:var(--l2u-danger-bg);color:var(--l2u-danger)}.btn--danger{background-color:var(--l2u-danger);color:#fff}.btn--danger:hover:not(:disabled){background-color:#dc2626}.btn--sm{padding:4px 8px;font-size:12px}.btn--lg{padding:12px 24px;font-size:16px}.btn--icon{padding:8px;width:36px;height:36px}.btn--full-width{width:100%}.form-input,.form-select{width:100%;padding:8px 12px;font-size:14px;color:var(--l2u-text-primary);background-color:var(--l2u-bg-white);border:1px solid var(--l2u-border);border-radius:6px;transition:border-color .2s ease,box-shadow .2s ease}.form-input::placeholder,.form-select::placeholder{color:var(--l2u-text-muted)}.form-input:hover,.form-select:hover{border-color:#cbd5e1}.form-input:focus,.form-select:focus{outline:none;border-color:var(--l2u-primary);box-shadow:0 0 0 3px #2b93ff1a}.form-input:disabled,.form-select:disabled{background-color:var(--l2u-bg-light);cursor:not-allowed}.form-input--error,.form-select--error{border-color:var(--l2u-danger)}.form-input--error:focus,.form-select--error:focus{box-shadow:0 0 0 3px #ef44441a}.form-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748B' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:32px;cursor:pointer}.form-label{display:block;font-size:14px;font-weight:500;color:var(--l2u-text-primary);margin-bottom:4px}.form-group{margin-bottom:12px}.form-group:last-child{margin-bottom:0}.status-badge{display:inline-flex;align-items:center;padding:4px 8px;font-size:11px;font-weight:500;border-radius:9999px;text-transform:uppercase;letter-spacing:.5px}.status-badge--success{background-color:var(--l2u-success-bg);color:var(--l2u-success)}.status-badge--warning{background-color:var(--l2u-warning-bg);color:var(--l2u-warning)}.status-badge--danger{background-color:var(--l2u-danger-bg);color:var(--l2u-danger)}.status-badge--info{background-color:var(--l2u-info-bg);color:var(--l2u-info)}.status-badge--neutral{background-color:var(--l2u-bg-light);color:var(--l2u-text-secondary)}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px}.loading-state__spinner{width:40px;height:40px;border:3px solid var(--l2u-border-light);border-top-color:var(--l2u-primary);border-radius:50%;animation:spin .8s linear infinite}.loading-state__text{margin-top:12px;color:var(--l2u-text-secondary)}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px;text-align:center}.empty-state__icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background-color:var(--l2u-bg-light);border-radius:12px;color:var(--l2u-text-muted);margin-bottom:16px}.empty-state__icon svg{width:32px;height:32px}.empty-state__title{font-size:16px;font-weight:600;color:var(--l2u-text-primary);margin:0 0 8px}.empty-state__description{font-size:14px;color:var(--l2u-text-secondary);margin:0 0 16px;max-width:400px}@keyframes skeleton-shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200px 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite;border-radius:4px}
