:root{--ops-rail-width:256px;--ops-rail-width-collapsed:76px;--ops-rail-top:53px;--ops-msg:#319795}@media (min-width:769px){body.has-ops-rail .main-content{padding-left:256px;padding-left:var(--ops-rail-width);transition:padding-left .2s ease}body.has-ops-rail.ops-rail-collapsed .main-content{padding-left:76px;padding-left:var(--ops-rail-width-collapsed)}}.ops-rail{background:var(--white);border-right:1px solid var(--gray-200);bottom:0;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;left:0;position:fixed;top:53px;top:var(--ops-rail-top);transition:width .2s ease,transform .2s ease;width:256px;width:var(--ops-rail-width);z-index:90}.ops-rail--collapsed{width:76px;width:var(--ops-rail-width-collapsed)}.ops-rail-head{align-items:center;border-bottom:1px solid var(--gray-100);display:flex;gap:.5rem;justify-content:space-between;min-height:2.75rem;padding:.625rem .75rem}.ops-rail-head-text{display:flex;flex-direction:column;line-height:1.1;overflow:hidden}.ops-rail-title{color:var(--gray-800);font-size:.8125rem;font-weight:700}.ops-rail-subtitle{color:var(--gray-500);font-size:.625rem}.ops-rail-collapse{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius);color:var(--gray-600);cursor:pointer;flex-shrink:0;font-size:.875rem;height:1.75rem;line-height:1;width:1.75rem}.ops-rail-collapse:hover{background:var(--gray-100)}.ops-rail-list{display:flex;flex:1 1;flex-direction:column;gap:.375rem;overflow-y:auto;padding:.5rem}.ops-rail-empty{color:var(--gray-400);font-size:.75rem;padding:1rem .5rem;text-align:center}.ops-tile{align-items:center;background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius);cursor:pointer;display:flex;gap:.625rem;overflow:hidden;padding:.5rem .5rem .5rem .75rem;position:relative;text-align:left;transition:background .15s,border-color .15s,transform .1s;width:100%}.ops-tile:hover{background:var(--gray-50);transform:translateX(2px)}.ops-tile--active{background:var(--gray-50);border-color:var(--primary-light)}.ops-rail--collapsed .ops-tile{justify-content:center;padding:.5rem}.ops-tile-bar{background:var(--gray-300);bottom:0;left:0;position:absolute;top:0;width:4px}.ops-tile.status-planned .ops-tile-bar{background:var(--warning)}.ops-tile.status-in_progress .ops-tile-bar{background:var(--info)}.ops-tile.status-issues .ops-tile-bar{background:var(--danger)}.ops-tile-avatar{align-items:center;border-radius:50%;box-shadow:0 0 0 2px var(--white),0 0 0 4px #0000;color:var(--white);display:flex;flex-shrink:0;font-size:.75rem;font-weight:700;height:2.25rem;justify-content:center;position:relative;width:2.25rem}.ops-tile--calm .ops-tile-avatar,.ops-tile-avatar{background:var(--gray-400)}.ops-tile--message .ops-tile-avatar{background:#319795;background:var(--ops-msg)}.ops-tile--info .ops-tile-avatar{background:var(--info)}.ops-tile--warning .ops-tile-avatar{background:var(--warning)}.ops-tile--critical .ops-tile-avatar{animation:ops-pulse 1.4s ease-out infinite;background:var(--danger);box-shadow:0 0 0 2px var(--white),0 0 0 4px #e53e3e99}@keyframes ops-pulse{0%{box-shadow:0 0 0 2px var(--white),0 0 0 4px #e53e3eb3}70%{box-shadow:0 0 0 2px var(--white),0 0 0 10px #e53e3e00}to{box-shadow:0 0 0 2px var(--white),0 0 0 4px #e53e3e00}}.ops-badge{border-radius:9999px;box-shadow:0 0 0 2px var(--white);color:var(--white);font-size:.625rem;font-weight:700;height:1.05rem;line-height:1.05rem;min-width:1.05rem;padding:0 .25rem;position:absolute;text-align:center}.ops-badge--msg{background:#319795;background:var(--ops-msg);right:-.35rem;top:-.35rem}.ops-badge--alert{background:var(--warning);bottom:-.35rem;right:-.35rem}.ops-badge--alert.sev-critical{background:var(--danger)}.ops-badge--alert.sev-warning{background:var(--warning)}.ops-badge--alert.sev-info{background:var(--info)}.ops-tile-text{display:flex;flex-direction:column;line-height:1.2;min-width:0}.ops-tile-name{color:var(--gray-800);font-size:.8125rem;font-weight:600}.ops-tile-meta,.ops-tile-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ops-tile-meta{align-items:center;color:var(--gray-500);display:flex;font-size:.6875rem;gap:.375rem}.ops-tile-eta{color:var(--gray-600);flex-shrink:0;font-weight:600;margin-left:auto;padding-left:.375rem}.ops-rail--collapsed .ops-tile-text{display:none}.ops-rail-fab{align-items:center;background:var(--primary);border:none;border-radius:50%;bottom:5rem;box-shadow:var(--shadow-lg);color:var(--white);cursor:pointer;display:none;height:3.25rem;justify-content:center;position:fixed;right:1rem;width:3.25rem;z-index:95}.ops-rail-fab-icon{font-size:1.375rem}.ops-rail-fab--critical{animation:ops-pulse 1.4s ease-out infinite}.ops-rail-fab-count{background:var(--danger);border-radius:9999px;box-shadow:0 0 0 2px var(--white);color:var(--white);font-size:.6875rem;font-weight:700;height:1.25rem;line-height:1.25rem;min-width:1.25rem;padding:0 .3rem;position:absolute;right:-.25rem;text-align:center;top:-.25rem}.ops-rail-scrim{display:none}@media (max-width:768px){.ops-rail-fab{display:flex}.ops-rail{bottom:0;box-shadow:var(--shadow-lg);max-width:320px;top:0;transform:translateX(-105%);width:82vw;z-index:130}.ops-rail--mobile-open{transform:translateX(0)}.ops-rail--collapsed{width:82vw}.ops-rail--collapsed .ops-tile-text{display:flex}.ops-rail--collapsed .ops-tile{justify-content:flex-start}.ops-rail-collapse{display:none}.ops-rail-scrim{background:#0006;display:block;inset:0;position:fixed;z-index:120}}.devsim-fab{background:#1a202c;border:2px solid #f6e05e;border-radius:50%;bottom:1rem;box-shadow:var(--shadow-lg);color:#f6e05e;cursor:pointer;font-size:1.25rem;height:2.75rem;left:1rem;position:fixed;width:2.75rem;z-index:200}.devsim-fab--open{background:#f6e05e;color:#1a202c}.devsim-panel{background:var(--white);border:2px solid #f6e05e;border-radius:var(--radius-lg);bottom:4rem;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;left:1rem;max-height:75vh;max-width:calc(100vw - 2rem);overflow:hidden;position:fixed;width:22rem;z-index:200}.devsim-header{align-items:center;background:#1a202c;color:#f6e05e;display:flex;font-size:.8125rem;font-weight:700;justify-content:space-between;padding:.625rem .875rem}.devsim-close{background:none;border:none;color:#f6e05e;cursor:pointer;font-size:1.25rem;line-height:1}.devsim-body{overflow-y:auto;padding:.75rem .875rem .875rem}.devsim-label{color:var(--gray-500);display:block;font-size:.6875rem;font-weight:700;letter-spacing:.03em;margin:.625rem 0 .25rem;text-transform:uppercase}.devsim-select{background:var(--white);border:1px solid var(--gray-300);border-radius:var(--radius);font-size:.8125rem;padding:.375rem .5rem;width:100%}.devsim-row{align-items:flex-end;display:flex;gap:.5rem}.devsim-col{flex:1 1;min-width:0}.devsim-meta{background:var(--gray-50);border-radius:var(--radius);color:var(--gray-600);font-size:.6875rem;margin-top:.5rem;padding:.375rem .5rem;word-break:break-word}.devsim-scenarios{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:1fr 1fr}.devsim-btn{background:var(--primary);border:1px solid var(--gray-300);border-radius:var(--radius);color:var(--white);cursor:pointer;font-size:.75rem;font-weight:600;padding:.5rem .625rem}.devsim-btn:hover:not(:disabled){background:var(--primary-light)}.devsim-btn:disabled{cursor:not-allowed;opacity:.5}.devsim-btn--ghost{background:var(--gray-100);color:var(--gray-700);flex-shrink:0}.devsim-btn--reset{background:var(--gray-600)}.devsim-result{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius);margin-top:.75rem;padding:.5rem .625rem}.devsim-result-title{color:var(--gray-800);font-size:.75rem;font-weight:700;margin-bottom:.375rem}.devsim-alert{background:var(--white);border-left:3px solid var(--gray-400);border-radius:var(--radius);font-size:.6875rem;margin-bottom:.25rem;padding:.375rem .5rem}.devsim-alert.sev-critical{border-left-color:var(--danger)}.devsim-alert.sev-warning{border-left-color:var(--warning)}.devsim-alert.sev-info{border-left-color:var(--info)}.devsim-diag{color:var(--gray-600);font-size:.6875rem;margin-top:.25rem}.devsim-loglist{border-top:1px dashed var(--gray-200);margin-top:.625rem;max-height:9rem;overflow-y:auto;padding-top:.5rem}.devsim-logline{color:var(--gray-600);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.6875rem;padding:.125rem 0}.devsim-logline--ok{color:var(--success)}.devsim-logline--error{color:var(--danger)}.layout{display:flex;flex-direction:column;min-height:100vh}.header{background:var(--primary);box-shadow:var(--shadow-md);color:var(--white);padding:.75rem 1rem;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-content{justify-content:space-between;margin:0 auto;max-width:1200px}.header-content,.header-left{align-items:center;display:flex}.header-left{gap:.75rem}.logo{font-size:1.125rem;font-weight:700;margin:0}.connection-status{border-radius:9999px;font-size:.625rem;font-weight:500;padding:.125rem .375rem;text-transform:uppercase}.connection-status.connected{background:#48bb784d;color:#9ae6b4}.connection-status.disconnected{background:#f565654d;color:#feb2b2}.header-right{align-items:center;display:flex;gap:.75rem}.header .btn-outline{border-color:#fff9;color:var(--white)}.header .btn-outline:hover:not(:disabled){background:#ffffff26}.user-info{display:none;font-size:.75rem;opacity:.9}@media (min-width:768px){.user-info{display:block}}.main-content{flex:1 1;padding-bottom:4.5rem}@media (min-width:769px){.main-content{padding-bottom:1rem}}.bottom-nav{background:var(--white);border-top:1px solid var(--gray-200);bottom:0;display:flex;justify-content:space-around;left:0;padding:.5rem 0 max(.5rem,env(safe-area-inset-bottom));position:fixed;right:0;z-index:100}.nav-item{align-items:center;color:var(--gray-500);display:flex;flex-direction:column;font-size:.625rem;min-width:3.5rem;padding:.375rem .75rem;text-decoration:none;transition:color .2s}.nav-item.active{color:var(--primary)}.nav-item:hover{color:var(--primary-light);text-decoration:none}.nav-icon{font-size:1.25rem;margin-bottom:.125rem}.nav-label{font-weight:500}@media (min-width:769px){.bottom-nav{display:none}.header-content{display:flex;gap:2rem}.header:after{content:"";display:block}}.auth-page{align-items:center;background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);display:flex;justify-content:center;min-height:100vh;padding:1rem}.auth-container{max-width:400px;width:100%}.auth-header{color:var(--white);margin-bottom:1.5rem;text-align:center}.auth-title{font-size:1.75rem;font-weight:700;margin-bottom:.25rem}.auth-subtitle{font-size:.875rem;opacity:.8}.auth-form{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:1.5rem}.auth-form h2{color:var(--gray-800);margin-bottom:1.5rem;text-align:center}.auth-link{color:var(--gray-600);font-size:.875rem;margin-top:1rem;text-align:center}.auth-link a{color:var(--primary);font-weight:500}.auth-footer{color:#ffffffb3;margin-top:1.5rem;text-align:center}@media (min-width:768px){.auth-form{padding:2rem}}.stats-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}@media (min-width:768px){.stats-grid{grid-template-columns:repeat(4,1fr)}}.stat-card{align-items:center;background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);color:inherit;display:flex;gap:.75rem;padding:1rem;text-decoration:none;transition:transform .2s,box-shadow .2s}.stat-card:hover{box-shadow:var(--shadow-md);text-decoration:none;transform:translateY(-2px)}.stat-card.action-card{background:var(--primary);color:var(--white)}.stat-icon{font-size:1.5rem}.stat-content{flex:1 1}.stat-value{align-items:center;display:flex;font-size:1.5rem;font-weight:700;gap:.5rem;line-height:1}.stat-badge{border-radius:9999px;font-size:.625rem;font-weight:500;padding:.125rem .375rem}.stat-badge.critical{background:var(--danger);color:var(--white)}.stat-label{color:var(--gray-500);font-size:.75rem;margin-top:.25rem}.action-card .stat-label{color:#fffc;font-weight:500}.crew-change-list{margin:-1rem}.list-item-meta{align-items:center;display:flex;gap:.5rem;margin-top:.5rem}.list-item-arrow{color:var(--gray-400);font-size:1.25rem}.quick-actions{display:flex;flex-direction:column;gap:.75rem}.dash-admin-links{display:flex;flex-wrap:wrap;gap:.5rem}.filter-tabs{-webkit-overflow-scrolling:touch;display:flex;gap:.5rem;margin-bottom:1rem;overflow-x:auto;padding-bottom:.5rem}.filter-tab{background:var(--gray-100);border:none;border-radius:9999px;color:var(--gray-600);cursor:pointer;flex-shrink:0;font-size:.875rem;font-weight:500;padding:.5rem 1rem;text-transform:capitalize;transition:all .2s}.filter-tab.active{background:var(--primary);color:var(--white)}.filter-tab:hover:not(.active){background:var(--gray-200)}.crew-changes-list{display:flex;flex-direction:column;gap:1rem}.crew-change-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);color:inherit;overflow:hidden;text-decoration:none;transition:transform .2s,box-shadow .2s}.crew-change-card:hover{box-shadow:var(--shadow-md);text-decoration:none;transform:translateY(-2px)}.cc-card-header{align-items:center;background:var(--gray-50);border-bottom:1px solid var(--gray-100);display:flex;justify-content:space-between;padding:.75rem 1rem}.cc-card-date{color:var(--gray-500);font-size:.75rem}.cc-card-body{padding:1rem}.cc-card-title{color:var(--gray-800);font-size:1.125rem;font-weight:600;margin:0 0 .25rem}.cc-card-subtitle{color:var(--gray-500);font-size:.875rem;margin:0}.cc-card-ship{align-items:center;border-top:1px solid var(--gray-100);display:flex;gap:.75rem;margin-top:1rem;padding-top:1rem}.cc-ship-icon{font-size:1.5rem}.cc-ship-name{color:var(--gray-700);font-weight:500}.cc-ship-port{color:var(--gray-500);font-size:.75rem}.cc-card-footer{align-items:center;background:var(--gray-50);border-top:1px solid var(--gray-100);display:flex;justify-content:space-between;padding:.75rem 1rem}.cc-card-arrow{color:var(--gray-400);font-size:1.25rem}.cc-detail-header{margin-bottom:1.5rem}.back-link{color:var(--gray-500);display:inline-block;font-size:.875rem;margin-bottom:.5rem}.cc-detail-title-row{align-items:center;display:flex;gap:.75rem}.cc-actions-menu{margin-left:auto;position:relative}.cc-actions-trigger{align-items:center;background:var(--white);border:1px solid var(--gray-200);border-radius:.5rem;color:var(--gray-700);cursor:pointer;display:inline-flex;height:2.25rem;justify-content:center;transition:background .15s,border-color .15s;width:2.25rem}.cc-actions-trigger:hover:not(:disabled){background:var(--gray-100);border-color:var(--gray-300)}.cc-actions-trigger:disabled{cursor:default;opacity:.5}.cc-actions-dropdown{background:var(--white);border:1px solid var(--gray-200);border-radius:.5rem;box-shadow:0 8px 24px #0000001f;min-width:12rem;padding:.25rem;position:absolute;right:0;top:calc(100% + .25rem);z-index:20}.cc-actions-dropdown button{align-items:center;background:none;border:none;border-radius:.375rem;color:var(--gray-800);cursor:pointer;display:flex;font-size:.9rem;gap:.5rem;padding:.6rem .75rem;text-align:left;width:100%}.cc-actions-dropdown button:hover{background:var(--gray-100)}.cc-actions-dropdown button.danger{color:#dc2626;color:var(--danger,#dc2626)}.cc-actions-dropdown button.danger:hover{background:#dc262614}.cc-stack{display:flex;flex-direction:column;gap:.75rem}.cc-section{background:var(--white);border:1px solid var(--gray-200);border-radius:.5rem;overflow:hidden}.cc-section-header{align-items:center;background:none;border:none;color:var(--gray-900);cursor:pointer;display:flex;font-size:1rem;font-weight:600;justify-content:space-between;padding:.85rem 1rem;width:100%}.cc-section-header:hover{background:var(--gray-50)}.cc-section-title{align-items:center;display:inline-flex;gap:.5rem}.cc-section-chevron{color:var(--gray-500);transition:transform .2s}.cc-section.is-collapsed .cc-section-chevron{transform:rotate(-90deg)}.cc-section-body{border-top:1px solid var(--gray-100);padding:1rem}.tabs{border-bottom:1px solid var(--gray-200);display:flex;margin-bottom:1rem;overflow-x:auto}.tab{background:none;border:none;border-bottom:2px solid #0000;color:var(--gray-500);cursor:pointer;flex-shrink:0;font-size:.875rem;font-weight:500;padding:.75rem 1rem;transition:all .2s}.tab.active{border-bottom-color:var(--primary);color:var(--primary)}.tab:hover:not(.active){color:var(--gray-700)}.tab-content{padding-top:.5rem}.info-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}.info-item{display:flex;flex-direction:column}.info-item.full-width{grid-column:span 2}.info-item label{color:var(--gray-500);font-size:.75rem;letter-spacing:.05em;margin-bottom:.25rem;text-transform:uppercase}.info-item span{color:var(--gray-800);font-weight:500}.cc-form{max-width:600px}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}@media (max-width:480px){.form-row{grid-template-columns:1fr}}.form-textarea{min-height:100px;resize:vertical}.form-actions{display:flex;gap:1rem;justify-content:flex-end}.user-picker{position:relative}.user-picker-results{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #00000014;left:0;list-style:none;margin:.25rem 0 0;max-height:240px;overflow-y:auto;padding:.25rem 0;position:absolute;right:0;top:100%;z-index:20}.user-picker-result{background:none;border:0;cursor:pointer;display:block;padding:.5rem .75rem;text-align:left;width:100%}.user-picker-result:hover{background:#f3f4f6}.user-picker-name{color:#111827;font-weight:500}.user-picker-meta{color:#6b7280;font-size:.8rem}.user-picker-empty{color:#6b7280;font-size:.85rem;padding:.5rem .75rem}.user-picker-linked{align-items:center;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:8px;color:#065f46;display:flex;font-size:.9rem;gap:.5rem;justify-content:space-between;padding:.5rem .75rem}.timeline{padding:1rem 0}.timeline-progress{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem;padding:0 .5rem}.progress-bar{background:var(--gray-200);border-radius:4px;flex:1 1;height:8px;overflow:hidden}.progress-fill{background:var(--success);border-radius:4px;height:100%;transition:width .3s ease}.progress-text{color:var(--gray-600);font-size:.75rem;font-weight:500;white-space:nowrap}.timeline-item,.timeline-items{position:relative}.timeline-item{display:flex;gap:1rem;padding-bottom:1.5rem}.timeline-item:last-child{padding-bottom:0}.timeline-marker{flex-direction:column;flex-shrink:0}.marker-icon,.timeline-marker{align-items:center;display:flex;width:2rem}.marker-icon{background:var(--gray-200);border-radius:50%;color:var(--gray-500);font-size:.75rem;font-weight:600;height:2rem;justify-content:center;position:relative;z-index:1}.timeline-item.completed .marker-icon{background:var(--success);color:var(--white)}.timeline-item.in-progress .marker-icon{animation:pulse 2s infinite;background:var(--info);color:var(--white)}.timeline-item.delayed .marker-icon{background:var(--warning);color:var(--white)}.timeline-item.cancelled .marker-icon,.timeline-item.issue .marker-icon{background:var(--danger);color:var(--white)}@keyframes pulse{0%,to{box-shadow:0 0 0 0 #3182ce66;transform:scale(1)}50%{box-shadow:0 0 0 8px #3182ce00;transform:scale(1.05)}}.timeline-line{background:var(--gray-200);flex:1 1;margin-top:.25rem;min-height:1.5rem;width:2px}.timeline-item.completed .timeline-line{background:var(--success)}.timeline-content{background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius);box-shadow:var(--shadow-sm);flex:1 1;min-width:0;padding:1rem}.timeline-item.in-progress .timeline-content{border-color:var(--info);box-shadow:0 0 0 2px #3182ce1a}.timeline-item.delayed .timeline-content{border-color:var(--warning)}.timeline-item.cancelled .timeline-content,.timeline-item.issue .timeline-content{border-color:var(--danger)}.timeline-header{align-items:center;display:flex;gap:.5rem;margin-bottom:.75rem}.leg-icon{font-size:1.25rem}.leg-type{color:var(--gray-700);font-weight:600;text-transform:capitalize}.status-badge{border-radius:9999px;font-size:.625rem;font-weight:600;margin-left:auto;padding:.125rem .375rem;text-transform:uppercase}.status-badge.in-progress{background:#bee3f8;color:#2b6cb0}.status-badge.delayed{background:#fefcbf;color:#975a16}.status-badge.cancelled,.status-badge.issue{background:#fed7d7;color:#c53030}.leg-details{font-size:.875rem}.leg-route{align-items:center;display:flex;gap:.5rem;margin-bottom:.5rem}.leg-location{color:var(--gray-800);font-size:1rem;font-weight:600}.leg-arrow{color:var(--gray-400)}.leg-info{color:var(--gray-600);display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.leg-info span{align-items:center;display:inline-flex}.leg-time{color:var(--gray-500);display:flex;flex-wrap:wrap;font-size:.75rem;gap:.5rem}.time-actual{color:var(--gray-700);font-weight:500}.time-scheduled{color:var(--gray-400);text-decoration:line-through}.leg-facilities{display:flex;flex-wrap:wrap;gap:.25rem;margin-top:.5rem}.facility-badge{background:var(--gray-100);border-radius:4px;color:var(--gray-600);font-size:.625rem;padding:.125rem .375rem;text-transform:capitalize}.hotel-name{color:var(--gray-800);font-weight:500}.hotel-address{color:var(--gray-500);font-size:.75rem}.leg-ref{color:var(--gray-400);font-size:.75rem;margin-top:.25rem}.timeline-item.destination .timeline-content{background:var(--primary);border:none;color:var(--white)}.timeline-item.destination .leg-type{color:var(--white)}.addleg-tabs{border-bottom:1px solid var(--gray-200);display:flex;gap:.5rem;margin-bottom:1rem}.addleg-tab{background:none;border:none;border-bottom:2px solid #0000;color:var(--gray-500);cursor:pointer;font-size:.8125rem;font-weight:600;padding:.5rem .75rem}.addleg-tab--active{border-bottom-color:var(--primary);color:var(--primary)}.addleg-row{display:flex;flex-wrap:wrap;gap:.75rem}.addleg-row .form-group{flex:1 1;margin-bottom:.75rem;min-width:7rem}.addleg-grow{flex:2 1!important}.addleg-actions{display:flex;gap:.5rem;margin-top:.25rem}.addleg-preview{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius);margin-top:1rem;padding:.75rem}.addleg-preview-title{color:var(--gray-800);font-weight:700}.addleg-preview-route{color:var(--primary);font-size:1.125rem;font-weight:600;margin:.25rem 0}.addleg-preview-times{color:var(--gray-600);font-size:.8125rem}.addleg-testing{border-top:1px dashed var(--gray-300);margin-top:1.25rem;padding-top:1rem}.addleg-testing-label{color:var(--gray-500);font-size:.6875rem;font-weight:700;letter-spacing:.05em;margin-bottom:.25rem;text-transform:uppercase}.addleg-check{align-items:center;color:var(--gray-600);display:flex;font-size:.8125rem;gap:.4rem}.trp{display:flex;flex-direction:column;gap:.6rem}.trp-label{color:var(--gray-500);font-size:.7rem;letter-spacing:.03em;text-transform:uppercase}.trp-leg{border:1px solid var(--gray-200);border-radius:.5rem;padding:.6rem .75rem}.trp-leg-head{align-items:center;display:flex;flex-wrap:wrap;gap:.6rem}.trp-route{color:var(--gray-800);font-size:.9rem;font-weight:600}.trp-times{color:var(--gray-700);display:flex;flex-wrap:wrap;font-size:.82rem;gap:.4rem 1.25rem;margin-top:.4rem}.trp-time-label{color:var(--gray-500);font-size:.68rem;letter-spacing:.03em;margin-right:.3rem;text-transform:uppercase}.trp-company{color:var(--gray-700);font-size:.85rem;margin-top:.4rem}.trp-request{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.trp-request select{border:1px solid var(--gray-300);border-radius:.375rem;flex:1 1;font-family:inherit;font-size:.9rem;min-width:12rem;padding:.45rem .6rem}.trp-request select:focus{border-color:var(--primary);outline:none}.trp-hint{font-size:.8rem;margin:.4rem 0 0}.messages-page{background:var(--gray-50);display:flex;flex-direction:column;height:calc(100vh - 4rem)}.messages-header{align-items:center;background:var(--white);border-bottom:1px solid var(--gray-200);display:flex;gap:.75rem;padding:1rem}.messages-embedded{background:#0000;height:auto}.messages-embedded .messages-container{flex:none;max-height:420px;padding:.5rem 0}.messages-embedded .message-input-container{background:#0000;border-top:1px solid var(--gray-200);padding:.75rem 0}.messages-embedded-loading{display:flex;justify-content:center;padding:1.5rem}.messages-header-info{flex:1 1;min-width:0}.messages-title{font-size:1rem;font-weight:600;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.messages-subtitle{color:var(--gray-500);font-size:.75rem;margin:0}.messages-container{flex:1 1;overflow-y:auto;padding:1rem}.message-group,.messages-container{display:flex;flex-direction:column;gap:.5rem}.message-date-divider{padding:.5rem 0;text-align:center}.message-date-divider span{background:var(--gray-100);border-radius:9999px;color:var(--gray-500);font-size:.75rem;padding:.25rem .75rem}.message{display:flex;flex-direction:column;max-width:80%}.message-sent{align-self:flex-end}.message-received{align-self:flex-start}.message-system{align-self:center;max-width:90%}.message-sender{color:var(--gray-600);font-size:.75rem;font-weight:500;margin-bottom:.25rem;padding-left:.5rem}.message-role{color:var(--gray-400);font-weight:400;margin-left:.25rem;text-transform:capitalize}.message-bubble{background:var(--white);border-radius:1rem;box-shadow:var(--shadow-sm);padding:.75rem 1rem}.message-sent .message-bubble{background:var(--primary);border-bottom-right-radius:.25rem;color:var(--white)}.message-received .message-bubble{border-bottom-left-radius:.25rem}.message-system .message-bubble{background:var(--gray-100);color:var(--gray-600);font-size:.875rem;text-align:center}.message-text{word-wrap:break-word;line-height:1.4;margin:0}.message-meta{align-items:center;display:flex;gap:.5rem;justify-content:flex-end;margin-top:.25rem}.message-time,.message-type{font-size:.625rem;opacity:.7}.message-sent .message-meta{color:#ffffffb3}.message-received .message-meta{color:var(--gray-400)}.typing-indicator{align-items:center;color:var(--gray-500);display:flex;font-size:.75rem;gap:.5rem;padding:.5rem}.typing-dots{display:flex;gap:.125rem}.typing-dots span{animation:typing 1.4s ease-in-out infinite both;background:var(--gray-400);border-radius:50%;height:6px;width:6px}.typing-dots span:first-child{animation-delay:-.32s}.typing-dots span:nth-child(2){animation-delay:-.16s}@keyframes typing{0%,80%,to{opacity:.5;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.message-input-container{background:var(--white);border-top:1px solid var(--gray-200);display:flex;gap:.5rem;padding:1rem 1rem max(1rem,env(safe-area-inset-bottom))}.message-input{border:1px solid var(--gray-300);border-radius:9999px;flex:1 1;font-size:1rem;outline:none;padding:.75rem 1rem;transition:border-color .2s}.message-input:focus{border-color:var(--primary)}.message-send-btn{border-radius:9999px;padding:.75rem 1.25rem}.cdc-card{background:var(--white);border:1px solid var(--gray-200);border-radius:.75rem;margin-bottom:1rem;padding:1rem}.cdc-head{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:space-between}.cdc-title{align-items:center;color:var(--gray-800);display:inline-flex;font-size:1rem;gap:.4rem;margin:0}.cdc-list{display:flex;flex-direction:column;gap:.6rem;list-style:none;margin:.75rem 0 0;padding:0}.cdc-item{border-top:1px solid var(--gray-100);padding-top:.6rem}.cdc-item:first-child{border-top:none;padding-top:0}.cdc-item-main{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.cdc-route{color:var(--gray-800);font-size:.9rem;font-weight:600}.cdc-sub{color:var(--gray-500);font-size:.78rem;margin-top:.2rem}.my-journey{display:flex;flex-direction:column;gap:1rem;margin:0 auto;max-width:640px;padding:1rem}.my-journey-empty{padding:2rem 1rem}.mj-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;padding:1rem}.mj-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.mj-card-header h3{font-size:1rem;font-weight:600;margin:0}.mj-summary-row{display:flex;gap:.5rem;margin-bottom:.5rem}.mj-direction-pill,.mj-status-pill{background:#eef2ff;border-radius:999px;color:#3730a3;font-size:.75rem;padding:.25rem .6rem;text-transform:capitalize}.mj-status-planned{background:#e0f2fe;color:#075985}.mj-status-in_progress{background:#dcfce7;color:#166534}.mj-status-issues{background:#fee2e2;color:#991b1b}.mj-status-completed{background:#f3f4f6;color:#374151}.mj-status-cancelled{background:#f3f4f6;color:#6b7280}.mj-ship-name{font-size:1.5rem;margin:.25rem 0 .75rem}.mj-port-row{display:flex;gap:1rem}.mj-label{color:#6b7280;font-size:.7rem;letter-spacing:.04em;text-transform:uppercase}.mj-value{color:#111827;font-size:1rem;font-weight:500}.mj-sub{color:#6b7280;font-size:.85rem}.mj-health-chip{border-radius:999px;font-size:.7rem;font-weight:600;letter-spacing:.03em;padding:.15rem .55rem;text-transform:uppercase}.mj-health-ok{background:#dcfce7;color:#166534}.mj-health-warn{background:#fef9c3;color:#854d0e}.mj-health-alert{background:#fee2e2;color:#991b1b}.mj-progress{margin-top:.85rem}.mj-progress-head{align-items:center;display:flex;justify-content:space-between;margin-bottom:.35rem}.mj-progress-track{background:#e5e7eb;border-radius:999px;height:8px;overflow:hidden}.mj-progress-fill{background:#22c55e;border-radius:999px;height:100%;transition:width .4s ease}.mj-fill-blue{background:#2563eb}.mj-progress[data-health=warn] .mj-progress-fill{background:#eab308}.mj-progress[data-health=alert] .mj-progress-fill{background:#ef4444}.mj-pickup{border-left:4px solid #22c55e}.mj-pickup[data-health=warn]{border-left-color:#eab308}.mj-pickup[data-health=alert]{border-left-color:#ef4444}.mj-pickup-when{align-items:center;color:#111827;display:flex;font-size:1.05rem;font-weight:600;gap:.4rem}.mj-pickup-countdown{color:#6b7280;font-size:.8rem;font-weight:500;margin-left:auto}.mj-pickup-where{align-items:center;display:flex;gap:.3rem;margin-top:.2rem}.mj-pickup-driver{align-items:center;border-top:1px solid #f3f4f6;display:flex;font-size:.9rem;font-weight:500;justify-content:space-between;margin-top:.6rem;padding-top:.6rem}.mj-pickup-approach{margin-top:.7rem}.mj-pickup-banner{align-items:center;color:#1d4ed8;display:flex;font-size:.9rem;font-weight:600;gap:.4rem;margin-bottom:.4rem}.mj-pickup-banner-arrived{color:#166534;margin-bottom:0;margin-top:.7rem}.mj-pickup-msg{border-radius:8px;font-size:.85rem;margin-top:.6rem;padding:.5rem .65rem}.mj-pickup-msg-ok{background:#f0fdf4;color:#166534}.mj-pickup-msg-warn{background:#fefce8;color:#854d0e}.mj-pickup-msg-alert{background:#fef2f2;color:#991b1b}.mj-gps-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-top:.5rem}.mj-dot{border-radius:50%;display:inline-block;height:10px;width:10px}.mj-dot-on{background:#22c55e;box-shadow:0 0 0 4px #22c55e33}.mj-dot-off{background:#d1d5db}.mj-actions{margin-top:.75rem}.mj-actions,.mj-legs{display:flex;gap:.5rem}.mj-legs{flex-direction:column;list-style:none;margin:0;padding:0}.mj-leg{background:#f9fafb;border-radius:8px;display:flex;gap:.75rem;padding:.5rem}.mj-leg-current{background:#eff6ff;border-left:3px solid #2563eb}.mj-leg-completed{opacity:.6}.mj-leg-marker{align-items:center;background:#e5e7eb;border-radius:50%;display:flex;flex-shrink:0;font-size:.85rem;font-weight:600;height:28px;justify-content:center;width:28px}.mj-leg-current .mj-leg-marker{background:#2563eb;color:#fff}.mj-leg-title{font-weight:500}.mj-leg-status{color:#6b7280;font-size:.75rem;text-transform:capitalize}.mj-contacts{display:flex;flex-direction:column;gap:.5rem;list-style:none;margin:0;padding:0}.mj-contact{align-items:center;border-top:1px solid #f3f4f6;display:flex;justify-content:space-between;padding:.5rem 0}.mj-contact:first-child{border-top:0}.mj-contact-name{font-weight:500}.mj-contact-actions{display:flex;gap:.5rem}.mj-notes{color:#111827;margin:0;white-space:pre-wrap}.mj-messages-card{display:flex;flex-direction:column}.mj-link{color:#2563eb;font-size:.85rem;text-decoration:none}.mj-messages{display:flex;flex-direction:column;gap:.5rem;max-height:300px;overflow-y:auto;padding:.5rem 0}.mj-msg{background:#f3f4f6;border-radius:12px;max-width:85%;padding:.5rem .75rem}.mj-msg-mine{align-self:flex-end;background:#2563eb;color:#fff}.mj-msg-from{color:#6b7280;font-size:.7rem;font-weight:600;margin-bottom:.15rem}.mj-msg-text{margin:0}.mj-msg-time{font-size:.7rem;margin-top:.2rem;opacity:.7}.mj-msg-form{display:flex;gap:.5rem;margin-top:.5rem}.mj-msg-form .form-input{flex:1 1}.alert-summary{display:flex;gap:.5rem}.alerts-list{display:flex;flex-direction:column;gap:1rem}.alert-card{background:var(--white);border-left:4px solid var(--gray-300);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.alert-card.severity-critical{border-left-color:var(--danger)}.alert-card.severity-warning{border-left-color:var(--warning)}.alert-card.severity-info{border-left-color:var(--info)}.alert-card.resolved{opacity:.7}.alert-card-header{align-items:center;background:var(--gray-50);border-bottom:1px solid var(--gray-100);display:flex;gap:.5rem;padding:.75rem 1rem}.alert-icon{font-size:1.25rem}.alert-type-icon{font-size:1rem}.alert-time{color:var(--gray-500);font-size:.75rem;margin-left:auto}.alert-card-body{padding:1rem}.alert-title{color:var(--gray-800);font-size:1rem;font-weight:600;margin:0 0 .5rem}.alert-message{color:var(--gray-600);font-size:.875rem;line-height:1.5;margin:0 0 .75rem}.alert-link{color:var(--primary);font-size:.75rem;font-weight:500}.alert-card-footer{background:var(--gray-50);border-top:1px solid var(--gray-100);padding:.75rem 1rem}.alert-resolved-badge{background:#c6f6d5;color:var(--success);font-size:.75rem;padding:.5rem 1rem;text-align:center}.profile-card{gap:1rem;padding:1.5rem}.profile-avatar,.profile-card{align-items:center;display:flex}.profile-avatar{background:var(--primary);border-radius:50%;color:var(--white);font-size:1.5rem;font-weight:600;height:4rem;justify-content:center;width:4rem}.profile-info{flex:1 1}.profile-name{font-size:1.25rem;font-weight:600;margin:0 0 .25rem}.profile-email{color:var(--gray-500);font-size:.875rem;margin:0 0 .5rem}.form-hint{color:var(--gray-500);font-size:.75rem;margin-top:.25rem}.notification-setting{align-items:center;border-bottom:1px solid var(--gray-100);display:flex;justify-content:space-between;padding:1rem 0}.notification-setting:last-of-type{border-bottom:none}.notification-info{display:flex;flex-direction:column}.notification-label{color:var(--gray-800);font-weight:500}.notification-desc{color:var(--gray-500);font-size:.75rem;margin-top:.125rem}.toggle{display:inline-block;height:28px;position:relative;width:48px}.toggle input{height:0;opacity:0;width:0}.toggle-slider{background-color:var(--gray-300);border-radius:28px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.3s}.toggle-slider:before{background-color:#fff;border-radius:50%;bottom:3px;box-shadow:0 2px 4px #0000001a;content:"";height:22px;left:3px;position:absolute;transition:.3s;width:22px}.toggle input:checked+.toggle-slider{background-color:var(--primary)}.toggle input:checked+.toggle-slider:before{transform:translateX(20px)}.rm-toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.rm-hint{color:var(--gray-500);font-size:.75rem}.rm-tree{display:flex;flex-direction:column;gap:.25rem}.rm-worklog{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:.5rem;margin-bottom:1.25rem;overflow:hidden}.rm-worklog-head{align-items:center;background:none;border:none;color:var(--gray-700);cursor:pointer;display:flex;gap:.5rem;padding:.6rem .85rem;width:100%}.rm-worklog-title{font-weight:600}.rm-worklog-meta{color:var(--gray-500);font-size:.72rem;margin-left:auto}.rm-worklog-body{padding:.25rem .85rem .75rem}.rm-row-static{border:none}.rm-row-static:hover{background:none}.rm-row-static .rm-status{cursor:default}.rm-node{display:flex;flex-direction:column}.rm-row{align-items:flex-start;border:2px solid #0000;border-radius:.5rem;display:flex;gap:.5rem;padding:.5rem}.rm-row:hover{background:var(--gray-50)}.rm-dragging{opacity:.4}.rm-drop-inside{background:#1a365d14;border-color:var(--primary)}.rm-drop-before{border-top-color:var(--primary)}.rm-drop-after{border-bottom-color:var(--primary)}.rm-chevron,.rm-chevron-spacer{align-items:center;display:inline-flex;flex:0 0 1.25rem;height:1.5rem;justify-content:center;width:1.25rem}.rm-chevron{background:none;border:none;color:var(--gray-500);cursor:pointer;padding:0}.rm-chevron .rm-chevron-collapsed{transform:rotate(-90deg)}.rm-status{background:var(--white);border:2px solid var(--gray-300);border-radius:50%;cursor:pointer;flex:0 0 0.85rem;height:.85rem;margin-top:.35rem;padding:0;width:.85rem}.rm-status:disabled{cursor:default}.rm-status-todo{background:var(--white);border-color:var(--gray-400)}.rm-status-in_progress{background:var(--info);border-color:var(--info)}.rm-status-blocked{background:var(--danger);border-color:var(--danger)}.rm-status-done{background:var(--success);border-color:var(--success)}.rm-main{flex:1 1;min-width:0}.rm-title-line{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.rm-title{color:var(--gray-800);font-size:.95rem;word-break:break-word}.rm-title-done{color:var(--gray-500);text-decoration:line-through}.rm-notes{color:var(--gray-600);font-size:.8rem;margin:.25rem 0 0;white-space:pre-wrap}.rm-type-chip{background:var(--gray-100);border-radius:9999px;color:var(--gray-600);flex:0 0 auto;font-size:.65rem;font-weight:600;letter-spacing:.03em;padding:.1rem .4rem;text-transform:uppercase}.rm-type-goal{background:#ebf8ff;color:var(--primary)}.rm-type-feature{background:#e6fffa;color:#2c7a7b}.rm-type-suggestion{background:#fffaf0;color:#b7791f}.rm-type-prerequisite{background:#fff5f5;color:var(--danger)}.rm-type-note{background:var(--gray-100);color:var(--gray-600)}.rm-actions{display:flex;gap:.25rem;opacity:1;transition:opacity .15s}@media (hover:hover){.rm-actions{opacity:0}.rm-row:focus-within .rm-actions,.rm-row:hover .rm-actions{opacity:1}}.rm-actions button{background:none;border:none;border-radius:.25rem;color:var(--gray-500);cursor:pointer;font-size:.75rem;padding:.15rem .35rem}.rm-actions button:hover{background:var(--gray-200);color:var(--gray-800)}.rm-actions .rm-action-danger:hover{background:#e53e3e1a;color:var(--danger)}.rm-copy.copied{color:var(--success)}.rm-move-group{display:inline-flex;gap:0;margin-right:.25rem}.rm-move-group button{font-size:.85rem;line-height:1;padding:.15rem .3rem}.rm-actions button:disabled{cursor:default;opacity:.3}.rm-actions button:disabled:hover{background:none;color:var(--gray-500)}.rm-notes code{background:var(--gray-100);border-radius:.25rem;font-size:.78rem;padding:.05rem .3rem}.rm-notes a{color:var(--info);text-decoration:underline}.rm-children{border-left:1px solid var(--gray-200);margin-left:1.6rem;padding-left:.75rem}.rm-form-wrap{margin:.25rem 0 .5rem 2.4rem}.rm-form-root{margin-bottom:1rem;margin-left:0}.rm-form{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:.5rem;display:flex;flex-direction:column;gap:.5rem;padding:.75rem}.rm-form select,.rm-input,.rm-textarea{border:1px solid var(--gray-300);border-radius:.375rem;font-family:inherit;font-size:.9rem;padding:.5rem .6rem;width:100%}.rm-form select:focus,.rm-input:focus,.rm-textarea:focus{border-color:var(--primary);outline:none}.rm-textarea{resize:vertical}.rm-form-row{display:flex;gap:.5rem}.rm-form-row select{flex:1 1}.rm-form-actions{display:flex;gap:.5rem}.tb-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.tb-clock{align-items:center;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:.5rem;color:var(--gray-700);display:inline-flex;gap:.4rem;padding:.4rem .7rem;white-space:nowrap}.tb-clock-time{font-feature-settings:"tnum";font-size:1.05rem;font-variant-numeric:tabular-nums;font-weight:700}.tb-clock-date{color:var(--gray-500);font-size:.75rem}.tb-distance{align-items:center;display:inline-flex;gap:.25rem}.tb-fresh{color:var(--gray-500);font-size:.78rem}.tb-onplan{align-items:center;border-radius:999px;display:inline-flex;font-size:.82rem;font-weight:600;gap:.3rem;padding:.1rem .5rem}.tb-onplan-ok{background:#dcfce7;color:#166534}.tb-onplan-warn{background:#fef3c7;color:#92400e}.tb-onplan-muted{background:#f3f4f6;color:#6b7280;font-weight:500}.tb-table-wrap{border:1px solid var(--gray-200);border-radius:.5rem;overflow-x:auto}.tb-table{min-width:1100px}.tb-row{grid-gap:.5rem;align-items:center;border-top:1px solid var(--gray-100);color:var(--gray-700);display:grid;font-size:.85rem;gap:.5rem;grid-template-columns:minmax(120px,1.1fr) minmax(110px,1fr) minmax(110px,1.2fr) minmax(120px,1.2fr) minmax(80px,.8fr) minmax(110px,1.2fr) minmax(120px,1.2fr) minmax(90px,.9fr) minmax(120px,1.4fr) 44px;padding:.6rem .75rem}.tb-row:first-child{border-top:none}.tb-row-head{background:var(--gray-50);color:var(--gray-500);font-size:.68rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase}.tb-status-en_route{background:#fffbeb}.tb-status-cancelled,.tb-status-test{opacity:.7}.tb-cell{min-width:0;overflow:hidden;text-overflow:ellipsis}.tb-kind{color:var(--gray-900);display:block;font-weight:600;margin-top:.15rem}.tb-sub{color:var(--gray-500);font-size:.72rem}.tb-notes{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tb-dot{border-radius:50%;display:inline-block;height:8px;margin-right:.35rem;vertical-align:middle;width:8px}.tb-dot-live{background:#16a34a;box-shadow:0 0 0 2px #16a34a33}.tb-dot-stale{background:var(--gray-400)}.tb-dot-busy{background:#dc2626;box-shadow:0 0 0 2px #dc262633}.tb-dot-free{background:#16a34a;box-shadow:0 0 0 2px #16a34a33}.tb-dot-faint{box-shadow:none;opacity:.4}.tb-health{border-radius:50%;cursor:help;display:inline-block;height:9px;margin-right:.4rem;vertical-align:middle;width:9px}.tb-health-ok{background:#16a34a}.tb-health-warn{background:#d69e2e;background:var(--warning,#d69e2e)}.tb-health-alert{animation:tb-pulse 1.4s ease-in-out infinite;background:#dc2626}@keyframes tb-pulse{0%,to{box-shadow:0 0 0 0 #dc262600}50%{box-shadow:0 0 0 4px #dc262659}}@media (prefers-reduced-motion:reduce){.tb-health-alert{animation:none}}.tb-eta-stale{color:var(--gray-500)}.tb-nolink{color:#d69e2e;color:var(--warning,#d69e2e);cursor:help;margin-left:.25rem}.tb-cell-menu{display:flex;justify-content:center;position:relative}.tb-menu-btn{border:1px solid var(--gray-200);border-radius:.375rem;color:var(--gray-600);cursor:pointer;font-size:1.1rem;height:30px;line-height:1;width:30px}.tb-menu,.tb-menu-btn{background:var(--white)}.tb-menu{border:1px solid var(--gray-200);border-radius:.5rem;box-shadow:0 8px 24px #0000001f;display:flex;flex-direction:column;padding:.25rem;position:fixed;width:170px;z-index:40}.tb-menu button{background:none;border:none;border-radius:.375rem;color:var(--gray-700);cursor:pointer;font-size:.85rem;padding:.5rem .6rem;text-align:left}.tb-menu button:hover{background:var(--gray-50)}.tb-menu-del{color:#b91c1c;color:var(--danger,#b91c1c)}.tb-menu-backdrop{inset:0;position:fixed;z-index:20}.tb-toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:.85rem}.tb-tabs{border:1px solid var(--gray-200);border-radius:.5rem;display:inline-flex;overflow:hidden}.tb-tab{background:var(--white);border:none;color:var(--gray-600);cursor:pointer;font-size:.88rem;font-weight:600;padding:.45rem 1rem}.tb-tab+.tb-tab{border-left:1px solid var(--gray-200)}.tb-tab-active{background:var(--primary);color:var(--white)}.tb-jobtype{color:var(--gray-900);font-size:.92rem;font-weight:700}.tb-field-wide{grid-column:1/-1}.tb-job-form{margin-bottom:.85rem;padding:1rem}.tb-form-grid{grid-gap:.6rem;display:grid;gap:.6rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.tb-form-field{display:flex;flex-direction:column;gap:.25rem}.tb-form-wide{grid-column:1/-1}.tb-form-label{color:var(--gray-500);font-size:.68rem;letter-spacing:.03em;text-transform:uppercase}.tb-job-form input,.tb-job-form select{background:var(--white);border:1px solid var(--gray-300);border-radius:.375rem;font-family:inherit;font-size:.9rem;padding:.5rem .6rem}.tb-job-form input:focus,.tb-job-form select:focus{border-color:var(--primary);outline:none}.tb-form-hint{font-size:.8rem;margin:.5rem 0 0}.tb-driver-form{grid-gap:.5rem;border-top:1px solid var(--gray-200);display:grid;gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));margin-top:.75rem;padding-top:.75rem}.tb-driver-form input{border:1px solid var(--gray-300);border-radius:.375rem;font-family:inherit;font-size:.9rem;padding:.5rem .6rem}.tb-driver-form input:focus{border-color:var(--primary);outline:none}.tb-form-actions{display:flex;gap:.5rem;grid-column:1/-1}.ob-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between}.ob-summary{align-items:center;display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:1rem}.ob-chip{align-items:center;background:var(--gray-100);border-radius:999px;color:var(--gray-700);display:inline-flex;font-size:.82rem;font-weight:600;gap:.4rem;padding:.25rem .6rem}.ob-updated{font-size:.8rem;margin-left:auto}.ob-dot{border-radius:50%;display:inline-block;flex:0 0 auto;height:10px;width:10px}.ob-dot-red{background:#dc2626}.ob-dot-amber{background:#d69e2e}.ob-dot-green{background:#16a34a}.ob-list{display:flex;flex-direction:column;gap:.6rem}.ob-card{background:var(--white);border:1px solid var(--gray-200);border-left-width:4px;border-radius:.5rem;overflow:hidden}.ob-health-red{border-left-color:#dc2626}.ob-health-amber{border-left-color:#d69e2e}.ob-health-green{border-left-color:#16a34a}.ob-card-head{align-items:center;background:none;border:none;cursor:pointer;display:flex;gap:.75rem;padding:.85rem 1rem;text-align:left;width:100%}.ob-card-main{flex:1 1;min-width:0}.ob-card-title{color:var(--gray-900);font-weight:600}.ob-ship{color:var(--gray-500);font-weight:400}.ob-card-meta{flex-wrap:wrap;font-size:.82rem;margin-top:.2rem}.ob-card-meta,.ob-card-signals{align-items:center;display:flex;gap:.5rem}.ob-card-signals{flex:0 0 auto}.ob-signal{align-items:center;border-radius:999px;display:inline-flex;font-size:.8rem;font-weight:700;gap:.2rem;padding:.15rem .45rem}.ob-signal-red{background:#fee2e2;color:#b91c1c}.ob-signal-amber{background:#fef3c7;color:#92600e}.ob-chevron-open{transform:rotate(180deg);transition:transform .15s}.ob-reasons{display:flex;flex-wrap:wrap;gap:.35rem;padding:0 1rem .6rem 3rem}.ob-reason{border-radius:999px;font-size:.74rem;font-weight:600;padding:.12rem .5rem}.ob-reason-red{background:#fee2e2;color:#b91c1c}.ob-reason-amber{background:#fef3c7;color:#92600e}.ob-reason-green{background:var(--gray-100);color:var(--gray-600)}.ob-milestones{display:flex;flex-direction:column;gap:.35rem;padding:0 1rem .85rem 3rem}.ob-milestone{align-items:center;color:var(--gray-700);display:flex;flex-wrap:wrap;font-size:.84rem;gap:.4rem}.ob-milestone-title{color:var(--gray-400);font-size:.7rem;letter-spacing:.03em;min-width:52px;text-transform:uppercase}.ob-milestone-body{align-items:center;display:inline-flex;gap:.3rem}.ob-milestone-time{color:var(--gray-500)}.ob-leg-status{text-transform:capitalize}.ob-leg-cancelled,.ob-leg-delayed,.ob-leg-issue{color:#b91c1c;font-weight:600}.ob-gps-stale{align-items:center;color:#92600e;display:inline-flex;font-size:.76rem;gap:.2rem}.ob-detail{border-top:1px solid var(--gray-100);padding:.25rem 1rem 1rem 3rem}.ob-detail-loading{color:var(--gray-500);padding:.75rem 0}.ob-detail-journey{margin-top:.75rem}.ob-detail-jtitle{font-size:.85rem;font-weight:600;margin-bottom:.4rem}.ob-legs{display:flex;flex-direction:column;gap:.4rem;list-style:none;margin:0;padding:0}.ob-leg{align-items:flex-start;background:var(--gray-50);border-radius:.375rem;display:flex;gap:.5rem;padding:.4rem .5rem}.ob-leg-current{background:#eff6ff}.ob-leg-row-completed{opacity:.6}.ob-leg-main{min-width:0}.ob-leg-label{color:var(--gray-800);font-size:.85rem;text-transform:capitalize}.ob-leg-sub{color:var(--gray-500);font-size:.76rem;text-transform:capitalize}.ob-detail-gps{margin-top:.4rem}.ob-detail-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.85rem}.dj-list{gap:.75rem}.dj-card,.dj-list{display:flex;flex-direction:column}.dj-card{background:var(--white);border:1px solid var(--gray-200);border-radius:.5rem;gap:.6rem;padding:.85rem 1rem}.dj-card-future{background:var(--gray-50);border-style:dashed;border-left:3px solid var(--gray-400);opacity:.78}.dj-future-tag{background:var(--gray-200);border-radius:999px;color:var(--gray-600);font-size:.72rem;font-weight:600;padding:.1rem .5rem;white-space:nowrap}.dj-head{align-items:center;display:flex;gap:.6rem;justify-content:space-between}.dj-time{color:var(--gray-600);font-size:.85rem;font-weight:600}.dj-route{align-items:center;display:flex;gap:.75rem}.dj-point{color:var(--gray-800);display:flex;flex-direction:column;font-size:.9rem}.dj-label{font-size:.68rem;letter-spacing:.03em;text-transform:uppercase}.dj-label,.dj-notes{color:var(--gray-500)}.dj-notes{font-size:.78rem}.dj-meta{color:var(--gray-700);font-size:.85rem;gap:1rem}.dj-actions,.dj-meta{display:flex;flex-wrap:wrap}.dj-actions{gap:.5rem}.dj-shared{font-size:.78rem;margin:0}.dj-gps{background:var(--white);border:1px solid var(--gray-200);border-radius:.5rem;display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem;padding:.85rem 1rem}.dj-gps-head{align-items:center;display:flex;justify-content:space-between}.dj-gps-head h3{font-size:1rem;margin:0}.dj-dot{border-radius:50%;height:.7rem;width:.7rem}.dj-dot-on{background:var(--success);box-shadow:0 0 0 3px #38a16933}.dj-dot-off{background:var(--gray-300)}.dj-sub{color:var(--gray-600);font-size:.82rem;margin:0}.dj-gps-row{display:flex;flex-wrap:wrap;gap:1.5rem}.dj-gps-row>div{display:flex;flex-direction:column}.dj-value{color:var(--gray-800);font-size:.9rem;font-weight:600}.dj-dispatch{margin-top:1.25rem}.dj-section-title{color:var(--gray-800);font-size:.95rem;font-weight:700;margin:0 0 .6rem}.dj-dispatch-head{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:space-between;margin-bottom:.6rem}.dj-dispatch-head .dj-section-title{margin:0}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;height:0;width:0;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);height:36px;width:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{height:44px;width:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.gf-grid{grid-gap:1rem;align-items:start;display:grid;gap:1rem;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr)}@media (max-width:860px){.gf-grid{grid-template-columns:1fr}}.gf-map{border:1px solid #e5e7eb;border-radius:10px;height:320px;overflow:hidden}.gf-map .leaflet-container{height:100%;width:100%}.gf-map-hint{margin:.35rem 0 .75rem}.gf-row{grid-gap:.6rem;display:grid;gap:.6rem;grid-template-columns:repeat(auto-fit,minmax(110px,1fr))}.gf-editor .form-label{margin-top:.6rem}.gf-actions{display:flex;gap:.5rem;margin-top:1rem}.gf-items{display:flex;flex-direction:column;gap:.4rem;list-style:none;margin:0;padding:0}.gf-item{align-items:center;border:1px solid #f3f4f6;border-radius:8px;display:flex;gap:.5rem;justify-content:space-between;padding:.55rem .6rem}.gf-item-active{background:#eff6ff;border-color:#2563eb}.gf-item-main{cursor:pointer;flex:1 1;min-width:0}.gf-item-title{align-items:center;display:flex;font-weight:600;gap:.4rem}.gf-type-tag{background:#eef2ff;border-radius:999px;color:#3730a3;font-size:.65rem;letter-spacing:.03em;padding:.1rem .4rem;text-transform:uppercase}.gf-calib{align-items:center;color:#166534;display:inline-flex;gap:.25rem;margin-top:.15rem}.gf-item-actions{display:flex;flex-shrink:0;gap:.35rem}.gf-places{margin-top:1rem}.gf-place-list{display:flex;flex-direction:column;gap:.4rem;list-style:none;margin:.5rem 0 0;padding:0}.gf-place-row{align-items:center;display:flex;gap:.6rem}.gf-place-name{color:var(--gray-800);flex:1 1;font-size:.9rem;min-width:0}.gf-place-select{max-width:320px}.gf-place-warn{color:#d69e2e;color:var(--warning,#d69e2e);cursor:help}:root{--primary:#1a365d;--primary-light:#2c5282;--primary-dark:#1a202c;--secondary:#38a169;--secondary-light:#48bb78;--danger:#e53e3e;--warning:#d69e2e;--info:#3182ce;--success:#38a169;--gray-50:#f7fafc;--gray-100:#edf2f7;--gray-200:#e2e8f0;--gray-300:#cbd5e0;--gray-400:#a0aec0;--gray-500:#718096;--gray-600:#4a5568;--gray-700:#2d3748;--gray-800:#1a202c;--white:#fff;--shadow-sm:0 1px 2px #0000000d;--shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;--shadow-md:0 4px 6px #0000001a;--shadow-lg:0 10px 15px #0000001a;--radius:8px;--radius-lg:12px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{-webkit-tap-highlight-color:transparent;font-size:16px}body{-webkit-font-smoothing:antialiased;background-color:#f7fafc;background-color:var(--gray-50);color:#1a202c;color:var(--gray-800);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;min-height:100vh}.icon{display:inline-block;flex-shrink:0;vertical-align:-.14em}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.25;margin-bottom:.5rem}h1{font-size:1.875rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.125rem}p{margin-bottom:1rem}a{color:#1a365d;color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.container{margin:0 auto;max-width:1200px;padding:0 1rem}.page{padding:1.5rem 1rem 5rem}.page-header{margin-bottom:1.5rem}.page-title{color:#1a202c;color:var(--gray-800);font-size:1.5rem}.card{background:#fff;background:var(--white);border-radius:8px;border-radius:var(--radius);box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;box-shadow:var(--shadow);overflow:hidden}.card-header{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--gray-200);font-weight:600;padding:1rem}.card-body{padding:1rem}.card-footer{background:#f7fafc;background:var(--gray-50);border-top:1px solid #e2e8f0;border-top:1px solid var(--gray-200);padding:1rem}.btn{align-items:center;border:none;border-radius:8px;border-radius:var(--radius);cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;justify-content:center;min-height:44px;padding:.625rem 1rem;transition:all .2s}.btn:disabled{cursor:not-allowed;opacity:.6}.btn-primary{background:#1a365d;background:var(--primary);color:#fff;color:var(--white)}.btn-primary:hover:not(:disabled){background:#2c5282;background:var(--primary-light)}.btn-secondary{background:#e2e8f0;background:var(--gray-200);color:#2d3748;color:var(--gray-700)}.btn-secondary:hover:not(:disabled){background:#cbd5e0;background:var(--gray-300)}.btn-danger{background:#e53e3e;background:var(--danger)}.btn-danger,.btn-success{color:#fff;color:var(--white)}.btn-success{background:#38a169;background:var(--success)}.btn-outline{background:#0000;border:1px solid #cbd5e0;border:1px solid var(--gray-300);color:#2d3748;color:var(--gray-700)}.btn-outline:hover:not(:disabled){background:#edf2f7;background:var(--gray-100)}.btn-sm{font-size:.75rem;min-height:32px;padding:.375rem .75rem}.btn-lg{font-size:1rem;padding:.875rem 1.5rem}.btn-block{width:100%}.form-group{margin-bottom:1rem}.form-label{color:#2d3748;color:var(--gray-700);display:block;font-size:.875rem;font-weight:500;margin-bottom:.375rem}.form-input,.form-select,.form-textarea{background:#fff;background:var(--white);border:1px solid #cbd5e0;border:1px solid var(--gray-300);border-radius:8px;border-radius:var(--radius);font-size:1rem;min-height:44px;padding:.625rem .75rem;transition:border-color .2s,box-shadow .2s;width:100%}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#1a365d;border-color:var(--primary);box-shadow:0 0 0 3px #1a365d1a;outline:none}.form-input::placeholder{color:#a0aec0;color:var(--gray-400)}.form-error{color:#e53e3e;color:var(--danger);font-size:.75rem;margin-top:.25rem}.badge{align-items:center;border-radius:9999px;display:inline-flex;font-size:.75rem;font-weight:500;padding:.25rem .5rem}.badge-success{background:#c6f6d5;color:#276749}.badge-warning{background:#fefcbf;color:#975a16}.badge-danger{background:#fed7d7;color:#c53030}.badge-info{background:#bee3f8;color:#2b6cb0}.badge-gray{background:#e2e8f0;background:var(--gray-200);color:#4a5568;color:var(--gray-600)}.alert{border-radius:8px;border-radius:var(--radius);margin-bottom:1rem;padding:1rem}.alert-success{background:#c6f6d5;border:1px solid #9ae6b4;color:#276749}.alert-error{background:#fed7d7;border:1px solid #feb2b2;color:#c53030}.alert-warning{background:#fefcbf;border:1px solid #faf089;color:#975a16}.alert-info{background:#bee3f8;border:1px solid #90cdf4;color:#2b6cb0}.loading-screen{align-items:center;background:#f7fafc;background:var(--gray-50);display:flex;flex-direction:column;justify-content:center;min-height:100vh}.spinner{animation:spin 1s linear infinite;border:3px solid #e2e8f0;border-top-color:#1a365d;border:3px solid var(--gray-200);border-radius:50%;border-top-color:var(--primary);height:40px;width:40px}@keyframes spin{to{transform:rotate(1turn)}}.empty-state{color:#718096;color:var(--gray-500);padding:3rem 1rem;text-align:center}.empty-state-icon{font-size:3rem;margin-bottom:1rem}.empty-state-title{color:#2d3748;color:var(--gray-700);font-size:1.125rem;margin-bottom:.5rem}.list-item{align-items:center;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--gray-200);display:flex;padding:1rem;transition:background .2s}.list-item:last-child{border-bottom:none}.list-item:hover{background:#f7fafc;background:var(--gray-50)}.list-item-content{flex:1 1;min-width:0}.list-item-title{color:#1a202c;color:var(--gray-800);font-weight:500}.list-item-subtitle{color:#718096;color:var(--gray-500);font-size:.875rem;margin-top:.25rem}.text-center{text-align:center}.text-right{text-align:right}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.text-muted{color:#718096;color:var(--gray-500)}.text-success{color:#38a169;color:var(--success)}.text-danger{color:#e53e3e;color:var(--danger)}.text-warning{color:#d69e2e;color:var(--warning)}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:1rem}.mt-4{margin-top:1.5rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:1rem}.hidden{display:none}@media (max-width:768px){.page{padding-bottom:6rem}}@media (min-width:769px){.page{margin:0 auto;max-width:1200px;padding:2rem}}
/*# sourceMappingURL=main.bd3ef84f.css.map*/