:root{font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,sans-serif;color:#111b2b;background-color:#f7f8fb;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%;overflow:hidden}body{margin:0;background-color:#f2f4f8}a{color:inherit}.btn{border:none;border-radius:10px;padding:.85rem 1.25rem;background:linear-gradient(135deg,#0059ff,#0090ff);color:#fff;font-weight:600;font-size:.95rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;width:100%}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.btn:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 8px 18px #005dff59}.form-control{display:flex;flex-direction:column;gap:.35rem}.form-control label{font-size:.9rem;font-weight:600;color:#1f2a3c}.text-input{border:1px solid #d5d9e5;border-radius:10px;padding:.85rem .9rem;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%;display:block}.text-input:focus{outline:none;border-color:#4f74ff;box-shadow:0 0 0 3px #4f74ff26}.password-field__wrapper{position:relative}.password-field__wrapper .text-input{padding-right:3rem}.password-field__toggle{position:absolute;top:50%;right:.65rem;transform:translateY(-50%);border:none;background:transparent;padding:.25rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#6b7280;cursor:pointer}.password-field__toggle:focus-visible{outline:2px solid rgba(0,149,255,.9);outline-offset:2px}.password-field__toggle svg{width:20px;height:20px}.text-input--error,.text-input--error:focus{border-color:#c62828;box-shadow:0 0 0 3px #c6282826}.form-control--error label{color:#b71c1c}.form-error--field{margin-top:.25rem}.form-error{color:#c62828;font-size:.85rem;margin-top:.25rem}.form-success{background:#00968814;border:1px solid rgba(0,150,136,.3);color:#00695c;padding:.75rem;border-radius:10px;font-size:.9rem}.form-actions{display:flex;justify-content:flex-end;font-size:.9rem}.form-actions a{color:#0059ff;font-weight:600}.form-hint{margin:0;font-size:.8rem;color:#7a869a}.fullscreen-state{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;text-align:center;padding:2rem;color:#0a1b33}.fullscreen-state--error h2{margin-bottom:.5rem;color:#b71c1c}.spinner{width:48px;height:48px;border-radius:50%;border:4px solid rgba(55,125,255,.2);border-top-color:#377dff;animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.form-stack{display:flex;flex-direction:column;gap:1rem}.tenant-shell{min-height:100vh;height:100%;background:radial-gradient(circle at top,#f7f9ff,#eef1f6 60%,#e8ebf0);display:flex;flex-direction:column;overflow:hidden}.tenant-header{position:sticky;top:0;z-index:1500;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.7rem clamp(1rem,4vw,2.5rem);background:#fff;border-bottom:1px solid #eceef4;box-shadow:0 6px 24px #0f1f440f}.tenant-brand{display:flex;align-items:center;gap:.85rem}.tenant-brand__link{display:inline-flex;align-items:center;gap:.85rem;text-decoration:none;color:inherit}.tenant-logo-img{height:38px;width:auto;display:block}.tenant-location{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .85rem;border-radius:999px;background:#f1f3f9;color:#0f1f44;font-size:.9rem;font-weight:600}.tenant-location svg{width:16px;height:16px;color:#d32f2f}.header-action-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.45rem .9rem;border-radius:999px;border:1px solid #dce2f3;background:#fff;color:#0f1f44;font-size:.88rem;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease}.header-action-btn:hover{background:#f1f3f9;border-color:#c3cce6}.header-action-btn svg{width:16px;height:16px;color:#0a3bb5}.header-action-btn--active{background:#0a3bb5;border-color:#0a3bb5;color:#fff}.header-action-btn--active svg{color:#fff}.header-action-btn--active:hover{background:#0834a0;border-color:#0834a0}.tenant-brand__title{margin:0;font-size:.85rem;font-weight:500;line-height:1.2;color:#6b7280}.tenant-brand__meta{margin:0;font-size:1.05rem;font-weight:700;color:#0f1f44}.header-panel-toggle{margin-left:.75rem;display:flex;align-items:center}.tenant-header__actions{display:flex;align-items:center;gap:.65rem}.icon-button{position:relative;width:44px;height:44px;border-radius:12px;border:none;background:#f1f3f9;color:#0f1f44;display:grid;place-items:center;cursor:pointer}.icon-button--active{background:#0f1f44;color:#fff}.icon-button svg{width:22px;height:22px}.icon-button__dot{position:absolute;top:9px;right:9px;width:8px;height:8px;border-radius:50%;background:#ff5f52}.user-menu,.notification-center{position:relative}.notification-panel{position:absolute;right:0;top:calc(100% + .55rem);width:min(320px,78vw);max-height:420px;background:#fff;border-radius:14px;padding:.6rem;box-shadow:0 22px 50px #0914352e;display:flex;flex-direction:column;gap:.6rem;z-index:2100}.notification-panel__header{display:flex;justify-content:space-between;align-items:center;gap:.35rem}.notification-panel__title{margin:0;font-weight:600;color:#0f1f44;font-size:.98rem}.notification-panel__refresh{border:none;border-radius:999px;background:#0f1f4414;color:#0f1f44;padding:.25rem .85rem;font-weight:600;cursor:pointer}.notification-panel__refresh:disabled{opacity:.5;cursor:not-allowed}.notification-panel__list{flex:1;min-height:0;max-height:420px;overflow-y:auto;padding-right:.08rem;display:flex;flex-direction:column;gap:.5rem}.notification-panel__status{text-align:center;font-size:.85rem;color:#6b7280;padding:.35rem 0}.notification-panel__status--error{color:#be123c}.alert-rich-card{border:1px solid #f2c7c7;border-radius:10px;padding:.6rem;background:#fff5f5;box-shadow:0 6px 16px #0f1f440d;display:grid;gap:.45rem}.alert-rich-card--warning{border-color:#f1d4a7;background:#fffaf2}.alert-rich-card--success{border-color:#15803d;background:#f5fff5}.alert-rich-card--alert{border-color:#c1121f;background:#fffaf2}.alert-rich-card--info{border-color:#c7d8f2;background:#f5f8ff}.alert-rich-card--offline{border-color:#cfd5db;background:#f6f7f9}.alert-rich-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.alert-rich-card__title{display:flex;align-items:flex-start;gap:.4rem}.alert-rich-card__name{margin:0;font-weight:700;font-size:.86rem;color:#0f1f44}.alert-rich-card__subtitle{margin:.05rem 0 0;color:#4b5563;font-size:.78rem}.alert-rich-card__actions{display:flex;gap:.5rem}.alert-link{background:none;border:none;font-weight:600;cursor:pointer;font-size:.82rem}.alert-link--danger{color:#c1121f}.alert-link--success{color:#15803d}.alert-rich-card__meta{display:grid;grid-template-columns:max-content 1fr;gap:.28rem .6rem;margin:0}.alert-rich-card__meta dt{font-weight:700;color:#374151;font-size:.78rem}.alert-rich-card__meta dd{margin:0;color:#111827;font-size:.78rem}.alert-rich-card__meta dt,.alert-rich-card__meta dd{line-height:1.25}.alert-list .alert-rich-card:not(:last-child){margin-bottom:.4rem}.user-toggle{width:44px;height:44px;border-radius:999px;border:none;background:linear-gradient(160deg,#0b1d3a,#123a6f);color:#fff;font-weight:600;cursor:pointer}.user-menu__popover{position:absolute;right:0;top:calc(100% + .5rem);width:220px;background:#fff;border-radius:16px;box-shadow:0 25px 60px #0914352e;padding:1rem;display:flex;flex-direction:column;gap:.5rem;z-index:2000}.user-menu__header{border-bottom:1px solid #f0f2f8;padding-bottom:.75rem}.user-menu__name{margin:0;font-weight:600}.user-menu__meta{margin:0;font-size:.85rem;color:#6b7280}.user-menu__link{border:none;background:transparent;text-align:left;padding:.4rem 0;font-weight:600;color:#0f1f44;text-decoration:none;cursor:pointer}.user-menu__link--danger{color:#c62828}.tenant-content{flex:1;padding:1rem clamp(.75rem,3vw,2rem) 0;display:flex;flex-direction:column;overflow:hidden}.page-shell{display:flex;flex-direction:column;gap:1rem;flex:1;min-height:0;overflow:hidden}.app-footer{padding:0 0 .2rem;text-align:center;color:#7b8399;font-size:.7rem;line-height:1}.app-footer__text{margin:0}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.page-eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.75rem;color:#6b7280;margin:0}.page-title{margin:.2rem 0;font-size:clamp(1.5rem,4vw,2.25rem);color:#0b1d3a}.page-subtitle{margin:0;color:#5f6c85}.ghost-link{text-decoration:none;font-weight:600;color:#0a3bb5;padding:.45rem 1rem;border:1px solid rgba(10,59,181,.2);border-radius:999px;align-self:flex-start}.panel-card{background:#fff;border-radius:18px;padding:.85rem 1rem;box-shadow:0 18px 40px #05205414}.panel-card--list,.panel-card--list .list-body{flex:1;display:flex;flex-direction:column;min-height:0}.record-list{flex:1;min-height:0;overflow-y:auto;scrollbar-width:thin}.record-list::-webkit-scrollbar{width:6px}.record-list::-webkit-scrollbar-track{background:transparent}.record-list::-webkit-scrollbar-thumb{background:#0f1f4440;border-radius:999px}.panel-card--stats{display:flex;flex-direction:column;gap:.75rem}.dashboard-panel{flex:1;display:flex;flex-direction:column;gap:.75rem;border-radius:20px;height:100%;min-height:0}.dashboard-panel__section{display:flex;flex-direction:column;gap:.75rem}.dashboard-panel__section--list,.dashboard-panel__section--list .list-body{flex:1;min-height:0}.dashboard-panel__section--list .record-list{height:100%;min-height:0;flex:1;overflow-y:auto}.dashboard-panel__divider{height:1px;background:#edf0f6}.panel-card--tabs .tab-group{margin:0}.panel-note{margin:1rem 0 0;font-size:.9rem;color:#7a859d}.panel-head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.panel-head--minimal{align-items:center;padding-bottom:.5rem;border-bottom:1px solid #eef0f5}.panel-eyebrow{margin:0;font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:#98a3b8}.panel-title{margin:.25rem 0 0;font-size:1.35rem;color:#0f1f44}.panel-subtitle{font-size:.9rem;color:#7a869a}.status-pill{padding:.4rem .9rem;border-radius:999px;background:#58668d1a;font-size:.85rem;color:#58668d}.status-pill--loading{background:#0f1f441f;color:#0f1f44}.select-label{display:block;margin-top:.5rem;font-size:.85rem;font-weight:600;color:#5f6c85}.select-control{margin-top:.35rem;width:100%;border-radius:12px;border:1px solid #dce2f3;padding:.65rem .9rem;font-size:.95rem;background:#f9fbff}.dashboard-layout{display:flex;gap:.65rem;transition:gap .35s ease;align-items:stretch;flex:1;min-height:0;height:100%}.dashboard-side{width:clamp(320px,34vw,360px);display:flex;flex-direction:column;flex-shrink:0;opacity:1;transition:width .35s ease,opacity .35s ease,margin .35s ease;height:100%;min-height:0;overflow:hidden}.dashboard-side__content{flex:1;display:flex;flex-direction:column;gap:.9rem;min-height:0;height:100%;transition:transform .35s ease,opacity .35s ease}.dashboard-side__content>.panel-card{height:100%;min-height:0;display:flex;flex-direction:column}.dashboard-layout.is-collapsed{gap:0}.dashboard-layout.is-collapsed .dashboard-side{width:0;opacity:0;margin:0;pointer-events:none}.dashboard-layout.is-collapsed .dashboard-side__content{transform:translate(-100%);opacity:0}.dashboard-layout.is-collapsed .map-card{flex-basis:100%;width:100%}.panel-toggle{width:34px;height:34px;border-radius:10px;border:none;background:#fff;box-shadow:0 14px 30px #0f1f4426;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#0f1f44;font-size:1rem;transition:transform .2s ease,box-shadow .2s ease}.panel-toggle:hover{transform:translateY(-1px);box-shadow:0 18px 28px #0f1f442e}@media (max-width: 960px){.dashboard-layout{flex-direction:column}.dashboard-side{width:100%;justify-content:center}}.status-grid{margin-top:1.25rem;display:grid;grid-template-columns:repeat(2,minmax(120px,1fr));gap:.85rem}.status-card{border-radius:18px;padding:.9rem;background:#f8f9fb}.status-card__value{margin:0;font-size:1.35rem;font-weight:700}.status-card__label{margin:.2rem 0 0;font-size:.85rem;color:#6b7280}.status-card--success{background:#22c55e1f;color:#15803d}.status-card--info{background:#3b82f61f;color:#1d4ed8}.status-card--warning{background:#fbbf242e;color:#92400e}.driver-list,.list-skeleton{display:flex;flex-direction:column;gap:.85rem}.skeleton-card{padding:.9rem 1rem;border-radius:16px;background:linear-gradient(120deg,#f2f4f8,#e6eaf3);display:flex;flex-direction:column;gap:.35rem;animation:pulse 1.6s ease-in-out infinite}.skeleton-line{display:block;height:10px;border-radius:999px;background:#94a3b880}.skeleton-line--short{width:55%}.driver-card{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.8rem .9rem;border-radius:14px;background:#fff;border:1px solid #eef0f6;transition:box-shadow .15s ease,border-color .15s ease}.driver-card:hover{border-color:#d8def0;box-shadow:0 4px 16px #0f1f4412}.driver-card__main{flex:1 1 auto;min-width:0}.driver-name{margin:0;font-weight:600;font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.driver-meta{margin:.15rem 0 0;color:#7b8399;font-size:.85rem}.vehicle-plate{font-size:.75rem;font-weight:600;color:#50586c;background:#e7eaf5;border-radius:8px;padding:.25rem .5rem;white-space:nowrap}.vehicle-card__status{display:flex;align-items:center;gap:.4rem}.vehicle-plate--missing{background:#fee2e2;color:#b91c1c}.status-dot{width:12px;height:12px;border-radius:50%}.status-dot--online{background:#9ca3af}.status-dot--offline{background:#3a3a3a}.status-dot--ontrip{background:#2563eb}.status-dot--enroute{background:#28a745}.status-dot--success{background:#16a34a}.status-dot--info{background:#2563eb}.status-dot--warning{background:#f59e0b}.status-dot--danger{background:#dc2626}.status-dot--muted{background:#a3acbf}.empty-state{text-align:center;padding:1.5rem 0;color:#6b7280;font-size:.9rem}.empty-state__meta{margin-top:.3rem;color:#9ca3af;font-size:.8rem}.alert-card{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;padding:.9rem 1rem;border-radius:16px;background:#fff7f7;border:1px solid #ffe1e1}.alert-title{margin:0;font-weight:600;color:#991b1b}.alert-detail{margin:.25rem 0 0;color:#6b7280;font-size:.9rem}.alert-meta{display:flex;align-items:center;gap:.35rem;font-size:.85rem;color:#6b7280}.alert-dot{width:10px;height:10px;border-radius:50%}.alert-dot--critical{background:#dc2626}.alert-dot--warning{background:#f59e0b}.alert-dot--offline{background:#6b7280}.map-card{background:#fff;border-radius:26px;padding:5px;box-shadow:0 24px 70px #0714371f;display:flex;flex-direction:column;gap:1rem;flex:1 1 auto;min-width:0;height:100%;min-height:0;position:relative}.map-toolbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.tab-group{display:inline-flex;background:#f1f4fb;border-radius:999px;padding:.25rem;gap:.25rem}.tab-group--stacked{width:100%;justify-content:space-between}.tab-group--full{width:100%;justify-content:space-between;gap:.5rem}.tab-button{border:none;background:transparent;border-radius:999px;padding:.35rem .85rem;font-weight:600;color:#60708f;display:flex;align-items:center;gap:.4rem;cursor:pointer}.tab-button--active{background:#fff;color:#0f1f44;box-shadow:0 8px 18px #0f1f4426}.tab-badge{min-width:22px;height:22px;border-radius:999px;background:#0f1f441a;display:inline-flex;align-items:center;justify-content:center;font-size:.75rem}.simple-tab-group{display:flex;justify-content:center;gap:.75rem}.simple-tab{border:none;background:transparent;font-weight:600;font-size:.95rem;color:#8a93a8;padding:.4rem .85rem;cursor:pointer;position:relative;transition:color .2s ease}.simple-tab:hover{color:#0f1f44}.simple-tab:after{content:"";position:absolute;left:50%;bottom:-.2rem;transform:translate(-50%) scaleX(0);transform-origin:center;width:120%;height:2px;border-radius:999px;background:#0f1f44;opacity:0;transition:transform .2s ease,opacity .2s ease}.simple-tab--active{color:#0f1f44}.simple-tab--active:after{transform:translate(-50%) scaleX(1);opacity:1}.toolbar-meta{display:flex;gap:.45rem;flex-wrap:wrap}.meta-pill{padding:.35rem .75rem;border-radius:999px;background:#22c55e1f;color:#15803d;font-weight:600;font-size:.85rem}.meta-pill--muted{background:#60708f1f;color:#4b5563}.map-surface{position:relative;border-radius:26px;flex:1;min-height:0;overflow:hidden;padding:2px}.fleet-map{height:100%;width:100%}.fleet-map .leaflet-pane,.fleet-map .leaflet-control-container{font-family:inherit}.map-marker{position:absolute;width:18px;height:28px;border-radius:9px 9px 2px 2px;background:#1d4ed8;box-shadow:0 4px 10px #1d4ed859;animation:float 3s ease-in-out infinite}.map-marker--alert{background:#d32f2f;box-shadow:0 4px 10px #d32f2f66}.map-marker--idle{background:#9ca3af}.map-hub{position:absolute;left:50%;top:55%;transform:translate(-50%,-50%);width:70px;height:70px;border-radius:18px;background:#0b1d3a;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;box-shadow:0 15px 35px #0a1d4666}.map-footer{margin-top:auto;display:flex;justify-content:center;padding:.25rem 0 .05rem}.map-attribution{margin:0;font-size:.78rem;color:#6b7280;text-align:center}.car-pin img{display:block;width:36px;height:20px;filter:drop-shadow(0 4px 8px rgba(0,0,0,.25))}.profile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;margin-top:1.5rem}.label{margin:0;font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;color:#95a1b7}.value{margin:.35rem 0 0;font-size:1.1rem;font-weight:600;color:#0f1f44}@keyframes pulse{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes float{0%,to{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-52%) scale(1.05)}}.stats-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.4rem}.stats-row--alerts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.4rem}.stats-block{display:flex;flex-direction:column;gap:.5rem}.stats-block__heading{margin:0;font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#98a3b8}.stats-chip{border-radius:14px;background:#f3f4f8;border:1px solid transparent;padding:.6rem .4rem;text-align:center;transition:transform .15s ease}.stats-chip__value{display:block;font-weight:700;font-size:1.15rem;color:#0f1f44;line-height:1.2}.stats-chip__label{display:block;font-size:.72rem;font-weight:600;color:#6b7280;margin-top:.1rem}.stats-chip--success{background:#22c55e1a;border-color:#22c55e2e}.stats-chip--success .stats-chip__value{color:#15803d}.stats-chip--info{background:#3b82f61a;border-color:#3b82f62e}.stats-chip--info .stats-chip__value{color:#1d4ed8}.stats-chip--warning{background:#ed6c021f;border-color:#ed6c0233}.stats-chip--warning .stats-chip__value{color:#b45309}.stats-chip--danger{background:#d32f2f1a;border-color:#d32f2f2e}.stats-chip--danger .stats-chip__value{color:#c1121f}.filter-control{display:flex;flex-direction:column;gap:.4rem}.list-body{flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column}.list-body>.driver-list,.list-body>.list-skeleton{margin-top:0}.leaflet-popup.custom-alert-popup{border-left:5px solid #FF0000!important;border-top-left-radius:10px!important;border-bottom-left-radius:10px!important}.custom-alert-popup .leaflet-popup-content-wrapper{background:#fff2eb!important;border-radius:10px!important;padding:5px 5px 5px 0!important}.custom-alert-popup .leaflet-popup-tip{background:#fff2eb!important;border-top-color:#fff2eb!important;border:none!important}.custom-alert-popup .leaflet-popup-close-button{color:#000!important}.leaflet-popup.custom-grey-popup{border-left:5px solid #808080!important;border-top-left-radius:12px!important;border-bottom-left-radius:12px!important}.leaflet-popup.custom-blue-popup{border-left:5px solid #000080!important;border-top-left-radius:12px!important;border-bottom-left-radius:12px!important}.leaflet-popup.custom-green-popup{border-left:5px solid #0BDA51!important;border-top-left-radius:12px!important;border-bottom-left-radius:12px!important}.leaflet-popup.custom-black-popup{border-left:5px solid #141414bd!important;border-top-left-radius:12px!important;border-bottom-left-radius:12px!important}.leaflet-popup.custom-default-popup{border-left:5px solid #6b6a6ac7!important;border-top-left-radius:12px!important;border-bottom-left-radius:12px!important}.custom-normal-popup .leaflet-popup-content-wrapper{background:#f5f5f5!important;border-radius:10px!important;padding:5px 5px 5px 0!important}.custom-normal-popup .leaflet-popup-tip{background:#f5f5f5!important;border-top-color:#f5f5f5!important;border:none!important}.custom-normal-popup .leaflet-popup-close-button{color:#000!important}.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;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.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{max-width:none!important;max-height:none!important;width:auto;padding:0}.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:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;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{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.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;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;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{-webkit-transition:none;-moz-transition:none;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{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 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-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.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-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{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.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{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;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{height:0;border-top:1px solid #ddd;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{padding:0 5px;color:#333;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{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.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{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.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{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.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{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;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{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.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{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.auth-shell{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;padding:2rem;background:radial-gradient(circle at top,#f3f6ff,#eef1f5 60%,#e8ebf0)}.auth-card{width:100%;max-width:420px;background:#fff;border-radius:18px;padding:2.5rem;box-shadow:0 15px 40px #0f1f441f}.auth-card__header{text-align:center;margin-bottom:1.5rem}.auth-card__header h1{margin:0;font-size:1.6rem;font-weight:600;color:#111b2b}.auth-card__header p{margin:.35rem 0 0;color:#4a5668;font-size:.95rem}.auth-card__body{display:flex;flex-direction:column;gap:1rem}.auth-card__footer{margin-top:1.5rem;text-align:center;color:#7a869a;font-size:.85rem}@media (max-width: 600px){.auth-shell{padding:1.5rem}.auth-card{padding:2rem}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.tenant-404{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem 1.5rem 0;background:#fff;color:#101935;gap:2rem}.tenant-404__card{width:min(560px,100%);text-align:center;background:#fff;border:1px solid rgba(16,25,53,.08);border-radius:20px;padding:2.4rem;box-shadow:0 30px 60px #12255f2e}.tenant-404__badge{display:inline-flex;align-items:center;justify-content:center;width:70px;height:70px;border-radius:16px;font-size:1.5rem;font-weight:800;background:#000;color:#fff;margin-bottom:1rem;box-shadow:0 12px 25px #2563eb59}.tenant-404 h1{margin:0 0 .75rem;font-size:clamp(2.2rem,6vw,3.5rem)}.tenant-404 p{margin:0 auto 1.75rem;color:#101935b3;line-height:1.7}.tenant-404__button{display:inline-flex;justify-content:center;align-items:center;gap:.4rem;font-weight:600;border-radius:999px;padding:.9rem 2rem;background:#000;color:#fff;border:none;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.tenant-404__button:hover{transform:translateY(-2px);box-shadow:0 22px 40px #1f78ff66}.tenant-404__scene{width:100%;max-width:1200px;height:280px;position:relative;border-radius:32px 32px 0 0;background:linear-gradient(180deg,#f4f7ff99,#0c101fd9);overflow:hidden}.tenant-404__skyline{position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(90deg,rgba(34,63,128,.15),rgba(34,63,128,.15) 20px,transparent 20px,transparent 70px);transform:skew(-6deg) translateY(-25%);opacity:.4;animation:tenant404-glow 6s linear infinite alternate}.tenant-404__road{position:absolute;bottom:0;left:-5%;width:110%;height:160px;border-radius:80px 80px 0 0;background:linear-gradient(180deg,#20263a,#05060d 80%);box-shadow:inset 0 10px 30px #00000073}.tenant-404__road:after{content:"";position:absolute;inset:52% 0 auto;height:6px;background:repeating-linear-gradient(90deg,rgba(255,255,255,.9),rgba(255,255,255,.9) 70px,transparent 70px,transparent 140px);animation:tenant404-lane 2.8s linear infinite}.tenant-404__car{position:absolute;bottom:165px;width:220px;height:95px;border-radius:28px 28px 24px 24px;background:linear-gradient(120deg,#5c26ff,#a066ff);box-shadow:0 25px 45px #5c26ff59;animation:tenant404-drive 5.5s ease-in-out infinite}.tenant-404__car:before,.tenant-404__car:after{content:"";position:absolute;bottom:-20px;width:48px;height:48px;border-radius:50%;border:4px solid #0d0e15;background:#fff;animation:tenant404-wheel .9s linear infinite;box-shadow:inset 0 0 0 8px #00000026}.tenant-404__car:before{left:28px}.tenant-404__car:after{right:28px}.tenant-404__car-window{position:absolute;top:16px;left:30px;width:90px;height:36px;border-radius:10px;background:#ffffffe6}.tenant-404__car-trail{position:absolute;bottom:174px;left:-220px;width:220px;height:60px;background:linear-gradient(90deg,rgba(255,255,255,.4),transparent);border-radius:50% 0 0 50%;filter:blur(15px);animation:tenant404-trail 5.5s ease-in-out infinite}.tenant-404__car--ghost{width:170px;height:80px;background:linear-gradient(120deg,#1fab89,#56d3c1);opacity:.75;animation-duration:4.2s;animation-delay:-2s}.tenant-404__car--ghost:before,.tenant-404__car--ghost:after{width:40px;height:40px}.tenant-404__car--ghost .tenant-404__car-window{width:70px;left:22px}@keyframes tenant404-lane{to{transform:translate(-140px)}}@keyframes tenant404-wheel{to{transform:rotate(360deg)}}@keyframes tenant404-drive{0%{transform:translate(-240px)}50%{transform:translate(60px) translateY(-10px)}to{transform:translate(240px)}}@keyframes tenant404-trail{0%{opacity:0;transform:scaleX(.7)}35%{opacity:1;transform:scaleX(1)}to{opacity:0;transform:scaleX(1.2)}}@keyframes tenant404-glow{0%{opacity:.3}to{opacity:.55}}.tenant-not-found{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;background:#fff;color:#0b1a36;text-align:center;gap:2.5rem}.tenant-not-found__card{max-width:560px;background:#fff;border:1px solid rgba(7,38,91,.08);border-radius:18px;padding:2.4rem;box-shadow:0 25px 70px #0833872e}.tenant-not-found__badge{display:inline-flex;align-items:center;gap:.4rem;padding:.2rem .9rem;border-radius:999px;background:#0f5eee1a;font-size:1rem;letter-spacing:.08em;font-weight:600;text-transform:uppercase;color:#0f5eee}.tenant-not-found h1{margin:1.25rem 0 .65rem;font-size:clamp(2.4rem,7vw,3.6rem);color:#0b1a36;letter-spacing:-.03em}.tenant-not-found p{margin:0 auto 1.5rem;color:#12224fbf;line-height:1.6}.tenant-not-found__actions{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.tenant-not-found__button{border:none;border-radius:999px;padding:.9rem 1.8rem;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.tenant-not-found__button--primary{color:#fff;background:#000;box-shadow:0 12px 35px #0f5eee59}.tenant-not-found__button--ghost{color:#0b1a36;background:transparent;border:1px solid rgba(11,26,54,.2)}.tenant-not-found__button:hover{transform:translateY(-2px);box-shadow:0 16px 30px #0b1a3633}.tenant-not-found__scene{position:relative;width:100%;height:260px;margin-top:.5rem;overflow:hidden;border-radius:0 0 32px 32px;background:linear-gradient(180deg,#f7faff99,#0f1323d9)}.tenant-not-found__skyline{position:absolute;width:120%;height:50%;top:10%;left:-10%;background:repeating-linear-gradient(90deg,rgba(0,28,89,.15),rgba(0,28,89,.15) 20px,transparent 20px,transparent 60px);opacity:.35;transform:skew(-10deg);animation:skyline-glow 6s linear infinite alternate}.tenant-not-found__road{position:absolute;bottom:0;left:0;right:0;height:150px;background:linear-gradient(180deg,#2a2f3f,#0a0b11 70%,#040507);border-radius:0;overflow:hidden;box-shadow:inset 0 6px 25px #0e1d4d40}.tenant-not-found__road:after{content:"";position:absolute;inset:55% 0 auto;height:6px;background:repeating-linear-gradient(90deg,rgba(255,255,255,.6),rgba(255,255,255,.6) 60px,transparent 60px,transparent 120px);animation:lane-dash 2.8s linear infinite}.tenant-not-found__car{position:absolute;bottom:145px;width:200px;height:80px;background:linear-gradient(120deg,#2f8cff,#5cc4ff);border-radius:26px 26px 24px 24px;box-shadow:0 20px 35px #0f5eee40;animation:car-drive 6s ease-in-out infinite}.tenant-not-found__car:before,.tenant-not-found__car:after{content:"";position:absolute;bottom:-18px;width:44px;height:44px;border-radius:50%;border:4px solid #0f1e3d;background:#fffffff2;animation:wheel-spin .8s linear infinite}.tenant-not-found__car:before{left:24px}.tenant-not-found__car:after{right:24px}.tenant-not-found__car-window{position:absolute;top:14px;left:26px;width:78px;height:32px;border-radius:6px;background:#ffffffe6}.tenant-not-found__car-trail{position:absolute;bottom:152px;left:-200px;width:200px;height:50px;background:linear-gradient(90deg,rgba(15,94,238,.4),transparent);border-radius:50% 0 0 50%;filter:blur(12px);animation:trail-fade 5s ease-in-out infinite}.tenant-not-found__car--secondary{width:120px;height:60px;background:linear-gradient(120deg,#f96292,#ffc2d1);animation-duration:4.2s;animation-delay:-2s;opacity:.8}.tenant-not-found__car--secondary:before,.tenant-not-found__car--secondary:after{width:28px;height:28px}.tenant-not-found__car--secondary .tenant-not-found__car-window{width:60px;left:18px}@keyframes car-drive{0%{transform:translate(-220px)}50%{transform:translate(60px) translateY(-8px)}to{transform:translate(110%)}}@keyframes wheel-spin{to{transform:rotate(360deg)}}@keyframes lane-dash{to{transform:translate(-160px)}}@keyframes trail-fade{0%{opacity:0;transform:scaleX(.7)}30%{opacity:1;transform:scaleX(1)}to{opacity:0;transform:scaleX(1.2)}}@keyframes skyline-glow{0%{opacity:.25}to{opacity:.55}}
