.loading-overlay{position:fixed;inset:0;background-color:var(--osprey-loading-overlay-backdrop, var(--osprey-overlay-backdrop, rgba(0, 0, 0, .6)));display:flex;align-items:center;justify-content:center;z-index:9999}.loading-logo{width:100px;animation:zoom-in-zoom-out 2s ease-in-out infinite}@keyframes zoom-in-zoom-out{0%{transform:scale(1)}50%{transform:scale(1.5)}to{transform:scale(1)}}.ps-logo{display:block;width:33px;height:38px;margin:8px auto;cursor:pointer;transition:all .3s cubic-bezier(.4,2,.6,1);border-radius:4px;background:#ffffff0d;box-shadow:0 2px 8px #0000000f}@media (max-width: 2560px){.ps-logo{height:32px;box-shadow:0 1px 4px #0000000f}}@media (max-width: 1440px){.ps-logo{height:32px;box-shadow:0 1px 4px #0000000f}}@media (max-width: 960px){.ps-logo{height:32px;box-shadow:0 1px 4px #0000000f}}@media (max-width: 600px){.ps-logo{height:24px}}@media (max-width: 768px){.ps-logo{height:28px;width:30px}}.mobile-logo-wrap{position:fixed;top:8px;left:8px;z-index:1200;margin:8px 4px;padding:0;border-radius:2px}@media (max-width: 768px){.mobile-logo-wrap .ps-logo-m{height:28px;width:30px;box-shadow:none;margin:0}}.project-page-root{display:flex}.project-drawer-header{display:flex;align-items:center;justify-content:flex-start;min-height:56px;padding:8px 8px 0}.project-page-root .MuiDrawer-paper .MuiListItemIcon-root,.project-page-root .MuiDrawer-paper .MuiListItemIcon-root .MuiSvgIcon-root,.project-page-root .MuiDrawer-paper .MuiIconButton-root,.project-page-root .MuiDrawer-paper .MuiIconButton-root .MuiSvgIcon-root{color:var(--project-drawer-text, var(--osprey-text-on-primary, #ffffff))!important;fill:var(--project-drawer-text, var(--osprey-text-on-primary, #ffffff))!important}.icon-white{fill:#fff!important}.right-overlay-root{position:absolute;inset:0;margin:8px;z-index:1299;display:flex;flex-direction:column;pointer-events:none;align-items:flex-start;justify-content:flex-start}@media (min-width: 600px) and (max-width: 899px){.right-overlay-root{margin:12px}}.right-overlay-panel{background-color:var(--overlay-panel-bg, var(--osprey-panel-background));color:var(--overlay-panel-text, var(--osprey-panel-text));border-radius:8px;box-shadow:0 8px 28px #0003;max-width:100%;min-width:375px;min-height:240px;box-sizing:border-box;padding:4px;overflow:hidden;display:flex;flex-direction:column;pointer-events:auto;position:relative;touch-action:none}@media (min-width: 600px){.right-overlay-panel{padding:8px}}@media (min-width: 900px){.right-overlay-panel{padding:12px}}.right-overlay-panel .MuiDataGrid-root{background-color:var(--overlay-grid-bg, var(--osprey-table-grid-background));color:var(--overlay-grid-text, var(--osprey-table-grid-text));border-color:var(--overlay-grid-border, var(--osprey-table-grid-border))}.right-overlay-panel .MuiDataGrid-columnHeaders{background-color:var(--overlay-grid-header-bg, var(--osprey-table-grid-header-background));color:var(--overlay-grid-header-text, var(--osprey-table-grid-header-text));border-bottom-color:var(--overlay-grid-border, var(--osprey-table-grid-border))}.right-overlay-panel .MuiDataGrid-row,.right-overlay-panel .MuiDataGrid-cell{border-color:var(--overlay-grid-border, var(--osprey-table-grid-border))}.right-overlay-panel .MuiDataGrid-row:hover{background-color:var(--overlay-grid-hover, var(--osprey-table-grid-hover))}.right-overlay-panel .MuiDataGrid-footerContainer{background-color:var(--overlay-grid-header-bg, var(--osprey-table-grid-header-background));color:var(--overlay-grid-header-text, var(--osprey-table-grid-header-text));border-top-color:var(--overlay-grid-border, var(--osprey-table-grid-border))}.right-overlay-panel .MuiDataGrid-toolbarContainer,.right-overlay-panel .MuiDataGrid-withBorderColor{border-color:var(--overlay-grid-border, var(--osprey-table-grid-border))}.right-overlay-panel .MuiOutlinedInput-root,.right-overlay-panel .MuiInputBase-root.MuiOutlinedInput-root{background-color:var(--osprey-settings-input-bg)}.right-overlay-panel .MuiOutlinedInput-notchedOutline{border-color:var(--osprey-settings-input-border)}.right-overlay-panel .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:var(--osprey-secondary)}.right-overlay-panel .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--osprey-secondary)!important;border-width:2px!important}.right-overlay-panel .MuiOutlinedInput-root.Mui-focused{box-shadow:0 0 0 2px var(--osprey-secondary-light-active);border-radius:4px}.right-overlay-panel .MuiFormLabel-root{color:var(--osprey-settings-input-label)}.right-overlay-panel .MuiFormLabel-root.Mui-focused{color:var(--osprey-secondary)}.right-overlay-panel .MuiInputBase-input,.right-overlay-panel .MuiInputBase-input.Mui-disabled,.right-overlay-panel .MuiSelect-select{color:var(--osprey-settings-input-text);-webkit-text-fill-color:var(--osprey-settings-input-text)}.right-overlay-panel .MuiInputBase-root.Mui-focused .MuiSvgIcon-root,.right-overlay-panel .MuiSelect-icon,.right-overlay-panel .MuiAutocomplete-popupIndicator,.right-overlay-panel .MuiAutocomplete-clearIndicator{color:var(--osprey-secondary)}.right-overlay-header{display:flex;align-items:center;margin-bottom:8px;background-color:var(--overlay-header-bg, var(--osprey-primary));border-radius:4px;padding:4px 8px;font-weight:700}@media (min-width: 600px){.right-overlay-header{padding:4px 16px}}.right-overlay-title{font-weight:700!important;color:var(--overlay-header-text, var(--osprey-text-on-primary));margin-left:0;flex:1;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 599px){.right-overlay-title{font-size:13px!important}}@media (min-width: 600px){.right-overlay-title{font-size:16px!important}}.right-overlay-icon-btn,.right-overlay-icon-btn:focus,.right-overlay-icon-btn:active,.right-overlay-icon-btn .MuiSvgIcon-root,.right-overlay-icon-btn:focus .MuiSvgIcon-root,.right-overlay-icon-btn:active .MuiSvgIcon-root{color:var(--overlay-header-text, var(--osprey-text-on-primary, #ffffff))!important;fill:var(--overlay-header-text, var(--osprey-text-on-primary, #ffffff))!important}.right-overlay-icon-btn:hover{background-color:var(--overlay-header-hover, rgba(255, 255, 255, .14))!important;color:var(--overlay-header-text, var(--osprey-text-on-primary, #ffffff))!important}.right-overlay-icon-btn:hover .MuiSvgIcon-root{color:var(--overlay-header-text, var(--osprey-text-on-primary, #ffffff))!important;fill:var(--overlay-header-text, var(--osprey-text-on-primary, #ffffff))!important}.right-overlay-divider{margin-bottom:8px!important}.right-overlay-content{flex:1;min-height:0;overflow:auto;box-sizing:border-box;width:100%;padding:0}@media (min-width: 600px){.right-overlay-content{padding:0 4px}}@media (min-width: 900px){.right-overlay-content{padding:0 8px}}.right-overlay-resize-handle{position:absolute;right:6px;bottom:6px;width:18px;height:18px;cursor:nwse-resize;border-radius:4px;opacity:.65;background:linear-gradient(135deg,transparent 0 40%,var(--overlay-resize-handle, rgba(0, 0, 0, .25)) 40% 55%,transparent 55% 65%,var(--overlay-resize-handle, rgba(0, 0, 0, .25)) 65% 80%,transparent 80% 100%)}.right-overlay-resize-handle:hover{opacity:1}.right-overlay-panel.overlay-panel-narrow .right-overlay-title{font-size:16px!important}.right-overlay-panel.overlay-panel-narrow .right-overlay-header{padding:4px 16px}.right-overlay-panel.overlay-panel-narrow .right-overlay-content{padding:0}.right-overlay-panel.overlay-panel-compact .right-overlay-title{font-size:16px!important}.right-overlay-panel.overlay-panel-compact .right-overlay-header{padding:4px 16px}.mobile-logo-wrap{display:block}.mobile-logo-wrap.is-hidden{display:none}@media (min-width: 900px){.mobile-logo-wrap{display:none}}.project-mobile-drawer .project-mobile-drawer-paper{width:100%;background-color:var(--project-drawer-bg, var(--osprey-primary));color:var(--project-drawer-text, var(--osprey-text-on-primary, #ffffff))}.project-mobile-drawer-header-inner{display:flex;align-items:center;width:100%;padding:0 8px;justify-content:flex-start}.project-mobile-drawer-title{font-weight:700!important;font-size:14px!important;color:var(--project-drawer-title, var(--osprey-text-on-primary, #ffffff))!important;margin-left:10px!important;flex:1;text-align:left}.project-mobile-drawer-close,.project-mobile-drawer-close:hover,.project-mobile-drawer-close .MuiSvgIcon-root{color:var(--project-drawer-text, var(--osprey-text-on-primary, #ffffff))!important}.project-mobile-drawer-item{display:block!important}.project-mobile-drawer-button{min-height:44px!important;padding-left:16px!important;padding-right:16px!important;color:var(--project-drawer-text, var(--osprey-text-on-primary, #ffffff))!important;justify-content:initial!important}.project-mobile-drawer-button:hover{background-color:var(--project-drawer-hover-bg, var(--osprey-menu-active))!important;color:var(--project-drawer-text, var(--osprey-text-on-primary, #ffffff))!important}.project-mobile-drawer-button.Mui-selected,.project-mobile-drawer-button.Mui-selected:hover{background-color:var(--project-drawer-selected-bg, var(--osprey-menu-active))!important;color:var(--project-drawer-text, var(--osprey-text-on-primary, #ffffff))!important}.project-mobile-drawer-button.Mui-selected .project-mobile-drawer-icon,.project-mobile-drawer-button.Mui-selected:hover .project-mobile-drawer-icon,.project-mobile-drawer-button:hover .project-mobile-drawer-icon,.project-mobile-drawer-button.Mui-selected .project-mobile-drawer-icon .MuiSvgIcon-root,.project-mobile-drawer-button.Mui-selected:hover .project-mobile-drawer-icon .MuiSvgIcon-root,.project-mobile-drawer-button:hover .project-mobile-drawer-icon .MuiSvgIcon-root{color:var(--project-drawer-text, var(--osprey-text-on-primary, #ffffff))!important}.project-mobile-drawer-icon{min-width:0!important;margin-right:16px!important;color:var(--project-drawer-text, var(--osprey-text-on-primary, #ffffff))!important}.project-mobile-drawer-icon .MuiSvgIcon-root{color:var(--project-drawer-text, var(--osprey-text-on-primary, #ffffff))!important}.project-desktop-drawer .MuiDrawer-paper{background-color:var(--project-drawer-bg, var(--osprey-primary));color:var(--project-drawer-text, var(--osprey-text-on-primary, #ffffff))}.project-desktop-drawer-header-inner{display:flex;align-items:center;justify-content:flex-start}.project-desktop-drawer-title{font-weight:700!important;font-size:13px!important;color:var(--project-drawer-title, var(--osprey-text-on-primary, #ffffff))!important;margin:0 0 0 10px!important;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px;flex:1}.project-desktop-drawer-item{display:block!important}.project-desktop-drawer-button{min-height:36px!important;padding-left:12px!important;padding-right:12px!important;color:var(--project-drawer-text, var(--osprey-text-on-primary, #ffffff))!important}.project-desktop-drawer-button.is-open{justify-content:initial!important}.project-desktop-drawer-button.is-collapsed{justify-content:center!important}.project-desktop-drawer-button:hover{background-color:var(--project-drawer-hover-bg, var(--osprey-menu-active))!important;color:var(--project-drawer-text, var(--osprey-text-on-primary, #ffffff))!important}.project-desktop-drawer-button.Mui-selected,.project-desktop-drawer-button.Mui-selected:hover{background-color:var(--project-drawer-selected-bg, var(--osprey-menu-active))!important;color:var(--project-drawer-text, var(--osprey-text-on-primary, #ffffff))!important}.project-desktop-drawer-button.Mui-selected .project-desktop-drawer-icon,.project-desktop-drawer-button.Mui-selected:hover .project-desktop-drawer-icon,.project-desktop-drawer-button:hover .project-desktop-drawer-icon{color:var(--project-drawer-text, var(--osprey-text-on-primary, #ffffff))!important}.project-desktop-drawer-icon{min-width:0!important;justify-content:center;color:var(--project-drawer-text, var(--osprey-text-on-primary, #ffffff))!important}.project-desktop-drawer-icon.is-open{margin-right:16px!important}.project-desktop-drawer-icon.is-collapsed{margin-right:auto!important}.project-desktop-drawer-text.is-open{opacity:1}.project-desktop-drawer-text.is-collapsed{opacity:0}.project-main-content{flex-grow:1;min-height:100vh;padding:0;position:relative;margin-left:0;transition:var(--project-main-content-transition)}.project-main-content.is-mobile{width:100%;margin-left:0}.project-main-content.is-open{width:var(--project-main-content-width-open)}.project-main-content.is-collapsed{width:var(--project-main-content-width-collapsed)}@media (min-width: 600px){.project-main-content.is-collapsed{width:var(--project-main-content-width-collapsed-sm)}}.project-main-content-overlay-page{padding:4px}@media (min-width: 600px){.project-main-content-overlay-page{padding:8px}}.project-main-content-about-text{margin-bottom:16px!important}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.visible{visibility:visible}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-4{margin-left:1rem;margin-right:1rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-4{margin-top:1rem;margin-bottom:1rem}.mb-3{margin-bottom:.75rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-8{margin-top:2rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.\!hidden{display:none!important}.hidden{display:none}.shrink{flex-shrink:1}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.resize{resize:both}.justify-between{justify-content:space-between}.rounded{border-radius:.25rem}.border{border-width:1px}.bg-main-gradient{background-image:linear-gradient(210deg,#fff,#eaf5ff 65%,#e6f1ffc7)}.p-4{padding:1rem}.pb-2{padding-bottom:.5rem}.pb-4{padding-bottom:1rem}.pt-2{padding-top:.5rem}.pt-4{padding-top:1rem}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.underline{text-decoration-line:underline}.outline{outline-style:solid}.ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.invert{--tw-invert: invert(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}html,body,#root{margin:0;padding:0;height:100%;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400}#root{display:flex;flex-direction:column}.App{flex:1;display:flex}.MuiDialog-paper,.MuiPopover-paper,.MuiMenu-paper,.MuiAutocomplete-popper .MuiPaper-root,.MuiPickersPopper-root .MuiPaper-root,.MuiDataGrid-panelWrapper .MuiPaper-root{background-color:var(--osprey-modal-bg, #ffffff);color:var(--osprey-modal-text, #1d2531);border:1px solid var(--osprey-modal-border, rgba(0, 0, 0, .12))}.MuiDialogTitle-root,.MuiDialogContent-root,.MuiDialogActions-root,.MuiDialog-paper .MuiInputBase-root,.MuiDialog-paper .MuiSelect-select,.MuiDialog-paper .MuiInputBase-input,.MuiDialog-paper .MuiFormLabel-root{color:var(--osprey-modal-text, #1d2531)}.MuiDialog-paper .MuiOutlinedInput-root{background-color:var(--osprey-table-bg, #ffffff)}.MuiDialog-paper .MuiOutlinedInput-notchedOutline{border-color:var(--osprey-modal-border, rgba(0, 0, 0, .12))}.MuiDialog-paper .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline,.MuiDialog-paper .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--osprey-secondary, #1976d2)}.MuiAlert-root{background-color:var(--osprey-alert-bg, #ffffff);color:var(--osprey-alert-text, #1d2531);border:1px solid var(--osprey-modal-border, rgba(0, 0, 0, .12))}.MuiAlert-root .MuiAlert-icon,.MuiAlert-root .MuiSvgIcon-root{color:var(--osprey-secondary, #1976d2)}:root{--osprey-primary: #003478;--osprey-title: var(--osprey-primary);--osprey-secondary: #1976d2;--osprey-tertiary: #1d2531;--osprey-tree-selected: #263141;--osprey-tree-hover: #2e3b4e;--osprey-panel-accent: #506686;--osprey-menu-active: #060a0e;--osprey-secondary-light-active: #d6eafc;--osprey-modal-bg: #ffffff;--osprey-modal-text: #1d2531;--osprey-modal-border: rgba(0, 0, 0, .12);--osprey-alert-bg: #ffffff;--osprey-alert-text: #1d2531;--osprey-panel-bg: #ffffff;--osprey-panel-background: #ffffff;--osprey-panel-text: #1d2531;--osprey-table-grid-background: #ffffff;--osprey-table-grid-hover: #f3f3f3;--osprey-table-grid-text: #1d2531;--osprey-table-grid-border: rgba(0, 0, 0, .12);--osprey-table-grid-header-background: #f5f5f5;--osprey-table-grid-header-text: #1d2531;--osprey-table-grid-pagination-text: #1d2531;--osprey-table-grid-pagination-disabled: rgba(0, 0, 0, .3);--osprey-search-input-bg: #ffffff;--osprey-search-input-border: rgba(0, 0, 0, .23);--osprey-search-input-label: rgba(0, 0, 0, .6);--osprey-search-input-text: #1d2531;--osprey-search-input-icon: rgba(0, 0, 0, .54);--osprey-settings-input-bg: #ffffff;--osprey-settings-input-border: #1976d2;--osprey-settings-input-label: rgba(0, 0, 0, .6);--osprey-settings-input-label-display: #003478;--osprey-settings-input-text: #1d2531;--osprey-settings-dropdown-bg: #ffffff;--osprey-settings-dropdown-hover: #d6eafc;--osprey-settings-panel-bg: #ffffff;--osprey-settings-panel-border: rgba(0, 0, 0, .12);--osprey-icon-muted: #868686;--osprey-subtle-text: #736970;--osprey-overlay-backdrop: rgba(0, 0, 0, .6);--osprey-loading-overlay-backdrop: rgba(0, 52, 120, .92);--osprey-hover-overlay: rgba(0, 0, 0, .04);--osprey-text-on-primary: #ffffff}.MuiPaper-root,.MuiDialog-paper{border-color:var(--osprey-modal-border)}.MuiOutlinedInput-root{background-color:var(--osprey-settings-input-bg)}.MuiOutlinedInput-notchedOutline{border-color:var(--osprey-settings-input-border)}.MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:var(--osprey-secondary)}.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--osprey-secondary);border-width:2px}.MuiFormLabel-root{color:var(--osprey-settings-input-label)}.MuiFormLabel-root.Mui-focused{color:var(--osprey-secondary)}.MuiInputBase-input,.MuiInputBase-input.Mui-disabled,.MuiSelect-select,.MuiSvgIcon-root{color:var(--osprey-settings-input-text)}.MuiMenu-paper,.MuiPopover-paper,.MuiAutocomplete-paper{background-color:var(--osprey-settings-dropdown-bg);color:var(--osprey-settings-input-text);border:1px solid var(--osprey-modal-border)}.MuiMenuItem-root:hover,.MuiAutocomplete-option:hover,.MuiAutocomplete-option.Mui-focused,.MuiAutocomplete-option.Mui-focusVisible{background-color:var(--osprey-settings-dropdown-hover)}.MuiMenuItem-root.Mui-selected,.MuiAutocomplete-option[aria-selected=true]{background-color:var(--osprey-secondary-light-active)}.MuiButton-contained{background-color:var(--osprey-secondary);color:var(--osprey-text-on-primary)}.MuiButton-contained:hover{background-color:var(--osprey-secondary);filter:brightness(.92)}.MuiButton-outlined{color:var(--osprey-secondary);border-color:var(--osprey-secondary)}.MuiButton-outlined:hover{background-color:var(--osprey-hover-overlay)}.MuiTabs-indicator{background-color:var(--osprey-secondary)}.MuiTab-root.Mui-selected{color:var(--osprey-text-on-primary)!important;background-color:var(--osprey-secondary)}.MuiDataGrid-root{background-color:var(--osprey-table-grid-background);color:var(--osprey-table-grid-text);border-color:var(--osprey-table-grid-border)}.MuiDataGrid-columnHeaders,.MuiDataGrid-footerContainer{background-color:var(--osprey-table-grid-header-background);color:var(--osprey-table-grid-header-text);border-color:var(--osprey-table-grid-border)}.MuiDataGrid-cell,.MuiDataGrid-row,.MuiDataGrid-withBorderColor{border-color:var(--osprey-table-grid-border)}.MuiDataGrid-row:hover{background-color:var(--osprey-table-grid-hover)}.settings-page .settings-section-title{margin-bottom:16px;font-size:16px;font-weight:700;color:var(--osprey-title)}.settings-page .settings-input .MuiOutlinedInput-root,.settings-page .settings-input .MuiPickersOutlinedInput-root{background-color:var(--osprey-settings-input-bg)}.settings-page .settings-input .MuiOutlinedInput-notchedOutline,.settings-page .settings-input .MuiPickersOutlinedInput-notchedOutline{border-color:var(--osprey-settings-input-border)}.settings-page .settings-input .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline,.settings-page .settings-input .MuiPickersOutlinedInput-root:hover .MuiPickersOutlinedInput-notchedOutline{border-color:var(--osprey-secondary)}.settings-page .settings-input .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline,.settings-page .settings-input .MuiPickersOutlinedInput-root.Mui-focused .MuiPickersOutlinedInput-notchedOutline{border-color:var(--osprey-secondary)!important;border-width:2px!important}.settings-page .settings-input .MuiOutlinedInput-root.Mui-focused,.settings-page .settings-input .MuiPickersOutlinedInput-root.Mui-focused,.settings-page .settings-input .MuiPickersInputBase-root.Mui-focused{box-shadow:0 0 0 2px var(--osprey-secondary-light-active);border-radius:4px}.settings-page .settings-input .MuiInputBase-input,.settings-page .settings-input .MuiInputBase-input.Mui-disabled,.settings-page .settings-input .MuiPickersSectionList-root,.settings-page .settings-input .MuiPickersSectionList-section,.settings-page .settings-input .MuiPickersInputBase-sectionsContainer{color:var(--osprey-settings-input-text);-webkit-text-fill-color:var(--osprey-settings-input-text)}.settings-page .settings-input .MuiInputLabel-root{color:var(--osprey-settings-input-label-display, var(--osprey-settings-input-label));background-color:var(--osprey-settings-input-bg);padding:0 4px;line-height:1.1;display:inline-block;background-clip:padding-box}.settings-page .settings-input .MuiInputLabel-root.Mui-focused,.settings-page .settings-input .MuiInputBase-root.Mui-focused .MuiSvgIcon-root,.settings-page .settings-input .MuiSelect-icon,.settings-page .settings-input .MuiInputAdornment-root .MuiIconButton-root,.settings-page .settings-input .MuiInputAdornment-root .MuiSvgIcon-root,.settings-page .settings-input .MuiAutocomplete-popupIndicator,.settings-page .settings-input .MuiAutocomplete-clearIndicator{color:var(--osprey-secondary)}.settings-page .settings-theme-input .MuiInputBase-input,.settings-page .settings-theme-input .MuiSelect-select,.settings-page .settings-theme-input .MuiInputBase-input.Mui-disabled{font-size:12px!important}.settings-page .settings-theme-input .settings-theme-preview-title,.settings-page .settings-theme-input .settings-theme-preview-hex,.settings-page .settings-theme-input .MuiTypography-root,.MuiMenuItem-root .settings-theme-preview-title,.MuiMenuItem-root .settings-theme-preview-hex,.MuiMenuItem-root .settings-theme-preview .MuiTypography-root{font-size:12px!important;line-height:1.1}.settings-page .settings-slider{color:var(--osprey-settings-slider-thumb)}.settings-page .settings-slider .MuiSlider-thumb{border:2px solid var(--osprey-settings-slider-thumb);background-color:var(--osprey-settings-slider-thumb)}.settings-page .settings-slider .MuiSlider-rail{color:var(--osprey-settings-slider-rail);opacity:.7}.settings-page .settings-slider .MuiSlider-track{color:var(--osprey-settings-slider-thumb)}.settings-page .settings-slider .MuiSlider-valueLabel{background-color:var(--osprey-settings-slider-value-bg);color:var(--osprey-settings-slider-value-text)}.settings-page .settings-action-btn{background-color:var(--osprey-secondary);color:var(--osprey-text-on-primary)}.settings-page .settings-action-btn:hover{background-color:var(--osprey-secondary);filter:brightness(.95)}.settings-theme-preview{width:100%}.settings-theme-preview-title{font-size:12px;font-weight:600;line-height:1.2;margin-bottom:3px}.settings-theme-preview-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;font-size:12px!important}.settings-theme-preview-item{display:flex;align-items:center;gap:4px}.settings-theme-preview-hex{font-size:11px;line-height:1}.settings-picker-paper{background-color:var(--osprey-panel-background);color:var(--osprey-settings-input-text);border:1px solid var(--osprey-settings-panel-border)}.settings-picker-paper .MuiPickersLayout-root,.settings-picker-paper .MuiPickersCalendarHeader-root,.settings-picker-paper .MuiPickersToolbar-root,.settings-picker-paper .MuiPaper-root,.settings-picker-paper .MuiMenu-paper,.settings-picker-paper .MuiPopover-paper,.settings-picker-paper .MuiMultiSectionDigitalClockSection-root,.settings-picker-paper .MuiMultiSectionDigitalClockSection-item,.settings-picker-paper .MuiDayCalendar-weekDayLabel,.settings-picker-paper .MuiPickersDay-root,.settings-picker-paper .MuiPickersYear-yearButton,.settings-picker-paper .MuiPickersMonth-monthButton,.settings-picker-paper .MuiTypography-root,.settings-picker-paper .MuiSvgIcon-root{color:var(--osprey-settings-input-text)}.settings-picker-paper .MuiPickersLayout-root{background-color:var(--osprey-panel-background)}.settings-picker-paper .MuiPickersDay-root.Mui-selected,.settings-picker-paper .MuiPickersMonth-monthButton.Mui-selected,.settings-picker-paper .MuiPickersYear-yearButton.Mui-selected,.settings-picker-paper .MuiMultiSectionDigitalClockSection-item.Mui-selected{background-color:var(--osprey-secondary);color:var(--osprey-text-on-primary)}.settings-picker-paper .MuiPickersDay-root.Mui-selected:hover{background-color:var(--osprey-secondary);filter:brightness(.95)}.settings-picker-paper .MuiPickersDay-root.MuiPickersDay-today{border-color:var(--osprey-secondary)}.settings-picker-paper .MuiButtonBase-root.MuiPickersToolbarButton-root.Mui-selected,.settings-picker-paper .MuiDialogActions-root .MuiButton-root{color:var(--osprey-secondary)}.settings-picker-paper .MuiClockPointer-root,.settings-picker-paper .MuiClock-pin,.settings-picker-paper .MuiClockPointer-thumb{background-color:var(--osprey-secondary);border-color:var(--osprey-secondary)}
