.dashboard{background:#f9f9f9;flex:1;padding:48px 32px;overflow-y:auto}.header{margin-bottom:48px}.header h1{color:#1f1d1a;margin-bottom:8px;font-size:32px;font-weight:600}.header p{color:#6b6b6b;font-size:16px}.actions{margin-bottom:32px}.projects-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;display:grid}.project-card{cursor:pointer;background:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:24px;transition:all .2s;position:relative}.project-card:hover{border-color:#1f1d1a;box-shadow:0 4px 12px #0000001a}.project-actions{display:none;position:absolute;top:12px;right:12px}.project-card:hover .project-actions{display:flex}.project-card h3{color:#1f1d1a;margin-bottom:8px;font-size:18px;font-weight:600}.project-card p{color:#6b6b6b;margin-bottom:16px;font-size:14px;line-height:1.5}.project-meta{color:#9b9b9b;gap:16px;font-size:12px;display:flex}.stat{color:#6b6b6b;margin-right:20px;font-size:12px;font-weight:400;display:inline-block}.stat strong{color:#1f1d1a;font-weight:500}
