+
+
+
+
+
+ {/* */}
+
+
+
+
+ Reloj de acceso
+
+
+
+
+ `linear-gradient(90deg, ${theme.palette.text.primary} 0%, ${alpha(
+ theme.palette.text.primary,
+ 0.6
+ )} 100%)`,
+ WebkitBackgroundClip: 'text',
+ backgroundClip: 'text',
+ letterSpacing: 0.2
+ }}
+ >
+ Hoy:
+
+
+
+ ({
+ px: 1,
+ fontWeight: 700,
+ letterSpacing: 0.2,
+ color: theme.palette[chipColor].contrastText,
+ border: `1px solid ${alpha(theme.palette[chipColor].main, 0.6)}`,
+ transition: 'transform .15s ease, box-shadow .15s ease, filter .15s ease',
+ willChange: 'transform',
+ '&:hover': {
+ transform: 'scale(1.04)',
+ boxShadow: `0 8px 22px ${alpha(theme.palette[chipColor].main, 0.35)}`,
+ filter: 'saturate(1.05)'
+ }
+ })}
+ />
+
+
+
+
+ Último acceso: {formatDateTime(accessLog?.lastAccess)}
+
+
+
+