:root{--vt-primary:#1976d2;--vt-primary-dark:#0d47a1;--vt-primary-soft:#e3f2fd;--vt-success:#2e7d32;--vt-warning:#f9a825;--vt-danger:#d32f2f;--vt-background:#f5f7fa;--vt-surface:#fff;--vt-surface-elevated:#fff;--vt-surface-muted:#f8fafc;--vt-surface-selected:#eaf2ff;--vt-surface-hover:#eef2f7;--vt-text-primary:#1f2937;--vt-text-secondary:#6b7280;--vt-text-muted:#94a3b8;--vt-border:#e5e7eb;--vt-border-strong:#cbd5e1;--vt-input-background:#fff;--vt-input-text:#1f2937;--vt-input-placeholder:#94a3b8;--vt-sidebar:#0d47a1;--vt-sidebar-text:#dbeafe;--vt-shadow:0 4px 14px #0f172a14;color:var(--vt-text-primary);background:var(--vt-background);font-family:Inter,Arial,sans-serif}:root[data-theme=dark]{--vt-primary:#42a5f5;--vt-primary-dark:#1565c0;--vt-primary-soft:#163a5f;--vt-background:#0f172a;--vt-surface:#172033;--vt-surface-elevated:#1d2a3f;--vt-surface-muted:#111827;--vt-surface-selected:#163a5f;--vt-surface-hover:#243047;--vt-text-primary:#f8fafc;--vt-text-secondary:#a8b3c7;--vt-text-muted:#94a3b8;--vt-border:#2d3a50;--vt-border-strong:#475569;--vt-input-background:#111827;--vt-input-text:#f8fafc;--vt-input-placeholder:#94a3b8;--vt-sidebar:#111827;--vt-sidebar-text:#dbeafe;--vt-shadow:0 4px 18px #00000047}*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100%;margin:0}body{background:var(--vt-background);color:var(--vt-text-primary);transition:background-color .2s,color .2s}button,input{font:inherit}:root[data-theme=dark],:root[data-theme=dark] input,:root[data-theme=dark] select,:root[data-theme=dark] textarea{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}:root[data-theme=dark] input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;filter:invert()brightness(2)!important;opacity:1!important}:root[data-theme=dark] input[type=datetime-local]::-webkit-calendar-picker-indicator{cursor:pointer;filter:invert()brightness(2)!important;opacity:1!important}:root[data-theme=dark] input[type=time]::-webkit-calendar-picker-indicator{cursor:pointer;filter:invert()brightness(2)!important;opacity:1!important}@media screen and (width<=700px){body .vt-history-route__actions-grid{grid-template-rows:1fr!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-auto-flow:column!important;gap:4px!important;width:100%!important;display:grid!important}body .vt-history-route__actions-grid>button{box-sizing:border-box!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:5px!important;width:100%!important;min-width:0!important;max-width:none!important;height:66px!important;min-height:66px!important;margin:0!important;padding:7px 1px!important;display:flex!important;overflow:hidden!important}body .vt-history-route__actions-grid>button>div{width:100%!important;min-width:0!important;margin:0!important;padding:0!important;display:block!important}body .vt-history-route__actions-grid>button strong{white-space:nowrap!important;text-align:center!important;margin:0!important;padding:0!important;font-size:10px!important;font-weight:600!important;line-height:12px!important;display:block!important}body .vt-history-route__actions-grid>button small{visibility:hidden!important;display:none!important}body .vt-history-route__actions-grid .vt-history-route__action-svg{fill:none!important;stroke:currentColor!important;stroke-width:1.8px!important;stroke-linecap:round!important;stroke-linejoin:round!important;width:21px!important;height:21px!important;margin:0 auto!important;display:block!important}}:root[data-theme=dark] input[type=date],:root[data-theme=dark] input[type=datetime-local],:root[data-theme=dark] input[type=time]{--lightningcss-light: !important;--lightningcss-dark:initial!important;color-scheme:dark!important}:root[data-theme=dark] input[type=date]::-webkit-calendar-picker-indicator{visibility:visible!important;opacity:1!important;filter:invert()brightness(3)contrast(2)!important;cursor:pointer!important;display:block!important}:root[data-theme=dark] input[type=datetime-local]::-webkit-calendar-picker-indicator{visibility:visible!important;opacity:1!important;filter:invert()brightness(3)contrast(2)!important;cursor:pointer!important;display:block!important}:root[data-theme=dark] input[type=time]::-webkit-calendar-picker-indicator{visibility:visible!important;opacity:1!important;filter:invert()brightness(3)contrast(2)!important;cursor:pointer!important;display:block!important}:root[data-theme=dark] .vt-history-custom input[type=datetime-local]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23f8fafc' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M16 3v4M8 3v4M3 10h18'/%3E%3C/svg%3E")!important;background-position:right 10px center!important;background-repeat:no-repeat!important;background-size:17px 17px!important;padding-right:38px!important}:root[data-theme=dark] .vt-history-custom input[type=datetime-local]::-webkit-calendar-picker-indicator{opacity:0!important;filter:none!important;cursor:pointer!important;pointer-events:auto!important;width:22px!important;height:22px!important}.vt-alert-manager{box-sizing:border-box;background:var(--vt-surface);border:1px solid var(--vt-border);border-radius:16px;flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden;box-shadow:0 12px 34px #0f172a1a}.vt-alert-manager__header,.vt-alert-manager__toolbar{justify-content:space-between;align-items:center;display:flex}.vt-alert-manager__header{border-bottom:1px solid var(--vt-border);padding:15px 18px}.vt-alert-manager__header span{color:var(--vt-text-secondary);letter-spacing:.08em;font-size:10px;font-weight:800}.vt-alert-manager__header h2{color:var(--vt-text-primary);margin:2px 0 0}.vt-alert-manager__close{color:var(--vt-text-secondary);cursor:pointer;background:0 0;border:0;font-size:25px}.vt-alert-manager__toolbar{padding:14px 18px 8px}.vt-alert-manager__toolbar strong,.vt-alert-manager__toolbar span{display:block}.vt-alert-manager__toolbar strong{color:var(--vt-text-primary);font-size:14px}.vt-alert-manager__toolbar span{color:var(--vt-text-secondary);margin-top:2px;font-size:11px}.vt-alert-manager__refresh{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:9px;padding:9px 13px;font-weight:700}.vt-alert-manager__filters{grid-template-columns:1fr 180px;gap:10px;padding:8px 18px 12px;display:grid}.vt-alert-manager__filters input,.vt-alert-manager__filters select{box-sizing:border-box;border:1px solid var(--vt-border-strong);background:var(--vt-surface-muted);width:100%;color:var(--vt-text-primary);border-radius:9px;padding:10px 12px}.vt-alert-manager__error{color:#b91c1c;background:#fef2f2;border-radius:9px;margin:0 18px 10px;padding:10px 12px;font-size:12px}.vt-alert-manager__body{flex:1;padding:0 18px 18px;overflow-y:auto}.vt-alert-manager__empty{text-align:center;color:var(--vt-text-secondary);padding:40px}.vt-alert-table{border:1px solid var(--vt-border);border-radius:12px;overflow:hidden}.vt-alert-table__head,.vt-alert-table__row{grid-template-columns:240px minmax(150px,1fr) minmax(260px,1.8fr) 180px 110px;align-items:center;gap:12px;display:grid}.vt-alert-table__head{background:var(--vt-surface-muted);border-bottom:1px solid var(--vt-border);color:var(--vt-text-secondary);padding:9px 12px;font-size:10px;font-weight:800}.vt-alert-table__row{border-bottom:1px solid var(--vt-border);background:var(--vt-surface);padding:12px}.vt-alert-table__row:last-child{border-bottom:0}.vt-alert-table__row strong,.vt-alert-table__row span{color:#334155;font-size:12px}.vt-alert-table__row a{color:#2563eb;font-size:11px;font-weight:700;text-decoration:none}.vt-alert-badge{white-space:normal;border-radius:7px;width:fit-content;max-width:100%;padding:4px 8px;font-weight:800;line-height:1.25;font-size:10px!important;display:inline-block!important}.vt-alert-badge--enter{background:#ecfdf5;color:#15803d!important}.vt-alert-badge--exit{background:#fef2f2;color:#b91c1c!important}@media (width<=768px){.vt-alert-manager__filters{grid-template-columns:1fr}.vt-alert-table__head{display:none}.vt-alert-table__row{grid-template-columns:1fr;gap:7px}}.vt-alert-table__row .vt-alert-badge--enter{background:#ecfdf5;color:#15803d!important}.vt-alert-table__row .vt-alert-badge--exit{background:#fef2f2;color:#b91c1c!important}.vt-alert-table__row .vt-alert-badge{text-shadow:none}.vt-asset-list{background:var(--vt-surface);border-right:1px solid var(--vt-border);flex-direction:column;width:260px;min-width:260px;height:100%;font-family:Inter,Arial,sans-serif;display:flex;overflow:hidden}.vt-asset-list__header{justify-content:space-between;align-items:center;gap:12px;padding:16px 16px 10px;display:flex}.vt-asset-list__header span{color:var(--vt-text-secondary);text-transform:uppercase;letter-spacing:.08em;font-size:11px;display:block}.vt-asset-list__header h2{color:var(--vt-text-primary);margin:3px 0 0;font-size:20px}.vt-asset-list__header>strong{background:var(--vt-primary-soft);min-width:32px;height:32px;color:var(--vt-primary-dark);border-radius:10px;place-items:center;font-size:13px;display:grid}.vt-asset-list__search{padding:0 14px 12px}.vt-asset-list__search input{box-sizing:border-box;border:1px solid var(--vt-border);background:var(--vt-background);width:100%;color:var(--vt-text-primary);border-radius:10px;outline:none;padding:10px 12px;font-size:13px}.vt-asset-list__search input:focus{border-color:var(--vt-primary);box-shadow:0 0 0 3px #1976d21f}.vt-asset-list__filters{scrollbar-width:thin;gap:7px;padding:0 14px 14px;display:flex;overflow-x:auto}.vt-asset-list__filter{border:1px solid var(--vt-border);background:var(--vt-surface);color:var(--vt-text-secondary);cursor:pointer;border-radius:999px;flex:none;align-items:center;gap:5px;padding:8px 9px;font-size:11px;transition:background-color .18s,border-color .18s,color .18s,transform .18s;display:inline-flex}.vt-asset-list__filter:hover{border-color:var(--vt-primary);color:var(--vt-primary);transform:translateY(-1px)}.vt-asset-list__filter--active{border-color:var(--vt-primary);background:var(--vt-primary);color:#fff}.vt-asset-list__filter strong{background:var(--vt-surface-hover);min-width:18px;height:18px;color:var(--vt-text-primary);border-radius:999px;place-items:center;font-size:10px;display:grid}.vt-asset-list__filter--active strong{color:#fff;background:#fff3}.vt-asset-list__message{color:var(--vt-text-secondary);text-align:center;padding:24px 16px;font-size:13px}.vt-asset-list__message--error{color:var(--vt-danger)}.vt-asset-list__items{scrollbar-width:thin;flex-direction:column;flex:1;gap:8px;min-height:0;padding:0 10px 14px;display:flex;overflow:hidden auto}.vt-asset-list__item{border:1px solid var(--vt-border);background:var(--vt-surface);width:100%;min-height:78px;color:var(--vt-text-primary);cursor:pointer;text-align:left;border-radius:12px;grid-template-columns:22px 42px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 11px;transition:border-color .18s,background-color .18s,transform .18s,box-shadow .18s;display:grid;position:relative;overflow:hidden}.vt-asset-list__item:before{content:"";background:0 0;width:4px;transition:background-color .18s;position:absolute;top:0;bottom:0;left:0}.vt-asset-list__item:hover{border-color:var(--vt-primary);background:var(--vt-surface-hover);transform:translateY(-1px)}.vt-asset-list__item--selected{border-color:var(--vt-primary);background:var(--vt-primary-soft);box-shadow:0 0 0 2px #1976d214}.vt-asset-list__item--selected:before{background:var(--vt-primary)}.vt-asset-list__icon{background:var(--vt-surface-hover);border-radius:11px;place-items:center;width:42px;height:42px;font-size:21px;display:grid}.vt-asset-list__content{min-width:0}.vt-asset-list__content strong{color:var(--vt-text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:13px;display:block;overflow:hidden}.vt-asset-list__content>span{color:var(--vt-text-secondary);text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:11px;display:block;overflow:hidden}.vt-asset-list__status-row{color:var(--vt-text-secondary);align-items:center;gap:6px;margin-top:7px;font-size:11px;display:flex}.vt-asset-list__status-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.vt-asset-list__status--moving{background:#22c55e}.vt-asset-list__status--stopped{background:#eab308}.vt-asset-list__status--offline{background:#ef4444}.vt-asset-list__status--engine-off{background:#3b82f6}.vt-asset-list__status--maintenance{background:#8b5cf6}.vt-asset-list__speed{text-align:right;align-self:start;min-width:56px;padding-top:5px}.vt-asset-list__speed strong{color:var(--vt-text-primary);font-size:18px;line-height:1;display:block}.vt-asset-list__speed span{color:var(--vt-text-secondary);margin-top:4px;font-size:10px;display:block}@media (width<=1100px){.vt-asset-list{width:280px;min-width:280px}}@media (width<=768px){.vt-asset-list{z-index:1900;border-right:none;border-top:1px solid var(--vt-border);border-radius:18px 18px 0 0;width:100%;min-width:0;height:min(68vh,560px);position:fixed;inset:auto 0 66px;box-shadow:0 -12px 32px #0f172a38}.vt-asset-list__header{padding-top:18px}.vt-asset-list__items{padding-bottom:20px}}.vt-asset-list__select-all{width:fit-content;color:var(--vt-text-primary);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;margin:8px 14px 4px;font-size:13px;font-weight:700;display:flex}.vt-asset-list__select-all input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.vt-asset-list__select-all-box{border:1.5px solid var(--vt-border);background:var(--vt-surface);border-radius:4px;flex-shrink:0;place-items:center;width:18px;height:18px;transition:background-color .16s,border-color .16s;display:grid}.vt-asset-list__select-all-box svg{fill:none;stroke:#fff;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round;opacity:0;width:13px;height:13px;transition:opacity .14s,transform .14s;transform:scale(.7)}.vt-asset-list__select-all input:checked+.vt-asset-list__select-all-box{border-color:var(--vt-primary);background:var(--vt-primary)}.vt-asset-list__select-all input:checked+.vt-asset-list__select-all-box svg{opacity:1;transform:scale(1)}.vt-mobile-asset-search-trigger,.vt-mobile-asset-search-top{display:none}@media (width<=768px){.vt-asset-list{z-index:1400;width:auto;height:auto;box-shadow:none;background:0 0;border:0;padding:0;position:absolute;inset:12px 120px auto 12px;overflow:visible}.vt-mobile-asset-search-trigger{width:100%;height:46px;color:var(--vt-text-primary);-webkit-backdrop-filter:blur(12px);cursor:pointer;background:#fffffff0;border:1px solid #94a3b86b;border-radius:14px;align-items:center;gap:10px;padding:0 12px;display:flex;box-shadow:0 5px 18px #0f172a29}.vt-mobile-asset-search-trigger__icon{flex:none;place-items:center;display:grid}.vt-mobile-asset-search-trigger__text{min-width:0;color:var(--vt-text-secondary);text-align:left;text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:13px;overflow:hidden}.vt-mobile-asset-search-trigger__filter{border-left:1px solid var(--vt-border);flex:none;place-items:center;width:30px;height:30px;display:grid}.vt-asset-list>:not(.vt-mobile-asset-search-trigger){display:none}.vt-asset-list--mobile-search-open{background:var(--vt-background);border:1px solid #94a3b859;border-radius:18px;max-height:calc(100dvh - 155px);padding:12px;top:8px;overflow-y:auto;box-shadow:0 10px 35px #0f172a38}.vt-asset-list--mobile-search-open .vt-mobile-asset-search-trigger{display:none}.vt-asset-list--mobile-search-open>:not(.vt-mobile-asset-search-trigger){display:flex}.vt-mobile-asset-search-top{justify-content:space-between;align-items:center;margin-bottom:10px}.vt-mobile-asset-search-top strong{font-size:16px}.vt-mobile-asset-search-top button{background:var(--vt-surface-secondary);width:34px;height:34px;color:var(--vt-text-primary);cursor:pointer;border:0;border-radius:10px;place-items:center;padding:0;font-size:24px;line-height:1;display:grid}.vt-asset-list--mobile-search-open .vt-asset-list__header{display:none}.vt-asset-list--mobile-search-open .vt-asset-list__search{width:100%;display:block}.vt-asset-list--mobile-search-open .vt-asset-list__search input{width:100%}.vt-asset-list--mobile-search-open .vt-asset-list__filters{display:flex;overflow-x:auto}.vt-asset-list--mobile-search-open .vt-asset-list__items{flex-direction:column;max-height:45dvh;display:flex;overflow-y:auto}.vt-asset-list--mobile-search-open .vt-asset-list__select-all{display:flex}}.vt-asset-list__visibility{cursor:pointer;flex-shrink:0;place-items:center;width:18px;height:18px;display:grid;position:relative}.vt-asset-list__visibility input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.vt-asset-list__visibility-box{border:1.5px solid var(--vt-border);background:var(--vt-surface);border-radius:4px;place-items:center;width:18px;height:18px;transition:background-color .16s,border-color .16s;display:grid}.vt-asset-list__visibility-box svg{fill:none;stroke:#fff;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round;opacity:0;width:13px;height:13px;transition:opacity .14s,transform .14s;transform:scale(.75)}.vt-asset-list__visibility input:checked+.vt-asset-list__visibility-box{border-color:var(--vt-primary);background:var(--vt-primary)}.vt-asset-list__visibility input:checked+.vt-asset-list__visibility-box svg{opacity:1;transform:scale(1)}.vt-asset-list__search{position:relative}.vt-asset-list__search:before{content:"";box-sizing:border-box;pointer-events:none;opacity:.8;border:2px solid #64748b;border-radius:50%;width:15px;height:15px;position:absolute;top:13px;left:27px}.vt-asset-list__search:after{content:"";transform-origin:0;pointer-events:none;opacity:.8;background:#64748b;border-radius:2px;width:7px;height:2px;position:absolute;top:27px;left:40px;transform:rotate(45deg)}.vt-asset-list__search input{background:#fffffff5;border:1px solid #94a3b86b;border-radius:12px;height:44px;padding:0 14px 0 42px;font-size:13px;transition:border-color .16s,box-shadow .16s,background .16s;box-shadow:0 4px 14px #0f172a14,inset 0 1px #ffffffe6}.vt-asset-list__search input::placeholder{color:#94a3b8}.vt-asset-list__search input:focus{background:#fff;border-color:#2563eb9e;box-shadow:0 0 0 3px #2563eb1a,0 5px 16px #0f172a17}.vt-mobile-asset-search-trigger__filter{color:#64748b;border-left:1px solid #94a3b859;justify-content:center;align-items:center;width:42px;min-width:42px;height:28px;margin-left:8px;padding-left:8px;display:flex}.vt-mobile-asset-search-trigger__filter svg{width:18px;height:18px;display:block}.vt-mobile-asset-search-trigger__filter path{stroke:currentColor}.vt-mobile-asset-search-trigger:hover .vt-mobile-asset-search-trigger__filter{color:#2563eb}@media (width<=768px){.vt-mobile-asset-search-trigger{background:#fffffff5;border:1px solid #94a3b84d;border-radius:15px;gap:9px;height:48px;padding:0 7px 0 8px;transition:transform .16s,box-shadow .16s,border-color .16s;box-shadow:0 6px 20px #0f172a1f,0 1px 2px #0f172a0f}.vt-mobile-asset-search-trigger:active{border-color:#2563eb61;transform:scale(.992);box-shadow:0 3px 12px #0f172a1f,0 0 0 3px #2563eb12}.vt-mobile-asset-search-trigger__icon{color:#2563eb;background:#2563eb17;border-radius:11px;flex:0 0 34px;place-items:center;width:34px;height:34px;display:grid}.vt-mobile-asset-search-trigger__icon svg{width:18px;height:18px}.vt-mobile-asset-search-trigger__text{letter-spacing:-.01em;color:#64748b;text-align:left;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:13px;font-weight:500;overflow:hidden}.vt-mobile-asset-search-trigger__filter{color:#475569;background:#f1f5f9;border:0;border-radius:11px;flex:0 0 34px;place-items:center;width:34px;min-width:34px;height:34px;margin:0;padding:0;transition:background .16s,color .16s;display:grid}.vt-mobile-asset-search-trigger__filter svg{width:17px;height:17px;display:block}.vt-mobile-asset-search-trigger__filter path{stroke:currentColor}.vt-mobile-asset-search-trigger:hover .vt-mobile-asset-search-trigger__filter{color:#2563eb;background:#e8eef7}.vt-mobile-asset-search-trigger{padding-right:12px}.vt-mobile-asset-search-trigger__text{padding-right:2px}.vt-mobile-asset-search-trigger__filter{display:none!important}.vt-mobile-asset-search-trigger{background:var(--vt-surface);width:100%;height:46px;color:var(--vt-text-secondary);border:1px solid var(--vt-border);box-shadow:none;border-radius:10px;gap:9px;padding:0 12px;font-family:inherit;font-size:13px;font-weight:400;line-height:1}.vt-mobile-asset-search-trigger__text{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.vt-asset-list{width:calc(100% - 196px);min-width:0;top:12px;left:12px;right:auto}.vt-mobile-asset-search-trigger{background:var(--vt-surface);width:100%;height:46px;color:var(--vt-text-secondary);border:1px solid var(--vt-border);box-shadow:none;border-radius:10px;font-family:inherit;font-size:13px;font-weight:400}.vt-asset-list{width:auto;min-width:0;left:12px;right:188px;width:calc(100vw - 200px)!important;min-width:0!important;top:12px!important;left:12px!important;right:auto!important}.vt-mobile-asset-search-trigger{box-sizing:border-box;background:var(--vt-surface);width:100%;height:46px;color:var(--vt-text-secondary);border:1px solid var(--vt-border);box-shadow:none;border-radius:10px;font-family:inherit;font-size:13px;font-weight:400;line-height:1}}.vt-asset-list__header-actions{align-items:center;gap:10px;display:flex}.vt-asset-list__add{font:inherit;cursor:pointer;color:#fff;background:var(--vt-primary,#2563eb);border:0;border-radius:8px;padding:7px 11px;font-size:13px;font-weight:700;line-height:1;transition:opacity .15s,transform .15s}.vt-asset-list__add:hover{opacity:.9}.vt-asset-list__add:active{transform:translateY(1px)}.vt-asset-create-backdrop{z-index:2000;background:#0f172a6b;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.vt-asset-create-modal{border:1px solid var(--vt-border,#e2e8f0);background:var(--vt-surface,#fff);width:min(420px,100%);color:var(--vt-text,#0f172a);border-radius:14px;padding:20px;box-shadow:0 20px 50px #0f172a38}.vt-asset-create-modal__header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.vt-asset-create-modal__header h3{margin:0;font-size:18px}.vt-asset-create-modal__header button{color:inherit;cursor:pointer;background:0 0;border:0;padding:4px 8px;font-size:24px;line-height:1}.vt-asset-create-modal label{gap:6px;margin-bottom:14px;font-size:13px;font-weight:600;display:grid}.vt-asset-create-modal input{box-sizing:border-box;border:1px solid var(--vt-border,#cbd5e1);background:var(--vt-input-bg,transparent);width:100%;color:inherit;font:inherit;border-radius:9px;outline:none;padding:10px 12px}.vt-asset-create-modal input:focus{border-color:var(--vt-primary,#2563eb)}.vt-asset-create-modal__error{color:#dc2626;margin-bottom:14px;font-size:13px}.vt-asset-create-modal__actions{justify-content:flex-end;gap:10px;margin-top:20px;display:flex}.vt-asset-create-modal__actions button{border:1px solid var(--vt-border,#cbd5e1);color:inherit;font:inherit;cursor:pointer;background:0 0;border-radius:9px;padding:9px 14px;font-weight:700}.vt-asset-create-modal__actions button:last-child{border-color:var(--vt-primary,#2563eb);background:var(--vt-primary,#2563eb);color:#fff}.vt-asset-create-modal__actions button:disabled{opacity:.6;cursor:default}@media (width<=640px){.vt-asset-list__header-actions{gap:7px}.vt-asset-list__add{padding:7px 9px;font-size:12px}.vt-asset-create-backdrop{align-items:flex-end;padding:12px}.vt-asset-create-modal{border-radius:14px;width:100%}}.vt-asset-create-modal{color:#172033;background:#fff;border-color:#d9e0ea}.vt-asset-create-modal__header h3,.vt-asset-create-modal label span{color:#172033}.vt-asset-create-modal input{color:#172033;background:#f8fafc;border-color:#cbd5e1}.vt-asset-create-modal input::placeholder{color:#8793a6}.vt-asset-create-modal__actions button:first-child{color:#334155;background:#fff}@media (prefers-color-scheme:dark){.vt-asset-create-modal{color:#f8fafc;background:#1e293b;border-color:#475569}.vt-asset-create-modal__header h3,.vt-asset-create-modal label span{color:#f8fafc}.vt-asset-create-modal input{color:#f8fafc;background:#0f172a;border-color:#475569}.vt-asset-create-modal__actions button:first-child{color:#f8fafc;background:#1e293b}}@media (width<=640px){.vt-asset-list__header,.vt-asset-list__header-actions{display:flex}.vt-asset-list__add{justify-content:center;align-items:center;min-height:34px;padding:7px 10px;display:inline-flex}.vt-asset-create-backdrop{padding:10px}.vt-asset-create-modal{max-height:calc(100dvh - 20px);overflow-y:auto}}.vt-asset-create-modal select{box-sizing:border-box;color:#172033;width:100%;font:inherit;background:#f8fafc;border:1px solid #cbd5e1;border-radius:9px;outline:none;padding:10px 12px}.vt-asset-create-modal select:focus{border-color:var(--vt-primary,#2563eb)}.vt-asset-create-modal__icon-section{gap:7px;margin-bottom:14px;display:grid}.vt-asset-create-modal__icon-section>span{color:#172033;font-size:13px;font-weight:600}.vt-asset-create-modal__icons{grid-template-columns:repeat(8,minmax(34px,1fr));gap:6px;display:grid}.vt-asset-create-modal__icon{color:#526075;cursor:pointer;background:#f8fafc;border:1px solid #d7dee8;border-radius:9px;justify-content:center;align-items:center;min-width:0;height:40px;padding:0;display:flex}.vt-asset-create-modal__icon:hover{border-color:#94a3b8}.vt-asset-create-modal__icon--active{border-color:var(--vt-primary,#2563eb);color:var(--vt-primary,#2563eb);background:#2563eb1a}@media (prefers-color-scheme:dark){.vt-asset-create-modal select{color:#f8fafc;background:#0f172a;border-color:#475569}.vt-asset-create-modal__icon-section>span{color:#f8fafc}.vt-asset-create-modal__icon{color:#cbd5e1;background:#0f172a;border-color:#475569}.vt-asset-create-modal__icon--active{color:#93c5fd;background:#60a5fa29;border-color:#60a5fa}}@media (width<=640px){.vt-asset-create-modal{max-height:calc(100dvh - 20px);padding:16px;overflow-y:auto}.vt-asset-create-modal__icons{grid-template-columns:repeat(4,1fr)}.vt-asset-create-modal__icon{height:42px}.vt-asset-create-modal__actions{background:inherit;margin:18px -16px -16px;padding:12px 16px 16px;position:sticky;bottom:-16px}}.vt-mobile-asset-add{white-space:nowrap;background:var(--vt-primary,#2563eb)!important;color:#fff!important;border:0!important;border-radius:8px!important;width:auto!important;min-width:auto!important;height:34px!important;padding:0 11px!important;font-size:12px!important;font-weight:700!important;line-height:1!important}.vt-mobile-asset-search-top__actions{align-items:center;gap:8px;display:flex}.vt-mobile-asset-add{cursor:pointer;background:var(--vt-primary,#2563eb)!important;color:#fff!important;border:0!important;border-radius:8px!important;padding:7px 10px!important;font-size:12px!important;font-weight:700!important;line-height:1!important}.vt-asset-create-modal{flex-direction:column;max-height:calc(100dvh - 24px);display:flex;overflow:hidden}.vt-asset-create-modal__body{overscroll-behavior:contain;min-height:0;padding-right:2px;overflow-y:auto}.vt-asset-create-modal__header,.vt-asset-create-modal__actions{flex:none}@media (width<=640px){.vt-asset-create-modal{max-height:calc(100dvh - 24px);overflow:hidden}.vt-asset-create-modal__body{-webkit-overflow-scrolling:touch;padding-bottom:8px;overflow-y:auto}.vt-asset-create-modal__actions{padding:12px 16px calc(16px + env(safe-area-inset-bottom));background:inherit;border-top:1px solid var(--vt-border,#e2e8f0);margin:12px -16px -16px;position:static}}.vt-asset-create-backdrop{box-sizing:border-box}.vt-asset-create-modal{box-sizing:border-box;flex-direction:column;display:flex;overflow:hidden}.vt-asset-create-modal__header{flex:none}.vt-asset-create-modal__body{overscroll-behavior:contain;flex:auto;min-height:0;overflow-y:auto}.vt-asset-create-modal__actions{flex:none}@media (width<=640px){.vt-asset-create-backdrop{z-index:10000;justify-content:center;align-items:center;padding:10px;display:flex;position:fixed;inset:0;overflow:hidden}.vt-asset-create-modal{border-radius:14px;width:100%;height:calc(100dvh - 20px);max-height:calc(100dvh - 20px);padding:16px;overflow:hidden}.vt-asset-create-modal__header{margin-bottom:14px}.vt-asset-create-modal__body{-webkit-overflow-scrolling:touch;flex:auto;min-height:0;padding-bottom:12px;padding-right:3px;overflow-y:auto}.vt-asset-create-modal__actions{padding:12px 16px calc(16px + env(safe-area-inset-bottom));background:inherit;border-top:1px solid var(--vt-border,#e2e8f0);margin:12px -16px -16px;position:static;bottom:auto}.vt-asset-list__items{box-sizing:border-box;width:100%;padding-left:8px;padding-right:8px}.vt-asset-list__item{box-sizing:border-box;grid-template-columns:18px 34px minmax(0,1fr) 42px;gap:7px;width:100%;min-width:0;min-height:68px;padding:8px}.vt-asset-list__visibility,.vt-asset-list__visibility-box{width:18px;height:18px}.vt-asset-list__icon{border-radius:9px;width:34px;height:34px}.vt-asset-list__content{text-align:left;min-width:0;overflow:hidden}.vt-asset-list__content strong{text-overflow:ellipsis;white-space:nowrap;width:100%;font-size:13px;line-height:1.2;display:block;overflow:hidden}.vt-asset-list__content>span{margin-top:2px;font-size:10px}.vt-asset-list__status-row{min-width:0;margin-top:3px;font-size:10px}.vt-asset-list__speed{text-align:right;align-self:center;width:42px;min-width:0;padding-top:0}.vt-asset-list__speed strong{font-size:15px;line-height:1}.vt-asset-list__speed span{margin-top:2px;font-size:8px}}@media (width<=768px){.vt-asset-list.vt-asset-list--mobile-search-open{box-sizing:border-box;width:auto!important;min-width:0!important;max-width:none!important;left:12px!important;right:12px!important}}.vt-asset-panel{background:var(--vt-background);border-left:1px solid var(--vt-border);width:320px;height:100%;padding:20px;font-family:Inter,Arial,sans-serif;overflow-y:auto}.vt-asset-panel__header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.vt-asset-panel__eyebrow{color:var(--vt-text-secondary);text-transform:uppercase;letter-spacing:.08em;font-size:12px}.vt-asset-panel__header h2{color:var(--vt-text-primary);margin:6px 0 0;font-size:22px}.vt-asset-panel__status{color:var(--vt-success);white-space:nowrap;background:#2e7d321f;border-radius:999px;padding:8px 10px;font-size:12px;font-weight:700}.vt-asset-card{border:1px solid var(--vt-border);background:var(--vt-surface);box-shadow:var(--vt-shadow);border-radius:16px;margin-bottom:14px;padding:16px}.vt-asset-card h3{color:var(--vt-text-primary);margin:0 0 14px;font-size:15px}.vt-asset-row{border-bottom:1px solid var(--vt-border);justify-content:space-between;gap:12px;padding:8px 0;display:flex}.vt-asset-row:last-child{border-bottom:none}.vt-asset-row span,.vt-asset-card p,.vt-sensor-item span{color:var(--vt-text-secondary)}.vt-asset-row strong,.vt-sensor-item strong{color:var(--vt-text-primary)}.vt-asset-highlight{background:var(--vt-primary-soft);color:var(--vt-primary-dark);border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:14px;display:flex}.vt-asset-highlight strong{font-size:20px}.vt-asset-card p{margin:12px 0 0;font-size:13px;line-height:1.5}.vt-sensor-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.vt-sensor-item{background:var(--vt-surface-hover);border-radius:12px;align-items:center;gap:10px;padding:12px;display:flex}.vt-sensor-item__icon{font-size:20px}.vt-sensor-item div{flex-direction:column;gap:2px;display:flex}.vt-sensor-item span{font-size:11px}.vt-sensor-item strong{font-size:14px}.vt-asset-actions button{border:1px solid var(--vt-border);background:var(--vt-surface-hover);color:var(--vt-text-primary);cursor:pointer;border-radius:10px;padding:10px 8px;transition:all .2s}.vt-asset-actions button:hover{border-color:var(--vt-primary);color:var(--vt-primary);transform:translateY(-1px)}.vt-asset-card--ai{background:linear-gradient(135deg, #1976d21f, #0d47a10d), var(--vt-surface)}@media (width<=1100px){.vt-asset-panel{width:320px}}.vt-asset-panel__close{display:none}@media (width<=768px){.vt-asset-panel{z-index:1950;box-sizing:border-box;border-left:none;border-top:1px solid var(--vt-border);border-radius:20px 20px 0 0;width:100%;height:min(72vh,620px);padding:22px 16px 24px;position:fixed;inset:auto 0 0;box-shadow:0 -12px 34px #0f172a3d}.vt-asset-panel__close{z-index:2;border:1px solid var(--vt-border);background:var(--vt-surface);width:36px;height:36px;color:var(--vt-text-primary);cursor:pointer;border-radius:50%;place-items:center;margin-bottom:6px;margin-left:auto;font-size:24px;display:grid;position:sticky;top:0}.vt-sensor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.vt-asset-actions{grid-template-columns:1fr}}.vt-speed-limit-control{flex-direction:column;align-items:stretch;gap:7px;width:132px;display:flex}.vt-speed-limit-control__value{justify-content:flex-end;align-items:center;gap:6px;display:flex}.vt-speed-limit-control__value input{box-sizing:border-box;border:1px solid var(--vt-border);background:var(--vt-surface);width:72px;min-width:0;color:var(--vt-text-primary);font:inherit;text-align:center;border-radius:8px;outline:none;padding:7px 8px;font-weight:700}.vt-speed-limit-control__value input:focus{border-color:var(--vt-primary);box-shadow:0 0 0 3px var(--vt-primary-soft)}.vt-speed-limit-control__value span{flex-shrink:0;font-size:12px}.vt-speed-limit-control__save{background:var(--vt-primary);color:#fff;cursor:pointer;border:1px solid #0000;border-radius:8px;width:100%;min-height:32px;padding:7px 10px;font-size:12px;font-weight:700;transition:filter .16s,transform .16s,opacity .16s}.vt-speed-limit-control__save:hover:not(:disabled){filter:brightness(1.07);transform:translateY(-1px)}.vt-speed-limit-control__save:disabled{opacity:.6;cursor:wait}.vt-history-card{overflow:hidden}.vt-history-card__header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.vt-history-card__header h3{margin:0 0 4px}.vt-history-card__header span{color:var(--vt-text-secondary);font-size:11px;line-height:1.4;display:block}.vt-history-card__header-icon{fill:none;width:22px;height:22px;stroke:var(--vt-primary);stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;flex:none}.vt-history-period{border:1px solid var(--vt-border);background:var(--vt-surface-hover);border-radius:11px;grid-template-columns:1fr 1fr 1.35fr;gap:5px;margin-bottom:12px;padding:4px;display:grid}.vt-history-period__button{min-width:0;color:var(--vt-text-secondary);cursor:pointer;background:0 0;border:0;border-radius:8px;padding:8px 5px;font-size:11px;font-weight:700;transition:background .16s,color .16s,box-shadow .16s}.vt-history-period__button:hover{color:var(--vt-text-primary)}.vt-history-period__button--active{background:var(--vt-surface);color:var(--vt-primary);box-shadow:0 1px 5px #0f172a1f}.vt-history-custom{grid-template-columns:1fr;gap:9px;margin-bottom:12px;display:grid}.vt-history-custom label{color:var(--vt-text-secondary);gap:5px;font-size:11px;font-weight:700;display:grid}.vt-history-custom input{box-sizing:border-box;border:1px solid var(--vt-border);background:var(--vt-surface);width:100%;min-width:0;color:var(--vt-text-primary);font:inherit;border-radius:8px;outline:none;padding:8px}.vt-history-custom input:focus{border-color:var(--vt-primary);box-shadow:0 0 0 3px var(--vt-primary-soft)}.vt-history-load-button{background:var(--vt-primary);color:#fff;cursor:pointer;border:0;border-radius:9px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:38px;padding:9px 12px;font-size:12px;font-weight:750;transition:transform .16s,filter .16s,opacity .16s;display:flex}.vt-history-load-button:hover:not(:disabled){filter:brightness(1.07);transform:translateY(-1px)}.vt-history-load-button:disabled{opacity:.6;cursor:wait}.vt-history-load-button svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.vt-history-error{margin:9px 0 0;font-size:11px}.vt-history-results{margin-top:12px}.vt-history-loaded{border-bottom:1px solid var(--vt-border);justify-content:space-between;align-items:center;gap:8px;padding:9px 0;font-size:11px;display:flex}.vt-history-loaded span{color:var(--vt-text-secondary)}.vt-history-loaded strong{color:var(--vt-text-primary)}.vt-history-summary{border:1px solid var(--vt-border);background:var(--vt-surface-hover);border-radius:10px;grid-template-columns:repeat(3,minmax(0,1fr));margin:12px 0;display:grid;overflow:hidden}.vt-history-summary__item{text-align:center;min-width:0;padding:10px 6px}.vt-history-summary__item+.vt-history-summary__item{border-left:1px solid var(--vt-border)}.vt-history-summary__item span{min-height:28px;color:var(--vt-text-secondary);font-size:9px;line-height:1.25;display:block}.vt-history-summary__item strong{color:var(--vt-text-primary);margin-top:4px;font-size:12px;line-height:1.2;display:block}.vt-history-clear-button{border:1px solid var(--vt-border);width:100%;color:var(--vt-text-secondary);cursor:pointer;background:0 0;border-radius:8px;margin-top:10px;padding:8px 10px;font-size:11px;font-weight:700}.vt-history-clear-button:hover{border-color:var(--vt-primary);color:var(--vt-primary)}.vt-quick-actions-card__header{margin-bottom:12px}.vt-quick-actions-card__header h3{margin:0 0 4px}.vt-quick-actions-card__header span{color:var(--vt-text-secondary);font-size:11px;line-height:1.4;display:block}.vt-asset-actions{grid-template-columns:1fr 1fr;gap:8px;display:grid}.vt-asset-actions .vt-quick-action{border:1px solid var(--vt-border);background:var(--vt-surface-hover);min-width:0;min-height:76px;color:var(--vt-text-primary);text-align:left;cursor:pointer;border-radius:11px;grid-template-columns:auto minmax(0,1fr);grid-template-areas:"icon content""icon chevron";align-items:center;gap:3px 9px;padding:10px;transition:border-color .16s,background .16s,transform .16s,box-shadow .16s;display:grid}.vt-asset-actions .vt-quick-action:hover{border-color:var(--vt-primary);background:var(--vt-primary-soft);color:var(--vt-text-primary);transform:translateY(-1px);box-shadow:0 5px 14px #0f172a1a}.vt-quick-action__icon{background:var(--vt-primary-soft);width:34px;height:34px;color:var(--vt-primary);border-radius:9px;grid-area:icon;place-items:center;display:grid}.vt-quick-action__icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.vt-quick-action__content{grid-area:content;min-width:0}.vt-quick-action__content strong{text-overflow:ellipsis;color:var(--vt-text-primary);white-space:nowrap;font-size:12px;font-weight:750;display:block;overflow:hidden}.vt-quick-action__content small{text-overflow:ellipsis;color:var(--vt-text-secondary);white-space:nowrap;margin-top:2px;font-size:9px;line-height:1.2;display:block;overflow:hidden}.vt-quick-action__chevron{fill:none;width:13px;height:13px;stroke:var(--vt-text-secondary);stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;grid-area:chevron;justify-self:end}@media (width<=1100px) and (width>=769px){.vt-asset-actions{grid-template-columns:1fr 1fr}}.vt-asset-actions .vt-quick-action{text-align:center;flex-direction:column;justify-content:flex-start;align-items:center;gap:0;min-height:116px;padding:12px 8px 10px;display:flex}.vt-quick-action__content{order:1;width:100%;min-width:0}.vt-quick-action__content strong{text-overflow:clip;color:var(--vt-text-primary);white-space:normal;font-size:12px;font-weight:800;line-height:1.2;display:block;overflow:visible}.vt-quick-action__content small{text-overflow:clip;min-height:27px;color:var(--vt-text-secondary);white-space:normal;margin-top:5px;font-size:10px;line-height:1.3;display:block;overflow:visible}.vt-quick-action__icon{background:var(--vt-primary-soft);width:42px;height:42px;color:var(--vt-primary);border-radius:11px;order:2;margin-top:10px}.vt-quick-action__icon svg{width:22px;height:22px}.vt-quick-action__chevron{display:none}.vt-history-summary__icon{background:var(--vt-primary-soft);width:28px;height:28px;color:var(--vt-primary);border-radius:8px;place-items:center;margin:0 auto 6px;display:grid}.vt-mobile-sheet-handle{display:none}@media (width<=768px){.vt-asset-panel{border-left:0;border-top:1px solid var(--vt-border);border-radius:20px 20px 0 0;transition:height .24s,max-height .24s;box-shadow:0 -8px 30px #0f172a2e}.vt-asset-panel--mobile-compact{height:112px;max-height:112px;padding:0 16px 10px;overflow:hidden}.vt-asset-panel--mobile-expanded{height:min(72vh,620px);max-height:min(72vh,620px);overflow-y:auto}.vt-mobile-sheet-handle{z-index:20;background:var(--vt-background);width:100%;min-height:96px;color:var(--vt-text-primary);text-align:left;cursor:pointer;border:0;padding:8px 0 10px;display:block;position:sticky;top:0}.vt-mobile-sheet-handle__bar{background:var(--vt-border);border-radius:999px;width:42px;height:4px;margin:0 auto 11px;display:block}.vt-mobile-sheet-summary{justify-content:space-between;align-items:center;gap:12px;display:flex}.vt-mobile-sheet-summary__main{flex-direction:column;gap:4px;min-width:0;display:flex}.vt-mobile-sheet-summary__main strong{text-overflow:ellipsis;white-space:nowrap;font-size:16px;line-height:1.2;overflow:hidden}.vt-mobile-sheet-summary__main span{color:var(--vt-text-secondary);font-size:12px;font-weight:600}.vt-mobile-sheet-summary__data{flex-direction:column;flex:none;align-items:flex-end;gap:3px;display:flex}.vt-mobile-sheet-summary__data strong{color:var(--vt-primary);font-size:17px;line-height:1.1}.vt-mobile-sheet-summary__data small{color:var(--vt-text-secondary);white-space:nowrap;font-size:10px}.vt-asset-panel--mobile-compact>:not(.vt-mobile-sheet-handle){display:none!important}.vt-asset-panel--mobile-expanded .vt-mobile-sheet-handle{margin-bottom:8px}}.vt-history-custom input[type=datetime-local]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.vt-history-custom input[type=datetime-local]::-webkit-calendar-picker-indicator{opacity:1;cursor:pointer;filter:invert();width:18px;height:18px;padding:4px}.vt-datetime-field{position:relative}.vt-datetime-field input[type=datetime-local]{width:100%;padding-right:44px}.vt-datetime-field input[type=datetime-local]::-webkit-calendar-picker-indicator{opacity:0;pointer-events:none;width:0;height:0}.vt-datetime-field__button{width:32px;height:32px;color:var(--vt-text-secondary);cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;padding:0;display:grid;position:absolute;top:50%;right:28px;transform:translateY(-50%)}.vt-datetime-field__button:hover{color:var(--vt-primary);background:var(--vt-primary-soft)}.vt-datetime-field__button svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.vt-history-custom .vt-datetime-field{position:relative!important}.vt-history-custom .vt-datetime-field__button{z-index:10!important;position:absolute!important;top:50%!important;right:38px!important;transform:translateY(-50%)!important}.vt-history-custom .vt-datetime-field input[type=datetime-local]{padding-right:72px!important}.vt-history-custom input[type=datetime-local]::-webkit-calendar-picker-indicator{opacity:1!important;cursor:pointer!important;pointer-events:auto!important;width:18px!important;height:18px!important;margin:0!important;padding:3px!important;transform:translate(24px)!important}@media (width<=768px){.vt-asset-panel--mobile-compact{height:132px;max-height:132px;padding:0 14px 6px;overflow:hidden}.vt-asset-panel--mobile-expanded{height:min(72vh,620px);max-height:min(72vh,620px);overflow-y:auto}.vt-mobile-sheet-handle{min-height:126px;padding:5px 0 0}.vt-mobile-sheet-handle__bar{width:38px;height:4px;margin:0 auto 5px}.vt-mobile-sheet-summary{grid-template-columns:minmax(0,1fr) 174px;align-items:center;gap:8px;width:100%;height:108px;display:grid}.vt-mobile-sheet-summary__identity{flex-direction:column;justify-content:center;align-items:flex-start;min-width:0;display:flex}.vt-mobile-sheet-summary__name{width:100%;color:var(--vt-text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:800;line-height:1.1;overflow:hidden}.vt-mobile-sheet-summary__status{color:#22e879;align-items:center;gap:6px;margin-top:5px;font-size:11px;font-weight:700;line-height:1.1;display:flex}.vt-mobile-sheet-summary__status.is-offline{color:var(--vt-text-secondary)}.vt-mobile-sheet-summary__status-dot{background:currentColor;border-radius:50%;flex:0 0 7px;width:7px;height:7px;box-shadow:0 0 7px}.vt-mobile-sheet-summary__status.is-offline .vt-mobile-sheet-summary__status-dot{box-shadow:none}.vt-mobile-sheet-summary__place{width:100%;min-width:0;color:var(--vt-text-secondary);align-items:center;gap:6px;margin-top:5px;font-size:9.5px;font-weight:500;line-height:1.15;display:flex}.vt-mobile-sheet-summary__place svg{flex:0 0 12px;width:12px;height:12px}.vt-mobile-sheet-summary__place span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.vt-mobile-sheet-summary__telemetry{flex-direction:column;justify-content:flex-start;align-items:center;height:108px;display:flex;position:relative}.vt-speedometer{flex:0 0 88px;width:198px;height:88px;position:relative}.vt-speedometer__svg{width:198px;height:103px;position:absolute;top:0;left:50%;overflow:visible;transform:translate(-50%)}.vt-speedometer__outer,.vt-speedometer__progress{fill:none;stroke-width:6px;stroke-linecap:round}.vt-speedometer__outer{stroke:#94a3b838}.vt-speedometer__progress{stroke:#2bea7c;filter:url(#vtSpeedGlow);transition:stroke-dasharray .35s}.vt-speedometer__tick{stroke:#cbd5e194;stroke-width:1.15px;stroke-linecap:round}.vt-speedometer__tick--major{stroke:#f8fafcf2;stroke-width:2px}.vt-speedometer__labels text{fill:var(--vt-text-secondary);text-anchor:middle;dominant-baseline:middle;font-size:7.5px;font-weight:700}.vt-speedometer__digital{z-index:2;text-align:center;position:absolute;top:36px;left:50%;transform:translate(-50%)}.vt-speedometer__digital strong{min-width:58px;color:var(--vt-text-primary);letter-spacing:-.045em;font-size:35px;font-weight:850;line-height:.88;display:block}.vt-speedometer__digital span{color:var(--vt-text-primary);margin-top:4px;font-size:10px;font-weight:700;line-height:1;display:block}.vt-speedometer--offline .vt-speedometer__progress{stroke:#0000;filter:none}.vt-speedometer--offline .vt-speedometer__digital strong{color:var(--vt-text-muted)}.vt-mobile-sheet-summary__ignition{white-space:nowrap;align-items:center;gap:4px;font-size:10px;font-weight:800;display:flex;position:absolute;top:76px;left:50%;transform:translate(-50%)}.vt-mobile-sheet-summary__ignition.is-on{color:#22e879;text-shadow:0 0 8px #22e87940}.vt-mobile-sheet-summary__ignition.is-off{color:var(--vt-text-secondary)}.vt-mobile-sheet-summary__ignition.is-unknown{color:var(--vt-text-muted)}.vt-mobile-sheet-summary__ignition-icon{font-size:9px}.vt-mobile-sheet-summary__last-update{width:max-content;color:var(--vt-text-secondary);text-align:center;white-space:nowrap;margin:0;font-size:8px;font-weight:500;line-height:1;position:absolute;bottom:-1px;left:50%;right:auto;transform:translate(-50%)}.vt-asset-panel--mobile-compact>:not(.vt-mobile-sheet-handle){display:none!important}.vt-asset-panel--mobile-expanded .vt-mobile-sheet-handle{min-height:auto;margin-bottom:10px;position:relative}}@media (width<=430px){.vt-asset-panel--mobile-compact{height:128px;max-height:128px;padding-left:12px;padding-right:12px}.vt-mobile-sheet-handle{min-height:122px}.vt-mobile-sheet-summary{grid-template-columns:minmax(0,1fr) 156px;gap:5px;height:104px}.vt-mobile-sheet-summary__name{font-size:15px}.vt-mobile-sheet-summary__place{font-size:9px}.vt-speedometer,.vt-speedometer__svg{width:176px}.vt-speedometer__digital strong{font-size:28px}.vt-mobile-sheet-summary__last-update{font-size:7.5px}}.vt-command-card__header{justify-content:space-between;align-items:center;gap:12px;display:flex}.vt-command-card__header h3{margin:0}.vt-command-card__header span{opacity:.72;margin-top:3px;font-size:12px;display:block}.vt-command-card__close{cursor:pointer;background:0 0;border:0;border-radius:9px;width:34px;height:34px;font-size:25px;line-height:1}.vt-command-list{gap:8px;margin-top:14px;display:grid}.vt-command-item{text-align:left;border:1px solid #80808038;border-radius:10px;flex-direction:column;align-items:flex-start;gap:3px;width:100%;padding:12px;display:flex}.vt-command-item strong{font-size:13px}.vt-command-item small{opacity:.72;font-size:11px}.vt-command-card__notice{opacity:.65;margin-top:12px;display:block}.vt-command-item--power{text-align:center;cursor:pointer;justify-content:center;align-items:center;padding:14px 10px}.vt-command-power-icon{color:#fff;border-radius:50%;place-items:center;width:68px;height:68px;margin:0 auto 9px;transition:transform .15s,box-shadow .15s;display:grid;box-shadow:0 7px 18px #00000038,inset 0 1px 1px #ffffff4d}.vt-command-power-icon svg{fill:none;stroke:currentColor;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;width:36px;height:36px}.vt-command-item--stop .vt-command-power-icon{background:linear-gradient(145deg,#ff5252,#c91f1f)}.vt-command-item--resume .vt-command-power-icon{background:linear-gradient(145deg,#3bd276,#148a46)}.vt-command-item--power:hover .vt-command-power-icon{transform:scale(1.06);box-shadow:0 9px 22px #00000042,inset 0 1px 1px #ffffff4d}.vt-command-item--stop:hover{border-color:#ef44448c}.vt-command-item--resume:hover{border-color:#22c55e8c}.vt-command-item--power:disabled .vt-command-power-icon{opacity:.55;transform:none}.vt-command-item--power strong{text-align:center;width:100%;font-size:13px}.vt-command-item--power small{text-align:center;width:100%}.vt-command-item--power{background:#f1f3f5}[data-theme=dark] .vt-command-item--power,.dark .vt-command-item--power{color:#f8fafc;background:#18263a;border-color:#94a3b838}[data-theme=dark] .vt-command-item--power small,.dark .vt-command-item--power small{color:#b8c4d6}[data-theme=dark] .vt-command-item--stop:hover,.dark .vt-command-item--stop:hover{background:#1d2b40;border-color:#ef4444a6}[data-theme=dark] .vt-command-item--resume:hover,.dark .vt-command-item--resume:hover{background:#1d2b40;border-color:#22c55ea6}.vt-share-card{gap:14px;display:grid}.vt-share-field{gap:7px;display:grid}.vt-share-field>span{opacity:.72;font-size:.78rem;font-weight:700}.vt-share-field select,.vt-share-field input{box-sizing:border-box;border:1px solid var(--vt-border,#94a3b859);background:var(--vt-surface,#fff);width:100%;min-height:44px;color:inherit;font:inherit;border-radius:10px;padding:10px 12px}.vt-share-help{opacity:.72;margin:12px 0;font-size:.82rem;line-height:1.45}.vt-share-primary,.vt-share-actions button,.vt-share-revoke{min-height:42px;font:inherit;cursor:pointer;border-radius:10px;padding:9px 14px;font-weight:700}.vt-share-primary{color:#fff;background:#2563eb;border:0;width:100%}.vt-share-result{gap:12px;display:grid}.vt-share-expiration{opacity:.72}.vt-share-actions{grid-template-columns:1fr 1fr;gap:8px;display:grid}.vt-share-actions button{border:1px solid var(--vt-border,#94a3b859);color:inherit;background:0 0}.vt-share-revoke{color:#dc2626;background:0 0;border:1px solid #dc262659}.vt-share-primary:disabled,.vt-share-revoke:disabled{opacity:.55;cursor:wait}@media (width<=640px){.vt-share-actions{grid-template-columns:1fr}}.vt-system-status{flex-direction:column;gap:12px;display:flex}.vt-system-status__heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.vt-system-status__heading>div:first-child{flex-direction:column;gap:2px;display:flex}.vt-system-status__eyebrow{opacity:.65;font-size:11px}.vt-system-status__main{font-size:18px;line-height:1.15}.vt-system-status__connection{white-space:nowrap;align-items:center;gap:6px;font-size:12px;font-weight:700;display:inline-flex}.vt-system-status__connection>span{background:currentColor;border-radius:50%;width:8px;height:8px}.vt-system-status__connection.is-online{color:#15803d}.vt-system-status__connection.is-offline{color:#b91c1c}.vt-system-status__location{align-items:flex-start;gap:7px;font-size:13px;line-height:1.35;display:flex}.vt-system-status__location svg{flex:none;margin-top:1px}.vt-system-status__last-report{opacity:.78;font-size:12px}.vt-system-status__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.vt-system-status__item{border:1px solid var(--vt-border,#7f7f7f38);border-radius:10px;align-items:center;gap:8px;min-width:0;padding:9px 10px;display:flex}.vt-system-status__dot{background:#9ca3af;border-radius:50%;flex:none;width:8px;height:8px}.vt-system-status__item>div{flex-direction:column;gap:1px;min-width:0;display:flex}.vt-system-status__item small{opacity:.65;font-size:10px}.vt-system-status__item strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.vt-system-status__item.is-ok .vt-system-status__dot{background:#16a34a}.vt-system-status__item.is-active .vt-system-status__dot{background:#2563eb}.vt-system-status__item.is-alert .vt-system-status__dot{background:#dc2626}.vt-system-status__item.is-off .vt-system-status__dot{background:#64748b}@media (width>=1100px){.vt-system-status__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.vt-sensor-item__unavailable{color:#94a3b8!important;font-size:11px!important;font-weight:500!important;line-height:1.15!important}.vt-state-duration{color:#94a3b8;margin-top:2px;font-size:.78rem;font-weight:500;line-height:1.25}.vt-system-status__freshness{opacity:.62;margin-top:2px;line-height:1.15;display:block;font-size:9px!important;font-weight:500!important}.vt-login{isolation:isolate;box-sizing:border-box;color:#f5f9ff;background:linear-gradient(#0209113d,#02091157),url(/vigiltrack-login-bg.png) 50%/cover no-repeat;place-items:center;min-height:100dvh;padding:24px;font-family:Inter,Arial,sans-serif;display:grid;position:relative;overflow:hidden}.vt-login:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(#0000 20%,#01070e1a 58%,#01060c52 100%);position:absolute;inset:0}.vt-login__card{box-sizing:border-box;-webkit-backdrop-filter:blur(13px);background:linear-gradient(150deg,#071b2ce3,#030f1bf0);border:1px solid #9dcceb40;border-radius:23px;width:min(100%,420px);padding:30px 32px 26px;position:relative;box-shadow:0 28px 75px #00000085,0 8px 26px #00000047,inset 0 1px #ffffff12}.vt-login__brand{grid-template-columns:64px 210px;justify-content:center;align-items:center;column-gap:12px;width:calc(100% + 64px);margin-left:-64px;display:grid;position:relative}.vt-login__logo{object-fit:contain;background:0 0;flex-shrink:0;width:64px;height:64px;display:block}.vt-login__brand>div{text-align:center;width:210px}.vt-login__brand h1{color:#f8fbff;letter-spacing:-.45px;margin:0;font-size:27px;font-weight:700;line-height:1.08}.vt-login__brand p{color:#8fc8eb;letter-spacing:.75px;margin:6px 0 0;font-size:13px;font-weight:500;line-height:1.2}.vt-login__heading{text-align:center;margin-top:29px}.vt-login__heading h2{color:#f7fbff;margin:0;font-size:23px;font-weight:700;line-height:1.2}.vt-login__heading p{color:#a3b8c9;margin:8px 0 0;font-size:14px;line-height:1.45}.vt-login__form{gap:18px;margin-top:25px;display:grid}.vt-login__form label{color:#e2edf5;text-align:center;gap:8px;font-size:13px;font-weight:600;display:grid}.vt-login__form input{box-sizing:border-box;color:#f7fbff;text-align:center;background:#010b14ba;border:1px solid #9ac6e43b;border-radius:12px;outline:none;width:100%;min-height:49px;padding:13px 15px;font-family:inherit;font-size:15px;transition:border-color .16s,box-shadow .16s,background .16s}.vt-login__form input::placeholder{color:#71899c}.vt-login__form input:hover{border-color:#9dcfef61}.vt-login__form input:focus{background:#010c16e0;border-color:#30a9efeb;box-shadow:0 0 0 3px #1f96dc21,0 0 22px #158bcf1a}.vt-login__password-field{width:100%;position:relative}.vt-login__password-field input{padding-left:52px;padding-right:52px}.vt-login__form .vt-login__password-toggle{color:#8da4b7;cursor:pointer;background:0 0;border:0;border-radius:9px;justify-content:center;align-items:center;width:40px;height:40px;min-height:40px;padding:0;display:flex;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.vt-login__form .vt-login__password-toggle:hover,.vt-login__form .vt-login__password-toggle:focus-visible{color:#e5f3ff;background:#ffffff0f}.vt-login__form>button[type=submit]{color:#fff;cursor:pointer;letter-spacing:.1px;background:linear-gradient(135deg,#087ac1 0%,#13a9ed 100%);border:1px solid #66c8ff52;border-radius:12px;min-height:51px;margin-top:3px;font-family:inherit;font-size:15px;font-weight:700;transition:transform .15s,filter .15s,box-shadow .15s;box-shadow:0 9px 26px #0082d14d,inset 0 1px #ffffff2b}.vt-login__form>button[type=submit]:hover:not(:disabled){filter:brightness(1.07);transform:translateY(-1px);box-shadow:0 12px 30px #0082d15e,inset 0 1px #ffffff2e}.vt-login__form>button[type=submit]:active:not(:disabled){transform:translateY(0)}.vt-login__form>button[type=submit]:disabled{cursor:wait;opacity:.65}.vt-login__error{color:#fca5a5;text-align:center;background:#7f1d1d30;border:1px solid #f8717140;border-radius:10px;padding:11px 12px;font-size:13px;line-height:1.4}.vt-login__footer{color:#71899c;text-align:center;letter-spacing:.2px;border-top:1px solid #98c0db26;margin-top:25px;padding-top:18px;font-size:11px;display:block}@media (width<=520px){.vt-login{padding:max(16px, env(safe-area-inset-top)) 16px max(16px, env(safe-area-inset-bottom));background-position:50%}.vt-login__card{border-radius:21px;width:100%;max-width:390px;padding:28px 22px 23px}.vt-login__brand{grid-template-columns:58px 190px;column-gap:8px;width:calc(100% + 50px);margin-left:-50px}.vt-login__logo{width:58px;height:58px}.vt-login__brand>div{width:190px}.vt-login__brand h1{font-size:25px}.vt-login__heading{margin-top:27px}}@media (width<=360px){.vt-login__card{padding-left:18px;padding-right:18px}.vt-login__brand{grid-template-columns:52px 175px;width:calc(100% + 38px);margin-left:-38px}.vt-login__logo{width:52px;height:52px}.vt-login__brand>div{width:175px}}@media (prefers-reduced-motion:reduce){.vt-login__form input,.vt-login__form>button[type=submit]{transition:none}}.vt-kpi-bar{background:var(--vt-background);border-bottom:1px solid var(--vt-border);grid-template-columns:repeat(6,minmax(130px,1fr));gap:10px;padding:12px;display:grid;overflow-x:auto}.vt-kpi-card{border:1px solid var(--vt-border);background:var(--vt-surface);min-width:130px;box-shadow:var(--vt-shadow);border-radius:14px;align-items:center;gap:10px;padding:12px;display:flex}.vt-kpi-card__icon{background:var(--vt-surface-hover);border-radius:11px;place-items:center;width:38px;height:38px;font-size:18px;display:grid}.vt-kpi-card span{color:var(--vt-text-secondary);font-size:11px;display:block}.vt-kpi-card strong{color:var(--vt-text-primary);margin-top:4px;font-size:20px;display:block}.vt-kpi-card--primary{border-top:3px solid var(--vt-primary)}.vt-kpi-card--success{border-top:3px solid var(--vt-success)}.vt-kpi-card--warning{border-top:3px solid var(--vt-warning)}.vt-kpi-card--danger{border-top:3px solid var(--vt-danger)}.vt-kpi-card--info{border-top:3px solid #42a5f5}.vt-kpi-card--health{border-top:3px solid #ec4899}@media (width<=1300px){.vt-kpi-bar{grid-template-columns:repeat(3,minmax(150px,1fr))}}@media (width<=768px){.vt-kpi-bar{scroll-snap-type:x proximity;scrollbar-width:none;gap:8px;padding:8px 10px;display:flex;overflow:auto hidden}.vt-kpi-bar::-webkit-scrollbar{display:none}.vt-kpi-card{scroll-snap-align:start;border-radius:12px;flex:0 0 126px;gap:8px;min-width:126px;padding:9px 10px}.vt-kpi-card__icon{border-radius:9px;width:32px;height:32px;font-size:15px}.vt-kpi-card span{font-size:9px;line-height:1.15}.vt-kpi-card strong{margin-top:2px;font-size:17px}}.vt-device-manager{z-index:1300;background:color-mix(in srgb, var(--vt-surface) 98%, transparent);border:1px solid var(--vt-border);border-radius:16px;flex-direction:column;display:flex;position:absolute;inset:12px;overflow:hidden;box-shadow:0 20px 60px #0f172a33}.vt-device-manager__header,.vt-device-manager__toolbar{justify-content:space-between;align-items:center;display:flex}.vt-device-manager__header{border-bottom:1px solid var(--vt-border);padding:15px 18px}.vt-device-manager__header span{color:var(--vt-text-secondary);letter-spacing:.08em;font-size:10px;font-weight:800}.vt-device-manager__header h2{color:var(--vt-input-text);margin:2px 0 0}.vt-device-manager__close{color:var(--vt-text-secondary);cursor:pointer;background:0 0;border:0;font-size:25px}.vt-device-manager__toolbar{padding:14px 18px 8px}.vt-device-manager__toolbar strong,.vt-device-manager__toolbar span{display:block}.vt-device-manager__toolbar strong{color:var(--vt-input-text);font-size:14px}.vt-device-manager__toolbar span{color:var(--vt-text-secondary);margin-top:2px;font-size:11px}.vt-device-manager__primary{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:9px;padding:9px 13px;font-weight:700}.vt-device-manager__search{padding:8px 18px 12px}.vt-device-manager__search input,.vt-device-form input,.vt-device-form select{box-sizing:border-box;border:1px solid var(--vt-border);background:var(--vt-input-background);width:100%;color:var(--vt-input-text);border-radius:9px;padding:10px 12px}.vt-device-manager__error{color:#b91c1c;background:#fef2f2;border-radius:9px;margin:0 18px 10px;padding:10px 12px;font-size:12px}.vt-device-manager__body{flex:1;padding:0 18px 18px;overflow-y:auto}.vt-device-manager__empty{text-align:center;color:var(--vt-text-secondary);padding:36px}.vt-device-form{border:1px solid var(--vt-border);background:var(--vt-surface-elevated);border-radius:12px;margin:0 18px 14px;padding:14px}.vt-device-form__header{justify-content:space-between;align-items:center;display:flex}.vt-device-form__header strong,.vt-device-form__header span{display:block}.vt-device-form__header strong{color:var(--vt-input-text)}.vt-device-form__header span{color:var(--vt-text-secondary);margin-top:3px;font-size:10px}.vt-device-form__header button{cursor:pointer;color:var(--vt-text-secondary);background:0 0;border:0;font-size:22px}.vt-device-form__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:12px;display:grid}.vt-device-form label{color:var(--vt-text-primary);font-size:11px;font-weight:700}.vt-device-form input,.vt-device-form select{margin-top:5px}.vt-device-form__actions{justify-content:flex-end;gap:8px;margin-top:14px;display:flex}.vt-device-form__actions button{border:1px solid var(--vt-border);background:var(--vt-surface);cursor:pointer;border-radius:8px;padding:8px 12px}.vt-device-form__actions button:last-child{color:#fff;background:#2563eb;border-color:#2563eb}.vt-device-table{border:1px solid var(--vt-border);border-radius:12px;overflow:hidden}.vt-device-table__head,.vt-device-table__row{grid-template-columns:minmax(220px,2fr) 100px 110px minmax(130px,1fr) minmax(230px,1.5fr);align-items:center;gap:12px;display:grid}.vt-device-table__head{background:var(--vt-input-background);border-bottom:1px solid var(--vt-border);color:var(--vt-text-secondary);padding:9px 12px;font-size:10px;font-weight:800}.vt-device-table__row{border-bottom:1px solid var(--vt-border);background:var(--vt-surface);padding:12px}.vt-device-table__row:last-child{border-bottom:0}.vt-device-table__row--retired{opacity:.58}.vt-device-table__row strong,.vt-device-table__row span{display:block}.vt-device-table__row strong{color:var(--vt-input-text);font-size:12px}.vt-device-table__row>div:first-child span{color:var(--vt-text-secondary);margin-top:2px;font-size:10px}.vt-device-badge{border-radius:7px;width:max-content;padding:4px 7px;font-size:10px;font-weight:800;display:inline-block!important}.vt-device-badge--online{color:#15803d;background:#ecfdf5}.vt-device-badge--offline{color:var(--vt-text-secondary);background:#f1f5f9}.vt-device-badge--active{color:#2563eb;background:#eff6ff}.vt-device-badge--suspended{color:#c2410c;background:#fff7ed}.vt-device-badge--retired{color:var(--vt-text-secondary);background:#f1f5f9}.vt-device-actions{flex-wrap:wrap;gap:5px;display:flex}.vt-device-actions button{border:1px solid var(--vt-border);background:var(--vt-surface);color:#2563eb;cursor:pointer;border-radius:7px;padding:6px 8px;font-size:10px;font-weight:700}.vt-device-actions__danger{color:#b91c1c!important}@media (width<=900px){.vt-device-manager{inset:8px}.vt-device-form__grid{grid-template-columns:1fr}.vt-device-table__head{display:none}.vt-device-table__row{grid-template-columns:1fr;gap:8px}.vt-device-manager__toolbar{flex-direction:column;align-items:flex-start;gap:12px}.vt-device-manager__primary{width:100%}}.vt-device-capabilities{border:1px solid var(--vt-border);background:var(--vt-surface);border-radius:10px;margin-top:14px;padding:12px 14px}.vt-device-capabilities>strong{color:var(--vt-input-text);margin-bottom:9px;font-size:11px;font-weight:700;display:block}.vt-device-capabilities__list{flex-wrap:wrap;gap:7px;display:flex}.vt-device-capabilities__list span{border:1px solid var(--vt-border);color:#1e40af;background:#eff6ff;border-radius:999px;align-items:center;min-height:26px;padding:4px 9px;font-size:10px;font-weight:600;line-height:1.2;display:inline-flex}.vt-device-form{max-height:calc(100vh - 230px);overflow-y:auto}.vt-device-form__actions{padding-bottom:2px}@media (width<=720px){.vt-device-form{max-height:calc(100vh - 170px)}.vt-device-capabilities{padding:10px}.vt-device-capabilities__list{gap:6px}}.vt-sidebar{box-sizing:border-box;background:var(--vt-sidebar);z-index:1500;flex-direction:column;justify-content:space-between;width:82px;min-width:82px;min-height:calc(100vh - 72px);padding:16px 10px;font-family:Inter,Arial,sans-serif;display:flex;position:relative}.vt-sidebar__nav{flex-direction:column;gap:7px;display:flex}.vt-sidebar__group{position:relative}.vt-sidebar__item{width:100%;min-height:48px;color:var(--vt-sidebar-text);cursor:pointer;background:0 0;border:none;border-radius:11px;justify-content:center;align-items:center;padding:0;transition:background-color .18s,color .18s,transform .18s;display:flex;position:relative}.vt-sidebar__label{display:none}.vt-sidebar__item:hover{color:#fff;background:#ffffff1f;transform:translateY(-1px)}.vt-sidebar__item--active{background:var(--vt-surface);color:#0d47a1}.vt-sidebar__item--active:before{content:"";background:#42a5f5;border-radius:0 4px 4px 0;width:4px;position:absolute;top:10px;bottom:10px;left:-10px}.vt-sidebar__icon{text-align:center;min-width:24px;line-height:1}.vt-sidebar__submenu{border:1px solid var(--vt-border);background:var(--vt-surface);border-radius:14px;width:270px;max-height:calc(100vh - 110px);padding:10px;position:absolute;top:0;left:calc(100% + 14px);overflow-y:auto;box-shadow:0 18px 45px #0f172a2e,0 4px 12px #0f172a14}.vt-sidebar__submenu:before{content:"";background:var(--vt-surface);border-left:1px solid var(--vt-border);border-bottom:1px solid var(--vt-border);width:14px;height:14px;position:absolute;top:17px;left:-7px;transform:rotate(45deg)}.vt-sidebar__submenu-header{z-index:1;color:var(--vt-text-primary);letter-spacing:.07em;text-transform:uppercase;padding:6px 8px 10px;font-size:12px;font-weight:800;position:relative}.vt-sidebar__submenu-list{flex-direction:column;gap:4px;display:flex}.vt-sidebar__submenu-item{width:100%;color:var(--vt-text-primary);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:9px;justify-content:space-between;align-items:center;gap:10px;padding:10px 11px;font-size:13px;font-weight:600;display:flex}.vt-sidebar__submenu-item:hover{background:var(--vt-surface-hover);color:#0d47a1}.vt-sidebar__submenu-item--active{background:var(--vt-primary-soft);color:#0d47a1}.vt-sidebar__submenu-item small{background:var(--vt-surface-hover);color:var(--vt-text-secondary);letter-spacing:.04em;border-radius:5px;flex:none;padding:3px 5px;font-size:8px;font-weight:800}.vt-sidebar__footer{color:#bfdbfe;justify-content:center;align-items:center;padding:12px 0;font-size:0;display:flex}.vt-sidebar__status-dot{background:#22c55e;border-radius:50%;width:10px;height:10px;box-shadow:0 0 0 4px #22c55e24}.vt-sidebar__item:after{content:attr(aria-label);z-index:1200;color:#fff;white-space:nowrap;opacity:0;pointer-events:none;background:#0f172a;border-radius:8px;padding:7px 10px;font-size:12px;transition:opacity .16s,transform .16s;position:absolute;left:calc(100% + 12px);transform:translate(-4px)}.vt-sidebar__item:hover:after{opacity:1;transform:translate(0)}.vt-sidebar__group:has(.vt-sidebar__submenu) .vt-sidebar__item:after{display:none}@media (width<=768px){.vt-sidebar{z-index:2000;border-top:1px solid #ffffff24;width:100%;min-width:0;height:66px;min-height:0;padding:5px 6px;display:block;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -6px 20px #0f172a2e}.vt-sidebar__nav{scrollbar-width:none;flex-direction:row;gap:2px;width:100%;height:100%;display:flex;overflow:auto hidden}.vt-sidebar__nav::-webkit-scrollbar{display:none}.vt-sidebar__group{flex:1 0 62px;position:static}.vt-sidebar__item{border-radius:9px;flex-direction:column;justify-content:center;align-items:center;gap:3px;width:100%;min-height:54px;display:flex}.vt-sidebar__label{text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%;font-size:8px;line-height:1.1;display:block;overflow:hidden}.vt-sidebar__item--active:before{display:none}.vt-sidebar__submenu{z-index:2200;width:auto;max-height:55vh;position:fixed;inset:auto 8px 74px}.vt-sidebar__submenu:before,.vt-sidebar__item:after,.vt-sidebar__footer{display:none}}.vt-sidebar__state{width:100%;min-height:74px;color:var(--vt-sidebar-text);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:5px;display:flex}.vt-sidebar__state-icon{color:#fff;background:#ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:16px;font-weight:800;display:flex}.vt-sidebar__state-label{font-size:9px;line-height:1.2}.vt-sidebar__retry{color:#fff;cursor:pointer;background:#ffffff1f;border:1px solid #ffffff52;border-radius:7px;padding:5px 7px;font-size:9px;font-weight:700}.vt-sidebar__retry:hover{background:#fff3}.vt-sidebar__retry:disabled{opacity:.55;cursor:default}@media (width<=768px){.vt-sidebar__state{flex-direction:row;gap:8px;height:100%;min-height:0}.vt-sidebar__state-icon{flex:0 0 26px;width:26px;height:26px}.vt-sidebar__state-label{white-space:nowrap;font-size:10px}.vt-sidebar__retry{padding:6px 9px;font-size:10px}}.vt-status-bar{background:var(--vt-surface);border-top:1px solid var(--vt-border);grid-template-columns:repeat(6,minmax(0,1fr));align-items:center;height:58px;font-family:Inter,Arial,sans-serif;display:grid}.vt-status-bar__item{border-right:1px solid var(--vt-border);min-width:0;padding:8px 16px}.vt-status-bar__item:last-child{border-right:none}.vt-status-bar__item span{color:var(--vt-text-secondary);font-size:11px;display:block}.vt-status-bar__item strong{color:var(--vt-text-primary);margin-top:3px;font-size:13px;display:block}@media (width<=768px){.vt-status-bar{scrollbar-width:none;align-items:stretch;height:48px;display:flex;overflow:auto hidden}.vt-status-bar::-webkit-scrollbar{display:none}.vt-status-bar__item{border-right:1px solid var(--vt-border);border-bottom:none;flex-direction:column;flex:none;justify-content:center;min-width:112px;padding:5px 10px;display:flex}.vt-status-bar__item span{font-size:9px;line-height:1.1}.vt-status-bar__item strong{white-space:nowrap;margin-top:2px;font-size:11px}}.vt-topbar{z-index:1000;box-sizing:border-box;background:var(--vt-surface);border-bottom:1px solid var(--vt-border);align-items:center;gap:24px;width:100%;min-height:72px;padding:10px 24px;font-family:Inter,Arial,sans-serif;transition:background-color .2s,border-color .2s;display:flex;position:relative}.vt-topbar__brand{align-items:center;gap:12px;min-width:220px;display:flex}.vt-topbar__logo{object-fit:contain;border-radius:50%;flex-shrink:0;width:54px;height:54px;display:block}.vt-topbar__brand strong{color:var(--vt-text-primary);font-size:16px;display:block}.vt-topbar__brand span{color:var(--vt-text-secondary);margin-top:2px;font-size:12px;display:block}.vt-topbar__search{border:1px solid var(--vt-border);background:var(--vt-surface);min-width:220px;max-width:620px;color:var(--vt-text-primary);border-radius:10px;outline:none;flex:1;padding:12px 16px;font-size:14px;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s}.vt-topbar__search::placeholder{color:var(--vt-text-secondary)}.vt-topbar__search:focus{border-color:var(--vt-primary);box-shadow:0 0 0 3px #1976d21f}.vt-topbar__actions{align-items:center;gap:12px;margin-left:auto;display:flex}.vt-topbar__icon,.vt-topbar__ai{cursor:pointer;border:none;border-radius:10px;transition:transform .2s,background-color .2s,color .2s}.vt-topbar__icon{background:var(--vt-surface-hover);width:42px;height:42px;color:var(--vt-text-primary);flex-shrink:0}.vt-topbar__ai{white-space:nowrap;background:var(--vt-primary-dark);color:#fff;padding:12px 16px;font-weight:600}.vt-topbar__icon:hover,.vt-topbar__ai:hover{transform:translateY(-1px)}.vt-topbar__user-wrapper{position:relative}.vt-topbar__user{min-width:220px;color:var(--vt-text-primary);cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:12px;align-items:center;gap:10px;padding:6px 10px;transition:background-color .18s,border-color .18s;display:flex}.vt-topbar__user:hover{border-color:var(--vt-border);background:var(--vt-surface-hover)}.vt-topbar__avatar{background:var(--vt-primary-soft);width:40px;height:40px;color:var(--vt-primary-dark);border-radius:50%;flex-shrink:0;place-items:center;font-weight:800;display:grid}.vt-topbar__user-info{flex:1;min-width:0}.vt-topbar__user-info strong{color:var(--vt-text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:13px;display:block;overflow:hidden}.vt-topbar__user-info span,.vt-topbar__user-info small{color:var(--vt-text-secondary);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:11px;display:block;overflow:hidden}.vt-topbar__user-info small{color:var(--vt-primary);font-weight:600}.vt-topbar__chevron{color:var(--vt-text-secondary);font-size:14px;transition:transform .18s}.vt-topbar__chevron--open{transform:rotate(180deg)}.vt-topbar__menu{z-index:1100;border:1px solid var(--vt-border);background:var(--vt-surface);border-radius:14px;width:270px;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden;box-shadow:0 18px 45px #0f172a29,0 4px 12px #0f172a14}.vt-topbar__menu-header{padding:18px}.vt-topbar__menu-header strong{color:var(--vt-text-primary);font-size:14px;display:block}.vt-topbar__menu-header span,.vt-topbar__menu-header small{color:var(--vt-text-secondary);text-overflow:ellipsis;white-space:nowrap;margin-top:5px;font-size:12px;display:block;overflow:hidden}.vt-topbar__menu-header small{color:var(--vt-primary);font-weight:700}.vt-topbar__menu-divider{background:var(--vt-border);height:1px}.vt-topbar__menu-item{width:100%;color:var(--vt-text-primary);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:11px;padding:13px 18px;font-size:13px;transition:background-color .16s,color .16s;display:flex}.vt-topbar__menu-item:hover{background:var(--vt-surface-hover)}.vt-topbar__menu-item--danger{color:var(--vt-danger)}.vt-topbar__menu-item--danger:hover{background:#dc262614}@media (width<=1100px){.vt-topbar__user{min-width:auto}.vt-topbar__user-info{display:none}}@media (width<=900px){.vt-topbar{gap:12px;padding:9px 16px}.vt-topbar__brand{min-width:auto}.vt-topbar__logo{width:48px;height:48px}.vt-topbar__brand>div:last-child,.vt-topbar__search,.vt-topbar__ai{display:none}}@media (width<=560px){.vt-topbar{z-index:3000}.vt-topbar__actions{gap:6px}.vt-topbar__logo{width:44px;height:44px}.vt-topbar__icon{width:38px;height:38px}.vt-topbar__user{padding:4px}.vt-topbar__menu{z-index:5000;width:auto;position:fixed;top:68px;left:12px;right:12px}.vt-topbar__notifications-panel{box-sizing:border-box;z-index:5000!important;width:auto!important;max-width:none!important;max-height:calc(100dvh - 165px)!important;position:fixed!important;top:76px!important;left:12px!important;right:12px!important;overflow-y:auto!important}}.vt-topbar__center-brand{color:var(--vt-text-primary);letter-spacing:.14em;-webkit-user-select:none;user-select:none;background:linear-gradient(135deg,#2563eb14,#0ea5e908);border:1px solid #3b82f629;border-radius:10px;flex:none;align-items:center;gap:3px;padding:7px 12px;font-size:12px;line-height:1;display:flex}.vt-topbar__center-brand span{color:var(--vt-text-secondary);font-weight:700}.vt-topbar__center-brand strong{color:var(--vt-primary);font-weight:900}@media (width<=1250px){.vt-topbar__center-brand{display:none}}@media (width<=900px){.vt-topbar__brand{flex:0 auto;align-items:center;gap:8px;min-width:0;display:flex}.vt-topbar__brand>div:last-child{min-width:0;display:block}.vt-topbar__brand strong{white-space:nowrap;margin:0;font-size:15px;font-weight:800;line-height:1;display:block}.vt-topbar__brand span{display:none}}@media (width<=560px){.vt-topbar{gap:8px;padding:8px 10px}.vt-topbar__brand strong{font-size:14px}.vt-topbar__logo{width:40px;height:40px}.vt-topbar__brand>div:last-child{display:block}.vt-topbar__brand>div:last-child strong{letter-spacing:.3px;text-transform:uppercase;white-space:nowrap;font-size:20px;font-weight:800;line-height:1;display:block}.vt-topbar__brand>div:last-child span{display:none}.vt-topbar__brand{gap:9px}}.vt-geofence-manager{z-index:1200;background:var(--vt-surface);border:1px solid var(--vt-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:16px;flex-direction:column;width:min(390px,100vw - 24px);max-height:calc(100% - 24px);display:flex;position:absolute;top:12px;left:12px;overflow:hidden;box-shadow:0 18px 50px #0f172a2e}.vt-geofence-manager__header{justify-content:space-between;align-items:center;padding:16px 18px 12px;display:flex}.vt-geofence-manager__header h2{margin:0;font-size:18px}.vt-geofence-manager__header span{color:var(--vt-text-secondary);margin-top:3px;font-size:12px;display:block}.vt-geofence-manager__close,.vt-geofence-editor__header button{cursor:pointer;color:var(--vt-text-secondary);background:0 0;border:0;font-size:24px}.vt-geofence-manager__search{padding:0 16px 12px}.vt-geofence-manager__search input,.vt-geofence-editor input:not([type=checkbox]):not([type=range]){box-sizing:border-box;border:1px solid var(--vt-border);background:var(--vt-surface-muted);border-radius:10px;outline:none;width:100%;padding:10px 12px}.vt-geofence-manager__content{padding:0 12px 14px;overflow-y:auto}.vt-geofence-manager__error{color:#b91c1c;background:#fef2f2;border-radius:9px;margin:0 16px 12px;padding:9px 11px;font-size:12px}.vt-geofence-manager__empty{text-align:center;color:var(--vt-text-secondary);padding:28px 12px}.vt-geofence-card{border:1px solid var(--vt-border);background:var(--vt-surface);border-radius:12px;margin-bottom:9px;padding:12px}.vt-geofence-card--inactive{opacity:.58}.vt-geofence-card__top,.vt-geofence-card__identity,.vt-geofence-card__status,.vt-geofence-card__actions,.vt-geofence-editor__header,.vt-geofence-editor__actions,.vt-geofence-editor__radius{align-items:center;display:flex}.vt-geofence-card__top,.vt-geofence-editor__header{justify-content:space-between}.vt-geofence-card__identity{gap:10px}.vt-geofence-card__identity strong,.vt-geofence-card__identity span{display:block}.vt-geofence-card__identity strong{color:var(--vt-text-primary);overflow-wrap:anywhere;font-size:15px;font-weight:700;line-height:1.25}.vt-geofence-card__identity span{color:var(--vt-text-secondary);margin-top:4px;font-size:11px}.vt-geofence-card__color{border-radius:8px;width:11px;height:34px}.vt-geofence-card__status{color:var(--vt-text-secondary);gap:10px;margin-top:10px;font-size:11px}.vt-geofence-card__active{color:#15803d;font-weight:700}.vt-geofence-card__disabled{color:var(--vt-text-secondary);font-weight:700}.vt-geofence-card__actions{justify-content:flex-end;margin-top:9px}.vt-geofence-card__actions button{color:#2563eb;cursor:pointer;background:0 0;border:0;font-weight:600}.vt-geofence-switch{cursor:pointer;background:#cbd5e1;border:0;border-radius:20px;width:38px;height:21px;padding:0;transition:all .2s;position:relative}.vt-geofence-switch span{background:#fff;border-radius:50%;width:15px;height:15px;transition:all .2s;position:absolute;top:3px;left:3px}.vt-geofence-switch--active{background:#22c55e}.vt-geofence-switch--active span{transform:translate(17px)}.vt-geofence-editor{border-top:1px solid var(--vt-border);background:var(--vt-surface);padding:16px}.vt-geofence-editor__header{border-bottom:1px solid var(--vt-border);justify-content:space-between;align-items:flex-start;padding-bottom:14px;display:flex}.vt-geofence-editor__header>div{min-width:0}.vt-geofence-editor__eyebrow{color:var(--vt-text-secondary);letter-spacing:.08em;margin-bottom:3px;font-size:10px;font-weight:700;display:block}.vt-geofence-editor__header strong{color:var(--vt-text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:18px;display:block;overflow:hidden}.vt-geofence-editor__header button{color:var(--vt-text-secondary);cursor:pointer;background:0 0;border:0;flex:none;font-size:24px;line-height:1}.vt-geofence-editor__field{margin-top:16px}.vt-geofence-editor__field>label,.vt-geofence-editor__field-title label{color:var(--vt-text-secondary);font-size:12px;font-weight:700}.vt-geofence-editor__field>input{box-sizing:border-box;border:1px solid var(--vt-border-strong);background:var(--vt-surface-muted);width:100%;color:var(--vt-text-primary);border-radius:10px;outline:none;margin-top:6px;padding:10px 12px;font-size:14px}.vt-geofence-editor__field>input:focus{background:var(--vt-surface);border-color:#2563eb}.vt-geofence-editor__field-title{justify-content:space-between;align-items:center;display:flex}.vt-geofence-editor__field-title strong{color:#2563eb;font-size:14px}.vt-geofence-editor__radius{align-items:center;margin-top:8px;display:flex}.vt-geofence-editor__radius input{accent-color:#2563eb;width:100%;margin:0}.vt-geofence-editor__range-labels{color:var(--vt-text-muted);justify-content:space-between;margin-top:2px;font-size:10px;display:flex}.vt-geofence-editor__alerts{border:1px solid var(--vt-border);background:var(--vt-surface-muted);border-radius:12px;margin-top:16px;padding:12px}.vt-geofence-editor__alerts-title{color:var(--vt-text-secondary);margin-bottom:9px;font-size:12px;font-weight:700}.vt-geofence-editor__check{cursor:pointer;align-items:flex-start;gap:10px;padding:8px 0;margin:0!important;display:flex!important}.vt-geofence-editor__check+.vt-geofence-editor__check{border-top:1px solid var(--vt-border)}.vt-geofence-editor__check input{accent-color:#2563eb;flex:none;width:17px;height:17px;margin:1px 0 0}.vt-geofence-editor__check span{flex-direction:column;gap:2px;display:flex}.vt-geofence-editor__check strong{color:var(--vt-text-primary);font-size:12px}.vt-geofence-editor__check small{color:var(--vt-text-secondary);font-size:10px;font-weight:400}.vt-geofence-editor__actions{justify-content:flex-end;align-items:center;gap:8px;margin-top:16px;display:flex}.vt-geofence-editor__actions button{border:1px solid var(--vt-border);background:var(--vt-surface);color:var(--vt-text-secondary);cursor:pointer;border-radius:9px;padding:9px 13px;font-weight:600}.vt-geofence-editor__actions button:last-child{color:#fff;background:#2563eb;border-color:#2563eb}.vt-geofence-editor__actions button:disabled{cursor:not-allowed;opacity:.6}@media (width<=768px){.vt-geofence-manager{width:calc(100vw - 16px);max-height:calc(100% - 16px);top:8px;left:8px}}.vt-geofence-card__delete{color:#dc2626!important}.vt-geofence-card__delete:hover{text-decoration:underline}.vt-geofence-manager__header-actions{align-items:center;gap:8px;display:flex}.vt-geofence-manager__new{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:9px;justify-content:center;align-items:center;gap:6px;min-height:34px;padding:7px 11px;font-size:12px;font-weight:700;display:inline-flex}.vt-geofence-manager__new svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;width:16px;height:16px}@media (width<=600px){.vt-geofence-manager__new{padding:7px 9px;font-size:11px}}:root[data-theme=dark] .vt-geofence-manager{background:var(--vt-surface);border-color:var(--vt-border);color:var(--vt-text-primary);box-shadow:var(--vt-shadow)}:root[data-theme=dark] .vt-geofence-manager input,:root[data-theme=dark] .vt-geofence-manager select,:root[data-theme=dark] .vt-geofence-manager textarea{background:var(--vt-background);border-color:var(--vt-border);color:var(--vt-text-primary)}:root[data-theme=dark] .vt-geofence-manager input::placeholder,:root[data-theme=dark] .vt-geofence-manager textarea::placeholder{color:var(--vt-text-secondary)}.vt-geofence-card__actions button:disabled{opacity:.38;cursor:not-allowed;pointer-events:none;filter:grayscale(.35)}.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}}.vt-marker-wrapper{background:0 0;border:none}.vt-marker{border:3px solid #fff;border-radius:50%;place-items:center;width:48px;height:48px;transition:transform .2s,background-color .2s,box-shadow .2s;display:grid;position:relative;box-shadow:0 6px 16px #0f172a52,0 0 0 4px #ffffff52}.vt-marker__vehicle{z-index:3;filter:drop-shadow(0 1px 1px #0f172a33);place-items:center;font-size:23px;line-height:1;display:grid;position:relative}.vt-marker__heading{z-index:2;width:18px;height:18px;color:inherit;transform-origin:50% 39px;transition:transform .3s;position:absolute;top:-15px;left:50%}.vt-marker__heading svg{filter:drop-shadow(0 2px 2px #0f172a47);width:18px;height:18px}.vt-marker__pulse{z-index:1;opacity:0;pointer-events:none;border:2px solid;border-radius:50%;position:absolute;inset:-7px}.vt-marker--moving{color:#22c55e;background:#2e7d32}.vt-marker--stopped{color:#facc15;background:#f9a825}.vt-marker--offline{color:#ef4444;filter:grayscale(.25);background:#d32f2f}.vt-marker--engine-off{color:#3b82f6;background:#1976d2}.vt-marker--maintenance{color:#8b5cf6;background:#7c3aed}.vt-marker--moving .vt-marker__pulse{animation:1.8s ease-out infinite vt-marker-pulse}.vt-marker:hover{transform:translateY(-3px)scale(1.08);box-shadow:0 10px 22px #0f172a61,0 0 0 5px #ffffff6b}@keyframes vt-marker-pulse{0%{opacity:.65;transform:scale(.82)}70%{opacity:0;transform:scale(1.35)}to{opacity:0;transform:scale(1.35)}}@media (prefers-reduced-motion:reduce){.vt-marker,.vt-marker__heading,.vt-marker__pulse{transition:none;animation:none}}.vt-playback-controls{z-index:1100;color:#fff;background:#111827eb;border-radius:14px;align-items:center;gap:8px;padding:8px 10px;display:flex;position:absolute;top:16px;right:16px;box-shadow:0 4px 14px #0000004d}@media (width<=768px){.vt-playback-controls{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;width:calc(100% - 80px);max-width:520px;padding:6px 10px;inset:auto auto 16px 50%;transform:translate(-50%)}.vt-playback-controls input[type=range]{max-width:none;height:18px;margin:0;width:100%!important}.vt-playback-controls button,.vt-playback-controls select{height:34px;min-height:34px;padding-top:2px;padding-bottom:2px;font-size:15px}}.vt-map-tools{z-index:1100;flex-direction:column;gap:8px;display:flex;position:absolute;top:96px;left:10px}.vt-map-tool-button{color:#64748b;cursor:pointer;background:#fffffffa;border:1px solid #0f172a33;border-radius:6px;justify-content:center;align-items:center;width:34px;height:34px;padding:0;font-size:20px;font-weight:700;line-height:1;display:flex;box-shadow:0 1px 5px #0f172a33}.vt-map-tool-button:hover{color:#2563eb;background:#fff}.vt-map-tool-button--active{color:#2563eb;border-color:#2563eb80;box-shadow:0 1px 5px #0f172a2e,0 0 0 2px #2563eb1f}.vt-map-layer-control{position:relative}.vt-map-layer-menu{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffffa;border:1px solid #e2e8f0;border-radius:8px;min-width:120px;padding:6px;position:absolute;top:0;left:42px;box-shadow:0 8px 24px #0f172a2e}.vt-map-layer-menu button{color:#0f172a;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;width:100%;padding:8px 10px;font-size:12px}.vt-map-layer-menu button:hover{background:#f1f5f9}.vt-map-layer-menu__active{font-weight:700;color:#2563eb!important;background:#eff6ff!important}@media (width<=768px){.vt-map-tools{top:94px;left:10px}.vt-map-tool-button{width:34px;height:34px}}.vt-map-tools{gap:7px;top:94px;left:10px}.vt-map-tool-button{color:#475569;-webkit-backdrop-filter:blur(10px);background:#ffffffad;border:1px solid #ffffff8c;border-radius:9px;width:34px;height:34px;transition:background .16s,color .16s,transform .16s,box-shadow .16s;box-shadow:0 2px 8px #0f172a1a,inset 0 1px #ffffffa6}.vt-map-tool-button:hover{color:#1677ff;background:#ffffffe0;transform:translateY(-1px);box-shadow:0 4px 12px #0f172a24,inset 0 1px #fffc}.vt-map-tool-button--active{color:#1677ff;background:linear-gradient(145deg,#ffffffdb,#eff6ffb8);border-color:#1677ff2e;box-shadow:0 3px 10px #1677ff24,inset 0 1px #ffffffe6}.vt-map-tool-icon__fill{fill:currentColor;stroke:none}.vt-map-layer-menu{-webkit-backdrop-filter:blur(12px);background:#ffffffe0;border:1px solid #e2e8f0d9;left:42px;box-shadow:0 10px 30px #0f172a24}.vt-map-tool-compass{cursor:default}.vt-map-tool-icon{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:19px;height:19px}.vt-map-measure-result{z-index:1100;color:#334155;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);pointer-events:none;background:#ffffffe0;border:1px solid #ffffff8c;border-radius:9px;max-width:190px;padding:8px 11px;font-size:12px;font-weight:700;position:absolute;top:94px;left:54px;box-shadow:0 3px 10px #0f172a24}@media (width<=768px){.vt-map-measure-result{max-width:175px;top:94px;left:54px}}[data-theme=dark] .vt-map-measure-result{color:#e2e8f0;background:#0f172ae0;border-color:#94a3b838}.vt-geofence-drawing-panel{z-index:1200;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172af0;border:1px solid #94a3b859;border-radius:12px;align-items:center;gap:12px;max-width:calc(100% - 24px);padding:9px 12px;display:flex;position:absolute;bottom:18px;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #0f172a40}.vt-geofence-drawing-panel__info{white-space:nowrap;flex-direction:column;gap:2px;display:flex}.vt-geofence-drawing-panel__info strong{font-size:12px}.vt-geofence-drawing-panel__info span{opacity:.75;font-size:11px}.vt-geofence-drawing-panel__actions{gap:6px;display:flex}.vt-geofence-drawing-panel button{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #94a3b859;border-radius:8px;min-height:32px;padding:6px 9px;font-size:11px;font-weight:600}.vt-geofence-drawing-panel button:disabled{opacity:.35;cursor:default}.vt-geofence-drawing-panel__finish{background:#2563eb!important;border-color:#2563eb!important}.vt-geofence-drawing-panel>small{color:#fca5a5}@media (width<=600px){.vt-geofence-drawing-panel{flex-direction:column;align-items:stretch;gap:7px;width:calc(100% - 24px);bottom:12px}.vt-geofence-drawing-panel__info{flex-direction:row;justify-content:space-between}.vt-geofence-drawing-panel__actions{width:100%}.vt-geofence-drawing-panel button{flex:1}}.vt-geofence-form-panel{z-index:1200;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172af5;border:1px solid #94a3b859;border-radius:14px;gap:10px;width:min(430px,100% - 28px);padding:14px;display:grid;position:absolute;bottom:18px;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #0f172a4d}.vt-geofence-form-panel__header{justify-content:space-between;align-items:center;display:flex}.vt-geofence-form-panel__header>div{gap:2px;display:grid}.vt-geofence-form-panel__header strong{font-size:14px}.vt-geofence-form-panel__header span{opacity:.72;font-size:11px}.vt-geofence-form-panel__field{gap:5px;font-size:12px;display:grid}.vt-geofence-form-panel__field input{box-sizing:border-box;color:#fff;background:#ffffff14;border:1px solid #94a3b866;border-radius:8px;outline:none;width:100%;min-height:38px;padding:8px 10px}.vt-geofence-form-panel__alerts{flex-wrap:wrap;gap:12px;display:flex}.vt-geofence-form-panel__alerts label{align-items:center;gap:6px;font-size:12px;display:inline-flex}.vt-geofence-form-panel__error{color:#fca5a5}.vt-geofence-form-panel__actions{justify-content:flex-end;gap:7px;display:flex}.vt-geofence-form-panel__actions button{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #94a3b859;border-radius:8px;min-height:34px;padding:6px 10px;font-size:11px;font-weight:600}.vt-geofence-form-panel__save{background:#2563eb!important;border-color:#2563eb!important}@media (width<=600px){.vt-geofence-form-panel{width:calc(100% - 24px);padding:11px;bottom:12px}.vt-geofence-form-panel__actions{width:100%}.vt-geofence-form-panel__actions button{flex:1}}@media (width<=768px){.vt-map-tools,.vt-map-measure-result{top:136px!important}.vt-app-shell--map-pure .vt-map-tools,.vt-app-shell--map-pure .vt-map-measure-result{top:94px!important}.vt-app-shell--map-pure .leaflet-top.leaflet-left{top:0!important}.leaflet-popup{display:none!important}}.vt-map-tools{gap:6px}.vt-map-tool-button{border-radius:10px;width:40px;height:40px}.vt-map-tool-icon{stroke-width:2.1px;width:22px;height:22px}.leaflet-control-zoom a{box-sizing:border-box;width:40px!important;height:40px!important;font-size:23px!important;font-weight:500!important;line-height:40px!important}.leaflet-control-zoom{border:0!important;box-shadow:0 2px 8px #0f172a1f!important}.leaflet-control-zoom-in{border-radius:10px 10px 0 0!important}.leaflet-control-zoom-out{border-radius:0 0 10px 10px!important}.vt-map-layer-menu{left:48px}@media (width<=768px){.vt-map-tool-button{width:40px;height:40px}.vt-map-tools,.vt-map-measure-result{top:182px!important}.vt-app-shell--map-pure .vt-map-tools,.vt-app-shell--map-pure .vt-map-measure-result{top:140px!important}.leaflet-top.leaflet-left{left:10px!important}.leaflet-control-zoom{margin-top:58px!important;margin-left:0!important}.leaflet-control-zoom a{width:40px!important;height:40px!important;line-height:40px!important}.vt-map-tools{gap:6px!important;top:188px!important;left:10px!important}.vt-map-tool-button{width:40px!important;min-width:40px!important;height:40px!important;min-height:40px!important;margin:0!important}.vt-map-tool-icon{width:22px!important;height:22px!important}.vt-map-measure-result{top:188px!important}.vt-app-shell--map-pure .leaflet-control-zoom{margin-top:16px!important}.vt-app-shell--map-pure .vt-map-tools,.vt-app-shell--map-pure .vt-map-measure-result{top:146px!important}}.vt-map-tools{z-index:1100;flex-direction:column;gap:6px;display:flex;position:absolute;left:10px}.vt-map-tool-button{box-sizing:border-box;border-radius:10px!important;justify-content:center!important;align-items:center!important;width:40px!important;min-width:40px!important;height:40px!important;min-height:40px!important;margin:0!important;padding:0!important;display:flex!important}.vt-map-tool-icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;display:block;stroke-width:2.1px!important;width:22px!important;height:22px!important}.vt-map-tools{top:94px}@media (width<=768px){.vt-map-tools{gap:6px!important;top:58px!important;left:10px!important}.vt-app-shell--map-pure .vt-map-tools{top:14px!important}.vt-map-measure-result{left:58px!important}}.leaflet-control-zoom{display:none!important}@media (width<=768px){.vt-map-tools{top:68px!important}.vt-app-shell--map-pure .vt-map-tools{top:14px!important}}.vt-map-tiles-streets{filter:none}.vt-map-tiles-light{filter:brightness(1.08)contrast(1.08)saturate(.78)}.leaflet-container:has(.vt-map-tiles-light){background:#fff}.vt-map-tiles-dark{filter:invert(.92)hue-rotate(180deg)brightness(.72)contrast(.88)saturate(.55)}.vt-map-tiles-streets,.vt-map-tiles-light,.vt-map-tiles-dark{transition:filter .18s}.vt-profile{z-index:1350;background:var(--vt-surface-elevated);border:1px solid var(--vt-border);border-radius:16px;grid-template-rows:auto 1fr;grid-template-columns:170px 1fr;display:grid;position:absolute;inset:12px;overflow:hidden;box-shadow:0 20px 60px #0f172a33}.vt-profile__header{border-bottom:1px solid var(--vt-border);grid-column:1/-1;justify-content:space-between;align-items:center;padding:16px 18px;display:flex}.vt-profile__header span{color:var(--vt-text-secondary);letter-spacing:.08em;font-size:10px;font-weight:700}.vt-profile__header h2{color:var(--vt-text-primary);margin:2px 0 0}.vt-profile__header button{color:var(--vt-text-secondary);cursor:pointer;background:0 0;border:0;font-size:24px}.vt-profile__nav{border-right:1px solid var(--vt-border);background:var(--vt-surface-muted);padding:12px 8px}.vt-profile__nav button{width:100%;color:var(--vt-text-secondary);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;margin-bottom:6px;padding:10px}.vt-profile__nav button:disabled{cursor:default;opacity:.45}.vt-profile__nav-item--active{font-weight:700;background:var(--vt-surface-selected)!important;color:#2563eb!important}.vt-profile__content{padding:16px;overflow-y:auto}.vt-profile__master{border:1px solid var(--vt-border);background:var(--vt-surface-selected);border-radius:12px;justify-content:space-between;align-items:center;gap:18px;padding:15px;display:flex}.vt-profile__master strong,.vt-profile__master span{display:block}.vt-profile__master strong{color:var(--vt-text-primary);font-size:14px}.vt-profile__master span{color:var(--vt-text-secondary);margin-top:4px;font-size:11px}.vt-profile__hint{color:var(--vt-text-secondary);margin:12px 0 14px;font-size:11px}.vt-profile-category{border:1px solid var(--vt-border);background:var(--vt-surface);border-radius:12px;margin-bottom:10px;overflow:hidden}.vt-profile-category__header{background:var(--vt-surface-muted);cursor:pointer;text-align:left;border:0;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:13px 14px;display:flex}.vt-profile-category__header strong,.vt-profile-category__header span{display:block}.vt-profile-category__header strong{color:var(--vt-text-primary);font-size:13px}.vt-profile-category__header div>span{color:var(--vt-text-secondary);margin-top:3px;font-size:10px}.vt-profile-category__items{padding:0 14px}.vt-profile-alert{border-bottom:1px solid var(--vt-border);justify-content:space-between;align-items:center;gap:16px;padding:13px 0;display:flex}.vt-profile-alert:last-child{border-bottom:0}.vt-profile-alert__info{min-width:0}.vt-profile-alert__title{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.vt-profile-alert__title strong{color:var(--vt-text-primary);font-size:12px}.vt-profile-alert__title span{background:var(--vt-surface-muted);color:var(--vt-text-secondary);border-radius:6px;padding:2px 6px;font-size:9px;font-weight:700}.vt-profile-alert p{color:var(--vt-text-secondary);margin:4px 0 0;font-size:10px}.vt-profile-switch{background:var(--vt-border-strong);cursor:pointer;border:0;border-radius:20px;flex:none;width:38px;height:21px;padding:0;position:relative}.vt-profile-switch span{background:var(--vt-surface);border-radius:50%;width:15px;height:15px;transition:all .2s;position:absolute;top:3px;left:3px}.vt-profile-switch--active{background:#22c55e}.vt-profile-switch--active span{transform:translate(17px)}.vt-profile-switch:disabled{cursor:default;opacity:.45}.vt-profile__error{color:#b91c1c;background:#fef2f2;border-radius:9px;margin-bottom:12px;padding:10px 12px;font-size:12px}.vt-profile__empty{text-align:center;color:var(--vt-text-secondary);padding:30px}@media (width<=768px){.vt-profile{grid-template-rows:auto auto 1fr;grid-template-columns:1fr;inset:8px}.vt-profile__nav{border-right:0;border-bottom:1px solid var(--vt-border);gap:5px;display:flex;overflow-x:auto}.vt-profile__nav button{width:auto;min-width:max-content;margin:0}}.vt-profile__placeholder{border:1px dashed var(--vt-border-strong);background:var(--vt-surface-muted);border-radius:16px;flex-direction:column;justify-content:center;min-height:280px;padding:28px;display:flex}.vt-profile__placeholder>span{color:var(--vt-text-secondary);letter-spacing:.08em;font-size:11px;font-weight:800}.vt-profile__placeholder h3{color:var(--vt-text-primary);margin:7px 0;font-size:24px}.vt-profile__placeholder p{max-width:620px;color:var(--vt-text-secondary);margin:0 0 18px;line-height:1.6}.vt-profile__summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.vt-profile__summary-grid div{border:1px solid var(--vt-border);background:var(--vt-surface);border-radius:10px;padding:13px}.vt-profile__summary-grid span,.vt-profile__summary-grid strong{display:block}.vt-profile__summary-grid span{color:var(--vt-text-secondary);margin-bottom:4px;font-size:10px}.vt-profile__summary-grid strong{color:var(--vt-text-primary);font-size:13px}.vt-profile__coming{background:var(--vt-surface-selected);color:#1d4ed8;border-radius:10px;padding:13px;font-size:12px;font-weight:700}@media (width<=768px){.vt-profile__placeholder{min-height:220px;padding:18px}.vt-profile__summary-grid{grid-template-columns:1fr}}.vt-profile__security-form{gap:16px;margin-top:18px;display:grid}.vt-profile__field{gap:7px;display:grid}.vt-profile__field>span{color:var(--vt-text-secondary);font-size:13px;font-weight:600}.vt-profile__field input{box-sizing:border-box;border:1px solid var(--vt-border);background:var(--vt-input-background);width:100%;min-width:0;color:var(--vt-input-text);font:inherit;border-radius:10px;outline:none;padding:11px 12px;transition:border-color .15s,box-shadow .15s,background .15s}.vt-profile__field input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb29}.vt-profile__field input:disabled{opacity:.65;cursor:not-allowed}.vt-profile__feedback{border-radius:10px;padding:10px 12px;font-size:13px;line-height:1.4}.vt-profile__feedback--error{color:#ef4444;background:#ef44441a;border:1px solid #ef444459}.vt-profile__feedback--success{color:#22c55e;background:#22c55e1a;border:1px solid #22c55e59}.vt-profile__security-actions{justify-content:flex-end;margin-top:2px;display:flex}.vt-profile__primary{color:#fff;font:inherit;cursor:pointer;background:#2563eb;border:0;border-radius:10px;padding:11px 16px;font-weight:700;transition:opacity .15s,transform .15s}.vt-profile__primary:hover:not(:disabled){transform:translateY(-1px)}.vt-profile__primary:disabled{opacity:.5;cursor:not-allowed}@media (width<=768px){.vt-profile__security-form{gap:14px}.vt-profile__security-actions{justify-content:stretch}.vt-profile__primary{width:100%}}.vt-profile__password-visibility{border:1px solid var(--vt-border);background:var(--vt-surface-muted);border-radius:10px;justify-content:space-between;align-items:center;gap:16px;padding:11px 12px;display:flex}.vt-profile__password-visibility>div{gap:3px;min-width:0;display:grid}.vt-profile__password-visibility strong{color:var(--vt-text-primary);font-size:13px}.vt-profile__password-visibility>div>span{color:var(--vt-text-secondary);font-size:12px;line-height:1.35}.vt-personal-settings{z-index:5000;border:1px solid var(--vt-border);background:var(--vt-surface);border-radius:18px;flex-direction:column;display:flex;position:fixed;inset:78px 18px 18px 82px;overflow:hidden;box-shadow:0 18px 50px #0f172a38}.vt-personal-settings__header{border-bottom:1px solid var(--vt-border);justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.vt-personal-settings__header span{color:var(--vt-text-secondary);letter-spacing:.12em;margin-bottom:4px;font-size:11px;font-weight:800;display:block}.vt-personal-settings__header h2{color:var(--vt-text-primary);margin:0;font-size:24px}.vt-personal-settings__header button{color:var(--vt-text-secondary);cursor:pointer;background:0 0;border:0;font-size:28px}.vt-personal-settings__body{flex:1;grid-template-columns:230px 1fr;min-height:0;display:grid}.vt-personal-settings__nav{border-right:1px solid var(--vt-border);background:var(--vt-surface-muted);padding:14px 10px}.vt-personal-settings__nav-item{width:100%;color:var(--vt-text-secondary);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;margin-bottom:5px;padding:10px 12px;font-weight:700}.vt-personal-settings__nav-item:hover,.vt-personal-settings__nav-item--active{background:var(--vt-surface-selected);color:#0d47a1}.vt-personal-settings__content{min-width:0;padding:22px;overflow-y:auto}.vt-personal-settings__empty{border:1px dashed var(--vt-border-strong);background:var(--vt-surface-muted);text-align:center;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;min-height:280px;padding:28px;display:flex}.vt-personal-settings__empty span{color:var(--vt-text-secondary);letter-spacing:.08em;font-size:11px;font-weight:800}.vt-personal-settings__empty h3{color:var(--vt-text-primary);margin:8px 0;font-size:24px}.vt-personal-settings__empty p{max-width:520px;color:var(--vt-text-secondary);margin:0;line-height:1.6}@media (width<=768px){.vt-personal-settings{border-radius:12px;inset:72px 8px 8px}.vt-personal-settings__body{grid-template-rows:auto 1fr;grid-template-columns:1fr}.vt-personal-settings__nav{border-right:0;border-bottom:1px solid var(--vt-border);gap:6px;display:flex;overflow-x:auto}.vt-personal-settings__nav-item{white-space:nowrap;flex:none;width:auto;margin-bottom:0}.vt-personal-settings__content{padding:12px}}.vt-notifications{width:min(100%,1100px);margin:0 auto}.vt-notifications__master{border:1px solid var(--vt-border);background:var(--vt-surface-elevated);border-radius:16px;justify-content:space-between;align-items:center;gap:24px;margin-bottom:20px;padding:20px;display:flex}.vt-notifications__eyebrow,.vt-notifications__group-header div>span{color:var(--vt-text-secondary);letter-spacing:.09em;font-size:11px;font-weight:800}.vt-notifications__master h3,.vt-notifications__group-header h4{color:var(--vt-text-primary);margin:5px 0}.vt-notifications__master h3{font-size:22px}.vt-notifications__master p{color:var(--vt-text-secondary);margin:0}.vt-notifications__switch-row{color:var(--vt-text-primary);cursor:pointer;align-items:center;gap:10px;font-weight:700;display:flex}.vt-notifications__switch-row input,.vt-notifications__channel input{accent-color:#0d47a1;cursor:pointer;width:18px;height:18px}.vt-notifications__groups{flex-direction:column;gap:16px;display:flex}.vt-notifications__groups--disabled{opacity:.58}.vt-notifications__group{border:1px solid var(--vt-border);background:var(--vt-surface);border-radius:14px;overflow:hidden}.vt-notifications__group-header{border-bottom:1px solid var(--vt-border);background:var(--vt-surface-muted);justify-content:space-between;align-items:center;gap:20px;padding:15px 18px;display:flex}.vt-notifications__group-header h4{font-size:17px}.vt-notifications__group-header>span{color:var(--vt-text-secondary);font-size:13px;font-weight:700}.vt-notifications__table-head,.vt-notifications__item{grid-template-columns:minmax(280px,1fr) 110px 90px 100px;align-items:center;display:grid}.vt-notifications__table-head{border-bottom:1px solid var(--vt-border);color:var(--vt-text-secondary);text-transform:uppercase;letter-spacing:.04em;padding:9px 16px;font-size:11px;font-weight:800}.vt-notifications__table-head span:not(:first-child){text-align:center}.vt-notifications__item{border-bottom:1px solid var(--vt-border);min-height:68px;padding:10px 16px}.vt-notifications__item:last-child{border-bottom:0}.vt-notifications__item-info{min-width:0;padding-right:16px}.vt-notifications__item-info strong{color:var(--vt-text-primary);font-size:14px;display:block}.vt-notifications__item-info>div{color:var(--vt-text-secondary);flex-wrap:wrap;align-items:center;gap:7px;margin-top:5px;font-size:12px;display:flex}.vt-notifications__severity{background:var(--vt-surface-muted);color:var(--vt-text-secondary);text-transform:uppercase;border-radius:999px;padding:2px 7px;font-size:10px;font-weight:800}.vt-notifications__severity--critical,.vt-notifications__severity--high{color:#b91c1c}.vt-notifications__severity--medium{color:#b45309}.vt-notifications__severity--info{color:#0369a1}.vt-notifications__channel{color:var(--vt-text-secondary);justify-content:center;align-items:center;gap:6px;font-size:12px;font-weight:700;display:flex}.vt-notifications__channel input:disabled{cursor:not-allowed}.vt-notifications__error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;margin-bottom:16px;padding:11px 14px;font-size:13px}.vt-notifications-state{min-height:220px;color:var(--vt-text-secondary);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:7px;display:flex}@media (width<=768px){.vt-notifications__master{flex-direction:column;align-items:flex-start}.vt-notifications__group{overflow-x:auto}.vt-notifications__table{min-width:650px}}.vt-personal-map-settings{flex-direction:column;gap:18px;display:flex}.vt-personal-map-settings__header>span{color:var(--vt-text-muted);letter-spacing:.08em;margin-bottom:6px;font-size:11px;font-weight:800;display:block}.vt-personal-map-settings__header h3{color:var(--vt-text-primary);margin:0;font-size:22px}.vt-personal-map-settings__header p{max-width:680px;color:var(--vt-text-secondary);margin:8px 0 0;line-height:1.5}.vt-personal-map-settings__card{border:1px solid var(--vt-border);background:var(--vt-surface);border-radius:14px;padding:20px}.vt-personal-map-settings__card-heading strong{color:var(--vt-text-primary);font-size:15px}.vt-personal-map-settings__card-heading p{color:var(--vt-text-secondary);margin:5px 0 0;font-size:13px}.vt-personal-map-settings__options{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px;display:grid}.vt-personal-map-settings__option{border:1px solid var(--vt-border);background:var(--vt-surface-muted);min-height:82px;color:var(--vt-text-primary);text-align:left;cursor:pointer;border-radius:12px;align-items:flex-start;gap:11px;padding:14px;transition:border-color .15s,background .15s,transform .15s;display:flex}.vt-personal-map-settings__option:hover{background:var(--vt-surface-hover)}.vt-personal-map-settings__option--active{border-color:var(--vt-sidebar);background:var(--vt-surface-selected)}.vt-personal-map-settings__option strong{margin-bottom:4px;font-size:14px;display:block}.vt-personal-map-settings__option small{color:var(--vt-text-secondary);font-size:12px;line-height:1.4;display:block}.vt-personal-map-settings__radio{border:2px solid var(--vt-border-strong);border-radius:50%;flex:0 0 18px;justify-content:center;align-items:center;width:18px;height:18px;margin-top:1px;display:flex}.vt-personal-map-settings__option--active .vt-personal-map-settings__radio{border-color:var(--vt-sidebar)}.vt-personal-map-settings__radio>span{background:var(--vt-sidebar);border-radius:50%;width:8px;height:8px}.vt-personal-map-settings__saved{color:var(--vt-text-muted);margin-top:14px;font-size:12px}@media (width<=768px){.vt-personal-map-settings__card{padding:15px}.vt-personal-map-settings__options{grid-template-columns:1fr}.vt-personal-map-settings__option{min-height:auto}}.vt-notifications__offline{background:#0f172a3d;border:1px solid #94a3b82e;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;padding:12px 16px;display:flex}.vt-notifications__offline-info{flex-direction:column;gap:3px;min-width:0;display:flex}.vt-notifications__offline-info strong{font-size:14px;font-weight:600}.vt-notifications__offline-info span{opacity:.72;font-size:12px}.vt-notifications__offline-select{min-width:128px;height:36px;color:inherit;font:inherit;cursor:pointer;background:#0f172ab8;border:1px solid #94a3b847;border-radius:8px;padding:0 10px;font-size:13px}.vt-notifications__offline-select:disabled{opacity:.55;cursor:not-allowed}.vt-settings{z-index:1300;background:color-mix(in srgb, var(--vt-surface) 98%, transparent);border:1px solid var(--vt-border);border-radius:16px;grid-template-rows:auto 1fr;grid-template-columns:150px 1fr;display:grid;position:absolute;inset:12px;overflow:hidden;box-shadow:0 20px 60px #0f172a33}.vt-settings__header{border-bottom:1px solid var(--vt-border);grid-column:1/-1;justify-content:space-between;align-items:center;padding:16px 18px;display:flex}.vt-settings__header span,.vt-settings__section-header span{color:var(--vt-text-secondary);letter-spacing:.08em;font-size:10px;font-weight:700}.vt-settings__header h2,.vt-settings__section-header h3{color:var(--vt-text-primary);margin:2px 0 0}.vt-settings__header button,.vt-settings__section-header>button:not(.vt-settings__primary){color:var(--vt-text-secondary);cursor:pointer;background:0 0;border:0;font-size:24px}.vt-settings__nav{border-right:1px solid var(--vt-border);background:var(--vt-surface-muted);padding:12px 8px}.vt-settings__nav button{width:100%;color:var(--vt-text-secondary);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;margin-bottom:6px;padding:10px}.vt-settings__nav-item--active{font-weight:700;background:var(--vt-surface-selected)!important;color:#2563eb!important}.vt-settings__content{padding:16px;overflow-y:auto}.vt-settings__section-header{justify-content:space-between;align-items:center;display:flex}.vt-settings__primary{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:9px;padding:9px 13px;font-weight:700}.vt-settings__search{margin:14px 0}.vt-settings__search input,.vt-user-form input,.vt-user-form select{box-sizing:border-box;border:1px solid var(--vt-border-strong);background:var(--vt-surface-muted);width:100%;color:var(--vt-text-primary);border-radius:9px;padding:10px 12px}.vt-settings__error{color:#b91c1c;background:#fef2f2;border-radius:9px;margin-bottom:12px;padding:10px 12px;font-size:12px}.vt-settings__empty{text-align:center;color:var(--vt-text-secondary);padding:30px}.vt-user-card{border:1px solid var(--vt-border);background:var(--vt-surface);border-radius:11px;margin-bottom:9px;padding:12px}.vt-user-card--inactive{opacity:.55}.vt-user-card__top,.vt-user-card__bottom{justify-content:space-between;align-items:center;display:flex}.vt-user-card__top strong,.vt-user-card__top span{display:block}.vt-user-card__top strong{color:var(--vt-text-primary);font-size:14px}.vt-user-card__top span{color:var(--vt-text-secondary);margin-top:3px;font-size:11px}.vt-user-card__bottom{color:var(--vt-text-secondary);justify-content:flex-start;gap:10px;margin-top:10px;font-size:11px}.vt-user-card__bottom button{color:#2563eb;cursor:pointer;background:0 0;border:0;margin-left:auto;font-weight:700}.vt-user-role{color:#4338ca;background:#eef2ff;border-radius:6px;padding:3px 7px;font-weight:700}.vt-user-switch{cursor:pointer;background:#cbd5e1;border:0;border-radius:20px;width:38px;height:21px;padding:0;position:relative}.vt-user-switch span{background:var(--vt-surface);border-radius:50%;width:15px;height:15px;transition:all .2s;position:absolute;top:3px;left:3px}.vt-user-switch--active{background:#22c55e}.vt-user-switch--active span{transform:translate(17px)}.vt-user-form{max-width:520px}.vt-user-form label{color:#334155;margin-top:14px;font-size:12px;font-weight:700;display:block}.vt-user-form input,.vt-user-form select{margin-top:5px}.vt-user-form__actions{justify-content:flex-end;gap:8px;margin-top:18px;display:flex}.vt-user-form__actions button{border:1px solid var(--vt-border-strong);background:var(--vt-surface);cursor:pointer;border-radius:9px;padding:9px 13px}.vt-user-form__actions button:last-child{color:#fff;background:#2563eb;border-color:#2563eb}@media (width<=768px){.vt-settings{grid-template-rows:auto auto 1fr;grid-template-columns:1fr;inset:8px}.vt-settings__nav{border-right:0;border-bottom:1px solid var(--vt-border);gap:5px;display:flex;overflow-x:auto}.vt-settings__nav button{width:auto;min-width:max-content;margin:0}.vt-settings__content{padding:12px}}.vt-user-password{border:1px solid var(--vt-border);background:var(--vt-surface-muted);border-radius:11px;margin-top:18px;padding:13px}.vt-user-password__header{justify-content:space-between;align-items:center;gap:12px;display:flex}.vt-user-password__header strong,.vt-user-password__header span{display:block}.vt-user-password__header strong{color:var(--vt-text-primary);font-size:13px}.vt-user-password__header span{color:var(--vt-text-secondary);margin-top:3px;font-size:10px}.vt-user-password__header button{border:1px solid var(--vt-border-strong);background:var(--vt-surface);color:#2563eb;cursor:pointer;border-radius:8px;flex:none;padding:7px 10px;font-size:11px;font-weight:700}.vt-user-password__form{border-top:1px solid #e2e8f0;margin-top:12px;padding-top:4px}.vt-user-password__save{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:9px;width:100%;margin-top:13px;padding:9px 12px;font-weight:700}.vt-user-password__save:disabled{cursor:not-allowed;opacity:.6}.vt-user-permissions{border:1px solid var(--vt-border);background:var(--vt-surface-muted);border-radius:12px;margin-top:18px;padding:14px}.vt-user-permissions__header strong,.vt-user-permissions__header span{display:block}.vt-user-permissions__header strong{color:var(--vt-text-primary);font-size:13px}.vt-user-permissions__header span{color:var(--vt-text-secondary);margin-top:3px;font-size:10px;line-height:1.4}.vt-user-permissions__loading{color:var(--vt-text-secondary);padding:14px 0 4px;font-size:11px}.vt-user-permissions__list{flex-direction:column;gap:10px;margin-top:12px;display:flex}.vt-user-permissions__item{border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:14px;padding:10px 0;display:flex}.vt-user-permissions__item:first-child{border-top:0}.vt-user-permissions__info{flex:1;min-width:0}.vt-user-permissions__info strong,.vt-user-permissions__info span{display:block}.vt-user-permissions__info strong{color:var(--vt-text-primary);font-size:12px}.vt-user-permissions__info span{color:var(--vt-text-secondary);margin-top:3px;font-size:10px;line-height:1.35}.vt-user-permissions__choices{flex:none;gap:5px;display:flex}.vt-user-permission-option{border:1px solid var(--vt-border-strong);background:var(--vt-surface);color:var(--vt-text-secondary);cursor:pointer;border-radius:7px;padding:6px 9px;font-size:10px;font-weight:700}.vt-user-permission-option:hover{background:var(--vt-surface-muted)}.vt-user-permission-option--active{color:#334155;background:#e2e8f0;border-color:#94a3b8}.vt-user-permission-option--allow{color:#15803d;background:#ecfdf5;border-color:#86efac}.vt-user-permission-option--deny{color:#b91c1c;background:#fef2f2;border-color:#fca5a5}.vt-user-permission-option:disabled{opacity:.55;cursor:not-allowed}@media (width<=768px){.vt-user-permissions__item{flex-direction:column;align-items:stretch}.vt-user-permissions__choices{width:100%}.vt-user-permission-option{flex:1}}.vt-permission-check-groups{flex-direction:column;gap:18px;display:flex}.vt-permission-check-group h4{color:var(--vt-text-secondary);letter-spacing:.08em;text-transform:uppercase;margin:0 0 8px;font-size:10px;font-weight:800}.vt-permission-check-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.vt-permission-check-item{border:1px solid var(--vt-border);cursor:pointer;background:#fff;border-radius:10px;align-items:flex-start;gap:10px;padding:11px 12px;display:flex}.vt-permission-check-item:hover{background:#f8fbff;border-color:#bfdbfe}.vt-permission-check-item input{accent-color:#2563eb;cursor:pointer;flex:none;width:18px;height:18px;margin:1px 0 0}.vt-permission-check-item div{min-width:0}.vt-permission-check-item strong,.vt-permission-check-item span{display:block}.vt-permission-check-item strong{color:var(--vt-text-primary);font-size:11px}.vt-permission-check-item span{color:var(--vt-text-secondary);margin-top:3px;font-size:9px;line-height:1.35}@media (width<=768px){.vt-permission-check-list{grid-template-columns:1fr}.vt-permission-check-item{padding:10px}}.vt-user-permissions-page__role{background:0 0;border:0;margin:0 0 8px;padding:0}.vt-user-permissions-page__role span{color:var(--vt-text-secondary);text-transform:none;letter-spacing:0;margin-right:6px;font-size:10px;display:inline}.vt-user-permissions-page__role strong{color:var(--vt-text-primary);font-size:11px;display:inline}.vt-permission-table{width:100%}.vt-permission-table__head{color:var(--vt-text-secondary);border-bottom:1px solid #cbd5e1;grid-template-columns:1fr 72px;align-items:center;padding:7px 8px;font-size:10px;font-weight:800;display:grid}.vt-permission-table__group{margin-top:6px}.vt-permission-table__group-title{color:var(--vt-text-secondary);letter-spacing:.08em;text-transform:uppercase;padding:6px 8px 4px;font-size:9px;font-weight:800}.vt-permission-table__row{border-bottom:1px solid var(--vt-border);cursor:pointer;grid-template-columns:1fr 72px;align-items:center;min-height:38px;padding:5px 8px;display:grid}.vt-permission-table__row:hover{background:var(--vt-surface-muted)}.vt-permission-table__row>span{color:var(--vt-text-primary);font-size:11px;font-weight:600}.vt-permission-table__row input{accent-color:#2563eb;cursor:pointer;width:18px;height:18px;margin:0 auto}.vt-user-permissions-page__footer{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff5;margin-top:10px;padding:8px 0 2px;position:sticky;bottom:0}@media (width<=768px){.vt-permission-table__head,.vt-permission-table__row{grid-template-columns:1fr 64px}.vt-permission-table__row{min-height:36px;padding-top:4px;padding-bottom:4px}}.vt-user-permissions-page .vt-settings__section-header{margin:0!important;padding-bottom:4px!important}.vt-user-permissions-page .vt-settings__section-header h3{margin:1px 0 0!important}.vt-user-permissions-page .vt-permission-table{margin-top:2px!important}.vt-permission-table__head{grid-template-columns:minmax(0,1fr) 70px!important;align-items:center!important;margin:0!important;padding:5px 8px!important;display:grid!important}.vt-permission-table__head span:first-child{text-align:left!important}.vt-permission-table__head span:last-child{text-align:center!important}.vt-permission-table__group{margin:0!important}.vt-permission-table__group-title{margin:0!important;padding:5px 8px 3px!important}.vt-permission-table__row{grid-template-columns:minmax(0,1fr) 70px!important;align-items:center!important;min-height:34px!important;margin:0!important;padding:3px 8px!important;display:grid!important}.vt-permission-table__row>span{text-align:left!important;font-size:11px!important;line-height:1.15!important}.vt-permission-table__row input{justify-self:center!important;width:17px!important;height:17px!important;margin:0!important}.vt-user-permissions-page__footer{margin-top:5px!important;padding-top:5px!important}.vt-user-assets-summary{border:1px solid var(--vt-border);background:var(--vt-surface-muted);border-radius:12px;justify-content:space-between;align-items:center;gap:16px;width:100%;margin-top:14px;padding:14px 16px;display:flex}.vt-user-assets-summary>div{flex-direction:column;gap:3px;min-width:0;display:flex}.vt-user-assets-summary strong{color:var(--vt-text-primary);font-size:14px;font-weight:700}.vt-user-assets-summary span{color:var(--vt-text-secondary);font-size:12px}.vt-user-assets-summary>button{border:1px solid var(--vt-border-strong);background:var(--vt-surface);min-height:36px;color:var(--vt-text-primary);font:inherit;cursor:pointer;border-radius:9px;flex:none;padding:0 14px;font-size:13px;font-weight:600}.vt-user-assets-summary>button:hover{background:var(--vt-surface-hover)}.vt-user-assets-overlay{z-index:10000;background:#0206179e;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.vt-user-assets-panel{border:1px solid var(--vt-border);background:var(--vt-surface);border-radius:16px;flex-direction:column;width:min(460px,100%);max-height:min(680px,100dvh - 40px);display:flex;overflow:hidden;box-shadow:0 24px 60px #00000047}.vt-user-assets-panel__header{border-bottom:1px solid var(--vt-border);justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex}.vt-user-assets-panel__header>div{flex-direction:column;gap:2px;display:flex}.vt-user-assets-panel__header span{color:var(--vt-text-secondary);letter-spacing:.08em;font-size:10px;font-weight:700}.vt-user-assets-panel__header h3{color:var(--vt-text-primary);margin:0;font-size:19px;line-height:1.2}.vt-user-assets-panel__header>button{border:1px solid var(--vt-border);background:var(--vt-surface-muted);width:36px;height:36px;color:var(--vt-text-secondary);cursor:pointer;border-radius:9px;place-items:center;padding:0;font-size:22px;line-height:1;display:grid}.vt-user-assets-all,.vt-user-assets-item{cursor:pointer;align-items:flex-start;gap:12px;display:flex}.vt-user-assets-all{border:1px solid var(--vt-border);background:var(--vt-surface-muted);border-radius:12px;margin:16px 20px 10px;padding:14px}.vt-user-assets-all input,.vt-user-assets-item input{accent-color:#2563eb;flex:none;width:17px;height:17px;margin:2px 0 0}.vt-user-assets-all>div,.vt-user-assets-item>div{flex-direction:column;gap:3px;min-width:0;display:flex}.vt-user-assets-all strong,.vt-user-assets-item strong{color:var(--vt-text-primary);font-size:13px;font-weight:700}.vt-user-assets-all span,.vt-user-assets-item span{color:var(--vt-text-secondary);font-size:11px;line-height:1.4}.vt-user-assets-list{flex:auto;min-height:0;padding:6px 20px 14px;overflow-y:auto}.vt-user-assets-item{border-bottom:1px solid var(--vt-border);padding:12px 4px}.vt-user-assets-item:last-child{border-bottom:0}.vt-user-assets-empty{color:var(--vt-text-secondary);text-align:center;padding:24px 10px;font-size:13px}.vt-user-assets-panel__actions{border-top:1px solid var(--vt-border);background:var(--vt-surface-muted);justify-content:flex-end;padding:14px 20px;display:flex}.vt-user-assets-panel__actions button{color:#fff;min-width:90px;min-height:38px;font:inherit;cursor:pointer;background:#2563eb;border:0;border-radius:9px;padding:0 18px;font-size:13px;font-weight:700}@media (width<=600px){.vt-user-assets-summary{margin-top:12px;padding:12px 13px}.vt-user-assets-overlay{align-items:flex-end;padding:0}.vt-user-assets-panel{border-bottom:0;border-left:0;border-right:0;border-radius:18px 18px 0 0;width:100%;max-height:78dvh}.vt-user-assets-panel__header{padding:16px}.vt-user-assets-all{margin:14px 16px 8px}.vt-user-assets-list{padding-left:16px;padding-right:16px}.vt-user-assets-panel__actions{padding:12px 16px calc(12px + env(safe-area-inset-bottom))}.vt-user-assets-panel__actions button{width:100%}}.vt-user-form label,.vt-user-form__field label{color:var(--vt-text-secondary);font-size:12px;font-weight:600;line-height:1.35}[data-theme=dark] .vt-user-form label,[data-theme=dark] .vt-user-form__field label{color:#a8b3c7}.vt-user-assets-summary{border-radius:10px;min-height:54px;margin-top:10px;padding:10px 12px}.vt-user-assets-summary>div{gap:2px}.vt-user-assets-summary strong{color:var(--vt-text-primary);font-size:12px;font-weight:600;line-height:1.35}.vt-user-assets-summary span{color:var(--vt-text-secondary);font-size:11px;font-weight:400;line-height:1.35}.vt-user-assets-summary>button{border-radius:8px;min-height:34px;padding:0 12px;font-size:11px;font-weight:600}[data-theme=dark] .vt-user-assets-summary strong{color:#f8fafc}[data-theme=dark] .vt-user-assets-summary span{color:#a8b3c7}@media (width<=600px){.vt-user-assets-summary{margin-top:10px;padding:10px 11px}}.vt-user-permissions-summary{background:0 0;border:0;flex-direction:column;align-items:flex-start;gap:8px;width:100%;margin:10px 0 12px;padding:0;display:flex}.vt-user-permissions-summary{border:1px solid var(--vt-border);background:var(--vt-surface-muted);border-radius:10px;flex-direction:column;align-items:flex-start;gap:9px;width:100%;margin:10px 0;padding:10px 12px;display:flex}.vt-user-permissions-summary__title{color:var(--vt-text-primary);align-items:center;gap:6px;display:flex}.vt-user-permissions-summary__title strong{font-size:12px;font-weight:600;line-height:1.35}.vt-user-permissions-summary>button{border:1px solid var(--vt-border-strong);background:var(--vt-surface);min-height:34px;color:var(--vt-text-primary);font:inherit;cursor:pointer;border-radius:8px;padding:0 12px;font-size:11px;font-weight:600}.vt-user-permissions-summary>button:hover{background:var(--vt-surface-hover)}.vt-user-validity{border:1px solid var(--vt-border);background:var(--vt-surface-muted);border-radius:10px;flex-direction:column;gap:10px;width:100%;margin-top:10px;padding:12px;display:flex}.vt-user-validity__title strong{color:var(--vt-text-primary);font-size:12px;font-weight:600;line-height:1.35}.vt-user-validity__options{flex-wrap:wrap;gap:8px 18px;display:flex}.vt-user-validity__options label{cursor:pointer;align-items:center;gap:7px;margin:0;display:flex}.vt-user-validity__options input[type=radio]{accent-color:#2563eb;width:16px;height:16px;margin:0}.vt-user-validity__options span{color:var(--vt-text-primary);font-size:12px;font-weight:500}.vt-user-validity__date{flex-direction:column;gap:6px;width:100%;margin:2px 0 0;display:flex}.vt-user-validity__date>span{color:var(--vt-text-secondary);font-size:11px;font-weight:600}.vt-user-validity__date input[type=date]{border:1px solid var(--vt-border);background:var(--vt-input-background);width:100%;min-height:40px;color:var(--vt-input-text);font:inherit;border-radius:8px;outline:none;padding:8px 10px;font-size:12px}.vt-user-validity__date input[type=date]:focus{border-color:#2563eb}@media (width<=600px){.vt-user-validity{padding:11px}.vt-user-validity__options{flex-direction:column;align-items:flex-start;gap:9px}}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}:root[data-theme=light],.vt-user-validity__date input[type=date]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[data-theme=dark] .vt-user-validity__date input[type=date]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.vt-user-validity__date input[type=date],:root[data-theme=dark] .vt-user-validity__date input[type=date]{--lightningcss-light:initial!important;--lightningcss-dark: !important;color-scheme:light only!important}:root[data-theme=dark] .vt-user-validity__date input[type=date]{background:var(--vt-input-background);color:var(--vt-input-text)}.vt-driver-manager{background:var(--vt-surface);height:100%;color:var(--vt-text-primary);flex-direction:column;display:flex}.vt-driver-manager__header{border-bottom:1px solid var(--vt-border);justify-content:space-between;align-items:center;gap:24px;padding:24px 28px 18px;display:flex}.vt-driver-manager__header h1{margin:4px 0 0;font-size:28px}.vt-driver-manager__eyebrow{letter-spacing:.14em;opacity:.55;font-size:11px;font-weight:800}.vt-driver-manager__header-actions,.vt-driver-manager__modal-actions{gap:10px;display:flex}.vt-driver-manager__primary,.vt-driver-manager__secondary{font:inherit;cursor:pointer;border-radius:10px;padding:10px 15px;font-weight:700}.vt-driver-manager__primary{background:var(--vt-primary);color:#fff;border:0}.vt-driver-manager__secondary{border:1px solid var(--vt-border-strong);color:inherit;background:0 0}.vt-driver-manager__tabs{border-bottom:1px solid var(--vt-border);gap:4px;padding:0 28px;display:flex}.vt-driver-manager__tab{cursor:pointer;color:inherit;opacity:.6;background:0 0;border:0;border-bottom:2px solid #0000;padding:14px 16px;font-weight:700}.vt-driver-manager__tab--active{opacity:1;border-bottom-color:var(--vt-primary)}.vt-driver-manager__layout{flex:1;grid-template-columns:minmax(250px,320px) 1fr;min-height:0;display:grid}.vt-driver-manager__list{border-right:1px solid var(--vt-border);padding:18px;overflow:auto}.vt-driver-manager__list input,.vt-driver-manager__modal input,.vt-driver-manager__modal select,.vt-driver-manager__modal textarea{box-sizing:border-box;border:1px solid var(--vt-border);background:var(--vt-input-background);width:100%;color:var(--vt-input-text);font:inherit;border-radius:9px;padding:10px 11px}.vt-driver-manager__list input::placeholder,.vt-driver-manager__modal input::placeholder,.vt-driver-manager__modal textarea::placeholder{color:var(--vt-input-placeholder)}.vt-driver-manager__list>input{margin-bottom:14px}.vt-driver-manager__driver{text-align:left;width:100%;color:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;flex-direction:column;gap:4px;padding:12px;display:flex}.vt-driver-manager__driver:hover,.vt-driver-manager__driver--active{background:#1167e812;border-color:#1167e833}.vt-driver-manager__driver span,.vt-driver-manager__driver small{opacity:.65}.vt-driver-manager__content{padding:24px 28px;overflow:auto}.vt-driver-manager__section-heading{justify-content:space-between;align-items:center;gap:18px;margin-bottom:22px;display:flex}.vt-driver-manager__section-heading h2{margin:0 0 4px}.vt-driver-manager__section-heading span{opacity:.6}.vt-driver-manager__cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.vt-driver-manager__cards article{border:1px solid var(--vt-border);border-radius:12px;flex-direction:column;gap:7px;padding:16px;display:flex}.vt-driver-manager__cards article span,.vt-driver-manager__cards article small{opacity:.58;font-size:12px}.vt-driver-manager__card-wide{grid-column:span 2}.vt-driver-manager__assignment-list{flex-direction:column;gap:10px;display:flex}.vt-driver-manager__assignment-list article{border:1px solid var(--vt-border);border-radius:11px;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:16px;padding:15px;display:grid}.vt-driver-manager__assignment-list article>div{flex-direction:column;gap:4px;display:flex}.vt-driver-manager__assignment-list span,.vt-driver-manager__assignment-list small{opacity:.6}.vt-driver-manager__placeholder,.vt-driver-manager__empty-list{text-align:center;opacity:.65;place-items:center;min-height:240px;display:grid}.vt-driver-manager__error{background:#be23231a;border-radius:9px;margin:12px 28px 0;padding:10px 14px}.vt-driver-manager__modal-backdrop{z-index:2000;background:#0000006b;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.vt-driver-manager__modal{background:var(--vt-surface);width:min(620px,100%);max-height:90vh;color:var(--vt-text-primary);border-radius:16px;flex-direction:column;gap:15px;padding:22px;display:flex;overflow:auto;box-shadow:0 18px 60px #00000040}.vt-driver-manager__modal-header{justify-content:space-between;align-items:center;display:flex}.vt-driver-manager__modal-header h2{margin:0}.vt-driver-manager__modal-header button{color:inherit;cursor:pointer;background:0 0;border:0;font-size:28px}.vt-driver-manager__modal label{flex-direction:column;gap:6px;font-size:13px;font-weight:700;display:flex}.vt-driver-manager__modal textarea{resize:vertical;min-height:90px}.vt-driver-manager__form-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.vt-driver-manager__modal-actions{justify-content:flex-end;margin-top:6px}@media (width<=900px){.vt-driver-manager__layout{grid-template-columns:1fr}.vt-driver-manager__list{border-right:0;border-bottom:1px solid var(--vt-border);max-height:260px}.vt-driver-manager__cards{grid-template-columns:1fr}.vt-driver-manager__card-wide{grid-column:auto}.vt-driver-manager__assignment-list article{grid-template-columns:1fr 1fr}}.vt-driver-manager__score-card{grid-column:span 2;align-items:center;gap:28px;min-height:150px;display:flex}.vt-driver-manager__score-ring{background:radial-gradient(circle,#2383ff1a 0%,#2383ff05 70%);border:8px solid #2383ff;border-radius:50%;flex-direction:column;flex:0 0 108px;justify-content:center;align-items:center;width:108px;height:108px;display:flex;box-shadow:0 0 0 5px #2383ff14}.vt-driver-manager__score-ring strong{font-size:2.15rem;line-height:1}.vt-driver-manager__score-ring span{opacity:.65;margin-top:4px;font-size:.78rem}.vt-driver-manager__score-info{flex-direction:column;gap:5px;display:flex}.vt-driver-manager__score-info>span{opacity:.7;font-size:.78rem}.vt-driver-manager__score-info>strong{font-size:1.35rem}.vt-driver-manager__score-info>small{opacity:.6}@media (width<=900px){.vt-driver-manager__score-card{grid-column:span 1}}.vt-driver-manager__severity-panel{border:1px solid var(--vt-border);background:var(--vt-surface-elevated);border-radius:12px;padding:22px}.vt-driver-manager__severity-bar{background:#94a3b81f;border-radius:999px;width:100%;height:22px;display:flex;overflow:hidden}.vt-driver-manager__severity-segment{min-width:4px;height:100%;transition:width .22s,opacity .16s}.vt-driver-manager__severity-segment:hover{opacity:.82}.vt-driver-manager__severity-segment--info,.vt-driver-manager__severity-dot--info{background:#38bdf8}.vt-driver-manager__severity-segment--low,.vt-driver-manager__severity-dot--low{background:#22c55e}.vt-driver-manager__severity-segment--medium,.vt-driver-manager__severity-dot--medium{background:#eab308}.vt-driver-manager__severity-segment--high,.vt-driver-manager__severity-dot--high{background:#f97316}.vt-driver-manager__severity-segment--critical,.vt-driver-manager__severity-dot--critical{background:#ef4444}.vt-driver-manager__severity-empty{opacity:.6;justify-content:center;align-items:center;width:100%;font-size:.75rem;display:flex}.vt-driver-manager__severity-legend{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-top:18px;display:grid}.vt-driver-manager__severity-legend>div{grid-template-columns:auto 1fr auto;align-items:center;gap:8px;min-width:0;display:grid}.vt-driver-manager__severity-legend small{opacity:.72}.vt-driver-manager__severity-legend strong{font-size:.95rem}.vt-driver-manager__severity-dot{border-radius:50%;width:9px;height:9px;display:block}@media (width<=900px){.vt-driver-manager__severity-legend{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.vt-driver-manager{min-width:0;overflow:hidden}.vt-driver-manager__header{align-items:flex-start;gap:12px;padding:14px 14px 12px}.vt-driver-manager__header>div:first-child{flex:auto;min-width:0}.vt-driver-manager__header h1{margin-top:2px;font-size:21px;line-height:1.15}.vt-driver-manager__eyebrow{letter-spacing:.1em;font-size:9px}.vt-driver-manager__header-actions{flex:none;gap:6px}.vt-driver-manager__header-actions .vt-driver-manager__primary,.vt-driver-manager__header-actions .vt-driver-manager__secondary{white-space:nowrap;padding:8px 10px;font-size:12px}.vt-driver-manager__tabs{box-sizing:border-box;-webkit-overflow-scrolling:touch;scrollbar-width:none;overscroll-behavior-x:contain;flex-wrap:nowrap;gap:0;width:100%;min-width:0;padding:0 8px;overflow:auto hidden}.vt-driver-manager__tabs::-webkit-scrollbar{display:none}.vt-driver-manager__tab{white-space:nowrap;flex:none;padding:12px 11px;font-size:12px}.vt-driver-manager__content{padding:16px 14px}.vt-driver-manager__list{max-height:220px;padding:14px}.vt-driver-manager__section-heading{align-items:flex-start;gap:10px;margin-bottom:16px}.vt-driver-manager__section-heading h2{font-size:18px}.vt-driver-manager__section-heading .vt-driver-manager__header-actions{flex-shrink:0}.vt-driver-manager__assignment-list article{grid-template-columns:1fr;gap:10px}.vt-driver-manager__severity-legend{grid-template-columns:1fr}.vt-driver-manager__modal-backdrop{padding:10px}.vt-driver-manager__modal{border-radius:14px;max-height:calc(100dvh - 20px);padding:16px}.vt-driver-manager__form-row{grid-template-columns:1fr}}.vt-company{width:100%}.vt-company__toolbar,.vt-company__filters,.vt-company__modal-header,.vt-company__modal-actions,.vt-company__actions{align-items:center;display:flex}.vt-company__toolbar{justify-content:space-between;gap:20px;margin-bottom:18px}.vt-company__toolbar h2{margin:0 0 4px;font-size:24px}.vt-company__toolbar p{opacity:.68;margin:0}.vt-company__primary{color:#fff;cursor:pointer;background:#1677ff;border:0;border-radius:10px;padding:10px 16px;font-weight:700}.vt-company__filters{justify-content:space-between;gap:16px;margin-bottom:14px}.vt-company__filters input{background:var(--vt-surface,transparent);width:min(440px,100%);color:inherit;border:1px solid #7f7f7f47;border-radius:10px;padding:10px 12px}.vt-company__filters span{opacity:.65;font-size:13px}.vt-company__table-wrap{border:1px solid #7f7f7f2e;border-radius:12px;overflow-x:auto}.vt-company__table{border-collapse:collapse;width:100%}.vt-company__table th,.vt-company__table td{text-align:left;border-bottom:1px solid #7f7f7f24;padding:13px 14px}.vt-company__table th{text-transform:uppercase;letter-spacing:.04em;opacity:.65;font-size:12px}.vt-company__table tbody tr:last-child td{border-bottom:0}.vt-company__table td strong,.vt-company__table td small,.vt-company__table td>span{display:block}.vt-company__table td small{opacity:.62;margin-top:3px}.vt-company__status{background:#7f7f7f24;border-radius:999px;width:fit-content;padding:5px 9px;font-size:12px;font-weight:700;display:inline-flex!important}.vt-company__status--active{background:#14a05024}.vt-company__actions{justify-content:flex-end;gap:7px}.vt-company__actions button,.vt-company__modal-actions>button:not(.vt-company__primary),.vt-company__modal-header button{color:inherit;cursor:pointer;background:0 0;border:1px solid #7f7f7f3d;border-radius:8px}.vt-company__actions button{padding:7px 10px}.vt-company__empty{text-align:center;opacity:.68;padding:36px 20px}.vt-company__error{background:#c828281f;border-radius:9px;margin-bottom:14px;padding:10px 12px}.vt-company__modal-backdrop{z-index:10000;background:#0000007a;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.vt-company__modal{width:min(680px,100%);max-height:90vh;color:inherit;background:#fff;border:1px solid #7f7f7f33;border-radius:16px;padding:20px;overflow-y:auto;box-shadow:0 20px 60px #00000038}.vt-company__modal-header{justify-content:space-between;margin-bottom:20px}.vt-company__modal-header span{opacity:.6;font-size:12px}.vt-company__modal-header h3{margin:3px 0 0}.vt-company__modal-header button{width:36px;height:36px;font-size:22px}.vt-company__form{grid-template-columns:1fr 1fr;gap:14px;display:grid}.vt-company__form label{gap:6px;font-size:13px;font-weight:600;display:grid}.vt-company__form input{min-width:0;color:inherit;background:0 0;border:1px solid #7f7f7f47;border-radius:9px;padding:10px 11px}.vt-company__wide{grid-column:1/-1}.vt-company__modal-actions{justify-content:flex-end;gap:10px;margin-top:22px}.vt-company__modal-actions>button{padding:10px 15px}@media (width<=720px){.vt-company__toolbar,.vt-company__filters{flex-direction:column;align-items:stretch}.vt-company__toolbar .vt-company__primary{width:100%}.vt-company__form{grid-template-columns:1fr}.vt-company__wide{grid-column:auto}.vt-company__table th:nth-child(2),.vt-company__table td:nth-child(2),.vt-company__table th:nth-child(3),.vt-company__table td:nth-child(3){display:none}.vt-company__actions{flex-direction:column;align-items:stretch}}:root[data-theme=dark] .vt-company__modal,[data-theme=dark] .vt-company__modal{color:#f3f6fb;background:#172236;border-color:#ffffff1f}:root[data-theme=dark] .vt-company__modal-header span,[data-theme=dark] .vt-company__modal-header span{color:#aebbd0;opacity:1}:root[data-theme=dark] .vt-company__form label,[data-theme=dark] .vt-company__form label{color:#e8eef7}:root[data-theme=dark] .vt-company__form input,[data-theme=dark] .vt-company__form input{color:#f3f6fb;background:#101a2b;border-color:#ffffff29}:root[data-theme=dark] .vt-company__form input:focus,[data-theme=dark] .vt-company__form input:focus{outline-offset:0;border-color:#2684ff;outline:2px solid #2684ff2e}:root[data-theme=dark] .vt-company__modal-header button,[data-theme=dark] .vt-company__modal-header button,:root[data-theme=dark] .vt-company__modal-actions>button:not(.vt-company__primary),[data-theme=dark] .vt-company__modal-actions>button:not(.vt-company__primary){color:#e8eef7;background:#101a2b;border-color:#ffffff29}:root[data-theme=dark] .vt-company__modal-backdrop,[data-theme=dark] .vt-company__modal-backdrop{background:#000000a3}.vt-company__device-field{flex-direction:column;gap:7px;display:flex}.vt-company__device-field>span{font-size:13px;font-weight:600}.vt-company__device-field small{opacity:.65}.vt-company__device-button{min-height:42px;color:inherit;cursor:pointer;text-align:left;background:0 0;border:1px solid #7f7f7f47;border-radius:9px;padding:0 12px;font-weight:700}.vt-company__device-picker-backdrop{z-index:10020;background:#0000007a;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.vt-company__device-picker{background:var(--vt-panel-bg,#fff);width:min(620px,100%);max-height:82vh;color:inherit;border-radius:14px;padding:20px;overflow:auto;box-shadow:0 24px 70px #00000047}.vt-company__device-section{flex-direction:column;gap:9px;margin-top:18px;display:flex}.vt-company__device-row{border:1px solid #7f7f7f38;border-radius:10px;align-items:center;gap:12px;min-height:54px;padding:10px 12px;display:flex}.vt-company__device-row>div{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.vt-company__device-row small{opacity:.66}.vt-company__device-row button{color:inherit;cursor:pointer;background:0 0;border:1px solid #7f7f7f40;border-radius:8px;padding:7px 10px}.vt-company__device-row button:disabled{opacity:.48;cursor:default}.vt-company__device-empty{opacity:.65;padding:18px 4px}[data-theme=dark] .vt-company__device-picker,.dark .vt-company__device-picker{background:#171b22}.vt-company__admin-section{border-top:1px solid #7f7f7f33;margin-top:18px;padding-top:18px}.vt-company__admin-heading{flex-direction:column;gap:3px;margin-bottom:14px;display:flex}.vt-company__admin-heading strong{font-size:15px}.vt-company__admin-heading span{opacity:.65;font-size:12px}.vt-company__password{align-items:stretch;gap:8px;display:flex}.vt-company__password input{flex:1;min-width:0}.vt-company__password button{min-width:72px;color:inherit;cursor:pointer;background:0 0;border:1px solid #7f7f7f47;border-radius:9px;font-weight:600}.vt-company__access-section{border:1px solid #7f7f7f38;border-radius:12px;margin-top:20px;padding:18px}.vt-company__access-heading{margin-bottom:16px}.vt-company__access-heading strong{margin-bottom:4px;font-size:15px;line-height:1.3;display:block}.vt-company__access-heading span{opacity:.68;font-size:12px;line-height:1.4;display:block}.vt-company__access-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px;display:grid}.vt-company__access-grid>label{flex-direction:column;gap:7px;min-width:0;display:flex}.vt-company__access-grid>label>span{font-size:12px;font-weight:600;line-height:1.3;display:block}.vt-company__access-grid input{box-sizing:border-box;width:100%;min-width:0;display:block}.vt-company__access-password{grid-column:1/-1}.vt-company__password-field{grid-template-columns:minmax(0,1fr) 78px;gap:8px;width:100%;display:grid}.vt-company__password-field button{width:78px;color:inherit;cursor:pointer;background:0 0;border:1px solid #7f7f7f47;border-radius:9px;font-weight:600}.vt-company__access-password small{opacity:.65;margin-top:2px;font-size:11px;font-weight:400;line-height:1.4;display:block}.vt-company__access-loading{opacity:.7;padding:12px 0;font-size:13px}@media (width<=700px){.vt-company__access-grid{grid-template-columns:1fr}.vt-company__access-password{grid-column:auto}}.vt-history-route{gap:18px;display:grid}.vt-history-route__filters{border:1px solid var(--vt-border);background:linear-gradient(180deg, var(--vt-surface) 0%, var(--vt-surface-muted) 100%);border-radius:16px;grid-template-columns:minmax(230px,1.2fr) minmax(300px,1.5fr) auto;align-items:end;gap:14px;padding:16px;display:grid}.vt-history-route__field{gap:7px;display:grid}.vt-history-route__field label,.vt-history-route__custom span{color:var(--vt-text-secondary);letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:800}.vt-history-route__field select,.vt-history-route__custom input{border:1px solid var(--vt-border-strong);background:var(--vt-input-background);width:100%;min-height:42px;color:var(--vt-input-text);font:inherit;border-radius:10px;padding:0 12px;font-weight:650}.vt-history-route__period{border:1px solid var(--vt-border);background:#eef2f7;border-radius:11px;grid-template-columns:repeat(3,1fr);padding:4px;display:grid}.vt-history-route__period button{min-height:34px;color:var(--vt-text-secondary);cursor:pointer;background:0 0;border:0;border-radius:8px;font-weight:800}.vt-history-route__period button.active{background:var(--vt-surface);color:#0d47a1;box-shadow:0 1px 5px #0f172a1f}.vt-history-route__consult{color:#fff;cursor:pointer;background:#0d47a1;border:0;border-radius:11px;min-height:42px;padding:0 20px;font-weight:800}.vt-history-route__consult:disabled{opacity:.55;cursor:default}.vt-history-route__custom{border:1px solid var(--vt-border);background:#f8fafc;border-radius:14px;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:14px 16px;display:grid}.vt-history-route__custom label{gap:6px;display:grid}.vt-history-route__kpis{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;display:grid}.vt-history-route__kpis article{border:1px solid var(--vt-border);background:var(--vt-surface);border-radius:14px;min-width:0;padding:15px 16px;box-shadow:0 4px 14px #0f172a0b}.vt-history-route__kpis span{color:var(--vt-text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:7px;font-size:11px;font-weight:800;display:block}.vt-history-route__kpis strong{color:var(--vt-text-primary);font-size:20px;line-height:1.1}.vt-history-route__analysis-grid{grid-template-columns:minmax(0,2fr) minmax(270px,.8fr);gap:16px;display:grid}.vt-history-route__map-card,.vt-history-route__analytics-card,.vt-history-route__speed-card{border:1px solid var(--vt-border);background:var(--vt-surface);border-radius:16px;overflow:hidden;box-shadow:0 5px 18px #0f172a0d}.vt-history-route__card-header{border-bottom:1px solid #edf2f7;justify-content:space-between;align-items:center;gap:16px;padding:15px 17px;display:flex}.vt-history-route__card-header span{color:#94a3b8;letter-spacing:.1em;margin-bottom:3px;font-size:10px;font-weight:900;display:block}.vt-history-route__card-header h2,.vt-history-route__card-header h3{color:var(--vt-text-primary);margin:0}.vt-history-route__card-header h2{font-size:17px}.vt-history-route__card-header h3{font-size:15px}.vt-history-route__card-header>strong{color:var(--vt-text-secondary);font-size:12px}.vt-history-route__map{height:420px;min-height:320px}.vt-history-route__analytics{align-content:start;gap:16px;display:grid}.vt-history-route__bar-group{gap:20px;padding:19px 18px 22px;display:grid}.vt-history-route__bar-group header{color:var(--vt-text-secondary);justify-content:space-between;gap:12px;margin-bottom:7px;font-size:12px;font-weight:750;display:flex}.vt-history-route__bar{background:#eef2f7;border-radius:999px;height:9px;overflow:hidden}.vt-history-route__bar-fill{border-radius:inherit;height:100%;transition:width .35s;display:block}.vt-history-route__bar-fill--moving{background:#2563eb}.vt-history-route__bar-fill--stopped{background:#94a3b8}.vt-history-route__bar-fill--idle{background:#f59e0b}.vt-history-route__stops{padding:4px 16px 14px;display:grid}.vt-history-route__stops>div{min-height:43px;color:var(--vt-text-secondary);border-bottom:1px solid #edf2f7;grid-template-columns:42px 1fr auto;align-items:center;gap:10px;font-size:12px;display:grid}.vt-history-route__stops>div:last-child{border-bottom:0}.vt-history-route__stops strong{color:#d97706}.vt-history-route__stops b{color:var(--vt-text-primary);font-size:11px}.vt-history-route__muted{color:var(--vt-text-secondary);margin:0;padding:18px;font-size:13px}.vt-history-route__speed-chart{height:210px;padding:16px 18px 18px 52px;position:relative}.vt-history-route__speed-chart svg{width:100%;height:100%;overflow:visible}.vt-history-route__speed-axis{color:#94a3b8;flex-direction:column;justify-content:space-between;font-size:10px;font-weight:700;display:flex;position:absolute;top:18px;bottom:20px;left:12px}.vt-history-route__grid-line{stroke:#e2e8f0;stroke-width:1px;vector-effect:non-scaling-stroke}.vt-history-route__speed-line{stroke:#2563eb;stroke-width:3px;stroke-linejoin:round;stroke-linecap:round;vector-effect:non-scaling-stroke}.vt-history-route__message{border:1px solid var(--vt-border);color:var(--vt-text-secondary);background:#f8fafc;border-radius:13px;padding:15px 17px;font-weight:650}.vt-history-route__message--error{color:#b91c1c;background:#fff7f7;border-color:#fecaca}.vt-history-route__welcome{background:linear-gradient(180deg, var(--vt-surface), var(--vt-surface-muted));text-align:center;border:1px dashed #cbd5e1;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;min-height:310px;padding:30px;display:flex}@media (width<=1180px){.vt-history-route__kpis{grid-template-columns:repeat(3,minmax(0,1fr))}.vt-history-route__analysis-grid{grid-template-columns:1fr}.vt-history-route__analytics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.vt-history-route__filters,.vt-history-route__custom{grid-template-columns:1fr}.vt-history-route__kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.vt-history-route__analytics{grid-template-columns:1fr}.vt-history-route__map{height:350px}.vt-history-route__card-header{align-items:flex-start}.vt-history-route__speed-chart{height:180px}}@media (width>=1200px) and (height>=850px){.vt-module-workspace__header{padding:14px 20px 12px}.vt-module-workspace__header h1{font-size:22px}.vt-module-workspace__tabs{gap:5px;padding:8px 16px}.vt-module-workspace__tab{padding:6px 10px;font-size:12px}.vt-module-workspace__content{padding:14px 18px 16px}.vt-history-route{gap:10px}.vt-history-route__filters{border-radius:13px;grid-template-columns:minmax(230px,1.15fr) minmax(360px,1.45fr) auto;gap:10px;padding:10px 12px}.vt-history-route__field{gap:4px}.vt-history-route__field label,.vt-history-route__custom span{font-size:10px}.vt-history-route__field select,.vt-history-route__custom input{border-radius:9px;min-height:36px;padding:0 10px;font-size:13px}.vt-history-route__period{border-radius:9px;padding:3px}.vt-history-route__period button{min-height:30px;font-size:12px}.vt-history-route__consult{border-radius:9px;min-height:36px;padding:0 16px;font-size:12px}.vt-history-route__custom{border-radius:11px;gap:10px;padding:9px 12px}.vt-history-route__kpis{gap:8px}.vt-history-route__kpis article{border-radius:11px;padding:10px 12px}.vt-history-route__kpis span{margin-bottom:4px;font-size:9px}.vt-history-route__kpis strong{font-size:17px}.vt-history-route__analysis-grid{grid-template-columns:minmax(0,2.15fr) minmax(260px,.85fr);gap:10px}.vt-history-route__map-card,.vt-history-route__analytics-card,.vt-history-route__speed-card{border-radius:12px}.vt-history-route__card-header{gap:10px;padding:9px 12px}.vt-history-route__card-header span{margin-bottom:2px;font-size:9px}.vt-history-route__card-header h2{font-size:15px}.vt-history-route__card-header h3{font-size:14px}.vt-history-route__card-header>strong{font-size:11px}.vt-history-route__map{height:280px;min-height:280px}.vt-history-route__analytics{gap:10px}.vt-history-route__bar-group{gap:12px;padding:12px 14px 14px}.vt-history-route__bar-group header{margin-bottom:5px;font-size:11px}.vt-history-route__bar{height:7px}.vt-history-route__stops{padding:2px 12px 8px}.vt-history-route__stops>div{grid-template-columns:34px 1fr auto;gap:8px;min-height:34px;font-size:11px}.vt-history-route__stops b{font-size:10px}.vt-history-route__muted{padding:12px;font-size:12px}.vt-history-route__speed-chart{height:135px;padding:10px 14px 12px 42px}.vt-history-route__speed-axis{font-size:9px;top:12px;bottom:14px;left:10px}.vt-history-route__message{border-radius:10px;padding:10px 12px;font-size:12px}}@media (width>=1200px){.vt-history-route__filters{border-color:#dbe4ef;box-shadow:0 3px 12px #0f172a09}.vt-history-route__kpis article{box-shadow:none;border-color:#e5eaf1;position:relative;overflow:hidden}.vt-history-route__kpis article:before{content:"";opacity:.8;background:#2563eb;width:100%;height:3px;position:absolute;top:0;left:0}.vt-history-route__kpis strong{letter-spacing:-.02em;font-size:19px}.vt-history-route__map-card{border-color:#dbe4ef;box-shadow:0 6px 18px #0f172a12}.vt-history-route__map{height:300px;min-height:300px}.vt-history-route__analytics{min-height:0}.vt-history-route__analytics-card{box-shadow:none;border-color:#e5eaf1}.vt-history-route__stops{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;max-height:118px;overflow-y:auto}.vt-history-route__stops::-webkit-scrollbar{width:6px}.vt-history-route__stops::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.vt-history-route__stops::-webkit-scrollbar-track{background:0 0}.vt-history-route__speed-card{border-color:#dbe4ef;box-shadow:0 4px 14px #0f172a0a}.vt-history-route__speed-line{stroke-width:3.5px}.vt-history-route{grid-template-columns:minmax(0,2.15fr) minmax(300px,.85fr);align-items:start}.vt-history-route__filters,.vt-history-route__custom,.vt-history-route__message,.vt-history-route__kpis,.vt-history-route__welcome{grid-column:1/-1}.vt-history-route__analysis-grid{display:contents}.vt-history-route__map-card{grid-area:auto/1}.vt-history-route__analytics{grid-area:auto/2/span 2;align-content:start;gap:10px;display:grid}.vt-history-route__speed-card{grid-column:1}.vt-history-route__speed-chart{height:145px}.vt-history-route__stops{max-height:180px;overflow-y:auto}.vt-history-route__analytics-card{background:var(--vt-surface)}}@media (width>=1200px) and (height>=800px){.vt-module-workspace{height:calc(100vh - 154px)}.vt-module-workspace__header{padding:10px 18px 8px}.vt-module-workspace__eyebrow{margin-bottom:2px;font-size:9px}.vt-module-workspace__header h1{font-size:20px}.vt-module-workspace__map-button{padding:6px 10px;font-size:11px}.vt-module-workspace__tabs{padding:6px 16px}.vt-module-workspace__tab{padding:5px 9px;font-size:11px}.vt-module-workspace__content{padding:10px 16px 12px;overflow:hidden}.vt-history-route__filters{grid-column:1/-1;padding:7px 10px}.vt-history-route__field label,.vt-history-route__custom span{display:none}.vt-history-route__field select,.vt-history-route__custom input{min-height:32px;font-size:12px}.vt-history-route__period button{min-height:26px;font-size:11px}.vt-history-route__consult{min-height:32px;font-size:11px}.vt-history-route__custom{grid-column:1/-1;padding:6px 10px}.vt-history-route__message,.vt-history-route__welcome{grid-column:1/-1}.vt-history-route__kpis{grid-column:1/-1;gap:7px}.vt-history-route__kpis article{padding:7px 10px}.vt-history-route__kpis span{margin-bottom:2px;font-size:8px}.vt-history-route__kpis strong{font-size:16px}.vt-history-route__analytics{grid-area:3/2/5;grid-template-rows:auto minmax(0,1fr);gap:8px;min-height:0;display:grid}.vt-history-route__stops{height:calc(100% - 42px);max-height:none;overflow-y:auto}.vt-history-route__stops>div{min-height:31px;font-size:10px}.vt-history-route__card-header{padding:6px 10px}.vt-history-route__card-header span{font-size:8px}.vt-history-route__card-header h2{font-size:13px}.vt-history-route__card-header h3{font-size:12px}.vt-history-route__card-header>strong{font-size:10px}.vt-module-workspace__content{overflow:hidden}.vt-history-route{grid-template-rows:auto auto minmax(300px,1fr) 125px;grid-template-columns:minmax(0,2.15fr) minmax(330px,.85fr);gap:8px 10px;height:100%;min-height:0;display:grid}.vt-history-route__filters,.vt-history-route__custom,.vt-history-route__message,.vt-history-route__kpis,.vt-history-route__welcome{grid-column:1/-1}.vt-history-route__analysis-grid{display:contents}.vt-history-route__map-card{flex-direction:column;grid-area:3/1;min-height:300px;display:flex}.vt-history-route__map{flex:auto;width:100%;height:100%!important;min-height:260px!important}.vt-history-route__map .leaflet-container{width:100%;height:100%!important}.vt-history-route__speed-card{grid-area:4/1;min-height:0}.vt-history-route__speed-chart{height:86px;padding:7px 12px 8px 38px}.vt-history-route__analytics{grid-area:3/2/5;grid-template-rows:auto minmax(0,1fr) auto;gap:8px;height:100%;min-height:0;display:grid}.vt-history-route__analytics-card{min-height:0}.vt-history-route__analytics .vt-history-route__card-header{padding:9px 12px}.vt-history-route__analytics .vt-history-route__card-header span{font-size:9px}.vt-history-route__analytics .vt-history-route__card-header h3{font-size:13px;line-height:1.25}.vt-history-route__bar-group{gap:11px;padding:11px 13px 13px}.vt-history-route__bar-group header{margin-bottom:5px;font-size:11px}.vt-history-route__bar-group header strong{font-size:11px}.vt-history-route__bar{height:6px}.vt-history-route__analytics-card:nth-child(2){flex-direction:column;min-height:0;display:flex}.vt-history-route__stops{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;flex:auto;height:auto;min-height:0;max-height:none;padding:2px 12px 8px;overflow-y:auto}.vt-history-route__stops>div{grid-template-columns:34px 1fr auto;min-height:34px;font-size:11px}.vt-history-route__stops b{font-size:11px}.vt-history-route__actions-card{flex:none}.vt-history-route__actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;padding:9px 10px 10px;display:grid}.vt-history-route__actions button{border:1px solid var(--vt-border);color:#334155;text-align:left;cursor:default;background:#f8fafc;border-radius:9px;align-items:center;gap:8px;min-width:0;min-height:49px;padding:7px 9px;display:flex}.vt-history-route__actions button>span{color:#0d47a1;background:#eaf2ff;border-radius:7px;flex:none;place-items:center;width:27px;height:27px;font-size:15px;font-weight:800;display:grid}.vt-history-route__actions button div{gap:1px;min-width:0;display:grid}.vt-history-route__actions button strong{color:var(--vt-text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:11px;line-height:1.2;overflow:hidden}.vt-history-route__actions button small{color:var(--vt-text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:9px;overflow:hidden}.vt-history-route__map-card,.vt-history-route__speed-card{border-color:#d7e0eb}.vt-history-route__map-card{box-shadow:0 5px 16px #0f172a11}.vt-history-route__speed-card{box-shadow:0 3px 10px #0f172a09}.vt-history-route__speed-line{stroke:#2563eb;stroke-width:2.4px;opacity:.82}.vt-history-route__map-card{overflow:hidden}.vt-history-route__map{flex:auto;width:100%;position:relative;overflow:hidden;height:100%!important;min-height:285px!important}.vt-history-route__map>.leaflet-container{inset:0;width:100%!important;height:100%!important;min-height:285px!important;position:absolute!important}.vt-history-route__map-card{align-self:stretch;height:100%}.vt-history-route__map{flex:1 1 0;height:auto!important;min-height:0!important}.vt-history-route__map>.leaflet-container{min-height:0!important}}.vt-history-route__map{position:relative}.vt-history-route__map-badge{z-index:500;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:var(--vt-text-secondary);background:#ffffffeb;border:1px solid #cbd5e1e6;border-radius:999px;padding:5px 9px;font-size:10px;font-weight:800;position:absolute;top:10px;right:10px;box-shadow:0 2px 8px #0f172a14}.vt-history-route__speed-line{stroke:#3b82f6;stroke-width:1.55px;opacity:.58;stroke-linecap:round;stroke-linejoin:round}.vt-history-route__grid-line{stroke:#e7edf4;stroke-width:1px;opacity:.75}@media (width>=1200px){.vt-history-route__analytics{background:linear-gradient(#111827 0%,#0f172a 100%);border:1px solid #263244;border-radius:14px;padding:8px;overflow:hidden;box-shadow:0 8px 24px #0f172a29}.vt-history-route__analytics-card{box-shadow:none;background:0 0;border:0;border-radius:9px;overflow:hidden}.vt-history-route__analytics-card+.vt-history-route__analytics-card{border-top:1px solid #94a3b829;border-radius:0;padding-top:6px}.vt-history-route__analytics .vt-history-route__card-header{background:0 0;border-bottom:1px solid #94a3b81f;padding:9px 10px 8px}.vt-history-route__analytics .vt-history-route__card-header h3{color:#f8fafc;letter-spacing:-.01em;font-size:13px;font-weight:750}.vt-history-route__analytics .vt-history-route__bar-group{padding:11px 10px 13px}.vt-history-route__analytics .vt-history-route__bar-group header{color:#cbd5e1;font-size:11px;font-weight:650}.vt-history-route__analytics .vt-history-route__bar-group header strong{color:#f8fafc;font-size:11px;font-weight:800}.vt-history-route__analytics .vt-history-route__bar{background:#94a3b829;height:6px}.vt-history-route__analytics .vt-history-route__bar-fill--moving{background:#3b82f6}.vt-history-route__analytics .vt-history-route__bar-fill--stopped{background:#94a3b8}.vt-history-route__analytics .vt-history-route__bar-fill--idle{background:#f59e0b}.vt-history-route__analytics .vt-history-route__stops{scrollbar-color:#94a3b873 transparent;padding:3px 10px 8px}.vt-history-route__analytics .vt-history-route__stops>div{color:#cbd5e1;border-bottom:1px solid #94a3b81f}.vt-history-route__analytics .vt-history-route__stops>div:last-child{border-bottom:0}.vt-history-route__analytics .vt-history-route__stops strong{color:#f59e0b}.vt-history-route__analytics .vt-history-route__stops span{color:#cbd5e1}.vt-history-route__analytics .vt-history-route__stops b{color:#fff;font-weight:800}.vt-history-route__analytics .vt-history-route__muted{color:#94a3b8}.vt-history-route__analytics .vt-history-route__actions{gap:7px;padding:8px 7px 7px}.vt-history-route__analytics .vt-history-route__actions button{color:#e2e8f0;background:#1e293bb8;border:1px solid #94a3b82e;transition:background .18s,border-color .18s,transform .18s}.vt-history-route__analytics .vt-history-route__actions button:hover{background:#2563eb21;border-color:#3b82f68c;transform:translateY(-1px)}.vt-history-route__analytics .vt-history-route__actions button>span{color:#60a5fa;background:#3b82f621}.vt-history-route__analytics .vt-history-route__actions button strong{color:#f8fafc;font-size:11px;font-weight:750}.vt-history-route__analytics .vt-history-route__actions button small{color:#94a3b8;font-size:9px}.vt-history-route__kpis article{background:linear-gradient(#172033 0%,#111827 100%);border-color:#263244;box-shadow:0 4px 12px #0f172a1a}.vt-history-route__kpis article:before{opacity:.9;background:#3b82f6;height:2px}.vt-history-route__kpis span{color:#94a3b8}.vt-history-route__kpis strong{color:#f8fafc}.vt-history-route__map-card,.vt-history-route__speed-card{background:var(--vt-surface)}}.vt-history-route__playback{z-index:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172ae6;border:1px solid #ffffff3d;border-radius:12px;align-items:center;gap:8px;width:min(720px,100% - 90px);min-height:44px;padding:6px 8px;display:flex;position:absolute;bottom:12px;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #0f172a3d}.vt-history-route__playback-button{color:#e2e8f0;cursor:pointer;background:#1e293bd1;border:1px solid #94a3b838;border-radius:8px;flex:none;place-items:center;width:32px;height:32px;padding:0;font-size:14px;font-weight:800;display:grid}.vt-history-route__playback-button:hover{background:#2563eb2e;border-color:#60a5fab3}.vt-history-route__playback-button--primary{color:#fff;background:#2563eb;border-color:#2563eb}.vt-history-route__playback-speed{color:#f8fafc;cursor:pointer;background:#1e293be0;border:1px solid #94a3b838;border-radius:8px;flex:none;height:32px;padding:0 7px;font-size:11px;font-weight:750}.vt-history-route__playback-range{accent-color:#3b82f6;cursor:pointer;flex:auto;min-width:100px}.vt-history-route__playback-data{flex:none;justify-items:end;gap:1px;min-width:115px;padding:0 3px;display:grid}.vt-history-route__playback-data strong{color:#f8fafc;white-space:nowrap;font-size:10px;font-weight:750}.vt-history-route__playback-data span{color:#93c5fd;font-size:10px;font-weight:800}.vt-history-route__playback-point{filter:drop-shadow(0 2px 5px #0f172a59)}@media (width<=768px){.vt-history-route__playback{width:calc(100% - 24px)}.vt-history-route__playback-data{display:none}}@media (width>=1200px){.vt-history-route__analytics{grid-template-rows:auto minmax(0,1fr) auto auto}.vt-history-route__playback-card{flex:none}.vt-history-route__analytics .vt-history-route__playback{-webkit-backdrop-filter:none;backdrop-filter:none;width:auto;min-height:0;box-shadow:none;background:0 0;border:0;border-radius:0;grid-template-columns:34px 34px 58px minmax(0,1fr);gap:7px;padding:8px 9px 10px;display:grid;position:static;transform:none}.vt-history-route__analytics .vt-history-route__playback-button{background:#1e293bc7;border-color:#94a3b833;width:34px;height:31px}.vt-history-route__analytics .vt-history-route__playback-button--primary{background:#2563eb;border-color:#2563eb}.vt-history-route__analytics .vt-history-route__playback-speed{width:58px;height:31px;padding:0 6px}.vt-history-route__analytics .vt-history-route__playback-range{grid-column:1/-1;width:100%;min-width:0;margin:1px 0}.vt-history-route__analytics .vt-history-route__playback-data{grid-column:1/-1;justify-content:space-between;align-items:center;min-width:0;padding:0 2px;display:flex}.vt-history-route__analytics .vt-history-route__playback-data strong{color:#cbd5e1;font-size:10px;font-weight:650}.vt-history-route__analytics .vt-history-route__playback-data span{color:#60a5fa;font-size:11px;font-weight:800}.vt-history-route__analytics{grid-template-rows:auto minmax(0,1fr) auto;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:0;padding:8px;display:grid}.vt-history-route__analytics>.vt-history-route__analytics-card:first-child{border-bottom:1px solid #94a3b829;grid-area:1/1/auto/-1;padding-bottom:6px}.vt-history-route__analytics>.vt-history-route__analytics-card:nth-child(2){border-top:0;border-right:1px solid #94a3b829;flex-direction:column;grid-area:2/1;min-width:0;min-height:0;padding-top:6px;padding-right:8px;display:flex}.vt-history-route__analytics>.vt-history-route__playback-card{border-top:0;grid-area:2/2;min-width:0;min-height:0;padding-top:6px;padding-left:8px}.vt-history-route__analytics>.vt-history-route__actions-card{border-top:1px solid #94a3b829;grid-area:3/1/auto/-1;padding-top:6px}.vt-history-route__analytics>.vt-history-route__analytics-card:nth-child(2) .vt-history-route__card-header,.vt-history-route__analytics>.vt-history-route__playback-card .vt-history-route__card-header{padding:8px 7px}.vt-history-route__analytics>.vt-history-route__analytics-card:nth-child(2) .vt-history-route__card-header h3,.vt-history-route__analytics>.vt-history-route__playback-card .vt-history-route__card-header h3{font-size:12px}.vt-history-route__analytics .vt-history-route__stops{flex:auto;min-height:0;max-height:none;padding:3px 7px 6px;overflow-y:auto}.vt-history-route__analytics .vt-history-route__stops>div{grid-template-columns:28px minmax(0,1fr) auto;gap:5px;min-height:34px;font-size:10px}.vt-history-route__analytics .vt-history-route__stops span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.vt-history-route__analytics .vt-history-route__playback{grid-template-columns:31px 31px minmax(48px,1fr);gap:6px;padding:7px 6px 8px;display:grid}.vt-history-route__analytics .vt-history-route__playback-button{width:31px;height:30px}.vt-history-route__analytics .vt-history-route__playback-speed{width:100%;min-width:48px;height:30px}.vt-history-route__analytics .vt-history-route__playback-range{grid-column:1/-1;width:100%;margin:3px 0}.vt-history-route__analytics .vt-history-route__playback-data{grid-column:1/-1;grid-template-columns:1fr;justify-items:start;gap:3px;display:grid}.vt-history-route__analytics .vt-history-route__playback-data strong{font-size:9px}.vt-history-route__analytics .vt-history-route__playback-data span{font-size:11px}.vt-history-route__actions-card .vt-history-route__card-header{text-align:center;justify-content:center}.vt-history-route__actions-card .vt-history-route__card-header>div{width:100%}.vt-history-route__actions-card .vt-history-route__card-header h3{text-align:center;font-size:13px}}.vt-history-route__datetime-wrap{width:100%;position:relative}.vt-history-route__datetime-wrap input{box-sizing:border-box;width:100%;padding-right:44px!important}.vt-history-route__calendar-button{color:#94a3b8;cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;width:30px;height:30px;display:grid;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.vt-history-route__calendar-button:hover{color:#fff;background:#94a3b81f}.vt-history-route__calendar-button svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.vt-history-route__datetime-wrap input::-webkit-calendar-picker-indicator{opacity:0;pointer-events:none}.vt-history-route__action-svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:22px;height:22px}@media screen and (width<=700px){.vt-history-route .vt-history-route__actions-grid{grid-template-columns:repeat(4,1fr)!important;grid-auto-flow:row!important;gap:4px!important;width:100%!important;display:grid!important}.vt-history-route .vt-history-route__actions-grid>button{box-sizing:border-box!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:6px!important;width:100%!important;min-width:0!important;max-width:none!important;min-height:68px!important;margin:0!important;padding:8px 1px!important;display:flex!important}.vt-history-route .vt-history-route__actions-grid>button>div{width:100%!important;min-width:0!important;margin:0!important;display:block!important}.vt-history-route .vt-history-route__actions-grid>button strong{text-align:center!important;white-space:nowrap!important;margin:0!important;padding:0!important;font-size:10px!important;line-height:12px!important;display:block!important}.vt-history-route .vt-history-route__actions-grid>button small{display:none!important}.vt-history-route .vt-history-route__action-svg{width:22px!important;height:22px!important;margin:0 auto!important;display:block!important}.vt-history-route__actions{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:6px!important;width:100%!important;display:grid!important}.vt-history-route__actions>button{text-align:center!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:6px!important;width:100%!important;min-width:0!important;min-height:68px!important;margin:0!important;padding:8px 2px!important;display:flex!important}.vt-history-route__actions>button>div{width:100%!important;min-width:0!important}.vt-history-route__actions>button strong{white-space:nowrap!important;text-align:center!important;margin:0!important;font-size:10px!important;line-height:12px!important;display:block!important}.vt-history-route__actions>button small{display:none!important}.vt-history-route__actions .vt-history-route__action-svg{width:22px!important;height:22px!important;margin:0 auto!important;display:block!important}}@media (width<=768px){.vt-history-route__stops{overscroll-behavior:contain;scrollbar-width:thin;max-height:128px;overflow-y:auto}.vt-history-route__playback-card{overflow:visible}.vt-history-route__analytics .vt-history-route__playback{z-index:auto;width:100%;min-height:0;box-shadow:none;background:0 0;border:0;border-radius:0;grid-template-columns:34px 34px 58px minmax(0,1fr);align-items:center;gap:6px;padding:8px 10px 10px;display:grid;position:static;bottom:auto;left:auto;transform:none}.vt-history-route__analytics .vt-history-route__playback-button{width:34px;height:32px}.vt-history-route__analytics .vt-history-route__playback-speed{width:58px;min-width:0;height:32px}.vt-history-route__analytics .vt-history-route__playback-range{grid-column:4;width:100%;min-width:0;margin:0}.vt-history-route__analytics .vt-history-route__playback-data{grid-column:1/-1;justify-content:space-between;align-items:center;min-width:0;padding-top:2px;display:flex}.vt-history-route__analytics .vt-history-route__playback-data strong,.vt-history-route__analytics .vt-history-route__playback-data span{font-size:10px}}.vt-history-route__map-popup{gap:5px;min-width:190px;font-size:12px;line-height:1.35;display:grid}.vt-history-route__map-popup>strong{margin-bottom:3px;font-size:13px}.vt-history-route__map-popup>span{display:block}.vt-history-route__popup-actions{grid-template-columns:1fr 1fr;gap:6px;margin-top:7px;display:grid}.vt-history-route__popup-actions a{color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe;border-radius:7px;justify-content:center;align-items:center;min-height:30px;padding:5px 7px;font-size:10px;font-weight:700;text-decoration:none;display:flex}.vt-history-route__stops span{min-width:0}.vt-history-route__stops span small{color:#94a3b8;margin-top:2px;font-size:9px;font-weight:500;display:block}.vt-history-route__stop-popup{gap:9px;min-width:220px;display:grid}.vt-history-route__stop-popup>strong{font-size:14px}.vt-history-route__stop-popup>div:not(.vt-history-route__stop-popup-actions){grid-template-columns:76px minmax(0,1fr);align-items:start;gap:8px;font-size:12px;display:grid}.vt-history-route__stop-popup>div>span{opacity:.7}.vt-history-route__stop-popup>div>strong{text-align:right;word-break:break-word;font-size:12px}.vt-history-route__stop-popup-actions{grid-template-columns:1fr 1fr;gap:6px;padding-top:4px;display:grid}.vt-history-route__stop-popup-actions a{border-radius:8px;justify-content:center;align-items:center;min-height:32px;padding:6px 8px;font-size:11px;font-weight:700;text-decoration:none;display:flex}@media (width>=1200px){.vt-history-route{width:100%;max-width:1400px;margin-left:auto;margin-right:auto;grid-template-columns:minmax(0,1fr) 360px!important}.vt-history-route__analysis-grid{display:contents}.vt-history-route__map-card{min-width:0}.vt-history-route__analytics{width:360px;max-width:360px}.vt-history-route__actions-card{width:100%}.vt-history-route__actions{grid-template-columns:repeat(2,minmax(0,1fr))}.vt-history-route__actions>button{min-height:54px}.vt-history-route{width:100%;max-width:1320px;margin-left:auto;margin-right:auto;grid-template-columns:minmax(0,1fr) 320px!important;gap:8px 10px!important}.vt-history-route__analytics{gap:8px!important;width:320px!important;max-width:320px!important}.vt-history-route__analytics-card{border-radius:10px!important}.vt-history-route__card-header{padding:8px 10px!important}.vt-history-route__bar-group{gap:10px!important;padding:10px 12px 12px!important}.vt-history-route__stops{max-height:145px!important}.vt-history-route__actions{gap:7px!important}.vt-history-route__actions>button{border-radius:9px!important;min-height:48px!important;padding:7px 9px!important}.vt-history-route__action-svg{width:18px!important;height:18px!important}.vt-history-route__actions>button strong{font-size:11px!important}.vt-history-route__actions>button small{font-size:8px!important}.vt-history-route__speed-card{border-radius:10px!important}}.vt-history-route__mobile-playback{display:none}@media (width<=768px){.vt-history-route__playback-card{display:none!important}.vt-history-route__mobile-playback{display:block}.vt-history-route__mobile-playback .vt-history-route__playback{z-index:650!important;width:calc(100% - 24px)!important;max-width:none!important;margin:0!important;position:absolute!important;inset:auto auto 12px 50%!important;transform:translate(-50%)!important}.vt-history-route__mobile-playback .vt-history-route__playback-range{width:100%!important}}.vt-history-route__filters{box-shadow:none;background:0 0;border:0;border-radius:0;flex-wrap:wrap;align-items:end;gap:12px;padding:0;display:flex}.vt-history-route__field{gap:6px;min-width:210px;display:grid}.vt-history-route__field--asset{min-width:220px}.vt-history-route__field label{color:var(--vt-text-muted);letter-spacing:normal;text-transform:none;font-size:11px;font-weight:700}.vt-history-route__field select{border:1px solid var(--vt-border-strong);background:var(--vt-input-background);height:40px;min-height:40px;color:var(--vt-input-text);font:inherit;border-radius:9px;outline:none;padding:0 12px}.vt-history-route__field:not(.vt-history-route__field--asset)>label{display:none}.vt-history-route__period{background:var(--vt-surface);border:0;border-radius:9px;align-items:center;gap:4px;height:40px;padding:3px;display:flex}.vt-history-route__period button{height:34px;min-height:34px;color:var(--vt-text-secondary);cursor:pointer;background:0 0;border:0;border-radius:7px;padding:0 15px;font-weight:800}.vt-history-route__period button.active{color:#fff;box-shadow:none;background:#2563eb}.vt-history-route__consult{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:9px;height:40px;min-height:40px;padding:0 24px;font-weight:900}.vt-history-route__welcome{border:1px solid var(--vt-border);background:var(--vt-surface-muted);min-height:0;color:var(--vt-text-secondary);text-align:center;border-radius:14px;padding:52px 24px}.vt-history-route__welcome span{color:#3b82f6;letter-spacing:.08em;font-size:10px;font-weight:900}.vt-history-route__welcome h2{color:var(--vt-text-primary);margin:6px 0 10px}.vt-history-route__welcome p{max-width:600px;color:var(--vt-text-secondary);margin:0 auto;line-height:1.6}@media (width<=768px){.vt-history-route__filters{grid-template-columns:1fr;gap:12px;display:grid}.vt-history-route__field,.vt-history-route__field--asset{width:100%;min-width:0}.vt-history-route__period{width:100%}.vt-history-route__period button{flex:1 1 0;padding-inline:8px}.vt-history-route__consult{width:100%}.vt-history-route__welcome{padding:52px 24px}}.vt-history-trips{gap:15px;display:grid}.vt-history-trips__filters{flex-wrap:wrap;align-items:end;gap:12px;display:flex}.vt-history-trips__field{gap:6px;min-width:210px;display:grid}.vt-history-trips__field--asset{min-width:220px}.vt-history-trips__field label{color:var(--vt-text-muted);font-size:11px;font-weight:700}.vt-history-trips__field select,.vt-history-trips__field input{border:1px solid var(--vt-border-strong);background:var(--vt-surface);height:40px;color:var(--vt-text-primary);font:inherit;border-radius:9px;outline:none;padding:0 12px}.vt-history-trips__periods{background:var(--vt-surface-elevated);border-radius:9px;align-items:center;gap:4px;height:40px;padding:3px;display:flex}.vt-history-trips__period{height:34px;color:var(--vt-text-secondary);cursor:pointer;background:0 0;border:0;border-radius:7px;padding:0 15px;font-weight:800}.vt-history-trips__period--active{color:#fff;background:#2563eb}.vt-history-trips__consult{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:9px;height:40px;padding:0 24px;font-weight:900}.vt-history-trips__consult:disabled{opacity:.55;cursor:default}.vt-history-trips__context{border:1px solid var(--vt-border);background:var(--vt-surface);border-radius:13px;justify-content:space-between;align-items:center;gap:18px;padding:15px 20px;display:flex}.vt-history-trips__context>div:first-child{gap:3px;display:grid}.vt-history-trips__context>div:first-child span{color:#3b82f6;letter-spacing:.08em;font-size:10px;font-weight:900}.vt-history-trips__context>div:first-child strong{color:var(--vt-text-primary);font-size:15px}.vt-history-trips__context-summary{color:var(--vt-text-secondary);align-items:center;gap:10px;font-size:13px;display:flex}.vt-history-trips__context-summary i{background:#334155;width:1px;height:27px;margin:0 8px}.vt-history-trips__context-summary strong{color:var(--vt-text-primary)}.vt-history-trips__kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.vt-history-trips__kpis article{border:1px solid var(--vt-border);background:var(--vt-surface);border-radius:12px;gap:3px;min-height:68px;padding:14px 18px;display:grid;position:relative}.vt-history-trips__kpis article>span{color:var(--vt-text-muted);font-size:11px;font-weight:700}.vt-history-trips__kpis article>strong{color:var(--vt-text-primary);font-size:19px}.vt-history-trips__kpis article>b{color:#3b82f6;font-size:21px;position:absolute;top:25px;right:18px}.vt-history-trips__kpis article:nth-child(2)>b{color:#4ade80}.vt-history-trips__kpis article:nth-child(3)>b{color:#f59e0b}.vt-history-trips__kpis article:nth-child(4)>b{color:#ef4444}.vt-history-trips__title{grid-template-columns:minmax(30px,1fr) auto minmax(30px,1fr);align-items:center;gap:16px;padding:0 40%;display:grid;position:relative}.vt-history-trips__title>span{background:#64748b;min-width:28px;height:1px}.vt-history-trips__title h2{white-space:nowrap;color:var(--vt-text-primary);letter-spacing:.12em;margin:0;font-size:14px}.vt-history-trips__title>strong{color:#2563eb;background:#f8fafc;border-radius:8px;place-items:center;width:34px;height:34px;font-size:13px;display:grid;position:absolute;right:14px}.vt-history-trips__cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.vt-history-trips__card{border:1px solid var(--vt-border);background:var(--vt-surface);border-radius:13px;gap:14px;min-width:0;padding:17px;display:grid}.vt-history-trips__card-top{grid-template-columns:42px minmax(0,1fr) 20px minmax(0,1fr);align-items:center;gap:8px;display:grid}.vt-history-trips__badge{color:#fff;background:#2563eb;border-radius:50%;place-items:center;width:36px;height:36px;font-size:12px;font-weight:900;display:grid}.vt-history-trips__endpoint{gap:3px;min-width:0;display:grid}.vt-history-trips__endpoint small{color:var(--vt-text-muted);font-size:10px}.vt-history-trips__endpoint strong{color:var(--vt-text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.vt-history-trips__arrow{color:var(--vt-text-muted);text-align:center;font-size:17px}.vt-history-trips__timeline{grid-template-columns:10px minmax(0,1fr) 10px;align-items:center;display:grid}.vt-history-trips__timeline span{background:#2563eb;border:2px solid #bfdbfe;border-radius:50%;width:9px;height:9px}.vt-history-trips__timeline span:last-child{background:#ef4444;border-color:#fecaca}.vt-history-trips__timeline i{border-top:1px dashed var(--vt-border-strong);height:1px}.vt-history-trips__metrics{border-top:1px solid var(--vt-border);border-bottom:1px solid var(--vt-border);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.vt-history-trips__metric{border-right:1px solid var(--vt-border);gap:5px;padding:11px 8px;display:grid}.vt-history-trips__metric:last-child{border-right:0}.vt-history-trips__metric-value{align-items:center;gap:6px;display:flex}.vt-history-trips__metric-value span{color:#4ade80;font-size:16px}.vt-history-trips__metric:nth-child(2) .vt-history-trips__metric-value span{color:#f59e0b}.vt-history-trips__metric:nth-child(3) .vt-history-trips__metric-value span{color:#ef4444}.vt-history-trips__metric:nth-child(4) .vt-history-trips__metric-value span{color:#3b82f6}.vt-history-trips__metric strong{color:var(--vt-text-primary);font-size:12px}.vt-history-trips__metric small{color:var(--vt-text-muted);font-size:10px}.vt-history-trips__card-footer{justify-content:space-between;align-items:center;gap:12px;display:flex}.vt-history-trips__locations{color:var(--vt-text-secondary);align-items:center;gap:7px;display:flex}.vt-history-trips__locations button{color:var(--vt-text-secondary);cursor:pointer;background:0 0;border:0;padding:0;font-size:11px;font-weight:700}.vt-history-trips__locations button:hover{color:#60a5fa}.vt-history-trips__route-button{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:8px;padding:8px 14px;font-size:11px;font-weight:900}.vt-history-trips__route-button:hover{background:#1d4ed8}.vt-history-trips__note{background:var(--vt-surface-elevated);color:var(--vt-text-muted);border-radius:10px;align-items:center;gap:10px;padding:13px 17px;display:flex}.vt-history-trips__note>span{color:#3b82f6;font-size:17px}.vt-history-trips__note p{margin:0;font-size:12px}.vt-history-trips__message,.vt-history-trips__welcome{border:1px solid var(--vt-border);background:var(--vt-surface);color:var(--vt-text-muted);border-radius:14px;padding:28px}.vt-history-trips__message--error{color:#fecaca;border-color:#7f1d1d}.vt-history-trips__welcome{text-align:center;padding:52px 24px}.vt-history-trips__welcome>span{color:#3b82f6;letter-spacing:.08em;font-size:10px;font-weight:900}.vt-history-trips__welcome h2{color:var(--vt-text-primary);margin:6px 0 10px}.vt-history-trips__welcome p{max-width:600px;margin:0 auto;line-height:1.6}:root[data-theme=dark] .vt-history-trips__field input[type=datetime-local]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23f8fafc' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M16 3v4M8 3v4M3 10h18'/%3E%3C/svg%3E")!important;background-position:right 10px center!important;background-repeat:no-repeat!important;background-size:17px 17px!important;padding-right:38px!important}:root[data-theme=dark] .vt-history-trips__field input[type=datetime-local]::-webkit-calendar-picker-indicator{opacity:.01!important;filter:none!important;cursor:pointer!important;pointer-events:auto!important;z-index:2!important;width:22px!important;height:22px!important;position:relative!important}@media (width<=1250px){.vt-history-trips__cards{grid-template-columns:repeat(2,minmax(0,1fr))}.vt-history-trips__title{padding:0 30%}}@media (width<=900px){.vt-history-trips__kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.vt-history-trips__cards{grid-template-columns:1fr}.vt-history-trips__context{flex-direction:column;align-items:flex-start}.vt-history-trips__context-summary{flex-wrap:wrap}.vt-history-trips__title{padding:0 20%}}@media (width<=640px){.vt-history-trips__filters{align-items:stretch}.vt-history-trips__field,.vt-history-trips__field--asset,.vt-history-trips__periods,.vt-history-trips__consult{width:100%}.vt-history-trips__period{flex:1;padding:0 8px}.vt-history-trips__kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.vt-history-trips__title{padding:0 8%}.vt-history-trips__card-top{grid-template-columns:38px 1fr}.vt-history-trips__arrow{display:none}.vt-history-trips__endpoint:last-child{grid-column:2}.vt-history-trips__metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.vt-history-trips__metric:nth-child(2){border-right:0}.vt-history-trips__metric:nth-child(-n+2){border-bottom:1px solid var(--vt-border)}.vt-history-trips__card-footer{flex-direction:column;align-items:stretch}.vt-history-trips__route-button{width:100%}}.vt-history-trips__drawer-backdrop{z-index:1090;cursor:default;background:#02061775;border:0;position:fixed;inset:0}.vt-history-trips__drawer{z-index:1100;border:1px solid var(--vt-border);background:var(--vt-surface-muted);border-radius:16px;grid-template-rows:auto auto auto minmax(280px,1fr) auto auto;gap:12px;width:min(520px,100vw - 28px);padding:0 14px 14px;display:grid;position:fixed;top:76px;bottom:14px;right:14px;overflow:auto;box-shadow:0 22px 60px #0000006b}.vt-history-trips__drawer-header{z-index:5;border-bottom:1px solid var(--vt-border);background:var(--vt-surface-muted);justify-content:space-between;align-items:center;margin:0 -14px;padding:16px 18px;display:flex;position:sticky;top:0}.vt-history-trips__drawer-header>div{align-items:center;gap:8px;display:flex}.vt-history-trips__drawer-header strong{color:#3b82f6;font-size:18px}.vt-history-trips__drawer-header h2{color:var(--vt-text-primary);margin:0;font-size:17px}.vt-history-trips__drawer-header button{width:34px;height:34px;color:var(--vt-text-secondary);cursor:pointer;background:0 0;border:0;font-size:27px;line-height:1}.vt-history-trips__drawer-endpoints{border:1px solid var(--vt-border);background:var(--vt-surface);border-radius:12px;grid-template-columns:minmax(0,1fr) 26px minmax(0,1fr);align-items:center;gap:10px;padding:12px 14px;display:grid}.vt-history-trips__drawer-endpoints>div{gap:4px;min-width:0;display:grid}.vt-history-trips__drawer-endpoints span{color:var(--vt-text-muted);font-size:10px}.vt-history-trips__drawer-endpoints strong{color:var(--vt-text-primary);font-size:12px}.vt-history-trips__drawer-endpoints small{color:#60a5fa;text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.vt-history-trips__drawer-endpoints>b{color:var(--vt-text-muted);text-align:center;font-size:20px}.vt-history-trips__drawer-kpis{border:1px solid var(--vt-border);background:var(--vt-surface);border-radius:12px;grid-template-columns:repeat(4,minmax(0,1fr));display:grid;overflow:hidden}.vt-history-trips__drawer-kpis article{border-right:1px solid var(--vt-border);text-align:center;gap:4px;padding:12px 8px;display:grid}.vt-history-trips__drawer-kpis article:last-child{border-right:0}.vt-history-trips__drawer-kpis strong{color:var(--vt-text-primary);font-size:12px}.vt-history-trips__drawer-kpis span{color:var(--vt-text-muted);font-size:9px}.vt-history-trips__drawer-map{border:1px solid var(--vt-border);background:var(--vt-surface-muted);border-radius:13px;min-height:300px;overflow:hidden}.vt-history-trips__drawer-map .leaflet-container{background:var(--vt-surface-muted);width:100%;height:100%;min-height:300px}.vt-history-trips__references{border:1px solid var(--vt-border);background:var(--vt-surface);border-radius:12px;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:13px;display:grid}.vt-history-trips__references>div{align-items:flex-start;gap:10px;min-width:0;display:flex}.vt-history-trips__references>div+div{border-left:1px solid var(--vt-border);padding-left:10px}.vt-history-trips__references>div>div{gap:3px;min-width:0;display:grid}.vt-history-trips__references small{color:var(--vt-text-muted);font-size:10px}.vt-history-trips__references strong{color:var(--vt-text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.vt-history-trips__references>div>div>span{color:var(--vt-text-muted);font-size:10px}.vt-history-trips__reference-marker{color:#fff;border-radius:50%;flex:none;place-items:center;width:30px;height:30px;font-size:11px;font-weight:900;display:grid}.vt-history-trips__reference-marker--start{background:#16a34a}.vt-history-trips__reference-marker--end{background:#ef4444}.vt-history-trips__drawer-footer{justify-content:flex-end;display:flex}.vt-history-trips__drawer-footer button{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:9px;min-width:130px;height:38px;font-weight:900}@media (width<=640px){.vt-history-trips__drawer{width:calc(100vw - 16px);top:8px;bottom:8px;right:8px}.vt-history-trips__drawer-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.vt-history-trips__drawer-kpis article:nth-child(2){border-right:0}.vt-history-trips__drawer-kpis article:nth-child(-n+2){border-bottom:1px solid var(--vt-border)}.vt-history-trips__references{grid-template-columns:1fr}.vt-history-trips__references>div+div{border-top:1px solid var(--vt-border);border-left:0;padding-top:10px;padding-left:0}.vt-history-trips__drawer-map,.vt-history-trips__drawer-map .leaflet-container{min-height:260px}}.vt-history-trips__drawer-footer{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.vt-history-trips__drawer-footer button{cursor:pointer;border-radius:9px;min-width:0;height:38px;font-size:11px;font-weight:900}.vt-history-trips__drawer-action{border:1px solid var(--vt-border-strong)!important;background:var(--vt-surface-elevated)!important;color:#dbeafe!important}.vt-history-trips__drawer-action:hover{color:#60a5fa!important;border-color:#3b82f6!important}.vt-history-trips__drawer-close{color:#fff!important;background:#2563eb!important;border:0!important}.vt-history-trips__drawer-close:hover{background:#1d4ed8!important}@media (width<=640px){.vt-history-trips__drawer-footer{grid-template-columns:repeat(2,minmax(0,1fr))}.vt-history-trips__drawer{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;width:auto!important;max-height:calc(100dvh - 204px)!important;padding:0 10px 12px!important;display:block!important;inset:126px 8px 78px!important;overflow:hidden auto!important}.vt-history-trips__drawer-header{z-index:20;background:var(--vt-surface-muted);position:sticky;top:0}.vt-history-trips__drawer-endpoints,.vt-history-trips__drawer-kpis,.vt-history-trips__drawer-map,.vt-history-trips__references{margin-bottom:10px}.vt-history-trips__drawer-map{height:260px!important;min-height:260px!important}.vt-history-trips__drawer-footer{z-index:25;background:var(--vt-surface-muted);margin-top:8px;padding:10px 0 4px;position:sticky;bottom:0;grid-template-columns:repeat(2,minmax(0,1fr))!important}.vt-history-trips__drawer-footer button{width:100%;min-height:40px}}:root[data-theme=light] .vt-history-trips__field input[type=datetime-local]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%231f2937' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M16 3v4M8 3v4M3 10h18'/%3E%3C/svg%3E")!important;background-position:right 10px center!important;background-repeat:no-repeat!important;background-size:17px 17px!important;padding-right:38px!important}:root[data-theme=light] .vt-history-trips__field input[type=datetime-local]::-webkit-calendar-picker-indicator{opacity:.01!important;filter:none!important;cursor:pointer!important;pointer-events:auto!important;z-index:2!important;width:22px!important;height:22px!important;position:relative!important}.vt-history-stops{color:var(--vt-text-primary);gap:14px;display:grid}.vt-history-stops__filters{flex-wrap:wrap;align-items:end;gap:10px;display:flex}.vt-history-stops__filters label{gap:5px;min-width:190px;display:grid}.vt-history-stops__filters label span{color:var(--vt-text-secondary);font-size:10px}.vt-history-stops__filters select,.vt-history-stops__custom input{border:1px solid var(--vt-border);background:var(--vt-input-background);height:38px;color:var(--vt-text-primary);border-radius:9px;padding:0 12px}.vt-history-stops__period{gap:6px;display:flex}.vt-history-stops__period button,.vt-history-stops__consult{cursor:pointer;background:var(--vt-surface-hover);height:38px;color:var(--vt-text-secondary);border:0;border-radius:8px;padding:0 18px;font-weight:800}.vt-history-stops__period button.is-active,.vt-history-stops__consult{color:#fff;background:#2256ad}.vt-history-stops__custom{gap:7px;display:flex}.vt-history-stops__summary{border:1px solid var(--vt-border);background:var(--vt-surface-muted);border-radius:12px;overflow:hidden}.vt-history-stops__summary-head{border-bottom:1px solid var(--vt-border);padding:12px 16px}.vt-history-stops__summary-head span{color:#3274e5;letter-spacing:.08em;font-size:9px;font-weight:900;display:block}.vt-history-stops__summary-head strong{margin-top:3px;display:block}.vt-history-stops__kpis{grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.vt-history-stops__kpis article{border-right:1px solid var(--vt-border);padding:13px 16px}.vt-history-stops__kpis article:last-child{border-right:0}.vt-history-stops__kpis strong{font-size:17px;display:block}.vt-history-stops__kpis span{color:var(--vt-text-secondary);margin-top:3px;font-size:10px;display:block}.vt-history-stops__title{text-align:center;color:var(--vt-text-secondary);letter-spacing:.12em;font-size:11px;font-weight:900}.vt-history-stops__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.vt-history-stops__card{border:1px solid var(--vt-border);background:var(--vt-surface);border-radius:12px;padding:14px}.vt-history-stops__card header{justify-content:space-between;align-items:center;display:flex}.vt-history-stops__badge{color:#fed7aa;background:#9a3412;border-radius:50%;place-items:center;width:32px;height:32px;font-size:11px;font-weight:900;display:grid}.vt-history-stops__timeline{grid-template-columns:1fr auto 1fr;align-items:center;gap:8px;margin-top:14px;display:grid}.vt-history-stops__timeline div:last-child{text-align:right}.vt-history-stops__timeline small{color:var(--vt-text-secondary);font-size:9px;display:block}.vt-history-stops__timeline strong{margin-top:3px;font-size:11px;display:block}.vt-history-stops__coords{border-top:1px dashed var(--vt-border);color:var(--vt-text-secondary);margin-top:14px;padding-top:10px;font-size:10px}.vt-history-stops__detail{color:#fff;cursor:pointer;background:#1f56ad;border:0;border-radius:8px;width:100%;height:34px;margin-top:12px;font-size:11px;font-weight:800}.vt-history-stops__welcome,.vt-history-stops__empty,.vt-history-stops__error{text-align:center;border:1px dashed var(--vt-border);color:var(--vt-text-muted);border-radius:12px;padding:28px}.vt-history-stops__backdrop{z-index:1090;background:#02061780;border:0;position:fixed;inset:0}.vt-history-stops__drawer{z-index:1100;border:1px solid var(--vt-border);background:var(--vt-surface-muted);border-radius:16px;width:min(500px,100vw - 28px);padding:0 13px 13px;position:fixed;top:76px;bottom:14px;right:14px;overflow-y:auto;box-shadow:0 22px 60px #0000006b}.vt-history-stops__drawer-header{z-index:10;background:var(--vt-surface-muted);justify-content:space-between;align-items:center;padding:14px 0;display:flex;position:sticky;top:0}.vt-history-stops__drawer-header div{align-items:center;gap:8px;display:flex}.vt-history-stops__drawer-header strong{color:#4290ff}.vt-history-stops__drawer-header h2{margin:0;font-size:15px}.vt-history-stops__drawer-header button{color:#fff;cursor:pointer;background:0 0;border:0;font-size:24px}.vt-history-stops__drawer-time{border:1px solid var(--vt-border);border-radius:10px;grid-template-columns:repeat(3,1fr);display:grid;overflow:hidden}.vt-history-stops__drawer-time div{border-right:1px solid #27354a;padding:12px}.vt-history-stops__drawer-time div:last-child{border-right:0}.vt-history-stops__drawer-time span{color:var(--vt-text-muted);font-size:9px;display:block}.vt-history-stops__drawer-time strong{margin-top:4px;font-size:11px;display:block}.vt-history-stops__map{border:1px solid var(--vt-border);border-radius:11px;height:330px;margin-top:12px;overflow:hidden}.vt-history-stops__location{border:1px solid var(--vt-border);border-radius:10px;margin-top:10px;padding:12px}.vt-history-stops__location span{color:var(--vt-text-muted);font-size:9px;display:block}.vt-history-stops__location strong{margin-top:4px;font-size:12px;display:block}.vt-history-stops__map-actions,.vt-history-stops__drawer-footer{grid-template-columns:repeat(2,1fr);gap:8px;margin-top:10px;display:grid}.vt-history-stops__map-actions button,.vt-history-stops__drawer-footer button{border:1px solid var(--vt-border-strong);background:var(--vt-surface-elevated);color:#dbeafe;cursor:pointer;border-radius:8px;height:38px;font-weight:800}.vt-history-stops__drawer-footer{background:var(--vt-surface-muted);grid-template-columns:repeat(4,1fr);padding:10px 0 2px;position:sticky;bottom:0}.vt-history-stops__drawer-footer button.is-primary{color:#fff;background:#2563eb;border-color:#2563eb}@media (width<=900px){.vt-history-stops__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.vt-history-stops__filters{align-items:stretch}.vt-history-stops__filters label,.vt-history-stops__custom,.vt-history-stops__period{width:100%}.vt-history-stops__period button{flex:1;padding:0 8px}.vt-history-stops__consult{width:100%}.vt-history-stops__custom{grid-template-columns:1fr;display:grid}.vt-history-stops__kpis{grid-template-columns:repeat(2,1fr)}.vt-history-stops__kpis article{border-bottom:1px solid #1d2a3f}.vt-history-stops__grid{grid-template-columns:1fr}.vt-history-stops__drawer{-webkit-overflow-scrolling:touch;width:auto;max-height:calc(100dvh - 204px);inset:126px 8px 78px;overflow-y:auto}.vt-history-stops__map{height:260px}.vt-history-stops__drawer-footer{grid-template-columns:repeat(2,1fr)}}.vt-history-stops__date-field{min-width:0;position:relative}.vt-history-stops__date-field input[type=datetime-local]{width:100%;background-image:none!important;padding-right:42px!important}.vt-history-stops__date-field input[type=datetime-local]::-webkit-calendar-picker-indicator{opacity:0!important;pointer-events:none!important;width:0!important;height:0!important;margin:0!important;padding:0!important}.vt-history-stops__calendar-button{width:28px;height:28px;color:var(--vt-text-primary);cursor:pointer;z-index:2;background:0 0;border:0;border-radius:6px;place-items:center;margin:0;padding:5px;display:grid;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.vt-history-stops__calendar-button:hover{background:#ffffff14}.vt-history-stops__calendar-button svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;pointer-events:none;width:18px;height:18px}.vt-history-events{color:var(--vt-text-primary);gap:14px;display:grid}.vt-history-events__filters{flex-wrap:wrap;align-items:end;gap:10px;display:flex}.vt-history-events__filters label{gap:5px;min-width:190px;display:grid}.vt-history-events__filters label span{color:var(--vt-text-secondary);font-size:10px}.vt-history-events__filters select,.vt-history-events__custom input,.vt-history-events__toolbar select{border:1px solid var(--vt-border);background:var(--vt-input-background);height:38px;color:var(--vt-text-primary);border-radius:9px;padding:0 12px}.vt-history-events__period{gap:6px;display:flex}.vt-history-events__period button,.vt-history-events__consult{background:var(--vt-surface-hover);height:38px;color:var(--vt-text-secondary);cursor:pointer;border:0;border-radius:8px;padding:0 18px;font-weight:800}.vt-history-events__period button.is-active,.vt-history-events__consult{color:#fff;background:#2256ad}.vt-history-events__custom{gap:7px;display:flex}.vt-history-events__summary{border:1px solid var(--vt-border);background:var(--vt-surface-muted);border-radius:12px;overflow:hidden}.vt-history-events__summary-head{border-bottom:1px solid var(--vt-border);padding:12px 16px}.vt-history-events__summary-head span{color:#3274e5;letter-spacing:.08em;font-size:9px;font-weight:900;display:block}.vt-history-events__summary-head strong{margin-top:3px;display:block}.vt-history-events__kpis{grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.vt-history-events__kpis article{border-right:1px solid var(--vt-border);padding:13px 16px}.vt-history-events__kpis article:last-child{border-right:0}.vt-history-events__kpis strong{font-size:17px;display:block}.vt-history-events__kpis span{color:var(--vt-text-secondary);font-size:10px}.vt-history-events__toolbar{justify-content:space-between;align-items:center;gap:12px;display:flex}.vt-history-events__toolbar strong{color:var(--vt-text-secondary);letter-spacing:.12em;font-size:11px}.vt-history-events__list{gap:8px;display:grid}.vt-history-events__card{border:1px solid var(--vt-border);background:var(--vt-surface);border-radius:11px;grid-template-columns:auto minmax(190px,1fr) minmax(180px,1fr) auto;align-items:center;gap:14px;padding:12px 14px;display:grid}.vt-history-events__event-marker{color:#fecaca;background:#991b1b;border-radius:50%;place-items:center;width:32px;height:32px;font-weight:900;display:grid}.vt-history-events__event-main strong,.vt-history-events__event-source strong{font-size:11px;display:block}.vt-history-events__event-main span,.vt-history-events__event-source span{color:var(--vt-text-secondary);margin-bottom:3px;font-size:9px;display:block}.vt-history-events__card>button{color:#fff;cursor:pointer;background:#1f56ad;border:0;border-radius:8px;height:34px;padding:0 14px;font-size:10px;font-weight:800}.vt-history-events__welcome,.vt-history-events__empty,.vt-history-events__error{border:1px dashed var(--vt-border);text-align:center;color:var(--vt-text-muted);border-radius:12px;padding:28px}.vt-history-events__backdrop{z-index:1090;background:#02061780;border:0;position:fixed;inset:0}.vt-history-events__drawer{z-index:1100;border:1px solid var(--vt-border);background:var(--vt-surface-muted);border-radius:16px;width:min(500px,100vw - 28px);padding:0 13px 13px;position:fixed;top:76px;bottom:14px;right:14px;overflow-y:auto;box-shadow:0 22px 60px #0000006b}.vt-history-events__drawer-header{z-index:10;background:var(--vt-surface-muted);justify-content:space-between;align-items:center;padding:14px 0;display:flex;position:sticky;top:0}.vt-history-events__drawer-header div{align-items:center;gap:8px;display:flex}.vt-history-events__drawer-header>div>strong{color:#4290ff}.vt-history-events__drawer-header h2{margin:0;font-size:15px}.vt-history-events__drawer-header>button{color:#fff;cursor:pointer;background:0 0;border:0;font-size:24px}.vt-history-events__drawer-data{border:1px solid var(--vt-border);border-radius:10px;grid-template-columns:repeat(3,1fr);display:grid;overflow:hidden}.vt-history-events__drawer-data article{border-right:1px solid var(--vt-border);padding:11px}.vt-history-events__drawer-data article:last-child{border-right:0}.vt-history-events__drawer-data span,.vt-history-events__detail span{color:var(--vt-text-muted);font-size:9px;display:block}.vt-history-events__drawer-data strong,.vt-history-events__detail strong{margin-top:4px;font-size:11px;display:block}.vt-history-events__map{border:1px solid var(--vt-border);border-radius:11px;height:320px;margin-top:12px;overflow:hidden}.vt-history-events__detail{border:1px solid var(--vt-border);border-radius:10px;margin-top:10px;overflow:hidden}.vt-history-events__detail>div{border-bottom:1px solid var(--vt-border);padding:10px 12px}.vt-history-events__detail>div:last-child{border-bottom:0}.vt-history-events__map-actions,.vt-history-events__drawer-footer{gap:8px;margin-top:10px;display:grid}.vt-history-events__map-actions{grid-template-columns:repeat(2,1fr)}.vt-history-events__drawer-footer{background:var(--vt-surface-muted);grid-template-columns:repeat(4,1fr);padding:10px 0 2px;position:sticky;bottom:0}.vt-history-events__map-actions button,.vt-history-events__drawer-footer button{border:1px solid var(--vt-border-strong);background:var(--vt-surface-elevated);height:38px;color:var(--vt-text-primary);cursor:pointer;border-radius:8px;font-weight:800}.vt-history-events__drawer-footer button.is-primary{color:#fff;background:#2563eb;border-color:#2563eb}@media (width<=760px){.vt-history-events__card{grid-template-columns:auto 1fr}.vt-history-events__event-source,.vt-history-events__card>button{grid-column:1/-1}}@media (width<=640px){.vt-history-events__filters{align-items:stretch}.vt-history-events__filters label,.vt-history-events__custom,.vt-history-events__period{width:100%}.vt-history-events__period button{flex:1;padding:0 8px}.vt-history-events__consult{width:100%}.vt-history-events__custom{grid-template-columns:1fr;display:grid}.vt-history-events__kpis{grid-template-columns:repeat(2,1fr)}.vt-history-events__toolbar{flex-direction:column;align-items:stretch}.vt-history-events__drawer{-webkit-overflow-scrolling:touch;width:auto;max-height:calc(100dvh - 204px);inset:126px 8px 78px;overflow-y:auto}.vt-history-events__drawer-data{grid-template-columns:1fr}.vt-history-events__drawer-data article{border-right:0;border-bottom:1px solid var(--vt-border)}.vt-history-events__drawer-data article:last-child{border-bottom:0}.vt-history-events__map{height:260px}.vt-history-events__drawer-footer{grid-template-columns:repeat(2,1fr)}}.vt-history-events__list{align-items:stretch;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;display:grid!important}.vt-history-events__card{align-content:start;min-width:0;border:1px solid var(--vt-border)!important;background:var(--vt-surface)!important;border-radius:12px!important;grid-template-rows:auto auto auto!important;grid-template-columns:auto minmax(0,1fr)!important;gap:10px 12px!important;padding:14px!important;display:grid!important}.vt-history-events__event-marker{grid-area:1/1;align-self:start;width:34px!important;height:34px!important}.vt-history-events__event-main{grid-area:1/2;min-width:0}.vt-history-events__event-main strong{color:#f1f5f9;line-height:1.3;display:block;font-size:12px!important}.vt-history-events__event-main span{margin-top:4px;font-size:9px!important}.vt-history-events__event-source{border-top:1px dashed #263349;grid-row:2;min-width:0;padding-top:10px;grid-column:1/-1!important}.vt-history-events__event-source span{color:var(--vt-text-secondary);margin-bottom:4px;display:block;font-size:9px!important}.vt-history-events__event-source strong{color:var(--vt-text-primary);text-overflow:ellipsis;line-height:1.35;display:block;overflow:hidden;font-size:11px!important}.vt-history-events__card>button{grid-row:3;margin-top:2px;color:#fff!important;background:#1f56ad!important;border-radius:8px!important;grid-column:1/-1!important;width:100%!important;height:36px!important;font-size:10px!important;font-weight:800!important}@media (width<=1180px){.vt-history-events__list{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=700px){.vt-history-events__list{grid-template-columns:1fr!important}}.vt-history-events__custom{position:relative}.vt-history-events__custom input[type=datetime-local]{position:relative;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23f8fafc' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M16 3v4M8 3v4M3 10h18'/%3E%3C/svg%3E")!important;background-position:right 10px center!important;background-repeat:no-repeat!important;background-size:17px 17px!important;padding-right:38px!important}.vt-history-events__custom input[type=datetime-local]::-webkit-calendar-picker-indicator{opacity:0!important;cursor:pointer!important;pointer-events:auto!important;width:24px!important;height:24px!important;position:absolute!important;right:8px!important}:root[data-theme=light] .vt-history-events__custom input[type=datetime-local]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%231f2937' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M16 3v4M8 3v4M3 10h18'/%3E%3C/svg%3E")!important}:root[data-theme=dark] .vt-history-events__custom input[type=datetime-local]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23f8fafc' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M16 3v4M8 3v4M3 10h18'/%3E%3C/svg%3E")!important}.vt-module-workspace{border:1px solid var(--vt-border);background:var(--vt-surface);border-radius:18px;flex-direction:column;width:100%;height:100%;min-height:0;font-family:Inter,Arial,sans-serif;display:flex;overflow:hidden}.vt-module-workspace__header{border-bottom:1px solid var(--vt-border);justify-content:space-between;align-items:center;gap:20px;padding:22px 24px 18px;display:flex}.vt-module-workspace__eyebrow{color:var(--vt-text-secondary);letter-spacing:.12em;margin-bottom:5px;font-size:11px;font-weight:800;display:block}.vt-module-workspace__header h1{color:var(--vt-text-primary);margin:0;font-size:25px;line-height:1.15}.vt-module-workspace__map-button{border:1px solid var(--vt-border-strong);background:var(--vt-surface);color:var(--vt-text-primary);cursor:pointer;border-radius:10px;flex:none;padding:9px 14px;font-weight:700}.vt-module-workspace__tabs{border-bottom:1px solid var(--vt-border);background:var(--vt-surface-muted);flex-wrap:wrap;gap:7px;padding:14px 20px;display:flex}.vt-module-workspace__tab{color:var(--vt-text-secondary);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:9px;padding:8px 12px;font-size:13px;font-weight:700}.vt-module-workspace__tab:hover{background:var(--vt-surface-selected);color:var(--vt-primary)}.vt-module-workspace__tab--active{border-color:var(--vt-border-strong);background:var(--vt-surface-selected);color:var(--vt-primary)}.vt-module-workspace__content{flex:1;min-height:0;padding:24px;overflow-y:auto}.vt-module-workspace__empty{border:1px dashed var(--vt-border-strong);background:var(--vt-surface-muted);text-align:center;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;min-height:260px;padding:28px;display:flex}.vt-module-workspace__empty span{color:var(--vt-text-secondary);letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:800}.vt-module-workspace__empty h2{color:var(--vt-text-primary);margin:8px 0;font-size:24px}.vt-module-workspace__empty p{max-width:480px;color:var(--vt-text-secondary);margin:0;font-size:14px;line-height:1.6}@media (width<=768px){.vt-module-workspace{border-radius:12px}.vt-module-workspace__header{padding:16px}.vt-module-workspace__header h1{font-size:21px}.vt-module-workspace__map-button{padding:8px 10px;font-size:12px}.vt-module-workspace__tabs{scrollbar-width:none;flex-wrap:nowrap;padding:10px 12px;overflow-x:auto}.vt-module-workspace__tabs::-webkit-scrollbar{display:none}.vt-module-workspace__tab{white-space:nowrap;flex:none}.vt-module-workspace__content{padding:12px}.vt-module-workspace__empty{min-height:220px;padding:20px}}.vt-module-workspace input,.vt-module-workspace select,.vt-module-workspace textarea{background:var(--vt-input-background);border-color:var(--vt-border);color:var(--vt-input-text)}.vt-module-workspace input::placeholder,.vt-module-workspace textarea::placeholder{color:var(--vt-input-placeholder)}.vt-module-workspace table{color:var(--vt-text-primary)}.vt-module-workspace thead,.vt-module-workspace th{background:var(--vt-surface-muted);color:var(--vt-text-secondary);border-color:var(--vt-border)}.vt-module-workspace tbody,.vt-module-workspace td{background:var(--vt-surface);color:var(--vt-text-primary);border-color:var(--vt-border)}@media (width<=768px){.vt-module-workspace__header{z-index:20;flex:none;position:relative}.vt-module-workspace__tabs{flex:none}.vt-module-workspace__content{flex:auto;min-height:0}}.vt-app-shell{height:calc(100vh - 72px);min-height:0;display:flex;overflow:hidden}.vt-app-main{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.vt-app-map{flex:1;min-width:0;min-height:0;position:relative}.vt-app-admin-view{box-sizing:border-box;background:var(--vt-background);flex:1;min-width:0;min-height:0;padding:14px;overflow:hidden}.vt-app-admin-view .vt-device-manager{box-sizing:border-box;width:100%;height:100%;position:relative;inset:auto}@media (width<=1100px){.vt-app-shell{width:100%}}.vt-history-summary-button{display:none}@media (width<=768px){.vt-app-shell{width:100%;height:calc(100dvh - 72px);display:block;position:relative;overflow:hidden}.vt-app-main{box-sizing:border-box;width:100%;height:100%;padding-bottom:66px}.vt-app-map{flex:1;width:100%;min-height:0;position:relative}.vt-app-admin-view{width:100%;height:100%;padding:8px 8px 74px}.vt-app-asset-list{display:none}.vt-app-asset-list--open{display:block}.vt-app-asset-panel{display:none}.vt-app-asset-panel--open{display:block}.vt-history-summary-button{z-index:1000;color:#fff;cursor:pointer;background:#111827;border:none;border-radius:999px;padding:10px 16px;font-size:14px;font-weight:700;display:block;position:absolute;top:16px;bottom:auto;right:16px;box-shadow:0 4px 12px #00000040}}@media (width>=769px){.vt-app-asset-list,.vt-app-asset-panel{flex:none;min-width:0;transition:width .22s,flex-basis .22s;position:relative;overflow:visible}.vt-app-asset-list{flex-basis:260px;width:260px}.vt-app-asset-panel{flex-basis:320px;width:320px}.vt-app-asset-list>.vt-asset-list,.vt-app-asset-panel>.vt-asset-panel{box-sizing:border-box;width:100%;height:100%;transition:opacity .14s,visibility .14s}.vt-app-asset-list--collapsed{flex-basis:0;width:0}.vt-app-asset-list--collapsed>.vt-asset-list{opacity:0;visibility:hidden;pointer-events:none}.vt-app-asset-panel--collapsed{flex-basis:0;width:0}.vt-app-asset-panel--collapsed>.vt-asset-panel{opacity:0;visibility:hidden;pointer-events:none}.vt-side-panel-toggle{z-index:1200;border:1px solid var(--vt-border);background:var(--vt-surface);width:22px;height:52px;color:var(--vt-text-secondary);cursor:pointer;place-items:center;padding:0;transition:background .16s,color .16s,box-shadow .16s,transform .16s;display:grid;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 3px 12px #0f172a1f}.vt-side-panel-toggle:hover{background:var(--vt-primary-soft);color:var(--vt-primary);box-shadow:0 5px 16px #0f172a2e}.vt-side-panel-toggle:active{transform:translateY(-50%)scale(.94)}.vt-side-panel-toggle svg{fill:none;stroke:currentColor;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;width:15px;height:15px}.vt-side-panel-toggle--left{border-left:0;border-radius:0 9px 9px 0;right:-22px}.vt-side-panel-toggle--right{border-right:0;border-radius:9px 0 0 9px;left:-22px}.vt-app-main{transition:width .22s}}@media (width<=768px){.vt-side-panel-toggle,.vt-app-main>.vt-kpi-bar,.vt-app-main>.vt-status-bar{display:none}.vt-app-main{height:100%;min-height:0}.vt-app-map{flex:auto;width:100%;height:100%;min-height:0}}.vt-map-pure-toggle{display:none}@media (width<=768px){.vt-map-pure-toggle{z-index:1500;border:1px solid var(--vt-border-strong);background:color-mix(in srgb, var(--vt-surface) 92%, transparent);width:42px;height:42px;color:var(--vt-text-primary);-webkit-backdrop-filter:blur(10px);cursor:pointer;border-radius:13px;place-items:center;padding:0;display:grid;position:absolute;top:12px;right:12px;box-shadow:0 4px 16px #0f172a29}.vt-map-pure-toggle svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:21px;height:21px}.vt-map-pure-toggle--active{top:14px;right:14px}.vt-app-shell--map-pure{height:100dvh}.vt-app-shell--map-pure .vt-app-sidebar{display:none}.vt-app-shell--map-pure .vt-app-main{height:100dvh;padding-bottom:0}.vt-app-shell--map-pure .vt-app-map{height:100dvh}.vt-app-asset-list{z-index:1400;pointer-events:none;width:100%;height:0;display:block;position:absolute;inset:0}.vt-app-asset-list>.vt-asset-list{pointer-events:auto}.vt-app-asset-list--open{display:block}.vt-app-shell--map-pure .vt-app-asset-list{display:none!important}.vt-app-map .leaflet-top.leaflet-left{top:58px}.vt-map-pure-toggle:not(.vt-map-pure-toggle--active){top:70px}.vt-map-pure-toggle--active{top:14px}.vt-history-map-exit-button{z-index:1000;color:#fff;cursor:pointer;background:#0f172aeb;border:none;border-radius:999px;padding:10px 14px;font-size:13px;font-weight:800;display:block;position:absolute;top:16px;left:16px;box-shadow:0 4px 14px #0f172a38}}@media (width>=769px){.vt-history-map-exit-button{display:none}}@media (width<=768px){.vt-history-map-exit-button{top:70px;left:52px}.vt-history-summary-button{top:70px;right:66px}.vt-app-shell--map-pure .vt-history-map-exit-button{top:14px;left:52px}.vt-app-shell--map-pure .vt-history-summary-button{top:14px;right:68px}.vt-app-sidebar--hidden-mobile{display:none!important}.vt-map-pure-toggle{border-radius:10px;width:40px;min-width:40px;height:40px;min-height:40px}.vt-map-pure-toggle svg{width:22px;height:22px}.vt-map-pure-toggle,.vt-map-pure-toggle:not(.vt-map-pure-toggle--active),.vt-map-pure-toggle--active{z-index:1101;justify-content:center;align-items:center;border-radius:10px!important;width:40px!important;min-width:40px!important;height:40px!important;min-height:40px!important;padding:0!important;display:flex!important;position:absolute!important;left:10px!important;right:auto!important}.vt-map-pure-toggle svg{fill:none;stroke:currentColor;stroke-width:2.1px;stroke-linecap:round;stroke-linejoin:round;width:22px!important;height:22px!important}.vt-map-pure-toggle,.vt-map-pure-toggle:not(.vt-map-pure-toggle--active),.vt-map-pure-toggle--active{z-index:1101;border-radius:10px!important;justify-content:center!important;align-items:center!important;width:40px!important;min-width:40px!important;height:40px!important;min-height:40px!important;margin:0!important;padding:0!important;display:flex!important;position:absolute!important;left:10px!important;right:auto!important}.vt-map-pure-toggle:not(.vt-map-pure-toggle--active){top:142px!important}.vt-map-pure-toggle--active{top:100px!important}.vt-map-pure-toggle svg{fill:none;stroke:currentColor;stroke-width:2.1px;stroke-linecap:round;stroke-linejoin:round;display:block;width:22px!important;height:22px!important}.vt-history-map-exit-button,.vt-history-summary-button{background:color-mix(in srgb, var(--vt-surface) 96%, transparent);height:36px;color:var(--vt-text-primary);border:1px solid var(--vt-border);z-index:1000;border-radius:10px;justify-content:center;align-items:center;padding:0 14px;font-size:12px;font-weight:700;line-height:1;display:flex;top:68px;bottom:auto;box-shadow:0 2px 8px #0f172a1a,0 1px 2px #0f172a0f}.vt-history-map-exit-button,.vt-history-summary-button,.vt-app-shell--map-pure .vt-history-map-exit-button,.vt-app-shell--map-pure .vt-history-summary-button{transform:translate(82px)!important}.vt-history-map-exit-button,.vt-history-summary-button{box-sizing:border-box;background:var(--vt-surface);height:42px;color:var(--vt-text-primary);border:1px solid var(--vt-border);box-shadow:none;border-radius:10px;padding:0 16px;font-size:12px;font-weight:600;line-height:1;top:14px}.vt-history-map-exit-button{left:auto;right:108px}.vt-history-summary-button{left:auto;right:14px}.vt-history-map-exit-button,.vt-history-summary-button{box-sizing:border-box;background:var(--vt-surface);height:46px;color:var(--vt-text-secondary);border:1px solid var(--vt-border);box-shadow:none;white-space:nowrap;border-radius:10px;justify-content:center;align-items:center;font-family:inherit;font-size:13px;font-weight:400;line-height:1;display:flex;top:12px;bottom:auto}.vt-history-map-exit-button{width:84px;padding:0 10px;left:auto;right:100px}.vt-history-summary-button{width:80px;padding:0 10px;left:auto;right:12px}.vt-app-shell--map-pure .vt-history-map-exit-button,.vt-app-shell--map-pure .vt-history-summary-button{top:12px}.vt-app-shell--map-pure .vt-history-map-exit-button{left:auto;right:100px}.vt-app-shell--map-pure .vt-history-summary-button{left:auto;right:12px}.vt-history-map-exit-button,.vt-history-summary-button{background:var(--vt-surface);width:80px;height:46px;color:var(--vt-text-secondary);border:1px solid var(--vt-border);box-shadow:none;border-radius:10px;padding:0 8px;font-family:inherit;font-size:13px;font-weight:400;line-height:1;top:12px;right:auto}.vt-history-map-exit-button{left:calc(100% - 176px)}.vt-history-summary-button{left:calc(100% - 88px)}.vt-app-shell--map-pure .vt-history-map-exit-button{top:12px;left:calc(100% - 176px);right:auto}.vt-app-shell--map-pure .vt-history-summary-button{top:12px;left:calc(100% - 88px);right:auto}.vt-history-top-actions{z-index:1500;align-items:center;gap:8px;display:flex;position:absolute;top:12px;right:12px}.vt-history-top-actions{z-index:1500;align-items:center;gap:8px;width:168px;display:flex;position:absolute!important;top:12px!important;left:calc(100vw - 180px)!important;right:auto!important}.vt-history-top-actions .vt-history-map-exit-button,.vt-history-top-actions .vt-history-summary-button{box-sizing:border-box;background:var(--vt-surface);width:80px;height:46px;color:var(--vt-text-secondary);border:1px solid var(--vt-border);box-shadow:none;white-space:nowrap;border-radius:10px;justify-content:center;align-items:center;padding:0 8px;font-family:inherit;font-size:13px;font-weight:400;line-height:1;display:flex;position:static!important;inset:auto!important}.vt-app-map>.vt-history-top-actions{z-index:1500;align-items:center;gap:8px;display:flex;width:auto!important;position:absolute!important;top:12px!important;left:auto!important;right:12px!important}.vt-app-map>.vt-history-top-actions .vt-history-map-exit-button,.vt-app-map>.vt-history-top-actions .vt-history-summary-button{box-sizing:border-box;background:var(--vt-surface);width:80px;height:46px;color:var(--vt-text-secondary);border:1px solid var(--vt-border);box-shadow:none;white-space:nowrap;border-radius:10px;justify-content:center;align-items:center;padding:0 8px;font-family:inherit;font-size:13px;font-weight:400;line-height:1;display:flex;position:static!important;inset:auto!important}.vt-history-top-actions{justify-content:flex-start!important}.vt-history-top-actions>.vt-history-map-exit-button,.vt-history-top-actions>.vt-history-summary-button{flex:0 0 80px!important;width:80px!important;min-width:80px!important;max-width:80px!important;height:46px!important;margin:0!important;position:static!important;inset:auto!important;transform:translate(0,0)!important}}.vt-expiry-notice-backdrop{z-index:10000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#02081794;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.vt-expiry-notice{border:1px solid var(--vt-border);background:var(--vt-surface-elevated);width:min(430px,100%);color:var(--vt-text-primary);border-radius:18px;padding:24px;box-shadow:0 24px 60px #00000047}.vt-expiry-notice__icon{color:#111827;background:#f59e0b;border-radius:12px;place-items:center;width:42px;height:42px;margin-bottom:16px;font-size:24px;font-weight:800;line-height:1;display:grid}.vt-expiry-notice__content{flex-direction:column;gap:7px;display:flex}.vt-expiry-notice__eyebrow{color:var(--vt-text-secondary);letter-spacing:.06em;text-transform:uppercase;font-size:12px;font-weight:700}.vt-expiry-notice__content h2{color:var(--vt-text-primary);margin:0;font-size:21px;line-height:1.25}.vt-expiry-notice__content p{color:var(--vt-text-secondary);margin:4px 0 0;font-size:14px;line-height:1.55}.vt-expiry-notice__button{color:#fff;width:100%;min-height:42px;font:inherit;cursor:pointer;background:#2196f3;border:0;border-radius:10px;margin-top:22px;font-size:14px;font-weight:700}.vt-expiry-notice__button:hover{filter:brightness(1.06)}.vt-expiry-notice__button:focus-visible{outline-offset:3px;outline:3px solid #2196f347}@media (width<=600px){.vt-expiry-notice-backdrop{align-items:end;padding:12px}.vt-expiry-notice{border-radius:18px 18px 12px 12px;width:100%;padding:20px}}@media (width>=769px){.vt-app-shell--map-pure{z-index:9999;background:var(--vt-background);width:100vw;min-width:0;height:100vh;margin:0;padding:0;display:block;position:fixed;inset:0;overflow:hidden}.vt-app-shell--map-pure .vt-app-sidebar,.vt-app-shell--map-pure .vt-app-asset-list,.vt-app-shell--map-pure .vt-app-asset-panel,.vt-app-shell--map-pure .vt-kpi-bar,.vt-app-shell--map-pure .vt-status-bar{display:none!important}.vt-app-shell--map-pure .vt-app-main{width:100vw;min-width:0;height:100vh;min-height:0;margin:0;padding:0;display:block;position:absolute;inset:0}.vt-app-shell--map-pure .vt-app-map{width:100vw;min-width:0;height:100vh;min-height:0;margin:0;padding:0;position:absolute;inset:0}html,body,#root{height:100%;overflow:hidden}.vt-app-shell{box-sizing:border-box;max-height:calc(100vh - 72px);overflow:hidden}.vt-app-main,.vt-app-map{min-height:0;overflow:hidden}.vt-app-shell--map-pure{max-height:100vh}}.vt-public-share{color:#172033;background:#f4f7fb;grid-template-rows:auto 1fr auto auto;width:100vw;height:100dvh;font-family:inherit;display:grid;overflow:hidden}.vt-public-share--center{justify-content:center;align-items:center;padding:24px;display:flex}.vt-public-share-message{text-align:center;background:#fff;border-radius:18px;gap:10px;width:min(420px,100%);padding:32px 24px;display:grid;box-shadow:0 10px 35px #0000001a}.vt-public-share-message strong{font-size:22px}.vt-public-share-message span{color:#657086}.vt-public-share-header{z-index:500;background:#fff;justify-content:space-between;align-items:center;gap:16px;min-height:84px;padding:14px 20px;display:flex;box-shadow:0 2px 12px #00000014}.vt-public-share-brand{letter-spacing:.08em;text-transform:uppercase;color:#1468c4;font-size:12px;font-weight:800;display:block}.vt-public-share-header h1{margin:2px 0 0;font-size:20px;line-height:1.15}.vt-public-share-plate{color:#657086;margin-top:5px;font-size:13px;font-weight:700;display:inline-block}.vt-public-share-live{white-space:nowrap;align-items:center;gap:7px;font-size:13px;font-weight:700;display:flex}.vt-public-share-live span{background:#24a148;border-radius:50%;width:9px;height:9px}.vt-public-share-map{min-height:0;position:relative}.vt-public-share-map .leaflet-container{width:100%;height:100%}.vt-public-share-no-position{color:#657086;justify-content:center;align-items:center;width:100%;height:100%;min-height:300px;font-weight:700;display:flex}.vt-public-share-marker{background:#1468c4;border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;display:flex;box-shadow:0 3px 12px #0000004d}.vt-public-share-marker__car{color:#fff;font-size:25px;line-height:1}.vt-public-share-info{background:#dfe5ee;border-top:1px solid #dfe5ee;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;display:grid}.vt-public-share-stat{background:#fff;min-width:0;padding:13px 16px}.vt-public-share-stat span{color:#738096;text-transform:uppercase;margin-bottom:4px;font-size:11px;font-weight:700;display:block}.vt-public-share-stat strong{text-overflow:ellipsis;font-size:14px;display:block;overflow:hidden}.vt-public-share-footer{color:#fff;background:#172033;justify-content:space-between;gap:12px;padding:8px 16px;font-size:11px;display:flex}@media (width<=700px){.vt-public-share-header{min-height:74px;padding:11px 14px}.vt-public-share-header h1{font-size:17px}.vt-public-share-live{font-size:11px}.vt-public-share-info{grid-template-columns:repeat(2,minmax(0,1fr))}.vt-public-share-stat{padding:10px 12px}.vt-public-share-footer{flex-direction:column;gap:2px;padding:7px 12px}}
