.DashboardLayout-module__E6vQ0a__layout{background:var(--shell-bg);height:100vh;display:flex}.DashboardLayout-module__E6vQ0a__sidebar{background:var(--shell-sidebar-bg);border-right:1px solid var(--shell-border);flex-direction:column;width:16rem;display:flex}.DashboardLayout-module__E6vQ0a__logoSection{border-bottom:1px solid var(--shell-border);padding:1.25rem}.DashboardLayout-module__E6vQ0a__logoIcon{color:#fff;background:var(--shell-primary);border-radius:.75rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.25rem;display:flex}.DashboardLayout-module__E6vQ0a__userCard{background:var(--shell-primary-soft);border-radius:.5rem;margin-top:.75rem;padding:.5rem .75rem}.DashboardLayout-module__E6vQ0a__userRole{color:var(--shell-primary)}.DashboardLayout-module__E6vQ0a__activeNavItem{background:var(--shell-primary-active);color:#4b5c53;font-weight:500}.DashboardLayout-module__E6vQ0a__inactiveNavItem{color:#6b746e}.DashboardLayout-module__E6vQ0a__inactiveNavItem:hover{background:var(--shell-bg);color:#4b5c53}.DashboardLayout-module__E6vQ0a__homeLink:hover{filter:brightness(.98)}.DashboardLayout-module__E6vQ0a__signOutButton{background:var(--shell-primary)}.DashboardLayout-module__E6vQ0a__signOutButton:hover{background:var(--shell-primary-hover)}.DashboardLayout-module__E6vQ0a__beautyTheme{--shell-primary:#c4a9a1;--shell-primary-hover:#b09a93;--shell-primary-soft:#c4a9a11a;--shell-primary-active:#c4a9a126;--shell-bg:#f5f0eb;--shell-sidebar-bg:#fdfbf8;--shell-border:#d8d1c6}.DashboardLayout-module__E6vQ0a__roomTheme{--shell-primary:#9cadb7;--shell-primary-hover:#8499a5;--shell-primary-soft:#9cadb71a;--shell-primary-active:#9cadb726;--shell-bg:#f5f0eb;--shell-sidebar-bg:#fdfbf8;--shell-border:#d8d1c6}.DashboardLayout-module__E6vQ0a__catteryTheme{--shell-primary:#a89bb5;--shell-primary-hover:#9589a3;--shell-primary-soft:#a89bb51a;--shell-primary-active:#a89bb526;--shell-bg:#f5f0eb;--shell-sidebar-bg:#fdfbf8;--shell-border:#d8d1c6}.DashboardLayout-module__E6vQ0a__shopTheme{--shell-primary:#b5a88f;--shell-primary-hover:#9c907a;--shell-primary-soft:#b5a88f1a;--shell-primary-active:#b5a88f26;--shell-bg:#f5f0eb;--shell-sidebar-bg:#fdfbf8;--shell-border:#d8d1c6}.DashboardLayout-module__E6vQ0a__memberTheme{--shell-primary:#a8b5a2;--shell-primary-hover:#95a68e;--shell-primary-soft:#a8b5a21a;--shell-primary-active:#a8b5a226;--shell-bg:#f5f0eb;--shell-sidebar-bg:#fdfbf8;--shell-border:#d8d1c6}.DashboardLayout-module__E6vQ0a__warehouseTheme{--shell-primary:#8fa895;--shell-primary-hover:#7da592;--shell-primary-soft:#8fa8951a;--shell-primary-active:#8fa89526;--shell-bg:#f5f0eb;--shell-sidebar-bg:#fdfbf8;--shell-border:#d8d1c6}.DashboardLayout-module__E6vQ0a__financeTheme{--shell-primary:#c9b98a;--shell-primary-hover:#b7a777;--shell-primary-soft:#c9b98a1a;--shell-primary-active:#c9b98a26;--shell-bg:#f5f0eb;--shell-sidebar-bg:#fdfbf8;--shell-border:#d8d1c6}.DashboardLayout-module__E6vQ0a__portalTheme{--shell-primary:#4b5c53;--shell-primary-hover:#405048;--shell-primary-soft:#4b5c531a;--shell-primary-active:#4b5c5326;--shell-bg:#f5f0eb;--shell-sidebar-bg:#fdfbf8;--shell-border:#d8d1c6}.DashboardLayout-module__E6vQ0a__adminTheme{--shell-primary:#8b7355;--shell-primary-hover:#765f44;--shell-primary-soft:#8b73551a;--shell-primary-active:#8b735526;--shell-bg:#f5f0eb;--shell-sidebar-bg:#fdfbf8;--shell-border:#d8d1c6}.DashboardLayout-module__E6vQ0a__botTheme{--shell-primary:#7a9380;--shell-primary-hover:#68806e;--shell-primary-soft:#7a93801a;--shell-primary-active:#7a938026;--shell-bg:#f5f0eb;--shell-sidebar-bg:#fdfbf8;--shell-border:#d8d1c6}
.layout-client-module__oA3lsW__layout{background:var(--module-primary-bg);height:100vh;display:flex;position:relative}.layout-client-module__oA3lsW__sidebar{background:var(--module-sidebar-bg);border-right:1px solid var(--module-border);z-index:50;flex-direction:column;width:16rem;height:100vh;transition:transform .3s ease-in-out;display:flex;position:fixed;top:0;left:0}@media (max-width:1024px){.layout-client-module__oA3lsW__sidebar{width:16rem}.layout-client-module__oA3lsW__sidebarCollapsed{transform:translate(-100%)}}@media (max-width:767px){.layout-client-module__oA3lsW__sidebar{width:16rem}.layout-client-module__oA3lsW__sidebarCollapsed{transform:translate(-100%)}}.layout-client-module__oA3lsW__overlay{z-index:40;opacity:0;background:#00000080;transition:opacity .3s ease-in-out;display:none;position:fixed;inset:0}.layout-client-module__oA3lsW__overlayVisible{opacity:1;display:block}@media (min-width:1025px){.layout-client-module__oA3lsW__overlay{display:none!important}}@media (max-width:1024px){.layout-client-module__oA3lsW__layout{padding-left:0}.layout-client-module__oA3lsW__mainContent{width:100%}}.layout-client-module__oA3lsW__hamburgerButton{border:1px solid var(--module-border);width:2.5rem;height:2.5rem;color:var(--module-text);cursor:pointer;background:0 0;border-radius:.5rem;justify-content:center;align-items:center;transition:background-color .15s;display:none}.layout-client-module__oA3lsW__hamburgerButton:hover{background:var(--module-primary-bg)}@media (max-width:1024px){.layout-client-module__oA3lsW__hamburgerButton{display:flex}}.layout-client-module__oA3lsW__logoSection{border-bottom:1px solid var(--module-border);padding:1.25rem}.layout-client-module__oA3lsW__logoIcon{color:#fff;background:var(--module-primary);border-radius:.75rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.25rem;display:flex}.layout-client-module__oA3lsW__logoTitle{color:var(--module-text)}.layout-client-module__oA3lsW__userCard{background:var(--module-primary-soft);border-radius:.5rem;margin-top:.75rem;padding:.5rem .75rem}.layout-client-module__oA3lsW__userRole{color:var(--module-primary)}.layout-client-module__oA3lsW__separatorLine{border-top:1px solid var(--module-border)}.layout-client-module__oA3lsW__navItem{border-radius:.75rem;align-items:center;gap:.75rem;padding:.625rem .75rem;font-size:.875rem;transition:background-color .15s,color .15s;display:flex}.layout-client-module__oA3lsW__activeNavItem{background:var(--module-primary-active);color:var(--module-text);font-weight:500}.layout-client-module__oA3lsW__inactiveNavItem{color:var(--module-text-muted)}.layout-client-module__oA3lsW__inactiveNavItem:hover{background:var(--module-primary-bg);color:var(--module-text)}.layout-client-module__oA3lsW__footer{border-top:1px solid var(--module-border);padding:.75rem}.layout-client-module__oA3lsW__homeLink{color:var(--module-text-muted);background:var(--module-primary-bg);border:1px solid var(--module-border)}.layout-client-module__oA3lsW__homeLink:hover{filter:brightness(.98)}.layout-client-module__oA3lsW__signOutButton{background:var(--module-primary)}.layout-client-module__oA3lsW__signOutButton:hover{background:var(--module-primary-hover)}.layout-client-module__oA3lsW__header{background:var(--module-sidebar-bg);border-bottom:1px solid var(--module-border);justify-content:space-between;align-items:center;height:3.5rem;padding:0 1.5rem;display:flex}.layout-client-module__oA3lsW__headerLabel{color:var(--module-text)}.layout-client-module__oA3lsW__beautyTheme{--module-primary:#c4a9a1;--module-primary-bg:#f5ede8;--module-sidebar-bg:#fdfaf8;--module-border:#ddd4ce;--module-text:#5c4f4a;--module-text-muted:#7a6e69;--module-primary-hover:#b09a93;--module-primary-soft:#c4a9a11a;--module-primary-active:#c4a9a126}.layout-client-module__oA3lsW__roomTheme{--module-primary:#9cadb7;--module-primary-bg:#f0f4f6;--module-sidebar-bg:#fdfbf8;--module-border:#d1dbe0;--module-text:#4a5b63;--module-text-muted:#6b746e;--module-primary-hover:#8499a5;--module-primary-soft:#9cadb71a;--module-primary-active:#9cadb726}.layout-client-module__oA3lsW__catteryTheme{--module-primary:#a89bb5;--module-primary-bg:#f3f0f5;--module-sidebar-bg:#fdfbf8;--module-border:#d8d1e0;--module-text:#554a60;--module-text-muted:#6b746e;--module-primary-hover:#9589a3;--module-primary-soft:#a89bb51a;--module-primary-active:#a89bb526}.layout-client-module__oA3lsW__shopTheme{--module-primary:#8fa895;--module-primary-bg:#f2f5f0;--module-sidebar-bg:#fdfbf8;--module-border:#d1d8cc;--module-text:#3e5448;--module-text-muted:#6b746e;--module-primary-hover:#7a9380;--module-primary-soft:#8fa8951a;--module-primary-active:#8fa89526}.layout-client-module__oA3lsW__memberTheme{--module-primary:#a8b5a2;--module-primary-bg:#f2f5f0;--module-sidebar-bg:#fdfbf8;--module-border:#d1d8cc;--module-text:#4b5c4e;--module-text-muted:#6b746e;--module-primary-hover:#95a68e;--module-primary-soft:#a8b5a21a;--module-primary-active:#a8b5a226}.layout-client-module__oA3lsW__warehouseTheme{--module-primary:#8fb5a1;--module-primary-bg:#eef5f1;--module-sidebar-bg:#f8fcfa;--module-border:#c5d8cc;--module-text:#3e5448;--module-text-muted:#5a7a68;--module-primary-hover:#7da592;--module-primary-soft:#8fb5a11a;--module-primary-active:#8fb5a126}.layout-client-module__oA3lsW__financeTheme{--module-primary:#d4b896;--module-primary-bg:#f8f3ed;--module-sidebar-bg:#fdfbf8;--module-border:#ddd4c4;--module-text:#5c5040;--module-text-muted:#7a6e65;--module-primary-hover:#c5a884;--module-primary-soft:#d4b8961a;--module-primary-active:#d4b89626}.layout-client-module__oA3lsW__adminTheme{--module-primary:#7a8b99;--module-primary-bg:#eff2f5;--module-sidebar-bg:#f8f9fb;--module-border:#cdd3d9;--module-text:#3a4550;--module-text-muted:#5a6b79;--module-primary-hover:#6a7b89;--module-primary-soft:#7a8b991a;--module-primary-active:#7a8b9926}.layout-client-module__oA3lsW__adoptionTheme{--module-primary:#b8956a;--module-primary-bg:#fdf8f2;--module-sidebar-bg:#fefcf9;--module-border:#ddd0c0;--module-text:#5c4a36;--module-text-muted:#7a6b5a;--module-primary-hover:#a68455;--module-primary-soft:#b8956a1a;--module-primary-active:#b8956a26}.layout-client-module__oA3lsW__botTheme{--module-primary:#e8b4b8;--module-primary-bg:#fdf2f3;--module-sidebar-bg:#fefafb;--module-border:#e8d4d6;--module-text:#5c4648;--module-text-muted:#7a6668;--module-primary-hover:#d9a3a7;--module-primary-soft:#e8b4b81a;--module-primary-active:#e8b4b826}
