.Dashboard-pagina{min-height:100vh}.Dashboard-main{max-width:72rem;margin:0 auto;padding:3rem 1.5rem}.Dashboard-identiteit{align-items:center;gap:1rem;margin-bottom:2.5rem;display:flex}.Dashboard-avatar{background:var(--card);border:1px solid var(--border);width:2.5rem;height:2.5rem;color:var(--muted);border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Dashboard-klantNaam{color:var(--text);font-size:1.25rem;font-weight:700;line-height:1.2}.Dashboard-projectenTeller{color:var(--muted);margin-top:.125rem;font-size:13px}.Dashboard-projectenGrid{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:768px){.Dashboard-projectenGrid{grid-template-columns:repeat(2,1fr)}}.Dashboard-projectKaart{border:1px solid var(--border);background:var(--card);border-radius:1rem;padding:1.5rem;text-decoration:none;transition:all .15s;display:block;position:relative}.Dashboard-projectKaart:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000014}.Dashboard-projectStatusDot{border-radius:9999px;width:.625rem;height:.625rem;position:absolute;top:1.25rem;right:1.25rem}.Dashboard-projectNaam{color:var(--text);margin-bottom:.25rem;padding-right:1.5rem;font-size:1.25rem;font-weight:700;transition:color .15s}.Dashboard-projectKaart:hover .Dashboard-projectNaam{color:var(--coral)}.Dashboard-projectStatusBadge{letter-spacing:.06em;text-transform:uppercase;border:1px solid;border-radius:9999px;margin-bottom:1rem;padding:.25rem .625rem;font-size:10px;font-weight:700;display:inline-block}.Dashboard-projectMeta{color:var(--muted);flex-wrap:wrap;gap:1rem;margin-bottom:1rem;font-size:12px;display:flex}.Dashboard-projectMetaWaarde{color:var(--text);font-weight:600}.Dashboard-takenStats{background:var(--bg);border-radius:.75rem;align-items:center;gap:1rem;margin-top:.75rem;padding:.875rem 1rem;display:flex}.Dashboard-takenStatBlok{flex-direction:column;flex:1;gap:.125rem;display:flex}.Dashboard-takenStatGetal{color:var(--text);font-size:1.375rem;font-weight:700;line-height:1;font-family:var(--font-display)}.Dashboard-takenStatLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:10px;font-weight:600}.Dashboard-takenStatDivider{background:var(--border);flex-shrink:0;width:1px;height:2rem}.Dashboard-projectActieBadge{color:var(--coral);background:#fff3f0;border-radius:9999px;align-items:center;gap:.5rem;margin-top:.875rem;padding:.375rem .75rem;font-size:12px;font-weight:600;display:inline-flex}.Dashboard-projectActieDot{background:#ff5a37;border-radius:9999px;width:.375rem;height:.375rem;animation:2s cubic-bezier(.4,0,.6,1) infinite Dashboard-pulse}@keyframes Dashboard-pulse{0%,to{opacity:1}50%{opacity:.5}}
