.Sidebar-module__LWm9Dq__sidebar{background:var(--color-white);border-right:1px solid var(--color-earth-dark);z-index:100;flex-direction:column;width:280px;height:100vh;padding:2rem 1.5rem;display:flex;position:fixed;top:0;left:0}.Sidebar-module__LWm9Dq__logo{color:var(--color-primary);font-family:var(--font-family-serif);align-items:center;gap:.75rem;margin-bottom:3rem;padding-left:.5rem;font-size:1.25rem;font-weight:700;display:flex}.Sidebar-module__LWm9Dq__nav{flex-direction:column;flex:1;gap:.5rem;display:flex}.Sidebar-module__LWm9Dq__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__LWm9Dq__navItem:hover{color:var(--color-primary);background:#f5f8f5}.Sidebar-module__LWm9Dq__active{background:var(--color-primary);color:var(--color-white)!important}.Sidebar-module__LWm9Dq__activeIndicator{position:absolute;right:1rem}.Sidebar-module__LWm9Dq__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__LWm9Dq__logoutBtn:hover{background:#fff1f1}
.dashboard-module__IuV6_a__dashboardWrapper{background:#f8faf8;min-height:100vh;display:flex}.dashboard-module__IuV6_a__mainContent{flex-direction:column;flex:1;margin-left:280px;display:flex}.dashboard-module__IuV6_a__header{background:var(--color-white);border-bottom:1px solid var(--color-border);z-index:90;align-items:center;height:80px;padding:0 3rem;display:flex;position:sticky;top:0}.dashboard-module__IuV6_a__header h2{font-family:var(--font-family-serif);color:var(--color-primary);font-size:1.5rem}.dashboard-module__IuV6_a__pageContent{width:100%;max-width:1400px;padding:3rem}.dashboard-module__IuV6_a__statsGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.dashboard-module__IuV6_a__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__IuV6_a__statCard:hover{transform:translateY(-4px)}.dashboard-module__IuV6_a__statHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.dashboard-module__IuV6_a__iconBox{width:48px;height:48px;color:var(--color-primary);background:#f0f7f0;border-radius:12px;justify-content:center;align-items:center;display:flex}.dashboard-module__IuV6_a__trending{border-radius:6px;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.875rem;font-weight:600;display:flex}.dashboard-module__IuV6_a__trending.dashboard-module__IuV6_a__up{color:var(--color-success);background:#e6f9ed}.dashboard-module__IuV6_a__trending.dashboard-module__IuV6_a__down{color:var(--color-error);background:#fff1f1}.dashboard-module__IuV6_a__trending.dashboard-module__IuV6_a__neutral{color:var(--color-text-muted);background:#f1f5f9}.dashboard-module__IuV6_a__statInfo h3{color:var(--color-text-dark);margin-bottom:.25rem;font-size:1.75rem;font-weight:700}.dashboard-module__IuV6_a__statInfo p{color:var(--color-text-muted);font-size:.875rem}.dashboard-module__IuV6_a__contentGrid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:1200px){.dashboard-module__IuV6_a__contentGrid{grid-template-columns:2fr 1fr}}.dashboard-module__IuV6_a__mainPanel,.dashboard-module__IuV6_a__sidePanel{background:var(--color-white);box-shadow:var(--shadow-sm);border:1px solid var(--color-border);border-radius:16px;padding:2rem}.dashboard-module__IuV6_a__panelHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.dashboard-module__IuV6_a__panelHeader h3{font-family:var(--font-family-serif);font-size:1.25rem}.dashboard-module__IuV6_a__textBtn{color:var(--color-primary);cursor:pointer;background:0 0;border:none;font-size:.875rem;font-weight:600}.dashboard-module__IuV6_a__tableWrapper{overflow-x:auto}.dashboard-module__IuV6_a__table{border-collapse:collapse;width:100%}.dashboard-module__IuV6_a__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__IuV6_a__table td{border-bottom:1px solid var(--color-border);padding:1rem;font-size:.9375rem}.dashboard-module__IuV6_a__statusBadge{border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.dashboard-module__IuV6_a__statusBadge.dashboard-module__IuV6_a__pending{color:#b45309;background:#fffbeb}.dashboard-module__IuV6_a__statusBadge.dashboard-module__IuV6_a__resolved{color:#15803d;background:#f0fdf4}.dashboard-module__IuV6_a__actionBtn{cursor:pointer;background:#f1f5f9;border:none;border-radius:6px;padding:.4rem .8rem;font-size:.8125rem;transition:all .2s}.dashboard-module__IuV6_a__actionBtn:hover{background:var(--color-primary);color:#fff}.dashboard-module__IuV6_a__statusList{flex-direction:column;gap:1.25rem;display:flex}.dashboard-module__IuV6_a__statusItem{align-items:flex-start;gap:1rem;display:flex}.dashboard-module__IuV6_a__statusTitle{margin-bottom:.125rem;font-size:.875rem;font-weight:600}.dashboard-module__IuV6_a__statusDesc{color:var(--color-text-muted);font-size:.8125rem}.dashboard-module__IuV6_a__loadingScreen{background:var(--color-white);justify-content:center;align-items:center;width:100vw;height:100vh;display:flex}.dashboard-module__IuV6_a__spinner{border:4px solid #f1f5f9;border-top-color:var(--color-primary);border-radius:50%;width:40px;height:40px;animation:1s linear infinite dashboard-module__IuV6_a__spin}@keyframes dashboard-module__IuV6_a__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
