.workspace-view{display:none}.workspace-view.active{display:block}.workspace-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:22px}.workspace-head h2{font:600 25px 'Space Grotesk';margin:0}.workspace-intro{color:var(--muted);font-size:13px;margin:8px 0 0}.path-grid,.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.path-card,.project-card{border:1px solid #202e43;background:#101a28;border-radius:12px;padding:18px}.path-card:hover,.project-card:hover{border-color:#4d6b95;transform:translateY(-2px)}.path-card,.project-card{transition:.2s}.path-top{display:flex;justify-content:space-between;align-items:start}.path-icon{display:grid;place-items:center;width:37px;height:37px;border-radius:10px;background:#7182ff1c;color:var(--cyan);font-size:18px}.path-card h3,.project-card h3{font:600 15px 'Space Grotesk';margin:15px 0 7px}.path-card p,.project-card p{color:var(--muted);font-size:12px;line-height:1.5;margin:0 0 15px}.path-meta{display:flex;justify-content:space-between;color:#8fa1ba;font-size:11px}.small-progress{height:4px;background:#24344c;border-radius:5px;overflow:hidden;margin:13px 0 10px}.small-progress span{display:block;height:100%;background:linear-gradient(90deg,var(--blue),var(--cyan))}.project-status{color:var(--green);font-size:10px;font-weight:700}.empty-note{padding:35px;border:1px dashed #2b3c54;border-radius:12px;color:var(--muted);text-align:center;grid-column:1/-1}@media(max-width:900px){.path-grid,.project-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.path-grid,.project-grid{grid-template-columns:1fr}}
