.dashboard-focus { padding: 32px; border-top: 3px solid var(--ink); margin-bottom: 24px; }
.dashboard-focus h2 { max-width: 650px; margin-top: 14px; font-size: var(--text-subheading); font-weight: 500; line-height: 1.35; letter-spacing: -.035em; }
.dashboard-focus p:not(.eyebrow) { max-width: 670px; margin-top: 11px; color: var(--secondary); font-size: var(--text-ui); line-height: 1.7; }
.dashboard-focus .button-primary { margin-top: 22px; }
.dashboard-workspaces { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.dashboard-workspace { display: flex; align-items: center; gap: 14px; padding: 20px; color: var(--ink); text-decoration: none; }
.dashboard-workspace:hover { border-color: var(--strong-line); background: var(--subtle); color: var(--ink); }
.dashboard-workspace-icon { display: grid; place-items: center; width: 39px; height: 39px; flex-shrink: 0; border: 1px solid var(--line); border-radius: 9px; background: var(--subtle); }
.dashboard-workspace-icon .icon { width: 18px; height: 18px; }
.dashboard-workspace > span:nth-child(2) { display: grid; gap: 4px; min-width: 0; }
.dashboard-workspace strong { font-size: var(--text-action); font-weight: 600; }
.dashboard-workspace small { color: var(--secondary); font-size: var(--text-supporting); }
.dashboard-workspace > .icon { width: 16px; height: 16px; margin-left: auto; color: var(--muted); }
@media (max-width: 700px) { .dashboard-workspaces { grid-template-columns: 1fr; } .dashboard-focus { padding: 24px; } }
