.PageHeader-module__PBlhxG__header{justify-content:space-between;align-items:flex-start;gap:var(--space-4);min-height:64px;margin-bottom:var(--space-6);flex-wrap:wrap;display:flex}.PageHeader-module__PBlhxG__titleBlock{min-width:0}.PageHeader-module__PBlhxG__title{letter-spacing:-.02em;color:var(--text-primary);margin:0;font-size:28px;font-weight:700;line-height:34px}.PageHeader-module__PBlhxG__description{color:var(--text-secondary);margin:6px 0 0;font-size:14px}.PageHeader-module__PBlhxG__actions{align-items:center;gap:var(--space-2);flex:none;display:flex}.PageHeader-module__PBlhxG__breadcrumb{color:var(--text-muted);margin:0 0 var(--space-2);align-items:center;gap:6px;font-size:13px;display:flex}.PageHeader-module__PBlhxG__breadcrumb a{color:var(--text-secondary);text-decoration:none}.PageHeader-module__PBlhxG__breadcrumb a:hover{color:var(--accent)}
.Button-module__8RiFmG__btn{justify-content:center;align-items:center;gap:var(--space-2);height:var(--h-control);border-radius:var(--radius-control);font-family:var(--sans);white-space:nowrap;cursor:pointer;border:1px solid #0000;padding:0 14px;font-size:14px;font-weight:600;line-height:1;text-decoration:none;transition:background-color .1s,border-color .1s,color .1s;display:inline-flex}.Button-module__8RiFmG__btn:focus-visible{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-muted);outline:none}.Button-module__8RiFmG__btn:disabled,.Button-module__8RiFmG__btn[aria-disabled=true]{opacity:.45;cursor:not-allowed}.Button-module__8RiFmG__sm{height:28px;padding:0 10px;font-size:13px}.Button-module__8RiFmG__iconOnly{width:var(--h-control);padding:0}.Button-module__8RiFmG__sm.Button-module__8RiFmG__iconOnly{width:28px}.Button-module__8RiFmG__primary{background:var(--accent);color:var(--accent-ink)}.Button-module__8RiFmG__primary:hover:not(:disabled){background:var(--accent-hover)}.Button-module__8RiFmG__primary:active:not(:disabled){background:var(--accent)}.Button-module__8RiFmG__secondary{border-color:var(--border-default);color:var(--text-primary);background:0 0}.Button-module__8RiFmG__secondary:hover:not(:disabled){background:var(--bg-surface-hover);border-color:var(--border-strong)}.Button-module__8RiFmG__ghost{color:var(--text-secondary);background:0 0;font-weight:500}.Button-module__8RiFmG__ghost:hover:not(:disabled){background:var(--bg-surface-hover);color:var(--text-primary)}.Button-module__8RiFmG__danger{border-color:var(--border-default);color:var(--text-secondary);background:0 0}.Button-module__8RiFmG__danger:hover:not(:disabled){background:var(--danger-tint);border-color:var(--danger);color:var(--danger)}
.Card-module__b6YjYG__card{background:var(--bg-surface);border:1px solid var(--border-default);border-radius:var(--radius-card);padding:var(--space-4)}.Card-module__b6YjYG__lg{padding:var(--space-5)}.Card-module__b6YjYG__flush{padding:0}.Card-module__b6YjYG__head{justify-content:space-between;align-items:baseline;gap:var(--space-3);margin-bottom:var(--space-3);display:flex}.Card-module__b6YjYG__title{color:var(--text-primary);margin:0;font-size:14px;font-weight:600}.Card-module__b6YjYG__stat{justify-content:center;gap:var(--space-2);background:var(--bg-surface);border:1px solid var(--border-default);border-radius:var(--radius-card);min-height:108px;padding:var(--space-4);flex-direction:column;display:flex}.Card-module__b6YjYG__statLabel{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);font-size:11px;font-weight:600}.Card-module__b6YjYG__statValue{font-family:var(--mono);font-variant-numeric:tabular-nums;color:var(--text-primary);font-size:24px;font-weight:600;line-height:1.1}.Card-module__b6YjYG__statNote{color:var(--text-secondary);font-size:12px}.Card-module__b6YjYG__statNoteAccent{color:var(--accent)}.Card-module__b6YjYG__statNoteWarning{color:var(--warning)}.Card-module__b6YjYG__statGrid{gap:var(--space-3);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));display:grid}
.Field-module__bfn3sa__field{flex-direction:column;gap:6px;min-width:0;display:flex}.Field-module__bfn3sa__label{color:var(--text-secondary);font-size:12px;font-weight:500}.Field-module__bfn3sa__required{color:var(--text-muted);font-weight:400}.Field-module__bfn3sa__control{height:var(--h-control);background:var(--bg-input);border:1px solid var(--border-default);border-radius:var(--radius-control);color:var(--text-primary);font-family:var(--sans);width:100%;padding:0 12px;font-size:14px;transition:border-color .1s,box-shadow .1s}.Field-module__bfn3sa__numeric{font-family:var(--mono);font-variant-numeric:tabular-nums;text-align:right}.Field-module__bfn3sa__control::placeholder{color:var(--text-muted)}.Field-module__bfn3sa__control:hover:not(:disabled){border-color:var(--border-strong)}.Field-module__bfn3sa__control:focus{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-muted);outline:none}.Field-module__bfn3sa__control:disabled{opacity:.5;cursor:not-allowed}.Field-module__bfn3sa__control[aria-invalid=true]{border-color:var(--danger)}.Field-module__bfn3sa__textarea{resize:vertical;height:auto;min-height:84px;padding:10px 12px;line-height:1.5}.Field-module__bfn3sa__select{appearance:none;cursor:pointer;padding-right:32px}.Field-module__bfn3sa__selectWrap{display:block;position:relative}.Field-module__bfn3sa__selectWrap:after{content:"";border-right:1.5px solid var(--text-secondary);border-bottom:1.5px solid var(--text-secondary);pointer-events:none;width:7px;height:7px;position:absolute;top:50%;right:13px;transform:translateY(-70%)rotate(45deg)}.Field-module__bfn3sa__hint{color:var(--text-muted);font-size:12px}.Field-module__bfn3sa__error{color:var(--danger);font-size:12px}.Field-module__bfn3sa__row{gap:var(--space-3);flex-wrap:wrap;display:flex}
.Modal-module__7LRQSW__dialog{width:560px;max-width:calc(100vw - var(--space-8));max-height:calc(100vh - var(--space-12));background:var(--bg-surface);border:1px solid var(--border-default);border-radius:var(--radius-modal);color:var(--text-primary);padding:0;overflow:visible}.Modal-module__7LRQSW__sm{width:420px}.Modal-module__7LRQSW__lg{width:720px}.Modal-module__7LRQSW__dialog::backdrop{background:#0009}.Modal-module__7LRQSW__inner{max-height:calc(100vh - var(--space-12));flex-direction:column;display:flex}.Modal-module__7LRQSW__head{padding:var(--space-5) var(--space-5) 0}.Modal-module__7LRQSW__title{margin:0;font-size:18px;font-weight:600}.Modal-module__7LRQSW__description{color:var(--text-secondary);margin:6px 0 0;font-size:13px}.Modal-module__7LRQSW__body{padding:var(--space-5);gap:var(--space-3);flex-direction:column;display:flex;overflow-y:auto}.Modal-module__7LRQSW__footer{justify-content:flex-end;align-items:center;gap:var(--space-2);padding:var(--space-4) var(--space-5);border-top:1px solid var(--border-default);display:flex}.Modal-module__7LRQSW__footerSpread{justify-content:space-between}
.Money-module__lDOUUq__num{font-family:var(--mono);font-variant-numeric:tabular-nums;white-space:nowrap}.Money-module__lDOUUq__accent{color:var(--accent)}.Money-module__lDOUUq__warning{color:var(--warning)}.Money-module__lDOUUq__danger{color:var(--danger)}.Money-module__lDOUUq__muted{color:var(--text-muted)}.Money-module__lDOUUq__lg{font-size:24px;font-weight:600;line-height:1.1}
.StatusBadge-module__T3RE4W__badge{border-radius:var(--radius-pill);height:22px;font-family:var(--mono);letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;align-items:center;padding:0 8px;font-size:11px;font-weight:600;display:inline-flex}.StatusBadge-module__T3RE4W__neutral{background:var(--bg-surface-hover);color:var(--text-secondary)}.StatusBadge-module__T3RE4W__success{background:var(--success-tint);color:var(--success)}.StatusBadge-module__T3RE4W__warning{background:var(--warning-tint);color:var(--warning)}.StatusBadge-module__T3RE4W__danger{background:var(--danger-tint);color:var(--danger)}.StatusBadge-module__T3RE4W__info{background:var(--info-tint);color:var(--info)}
.Table-module__ceAsYa__scroll{width:100%;overflow-x:auto}.Table-module__ceAsYa__table{border-collapse:collapse;background:var(--bg-surface);border:1px solid var(--border-default);border-radius:var(--radius-card);width:100%;font-size:14px;overflow:hidden}.Table-module__ceAsYa__th{height:var(--h-table-head);text-align:left;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);background:var(--bg-surface);border-bottom:1px solid var(--border-default);white-space:nowrap;padding:0 12px;font-size:11px;font-weight:600}.Table-module__ceAsYa__td{height:var(--h-row);color:var(--text-primary);border-bottom:1px solid var(--border-default);vertical-align:middle;padding:0 12px}.Table-module__ceAsYa__tr:last-child .Table-module__ceAsYa__td{border-bottom:none}.Table-module__ceAsYa__numeric{text-align:right;font-family:var(--mono);font-variant-numeric:tabular-nums;white-space:nowrap}.Table-module__ceAsYa__center{text-align:center}.Table-module__ceAsYa__actions{text-align:right;white-space:nowrap;width:1%}.Table-module__ceAsYa__clickable{cursor:pointer}.Table-module__ceAsYa__clickable:hover .Table-module__ceAsYa__td{background:var(--bg-surface-hover)}.Table-module__ceAsYa__subtext{color:var(--text-muted);font-size:12px;display:block}.Table-module__ceAsYa__tfoot .Table-module__ceAsYa__td{height:var(--h-row);border-top:1px solid var(--border-strong);background:var(--bg-surface);border-bottom:none;font-weight:600}
.Tabs-module__Fp865W__tabs{align-items:stretch;gap:var(--space-6);border-bottom:1px solid var(--border-default);display:flex;overflow-x:auto}.Tabs-module__Fp865W__tab{height:var(--h-tab);color:var(--text-secondary);white-space:nowrap;border-bottom:2px solid #0000;align-items:center;margin-bottom:-1px;padding:0 2px;font-size:14px;font-weight:500;text-decoration:none;transition:color .1s,border-color .1s;display:inline-flex}.Tabs-module__Fp865W__tab:hover{color:var(--text-primary)}.Tabs-module__Fp865W__tab:focus-visible{outline:2px solid var(--accent);outline-offset:-4px;border-radius:2px}.Tabs-module__Fp865W__active{color:var(--accent);border-bottom-color:var(--accent);font-weight:600}.Tabs-module__Fp865W__count{font-family:var(--mono);color:var(--text-muted);margin-left:6px;font-size:12px}.Tabs-module__Fp865W__active .Tabs-module__Fp865W__count{color:var(--accent)}
.Sidebar-module__kCjxoa__sidebar{width:224px;padding:var(--space-4);gap:var(--space-6);background:var(--bg-sidebar);border-right:1px solid var(--border-default);flex-direction:column;display:flex;position:fixed;top:0;bottom:0;left:0;overflow-y:auto}.Sidebar-module__kCjxoa__brand{padding:var(--space-2) var(--space-3) 0;text-decoration:none;display:block}.Sidebar-module__kCjxoa__brandName{letter-spacing:-.01em;color:var(--text-primary);font-size:16px;font-weight:700;display:block}.Sidebar-module__kCjxoa__brandSub{font-family:var(--mono);letter-spacing:.18em;text-transform:uppercase;color:var(--accent);font-size:10px;font-weight:600;display:block}.Sidebar-module__kCjxoa__nav{gap:var(--space-6);flex-direction:column;flex:1;display:flex}.Sidebar-module__kCjxoa__group{flex-direction:column;gap:2px;display:flex}.Sidebar-module__kCjxoa__groupLabel{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);padding:0 var(--space-3);margin-bottom:var(--space-2);font-size:11px;font-weight:600}.Sidebar-module__kCjxoa__item{height:var(--h-nav-item);padding:0 var(--space-3);border-radius:var(--radius-control);color:var(--text-secondary);align-items:center;gap:10px;font-size:14px;text-decoration:none;transition:background-color .1s,color .1s;display:flex}.Sidebar-module__kCjxoa__item:hover{background:var(--bg-surface-hover);color:var(--text-primary)}.Sidebar-module__kCjxoa__item:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.Sidebar-module__kCjxoa__active,.Sidebar-module__kCjxoa__active:hover{background:var(--accent-muted);color:var(--accent)}.Sidebar-module__kCjxoa__icon{flex:none}.Sidebar-module__kCjxoa__user{padding-top:var(--space-3);border-top:1px solid var(--border-default);align-items:center;gap:10px;display:flex}.Sidebar-module__kCjxoa__avatar{border-radius:var(--radius-control);background:var(--accent-muted);width:32px;height:32px;color:var(--accent);font-family:var(--mono);flex:none;place-items:center;font-size:11px;font-weight:600;display:grid}.Sidebar-module__kCjxoa__userText{flex:1;min-width:0}.Sidebar-module__kCjxoa__userName{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:500;display:block;overflow:hidden}.Sidebar-module__kCjxoa__userMeta{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;display:block;overflow:hidden}@media (max-width:1120px){.Sidebar-module__kCjxoa__sidebar{width:64px;padding:var(--space-4) var(--space-2)}.Sidebar-module__kCjxoa__brandSub,.Sidebar-module__kCjxoa__groupLabel,.Sidebar-module__kCjxoa__item span,.Sidebar-module__kCjxoa__userText{display:none}.Sidebar-module__kCjxoa__item{justify-content:center;padding:0}.Sidebar-module__kCjxoa__user{justify-content:center}}
.AppShell-module__nbOYYW__main{min-height:100dvh;margin-left:224px;padding:28px 32px 40px}.AppShell-module__nbOYYW__inner{max-width:1600px}@media (max-width:1120px){.AppShell-module__nbOYYW__main{margin-left:64px;padding:24px 20px 32px}}
.dashboard-module__XABe8G__sections{gap:var(--space-3);margin-top:var(--space-6);grid-template-columns:minmax(0,65fr) minmax(0,35fr);display:grid}@media (max-width:1240px){.dashboard-module__XABe8G__sections{grid-template-columns:1fr}}.dashboard-module__XABe8G__progressFigures{gap:var(--space-8);margin-bottom:var(--space-5);flex-wrap:wrap;display:flex}.dashboard-module__XABe8G__figure{gap:var(--space-1);flex-direction:column;display:flex}.dashboard-module__XABe8G__figureLabel{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);font-size:11px;font-weight:600}.dashboard-module__XABe8G__figureValue{font-family:var(--mono);font-variant-numeric:tabular-nums;font-size:18px;font-weight:600}.dashboard-module__XABe8G__bar{border-radius:var(--radius-pill);background:var(--bg-surface-hover);height:8px;overflow:hidden}.dashboard-module__XABe8G__barFill{background:var(--accent);border-radius:var(--radius-pill);height:100%}.dashboard-module__XABe8G__barCaption{margin-top:var(--space-2);color:var(--text-secondary);justify-content:space-between;font-size:12px;display:flex}.dashboard-module__XABe8G__feed{gap:var(--space-3);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.dashboard-module__XABe8G__feedItem{gap:var(--space-3);grid-template-columns:8px 1fr;align-items:start;display:grid}.dashboard-module__XABe8G__dot{background:var(--accent);border-radius:50%;width:7px;height:7px;margin-top:6px}.dashboard-module__XABe8G__feedText{color:var(--text-primary);min-width:0;font-size:13px}.dashboard-module__XABe8G__feedMeta{color:var(--text-muted);margin-top:2px;font-size:12px;display:block}.dashboard-module__XABe8G__attention{margin-top:var(--space-6)}.dashboard-module__XABe8G__attentionRow{align-items:center;gap:var(--space-3);display:flex}.dashboard-module__XABe8G__attentionIcon{color:var(--warning);flex:none}.dashboard-module__XABe8G__jobLink{color:var(--text-primary);font-weight:500;text-decoration:none}.dashboard-module__XABe8G__jobLink:hover{color:var(--accent);text-decoration:underline}
