.Sidebar-module__WZVnLW__sidebar{width:var(--sidebar-width);background:var(--color-white);border-right:1px solid var(--color-border);z-index:100;flex-direction:column;height:100vh;padding:2rem 1.5rem;transition:transform .3s;display:flex;position:fixed;top:0;left:0}@media (max-width:1024px){.Sidebar-module__WZVnLW__sidebar{transform:translate(-100%)}.Sidebar-module__WZVnLW__sidebar.Sidebar-module__WZVnLW__open{transform:translate(0)}}.Sidebar-module__WZVnLW__logo{color:var(--color-primary);font-family:var(--font-family-serif);justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:3rem;padding-left:.5rem;font-size:1.25rem;font-weight:700;display:flex}.Sidebar-module__WZVnLW__closeBtn{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;display:none}@media (max-width:1024px){.Sidebar-module__WZVnLW__closeBtn{display:block}}.Sidebar-module__WZVnLW__nav{flex-direction:column;flex:1;gap:.5rem;display:flex}.Sidebar-module__WZVnLW__navItem{color:#666;border-radius:12px;align-items:center;gap:1rem;padding:.875rem 1rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex;position:relative}.Sidebar-module__WZVnLW__navItem:hover{color:var(--color-primary);background:#f5f8f5}.Sidebar-module__WZVnLW__active{background:var(--color-primary);color:var(--color-white)!important}.Sidebar-module__WZVnLW__activeIndicator{position:absolute;right:1rem}.Sidebar-module__WZVnLW__logoutBtn{color:#d93025;cursor:pointer;background:0 0;border:none;border-radius:12px;align-items:center;gap:1rem;margin-top:auto;padding:.875rem 1rem;font-weight:600;transition:all .2s;display:flex}.Sidebar-module__WZVnLW__logoutBtn:hover{background:#fff1f1}.Sidebar-module__WZVnLW__overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:95;background:#0006;animation:.3s Sidebar-module__WZVnLW__fadeIn;position:fixed;inset:0}@keyframes Sidebar-module__WZVnLW__fadeIn{0%{opacity:0}to{opacity:1}}
.dashboard-module__w2Qwuq__dashboardWrapper{background:#f8faf8;min-height:100vh;display:flex}.dashboard-module__w2Qwuq__mainContent{margin-left:var(--sidebar-width);flex-direction:column;flex:1;transition:margin-left .3s;display:flex}@media (max-width:1024px){.dashboard-module__w2Qwuq__mainContent{margin-left:0}}.dashboard-module__w2Qwuq__header{background:var(--color-white);border-bottom:1px solid var(--color-border);z-index:90;align-items:center;gap:1rem;height:80px;padding:0 3rem;display:flex;position:sticky;top:0}.dashboard-module__w2Qwuq__mobileMenuBtn{color:var(--color-primary);cursor:pointer;background:0 0;border:none;margin-left:-.5rem;padding:.5rem;display:none}@media (max-width:1024px){.dashboard-module__w2Qwuq__header{height:64px;padding:0 1.5rem}.dashboard-module__w2Qwuq__mobileMenuBtn{display:block}.dashboard-module__w2Qwuq__header h2{font-size:1.1rem}}.dashboard-module__w2Qwuq__pageContent{width:100%;max-width:1400px;padding:3rem}@media (max-width:768px){.dashboard-module__w2Qwuq__pageContent{padding:1.5rem}}.dashboard-module__w2Qwuq__statsGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.dashboard-module__w2Qwuq__statCard{background:var(--color-white);box-shadow:var(--shadow-sm);border:1px solid var(--color-border);border-radius:16px;padding:1.5rem;transition:transform .2s}.dashboard-module__w2Qwuq__statCard:hover{transform:translateY(-4px)}.dashboard-module__w2Qwuq__statHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.dashboard-module__w2Qwuq__iconBox{width:48px;height:48px;color:var(--color-primary);background:#f0f7f0;border-radius:12px;justify-content:center;align-items:center;display:flex}.dashboard-module__w2Qwuq__trending{border-radius:6px;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.875rem;font-weight:600;display:flex}.dashboard-module__w2Qwuq__trending.dashboard-module__w2Qwuq__up{color:var(--color-success);background:#e6f9ed}.dashboard-module__w2Qwuq__trending.dashboard-module__w2Qwuq__down{color:var(--color-error);background:#fff1f1}.dashboard-module__w2Qwuq__trending.dashboard-module__w2Qwuq__neutral{color:var(--color-text-muted);background:#f1f5f9}.dashboard-module__w2Qwuq__statInfo h3{color:var(--color-text-dark);margin-bottom:.25rem;font-size:1.75rem;font-weight:700}.dashboard-module__w2Qwuq__statInfo p{color:var(--color-text-muted);font-size:.875rem}.dashboard-module__w2Qwuq__contentGrid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:1200px){.dashboard-module__w2Qwuq__contentGrid{grid-template-columns:2fr 1fr}}.dashboard-module__w2Qwuq__mainPanel,.dashboard-module__w2Qwuq__sidePanel{background:var(--color-white);box-shadow:var(--shadow-sm);border:1px solid var(--color-border);border-radius:16px;padding:2rem}.dashboard-module__w2Qwuq__panelHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.dashboard-module__w2Qwuq__panelHeader h3{font-family:var(--font-family-serif);font-size:1.25rem}.dashboard-module__w2Qwuq__textBtn{color:var(--color-primary);cursor:pointer;background:0 0;border:none;font-size:.875rem;font-weight:600}.dashboard-module__w2Qwuq__tableWrapper{overflow-x:auto}.dashboard-module__w2Qwuq__table{border-collapse:collapse;width:100%}.dashboard-module__w2Qwuq__table th{text-align:left;border-bottom:2px solid var(--color-border);text-transform:uppercase;color:var(--color-text-muted);padding:1rem;font-size:.75rem}.dashboard-module__w2Qwuq__table td{border-bottom:1px solid var(--color-border);padding:1rem;font-size:.9375rem}.dashboard-module__w2Qwuq__statusBadge{border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.dashboard-module__w2Qwuq__statusBadge.dashboard-module__w2Qwuq__pending{color:#b45309;background:#fffbeb}.dashboard-module__w2Qwuq__statusBadge.dashboard-module__w2Qwuq__resolved{color:#15803d;background:#f0fdf4}.dashboard-module__w2Qwuq__actionBtn{cursor:pointer;background:#f1f5f9;border:none;border-radius:6px;padding:.4rem .8rem;font-size:.8125rem;transition:all .2s}.dashboard-module__w2Qwuq__actionBtn:hover{background:var(--color-primary);color:#fff}.dashboard-module__w2Qwuq__statusList{flex-direction:column;gap:1.25rem;display:flex}.dashboard-module__w2Qwuq__statusItem{align-items:flex-start;gap:1rem;display:flex}.dashboard-module__w2Qwuq__statusTitle{margin-bottom:.125rem;font-size:.875rem;font-weight:600}.dashboard-module__w2Qwuq__statusDesc{color:var(--color-text-muted);font-size:.8125rem}.dashboard-module__w2Qwuq__loadingScreen{background:var(--color-white);justify-content:center;align-items:center;width:100vw;height:100vh;display:flex}.dashboard-module__w2Qwuq__spinner{border:4px solid #f1f5f9;border-top-color:var(--color-primary);border-radius:50%;width:40px;height:40px;animation:1s linear infinite dashboard-module__w2Qwuq__spin}@keyframes dashboard-module__w2Qwuq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
