.automated-reports-grid{color:var(--theme-text-primary);height:calc(100vh - 90px);max-height:calc(100vh - 90px);overflow:hidden;position:relative;background-color:var(--theme-background);display:flex;flex-direction:row}.automated-reports-grid__main{display:flex;flex-direction:column;overflow:hidden;padding-left:20px;padding-right:20px;padding-bottom:10px;height:100%;flex:1;min-width:0}.automated-reports-grid-view{display:flex;flex-direction:column;height:100%;padding-top:16px}.automated-reports-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;flex-shrink:0}.automated-reports-title{font-size:20px;font-weight:600;color:var(--theme-text-primary);margin:0}.automated-reports-table-view{height:100%;display:flex;flex-direction:column;flex:1;min-height:0}.automated-reports-table-toolbar{display:flex;justify-content:space-between;align-items:center;padding:8px 0;margin-bottom:8px;flex-shrink:0}.automated-reports-table-toolbar__left{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.automated-reports-table-toolbar__right{display:flex;align-items:center;gap:8px}.automated-reports-stats{font-size:14px;color:var(--theme-text-secondary)}.automated-reports-search{min-width:320px}.automated-reports-table-wrapper{position:relative;flex:1;overflow:auto;min-height:0}.automated-reports-table-container{overflow:auto;height:100%;border:1px solid var(--theme-divider);border-radius:var(--theme-border-radius);background-color:var(--theme-paper)}.automated-reports-table{width:100%;border-collapse:collapse;font-size:14px;background-color:var(--theme-paper);color:var(--theme-text-primary)}.automated-reports-table thead{position:sticky;top:0;background-color:color-mix(in srgb,var(--theme-paper) 95%,var(--theme-text-primary) 5%);z-index:10;box-shadow:0 2px 4px #0000000d}.automated-reports-table th{padding:12px 8px;text-align:left;font-weight:600;border-bottom:2px solid var(--theme-divider);background-color:color-mix(in srgb,var(--theme-paper) 95%,var(--theme-text-primary) 5%);white-space:nowrap;-webkit-user-select:none;user-select:none}.automated-reports-table td{padding:10px 8px;border-bottom:1px solid var(--theme-divider);vertical-align:middle}.automated-reports-table tbody tr{transition:background-color .15s ease}.automated-reports-table tbody tr:hover{background-color:color-mix(in srgb,var(--theme-paper) 97%,var(--theme-text-primary) 3%)}@media (max-width: 768px){.automated-reports-table-toolbar{align-items:stretch;flex-direction:column}.automated-reports-table-toolbar__left,.automated-reports-table-toolbar__right{width:100%}.automated-reports-table-toolbar__right{justify-content:flex-end}.automated-reports-search{min-width:0;width:100%}.automated-reports-table{font-size:12px}.automated-reports-table th,.automated-reports-table td{padding:6px 4px}}.job-cost-filter-panel{width:0;min-width:0;height:100%;background-color:var(--theme-background);border-right:none;overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column;color:var(--theme-text-primary)}.job-cost-filter-panel.open{width:320px;min-width:320px;border-right:none;box-shadow:none}.job-cost-filter-panel__header{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:none;background-color:transparent;flex-shrink:0}.job-cost-filter-panel__header-content{display:flex;flex-direction:column;gap:.25rem}.job-cost-filter-panel__header h3{margin:0;font-size:1.1rem;font-weight:500;color:var(--theme-text-primary)}.job-cost-filter-panel__active-count{font-size:.75rem;color:var(--theme-primary);font-weight:500;text-transform:uppercase;letter-spacing:.5px}.job-cost-filter-panel__close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--theme-text-secondary);padding:.25rem .5rem;line-height:1;transition:color .2s ease}.job-cost-filter-panel__close:hover{color:var(--theme-text-primary)}.job-cost-filter-panel__content{padding:1rem;flex:1;overflow-y:auto;overflow-x:hidden}.job-cost-filter-panel__section{margin-bottom:2rem}.job-cost-filter-panel__section h4{margin:0 0 1rem;font-size:1rem;font-weight:600;color:var(--theme-text-primary, #333)}.job-cost-filter-panel__content .MuiAccordion-root{background-color:transparent!important;background-image:none!important;color:var(--theme-text-primary);box-shadow:none!important;border:none;margin-bottom:0;border-radius:0!important}.job-cost-filter-panel__content .MuiAccordion-root:first-of-type{border-top-left-radius:0!important;border-top-right-radius:0!important}.job-cost-filter-panel__content .MuiAccordion-root:last-of-type{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.job-cost-filter-panel__content .MuiAccordion-root:before{display:none}.job-cost-filter-panel__content .MuiAccordionSummary-root{background-color:transparent;min-height:48px;padding:0 1rem;border-bottom:none}.job-cost-filter-panel__content .MuiAccordionSummary-root:hover{background-color:color-mix(in srgb,var(--theme-text-primary) 5%,transparent)}.job-cost-filter-panel__content .MuiAccordionSummary-content{margin:12px 0;width:100%}.job-cost-filter-panel__content .MuiAccordionSummary-expandIconWrapper{color:var(--theme-text-secondary);transition:transform .2s ease}.job-cost-filter-panel__content .MuiAccordionSummary-expandIconWrapper.Mui-expanded{transform:rotate(180deg)}.job-cost-filter-panel__content .MuiAccordionDetails-root{padding:.5rem 1rem 1rem;display:flex;flex-direction:column;gap:.75rem;background-color:transparent;border-top:none}.job-cost-filter-panel__accordion-title{margin:0;font-size:.9rem;font-weight:400;color:var(--theme-text-primary);letter-spacing:.02em;display:flex;align-items:center;gap:.5rem}.job-cost-filter-panel__filter-count{background-color:var(--theme-primary);color:#fff;font-size:.7rem;font-weight:600;padding:.15rem .5rem;border-radius:10px;min-width:1.25rem;text-align:center}.job-cost-filter-panel__reset-all{width:100%;padding:.75rem 1rem;background-color:var(--theme-primary, #007bff);color:#fff;border:none;border-radius:var(--theme-border-radius, 4px);cursor:pointer;font-size:.95rem;font-weight:600;transition:background-color .2s ease,opacity .2s ease}.job-cost-filter-panel__reset-all:hover:not(:disabled){background-color:color-mix(in srgb,var(--theme-primary, #007bff) 85%,black)}.job-cost-filter-panel__reset-all:disabled{opacity:.5;cursor:not-allowed}.job-cost-filter-panel__checkbox-list{height:200px;min-height:200px;max-height:200px;overflow-y:auto;border:1px solid var(--theme-divider);border-radius:4px;padding:0;background-color:var(--theme-paper)}.job-cost-filter-panel__checkbox-item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.6rem .75rem;cursor:pointer;border-radius:0;transition:background-color .2s ease;border-bottom:1px solid var(--theme-divider)}.job-cost-filter-panel__checkbox-item:last-child{border-bottom:none}.job-cost-filter-panel__checkbox-item:hover{background-color:color-mix(in srgb,var(--theme-primary) 5%,var(--theme-paper))}.job-cost-filter-panel__checkbox-item input[type=checkbox]{cursor:pointer;width:16px;height:16px;accent-color:var(--theme-primary);flex-shrink:0}.job-cost-filter-panel__checkbox-item span{flex:1;font-size:.85rem;color:var(--theme-text-primary)}.job-cost-filter-panel__empty{padding:1rem;text-align:center;color:var(--theme-text-secondary, #999);font-style:italic;font-size:.85rem}.job-cost-filter-panel__checkbox-list::-webkit-scrollbar{width:8px}.job-cost-filter-panel__checkbox-list::-webkit-scrollbar-track{background:var(--scrollbar-track, #f1f1f1);border-radius:4px}.job-cost-filter-panel__checkbox-list::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb, #888);border-radius:4px}.job-cost-filter-panel__checkbox-list::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover, #555)}.job-cost-grid{color:var(--theme-text-primary);height:calc(100vh - 90px);max-height:calc(100vh - 90px);overflow:hidden;position:relative;background-color:var(--theme-background);display:flex;flex-direction:row}.job-cost-grid__main{display:flex;flex-direction:column;overflow:hidden;padding-left:20px;padding-right:20px;padding-bottom:10px;height:100%;flex:1;min-width:0}.job-cost-grid__header{margin-bottom:10px;margin-top:10px;display:flex;flex-direction:column;gap:12px;flex-shrink:0}.job-cost-grid__content{flex:1;overflow:hidden;display:flex;flex-direction:column}.job-cost-grid__error{padding:16px;margin:16px;background-color:color-mix(in srgb,var(--theme-error) 10%,var(--theme-paper));border:1px solid var(--theme-error);border-radius:var(--theme-border-radius);color:var(--theme-error);box-shadow:0 2px 4px color-mix(in srgb,var(--theme-error) 10%,transparent)}.job-cost-grid__error strong{display:block;margin-bottom:8px}.job-cost-table-view{height:100%;min-height:0;display:flex;flex-direction:column}.job-cost-grid__toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;padding:8px 12px;background-color:var(--theme-background);border:1px solid var(--theme-divider);border-radius:var(--theme-border-radius);gap:16px;flex-wrap:nowrap;overflow-x:auto;flex-shrink:0}.job-cost-grid__toolbar-left,.job-cost-grid__controls-left{display:flex;align-items:center;gap:12px;flex-shrink:0}.job-cost-grid__pagination-controls{display:flex;align-items:center;gap:12px;flex-wrap:nowrap;flex-shrink:0;margin-left:auto}.job-cost-grid__page-info{font-size:13px;color:var(--theme-text-secondary);white-space:nowrap}.job-cost-grid__page-size-select{padding:6px 10px;font-size:13px;background-color:var(--theme-paper);color:var(--theme-text-primary);border:1px solid var(--theme-divider);border-radius:var(--theme-border-radius);cursor:pointer}.job-cost-grid__page-size-select:focus{outline:none;border-color:var(--theme-primary)}.job-cost-grid__page-buttons{display:flex;align-items:center;gap:4px}.job-cost-grid__page-btn{padding:6px 10px;font-size:13px;font-weight:600;background-color:var(--theme-paper);color:var(--theme-text-primary);border:1px solid var(--theme-divider);border-radius:var(--theme-border-radius);cursor:pointer;transition:background-color .2s,border-color .2s;min-width:32px}.job-cost-grid__page-btn:hover:not(:disabled){background-color:color-mix(in srgb,var(--theme-primary) 10%,var(--theme-paper));border-color:var(--theme-primary);color:var(--theme-primary)}.job-cost-grid__page-btn:disabled{opacity:.4;cursor:not-allowed}.job-cost-grid__page-number{font-size:13px;color:var(--theme-text-primary);padding:0 8px;white-space:nowrap}.job-cost-grid__table-wrapper{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.job-cost-grid__table-container{flex:1;overflow-y:auto;overflow-x:auto;border:1px solid var(--theme-divider);border-radius:var(--theme-border-radius);background-color:var(--theme-paper);box-shadow:0 1px 3px color-mix(in srgb,var(--theme-text-primary) 10%,transparent);position:relative;min-height:0}.job-cost-table{width:100%;border-collapse:collapse;font-size:14px;background-color:var(--theme-paper);color:var(--theme-text-primary)}.job-cost-table thead{position:sticky;top:0;z-index:5;isolation:isolate}.job-cost-table thead tr{background-color:var(--theme-background)}.job-cost-table th{padding:12px 16px;text-align:left;font-weight:600;box-shadow:inset 0 -2px 0 var(--theme-divider);background-color:var(--theme-background);background-clip:padding-box;white-space:nowrap;-webkit-user-select:none;user-select:none;color:var(--theme-text-primary)}.job-cost-table td{padding:8px 16px;border-bottom:1px solid var(--theme-divider);vertical-align:middle;color:var(--theme-text-primary);background-color:var(--theme-paper);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.job-cost-table tbody tr{transition:background-color .15s ease}.job-cost-table tbody tr:hover td{background-color:color-mix(in srgb,var(--theme-primary) 5%,var(--theme-paper))}.job-cost-table tbody tr:last-child td{border-bottom:none}.job-cost-table tbody tr.job-cost-table__row--pending-estimate td{background-color:color-mix(in srgb,var(--theme-warning, #ed6c02) 10%,var(--theme-paper))}.job-cost-table tbody tr.job-cost-table__row--pending-spectrum td{background-color:color-mix(in srgb,var(--theme-info, var(--theme-primary)) 10%,var(--theme-paper))}.job-cost-table tbody tr.job-cost-table__row--pending-estimate:hover td{background-color:color-mix(in srgb,var(--theme-warning, #ed6c02) 18%,var(--theme-paper))}.job-cost-table tbody tr.job-cost-table__row--pending-spectrum:hover td{background-color:color-mix(in srgb,var(--theme-info, var(--theme-primary)) 18%,var(--theme-paper))}.job-cost-table th.job-cost-table__th--sortable:hover{color:var(--theme-primary)}@media (max-width: 768px){.job-cost-table{font-size:12px}.job-cost-table th,.job-cost-table td{padding:6px 8px}.job-cost-grid__header{gap:8px}.job-cost-grid__search-container{width:180px}}.contracts-grid-container{display:flex;flex-direction:column;height:100%;padding:8px;box-sizing:border-box;font-size:14px}.contracts-grid-toolbar{display:flex;flex-wrap:wrap;gap:8px;align-items:center;padding:8px 0}.contracts-grid__content{flex:1;overflow:hidden;display:flex;flex-direction:column}.contracts-table-wrapper{display:flex;flex-direction:column;overflow:hidden}.contracts-table-container{height:72vh;overflow:auto;border:1px solid;border-radius:4px;position:relative}.contracts-table{width:100%;border-collapse:collapse;font-size:13px}.contracts-table thead{position:sticky;top:0;z-index:10}.contracts-table thead th{padding:8px 10px;text-align:left;font-weight:600;font-size:12px;white-space:nowrap}.contracts-table tbody tr{transition:background-color .1s}.contracts-table tbody tr:hover td{background-color:#0000000a}.contracts-table tbody td{padding:6px 10px;vertical-align:middle}.contracts-expanded-row td{padding:0}.contracts-grid-text{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.contracts-table-pagination{display:flex;align-items:center;justify-content:space-between;padding:8px 4px;font-size:13px;border-top:1px solid;flex-wrap:wrap;gap:8px}.contracts-table-pagination-controls{display:flex;align-items:center;gap:6px}.contracts-table-pagination-controls button{padding:4px 8px;border:1px solid;border-radius:4px;background:transparent;cursor:pointer;font-size:13px}.contracts-table-pagination-controls button:disabled{opacity:.4;cursor:not-allowed}.contracts-table-pagination-controls select{padding:4px 6px;border:1px solid;border-radius:4px;font-size:13px;background:transparent;cursor:pointer}.maplibregl-map{font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative;-webkit-tap-highlight-color:rgb(0,0,0,0)}.maplibregl-canvas{left:0;position:absolute;top:0}.maplibregl-map:fullscreen{height:100%;width:100%}.maplibregl-ctrl-group button.maplibregl-ctrl-compass{touch-action:none}.maplibregl-canvas-container.maplibregl-interactive,.maplibregl-ctrl-group button.maplibregl-ctrl-compass{cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maplibregl-canvas-container.maplibregl-interactive.maplibregl-track-pointer{cursor:pointer}.maplibregl-canvas-container.maplibregl-interactive:active,.maplibregl-ctrl-group button.maplibregl-ctrl-compass:active{cursor:grabbing}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-canvas-container.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:pinch-zoom}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:none}.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures,.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-ctrl-bottom-left,.maplibregl-ctrl-bottom-right,.maplibregl-ctrl-top-left,.maplibregl-ctrl-top-right{pointer-events:none;position:absolute;z-index:2}.maplibregl-ctrl-top-left{left:0;top:0}.maplibregl-ctrl-top-right{right:0;top:0}.maplibregl-ctrl-bottom-left{bottom:0;left:0}.maplibregl-ctrl-bottom-right{bottom:0;right:0}.maplibregl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.maplibregl-ctrl-top-left .maplibregl-ctrl{float:left;margin:10px 0 0 10px}.maplibregl-ctrl-top-right .maplibregl-ctrl{float:right;margin:10px 10px 0 0}.maplibregl-ctrl-bottom-left .maplibregl-ctrl{float:left;margin:0 0 10px 10px}.maplibregl-ctrl-bottom-right .maplibregl-ctrl{float:right;margin:0 10px 10px 0}.maplibregl-ctrl-group{background:#fff;border-radius:4px}.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px #0000001a}@media (forced-colors:active){.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.maplibregl-ctrl-group button{background-color:transparent;border:0;box-sizing:border-box;cursor:pointer;display:block;height:29px;outline:none;padding:0;width:29px}.maplibregl-ctrl-group button+button{border-top:1px solid #ddd}.maplibregl-ctrl button .maplibregl-ctrl-icon{background-position:50%;background-repeat:no-repeat;display:block;height:100%;width:100%}@media (forced-colors:active){.maplibregl-ctrl-icon{background-color:transparent}.maplibregl-ctrl-group button+button{border-top:1px solid ButtonText}}.maplibregl-ctrl button::-moz-focus-inner{border:0;padding:0}.maplibregl-ctrl-attrib-button:focus,.maplibregl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl button:disabled{cursor:not-allowed}.maplibregl-ctrl button:disabled .maplibregl-ctrl-icon{opacity:.25}@media (hover:hover){.maplibregl-ctrl button:not(:disabled):hover{background-color:#0000000d}}.maplibregl-ctrl button:not(:disabled):active{background-color:#0000000d}.maplibregl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.maplibregl-ctrl-group button:focus:first-child{border-radius:4px 4px 0 0}.maplibregl-ctrl-group button:focus:last-child{border-radius:0 0 4px 4px}.maplibregl-ctrl-group button:focus:only-child{border-radius:inherit}.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-globe .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%23333' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-globe-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%2333b5e5' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%23333' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%2333b5e5' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23aaa' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-waiting .maplibregl-ctrl-icon{animation:maplibregl-spin 2s linear infinite}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23999' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23666' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}}@keyframes maplibregl-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;cursor:pointer;display:block;height:23px;margin:0 0 -4px -4px;overflow:hidden;width:88px}a.maplibregl-ctrl-logo.maplibregl-compact{width:14px}@media (forced-colors:active){a.maplibregl-ctrl-logo{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}.maplibregl-ctrl.maplibregl-ctrl-attrib{background-color:#ffffff80;margin:0;padding:0 5px}@media screen{.maplibregl-ctrl-attrib.maplibregl-compact{background-color:#fff;border-radius:12px;box-sizing:content-box;color:#000;margin:10px;min-height:20px;padding:2px 24px 2px 0;position:relative}.maplibregl-ctrl-attrib.maplibregl-compact-show{padding:2px 28px 2px 8px;visibility:visible}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact-show,.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact-show{border-radius:12px;padding:2px 8px 2px 28px}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-inner{display:none}.maplibregl-ctrl-attrib-button{background-color:#ffffff80;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");border:0;border-radius:12px;box-sizing:border-box;cursor:pointer;display:none;height:24px;outline:none;position:absolute;right:0;top:0;width:24px}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;list-style:none}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button::-webkit-details-marker{display:none}.maplibregl-ctrl-bottom-left .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-top-left .maplibregl-ctrl-attrib-button{left:0}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-inner{display:block}.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-button{background-color:#0000000d}.maplibregl-ctrl-bottom-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;right:0}.maplibregl-ctrl-top-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{right:0;top:0}.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{left:0;top:0}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;left:0}}@media screen and (forced-colors:active){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}@media screen and (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}.maplibregl-ctrl-attrib a{color:#000000bf;text-decoration:none}.maplibregl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.maplibregl-attrib-empty{display:none}.maplibregl-ctrl-scale{background-color:#ffffffbf;border:2px solid #333;border-top:#333;box-sizing:border-box;color:#333;font-size:10px;padding:0 5px;white-space:nowrap}.maplibregl-popup{display:flex;left:0;pointer-events:none;position:absolute;top:0;will-change:transform}.maplibregl-popup-anchor-top,.maplibregl-popup-anchor-top-left,.maplibregl-popup-anchor-top-right{flex-direction:column}.maplibregl-popup-anchor-bottom,.maplibregl-popup-anchor-bottom-left,.maplibregl-popup-anchor-bottom-right{flex-direction:column-reverse}.maplibregl-popup-anchor-left{flex-direction:row}.maplibregl-popup-anchor-right{flex-direction:row-reverse}.maplibregl-popup-tip{border:10px solid transparent;height:0;width:0;z-index:1}.maplibregl-popup-anchor-top .maplibregl-popup-tip{align-self:center;border-bottom-color:#fff;border-top:none}.maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-start;border-bottom-color:#fff;border-left:none;border-top:none}.maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-end;border-bottom-color:#fff;border-right:none;border-top:none}.maplibregl-popup-anchor-bottom .maplibregl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.maplibregl-popup-anchor-left .maplibregl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}.maplibregl-popup-anchor-right .maplibregl-popup-tip{align-self:center;border-left-color:#fff;border-right:none}[dir=rtl] .maplibregl-popup-anchor-left{flex-direction:row-reverse}[dir=rtl] .maplibregl-popup-anchor-right{flex-direction:row}[dir=rtl] .maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-end}[dir=rtl] .maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-start}[dir=rtl] .maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-end}[dir=rtl] .maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-start}.maplibregl-popup-close-button{background-color:transparent;border:0;border-radius:0 3px 0 0;cursor:pointer;position:absolute;right:0;top:0}.maplibregl-popup-close-button:hover{background-color:#0000000d}.maplibregl-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px #0000001a;padding:15px 10px;pointer-events:auto;position:relative}.maplibregl-popup-anchor-top-left .maplibregl-popup-content{border-top-left-radius:0}.maplibregl-popup-anchor-top-right .maplibregl-popup-content{border-top-right-radius:0}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-content{border-bottom-left-radius:0}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-content{border-bottom-right-radius:0}.maplibregl-popup-track-pointer{display:none}.maplibregl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maplibregl-map:hover .maplibregl-popup-track-pointer{display:flex}.maplibregl-map:active .maplibregl-popup-track-pointer{display:none}.maplibregl-marker{left:0;position:absolute;top:0;transition:opacity .2s;will-change:transform}.maplibregl-user-location-dot,.maplibregl-user-location-dot:before{background-color:#1da1f2;border-radius:50%;height:15px;width:15px}.maplibregl-user-location-dot:before{animation:maplibregl-user-location-dot-pulse 2s infinite;content:"";position:absolute}.maplibregl-user-location-dot:after{border:2px solid #fff;border-radius:50%;box-shadow:0 0 3px #00000059;box-sizing:border-box;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px}@media (prefers-reduced-motion:reduce){.maplibregl-user-location-dot:before{animation:none}}@keyframes maplibregl-user-location-dot-pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(1)}}.maplibregl-user-location-dot-stale{background-color:#aaa}.maplibregl-user-location-dot-stale:after{display:none}.maplibregl-user-location-accuracy-circle{background-color:#1da1f233;border-radius:100%;height:1px;width:1px}.maplibregl-crosshair,.maplibregl-crosshair .maplibregl-interactive,.maplibregl-crosshair .maplibregl-interactive:active{cursor:crosshair}.maplibregl-boxzoom{background:#fff;border:2px dotted #202020;height:0;left:0;opacity:.5;position:absolute;top:0;width:0}.maplibregl-cooperative-gesture-screen{align-items:center;background:#0006;color:#fff;display:flex;font-size:1.4em;top:0;right:0;bottom:0;left:0;justify-content:center;line-height:1.2;opacity:0;padding:1rem;pointer-events:none;position:absolute;transition:opacity 1s ease 1s;z-index:99999}.maplibregl-cooperative-gesture-screen.maplibregl-show{opacity:1;transition:opacity .05s}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:none}@media (hover:none),(pointer:coarse){.maplibregl-cooperative-gesture-screen .maplibregl-desktop-message{display:none}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:block}}.maplibregl-pseudo-fullscreen{height:100%!important;left:0!important;position:fixed!important;top:0!important;width:100%!important;z-index:99999}.eq-allocations-container{display:flex;flex-direction:column;gap:16px;padding:16px}.eq-filter-bar{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.eq-filter-bar .date-picker{width:160px}.eq-filter-bar .job-picker{width:280px}.eq-search-bar{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.eq-search-input{width:240px}.eq-filter-select{width:200px}.eq-quick-filter-toggle{height:40px;white-space:nowrap}.eq-body{display:flex;gap:16px;align-items:flex-start}.eq-grid-panel{flex:0 0 65%;min-width:0;max-height:75vh;overflow:auto}.eq-personnel-panel{flex:0 0 30%;min-width:200px}.personnel-scroll{max-height:75vh;overflow-y:auto}.eq-table{width:100%;border-collapse:collapse;font-size:.875rem}.eq-table thead th{position:sticky;top:0;padding:8px 12px;text-align:left;font-weight:600;white-space:nowrap;z-index:1}.eq-table tbody tr.main-row td{padding:6px 12px;vertical-align:middle}.eq-expand-btn{background:none;border:none;cursor:pointer;padding:2px;display:flex;align-items:center;justify-content:center;border-radius:3px;color:inherit}.eq-child-content{padding:8px 12px 10px 40px}.pivot-section{margin-top:8px}.pivot-section h5{font-size:1rem;font-weight:600;margin:0 0 8px}.hourly-entry-shell{display:flex;flex-direction:column;height:100%;max-height:100%;min-height:0;background:var(--theme-background);color:var(--theme-text-primary);overflow:hidden}.hourly-entry-tabs{flex-shrink:0;padding:0 16px;border-bottom:1px solid var(--theme-divider, rgba(0, 0, 0, .12));background:var(--theme-paper)}.hourly-entry-tabs .MuiTab-root{min-height:44px;text-transform:none;font-weight:700;color:var(--theme-text-secondary)}.hourly-entry-tabs .Mui-selected{color:var(--theme-primary)}.hourly-entry{display:grid;grid-template-columns:minmax(320px,.85fr) minmax(0,2fr);grid-template-rows:minmax(0,1fr);gap:20px;flex:1;width:100%;height:auto;max-height:100%;min-height:0;padding:16px;background:var(--theme-background);color:var(--theme-text-primary);box-sizing:border-box;overflow:hidden}.hourly-entry__form-column,.hourly-entry__table-column{min-width:0;min-height:0;height:100%}.hourly-entry__card,.hourly-entry__pending-card{border:1px solid var(--theme-divider, rgba(0, 0, 0, .12));height:100%;min-height:0;display:flex;flex-direction:column;background:var(--theme-paper);color:var(--theme-text-primary)}.hourly-entry__card-header{color:#fff;background:var(--theme-primary);padding:12px 16px;flex-shrink:0}.hourly-entry__card-content{flex:1;min-height:0;overflow-y:auto;padding:12px;background:var(--theme-paper)}.hourly-entry__card-actions{padding:16px 24px;justify-content:flex-end;border-top:1px solid var(--theme-divider, rgba(0, 0, 0, .12));flex-shrink:0;background:var(--theme-paper)}.hourly-entry__toolbar{padding:12px 16px;min-height:56px;box-sizing:border-box;flex-shrink:0;background:var(--theme-paper)}.hourly-entry__table-container{flex:1;min-height:0;max-height:none;background:var(--theme-paper)}.hourly-entry__table-container .MuiTableCell-head{font-weight:700;background:var(--theme-background);color:var(--theme-text-primary)}.hourly-entry__table-container .MuiTextField-root{min-width:96px}.hourly-entry__allocation-panel{width:min(980px,100%);padding:12px;border:1px solid var(--theme-divider, rgba(0, 0, 0, .12));background:var(--theme-paper);color:var(--theme-text-primary)}.hourly-entry__empty-state{min-height:220px;display:grid;place-items:center;color:var(--theme-text-secondary, rgba(0, 0, 0, .6))}.hourly-entry-calendar{display:flex;flex:1;flex-direction:column;gap:16px;width:100%;min-height:0;padding:16px;background:var(--theme-background);color:var(--theme-text-primary);box-sizing:border-box;overflow:hidden}.hourly-entry-calendar__panel{flex-shrink:0;padding:16px;border:1px solid var(--theme-divider, rgba(0, 0, 0, .12));border-radius:var(--theme-border-radius, 4px);background:var(--theme-paper);color:var(--theme-text-primary)}.hourly-entry-calendar__table-wrap{flex:1;min-height:0;border:1px solid var(--theme-divider, rgba(0, 0, 0, .12));border-radius:var(--theme-border-radius, 4px);background:var(--theme-paper);color:var(--theme-text-primary)}.hourly-entry-calendar__table{min-width:960px;table-layout:fixed;min-height:100%}.hourly-entry-calendar__table .MuiTableCell-root{border-color:var(--theme-divider, rgba(0, 0, 0, .12));color:var(--theme-text-primary)}.hourly-entry-calendar__table .MuiTableCell-head{font-weight:700;background:var(--theme-paper);color:var(--theme-text-primary)}.hourly-entry-calendar__resource-head,.hourly-entry-calendar__resource-cell{position:sticky;left:0;z-index:2;width:380px;min-width:380px;max-width:380px;background:var(--theme-paper);box-shadow:1px 0 0 var(--theme-divider, rgba(0, 0, 0, .12))}.hourly-entry-calendar__resource-head{z-index:4}.hourly-entry-calendar__day-cell{height:68px;padding:8px}.hourly-entry-calendar__hour-input{width:68px}.hourly-entry-calendar__hour-input input{text-align:center;font-weight:700}.hourly-entry-calendar__hour-button{width:100%;min-width:64px;min-height:36px;border-radius:var(--theme-border-radius, 4px);background:transparent;color:var(--theme-text-secondary);font-weight:700}.hourly-entry-calendar__hour-button:hover{background:color-mix(in srgb,var(--theme-primary) 12%,transparent)}.hourly-entry-calendar__hour-button.is-filled{background:color-mix(in srgb,var(--theme-primary) 18%,var(--theme-paper));color:var(--theme-primary)}.hourly-entry-calendar__avatar{display:grid;flex:0 0 auto;width:36px;height:36px;place-items:center;border-radius:50%;background:var(--theme-primary);color:var(--theme-primary-contrast, #fff);font-size:.8rem;font-weight:800}.hourly-entry-calendar__row-copy{color:var(--theme-text-secondary);opacity:.72}.hourly-entry-calendar__row-copy:hover{color:var(--theme-primary);opacity:1}.hourly-entry-calendar__detail-cell{padding:10px 16px;background:var(--theme-background)}.hourly-entry-calendar__detail-entry{flex:1 1 260px;max-width:360px;padding:10px 12px;border:1px solid var(--theme-divider, rgba(0, 0, 0, .12));border-radius:var(--theme-border-radius, 4px);background:var(--theme-paper)}.hourly-entry-calendar__empty{display:flex;gap:8px;align-items:center;justify-content:center;min-height:220px;color:var(--theme-text-secondary, rgba(0, 0, 0, .6))}.hourly-entry-calendar__daily-total .MuiTableCell-root{position:sticky;bottom:0;z-index:3;background:var(--theme-background);font-weight:700}@media (max-width: 1180px){.hourly-entry{grid-template-columns:1fr;grid-template-rows:auto minmax(420px,1fr);overflow-y:auto}.hourly-entry__card{height:auto;max-height:58vh}.hourly-entry__table-container{max-height:none}}.date-range-picker-dialog .MuiDialog-paper{background-color:#1e1e1e;color:#ffffffde}.date-range-picker-dialog .MuiDialogTitle-root{background-color:#2a2a2a;border-bottom:1px solid rgba(255,255,255,.12);color:#ffffffde;padding:16px 24px}.date-range-picker-dialog .MuiDialogContent-root{background-color:#1e1e1e;padding:24px}.date-range-picker-dialog .MuiDialogActions-root{background-color:#2a2a2a;border-top:1px solid rgba(255,255,255,.12);padding:16px 24px}.date-range-picker__quick-select{margin-bottom:16px}.date-range-picker__quick-select .MuiButton-outlined{border-color:#ffffff1f;color:#ffffffde;background-color:#2a2a2a}.date-range-picker__quick-select .MuiButton-outlined:hover{background-color:#4da6ff1a;border-color:#4da6ff;color:#4da6ff}.date-range-picker__range-display{background-color:#2a2a2a;border:1px solid rgba(255,255,255,.12);border-radius:4px}.date-range-picker__range-display .MuiTypography-caption{color:#ffffff80}.date-range-picker__range-display .MuiTypography-body1{color:#ffffffde}.date-range-picker__calendar{background-color:#2a2a2a;border-radius:4px;overflow:hidden;width:100%}.date-range-picker__calendar .MuiPickersCalendarHeader-root{color:#ffffffde;background-color:#2a2a2a;border-bottom:1px solid rgba(255,255,255,.12);padding:12px;margin:0}.date-range-picker__calendar .MuiPickersCalendarHeader-label{color:#ffffffde;font-weight:600}.date-range-picker__calendar .MuiPickersArrowSwitcher-button{color:#ffffffde}.date-range-picker__calendar .MuiPickersArrowSwitcher-button:hover{background-color:#4da6ff1a}.date-range-picker__calendar .MuiDayCalendar-header{background-color:#2a2a2a}.date-range-picker__calendar .MuiDayCalendar-weekDayLabel{color:#ffffff80;font-weight:600}.date-range-picker__calendar .MuiPickersDay-root{color:#ffffffde;background-color:transparent;border-radius:4px}.date-range-picker__calendar .MuiPickersDay-root:hover{background-color:#4da6ff26}.date-range-picker__calendar .MuiPickersDay-root.Mui-selected{background-color:#4da6ff!important;color:#fff!important;font-weight:600}.date-range-picker__calendar .MuiPickersDay-root.Mui-selected:hover{background-color:#4da6ffd9!important}.date-range-picker__calendar .MuiPickersDay-today{border:2px solid #4da6ff!important;background-color:#4da6ff0d}.date-range-picker__calendar .MuiPickersDay-today.Mui-selected{border-color:#fff!important}.date-range-picker__calendar .MuiPickersDay-root:not(.Mui-selected):not(.MuiPickersDay-today):focus{background-color:#4da6ff1a}.date-range-picker__calendar .MuiPickersDay-root.MuiPickersDay-dayOutsideMonth{color:#ffffff4d;opacity:.4}.date-range-picker__calendar .MuiPickersDay-root.Mui-disabled{color:#ffffff4d;opacity:.3}.date-range-picker__calendar .MuiDayCalendar-monthContainer,.date-range-picker__calendar .MuiDayCalendar-slideTransition{background-color:#2a2a2a}.date-range-picker__calendar .MuiPickersCalendarHeader-switchViewButton{color:#ffffffde}.date-range-picker__calendar .MuiPickersCalendarHeader-switchViewButton:hover{background-color:#4da6ff1a}.date-range-picker-dialog .MuiButton-outlined{border-color:#ffffff1f;color:#ffffffde;background-color:#2a2a2a}.date-range-picker-dialog .MuiButton-outlined:hover{background-color:#ffffff0d;border-color:#ffffff4d}.date-range-picker-dialog .MuiButton-contained{background-color:#4da6ff;color:#fff}.date-range-picker-dialog .MuiButton-contained:hover{background-color:#4da6ffd9;box-shadow:0 2px 4px #0003}.date-range-picker__section-label{color:#ffffff80;font-weight:500}.date-range-picker__calendar .MuiPickersDay-root.in-range{background-color:#4da6ff33!important;color:#ffffffde!important}.date-range-picker__calendar .MuiPickersDay-root.in-range:hover{background-color:#4da6ff4d!important}.date-range-picker__calendar .MuiPickersDay-root.range-start,.date-range-picker__calendar .MuiPickersDay-root.range-end{background-color:#4da6ff!important;color:#fff!important;font-weight:700}.date-range-picker__calendar .MuiPickersDay-root.range-start:not(.range-end){border-radius:50% 0 0 50%}.date-range-picker__calendar .MuiPickersDay-root.range-end:not(.range-start){border-radius:0 50% 50% 0}.date-range-picker__calendar .MuiPickersDay-root.range-start.range-end{border-radius:50%}.corrections-dialog{max-width:700px;max-height:90vh;width:90vw;background-color:var(--theme-paper);color:var(--theme-text-primary)}.corrections-list{display:flex;flex-direction:column;gap:1rem;padding:.5rem 0}.correction-item{border:2px solid var(--theme-divider);border-radius:var(--theme-border-radius);background-color:var(--theme-background);overflow:hidden;transition:border-color .2s ease}.correction-item--void{border-color:var(--theme-error);background-color:color-mix(in srgb,var(--theme-error) 5%,var(--theme-background))}.correction-item__header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background-color:var(--theme-paper);border-bottom:1px solid var(--theme-divider)}.correction-item__number{font-weight:600;color:var(--theme-text-secondary);font-size:.875rem}.correction-item__type{display:flex;align-items:center}.correction-type-badge{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.correction-type-badge--hours{background-color:color-mix(in srgb,var(--theme-info) 20%,transparent);color:var(--theme-info)}.correction-type-badge--job{background-color:color-mix(in srgb,var(--theme-primary) 20%,transparent);color:var(--theme-primary)}.correction-type-badge--void{background-color:color-mix(in srgb,var(--theme-error) 20%,transparent);color:var(--theme-error)}.correction-item__body{padding:1rem}.correction-change{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;padding:.75rem;background-color:var(--theme-paper);border-radius:var(--theme-border-radius);border:1px solid var(--theme-divider)}.correction-change--void{background-color:color-mix(in srgb,var(--theme-error) 5%,var(--theme-paper));border-color:color-mix(in srgb,var(--theme-error) 30%,transparent)}.correction-change__row{display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:150px}.correction-change__label{font-size:.75rem;font-weight:600;text-transform:uppercase;color:var(--theme-text-secondary);letter-spacing:.5px}.correction-change__value{font-size:1rem;font-weight:500;padding:.5rem;border-radius:var(--theme-border-radius);background-color:var(--theme-background);color:var(--theme-text-primary)}.correction-change__value--original{background-color:color-mix(in srgb,var(--theme-error) 15%,var(--theme-background));color:var(--theme-error)}.correction-change__value--updated{background-color:color-mix(in srgb,var(--theme-success) 15%,var(--theme-background));color:var(--theme-success)}.correction-change__value--void{background-color:color-mix(in srgb,var(--theme-error) 20%,var(--theme-background));color:var(--theme-error);font-weight:600}.correction-change__arrow{font-size:1.5rem;color:var(--theme-text-secondary);font-weight:700;align-self:center}.correction-change__diff{flex-basis:100%;text-align:center;padding:.5rem;font-weight:600;font-size:.875rem;color:var(--theme-info);background-color:color-mix(in srgb,var(--theme-info) 15%,var(--theme-background));border-radius:var(--theme-border-radius);margin-top:.5rem}.correction-void-warning{display:flex;align-items:center;gap:.5rem;padding:.75rem;background-color:color-mix(in srgb,var(--theme-warning) 20%,var(--theme-background));border:2px solid var(--theme-warning);border-radius:var(--theme-border-radius);margin-bottom:1rem;flex-basis:100%}.correction-void-warning__icon{font-size:1.25rem}.correction-void-warning__text{font-weight:600;color:color-mix(in srgb,var(--theme-warning) 80%,black)}.correction-item__actions{padding:1rem;background-color:var(--theme-paper);border-top:1px solid var(--theme-divider)}.correction-action-buttons{display:flex;gap:.75rem;margin-bottom:1rem}.correction-action-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;border:2px solid;border-radius:var(--theme-border-radius);font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s ease;background-color:var(--theme-paper);color:var(--theme-text-primary)}.correction-action-btn__icon{font-size:1.125rem;font-weight:700}.correction-action-btn--approve{border-color:var(--theme-success);color:var(--theme-success)}.correction-action-btn--approve:hover{background-color:color-mix(in srgb,var(--theme-success) 15%,var(--theme-paper));border-color:var(--theme-success)}.correction-action-btn--approve:active{background-color:color-mix(in srgb,var(--theme-success) 25%,var(--theme-paper))}.correction-action-btn--deny{border-color:var(--theme-error);color:var(--theme-error)}.correction-action-btn--deny:hover{background-color:color-mix(in srgb,var(--theme-error) 15%,var(--theme-paper));border-color:var(--theme-error)}.correction-action-btn--deny:active{background-color:color-mix(in srgb,var(--theme-error) 25%,var(--theme-paper))}.correction-decision{padding:1rem;border-radius:var(--theme-border-radius);border:2px solid}.correction-decision--approved{background-color:color-mix(in srgb,var(--theme-success) 15%,var(--theme-background));border-color:var(--theme-success)}.correction-decision--denied{background-color:color-mix(in srgb,var(--theme-error) 15%,var(--theme-background));border-color:var(--theme-error)}.correction-decision__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.correction-decision__badge{font-weight:600;font-size:1rem;display:flex;align-items:center;gap:.5rem}.correction-decision--approved .correction-decision__badge{color:var(--theme-success)}.correction-decision--denied .correction-decision__badge{color:var(--theme-error)}.correction-decision__reset{padding:.25rem .75rem;background-color:var(--theme-paper);border:1px solid var(--theme-divider);border-radius:var(--theme-border-radius);font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease;color:var(--theme-text-primary)}.correction-decision__reset:hover{background-color:var(--theme-background);border-color:var(--theme-text-secondary)}.correction-decision__note{padding:.75rem;background-color:var(--theme-paper);border-radius:var(--theme-border-radius);font-size:.875rem;color:var(--theme-text-primary)}.correction-note-field{display:flex;flex-direction:column;gap:.5rem}.correction-note-field__label{font-weight:600;font-size:.875rem;color:var(--theme-text-primary)}.correction-note-field__textarea{width:100%;padding:.75rem;border:1px solid var(--theme-divider);border-radius:var(--theme-border-radius);font-family:inherit;font-size:.875rem;resize:vertical;background-color:var(--theme-background);color:var(--theme-text-primary);transition:border-color .2s ease,box-shadow .2s ease}.correction-note-field__textarea:focus{outline:none;border-color:var(--theme-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--theme-primary) 20%,transparent)}.correction-note-field__textarea::placeholder{color:var(--theme-text-secondary)}.dialog__loading,.dialog__error,.dialog__empty{padding:3rem 2rem;text-align:center;color:var(--theme-text-secondary);font-size:.875rem}.dialog__error{color:var(--theme-error)}.filter-panel{width:0;min-width:0;height:100%;background-color:var(--theme-background);border-right:none;overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column;color:var(--theme-text-primary)}.filter-panel.open{width:320px;min-width:320px;border-right:none;box-shadow:none}.filter-panel__header{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:none;background-color:transparent;flex-shrink:0}.filter-panel__header-content{display:flex;flex-direction:column;gap:.25rem}.filter-panel__header h3{margin:0;font-size:1.1rem;font-weight:500;color:var(--theme-text-primary)}.filter-panel__current-view{font-size:.75rem;color:var(--theme-text-secondary);font-weight:400;text-transform:uppercase;letter-spacing:.5px}.filter-panel__close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--theme-text-secondary);padding:.25rem .5rem;line-height:1;transition:color .2s ease}.filter-panel__close:hover{color:var(--theme-text-primary)}.filter-panel__content{padding:1rem;flex:1;overflow-y:auto;overflow-x:hidden}.filter-panel__section{margin-bottom:2rem}.filter-panel__section h4{margin:0 0 1rem;font-size:1rem;font-weight:600;color:var(--theme-text-primary, #333)}.filter-panel__content .MuiAccordion-root{background-color:transparent!important;background-image:none!important;color:var(--theme-text-primary);box-shadow:none!important;border:none;margin-bottom:0;border-radius:0!important}.filter-panel__content .MuiAccordion-root:first-of-type{border-top-left-radius:0!important;border-top-right-radius:0!important}.filter-panel__content .MuiAccordion-root:last-of-type{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.filter-panel__content .MuiAccordion-root:before{display:none}.filter-panel__content .MuiAccordionSummary-root{background-color:transparent;min-height:48px;padding:0 1rem;border-bottom:none}.filter-panel__content .MuiAccordionSummary-root:hover{background-color:color-mix(in srgb,var(--theme-text-primary) 5%,transparent)}.filter-panel__content .MuiAccordionSummary-content{margin:12px 0;width:100%}.filter-panel__content .MuiAccordionSummary-expandIconWrapper{color:var(--theme-text-secondary);transition:transform .2s ease}.filter-panel__content .MuiAccordionSummary-expandIconWrapper.Mui-expanded{transform:rotate(180deg)}.filter-panel__content .MuiAccordionDetails-root{padding:.5rem 1rem 1rem;display:flex;flex-direction:column;gap:.75rem;background-color:transparent;border-top:none}.filter-panel__accordion-title{margin:0;font-size:.9rem;font-weight:400;color:var(--theme-text-primary);letter-spacing:.02em}.filter-panel__accordion-controls{display:flex;justify-content:flex-end;margin-bottom:.75rem}.filter-panel__search-container{position:relative;margin-bottom:.75rem}.filter-panel__search-container:before{position:absolute;top:50%;transform:translateY(-50%);color:var(--theme-text-secondary);font-size:.9rem;pointer-events:none;z-index:1}.filter-panel__search-input{width:100%;padding:.5rem .5rem .5rem 2.25rem;border:1px solid var(--theme-divider);border-radius:4px;background-color:var(--theme-paper);color:var(--theme-text-primary);font-size:.85rem;transition:border-color .2s ease,background-color .2s ease}.filter-panel__search-input:focus{outline:none;border-color:var(--theme-primary);background-color:var(--theme-paper)}.filter-panel__search-input::placeholder{color:var(--theme-text-secondary)}.filter-panel__search-clear{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--theme-text-secondary, #666);font-size:1rem;cursor:pointer;padding:.25rem;line-height:1;border-radius:var(--theme-border-radius, 4px);transition:color .2s ease,background-color .2s ease}.filter-panel__search-clear:hover{background-color:color-mix(in srgb,var(--theme-text-primary, #000) 5%,transparent);color:var(--theme-text-primary, #000)}.filter-panel__range-display{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background-color:var(--theme-background, #f9f9f9);border:1px solid var(--theme-divider, #e0e0e0);border-radius:var(--theme-border-radius, 4px);margin-bottom:1rem;font-weight:500;color:var(--theme-text-primary, #333)}.filter-panel__range-display span:first-child,.filter-panel__range-display span:last-child{color:var(--theme-primary, #007bff);font-weight:600}.range-slider-container{position:relative;width:100%;height:50px;margin:1.5rem 0}.range-slider-track{position:absolute;top:50%;transform:translateY(-50%);width:100%;height:6px;background:var(--theme-divider, #e0e0e0);border-radius:3px;pointer-events:none}.range-slider-range{position:absolute;height:100%;background:var(--theme-primary, #007bff);border-radius:3px;pointer-events:none;transition:all .1s ease}.range-slider-input{position:absolute;width:100%;height:6px;top:50%;transform:translateY(-50%);background:transparent;pointer-events:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none}.range-slider-input::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:var(--theme-paper, white);border:3px solid var(--theme-primary, #007bff);cursor:pointer;pointer-events:all;transition:all .2s ease;box-shadow:0 2px 4px #0003}.range-slider-input::-webkit-slider-thumb:hover{transform:scale(1.2);border-color:var(--theme-primary, #007bff);box-shadow:0 3px 6px #0000004d}.range-slider-input::-webkit-slider-thumb:active{transform:scale(1.1);box-shadow:0 2px 4px #0000004d}.range-slider-input::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:var(--theme-paper, white);border:3px solid var(--theme-primary, #007bff);cursor:pointer;pointer-events:all;transition:all .2s ease;box-shadow:0 2px 4px #0003}.range-slider-input::-moz-range-thumb:hover{transform:scale(1.2);border-color:var(--theme-primary, #007bff);box-shadow:0 3px 6px #0000004d}.range-slider-input::-moz-range-thumb:active{transform:scale(1.1);box-shadow:0 2px 4px #0000004d}.range-slider-input--max{z-index:2}.range-slider-input--min{z-index:3}.filter-panel__values{display:flex;gap:1rem;margin-bottom:1rem}.filter-panel__value-input{flex:1;display:flex;flex-direction:column;gap:.5rem}.filter-panel__value-input label{font-size:.85rem;font-weight:500;color:var(--theme-text-secondary, #555)}.filter-panel__number-input{width:100%;padding:.5rem;border:1px solid var(--theme-divider, #e0e0e0);border-radius:var(--theme-border-radius, 4px);background-color:var(--theme-background, #f9f9f9);color:var(--theme-text-primary, #333);font-size:.9rem;transition:border-color .2s ease}.filter-panel__number-input:focus{outline:none;border-color:var(--theme-primary, #007bff);box-shadow:0 0 0 3px color-mix(in srgb,var(--theme-primary, #007bff) 20%,transparent)}.filter-panel__reset{width:100%;padding:.5rem 1rem;background-color:var(--theme-background, #f0f0f0);border:1px solid var(--theme-divider, #ccc);border-radius:var(--theme-border-radius, 4px);cursor:pointer;font-size:.9rem;color:var(--theme-text-primary, #333);transition:background-color .2s ease}.filter-panel__reset:hover{background-color:var(--theme-divider, #e0e0e0)}.filter-panel__reset-all{width:100%;padding:.75rem 1rem;background-color:var(--theme-primary, #007bff);color:#fff;border:none;border-radius:var(--theme-border-radius, 4px);cursor:pointer;font-size:.95rem;font-weight:600;transition:background-color .2s ease}.filter-panel__reset-all:hover{background-color:color-mix(in srgb,var(--theme-primary, #007bff) 85%,black)}.filter-panel__section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.filter-panel__section-header h4{margin:0}.filter-panel__select-all{padding:.25rem .5rem;background-color:transparent;color:var(--theme-primary, #007bff);border:1px solid var(--theme-primary, #007bff);border-radius:var(--theme-border-radius, 4px);cursor:pointer;font-size:.8rem;transition:all .2s ease}.filter-panel__select-all:hover{background-color:var(--theme-primary, #007bff);color:#fff}.filter-panel__checkbox-list{height:200px;min-height:200px;max-height:200px;overflow-y:auto;border:1px solid var(--theme-divider);border-radius:4px;padding:0;background-color:var(--theme-paper)}.filter-panel__checkbox-item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.6rem .75rem;cursor:pointer;border-radius:0;transition:background-color .2s ease;border-bottom:1px solid var(--theme-divider)}.filter-panel__checkbox-item:last-child{border-bottom:none}.filter-panel__checkbox-item:hover{background-color:color-mix(in srgb,var(--theme-primary) 5%,var(--theme-paper))}.filter-panel__checkbox-item input[type=checkbox]{cursor:pointer;width:16px;height:16px;accent-color:var(--theme-primary);flex-shrink:0}.filter-panel__checkbox-item span{flex:1;font-size:.85rem;color:var(--theme-text-primary)}.filter-panel__checkbox-item-count{font-size:.8rem;color:var(--theme-text-secondary);font-weight:400;padding:.15rem .5rem;border-radius:3px;background-color:color-mix(in srgb,var(--theme-text-primary) 5%,transparent)}.filter-panel__empty{padding:1rem;text-align:center;color:var(--theme-text-secondary, #999);font-style:italic;font-size:.85rem}.filter-panel__checkbox-list::-webkit-scrollbar{width:8px}.filter-panel__checkbox-list::-webkit-scrollbar-track{background:var(--scrollbar-track, #f1f1f1);border-radius:4px}.filter-panel__checkbox-list::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb, #888);border-radius:4px}.filter-panel__checkbox-list::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover, #555)}.filter-panel__status-filters{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;padding:0 .5rem}.filter-panel__status-btn{flex:1;min-width:calc(50% - .375rem);display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem .75rem;border-radius:6px;border:1px solid var(--theme-divider);background-color:var(--theme-paper);color:var(--theme-text-primary);font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease}.filter-panel__status-btn:hover{background-color:color-mix(in srgb,var(--theme-text-primary) 5%,var(--theme-paper));border-color:var(--theme-text-secondary)}.filter-panel__status-btn--duplicate.active{background-color:#ffc10733;border-color:#ffc107;color:#ffc107}.filter-panel__status-btn--duplicate.active:hover{background-color:#ffc1074d}.filter-panel__status-btn--error.active{background-color:#f4433633;border-color:#f44336;color:#f44336}.filter-panel__status-btn--error.active:hover{background-color:#f443364d}.filter-panel__status-icon{font-size:1rem}.filter-panel__status-label{font-size:.8rem}.filter-panel__status-count{background-color:color-mix(in srgb,var(--theme-text-primary) 15%,transparent);padding:.1rem .4rem;border-radius:10px;font-size:.75rem;font-weight:600;min-width:1.25rem;text-align:center}.filter-panel__status-btn--duplicate.active .filter-panel__status-count{background-color:#ffc10766;color:#fff}.filter-panel__status-btn--error.active .filter-panel__status-count{background-color:#f4433666;color:#fff}.filter-panel__status-btn--pto.active{background-color:#2196f333;border-color:#2196f3;color:#2196f3}.filter-panel__status-btn--pto.active:hover{background-color:#2196f34d}.filter-panel__status-btn--pto.active .filter-panel__status-count{background-color:#2196f366;color:#fff}.filter-panel__status-btn--pending.active{border-color:#ff9800;background-color:#ff9800b3}.filter-panel__status-btn--pending.active:hover{background-color:#f5c627cc}.filter-panel__status-btn--pending.active .filter-panel__status-count{background-color:#f5c62714;color:#fff}.incremental-loading-bar{position:relative;width:100%;height:3px;background-color:transparent;overflow:hidden}.incremental-loading-bar__progress{height:100%;background:linear-gradient(90deg,var(--theme-primary, #1976d2) 0%,var(--theme-primary-light, #42a5f5) 50%,var(--theme-primary, #1976d2) 100%);background-size:200% 100%;animation:incremental-loading-sweep 1.5s ease-in-out infinite}@keyframes incremental-loading-sweep{0%{transform:translate(-100%);background-position:200% center}to{transform:translate(100%);background-position:-200% center}}.incremental-loading-bar{animation:incremental-loading-fade-in .2s ease-in}@keyframes incremental-loading-fade-in{0%{opacity:0}to{opacity:1}}.allocated-hours-view__table-wrapper{flex:1;overflow-x:auto;overflow-y:auto;border:1px solid var(--theme-divider);border-radius:var(--theme-border-radius);background-color:var(--theme-paper);box-shadow:0 1px 3px color-mix(in srgb,var(--theme-text-primary) 10%,transparent);position:relative;min-height:0}.allocated-hours-view__table-container{display:flex;flex-direction:column;flex:1;min-height:0;border:1px solid var(--theme-divider);border-radius:0 0 var(--theme-border-radius) var(--theme-border-radius);background-color:var(--theme-paper);box-shadow:0 1px 3px color-mix(in srgb,var(--theme-text-primary) 10%,transparent);overflow:hidden}.allocated-hours-view__table-header{flex-shrink:0;overflow-x:hidden;background-color:var(--theme-background);border-bottom:2px solid var(--theme-divider)}.allocated-hours-view__table-body-container{flex:1;overflow-y:auto;overflow-x:auto;min-height:200px;max-height:calc(100vh - 380px)}.allocated-hours-view__table-footer{flex-shrink:0;overflow-x:hidden;background-color:var(--theme-background);border-top:2px solid var(--theme-primary)}.allocated-hours-view__table--virtual{table-layout:fixed}.allocated-hours-view__table--virtual tbody{display:block}.allocated-hours-view__table--virtual tr{display:table;width:100%;table-layout:fixed;box-sizing:border-box}.allocated-hours-view__table--virtual td{vertical-align:middle;height:100%;box-sizing:border-box}.allocated-hours-view__table{width:100%;border-collapse:collapse;min-width:700px;background-color:var(--theme-paper)}.allocated-hours-view__table thead{position:sticky;top:0;z-index:10}.allocated-hours-view__header-cell{background-color:var(--theme-background);border-bottom:2px solid var(--theme-divider);padding:12px 16px;font-weight:600;text-align:center;color:var(--theme-text-primary);white-space:nowrap}.allocated-hours-view__header-cell--sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s,color .2s}.allocated-hours-view__header-cell--sortable:hover{background-color:color-mix(in srgb,var(--theme-primary) 10%,var(--theme-background));color:var(--theme-primary)}.allocated-hours-view__header-cell--sorted{background-color:color-mix(in srgb,var(--theme-primary) 15%,var(--theme-background));color:var(--theme-primary)}.allocated-hours-view__header-cell--resource{text-align:left;width:180px;min-width:180px;position:sticky;left:0;z-index:11;background-color:var(--theme-background)}.allocated-hours-view__header-cell--job{text-align:left;width:180px;min-width:180px;position:sticky;left:180px;z-index:11;background-color:var(--theme-background)}.allocated-hours-view__header-cell--phase{text-align:left;width:180px;min-width:180px;position:sticky;left:360px;z-index:11;background-color:var(--theme-background)}.allocated-hours-view__header-cell--date{width:100px;min-width:100px}.allocated-hours-view__header-cell--total{width:90px;min-width:90px;background-color:color-mix(in srgb,var(--theme-primary) 8%,var(--theme-background))}.allocated-hours-view__resource-row{background-color:color-mix(in srgb,var(--theme-primary) 5%,var(--theme-paper));cursor:pointer;height:42px;transition:background-color .2s}.allocated-hours-view__resource-row:hover{background-color:color-mix(in srgb,var(--theme-primary) 12%,var(--theme-paper))}.allocated-hours-view__cell{border-bottom:1px solid var(--theme-divider);padding:8px 12px;text-align:center;color:var(--theme-text-primary);vertical-align:middle}.allocated-hours-view__cell--resource-header{text-align:left;font-weight:600;width:180px;min-width:180px;position:sticky;left:0;background-color:color-mix(in srgb,var(--theme-primary) 5%,var(--theme-paper));z-index:5;border-right:1px solid var(--theme-divider);word-wrap:break-word;overflow-wrap:break-word;white-space:normal}.allocated-hours-view__resource-row:hover .allocated-hours-view__cell--resource-header{background-color:color-mix(in srgb,var(--theme-primary) 12%,var(--theme-paper))}.allocated-hours-view__cell--job-header{text-align:left;width:180px;min-width:180px;position:sticky;left:180px;background-color:color-mix(in srgb,var(--theme-primary) 5%,var(--theme-paper));z-index:5;border-right:1px solid var(--theme-divider);word-wrap:break-word;overflow-wrap:break-word;white-space:normal}.allocated-hours-view__resource-row:hover .allocated-hours-view__cell--job-header{background-color:color-mix(in srgb,var(--theme-primary) 12%,var(--theme-paper))}.allocated-hours-view__cell--phase-header{text-align:left;width:180px;min-width:180px;position:sticky;left:360px;background-color:color-mix(in srgb,var(--theme-primary) 5%,var(--theme-paper));z-index:5;border-right:1px solid var(--theme-divider);word-wrap:break-word;overflow-wrap:break-word;white-space:normal}.allocated-hours-view__resource-row:hover .allocated-hours-view__cell--phase-header{background-color:color-mix(in srgb,var(--theme-primary) 12%,var(--theme-paper))}.allocated-hours-view__cell--hours-header{width:100px;min-width:100px;font-weight:500;color:var(--theme-text-secondary)}.allocated-hours-view__cell--total-header{width:90px;min-width:90px;background-color:color-mix(in srgb,var(--theme-primary) 10%,var(--theme-paper));color:#4da6ff}.allocated-hours-view__expand-icon{display:inline-block;width:16px;margin-right:8px;font-size:10px;color:var(--theme-text-secondary)}.allocated-hours-view__phase-row{transition:background-color .2s;height:36px}.allocated-hours-view__phase-row:hover{background-color:color-mix(in srgb,var(--theme-primary) 3%,var(--theme-paper))}.allocated-hours-view__cell--resource-indent{text-align:left;width:180px;min-width:180px;position:sticky;left:0;background-color:var(--theme-paper);z-index:5;border-right:1px solid var(--theme-divider)}.allocated-hours-view__phase-row:hover .allocated-hours-view__cell--resource-indent{background-color:color-mix(in srgb,var(--theme-primary) 3%,var(--theme-paper))}.allocated-hours-view__cell--job{text-align:left;width:180px;min-width:180px;position:sticky;left:180px;background-color:var(--theme-paper);z-index:5;border-right:1px solid var(--theme-divider);padding-left:24px}.allocated-hours-view__phase-row:hover .allocated-hours-view__cell--job{background-color:color-mix(in srgb,var(--theme-primary) 3%,var(--theme-paper))}.allocated-hours-view__job-display{font-weight:500;color:var(--theme-text-primary);font-size:13px;word-wrap:break-word;overflow-wrap:break-word;white-space:normal}.allocated-hours-view__cell--phase{text-align:left;width:180px;min-width:180px;position:sticky;left:360px;background-color:var(--theme-paper);z-index:5;border-right:1px solid var(--theme-divider);padding-left:16px;word-wrap:break-word;overflow-wrap:break-word;white-space:normal}.allocated-hours-view__phase-row:hover .allocated-hours-view__cell--phase{background-color:color-mix(in srgb,var(--theme-primary) 3%,var(--theme-paper))}.allocated-hours-view__phase-code{font-weight:500;color:#4da6ff;word-wrap:break-word;overflow-wrap:break-word;white-space:normal}.allocated-hours-view__phase-desc{color:var(--theme-text-secondary);font-size:13px;word-wrap:break-word;overflow-wrap:break-word;white-space:normal}.allocated-hours-view__cell--hours{width:100px;min-width:100px;color:var(--theme-text-primary)}.allocated-hours-view__cell--total{width:90px;min-width:90px;background-color:color-mix(in srgb,var(--theme-primary) 3%,var(--theme-paper));font-weight:500;color:#4da6ff}.allocated-hours-view__table tfoot{position:sticky;bottom:0;z-index:10}.allocated-hours-view__totals-row{background-color:var(--theme-background);font-weight:600;border-top:2px solid var(--theme-primary)}.allocated-hours-view__totals-row:hover{background-color:var(--theme-background);cursor:default}.allocated-hours-view__cell--footer{border-bottom:none;padding:14px 16px;text-align:left;width:180px;min-width:180px;position:sticky;left:0;background-color:var(--theme-background);z-index:5;vertical-align:middle}.allocated-hours-view__cell--footer-total{border-bottom:none;padding:14px 16px;width:100px;min-width:100px;color:#4da6ff;vertical-align:middle;font-weight:700;font-size:1rem}.allocated-hours-view__controls{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background-color:var(--theme-background);border:1px solid var(--theme-divider);border-bottom:none;border-radius:var(--theme-border-radius) var(--theme-border-radius) 0 0;gap:16px;flex-wrap:wrap}.allocated-hours-view__expand-controls{display:flex;gap:8px}.allocated-hours-view__control-btn{padding:6px 12px;font-size:13px;background-color:var(--theme-paper);color:var(--theme-text-primary);border:1px solid var(--theme-divider);border-radius:var(--theme-border-radius);cursor:pointer;transition:background-color .2s,border-color .2s}.allocated-hours-view__control-btn:hover{background-color:color-mix(in srgb,var(--theme-primary) 10%,var(--theme-paper));border-color:var(--theme-primary);color:var(--theme-primary)}.allocated-hours-view__pagination{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.allocated-hours-view__page-info{font-size:13px;color:var(--theme-text-secondary);white-space:nowrap}.allocated-hours-view__page-size{padding:6px 10px;font-size:13px;background-color:var(--theme-paper);color:var(--theme-text-primary);border:1px solid var(--theme-divider);border-radius:var(--theme-border-radius);cursor:pointer}.allocated-hours-view__page-size:focus{outline:none;border-color:var(--theme-primary)}.allocated-hours-view__page-buttons{display:flex;align-items:center;gap:4px}.allocated-hours-view__page-btn{padding:6px 10px;font-size:13px;font-weight:600;background-color:var(--theme-paper);color:var(--theme-text-primary);border:1px solid var(--theme-divider);border-radius:var(--theme-border-radius);cursor:pointer;transition:background-color .2s,border-color .2s;min-width:32px}.allocated-hours-view__page-btn:hover:not(:disabled){background-color:color-mix(in srgb,var(--theme-primary) 10%,var(--theme-paper));border-color:var(--theme-primary);color:var(--theme-primary)}.allocated-hours-view__page-btn:disabled{opacity:.4;cursor:not-allowed}.allocated-hours-view__page-number{font-size:13px;color:var(--theme-text-primary);padding:0 8px;white-space:nowrap}.allocated-hours-view__phase-clickable{cursor:pointer;padding:4px 8px;margin:-4px -8px;border-radius:var(--theme-border-radius);transition:background-color .15s;display:inline-block}.allocated-hours-view__phase-clickable:hover{background-color:color-mix(in srgb,var(--theme-primary) 15%,transparent)}.allocated-hours-view__phase-clickable:hover .allocated-hours-view__phase-code,.allocated-hours-view__phase-clickable:hover .allocated-hours-view__phase-desc{color:var(--theme-primary)}.allocated-hours-view__phase-actions{display:flex;align-items:center;gap:8px}.allocated-hours-view__round-btn{padding:2px 8px;background-color:#007bff;color:#fff;border:none;border-radius:3px;cursor:pointer;font-size:.75rem;white-space:nowrap}.allocated-hours-view__round-btn:hover{background-color:#0056b3}.allocated-hours-view__cell--clickable{cursor:pointer;transition:background-color .15s ease}.allocated-hours-view__cell--clickable:hover{background-color:color-mix(in srgb,var(--theme-primary) 15%,var(--theme-paper))!important;text-decoration:underline}.phase-batch-view__table .phase-batch-view__col-check{width:36px}.phase-batch-view__table .phase-batch-view__col-date{width:100px}.phase-batch-view__table .phase-batch-view__col-resource{width:160px}.phase-batch-view__table .phase-batch-view__col-alloc-hours{width:140px}.phase-batch-view__table .phase-batch-view__col-hours{width:130px}.phase-batch-view__table .phase-batch-view__col-nonbillable{width:90px}.phase-batch-view__table .phase-batch-view__col-edited{width:80px}.phase-batch-view__phase-code-label{font-weight:600;font-size:.938rem;color:#4da6ff}.phase-batch-view__select-all-btn{padding:2px 8px;border:1px solid var(--theme-divider);border-radius:var(--theme-border-radius);background-color:var(--theme-paper);color:var(--theme-text-primary);font-size:11px;cursor:pointer;white-space:nowrap;transition:background-color .15s,border-color .15s}.phase-batch-view__select-all-btn:hover{background-color:color-mix(in srgb,var(--theme-primary) 10%,var(--theme-paper));border-color:var(--theme-primary);color:var(--theme-primary)}.phase-batch-view__row--selected{background-color:color-mix(in srgb,var(--theme-primary) 15%,var(--theme-paper))!important}.phase-batch-view__action-bar{display:flex;align-items:center;gap:12px;padding:8px 16px;background-color:color-mix(in srgb,var(--theme-primary) 18%,var(--theme-paper));border:1px solid var(--theme-primary);border-radius:var(--theme-border-radius);margin-bottom:8px;font-size:13px}.phase-batch-view__action-bar-count{font-weight:600;color:var(--theme-text-primary);flex:1}.phase-batch-view__action-btn{padding:5px 14px;border:1px solid var(--theme-primary);border-radius:var(--theme-border-radius);background-color:var(--theme-primary);color:#fff;font-size:13px;font-weight:500;cursor:pointer;transition:background-color .15s}.phase-batch-view__action-btn:hover{background-color:color-mix(in srgb,var(--theme-primary) 80%,black)}.phase-batch-view__action-btn--clear{background-color:transparent;border-color:var(--theme-divider);color:var(--theme-text-secondary)}.phase-batch-view__action-btn--clear:hover{background-color:color-mix(in srgb,var(--theme-primary) 8%,var(--theme-paper));border-color:var(--theme-primary);color:var(--theme-primary)}.phase-batch-view__badge{display:inline-block;padding:1px 6px;border-radius:10px;font-size:10px;font-weight:600;white-space:nowrap}.phase-batch-view__badge--nb{background-color:color-mix(in srgb,var(--theme-text-secondary) 15%,var(--theme-paper));color:var(--theme-text-secondary);border:1px solid var(--theme-divider)}.phase-batch-view__badge--edited{background-color:color-mix(in srgb,var(--theme-primary) 20%,var(--theme-paper));color:#4da6ff;border:1px solid color-mix(in srgb,var(--theme-primary) 40%,transparent)}.phase-batch-dialog__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1300}.phase-batch-dialog{background-color:var(--theme-paper);border:1px solid var(--theme-divider);border-radius:var(--theme-border-radius);box-shadow:0 8px 32px #0006;width:560px;max-width:95vw;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;color:var(--theme-text-primary)}.phase-batch-dialog__header{display:flex;align-items:center;gap:12px;padding:16px 20px;border-bottom:1px solid var(--theme-divider);background-color:var(--theme-background)}.phase-batch-dialog__title{margin:0;font-size:16px;font-weight:600;color:var(--theme-text-primary);flex:1}.phase-batch-dialog__step-indicator{font-size:13px;color:var(--theme-text-secondary);white-space:nowrap}.phase-batch-dialog__close{background:none;border:none;font-size:20px;color:var(--theme-text-secondary);cursor:pointer;padding:0 4px;line-height:1}.phase-batch-dialog__close:hover{color:var(--theme-text-primary)}.phase-batch-dialog__progress{height:3px;background-color:var(--theme-divider)}.phase-batch-dialog__progress-bar{height:100%;background-color:var(--theme-primary);transition:width .3s ease}.phase-batch-dialog__body{padding:16px 20px;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:16px}.phase-batch-dialog__context{background-color:var(--theme-background);border:1px solid var(--theme-divider);border-radius:var(--theme-border-radius);padding:12px 14px;display:flex;flex-direction:column;gap:6px}.phase-batch-dialog__context-row{display:flex;align-items:flex-start;gap:12px;font-size:13px}.phase-batch-dialog__context-label{color:var(--theme-text-secondary);font-weight:500;min-width:100px;flex-shrink:0}.phase-batch-dialog__context-value{color:var(--theme-text-primary)}.phase-batch-dialog__current-phase{font-family:monospace;font-size:12px;background-color:color-mix(in srgb,var(--theme-primary) 15%,var(--theme-paper));color:#4da6ff;padding:1px 6px;border-radius:3px}.phase-batch-dialog__entries{display:flex;flex-direction:column;gap:2px;max-height:120px;overflow-y:auto;border:1px solid var(--theme-divider);border-radius:var(--theme-border-radius);padding:4px;background-color:var(--theme-background)}.phase-batch-dialog__entry{display:flex;align-items:center;gap:12px;padding:4px 8px;font-size:12px;border-radius:3px}.phase-batch-dialog__entry:hover{background-color:color-mix(in srgb,var(--theme-primary) 5%,var(--theme-background))}.phase-batch-dialog__entry--more{color:var(--theme-text-secondary);font-style:italic}.phase-batch-dialog__entry-date{color:var(--theme-text-secondary);min-width:70px}.phase-batch-dialog__entry-resource{flex:1;color:var(--theme-text-primary)}.phase-batch-dialog__entry-hours{font-weight:500;color:#4da6ff}.phase-batch-dialog__phase-picker{display:flex;flex-direction:column;gap:8px}.phase-batch-dialog__picker-header{display:flex;align-items:center;justify-content:space-between}.phase-batch-dialog__picker-label{font-size:13px;font-weight:600;color:var(--theme-text-primary)}.phase-batch-dialog__selected-indicator{font-size:12px;color:#4da6ff;font-weight:500}.phase-batch-dialog__phase-search{padding:7px 10px;border:1px solid var(--theme-divider);border-radius:var(--theme-border-radius);font-size:13px;width:100%;box-sizing:border-box;color:var(--theme-text-primary);background-color:var(--theme-background)}.phase-batch-dialog__phase-search:focus{outline:none;border-color:var(--theme-primary)}.phase-batch-dialog__phase-list{border:1px solid var(--theme-divider);border-radius:var(--theme-border-radius);max-height:220px;overflow-y:auto;background-color:var(--theme-paper)}.phase-batch-dialog__loading,.phase-batch-dialog__empty{padding:16px;text-align:center;font-size:13px;color:var(--theme-text-secondary)}.phase-batch-dialog__phase-option{display:flex;align-items:center;width:100%;padding:9px 12px;border:none;border-bottom:1px solid var(--theme-divider);background-color:var(--theme-paper);text-align:left;cursor:pointer;font-size:13px;color:var(--theme-text-primary);transition:background-color .1s}.phase-batch-dialog__phase-option:last-child{border-bottom:none}.phase-batch-dialog__phase-option:hover{background-color:color-mix(in srgb,var(--theme-primary) 8%,var(--theme-paper))}.phase-batch-dialog__phase-option--selected{background-color:color-mix(in srgb,var(--theme-primary) 18%,var(--theme-paper))!important}.phase-batch-dialog__phase-code{font-weight:600;font-family:monospace;font-size:12px;color:#4da6ff}.phase-batch-dialog__phase-desc{color:var(--theme-text-secondary);font-size:12px}.phase-batch-dialog__footer{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border-top:1px solid var(--theme-divider);background-color:var(--theme-background);gap:8px}.phase-batch-dialog__footer-nav{display:flex;align-items:center;gap:8px}.phase-batch-dialog__btn{padding:7px 16px;border-radius:var(--theme-border-radius);font-size:13px;font-weight:500;cursor:pointer;border:1px solid transparent;transition:background-color .15s,opacity .15s}.phase-batch-dialog__btn--primary{background-color:var(--theme-primary);color:#fff;border-color:var(--theme-primary)}.phase-batch-dialog__btn--primary:hover:not(:disabled){background-color:color-mix(in srgb,var(--theme-primary) 80%,black)}.phase-batch-dialog__btn--primary:disabled{opacity:.35;cursor:not-allowed}.phase-batch-dialog__btn--secondary{background-color:var(--theme-paper);color:var(--theme-text-primary);border-color:var(--theme-divider)}.phase-batch-dialog__btn--secondary:hover{background-color:color-mix(in srgb,var(--theme-primary) 8%,var(--theme-paper));border-color:var(--theme-primary);color:var(--theme-primary)}.phase-batch-dialog__btn--skip{background-color:var(--theme-paper);color:var(--theme-text-secondary);border-color:var(--theme-divider)}.phase-batch-dialog__btn--skip:hover{background-color:color-mix(in srgb,var(--theme-primary) 8%,var(--theme-paper));border-color:var(--theme-divider);color:var(--theme-text-primary)}tr.allocation-row td.allocation-row__spacer,tr.allocation-row--grouped td.allocation-row__spacer{width:40px!important;max-width:40px!important;min-width:40px!important;padding:0!important;border-left:3px solid var(--theme-primary)!important}tr.allocation-row td.allocation-row__action-bar,tr.allocation-row td.allocation-row__empty,tr.allocation-row td.allocation-row__content,tr.allocation-row--grouped td.allocation-row__action-bar,tr.allocation-row--grouped td.allocation-row__empty,tr.allocation-row--grouped td.allocation-row__content{padding:12px 16px!important;border-bottom:1px solid var(--theme-divider)!important;vertical-align:top!important;background-color:color-mix(in srgb,var(--theme-primary) 3%,var(--theme-paper))!important;overflow:visible!important;white-space:normal!important;max-width:none!important}tr.allocation-row td.allocation-row__action-bar,tr.allocation-row--grouped td.allocation-row__action-bar{padding:8px 12px!important;background-color:color-mix(in srgb,var(--theme-primary) 6%,var(--theme-paper))!important}.allocation-row__buttons{display:flex;gap:8px;align-items:center;flex-wrap:wrap}tr.allocation-row td.allocation-row__empty,tr.allocation-row--grouped td.allocation-row__empty{text-align:center!important;color:var(--theme-text-secondary)!important;font-style:italic!important}tr.allocation-row--grouped td.allocation-row__action-bar,tr.allocation-row--grouped td.allocation-row__empty,tr.allocation-row--grouped td.allocation-row__content{background-color:color-mix(in srgb,var(--theme-primary) 6%,var(--theme-paper))!important}.allocation-row__edit-btn{padding:6px 14px;background-color:#28a745;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s}.allocation-row__edit-btn:hover{background-color:#218838;transform:translateY(-1px);box-shadow:0 2px 4px #0003}.allocation-row__round-btn{padding:6px 14px;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s}.allocation-row__round-btn:hover{background-color:#0056b3;transform:translateY(-1px);box-shadow:0 2px 4px #0003}.allocation-row__add-btn{padding:6px 14px;background-color:#28a745;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s}.allocation-row__add-btn:hover{background-color:#218838;transform:translateY(-1px);box-shadow:0 2px 4px #0003}tr.allocation-row--void{opacity:.6}tr.allocation-row--void td,.allocation-row__content--void .allocation-row__label,.allocation-row__content--void .allocation-row__value{text-decoration:line-through;text-decoration-color:var(--theme-error, #f44336);color:var(--theme-text-secondary)!important}.weekly-review-view__controls{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background-color:var(--theme-background);border:1px solid var(--theme-divider);border-bottom:none;border-radius:var(--theme-border-radius) var(--theme-border-radius) 0 0;gap:16px;flex-wrap:wrap}.weekly-review-view__expand-controls{display:flex;gap:8px}.weekly-review-view__control-btn{padding:6px 12px;font-size:13px;background-color:var(--theme-paper);color:var(--theme-text-primary);border:1px solid var(--theme-divider);border-radius:var(--theme-border-radius);cursor:pointer;transition:background-color .2s,border-color .2s}.weekly-review-view__control-btn:hover{background-color:color-mix(in srgb,var(--theme-primary) 10%,var(--theme-paper));border-color:var(--theme-primary);color:var(--theme-primary)}.weekly-review-view__pagination{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.weekly-review-view__page-info{font-size:13px;color:var(--theme-text-secondary);white-space:nowrap}.weekly-review-view__page-size{padding:6px 10px;font-size:13px;background-color:var(--theme-paper);color:var(--theme-text-primary);border:1px solid var(--theme-divider);border-radius:var(--theme-border-radius);cursor:pointer}.weekly-review-view__page-size:focus{outline:none;border-color:var(--theme-primary)}.weekly-review-view__page-buttons{display:flex;align-items:center;gap:4px}.weekly-review-view__page-btn{padding:6px 10px;font-size:13px;font-weight:600;background-color:var(--theme-paper);color:var(--theme-text-primary);border:1px solid var(--theme-divider);border-radius:var(--theme-border-radius);cursor:pointer;transition:background-color .2s,border-color .2s;min-width:32px}.weekly-review-view__page-btn:hover:not(:disabled){background-color:color-mix(in srgb,var(--theme-primary) 10%,var(--theme-paper));border-color:var(--theme-primary);color:var(--theme-primary)}.weekly-review-view__page-btn:disabled{opacity:.4;cursor:not-allowed}.weekly-review-view__page-number{font-size:13px;color:var(--theme-text-primary);padding:0 8px;white-space:nowrap}.weekly-review-view__table-wrapper{flex:1;overflow-x:auto;overflow-y:auto;border:1px solid var(--theme-divider);border-radius:var(--theme-border-radius);background-color:var(--theme-paper);box-shadow:0 1px 3px color-mix(in srgb,var(--theme-text-primary) 10%,transparent);position:relative;min-height:0}.weekly-review-view__table-container{display:flex;flex-direction:column;flex:1;min-height:0;border:1px solid var(--theme-divider);border-radius:var(--theme-border-radius);background-color:var(--theme-paper);box-shadow:0 1px 3px color-mix(in srgb,var(--theme-text-primary) 10%,transparent);overflow:hidden}.weekly-review-view__table-header{flex-shrink:0;overflow-x:hidden;background-color:var(--theme-background);border-bottom:2px solid var(--theme-divider)}.weekly-review-view__table-body-container{flex:1;overflow-y:auto;overflow-x:auto;min-height:200px;max-height:calc(100vh - 350px)}.weekly-review-view__table-footer{flex-shrink:0;overflow-x:hidden;background-color:var(--theme-background);border-top:2px solid var(--theme-primary)}.weekly-review-view__table--virtual{table-layout:fixed}.weekly-review-view__table--virtual tbody{display:block}.weekly-review-view__table--virtual tr{display:table;width:100%;table-layout:fixed;box-sizing:border-box}.weekly-review-view__table--virtual td{vertical-align:middle;height:100%;box-sizing:border-box}.weekly-review-view__table{width:100%;border-collapse:collapse;min-width:600px;background-color:var(--theme-paper)}.weekly-review-view__table thead{position:sticky;top:0;z-index:10}.weekly-review-view__header-cell{background-color:var(--theme-background);border-bottom:2px solid var(--theme-divider);padding:12px 16px;font-weight:600;text-align:center;color:var(--theme-text-primary);white-space:nowrap}.weekly-review-view__header-cell--sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s,color .2s}.weekly-review-view__header-cell--sortable:hover{background-color:color-mix(in srgb,var(--theme-primary) 10%,var(--theme-background));color:var(--theme-primary)}.weekly-review-view__header-cell--sorted{background-color:color-mix(in srgb,var(--theme-primary) 15%,var(--theme-background));color:var(--theme-primary)}.weekly-review-view__header-cell--resource{text-align:left;width:180px;min-width:180px;position:sticky;left:0;z-index:11;background-color:var(--theme-background)}.weekly-review-view__header-cell--job{text-align:left;width:200px;min-width:200px;position:sticky;left:180px;z-index:11;background-color:var(--theme-background)}.weekly-review-view__header-cell--date{width:100px;min-width:100px}.weekly-review-view__header-cell--total{width:90px;min-width:90px;background-color:color-mix(in srgb,var(--theme-primary) 8%,var(--theme-background))}.weekly-review-view__resource-row{background-color:color-mix(in srgb,var(--theme-primary) 5%,var(--theme-paper));cursor:pointer;transition:background-color .2s;min-height:42px}.weekly-review-view__resource-row:hover{background-color:color-mix(in srgb,var(--theme-primary) 12%,var(--theme-paper))}.weekly-review-view__job-row{transition:background-color .2s;min-height:36px}.weekly-review-view__job-row:hover{background-color:color-mix(in srgb,var(--theme-primary) 3%,var(--theme-paper))}.weekly-review-view__cell{border-bottom:1px solid var(--theme-divider);padding:10px 12px;text-align:center;color:var(--theme-text-primary);vertical-align:middle;line-height:1.3}.weekly-review-view__cell--resource-header{text-align:left;font-weight:600;width:180px;min-width:180px;position:sticky;left:0;background-color:color-mix(in srgb,var(--theme-primary) 5%,var(--theme-paper));z-index:5;border-right:1px solid var(--theme-divider);word-wrap:break-word;overflow-wrap:break-word;white-space:normal}.weekly-review-view__resource-row:hover .weekly-review-view__cell--resource-header{background-color:color-mix(in srgb,var(--theme-primary) 12%,var(--theme-paper))}.weekly-review-view__cell--job-header{text-align:left;width:200px;min-width:200px;position:sticky;left:180px;background-color:color-mix(in srgb,var(--theme-primary) 5%,var(--theme-paper));z-index:5;border-right:1px solid var(--theme-divider);word-wrap:break-word;overflow-wrap:break-word;white-space:normal}.weekly-review-view__resource-row:hover .weekly-review-view__cell--job-header{background-color:color-mix(in srgb,var(--theme-primary) 12%,var(--theme-paper))}.weekly-review-view__header-hours-value{cursor:pointer;padding:4px 8px;border-radius:4px;transition:background-color .2s,color .2s;display:inline-block}.weekly-review-view__header-hours-value:hover{background-color:color-mix(in srgb,var(--theme-primary) 20%,var(--theme-paper));color:var(--theme-primary);outline:1px solid color-mix(in srgb,var(--theme-primary) 40%,transparent)}.weekly-review-view__header-hours-value--disabled{cursor:default;opacity:.7}.weekly-review-view__header-hours-value--disabled:hover{background-color:transparent;color:inherit;outline:none}.weekly-review-view__expand-icon{display:inline-block;width:16px;margin-right:8px;font-size:10px;color:var(--theme-text-secondary)}.weekly-review-view__cell--resource-indent{text-align:left;width:180px;min-width:180px;position:sticky;left:0;background-color:var(--theme-paper);z-index:5;border-right:1px solid var(--theme-divider);word-wrap:break-word;overflow-wrap:break-word}.weekly-review-view__job-row:hover .weekly-review-view__cell--resource-indent{background-color:color-mix(in srgb,var(--theme-primary) 3%,var(--theme-paper))}.weekly-review-view__cell--job{text-align:left;width:200px;min-width:200px;position:sticky;left:180px;background-color:var(--theme-paper);z-index:5;border-right:1px solid var(--theme-divider);padding-left:24px;word-wrap:break-word;overflow-wrap:break-word}.weekly-review-view__job-row:hover .weekly-review-view__cell--job{background-color:color-mix(in srgb,var(--theme-primary) 3%,var(--theme-paper))}.weekly-review-view__job-display{font-weight:500;color:var(--theme-text-primary);font-size:13px;word-wrap:break-word;overflow-wrap:break-word;white-space:normal}.weekly-review-view__cell--resource{text-align:left;font-weight:500;position:sticky;left:0;background-color:var(--theme-paper);z-index:5;border-right:1px solid var(--theme-divider)}.weekly-review-view__resource-link{cursor:pointer;padding:4px 8px;border-radius:4px;transition:background-color .2s,color .2s;display:inline-block;word-wrap:break-word;overflow-wrap:break-word;white-space:normal;max-width:100%}.weekly-review-view__resource-link:hover{background-color:color-mix(in srgb,var(--theme-primary) 15%,var(--theme-paper));color:var(--theme-primary);text-decoration:underline}.weekly-review-view__resource-link--disabled{cursor:default;opacity:.7}.weekly-review-view__resource-link--disabled:hover{background-color:transparent;color:inherit;text-decoration:none}.weekly-review-view__row:hover .weekly-review-view__cell--resource{background-color:color-mix(in srgb,var(--theme-primary) 5%,var(--theme-paper))}.weekly-review-view__cell--hours{width:100px;min-width:100px}.weekly-review-view__cell--hours-header{width:100px;min-width:100px;font-weight:500;color:var(--theme-text-secondary)}.weekly-review-view__cell--total{width:90px;min-width:90px;background-color:color-mix(in srgb,var(--theme-primary) 5%,var(--theme-paper));font-weight:600;color:#4da6ff}.weekly-review-view__cell--total-header{width:90px;min-width:90px;background-color:color-mix(in srgb,var(--theme-primary) 10%,var(--theme-paper));color:#4da6ff}.weekly-review-view__empty-cell{color:var(--theme-text-secondary)}.weekly-review-view__editable-value{cursor:pointer;padding:4px 8px;border-radius:4px;transition:background-color .2s;display:inline-block;min-width:40px}.weekly-review-view__editable-value:hover{background-color:color-mix(in srgb,var(--theme-primary) 10%,var(--theme-paper));outline:1px solid color-mix(in srgb,var(--theme-primary) 30%,transparent)}.weekly-review-view__editable-value--edited{background-color:color-mix(in srgb,var(--theme-warning, #ff9800) 20%,var(--theme-paper));font-weight:600;border:1px solid var(--theme-warning, #ff9800)}.weekly-review-view__editable-value--edited:hover{background-color:color-mix(in srgb,var(--theme-warning, #ff9800) 30%,var(--theme-paper));outline:1px solid var(--theme-warning, #ff9800)}.weekly-review-view__multi-indicator{font-size:11px;color:var(--theme-text-secondary);font-weight:600}.weekly-review-view__editable-value--all-non-billable{color:var(--theme-warning, #ff9800);font-weight:600}.weekly-review-view__editable-value--all-non-billable:hover{background-color:color-mix(in srgb,var(--theme-warning, #ff9800) 15%,var(--theme-paper));outline:1px solid color-mix(in srgb,var(--theme-warning, #ff9800) 40%,transparent)}.weekly-review-view__editable-value--mixed-billable{border-left:3px solid var(--theme-warning, #ff9800);padding-left:5px}.weekly-review-view__non-billable-badge{display:inline-block;margin-left:4px;padding:1px 4px;font-size:9px;font-weight:700;background-color:var(--theme-warning, #ff9800);color:#fff;border-radius:3px;vertical-align:super;line-height:1}.weekly-review-view__mixed-badge{display:inline-block;margin-left:4px;padding:0 4px;font-size:12px;font-weight:700;color:var(--theme-warning, #ff9800);vertical-align:middle;line-height:1}.weekly-review-view__input{width:80px;padding:4px 8px;border:2px solid var(--theme-primary);border-radius:4px;background-color:var(--theme-paper);color:var(--theme-text-primary);font-size:14px;text-align:center;transition:border-color .2s}.weekly-review-view__input:focus{outline:none;border-color:var(--theme-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--theme-primary) 20%,transparent)}.weekly-review-view__table tfoot{position:sticky;bottom:0;z-index:10}.weekly-review-view__totals-row{background-color:var(--theme-background);font-weight:600;border-top:2px solid var(--theme-primary)}.weekly-review-view__totals-row:hover{background-color:var(--theme-background);cursor:default}.weekly-review-view__totals-row .weekly-review-view__cell{border-bottom:none;padding:14px 16px}.weekly-review-view__totals-row .weekly-review-view__cell--resource{position:sticky;left:0;background-color:var(--theme-background);z-index:5}.weekly-review-view__cell--footer{text-align:left;width:180px;min-width:180px;position:sticky;left:0;background-color:var(--theme-background);z-index:5;border-bottom:none;vertical-align:middle}.weekly-review-view__cell--footer+.weekly-review-view__cell--footer{width:200px;min-width:200px;left:180px}.weekly-review-view__cell--footer-total{width:100px;min-width:100px;border-bottom:none;font-weight:700;font-size:1rem;color:#4da6ff;vertical-align:middle}.weekly-review-view__totals-row .weekly-review-view__cell--total{font-weight:700;font-size:1rem;color:#4da6ff}.multi-entry-edit-dialog__entries{display:flex;flex-direction:column;gap:12px;margin:16px 0;max-height:400px;overflow-y:auto}.multi-entry-edit-dialog__entry{display:flex;justify-content:space-between;align-items:flex-start;padding:12px;border:1px solid var(--theme-divider);border-radius:var(--theme-border-radius);background-color:var(--theme-background);gap:16px}.multi-entry-edit-dialog__entry:hover{background-color:color-mix(in srgb,var(--theme-primary) 3%,var(--theme-background))}.multi-entry-edit-dialog__entry-info{flex:1;min-width:0}.multi-entry-edit-dialog__job{font-weight:600;color:var(--theme-text-primary);font-size:14px;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.multi-entry-edit-dialog__date{font-size:13px;color:var(--theme-primary);font-weight:500;margin-bottom:2px}.multi-entry-edit-dialog__meta{font-size:12px;color:var(--theme-text-secondary)}.multi-entry-edit-dialog__non-billable{color:var(--theme-warning, #ff9800);font-weight:600}.multi-entry-edit-dialog__controls{display:flex;flex-direction:column;gap:8px;align-items:flex-start}.multi-entry-edit-dialog__hours-input{display:flex;align-items:center;gap:8px}.multi-entry-edit-dialog__crew-input{display:flex;align-items:center;justify-content:flex-start;gap:8px}.multi-entry-edit-dialog__hours-input .dialog__input{width:100px;text-align:center}.multi-entry-edit-dialog__hours-label{color:var(--theme-text-secondary);font-size:13px;white-space:nowrap}.multi-entry-edit-dialog__checkbox-label{display:flex;align-items:center;gap:6px;cursor:pointer;padding:4px 8px;border-radius:var(--theme-border-radius);transition:background-color .2s;-webkit-user-select:none;user-select:none}.multi-entry-edit-dialog__checkbox-label:hover{background-color:color-mix(in srgb,var(--theme-primary) 5%,transparent)}.multi-entry-edit-dialog__checkbox{width:18px;height:18px;cursor:pointer;accent-color:var(--theme-warning, #ff9800)}.multi-entry-edit-dialog__checkbox-text{font-size:13px;color:var(--theme-text-primary);white-space:nowrap}.multi-entry-edit-dialog__total{padding:12px;margin-top:8px;background-color:color-mix(in srgb,var(--theme-primary) 10%,transparent);border-radius:var(--theme-border-radius);text-align:right;color:var(--theme-text-primary);font-size:16px}.multi-entry-edit-dialog__entry--voided{opacity:.6;background-color:color-mix(in srgb,var(--theme-error, #d32f2f) 5%,var(--theme-background))!important}.multi-entry-edit-dialog__entry--voided .multi-entry-edit-dialog__job,.multi-entry-edit-dialog__entry--voided .multi-entry-edit-dialog__date{text-decoration:line-through}.multi-entry-edit-dialog__checkbox-label--void .multi-entry-edit-dialog__checkbox{accent-color:var(--theme-error, #d32f2f)}.multi-entry-edit-dialog__checkbox-label--void .multi-entry-edit-dialog__checkbox-text{color:var(--theme-error, #d32f2f);font-weight:600}.hourly-time-grid{color:var(--theme-text-primary);height:calc(100vh - 90px);max-height:calc(100vh - 90px);overflow:hidden;position:relative}.hourly-time-grid__layout{display:flex;height:100%;width:100%;overflow:hidden}.hourly-time-grid__main{flex:1;display:flex;flex-direction:column;overflow:hidden;padding-left:20px;padding-right:20px;padding-bottom:10px;transition:margin-left .3s ease;height:100%}.hourly-time-grid__header{margin-bottom:10px;display:flex;flex-direction:column;gap:12px;flex-shrink:0}.hourly-time-grid__header-actions{display:flex;gap:12px;align-items:center}.filter-toggle-button{display:flex;align-items:center;gap:8px;padding:10px 16px;border:solid 1px var(--theme-divider);border-radius:var(--theme-border-radius, 4px);color:var(--mud-palette-text-primary);background-color:transparent;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #0000001a}.filter-toggle-button:hover{box-shadow:0 3px 6px #00000026;transform:translateY(-1px)}.filter-toggle-button:active{transform:translateY(0);box-shadow:0 1px 2px #0000001a}.filter-icon{font-size:16px;display:inline-block;margin-right:auto}.hourly-time-grid__toolbar{display:flex;justify-content:flex-start;align-items:center;margin:16px 0;gap:16px;flex-wrap:wrap;flex-shrink:0}.hourly-time-grid__search-container{position:relative;flex:1;min-width:300px;max-width:500px}.hourly-time-grid__search-input{width:100%;padding:10px 40px 10px 16px;border:1px solid var(--theme-divider);border-radius:var(--theme-border-radius);font-size:14px;background-color:var(--theme-paper);color:var(--theme-text-primary);transition:border-color .2s,box-shadow .2s}.hourly-time-grid__search-input:focus{outline:none;border-color:var(--theme-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--theme-primary) 10%,transparent)}.hourly-time-grid__search-input::placeholder{color:var(--theme-text-secondary)}.hourly-time-grid__clear-btn{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--theme-text-secondary);font-size:18px;cursor:pointer;padding:4px 8px;border-radius:var(--theme-border-radius);transition:background-color .2s,color .2s}.hourly-time-grid__clear-btn:hover{background-color:color-mix(in srgb,var(--theme-text-primary) 5%,transparent);color:var(--theme-text-primary)}.hourly-time-grid__stats{font-size:14px;color:var(--theme-text-secondary);white-space:nowrap}.hourly-time-grid__loading{display:flex;justify-content:center;align-items:center;padding:40px;font-size:16px;color:var(--theme-text-secondary)}.hourly-time-grid__table-loading{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;background-color:color-mix(in srgb,var(--theme-paper) 80%,transparent);z-index:20;font-size:16px;color:var(--theme-text-secondary)}.hourly-time-grid__error{padding:20px;background-color:color-mix(in srgb,var(--theme-error) 10%,transparent);border:1px solid color-mix(in srgb,var(--theme-error) 30%,transparent);border-radius:var(--theme-border-radius);color:var(--theme-error);flex-shrink:0}.hourly-time-grid__table-wrapper{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.hourly-time-grid__table-container{flex:1;overflow-y:auto;overflow-x:auto;border:1px solid var(--theme-divider);border-radius:var(--theme-border-radius);background-color:var(--theme-paper);box-shadow:0 1px 3px color-mix(in srgb,var(--theme-text-primary) 10%,transparent);position:relative;min-height:0}.hourly-time-grid__controls-bar+.hourly-time-grid__table-wrapper .hourly-time-grid__table-container,.hourly-time-grid__controls-bar+.hourly-time-grid__table-wrapper{border-radius:0 0 var(--theme-border-radius) var(--theme-border-radius)}.hourly-time-grid__table{width:100%;border-collapse:collapse;background-color:var(--theme-paper);table-layout:fixed}.hourly-time-grid__table thead{position:sticky;top:0;z-index:10;background-color:var(--theme-background)}.hourly-time-grid__table th{background-color:var(--theme-background);padding:12px 16px;text-align:left;font-weight:600;border-bottom:2px solid var(--theme-divider);color:var(--theme-text-primary)}.sortable-header:hover{color:var(--theme-primary)}.hourly-time-grid__table td{padding:12px 16px;border-bottom:1px solid var(--theme-divider);color:var(--theme-text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hourly-time-grid__table tbody tr:hover{background-color:color-mix(in srgb,var(--theme-primary) 5%,var(--theme-paper));cursor:pointer}.hourly-time-grid__table tbody tr:last-child td{border-bottom:none}.hourly-time-grid__detail-key{font-weight:500;color:#4da6ff}.hourly-time-grid__resource{color:var(--theme-text-primary)}.hourly-time-grid__user{font-weight:500}.hourly-time-grid__date{color:var(--theme-text-secondary);white-space:nowrap}.hourly-time-grid__hours{text-align:right;font-weight:500;color:#4da6ff}.skeleton-row{animation:pulse 1.5s ease-in-out infinite}.skeleton-row td{padding:12px 16px}.skeleton-cell{height:16px;background:linear-gradient(90deg,color-mix(in srgb,var(--theme-divider) 60%,transparent),color-mix(in srgb,var(--theme-divider) 40%,transparent),color-mix(in srgb,var(--theme-divider) 60%,transparent));background-size:200% 100%;border-radius:4px;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.empty-state-row{cursor:default}.empty-state-row:hover{background-color:transparent!important}.empty-state-cell{padding:0!important;border-bottom:none!important}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 40px;text-align:center;gap:16px}.empty-state__icon{font-size:64px;opacity:.3;filter:grayscale(1)}.empty-state__title{font-size:20px;font-weight:600;color:var(--theme-text-primary);margin:0}.empty-state__message{font-size:14px;color:var(--theme-text-secondary);max-width:400px;line-height:1.5}.hourly-time-grid__empty{padding:40px;text-align:center;color:var(--theme-text-secondary);font-style:italic}.hourly-time-grid__controls-bar{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background-color:var(--theme-background);border:1px solid var(--theme-divider);border-bottom:none;border-radius:var(--theme-border-radius) var(--theme-border-radius) 0 0;gap:16px;flex-wrap:wrap}.hourly-time-grid__expand-controls{display:flex;gap:8px}.hourly-time-grid__control-btn{padding:6px 12px;font-size:13px;background-color:var(--theme-paper);color:var(--theme-text-primary);border:1px solid var(--theme-divider);border-radius:var(--theme-border-radius);cursor:pointer;transition:background-color .2s,border-color .2s}.hourly-time-grid__control-btn:hover{background-color:color-mix(in srgb,var(--theme-primary) 10%,var(--theme-paper));border-color:var(--theme-primary);color:var(--theme-primary)}.hourly-time-grid__pagination-controls{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.hourly-time-grid__page-info{font-size:13px;color:var(--theme-text-secondary);white-space:nowrap}.hourly-time-grid__page-size-select{padding:6px 10px;font-size:13px;background-color:var(--theme-paper);color:var(--theme-text-primary);border:1px solid var(--theme-divider);border-radius:var(--theme-border-radius);cursor:pointer}.hourly-time-grid__page-size-select:focus{outline:none;border-color:var(--theme-primary)}.hourly-time-grid__page-buttons{display:flex;align-items:center;gap:4px}.hourly-time-grid__page-btn{padding:6px 10px;font-size:13px;font-weight:600;background-color:var(--theme-paper);color:var(--theme-text-primary);border:1px solid var(--theme-divider);border-radius:var(--theme-border-radius);cursor:pointer;transition:background-color .2s,border-color .2s;min-width:32px}.hourly-time-grid__page-btn:hover:not(:disabled){background-color:color-mix(in srgb,var(--theme-primary) 10%,var(--theme-paper));border-color:var(--theme-primary);color:var(--theme-primary)}.hourly-time-grid__page-btn:disabled{opacity:.4;cursor:not-allowed}.hourly-time-grid__page-number{font-size:13px;color:var(--theme-text-primary);padding:0 8px;white-space:nowrap}.hourly-time-grid__pagination{display:flex;align-items:center;gap:12px;padding:16px;background-color:var(--theme-background);border-top:1px solid var(--theme-divider);flex-shrink:0}.hourly-time-grid__pagination-btn{padding:6px 12px;border:1px solid var(--theme-divider);background-color:var(--theme-paper);color:var(--theme-text-primary);cursor:pointer;border-radius:var(--theme-border-radius);font-size:14px;transition:background-color .2s}.hourly-time-grid__pagination-btn:hover:not(:disabled){background-color:color-mix(in srgb,var(--theme-primary) 10%,var(--theme-paper))}.hourly-time-grid__pagination-btn:disabled{cursor:not-allowed;opacity:.5;background-color:var(--theme-background)}.hourly-time-grid__pagination-info{font-size:14px;color:var(--theme-text-primary)}.hourly-time-grid__pagination-input{width:60px;padding:4px 8px;margin-left:8px;border:1px solid var(--theme-divider);border-radius:var(--theme-border-radius);background-color:var(--theme-paper);color:var(--theme-text-primary);font-size:14px}.hourly-time-grid__pagination-select{padding:6px 12px;border:1px solid var(--theme-divider);border-radius:var(--theme-border-radius);font-size:14px;background-color:var(--theme-paper);color:var(--theme-text-primary);cursor:pointer}.hourly-time-grid__pagination-select:hover{background-color:color-mix(in srgb,var(--theme-primary) 5%,var(--theme-paper))}.hourly-time-grid__actions{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;margin-bottom:16px;background-color:color-mix(in srgb,var(--theme-warning, #ff9800) 10%,transparent);border-left:4px solid var(--theme-warning, #ff9800);border-radius:var(--theme-border-radius);gap:16px;flex-shrink:0}.hourly-time-grid__changes-summary{font-weight:600;color:var(--theme-text-primary);font-size:14px}.hourly-time-grid__action-buttons{display:flex;gap:12px}.hourly-time-grid__btn{padding:8px 16px;border:none;border-radius:var(--theme-border-radius);font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.hourly-time-grid__btn:disabled{opacity:.6;cursor:not-allowed}.hourly-time-grid__btn--save{background-color:var(--theme-success, #4caf50);color:#fff}.hourly-time-grid__btn--save:hover:not(:disabled){background-color:color-mix(in srgb,var(--theme-success, #4caf50) 85%,black);box-shadow:0 2px 4px #0003}.hourly-time-grid__btn--discard{background-color:var(--theme-paper);color:var(--theme-text-primary);border:1px solid var(--theme-divider)}.hourly-time-grid__btn--discard:hover:not(:disabled){background-color:color-mix(in srgb,var(--theme-error, #f44336) 10%,var(--theme-paper));border-color:var(--theme-error, #f44336);color:var(--theme-error, #f44336)}.hourly-time-grid__btn--filter{background-color:var(--theme-paper);color:var(--theme-text-primary);border:1px solid var(--theme-divider)}.hourly-time-grid__btn--filter:hover:not(:disabled){background-color:color-mix(in srgb,var(--theme-primary) 10%,var(--theme-paper));border-color:var(--theme-primary)}.hourly-time-grid__btn--filter-active{background-color:var(--theme-primary);color:#fff;border-color:var(--theme-primary)}.hourly-time-grid__btn--filter-active:hover:not(:disabled){background-color:color-mix(in srgb,var(--theme-primary) 85%,black)}.hourly-time-grid__btn--custom-fields{background:none;color:var(--mud-palette-text-primary);border:none;padding:8px 12px;font-size:14px;transition:all .2s}.hourly-time-grid__btn--custom-fields:hover{background-color:#ffffff0d;color:#ffffffe6}.hourly-time-grid__btn--clear-grouping{background-color:var(--theme-paper);color:var(--theme-text-primary);border:1px solid var(--theme-divider);display:flex;align-items:center;gap:6px;white-space:nowrap}.hourly-time-grid__btn--clear-grouping:hover:not(:disabled){background-color:color-mix(in srgb,var(--theme-error, #f44336) 10%,var(--theme-paper));border-color:var(--theme-error, #f44336);color:var(--theme-error, #f44336)}.hourly-time-grid__editable-value{display:inline-block;padding:4px 8px;border-radius:4px;cursor:pointer;transition:background-color .2s;min-width:40px;text-align:center}.hourly-time-grid__readonly-value{display:inline-block;padding:4px 8px;min-width:40px;text-align:center}.hourly-time-grid__editable-value:hover{background-color:color-mix(in srgb,var(--theme-primary) 10%,var(--theme-paper));outline:1px solid color-mix(in srgb,var(--theme-primary) 30%,transparent)}.hourly-time-grid__editable-value--edited{background-color:color-mix(in srgb,var(--theme-warning, #ff9800) 20%,var(--theme-paper));font-weight:600;border:1px solid var(--theme-warning, #ff9800)}.hourly-time-grid__editable-value--edited:hover{background-color:color-mix(in srgb,var(--theme-warning, #ff9800) 30%,var(--theme-paper));outline:1px solid var(--theme-warning, #ff9800)}.hourly-time-grid__editable-input{width:80px;padding:4px 8px;border:2px solid var(--theme-primary);border-radius:4px;background-color:var(--theme-paper);color:var(--theme-text-primary);font-size:14px;text-align:center;transition:border-color .2s}.hourly-time-grid__editable-input:focus{outline:none;border-color:var(--theme-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--theme-primary) 20%,transparent)}.hourly-time-grid__edit-note{padding:12px 16px;margin-bottom:16px;background-color:color-mix(in srgb,var(--theme-primary) 10%,transparent);border-left:4px solid var(--theme-primary);border-radius:var(--theme-border-radius);color:var(--theme-text-primary);font-size:14px}.hourly-time-grid__updating{display:inline-block;padding:4px 8px;color:var(--theme-text-secondary);font-style:italic;font-size:13px;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}.expand-button{background:none;border:none;cursor:pointer;padding:4px 8px;color:var(--theme-text-primary);font-size:14px;transition:all .2s;border-radius:4px;display:flex;align-items:center;justify-content:center}.expand-button:hover{background-color:color-mix(in srgb,var(--theme-primary) 10%,var(--theme-paper));color:var(--theme-primary)}.expand-button:active{transform:scale(.95)}.row-expanded{background-color:color-mix(in srgb,var(--theme-primary) 3%,var(--theme-paper))}.allocation-row{background-color:color-mix(in srgb,var(--theme-primary) 3%,var(--theme-paper));border-left:3px solid var(--theme-primary)}.allocation-row--grouped,.allocation-row__action-bar{background-color:color-mix(in srgb,var(--theme-primary) 6%,var(--theme-paper));border-left:3px solid var(--theme-primary)}.allocation-row--grouped .allocation-row__spacer{width:40px;min-width:40px}.allocation-row--grouped .allocation-row__content{padding-left:8px}.allocation-row__spacer{width:40px;padding:0}.allocation-row__content{padding:12px 16px;white-space:normal;overflow:visible}.allocation-row__empty{text-align:center;color:var(--theme-text-secondary);font-style:italic;padding:16px}.allocation-row__details{display:grid;grid-template-columns:auto 1fr auto 1fr auto 1fr auto 1fr;gap:8px 16px;align-items:center;padding:8px 12px;background-color:var(--theme-paper);border-radius:var(--theme-border-radius);border:1px solid var(--theme-divider)}.allocation-row__label{font-weight:600;color:var(--theme-text-secondary);font-size:13px;white-space:nowrap}.allocation-row__value{color:var(--theme-text-primary);font-size:14px}.allocation-row__value--non-billable{color:var(--theme-warning, #ff9800);font-weight:600}.row-checkbox{width:18px;height:18px;cursor:pointer;accent-color:var(--theme-primary)}.row-checkbox:hover{transform:scale(1.1)}.multi-select-action-bar{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;margin-bottom:16px;background-color:color-mix(in srgb,var(--theme-primary) 10%,transparent);border-left:4px solid var(--theme-primary);border-radius:var(--theme-border-radius);gap:16px;flex-wrap:wrap;flex-shrink:0}.multi-select-action-bar__info{display:flex;align-items:center;gap:16px}.multi-select-action-bar__count{font-weight:600;color:var(--theme-text-primary);font-size:14px}.multi-select-action-bar__clear-btn{padding:6px 12px;background-color:var(--theme-paper);color:var(--theme-text-primary);border:1px solid var(--theme-divider);border-radius:var(--theme-border-radius);font-size:13px;cursor:pointer;transition:all .2s}.multi-select-action-bar__clear-btn:hover{background-color:color-mix(in srgb,var(--theme-error, #f44336) 10%,var(--theme-paper));border-color:var(--theme-error, #f44336);color:var(--theme-error, #f44336)}.multi-select-action-bar__actions{display:flex;gap:12px;align-items:center}.multi-select-action-bar__update-btn{padding:8px 16px;background-color:var(--theme-primary);color:#fff;border:none;border-radius:var(--theme-border-radius);font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.multi-select-action-bar__update-btn:hover{background-color:color-mix(in srgb,var(--theme-primary) 85%,black);box-shadow:0 2px 4px #0003}.multi-select-action-bar__void-btn{background-color:var(--theme-error, #f44336)!important}.multi-select-action-bar__void-btn:hover{background-color:color-mix(in srgb,var(--theme-error, #f44336) 85%,black)!important}.dialog-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease}.dialog{background-color:var(--theme-paper);border-radius:var(--theme-border-radius);box-shadow:0 4px 20px #0000004d;max-width:500px;width:90%;max-height:90vh;overflow:auto;animation:slideIn .2s ease}.dialog__header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid var(--theme-divider)}.dialog__close-btn{background:none;border:none;font-size:28px;color:var(--theme-text-secondary);cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.dialog__content{padding:24px}.dialog__message{margin:0 0 20px;color:var(--theme-text-primary);font-size:14px;line-height:1.5}.dialog__input-group{display:flex;flex-direction:column;gap:8px}.dialog__label{font-weight:500;color:var(--theme-text-primary);font-size:14px}.dialog__input{padding:10px 12px;border:1px solid var(--theme-divider);border-radius:var(--theme-border-radius);background-color:var(--theme-background);color:var(--theme-text-primary);font-size:14px;transition:border-color .2s}.dialog__input:focus{outline:none;border-color:var(--theme-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--theme-primary) 20%,transparent)}.dialog__btn--confirm:hover{background-color:color-mix(in srgb,var(--theme-primary) 85%,black);box-shadow:0 2px 4px #0003}.dialog__description{margin:0 0 20px;color:var(--theme-text-primary);font-size:14px;line-height:1.5}.dialog__button{padding:10px 20px;border:none;border-radius:var(--theme-border-radius);font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.dialog__button--secondary{background-color:var(--theme-paper);color:var(--theme-text-primary);border:1px solid var(--theme-divider)}.dialog__button--secondary:hover{background-color:color-mix(in srgb,var(--theme-text-primary) 5%,var(--theme-paper))}.dialog__button--primary{background-color:var(--theme-primary);color:#fff}.dialog__button--primary:hover{background-color:color-mix(in srgb,var(--theme-primary) 85%,black);box-shadow:0 2px 4px #0003}.dialog__checkbox-label{display:flex;align-items:center;gap:10px;cursor:pointer;color:var(--theme-text-primary);font-size:14px;padding:8px;border-radius:var(--theme-border-radius);transition:background-color .2s}.dialog__checkbox-label:hover{background-color:color-mix(in srgb,var(--theme-primary) 5%,transparent)}.dialog__checkbox{width:20px;height:20px;cursor:pointer;accent-color:var(--theme-primary)}.non-billable-checkbox-container{display:flex;align-items:center;gap:8px;cursor:pointer;padding:4px;border-radius:4px;transition:background-color .2s}.non-billable-checkbox-container:hover{background-color:color-mix(in srgb,var(--theme-primary) 5%,transparent)}.non-billable-checkbox{width:18px;height:18px;cursor:pointer;accent-color:var(--theme-primary);transition:transform .2s}.non-billable-checkbox:hover{transform:scale(1.1)}.non-billable-checkbox--edited{accent-color:var(--theme-warning, #ff9800)}.non-billable-label{font-size:14px;color:var(--theme-text-primary);-webkit-user-select:none;user-select:none}.voided-row{opacity:.6}.voided-row td{text-decoration:line-through;text-decoration-color:var(--theme-error, #f44336);color:var(--theme-text-secondary)!important}.pto-row{background-color:color-mix(in srgb,var(--theme-info, #2196f3) 8%,var(--theme-paper))!important}.pto-row:hover{background-color:color-mix(in srgb,var(--theme-info, #2196f3) 12%,var(--theme-paper))!important}.error-row{background-color:color-mix(in srgb,var(--theme-error, #f44336) 8%,var(--theme-paper))!important}.error-row:hover{background-color:color-mix(in srgb,var(--theme-error, #f44336) 12%,var(--theme-paper))!important}.row-menu-button{color:var(--theme-text-secondary)!important;padding:4px!important}.row-menu-button:hover{color:var(--theme-text-primary)!important;background-color:color-mix(in srgb,var(--theme-text-secondary) 10%,transparent)!important}.row-menu .MuiPaper-root{background-image:none!important;--Paper-overlay: none !important;color:var(--theme-text-primary)!important;border:1px solid var(--theme-divider, rgba(255, 255, 255, .12))!important}.row-menu .MuiMenuItem-root{color:var(--theme-text-primary)!important;font-size:.875rem;padding:8px 16px}.row-menu .MuiMenuItem-root:hover{background-color:color-mix(in srgb,var(--theme-primary) 10%,var(--theme-paper))!important}.hourly-time-grid__toolbar{display:flex;justify-content:flex-start;align-items:center;gap:12px}.hourly-time-grid__edit-actions{display:flex;align-items:center;gap:12px;margin-left:auto;margin-right:8px;padding:8px 12px;background-color:color-mix(in srgb,var(--theme-warning, #ff9800) 10%,transparent);border-left:3px solid var(--theme-warning, #ff9800);border-radius:var(--theme-border-radius)}.hourly-time-grid__toolbar-actions{display:flex;align-items:center;border:solid 1px var(--theme-divider);border-radius:var(--theme-border-radius, 4px);gap:8px}.refresh-button{color:var(--mud-palette-text-primary)!important;padding:8px!important}.refresh-button:hover{color:#ffffffe6!important;background-color:#ffffff0d!important}.column-visibility-button{color:var(--mud-palette-text-primary)!important;padding:8px!important}.column-visibility-button:hover{color:#ffffffe6!important;background-color:#ffffff0d!important}.column-visibility-menu .MuiPaper-root{opacity:1!important;background-image:none!important;--Paper-overlay: none !important;color:var(--theme-text-primary)!important;border:1px solid var(--theme-divider, rgba(255, 255, 255, .12))!important;min-width:200px}.column-visibility-menu__header{padding:12px 16px;font-weight:600;font-size:.875rem;color:var(--theme-text-primary);border-bottom:1px solid var(--theme-divider, rgba(255, 255, 255, .12))}.column-visibility-menu__item{padding:8px 16px!important;display:flex!important;align-items:center!important;gap:8px!important;color:var(--theme-text-primary)!important;font-size:.875rem!important}.column-visibility-menu__item:hover{background-color:color-mix(in srgb,var(--theme-primary) 5%,var(--theme-paper))!important}.column-visibility-checkbox{color:#ffffff80!important}.column-visibility-checkbox.Mui-checked{color:var(--theme-primary)!important}.grouping-button{color:var(--mud-palette-text-primary)!important;padding:8px!important}.grouping-button:hover{color:#ffffffe6!important;background-color:#ffffff0d!important}.grouping-menu .MuiPaper-root{opacity:1!important;background-image:none!important;--Paper-overlay: none !important;color:var(--theme-text-primary)!important;border:1px solid var(--theme-divider, rgba(255, 255, 255, .12))!important;min-width:200px}.grouping-menu__header{padding:12px 16px;font-weight:600;font-size:.875rem;color:var(--theme-text-primary);border-bottom:1px solid var(--theme-divider, rgba(255, 255, 255, .12))}.grouping-menu__item{padding:8px 16px!important;display:flex!important;align-items:center!important;gap:8px!important;color:var(--theme-text-primary)!important;font-size:.875rem!important}.grouping-menu__item:hover{background-color:color-mix(in srgb,var(--theme-primary) 5%,var(--theme-paper))!important}.grouping-checkbox{color:#ffffff80!important}.grouping-checkbox.Mui-checked{color:var(--theme-primary)!important}.group-header-row{background-color:color-mix(in srgb,var(--theme-primary) 15%,var(--theme-paper))!important;border-bottom:1px solid var(--theme-divider, rgba(255, 255, 255, .12));border-top:2px solid var(--theme-primary)}.group-header-row:hover{background-color:color-mix(in srgb,var(--theme-primary) 20%,var(--theme-paper))!important}.group-header-row td{padding-top:10px!important;padding-bottom:10px!important}.group-header-cell{font-weight:600;color:var(--theme-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.group-header-cell--title{overflow:visible}.group-header-cell .group-header-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.group-header-cell--count{text-align:left}.group-header-count{font-size:.8rem;font-weight:500;color:var(--theme-text-secondary);background-color:color-mix(in srgb,var(--theme-primary) 20%,transparent);padding:2px 10px;border-radius:12px;white-space:nowrap}.group-header-cell--hours{text-align:left;font-weight:700;font-size:.938rem}.group-header-content{display:flex;align-items:center;gap:12px}.group-expand-button{background:none;border:none;color:var(--theme-text-primary);cursor:pointer;padding:4px 8px;font-size:.875rem;display:flex;align-items:center;justify-content:center;min-width:24px;height:24px}.group-expand-button:hover{background-color:#ffffff1a;border-radius:4px}.group-checkbox{cursor:pointer;width:18px;height:18px;accent-color:var(--theme-primary)}.group-header-label{color:var(--theme-text-primary);font-size:.938rem;font-weight:600;flex:1}.grouped-child-row{background-color:var(--theme-paper)!important;border-left:3px solid var(--theme-primary)}.grouped-child-row:hover{background-color:color-mix(in srgb,var(--theme-primary) 5%,var(--theme-paper))!important}.grouped-child-row td:first-child{padding-left:24px!important}.group-summary-cell{font-weight:600;text-align:right}.group-summary-value{color:var(--theme-text-primary);font-size:.875rem}.group-summary-row{background-color:color-mix(in srgb,var(--theme-primary) 8%,var(--theme-paper))!important;border-bottom:2px solid var(--theme-primary)}.group-summary-footer-cell{padding:8px 16px!important;text-align:right}.group-summary-total{font-weight:700;font-size:.938rem;color:var(--theme-text-primary)}.hourly-time-grid__table-footer{position:sticky;bottom:0;z-index:10;background-color:var(--theme-background)}.totals-row{background-color:var(--theme-background)!important;border-top:2px solid var(--theme-primary);font-weight:600}.totals-row:hover{background-color:var(--theme-background)!important;cursor:default}.totals-cell{padding:14px 16px!important;color:var(--theme-text-primary);border-bottom:none!important}.totals-cell--label{display:flex;align-items:center;gap:16px}.totals-label{font-weight:700;font-size:.938rem;color:var(--theme-text-primary)}.totals-entries{font-size:.8rem;font-weight:500;color:var(--theme-text-secondary);background-color:color-mix(in srgb,var(--theme-primary) 20%,transparent);padding:4px 12px;border-radius:12px;white-space:nowrap}.totals-cell--hours{font-weight:700;font-size:1rem;color:#4da6ff}.view-switcher-menu{position:relative}.view-switcher-menu__button{color:var(--mud-palette-text-primary)!important;padding:8px!important}.view-switcher-menu__button:hover{color:#ffffffe6!important;background-color:#ffffff0d!important}.view-switcher-menu__dropdown{position:absolute;top:100%;right:0;margin-top:4px;background-color:var(--theme-paper);border:1px solid var(--theme-divider);border-radius:var(--theme-border-radius);box-shadow:0 4px 12px #0000004d;min-width:200px;z-index:1000;overflow:hidden}.view-switcher-menu__header{padding:12px 16px;font-weight:600;font-size:.875rem;color:var(--theme-text-primary);border-bottom:1px solid var(--theme-divider);background-color:var(--theme-background)}.view-switcher-menu__item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 16px;border:none;background:none;color:var(--theme-text-primary);font-size:14px;text-align:left;cursor:pointer;transition:background-color .2s}.view-switcher-menu__item:hover{background-color:color-mix(in srgb,var(--theme-primary) 10%,var(--theme-paper))}.view-switcher-menu__item--active{background-color:color-mix(in srgb,var(--theme-primary) 15%,var(--theme-paper));font-weight:600}.view-switcher-menu__check{color:var(--theme-primary);font-weight:700;margin-left:8px}.hourly-time-grid__view-placeholder{display:flex;justify-content:center;align-items:center;padding:60px 20px;border:2px dashed var(--theme-divider);border-radius:var(--theme-border-radius);background-color:color-mix(in srgb,var(--theme-background) 50%,transparent)}.hourly-time-grid__view-placeholder p{color:var(--theme-text-secondary);font-size:16px;font-style:italic;margin:0}.job-select-dialog{width:600px;max-width:90vw;max-height:80vh;display:flex;flex-direction:column}.job-select-dialog__current{display:flex;align-items:center;gap:8px;padding:12px;margin-bottom:16px;background-color:color-mix(in srgb,var(--theme-primary) 10%,var(--theme-paper));border-radius:var(--theme-border-radius);border:1px solid var(--theme-divider)}.job-select-dialog__current-label{font-size:13px;color:var(--theme-text-secondary);font-weight:500}.job-select-dialog__current-value{font-size:14px;color:var(--theme-text-primary);font-weight:600}.job-select-dialog__search{margin-bottom:16px}.job-select-dialog__search-input{width:100%;box-sizing:border-box}.job-select-dialog__loading{display:flex;justify-content:center;align-items:center;padding:40px;color:var(--theme-text-secondary);font-style:italic}.job-select-dialog__list{max-height:400px;overflow-y:auto;border:1px solid var(--theme-divider);border-radius:var(--theme-border-radius);background-color:var(--theme-paper)}.job-select-dialog__empty{padding:40px 20px;text-align:center;color:var(--theme-text-secondary);font-style:italic}.job-select-dialog__item{display:flex;align-items:center;gap:12px;padding:12px 16px;cursor:pointer;border-bottom:1px solid var(--theme-divider);transition:background-color .15s}.job-select-dialog__item:last-child{border-bottom:none}.job-select-dialog__item:hover:not(.job-select-dialog__item--current){background-color:color-mix(in srgb,var(--theme-primary) 8%,var(--theme-paper))}.job-select-dialog__item--selected{background-color:color-mix(in srgb,var(--theme-primary) 15%,var(--theme-paper));border-left:3px solid var(--theme-primary);padding-left:13px}.job-select-dialog__item--current{background-color:var(--theme-background);cursor:default;opacity:.7}.job-select-dialog__item-main{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.job-select-dialog__item-number{font-size:13px;font-weight:600;color:#4da6ff}.job-select-dialog__item-name{font-size:14px;color:var(--theme-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.job-select-dialog__item-type{font-size:12px;color:var(--theme-text-secondary);padding:2px 8px;background-color:var(--theme-background);border-radius:4px;flex-shrink:0}.job-select-dialog__item-badge{font-size:11px;font-weight:600;color:var(--theme-text-secondary);padding:2px 6px;background-color:var(--theme-divider);border-radius:4px;flex-shrink:0}.job-cell--clickable{cursor:pointer;padding:4px 8px;margin:-4px -8px;border-radius:var(--theme-border-radius);transition:background-color .15s}.job-cell--clickable:hover{background-color:color-mix(in srgb,var(--theme-primary) 15%,transparent);color:var(--theme-primary)}.job-cell--edited{background-color:color-mix(in srgb,var(--theme-warning) 20%,transparent)}.allocation-row__content--edited{background-color:color-mix(in srgb,var(--theme-warning) 10%,transparent)}.allocation-row__value--edited{background-color:color-mix(in srgb,var(--theme-warning) 20%,transparent);padding:2px 6px;border-radius:3px;font-weight:500}.phase-remap-dialog{width:700px;max-width:95vw;max-height:85vh;display:flex;flex-direction:column}.phase-remap-dialog__info{margin-bottom:20px}.phase-remap-dialog__message{font-size:14px;color:var(--theme-text-primary);margin:0 0 8px}.phase-remap-dialog__auto-match-info{font-size:13px;color:var(--theme-success, #22c55e);margin:0;padding:8px 12px;background-color:color-mix(in srgb,var(--theme-success, #22c55e) 10%,var(--theme-paper));border-radius:var(--theme-border-radius)}.phase-remap-dialog__loading{display:flex;justify-content:center;align-items:center;padding:40px;color:var(--theme-text-secondary);font-style:italic}.phase-remap-dialog__allocations{display:flex;flex-direction:column;gap:16px;max-height:450px;overflow-y:auto}.phase-remap-dialog__allocation{border:1px solid var(--theme-divider);border-radius:var(--theme-border-radius);padding:16px;background-color:var(--theme-paper)}.phase-remap-dialog__allocation--auto-matched{border-color:var(--theme-success, #22c55e);background-color:color-mix(in srgb,var(--theme-success, #22c55e) 5%,var(--theme-paper))}.phase-remap-dialog__allocation-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid var(--theme-divider)}.phase-remap-dialog__current-phase{display:flex;flex-direction:column;gap:4px}.phase-remap-dialog__label{font-size:12px;color:var(--theme-text-secondary);font-weight:500;display:flex;align-items:center;gap:8px}.phase-remap-dialog__value{font-size:14px;color:var(--theme-text-primary);font-weight:500}.phase-remap-dialog__hours{font-size:14px;font-weight:600;color:#4da6ff;padding:4px 10px;background-color:color-mix(in srgb,var(--theme-primary) 10%,var(--theme-paper));border-radius:var(--theme-border-radius)}.phase-remap-dialog__new-phase{display:flex;flex-direction:column;gap:8px}.phase-remap-dialog__auto-badge{font-size:10px;font-weight:600;color:var(--theme-success, #22c55e);padding:2px 6px;background-color:color-mix(in srgb,var(--theme-success, #22c55e) 15%,transparent);border-radius:4px;text-transform:uppercase}.phase-remap-dialog__selected{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background-color:color-mix(in srgb,var(--theme-primary) 10%,var(--theme-paper));border:1px solid var(--theme-primary);border-radius:var(--theme-border-radius)}.phase-remap-dialog__selected-value{font-size:14px;color:var(--theme-text-primary);font-weight:500}.phase-remap-dialog__change-btn{font-size:12px;color:var(--theme-primary);background:none;border:none;cursor:pointer;padding:4px 8px;border-radius:var(--theme-border-radius);transition:background-color .15s}.phase-remap-dialog__change-btn:hover{background-color:color-mix(in srgb,var(--theme-primary) 15%,transparent)}.phase-remap-dialog__phase-picker{display:flex;flex-direction:column;gap:8px}.phase-remap-dialog__search-input{padding:8px 12px;font-size:13px;border:1px solid var(--theme-divider);border-radius:var(--theme-border-radius);background-color:var(--theme-background);color:var(--theme-text-primary)}.phase-remap-dialog__search-input:focus{outline:none;border-color:var(--theme-primary)}.phase-remap-dialog__phase-list{max-height:150px;overflow-y:auto;border:1px solid var(--theme-divider);border-radius:var(--theme-border-radius);background-color:var(--theme-background)}.phase-remap-dialog__no-phases{padding:20px;text-align:center;color:var(--theme-text-secondary);font-style:italic;font-size:13px}.phase-remap-dialog__phase-option{display:flex;align-items:center;gap:12px;width:100%;padding:10px 12px;border:none;background:none;text-align:left;cursor:pointer;border-bottom:1px solid var(--theme-divider);transition:background-color .15s}.phase-remap-dialog__phase-option:last-child{border-bottom:none}.phase-remap-dialog__phase-option:hover{background-color:color-mix(in srgb,var(--theme-primary) 10%,var(--theme-paper))}.phase-remap-dialog__phase-option--match{background-color:color-mix(in srgb,var(--theme-success, #22c55e) 10%,var(--theme-paper))}.phase-remap-dialog__phase-option--match:hover{background-color:color-mix(in srgb,var(--theme-success, #22c55e) 20%,var(--theme-paper))}.phase-remap-dialog__phase-code{font-size:13px;font-weight:600;color:#4da6ff;min-width:80px}.phase-remap-dialog__phase-desc{font-size:13px;color:var(--theme-text-primary)}.phase-select-dialog{width:550px;max-width:90vw;max-height:80vh;display:flex;flex-direction:column}.phase-select-dialog__info{display:flex;flex-direction:column;gap:8px;padding:12px;margin-bottom:16px;background-color:color-mix(in srgb,var(--theme-primary) 8%,var(--theme-paper));border-radius:var(--theme-border-radius);border:1px solid var(--theme-divider)}.phase-select-dialog__job,.phase-select-dialog__current{display:flex;align-items:center;gap:8px}.phase-select-dialog__label{font-size:12px;color:var(--theme-text-secondary);font-weight:500;min-width:90px}.phase-select-dialog__value{font-size:14px;color:var(--theme-text-primary);font-weight:500}.phase-select-dialog__search{margin-bottom:16px}.phase-select-dialog__search-input{width:100%;box-sizing:border-box}.phase-select-dialog__loading{display:flex;justify-content:center;align-items:center;padding:40px;color:var(--theme-text-secondary);font-style:italic}.phase-select-dialog__list{max-height:350px;overflow-y:auto;border:1px solid var(--theme-divider);border-radius:var(--theme-border-radius);background-color:var(--theme-paper)}.phase-select-dialog__empty{padding:40px 20px;text-align:center;color:var(--theme-text-secondary);font-style:italic}.phase-select-dialog__item{display:flex;align-items:center;gap:12px;padding:12px 16px;cursor:pointer;border-bottom:1px solid var(--theme-divider);transition:background-color .15s}.phase-select-dialog__item:last-child{border-bottom:none}.phase-select-dialog__item:hover:not(.phase-select-dialog__item--current){background-color:color-mix(in srgb,var(--theme-primary) 8%,var(--theme-paper))}.phase-select-dialog__item--selected{background-color:color-mix(in srgb,var(--theme-primary) 15%,var(--theme-paper));border-left:3px solid var(--theme-primary);padding-left:13px}.phase-select-dialog__item--current{background-color:var(--theme-background);cursor:default;opacity:.7}.phase-select-dialog__item-code{font-size:13px;font-weight:600;color:#4da6ff;min-width:80px}.phase-select-dialog__item-desc{font-size:14px;color:var(--theme-text-primary);flex:1}.phase-select-dialog__item-badge{font-size:11px;font-weight:600;color:var(--theme-text-secondary);padding:2px 6px;background-color:var(--theme-divider);border-radius:4px;flex-shrink:0}.phase-select-dialog__item-badge--inactive{color:var(--theme-warning, #f59e0b);background-color:color-mix(in srgb,var(--theme-warning, #f59e0b) 15%,transparent)}.dialog--notes{width:700px;max-width:95vw;max-height:85vh;display:flex;flex-direction:column}.dialog__content--scrollable{max-height:500px;overflow-y:auto;padding:24px}.dialog__loading,.dialog__error,.dialog__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center;gap:16px}.dialog__loading p,.dialog__empty p{color:var(--theme-text-secondary);font-style:italic;margin:0}.dialog__error p{color:var(--theme-error, #f44336);margin:0 0 16px}.notes-list{display:flex;flex-direction:column;gap:16px}.note-item{padding:16px;border:1px solid var(--theme-divider);border-radius:var(--theme-border-radius);background-color:var(--theme-paper);transition:box-shadow .2s}.note-item:hover{box-shadow:0 2px 8px #0000001a}.note-item__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid var(--theme-divider)}.note-item__author{font-weight:600;font-size:14px;color:var(--theme-primary)}.note-item__date{font-size:12px;color:var(--theme-text-secondary)}.note-item__text{font-size:14px;line-height:1.6;color:var(--theme-text-primary);white-space:pre-wrap;word-break:break-word}.note-item__footer{margin-top:12px;padding-top:8px;border-top:1px solid var(--theme-divider)}.note-item__modified{font-size:11px;color:var(--theme-text-secondary);font-style:italic}.add-time-entry-dialog{width:700px;max-width:90vw;max-height:90vh;overflow-y:auto;overflow-x:hidden}.add-time-entry-dialog__form{display:flex;flex-direction:column;gap:16px;overflow-x:hidden}.form-field{display:flex;flex-direction:column;gap:6px;position:relative}.form-field__label{font-size:14px;font-weight:500;color:var(--theme-text-primary)!important}.add-time-entry-dialog .form-field__label{color:var(--theme-text-primary)!important}.form-field__label .required{color:var(--theme-error, #f44336);margin-left:2px}.form-field__input,.form-field__select{padding:8px 12px;border:1px solid var(--theme-divider);border-radius:var(--theme-border-radius, 4px);background-color:var(--theme-background);color:var(--theme-text-primary);font-size:14px;min-width:0}.form-field__input[type=date],.form-field__input[type=time],.form-field__input[type=datetime-local]{color-scheme:light dark}.form-field__input[type=date]::-webkit-calendar-picker-indicator,.form-field__input[type=time]::-webkit-calendar-picker-indicator,.form-field__input[type=datetime-local]::-webkit-calendar-picker-indicator{filter:var(--theme-calendar-icon-filter, invert(0));cursor:pointer}.add-time-entry-dialog__allocations .allocation-row .form-field__input{padding-right:50px}.form-field__input:focus,.form-field__select:focus{outline:none;border-color:var(--theme-primary, #007bff)}.form-field__input:disabled,.form-field__select:disabled{opacity:.6;cursor:not-allowed}.form-field--checkbox{flex-direction:row;align-items:center}.form-field__checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;color:var(--theme-text-primary)!important}.add-time-entry-dialog .form-field__checkbox-label{color:var(--theme-text-primary)!important}.form-field__checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer}.add-time-entry-dialog__allocations{margin-top:8px;padding:16px;border:1px solid var(--theme-divider);border-radius:var(--theme-border-radius, 4px);background-color:color-mix(in srgb,var(--theme-paper) 98%,var(--theme-primary));overflow-x:hidden}.add-time-entry-dialog__allocations-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.add-time-entry-dialog__allocations-header h4{margin:0;font-size:16px;font-weight:600;color:var(--theme-text-primary)!important}.add-time-entry-dialog__allocations .allocation-row{display:grid;grid-template-columns:30px 2fr 1fr 40px;gap:12px;align-items:end;margin-bottom:12px;padding:12px;border-radius:var(--theme-border-radius, 4px);background-color:var(--theme-paper);overflow:hidden;max-width:100%}.add-time-entry-dialog__allocations .allocation-row--totals{grid-template-columns:30px 1fr 1fr;background-color:color-mix(in srgb,var(--theme-primary) 5%,var(--theme-paper));border:1px solid var(--theme-divider);font-weight:500}.add-time-entry-dialog__allocations .allocation-row__number{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background-color:var(--theme-primary, #007bff);color:#fff;font-size:12px;font-weight:600;margin-bottom:8px}.add-time-entry-dialog__allocations .allocation-row--totals .allocation-row__number{background-color:var(--theme-success, #4caf50)}.add-time-entry-dialog__allocations .allocation-row__remove{width:32px;height:32px;min-width:32px;border:none;border-radius:50%;background-color:var(--theme-error, #f44336);color:#fff;font-size:20px;line-height:1;cursor:pointer;transition:background-color .2s;margin-bottom:8px;flex-shrink:0}.form-field__hint{font-size:11px;color:var(--theme-text-secondary, #999);margin-left:4px;font-weight:400}.form-field__percent{position:absolute;right:12px;bottom:10px;font-size:12px;color:var(--theme-text-secondary, #999);pointer-events:none}.add-time-entry-dialog__allocations .allocation-row__remove:hover{background-color:color-mix(in srgb,var(--theme-error, #f44336) 85%,black)}.allocation-total{display:flex;flex-direction:column;gap:4px;color:var(--theme-text-primary)!important}.allocation-warning{color:var(--theme-warning, #ff9800);font-size:12px;font-weight:400}.btn{padding:8px 16px;border:none;border-radius:var(--theme-border-radius, 4px);font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.btn--sm{padding:6px 12px;font-size:13px}.btn--secondary{background-color:var(--theme-primary, #007bff);color:#fff}.btn--secondary:hover{background-color:color-mix(in srgb,var(--theme-primary, #007bff) 85%,black)}.btn--secondary:disabled{opacity:.5;cursor:not-allowed}.add-time-entry-dialog .MuiAutocomplete-root{width:100%}.add-time-entry-dialog .MuiOutlinedInput-root{background-color:var(--theme-background)!important;color:var(--theme-text-primary)!important;font-size:14px}.add-time-entry-dialog .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline,.add-time-entry-dialog .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:var(--theme-divider)!important}.add-time-entry-dialog .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--theme-primary, #007bff)!important;border-width:1px}.add-time-entry-dialog .MuiOutlinedInput-root.Mui-disabled{opacity:.6;background-color:var(--theme-background)!important}.add-time-entry-dialog .MuiOutlinedInput-input{padding:8px 12px!important;color:var(--theme-text-primary)!important;background-color:transparent!important}.add-time-entry-dialog .MuiAutocomplete-input::placeholder{color:var(--theme-text-secondary, #999);opacity:1}.add-time-entry-dialog .MuiAutocomplete-endAdornment{right:8px}.add-time-entry-dialog .MuiAutocomplete-endAdornment .MuiSvgIcon-root,.add-time-entry-dialog .MuiAutocomplete-clearIndicator,.add-time-entry-dialog .MuiAutocomplete-popupIndicator{color:var(--theme-text-secondary, #999)}.MuiAutocomplete-popper{z-index:9999!important}.MuiAutocomplete-paper{background-color:var(--theme-paper, var(--mud-palette-surface, #2b2b2f))!important;color:var(--theme-text-primary, var(--mud-palette-text-primary, #f5f5f5))!important;border:1px solid var(--theme-divider, var(--mud-palette-lines-default, #45454d))!important;opacity:1!important}.MuiAutocomplete-listbox{padding:4px 0;background-color:var(--theme-paper, var(--mud-palette-surface, #2b2b2f))!important;opacity:1!important}.MuiAutocomplete-option{font-size:14px;padding:8px 16px!important;color:var(--theme-text-primary, var(--mud-palette-text-primary, #f5f5f5))!important;background-color:var(--theme-paper, var(--mud-palette-surface, #2b2b2f))!important}.MuiAutocomplete-option:hover{background-color:color-mix(in srgb,var(--theme-primary, var(--mud-palette-primary, #234C7C)) 10%,var(--theme-paper, var(--mud-palette-surface, #2b2b2f)))!important}.MuiAutocomplete-option[aria-selected=true]{background-color:color-mix(in srgb,var(--theme-primary, var(--mud-palette-primary, #234C7C)) 15%,var(--theme-paper, var(--mud-palette-surface, #2b2b2f)))!important}.MuiAutocomplete-option.Mui-focused{background-color:color-mix(in srgb,var(--theme-primary, var(--mud-palette-primary, #234C7C)) 10%,var(--theme-paper, var(--mud-palette-surface, #2b2b2f)))!important}.MuiAutocomplete-noOptions,.MuiAutocomplete-loading{color:var(--theme-text-secondary, #999);font-size:14px;padding:12px 16px}.allocation-edit-dialog{width:700px;max-width:95vw;max-height:85vh;display:flex;flex-direction:column}.allocation-edit-dialog__info{display:flex;flex-direction:column;gap:8px;padding:12px;margin-bottom:16px;background-color:color-mix(in srgb,var(--theme-primary) 8%,var(--theme-paper));border-radius:var(--theme-border-radius);border:1px solid var(--theme-divider)}.allocation-edit-dialog__job,.allocation-edit-dialog__hours{display:flex;align-items:center;gap:8px}.allocation-edit-dialog__label{font-size:12px;color:var(--theme-text-secondary);font-weight:500;min-width:90px}.allocation-edit-dialog__value{font-size:14px;color:var(--theme-text-primary);font-weight:500}.allocation-edit-dialog__loading{display:flex;justify-content:center;align-items:center;padding:40px;color:var(--theme-text-secondary);font-style:italic}.allocation-edit-dialog__allocations-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.allocation-edit-dialog__allocations-header h4{margin:0;font-size:16px;font-weight:600;color:var(--theme-text-primary)}.allocation-edit-dialog__allocations{display:flex;flex-direction:column;gap:16px;max-height:450px;overflow-y:auto}.allocation-edit-dialog__empty{padding:40px 20px;text-align:center;color:var(--theme-text-secondary);font-style:italic}.allocation-edit-dialog__allocation{border:1px solid var(--theme-divider);border-radius:var(--theme-border-radius);padding:16px;background-color:var(--theme-paper)}.allocation-edit-dialog__allocation--void{opacity:.6;background-color:color-mix(in srgb,var(--theme-error, #f44336) 5%,var(--theme-paper))}.allocation-edit-dialog__allocation--void .allocation-edit-dialog__allocation-hours,.allocation-edit-dialog__allocation--void .allocation-edit-dialog__phase-code,.allocation-edit-dialog__allocation--void .allocation-edit-dialog__phase-desc,.allocation-edit-dialog__allocation--void label,.allocation-edit-dialog__allocation--void select,.allocation-edit-dialog__allocation--void input{text-decoration:line-through;text-decoration-color:var(--theme-error, #f44336);color:var(--theme-text-secondary)!important}.allocation-edit-dialog__allocation-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid var(--theme-divider)}.allocation-edit-dialog__allocation-number{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background-color:var(--theme-primary);color:#fff;font-size:14px;font-weight:600}.allocation-edit-dialog__allocation-hours{flex:1;font-size:14px;font-weight:600;color:#4da6ff;padding:4px 10px;background-color:color-mix(in srgb,var(--theme-primary) 10%,var(--theme-paper));border-radius:var(--theme-border-radius);text-align:center}.allocation-edit-dialog__remove-btn{width:28px;height:28px;min-width:28px;border:none;border-radius:50%;background-color:var(--theme-error, #f44336);color:#fff;font-size:20px;line-height:1;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;justify-content:center}.allocation-edit-dialog__remove-btn:hover{background-color:color-mix(in srgb,var(--theme-error, #f44336) 85%,black)}.allocation-edit-dialog__allocation-body{display:flex;flex-direction:column;gap:16px}.allocation-edit-dialog__field-group{display:flex;flex-direction:column;gap:8px}.allocation-edit-dialog__selected-phase{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background-color:color-mix(in srgb,var(--theme-primary) 10%,var(--theme-paper));border:1px solid var(--theme-primary);border-radius:var(--theme-border-radius)}.allocation-edit-dialog__phase-display{display:flex;flex-direction:column;gap:2px;flex:1}.allocation-edit-dialog__phase-code{font-size:13px;font-weight:600;color:#4da6ff}.allocation-edit-dialog__phase-desc{font-size:13px;color:var(--theme-text-primary)}.allocation-edit-dialog__change-btn{font-size:12px;color:var(--theme-primary);background:none;border:none;cursor:pointer;padding:4px 8px;border-radius:var(--theme-border-radius);transition:background-color .15s}.allocation-edit-dialog__change-btn:hover{background-color:color-mix(in srgb,var(--theme-primary) 15%,transparent)}.allocation-edit-dialog__phase-picker{display:flex;flex-direction:column;gap:8px}.allocation-edit-dialog__search-input{padding:8px 12px;font-size:13px;border:1px solid var(--theme-divider);border-radius:var(--theme-border-radius);background-color:var(--theme-background);color:var(--theme-text-primary)}.allocation-edit-dialog__search-input:focus{outline:none;border-color:var(--theme-primary)}.allocation-edit-dialog__phase-list{max-height:200px;overflow-y:auto;border:1px solid var(--theme-divider);border-radius:var(--theme-border-radius);background-color:var(--theme-background)}.allocation-edit-dialog__no-phases{padding:20px;text-align:center;color:var(--theme-text-secondary);font-style:italic;font-size:13px}.allocation-edit-dialog__phase-option{display:flex;align-items:center;gap:12px;width:100%;padding:10px 12px;border:none;background:none;text-align:left;cursor:pointer;border-bottom:1px solid var(--theme-divider);transition:background-color .15s}.allocation-edit-dialog__phase-option:last-child{border-bottom:none}.allocation-edit-dialog__phase-option:hover{background-color:color-mix(in srgb,var(--theme-primary) 10%,var(--theme-paper))}.allocation-edit-dialog__input{padding:8px 12px;border:1px solid var(--theme-divider);border-radius:var(--theme-border-radius);background-color:var(--theme-background);color:var(--theme-text-primary);font-size:14px}.allocation-edit-dialog__input:focus{outline:none;border-color:var(--theme-primary)}.allocation-edit-dialog__totals{padding:16px;background-color:color-mix(in srgb,var(--theme-primary) 5%,var(--theme-paper));border:1px solid var(--theme-divider);border-radius:var(--theme-border-radius)}.allocation-edit-dialog__totals-row{display:flex;align-items:center;gap:8px;padding:4px 0;color:var(--theme-text-primary)}.allocation-edit-dialog__totals-row strong{min-width:120px}.submit-correction-dialog{max-width:560px;width:90vw;background-color:var(--theme-paper);color:var(--theme-text-primary)}.submit-correction-dialog__row-info{display:grid;grid-template-columns:1fr 1fr;gap:6px 16px;padding:10px 12px;background-color:var(--theme-background);border:1px solid var(--theme-divider);border-radius:var(--theme-border-radius);margin-bottom:16px;font-size:.8125rem}.submit-correction-dialog__row-info-item{display:flex;gap:6px;align-items:baseline}.submit-correction-dialog__label{color:var(--theme-text-secondary);font-weight:500;white-space:nowrap}.submit-correction-dialog__section{margin-bottom:14px}.submit-correction-dialog__section-label{display:block;font-size:.8125rem;font-weight:500;color:var(--theme-text-secondary);margin-bottom:6px}.submit-correction-dialog__type-buttons{display:flex;flex-direction:column;gap:6px}.submit-correction-dialog__type-btn{display:flex;flex-direction:column;align-items:flex-start;padding:8px 12px;border:2px solid var(--theme-divider);border-radius:var(--theme-border-radius);background-color:var(--theme-background);color:var(--theme-text-primary);cursor:pointer;text-align:left;transition:border-color .15s,background-color .15s}.submit-correction-dialog__type-btn:hover{border-color:var(--theme-primary)}.submit-correction-dialog__type-btn--active{border-color:var(--theme-primary);background-color:color-mix(in srgb,var(--theme-primary) 8%,var(--theme-background))}.submit-correction-dialog__type-btn--void.submit-correction-dialog__type-btn--active{border-color:var(--theme-error);background-color:color-mix(in srgb,var(--theme-error) 8%,var(--theme-background))}.submit-correction-dialog__type-btn-label{font-size:.875rem;font-weight:500}.submit-correction-dialog__type-btn-desc{font-size:.75rem;color:var(--theme-text-secondary);margin-top:2px}.submit-correction-dialog__input{width:100%;padding:7px 10px;border:1px solid var(--theme-divider);border-radius:var(--theme-border-radius);background-color:var(--theme-background);color:var(--theme-text-primary);font-size:.875rem;box-sizing:border-box}.submit-correction-dialog__input:focus{outline:none;border-color:var(--theme-primary)}.submit-correction-dialog__void-warning{display:flex;align-items:flex-start;gap:8px;padding:10px 12px;background-color:color-mix(in srgb,var(--theme-error) 8%,var(--theme-background));border:1px solid var(--theme-error);border-radius:var(--theme-border-radius);font-size:.875rem;margin-bottom:14px}.submit-correction-dialog__void-warning-icon{flex-shrink:0}.submit-correction-dialog__textarea{width:100%;padding:7px 10px;border:1px solid var(--theme-divider);border-radius:var(--theme-border-radius);background-color:var(--theme-background);color:var(--theme-text-primary);font-size:.875rem;resize:vertical;box-sizing:border-box;font-family:inherit}.submit-correction-dialog__textarea:focus{outline:none;border-color:var(--theme-primary)}.invoice-grid{display:flex;flex-direction:column;height:100%;padding:8px;box-sizing:border-box;font-size:14px}.invoice-grid__toolbar{display:flex;align-items:center;gap:8px;padding:8px 0;flex-wrap:wrap}.invoice-grid__error{color:#d32f2f;padding:8px;border:1px solid #d32f2f;border-radius:4px;margin-bottom:8px}.invoice-grid__content{flex:1;overflow:hidden;display:flex;flex-direction:column}.invoice-table-wrapper{display:flex;flex-direction:column;overflow:hidden}.invoice-table-container{height:62vh;overflow:auto;border:1px solid;border-radius:4px;position:relative}.invoice-table{width:100%;border-collapse:collapse;font-size:13px}.invoice-table thead{position:sticky;top:0;z-index:10}.invoice-table tfoot{position:sticky;bottom:0;z-index:9}.invoice-table thead th{padding:8px 10px;text-align:left;font-weight:600;font-size:12px;white-space:nowrap}.invoice-table tbody tr{transition:background-color .1s}.invoice-table tbody tr:hover td{background-color:#0000000a}.invoice-table tbody tr.selected td{background-color:#1976d214}.invoice-table tbody td{padding:6px 10px;vertical-align:middle}.invoice-table-footer-cell{padding:10px 12px}.invoice-table-footer-summary{display:flex;align-items:stretch;justify-content:space-evenly;gap:12px;flex-wrap:wrap;width:100%}.invoice-table-footer-metric{display:flex;flex-direction:column;gap:2px;flex:1 1 0;min-width:180px;text-align:center}.invoice-table-footer-label{font-size:11px;font-weight:600;text-transform:uppercase;opacity:.8}.invoice-table-footer-value{font-size:14px;font-weight:700;white-space:nowrap}.grid-checkbox{cursor:default}.invoice-note-item{display:flex;align-items:flex-start;padding:6px 0;border-bottom:1px solid;gap:8px}.invoice-note-item:last-child{border-bottom:none}.invoice-table-pagination{display:flex;align-items:center;justify-content:space-between;padding:8px 4px;font-size:13px;border-top:1px solid;flex-wrap:wrap;gap:8px}.invoice-table-pagination-controls{display:flex;align-items:center;gap:6px}.invoice-table-pagination-controls button{padding:4px 8px;border:1px solid;border-radius:4px;background:transparent;cursor:pointer;font-size:13px}.invoice-table-pagination-controls button:disabled{opacity:.4;cursor:not-allowed}.invoice-table-pagination-controls select{padding:4px 6px;border:1px solid;border-radius:4px;font-size:13px;background:transparent;cursor:pointer}.invoice-builder{display:flex;flex-direction:column;height:100%;min-height:0;padding:8px;box-sizing:border-box;font-size:14px;gap:12px}.invoice-builder__number-field{position:relative}.invoice-builder__number-checking{position:absolute;right:8px;top:50%;transform:translateY(-50%)}.invoice-reference-grid{border:1px solid rgba(255,255,255,.12);border-radius:4px;overflow:auto;max-height:55vh}.invoice-reference-grid--virtual table{table-layout:fixed;width:100%}.invoice-reference-grid--virtual thead{display:table;width:100%;table-layout:fixed}.invoice-reference-grid--virtual tbody{display:block;width:100%}.invoice-reference-grid--virtual tbody tr{display:table;width:100%;table-layout:fixed}.invoice-reference-grid--virtual th,.invoice-reference-grid--virtual td{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px;line-height:1;padding-top:0;padding-bottom:0;height:32px;max-height:32px;vertical-align:middle}.invoice-reference-grid--virtual thead th,.invoice-reference-grid--virtual tbody tr{height:32px}.invoice-reference-grid--virtual th:first-child,.invoice-reference-grid--virtual td:first-child{width:36px;max-width:36px;padding-left:6px;padding-right:6px}.invoice-reference-grid--virtual .MuiCheckbox-root{padding:4px}.invoice-grid-search{width:100%;padding:6px 10px;border:1px solid rgba(255,255,255,.12);outline:1px solid rgba(255,255,255,.35);border-radius:4px;background:transparent;color:inherit;font-size:13px}.invoice-grid-toolbar{display:flex;align-items:center;flex-wrap:wrap;width:100%;gap:8px;justify-content:space-between}.invoice-grid-toolbar__start,.invoice-grid-toolbar__end{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.invoice-grid-toolbar__end{margin-left:auto}.invoice-grid-toolbar .MuiButton-root,.invoice-grid-toolbar .MuiInputBase-root,.invoice-grid-toolbar .MuiOutlinedInput-root{height:32px}.invoice-grid-toolbar .MuiButton-root{min-height:32px}.invoice-grid-toolbar .MuiFormControl-root{min-width:160px}.invoice-grid-toolbar .MuiFormControlLabel-root{margin:0;min-width:140px;padding:0 6px;height:32px}.invoice-grid-toolbar .MuiSwitch-root{padding-top:0;padding-bottom:0}.invoice-grid-toolbar .MuiFormControlLabel-label{line-height:1}.invoice-grid-toolbar__allocated{min-width:176px}.lo-grid-container{display:flex;flex-direction:column;height:100%;padding:8px;box-sizing:border-box;font-size:14px}.lo-grid-filters{display:flex;flex-wrap:wrap;gap:8px;align-items:center;padding:8px 0}.lo-grid-content{flex:1;overflow:hidden;display:flex;flex-direction:column}.lo-tab-panel{display:flex;flex-direction:column;height:100%;overflow:hidden}.lo-toolbar{display:flex;flex-wrap:wrap;gap:8px;align-items:center;padding:8px 0}.lo-table-wrapper{display:flex;flex-direction:column;overflow:hidden;flex:1}.lo-table-container{height:65vh;overflow:auto;border:1px solid;border-radius:4px;position:relative}.lo-table{width:100%;border-collapse:collapse;font-size:13px}.lo-table thead{position:sticky;top:0;z-index:10}.lo-table thead th{padding:8px 10px;text-align:left;font-weight:600;font-size:12px;white-space:nowrap}.lo-table tbody tr{transition:background-color .1s}.lo-table tbody tr:hover td{background-color:#0000000a}.lo-table tbody td{padding:6px 10px;vertical-align:middle}.lo-group-row td{padding:6px 10px;font-weight:600;cursor:pointer}.lo-group-row:hover td{background-color:#0000000f}.lo-group-count{margin-left:8px;font-weight:400;opacity:.7;font-size:12px}.lo-sortable-header{display:flex;align-items:center;gap:4px;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.lo-sortable-header:hover{opacity:.75}.lo-cell-text{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;max-width:300px}.lo-expanded-row td{padding:0}.lo-sub-table{width:100%;font-size:12px}.lo-sub-table th{padding:4px 10px;font-weight:600;text-align:left}.lo-sub-table td{padding:4px 10px}.lo-table-pagination{display:flex;align-items:center;justify-content:space-between;padding:8px 4px;font-size:13px;border-top:1px solid;flex-wrap:wrap;gap:8px}.lo-table-pagination-controls{display:flex;align-items:center;gap:6px}.lo-table-pagination-controls button{padding:4px 8px;border:1px solid;border-radius:4px;background:transparent;cursor:pointer;font-size:13px}.lo-table-pagination-controls button:disabled{opacity:.4;cursor:not-allowed}.lo-table-pagination-controls select{padding:4px 6px;border:1px solid;border-radius:4px;font-size:13px;background:transparent;cursor:pointer}.job-grid-container{display:flex;flex-direction:column;height:100%;padding:8px;box-sizing:border-box;font-size:14px}.job-grid-toolbar{display:flex;flex-wrap:wrap;gap:8px;align-items:center;padding:8px 0}.job-grid__content{flex:1;overflow:hidden;display:flex;flex-direction:column}.job-table-wrapper{display:flex;flex-direction:column;overflow:hidden}.job-table-container{height:72vh;overflow:auto;border:1px solid;border-radius:4px;position:relative}.job-table{width:100%;border-collapse:collapse;font-size:13px}.job-table thead{position:sticky;top:0;z-index:10}.job-table thead th{padding:8px 10px;text-align:left;font-weight:600;font-size:12px;white-space:nowrap}.job-table tbody tr{transition:background-color .1s}.job-table tbody tr:hover td{background-color:#0000000a}.job-table tbody td{padding:6px 10px;vertical-align:middle}.sortable-header{display:flex;align-items:center;gap:4px}.sortable-header:hover{opacity:.75}.grid-text{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.expanded-row td{padding:0}.job-table-pagination{display:flex;align-items:center;justify-content:space-between;padding:8px 4px;font-size:13px;border-top:1px solid;flex-wrap:wrap;gap:8px}.job-table-pagination-controls{display:flex;align-items:center;gap:6px}.job-table-pagination-controls button{padding:4px 8px;border:1px solid;border-radius:4px;background:transparent;cursor:pointer;font-size:13px}.job-table-pagination-controls button:disabled{opacity:.4;cursor:not-allowed}.job-table-pagination-controls select{padding:4px 6px;border:1px solid;border-radius:4px;font-size:13px;background:transparent;cursor:pointer}.overhead-payroll-grid{color:var(--theme-text-primary);height:calc(100vh - 90px);max-height:calc(100vh - 90px);overflow:hidden;position:relative;background-color:var(--theme-background);display:flex;flex-direction:row}.overhead-payroll-grid__main{display:flex;flex-direction:column;overflow:hidden;padding-left:20px;padding-right:20px;padding-bottom:10px;height:100%;flex:1;min-width:0}.overhead-payroll-grid-view{display:flex;flex-direction:column;height:100%;padding-top:16px}.overhead-payroll-table-view{height:100%;display:flex;flex-direction:column;flex:1;min-height:0}.overhead-payroll-table-toolbar{display:flex;justify-content:space-between;align-items:center;padding:8px 0;margin-bottom:8px;flex-shrink:0}.overhead-payroll-table-toolbar__left,.overhead-payroll-table-toolbar__right{display:flex;align-items:center;gap:8px}.overhead-payroll-stats{font-size:14px;color:var(--theme-text-secondary)}.overhead-payroll-table-wrapper{position:relative;flex:1;overflow:auto;min-height:0}.overhead-payroll-table-container{overflow:auto;height:100%;border:1px solid var(--theme-divider);border-radius:var(--theme-border-radius);background-color:var(--theme-paper)}.overhead-payroll-table{width:100%;border-collapse:collapse;font-size:14px;background-color:var(--theme-paper);color:var(--theme-text-primary)}.overhead-payroll-table thead{position:sticky;top:0;background-color:color-mix(in srgb,var(--theme-paper) 95%,var(--theme-text-primary) 5%);z-index:10;box-shadow:0 2px 4px #0000000d}.overhead-payroll-table th{padding:12px 8px;text-align:left;font-weight:600;border-bottom:2px solid var(--theme-divider);background-color:color-mix(in srgb,var(--theme-paper) 95%,var(--theme-text-primary) 5%);white-space:nowrap;-webkit-user-select:none;user-select:none}.overhead-payroll-table td{padding:10px 8px;border-bottom:1px solid var(--theme-divider);vertical-align:middle}.overhead-payroll-table tbody tr{transition:background-color .15s ease}.overhead-payroll-table tbody tr:hover{background-color:color-mix(in srgb,var(--theme-paper) 97%,var(--theme-text-primary) 3%)}.loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:color-mix(in srgb,var(--theme-paper) 80%,transparent);display:flex;align-items:center;justify-content:center;z-index:100}.loading-spinner{padding:20px;background-color:var(--theme-paper);color:var(--theme-text-primary);border-radius:var(--theme-border-radius);box-shadow:0 2px 8px #0000001a;font-weight:600}.dialog-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.dialog{background-color:var(--theme-paper);border-radius:var(--theme-border-radius);box-shadow:0 4px 20px #0000004d;display:flex;flex-direction:column;max-height:90vh}.dialog__header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-bottom:1px solid var(--theme-divider)}.dialog__title{margin:0;font-size:18px;font-weight:600;color:var(--theme-text-primary)}.dialog__close-btn{background:none;border:none;font-size:28px;cursor:pointer;color:var(--theme-text-secondary);padding:0;line-height:1;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.dialog__close-btn:hover{background-color:color-mix(in srgb,var(--theme-error, #f44336) 10%,transparent);color:var(--theme-error, #f44336)}.dialog__content{padding:24px;overflow-y:auto;flex:1}.dialog__footer{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid var(--theme-divider);background-color:var(--theme-background)}.dialog__btn{padding:10px 20px;border:none;border-radius:var(--theme-border-radius);font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.dialog__btn--cancel{background-color:var(--theme-paper);color:var(--theme-text-primary);border:1px solid var(--theme-divider)}.dialog__btn--cancel:hover{background-color:color-mix(in srgb,var(--theme-text-primary) 5%,var(--theme-paper))}.dialog__btn--confirm{background-color:var(--theme-primary);color:#fff}.dialog__btn--confirm:hover:not(:disabled){background-color:color-mix(in srgb,var(--theme-primary) 85%,black);box-shadow:0 2px 4px #0003}.dialog__btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.overhead-payroll-table{font-size:12px}.overhead-payroll-table th,.overhead-payroll-table td{padding:6px 4px}}.pd-grid-container{display:flex;flex-direction:column;height:100%;padding:8px;box-sizing:border-box;font-size:14px}.pd-toolbar{display:flex;flex-wrap:wrap;gap:8px;align-items:center;padding:6px 0}.pd-table-wrapper{display:flex;flex-direction:column;overflow:hidden;flex:1}.pd-table-container{height:65vh;overflow:auto;border:1px solid;border-radius:4px;position:relative}.pd-table{width:100%;border-collapse:collapse;font-size:13px}.pd-table thead{position:sticky;top:0;z-index:10}.pd-table thead th{padding:8px 10px;text-align:left;font-weight:600;font-size:12px;white-space:nowrap}.pd-table tbody tr{transition:background-color .1s}.pd-table tbody tr:hover td{background-color:#0000000a}.pd-table tbody td{padding:5px 10px;vertical-align:middle}.pd-sortable-header{display:flex;align-items:center;gap:4px;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.pd-sortable-header:hover{opacity:.75}.pd-cell-text{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;max-width:280px}.pd-expanded-row td{padding:0}.pd-sub-table{width:100%;font-size:12px;border-collapse:collapse}.pd-sub-table th{padding:4px 10px;font-weight:600;text-align:left}.pd-sub-table td{padding:4px 10px}.pd-table-pagination{display:flex;align-items:center;justify-content:space-between;padding:8px 4px;font-size:13px;border-top:1px solid;flex-wrap:wrap;gap:8px}.pd-table-pagination-controls{display:flex;align-items:center;gap:6px}.pd-table-pagination-controls button{padding:4px 8px;border:1px solid;border-radius:4px;background:transparent;cursor:pointer;font-size:13px}.pd-table-pagination-controls button:disabled{opacity:.4;cursor:not-allowed}.pd-table-pagination-controls select{padding:4px 6px;border:1px solid;border-radius:4px;font-size:13px;background:transparent;cursor:pointer}.pe-container{display:flex;flex-direction:column;height:100%;padding:8px;box-sizing:border-box;overflow:auto}.pe-pending-table{width:100%;border-collapse:collapse;font-size:13px}.pe-pending-table thead th{padding:8px 12px;text-align:left;font-weight:600;font-size:12px;white-space:nowrap;border-bottom:2px solid}.pe-pending-table tbody td{padding:6px 12px;border-bottom:1px solid;vertical-align:middle}.pe-pending-table tbody tr:hover td{background-color:#0000000a}.pe-pending-empty{padding:40px;text-align:center;opacity:.5;font-size:13px}.gantt-container{background:#fff;border:1px solid #e0e0e0;border-radius:8px;overflow-x:hidden;width:100%;overflow-y:visible}.gantt-timeline-header{display:flex;border-bottom:2px solid #e0e0e0;background:#f9f9f9;position:sticky;top:0;z-index:10}.gantt-row-label-header{width:200px;min-width:200px;padding:.75rem 1rem;font-weight:600;font-size:.875rem;color:#666;text-transform:uppercase;letter-spacing:.5px;border-right:1px solid #e0e0e0;background:#f9f9f9}.gantt-timeline-area{flex:1;position:relative;width:100%;height:60px;border-left:1px solid #e0e0e0}.gantt-month-marker{position:absolute;top:0;height:100%;pointer-events:none}.gantt-month-line{position:absolute;top:0;left:0;width:1px;height:100%;background:#d0d0d0;z-index:1}.gantt-month-label{position:absolute;top:.5rem;left:.5rem;font-size:.75rem;color:#666;font-weight:500;white-space:nowrap;background:#f9f9f9;padding:.125rem .25rem;border-radius:2px}.gantt-month-label.clickable{cursor:pointer;transition:all .2s;pointer-events:auto}.gantt-month-label.clickable:hover{background:#e0e0e0;color:#06c;transform:scale(1.05)}.gantt-content{display:flex;flex-direction:column}.gantt-row{display:flex;border-bottom:1px solid #f0f0f0;min-height:60px;position:relative}.gantt-row:last-child{border-bottom:none}.gantt-row-label{width:200px;min-width:200px;padding:.75rem 1rem;border-right:1px solid #e0e0e0;background:#fafafa;display:flex;align-items:center;position:sticky;left:0;z-index:5}.gantt-group-name{font-size:.938rem;color:#1a1a1a;font-weight:500}.gantt-row .gantt-timeline-area{position:relative;min-height:60px;height:auto}.gantt-bar{position:absolute;height:40px;background:linear-gradient(135deg,#06c,#0052a3);border-radius:4px;border:1px solid #004080;box-shadow:0 2px 4px #0000001a;cursor:pointer;transition:all .2s;z-index:2;overflow:visible;display:flex;align-items:center;padding:0 .75rem}.gantt-bar:hover{box-shadow:0 4px 8px #00000026;transform:translateY(-1px);z-index:3}.gantt-bar-label{font-size:.813rem;color:#fff;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;text-align:center;flex-shrink:0;position:relative}.gantt-bar-quantity{font-size:.75rem;opacity:.9;margin-left:.25rem}.gantt-bar:nth-child(7n+1){background:linear-gradient(135deg,#06c,#0052a3)}.gantt-bar:nth-child(7n+2){background:linear-gradient(135deg,#388e3c,#2e7d32)}.gantt-bar:nth-child(7n+3){background:linear-gradient(135deg,#d32f2f,#b71c1c)}.gantt-bar:nth-child(7n+4){background:linear-gradient(135deg,#f57c00,#e65100)}.gantt-bar:nth-child(7n+5){background:linear-gradient(135deg,#7b1fa2,#6a1b9a)}.gantt-bar:nth-child(7n+6){background:linear-gradient(135deg,#0288d1,#01579b)}.gantt-bar:nth-child(7n+7){background:linear-gradient(135deg,#c2185b,#880e4f)}.subpayable-grid{color:var(--theme-text-primary);height:calc(100vh - 90px);max-height:calc(100vh - 90px);overflow:hidden;position:relative;background-color:var(--theme-background)}.subpayable-grid__main{display:flex;flex-direction:column;overflow:hidden;padding-left:20px;padding-right:20px;padding-bottom:10px;height:100%}.subpayable-grid__header{margin-bottom:10px;display:flex;flex-direction:column;gap:12px;flex-shrink:0;height:100%;min-height:0}.subpayable-grid__content{flex:1;padding:20px;overflow:hidden;display:flex;flex-direction:column;min-height:0}.subpayable-grid__error{padding:16px;margin:16px;background-color:color-mix(in srgb,var(--theme-error) 10%,var(--theme-paper));border:1px solid var(--theme-error);border-radius:var(--theme-border-radius);color:var(--theme-error);box-shadow:0 2px 4px color-mix(in srgb,var(--theme-error) 10%,transparent)}.subpayable-grid__error strong{display:block;margin-bottom:8px}.subpayable-grid-view{height:100%;display:flex;flex-direction:column}.subpayable-table-wrapper{position:relative;flex:1;overflow:auto;min-height:0}.subpayable-table-container{overflow:auto;height:calc(100% - 44px);border:1px solid var(--theme-divider);border-radius:0 0 var(--theme-border-radius) var(--theme-border-radius);background-color:var(--theme-paper)}.subpayable-table-loading-inline{height:100%;min-height:320px;display:flex;align-items:center;justify-content:center}.subpayable-table-pagination{height:44px;display:flex;align-items:center;justify-content:space-between;padding:6px 10px;border:1px solid var(--theme-divider);border-top:none;border-radius:0 0 var(--theme-border-radius) var(--theme-border-radius);background-color:var(--theme-paper);font-size:12px}.subpayable-table-pagination-controls{display:flex;align-items:center;gap:8px}.subpayable-table-pagination-controls select,.subpayable-table-pagination-controls button{background-color:var(--theme-paper);color:var(--theme-text-primary);border:1px solid var(--theme-divider);border-radius:4px;height:28px;padding:0 8px;cursor:pointer}.subpayable-table-pagination-controls button:disabled{opacity:.5;cursor:not-allowed}.subpayable-table{width:100%;border-collapse:collapse;font-size:14px;background-color:var(--theme-paper);color:var(--theme-text-primary)}.subpayable-table thead{position:sticky;top:0;background-color:color-mix(in srgb,var(--theme-paper) 95%,var(--theme-text-primary) 5%);z-index:10;box-shadow:0 2px 4px #0000000d}.subpayable-table th{padding:12px 8px;text-align:left;font-weight:600;border-bottom:2px solid var(--theme-divider);background-color:color-mix(in srgb,var(--theme-paper) 95%,var(--theme-text-primary) 5%);white-space:nowrap;-webkit-user-select:none;user-select:none}.subpayable-table td{padding:10px 8px;border-bottom:1px solid var(--theme-divider);vertical-align:middle}.subpayable-table tbody tr{transition:background-color .15s ease}.subpayable-table tbody tr:hover{background-color:color-mix(in srgb,var(--theme-paper) 97%,var(--theme-text-primary) 3%)}.subpayable-table tbody tr.selected{background-color:color-mix(in srgb,var(--theme-primary) 20%,var(--theme-paper))}.subpayable-table tbody tr.selected:hover{background-color:color-mix(in srgb,var(--theme-primary) 25%,var(--theme-paper))}.sortable-header{display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}.table-footer{display:flex;align-items:center;padding:12px 8px;font-weight:600;background-color:color-mix(in srgb,var(--theme-paper) 97%,var(--theme-text-primary) 3%);color:var(--theme-text-primary)}.expand-button{background:none;border:none;cursor:pointer;font-size:14px;padding:4px 8px;color:var(--theme-primary);border-radius:var(--theme-border-radius);transition:background-color .2s}.expand-button:hover{background-color:color-mix(in srgb,var(--theme-primary) 15%,var(--theme-paper))}.expand-button:disabled{color:var(--theme-text-disabled);cursor:not-allowed}.row-checkbox{cursor:pointer;width:18px;height:18px;accent-color:var(--theme-primary)}.edit-button,.export-button{padding:6px 14px;font-size:13px;cursor:pointer;border:none;border-radius:var(--theme-border-radius);transition:all .2s;font-weight:500;box-shadow:0 1px 3px #0000001f}.edit-button{background-color:var(--theme-primary);color:var(--theme-primary-contrast)}.edit-button:hover{background-color:color-mix(in srgb,var(--theme-primary) 90%,black);box-shadow:0 2px 4px #00000029}.export-button{background-color:var(--theme-success);color:var(--theme-success-contrast)}.export-button:hover{background-color:color-mix(in srgb,var(--theme-success) 90%,black);box-shadow:0 2px 4px #00000029}.actions-button{background:none;border:none;cursor:pointer;font-size:18px;padding:4px 8px;color:var(--theme-text-secondary);border-radius:var(--theme-border-radius);transition:background-color .2s}.actions-button:hover{background-color:color-mix(in srgb,var(--theme-paper) 95%,var(--theme-text-primary) 5%)}.expanded-row-content{padding:16px;background-color:color-mix(in srgb,var(--theme-paper) 97%,var(--theme-text-primary) 3%);border-top:1px solid var(--theme-divider)}.selected-count-banner{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background-color:color-mix(in srgb,var(--theme-primary) 15%,var(--theme-paper));color:var(--theme-text-primary);border-bottom:1px solid var(--theme-divider);font-weight:500;gap:12px}.render-all-selected-btn{padding:6px 14px;font-size:13px;cursor:pointer;border:none;border-radius:var(--theme-border-radius);transition:all .2s;font-weight:500;background-color:var(--theme-primary);color:var(--theme-primary-contrast);box-shadow:0 1px 3px #0000001f}.render-all-selected-btn:hover{background-color:color-mix(in srgb,var(--theme-primary) 90%,black);box-shadow:0 2px 4px #00000029;transform:translateY(-1px)}.render-all-selected-btn:active{transform:translateY(0);box-shadow:0 1px 2px #0000001f}.subpayable-notes-list-item{border:1px solid var(--theme-divider)}.subpayable-job-purchase-order-section{background-color:var(--theme-background);color:var(--theme-text-primary)}.subpayable-job-purchase-order-table{background-color:var(--theme-paper)!important;border:1px solid var(--theme-divider)!important}.subpayable-job-purchase-order-table .MuiTable-root{background-color:var(--theme-paper)}.subpayable-job-purchase-order-table .MuiTableHead-root{background-color:color-mix(in srgb,var(--theme-paper) 95%,var(--theme-text-primary) 5%)}.subpayable-job-purchase-order-table .MuiTableCell-head{font-weight:600;border-bottom:2px solid var(--theme-divider);background-color:color-mix(in srgb,var(--theme-paper) 95%,var(--theme-text-primary) 5%);color:var(--theme-text-primary)}.subpayable-job-purchase-order-table .MuiTableCell-body{color:var(--theme-text-primary);border-bottom:1px solid var(--theme-divider)}.subpayable-job-purchase-order-table .MuiTableRow-root:hover{background-color:color-mix(in srgb,var(--theme-paper) 97%,var(--theme-text-primary) 3%)}.subpayable-job-purchase-order-table .MuiTableHead-root:last-child .MuiTableRow-root{background-color:color-mix(in srgb,var(--theme-paper) 97%,var(--theme-text-primary) 3%)}.subpayable-job-purchase-order-table .MuiTableHead-root:last-child .MuiTableCell-root{font-weight:600;border-top:2px solid var(--theme-divider);color:var(--theme-text-primary)}.subpayable-controls-bar{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background-color:var(--theme-background);border:1px solid var(--theme-divider);border-bottom:none;border-radius:var(--theme-border-radius) var(--theme-border-radius) 0 0;gap:16px;flex-wrap:wrap}.subpayable-controls-bar__expand-controls{display:flex;gap:8px}.subpayable-controls-bar__control-btn{padding:6px 12px;font-size:13px;background-color:var(--theme-paper);color:var(--theme-text-primary);border:1px solid var(--theme-divider);border-radius:var(--theme-border-radius);cursor:pointer;transition:background-color .2s,border-color .2s}.subpayable-controls-bar__control-btn:hover{background-color:color-mix(in srgb,var(--theme-primary) 10%,var(--theme-paper));border-color:var(--theme-primary);color:var(--theme-primary)}.subpayable-controls-bar__pagination-controls{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.subpayable-controls-bar__page-info{font-size:13px;color:var(--theme-text-secondary);white-space:nowrap}.subpayable-controls-bar__page-size-select{padding:6px 10px;font-size:13px;background-color:var(--theme-paper);color:var(--theme-text-primary);border:1px solid var(--theme-divider);border-radius:var(--theme-border-radius);cursor:pointer;transition:border-color .2s}.subpayable-controls-bar__page-size-select:hover{border-color:var(--theme-primary)}.subpayable-controls-bar__page-size-select:focus{outline:none;border-color:var(--theme-primary);box-shadow:0 0 0 2px color-mix(in srgb,var(--theme-primary) 10%,transparent)}.subpayable-controls-bar__page-buttons{display:flex;align-items:center;gap:4px}.subpayable-controls-bar__page-btn{padding:6px 10px;font-size:13px;background-color:var(--theme-paper);color:var(--theme-text-primary);border:1px solid var(--theme-divider);border-radius:var(--theme-border-radius);cursor:pointer;transition:background-color .2s,border-color .2s;min-width:32px}.subpayable-controls-bar__page-btn:hover:not(:disabled){background-color:color-mix(in srgb,var(--theme-primary) 10%,var(--theme-paper));border-color:var(--theme-primary);color:var(--theme-primary)}.subpayable-controls-bar__page-btn:disabled{opacity:.4;cursor:not-allowed;color:var(--theme-text-disabled)}.subpayable-controls-bar__page-number{font-size:13px;color:var(--theme-text-secondary);padding:0 8px;white-space:nowrap}.subpayable-controls-bar+.invoice-table-wrapper .invoice-table-container{border-radius:0 0 var(--theme-border-radius) var(--theme-border-radius)}@media (max-width: 768px){.subpayable-table{font-size:12px}.subpayable-table th,.subpayable-table td{padding:6px 4px}.subpayable-controls-bar{flex-direction:column;align-items:stretch}.subpayable-controls-bar__pagination-controls{justify-content:center}}.td-grid-container{display:flex;flex-direction:column;height:100%;padding:8px;box-sizing:border-box;font-size:14px}.td-toolbar{display:flex;flex-wrap:wrap;gap:8px;align-items:center;padding:6px 0}.td-table-wrapper{display:flex;flex-direction:column;overflow:hidden;flex:1}.td-table-container{height:65vh;overflow:auto;border:1px solid;border-radius:4px;position:relative}.td-table{width:100%;border-collapse:collapse;font-size:13px}.td-table thead{position:sticky;top:0;z-index:10}.td-table thead th{padding:8px 10px;text-align:left;font-weight:600;font-size:12px;white-space:nowrap}.td-table tbody tr{transition:background-color .1s}.td-table tbody tr:hover td{background-color:#0000000a}.td-table tbody td{padding:5px 10px;vertical-align:middle}.td-sortable-header{display:flex;align-items:center;gap:4px;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.td-sortable-header:hover{opacity:.75}.td-cell-text{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;max-width:280px}.td-table-pagination{display:flex;align-items:center;justify-content:space-between;padding:8px 4px;font-size:13px;border-top:1px solid;flex-wrap:wrap;gap:8px}.td-table-pagination-controls{display:flex;align-items:center;gap:6px}.td-table-pagination-controls button{padding:4px 8px;border:1px solid;border-radius:4px;background:transparent;cursor:pointer;font-size:13px}.td-table-pagination-controls button:disabled{opacity:.4;cursor:not-allowed}.td-table-pagination-controls select{padding:4px 6px;border:1px solid;border-radius:4px;font-size:13px;background:transparent;cursor:pointer}.unbilled-data-grid{display:flex;flex-direction:column;height:100%;overflow:hidden;padding:12px 16px;box-sizing:border-box;gap:10px;font-size:14px}.unbilled-data-grid__toolbar{display:flex;align-items:center;gap:8px;flex-wrap:wrap;flex-shrink:0}.unbilled-summary-strip{display:flex;overflow:hidden;border-radius:8px;flex-shrink:0}.unbilled-metric{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px;padding:14px 20px;position:relative}.unbilled-metric--total{flex:1.4}.unbilled-metric__accent{position:absolute;top:0;left:0;right:0;height:3px;border-radius:0}.unbilled-metric__label{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.unbilled-metric__value{font-size:18px;font-weight:800;line-height:1.15;letter-spacing:-.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.unbilled-metric__sub{font-size:11px;opacity:.55;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.unbilled-tab-area{flex:1;min-height:0;display:flex;flex-direction:column;border-radius:8px;overflow:hidden}.unbilled-tab-bar{display:flex;align-items:center;justify-content:space-between;gap:8px;border-bottom:1px solid;padding:0 4px;flex-shrink:0}.unbilled-tab-label{display:flex;align-items:center;gap:7px;font-size:13px;font-weight:600}.unbilled-section{display:flex;flex-direction:column;flex:1;min-height:0;border-radius:0 0 8px 8px}.unbilled-section__meta{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 14px;flex-shrink:0;height:48px}.unbilled-section__chips{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.unbilled-section__table-wrap{flex:1;min-height:0;overflow:auto;border-top:1px solid;border-bottom:1px solid}.unbilled-section__table{width:100%;border-collapse:collapse;font-size:13px}.unbilled-section__table thead{position:sticky;top:0;z-index:5}.unbilled-section__table thead th{padding:9px 12px;text-align:left;font-weight:700;font-size:11px;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.unbilled-section__table tbody td{padding:8px 12px;vertical-align:middle;white-space:nowrap}.unbilled-section__table tbody tr:hover td{background-color:#00000009}[data-theme=dark] .unbilled-section__table tbody tr:hover td{background-color:#ffffff0d}.unbilled-section__empty{padding:56px 16px;text-align:center;opacity:.5;font-size:14px}.sortable-header{display:flex;align-items:center;gap:4px;cursor:pointer;-webkit-user-select:none;user-select:none}.sortable-header:hover{opacity:.7}.grid-text{font-size:13px;white-space:nowrap}@media (max-width: 800px){.unbilled-metric__value{font-size:15px}.unbilled-metric{padding:10px 12px}}@media (max-width: 600px){.unbilled-summary-strip{flex-wrap:wrap}.unbilled-metric{flex:none;width:50%}}.wo-grid-container{display:flex;flex-direction:column;height:100%;padding:8px;box-sizing:border-box;font-size:14px}.wo-toolbar{display:flex;flex-wrap:wrap;gap:8px;align-items:center;padding:6px 0}.wo-table-wrapper{display:flex;flex-direction:column;overflow:hidden;flex:1}.wo-table-container{height:65vh;overflow:auto;border:1px solid;border-radius:4px;position:relative}.wo-table{width:100%;border-collapse:collapse;font-size:13px}.wo-table thead{position:sticky;top:0;z-index:10}.wo-table thead th{padding:8px 10px;text-align:left;font-weight:600;font-size:12px;white-space:nowrap}.wo-table tbody tr{transition:background-color .1s}.wo-table tbody tr:hover td{background-color:#0000000a}.wo-table tbody td{padding:5px 10px;vertical-align:middle}.wo-group-row td{padding:6px 10px;font-weight:600;cursor:default;font-size:12px}.wo-group-row:hover td{background-color:#0000000f}.wo-sortable-header{display:flex;align-items:center;gap:4px;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.wo-sortable-header:hover{opacity:.75}.wo-cell-text{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;max-width:280px}.wo-table-pagination{display:flex;align-items:center;justify-content:space-between;padding:8px 4px;font-size:13px;border-top:1px solid;flex-wrap:wrap;gap:8px}.wo-table-pagination-controls{display:flex;align-items:center;gap:6px}.wo-table-pagination-controls button{padding:4px 8px;border:1px solid;border-radius:4px;background:transparent;cursor:pointer;font-size:13px}.wo-table-pagination-controls button:disabled{opacity:.4;cursor:not-allowed}.wo-table-pagination-controls select{padding:4px 6px;border:1px solid;border-radius:4px;font-size:13px;background:transparent;cursor:pointer}:root{--primary-font-size: 12px}.valid.modified:not([type=checkbox]){outline:1px solid #26b050}.invalid{outline:1px solid red}.validation-message{color:red}#blazor-error-ui{background:#b32121;color:#fff;bottom:0;box-shadow:0 -1px 2px #0003;box-sizing:border-box;display:none;left:0;padding:.6rem 1.25rem .7rem;position:fixed;width:100%;z-index:1000}#blazor-error-ui a{color:#fff;text-decoration:underline}#blazor-error-ui .dismiss{cursor:pointer;position:absolute;right:.75rem;top:.5rem}.blazor-error-boundary{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem,#b32121;padding:1rem 1rem 1rem 3.7rem;color:#fff}.blazor-error-boundary:after{content:"An error has occurred."}.loading-progress{position:absolute;display:block;width:8rem;height:8rem;inset:20vh 0 auto 0;margin:0 auto}.loading-progress circle{fill:none;stroke:#e0e0e0;stroke-width:.6rem;transform-origin:50% 50%;transform:rotate(-90deg)}.loading-progress circle:last-child{stroke:#1b6ec2;stroke-dasharray:calc(3.141 * var(--blazor-load-percentage, 0%) * .8),500%;transition:stroke-dasharray .05s ease-in-out}.loading-progress-text{position:absolute;text-align:center;font-weight:700;inset:calc(20vh + 3.25rem) 0 auto .2rem}.loading-progress-text:after{content:var(--blazor-load-percentage-text, "Loading")}code{color:#c02d76}.header_text{font-size:1rem!important;white-space:nowrap}.job-tab-panel{max-height:100%;width:100%}.mud-dialog{border-radius:6px}.form-floating>.form-control-plaintext::placeholder,.form-floating>.form-control::placeholder{color:var(--bs-secondary-color);text-align:end}.form-floating>.form-control-plaintext:focus::placeholder,.form-floating>.form-control:focus::placeholder{text-align:start}.combo-box-container{max-height:50px;position:relative}.combo-box-popover{width:100%;overflow-y:hidden}.virtualized-list-item{overflow-y:auto}.mud-table,.mud-data-grid{border-radius:12px}.mud-button{font-size:var(--primary-font-size)!important}.mud-toolbar .mud-button-label{font-size:14px!important}.grid-button{color:var(--mud-palette-text-primary)!important;white-space:nowrap!important;vertical-align:middle!important;text-align:left!important;font-size:var(--primary-font-size)!important}.mud-table-cell .mud-button-label{font-size:var(--primary-font-size)!important;padding:2px}.grid-button .mud-button-label{text-align:left!important;justify-content:start!important;align-items:center!important;font-weight:400!important}.center-col-content{text-align:center!important;justify-content:center!important;align-items:center!important}.mud-table-row{font-size:var(--primary-font-size)!important}.mud-table-cell{font-size:var(--primary-font-size)!important;text-align:left}.mud-table-head th{white-space:nowrap!important;text-align:left}.grid-search-box{height:100%;border-radius:5px!important}.grid-text{font-size:var(--primary-font-size)!important}.col-no-wrap{overflow-x:hidden;white-space:nowrap}.st-col-xxs,.st-col-xxs.mud-table-cell{width:25px!important}.st-col-xs,.st-col-xs.mud-table-cell{width:50px!important}.st-col-sm,.st-col-sm.mud-table-cell{width:120px!important}.st-col,.st-col.mud-table-cell{width:150px!important}.st-col-lg,.st-col-lg.mud-table-cell{width:200px!important}.st-col-xl,.st-col-xl.mud-table-cell{width:300px!important}.st-tab-header{padding:5px}.st-tab-panel{font-size:.78rem!important;min-height:25px!important;padding:4px!important}.st-card-sm{border:1px solid #e0e0e0;border-radius:4px;display:flex;flex-direction:column;align-items:flex-start;padding:10px;width:100%}.st-card-sm p{padding-top:5px;font-size:.78rem!important;line-height:1.4;font-weight:450}.st-card-md{border:1px solid #e0e0e0;border-radius:4px;display:flex;flex-direction:column;align-items:flex-start;padding:10px;width:100%}.st-row-sm{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px;width:100%}.job-tab-grid{height:65vh;overflow-y:auto;width:100%}.st-dropdown-popover{overflow-y:hidden!important;max-height:100%!important}.grid-checkbox{margin-left:auto;margin-right:auto;height:18px;width:18px}.st-outlined{border:1px solid var(--mud-palette-lines-default)}.st-rounded{border-radius:12px}.dash-card{border-radius:12px;padding:10px;width:100%;margin-bottom:10px;min-height:5vh;border:1px solid var(--mud-palette-lines-default)}.dash-table{width:100%}.dash-chart{width:100%;height:35vh}.dialog-resource-list{min-height:50vh;width:100%}.documentation-container{position:fixed;top:0;left:0;width:100vw;height:100vh;padding:0;margin:0;overflow:hidden}.documentation-popup{width:100%;height:80vh;overflow:hidden}.documentation-iframe{width:100%;height:100%;border:none;display:block}.example-header{display:flex;align-items:center;gap:10px;margin-bottom:10px;padding:10px;background-color:#f5f5f5;border-radius:4px}.example-header span{font-size:12px;font-weight:500;color:#000000de}.example-header input{flex:1;max-width:300px;padding:8px 12px;font-size:12px;border:1px solid #e0e0e0;border-radius:4px;outline:none;transition:border-color .2s}.example-header input:focus{border-color:#234c7c}.example-header input::placeholder{color:#00000061}.export-button{padding:8px 16px;font-size:12px;font-weight:500;background-color:#234c7c;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s;white-space:nowrap}.export-button:hover{background-color:#1a3a5e}.export-button:active{background-color:#152f4d}.dark .example-header{background-color:#2d2d2d}.dark .example-header span{color:#ffffffde}.dark .example-header input{background-color:#1e1e1e;border-color:#424242;color:#ffffffde}.dark .example-header input:focus{border-color:#234c7c}.dark .example-header input::placeholder{color:#ffffff61}.dark .export-button{background-color:#234c7c;color:#fff}.dark .export-button:hover{background-color:#2d5a92}.dark .export-button:active{background-color:#1a3a5e}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.grid-filter-panel{padding:6px;border-radius:12px;color:var(--mud-palette-text-primary);background-color:var(--mud-palette-surface);transition:box-shadow .3s cubic-bezier(.4,0,.2,1) 0ms;border:1px solid var(--mud-palette-lines-default)}.grid-filter-date-picker{cursor:pointer;position:relative;border-width:0px}.grid-filter-header{color:#000}.grid-filter-panel-top-row{margin-top:12px!important}.grid-filter-icon,.grid-filter-header{color:var(--mud-palette-text-primary)}.hourly-time-grid__table{border-collapse:collapse;width:100%;border-radius:12px}.hourly-time-grid__table th{font-size:12px!important;padding:10px 16px!important}.hourly-time-grid__table td{font-size:12px!important;padding:8px 16px!important}.hourly-time-grid__table input[type=checkbox]{accent-color:#4da6ff;width:16px;height:16px}.hourly-time-grid__pagination-controls button{font-size:12px!important;padding:6px 12px!important}.hourly-time-grid__controls-bar button{font-size:13px!important;padding:6px 12px!important}
