
/* Minimal tweaks */
body { background: #f8fafc; }
.sidebar { min-width: 280px; max-width: 320px; }
.sidebar .avatar { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; }
.page-wrapper { display: flex; gap: 1rem; }
.card-rounded { border-radius: 1rem; }
.sticky-sidebar { position: sticky; top: 1rem; }
.calendar-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: .5rem; }
.calendar-grid .day { background: white; border: 1px solid #e5e7eb; padding: .5rem; border-radius: .5rem; min-height: 80px; }
.badge-role { text-transform: uppercase; font-size: .75rem; letter-spacing: .06em; }
.prescription-items li { margin-bottom: .25rem; }
