:root{--bg:#f4f6f9;--surface:#fff;--surface-alt:#f8fafc;--border:#e4e8ef;--text:#1a2233;--text-muted:#6b7686;--text-faint:#99a3b2;--primary:#2454ff;--primary-dark:#1a3fd6;--primary-soft:#e8edff;--sidebar-bg:#12172b;--sidebar-text:#aeb6cc;--sidebar-text-active:#fff;--sidebar-hover:#1c2340;--green:#17a673;--green-soft:#e2f7ee;--blue:#2454ff;--blue-soft:#e8edff;--orange:#e28f10;--orange-soft:#fdf1dc;--red:#e5484d;--red-soft:#fce6e6;--gray:#6b7686;--gray-soft:#eef0f4;--amber:#eab308;--violet:#a78bfa;--radius-lg:16px;--radius-md:12px;--radius-sm:8px;--shadow:0 1px 2px #1018280a, 0 1px 3px #1018280f}*{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}@keyframes fadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalPopIn{0%{opacity:0;transform:scale(.96)translateY(4px)}to{opacity:1;transform:none}}@keyframes itemFadeOut{to{opacity:0;transform:scale(.95)}}.item-removing{pointer-events:none;animation:.2s forwards itemFadeOut}.page-transition{animation:.22s fadeInUp}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}h1,h2,h3,p{margin:0}button{font-family:inherit}.app-shell{min-height:100vh;display:flex}.sidebar{background:var(--sidebar-bg);width:250px;color:var(--sidebar-text);flex-direction:column;flex-shrink:0;height:100vh;padding:20px 14px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:10px;padding:8px 8px 24px;display:flex}.brand-mark{flex-shrink:0;justify-content:center;align-items:center;display:flex}.brand-mark img{border-radius:var(--radius-sm);display:block}.brand-text{flex-direction:column;line-height:1.2;display:flex}.brand-name{color:#fff;font-size:15px;font-weight:700}.brand-sub{color:var(--sidebar-text);font-size:11.5px}.nav{flex-direction:column;flex:1;gap:2px;display:flex}.nav-link{border-radius:var(--radius-sm);color:var(--sidebar-text);align-items:center;gap:10px;padding:10px 12px;font-size:14px;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:flex}.nav-link:hover{background:var(--sidebar-hover);color:var(--sidebar-text-active)}.nav-link.active{background:var(--primary);color:#fff}.nav-link-chrono svg{color:var(--amber)}.nav-link-messaging svg{color:var(--violet)}.nav-link-chrono.active svg,.nav-link-messaging.active svg{color:#fff}.sidebar-footer{border-top:1px solid #ffffff14;padding-top:14px}.user-chip{align-items:center;gap:10px;padding:6px 8px;display:flex}.user-avatar{background:var(--primary-soft);width:34px;height:34px;color:var(--primary-dark);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:flex}.user-info{flex-direction:column;flex:1;min-width:0;line-height:1.25;display:flex}.user-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.user-role{color:var(--sidebar-text);white-space:nowrap;text-overflow:ellipsis;font-size:11.5px;overflow:hidden}.main-area{flex-direction:column;flex:1;min-width:0;display:flex}.topbar{border-bottom:1px solid var(--border);background:var(--surface);z-index:5;justify-content:space-between;align-items:center;gap:12px;padding:22px 32px;display:flex;position:sticky;top:0}.topbar-title{font-size:20px;font-weight:700}.topbar-date{color:var(--text-muted);text-transform:capitalize;margin-top:3px;font-size:13px}.content{flex:1;padding:28px 32px 48px}.dashboard-header{margin-bottom:18px}.dashboard-company{color:var(--primary);font-size:14px;font-weight:600}.dashboard-company-meta{color:var(--text-faint);margin-top:2px;font-size:12.5px}.page{flex-direction:column;gap:22px;max-width:1200px;display:flex}.stat-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;display:grid}.widget-grid{display:grid;position:relative}.widget-slot{z-index:1;grid-area:1/1/auto/-1;width:calc(50% - 8px);transition:width .3s;position:relative}.widget-slot-left{justify-self:start}.widget-slot-right{justify-self:end}.widget-slot-expanded{z-index:2;width:100%}@media (width<=780px){.widget-slot,.widget-slot-expanded{grid-column:1;justify-self:stretch;width:100%}.widget-slot-left{grid-row:1}.widget-slot-right{grid-row:2;margin-top:16px}}.widget-collapse{grid-template-rows:0fr;transition:grid-template-rows .3s;display:grid}.widget-collapse-inner{min-height:0;overflow:hidden}.card-header-button{text-align:left;cursor:pointer;background:0 0;border:none;width:100%;font-family:inherit;transition:background .15s}.card-header-button:hover{background:var(--surface-alt)}.card-header-button svg{color:var(--text-faint);flex-shrink:0;transition:transform .15s}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);align-items:flex-start;gap:14px;padding:18px;animation:.25s fadeInUp;display:flex}.stat-icon{border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.stat-icon-blue{background:var(--blue-soft);color:var(--blue)}.stat-icon-green{background:var(--green-soft);color:var(--green)}.stat-icon-orange{background:var(--orange-soft);color:var(--orange)}.stat-icon-red{background:var(--red-soft);color:var(--red)}.stat-body{flex-direction:column;gap:2px;min-width:0;display:flex}.stat-label{color:var(--text-muted);font-size:12.5px;font-weight:500}.stat-value{font-size:24px;font-weight:700}.stat-hint{color:var(--text-faint);font-size:12px}.grid-2{grid-template-columns:1.3fr 1fr;align-items:start;gap:18px;display:grid}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);overflow:hidden}.card-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.card-header h2{font-size:15px;font-weight:700}.chart-tooltip{background:var(--sidebar-bg);color:#fff;white-space:nowrap;pointer-events:none;z-index:5;border-radius:6px;flex-direction:column;align-items:center;gap:2px;padding:6px 10px;display:flex;position:absolute;top:0;transform:translate(-50%,calc(-100% - 6px));box-shadow:0 6px 16px #10182840}.chart-tooltip strong{font-size:13px}.chart-tooltip span{color:#aeb6cc;font-size:10.5px;font-weight:500}.tutorial-grid{grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:18px;display:grid}.tutorial-title{align-items:center;gap:10px;display:flex}.tutorial-icon{color:var(--primary);display:inline-flex}.tutorial-paragraph{color:var(--text-muted);margin:14px 0;padding:0 20px;font-size:13.5px;line-height:1.55}.tutorial-paragraph:last-child{padding-bottom:20px}.link{color:var(--primary);font-size:13px;font-weight:600;text-decoration:none}button.link{cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit}.link:hover{text-decoration:underline}.list{flex-direction:column;display:flex}.list-row{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:14px 20px;transition:background .15s;animation:.2s fadeInUp;display:flex}.list-row:hover{background:var(--surface-alt)}.list-row:last-child{border-bottom:none}.list-row-button{text-align:left;cursor:pointer;width:100%;color:var(--text-faint);background:0 0;border:none;justify-content:space-between;font-family:inherit}.list-row-button:hover{color:var(--primary)}.list-row-icon{background:var(--blue-soft);width:36px;height:36px;color:var(--blue);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.list-row-icon.alert{background:var(--orange-soft);color:var(--orange)}.list-row-main{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.list-row-title{font-size:13.5px;font-weight:600}.list-row-sub{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:12.5px;overflow:hidden}.list-row-end{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:6px;display:flex}.list-row-time{color:var(--text-muted);align-items:center;gap:4px;font-size:12px;display:flex}.empty{color:var(--text-faint);text-align:center;padding:24px 20px;font-size:13.5px}.badge{white-space:nowrap;border-radius:999px;align-items:center;padding:4px 10px;font-size:11.5px;font-weight:600;display:inline-flex}.badge-green{background:var(--green-soft);color:var(--green)}.badge-blue{background:var(--blue-soft);color:var(--blue)}.badge-orange{background:var(--orange-soft);color:var(--orange)}.badge-red{background:var(--red-soft);color:var(--red)}.badge-gray{background:var(--gray-soft);color:var(--gray)}.badge-solid{background:var(--primary);color:#fff}.badge-navy{background:var(--sidebar-bg);color:#fff;gap:4px}.tacho-bar{background:var(--gray-soft);border-radius:999px;width:100%;height:10px;display:flex;overflow:visible}.tacho-seg{transform-origin:50%;height:100%;transition:transform .15s;position:relative}.tacho-seg:first-child{border-radius:999px 0 0 999px}.tacho-seg:last-child{border-radius:0 999px 999px 0}.tacho-seg:only-child{border-radius:999px}.tacho-seg-conduite{background:var(--blue)}.tacho-seg-travail{background:var(--orange)}.tacho-seg-disponibilite{background:var(--gray)}.tacho-seg-repos{background:var(--green)}.tacho-seg:hover{z-index:2;transform:scaleY(1.8)}.tacho-seg:hover:after{content:attr(data-tooltip);background:var(--sidebar-bg);color:#fff;white-space:nowrap;pointer-events:none;z-index:20;border-radius:6px;padding:5px 9px;font-size:11px;font-weight:700;position:absolute;bottom:100%;left:50%;transform:translate(-50%)translateY(-8px);box-shadow:0 6px 16px #10182840}.tacho-legend{flex-wrap:wrap;gap:16px;margin-top:4px;display:flex}.tacho-legend-item{color:var(--text-muted);align-items:center;gap:6px;font-size:12.5px;display:flex}.tacho-legend-dot{border-radius:50%;flex-shrink:0;width:9px;height:9px}.tacho-stats{flex-wrap:wrap;gap:8px;display:flex}.toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.toolbar-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.search-box{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);min-width:300px;color:var(--text-faint);box-shadow:var(--shadow);align-items:center;gap:8px;padding:10px 14px;display:flex}.search-box input{color:var(--text);background:0 0;border:none;outline:none;flex:1;font-size:13.5px}.filter-chips{flex-wrap:wrap;gap:8px;display:flex}.chip{border:1px solid var(--border);background:var(--surface);color:var(--text-muted);cursor:pointer;border-radius:999px;padding:8px 14px;font-size:13px;font-weight:600;transition:all .15s}.chip:hover{border-color:var(--primary);color:var(--primary)}.chip-active,.chip-active:hover{background:var(--primary);border-color:var(--primary);color:#fff}.card-grid{grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:16px;display:grid}.entity-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);flex-direction:column;gap:10px;padding:18px;transition:transform .15s,box-shadow .15s;animation:.25s fadeInUp;display:flex}.entity-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #10182814}.entity-card-top{justify-content:space-between;align-items:center;display:flex}.entity-card-actions{align-items:center;gap:8px;display:flex}.entity-avatar{border-radius:var(--radius-sm);background:var(--blue-soft);width:44px;height:44px;color:var(--blue);justify-content:center;align-items:center;display:flex}.entity-avatar-person{background:var(--primary-soft);color:var(--primary-dark);border-radius:50%;font-size:14px;font-weight:700}.entity-title{font-size:15.5px;font-weight:700}.entity-plate{color:var(--text-muted);align-items:center;gap:6px;font-size:12.5px;display:flex}.entity-meta{border-top:1px solid var(--border);border-bottom:1px solid var(--border);flex-direction:column;gap:8px;padding:10px 0;display:flex}.company-code{background:var(--surface-alt);border:1px dashed var(--border);border-radius:var(--radius-sm);cursor:pointer;text-align:left;justify-content:space-between;align-items:center;width:100%;margin:8px 0 4px;padding:8px 12px;display:flex}.company-code-label{color:var(--text-muted);font-size:11.5px}.company-code-value{letter-spacing:1px;color:var(--primary);font-family:monospace;font-size:14px;font-weight:700}.entity-meta-row{color:var(--text-muted);align-items:center;gap:8px;font-size:12.5px;display:flex}.fuel-bar{background:var(--gray-soft);border-radius:999px;flex:1;height:6px;overflow:hidden}.fuel-fill{background:var(--green);border-radius:999px;height:100%}.fuel-fill.fuel-low{background:var(--red)}.fuel-input{border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);background:var(--surface);outline:none;padding:8px 10px;font-family:inherit;font-size:13px;font-weight:600}.fuel-input:focus{border-color:var(--primary)}.entity-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.text-warning{color:var(--orange);font-size:12px;font-weight:600}.text-muted{color:var(--text-faint);font-size:12px}.assigned-chip{background:var(--surface-alt);border:1px solid var(--border);color:var(--text);border-radius:999px;align-items:center;gap:5px;padding:5px 10px;font-size:11.5px;font-weight:600;display:inline-flex}.assigned-empty{color:var(--text-faint)}.license-tags{flex-wrap:wrap;gap:6px;display:flex}.license-tag{background:var(--surface-alt);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-muted);padding:4px 9px;font-size:11px;font-weight:600}.mission-list{flex-direction:column;gap:12px;display:flex}.mission-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);grid-template-columns:1.1fr 1.6fr auto;align-items:center;gap:20px;padding:16px 20px;transition:transform .15s,box-shadow .15s;animation:.25s fadeInUp;display:grid}.mission-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #10182814}.mission-route{color:var(--primary);align-items:center;gap:10px;display:flex}.mission-route-text{flex-direction:column;gap:2px;display:flex}.mission-cities{color:var(--text);font-size:14.5px;font-weight:700}.mission-distance{color:var(--text-faint);font-size:12px}.mission-info{grid-template-columns:repeat(2,1fr);gap:8px 20px;display:grid}.mission-info-item{color:var(--text-muted);align-items:center;gap:8px;min-width:0;font-size:12.5px;display:flex}.mission-info-item span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.mission-end{flex-direction:column;align-items:flex-end;gap:10px;display:flex}.btn-secondary{border:1px solid var(--primary);background:var(--primary-soft);color:var(--primary-dark);border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;justify-content:center;align-items:center;gap:6px;padding:7px 14px;font-size:12.5px;font-weight:700;text-decoration:none;transition:all .15s;display:inline-flex}.btn-secondary:hover{background:var(--primary);color:#fff}.form{flex-direction:column;gap:14px;padding:20px;display:flex}.form-field{color:var(--text-muted);flex-direction:column;gap:6px;font-size:12.5px;font-weight:600;display:flex}.form-field select,.form-field input,.form-field textarea,.field-input{border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);background:var(--surface);outline:none;padding:9px 12px;font-family:inherit;font-size:13.5px;font-weight:500;transition:border-color .15s,box-shadow .15s}.form-field select:focus,.form-field input:focus,.form-field textarea:focus,.field-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.form-field textarea{resize:vertical;min-height:110px}.input-with-action{gap:6px;display:flex}.input-with-action input{flex:1;min-width:0}.input-with-action .btn-secondary{white-space:nowrap;padding-left:10px;padding-right:10px}.support-reply{background:var(--blue-soft);color:var(--primary-dark);border-radius:var(--radius-sm);margin-top:6px;padding:8px 10px;font-size:12.5px;font-weight:600;display:block}.form-field select:focus,.form-field input:focus,.form-field textarea:focus{border-color:var(--primary)}.form-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.form-error{color:var(--red);margin:0;font-size:12.5px;font-weight:600}.form-warning{color:var(--orange);border-radius:var(--radius-sm);background:#f59e0b1a;border:1px solid #f59e0b4d;margin:0;padding:8px 12px;font-size:12.5px;font-weight:600}.btn-primary{background:var(--primary);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;justify-content:center;align-items:center;gap:6px;padding:11px 16px;font-size:13.5px;font-weight:700;transition:background .15s,transform .1s;display:inline-flex}.btn-primary:hover{background:var(--primary-dark)}.btn-danger{background:var(--red);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;justify-content:center;align-items:center;gap:6px;padding:11px 16px;font-size:13.5px;font-weight:700;transition:background .15s,transform .1s;display:inline-flex}.btn-danger:hover{background:#c93a3e}.btn-primary:active,.btn-secondary:active,.btn-danger:active,.icon-btn:active,.chip:active{transform:scale(.96)}.icon-btn{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);width:30px;height:30px;color:var(--text-faint);cursor:pointer;justify-content:center;align-items:center;transition:all .15s;display:inline-flex}.icon-btn:hover{border-color:var(--red);color:var(--red);background:var(--red-soft)}.icon-btn-toggle:hover,.icon-btn-active{border-color:var(--primary);color:var(--primary);background:var(--primary-soft)}.modal-overlay{z-index:50;background:#0f142380;justify-content:center;align-items:center;padding:20px;animation:.15s overlayFadeIn;display:flex;position:fixed;inset:0}.modal{background:var(--surface);border-radius:var(--radius-lg);width:100%;max-width:560px;max-height:88vh;animation:.2s cubic-bezier(.16,1,.3,1) modalPopIn;overflow-y:auto;box-shadow:0 20px 60px #10182840}.modal-wide{max-width:920px}.modal-xwide{max-width:1120px}.modal-fullscreen{width:calc(100vw - 48px);max-width:none;height:calc(100vh - 48px);max-height:none}@media (width<=640px){.modal-fullscreen{border-radius:0;width:100vw;height:100vh}}@keyframes spin{to{transform:rotate(360deg)}}.loading-state{color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:80px 20px;font-size:14px;font-weight:600;display:flex}.loading-spinner{border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:34px;height:34px;animation:.7s linear infinite spin}.planning-toolbar{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;padding-bottom:16px;display:flex}.planning-select{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);height:36px;color:var(--text);cursor:pointer;padding:0 14px;font-size:12.5px;font-weight:700;transition:all .15s}.planning-select:hover{border-color:var(--primary);color:var(--primary)}.planning-toolbar .btn-secondary{height:36px}.planning-days{flex-direction:column;gap:12px;max-height:60vh;margin-right:-8px;padding-right:8px;display:flex;overflow-y:auto}.planning-days::-webkit-scrollbar{width:8px}.planning-days::-webkit-scrollbar-track{background:0 0}.planning-days::-webkit-scrollbar-thumb{background:var(--border);border-radius:999px}.planning-days::-webkit-scrollbar-thumb:hover{background:var(--text-faint)}.planning-day{border:1px solid var(--border);border-radius:var(--radius-md);flex-shrink:0;overflow:hidden}.planning-day-header{background:var(--surface-alt);border-bottom:1px solid var(--border);border-left:3px solid #0000;justify-content:space-between;align-items:center;padding:10px 16px;font-size:13px;font-weight:700;display:flex}.planning-day-today{background:var(--primary-soft);border-left-color:var(--primary);color:var(--primary-dark)}.planning-day-empty{padding:10px 14px;font-size:12px}.planning-mission-row{border-bottom:1px solid var(--border);align-items:center;gap:14px;padding:10px 14px;font-size:12.5px;transition:background .15s;display:flex}.planning-mission-row:last-child{border-bottom:none}.planning-mission-row:hover{background:var(--surface-alt)}.planning-mission-time{flex-shrink:0;width:40px;font-weight:700}.planning-mission-route,.planning-mission-client,.planning-mission-driver{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.planning-mission-route{flex:1.4;font-weight:600}.planning-mission-status{flex-shrink:0;justify-content:flex-end;width:76px;display:flex}.map-popup{max-width:240px;font-size:12.5px}.map-popup-list{flex-direction:column;gap:8px;max-height:260px;margin-top:6px;display:flex;overflow-y:auto}.map-popup-entry{border-top:1px solid var(--border);color:var(--text-muted);flex-direction:column;gap:2px;padding-top:6px;display:flex}.map-popup-entry:first-child{border-top:none;padding-top:0}.map-popup-entry-head{color:var(--text);justify-content:space-between;align-items:center;gap:6px;font-weight:600;display:flex}.modal-header{border-bottom:1px solid var(--border);background:var(--surface);z-index:25;justify-content:space-between;align-items:center;padding:18px 22px;display:flex;position:sticky;top:0}.modal-header h2{font-size:16px;font-weight:700}.modal-close{color:var(--text-faint);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;padding:4px 8px;font-size:22px;line-height:1}.modal-close:hover{background:var(--gray-soft);color:var(--text)}.modal-body{padding:22px}.modal-body .form{padding:0}.checkbox-row{flex-wrap:wrap;gap:14px;display:flex}.checkbox-label{color:var(--text);cursor:pointer;align-items:center;gap:6px;font-size:13px;font-weight:600;display:flex}.checkbox-label input{width:15px;height:15px;accent-color:var(--primary)}.checkbox-label:has(input:disabled){color:var(--text-faint);cursor:not-allowed}.auth-loading{min-height:100vh;color:var(--text-muted);justify-content:center;align-items:center;font-size:14px;display:flex}.login-page{background:var(--sidebar-bg);flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:100vh;padding:20px;display:flex}.app-copyright{color:var(--text-faint);text-align:center;font-size:12px}.app-copyright a{color:inherit;text-decoration:underline}.app-copyright-dark{color:#fff6}.login-card{background:var(--surface);border-radius:var(--radius-lg);width:100%;max-width:400px;padding:36px 32px;animation:.4s cubic-bezier(.16,1,.3,1) fadeInUp;box-shadow:0 24px 70px #00000059}.login-brand{justify-content:center;padding:0 0 20px}.login-brand-name{color:var(--text)}.login-brand-sub{color:var(--text-muted)}.maintenance-icon{background:var(--orange-soft);width:52px;height:52px;color:var(--orange);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 18px;display:flex}.maintenance-icon svg{animation:1.4s linear infinite maintenanceSpin}@keyframes maintenanceSpin{to{transform:rotate(360deg)}}.login-title{text-align:center;font-size:20px;font-weight:700}.login-subtitle{color:var(--text-muted);text-align:center;margin-top:4px;margin-bottom:22px;font-size:13px}.login-divider{color:var(--text-faint);align-items:center;gap:10px;margin:18px 0;font-size:12px;display:flex}.login-divider:before,.login-divider:after{content:"";background:var(--border);flex:1;height:1px}.login-demo-btn{justify-content:center;width:100%}.login-footnote{color:var(--text-faint);text-align:center;margin-top:18px;font-size:12px;line-height:1.5}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.logout-btn{color:var(--sidebar-text);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:6px;display:flex}.logout-btn:hover{background:var(--sidebar-hover);color:#fff}@media (width<=1100px){.grid-2{grid-template-columns:1fr}.mission-card{grid-template-columns:1fr;align-items:stretch}.mission-end{flex-direction:row;justify-content:space-between;align-items:center}}.mobile-menu-btn,.sidebar-close,.sidebar-backdrop{display:none}@media (width<=720px){.sidebar{z-index:60;height:100vh;transition:transform .25s;position:fixed;inset:0 auto 0 0;transform:translate(-100%)}.sidebar.sidebar-open{transform:translate(0)}.sidebar-backdrop{z-index:55;background:#0a0e1a80;display:block;position:fixed;inset:0}.sidebar-close{color:var(--sidebar-text);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;margin-left:auto;padding:4px;display:inline-flex}.sidebar-close:hover{color:#fff}.mobile-menu-btn{color:var(--text);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;margin-right:6px;padding:6px;display:inline-flex}.topbar{align-items:center;display:flex}.stat-grid{grid-template-columns:1fr}.content{padding:20px}.mission-info,.form-row{grid-template-columns:1fr}}.settings-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:32px;display:grid}.settings-col{flex-direction:column;gap:32px;min-width:0;display:flex}@media (width<=980px){.settings-grid{grid-template-columns:1fr}}.settings-section-title{text-transform:uppercase;letter-spacing:.06em;color:var(--text-faint);margin:0 0 12px;font-size:13px;font-weight:700}.settings-section-body{background:var(--border);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);flex-direction:column;gap:1px;display:flex;overflow:hidden}.settings-card{background:var(--surface);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding:20px 22px;display:flex}.settings-card-danger{background:#fffaf9}.settings-card-text{flex-direction:column;flex:1;gap:4px;min-width:220px;display:flex}.settings-card-title{color:var(--text);font-size:14.5px;font-weight:600}.settings-card-desc{color:var(--text-muted);margin:0;font-size:13px;line-height:1.5}.settings-card-action{flex-shrink:0;align-items:center;gap:10px;display:flex}.settings-card-full{flex-direction:column;align-items:stretch}.settings-card-full .settings-card-text{flex:none}.settings-field-grid{grid-template-columns:repeat(2,1fr);gap:14px 24px;margin-top:4px;display:grid}.settings-field{flex-direction:column;gap:3px;display:flex}.settings-field-label{text-transform:uppercase;letter-spacing:.04em;color:var(--text-faint);font-size:11.5px;font-weight:600}.settings-field-value{color:var(--text);font-size:14px}@media (width<=640px){.settings-field-grid{grid-template-columns:1fr}.settings-card{flex-direction:column;align-items:stretch}}@keyframes welcomeIconPop{0%{opacity:0;transform:scale(.5)rotate(-8deg)}60%{opacity:1;transform:scale(1.08)rotate(2deg)}to{transform:scale(1)rotate(0)}}@keyframes welcomeStepIn{0%{opacity:0;transform:translate(14px)}to{opacity:1;transform:none}}.welcome-overlay{z-index:80;background:#0a0e1c99;justify-content:center;align-items:center;padding:20px;animation:.2s overlayFadeIn;display:flex;position:fixed;inset:0}.welcome-modal{background:var(--surface);border-radius:var(--radius-lg);width:100%;max-width:480px;padding:28px 28px 22px;animation:.25s cubic-bezier(.16,1,.3,1) modalPopIn;box-shadow:0 24px 70px #10182859}.welcome-header{text-align:center;margin-bottom:18px}.welcome-badge{background:var(--primary-soft);color:var(--primary-dark);text-transform:uppercase;letter-spacing:.04em;border-radius:999px;margin-bottom:10px;padding:4px 12px;font-size:11.5px;font-weight:700;display:inline-block}.welcome-header h2{margin:0 0 6px;font-size:19px}.welcome-header p{color:var(--text-muted);margin:0;font-size:13px;line-height:1.5}.welcome-step{text-align:center;background:var(--surface-alt);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;justify-content:center;align-items:center;min-height:148px;padding:26px 22px;animation:.25s cubic-bezier(.16,1,.3,1) welcomeStepIn;display:flex}.welcome-step-icon{background:var(--primary-soft);width:52px;height:52px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;margin-bottom:12px;animation:.4s cubic-bezier(.34,1.56,.64,1) welcomeIconPop;display:flex}.welcome-step h3{margin:0 0 6px;font-size:15.5px}.welcome-step p{color:var(--text-muted);max-width:360px;margin:0;font-size:13px;line-height:1.5}.welcome-dots{justify-content:center;gap:6px;margin:16px 0;display:flex}.welcome-dot{background:var(--border);border-radius:50%;width:6px;height:6px;transition:all .2s}.welcome-dot.active{background:var(--primary);border-radius:999px;width:18px}.welcome-actions{justify-content:space-between;align-items:center;gap:10px;display:flex}.welcome-actions-right{gap:8px;display:flex}.welcome-actions-end{justify-content:flex-end}.welcome-full-guide-link{color:var(--text-muted);cursor:pointer;background:0 0;border:none;margin:12px auto 0;padding:4px;font-size:12.5px;font-weight:600;text-decoration:underline;display:block}.welcome-full-guide-link:hover{color:var(--primary)}@media (width<=480px){.welcome-modal{padding:22px 18px 18px}.welcome-actions{flex-direction:column-reverse;align-items:stretch}.welcome-actions-right{justify-content:stretch}.welcome-actions-right button{flex:1}}.messaging-layout{height:calc(100vh - 210px);min-height:420px;display:flex;overflow:hidden}.messaging-sidebar{border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;width:280px;min-height:0;display:flex}.messaging-sidebar-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:18px 16px;display:flex}.messaging-sidebar-header h2{font-size:15px;font-weight:700}.messaging-conversation-list{flex-direction:column;flex:1;display:flex;overflow-y:auto}.messaging-conversation-item{border:none;border-bottom:1px solid var(--border);text-align:left;cursor:pointer;background:0 0;border-left:3px solid #0000;align-items:center;gap:10px;width:100%;padding:12px 16px;font-family:inherit;transition:background .15s;display:flex}.messaging-conversation-item:hover{background:var(--surface-alt)}.messaging-conversation-item-active{background:var(--primary-soft);border-left-color:var(--primary)}.messaging-conversation-icon{background:var(--blue-soft);width:34px;height:34px;color:var(--blue);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.messaging-conversation-text{flex-direction:column;gap:2px;min-width:0;display:flex}.messaging-conversation-title{white-space:nowrap;text-overflow:ellipsis;font-size:13.5px;font-weight:600;overflow:hidden}.messaging-conversation-preview{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.messaging-thread{flex-direction:column;flex:1;min-width:0;display:flex}.messaging-thread-header{border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:14px 20px;display:flex}.messaging-messages{flex-direction:column;flex:1;gap:4px;padding:16px 20px;display:flex;overflow-y:auto}.messaging-day-separator{text-align:center;color:var(--text-faint);text-transform:capitalize;margin:14px 0 10px;font-size:11.5px;font-weight:600}.message-row{justify-content:flex-start;align-items:center;gap:4px;display:flex}.message-row-mine{justify-content:flex-end}.message-delete-btn{width:24px;height:24px;color:var(--text-faint);cursor:pointer;opacity:0;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;transition:opacity .12s,background .12s,color .12s;display:flex}.message-row:hover .message-delete-btn{opacity:1}.message-delete-btn:hover{background:var(--surface-alt);color:var(--red)}.message-bubble{background:var(--surface-alt);border-radius:14px;flex-direction:column;gap:2px;max-width:70%;margin-bottom:4px;padding:8px 12px;display:flex}.message-bubble-mine{background:var(--primary);color:#fff}.message-sender{color:var(--primary-dark);font-size:11px;font-weight:700}.message-body{white-space:pre-wrap;word-break:break-word;font-size:13.5px;line-height:1.45}.message-time{opacity:.7;align-self:flex-end;font-size:10px}.message-attachment{color:inherit;background:#0000000f;border-radius:10px;align-items:center;gap:8px;padding:8px 10px;text-decoration:none;transition:background .15s;display:flex}.message-attachment:hover{background:#0000001a}.message-bubble-mine .message-attachment{background:#ffffff29}.message-bubble-mine .message-attachment:hover{background:#ffffff3d}.message-attachment-info{flex-direction:column;flex:1;min-width:0;display:flex}.message-attachment-name{white-space:nowrap;text-overflow:ellipsis;font-size:12.5px;font-weight:600;overflow:hidden}.message-attachment-size{opacity:.75;font-size:10.5px}.messaging-pending-file{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-alt);align-items:center;gap:8px;width:fit-content;max-width:calc(100% - 40px);margin:0 20px 10px;padding:6px 10px;font-size:12.5px;display:flex}.messaging-pending-file-name{white-space:nowrap;text-overflow:ellipsis;max-width:240px;font-weight:600;overflow:hidden}.messaging-pending-file-size{color:var(--text-faint)}.messaging-composer{border-top:1px solid var(--border);align-items:flex-end;gap:10px;padding:14px 20px;display:flex}.messaging-composer .icon-btn{flex-shrink:0;margin-bottom:2px}.messaging-composer textarea{resize:none;border:1px solid var(--border);border-radius:var(--radius-sm);max-height:120px;color:var(--text);background:var(--surface);outline:none;flex:1;padding:9px 12px;font-family:inherit;font-size:13.5px;transition:border-color .15s,box-shadow .15s}.messaging-composer textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.messaging-composer .btn-primary{padding:10px 14px}@media (width<=780px){.messaging-layout{flex-direction:column;height:auto}.messaging-sidebar{border-right:none;border-bottom:1px solid var(--border);width:100%;max-height:240px}.messaging-messages{max-height:50vh}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.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{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.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{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.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:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{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-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height: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-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.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);width:36px;height: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{width:44px;height: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{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.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:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{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)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.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{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;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;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
