:root{--color-primary:#043476;--color-primary-hover:#052a5e;--color-primary-muted:#04347614;--sidebar-bg:#f0f2f5;--sidebar-text:#2c3e50;--sidebar-section:#6b7280;--sidebar-active-bg:#e4e9f2;--sidebar-border-active:var(--color-primary);--layout-bg:#e8eaed;--card-bg:#fff;--navbar-height:56px;--data-table-page-chrome:358px;--sidebar-width:248px;--sidebar-width-collapsed:68px;--layout-mobile-breakpoint:768px;--text-primary:#1f2937;--text-secondary:#6b7280;--border-subtle:#e5e7eb;--font-sans:system-ui, "Segoe UI", Roboto, "Helvetica Neue", sans-serif}@media (width<=768px){:root{--data-table-page-chrome:292px}}*,:before,:after{box-sizing:border-box}html{font-family:var(--font-sans);color:var(--text-primary);background:var(--layout-bg);-webkit-font-smoothing:antialiased;height:100%;font-size:16px;line-height:1.5;overflow-x:hidden}body{height:100%;margin:0}#root{min-height:100dvh}@media (width<=768px){html,body,#root{height:auto;min-height:100dvh}}a{color:inherit}.app-navbar{height:var(--navbar-height);background:var(--color-primary);color:#fff;z-index:140;flex-shrink:0;justify-content:space-between;align-items:center;gap:1rem;padding:0 1rem;display:flex;position:sticky;top:0}.app-navbar__left{flex:1;align-items:center;gap:.75rem;min-width:0;display:flex}.app-navbar__tenant-slot{flex:1;justify-content:flex-start;align-items:center;min-width:0;padding-left:2.6rem;display:flex}.app-navbar__logo-wrap{max-height:var(--navbar-height);flex-shrink:0;align-items:center;display:flex}.app-navbar__logo-img{object-fit:contain;width:auto;max-width:min(200px,38vw);height:auto;max-height:36px;display:block}.app-navbar__tenant-label{white-space:nowrap;text-overflow:ellipsis;text-align:left;max-width:100%;font-size:clamp(.7rem,1.5vw,.85rem);font-weight:700;overflow:hidden}.app-navbar__tenant-label--empty{min-height:1em;display:block}.app-navbar__menu-btn{width:40px;height:40px;color:inherit;cursor:pointer;left:calc(var(--sidebar-width) - 1rem);z-index:5;background:0 0;border:none;border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.app-navbar--sidebar-collapsed .app-navbar__menu-btn{left:calc(var(--sidebar-width-collapsed) - 1rem)}.app-navbar__menu-btn:hover{background:#ffffff1a}.app-navbar__lucide{flex-shrink:0;display:block}.app-navbar__right{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.app-navbar__user-menu{position:relative}.app-navbar__user-trigger{color:inherit;cursor:pointer;background:0 0;border:1px solid #ffffff59;border-radius:3px;align-items:center;gap:.45rem;padding:.4rem .75rem;font-size:.875rem;display:inline-flex}.app-navbar__user-trigger:hover{background:#ffffff1f}.app-navbar__user-icon{flex-shrink:0;justify-content:center;align-items:center;display:none}.app-navbar__user-icon-svg{display:block}.app-navbar--compact-user .app-navbar__user-icon{display:inline-flex}.app-navbar--compact-user .app-navbar__user-name,.app-navbar--compact-user .app-navbar__user-chevron{display:none}.app-navbar--compact-user .app-navbar__user-trigger{padding:.38rem .5rem}.app-navbar__user-name{white-space:nowrap;text-overflow:ellipsis;max-width:180px;overflow:hidden}.app-navbar__user-chevron{opacity:.9;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.app-navbar__user-dropdown{z-index:220;min-width:180px;color:var(--text-primary);border:1px solid var(--border-subtle);background:#fff;border-radius:4px;padding:.35rem 0;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 10px 25px #00000026,0 4px 10px #00000014}.app-navbar__user-option{text-align:left;width:100%;font:inherit;color:inherit;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:.55rem .85rem;font-size:.9rem;display:inline-flex}.app-navbar__user-option-lucide{color:inherit;opacity:.85;flex-shrink:0}.app-navbar__user-option:hover{background:var(--sidebar-active-bg)}.app-navbar__user-separator{background:var(--border-subtle);height:1px;margin:.2rem 0}.app-navbar__user-option--danger{color:#b42318}.app-navbar__icon-btn{width:40px;height:40px;color:inherit;cursor:pointer;background:0 0;border:none;border-radius:3px;justify-content:center;align-items:center;display:inline-flex;position:relative}.app-navbar__icon-btn:hover{background:#ffffff1a}.app-navbar__badge{text-align:center;color:#fff;background:#e11d48;border-radius:999px;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:600;line-height:16px;position:absolute;top:4px;right:2px}@media (width<=768px){.app-navbar{gap:.5rem;padding:0 .65rem}.app-navbar__menu-btn{margin-left:.15rem;position:relative;top:auto;left:auto;transform:none}.app-navbar--sidebar-collapsed .app-navbar__menu-btn{left:auto}.app-navbar__tenant-slot{flex:1;min-width:0;padding-left:.35rem}.app-navbar__tenant-label,.app-navbar__tenant{flex:1;width:auto;min-width:0;max-width:none}.app-navbar__logo-img{max-width:min(140px,36vw)}}.app-sidebar{width:var(--sidebar-width);background:var(--sidebar-bg);border-right:1px solid var(--border-subtle);top:var(--navbar-height);height:calc(100vh - var(--navbar-height));flex-shrink:0;align-self:flex-start;transition:width .2s;position:sticky;overflow:hidden}.app-sidebar--collapsed{width:var(--sidebar-width-collapsed)}.app-sidebar--collapsed .app-sidebar__section-title,.app-sidebar--collapsed .app-sidebar__label,.app-sidebar--collapsed .app-sidebar__chevron{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.app-sidebar--collapsed .app-sidebar__branch-toggle{justify-content:center}.app-sidebar--collapsed .app-sidebar__link,.app-sidebar--collapsed .app-sidebar__branch-toggle{justify-content:center;padding-inline:.5rem}.app-sidebar--collapsed .app-sidebar__sub{display:none}.app-sidebar--collapsed .app-sidebar__branch-toggle--path:not(.app-sidebar__branch-toggle--open){color:var(--color-primary);background:#04347614}.app-sidebar--collapsed .app-sidebar__section+.app-sidebar__section{border-top:1px solid #6b728040;margin-top:.55rem;padding-top:.55rem}.app-sidebar__nav{max-height:100%;padding:.7rem .65rem 1rem;overflow:hidden auto}.app-sidebar__section+.app-sidebar__section{margin-top:.85rem}.app-sidebar__section-title{letter-spacing:.06em;text-transform:uppercase;color:var(--sidebar-section);padding:0 .55rem .3rem;font-size:.65rem;font-weight:600}.app-sidebar__list{margin:0;padding:0;list-style:none}.app-sidebar__item+.app-sidebar__item{margin-top:1px}.app-sidebar__link{color:var(--sidebar-text);cursor:pointer;text-align:left;box-sizing:border-box;background:0 0;border:none;border-radius:3px;align-items:center;gap:.65rem;width:100%;padding:.43rem .55rem;font-size:.9rem;font-weight:500;text-decoration:none;display:flex;position:relative}.app-sidebar__link:hover{color:var(--color-primary);background:#0434760f}.app-sidebar__link--active{background:var(--sidebar-active-bg);color:var(--color-primary);box-shadow:inset 3px 0 0 var(--sidebar-border-active)}.app-sidebar__link--nested{padding-left:1.7rem;font-size:.85rem;font-weight:450}.app-sidebar__icon{color:inherit;opacity:.9;flex-shrink:0;display:flex}.app-sidebar__branch{flex-direction:column;gap:1px;display:flex}.app-sidebar__branch-toggle{color:var(--sidebar-text);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:3px;align-items:center;gap:.65rem;width:100%;padding:.43rem .55rem;font-family:inherit;font-size:.9rem;font-weight:500;display:flex}.app-sidebar__branch-toggle:hover{color:var(--color-primary);background:#0434760f}.app-sidebar__branch-toggle--open .app-sidebar__chevron{transform:rotate(180deg)}.app-sidebar__chevron{opacity:.6;flex-shrink:0;justify-content:center;align-items:center;margin-left:auto;transition:transform .15s;display:inline-flex}.app-sidebar__sub{flex-direction:column;gap:1px;padding-bottom:.1rem;display:flex}@media (width<=768px){.app-sidebar{left:0;top:var(--navbar-height);height:calc(100dvh - var(--navbar-height));z-index:130;align-self:flex-start;transition:transform .22s,box-shadow .22s;position:fixed}.app-sidebar.app-sidebar--collapsed:not(.app-sidebar--mobile-open){pointer-events:none;box-shadow:none;transform:translate(-100%)}.app-sidebar--mobile-open{pointer-events:auto;transform:translate(0);box-shadow:8px 0 28px #00000029}}.app-shell{background:var(--layout-bg);flex-direction:column;height:100dvh;min-height:100dvh;max-height:100dvh;display:flex}.app-shell__body{flex:1;min-height:0;display:flex}.app-shell__content{scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;flex:1;align-items:stretch;min-width:0;min-height:0;padding:.9rem;display:flex;overflow:hidden auto}.app-shell__content::-webkit-scrollbar{width:0;height:0}.app-shell__page-card{border:1px solid var(--border-subtle);background:#f7f8fa;border-radius:4px;flex-direction:column;width:100%;min-height:100%;display:flex;overflow:hidden visible;box-shadow:0 1px 2px #0000000a,0 8px 18px -14px #0000002e}.app-shell__backdrop{left:0;right:0;top:var(--navbar-height);z-index:125;cursor:pointer;background:#0f172a6b;border:none;margin:0;padding:0;position:fixed;bottom:0}@media (width<=768px){.app-shell{height:auto;min-height:100dvh;max-height:none}.app-shell__body{flex:auto;min-height:auto;position:relative}.app-shell__content{flex:auto;min-width:0;min-height:auto;margin-left:0;padding:.55rem .6rem;overflow:visible}.app-shell__page-card{min-height:auto;overflow:visible}}
