.page-module___8aEwW__dashboard{flex-direction:column;gap:24px;display:flex}.page-module___8aEwW__statsRow{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.page-module___8aEwW__statCard{background:var(--background-card);border:1px solid var(--border);border-radius:var(--radius-lg);justify-content:space-between;align-items:flex-start;padding:20px;display:flex}.page-module___8aEwW__statContent{flex-direction:column;gap:4px;display:flex}.page-module___8aEwW__statTitle{color:var(--foreground-muted);font-size:.8rem}.page-module___8aEwW__statValue{color:var(--foreground);font-size:1.75rem;font-weight:700;line-height:1.2}.page-module___8aEwW__statTrend{font-size:.75rem;font-weight:500}.page-module___8aEwW__statTrend.page-module___8aEwW__up{color:var(--primary)}.page-module___8aEwW__statTrend.page-module___8aEwW__down{color:var(--danger)}.page-module___8aEwW__statIcon{background:var(--background);border:1px solid var(--border);border-radius:var(--radius);flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.page-module___8aEwW__statIcon svg{width:20px;height:20px;color:var(--foreground-muted)}.page-module___8aEwW__statCard.page-module___8aEwW__green .page-module___8aEwW__statIcon{background:#22c55e1a;border-color:#22c55e33}.page-module___8aEwW__statCard.page-module___8aEwW__green .page-module___8aEwW__statIcon svg{color:#22c55e}.page-module___8aEwW__statCard.page-module___8aEwW__red .page-module___8aEwW__statIcon{background:#ef44441a;border-color:#ef444433}.page-module___8aEwW__statCard.page-module___8aEwW__red .page-module___8aEwW__statIcon svg{color:#ef4444}.page-module___8aEwW__statCard.page-module___8aEwW__blue .page-module___8aEwW__statIcon{background:#3b82f61a;border-color:#3b82f633}.page-module___8aEwW__statCard.page-module___8aEwW__blue .page-module___8aEwW__statIcon svg{color:#3b82f6}.page-module___8aEwW__statCard.page-module___8aEwW__orange .page-module___8aEwW__statIcon{background:#f973161a;border-color:#f9731633}.page-module___8aEwW__statCard.page-module___8aEwW__orange .page-module___8aEwW__statIcon svg{color:#f97316}.page-module___8aEwW__contentGrid{grid-template-columns:1fr 380px;gap:16px;display:grid}.page-module___8aEwW__chartCard{background:var(--background-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:16px 20px}.page-module___8aEwW__chartHeader{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.page-module___8aEwW__cardTitle{color:var(--foreground);margin:0;font-size:.9rem;font-weight:600}.page-module___8aEwW__badge{border-radius:12px;padding:4px 10px;font-size:.7rem;font-weight:600}.page-module___8aEwW__badgeGreen{color:#22c55e;background:#22c55e1a}.page-module___8aEwW__badgeRed{color:#ef4444;background:#ef44441a}.page-module___8aEwW__emptyChart{height:120px;color:var(--foreground-muted);justify-content:center;align-items:center;font-size:.875rem;display:flex}.page-module___8aEwW__barChart{align-items:flex-end;gap:8px;height:160px;display:flex}.page-module___8aEwW__barItem{flex-direction:column;flex:1;align-items:center;gap:4px;display:flex}.page-module___8aEwW__barWrapper{justify-content:center;align-items:flex-end;width:100%;height:110px;display:flex}.page-module___8aEwW__bar{background:linear-gradient(#18181b 0%,#3f3f46 100%);border-radius:3px 3px 0 0;width:100%;max-width:28px;min-height:4px;transition:height .3s}.page-module___8aEwW__barLabel{color:var(--foreground-muted);text-transform:capitalize;font-size:.65rem}.page-module___8aEwW__barValue{color:var(--foreground);font-size:.7rem;font-weight:600}.page-module___8aEwW__chartDivider{background:var(--border);height:1px;margin:20px 0 16px}.page-module___8aEwW__subTitle{color:var(--foreground);margin:0 0 12px;font-size:.85rem;font-weight:600}.page-module___8aEwW__horizontalChart{flex-direction:column;gap:10px;display:flex}.page-module___8aEwW__hBarItem{align-items:center;gap:12px;display:flex}.page-module___8aEwW__hBarLabel{width:80px;color:var(--foreground);flex-shrink:0;font-size:.75rem;font-weight:500}.page-module___8aEwW__hBarWrapper{background:var(--background);border-radius:4px;flex:1;height:20px;overflow:hidden}.page-module___8aEwW__hBar{background:linear-gradient(90deg,#18181b 0%,#3f3f46 100%);border-radius:4px;min-width:4px;height:100%;transition:width .3s}.page-module___8aEwW__hBarValue{width:60px;color:var(--foreground);text-align:right;flex-shrink:0;font-size:.75rem;font-weight:600}.page-module___8aEwW__loading{color:var(--foreground-muted);justify-content:center;align-items:center;padding:60px 20px;display:flex}.page-module___8aEwW__emptyText{text-align:center;color:var(--foreground-muted);padding:20px;font-size:.85rem}.page-module___8aEwW__rightColumn{flex-direction:column;gap:16px;display:flex}.page-module___8aEwW__actionsCard{background:var(--background-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px}.page-module___8aEwW__actionsGrid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.page-module___8aEwW__actionBtn{border:1px solid var(--border);border-radius:var(--radius);background:var(--background-card);color:var(--foreground);flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:20px 16px;font-size:.8rem;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.page-module___8aEwW__actionBtn:hover{border-color:var(--foreground-light);background:var(--background)}.page-module___8aEwW__actionBtn svg{width:20px;height:20px;color:var(--foreground-muted)}.page-module___8aEwW__activityCard{background:var(--background-card);border:1px solid var(--border);border-radius:var(--radius-lg);flex:1;padding:20px}.page-module___8aEwW__activityList{flex-direction:column;gap:4px;display:flex}.page-module___8aEwW__activityItem{border-bottom:1px solid var(--border-light);align-items:flex-start;gap:12px;padding:12px 0;display:flex}.page-module___8aEwW__activityItem:last-child{border-bottom:none}.page-module___8aEwW__activityIcon{background:var(--background);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.page-module___8aEwW__activityIcon svg{width:16px;height:16px;color:var(--foreground-muted)}.page-module___8aEwW__activityContent{flex:1;min-width:0}.page-module___8aEwW__activityTitle{color:var(--foreground);font-size:.8rem;font-weight:500;display:block}.page-module___8aEwW__activityDesc{color:var(--foreground-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;display:block;overflow:hidden}.page-module___8aEwW__activityTime{color:var(--foreground-light);white-space:nowrap;font-size:.7rem}@media (max-width:1200px){.page-module___8aEwW__statsRow{grid-template-columns:repeat(2,1fr)}}@media (max-width:1100px){.page-module___8aEwW__contentGrid{grid-template-columns:1fr}.page-module___8aEwW__rightColumn{flex-direction:row}.page-module___8aEwW__actionsCard,.page-module___8aEwW__activityCard{flex:1}}@media (max-width:768px){.page-module___8aEwW__dashboard{gap:16px}.page-module___8aEwW__statsRow{grid-template-columns:repeat(2,1fr);gap:12px}.page-module___8aEwW__statCard{padding:16px}.page-module___8aEwW__statValue{font-size:1.5rem}.page-module___8aEwW__statIcon{width:36px;height:36px}.page-module___8aEwW__rightColumn{flex-direction:column}.page-module___8aEwW__actionsGrid{grid-template-columns:repeat(4,1fr)}.page-module___8aEwW__actionBtn{padding:12px 8px;font-size:.7rem}}@media (max-width:480px){.page-module___8aEwW__statsRow{grid-template-columns:1fr 1fr}.page-module___8aEwW__actionsGrid{grid-template-columns:repeat(2,1fr)}.page-module___8aEwW__activityTime{display:none}}
