:root{color-scheme:light;--ids-bg:#f4f6fb;--ids-surface:#fff;--ids-surface-2:#f8fafc;--ids-surface-3:#f1f5f9;--ids-surface-4:#e9eef5;--ids-elev:#fff;--ids-hover:rgba(15,23,42,.04);--ids-border:#e2e8f0;--ids-border-strong:#cbd5e1;--ids-ink:#0f172a;--ids-ink-2:#334155;--ids-muted:#64748b;--ids-muted-2:#94a3b8;--ids-blue:#2e3c8e;--ids-blue-2:#3a489a;--ids-blue-3:#5664b5;--ids-blue-gradient:linear-gradient(135deg,#2e3c8e 0%,#5664b5 100%);--ids-blue-soft:rgba(86,100,181,.12);--ids-blue-ink:#3a489a;--ids-ok-ink:#047857;--ids-info-ink:#1d4ed8;--ids-warn-ink:#b45309;--ids-danger-ink:#b91c1c;--ids-warn-soft:#fffbeb;--ids-glass:rgba(255,255,255,.72);--ids-brand:#3a489a;--ids-brand-soft:rgba(86,100,181,.12);--ids-accent:#f59e0b;--ids-accent-soft:#fffbeb;--ids-ok:#10b981;--ids-ok-soft:#ecfdf5;--ids-info:#3b82f6;--ids-info-soft:#eff6ff;--ids-warn:#f59e0b;--ids-danger:#ef4444;--ids-danger-soft:#fef2f2;--ids-shadow:0 1px 2px rgba(15,23,42,.06),0 8px 24px -12px rgba(15,23,42,.18);--ids-shadow-lg:0 24px 60px -24px rgba(15,23,42,.35)}html[data-theme="dark"]{color-scheme:dark;--ids-bg:#0b0f17;--ids-surface:#131926;--ids-surface-2:#182030;--ids-surface-3:#1e2738;--ids-surface-4:#273246;--ids-elev:#1a2233;--ids-hover:rgba(255,255,255,.05);--ids-border:#2a3447;--ids-border-strong:#3a4761;--ids-ink:#eef2f8;--ids-ink-2:#c5cddb;--ids-muted:#8e9ab0;--ids-muted-2:#6b7790;--ids-blue-soft:rgba(111,124,209,.18);--ids-blue-ink:#a3aeea;--ids-ok-ink:#6ee7b7;--ids-info-ink:#93c5fd;--ids-warn-ink:#fcd34d;--ids-danger-ink:#fca5a5;--ids-warn-soft:rgba(251,191,36,.14);--ids-glass:rgba(19,25,38,.78);--ids-brand:#6f7cd1;--ids-brand-soft:rgba(111,124,209,.18);--ids-accent:#fbbf24;--ids-accent-soft:rgba(251,191,36,.14);--ids-ok:#34d399;--ids-ok-soft:rgba(52,211,153,.12);--ids-info:#60a5fa;--ids-info-soft:rgba(96,165,250,.13);--ids-warn:#fbbf24;--ids-danger:#f87171;--ids-danger-soft:rgba(248,113,113,.13);--ids-shadow:0 1px 2px rgba(0,0,0,.4),0 10px 30px -12px rgba(0,0,0,.6);--ids-shadow-lg:0 30px 80px -30px rgba(0,0,0,.85)}html[data-theme] body,html[data-theme] .rz-body,html[data-theme] .rz-header{transition:background-color .25s ease,color .25s ease}html[data-theme="dark"] body,html[data-theme="dark"] .rz-layout,html[data-theme="dark"] .rz-body{background-color:var(--ids-bg)!important;color:var(--ids-ink)}html[data-theme="dark"] .rz-header{background:var(--ids-surface)!important;border-bottom:1px solid var(--ids-border)!important;box-shadow:0 1px 0 rgba(255,255,255,.03)}html[data-theme="dark"] .rz-sidebar-toggle{color:var(--ids-ink-2)!important}html[data-theme="dark"]{--rz-body-background-color:var(--ids-bg);--rz-base-background-color:var(--ids-surface);--rz-panel-background-color:var(--ids-surface);--rz-text-color:var(--ids-ink);--rz-text-secondary-color:var(--ids-muted);--rz-border-color:var(--ids-border);--rz-input-background-color:var(--ids-surface-2)}html[data-theme="dark"] .bg-white,html[data-theme="dark"] .bg-light,html[data-theme="dark"] .bg-body{background-color:var(--ids-surface)!important}html[data-theme="dark"] .text-dark,html[data-theme="dark"] .text-body{color:var(--ids-ink)!important}html[data-theme="dark"] .text-muted,html[data-theme="dark"] .text-secondary{color:var(--ids-muted)!important}html[data-theme="dark"] .border,html[data-theme="dark"] .border-top,html[data-theme="dark"] .border-bottom,html[data-theme="dark"] .border-start,html[data-theme="dark"] .border-end{border-color:var(--ids-border)!important}html[data-theme="dark"] hr{border-color:var(--ids-border);opacity:1}html[data-theme="dark"] .card{background-color:var(--ids-surface);border-color:var(--ids-border);color:var(--ids-ink)}html[data-theme="dark"] .card-header,html[data-theme="dark"] .card-footer{background-color:var(--ids-surface-2);border-color:var(--ids-border)}html[data-theme="dark"] .modal-content{background-color:var(--ids-elev);border-color:var(--ids-border);color:var(--ids-ink)}html[data-theme="dark"] .modal-header,html[data-theme="dark"] .modal-footer{border-color:var(--ids-border)}html[data-theme="dark"] .btn-close{filter:invert(1) grayscale(1)}html[data-theme="dark"] .table{--bs-table-bg:transparent;--bs-table-color:var(--ids-ink);--bs-table-border-color:var(--ids-border);--bs-table-striped-bg:var(--ids-surface-2);--bs-table-hover-bg:var(--ids-surface-3);color:var(--ids-ink)}html[data-theme="dark"] .table thead th,html[data-theme="dark"] .table>:not(caption)>*>*{background-color:transparent;border-color:var(--ids-border);color:inherit}html[data-theme="dark"] .form-control,html[data-theme="dark"] .form-select,html[data-theme="dark"] input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not(.e-control):not(.mud-input-slot),html[data-theme="dark"] textarea,html[data-theme="dark"] select{background-color:var(--ids-surface-2);border-color:var(--ids-border-strong);color:var(--ids-ink)}html[data-theme="dark"] .form-control::placeholder,html[data-theme="dark"] input::placeholder,html[data-theme="dark"] textarea::placeholder{color:var(--ids-muted-2)}html[data-theme="dark"] .form-control:focus,html[data-theme="dark"] .form-select:focus{background-color:var(--ids-surface-2);border-color:var(--ids-brand);box-shadow:0 0 0 3px var(--ids-brand-soft);color:var(--ids-ink)}html[data-theme="dark"] .form-label,html[data-theme="dark"] label{color:var(--ids-ink-2)}html[data-theme="dark"] .input-group-text{background-color:var(--ids-surface-3);border-color:var(--ids-border-strong);color:var(--ids-muted)}html[data-theme="dark"] .list-group-item{background-color:var(--ids-surface);border-color:var(--ids-border);color:var(--ids-ink)}html[data-theme="dark"] .dropdown-menu{background-color:var(--ids-elev);border-color:var(--ids-border);box-shadow:var(--ids-shadow-lg)}html[data-theme="dark"] .dropdown-item{color:var(--ids-ink)}html[data-theme="dark"] .dropdown-item:hover,html[data-theme="dark"] .dropdown-item:focus{background-color:var(--ids-surface-3);color:var(--ids-ink)}html[data-theme="dark"] .dropdown-divider{border-color:var(--ids-border)}html[data-theme="dark"] .btn-light,html[data-theme="dark"] .btn-outline-secondary,html[data-theme="dark"] .btn-outline-dark{background-color:var(--ids-surface-2);border-color:var(--ids-border-strong);color:var(--ids-ink-2)}html[data-theme="dark"] .btn-light:hover,html[data-theme="dark"] .btn-outline-secondary:hover,html[data-theme="dark"] .btn-outline-dark:hover{background-color:var(--ids-surface-3);border-color:var(--ids-muted-2);color:var(--ids-ink)}html[data-theme="dark"] .badge.bg-light,html[data-theme="dark"] .badge.text-bg-light{background-color:var(--ids-surface-4)!important;color:var(--ids-ink)!important}html[data-theme="dark"] .nav-tabs{border-color:var(--ids-border)}html[data-theme="dark"] .nav-tabs .nav-link{color:var(--ids-muted)}html[data-theme="dark"] .nav-tabs .nav-link.active{background-color:var(--ids-surface);border-color:var(--ids-border) var(--ids-border) var(--ids-surface);color:var(--ids-ink)}html[data-theme="dark"] .page-link{background-color:var(--ids-surface);border-color:var(--ids-border);color:var(--ids-ink-2)}html[data-theme="dark"] .alert-light,html[data-theme="dark"] .alert-secondary{background-color:var(--ids-surface-3);border-color:var(--ids-border);color:var(--ids-ink)}html[data-theme="dark"] .breadcrumb-item+.breadcrumb-item::before{color:var(--ids-muted-2)}html[data-theme="dark"] .accordion-item,html[data-theme="dark"] .accordion-button{background-color:var(--ids-surface);border-color:var(--ids-border);color:var(--ids-ink)}html[data-theme="dark"] .accordion-button:not(.collapsed){background-color:var(--ids-surface-2);color:var(--ids-ink)}html[data-theme="dark"] .accordion-button::after{filter:invert(1) grayscale(1)}html[data-theme="dark"] .progress{background-color:var(--ids-surface-4)}html[data-theme="dark"] .offcanvas{background-color:var(--ids-elev);color:var(--ids-ink)}html[data-theme="dark"] .toast{background-color:var(--ids-elev);color:var(--ids-ink);border-color:var(--ids-border)}html[data-theme="dark"] .popover{background-color:var(--ids-elev);border-color:var(--ids-border)}html[data-theme="dark"] .popover-body{color:var(--ids-ink)}html[data-theme="dark"] .e-grid,html[data-theme="dark"] .e-grid .e-gridcontent,html[data-theme="dark"] .e-grid .e-content,html[data-theme="dark"] .e-grid .e-rowcell,html[data-theme="dark"] .e-grid .e-headercell,html[data-theme="dark"] .e-grid .e-headercontent{background-color:var(--ids-surface)!important;color:var(--ids-ink);border-color:var(--ids-border)!important}html[data-theme="dark"] .e-grid .e-headercell,html[data-theme="dark"] .e-grid .e-headercelldiv,html[data-theme="dark"] .e-grid .e-headertext{background-color:var(--ids-surface-2)!important;color:var(--ids-ink-2)!important}html[data-theme="dark"] .e-grid .e-altrow .e-rowcell{background-color:var(--ids-surface-2)!important}html[data-theme="dark"] .e-grid .e-row:hover .e-rowcell,html[data-theme="dark"] .e-grid .e-gridhover .e-row:hover .e-rowcell{background-color:var(--ids-surface-3)!important}html[data-theme="dark"] .e-grid .e-rowcell.e-selectionbackground,html[data-theme="dark"] .e-grid .e-row.e-active .e-rowcell{background-color:var(--ids-brand-soft)!important}html[data-theme="dark"] .e-grid .e-toolbar,html[data-theme="dark"] .e-toolbar,html[data-theme="dark"] .e-toolbar .e-toolbar-items{background-color:var(--ids-surface-2)!important;border-color:var(--ids-border)!important}html[data-theme="dark"] .e-toolbar .e-tbar-btn,html[data-theme="dark"] .e-toolbar .e-tbar-btn .e-tbar-btn-text,html[data-theme="dark"] .e-toolbar .e-tbar-btn .e-icons{color:var(--ids-ink-2)!important;background:transparent!important}html[data-theme="dark"] .e-pager,html[data-theme="dark"] .e-pager .e-pagercontainer{background-color:var(--ids-surface-2)!important;border-color:var(--ids-border)!important;color:var(--ids-ink-2)}html[data-theme="dark"] .e-pager .e-numericitem{background-color:transparent;color:var(--ids-ink-2)}html[data-theme="dark"] .e-pager .e-currentitem{background-color:var(--ids-blue-2)!important;color:#fff!important}html[data-theme="dark"] .ic-card,html[data-theme="dark"] .hf-chip{color:var(--ids-ink)}html[data-theme="dark"] .ic-card-title{color:var(--ids-ink)!important}html[data-theme="dark"] .e-grid .e-groupdroparea{background-color:var(--ids-surface-3);color:var(--ids-muted);border-color:var(--ids-border)}html[data-theme="dark"] .e-grid .e-filterbarcell,html[data-theme="dark"] .e-grid .e-filterbarcell .e-input-group{background-color:var(--ids-surface-2)!important}html[data-theme="dark"] .e-grid .e-detailrow .e-detailcell{background-color:var(--ids-surface-2)!important}html[data-theme="dark"] .e-grid .e-emptyrow td{color:var(--ids-muted)}html[data-theme="dark"] .e-input-group,html[data-theme="dark"] .e-input-group.e-control-wrapper,html[data-theme="dark"] .e-float-input,html[data-theme="dark"] .e-float-input.e-control-wrapper{background-color:var(--ids-surface-2)!important;border-color:var(--ids-border-strong)!important;color:var(--ids-ink)}html[data-theme="dark"] .e-input-group input.e-input,html[data-theme="dark"] .e-input-group .e-input,html[data-theme="dark"] .e-float-input input,html[data-theme="dark"] .e-float-input textarea,html[data-theme="dark"] .e-input{background-color:transparent!important;color:var(--ids-ink)!important}html[data-theme="dark"] .e-float-input label.e-float-text,html[data-theme="dark"] .e-input-group .e-input-group-icon{color:var(--ids-muted)!important}html[data-theme="dark"] .e-dropdownbase .e-list-item,html[data-theme="dark"] .e-popup,html[data-theme="dark"] .e-ddl.e-popup,html[data-theme="dark"] .e-multi-select-list-wrapper{background-color:var(--ids-elev)!important;color:var(--ids-ink)!important;border-color:var(--ids-border)!important}html[data-theme="dark"] .e-dropdownbase .e-list-item.e-hover,html[data-theme="dark"] .e-dropdownbase .e-list-item.e-active{background-color:var(--ids-surface-3)!important;color:var(--ids-ink)!important}html[data-theme="dark"] .e-dropdownbase .e-list-group-item{background-color:var(--ids-surface-2)!important;color:var(--ids-muted)!important}html[data-theme="dark"] .e-multi-select-wrapper .e-chips{background-color:var(--ids-surface-4)!important}html[data-theme="dark"] .e-multi-select-wrapper .e-chips .e-chipcontent{color:var(--ids-ink)!important}html[data-theme="dark"] .e-dialog,html[data-theme="dark"] .e-dialog .e-dlg-header-content,html[data-theme="dark"] .e-dialog .e-dlg-content,html[data-theme="dark"] .e-dialog .e-footer-content{background-color:var(--ids-elev)!important;color:var(--ids-ink)!important;border-color:var(--ids-border)!important}html[data-theme="dark"] .e-dialog .e-dlg-header{color:var(--ids-ink)!important}html[data-theme="dark"] .e-dlg-overlay{background-color:rgba(3,6,14,.72)!important}html[data-theme="dark"] .e-tab .e-tab-header,html[data-theme="dark"] .e-tab .e-tab-header .e-toolbar-items{background:var(--ids-surface)!important;border-color:var(--ids-border)!important}html[data-theme="dark"] .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap{color:var(--ids-muted)!important}html[data-theme="dark"] .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap,html[data-theme="dark"] .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text{color:var(--ids-brand)!important}html[data-theme="dark"] .e-tab .e-content{background:transparent;color:var(--ids-ink)}html[data-theme="dark"] .e-calendar,html[data-theme="dark"] .e-datepicker.e-popup,html[data-theme="dark"] .e-datetimepicker.e-popup{background-color:var(--ids-elev)!important;border-color:var(--ids-border)!important}html[data-theme="dark"] .e-calendar .e-content td span.e-day{color:var(--ids-ink)}html[data-theme="dark"] .e-calendar .e-header .e-title,html[data-theme="dark"] .e-calendar .e-content th{color:var(--ids-ink-2)}html[data-theme="dark"] .e-checkbox-wrapper .e-frame{background-color:var(--ids-surface-2);border-color:var(--ids-border-strong)}html[data-theme="dark"] .e-checkbox-wrapper .e-label{color:var(--ids-ink)}html[data-theme="dark"] .e-switch-wrapper .e-switch-inner{background-color:var(--ids-surface-4)}html[data-theme="dark"] .e-tooltip-wrap.e-popup{background-color:var(--ids-surface-4)!important;color:var(--ids-ink)!important;border-color:var(--ids-border)!important}html[data-theme="dark"] .e-tooltip-wrap .e-tip-content{color:var(--ids-ink)!important}html[data-theme="dark"] .e-card{background-color:var(--ids-surface)!important;color:var(--ids-ink);border-color:var(--ids-border)!important}html[data-theme="dark"] .e-accordion,html[data-theme="dark"] .e-accordion .e-acrdn-item,html[data-theme="dark"] .e-accordion .e-acrdn-header,html[data-theme="dark"] .e-accordion .e-acrdn-panel,html[data-theme="dark"] .e-accordion .e-acrdn-content{background-color:var(--ids-surface)!important;color:var(--ids-ink)!important;border-color:var(--ids-border)!important}html[data-theme="dark"] .e-listview,html[data-theme="dark"] .e-listview .e-list-item{background-color:var(--ids-surface)!important;color:var(--ids-ink)!important;border-color:var(--ids-border)!important}html[data-theme="dark"] .e-listview .e-list-item.e-hover,html[data-theme="dark"] .e-listview .e-list-item.e-active{background-color:var(--ids-surface-3)!important}html[data-theme="dark"] .e-btn.e-flat:not(.e-primary):not(.e-success):not(.e-danger):not(.e-warning):not(.e-info){color:var(--ids-ink-2)}html[data-theme="dark"] .e-btn:not(.e-primary):not(.e-success):not(.e-danger):not(.e-warning):not(.e-info):not(.e-flat):not(.e-link){background-color:var(--ids-surface-3);border-color:var(--ids-border-strong);color:var(--ids-ink)}html[data-theme="dark"] .e-sidebar{background-color:var(--ids-surface)!important;border-color:var(--ids-border)!important}html[data-theme="dark"] .e-schedule,html[data-theme="dark"] .e-schedule .e-content-wrap,html[data-theme="dark"] .e-schedule .e-date-header-wrap,html[data-theme="dark"] .e-schedule .e-work-cells{background-color:var(--ids-surface)!important;border-color:var(--ids-border)!important;color:var(--ids-ink)}html[data-theme="dark"] .e-schedule .e-work-hours{background-color:var(--ids-surface-2)!important}html[data-theme="dark"] .e-schedule .e-schedule-toolbar{background-color:var(--ids-surface-2)!important}html[data-theme="dark"] .e-schedule .e-date-header,html[data-theme="dark"] .e-schedule .e-header-cells,html[data-theme="dark"] .e-schedule .e-time-cells{color:var(--ids-ink-2)!important}html[data-theme="dark"] .e-spinner-pane .e-spinner-inner .e-spin-label{color:var(--ids-ink)}html[data-theme="dark"] .e-upload,html[data-theme="dark"] .e-upload .e-file-select-wrap{background-color:var(--ids-surface-2)!important;border-color:var(--ids-border-strong)!important;color:var(--ids-ink)}html[data-theme="dark"] .e-richtexteditor,html[data-theme="dark"] .e-richtexteditor .e-rte-content,html[data-theme="dark"] .e-richtexteditor .e-content{background-color:var(--ids-surface-2)!important;color:var(--ids-ink)!important;border-color:var(--ids-border)!important}html[data-theme="dark"] .e-richtexteditor .e-rte-toolbar{background-color:var(--ids-surface-3)!important}html[data-theme="dark"] .mud-paper:not(.mud-dialog):not(.mud-popover):not(.mud-snackbar){background-color:var(--ids-surface)}html[data-theme="dark"] .mud-dialog,html[data-theme="dark"] .mud-popover{background-color:var(--ids-elev)!important;color:var(--ids-ink)!important}html[data-theme="dark"] .mud-table,html[data-theme="dark"] .mud-table-container{background-color:var(--ids-surface);color:var(--ids-ink)}html[data-theme="dark"] .mud-table-cell,html[data-theme="dark"] .mud-table-head .mud-table-cell{border-color:var(--ids-border);color:var(--ids-ink)}html[data-theme="dark"] .mud-input,html[data-theme="dark"] .mud-input-slot{color:var(--ids-ink)}html[data-theme="dark"] .mud-input-outlined .mud-input-outlined-border{border-color:var(--ids-border-strong)}html[data-theme="dark"] .mud-input-label{color:var(--ids-muted)}html[data-theme="dark"] .maplibregl-popup-content,html[data-theme="dark"] .mapboxgl-popup-content{background-color:var(--ids-elev);color:var(--ids-ink);box-shadow:var(--ids-shadow-lg)}html[data-theme="dark"] .maplibregl-popup-anchor-bottom .maplibregl-popup-tip{border-top-color:var(--ids-elev)}html[data-theme="dark"] .maplibregl-popup-anchor-top .maplibregl-popup-tip{border-bottom-color:var(--ids-elev)}html[data-theme="dark"] .maplibregl-ctrl-group{background-color:var(--ids-surface)}html[data-theme="dark"] .maplibregl-ctrl-group button{filter:invert(1) hue-rotate(180deg)}html[data-theme="dark"] ::-webkit-scrollbar{width:12px;height:12px}html[data-theme="dark"] ::-webkit-scrollbar-track{background:var(--ids-bg)}html[data-theme="dark"] ::-webkit-scrollbar-thumb{background:var(--ids-surface-4);border:3px solid var(--ids-bg);border-radius:8px}html[data-theme="dark"] ::-webkit-scrollbar-thumb:hover{background:var(--ids-border-strong)}html[data-theme="dark"] *{scrollbar-color:var(--ids-surface-4) var(--ids-bg)}html[data-theme="dark"] img.ids-dim-dark{filter:brightness(.88) contrast(1.05)}html[data-theme="dark"] ::selection{background:rgba(139,124,246,.35);color:#fff}html[data-theme="dark"] a:not(.btn):not(.e-btn):not(.mud-button-root):not(.rz-button):not(.nav-link){color:#9faae6}html[data-theme="dark"] a:not(.btn):not(.e-btn):not(.mud-button-root):not(.rz-button):not(.nav-link):hover{color:#c3cbf2}html[data-theme="dark"] h1,html[data-theme="dark"] h2,html[data-theme="dark"] h3,html[data-theme="dark"] h4,html[data-theme="dark"] h5,html[data-theme="dark"] h6{color:inherit}html[data-theme="dark"] .text-black{color:var(--ids-ink)!important}html[data-theme="dark"] .bg-secondary-subtle,html[data-theme="dark"] .bg-light-subtle{background-color:var(--ids-surface-3)!important}