:root{--color-primary:#6b2d42;--color-primary-dark:#4e2030;--color-primary-darkest:#34151f;--color-primary-light:#7e3b52;--color-accent:#d97a5f;--color-accent-dark:#b85a40;--color-accent-darkest:#8f4530;--color-success:#4c8c6b;--color-warning:#d9a441;--color-danger:#c4574b;--color-bg:#faf8f6;--color-card:#fff;--color-text-primary:#2e2a3d;--color-text-muted:#6e6880;--color-border:#e5dfda;--color-danger-a55:#c4574b55;--color-accent-darkest-a40:#8f453040;--color-accent-darkest-a66:#8f453066;--color-success-a55:#4c8c6b55;--color-row-hover:#6b2d420f;--color-row-selected:#6b2d4221}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--color-bg:#201c2e;--color-card:#2a2438;--color-text-primary:#f1eef7;--color-text-muted:#b3abc4;--color-border:#453d5c;--color-row-hover:#ffffff0f;--color-row-selected:#ffffff1f}}:root[data-theme=dark]{--color-bg:#201c2e;--color-card:#2a2438;--color-text-primary:#f1eef7;--color-text-muted:#b3abc4;--color-border:#453d5c;--color-row-hover:#ffffff0f;--color-row-selected:#ffffff1f}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--color-bg);color:var(--color-text-primary);font-family:system-ui,-apple-system,Segoe UI,sans-serif}a{color:inherit}.hoverable-row{cursor:pointer}.hoverable-row:hover{background:var(--color-row-hover)!important}.hoverable-row.row-selected,.hoverable-row.row-selected:hover{background:var(--color-row-selected)!important}.app-shell{display:flex;position:relative}.app-content{background:var(--color-bg);flex:1;min-width:0;padding:32px}.mobile-nav-backdrop,.mobile-nav-toggle{display:none}.topbar-brand-name{display:inline}.sidebar-collapse-toggle{display:flex}@media (width<=768px){.app-content{padding:16px}.mobile-nav-toggle{display:flex}.topbar-brand-name{display:none}.app-sidebar{z-index:50;transition:transform .2s;left:0;transform:translate(-100%);width:240px!important;min-width:240px!important;height:100vh!important;position:fixed!important;top:0!important}.app-sidebar.mobile-open{transform:translate(0)}.mobile-nav-backdrop.open{z-index:40;background:#0006;display:block;position:fixed;inset:0}.sidebar-collapse-toggle{display:none}.app-topbar{gap:10px!important;padding:0 12px!important}}.topbar-search::placeholder{color:#ffffffbf}.orgchart-tree ul{justify-content:center;padding-top:28px;display:flex;position:relative}.orgchart-tree li{flex-direction:column;align-items:center;padding:28px 14px 0;list-style-type:none;display:flex;position:relative}.orgchart-tree li:before,.orgchart-tree li:after{content:"";border-top:1.5px solid #d8d2e8;width:50%;height:28px;position:absolute;top:0;right:50%}.orgchart-tree li:after{border-left:1.5px solid #d8d2e8;left:50%;right:auto}.orgchart-tree li:only-child:after,.orgchart-tree li:only-child:before{display:none}.orgchart-tree li:only-child{padding-top:0}.orgchart-tree li:first-child:before,.orgchart-tree li:last-child:after{border:0}.orgchart-tree li:last-child:before{border-right:1.5px solid #d8d2e8;border-radius:0 6px 0 0}.orgchart-tree li:first-child:after{border-radius:6px 0 0}.orgchart-tree ul ul:before{content:"";border-left:1.5px solid #d8d2e8;width:0;height:28px;position:absolute;top:0;left:50%}.orgchart-tree>ul{padding-top:0}.orgchart-tree>ul:before{display:none}@keyframes splashFadeInUp{0%{opacity:0;transform:translateY(14px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes splashGlow{0%,to{opacity:.35;transform:scale(1)}50%{opacity:.7;transform:scale(1.12)}}@keyframes splashBarFill{0%{width:0%}to{width:100%}}
