:root{--color-text-primary:#1f2329;--color-text-secondary:#5c6066;--color-text-tertiary:#95999e;--color-text-quaternary:#c4c7cc;--color-bg-primary:#fff;--color-bg-secondary:#f5f7fa;--color-bg-tertiary:#f2f5f7;--color-theme:#0c63fa;--color-theme-hover:#337eff;--color-theme-active:#0050db;--color-theme-light:#edf4ff;--color-theme-light-hover:#d0e1fe;--color-danger:#fc3232;--color-success:#06bf75;--color-warning:#fc860f;--color-line-1:#1f232914;--color-line-2:#1f23291f;--color-line-3:#ebedf0;--color-mouseover:#3d56800f;--color-mouseactive:#3d568014;--color-mouseactive-blue:#0c63fa14;--color-link:#0c63fa;--color-link-secondary:#1851b3;--shadow-sm:0 3px 5px 0 #1f23290a;--shadow-md:0 6px 14px 0 #1f23291f;--shadow-focus:0 0 0 2px #d4e3fc;--radius-sm:6px;--radius-md:8px;--radius-lg:12px}*{box-sizing:border-box}body{color:var(--color-text-primary);background:var(--color-bg-secondary);-webkit-font-smoothing:antialiased;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif}a{color:var(--color-link)}a:hover{color:var(--color-theme-hover)}.app{min-height:100vh}.main-layout{background:var(--color-bg-secondary);min-height:100vh;color:var(--color-text-primary)}.main-layout-header{z-index:10;background:var(--color-bg-primary);border-bottom:1px solid var(--color-line-3);box-shadow:var(--shadow-sm);align-items:center;gap:24px;padding:14px 24px;display:flex;position:sticky;top:0}.main-layout-brand{color:var(--color-text-primary);font-size:18px;font-weight:700}.main-layout-nav{gap:8px;display:flex}.main-layout-nav a{border-radius:var(--radius-md);color:var(--color-text-secondary);padding:8px 12px;font-weight:500;text-decoration:none;transition:color .2s,background .2s}.main-layout-nav a:hover{color:var(--color-theme);background:var(--color-mouseover)}.main-layout-nav a.active{color:var(--color-theme-active);background:var(--color-mouseactive-blue)}.main-layout-user{color:var(--color-text-secondary);align-items:center;gap:12px;margin-left:auto;font-size:14px;display:flex}.main-layout-user button{border:1px solid var(--color-line-3);background:var(--color-bg-primary);color:var(--color-text-primary);border-radius:var(--radius-md);cursor:pointer;padding:6px 12px;transition:border-color .2s,background .2s}.main-layout-user button:hover{border-color:var(--color-line-2);background:var(--color-bg-tertiary)}.main-layout-content{padding:24px}.ai-observability-page{padding:8px 4px 24px}.ai-observability-page-header{margin-bottom:16px}.ai-observability-page-header h1{margin:0 0 4px;font-size:22px;font-weight:700}.ai-observability-page-header p{color:var(--color-text-secondary);margin:0;font-size:14px}.ai-observability-filters{background:var(--color-bg-primary);border:1px solid var(--color-line-3);border-radius:var(--radius-md);margin-bottom:16px;padding:12px 16px}.ai-observability-overview .dashboard-chart{height:280px}.ai-trace-json{background:var(--color-bg-secondary,#f5f5f5);border-radius:var(--radius-sm,4px);white-space:pre-wrap;word-break:break-word;max-height:320px;margin:0;padding:12px;font-size:12px;line-height:1.5;overflow:auto}.change-form-modal .change-form-employee-summary{background:var(--color-bg-secondary);border:1px solid var(--color-line-3);border-radius:var(--radius-md);margin-bottom:16px;padding:10px 12px;line-height:1.6}.changes{flex-direction:column;gap:16px;display:flex}.changes-toolbar{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.changes-title{color:var(--color-text-primary)!important;margin:0!important}.changes-subtitle{margin-top:4px;font-size:13px;display:block}.changes-tabs-wrap{background:var(--color-bg-primary);border:1px solid var(--color-line-3);border-radius:var(--radius-lg) var(--radius-lg) 0 0;box-shadow:var(--shadow-sm);padding:0 16px}.changes-tabs-wrap .ant-tabs-nav{margin-bottom:0!important}.changes-filter-wrap{background:var(--color-bg-primary);border:1px solid var(--color-line-3);border-top:none;border-radius:0;padding:16px}.changes-table-wrap{background:var(--color-bg-primary);border:1px solid var(--color-line-3);border-radius:0 0 var(--radius-lg) var(--radius-lg);box-shadow:var(--shadow-sm);border-top:none;padding:16px}.changes-table-wrap .ant-table{background:0 0}.changes-table-wrap .ant-table-thead>tr>th{color:var(--color-text-secondary);font-weight:600;background:var(--color-theme-light)!important}.changes-table-wrap .ant-table-tbody>tr:hover>td{background:var(--color-mouseactive-blue)!important}.changes-cell-mono{color:var(--color-text-secondary);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px}.change-detail-icon{color:var(--color-theme);cursor:pointer;font-size:16px}.change-detail-icon:hover{color:var(--color-theme-hover)}.change-detail-loading{text-align:center;min-width:120px;padding:8px 0}.change-detail-body{flex-direction:column;gap:6px;min-width:200px;max-width:280px;display:flex}.change-detail-row{gap:8px;font-size:13px;line-height:1.5;display:flex}.change-detail-label{color:var(--color-text-secondary);flex:0 0 64px}.change-detail-value{color:var(--color-text-primary);word-break:break-word;flex:1}.dashboard-sse-float{z-index:1200;width:360px;position:fixed;bottom:20px;right:20px;box-shadow:0 8px 24px #0000001f}.dashboard-sse-content{background:#fafafa;border:1px solid #f0f0f0;border-radius:8px;min-height:140px;max-height:260px;padding:10px 12px;overflow:auto}.employee-detail-drawer .ant-drawer-body{padding-top:8px}.employee-drawer-section+.employee-drawer-section{margin-top:28px}.employee-drawer-section-title{color:var(--color-text-primary);align-items:center;gap:8px;margin-bottom:12px;font-size:15px;font-weight:600;line-height:1.4;display:flex}.employee-drawer-section-title:before{content:"|";color:var(--color-theme);font-weight:700;line-height:1}.employee-drawer-card{background:var(--color-bg-secondary);border:1px solid var(--color-line-3);border-radius:var(--radius-md);padding:14px 16px}.employee-drawer-card .ant-descriptions-item-label{width:72px;color:var(--color-text-secondary)}.employee-drawer-card .ant-descriptions-item-content{color:var(--color-text-primary)}.employee-drawer-mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px}.employee-assignment-timeline{margin-top:4px;padding-left:2px}.employee-assignment-timeline .ant-timeline-item-content{min-height:auto;margin-inline-start:20px!important}.employee-timeline-item{padding-bottom:4px}.employee-timeline-item-head{color:var(--color-text-primary);flex-wrap:wrap;align-items:center;gap:4px 6px;font-size:14px;font-weight:600;line-height:1.4;display:flex}.employee-timeline-org,.employee-timeline-position{max-width:100%}.employee-timeline-dot{color:var(--color-text-tertiary);font-weight:400}.employee-timeline-tag{margin:0!important;font-size:11px!important;line-height:18px!important}.employee-timeline-range{color:var(--color-text-secondary);margin-top:4px;font-size:12px}.dashboard{flex-direction:column;gap:16px;display:flex}.dashboard-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.dashboard-title.ant-typography{margin:0 0 8px}.dashboard-chart{width:100%;height:280px}.dashboard-list-card{margin-top:4px}.employees{flex-direction:column;gap:16px;display:flex}.employees-toolbar{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.employees-title{color:var(--color-text-primary)!important;margin:0!important}.employees-subtitle{margin-top:4px;font-size:13px;display:block}.employees-table-wrap{background:var(--color-bg-primary);border:1px solid var(--color-line-3);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:16px}.employees-table-wrap .ant-table{background:0 0}.employees-table-wrap .ant-table-thead>tr>th{color:var(--color-text-secondary);font-weight:600;background:var(--color-theme-light)!important}.employees-table-wrap .ant-table-tbody>tr:hover>td{background:var(--color-mouseactive-blue)!important}.employees-cell-mono{color:var(--color-text-secondary);letter-spacing:.02em;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px}.login-page{background:radial-gradient(circle at 12% 8%, #0c63fa14, transparent 42%), radial-gradient(circle at 88% 92%, #337eff1a, transparent 40%), linear-gradient(135deg, var(--color-bg-secondary) 0%, var(--color-theme-light) 100%);grid-template-columns:1.2fr 1fr;min-height:100vh;display:grid}.login-hero{color:var(--color-text-primary);padding:80px 64px}.login-hero h1{color:var(--color-text-primary);margin:18px 0 12px;font-size:52px;line-height:1.15}.login-hero p{max-width:520px;color:var(--color-text-secondary);margin:0;line-height:1.8}.login-hero-badge{border:1px solid var(--color-theme-light-hover);color:var(--color-link-secondary);letter-spacing:.5px;background:var(--color-bg-primary);border-radius:999px;align-items:center;padding:7px 14px;font-size:12px;font-weight:600;display:inline-flex}.login-card{border-radius:var(--radius-lg);border:1px solid var(--color-line-3);background:var(--color-bg-primary);box-shadow:var(--shadow-md);align-self:center;margin-right:72px;padding:34px 30px}.login-card h2{color:var(--color-text-primary);margin:0 0 8px;font-size:24px}.login-card .subtitle{color:var(--color-text-secondary);margin:0 0 22px;font-size:14px}.login-card form{flex-direction:column;gap:10px;display:flex}.login-card label{color:var(--color-text-secondary);font-size:13px;font-weight:600}.login-card input{border:1px solid var(--color-line-3);border-radius:var(--radius-md);outline:none;height:40px;padding:0 12px;font-size:14px;transition:border-color .2s,box-shadow .2s}.login-card input:focus{border-color:var(--color-theme);box-shadow:var(--shadow-focus)}.login-card button{border-radius:var(--radius-md);background:var(--color-theme);color:#fff;cursor:pointer;border:none;height:42px;margin-top:10px;font-size:15px;font-weight:600;transition:background .2s}.login-card button:hover:not(:disabled){background:var(--color-theme-hover)}.login-card button:active:not(:disabled){background:var(--color-theme-active)}.login-card button:disabled{opacity:.7;cursor:not-allowed}.error-message{color:var(--color-danger);margin-top:2px;font-size:13px}@media (width<=900px){.login-page{grid-template-columns:1fr}.login-hero{padding:44px 22px 10px}.login-hero h1{font-size:34px}.login-card{margin:16px 22px 24px}}.react-flow{direction:ltr}.react-flow__container{width:100%;height:100%;position:absolute;top:0;left:0}.react-flow__pane{z-index:1;cursor:-webkit-grab;cursor:grab}.react-flow__pane.selection{cursor:pointer}.react-flow__pane.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow .react-flow__edges{pointer-events:none;overflow:visible}.react-flow__edge-path,.react-flow__connection-path{stroke:#b1b1b7;stroke-width:1px;fill:none}.react-flow__edge{pointer-events:visibleStroke;cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;animation:.5s linear infinite dashdraw}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge:focus .react-flow__edge-path,.react-flow__edge:focus-visible .react-flow__edge-path{stroke:#555}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge-textbg{fill:#fff}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:.5s linear infinite dashdraw}.react-flow__connectionline{z-index:1001}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{-webkit-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:-webkit-grab;cursor:grab;position:absolute}.react-flow__node.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:0 0;pointer-events:none}.react-flow__nodesselection-rect{pointer-events:all;cursor:-webkit-grab;cursor:grab;position:absolute}.react-flow__handle{pointer-events:none;background:#1a192b;border:1px solid #fff;border-radius:100%;width:6px;min-width:5px;height:6px;min-height:5px;position:absolute}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;bottom:-4px;left:50%;transform:translate(-50%)}.react-flow__handle-top{top:-4px;left:50%;transform:translate(-50%)}.react-flow__handle-left{top:50%;left:-4px;transform:translateY(-50%)}.react-flow__handle-right{top:50%;right:-4px;transform:translateY(-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__panel{z-index:5;margin:15px;position:absolute}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.center{left:50%;transform:translate(-50%)}.react-flow__attribution{background:#ffffff80;margin:0;padding:2px 3px;font-size:10px}.react-flow__attribution a{color:#999;text-decoration:none}@keyframes dashdraw{0%{stroke-dashoffset:10px}}.react-flow__edgelabel-renderer{pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;position:absolute}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-default,.react-flow__node-input,.react-flow__node-output,.react-flow__node-group{color:#222;text-align:center;background-color:#fff;border:1px solid #1a192b;border-radius:3px;width:150px;padding:10px;font-size:12px}.react-flow__node-default.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:0 1px 4px 1px #00000014}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:0 0 0 .5px #1a192b}.react-flow__node-group{background-color:#f0f0f040}.react-flow__nodesselection-rect,.react-flow__selection{background:#0059dc14;border:1px dotted #0059dccc}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls{box-shadow:0 0 2px 1px #00000014}.react-flow__controls-button{box-sizing:content-box;cursor:pointer;-webkit-user-select:none;user-select:none;background:#fefefe;border:none;border-bottom:1px solid #eee;justify-content:center;align-items:center;width:16px;height:16px;padding:5px;display:flex}.react-flow__controls-button:hover{background:#f4f4f4}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__minimap{background-color:#fff}.react-flow__minimap svg{display:block}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{background-color:#3367d9;border:1px solid #fff;border-radius:1px;width:4px;height:4px;transform:translate(-50%,-50%)}.react-flow__resize-control.handle.left{top:50%;left:0}.react-flow__resize-control.handle.right{top:50%;left:100%}.react-flow__resize-control.handle.top{top:0;left:50%}.react-flow__resize-control.handle.bottom{top:100%;left:50%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border:0 solid #3367d9}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;height:100%;top:0;transform:translate(-50%)}.react-flow__resize-control.line.left{border-left-width:1px;left:0}.react-flow__resize-control.line.right{border-right-width:1px;left:100%}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{width:100%;height:1px;left:0;transform:translateY(-50%)}.react-flow__resize-control.line.top{border-top-width:1px;top:0}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.orgs{flex-direction:column;gap:16px;height:calc(100vh - 120px);min-height:520px;display:flex}.orgs-toolbar{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.orgs-title{color:var(--color-text-primary)!important;margin:0!important}.orgs-subtitle{margin-top:4px;font-size:13px;display:block}.orgs-canvas{border-radius:var(--radius-lg);background:var(--color-bg-secondary);border:1px solid var(--color-line-3);min-height:0;box-shadow:var(--shadow-sm);flex:1;position:relative;overflow:hidden}.orgs-canvas .react-flow{width:100%;height:100%}.orgs-canvas .react-flow__minimap{border-radius:var(--radius-md);border:1px solid var(--color-line-3);overflow:hidden}.orgs-canvas .react-flow__controls{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);overflow:hidden}.orgs-canvas-placeholder{background:var(--color-bg-secondary);z-index:2;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.org-flow-node{border-radius:var(--radius-lg);background:var(--color-bg-primary);border:1px solid var(--color-line-3);width:240px;box-shadow:var(--shadow-sm);cursor:default;transition:box-shadow .2s,transform .2s,border-color .2s;position:relative;overflow:hidden}.org-flow-node:hover{border-color:var(--color-theme-light-hover);box-shadow:var(--shadow-md);transform:translateY(-1px)}.org-flow-node.is-active .org-flow-node-accent{background:linear-gradient(90deg, var(--color-theme-active), var(--color-theme))}.org-flow-node.is-inactive .org-flow-node-accent{background:linear-gradient(90deg, var(--color-text-tertiary), var(--color-text-quaternary))}.org-flow-node.is-frozen .org-flow-node-accent{background:linear-gradient(90deg, #d9730d, var(--color-warning))}.org-flow-node-accent{height:3px}.org-flow-node-body{padding:11px 12px 12px}.org-flow-node-top{align-items:center;gap:6px;min-height:26px;display:flex}.org-flow-node-title{flex:1;align-items:center;gap:6px;min-width:0;display:flex}.org-flow-node-name{min-width:0;max-width:100%;color:var(--color-text-primary);text-overflow:ellipsis;white-space:nowrap;flex:0 auto;font-size:14px;font-weight:600;line-height:22px;overflow:hidden}.org-flow-node-tag{flex-shrink:0;border-radius:4px!important;margin:0!important;padding-inline:6px!important;font-size:11px!important;line-height:18px!important}.org-flow-node-menu{flex-shrink:0}.org-flow-node-menu-trigger{width:22px;height:22px;color:var(--color-text-tertiary);cursor:pointer;letter-spacing:1px;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;margin:0;padding:0;font-size:15px;font-weight:700;line-height:1;transition:color .15s,background .15s;display:inline-flex}.org-flow-node-menu-trigger:hover{color:var(--color-theme);background:var(--color-mouseactive-blue)}.org-flow-node-menu-trigger:active{background:var(--color-theme-light-hover)}.org-flow-node-code{color:var(--color-text-secondary);letter-spacing:.02em;margin-top:6px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}.org-flow-node-footer{border-top:1px dashed var(--color-line-3);margin-top:10px;padding-top:10px}.org-flow-node-headcount{color:var(--color-text-secondary);font-size:12px}.org-flow-node-headcount strong{color:var(--color-theme);font-size:14px;font-weight:700}.org-flow-handle{opacity:0;background:var(--color-theme)!important;border:2px solid var(--color-bg-primary)!important;width:8px!important;height:8px!important}.roles{padding:24px}.roles h1{color:var(--color-text-primary);margin:0 0 16px;font-size:20px}.roles table{border-collapse:collapse;width:100%;margin-bottom:16px}.roles table th,.roles table td{border:1px solid var(--color-line-3);text-align:left;padding:8px 12px}.roles table th{background:var(--color-bg-secondary);color:var(--color-text-secondary)}.roles-error{color:var(--color-danger)}.roles-raw pre{background:var(--color-bg-tertiary);border-radius:4px;margin:8px 0 0;padding:12px;font-size:12px;overflow:auto}
