.Dashboard-module__3lI9Ha__page{flex:1;padding:32px;overflow-y:auto}.Dashboard-module__3lI9Ha__heading{color:var(--color-text);margin:0;font-size:24px;font-weight:700}.Dashboard-module__3lI9Ha__heading2{color:var(--color-text);margin:0;font-size:20px;font-weight:700}.Dashboard-module__3lI9Ha__subheading{color:var(--color-text-muted);margin-top:4px;margin-bottom:28px;font-size:14px}.Dashboard-module__3lI9Ha__section{margin-bottom:28px}.Dashboard-module__3lI9Ha__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.Dashboard-module__3lI9Ha__countBadge{background:var(--colorPrimary-12);min-width:22px;height:22px;color:var(--colorPrimary);letter-spacing:.2px;vertical-align:middle;border-radius:999px;justify-content:center;align-items:center;margin-left:10px;padding:0 8px;font-size:12px;font-weight:700;display:inline-flex}.Dashboard-module__3lI9Ha__statsGrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;display:grid}.Dashboard-module__3lI9Ha__statCard{border:1px solid var(--color-border);cursor:pointer;text-align:left;background:#fff;border-radius:12px;align-items:center;gap:14px;padding:18px 20px;font-family:inherit;text-decoration:none;transition:box-shadow .2s,transform .2s,border-color .2s;display:flex;box-shadow:0 1px 3px #0000000a}.Dashboard-module__3lI9Ha__statCard:hover{border-color:var(--colorPrimary);transform:translateY(-2px);box-shadow:0 6px 18px #a313841f}.Dashboard-module__3lI9Ha__statCard:disabled{cursor:not-allowed}.Dashboard-module__3lI9Ha__statCard:disabled:hover{border-color:var(--color-border);transform:none;box-shadow:0 1px 3px #0000000a}.Dashboard-module__3lI9Ha__statCardDisabled{background:#fafbfc}.Dashboard-module__3lI9Ha__statCardDisabled .Dashboard-module__3lI9Ha__statLabel{color:var(--color-text-muted)}.Dashboard-module__3lI9Ha__statCardDisabled .Dashboard-module__3lI9Ha__statIcon,.Dashboard-module__3lI9Ha__statCardDisabled:hover .Dashboard-module__3lI9Ha__statIcon{color:#9ca3af;background:#f0f1f3}.Dashboard-module__3lI9Ha__statBadge{letter-spacing:.2px;color:var(--color-text-muted);white-space:nowrap;background:#eef0f3;border-radius:999px;flex-shrink:0;margin-left:auto;padding:3px 8px;font-size:11px;font-weight:600}.Dashboard-module__3lI9Ha__statIcon{background:var(--colorPrimary-12);width:40px;height:40px;color:var(--colorPrimary);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:background .2s,color .2s;display:inline-flex}.Dashboard-module__3lI9Ha__statIcon svg{width:20px;height:20px}.Dashboard-module__3lI9Ha__statCard:hover .Dashboard-module__3lI9Ha__statIcon{background:var(--colorPrimary);color:#fff}.Dashboard-module__3lI9Ha__redirectArrow{color:var(--color-text-muted);flex-shrink:0;margin-left:auto;font-size:18px}.Dashboard-module__3lI9Ha__statCard:hover .Dashboard-module__3lI9Ha__redirectArrow{color:var(--colorPrimary)}.Dashboard-module__3lI9Ha__statValue{color:var(--color-text);margin:0;font-size:22px;font-weight:700;line-height:1}.Dashboard-module__3lI9Ha__statLabel{color:var(--color-text);margin:0;font-size:14px;font-weight:600}.Dashboard-module__3lI9Ha__contentCard{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000000f}.Dashboard-module__3lI9Ha__cardTitle{color:var(--color-text);margin:0 0 12px;font-size:16px;font-weight:600}.Dashboard-module__3lI9Ha__cardText{color:var(--color-text-muted);margin:0;font-size:14px}.Dashboard-module__3lI9Ha__emptyCard{border:1px dashed var(--color-border);color:var(--color-text-muted);text-align:center;background:#fff;border-radius:12px;padding:24px;font-size:13.5px}.Dashboard-module__3lI9Ha__recentGrid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;display:grid}.Dashboard-module__3lI9Ha__recentCard{border:1px solid var(--color-border);background:#fff;border-radius:12px;flex-direction:column;text-decoration:none;transition:box-shadow .2s,transform .2s,border-color .2s;display:flex;overflow:hidden;box-shadow:0 1px 3px #0000000a}.Dashboard-module__3lI9Ha__recentCard:hover{border-color:var(--colorPrimary);transform:translateY(-2px);box-shadow:0 6px 18px #a313841f}.Dashboard-module__3lI9Ha__recentPreview{flex-direction:column;justify-content:center;gap:8px;height:110px;padding:0 20px;display:flex;position:relative;overflow:hidden}.Dashboard-module__3lI9Ha__recentPreview:after{content:"";pointer-events:none;background:radial-gradient(circle at 80% 20%,#ffffff40 0%,#0000 60%);position:absolute;inset:0}.Dashboard-module__3lI9Ha__recentPreviewBar{background:#ffffffb3;border-radius:4px;width:85%;height:8px}.Dashboard-module__3lI9Ha__recentPreviewBarShort{background:#ffffff73;width:55%}.Dashboard-module__3lI9Ha__recentBody{padding:14px 16px 16px}.Dashboard-module__3lI9Ha__recentTitle{color:var(--color-text);margin:0 0 4px;font-size:14px;font-weight:700}.Dashboard-module__3lI9Ha__recentBreadcrumb{color:var(--color-text-muted);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:12px;overflow:hidden}.Dashboard-module__3lI9Ha__feedCard{border:1px solid var(--color-border);background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000000a}.Dashboard-module__3lI9Ha__feedItem{border-bottom:1px solid var(--color-border);align-items:flex-start;gap:14px;padding:14px 18px;transition:background .15s;display:flex}.Dashboard-module__3lI9Ha__feedItem:last-child{border-bottom:none}.Dashboard-module__3lI9Ha__feedItem:hover{background:#fafbfc}.Dashboard-module__3lI9Ha__feedAvatar{background:var(--colorPrimary-12);width:34px;height:34px;color:var(--colorPrimary);letter-spacing:.3px;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:inline-flex}.Dashboard-module__3lI9Ha__feedBody{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.Dashboard-module__3lI9Ha__feedLine{color:var(--color-text);margin:0;font-size:13.5px;line-height:1.45}.Dashboard-module__3lI9Ha__feedLine strong{font-weight:700}.Dashboard-module__3lI9Ha__feedTarget{color:var(--colorPrimary);font-weight:600}.Dashboard-module__3lI9Ha__feedStatus{color:var(--color-text-muted);background:#eef0f3;border-radius:999px;align-self:flex-start;padding:2px 8px;font-size:11px;font-weight:600;display:inline-block}.Dashboard-module__3lI9Ha__feedTime{color:var(--color-text-muted);white-space:nowrap;flex-shrink:0;font-size:12px}.Dashboard-module__3lI9Ha__workspaceGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:14px;display:grid}.Dashboard-module__3lI9Ha__workspaceTile{border:1px solid var(--color-border);background:#fff;border-radius:12px;align-items:center;gap:14px;padding:16px 18px;text-decoration:none;transition:box-shadow .2s,transform .2s,border-color .2s;display:flex;box-shadow:0 1px 3px #0000000a}.Dashboard-module__3lI9Ha__workspaceTile:hover{border-color:var(--colorPrimary);transform:translateY(-2px);box-shadow:0 6px 18px #a313841f}.Dashboard-module__3lI9Ha__workspaceIcon{background:var(--colorPrimary-12);width:40px;height:40px;color:var(--colorPrimary);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:background .2s,color .2s;display:inline-flex}.Dashboard-module__3lI9Ha__workspaceIcon svg{width:20px;height:20px}.Dashboard-module__3lI9Ha__workspaceTile:hover .Dashboard-module__3lI9Ha__workspaceIcon{background:var(--colorPrimary);color:#fff}.Dashboard-module__3lI9Ha__workspaceBody{flex-direction:column;min-width:0;line-height:1.3;display:flex}.Dashboard-module__3lI9Ha__workspaceLabel{color:var(--color-text);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:14px;font-weight:700;overflow:hidden}.Dashboard-module__3lI9Ha__workspaceType{color:var(--color-text-muted);text-transform:capitalize;margin:0;font-size:12px}
