:root{color-scheme:light;--dg-font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--dg-font-display: "DM Sans", Inter, ui-sans-serif, system-ui, sans-serif;--dg-canvas: #f5f0e7;--dg-canvas-deep: #ebe2d3;--dg-surface: #fffdf8;--dg-surface-raised: #ffffff;--dg-surface-muted: #f9f5ee;--dg-border: #ddd3c4;--dg-border-strong: #bcae9b;--dg-ink: #1f2a2b;--dg-ink-soft: #596463;--dg-ink-faint: #7d8783;--dg-brand: #183d3a;--dg-brand-strong: #0f2c2a;--dg-brand-soft: #dbe8e3;--dg-accent: #b77932;--dg-accent-soft: #f3e1c7;--dg-info: #315e83;--dg-info-soft: #e2edf6;--dg-success: #2f6b4f;--dg-success-soft: #dfeee5;--dg-warning: #9a641e;--dg-warning-soft: #f7ead4;--dg-danger: #9c403b;--dg-danger-soft: #f7e1df;--dg-shadow-xs: 0 1px 2px rgb(31 42 43 / .06);--dg-shadow-sm: 0 8px 24px rgb(31 42 43 / .08);--dg-shadow-md: 0 18px 50px rgb(31 42 43 / .14);--dg-radius-sm: 8px;--dg-radius-md: 14px;--dg-radius-lg: 22px;--dg-radius-xl: 30px;--dg-space-1: .25rem;--dg-space-2: .5rem;--dg-space-3: .75rem;--dg-space-4: 1rem;--dg-space-5: 1.25rem;--dg-space-6: 1.25rem;--dg-space-8: 2rem;--dg-space-10: 2.5rem;--dg-space-12: 3rem;--dg-sidebar-width: 17.5rem;--dg-topbar-height: 4rem;--dg-content-max: 104rem}*,*:before,*:after{box-sizing:border-box}html{min-height:100%;background:var(--dg-canvas)}body{min-width:320px;min-height:100vh;margin:0;color:var(--dg-ink);background:var(--dg-canvas);font-family:var(--dg-font-sans);font-size:15px;line-height:1.5;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}img{max-width:100%}::selection{background:var(--dg-accent-soft);color:var(--dg-brand-strong)}:focus-visible{outline:3px solid color-mix(in srgb,var(--dg-accent) 45%,transparent);outline-offset:2px}.dg-page{width:min(100%,var(--dg-content-max));margin-inline:auto;padding:.9rem var(--dg-space-5)}.dg-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--dg-space-4);margin-bottom:.85rem}.dg-page-title{margin:0;font-family:var(--dg-font-display);font-size:clamp(1.35rem,1.55vw,1.8rem);line-height:1.1;letter-spacing:-.035em}.dg-page-subtitle{margin:.2rem 0 0;color:var(--dg-ink-soft);max-width:72ch;line-height:1.4}.dg-page .page-eyebrow{margin:0 0 .28rem}.dg-grid{display:grid;gap:.85rem}.dg-grid--stats{grid-template-columns:repeat(4,minmax(0,1fr))}.dg-stack{display:flex;flex-direction:column;gap:var(--dg-space-4)}.dg-cluster{display:flex;align-items:center;flex-wrap:wrap;gap:var(--dg-space-3)}.dg-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.dg-input,.dg-select,.dg-textarea{width:100%;border:1px solid var(--dg-border);border-radius:var(--dg-radius-sm);background:var(--dg-surface-raised);color:var(--dg-ink);box-shadow:var(--dg-shadow-xs);transition:border-color .14s ease,box-shadow .14s ease}.dg-input,.dg-select{min-height:2.35rem;padding:.4rem .65rem}.dg-textarea{min-height:5rem;padding:.5rem .65rem;line-height:1.45;resize:vertical}.dg-input:focus,.dg-select:focus,.dg-textarea:focus{border-color:var(--dg-brand);box-shadow:0 0 0 3px color-mix(in srgb,var(--dg-brand) 13%,transparent);outline:none}.dg-field{display:grid;gap:.4rem}.dg-field label{color:var(--dg-ink-soft);font-size:.84rem;font-weight:650}.dg-table-wrap{overflow-x:auto;border:1px solid var(--dg-border);border-radius:var(--dg-radius-md);background:var(--dg-surface)}.dg-table{width:100%;border-collapse:collapse;min-width:760px}.dg-table th,.dg-table td{padding:.85rem 1rem;border-bottom:1px solid color-mix(in srgb,var(--dg-border) 72%,transparent);text-align:left;vertical-align:middle}.dg-table th{color:var(--dg-ink-soft);background:var(--dg-surface-muted);font-size:.74rem;letter-spacing:.055em;text-transform:uppercase}.dg-table tbody tr{transition:background .13s ease}.dg-table tbody tr:hover{background:color-mix(in srgb,var(--dg-accent-soft) 28%,transparent)}.dg-table tbody tr:last-child td{border-bottom:0}.dg-divider{height:1px;background:var(--dg-border);border:0}@media(max-width:1100px){.dg-grid--stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.dg-page{padding:1rem}.dg-page-header{flex-direction:column}.dg-grid--stats{grid-template-columns:1fr}}:root{--dg-sidebar-width: 16rem;--dg-sidebar-collapsed-width: 4rem;--dg-topbar-height: 3.5rem;--dg-page-gutter: 1rem;--dg-panel-padding: .85rem;--dg-row-padding: .65rem;--dg-workspace-gap: .85rem;--dg-tabs-wrap: wrap}html[data-density=compact]{--dg-page-gutter: .75rem;--dg-panel-padding: .65rem;--dg-row-padding: .42rem;--dg-workspace-gap: .65rem}.dg-page-stack,.page-stack{display:grid;gap:var(--dg-workspace-gap);min-width:0}.staff-shell.staff-shell .staff-shell__content>*{width:min(100%,var(--dg-content-max));min-width:0;margin:0 auto;padding:.85rem var(--dg-page-gutter)}.staff-shell.staff-shell .staff-shell__content :is(.dg-page-header,.workspace-page-header),.staff-shell.staff-shell .staff-shell__content>*>.page-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.55rem 1rem;min-height:2.5rem;margin:0 0 .65rem;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.staff-shell.staff-shell .staff-shell__content :is(.dg-page-header,.workspace-page-header)>:first-child,.staff-shell.staff-shell .staff-shell__content>*>.page-header>:first-child{min-width:0;flex:1 1 18rem}.staff-shell.staff-shell .staff-shell__content :is(.dg-page-header,.workspace-page-header,.page-header) h1{margin:0;font-size:clamp(1.25rem,1.5vw,1.6rem);line-height:1.2;letter-spacing:-.025em;overflow-wrap:anywhere}.staff-shell.staff-shell .staff-shell__content :is(.dg-page-header,.workspace-page-header,.page-header) :is(.page-eyebrow,.dg-page-eyebrow,.dashboard-eyebrow,.eyebrow,.kicker){display:none}.staff-shell.staff-shell .staff-shell__content :is(.dg-page-header,.workspace-page-header,.page-header) :is(.dg-page-subtitle,.subtitle,p:last-child){display:block;max-width:85ch;margin:.25rem 0 0;color:var(--dg-ink-soft);font-size:.8125rem;line-height:1.4}.staff-shell.staff-shell .staff-shell__content :is(.dg-page-header,.workspace-page-header,.page-header)>:is(.header-actions,.actions,.desk-header__actions,.dashboard-actions){display:flex;flex:0 1 auto;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:.4rem;padding:0;border:0;background:transparent}.staff-shell.staff-shell .staff-shell__content :is(.return-link,.back-link){display:inline-flex;margin-bottom:.25rem;font-size:.75rem}.staff-shell.staff-shell :is(.dg-card,.dg-card__body,.dg-table-wrap,.dg-grid,.dg-stack,.panel-stack,.control-grid){min-width:0}.staff-shell.staff-shell .dg-card__header{align-items:center;flex-wrap:wrap;gap:.5rem;padding:var(--dg-panel-padding)}.staff-shell.staff-shell .dg-card__body--padded{padding:var(--dg-panel-padding)}.staff-shell.staff-shell .dg-card__body:not(.dg-card__body--padded){padding:0}.staff-shell.staff-shell .dg-card__footer{padding:.65rem var(--dg-panel-padding)}.staff-shell.staff-shell .dg-card__body>:is(h2,h3):first-child{margin:0 0 .65rem;font-size:1rem;line-height:1.35}.staff-shell.staff-shell .section-toolbar h2{font-size:1rem;line-height:1.35}.staff-shell.staff-shell .section-toolbar{flex-wrap:wrap;gap:.5rem}.staff-shell.staff-shell .dg-table th,.staff-shell.staff-shell .dg-table td{padding:var(--dg-row-padding) .75rem}.staff-shell.staff-shell .dg-table td{font-size:.8125rem}.staff-shell.staff-shell .dg-table-wrap{max-width:100%;overscroll-behavior-inline:contain}.staff-shell.staff-shell .dg-button--md{min-height:2.25rem;padding:.5rem .75rem;font-size:.8125rem}.staff-shell.staff-shell .dg-button-link{display:inline-flex;align-items:center;min-height:2.25rem;padding:.5rem .75rem;border:1px solid var(--dg-border);border-radius:var(--dg-radius-sm);background:var(--dg-surface-raised);color:var(--dg-brand);font-size:.8125rem;font-weight:700}.staff-shell.staff-shell .entity-table__actions{display:table-cell}.staff-shell.staff-shell .entity-table__actions .assignee-state{margin-bottom:.32rem}.staff-shell.staff-shell .dg-stat{min-height:4.5rem;padding:.65rem .75rem}.staff-shell.staff-shell .dg-stat__label{font-size:.75rem;line-height:1.3}.staff-shell.staff-shell .dg-stat__helper{font-size:.6875rem}.staff-shell.staff-shell .dg-grid{gap:var(--dg-workspace-gap)}.staff-shell.staff-shell .tab-strip{padding:.4rem .5rem}.staff-shell.staff-shell .panel-stack{padding:var(--dg-panel-padding);gap:var(--dg-workspace-gap)}.staff-shell.staff-shell .control-workbench{margin-top:0}.staff-shell.staff-shell .dg-tabs__button{min-height:2.25rem;padding:.4rem .6rem}.staff-shell.staff-shell .dg-tabs{overflow-x:visible}.staff-shell.staff-shell .staff-shell__main>.topbar{min-height:var(--dg-topbar-height);padding:.4rem .75rem;gap:.65rem;flex-wrap:wrap}.staff-shell.staff-shell .topbar__left{flex:1 1 auto;gap:.5rem}.staff-shell.staff-shell .topbar__right{flex:0 1 auto;gap:.45rem}.staff-shell.staff-shell .property-switcher{min-width:0;flex:0 1 auto}.staff-shell.staff-shell .property-switcher select{width:100%;max-width:14rem;font-size:.8125rem;text-overflow:ellipsis}.staff-shell.staff-shell .property-switcher__eyebrow{font-size:.625rem}.staff-shell.staff-shell .business-day{flex:0 0 auto}.staff-shell.staff-shell .business-day strong{white-space:nowrap;font-size:.8125rem}.staff-shell.staff-shell .search-trigger{width:clamp(12rem,20vw,17rem);min-width:0;min-height:2.25rem;padding:.4rem .6rem;font-size:.8125rem}.staff-shell.staff-shell .search-trigger span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.staff-shell.staff-shell .search-trigger kbd{flex:0 0 auto}.staff-shell.staff-shell .topbar__icon,.staff-shell.staff-shell .preferences-trigger{width:2.25rem;height:2.25rem;flex:0 0 auto;border-radius:.5rem}.staff-shell.staff-shell .profile-button__copy{display:none}.staff-shell.staff-shell .sidebar--collapsed{width:var(--dg-sidebar-collapsed-width)}.staff-shell.staff-shell .sidebar__top{min-height:var(--dg-topbar-height);padding:.6rem .85rem}.staff-shell.staff-shell .sidebar__nav{padding:.65rem .5rem 1rem}.staff-shell.staff-shell .sidebar__link{min-height:2.35rem;padding:.3rem .5rem;gap:.5rem;font-size:.8125rem}.staff-shell.staff-shell .sidebar__primary-row:has(.sidebar__disclosure) .sidebar__link{padding-right:.25rem}.staff-shell.staff-shell .sidebar__icon{width:1.75rem;height:1.75rem}.staff-shell.staff-shell .workspace-status.collapsed{left:var(--dg-sidebar-collapsed-width)}.staff-shell.staff-shell .workspace-tabs{display:flex;min-width:0;min-height:2.5rem}.staff-shell.staff-shell .workspace-tabs__scroll{position:relative;scrollbar-width:thin}.staff-shell.staff-shell .workspace-tab{flex:0 0 auto;max-width:12rem;min-height:2.5rem;font-size:.75rem}.staff-shell.staff-shell .workspace-tab__open{min-height:2.5rem;padding:.35rem .25rem .35rem .65rem}.staff-shell.staff-shell .workspace-tab__close{width:1.75rem;height:1.75rem;flex:0 0 auto}.staff-shell.staff-shell .workspace-tabs__actions{flex:0 0 auto;align-items:center;gap:.15rem}.staff-shell.staff-shell .workspace-tabs__picker{width:9rem;max-width:28vw;min-height:2rem;border:1px solid var(--dg-border);border-radius:.35rem;background:var(--dg-surface);color:var(--dg-brand);font-size:.75rem;text-overflow:ellipsis}.staff-shell.staff-shell .workspace-tabs__actions>.workspace-tabs__close-current{display:none}@media(min-width:1600px){.staff-shell.staff-shell .profile-button__copy{display:grid}}@media(max-width:1200px){.staff-shell.staff-shell .search-trigger{width:2.25rem;justify-content:center}.staff-shell.staff-shell .search-trigger :is(span,kbd){display:none}.staff-shell.staff-shell .live-status{display:none}}@media(max-width:900px){.staff-shell.staff-shell .sidebar--collapsed{width:min(19rem,88vw)}.staff-shell.staff-shell .workspace-status.collapsed{left:0}.staff-shell.staff-shell .staff-shell__content :is(.dg-page-header,.workspace-page-header),.staff-shell.staff-shell .staff-shell__content>*>.page-header{flex-direction:row}}@media(max-width:680px){:root{--dg-page-gutter: .75rem}.staff-shell.staff-shell .staff-shell__content>*{padding-block:.75rem}.staff-shell.staff-shell .staff-shell__main>.topbar{flex-wrap:nowrap;gap:.4rem;padding:.4rem .5rem}.staff-shell.staff-shell .topbar__left{flex:1 1 0;gap:.35rem}.staff-shell.staff-shell .topbar__right{gap:.25rem}.staff-shell.staff-shell .property-switcher{flex:1 1 0}.staff-shell.staff-shell .property-switcher>div{width:100%}.staff-shell.staff-shell .property-switcher select{max-width:100%;min-width:0}.staff-shell.staff-shell :is(.topbar-symbol--property,.property-switcher__eyebrow){display:none}.staff-shell.staff-shell .topbar__icon,.staff-shell.staff-shell .preferences-trigger,.staff-shell.staff-shell .search-trigger,.staff-shell.staff-shell .profile-button__avatar{width:2.5rem;height:2.5rem}.staff-shell.staff-shell .profile-button{padding:0}.staff-shell.staff-shell .preferences-popover{position:fixed;top:3.75rem;right:.5rem;max-height:calc(100dvh - 5rem);overflow-y:auto}.staff-shell.staff-shell .workspace-tabs__scroll{display:none}.staff-shell.staff-shell .workspace-tabs__actions{flex:1;min-width:0;padding:.25rem .5rem}.staff-shell.staff-shell .workspace-tabs__picker{flex:1;width:0;max-width:none;min-height:2.5rem}.staff-shell.staff-shell .workspace-tabs__actions>button{width:2.5rem;height:2.5rem}.staff-shell.staff-shell .workspace-tabs__actions>.workspace-tabs__close-current{display:grid}.staff-shell.staff-shell .staff-shell__content :is(.dg-page-header,.workspace-page-header,.page-header)>:is(.header-actions,.actions,.desk-header__actions,.dashboard-actions){justify-content:flex-start}.staff-shell.staff-shell .staff-shell__content :is(.dg-page-header,.workspace-page-header,.page-header)>:first-child{flex-basis:100%}.staff-shell.staff-shell :is(.dg-button--md,.dg-button--sm,.dg-input,.dg-select){min-height:2.75rem}.staff-shell.staff-shell .dg-grid--stats,.staff-shell.staff-shell .finance-control-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.staff-shell.staff-shell .finance-control-stats .dg-stat{border-bottom:1px solid var(--dg-border);border-right:1px solid var(--dg-border)}.staff-shell.staff-shell .finance-control-stats .dg-stat:nth-child(2n){border-right:0}.staff-shell.staff-shell .finance-control-stats .dg-stat:nth-last-child(-n+2){border-bottom:0}.staff-shell.staff-shell .dg-stat{grid-template-columns:minmax(0,1fr);gap:.35rem}.staff-shell.staff-shell .dg-stat__icon{display:none}.staff-shell.staff-shell .workspace-status{gap:.5rem}.staff-shell.staff-shell .status-filter{flex-wrap:wrap}}@media print{.staff-shell.staff-shell :is(.topbar,.sidebar,.workspace-tabs,.workspace-status){display:none!important}.staff-shell.staff-shell .staff-shell__main{margin-left:0}}@media(max-width:760px){.staff-shell.staff-shell .staff-shell__main>.topbar{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.35rem;padding:.4rem .5rem}.staff-shell.staff-shell .topbar__left{display:contents}.staff-shell.staff-shell .topbar__left>button{grid-column:1;grid-row:1}.staff-shell.staff-shell .property-switcher{grid-column:2;grid-row:1;min-width:0}.staff-shell.staff-shell .topbar__right{grid-column:3;grid-row:1}.staff-shell.staff-shell .business-day{display:flex;grid-column:1 / -1;grid-row:2;border-left:0;border-top:1px solid var(--dg-border);padding:.3rem 0 0;gap:.4rem}.staff-shell.staff-shell .business-day>div{display:flex;align-items:center;gap:.4rem}.staff-shell.staff-shell .business-day strong{margin:0;font-size:.75rem}.staff-shell.staff-shell .business-day .topbar-symbol{display:none}.staff-shell.staff-shell .business-day .dg-badge{margin-left:auto}.staff-shell.staff-shell .profile-dropdown{position:fixed;top:3.5rem;right:.5rem;width:min(18rem,calc(100vw - 1rem))}.staff-shell.staff-shell .sync-popover{position:fixed;right:.5rem;bottom:2.5rem}}.dg-modal .dg-modal__panel{max-height:calc(100dvh - 2rem)}.dg-modal .dg-modal__header{padding:1rem}.dg-modal .dg-modal__body{padding:1rem;min-width:0}.dg-modal .dg-modal__footer{padding:.75rem 1rem;flex-wrap:wrap}@media(max-width:680px){.dg-modal{padding:.5rem}.dg-modal .dg-modal__panel{max-height:calc(100dvh - 1rem)}.dg-modal :is(.dg-button,.dg-input,.dg-select){min-height:2.75rem}}#app{min-height:100vh}.staff-muted{color:var(--dg-ink-soft)}.staff-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.status-dot{width:.5rem;height:.5rem;border-radius:50%;background:currentColor}.status-line{display:inline-flex;align-items:center;gap:.42rem}.clickable-row{cursor:pointer}.clickable-row[aria-selected=true]{background:var(--dg-brand-soft)}.mobile-only{display:none!important}@media(max-width:900px){.mobile-only{display:inline-flex!important}}html.dg-reduced-motion *,html.dg-reduced-motion *:before,html.dg-reduced-motion *:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}.toast-stack[data-v-d93c2d0f]{position:fixed;right:1rem;bottom:1rem;z-index:1400;display:grid;gap:.65rem;width:min(26rem,calc(100vw - 2rem))}.toast[data-v-d93c2d0f]{display:grid;grid-template-columns:auto 1fr auto;align-items:start;gap:.75rem;padding:.9rem;border:1px solid var(--dg-border);border-radius:var(--dg-radius-md);background:var(--dg-surface-raised);box-shadow:var(--dg-shadow-md)}.toast--success[data-v-d93c2d0f]{border-left:4px solid var(--dg-success);color:var(--dg-success)}.toast--warning[data-v-d93c2d0f]{border-left:4px solid var(--dg-warning);color:var(--dg-warning)}.toast--danger[data-v-d93c2d0f]{border-left:4px solid var(--dg-danger);color:var(--dg-danger)}.toast--info[data-v-d93c2d0f]{border-left:4px solid var(--dg-info);color:var(--dg-info)}.toast strong[data-v-d93c2d0f]{display:block;color:var(--dg-ink)}.toast p[data-v-d93c2d0f]{margin:.2rem 0 0;color:var(--dg-ink-soft);font-size:.82rem}.toast button[data-v-d93c2d0f]{border:0;background:transparent;color:var(--dg-ink-faint);padding:.1rem}.toast-enter-active[data-v-d93c2d0f],.toast-leave-active[data-v-d93c2d0f]{transition:all .18s ease}.toast-enter-from[data-v-d93c2d0f],.toast-leave-to[data-v-d93c2d0f]{opacity:0;transform:translateY(12px)}.mfa-flow[data-v-f7eb1172]{display:grid;gap:1rem;max-width:34rem;padding:1.5rem;background:var(--dg-surface,#fff);border:1px solid var(--dg-border,#d5d5d5);border-radius:1rem;color:var(--dg-text,#183a39)}h2[data-v-f7eb1172],p[data-v-f7eb1172]{margin:0}form[data-v-f7eb1172],label[data-v-f7eb1172],.totp-setup[data-v-f7eb1172]{display:grid;gap:.75rem}.dg-button[data-v-f7eb1172]{padding:.8rem 1rem;background:var(--dg-primary,#173f3d);color:#fff;border:0;border-radius:.5rem;cursor:pointer}.dg-button[data-v-f7eb1172]:disabled{opacity:.6}.text-button[data-v-f7eb1172]{background:none;border:0;text-decoration:underline;cursor:pointer;color:inherit}.error[data-v-f7eb1172]{color:#b42318}.setup-key[data-v-f7eb1172]{overflow-wrap:anywhere}.recovery-codes[data-v-f7eb1172]{white-space:pre-wrap;background:#f4f6f5;padding:1rem;-webkit-user-select:all;user-select:all}.totp-setup img[data-v-f7eb1172]{background:#fff;max-width:100%}dialog[data-v-d965eb0c]{border:0;border-radius:1rem;max-width:min(38rem,95vw);max-height:90vh;padding:1rem}dialog[data-v-d965eb0c]::backdrop{background:#102e2bb3}dialog>p[data-v-d965eb0c]{padding:.6rem;max-width:34rem}
