.agent-recent-projects{text-align:left;margin-top:24px}.agent-recent-projects-heading{color:var(--lp-muted-fg);align-items:center;gap:7px;margin-bottom:12px;font-size:12px;font-weight:500;display:flex}.agent-recent-projects-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px;display:grid}.agent-recent-project{background:color-mix(in srgb, var(--lp-page-bg) 68%, transparent);min-width:0;color:var(--lp-page-fg);text-align:left;cursor:pointer;border-radius:15px;align-items:center;gap:10px;padding:14px 12px;transition:background-color .18s,transform .18s;display:flex}.agent-recent-project-icon{background:color-mix(in srgb, var(--lp-page-fg) 6%, transparent);width:34px;height:34px;color:var(--lp-muted-fg);border-radius:10px;flex-shrink:0;place-items:center;display:grid}.agent-recent-project-copy{flex:1;gap:5px;min-width:0;display:grid}.agent-recent-project-title{text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:500;line-height:1.45;overflow:hidden}.agent-recent-project time{color:var(--lp-muted-fg);font-size:11px;line-height:1.3}.agent-recent-project-arrow{color:var(--lp-muted-fg);opacity:.6;flex-shrink:0}.agent-recent-project:hover:not(:disabled){background:color-mix(in srgb, var(--lp-page-fg) 7%, var(--lp-page-bg))}.agent-recent-project:focus-visible{outline:2px solid var(--ring);outline-offset:3px}.agent-recent-project:disabled{opacity:.5;cursor:wait}.agent-recent-projects-error{color:var(--lp-muted-fg);justify-content:center;gap:8px;margin-top:18px;font-size:12px;display:flex}.agent-recent-projects-error button{text-underline-offset:3px;text-decoration:underline}@media (hover:hover) and (prefers-reduced-motion:no-preference){.agent-recent-project:hover:not(:disabled){transform:translateY(-2px)}}@media (max-width:639px){.agent-recent-projects-grid{grid-template-columns:1fr;gap:8px}.agent-recent-project{padding:11px 12px}}
