/* ── Dashboard ── */
.dash-item { display: flex; align-items: center; gap: 0.6rem; padding: 0.5rem 0; border-bottom: 1px solid rgba(129,212,250,0.05); font-size: 0.78rem; }
.dash-item:last-child { border-bottom: none; }
.dash-thumb { width: 40px; height: 28px; object-fit: cover; border-radius: 3px; border: 1px solid var(--border); flex-shrink: 0; background: var(--surface2); }

/* ── About ── */
/* no extra styles needed */

/* ── Slides ── */
/* no extra styles needed */

/* ── Skills preview icon ── */
.skill-prev { display: flex; align-items: center; gap: 0.4rem; }
.skill-prev svg { width: 16px; height: 16px; color: var(--accent); }

/* ── Projects thumb ── */
.proj-thumb { width: 52px; height: 36px; object-fit: cover; border-radius: 3px; border: 1px solid var(--border); background: var(--surface2); display: flex; align-items: center; justify-content: center; font-size: 0.55rem; color: var(--muted); flex-shrink: 0; overflow: hidden; }
.proj-thumb img { width: 100%; height: 100%; object-fit: cover; }
