.Sidebar_sidebar__JoEdm{display:flex;flex-direction:column;padding:20px 16px;justify-content:space-between;align-items:flex-start;height:100vh;position:sticky;top:0;border-right:1px solid var(--border-subtle);background-color:var(--bg-primary)}@media(max-width:1023px){.Sidebar_sidebar__JoEdm{display:none}}.Sidebar_logoContainer__BPWfN{display:flex;flex-direction:row;gap:4px;align-items:center;margin-bottom:32px;font-weight:600;font-size:22px}.Sidebar_navGroup__StgWI{display:flex;flex-direction:column;gap:4px;padding-bottom:12px;width:100%}.Sidebar_navSectionTitle__75Vto{font-family:Inter,sans-serif;font-size:11px;line-height:16px;font-weight:400;color:var(--text-secondary);padding:8px;text-transform:uppercase;letter-spacing:.5px}.Sidebar_navItem__6I7ZW{display:flex;flex-direction:row;align-items:center;gap:8px;padding:8px 12px;border-radius:8px;cursor:pointer;width:100%;color:var(--text-primary);font-family:Inter,sans-serif;font-size:16px;line-height:24px;font-weight:400;transition:background-color .2s ease}.Sidebar_navItem__6I7ZW:hover{background-color:var(--bg-secondary)}.Sidebar_navItem__6I7ZW.Sidebar_active__xq3Qf{background-color:var(--bg-secondary);font-weight:600}.Header_header__4pLdo{justify-content:space-between;padding:20px 24px;background-color:var(--bg-primary);border-bottom:1px solid var(--border-subtle);position:sticky;top:0;z-index:10}.Header_header__4pLdo,.Header_leftSection__UobPM{display:flex;flex-direction:row;align-items:center}.Header_leftSection__UobPM{gap:8px}.Header_rightSection__7NsYA{display:flex;flex-direction:row;align-items:center;gap:16px}.Header_searchBar__hguaj{padding:8px 12px;background-color:var(--bg-secondary);border-radius:8px;color:var(--text-secondary)}.Header_actionGroup__iy75p,.Header_searchBar__hguaj{display:flex;flex-direction:row;align-items:center;gap:8px}.Header_iconBtn__xrB3n{background:none;border:none;cursor:pointer;color:var(--text-secondary);display:flex;align-items:center;justify-content:center}.Header_iconBtn__xrB3n:hover{color:var(--text-primary)}.RightBar_rightbar__vWh7j{display:flex;flex-direction:column;gap:24px;padding:20px 20px 122px;background-color:var(--bg-primary);border-left:1px solid var(--border-subtle);height:100vh;position:sticky;top:0;overflow-y:auto}@media(max-width:1399px){.RightBar_rightbar__vWh7j{display:none}}.RightBar_section__axJlm{display:flex;flex-direction:column;gap:8px}.RightBar_sectionTitle__lOy54{font-family:Inter,sans-serif;font-size:16px;line-height:24px;font-weight:600;margin-bottom:8px}.RightBar_activityItem__RDxsg{display:flex;flex-direction:row;align-items:center;gap:8px;padding:8px}.RightBar_avatar__OlUD2{width:24px;height:24px;border-radius:50%;background-color:var(--border-subtle)}.RightBar_activityText__HqU6g{font-family:Inter,sans-serif;font-size:11px;line-height:16px;font-weight:400;color:var(--text-secondary)}.RightBar_activityText__HqU6g strong{color:var(--text-primary);font-weight:600}.dashboard-layout{display:grid;grid-template-columns:1fr;min-height:100vh;background-color:var(--bg-secondary);color:var(--text-primary)}@media(min-width:1024px){.dashboard-layout{grid-template-columns:250px 1fr}}@media(min-width:1400px){.dashboard-layout{grid-template-columns:250px 1fr 280px}}.main-wrapper{display:flex;flex-direction:column;overflow-y:auto;max-height:100vh}.main-content-grid{display:grid;gap:24px;padding:24px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}