:root{--vm-shell-primary-color: #006a56;--vm-shell-secondary-color: #8fe5f2;--vm-shell-page-background: var(--body-bg, #fafafa);--vm-shell-text-color: #1a1f24;--vm-shell-header-foreground: #ffffff;--vm-shell-header-background: #00765f;--vm-shell-header-action-hover: rgba(255, 255, 255, .14);--vm-shell-header-action-active: rgba(255, 255, 255, .2);--vm-shell-sidenav-background: #ffffff;--vm-shell-sidenav-text-color: #29323a;--vm-shell-sidenav-muted-color: #66717c;--vm-shell-sidenav-hover-background: #f3f7f7;--vm-shell-sidenav-active-background: #e8f4f1;--vm-shell-sidenav-active-color: var(--vm-shell-primary-color);--vm-shell-surface-background: #ffffff;--vm-shell-active-context-background: var(--gray-lightest, #eee);--vm-shell-active-context-engaged-background: var(--state-warning-bg, #fcf8e3);--vm-shell-context-subnavigation-background: var(--body-bg, #fafafa);--vm-shell-border-color: rgba(15, 23, 32, .12);--vm-shell-context-border-color: var(--border, var(--vm-shell-border-color));--vm-shell-topbar-height: 64px;--vm-shell-sidenav-width: 250px;--vm-shell-sidenav-collapsed-width: 60px}html,body,#root{background:var(--vm-shell-page-background);margin:0;min-height:100%;font-family:IBM Plex Sans,Helvetica Neue,sans-serif}html[data-vm-shell-color-scheme=light]{--vm-shell-page-background: #fafafa}html[data-vm-shell-color-scheme=dark]{--vm-shell-page-background: #1c1c1c}body{color:var(--vm-shell-text-color)}.standalone-shell--dark{--vm-shell-page-background: var(--body-bg, #1c1c1c);--vm-shell-text-color: #e4e9ef;--vm-shell-header-background: #006a56;--vm-shell-sidenav-background: #ffffff;--vm-shell-sidenav-text-color: rgba(0, 0, 0, .87);--vm-shell-sidenav-muted-color: rgba(0, 0, 0, .6);--vm-shell-sidenav-hover-background: rgba(0, 0, 0, .04);--vm-shell-sidenav-active-background: rgba(0, 106, 86, .08);--vm-shell-sidenav-active-color: var(--vm-shell-primary-color);--vm-shell-surface-background: #111922;--vm-shell-active-context-background: var(--gray-dark, #555);--vm-shell-active-context-engaged-background: var(--gray-dark, #555);--vm-shell-context-subnavigation-background: var(--body-bg-accent, #222222);--vm-shell-border-color: rgba(0, 0, 0, .12);--vm-shell-context-border-color: var(--border, #555)}.standalone-shell__header button,.standalone-shell__header select,.standalone-shell__header a,.standalone-shell__sidenav button,.standalone-shell__sidenav a,.standalone-shell__footer button,.standalone-shell__footer a{font:inherit}.standalone-shell{min-height:100vh;display:flex;flex-direction:column}.standalone-shell__header *,.standalone-shell__sidenav *,.standalone-shell__footer *{box-sizing:border-box}@media (min-width: 961px){.standalone-shell--nav-collapsed{--vm-shell-sidenav-width: var(--vm-shell-sidenav-collapsed-width)}}.standalone-shell__header{top:0;background:var(--vm-shell-header-background);color:var(--vm-shell-header-foreground);font-family:IBM Plex Sans,Helvetica Neue,sans-serif;font-size:14px;box-shadow:0 1px 3px #080c113d;z-index:20}.standalone-shell__toolbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;min-height:var(--vm-shell-topbar-height);padding:0}.standalone-shell__brand-bar{display:flex;align-items:center;min-height:var(--vm-shell-topbar-height);min-width:0}.standalone-shell__brand{display:flex;align-items:center;min-height:var(--vm-shell-topbar-height);border:0;background:transparent;color:inherit;padding:0 1rem 0 0;cursor:pointer;min-width:0;text-decoration:none;white-space:nowrap}.standalone-shell__brand-logo{height:20px;width:auto;margin-right:.625rem}.standalone-shell__brand-divider{display:inline-block;flex:0 0 auto;width:1px;height:20px;margin-right:1rem;background:currentColor;opacity:1}.standalone-shell__brand-title{display:inline-block;min-width:0;color:inherit;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.standalone-shell__controls{display:flex;align-items:center;gap:16px;flex-wrap:nowrap;min-height:var(--vm-shell-topbar-height);padding-right:2rem;min-width:0}.standalone-shell__control-group{display:flex;align-items:center;gap:.5rem;position:relative}.standalone-shell__control-group button,.standalone-shell__control-group select,.standalone-shell__control-group a{display:inline-flex;align-items:center;gap:.35rem;border:0;border-radius:999px;min-height:2.5rem;padding:.45rem .75rem;background:transparent;color:inherit;text-decoration:none;font-size:.9rem;font-weight:500;white-space:nowrap}.standalone-shell__control-group button:not(:disabled):hover,.standalone-shell__control-group button:not(:disabled):focus-visible,.standalone-shell__control-group select:not(:disabled):hover,.standalone-shell__control-group select:not(:disabled):focus-visible,.standalone-shell__control-group a:hover,.standalone-shell__control-group a:focus-visible{background:var(--vm-shell-header-action-hover)}.standalone-shell__control-group button:disabled,.standalone-shell__control-group select:disabled{cursor:default;opacity:.78}.standalone-shell__control-group button:disabled,.standalone-shell__control-group select:disabled{background:var(--vm-shell-header-action-active)}.standalone-shell__control-group .standalone-shell__new-button{min-height:36px;padding:0 .75rem;border-radius:4px;background-color:var(--ns-palette-marketing-sky-blue);color:#000000de;font-weight:600}.standalone-shell__control-group .standalone-shell__new-button:not(:disabled):hover,.standalone-shell__control-group .standalone-shell__new-button:not(:disabled):focus-visible{background-color:color-mix(in srgb,var(--ns-palette-marketing-sky-blue) 70%,#000000)}.standalone-shell__control-group .standalone-shell__header-icon-button,.standalone-shell__control-group .standalone-shell__user-button{min-height:0;border-radius:999px}.standalone-shell__control-group .standalone-shell__header-icon-button{padding:.5rem}.standalone-shell__control-group .standalone-shell__user-button{padding:0}.standalone-shell__user-avatar{width:2rem;height:2rem;font-size:.78rem;font-weight:400;letter-spacing:.02em}.standalone-shell__body{flex:1;display:grid;grid-template-columns:var(--vm-shell-sidenav-width) 1fr;align-items:stretch;min-height:0}.standalone-shell__sidenav-host{position:sticky;top:var(--vm-shell-topbar-height);height:calc(100vh - var(--vm-shell-topbar-height));max-height:calc(100vh - var(--vm-shell-topbar-height));z-index:15}.standalone-shell__sidenav-drawer{height:100%}.standalone-shell__sidenav{background:var(--vm-shell-sidenav-background);color:var(--vm-shell-sidenav-text-color);font-family:IBM Plex Sans,Helvetica Neue,sans-serif;font-size:14px;line-height:20px;border-right:1px solid var(--vm-shell-border-color)}.standalone-shell__sidenav-paper{display:flex;flex-direction:column}.standalone-shell__sidenav-more{color:var(--vm-shell-sidenav-muted-color)}.standalone-shell__sidenav-more:hover,.standalone-shell__sidenav-more:focus-visible{background:var(--vm-shell-sidenav-hover-background);color:var(--vm-shell-sidenav-text-color)}.standalone-shell__sidenav-close{display:none;border:0;border-radius:.65rem;padding:.45rem .75rem;background:var(--vm-shell-sidenav-hover-background);color:inherit}.standalone-shell__sidenav-mobile-header{display:none;justify-content:flex-end;padding:.5rem}.standalone-shell__sidenav-scrim{display:none}.standalone-shell__sidenav-content{flex:1 1 auto;display:flex;flex-direction:column;min-height:0}.standalone-shell__sidenav-collapsed-actions{display:none;flex:1 1 auto;position:relative}.standalone-shell__sidenav-menu-panel{flex:1 1 auto;min-height:0;overflow-y:auto;padding-top:.5rem}.standalone-shell__sidenav-popover{max-height:calc(100vh - var(--vm-shell-topbar-height) - 3.25rem);overflow-y:auto;background:var(--vm-shell-sidenav-background);color:var(--vm-shell-sidenav-text-color)}.standalone-shell__main-column{min-width:0;min-height:0;display:flex;flex-direction:column;background:var(--vm-shell-page-background)}.standalone-shell__content{flex:1 0 auto;padding:1rem 1.25rem 1.5rem;background:var(--vm-shell-page-background)}.standalone-shell__sidenav .standalone-shell__menu{list-style:none;margin:0;padding:0}.standalone-shell__sidenav .standalone-shell__menu li{margin:0}.standalone-shell__sidenav .standalone-shell__menu-item,.standalone-shell__sidenav-popover .standalone-shell__menu-item{display:flex;width:100%;align-items:center;min-height:2.25rem;gap:.5rem;border-radius:0;color:inherit;font-size:14px;font-weight:400;line-height:20px;text-align:left;text-decoration:none;cursor:pointer}.standalone-shell__sidenav .standalone-shell__menu-text,.standalone-shell__sidenav-popover .standalone-shell__menu-text{font-size:14px;line-height:20px;font-weight:inherit}.standalone-shell__menu-caret{margin-left:auto;transition:transform .14s ease}.standalone-shell__menu-caret.is-expanded{transform:rotate(180deg)}.standalone-shell__sidenav .standalone-shell__menu-item:hover,.standalone-shell__sidenav .standalone-shell__menu-item:focus-visible,.standalone-shell__sidenav-popover .standalone-shell__menu-item:hover,.standalone-shell__sidenav-popover .standalone-shell__menu-item:focus-visible{background:var(--vm-shell-sidenav-hover-background)}.standalone-shell__sidenav .standalone-shell__menu-item.Mui-selected,.standalone-shell__sidenav .standalone-shell__menu-item.Mui-selected:hover,.standalone-shell__sidenav-popover .standalone-shell__menu-item.Mui-selected,.standalone-shell__sidenav-popover .standalone-shell__menu-item.Mui-selected:hover{background:var(--vm-shell-sidenav-active-background);color:var(--vm-shell-sidenav-active-color);font-weight:500}@media (min-width: 961px){.standalone-shell--nav-collapsed .standalone-shell__sidenav-collapsed-actions{display:block}}.standalone-shell__notifications{margin-bottom:1rem}.standalone-shell__menu-button{display:inline-flex;align-items:center;padding:.45rem .7rem;border-radius:999px;background:var(--vm-shell-header-action-active)}.standalone-shell__menu-button--static{opacity:.85}.standalone-shell__top-menu-item,.standalone-shell__notification-menu-item{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem}.standalone-shell__top-menu-item-description{color:var(--mui-palette-text-secondary, rgba(17, 24, 39, .62))}.standalone-shell__notifications-menu{width:min(92vw,420px);max-width:calc(100vw - 16px);overflow-x:hidden;border-radius:10px;border:1px solid var(--mui-palette-divider, var(--vm-shell-border-color));background:var(--mui-palette-background-paper, var(--vm-shell-surface-background));color:var(--mui-palette-text-primary, var(--vm-shell-text-color));box-shadow:0 18px 38px #00000057,0 6px 14px #00000038;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.standalone-shell__notifications-menu .MuiList-root,.standalone-shell__notifications-menu .MuiMenu-list{padding-top:0;padding-bottom:0;overflow-x:hidden}.standalone-shell__notifications-popover-content{display:flex;flex-direction:column;max-height:min(70vh,28rem);overflow:hidden;background:var(--mui-palette-background-paper, var(--vm-shell-surface-background));color:var(--mui-palette-text-primary, var(--vm-shell-text-color))}.standalone-shell__notification-empty-state{padding:1rem 1.125rem;color:var(--mui-palette-text-secondary, rgba(17, 24, 39, .62));font-size:.95rem;background:var(--mui-palette-background-paper, var(--vm-shell-surface-background))}.standalone-shell__notifications-panel-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.125rem;flex:0 0 auto;background:var(--mui-palette-background-paper, var(--vm-shell-surface-background));color:var(--mui-palette-text-primary, var(--vm-shell-text-color))}.standalone-shell__notifications-panel-body{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;background:var(--mui-palette-background-paper, var(--vm-shell-surface-background));color:var(--mui-palette-text-primary, var(--vm-shell-text-color))}.standalone-shell__notification-menu-item{width:100%;max-width:100%;padding:0!important;box-sizing:border-box}.standalone-shell__notification-row{width:100%;max-width:100%;box-sizing:border-box;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.875rem;align-items:flex-start;padding:1rem 1.125rem;overflow:hidden}.standalone-shell__notification-primary-action{min-width:0;width:100%;display:block;background:transparent;border:0;padding:0;color:inherit;text-align:left;cursor:pointer;font:inherit}.standalone-shell__notification-primary-action:focus-visible{outline:2px solid var(--mui-palette-primary-main, var(--vm-shell-primary-color));outline-offset:4px;border-radius:8px}.standalone-shell__notification-body{min-width:0;max-width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:.3rem;overflow:hidden}.standalone-shell__notification-body>*{max-width:100%;white-space:normal;overflow-wrap:anywhere;word-break:break-word}.standalone-shell__notification-accent{width:.625rem;height:.625rem;border-radius:999px;margin-top:.35rem;flex:0 0 auto;cursor:help;outline-offset:2px}.standalone-shell__notification-accent:focus-visible{outline:2px solid var(--mui-palette-primary-main, var(--vm-shell-primary-color))}.standalone-shell__notification-accent--info{background:var(--ns-palette-scale-blue-700)}.standalone-shell__notification-accent--success{background:var(--ns-palette-scale-green-700)}.standalone-shell__notification-accent--warning{background:var(--ns-palette-scale-yellow-700)}.standalone-shell__notification-accent--error,.standalone-shell__notification-accent--danger{background:var(--ns-palette-scale-red-700)}.standalone-shell__notification-action-button{margin-top:-.15rem;color:var(--mui-palette-text-secondary, rgba(17, 24, 39, .62));flex:0 0 auto}.standalone-shell__notification-dismiss-menu-item{color:var(--mui-palette-primary-main, var(--vm-shell-primary-color))}.standalone-shell__notifications-menu .MuiDivider-root{margin:0}.standalone-shell__notifications-footer{display:flex;flex:0 0 auto;background:var(--mui-palette-background-paper, var(--vm-shell-surface-background))}.standalone-shell__notifications-footer-action{width:100%;border:0;background:transparent;cursor:pointer;text-align:center;padding:.9rem 1.125rem;color:var(--mui-palette-primary-main, var(--vm-shell-primary-color));font-size:.95rem;font-weight:600;letter-spacing:.02em;font-family:inherit}.standalone-shell__notifications-footer-action:hover{background:rgba(var(--mui-palette-primary-mainChannel, 29 140 248) / .08)}.standalone-shell__notifications-footer-action:focus-visible{outline:2px solid var(--vm-shell-primary-color);outline-offset:-2px}.standalone-shell__loading-copy{color:#59636e;margin-bottom:1rem}.standalone-shell__footer{padding:.9rem 1.25rem 1.15rem;border-top:1px solid var(--vm-shell-border-color);background:var(--vm-shell-page-background);display:flex;flex-direction:column;align-items:center;gap:.35rem;color:color-mix(in srgb,var(--vm-shell-text-color) 82%,transparent);font-family:IBM Plex Sans,Helvetica Neue,sans-serif;text-align:center}.standalone-shell__footer-row{display:flex;flex-wrap:wrap;gap:.45rem 1rem;align-items:center;justify-content:center;font-size:.92rem;list-style:none;margin:0;padding:0;max-width:100%}.standalone-shell__footer-row li{display:inline-flex;align-items:center;justify-content:center;gap:.35rem}.standalone-shell__footer a{color:inherit}.standalone-shell__footer-version{border:0;background:transparent;color:inherit;padding:0}.standalone-shell__footer-version:hover,.standalone-shell__footer-version:focus-visible,.standalone-shell__footer a:hover,.standalone-shell__footer a:focus-visible{color:var(--vm-shell-primary-color)}@media (max-width: 960px){.standalone-shell__body{grid-template-columns:1fr}.standalone-shell__main-column{min-width:0}.standalone-shell__sidenav-host{position:fixed;top:0;left:0;bottom:0;width:min(86vw,320px);height:100vh;max-height:100vh;max-width:320px;z-index:40;border-right:1px solid var(--vm-shell-border-color);border-bottom:0;transform:translate(-100%);transition:transform .18s ease;box-shadow:0 16px 40px #0000004d}.standalone-shell__sidenav-host.is-open{transform:translate(0)}.standalone-shell__sidenav-drawer,.standalone-shell__sidenav{width:100%!important;height:100%!important;max-height:100vh}.standalone-shell__sidenav-collapsed-actions{display:none}.standalone-shell__sidenav-menu-panel{display:block}.standalone-shell__sidenav-mobile-header{display:flex}.standalone-shell__sidenav-close{display:inline-flex}.standalone-shell__sidenav-scrim{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;border:0;padding:0;background:#080c1173}.standalone-shell__footer{gap:.55rem}.standalone-shell__footer-row{gap:.35rem .85rem}.standalone-shell__notifications-menu{width:min(calc(100vw - 16px),420px);max-width:calc(100vw - 16px)}}
